cd0cad2c5cae33f66e05206231544122ca4f965f
[claws.git] / ChangeLog.claws
1 2003-06-15 [alfons]     0.9.0claws39
2
3         * src/gtk/gtkstext.c
4                 don't output debug text;
5                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
6                 for pointing this out);
7
8 2003-06-14 [alfons]     0.9.0claws38
9         
10         * src/messageview.c
11                 remove printf() and make one if..else comply with coding style
12
13 2003-06-14 [alfons]     0.9.0claws37
14
15         * AUTHORS
16                 add Martin Wicke
17         * src/action.c
18         * src/messageview.[ch]
19         * src/summaryview.c
20                 apply patch #754162 "Quoting messages filtered by actions" submitted
21                 by Martin Wicke, which allows quoting message body changed by an
22                 action (Thanks!).
23
24 2003-06-13 [alfons]     0.9.0claws36
25
26         * src/utils.c
27                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
28                 use case insensitive regexp (suggested by Ivan Martinez)
29
30 2003-06-13 [christoph]  0.9.0claws35
31
32         * configure.ac
33         * src/plugins/trayicon/Makefile.am
34         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
35         * src/plugins/trayicon/trayicon.c
36         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
37         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
38         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
39         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
40         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
41         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
42                 replace my own EggTrayIcon backport with the backport
43                 used by (l|x)mule and gabber.
44
45 2003-06-13 [alfons]     0.9.0claws34
46
47         * AUTHORS
48         * src/common/utils.c
49                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
50
51 2003-06-13 [alfons]     0.9.0claws33
52
53         * src/compose.c
54                 clean up a little bit
55
56 2003-06-12 [alfons]     0.9.0claws32
57
58         * src/compose.c
59                 const correctness fix
60
61         * src/common/sylpheed.[ch]
62                 () -> (void)
63                 prevent redef MIN/MAX
64                 
65         * src/common/utils.[ch]
66                 () -> (void)
67
68 2003-06-12 [melvin]     0.9.0claws31
69
70         * src/compose.c
71                 Updated to take into accounts changes in GtkAspell.
72
73 2003-06-12 [alfons]     0.9.0claws30
74
75         * src/compose.c
76         * src/procmsg.c
77         * src/common/utils.[ch]
78                 handle reply subject prefixes better (initial 
79                 suggestion by Robert Story adapted and enhanced 
80                 using regexps)
81
82 2003-06-12 [melvin]     0.9.0claws29
83
84         * src/compose.c
85                 Use new gtkaspell_checkers_strerror() to get the speller's
86                 error message instead of accessing the (now private)
87                 checkers structure.
88                 Minor code clean up
89
90         * src/main.c
91                 Use #ifdef instead of #if for USE_ASPELL
92                 Use the new spell checkers init/quit functions 
93
94         * src/gtk/gtkaspell.c
95                 Use #ifdef instead of #if for USE_ASPELL
96                 Moved in the majority of GtkAspell structures that were
97                 exported before by gtkaspell.h
98         
99         * src/gtk/gktaspell.h
100                 Made gtkaspell.h contain only the necessary data to be
101                 publicized by moving many structures to gtkaspell.c.
102                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
103                 gtkaspell_checkers_new(): replaced by...
104                 gtkaspell_checkers_init(): new function for initialization
105                 gtkaspell_checkers_delete(): replaced by...
106                 gtkaspell_checkers_quit(): new function
107                 gtkaspell_checkers_strerror(): new function that returns
108                 the checker's last error message.
109                 
110 2003-06-11 [melvin]     0.9.0claws28
111
112         * po/POTFILES.in
113                 Updated to take into account gtkaspell.c migration to
114                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
115
116 2003-06-10 [alfons]     0.9.0claws27
117
118         * src/filtering.[ch]
119         * src/folder.c
120         * src/matcher.c
121         * src/scoring.[ch]
122                 - try fixing bug #18 (any brave testers?)
123                 - add more robustness by refusing previously 
124                   unchecked NULL pointers 
125
126 2003-06-10 [alfons]     0.9.0claws26
127
128         * src/procmsg.c
129                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
130
131 2003-06-09 [alfons]     0.9.0claws25
132
133         * src/prefs_common.c
134                 fix bug #163 "Icon switching doesnt work properly" by 
135                 preventing early freeing of prefs_common.pixmap_theme_path.
136
137 2003-06-09 [christoph]  0.9.0claws24
138
139         * src/gtk/gtkaspell.c
140                 revert Thorsten's fix and add forgotten g_strdup for
141                 aspell path (it should not be possible to alter the path a
142                 GtkASpell uses from outside)
143
144 2003-06-09 [thorsten]   0.9.0claws23
145
146         * src/gtk/gtkaspell.c
147                 dont free prefs_common.aspell_path when closing compose
148
149 2003-06-08 [colin]      0.9.0claws22
150
151         * src/plugins/spamassassin/spamassassin.c
152                 fix prefs types
153
154 2003-06-07 [christoph]  0.9.0claws21
155
156         * src/Makefile.am
157         * src/compose.c
158         * src/gtkaspell.[ch]            ** REMOVE **
159         * src/gtk/Makefile.am
160         * src/gtk/gtkaspell.[ch]        ** NEW **
161                 o make gtkaspell independent from sylpheed's prefs
162                 o move gtkaspell.[ch] to gtk directory
163
164 2003-06-07 [christoph]  0.9.0claws20
165
166         * src/Makefile.am
167         * src/crash.c
168         * src/export.c
169         * src/filesel.[ch]              ** REMOVE **
170         * src/folder.c
171         * src/main.[ch]
172         * src/common/sylpheed.[ch]
173         * src/gtk/Makefile.am
174         * src/gtk/filesel.[ch]          ** NEW **
175         * src/gtk/pluginwindow.c
176         * src/gtk/sslcertwindow.c
177                 move filesel.[ch] to gtk directory
178
179 2003-06-07 [alfons]     0.9.0claws19
180
181         * src/filesel.c
182                 make (multi) file selection dialog work again (Claws-only)
183
184 2003-06-07 [thorsten]   0.9.0claws18
185
186         * po/de.po
187                 fix typos
188
189 2003-06-07 [alfons]     0.9.0claws17
190
191         * configure.ac
192         * src/mimeview.c
193                 detect apache mishap in which case don't include fnmatch.h
194                 if regex.h is already included
195
196 2003-06-06 [christoph]  0.9.0claws16
197
198         * configure.ac
199         * src/mimeview.h
200                 add check for fnmatch.h and include it when available
201
202         * src/mimeview.[ch]
203                 fix wrong case sensitivity of Content-Types
204
205         * src/gtk/Makefile.am
206                 need the same include paths in gtk directory as in
207                 common directory because .h files in common can
208                 include files from these directories, when included
209                 in gtk's .h or .c files
210
211 2003-06-06 [alfons]     0.9.0claws15
212
213         * src/mimeview.c
214         * src/summaryview.c
215                 make it compile again because of regex.h / fnmatch.h 
216                 include problems (related to recent mime stuff, can
217                 someone check this?)
218
219 2003-06-06 [thorsten]   0.9.0claws14
220
221         * src/folderview.c
222                 possible use of uninitialized pointer while dragging
223
224 2003-06-06 [paul]       0.9.0claws13
225
226         * src/compose.c
227                 fix bug where the insert sig button would be effective
228                 only when auto_sig was set
229
230 2003-06-06 [paul]       0.9.0claws12
231
232         * sync with 0.9.2 release
233
234 2003-06-02 [paul]       0.9.0claws11
235
236         * sync with 0.9.1cvs1
237                 see ChangeLog 2003-06-02
238                 
239         * po/de.po
240                 update by Jens
241
242 2003-06-01 [christoph]  0.9.0claws10
243
244         * src/account.c
245                 don't use substring search to find accounts by email address
246
247         (closes Bug 169 Overly loose matching of "From" address)
248
249 2003-05-31 [christoph]  0.9.0claws9
250
251         * doc-src/rfc2683.txt
252         * src/imap.c
253                 limit IMAP command length as recommended in RFC2683
254                 (message number lists will be split into multiple imap
255                 sets, the limit of 1000 octets is not a hard limit)
256
257         (closes Bug 161 sylpheed-claws exits with segfault when logging
258          in to certain imap-servers)
259
260 2003-05-29 [alfons]     0.9.0claws8
261
262         * src/toolbar.[ch]
263                 add print button (calling summary_print());
264                 fine tune setting tooltip text;
265                 (if someone needs other buttons, please take these 
266                 commits as a guide, instead of bothering us - also
267                 see 0.8.11claws150) 
268
269 2003-05-29 [darko]      0.9.0claws7
270
271         * src/compose.c
272                 fix crash when word wrapping kicks in due to
273                 changed text by spell checker
274
275 2003-05-29 [paul]       0.9.0claws6
276
277         * src/compose.c
278                 fix bug where changing account would insert
279                 sig even if auto_sig was FALSE
280                 
281         * ChangeLog
282           ChangeLog.jp
283           INSTALL
284                 sync with 0.9.1 release
285
286 2003-05-28 [christoph]  0.9.0claws5
287
288         * src/imap.c
289                 fix truncation of too long commands
290
291         (closes Bug 167 IMAP hangs trying to get envelope
292          information in imap_get_uncached_messages)
293
294 2003-05-27 [paul]       0.9.0claws4
295
296         * tools/Makefile.am
297           tools/maildir2sylpheed.pl     ** NEW FILE **
298                 add kmail to sylpheed mailbox conversion script
299
300 2003-05-27 [paul]       0.9.0claws3
301
302         * sync with 0.9.0cvs10
303                 see ChangeLog 2003-05-26
304
305 2003-05-26 [paul]       0.9.0claws2
306
307         * sync with 0.9.0cvs9
308                 see ChangeLog 2003-05-26
309
310 2003-05-24 [paul]       0.9.0claws1
311
312         * sync with 0.9.0cvs8
313                 see ChangeLog 2003-05-23
314
315 2003-05-24 [paul]       0.9.0claws
316
317         * version 0.9.0claws released
318
319 2003-05-24 [paul]       0.8.11claws177
320
321         * src/plugins/dillo-viewer/Makefile.am
322           src/plugins/traycon/Makefile.am
323                 add missing files
324                 
325         * po/bg.po
326           po/en_GB.po
327           po/es.po
328           po/it.po
329           po/pt_BR.po
330           po/ru.po
331           po/sr.po
332                 update Bulgarian, British English, Spanish, Italian, 
333                 Brazilian Portuguese, Russian, and Serbian translations, 
334                 submitted by George Danchev, [me], Ricardo Mones Lastra,
335                 André Filipe de Assunção e Brito, Alessandro Maestri, 
336                 Ruslan N. Balkin, and Urke MMI
337
338 2003-05-23 [melvin]     0.8.11claws176
339
340         * po/fr.po
341                 Updated French translations
342
343 2003-05-22 [paul]       0.8.11claws175
344
345         * src/Makefile.am
346           src/addrbook.[ch]
347           src/addrcache.[ch]
348           src/addr_compl.[ch]
349           src/adressbook.[ch]
350           src/addrindex.[ch]
351           src/addritem.[ch]
352           src/editaddress.c
353           src/editgroup.c
354           src/editldap_basedn.c
355           src/editldap.c
356           src/jpilot.c
357           src/vcard.c
358                 revert to get ldap into it previous working state
359                 
360         * po/zh_TW.Big5.po
361                 new Taiwanese translation,
362                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
363
364 2003-05-22 [christoph]  0.8.11claws174
365
366         * src/plugins/spamassassin/libspamc.[ch]
367                 sync libspamc with SpamAssaain release 2.55
368
369 2003-05-22 [paul]       0.8.11claws173
370
371         * sync with 0.9.0cvs7
372                 see ChangeLog 2003-05-22
373                 
374         * src/summaryview.c
375                 revert change in 0.8.11claws172: follow
376                 Hiroyuki's decision and that's the end of it.
377
378 2003-05-21 [paul]       0.8.11claws172
379
380         * src/summaryview.c
381                 fix discrepency between open_unread_on_enter
382                 and always_show_msg
383
384 2003-05-21 [paul]       0.8.11claws171
385
386         * sync with 0.9.0cvs6
387                 see ChangeLog 2003-05-21
388
389 2003-05-21 [paul]       0.8.11claws170
390
391         * sync with 0.9.0cvs5
392                 see ChangeLog 2003-05-21
393
394 2003-05-20 [paul]       0.8.11claws169
395
396         * sync with 0.9.0cvs4
397                 see ChangeLog 2003-05-20
398                 fixes bug #152, 'encoding of IMAP folders names'
399
400 2003-05-20 [paul]       0.8.11claws168
401
402         * sync with 0.9.0cvs3
403                 see ChangeLog 2003-05-20
404                 
405         * src/tools/convert_mbox.pl
406                 minor change in the comments, submitted by Fred Marton
407
408 2003-05-19 [paul]       0.8.11claws167
409
410         * src/plugins/clamav/Makefile.am
411           configure.ac
412                 link clamav_lib to the plugin and not to the main program
413
414 2003-05-19 [christoph]
415
416         * src/Makefile.am
417                 add -export-dynamic for linking
418
419 2003-05-19 [paul]       0.8.11claws166
420
421         * sync with 0.9.0cvs1
422                 see ChangeLog 2003-05-19
423
424 2003-05-19 [paul]       0.8.11claws165
425
426         * src/inc.c
427                 fix 'pop before smtp' timeout
428
429 2003-05-18 [alfons]     0.8.11claws164
430
431         * src/prefs_matcher.c
432                 put "execute" action command line ("expression") in edit box
433
434 2003-05-18 [christoph]  0.8.11claws163
435
436         * src/mimeview.[ch]
437         * src/plugins/dillo_viewer/dillo_viewer.c
438         * src/plugins/image_viewer/viewer.c
439         * src/plugins/mathml_viewer/mathml_viewer.c
440                 let a viewer have a list of Content-Types
441
442 2003-05-18 [paul]       0.8.11claws162
443
444         * src/prefs_filtering.c
445                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
446                 and REDIRECT actions
447
448 2003-05-17 [christoph]
449
450         * README.claws
451                 o remove dynamic signatures that was syned with main
452                 o add infos about no longer "build in" image viewer
453                 o update bugtracker URL
454
455 2003-05-17 [christoph]  0.8.11claws161
456
457         * src/folder.c
458         * src/folderview.c
459         * src/imap.c
460                 don't use imap_scan_folder anymore. Instead call folder_item_scan
461                 for every folder after rebuilding the folder tree.
462
463         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
464          messages)
465
466 2003-05-17 [christoph]  0.8.11claws160
467
468         * src/imap.c
469                 don't use STATUS command on current folder to check for
470                 content changes. imap_cmd_ok() now tracks changes to
471                 folder and number of existing messages.
472
473 2003-05-17 [paul]       0.8.11claws159
474
475         * src/plugins/clamav/clamav_plugin.c
476                 remove unnecessary debug_print
477
478 2003-05-16 [thorsten]   0.8.11claws158
479
480         * src/plugins/demo.c
481                 included missing intl.h
482
483 2003-05-16 [paul]       0.8.11claws157
484
485         * po/POTFILES.in
486                 remove non-existant entries
487         
488         * src/plugins/clamav/clamav_plugin.c
489           src/plugins/clamav/clamav_plugin_gtk.c
490           src/plugins/dillo_viewer/dillo_prefs.c
491           src/plugins/dillo_viewer/dillo_viewer.c
492                 gettextise
493
494 2003-05-16 [christoph]  0.8.11claws156
495
496         * po/POTFILES.in
497                 include plugin .c files for translation until I
498                 find a better solution to have plugins have their
499                 own textdomain
500         * src/plugins/demo/demo.c
501         * src/plugins/image_viewer/plugin.c
502         * src/plugins/mathml_viewer/mathml_viewer.c
503         * src/plugins/spamassassin/spamassassin.c
504         * src/plugins/spamassassin/spamassassin_gtk.c
505         * src/plugins/trayicon/trayicon.c
506                 add gettext macros for plugin name and description
507
508 2003-05-16 [paul]
509
510         * sync with 0.9.0
511
512 2003-05-16 [paul]       0.8.11claws155
513
514         * sync with lastest 0.9.0pre1
515                 see ChangeLog 2003-05-16
516
517 2003-05-15 [paul]       0.8.11claws154
518
519         * sync with latest 0.9.0pre1
520                 see ChangeLog 2003-05-14 and 2003-05-15
521
522 2003-05-14 [christoph]  0.8.11claws153
523
524         * src/plugins/image_viewer/viewer.c
525         * src/plugins/image_viewer/viewer.glade         ** NEW **
526         * src/plugins/image_viewer/viewerprefs.c
527                 make it possible to disable the autoload function in the
528                 imageviewer again
529
530 2003-05-14 [christoph]  0.8.11claws152
531
532         * src/folder.c
533                 fix folder update after adding a message
534
535 2003-05-13 [alfons]     0.8.11claws151
536
537         * src/common/session.c
538                 remove debug traces
539                 
540         * src/addrcache.[ch]
541         * src/filtering.[ch]
542         * src/folder.[c]
543         * src/gtkaspell.[ch]
544         * src/imap.[ch]
545         * src/mbox_folder.[ch]
546         * src/mh.[ch]
547         * src/mimeview.h
548         * src/msgcache.[ch]
549         * src/news.[ch]
550         * src/passphrase.[ch]
551         * src/prefs_common.[ch]
552         * src/prefs_gtk.[ch]
553         * src/procmsg.c
554         * src/scoring.[ch]
555                 be pedantic; (in prototypes () implies (int))
556
557 2003-05-13 [alfons]     0.8.11claws150
558
559         * src/prefs_toolbar.[ch]
560         * src/summaryview.[ch]
561         * src/toolbar.[ch]
562                 change misleading text in toolbar prefs;
563                 add toolbar action for ignore thread (toggles ignore thread flag);
564                 clean up a little bit;
565
566 2003-05-12 [paul]
567
568         * tools/convert_mbox.pl
569                 bug fixed by Fred Marton
570
571 2003-05-12 [paul]
572
573         * sync with 0.9.0pre1
574
575 2003-05-09 [paul]       0.8.11claws149
576
577         * sync with 0.8.11cvs43
578                 see ChangeLog 2003-05-09
579
580 2003-05-08 [christoph]  0.8.11claws148
581
582         * src/imap.[ch]
583                 o use CAPABILIY as first command and check for PREAUTH
584                   information in the response to it
585                 o rewrite all imap_cmd_* functions to use an IMAPSession
586                   instead of a SockInfo as parameter
587                 o do STARTTLS after fetching and checking the server
588                   capabilities
589
590 2003-05-08 [paul]       0.8.11claws147
591
592         * tools/Makefile.am
593           tools/README
594           tools/convert_mbox.pl         ** NEW FILE **
595                 add mbox conversion script. Submitted by 
596                 Fred Marton <Fred.Marton@uni-bayreuth.de>
597
598 2003-05-07 [christoph]
599
600         * doc-src/glade.txt
601         * src/gtk/pluginwindow.glade
602         * src/plugins/image_viewer/viewerprefs.glade
603         * src/plugins/spamassassin/spamassassin_gtk.glade
604                 add glade files for user interfaces and a description how
605                 to use glade to create the sylpheed code
606
607 2003-05-07 [paul]       0.8.11claws146
608
609         * sync with 0.8.11cvs41
610                 see ChangeLog 2003-05-07
611
612 2003-05-06 [christoph]  0.8.11claws145
613
614         * src/main.c
615         * src/plugins/image_viewer/viewer.c
616                 fix usage of imlib in imageviewer plugin
617
618         * src/gtk/prefswindow.c
619                 handle window close event correctly
620
621 2003-05-06 [paul]       0.8.11claws144
622
623         * src/common/ssl.c
624                 fix typo introduced in sync
625
626 2003-05-06 [paul]       0.8.11claws143
627
628         * sync with 0.8.11cvs39
629                 see ChangeLog 2003-05-06
630
631 2003-05-06 [paul]       0.8.11claws142
632
633         * AUTHORS
634           po/cs.po
635                 updated Czech translation, submitted by 
636                 Radek Vybiral <Radek.Vybiral@vsb.cz>
637                 
638         * src/plugins/clamav/clamav_plugin_gtk.c
639                 clean up
640
641 2003-05-03 [alfons]     0.8.11claws141
642
643         * src/compose.[ch]
644                 make paste as quotation work even when the call to 
645                 text_inserted() was deferred (fixes bug #140 "Paste 
646                 as quotation does not work when using "external" 
647                 clipboard")
648
649 2003-05-03 [thorsten]   0.8.11claws140
650
651         * src/addrquery.h
652           src/ldapquery.h
653           src/mainwindow.c
654                 removed C++ comments
655         * src/addr_compl.c
656                 function with non-int retval/param used before
657                 implementation/declaration
658
659 2003-05-02 [paul]       0.8.11claws139
660
661         * src/addr_compl.[ch]
662           src/addressbook.[ch]
663           src/addrindex.c
664           src/summaryview.c
665                 revert match's changes to (finally) remove the bug where
666                 opening a folder causes massive slowdown when using the 
667                 'Display sender using address book' option
668
669 2003-05-01 [melvin]     0.8.11claws138
670
671         * src/plugins/dillo_viewer/dillo_prefs.[ch]
672         * src/plugins/dillo_viewer/dillo_viewer.c
673                 Fixed bug where "Cancel" button from prefs issued
674                 warnings.
675                 Comply a little more to coding style
676
677 2003-05-01 [paul]       0.8.11claws137
678
679         * sync with 0.8.11cvs38
680                 see ChangeLog 2003-05-01
681
682 2003-05-01 [paul]       0.8.11claws136
683
684         * po/bg.po
685                 updated by George Danchev
686
687 2003-04-30 [christoph]  0.8.11claws135
688
689         * src/plugins/dillo_viewer/dillo_prefs.c
690         * src/plugins/image_viewer/viewerprefs.c
691         * src/plugins/spamassassin/spamassassin_gtk.c
692                 remove gtk_widget_ref() calls for widgets in
693                 glade code
694
695 2003-04-30 [paul]       0.8.11claws134
696
697         * src/addrindex.c
698                 ok, this time a better fix for the bug where opening folder
699                 has massive slowdown when using the 'Display sender using 
700                 address book' option
701
702 2003-04-30 [paul]       0.8.11claws133
703
704         * src/addrindex.c
705                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
706         
707 2003-04-30 [melvin]     0.8.11claws132
708
709         New: Dillo plugin preferences (patch by Dimitar Haralanov)
710
711         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
712                 Preferences for the dillo plugin
713         * src/plugins/dillo_viewer/dillo_viewer.c
714                 Support for preferences
715         * src/plugins/dillo_viewer/Makefile.am
716                 Added dillo_prefs.[ch]
717
718 2003-04-30 [alfons]     0.8.11claws131
719
720         * src/common/plugin.[ch]
721                 see? this ANSI C'fication immediately gives us type
722                 checking for free.
723
724 2003-04-30 [alfons]     0.8.11claws130
725
726         * src/common/plugin.[ch]
727         * src/plugins/clamav/clamav_plugin.[ch]
728         * src/plugins/clamav/clamav_plugin_gtk.c
729         * src/plugins/demo/demo.c
730         * src/plugins/dillo_viewer/dillo_viewer.c
731         * src/plugins/image_viewer/plugin.c
732         * src/plugins/image_viewer/viewer.[ch]
733         * src/plugins/image_viewer/viewerprefs.[ch]
734         * src/plugins/mathml_viewer/mathml_viewer.c
735         * src/plugins/spamassassin/spamassassin.[ch]
736         * src/plugins/spamassassin/spamassassin_gtk.c
737         * src/plugins/trayicon/trayicon.c
738                 clean up
739
740 2003-04-30 [alfons]     0.8.11claws129
741
742         * src/common/utils.c
743                 make is_ascii_str() fail gracefully when NULL pointer
744                 is passed
745
746 2003-04-30 [paul]       0.8.11claws128
747
748         * src/addrindex.c
749                 fix bug where opening folder has massive slowdown when
750                 using the 'Display sender using address book' option
751
752 2003-04-30 [paul]       0.8.11claws127
753
754         * src/plugins/clamav/clamav_plugin.c
755           src/plugins/clamav/clamav_plugin_gtk.c
756           src/plugins/demo/demo.c
757           src/plugins/dillo_viewer/dillo_viewer.c
758           src/plugins/image_viewer/plugin.c
759           src/plugins/mathml_viewer/mathml_viewer.c
760           src/plugins/spamassassin/spamassassin.c
761           src/plugins/spamassassin/spamassassin_gtk.c
762           src/plugins/trayicon/trayicon.c
763                 get rid of eye-hurting function signatures
764
765 2003-04-30 [paul]       0.8.11claws126
766
767         * src/plugins/trayicon/trayicon.c
768                 add description
769                 
770         * src/mimeview.c
771                 be more descriptive
772
773 2003-04-30 [paul]       0.8.11claws125
774
775         * configure.ac
776                 arrange the plugins in reverse alphabetical order
777                 
778         * src/plugins/clamav/clamav_plugin.[ch]
779           src/plugins/clamav/clamav_plugin_gtk.c
780                 rename some params
781                 resize max_size window
782                 re-arrange the order of some gui elements
783                 improve descriptions
784         
785         * src/plugins/image_viewer/plugin.c
786           src/plugins/mathml_viewer/mathml_viewer.c
787                 add descriptions
788                 
789         * src/plugins/spamassassin/spamassassin_gtk.c
790                 resize max_size window
791                 re-arrange the order of some gui elements
792                 
793         * src/messageview.c
794           src/mimeview.c
795                 correct typos
796
797 2003-04-30 [alfons]     0.8.11claws124
798
799         * src/imap.c
800                 fix a leak found while browsing Martin Kluge's 
801                 valgrind log (Claws only)
802
803 2003-04-29 [darko]      0.8.11claws123
804
805         * src/gtk/gtkstext.h
806                 include wchar.h if it is available, fixes compilation
807                 on HP-UX systems
808
809 2003-04-29 [melvin]     0.8.11claws122
810
811         * src/prefs_actions.c
812                 Improved help text of Actions' syntax
813
814 2003-04-28 [paul]       0.8.11claws121
815
816         * src/action.c
817                 a better fix for the crash when performing an action
818                 on a mime part
819
820 2003-04-28 [paul]       0.8.11claws120
821
822         * src/action.c
823                 fix crash when performing an action on a
824                 mime part
825
826 2003-04-28 [paul]       0.8.11claws119
827
828         * sync with 0.8.11cvs36
829                 see ChangeLog 2003-04-28
830
831 2003-04-27 [paul]       0.8.11claws118
832
833         * more sync with 0.8.11cvs35
834                 see ChangeLog 2003-04-25
835
836 2003-04-26 [christoph]  0.8.11claws117
837
838         * src/folder.c
839                 fix remove virtual check
840
841 2003-04-26 [paul]       0.8.11claws116
842
843         * src/messageview.c
844                 fix return-receipt, make it work again
845
846 2003-04-26 [paul]       0.8.11claws115
847
848         * src/mimeview.c
849                 restore double-clicking of the [application/pgp-signature 
850                 (Select "Check signature" to check)] line in the message view,
851                 broken in recent sync
852
853 2003-04-26 [christoph]  0.8.11claws114
854
855         * src/folder.c
856                 check if remove virtual really exists before
857                 calling the function
858
859 2003-04-25 [match]      0.8.11claws113
860
861         * src/addrindex.c
862         * src/addrbook.c
863         * src/ldapquery.[ch]
864         * src/ldapctrl.[ch]
865                 fix memleak.
866         * src/ldapserver.[ch]
867                 fix memleak. fix segfault.
868                 plug a Claws memleak
869
870 2003-04-25 [alfons]     0.8.11claws112
871
872         * src/folder.c
873                 plug a Claws memleak
874
875 2003-04-25 [alfons]     0.8.11claws111
876
877         * src/common/session.c
878                 plug a memleak
879
880 2003-04-25 [paul]       0.8.11claws110
881
882         * sync with 0.8.11cvs35
883                 see ChangeLog 2003-04-24 and 2003-04-25
884                 
885         * src/gtk/pluginwindow.c
886                 correct another strange float value
887
888 2003-04-24 [christoph]  0.8.11claws109
889
890         * src/folder.c
891                 freeze folder item updates when unsetting new flags
892
893         * src/gtk/pluginwindow.c
894                 correct strange float value
895
896 2003-04-23 [paul]       0.8.11claws108
897
898         * sync with 0.8.11cvs33
899                 see ChangeLog 2003-04-23
900
901 2003-04-22 [paul]       0.8.11claws107
902
903         * src/Makefile.am
904           src/messageview.c
905           src/mimeview.c
906           src/pgptext.[ch]      ** REMOVED **
907                 remove pgptext.[ch] as its not used any more
908
909 2003-04-22 [paul]       0.8.11claws106
910
911         * sync with 0.8.11cvs31
912                 see ChangeLog 2003-04-21 and 2003-04-22
913
914 2003-04-21 [alfons]     0.8.11claws105
915
916         * src/main.c
917                 No access to GTK structures if we're a spawned child
918                 (and clean up code a little bit...) Should fix #126.
919
920 2003-04-21 [melvin]     0.8.11claws104
921
922         * src/plugins/dillo_viewer/README
923                 Improved slightly the text.
924
925 2003-04-21 [melvin]     0.8.11claws103
926
927         * src/plugins/dillo_viewer/README *** NEW ***
928                 Added a README file for the Dillo plugin
929
930 2003-04-20 [paul]
931
932         * tools/README
933           tools/outlook2sylpheed.pl
934                 updated and improved by Ricardo Mones Lastra
935
936 2003-04-18 [oliver]     0.8.11claws102
937
938         * src/inc.c 
939         * src/prefs_account.h
940                 remove Pop3SessionType (used by selective download)
941         * src/prefs_toolbar.c
942                 enable set Default Toolbar button
943
944 2003-04-18 [paul]       0.8.11claws101
945
946         * sync with 0.8.11cvs29
947                 see ChangeLog 2003-04-18
948
949 2003-04-17 [paul]       0.8.11claws100
950
951         * src/prefs_common.[ch]
952           src/summaryview.c
953                 remove 'Open next message on deletion' option,
954                 as the same effect can now be achieved via the
955                 'Always open messages in summary when selected'
956                 option.
957
958 2003-04-17 [paul]       0.8.11claws99
959
960         * sync with 0.8.11cvs28
961                 see ChangeLog 2003-04-17
962
963 2003-04-17 [christoph]  0.8.11claws98
964
965         * ac/spamassassin.m4
966         * src/plugins/spamassassin/libspamc.[ch]
967         * src/plugins/spamassassin/utils.[ch]
968                 sync libspamc with SpamAssassin project
969
970 2003-04-17 [christoph]  0.8.11claws97
971
972         * src/common/socket.h
973         * src/gtk/sslcertwindow.h
974                 rename old USE_SSL to USE_OPENSSL
975
976 2003-04-17 [paul]       0.8.11claws96
977
978         * src/prefs_common.h
979                 use gulong for P_COLOR so that it compiles/runs on
980                 64-bit systems. Patch submitted by James Noyes
981                 <jnoyes-claws@retrogeeks.com>
982                 
983         * po/de.po
984                 updated by Jens
985
986 2003-04-17 [paul]       0.8.11claws95
987
988         * sync with 0.8.11cvs27
989                 see ChangeLog 2003-04-16
990
991 2003-04-15 [paul]       0.8.11claws94
992
993         * src/prefs_common.[ch]
994                 rearrange to stop the window getting too long:
995                         move Receive dialog stuff to Receive tab
996                         move Send dialog to Send tab
997                         remove Dialogs frame
998                 rename 'Open messages in summary with cursor keys' to
999                 'Always open messages in summary when selected', as its
1000                 more appropriate
1001
1002 2003-04-15 [paul]       0.8.11claws93
1003
1004         * src/prefs_common.[ch]
1005           src/summaryview.c
1006                 add new option '/Interface/Open next message on deletion'
1007
1008 2003-04-15 [paul]       0.8.11claws92
1009
1010         * src/summaryview.[ch]
1011                 add /Mark/Lock and /Mark/Unlock to the pop-up
1012                 menu. Patch submitted by Ivan Francolin Martinez
1013                 <ivanfm@users.sourceforge.net>
1014
1015 2003-04-15 [paul]       0.8.11claws91
1016
1017         * sync with 0.8.11cvs24
1018                 see ChangeLog 2003-04-15
1019
1020 2003-04-14 [jens]       0.8.11claws90
1021
1022         * updated German translation and some corrections from
1023                 Roland Bless <bless@tm.uka.de>
1024
1025 2003-04-14 [paul]       0.8.11claws89
1026
1027         * sync with 0.8.11cvs22
1028                 see ChangeLog 2003-04-14
1029
1030 2003-04-13 [paul]       0.8.11claws88
1031
1032         * src/plugins/clamav/clamav_plugin.c
1033                 fix memory leaks
1034                 clean up
1035
1036 2003-04-12 [paul]       0.8.11claws87
1037
1038         * src/plugins/clamav/clamav_plugin.c
1039                 activate enable/disable archive scanning option
1040                 
1041         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1042
1043 2003-04-12 [paul]       0.8.11claws86
1044
1045         * src/plugins/Makefile.am
1046           src/plugins/clamav/Makefile.am                ** NEW FILE **
1047           src/plugins/clamav/README                     ** NEW FILE ** 
1048           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1049           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1050                 add Clam AntiVirus plugin
1051
1052 2003-04-12 [paul]       0.8.11claws85
1053
1054         * sync with 0.8.11cvs21
1055                 see ChangeLog 2003-04-11
1056
1057 2003-04-11 [paul]       0.8.11claws84
1058
1059         * po/es.po
1060                 update Spanish translation. Submitted by Ricardo
1061                 Mones Lastra.
1062
1063 2003-04-10 [christoph]  0.8.11claws83
1064
1065         * src/mbox.c
1066                 fix typo that did not move unfiltered mails to destination
1067                 folder
1068
1069         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1070          when filtering from spool)
1071
1072 2003-04-10 [christoph]  0.8.11claws82
1073
1074         * src/imap.c
1075                 use BODY.PEEK instead of BODY in in message fetch operation
1076                 to make sure the IMAP server does not set the \Seen flag for
1077                 messages. Sylpheed does that later itself, when the message
1078                 is opened in sylpheed
1079
1080         (closes Bug 111 Claws destroys unread marks)
1081
1082 2003-04-09 [oliver]     0.8.11claws81
1083         
1084         * src/folder.c
1085                 fix crash in folder_destroy
1086         * README.claws
1087                 remove selective download
1088
1089 2003-04-09 [christoph]  0.8.11claws80
1090
1091         * src/imap.c
1092                 fix crash in imap_get_msginfo() when then fetched message
1093                 is not found
1094
1095         (closes Bug 110 Crash during mail composition)
1096
1097 2003-04-08 [christoph]  0.8.11claws79
1098
1099         * src/folder.c
1100         * src/prefs_account.c
1101                 Filter new messages that are found in an INBOX folder
1102                 when 'Filter messages on receiving' is enabled in the
1103                 Folder's AccountPrefs. This allows to use Sylpheed's
1104                 filtering engine for IMAP folders where messages are
1105                 added to the INBOX by a MTA
1106
1107 2003-04-08 [paul]       0.8.11claws78
1108
1109         * src/procmsg.h
1110                 clean up after last commit
1111
1112 2003-04-08 [paul]       0.8.11claws77
1113
1114         * sync with 0.8.11cvs20
1115                 see ChangeLog 2003-04-07 and 2003-04-08
1116
1117 2003-04-07 [christoph]  0.8.11claws76
1118
1119         * src/filtering.[ch]
1120         * src/inc.[ch]
1121         * src/mbox.c
1122         * src/procmsg.[ch]
1123                 add procmsg_msginfo_filter() to execute filtering actions
1124
1125 2003-04-06 [christoph]  0.8.11claws75
1126
1127         * src/imap.c
1128                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1129
1130 2003-04-06 [christoph]  0.8.11claws74
1131
1132         * src/common/utils.[ch]
1133                 add g_int_compare() function for slist sorting
1134
1135         * src/imap.c
1136                 fetch all MsgInfos with one command in imap_get_msginfos()
1137                 using an imap set with a list of ranges
1138
1139         * src/news.c
1140                 use new g_int_compare() function
1141
1142 2003-04-06 [thorsten]   0.8.11claws73
1143
1144         * src/mh.c
1145                 corrected implementation of mh_folder_destroy()
1146
1147 2003-04-05 [christoph]  0.8.11claws72
1148
1149         * src/account.c
1150         * src/folder.[ch]
1151         * src/folderview.c
1152         * src/imap.c
1153         * src/inc.c
1154         * src/main.c
1155         * src/mainwindow.c
1156         * src/mbox_folder.c
1157         * src/mh.c
1158         * src/mimeview.h
1159         * src/msgcache.[ch]
1160         * src/news.c
1161         * src/procmime.h
1162         * src/procmsg.[ch]
1163         * src/setup.c
1164         * src/gtk/gtkutils.c
1165                 o rename structure field names class and new to klass and
1166                   new_msgs, to allow including files in C++
1167                 o add 'extern "C"' block to some header files
1168                 o add MsgInfoList and MsgNumberList as alias for GSList for
1169                   developers to know what type of list is expected
1170
1171         * src/plugins/image_viewer/plugin.c
1172         * src/plugins/image_viewer/viewer.[ch]
1173         * src/plugins/image_viewer/viewerprefs.[ch]
1174                 rename function names to prevent conflicts
1175
1176 2003-04-05 [paul]       0.8.11claws71
1177
1178         * sync with 0.8.11cvs18
1179                 see ChangeLog 2003-04-03 and 2003-04-04
1180
1181 2003-04-02 [christoph]  0.8.11claws70
1182
1183         * src/folder.[ch]
1184         * src/imap.[ch]
1185         * src/mbox_folder.[ch]
1186         * src/mh.[ch]
1187         * src/news.[ch]
1188                 o Make all virtual folder functions private
1189                 o remove unused folder code
1190
1191         * src/common/socket.[ch]
1192         * src/summaryview.c
1193                 fix warnings
1194
1195 2003-03-30 [alfons]     0.8.11claws69
1196
1197         * src/send_message.c
1198                 remove two debug traces and see if people still report
1199                 errors
1200
1201 2003-03-30 [alfons]     0.8.11claws68
1202
1203         * src/send_message.c
1204         * src/commons/session.c
1205                 add more debug traces
1206
1207 2003-03-30 [christoph]  0.8.11claws67
1208
1209         * src/folder.c
1210                 change processing folder name from .processing to processing
1211
1212         * src/common/ssl.c
1213                 disable SSL certificate check because it causes Xlib error
1214                 when the child process want's to open an GTK window
1215
1216 2003-03-30 [christoph]  0.8.11claws66
1217
1218         * src/folder.c
1219                 don't use default folder for processing folder item because
1220                 it can be a non local folder
1221
1222         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1223
1224 2003-03-30 [alfons]     0.8.11claws65
1225
1226         * src/send_message.c
1227                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1228                 to generate bad code for 'send_send_data_progressive': When
1229                 called from 'send_send_data_finished', the 'data' pointer is
1230                 cleared just before the assignment to the dialog pointer
1231
1232 2003-03-29 [christoph]  0.8.11claws64
1233
1234         * src/common/prefs.h
1235         * src/plugins/image_viewer/Makefile.am
1236         * src/plugins/image_viewer/plugin.c
1237         * src/plugins/image_viewer/viewer.[ch]
1238         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1239                 add PrefsPage for ImageViewer
1240
1241 2003-03-28 [thorsten]   0.8.11claws63
1242
1243         * src/common/session.c
1244                 added some comments
1245
1246 2003-03-28 [paul]       0.8.11claws62
1247
1248         * sync with 0.8.11cvs16
1249                 see ChangeLog 2003-03-28
1250
1251 2003-03-28 [paul]       0.8.11claws61
1252
1253         * sync with 0.8.11cvs15
1254                 see ChangeLog 2003-03-28
1255
1256 2003-03-27 [christoph]  0.8.11claws60
1257
1258         * src/folder.c
1259         * src/imap.c
1260         * src/common/socket.[ch]
1261                 set socket state to DISCONNECTED when any operation
1262                 fails to allow reconnecting in IMAP code without
1263                 checking the return code of all calls to the command
1264                 functions
1265
1266         * src/folderview.c
1267         * src/summaryview.c
1268                 remove some more stuff that depends on specific
1269                 folder types
1270
1271 2003-03-27 [paul]       0.8.11claws59
1272
1273         * sync with 0.8.11cvs14
1274                 see ChangeLog 2003-03-27
1275                 
1276         * src/selective_download.[ch]   ** REMOVED **
1277                 really removed
1278
1279 2003-03-27 [christoph]  0.8.11claws58
1280
1281         * src/folder.c
1282                 fix handling of tmp_flags in flag copy function
1283
1284 2003-03-27 [paul]       0.8.11claws57
1285
1286         * sync with 0.8.11cvs13
1287                 see ChangeLog 2003-03-27
1288
1289 2003-03-27 [oliver]     0.8.11claws56
1290
1291         * src/maiwindow.c
1292                 remove sel_download_cb
1293
1294 2003-03-27 [oliver]     0.8.11claws55
1295         
1296         * src/inc.c
1297                 remove POP3_TOP
1298         
1299 2003-03-26 [oliver]     0.8.11claws54
1300
1301         *src/pop.h
1302                 remove POP3_TOP*
1303         * README.claws
1304                 remove selective donwload readme
1305
1306 2003-03-26 [oliver]     0.8.11claws53
1307         * src/matcher.[ch]
1308         * src/matcher_parser_parse.y 
1309         * src/pop.c 
1310         * src/prefs_account.[ch]
1311         * src/prefs_filtering.c
1312                 remove selective donwload
1313
1314 2003-03-26 [oliver]     0.8.11claws52
1315
1316         * src/inc.[ch] 
1317         * src/filtering.c 
1318         * src/mainwindow.c 
1319                 remove selective donwload
1320
1321 2003-03-26 [oliver]     0.8.11claws51
1322         
1323         * src/Makefile.am
1324         * src/selective_download.[ch]   ** REMOVE **    
1325
1326 2003-03-26 [christoph]  0.8.11claws50
1327
1328         * src/news.c
1329                 fix NEWS that got broken by a sync with sylpheed-main
1330
1331 2003-03-26 [christoph]  0.8.11claws49
1332
1333         * src/mimeview.c
1334                 fix mime type guessing when no mime type is found for a file
1335
1336 2003-03-25 [christoph]  0.8.11claws48
1337
1338         * src/mimeview.c
1339         * src/procmime.c
1340                 remove mime type guessing from mime parser and use
1341                 name based mime types in viewer lookup for mime type
1342                 application/octet-stream
1343
1344 2003-03-25 [christoph]  0.8.11claws47
1345
1346         * doc-src/readme.txt
1347         * doc-src/rfc2554.txt
1348                 add RFC about SMTP AUTH
1349
1350         * src/send_message.c
1351         * src/common/smtp.[ch]
1352                 add extra error code for authentication errors and
1353                 clear temporary password when this error occurs
1354
1355         (closes Bug 84 authentication failure while sending should
1356          prompt for password again)
1357
1358 2003-03-25 [christoph]  0.8.11claws46
1359
1360         * configure.ac
1361         * src/Makefile.am
1362         * src/imageview.[ch]                            ** REMOVE **
1363         * src/messageview.[ch]
1364         * src/mimeview.[ch]
1365         * src/prefs_common.[ch]
1366         * src/textview.c
1367         * src/plugins/Makefile.am
1368         * src/plugins/image_viewer/.cvsignore           ** NEW **
1369         * src/plugins/image_viewer/Makefile.am          ** NEW **
1370         * src/plugins/image_viewer/plugin.c             ** NEW **
1371         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1372                 move image viewer into a plugin (building is enabled by default)
1373                 [ToDo: Prefs for resize and autoview]
1374
1375 2003-03-25 [paul]       0.8.11claws45
1376
1377         * sync with 0.8.11cvs12
1378                 see ChangeLog 2003-03-26
1379
1380 2003-03-25 [paul]       0.8.11claws44
1381
1382         * sync with 0.8.11cvs11
1383                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1384                 
1385         Note: Selective Download is broken.
1386                 
1387 2003-03-22 [christoph]  0.8.11claws43
1388
1389         * src/folder.c
1390                 code cleanup for flags copying
1391
1392 2003-03-22 [christoph]  0.8.11claws42
1393
1394         * src/plugins/trayicon/trayicon.c
1395                 fix setting the transparent area when the window size
1396                 is forced by the system tray
1397
1398 2003-03-22 [christoph]  0.8.11claws41
1399
1400         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1401         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1402         * src/plugins/trayicon/newmail.xpm              ** NEW **
1403         * src/plugins/trayicon/nomail.xpm               ** NEW **
1404         * src/plugins/trayicon/trayicon.c
1405         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1406                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1407                 o add icon for unread mails
1408                 o set transparency for window
1409
1410 2003-03-22 [christoph]  0.8.11claws40
1411
1412         * src/news.c
1413                 init news session to prevent crash when session is closed
1414
1415 2003-03-22 [christoph]  0.8.11claws39
1416
1417         * src/imap.c
1418         * src/common/session.[ch]
1419                 Init session data to make sure we don't have invalid pointers
1420                 for read_ch and write_ch when new multi process sessions are
1421                 not used
1422
1423         * src/main.c
1424         * src/common/plugin.c
1425         * src/common/sylpheed.c
1426         * src/plugins/demo/demo.c
1427         * src/plugins/dillo_viewer/dillo_viewer.c
1428         * src/plugins/mathml_viewer/mathml_viewer.c
1429         * src/plugins/spamassassin/spamassassin.c
1430         * src/plugins/spamassassin/spamassassin_gtk.c
1431                 add plugin types to allow loading plugins at different times
1432                 (and maybe for different frontends), because it's not good to
1433                 load GTK-Plugins gefore gtk_init was called
1434
1435         * configure.ac
1436         * src/plugins/Makefile.am
1437         * src/plugins/trayicon/.cvsignore               ** NEW **
1438         * src/plugins/trayicon/Makefile.am              ** NEW **
1439         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1440         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1441         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1442         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1443         * src/plugins/trayicon/trayicon.c               ** NEW **
1444                 New Trayicon plugin that shows an icon in a systray that uses
1445                 XEMBED protocol like Gnome's systray. Icon shows if there
1446                 are new mails and a tooltip shows information about new,
1447                 unread and total messages.
1448
1449 2003-03-22 [paul]       0.8.11claws38
1450
1451         * src/common/smtp.c
1452                 fix ESMTP AUTH CRAM-MD5
1453                 [sync with main (still version 0.8.11cvs6), see
1454                  ChangeLog 2003-03-22]
1455
1456 2003-03-21 [colin]      0.8.11claws37
1457
1458         * src/send_message.c
1459                 Fix USE_SSL => USE_OPENSSL
1460
1461 2003-03-21 [colin]      0.8.11claws36
1462
1463         * src/folderview.c
1464                 Fix counts in drag and dropped subfolders
1465
1466 2003-03-21 [colin]      0.8.11claws35
1467
1468         * src/folder.c 
1469         * src/folderview.c
1470                 speed up a bit folder dnd
1471
1472 2003-03-20 [alfons]     0.8.11claws34
1473
1474         * src/main.c
1475         * src/toolbar.c
1476         * src/procmsg.c
1477                 don't send locked queue messages
1478                 (feature request "[ 705245 ] Locking message in outbox 
1479                  should prevent sending")
1480
1481 2003-03-20 [christoph]  0.8.11claws33
1482
1483         * src/folder.c
1484                 remove NEW and UNREAD flag in special folders when scanning
1485                 
1486         * src/common/smtp.c
1487                 fix ESMTP AUTH CRAM-MD5
1488
1489 2003-03-20 [paul]       0.8.11claws32
1490
1491         * src/prefs_account.c
1492                 Re-write 'Tunnel command to open connection' as
1493                 'Use command to communicate with server', and disable
1494                 it for all except IMAP accounts
1495
1496 2003-03-20 [paul]       0.8.11claws31
1497
1498         * sync with 0.8.11cvs6
1499                 see ChangeLog 2003-03-20
1500
1501 2003-03-19 [match]      0.8.11claws30
1502
1503         * src/addritem.[ch]
1504                 include documentation. minor refactoring.
1505         * src/addr_compl.[ch]
1506         * src/addrindex.[ch]
1507         * src/addresbook.[ch]
1508         * src/summaryview.c
1509                 re-enable address lookup (was disabled in
1510                 0.8.11claws20).
1511
1512 2003-03-19 [christoph]  0.8.11claws29
1513
1514         * src/procmsg.c
1515                 add temp flag handling, will make moving and copying
1516                 messages possible again
1517
1518         * src/folder.c
1519                 correct calulation of folder stats
1520
1521 2003-03-18 [match]      0.8.11claws28
1522
1523         * src/editgroup.h
1524                 remove case sensitive comparison (closes bug 80).
1525
1526 2003-03-18 [christoph]  0.8.11claws27
1527
1528         * src/imap.c
1529                 fix imap using a tunnel command
1530
1531         (closes bug 87)
1532
1533 2003-03-18 [christoph]  0.8.11claws26
1534
1535         * src/folder.[ch]
1536         * src/imap.c
1537         * src/procmsg.[ch]
1538                 rewrite flag handling for folders
1539
1540 2003-03-18 [christoph]  0.8.11claws25
1541
1542         * src/folder.c
1543         * src/procmsg.c
1544         * src/summaryview.c
1545                 unset NEW and UNREAD flags when message is ignored, to make
1546                 sure messages don't show up as unread on other IMAP clients,
1547                 because the IGNORE_THREAD flag can not be syncronized through
1548                 the IMAP folder
1549
1550 2003-03-17 [christoph]  0.8.11claws24
1551
1552         * src/imap.c
1553                 don't use recursion to fetch uids when the number of messages
1554                 does not match. Moved code into subfunction that is used
1555                 again when needed, to prevent an endless loop.
1556
1557 2003-03-17 [thorsten]   0.8.11claws23
1558
1559         * src/imageview.[ch]
1560                 export imageview_get_resized_size() (for plugins)
1561         * src/prefs_common.[ch]
1562                 added prefs_common_get() (for plugins)
1563
1564 2003-03-17 [christoph]  0.8.11claws22
1565
1566         * src/imap.c
1567                 o remove UID guessing from copy code
1568                 o support UIDPLUS extension for APPEND command
1569
1570 2003-03-17 [paul]       0.8.11claws21
1571
1572         * src/gtk/about.c
1573                 remove 'Compiled-plugins' section.
1574                 
1575         * src/plugins/dillo_viewer/dillo_viewer.c
1576                 slight change to description text
1577
1578 2003-03-16 [match]      0.8.11claws20
1579         * src/ldapserver.[ch]           ** NEW **
1580         * src/ldapctrl.[ch]             ** NEW **
1581         * src/ldapquery.[ch]            ** NEW **
1582         * src/ldaputil.[ch]             ** NEW **
1583         * src/addrcindex.[ch]           ** NEW **
1584         * src/addrquery.h               ** NEW **
1585         * src/addritem.[ch]
1586         * src/addrcache.[ch]
1587         * src/addrindex.[ch]
1588         * src/addr_compl.[ch]
1589         * src/addressbook.[ch]
1590         * src/addrbook.[ch]
1591         * src/editgroup.c
1592         * src/editaddress.c
1593         * src/editldap.c
1594         * src/editldap_basedn.c
1595         * src/vcard.c
1596         * src/jpilot.c
1597         * src/Makefile.am
1598                 included dynamic LDAP queries. improved address
1599                 completion.
1600
1601 2003-03-16 [paul]       0.8.11claws19
1602
1603         * tools/multiwebsearch.pl
1604                 fix a fatal typo
1605
1606 2003-03-16 [christoph]  0.8.11claws18
1607
1608         * src/mimeview.c
1609         * src/plugins/dillo_viewer/dillo_viewer.c
1610         * src/plugins/mathml_viewer/mathml_viewer.c
1611                 make unregistering of MimeViewerFactorys possible
1612
1613 2003-03-16 [alfons]     0.8.11claws17
1614
1615         * configure.ac
1616                 correct typo
1617
1618 2003-03-16 [melvin]     0.8.11claws16
1619
1620         * src/plugins/dillo_viewer.c
1621                 Fixed bug where it was not possible to view more than
1622                 one text/html attachment per message (bug discovered
1623                 by Christoph Hohmann).
1624
1625 2003-03-15 [melvin]     0.8.11claws15
1626
1627         * src/prefs_actions.c
1628                 Fixed compilation warnings.
1629
1630 2003-03-15 [melvin]     0.8.11claws14
1631
1632         * src/plugins/Makefile.am
1633         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1634         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1635         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1636                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1637                 newer (http://dillo.auriga.wearlab.de/).
1638
1639 2003-03-15 [christoph]  0.8.11claws13
1640
1641         * src/imap.c
1642                 don't query imap folder for attributes because we already
1643                 for them from imap_status
1644
1645         * src/mimeview.[ch]
1646                 add support for plugable MimeViewers (unloading Viewers
1647                 not yet complete)
1648
1649         * src/plugins/Makefile.am
1650         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1651         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1652         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1653                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1654                 widget from http://helm.cs.unibo.it/mml-widget/
1655
1656 2003-03-14 [christoph]  0.8.11claws12
1657
1658         * src/folder.[ch]
1659                 o error return code's should better be negative
1660                 o replace printf with debug_print
1661
1662         * src/imap.c
1663                 improve IMAP folder scan by checking UID-NEXT
1664
1665         * src/summaryview.c
1666                 remove check that are unnecessary in my opinion
1667
1668 2003-03-13 [christoph]  0.8.11claws11
1669
1670         * src/folder.[ch]
1671         * src/foldersel.c
1672         * src/folderview.c
1673         * src/imap.c
1674         * src/mbox_folder.c
1675         * src/mh.c
1676         * src/news.c
1677         * src/prefs_scoring.c
1678         * src/summaryview.c
1679                 use a common function to get a displayable name
1680                 for a FolderItem
1681
1682 2003-03-13 [paul]       0.8.11claws10
1683
1684         * tools/Makefile.am
1685           tools/README
1686           tools/multiwebsearch.conf     ** NEW FILE **
1687           tools/multiwebsearch.pl       ** NEW FILE **
1688                 add multiwebsearch Actions script
1689
1690 2003-03-13 [colin]      0.8.11claws9
1691
1692         * src/compose.c
1693                 Remove leading emtpy lines from quoted text
1694                 before quoting it
1695
1696 2003-03-13 [melvin]     0.8.11claws8
1697
1698         * src/prefs_actions.c
1699                 Fixed a memory leak
1700                 Code clean ups
1701                 Added Cancel and OK buttons
1702                 Corrected help text
1703
1704 2003-03-13 [christoph]  0.8.11claws7
1705
1706         * src/account.c
1707         * src/folder.[ch]
1708         * src/imap.c
1709         * src/mainwindow.c
1710         * src/mbox_folder.c
1711         * src/mh.c
1712         * src/news.c
1713         * src/setup.c
1714                 replace more folder type stuff with folder class stuff
1715
1716 2003-03-13 [melvin]     0.8.11claws6
1717
1718         * src/prefs_actions.c
1719                 Added new tokens:
1720                 %u: user provided argument
1721                 %h: user provided argument (hidden on input)
1722                 %s: current text selection in the message view 
1723
1724 2003-03-13 [paul]       0.8.11claws5
1725
1726         * sync with 0.8.11cvs5
1727                 see ChangeLog 2003-03-11, 2003-03-12
1728
1729 2003-03-12 [christoph]  0.8.11claws4
1730
1731         * src/folder.c
1732                 use folder class idstr when writing folderlist.xml
1733
1734         * src/folder.h
1735         * src/imap.c
1736         * src/news.c
1737                 replace folder type checks with folder class checks
1738
1739 2003-03-12 [christoph]  0.8.11claws3
1740
1741         * src/folder.[ch]
1742         * src/imap.[ch]
1743         * src/main.c
1744         * src/mbox_folder.[ch]
1745         * src/mh.[ch]
1746         * src/news.[ch]
1747                 o create a list of known folder classes in the folder system
1748                 o use folder class id strings for folder item identifiers
1749
1750 2003-03-12 [christoph]  0.8.11claws2
1751
1752         * src/imap.c
1753                 fix imap uid validity check
1754
1755 2003-03-12 [christoph]  0.8.11claws1
1756
1757         * src/account.c
1758         * src/folder.[ch]
1759         * src/foldersel.c
1760         * src/folderview.c
1761         * src/imap.c
1762         * src/mainwindow.c
1763         * src/mbox_folder.c
1764         * src/mh.c
1765         * src/news.c
1766         * src/prefs_scoring.c
1767         * src/procmsg.c
1768         * src/setup.c
1769         * src/summaryview.c
1770                 initial restructuring of folder system, seperating
1771                 folders and folder classes
1772
1773 2003-03-12 [paul]       0.8.11claws
1774
1775         0.8.11claws release
1776
1777 2003-03-12 [christoph]
1778
1779         * src/gtk/prefswindow.c
1780                 fix translation of "Page Index"
1781
1782 2003-03-12 [paul]       0.8.10claws110
1783
1784         a sync from 0.8.11cvs4 before the release
1785
1786         * src/common/utils.c
1787                 subject_compare_for_sort(): allow null strings (fixes
1788                 summary sorting).
1789
1790 2003-03-11 [paul]       0.8.10claws109
1791
1792         * po/es.po
1793                 update Spanish translation, submitted by
1794                 Ricardo Mones Lastra
1795
1796 2003-03-11 [melvin]     0.8.10claws108
1797
1798         * po/fr.po
1799                 Updated French translations
1800
1801 2003-03-11 [paul]       0.8.10claws107
1802
1803         * manual/en/Makefile.am
1804           manual/en/*.html
1805                 update English manual, add a new page
1806                 updated by Francois Barriere <fbarriere@atmel.fr>
1807                 
1808         * po/bg.po
1809           po/it.po
1810           po/sr.po
1811                 update Bulgarian, Italian, and Serbian translations
1812                 submitted by George Danchev, Alessandro Maestri, and
1813                 Urke MMI
1814
1815 2003-03-10 [paul]       0.8.10claws106
1816
1817         * src/gtk/about.c
1818           src/gtk/prefswindow.c
1819                 make some strings translatable
1820
1821 2003-03-10 [darko]      0.8.10claws105
1822
1823         * src/compose.c
1824                 code cleanup to make Hiro happy
1825
1826 2003-03-10 [paul]       0.8.10claws104
1827
1828         * sync with 0.8.11cvs2
1829                 see ChangeLog 2003-03-10
1830
1831 2003-03-09 [melvin]     0.8.10claws103
1832
1833         * src/textview.c
1834                 textview_set_font(): fix for message display in
1835                 UTF-8 locales (thanks to Sergey Vlasov).
1836                 (was unintentionnaly reverted in 0.8.6claws6)   
1837
1838 2003-03-08 [darko]      0.8.10claws102
1839
1840         * src/compose.c
1841                 fix infinite loop in wrapping as reported
1842                 by happycactus
1843                 obsoletes patch #696482
1844
1845 2003-03-08 [christoph]  0.8.10claws101
1846
1847         * src/imap.c
1848                 add workaround for IMAP servers that do not
1849                 support the "UID SEARCH UID" command
1850
1851 2003-03-07 [christoph]  0.8.10claws100
1852
1853         * src/plugins/spamassassin/spamassassin.[ch]
1854         * src/plugins/spamassassin/spamassassin_gtk.c
1855                 code cleanup
1856
1857 2003-03-07 [paul]       0.8.10claws99
1858
1859         * po/es.po
1860                 updated Spanish translation, submitted by
1861                 Ricardo Mones Lastra
1862
1863 2003-03-07 [christoph]  0.8.10claws98
1864
1865         * src/send.c
1866                 fix in 0.8.10claws94 was wrong
1867                 local delivery does not require escaping, remove escaping
1868                 code to make signatures of mails with "." lines valid
1869                 
1870                 NOTE: requires that sendmail is executed with "-i" option,
1871                       what is the default now, but has to be changed in all
1872                       exsiting accounts)
1873
1874 2003-03-07 [paul]       0.8.10claws97
1875
1876         * sync with 0.8.11 release
1877                 see ChangeLog 2003-03-07
1878
1879 2003-03-06 [paul]       0.8.10claws96
1880
1881         * src/compose.c
1882                 revert commit 0.8.10claws92
1883
1884 2003-03-06 [paul]       0.8.10claws95
1885
1886         * src/folderview.c
1887                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1888
1889         * src/gtkaspell.c
1890                 fix bug 74, 'Crash opening editor window with pseudo-color
1891                 display'
1892                 
1893         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1894
1895 2003-03-06 [christoph]  0.8.10claws94
1896
1897         * src/send.c
1898                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1899                 all lines starting with a period get an extra period
1900                 inserted
1901                 (found by Simon 'corecode' Schubert)
1902
1903 2003-03-06 [paul]       0.8.10claws93
1904
1905         * src/folderview.c
1906                 if configured font can't be loaded fall back to gtk
1907                 default. (with thanks to Christoph)
1908                 
1909                 closes long-standing bug 15 'Crashes on startup'
1910
1911 2003-03-06 [paul]       0.8.10claws92
1912
1913         * src/compose.c
1914                 freeze text before autosave and thaw afterwards
1915                 fixes bug 67 'autosave make re-rediting message crazy'
1916
1917 2003-03-06 [christoph]  0.8.10claws91
1918
1919         * src/compose.c
1920                 ignore address comment in dupe check for Cc-list
1921
1922         (closes reopened bug 47 Replying to message strips name part of
1923          e-mail addresses of Cc: lines)
1924
1925 2003-03-06 [paul]       0.8.10claws90
1926
1927         * src/Makefile.am
1928                 remove reference to gtkxtext.h as its no longer in
1929                 the repository
1930
1931 2003-03-06 [paul]       0.8.10claws89
1932
1933         * sync with 0.8.10cvs25
1934                 see ChangeLog 2003-03-06
1935
1936 2003-03-06 [oliver]     0.8.10claws88
1937         
1938         * src/messageview.c
1939                 remove include
1940
1941 2003-03-06 [oliver]     0.8.10claws87
1942         
1943         * src/folderview.c 
1944                 remove changes introduced inclaws74
1945         * src/messageview.c
1946                 another attempt to sanely delete and update
1947                 messages deleted in separate messageview
1948
1949 2003-03-05 [christoph]  0.8.10claws86
1950
1951         * src/summaryview.c
1952                 check if "From" matches any account's address if
1953                 addressbook completion of addresses is disabled too
1954
1955         (closes Bug 70 "Display recipient in from" doesn't check
1956          folder's default account)
1957
1958 2003-03-05 [christoph]  0.8.10claws85
1959
1960         * src/compose.c
1961         * src/common/utils.[ch]
1962                 don't strip address comments when building Cc lists
1963
1964         (closes Bug 47 Replying to message strips name part of e-mail addresses
1965          of Cc: lines)
1966
1967         * src/folder.c
1968                 fix return value of copy function
1969
1970 2003-03-05 [christoph]  0.8.10claws84
1971
1972         * src/imap.c
1973                 don't ask imap server for non rfc822 headers
1974
1975         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1976
1977         * src/imap.c
1978                 destroy session on socket error to allow reconnecting
1979
1980 2003-03-05 [christoph]  0.8.10claws83
1981
1982         * configure.ac
1983                 fix building with gnome when no prefix is set
1984
1985         (closes bug 66 Gnome directory is set to NONE)
1986
1987 2003-03-05 [paul]       0.8.10claws82
1988
1989         * sync with 0.8.10cvs23
1990                 see ChangeLog 2003-03-05
1991
1992 2003-03-04 [christoph]  0.8.10claws81
1993
1994         * src/folder.c
1995                 o fix moving and copying when folder returns 0 for new
1996                   message number
1997                 o remove some code for single message copy and move
1998                   operations and use functions for multiple messages
1999
2000         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2001
2002         * src/news.c
2003                 remove unused include
2004
2005 2003-03-04 [paul]       0.8.10claws80
2006
2007         * src/gtk/about.c
2008                 list 'Compiled plugins'
2009
2010 2003-03-03 [christoph]  0.8.10claws79
2011
2012         * src/news.[ch]
2013                 have to multiply the percentage of the current fetch with
2014                 the percentage that it has of the total fetch operation
2015                 for correct values
2016
2017 2003-03-03 [christoph]  0.8.10claws78
2018
2019         * src/news.c
2020                 fix calculation of expected lines for progress indicator
2021
2022 2003-03-03 [christoph]  0.8.10claws77
2023
2024         * src/summaryview.c
2025         * src/common/utils.c
2026                 fix segfault when opening the root news folder
2027
2028 2003-03-03 [christoph]  0.8.10claws76
2029
2030         * src/mainwindow.[ch]
2031         * src/common/Makefile.am
2032         * src/common/progressindicator.[ch]
2033                 add UI independent progress indicator handling
2034
2035         * src/news.[ch]
2036                 use new progress indicator for message info fetching
2037
2038         * src/common/hooks.h
2039                 code cleanup
2040
2041 2003-03-03 [oliver]     0.8.10claws75
2042
2043         * src/toolbar.c
2044         * src/compose.c
2045                 removed commented code
2046
2047 2003-03-03 [oliver]     0.8.10claws74
2048
2049         * src/toolbar.[ch]
2050                 cleanups and refactoring
2051         * src/compose.[ch]
2052                 compose_reply_mode reply & forwarding interface for
2053                 toolbar buttons
2054         * src/folderview.c
2055                 act on messages marked for deletion in folderview_selected
2056                 based on prefs_common.immediate_exec since a message might 
2057                 have been deleted by messageview in a folder we are changing 
2058                 to (does anybody understand what I'm on about ?)
2059
2060 2003-03-03 [oliver]     0.8.10claws73
2061         
2062         * src/messageview.[ch]
2063                 new functions
2064                 - messageview_delete: delete message shown in messagview
2065                 - messageview_update_view: update messageview to currently 
2066                   selected summaryview message
2067                 - add separate messageview to msgview_list in order to update 
2068                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2069         * src/summaryview.[ch]
2070                 summary_get_selection returns a list of selected msgs
2071                 in summaryview
2072         * src/mainwindow.c
2073                 toolbar reply refactoring
2074
2075 2003-03-03 [paul]       0.8.10claws72
2076
2077         * sync with 0.8.10cvs21
2078                 see ChangeLog 2003-03-03
2079
2080 2003-03-02 [christoph]  0.8.10claws71
2081
2082         * src/common/passcrypt.c
2083                 use POSIX includes
2084
2085 2003-03-02 [christoph]  0.8.10claws70
2086
2087         * configure.ac
2088         * src/prefs_account.c
2089         * src/prefs_gtk.[ch]
2090         * src/common/.cvsignore
2091         * src/common/Makefile.am
2092         * src/common/passcrypt.c                ** NEW **
2093         * src/common/passcrypt.h.in             ** NEW **
2094                 Implement password encryption in config files
2095                 using unix encrypt and setkey functions. The crypt
2096                 key can be set as a configure parameter. Old
2097                 passwords will be converted if they do not begin
2098                 with '!'
2099
2100 2003-03-02 [paul]       0.8.10claws69
2101
2102         * src/prefs_account.c
2103                 fix compile error
2104
2105 2003-03-01 [thorsten]   0.8.10claws68
2106
2107         * po/el.po
2108           po/hr.po
2109           po/it.po
2110           po/nl.po
2111           po/sr.po
2112           po/sv.po
2113                 corrected format strings
2114         * po/en_GB.po
2115                 corrected headers
2116                 (fix compile errors with GNU gettext-0.11.5)
2117
2118 2003-03-01 [oliver]     0.8.10claws67
2119
2120         * src/summaryview.c
2121                 menu callbacks call toolbar_menu_reply
2122
2123 2003-03-01 [oliver]     0.8.10claws66
2124
2125         * src/mainwindow.c
2126         * src/messageview.c
2127                 menu callbacks call toolbar_menu_reply
2128         * src/toolbar.[ch]
2129                 callbacks from menu handled by toolbar_menu_reply
2130
2131 2003-03-01 [paul]       0.8.10claws65
2132
2133         * src/addressbook.c
2134                 revert commit 0.8.10claws54 - breaks editing of
2135                 addressbook.
2136                 
2137         * po/bg.po
2138                 update Bulgarian translation, submitted by
2139                 George Danchev
2140
2141 2003-02-28 [christoph]  0.8.10claws64
2142
2143         * src/account.c
2144         * src/addressadd.c
2145         * src/compose.c
2146         * src/gtkaspell.c
2147         * src/gtkxtext.h                ** REMOVE **
2148         * src/imap.c
2149         * src/matcher.[ch]
2150         * src/mh.c
2151         * src/news.c
2152         * src/pine.c
2153         * src/prefs_common.c
2154         * src/prefs_matcher.c
2155         * src/procheader.[ch]
2156         * src/procmsg.[ch]
2157         * src/toolbar.c
2158         * src/common/ssl_certificate.c
2159         * src/gtk/colorlabel.c
2160         * src/gtk/menu.c
2161                 o fix warnings
2162                 o remove code obsoleted by new cache and folder system rework
2163
2164 2003-02-28 [oliver]     0.8.10claws63
2165         
2166         * src/toolbar.[ch]
2167                 * fix bug where reply in Messageview replied to 
2168                 Message displayed in summaryview
2169                 (reportedd via ML by chinatinte at gmx dot ch)
2170                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2171                 didn't work in separate MessageView Toolbar
2172                 (wondering if anybody uses this at all ?)
2173         * src/summaryview.[ch]
2174                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2175                 (generalize reply and forward code);
2176         * src/messageview.c 
2177                 remove focus_in event which updated summaryview to messageview
2178
2179 2003-02-28 [paul]       0.8.10claws62
2180
2181         * po/Makefile.in.in
2182                 add the --check option
2183                 Patch submitted by Ricardo Mones Lastra
2184
2185 2003-02-28 [paul]       0.8.10claws61
2186
2187         * src/prefs_account.c
2188                 re-order 'Signature' items
2189
2190 2003-02-28 [paul]       0.8.10claws60
2191
2192         * sync with 0.8.10cvs20
2193                 see ChangeLog 2003-02-28
2194
2195 2003-02-28 [paul]       0.8.10claws59
2196
2197         * po/POTFILES.in
2198                 update to reflect recent movement of files
2199
2200 2003-02-28 [paul]       0.8.10claws58
2201
2202         * sync with 0.8.10cvs19
2203                 see ChangeLog 2003-02-28
2204
2205 2003-02-27 [martin]     0.8.10claws57
2206
2207         * src/prefs_matcher.c 
2208                 fix segfault in prefs_matcher_ok() when the
2209                 last entry is deleted and prevents that the
2210                 message "entry not saved" comes up after deleting
2211                 an entry
2212
2213 2003-02-27 [martin]     0.8.10claws56
2214
2215         * src/prefs_filtering.c 
2216                 fix segfault in prefs_filtering_ok() when the
2217                 last entry is deleted and prevents that the
2218                 message "entry not saved" comes up after deleting
2219                 an entry
2220
2221 2003-02-27 [paul]       0.8.10claws55
2222
2223         * sync with 0.8.10cvs18
2224                 see ChangeLog 2003-02-27
2225
2226 2003-02-27 [paul]       0.8.10claws54
2227
2228         * src/addressbook.c
2229                 fix bug where the address book crashes with 
2230                 multiple lookups.
2231                 Patch [687729] submitted by David Frager 
2232                 <dbfrager@users.sourceforge.net>
2233
2234 2003-02-25 [christoph]  0.8.10claws53
2235
2236         * src/Makefile.am
2237         * src/colorlabel.[ch]           ** REMOVE **
2238         * src/gtk/Makefile.am
2239         * src/gtk/colorlabel.[ch]       ** NEW **
2240                 move colorlabel files to gtk directory
2241
2242         * src/esmtp.[ch]                ** REMOVE **
2243                 has been merged into smtp.[ch] in 0.7.5
2244
2245 2003-02-25 [christoph]  0.8.10claws52
2246
2247         * src/Makefile.am
2248         * src/about.[ch]                ** REMOVE **
2249         * src/gtk/Makefile.am
2250         * src/gtk/about.[ch]            ** NEW **
2251                 move about files to gtk directory
2252
2253 2003-02-25 [christoph]  0.8.10claws51
2254
2255         * src/folder.c
2256                 some code optimization of folder scanning code
2257
2258         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2259
2260 2003-02-25 [christoph]  0.8.10claws50
2261
2262         * src/main.c
2263         * src/common/sylpheed.c
2264                 add command line parameter parsing to common code
2265
2266 2003-02-24 [christoph]
2267
2268         * Makefile.am
2269         * configure.ac
2270                 fix gnome prefix problems, the configure script now removed
2271                 `gnome-config --prefix` from `gnome-config --datadir`
2272                 and adds $(prefix} instead
2273
2274         (closes Bug 24 Makefile does not respect prefix when installing
2275          GNOME data)
2276
2277 2003-02-24 [christoph]  0.8.10claws49
2278
2279         * src/news.c
2280                 check for valid session before trying to authenticate
2281
2282         (closes Bug 60 crash if "authenticate on logon" is activated
2283          and newsserver-hostname is not valid)
2284
2285 2003-02-24 [melvin]     0.8.10claws48
2286
2287         * src/prefs_actions.c
2288                 Make sure all user's input is sent to the action and then
2289                 close the socket..
2290
2291 2003-02-23 [alfons]     0.8.10claws46
2292
2293         * src/summaryview.c
2294                 also wait cursor when deleting files
2295
2296 2003-02-23 [paul]
2297
2298         * tools/freshmeat_search.pl
2299           tools/google_search.pl
2300                 scripts should now work for any browser/browser command line
2301
2302 2003-02-22 [christoph]  0.8.10claws45
2303
2304         * src/procmsg.c
2305                 fix IMAP flag setting, IMAP flag is not handled correctly
2306                 anymore by the folder system and information about the
2307                 folder should not be saved in the MsgInfo (in my opinion)
2308
2309         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2310
2311 2003-02-22 [christoph]  0.8.10claws44
2312
2313         * src/summaryview.c
2314                 fix spelling of "label" ;-)
2315
2316 2003-02-22 [thorsten]   0.8.10claws43
2317
2318         * src/mimeview.c
2319           src/prefs_common.[ch]
2320           src/procmime.[ch]
2321                 do not use description as attachment name
2322
2323 2003-02-22 [alfons]     0.8.10claws42
2324
2325         * src/summaryview.c
2326                 freeze/thaw folder item updates when changing color labels,
2327                 and put a wait cursors on
2328
2329 2003-02-22 [thorsten]   0.8.10claws41
2330
2331         * src/mimeview.c
2332                 save-all fixes: crash if invoked on multipart container,
2333                 mimeinfo access, pathseparators, error dialog
2334
2335 2003-02-21 [alfons]     0.8.10claws40
2336
2337         * src/prefs_gtk.c
2338                 remove unused var
2339
2340 2003-02-21 [colin]      0.8.10claws39
2341
2342         * src/send.c
2343                 Fix smtp logging
2344
2345 2003-02-21 [colin]      0.8.10claws38
2346
2347         * src/summaryview.c
2348                 Freeze/thaw folderItem updates when filtering messages 
2349                 via Tools/Filter messages
2350
2351 2003-02-21 [paul]       0.8.10claws37
2352
2353         * src/compose.c
2354                 revert commit 0.8.10claws26, there are ulterior motives
2355                 for users to set a Reply-To header when posting to
2356                 newsgroups
2357
2358 2003-02-21 [paul]       0.8.10claws36
2359
2360         * sync with 0.8.10cvs17
2361                 see ChangeLog 2003-02-21
2362
2363 2003-02-20 [christoph]  0.8.10claws35
2364
2365         * src/imap.c
2366                 IMAP UID fetch speedup using SEARCH
2367
2368         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2369
2370         * src/imap.c
2371                 fix problem with UIDs in IMAP UID cache that no longer existed
2372
2373 2003-02-20 [christoph]  0.8.10claws34
2374
2375         * src/imap.c
2376         * src/procheader.c
2377         * src/procheader.h
2378                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2379
2380         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2381
2382         * src/imap.c
2383                 Rewrite imap_cmd_gen_recv use sock_getline instead
2384                 of sock_gets to avoid problems with too long reply
2385                 lines
2386     
2387 2003-02-20 [colin]      0.8.10claws33
2388         
2389         * src/prefs_account.c
2390                 Better wording
2391
2392 2003-02-20 [colin]      0.8.10claws32
2393
2394         * src/compose.c
2395                 Remove useless '&& !to_sender' 
2396
2397 2003-02-20 [darko]
2398
2399         * AUTHORS
2400                 change my e-mail address
2401
2402 2003-02-19 [colin]      0.8.10claws31
2403
2404         * src/prefs_common.c
2405                 X11 style colors for every configurable color
2406
2407 2003-02-19 [alfons]     0.8.10claws30
2408
2409         * src/prefs_gtk.[ch]
2410         * src/prefs_common.c
2411                 for color_new accept both plain integers and X11 style color
2412                 names (as found in /usr/lib/X11/rgb.txt)
2413
2414 2003-02-19 [paul]       0.8.10claws29
2415
2416         * src/mainwindow.c
2417                 add tooltips to online/offline button and account selector
2418                 button
2419
2420 2003-02-19 [paul]       0.8.10claws28
2421
2422         * src/folder.c
2423           src/news.c
2424           src/prefs_account.[ch]
2425           src/prefs_common.[ch]
2426                 move 'Maximum number of articles to download' to
2427                 account prefs.
2428                 clean up account prefs gui a little by hiding entries
2429                 rather then greying out entries
2430
2431 2003-02-19 [hiro]       0.8.10claws27
2432
2433         * src/common/utils.c
2434                 fix bug #54 'yesterdays date is displayed in the message 
2435                 summary window'
2436
2437 2003-02-19 [paul]       0.8.10claws26
2438
2439         * src/compose.c
2440                 fix bug reported in Feature Request [688596] 
2441                 'Reply-to header in news'
2442
2443 2003-02-18 [paul]       0.8.10claws25
2444
2445         * src/select-keys.c
2446                 add a 'List all keys' button to key selection dialog
2447
2448 2003-02-18 [colin]      0.8.10claws24
2449         
2450         * src/stock_pixmap.c
2451                 fix compile error
2452
2453 2003-02-18 [colin]      0.8.10claws23
2454
2455         * src/common/smtp.[ch]
2456           src/prefs_account.c
2457                 Try to starttls if it seems to be the only
2458                 way to authenticate a user
2459
2460 2003-02-18 [paul]       0.8.10claws22
2461
2462         * src/Makefile.am
2463           src/folderview.c
2464           src/stock_pixmap.[ch]
2465           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2466           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2467                 as a Drafts folder is a special folder allow it to have
2468                 its own unique icons
2469
2470 2003-02-18 [colin]      0.8.10claws21
2471
2472         * src/imap.c
2473                 Fix port selection when using starttls
2474
2475 2003-02-18 [paul]       0.8.10claws20
2476
2477         * src/mainwindow.c
2478           src/prefs_common.[ch]
2479                 make blue the default new mail colour
2480
2481 2003-02-18 [paul]       0.8.10claws19
2482
2483         * sync with 0.8.10cvs14
2484                 see ChangeLog 2003-02-18
2485
2486 2003-02-17 [jens]       0.8.10claws18
2487
2488         * src/common/md5.c
2489                 fixed a compile problem with gcc 3.3
2490                 works on 2.95.3 too (testet on PPC as it is big endian)
2491
2492 2003-02-17 [paul]       0.8.10claws17
2493
2494         * sync with 0.8.10cvs13
2495                 see ChangeLog 2003-02-17
2496
2497 2003-02-17 [paul]       0.8.10claws16
2498
2499         * sync with 0.8.10cvs12
2500                 see ChangeLog 2003-02-17
2501
2502 2003-02-16 [match]      0.8.10claws15
2503
2504         * src/addressbook.c
2505                 Eliminates reloading of address data when items
2506                 deleted or added. Applied submitted by
2507                 Luke Plant <lukeplant@softhome.net>
2508
2509 2003-02-16 [paul]       0.8.10claws14
2510
2511         * src/news.c
2512                 when a 'protocol error' is encountered disconnect from
2513                 the server. This means that the user can carry on viewing
2514                 other articles and doesn't have to either wait until the
2515                 server timesout or quit sylpheed.
2516                 Fixes bug #53 'Unable to read messages in newsgroups, 
2517                 displayed message doesn't change'
2518
2519 2003-02-15 [christoph]  0.8.10claws13
2520
2521         * src/imap.c
2522                 fix bug that stopped scanning of folders when an
2523                 IMAP folder was empty
2524
2525         (closes bug 46 stop scan messages in folders after empty folder)
2526
2527 2003-02-15 [paul]
2528
2529         * tools/Makefile.am
2530           tools/README
2531           tools/freshmeat_search.pl     ** NEW FILE **
2532           tools/google_search.pl        ** NEW FILE **
2533                 Add 2 Actions scripts which search freshmeat/google
2534                 for the selected text using the browser configured
2535                 in sylpheedrc.
2536                 
2537         Note: These scripts are very dependent on the format of the
2538         browser command and may not work on every occasion. Testing
2539         is welcome. 
2540
2541 2003-02-14 [alfons]     0.8.10claws12
2542
2543         * src/compose.c
2544                 fix breakage because of uninitialized account pointer.
2545                 please verify.
2546
2547 2003-02-14 [paul]       0.8.10claws11
2548
2549         * src/compose.c
2550           src/prefs_account.[ch]
2551           src/prefs_common.[ch]
2552                 move signature settings to Account Prefs
2553
2554 2003-02-14 [paul]       0.8.10claws10
2555
2556         * sync with 0.8.10cvs11
2557                 see ChangeLog 2003-02-14
2558
2559 2003-02-13 [thorsten]   0.8.10claws9
2560
2561         * src/news.c
2562                 revert news progressbar (GUI separation)
2563
2564 2003-02-13 [paul]       0.8.10claws8
2565
2566         * src/compose.c
2567                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2568                 paragraph 1
2569
2570 2003-02-13 [paul]       0.8.10claws7
2571
2572         * src/compose.[ch]
2573           src/summaryview.c
2574                 fix 'Follow-up and Reply-to' so that it creates a reply to
2575                 the newsgroup and the sender. If the message has the keyword
2576                 'poster' in the Followup-To header, all replies go to the
2577                 sender, re: RFC 1036, Section 2.2.3
2578                 rename all instances of 'ignore_replyto' to 'to_sender', both
2579                 were previously used, now we use just one.
2580
2581 2003-02-13 [paul]       0.8.10claws6
2582
2583         * sync with 0.8.10cvs9
2584                 see ChangeLog 2003-02-13
2585
2586 2003-02-13 [paul]       0.8.10claws5
2587
2588         * configure.ac
2589                 show which plugins are configured in the configure
2590                 output.
2591
2592 2003-02-12 [thorsten]   0.8.10claws4
2593
2594         * src/news.c
2595                 show progress while fetching news headers
2596
2597 2003-02-12 [christoph]  0.8.10claws3
2598
2599         * configure.ac
2600         * src/plugins/Makefile.am
2601                 use AM_CONDITIONAL to enable plugins, automake correctly
2602                 manages this when creating distdir
2603
2604 2003-02-12 [christoph]  0.8.10claws2
2605
2606         * ac/spamassassin.m4
2607         * src/plugins/spamassassin/Makefile.am
2608                 fix building SpamAssassin plugin without OpenSSL
2609
2610 2003-02-12 [paul]       0.8.10claws1
2611
2612         * ac/Makefile.am
2613           src/Makefile.am
2614           src/plugins/Makefile.am
2615                 fix failure of 'make release'
2616
2617 2003-02-12 [paul]       0.8.10claws
2618
2619         * 0.8.10claws released
2620
2621 2003-02-12 [paul]       0.8.9claws56
2622
2623         * po/bg.po
2624           po/es.po
2625           po/it.po
2626           po/ru.po
2627           po/sr.po
2628                 updated translations by George Danchev, Ricardo Mones Lastra,
2629                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2630                 
2631         * sylpheed.spec.in
2632                 Allow the building of RPMs by a regular user. Submitted
2633                 by Sergei Astanin
2634
2635 2003-02-11 [alfons]     0.8.9claws55
2636
2637         * src/colorlabel.c
2638                 don't use pixmaps for label color rect but draw rectangles
2639                 so we can respect the color map of palette based visuals
2640                 (fixes the long time crashes on Suns - thanks to Andreas
2641                 Engel and Steve O'Hara-Smith for testing)
2642
2643 2003-02-11 [christoph]  0.8.9claws54
2644
2645         * src/matcher_parser_parse.y
2646                 correct bug where filering rules of not existing folders in
2647                 matcherrc were added to global filtering
2648                 
2649         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2650          main filter-rules after removing directory, http://bugs.debian.org/180253)
2651         
2652 2003-02-11 [paul]       0.8.9claws53
2653
2654         * sync with 0.8.10cvs7
2655                 see ChangeLog 2003-02-09
2656
2657 2003-02-11 [melvin]     0.8.9claws52
2658
2659         * po/fr.po
2660                 Updated French tranlsations
2661
2662 2003-02-10 [paul]       0.8.9claws51
2663
2664         * sylpheed.spec.in
2665                 correct --enable-openssl
2666                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2667
2668 2003-02-09 [martin]     0.8.9claws50
2669
2670         * src/prefs_matcher.c
2671                 fix segfault in prefs_matcher_substitute_cb() when
2672                 no row is selected
2673
2674 2003-02-09 [paul]       0.8.9claws49
2675
2676         * src/folderview.c
2677                 fix bug where a newsgroup folder's processing rules were
2678                 merged with the global filtering rules when the newsgroup
2679                 folder was deleted, causing some seriously bad results,
2680                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2681
2682 2003-02-08 [melvin]     0.8.9claws48
2683
2684         * src/compose.c
2685                 Corrected and modified an alert message.
2686
2687 2003-02-07 [paul]       0.8.9claws47
2688
2689         * src/folderview.c
2690                 fix bug where both an 'Account properties' window and a
2691                 'Folder properties' window were opened when clicking on
2692                 'Properties' in an NNTP or IMAP folder's popup menu.
2693
2694 2003-02-07 [paul]       0.8.9claws46
2695
2696         * sync with 0.8.10cvs6
2697                 see ChangeLog 2003-02-06
2698
2699 2003-02-06 [christoph]  0.8.9claws45
2700
2701         * src/mbox.c
2702                 freeze folder updates while importing mbox files
2703                 (closes bug 43 importing mbox took hours)
2704                 
2705         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2706
2707 2003-02-06 [thorsten]   0.8.9claws44
2708
2709         * po/de.po
2710                 Updated german translations
2711
2712 2003-02-06 [thorsten]   0.8.9claws43
2713
2714         * src/news.h
2715                 use guint for message numbers (fix count in grouplist dialog)
2716
2717 2003-02-05 [paul]       0.8.9claws42
2718
2719         * sync with 0.8.10cvs2
2720                 see ChangeLog 2003-02-05
2721
2722 2003-02-04 [colin]      0.8.9claws41
2723
2724         * src/prefs_common.[ch]
2725           src/procmsg.c
2726           src/summaryview.c
2727                 Add an option to disable threading by subject
2728
2729 2003-02-04 [christoph]  0.8.9claws40
2730
2731         * src/inc.c
2732                 only abort fetching mails from multiple accounts when the
2733                 error is fatal and does not allow to check any more accounts
2734                 (currently only disk full error)
2735
2736         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2737          receive mails for other accouts)
2738
2739 2003-02-04 [christoph]  0.8.9claws39
2740
2741         * src/folder.c
2742                 first add the new message to the cache, then
2743                 send the update notification
2744
2745         (closes bug 39 after sending message folderview doesnt get updated)
2746
2747 2003-02-04 [colin]      0.8.9claws38
2748
2749         * src/inc.c
2750                 _really_ fix this Connecting... status
2751
2752 2003-02-04 [paul]       0.8.9claws37
2753
2754         * sync with 0.8.10
2755                 see ChangeLog 2003-02-04
2756
2757 2003-02-04 [paul]       0.8.9claws36
2758
2759         * sync with 0.8.9cvs6
2760                 see ChangeLog 2003-02-03
2761
2762 2003-02-04 [paul]       0.8.9claws35
2763
2764         * po/pt_BR.po
2765                 updated by André Filipe de Assunção e Brito 
2766                 <bedecko@netsite.com.br>
2767
2768 2003-02-03 [thorsten]   0.8.9claws34
2769
2770         * po/de.po
2771                 Updated german translations
2772
2773 2003-02-02 [paul]       0.8.9claws33
2774
2775         * po/es.po
2776                 updated by Ricardo Mones Lastra
2777
2778 2003-02-02 [thorsten]   0.8.9claws32
2779
2780         * src/mh.c
2781                 Fix mh_get_msginfo() segfault if file is inaccessible
2782
2783 2003-01-31 [colin]      0.8.9claws31
2784
2785         * src/procheader.c
2786                 Fix last commit's bug
2787
2788 2003-01-31 [colin]      0.8.9claws30
2789
2790         * src/procheader.c
2791                 Missing a change for gpg-signed messages
2792
2793 2003-01-31 [paul]       0.8.9claws29
2794
2795         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2796           src/procheader.c
2797           src/stock_pixmap.[ch]
2798           src/summaryview.c
2799                 indicate GnuPG signed messages by displaying an icon
2800                 in the Attachment column.
2801
2802 2003-01-31 [paul]       0.8.9claws28
2803
2804         * sync with 0.8.9cvs4
2805                 see ChangeLog 2003-01-31
2806
2807 2003-01-31 [alfons]     0.8.9claws27
2808
2809         * src/textview.c
2810                 tune URI parser to accept mailto URLs with a '?'
2811                 (patch from Ruslan Balkin)
2812
2813 2003-01-31 [colin]      0.8.9claws26
2814
2815         * src/summaryview.c
2816                 Fix a leak introduced in claws24
2817
2818 2003-01-31 [colin]      0.8.9claws25
2819
2820         * src/summaryview.c
2821                 Freeze/Thaw folder updates when deleting dups
2822
2823 2003-01-31 [colin]      0.8.9claws24
2824         
2825         * src/addr_compl.c
2826           src/summaryview.c
2827           src/msgcache.c
2828                 little speed improvements
2829
2830 2003-01-31 [colin]      0.8.9claws23
2831
2832         * src/summaryview.c
2833                 Fix segfault when forwarding nothing
2834                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2835                 
2836 2003-01-30 [paul]       0.8.9claws22
2837
2838         * sync with 0.8.9cvs3
2839                 see ChangeLog 2003-01-30
2840
2841 2003-01-30 [paul]       0.8.9claws21
2842
2843         * sync with 0.8.9cvs2
2844                 see ChangeLog 2003-01-30
2845
2846 2003-01-29 [paul]       0.8.9claws20
2847
2848         * sync with 0.8.9cvs1
2849                 see ChangeLog 2003-01-29
2850
2851 2003-01-28 [paul]       0.8.9claws19
2852
2853         * po/POTFILES.in
2854                 update to reflect changes. 
2855                 thanks to Ricardo Mones Lastra
2856
2857 2003-01-27 [christoph]  0.8.9claws18
2858
2859         * ac/openssl.m4
2860         * ac/spamassassin.m4
2861         * src/plugins/spamassassin/README
2862         * src/plugins/spamassassin/libspamc.[ch]
2863         * src/plugins/spamassassin/utils.[ch]
2864                 updated to latest libspamc
2865
2866 2003-01-27 [christoph]  0.8.9claws17
2867
2868         * src/folder.c
2869                 fix wrong use of procheader_get_header_fields
2870
2871 2003-01-27 [christoph]  0.8.9claws16
2872
2873         * src/news.c
2874         * src/prefs_account.[ch]
2875         * src/common/nntp.[ch]
2876                 allow to force authentication for NNTP servers
2877
2878         Patch submitted by Florian Mickler <dmk@d-labs.de>
2879
2880 2003-01-26 [paul]       0.8.9claws15
2881
2882         * src/summaryview.c
2883                 speed up of marking messages as read
2884                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2885
2886 2003-01-26 [christoph]  0.8.9claws14
2887
2888         * src/Makefile.am
2889         * src/mgutils.[ch]              ** REMOVE **
2890         * src/xml.[ch]                  ** REMOVE **
2891         * src/xmlprops.[ch]             ** REMOVE **
2892         * src/common/Makefile.am
2893         * src/common/mgutils.[ch]       ** NEW **
2894         * src/common/xml.[ch]           ** NEW **
2895         * src/common/xmlprops.[ch]      ** NEW **
2896                 move xml files to common directory
2897
2898 2003-01-26 [christoph]  0.8.9claws13
2899
2900         * src/plugins/spamassassin/spamassassin_gtk.c
2901                 only set gtk entry text if string is available
2902
2903 2003-01-26 [melvin]     0.8.9claws12
2904
2905         * src/description_window.c
2906                 Allow resizing of the window
2907                 Allow automatic horizontal scroll bar
2908                 Do not vertically expand and fill
2909
2910 2003-01-26 [christoph]  0.8.9claws11
2911
2912         * src/Makefile.am
2913         * src/gtkutils.[ch]             ** REMOVE **
2914         * src/common/sylpheed.c
2915         * src/gtk/Makefile.am
2916         * src/gtk/description_window.c
2917         * src/gtk/gtkutils.[ch]         ** NEW **
2918         * src/gtk/prefswindow.c
2919                 move gtkutils to gtk directory
2920
2921 2003-01-26 [paul]       0.8.9claws10
2922
2923         * src/summaryview.c
2924                 rename summary_unread_clicked() to summary_status_clicked()
2925
2926 2003-01-26 [melvin]     0.8.9claws9
2927
2928         * src/prefs_actions.c
2929                 Cosmetical changes to the help text
2930
2931 2003-01-26 [paul]       0.8.9claws8
2932
2933         * src/folder.[ch]
2934           src/mainwindow.c
2935           src/prefs_common.c
2936           src/prefs_sumamry_column.c
2937           summaryview.[ch]
2938                 rename the 'Unread' column to 'Status'
2939
2940 2003-01-25 [match]      0.8.9claws7
2941
2942         * src/mgutils.[ch]
2943                 removed reference to LDAP constants. removed error2string.
2944                 included functions to support LDAP dynamic queries.
2945         * src/syldap.h
2946                 moved LDAP constants here.
2947         * src/addressbook.c
2948         * src/addrindex.c
2949         * src/importldif.c
2950                 removed references to LDAP constants and references to
2951                 error2string.
2952
2953 2003-01-25 [paul]       0.8.9claws6
2954
2955         * src/summaryview.c
2956                 summary_thread_build(), summary_thread_init(): remove 
2957                 unneeded reference to summaryview->folder_item
2958
2959 2003-01-25 [christoph]  0.8.9claws5
2960
2961         * src/gtk/description_window.c
2962                 o allow description texts to expand over multiple columns
2963                 o translate all columns
2964         * src/prefs_actions.c
2965                 change syntax description to use new multi column feature
2966
2967         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2968
2969 2003-01-25 [match]      0.8.9claws4
2970
2971         * src/vcard.c
2972                 fixed bug with Quoted-Printable
2973
2974 2003-01-25 [paul]       0.8.9claws3
2975
2976         * src/folder.[ch]
2977           src/summaryview.[ch]
2978                 implement per-folder collapsed/expanded threads setting
2979                 
2980         * src/prefs_common.c
2981                 remove global collapsed/expanded threads option
2982
2983 2003-01-25 [christoph]  0.8.9claws2
2984
2985         * po/POTFILES.in
2986                 add pluginwindow and prefswindow
2987         * src/compose.c
2988                 make send respond correctly to messages that could be added
2989                 to the queue folder, but the UID of the message is unknown
2990         * src/folder.c
2991         * src/imap.c
2992                 don't return guessed UIDs in imap_add_msg anymore. We return
2993                 0 to tell the folder system it was appened but the UID is
2994                 unknown. Folder system now get's the UID by scaning the folder
2995                 and searching the cache for the Message-ID
2996                 (closes bug #29 Messages queued, but not sent)
2997
2998 2003-01-25 [paul]       0.8.9claws1
2999
3000         * src/codeconv.c
3001                 conv_encode_header():  fix bug when long headers with 8-bit
3002                 characters are used, so that the encoded words are wrapped.
3003                 If the space in the original text falls on the wrap boundary,
3004                 it can be lost.
3005                 Patch by Sergey Vlasov.
3006                 
3007         * src/folderview.c
3008                  fix bug where a change to the sorting method or thread view
3009                  of a folder's messages is lost if simpify-subject is set and
3010                  toggled on or off.
3011                  Patch by Luke Plant.
3012
3013 2003-01-24 [paul]       0.8.9claws
3014
3015         * sylpheed-0.8.9claws released
3016         
3017         * Makefile.am
3018           sylpheed.spec.in
3019                 remove reference to 'INSTALL.jp'
3020
3021 2003-01-23 [paul]       0.8.8claws128
3022
3023         * po/es.po
3024           po/it.po
3025           po/ru.po
3026           po/sr.po
3027                 updated translations. submitted by Ricardo Mones Lastra,
3028                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3029
3030 2003-01-23 [colin]      0.8.8claws127
3031
3032         * src/compose.c
3033                 Fix drafted and queued news articles re-edition
3034
3035 2003-01-23 [melvin]     0.8.8claws126
3036
3037         * po/fr.po
3038                 Updated French translations
3039
3040 2003-01-23 [colin]      0.8.8claws125
3041
3042         * src/inc.c
3043                 Fix "Connecting to..." status message
3044
3045 2003-01-22 [paul]       0.8.8claws124
3046
3047         * po/bg.po
3048                 updated by George Danchev
3049                 
3050         * src/folder.c
3051                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3052                 and folder deletion
3053
3054 2003-01-21 [paul]       0.8.8claws123
3055
3056         * po/bg.po
3057                 updated by George Danchev
3058                 
3059         * src/about.c
3060                 its now 2003
3061                 
3062         * src/toolbar.c
3063                 don't translate 'Separator'
3064                 
3065         * src/plugins/spamassassin/Makefile.am
3066                 add aspell to CPPFLAGS
3067                 
3068         * src/plugins/spamassassin/spamassassin.c
3069           src/plugins/spamassassin/spamassassin_gtk.c
3070                 set correct default for spamassassin_receive_spam
3071                 slightly re-word descriptions and some
3072                 other minor changes
3073
3074 2003-01-19 [alfons]     0.8.8claws122
3075                 
3076         * src/mimeview.c
3077                 mimeview_save_as(): we might as well show the file name for
3078                 the single case "Save As" too
3079
3080 2003-01-19 [alfons]     0.8.8claws121
3081
3082         * src/crash.c
3083                 change bug tracker URL to bugzilla URL
3084
3085 2003-01-19 [alfons]     0.8.8claws120
3086
3087         * src/mimeview.c
3088                 mimeview_save_all(): display name of file before overwriting;
3089                 continue saving all, even when one overwrite was cancelled
3090
3091 2003-01-19 [christoph]  0.8.8claws119
3092
3093         * src/summaryview.c
3094         * src/procmsg.[ch]
3095                 fix wrong usage of procmsg_find_children in summaryview
3096                 by using procmsg_update_unread_children instead of
3097                 summaryview_update_unread_children
3098
3099 2003-01-19 [christoph]  0.8.8claws118
3100
3101         * src/procmsg.c
3102                 fix infinite loop in procmsg_find_children
3103                  (closes bug #25 sylpheed crashes on delete.)
3104
3105         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3106
3107 2003-01-19 [paul]       0.8.8claws117
3108
3109         * po/pt_BR.po
3110                 updated by Ivan Francolin Martinez
3111
3112 2003-01-18 [melvin]     0.8.8claws116
3113
3114         * src/prefs_actions.c
3115                 Removed syntax limitation of only one '&' at the end of command.
3116                         Now actions that contain '>/dev/null 2>&1' are possible.
3117
3118 2003-01-18 [melvin]     0.8.8claws115
3119
3120         * src/prefs_actions.c
3121                 Actions IO dialog: when the action ends
3122                 the "Close" button now has focus and [Escape] closes the
3123                 window.
3124
3125 2003-01-18 [christoph]  0.8.8claws114
3126
3127         * src/procmsg.c
3128                 o add debug output when MsgInfos are really freed
3129                 o free GSLists in procmsg_find_children and
3130                   procmsg_update_unread_children
3131
3132 2003-01-18 [christoph]  0.8.8claws113
3133
3134         * src/mainwindow.c
3135                 reorder Configuration menu
3136
3137 2003-01-18 [christoph]  0.8.8claws112
3138
3139         * src/compose.c
3140                 fix applying templates to forwarded messages
3141
3142         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3143
3144 2003-01-17 [christoph]  0.8.8claws111
3145
3146         * src/folder.c
3147                 destroy folder items, when a folder item is removed
3148
3149 2003-01-17 [christoph]  0.8.8claws110
3150
3151         * src/folder.c
3152                 fix wrong folder stats update when ignored message is
3153                 deleted
3154
3155 2003-01-17 [colin]      0.8.8claws109
3156         
3157         * src/mainwindow.c
3158         * src/summaryview.c
3159                 Quicksearch bugfixes: 
3160                 - hide help button at startup if not extended
3161                 - switch to extended when looking for replies
3162
3163 2003-01-17 [paul]
3164
3165         * sync with 0.8.9 release
3166
3167 2003-01-17 [paul]       0.8.8claws108
3168
3169         * sync with 0.8.8cvs11
3170                 see ChangeLog 2003-01-17
3171
3172 2003-01-16 [colin]      0.8.8claws107
3173
3174         * src/procmsg.c
3175                 Changed encryption test to re-ask passphrase
3176                 if an encrypted message hasn't been decrypted
3177                 Fixes bug #5
3178
3179 2003-01-16 [christoph]  0.8.8claws106
3180
3181         * src/prefs_gtk.c
3182         * src/prefs_toolbar.c
3183         * src/gtk/prefswindow.h
3184         * src/plugins/spamassassin/spamassassin_gtk.c
3185                 remove page destroy function that is not used anymore
3186
3187 2003-01-16 [paul]       0.8.8claws105
3188
3189         * sync with 0.8.8cvs9
3190                 see ChangeLog 2002-01-16
3191
3192 2003-01-16 [colin]      0.8.8claws104
3193
3194         * src/compose.[ch]
3195                 Fix bug with autosaved drafts for IMAP, when draft
3196                 folder is specified - fixes bugzilla bug #20
3197
3198 2003-01-15 [paul]       0.8.8claws103
3199
3200         * src/compose.[ch]
3201           src/procmsg.c
3202                 store folder and message-id of message forwarding
3203                 in queue header and set forward flag after sending
3204
3205 2003-01-15 [paul]       0.8.8claws102
3206
3207         * sync with 0.8.8cvs8
3208                 see ChangeLog 2002-01-15
3209
3210 2003-01-15 [colin]      0.8.8claws101
3211
3212         * src/Makefile.am
3213                 Fix linking with GNU libiconv
3214
3215 2003-01-15 [darko]      0.8.8claws100
3216
3217         * src/pine.c
3218                 fix crash when importing pine address book
3219                 entry with an empty name (reported by DY
3220                 <dybulk at tri8.net>)
3221
3222 2003-01-14 [paul]       0.8.8claws99
3223
3224         * configure.in  ** REMOVED **
3225           configure.ac  ** NEW FILE **
3226                 rename configure.in to configure.ac, as it is now
3227                 preferred
3228
3229 2003-01-14 [melvin]     0.8.8claws98
3230
3231         * src/folderview.c
3232                 folderview_check_new(): More precise function description
3233
3234 2003-01-14 [melvin]     0.8.8claws97
3235
3236         * src/folderview.c
3237                 folderview_check_new(): return the number of new messages 
3238                         since last check.
3239         * src/inc.c
3240                 inc_account_mail(): Disable counting of new messages for IMAP
3241                         and NNTP until bug [19] and [14] are fixed.
3242
3243 2003-01-14 [paul]       0.8.8claws96
3244
3245         * sync with 0.8.8cvs6
3246                 see ChangeLog 2003-01-14
3247
3248 2003-01-13 [alfons]     0.8.8claws95
3249
3250         * src/textview.c
3251                 tune email address validation (c. 0.8.8claws89): if . is 
3252                 just one char away from @, the address is invalid too 
3253                 (correctly rejects addresses like foo@.com)
3254
3255 2003-01-13 [paul]       0.8.8claws94
3256
3257         * src/messageview.c
3258           src/toolbar.c
3259                 fixes to the Message View toolbar and menu:
3260                 fix non-functioning Forward button
3261                 make Reply button consider default_reply_list
3262                 remove 'Follow-up...' menu entry
3263                 add 'Forward' and 'Redirect' menu entries
3264
3265 2003-01-13 [melvin]     0.8.8claws93
3266
3267         * src/inc.c
3268                 Fixed typo that could make new messages count incorrect.
3269
3270 2003-01-13 [melvin]     0.8.8claws92
3271
3272         * src/folderview.[ch]
3273                 folderview_check_new(): return the number of new messages.
3274         * src/inc.c
3275                 Should fix bug [14] where new mail notification worked 
3276                         incorrectly with IMAP accounts.
3277                 inc_spool_account(): return number of new msgs, or -1 on error
3278                 inc_all_spool(): return number of new msgs
3279                 
3280 2003-01-13 [melvin]     0.8.8claws91
3281
3282         * src/prefs_actions.c
3283                 Justify help text.
3284
3285 2003-01-12 [thorsten]   0.8.8claws90
3286
3287         * src/common/prefs.c
3288                 close file before rename
3289
3290 2003-01-12 [alfons]     0.8.8claws89
3291
3292         * AUTHORS
3293                 add Christian Mertes
3294         * src/common/utils.[ch]
3295                 g_stricase_hash(), g_stricase_equal(): functions for 
3296                 case insensitive hash tables
3297         * src/textview.c
3298                 use top level domain names to validate email address, based
3299                 on a patch by Christian Mertes (thanks!), but changed 
3300                 implementation to use a hash table 
3301
3302 2003-01-12 [paul]       0.8.8claws88
3303
3304         * po/bg.po
3305                 updated by George Danchev
3306
3307 2003-01-12 [alfons]     0.8.8claws87
3308
3309         * src/summaryview.c
3310                 delete / execute performance: use new style folder update
3311
3312 2003-01-12 [paul]       0.8.8claws86
3313
3314         * sync with 0.8.8cvs5
3315                 see ChangeLog 2003-01-13 (!)
3316
3317 2003-01-12 [alfons]     0.8.8claws85
3318
3319         * src/filtering.c
3320         * src/matcher_parser_parse.y
3321                 prepare change_score filtering action
3322         * src/matcher.[ch]
3323                 give up const-correctness on functions that call non-const-correct functions;
3324                 several casts to gpointer in g_free();
3325                 add change_score;
3326
3327 2003-01-12 [christoph]  0.8.8claws84
3328
3329         * src/compose.c
3330                 fix 2 warnings
3331
3332         * src/gtk/prefswindow.[ch]
3333         * src/plugins/spamassassin/spamassassin_gtk.c
3334                 changed the call of the widget create function
3335                 for PrefsPages, because sometimes the widget
3336                 create function needs a widget that already has
3337                 been attached to a window (to create GDK pixmaps
3338                 for exmaple). So we simply pass the GtkWindow as
3339                 the second parameter now.
3340
3341         * src/main.c
3342         * src/mainwindow.c
3343         * src/prefs_toolbar.[ch]
3344                 rewrite Toolbar Preferences using the new
3345                 prefs window
3346
3347 2003-01-11 [alfons]     0.8.8claws83
3348
3349         * src/addressadd.c
3350                 fix crash when adding sender to addressbook because status bar
3351                 isn't there (the status bar doesn't seem to be used though,
3352                 but I'll let Match decide what to do with it)
3353
3354 2003-01-11 [colin]      0.8.8claws82
3355
3356         * src/main.c
3357           src/toolbar.c
3358                 Two useless changes reversed
3359
3360 2003-01-11 [colin]      0.8.8claws81
3361
3362         * src/mainwindow.c
3363           src/mainwindow.h
3364                 Add mainwindow_get_mainwindow()
3365         * src/alertpanel.c
3366           src/alertpanel.h
3367                 Add alertpanel_error_log() 
3368         * src/compose.c
3369           src/inc.c
3370           src/messageview.c
3371           src/toolbar.c
3372           src/main.c
3373           src/procmsg.c
3374                 Network errors get a View Log button
3375
3376 2003-01-10 [alfons]     0.8.8claws80
3377
3378         * src/prefs_toolbar.c
3379         * src/toolbar.c
3380                 use the translatable string for "Separator" as file name for
3381                 separator toolbar items (probably make this uppercase?)
3382
3383 2003-01-10 [alfons]     0.8.8claws79
3384
3385         * src/prefs_toolbar.c
3386                 put right A_SEPARATOR description string in "displayed
3387                 toolbar items list" so manually added separators are
3388                 saved correctly (bug #10, "Adding a separator to the main 
3389                 toolbar fails, entry in xml file is wrong")
3390
3391 2003-01-10 [christoph]  0.8.8claws78
3392
3393         * src/imap.c
3394                 o fix warnings
3395                 o use CAPABILITY to check if NAMESPACE is available
3396
3397 2003-01-10 [christoph]  0.8.8claws77
3398
3399         * src/imap.[ch]
3400                 apply UIDPLUS IMAP extension support patch
3401
3402         Patch submitted by Simon 'corecode' Schubert
3403
3404 2003-01-10 [paul]       0.8.8claws76
3405
3406         * src/folderview.c
3407                 a sync from main which fixes the news account folders'
3408                 Properties bug
3409
3410 2003-01-10 [christoph]  0.8.8claws75
3411
3412         * src/folder.c
3413                 don't accept 0 as a valid uid returned by copy and move
3414                 functions. 0 means the message was copied or moved but the
3415                 new uid could not be fetched. It is not an error condition
3416                 for the copy or move operation.
3417
3418 2003-01-10 [paul]       0.8.8claws74
3419
3420         * src/prefs_filtering.c
3421                 change English used in Alert when entry is not
3422                 saved.
3423                 
3424         * sync with 0.8.8cvs4
3425                 see ChangeLog 2003-01-10
3426
3427 2003-01-10 [darko]      0.8.8claws73
3428
3429         * src/pine.c
3430                 fix crash when importing address book entry
3431                 without a valid address
3432
3433 2003-01-09 [alfons]     0.8.8claws72
3434
3435         * src/inc.c
3436                 filtering performance: use new style folder update
3437
3438 2003-01-09 [christoph]  0.8.8claws71
3439
3440         * src/compose.c
3441         * src/gtk/menu.[ch]
3442                 fix wrong selecting of mime encoding type, when
3443                 opening property dialog of attachments in the
3444                 compose window. 7bit was always selected and that
3445                 destoryed files with 8bit data.
3446                 (closes bug #9 Sylpheed-claws destroys attachments when
3447                  changing MIME-types)
3448
3449 2003-01-09 [paul]       0.8.8claws70
3450
3451         * sync with 0.8.8cvs3
3452                 see ChangeLog 2003-01-09
3453
3454 2003-01-08 [alfons]     0.8.8claws69
3455         
3456         * src/addressadd.c
3457                 apply patch by Kim Schulz to fix build breakage
3458                 because of missing variable
3459
3460 2003-01-08 [paul]       0.8.8claws68
3461
3462         * sync with 0.8.8cvs2
3463                 see ChangeLog 2002-01-08
3464
3465 2003-01-08 [paul]       0.8.8claws67
3466
3467         * po/it.po
3468                 updated by Alessandro Maestri
3469                 
3470         * src/addressadd.c
3471                 when using 'Add sender to addressbook' allow
3472                 name to be edited and remarks to be entered
3473                 Patch submitted by Luke Plant
3474
3475 2003-01-08 [darko]      0.8.8claws66
3476
3477         * README.claws, src/summaryview.c
3478                 fix description for marked messages
3479
3480 2003-01-08 [paul]
3481
3482         * tools/Makefile.am
3483           tools/launch_phoenix  ** NEW FILE **
3484                 add script that enables using Phoenix as the default
3485                 web browser. 
3486                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3487                 
3488         * tools/OOo2sylpheed.pl
3489                 remove full path to sylpheed executable, just 'sylpheed'
3490                 will do
3491                 
3492         * tools/README
3493                 add launch_phoenix informtion and re-arrange and compress
3494                 the data a little
3495
3496 2003-01-07 [christoph]  0.8.8claws65
3497
3498         * src/folder.c
3499                 fix update for source folder when moving messages
3500         * src/procmsg.[ch]
3501         * src/summaryview.c
3502                 use function to set to_folder for message infos and
3503                 automatically update the op_count for old and new
3504                 folder
3505
3506 2003-01-07 [melvin]     0.8.8claws64
3507
3508         * src/prefs_actions.c
3509                 Fixed bug where an '%p' Action on a displayed image crashed 
3510                         Sylpheed
3511                 Code clean up (get rid of duplicated code and removed unnecessary 
3512                                 structure member)
3513
3514 2003-01-07 [christoph]  0.8.8claws63
3515
3516         * src/compose.c
3517         * src/folder.[ch]
3518         * src/folderview.c
3519         * src/import.c
3520         * src/inc.c
3521         * src/main.c
3522         * src/mainwindow.c
3523         * src/messageview.c
3524         * src/prefs_folder_item.c
3525         * src/procmsg.c
3526         * src/summaryview.c
3527         * src/toolbar.c
3528                 o remove all folder update triggering from the UI code. The folder
3529                   system should know much better when a folder needs an update.
3530                 o to prevent multiple updates in a row the folder updates can be
3531                   frozen for some time.
3532
3533                 Note: - Please verify that no updates are missing
3534                       - Check where freeze/thaws should be added
3535
3536 2003-01-07 [christoph]  0.8.8claws62
3537
3538         * src/prefs_actions.c
3539                 don't translate empty strings
3540
3541         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3542
3543 2003-01-06 [christoph]  0.8.8claws61
3544
3545         * src/prefs_actions.c
3546                 mark strings for gettext
3547         * src/prefs_matcher.c
3548                 use new description window for Execute action and
3549                 match condition in Filtering
3550
3551         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3552
3553 2003-01-06 [alfons]     0.8.8claws60
3554
3555         keep myself inspired to re-organize matcher part 8; 
3556         yes, more to come (I need to move out the descriptive
3557         text for actions to matcher.c, or at least make it not
3558         depend on the wicked ordering)
3559
3560         * src/prefs_matcher.c
3561                 add documentation so others may comprehend the
3562                 UI part of the conditions
3563                 
3564 2003-01-06 [christoph]  0.8.8claws59
3565
3566         * src/prefs_actions.c
3567                 use new description window for syntax help
3568         * src/gtk/description_window.c
3569                 fix display of descriptions with column count != 2
3570
3571         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3572
3573 2003-01-06 [christoph]  0.8.8claws58
3574
3575         * src/quote_fmt.c
3576         * src/summaryview.[ch]
3577         * src/gtk/Makefile.am
3578         * src/gtk/description_window.[ch]       ** NEW **
3579                 use a generic window to display syntax descriptions
3580                 currently used in quote_fmt and summaryview (new description
3581                 for extended quick search)
3582
3583         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3584
3585 2003-01-06 [paul]       0.8.8claws57
3586
3587         * sync with 0.8.8cvs1
3588                 see ChangeLog 2003-01-06
3589
3590 2003-01-06 [christoph]  0.8.8claws56
3591
3592         * src/mainwindow.c
3593         * src/prefs_gtk.[ch]
3594         * src/gtk/prefswindow.[ch]
3595         * src/plugins/spamassassin/spamassassin_gtk.c
3596                 o remove page management from prefswindow, pages
3597                   will be an argument to prefswindow_open
3598                 o prefswindow_open gets a datapointer that is
3599                   passed to the widget_create function to allow
3600                   creation of prefswindow for specific items
3601
3602 2003-01-06 [colin]      0.8.8claws55
3603         
3604         * src/summaryview.c
3605                 We don't want regexp in the reply-finder, 
3606                 because MIDs can contain !,$,. and so on
3607
3608 2003-01-06 [jens]       0.8.8claws54
3609
3610         * src/jpilot.c
3611                 fixed a wrong free in jpilot_read_db_files
3612
3613 2003-01-06 [alfons]     0.8.8claws53
3614
3615         re-organize matcher part 8; more to come
3616        
3617         * src/matcher.c
3618                 matcherprop_to_string(): put g_free()s before the
3619                 switch-case break to fix memleaks                
3620
3621 2003-01-06 [colin]      0.8.8claws52
3622
3623         * src/summaryview.c
3624                 cleanup & reply-finder now displays the first 
3625                 matching message
3626
3627 2003-01-05 [alfons]     0.8.8claws51
3628
3629         re-organize matcher part 7; more to come
3630
3631         * src/matcher.[ch]
3632                 fixes for constant correctness;
3633                 more documentation;
3634
3635 2003-01-05 [alfons]     0.8.8claws50
3636
3637         re-organize matcher part 6; more to come
3638         
3639         * src/matcher.[ch]
3640                 fixes for constant correctness;
3641                 more documentation;
3642         * src/filtering.c
3643                 fix for constant correctness
3644
3645 2003-01-05 [colin]      0.8.8claws49
3646
3647         * src/account.[ch]
3648                 Add account_get_reply_account function
3649         * src/compose.c
3650                 Use account_get_reply_account function 
3651         * src/summaryview.c
3652                 Basic reply-finder - click on the replied
3653                 icon gets you to the outbox using quick-search
3654
3655 2003-01-05 [paul]       0.8.8claws48
3656
3657         * src/prefs_common.c
3658                 small change to English
3659                 
3660         * src/prefs_filtering.c
3661                 prefs_filtering_action_select(): improve logic and uniformity
3662                 of gui
3663
3664 2003-01-05 [alfons]     0.8.8claws47
3665
3666         fine tune solution to focus problems (bug #7)
3667
3668         * src/mainwindow.c
3669                 mainwindow_focus_in_event(): remove grab event check
3670         * src/summaryview.c
3671                 summary_button_pressed(): move selection on right-click
3672                 too. we can't possibly move the selection back after
3673                 canceling a dialog, because gtk's incomplete focus 
3674                 management. whether this is a good solution, only time
3675                 will tell.
3676
3677 2003-01-05 [christoph]  0.8.8claws46
3678
3679         * src/imap.c
3680                 fix crash when no imap connection could be established
3681
3682 2003-01-05 [paul]       0.8.8claws45
3683
3684         * src/mainwindow.c
3685           src/sumamryview.c
3686           src/gtk/menu.[ch]
3687                 fix bug 605957 'shortcuts in popup-menu'
3688                 make user-defined shortcuts work
3689                 show shortcuts that are already defined
3690                 in the main menu
3691                 Patch submitted by Luke Plant
3692
3693 2003-01-05 [alfons]     0.8.8claws44
3694
3695         * src/mainwindow.c
3696                 focus_in_event handler should not select summary view row 
3697                 when another window (menu, dialog) grabbed for events 
3698                 (bug #7, "[0.8.8claws42] Message summary focus") 
3699
3700 2003-01-04 [christoph]  0.8.8claws43
3701
3702         * src/procmsg.c
3703                 update save folder after adding the sent message
3704                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3705
3706 2003-01-02 [christoph]  0.8.8claws42
3707
3708         * src/common/plugin.c
3709                 fix unloading of all plugins and unload
3710                 plugins in reverse order
3711                 
3712         * src/gtk/pluginwindow.c
3713                 implement function of load and unload button
3714
3715         * src/gtk/prefswindow.c
3716         * src/gtk/prefswindow.h
3717                 rename register function and add new unregister
3718                 function
3719
3720         * src/plugins/spamassassin/spamassassin_gtk.c
3721                 unregister prefs page and update for changes in
3722                 src/gtk/prefswindow.c
3723
3724 2003-01-02 [paul]       0.8.8claws41
3725
3726         * po/es.po
3727                 updated by Ricardo Mones Lastra
3728
3729 2003-01-02 [paul]
3730
3731         * tools/tb2sylpheed
3732                 fixes and improvements by Urke MMI
3733
3734 2003-01-02 [thorsten]   0.8.8claws40
3735
3736         * src/procmsg.c
3737                 fixed wrong return value
3738
3739 2003-01-02 [thorsten]   0.8.8claws39
3740
3741         * src/prefs.c
3742                 fixed printing wrong variable
3743
3744 2003-01-02 [thorsten]   0.8.8claws38
3745
3746         * src/prefs.c
3747                 fixed acessing members of freed pfile struct
3748
3749 2003-01-02 [thorsten]   0.8.8claws37
3750
3751         * src/procmsg.c
3752                 detect loops across several messages
3753                 as suggested by Christoph Hohmann
3754
3755 2003-01-01 [match]      0.8.8claws36
3756
3757         * src/addrindex.c
3758                 fixed another memory leak.
3759
3760 2003-01-01 [match]      0.8.8claws35
3761
3762         * src/jpilot.[ch]
3763                 fixed memory leaks. applied Doxygen comments.
3764
3765 2003-01-01 [thorsten]   0.8.8claws34
3766
3767         * src/procmsg.c
3768                 inhibit endless loop if msg references itself
3769                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3770
3771 2003-01-01 [christoph]  0.8.8claws33
3772
3773         * src/mainwindow.c
3774         * src/gtk/Makefile.am
3775         * src/gtk/pluginwindow.c                ** NEW **
3776         * src/gtk/pluginwindow.h                ** NEW **
3777                 add plugin window
3778
3779         * src/plugins/demo/demo.c
3780         * src/plugins/spamassassin/spamassassin.c
3781         * src/plugins/spamassassin/spamassassin_gtk.c
3782                 write better plugin descriptions
3783
3784 2002-12-31 [christoph]  0.8.8claws32
3785
3786         * src/gtk/prefswindow.c
3787         * src/plugins/spamassassin/spamassassin_gtk.c
3788                 some small improvements to GTK code
3789
3790 2002-12-31 [christoph]  0.8.8claws31
3791
3792         * src/plugins/spamassassin/spamassassin_gtk.c
3793                 enable folder select button
3794
3795 2002-12-31 [christoph]  0.8.8claws30
3796
3797         * src/mainwindow.c
3798         * src/gtk/Makefile.am
3799         * src/gtk/prefswindow.c                         ** NEW **
3800         * src/gtk/prefswindow.h                         ** NEW **
3801                 add new prefs window
3802
3803         * src/common/plugin.c
3804                 don't try to load empty config lines
3805         
3806         * src/plugins/spamassassin/Makefile.am
3807         * src/plugins/spamassassin/spamassassin.c
3808         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3809         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3810                 GTK config for SpamAssassin Plugin using
3811                 the new prefs window
3812
3813 2002-12-31 [paul]       0.8.8claws29
3814
3815         * po/POTFILES.in
3816                 remove obsolete entry 'src/menu.c'
3817
3818 2002-12-31 [alfons]     0.8.8claws28
3819
3820         * src/matcher.[ch]
3821         * src/matcher_parser_parse.y
3822         * src/prefs_matcher.c
3823                 add "ignore_thread" and "~ignore_thread" condition so it's
3824                 possible to make the actions / scoring operate on the ignore
3825                 thread flag
3826
3827 2002-12-31 [christoph]  0.8.8claws27
3828
3829         * src/addrbook.c
3830         * src/addrindex.c
3831         * src/folder.c
3832         * src/matcher.c
3833         * src/prefs_account.c
3834         * src/prefs_actions.c
3835         * src/prefs_customheader.c
3836         * src/prefs_display_header.c
3837         * src/prefs_gtk.c
3838         * src/procmime.c
3839         * src/toolbar.c
3840         * src/xmlprops.c
3841         * src/common/prefs.[ch]
3842                 extend prefs file handling for reading and automatic handling
3843                 of blocks. When reading prefs_set_block_label will automatically
3844                 move on to the block. When writing it will copy all other blocks
3845                 automatically
3846
3847         * src/common/plugin.c
3848                 Now loading plugin filenames from [Plugins] block in
3849                 sylpheed rc file
3850
3851 2002-12-30 [christoph]  0.8.8claws26
3852
3853         * src/common/hooks.[ch]
3854                 return abort status to caller of hooks_invoke
3855                 
3856         * src/inc.[ch]
3857                 invoke message filtering hook and stop
3858                 default handling when filter returns abort
3859
3860         * src/common/plugin.[ch]
3861         * src/plugins/demo/demo.c
3862                 modify plugin loader, because resolving symbols for strings
3863                 does not work correctly
3864         
3865         * configure.in
3866         * ac/spamassassin.m4                            ** NEW **
3867         * src/plugins/spamassassin/.cvsignore           ** NEW **
3868         * src/plugins/spamassassin/Makefile.am          ** NEW **
3869         * src/plugins/spamassassin/README               ** NEW **
3870         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3871         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3872         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3873                 add spamassassin plugin, see src/plugins/spamassassin/README
3874                 for details
3875
3876 2002-12-29 [alfons]     0.8.8claws25
3877
3878         * src/mainwindow.c
3879                 when moving focus from a message view to the main 
3880                 window, don't forget to select the summary node
3881                 of the displayed message. should fix "[ 659103 ] 
3882                 focus-follows-mouse confuses sylpheed"
3883
3884 2002-12-29 [christoph]  0.8.8claws24
3885
3886         * src/Makefile.am
3887         * src/stringtable.[ch]          ** REMOVE **
3888         * src/common/Makefile.am
3889         * src/common/stringtable.[ch]   ** NEW **
3890                 move stringtable files to common directory
3891
3892 2002-12-29 [christoph]  0.8.8claws23
3893
3894         * src/Makefile.am
3895         * src/menu.[ch]                 ** REMOVE **
3896         * src/gtk/Makefile.am
3897         * src/gtk/menu.[ch]             ** NEW **
3898                 move menu files to gtk directory
3899
3900 2002-12-29 [match]      0.8.8claws22
3901
3902         * src/addressbook.c
3903         * src/syldap.c
3904                 moved UI specific code out of LDAP code into addressbook
3905                 UI code. fixed memory leak.
3906
3907 2002-12-29 [christoph]  0.8.8claws21
3908
3909         * src/folder.c
3910                 only check for IGNORED parent message when message is
3911                 not IGNORED itself
3912
3913 2002-12-29 [alfons]     0.8.8claws20
3914
3915         * src/summaryview.c
3916                 set gtksctree's anchor correct (immediate execute
3917                 changes the tree's layout, and anchor points at 
3918                 the incorrect row). fixes "[ 657233 ] multiple msg 
3919                 delete sometimes off by 1".
3920                 we probably have to look for more tree layout /
3921                 anchor glitches.
3922
3923 2002-12-29 [paul]       0.8.8claws19
3924
3925         * src/summaryview.c
3926                 fix bug [ 659054 ] incorrect sorting of 'From' column
3927                 when using 'display sender using address book'
3928                 thanks to Alfons and Luke Plant
3929
3930 2002-12-29 [christoph]  0.8.8claws18
3931
3932         * src/folder.c
3933         * src/procmsg.[ch]
3934                 check parent messages for IGNORE THREAD flag, when adding,
3935                 moving or copying messages to a folder
3936
3937 2002-12-27 [alfons]     0.8.8claws17
3938
3939         re-organize matcher part 5; more to come
3940
3941         * src/matcher.c
3942                 hash keywords in matchparser_tab 
3943
3944 2002-12-27 [alfons]     0.8.8claws16
3945
3946         re-organize matcher part 4; more to come
3947
3948         * src/matcher_parser.h
3949         * src/matcher_parser_lex.l
3950         * src/matcher_parser_parse.y
3951                 cleanup
3952
3953 2002-12-27 [alfons]     0.8.8claws15
3954
3955         re-organize matcher part 3; more to come
3956
3957         * src/matcher.[ch]
3958                 cleanup
3959
3960 2002-12-27 [alfons]     0.8.8claws14
3961
3962         re-organize matcher part 2; more to come but this should
3963         work. cc me if there are any regressions.
3964
3965         * src/matcher.h
3966                 add prototype for get_matchparser_tab_id()
3967         * src/matcher_parser_lex.l
3968                 look up keywords using matchparser_tab_id();
3969
3970 2002-12-27 [alfons]     0.8.8claws12
3971
3972         re-organize matcher part 1
3973
3974         * src/matcher.h
3975                 map yacc generated constants to sylpheed matcher constants
3976         * src/matcher.c
3977                 add function to find a matcher constant from a string
3978
3979 2002-12-27 [christoph]  0.8.8claws11
3980
3981         * src/compose.c
3982                 MENUITEM_ADD casts the 4th argument from integer to pointer
3983                 so it probably should not be a pointer, this means we
3984                 should use account id for it and not the account's pointer
3985
3986 2002-12-27 [paul]       0.8.8claws10
3987
3988         * src/mainwindow.c
3989                 remove unneeded 'GtkWidget *vbox'
3990                 
3991         * src/summaryview.c
3992                 further sync with 0.8.8 - make sort
3993                 by recipient work as expected
3994                 
3995         * NEWS
3996                 sync with 0.8.8
3997
3998 2002-12-27 [paul]       0.8.8claws9
3999
4000         * po/pt_BR.po
4001                 updated by Ivan F. Martinez
4002                 
4003 2002-12-27 [darko]      0.8.8claws8
4004
4005         * src/common/utils.c
4006                 added locked pattern to extended search
4007
4008 2002-12-27 [alfons]     0.8.8claws7
4009
4010         * src/prefs_matcher.[ch]
4011                 clean up
4012
4013 2002-12-26 [alfons]     0.8.8claws6
4014
4015         * src/matcher.[ch]
4016         * src/matcher_parser_lex.l
4017         * src/matcher_parser_parse.y
4018         * src/prefs_matcher.c
4019                 allow color label as a condition in the matcher
4020
4021 2002-12-26 [oliver]     0.8.8claws5
4022         
4023         * src/toolbar.c 
4024                 enable Addressbook for Main and Messageview
4025         * src/prefs_actions.c
4026                 enable actions in Messageview
4027
4028 2002-12-26 [christoph]  0.8.8claws4
4029
4030         * src/common/plugin.c
4031                 add a little debug output
4032         * configure.in
4033         * src/plugins/demo/Makefile.am
4034                 better use of automake
4035
4036 2002-12-26 [christoph]  0.8.8claws3
4037
4038         * src/Makefile.am
4039         * src/common/Makefile.am
4040                 fix "make distdir"
4041
4042 2002-12-26 [christoph]  0.8.8claws2
4043
4044         * configure.in
4045                 sort configure checks into common / gtk / plugins
4046         * po/POTFILES.in
4047                 add src/prefs_gtk.c
4048         * src/Makefile.am
4049                 add plugins SUBDIR
4050         * src/main.c
4051         * src/common/sylpheed.[ch]
4052                 added now sylpheed_done function for shutdown
4053         * src/common/Makefile.am
4054         * src/common/plugin.[ch]                ** NEW **
4055                 plugin loader and unloader
4056         * src/plugins/.cvsignore                ** NEW **
4057         * src/plugins/Makefile.am               ** NEW **
4058                 build plugins
4059         * src/plugins/demo/.cvsignore           ** NEW **
4060         * src/plugins/demo/Makefile.am          ** NEW **
4061         * src/plugins/demo/demo.c               ** NEW **
4062                 small demo plugin that installs a logtext hook and
4063                 outputs the log text to stdout
4064
4065 2002-12-26 [paul]       0.8.8claws1
4066
4067         * po/es.po
4068                 updated by Ricardo Mones Lastra
4069
4070 2002-12-26 [paul]       0.8.8claws
4071
4072         * 0.8.8claws released
4073
4074 2002-12-26 [paul]       0.8.7claws12
4075
4076         * po/bg.po
4077                 updated by George Danchev
4078
4079 2002-12-26 [paul]       0.8.7claws11
4080
4081         * po/POTFILES.in
4082                 remove unneeded 'src/prefs.c' entry 
4083
4084 2002-12-26 [paul]       0.8.7claws10
4085
4086         * src/codeconv.c
4087           src/mainwindow.c
4088                 sync with 0.8.8 release
4089         
4090         * src/folder.[ch]
4091           src/mh.c
4092           src/summaryview.c
4093                 partial sync with 0.8.8 release
4094         
4095
4096 2002-12-25 [alfons]     0.8.7claws9
4097
4098         * src/matcher.[ch]
4099         * src/matcher_parser_lex.l
4100         * src/matcher_parser_parse.y
4101         * src/prefs_matcher.c
4102                 add locked flag to possible filtering / matcher 
4103                 conditions (also a good example what should be
4104                 done to add a simple boolean condition)
4105
4106 2002-12-25 [christoph]  0.8.7claws8
4107
4108         * src/Makefile.am
4109         * src/account.[ch]
4110         * src/addrbook.c
4111         * src/addressbook.c
4112         * src/addrindex.c
4113         * src/filtering.c
4114         * src/folder.c
4115         * src/matcher.c
4116         * src/prefs.[ch]                ** REMOVE **
4117         * src/prefs_account.c
4118         * src/prefs_actions.c
4119         * src/prefs_common.c
4120         * src/prefs_customheader.c
4121         * src/prefs_display_header.c
4122         * src/prefs_filtering.c
4123         * src/prefs_folder_item.c
4124         * src/prefs_gtk.[ch]            ** NEW **
4125         * src/prefs_matcher.c
4126         * src/prefs_scoring.c
4127         * src/prefs_summary_column.c
4128         * src/procmime.c
4129         * src/selective_download.c
4130         * src/toolbar.c
4131         * src/common/Makefile.am
4132         * src/common/prefs.[ch]         ** NEW **
4133                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4134
4135 2002-12-24 [alfons]     0.8.7claws7
4136
4137         * src/summaryview.c
4138                 summary_thread_build(): fix real cause of the crash mentioned in
4139                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4140                 this way we get meaningful ctree nodes 
4141
4142 2002-12-24 [oliver]     0.8.7claws6
4143
4144         * src/mainwindow.[ch]
4145         * src/messageview.[ch]
4146         * src/compose.[ch]
4147         * src/inc.c
4148         * src/summaryview.c
4149                 changes to use updated toolbar handling
4150                 
4151 2002-12-24 [oliver]     0.8.7claws5
4152
4153         * src/toolbar.[ch]
4154                 generic toolbar handling
4155                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4156         * src/prefs_toolbar.[ch]
4157                 adjust to handling
4158         
4159 2002-12-24 [oliver]     0.8.7claws4
4160         
4161         * src/stock_pixmap.[ch]
4162                 move SYLPHEED_LOGO to end of list in order 
4163                 to remove it from Custom Toolbar`s Icon View
4164
4165 2002-12-24 [alfons]     0.8.7claws3
4166
4167         * src/summaryview.c
4168                 summary_thread_build(): fix crash because of focus != selection 
4169                 after threading. when deleting the selection, gtk tries but fails 
4170                 to find the correct focusable element. we now force the selection
4171                 to be focused. this should solve the infamous bug reported by 
4172                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4173                 a test case is available. 
4174
4175 2002-12-24 [darko]      0.8.7claws2
4176
4177         * src/summaryview.c
4178                 don't crash when unmarking message with unread children
4179
4180 2002-12-23 [christoph]  0.8.7claws1
4181
4182         * src/Makefile.am
4183         * src/common/Makefile.am
4184                 update Makefiles for moved intl.h, version.h and defs.h
4185         * src/imap.c
4186                 rewrite imap_session_get to avoid duplicate code
4187
4188 2002-12-23 [paul]       0.8.7claws
4189
4190         * Santa-Claws released
4191         
4192         * po/hu.po
4193           po/ru.po
4194                 squeeze in updated Hungarian and Russian translations.
4195                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4196
4197 2002-12-23 [paul]       0.8.6claws129
4198
4199         * po/pl.po
4200                 updated by Witold Wladyslaw Wojciech Wilk
4201
4202 2002-12-23 [paul]       0.8.6claws128
4203
4204         * src/quote_fmt_parse.y
4205                 fix typo and add licence header
4206
4207 2002-12-23 [paul]       0.8.6claws127
4208
4209         * po/en_GB.po
4210                 updated
4211
4212 2002-12-23 [paul]       0.8.6claws126
4213
4214         * po/it.po
4215                 updated translation, submitted by Alessandro Maestri
4216                 
4217 2002-12-23 [paul]       0.8.6claws125
4218
4219         * src/quote_fmt_parse.y
4220                 fix signature-stripping on replies bug. match
4221                 '-- \n' and not '-- '.
4222
4223 2002-12-22 [paul]       0.8.6claws124
4224
4225         * po/bg.po
4226           po/es.po
4227           po/sr.po
4228                 updated translations. submitted by George Danchev,
4229                 Ricardo Mones Lastra, and Urke MMI respectively
4230
4231 2002-12-21 [paul]       0.8.6claws123
4232
4233         * src/addrbook.c
4234                 fix coding style
4235
4236 2002-12-21 [paul]       0.8.6claws122
4237
4238         * src/addrbook.c
4239                 fix bug [643638] where if a person is in one or more
4240                 addressbook groups editing that person's email 
4241                 address results in removal from those groups.
4242                 Patch submitted by Luke Plant.
4243
4244 2002-12-20 [christoph]  0.8.6claws121
4245
4246         * src/common/utils.c
4247         * src/summaryview.c
4248                 reimplement expand_search_string using GString to
4249                 prevent crashs caused by miscalculated string
4250                 lengths reported by Paul
4251
4252 2002-12-20 [christoph]  0.8.6claws120
4253
4254         * src/summaryview.c
4255                 don't use "changed" to check if op_count has to be changed as it
4256                 is also set when the message has unread children
4257                 (closes bug [ 653221 ] crash while deleting duplicates)
4258
4259 2002-12-20 [paul]       0.8.6claws119
4260
4261         * sync with 0.8.6cvs27
4262                 see ChangeLog 2002-12-20
4263
4264 2002-12-20 [paul]       0.8.6claws118
4265
4266         * sync with 0.8.6cvs26
4267                 see ChangeLog 2002-12-19 and 2002-12-20
4268
4269 2002-12-19 [alfons]     0.8.6claws117
4270
4271         * src/textview.c
4272                 fix incorrect parsing of email addresses, submitted by 
4273                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4274                 name display if it contains @".
4275
4276 2002-12-18 [paul]       0.8.6claws116
4277
4278         * sync with 0.8.6cvs23
4279                 see ChangeLog 2002-12-18
4280
4281 2002-12-18 [paul]       0.8.6claws115
4282
4283         * src/Makefile.am
4284         * src/account.c
4285         * src/codeconv.c
4286         * src/gtkutils.[ch]
4287         * src/imap.c
4288                 sync with 0.8.6cvs22.
4289                 see ChangeLog 2002-12-17 and 2002-12-18
4290
4291 2002-12-17 [christoph]  0.8.6claws114
4292
4293         * src/imap.c
4294                 o don't create a session if imap greeting fails
4295                 o don't close socket when authentication fails
4296                   this is done by imap_session_destroy
4297
4298 2002-12-17 [thorsten]   0.8.6claws113
4299
4300         * tools/Makefile.am
4301           tools/README
4302           tools/google_msgid.pl ** NEW FILE **
4303                 Added "search for message-id" script and doc
4304
4305 2002-12-17 [thorsten]   0.8.6claws112
4306
4307         * po/hu.po
4308                 Updated hungarian translation
4309                 (updated by Gal Zoltan)
4310
4311 2002-12-16 [christoph]  0.8.6claws111
4312
4313         * src/addr_compl.c
4314                 remove stupid addressbook dump to debug output
4315         * src/mh.c
4316                 fix memory leak found by Hiro
4317
4318 2002-12-14 [paul]       0.8.6claws110
4319
4320         * src/compose.c
4321                 fix menubar sensitivity on send
4322                 
4323         * src/prefs_filtering.c
4324         * src/prefs_matcher.c
4325         * src/prefs_scoring.c
4326                 Fix english ;)
4327                 
4328         * src/common/quoted-printable.h
4329                 sync: fix typo
4330         
4331 2002-12-13 [christoph]  0.8.6claws109
4332
4333         * src/Makefile.am
4334         * src/manage_window.[ch]        ** REMOVE **
4335         * src/gtk/Makefile.am
4336         * src/gtk/manage_window.[ch]    ** NEW **
4337                 move manage_window files to gtk directory
4338
4339 2002-12-13 [christoph]  0.8.6claws108
4340
4341         * src/Makefile.am
4342         * src/gtkshruler.[ch]           ** REMOVE **
4343         * src/gtk/Makefile.am
4344         * src/gtk/gtkshruler.[ch]       ** NEW **
4345                 move gtkshruler files to gtk directory
4346
4347 2002-12-13 [christoph]  0.8.6claws107
4348
4349         * src/Makefile.am
4350         * src/compose.c
4351         * src/gtkstext.[ch]             ** REMOVE **
4352         * src/gtkutils.[ch]
4353         * src/textview.c
4354         * src/gtk/gtkstext.[ch]         ** NEW **
4355         * src/gtk/Makefile.am
4356                 o move stext functions to gtkstext.c to remove
4357                   dependency of gtkutils
4358                 o move gtkstext files to gtk directory
4359
4360         * src/gtk/Makefile.am
4361         * src/gtk/sslcertwindow.[ch]
4362                 UI stuff can always depend on common code so
4363                 it's ok to add ../common to include path
4364
4365 2002-12-13 [colin]      0.8.6claws106
4366
4367         * src/summaryview.c
4368                 Disconnect sighandlers for mainwindow when
4369                 quicksearch has the focus
4370                 Fix bug #653231
4371         * src/mainwindow.[ch]
4372                 Make key_pressed callback public, to be able
4373                 to disconnect it
4374
4375 2002-12-13 [christoph]  0.8.6claws105
4376
4377         * src/mh.c
4378                 create .mh_sequences file in new MH folders
4379                 (closes feature request [ 523162 ] MH folders should
4380                  get a .mh_sequences)
4381
4382 2002-12-13 [colin]      0.8.6claws104
4383
4384         * src/summaryview.c
4385                 Better handling of quicksearch show/hide
4386                 (basically the button stays under the mouse 
4387                  when toggled)
4388
4389 2002-12-13 [paul]       0.8.6claws103
4390
4391         * sync with 0.8.6cvs17
4392                 see ChangeLog 2002-12-13
4393
4394 2002-12-13 [paul]       0.8.6claws102
4395
4396         * po/es.po
4397                 updated by Ricardo Mones Lastra
4398
4399 2002-12-11 [colin]       0.8.6claws101
4400
4401         * src/folder.c
4402                 remove statusbar stuff
4403           src/folderview.c
4404                 set statusbar verbosity when moving folders
4405
4406 2002-12-11 [colin]       0.8.6claws100
4407         * src/prefs_filtering.c
4408         * src/prefs_matcher.c
4409         * src/prefs_scoring.c
4410                 Fix english ;)
4411
4412 2002-12-11 [colin]       0.8.6claws99
4413
4414         * src/prefs_common.[ch]
4415                 Add summary_quicksearch_type
4416         * src/summaryview.c
4417                 Save last used quicksearch type
4418
4419 2002-12-11 [jens]       0.8.6claws98
4420         * src/prefs_filtering.c
4421         * src/prefs_matcher.c
4422         * src/prefs_scoring.c
4423                 added dialog for incomplete rules in scoring, filtering and
4424                 matcher to ask wheather really close
4425
4426 2002-12-11 [colin]      0.8.6claws97
4427
4428         * src/folder.c
4429                 Fix folder dnd statusbar logging
4430
4431 2002-12-10 [christoph]  0.8.6claws96
4432
4433         * src/compose.c
4434         * src/folder.c
4435         * src/imap.c
4436         * src/inc.c
4437         * src/main.c
4438         * src/mainwindow.c
4439         * src/news.c
4440         * src/send.c
4441         * src/statusbar.[ch]
4442         * src/common/hooks.c
4443         * src/common/log.[ch]
4444                 o handle verbose logging in statusbar directly in statusbar code
4445                   and common code does not need any knowledge about a statusbar
4446                 o remove direct calls to statusbar_(puts|pop)_all functions
4447
4448 2002-12-10 [jens]       0.8.6claws95
4449
4450         * src/*.c
4451                 removed gettext from g_warnings
4452         * po/POTFILES.in
4453                 cleaned and updated
4454         * po/de.po
4455                 updated
4456
4457 2002-12-10 [colin]      0.8.6claws94
4458
4459         * src/main.c
4460                 finish crash dialog fix
4461
4462 2002-12-10 [colin]      0.8.6claws93
4463
4464         * src/main.c
4465                 "Fix" "sylpheed already running" instead of
4466                 crash dialog appearing after a crash
4467
4468 2002-12-10 [colin]      0.8.6claws92
4469
4470         * po/POTFILES.in
4471                 add src/gtk/sslcertwindow.c
4472
4473 2002-12-10 [paul]       0.8.6claws91
4474
4475         * po/POTFILES.in
4476                 updated to reflect recent changes
4477                 submitted by Alessandro Maestri
4478
4479 2002-12-09 [christoph]  0.8.6claws90
4480
4481         * src/Makefile.am
4482         * src/smtp.[ch]                 ** REMOVE **
4483         * src/common/Makefile.am
4484         * src/common/smtp.[ch]          ** NEW **
4485                 move smtp files to common directory
4486
4487 2002-12-09 [christoph]  0.8.6claws89
4488
4489         * src/Makefile.am
4490         * src/session.[ch]              ** REMOVE **
4491         * src/common/Makefile.am
4492         * src/common/session.[ch]       ** NEW **
4493                 move session files to common directory
4494
4495 2002-12-09 [paul]       0.8.6claws88
4496
4497         * src/account.c
4498                 fix bug [649746] edit accounts: move account reverted
4499                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4500
4501 2002-12-09 [colin]      0.8.6claws87
4502
4503         * src/ssl_certificate.c
4504                 cleanup
4505
4506 2002-12-09 [colin]      0.8.6claws86
4507
4508         * src/ssl.c
4509                 Try to open the cert.pem database and 
4510                 issue a warning if it isn't there
4511
4512 2002-12-09 [colin]      0.8.6claws85
4513
4514         * src/common/ssl_certificate.c
4515         * src/gtk/sslcertwindow.c
4516                 Warning fixes
4517
4518 2002-12-09 [colin]      0.8.6claws84
4519
4520         * src/ssl_certificate.[ch] ** REMOVED **
4521         * src/common/ssl_certificate.[ch] ** NEW **
4522         * src/Makefile.am
4523         * src/common/Makefile.am
4524                 Moved ssl_certificate.[ch] to common
4525         * src/common/ssl.c 
4526                 Put back needed include
4527         * src/gtk/sslcertwindow.[ch]
4528                 Changed ssl_certificate.h include
4529         
4530 2002-12-09 [colin]      0.8.6claws83
4531
4532         * src/gtk/sslcertwindow.[ch]
4533                 Implement hook for certificate acception
4534         * src/ssl_certificate.[ch]
4535                 Implement hook for certificate acception
4536         * src/common/ssl.c
4537                 Reenable certificate acception check
4538         * src/mainwindow.c
4539                 Register sslcertwindow's hook
4540         
4541 2002-12-08 [christoph]  0.8.6claws82
4542
4543         * src/about.c
4544         * src/addr_compl.c
4545         * src/codeconv.c
4546         * src/manual.c
4547         * src/undo.c
4548         * src/common/utils.c
4549                 o add missing includes
4550                 o fix warnings
4551         * src/.cvsignore
4552         * src/common/.cvsignore
4553         * src/common/version.h          ** REMOVE **
4554                 remove autogenerated file
4555
4556 2002-12-08 [paul]       0.8.6claws81
4557
4558         * src/stringtable.c
4559                 put back needed include
4560
4561 2002-12-08 [colin]      0.8.6claws80
4562         
4563         * src/gtk/sslcertwindow.c
4564                 Cleaner popups when asking
4565         * src/ssl_certificate.c
4566         * src/prefs_common.[ch]
4567                 remove ssl certificate pref
4568                 put back needed include
4569         * src/undo.c
4570                 put back needed include
4571
4572 2002-12-08 [christoph]  0.8.6claws79
4573
4574         * src/folderview.c
4575         * src/logwindow.c
4576         * src/statusbar.c
4577         * src/summaryview.c
4578                 only abort hook invokation if required data is missing not
4579                 if our own data pointer is NULL, update hookfunction for
4580                 log window
4581
4582 2002-12-08 [paul]       0.8.6claws78
4583
4584         * src/about.c
4585         * src/addrcache.c
4586         * src/addrclip.c
4587         * src/addr_compl.c
4588         * src/addrselect.c
4589         * src/codeconv.c
4590         * src/colorlabel.c
4591         * src/enriched.c
4592         * src/esmtp.c
4593         * src/exporthtml.c
4594         * src/headerview.c
4595         * src/imageview.c
4596         * src/manual.c
4597         * src/noticeview.c
4598         * src/pgptext.c
4599         * src/scoring.c
4600         * src/sourcewindow.c
4601         * src/stringtable.c
4602         * src/undo.c
4603                 clean up: remove unneccesary includes
4604
4605 2002-12-08 [christoph]  0.8.6claws77
4606
4607         * src/folderview.c
4608         * src/statusbar.c
4609         * src/summaryview.c
4610         * src/common/hooks.[ch]
4611                 hook functions now have a gboolean return value, if a hook
4612                 returns TRUE it will stop executing of any more hooks in
4613                 the same hooklist for this invokation
4614
4615 2002-12-08 [colin]      0.8.6claws76
4616         
4617         * src/main.c
4618                 put back argv0 for CRASH_DIALOG
4619
4620 2002-12-08 [christoph]  0.8.6claws75
4621
4622         * src/Makefile.am
4623         * src/about.c
4624         * src/account.c
4625         * src/crash.c
4626         * src/esmtp.h
4627         * src/imap.[ch]
4628         * src/inc.c
4629         * src/main.c
4630         * src/mainwindow.c
4631         * src/news.c
4632         * src/pop.[ch]
4633         * src/prefs_account.[ch]
4634         * src/prefs_common.[ch]
4635         * src/send.[ch]
4636         * src/smtp.[ch]
4637         * src/ssl_certificate.[ch]
4638         * src/ssl_manager.[ch]
4639         * src/common/Makefile.am
4640         * src/common/log.c
4641         * src/common/nntp.[ch]
4642         * src/common/socket.[ch]
4643         * src/common/ssl.[ch]
4644         * src/gtk/sslcertwindow.[ch]
4645         * ac/openssl.m4
4646                 use new autoconf script to detect OpenSSL with extra parameters
4647                 to specify the location of libs and includes, also remove USE_SSL
4648                 to USE_OPENSSL
4649
4650         * src/common/sylpheed.[ch]
4651         * src/common/version.h.in
4652                 start seperation of common code initialization seperated from gui
4653
4654         * src/summaryview.c
4655                 The function that is called when a color label changes
4656                 should not change the color lable again
4657
4658 2002-12-08 [colin]      0.8.6claws74
4659
4660         * src/gtk/sslcertwindow.c
4661                 warning fixes
4662
4663 2002-12-08 [colin]      0.8.6claws73
4664
4665         * src/statusbar.c
4666           src/common/log.h
4667                 Register a hook for statusbar_puts_all
4668         * src/common/log.c
4669                 invoke statusbar_puts_all's hook
4670         
4671 2002-12-08 [colin]      0.8.6claws72
4672
4673         * src/ssl_certificate.c
4674                 Put back a badly-removed include
4675
4676 2002-12-08 [colin]      0.8.6claws71
4677
4678         * src/gtk/sslcertwindow.[ch]    ** NEW **
4679                 new certificate presentation
4680         * src/gtk/Makefile.am
4681                 add new files
4682         * src/ssl_certificate.[ch]
4683                 gtk cleanup, made utility functions public
4684         * src/ssl_manager.c
4685                 use new cert presentation
4686
4687 2002-12-07 [christoph]  0.8.6claws70
4688
4689         * src/Makefile.am
4690         * src/nntp.[ch]                 ** REMOVE **
4691         * src/common/Makefile.am
4692         * src/common/nntp.[ch]          ** NEW **
4693                 move nntp files to common directory
4694
4695 2002-12-07 [christoph]  0.8.6claws69
4696
4697         * src/procmsg.[ch]
4698         * src/summaryview.c
4699                 implement msginfo update callback using sylpheed's new
4700                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4701
4702 2002-12-06 [christoph]  0.8.6claws68
4703
4704         * src/editgroup.c
4705                 This patch changes the 'Edit Group Details' dialog to
4706                 allow extended selections in either pane, so that
4707                 addresses can be added or removed from a group more
4708                 quickly and easily. (it actually is a net decrease in
4709                 file size, as some unnecessary functions have been
4710                 removed). 
4711                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4712
4713 2002-12-06 [christoph]  0.8.6claws67
4714
4715         * src/Makefile.am
4716         * src/template.[ch]             ** REMOVE **
4717         * src/common/Makefile.am
4718         * src/common/template.[ch]      ** NEW **
4719                 move template files to common directory
4720
4721         * src/nntp.c
4722                 add missing log.h include
4723
4724 2002-12-06 [melvin]     0.8.6claws66
4725
4726         * src/prefs_actions.c
4727                 Added the trailing ">" syntax to insert command's output
4728                 without replacing old text (in contrast to trailing "|").
4729
4730 2002-12-05 [colin]      0.8.6claws65
4731         
4732         * src/common/utils.c
4733                 Don't modify original search_string or it'll change
4734                 the next iterations in the for()
4735
4736 2002-12-05 [darko]      0.8.6claws64
4737
4738         * src/common/utils.c
4739                 proper check for filtering commands, found by Colin
4740
4741 2002-12-05 [darko]      0.8.6claws63
4742
4743         * src/common/utils.c
4744                 check proper string for NULL pointer, found by Colin
4745
4746 2002-12-05 [darko]      0.8.6claws62
4747
4748         * src/common/utils.[ch]
4749                 expand_search_string(): new function
4750                 converts Mutt-like patterns to Sylpheed's
4751                 filtering engine
4752         * src/summaryview.c
4753                 use expand_search_string() to allow Mutt-like
4754                 patterns in extended search
4755         * README.claws
4756                 document extended option in quick search
4757
4758 2002-12-05 [paul]       0.8.6claws61
4759
4760         * sync with 0.8.6cvs16
4761                 see ChangeLog 2002-12-05
4762                 
4763         * po/POTFILES.in
4764                 clean up
4765
4766 2002-12-04 [christoph]  0.8.6claws60
4767
4768         * src/imap.[ch]
4769                 put imap authentication code into a new function and
4770                 remove it from imap_session_new that will allow to
4771                 send other commands before authentication
4772
4773 2002-12-04 [christoph]  0.8.6claws59
4774
4775         * src/imap.[ch]
4776                 use already existing method to prevent unneeded IMAP
4777                 folder selects. Set imap_select parameters to NULL
4778                 in some functions if the values are not required.
4779
4780         * src/xml.h
4781                 remove no longer required include
4782
4783 2002-12-04 [paul]       0.8.6claws58
4784
4785         * po/es.po
4786                 updated by Ricardo Mones Lastra
4787                 
4788         * configure.in
4789           po/hu.po      ** NEW FILE **
4790                 initial Hungarian translation, submitted
4791                 by Gál Zoltán <galzoli@hu.inter.net>
4792
4793 2002-12-03 [christoph]  0.8.6claws57
4794
4795         * src/Makefile.am
4796         * src/gtksctree.[ch]            ** REMOVE **
4797         * src/gtk/Makefile.am
4798         * src/gtk/gtksctree.[ch]        ** NEW **
4799                 move gtksctree files to gtk directory
4800
4801 2002-12-03 [christoph]  0.8.6claws56
4802
4803         * src/Makefile.am
4804         * src/md5.[ch]                  ** REMOVE **
4805         * srm/common/Makefile.am
4806         * src/common/md5.[ch]           ** NEW **
4807                 move md5 files to common directory
4808
4809         * src/gtkstext.c
4810                 remove not required #include
4811
4812 2002-12-03 [sergey]     0.8.6claws55
4813
4814         * src/gtkutils.c
4815         * src/gtkutils.h
4816                 gtkut_window_popup(): new function.
4817         * src/mainwindow.c
4818                 main_window_popup(): use gtkut_window_popup() to raise
4819                 window without changing its position.
4820                 (see sylpheed-main ML message [sylpheed:17247])
4821
4822 2002-12-03 [sergey]     0.8.6claws54
4823
4824         * src/send.c
4825                 send_message_local(): removed first-dot escaping
4826                 (SMTP-only, not needed for sending through pipe)
4827
4828 2002-12-03 [paul]       0.8.6claws53
4829
4830         * po/POTFILES.in
4831                 update to reflect recent changes (thanks
4832                 to Ricardo Mones Lastra)
4833                 
4834         * tools/filter_conv.pl
4835                  fix problem with quoted strings. Patch submitted
4836                  by Luke Plant <lukeplant@softhome.net>
4837
4838 2002-12-03 [paul]       0.8.6claws52
4839
4840         * sync with 0.8.6cvs15
4841                 see ChangeLog 2002-12-03
4842
4843 2002-12-02 [christoph]  0.8.6claws51
4844
4845         * src/logwindow.[ch]
4846         * src/common/log.[ch]
4847                 implement logging using a hook function
4848
4849         * src/folderview.c
4850         * src/folder.[ch]
4851                 define hooklist name in header file to avoid
4852                 errors caused by wrong spelling of hooklist names
4853
4854         * src/toolbar.c
4855                 fix warnings
4856
4857 2002-12-02 [christoph]  0.8.6claws50
4858
4859         * src/common/Makefile.am
4860                 add src/common/hooks.[ch]
4861
4862         * src/common/hooks.[ch]
4863                 implement a simple hook system using glib's hook functions
4864
4865         * src/folder.[ch]
4866         * src/folderview.c
4867                 use new hook system for folder item updates
4868
4869 2002-12-02 [christoph]  0.8.6claws49
4870
4871         * doc-src/ui_seperation.txt     ** NEW **
4872                 information for ui seperation
4873
4874         * src/Makefile.am
4875                 remove files that were moved to common
4876                 include common directory by default for the header files
4877
4878         * src/inc.c
4879         * src/common/socket.c
4880         * src/automaton.[ch]
4881                 implement automaton using g_io_*-functions instead of
4882                 gdk_input_add to make it ui independent
4883
4884         * src/codeconv.c
4885         * src/compose.c
4886         * src/ldif.c
4887         * src/pgptext.c
4888         * src/procmime.c
4889         * src/rfc2015.c
4890         * src/smtp.c
4891         * src/unmime.c
4892                 remove common/ prefix because directory is now in
4893                 include path
4894
4895         * src/compose.c
4896         * src/folder.c
4897         * src/folderview.c
4898         * src/mainwindow.c
4899         * src/messageview.c
4900         * src/prefs_common.c
4901         * src/procmsg.c
4902         * src/rfc2015.c
4903                 fix warnings
4904
4905         * src/imap.c
4906         * src/inc.c
4907         * src/news.c
4908         * src/pop.c
4909         * src/send.c
4910         * src/smtp.c
4911         * src/ssl_certificate.c
4912                 add log.h header file for logging functions
4913
4914         * src/main.c
4915         * src/common/utils.c
4916         * src/summaryview.c
4917         * src/xml.c
4918                 o move debug_mode to common/utils.c
4919                 o add functions to set and get debug_mode
4920
4921         * src/defs.h                    ** REMOVE **
4922         * src/intl.h                    ** REMOVE **
4923         * src/socket.[ch]               ** REMOVE **
4924         * src/ssl.[ch]                  ** REMOVE **
4925         * src/utils.[ch]                ** REMOVE **
4926                 replaced by new files in src/common/
4927         
4928         * src/common/Makefile.am
4929                 add new files in src/common/
4930
4931         * src/common/defs.h             ** NEW **
4932         * src/common/intl.h             ** NEW **
4933         * src/common/log.[ch]           ** NEW **
4934         * src/common/socket.[ch]        ** NEW **
4935         * src/common/ssl.[ch]           ** NEW **
4936         * src/common/utils.[ch]         ** NEW **
4937                 replacement for files in src/
4938
4939 2002-12-02 [colin]      0.8.6claws48
4940
4941         * src/folderview.c
4942                 Scroll folderview if necessary during dnd
4943
4944 2002-12-02 [colin]      0.8.6claws47
4945
4946         * src/folder.[ch]
4947                 Add check to verify a move is within a single mailbox
4948         * src/folderview.c
4949                 Add specific error string for this check
4950
4951 2002-12-02 [colin]      0.8.6claws46
4952
4953         * src/folder.c
4954                 Add a test to folder moving, remove a statusbar_print
4955         * src/folderview.c
4956                 Add Move folder... context-menu item
4957                 Factorize folder moving code
4958                 Enable folder DND for mbox
4959
4960 2002-12-01 [christoph]  0.8.6claws45
4961
4962         * ac/aspell.m4
4963                 remove conf.aspelltest if the version check fails
4964
4965 2002-11-30 [christoph]  0.8.6claws44
4966
4967         * autogen.sh
4968                 run libtoolize --force in autogen to create missing
4969                 libtool scripts
4970
4971 2002-11-30 [christoph]  0.8.6claws43
4972
4973         * src/Makefile.am
4974         * src/pgptext.c
4975         * src/procmime.c
4976         * src/rfc2015.c
4977         * src/uuencode.[ch]             ** REMOVED **
4978         * src/common/Makefile.am
4979         * src/common/uuencode.[ch]      ** NEW **
4980                 move uuen/decoder to common directory
4981
4982 2002-11-30 [christoph]  0.8.6claws42
4983
4984         * src/Makefile.am
4985         * src/base64.[ch]               ** REMOVED **
4986         * src/codeconv.c
4987         * src/compose.c
4988         * src/ldif.c
4989         * src/pgptext.c
4990         * src/procmime.c
4991         * src/rfc2015.c
4992         * src/smtp.c
4993         * src/unmime.c
4994         * src/common/Makefile.am
4995         * src/common/base64.[ch]        ** NEW **
4996                 move base64 en/decoder to common directory
4997
4998 2002-11-30 [christoph]  0.8.6claws41
4999
5000         * src/common                    ** NEW **
5001                 new directory for UI independent code
5002         * src/gtk                       ** NEW **
5003                 new directory for GTK frontend
5004         * src/common/.cvsignore         ** NEW **
5005         * src/gtk/.cvsignore            ** NEW **
5006                 ignore build files
5007         * src/common/Makefile.am        ** NEW **
5008         * src/gtk/Makefile.am           ** NEW **
5009                 automake files to build new seperated stuff
5010         * src/Makefile.am
5011                 the binary will currently still be build with the
5012                 files in src, so we include the code from the
5013                 subdirs for now after building the libs there
5014
5015 2002-11-30 [paul]       0.8.6claws40
5016
5017         * src/compose.c
5018                 fix bug [642731] 'Wrong selected account with drafted mail'
5019
5020 2002-11-29 [oliver]     0.8.6claws39
5021         
5022         * src/messageview.c
5023                 o update summaryview when switching between different
5024                   messageviews          
5025         * src/toolbar.c  
5026                 o check if messageview holds already removed msg
5027                   from summaryview
5028                 
5029
5030 2002-11-29 [oliver]     0.8.6claws38
5031
5032         * src/toolbar.c 
5033                 remove not needed variables and includes
5034                 make messageview stay opened and move to next when msgs are deleted 
5035
5036 2002-11-29 [oliver]     0.8.6claws37
5037         
5038         * src/toolbar.c 
5039                 disable compose button (messageview toolbar) by default
5040                 deleted msgs are moved to trash
5041         
5042 2002-11-29 [melvin]     0.8.6claws36
5043
5044         * configure.in
5045                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5046                 and to detect signatures expirations (gpgme 0.3.6)
5047
5048         * src/main.c
5049                 Use non obsolescent function for Gpgme engine checking.
5050
5051         * src/rfc2015.c
5052                 Inform about expired signatures or signatures which key
5053                 has expired. Expiration date is displayed.
5054
5055         * src/sigstatus.c
5056                 Inform about expired signatures or signatures which key
5057                 has expired.
5058
5059 2002-11-28 [paul]       0.8.6claws35
5060
5061         * src/folderview.c
5062                 re-instate 'Check for new messages' in Newsgroup
5063                 folders right-click menu, after a suggestion from
5064                 Tim Mann <timmann@users.sourceforge.net>
5065
5066         * src/main.c
5067                 after a crash check only local folders for new
5068                 messages
5069
5070 2002-11-28 [paul]       0.8.6claws34
5071
5072         * configure.in
5073                 apply patch that fixes the checking of GTK with XIM 
5074                 support on different OSs, such as FreeBSD. Patch 
5075                 submitted by Topia <topia@users.sourceforge.net>
5076                 
5077 2002-11-28 [paul]       0.8.6claws33
5078
5079         * src/mainwindow.c
5080           src/prefs_common.c
5081           src/prefs_toolbar.c
5082                 more changes to the English
5083
5084 2002-11-28 [paul]       0.8.6claws32
5085
5086         * sync with 0.8.6cvs13
5087                 see ChangeLog 2002-11-28 (no sync needed
5088                 for src/compose.c)
5089
5090 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5091         
5092         * src/mainwindow.[ch]
5093                 add patch by Ivan F. Martinez introducing messageview Toolbar
5094                 some changes and committed by oliver    
5095
5096 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5097
5098         * src/messageview.[ch]
5099                 add patch by Ivan F. Martinez introducing messageview Toolbar
5100                 some changes and committed by oliver    
5101
5102 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5103
5104         * src/compose.[ch]
5105                 add patch by Ivan F. Martinez introducing messageview Toolbar
5106                 some changes and committed by oliver    
5107
5108 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5109         
5110         * src/toolbar.[ch]
5111                 add patch by Ivan F. Martinez introducing messageview Toolbar
5112                 some changes and committed by oliver
5113
5114 2002-11-28 [oliver]     0.8.6claws27
5115         
5116         * src/prefs_toolbar.[ch]
5117                 getting ready for messageview toolbar
5118                 free mem allocated by gettext
5119                 change prefs_toolbar to prefs_toolbar_open
5120  
5121 2002-11-28 [thorsten]   0.8.6claws26
5122
5123         * src/imageview.[ch]
5124                 cleaned up conflicting declarations of
5125                 imageview_show_image()
5126
5127 2002-11-28 [paul]       0.8.6claws25
5128
5129         * src/grouplistdialog.c
5130           src/prefs_common.c
5131           src/prefs_summary_column.c
5132                 a few more improvements to the English
5133
5134 2002-11-28 [colin]      0.8.6claws24
5135
5136         * man/sylpheed.1
5137                 A few updates to command-line parameters
5138
5139 2002-11-28 [colin]      0.8.6claws23
5140
5141         * src/prefs_filtering.c
5142                 Fix problems with prefs_filtering_delete_path:
5143                 a) if the first rule is removed, original pointers
5144                    weren't updated (leading to segfaults)
5145                 b) it was always global_processing updated in case
5146                    of removed path was parent of rule path
5147
5148 2002-11-27 [paul]       0.8.6claws22
5149
5150         * src/mainwindow.c
5151           src/prefs_account.c
5152           src/prefs_actions.c
5153           src/prefs_common.c
5154           src/prefs_customheader.c
5155           src/prefs_display_header.c
5156           src/prefs_filtering.c
5157           src/prefs_folder_item.c
5158           src/prefs_matcher.c
5159           src/prefs_scoring.c
5160           src/prefs_summary_column.c
5161           src/prefs_template.c
5162           src/prefs_toolbar.c
5163                  improve the English in the GUI
5164
5165 2002-11-27 [colin]      0.8.6claws21
5166
5167         * src/folder.c
5168                 Fix processing renaming problems happening after
5169                 last commit
5170
5171 2002-11-27 [colin]      0.8.6claws20
5172
5173         * src/folder.c
5174                 recursive move now deletes src each subfolder after 
5175                 having moved it
5176         * src/folderview.c
5177                 Use identifier instead of path during dnd (enables
5178                 IMAP folder dnd)
5179
5180 2002-11-27 [paul]       0.8.6claws19
5181
5182         * src/main.c
5183                 apply patch that does command-line processing 
5184                 BEFORE gtk_init, allowing claws to run from 
5185                 shell-scripts in non-X environment (e.g. crontab 
5186                 or ip-up, ip-down scripts). Patch submitted by
5187                 Ruslan N. Balkin <baron@dartel.ru>
5188                 
5189         * po/it.po
5190                 updated by Alessandro Maestri
5191
5192 2002-11-27 [paul]       0.8.6claws18
5193
5194         * sync with 0.8.6cvs12
5195           src/prefs_common.c
5196                 Differences are that main uses a 'Receive dialog'
5197                 frame on the Interface tab, whereas claws groups all 
5198                 the dialogs together in a 'Dialogs' frame.
5199
5200 2002-11-27 [colin]      0.8.6claws17
5201
5202         * src/prefs_matcher.c
5203                 Fix Execute criteria's NOT flag
5204
5205
5206 2002-11-26 [christoph]  0.8.6claws16
5207
5208         * src/ssl.c
5209                 rewrite the ssl code a little bit, only use one
5210                 SSL context, set default certificates' file/path
5211
5212 2002-11-26 [thorsten]   0.8.6claws15
5213
5214         * src/compose.c
5215                 default-reply-to didn't work for ml-reply
5216
5217 2002-11-26 [melvin]     0.8.6claws14
5218
5219         * src/prefs_actions.c
5220                 Made pipe-actions ignore short headers in message view
5221                 Made trailing-pipe-actions write in the message view with
5222                 the same font as the original message
5223
5224 2002-11-26 [paul]       0.8.6claws13
5225
5226         * src/compose.c
5227                 this time commit the correct file
5228
5229 2002-11-26 [paul]       0.8.6claws12
5230
5231         * sync with 0.8.6cvs11
5232           src/quote_fmt_parse.y  
5233                 no sync needed
5234           src/account.[ch]       
5235                 not sync'ed
5236           src/compose.c
5237                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5238                 on draft mode.
5239                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5240                 header
5241                 
5242         see ChangeLog 2002-11-25 and 2002-11-26
5243
5244 2002-11-26 [colin]      0.8.6claws11
5245
5246         * src/folderview.c
5247                 Fix collapsed folder not auto-expanding during
5248                 mail dnd, if it was the source folder.
5249
5250 2002-11-25 [colin]      0.8.6claws10
5251
5252         * src/folderview.[ch]
5253                 Variable renaming and cleaning (slist of nodes 
5254                 to be re-collapsed is stored in FolderView)
5255
5256 2002-11-25 [paul]       0.8.6claws9
5257
5258         * src/prefs_common.[ch]
5259                 fix breakage caused by last commit
5260
5261 2002-11-25 [paul]       0.8.6claws8
5262
5263         * sync with 0.8.6cvs4
5264                 see ChangeLog 2002-11-21
5265
5266 2002-11-25 [paul]       0.8.6claws7
5267
5268         * sync with 0.8.6cvs4
5269                 see ChangeLog 2002-11-20
5270
5271 2002-11-25 [paul]       0.8.6claws6
5272
5273         * sync with 0.8.6cvs3
5274                 see ChangeLog 2002-11-18
5275
5276 2002-11-25 [colin]      0.8.6claws5
5277
5278         * src/gtkutils.[ch]
5279                 Add gtkut_ctree_node_is_parent()
5280         * src/folderview.c
5281                 Spring-loaded folders
5282
5283 2002-11-25 [colin]      0.8.6claws4
5284
5285         * src/utils.[ch]
5286                 Add slist_concat_unique(), function to merge
5287                 two GSList filtering dups
5288         * src/folder.[ch]
5289         * src/summaryview.[ch]
5290         * src/folderview.c
5291         * src/main.c
5292                 Add detection/update/display of unread answers
5293                 to marked mails
5294         * src/procmsg.[ch]
5295                 Add procmsg_find_children()
5296                 Add procmsg_msg_has_marked_parent()
5297
5298 2002-11-25 [colin]      0.8.6claws3
5299
5300         * src/ssl_certificate.[ch]
5301                 Allow checking a certificate without a DNS
5302                 lookup
5303                 Allow to forget a cert (by deleting it)
5304                 Make ssl_certificate_destroy_public
5305         * src/ssl_manager.[ch] ** NEW FILES **
5306                 Gui to manage (display/remove) certificates
5307         * src/prefs_common.[ch]
5308                 Add a pref to allow silent acceptation of
5309                 trusted certificates or not (based on the
5310                 "I want to know what's going on" principle)
5311         * src/mainwindow.c
5312                 Add SSL manager in Tools menu
5313         * src/Makefile.am
5314                 Add the new files to the build
5315         * po/POTFILES.in
5316                 Add ssl_manager.c to translations
5317
5318 2002-11-25 [colin]      0.8.6claws2
5319
5320         * src/summaryview.[ch]
5321                 Add S_SEARCH_EXTENDED to the quick search, which 
5322                 allows to search using filtering syntax.
5323
5324 2002-11-25 [colin]      0.8.6claws1
5325
5326         * src/summaryview.c
5327                 Deletion of duplicates now prefer deleting
5328                 the unread dup (fixes feature-request 638989).
5329
5330 2002-11-24 [paul]       0.8.6claws
5331
5332         * po/es.po
5333           po/pl.po
5334           po/ru.po
5335           po/sr.po
5336                 updated by Ricardo Mones Lastra,
5337                 Witold Wladyslaw Wojciech Wilk,
5338                 Ruslan N. Balkin, and  Urke MMI 
5339                 respectively
5340
5341 2002-11-24 [paul]       0.8.5claws182
5342
5343         * po/bg.po
5344                 updated by George Danchev
5345
5346 2002-11-23 [alfons]     0.8.5claws181
5347
5348         * src/imap.c
5349                 tiny memory leak found by browsing Dimitar's 
5350                 valgrind report
5351
5352 2002-11-23 [paul]       0.8.5claws180
5353
5354         * po/it.po
5355                 updated by Alessandro Maestri
5356
5357 2002-11-22 [christoph]  0.8.5claws179
5358
5359         * src/compose.c
5360         * src/inc.c
5361         * src/prefs_filtering.c
5362         * src/summaryview.c
5363                 more warning fixes
5364
5365 2002-11-22 [alfons]     0.8.5claws178
5366
5367         * src/summaryview.c
5368                 summary_execute_delete_func(): if message is deleted, make 
5369                 sure to also remove its entry in the subject hash table. 
5370                 fixes a corner case bug.
5371
5372 2002-11-22 [paul]       0.8.5claws177
5373
5374         * .cvsignore
5375                 add 'autom4te.cache'
5376                 
5377         * ltconfig      ** REMOVED **
5378                 not needed
5379
5380 2002-11-22 [paul]       0.8.5claws176
5381
5382         * src/textview.c
5383                 textview_set_font(): fix for message display in
5384                 UTF-8 locales (thanks to Sergey Vlasov).
5385                 
5386         * AUTHORS
5387                 add new team members and contributors
5388
5389
5390 2002-11-21 [colin]      0.8.5claws175
5391
5392         * src/procmsg.[ch]
5393                 Add procmsg_remove_special_headers()
5394         * src/mh.c
5395                 Use procmsg_remove_special_headers() for 
5396                 previous fix
5397
5398 2002-11-21 [colin]      0.8.5claws174
5399
5400         * src/mh.c
5401                 Fix moving/copying from queue/draft folders
5402                 for MH folders
5403
5404 2002-11-21 [christoph]  0.8.5claws173
5405
5406         * src/crash.c
5407         * src/filtering.c
5408         * src/logwindow.c
5409         * src/main.c
5410         * src/matcher_parser_lex.[hl]
5411         * src/mbox.c
5412         * src/mbox_folder.[ch]
5413         * src/prefs_filtering.c
5414         * src/procheader.c
5415         * src/quote_fmt_lex.l
5416         * src/ssl.c
5417                 fix all warnings except the warnings in lex and yacc files
5418
5419 2002-11-20 [christoph]  0.8.5claws172
5420
5421         * src/imap.c
5422                 fix MsgInfo retrieval for IMAP draft and queue folders
5423                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5424
5425 2002-11-19 [christoph]  0.8.5claws171
5426
5427         * src/compose.c
5428                 fix segfault, when draft saving does not get
5429                 the MsgInfo of the new message
5430                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5431
5432 2002-11-19 [christoph]  0.8.5claws170
5433
5434         * src/procmsg.c
5435                 add parameter check for flag setting function
5436                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5437
5438 2002-11-18 [paul]       0.8.5claws169
5439
5440         * src/compose.c
5441                 more sensitivity fixes to redirect mode:
5442                 * disable toolbar draft button
5443                 * allow only Address book in the Tools menu
5444                 * disable editing of message by the spell
5445                   checker
5446
5447 2002-11-18 [paul]       0.8.5claws168
5448
5449         * src/compose.c
5450                 fix sensitivity of menu items in compose_redirect():
5451                 allow only the necessary items 
5452
5453 2002-11-18 [paul]       0.8.5claws167
5454
5455         * src/compose.c
5456                 fix bug [ 603259 ] 'attachment got lost on bounce'
5457
5458 2002-11-18 [paul]       0.8.5claws166
5459
5460         * po/ru.po
5461                 updated by Ruslan N. Balkin <baron@dartel.ru>
5462
5463 2002-11-18 [colin]      0.8.5claws165
5464
5465         * src/main.c
5466           src/defs.h
5467                 Remove old filtering stuff
5468
5469
5470 2002-11-17 [oliver]     0.8.5claws164
5471
5472         * src/toolbar.h
5473                 remove not needed typedef 
5474
5475 2002-11-17 [oliver]     0.8.5claws163
5476
5477         * src/toolbar.c
5478                 make toolbar's on click events translatable
5479
5480 2002-11-15 [colin]      0.8.5claws162
5481
5482         * src/summaryview.c
5483                 Revert too-soon integration of a feature
5484
5485 2002-11-15 [christoph]  0.8.5claws161
5486
5487         * src/imap.c
5488                 use main's implementation of imap_get_msginfo
5489
5490 2002-11-15 [christoph]  0.8.5claws160
5491
5492         * src/compose.c
5493         * src/folder.[ch]
5494         * src/imap.c
5495         * src/mbox_folder.c
5496         * src/mh.c
5497         * src/news.c
5498         * src/procmsg.c
5499         * src/summaryview.c
5500                 replace claws' fetch_msginfo with main's get_msginfo
5501                 (use main's implementation where possible)
5502
5503 2002-11-15 [colin]      0.8.5claws159
5504
5505         * src/ssl_certificate.c
5506                 Missed a check
5507
5508 2002-11-16 [melvin]     0.8.5claws158
5509
5510         * po/fr.po
5511                 Updated French translations.
5512
5513 2002-11-16 [colin]      0.8.5claws157
5514
5515         * src/ssl_certificate.c
5516                 Check for missing parts in the certificates
5517
5518 2002-11-15 [colin]      0.8.5claws156
5519
5520         * src/folderview.c
5521                 Preventive fix (missing check) found by
5522                 Alfons
5523
5524 2002-11-15 [paul]
5525
5526         * NEWS
5527                 sync with 0.8.6 release
5528
5529 2002-11-15 [colin]      0.8.5claws155
5530
5531         * src/folder.[ch]
5532           src/folderview.c
5533                 Fix error handling of folder_item_move_to()
5534                 (thanks to Alfons!)
5535
5536 2002-11-15 [colin]      0.8.5claws154
5537
5538         * src/folder.[ch]
5539           src/folderview.c
5540                 folder_item_move_to() sets an error message instead
5541                 of having GUI stuff in folder.c
5542
5543 2002-11-15 [colin]      0.8.5claws153
5544
5545         * src/procmsg.[ch]
5546                 Implemented a callback for MsgInfo updates, 
5547                 heavily copy/pasted from Christoph's folder 
5548                 callback system
5549         * src/summaryview.[ch]
5550                 Register summary_update_msg as callback
5551
5552 2002-11-14 [colin]      0.8.5claws152
5553         
5554         * src/procmsg.c
5555                 Update the FolderItem after sending (fixes 617593)
5556
5557 2002-11-14 [christoph]  0.8.5claws151
5558
5559         * src/folder.c
5560                 fix wrong position of NULL pointer check found
5561                 by Sergey
5562
5563 2002-11-14 [christoph]  0.8.5claws150
5564
5565         * src/folder.c
5566                 fix segfault when deleting messages from IMAP folders
5567                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5568
5569 2002-11-14 [colin]      0.8.5claws149
5570
5571         * src/compose.c
5572                 Forwarding was also ignoring the folder's default account.
5573
5574 2002-11-14 [colin]      0.8.5claws148
5575
5576         * src/compose.c
5577                 Fix sent folder not set to folder properties when 
5578                 forwarding.
5579
5580 2002-11-14 [thorsten]   0.8.5claws147
5581
5582         * src/inc.c
5583                 inc_start(): Files were not moved from .processing to inbox,
5584                 if no global processing rule existed
5585
5586 2002-11-14 [colin]      0.8.5claws146
5587
5588         * src/ssl_certificate
5589                 Fix file operations
5590
5591 2002-11-14 [paul]       0.8.5claws145
5592
5593         * po/it.po
5594                 updated by Alessandro Maestri
5595
5596 2002-11-13 [alfons]     0.8.5claws144
5597
5598         * src/folder.c
5599                 folder_item_close(): only mark messages unread
5600                 when a folder has new messages 
5601
5602 2002-11-13 [keith]      0.8.5claws143
5603
5604         * src/imap.c
5605                 Fix problem moving or copying between
5606                 IMAP folders
5607
5608 2002-11-13 [colin]      0.8.5claws142
5609
5610         * src/matcher_parser_parse.y
5611                 Fix rule problem when " don't match
5612
5613 2002-11-13 [christoph]  0.8.5claws141
5614
5615         * src/folder.c
5616         * src/folderview.c
5617                 moved cache saving to folder_item_close
5618                 the folderview should not have to deal with
5619                 this things
5620
5621 2002-11-13 [christoph]  0.8.5claws140
5622
5623         * src/summaryview.c
5624                 moved setting of important score to
5625                 summary_set_prefs_from_folderitem
5626
5627 2002-11-13 [colin]      0.8.5claws139
5628
5629         * src/matcher_parser_parse.y
5630                 Fix a segfault in the parser (happening when
5631                 a good expression had been tested and a bad 
5632                 one arrives)
5633
5634 2002-11-13 [paul]       0.8.5claws138
5635
5636         * sync with 0.8.5cvs24
5637                 see ChangeLog 2002-11-13
5638                 
5639         * po/pt_BR.po
5640                 updated by Fabio Jr. Beneditto
5641
5642 2002-11-13 [colin]      0.8.5claws137
5643         
5644         * src/msgcache.c
5645           src/defs.h
5646           src/procmsg.[ch]
5647                 Revert last commit, problem
5648
5649 2002-11-13 [colin]      0.8.5claws136
5650
5651         * src/msgcache.c
5652                 Remove duplicated code
5653         * src/defs.h
5654                 Bumped CACHE_VERSION and MARK_VERSION
5655         * src/procmsg.[ch]
5656                 Network endian for cache and mark files
5657
5658 2002-11-12 [colin]      0.8.5claws135
5659
5660         * src/inc.c
5661                 Fix the "socket error" dialog which disappeared
5662
5663 2002-11-12 [colin]      0.8.5claws134
5664
5665         * src/msgcache.c
5666                 Reverse last commit which had performance 
5667                 problems, but still reverse the list
5668
5669 2002-11-12 [colin]      0.8.5claws133
5670
5671         * src/msgcache.c
5672                 Reverse list order
5673
5674 2002-11-12 [melvin]     0.8.5claws132
5675
5676         * src/compose.c
5677                 Added a check for a NULL prefs_common.dictionary
5678
5679 2002-11-12 [colin]      0.8.5claws131
5680
5681         * src/ssl_certificate.[ch]
5682                 Use FQDN hostname
5683
5684 2002-11-12 [colin]      0.8.5claws130
5685
5686         * src/ssl_certificate.[ch]
5687                 Take connection port into account for 
5688                 checking certificates (a single hostname
5689                 could have multiple servers with multiple
5690                 certificates)
5691         * src/ssl.c
5692                 Pass the port to ssl_certificate_check
5693
5694 2002-11-12 [paul]       0.8.5claws129
5695
5696         * src/folder.c
5697                 fix a typo in last commit
5698
5699 2002-11-12 [paul]       0.8.5claws128
5700
5701         * sync with 0.8.5cvs23
5702                 see ChangeLog entry 2002-11-12
5703
5704 2002-11-11 [colin]      0.8.5claws127
5705
5706         * src/ssl_certificate.c
5707                 Cleaner messages
5708                 Don't popup, instead log error, if the 
5709                 corresponding pref is checked
5710         * src/ssl_certificate.h
5711                 include <openssl/objects/h>
5712
5713 2002-11-11 [colin]      0.8.5claws126
5714
5715         * src/ssl_certificate.h
5716                 _Really_ clean it
5717
5718 2002-11-11 [colin]      0.8.5claws125
5719         
5720         * src/ssl_certificate.c
5721                 Fixed leak
5722
5723 2002-11-11 [colin]      0.8.5claws124
5724
5725         * src/ssl.c
5726                 Cleaned a bit
5727         * src/ssl_certificate.[ch]
5728                 Cleaned a bit (better use of SSL API)
5729                 (This will cause non-recognition of saved 
5730                  certificates of claws12[23]...)
5731
5732 2002-11-11 [paul]       0.8.5claws123
5733         
5734         * po/es.po
5735                 updated by Ricardo Mones Lastra
5736
5737 2002-11-11 [colin]      0.8.5claws122
5738
5739         * src/ssl.c
5740                 Fix a typo
5741
5742 2002-11-11 [colin]      0.8.5claws121
5743
5744         * src/ssl_certificate.[ch] ** NEW FILES **
5745         * src/ssl.[ch]
5746                 Check SSL certificates presented to us
5747         * src/Makefile.am
5748                 Add ssl_certificate.[ch]
5749         * po/POTFILES.in
5750                 Add ssl_certificate.c
5751
5752 2002-11-11 [paul]       0.8.5claws120
5753
5754         * sync with 0.8.5cvs22
5755                 see ChangeLog 2002-11-11
5756
5757 2002-11-11 [paul]       0.8.5claws119
5758
5759         * sync with 0.8.5cvs21
5760                 see ChangeLog 2002-11-11
5761
5762 2002-11-10 [jens]       0.8.5claws118
5763
5764         * src/folder.c
5765         * src/folderview.c
5766                 corrected some typing
5767         * po/de.po
5768                 updated german translation
5769         * sylpheed.spec.in
5770                 cleaned up specfile and adjusted it for claws
5771
5772 2002-11-10 [colin]      0.8.5claws117
5773
5774         * src/summaryview.c
5775                 a STATUSBAR_PUSH/POP fix
5776
5777 2002-11-10 [colin]      0.8.5claws116
5778
5779         * src/prefs_folder_item.c
5780                 Fix hanging after opening folder properties
5781
5782 2002-11-10 [hoa]        0.8.5claws115
5783
5784         * src/matcher_parser_lex.l
5785         * src/matcher_parser_parse.y
5786                 config file for scoring and filtering is no more trashed
5787                 when there is a syntax error in a filtering rule when
5788                 editing it in a dialog.
5789
5790 2002-11-09 [colin]      0.8.5claws114
5791
5792         * src/mbox_folder.c
5793                 Added missing initialisation of folder->destroy()
5794
5795 2002-11-09 [colin]      0.8.5claws113
5796
5797         * src/folder.c
5798           src/folderview.c
5799                 Fix the status bar messages
5800
5801 2002-11-09 [colin]      0.8.5claws112
5802
5803         * src/folderview.c
5804                 Fix hangs after folder dnd, happening after 
5805                 claws109.
5806
5807 2002-11-09 [christoph]  0.8.5claws111
5808
5809         * src/folderview.c
5810                 just changed order of calls (reverse order of
5811                 associated calls)
5812         * src/inc.c
5813                 lock inc when checking only one account, otherwise
5814                 inc all could be executed at the same time
5815
5816 2002-11-09 [christoph]  0.8.5claws110
5817
5818         * src/folderview.c
5819                 better unlock the mouse cursor before calling
5820                 summary_show because it changes the cursor too
5821
5822 2002-11-09 [christoph]  0.8.5claws109
5823
5824         * src/folder.[ch]
5825         * src/folderview.c
5826                 add functions to open and close a folder
5827                 o opending will execute scanning for remote folders
5828                   and processing
5829                 o closing will unset new flag for messages
5830
5831 2002-11-09 [colin]      0.8.5claws108
5832
5833         * src/folder.c
5834                 Add a call to prefs_matcher_write_config to 
5835                 avoid non-leaf folders filtering settings to be
5836                 lost
5837
5838 2002-11-09 [paul]       0.8.5claws107
5839
5840         * src/prefs_account.c
5841                 re-word a label
5842
5843 2002-11-09 [colin]      0.8.5claws106
5844
5845         * src/folderview.c
5846                 Minor esthetic fix
5847
5848 2002-11-09 [colin]      0.8.5claws105
5849
5850         * src/folderview.c
5851                 Fix prefs_filtering deletion for MH folders (same
5852                 reason as below)
5853         * src/prefs_filtering.c
5854                 Fix prefs_filtering renaming and deletion for 
5855                 folder-based processing rules.  
5856
5857 2002-11-09 [christoph]  0.8.5claws104
5858
5859         * src/compose.c
5860         * src/folder.[ch]
5861         * src/folderview.[ch]
5862         * src/import.c
5863         * src/inc.c
5864         * src/main.c
5865         * src/mainwindow.c
5866         * src/messageview.c
5867         * src/prefs_folder_item.c
5868         * src/procmsg.c
5869         * src/summaryview.c
5870                 implement a callback system for folder item updates
5871
5872 2002-11-09 [colin]      0.8.5claws103
5873
5874         * src/folderview.c
5875                 Fix prefs_filtering renaming for MH folders (we
5876                 shouldn't rename by path as another folder could
5877                 have the same hierarchy).
5878
5879 2002-11-09 [colin]      0.8.5claws102
5880
5881         * src/folder.c
5882                 Fix a leak found by Christoph, use better variable
5883                 names
5884
5885 2002-11-09 [colin]      0.8.5claws101
5886
5887         * src/folder.c
5888                 One more fix for processing rules
5889
5890 2002-11-08 [colin]      0.8.5claws100
5891         
5892         * src/matcher.c
5893                 Don't copy the compiled regexp (will be reevaluated)
5894         * src/folderview.c
5895                 Lock folderview while moving
5896         * src/folder.c
5897                 Provide info on what's happening to the user
5898
5899 2002-11-08 [colin]      0.8.5claws99
5900
5901         * src/folderview.c
5902                 Fix folder reordering after a move if parent is 
5903                 root
5904         * src/scoring.[ch]
5905                 Add function to copy a ScoringProp
5906         * src/prefs_folder_item.c
5907                 Copy scoring rules when copying a folder prefs
5908
5909 2002-11-08 [colin]      0.8.5claws98
5910
5911         * src/folderview.c
5912                 Fixes in case of failure
5913         * src/filtering.[ch]    
5914                 Add function to duplicate a FilteringProp
5915         * src/matcher.[ch]
5916                 Add function to duplicate a MatcherProp
5917         * src/prefs_folder_item.c
5918                 Save folder's processing rules when copying 
5919                 its prefs
5920
5921 2002-11-08 [colin]      0.8.5claws97
5922         
5923         * src/folderview.c
5924                 Sort after move
5925         * src/folder.c 
5926                 Change a printf to debug_print
5927
5928 2002-11-08 [colin]      0.8.5claws96
5929
5930         * src/folder.c
5931           src/folderview.c
5932                 Fix segfaults, call me stupido
5933         
5934
5935 2002-11-08 [colin]      0.8.5claws95
5936
5937         *src/folder.c
5938                 Added forgotten prefs to save when moving folders
5939
5940 2002-11-08 [colin]      0.8.5claws94
5941
5942         * src/folder.c
5943                 Fixes to folder DND (prefs copy)
5944         * src/folderview.c
5945                 Optimization for folder DND (don't rescan whole tree)
5946                 Added folderview_create_folder_node() for this 
5947                 optimization, so de-duped a bit the code
5948         * src/prefs_folder_item.[ch]
5949                 Added prefs_folder_item_copy_prefs()    
5950           
5951 2002-11-08 [paul]       0.8.5claws93
5952
5953         * src/prefs_account.c
5954           tools/README
5955           tools/kmail2sylpheed_v2.pl
5956                 correct some typos
5957
5958 2002-11-08 [paul]       0.8.5claws92
5959
5960         * src/compose.c
5961           src/prefs_account.[ch]
5962                 remove account options 'clearsign' and 'ascii_armored',
5963                 replace with 'default_gnupg_mode' to prevent mixed-mode
5964                 Privacy settings
5965
5966 2002-11-08 [paul]       0.8.5claws91
5967
5968         * src/compose.[ch]
5969                 re-implement GnuPG 'on-the-fly' mode selection,
5970                 disallow mixed-mode
5971
5972 2002-11-08 [colin]      0.8.5claws90
5973
5974         * src/folderview.c
5975           src/prefs_folder_item.c
5976                 Change "Property" to "Properties"
5977
5978 2002-11-07 [colin]      0.8.5claws89
5979
5980         * src/folderview.c
5981           src/folder.c
5982                 Allow folder dropping to a root folder
5983
5984 2002-11-07 [paul]       0.8.5claws88
5985
5986         * src/compose.c
5987                 revert last commit
5988
5989 2002-11-07 [paul]       0.8.5claws87
5990
5991         * src/compose.c
5992                 fix reply-to-list bug. closes bug report
5993                 "[633382] reply-to-list broken in recent cvs"
5994
5995 2002-11-07 [paul]       0.8.5claws86
5996
5997         * src/compose.c
5998                 add a forgotten '#if USE_GPGME ... #endif'
5999
6000 2002-11-07 [paul]       0.8.5claws85
6001
6002         * sync with 0.8.5cvs20
6003                 see ChangeLog 2002-11-07
6004
6005 2002-11-07 [colin]      0.8.5claws84
6006
6007         * src/folder.[ch]
6008                 Change folder_item_move_to to return the newly 
6009                 created folderitem.
6010         * src/folderview.c
6011                 Select the new folderitem after moving.
6012
6013 2002-11-07 [colin]      0.8.5claws83
6014
6015         * src/prefs_filtering.c
6016                 Fix rule rewriting when moving a leaf folder to a 
6017                 shorter path
6018
6019 2002-11-07 [colin]      0.8.5claws82
6020
6021         * src/prefs_filtering.c
6022                 fix a leak
6023
6024 2002-11-07 [colin]      0.8.5claws81
6025
6026         * src/folder.[ch]
6027                 Add folder_item_move_to() function to move a 
6028                 folderitem into another one (updates matcher etc)
6029         * src/folderview.c
6030                 Add folder drag'n drop (context menu to come)
6031                 [Should be dataloss free, but Please backup before 
6032                  trying !]
6033
6034 2002-11-06 [colin]      0.8.5claws80
6035
6036         * src/mh.c
6037                 mh_create_folder() returns NULL if can't create
6038                 directory hierarchy
6039
6040 2002-11-06 [paul]       0.8.5claws79
6041
6042         * src/compose.[ch]
6043                 allow 'on-the-fly' changing of the type of encryption 
6044                 and/or signing used (mime/ascii) via the compose window
6045
6046 2002-11-06 [paul]       0.8.5claws78
6047
6048         * sync with 0.8.5cvs19
6049                 see ChangeLog 2002-11-06 for src/account.c: 
6050                 account_get_special_folder()
6051                 
6052 2002-11-05 [alfons]     0.8.5claws77
6053
6054         * src/crash.c
6055                 very minor cleanups: nothing to see here, move on. :-)
6056
6057 2002-11-05 [colin]      0.8.5claws76
6058
6059         * src/main.c
6060                 Changes choices if compose windows are opened to
6061                 Discard, Draft, Don't quit
6062
6063 2002-11-05 [thorsten]   0.8.5claws75
6064
6065         * src/compose.c
6066                 reenabled default_reply_to folder option
6067
6068 2002-11-05 [colin]      0.8.5claws74
6069
6070         * src/compose.[ch] 
6071                 add compose_draft()
6072         * src/crash.c
6073                 add SIGTERM handler
6074         * src/main.[ch]
6075                 add clean_quit() for the SIGTERM handler
6076
6077 2002-11-05 [paul]       0.8.5claws73
6078         
6079         * po/es.po
6080                 updated by Ricardo Mones Lastra
6081
6082 2002-11-05 [melvin]     0.8.5claws72
6083
6084         * src/logwindow.c
6085                 Fixed log-clipping bug #616795.
6086                 To stop logging in the log window use 0 length.
6087         * src/prefs_common.c
6088                 Added a label to inform about the 0 log length behaviour.
6089
6090 2002-11-05 [paul]       0.8.5claws71
6091
6092         * sync with 0.8.5cvs17
6093                 see ChangeLog 2002-11-05
6094
6095 2002-11-04 [paul]       0.8.5claws70
6096
6097         * sylpheed-128x128.png
6098           sylpheed-64x64.png
6099           sylpheed.png
6100                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6101                 <nikai@users.sourceforge.net>
6102                 
6103         * po/bg.po
6104                 updated by George Danchev
6105
6106 2002-11-03 [thorsten]   0.8.5claws69
6107
6108         * src/main.c
6109           src/mimeview.c
6110           src/rfc2015.h
6111                 add check if gpg is active
6112
6113 2002-11-03 [thorsten]   0.8.5claws68
6114
6115         * src/toolbar.h
6116                 removed GSList declaration causing trouble on MacOS-X
6117                 (submitted by alfons, reported by xfesty)
6118
6119 2002-11-01 [paul]       0.8.5claws67
6120
6121         * src/mainwindow.c
6122                 remove last remnants of main's filter code
6123
6124 2002-11-01 [paul]       0.8.5claws66
6125
6126         * tools/filter_conv.pl
6127                 fix bug where user-defined headers were ignored
6128
6129 2002-11-01 [paul]       0.8.5claws65
6130
6131         * src/logwindow.c
6132                 make a debug_print() not translatable
6133
6134 2002-10-31 [melvin]     0.8.5claws64
6135
6136         * ac/aspell.m4
6137                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6138                 not run any GNU/aspell test.  The dictionary path will
6139                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6140                 was given, in which case, it will be $prefix/lib/aspell/
6141         * configure.in
6142                 Fixed typo in commentary (Aspell code).
6143
6144 2002-10-31 [paul]       0.8.5claws63
6145
6146         * po/POTFILES.in
6147                 remove src/filter.c and src/prefs_filter.c
6148                 thanks to Ricardo for reminding me
6149
6150 2002-10-31 [colin]      0.8.5claws62
6151
6152         * src/mbox_folder.c
6153                 Plug some leaks
6154
6155 2002-10-31 [paul]       0.8.5claws61
6156
6157         * src/prefs_filter.[ch] ** REMOVED **
6158           src/filter.[ch]       ** REMOVED **
6159           
6160         * src/Makefile.am
6161           src/folderview.c
6162           src/inc.c
6163           src/main.c
6164           src/mainwindow.c
6165           src/mbox.c
6166           src/prefs_common.c
6167           src/prefs_filtering.c
6168           src/summaryview.[ch]
6169                 remove main's 'filter' code
6170                 
6171         README.claws
6172                 update to reflect removal of main's filter
6173
6174 2002-10-31 [paul]       0.8.5claws60
6175
6176         * src/summaryview.c
6177                 remove check for global_processing in summary_filter_open(). 
6178                 This fixes the bug where if the user uses the right-click 
6179                 'Create filter rule...' and doesn't have any filter rules 
6180                 already defined in claws' advanced filtering, the newly 
6181                 created filter rule goes to main's filtering which is 
6182                 inaccessible through the gui. Now the filter rule gets added
6183                 to claws' filtering by default.
6184
6185 2002-10-28 [melvin]     0.8.5claws59
6186
6187         * src/prefs_actions.c
6188                 Fixed bug #627322 where MIME parts were not always
6189                 correctly passed to a %p action
6190                 Display an error dialog when message filename is not found.
6191
6192 2002-10-28 [melvin]     0.8.5claws58
6193
6194         * src/prefs_common.c
6195                 Readded a missing function declaration lost in 0.8.3claws34
6196
6197 2002-10-28 [paul]       0.8.5claws57
6198
6199         * sync with 0.8.5cvs15
6200                 see ChangeLog 2002-10-28 and 2002-10-25
6201                 
6202         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6203
6204 2002-10-27 [oliver]     0.8.5claws56
6205
6206         * src/pop.c
6207                 plug leak in pop3_top_recv
6208
6209 2002-10-26 [christoph]  0.8.5claws55
6210
6211         * src/folder.c
6212                 set need_update folder flag when messages are added
6213                 (closes bug [ 626922 ] folder not updated after receiving)
6214
6215 2002-10-25 [melvin]     0.8.5claws54
6216
6217         * src/imageview.c
6218                 Fixed a memleak introduced in the scaling code.
6219
6220 2002-10-24 [alfons]     0.8.5claws53
6221
6222         * src/filtering.c
6223                 make filtering's forward message action forward from the 
6224                 correct account
6225                 (closes bug [628089 ] Filter -> Forward from address problem
6226                 reported by Oktay)
6227
6228 2002-10-24 [christoph]  0.8.5claws52
6229
6230         * src/mainwindow.c
6231         * src/manual.[ch]
6232                 o use manual of current locale or english if current
6233                   locale is not available (and english is available)
6234                 o also link to sylpheed doc project manuals
6235
6236 2002-10-23 [paul]       0.8.5claws51
6237
6238         * tools/README
6239           tools/kmail2sylpheed_v2.pl
6240                 add new version of kmail addressbook importer script.
6241                 works with newer versions of Kmail/KAddressBook which
6242                 have new and rearranged data.
6243
6244 2002-10-23 [martin]     0.8.5claws50
6245
6246         * src/folderview.c
6247         * src/summaryview.c
6248         * src/utils.h
6249         * src/utils.c
6250                 added length parameter to get_abbrev_newsgroup_name()
6251                 changed this function so that it abbreviates the newsgroup
6252                 names only so long it is smaller than the length parameter
6253                 (for better reading of some newsgroup names and space efficiency)
6254
6255 2002-10-22 [colin]      0.8.5claws49
6256
6257         *src/foldersel.c
6258                 Revert Alfons' last modification (after voting ;-))
6259
6260 2002-10-21 [alfons]     0.8.5claws48
6261
6262         * src/foldersel.c
6263                 folder view in folder selection dialog reflects state of
6264                 folder view in main window
6265
6266 2002-10-18 [alfons]     0.8.5claws47
6267
6268         * src/mbox.c
6269                 drop imported messages in folder selected by user,
6270                 and not in the inbox
6271                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6272
6273 2002-10-18 [alfons]     0.8.5claws46
6274
6275         * src/compose.c
6276                 make automagic reply work correctly for email accounts 
6277                 (whether it's viable to do a full sync with Hiro's 
6278                 compose.c is still under discussion)
6279
6280 2002-10-18 [melvin]     0.8.5claws45
6281
6282         * src/prefs_actions.c
6283                 Fixed bug #622275 where asynchroneous actions left 
6284                 zombies processes
6285                 Made (synchroneous) actions' input be displayed live.
6286
6287 2002-10-18 [christoph]  0.8.5claws44
6288
6289         * src/textview.c
6290                 don't add a newline in the textview in front of the
6291                 first textpart if header display is disabled
6292                 (closes bug [ 603385 ] disabled header display leaves blank
6293                  lin)
6294
6295 2002-10-18 [christoph]  0.8.5claws43
6296
6297         * src/folder.[ch]
6298         * src/imap.c
6299         * src/mbox_folder.c
6300         * src/mh.c
6301         * src/news.c
6302                 folder->get_num_list now returns an error code
6303                 (closes bug [ 609424 ] News cache cleared on failure)
6304                 
6305 2002-10-17 [colin]      0.8.5claws42
6306         
6307         * src/news.c
6308                 Changed a printf by debug_print
6309
6310 2002-10-16 [paul]       
6311
6312         * tools/OOo2sylpheed.pl
6313                 allow for spaces in the name of the
6314                 file to be attached.
6315
6316 2002-10-16 [colin]      0.8.5claws41
6317
6318         * src/main.c
6319                 Use a tristate to change online mode
6320
6321 2002-10-16 [paul]       0.8.5claws40
6322
6323         * po/es.po
6324                 updated by Ricardo Mones Lastra
6325
6326 2002-10-16 [colin]      0.8.5claws39
6327
6328         * src/main.c
6329           src/mainwindow.[ch]
6330                 Added --online and --offline command-line
6331                 switches
6332
6333 2002-10-15 [christoph]  0.8.5claws38
6334
6335         * src/procmime.c
6336                 set mimeinfo->name to NULL after g_free to
6337                 avoid double freeing with g_free
6338
6339 2002-10-14 [christoph]  0.8.5claws37
6340
6341         * src/compose.c
6342         * src/filtering.c
6343         * src/summaryview.c
6344                 remove calls to folder->change_flags that are now
6345                 done by procmsg flag functions (seems it is not
6346                 used by any foldertype anyway)
6347         * src/folder.c
6348                 init folder->change_flags with NULL
6349
6350 2002-10-14 [christoph]  0.8.5claws36
6351
6352         * src/folder.[ch]
6353         * src/imap.[ch]
6354                 use virtual functions for folder item new and destroy
6355                 functions
6356
6357 2002-10-14 [melvin]     0.8.5claws35
6358
6359         * src/compose.c
6360                 Added a test to not run the spell checker if no default
6361                 dictionary is available. No dialog is displayed though.
6362
6363 2002-10-14 [melvin]     0.8.5claws34
6364
6365         * src/gtkaspell.c
6366                 Fixed bug in dictionary list context menu where
6367                 "More..." pointed to an emtpy submenu if the
6368                 number of dictionaries is a multiple of 15
6369                 Removed unneeded code in suggestions list creation
6370
6371 2002-10-14 [paul]       0.8.5claws33
6372
6373         * po/bg.po
6374                 updated by George Danchev
6375
6376 2002-10-13 [hoa]        0.8.5claws32
6377
6378         * src/matcher.[ch]
6379           src/matcher_parser_parser.y
6380                 removed the escaped string from internal structure
6381                 of matcher.
6382
6383 2002-10-12 [colin]      0.8.5claws31
6384
6385         * src/gtksctree.[ch]
6386           src/summaryview.c
6387                 Removed useless function gtksctree_reanchor
6388
6389 2002-10-12 [alfons]     0.8.5claws30
6390         
6391         * sync with remaining main changes 2002-10-09 - 2002-10-11
6392         - drop changes to src/compose.c (requires claws specific changes)
6393         
6394 2002-10-12 [alfons]     0.8.5claws29
6395         
6396         * sync with main changes of 2002-10-08
6397         - drop changes to src/compose.c (requires claws specific changes)
6398         - drop changes to src/summaryview.c (requires changes to compose.c)     
6399
6400 2002-10-12 [alfons]     0.8.5claws28
6401         
6402         * sync with main changes of 2002-10-07
6403
6404 2002-10-12 [alfons]     0.8.5claws27
6405
6406         * sync with main changes of 2002-10-04
6407         - drop changes to src/compose.c (requires claws specific changes)
6408         - drop changes to src/prefs_folder_item.c (claws implementation
6409           seems to be working)
6410
6411 2002-10-12 [colin]      0.8.5claws26
6412
6413         * src/mainwindow.c
6414                 Fix folder-flicker when space-reading, introduced 
6415                 in claws22.
6416
6417 2002-10-12 [colin]      0.8.5claws25
6418
6419         * src/compose.c
6420                 Save account address when saving as draft.
6421                 (closes bug 621838)
6422
6423 2002-10-12 [colin]      0.8.5claws24
6424
6425         * src/summaryview.c
6426                 Fix the problem consisting of no message selected
6427                 after the last message in a folder has been moved.
6428
6429 2002-10-12 [paul]       0.8.5claws23
6430
6431         * src/compose.c
6432           src/prefs_template.c
6433           src/template.[ch]
6434                 add Cc and Bcc to templates. Patch submitted by
6435                 John L. Males.
6436
6437 2002-10-12 [colin]      0.8.5claws22
6438
6439         * src/folderview.c
6440                 Fix a bug after "Check for new messages":
6441                 If a folder was opened, it was still selected at
6442                 the end of the check, but displayed empty.
6443         * src/mainwindow.c
6444                 Remove unnecessary check
6445
6446 2002-10-12 [paul]
6447
6448         * tools/README
6449                 be more verbose in the description of
6450                 OOo2sylpheed.pl
6451                 
6452
6453 2002-10-11 [colin]      0.8.5claws21
6454
6455         * src/mainwindow.c
6456                 Make space work (better) when no mail is selected
6457
6458 2002-10-11 [colin]      0.8.5claws20
6459
6460         * src/inc.c
6461           src/news.c
6462                 fix warnings
6463
6464 2002-10-11 [colin]      0.8.5claws19
6465
6466         * src/mainwindow.c
6467                 revert 0.8.5claws6 changes as i couldn't get to
6468                 anything satisfying
6469
6470 2002-10-11 [melvin]     0.8.5claws18
6471
6472         * src/compose.c
6473                 Removed buggy and unused macro (should have been committed in
6474                 0.8.5claws17)
6475
6476 2002-10-11 [melvin]     0.8.5claws17
6477
6478         * src/compose.c
6479                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6480
6481 2002-10-11 [thorsten]   0.8.5claws16 
6482
6483         * src/folderview.c
6484                 remove rescan warning
6485
6486 2002-10-11 [colin]      0.8.5claws15 
6487
6488         * src/procheader.c
6489                 fix a segfault that happens if conv_unmime_header
6490                 fails (should be better to find out why it fails)
6491
6492 2002-10-11 [christoph]  0.8.5claws14
6493
6494         * src/summaryview.c
6495                 update folderview stats after ignore/unignore thread
6496
6497 2002-10-11 [hoa]        0.8.5claws13
6498
6499         * src/quote_fmt_parse.y
6500                 Fixed a yacc/bison syntax error
6501         * src/matcher.c
6502                 Escaping of string is fixed.
6503
6504 2002-10-11 [colin]      0.8.5claws12
6505
6506         * src/imageview.c
6507                 Resize images to fit
6508
6509 2002-10-11 [paul]       0.8.5claws11
6510
6511         * po/es.po
6512                 updated by Ricardo Mones Lastra
6513
6514 2002-10-10 [alfons]     0.8.5claws10
6515
6516         * src/compose.c
6517                 allow dropping files by "moving" files from a file manager,
6518                 not only by the more cumbersome "copying". the latter 
6519                 mostly implies holding down the Control button
6520
6521 2002-10-10 [christoph]  0.8.5claws9
6522
6523         * src/summaryview.c
6524                 update folders after thread building for ignored threads
6525
6526 2002-10-10 [christoph]  0.8.5claws8
6527
6528         * config/.cvsignore
6529                 added Makefile
6530         * src/filtering.[ch]
6531         * src/folder.[ch]
6532         * src/folderview.[ch]
6533         * src/import.c
6534         * src/inc.[ch]
6535         * src/mbox.[ch]
6536         * src/procmsg.c
6537         * src/summaryview.[ch]
6538                 o added new flag need_update to FolderItem
6539                 o removed folder_table from various functions from tracking
6540                   folder updates
6541                 o set need_update flags in folder.c's move, copy and delete
6542                   functions and procmsg's flags functions
6543                 o added function folderview_update_items_when_required that
6544                   updates all folders with need_update set
6545                 o call folderview_update_items_when_required instead of
6546                   folderview_update_item_foreach
6547
6548 2002-10-09 [sergey]     0.8.5claws7
6549
6550         * src/compose.c
6551                 Strip CRs whel loading the text into editor in reedit mode.
6552
6553 2002-10-09 [colin]      0.8.5claws6
6554
6555         * src/mainwindow.c
6556                 Make Space work when no mail is selected
6557
6558 2002-10-09 [colin]      0.8.5claws5
6559
6560         * src/gtksctree.[ch]
6561                 Fix range_select
6562                 Add gtk_sctree_reanchor() 
6563         * src/summaryview.c
6564                 Use gtk_sctree_reanchor() - better fix for 
6565                 bug 60413
6566
6567 2002-10-09 [colin]      0.8.5claws4
6568
6569         * src/summaryview.c
6570                 Fix shift-click select after delete problem
6571                 (closes bug 60413)
6572
6573 2002-10-08 [thorsten]   0.8.5claws3
6574
6575         * src/summaryview.c
6576                 exclude current msg from -hide read messages-
6577
6578 2002-10-08 [colin]      0.8.5claws2
6579
6580         * src/inc.[ch]
6581           src/pop.c
6582           src/recv.c
6583                 Differentiate socket errors from disk full
6584                 errors
6585
6586 2002-10-08 [christoph]  0.8.5claws1
6587
6588         * Makefile.am
6589         * configure.in
6590                 modifications for new config directory
6591
6592         * config.guess  ** REMOVED **
6593         * config.sub    ** REMOVED **
6594         * install-sh    ** REMOVED **
6595         * ltmain.sh     ** REMOVED **
6596         * missing       ** REMOVED **
6597         * mkinstalldirs ** REMOVED **
6598                 these files are autogenerated by automake
6599                 when you run autogen.sh
6600
6601         * config/.cvsignore     ** NEW FILE **
6602         * config/Makefile.am    ** NEW FILE **
6603                 ignore autogenerated files
6604                 create a Makefile in this directory
6605
6606 2002-10-08 [paul]       0.8.5claws
6607
6608         * 0.8.5claws release
6609         
6610         * src/compose.c
6611           src/procheader.c
6612           src/procmsg.c
6613                 fix quote reply format for newsgroups reply bug
6614                 (thanks to Hoa)
6615                 
6616         * po/en_GB.po
6617           po/pl.po
6618                 updated by me and Witold Wladyslaw Wojciech Wilk
6619                 repectively
6620
6621 2002-10-07 [paul]       0.8.3claws53
6622
6623         * po/it.po
6624           po/pt_BR.po
6625           po/sr.po
6626                 updated messages catalogs, submitted by
6627                 Alessandro Maestri, Fabio Jr.Beneditto 
6628                 and Urke MMI, respectively.
6629
6630 2002-10-07 [christoph]  0.8.3claws52
6631
6632         * src/folder.[ch]
6633         * src/folderview.c
6634         * src/mainwindow.c
6635                 fix new folder ghost message bug
6636                 (closes bug [ 619722 ] wrong count for newly created folders)
6637
6638 2002-10-07 [christoph]  0.8.3claws51
6639
6640         * src/compose.c
6641                 fix news posting problem
6642
6643 2002-10-07 [melvin]     0.8.3claws50
6644
6645         * po/fr.po
6646                 Updated French translation
6647
6648 2002-10-05 [christoph]  0.8.3claws49
6649
6650         * src/gtkstext.c
6651                 check if line_start_cache is set in gtk_stext_update_text
6652                 (closes bug [ 618119 ] crash while doing search in folder)
6653
6654 2002-10-05 [christoph]  0.8.3claws48
6655
6656         * src/imap.c
6657         * src/news.c
6658         * src/utils.c
6659         * src/utils.h
6660                 implement cache cleanups for claws' folder system
6661                 (closes bug [ 595916 ] imapcache not cleaned up)
6662
6663 2002-10-05 [melvin]     0.8.3claws47
6664
6665         * src/prefs_actions.c
6666                 Made the help text more clear for the %p token
6667
6668 2002-10-04 [paul]       0.8.3claws46
6669
6670         * sync with 0.8.5
6671                 see ChangeLog 2002-10-02 and 2002-10-03
6672
6673 2002-10-04 [christoph]  0.8.3claws45
6674
6675         * src/inc.c
6676                 fix segfault caused by pop before smtp
6677                 call to inc_account_mail with NULL
6678                 pointer for mainwin
6679
6680 2002-10-04 [paul]       0.8.3claws44
6681
6682         * configure.in
6683                 sync the LDAP detection from 0.8.5cvs1
6684
6685 2002-10-02 [christoph]  0.8.3claws43
6686
6687         * po/de.po
6688                 fix small spelling error
6689
6690 2002-10-02 [melvin]     0.8.3claws42
6691
6692         * ac/aspell.m4
6693                 Behave better and say "no" when test program cannot be run.
6694
6695 2002-10-02 [paul]       0.8.3claws41
6696
6697         * sync with 0.8.4cvs1
6698                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6699                 
6700         * src/summaryview.c
6701                 toggle the behavior of Reply menuitem between
6702                 normal reply and reply-to-list
6703
6704 2002-10-01 [sergey]     0.8.3claws40
6705
6706         * src/compose.c
6707                 Convert newlines in the message text to the canonical form
6708                 before base64 encoding (RFC2045 compliance, fixes some
6709                 interoperability issues with Evolution 1.0.3)
6710
6711 2002-09-29 [colin]      0.8.3claws39
6712
6713         * src/summaryview.c
6714                 Fix an unwanted copy/paste
6715
6716 2002-09-29 [colin]      0.8.3claws38
6717
6718         * src/mainwindow.c
6719                 Renamed "Custom toolbar" to "Customize toolbar"
6720                 Renamed "Show all header" to "Show all headers"
6721                 Renamed "Set diplay item" to "Set displayed items"
6722         * src/prefs_common.c
6723                 Renamed "Show all header" to "Show all headers"
6724         * src/prefs_summary_column.c
6725                 Renamed "diplay item" to "displayed items"
6726
6727 2002-09-29 [colin]      0.8.3claws37
6728
6729         * src/mainwindow.[ch]
6730                 online/offline status pixmaps follow theme
6731                 changes
6732         * src/summaryview.[ch]
6733                 quicksearch pixmap follows theme changes
6734
6735 2002-09-29 [thorsten]   0.8.3claws36
6736
6737         * src/compose.c
6738           src/prefs_folder_item.[ch]
6739                 add default_reply_to folder option (closes patch 581044)
6740
6741 2002-09-29 [christoph]  0.8.3claws35
6742
6743         * acconfig.h    ** REMOVED **
6744         * configure.in
6745         * ac/aspell.m4
6746         * ac/check-type.m4
6747         * ac/gnupg-check-typedef.m4
6748                 fix autoheader 2.50 warning
6749
6750 2002-09-29 [christoph]  0.8.3claws34
6751
6752         * major code cleanup (part 2)
6753         
6754                 - unused variables removed
6755                 - unused functions removed
6756                 - uninitialized variables checked
6757                 - missing return statements added
6758                 - missing function return types added
6759                 - added parentheses around assignment
6760                   when suggested by gcc
6761
6762 2002-09-29 [alfons]     0.8.3claws33
6763
6764         * src/logwindow.c
6765                 log_window_clear(): only bracket gtk_text_forward_delete() 
6766                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6767                 works around GTK text bug)
6768
6769 2002-09-29 [paul]       0.8.3claws32
6770
6771         * po/bg.po
6772           po/sr.po
6773                 updated by George Danchev and Urke MMI
6774                 respectively
6775
6776 2002-09-27 [christoph]  0.8.3claws31
6777
6778         * doc-src/readme.txt
6779         * doc-src/rfc1806.txt   ** REMOVED **
6780         * doc-src/rfc2183.txt   ** NEW FILE **
6781         * doc-src/rfc2980.txt   ** NEW FILE **
6782                 update rfcs
6783
6784 2002-09-27 [melvin]     0.8.3claws30
6785
6786         * ac/aspell.m4
6787                 Fixed typo which could break linking
6788
6789 2002-09-27 [melvin]     0.8.3claws29
6790
6791         * ac/aspell.m4
6792                 Improved GNU/aspell checking. 
6793                 Fixed bug #614490
6794
6795 2002-09-27 [paul]       0.8.3claws28
6796
6797         * sync with 0.8.3cvs8
6798                 see ChangeLog 2002-09-27
6799
6800 2002-09-26 [colin]      0.8.3claws27
6801
6802         * src/toolbar.[ch]
6803           src/mainwindow.[ch]
6804                 Add "Reply to Mailing-list" to the toolbar
6805
6806 2002-09-26 [christoph]  0.8.3claws26
6807
6808         * src/summaryview.c
6809                 Fix wrong message counts in summaryview status
6810
6811 2002-09-26 [paul]       0.8.3claws25
6812
6813         * sync with 0.8.3cvs7
6814                 see ChangeLog 2002-09-26
6815
6816 2002-09-26 [paul]       0.8.3claws24
6817
6818         * sync with 0.8.3cvs6
6819                 see ChangeLog 2002-09-25
6820
6821 2002-09-25 [christoph]  0.8.3claws23
6822
6823         * src/prefs_common.c
6824         * src/prefs_folder_item.c
6825         * src/prefs_scoring.c
6826                 Renamed "kill score" to "hide score" in GUI
6827                 and prefs files
6828
6829 2002-09-25 [paul]       0.8.3claws22
6830
6831         * sync with 0.8.3cvs5
6832                 see ChangeLog 2002-09-24
6833
6834 2002-09-24 [alfons]     0.8.3claws21
6835
6836         patch by Satoshi Nagayasu: allows appending / saving multiple 
6837         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6838         'Save as ...'")
6839
6840         * AUTHORS
6841                 add Satoshi Nagayasu
6842         * src/summaryview.c
6843                 summary_save_as(): allow saving selected files to
6844                 one file
6845                 summary_set_menu_sensitive: enable "Save As..." when
6846                 multiple files are selected
6847         * src/utils.[ch]
6848                 append_file(): new function
6849
6850 2002-09-24 [colin]      0.8.3claws20
6851
6852         * src/procmime.c
6853                 Fix segfault when mimeinfo doesn't have a 
6854                 content_type. 
6855
6856 2002-09-24 [colin]      0.8.3claws19
6857
6858         * src/prefs_common.[ch]
6859                 Add a preference to display send dialog or not
6860         * src/send.c
6861                 Display send dialog according to preference
6862
6863 2002-09-24 [colin]      0.8.3claws18
6864
6865         * src/compose.[ch]
6866                 Disable user actions when sending
6867
6868 2002-09-24 [colin]      0.8.3claws17
6869
6870         * src/procmime.c
6871                 Do not display name or filename for attachments
6872                 with an application/pgp-signature type
6873                 (security flaw, see bug 537413)
6874
6875 2002-09-23 [colin]      0.8.3claws16
6876
6877         * src/editaddress.c
6878                 Initialize entry_email, entry_alias and 
6879                 entry_remarks to first email address of the list
6880
6881 2002-09-23 [colin]      0.83claws15
6882
6883         * src/compose.c
6884                 Drop pgp-signature when reediting a signed queued
6885                 message
6886
6887 2002-09-23 [melvin]     0.8.3claws14
6888
6889         * po/fr.po
6890                 Updated French translation
6891
6892 2002-09-23 [melvin]     0.8.3claws13
6893
6894         * src/mainwindow.c
6895                 Made custom toolbar menu labels more consistent
6896         * src/prefs_toolbar.c
6897                 Made custom toolbar window title more consistent
6898
6899 2002-09-22 [colin]      0.8.3claws12
6900
6901         * src/inc.c
6902                 Initialize session type to normal before getting 
6903                 mail (fixes strange Get behaviour)
6904         * src/prefs_account.h
6905                 Move STYPE_POP_BEFORE_SMTP to last position to 
6906                 avoid other side-effects
6907
6908 2002-09-22 [colin]      0.8.3claws11
6909
6910         * src/prefs_account.c
6911                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6912                 from pop3 to apop or vice-versa
6913
6914 2002-09-22 [colin]      0.8.3claws10
6915         
6916         * src/prefs_account.[ch]
6917                 Add an option for the POP before SMTP timeout
6918         * src/inc.c
6919                 Remember time of last POP connection
6920         * src/send.c
6921                 Do POP before SMTP only if timeout reached
6922
6923 2002-09-22 [oliver]     0.8.3claws9
6924         
6925         * README.claws
6926                 explain custom toolbar
6927
6928 2002-09-22 [oliver]     0.8.3claws8
6929
6930         * src/prefs_actions.[ch]
6931         custom toolbar for compose      
6932                 actions callback from compose toolbar
6933         * src/folderview.c
6934                 remove include toolbar.h
6935
6936 2002-09-22 [oliver]     0.8.3claws7
6937         
6938         * src/prefs_toolbar.[ch]
6939                 custom toolbar for compose
6940                 - generic prefs_toolbar handles both
6941                   Mainwin's toolbar as well as Compose toolbar          
6942
6943 2002-09-22 [oliver]     0.8.3claws6
6944         
6945         * src/toolbar.[ch]
6946                 custom toolbar for compose
6947                 restructure toolbar.[ch]
6948
6949 2002-09-22 [oliver]     0.8.3claws5
6950
6951         * src/compose.[ch]
6952                 custom toolbar for compose
6953
6954 2002-09-22 [oliver]     0.8.3claws4
6955         
6956         * src/mainwindow.[ch]
6957                 custom toolbar for compose 
6958                 move mainwin toolbar back to mainwindow
6959
6960 2002-09-22 [alfons]     0.8.3claws3
6961
6962         * src/procmsg.c
6963                 :%sno/if(/if (/gc
6964                 :%sno/for(/for (/gc
6965                 (beautify)
6966
6967 2002-09-22 [alfons]     0.8.3claws2
6968         
6969         * src/procmsg.c
6970                 procmsg_save_to_outbox(): don't unlink message file from queue;
6971                 callers should do it using folder_item_remove_msg()
6972
6973 2002-09-22 [colin]      0.8.3claws1
6974
6975         * src/mimeview.[ch]
6976                 Made mimeview_check_signature() public
6977         * src/textview.c
6978                 Made GPG signatures verifiable by clicking
6979                 the [application/pgp-signature] in the Text
6980                 view
6981
6982 2002-09-22 [paul]       0.8.3claws
6983
6984         * po/bg.po
6985           po/en_GB.po
6986           po/es.po
6987           po/it.po
6988           po/pl.po
6989           po/pt_BR.po
6990           po/sr.po
6991                 updated translations, submitted by George Danchev,
6992                 me, Ricardo Mones Lastra, Alessandro Maestri,
6993                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6994                 and Urke MMI, respectively.     
6995
6996 2002-09-22 [alfons]     0.8.2claws65
6997
6998         * src/procmsg.c
6999         * src/pgptext.c
7000                 no furry valgrinds have been used to plug these memleaks
7001
7002 2002-09-20 [paul]       0.8.2claws64
7003
7004         * sync with 0.8.3cvs4
7005                 'Select thread' re-implemented 
7006                 see ChangeLog 2002-09-20
7007
7008 2002-09-21 [alfons]     0.8.2claws63
7009
7010         * src/compose.c
7011                 compose_send(): plug unnoticed memleak
7012
7013 2002-09-20 [alfons]     0.8.2claws62
7014
7015         * src/addr_compl.c
7016                 replace_address_in_edit(): strict check for NULL address to
7017                 fix "[ 607348 ] Segfault in address completion". My guess is
7018                 that this happens with an empty address book, but it's good
7019                 to have this check here anyway
7020                 
7021                 completion_window_button_press(): free string returned 
7022                 from the internal cache
7023
7024 2002-09-20 [christoph]  0.8.2claws61
7025
7026         * src/procmime.h
7027                 added ENC_BINARY to EncodingType
7028         * src/procmime.c
7029                 the string returned by procmime_get_encoding_str
7030                 should not depend on the order of values in the
7031                 EncodingType definition
7032         * doc-src/rfc1806.txt   ** NEW FILE **
7033                 Added rfc1806 about MIME Content-Disposition
7034                 Extension
7035
7036 2002-09-19 [paul]       0.8.2claws60
7037
7038         * sync with 0.8.2cvs3
7039                 see ChangeLog 2002-09-19
7040
7041 2002-09-19 [paul]       0.8.2claws59
7042
7043         * src/prefs_folder_item.c
7044                 revert to Darko's original alignment of colour
7045                 selector button
7046                 add a colon to folder_color label
7047                 
7048         * src/compose.c
7049                 add Colin's patch (with Hiro's modifications) to 
7050                 force BASE64 encoding for 8-bit text when signing
7051                 (sync with 0.8.3cvs2)
7052
7053 2002-09-18 [alfons]     0.8.2claws58
7054
7055         * src/compose.c
7056                 :%sno/if(/if (/gc
7057                 :%sno/for(/for (/gc
7058                 (beautify a little bit)
7059
7060 2002-09-18 [christoph]  0.8.2claws57
7061
7062         * src/pine.c
7063                 fix handling of fgetc return value
7064
7065 2002-09-17 [alfons]     0.8.2claws56
7066         
7067         * src/summaryview.c
7068                 summary_sort(): check non-NULL summaryview->folder_item when no 
7069                 folder is selected at all
7070                 (closes "[ 610344 ] sort label make syl Crash")
7071
7072 2002-09-17 [alfons]     0.8.2claws55
7073         
7074         * src/compose.c
7075                 beautify a little bit
7076
7077 2002-09-17 [christoph]  0.8.2claws54
7078
7079         * src/folder.c
7080                 initialize max values for cache and folder
7081                 when cache or folder is empty
7082
7083 2002-09-15 [colin]      0.8.2claws53
7084
7085         * src/compose.c
7086                 Fix a leak (thanks Alfons!) and cleaned
7087                 variables names for custom headers
7088
7089 2002-09-15 [colin]      0.8.2claws52
7090
7091         * src/compose.c
7092                 Fix custom headers recognition when
7093                 prefs_common.trans_hdr is on
7094
7095 2002-09-15 [colin]      0.8.2claws51
7096
7097         * src/compose.c
7098                 Allow dynamically-added custom headers
7099                 Yet not reparsed if reedited
7100
7101 2002-09-15 [alfons]     0.8.2claws50
7102
7103         * src/prefs_account.c
7104                 fix warnings
7105
7106 2002-09-15 [colin]      0.8.2claws49
7107         
7108         * src/prefs_account.c
7109                 fix pop_before_smtp sensitivity
7110
7111 2002-09-15 [colin]      0.8.2claws48
7112
7113         * src/inc.[ch]
7114                 add inc_pop_before_smtp()
7115                 allow MainWindow to be undefined in 
7116                 inc_account_mail() and inc_start()
7117         * src/pop.c
7118           src/prefs_account.h
7119                 add STYPE_POP_BEFORE_SMTP session type
7120         * src/prefs_account.c
7121                 activated pop before smtp option
7122         * src/send.c
7123                 do pop before smtp if the relevant option 
7124                 is set
7125
7126 2002-09-15 [paul]       0.8.2claws47
7127
7128         * sync with 0.8.3
7129                 see ChangeLog 2002-09-15
7130
7131 2002-09-14 [paul]       0.8.2claws46
7132
7133         * po/bg.po
7134                 updated Bulgarian translation, submitted by
7135                 George Danchev
7136
7137 2002-09-13 [paul]       0.8.2claws45
7138
7139         * src/compose.c
7140                 merge claws' select_account() with main's
7141                 (new) compose_select_account(). [sync with
7142                 0.8.2cvs15, see ChangeLog 2002-09-11]
7143
7144 2002-09-12 [christoph]  0.8.2claws44
7145
7146         * src/filter.c
7147                 allocate 1 elements of FolderItem not 0
7148
7149 2002-09-12 [colin]      0.8.2claws43
7150
7151         * src/compose.c
7152                 Fix bug #590825 (obey Follow-up: poster)
7153
7154 2002-09-12 [colin]      0.8.2claws42
7155
7156         * src/procmime.c
7157                 Fix bug #557009 (wrong headers for messages 
7158                 forwarded as attachments)
7159
7160 2002-09-11 [colin]      0.8.2claws41
7161         
7162         * src/compose.c
7163                 Put SCF: pseudo-header on top of message
7164                 Set draft tmp_flag when saved as draft
7165
7166         * src/procmsg.c
7167           src/procheader.c
7168                 Skip after first \n\n for beginning of real message
7169                 for drafts too
7170
7171 2002-09-11 [christoph]  0.8.2claws40
7172
7173         * src/filtering.c
7174                 use procmsg flag functions in filtering or processing
7175                 will cause incorrect folder message counts
7176
7177 2002-09-11 [colin]      0.8.2claws39
7178
7179         * src/compose.c
7180                 Fix bug #550175 - wrong save folder when reediting
7181                 drafts
7182
7183 2002-09-11 [paul]       0.8.2claws38
7184
7185         * sync with 0.8.2cvs14
7186                 see ChangeLog 2002-09-11
7187
7188 2002-09-11 [colin]      0.8.2claws37
7189
7190         * src/folder.c
7191                 Fix a typo (seeming to cause new/unread status to
7192                 be lost)
7193
7194 2002-09-10 [christoph]  0.8.2claws36
7195
7196         * src/compose.c
7197                 compose_redirect should not use compose_generic_new
7198                 because that does more stuff than expected including
7199                 opening the external editor
7200                 (closes bug "[ 526608 ] bounced messages appear blank
7201                  in editor")
7202
7203 2002-09-10 [christoph]  0.8.2claws35
7204
7205         * src/folder.c
7206                 fix problem with too large message number range
7207                 causing a crash in folder_item_scan
7208
7209 2002-09-10 [paul]       0.8.2claws34
7210
7211         * sync with 0.8.2cvs13
7212                 see ChangeLog 2002-09-10
7213
7214 2002-09-10 [christoph]  0.8.2claws33
7215
7216         * src/msgcache.c
7217                 set MsgInfo TmpFlags for queue and draft folders
7218                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7219
7220 2002-09-10 [paul]       0.8.2claws32
7221
7222         * AUTHORS
7223           po/bg.po      ** NEW FILE **
7224                 new Bulgarian translation submitted by
7225                 George Danchev <danchev@spnet.net>
7226                 
7227         * tools/Makefile.am
7228           tools/README
7229           tools/tb2sylpheed     ** NEW FILE **
7230                 add script that converts an addressbook exported
7231                 from The Bat! into a Sylpheed addressbook. Submitted
7232                 by Urke MMI <urke-kg@eunet.yu>
7233
7234 2002-09-10 [paul]       0.8.2claws31
7235
7236         * sync with 0.8.2cvs12
7237                 see ChangeLog 2002-09-10
7238
7239 2002-09-06 [paul]       0.8.2claws30
7240
7241         * src/prefs_common.c
7242                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7243                 
7244         * tools/Makefile.am
7245           tools/README
7246           tools/ldif-to-xml.py  ** REMOVED **
7247                 remove obsolete python script
7248
7249 2002-09-06 [paul]       0.8.2claws29
7250
7251         * sync with 0.8.2cvs10
7252                 see ChangeLog 2002-09-06
7253
7254 2002-09-04 [paul]       0.8.2claws28
7255
7256         * sync with 0.8.2cvs9
7257                 see ChangeLog 2002-08-04
7258
7259 2002-09-04 [colin]      0.8.2claws27 
7260
7261         * src/prefs_common.[ch]
7262                 Added signature color configuration
7263         * src/textview.c
7264                 Use user-specified signature color
7265
7266 2002-09-03 [colin]      0.8.2claws26
7267
7268         * src/prefs_common.[ch]
7269                 Added autosave and autosave_length prefs
7270         * src/compose.c
7271                 Added compose_remove_draft()
7272                 Auto-save drafts according to the prefs
7273         * src/main.c
7274                 Added a crash-indicator file, allowing to check
7275                 for new messages on startup if Sylpheed crashed
7276                 (makes saved drafts "reappear")
7277
7278 2002-09-03 [colin]      0.8.2claws25
7279
7280         * src/textview.[ch]
7281                 Grey the signature
7282
7283 2002-09-03 [paul]       0.8.2claws24
7284
7285         * sync with 0.8.2cvs8
7286                 see ChangeLog 2002-09-02 and 2002-09-03
7287
7288 2002-09-03 [darko]      0.8.2claws23
7289
7290         * src/folderview.c
7291                 use normal style when creating new folder to pick
7292                 proper font size 
7293
7294 2002-09-02 [melvin]     0.8.2claws22
7295
7296         * src/gtkaspell.m4
7297                 removed some obsolete code
7298
7299 2002-09-02 [melvin]     0.8.2claws21
7300
7301         * ac/aspell.m4
7302                 fixed test's equality sign (== to =)
7303
7304 2002-09-02 [alfons]     0.8.2claws20
7305
7306         * src/folder.c
7307         * src/mh.c
7308                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7309                 as folder->destroy virtual as suggested by Hiro
7310                 (the mh.c code seems to have been lost around mh.c.1.21)
7311
7312 2002-09-02 [paul]       0.8.2claws19
7313
7314         * po/pt_BR.po
7315                 updated by Fabio Jr. Beneditto
7316                 
7317         * src/defs.h
7318                 use 'http://claws.sylpheed.org' for homepage link. 
7319                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7320
7321 2002-09-01 [alfons]     0.8.2claws18
7322
7323         * src/mh.c
7324                 plug memleak related to one Martin Kluge found
7325
7326 2002-08-31 [paul]       0.8.2claws17
7327
7328         * sync with 0.8.2cvs6
7329                 see ChangeLog 2002-08-30
7330
7331 2002-08-31 [alfons]     0.8.2claws16
7332
7333         * src/folder.c
7334                 folder_destroy(): remove mailbox from folderlist even if it has
7335                 no destroy virtual
7336
7337 2002-08-31 [alfons]     0.8.2claws15
7338
7339         * src/folder.c
7340                 :%sno/if(/if (/gc
7341                 :%sno/for(/for (/gc
7342                 (being pedantic I know)
7343
7344 2002-08-31 [alfons]     0.8.2claws14
7345
7346         * src/folder.c
7347                 check for NULL pointers returned from folder->fetch_msginfo virtual
7348                 (should solve some reported crashes)
7349
7350 2002-08-30 [alfons]     0.8.2claws13
7351
7352         * acconfig.h
7353         * configure.in
7354         * src/crash.c
7355                 enable crash dialog on compilation time
7356                 (--enable-crash-dialog configure option)
7357
7358 2002-08-30 [alfons]     0.8.2claws12
7359
7360         * AUTHORS
7361                 add Martin Kluge
7362         * src/mh.c
7363                 apply memory leak plug patch by Martin Kluge
7364                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7365                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7366                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7367
7368 2002-08-30 [darko]      0.8.2claws11
7369
7370         * src/folderview.c
7371                 copy Gtk style from normal style to match
7372                 font size for coloured folders
7373
7374 2002-08-29 [alfons]     0.8.2claws10
7375
7376         * sylpheed.desktop
7377                 Type=Internet <- Type=Application
7378                 (reported by Michael Schwendt, see:
7379                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7380                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7381
7382 2002-08-29 [paul]       0.8.2claws9
7383
7384         * sync with 0.8.2cvs5
7385                 see ChangeLog 2002-08-29
7386
7387 2002-08-29 [colin]      0.8.2claws8
7388
7389         * src/summaryview.c
7390                 Added a sanity check in summary_select_thread
7391                 Should fix bug 601605
7392
7393 2002-08-29 [colin]      0.8.2claws7
7394
7395         * src/main.c
7396                 Revert claws6 changes regarding bug #591676
7397
7398 2002-08-28 [colin]      0.8.2claws6
7399         
7400         * src/main.c
7401                 Ignore cache for queue folderitems
7402                 Fix bug #591676
7403
7404 2002-08-28 [melvin]     0.8.2claws5
7405
7406         * README.claws
7407                 Fixed typos.
7408
7409 2002-08-28 [melvin]     0.8.2claws4
7410
7411         * README.claws
7412                 Updated a bit the text concerning the spell checker
7413
7414 2002-08-28 [melvin]     0.8.2claws3
7415
7416         Merged the GNU_aspell_branch:
7417                 Support of new GNU/aspell is now included and the old pspell
7418                 is not supported anymore.
7419                 See README.claws
7420
7421         * README.claws
7422                 Updated spell checker text to reflect the switch to GNU/aspell
7423
7424         * ac/aspell.m4          *** NEW ***
7425         * src/gtkaspell.[ch]    *** NEW *** 
7426         * ac/pspell.m4          *** DELETED *** 
7427         * src/gtkspell.[ch]     *** DELETED ***
7428
7429         * ac/Makefile.am
7430                 Updated for GNU/aspell support
7431
7432         * po/POTFILES.in
7433                 Replaced gtkspell.c by gtkaspell.c
7434
7435         * acconfig.h
7436         * src/Makefile.am
7437         * src/about.c
7438         * src/compose.[ch]
7439         * src/crash.c
7440         * src/main.c
7441         * src/prefs_common.[ch]
7442                 Updated for GNU/aspell support
7443
7444 2002-08-28 [paul]       0.8.2claws2
7445
7446         * sync with 0.8.2cvs4
7447                 see ChangeLog 2002-08-27 and 2002-08-28
7448
7449 2002-08-28 [colin]      0.8.2claws1
7450
7451         * src/summary_search.c
7452                 Added "AND search"
7453
7454 2002-08-28 [jens]       0.8.2claws
7455
7456         *po/de.po
7457                 Updated German translations
7458
7459 2002-08-27 [melvin]     0.8.2claws
7460
7461         * po/fr.po
7462                 Updated French translations
7463
7464 2002-08-27 [paul]       0.8.2claws
7465
7466         * sync with 0.8.2 main release
7467
7468         * po/en_GB.po
7469           po/es.po
7470           po/it.po
7471           po/pl.po
7472           po/pt_BR.po
7473           po/sr.po
7474                 updated message catalogs submitted by
7475                 Ricardo Mones Lastra, Alessandro Maestri,
7476                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7477                 Beneditto and Urke MMI  
7478
7479 2002-08-27 [hoa]        0.8.1claws123
7480
7481         * src/mainwindow.[ch]
7482         * src/summaryview.[ch]
7483                 removed the "filter setting" menu option.
7484                 add a "cancel a news message" menu option.
7485
7486 2002-08-26 [martin]     0.8.1claws122
7487
7488         * ChangeLog.claws
7489                 changed string under 0.8.1claws79 changed by myself
7490                 i'm sorry alfons :(
7491
7492 2002-08-26 [martin]     0.8.1claws121
7493
7494         * src/crash.c
7495                 added kill command to debuggerrc to start crash dialog
7496
7497 2002-08-26 [paul]       0.8.1claws120
7498
7499         * sync with 0.8.1cvs31
7500                 see ChangeLog 2002-08-26
7501
7502 2002-08-25 [alfons]     0.8.1claws119
7503
7504         * src/procmsg.c
7505                 fix bug that didn't send out correct headers to news server
7506                 when sending news article and email from queue (bug reported
7507                 and patch provided by Tim Mann; closes bug 
7508                 "[ 583196 ] 0.7.8claws can't post news")
7509
7510 2002-08-25 [alfons]     0.8.1claws118
7511
7512         * src/selective_download.c
7513                 mark two strings as translatable
7514                 (thanks to Urke MMI for pointing this out)
7515
7516 2002-08-25 [alfons]     0.8.1claws117
7517
7518         * src/summaryview.c
7519                 treat sent boxes as special and allow sorting them by addressee
7520                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7521                 submitted by Steve Lamb)
7522
7523 2002-08-24 [alfons]     0.8.1claws116
7524
7525         * src/matcher.c
7526                 fix memleak reported by Martin Kluge
7527                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7528
7529 2002-08-24 [oliver]     0.8.1claws115
7530
7531         * src/prefs_toolbar.c
7532                 o code cleanup as suggested by Alfons
7533                 o memleak fix
7534
7535 2002-08-24 [alfons]     0.8.1claws114
7536
7537         * src/summaryview.c
7538                 o fix another memory leak reported by Martin Kluge
7539                   (see "[ 599568 ] Small Memory Leak")
7540                 o remove 'from' variable from 'summary_set_header()'; we can
7541                   do with just 'to' 
7542
7543 2002-08-24 [paul]       0.8.1claws113
7544
7545         * sync with 0.8.1cvs30
7546                 see ChangeLog 2002-08-23
7547
7548 2002-08-24 [alfons]     0.8.1claws112
7549
7550         * src/summaryview.c
7551                 remove unnecessary allocations for search bar fixing leaks
7552                 reported by Martin Kluge
7553                 (see "[ 599451 ] Further memory leaks?")
7554
7555 2002-08-24 [alfons]     0.8.1claws111
7556
7557         * src/main.c
7558                 make get_socket_name() public for crash.c
7559         * src/crash.c
7560                 o make report bug button work (goes to claws' 
7561                   bug tracker at sf.net)
7562                 o introduce function for doing important stuff just
7563                   before claws goes down
7564                 o clean up code 
7565
7566 2002-08-24 [alfons]     0.8.1claws110
7567
7568         * src/compose.c
7569                 move cursor to "To" entry when forwarding as attachment
7570                 (reported and solved by Steve Lamb, closes bug report
7571                 "[ 592880 ] Forward as attachment; cursor not in to")
7572
7573 2002-08-24 [colin]      0.8.1claws109
7574
7575         * src/mainwindow.c
7576                 fix quick search visibility after GUI (de)separations.
7577
7578 2002-08-23 [colin]      0.8.1claws108
7579
7580         * src/mainwindow.c
7581                 fix header pane visibility after folderview or
7582                 messageview (de)separation
7583
7584 2002-08-23 [paul]       0.8.1claws107
7585
7586         * src/mainwindow.[ch]
7587           src/toolbar.c
7588                 give full control of display or non-display 
7589                 of the Execute icon to Custom toolbar settings.
7590                 add new sensitivity condition to maninwindow.h: 
7591                 M_DELAY_EXEC
7592
7593         * ChangeLog
7594           ChangeLog.jp
7595           NEWS
7596                 more sync with 0.8.1cvs29
7597
7598 2002-08-23 [melvin]     0.8.1claws106
7599
7600         * src/alertpanel.c
7601                 Readded support for custom widget in alertpanel lost in last
7602                 sync.
7603
7604 2002-08-23 [paul]       0.8.1claws105
7605
7606         * sync with 0.8.1cvs29
7607                 see ChangeLog 2002-08-23
7608
7609 2002-08-23 [colin]      0.8.1claws104
7610
7611         * src/summaryview.c
7612                 Fix folder and search pixmaps exchanging positions
7613                 after theme or toolbar changes. Thank to Oliver for 
7614                 reporting this.
7615
7616 2002-08-23 [colin]      0.8.1claws103
7617
7618         * src/mainwindow.c
7619           src/messageview.[ch]
7620           src/noticeview.[ch]
7621           src/summaryview.c
7622                 Changed messageview_create() and noticeview_create()
7623                 to avoid the last gdk_warning
7624
7625 2002-08-22 [colin]      0.8.1claws102
7626
7627         * src/summaryview.c
7628                 Fix my new `Creating pixmap from xpm' warning
7629
7630 2002-08-22 [colin]      0.8.1claws101
7631
7632         * src/mainwindow.c
7633                 Fix some of the gdk warnings
7634
7635 2002-08-22 [colin]      0.8.1claws100
7636
7637         * src/Makefile.am
7638         * src/stock_pixmap.c
7639         * src/stock_pixmap.h
7640         * src/pixmaps/quicksearch.xpm *ADDED*
7641                 Add the quicksearch pixmap
7642         * src/mainwindow.c
7643         * src/summaryview.c
7644         * src/summaryview.h
7645                 Make quicksearch bar visible/hidden via a button
7646
7647 2002-08-22 [christoph]  0.8.1claws99
7648
7649         * src/folder.c
7650                 fix folder update for newsgroups with message
7651                 numbers below minimum number of articles to fetch
7652                 (closes bug #598445)
7653
7654 2002-08-22 [paul]       0.8.1claws98
7655
7656         * sync with 0.8.1cvs28
7657                 see ChangeLog 2002-08-22
7658
7659 2002-08-21 [alfons]     0.8.1claws97
7660
7661         * src/crash.c
7662                 use bt instead of bt full which seems to work 
7663                 better, and bt full doesn't give a great deal 
7664                 of information anyway
7665
7666 2002-08-21 [colin]      0.8.1claws96
7667
7668         * src/summaryview.c
7669                 fix summaryview_searchtype_changed prototype
7670
7671 2002-08-21 [christoph]  0.8.1claws95
7672
7673         * src/mainwindow.c
7674                 o fix broken menu update for sorting type, we have to
7675                   get this info from the summaryview now
7676                 o removed setting of threaded state in menu callback
7677         * src/summaryview.[ch]
7678                 more summaryview/folderitem seperation for
7679                 threading option
7680         * configure.in
7681                 removed not required --with-compiler-flags option
7682
7683 2002-08-21 [oliver]     0.8.1claws94
7684         
7685         * src/toolbar.h 
7686                 o rename toolbar.xml to toolbar_main.xml
7687                   since toolbar_compose.xml might come up 
7688                   any time soon
7689         * README.claws
7690                 add custom toolbar              
7691
7692 2002-08-21 [darko]      0.8.1claws93
7693
7694         * src/procmsg.c
7695                 don't reset tmp flags for messages copied
7696                 to sent folder
7697
7698 2002-08-21 [colin]      0.8.1claws92
7699         
7700         * src/prefs_filtering.c
7701                 fix renaming rules on folder rename 
7702                 when folder is not a leaf folder
7703
7704 2002-08-21 [paul]       0.8.1claws91
7705
7706         * src/prefs_folder_item.c
7707                 fix alignment of colour selector
7708
7709 2002-08-21 [paul]       0.8.1claws90
7710
7711         * sync with 0.8.1cvs27
7712                 see ChangeLog 2002-08-21
7713
7714 2002-08-21 [paul]       0.8.1claws89
7715
7716         * src/summaryview.c
7717                 fix crash when changing field type in
7718                 Quick search bar
7719
7720 2002-08-21 [colin]      0.8.1claws88
7721
7722         * src/summaryview.c
7723                 Made quick search case-insensitive
7724
7725 2002-08-21 [paul]       0.8.1claws87
7726
7727         * sync with 0.8.1cvs26
7728                 see ChangeLog 2002-08-21
7729
7730 2002-08-20 [christoph]  0.8.1claws86
7731
7732         * src/folderview.c
7733         * src/main.c
7734         * src/summaryview.[ch]
7735                 more summaryview/folderitem seperation for
7736                 sort_key and sort_type
7737         * src/procmsg.c
7738                 added missing return statement
7739
7740 2002-08-20 [colin]      0.8.1claws85
7741
7742         * src/summaryview.[ch]
7743                 Added a quick search box
7744         * src/mainwindow.c
7745         * src/prefs_common.[ch]
7746                 Added a show/hide option for the quick search
7747
7748 2002-08-20 [oliver]     0.8.1claws84
7749         
7750         * src/mainwindow.c
7751                 remove toolbar_create_popups
7752         * src/toolbar.[ch]
7753                 o remove toolbar_create_popups
7754                 o fix toolbar_set_sensitive 
7755                   (Bug reports #596834 and #596832)     
7756         * src/prefs_toolbar.c
7757                 o add "Set default" button
7758                 o align label and text + combo widgets
7759
7760 2002-08-20 [hoa]        0.8.1claws83bis
7761
7762         * src/imap.c
7763                 fixed a bug in imap_fetch_msginfo() in case there is no
7764                 current folder.
7765
7766 2002-08-20 [darko]      0.8.1claws83
7767
7768         * src/folderview.c
7769                 copy the color style of folder view so it
7770                 works with GTK themes
7771
7772 2002-08-20 [darko]      0.8.1claws82
7773
7774         * src/folder.h
7775         * src/folderview.c
7776         * src/prefs_folder_item.[hc]
7777                 don't use UI stuff in folder.h
7778
7779 2002-08-20 [darko]      0.8.1claws81
7780
7781         * src/folder.h
7782         * src/prefs_folder_item.h
7783         * src/folderview.c
7784         * src/prefs_folder_item.c
7785                 ability to set folder color in folderview
7786
7787 2002-08-19 [alfons]     0.8.1claws80
7788
7789         * src/summaryview.c
7790                 fix one of the earlier memleaks reported by Martin Kluge
7791
7792 2002-08-19 [alfons]     0.8.1claws79
7793
7794         * src/mainwindow.c
7795                 hide notice view when selecting seperate folder
7796                 view (reported by Urke MMI)
7797
7798 2002-08-19 [christoph]  0.8.1claws78
7799
7800         * src/folderview.c
7801         * src/prefs_folder_item.h
7802         * src/summaryview.[ch]
7803                 o add summary_set_prefs_from_folderitem to set
7804                   summaryview prefs (first step to remove all
7805                   references to the folderitem in summaryview)
7806                 o moved compiled regex stuff from folderitem prefs
7807                   to summaryview code
7808
7809 2002-08-19 [paul]       0.8.1claws77
7810
7811         * src/compose.c
7812                 add check for '.' to QUOTE_IF_REQUIRED
7813
7814 2002-08-19 [paul]       0.8.1claws76
7815
7816         * src/inc.c
7817                 sync with 0.8.1cvs25 (plug memory leak)
7818
7819         * src/prefs_toolbar.c
7820                 re-order prefs_toolbar_cancel()
7821
7822 2002-08-18 [alfons]     0.8.1claws75
7823
7824         * src/inc.c
7825         * src/matcher.c
7826                 plug other memleaks reported by Martin Kluge
7827
7828 2002-08-18 [paul]       0.8.1claws74
7829
7830         * po/pt_BR.po
7831                 updated by Fabio Jr. Beneditto
7832
7833 2002-08-18 [paul]       0.8.1claws73
7834
7835         * src/toolbar.[ch]
7836                 fix bug where tooltips were displayed untranslated              
7837
7838         * src/prefs_toolbar.c
7839                 fix bug where clicking 'Cancel' creates an icon & text
7840                 toolbar regardless of prefs
7841         
7842
7843 2002-08-17 [oliver]     0.8.1claws72
7844
7845         * src/prefs_toolbar.c
7846                 update toolbar on CANCEL
7847                 bug reported by Martin Kluge
7848         * src/toolbar.c
7849                 toolbar_destroy memleak fixed           
7850
7851 2002-08-17 [alfons]     0.8.1claws71
7852
7853         * src/toolbar.c
7854                 plug another memleak reported by Martin Kluge
7855
7856 2002-08-16 [alfons]     0.8.1claws70
7857
7858         * src/crash.c
7859                 use execvp() correctly (suggested by wwp; thanks!)
7860
7861 2002-08-16 [alfons]     0.8.1claws69
7862
7863         * src/gtksctree.c
7864                 plug memory leak reported by Kim Schultz & Martin Kluge
7865
7866 2002-08-16 [paul]       0.8.1claws68
7867
7868         * po/es.po
7869                 updated by Ricardo Mones Lastra
7870
7871 2002-08-16 [paul]       0.8.1claws67
7872
7873         * src/toolbar.h
7874                 fix bug where 'Compose News' icon showed wrong
7875                 tooltip
7876
7877 2002-08-16 [paul]       0.8.1claws66
7878
7879         * sync with 0.8.1cvs24
7880                 see ChangeLog 2002-08-16
7881
7882         * po/it.po
7883                 updated by Alessandro Maestri
7884
7885 2002-08-15 [paul]       0.8.1claws65
7886
7887         * po/sr.po
7888                 updated by Urke MMI
7889
7890 2002-08-15 [paul]       0.8.1claws64
7891
7892         * src/*.c
7893                 don't translate debug info
7894
7895         * src/matcher.[ch]
7896                 add copyright info
7897
7898 2002-08-15 [paul]       0.8.1claws63
7899
7900         * src/prefs_toolbar.c
7901                 fix bug where clicking 'OK' creates an icon & text
7902                 toolbar regardless of prefs
7903
7904 2002-08-14 [alfons]     0.8.1claws62
7905
7906         * src/main.c
7907                 add global var that has the full argv[0]
7908         * src/crash.c
7909                 o execvp the correct sylpheed by using argv0
7910                   and setting the correct work dir
7911                 o other tweaks  
7912
7913 2002-08-14 [oliver]     0.8.1claws61
7914         
7915         * enable/disable Toolbar Action Buttons 
7916         * code cleanups
7917         * src/mainwindow.c
7918         * src/toolbar.[ch]      
7919         * src/prefs_toolbar.c   
7920
7921 2002-08-14 [melvin]     0.8.1claws60
7922
7923         * po/fr.po
7924                 Updated French translations
7925
7926 2002-08-14 [melvin]     0.8.1claws59
7927
7928         * src/crash.c
7929                 Made bug report not translatable
7930         * src/exporthtml.c
7931                 Fixed exporthtml_build_filespec() return value
7932         * src/foldersel.c
7933                 Fixed incorrect include file
7934         * src/gtkspell.c
7935         * src/prefs_actions.c
7936         * src/prefs_toolbar.c
7937                 Made debug info not translatable
7938         * src/mutt.c
7939         * src/quote_fmt.c
7940                 Added missing includes
7941         * src/prefs_common.c
7942                 Fixed typo
7943
7944 2002-08-14 [paul]       0.8.1claws58
7945
7946         * faq/es/sylpheed-faq.html
7947           faq/es/sylpheed-faq-[1-3].html
7948           faq/es/sylpheed-faq-4.html     **NEW FILE **
7949                 update Spanish FAQ
7950
7951 2002-08-13 [christoph]  0.8.1claws57
7952
7953         * src/procmsg.c
7954                 ignore thread fix that did not mark all
7955                 child nodes of a ignored thread as
7956                 ignored. Does not work perfectly yet,
7957                 but it is better now
7958
7959 2002-08-13 [alfons]     0.8.1claws56
7960
7961         * src/crash.c
7962                 o implement 'save crash log'
7963                 o some tweaks
7964
7965 2002-08-13 [melvin]     0.8.1claws55
7966
7967         * src/main.c
7968                 removed unrequired "execinfo.h" header
7969
7970 2002-08-12 [paul]       0.8.1claws54
7971
7972         * faq/en/sylpheed-faq.html
7973           faq/en/sylpheed-faq-[1-3].html
7974           faq/en/sylpheed-faq-4.html     **NEW FILE **
7975                 update English FAQ
7976
7977 2002-08-12 [alfons]     0.8.1claws53
7978
7979         * po/POTFILES.in
7980                 add crash.c to translatables
7981         * src/crash.c
7982                 bring in Leandro's crash dialog
7983
7984 2002-08-11 [alfons]     0.8.1claws52
7985
7986         * src/crash.c
7987                 clean up some warnings
7988
7989 2002-08-11 [alfons]     0.8.1claws51
7990
7991         * acconfig.h
7992         * configure.in
7993         * src/crash.[ch]        ** NEW FILES **
7994         * src/main.c            
7995                 initial gdb crash handler
7996
7997 2002-08-11 [paul]       0.8.1claws50
7998
7999         * src/prefs_toolbar.c
8000                 replace Up/Down arrow pixmaps with text to be
8001                 consistent across icon themes
8002
8003 2002-08-11 [paul]       0.8.1claws49
8004
8005         * src/prefs_common.c
8006           src/prefs_toolbar.c
8007                 rename 'Pixmap' -> 'Icon'
8008
8009         * src/toolbar.[ch]
8010                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8011
8012 2002-08-10 [paul]       0.8.1claws48
8013
8014         * src/prefs_toolbar.c
8015                 re-work the UI
8016
8017 2002-08-10 [paul]       0.8.1claws47
8018
8019         * src/main.c
8020                 don't write Processing progress to status bar
8021                 patch submitted by Alexander Evseev
8022
8023         * src/prefs_toolbar.c
8024                 re-position and resize window
8025                 make window assume correct size on first call
8026
8027 2002-08-10 [paul]       0.8.1claws46
8028
8029         * src/mainwindow.c
8030           src/prefs_toolbar.c
8031           src/toolbar.c
8032           src/toolbar.h
8033                 obey coding style
8034                 follow UI text conventions
8035
8036 2002-08-10 [alfons]     0.8.1claws45
8037
8038         * src/toolbar.c
8039                 correct pixmap for delete action
8040
8041 2002-08-10 [paul]       0.8.1claws44
8042
8043         * po/pt_BR.po
8044                 updated by Fabio Jr. Beneditto
8045
8046 2002-08-10 [paul]       0.8.1claws43
8047
8048         * po/POTFILES.in
8049                 add custom toolbar files
8050
8051 2002-08-10 [paul]       0.8.1claws42
8052
8053         * sync with 0.8.1cvs22
8054                 see ChangeLog 2002-08-09
8055
8056 2002-08-09 [paul]       0.8.1claws41
8057
8058         * tools/Makefile.am
8059           tools/README
8060           tools/outlook2sylpheed.pl     ** NEW FILE **
8061                 add script to convert exported Outlook
8062                 contacts list to a Sylpheed addressbook.
8063                 Submitted by Ricardo Mones Lastra.
8064
8065 2002-08-09 [paul]       0.8.1claws40
8066
8067         * AUTHORS
8068           configure.in
8069           po/sr.po      ** NEW FILE **
8070                 add Serbian message catalog. Submitted by
8071                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8072
8073 2002-08-09 [paul]       0.8.1claws39
8074
8075         * sync with 0.8.1cvs21
8076                 see ChangeLog 2002-08-08
8077
8078 2002-08-08 [oliver]     0.8.1claws38
8079
8080         * src/mainwindow.c
8081                 move Custom Toolbar to Configuration menu
8082
8083 2002-08-08 [oliver]     0.8.1claws37
8084
8085         * src/prefs_toolbar.c
8086                 fix substitute pixmap bug
8087
8088 2002-08-08 [paul]       0.8.1claws36
8089
8090         * sync with 0.8.1cvs19
8091                 see ChangeLog 2002-08-08
8092
8093 2002-08-07 [christoph]  0.8.1claws35
8094
8095         * src/utils.c
8096                 fixed a memory leak in new canonicalize_file_replace
8097
8098 2002-08-07 [christoph]  0.8.1claws34
8099
8100         * src/utils.[ch]
8101                 o canonicalize_file_replace should create the temporary
8102                   file in the same directory as the original file.
8103                 o added get_tmpfile_in_dir that creates a temorary file
8104                   in a specified directory.
8105
8106 2002-08-07 [melvin]     0.8.1claws33
8107
8108         * src/toolbar.c
8109                 fixed bug where 'Article' button acted as 'Email' button.
8110
8111 2002-08-07 [paul]       0.8.1claws32
8112
8113         * sync with 0.8.1.cvs17
8114                 see ChangeLog 2002-08-07
8115
8116 2002-08-07 [colin]      0.8.1claws31
8117         
8118         * src/news.c
8119                 fix mass-cancel problem
8120
8121 2002-08-07 [thorsten]   0.8.1claws30
8122
8123         * src/prefs_toolbar.c
8124                 fix: crash on replace or add new button
8125         * src/toolbar.c
8126                 fix: close xmlfile after reading
8127         * src/utils.c
8128                 fix: unlink() file before rename()
8129
8130 2002-08-06 [paul]       0.8.1claws29
8131
8132         * sync with 0.8.cvs15
8133                 see ChangeLog 2002-08-06
8134
8135 2002-08-06 [oliver]     0.8.1claws28
8136
8137         * src/toolbar.c
8138         * src/prefs_toolbar.c
8139                 fixed empty toolbar issue
8140
8141 2002-08-06 [oliver]     0.8.1claws27
8142
8143         * Custom Toolbar Final 
8144         * src/folderview.c
8145         * src/inc.c
8146         * src/summaryview.c
8147                 o toolbar stuff now lives in src/toolbar.[ch]
8148                 o main_window_toolbar_* functions are renamed to
8149                   toolbar_* reflecting their new source file
8150         * src/mainwindow.[ch]
8151                 o remove toolbar stuff  
8152
8153 2002-08-06 [oliver]     0.8.1claws26
8154         
8155         * src/Makefile.am
8156         * src/prefs_toolbar.[ch]        **New File**
8157         * src/toolbar.[ch]              **New File**
8158                 o prefs_toolbar.[ch] custom toolbar frontend
8159                 o toolbar.[ch]       backend 
8160
8161 2002-08-06 [oliver]     0.8.1claws25
8162
8163         * src/prefs_actions.[ch]
8164                 o new exported function actions_execute
8165
8166 2002-08-06 [paul]       0.8.1claws24
8167
8168         * sync with 0.8.1cvs4
8169                 see ChangeLog 2002-08-06
8170
8171 2002-08-06 [paul]       0.8.1claws23
8172
8173         * sync with 0.8.1cvs13
8174                 see ChangeLog 2002-08-06
8175
8176 2002-08-06 [paul]       0.8.1claws22
8177
8178         * sync with 0.8.1cvs12
8179                 see ChangeLog 2002-08-05 and 2002-08-06
8180
8181 2002-08-06 [match]      0.8.1claws21
8182
8183         * src/addrclip.c
8184                 improvements to cut/copy/paste address
8185
8186 2002-08-05 [match]      0.8.1claws20
8187
8188         * src/addritem.[ch]
8189         * src/addrcache.c
8190         * src/addrbook.c
8191         * src/editaddress.c
8192         * src/addressbook.c
8193                 fixes to improve cut/copy/paste
8194
8195 2002-08-06 [melvin]     0.8.1claws19
8196
8197         * src/account.[ch]
8198                 account_find_all_from_address(): new function that returns the
8199                 list of all accounts that are matched in an address.
8200         * src/alertpanel.[ch]
8201                 alertpanel() now accepts a custom widget
8202                 alertpanel_with_widget(): new function that pops up a panel with
8203                 a custom widget in it 
8204         * src/gtkutils.[ch]
8205                 gtkut_account_menu_new(): new function that allows the selection
8206                 of an account from a list of accounts.
8207         * src/messageview.c
8208                 Extended Return Receipt notification to select the correct 
8209                 account and to make a security test on the Delivery-Notification
8210                 address which should be the same as the Return-Path.
8211
8212 2002-08-06 [thorsten]   0.8.1claws18
8213
8214         * src/mimeview.c
8215                 attach_all: save unnamed as "noname.%d",
8216                 dont free static dirname
8217
8218 2002-08-05 [alfons]     0.8.1claws17
8219
8220         * configure.in
8221                 detect XIM by trying to link rather than compile a XIM program
8222
8223 2002-08-05 [oliver]     0.8.1claws16
8224                 
8225         * src/stock_pixmap.[ch]
8226                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8227                 o new func to retrieve pixmaps
8228
8229 2002-08-05 [paul]       0.8.1claws15
8230
8231         * sync with 0.8.1cvs10
8232                 see ChangeLog 2002-08-05
8233
8234 2002-08-04 [alfons]     0.8.1claws14
8235
8236         * src/textview.c
8237                 see if this plugs memleak
8238
8239 2002-08-04 [melvin]     0.8.1claws13
8240
8241         * src/gtkspell.c
8242                 fixed bug that could crash Sylpheed when highlighting
8243                 all misspelled words.
8244
8245 2002-08-03 [melvin]     0.8.1claws12
8246
8247         * src/prefs_actions.c
8248                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8249         * src/messageview.c
8250                 fixed bug where the Return Receipt was sent to
8251                 Delivery-Notification-To address even if it was not present
8252
8253 2002-08-02 [alfons]     0.8.1claws11
8254
8255         * src/prefs_actions.c
8256                 o more check for NULLs
8257                 o put create_io_dialog() in right conditional block
8258
8259 2002-08-02 [paul]       0.8.1claws10
8260
8261         * po/es.po
8262                 updated by Ricardo Mones Lastra
8263
8264 2002-08-01 [christoph]  0.8.1claws9
8265
8266         * src/folder.c
8267                 don't free the cache of the opened
8268                 folder in the summaryview
8269         * src/summaryview.c
8270                 don't unset flags, if it is not required
8271
8272 2002-08-01 [paul]       0.8.1claws8
8273
8274         * sync with 0.8.1cvs8
8275                 see ChangeLog entry 2002-08-01
8276
8277 2002-08-01 [paul]       0.8.1claws7
8278
8279         * sync with 0.8.1cvs7
8280                 see ChangeLog 2002-07-31 and 2002-08-01
8281
8282 2002-07-31 [christoph]  0.8.1claws6
8283
8284         * src/mainwindow.c
8285                 forgot to update menu sensitivity
8286                 function for new menu entry
8287
8288 2002-07-31 [alfons]     0.8.1claws5
8289
8290         * src/main.c
8291                 check folder item and its path for NULL on
8292                 initial processing
8293
8294 2002-07-31 [christoph]  0.8.1claws4
8295
8296         * src/folder.c
8297                 check if folder_item_get_msginfo in
8298                 folder_item_remove_msg returned NULL
8299         * src/imap.c
8300                 better clear the uid cache in the
8301                 uid validity check function and delete
8302                 cached messages
8303
8304 2002-07-31 [paul]       0.8.1claws3
8305
8306         * man/sylpheed.1
8307                 add the '--attach' option and a few other
8308                 minor changes
8309
8310 2002-07-31 [paul]       0.8.1claws2
8311
8312         * sync with 0.8.1cvs5
8313                 see ChangeLog 2002-07-31
8314
8315 2002-07-31 [christoph]  0.8.1claws1
8316
8317         * src/folderview.[ch]
8318         * src/mainwindow.c
8319                 replace "Rescan all folders..." with
8320                 "Check all folders for new messages..."
8321
8322 2002-07-30 [paul]       0.8.1claws
8323
8324         * version 0.8.1claws released
8325
8326 2002-07-30 [paul]       0.8.0claws29
8327
8328         * tools/OOo2sylpheed.pl ** NEW FILE **
8329           tools/README
8330                 add script to enable sending documents as
8331                 attachments from OpenOffice.org
8332
8333 2002-07-30 [melvin]     0.8.0claws28
8334
8335         * src/prefs_actions.c
8336                 Made the actions' input/output dialog display
8337                 without delay.
8338
8339 2002-07-30 [christoph]  0.8.0claws27
8340
8341         * src/procmsg.c
8342                 check if folder_item_get_msginfo in
8343                 procmsg_save_to_outbox returned NULL
8344
8345 2002-07-30 [paul]       0.8.0claws26
8346
8347         * sync with 0.8.1cvs4
8348                 see ChangeLog 2002-07-29
8349
8350 2002-07-29 [thorsten]   0.8.0claws25
8351
8352         * README.claws
8353                 added selective download, delete on server
8354
8355 2002-07-29 [paul]       0.8.0claws24
8356
8357         * sync with 0.8.1cvs3
8358                 see ChangeLog 2002-07-29
8359
8360 2002-07-27 [christoph]  0.8.0claws23
8361
8362         * src/folder.c
8363                 add extra check if fetching the msginfo
8364                 returned NULL
8365
8366 2002-07-27 [paul]       0.8.0claws22
8367
8368         * sync with 0.8.1cvs2
8369                 see ChangeLog 2002-07-26
8370
8371 2002-07-27 [christoph]  0.8.0claws21
8372
8373         * src/imap.c
8374                 add another check if a valid msginfo
8375                 was returned
8376
8377 2002-07-26 [hoa]        0.8.0claws20
8378
8379         * src/folder.c
8380                 Fixed a condition in folder_item_destroy()
8381
8382         * src/imap.c
8383                 Fixed an error in IMAP protocol
8384
8385 2002-07-26 [alfons]     0.8.0claws19
8386
8387         * src/folder.c
8388                 ofcourse compare with identifier, not the path
8389
8390 2002-07-26 [alfons]     0.8.0claws18
8391
8392         * src/folder.c
8393                 use folder item identifier for saving / restoring
8394                 preferences because folder->path might not be unique
8395
8396 2002-07-26 [melvin]     0.8.0claws17
8397
8398         * src/logwindow.c
8399                 Fixed a crash introduced in 0.8.0claws5 when log is 
8400                 cut under 80 characters.
8401
8402 2002-07-26 [paul]       0.8.0claws16
8403
8404         * sync with 0.8.1cvs1
8405                 see ChangeLog 2002-07-26
8406
8407 2002-07-26 [christoph]  0.8.0claws15
8408
8409         * src/imap.[ch]
8410                 imap folder now remembers the last selected
8411                 folder and imap_fetch_msginfo skips selecting
8412                 the folder if it is already selected
8413
8414 2002-07-26 [christoph]  0.8.0claws14
8415
8416         * src/folder.c
8417         * src/folderview.c
8418         * src/imap.c
8419                 fix imap folder rescanning
8420
8421 2002-07-25 [christoph]  0.8.0claws13
8422
8423         * src/filter.c
8424         * src/folder.[ch]
8425         * src/folderview.c
8426         * src/imap.[ch]
8427         * src/mainwindow.c
8428         * src/mbox_folder.c
8429         * src/mh.c
8430         * src/news.c
8431                 implement imap uid cache and uid validity check
8432
8433 2002-07-25 [alfons]     0.8.0claws12
8434
8435         * src/summaryview.c
8436                 fix a brown paper bag bug, and also add some more
8437                 checks
8438
8439 2002-07-25 [christoph]  0.8.0claws11
8440
8441         * src/folder.c
8442                 don't mix copy, fetch_msginfo and remove
8443                 operations in folder item copy and move
8444                 operations
8445
8446 2002-07-25 [christoph]  0.8.0claws10
8447
8448         * src/folderview.c
8449         * src/mainwindow.c
8450         * src/prefs_folder_item.c
8451         * src/summaryview.[ch]
8452                 remove no longer required parameter update_cache from
8453                 summary_show
8454
8455 2002-07-25 [paul]       0.8.0claws9
8456
8457         * sync with 0.8.1
8458         
8459         * AUTHORS
8460                 a few corrections
8461
8462 2002-07-24 [alfons]     0.8.0claws8
8463
8464         * src/summaryview.c
8465                 sort correctly when using simplified subject line
8466                 (closes feature request "[ 585141 ] applying regexp to subject 
8467                 before sort" submitted by Alexandra Walford)
8468
8469 2002-07-24 [paul]       0.8.0claws7
8470
8471         * sync with 0.8.0cvs3
8472                 see ChangeLog 2002-07-24
8473
8474 2002-07-23 [christoph]  0.8.0claws6
8475
8476         * src/folder.c
8477         * src/folder.h
8478         * src/summaryview.c
8479         * src/summaryview.h
8480         * src/main.c
8481                 o separate processing and summaryview
8482                 o removed summary_write_cache from summaryview
8483                 o removed summaryview->killed_messages, because we don't have
8484                   to keep a list of killed messages anymore. New cache will
8485                   keep the hidden messages in cache anyway
8486         * src/folderview.c
8487         * src/inc.c
8488         * src/selective_download.c
8489                 o removed unnecessary summary_write_cache calls
8490         * src/procmsg.c
8491                 o don't set ignore thread flag in procmsg_get_thread_tree
8492                   if it is already set
8493         * src/mainwindow.c
8494         * src/statusbar.h
8495                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8496                   they are used in different files
8497
8498 2002-07-23 [melvin]     0.8.0claws5
8499
8500         * src/addressbook.c
8501         * src/addrgather.c
8502         * src/editaddress.c
8503         * src/editgroup.c
8504         * src/editldap_basedn.c
8505         * src/importldif.c
8506         * src/prefs_common.c
8507                 Fixed few memory leak (gtk_editable_get_chars returns
8508                 an allocated string)
8509         * src/logwindow.c
8510                 Fixed few memory leak (gtk_editable_get_chars returns
8511                 an allocated string) and modified a little the log cutting
8512                 loop.
8513         * src/compose.c
8514                 Replaced a call to an obsolete function gtk_entry_get_text()
8515                 by gtk_editable_get_chars()
8516         * src/send.c
8517                 Removed a debug printf
8518
8519 2002-07-23 [christoph]  0.8.0claws4
8520
8521         * src/filesel.c
8522                 fix another g_dirname memory leak
8523
8524 2002-07-23 [christoph]  0.8.0claws3
8525
8526         * src/mh.c
8527                 fixed a memory leak in mh_fetch_msginfo
8528                 fixed crash when message header could not be
8529                 parsed
8530
8531 2002-07-23 [paul]       0.8.0claws2
8532
8533         * sync with 0.8.0cvs2
8534                 see ChangeLog 2002-07-23
8535
8536 2002-07-23 [paul]       0.8.0claws1
8537
8538         * sync with 0.8.0cvs1
8539                 see ChangeLog 2002-07-23
8540
8541 2002-07-23 [paul]       0.8.0claws
8542
8543         * release of 0.8.0claws
8544
8545 2002-07-23 [paul]       0.7.8claws99
8546
8547         * po/ru.po
8548                 new Russian translation, submitted by
8549                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8550
8551 2002-07-22 [jens]       0.7.8claws98
8552
8553         * po/de.po
8554                 Updated German translations.
8555
8556 2002-07-22 [paul]       0.7.8claws97
8557
8558         * po/es.po
8559           po/it.po
8560           po/nl.po
8561           po/pt_BR.po
8562                 updated translations by Ricardo Mones Lastra,
8563                 Alessandro Maestri, Wilbert Berendsen and 
8564                 Fabio Jr. Beneditto respectively
8565
8566 2002-07-22 [christoph]  0.7.8claws96
8567
8568         * src/mimeview.c
8569                 fix memory leak caused by wrong g_dirname usage
8570
8571 2002-07-22 [christoph]  0.7.8claws95
8572
8573         * src/summaryview.c
8574                 update new and unread message counts for summaryview
8575                 summaryview does not get it from the folder anymore
8576                 and has to update the values itself
8577
8578 2002-07-22 [melvin]     0.7.8claws94
8579
8580         * po/fr.po
8581                 Updated French translations.
8582
8583 2002-07-22 [christoph]  0.7.8claws93
8584
8585         * src/matcher.c
8586                 set prop->preg pointer to NULL or following check
8587                 will not fail and regexec will be called with
8588                 invalid pointer
8589
8590 2002-07-21 [alfons]     0.7.8claws92
8591         
8592         * src/prefs_common.[ch]
8593                 remove option "Send return receipt on request"
8594
8595 2002-07-21 [thorsten]   0.7.8claws91
8596
8597         * src/mimeview.c
8598                 fixed memleaks, coding style as pointed out by alfons
8599
8600 2002-07-21 [alfons]     0.7.8claws90
8601
8602         * src/messageview.c
8603         * src/noticeview.[ch]
8604                 o fix bug notice view being displayed when going to empty folder 
8605                   (noticed by Christoph)
8606                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8607                   (noticed by Thorsten)
8608
8609 2002-07-21 [thorsten]   0.7.8claws89
8610
8611         * src/mimeview.c
8612                 Included save_all patch from Xaview FACQ
8613                 added support for pathnames
8614
8615 2002-07-21 [alfons]     0.7.8claws88
8616
8617         * po/POTFILES.in
8618         * src/Makefile.am
8619         * src/mainwindow.c
8620         * src/messageview.[ch]
8621         * src/noticeview.c      ** NEW FILE **
8622         * src/noticeview.h      ** NEW FILE **
8623                 make return receipts work again
8624                 (UI idea by Leandro Pereira)
8625
8626 2002-07-21 [paul]       0.7.8claws87
8627
8628         * src/summaryview.c
8629                 fix sensitivity of 'Select thread'
8630
8631 2002-07-21 [paul]       0.7.8claws86
8632
8633         * src/prefs_common.c
8634                 add browser command line for Galeon
8635
8636 2002-07-21 [paul]       0.7.8claws85
8637
8638         * Makefile.am
8639                 fix 'EXTRA_DIST': remove README.README, add TODO
8640                 and TODO.claws
8641
8642 2002-07-21 [alfons]     0.7.8claws84
8643
8644         * src/gtkstext.c
8645                 make enter clear selection
8646                 (closes "[ 579888 ] Editor selection/entry error"
8647                 reported by Steve Lamb)
8648
8649 2002-07-21 [alfons]     0.7.8claws83
8650         
8651         * src/summaryview.c
8652                 sort message list when selecting unthread messages
8653                 (closes "[ 501593 ] switching threaded view doesn't sort"
8654                 reported by Simon Schubert)
8655
8656 2002-07-20 [alfons]     0.7.8claws82
8657         
8658         * src/matcher.c
8659                 const-correctness
8660
8661 2002-07-20 [thorsten]   0.7.8claws81
8662
8663         * src/matcher.c
8664                 Fixed expansion of empty fields in matchactions
8665
8666 2002-07-19 [melvin]     0.7.8claws80
8667
8668         * src/gtkspell.c
8669                 Removed a duplicate menu entry (fast mode) introduced during
8670                 the new cache merge
8671                 Added a menu separator between 'Use alternate' and 'Fast mode'
8672
8673 2002-07-19 [paul]       0.7.8claws79
8674
8675         * tools/Makefile.am
8676           tools/README
8677                 correct typos
8678
8679 2002-07-19 [thorsten]   0.7.8claws78
8680
8681         * tools/calypso_convert.pl      ** NEW FILE **
8682           tools/README
8683           tools/Makefile.am
8684                 script to import mbox files exported
8685                 by calypso
8686                 o generates folder structure
8687                 o includes attachments
8688
8689 2002-07-19 [melvin]     0.7.8claws77
8690
8691         * src/selective_download.[ch]
8692                 Fixed bug where closing the dialog with the window manager's
8693                 close button will not unlock the summary
8694                 Corrected some function declarations that missed a return value
8695                 Made the source code comply better with coding style.
8696         * src/prefs_common.c
8697                 Added new browser command line for Mozilla.
8698
8699 2002-07-18 [paul]       0.7.8claws76
8700
8701         * src/mainwindow.c
8702           src/selective_download.[ch]
8703                 reflect theme changes, fix Gdk Warning when creating 
8704                 pixmap from NULL window, and minor clean up.
8705                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8706
8707         * po/en_GB.po
8708                 updated
8709
8710 2002-07-17 [paul]       0.7.8claws75
8711
8712         * INSTALL[.jp]
8713                 sync with 0.8.0
8714         
8715         * po/en_GB.po
8716                 updated
8717
8718 2002-07-16 [paul]       0.7.8claws74
8719
8720         * tools/filter_conv.pl
8721           tools/README
8722                 replace conversion script with reimplemented version, 
8723                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8724
8725 2002-07-16 [colin]      0.7.8claws73
8726
8727         * src/summaryview.c
8728                 remove forgotten debug messages - sorry ;-)
8729
8730 2002-07-16 [colin]      0.7.8claws72
8731
8732         * src/mimeview.c
8733           src/summaryview.c
8734           src/textview.c
8735           src/textview.h
8736                 add the ability to select part of a text mime-part 
8737                 to reply.
8738
8739 2002-07-15 [christoph]  0.7.8claws71
8740
8741         * src/folder.c
8742                 fix folder message count for folders without
8743                 msg_is_changed (includes news folders)
8744
8745 2002-07-15 [martin]     0.7.8claws70
8746
8747         * src/summaryview.c
8748                 option "display recipient on 'From'..." now works
8749                 without the need of enabling the option
8750                 "display  sender  using  address  book".
8751
8752 2002-07-15 [christoph]  0.7.8claws69
8753
8754         * src/summaryview.c
8755                 removed setting folder status from summaryview.
8756                 folder.c should update all message counts correctly.
8757
8758 2002-07-15 [paul]       0.7.8claws68
8759
8760         * po/pt_BR.po
8761                 updated by Fabio Junior Beneditto
8762
8763 2002-07-15 [darko]      0.7.8claws67
8764
8765         * src/mh.c
8766                 Fixed target folder colorization, don't decrease op
8767                 number twice
8768
8769 2002-07-14 [paul]       0.7.8claws66
8770
8771         * sync with main 0.8.0
8772                 see ChangeLog 2002-07-14
8773
8774 2002-07-13 [melvin]     0.7.8claws65
8775         
8776         * src/addrbook.c
8777         * src/addressbook.c
8778         * src/addrindex.c
8779                 Replaced sprintf by g_snprintf to prevent possible buffer
8780                 overflow.
8781         * src/news.c
8782                 Corrected a log message output format.
8783                 Added a missing "done" debug output.
8784         * src/compose.c
8785                 Added keyboard accelerator for Priority menu items
8786                 Added missing \n in debug output
8787         * src/logwindow.c
8788         * src/gtkspell.c
8789         * src/rfc2015.c
8790                 Added missing \n in debug output
8791
8792 2002-07-13 [paul]       0.7.8claws64
8793
8794         * man/sylpheed.1
8795                 change Sergey's email address to the sf address
8796
8797         * src/textview.c
8798                 increase show_url_timeout (more useful for long
8799                 urls)
8800
8801 2002-07-12 [sergey]     0.7.8claws63
8802
8803         * src/rfc2015.c
8804                 applied (with some modifications) patch to set the
8805                 micalg parameter for signatures
8806                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8807
8808 2002-07-12 [sergey]     0.7.8claws62
8809
8810         * man/Makefile.am
8811         * configure.in
8812                 fixed man page installation
8813
8814 2002-07-12 [paul]       0.7.8claws61
8815
8816         * sync with 0.7.8cvs26
8817                 see ChangeLog 2002-07-11 and 2002-07-12
8818
8819 2002-07-11 [christoph]  0.7.8claws60
8820
8821         * src/compose.c
8822         * src/procmsg.c
8823                 first use the message number to find the message
8824                 to mark with a reply flag but check the
8825                 message-id if we got the correct message, if not
8826                 try to find it by message-id.
8827                 use new string seperator that is not allowed
8828                 in message-ids.
8829
8830 2002-07-11 [paul]       0.7.8claws59
8831
8832         * sync with 0.7.8cvs23
8833                 see ChangeLog 2002-07-10
8834
8835 2002-07-10 [christoph]  0.7.8claws58
8836
8837         * src/folder.[ch]
8838         * src/msgcache.[ch]
8839                 Added message-id table to the cache in memory
8840                 and functions to msgcache.c and folder.c to
8841                 fetch MsgInfos by message id
8842         * src/compose.c
8843         * src/procmsg.c
8844                 store folder and message-id of message replying
8845                 to in queue header and set reply flag after sending
8846                 (Closes bug #469498)
8847
8848 2002-07-10 [paul]       0.7.8claws57
8849
8850         * AUTHORS
8851           man/sylpheed.1.gz
8852                 add Martin to the list of authors
8853
8854 2002-07-09 [martin]     0.7.8claws56
8855         * src/gtksctree.c
8856                 Added gtk_ctree_last_visible(), tree_update_level(),
8857                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8858                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8859                 from gtk+ to gtksctree.c for the new sorting code
8860                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8861                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8862         * src/gtksctree.h
8863                 Added declaration for gtk_sctree_sort_recursive() and
8864                 gtk_sctree_sort_node
8865         * src/addressbook.c
8866         * src/foldersel.c
8867         * src/folderview.c
8868         * src/summaryview.c
8869                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8870                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8871
8872 2002-07-08 [paul]       0.7.8claws55
8873
8874         * more sync with 0.7.8cvs21
8875                 see ChangeLog 2002-07-08
8876
8877 2002-07-08 [paul]       0.7.8claws54
8878
8879         * sync with 0.7.8cvs21
8880                 see ChangeLog 2002-07-08
8881
8882 2002-07-07 [alfons]     0.7.8claws53
8883
8884         * src/Makefile.am
8885         * src/stock_pixmap.[ch]
8886         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8887         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8888         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8889                 add new pixmaps for upcoming notice pane
8890
8891 2002-07-06 [melvin]     0.7.8claws52
8892
8893         * src/gtkspell.[ch]
8894                 Made them a bit closer to Sylpheed's coding style.
8895                 Removed old code.
8896                 Removed possible memory leaks when some errors occurs.
8897
8898 2002-07-06 [melvin]     0.7.8claws51
8899
8900         * po/Makefile.in.in
8901                 Removed --no-location in xgettext command line to help
8902                 translators that use Emacs' po-mode
8903         * src/quote_fmt.c
8904                 Removed unnecessary comments that messed up sylpheed.pot
8905
8906 2002-07-06 [paul]       0.7.8claws50
8907
8908         * sync with 0.7.8cvs19
8909                 see ChangeLog 2002-07-05
8910
8911 2002-07-06 [christoph]  0.7.8claws49
8912
8913         * src/folder.c
8914         * src/mainwindow.c
8915                 fix folder_item_remove_all_msg and folderview
8916                 status for trash folders after emptying trash
8917
8918 2002-07-05 [paul]       0.7.8claws48
8919
8920         * sync with 0.7.8cvs16
8921                 see ChangeLog 2002-07-04 and 2002-07-05
8922
8923 2002-07-04 [paul]       0.7.8claws47
8924
8925         * sync with 0.7.8cvs14
8926                 see  ChangeLog 2002-07-04
8927
8928 2002-07-03 [alfons]     0.7.8claws46
8929
8930         * src/folder.c
8931                 dupe folder item's path because it's being reallocated
8932                 by new folder scanning code
8933
8934 2002-07-03 [christoph]  0.7.8claws45
8935
8936         * src/imap.c
8937                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8938         * src/msgcache.c
8939                 add missing return in msgcache_write
8940
8941 2002-07-02 [thorsten]   0.7.8claws44
8942
8943         * src/jpilot.c
8944         * src/msgcache.c
8945         * src/rfc2015.c
8946                 use binary mode for file access
8947
8948 2002-07-02 [christoph]  0.7.8claws43
8949
8950         * major code cleanup (part 1)
8951         
8952                 - unused variables removed
8953                 - unused functions removed
8954                 - uninitialized variables checked
8955                 - missing return statements added
8956                 - missing function return types added
8957                 - added parentheses around assignment and
8958                   && in || when suggested by gcc
8959               
8960         * src/mh.c
8961         * src/folder.c
8962                 replaced direct calls to folder->scan_tree
8963                 with folder_scan_tree and restore folder
8964                 prefs in this function. The folder should
8965                 not have to deal with them.
8966                 ( Should now work for all folder types )
8967
8968 2002-07-02 [paul]       0.7.8claws42
8969
8970         * sync with 0.7.8cvs13
8971                 see ChangeLog 2002-07-01 and 2002-07-02
8972
8973 2002-07-01 [christoph]  0.7.8claws41
8974
8975         * src/summaryview.c
8976                 fix "goto next/prev unread message" with
8977                 ignored threads
8978
8979 2002-07-01 [paul]       0.7.8claws40
8980
8981         * po/es.po
8982                 updated by Ricardo Mones Lastra
8983
8984 2002-06-30 [match]      0.7.8claws39
8985
8986         * src/jpilot.c
8987                 applied variation of leonerd's patch (566661) to
8988                 allow multiple email addresses per JPilot entry.
8989                 addresses may be separated by space, comma, pipe,
8990                 semi-colon, new-line.
8991
8992 2002-06-30 [alfons]     0.7.8claws38
8993
8994         * src/procmsg.c
8995                 simple fix for putting older nodes before
8996                 newer nodes when threading by subject
8997
8998 2002-06-30 [christoph]  0.7.8claws37
8999
9000         * src/folder.c
9001         * src/folderview.c
9002         * src/mh.c
9003         * src/news.c
9004         * src/procmsg.c
9005                 fix broken folder tree rescaning
9006                 and don't use procmsg_get_mark_sum
9007                 anymore
9008
9009 2002-06-30 [christoph]  0.7.8claws36
9010
9011         * merge new cache branch
9012         * src/imap.c
9013                 fix new cache imap copy bug
9014         * src/folder.c
9015                 improved folder_item_scan
9016                 it should now always set the correct
9017                 new, unread and total message counts
9018
9019 2002-06-29 [paul]       0.7.8claws35
9020
9021         * configure.in
9022                 correct syntax error
9023
9024 2002-06-29 [paul]       0.7.8claws34
9025
9026         * configure.in
9027           Makefile.am
9028           man/Makefile.am       ** NEW FILE **
9029           man/sylpheed.1.gz     ** NEW FILE **
9030                 add Sylpheed man page
9031
9032 2002-06-29 [paul]       0.7.8claws33
9033
9034         * po/pt_BR.po
9035                 updated by Fabio Junior Beneditto
9036
9037 2002-06-28 [jens]       0.7.8claws32
9038
9039         * po/de.po
9040                 translation updated
9041
9042         * src/selective_download.c
9043                 removed gettext for space " "
9044
9045         * src/imap.c
9046                 removed wrong space
9047
9048 2002-06-28 [paul]       0.7.8claws31
9049
9050         * sync with 0.7.8cvs11
9051                 see ChangeLog 2002-06-28
9052
9053 2002-06-28 [paul]       0.7.8claws30
9054
9055         * sync with 0.7.8cvs10
9056                 see ChangeLog 2002-06-27 and 2002-06-28
9057
9058 2002-06-26 [paul]       0.7.8claws29
9059
9060         * src/addrgather.c
9061           src/selective_download.c
9062                 don't gettextise empty strings.
9063                 reserved by gettext. gettext("") returns 
9064                 the header entry with meta information, 
9065                 not the empty string
9066
9067         * po/en_GB.po
9068                 updated
9069
9070 2002-06-26 [paul]       0.7.8claws28
9071
9072         * sync with 0.7.8cvs7
9073                 see ChangeLog 2002-06-25
9074
9075         * src/prefs_common.c
9076                 ...and in the process, tweak the gui a little
9077
9078 2002-06-25 [alfons]     0.7.8claws27
9079         
9080         * configure.in
9081         * src/Makefile.am
9082                 fine tune ldap library detection
9083
9084 2002-06-25 [alfons]     0.7.8claws26
9085
9086         * src/compose.c
9087                 don't allow return receipts when composing a news article
9088
9089 2002-06-25 [paul]       0.7.8claws25
9090
9091         * Makefile.am
9092                 add '$(AMTAR)' to 'release' section to allow for
9093                 new and older autotools
9094
9095 2002-06-25 [paul]       0.7.8claws24
9096
9097         * src/summaryview.c
9098                 fix "No more unread messages" persistant pop-up
9099                 window bug
9100
9101 2002-06-25 [paul]       0.7.8claws23
9102
9103         * po/it.po
9104                 updated by Alessandro Maestri
9105
9106 2002-06-25 [paul]       0.7.8claws22
9107
9108         * sync with 0.7.8cvs6
9109                 see ChangeLog 2002-06-25
9110
9111 2002-06-24 [paul]       0.7.8claws21
9112
9113         * tools/update-po
9114                 add GPL copyright information
9115
9116 2002-06-24 [paul]       0.7.8claws20
9117
9118         * tools/Makefile.am
9119           tools/README
9120           tools/update-po       ** NEW FILE **
9121                 add script that eases the creation of *.po files
9122                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9123
9124 2002-06-23 [alfons]     0.7.8claws19
9125
9126         * src/messageview.c
9127                 make notification_convert_header obey const correctness
9128                 (next step will be fixing the broken return receipt)
9129
9130 2002-06-23 [paul]       0.7.8claws18
9131
9132         * src/messageview.c
9133                 fix bug introduced in last commit:
9134                 removed too much code in last commit - put back what's
9135                 needed
9136
9137 2002-06-23 [paul]       0.7.8claws17
9138
9139         * src/messageview.[ch]
9140                 remove code committed in error from locally patched
9141                 source
9142
9143 2002-06-23 [colin]      0.7.8claws16
9144
9145         * src/compose.[ch]
9146                 add compose_entry_select(), used to select the default_to
9147                 email address - hopefully avoiding people sending mails to
9148                 wrong recipients.
9149
9150 2002-06-22 [alfons]     0.7.8claws15
9151
9152         * AUTHORS
9153                 add Bram Metsch & Stanislav Karchebny
9154         * src/smtp.[ch]
9155         * src/prefs_account.[ch]
9156         * src/send.c
9157                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9158                   options.  (see <http://sourceforge.net/tracker/index.php
9159                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9160
9161                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9162                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9163
9164 2002-06-22 [paul]       0.7.8claws14
9165
9166         * sync with 0.7.8cvs5
9167                 see ChangeLog 2002-06-19 and 2002-06-20
9168
9169 2002-06-22 [alfons]     0.7.8claws13
9170
9171         * src/selective_download.c
9172                 fix a stupid mistake I made
9173
9174 2002-06-22 [alfons]     0.7.8claws12
9175
9176         * src/selective_download.[ch]
9177                 fix another unnoticed leak; cleanup code
9178
9179 2002-06-21 [alfons]
9180
9181         * tools/Makefile.am
9182                 gpg-sign <-- gpg-sign-syl
9183
9184 2002-06-21 [alfons]     0.7.8claws11
9185
9186         * src/selective_download.c
9187         * src/selective_download.h
9188                 fix assorted mix of allocation errors (should solve
9189                 problem reported by Philippe Gramoullé, see:
9190                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9191
9192 2002-06-20 [melvin]     0.7.8claws10
9193
9194         * tools/gpg-sign *REMOVED*
9195           tools/gpg-sign-syl *ADDED*
9196                 Replaced the gpg clearsigning script with the version using
9197                 xterm instead of ssh-askpass and changed its name.
9198
9199         * README.claws
9200                 Updated actions example to reflect the renaming of the
9201                 gpg clearsigning script.
9202
9203 2002-06-19 [paul]       0.7.8claws9
9204
9205         * sync with 0.7.8claws9
9206                 see ChangeLog 2002-06-18 and 2002-06-19
9207
9208 2002-06-19 [paul]       0.7.8claws8
9209
9210         * sync with 0.7.8cvs1
9211                 see ChangeLog 2002-06-18
9212
9213 2002-06-18 [alfons]     0.7.8claws7
9214
9215         * src/mainwindow.h
9216                 add omitted prototype
9217
9218 2002-06-17 [paul]       0.7.8claws6
9219
9220         * src/mainwindow.c
9221                 fix hiding of exec_btn
9222
9223 2002-06-17 [paul]       0.7.8claws5
9224
9225         * src/pop.c
9226                 remove unneeded code: should_delete() 
9227                 and Pop3State::uidl_todelete_list
9228
9229 2002-06-17 [paul]       0.7.8claws4
9230
9231         * sync with 0.7.8
9232                 see ChangeLog 2002-06-11 and 2002-06-13
9233
9234 2002-06-16 [alfons]     0.7.8claws3
9235         
9236         * src/folder.c
9237                 make sure lock sort mode (claws specific) is
9238                 also persists after a tree rescan
9239
9240 2002-06-16 [alfons]     0.7.8claws2
9241
9242         * src/prefs_folder_item.c
9243         * src/folder.[ch]
9244                 fix persistence of folder sort mode (broken
9245                 by adapting Hiro's new folder persistence code)
9246
9247 2002-06-16 [alfons]     0.7.8claws1
9248
9249         * AUTHORS
9250         * src/logwindow.c
9251         * src/prefscommon.[ch]
9252                 control size of log text in log window; 
9253                 closes patch #569155 submitted by Mitko Haralanov.
9254
9255 2002-06-15 [paul]       0.7.8claws
9256
9257         * release of 0.7.8claws
9258
9259 2002-06-15 [paul]       0.7.7claws
9260
9261         * po/pt_BR.po
9262                 updated by Fabio Junior Beneditto
9263
9264 2002-06-14 [paul]       0.7.6claws49
9265
9266         * po/es.po
9267                 updated by Ricardo Mones Lastra
9268
9269 2002-06-14 [paul]       0.7.6claws48
9270
9271         * po/nl.po
9272                 updated translation by Wilbert Berendsen
9273
9274 2002-06-14 [melvin]     0.7.6claws47
9275
9276         * po/fr.po
9277                 Updated French translation
9278
9279 2002-06-13 [paul]       0.7.6claws46
9280
9281         * src/filesel.c
9282                 allow filename to be typed in, rather than just
9283                 selected by the mouse. Patch by Gustavo Noronha Silva.
9284
9285 2002-06-13 [alfons]     0.7.6claws45
9286
9287         * src/mainwindow.[ch]
9288                 more cleanups (removing unnecessary menu items Expand 
9289                 summary / message view)
9290
9291 2002-06-13 [melvin]     0.7.6claws44
9292
9293         * po/POTFILES.in
9294                 Added src/string_match.c
9295         * src/string_match.c
9296                 Fixed possible buffer overflow.
9297                 Corrected typo.
9298                 Added missing config.h header.
9299         * src/prefs_common.c
9300           src/prefs_matcher.c
9301           src/prefs_scoring.c
9302                 Made some strings translatable (missing _(..)).
9303
9304 2002-06-13 [melvin]     0.7.6claws43
9305
9306         * README.claws
9307                 Corrected action example (verifying clearsigned mail).
9308         * src/prefs_account.c
9309                 Corrected typo.
9310         * src/prefs_common.c
9311                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9312
9313 2002-06-12 [alfons]     0.7.6claws42
9314
9315         * src/summaryview.c
9316                 add init of score column lost in 0.7.6claws42
9317
9318 2002-06-12 [paul]       0.7.6claws41
9319
9320         * src/prefs_account.c
9321                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9322                 behavior of the radio buttons, (from 0.7.7cvs2)
9323
9324 2002-06-11 [alfons]     0.7.6claws40
9325
9326         * src/messageview.[ch]
9327         * src/summaryview.[ch]
9328         * src/summary_search.c
9329         * src/mainwindow.c
9330                 perform a sync to bring in Hiro's separate view implementation 
9331
9332                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9333
9334 2002-06-11 [paul]       0.7.6claws39
9335         
9336         * src/prefs_account.c
9337                 correct a typo on the Receive tab
9338
9339 2002-06-10 [match]      0.7.6claws38
9340
9341         * src/addressbook.c
9342                 Included address completion patch from Gustavo Noronha.
9343
9344 2002-06-10 [paul]       0.7.6claws37
9345
9346         * src/inc.[ch]
9347           src/pop.c
9348           src/prefs_account.[ch]
9349           src/selective_download.[ch]
9350                 apply PATCH #561712
9351                  NEW:
9352                 - check if POP Account
9353                 - Receive Button renamed to Preview
9354                 - Preview Button Popup: preview new/all messages
9355                 - Download Button
9356                 - Account Preferences-->Receive tab checkbutton if you
9357                   want to remove Mail after Download
9358                 -: default YES
9359                 - Account Preferences-->Receive tab checkbutton use
9360                   filtering rules on preview
9361                   (think of delete_on_server)
9362                 -: default YES
9363                 - Account selectable from SD dialog
9364                 - checkbutton to show already downloaded messages if
9365                   all messages are previewed
9366                 - new clist column showing Date
9367                 - ESC KEY close
9368                 FIXES:
9369                 - play ball with UIDL
9370                 - fault tolerant (?) 
9371                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9372
9373 2002-06-10 [melvin]     0.7.6claws36
9374
9375         * README.claws
9376                 Added a hint to ac/README in cvs instructions.
9377
9378         * src/prefs_actions.c
9379                 Made it possible to use a more elaborate command line
9380                 for asynchronous actions, too.
9381
9382 2002-06-10 [melvin]     0.7.6claws35
9383         
9384         * src/prefs_actions.c
9385                 Make it possible to use a more elaborate command line
9386                 (e.g. |foo|bar|cat>there;echo Done|)
9387                 Corrected error message when calling %f, %F and %p commands
9388                 from the compose window.
9389
9390 2002-06-09 [colin]      0.7.6claws34
9391
9392         * src/summaryview.c
9393                 Automatically find unread messages in current folder
9394                 before annoying the user.
9395
9396 2002-06-08 [alfons]     0.7.6claws33
9397
9398         * po/it.po
9399                 remove bad formatting string in it.po translation
9400                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9401
9402 2002-06-08 [paul]       0.7.6claws32
9403
9404         * sync with 0.7.6cvs25
9405                 see ChangeLog 2002-06-07
9406
9407 2002-06-05 [paul]       0.7.6claws31
9408
9409         * src/mainwindow.c
9410                 add 'Sort by locked' and 'Sort by score'
9411
9412 2002-06-05 [paul]       0.7.6claws30
9413
9414         * sync with 0.7.6cvs24
9415                 see ChangeLog 2002-06-04
9416
9417 2002-06-04 [paul]       0.7.6claws29
9418
9419         * po/pt_BR.po
9420                 updated by Fabio Junior Beneditto
9421
9422 2002-06-03 [thorsten]   0.7.6claws28
9423
9424         * src/matcher.c
9425                 fclose() matcherrc after reading
9426
9427 2002-06-03 [paul]       0.7.6claws27
9428
9429         * sync with 0.7.6cvs21
9430                 see ChangeLog 2002-05-31
9431
9432 2002-05-31 [paul]       0.7.6claws26
9433
9434         * sync with 0.7.6cvs20
9435                 see ChangeLog 2002-05-29 and 2002-05-30
9436
9437 2002-05-31 [paul]       0.7.6claws25
9438
9439         * src/imap.c
9440                 hopefully fix last buggy sync
9441
9442         * README.claws
9443                 correct typo in 'Actions' examples
9444
9445 2002-05-29 [paul]       0.7.6claws24
9446
9447         * sync with 0.7.6cvs18
9448                 see ChangeLog 2002-05-28 and 2002-05-29
9449
9450         * src/news.c
9451           src/nntp.[ch]
9452                 sync with above 
9453
9454 2002-05-28 [paul]       0.7.6claws23
9455
9456         * sync with 0.7.6cvs16
9457                 see ChangeLog 2002-05-28
9458
9459 2002-05-27 [thorsten]   0.7.6claws22 
9460
9461         * faq/it/sylpheed-faq-1.html
9462           faq/it/sylpheed-faq-2.html
9463           faq/it/sylpheed-faq-3.html
9464           faq/it/sylpheed-faq.html
9465                 corrected DOS lineendings
9466         * faq/de/sylpheed-faq-1.html
9467           faq/de/sylpheed-faq-2.html
9468           faq/en/sylpheed-faq-1.html
9469           faq/en/sylpheed-faq-2.html
9470           faq/en/sylpheed-faq-3.html
9471           faq/es/sylpheed-faq-1.html
9472           faq/es/sylpheed-faq-2.html
9473           faq/es/sylpheed-faq-3.html
9474           faq/fr/sylpheed-faq-1.html
9475           faq/it/sylpheed-faq-1.html
9476           faq/it/sylpheed-faq-2.html
9477           faq/it/sylpheed-faq-3.html
9478           faq/it/sylpheed-faq.html
9479                 changed ">" to &quot;
9480
9481 2002-05-27 [paul]       0.7.6claws21
9482         
9483         * sync with 0.7.6cvs15
9484                 see ChangeLog 2002-05-27
9485
9486 2002-05-27 [paul]       0.7.6claws20
9487
9488         * src/prefs_account.c
9489                 correct a typo
9490
9491 2002-05-26 [paul]       0.7.6claws19
9492
9493         * tools/README
9494                 correct a typo
9495
9496 2002-05-25 [paul]       0.7.6claws18
9497
9498         * tools/README
9499                 add description of kmail2sylpheed.pl
9500
9501 2002-05-25 [paul]       0.7.6claws17
9502
9503         * tools/kmail2sylpheed.pl       ** NEW FILE **
9504                 perl script that converts an exported Kmail address
9505                 book, converts it to sylpheed addressbook file,
9506                 writes the file to .sylpheed, and updates
9507                 addrbook--index.xml 
9508
9509 2002-05-25 [paul]       0.7.6claws16
9510
9511         * sync with 0.7.6cvs14
9512                 see ChangeLog 2002-05-23
9513
9514 2002-05-24 [paul]       0.7.6claws15
9515
9516         * README.claws
9517                 make a correction and add some more info
9518
9519 2002-05-24 [paul]       0.7.6claws14
9520
9521         * src/compose.c
9522                 fix memory leak in 
9523                 compose_redirect_write_headers_from_headerlist()
9524                 add Subject and Resent-Message-ID to
9525                 compose_redirect_write_headers()
9526                 Received, Subject, and X-UIDL are filtered out in 
9527                 compose_redirect_write_to_file()
9528
9529 2002-05-23 [paul]       0.7.6claws13
9530
9531         * src/compose.[ch]
9532           src/filtering.c
9533           src/mainwindow.c
9534           src/matcher.[ch]
9535           src/matcher_parser_lex.l
9536           src/matcher_parser_parse.y
9537           src/prefs_common.[ch]
9538           src/prefs_filtering.c
9539           src/summaryview.c
9540                 rename 'Bounce' to 'Redirect'
9541
9542 2002-05-23 [paul]       0.7.6claws12
9543
9544         * more sync with 0.7.6cvs13
9545           src/compose.c
9546                 see ChangeLog 2002-05-22
9547
9548 2002-05-22 [paul]       0.7.6claws11
9549
9550         * sync with 0.7.6cvs13
9551           src/codeconv.c
9552                 see ChangeLog 2002-05-20
9553           src/prefs_common.c
9554                 see ChangeLog 2002-05-22
9555
9556 2002-05-21 [melvin]     0.7.6claws10
9557
9558         * src/folderview.c
9559                 Added missing filtering and scoring headers
9560                 Fixed bad function call that showed garbage 
9561                 in Folder->Processing
9562
9563 2002-05-21 [paul]       0.7.6claws9
9564
9565         * tools/Makefile.am
9566                 make all tools executable, (patch by Alfons).
9567
9568 2002-05-20 [alfons]     0.7.6claws8
9569
9570         * src/procheader.c
9571                 don't forget to call mktime() so we have a valid week 
9572                 and year day
9573                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9574
9575 2002-05-20 [paul]       0.7.6claws7
9576
9577         * src/html.c
9578                 fix broken parsing of urls
9579         * src/textview.c
9580                 fix displaying of urls
9581
9582                 both fixes from the patch [547855] by Eugene 
9583                 Brevdo (zonem)
9584
9585 2002-05-19 [alfons]     0.7.6claws6
9586
9587         * configure.in
9588                 make sylpheed configure correctly with the latest
9589                 and greatest of automake / autoconf / gettext
9590
9591 2002-05-19 [alfons]     0.7.6claws5
9592
9593         * src/procheader.c
9594         * src/procheader.h
9595                 add function for returning ime zone offset
9596         * src/quote_fmt.c
9597         * src/quote_fmt_parse.y
9598                 better quotation formatting - does not convert
9599                 to local time, but uses the original date string.
9600                 
9601                 Note: %z inserts the timezone offset (should 
9602                 work also on platforms where strftime does not
9603                 support %z).
9604
9605 2002-05-18 [christoph]  0.7.6claws4
9606
9607         * src/summaryview.c
9608                 fix indentation of some code
9609         * tools/Makefile.am
9610                 fix spaces after \
9611         * src/Makefile.am
9612                 add missing \
9613                 correct path for ignorethread.xpm
9614                 incorrect filename for sylpheed_logo.xpm
9615                 add missing include matcher_parser_parse.h
9616
9617 2002-05-18 [paul]       0.7.6claws3
9618
9619         * sync with 0.7.6cvs8
9620                 see ChangeLog 2002-05-16 and 2002-05-17
9621
9622 2002-05-18 [melvin]     0.7.6claws2
9623
9624         * README.claws
9625                 Corrected an action's definition and fixed some misspellings.
9626
9627 2002-05-18 [paul]       0.7.6claws1
9628
9629         * tools/Makefile.am
9630           tools/gpg-sign        ** new file **
9631           tools/uudec           ** new file **
9632                 add Melvin's Actions scripts
9633
9634         * README.claws
9635                 add Melvin's descriptions for Actions
9636
9637 2002-05-18 [paul]       0.7.6claws
9638
9639         * Version 0.7.6claws released
9640
9641 2002-05-17 [paul]       0.7.5claws32
9642
9643         * po/es.po
9644                 updated by Ricardo Mones Lastra
9645
9646 2002-05-17 [paul]       0.7.5claws31
9647
9648         * src/compose.c
9649                 fix Account prefs default folder for sent/draft/deleted
9650                 messages bug
9651
9652         * po/it.po
9653           po/nl.po
9654                 updated translation by Alessandro Maestri and
9655                 Wilbert Berendsen
9656
9657 2002-05-17 [melvin]     0.7.5claws30
9658
9659         * src/prefs_actions.c
9660                 Fixed bug where using %F not at the end of the command 
9661                 resulted in an additional empty argument being created.
9662                 Thanks to Darko Koruga for reporting the bug.
9663
9664 2002-05-17 [melvin]     0.7.5claws29
9665
9666         * po/fr.po
9667                 Updated French translations.
9668
9669 2002-05-15 [paul]       0.7.5claws28
9670         
9671         * po/es.po
9672                 updated by Ricardo Mones Lastra
9673
9674 2002-05-15 [paul]       0.7.5claws27
9675
9676         * sync with 0.7.6cvs4
9677                 see ChangeLog 2002-05-14 and 2002-05-15
9678
9679 2002-05-14 [paul]       0.7.5claws26
9680
9681         * sync with 0.7.6cvs1
9682                 see ChangeLog 2002-05-13
9683
9684 2002-05-13 [thorsten]   0.7.5claws25
9685
9686         * src/messageview.c
9687                 fix select_all and copy in multipart messages
9688         * src/mainwindow.c
9689                 fix select_all and copy in multipart messages
9690
9691 2002-05-12 [paul]       0.7.5claws24
9692
9693         * src/summaryview.c
9694                 reverse last commit, bug already fixed in 0.7.5claws3
9695
9696 2002-05-12 [netztorte]  0.7.5claws23
9697
9698         * src/summaryview.c
9699                 dont parse empty addressbook (checked in before claws20)
9700
9701 2002-05-12 [melvin]     0.7.5claws22
9702
9703         * src/procmsg.[ch]
9704                 Removed unneeded priority code introduced by the previous 
9705                 commit.
9706
9707 2002-05-12 [melvin]     0.7.5claws21
9708
9709         * src/compose.[ch]
9710                 Added possibility to set message's priority.
9711         * src/procmsg.[ch]
9712                 Added possibility to set message's priority.
9713                 Added missing headers
9714
9715 2002-05-12 [melvin]     0.7.5claws20
9716
9717         * src/prefs_actions.c
9718                 Removed implicitely added quotes around the name
9719                 of the temporary files of mime parts.
9720
9721 2002-05-12 [paul]       0.7.5claws19
9722
9723         * sync with 0.7.5cvs20
9724                 see ChangeLog 2002-05-11
9725
9726 2002-05-12 [alfons]     0.7.5claws18
9727
9728         * src/quote_fmt_lex.l
9729         * src/quote_fmt_parse.y
9730                 allow quote / reply date & time format to be set using
9731                 %D{format}. format is a format string you'd pass to
9732                 strftime() (see man strftime, or the Display tab |
9733                 Date format setting).
9734
9735                 Currently %D converts the date to local time. 
9736
9737 2002-05-11 [paul]       0.7.5claws17
9738
9739         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9740                 see ChangeLog 2002-05-10 and 2002-05-11
9741
9742 2002-05-10 [paul]       0.7.5claws16
9743
9744         * sync with 0.7.5cvs16
9745                 see ChangeLog entries 2002-05-09 and 
9746                 2002-05-10
9747
9748 2002-05-10 [colin]      0.7.5claws15
9749
9750         * src/textview.c
9751                 Corrected a bug that prevented sylpheed to open
9752                 double-clicked URIs.
9753
9754 2002-05-09 [paul]       0.7.5claws14
9755
9756         * sync with 0.7.5cvs14
9757                 see ChangeLog 2002-05-08 and 2002-05-09
9758
9759 2002-05-08 [paul]       0.7.5claws13
9760
9761         * sync with 0.7.5cvs11
9762                 see ChangeLog entry 2002-05-08
9763
9764 2002-05-08 [paul]       0.7.5claws12
9765
9766         * src/mainwindow.c
9767           src/textview.[ch]
9768                 fix segfault on View->Open in new window
9769                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9770
9771 2002-05-07 [paul]       0.7.5claws11
9772
9773         * sync with 0.7.5cvs9
9774                 see ChangeLog entry 2002-05-07
9775
9776 2002-05-06 [paul]       0.7.5claws10
9777
9778         * src/messageview.c
9779           src/textview.c
9780                 display url in statusbar on single-click
9781                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9782
9783 2002-05-06 [match]      0.7.5claws9
9784
9785         * src/addritem.[ch]
9786                 new functions.
9787         * src/addrcache.c
9788                 tidy up.
9789         * src/xmlprops.[ch]
9790                 XML implementation of properties file.
9791         * src/exporthtml.[ch]
9792         * src/expthtmldlg.[ch]
9793         * src/addressbook.c
9794                 export to HTML.
9795
9796 2002-05-02 [sergey]     0.7.5claws8
9797
9798         * src/mainwindow.c (mainwin_entries),
9799           src/prefs_common.c (prefs_send_create()),
9800           src/codeconv.c (locale_table):
9801                 use charset name "Windows-1251" instead of "CP1251".
9802
9803 2002-05-02 [colin]      0.7.5claws7
9804         
9805         * src/compose.c
9806           src/prefs_common.c
9807           src/prefs_folder_item.c
9808                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9809
9810 2002-05-02 [hiro]       0.7.5claws6
9811
9812         * src/imap.c
9813                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9814
9815 2002-05-02 [paul]       0.7.5claws5
9816
9817         * src/compose.c
9818                 more sync with 0.7.5cvs7, see ChangeLog entry
9819                 2002-05-02
9820
9821 2002-05-02 [hiro]       0.7.5claws4
9822
9823         * src/compose.c
9824                 compose_queue_sub():
9825                 check if queue folder exists (closes #550397).
9826                 removed directory creation since it should be handled
9827                 transparently.
9828         * src/imap.c
9829                 imap_add_msg(): return UID for appended message
9830                 (closes #548842).
9831
9832 2002-04-30 [paul]       0.7.5claws3
9833
9834         * src/summaryview.c
9835                 fix account_find_from_address() bug
9836
9837 2002-04-28 [colin]      0.7.5claws2
9838
9839         * src/compose.c
9840           src/textview.c
9841           src/prefs_common.[ch]
9842           src/utils.[ch]
9843                 Added user-definable quotation characters recognition.
9844
9845 2002-04-28 [paul]       0.7.5claws1
9846
9847         * sync with 0.7.5cvs4
9848                 see ChangeLog entry  2002-04-25
9849
9850 2002-04-28 [paul]       0.7.5claws
9851
9852         * po/es.po
9853           po/nl.po
9854           po/pt_BR.po
9855                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9856                 Fabio Junior Beneditto
9857
9858 2002-04-27 [jens]       0.7.4claws103
9859
9860         * po/de.po
9861                 updated German translation.
9862
9863 2002-04-27 [hiro]       0.7.4claws102
9864
9865         * src/summaryview.c
9866                 summary_write_cache(): fixed the mark loss of hidden messages.
9867
9868 2002-04-26 [melvin]     0.7.4claws101
9869
9870         * src/procmsg.c
9871                 fixed a second typo (same one)
9872         * po/fr.po
9873           po/it.po
9874           po/pt_BR.po
9875                 fixed the type again...
9876
9877 2002-04-26 [melvin]     0.7.4claws100
9878
9879         * src/procmsg.c
9880                 fixed a typo in an alert message ("temorary").
9881         * po/it.po
9882         * po/pt_BR.po
9883                 corrected the typo  described above.
9884         * po/fr.po
9885                 updated French translation.
9886
9887 2002-04-26 [darko]      0.7.4claws99
9888
9889         * src/summaryview.c
9890                 fix target folder colorization
9891
9892 2002-04-25 [paul]       0.7.4claws98
9893
9894         * po/it.po
9895                 updated by Alessandro Maestri
9896
9897 2002-04-24 [colin]      0.7.4claws97
9898         
9899         * src/compose.c
9900                 Fixed double "subject is empty" question.
9901
9902 2002-04-23 [colin]      0.7.4claws96
9903         
9904         * src/mimeview.c
9905                 Corrected issue when "automatically display images" was
9906                 not set : first image remained after selecting second.
9907
9908 2002-04-23 [melvin]     0.7.4claws95
9909
9910         * src/prefs_actions.c
9911                 Don't display in/out dialog if there is nothing to show.
9912
9913 2002-04-23 [paul]       0.7.4claws94
9914
9915         * sync with 0.7.5cvs3
9916                 bug fixes: see ChangeLog entry 2002-04-23
9917
9918 2002-04-22 [darko]      0.7.4claws93
9919
9920         * src/compose.c
9921                 fix previous check-in which changed code after
9922                 merge from main
9923
9924 2002-04-22 [paul]       0.7.4claws92
9925
9926         * faq/de/*
9927                 add German FAQ
9928         * faq/en/*
9929           faq/es/*
9930           faq/fr/*
9931                 update English, Spanish and French FAQs
9932         * manual/de/*
9933           manual/es/*
9934                 add German and Spanish manuals
9935         * manual/en/*
9936           manual/fr/*
9937                 update English and French manuals
9938
9939         * src/Makefile.am
9940                 add to and re-arrange the pixmap entries
9941
9942 2002-04-22 [darko]      0.7.4claws91
9943
9944         * src/compose.c
9945                 fix sender initials recognition to only allow
9946                 '>' after the initials
9947
9948 2002-04-21 [paul]       0.7.4claws90
9949
9950         * sync with 0.7.5 release
9951                 see ChangeLog entry 2002-04-21
9952
9953 2002-04-21 [alfons]
9954
9955         * src/Makefile.am
9956                 add colin's new pixmaps to EXTRA_DIST
9957
9958 2002-04-21 [colin]      0.7.4claws89
9959         * src/compose.c
9960         * src/inc.c
9961         * src/mainwindow.[ch]
9962         * src/prefs_common.[ch]
9963         * src/stock_pixmap.[ch]
9964                 Added "Work offline" ability.
9965
9966 2002-04-21 [colin]      0.7.4claws88
9967         
9968         * src/mimeview.c
9969         * src/prefs_common.c
9970         * src/prefs_common.h
9971         * src/textview.c : Added an option to common preferences -> display
9972           to allow user not to automatically display images.
9973
9974 2002-04-21 [paul]       0.7.4claws87
9975
9976         * sync with 0.7.4cvs52
9977                 see ChangeLog entry 2002-04-21 (src/imap.c)
9978
9979 2002-04-21 [paul]       0.7.4claws86
9980
9981         * sync with 0.7.4cvs51
9982                 see ChangeLog entry 2002-04-21
9983
9984 2002-04-21 [paul]       0.7.4claws85
9985
9986         * sync with 0.7.4cvs49
9987                 see ChangeLog entries 2002-04-20 and 2002-04-21
9988
9989         * src/Makefile.am
9990                 clean up: remove old 'stock_' element from xpm 
9991                 filenames.
9992
9993 2002-04-21 [alfons]     0.7.4claws84
9994
9995         apply sync patch from Paul
9996
9997         * src/folderview.c
9998                 use old claws prefs_folder_item_create() for now
9999
10000 2002-04-19 [match]      0.7.4claws83
10001
10002         * src/addressbook.[ch]
10003         * src/addrharvest.[ch]
10004         * src/addrgather.[ch]
10005                 recurse folders.
10006         * src/mainwindow.c
10007         * src/summaryview.[ch]
10008                 change menu option.
10009
10010 2002-04-19 [paul]       0.7.4claws82
10011
10012         * po/pt_BR.po
10013                 updated by Fabio Junior Beneditto
10014
10015 2002-04-14 [alfons]     0.7.4claws81
10016
10017         * src/passphrase.c
10018                 add #include <sys/types.h> for mode_t and off_t 
10019
10020 2002-04-13 [paul]       0.7.4claws80
10021         
10022         * src/main.c
10023           src/passphrase.[ch]
10024           src/pgptext.c
10025           src/prefs_common.[ch]
10026           src/rfc2015.c
10027                 enable storing of GnuPG passphrase for the whole 
10028                 session or a user-defined number of minutes. patch 
10029                 submitted by Ravemax <ravemax@dextrose.com>
10030
10031 2002-04-13 [alfons]     0.7.4claws79
10032
10033         * src/textview.c
10034                 make email parser also stop scanning when encountering separators
10035                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10036
10037 2002-04-13 [paul]       0.7.4claws78
10038
10039         * sync with 0.7.4cvs39
10040                 see ChangeLog entry 2002-04-12
10041
10042 2002-04-11 [paul]       0.7.4claws77
10043
10044         * sync with 0.7.4cvs37
10045                 see ChangeLog entry 2002-04-11
10046
10047 2002-04-11 [paul]       0.7.4claws76
10048
10049         * COPYING 
10050                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10051                 the clause for OpenSSL). sync with sylpheed main
10052
10053 2002-04-09 [melvin]     0.7.4claws75
10054
10055         * src/compose.c
10056                 Made 'Ctrl-Enter' on send ignore some modifiers 
10057                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10058                 to bind other *-Enter (but not Alt-Enter).
10059
10060 2002-04-09 [paul]       0.7.4claws74
10061
10062         * sync with 0.7.4cvs35
10063                 see ChangeLog entries 2002-04-09
10064
10065 2002-04-08 [paul]       0.7.4claws73
10066
10067         * sync with 0.7.4cvs33
10068                 see ChangeLog entry 200-04-08
10069
10070 2002-04-07 [match]      0.7.4claws72
10071
10072         * src/addrharvest.[ch]
10073                 fixed to read all addresses in header, regardless
10074                 of header size. improved name parsing. accommodate
10075                 harvest from folders and selected message.
10076         * src/addritem.[ch]
10077                 included new address parsing function.
10078         * src/addrgather.[ch]
10079         * src/addressbook.[ch]
10080         * src/summaryview.[ch]
10081         * src/mainwindow.c
10082                 allow address harvest of folder as well as selected
10083                 messages.
10084
10085 2002-04-07 [paul]       0.7.4claws71
10086
10087         * src/esmtp.[ch]
10088           src/smtp.c
10089                 don't try to authenticate with CRAM-MD5 in SMTP when 
10090                 SMTP-AUTH enabled if MTA doesn't issue this 
10091                 auth-method in it's ehlo-response. bug item #531364,
10092                 patch item #938910. patch submitted by Colin Leroy 
10093                 <colin@colino.net>
10094
10095 2002-04-07 [paul]       0.7.4claws70
10096
10097         * src/nntp.c
10098                 fix missing MODE_READER bug. patch submitted by
10099                 Colin Leroy <colin@colino.net>
10100
10101 2002-04-07 [alfons]     0.7.4claws69
10102
10103         * src/matcher.[ch]
10104         * src/prefs_filtering.c
10105         * src/summaryview.c
10106                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10107                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10108
10109 2002-04-07 [paul]       0.7.4claws68
10110
10111         * sync with 0.7.4cvs32
10112                 see ChangeLog entry 2002-04-06
10113
10114         * tools/filter_conv.pl
10115                 more bug fixes
10116
10117 2002-04-06 [paul]       0.7.4claws67
10118
10119         * tools/filter_conv.pl
10120                 modify to be able to find the name of the first
10121                 mailbox and use that. main's filter does not
10122                 record the full path to the mailbox and therefore
10123                 can only filter to the first mailbox.
10124
10125 2002-04-05 [paul]       0.7.4claws66
10126
10127         * tools/filter_conv.pl
10128                 attempt to make the script all-encompassing and
10129                 be able to convert any main 'filter' rule thrown
10130                 at it
10131
10132 2002-04-05 [paul]       0.7.4claws65
10133
10134         * tools/filter_conv.pl
10135                 allow for collapsed folder trees
10136
10137 2002-04-05 [paul]       0.7.4claws64
10138
10139         * sync with 0.7.4cvs31
10140                 see ChangeLog entries 2002-04-05
10141
10142 2002-04-03 [paul]       0.7.4claws63
10143
10144         * sync with 0.7.4cvs29
10145                 see ChangeLog entries 2002-04-02 and 2002-04-03
10146
10147 2002-04-02 [paul]       0.7.4claws62
10148
10149         * sync with 0.7.4cvs26
10150                 see ChangeLog entry 2002-04-01
10151
10152 2002-04-02 [match]      0.7.4claws61
10153
10154         * src/pine.[ch]
10155         * src/importpine.[ch]
10156         * src/addressbook.c
10157                 import Pine address book.
10158
10159 2002-04-02 [match]      0.7.4claws60
10160
10161         * src/addrharvest.[ch]
10162                 improve address parsing of funky addresses.
10163
10164 2002-04-02 [darko]      0.7.4claws59
10165
10166         * src/compose.c
10167                 wrap on send improvements, it now recognizes quoted
10168                 initials as part of the quotation string, and it
10169                 does not join lines separated by CR
10170
10171 2002-04-01 [match]      0.7.4claws58
10172
10173         * src/mgutils.[ch]
10174                 added new functions.
10175         * src/mutt.[ch]
10176                 remove excessive duplicate address generation
10177                 on import.
10178
10179 2002-04-01 [alfons]     0.7.4claws57
10180         
10181         * src/summaryview.c
10182                 put back g_free() 
10183
10184 2002-04-01 [paul]       0.7.4claws56
10185
10186         * sync with 0.7.4cvs25
10187                 see ChangeLog entry 2002-04-01
10188
10189 2002-04-01 [alfons]     0.7.4aprilfool55
10190
10191         * src/summaryview.c
10192                 honour feature request item #537427 to allow for
10193                 displaying names from address book for sent mail also
10194
10195 2002-03-29 [paul]       0.7.4claws54
10196
10197         * src/mainwindow.c
10198           src/prefs_filtering.[ch]
10199           src/prefs_matcher.c
10200           src/summaryview.c
10201                 add 'fast filter' for claws' filtering,
10202                 /Tools/Create filter rule/... patch submitted
10203                 by Neill Miller <neillm@thecodefactory.org>
10204
10205 2002-03-29 [paul]       0.7.4claws53
10206
10207         * sync with 0.7.4cvs24
10208                 see ChangeLog entry 2002-03-29
10209
10210 2002-03-28 [paul]       0.7.4claws52
10211
10212         * sync with 0.7.4cvs23
10213                 see ChangeLog entry 2002-03-28
10214
10215 2002-03-27 [melvin]     0.7.4claws51
10216
10217         * src/prefs_actions.c
10218                 Added support to pass only one message part (as a
10219                 file) to the command using '%p'. No quotes are needed
10220                 because doubles quotes are automatically added.
10221                 Fixed bug where Sylpheed could block when waiting for
10222                 a child process to finish.
10223                 Changed the help menu to remove quotes around symbols to 
10224                 avoid misinterpretation (they must not be used).
10225
10226 2002-03-27 [melvin]     0.7.4claws50
10227
10228         * src/inc.c
10229                 Made the new mail notification command always 
10230                 execute asynchronously.
10231
10232 2002-03-27 [paul]       0.7.4claws49
10233
10234         * src/compose.c
10235                 fix bug introduced in last commit
10236
10237 2002-03-27 [paul]       0.7.4claws48
10238
10239         * sync with 0.7.4cvs21
10240                 see ChangeLog 2002-03-26 and 2002-03-27
10241
10242 2002-03-26 [hoa]        0.7.4claws47
10243
10244         * src/prefs_folder_item.c
10245                 really fixed the bug #516442 with folder rescan.
10246
10247 2002-03-26 [paul]       0.7.4claws46
10248
10249         * sync with 0.7.4cvs19
10250                 see ChangeLog entries 2002-03-25 and 2002-03-26
10251
10252 2002-03-25 [hoa]        0.7.4claws45
10253
10254         * src/matcher.c
10255         * src/mh.c
10256                 fix the bug #516442 with folder rescan.
10257
10258         * src/prefs_common.[ch]
10259         * src/compose.c
10260                 added an option to enable two different behaviours
10261                 for bounce.
10262
10263
10264 2002-03-25 [paul]       0.7.4claws44
10265
10266         * src/mainwindow.c
10267           src/selective_download.c
10268                 correct a few menuitem labels
10269
10270 2002-03-25 [christoph]  0.7.4claws43
10271
10272         * src/procmsg.c
10273                 fix non deleted tmp message in
10274                 procmsg_save_to_outbox
10275                 fix problems caused by sync with
10276                 main branch's procmsg_send_queue
10277
10278 2002-03-25 [paul]       0.7.4claws42
10279
10280         * src/quote_fmt.c
10281           src/quote_fmt_lex.l
10282           src/quote_fmt_parse.y
10283                 add Last name (%L) placeholder for quoting. 
10284                 patch submitted by Thorsten Thielen 
10285                 <thth@users.sourceforge.net>
10286
10287 2002-03-25 [paul]       0.7.4claws41
10288
10289         * src/utils.c
10290                 get full hostname. patch submitted by
10291                 Bob Woodside <rwoodside1@comcast.net>
10292
10293 2002-03-25 [paul]       0.7.4claws40
10294
10295         * src/account.c
10296           src/news.c
10297           src/nntp.[ch]
10298           src/prefs_account.[ch]
10299                 enable NNTP over SSL. patch submitted by
10300                 Pascal Jermini <pascal@infinity.hn.org>
10301
10302 2002-03-24 [paul]       0.7.4claws39
10303
10304         * src/prefs_common.c
10305                 make the arrangement of the Compose tab more
10306                 coherent
10307
10308         * src/mainwindow.c
10309                 fix some irregularities of style
10310
10311         * po/de.po
10312                 updated by Kilian Krause
10313
10314 2002-03-23 [paul]       0.7.4claws38
10315
10316         * po/pt_BR.po
10317                 updated by Fabio Junior Beneditto
10318
10319 2002-03-23 [paul]       0.7.4claws37
10320
10321         * src/mainwindow.c
10322                 move 'Gather addresses' to 'Tools' menu
10323                 make 'Selective download' sensitive
10324
10325 2002-03-23 [paul]       0.7.4claws36
10326
10327         * sync with 0.7.4cvs16
10328                 see ChangeLog entries 2002-03-23
10329
10330 2002-03-22 [christoph]  0.7.4claws35
10331
10332         * src/quote_fmt_parse.y
10333                 fix include program output
10334
10335 2002-03-22 [alfons]     0.7.4claws34
10336
10337         * src/pop.c
10338                 initialize GDate stack variable correctly (sorry!)
10339
10340 2002-03-22 [paul]       0.7.4claws33
10341
10342         * src/compose.c
10343           src/mainwindow.c
10344           src/prefs_actions.c
10345           src/prefs_common.c
10346                 rename 'Tool' to 'Tools'
10347
10348         * src/mainwindow.c
10349                 move 'Delete duplicated messages' from
10350                 'Message/' to 'Tools/'
10351                 re-arrange the order of 'Tools/' items
10352
10353 2002-03-22 [paul]       0.7.4claws32
10354
10355         * src/addr_compl.c
10356           src/addressbook.[ch]
10357                 auto-address completion now also matches on
10358                 Nickname. patch submitted by Bob Forsman 
10359                 <hammor@users.sourceforge.net>
10360
10361         * src/editaddress.c
10362                 correct a spelling mistake
10363
10364 2002-03-22 [alfons]     0.7.4claws31
10365
10366         * src/pop.c
10367                 fix getting uidl from incorrect string 
10368                 (spotted by Colin)
10369
10370 2002-03-21 [alfons]     0.7.4claws30
10371
10372         * src/pop.c
10373                 more code refactoring
10374                 plug mem leak introduced by delete on server
10375
10376 2002-03-21 [paul]       0.7.4claws29
10377
10378         * sync with 0.7.4cvs11
10379                 see ChangeLog entries 2002-03-20
10380
10381 2002-03-20 [alfons]     0.7.4claws28
10382
10383         * src/inc.c
10384                 apply Colin's patch and refactor
10385
10386 2002-03-20 [paul]       0.7.4claws27
10387
10388         * sync with sylpheed 0.7.4cvs9
10389                 see ChangeLog entry 2002-03-20
10390
10391 2002-03-19 [christoph]  0.7.4claws26
10392
10393         * src/mh.c
10394         * src/procmsg.[ch]
10395         * src/summaryview.c
10396                 revert changes for flag updates
10397                 (does not work correctly and no time to debug)
10398
10399 2002-03-20 [alfons]     0.7.4claws25
10400
10401         * src/pop.c
10402                 refactor should_delete() a little bit 
10403
10404 2002-03-19 [paul]       0.7.4claws24
10405
10406         * src/inc.[ch]
10407           src/pop.c
10408           src/prefs_account.[ch]
10409                 allow the user to leave downloaded mail on the 
10410                 server for n days. Patch submitted by Colin Leroy 
10411                 <colin@colino.net>
10412
10413 2002-02-19 [paul]       0.7.4claws23
10414
10415         * sync with sylpheed 0.7.4cvs8
10416                 see ChangeLog entries 2002-03-19
10417
10418 2002-03-18 [paul]       0.7.4claws22
10419
10420         * sync with sylpheed 0.7.4cvs6
10421                 see ChangeLog entry 2002-03-18
10422
10423 2002-03-18 [paul]       0.7.4claws21
10424
10425         * po/en_GB.po
10426                 add en_GB message catalogue
10427
10428         * src/mbox_folder.c
10429           src/prefs_account.c
10430           src/prefs_actions.c
10431                 correct a few spelling mistakes
10432
10433 2002-03-17 [alfons]     0.7.4claws20
10434
10435         * src/matcher.c
10436                 more stringent checks for NULL params when writing
10437                 filtering actions to a file
10438                 
10439 2002-03-17 [hoa]        0.7.3claws20
10440
10441         * src/news.c
10442                 fixed the count of new messages
10443
10444         * src/compose.c
10445                 fixed the "attachment properties" window
10446
10447 2002-03-17 [paul]       0.7.4claws19
10448
10449         * src/defs.h
10450           src/folder.h
10451           src/news.c
10452           src/prefs_account.[ch]
10453           src/procmsg.[ch]
10454           src/summaryview.c
10455                 automatically mark cross-posted messages as read 
10456                 and (optionally) give them a colour label
10457                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10458                 
10459
10460 2002-03-17 [paul]       0.7.4claws18
10461
10462         * sync with sylpheed 0.7.4cvs5
10463                 see ChangeLog entry 2002-03-17
10464
10465 2002-03-17 [melvin]     0.7.4claws17
10466         
10467         * src/textview.c
10468                 Worked around a gtktext 'bug': when searching for 
10469                 a text in a long message it was scrolling slowly
10470                 line by line until it hit the searched text.
10471         * po/fr.po
10472                 Updated French translation
10473
10474 2002-03-17 [melvin]     0.7.4claws16
10475
10476         * src/mainwindow.c
10477         * src/compose.c
10478         * src/prefs_actions.c
10479                 Moved "Edit/Actions" to "Tool/Actions"
10480                 Made mainwindow/compose window sensitive as soon as
10481                 no child process is running anymore even if the io dialog
10482                 is open.
10483                 Fixed a struct being initialized with a non constant char*
10484
10485 2002-03-16 [christoph]  0.7.4claws15
10486
10487         * configure.in
10488                 add --with-compiler-flags option
10489                 (only for developer hacking)
10490         * src/mh.c
10491         * src/procmsg.[ch]
10492         * src/summaryview.c
10493                 try to make folder-stats and flag handling more
10494                 independent from the summaryview. msgcounts
10495                 are only set when the folder is opened and
10496                 procmsg_msginfo_(un)set_flags will handle it
10497                 later and summaryview will get the values
10498                 from the folder.
10499
10500 2002-03-16 [paul]       0.7.4claws14
10501
10502         * src/messageview.c
10503                 fix Return-receipt. Patch submitted by Bob
10504                 Woodside <rwoodside1@comcast.net>
10505
10506 2002-03-16 [paul]       0.7.4claws13
10507
10508         * src/compose.c
10509                 fix 'dynamic' signatures, make it work again
10510                 broken during sync on 2002-03-14 (0.7.4claws2)
10511
10512 2002-03-15 [match]      0.7.4claws12
10513
10514         * src/addrharvest.[ch]
10515         * src/addrgather.[ch]
10516         * src/addressbook.[ch]
10517         * src/mainwindow.c
10518                 included address harvester feature. still some
10519                 issues with address parsing that I will fix.
10520
10521 2002-03-15 [match]      0.7.4claws11
10522
10523         * src/addrbook.[ch]
10524         * src/addrcache.[ch]
10525         * src/addressbook.[ch]
10526         * src/addrindex.c
10527         * src/editbook.c
10528         * src/importldif.c
10529         * src/importmutt.c
10530         * src/jpilot.[ch]
10531         * src/main.c
10532         * src/syldap.[ch]
10533         * src/vcard.[ch]
10534                 tidy up. fix memory leaks. moved attribs and methods
10535                 from individual interfaces to addrcache object. prep
10536                 for new stuff to come in.
10537
10538 2002-03-15 [alfons]     0.7.4claws10
10539
10540         * src/matcher.[ch]
10541         * src/matcher_parser_parse.y
10542         * src/matcher_parser_lex.l
10543         * src/prefs_matcher.c
10544                 add filtering conditions message greater than, smaller 
10545                 than, and exactly matching a size in bytes
10546                 (does not work with delete from POP3 server yet)
10547
10548                 this should also give others an idea what you should
10549                 do to add new criterions to claws filtering system
10550                 
10551
10552 2002-03-15 [paul]       0.7.4claws9
10553
10554         * tools/filter_conv.pl
10555                 exit if there are no filter rules to convert
10556                 rename filterrc to filterrc.old after completion
10557
10558 2002-03-15 [paul]       0.7.4claws8
10559
10560         * sync with sylpheed 0.7.4cvs3
10561                 see ChangeLog entry 2002-03-14
10562
10563 2002-03-14 [paul]       0.7.4claws7
10564
10565         * src/compose.c
10566                 clean up the last commit (ahem)
10567
10568 2002-03-14 [paul]       0.7.4claws6
10569
10570         * src/compose.c
10571                 fix bug #515655. honour account preferences
10572                 regarding gpg default signing/encryption when 
10573                 changing account from the compose window.
10574
10575 2002-03-14 [paul]       0.7.4claws5
10576
10577         * src/folderview.c
10578                 remove unnecessary curly brackets
10579
10580 2002-03-14 [paul]       0.7.4claws4
10581
10582         * src/folderview.c
10583           src/prefs_filtering.[ch]
10584                 add filter rename on folder rename and filter
10585                 delete on folder delete. Patch submitted by
10586                 Neill Miller <neillm@thecodefactory.org> 
10587
10588 2002-03-14 [christoph]  0.7.4claws3
10589
10590         * src/procmsg.c
10591         * src/send.c
10592                 fix local delivery
10593                 (patch submitted by "Simon 'corecode' Schubert")
10594         * src/prefs_common.c
10595         * src/procmsg.c
10596                 fix gcc 3.0 warning
10597
10598 2002-03-14 [paul]       0.7.4claws2
10599
10600         * sync with sylpheed 0.7.4cvs2
10601                 see ChangeLog entry 2002-03-13
10602
10603 2002-03-12 [darko]      0.7.4claws1
10604
10605         * src/mainwindow.c
10606                 fix what seems to be a copy and paste error
10607                 when setting color for important messages
10608                 (reported by wwp)
10609
10610 2002-03-11 [paul]       version 0.7.4claws released
10611
10612 2002-03-11 [paul]       0.7.4claws
10613
10614         * po/es.po
10615           po/it.po
10616           po/nl.po
10617           po/pt_BR.po
10618                 update message catalogs. Submitted by Ricardo Mones 
10619                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10620                 Fabio Junior Beneditto
10621
10622         * configure.in
10623           faq/Makefile.am
10624           faq/it/Makefile
10625           faq/it/sylpheed-faq*
10626           src/mainwindow.c
10627           src/manual.[ch]
10628                 add FAQ in Italian
10629         
10630
10631 2002-03-11 [jens]       0.7.3claws7
10632
10633         * po/de.po
10634                 updated German translation
10635
10636 2002-03-11 [melvin]     0.7.3claws6
10637
10638         * po/fr.po
10639                 updated and corrected French translation
10640
10641 2002-03-10 [hoa]        0.7.3claws5
10642
10643         * src/account.c
10644         * src/inc.c
10645         * src/prefs_account.c
10646         * src/procmsg.c
10647         * src/send.[ch]
10648                 fixed the local account.
10649                 you have to change the default "/usr/sbin/sendmail"
10650                 to "/usr/sbin/sendmail -t" in the preferences of
10651                 the local account.
10652
10653         * src/procmime.c
10654                 removed some debug display for renderer
10655
10656 2002-03-10 [paul]       0.7.3claws4
10657
10658         * faq/en/sylpheed-faq-1.html
10659           faq/en/sylpheed-faq-2.html
10660                 update
10661
10662 2002-03-09 [paul]       0.7.3claws3
10663
10664         * sync with sylpheed 0.7.4
10665                 see ChangeLog entry 2002-03-09
10666
10667 2002-03-08 [paul]       0.7.3claws2
10668
10669         * faq/en/sylpheed-faq*
10670           faq/es/sylpheed-faq*
10671           faq/fr/sylpheed-faq*
10672                 update the FAQs
10673
10674         * manual/fr/.cvsignore
10675           manual/fr/Makefilea.am
10676           manual/fr/sylpheed*
10677           src/mainwindow.c
10678           src/manual.[ch]
10679                 add the French manual
10680
10681 2002-03-07 [paul]       0.7.3claws1
10682
10683         * sync with sylpheed 0.7.3cvs4
10684                 see ChangeLog entries  2002-03-06 and 2002-03-07
10685         
10686         * po/nl.po
10687                 updated by Wilbert Berendsen
10688
10689 2002-03-07 [melvin]     0.7.2claws34
10690
10691         * src/selective_download.c
10692                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10693
10694 2002-03-06 [paul]       0.7.2claws33
10695
10696         * sync with sylpheed 0.7.3cvs1
10697                 bug fix, see ChangeLog entry 2002-03-05
10698
10699 2002-03-05 [paul]       0.7.2claws32
10700
10701         * src/mimeview.c
10702           src/pgptext.[ch]
10703           src/procmsg.c
10704                 reverse the pgp ascii-armored code implemented in 
10705                 0.7.2claws16. removal of this code until it matures.
10706                 this means that verifying ascii-armored pgp sigs and
10707                 automatic decryption of ascii-armored encrypted
10708                 messages no longer works.
10709
10710 2002-03-05 [paul]       0.7.2claws31
10711
10712         * configure.in
10713           Makefile.am
10714         * faq/Makefile.am
10715         * faq/en/Makefile.am
10716           faq/en/sylpheed-faq.html
10717           faq/en/sylpheed-faq-1.html
10718           faq/en/sylpheed-faq-2.html
10719           faq/en/sylpheed-faq-3.html
10720         * faq/es/Makefile.am
10721           faq/es/sylpheed-faq.html
10722           faq/es/sylpheed-faq-1.html
10723           faq/es/sylpheed-faq-2.html
10724           faq/es/sylpheed-faq-3.html
10725           faq/es/sylpheed-faq-4.html
10726         * faq/fr/Makefile.am
10727           faq/fr/sylpheed-faq.html
10728           faq/fr/sylpheed-faq-1.html
10729           faq/fr/sylpheed-faq-2.html
10730           faq/fr/sylpheed-faq-3.html
10731         * src/Makefile.am
10732           src/defs.h
10733           src/mainwindow.c
10734           src/manual.[ch]
10735                 add FAQs in English, Spanish and French
10736
10737
10738 2002-03-05 [paul]       0.7.2claws30
10739
10740         * manual/en/sylpheed.html
10741           manual/en/sylpheed-XX.html
10742                 updated the English manual
10743
10744 2002-03-05 [hoa]        
10745
10746         * src/summaryview.c
10747                 dialog box pops up if the article can't be deleted.
10748
10749 2002-03-04 [paul]       
10750         
10751         * po/pt_BR.po
10752                 updated by Fabio Junior Benedito
10753
10754 2002-03-04 [hoa]
10755
10756         * removed ac/gpgme.m4
10757                 to avoid autogen common problem
10758                 developers have to install gpgme development package now
10759
10760         * src/compose.c
10761                 encoding to 7bit or 8bit is enabled.
10762
10763 2002-03-03 [alfons]     0.7.2claws29
10764
10765         * src/pop.c
10766                 merge fix by Oliver Haertel for selective
10767                 download buglet
10768
10769 2002-03-03 [paul]       0.7.2claws28
10770         
10771         * sync with sylpheed 0.7.3
10772
10773 2002-03-03 [paul]       0.7.2claws27
10774
10775         * sync with sylpheed 0.7.2cvs24
10776                 see ChangeLog entries 2002-03-02 and 2002-03-03
10777
10778 2002-03-02 [melvin]     0.7.2claws26
10779
10780         * src/inc.[ch]
10781         * src/main.c
10782         * src/mainwindow.c
10783         * src/prefs_common.[ch]
10784                 Added user definable notification on new mail arrival.
10785                 Removed unused variables in spell checker prefs code.
10786
10787 2002-03-02 [melvin]     0.7.2claws25
10788
10789         * src/quote_fmt.c
10790                 Removed unnecessary escape sequences.
10791                 Changed 'Initial...' to 'Initials of Sender'
10792
10793 2002-03-02 [paul]       0.7.2claws24
10794
10795         * sync with sylpheed 0.7.2cvs22
10796                 see ChangeLog entry 2002-03-01
10797
10798 2002-03-01 [hoa]        0.7.2claws23
10799
10800         * src/mainwindow.c
10801                 Set sensitivity of delete actions to active
10802                 even if the folder is a newsgroup.
10803
10804         * src/summaryview.c
10805                 - Set sensitivity of delete actions
10806                 - Added function check_permission() that will check if the
10807                   user is authorized to delete a message. For news, it
10808                   will check if the author is the same.
10809                 - Enabled deletion when there is no trash folder.
10810
10811         * src/news.[ch]
10812                 - Added news_cancel_article() to cancel articles
10813                 - Implemented news_remove_message() (public function)
10814
10815 2002-03-01 [paul]       0.7.2claws22
10816
10817         * src/gtkutils.c
10818           src/textview.c
10819                 recognise urls that that don't include 'http://' and
10820                 simply begin 'www.' 
10821
10822         * AUTHORS
10823                 remove duplicated name
10824
10825 2002-02-28 [paul]       0.7.2claws21
10826
10827         * src/mainwindow.c
10828           src/summaryview.[ch]
10829                 add ability to 'Select thread'
10830                 combines Melvin's "Select thread's head" patch (#510907)
10831                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10832                 patch (#518514) 
10833
10834 2002-02-28 [paul]       0.7.2claws20
10835
10836         * src/mimeview.c
10837                 hopefully fix segfault on right-clicking a mime part
10838                 that some people have experienced.      
10839                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10840
10841 2002-02-28 [paul]       0.7.2claws19
10842
10843         * sync with sylpheed 0.7.2cvs21
10844                 see ChangeLog entries 2002-02-27 and 2002-02-28
10845
10846 2002-02-27 [paul]       0.7.2claws18
10847
10848         * sync with sylpheed 0.7.2cvs18
10849                 see ChangeLog entries 2002-02-26 and 2002-02-27
10850
10851 2002-02-26 [alfons]     0.7.2claws17
10852
10853         * src/procheader.c
10854                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10855                 (spotted by Chris Hessman <idatech@gmx.net>)
10856
10857 2002-02-26 [paul]       0.7.2claws16
10858
10859         * src/mimeview.c
10860           src/pgptext.[ch]
10861           src/procmsg.c
10862                 make decryption of ascii-armored pgp encrypted messages
10863                 and verification of ascii-armored signatures work again.
10864                 slightly altered from the patch by Jens Jahnke 
10865                 <jan0sch@gmx.net>
10866
10867                 ##FIX ME##
10868                 * the checking of plaintext signatures always comes up in 
10869                   a popup box
10870                 * it doesn't work for multipart messages 
10871                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10872                   including the msg headers and these 2 line themselves, are 
10873                   not displayed
10874
10875         * src/mainwindow.c
10876                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10877                 "View/Message View" becomes "View/Separate Message View"
10878                 because its less ambiguous.
10879
10880         * po/es.po
10881                 updated by Ricardo Mones Lastra
10882
10883 2002-02-26 [paul]       0.7.2claws15
10884
10885         * sync with sylpheed 0.7.2cvs17
10886                 see ChangeLog entries 2002-02-25 and 2002-02-26
10887
10888 2002-02-25 [christoph]  0.7.2claws14
10889
10890         * src/filtering.[ch]
10891         * src/inc.c
10892                 do filtering stuff after all messages have been received
10893                   1. drop all messages to .processing
10894                   2. scan processing folder for messages
10895                   3. filter messages or move to inbox
10896                 this will also find old messages left in processing after
10897                 a crash or something like that and we get a real msginfo
10898                 from folder->get_msg_list and do not have to create our
10899                 own in filter_message
10900         * src/matcher_parser_parse.y
10901                 remove MIX/MAX warning (reordered includes)
10902
10903 2002-02-25 [paul]       0.7.2claws13
10904
10905         * sync with sylpheed 0.7.2cvs15
10906                 see ChangeLog entry 2002-02-24
10907
10908 2002-02-24 [alfons]     0.7.2claws12
10909
10910         * src/filtering.c
10911                 clear old color flags first when applying a new color to
10912                 a message info. 
10913                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10914
10915 2002-02-24 [alfons]     0.7.2.claws11
10916         
10917         * AUTHORS
10918         * src/prefs_common.c
10919                 add presets for Opera and Konqueror, closes patch #517261,
10920                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10921
10922 2002-02-24 [alfons]     0.7.2.claws10
10923
10924         * AUTHORS
10925         * src/summaryview.c
10926                 fix threading for null message ids, closes patch #521601,
10927                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10928
10929 2002-02-24 [alfons]     0.7.2claws9
10930
10931         * src/summaryview.c
10932         * src/filtering.c
10933                 make Tool | Filter Message work with filtering system so
10934                 setting flags also works
10935
10936                 TODO:
10937
10938                 - Processing uses the same function as Tool | Filter
10939                   Message, but doesn't use the same update proc yet
10940
10941 2002-02-23 [paul]       0.7.2claws8
10942
10943         * sync with sylpheed 0.7.2cvs14
10944                 see ChangeLog entries 2002-02-22 and 2002-02-23
10945
10946 2002-02-22 [christoph]  0.7.2claws7
10947
10948         * src/quote_fmt.c
10949                 Add column space to table
10950         * src/quote_fmt_parse.y
10951                 Close files
10952
10953 2002-02-22 [paul]       0.7.2claws6
10954
10955         * src/Makefile.am
10956           src/defs.h
10957           src/filtering.c
10958           src/inc.[ch]
10959           src/mainwindow.c
10960           src/matcher.[ch]
10961           src/matcher_parser_lex.l
10962           src/matcher_parser_parse.y
10963           src/pop.[ch]
10964           src/prefs_account.h
10965           src/prefs_filtering.c
10966           src/selective_download.[ch]   *** NEW FILES ***
10967           src/utils.[ch]
10968           po/POTFILES.in
10969                 Selective Download added to 'Tool' menu. 
10970                 Retrieves email headers of the currently selected pop3 
10971                 account and allows the user to mark emails for deletion 
10972                 right on the pop3 server. Patch submitted by Oliver Haertel 
10973                 <oha@users.sourceforge.net>.
10974         
10975         * po/POTFILES.in
10976                 add 'src/quote_fmt.c'           
10977
10978 2002-02-22 [christoph]  0.7.2claws5
10979
10980         * src/Makefile.am
10981                 added quote_fmt.c
10982         * src/prefs_common.[ch]
10983         * src/prefs_template.c
10984         * src/quote_fmt.c               *** NEW FILE ***
10985         * src/quote_fmt.h
10986                 move quote format symbol description code
10987                 to it's own file because it is used from
10988                 differnent code parts
10989                 Rewrote symbol description GUI
10990                   + use table
10991                   + add separators
10992                   + get data from array (no more long constant strings)
10993         * src/quote_fmt_lex.l
10994         * src/quote_fmt_parse.y
10995                 Symbol for Literal % changed to \% instead of %%
10996                 (More logical as \ is used for quoting for other symbols)
10997                 Add |f and |p to include files and program output
10998                 Examples:
10999                     |f{/home/.../.signature}
11000                     |p{date}
11001         * po/de.po
11002                 Correct wrong spelling for "Referenzen"
11003
11004 2002-02-21 [paul]       0.7.2claws4
11005
11006         * src/procmsg.c
11007                 forgotten during sync
11008
11009 2002-02-21 [paul]       0.7.2claws3
11010
11011         * sync with sylpheed 0.7.2cvs11
11012                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11013                 2002-02-20 and 2002-02-21
11014
11015 2002-02-20 [melvin]     0.7.2claws2
11016
11017         * src/prefs_actions.c
11018                 Added error report when child cannot fork or when execvp 
11019                 returns with an error.
11020
11021 2002-02-19 [christoph]  0.7.2claws1
11022
11023         * src/codeconv.c
11024                 return unconverted text if conde conversion is not possible
11025                 when libjconv is used.
11026                 (patch submitted by "Simon 'corecode' Schubert")
11027
11028 2002-02-19 [paul]       
11029
11030         * version 0.7.2claws release
11031
11032 2002-02-19 [paul]       0.7.2claws
11033
11034         * po/nl.po
11035                 updated by Wilbert Berendsen
11036
11037
11038 2002-02-18 [alfons]     0.7.1claws13
11039
11040         * src/syldap.c
11041         * src/jpilot.c
11042                 remove references to dlfcn and explicitly loading functions
11043                 from dynalink libs, because libs linked anyway, and functions
11044                 are loaded explicitly
11045
11046 2002-02-17 [melvin]     0.7.1claws12
11047
11048         * src/prefs_actions.c
11049                 Replaced children wait loop with double fork technique.
11050                 Now, input/output window updated at each new output.
11051                 free_children(): Fixed a memory leak.
11052                 Made input/output window non closable if running children
11053                 still exist.
11054                 Added missing <unistd.h> include.
11055                 Added some --debug outputs.
11056
11057 2002-02-17 [melvin]     0.7.1claws11
11058
11059         * src/summaryview.c
11060                 Fixed bug where descending sort order did not select top
11061                 message.
11062
11063 2002-02-17 [melvin]     0.7.1claws10
11064
11065         * acconfig.h
11066                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11067         * src/prefs_common.c
11068                 Pspell data package directory no more hard coded but
11069                 set during configuration (PSPELL_PATH). (Thanks to 
11070                                 Gustavo Noronha Silva.)
11071
11072 2002-02-17 [melvin]     0.7.1claws9
11073
11074         * configure.in
11075                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11076         * src/gtkspell.c
11077                 Fixed compile-time warnings.
11078
11079 2002-02-16 [alfons]     0.7.1claws8
11080
11081         * src/filesel.c
11082                 fix inadvertent free of NULL pointer which caused
11083                 sylpheed to crash when closing the save-as dialog
11084                 using the window close button
11085
11086 2002-02-16 [carsten]    0.7.1claws7
11087         * src/mainwindow.[ch]
11088           src/summaryview.c
11089           src/prefs_common.c
11090                 fixes for pixmap theming code:
11091                         - recently changed mail attributes shouldn't get
11092                           lost any longer
11093                         - theme is only reloaded iff another theme was
11094                           selected
11095
11096 2002-02-16 [paul]       0.7.1claws6
11097
11098         * sync with sylpheed 0.7.2 release
11099                 see ChangeLog entry 2002-02-15 and 2002-02-16
11100
11101 2002-02-15 [paul]       0.7.1claws5
11102
11103         * sync with sylpheed 0.7.1cvs9
11104                 see ChangeLog entry 2002-02-15
11105
11106         * po/POTFILES.in
11107                 remove unneeded headerwindow.c entry
11108
11109 2002-02-14 [carsten]    0.7.1claws4
11110         * src/summaryview.c
11111                 fixed a bug for "Go to next unread message": there was
11112                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11113                 in the prefs, because of doing "Search again" instead
11114                 "No"
11115
11116 2002-02-14 [carsten]    0.7.1claws3
11117         * src/stock_pixmap.c
11118                 removed 2 more mem leaks; following memprof,
11119                 this code is "leak free" now :)
11120
11121 2002-02-14 [carsten]    0.7.1claws2
11122         * src/stock_pixmap.c
11123                 used opendir/readdir/closedir instead of scandir
11124                 -> code should work now on Solaris
11125
11126 2002-02-14 [paul]       0.7.1claws1
11127
11128         * sync with sylpheed 0.7.1cvs8
11129                 see ChangeLog entries 2002-02-13 and 2002-02-14
11130
11131         * README.claws
11132                 add some description of Actions and Pixmap Themes
11133
11134 2002-02-13 [paul]       
11135
11136         * version 0.7.1claws release
11137
11138 2002-02-13 [paul]       0.7.1claws
11139
11140         * po/es.po
11141           po/it.po
11142           po/pt_BR.po
11143                 updated translations, submitted by Ricardo Mones Lastra,
11144                 Alessandro Maestri and Fabio Junior Beneditto
11145
11146 2002-02-13 [melvin]     0.7.0claws75
11147
11148         * src/prefs_actions.c
11149                 Added missing "signal.h" include
11150
11151 2002-02-13 [melvin]     0.7.0claws74
11152
11153         * src/prefs_folder_item.c
11154                 Added missing "config.h" include
11155         * po/fr.po
11156                 Updated French translation for folder propriety.
11157
11158 2002-02-13 [jens]       0.7.0claws73
11159
11160         * po/POTFILES.in
11161                 Added missing src/prefs_folder_item.c [log added by melvin]
11162         * po/de.po
11163                 Updated German translation.
11164
11165 2002-02-13 [melvin]     0.7.0claws72
11166
11167         * po/fr.po
11168                 Updated French translation.
11169
11170 2002-02-13 [melvin]     0.7.0claws71
11171
11172         * src/gtkutils.c
11173                 Made gtkut_editable_get_selection return NULL if selection
11174                 is of length zero.
11175                 This fixes a bug where selecting part of message A then
11176                 switching to message B and replying to it will not
11177                 quote the message's body.
11178
11179 2002-02-12 [paul]       0.7.0claws70
11180
11181         * src/mainwindow.c
11182                 cosmetic, relating to pixmap themes: on toolbar make 
11183                 updating of 'Exec' and 'Compose news/Compose email'
11184                 icons faster.
11185
11186 2002-02-12 [carsten]    0.7.0claws69
11187         * src/folderview.c
11188           src/mainwindow.[ch]
11189           src/stock_pixmap.c
11190           src/summaryview.c
11191           src/prefs_common.c
11192                 - refreshing after changing pixmap theme better
11193                   now (thanks Paul)
11194                 - wanted to remove some mem leaks, but alfons was
11195                   faster (and had the better solution ;)
11196
11197 2002-02-12 [alfons]     0.7.0claws68
11198
11199         * src/prefs_common.c
11200         * src/stock_pixmap.[ch]
11201                 plug mem leaks, refactor code a little bit
11202
11203
11204 2002-02-12 [sergey]     0.7.0claws67
11205
11206         * src/imap.c
11207                 Fixed problem with copying messages to IMAP folders when the
11208                 server uses something other than '/' as a namespace separator
11209                 (cyrus-imapd uses '.').
11210
11211 2002-02-12 [jens]       0.7.0claws66
11212
11213         * po/de.po
11214                 Updated German Translation
11215
11216 2002-02-12 [paul]       0.7.0claws65
11217
11218         * sync with sylpheed 0.7.1cvs1
11219                 see ChangeLog entry 2002-02-12
11220
11221 2002-02-12 [melvin]     0.7.0claws64
11222
11223         * src/prefs_actions.c
11224                 Fixed "feature" where children's output was duplicated 
11225                 instead of refreshed while monitoring.
11226                 Removed some debug code.
11227
11228 2002-02-12 [christoph]  0.7.0claws63
11229
11230         * src/compose.c
11231                 always delete message from queue after sending/send error
11232                 (closes bug #509601)
11233
11234 2002-02-12 [melvin]     0.7.0claws62
11235
11236         * src/prefs_actions.c
11237                 Children wait loop is now triggered with a timeout of 1s
11238                 Added %F which is replaced with the list of filenames 
11239                 of all selected messages (as suggested by Ricardo Mones Lestra)
11240                 Pipe syntax changed. Prefix with | to send selection, postfix
11241                 with | to retrieve output. Prefix with > or * to send
11242                 user definable input to the command (*: input is hidden)
11243                 Old pipe action should now be postfixed with |, too.
11244
11245 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11246         * src/stock_pixmap.c
11247                 fixed a bug: if there's no theme directory don't
11248                 throw an error, just do "nothing" (thanks Alfons)
11249
11250 2002-02-12 [carsten]    0.7.0claws60
11251         * src/folderview.c
11252           src/summaryview.c
11253                 had to write the cache twice (nasty!); some marks would 
11254                 get lost if not
11255
11256 2002-02-11 [carsten]    0.7.0claws59
11257         * acconfig.h
11258           configure.in
11259           doc-src/maintainer_guide.txt
11260           src/compose.[ch]
11261           src/defs.h
11262           src/folderview.[ch]
11263           src/gtkutils.[ch]
11264           src/mainwindow.[ch]
11265           src/prefs_common.[ch]
11266           src/stock_pixmap.[ch]
11267           src/summaryview.[ch]
11268                 pixmap theming and related work on pixmap
11269                 handling on some other places
11270                 (e.g. hrm features for all folder)
11271           src/pixmap/stock_*.xpm -> the stock_ was removed
11272         
11273 2002-02-11 [paul]       0.7.0claws58
11274
11275         * sync with sylpheed 0.7.1 release
11276                 see ChangeLog entries 2002-02-11
11277
11278 2002-02-08 [paul]       0.7.0claws57
11279
11280         * sync with sylpheed 0.7.0cvs39
11281                 see ChangeLog entry 2002-02-07 (last entry) 
11282
11283         * src/prefs_actions.c
11284           src/prefs_filtering.c
11285           src/prefs_matcher.c
11286           src/prefs_scoring.c
11287                 sync: made it compile with C compilers other than gcc
11288
11289 2002-02-07 [paul]       0.7.0claws56
11290
11291         * sync with sylpheed 0.7.0cvs38
11292                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11293                 2002-02-07
11294
11295 2002-02-07 [darko]      0.7.0claws55
11296
11297         * src/gtkutils.[ch]
11298         * src/summaryview.c
11299                 Fix const gchar */gchar * issue (thanks Hiro)
11300
11301 2002-02-07 [darko]      0.7.0claws54
11302
11303         * src/compose.[ch]
11304         * src/filtering.c
11305         * src/gtkutils.[ch]
11306         * src/prefs_template.c
11307         * src/quote_fmt.h
11308         * src/quote_fmt_parse.y
11309         * src/summaryview.c
11310         * src/utils.[ch]
11311                 When replying or forwarding an email don't quote the entire
11312                 mail body but use the part of the message text that is selected
11313
11314 2002-02-06 [melvin]     0.7.0claws53
11315
11316         * src/prefs_common.[ch]
11317         * src/gtkspell.[ch]
11318         * src/compose.c
11319                 Made possible to switch quickly to last used dictionary
11320                 which makes checking bilingual documents easier.
11321
11322 2002-02-06 [melvin]     0.7.0claws52
11323         
11324         * po/POTFILES.in
11325                 Added forgotten new file src/prefs_actions.c
11326
11327 2002-02-06 [melvin]     0.7.0claws51
11328
11329         * src/prefs_actions.c   ** NEW FILE **
11330         * src/prefs_actions.h   ** NEW FILE **
11331                 Added actions to execute on message text view, or on the
11332                         message's file.
11333         * src/Makefile.am
11334                 Added src/prefs_actions.[ch]
11335         * src/compose.c
11336                 Added new menu "Edit/Actions"
11337         * src/defs.h
11338                 Added new actionsrc file.
11339         * src/main.c
11340                 Added actionsrc reading.
11341         * src/mainwindow.c
11342                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11343         * src/prefs_common.h
11344                 Added new element actionslst element to prefs_common.
11345
11346 2002-02-06 [paul]       0.7.0claws50
11347
11348         * sync with sylpheed 0.7.0cvs36
11349                 see ChangeLog entry 2002-02-06
11350
11351 2002-02-05 [paul]
11352
11353         * po/es.po
11354                 updated by Ricardo Mones Lastra
11355
11356 2002-02-05 [paul]       0.7.0claws49
11357
11358         * sync with sylpheed 0.7.0cvs33
11359                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11360
11361 2002-02-05 [paul]       0.7.0claws48
11362
11363         * src/compose.c
11364                 re-add 'Edit/Advanced/Delete entire line', previously named
11365                 'Delete Line+'
11366
11367 2002-02-04 [paul]       0.7.0claws47
11368
11369         * src/compose.c
11370           src/summaryview.c
11371                 fix bug #494993 (Reply All not taking Reply-To into consi)
11372                 eliminate differences in behaviour of right-click 'Reply to all' 
11373                 in summary view and 'Reply to all' on the toolbar. 
11374                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11375                 view and From gets ignored by 'Reply to all' on toolbar.
11376                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11377                 From when no Reply-To header is present.
11378
11379 2002-02-04 [paul]       0.7.0claws46
11380
11381         * sync with sylpheed 0.7.0cvs30
11382                 see ChangeLog entries 2002-02-03 and 2002-02-04
11383
11384 2002-02-03 [melvin]     0.7.0claws45
11385
11386         * src/gtkspell.[ch]
11387                 Readded function to highlight all misspelled words.
11388                 Fixed bug where user-provided-words did not replace
11389                         correctly the misspelled word when using the mouse.
11390                 Fixed bug where checking a region selected from right to left did
11391                         not check the region at all.
11392                 Fixed bug where 'Check backwards' may not check at all. 
11393                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11394                 Fixed possible buffer overflow when checking for long strings (>1k).
11395                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11396                 Accelerators code uses now gtk_widget_add_accel.
11397                 Removed and disabled obsolete and unfinished code.
11398                 Cleaning up.
11399
11400         * src/compose.c
11401                 Added menu item to Highlight all misspelled words.
11402
11403 2002-02-01 [paul]       0.7.0claws44
11404
11405         * src/mainwindow.c
11406                 fix '/View/Hide read messages' sensitivity when all
11407                 messages in a folder are hidden
11408
11409 2002-02-01 [paul]       0.7.0claws43
11410
11411         * src/main.c
11412                 add --send option to command line interface, sends all
11413                 queued mail. Patch submitted by Ricardo Mones Lastra.
11414
11415 2002-01-31 [paul]       0.7.0claws42
11416
11417         * src/mainwindow.c
11418                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11419
11420 2002-01-31 [paul]       0.7.0claws41
11421
11422         * sync with sylpheed 0.7.0cvs27
11423                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11424                 and 2002-01-31
11425
11426         * src/textview.c
11427                 comment out elements of textview_show_part() as temporary
11428                 workaround for attachment 'Display as text' bug 
11429
11430         * po/pt_BR.po
11431                 updated by Fabio Junior Beneditto
11432
11433 2002-01-30 [paul]       0.7.0claws40
11434
11435         * sync with sylpheed 0.7.0cvs24
11436                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11437                 and 2002-01-30
11438
11439         * src/compose.c
11440                 add {N_("/_Spelling"), ... "<Branch>"} to 
11441                 GtkItemFactoryEntry compose_entries[]
11442
11443         * src/prefs_common.c
11444                 add claws menu items to prefs_keybind_apply_clicked()
11445                 and remove non-claws menu items
11446
11447 2002-01-29 [paul]       0.7.0claws39
11448
11449         * sync with sylpheed 0.7.0cvs22
11450                 see ChangeLog entries 2002-01-28 and 2002-01-29
11451
11452 2002-01-28 [melvin]     0.7.0claws38
11453
11454         * src/compose.c
11455                 Added the declartion of compose_send_control_enter.
11456
11457         * src/compose.c
11458         * src/gtkspell.[ch]
11459                 Added in a 'Spelling' menu which includes the configuration menu. 
11460                 Added a real 'Check all' and got rid from the old one which only
11461                 highlited misspelled word.
11462                 Made 'Check while typing' a disableable option.
11463                 Added a dialog when there are no more misspelled word.
11464                 Added a dialog if error occurs when switching to a dictionary.
11465         
11466         * src/prefs_common.[ch]
11467                 Added option for the default 'Check while typing' option.
11468
11469
11470 2002-01-28 [alfons]     0.7.0claws37
11471
11472         * src/compose.c
11473                 fix buglet and make code comply with sylpheed code style
11474
11475 2002-01-28 [paul]       0.7.0claws36
11476
11477         * sync with sylpheed 0.7.0cvs19
11478                 see ChangeLog entries for 2002-01-28
11479
11480 2002-01-28 [hoa]        0.7.0claws35
11481
11482         * src/defs.h
11483                 added rendererrc
11484
11485         * src/main.c
11486                 read the renderer config
11487
11488         * src/procmime.[ch]
11489                 use the renderer config to convert mime attachments
11490
11491         * src/textview.c
11492                 don't use textview_show_html/ertf,
11493                 use get_text_content instead
11494
11495 2002-01-27 [alfons]     0.7.0claws34
11496         
11497         * src/news.c
11498                 make sylpheed believe it can delete a news message...
11499                 (messages are NOT deleted, maybe we should remove
11500                 processing from the folder properties after all.)
11501
11502 2002-01-27 [alfons]     0.7.0claws33
11503
11504         * src/folder.c
11505                 add extra checks
11506         * src/news.c
11507                 implement remove_msg() 
11508
11509 2002-01-27 [alfons]     0.7.0claws32
11510
11511         * src/procmsg.h
11512         * src/procheader.c
11513         * src/messageview.c
11514                 fix return receipt / disposition notification again. this
11515                 stuff seems to break on _every_ major summary UI change, so
11516                 it's now implemented using a flag which is saved in the
11517                 marks cache
11518                 
11519 2002-01-26 [alfons]     0.7.0claws31
11520
11521         * src/import.c
11522                 let import dialog show the destination folder identifier
11523
11524 2002-01-26 [melvin]     0.7.0claws30
11525
11526         * src/folderview.c
11527         * src/summaryview.c
11528                 Readded 'Mark all read' into summary view popup menu
11529                 Added 'Mark all read' in folder view popup menu for IMAP
11530                 and NNTP.
11531                 Made it insensitive if the selected folder is not the shown
11532                 one to avoid 'Mark all read' on the wrong folder.
11533                 
11534 2002-01-26 [paul]       0.7.0claws29
11535
11536         * src/folderview.c
11537           src/summaryview.c
11538                 move 'Mark all read' from summary view to folder view
11539                 menu. (adapted from) patch submitted by Jeremy Andrews,
11540                 <lists@kerneltrap.com>
11541
11542 2002-01-25 [alfons]     0.7.0claws28
11543
11544         * src/gtkstext.c
11545                 put the gtk class name back so GtkSText adapts the 
11546                 settings of GtkText
11547
11548 2002-01-25 [alfons]     0.7.0claws27
11549
11550         * src/folderview.c 
11551                 assimilate Ricardo's patch that shows pixmaps instead of
11552                 plain "new" and "unread" texts in the folder view column
11553                 headers 
11554
11555 2002-01-25 [paul]       0.7.0claws26
11556
11557         * src/Makefile.am
11558                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11559                 be found in non-standard locations. 
11560                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11561
11562 2002-01-25 [paul]       0.7.0claws25
11563
11564         * sync with sylpheed 0.7.0cvs16
11565                 see ChangeLog entry 2002-01-25
11566
11567 2002-01-24 [paul]       0.7.0claws24
11568
11569         * more sync with sylpheed 0.7.0cvs15
11570                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11571
11572 2002-01-23 [sergey]     0.7.0claws23
11573
11574         * src/importldif.c
11575                 Fixed segfault when closing LDIF import wizard with
11576                 the window manager.
11577         * src/imageview.c
11578         * src/imageview.h
11579         * src/messageview.c
11580         * src/mimeview.c
11581                 Fixed wrong scrolling position after switching between
11582                 text and image parts.
11583
11584 2002-01-23 [paul]       0.7.0claws22
11585
11586         * sync with sylpheed 0.7.0cvs15
11587                 see ChangeLog entries 2002-01-22 and 2002-01-23
11588
11589 2002-01-21 [melvin]     0.7.0claws21
11590
11591         * src/prefs_scoring.c
11592         * src/prefs_filtering.c
11593                 Fixed bug where scoring and filtering windows stopped
11594                 autochecking.
11595
11596 2002-01-21 [paul]       0.7.0claws20
11597
11598         * sync with sylpheed 0.7.0cvs12
11599                 see ChangeLog entries 2002-01-20 and 2002-01-21
11600
11601 2002-01-21 [carsten]    0.7.0claws19
11602         * src/mainwindow.c
11603         * src/menu.[ch]
11604         * src/messageview.[ch]
11605         * src/summaryview.[ch]
11606                 changes to shortcuts handling again:
11607                         + "Q" now controled by mainwin
11608                         + v/V are now customizable and have slightly
11609                           different meanings
11610                 the "button" to minimize the messageview (and maximize
11611                 the summary view) is a real button now
11612         * src/compose.c
11613                 "Delete Line+" added to Edit/Advanced (this will also
11614                 delete the '\n')
11615
11616 2002-01-20 [melvin] 0.7.0claws18
11617
11618         * src/addressbook.c
11619                 Made "Bcc" sensitive when addressbook is called from
11620                 compose window (it was a Claws only bug).
11621
11622 2002-01-19 [alfons] 0.7.0claws17
11623
11624         * src/inc.c
11625                 prevent unnecessary updates when currently selected folder has
11626                 no new messages 
11627
11628 2002-01-19 [alfons] 0.7.0claws16
11629         
11630         * src/summaryview.c
11631                 prevent writing the cache based on current message list in summary 
11632                 view when filtering also put messages in currently selected folder
11633
11634 2002-01-19 [paul]
11635
11636         * po/it.po
11637                 Italian translation submitted by Alessandro Maestri
11638                 <a.maestri@cs.tin.it>
11639
11640 2002-01-18 [melvin]     0.7.0claws15
11641
11642         * src/prefs_filters.c
11643                 fixed bug where 'cancel' from 'filters' window stops autochecking
11644                 if the timer timed out  when the window was open.
11645
11646 2002-01-18 [match]      0.7.0claws14
11647
11648         * src/addrclip.[ch]     ** NEW FILE **
11649         * src/addrselect.[ch]   ** NEW FILE **
11650         * src/adbookbase.h      ** NEW FILE **
11651                 addressbook cut, copy and paste
11652         * src/addrbook.[ch]
11653         * src/addrcache.[ch]
11654         * src/addressitem.h
11655         * src/addrindex.[ch]
11656         * src/addritem.[ch]
11657         * src/importldif.c
11658         * src/importmutt.c
11659         * src/jpilot.[ch]
11660         * src/syldap.[ch]
11661         * src/vcard.[ch]
11662         * src/jpilot.[ch]
11663         * src/editbook.c
11664         * src/editjpilot.c
11665         * src/editldap.c
11666         * src/editvcard.c
11667                 support for copy/paste
11668         * src/addressbook.c
11669                 support for copy/paste
11670                 tidy up menu option processing
11671                 correct address list function arguments
11672         * src/editaddress.c
11673                 sort user attributes
11674         * src/ldif.h
11675         * src/mutt.h
11676                 tidy up
11677
11678         * src/addrbook.[ch]
11679         * src/addrbook.[ch]
11680         * src/addrbook.[ch]
11681                 
11682
11683 2002-01-18 [paul]       0.7.0claws13
11684
11685         * sync with sylpheed 0.7.0cvs8
11686                 configure.in: support Mac OS X (Darwin)
11687
11688 2002-01-18 [carsten]    0.7.0claws12
11689         * src/html.c
11690                 small hack to fix a segfault with an empty href
11691                 (reported by Alexandra Walford <deeni@altern.org>)
11692         * src/mainwindow.c
11693         * src/summaryview.c
11694                 the shortcuts for Mark und Mark as unread are hardcoded
11695                 again
11696         * src/compose.c
11697         * src/gtkstext.[ch]
11698                 readded the shortcuts in gtkstext but made them
11699                 customizeable (simply by adding a menu plus a wrapper
11700                 to compose.c)
11701
11702 2002-01-17 [melvin]     0.7.0claws11
11703
11704         * src/gtkspell.c
11705                 fix default dictionary not being saved.
11706
11707 2002-01-16 [darko]      0.7.0claws10
11708
11709         * src/compose.c
11710                 fix wrapping crash with URL longer than wrapping margin
11711
11712 2002-12-08 [hoa]        0.7.0claws10
11713
11714         * src/matcher_parser_parse.y
11715                 fixed some bugs
11716
11717         * src/prefs_filtering.c
11718                 now, we can use bounce action in the dialog box.
11719
11720 2002-01-16 [carsten]    0.7.0claws9
11721         * src/gtkstext.c
11722                 removed the <control> and <alt> shortcuts because they're
11723                 not needed and interefered with the "normal" shortcuts
11724         * src/mainwindow.c
11725         * src/summaryview.c
11726                 removed most of the hardcoded shortcuts and assigned
11727                 them to menu entries making them easy customizable by
11728                 that
11729
11730 2002-01-16 |melvin]     0.7.0claws8
11731
11732         * src/gtkspell.c
11733                 fixed bug where using the mouse and when the compose
11734                 window is not on top may result in a crash.
11735
11736 2002-01-16 [melvin]     0.7.0claws7
11737
11738         * src/compose.c
11739                 fixed a long standingspell checker bug which could 
11740                 cause a crash after sending a message.
11741
11742 2002-01-16 [paul]       0.7.0claws6
11743
11744         * sync with sylpheed 0.7.0cvs7
11745                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11746                 2002-01-15, and 2002-01-16
11747
11748 2002-01-16 [melvin]     0.7.0claws5
11749
11750         * README.claws
11751         * src/compose.c
11752         * src/gtkspell.[ch]
11753         * src/main.c
11754                 Heavily modified spell checker code to work around
11755                 ispell bug, to add keyboard shortcuts and for future
11756                 enhancements. See README.claws for usage information.
11757
11758 2002-01-15 [alfons]     0.7.0claws4
11759         
11760         * src/summaryview.c
11761                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11762                 so sorting within threads reflects sort mode
11763
11764 2002-01-15 [christoph]  0.7.0claws3
11765
11766         * src/procmsg.c
11767                 added alertpanel if mail sending failed
11768
11769 2002-01-15 [alfons]     0.7.0claws2
11770         
11771         * src/prefs_filtering.c
11772                 don't stop timer when prefs filtering dialog is opened
11773
11774 2002-01-14 [alfons]     0.7.0claws1
11775
11776         * src/addr_compl.c
11777         * src/prefs.c
11778                 remove debug_print()s for privacy reasons
11779
11780 2002-01-14 [darko]      0.7.0claws
11781
11782         * README.claws
11783                 quotation wrapping is now also in the main branch
11784
11785 2002-01-14 [paul]
11786
11787         * tools/filter_conv.pl
11788                 allow for Boolean Op and case-sensitivity
11789                 this file is included in the release and tagged
11790                 'rel_0_7_0'
11791
11792 2002-01-13 [paul]       0.7.0claws
11793
11794         * release 0.7.0, with cvs tag 'rel_0_7_0'
11795
11796 2002-01-13 [paul]
11797
11798         * tools/filter_conv.pl
11799         * tools/README
11800                 rewritten to output to matcherrc instead of filteringrc
11801
11802         * po/es.po
11803                 updated Spanish translation by Ricardo Mones Lastra
11804
11805 2002-01-13 [alfons]
11806
11807         * po/nl.po
11808                 update dutch translation
11809
11810 2002-01-13 [paul]
11811
11812         * po/pt_BR.po
11813                 Updated by Fabio Junior Beneditto 
11814
11815 2002-01-13 [melvin]     0.6.6claws53
11816
11817         * po/fr.po
11818                 Updated french translation
11819
11820 2002-01-12 [alfons]     0.6.6claws52
11821
11822         * src/filtering.c
11823                 plug mem leak that has been sitting there for ages              
11824
11825 2002-01-12 [alfons]     0.6.6claws51
11826
11827         * src/summaryview.c
11828                 undo melvin's changes from 0.6.6claws48 because summary
11829                 view now refuses to select first unread message when
11830                 selecting a folder 
11831
11832 2002-01-11 [alfons]     0.6.6claws50
11833
11834         * src/import.c
11835                 use claws' semantics for getting folder item when
11836                 importing an mbox file into a folder 
11837                 (submitted by Dale P. Smith)
11838
11839 2002-01-11 [christoph]  0.6.6claws49
11840
11841         * src/prefs.h
11842                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11843                 toggle widget, because non static prefs can not use
11844                 prefs_set_* functions
11845         * src/prefs_account.c
11846                 toggle smtp auth password field sensitivity if
11847                 user id is empty and add descrition of usage for
11848                 these fields
11849         * src/prefs_folder_item.c
11850                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11851                 callbacks
11852
11853 2002-01-11 [melvin]     0.6.6claws48
11854
11855         * src/compose.c
11856                 fix the 'Ctrl-Enter' feature for sending and test really
11857                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11858                 editables which was not documented in Gtk)
11859
11860         * src/summaryview.c
11861                 Made summaryview refresh after sorting and not before.
11862
11863 2002-01-11 [christoph]  0.6.6claws47
11864
11865         * src/compose.c
11866                 select account from account ids if possible and
11867                 correctly set save folder for copy in reedit
11868
11869 2002-01-10 [paul]       0.6.6claws46
11870
11871         * sync with sylpheed 0.7.0 release
11872                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11873                 2002-01-09
11874
11875 2002-01-09 [alfons]
11876
11877         * src/summaryview.c
11878                 remove more dirt traces...
11879
11880 2002-01-09 [alfons]
11881         
11882         * src/summaryview.c
11883                 clean up some traces of my debugging stuff
11884
11885 2002-01-09 [alfons]     0.6.6claws45
11886
11887         * src/filtering.c
11888                 break up filteringprop_apply() in three separate pieces
11889                 so we can drop messages that failed processing in the
11890                 inbox
11891
11892         * src/summaryview.c
11893                 fix bug #469598 "no refresh of inbox after filter" which 
11894                 was introduced by the new summary view locking, and which 
11895                 prevented the summary view to update after a manual filter 
11896                 message. claw's filter message requires a summary_show().
11897                 (aargh, summary_show() again! :-)
11898                 
11899 2002-01-07 [alfons]     0.6.6claws44
11900
11901         * src/headerwindow.c
11902         * src/logwindow.c
11903         * src/messageview.c
11904         * src/sourcewindow.c
11905                 bring in Hiro's last 0.7.0 wm class fixes
11906
11907         * tools/sylprint.pl
11908                 bring in Ricardo's fix for sylprint script
11909
11910         * AUTHORS       
11911         * src/rfc2015.[ch]
11912         * src/prefs_common.[ch]
11913         * src/prefs_account.[ch]
11914         * src/compose.c
11915                 clean up account preference poison in rfc2015,
11916                 and preparation to fix double sign bug 
11917                 (patch submitted by Simon 'corecode' Schubert)
11918
11919 2002-01-07 [christoph]  0.6.6claws43
11920
11921         * src/mh.c
11922                 search for free message number, do not only rely
11923                 on last_num
11924         * src/send.c
11925                 fix smtp auth and use extra account information
11926                 if available, if not use pop3 data instead
11927                 (closes bug #500341)            
11928         * src/ssl.[ch]
11929                 match coding style
11930
11931 2002-01-06 [alfons]     0.6.6claws42
11932
11933         * src/mainwindow.c
11934                 try making the separate windows work again...
11935
11936 2002-01-06 [alfons]     0.6.6claws41
11937
11938         * src/mainwindow.c
11939                 adapt Hiro's separate window menu (to get rid of the funny
11940                 duplicate menu items), and make it work again
11941
11942 2002-01-06 [alfons]     0.6.6claws40
11943
11944         * tools/Makefile.am
11945         * tools/sylprint.rc
11946         * tools/sylprint.pl
11947         * tools/README.sylprint
11948                 add sylprint script for printing mails from Sylpheed
11949                 (contributed by Ricardo Mones Lastra)
11950
11951         * src/acount.c
11952                 clean up
11953
11954 2002-01-06 [melvin]     0.6.6claws39
11955
11956         * src/mainwindow.c
11957         * src/summaryview.c
11958                 Fixed crash introduced in 0.6.6claws38 by the menu
11959                 reorganisation (Hide read messages)
11960         
11961         * ChangeLog.claws 
11962                 Fixed typo (we are now in 2002, alfons ;) )
11963
11964 2002-01-05 [alfons]     0.6.6claws38
11965
11966         * sync with sylpheed 0.6.6cvs10-17
11967                 (last stuff marked as LAST_STABLE)
11968
11969 2002-01-04 [melvin]     0.6.6claws37
11970
11971         * src/account.c
11972                 Made account selection code use strcasestr again instead of
11973                 g_strcasecmp (fixes bug where reediting queued messages
11974                 did not select proper account reported by T. Link).
11975         
11976         * src/folderview.c
11977                 Fix bug where folder icons are not shown when 'hide read messages'
11978                 is on.
11979         
11980         * src/stock_pixmaps.[ch]
11981                 Added folder icons for 'hide read messages'.
11982         
11983         * src/compose.c
11984                 Fixed bug where 'Enter' in a header entry will send the message 
11985                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11986
11987 2002-01-03 [melvin]     0.6.6claws36
11988         
11989         * src/prefs.[ch]
11990                 Added popup menu for common preferences and
11991                 account preferences (right click on tab displays
11992                                 a menu of all tabs.)
11993
11994 2002-01-02 [melvin]     0.6.6claws35
11995
11996         * src/gtkspell.[ch]
11997                 Made spelling code compatible with undo/redo feature.
11998                 Added creation of suggestion mode menu for the general
11999                         preferences.
12000         
12001         * src/prefs_common.[ch]
12002                 Added option menu for the speller's suggestion mode.
12003                 Added missing spaces in "..." buttons and made a "..."
12004                         button non translatable!
12005         
12006         * src/compose.c
12007                 Made speller use the default suggestion mode.
12008                 Hack to make it possible to choose 'CTRL-Enter' as a
12009                         shortcut for sending (and only for sending).
12010
12011         * src/prefs_folder_item.c
12012                 Changing subject simplification does not update cache 
12013                         anymore (because it is unnecessary).
12014                 Fixed bug where changing subject simplification updated the 
12015                         summaryview even when the viewed folder is not the
12016                         folder which properties are being changed. (E.g. 
12017                                         viewing folder A and changing
12018                                         the subject simplification of 
12019                                         folder B -not being viewed- updated the 
12020                                         summaryview of folder A with data of
12021                                         folder B). (Hope this is clear... )
12022
12023 2001-12-31 [alfons]     0.6.6claws34
12024         
12025         * src/ldif.c
12026         * src/mutt.c
12027                 fgetc() returns a signed integer which doesn't
12028                 fit in a char. so c truncates this to a char
12029                 but we may lose significant bits. i.e. we may
12030                 comparing 0xFF which may not be equal to -1
12031                 unless properly casted to signed char which
12032                 we won't do because fgetc() returns a signed
12033                 integer which doesn't fit in a char. so c 
12034                 truncates this to a char but we may lose 
12035                 significat bits. (you got the idea, thanks
12036                 to Gustavo Noronha Silva <kov@debian.org>
12037                 and the Debian folks!)
12038
12039 2001-12-30 [alfons]     0.6.6claws33
12040
12041         * src/prefs_common.c
12042                 add #ifdef USE_PSPELLs that Melvin forgot               
12043
12044 2001-12-30 [melvin]     0.6.6claws32
12045         
12046         * src/prefs_common.[ch]
12047                 Added configurable color for misspelled words.
12048
12049         * src/gtkspell.[ch]
12050                 Fixed bug of foreground text color (reported by David
12051                                 Mehrmann)
12052                 Added configurable color for misspelled words.
12053
12054 2001-12-30 [alfons]     0.6.6claws31
12055
12056         * src/folder.c
12057                 remove unnecessary things someone put there
12058
12059         * src/mh.c
12060         * src/folder.[ch]
12061                 make folder properties (like threading and sorting) persistent
12062                 (closes bug #497424 "rescan folder tree resets proprieties")
12063                 currently this is only for MH folders. 
12064
12065 2001-12-29 [melvin]     0.6.6claws30
12066
12067         * src/string_match.[ch]
12068                 Optimized a bit: regexp pattern buffer compiled only once, and
12069                   one subroutine call removed. Fixed ^ regexp search: Now, 
12070                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12071         
12072         * src/summaryview.c
12073                 Subject filtering changed to filter summary columns and
12074                   not directly the messages subject cache. The loss in 
12075                   performance is balanced by the improvement of string_match.
12076                 Added an alert panel if there is an error in the regexp.
12077
12078         * src/src/prefs_folder_item.h
12079                 Added a regexp pattern buffer.
12080
12081 2001-12-28 [alfons]     0.6.6claws29
12082
12083         * src/string_match.[ch]
12084                 clean up name space
12085                 allow compilation *BSD
12086
12087 2001-12-27 [alfons]     0.6.6claws28
12088
12089         * src/filter.c
12090                 sync the Hiro's bug fix for BSD
12091
12092 2001-12-27 [melvin]     0.6.6claws27
12093         
12094         * src/compose.c
12095                 Simplify focus to subject entry code.
12096
12097 2001-12-27 [darko]      0.6.6claws26
12098
12099         * src/filtering.c
12100         * src/mbox_folder.c
12101         * src/messageview.c
12102         * src/mh.c
12103         * src/procheader.[ch]
12104         * src/procmsg.h
12105         * src/stock_pixmap.[ch]
12106         * src/summaryview.c
12107                 Show key icon for encrypted mails in summary view
12108
12109         * src/pixmaps/clip.xpm
12110         * src/pixmaps/clipkey.xpm
12111         * src/pixmaps/key.xpm
12112                 New/modified icons for the above
12113
12114 2001-12-27 [melvin]     0.6.6claws25
12115
12116         * src/prefs_common.c
12117                 Put spell checker options in a separate tab to decrease
12118                 the Common Preferences window height.
12119
12120         * README.claws  
12121                 Update spell checker usage instruction about its options
12122                 location.
12123
12124 2001-12-27 [melvin]     0.6.6claws24
12125
12126         * src/compose.c
12127                 Changed subject entry widget position. Initial focus is
12128                 on the To header instead of the subject entry.
12129                 Creating a new header scrolls the header list to make the
12130                 created one visible. Nevertheless, when automatically filling
12131                 headers, the first one is shown.
12132                 A Tab key press in the last empty header entry zips the 
12133                 focus to the subject entry.
12134                 (I did not change the combo boxes, yet)
12135
12136 2001-12-26 [alfons]     0.6.6claws23
12137
12138         * src/prefs_account.c
12139         * src/inc.c
12140                 allow default inbox to reside in another mailbox (only
12141                 works for POP3 accounts)
12142
12143 2001-12-26 [alfons]     0.6.6claws22
12144         
12145         * src/textview.c
12146                 make reply-on-click work with the account of the selected folder
12147         * src/compose.c
12148                 put a fixme here to remind me to fix finding correct default
12149                 account for nested folders
12150
12151 2001-12-25 [alfons]     0.6.6claws21
12152
12153         * src/summaryview.c
12154                 make column headers display locked and mark pixmaps (idea by Melvin) 
12155                 fix bug by adding score and locked column type to sort array
12156
12157 2001-12-25 [alfons]     0.6.6claws20
12158         
12159         * src/summaryview.c
12160                 catch a *potentially* inadvertent write back of  
12161                 the message cache(s) introduced by 0.6.5claws37
12162
12163 2001-12-25 [christoph]  0.6.6claws19
12164
12165         * src/stock_pixmap.[ch]
12166         * src/summaryview.c
12167                 add ignore thread pixmap
12168                 (can someone draw a better icon for this?)
12169
12170 2001-12-24 [alfons]     0.6.6claws18
12171
12172         * src/prefs_folder_item.c
12173                 make address completion actually work for the
12174                 Default To address in the Folder Property dialog.
12175
12176 2001-12-24 [alfons]     0.6.6claws17
12177         
12178         * src/summaryview.c
12179                 use new style regexp for subject stripping 
12180                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12181
12182 2001-12-24 [darko]      0.6.6claws16
12183
12184         * src/pgptext.c
12185         * src/rfc2015.c
12186                 move GPG related informational messages to debug mode
12187
12188 2001-12-23 [alfons]     0.6.6claws15
12189
12190         * src/stock_pixmap.[ch]
12191         * src/summaryview.c
12192                 add the forgotten Claws' locked pixmap
12193
12194 2001-12-23 [alfons]     0.6.6claws14
12195
12196         * src/filesel.c
12197                 accept file name typed in entry in multi file
12198                 selector (patch submitted by Gustavo Noronha Silva 
12199                 <kov@debian.org>)
12200
12201 2001-12-23 [alfons]     0.6.6claws13
12202
12203         * src/prefs_filter.c
12204         * src/prefs_filtering.c
12205         * src/matcher.c
12206         * src/importmutt.c
12207                 clean up a little bit
12208         
12209         * src/string_match.c
12210                 validate input strings a little bit more
12211
12212 2001-12-23 [alfons]     0.6.6claws12
12213
12214         * src/Makefile.am
12215         * src/summaryview.c
12216         * src/string_match.[ch]         ** NEW **
12217         * src/folderview.[ch]
12218         * src/headerview.h
12219         * src/folder.[ch]
12220         * src/prefs_folder_item.[ch]
12221                 add subject simplification to strip out strings from
12222                 a subject line (esp. handy for mailing lists). 
12223                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12224                 but slightly changed things for better integration.)
12225
12226 2001-12-23 [alfons]     0.6.6claws11
12227
12228         * src/mainwindow.c
12229                 fix bug introduced by submission included in 0.6.5claws52.
12230                 ideally this submission should clean the trash if any trash
12231                 folder has a message. however, the hasTrash variable was
12232                 set to false whenever a trash folder was empty (discarding
12233                 a previously found *filled* trash folder.)
12234
12235                 also edited the code a little bit and made it more safe.
12236
12237 2001-12-22 [alfons]     0.6.6claws10
12238
12239         * src/imap.c
12240                 quick fix for Martin Pool's omission of an account
12241                 specific SSL setting
12242
12243 2001-12-22 [alfons]     0.6.6claws9
12244
12245         * src/compose.c
12246         * src/messageview.c
12247         * src/mimeview.c
12248         * src/pgptext.c
12249         * src/procmime.[ch]
12250                 better support for multipart/digest (submitted
12251                 by Fredrik <e98fo@efd.lth.se>)
12252
12253 2001-12-22 [alfons]     0.6.6claws8
12254
12255         * src/addressbook.c
12256                 correct function signature
12257         * src/socket.[ch]
12258         * src/imap.[ch]
12259         * src/prefs_account.[ch]
12260                 allow IMAP over SSH tunnel (patch submitted by 
12261                 Martin Pool <mbp@samba.org>)
12262
12263 2001-12-21 [alfons]     0.6.6claws7
12264
12265         * sync with sylpheed 0.6.6cvs4-9
12266                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12267
12268 2001-12-21 [christoph]  0.6.6claws6
12269
12270         * src/compose.c
12271         * src/prefs_folder_item.[ch]
12272                 implement saving of outgoing messages to current folder.
12273                 fix segfault when no default outbox is available
12274                 (closes bug #495683)
12275
12276 2001-12-21 [carsten]    0.6.6claws5
12277         * src/folderview.c
12278         * src/summaryview.c
12279                 pressing CTRL while DND does now the expected thing and
12280                 copies the mail (moving is still the default, as this
12281                 seam more appropriate for handling mails by DND)
12282
12283 2001-12-18 [paul]       0.6.6claws4
12284
12285         * sync with sylpheed 0.6.6cvs3
12286                 see ChangeLog entries 2001-12-18
12287
12288 2001-12-18 [hiro]       0.6.6claws3
12289
12290         * src/undo.c
12291                 fix for multibyte characters (obtain the number of letters
12292                 instead of bytes).
12293
12294 2001-12-17 [paul]       0.6.6claws2
12295
12296         * sync with sylpheed 0.6.6cvs1
12297                 see ChangeLog entry 2001-12-16
12298
12299 2000-12-17 [alfons]     0.6.6claws1
12300
12301         * src/filtering.c
12302                 clean up
12303
12304 2001-12-16 [paul]       0.6.6claws
12305 2001-12-15
12306
12307         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12308
12309         * src/mimeview.c
12310                 last minute sync with main 0.6.6
12311
12312         * po/es.po
12313                 updated by Ricardo Mones Lastra
12314                 update for last minute sync
12315         * po/fr.po
12316         * po/nl.po
12317                 update for last minute sync
12318         * po/de.po
12319                 updated by Jens Oberender
12320         * po/pt_BR.po
12321                 updated by Fabio Junior Beneditto
12322
12323         * src/prefs_common.[ch]
12324         * src/undo.c
12325                 number of undo levels is user configurable
12326                 (squeeze it into the release in the dying
12327                 moments) Submitted by Jens Oberender    
12328
12329 2001-12-15 [melvin]
12330
12331         * po/fr.po
12332                 updated french translation
12333
12334 2001-12-15 [paul]       0.6.5claws92
12335
12336         * sync with sylpheed 0.6.5cvs28
12337                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12338
12339         * po/nl.po
12340                 update to allow for sync
12341
12342 2001-12-15 [alfons]
12343         
12344         * po/nl.po
12345                 update dutch translation
12346
12347 2001-12-14 [carsten]    0.6.5claws91
12348         * src/summaryview.c
12349                 fixed bug #473785; also after changing the column order
12350                 the same message will be selected and displayed as before
12351                 the reordering
12352
12353 2001-12-14 [carsten]    0.6.5claws90
12354         * src/folderview.c
12355                 probably found the bug reported by wwb opening or closing
12356                 a folder tree just before dnd (found the solution in the
12357                 balsa source -- thanks to them)
12358
12359 2001-12-14 [carsten]    0.6.5claws89
12360         * src/gtkutils.c
12361         * src/account.c
12362                 moved gtk_clist_moveto to the right place, so that
12363                 only the accounts dialog is effected on opening
12364
12365 2001-12-14 [carsten]    0.6.5claws88
12366         * src/gtkutils.c
12367                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12368                 now, so that the focused row will be seen in any case
12369                 (reported by wwp on sf-claws-user)
12370
12371 2001-12-14 [darko]      0.6.5claws87
12372
12373         * src/compose.c
12374                 remove unnecessary line
12375
12376 2001-12-14 [paul]       0.6.5claws86
12377
12378         * sync with sylpheed 0.6.5cvs27
12379                 see ChangeLog entries 2001-12-14
12380
12381 2001-12-14 [carsten]    0.6.5claws85
12382         * src/mainwindow.c
12383                 following a suggestion of Melvin the rcoabm pops up
12384                 right under the button now and the button is reliefed
12385                 while the popup is open
12386
12387 2001-12-14 [darko]      0.6.5claws84
12388
12389         * src/compose.c
12390                 fix crash when wrapping long lines if linewrap quotation
12391                 is disabled and wrapper encounters a word spanning more
12392                 than one line
12393
12394 2001-12-13 [paul]       0.6.5claws83
12395
12396         * src/compose.c
12397                 prefer 'Reply-To' header over mailing list header when
12398                 replying to a message. Finally prevent all those confirmation 
12399                 messages being sent to the list itself.
12400
12401         * src/summaryview.c
12402                 remove unused summary_set_menu_sensitive() entry
12403
12404 2001-12-13 [paul]       0.6.5claws82
12405
12406         * src/folderview.c
12407         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12408         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12409         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12410                 improvements to 'Hide read messages': Inbox, Outbox,
12411                 Trash, Queue, and Draft icons now reveal presence of hidden 
12412                 messages
12413
12414 2001-12-12 [alfons]     0.6.5claws81
12415
12416         0.6.5claws80 was tagged as LAST_STABLE
12417
12418         * src/filtering.[ch]
12419         * src/matcher.[ch]
12420         * src/matcher_parser_lex.c
12421                 fix the filtering; my last attempt to get it right, 
12422                 if it does not work, it's Hoa's turn. ;-)
12423
12424                 for my honourable peers:
12425                 
12426                 the code now makes a clear distinction between
12427                 rules as they are displayed (probably escaped),
12428                 and as they are executed (probably unescaped). the
12429                 parser does *NOT* do any unescaping, this is
12430                 the task of the matcher.c (which breaks up a
12431                 rule into condition) and the filtering.c (which
12432                 breaks up the rule's action). to make this
12433                 run happily we provide an unescaped copy of
12434                 crucial strings to the MatcherProp and 
12435                 FilteringAction structures. note that the only
12436                 exception to this is any REGEXP string. those
12437                 are directly passed to regcomp() and regexp()
12438                 (who have much more powerful unescape functions).
12439                 
12440                 for everyone else:
12441         
12442                 you can escape tab (\t), carriage return (\r),
12443                 linefeed (\n), form feed (\f), quote (\"), 
12444                 single quote (\'), bell (\b) in all the entry
12445                 lines in the scoring & filtering dialogs.
12446                 as an added bonus this should not affect
12447                 existing filtering rules.
12448
12449 2001-12-12 [carsten]    0.6.5claws80
12450
12451         * src/summaryview.c
12452         * po/de.po
12453                 "item(s) selected" is now sensitive to 1 or more
12454                 than one selected (nice for language where simple
12455                 adding of a "s" is not possible as German (Eintrag
12456                 ->Eintr"age)
12457                 
12458                 the "forward as attachment" entry from the right
12459                 click menu removed, "forward" acts following the
12460                 prefs
12461         
12462         * src/textview.c
12463                 reverted my former changes; so compiler warning again
12464                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12465                 nevertheless
12466
12467         * src/messageview.c
12468                 "search in message" does now *not* only work in MVIEW_TEXT
12469                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12470                 message
12471
12472         * src/mainwindow.c
12473                 removed "/File/_Close" as it was the same as "/File/E_xit"
12474                 and we don't need it two times
12475
12476                 the separate folder view and message view now get a distinct
12477                 WMCLASS, just in case someone is using sawfish ;-)
12478
12479                 as the menu entries "/View/Message view" and "/View/Folder tree"
12480                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12481                 make them sensitive accordingly and as these two are "shown"
12482                 after startup anytime check this menuitem at startup
12483
12484 2001-12-12 [paul]       0.6.5claws79
12485
12486         * src/folderview.c
12487                 fix sensitivity of 'Search folder...', broken in
12488                 0.6.5claws75
12489
12490         * src/mainwindow.c
12491                 fix dodgy English
12492
12493 2001-12-11 [carsten]    0.6.5claws78
12494         * src/filtering.c
12495                 fixed two typos returning a wrong FALSE/TRUE
12496         * src/mainwindow.[ch]
12497                 extra menu for email/news button removed
12498
12499 2001-12-11 [alfons]     0.6.5claws77
12500         
12501         * src/matcher.c                 (1.3)
12502         * src/matcher_parser_lex.l      (1.28)
12503                 revert for another attempt
12504                 mark 0.6.5claws77 as LAST_STABLE
12505
12506 2001-12-11 [christoph]  0.6.5claws76
12507
12508         * po/de.po
12509                 fixed wrong translation for prev. unread msg
12510
12511 2001-12-11 [paul]       0.6.5claws75
12512
12513         * src/folder.[ch]
12514         * src/folderview.c
12515         * src/mainwindow.c
12516         * src/summaryview.[ch]
12517         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12518                 enable ability to hide read messages on per folder basis via 
12519                 '/Summary/Hide read messages'; when selected, a folder will 
12520                 have a red open folder icon, instead of a blue icon, if the 
12521                 folder contains hidden messges
12522                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12523
12524         * src/mainwindow.c
12525                 remove '/Message/Forward as attachment' from 
12526                 main_window_set_menu_sensitive() to prevent debug warning
12527
12528         * src/folderview.c
12529         * src/mainwindow.c
12530                 Clean up some of the English
12531
12532         * tools/newscache_clean.pl
12533                 allow for new 'hidereadmsgs' entry in folderlist.xml
12534
12535         * po/es.po
12536                 updated translation, submitted by Ricardo Mones Lastra
12537
12538 2001-12-11 [paul]       0.6.5claws74
12539
12540         * sync with sylpheed 0.6.5cvs25
12541                 see ChangeLog entry 2001-12-11
12542
12543 2001-12-10 [alfons]     0.6.5claws73
12544
12545         * src/matcher.c
12546                 add more control characters
12547         * src/matcher_parser_lex.l
12548                 make escaping / unescaping work again
12549
12550 2001-12-10 [alfons]     0.6.5claws72
12551
12552         * src/imap.c
12553                 clean up warnings "returning value for void function" 
12554         * src/prefs_filtering.c
12555                 make info button for execute action sensitive
12556
12557 2001-12-10 [paul]       0.6.5claws71
12558
12559         * src/compose.c
12560         * src/imap.[ch]
12561         * src/summaryview.c
12562                 fix: imap server now gets informed of MARKED, UNMARKED
12563                 and REPLY events. Now people can use different IMAP-Mail
12564                 clients and have the exact same information about MARKED,
12565                 UNMARKED and REPLY status with all of them. Especially
12566                 useful for imap servers with a web-frontend.
12567                 submitted by Tobias Sandhaas <medlor@web.de>
12568
12569 2001-12-09 [melvin]     0.6.5claws70
12570         
12571         * src/textview.[ch]
12572                 fixed bug #490076 (hunted down by Alfons who implemented
12573                 a workaround in 0.6.5claws65)
12574
12575 2001-12-09 [christoph]  0.6.5claws69
12576
12577         * src/summaryview.c
12578                 set pointer to string in LOCKED column to NULL
12579                 (might fix bug #490800)
12580
12581 2001-12-09 [carsten]    0.6.5claws68
12582
12583         * po/de.po
12584                 resolved some cluttered menu shortcuts 
12585                 ('creating new email' and 'creating news message'
12586                 hade the same)
12587         * src/compose.c
12588                 wmclass now distinc from main window
12589         * src/mainwindow.c
12590           src/mainwindow.h
12591                 email/news and forward button functionality similar
12592                 to the reply buttons; removed the ugly dropdown arrows
12593                 and use instead the right mouse button
12594
12595 2001-12-09 [paul]       0.6.5claws67
12596
12597         * src/imap.c
12598         * src/utils.h
12599                 allow spaces in imap folder names
12600                 submitted by Willem van Engen <wvengen@stack.nl>
12601
12602 2001-12-09 [paul]       0.6.5claws66
12603
12604         * sync with sylpheed 0.6.5cvs24
12605                 see ChangeLog entry 2001-12-09
12606
12607 2001-12-08 [alfons]     0.6.5claws65
12608
12609         * src/textview.c
12610                 prevent secondary selection claim after "add to sender" dialog
12611                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12612                 we trick GTK by simulating a click at (0, 0) in the textview.
12613
12614 2001-12-08 [hoa]        0.6.5claws64
12615
12616         * src/folder.c
12617                 fixed a bug about the .processing folder name while filtering
12618
12619 2001-12-08 [alfons]     0.6.5claws63
12620
12621         * src/folderview.c 
12622                 work around problem of not correctly updating folder stats
12623                 when deleting messages. there's some folder scanning evil
12624                 going so the folderview_update_msg_num() does not work
12625                 correctly. need to investigate this.
12626
12627 2001-12-08 [paul]       0.6.5claws62
12628
12629         * sync with sylpheed 0.6.5cvs23
12630                 see ChangeLog entry 2001-12-08
12631
12632 2001-12-07 [christoph]  0.6.5claws61
12633
12634         * src/compose.c
12635                 fix another header translation problem
12636
12637 2001-12-07 [alfons]     0.6.5claws60
12638
12639         * src/mbox.c
12640                 make filtering also work on local spool mbox
12641
12642 2001-12-07 [carsten]    0.6.5claws59
12643         * src/addressbook.c
12644                 addressbook window gets a wmclass distinct from the main
12645                 sylpheed window
12646         * src/compose.h
12647         * src/mainwindow.[ch]
12648                   forward menu item will use mode selected in prefs, forward 
12649                 as attatchment in menu removed (will be substituted in the
12650                 toolbar similar to reply buttons)
12651                   create news message menu entry and news button is now 
12652                 sensitive to the existance of a news account
12653         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12654         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12655         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12656                 these are removed because the toolbar buttons don't show
12657                 the quoting modus any longer
12658
12659 2001-12-07 [paul]
12660
12661         * tools/newscache_clean.pl      ** NEW FILE **
12662                 perl script to do some tidying up in the newscache directory 
12663                 
12664         * tools/sylpheed-switcher       ** NEW FILE **
12665                 perl script to enable easy switching between main and claws
12666                 
12667         * tools/README
12668                 added descriptions of the two new perl scripts          
12669
12670
12671 2001-12-07 [melvin]     0.6.5claws58
12672
12673         * src/messageview.c
12674                 fixed a warning during compilation introduced in 0.6.5claws56
12675
12676 2001-12-07 [paul]       0.6.5claws57
12677
12678         * src/mainwindow.[ch]
12679         * src/menu.[ch]
12680                 further usability enhancements to replying with or without 
12681                 quoting via the toolbar, use of Ctrl key is replaced by 
12682                 drop down menu 
12683                 Submitted by Carsten Schurig            
12684
12685 2001-12-07 [melvin]     0.6.5claws56
12686
12687         * src/messageview.c
12688                 hack to fix bug that prevented to make/paste selections
12689                 after switching between MVIEW_TEXT and MVIEW_MIME views
12690                 without deselecting the selection first.
12691
12692 2001-12-06 [alfons]     0.6.5claws55
12693
12694         * src/filtering.[ch]
12695         * src/inc.c
12696                 revise filtering a little bit more, and make sure
12697                 messages are delivered to the appropriate inbox
12698                 (perhaps set per account)
12699
12700 2001-12-06 [paul]       0.6.5claws54
12701
12702         * sync with sylpheed 0.6.5cvs22
12703                 see ChangeLog entry 2001-12-06
12704
12705 2001-12-05 [alfons]     0.6.5claws53
12706
12707         * src/inc.c
12708         * src/folder.[ch]
12709         * src/procmsg.c
12710         * src/filtering.c
12711                 more revisions of filtering system
12712                 (last stable version is marked as LAST_STABLE)
12713                 
12714                 | NOTE 1): the filtering system now uses a local folder called
12715                 | .processing. if filtering fails, check this directory
12716                 | for missing messages.
12717                 |
12718                 | NOTE 2): help us find the filtering actions still missing
12719
12720 2001-12-05 [paul]       0.6.5claws52
12721
12722         * src/mainwindow.c
12723                 fix bug where 'Empty Trash?' pop-up window appears even
12724                 when Trash is empty, submitted by Jesse Skinner         
12725
12726 2001-12-05 [melvin]     0.6.5claws51
12727
12728         * src/compose.c
12729                 fixed bug #486106 to select correct account when reediting 
12730                 a queued message
12731         
12732 2001-12-04 [alfons]     0.6.5claws50
12733
12734         * src/mh.c
12735                 declare markfile in appropriate functions when
12736                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12737                 for spotting this)
12738
12739 2001-12-04 [paul]       0.6.5claws49
12740
12741         * sync with sylpheed 0.6.5cvs21
12742                 see ChangeLog entry 2001-12-04
12743
12744 2001-12-03 [christoph]  0.6.5claws48
12745
12746         * po/de.po
12747                 changed translation of undo
12748         * src/account.c
12749         * src/folder.c
12750                 don't reinvent the wheel to traverse a GNode
12751         * src/compose.[ch]
12752                 seperate code to create the compose gui into functions
12753                 add "Others" page with folder selection for saving copy
12754                 of the message.
12755                 the folder identifier is saved to queue header
12756         * src/procmsg.c
12757                 save message to folder in queue header
12758
12759 2001-12-03 [paul]       0.6.5claws47
12760
12761         * sync with sylpheed 0.6.5cvs20
12762                 see ChangeLog entry 2001-12-03
12763
12764 2001-12-01 [paul]
12765
12766         * more sync with sylpheed 0.6.5cvs19
12767                 see ChangeLog entry 2001-11-29
12768
12769 2001-11-30 [paul]       0.6.5claws46
12770         
12771         * src/compose.c
12772                 remove conflicts introduced by Hoa's last commit
12773          
12774         * src/mainwindow.c
12775                 make 'Message/Bounce' sensitive
12776
12777 2001-11-30 [hoa]        0.6.5claws45
12778
12779         * src/compose.c
12780                 slightly change bounce function to add
12781                 information about the user that bounced the mail
12782                 in the From header line.
12783
12784         * src/folderview.c
12785                 permit the use of processing in outbox folder.
12786
12787 2001-11-29 [paul]       0.6.5claws44
12788
12789         * src/mainwindow.[ch]
12790         * src/prefs_common.c
12791         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12792         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12793         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12794                 usability enhancements to the quoting, implements
12795                 use of Ctrl key to toggle quoting settings
12796                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12797
12798 2001-11-29 [paul]       0.6.5claws43
12799         
12800         * sync with sylpheed 0.6.5cvs19
12801                 see ChangeLog entry 2001-11-28
12802
12803 2001-11-29 [melvin]     0.6.5claws42
12804         * src/Makefile.am
12805                 added enriched.[ch] to the list of files
12806
12807         * src/textview.c
12808         * src/mimeview.c
12809         * src/procmime.[ch]
12810         * src/enriched.[ch]
12811                 added support to view text/enriched
12812                 added support to show headers in message view for text/enriched and text/html
12813                         in non multipart messages
12814
12815 2001-11-28 [paul]       0.6.5claws41
12816
12817         * more sync with sylpheed 0.6.5cvs18
12818                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12819
12820 2001-11-27 [paul]       0.6.5claws40
12821         
12822         * po/pt_BR.po
12823                 updated translation, submitted by Fabio Junior Beneditto
12824                 
12825         * sync with sylpheed 0.6.5cvs18
12826                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12827                 2001-11-27
12828
12829
12830 2001-11-26 [paul]
12831
12832         * po/es.po
12833                 updated translation, submitted by Ricardo Mones Lastra
12834
12835 2001-11-26 [alfons]
12836
12837         * src/matcher.c
12838                 add more translatable strings
12839
12840 2001-11-26 [christoph]  0.6.5claws39
12841
12842         * po/de.po      
12843                 fixed one more umlaut
12844         * src/compose.c
12845                 fix translated header when it should not be translated
12846
12847 2001-11-26 [paul]       0.6.5claws38
12848
12849         * src/mainwindow.c
12850                 remove '/Message/Add Sender to address book' from 
12851                 main_window_set_menu_sensitive(), prevent debug warning
12852                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12853
12854 2001-11-26 [paul]       0.6.5claws37
12855
12856         * src/summaryview.c
12857                 fix 'recurring unread state' bug 
12858
12859         * tools/README 
12860         * tools/filter_conv.pl
12861                 read name of top level mailbox from folderlist.xml
12862                 and presume nothing about its name              
12863
12864 2001-11-26 [darko]      0.6.5claws36
12865
12866         * src/gtkstext.[ch]
12867                 removed functions that are now in gtkutils.c
12868                 use gtkut_text_is_uri_string() from gtkutils.c
12869         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12870
12871 2001-11-26 [paul]       0.6.5claws35
12872
12873         * sync with sylpheed 0.6.5cvs16
12874                 see ChangeLog entries 2001-11-25 and 2001-11-26
12875
12876 2001-11-25 [alfons]     0.6.5claws34
12877
12878         EXPERIMENTAL!!! Please checkout the last stable version using: 
12879           
12880         % cvs update -r LAST_STABLE -dRAP
12881
12882         (Or help us testing this stuff.)
12883
12884         * src/filtering.c               (1.14)
12885         * src/filtering.h               (1.6)
12886         * src/inc.c                     (1.28)
12887         * src/matcher.c                 (1.20)
12888         * src/mbox.c                    (1.9)
12889         * src/procmsg.h                 (1.14)
12890         * src/summaryview.c             (1.59)
12891         * src/summaryview.h             (dunno)
12892                 revert/merge/sync to as it was before commit 
12893                 on Thu, 19 Jul 2001 10:15:51 -0700.
12894
12895 2001-11-25 [hoa]        0.6.5claws33
12896
12897         * src/main.c
12898                 processing mails at startup
12899
12900         * src/folderview.c
12901         * src/summaryview.[ch]
12902                 processing mails when entering folder
12903
12904         * src/prefs_filtering.c
12905                 fixed some UI bugs
12906
12907 2001-11-24 [alfons]     0.6.5claws32
12908
12909         * src/summaryview.[ch]
12910                 make summary sort headers work, and also make
12911                 sure the sort type is stored
12912
12913 2001-11-23 [alfons]     0.6.5claws31
12914
12915         * src/summaryview.[ch]
12916                 make lock work like mark
12917                 disallow deleting messages marked as locked
12918
12919 2001-11-23 [alfons]     0.6.5claws30
12920
12921         * src/gtkstext.c
12922         * src/compose.[ch]
12923         * src/Makefile.am
12924         * src/undo.[ch]
12925                 merge undo patch submitted by Jens
12926
12927 2001-11-23 [christoph]  0.6.5claws29
12928
12929         * src/.cvsignore
12930                 added ylwrap
12931         * src/compose.c
12932                 fixed gpg signing and encoding
12933         * src/folder.[ch]
12934         * src/main.c
12935                 added --status option to get new, unread and total
12936                 message count from a running sylpheed
12937         * src/prefs_common.c
12938                 temporary fix for reply_with_quote problem
12939                 (don't call functions for non existing widget)
12940         * src/procmsg.c
12941                 one more check for ignored threads but still not
12942                 always working correctly. probably a recursive
12943                 check for all parents is needed
12944
12945 2001-11-23 [darko]      0.6.5claws28
12946
12947         * src/compose.c
12948                 wrapping on send improvements
12949         * src/gtkutils.[ch]
12950                 fix for GtkSText after last sync with main branch
12951                 GTK_TEXT -> GTK_STEXT
12952
12953 2001-11-23 [paul]       0.6.5claws27
12954
12955         * sync with sylpheed 0.6.5cvs14
12956                 see ChangeLog entries 2001-11-22 and 2001-11-23
12957                 
12958         * po/de.po
12959                 fixed the scrambled umlauts 
12960                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12961
12962 2001-11-21 [paul]       0.6.5claws26
12963
12964         * sync with sylpheed 0.6.5cvs12
12965                 see 2nd ChangeLog entry dated 2001-11-20
12966
12967 2001-11-20 [paul]       0.6.5claws25
12968
12969         * sync with sylpheed 0.6.5cvs11
12970                 see ChangeLog entry 2001-11-19 (src/utils.c)
12971
12972 2001-11-20 [hiro]
12973
12974         * src/compose.c
12975                 GTK_TEXT -> GTK_STEXT
12976                 fix for wrong comment
12977
12978 2001-11-20 [hiro]       0.6.5claws24
12979
12980         * src/compose.[ch]
12981                 more merges from main branch
12982                 removed fatal warnings (uninitialized variables etc.)
12983                 some coding style fix
12984         * src/gtkutils.h
12985                 fixed typo.
12986         * src/addressbook.c
12987           src/addrindex.c
12988                 V-Card -> vCard
12989
12990 2001-11-19 [hoa]        0.6.5claws23
12991
12992         * src/filtering.c
12993         * src/prefs_scoring.c
12994         * src/matcher.[ch]
12995         * src/scoring.c
12996                 cleaning code
12997
12998         * src/matcher_parser_parse.y
12999         * src/prefs_filtering.c
13000                 bouncing
13001
13002 2001-11-19 [alfons]     0.6.5claws22
13003
13004         more of my old things into claws
13005
13006         * src/Makefile.am
13007         * src/prefs_common.c
13008         * src/procmsg.h
13009         * src/summaryview.[ch]
13010         * src/prefs_summary_column.c
13011         * src/pixmaps/locked.xpm
13012                 add indicators for locking of message in summary view
13013                 (does not work yet, only visual indicator)
13014
13015 2001-11-19 [paul]       0.6.5claws21
13016
13017         * sync with sylpheed 0.6.5cvs10
13018                 see ChangeLog entry 2001-11-19
13019
13020 2001-11-18 [alfons]     0.6.5claws20
13021         
13022         * src/filtering.c
13023                 remove an inadvertent free I forgot in previous clean up 
13024
13025 2001-11-18 [alfons]     0.6.5claws19
13026
13027         * src/filtering.[ch]
13028                 clean up & plug leaks
13029
13030 2001-11-18 [paul]       0.6.5claws18
13031
13032         * sync with sylpheed 0.6.5cvs9
13033                 see ChangeLog entries 2001-11-17 and 2001-11-18
13034
13035 2001-11-16 [paul]       0.6.5claws17
13036
13037         * sync with sylpheed 0.6.5cvs8
13038                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13039
13040 2001-11-16 [paul]       0.6.5claws16
13041
13042         * sync with sylpheed 0.6.5cvs7
13043                 see ChangeLog entries 2001-11-15 and 2001-11-16
13044
13045 2001-11-15 [hoa]        0.6.5claws15
13046
13047         * src/compose.c
13048                 fix bounce, mails we received couln't be bounced to ourself.
13049
13050         * src/defs.h
13051         * src/filtering.[ch]
13052         * src/matcher.[ch]
13053         * src/matcher_parser.h
13054         * src/matcher_parser_lex.l
13055         * src/matcher_parser_parse.y
13056         * src/inc.c
13057         * src/main.c
13058         * src/mbox.c
13059         * src/prefs_filtering.[ch]
13060         * src/mainwindow.c
13061         * src/prefs_matcher.c
13062         * src/prefs_scoring.c
13063         * src/scoring.[ch]
13064         * src/summaryview.c
13065                 new matcher/filter/score configuration file parser
13066                 one unique configuration file => ~/.sylpheed/matcherrc
13067                 import in currently automatic, then save are made
13068                 in this new file.
13069                 one filter per folder and one global filter
13070                 (filter of a folder will be used as folder processing)
13071
13072         * src/folder.c
13073                 fix a bug in folder_item_get_identifier
13074                 
13075         * src/messageview.c
13076                 receive receipt return are fixed.
13077
13078 2001-11-14 [alfons]     0.6.5claws14
13079
13080         * src/session.h
13081                 add things from main branch to make claws compile
13082
13083 2001-11-14 [paul]       0.6.5claws13
13084
13085         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13086                 see ChangeLog entries 2001-11-08 to 2001-11-14
13087
13088 2001-11-14 [hoa] 0.6.5claws12
13089
13090         * src/compose.[ch]
13091         * src/mainwindow.c
13092         * src/summaryview.c
13093                 add "bounce mail" option
13094
13095 2001-11-13 [christoph]  0.6.5claws11
13096
13097         * src/compose.c
13098                 Cleanup a mess i add before commiting
13099
13100 2001-11-13 [hoa]        0.6.5claws10
13101
13102         * src/compose.c
13103                 some fixes when mail are sent or
13104                 for crossposts
13105
13106 2001-11-13 [christoph]  0.6.5claws9
13107
13108         * po/de.po
13109                 Changed two string with the same translation
13110         * src/compose.c
13111         * src/procmsg.[ch]
13112         * src/send.[ch]
13113                 New mailsending process:
13114                   - Always queue message before sending
13115                     (message will be saved if sylpheed crashed or
13116                      freezes while sending)
13117                   - Allow queuing of newspostings
13118                   - No copy in outbox before sending
13119                     (closes bug #469501)
13120                   - No more redundant code for send and send_later
13121         * src/summaryview.c
13122                 Applied wwp <subscript@free.fr>'s patch that fixes
13123                 marks for multiple forwarded messages (+compose.c)
13124
13125 2001-11-12 [alfons]
13126
13127         * README.claws
13128                 remove things that are now in main branch
13129         
13130         * po/nl.po
13131                 update Dutch translation
13132
13133 2001-11-12 [mhadasht]   0.6.5.claws8
13134
13135         * src/prefs_common.c
13136                 re-enabled account autoselection feature for forward
13137                 and reedit lost during the branch point for SYNC-B4-REL
13138         * src/gtkspell.c
13139                 gtkpspell_get_dict(): more readable code (even if function is
13140                 not used yet)
13141         * ChangeLog.claws
13142                 added version number info to 2001-11-12 [hiro] comment.
13143
13144 2001-11-12 [hiro]       0.6.5.claws7
13145
13146         * src/compose.c
13147                 compose_forward(): fixed a bug that forward quote mark
13148                 wasn't used.
13149                 removed unnecessary code.
13150         * src/template_select.[ch]: removed.
13151
13152 2001-11-11 [alfons]
13153
13154         * src/compose.c
13155                 :%s/GTK_TEXT/GTK_STEXT/g
13156         
13157         * src/compose.[ch]
13158         * src/undo.[ch]
13159         * src/Makefile.am
13160                 revert the undo stuff (this is 0.6.6claws stuff)
13161
13162 2001-11-11 [hoa]        0.6.5.claws6
13163
13164         * src/compose.[ch]
13165                 Insert signature at the end of the text.
13166                 Added undo patch but currently disabled
13167
13168         * src/procmsg.c
13169                 Threading by subject improved.
13170
13171         * added src/undo.[ch]
13172                 Undo module for compose dialog box.
13173
13174 2001-11-11 [alfons]     0.6.5.claws5
13175
13176         * src/procmsg.c
13177                 prevent threading by subject on nodes that have already been
13178                 threaded by in-reply-to (as in "circular references in a tree
13179                 result in a dead branch")
13180
13181 2001-11-09 [hoa]        0.6.5.claws4
13182         
13183         * src/folderview.c
13184                 allows creation of mbox folder item from any files.
13185
13186 2001-11-09 [alfons]     0.6.5.claws3
13187         
13188         * src/utils.c
13189         * src/procmsg.c
13190                 do what I mean and correct threading by subject so it really
13191                 ignores attracting lines without "Re: "
13192
13193 2001-11-07 [alfons]     0.6.5.claws2
13194
13195         * src/procmsg.c
13196         * src/utils.[ch]
13197                 only attract by subject if a subject line starts with a "Re: "
13198         * src/syldap.c
13199                 remove warning
13200
13201 2001-11-07 [paul]       0.6.5claws1
13202
13203         * sync with sylpheed 0.6.5. release
13204                 see ChangeLog entry 2001-11-07
13205
13206 2001-11-07 [paul]       0.6.4claws31
13207
13208         * sync with sylpheed 0.6.4cvs18
13209                 see ChangeLog entries 2001-10-30 to 2001-11-07
13210                 prefs_templates.[ch] renamed prefs_template.[ch]
13211
13212 2001-11-06 [alfons]
13213         
13214         * src/utils.h
13215                 add semicolon Hoa forgot ;-)
13216                 
13217
13218 2001-11-06 [hoa]        0.6.4claws30
13219         
13220         * src/procmsg.c
13221         * src/summaryview.c
13222         * src/utils.c
13223         * src/utils.h
13224                 threading by subject - empty subject are ignored
13225
13226 2001-11-06 [christoph]  0.6.4claws29
13227
13228         * src/socket.c
13229                 use SSL_peek for sock_gets
13230         * src/utils.c
13231                 removed unneeded pointer in extracting quoted
13232                 names implementation
13233
13234 2001-11-06 [melvin]     0.6.4claws28
13235
13236         * src/gtkspell.c
13237                 fixed bug #476792 Selection overtyping with spell checker
13238                 fixed bug which could cause a buffer overflow
13239                 fixed a memory leak
13240
13241 2001-11-06 [hoa]        0.6.4claws27
13242         
13243         * src/procmsg.c
13244         * src/summaryview.c
13245                 threading by subject
13246
13247 2001-11-05 [alfons]     0.6.4claws26
13248         
13249         * README.claws
13250                 Claws -> Sylpheed (vice versa)
13251
13252         * src/compose.c
13253                 :%s/gtk_text/gtk_stext/g
13254                 :%s/GTK_TEXT/GTK_STEXT/g
13255                 (thanks to Jonathan Ware for spotting this)
13256
13257 2001-11-04 [christoph]  0.6.4claws25
13258
13259         * src/summaryview.c
13260                 replace Xalloca + strdup with Xstrdup_a
13261         * src/utils.c
13262                 better implementation of extracting quoted names
13263                 from addresses (remove backlashes and ignore
13264                 quotes after them)
13265
13266 2001-11-04 [alfons]     0.6.4claws24
13267
13268         * src/utils.[ch]
13269                 edit to comply more with coding style
13270
13271         * src/textview.c
13272                 fix bug reported by Kim Schulz. introduced by the patch integrated
13273                 in 0.6.4claws15. the code did not check the return value of
13274                 the html parser.
13275
13276         * AUTHORS
13277                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13278
13279 2001-11-04 [christoph]  0.6.4claws23
13280
13281         * src/main.c
13282         * src/prefs_common.[ch]
13283                 init some pointers that possibly caused a segfault
13284                 reported in the claws-users ML
13285
13286 2001-11-04 [hoa]        0.6.4claws22
13287
13288         * src/grouplistdialog.c
13289                 change the names of the nodes in the tree
13290
13291         * src/compose.c
13292                 enhanced mailto syntax as described in
13293                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13294                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13295
13296         * src/utils.c
13297                 encode and decode URI (useful when opening URL into
13298                 netscape).
13299
13300 2001-11-03 [hoa]        0.6.4claws21
13301
13302         * src/grouplistdialog.c
13303                 a new newsgroups list selection dialog box
13304                 with a CTree instead of a CList
13305
13306 2001-11-03 [hoa]        0.6.4claws20
13307
13308         * src/folderview.c
13309                 enable property and scoring options when right
13310                 click on "inbox"
13311
13312         * src/summaryview.c
13313                 fixed bug when nickname were displayed using
13314                 the address book.
13315
13316 2001-11-02 [darko]      0.6.4claws19
13317
13318         * src/compose.c
13319                 new wrap quotation and URL/long words wrapping implementation
13320         * src/compose.c src/gtkstext.[ch]
13321                 move gtkstext_strncmp() to gtkstext.c
13322
13323 2001-11-01 [christoph]  0.6.4claws18
13324
13325         * src/prefs_account.c
13326                 fixed mess in account settings dialog
13327         * src/prefs_folder_item.c
13328                 added label with folder path to dialog
13329
13330 2001-10-31 [match]      0.6.4claws17
13331
13332         * src/vcard.c
13333                 fix memory leak.
13334         * src/addrbook.c
13335                 fix generation of spurious address book file names.
13336                 remove redundant functions.
13337         * po/POTFILES.in
13338                 added missing file names.
13339
13340 2001-10-30 [paul]       0.6.4claws16
13341
13342         * sync with sylpheed 0.6.4cvs6
13343                 see ChangeLog entries 2001-10-26 to 2001-10-30
13344
13345         * tools/filter_conv.pl
13346                 read folderlist.xml to discover whether the top-level
13347                 folder is called 'Mailbox' or 'Mail' 
13348
13349 2001-10-29 [paul]       0.6.4claws15
13350
13351         * src/html.c, src/textview.c
13352                 activate links in html mail and fix clickable parts
13353                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13354
13355 2001-10-29 [paul]
13356
13357         * po/de.po, po/es.po, po/pt_BR/po
13358                 updated translations, submitted by Jens Oberender,
13359                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13360
13361 2001-10-29 [darko]      0.6.4claws14
13362
13363         * src/compose.c
13364                 fix wrapping for good
13365
13366 2001-10-29 [darko]
13367
13368         * src/compose.c
13369                 undo previous change as it broke the smart wrapping
13370
13371 2001-10-29 [darko]      0.6.4claws13
13372
13373         * src/compose.c
13374                 fix infinite loop when long URL is quoted
13375                 (closes bug #475122.
13376
13377 2001-10-28 [match]
13378
13379         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13380                 import Mutt address book
13381         * src/ldif.[ch] src/importldif.h
13382                 modified import LDIF handle user attributes
13383
13384 2001-10-28 [christoph]  0.6.4claws12
13385
13386         * src/summaryview.c
13387                 fixed that filtering did not work if there
13388                 were no filter rules
13389                 (closes bug #472003 and better implementation
13390                  of patch #474644)
13391
13392 2001-10-27 [christoph]  0.6.4claws11
13393
13394         * src/compose.c
13395                 make the folder's default account to be used when
13396                 replying. (patch by wwp <subscript@free.fr>)
13397         * src/compose.c
13398                 code cleanup, nearly killed all of wwp's patch
13399                 for folder's default account in compose
13400         * src/folderview.c
13401                 error panel when a folder could not be created
13402                 (closes bug #471080 new folder name & already
13403                  existing file)
13404
13405 2001-10-26 [alfons]
13406
13407         * src/utils.h
13408                 change prototype of strstr2() that Christoph forgot about
13409
13410 2001-10-26 [christoph]  0.6.4claws10
13411
13412         * src/account.c
13413                 made search for accounts by email address not case
13414                 sensitive
13415         * src/folder.c
13416                 fixed memory leak in folder_item_get_identifier
13417         * src/gtkspell.c
13418         * src/utils.c
13419                 fixed wrong strstr2 (should work like strstr)
13420
13421 2001-10-26 [darko]      0.6.4claws9
13422
13423         * src/compose.c src/gtkstext.[ch]
13424         * src/gtkstext.c
13425                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13426
13427 2001-10-26 [paul]       0.6.4claws8
13428
13429         * src/html.c
13430                 ignore css and javascript tags in html mail
13431                 case-insensitive, with or without double-quoted
13432                 strings
13433
13434 2001-10-26 [paul]       0.6.4claws7
13435
13436         * sync with sylpheed 0.6.4cvs1
13437                 see ChangeLog entry 2001-10-26
13438
13439         * src/prefs_account.c, src/prefs_common.c,
13440           src/prefs_summary_column.c
13441                 minor improvements to the English
13442
13443 2001-10-25 [alfons]     0.6.4claws6
13444
13445         * src/gtkstext.c
13446         
13447                 make GtkSText follow style of GtkText (closes bug 
13448                 #469211 "text selection while writing message")
13449                 
13450                 do sync with GTK 1.2.10
13451
13452 2001-10-25 [paul]       0.6.4claws5
13453
13454         * src/html.c
13455                 ignore css tags in html mail
13456
13457 2001-10-25 [darko]      0.6.4claws4
13458
13459         * src/compose.c
13460                 don't declare is_url_string as static function since
13461                 we need it in gtkstext.c
13462         * src/gtkstext.c
13463                 remove unused variable
13464                 don't wrap long URLs while composing a message
13465
13466 2001-10-24 [christoph]  0.6.4claws3
13467
13468         * src/socket.c
13469                 fix ssl deadlock, when peer closes connection
13470
13471 2001-10-24 [paul]       0.6.4claws2
13472
13473         * src/prefs_common.c
13474                 gettextize the gpg ascii-armored warning message
13475
13476         * src/compose.c
13477                 insert a DOS/MAC file into the composed message
13478                 (improvements)
13479
13480         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13481
13482 2001-10-22 [paul]       0.6.4claws1
13483
13484         * sync with sylpheed 0.6.4 release
13485                 see ChangeLog entries 2001-10-21
13486
13487         * po/fr.po, po/pt_BR.po
13488                 updated by Melvin Hadasht and Fabio Junior Beneditto
13489
13490 2001-10-21 [paul]       0.6.3claws30
13491
13492         * src/compose.c
13493                 insert a DOS text file from the compose window
13494                 into the composed message text (removes CRs characters)
13495                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13496
13497         * tools/filter_conv.pl, tools/README
13498                 automatically use ~/.sylpheed as working directory
13499                 print out confirmation message on completion
13500
13501         * correct Hoa's last ChangeLog.claws entry
13502
13503 2001-10-20 [hoa]        0.6.3claws29
13504
13505         * src/grouplistdialog.c
13506                 bugfix (another ?) to give the right
13507                 newsgroups list for each news server.
13508
13509         * src/news.c
13510         * src/news.h
13511                 improve the newsgroups list cache
13512
13513 2001-10-20 [paul]       0.6.3claws28
13514
13515         * sync with sylpheed 0.6.3cvs9
13516                 see ChangeLog entry 2001-10-19
13517
13518         * correct Alfons' last ChangeLog.claws entry
13519
13520 2001-10-19 [alfons]
13521
13522         * src/pgptext.[ch]
13523                 fix compilation problems (part of bug #472895)
13524
13525 2001-10-18 [hoa]        0.6.3claws27
13526
13527         * src/grouplistdialog.c
13528                 bugfix when we refresh was clicked (bug 472701)
13529
13530 2001-10-19 [christoph]  0.6.3claws26
13531
13532         * src/compose.c
13533                 last header entry should default to "To:" or
13534                 "Newsgroups:" and not copy the last entry line
13535                 in a new compose window
13536                 (closes bug #472686, #470792)
13537
13538 2001-10-19 [paul]       0.6.3claws25
13539
13540         * sync with Sylpheed 0.6.3cvs8
13541                 see ChangeLog entries 2001-10-18 and 2001-10-19
13542
13543 2001-10-18 [christoph]  0.6.3claws24
13544
13545         * src/procmsg.c
13546                 reimplement ignore thread
13547         
13548 2001-10-18 [hoa]        0.6.3claws23
13549
13550         * src/folderview.c
13551         * src/grouplistdialog.[ch]
13552                 enhanced news subscription interface (feature 469113)
13553
13554         * src/news.c
13555         * src/news.h
13556                 enchanced newsgroup listing,
13557                 now, we can get groups informations
13558                 (NNTPGroupInfo)
13559
13560 2001-10-18 [paul]       0.6.3claws22
13561
13562         * src/summaryview.c
13563                 remove comment (sync with main branch)
13564         * src/mainwindow.c
13565                 fix 'Re-edit' bug in 'Message' menu
13566
13567 2001-10-17 [christoph]  0.6.3claws21
13568
13569         * src/compose.c
13570                 ignore empty or whitespace only header lines
13571
13572 2001-10-17 [paul]       0.6.3claws20
13573
13574         * sync with sylpheed 0.6.3cvs7
13575                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13576                 2001-10-17
13577
13578 2001-10-17 [darko]
13579
13580         * src/compose.c
13581                 wrap long lines without spaces
13582                 don't wrap URLs
13583
13584 2001-10-16 [paul]
13585
13586         * po/es.po, po/nl.po, po/pt_BR.po
13587                 updated by Ricardo Mones Lastra, Alfons,
13588                 and Fabio Junior Beneditto
13589
13590         * sylpheed-0.6.3claws released
13591
13592 2001-10-15 [melvin] 0.6.3claws18
13593
13594         * README.claws
13595                 added summary and detailed installation instructions
13596                 for spell checker
13597         * po/fr.po
13598                 Updated, corrected and completed french translation
13599
13600 2001-10-15 [hoa] 0.6.3claws17
13601         * src/grouplistdialog.c
13602                 we can choose the newsgroups to display with wildcards
13603
13604 2001-10-15 [christoph]  0.6.3claws16
13605
13606         * src/account.c
13607         * src/compose.c
13608         * src/prefs_folder_item.[ch]
13609                 applied wwp <subscript@free.fr>'s folder
13610                 default account patch
13611         * po/de.po
13612                 Fixed wrong translation
13613
13614 2001-10-13 [alfons, christoph, melvin]  
13615                         0.6.3claws15
13616
13617         solution #2 to solve MT-safety problems defers all GUI related calls
13618         to the main thread using a gtk_idle_add() callback. discussed on
13619         ircnet #sylpheed, with christoph spotting some issues with the
13620         original code, and melvin allowing us to lobotomize his sylpheed.
13621
13622         * src/syldap.[ch], src/main.c
13623                 fix race problem in ldap search thread by deferring GUI 
13624                 stuff to main thread using gtk_idle_add()
13625
13626 2001-10-13 [paul]       0.6.3claws14
13627
13628         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13629                 add Sergey's smtpcred.patch
13630                 adds separate username/password setting for SMTP Auth
13631                 needed by some servers
13632                 (closes feature request #471659)
13633
13634 2001-10-13 [paul]       0.6.3claws13
13635
13636         * src/pgptext.[ch] **NEW FILES**
13637         * src/Makefile.am, src/messageview.c, src/mimeview.c
13638                 decrypt ascii-armored gpg text embedded in
13639                 the message body.
13640                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13641
13642 2001-10-13 [christoph]  0.6.3claws12
13643
13644         * README.claws
13645                 some more details on default to and
13646                 feature requests
13647         * src/main.c
13648                 init glib threading when ldap is used
13649         * src/syldap.c
13650                 threading fixes
13651         * po/de.po
13652                 fixed a typo
13653
13654 2001-10-12 [paul]       0.6.3claws11
13655
13656         * src/prefs_common.[ch], src/rfc2015.c
13657                 enable ascii-armored gpg text to be embedded in the
13658                 message body, selectable through the 'Privacy'
13659                 preferences. Supports encrypting only.
13660                 Submitted by Ravemax <ravemax@dextrose.com>
13661
13662 2001-10-12 [paul]       0.6.3claws10
13663
13664         * sync with sylpheed 0.6.3cvs6
13665                 see ChangeLog entries 2001-10-11 and 2001-11-12
13666
13667         * src/folderview.c
13668                 incorporated mbox folders, scoring, and folder
13669                 properties into the sync
13670
13671 2001-10-12 [darko]      0.6.3claws9
13672
13673         * README.claws
13674                 describe quotation wrapping
13675         * src/compose.c
13676                 don't treat tab as space to calculate line length properly
13677
13678 2001-10-11 [alfons]
13679
13680         * README.claws
13681                 correct description of how to make new filtering system work,
13682                 add some other things
13683                 
13684         * src/syldap.c
13685                 remove sched_yield() (not necessary / unportable)
13686
13687 2001-10-11 [paul]       0.6.3claws8
13688
13689         * sync with sylpheed 0.6.3cvs3
13690                 see ChangeLog entry 2001-10-10
13691
13692 2001-10-10 [christoph]  0.6.3claws7
13693
13694         * .cvsignore
13695                 ignore 2 files created by newer autotools
13696         * src/prefs_folder_item.c
13697                 using table for widget alignment
13698                 fixed memory leak and broken octal display
13699         * src/filesel.c
13700                 fixed segfault caused by lost filename
13701                 workaround (closes bug #469551)
13702
13703 2001-10-10 [paul]       0.6.3claws6
13704
13705         * sync with sylpheed 0.6.3cvs2
13706                 see ChangeLog entries 2001-10-09 and 2001-10-10
13707
13708 2001-10-10 [darko]      0.6.3.claws5
13709
13710         * src/gtkstext.c
13711                 proper calculation of right margin if smart wrapping is enabled
13712         * src/compose.c
13713                 automatically wrap long lines if wrap quotation is enabled
13714
13715 2001-10-09 [alfons]     0.6.3.claws4
13716
13717         * src/summaryview.c
13718                 select correct row when deleting last row in the summary view (and
13719                 close bug "[ #469104 ] select second last in list when deleting")
13720
13721 2001-10-09 [paul]       0.6.3claws3
13722
13723         * sync with sylpheed 0.6.3cvs1
13724                 updated some autotool scripts
13725
13726 2001-10-09 [darko]      0.6.3claws2
13727
13728         * src/gtkstext.[ch]
13729                 new name and mark with Sylpheed comment
13730         * src/compose.c
13731                 smart quotation wrapping a-la VIM
13732
13733 2001-10-08 [paul]       0.6.3claws1
13734
13735         * sync with sylpheed 0.6.3 release
13736                 see ChangeLog entry 2001-10-08
13737
13738 2001-10-08 [paul]       0.6.2claws24
13739
13740         * src/summaryview.c
13741                 more sync with sylpheed 0.6.2cvs12
13742                 Fixed the bug that didn't select the last row correctly
13743
13744
13745 2001-10-07 [paul]       0.6.2claws23
13746
13747         * sync with sylpheed 0.6.2cvs12
13748                 see ChangeLog entry 2001-10-07
13749
13750 2001-10-06 [match]
13751         * src/jpilot.[ch]
13752                 enable jpilot to read unsynch'ed addresses.
13753
13754         * src/editldap_basedn.c
13755                 fix segfault when opening dialog.
13756
13757 2001-10-06 [alfons]     0.6.2.claws22
13758
13759         * src/summaryview.c
13760                 fix bug with summary view selecting last *inserted*
13761                 node instead of last *visible* node. remember we
13762                 work with a tree
13763
13764 2001-10-06 [paul]       0.6.2claws21
13765
13766         * po/pt_BR.po
13767                 updated translation, contains some fixes and new
13768                 translations, submitted by Gustavo Noronha Silva
13769                 <kov@debian.org>
13770
13771         * src/prefs_common.c
13772                 change 'each' to 'every' - fix dubious English
13773
13774         * sync with sylpheed 0.6.2cvs11
13775
13776 2001-10-05 [alfons]     0.6.2claws20
13777
13778         * src/mainwindow.[ch], src/folderview.c
13779                 make composite tool button switch between "Compose News"
13780                 and "Compose Mail" depending on selected folder
13781                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13782
13783 2001-10-05 [paul]       0.6.2claws19
13784
13785         * src/mainwindow.c, src/summaryview.c
13786                 fix 'Message/Reply to all', broken in last commit
13787
13788         * src/compose.c
13789                 fix X_BEENTHERE seg fault, thanks to Alfons
13790
13791 2001-10-04 [paul]       0.6.2claws18
13792
13793         * src/compose.[ch], src/mainwindow.c
13794                 make "Message/Reply" reply to mailing lists; matches
13795                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13796                 based on portions of the patch submitted by
13797                 Junichi Uekawa <dancer@netfort.gr.jp>
13798
13799 2001-10-04 [darko]      0.6.2claws17
13800
13801         * src/compose.c
13802                 better smart wrapping
13803         * src/gtkstext.[hc]
13804                 a function to make text buffer contiguous
13805
13806 2001-10-03 [paul]       0.6.2claws16
13807
13808         * sync with sylpheed 0.6.2cvs10
13809
13810 2001-10-02 [alfons]
13811
13812         * configure.in
13813         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13814                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13815                 references to chinese translations (hope someone picks up
13816                 this)
13817
13818 2001-10-02 [christoph]  0.6.2claws15
13819
13820         * src/compose.c
13821                 fixed non translated header bug
13822         * ChangeLog.claws
13823                 fixed wrong date in alfons last entry ;)
13824
13825 2001-10-02 [alfons]     0.6.2claws14
13826
13827         * src/compose.c, src/prefs_common.[ch]
13828                 add block cursor option
13829
13830 2001-10-02 [paul]       0.6.2claws13
13831
13832         * sync with sylpheed 0.6.2cvs9
13833
13834 2001-09-30 [paul]       0.6.2claws12
13835
13836         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13837                 updated translations
13838
13839         * po/POTFILES.in
13840                 add 'src/importldif.c'
13841
13842         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13843                 added eudora-to-vCard conversion tool
13844                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13845
13846         * sync with sylpheed 0.6.2cvs8
13847
13848 2001-09-30 [paul]
13849
13850         * sylpheed-0.6.2claws released
13851
13852 2001-09-27 [melvin]     0.6.2claws11
13853
13854         * src/gtkspell.c
13855                 fixed crash when using default path (introduced 
13856                 in 0.6.2claws10)
13857                 fixed tiny bug for initial suggestion mode
13858
13859 2001-09-27 [melvin]     0.6.2claws10
13860         
13861         * src/gtkspell.c
13862                 fixed bug where gtkpspell didn't set the path correctly
13863
13864         * README.claws
13865                 added a paragraph about spell checking
13866                 
13867
13868
13869 2001-09-27 [paul]       0.6.2claws9
13870
13871         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13872                 replace '// comments' with '/* comments */' to prevent
13873                 some compiler warnings 
13874
13875         * sync with sylpheed 0.6.2cvs6
13876
13877 2001-09-26 [alfons]     0.6.2claws8
13878
13879         * src/messageview.c
13880                 introduce return receipt request notification again,
13881                 which was lost because of other semantics in 
13882                 procheader_parse() (???)
13883
13884 2001-09-26 [christoph]  0.6.2claws7
13885
13886         * src/compose.c
13887                 replace comments for old code with #if 0
13888                 readded auto cc, bcc and reply-to
13889         * src/prefs_matcher.c
13890         * src/prefs_scoring.c
13891                 removed some definition (was moved to
13892                 prefs.h)
13893
13894 2001-09-26 [paul]       0.6.2claws6
13895
13896         * src/mainwindow.c
13897                 make 'Follow-up and reply to' sensitive
13898
13899         * more sync with sylpheed 0.6.2cvs5
13900
13901 2001-09-25 [melvin]
13902
13903         * 0.6.2claws5
13904
13905         * src/gtkspell.c
13906                 fixed bug for "US-ASCII" introduced by the encoding code
13907
13908 2001-09-25 [paul]
13909
13910         * 0.6.2claws4
13911
13912         * src/prefs_common.[ch], src/summaryview.c
13913                 'next unread msg' 'go to next folder?' dialog can be
13914                 given default behaviour, either always show dialog,
13915                 or assume 'yes', or assume 'no'
13916                 Submitted by wwp <subscript@free.fr>
13917
13918 2001-09-25 [melvin]
13919                 
13920         * src/compose.c src/gtkspell.[ch]
13921                 added support for different encodings
13922
13923 2001-09-25 [paul]
13924
13925         * more sync with sylpheed 0.6.2cvs5
13926
13927 2001-09-24 [alfons]
13928         
13929         * src/prefs_folder_item.c
13930                 add check for item->prefs->default_to string is NULL and
13931                 add another check when freeing this string
13932
13933 2001-09-24 [paul]
13934
13935         * configure.in
13936                 change to version 0.6.2claws3
13937
13938         * sync with sylpheed 0.6.2cvs5 
13939
13940 2001-09-24 [match]
13941         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13942                 import LDIF files.
13943         * src/addrcache.[ch], addrindex.[ch]
13944                 small update for future
13945         * src/addrbook.c
13946                 fix test XML file.
13947
13948 2001-09-24 [melvin]
13949         * src/gtkspell.[ch]
13950                 added 'Learn from mistakes' option
13951                 better handling of quotes in checked words
13952                 sorted dict list
13953         * po/fr.po
13954                 small update for spell checking stuff
13955
13956 2001-09-23 [alfons]
13957         
13958         * src/gtkspell.c
13959                 edit a little bit so it complies more with main coding style
13960
13961 2001-09-23 [alfons]
13962
13963         * src/folder.[ch], prefs_folder_item.c, compose.c
13964                 migrate "request return receipt" folder property
13965                 to folderlist.xml
13966
13967 2001-09-22 [alfons]
13968
13969         * README.claws **NEW**
13970                 (add things of interest for users of main branch 
13971                 and claws here)
13972
13973         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13974                 re-implement threading per folder option, but store 
13975                 the setting in folderlist.xml (where it belongs)
13976
13977 2001-09-21 [melvin]
13978
13979         * src/gtkspell.[ch]
13980                 fixed bug when compose window is under another window
13981         * src/prefs_common.[ch] src/compose.c
13982                 changed 'dictionary_path' to 'dictionary' to be consistent
13983                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13984         * ac/pspell.m4 src/Makefile.am 
13985                 dropped PSPELL_PATH macro
13986         * po/fr.po
13987                 updated translations
13988
13989 2001-09-21 [christoph]
13990
13991         * src/compose.c
13992                 added border around header fields
13993                 keep header type when new field is added
13994
13995 2001-09-20 [christoph]
13996
13997         * src/utils.[ch]
13998                 more portable debug_print with source filename
13999                 and linenumber
14000         * src/procmsg.c
14001                 more newlines after debug messages
14002
14003 2001-09-20 [paul]
14004
14005         * configure.in
14006                 change to version 0.6.2claws2
14007
14008         * sync with sylpheed 0.6.2cvs3
14009
14010 2001-09-19 [melvin]
14011
14012         * src/gtkspell.c
14013                 fixed the post-right-click focus pb
14014                 fixed crash when 'Spell check all' after dict change 
14015                         and when cursor is at the end of the text
14016                 shift-right-click pops up config menu even on misspelled words.
14017         * po/POTFILES.in
14018                 added gtkspell.c
14019
14020 2001-09-19 [melvin]
14021
14022         * src/about.c
14023                 added pspell to compiled-in features list
14024
14025 2001-09-18 [melvin]
14026
14027         * switched to pspell and dropped ispell
14028         * ac/pspell.m4
14029                 new file. autoconf macro for pspell
14030         * ac/Makefile.am 
14031         * configure.in acconfig.h
14032                 added pspell support
14033         * src/Makefile.am
14034         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14035         * src/prefs_common.[ch] 
14036                 added pspell support
14037
14038 2001-09-18 [christoph]
14039
14040         * src/addr_compl.c
14041         * src/template.[ch]
14042                 replace LOG_MESSAGE with debug_print
14043         * src/compose.[ch]
14044                 gui improvements
14045         * src/menu.c
14046                 added newline after debug message
14047         * src/utils.h
14048                 using __VA_ARGS__ for debug_print macro
14049         * tools/.cvsignore
14050                 ignore Makefile and Makefile.in
14051
14052 2001-09-18 [paul]
14053
14054         * configure.in
14055                 change to version 0.6.2claws1
14056         * sync with sylpheed 0.6.2cvs1
14057
14058         * src/matcher.c 
14059         * src/prefs_matcher.c
14060                 add 'score equal to' option, submitted by
14061                 Paul Evans <nerd@freeuk.com>
14062
14063 2001-09-15 [christoph]
14064
14065         * src/mainwindow.c
14066                 comment out menu entry not existing in claws
14067         * src/menu.c
14068                 add debug output for non existing menu entries
14069         * src/summaryview.c
14070                 fix next/prev unread message for ignored threads
14071         * src/utils.[ch]
14072                 add sourcefile and line number to debug output
14073                 otherwise it is sometimes hard to find the
14074                 source code part if debug messages are translated
14075
14076 2001-09-14 [darko]
14077         
14078         * src/folderview.c
14079                 refresh target folder style after colour is changed
14080
14081 2001-09-13 [paul]
14082
14083         * configure.in
14084                 change to version 0.6.1claws3
14085
14086         * sync with sylpheed 0.6.1cvs6
14087
14088 2001-09-13 [darko]
14089         
14090         * src/folderview.c
14091                 fix target folder colourization to use user selected colour
14092
14093 2001-09-12 [darko]
14094         
14095         * src/summaryview.c
14096                 fix crash when message that is marked for copy/move is unmarked
14097
14098 2001-09-09 [paul]
14099
14100         * configure.in
14101                 change to version 0.6.1claws2
14102
14103         * sync with sylpheed 0.6.1cvs3
14104
14105 2001-09-09 [alfons]
14106         
14107         * src/folderview.c
14108                 fix bug with default font used for trash folder text
14109
14110 2001-09-06 [paul]
14111
14112         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14113                 updated translations
14114
14115         * configure.in
14116                 change to version 0.6.1claws1
14117
14118         * sync with sylpheed 0.6.1cvs2
14119
14120 2001-09-03 [paul]
14121
14122         * po/POTFILES.in
14123                 add Match's new addressbook
14124
14125         * po/de.po
14126                 updated translation submitted by Jens Oberender
14127
14128 2001-09-02 [paul]
14129
14130         * configure.in
14131                 change to 0.6.1claws
14132         * sync with sylpheed 0.6.1 release
14133
14134 2001-09-02 [paul]
14135
14136         * configure.in
14137                 change to 0.6.0claws2
14138
14139         * sync with sylpheed 0.6.0cvs4
14140
14141         * po/pt_BR.po
14142                 updated translation submitted by Fabio Junior Beneditto
14143
14144 2001-09-01 [match]
14145         * pixmaps/
14146                 interface.xpm
14147                 book.xpm
14148                 address.xpm
14149         * src/
14150                 Makefile.am
14151                 a ton of new files
14152
14153 2001-08-31 [paul]
14154
14155         * configure.in
14156                 change to version 0.6.0claws1
14157
14158         * sync with sylpheed 0.6.0cvs1
14159
14160         * po/es.po
14161                 updated translation submitted by Ricardo Mones Lastra
14162
14163         * po/POTFILES.in
14164                 add 'src/prefs_templates.c'
14165
14166         * src/compose.c, src/summaryview.c
14167                 fix segfault on 'Re_edit'               
14168
14169 2001-08-30 [alfons]
14170
14171         * configure.in, Makefile.am
14172         * tools/Makefile.am
14173                 add tools directory to source distribution
14174
14175 2001-08-30 [paul]
14176
14177         * configure.in
14178                 change to version 0.6.0claws
14179
14180         * sync with sylpheed 0.6.0 release
14181
14182 2001-08-30 [christoph]
14183
14184         * configure.in
14185                 removed autoconf version check
14186
14187 2001-08-30 [paul]
14188
14189         * src/account.c, src/compose.c, src/prefs_common.[ch]
14190         * src/procheader.[ch] src/utils.[ch]
14191                 Enhanced automatic account selection on replies
14192                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14193
14194         * configure.in
14195                 add LDAP and JPilot to the configuration results output.
14196
14197 2001-08-29 [christoph]
14198
14199         * src/summeryview.c
14200                 no bold font for ignored threads
14201
14202 2001-08-29 [paul]
14203
14204         * configure.in
14205                 change to version 0.5.3claws6
14206
14207         * sync with sylpheed 0.5.3cvs10
14208                 src/stringtable.[ch]: New Files
14209
14210         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14211         * src/pixmaps/sylpheed.xpm
14212                 add mini-icons to windows (by Alfons)
14213
14214 2001-08-27 [paul]
14215
14216         * src/mainwindow.c
14217                 new functions: next_labeled_cb(), prev_labeled_cb()
14218
14219         * src/summaryview.c
14220                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14221                 summary_select_next_labeled(), summary_select_prev_labeled()
14222
14223         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14224                 give claws blue folders and a blue trash can
14225
14226 2001-08-27 [paul]
14227
14228         * configure.in
14229                 change to version 0.5.3claws5
14230
14231         * sync with sylpheed 0.5.3cvs9
14232                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14233
14234 2001-08-24 [christoph]
14235
14236         * src/filesel.c
14237                 keep filename when browsing directories
14238                 (not working for user entered filename, but
14239                  for default name and selected filename from
14240                  file list)
14241         * src/mainwindow.c
14242                 fixed wrong spelling "Folllow-up"
14243         * src/mbox_folder.c
14244         * src/procmsg.c
14245         * src/summaryview.c
14246                 fixed new/unread message count with ignored
14247                 threads (2 commits, first didn't notice no
14248                 longer needed decreasing)
14249         * src/inc.c
14250                 readded scrolling of progress dialog
14251                 (lost in sync)
14252
14253 2001-08-24 [paul]
14254
14255         * configure.in
14256                 change to 0.5.3claws4
14257
14258         * sync with sylpheed 0.5.3cvs7
14259
14260 2001-08-24 [christoph]
14261
14262         * src/compose.c
14263                 set request return receipt when replying
14264                 if it is set is the folder prefs of the
14265                 message
14266         * src/inc.c
14267                 disable final error popup if popups are
14268                 disabled in config (again)
14269
14270 2001-08-23 [paul]
14271
14272         * configure.in
14273                 Change version number to 0.5.3claws3
14274
14275         * sync with sylpheed 0.5.3cvs5
14276
14277         * src/mimeview.c
14278                 double quote '%s' in 'gedit %s' to fix bug when
14279                 opening attachment with spaces in the name
14280
14281 2001-08-22 [alte]
14282         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14283           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14284                 initial message templates support
14285
14286
14287 2001-08-22 [paul]
14288
14289         * configure.in
14290                 change version number to 0.5.3claws2
14291
14292         * sync with sylpheed 0.5.3cvs4
14293
14294         * src/procmsg.h src/summaryview.c
14295                 re-implement (un)ignore thread
14296
14297 2001-08-21 [paul]
14298
14299         * src/summaryview.c
14300                 remove unnecessary code
14301         * src/compose.c
14302                 enable 'dynamic' signatures (submitted by
14303                 Eric Limpens <eric@hscg-internet.nl>)
14304
14305 2001-08-21 [paul]
14306
14307         clean up after sync with sylpheed 0.5.3 release
14308
14309         * src/folderview.c
14310                 fix re-introduced font mess, see Christoph's
14311                 entry 2001-06-24
14312
14313         * src/summaryview.c
14314                 remove prev_msgnum
14315                 use sylpheed's small font instead of
14316                 gtk default font for summary view
14317
14318
14319 2001-08-17 [paul]
14320
14321         * configure.in
14322                 add pl to ALL_LINGUAS - sync with main branch
14323
14324         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14325                 Updated. Translations by Jens Oberender, Ricardo Mones
14326                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14327
14328         * po/pl.po  ** NEW FILE **
14329                 sync with the main branch
14330
14331         * src/folderview.c
14332                 fix target folder colorizing and refresh problem
14333
14334
14335 2001-08-17 [christoph]
14336
14337         * src/mainwindow.c
14338                 claws uses 4 colors for target folder coloring.
14339                 arrays were not long enough and destroyed the
14340                 stack causing a segfault.
14341                 target folder colorizing does not work anymore
14342                 for me
14343
14344 2001-08-16 [paul]
14345
14346         * configure.in
14347                 change to version 0.5.3claws1
14348
14349         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14350           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14351           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14352
14353                 sync with sylpheed 0.5.3 release, but keep claws method of
14354                 configuring/saving fonts
14355
14356         * src/addressbook.[ch]
14357                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14358                 in line with a similar change in Hiroyuki's branch
14359
14360         * src/mainwindow.[ch]
14361                 disable main_window_set_thread_option()
14362         * src/prefs_folder_item.c
14363                 comment out &tmps_prefs.enable_thread,
14364         * src/mbox_folder.c, src/procmsg.[ch]
14365                 comment out MSG_IS_IGNORE_THREAD
14366         * src/summaryview.c
14367                 comment out summary_ignore_thread() and summary_unignore_thread()
14368                 comment out MSG_IS_IGNORE_THREAD
14369
14370                 use Hiroyuki's threading instead.
14371
14372
14373
14374 2001-08-15 [paul]
14375
14376         * src/account.c
14377                 use Hiroyuki's 0.5.3 column scheme but also
14378                 include the enable/disable button.
14379         * src/pixmaps/mark.xpm
14380                 add Hiroyuki's amended pixmap
14381
14382 2001-08-13 [christoph]
14383
14384         * src/account.c
14385                 receive at get all column showed wrong state for APOP
14386                 button should only work for POP3 and APOP accounts
14387         * src/prefs_account.c
14388                 added missing preprocessor statement for SSL
14389
14390 2001-08-12 [paul]
14391
14392         * src/account.[ch]
14393                 add 'receive at get all' column and enable/disable
14394                 button.
14395
14396 2001-08-06 [christoph]
14397
14398         * src/account.c
14399                 show usage of SSL in protocol column
14400
14401         * src/imap.c
14402         * src/inc.c
14403                 renamed ssl options
14404
14405         * src/prefs_account.[ch]
14406                 moved ssl options to a new page
14407
14408         * src/send.c
14409         * src/smtp.c
14410         * src/ssl.[ch]
14411                 renamed ssl options
14412                 added support for SMTP STARTTLS command
14413
14414 2001-08-05 [christoph]
14415
14416         * configure.in
14417                 debian autoconf needs version check to find
14418                 correct autoconf version. if the file is
14419                 named configure.in 2.13 is used, which does
14420                 not work with this configure.in script.
14421                 other solution would be to rename the script
14422                 to configure.ac as suggested in the autoconf
14423                 manual.
14424
14425         * src/inc.c
14426                 disable final error popup if popups are
14427                 diabled in config
14428
14429         * src/socket.c
14430                 bugfix in ssl_gets
14431                 fixes IMAP over SSL problem
14432
14433 2001-08-03 [paul]
14434
14435         * configure.in
14436                 change to 0.5.2claws1
14437
14438         * sync with sylpheed 0.5.2cvs1
14439
14440 2001-08-02 [alfons]
14441
14442         * configure.in
14443                 quick fix for ispell detection...
14444
14445 2001-08-01 [paul]
14446
14447         * configure.in
14448                 change to 0.5.1claws4
14449
14450         * sync with sylpheed 0.5.1cvs7
14451
14452 2001-07-31 [alfons]
14453
14454         * src/prefs_common.c, src/prefs_common.h, 
14455           src/gtkspell.c, src/gtkspell.h
14456                 add global spelling checker settings (compose tab) +
14457                 selection of dictionary 
14458           
14459         * configure.in  
14460                 guess valid ispell location
14461
14462 2001-07-31 [paul]
14463
14464         * po/POTFILES.in
14465                 removal of 'src/quote_fmt_parse.c'
14466         * po/de.po
14467                 Updated de.po
14468                 (submitted by Jens Oberender <didge@suse.de>)
14469
14470 2001-07-31 [darko]
14471
14472         * src/folder.[ch]
14473         * src/folderview.[ch]
14474         * src/mainwindow.c
14475         * src/mh.c
14476         * src/prefs_common.[ch]
14477         * src/summaryview.c
14478                 target folder colourization
14479
14480 2001-07-30 [paul]
14481
14482         more sync with Sylpheed 0.5.1cvs6 
14483
14484 2001-07-30 [darko]
14485
14486         * src/mh.c
14487         * src/prefs_folder_item.[hc]
14488         * src/summaryview.c
14489                 shared folders support with a GUI
14490
14491 2001-07-29 [paul]
14492
14493         0.5.1claws3
14494
14495         * sync with Sylpheed 0.5.1cvs6
14496
14497 2001-07-29 [paul]
14498
14499         * po/pt_BR.po
14500                 updated
14501                 (submitted by Fabio Junior Beneditto)
14502
14503 2001-07-28 [paul]
14504
14505         * src/procmime.c
14506         * AUTHORS
14507                 patch to correct bad image mime headers
14508                 (submitted by Don Quijote <dq@searchlores.org>)
14509
14510 2001-07-28 [paul]
14511
14512         * tools/gif2xface.pl   **NEW FILE**
14513         * tools/README
14514                 script to convert file.gif to file.xface for
14515                 use in a custom header.
14516                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14517
14518 2001-07-27 [alfons]
14519         
14520         * configure.in
14521                 change macros for detecting JPilot and LDAP
14522
14523 2001-07-27 [christoph]
14524
14525         * src/filtering.c
14526                 code cleanup (MIN / MAX warning, needed casting)
14527
14528 2001-07-27 [alfons]
14529
14530         * procheader.c
14531                 disallow setting flags when detecting certain headers
14532                 (X-Status, Status, Seen, X-Seen). 
14533         
14534         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14535
14536 2001-07-27 [christoph]
14537
14538         * src/prefs_filter.c
14539         * src/prefs_filtering.c
14540         * src/prefs_matcher.c
14541         * src/prefs_scoring.c
14542                 scroll list when moving rows up or down
14543
14544         * src/imap.c
14545         * src/imap.h
14546         * src/prefs_account.c
14547         * src/prefs_account.h
14548         * src/send.c
14549                 SMTP over SSL (untested, feedback requested)
14550                 IMAP over SSL
14551
14552         * src/ssl.c
14553                 code cleanup
14554
14555 2001-07-26 [alfons]
14556         
14557         * configure.in, acconfig.h
14558                 define CLAWS (need this for main / claws detection)
14559
14560 2001-07-25 [alfons]
14561
14562         * configure.in
14563                 Sylpheed 0.5.1claws2
14564                 
14565         * sync with Sylpheed 0.5.1cvs4
14566
14567 2001-07-25 [christoph]
14568
14569         * src/scoring.c
14570                 fixed segfault
14571                 item->prefs == NULL (don't know why)
14572
14573 2001-07-25 [alfons]
14574
14575         * configure.in
14576                 Sylpheed 0.5.1claws1
14577
14578         * sync with Sylpheed 0.5.1cvs1-3
14579
14580 2001-07-24 [christoph]
14581
14582         * src/folderview.c
14583         * src/prefs_folder_item.[ch]
14584                 added folderitem preferences dialog with
14585                 default To: and auto request return receipt
14586
14587         * src/compose.[ch]
14588         * src/menu.[ch]
14589                 changes to handle new folderitem preferences
14590
14591         * src/mainwindow.c
14592         * src/summaryview.c
14593                 call compose new mail with current folderitem
14594
14595 2001-07-24 [alfons]
14596
14597         Release Sylpheed 0.5.1claws
14598
14599         * configure.in
14600                 change to release version 0.5.1claws
14601
14602 2001-07-24 [christoph]
14603
14604         * src/summaryview.c
14605                 fixed segfault that happend when the selected
14606                 message was removed while retrieving new messages.
14607
14608         * po/es.po
14609                 updated translation
14610                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14611
14612 2001-07-22 [alfons]
14613
14614         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14615         this is a work in progress, for more information: http://nlpagan.net/sylman 
14616         
14617         * configure.in, src/mainwindow.c, manual/Makefile.am
14618                 add support for English manual
14619
14620         * AUTHORS
14621                 add authors of user manuals
14622
14623         * manual/en/sylpheed*.html
14624                 add English documentation
14625
14626 2001-07-22 [christoph]
14627
14628         * po/POTFILES.in
14629                 added src/ssl.c
14630         * src/ssl.c
14631                 changed a wrong debug message
14632
14633 2001-07-22 [alfons]
14634
14635         * po/nl.po
14636                 update Dutch translation
14637
14638         * src/prefs_filtering.c, 
14639           src/prefs_matcher.c
14640                 add more translatable strings           
14641
14642 2001-07-21 [alfons]
14643
14644         0.5.0claws7
14645
14646         * configure.in
14647                 change version
14648
14649         * src/inc.c, src/summaryview.[ch]
14650                 prevent update of mark file when filtering has done, by
14651                 using a variable; this affects two functions:
14652                         inc.c::inc_finished()
14653                         summaryview.c::summary_show()
14654
14655 2001-07-20 [alfons]
14656
14657         * src/filtering.[ch], src/prefs_filtering.c, 
14658           src/matcher.[ch]
14659                 add filtering action for label coloring 
14660
14661         * po/POTFILES.in
14662                 add labelcolors.c
14663
14664         * added src/labelcolors.c
14665         * added src/labelcolors.h
14666         * src/Makefile.am, src/summaryview.c
14667                 rearrange label coloring code
14668
14669         * src/procmsg.h
14670                 add more parentheses so label colouring works correctly
14671
14672         * src/filtering.c
14673                 don't really delete message, but move it to Trash
14674
14675         * src/prefs_matcher.c
14676                 add quote options to info dialog
14677
14678 2001-07-20 [christoph]
14679
14680         * src/Makefile.am
14681         * src/inc.c
14682         * src/main.[ch]
14683         * src/socket.h
14684         * src/ssl.[ch] (new)
14685                 moved ssl stuff to a seperate file
14686
14687 2001-07-20 [darko]
14688
14689         * src/summaryview.c
14690                 fix show sender using address book with no e-mail
14691                 address in From: field
14692
14693 2001-07-19 [alfons]
14694
14695         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14696                 fix messy handling of escaping... now at least the
14697                 execute command is useful. escape char is '\', we
14698                 accept \n and \r too. 
14699
14700                 Real life example:
14701                 
14702                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14703                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14704
14705 2001-07-18 [alfons]
14706
14707         0.5.0claws6
14708
14709         * src/summaryview.c
14710                 clean up
14711
14712         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14713           src/procmsg.[ch]
14714                 revise filtering; currently move, copy, marking have
14715                 been tested. if you like bleeding edge stuff, you
14716                 should definitely go for this version :)
14717
14718         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14719
14720 2001-07-17 [christoph]
14721
14722         * src/utils.c
14723                 timestamp log
14724
14725 2001-07-17 [alfons]
14726
14727         0.5.0claws5
14728
14729         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14730           bits in the mark file, without affecting either branch. Lots of
14731           files changed, also in claws branch.
14732
14733           UNTESTED: use of mbox folders
14734
14735         * src/summaryview.c
14736                 added mark all read; however this was a quick hack used for
14737                 cleaning up mess after initial merge with Hiroyuki
14738
14739         * configure.in
14740                 change claws version number back to 0.5.0claws5 to clear up 
14741                 confusion & pretension (recent release was technically 
14742                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14743
14744 2001-07-16 [alfons]
14745
14746         sync with Hiroyuki's 0.5.0cvs4
14747
14748 2001-07-16 [alfons]
14749
14750         0.5.1claws3
14751
14752         * src/filtering.[ch]
14753                 remove invalid updating of mark files for 
14754                 filter actions MATCHING_ACTION_MOVE and 
14755                 MATCHING_ACTION_DELETE; this should fix the
14756                 folder update bug
14757                 
14758         * src/procmsg.c
14759                 revert Christoph's stab at fixing the folder 
14760                 update bug
14761
14762         * po/POTFILES.in
14763                 add missing files with translatable strings
14764
14765         * src/summaryview.c
14766                 remove debug print
14767
14768 2001-07-15 [alfons]
14769
14770         * src/addr_compl.[ch], src/prefs_filtering.c
14771                 make "filtering pref dialog's destination entry" an
14772                 "address completable entry", if filter destination is 
14773                 an email address
14774
14775         0.5.1claws2
14776         
14777         sync with Hiroyuki's 0.5.0cvs2-3
14778
14779 2001-07-15 [christoph]
14780
14781         * src/procmsg.c
14782                 fixed folder stats update after incorporation
14783
14784 2001-07-15 [alfons]
14785
14786         * src/summaryview.c
14787                 * finish label colouring stuff (for now)
14788                 * fix incorrect colour bug (off by one) 
14789
14790 2001-07-14 [alfons]
14791
14792         * src/mainwindow.c
14793                 change text labels for news and mail message so there's
14794                 plenty of toolbar estate left
14795
14796         * configure.in
14797                 0.5.1claws1
14798
14799         * src/folderview.c
14800           src/folder.[ch]
14801                 sync with Hiroyuki's 0.5.0cvs1
14802
14803         * src/summaryview.c
14804                 more rewrite label colouring
14805
14806 2001-07-14 [alfons]
14807
14808         * src/summaryview.[ch]
14809                 * start rewrite label colouring 
14810                 * fix proper location "Add Sender To Addressbook" menu item
14811
14812 2001-07-13
14813
14814         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14815         (actually this is 0.5.0claws4)
14816
14817 2001-07-13 [alfons]
14818
14819         * po/pt_BR.po
14820                 * fix duplicate message
14821                 * add updated Portugese / Brazilian translation
14822                   submitted by Fabio Junior Beneditto
14823
14824 2001-07-12 [alfons]
14825
14826         * AUTHORS
14827                 add Jens
14828
14829         * po/nl.po
14830                 add updated Dutch translation
14831
14832         * po/de.po
14833                 add updated German translation submitted by Jens
14834
14835 2001-07-11 [alfons]
14836
14837         Prerelease before 0.5.0claws. Please test.
14838         This version is temporarily tagged as VERSION_0_5_0_TEST
14839
14840         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14841           src/prefs_scoring.c, src/prefs_matcher.c, 
14842           src/prefs_filtering.c, src/mbox.c, 
14843           src/main.c, src/inc.c, src/filtering.[ch]
14844                 revert new Hoa's new matcher (does not work yet)
14845
14846         * src/Makefile.am
14847                 clean up
14848
14849 2001-07-10
14850
14851         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14852
14853
14854 2001-07-10 [alfons]
14855
14856         * Makefile.am
14857                 add ChangeLog.claws to EXTRA_DIST
14858         * src/Makefile.am
14859                 add matcher_parser_parse.h to EXTRA_DIST
14860
14861 2001-07-10 [christoph]
14862
14863         * src/inc.c
14864                 add destination folder to table of
14865                 folders that need to be updated after
14866                 incorporation
14867
14868 2001-07-10 [alfons]
14869
14870         * folder.[ch]
14871           folderview.c
14872                 make collapse state of folders and folder items persistent, i.e.
14873                 if you collapse a folder tree, the next time sylpheed-claws starts 
14874                 up the folder tree remains collapsed.  
14875                 
14876 2001-07-10 [christoph]
14877
14878         * acconfig.h
14879         * configure.in
14880                 added --enable-ssl
14881         * src/md5.[ch]
14882                 renamed MD5_CTX to MD5_CTX_syl
14883                 conflicts with a struct in openssl
14884         * src/inc.c
14885         * src/main.[ch]
14886         * src/prefs_account.[ch]
14887         * src/socket.[ch]
14888                 SSL support for POP
14889         * src/mainwindow.c
14890                 fixed compose with current account
14891                 broken by new compose button stuff
14892
14893 2001-07-09 [hoa]
14894
14895         * AUTHORS
14896                 changed my email address
14897
14898         * src/matcher_parser_parse.y
14899                 clean the parser to remove conflicts
14900
14901 2001-07-09 [alfons]
14902
14903         * AUTHORS
14904                 add Match Grun
14905
14906         * configure.in
14907                 fix incorrect description of --enable-ldap parameter
14908
14909         * src/prefs_common.[ch]
14910           src/compose.c
14911                 add experimental option "smart wrapping" which makes the
14912                 compose editor auto wrap.
14913                 
14914                 | TODO: the problem with the buggy cursor handling is caused |
14915                 | by the GtkText. when deleting / backspacing text its       |
14916                 | wrapping algorithm does not take in account the previous   |
14917                 | line. should find a way to hack this in.                   |
14918                 | or should perhaps combine this with the word wrapping      |
14919                 | patch i wrote in january.                                  |
14920
14921         * src/about.c
14922                 show build parameters for LDAP and JPilot
14923
14924         * src/summaryview.c
14925                 revert Christoph's bugfix for selecting next unread message, 
14926                 because folder stats aren't updated correctly
14927
14928 2001-07-08 [hoa]
14929
14930         * src/filtering.c
14931         * src/mainwindow.c
14932         * src/matcher.c
14933         * src/matcher_parser_lex.l
14934         * src/matcher_parser_parse.y
14935         * src/prefs_filtering.c
14936         * src/prefs_scoring.c
14937         * src/scoring.c
14938                 bugfix of the config file parser
14939
14940 2001-07-08 [alfons]
14941
14942         * src/Makefile.am
14943                 added generated matcher sources to BUILT_SOURCES
14944
14945 2001-07-08 [hoa]
14946
14947         * src/Makefile.am
14948         * src/.cvsignore
14949                 added new config file parser
14950
14951         * src/scoring.[ch]
14952         * src/filtering.[ch]
14953         * src/matcher.[ch]
14954         * src/prefs_filtering.c
14955         * src/prefs_matcher.c
14956         * src/prefs_scoring.c
14957         * added src/matcher_parser.h
14958         * added src/matcher_parser_lex.h
14959         * added src/matcher_parser_lex.l
14960         * added src/matcher_parser_parse.y
14961                 lex & yacc config file parser
14962
14963         * src/mbox.c
14964         * src/inc.c
14965         * src/main.c
14966                 changes prefs_filtering into global_filtering           
14967
14968         * src/summaryview.c
14969                 build threads with subjects only if "Re: " is at the
14970                 beginning of the subject
14971
14972 2001-07-07 [paul]
14973
14974         0.5.0claws
14975
14976         sync with sylpheed 0.5.0
14977                 change of version number only
14978
14979 2001-07-06 [paul]
14980
14981         0.5.0claws5
14982
14983         sync with sylpheed 0.5.0pre5
14984
14985 2001-07-05 [paul]
14986
14987         sync with sylpheed 0.5.0pre4 release
14988                 /po and /manual/ja not sync'ed
14989
14990 2001-07-04 [paul]
14991
14992         more sync with sylpheed 0.5.0pre4
14993
14994 2001-07-03 [christoph]
14995
14996         * src/addressbook.c
14997                 fixed address book broken by address book
14998                 for VCard, JPilot, LDAP
14999
15000 2001-07-03 [alfons]
15001
15002         * src/matcher.c
15003         * src/textview.c
15004                 stopped memory leaks
15005
15006 2001-07-03 [paul]
15007
15008         more sync with sylpheed 0.5.0pre4
15009
15010 2001-07-02 [match]
15011
15012         * included address book patch for VCard, JPilot, LDAP
15013         * pref_common.c - fixed Font options on Display tab (cosmetic)
15014         * alertpanel.c - fixed truncated message
15015
15016 2001-07-02 [christoph]
15017
15018         * src/mbox_folder.c
15019         * src/procmsg.[ch]
15020         * src/summaryview.c
15021                 mark threads for ignoring
15022
15023 2001-07-02 [paul]
15024
15025         0.5.0claws4
15026
15027         * sync with sylpheed 0.5.0pre4
15028                 updated gettext to 0.10.38.
15029
15030 2001-07-01 [paul]
15031
15032         * src/ mainwindow.c
15033         * src/procmsg.h
15034         * src/summaryview.[ch]
15035                 new right-click option: Label.
15036                 substitute for 'Mark-->Mark/Unmark', colours the line.
15037                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15038
15039 2001-07-01 [christoph]
15040
15041         * src/folderview.c
15042                 fixed font for trash
15043         * src/summaryview.c
15044                 move ctree to unread message
15045
15046 2001-07-01 [paul]
15047
15048         * sync with sylpheed 0.5.0pre3 release
15049
15050 2001-06-30 [alfons]
15051
15052         * src/filesel.[ch]
15053         * src/compose.c
15054                 allow inserting / attaching multiple files in
15055                 the composer window
15056
15057 2001-06-30 [paul]
15058
15059         * src/codeconv.c
15060                 small change to Alfons' previous stuff so that it
15061                 actually makes
15062
15063 2001-06-30 [alfons]
15064
15065         * lots of files changed; first attempt to merge the changes
15066           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15067
15068 2001-06-30 [paul]
15069
15070         * po/pt_BR.po
15071                 updated and completed, translations by Fabio
15072                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15073
15074 2001-06-29 [alfons]
15075
15076         * src/compose.c
15077         * src/mimeproc.[ch]
15078                 allow selecting an attached files' mime type from a 
15079                 list of types.
15080
15081 2001-06-29 [paul]
15082
15083         * more sync with sylpheed 0.5.0pre3
15084
15085 2001-06-29 [paul]
15086
15087         * po/pt_BR.po
15088                 merge with sylpheed.pot and pt_BR.po provided by
15089                 Fabio Junior Beneditto.
15090
15091 2001-06-29 [darko]
15092
15093         * src/procmime.c
15094                 make MIME types case insensitive
15095
15096 2001-06-28 [alfons]
15097
15098         * po/nl.po
15099                 merge with sylpheed.pot and old nl.po; translations added.
15100
15101 2001-06-28 [paul]
15102
15103         * more sync with sylpheed 0.5.0pre3
15104
15105 2001-06-27 [alfons]
15106
15107         * src/summaryview.c
15108                 don't crash when removing parent node of messages
15109                 attracted by subject. this was caused by not deleting
15110                 the parent node from the subject line hash table.
15111
15112 2001-06-27 [alfons]
15113
15114         * src/summaryview.c
15115         * src/compose.[ch]
15116         * src/mainwindow.c
15117                 if there are multiple messages selected, allow forwarding
15118                 them as attachments.
15119
15120 2001-06-27 [paul]
15121
15122         * more sync with sylpheed 0.5.0pre3
15123
15124 2001-06-26 [paul]
15125
15126         0.5.0claws3
15127
15128         * sync with sylpheed 0.5.0pre3
15129
15130 2001-06-25 [paul]
15131
15132         * src/mainwindow.c
15133                 fixed 'compose news article' bug
15134                 from icon-and-text toolbar
15135
15136 2001-06-25 [paul]
15137
15138         * sync with sylpheed 0.5.0pre2 release
15139
15140 2001-06-24 [christoph]
15141
15142         * src/prefs_common.c
15143                 bug fix in font selection
15144         * src/folderview.c
15145                 use sylpheed's normal font instead of
15146                 gtk default font for folders without
15147                 new messages
15148
15149 2001-06-24 [alfons]
15150
15151         * src/mainwindow.[ch]
15152                 added composite compose mail / news button (an idea by Leandro
15153                 Pereira <leandro@linuxmag.com.br>)
15154
15155 2001-06-24 [paul]
15156
15157         Added instructions for ldif-to-xml.py
15158
15159         * tools/README
15160
15161 2001-06-23 [alfons]
15162
15163         Some minor things.
15164
15165         * src/pixmaps/stock_news_compose.xpm
15166                 added pixmap by Leandro
15167         * src/prefs_common.c
15168                 tested built-in spelling checker of GCC 3.0 :)
15169         * po/nl.po
15170                 merged dutch translation of sylpheed-main with
15171                 sylpheed.pot
15172
15173 2001-06-23 [paul]
15174
15175         Added tools directory and files.
15176
15177         * tools/filter_conv.pl
15178                 converts old filter system to new filtering system
15179         * tools/ldif-to-xml.py
15180                 converts netscape addressbook to sylpheed addressbook
15181         * tools/README
15182                 descriptions/instructions for above two files
15183
15184 2001-06-23 [christoph]
15185
15186         * src/inc.c
15187         * src/manage_window.[ch]
15188         * src/prefs_common.[ch]
15189                 mail retrieval dialog can be enabled, disabled
15190                 or hidden if non of sylpheed's windows is active
15191
15192 2001-06-22 [paul]
15193
15194         0.5.0claws2
15195
15196         * sync with sylpheed 0.5.0pre2
15197
15198 2001-06-21 [christoph]
15199
15200         * src/summaryview.c
15201                 show recipient on 'from' for all accounts
15202                 
15203         * src/inc.c
15204         * src/prefs_common.[ch]
15205                 disable error popup on mail receive errors
15206
15207 2001-06-21 [alfons]
15208
15209         * src/compose.c
15210                 made the ruler correctly appear and disappear.
15211
15212         * src/Makefile.am
15213                 removed Hoa's work-in-progress-stuff (interesting!) so 
15214                 claws compiles ok.
15215
15216 2001-06-20 [christoph]
15217
15218         * src/inc.c
15219         * src/progressdialog.c
15220                 added scrolled window for list in progressdialog
15221
15222 2001-06-20 [paul]
15223
15224         sync with sylpheed 0.5.0pre1 release
15225
15226 2001-06-20 [christoph]
15227
15228         * src/summeryview.c
15229                 make building threads by subject work when
15230                 thread view is enabled
15231                 
15232         * src/compose.c
15233         * src/prefs_common.[ch]
15234                 automatically select account for mail replys
15235
15236 2001-06-19 [sergey]
15237
15238         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15239         they are filled in from the account settings.
15240
15241 2001-06-19 [paul]
15242
15243         * more sync with sylpheed 0.5.0pre1
15244
15245 2001-06-18 [alfons]
15246
15247         * src/Makefile.am,
15248           src/procmime.c
15249                 added --sysconfdir to CPPFLAGS for pointing to the correct
15250                 location of mime.types. 
15251
15252                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15253                 or ./configure!
15254
15255 2001-06-18 [hoa]
15256
15257         * src/summaryview.c
15258                 fixed some bug when building threads
15259
15260 2001-06-18 [pau]l
15261
15262         * src/prefs_account.c
15263                 UI stuff: More changes to the English
15264
15265 2001-06-18 [paul]
15266
15267         * src/pixmaps/stock_news_compose.xpm: new file
15268         * src/Makefile.am
15269         * src/mainwindow.c
15270         * src/summaryview.c
15271                 Added new icon for Hoa's 'compose a news
15272                 message', plus minor improvements to the
15273                 English
15274
15275         * po/ja.po
15276         * ChangeLog
15277         * ChangeLog.jp
15278                 more sync with sylpheed 0.5.0pre1
15279
15280 2001-06-18 [hoa]
15281
15282         * src/compose.[ch]
15283         * src/mainwindow.c
15284                 Follow-up and reply to
15285
15286         * src/summaryview.[ch]
15287                 Build threads also with subjects
15288
15289 2001-06-17 [hoa]
15290
15291         * src/compose.c
15292                 forwarding use the current account.
15293
15294         * src/mainwindow.c
15295                 the "compose message" button has been replaced with
15296                 "new mail" and "new news" buttons
15297
15298         * src/prefs_common.[ch]
15299                 added a configuration option to use the forward button
15300                 as "forward as attachment"
15301                 changed reply and forward format description
15302
15303         * src/quote_fmt_lex.l
15304         * src/quote_fmt_parse.y
15305                 added message with no signature in format for reply
15306                 and forward.
15307
15308 2001-06-17 [paul]
15309
15310         Minor UI stuff
15311
15312         * src/mainwindow.c
15313         * src/summaryview.c
15314                 Improvements to the English
15315
15316         * src/prefs_common.c
15317                 Improvements to the English and some
15318                 clarity/continuity improvements in the
15319                 description of Quote symbols.
15320
15321 2001-06-17 [paul]
15322
15323         0.5.0claws1
15324
15325         * sync with sylpheed 0.5.0pre1
15326
15327 2001-06-17 [hoa]
15328
15329         * src/compose.c
15330                 Better interface for compose, displayed fields
15331                 are updated whenever we change account.
15332                 Newsgroups field is automatically filled.
15333
15334         * src/mainwindow.c
15335                 Newsgroups field is automatically filled.
15336
15337         * src/prefs_account.c
15338                 Some interface stuff when fields appear and
15339                 disappear.
15340
15341 2001-06-16 [paul]
15342
15343         0.4.99claws
15344
15345         * sync with sylpheed 0.4.99
15346
15347 2001-06-16 [sergey]
15348
15349         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15350         base64_decoder_free, base64_decoder_decode): new object and
15351         functions for decoding base64 streams.
15352         * src/procmime.c (procmime_decode_content): modified to use the
15353         new base64 decoder.
15354
15355 2001-06-15 [paul]
15356
15357         0.4.99claws10
15358
15359         * sync with sylpheed 0.4.99cvs11
15360
15361 2001-06-13 [paul]
15362
15363         0.4.99claws9
15364
15365         * sync with sylpheed 0.4.99cvs9
15366
15367 2001-06-13 [hoa]
15368
15369         * src/compose.c
15370         * src/prefs_account.c
15371
15372                 SMTP server can be defined in the news account
15373                 mime type of attachment are kept.
15374
15375         * src/summaryview.c
15376
15377                 now choose the highest important score between default
15378                 and important score of folder.
15379
15380 2001-06-09 [alfons]
15381         
15382         * src/prefs_common.c: 
15383
15384                 (prefs_quote_description_create): corrected description of 
15385                 quote format characters
15386
15387 2001-06-09 [paul]
15388
15389         0.4.99claws8
15390
15391         * sync with sylpheed 0.4.99cvs8
15392
15393 2001-06-08 [sergey]
15394
15395         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15396         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15397
15398 2001-06-08 [paul]
15399
15400         0.4.99claws7
15401
15402         * sync with sylpheed 0.4.99cvs7
15403
15404 2001-06-06 [sergey]
15405
15406         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15407         clashes with autogenerated header).
15408         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15409         * src/Makefile.am: added quote_fmt.h.
15410         * src/.cvsignore: added lex/yacc autogenerated files
15411         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15412
15413 2001-06-06 [paul]
15414
15415         0.4.99claws6
15416
15417         * sync with sylpheed 0.4.99cvs6
15418
15419 2001-06-06 [hoa]
15420
15421         * added src/quote_fmt_parse.h
15422         * src/compose.c
15423                 removed warnings
15424
15425         * src/prefs.[ch]
15426                 don't modify readonly configuration files
15427
15428         * src/prefs_account.c
15429         * src/prefs_common.c
15430         * src/prefs_customheader.c
15431         * src/prefs_display_header.c
15432         * src/prefs_filter.c
15433         * src/prefs_filtering.c
15434         * src/prefs_scoring.c
15435                 don't open dialog box when configuration files
15436                 are readonly
15437
15438 2001-06-05 [sergey]
15439
15440         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15441
15442         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15443         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15444         BUILT_SOURCES to make all files rebuild properly.
15445
15446         * src/compose.c: removed #include "quote_fmt.tab.h".
15447
15448         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15449         CHARACTER value in yylval.
15450
15451         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15452         receive CHARACTER value by documented means (yylval).
15453
15454         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15455
15456 2001-06-05 [hoa]
15457
15458         * src/Makefile.am
15459                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15460
15461         * src/filtering.c
15462         * src/matcher.c
15463         * src/matcher.h
15464         * src/prefs_filtering.c
15465                 now keep the configuration for execute action
15466
15467         * src/mbox_folder.c
15468                 fixed a warning
15469
15470 2001-06-05 [paul]
15471
15472         * sync with sylpheed 0.4.99cvs5
15473
15474 2001-06-05 [hoa]
15475
15476         * src/Makefile.am
15477                 added quote_fmt.[ch]
15478
15479         * added src/quote_fmt.y
15480         * added src/quote_fmt.l
15481         * added src/quote_fmt.tab.h
15482         * added src/quote_fmt.tab.c
15483         * added src/lex.quote_fmt.c
15484                 parsing configuration for replying
15485                 and forwarding
15486
15487         * src/prefs_common.[ch]
15488                 added configuration UI for replying
15489                 and forwarding
15490
15491         * src/compose.c
15492                 using configuration for replying
15493                 and forwarding
15494
15495 2001-06-04 [hoa]
15496
15497         * src/filtering.c
15498         * src/matcher.c
15499         * src/matcher.h
15500         * src/prefs_filtering.c
15501         * src/prefs_matcher.c
15502         * src/prefs_matcher.h
15503                 action "run a command" for filtering
15504                 and matching with a command.
15505                 fixed the "whole message" matching
15506
15507         * src/mbox_folder.c
15508                 changed temporary filename for security
15509
15510         * src/messageview.c
15511                 queue the notification if it fails to send.
15512
15513         * src/prefs_common.c
15514         * src/prefs_folder_item.c
15515                 changed the default important score             
15516
15517         * src/prefs_scoring.c
15518         * src/scoring.c
15519                 hide kill score input when the folder is not
15520                 a newsgroup
15521
15522 2001-06-03 [alfons]
15523
15524         * src/prefs_common.c:
15525
15526                 (prefs_font_select): pass font name in font entry box to font
15527                 selection dialog.
15528
15529 2001-06-03 [sergey]
15530
15531         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15532
15533 2001-06-03 [paul]
15534
15535         * sync with sylpheed 0.4.99cvs4
15536
15537 2001-06-03 [alfons]
15538
15539         * src/headerwindow.c:
15540
15541                 (headerwindow_show_cb): use the selected summary view item, not
15542                 the displayed item.
15543
15544 2001-06-02 [alfons]
15545
15546         * src/headerwindow.c:
15547
15548                 (headerwindow_show_cb): always try to show msginfo
15549
15550 2001-06-02 [hoa]
15551
15552         * src/compose.c
15553                 keep attached parts when reediting or forwarding.
15554
15555 2001-06-01 [hoa]
15556
15557         * src/folderview.c
15558         * src/prefs_folder_item.[ch]
15559         * src/prefs_scoring.[ch]
15560         * src/scoring.[ch]
15561         * src/summaryview.[ch]
15562         * src/main.c
15563         * src/mainwindow.c
15564         * src/prefs_common.[ch]
15565                 support for folder scoring
15566                 kill score and important score for messages
15567         
15568         * src/prefs_account.c
15569                 some display bug fixed for local account
15570                 preferences
15571
15572 2001-05-31 [alfons]
15573
15574         * src/summaryview.c:
15575
15576                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15577                 sender to address book menu item is disabled.
15578
15579 2001-05-30 [hoa]
15580
15581         * src/filtering.[ch]
15582         * src/summaryview.c
15583                 handling summary menu / filter messages
15584
15585         * src/folder.[ch]
15586                 add some stuff
15587
15588         * src/foldersel.c
15589                 imap folders now appears in list
15590
15591         * src/mbox_folder.c
15592                 doesn't crash if destination mail is not writeable
15593
15594 2001-05-29 [hoa]
15595
15596         * src/compose.c
15597                 removed some warnings
15598
15599         * src/filtering.c
15600         * src/folder.[ch]
15601         * src/prefs_filtering.c
15602                 global string to identify any folders           
15603                 removed some debug info
15604                 filtering to mbox folders is now possible
15605
15606         * src/mainwindow.c
15607                 removed some warnings
15608
15609         * src/mbox_folder.c
15610                 permission on files are changed to read/write for user only,
15611                 nothing for other.
15612                 creation of subfolder is handled better.
15613
15614 2001-05-28 [alfons]
15615
15616         Verified the sync for src/prefs_common.[ch] and
15617         src/prefs_account.[ch]. I believe there were some
15618         minor indentation differences.
15619
15620 2001-05-28 [paul]
15621
15622         0.4.99claws3
15623
15624         * sync with 0.4.99cvs3
15625
15626 2001-05-28 [hoa]
15627
15628         * src/compose.c
15629                 handling flags for mbox format
15630
15631         * src/filtering.c
15632                 use of mark file only for MH format
15633                 handling flags for mbox format
15634                 filtering cannot yet move or copy mails to mbox folders.
15635
15636         * src/folder.[ch]
15637                 changed move_msg, copy_msg,
15638                 move_msgs_with_dest, copy_msgs_with_dest functions
15639                 uses only folder->copy_msg() function
15640                 uses folder->finished_copy() to handle the destination
15641                 folder at the end of the copy or move operation.
15642
15643         * src/foldersel.c
15644                 included mbox directories.
15645
15646         * src/folderview.[ch]
15647         * src/mainwindow.c
15648                 handle folders operation for mbox format
15649
15650         * src/mbox.c
15651                 disable conversion of "From " header
15652
15653         * src/mbox_folder.[ch]
15654                 completion of mbox format handling
15655
15656         * src/mh.c
15657                 changed mh_copy_msg() function and
15658                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15659                 mh_copy_msgs_with_dest()
15660
15661         * src/prefs_filtering.c
15662                 removed some warnings
15663
15664         * src/prefs_matcher.c
15665                 default boolean operation is AND
15666
15667         * src/procheader.c
15668                 handling flags for mbox format
15669                 handling of "From " header
15670
15671         * src/procmsg.[ch]
15672                 removed data field
15673                 added MSG_REALLY_DELETED flags to handle deletion of
15674                 messages in mbox format.
15675
15676         * src/summaryview.c
15677                 handling flags for mbox format
15678                 disable the MSG_DELETED flags when messages
15679                 are deleted in mbox format
15680
15681         * src/textview.c
15682                 "From " headers display fixed.
15683
15684 2001-05-27 [alfons]
15685
15686         * src/textview.c:
15687                 
15688                 (get_email_part): skip quoted email addresses, like in e.g.
15689                 "'alfons@proteus.demon.nl'".
15690
15691 2001-05-26 [alfons]
15692
15693         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15694         and fixing the persistence troubles when using separate windows.
15695
15696         * src/mainwindow.c:
15697         
15698             Added #define SEPARATE_ACTION used in the gtk item factory for 
15699             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15700                 use gtk_item_factory_get_widget_by_action() to get the items.
15701                 
15702             Removed separate_widget_cb from the gtk item factory data   
15703           
15704             (mainwindow_create): connect separate_widget_cb() to check
15705             menu item "toggled" signal. also passing a MainWindow pointer
15706                 as object data for both check menu items.
15707                 
15708             (separate_widget_cb): definition of separate_widget_cb() to match
15709             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15710                 window using gtk_object_get_data(). The type of window separation 
15711                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15712         
15713         * src/prefs_filtering.c,
15714           src/prefs_matcher.c: added horizontal scrollbars
15715
15716 2001-05-25 [darko]
15717
15718         * src/headerview.c
15719                 fix segfault with invalid bold font
15720         * src/summaryview.c
15721                 correctly display summary stats after row is marked
15722
15723 2001-05-23 [sergey]
15724
15725         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15726         encodings with libjconv.
15727
15728 2001-05-23 [hoa]
15729
15730         * src/Makefile.am
15731                 added mbox_folder.[ch]
15732         * src/defs.h
15733                 mbox temporary folder
15734         * src/folder.[ch]
15735         * added src/mbox_folder.[ch]
15736         * src/folderview.c
15737         * src/procheader.[ch]
15738                 added mbox support
15739         * src/mbox.c
15740                 bugfix for file incorporation filtering
15741         * src/imap.c
15742                 enable creation of MBOX
15743         * src/prefs_display_header.c
15744                 enable use of headers like "From "
15745                 something that should be fixed :
15746                         displaying of such headers add an extra space
15747         * src/prefs_folder_item.c
15748                 don't create folders because it is not necessary
15749         * src/procmsg.h
15750                 added data field to MsgInfo for mbox internal use
15751         * src/summaryview.c
15752                 added some support for mbox
15753         * src/utils.[ch]
15754                 added get_mbox_cache_dir() function
15755
15756 2001-05-23 [hiroyuki]
15757
15758         * src/headerwindow.c
15759           src/inc.c
15760           src/main.c
15761           src/mh.c
15762           src/nntp.c
15763           src/procmsg.h
15764           src/session.h
15765           src/socket.[ch]
15766           src/summaryview.c
15767           src/textview.c
15768           src/automaton.c
15769           src/folderview.c: more sync with 0.4.99cvs2.
15770
15771         * src/headerwindow.c: reverted.
15772
15773 2001-05-22 [paul]
15774
15775         0.4.99claws2
15776
15777         * sync with sylpheed 0.4.99cvs2
15778                 * src/news.[ch]
15779                 * src/nntp.[ch]
15780                 * INSTALL
15781                 * INSTALL.jp
15782
15783 2001-05-22 [alfons]
15784
15785         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15786
15787 2001-05-21 [alfons]
15788
15789         Minor things:
15790
15791         * configure.in: if gnome-config not found, "no" is displayed
15792         
15793         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15794
15795         * src/textview.c: now also possible to add mail addresses by right
15796           clicking in the text view
15797
15798         * src/codeconv.c: merged patch which fixes endless loop when encountering
15799           invalid wide characters; from Alte <010@imis.ru>  
15800
15801 2001-05-20 [alfons]
15802
15803         Added installation of gnome specific things:
15804
15805         * Makefile.am: gnome conditional
15806
15807         * configure.in: check for installed gnome
15808
15809         * added sylpheed.png, sylpheed.desktop
15810
15811 2001-05-20 [sergey]
15812
15813         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15814
15815         * src/mainwindow.h (main_window_toolbar_create): created a button
15816         for "Reply to all".
15817         (main_window_set_toolbar_sensitive): enable/disable the new button
15818         appropriately.
15819         (toolbar_reply_to_author_cb): handle the new button.
15820
15821         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15822         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15823         failure).
15824
15825 2001-05-19 [sergey]
15826
15827         * src/compose.h (ComposeReplyMode): new modes
15828         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15829         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15830
15831         * src/compose.c
15832         (compose_send): move some code into a new function:
15833         (compose_current_mail_account): new function.
15834         (compose_reply): new argument to_author, all callers changed; if
15835         to_author==TRUE and account->protocol==A_NNTP, find and use an
15836         appropriate mail account for replying.
15837         (compose_reply_set_entry): new argument to_author; ignore
15838         compose->replyto if to_author==TRUE.
15839
15840         * src/mainwindow.c: new command "Message/Reply to author".
15841         (main_window_set_menu_sensitive): enable/disable it.
15842         (reply_cb): handle it.
15843
15844         * src/summaryview.c: new command "Reply to author".
15845         (summary_set_menu_sensitive): enable/disable it.
15846         (summary_reply_cb): handle it.
15847
15848         * src/account.c (account_find_mail_from_address): new function.
15849
15850 2001-05-18 [paul]
15851
15852         0.4.99claws1
15853
15854         * sync with sylpheed 0.4.99cvs1
15855
15856 2001-05-18 [hoa]
15857
15858         * src/compose.[ch]
15859         * src/filtering.c
15860         * src/summaryview.c
15861                 new filtering action : forward and forward as attachment
15862
15863         * src/main.c
15864                 no need for $DISPLAY when we run sylpheed --help
15865                 call to parse_cmd_opt() is moved
15866
15867         * src/mainwindow.[ch]
15868                 execute button is hidden when immediate execute
15869                 is chosen
15870
15871         * src/mh.c
15872         * src/news.c
15873         * src/prefs_folder_item.c
15874         * src/procmsg.c
15875                 better handling of missing directories
15876
15877         * src/summaryview.c
15878                 reedit is enabled in outbox
15879                 reedit is enabled in queue
15880
15881 2001-05-17 [hoa]
15882
15883         * src/filtering.c
15884         * src/matcher.[ch]
15885         * src/prefs_filtering.c
15886                 changed attachement into attachment
15887
15888 2001-05-17 [alfons]
15889
15890         0.4.67claws4    
15891
15892         * sync with sylpheed 0.4.67cvs9
15893         * sync with sylpheed 0.4.67cvs7-8
15894
15895 2001-05-17 [hoa]
15896
15897         * src/Makefile.am
15898                 added prefs_filtering.c
15899
15900         * src/filtering.[ch]
15901         * src/matcher.[ch]
15902                 removed action : forward_news and forward_news_as_attachement
15903                 (forward and forward_as_attachement can be used instead)
15904
15905         * src/mainwindow.c
15906                 added menu option to access filtering configuration
15907
15908         * src/prefs_account.c
15909                 changed mail_command default to /usr/sbin/sendmail
15910
15911         * added src/prefs_filtering.[ch]
15912                 dialog box for filtering configuration
15913
15914         * src/prefs_matcher.c
15915                 added function prefs_matcher_get_criteria_from_matching()
15916
15917         * src/prefs_scoring.c
15918                 reset the dialog when register or substitute is clicked
15919
15920 2001-05-15 [hoa]
15921
15922         * src/Makefile.am
15923                 added filtering.[ch]
15924         * src/inc.c
15925                 using filering.[ch] instead of filter.[ch]
15926         * src/main.c
15927                 reading new filtering configuration
15928         * src/matcher.[ch]
15929                 added some filtering actions
15930                 and fixed a bug for headers and mail body matching
15931         * src/mbox.c
15932                 using filering.[ch] instead of filter.[ch]
15933         * src/mh.c
15934                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15935         * src/summaryview.c
15936                 some fixes for filtering
15937
15938 2001-05-14 [hiroyuki]
15939
15940         * src/send.c: fixed some weird indentations.
15941           send_message_with_command(): call pclose() only if p != NULL.
15942         * src/textview.c: get_email_part(): modified the code for readability.
15943
15944 2001-05-14 [hiroyuki]
15945
15946         * src/md5global.h
15947           src/md5ify.c
15948           src/md5ify.h: removed from the cvs.
15949
15950 2001-05-13 [sergey]
15951
15952         * src/main.c: include rfc2015.h to avoid compiler warnings.
15953         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15954         the panel is already on screen.
15955         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15956         closing the alert window by ESC as "No".
15957         * src/prefs_common.c (prefs_interface_create): moved return
15958         receipt check button to the correct place.
15959
15960 2001-03-13 [alfons]
15961
15962         * src/prefs_common.c: 
15963                 moved return receipt check button to the Send tab. (prefs_send_create)
15964                 removed the date format ui related globals. (prefs_display_create)
15965
15966         0.4.67claws3
15967         
15968         * sync with sylpheed 0.4.67cvs5-6
15969
15970 2001-05-13 [paul]
15971
15972         * added Alfons' font selection patch
15973
15974         * src/defs.h
15975         * src/headerwindow.c
15976         * src/prefs_common.c
15977         * src/prefs_common.h
15978
15979 2001-05-13 [hoa]
15980         * src/defs.h
15981                 changed version of cache
15982         * src/matcher.[ch]
15983         * src/prefs_matcher.c
15984                 added additionnal matching criteria
15985         * src/procheader.c
15986         * src/procmsg.[ch]
15987         * src/news.c
15988                 added references in MsgInfo
15989
15990 2001-05-12 [hoa]
15991
15992         * src/defs.h
15993                 prepared some things for new filtering
15994         * src/matcher.[ch]
15995                 added some matching properties
15996                 inreplyto need to be enhanced
15997                 prepared some things for new filtering
15998         * src/messageview.c
15999                 added Return-Receipt-To handling
16000         * src/prefs_folder_item.c
16001                 changed default value to TRUE
16002         * src/prefs_matcher.c
16003                 added some matching properties
16004         * src/prefs_scoring.[ch]
16005                 the scoring dialog is finished
16006         * src/procheader.c
16007                 added Return-Receipt-To handling
16008                 Reference need to be added
16009         * src/procmsg.[ch]
16010                 added Return-Receipt-To handling
16011                 added threadscore to get a better score sorting when
16012                 threads are enabled
16013         * src/summaryview.c
16014                 suppressed a bug when we sort the list
16015                 when no folder is opened.
16016                 better score sorting when threads are enabled
16017
16018 2001-05-12 [alfons]
16019
16020         * reverted previous patch because of potential errors 
16021
16022         0.4.67claws2
16023         
16024         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16025                 applied "toggle mail-retrieval dialog window" patch submitted 
16026                 by Eric Limpens <eric@qnt.net>
16027
16028         * sync with sylpheed 0.4.67cvs4
16029
16030 2001-05-12 [sergey]
16031
16032         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16033         some picky compilers.
16034         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16035         * src/grouplist_dialog.c: include alertpanel.h.
16036         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16037         fix compile warning.
16038         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16039         #include "defs.h" before others to prevent the warning of `MIN'
16040         and `MAX' redefinition.
16041
16042 2001-05-11 [hoa]
16043
16044         * src/main.c
16045         * src/messageview.c
16046         * src/prefs_account.c
16047         * src/prefs_display_header.c
16048                 removed warning
16049         * src/Makefile.am
16050                 added prefs_scoring.[ch]
16051         * src/grouplist_dialog.c
16052                 display an error dialog box if the group list
16053                 cannot be fetched.
16054         * src/mainwindow.[ch]
16055                 added main_window_set_thread_option() function
16056                 scoring dialog box enabled
16057         * src/matcher.[ch]
16058                 added flags matching unread /new / marked
16059                 / deleted / replied / forwarded
16060         * src/news.c
16061                 newsgroups are now finally in newscache
16062         * src/prefs_matcher.[ch]
16063                 finished preferences for matching dialog
16064         * added src/prefs_scoring.[ch]
16065                 scoring dialog box completed
16066         * src/scoring.[ch]
16067                 conversion to string : added scoringprop_to_string()
16068                 write config for preferences :
16069                 added prefs_scoring_write_config()
16070         * src/summaryview.c
16071                 threads can be enabled/disabled independently
16072                 for each folder
16073
16074 2001-05-10 [alfons]
16075
16076         0.4.67claws1
16077         
16078         * AUTHORS: 
16079                 thought it would be nice to have a list of all
16080                 contributors (used Changelog as a reference)
16081         
16082         * configure.in: 
16083                 messed up version numbering...
16084
16085         0.4.66claws1
16086
16087         * sync with sylpheed 0.4.67cvs1-3
16088
16089 2001-05-10 [darko]
16090
16091         * src/prefs_common.c:
16092                 better UI for strftime format, double clicking
16093                 on format now inserts the format in text entry
16094                 replaced close button with standard OK/Cancel
16095                 moved date format button to the right of the
16096                 text entry field
16097
16098 2001-05-09 [alfons]
16099
16100         * src/gtkstext.c:
16101                 Ctrl-Home / Ctrl-End have proper cursor navigation
16102
16103 2001-05-09 [hoa]
16104
16105         * src/prefs_matcher.c
16106                 finished UI to define matching properties
16107                 added ok and cancel button
16108         * src/prefs_filter.c
16109                 added ok and cancel button
16110         * src/news.c
16111                 fixed some bug in xhdr parsing
16112
16113 2001-05-08 [alfons]
16114
16115         * src/textview.c: 
16116                 fixed a bug in textview_show_header(), which displayed two colons (':');
16117                 cleaned up some warnings
16118
16119 2001-05-08 [hoa]
16120
16121         * src/Makefile.am
16122                 added prefs_matcher.[ch]
16123                 compilation with -W -Wall
16124         * src/alertpanel.c
16125                 ungrab the mouse events if grabbed - does it
16126                 fix the bug for disposition notification ?
16127         * src/mainwindow.c
16128                 added a menu option to open the matching dialog.
16129         * src/matcher.[ch]
16130                 added matcherprop_to_string() and matcherlist_to_string()
16131                 fixed some bugs, changed the name of some options
16132                 age_sup and age_inf becomes age_greater and age_lower,
16133                 body and messageheaders becomes body_part and headers_part,
16134                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16135         * src/prefs_display_header.c
16136         * src/prefs_headers.c
16137                 fixed a bug that accidentally destroyed dialogs
16138                 when closed them with delete_event
16139                 Added *_deleted() which handle delete_event signal correctly.
16140         * src/prefs_folder_item.[ch]
16141                 added "enable_thread" field for future customization
16142         * added src/prefs_matcher.[ch]
16143                 sample of the UI to define matching properties
16144         * src/procheader.c
16145                 using procheader_headername_equal instead of str*cmp functions
16146                 using procheader_parse_header() function
16147         * src/scoring.c
16148                 using MATCHING_XXX instead of SCORING_XXX
16149         * src/summaryview.c
16150                 display the sender of the news even if this is ourself
16151                 when this is a news message.
16152         * src/textview.c
16153                 using headername_equal() instead of str*cmp functions
16154
16155 2001-05-08 [alfons]
16156
16157         0.4.66claws
16158
16159         * sync with sylpheed 0.4.66
16160         * src/gtkstext.c: trace logs added 
16161
16162 2001-05-08 [sergey]
16163
16164         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16165         signature check popup.
16166         * src/rfc2015.c (check_signature): show signature check popup only
16167         if it is enabled in preferences.
16168
16169 2001-05-07 [alfons]
16170
16171         0.4.66claws4
16172         
16173         * sync with sylpheed 0.4.66cvs6
16174
16175 2001-05-07 [darko]
16176
16177         * src/prefs_common.[ch]: added option to enable/disable
16178           looking up sender name in address book for summary pane
16179         * src/summaryview.c: look up sender in the address book
16180           by using Alfons' address completion code
16181
16182 2001-05-07 [hiroyuki]
16183
16184         * src/inc.h
16185           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16186           member of Pop3State.
16187         * src/news.c: brought #include "defs.h" before #include <glib.h>
16188           to prevent the warning of `MIN' and `MAX' redefinition.
16189
16190 2001-05-06 [hoa]
16191
16192         * removed src/headers_display.[ch]
16193         * removed src/prefs_display_headers.[ch]
16194         * src/inc.c
16195                 use a temporary file in the user directory for mbox import
16196         * src/news.c
16197                 added XHDR support to get "To" and "Cc" headers
16198                 (in order to match news with to or cc field for
16199                 scoring)
16200                 added function news_parse_xhdr() to get XHDR response
16201         * src/nntp.[ch]
16202                 added function nntp_xhdr()
16203         * src/matcher.c
16204                 fetch the message if necessary
16205
16206 2001-05-06 [alfons]
16207
16208         0.4.66claws3
16209
16210         * sync with sylpheed 0.4.66cvs3-5
16211
16212 2001-05-06 [hoa]
16213
16214         * src/utils.[ch]
16215                 added function itos_buf() to enable use of several buffers
16216         * src/summaryview.c
16217                 use of itos_buf() instead of itos() in summary list
16218                 to fix the broken display of message number.
16219
16220 2001-05-06 [alfons]
16221
16222         * src/gtkstext.c: bug in cursor up navigation fixed,
16223                 fixed another unsigned / signed comparison (we're getting there :-)
16224
16225 2001-05-06 [hoa]
16226
16227         * src/Makefile.am
16228                 added scoring.c scoring.h
16229                 prefs_folder_item.c prefs_folder_item.h
16230                 matcher.c matcher.h
16231         * src/defs.h
16232                 added FOLDERITEM_RC SCORING_RC
16233         * src/folder.[ch]
16234                 added prefs field in FolderItem :
16235                 properties for each folder (PrefsFolderItem),
16236                 sorting type and mode were added as the first properties.
16237         * src/main.c
16238                 read config for scoring
16239         * added src/matcher.[ch]
16240                 gives functions to parse configuration file to do
16241                 matching on mails with a list of conditions.
16242         * src/mainwindow.c
16243                 add option to sort by score
16244         * src/prefs_common.[ch]
16245                 added preference option to show score and for
16246                 the score column size
16247         * added src/prefs_folder_item.[ch]
16248                 properties for each folder (PrefsFolderItem),
16249                 sorting type and mode were added as the first properties.
16250         * src/procheader.[ch]
16251                 added procheader_parse_header()
16252                 added procheader_header_free()
16253                 added procheader_headername_equal()
16254                 and made modification to use them.
16255         * src/procmsg.[ch]
16256                 added score field to MsgInfo structure
16257         * added src/scoring.[ch]
16258                 gives functions to parse configuration file to do
16259                 scoring on mails with a list of conditions.
16260         * src/summaryview.[ch]
16261                 save the sorting type and mode for the folder
16262                 added column to display the score of the mail
16263                 added function summary_score_clicked()
16264                 sorting type and mode are restored to the folder
16265                 when it is reopen
16266         * src/textview.c
16267                 use procheader_parse_header(), procheader_headername_equal()
16268                 removed memory leak in text_scan_header when freeing headers
16269         * src/filter.c
16270                 changed the function to match names of headers
16271                 using procheader_headername_equal()
16272
16273         Scoring functions are implemented, an interface is needed
16274         to configure that.
16275
16276 2001-05-04 [alfons]
16277
16278         * src/gtkstext.c: 
16279                 hopefully fixed the row up navigation bug,
16280                 removed adding back / forward lines to cache
16281
16282 2001-05-04 [sergey]
16283
16284         * src/prefs_display_headers.c: user interface changes:
16285         (prefs_display_headers_create): remove unused "Show" check button;
16286         allow reordering of headers by dragging.
16287         (prefs_display_headers_write_config): remove unused variables.
16288         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16289         of lists (not needed with the new UI).
16290         (prefs_display_headers_set_list): scan lists starting from row 0,
16291         not 1 (do not skip "(New)").
16292         (prefs_display_headers_find_header): new function.
16293         (prefs_display_headers_clist_set_row): do not allow duplicates.
16294         (prefs_display_headers_delete_cb): do not skip row 0; treat
16295         closing the alert window by ESC as "No".
16296         (prefs_display_headers_up): do not protect row 0.
16297         (prefs_display_headers_down): do not protect row 0.
16298
16299 2001-05-04 [sergey]
16300
16301         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16302         functions.
16303
16304         * src/summaryview.c
16305         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16306         summary_select_next_marked, summary_select_prev_marked): new
16307         functions.
16308
16309 2001-05-03 [sergey]
16310
16311         * src/news.c: fixed a bug when no article can be fetched after
16312         server timeout if the connection was restored by news_post():
16313         (news_select_group): new function.
16314         (news_fetch_msg): call news_select_group() before fetching
16315         article.
16316         (news_get_uncached_articles): set session->group after successful
16317         GROUP command.
16318
16319 2001-05-03 [hoa]
16320
16321         * src/defs.h
16322         * src/procmsg.[ch]
16323         * src/procheader.c
16324                  changed version of cache, added cc field
16325
16326         * src/prefs_display_headers.c
16327                 the interface was changed
16328
16329         * src/prefs_headers.c
16330                 added cancel button
16331
16332 2001-05-03 [alfons]
16333
16334         * completed sync of sylpheed cvs2
16335         * src/gtkstext.c: updated row up / down cursor navigation
16336         * src/textview.c: re-edited, prepared for fixing the email address
16337                 scanner.
16338
16339 2001-05-03 [darko]
16340
16341         * src/prefs_common.c: use alfons' strftime ui code
16342         entry_datefmt and datefmt_sample widgets have to be
16343         global in this module because of this change
16344
16345 2001-05-03 [hoa]
16346
16347         * src/messageview.c
16348         * src/prefs_common.[ch] added option to activate the return receipt
16349                 feature.
16350
16351 2001-05-02 [alfons]
16352
16353         * src/gtkstext.c: fix for row up/down cursor navigation. 
16354
16355         0.4.66claws2
16356         
16357         * sync with 0.4.66cvs2
16358
16359 2001-05-02 [paul]
16360
16361         added add-sender-to-addressbook patch
16362
16363         * src/addressbook.c
16364         * src/addressbook.h
16365         * src/summaryview.c
16366
16367 2001-05-02 [sergey]
16368
16369         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16370         G_ALERTDISABLE.
16371
16372         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16373         all existing callers changed to pass FALSE; create a check button
16374         to disable the message.
16375         (alertpanel_message_with_disable): new function.
16376         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16377         (alertpanel_button_toggled): new function.
16378         (alertpanel_button_clicked, alertpanel_close): set value using
16379         G_ALERT_VALUE_MASK.
16380
16381         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16382
16383         * src/prefs_common.c (prefs_privacy_create): new check button
16384         checkbtn_gpgme_warning.
16385
16386         * src/main.c (main): moved preferences reading before gpgme
16387         initialization; check prefs_common.gpgme_warning before giving the
16388         GnuPG warning and set it to FALSE if the user wants to disable the
16389         warning.
16390
16391 2001-05-02 [hiroyuki]
16392
16393         * src/prefs_display_headers.c: modified the layout and some labels.
16394
16395 2001-05-02 [sergey]
16396
16397         * src/prefs_account.c (prefs_account_fix_size): new function.
16398         (prefs_account_create): call prefs_account_fix_size(); use
16399         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16400         size when the window is shown for the first time).
16401         (prefs_account_basic_create): changed layout of serv_table; moved
16402         localmbox_entry above smtpserv_entry (logically it replaces
16403         POP3/IMAP server).
16404         (prefs_account_protocol_activated): set sensitivity of
16405         nntpauth_chkbtn according to the protocol (in addition to
16406         hide/show); commented out gtk_table_set_row_spacing() calls.
16407         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16408         not sensitive (fixes a bug with disabled username/password boxes
16409         when editing POP3 account after NNTP with authentication).
16410
16411 2001-05-02 [hoa]
16412
16413         * src/account.c
16414         * src/inc.c
16415         * src/prefs_account.[ch]
16416         * src/send.c
16417                 removed local account without SMTP server
16418                 added option to use mail command instead of a connexion
16419                 to SMTP server when a local account is used
16420         * src/prefs_headers.c
16421                 fixed a bug
16422         * src/news.c
16423                 fixed a bug when connexion immediately closed
16424
16425 2001-05-01 [alfons]
16426
16427         0.4.66claws1
16428         
16429         * sync with 0.4.65
16430
16431 2001-05-01 [sergey]
16432
16433         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16434         widget nntpauth_chkbtn.
16435         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16436         visibility.
16437         (prefs_account_nntpauth_toggled): new function.
16438
16439         * src/news.c (news_session_new_for_folder): use NNTP
16440         authentication only if ac->use_nntp_auth is set.
16441
16442 2001-05-01 [hoa]
16443
16444         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16445         * src/prefs_display_headers.c changed the UI
16446         * src/prefs_headers.c changed account_name to account_id
16447         * src/compose.c using customheader.h
16448
16449 2001-05-01 [hiroyuki]
16450
16451         * src/esmtp.c
16452           src/news.c
16453           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16454           unsynched.
16455
16456 2001-05-01 [hoa]
16457
16458         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16459         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16460                 for displaying of headers
16461         * src/grouplist_dialog.[ch] minor changes to remove warnings
16462         * src/prefs_display_headers.[ch] dialog to choose the
16463         headers to display in the mail viewer.
16464         * src/headers.h correction of #define
16465         * src/headers_display.[ch] configuration for displaying of headers.
16466         * src/main.c read config of displaying of headers
16467         * src/prefs_common.c add a button to access the config dialog
16468                 for displaying of headers
16469         * src/prefs_display_headers.[ch] dialog for configuration for
16470                 displaying of the headers.
16471         * src/prefs_headers.c cleaning of code
16472         * src/procheader.c comments added to code
16473         * src/textview.c changes to reorder the headers depending
16474                 on the config for displaying of headers
16475
16476 2001-04-30 [alfons]
16477
16478         0.4.65claws7
16479
16480         * sync with 0.4.65cvs12
16481
16482         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16483
16484 2001-04-30 [sergey]
16485
16486         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16487
16488         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16489         is set to force reconnection after authentication failure.
16490         (nntp_gen_command): set sock->auth_failed on authentication
16491         failure, or if sock->userid and sock->passwd are not set.
16492
16493         * src/news.c (news_session_new_for_folder): set userid=NULL if
16494         password dialog is cancelled.
16495
16496 2001-04-30 [sergey]
16497
16498         * src/nntp.h (NNTPSockInfo): new type.
16499
16500         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16501         SockInfo.
16502         (nntp_open_auth, nntp_close): new functions.
16503         (nntp_gen_command): new function to handle authentication; all
16504         NNTP command functions updated to use it.
16505         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16506         (nntp_list): removed old useless code.
16507
16508         * src/news.h (NNTPSession): new field nntp_sock.
16509
16510         * src/news.c: all functions updated to use NNTPSockInfo instead of
16511         SockInfo.
16512         (news_session_new): new arguments (userid, passwd); made static;
16513         use nntp_open_auth() if needed.
16514         (news_session_destroy): use nntp_close() instead of sock_close().
16515         (news_query_password): changed arguments.
16516         (news_session_new_for_folder): new function.
16517         (news_session_get): use news_session_new_for_folder().
16518         (news_authenticate): deleted.
16519         (news_get_uncached_articles): removed old authentication code.
16520
16521 2001-04-30 [sergey]
16522
16523         * src/news.c: reverted my previous changes (need to do NNTP
16524         authentication in a cleaner way).
16525         
16526 2001-04-29 [sergey]
16527
16528         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16529         news_nntp_post, news_nntp_mode): new functions (wrappers with
16530         authentication support).
16531         (news_get_article_cmd, news_get_article, news_get_header): new
16532         argument "folder"; all callers changed.
16533         (news_get_article_cmd): added authentication support.
16534         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16535         (news_post): use news_nntp_post() instead of nntp_post().
16536         (news_get_uncached_articles): use news_nntp_group() instead of
16537         nntp_group() and news_nntp_xover() instead of nntp_xover();
16538         removed old authentication code.
16539         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16540
16541         * src/nntp.c (nntp_list): return real error code instead of
16542         hardcoded NN_ERROR.
16543
16544 2001-04-29 [sergey]
16545
16546         * configure.in: fixed wint_t typedef detection again
16547
16548 2001-04-28 [hoa]
16549
16550         * src/prefs_account.[ch], added A_LOCAL_CMD
16551                 (send mail with mail command)
16552         * src/send.c added function send_message_with_command()
16553         * src/inc.c made a more secure get_spool() function with
16554                 mktemp() but maybe mkstemp() or something more
16555                 secure can be used.
16556
16557 2001-04-28 [alfons]
16558
16559         * src/textview.c, colorization of email addresses in headers
16560
16561         0.4.65claws6
16562
16563         * bug sync with sylpheed
16564         * prefs_common.c: created date format ui for darko
16565         * sync with 0.4.65cvs11
16566         * configure.in: corrected to have the new gpg checks
16567
16568 2001-04-27 [alfons]
16569
16570         * completed sync with 0.4.65cvs10
16571         * minor debug things added to gtkstext.c
16572
16573 2001-04-27 [darko]
16574
16575         * configure.in: remove check for availability of
16576           strftime() as advised by Hiroyuki
16577         * src/prefs_common.[ch], src/procheader.c:
16578           synch strftime() code with Hiroyki's main branch
16579
16580 2001-04-26 [sergey]
16581
16582         * src/news.c: news_query_password(), news_authenticate(): new
16583           functions.
16584           news_get_uncached_articles(): added NNTP authentication
16585           handling.
16586         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16587           new functions.
16588         * src/prefs_account.c: prefs_account_protocol_activated():
16589           enable userid and password fields for NNTP.
16590
16591 2001-04-26
16592
16593         * configure.in: check for availability of strftime()
16594           [darko]
16595         * src/prefs_common.[ch], src/procheader.c: use
16596           strftime() for displaying date in summary pane if it
16597           is available
16598
16599 2001-04-25
16600
16601         * more .cvsignore cleanups [alfons]
16602
16603 2001-04-25
16604
16605         * ac/sv-check-type.m4: new autoconf macro.
16606         * configure.in: fixed wint_t typedef detection (did not work
16607           with gcc-2.96).
16608
16609 2001-04-25
16610
16611         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16612           [hiroyuki]
16613
16614 2001-04-24
16615         * modified gtkstext.c : buggy cursor navigation fixed, 
16616           and font descent also taken in account when drawing
16617           cursor. [alfons]
16618
16619 2001-04-24 [hoa]
16620         * added comments in src/news.c src/nntp.c
16621         * added src/prefs_headers.[ch]
16622         * added src/headers.[ch]
16623         * modified compose.c to activate custom headers
16624                 added function is_in_custom_headers
16625         * modified prefs_account.[ch]
16626                 added function prefs_account_customhdr_edit
16627         * modified src/defs.h :
16628                 added HEADERS_RC : name of the config file
16629                 for the custom headers
16630
16631 2001-04-24
16632
16633     0.4.65claws5
16634
16635         * configure.in
16636           src/gtkstext.[ch]
16637           src/compose.c
16638           src/Makefile.am
16639           
16640           added gtkstext with configure.in patch by Hiroyuki which
16641           should fix the XIM detection [alfons]
16642
16643         * more clean up of cvs [alfons]
16644
16645                  * removed all Makefile.in files to attic.
16646
16647                  * updated all .cvsignores to really ignore things that could
16648                    be unintentionally committed by a recursive commit.
16649
16650 2001-04-23 [hoa]
16651         * added src/grouplist_dialog.[ch]
16652         * changed src/folderview.c to call grouplist_dialog instead
16653                 of inputdialog
16654         * src/news.c :
16655                 added functions news_reset_group_list
16656                 and news_get_group_list
16657         * src/nntp.c :
16658                 added function nntp_list
16659         * src/defs.h :
16660                 added GROUPLIST_FILE : name of the newsgroup list cache file
16661
16662 2001-04-21
16663
16664         * added option to warn about queued messages on exit [sergey]:
16665
16666           * src/compose.c: compose_queue(): call folder_item_scan()
16667             and folderview_update_item() after queueing.
16668           * src/folderview.c: folderview_update_node(): draw the queue
16669             folder in bold font if there are queued messages.
16670           * src/mainwindow.c: queued_messages(): new function.
16671             app_exit_cb(): display warning if there are queued messages
16672             if warn_queued_on_exit is set.
16673           * prefs_common.[ch]: add warn_queued_on_exit option.
16674
16675         * enhanced GnuPG key selection support [sergey]:
16676
16677           * src/select-keys.c: updated to newer version from Win32
16678             branch with support for selecting arbitrary keys.
16679           * src/prefs_account.c: added the Privacy tab to the account
16680             options window.
16681             prefs_account_privacy_create(),
16682             prefs_account_sign_key_set_data_from_radiobtn(),
16683             prefs_account_sign_key_set_radiobtn(): new functions.
16684           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16685           * src/rfc2015.c: set_signers(): new function.
16686             pgp_sign(): add the account parameter, call set_signers().
16687             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16688           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16689           * src/compose.c: pass the current account to rfc2015_sign().
16690
16691         * tag name claws added to prevent confusion with main branch [alfons]
16692
16693         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16694
16695         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16696
16697         * sync with recent sylpheed cvs. Untested though. [alfons]
16698