bdd7b4275c2847e0e319ea3bd21d6a60826460a3
[claws.git] / ChangeLog.claws
1 2003-06-17 [alfons]     0.9.0claws41
2
3         * src/procmsg.c
4                 prevent threading problems when a node is an ancestor (parent / great parent),
5                 which mostly happens with circular references (thanks to Phillipe Gramoullé
6                 for finding an sample set of messages)
7
8 2003-06-16 [christoph]  0.9.0claws40
9
10         * src/main.c
11                 don't popup main window on --receive or --receive-all
12
13         * src/mainwindow.[ch]
14         * src/plugins/trayicon/trayicon.c
15                 allow hiding of main window by clicking on the trayicon
16                 (doesn't work correctly in seperate window mode and may
17                  cause unexpected GTK problems I couldn't find yet)
18
19         * src/common/ssl.c
20                 remove incorrect warning
21
22 2003-06-15 [alfons]     0.9.0claws39
23
24         * src/gtk/gtkstext.c
25                 don't output debug text;
26                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
27                 for pointing this out);
28
29 2003-06-14 [alfons]     0.9.0claws38
30         
31         * src/messageview.c
32                 remove printf() and make one if..else comply with coding style
33
34 2003-06-14 [alfons]     0.9.0claws37
35
36         * AUTHORS
37                 add Martin Wicke
38         * src/action.c
39         * src/messageview.[ch]
40         * src/summaryview.c
41                 apply patch #754162 "Quoting messages filtered by actions" submitted
42                 by Martin Wicke, which allows quoting message body changed by an
43                 action (Thanks!).
44
45 2003-06-13 [alfons]     0.9.0claws36
46
47         * src/utils.c
48                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
49                 use case insensitive regexp (suggested by Ivan Martinez)
50
51 2003-06-13 [christoph]  0.9.0claws35
52
53         * configure.ac
54         * src/plugins/trayicon/Makefile.am
55         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
56         * src/plugins/trayicon/trayicon.c
57         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
58         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
59         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
60         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
61         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
62         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
63                 replace my own EggTrayIcon backport with the backport
64                 used by (l|x)mule and gabber.
65
66 2003-06-13 [alfons]     0.9.0claws34
67
68         * AUTHORS
69         * src/common/utils.c
70                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
71
72 2003-06-13 [alfons]     0.9.0claws33
73
74         * src/compose.c
75                 clean up a little bit
76
77 2003-06-12 [alfons]     0.9.0claws32
78
79         * src/compose.c
80                 const correctness fix
81
82         * src/common/sylpheed.[ch]
83                 () -> (void)
84                 prevent redef MIN/MAX
85                 
86         * src/common/utils.[ch]
87                 () -> (void)
88
89 2003-06-12 [melvin]     0.9.0claws31
90
91         * src/compose.c
92                 Updated to take into accounts changes in GtkAspell.
93
94 2003-06-12 [alfons]     0.9.0claws30
95
96         * src/compose.c
97         * src/procmsg.c
98         * src/common/utils.[ch]
99                 handle reply subject prefixes better (initial 
100                 suggestion by Robert Story adapted and enhanced 
101                 using regexps)
102
103 2003-06-12 [melvin]     0.9.0claws29
104
105         * src/compose.c
106                 Use new gtkaspell_checkers_strerror() to get the speller's
107                 error message instead of accessing the (now private)
108                 checkers structure.
109                 Minor code clean up
110
111         * src/main.c
112                 Use #ifdef instead of #if for USE_ASPELL
113                 Use the new spell checkers init/quit functions 
114
115         * src/gtk/gtkaspell.c
116                 Use #ifdef instead of #if for USE_ASPELL
117                 Moved in the majority of GtkAspell structures that were
118                 exported before by gtkaspell.h
119         
120         * src/gtk/gktaspell.h
121                 Made gtkaspell.h contain only the necessary data to be
122                 publicized by moving many structures to gtkaspell.c.
123                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
124                 gtkaspell_checkers_new(): replaced by...
125                 gtkaspell_checkers_init(): new function for initialization
126                 gtkaspell_checkers_delete(): replaced by...
127                 gtkaspell_checkers_quit(): new function
128                 gtkaspell_checkers_strerror(): new function that returns
129                 the checker's last error message.
130                 
131 2003-06-11 [melvin]     0.9.0claws28
132
133         * po/POTFILES.in
134                 Updated to take into account gtkaspell.c migration to
135                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
136
137 2003-06-10 [alfons]     0.9.0claws27
138
139         * src/filtering.[ch]
140         * src/folder.c
141         * src/matcher.c
142         * src/scoring.[ch]
143                 - try fixing bug #18 (any brave testers?)
144                 - add more robustness by refusing previously 
145                   unchecked NULL pointers 
146
147 2003-06-10 [alfons]     0.9.0claws26
148
149         * src/procmsg.c
150                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
151
152 2003-06-09 [alfons]     0.9.0claws25
153
154         * src/prefs_common.c
155                 fix bug #163 "Icon switching doesnt work properly" by 
156                 preventing early freeing of prefs_common.pixmap_theme_path.
157
158 2003-06-09 [christoph]  0.9.0claws24
159
160         * src/gtk/gtkaspell.c
161                 revert Thorsten's fix and add forgotten g_strdup for
162                 aspell path (it should not be possible to alter the path a
163                 GtkASpell uses from outside)
164
165 2003-06-09 [thorsten]   0.9.0claws23
166
167         * src/gtk/gtkaspell.c
168                 dont free prefs_common.aspell_path when closing compose
169
170 2003-06-08 [colin]      0.9.0claws22
171
172         * src/plugins/spamassassin/spamassassin.c
173                 fix prefs types
174
175 2003-06-07 [christoph]  0.9.0claws21
176
177         * src/Makefile.am
178         * src/compose.c
179         * src/gtkaspell.[ch]            ** REMOVE **
180         * src/gtk/Makefile.am
181         * src/gtk/gtkaspell.[ch]        ** NEW **
182                 o make gtkaspell independent from sylpheed's prefs
183                 o move gtkaspell.[ch] to gtk directory
184
185 2003-06-07 [christoph]  0.9.0claws20
186
187         * src/Makefile.am
188         * src/crash.c
189         * src/export.c
190         * src/filesel.[ch]              ** REMOVE **
191         * src/folder.c
192         * src/main.[ch]
193         * src/common/sylpheed.[ch]
194         * src/gtk/Makefile.am
195         * src/gtk/filesel.[ch]          ** NEW **
196         * src/gtk/pluginwindow.c
197         * src/gtk/sslcertwindow.c
198                 move filesel.[ch] to gtk directory
199
200 2003-06-07 [alfons]     0.9.0claws19
201
202         * src/filesel.c
203                 make (multi) file selection dialog work again (Claws-only)
204
205 2003-06-07 [thorsten]   0.9.0claws18
206
207         * po/de.po
208                 fix typos
209
210 2003-06-07 [alfons]     0.9.0claws17
211
212         * configure.ac
213         * src/mimeview.c
214                 detect apache mishap in which case don't include fnmatch.h
215                 if regex.h is already included
216
217 2003-06-06 [christoph]  0.9.0claws16
218
219         * configure.ac
220         * src/mimeview.h
221                 add check for fnmatch.h and include it when available
222
223         * src/mimeview.[ch]
224                 fix wrong case sensitivity of Content-Types
225
226         * src/gtk/Makefile.am
227                 need the same include paths in gtk directory as in
228                 common directory because .h files in common can
229                 include files from these directories, when included
230                 in gtk's .h or .c files
231
232 2003-06-06 [alfons]     0.9.0claws15
233
234         * src/mimeview.c
235         * src/summaryview.c
236                 make it compile again because of regex.h / fnmatch.h 
237                 include problems (related to recent mime stuff, can
238                 someone check this?)
239
240 2003-06-06 [thorsten]   0.9.0claws14
241
242         * src/folderview.c
243                 possible use of uninitialized pointer while dragging
244
245 2003-06-06 [paul]       0.9.0claws13
246
247         * src/compose.c
248                 fix bug where the insert sig button would be effective
249                 only when auto_sig was set
250
251 2003-06-06 [paul]       0.9.0claws12
252
253         * sync with 0.9.2 release
254
255 2003-06-02 [paul]       0.9.0claws11
256
257         * sync with 0.9.1cvs1
258                 see ChangeLog 2003-06-02
259                 
260         * po/de.po
261                 update by Jens
262
263 2003-06-01 [christoph]  0.9.0claws10
264
265         * src/account.c
266                 don't use substring search to find accounts by email address
267
268         (closes Bug 169 Overly loose matching of "From" address)
269
270 2003-05-31 [christoph]  0.9.0claws9
271
272         * doc-src/rfc2683.txt
273         * src/imap.c
274                 limit IMAP command length as recommended in RFC2683
275                 (message number lists will be split into multiple imap
276                 sets, the limit of 1000 octets is not a hard limit)
277
278         (closes Bug 161 sylpheed-claws exits with segfault when logging
279          in to certain imap-servers)
280
281 2003-05-29 [alfons]     0.9.0claws8
282
283         * src/toolbar.[ch]
284                 add print button (calling summary_print());
285                 fine tune setting tooltip text;
286                 (if someone needs other buttons, please take these 
287                 commits as a guide, instead of bothering us - also
288                 see 0.8.11claws150) 
289
290 2003-05-29 [darko]      0.9.0claws7
291
292         * src/compose.c
293                 fix crash when word wrapping kicks in due to
294                 changed text by spell checker
295
296 2003-05-29 [paul]       0.9.0claws6
297
298         * src/compose.c
299                 fix bug where changing account would insert
300                 sig even if auto_sig was FALSE
301                 
302         * ChangeLog
303           ChangeLog.jp
304           INSTALL
305                 sync with 0.9.1 release
306
307 2003-05-28 [christoph]  0.9.0claws5
308
309         * src/imap.c
310                 fix truncation of too long commands
311
312         (closes Bug 167 IMAP hangs trying to get envelope
313          information in imap_get_uncached_messages)
314
315 2003-05-27 [paul]       0.9.0claws4
316
317         * tools/Makefile.am
318           tools/maildir2sylpheed.pl     ** NEW FILE **
319                 add kmail to sylpheed mailbox conversion script
320
321 2003-05-27 [paul]       0.9.0claws3
322
323         * sync with 0.9.0cvs10
324                 see ChangeLog 2003-05-26
325
326 2003-05-26 [paul]       0.9.0claws2
327
328         * sync with 0.9.0cvs9
329                 see ChangeLog 2003-05-26
330
331 2003-05-24 [paul]       0.9.0claws1
332
333         * sync with 0.9.0cvs8
334                 see ChangeLog 2003-05-23
335
336 2003-05-24 [paul]       0.9.0claws
337
338         * version 0.9.0claws released
339
340 2003-05-24 [paul]       0.8.11claws177
341
342         * src/plugins/dillo-viewer/Makefile.am
343           src/plugins/traycon/Makefile.am
344                 add missing files
345                 
346         * po/bg.po
347           po/en_GB.po
348           po/es.po
349           po/it.po
350           po/pt_BR.po
351           po/ru.po
352           po/sr.po
353                 update Bulgarian, British English, Spanish, Italian, 
354                 Brazilian Portuguese, Russian, and Serbian translations, 
355                 submitted by George Danchev, [me], Ricardo Mones Lastra,
356                 André Filipe de Assunção e Brito, Alessandro Maestri, 
357                 Ruslan N. Balkin, and Urke MMI
358
359 2003-05-23 [melvin]     0.8.11claws176
360
361         * po/fr.po
362                 Updated French translations
363
364 2003-05-22 [paul]       0.8.11claws175
365
366         * src/Makefile.am
367           src/addrbook.[ch]
368           src/addrcache.[ch]
369           src/addr_compl.[ch]
370           src/adressbook.[ch]
371           src/addrindex.[ch]
372           src/addritem.[ch]
373           src/editaddress.c
374           src/editgroup.c
375           src/editldap_basedn.c
376           src/editldap.c
377           src/jpilot.c
378           src/vcard.c
379                 revert to get ldap into it previous working state
380                 
381         * po/zh_TW.Big5.po
382                 new Taiwanese translation,
383                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
384
385 2003-05-22 [christoph]  0.8.11claws174
386
387         * src/plugins/spamassassin/libspamc.[ch]
388                 sync libspamc with SpamAssaain release 2.55
389
390 2003-05-22 [paul]       0.8.11claws173
391
392         * sync with 0.9.0cvs7
393                 see ChangeLog 2003-05-22
394                 
395         * src/summaryview.c
396                 revert change in 0.8.11claws172: follow
397                 Hiroyuki's decision and that's the end of it.
398
399 2003-05-21 [paul]       0.8.11claws172
400
401         * src/summaryview.c
402                 fix discrepency between open_unread_on_enter
403                 and always_show_msg
404
405 2003-05-21 [paul]       0.8.11claws171
406
407         * sync with 0.9.0cvs6
408                 see ChangeLog 2003-05-21
409
410 2003-05-21 [paul]       0.8.11claws170
411
412         * sync with 0.9.0cvs5
413                 see ChangeLog 2003-05-21
414
415 2003-05-20 [paul]       0.8.11claws169
416
417         * sync with 0.9.0cvs4
418                 see ChangeLog 2003-05-20
419                 fixes bug #152, 'encoding of IMAP folders names'
420
421 2003-05-20 [paul]       0.8.11claws168
422
423         * sync with 0.9.0cvs3
424                 see ChangeLog 2003-05-20
425                 
426         * src/tools/convert_mbox.pl
427                 minor change in the comments, submitted by Fred Marton
428
429 2003-05-19 [paul]       0.8.11claws167
430
431         * src/plugins/clamav/Makefile.am
432           configure.ac
433                 link clamav_lib to the plugin and not to the main program
434
435 2003-05-19 [christoph]
436
437         * src/Makefile.am
438                 add -export-dynamic for linking
439
440 2003-05-19 [paul]       0.8.11claws166
441
442         * sync with 0.9.0cvs1
443                 see ChangeLog 2003-05-19
444
445 2003-05-19 [paul]       0.8.11claws165
446
447         * src/inc.c
448                 fix 'pop before smtp' timeout
449
450 2003-05-18 [alfons]     0.8.11claws164
451
452         * src/prefs_matcher.c
453                 put "execute" action command line ("expression") in edit box
454
455 2003-05-18 [christoph]  0.8.11claws163
456
457         * src/mimeview.[ch]
458         * src/plugins/dillo_viewer/dillo_viewer.c
459         * src/plugins/image_viewer/viewer.c
460         * src/plugins/mathml_viewer/mathml_viewer.c
461                 let a viewer have a list of Content-Types
462
463 2003-05-18 [paul]       0.8.11claws162
464
465         * src/prefs_filtering.c
466                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
467                 and REDIRECT actions
468
469 2003-05-17 [christoph]
470
471         * README.claws
472                 o remove dynamic signatures that was syned with main
473                 o add infos about no longer "build in" image viewer
474                 o update bugtracker URL
475
476 2003-05-17 [christoph]  0.8.11claws161
477
478         * src/folder.c
479         * src/folderview.c
480         * src/imap.c
481                 don't use imap_scan_folder anymore. Instead call folder_item_scan
482                 for every folder after rebuilding the folder tree.
483
484         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
485          messages)
486
487 2003-05-17 [christoph]  0.8.11claws160
488
489         * src/imap.c
490                 don't use STATUS command on current folder to check for
491                 content changes. imap_cmd_ok() now tracks changes to
492                 folder and number of existing messages.
493
494 2003-05-17 [paul]       0.8.11claws159
495
496         * src/plugins/clamav/clamav_plugin.c
497                 remove unnecessary debug_print
498
499 2003-05-16 [thorsten]   0.8.11claws158
500
501         * src/plugins/demo.c
502                 included missing intl.h
503
504 2003-05-16 [paul]       0.8.11claws157
505
506         * po/POTFILES.in
507                 remove non-existant entries
508         
509         * src/plugins/clamav/clamav_plugin.c
510           src/plugins/clamav/clamav_plugin_gtk.c
511           src/plugins/dillo_viewer/dillo_prefs.c
512           src/plugins/dillo_viewer/dillo_viewer.c
513                 gettextise
514
515 2003-05-16 [christoph]  0.8.11claws156
516
517         * po/POTFILES.in
518                 include plugin .c files for translation until I
519                 find a better solution to have plugins have their
520                 own textdomain
521         * src/plugins/demo/demo.c
522         * src/plugins/image_viewer/plugin.c
523         * src/plugins/mathml_viewer/mathml_viewer.c
524         * src/plugins/spamassassin/spamassassin.c
525         * src/plugins/spamassassin/spamassassin_gtk.c
526         * src/plugins/trayicon/trayicon.c
527                 add gettext macros for plugin name and description
528
529 2003-05-16 [paul]
530
531         * sync with 0.9.0
532
533 2003-05-16 [paul]       0.8.11claws155
534
535         * sync with lastest 0.9.0pre1
536                 see ChangeLog 2003-05-16
537
538 2003-05-15 [paul]       0.8.11claws154
539
540         * sync with latest 0.9.0pre1
541                 see ChangeLog 2003-05-14 and 2003-05-15
542
543 2003-05-14 [christoph]  0.8.11claws153
544
545         * src/plugins/image_viewer/viewer.c
546         * src/plugins/image_viewer/viewer.glade         ** NEW **
547         * src/plugins/image_viewer/viewerprefs.c
548                 make it possible to disable the autoload function in the
549                 imageviewer again
550
551 2003-05-14 [christoph]  0.8.11claws152
552
553         * src/folder.c
554                 fix folder update after adding a message
555
556 2003-05-13 [alfons]     0.8.11claws151
557
558         * src/common/session.c
559                 remove debug traces
560                 
561         * src/addrcache.[ch]
562         * src/filtering.[ch]
563         * src/folder.[c]
564         * src/gtkaspell.[ch]
565         * src/imap.[ch]
566         * src/mbox_folder.[ch]
567         * src/mh.[ch]
568         * src/mimeview.h
569         * src/msgcache.[ch]
570         * src/news.[ch]
571         * src/passphrase.[ch]
572         * src/prefs_common.[ch]
573         * src/prefs_gtk.[ch]
574         * src/procmsg.c
575         * src/scoring.[ch]
576                 be pedantic; (in prototypes () implies (int))
577
578 2003-05-13 [alfons]     0.8.11claws150
579
580         * src/prefs_toolbar.[ch]
581         * src/summaryview.[ch]
582         * src/toolbar.[ch]
583                 change misleading text in toolbar prefs;
584                 add toolbar action for ignore thread (toggles ignore thread flag);
585                 clean up a little bit;
586
587 2003-05-12 [paul]
588
589         * tools/convert_mbox.pl
590                 bug fixed by Fred Marton
591
592 2003-05-12 [paul]
593
594         * sync with 0.9.0pre1
595
596 2003-05-09 [paul]       0.8.11claws149
597
598         * sync with 0.8.11cvs43
599                 see ChangeLog 2003-05-09
600
601 2003-05-08 [christoph]  0.8.11claws148
602
603         * src/imap.[ch]
604                 o use CAPABILIY as first command and check for PREAUTH
605                   information in the response to it
606                 o rewrite all imap_cmd_* functions to use an IMAPSession
607                   instead of a SockInfo as parameter
608                 o do STARTTLS after fetching and checking the server
609                   capabilities
610
611 2003-05-08 [paul]       0.8.11claws147
612
613         * tools/Makefile.am
614           tools/README
615           tools/convert_mbox.pl         ** NEW FILE **
616                 add mbox conversion script. Submitted by 
617                 Fred Marton <Fred.Marton@uni-bayreuth.de>
618
619 2003-05-07 [christoph]
620
621         * doc-src/glade.txt
622         * src/gtk/pluginwindow.glade
623         * src/plugins/image_viewer/viewerprefs.glade
624         * src/plugins/spamassassin/spamassassin_gtk.glade
625                 add glade files for user interfaces and a description how
626                 to use glade to create the sylpheed code
627
628 2003-05-07 [paul]       0.8.11claws146
629
630         * sync with 0.8.11cvs41
631                 see ChangeLog 2003-05-07
632
633 2003-05-06 [christoph]  0.8.11claws145
634
635         * src/main.c
636         * src/plugins/image_viewer/viewer.c
637                 fix usage of imlib in imageviewer plugin
638
639         * src/gtk/prefswindow.c
640                 handle window close event correctly
641
642 2003-05-06 [paul]       0.8.11claws144
643
644         * src/common/ssl.c
645                 fix typo introduced in sync
646
647 2003-05-06 [paul]       0.8.11claws143
648
649         * sync with 0.8.11cvs39
650                 see ChangeLog 2003-05-06
651
652 2003-05-06 [paul]       0.8.11claws142
653
654         * AUTHORS
655           po/cs.po
656                 updated Czech translation, submitted by 
657                 Radek Vybiral <Radek.Vybiral@vsb.cz>
658                 
659         * src/plugins/clamav/clamav_plugin_gtk.c
660                 clean up
661
662 2003-05-03 [alfons]     0.8.11claws141
663
664         * src/compose.[ch]
665                 make paste as quotation work even when the call to 
666                 text_inserted() was deferred (fixes bug #140 "Paste 
667                 as quotation does not work when using "external" 
668                 clipboard")
669
670 2003-05-03 [thorsten]   0.8.11claws140
671
672         * src/addrquery.h
673           src/ldapquery.h
674           src/mainwindow.c
675                 removed C++ comments
676         * src/addr_compl.c
677                 function with non-int retval/param used before
678                 implementation/declaration
679
680 2003-05-02 [paul]       0.8.11claws139
681
682         * src/addr_compl.[ch]
683           src/addressbook.[ch]
684           src/addrindex.c
685           src/summaryview.c
686                 revert match's changes to (finally) remove the bug where
687                 opening a folder causes massive slowdown when using the 
688                 'Display sender using address book' option
689
690 2003-05-01 [melvin]     0.8.11claws138
691
692         * src/plugins/dillo_viewer/dillo_prefs.[ch]
693         * src/plugins/dillo_viewer/dillo_viewer.c
694                 Fixed bug where "Cancel" button from prefs issued
695                 warnings.
696                 Comply a little more to coding style
697
698 2003-05-01 [paul]       0.8.11claws137
699
700         * sync with 0.8.11cvs38
701                 see ChangeLog 2003-05-01
702
703 2003-05-01 [paul]       0.8.11claws136
704
705         * po/bg.po
706                 updated by George Danchev
707
708 2003-04-30 [christoph]  0.8.11claws135
709
710         * src/plugins/dillo_viewer/dillo_prefs.c
711         * src/plugins/image_viewer/viewerprefs.c
712         * src/plugins/spamassassin/spamassassin_gtk.c
713                 remove gtk_widget_ref() calls for widgets in
714                 glade code
715
716 2003-04-30 [paul]       0.8.11claws134
717
718         * src/addrindex.c
719                 ok, this time a better fix for the bug where opening folder
720                 has massive slowdown when using the 'Display sender using 
721                 address book' option
722
723 2003-04-30 [paul]       0.8.11claws133
724
725         * src/addrindex.c
726                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
727         
728 2003-04-30 [melvin]     0.8.11claws132
729
730         New: Dillo plugin preferences (patch by Dimitar Haralanov)
731
732         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
733                 Preferences for the dillo plugin
734         * src/plugins/dillo_viewer/dillo_viewer.c
735                 Support for preferences
736         * src/plugins/dillo_viewer/Makefile.am
737                 Added dillo_prefs.[ch]
738
739 2003-04-30 [alfons]     0.8.11claws131
740
741         * src/common/plugin.[ch]
742                 see? this ANSI C'fication immediately gives us type
743                 checking for free.
744
745 2003-04-30 [alfons]     0.8.11claws130
746
747         * src/common/plugin.[ch]
748         * src/plugins/clamav/clamav_plugin.[ch]
749         * src/plugins/clamav/clamav_plugin_gtk.c
750         * src/plugins/demo/demo.c
751         * src/plugins/dillo_viewer/dillo_viewer.c
752         * src/plugins/image_viewer/plugin.c
753         * src/plugins/image_viewer/viewer.[ch]
754         * src/plugins/image_viewer/viewerprefs.[ch]
755         * src/plugins/mathml_viewer/mathml_viewer.c
756         * src/plugins/spamassassin/spamassassin.[ch]
757         * src/plugins/spamassassin/spamassassin_gtk.c
758         * src/plugins/trayicon/trayicon.c
759                 clean up
760
761 2003-04-30 [alfons]     0.8.11claws129
762
763         * src/common/utils.c
764                 make is_ascii_str() fail gracefully when NULL pointer
765                 is passed
766
767 2003-04-30 [paul]       0.8.11claws128
768
769         * src/addrindex.c
770                 fix bug where opening folder has massive slowdown when
771                 using the 'Display sender using address book' option
772
773 2003-04-30 [paul]       0.8.11claws127
774
775         * src/plugins/clamav/clamav_plugin.c
776           src/plugins/clamav/clamav_plugin_gtk.c
777           src/plugins/demo/demo.c
778           src/plugins/dillo_viewer/dillo_viewer.c
779           src/plugins/image_viewer/plugin.c
780           src/plugins/mathml_viewer/mathml_viewer.c
781           src/plugins/spamassassin/spamassassin.c
782           src/plugins/spamassassin/spamassassin_gtk.c
783           src/plugins/trayicon/trayicon.c
784                 get rid of eye-hurting function signatures
785
786 2003-04-30 [paul]       0.8.11claws126
787
788         * src/plugins/trayicon/trayicon.c
789                 add description
790                 
791         * src/mimeview.c
792                 be more descriptive
793
794 2003-04-30 [paul]       0.8.11claws125
795
796         * configure.ac
797                 arrange the plugins in reverse alphabetical order
798                 
799         * src/plugins/clamav/clamav_plugin.[ch]
800           src/plugins/clamav/clamav_plugin_gtk.c
801                 rename some params
802                 resize max_size window
803                 re-arrange the order of some gui elements
804                 improve descriptions
805         
806         * src/plugins/image_viewer/plugin.c
807           src/plugins/mathml_viewer/mathml_viewer.c
808                 add descriptions
809                 
810         * src/plugins/spamassassin/spamassassin_gtk.c
811                 resize max_size window
812                 re-arrange the order of some gui elements
813                 
814         * src/messageview.c
815           src/mimeview.c
816                 correct typos
817
818 2003-04-30 [alfons]     0.8.11claws124
819
820         * src/imap.c
821                 fix a leak found while browsing Martin Kluge's 
822                 valgrind log (Claws only)
823
824 2003-04-29 [darko]      0.8.11claws123
825
826         * src/gtk/gtkstext.h
827                 include wchar.h if it is available, fixes compilation
828                 on HP-UX systems
829
830 2003-04-29 [melvin]     0.8.11claws122
831
832         * src/prefs_actions.c
833                 Improved help text of Actions' syntax
834
835 2003-04-28 [paul]       0.8.11claws121
836
837         * src/action.c
838                 a better fix for the crash when performing an action
839                 on a mime part
840
841 2003-04-28 [paul]       0.8.11claws120
842
843         * src/action.c
844                 fix crash when performing an action on a
845                 mime part
846
847 2003-04-28 [paul]       0.8.11claws119
848
849         * sync with 0.8.11cvs36
850                 see ChangeLog 2003-04-28
851
852 2003-04-27 [paul]       0.8.11claws118
853
854         * more sync with 0.8.11cvs35
855                 see ChangeLog 2003-04-25
856
857 2003-04-26 [christoph]  0.8.11claws117
858
859         * src/folder.c
860                 fix remove virtual check
861
862 2003-04-26 [paul]       0.8.11claws116
863
864         * src/messageview.c
865                 fix return-receipt, make it work again
866
867 2003-04-26 [paul]       0.8.11claws115
868
869         * src/mimeview.c
870                 restore double-clicking of the [application/pgp-signature 
871                 (Select "Check signature" to check)] line in the message view,
872                 broken in recent sync
873
874 2003-04-26 [christoph]  0.8.11claws114
875
876         * src/folder.c
877                 check if remove virtual really exists before
878                 calling the function
879
880 2003-04-25 [match]      0.8.11claws113
881
882         * src/addrindex.c
883         * src/addrbook.c
884         * src/ldapquery.[ch]
885         * src/ldapctrl.[ch]
886                 fix memleak.
887         * src/ldapserver.[ch]
888                 fix memleak. fix segfault.
889                 plug a Claws memleak
890
891 2003-04-25 [alfons]     0.8.11claws112
892
893         * src/folder.c
894                 plug a Claws memleak
895
896 2003-04-25 [alfons]     0.8.11claws111
897
898         * src/common/session.c
899                 plug a memleak
900
901 2003-04-25 [paul]       0.8.11claws110
902
903         * sync with 0.8.11cvs35
904                 see ChangeLog 2003-04-24 and 2003-04-25
905                 
906         * src/gtk/pluginwindow.c
907                 correct another strange float value
908
909 2003-04-24 [christoph]  0.8.11claws109
910
911         * src/folder.c
912                 freeze folder item updates when unsetting new flags
913
914         * src/gtk/pluginwindow.c
915                 correct strange float value
916
917 2003-04-23 [paul]       0.8.11claws108
918
919         * sync with 0.8.11cvs33
920                 see ChangeLog 2003-04-23
921
922 2003-04-22 [paul]       0.8.11claws107
923
924         * src/Makefile.am
925           src/messageview.c
926           src/mimeview.c
927           src/pgptext.[ch]      ** REMOVED **
928                 remove pgptext.[ch] as its not used any more
929
930 2003-04-22 [paul]       0.8.11claws106
931
932         * sync with 0.8.11cvs31
933                 see ChangeLog 2003-04-21 and 2003-04-22
934
935 2003-04-21 [alfons]     0.8.11claws105
936
937         * src/main.c
938                 No access to GTK structures if we're a spawned child
939                 (and clean up code a little bit...) Should fix #126.
940
941 2003-04-21 [melvin]     0.8.11claws104
942
943         * src/plugins/dillo_viewer/README
944                 Improved slightly the text.
945
946 2003-04-21 [melvin]     0.8.11claws103
947
948         * src/plugins/dillo_viewer/README *** NEW ***
949                 Added a README file for the Dillo plugin
950
951 2003-04-20 [paul]
952
953         * tools/README
954           tools/outlook2sylpheed.pl
955                 updated and improved by Ricardo Mones Lastra
956
957 2003-04-18 [oliver]     0.8.11claws102
958
959         * src/inc.c 
960         * src/prefs_account.h
961                 remove Pop3SessionType (used by selective download)
962         * src/prefs_toolbar.c
963                 enable set Default Toolbar button
964
965 2003-04-18 [paul]       0.8.11claws101
966
967         * sync with 0.8.11cvs29
968                 see ChangeLog 2003-04-18
969
970 2003-04-17 [paul]       0.8.11claws100
971
972         * src/prefs_common.[ch]
973           src/summaryview.c
974                 remove 'Open next message on deletion' option,
975                 as the same effect can now be achieved via the
976                 'Always open messages in summary when selected'
977                 option.
978
979 2003-04-17 [paul]       0.8.11claws99
980
981         * sync with 0.8.11cvs28
982                 see ChangeLog 2003-04-17
983
984 2003-04-17 [christoph]  0.8.11claws98
985
986         * ac/spamassassin.m4
987         * src/plugins/spamassassin/libspamc.[ch]
988         * src/plugins/spamassassin/utils.[ch]
989                 sync libspamc with SpamAssassin project
990
991 2003-04-17 [christoph]  0.8.11claws97
992
993         * src/common/socket.h
994         * src/gtk/sslcertwindow.h
995                 rename old USE_SSL to USE_OPENSSL
996
997 2003-04-17 [paul]       0.8.11claws96
998
999         * src/prefs_common.h
1000                 use gulong for P_COLOR so that it compiles/runs on
1001                 64-bit systems. Patch submitted by James Noyes
1002                 <jnoyes-claws@retrogeeks.com>
1003                 
1004         * po/de.po
1005                 updated by Jens
1006
1007 2003-04-17 [paul]       0.8.11claws95
1008
1009         * sync with 0.8.11cvs27
1010                 see ChangeLog 2003-04-16
1011
1012 2003-04-15 [paul]       0.8.11claws94
1013
1014         * src/prefs_common.[ch]
1015                 rearrange to stop the window getting too long:
1016                         move Receive dialog stuff to Receive tab
1017                         move Send dialog to Send tab
1018                         remove Dialogs frame
1019                 rename 'Open messages in summary with cursor keys' to
1020                 'Always open messages in summary when selected', as its
1021                 more appropriate
1022
1023 2003-04-15 [paul]       0.8.11claws93
1024
1025         * src/prefs_common.[ch]
1026           src/summaryview.c
1027                 add new option '/Interface/Open next message on deletion'
1028
1029 2003-04-15 [paul]       0.8.11claws92
1030
1031         * src/summaryview.[ch]
1032                 add /Mark/Lock and /Mark/Unlock to the pop-up
1033                 menu. Patch submitted by Ivan Francolin Martinez
1034                 <ivanfm@users.sourceforge.net>
1035
1036 2003-04-15 [paul]       0.8.11claws91
1037
1038         * sync with 0.8.11cvs24
1039                 see ChangeLog 2003-04-15
1040
1041 2003-04-14 [jens]       0.8.11claws90
1042
1043         * updated German translation and some corrections from
1044                 Roland Bless <bless@tm.uka.de>
1045
1046 2003-04-14 [paul]       0.8.11claws89
1047
1048         * sync with 0.8.11cvs22
1049                 see ChangeLog 2003-04-14
1050
1051 2003-04-13 [paul]       0.8.11claws88
1052
1053         * src/plugins/clamav/clamav_plugin.c
1054                 fix memory leaks
1055                 clean up
1056
1057 2003-04-12 [paul]       0.8.11claws87
1058
1059         * src/plugins/clamav/clamav_plugin.c
1060                 activate enable/disable archive scanning option
1061                 
1062         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1063
1064 2003-04-12 [paul]       0.8.11claws86
1065
1066         * src/plugins/Makefile.am
1067           src/plugins/clamav/Makefile.am                ** NEW FILE **
1068           src/plugins/clamav/README                     ** NEW FILE ** 
1069           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1070           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1071                 add Clam AntiVirus plugin
1072
1073 2003-04-12 [paul]       0.8.11claws85
1074
1075         * sync with 0.8.11cvs21
1076                 see ChangeLog 2003-04-11
1077
1078 2003-04-11 [paul]       0.8.11claws84
1079
1080         * po/es.po
1081                 update Spanish translation. Submitted by Ricardo
1082                 Mones Lastra.
1083
1084 2003-04-10 [christoph]  0.8.11claws83
1085
1086         * src/mbox.c
1087                 fix typo that did not move unfiltered mails to destination
1088                 folder
1089
1090         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1091          when filtering from spool)
1092
1093 2003-04-10 [christoph]  0.8.11claws82
1094
1095         * src/imap.c
1096                 use BODY.PEEK instead of BODY in in message fetch operation
1097                 to make sure the IMAP server does not set the \Seen flag for
1098                 messages. Sylpheed does that later itself, when the message
1099                 is opened in sylpheed
1100
1101         (closes Bug 111 Claws destroys unread marks)
1102
1103 2003-04-09 [oliver]     0.8.11claws81
1104         
1105         * src/folder.c
1106                 fix crash in folder_destroy
1107         * README.claws
1108                 remove selective download
1109
1110 2003-04-09 [christoph]  0.8.11claws80
1111
1112         * src/imap.c
1113                 fix crash in imap_get_msginfo() when then fetched message
1114                 is not found
1115
1116         (closes Bug 110 Crash during mail composition)
1117
1118 2003-04-08 [christoph]  0.8.11claws79
1119
1120         * src/folder.c
1121         * src/prefs_account.c
1122                 Filter new messages that are found in an INBOX folder
1123                 when 'Filter messages on receiving' is enabled in the
1124                 Folder's AccountPrefs. This allows to use Sylpheed's
1125                 filtering engine for IMAP folders where messages are
1126                 added to the INBOX by a MTA
1127
1128 2003-04-08 [paul]       0.8.11claws78
1129
1130         * src/procmsg.h
1131                 clean up after last commit
1132
1133 2003-04-08 [paul]       0.8.11claws77
1134
1135         * sync with 0.8.11cvs20
1136                 see ChangeLog 2003-04-07 and 2003-04-08
1137
1138 2003-04-07 [christoph]  0.8.11claws76
1139
1140         * src/filtering.[ch]
1141         * src/inc.[ch]
1142         * src/mbox.c
1143         * src/procmsg.[ch]
1144                 add procmsg_msginfo_filter() to execute filtering actions
1145
1146 2003-04-06 [christoph]  0.8.11claws75
1147
1148         * src/imap.c
1149                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1150
1151 2003-04-06 [christoph]  0.8.11claws74
1152
1153         * src/common/utils.[ch]
1154                 add g_int_compare() function for slist sorting
1155
1156         * src/imap.c
1157                 fetch all MsgInfos with one command in imap_get_msginfos()
1158                 using an imap set with a list of ranges
1159
1160         * src/news.c
1161                 use new g_int_compare() function
1162
1163 2003-04-06 [thorsten]   0.8.11claws73
1164
1165         * src/mh.c
1166                 corrected implementation of mh_folder_destroy()
1167
1168 2003-04-05 [christoph]  0.8.11claws72
1169
1170         * src/account.c
1171         * src/folder.[ch]
1172         * src/folderview.c
1173         * src/imap.c
1174         * src/inc.c
1175         * src/main.c
1176         * src/mainwindow.c
1177         * src/mbox_folder.c
1178         * src/mh.c
1179         * src/mimeview.h
1180         * src/msgcache.[ch]
1181         * src/news.c
1182         * src/procmime.h
1183         * src/procmsg.[ch]
1184         * src/setup.c
1185         * src/gtk/gtkutils.c
1186                 o rename structure field names class and new to klass and
1187                   new_msgs, to allow including files in C++
1188                 o add 'extern "C"' block to some header files
1189                 o add MsgInfoList and MsgNumberList as alias for GSList for
1190                   developers to know what type of list is expected
1191
1192         * src/plugins/image_viewer/plugin.c
1193         * src/plugins/image_viewer/viewer.[ch]
1194         * src/plugins/image_viewer/viewerprefs.[ch]
1195                 rename function names to prevent conflicts
1196
1197 2003-04-05 [paul]       0.8.11claws71
1198
1199         * sync with 0.8.11cvs18
1200                 see ChangeLog 2003-04-03 and 2003-04-04
1201
1202 2003-04-02 [christoph]  0.8.11claws70
1203
1204         * src/folder.[ch]
1205         * src/imap.[ch]
1206         * src/mbox_folder.[ch]
1207         * src/mh.[ch]
1208         * src/news.[ch]
1209                 o Make all virtual folder functions private
1210                 o remove unused folder code
1211
1212         * src/common/socket.[ch]
1213         * src/summaryview.c
1214                 fix warnings
1215
1216 2003-03-30 [alfons]     0.8.11claws69
1217
1218         * src/send_message.c
1219                 remove two debug traces and see if people still report
1220                 errors
1221
1222 2003-03-30 [alfons]     0.8.11claws68
1223
1224         * src/send_message.c
1225         * src/commons/session.c
1226                 add more debug traces
1227
1228 2003-03-30 [christoph]  0.8.11claws67
1229
1230         * src/folder.c
1231                 change processing folder name from .processing to processing
1232
1233         * src/common/ssl.c
1234                 disable SSL certificate check because it causes Xlib error
1235                 when the child process want's to open an GTK window
1236
1237 2003-03-30 [christoph]  0.8.11claws66
1238
1239         * src/folder.c
1240                 don't use default folder for processing folder item because
1241                 it can be a non local folder
1242
1243         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1244
1245 2003-03-30 [alfons]     0.8.11claws65
1246
1247         * src/send_message.c
1248                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1249                 to generate bad code for 'send_send_data_progressive': When
1250                 called from 'send_send_data_finished', the 'data' pointer is
1251                 cleared just before the assignment to the dialog pointer
1252
1253 2003-03-29 [christoph]  0.8.11claws64
1254
1255         * src/common/prefs.h
1256         * src/plugins/image_viewer/Makefile.am
1257         * src/plugins/image_viewer/plugin.c
1258         * src/plugins/image_viewer/viewer.[ch]
1259         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1260                 add PrefsPage for ImageViewer
1261
1262 2003-03-28 [thorsten]   0.8.11claws63
1263
1264         * src/common/session.c
1265                 added some comments
1266
1267 2003-03-28 [paul]       0.8.11claws62
1268
1269         * sync with 0.8.11cvs16
1270                 see ChangeLog 2003-03-28
1271
1272 2003-03-28 [paul]       0.8.11claws61
1273
1274         * sync with 0.8.11cvs15
1275                 see ChangeLog 2003-03-28
1276
1277 2003-03-27 [christoph]  0.8.11claws60
1278
1279         * src/folder.c
1280         * src/imap.c
1281         * src/common/socket.[ch]
1282                 set socket state to DISCONNECTED when any operation
1283                 fails to allow reconnecting in IMAP code without
1284                 checking the return code of all calls to the command
1285                 functions
1286
1287         * src/folderview.c
1288         * src/summaryview.c
1289                 remove some more stuff that depends on specific
1290                 folder types
1291
1292 2003-03-27 [paul]       0.8.11claws59
1293
1294         * sync with 0.8.11cvs14
1295                 see ChangeLog 2003-03-27
1296                 
1297         * src/selective_download.[ch]   ** REMOVED **
1298                 really removed
1299
1300 2003-03-27 [christoph]  0.8.11claws58
1301
1302         * src/folder.c
1303                 fix handling of tmp_flags in flag copy function
1304
1305 2003-03-27 [paul]       0.8.11claws57
1306
1307         * sync with 0.8.11cvs13
1308                 see ChangeLog 2003-03-27
1309
1310 2003-03-27 [oliver]     0.8.11claws56
1311
1312         * src/maiwindow.c
1313                 remove sel_download_cb
1314
1315 2003-03-27 [oliver]     0.8.11claws55
1316         
1317         * src/inc.c
1318                 remove POP3_TOP
1319         
1320 2003-03-26 [oliver]     0.8.11claws54
1321
1322         *src/pop.h
1323                 remove POP3_TOP*
1324         * README.claws
1325                 remove selective donwload readme
1326
1327 2003-03-26 [oliver]     0.8.11claws53
1328         * src/matcher.[ch]
1329         * src/matcher_parser_parse.y 
1330         * src/pop.c 
1331         * src/prefs_account.[ch]
1332         * src/prefs_filtering.c
1333                 remove selective donwload
1334
1335 2003-03-26 [oliver]     0.8.11claws52
1336
1337         * src/inc.[ch] 
1338         * src/filtering.c 
1339         * src/mainwindow.c 
1340                 remove selective donwload
1341
1342 2003-03-26 [oliver]     0.8.11claws51
1343         
1344         * src/Makefile.am
1345         * src/selective_download.[ch]   ** REMOVE **    
1346
1347 2003-03-26 [christoph]  0.8.11claws50
1348
1349         * src/news.c
1350                 fix NEWS that got broken by a sync with sylpheed-main
1351
1352 2003-03-26 [christoph]  0.8.11claws49
1353
1354         * src/mimeview.c
1355                 fix mime type guessing when no mime type is found for a file
1356
1357 2003-03-25 [christoph]  0.8.11claws48
1358
1359         * src/mimeview.c
1360         * src/procmime.c
1361                 remove mime type guessing from mime parser and use
1362                 name based mime types in viewer lookup for mime type
1363                 application/octet-stream
1364
1365 2003-03-25 [christoph]  0.8.11claws47
1366
1367         * doc-src/readme.txt
1368         * doc-src/rfc2554.txt
1369                 add RFC about SMTP AUTH
1370
1371         * src/send_message.c
1372         * src/common/smtp.[ch]
1373                 add extra error code for authentication errors and
1374                 clear temporary password when this error occurs
1375
1376         (closes Bug 84 authentication failure while sending should
1377          prompt for password again)
1378
1379 2003-03-25 [christoph]  0.8.11claws46
1380
1381         * configure.ac
1382         * src/Makefile.am
1383         * src/imageview.[ch]                            ** REMOVE **
1384         * src/messageview.[ch]
1385         * src/mimeview.[ch]
1386         * src/prefs_common.[ch]
1387         * src/textview.c
1388         * src/plugins/Makefile.am
1389         * src/plugins/image_viewer/.cvsignore           ** NEW **
1390         * src/plugins/image_viewer/Makefile.am          ** NEW **
1391         * src/plugins/image_viewer/plugin.c             ** NEW **
1392         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1393                 move image viewer into a plugin (building is enabled by default)
1394                 [ToDo: Prefs for resize and autoview]
1395
1396 2003-03-25 [paul]       0.8.11claws45
1397
1398         * sync with 0.8.11cvs12
1399                 see ChangeLog 2003-03-26
1400
1401 2003-03-25 [paul]       0.8.11claws44
1402
1403         * sync with 0.8.11cvs11
1404                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1405                 
1406         Note: Selective Download is broken.
1407                 
1408 2003-03-22 [christoph]  0.8.11claws43
1409
1410         * src/folder.c
1411                 code cleanup for flags copying
1412
1413 2003-03-22 [christoph]  0.8.11claws42
1414
1415         * src/plugins/trayicon/trayicon.c
1416                 fix setting the transparent area when the window size
1417                 is forced by the system tray
1418
1419 2003-03-22 [christoph]  0.8.11claws41
1420
1421         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1422         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1423         * src/plugins/trayicon/newmail.xpm              ** NEW **
1424         * src/plugins/trayicon/nomail.xpm               ** NEW **
1425         * src/plugins/trayicon/trayicon.c
1426         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1427                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1428                 o add icon for unread mails
1429                 o set transparency for window
1430
1431 2003-03-22 [christoph]  0.8.11claws40
1432
1433         * src/news.c
1434                 init news session to prevent crash when session is closed
1435
1436 2003-03-22 [christoph]  0.8.11claws39
1437
1438         * src/imap.c
1439         * src/common/session.[ch]
1440                 Init session data to make sure we don't have invalid pointers
1441                 for read_ch and write_ch when new multi process sessions are
1442                 not used
1443
1444         * src/main.c
1445         * src/common/plugin.c
1446         * src/common/sylpheed.c
1447         * src/plugins/demo/demo.c
1448         * src/plugins/dillo_viewer/dillo_viewer.c
1449         * src/plugins/mathml_viewer/mathml_viewer.c
1450         * src/plugins/spamassassin/spamassassin.c
1451         * src/plugins/spamassassin/spamassassin_gtk.c
1452                 add plugin types to allow loading plugins at different times
1453                 (and maybe for different frontends), because it's not good to
1454                 load GTK-Plugins gefore gtk_init was called
1455
1456         * configure.ac
1457         * src/plugins/Makefile.am
1458         * src/plugins/trayicon/.cvsignore               ** NEW **
1459         * src/plugins/trayicon/Makefile.am              ** NEW **
1460         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1461         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1462         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1463         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1464         * src/plugins/trayicon/trayicon.c               ** NEW **
1465                 New Trayicon plugin that shows an icon in a systray that uses
1466                 XEMBED protocol like Gnome's systray. Icon shows if there
1467                 are new mails and a tooltip shows information about new,
1468                 unread and total messages.
1469
1470 2003-03-22 [paul]       0.8.11claws38
1471
1472         * src/common/smtp.c
1473                 fix ESMTP AUTH CRAM-MD5
1474                 [sync with main (still version 0.8.11cvs6), see
1475                  ChangeLog 2003-03-22]
1476
1477 2003-03-21 [colin]      0.8.11claws37
1478
1479         * src/send_message.c
1480                 Fix USE_SSL => USE_OPENSSL
1481
1482 2003-03-21 [colin]      0.8.11claws36
1483
1484         * src/folderview.c
1485                 Fix counts in drag and dropped subfolders
1486
1487 2003-03-21 [colin]      0.8.11claws35
1488
1489         * src/folder.c 
1490         * src/folderview.c
1491                 speed up a bit folder dnd
1492
1493 2003-03-20 [alfons]     0.8.11claws34
1494
1495         * src/main.c
1496         * src/toolbar.c
1497         * src/procmsg.c
1498                 don't send locked queue messages
1499                 (feature request "[ 705245 ] Locking message in outbox 
1500                  should prevent sending")
1501
1502 2003-03-20 [christoph]  0.8.11claws33
1503
1504         * src/folder.c
1505                 remove NEW and UNREAD flag in special folders when scanning
1506                 
1507         * src/common/smtp.c
1508                 fix ESMTP AUTH CRAM-MD5
1509
1510 2003-03-20 [paul]       0.8.11claws32
1511
1512         * src/prefs_account.c
1513                 Re-write 'Tunnel command to open connection' as
1514                 'Use command to communicate with server', and disable
1515                 it for all except IMAP accounts
1516
1517 2003-03-20 [paul]       0.8.11claws31
1518
1519         * sync with 0.8.11cvs6
1520                 see ChangeLog 2003-03-20
1521
1522 2003-03-19 [match]      0.8.11claws30
1523
1524         * src/addritem.[ch]
1525                 include documentation. minor refactoring.
1526         * src/addr_compl.[ch]
1527         * src/addrindex.[ch]
1528         * src/addresbook.[ch]
1529         * src/summaryview.c
1530                 re-enable address lookup (was disabled in
1531                 0.8.11claws20).
1532
1533 2003-03-19 [christoph]  0.8.11claws29
1534
1535         * src/procmsg.c
1536                 add temp flag handling, will make moving and copying
1537                 messages possible again
1538
1539         * src/folder.c
1540                 correct calulation of folder stats
1541
1542 2003-03-18 [match]      0.8.11claws28
1543
1544         * src/editgroup.h
1545                 remove case sensitive comparison (closes bug 80).
1546
1547 2003-03-18 [christoph]  0.8.11claws27
1548
1549         * src/imap.c
1550                 fix imap using a tunnel command
1551
1552         (closes bug 87)
1553
1554 2003-03-18 [christoph]  0.8.11claws26
1555
1556         * src/folder.[ch]
1557         * src/imap.c
1558         * src/procmsg.[ch]
1559                 rewrite flag handling for folders
1560
1561 2003-03-18 [christoph]  0.8.11claws25
1562
1563         * src/folder.c
1564         * src/procmsg.c
1565         * src/summaryview.c
1566                 unset NEW and UNREAD flags when message is ignored, to make
1567                 sure messages don't show up as unread on other IMAP clients,
1568                 because the IGNORE_THREAD flag can not be syncronized through
1569                 the IMAP folder
1570
1571 2003-03-17 [christoph]  0.8.11claws24
1572
1573         * src/imap.c
1574                 don't use recursion to fetch uids when the number of messages
1575                 does not match. Moved code into subfunction that is used
1576                 again when needed, to prevent an endless loop.
1577
1578 2003-03-17 [thorsten]   0.8.11claws23
1579
1580         * src/imageview.[ch]
1581                 export imageview_get_resized_size() (for plugins)
1582         * src/prefs_common.[ch]
1583                 added prefs_common_get() (for plugins)
1584
1585 2003-03-17 [christoph]  0.8.11claws22
1586
1587         * src/imap.c
1588                 o remove UID guessing from copy code
1589                 o support UIDPLUS extension for APPEND command
1590
1591 2003-03-17 [paul]       0.8.11claws21
1592
1593         * src/gtk/about.c
1594                 remove 'Compiled-plugins' section.
1595                 
1596         * src/plugins/dillo_viewer/dillo_viewer.c
1597                 slight change to description text
1598
1599 2003-03-16 [match]      0.8.11claws20
1600         * src/ldapserver.[ch]           ** NEW **
1601         * src/ldapctrl.[ch]             ** NEW **
1602         * src/ldapquery.[ch]            ** NEW **
1603         * src/ldaputil.[ch]             ** NEW **
1604         * src/addrcindex.[ch]           ** NEW **
1605         * src/addrquery.h               ** NEW **
1606         * src/addritem.[ch]
1607         * src/addrcache.[ch]
1608         * src/addrindex.[ch]
1609         * src/addr_compl.[ch]
1610         * src/addressbook.[ch]
1611         * src/addrbook.[ch]
1612         * src/editgroup.c
1613         * src/editaddress.c
1614         * src/editldap.c
1615         * src/editldap_basedn.c
1616         * src/vcard.c
1617         * src/jpilot.c
1618         * src/Makefile.am
1619                 included dynamic LDAP queries. improved address
1620                 completion.
1621
1622 2003-03-16 [paul]       0.8.11claws19
1623
1624         * tools/multiwebsearch.pl
1625                 fix a fatal typo
1626
1627 2003-03-16 [christoph]  0.8.11claws18
1628
1629         * src/mimeview.c
1630         * src/plugins/dillo_viewer/dillo_viewer.c
1631         * src/plugins/mathml_viewer/mathml_viewer.c
1632                 make unregistering of MimeViewerFactorys possible
1633
1634 2003-03-16 [alfons]     0.8.11claws17
1635
1636         * configure.ac
1637                 correct typo
1638
1639 2003-03-16 [melvin]     0.8.11claws16
1640
1641         * src/plugins/dillo_viewer.c
1642                 Fixed bug where it was not possible to view more than
1643                 one text/html attachment per message (bug discovered
1644                 by Christoph Hohmann).
1645
1646 2003-03-15 [melvin]     0.8.11claws15
1647
1648         * src/prefs_actions.c
1649                 Fixed compilation warnings.
1650
1651 2003-03-15 [melvin]     0.8.11claws14
1652
1653         * src/plugins/Makefile.am
1654         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1655         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1656         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1657                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1658                 newer (http://dillo.auriga.wearlab.de/).
1659
1660 2003-03-15 [christoph]  0.8.11claws13
1661
1662         * src/imap.c
1663                 don't query imap folder for attributes because we already
1664                 for them from imap_status
1665
1666         * src/mimeview.[ch]
1667                 add support for plugable MimeViewers (unloading Viewers
1668                 not yet complete)
1669
1670         * src/plugins/Makefile.am
1671         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1672         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1673         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1674                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1675                 widget from http://helm.cs.unibo.it/mml-widget/
1676
1677 2003-03-14 [christoph]  0.8.11claws12
1678
1679         * src/folder.[ch]
1680                 o error return code's should better be negative
1681                 o replace printf with debug_print
1682
1683         * src/imap.c
1684                 improve IMAP folder scan by checking UID-NEXT
1685
1686         * src/summaryview.c
1687                 remove check that are unnecessary in my opinion
1688
1689 2003-03-13 [christoph]  0.8.11claws11
1690
1691         * src/folder.[ch]
1692         * src/foldersel.c
1693         * src/folderview.c
1694         * src/imap.c
1695         * src/mbox_folder.c
1696         * src/mh.c
1697         * src/news.c
1698         * src/prefs_scoring.c
1699         * src/summaryview.c
1700                 use a common function to get a displayable name
1701                 for a FolderItem
1702
1703 2003-03-13 [paul]       0.8.11claws10
1704
1705         * tools/Makefile.am
1706           tools/README
1707           tools/multiwebsearch.conf     ** NEW FILE **
1708           tools/multiwebsearch.pl       ** NEW FILE **
1709                 add multiwebsearch Actions script
1710
1711 2003-03-13 [colin]      0.8.11claws9
1712
1713         * src/compose.c
1714                 Remove leading emtpy lines from quoted text
1715                 before quoting it
1716
1717 2003-03-13 [melvin]     0.8.11claws8
1718
1719         * src/prefs_actions.c
1720                 Fixed a memory leak
1721                 Code clean ups
1722                 Added Cancel and OK buttons
1723                 Corrected help text
1724
1725 2003-03-13 [christoph]  0.8.11claws7
1726
1727         * src/account.c
1728         * src/folder.[ch]
1729         * src/imap.c
1730         * src/mainwindow.c
1731         * src/mbox_folder.c
1732         * src/mh.c
1733         * src/news.c
1734         * src/setup.c
1735                 replace more folder type stuff with folder class stuff
1736
1737 2003-03-13 [melvin]     0.8.11claws6
1738
1739         * src/prefs_actions.c
1740                 Added new tokens:
1741                 %u: user provided argument
1742                 %h: user provided argument (hidden on input)
1743                 %s: current text selection in the message view 
1744
1745 2003-03-13 [paul]       0.8.11claws5
1746
1747         * sync with 0.8.11cvs5
1748                 see ChangeLog 2003-03-11, 2003-03-12
1749
1750 2003-03-12 [christoph]  0.8.11claws4
1751
1752         * src/folder.c
1753                 use folder class idstr when writing folderlist.xml
1754
1755         * src/folder.h
1756         * src/imap.c
1757         * src/news.c
1758                 replace folder type checks with folder class checks
1759
1760 2003-03-12 [christoph]  0.8.11claws3
1761
1762         * src/folder.[ch]
1763         * src/imap.[ch]
1764         * src/main.c
1765         * src/mbox_folder.[ch]
1766         * src/mh.[ch]
1767         * src/news.[ch]
1768                 o create a list of known folder classes in the folder system
1769                 o use folder class id strings for folder item identifiers
1770
1771 2003-03-12 [christoph]  0.8.11claws2
1772
1773         * src/imap.c
1774                 fix imap uid validity check
1775
1776 2003-03-12 [christoph]  0.8.11claws1
1777
1778         * src/account.c
1779         * src/folder.[ch]
1780         * src/foldersel.c
1781         * src/folderview.c
1782         * src/imap.c
1783         * src/mainwindow.c
1784         * src/mbox_folder.c
1785         * src/mh.c
1786         * src/news.c
1787         * src/prefs_scoring.c
1788         * src/procmsg.c
1789         * src/setup.c
1790         * src/summaryview.c
1791                 initial restructuring of folder system, seperating
1792                 folders and folder classes
1793
1794 2003-03-12 [paul]       0.8.11claws
1795
1796         0.8.11claws release
1797
1798 2003-03-12 [christoph]
1799
1800         * src/gtk/prefswindow.c
1801                 fix translation of "Page Index"
1802
1803 2003-03-12 [paul]       0.8.10claws110
1804
1805         a sync from 0.8.11cvs4 before the release
1806
1807         * src/common/utils.c
1808                 subject_compare_for_sort(): allow null strings (fixes
1809                 summary sorting).
1810
1811 2003-03-11 [paul]       0.8.10claws109
1812
1813         * po/es.po
1814                 update Spanish translation, submitted by
1815                 Ricardo Mones Lastra
1816
1817 2003-03-11 [melvin]     0.8.10claws108
1818
1819         * po/fr.po
1820                 Updated French translations
1821
1822 2003-03-11 [paul]       0.8.10claws107
1823
1824         * manual/en/Makefile.am
1825           manual/en/*.html
1826                 update English manual, add a new page
1827                 updated by Francois Barriere <fbarriere@atmel.fr>
1828                 
1829         * po/bg.po
1830           po/it.po
1831           po/sr.po
1832                 update Bulgarian, Italian, and Serbian translations
1833                 submitted by George Danchev, Alessandro Maestri, and
1834                 Urke MMI
1835
1836 2003-03-10 [paul]       0.8.10claws106
1837
1838         * src/gtk/about.c
1839           src/gtk/prefswindow.c
1840                 make some strings translatable
1841
1842 2003-03-10 [darko]      0.8.10claws105
1843
1844         * src/compose.c
1845                 code cleanup to make Hiro happy
1846
1847 2003-03-10 [paul]       0.8.10claws104
1848
1849         * sync with 0.8.11cvs2
1850                 see ChangeLog 2003-03-10
1851
1852 2003-03-09 [melvin]     0.8.10claws103
1853
1854         * src/textview.c
1855                 textview_set_font(): fix for message display in
1856                 UTF-8 locales (thanks to Sergey Vlasov).
1857                 (was unintentionnaly reverted in 0.8.6claws6)   
1858
1859 2003-03-08 [darko]      0.8.10claws102
1860
1861         * src/compose.c
1862                 fix infinite loop in wrapping as reported
1863                 by happycactus
1864                 obsoletes patch #696482
1865
1866 2003-03-08 [christoph]  0.8.10claws101
1867
1868         * src/imap.c
1869                 add workaround for IMAP servers that do not
1870                 support the "UID SEARCH UID" command
1871
1872 2003-03-07 [christoph]  0.8.10claws100
1873
1874         * src/plugins/spamassassin/spamassassin.[ch]
1875         * src/plugins/spamassassin/spamassassin_gtk.c
1876                 code cleanup
1877
1878 2003-03-07 [paul]       0.8.10claws99
1879
1880         * po/es.po
1881                 updated Spanish translation, submitted by
1882                 Ricardo Mones Lastra
1883
1884 2003-03-07 [christoph]  0.8.10claws98
1885
1886         * src/send.c
1887                 fix in 0.8.10claws94 was wrong
1888                 local delivery does not require escaping, remove escaping
1889                 code to make signatures of mails with "." lines valid
1890                 
1891                 NOTE: requires that sendmail is executed with "-i" option,
1892                       what is the default now, but has to be changed in all
1893                       exsiting accounts)
1894
1895 2003-03-07 [paul]       0.8.10claws97
1896
1897         * sync with 0.8.11 release
1898                 see ChangeLog 2003-03-07
1899
1900 2003-03-06 [paul]       0.8.10claws96
1901
1902         * src/compose.c
1903                 revert commit 0.8.10claws92
1904
1905 2003-03-06 [paul]       0.8.10claws95
1906
1907         * src/folderview.c
1908                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1909
1910         * src/gtkaspell.c
1911                 fix bug 74, 'Crash opening editor window with pseudo-color
1912                 display'
1913                 
1914         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1915
1916 2003-03-06 [christoph]  0.8.10claws94
1917
1918         * src/send.c
1919                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1920                 all lines starting with a period get an extra period
1921                 inserted
1922                 (found by Simon 'corecode' Schubert)
1923
1924 2003-03-06 [paul]       0.8.10claws93
1925
1926         * src/folderview.c
1927                 if configured font can't be loaded fall back to gtk
1928                 default. (with thanks to Christoph)
1929                 
1930                 closes long-standing bug 15 'Crashes on startup'
1931
1932 2003-03-06 [paul]       0.8.10claws92
1933
1934         * src/compose.c
1935                 freeze text before autosave and thaw afterwards
1936                 fixes bug 67 'autosave make re-rediting message crazy'
1937
1938 2003-03-06 [christoph]  0.8.10claws91
1939
1940         * src/compose.c
1941                 ignore address comment in dupe check for Cc-list
1942
1943         (closes reopened bug 47 Replying to message strips name part of
1944          e-mail addresses of Cc: lines)
1945
1946 2003-03-06 [paul]       0.8.10claws90
1947
1948         * src/Makefile.am
1949                 remove reference to gtkxtext.h as its no longer in
1950                 the repository
1951
1952 2003-03-06 [paul]       0.8.10claws89
1953
1954         * sync with 0.8.10cvs25
1955                 see ChangeLog 2003-03-06
1956
1957 2003-03-06 [oliver]     0.8.10claws88
1958         
1959         * src/messageview.c
1960                 remove include
1961
1962 2003-03-06 [oliver]     0.8.10claws87
1963         
1964         * src/folderview.c 
1965                 remove changes introduced inclaws74
1966         * src/messageview.c
1967                 another attempt to sanely delete and update
1968                 messages deleted in separate messageview
1969
1970 2003-03-05 [christoph]  0.8.10claws86
1971
1972         * src/summaryview.c
1973                 check if "From" matches any account's address if
1974                 addressbook completion of addresses is disabled too
1975
1976         (closes Bug 70 "Display recipient in from" doesn't check
1977          folder's default account)
1978
1979 2003-03-05 [christoph]  0.8.10claws85
1980
1981         * src/compose.c
1982         * src/common/utils.[ch]
1983                 don't strip address comments when building Cc lists
1984
1985         (closes Bug 47 Replying to message strips name part of e-mail addresses
1986          of Cc: lines)
1987
1988         * src/folder.c
1989                 fix return value of copy function
1990
1991 2003-03-05 [christoph]  0.8.10claws84
1992
1993         * src/imap.c
1994                 don't ask imap server for non rfc822 headers
1995
1996         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1997
1998         * src/imap.c
1999                 destroy session on socket error to allow reconnecting
2000
2001 2003-03-05 [christoph]  0.8.10claws83
2002
2003         * configure.ac
2004                 fix building with gnome when no prefix is set
2005
2006         (closes bug 66 Gnome directory is set to NONE)
2007
2008 2003-03-05 [paul]       0.8.10claws82
2009
2010         * sync with 0.8.10cvs23
2011                 see ChangeLog 2003-03-05
2012
2013 2003-03-04 [christoph]  0.8.10claws81
2014
2015         * src/folder.c
2016                 o fix moving and copying when folder returns 0 for new
2017                   message number
2018                 o remove some code for single message copy and move
2019                   operations and use functions for multiple messages
2020
2021         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2022
2023         * src/news.c
2024                 remove unused include
2025
2026 2003-03-04 [paul]       0.8.10claws80
2027
2028         * src/gtk/about.c
2029                 list 'Compiled plugins'
2030
2031 2003-03-03 [christoph]  0.8.10claws79
2032
2033         * src/news.[ch]
2034                 have to multiply the percentage of the current fetch with
2035                 the percentage that it has of the total fetch operation
2036                 for correct values
2037
2038 2003-03-03 [christoph]  0.8.10claws78
2039
2040         * src/news.c
2041                 fix calculation of expected lines for progress indicator
2042
2043 2003-03-03 [christoph]  0.8.10claws77
2044
2045         * src/summaryview.c
2046         * src/common/utils.c
2047                 fix segfault when opening the root news folder
2048
2049 2003-03-03 [christoph]  0.8.10claws76
2050
2051         * src/mainwindow.[ch]
2052         * src/common/Makefile.am
2053         * src/common/progressindicator.[ch]
2054                 add UI independent progress indicator handling
2055
2056         * src/news.[ch]
2057                 use new progress indicator for message info fetching
2058
2059         * src/common/hooks.h
2060                 code cleanup
2061
2062 2003-03-03 [oliver]     0.8.10claws75
2063
2064         * src/toolbar.c
2065         * src/compose.c
2066                 removed commented code
2067
2068 2003-03-03 [oliver]     0.8.10claws74
2069
2070         * src/toolbar.[ch]
2071                 cleanups and refactoring
2072         * src/compose.[ch]
2073                 compose_reply_mode reply & forwarding interface for
2074                 toolbar buttons
2075         * src/folderview.c
2076                 act on messages marked for deletion in folderview_selected
2077                 based on prefs_common.immediate_exec since a message might 
2078                 have been deleted by messageview in a folder we are changing 
2079                 to (does anybody understand what I'm on about ?)
2080
2081 2003-03-03 [oliver]     0.8.10claws73
2082         
2083         * src/messageview.[ch]
2084                 new functions
2085                 - messageview_delete: delete message shown in messagview
2086                 - messageview_update_view: update messageview to currently 
2087                   selected summaryview message
2088                 - add separate messageview to msgview_list in order to update 
2089                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2090         * src/summaryview.[ch]
2091                 summary_get_selection returns a list of selected msgs
2092                 in summaryview
2093         * src/mainwindow.c
2094                 toolbar reply refactoring
2095
2096 2003-03-03 [paul]       0.8.10claws72
2097
2098         * sync with 0.8.10cvs21
2099                 see ChangeLog 2003-03-03
2100
2101 2003-03-02 [christoph]  0.8.10claws71
2102
2103         * src/common/passcrypt.c
2104                 use POSIX includes
2105
2106 2003-03-02 [christoph]  0.8.10claws70
2107
2108         * configure.ac
2109         * src/prefs_account.c
2110         * src/prefs_gtk.[ch]
2111         * src/common/.cvsignore
2112         * src/common/Makefile.am
2113         * src/common/passcrypt.c                ** NEW **
2114         * src/common/passcrypt.h.in             ** NEW **
2115                 Implement password encryption in config files
2116                 using unix encrypt and setkey functions. The crypt
2117                 key can be set as a configure parameter. Old
2118                 passwords will be converted if they do not begin
2119                 with '!'
2120
2121 2003-03-02 [paul]       0.8.10claws69
2122
2123         * src/prefs_account.c
2124                 fix compile error
2125
2126 2003-03-01 [thorsten]   0.8.10claws68
2127
2128         * po/el.po
2129           po/hr.po
2130           po/it.po
2131           po/nl.po
2132           po/sr.po
2133           po/sv.po
2134                 corrected format strings
2135         * po/en_GB.po
2136                 corrected headers
2137                 (fix compile errors with GNU gettext-0.11.5)
2138
2139 2003-03-01 [oliver]     0.8.10claws67
2140
2141         * src/summaryview.c
2142                 menu callbacks call toolbar_menu_reply
2143
2144 2003-03-01 [oliver]     0.8.10claws66
2145
2146         * src/mainwindow.c
2147         * src/messageview.c
2148                 menu callbacks call toolbar_menu_reply
2149         * src/toolbar.[ch]
2150                 callbacks from menu handled by toolbar_menu_reply
2151
2152 2003-03-01 [paul]       0.8.10claws65
2153
2154         * src/addressbook.c
2155                 revert commit 0.8.10claws54 - breaks editing of
2156                 addressbook.
2157                 
2158         * po/bg.po
2159                 update Bulgarian translation, submitted by
2160                 George Danchev
2161
2162 2003-02-28 [christoph]  0.8.10claws64
2163
2164         * src/account.c
2165         * src/addressadd.c
2166         * src/compose.c
2167         * src/gtkaspell.c
2168         * src/gtkxtext.h                ** REMOVE **
2169         * src/imap.c
2170         * src/matcher.[ch]
2171         * src/mh.c
2172         * src/news.c
2173         * src/pine.c
2174         * src/prefs_common.c
2175         * src/prefs_matcher.c
2176         * src/procheader.[ch]
2177         * src/procmsg.[ch]
2178         * src/toolbar.c
2179         * src/common/ssl_certificate.c
2180         * src/gtk/colorlabel.c
2181         * src/gtk/menu.c
2182                 o fix warnings
2183                 o remove code obsoleted by new cache and folder system rework
2184
2185 2003-02-28 [oliver]     0.8.10claws63
2186         
2187         * src/toolbar.[ch]
2188                 * fix bug where reply in Messageview replied to 
2189                 Message displayed in summaryview
2190                 (reportedd via ML by chinatinte at gmx dot ch)
2191                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2192                 didn't work in separate MessageView Toolbar
2193                 (wondering if anybody uses this at all ?)
2194         * src/summaryview.[ch]
2195                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2196                 (generalize reply and forward code);
2197         * src/messageview.c 
2198                 remove focus_in event which updated summaryview to messageview
2199
2200 2003-02-28 [paul]       0.8.10claws62
2201
2202         * po/Makefile.in.in
2203                 add the --check option
2204                 Patch submitted by Ricardo Mones Lastra
2205
2206 2003-02-28 [paul]       0.8.10claws61
2207
2208         * src/prefs_account.c
2209                 re-order 'Signature' items
2210
2211 2003-02-28 [paul]       0.8.10claws60
2212
2213         * sync with 0.8.10cvs20
2214                 see ChangeLog 2003-02-28
2215
2216 2003-02-28 [paul]       0.8.10claws59
2217
2218         * po/POTFILES.in
2219                 update to reflect recent movement of files
2220
2221 2003-02-28 [paul]       0.8.10claws58
2222
2223         * sync with 0.8.10cvs19
2224                 see ChangeLog 2003-02-28
2225
2226 2003-02-27 [martin]     0.8.10claws57
2227
2228         * src/prefs_matcher.c 
2229                 fix segfault in prefs_matcher_ok() when the
2230                 last entry is deleted and prevents that the
2231                 message "entry not saved" comes up after deleting
2232                 an entry
2233
2234 2003-02-27 [martin]     0.8.10claws56
2235
2236         * src/prefs_filtering.c 
2237                 fix segfault in prefs_filtering_ok() when the
2238                 last entry is deleted and prevents that the
2239                 message "entry not saved" comes up after deleting
2240                 an entry
2241
2242 2003-02-27 [paul]       0.8.10claws55
2243
2244         * sync with 0.8.10cvs18
2245                 see ChangeLog 2003-02-27
2246
2247 2003-02-27 [paul]       0.8.10claws54
2248
2249         * src/addressbook.c
2250                 fix bug where the address book crashes with 
2251                 multiple lookups.
2252                 Patch [687729] submitted by David Frager 
2253                 <dbfrager@users.sourceforge.net>
2254
2255 2003-02-25 [christoph]  0.8.10claws53
2256
2257         * src/Makefile.am
2258         * src/colorlabel.[ch]           ** REMOVE **
2259         * src/gtk/Makefile.am
2260         * src/gtk/colorlabel.[ch]       ** NEW **
2261                 move colorlabel files to gtk directory
2262
2263         * src/esmtp.[ch]                ** REMOVE **
2264                 has been merged into smtp.[ch] in 0.7.5
2265
2266 2003-02-25 [christoph]  0.8.10claws52
2267
2268         * src/Makefile.am
2269         * src/about.[ch]                ** REMOVE **
2270         * src/gtk/Makefile.am
2271         * src/gtk/about.[ch]            ** NEW **
2272                 move about files to gtk directory
2273
2274 2003-02-25 [christoph]  0.8.10claws51
2275
2276         * src/folder.c
2277                 some code optimization of folder scanning code
2278
2279         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2280
2281 2003-02-25 [christoph]  0.8.10claws50
2282
2283         * src/main.c
2284         * src/common/sylpheed.c
2285                 add command line parameter parsing to common code
2286
2287 2003-02-24 [christoph]
2288
2289         * Makefile.am
2290         * configure.ac
2291                 fix gnome prefix problems, the configure script now removed
2292                 `gnome-config --prefix` from `gnome-config --datadir`
2293                 and adds $(prefix} instead
2294
2295         (closes Bug 24 Makefile does not respect prefix when installing
2296          GNOME data)
2297
2298 2003-02-24 [christoph]  0.8.10claws49
2299
2300         * src/news.c
2301                 check for valid session before trying to authenticate
2302
2303         (closes Bug 60 crash if "authenticate on logon" is activated
2304          and newsserver-hostname is not valid)
2305
2306 2003-02-24 [melvin]     0.8.10claws48
2307
2308         * src/prefs_actions.c
2309                 Make sure all user's input is sent to the action and then
2310                 close the socket..
2311
2312 2003-02-23 [alfons]     0.8.10claws46
2313
2314         * src/summaryview.c
2315                 also wait cursor when deleting files
2316
2317 2003-02-23 [paul]
2318
2319         * tools/freshmeat_search.pl
2320           tools/google_search.pl
2321                 scripts should now work for any browser/browser command line
2322
2323 2003-02-22 [christoph]  0.8.10claws45
2324
2325         * src/procmsg.c
2326                 fix IMAP flag setting, IMAP flag is not handled correctly
2327                 anymore by the folder system and information about the
2328                 folder should not be saved in the MsgInfo (in my opinion)
2329
2330         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2331
2332 2003-02-22 [christoph]  0.8.10claws44
2333
2334         * src/summaryview.c
2335                 fix spelling of "label" ;-)
2336
2337 2003-02-22 [thorsten]   0.8.10claws43
2338
2339         * src/mimeview.c
2340           src/prefs_common.[ch]
2341           src/procmime.[ch]
2342                 do not use description as attachment name
2343
2344 2003-02-22 [alfons]     0.8.10claws42
2345
2346         * src/summaryview.c
2347                 freeze/thaw folder item updates when changing color labels,
2348                 and put a wait cursors on
2349
2350 2003-02-22 [thorsten]   0.8.10claws41
2351
2352         * src/mimeview.c
2353                 save-all fixes: crash if invoked on multipart container,
2354                 mimeinfo access, pathseparators, error dialog
2355
2356 2003-02-21 [alfons]     0.8.10claws40
2357
2358         * src/prefs_gtk.c
2359                 remove unused var
2360
2361 2003-02-21 [colin]      0.8.10claws39
2362
2363         * src/send.c
2364                 Fix smtp logging
2365
2366 2003-02-21 [colin]      0.8.10claws38
2367
2368         * src/summaryview.c
2369                 Freeze/thaw folderItem updates when filtering messages 
2370                 via Tools/Filter messages
2371
2372 2003-02-21 [paul]       0.8.10claws37
2373
2374         * src/compose.c
2375                 revert commit 0.8.10claws26, there are ulterior motives
2376                 for users to set a Reply-To header when posting to
2377                 newsgroups
2378
2379 2003-02-21 [paul]       0.8.10claws36
2380
2381         * sync with 0.8.10cvs17
2382                 see ChangeLog 2003-02-21
2383
2384 2003-02-20 [christoph]  0.8.10claws35
2385
2386         * src/imap.c
2387                 IMAP UID fetch speedup using SEARCH
2388
2389         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2390
2391         * src/imap.c
2392                 fix problem with UIDs in IMAP UID cache that no longer existed
2393
2394 2003-02-20 [christoph]  0.8.10claws34
2395
2396         * src/imap.c
2397         * src/procheader.c
2398         * src/procheader.h
2399                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2400
2401         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2402
2403         * src/imap.c
2404                 Rewrite imap_cmd_gen_recv use sock_getline instead
2405                 of sock_gets to avoid problems with too long reply
2406                 lines
2407     
2408 2003-02-20 [colin]      0.8.10claws33
2409         
2410         * src/prefs_account.c
2411                 Better wording
2412
2413 2003-02-20 [colin]      0.8.10claws32
2414
2415         * src/compose.c
2416                 Remove useless '&& !to_sender' 
2417
2418 2003-02-20 [darko]
2419
2420         * AUTHORS
2421                 change my e-mail address
2422
2423 2003-02-19 [colin]      0.8.10claws31
2424
2425         * src/prefs_common.c
2426                 X11 style colors for every configurable color
2427
2428 2003-02-19 [alfons]     0.8.10claws30
2429
2430         * src/prefs_gtk.[ch]
2431         * src/prefs_common.c
2432                 for color_new accept both plain integers and X11 style color
2433                 names (as found in /usr/lib/X11/rgb.txt)
2434
2435 2003-02-19 [paul]       0.8.10claws29
2436
2437         * src/mainwindow.c
2438                 add tooltips to online/offline button and account selector
2439                 button
2440
2441 2003-02-19 [paul]       0.8.10claws28
2442
2443         * src/folder.c
2444           src/news.c
2445           src/prefs_account.[ch]
2446           src/prefs_common.[ch]
2447                 move 'Maximum number of articles to download' to
2448                 account prefs.
2449                 clean up account prefs gui a little by hiding entries
2450                 rather then greying out entries
2451
2452 2003-02-19 [hiro]       0.8.10claws27
2453
2454         * src/common/utils.c
2455                 fix bug #54 'yesterdays date is displayed in the message 
2456                 summary window'
2457
2458 2003-02-19 [paul]       0.8.10claws26
2459
2460         * src/compose.c
2461                 fix bug reported in Feature Request [688596] 
2462                 'Reply-to header in news'
2463
2464 2003-02-18 [paul]       0.8.10claws25
2465
2466         * src/select-keys.c
2467                 add a 'List all keys' button to key selection dialog
2468
2469 2003-02-18 [colin]      0.8.10claws24
2470         
2471         * src/stock_pixmap.c
2472                 fix compile error
2473
2474 2003-02-18 [colin]      0.8.10claws23
2475
2476         * src/common/smtp.[ch]
2477           src/prefs_account.c
2478                 Try to starttls if it seems to be the only
2479                 way to authenticate a user
2480
2481 2003-02-18 [paul]       0.8.10claws22
2482
2483         * src/Makefile.am
2484           src/folderview.c
2485           src/stock_pixmap.[ch]
2486           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2487           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2488                 as a Drafts folder is a special folder allow it to have
2489                 its own unique icons
2490
2491 2003-02-18 [colin]      0.8.10claws21
2492
2493         * src/imap.c
2494                 Fix port selection when using starttls
2495
2496 2003-02-18 [paul]       0.8.10claws20
2497
2498         * src/mainwindow.c
2499           src/prefs_common.[ch]
2500                 make blue the default new mail colour
2501
2502 2003-02-18 [paul]       0.8.10claws19
2503
2504         * sync with 0.8.10cvs14
2505                 see ChangeLog 2003-02-18
2506
2507 2003-02-17 [jens]       0.8.10claws18
2508
2509         * src/common/md5.c
2510                 fixed a compile problem with gcc 3.3
2511                 works on 2.95.3 too (testet on PPC as it is big endian)
2512
2513 2003-02-17 [paul]       0.8.10claws17
2514
2515         * sync with 0.8.10cvs13
2516                 see ChangeLog 2003-02-17
2517
2518 2003-02-17 [paul]       0.8.10claws16
2519
2520         * sync with 0.8.10cvs12
2521                 see ChangeLog 2003-02-17
2522
2523 2003-02-16 [match]      0.8.10claws15
2524
2525         * src/addressbook.c
2526                 Eliminates reloading of address data when items
2527                 deleted or added. Applied submitted by
2528                 Luke Plant <lukeplant@softhome.net>
2529
2530 2003-02-16 [paul]       0.8.10claws14
2531
2532         * src/news.c
2533                 when a 'protocol error' is encountered disconnect from
2534                 the server. This means that the user can carry on viewing
2535                 other articles and doesn't have to either wait until the
2536                 server timesout or quit sylpheed.
2537                 Fixes bug #53 'Unable to read messages in newsgroups, 
2538                 displayed message doesn't change'
2539
2540 2003-02-15 [christoph]  0.8.10claws13
2541
2542         * src/imap.c
2543                 fix bug that stopped scanning of folders when an
2544                 IMAP folder was empty
2545
2546         (closes bug 46 stop scan messages in folders after empty folder)
2547
2548 2003-02-15 [paul]
2549
2550         * tools/Makefile.am
2551           tools/README
2552           tools/freshmeat_search.pl     ** NEW FILE **
2553           tools/google_search.pl        ** NEW FILE **
2554                 Add 2 Actions scripts which search freshmeat/google
2555                 for the selected text using the browser configured
2556                 in sylpheedrc.
2557                 
2558         Note: These scripts are very dependent on the format of the
2559         browser command and may not work on every occasion. Testing
2560         is welcome. 
2561
2562 2003-02-14 [alfons]     0.8.10claws12
2563
2564         * src/compose.c
2565                 fix breakage because of uninitialized account pointer.
2566                 please verify.
2567
2568 2003-02-14 [paul]       0.8.10claws11
2569
2570         * src/compose.c
2571           src/prefs_account.[ch]
2572           src/prefs_common.[ch]
2573                 move signature settings to Account Prefs
2574
2575 2003-02-14 [paul]       0.8.10claws10
2576
2577         * sync with 0.8.10cvs11
2578                 see ChangeLog 2003-02-14
2579
2580 2003-02-13 [thorsten]   0.8.10claws9
2581
2582         * src/news.c
2583                 revert news progressbar (GUI separation)
2584
2585 2003-02-13 [paul]       0.8.10claws8
2586
2587         * src/compose.c
2588                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2589                 paragraph 1
2590
2591 2003-02-13 [paul]       0.8.10claws7
2592
2593         * src/compose.[ch]
2594           src/summaryview.c
2595                 fix 'Follow-up and Reply-to' so that it creates a reply to
2596                 the newsgroup and the sender. If the message has the keyword
2597                 'poster' in the Followup-To header, all replies go to the
2598                 sender, re: RFC 1036, Section 2.2.3
2599                 rename all instances of 'ignore_replyto' to 'to_sender', both
2600                 were previously used, now we use just one.
2601
2602 2003-02-13 [paul]       0.8.10claws6
2603
2604         * sync with 0.8.10cvs9
2605                 see ChangeLog 2003-02-13
2606
2607 2003-02-13 [paul]       0.8.10claws5
2608
2609         * configure.ac
2610                 show which plugins are configured in the configure
2611                 output.
2612
2613 2003-02-12 [thorsten]   0.8.10claws4
2614
2615         * src/news.c
2616                 show progress while fetching news headers
2617
2618 2003-02-12 [christoph]  0.8.10claws3
2619
2620         * configure.ac
2621         * src/plugins/Makefile.am
2622                 use AM_CONDITIONAL to enable plugins, automake correctly
2623                 manages this when creating distdir
2624
2625 2003-02-12 [christoph]  0.8.10claws2
2626
2627         * ac/spamassassin.m4
2628         * src/plugins/spamassassin/Makefile.am
2629                 fix building SpamAssassin plugin without OpenSSL
2630
2631 2003-02-12 [paul]       0.8.10claws1
2632
2633         * ac/Makefile.am
2634           src/Makefile.am
2635           src/plugins/Makefile.am
2636                 fix failure of 'make release'
2637
2638 2003-02-12 [paul]       0.8.10claws
2639
2640         * 0.8.10claws released
2641
2642 2003-02-12 [paul]       0.8.9claws56
2643
2644         * po/bg.po
2645           po/es.po
2646           po/it.po
2647           po/ru.po
2648           po/sr.po
2649                 updated translations by George Danchev, Ricardo Mones Lastra,
2650                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2651                 
2652         * sylpheed.spec.in
2653                 Allow the building of RPMs by a regular user. Submitted
2654                 by Sergei Astanin
2655
2656 2003-02-11 [alfons]     0.8.9claws55
2657
2658         * src/colorlabel.c
2659                 don't use pixmaps for label color rect but draw rectangles
2660                 so we can respect the color map of palette based visuals
2661                 (fixes the long time crashes on Suns - thanks to Andreas
2662                 Engel and Steve O'Hara-Smith for testing)
2663
2664 2003-02-11 [christoph]  0.8.9claws54
2665
2666         * src/matcher_parser_parse.y
2667                 correct bug where filering rules of not existing folders in
2668                 matcherrc were added to global filtering
2669                 
2670         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2671          main filter-rules after removing directory, http://bugs.debian.org/180253)
2672         
2673 2003-02-11 [paul]       0.8.9claws53
2674
2675         * sync with 0.8.10cvs7
2676                 see ChangeLog 2003-02-09
2677
2678 2003-02-11 [melvin]     0.8.9claws52
2679
2680         * po/fr.po
2681                 Updated French tranlsations
2682
2683 2003-02-10 [paul]       0.8.9claws51
2684
2685         * sylpheed.spec.in
2686                 correct --enable-openssl
2687                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2688
2689 2003-02-09 [martin]     0.8.9claws50
2690
2691         * src/prefs_matcher.c
2692                 fix segfault in prefs_matcher_substitute_cb() when
2693                 no row is selected
2694
2695 2003-02-09 [paul]       0.8.9claws49
2696
2697         * src/folderview.c
2698                 fix bug where a newsgroup folder's processing rules were
2699                 merged with the global filtering rules when the newsgroup
2700                 folder was deleted, causing some seriously bad results,
2701                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2702
2703 2003-02-08 [melvin]     0.8.9claws48
2704
2705         * src/compose.c
2706                 Corrected and modified an alert message.
2707
2708 2003-02-07 [paul]       0.8.9claws47
2709
2710         * src/folderview.c
2711                 fix bug where both an 'Account properties' window and a
2712                 'Folder properties' window were opened when clicking on
2713                 'Properties' in an NNTP or IMAP folder's popup menu.
2714
2715 2003-02-07 [paul]       0.8.9claws46
2716
2717         * sync with 0.8.10cvs6
2718                 see ChangeLog 2003-02-06
2719
2720 2003-02-06 [christoph]  0.8.9claws45
2721
2722         * src/mbox.c
2723                 freeze folder updates while importing mbox files
2724                 (closes bug 43 importing mbox took hours)
2725                 
2726         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2727
2728 2003-02-06 [thorsten]   0.8.9claws44
2729
2730         * po/de.po
2731                 Updated german translations
2732
2733 2003-02-06 [thorsten]   0.8.9claws43
2734
2735         * src/news.h
2736                 use guint for message numbers (fix count in grouplist dialog)
2737
2738 2003-02-05 [paul]       0.8.9claws42
2739
2740         * sync with 0.8.10cvs2
2741                 see ChangeLog 2003-02-05
2742
2743 2003-02-04 [colin]      0.8.9claws41
2744
2745         * src/prefs_common.[ch]
2746           src/procmsg.c
2747           src/summaryview.c
2748                 Add an option to disable threading by subject
2749
2750 2003-02-04 [christoph]  0.8.9claws40
2751
2752         * src/inc.c
2753                 only abort fetching mails from multiple accounts when the
2754                 error is fatal and does not allow to check any more accounts
2755                 (currently only disk full error)
2756
2757         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2758          receive mails for other accouts)
2759
2760 2003-02-04 [christoph]  0.8.9claws39
2761
2762         * src/folder.c
2763                 first add the new message to the cache, then
2764                 send the update notification
2765
2766         (closes bug 39 after sending message folderview doesnt get updated)
2767
2768 2003-02-04 [colin]      0.8.9claws38
2769
2770         * src/inc.c
2771                 _really_ fix this Connecting... status
2772
2773 2003-02-04 [paul]       0.8.9claws37
2774
2775         * sync with 0.8.10
2776                 see ChangeLog 2003-02-04
2777
2778 2003-02-04 [paul]       0.8.9claws36
2779
2780         * sync with 0.8.9cvs6
2781                 see ChangeLog 2003-02-03
2782
2783 2003-02-04 [paul]       0.8.9claws35
2784
2785         * po/pt_BR.po
2786                 updated by André Filipe de Assunção e Brito 
2787                 <bedecko@netsite.com.br>
2788
2789 2003-02-03 [thorsten]   0.8.9claws34
2790
2791         * po/de.po
2792                 Updated german translations
2793
2794 2003-02-02 [paul]       0.8.9claws33
2795
2796         * po/es.po
2797                 updated by Ricardo Mones Lastra
2798
2799 2003-02-02 [thorsten]   0.8.9claws32
2800
2801         * src/mh.c
2802                 Fix mh_get_msginfo() segfault if file is inaccessible
2803
2804 2003-01-31 [colin]      0.8.9claws31
2805
2806         * src/procheader.c
2807                 Fix last commit's bug
2808
2809 2003-01-31 [colin]      0.8.9claws30
2810
2811         * src/procheader.c
2812                 Missing a change for gpg-signed messages
2813
2814 2003-01-31 [paul]       0.8.9claws29
2815
2816         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2817           src/procheader.c
2818           src/stock_pixmap.[ch]
2819           src/summaryview.c
2820                 indicate GnuPG signed messages by displaying an icon
2821                 in the Attachment column.
2822
2823 2003-01-31 [paul]       0.8.9claws28
2824
2825         * sync with 0.8.9cvs4
2826                 see ChangeLog 2003-01-31
2827
2828 2003-01-31 [alfons]     0.8.9claws27
2829
2830         * src/textview.c
2831                 tune URI parser to accept mailto URLs with a '?'
2832                 (patch from Ruslan Balkin)
2833
2834 2003-01-31 [colin]      0.8.9claws26
2835
2836         * src/summaryview.c
2837                 Fix a leak introduced in claws24
2838
2839 2003-01-31 [colin]      0.8.9claws25
2840
2841         * src/summaryview.c
2842                 Freeze/Thaw folder updates when deleting dups
2843
2844 2003-01-31 [colin]      0.8.9claws24
2845         
2846         * src/addr_compl.c
2847           src/summaryview.c
2848           src/msgcache.c
2849                 little speed improvements
2850
2851 2003-01-31 [colin]      0.8.9claws23
2852
2853         * src/summaryview.c
2854                 Fix segfault when forwarding nothing
2855                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2856                 
2857 2003-01-30 [paul]       0.8.9claws22
2858
2859         * sync with 0.8.9cvs3
2860                 see ChangeLog 2003-01-30
2861
2862 2003-01-30 [paul]       0.8.9claws21
2863
2864         * sync with 0.8.9cvs2
2865                 see ChangeLog 2003-01-30
2866
2867 2003-01-29 [paul]       0.8.9claws20
2868
2869         * sync with 0.8.9cvs1
2870                 see ChangeLog 2003-01-29
2871
2872 2003-01-28 [paul]       0.8.9claws19
2873
2874         * po/POTFILES.in
2875                 update to reflect changes. 
2876                 thanks to Ricardo Mones Lastra
2877
2878 2003-01-27 [christoph]  0.8.9claws18
2879
2880         * ac/openssl.m4
2881         * ac/spamassassin.m4
2882         * src/plugins/spamassassin/README
2883         * src/plugins/spamassassin/libspamc.[ch]
2884         * src/plugins/spamassassin/utils.[ch]
2885                 updated to latest libspamc
2886
2887 2003-01-27 [christoph]  0.8.9claws17
2888
2889         * src/folder.c
2890                 fix wrong use of procheader_get_header_fields
2891
2892 2003-01-27 [christoph]  0.8.9claws16
2893
2894         * src/news.c
2895         * src/prefs_account.[ch]
2896         * src/common/nntp.[ch]
2897                 allow to force authentication for NNTP servers
2898
2899         Patch submitted by Florian Mickler <dmk@d-labs.de>
2900
2901 2003-01-26 [paul]       0.8.9claws15
2902
2903         * src/summaryview.c
2904                 speed up of marking messages as read
2905                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2906
2907 2003-01-26 [christoph]  0.8.9claws14
2908
2909         * src/Makefile.am
2910         * src/mgutils.[ch]              ** REMOVE **
2911         * src/xml.[ch]                  ** REMOVE **
2912         * src/xmlprops.[ch]             ** REMOVE **
2913         * src/common/Makefile.am
2914         * src/common/mgutils.[ch]       ** NEW **
2915         * src/common/xml.[ch]           ** NEW **
2916         * src/common/xmlprops.[ch]      ** NEW **
2917                 move xml files to common directory
2918
2919 2003-01-26 [christoph]  0.8.9claws13
2920
2921         * src/plugins/spamassassin/spamassassin_gtk.c
2922                 only set gtk entry text if string is available
2923
2924 2003-01-26 [melvin]     0.8.9claws12
2925
2926         * src/description_window.c
2927                 Allow resizing of the window
2928                 Allow automatic horizontal scroll bar
2929                 Do not vertically expand and fill
2930
2931 2003-01-26 [christoph]  0.8.9claws11
2932
2933         * src/Makefile.am
2934         * src/gtkutils.[ch]             ** REMOVE **
2935         * src/common/sylpheed.c
2936         * src/gtk/Makefile.am
2937         * src/gtk/description_window.c
2938         * src/gtk/gtkutils.[ch]         ** NEW **
2939         * src/gtk/prefswindow.c
2940                 move gtkutils to gtk directory
2941
2942 2003-01-26 [paul]       0.8.9claws10
2943
2944         * src/summaryview.c
2945                 rename summary_unread_clicked() to summary_status_clicked()
2946
2947 2003-01-26 [melvin]     0.8.9claws9
2948
2949         * src/prefs_actions.c
2950                 Cosmetical changes to the help text
2951
2952 2003-01-26 [paul]       0.8.9claws8
2953
2954         * src/folder.[ch]
2955           src/mainwindow.c
2956           src/prefs_common.c
2957           src/prefs_sumamry_column.c
2958           summaryview.[ch]
2959                 rename the 'Unread' column to 'Status'
2960
2961 2003-01-25 [match]      0.8.9claws7
2962
2963         * src/mgutils.[ch]
2964                 removed reference to LDAP constants. removed error2string.
2965                 included functions to support LDAP dynamic queries.
2966         * src/syldap.h
2967                 moved LDAP constants here.
2968         * src/addressbook.c
2969         * src/addrindex.c
2970         * src/importldif.c
2971                 removed references to LDAP constants and references to
2972                 error2string.
2973
2974 2003-01-25 [paul]       0.8.9claws6
2975
2976         * src/summaryview.c
2977                 summary_thread_build(), summary_thread_init(): remove 
2978                 unneeded reference to summaryview->folder_item
2979
2980 2003-01-25 [christoph]  0.8.9claws5
2981
2982         * src/gtk/description_window.c
2983                 o allow description texts to expand over multiple columns
2984                 o translate all columns
2985         * src/prefs_actions.c
2986                 change syntax description to use new multi column feature
2987
2988         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2989
2990 2003-01-25 [match]      0.8.9claws4
2991
2992         * src/vcard.c
2993                 fixed bug with Quoted-Printable
2994
2995 2003-01-25 [paul]       0.8.9claws3
2996
2997         * src/folder.[ch]
2998           src/summaryview.[ch]
2999                 implement per-folder collapsed/expanded threads setting
3000                 
3001         * src/prefs_common.c
3002                 remove global collapsed/expanded threads option
3003
3004 2003-01-25 [christoph]  0.8.9claws2
3005
3006         * po/POTFILES.in
3007                 add pluginwindow and prefswindow
3008         * src/compose.c
3009                 make send respond correctly to messages that could be added
3010                 to the queue folder, but the UID of the message is unknown
3011         * src/folder.c
3012         * src/imap.c
3013                 don't return guessed UIDs in imap_add_msg anymore. We return
3014                 0 to tell the folder system it was appened but the UID is
3015                 unknown. Folder system now get's the UID by scaning the folder
3016                 and searching the cache for the Message-ID
3017                 (closes bug #29 Messages queued, but not sent)
3018
3019 2003-01-25 [paul]       0.8.9claws1
3020
3021         * src/codeconv.c
3022                 conv_encode_header():  fix bug when long headers with 8-bit
3023                 characters are used, so that the encoded words are wrapped.
3024                 If the space in the original text falls on the wrap boundary,
3025                 it can be lost.
3026                 Patch by Sergey Vlasov.
3027                 
3028         * src/folderview.c
3029                  fix bug where a change to the sorting method or thread view
3030                  of a folder's messages is lost if simpify-subject is set and
3031                  toggled on or off.
3032                  Patch by Luke Plant.
3033
3034 2003-01-24 [paul]       0.8.9claws
3035
3036         * sylpheed-0.8.9claws released
3037         
3038         * Makefile.am
3039           sylpheed.spec.in
3040                 remove reference to 'INSTALL.jp'
3041
3042 2003-01-23 [paul]       0.8.8claws128
3043
3044         * po/es.po
3045           po/it.po
3046           po/ru.po
3047           po/sr.po
3048                 updated translations. submitted by Ricardo Mones Lastra,
3049                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3050
3051 2003-01-23 [colin]      0.8.8claws127
3052
3053         * src/compose.c
3054                 Fix drafted and queued news articles re-edition
3055
3056 2003-01-23 [melvin]     0.8.8claws126
3057
3058         * po/fr.po
3059                 Updated French translations
3060
3061 2003-01-23 [colin]      0.8.8claws125
3062
3063         * src/inc.c
3064                 Fix "Connecting to..." status message
3065
3066 2003-01-22 [paul]       0.8.8claws124
3067
3068         * po/bg.po
3069                 updated by George Danchev
3070                 
3071         * src/folder.c
3072                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3073                 and folder deletion
3074
3075 2003-01-21 [paul]       0.8.8claws123
3076
3077         * po/bg.po
3078                 updated by George Danchev
3079                 
3080         * src/about.c
3081                 its now 2003
3082                 
3083         * src/toolbar.c
3084                 don't translate 'Separator'
3085                 
3086         * src/plugins/spamassassin/Makefile.am
3087                 add aspell to CPPFLAGS
3088                 
3089         * src/plugins/spamassassin/spamassassin.c
3090           src/plugins/spamassassin/spamassassin_gtk.c
3091                 set correct default for spamassassin_receive_spam
3092                 slightly re-word descriptions and some
3093                 other minor changes
3094
3095 2003-01-19 [alfons]     0.8.8claws122
3096                 
3097         * src/mimeview.c
3098                 mimeview_save_as(): we might as well show the file name for
3099                 the single case "Save As" too
3100
3101 2003-01-19 [alfons]     0.8.8claws121
3102
3103         * src/crash.c
3104                 change bug tracker URL to bugzilla URL
3105
3106 2003-01-19 [alfons]     0.8.8claws120
3107
3108         * src/mimeview.c
3109                 mimeview_save_all(): display name of file before overwriting;
3110                 continue saving all, even when one overwrite was cancelled
3111
3112 2003-01-19 [christoph]  0.8.8claws119
3113
3114         * src/summaryview.c
3115         * src/procmsg.[ch]
3116                 fix wrong usage of procmsg_find_children in summaryview
3117                 by using procmsg_update_unread_children instead of
3118                 summaryview_update_unread_children
3119
3120 2003-01-19 [christoph]  0.8.8claws118
3121
3122         * src/procmsg.c
3123                 fix infinite loop in procmsg_find_children
3124                  (closes bug #25 sylpheed crashes on delete.)
3125
3126         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3127
3128 2003-01-19 [paul]       0.8.8claws117
3129
3130         * po/pt_BR.po
3131                 updated by Ivan Francolin Martinez
3132
3133 2003-01-18 [melvin]     0.8.8claws116
3134
3135         * src/prefs_actions.c
3136                 Removed syntax limitation of only one '&' at the end of command.
3137                         Now actions that contain '>/dev/null 2>&1' are possible.
3138
3139 2003-01-18 [melvin]     0.8.8claws115
3140
3141         * src/prefs_actions.c
3142                 Actions IO dialog: when the action ends
3143                 the "Close" button now has focus and [Escape] closes the
3144                 window.
3145
3146 2003-01-18 [christoph]  0.8.8claws114
3147
3148         * src/procmsg.c
3149                 o add debug output when MsgInfos are really freed
3150                 o free GSLists in procmsg_find_children and
3151                   procmsg_update_unread_children
3152
3153 2003-01-18 [christoph]  0.8.8claws113
3154
3155         * src/mainwindow.c
3156                 reorder Configuration menu
3157
3158 2003-01-18 [christoph]  0.8.8claws112
3159
3160         * src/compose.c
3161                 fix applying templates to forwarded messages
3162
3163         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3164
3165 2003-01-17 [christoph]  0.8.8claws111
3166
3167         * src/folder.c
3168                 destroy folder items, when a folder item is removed
3169
3170 2003-01-17 [christoph]  0.8.8claws110
3171
3172         * src/folder.c
3173                 fix wrong folder stats update when ignored message is
3174                 deleted
3175
3176 2003-01-17 [colin]      0.8.8claws109
3177         
3178         * src/mainwindow.c
3179         * src/summaryview.c
3180                 Quicksearch bugfixes: 
3181                 - hide help button at startup if not extended
3182                 - switch to extended when looking for replies
3183
3184 2003-01-17 [paul]
3185
3186         * sync with 0.8.9 release
3187
3188 2003-01-17 [paul]       0.8.8claws108
3189
3190         * sync with 0.8.8cvs11
3191                 see ChangeLog 2003-01-17
3192
3193 2003-01-16 [colin]      0.8.8claws107
3194
3195         * src/procmsg.c
3196                 Changed encryption test to re-ask passphrase
3197                 if an encrypted message hasn't been decrypted
3198                 Fixes bug #5
3199
3200 2003-01-16 [christoph]  0.8.8claws106
3201
3202         * src/prefs_gtk.c
3203         * src/prefs_toolbar.c
3204         * src/gtk/prefswindow.h
3205         * src/plugins/spamassassin/spamassassin_gtk.c
3206                 remove page destroy function that is not used anymore
3207
3208 2003-01-16 [paul]       0.8.8claws105
3209
3210         * sync with 0.8.8cvs9
3211                 see ChangeLog 2002-01-16
3212
3213 2003-01-16 [colin]      0.8.8claws104
3214
3215         * src/compose.[ch]
3216                 Fix bug with autosaved drafts for IMAP, when draft
3217                 folder is specified - fixes bugzilla bug #20
3218
3219 2003-01-15 [paul]       0.8.8claws103
3220
3221         * src/compose.[ch]
3222           src/procmsg.c
3223                 store folder and message-id of message forwarding
3224                 in queue header and set forward flag after sending
3225
3226 2003-01-15 [paul]       0.8.8claws102
3227
3228         * sync with 0.8.8cvs8
3229                 see ChangeLog 2002-01-15
3230
3231 2003-01-15 [colin]      0.8.8claws101
3232
3233         * src/Makefile.am
3234                 Fix linking with GNU libiconv
3235
3236 2003-01-15 [darko]      0.8.8claws100
3237
3238         * src/pine.c
3239                 fix crash when importing pine address book
3240                 entry with an empty name (reported by DY
3241                 <dybulk at tri8.net>)
3242
3243 2003-01-14 [paul]       0.8.8claws99
3244
3245         * configure.in  ** REMOVED **
3246           configure.ac  ** NEW FILE **
3247                 rename configure.in to configure.ac, as it is now
3248                 preferred
3249
3250 2003-01-14 [melvin]     0.8.8claws98
3251
3252         * src/folderview.c
3253                 folderview_check_new(): More precise function description
3254
3255 2003-01-14 [melvin]     0.8.8claws97
3256
3257         * src/folderview.c
3258                 folderview_check_new(): return the number of new messages 
3259                         since last check.
3260         * src/inc.c
3261                 inc_account_mail(): Disable counting of new messages for IMAP
3262                         and NNTP until bug [19] and [14] are fixed.
3263
3264 2003-01-14 [paul]       0.8.8claws96
3265
3266         * sync with 0.8.8cvs6
3267                 see ChangeLog 2003-01-14
3268
3269 2003-01-13 [alfons]     0.8.8claws95
3270
3271         * src/textview.c
3272                 tune email address validation (c. 0.8.8claws89): if . is 
3273                 just one char away from @, the address is invalid too 
3274                 (correctly rejects addresses like foo@.com)
3275
3276 2003-01-13 [paul]       0.8.8claws94
3277
3278         * src/messageview.c
3279           src/toolbar.c
3280                 fixes to the Message View toolbar and menu:
3281                 fix non-functioning Forward button
3282                 make Reply button consider default_reply_list
3283                 remove 'Follow-up...' menu entry
3284                 add 'Forward' and 'Redirect' menu entries
3285
3286 2003-01-13 [melvin]     0.8.8claws93
3287
3288         * src/inc.c
3289                 Fixed typo that could make new messages count incorrect.
3290
3291 2003-01-13 [melvin]     0.8.8claws92
3292
3293         * src/folderview.[ch]
3294                 folderview_check_new(): return the number of new messages.
3295         * src/inc.c
3296                 Should fix bug [14] where new mail notification worked 
3297                         incorrectly with IMAP accounts.
3298                 inc_spool_account(): return number of new msgs, or -1 on error
3299                 inc_all_spool(): return number of new msgs
3300                 
3301 2003-01-13 [melvin]     0.8.8claws91
3302
3303         * src/prefs_actions.c
3304                 Justify help text.
3305
3306 2003-01-12 [thorsten]   0.8.8claws90
3307
3308         * src/common/prefs.c
3309                 close file before rename
3310
3311 2003-01-12 [alfons]     0.8.8claws89
3312
3313         * AUTHORS
3314                 add Christian Mertes
3315         * src/common/utils.[ch]
3316                 g_stricase_hash(), g_stricase_equal(): functions for 
3317                 case insensitive hash tables
3318         * src/textview.c
3319                 use top level domain names to validate email address, based
3320                 on a patch by Christian Mertes (thanks!), but changed 
3321                 implementation to use a hash table 
3322
3323 2003-01-12 [paul]       0.8.8claws88
3324
3325         * po/bg.po
3326                 updated by George Danchev
3327
3328 2003-01-12 [alfons]     0.8.8claws87
3329
3330         * src/summaryview.c
3331                 delete / execute performance: use new style folder update
3332
3333 2003-01-12 [paul]       0.8.8claws86
3334
3335         * sync with 0.8.8cvs5
3336                 see ChangeLog 2003-01-13 (!)
3337
3338 2003-01-12 [alfons]     0.8.8claws85
3339
3340         * src/filtering.c
3341         * src/matcher_parser_parse.y
3342                 prepare change_score filtering action
3343         * src/matcher.[ch]
3344                 give up const-correctness on functions that call non-const-correct functions;
3345                 several casts to gpointer in g_free();
3346                 add change_score;
3347
3348 2003-01-12 [christoph]  0.8.8claws84
3349
3350         * src/compose.c
3351                 fix 2 warnings
3352
3353         * src/gtk/prefswindow.[ch]
3354         * src/plugins/spamassassin/spamassassin_gtk.c
3355                 changed the call of the widget create function
3356                 for PrefsPages, because sometimes the widget
3357                 create function needs a widget that already has
3358                 been attached to a window (to create GDK pixmaps
3359                 for exmaple). So we simply pass the GtkWindow as
3360                 the second parameter now.
3361
3362         * src/main.c
3363         * src/mainwindow.c
3364         * src/prefs_toolbar.[ch]
3365                 rewrite Toolbar Preferences using the new
3366                 prefs window
3367
3368 2003-01-11 [alfons]     0.8.8claws83
3369
3370         * src/addressadd.c
3371                 fix crash when adding sender to addressbook because status bar
3372                 isn't there (the status bar doesn't seem to be used though,
3373                 but I'll let Match decide what to do with it)
3374
3375 2003-01-11 [colin]      0.8.8claws82
3376
3377         * src/main.c
3378           src/toolbar.c
3379                 Two useless changes reversed
3380
3381 2003-01-11 [colin]      0.8.8claws81
3382
3383         * src/mainwindow.c
3384           src/mainwindow.h
3385                 Add mainwindow_get_mainwindow()
3386         * src/alertpanel.c
3387           src/alertpanel.h
3388                 Add alertpanel_error_log() 
3389         * src/compose.c
3390           src/inc.c
3391           src/messageview.c
3392           src/toolbar.c
3393           src/main.c
3394           src/procmsg.c
3395                 Network errors get a View Log button
3396
3397 2003-01-10 [alfons]     0.8.8claws80
3398
3399         * src/prefs_toolbar.c
3400         * src/toolbar.c
3401                 use the translatable string for "Separator" as file name for
3402                 separator toolbar items (probably make this uppercase?)
3403
3404 2003-01-10 [alfons]     0.8.8claws79
3405
3406         * src/prefs_toolbar.c
3407                 put right A_SEPARATOR description string in "displayed
3408                 toolbar items list" so manually added separators are
3409                 saved correctly (bug #10, "Adding a separator to the main 
3410                 toolbar fails, entry in xml file is wrong")
3411
3412 2003-01-10 [christoph]  0.8.8claws78
3413
3414         * src/imap.c
3415                 o fix warnings
3416                 o use CAPABILITY to check if NAMESPACE is available
3417
3418 2003-01-10 [christoph]  0.8.8claws77
3419
3420         * src/imap.[ch]
3421                 apply UIDPLUS IMAP extension support patch
3422
3423         Patch submitted by Simon 'corecode' Schubert
3424
3425 2003-01-10 [paul]       0.8.8claws76
3426
3427         * src/folderview.c
3428                 a sync from main which fixes the news account folders'
3429                 Properties bug
3430
3431 2003-01-10 [christoph]  0.8.8claws75
3432
3433         * src/folder.c
3434                 don't accept 0 as a valid uid returned by copy and move
3435                 functions. 0 means the message was copied or moved but the
3436                 new uid could not be fetched. It is not an error condition
3437                 for the copy or move operation.
3438
3439 2003-01-10 [paul]       0.8.8claws74
3440
3441         * src/prefs_filtering.c
3442                 change English used in Alert when entry is not
3443                 saved.
3444                 
3445         * sync with 0.8.8cvs4
3446                 see ChangeLog 2003-01-10
3447
3448 2003-01-10 [darko]      0.8.8claws73
3449
3450         * src/pine.c
3451                 fix crash when importing address book entry
3452                 without a valid address
3453
3454 2003-01-09 [alfons]     0.8.8claws72
3455
3456         * src/inc.c
3457                 filtering performance: use new style folder update
3458
3459 2003-01-09 [christoph]  0.8.8claws71
3460
3461         * src/compose.c
3462         * src/gtk/menu.[ch]
3463                 fix wrong selecting of mime encoding type, when
3464                 opening property dialog of attachments in the
3465                 compose window. 7bit was always selected and that
3466                 destoryed files with 8bit data.
3467                 (closes bug #9 Sylpheed-claws destroys attachments when
3468                  changing MIME-types)
3469
3470 2003-01-09 [paul]       0.8.8claws70
3471
3472         * sync with 0.8.8cvs3
3473                 see ChangeLog 2003-01-09
3474
3475 2003-01-08 [alfons]     0.8.8claws69
3476         
3477         * src/addressadd.c
3478                 apply patch by Kim Schulz to fix build breakage
3479                 because of missing variable
3480
3481 2003-01-08 [paul]       0.8.8claws68
3482
3483         * sync with 0.8.8cvs2
3484                 see ChangeLog 2002-01-08
3485
3486 2003-01-08 [paul]       0.8.8claws67
3487
3488         * po/it.po
3489                 updated by Alessandro Maestri
3490                 
3491         * src/addressadd.c
3492                 when using 'Add sender to addressbook' allow
3493                 name to be edited and remarks to be entered
3494                 Patch submitted by Luke Plant
3495
3496 2003-01-08 [darko]      0.8.8claws66
3497
3498         * README.claws, src/summaryview.c
3499                 fix description for marked messages
3500
3501 2003-01-08 [paul]
3502
3503         * tools/Makefile.am
3504           tools/launch_phoenix  ** NEW FILE **
3505                 add script that enables using Phoenix as the default
3506                 web browser. 
3507                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3508                 
3509         * tools/OOo2sylpheed.pl
3510                 remove full path to sylpheed executable, just 'sylpheed'
3511                 will do
3512                 
3513         * tools/README
3514                 add launch_phoenix informtion and re-arrange and compress
3515                 the data a little
3516
3517 2003-01-07 [christoph]  0.8.8claws65
3518
3519         * src/folder.c
3520                 fix update for source folder when moving messages
3521         * src/procmsg.[ch]
3522         * src/summaryview.c
3523                 use function to set to_folder for message infos and
3524                 automatically update the op_count for old and new
3525                 folder
3526
3527 2003-01-07 [melvin]     0.8.8claws64
3528
3529         * src/prefs_actions.c
3530                 Fixed bug where an '%p' Action on a displayed image crashed 
3531                         Sylpheed
3532                 Code clean up (get rid of duplicated code and removed unnecessary 
3533                                 structure member)
3534
3535 2003-01-07 [christoph]  0.8.8claws63
3536
3537         * src/compose.c
3538         * src/folder.[ch]
3539         * src/folderview.c
3540         * src/import.c
3541         * src/inc.c
3542         * src/main.c
3543         * src/mainwindow.c
3544         * src/messageview.c
3545         * src/prefs_folder_item.c
3546         * src/procmsg.c
3547         * src/summaryview.c
3548         * src/toolbar.c
3549                 o remove all folder update triggering from the UI code. The folder
3550                   system should know much better when a folder needs an update.
3551                 o to prevent multiple updates in a row the folder updates can be
3552                   frozen for some time.
3553
3554                 Note: - Please verify that no updates are missing
3555                       - Check where freeze/thaws should be added
3556
3557 2003-01-07 [christoph]  0.8.8claws62
3558
3559         * src/prefs_actions.c
3560                 don't translate empty strings
3561
3562         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3563
3564 2003-01-06 [christoph]  0.8.8claws61
3565
3566         * src/prefs_actions.c
3567                 mark strings for gettext
3568         * src/prefs_matcher.c
3569                 use new description window for Execute action and
3570                 match condition in Filtering
3571
3572         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3573
3574 2003-01-06 [alfons]     0.8.8claws60
3575
3576         keep myself inspired to re-organize matcher part 8; 
3577         yes, more to come (I need to move out the descriptive
3578         text for actions to matcher.c, or at least make it not
3579         depend on the wicked ordering)
3580
3581         * src/prefs_matcher.c
3582                 add documentation so others may comprehend the
3583                 UI part of the conditions
3584                 
3585 2003-01-06 [christoph]  0.8.8claws59
3586
3587         * src/prefs_actions.c
3588                 use new description window for syntax help
3589         * src/gtk/description_window.c
3590                 fix display of descriptions with column count != 2
3591
3592         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3593
3594 2003-01-06 [christoph]  0.8.8claws58
3595
3596         * src/quote_fmt.c
3597         * src/summaryview.[ch]
3598         * src/gtk/Makefile.am
3599         * src/gtk/description_window.[ch]       ** NEW **
3600                 use a generic window to display syntax descriptions
3601                 currently used in quote_fmt and summaryview (new description
3602                 for extended quick search)
3603
3604         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3605
3606 2003-01-06 [paul]       0.8.8claws57
3607
3608         * sync with 0.8.8cvs1
3609                 see ChangeLog 2003-01-06
3610
3611 2003-01-06 [christoph]  0.8.8claws56
3612
3613         * src/mainwindow.c
3614         * src/prefs_gtk.[ch]
3615         * src/gtk/prefswindow.[ch]
3616         * src/plugins/spamassassin/spamassassin_gtk.c
3617                 o remove page management from prefswindow, pages
3618                   will be an argument to prefswindow_open
3619                 o prefswindow_open gets a datapointer that is
3620                   passed to the widget_create function to allow
3621                   creation of prefswindow for specific items
3622
3623 2003-01-06 [colin]      0.8.8claws55
3624         
3625         * src/summaryview.c
3626                 We don't want regexp in the reply-finder, 
3627                 because MIDs can contain !,$,. and so on
3628
3629 2003-01-06 [jens]       0.8.8claws54
3630
3631         * src/jpilot.c
3632                 fixed a wrong free in jpilot_read_db_files
3633
3634 2003-01-06 [alfons]     0.8.8claws53
3635
3636         re-organize matcher part 8; more to come
3637        
3638         * src/matcher.c
3639                 matcherprop_to_string(): put g_free()s before the
3640                 switch-case break to fix memleaks                
3641
3642 2003-01-06 [colin]      0.8.8claws52
3643
3644         * src/summaryview.c
3645                 cleanup & reply-finder now displays the first 
3646                 matching message
3647
3648 2003-01-05 [alfons]     0.8.8claws51
3649
3650         re-organize matcher part 7; more to come
3651
3652         * src/matcher.[ch]
3653                 fixes for constant correctness;
3654                 more documentation;
3655
3656 2003-01-05 [alfons]     0.8.8claws50
3657
3658         re-organize matcher part 6; more to come
3659         
3660         * src/matcher.[ch]
3661                 fixes for constant correctness;
3662                 more documentation;
3663         * src/filtering.c
3664                 fix for constant correctness
3665
3666 2003-01-05 [colin]      0.8.8claws49
3667
3668         * src/account.[ch]
3669                 Add account_get_reply_account function
3670         * src/compose.c
3671                 Use account_get_reply_account function 
3672         * src/summaryview.c
3673                 Basic reply-finder - click on the replied
3674                 icon gets you to the outbox using quick-search
3675
3676 2003-01-05 [paul]       0.8.8claws48
3677
3678         * src/prefs_common.c
3679                 small change to English
3680                 
3681         * src/prefs_filtering.c
3682                 prefs_filtering_action_select(): improve logic and uniformity
3683                 of gui
3684
3685 2003-01-05 [alfons]     0.8.8claws47
3686
3687         fine tune solution to focus problems (bug #7)
3688
3689         * src/mainwindow.c
3690                 mainwindow_focus_in_event(): remove grab event check
3691         * src/summaryview.c
3692                 summary_button_pressed(): move selection on right-click
3693                 too. we can't possibly move the selection back after
3694                 canceling a dialog, because gtk's incomplete focus 
3695                 management. whether this is a good solution, only time
3696                 will tell.
3697
3698 2003-01-05 [christoph]  0.8.8claws46
3699
3700         * src/imap.c
3701                 fix crash when no imap connection could be established
3702
3703 2003-01-05 [paul]       0.8.8claws45
3704
3705         * src/mainwindow.c
3706           src/sumamryview.c
3707           src/gtk/menu.[ch]
3708                 fix bug 605957 'shortcuts in popup-menu'
3709                 make user-defined shortcuts work
3710                 show shortcuts that are already defined
3711                 in the main menu
3712                 Patch submitted by Luke Plant
3713
3714 2003-01-05 [alfons]     0.8.8claws44
3715
3716         * src/mainwindow.c
3717                 focus_in_event handler should not select summary view row 
3718                 when another window (menu, dialog) grabbed for events 
3719                 (bug #7, "[0.8.8claws42] Message summary focus") 
3720
3721 2003-01-04 [christoph]  0.8.8claws43
3722
3723         * src/procmsg.c
3724                 update save folder after adding the sent message
3725                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3726
3727 2003-01-02 [christoph]  0.8.8claws42
3728
3729         * src/common/plugin.c
3730                 fix unloading of all plugins and unload
3731                 plugins in reverse order
3732                 
3733         * src/gtk/pluginwindow.c
3734                 implement function of load and unload button
3735
3736         * src/gtk/prefswindow.c
3737         * src/gtk/prefswindow.h
3738                 rename register function and add new unregister
3739                 function
3740
3741         * src/plugins/spamassassin/spamassassin_gtk.c
3742                 unregister prefs page and update for changes in
3743                 src/gtk/prefswindow.c
3744
3745 2003-01-02 [paul]       0.8.8claws41
3746
3747         * po/es.po
3748                 updated by Ricardo Mones Lastra
3749
3750 2003-01-02 [paul]
3751
3752         * tools/tb2sylpheed
3753                 fixes and improvements by Urke MMI
3754
3755 2003-01-02 [thorsten]   0.8.8claws40
3756
3757         * src/procmsg.c
3758                 fixed wrong return value
3759
3760 2003-01-02 [thorsten]   0.8.8claws39
3761
3762         * src/prefs.c
3763                 fixed printing wrong variable
3764
3765 2003-01-02 [thorsten]   0.8.8claws38
3766
3767         * src/prefs.c
3768                 fixed acessing members of freed pfile struct
3769
3770 2003-01-02 [thorsten]   0.8.8claws37
3771
3772         * src/procmsg.c
3773                 detect loops across several messages
3774                 as suggested by Christoph Hohmann
3775
3776 2003-01-01 [match]      0.8.8claws36
3777
3778         * src/addrindex.c
3779                 fixed another memory leak.
3780
3781 2003-01-01 [match]      0.8.8claws35
3782
3783         * src/jpilot.[ch]
3784                 fixed memory leaks. applied Doxygen comments.
3785
3786 2003-01-01 [thorsten]   0.8.8claws34
3787
3788         * src/procmsg.c
3789                 inhibit endless loop if msg references itself
3790                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3791
3792 2003-01-01 [christoph]  0.8.8claws33
3793
3794         * src/mainwindow.c
3795         * src/gtk/Makefile.am
3796         * src/gtk/pluginwindow.c                ** NEW **
3797         * src/gtk/pluginwindow.h                ** NEW **
3798                 add plugin window
3799
3800         * src/plugins/demo/demo.c
3801         * src/plugins/spamassassin/spamassassin.c
3802         * src/plugins/spamassassin/spamassassin_gtk.c
3803                 write better plugin descriptions
3804
3805 2002-12-31 [christoph]  0.8.8claws32
3806
3807         * src/gtk/prefswindow.c
3808         * src/plugins/spamassassin/spamassassin_gtk.c
3809                 some small improvements to GTK code
3810
3811 2002-12-31 [christoph]  0.8.8claws31
3812
3813         * src/plugins/spamassassin/spamassassin_gtk.c
3814                 enable folder select button
3815
3816 2002-12-31 [christoph]  0.8.8claws30
3817
3818         * src/mainwindow.c
3819         * src/gtk/Makefile.am
3820         * src/gtk/prefswindow.c                         ** NEW **
3821         * src/gtk/prefswindow.h                         ** NEW **
3822                 add new prefs window
3823
3824         * src/common/plugin.c
3825                 don't try to load empty config lines
3826         
3827         * src/plugins/spamassassin/Makefile.am
3828         * src/plugins/spamassassin/spamassassin.c
3829         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3830         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3831                 GTK config for SpamAssassin Plugin using
3832                 the new prefs window
3833
3834 2002-12-31 [paul]       0.8.8claws29
3835
3836         * po/POTFILES.in
3837                 remove obsolete entry 'src/menu.c'
3838
3839 2002-12-31 [alfons]     0.8.8claws28
3840
3841         * src/matcher.[ch]
3842         * src/matcher_parser_parse.y
3843         * src/prefs_matcher.c
3844                 add "ignore_thread" and "~ignore_thread" condition so it's
3845                 possible to make the actions / scoring operate on the ignore
3846                 thread flag
3847
3848 2002-12-31 [christoph]  0.8.8claws27
3849
3850         * src/addrbook.c
3851         * src/addrindex.c
3852         * src/folder.c
3853         * src/matcher.c
3854         * src/prefs_account.c
3855         * src/prefs_actions.c
3856         * src/prefs_customheader.c
3857         * src/prefs_display_header.c
3858         * src/prefs_gtk.c
3859         * src/procmime.c
3860         * src/toolbar.c
3861         * src/xmlprops.c
3862         * src/common/prefs.[ch]
3863                 extend prefs file handling for reading and automatic handling
3864                 of blocks. When reading prefs_set_block_label will automatically
3865                 move on to the block. When writing it will copy all other blocks
3866                 automatically
3867
3868         * src/common/plugin.c
3869                 Now loading plugin filenames from [Plugins] block in
3870                 sylpheed rc file
3871
3872 2002-12-30 [christoph]  0.8.8claws26
3873
3874         * src/common/hooks.[ch]
3875                 return abort status to caller of hooks_invoke
3876                 
3877         * src/inc.[ch]
3878                 invoke message filtering hook and stop
3879                 default handling when filter returns abort
3880
3881         * src/common/plugin.[ch]
3882         * src/plugins/demo/demo.c
3883                 modify plugin loader, because resolving symbols for strings
3884                 does not work correctly
3885         
3886         * configure.in
3887         * ac/spamassassin.m4                            ** NEW **
3888         * src/plugins/spamassassin/.cvsignore           ** NEW **
3889         * src/plugins/spamassassin/Makefile.am          ** NEW **
3890         * src/plugins/spamassassin/README               ** NEW **
3891         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3892         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3893         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3894                 add spamassassin plugin, see src/plugins/spamassassin/README
3895                 for details
3896
3897 2002-12-29 [alfons]     0.8.8claws25
3898
3899         * src/mainwindow.c
3900                 when moving focus from a message view to the main 
3901                 window, don't forget to select the summary node
3902                 of the displayed message. should fix "[ 659103 ] 
3903                 focus-follows-mouse confuses sylpheed"
3904
3905 2002-12-29 [christoph]  0.8.8claws24
3906
3907         * src/Makefile.am
3908         * src/stringtable.[ch]          ** REMOVE **
3909         * src/common/Makefile.am
3910         * src/common/stringtable.[ch]   ** NEW **
3911                 move stringtable files to common directory
3912
3913 2002-12-29 [christoph]  0.8.8claws23
3914
3915         * src/Makefile.am
3916         * src/menu.[ch]                 ** REMOVE **
3917         * src/gtk/Makefile.am
3918         * src/gtk/menu.[ch]             ** NEW **
3919                 move menu files to gtk directory
3920
3921 2002-12-29 [match]      0.8.8claws22
3922
3923         * src/addressbook.c
3924         * src/syldap.c
3925                 moved UI specific code out of LDAP code into addressbook
3926                 UI code. fixed memory leak.
3927
3928 2002-12-29 [christoph]  0.8.8claws21
3929
3930         * src/folder.c
3931                 only check for IGNORED parent message when message is
3932                 not IGNORED itself
3933
3934 2002-12-29 [alfons]     0.8.8claws20
3935
3936         * src/summaryview.c
3937                 set gtksctree's anchor correct (immediate execute
3938                 changes the tree's layout, and anchor points at 
3939                 the incorrect row). fixes "[ 657233 ] multiple msg 
3940                 delete sometimes off by 1".
3941                 we probably have to look for more tree layout /
3942                 anchor glitches.
3943
3944 2002-12-29 [paul]       0.8.8claws19
3945
3946         * src/summaryview.c
3947                 fix bug [ 659054 ] incorrect sorting of 'From' column
3948                 when using 'display sender using address book'
3949                 thanks to Alfons and Luke Plant
3950
3951 2002-12-29 [christoph]  0.8.8claws18
3952
3953         * src/folder.c
3954         * src/procmsg.[ch]
3955                 check parent messages for IGNORE THREAD flag, when adding,
3956                 moving or copying messages to a folder
3957
3958 2002-12-27 [alfons]     0.8.8claws17
3959
3960         re-organize matcher part 5; more to come
3961
3962         * src/matcher.c
3963                 hash keywords in matchparser_tab 
3964
3965 2002-12-27 [alfons]     0.8.8claws16
3966
3967         re-organize matcher part 4; more to come
3968
3969         * src/matcher_parser.h
3970         * src/matcher_parser_lex.l
3971         * src/matcher_parser_parse.y
3972                 cleanup
3973
3974 2002-12-27 [alfons]     0.8.8claws15
3975
3976         re-organize matcher part 3; more to come
3977
3978         * src/matcher.[ch]
3979                 cleanup
3980
3981 2002-12-27 [alfons]     0.8.8claws14
3982
3983         re-organize matcher part 2; more to come but this should
3984         work. cc me if there are any regressions.
3985
3986         * src/matcher.h
3987                 add prototype for get_matchparser_tab_id()
3988         * src/matcher_parser_lex.l
3989                 look up keywords using matchparser_tab_id();
3990
3991 2002-12-27 [alfons]     0.8.8claws12
3992
3993         re-organize matcher part 1
3994
3995         * src/matcher.h
3996                 map yacc generated constants to sylpheed matcher constants
3997         * src/matcher.c
3998                 add function to find a matcher constant from a string
3999
4000 2002-12-27 [christoph]  0.8.8claws11
4001
4002         * src/compose.c
4003                 MENUITEM_ADD casts the 4th argument from integer to pointer
4004                 so it probably should not be a pointer, this means we
4005                 should use account id for it and not the account's pointer
4006
4007 2002-12-27 [paul]       0.8.8claws10
4008
4009         * src/mainwindow.c
4010                 remove unneeded 'GtkWidget *vbox'
4011                 
4012         * src/summaryview.c
4013                 further sync with 0.8.8 - make sort
4014                 by recipient work as expected
4015                 
4016         * NEWS
4017                 sync with 0.8.8
4018
4019 2002-12-27 [paul]       0.8.8claws9
4020
4021         * po/pt_BR.po
4022                 updated by Ivan F. Martinez
4023                 
4024 2002-12-27 [darko]      0.8.8claws8
4025
4026         * src/common/utils.c
4027                 added locked pattern to extended search
4028
4029 2002-12-27 [alfons]     0.8.8claws7
4030
4031         * src/prefs_matcher.[ch]
4032                 clean up
4033
4034 2002-12-26 [alfons]     0.8.8claws6
4035
4036         * src/matcher.[ch]
4037         * src/matcher_parser_lex.l
4038         * src/matcher_parser_parse.y
4039         * src/prefs_matcher.c
4040                 allow color label as a condition in the matcher
4041
4042 2002-12-26 [oliver]     0.8.8claws5
4043         
4044         * src/toolbar.c 
4045                 enable Addressbook for Main and Messageview
4046         * src/prefs_actions.c
4047                 enable actions in Messageview
4048
4049 2002-12-26 [christoph]  0.8.8claws4
4050
4051         * src/common/plugin.c
4052                 add a little debug output
4053         * configure.in
4054         * src/plugins/demo/Makefile.am
4055                 better use of automake
4056
4057 2002-12-26 [christoph]  0.8.8claws3
4058
4059         * src/Makefile.am
4060         * src/common/Makefile.am
4061                 fix "make distdir"
4062
4063 2002-12-26 [christoph]  0.8.8claws2
4064
4065         * configure.in
4066                 sort configure checks into common / gtk / plugins
4067         * po/POTFILES.in
4068                 add src/prefs_gtk.c
4069         * src/Makefile.am
4070                 add plugins SUBDIR
4071         * src/main.c
4072         * src/common/sylpheed.[ch]
4073                 added now sylpheed_done function for shutdown
4074         * src/common/Makefile.am
4075         * src/common/plugin.[ch]                ** NEW **
4076                 plugin loader and unloader
4077         * src/plugins/.cvsignore                ** NEW **
4078         * src/plugins/Makefile.am               ** NEW **
4079                 build plugins
4080         * src/plugins/demo/.cvsignore           ** NEW **
4081         * src/plugins/demo/Makefile.am          ** NEW **
4082         * src/plugins/demo/demo.c               ** NEW **
4083                 small demo plugin that installs a logtext hook and
4084                 outputs the log text to stdout
4085
4086 2002-12-26 [paul]       0.8.8claws1
4087
4088         * po/es.po
4089                 updated by Ricardo Mones Lastra
4090
4091 2002-12-26 [paul]       0.8.8claws
4092
4093         * 0.8.8claws released
4094
4095 2002-12-26 [paul]       0.8.7claws12
4096
4097         * po/bg.po
4098                 updated by George Danchev
4099
4100 2002-12-26 [paul]       0.8.7claws11
4101
4102         * po/POTFILES.in
4103                 remove unneeded 'src/prefs.c' entry 
4104
4105 2002-12-26 [paul]       0.8.7claws10
4106
4107         * src/codeconv.c
4108           src/mainwindow.c
4109                 sync with 0.8.8 release
4110         
4111         * src/folder.[ch]
4112           src/mh.c
4113           src/summaryview.c
4114                 partial sync with 0.8.8 release
4115         
4116
4117 2002-12-25 [alfons]     0.8.7claws9
4118
4119         * src/matcher.[ch]
4120         * src/matcher_parser_lex.l
4121         * src/matcher_parser_parse.y
4122         * src/prefs_matcher.c
4123                 add locked flag to possible filtering / matcher 
4124                 conditions (also a good example what should be
4125                 done to add a simple boolean condition)
4126
4127 2002-12-25 [christoph]  0.8.7claws8
4128
4129         * src/Makefile.am
4130         * src/account.[ch]
4131         * src/addrbook.c
4132         * src/addressbook.c
4133         * src/addrindex.c
4134         * src/filtering.c
4135         * src/folder.c
4136         * src/matcher.c
4137         * src/prefs.[ch]                ** REMOVE **
4138         * src/prefs_account.c
4139         * src/prefs_actions.c
4140         * src/prefs_common.c
4141         * src/prefs_customheader.c
4142         * src/prefs_display_header.c
4143         * src/prefs_filtering.c
4144         * src/prefs_folder_item.c
4145         * src/prefs_gtk.[ch]            ** NEW **
4146         * src/prefs_matcher.c
4147         * src/prefs_scoring.c
4148         * src/prefs_summary_column.c
4149         * src/procmime.c
4150         * src/selective_download.c
4151         * src/toolbar.c
4152         * src/common/Makefile.am
4153         * src/common/prefs.[ch]         ** NEW **
4154                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4155
4156 2002-12-24 [alfons]     0.8.7claws7
4157
4158         * src/summaryview.c
4159                 summary_thread_build(): fix real cause of the crash mentioned in
4160                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4161                 this way we get meaningful ctree nodes 
4162
4163 2002-12-24 [oliver]     0.8.7claws6
4164
4165         * src/mainwindow.[ch]
4166         * src/messageview.[ch]
4167         * src/compose.[ch]
4168         * src/inc.c
4169         * src/summaryview.c
4170                 changes to use updated toolbar handling
4171                 
4172 2002-12-24 [oliver]     0.8.7claws5
4173
4174         * src/toolbar.[ch]
4175                 generic toolbar handling
4176                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4177         * src/prefs_toolbar.[ch]
4178                 adjust to handling
4179         
4180 2002-12-24 [oliver]     0.8.7claws4
4181         
4182         * src/stock_pixmap.[ch]
4183                 move SYLPHEED_LOGO to end of list in order 
4184                 to remove it from Custom Toolbar`s Icon View
4185
4186 2002-12-24 [alfons]     0.8.7claws3
4187
4188         * src/summaryview.c
4189                 summary_thread_build(): fix crash because of focus != selection 
4190                 after threading. when deleting the selection, gtk tries but fails 
4191                 to find the correct focusable element. we now force the selection
4192                 to be focused. this should solve the infamous bug reported by 
4193                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4194                 a test case is available. 
4195
4196 2002-12-24 [darko]      0.8.7claws2
4197
4198         * src/summaryview.c
4199                 don't crash when unmarking message with unread children
4200
4201 2002-12-23 [christoph]  0.8.7claws1
4202
4203         * src/Makefile.am
4204         * src/common/Makefile.am
4205                 update Makefiles for moved intl.h, version.h and defs.h
4206         * src/imap.c
4207                 rewrite imap_session_get to avoid duplicate code
4208
4209 2002-12-23 [paul]       0.8.7claws
4210
4211         * Santa-Claws released
4212         
4213         * po/hu.po
4214           po/ru.po
4215                 squeeze in updated Hungarian and Russian translations.
4216                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4217
4218 2002-12-23 [paul]       0.8.6claws129
4219
4220         * po/pl.po
4221                 updated by Witold Wladyslaw Wojciech Wilk
4222
4223 2002-12-23 [paul]       0.8.6claws128
4224
4225         * src/quote_fmt_parse.y
4226                 fix typo and add licence header
4227
4228 2002-12-23 [paul]       0.8.6claws127
4229
4230         * po/en_GB.po
4231                 updated
4232
4233 2002-12-23 [paul]       0.8.6claws126
4234
4235         * po/it.po
4236                 updated translation, submitted by Alessandro Maestri
4237                 
4238 2002-12-23 [paul]       0.8.6claws125
4239
4240         * src/quote_fmt_parse.y
4241                 fix signature-stripping on replies bug. match
4242                 '-- \n' and not '-- '.
4243
4244 2002-12-22 [paul]       0.8.6claws124
4245
4246         * po/bg.po
4247           po/es.po
4248           po/sr.po
4249                 updated translations. submitted by George Danchev,
4250                 Ricardo Mones Lastra, and Urke MMI respectively
4251
4252 2002-12-21 [paul]       0.8.6claws123
4253
4254         * src/addrbook.c
4255                 fix coding style
4256
4257 2002-12-21 [paul]       0.8.6claws122
4258
4259         * src/addrbook.c
4260                 fix bug [643638] where if a person is in one or more
4261                 addressbook groups editing that person's email 
4262                 address results in removal from those groups.
4263                 Patch submitted by Luke Plant.
4264
4265 2002-12-20 [christoph]  0.8.6claws121
4266
4267         * src/common/utils.c
4268         * src/summaryview.c
4269                 reimplement expand_search_string using GString to
4270                 prevent crashs caused by miscalculated string
4271                 lengths reported by Paul
4272
4273 2002-12-20 [christoph]  0.8.6claws120
4274
4275         * src/summaryview.c
4276                 don't use "changed" to check if op_count has to be changed as it
4277                 is also set when the message has unread children
4278                 (closes bug [ 653221 ] crash while deleting duplicates)
4279
4280 2002-12-20 [paul]       0.8.6claws119
4281
4282         * sync with 0.8.6cvs27
4283                 see ChangeLog 2002-12-20
4284
4285 2002-12-20 [paul]       0.8.6claws118
4286
4287         * sync with 0.8.6cvs26
4288                 see ChangeLog 2002-12-19 and 2002-12-20
4289
4290 2002-12-19 [alfons]     0.8.6claws117
4291
4292         * src/textview.c
4293                 fix incorrect parsing of email addresses, submitted by 
4294                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4295                 name display if it contains @".
4296
4297 2002-12-18 [paul]       0.8.6claws116
4298
4299         * sync with 0.8.6cvs23
4300                 see ChangeLog 2002-12-18
4301
4302 2002-12-18 [paul]       0.8.6claws115
4303
4304         * src/Makefile.am
4305         * src/account.c
4306         * src/codeconv.c
4307         * src/gtkutils.[ch]
4308         * src/imap.c
4309                 sync with 0.8.6cvs22.
4310                 see ChangeLog 2002-12-17 and 2002-12-18
4311
4312 2002-12-17 [christoph]  0.8.6claws114
4313
4314         * src/imap.c
4315                 o don't create a session if imap greeting fails
4316                 o don't close socket when authentication fails
4317                   this is done by imap_session_destroy
4318
4319 2002-12-17 [thorsten]   0.8.6claws113
4320
4321         * tools/Makefile.am
4322           tools/README
4323           tools/google_msgid.pl ** NEW FILE **
4324                 Added "search for message-id" script and doc
4325
4326 2002-12-17 [thorsten]   0.8.6claws112
4327
4328         * po/hu.po
4329                 Updated hungarian translation
4330                 (updated by Gal Zoltan)
4331
4332 2002-12-16 [christoph]  0.8.6claws111
4333
4334         * src/addr_compl.c
4335                 remove stupid addressbook dump to debug output
4336         * src/mh.c
4337                 fix memory leak found by Hiro
4338
4339 2002-12-14 [paul]       0.8.6claws110
4340
4341         * src/compose.c
4342                 fix menubar sensitivity on send
4343                 
4344         * src/prefs_filtering.c
4345         * src/prefs_matcher.c
4346         * src/prefs_scoring.c
4347                 Fix english ;)
4348                 
4349         * src/common/quoted-printable.h
4350                 sync: fix typo
4351         
4352 2002-12-13 [christoph]  0.8.6claws109
4353
4354         * src/Makefile.am
4355         * src/manage_window.[ch]        ** REMOVE **
4356         * src/gtk/Makefile.am
4357         * src/gtk/manage_window.[ch]    ** NEW **
4358                 move manage_window files to gtk directory
4359
4360 2002-12-13 [christoph]  0.8.6claws108
4361
4362         * src/Makefile.am
4363         * src/gtkshruler.[ch]           ** REMOVE **
4364         * src/gtk/Makefile.am
4365         * src/gtk/gtkshruler.[ch]       ** NEW **
4366                 move gtkshruler files to gtk directory
4367
4368 2002-12-13 [christoph]  0.8.6claws107
4369
4370         * src/Makefile.am
4371         * src/compose.c
4372         * src/gtkstext.[ch]             ** REMOVE **
4373         * src/gtkutils.[ch]
4374         * src/textview.c
4375         * src/gtk/gtkstext.[ch]         ** NEW **
4376         * src/gtk/Makefile.am
4377                 o move stext functions to gtkstext.c to remove
4378                   dependency of gtkutils
4379                 o move gtkstext files to gtk directory
4380
4381         * src/gtk/Makefile.am
4382         * src/gtk/sslcertwindow.[ch]
4383                 UI stuff can always depend on common code so
4384                 it's ok to add ../common to include path
4385
4386 2002-12-13 [colin]      0.8.6claws106
4387
4388         * src/summaryview.c
4389                 Disconnect sighandlers for mainwindow when
4390                 quicksearch has the focus
4391                 Fix bug #653231
4392         * src/mainwindow.[ch]
4393                 Make key_pressed callback public, to be able
4394                 to disconnect it
4395
4396 2002-12-13 [christoph]  0.8.6claws105
4397
4398         * src/mh.c
4399                 create .mh_sequences file in new MH folders
4400                 (closes feature request [ 523162 ] MH folders should
4401                  get a .mh_sequences)
4402
4403 2002-12-13 [colin]      0.8.6claws104
4404
4405         * src/summaryview.c
4406                 Better handling of quicksearch show/hide
4407                 (basically the button stays under the mouse 
4408                  when toggled)
4409
4410 2002-12-13 [paul]       0.8.6claws103
4411
4412         * sync with 0.8.6cvs17
4413                 see ChangeLog 2002-12-13
4414
4415 2002-12-13 [paul]       0.8.6claws102
4416
4417         * po/es.po
4418                 updated by Ricardo Mones Lastra
4419
4420 2002-12-11 [colin]       0.8.6claws101
4421
4422         * src/folder.c
4423                 remove statusbar stuff
4424           src/folderview.c
4425                 set statusbar verbosity when moving folders
4426
4427 2002-12-11 [colin]       0.8.6claws100
4428         * src/prefs_filtering.c
4429         * src/prefs_matcher.c
4430         * src/prefs_scoring.c
4431                 Fix english ;)
4432
4433 2002-12-11 [colin]       0.8.6claws99
4434
4435         * src/prefs_common.[ch]
4436                 Add summary_quicksearch_type
4437         * src/summaryview.c
4438                 Save last used quicksearch type
4439
4440 2002-12-11 [jens]       0.8.6claws98
4441         * src/prefs_filtering.c
4442         * src/prefs_matcher.c
4443         * src/prefs_scoring.c
4444                 added dialog for incomplete rules in scoring, filtering and
4445                 matcher to ask wheather really close
4446
4447 2002-12-11 [colin]      0.8.6claws97
4448
4449         * src/folder.c
4450                 Fix folder dnd statusbar logging
4451
4452 2002-12-10 [christoph]  0.8.6claws96
4453
4454         * src/compose.c
4455         * src/folder.c
4456         * src/imap.c
4457         * src/inc.c
4458         * src/main.c
4459         * src/mainwindow.c
4460         * src/news.c
4461         * src/send.c
4462         * src/statusbar.[ch]
4463         * src/common/hooks.c
4464         * src/common/log.[ch]
4465                 o handle verbose logging in statusbar directly in statusbar code
4466                   and common code does not need any knowledge about a statusbar
4467                 o remove direct calls to statusbar_(puts|pop)_all functions
4468
4469 2002-12-10 [jens]       0.8.6claws95
4470
4471         * src/*.c
4472                 removed gettext from g_warnings
4473         * po/POTFILES.in
4474                 cleaned and updated
4475         * po/de.po
4476                 updated
4477
4478 2002-12-10 [colin]      0.8.6claws94
4479
4480         * src/main.c
4481                 finish crash dialog fix
4482
4483 2002-12-10 [colin]      0.8.6claws93
4484
4485         * src/main.c
4486                 "Fix" "sylpheed already running" instead of
4487                 crash dialog appearing after a crash
4488
4489 2002-12-10 [colin]      0.8.6claws92
4490
4491         * po/POTFILES.in
4492                 add src/gtk/sslcertwindow.c
4493
4494 2002-12-10 [paul]       0.8.6claws91
4495
4496         * po/POTFILES.in
4497                 updated to reflect recent changes
4498                 submitted by Alessandro Maestri
4499
4500 2002-12-09 [christoph]  0.8.6claws90
4501
4502         * src/Makefile.am
4503         * src/smtp.[ch]                 ** REMOVE **
4504         * src/common/Makefile.am
4505         * src/common/smtp.[ch]          ** NEW **
4506                 move smtp files to common directory
4507
4508 2002-12-09 [christoph]  0.8.6claws89
4509
4510         * src/Makefile.am
4511         * src/session.[ch]              ** REMOVE **
4512         * src/common/Makefile.am
4513         * src/common/session.[ch]       ** NEW **
4514                 move session files to common directory
4515
4516 2002-12-09 [paul]       0.8.6claws88
4517
4518         * src/account.c
4519                 fix bug [649746] edit accounts: move account reverted
4520                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4521
4522 2002-12-09 [colin]      0.8.6claws87
4523
4524         * src/ssl_certificate.c
4525                 cleanup
4526
4527 2002-12-09 [colin]      0.8.6claws86
4528
4529         * src/ssl.c
4530                 Try to open the cert.pem database and 
4531                 issue a warning if it isn't there
4532
4533 2002-12-09 [colin]      0.8.6claws85
4534
4535         * src/common/ssl_certificate.c
4536         * src/gtk/sslcertwindow.c
4537                 Warning fixes
4538
4539 2002-12-09 [colin]      0.8.6claws84
4540
4541         * src/ssl_certificate.[ch] ** REMOVED **
4542         * src/common/ssl_certificate.[ch] ** NEW **
4543         * src/Makefile.am
4544         * src/common/Makefile.am
4545                 Moved ssl_certificate.[ch] to common
4546         * src/common/ssl.c 
4547                 Put back needed include
4548         * src/gtk/sslcertwindow.[ch]
4549                 Changed ssl_certificate.h include
4550         
4551 2002-12-09 [colin]      0.8.6claws83
4552
4553         * src/gtk/sslcertwindow.[ch]
4554                 Implement hook for certificate acception
4555         * src/ssl_certificate.[ch]
4556                 Implement hook for certificate acception
4557         * src/common/ssl.c
4558                 Reenable certificate acception check
4559         * src/mainwindow.c
4560                 Register sslcertwindow's hook
4561         
4562 2002-12-08 [christoph]  0.8.6claws82
4563
4564         * src/about.c
4565         * src/addr_compl.c
4566         * src/codeconv.c
4567         * src/manual.c
4568         * src/undo.c
4569         * src/common/utils.c
4570                 o add missing includes
4571                 o fix warnings
4572         * src/.cvsignore
4573         * src/common/.cvsignore
4574         * src/common/version.h          ** REMOVE **
4575                 remove autogenerated file
4576
4577 2002-12-08 [paul]       0.8.6claws81
4578
4579         * src/stringtable.c
4580                 put back needed include
4581
4582 2002-12-08 [colin]      0.8.6claws80
4583         
4584         * src/gtk/sslcertwindow.c
4585                 Cleaner popups when asking
4586         * src/ssl_certificate.c
4587         * src/prefs_common.[ch]
4588                 remove ssl certificate pref
4589                 put back needed include
4590         * src/undo.c
4591                 put back needed include
4592
4593 2002-12-08 [christoph]  0.8.6claws79
4594
4595         * src/folderview.c
4596         * src/logwindow.c
4597         * src/statusbar.c
4598         * src/summaryview.c
4599                 only abort hook invokation if required data is missing not
4600                 if our own data pointer is NULL, update hookfunction for
4601                 log window
4602
4603 2002-12-08 [paul]       0.8.6claws78
4604
4605         * src/about.c
4606         * src/addrcache.c
4607         * src/addrclip.c
4608         * src/addr_compl.c
4609         * src/addrselect.c
4610         * src/codeconv.c
4611         * src/colorlabel.c
4612         * src/enriched.c
4613         * src/esmtp.c
4614         * src/exporthtml.c
4615         * src/headerview.c
4616         * src/imageview.c
4617         * src/manual.c
4618         * src/noticeview.c
4619         * src/pgptext.c
4620         * src/scoring.c
4621         * src/sourcewindow.c
4622         * src/stringtable.c
4623         * src/undo.c
4624                 clean up: remove unneccesary includes
4625
4626 2002-12-08 [christoph]  0.8.6claws77
4627
4628         * src/folderview.c
4629         * src/statusbar.c
4630         * src/summaryview.c
4631         * src/common/hooks.[ch]
4632                 hook functions now have a gboolean return value, if a hook
4633                 returns TRUE it will stop executing of any more hooks in
4634                 the same hooklist for this invokation
4635
4636 2002-12-08 [colin]      0.8.6claws76
4637         
4638         * src/main.c
4639                 put back argv0 for CRASH_DIALOG
4640
4641 2002-12-08 [christoph]  0.8.6claws75
4642
4643         * src/Makefile.am
4644         * src/about.c
4645         * src/account.c
4646         * src/crash.c
4647         * src/esmtp.h
4648         * src/imap.[ch]
4649         * src/inc.c
4650         * src/main.c
4651         * src/mainwindow.c
4652         * src/news.c
4653         * src/pop.[ch]
4654         * src/prefs_account.[ch]
4655         * src/prefs_common.[ch]
4656         * src/send.[ch]
4657         * src/smtp.[ch]
4658         * src/ssl_certificate.[ch]
4659         * src/ssl_manager.[ch]
4660         * src/common/Makefile.am
4661         * src/common/log.c
4662         * src/common/nntp.[ch]
4663         * src/common/socket.[ch]
4664         * src/common/ssl.[ch]
4665         * src/gtk/sslcertwindow.[ch]
4666         * ac/openssl.m4
4667                 use new autoconf script to detect OpenSSL with extra parameters
4668                 to specify the location of libs and includes, also remove USE_SSL
4669                 to USE_OPENSSL
4670
4671         * src/common/sylpheed.[ch]
4672         * src/common/version.h.in
4673                 start seperation of common code initialization seperated from gui
4674
4675         * src/summaryview.c
4676                 The function that is called when a color label changes
4677                 should not change the color lable again
4678
4679 2002-12-08 [colin]      0.8.6claws74
4680
4681         * src/gtk/sslcertwindow.c
4682                 warning fixes
4683
4684 2002-12-08 [colin]      0.8.6claws73
4685
4686         * src/statusbar.c
4687           src/common/log.h
4688                 Register a hook for statusbar_puts_all
4689         * src/common/log.c
4690                 invoke statusbar_puts_all's hook
4691         
4692 2002-12-08 [colin]      0.8.6claws72
4693
4694         * src/ssl_certificate.c
4695                 Put back a badly-removed include
4696
4697 2002-12-08 [colin]      0.8.6claws71
4698
4699         * src/gtk/sslcertwindow.[ch]    ** NEW **
4700                 new certificate presentation
4701         * src/gtk/Makefile.am
4702                 add new files
4703         * src/ssl_certificate.[ch]
4704                 gtk cleanup, made utility functions public
4705         * src/ssl_manager.c
4706                 use new cert presentation
4707
4708 2002-12-07 [christoph]  0.8.6claws70
4709
4710         * src/Makefile.am
4711         * src/nntp.[ch]                 ** REMOVE **
4712         * src/common/Makefile.am
4713         * src/common/nntp.[ch]          ** NEW **
4714                 move nntp files to common directory
4715
4716 2002-12-07 [christoph]  0.8.6claws69
4717
4718         * src/procmsg.[ch]
4719         * src/summaryview.c
4720                 implement msginfo update callback using sylpheed's new
4721                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4722
4723 2002-12-06 [christoph]  0.8.6claws68
4724
4725         * src/editgroup.c
4726                 This patch changes the 'Edit Group Details' dialog to
4727                 allow extended selections in either pane, so that
4728                 addresses can be added or removed from a group more
4729                 quickly and easily. (it actually is a net decrease in
4730                 file size, as some unnecessary functions have been
4731                 removed). 
4732                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4733
4734 2002-12-06 [christoph]  0.8.6claws67
4735
4736         * src/Makefile.am
4737         * src/template.[ch]             ** REMOVE **
4738         * src/common/Makefile.am
4739         * src/common/template.[ch]      ** NEW **
4740                 move template files to common directory
4741
4742         * src/nntp.c
4743                 add missing log.h include
4744
4745 2002-12-06 [melvin]     0.8.6claws66
4746
4747         * src/prefs_actions.c
4748                 Added the trailing ">" syntax to insert command's output
4749                 without replacing old text (in contrast to trailing "|").
4750
4751 2002-12-05 [colin]      0.8.6claws65
4752         
4753         * src/common/utils.c
4754                 Don't modify original search_string or it'll change
4755                 the next iterations in the for()
4756
4757 2002-12-05 [darko]      0.8.6claws64
4758
4759         * src/common/utils.c
4760                 proper check for filtering commands, found by Colin
4761
4762 2002-12-05 [darko]      0.8.6claws63
4763
4764         * src/common/utils.c
4765                 check proper string for NULL pointer, found by Colin
4766
4767 2002-12-05 [darko]      0.8.6claws62
4768
4769         * src/common/utils.[ch]
4770                 expand_search_string(): new function
4771                 converts Mutt-like patterns to Sylpheed's
4772                 filtering engine
4773         * src/summaryview.c
4774                 use expand_search_string() to allow Mutt-like
4775                 patterns in extended search
4776         * README.claws
4777                 document extended option in quick search
4778
4779 2002-12-05 [paul]       0.8.6claws61
4780
4781         * sync with 0.8.6cvs16
4782                 see ChangeLog 2002-12-05
4783                 
4784         * po/POTFILES.in
4785                 clean up
4786
4787 2002-12-04 [christoph]  0.8.6claws60
4788
4789         * src/imap.[ch]
4790                 put imap authentication code into a new function and
4791                 remove it from imap_session_new that will allow to
4792                 send other commands before authentication
4793
4794 2002-12-04 [christoph]  0.8.6claws59
4795
4796         * src/imap.[ch]
4797                 use already existing method to prevent unneeded IMAP
4798                 folder selects. Set imap_select parameters to NULL
4799                 in some functions if the values are not required.
4800
4801         * src/xml.h
4802                 remove no longer required include
4803
4804 2002-12-04 [paul]       0.8.6claws58
4805
4806         * po/es.po
4807                 updated by Ricardo Mones Lastra
4808                 
4809         * configure.in
4810           po/hu.po      ** NEW FILE **
4811                 initial Hungarian translation, submitted
4812                 by Gál Zoltán <galzoli@hu.inter.net>
4813
4814 2002-12-03 [christoph]  0.8.6claws57
4815
4816         * src/Makefile.am
4817         * src/gtksctree.[ch]            ** REMOVE **
4818         * src/gtk/Makefile.am
4819         * src/gtk/gtksctree.[ch]        ** NEW **
4820                 move gtksctree files to gtk directory
4821
4822 2002-12-03 [christoph]  0.8.6claws56
4823
4824         * src/Makefile.am
4825         * src/md5.[ch]                  ** REMOVE **
4826         * srm/common/Makefile.am
4827         * src/common/md5.[ch]           ** NEW **
4828                 move md5 files to common directory
4829
4830         * src/gtkstext.c
4831                 remove not required #include
4832
4833 2002-12-03 [sergey]     0.8.6claws55
4834
4835         * src/gtkutils.c
4836         * src/gtkutils.h
4837                 gtkut_window_popup(): new function.
4838         * src/mainwindow.c
4839                 main_window_popup(): use gtkut_window_popup() to raise
4840                 window without changing its position.
4841                 (see sylpheed-main ML message [sylpheed:17247])
4842
4843 2002-12-03 [sergey]     0.8.6claws54
4844
4845         * src/send.c
4846                 send_message_local(): removed first-dot escaping
4847                 (SMTP-only, not needed for sending through pipe)
4848
4849 2002-12-03 [paul]       0.8.6claws53
4850
4851         * po/POTFILES.in
4852                 update to reflect recent changes (thanks
4853                 to Ricardo Mones Lastra)
4854                 
4855         * tools/filter_conv.pl
4856                  fix problem with quoted strings. Patch submitted
4857                  by Luke Plant <lukeplant@softhome.net>
4858
4859 2002-12-03 [paul]       0.8.6claws52
4860
4861         * sync with 0.8.6cvs15
4862                 see ChangeLog 2002-12-03
4863
4864 2002-12-02 [christoph]  0.8.6claws51
4865
4866         * src/logwindow.[ch]
4867         * src/common/log.[ch]
4868                 implement logging using a hook function
4869
4870         * src/folderview.c
4871         * src/folder.[ch]
4872                 define hooklist name in header file to avoid
4873                 errors caused by wrong spelling of hooklist names
4874
4875         * src/toolbar.c
4876                 fix warnings
4877
4878 2002-12-02 [christoph]  0.8.6claws50
4879
4880         * src/common/Makefile.am
4881                 add src/common/hooks.[ch]
4882
4883         * src/common/hooks.[ch]
4884                 implement a simple hook system using glib's hook functions
4885
4886         * src/folder.[ch]
4887         * src/folderview.c
4888                 use new hook system for folder item updates
4889
4890 2002-12-02 [christoph]  0.8.6claws49
4891
4892         * doc-src/ui_seperation.txt     ** NEW **
4893                 information for ui seperation
4894
4895         * src/Makefile.am
4896                 remove files that were moved to common
4897                 include common directory by default for the header files
4898
4899         * src/inc.c
4900         * src/common/socket.c
4901         * src/automaton.[ch]
4902                 implement automaton using g_io_*-functions instead of
4903                 gdk_input_add to make it ui independent
4904
4905         * src/codeconv.c
4906         * src/compose.c
4907         * src/ldif.c
4908         * src/pgptext.c
4909         * src/procmime.c
4910         * src/rfc2015.c
4911         * src/smtp.c
4912         * src/unmime.c
4913                 remove common/ prefix because directory is now in
4914                 include path
4915
4916         * src/compose.c
4917         * src/folder.c
4918         * src/folderview.c
4919         * src/mainwindow.c
4920         * src/messageview.c
4921         * src/prefs_common.c
4922         * src/procmsg.c
4923         * src/rfc2015.c
4924                 fix warnings
4925
4926         * src/imap.c
4927         * src/inc.c
4928         * src/news.c
4929         * src/pop.c
4930         * src/send.c
4931         * src/smtp.c
4932         * src/ssl_certificate.c
4933                 add log.h header file for logging functions
4934
4935         * src/main.c
4936         * src/common/utils.c
4937         * src/summaryview.c
4938         * src/xml.c
4939                 o move debug_mode to common/utils.c
4940                 o add functions to set and get debug_mode
4941
4942         * src/defs.h                    ** REMOVE **
4943         * src/intl.h                    ** REMOVE **
4944         * src/socket.[ch]               ** REMOVE **
4945         * src/ssl.[ch]                  ** REMOVE **
4946         * src/utils.[ch]                ** REMOVE **
4947                 replaced by new files in src/common/
4948         
4949         * src/common/Makefile.am
4950                 add new files in src/common/
4951
4952         * src/common/defs.h             ** NEW **
4953         * src/common/intl.h             ** NEW **
4954         * src/common/log.[ch]           ** NEW **
4955         * src/common/socket.[ch]        ** NEW **
4956         * src/common/ssl.[ch]           ** NEW **
4957         * src/common/utils.[ch]         ** NEW **
4958                 replacement for files in src/
4959
4960 2002-12-02 [colin]      0.8.6claws48
4961
4962         * src/folderview.c
4963                 Scroll folderview if necessary during dnd
4964
4965 2002-12-02 [colin]      0.8.6claws47
4966
4967         * src/folder.[ch]
4968                 Add check to verify a move is within a single mailbox
4969         * src/folderview.c
4970                 Add specific error string for this check
4971
4972 2002-12-02 [colin]      0.8.6claws46
4973
4974         * src/folder.c
4975                 Add a test to folder moving, remove a statusbar_print
4976         * src/folderview.c
4977                 Add Move folder... context-menu item
4978                 Factorize folder moving code
4979                 Enable folder DND for mbox
4980
4981 2002-12-01 [christoph]  0.8.6claws45
4982
4983         * ac/aspell.m4
4984                 remove conf.aspelltest if the version check fails
4985
4986 2002-11-30 [christoph]  0.8.6claws44
4987
4988         * autogen.sh
4989                 run libtoolize --force in autogen to create missing
4990                 libtool scripts
4991
4992 2002-11-30 [christoph]  0.8.6claws43
4993
4994         * src/Makefile.am
4995         * src/pgptext.c
4996         * src/procmime.c
4997         * src/rfc2015.c
4998         * src/uuencode.[ch]             ** REMOVED **
4999         * src/common/Makefile.am
5000         * src/common/uuencode.[ch]      ** NEW **
5001                 move uuen/decoder to common directory
5002
5003 2002-11-30 [christoph]  0.8.6claws42
5004
5005         * src/Makefile.am
5006         * src/base64.[ch]               ** REMOVED **
5007         * src/codeconv.c
5008         * src/compose.c
5009         * src/ldif.c
5010         * src/pgptext.c
5011         * src/procmime.c
5012         * src/rfc2015.c
5013         * src/smtp.c
5014         * src/unmime.c
5015         * src/common/Makefile.am
5016         * src/common/base64.[ch]        ** NEW **
5017                 move base64 en/decoder to common directory
5018
5019 2002-11-30 [christoph]  0.8.6claws41
5020
5021         * src/common                    ** NEW **
5022                 new directory for UI independent code
5023         * src/gtk                       ** NEW **
5024                 new directory for GTK frontend
5025         * src/common/.cvsignore         ** NEW **
5026         * src/gtk/.cvsignore            ** NEW **
5027                 ignore build files
5028         * src/common/Makefile.am        ** NEW **
5029         * src/gtk/Makefile.am           ** NEW **
5030                 automake files to build new seperated stuff
5031         * src/Makefile.am
5032                 the binary will currently still be build with the
5033                 files in src, so we include the code from the
5034                 subdirs for now after building the libs there
5035
5036 2002-11-30 [paul]       0.8.6claws40
5037
5038         * src/compose.c
5039                 fix bug [642731] 'Wrong selected account with drafted mail'
5040
5041 2002-11-29 [oliver]     0.8.6claws39
5042         
5043         * src/messageview.c
5044                 o update summaryview when switching between different
5045                   messageviews          
5046         * src/toolbar.c  
5047                 o check if messageview holds already removed msg
5048                   from summaryview
5049                 
5050
5051 2002-11-29 [oliver]     0.8.6claws38
5052
5053         * src/toolbar.c 
5054                 remove not needed variables and includes
5055                 make messageview stay opened and move to next when msgs are deleted 
5056
5057 2002-11-29 [oliver]     0.8.6claws37
5058         
5059         * src/toolbar.c 
5060                 disable compose button (messageview toolbar) by default
5061                 deleted msgs are moved to trash
5062         
5063 2002-11-29 [melvin]     0.8.6claws36
5064
5065         * configure.in
5066                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5067                 and to detect signatures expirations (gpgme 0.3.6)
5068
5069         * src/main.c
5070                 Use non obsolescent function for Gpgme engine checking.
5071
5072         * src/rfc2015.c
5073                 Inform about expired signatures or signatures which key
5074                 has expired. Expiration date is displayed.
5075
5076         * src/sigstatus.c
5077                 Inform about expired signatures or signatures which key
5078                 has expired.
5079
5080 2002-11-28 [paul]       0.8.6claws35
5081
5082         * src/folderview.c
5083                 re-instate 'Check for new messages' in Newsgroup
5084                 folders right-click menu, after a suggestion from
5085                 Tim Mann <timmann@users.sourceforge.net>
5086
5087         * src/main.c
5088                 after a crash check only local folders for new
5089                 messages
5090
5091 2002-11-28 [paul]       0.8.6claws34
5092
5093         * configure.in
5094                 apply patch that fixes the checking of GTK with XIM 
5095                 support on different OSs, such as FreeBSD. Patch 
5096                 submitted by Topia <topia@users.sourceforge.net>
5097                 
5098 2002-11-28 [paul]       0.8.6claws33
5099
5100         * src/mainwindow.c
5101           src/prefs_common.c
5102           src/prefs_toolbar.c
5103                 more changes to the English
5104
5105 2002-11-28 [paul]       0.8.6claws32
5106
5107         * sync with 0.8.6cvs13
5108                 see ChangeLog 2002-11-28 (no sync needed
5109                 for src/compose.c)
5110
5111 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5112         
5113         * src/mainwindow.[ch]
5114                 add patch by Ivan F. Martinez introducing messageview Toolbar
5115                 some changes and committed by oliver    
5116
5117 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5118
5119         * src/messageview.[ch]
5120                 add patch by Ivan F. Martinez introducing messageview Toolbar
5121                 some changes and committed by oliver    
5122
5123 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5124
5125         * src/compose.[ch]
5126                 add patch by Ivan F. Martinez introducing messageview Toolbar
5127                 some changes and committed by oliver    
5128
5129 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5130         
5131         * src/toolbar.[ch]
5132                 add patch by Ivan F. Martinez introducing messageview Toolbar
5133                 some changes and committed by oliver
5134
5135 2002-11-28 [oliver]     0.8.6claws27
5136         
5137         * src/prefs_toolbar.[ch]
5138                 getting ready for messageview toolbar
5139                 free mem allocated by gettext
5140                 change prefs_toolbar to prefs_toolbar_open
5141  
5142 2002-11-28 [thorsten]   0.8.6claws26
5143
5144         * src/imageview.[ch]
5145                 cleaned up conflicting declarations of
5146                 imageview_show_image()
5147
5148 2002-11-28 [paul]       0.8.6claws25
5149
5150         * src/grouplistdialog.c
5151           src/prefs_common.c
5152           src/prefs_summary_column.c
5153                 a few more improvements to the English
5154
5155 2002-11-28 [colin]      0.8.6claws24
5156
5157         * man/sylpheed.1
5158                 A few updates to command-line parameters
5159
5160 2002-11-28 [colin]      0.8.6claws23
5161
5162         * src/prefs_filtering.c
5163                 Fix problems with prefs_filtering_delete_path:
5164                 a) if the first rule is removed, original pointers
5165                    weren't updated (leading to segfaults)
5166                 b) it was always global_processing updated in case
5167                    of removed path was parent of rule path
5168
5169 2002-11-27 [paul]       0.8.6claws22
5170
5171         * src/mainwindow.c
5172           src/prefs_account.c
5173           src/prefs_actions.c
5174           src/prefs_common.c
5175           src/prefs_customheader.c
5176           src/prefs_display_header.c
5177           src/prefs_filtering.c
5178           src/prefs_folder_item.c
5179           src/prefs_matcher.c
5180           src/prefs_scoring.c
5181           src/prefs_summary_column.c
5182           src/prefs_template.c
5183           src/prefs_toolbar.c
5184                  improve the English in the GUI
5185
5186 2002-11-27 [colin]      0.8.6claws21
5187
5188         * src/folder.c
5189                 Fix processing renaming problems happening after
5190                 last commit
5191
5192 2002-11-27 [colin]      0.8.6claws20
5193
5194         * src/folder.c
5195                 recursive move now deletes src each subfolder after 
5196                 having moved it
5197         * src/folderview.c
5198                 Use identifier instead of path during dnd (enables
5199                 IMAP folder dnd)
5200
5201 2002-11-27 [paul]       0.8.6claws19
5202
5203         * src/main.c
5204                 apply patch that does command-line processing 
5205                 BEFORE gtk_init, allowing claws to run from 
5206                 shell-scripts in non-X environment (e.g. crontab 
5207                 or ip-up, ip-down scripts). Patch submitted by
5208                 Ruslan N. Balkin <baron@dartel.ru>
5209                 
5210         * po/it.po
5211                 updated by Alessandro Maestri
5212
5213 2002-11-27 [paul]       0.8.6claws18
5214
5215         * sync with 0.8.6cvs12
5216           src/prefs_common.c
5217                 Differences are that main uses a 'Receive dialog'
5218                 frame on the Interface tab, whereas claws groups all 
5219                 the dialogs together in a 'Dialogs' frame.
5220
5221 2002-11-27 [colin]      0.8.6claws17
5222
5223         * src/prefs_matcher.c
5224                 Fix Execute criteria's NOT flag
5225
5226
5227 2002-11-26 [christoph]  0.8.6claws16
5228
5229         * src/ssl.c
5230                 rewrite the ssl code a little bit, only use one
5231                 SSL context, set default certificates' file/path
5232
5233 2002-11-26 [thorsten]   0.8.6claws15
5234
5235         * src/compose.c
5236                 default-reply-to didn't work for ml-reply
5237
5238 2002-11-26 [melvin]     0.8.6claws14
5239
5240         * src/prefs_actions.c
5241                 Made pipe-actions ignore short headers in message view
5242                 Made trailing-pipe-actions write in the message view with
5243                 the same font as the original message
5244
5245 2002-11-26 [paul]       0.8.6claws13
5246
5247         * src/compose.c
5248                 this time commit the correct file
5249
5250 2002-11-26 [paul]       0.8.6claws12
5251
5252         * sync with 0.8.6cvs11
5253           src/quote_fmt_parse.y  
5254                 no sync needed
5255           src/account.[ch]       
5256                 not sync'ed
5257           src/compose.c
5258                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5259                 on draft mode.
5260                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5261                 header
5262                 
5263         see ChangeLog 2002-11-25 and 2002-11-26
5264
5265 2002-11-26 [colin]      0.8.6claws11
5266
5267         * src/folderview.c
5268                 Fix collapsed folder not auto-expanding during
5269                 mail dnd, if it was the source folder.
5270
5271 2002-11-25 [colin]      0.8.6claws10
5272
5273         * src/folderview.[ch]
5274                 Variable renaming and cleaning (slist of nodes 
5275                 to be re-collapsed is stored in FolderView)
5276
5277 2002-11-25 [paul]       0.8.6claws9
5278
5279         * src/prefs_common.[ch]
5280                 fix breakage caused by last commit
5281
5282 2002-11-25 [paul]       0.8.6claws8
5283
5284         * sync with 0.8.6cvs4
5285                 see ChangeLog 2002-11-21
5286
5287 2002-11-25 [paul]       0.8.6claws7
5288
5289         * sync with 0.8.6cvs4
5290                 see ChangeLog 2002-11-20
5291
5292 2002-11-25 [paul]       0.8.6claws6
5293
5294         * sync with 0.8.6cvs3
5295                 see ChangeLog 2002-11-18
5296
5297 2002-11-25 [colin]      0.8.6claws5
5298
5299         * src/gtkutils.[ch]
5300                 Add gtkut_ctree_node_is_parent()
5301         * src/folderview.c
5302                 Spring-loaded folders
5303
5304 2002-11-25 [colin]      0.8.6claws4
5305
5306         * src/utils.[ch]
5307                 Add slist_concat_unique(), function to merge
5308                 two GSList filtering dups
5309         * src/folder.[ch]
5310         * src/summaryview.[ch]
5311         * src/folderview.c
5312         * src/main.c
5313                 Add detection/update/display of unread answers
5314                 to marked mails
5315         * src/procmsg.[ch]
5316                 Add procmsg_find_children()
5317                 Add procmsg_msg_has_marked_parent()
5318
5319 2002-11-25 [colin]      0.8.6claws3
5320
5321         * src/ssl_certificate.[ch]
5322                 Allow checking a certificate without a DNS
5323                 lookup
5324                 Allow to forget a cert (by deleting it)
5325                 Make ssl_certificate_destroy_public
5326         * src/ssl_manager.[ch] ** NEW FILES **
5327                 Gui to manage (display/remove) certificates
5328         * src/prefs_common.[ch]
5329                 Add a pref to allow silent acceptation of
5330                 trusted certificates or not (based on the
5331                 "I want to know what's going on" principle)
5332         * src/mainwindow.c
5333                 Add SSL manager in Tools menu
5334         * src/Makefile.am
5335                 Add the new files to the build
5336         * po/POTFILES.in
5337                 Add ssl_manager.c to translations
5338
5339 2002-11-25 [colin]      0.8.6claws2
5340
5341         * src/summaryview.[ch]
5342                 Add S_SEARCH_EXTENDED to the quick search, which 
5343                 allows to search using filtering syntax.
5344
5345 2002-11-25 [colin]      0.8.6claws1
5346
5347         * src/summaryview.c
5348                 Deletion of duplicates now prefer deleting
5349                 the unread dup (fixes feature-request 638989).
5350
5351 2002-11-24 [paul]       0.8.6claws
5352
5353         * po/es.po
5354           po/pl.po
5355           po/ru.po
5356           po/sr.po
5357                 updated by Ricardo Mones Lastra,
5358                 Witold Wladyslaw Wojciech Wilk,
5359                 Ruslan N. Balkin, and  Urke MMI 
5360                 respectively
5361
5362 2002-11-24 [paul]       0.8.5claws182
5363
5364         * po/bg.po
5365                 updated by George Danchev
5366
5367 2002-11-23 [alfons]     0.8.5claws181
5368
5369         * src/imap.c
5370                 tiny memory leak found by browsing Dimitar's 
5371                 valgrind report
5372
5373 2002-11-23 [paul]       0.8.5claws180
5374
5375         * po/it.po
5376                 updated by Alessandro Maestri
5377
5378 2002-11-22 [christoph]  0.8.5claws179
5379
5380         * src/compose.c
5381         * src/inc.c
5382         * src/prefs_filtering.c
5383         * src/summaryview.c
5384                 more warning fixes
5385
5386 2002-11-22 [alfons]     0.8.5claws178
5387
5388         * src/summaryview.c
5389                 summary_execute_delete_func(): if message is deleted, make 
5390                 sure to also remove its entry in the subject hash table. 
5391                 fixes a corner case bug.
5392
5393 2002-11-22 [paul]       0.8.5claws177
5394
5395         * .cvsignore
5396                 add 'autom4te.cache'
5397                 
5398         * ltconfig      ** REMOVED **
5399                 not needed
5400
5401 2002-11-22 [paul]       0.8.5claws176
5402
5403         * src/textview.c
5404                 textview_set_font(): fix for message display in
5405                 UTF-8 locales (thanks to Sergey Vlasov).
5406                 
5407         * AUTHORS
5408                 add new team members and contributors
5409
5410
5411 2002-11-21 [colin]      0.8.5claws175
5412
5413         * src/procmsg.[ch]
5414                 Add procmsg_remove_special_headers()
5415         * src/mh.c
5416                 Use procmsg_remove_special_headers() for 
5417                 previous fix
5418
5419 2002-11-21 [colin]      0.8.5claws174
5420
5421         * src/mh.c
5422                 Fix moving/copying from queue/draft folders
5423                 for MH folders
5424
5425 2002-11-21 [christoph]  0.8.5claws173
5426
5427         * src/crash.c
5428         * src/filtering.c
5429         * src/logwindow.c
5430         * src/main.c
5431         * src/matcher_parser_lex.[hl]
5432         * src/mbox.c
5433         * src/mbox_folder.[ch]
5434         * src/prefs_filtering.c
5435         * src/procheader.c
5436         * src/quote_fmt_lex.l
5437         * src/ssl.c
5438                 fix all warnings except the warnings in lex and yacc files
5439
5440 2002-11-20 [christoph]  0.8.5claws172
5441
5442         * src/imap.c
5443                 fix MsgInfo retrieval for IMAP draft and queue folders
5444                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5445
5446 2002-11-19 [christoph]  0.8.5claws171
5447
5448         * src/compose.c
5449                 fix segfault, when draft saving does not get
5450                 the MsgInfo of the new message
5451                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5452
5453 2002-11-19 [christoph]  0.8.5claws170
5454
5455         * src/procmsg.c
5456                 add parameter check for flag setting function
5457                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5458
5459 2002-11-18 [paul]       0.8.5claws169
5460
5461         * src/compose.c
5462                 more sensitivity fixes to redirect mode:
5463                 * disable toolbar draft button
5464                 * allow only Address book in the Tools menu
5465                 * disable editing of message by the spell
5466                   checker
5467
5468 2002-11-18 [paul]       0.8.5claws168
5469
5470         * src/compose.c
5471                 fix sensitivity of menu items in compose_redirect():
5472                 allow only the necessary items 
5473
5474 2002-11-18 [paul]       0.8.5claws167
5475
5476         * src/compose.c
5477                 fix bug [ 603259 ] 'attachment got lost on bounce'
5478
5479 2002-11-18 [paul]       0.8.5claws166
5480
5481         * po/ru.po
5482                 updated by Ruslan N. Balkin <baron@dartel.ru>
5483
5484 2002-11-18 [colin]      0.8.5claws165
5485
5486         * src/main.c
5487           src/defs.h
5488                 Remove old filtering stuff
5489
5490
5491 2002-11-17 [oliver]     0.8.5claws164
5492
5493         * src/toolbar.h
5494                 remove not needed typedef 
5495
5496 2002-11-17 [oliver]     0.8.5claws163
5497
5498         * src/toolbar.c
5499                 make toolbar's on click events translatable
5500
5501 2002-11-15 [colin]      0.8.5claws162
5502
5503         * src/summaryview.c
5504                 Revert too-soon integration of a feature
5505
5506 2002-11-15 [christoph]  0.8.5claws161
5507
5508         * src/imap.c
5509                 use main's implementation of imap_get_msginfo
5510
5511 2002-11-15 [christoph]  0.8.5claws160
5512
5513         * src/compose.c
5514         * src/folder.[ch]
5515         * src/imap.c
5516         * src/mbox_folder.c
5517         * src/mh.c
5518         * src/news.c
5519         * src/procmsg.c
5520         * src/summaryview.c
5521                 replace claws' fetch_msginfo with main's get_msginfo
5522                 (use main's implementation where possible)
5523
5524 2002-11-15 [colin]      0.8.5claws159
5525
5526         * src/ssl_certificate.c
5527                 Missed a check
5528
5529 2002-11-16 [melvin]     0.8.5claws158
5530
5531         * po/fr.po
5532                 Updated French translations.
5533
5534 2002-11-16 [colin]      0.8.5claws157
5535
5536         * src/ssl_certificate.c
5537                 Check for missing parts in the certificates
5538
5539 2002-11-15 [colin]      0.8.5claws156
5540
5541         * src/folderview.c
5542                 Preventive fix (missing check) found by
5543                 Alfons
5544
5545 2002-11-15 [paul]
5546
5547         * NEWS
5548                 sync with 0.8.6 release
5549
5550 2002-11-15 [colin]      0.8.5claws155
5551
5552         * src/folder.[ch]
5553           src/folderview.c
5554                 Fix error handling of folder_item_move_to()
5555                 (thanks to Alfons!)
5556
5557 2002-11-15 [colin]      0.8.5claws154
5558
5559         * src/folder.[ch]
5560           src/folderview.c
5561                 folder_item_move_to() sets an error message instead
5562                 of having GUI stuff in folder.c
5563
5564 2002-11-15 [colin]      0.8.5claws153
5565
5566         * src/procmsg.[ch]
5567                 Implemented a callback for MsgInfo updates, 
5568                 heavily copy/pasted from Christoph's folder 
5569                 callback system
5570         * src/summaryview.[ch]
5571                 Register summary_update_msg as callback
5572
5573 2002-11-14 [colin]      0.8.5claws152
5574         
5575         * src/procmsg.c
5576                 Update the FolderItem after sending (fixes 617593)
5577
5578 2002-11-14 [christoph]  0.8.5claws151
5579
5580         * src/folder.c
5581                 fix wrong position of NULL pointer check found
5582                 by Sergey
5583
5584 2002-11-14 [christoph]  0.8.5claws150
5585
5586         * src/folder.c
5587                 fix segfault when deleting messages from IMAP folders
5588                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5589
5590 2002-11-14 [colin]      0.8.5claws149
5591
5592         * src/compose.c
5593                 Forwarding was also ignoring the folder's default account.
5594
5595 2002-11-14 [colin]      0.8.5claws148
5596
5597         * src/compose.c
5598                 Fix sent folder not set to folder properties when 
5599                 forwarding.
5600
5601 2002-11-14 [thorsten]   0.8.5claws147
5602
5603         * src/inc.c
5604                 inc_start(): Files were not moved from .processing to inbox,
5605                 if no global processing rule existed
5606
5607 2002-11-14 [colin]      0.8.5claws146
5608
5609         * src/ssl_certificate
5610                 Fix file operations
5611
5612 2002-11-14 [paul]       0.8.5claws145
5613
5614         * po/it.po
5615                 updated by Alessandro Maestri
5616
5617 2002-11-13 [alfons]     0.8.5claws144
5618
5619         * src/folder.c
5620                 folder_item_close(): only mark messages unread
5621                 when a folder has new messages 
5622
5623 2002-11-13 [keith]      0.8.5claws143
5624
5625         * src/imap.c
5626                 Fix problem moving or copying between
5627                 IMAP folders
5628
5629 2002-11-13 [colin]      0.8.5claws142
5630
5631         * src/matcher_parser_parse.y
5632                 Fix rule problem when " don't match
5633
5634 2002-11-13 [christoph]  0.8.5claws141
5635
5636         * src/folder.c
5637         * src/folderview.c
5638                 moved cache saving to folder_item_close
5639                 the folderview should not have to deal with
5640                 this things
5641
5642 2002-11-13 [christoph]  0.8.5claws140
5643
5644         * src/summaryview.c
5645                 moved setting of important score to
5646                 summary_set_prefs_from_folderitem
5647
5648 2002-11-13 [colin]      0.8.5claws139
5649
5650         * src/matcher_parser_parse.y
5651                 Fix a segfault in the parser (happening when
5652                 a good expression had been tested and a bad 
5653                 one arrives)
5654
5655 2002-11-13 [paul]       0.8.5claws138
5656
5657         * sync with 0.8.5cvs24
5658                 see ChangeLog 2002-11-13
5659                 
5660         * po/pt_BR.po
5661                 updated by Fabio Jr. Beneditto
5662
5663 2002-11-13 [colin]      0.8.5claws137
5664         
5665         * src/msgcache.c
5666           src/defs.h
5667           src/procmsg.[ch]
5668                 Revert last commit, problem
5669
5670 2002-11-13 [colin]      0.8.5claws136
5671
5672         * src/msgcache.c
5673                 Remove duplicated code
5674         * src/defs.h
5675                 Bumped CACHE_VERSION and MARK_VERSION
5676         * src/procmsg.[ch]
5677                 Network endian for cache and mark files
5678
5679 2002-11-12 [colin]      0.8.5claws135
5680
5681         * src/inc.c
5682                 Fix the "socket error" dialog which disappeared
5683
5684 2002-11-12 [colin]      0.8.5claws134
5685
5686         * src/msgcache.c
5687                 Reverse last commit which had performance 
5688                 problems, but still reverse the list
5689
5690 2002-11-12 [colin]      0.8.5claws133
5691
5692         * src/msgcache.c
5693                 Reverse list order
5694
5695 2002-11-12 [melvin]     0.8.5claws132
5696
5697         * src/compose.c
5698                 Added a check for a NULL prefs_common.dictionary
5699
5700 2002-11-12 [colin]      0.8.5claws131
5701
5702         * src/ssl_certificate.[ch]
5703                 Use FQDN hostname
5704
5705 2002-11-12 [colin]      0.8.5claws130
5706
5707         * src/ssl_certificate.[ch]
5708                 Take connection port into account for 
5709                 checking certificates (a single hostname
5710                 could have multiple servers with multiple
5711                 certificates)
5712         * src/ssl.c
5713                 Pass the port to ssl_certificate_check
5714
5715 2002-11-12 [paul]       0.8.5claws129
5716
5717         * src/folder.c
5718                 fix a typo in last commit
5719
5720 2002-11-12 [paul]       0.8.5claws128
5721
5722         * sync with 0.8.5cvs23
5723                 see ChangeLog entry 2002-11-12
5724
5725 2002-11-11 [colin]      0.8.5claws127
5726
5727         * src/ssl_certificate.c
5728                 Cleaner messages
5729                 Don't popup, instead log error, if the 
5730                 corresponding pref is checked
5731         * src/ssl_certificate.h
5732                 include <openssl/objects/h>
5733
5734 2002-11-11 [colin]      0.8.5claws126
5735
5736         * src/ssl_certificate.h
5737                 _Really_ clean it
5738
5739 2002-11-11 [colin]      0.8.5claws125
5740         
5741         * src/ssl_certificate.c
5742                 Fixed leak
5743
5744 2002-11-11 [colin]      0.8.5claws124
5745
5746         * src/ssl.c
5747                 Cleaned a bit
5748         * src/ssl_certificate.[ch]
5749                 Cleaned a bit (better use of SSL API)
5750                 (This will cause non-recognition of saved 
5751                  certificates of claws12[23]...)
5752
5753 2002-11-11 [paul]       0.8.5claws123
5754         
5755         * po/es.po
5756                 updated by Ricardo Mones Lastra
5757
5758 2002-11-11 [colin]      0.8.5claws122
5759
5760         * src/ssl.c
5761                 Fix a typo
5762
5763 2002-11-11 [colin]      0.8.5claws121
5764
5765         * src/ssl_certificate.[ch] ** NEW FILES **
5766         * src/ssl.[ch]
5767                 Check SSL certificates presented to us
5768         * src/Makefile.am
5769                 Add ssl_certificate.[ch]
5770         * po/POTFILES.in
5771                 Add ssl_certificate.c
5772
5773 2002-11-11 [paul]       0.8.5claws120
5774
5775         * sync with 0.8.5cvs22
5776                 see ChangeLog 2002-11-11
5777
5778 2002-11-11 [paul]       0.8.5claws119
5779
5780         * sync with 0.8.5cvs21
5781                 see ChangeLog 2002-11-11
5782
5783 2002-11-10 [jens]       0.8.5claws118
5784
5785         * src/folder.c
5786         * src/folderview.c
5787                 corrected some typing
5788         * po/de.po
5789                 updated german translation
5790         * sylpheed.spec.in
5791                 cleaned up specfile and adjusted it for claws
5792
5793 2002-11-10 [colin]      0.8.5claws117
5794
5795         * src/summaryview.c
5796                 a STATUSBAR_PUSH/POP fix
5797
5798 2002-11-10 [colin]      0.8.5claws116
5799
5800         * src/prefs_folder_item.c
5801                 Fix hanging after opening folder properties
5802
5803 2002-11-10 [hoa]        0.8.5claws115
5804
5805         * src/matcher_parser_lex.l
5806         * src/matcher_parser_parse.y
5807                 config file for scoring and filtering is no more trashed
5808                 when there is a syntax error in a filtering rule when
5809                 editing it in a dialog.
5810
5811 2002-11-09 [colin]      0.8.5claws114
5812
5813         * src/mbox_folder.c
5814                 Added missing initialisation of folder->destroy()
5815
5816 2002-11-09 [colin]      0.8.5claws113
5817
5818         * src/folder.c
5819           src/folderview.c
5820                 Fix the status bar messages
5821
5822 2002-11-09 [colin]      0.8.5claws112
5823
5824         * src/folderview.c
5825                 Fix hangs after folder dnd, happening after 
5826                 claws109.
5827
5828 2002-11-09 [christoph]  0.8.5claws111
5829
5830         * src/folderview.c
5831                 just changed order of calls (reverse order of
5832                 associated calls)
5833         * src/inc.c
5834                 lock inc when checking only one account, otherwise
5835                 inc all could be executed at the same time
5836
5837 2002-11-09 [christoph]  0.8.5claws110
5838
5839         * src/folderview.c
5840                 better unlock the mouse cursor before calling
5841                 summary_show because it changes the cursor too
5842
5843 2002-11-09 [christoph]  0.8.5claws109
5844
5845         * src/folder.[ch]
5846         * src/folderview.c
5847                 add functions to open and close a folder
5848                 o opending will execute scanning for remote folders
5849                   and processing
5850                 o closing will unset new flag for messages
5851
5852 2002-11-09 [colin]      0.8.5claws108
5853
5854         * src/folder.c
5855                 Add a call to prefs_matcher_write_config to 
5856                 avoid non-leaf folders filtering settings to be
5857                 lost
5858
5859 2002-11-09 [paul]       0.8.5claws107
5860
5861         * src/prefs_account.c
5862                 re-word a label
5863
5864 2002-11-09 [colin]      0.8.5claws106
5865
5866         * src/folderview.c
5867                 Minor esthetic fix
5868
5869 2002-11-09 [colin]      0.8.5claws105
5870
5871         * src/folderview.c
5872                 Fix prefs_filtering deletion for MH folders (same
5873                 reason as below)
5874         * src/prefs_filtering.c
5875                 Fix prefs_filtering renaming and deletion for 
5876                 folder-based processing rules.  
5877
5878 2002-11-09 [christoph]  0.8.5claws104
5879
5880         * src/compose.c
5881         * src/folder.[ch]
5882         * src/folderview.[ch]
5883         * src/import.c
5884         * src/inc.c
5885         * src/main.c
5886         * src/mainwindow.c
5887         * src/messageview.c
5888         * src/prefs_folder_item.c
5889         * src/procmsg.c
5890         * src/summaryview.c
5891                 implement a callback system for folder item updates
5892
5893 2002-11-09 [colin]      0.8.5claws103
5894
5895         * src/folderview.c
5896                 Fix prefs_filtering renaming for MH folders (we
5897                 shouldn't rename by path as another folder could
5898                 have the same hierarchy).
5899
5900 2002-11-09 [colin]      0.8.5claws102
5901
5902         * src/folder.c
5903                 Fix a leak found by Christoph, use better variable
5904                 names
5905
5906 2002-11-09 [colin]      0.8.5claws101
5907
5908         * src/folder.c
5909                 One more fix for processing rules
5910
5911 2002-11-08 [colin]      0.8.5claws100
5912         
5913         * src/matcher.c
5914                 Don't copy the compiled regexp (will be reevaluated)
5915         * src/folderview.c
5916                 Lock folderview while moving
5917         * src/folder.c
5918                 Provide info on what's happening to the user
5919
5920 2002-11-08 [colin]      0.8.5claws99
5921
5922         * src/folderview.c
5923                 Fix folder reordering after a move if parent is 
5924                 root
5925         * src/scoring.[ch]
5926                 Add function to copy a ScoringProp
5927         * src/prefs_folder_item.c
5928                 Copy scoring rules when copying a folder prefs
5929
5930 2002-11-08 [colin]      0.8.5claws98
5931
5932         * src/folderview.c
5933                 Fixes in case of failure
5934         * src/filtering.[ch]    
5935                 Add function to duplicate a FilteringProp
5936         * src/matcher.[ch]
5937                 Add function to duplicate a MatcherProp
5938         * src/prefs_folder_item.c
5939                 Save folder's processing rules when copying 
5940                 its prefs
5941
5942 2002-11-08 [colin]      0.8.5claws97
5943         
5944         * src/folderview.c
5945                 Sort after move
5946         * src/folder.c 
5947                 Change a printf to debug_print
5948
5949 2002-11-08 [colin]      0.8.5claws96
5950
5951         * src/folder.c
5952           src/folderview.c
5953                 Fix segfaults, call me stupido
5954         
5955
5956 2002-11-08 [colin]      0.8.5claws95
5957
5958         *src/folder.c
5959                 Added forgotten prefs to save when moving folders
5960
5961 2002-11-08 [colin]      0.8.5claws94
5962
5963         * src/folder.c
5964                 Fixes to folder DND (prefs copy)
5965         * src/folderview.c
5966                 Optimization for folder DND (don't rescan whole tree)
5967                 Added folderview_create_folder_node() for this 
5968                 optimization, so de-duped a bit the code
5969         * src/prefs_folder_item.[ch]
5970                 Added prefs_folder_item_copy_prefs()    
5971           
5972 2002-11-08 [paul]       0.8.5claws93
5973
5974         * src/prefs_account.c
5975           tools/README
5976           tools/kmail2sylpheed_v2.pl
5977                 correct some typos
5978
5979 2002-11-08 [paul]       0.8.5claws92
5980
5981         * src/compose.c
5982           src/prefs_account.[ch]
5983                 remove account options 'clearsign' and 'ascii_armored',
5984                 replace with 'default_gnupg_mode' to prevent mixed-mode
5985                 Privacy settings
5986
5987 2002-11-08 [paul]       0.8.5claws91
5988
5989         * src/compose.[ch]
5990                 re-implement GnuPG 'on-the-fly' mode selection,
5991                 disallow mixed-mode
5992
5993 2002-11-08 [colin]      0.8.5claws90
5994
5995         * src/folderview.c
5996           src/prefs_folder_item.c
5997                 Change "Property" to "Properties"
5998
5999 2002-11-07 [colin]      0.8.5claws89
6000
6001         * src/folderview.c
6002           src/folder.c
6003                 Allow folder dropping to a root folder
6004
6005 2002-11-07 [paul]       0.8.5claws88
6006
6007         * src/compose.c
6008                 revert last commit
6009
6010 2002-11-07 [paul]       0.8.5claws87
6011
6012         * src/compose.c
6013                 fix reply-to-list bug. closes bug report
6014                 "[633382] reply-to-list broken in recent cvs"
6015
6016 2002-11-07 [paul]       0.8.5claws86
6017
6018         * src/compose.c
6019                 add a forgotten '#if USE_GPGME ... #endif'
6020
6021 2002-11-07 [paul]       0.8.5claws85
6022
6023         * sync with 0.8.5cvs20
6024                 see ChangeLog 2002-11-07
6025
6026 2002-11-07 [colin]      0.8.5claws84
6027
6028         * src/folder.[ch]
6029                 Change folder_item_move_to to return the newly 
6030                 created folderitem.
6031         * src/folderview.c
6032                 Select the new folderitem after moving.
6033
6034 2002-11-07 [colin]      0.8.5claws83
6035
6036         * src/prefs_filtering.c
6037                 Fix rule rewriting when moving a leaf folder to a 
6038                 shorter path
6039
6040 2002-11-07 [colin]      0.8.5claws82
6041
6042         * src/prefs_filtering.c
6043                 fix a leak
6044
6045 2002-11-07 [colin]      0.8.5claws81
6046
6047         * src/folder.[ch]
6048                 Add folder_item_move_to() function to move a 
6049                 folderitem into another one (updates matcher etc)
6050         * src/folderview.c
6051                 Add folder drag'n drop (context menu to come)
6052                 [Should be dataloss free, but Please backup before 
6053                  trying !]
6054
6055 2002-11-06 [colin]      0.8.5claws80
6056
6057         * src/mh.c
6058                 mh_create_folder() returns NULL if can't create
6059                 directory hierarchy
6060
6061 2002-11-06 [paul]       0.8.5claws79
6062
6063         * src/compose.[ch]
6064                 allow 'on-the-fly' changing of the type of encryption 
6065                 and/or signing used (mime/ascii) via the compose window
6066
6067 2002-11-06 [paul]       0.8.5claws78
6068
6069         * sync with 0.8.5cvs19
6070                 see ChangeLog 2002-11-06 for src/account.c: 
6071                 account_get_special_folder()
6072                 
6073 2002-11-05 [alfons]     0.8.5claws77
6074
6075         * src/crash.c
6076                 very minor cleanups: nothing to see here, move on. :-)
6077
6078 2002-11-05 [colin]      0.8.5claws76
6079
6080         * src/main.c
6081                 Changes choices if compose windows are opened to
6082                 Discard, Draft, Don't quit
6083
6084 2002-11-05 [thorsten]   0.8.5claws75
6085
6086         * src/compose.c
6087                 reenabled default_reply_to folder option
6088
6089 2002-11-05 [colin]      0.8.5claws74
6090
6091         * src/compose.[ch] 
6092                 add compose_draft()
6093         * src/crash.c
6094                 add SIGTERM handler
6095         * src/main.[ch]
6096                 add clean_quit() for the SIGTERM handler
6097
6098 2002-11-05 [paul]       0.8.5claws73
6099         
6100         * po/es.po
6101                 updated by Ricardo Mones Lastra
6102
6103 2002-11-05 [melvin]     0.8.5claws72
6104
6105         * src/logwindow.c
6106                 Fixed log-clipping bug #616795.
6107                 To stop logging in the log window use 0 length.
6108         * src/prefs_common.c
6109                 Added a label to inform about the 0 log length behaviour.
6110
6111 2002-11-05 [paul]       0.8.5claws71
6112
6113         * sync with 0.8.5cvs17
6114                 see ChangeLog 2002-11-05
6115
6116 2002-11-04 [paul]       0.8.5claws70
6117
6118         * sylpheed-128x128.png
6119           sylpheed-64x64.png
6120           sylpheed.png
6121                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6122                 <nikai@users.sourceforge.net>
6123                 
6124         * po/bg.po
6125                 updated by George Danchev
6126
6127 2002-11-03 [thorsten]   0.8.5claws69
6128
6129         * src/main.c
6130           src/mimeview.c
6131           src/rfc2015.h
6132                 add check if gpg is active
6133
6134 2002-11-03 [thorsten]   0.8.5claws68
6135
6136         * src/toolbar.h
6137                 removed GSList declaration causing trouble on MacOS-X
6138                 (submitted by alfons, reported by xfesty)
6139
6140 2002-11-01 [paul]       0.8.5claws67
6141
6142         * src/mainwindow.c
6143                 remove last remnants of main's filter code
6144
6145 2002-11-01 [paul]       0.8.5claws66
6146
6147         * tools/filter_conv.pl
6148                 fix bug where user-defined headers were ignored
6149
6150 2002-11-01 [paul]       0.8.5claws65
6151
6152         * src/logwindow.c
6153                 make a debug_print() not translatable
6154
6155 2002-10-31 [melvin]     0.8.5claws64
6156
6157         * ac/aspell.m4
6158                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6159                 not run any GNU/aspell test.  The dictionary path will
6160                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6161                 was given, in which case, it will be $prefix/lib/aspell/
6162         * configure.in
6163                 Fixed typo in commentary (Aspell code).
6164
6165 2002-10-31 [paul]       0.8.5claws63
6166
6167         * po/POTFILES.in
6168                 remove src/filter.c and src/prefs_filter.c
6169                 thanks to Ricardo for reminding me
6170
6171 2002-10-31 [colin]      0.8.5claws62
6172
6173         * src/mbox_folder.c
6174                 Plug some leaks
6175
6176 2002-10-31 [paul]       0.8.5claws61
6177
6178         * src/prefs_filter.[ch] ** REMOVED **
6179           src/filter.[ch]       ** REMOVED **
6180           
6181         * src/Makefile.am
6182           src/folderview.c
6183           src/inc.c
6184           src/main.c
6185           src/mainwindow.c
6186           src/mbox.c
6187           src/prefs_common.c
6188           src/prefs_filtering.c
6189           src/summaryview.[ch]
6190                 remove main's 'filter' code
6191                 
6192         README.claws
6193                 update to reflect removal of main's filter
6194
6195 2002-10-31 [paul]       0.8.5claws60
6196
6197         * src/summaryview.c
6198                 remove check for global_processing in summary_filter_open(). 
6199                 This fixes the bug where if the user uses the right-click 
6200                 'Create filter rule...' and doesn't have any filter rules 
6201                 already defined in claws' advanced filtering, the newly 
6202                 created filter rule goes to main's filtering which is 
6203                 inaccessible through the gui. Now the filter rule gets added
6204                 to claws' filtering by default.
6205
6206 2002-10-28 [melvin]     0.8.5claws59
6207
6208         * src/prefs_actions.c
6209                 Fixed bug #627322 where MIME parts were not always
6210                 correctly passed to a %p action
6211                 Display an error dialog when message filename is not found.
6212
6213 2002-10-28 [melvin]     0.8.5claws58
6214
6215         * src/prefs_common.c
6216                 Readded a missing function declaration lost in 0.8.3claws34
6217
6218 2002-10-28 [paul]       0.8.5claws57
6219
6220         * sync with 0.8.5cvs15
6221                 see ChangeLog 2002-10-28 and 2002-10-25
6222                 
6223         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6224
6225 2002-10-27 [oliver]     0.8.5claws56
6226
6227         * src/pop.c
6228                 plug leak in pop3_top_recv
6229
6230 2002-10-26 [christoph]  0.8.5claws55
6231
6232         * src/folder.c
6233                 set need_update folder flag when messages are added
6234                 (closes bug [ 626922 ] folder not updated after receiving)
6235
6236 2002-10-25 [melvin]     0.8.5claws54
6237
6238         * src/imageview.c
6239                 Fixed a memleak introduced in the scaling code.
6240
6241 2002-10-24 [alfons]     0.8.5claws53
6242
6243         * src/filtering.c
6244                 make filtering's forward message action forward from the 
6245                 correct account
6246                 (closes bug [628089 ] Filter -> Forward from address problem
6247                 reported by Oktay)
6248
6249 2002-10-24 [christoph]  0.8.5claws52
6250
6251         * src/mainwindow.c
6252         * src/manual.[ch]
6253                 o use manual of current locale or english if current
6254                   locale is not available (and english is available)
6255                 o also link to sylpheed doc project manuals
6256
6257 2002-10-23 [paul]       0.8.5claws51
6258
6259         * tools/README
6260           tools/kmail2sylpheed_v2.pl
6261                 add new version of kmail addressbook importer script.
6262                 works with newer versions of Kmail/KAddressBook which
6263                 have new and rearranged data.
6264
6265 2002-10-23 [martin]     0.8.5claws50
6266
6267         * src/folderview.c
6268         * src/summaryview.c
6269         * src/utils.h
6270         * src/utils.c
6271                 added length parameter to get_abbrev_newsgroup_name()
6272                 changed this function so that it abbreviates the newsgroup
6273                 names only so long it is smaller than the length parameter
6274                 (for better reading of some newsgroup names and space efficiency)
6275
6276 2002-10-22 [colin]      0.8.5claws49
6277
6278         *src/foldersel.c
6279                 Revert Alfons' last modification (after voting ;-))
6280
6281 2002-10-21 [alfons]     0.8.5claws48
6282
6283         * src/foldersel.c
6284                 folder view in folder selection dialog reflects state of
6285                 folder view in main window
6286
6287 2002-10-18 [alfons]     0.8.5claws47
6288
6289         * src/mbox.c
6290                 drop imported messages in folder selected by user,
6291                 and not in the inbox
6292                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6293
6294 2002-10-18 [alfons]     0.8.5claws46
6295
6296         * src/compose.c
6297                 make automagic reply work correctly for email accounts 
6298                 (whether it's viable to do a full sync with Hiro's 
6299                 compose.c is still under discussion)
6300
6301 2002-10-18 [melvin]     0.8.5claws45
6302
6303         * src/prefs_actions.c
6304                 Fixed bug #622275 where asynchroneous actions left 
6305                 zombies processes
6306                 Made (synchroneous) actions' input be displayed live.
6307
6308 2002-10-18 [christoph]  0.8.5claws44
6309
6310         * src/textview.c
6311                 don't add a newline in the textview in front of the
6312                 first textpart if header display is disabled
6313                 (closes bug [ 603385 ] disabled header display leaves blank
6314                  lin)
6315
6316 2002-10-18 [christoph]  0.8.5claws43
6317
6318         * src/folder.[ch]
6319         * src/imap.c
6320         * src/mbox_folder.c
6321         * src/mh.c
6322         * src/news.c
6323                 folder->get_num_list now returns an error code
6324                 (closes bug [ 609424 ] News cache cleared on failure)
6325                 
6326 2002-10-17 [colin]      0.8.5claws42
6327         
6328         * src/news.c
6329                 Changed a printf by debug_print
6330
6331 2002-10-16 [paul]       
6332
6333         * tools/OOo2sylpheed.pl
6334                 allow for spaces in the name of the
6335                 file to be attached.
6336
6337 2002-10-16 [colin]      0.8.5claws41
6338
6339         * src/main.c
6340                 Use a tristate to change online mode
6341
6342 2002-10-16 [paul]       0.8.5claws40
6343
6344         * po/es.po
6345                 updated by Ricardo Mones Lastra
6346
6347 2002-10-16 [colin]      0.8.5claws39
6348
6349         * src/main.c
6350           src/mainwindow.[ch]
6351                 Added --online and --offline command-line
6352                 switches
6353
6354 2002-10-15 [christoph]  0.8.5claws38
6355
6356         * src/procmime.c
6357                 set mimeinfo->name to NULL after g_free to
6358                 avoid double freeing with g_free
6359
6360 2002-10-14 [christoph]  0.8.5claws37
6361
6362         * src/compose.c
6363         * src/filtering.c
6364         * src/summaryview.c
6365                 remove calls to folder->change_flags that are now
6366                 done by procmsg flag functions (seems it is not
6367                 used by any foldertype anyway)
6368         * src/folder.c
6369                 init folder->change_flags with NULL
6370
6371 2002-10-14 [christoph]  0.8.5claws36
6372
6373         * src/folder.[ch]
6374         * src/imap.[ch]
6375                 use virtual functions for folder item new and destroy
6376                 functions
6377
6378 2002-10-14 [melvin]     0.8.5claws35
6379
6380         * src/compose.c
6381                 Added a test to not run the spell checker if no default
6382                 dictionary is available. No dialog is displayed though.
6383
6384 2002-10-14 [melvin]     0.8.5claws34
6385
6386         * src/gtkaspell.c
6387                 Fixed bug in dictionary list context menu where
6388                 "More..." pointed to an emtpy submenu if the
6389                 number of dictionaries is a multiple of 15
6390                 Removed unneeded code in suggestions list creation
6391
6392 2002-10-14 [paul]       0.8.5claws33
6393
6394         * po/bg.po
6395                 updated by George Danchev
6396
6397 2002-10-13 [hoa]        0.8.5claws32
6398
6399         * src/matcher.[ch]
6400           src/matcher_parser_parser.y
6401                 removed the escaped string from internal structure
6402                 of matcher.
6403
6404 2002-10-12 [colin]      0.8.5claws31
6405
6406         * src/gtksctree.[ch]
6407           src/summaryview.c
6408                 Removed useless function gtksctree_reanchor
6409
6410 2002-10-12 [alfons]     0.8.5claws30
6411         
6412         * sync with remaining main changes 2002-10-09 - 2002-10-11
6413         - drop changes to src/compose.c (requires claws specific changes)
6414         
6415 2002-10-12 [alfons]     0.8.5claws29
6416         
6417         * sync with main changes of 2002-10-08
6418         - drop changes to src/compose.c (requires claws specific changes)
6419         - drop changes to src/summaryview.c (requires changes to compose.c)     
6420
6421 2002-10-12 [alfons]     0.8.5claws28
6422         
6423         * sync with main changes of 2002-10-07
6424
6425 2002-10-12 [alfons]     0.8.5claws27
6426
6427         * sync with main changes of 2002-10-04
6428         - drop changes to src/compose.c (requires claws specific changes)
6429         - drop changes to src/prefs_folder_item.c (claws implementation
6430           seems to be working)
6431
6432 2002-10-12 [colin]      0.8.5claws26
6433
6434         * src/mainwindow.c
6435                 Fix folder-flicker when space-reading, introduced 
6436                 in claws22.
6437
6438 2002-10-12 [colin]      0.8.5claws25
6439
6440         * src/compose.c
6441                 Save account address when saving as draft.
6442                 (closes bug 621838)
6443
6444 2002-10-12 [colin]      0.8.5claws24
6445
6446         * src/summaryview.c
6447                 Fix the problem consisting of no message selected
6448                 after the last message in a folder has been moved.
6449
6450 2002-10-12 [paul]       0.8.5claws23
6451
6452         * src/compose.c
6453           src/prefs_template.c
6454           src/template.[ch]
6455                 add Cc and Bcc to templates. Patch submitted by
6456                 John L. Males.
6457
6458 2002-10-12 [colin]      0.8.5claws22
6459
6460         * src/folderview.c
6461                 Fix a bug after "Check for new messages":
6462                 If a folder was opened, it was still selected at
6463                 the end of the check, but displayed empty.
6464         * src/mainwindow.c
6465                 Remove unnecessary check
6466
6467 2002-10-12 [paul]
6468
6469         * tools/README
6470                 be more verbose in the description of
6471                 OOo2sylpheed.pl
6472                 
6473
6474 2002-10-11 [colin]      0.8.5claws21
6475
6476         * src/mainwindow.c
6477                 Make space work (better) when no mail is selected
6478
6479 2002-10-11 [colin]      0.8.5claws20
6480
6481         * src/inc.c
6482           src/news.c
6483                 fix warnings
6484
6485 2002-10-11 [colin]      0.8.5claws19
6486
6487         * src/mainwindow.c
6488                 revert 0.8.5claws6 changes as i couldn't get to
6489                 anything satisfying
6490
6491 2002-10-11 [melvin]     0.8.5claws18
6492
6493         * src/compose.c
6494                 Removed buggy and unused macro (should have been committed in
6495                 0.8.5claws17)
6496
6497 2002-10-11 [melvin]     0.8.5claws17
6498
6499         * src/compose.c
6500                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6501
6502 2002-10-11 [thorsten]   0.8.5claws16 
6503
6504         * src/folderview.c
6505                 remove rescan warning
6506
6507 2002-10-11 [colin]      0.8.5claws15 
6508
6509         * src/procheader.c
6510                 fix a segfault that happens if conv_unmime_header
6511                 fails (should be better to find out why it fails)
6512
6513 2002-10-11 [christoph]  0.8.5claws14
6514
6515         * src/summaryview.c
6516                 update folderview stats after ignore/unignore thread
6517
6518 2002-10-11 [hoa]        0.8.5claws13
6519
6520         * src/quote_fmt_parse.y
6521                 Fixed a yacc/bison syntax error
6522         * src/matcher.c
6523                 Escaping of string is fixed.
6524
6525 2002-10-11 [colin]      0.8.5claws12
6526
6527         * src/imageview.c
6528                 Resize images to fit
6529
6530 2002-10-11 [paul]       0.8.5claws11
6531
6532         * po/es.po
6533                 updated by Ricardo Mones Lastra
6534
6535 2002-10-10 [alfons]     0.8.5claws10
6536
6537         * src/compose.c
6538                 allow dropping files by "moving" files from a file manager,
6539                 not only by the more cumbersome "copying". the latter 
6540                 mostly implies holding down the Control button
6541
6542 2002-10-10 [christoph]  0.8.5claws9
6543
6544         * src/summaryview.c
6545                 update folders after thread building for ignored threads
6546
6547 2002-10-10 [christoph]  0.8.5claws8
6548
6549         * config/.cvsignore
6550                 added Makefile
6551         * src/filtering.[ch]
6552         * src/folder.[ch]
6553         * src/folderview.[ch]
6554         * src/import.c
6555         * src/inc.[ch]
6556         * src/mbox.[ch]
6557         * src/procmsg.c
6558         * src/summaryview.[ch]
6559                 o added new flag need_update to FolderItem
6560                 o removed folder_table from various functions from tracking
6561                   folder updates
6562                 o set need_update flags in folder.c's move, copy and delete
6563                   functions and procmsg's flags functions
6564                 o added function folderview_update_items_when_required that
6565                   updates all folders with need_update set
6566                 o call folderview_update_items_when_required instead of
6567                   folderview_update_item_foreach
6568
6569 2002-10-09 [sergey]     0.8.5claws7
6570
6571         * src/compose.c
6572                 Strip CRs whel loading the text into editor in reedit mode.
6573
6574 2002-10-09 [colin]      0.8.5claws6
6575
6576         * src/mainwindow.c
6577                 Make Space work when no mail is selected
6578
6579 2002-10-09 [colin]      0.8.5claws5
6580
6581         * src/gtksctree.[ch]
6582                 Fix range_select
6583                 Add gtk_sctree_reanchor() 
6584         * src/summaryview.c
6585                 Use gtk_sctree_reanchor() - better fix for 
6586                 bug 60413
6587
6588 2002-10-09 [colin]      0.8.5claws4
6589
6590         * src/summaryview.c
6591                 Fix shift-click select after delete problem
6592                 (closes bug 60413)
6593
6594 2002-10-08 [thorsten]   0.8.5claws3
6595
6596         * src/summaryview.c
6597                 exclude current msg from -hide read messages-
6598
6599 2002-10-08 [colin]      0.8.5claws2
6600
6601         * src/inc.[ch]
6602           src/pop.c
6603           src/recv.c
6604                 Differentiate socket errors from disk full
6605                 errors
6606
6607 2002-10-08 [christoph]  0.8.5claws1
6608
6609         * Makefile.am
6610         * configure.in
6611                 modifications for new config directory
6612
6613         * config.guess  ** REMOVED **
6614         * config.sub    ** REMOVED **
6615         * install-sh    ** REMOVED **
6616         * ltmain.sh     ** REMOVED **
6617         * missing       ** REMOVED **
6618         * mkinstalldirs ** REMOVED **
6619                 these files are autogenerated by automake
6620                 when you run autogen.sh
6621
6622         * config/.cvsignore     ** NEW FILE **
6623         * config/Makefile.am    ** NEW FILE **
6624                 ignore autogenerated files
6625                 create a Makefile in this directory
6626
6627 2002-10-08 [paul]       0.8.5claws
6628
6629         * 0.8.5claws release
6630         
6631         * src/compose.c
6632           src/procheader.c
6633           src/procmsg.c
6634                 fix quote reply format for newsgroups reply bug
6635                 (thanks to Hoa)
6636                 
6637         * po/en_GB.po
6638           po/pl.po
6639                 updated by me and Witold Wladyslaw Wojciech Wilk
6640                 repectively
6641
6642 2002-10-07 [paul]       0.8.3claws53
6643
6644         * po/it.po
6645           po/pt_BR.po
6646           po/sr.po
6647                 updated messages catalogs, submitted by
6648                 Alessandro Maestri, Fabio Jr.Beneditto 
6649                 and Urke MMI, respectively.
6650
6651 2002-10-07 [christoph]  0.8.3claws52
6652
6653         * src/folder.[ch]
6654         * src/folderview.c
6655         * src/mainwindow.c
6656                 fix new folder ghost message bug
6657                 (closes bug [ 619722 ] wrong count for newly created folders)
6658
6659 2002-10-07 [christoph]  0.8.3claws51
6660
6661         * src/compose.c
6662                 fix news posting problem
6663
6664 2002-10-07 [melvin]     0.8.3claws50
6665
6666         * po/fr.po
6667                 Updated French translation
6668
6669 2002-10-05 [christoph]  0.8.3claws49
6670
6671         * src/gtkstext.c
6672                 check if line_start_cache is set in gtk_stext_update_text
6673                 (closes bug [ 618119 ] crash while doing search in folder)
6674
6675 2002-10-05 [christoph]  0.8.3claws48
6676
6677         * src/imap.c
6678         * src/news.c
6679         * src/utils.c
6680         * src/utils.h
6681                 implement cache cleanups for claws' folder system
6682                 (closes bug [ 595916 ] imapcache not cleaned up)
6683
6684 2002-10-05 [melvin]     0.8.3claws47
6685
6686         * src/prefs_actions.c
6687                 Made the help text more clear for the %p token
6688
6689 2002-10-04 [paul]       0.8.3claws46
6690
6691         * sync with 0.8.5
6692                 see ChangeLog 2002-10-02 and 2002-10-03
6693
6694 2002-10-04 [christoph]  0.8.3claws45
6695
6696         * src/inc.c
6697                 fix segfault caused by pop before smtp
6698                 call to inc_account_mail with NULL
6699                 pointer for mainwin
6700
6701 2002-10-04 [paul]       0.8.3claws44
6702
6703         * configure.in
6704                 sync the LDAP detection from 0.8.5cvs1
6705
6706 2002-10-02 [christoph]  0.8.3claws43
6707
6708         * po/de.po
6709                 fix small spelling error
6710
6711 2002-10-02 [melvin]     0.8.3claws42
6712
6713         * ac/aspell.m4
6714                 Behave better and say "no" when test program cannot be run.
6715
6716 2002-10-02 [paul]       0.8.3claws41
6717
6718         * sync with 0.8.4cvs1
6719                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6720                 
6721         * src/summaryview.c
6722                 toggle the behavior of Reply menuitem between
6723                 normal reply and reply-to-list
6724
6725 2002-10-01 [sergey]     0.8.3claws40
6726
6727         * src/compose.c
6728                 Convert newlines in the message text to the canonical form
6729                 before base64 encoding (RFC2045 compliance, fixes some
6730                 interoperability issues with Evolution 1.0.3)
6731
6732 2002-09-29 [colin]      0.8.3claws39
6733
6734         * src/summaryview.c
6735                 Fix an unwanted copy/paste
6736
6737 2002-09-29 [colin]      0.8.3claws38
6738
6739         * src/mainwindow.c
6740                 Renamed "Custom toolbar" to "Customize toolbar"
6741                 Renamed "Show all header" to "Show all headers"
6742                 Renamed "Set diplay item" to "Set displayed items"
6743         * src/prefs_common.c
6744                 Renamed "Show all header" to "Show all headers"
6745         * src/prefs_summary_column.c
6746                 Renamed "diplay item" to "displayed items"
6747
6748 2002-09-29 [colin]      0.8.3claws37
6749
6750         * src/mainwindow.[ch]
6751                 online/offline status pixmaps follow theme
6752                 changes
6753         * src/summaryview.[ch]
6754                 quicksearch pixmap follows theme changes
6755
6756 2002-09-29 [thorsten]   0.8.3claws36
6757
6758         * src/compose.c
6759           src/prefs_folder_item.[ch]
6760                 add default_reply_to folder option (closes patch 581044)
6761
6762 2002-09-29 [christoph]  0.8.3claws35
6763
6764         * acconfig.h    ** REMOVED **
6765         * configure.in
6766         * ac/aspell.m4
6767         * ac/check-type.m4
6768         * ac/gnupg-check-typedef.m4
6769                 fix autoheader 2.50 warning
6770
6771 2002-09-29 [christoph]  0.8.3claws34
6772
6773         * major code cleanup (part 2)
6774         
6775                 - unused variables removed
6776                 - unused functions removed
6777                 - uninitialized variables checked
6778                 - missing return statements added
6779                 - missing function return types added
6780                 - added parentheses around assignment
6781                   when suggested by gcc
6782
6783 2002-09-29 [alfons]     0.8.3claws33
6784
6785         * src/logwindow.c
6786                 log_window_clear(): only bracket gtk_text_forward_delete() 
6787                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6788                 works around GTK text bug)
6789
6790 2002-09-29 [paul]       0.8.3claws32
6791
6792         * po/bg.po
6793           po/sr.po
6794                 updated by George Danchev and Urke MMI
6795                 respectively
6796
6797 2002-09-27 [christoph]  0.8.3claws31
6798
6799         * doc-src/readme.txt
6800         * doc-src/rfc1806.txt   ** REMOVED **
6801         * doc-src/rfc2183.txt   ** NEW FILE **
6802         * doc-src/rfc2980.txt   ** NEW FILE **
6803                 update rfcs
6804
6805 2002-09-27 [melvin]     0.8.3claws30
6806
6807         * ac/aspell.m4
6808                 Fixed typo which could break linking
6809
6810 2002-09-27 [melvin]     0.8.3claws29
6811
6812         * ac/aspell.m4
6813                 Improved GNU/aspell checking. 
6814                 Fixed bug #614490
6815
6816 2002-09-27 [paul]       0.8.3claws28
6817
6818         * sync with 0.8.3cvs8
6819                 see ChangeLog 2002-09-27
6820
6821 2002-09-26 [colin]      0.8.3claws27
6822
6823         * src/toolbar.[ch]
6824           src/mainwindow.[ch]
6825                 Add "Reply to Mailing-list" to the toolbar
6826
6827 2002-09-26 [christoph]  0.8.3claws26
6828
6829         * src/summaryview.c
6830                 Fix wrong message counts in summaryview status
6831
6832 2002-09-26 [paul]       0.8.3claws25
6833
6834         * sync with 0.8.3cvs7
6835                 see ChangeLog 2002-09-26
6836
6837 2002-09-26 [paul]       0.8.3claws24
6838
6839         * sync with 0.8.3cvs6
6840                 see ChangeLog 2002-09-25
6841
6842 2002-09-25 [christoph]  0.8.3claws23
6843
6844         * src/prefs_common.c
6845         * src/prefs_folder_item.c
6846         * src/prefs_scoring.c
6847                 Renamed "kill score" to "hide score" in GUI
6848                 and prefs files
6849
6850 2002-09-25 [paul]       0.8.3claws22
6851
6852         * sync with 0.8.3cvs5
6853                 see ChangeLog 2002-09-24
6854
6855 2002-09-24 [alfons]     0.8.3claws21
6856
6857         patch by Satoshi Nagayasu: allows appending / saving multiple 
6858         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6859         'Save as ...'")
6860
6861         * AUTHORS
6862                 add Satoshi Nagayasu
6863         * src/summaryview.c
6864                 summary_save_as(): allow saving selected files to
6865                 one file
6866                 summary_set_menu_sensitive: enable "Save As..." when
6867                 multiple files are selected
6868         * src/utils.[ch]
6869                 append_file(): new function
6870
6871 2002-09-24 [colin]      0.8.3claws20
6872
6873         * src/procmime.c
6874                 Fix segfault when mimeinfo doesn't have a 
6875                 content_type. 
6876
6877 2002-09-24 [colin]      0.8.3claws19
6878
6879         * src/prefs_common.[ch]
6880                 Add a preference to display send dialog or not
6881         * src/send.c
6882                 Display send dialog according to preference
6883
6884 2002-09-24 [colin]      0.8.3claws18
6885
6886         * src/compose.[ch]
6887                 Disable user actions when sending
6888
6889 2002-09-24 [colin]      0.8.3claws17
6890
6891         * src/procmime.c
6892                 Do not display name or filename for attachments
6893                 with an application/pgp-signature type
6894                 (security flaw, see bug 537413)
6895
6896 2002-09-23 [colin]      0.8.3claws16
6897
6898         * src/editaddress.c
6899                 Initialize entry_email, entry_alias and 
6900                 entry_remarks to first email address of the list
6901
6902 2002-09-23 [colin]      0.83claws15
6903
6904         * src/compose.c
6905                 Drop pgp-signature when reediting a signed queued
6906                 message
6907
6908 2002-09-23 [melvin]     0.8.3claws14
6909
6910         * po/fr.po
6911                 Updated French translation
6912
6913 2002-09-23 [melvin]     0.8.3claws13
6914
6915         * src/mainwindow.c
6916                 Made custom toolbar menu labels more consistent
6917         * src/prefs_toolbar.c
6918                 Made custom toolbar window title more consistent
6919
6920 2002-09-22 [colin]      0.8.3claws12
6921
6922         * src/inc.c
6923                 Initialize session type to normal before getting 
6924                 mail (fixes strange Get behaviour)
6925         * src/prefs_account.h
6926                 Move STYPE_POP_BEFORE_SMTP to last position to 
6927                 avoid other side-effects
6928
6929 2002-09-22 [colin]      0.8.3claws11
6930
6931         * src/prefs_account.c
6932                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6933                 from pop3 to apop or vice-versa
6934
6935 2002-09-22 [colin]      0.8.3claws10
6936         
6937         * src/prefs_account.[ch]
6938                 Add an option for the POP before SMTP timeout
6939         * src/inc.c
6940                 Remember time of last POP connection
6941         * src/send.c
6942                 Do POP before SMTP only if timeout reached
6943
6944 2002-09-22 [oliver]     0.8.3claws9
6945         
6946         * README.claws
6947                 explain custom toolbar
6948
6949 2002-09-22 [oliver]     0.8.3claws8
6950
6951         * src/prefs_actions.[ch]
6952         custom toolbar for compose      
6953                 actions callback from compose toolbar
6954         * src/folderview.c
6955                 remove include toolbar.h
6956
6957 2002-09-22 [oliver]     0.8.3claws7
6958         
6959         * src/prefs_toolbar.[ch]
6960                 custom toolbar for compose
6961                 - generic prefs_toolbar handles both
6962                   Mainwin's toolbar as well as Compose toolbar          
6963
6964 2002-09-22 [oliver]     0.8.3claws6
6965         
6966         * src/toolbar.[ch]
6967                 custom toolbar for compose
6968                 restructure toolbar.[ch]
6969
6970 2002-09-22 [oliver]     0.8.3claws5
6971
6972         * src/compose.[ch]
6973                 custom toolbar for compose
6974
6975 2002-09-22 [oliver]     0.8.3claws4
6976         
6977         * src/mainwindow.[ch]
6978                 custom toolbar for compose 
6979                 move mainwin toolbar back to mainwindow
6980
6981 2002-09-22 [alfons]     0.8.3claws3
6982
6983         * src/procmsg.c
6984                 :%sno/if(/if (/gc
6985                 :%sno/for(/for (/gc
6986                 (beautify)
6987
6988 2002-09-22 [alfons]     0.8.3claws2
6989         
6990         * src/procmsg.c
6991                 procmsg_save_to_outbox(): don't unlink message file from queue;
6992                 callers should do it using folder_item_remove_msg()
6993
6994 2002-09-22 [colin]      0.8.3claws1
6995
6996         * src/mimeview.[ch]
6997                 Made mimeview_check_signature() public
6998         * src/textview.c
6999                 Made GPG signatures verifiable by clicking
7000                 the [application/pgp-signature] in the Text
7001                 view
7002
7003 2002-09-22 [paul]       0.8.3claws
7004
7005         * po/bg.po
7006           po/en_GB.po
7007           po/es.po
7008           po/it.po
7009           po/pl.po
7010           po/pt_BR.po
7011           po/sr.po
7012                 updated translations, submitted by George Danchev,
7013                 me, Ricardo Mones Lastra, Alessandro Maestri,
7014                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7015                 and Urke MMI, respectively.     
7016
7017 2002-09-22 [alfons]     0.8.2claws65
7018
7019         * src/procmsg.c
7020         * src/pgptext.c
7021                 no furry valgrinds have been used to plug these memleaks
7022
7023 2002-09-20 [paul]       0.8.2claws64
7024
7025         * sync with 0.8.3cvs4
7026                 'Select thread' re-implemented 
7027                 see ChangeLog 2002-09-20
7028
7029 2002-09-21 [alfons]     0.8.2claws63
7030
7031         * src/compose.c
7032                 compose_send(): plug unnoticed memleak
7033
7034 2002-09-20 [alfons]     0.8.2claws62
7035
7036         * src/addr_compl.c
7037                 replace_address_in_edit(): strict check for NULL address to
7038                 fix "[ 607348 ] Segfault in address completion". My guess is
7039                 that this happens with an empty address book, but it's good
7040                 to have this check here anyway
7041                 
7042                 completion_window_button_press(): free string returned 
7043                 from the internal cache
7044
7045 2002-09-20 [christoph]  0.8.2claws61
7046
7047         * src/procmime.h
7048                 added ENC_BINARY to EncodingType
7049         * src/procmime.c
7050                 the string returned by procmime_get_encoding_str
7051                 should not depend on the order of values in the
7052                 EncodingType definition
7053         * doc-src/rfc1806.txt   ** NEW FILE **
7054                 Added rfc1806 about MIME Content-Disposition
7055                 Extension
7056
7057 2002-09-19 [paul]       0.8.2claws60
7058
7059         * sync with 0.8.2cvs3
7060                 see ChangeLog 2002-09-19
7061
7062 2002-09-19 [paul]       0.8.2claws59
7063
7064         * src/prefs_folder_item.c
7065                 revert to Darko's original alignment of colour
7066                 selector button
7067                 add a colon to folder_color label
7068                 
7069         * src/compose.c
7070                 add Colin's patch (with Hiro's modifications) to 
7071                 force BASE64 encoding for 8-bit text when signing
7072                 (sync with 0.8.3cvs2)
7073
7074 2002-09-18 [alfons]     0.8.2claws58
7075
7076         * src/compose.c
7077                 :%sno/if(/if (/gc
7078                 :%sno/for(/for (/gc
7079                 (beautify a little bit)
7080
7081 2002-09-18 [christoph]  0.8.2claws57
7082
7083         * src/pine.c
7084                 fix handling of fgetc return value
7085
7086 2002-09-17 [alfons]     0.8.2claws56
7087         
7088         * src/summaryview.c
7089                 summary_sort(): check non-NULL summaryview->folder_item when no 
7090                 folder is selected at all
7091                 (closes "[ 610344 ] sort label make syl Crash")
7092
7093 2002-09-17 [alfons]     0.8.2claws55
7094         
7095         * src/compose.c
7096                 beautify a little bit
7097
7098 2002-09-17 [christoph]  0.8.2claws54
7099
7100         * src/folder.c
7101                 initialize max values for cache and folder
7102                 when cache or folder is empty
7103
7104 2002-09-15 [colin]      0.8.2claws53
7105
7106         * src/compose.c
7107                 Fix a leak (thanks Alfons!) and cleaned
7108                 variables names for custom headers
7109
7110 2002-09-15 [colin]      0.8.2claws52
7111
7112         * src/compose.c
7113                 Fix custom headers recognition when
7114                 prefs_common.trans_hdr is on
7115
7116 2002-09-15 [colin]      0.8.2claws51
7117
7118         * src/compose.c
7119                 Allow dynamically-added custom headers
7120                 Yet not reparsed if reedited
7121
7122 2002-09-15 [alfons]     0.8.2claws50
7123
7124         * src/prefs_account.c
7125                 fix warnings
7126
7127 2002-09-15 [colin]      0.8.2claws49
7128         
7129         * src/prefs_account.c
7130                 fix pop_before_smtp sensitivity
7131
7132 2002-09-15 [colin]      0.8.2claws48
7133
7134         * src/inc.[ch]
7135                 add inc_pop_before_smtp()
7136                 allow MainWindow to be undefined in 
7137                 inc_account_mail() and inc_start()
7138         * src/pop.c
7139           src/prefs_account.h
7140                 add STYPE_POP_BEFORE_SMTP session type
7141         * src/prefs_account.c
7142                 activated pop before smtp option
7143         * src/send.c
7144                 do pop before smtp if the relevant option 
7145                 is set
7146
7147 2002-09-15 [paul]       0.8.2claws47
7148
7149         * sync with 0.8.3
7150                 see ChangeLog 2002-09-15
7151
7152 2002-09-14 [paul]       0.8.2claws46
7153
7154         * po/bg.po
7155                 updated Bulgarian translation, submitted by
7156                 George Danchev
7157
7158 2002-09-13 [paul]       0.8.2claws45
7159
7160         * src/compose.c
7161                 merge claws' select_account() with main's
7162                 (new) compose_select_account(). [sync with
7163                 0.8.2cvs15, see ChangeLog 2002-09-11]
7164
7165 2002-09-12 [christoph]  0.8.2claws44
7166
7167         * src/filter.c
7168                 allocate 1 elements of FolderItem not 0
7169
7170 2002-09-12 [colin]      0.8.2claws43
7171
7172         * src/compose.c
7173                 Fix bug #590825 (obey Follow-up: poster)
7174
7175 2002-09-12 [colin]      0.8.2claws42
7176
7177         * src/procmime.c
7178                 Fix bug #557009 (wrong headers for messages 
7179                 forwarded as attachments)
7180
7181 2002-09-11 [colin]      0.8.2claws41
7182         
7183         * src/compose.c
7184                 Put SCF: pseudo-header on top of message
7185                 Set draft tmp_flag when saved as draft
7186
7187         * src/procmsg.c
7188           src/procheader.c
7189                 Skip after first \n\n for beginning of real message
7190                 for drafts too
7191
7192 2002-09-11 [christoph]  0.8.2claws40
7193
7194         * src/filtering.c
7195                 use procmsg flag functions in filtering or processing
7196                 will cause incorrect folder message counts
7197
7198 2002-09-11 [colin]      0.8.2claws39
7199
7200         * src/compose.c
7201                 Fix bug #550175 - wrong save folder when reediting
7202                 drafts
7203
7204 2002-09-11 [paul]       0.8.2claws38
7205
7206         * sync with 0.8.2cvs14
7207                 see ChangeLog 2002-09-11
7208
7209 2002-09-11 [colin]      0.8.2claws37
7210
7211         * src/folder.c
7212                 Fix a typo (seeming to cause new/unread status to
7213                 be lost)
7214
7215 2002-09-10 [christoph]  0.8.2claws36
7216
7217         * src/compose.c
7218                 compose_redirect should not use compose_generic_new
7219                 because that does more stuff than expected including
7220                 opening the external editor
7221                 (closes bug "[ 526608 ] bounced messages appear blank
7222                  in editor")
7223
7224 2002-09-10 [christoph]  0.8.2claws35
7225
7226         * src/folder.c
7227                 fix problem with too large message number range
7228                 causing a crash in folder_item_scan
7229
7230 2002-09-10 [paul]       0.8.2claws34
7231
7232         * sync with 0.8.2cvs13
7233                 see ChangeLog 2002-09-10
7234
7235 2002-09-10 [christoph]  0.8.2claws33
7236
7237         * src/msgcache.c
7238                 set MsgInfo TmpFlags for queue and draft folders
7239                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7240
7241 2002-09-10 [paul]       0.8.2claws32
7242
7243         * AUTHORS
7244           po/bg.po      ** NEW FILE **
7245                 new Bulgarian translation submitted by
7246                 George Danchev <danchev@spnet.net>
7247                 
7248         * tools/Makefile.am
7249           tools/README
7250           tools/tb2sylpheed     ** NEW FILE **
7251                 add script that converts an addressbook exported
7252                 from The Bat! into a Sylpheed addressbook. Submitted
7253                 by Urke MMI <urke-kg@eunet.yu>
7254
7255 2002-09-10 [paul]       0.8.2claws31
7256
7257         * sync with 0.8.2cvs12
7258                 see ChangeLog 2002-09-10
7259
7260 2002-09-06 [paul]       0.8.2claws30
7261
7262         * src/prefs_common.c
7263                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7264                 
7265         * tools/Makefile.am
7266           tools/README
7267           tools/ldif-to-xml.py  ** REMOVED **
7268                 remove obsolete python script
7269
7270 2002-09-06 [paul]       0.8.2claws29
7271
7272         * sync with 0.8.2cvs10
7273                 see ChangeLog 2002-09-06
7274
7275 2002-09-04 [paul]       0.8.2claws28
7276
7277         * sync with 0.8.2cvs9
7278                 see ChangeLog 2002-08-04
7279
7280 2002-09-04 [colin]      0.8.2claws27 
7281
7282         * src/prefs_common.[ch]
7283                 Added signature color configuration
7284         * src/textview.c
7285                 Use user-specified signature color
7286
7287 2002-09-03 [colin]      0.8.2claws26
7288
7289         * src/prefs_common.[ch]
7290                 Added autosave and autosave_length prefs
7291         * src/compose.c
7292                 Added compose_remove_draft()
7293                 Auto-save drafts according to the prefs
7294         * src/main.c
7295                 Added a crash-indicator file, allowing to check
7296                 for new messages on startup if Sylpheed crashed
7297                 (makes saved drafts "reappear")
7298
7299 2002-09-03 [colin]      0.8.2claws25
7300
7301         * src/textview.[ch]
7302                 Grey the signature
7303
7304 2002-09-03 [paul]       0.8.2claws24
7305
7306         * sync with 0.8.2cvs8
7307                 see ChangeLog 2002-09-02 and 2002-09-03
7308
7309 2002-09-03 [darko]      0.8.2claws23
7310
7311         * src/folderview.c
7312                 use normal style when creating new folder to pick
7313                 proper font size 
7314
7315 2002-09-02 [melvin]     0.8.2claws22
7316
7317         * src/gtkaspell.m4
7318                 removed some obsolete code
7319
7320 2002-09-02 [melvin]     0.8.2claws21
7321
7322         * ac/aspell.m4
7323                 fixed test's equality sign (== to =)
7324
7325 2002-09-02 [alfons]     0.8.2claws20
7326
7327         * src/folder.c
7328         * src/mh.c
7329                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7330                 as folder->destroy virtual as suggested by Hiro
7331                 (the mh.c code seems to have been lost around mh.c.1.21)
7332
7333 2002-09-02 [paul]       0.8.2claws19
7334
7335         * po/pt_BR.po
7336                 updated by Fabio Jr. Beneditto
7337                 
7338         * src/defs.h
7339                 use 'http://claws.sylpheed.org' for homepage link. 
7340                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7341
7342 2002-09-01 [alfons]     0.8.2claws18
7343
7344         * src/mh.c
7345                 plug memleak related to one Martin Kluge found
7346
7347 2002-08-31 [paul]       0.8.2claws17
7348
7349         * sync with 0.8.2cvs6
7350                 see ChangeLog 2002-08-30
7351
7352 2002-08-31 [alfons]     0.8.2claws16
7353
7354         * src/folder.c
7355                 folder_destroy(): remove mailbox from folderlist even if it has
7356                 no destroy virtual
7357
7358 2002-08-31 [alfons]     0.8.2claws15
7359
7360         * src/folder.c
7361                 :%sno/if(/if (/gc
7362                 :%sno/for(/for (/gc
7363                 (being pedantic I know)
7364
7365 2002-08-31 [alfons]     0.8.2claws14
7366
7367         * src/folder.c
7368                 check for NULL pointers returned from folder->fetch_msginfo virtual
7369                 (should solve some reported crashes)
7370
7371 2002-08-30 [alfons]     0.8.2claws13
7372
7373         * acconfig.h
7374         * configure.in
7375         * src/crash.c
7376                 enable crash dialog on compilation time
7377                 (--enable-crash-dialog configure option)
7378
7379 2002-08-30 [alfons]     0.8.2claws12
7380
7381         * AUTHORS
7382                 add Martin Kluge
7383         * src/mh.c
7384                 apply memory leak plug patch by Martin Kluge
7385                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7386                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7387                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7388
7389 2002-08-30 [darko]      0.8.2claws11
7390
7391         * src/folderview.c
7392                 copy Gtk style from normal style to match
7393                 font size for coloured folders
7394
7395 2002-08-29 [alfons]     0.8.2claws10
7396
7397         * sylpheed.desktop
7398                 Type=Internet <- Type=Application
7399                 (reported by Michael Schwendt, see:
7400                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7401                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7402
7403 2002-08-29 [paul]       0.8.2claws9
7404
7405         * sync with 0.8.2cvs5
7406                 see ChangeLog 2002-08-29
7407
7408 2002-08-29 [colin]      0.8.2claws8
7409
7410         * src/summaryview.c
7411                 Added a sanity check in summary_select_thread
7412                 Should fix bug 601605
7413
7414 2002-08-29 [colin]      0.8.2claws7
7415
7416         * src/main.c
7417                 Revert claws6 changes regarding bug #591676
7418
7419 2002-08-28 [colin]      0.8.2claws6
7420         
7421         * src/main.c
7422                 Ignore cache for queue folderitems
7423                 Fix bug #591676
7424
7425 2002-08-28 [melvin]     0.8.2claws5
7426
7427         * README.claws
7428                 Fixed typos.
7429
7430 2002-08-28 [melvin]     0.8.2claws4
7431
7432         * README.claws
7433                 Updated a bit the text concerning the spell checker
7434
7435 2002-08-28 [melvin]     0.8.2claws3
7436
7437         Merged the GNU_aspell_branch:
7438                 Support of new GNU/aspell is now included and the old pspell
7439                 is not supported anymore.
7440                 See README.claws
7441
7442         * README.claws
7443                 Updated spell checker text to reflect the switch to GNU/aspell
7444
7445         * ac/aspell.m4          *** NEW ***
7446         * src/gtkaspell.[ch]    *** NEW *** 
7447         * ac/pspell.m4          *** DELETED *** 
7448         * src/gtkspell.[ch]     *** DELETED ***
7449
7450         * ac/Makefile.am
7451                 Updated for GNU/aspell support
7452
7453         * po/POTFILES.in
7454                 Replaced gtkspell.c by gtkaspell.c
7455
7456         * acconfig.h
7457         * src/Makefile.am
7458         * src/about.c
7459         * src/compose.[ch]
7460         * src/crash.c
7461         * src/main.c
7462         * src/prefs_common.[ch]
7463                 Updated for GNU/aspell support
7464
7465 2002-08-28 [paul]       0.8.2claws2
7466
7467         * sync with 0.8.2cvs4
7468                 see ChangeLog 2002-08-27 and 2002-08-28
7469
7470 2002-08-28 [colin]      0.8.2claws1
7471
7472         * src/summary_search.c
7473                 Added "AND search"
7474
7475 2002-08-28 [jens]       0.8.2claws
7476
7477         *po/de.po
7478                 Updated German translations
7479
7480 2002-08-27 [melvin]     0.8.2claws
7481
7482         * po/fr.po
7483                 Updated French translations
7484
7485 2002-08-27 [paul]       0.8.2claws
7486
7487         * sync with 0.8.2 main release
7488
7489         * po/en_GB.po
7490           po/es.po
7491           po/it.po
7492           po/pl.po
7493           po/pt_BR.po
7494           po/sr.po
7495                 updated message catalogs submitted by
7496                 Ricardo Mones Lastra, Alessandro Maestri,
7497                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7498                 Beneditto and Urke MMI  
7499
7500 2002-08-27 [hoa]        0.8.1claws123
7501
7502         * src/mainwindow.[ch]
7503         * src/summaryview.[ch]
7504                 removed the "filter setting" menu option.
7505                 add a "cancel a news message" menu option.
7506
7507 2002-08-26 [martin]     0.8.1claws122
7508
7509         * ChangeLog.claws
7510                 changed string under 0.8.1claws79 changed by myself
7511                 i'm sorry alfons :(
7512
7513 2002-08-26 [martin]     0.8.1claws121
7514
7515         * src/crash.c
7516                 added kill command to debuggerrc to start crash dialog
7517
7518 2002-08-26 [paul]       0.8.1claws120
7519
7520         * sync with 0.8.1cvs31
7521                 see ChangeLog 2002-08-26
7522
7523 2002-08-25 [alfons]     0.8.1claws119
7524
7525         * src/procmsg.c
7526                 fix bug that didn't send out correct headers to news server
7527                 when sending news article and email from queue (bug reported
7528                 and patch provided by Tim Mann; closes bug 
7529                 "[ 583196 ] 0.7.8claws can't post news")
7530
7531 2002-08-25 [alfons]     0.8.1claws118
7532
7533         * src/selective_download.c
7534                 mark two strings as translatable
7535                 (thanks to Urke MMI for pointing this out)
7536
7537 2002-08-25 [alfons]     0.8.1claws117
7538
7539         * src/summaryview.c
7540                 treat sent boxes as special and allow sorting them by addressee
7541                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7542                 submitted by Steve Lamb)
7543
7544 2002-08-24 [alfons]     0.8.1claws116
7545
7546         * src/matcher.c
7547                 fix memleak reported by Martin Kluge
7548                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7549
7550 2002-08-24 [oliver]     0.8.1claws115
7551
7552         * src/prefs_toolbar.c
7553                 o code cleanup as suggested by Alfons
7554                 o memleak fix
7555
7556 2002-08-24 [alfons]     0.8.1claws114
7557
7558         * src/summaryview.c
7559                 o fix another memory leak reported by Martin Kluge
7560                   (see "[ 599568 ] Small Memory Leak")
7561                 o remove 'from' variable from 'summary_set_header()'; we can
7562                   do with just 'to' 
7563
7564 2002-08-24 [paul]       0.8.1claws113
7565
7566         * sync with 0.8.1cvs30
7567                 see ChangeLog 2002-08-23
7568
7569 2002-08-24 [alfons]     0.8.1claws112
7570
7571         * src/summaryview.c
7572                 remove unnecessary allocations for search bar fixing leaks
7573                 reported by Martin Kluge
7574                 (see "[ 599451 ] Further memory leaks?")
7575
7576 2002-08-24 [alfons]     0.8.1claws111
7577
7578         * src/main.c
7579                 make get_socket_name() public for crash.c
7580         * src/crash.c
7581                 o make report bug button work (goes to claws' 
7582                   bug tracker at sf.net)
7583                 o introduce function for doing important stuff just
7584                   before claws goes down
7585                 o clean up code 
7586
7587 2002-08-24 [alfons]     0.8.1claws110
7588
7589         * src/compose.c
7590                 move cursor to "To" entry when forwarding as attachment
7591                 (reported and solved by Steve Lamb, closes bug report
7592                 "[ 592880 ] Forward as attachment; cursor not in to")
7593
7594 2002-08-24 [colin]      0.8.1claws109
7595
7596         * src/mainwindow.c
7597                 fix quick search visibility after GUI (de)separations.
7598
7599 2002-08-23 [colin]      0.8.1claws108
7600
7601         * src/mainwindow.c
7602                 fix header pane visibility after folderview or
7603                 messageview (de)separation
7604
7605 2002-08-23 [paul]       0.8.1claws107
7606
7607         * src/mainwindow.[ch]
7608           src/toolbar.c
7609                 give full control of display or non-display 
7610                 of the Execute icon to Custom toolbar settings.
7611                 add new sensitivity condition to maninwindow.h: 
7612                 M_DELAY_EXEC
7613
7614         * ChangeLog
7615           ChangeLog.jp
7616           NEWS
7617                 more sync with 0.8.1cvs29
7618
7619 2002-08-23 [melvin]     0.8.1claws106
7620
7621         * src/alertpanel.c
7622                 Readded support for custom widget in alertpanel lost in last
7623                 sync.
7624
7625 2002-08-23 [paul]       0.8.1claws105
7626
7627         * sync with 0.8.1cvs29
7628                 see ChangeLog 2002-08-23
7629
7630 2002-08-23 [colin]      0.8.1claws104
7631
7632         * src/summaryview.c
7633                 Fix folder and search pixmaps exchanging positions
7634                 after theme or toolbar changes. Thank to Oliver for 
7635                 reporting this.
7636
7637 2002-08-23 [colin]      0.8.1claws103
7638
7639         * src/mainwindow.c
7640           src/messageview.[ch]
7641           src/noticeview.[ch]
7642           src/summaryview.c
7643                 Changed messageview_create() and noticeview_create()
7644                 to avoid the last gdk_warning
7645
7646 2002-08-22 [colin]      0.8.1claws102
7647
7648         * src/summaryview.c
7649                 Fix my new `Creating pixmap from xpm' warning
7650
7651 2002-08-22 [colin]      0.8.1claws101
7652
7653         * src/mainwindow.c
7654                 Fix some of the gdk warnings
7655
7656 2002-08-22 [colin]      0.8.1claws100
7657
7658         * src/Makefile.am
7659         * src/stock_pixmap.c
7660         * src/stock_pixmap.h
7661         * src/pixmaps/quicksearch.xpm *ADDED*
7662                 Add the quicksearch pixmap
7663         * src/mainwindow.c
7664         * src/summaryview.c
7665         * src/summaryview.h
7666                 Make quicksearch bar visible/hidden via a button
7667
7668 2002-08-22 [christoph]  0.8.1claws99
7669
7670         * src/folder.c
7671                 fix folder update for newsgroups with message
7672                 numbers below minimum number of articles to fetch
7673                 (closes bug #598445)
7674
7675 2002-08-22 [paul]       0.8.1claws98
7676
7677         * sync with 0.8.1cvs28
7678                 see ChangeLog 2002-08-22
7679
7680 2002-08-21 [alfons]     0.8.1claws97
7681
7682         * src/crash.c
7683                 use bt instead of bt full which seems to work 
7684                 better, and bt full doesn't give a great deal 
7685                 of information anyway
7686
7687 2002-08-21 [colin]      0.8.1claws96
7688
7689         * src/summaryview.c
7690                 fix summaryview_searchtype_changed prototype
7691
7692 2002-08-21 [christoph]  0.8.1claws95
7693
7694         * src/mainwindow.c
7695                 o fix broken menu update for sorting type, we have to
7696                   get this info from the summaryview now
7697                 o removed setting of threaded state in menu callback
7698         * src/summaryview.[ch]
7699                 more summaryview/folderitem seperation for
7700                 threading option
7701         * configure.in
7702                 removed not required --with-compiler-flags option
7703
7704 2002-08-21 [oliver]     0.8.1claws94
7705         
7706         * src/toolbar.h 
7707                 o rename toolbar.xml to toolbar_main.xml
7708                   since toolbar_compose.xml might come up 
7709                   any time soon
7710         * README.claws
7711                 add custom toolbar              
7712
7713 2002-08-21 [darko]      0.8.1claws93
7714
7715         * src/procmsg.c
7716                 don't reset tmp flags for messages copied
7717                 to sent folder
7718
7719 2002-08-21 [colin]      0.8.1claws92
7720         
7721         * src/prefs_filtering.c
7722                 fix renaming rules on folder rename 
7723                 when folder is not a leaf folder
7724
7725 2002-08-21 [paul]       0.8.1claws91
7726
7727         * src/prefs_folder_item.c
7728                 fix alignment of colour selector
7729
7730 2002-08-21 [paul]       0.8.1claws90
7731
7732         * sync with 0.8.1cvs27
7733                 see ChangeLog 2002-08-21
7734
7735 2002-08-21 [paul]       0.8.1claws89
7736
7737         * src/summaryview.c
7738                 fix crash when changing field type in
7739                 Quick search bar
7740
7741 2002-08-21 [colin]      0.8.1claws88
7742
7743         * src/summaryview.c
7744                 Made quick search case-insensitive
7745
7746 2002-08-21 [paul]       0.8.1claws87
7747
7748         * sync with 0.8.1cvs26
7749                 see ChangeLog 2002-08-21
7750
7751 2002-08-20 [christoph]  0.8.1claws86
7752
7753         * src/folderview.c
7754         * src/main.c
7755         * src/summaryview.[ch]
7756                 more summaryview/folderitem seperation for
7757                 sort_key and sort_type
7758         * src/procmsg.c
7759                 added missing return statement
7760
7761 2002-08-20 [colin]      0.8.1claws85
7762
7763         * src/summaryview.[ch]
7764                 Added a quick search box
7765         * src/mainwindow.c
7766         * src/prefs_common.[ch]
7767                 Added a show/hide option for the quick search
7768
7769 2002-08-20 [oliver]     0.8.1claws84
7770         
7771         * src/mainwindow.c
7772                 remove toolbar_create_popups
7773         * src/toolbar.[ch]
7774                 o remove toolbar_create_popups
7775                 o fix toolbar_set_sensitive 
7776                   (Bug reports #596834 and #596832)     
7777         * src/prefs_toolbar.c
7778                 o add "Set default" button
7779                 o align label and text + combo widgets
7780
7781 2002-08-20 [hoa]        0.8.1claws83bis
7782
7783         * src/imap.c
7784                 fixed a bug in imap_fetch_msginfo() in case there is no
7785                 current folder.
7786
7787 2002-08-20 [darko]      0.8.1claws83
7788
7789         * src/folderview.c
7790                 copy the color style of folder view so it
7791                 works with GTK themes
7792
7793 2002-08-20 [darko]      0.8.1claws82
7794
7795         * src/folder.h
7796         * src/folderview.c
7797         * src/prefs_folder_item.[hc]
7798                 don't use UI stuff in folder.h
7799
7800 2002-08-20 [darko]      0.8.1claws81
7801
7802         * src/folder.h
7803         * src/prefs_folder_item.h
7804         * src/folderview.c
7805         * src/prefs_folder_item.c
7806                 ability to set folder color in folderview
7807
7808 2002-08-19 [alfons]     0.8.1claws80
7809
7810         * src/summaryview.c
7811                 fix one of the earlier memleaks reported by Martin Kluge
7812
7813 2002-08-19 [alfons]     0.8.1claws79
7814
7815         * src/mainwindow.c
7816                 hide notice view when selecting seperate folder
7817                 view (reported by Urke MMI)
7818
7819 2002-08-19 [christoph]  0.8.1claws78
7820
7821         * src/folderview.c
7822         * src/prefs_folder_item.h
7823         * src/summaryview.[ch]
7824                 o add summary_set_prefs_from_folderitem to set
7825                   summaryview prefs (first step to remove all
7826                   references to the folderitem in summaryview)
7827                 o moved compiled regex stuff from folderitem prefs
7828                   to summaryview code
7829
7830 2002-08-19 [paul]       0.8.1claws77
7831
7832         * src/compose.c
7833                 add check for '.' to QUOTE_IF_REQUIRED
7834
7835 2002-08-19 [paul]       0.8.1claws76
7836
7837         * src/inc.c
7838                 sync with 0.8.1cvs25 (plug memory leak)
7839
7840         * src/prefs_toolbar.c
7841                 re-order prefs_toolbar_cancel()
7842
7843 2002-08-18 [alfons]     0.8.1claws75
7844
7845         * src/inc.c
7846         * src/matcher.c
7847                 plug other memleaks reported by Martin Kluge
7848
7849 2002-08-18 [paul]       0.8.1claws74
7850
7851         * po/pt_BR.po
7852                 updated by Fabio Jr. Beneditto
7853
7854 2002-08-18 [paul]       0.8.1claws73
7855
7856         * src/toolbar.[ch]
7857                 fix bug where tooltips were displayed untranslated              
7858
7859         * src/prefs_toolbar.c
7860                 fix bug where clicking 'Cancel' creates an icon & text
7861                 toolbar regardless of prefs
7862         
7863
7864 2002-08-17 [oliver]     0.8.1claws72
7865
7866         * src/prefs_toolbar.c
7867                 update toolbar on CANCEL
7868                 bug reported by Martin Kluge
7869         * src/toolbar.c
7870                 toolbar_destroy memleak fixed           
7871
7872 2002-08-17 [alfons]     0.8.1claws71
7873
7874         * src/toolbar.c
7875                 plug another memleak reported by Martin Kluge
7876
7877 2002-08-16 [alfons]     0.8.1claws70
7878
7879         * src/crash.c
7880                 use execvp() correctly (suggested by wwp; thanks!)
7881
7882 2002-08-16 [alfons]     0.8.1claws69
7883
7884         * src/gtksctree.c
7885                 plug memory leak reported by Kim Schultz & Martin Kluge
7886
7887 2002-08-16 [paul]       0.8.1claws68
7888
7889         * po/es.po
7890                 updated by Ricardo Mones Lastra
7891
7892 2002-08-16 [paul]       0.8.1claws67
7893
7894         * src/toolbar.h
7895                 fix bug where 'Compose News' icon showed wrong
7896                 tooltip
7897
7898 2002-08-16 [paul]       0.8.1claws66
7899
7900         * sync with 0.8.1cvs24
7901                 see ChangeLog 2002-08-16
7902
7903         * po/it.po
7904                 updated by Alessandro Maestri
7905
7906 2002-08-15 [paul]       0.8.1claws65
7907
7908         * po/sr.po
7909                 updated by Urke MMI
7910
7911 2002-08-15 [paul]       0.8.1claws64
7912
7913         * src/*.c
7914                 don't translate debug info
7915
7916         * src/matcher.[ch]
7917                 add copyright info
7918
7919 2002-08-15 [paul]       0.8.1claws63
7920
7921         * src/prefs_toolbar.c
7922                 fix bug where clicking 'OK' creates an icon & text
7923                 toolbar regardless of prefs
7924
7925 2002-08-14 [alfons]     0.8.1claws62
7926
7927         * src/main.c
7928                 add global var that has the full argv[0]
7929         * src/crash.c
7930                 o execvp the correct sylpheed by using argv0
7931                   and setting the correct work dir
7932                 o other tweaks  
7933
7934 2002-08-14 [oliver]     0.8.1claws61
7935         
7936         * enable/disable Toolbar Action Buttons 
7937         * code cleanups
7938         * src/mainwindow.c
7939         * src/toolbar.[ch]      
7940         * src/prefs_toolbar.c   
7941
7942 2002-08-14 [melvin]     0.8.1claws60
7943
7944         * po/fr.po
7945                 Updated French translations
7946
7947 2002-08-14 [melvin]     0.8.1claws59
7948
7949         * src/crash.c
7950                 Made bug report not translatable
7951         * src/exporthtml.c
7952                 Fixed exporthtml_build_filespec() return value
7953         * src/foldersel.c
7954                 Fixed incorrect include file
7955         * src/gtkspell.c
7956         * src/prefs_actions.c
7957         * src/prefs_toolbar.c
7958                 Made debug info not translatable
7959         * src/mutt.c
7960         * src/quote_fmt.c
7961                 Added missing includes
7962         * src/prefs_common.c
7963                 Fixed typo
7964
7965 2002-08-14 [paul]       0.8.1claws58
7966
7967         * faq/es/sylpheed-faq.html
7968           faq/es/sylpheed-faq-[1-3].html
7969           faq/es/sylpheed-faq-4.html     **NEW FILE **
7970                 update Spanish FAQ
7971
7972 2002-08-13 [christoph]  0.8.1claws57
7973
7974         * src/procmsg.c
7975                 ignore thread fix that did not mark all
7976                 child nodes of a ignored thread as
7977                 ignored. Does not work perfectly yet,
7978                 but it is better now
7979
7980 2002-08-13 [alfons]     0.8.1claws56
7981
7982         * src/crash.c
7983                 o implement 'save crash log'
7984                 o some tweaks
7985
7986 2002-08-13 [melvin]     0.8.1claws55
7987
7988         * src/main.c
7989                 removed unrequired "execinfo.h" header
7990
7991 2002-08-12 [paul]       0.8.1claws54
7992
7993         * faq/en/sylpheed-faq.html
7994           faq/en/sylpheed-faq-[1-3].html
7995           faq/en/sylpheed-faq-4.html     **NEW FILE **
7996                 update English FAQ
7997
7998 2002-08-12 [alfons]     0.8.1claws53
7999
8000         * po/POTFILES.in
8001                 add crash.c to translatables
8002         * src/crash.c
8003                 bring in Leandro's crash dialog
8004
8005 2002-08-11 [alfons]     0.8.1claws52
8006
8007         * src/crash.c
8008                 clean up some warnings
8009
8010 2002-08-11 [alfons]     0.8.1claws51
8011
8012         * acconfig.h
8013         * configure.in
8014         * src/crash.[ch]        ** NEW FILES **
8015         * src/main.c            
8016                 initial gdb crash handler
8017
8018 2002-08-11 [paul]       0.8.1claws50
8019
8020         * src/prefs_toolbar.c
8021                 replace Up/Down arrow pixmaps with text to be
8022                 consistent across icon themes
8023
8024 2002-08-11 [paul]       0.8.1claws49
8025
8026         * src/prefs_common.c
8027           src/prefs_toolbar.c
8028                 rename 'Pixmap' -> 'Icon'
8029
8030         * src/toolbar.[ch]
8031                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8032
8033 2002-08-10 [paul]       0.8.1claws48
8034
8035         * src/prefs_toolbar.c
8036                 re-work the UI
8037
8038 2002-08-10 [paul]       0.8.1claws47
8039
8040         * src/main.c
8041                 don't write Processing progress to status bar
8042                 patch submitted by Alexander Evseev
8043
8044         * src/prefs_toolbar.c
8045                 re-position and resize window
8046                 make window assume correct size on first call
8047
8048 2002-08-10 [paul]       0.8.1claws46
8049
8050         * src/mainwindow.c
8051           src/prefs_toolbar.c
8052           src/toolbar.c
8053           src/toolbar.h
8054                 obey coding style
8055                 follow UI text conventions
8056
8057 2002-08-10 [alfons]     0.8.1claws45
8058
8059         * src/toolbar.c
8060                 correct pixmap for delete action
8061
8062 2002-08-10 [paul]       0.8.1claws44
8063
8064         * po/pt_BR.po
8065                 updated by Fabio Jr. Beneditto
8066
8067 2002-08-10 [paul]       0.8.1claws43
8068
8069         * po/POTFILES.in
8070                 add custom toolbar files
8071
8072 2002-08-10 [paul]       0.8.1claws42
8073
8074         * sync with 0.8.1cvs22
8075                 see ChangeLog 2002-08-09
8076
8077 2002-08-09 [paul]       0.8.1claws41
8078
8079         * tools/Makefile.am
8080           tools/README
8081           tools/outlook2sylpheed.pl     ** NEW FILE **
8082                 add script to convert exported Outlook
8083                 contacts list to a Sylpheed addressbook.
8084                 Submitted by Ricardo Mones Lastra.
8085
8086 2002-08-09 [paul]       0.8.1claws40
8087
8088         * AUTHORS
8089           configure.in
8090           po/sr.po      ** NEW FILE **
8091                 add Serbian message catalog. Submitted by
8092                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8093
8094 2002-08-09 [paul]       0.8.1claws39
8095
8096         * sync with 0.8.1cvs21
8097                 see ChangeLog 2002-08-08
8098
8099 2002-08-08 [oliver]     0.8.1claws38
8100
8101         * src/mainwindow.c
8102                 move Custom Toolbar to Configuration menu
8103
8104 2002-08-08 [oliver]     0.8.1claws37
8105
8106         * src/prefs_toolbar.c
8107                 fix substitute pixmap bug
8108
8109 2002-08-08 [paul]       0.8.1claws36
8110
8111         * sync with 0.8.1cvs19
8112                 see ChangeLog 2002-08-08
8113
8114 2002-08-07 [christoph]  0.8.1claws35
8115
8116         * src/utils.c
8117                 fixed a memory leak in new canonicalize_file_replace
8118
8119 2002-08-07 [christoph]  0.8.1claws34
8120
8121         * src/utils.[ch]
8122                 o canonicalize_file_replace should create the temporary
8123                   file in the same directory as the original file.
8124                 o added get_tmpfile_in_dir that creates a temorary file
8125                   in a specified directory.
8126
8127 2002-08-07 [melvin]     0.8.1claws33
8128
8129         * src/toolbar.c
8130                 fixed bug where 'Article' button acted as 'Email' button.
8131
8132 2002-08-07 [paul]       0.8.1claws32
8133
8134         * sync with 0.8.1.cvs17
8135                 see ChangeLog 2002-08-07
8136
8137 2002-08-07 [colin]      0.8.1claws31
8138         
8139         * src/news.c
8140                 fix mass-cancel problem
8141
8142 2002-08-07 [thorsten]   0.8.1claws30
8143
8144         * src/prefs_toolbar.c
8145                 fix: crash on replace or add new button
8146         * src/toolbar.c
8147                 fix: close xmlfile after reading
8148         * src/utils.c
8149                 fix: unlink() file before rename()
8150
8151 2002-08-06 [paul]       0.8.1claws29
8152
8153         * sync with 0.8.cvs15
8154                 see ChangeLog 2002-08-06
8155
8156 2002-08-06 [oliver]     0.8.1claws28
8157
8158         * src/toolbar.c
8159         * src/prefs_toolbar.c
8160                 fixed empty toolbar issue
8161
8162 2002-08-06 [oliver]     0.8.1claws27
8163
8164         * Custom Toolbar Final 
8165         * src/folderview.c
8166         * src/inc.c
8167         * src/summaryview.c
8168                 o toolbar stuff now lives in src/toolbar.[ch]
8169                 o main_window_toolbar_* functions are renamed to
8170                   toolbar_* reflecting their new source file
8171         * src/mainwindow.[ch]
8172                 o remove toolbar stuff  
8173
8174 2002-08-06 [oliver]     0.8.1claws26
8175         
8176         * src/Makefile.am
8177         * src/prefs_toolbar.[ch]        **New File**
8178         * src/toolbar.[ch]              **New File**
8179                 o prefs_toolbar.[ch] custom toolbar frontend
8180                 o toolbar.[ch]       backend 
8181
8182 2002-08-06 [oliver]     0.8.1claws25
8183
8184         * src/prefs_actions.[ch]
8185                 o new exported function actions_execute
8186
8187 2002-08-06 [paul]       0.8.1claws24
8188
8189         * sync with 0.8.1cvs4
8190                 see ChangeLog 2002-08-06
8191
8192 2002-08-06 [paul]       0.8.1claws23
8193
8194         * sync with 0.8.1cvs13
8195                 see ChangeLog 2002-08-06
8196
8197 2002-08-06 [paul]       0.8.1claws22
8198
8199         * sync with 0.8.1cvs12
8200                 see ChangeLog 2002-08-05 and 2002-08-06
8201
8202 2002-08-06 [match]      0.8.1claws21
8203
8204         * src/addrclip.c
8205                 improvements to cut/copy/paste address
8206
8207 2002-08-05 [match]      0.8.1claws20
8208
8209         * src/addritem.[ch]
8210         * src/addrcache.c
8211         * src/addrbook.c
8212         * src/editaddress.c
8213         * src/addressbook.c
8214                 fixes to improve cut/copy/paste
8215
8216 2002-08-06 [melvin]     0.8.1claws19
8217
8218         * src/account.[ch]
8219                 account_find_all_from_address(): new function that returns the
8220                 list of all accounts that are matched in an address.
8221         * src/alertpanel.[ch]
8222                 alertpanel() now accepts a custom widget
8223                 alertpanel_with_widget(): new function that pops up a panel with
8224                 a custom widget in it 
8225         * src/gtkutils.[ch]
8226                 gtkut_account_menu_new(): new function that allows the selection
8227                 of an account from a list of accounts.
8228         * src/messageview.c
8229                 Extended Return Receipt notification to select the correct 
8230                 account and to make a security test on the Delivery-Notification
8231                 address which should be the same as the Return-Path.
8232
8233 2002-08-06 [thorsten]   0.8.1claws18
8234
8235         * src/mimeview.c
8236                 attach_all: save unnamed as "noname.%d",
8237                 dont free static dirname
8238
8239 2002-08-05 [alfons]     0.8.1claws17
8240
8241         * configure.in
8242                 detect XIM by trying to link rather than compile a XIM program
8243
8244 2002-08-05 [oliver]     0.8.1claws16
8245                 
8246         * src/stock_pixmap.[ch]
8247                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8248                 o new func to retrieve pixmaps
8249
8250 2002-08-05 [paul]       0.8.1claws15
8251
8252         * sync with 0.8.1cvs10
8253                 see ChangeLog 2002-08-05
8254
8255 2002-08-04 [alfons]     0.8.1claws14
8256
8257         * src/textview.c
8258                 see if this plugs memleak
8259
8260 2002-08-04 [melvin]     0.8.1claws13
8261
8262         * src/gtkspell.c
8263                 fixed bug that could crash Sylpheed when highlighting
8264                 all misspelled words.
8265
8266 2002-08-03 [melvin]     0.8.1claws12
8267
8268         * src/prefs_actions.c
8269                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8270         * src/messageview.c
8271                 fixed bug where the Return Receipt was sent to
8272                 Delivery-Notification-To address even if it was not present
8273
8274 2002-08-02 [alfons]     0.8.1claws11
8275
8276         * src/prefs_actions.c
8277                 o more check for NULLs
8278                 o put create_io_dialog() in right conditional block
8279
8280 2002-08-02 [paul]       0.8.1claws10
8281
8282         * po/es.po
8283                 updated by Ricardo Mones Lastra
8284
8285 2002-08-01 [christoph]  0.8.1claws9
8286
8287         * src/folder.c
8288                 don't free the cache of the opened
8289                 folder in the summaryview
8290         * src/summaryview.c
8291                 don't unset flags, if it is not required
8292
8293 2002-08-01 [paul]       0.8.1claws8
8294
8295         * sync with 0.8.1cvs8
8296                 see ChangeLog entry 2002-08-01
8297
8298 2002-08-01 [paul]       0.8.1claws7
8299
8300         * sync with 0.8.1cvs7
8301                 see ChangeLog 2002-07-31 and 2002-08-01
8302
8303 2002-07-31 [christoph]  0.8.1claws6
8304
8305         * src/mainwindow.c
8306                 forgot to update menu sensitivity
8307                 function for new menu entry
8308
8309 2002-07-31 [alfons]     0.8.1claws5
8310
8311         * src/main.c
8312                 check folder item and its path for NULL on
8313                 initial processing
8314
8315 2002-07-31 [christoph]  0.8.1claws4
8316
8317         * src/folder.c
8318                 check if folder_item_get_msginfo in
8319                 folder_item_remove_msg returned NULL
8320         * src/imap.c
8321                 better clear the uid cache in the
8322                 uid validity check function and delete
8323                 cached messages
8324
8325 2002-07-31 [paul]       0.8.1claws3
8326
8327         * man/sylpheed.1
8328                 add the '--attach' option and a few other
8329                 minor changes
8330
8331 2002-07-31 [paul]       0.8.1claws2
8332
8333         * sync with 0.8.1cvs5
8334                 see ChangeLog 2002-07-31
8335
8336 2002-07-31 [christoph]  0.8.1claws1
8337
8338         * src/folderview.[ch]
8339         * src/mainwindow.c
8340                 replace "Rescan all folders..." with
8341                 "Check all folders for new messages..."
8342
8343 2002-07-30 [paul]       0.8.1claws
8344
8345         * version 0.8.1claws released
8346
8347 2002-07-30 [paul]       0.8.0claws29
8348
8349         * tools/OOo2sylpheed.pl ** NEW FILE **
8350           tools/README
8351                 add script to enable sending documents as
8352                 attachments from OpenOffice.org
8353
8354 2002-07-30 [melvin]     0.8.0claws28
8355
8356         * src/prefs_actions.c
8357                 Made the actions' input/output dialog display
8358                 without delay.
8359
8360 2002-07-30 [christoph]  0.8.0claws27
8361
8362         * src/procmsg.c
8363                 check if folder_item_get_msginfo in
8364                 procmsg_save_to_outbox returned NULL
8365
8366 2002-07-30 [paul]       0.8.0claws26
8367
8368         * sync with 0.8.1cvs4
8369                 see ChangeLog 2002-07-29
8370
8371 2002-07-29 [thorsten]   0.8.0claws25
8372
8373         * README.claws
8374                 added selective download, delete on server
8375
8376 2002-07-29 [paul]       0.8.0claws24
8377
8378         * sync with 0.8.1cvs3
8379                 see ChangeLog 2002-07-29
8380
8381 2002-07-27 [christoph]  0.8.0claws23
8382
8383         * src/folder.c
8384                 add extra check if fetching the msginfo
8385                 returned NULL
8386
8387 2002-07-27 [paul]       0.8.0claws22
8388
8389         * sync with 0.8.1cvs2
8390                 see ChangeLog 2002-07-26
8391
8392 2002-07-27 [christoph]  0.8.0claws21
8393
8394         * src/imap.c
8395                 add another check if a valid msginfo
8396                 was returned
8397
8398 2002-07-26 [hoa]        0.8.0claws20
8399
8400         * src/folder.c
8401                 Fixed a condition in folder_item_destroy()
8402
8403         * src/imap.c
8404                 Fixed an error in IMAP protocol
8405
8406 2002-07-26 [alfons]     0.8.0claws19
8407
8408         * src/folder.c
8409                 ofcourse compare with identifier, not the path
8410
8411 2002-07-26 [alfons]     0.8.0claws18
8412
8413         * src/folder.c
8414                 use folder item identifier for saving / restoring
8415                 preferences because folder->path might not be unique
8416
8417 2002-07-26 [melvin]     0.8.0claws17
8418
8419         * src/logwindow.c
8420                 Fixed a crash introduced in 0.8.0claws5 when log is 
8421                 cut under 80 characters.
8422
8423 2002-07-26 [paul]       0.8.0claws16
8424
8425         * sync with 0.8.1cvs1
8426                 see ChangeLog 2002-07-26
8427
8428 2002-07-26 [christoph]  0.8.0claws15
8429
8430         * src/imap.[ch]
8431                 imap folder now remembers the last selected
8432                 folder and imap_fetch_msginfo skips selecting
8433                 the folder if it is already selected
8434
8435 2002-07-26 [christoph]  0.8.0claws14
8436
8437         * src/folder.c
8438         * src/folderview.c
8439         * src/imap.c
8440                 fix imap folder rescanning
8441
8442 2002-07-25 [christoph]  0.8.0claws13
8443
8444         * src/filter.c
8445         * src/folder.[ch]
8446         * src/folderview.c
8447         * src/imap.[ch]
8448         * src/mainwindow.c
8449         * src/mbox_folder.c
8450         * src/mh.c
8451         * src/news.c
8452                 implement imap uid cache and uid validity check
8453
8454 2002-07-25 [alfons]     0.8.0claws12
8455
8456         * src/summaryview.c
8457                 fix a brown paper bag bug, and also add some more
8458                 checks
8459
8460 2002-07-25 [christoph]  0.8.0claws11
8461
8462         * src/folder.c
8463                 don't mix copy, fetch_msginfo and remove
8464                 operations in folder item copy and move
8465                 operations
8466
8467 2002-07-25 [christoph]  0.8.0claws10
8468
8469         * src/folderview.c
8470         * src/mainwindow.c
8471         * src/prefs_folder_item.c
8472         * src/summaryview.[ch]
8473                 remove no longer required parameter update_cache from
8474                 summary_show
8475
8476 2002-07-25 [paul]       0.8.0claws9
8477
8478         * sync with 0.8.1
8479         
8480         * AUTHORS
8481                 a few corrections
8482
8483 2002-07-24 [alfons]     0.8.0claws8
8484
8485         * src/summaryview.c
8486                 sort correctly when using simplified subject line
8487                 (closes feature request "[ 585141 ] applying regexp to subject 
8488                 before sort" submitted by Alexandra Walford)
8489
8490 2002-07-24 [paul]       0.8.0claws7
8491
8492         * sync with 0.8.0cvs3
8493                 see ChangeLog 2002-07-24
8494
8495 2002-07-23 [christoph]  0.8.0claws6
8496
8497         * src/folder.c
8498         * src/folder.h
8499         * src/summaryview.c
8500         * src/summaryview.h
8501         * src/main.c
8502                 o separate processing and summaryview
8503                 o removed summary_write_cache from summaryview
8504                 o removed summaryview->killed_messages, because we don't have
8505                   to keep a list of killed messages anymore. New cache will
8506                   keep the hidden messages in cache anyway
8507         * src/folderview.c
8508         * src/inc.c
8509         * src/selective_download.c
8510                 o removed unnecessary summary_write_cache calls
8511         * src/procmsg.c
8512                 o don't set ignore thread flag in procmsg_get_thread_tree
8513                   if it is already set
8514         * src/mainwindow.c
8515         * src/statusbar.h
8516                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8517                   they are used in different files
8518
8519 2002-07-23 [melvin]     0.8.0claws5
8520
8521         * src/addressbook.c
8522         * src/addrgather.c
8523         * src/editaddress.c
8524         * src/editgroup.c
8525         * src/editldap_basedn.c
8526         * src/importldif.c
8527         * src/prefs_common.c
8528                 Fixed few memory leak (gtk_editable_get_chars returns
8529                 an allocated string)
8530         * src/logwindow.c
8531                 Fixed few memory leak (gtk_editable_get_chars returns
8532                 an allocated string) and modified a little the log cutting
8533                 loop.
8534         * src/compose.c
8535                 Replaced a call to an obsolete function gtk_entry_get_text()
8536                 by gtk_editable_get_chars()
8537         * src/send.c
8538                 Removed a debug printf
8539
8540 2002-07-23 [christoph]  0.8.0claws4
8541
8542         * src/filesel.c
8543                 fix another g_dirname memory leak
8544
8545 2002-07-23 [christoph]  0.8.0claws3
8546
8547         * src/mh.c
8548                 fixed a memory leak in mh_fetch_msginfo
8549                 fixed crash when message header could not be
8550                 parsed
8551
8552 2002-07-23 [paul]       0.8.0claws2
8553
8554         * sync with 0.8.0cvs2
8555                 see ChangeLog 2002-07-23
8556
8557 2002-07-23 [paul]       0.8.0claws1
8558
8559         * sync with 0.8.0cvs1
8560                 see ChangeLog 2002-07-23
8561
8562 2002-07-23 [paul]       0.8.0claws
8563
8564         * release of 0.8.0claws
8565
8566 2002-07-23 [paul]       0.7.8claws99
8567
8568         * po/ru.po
8569                 new Russian translation, submitted by
8570                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8571
8572 2002-07-22 [jens]       0.7.8claws98
8573
8574         * po/de.po
8575                 Updated German translations.
8576
8577 2002-07-22 [paul]       0.7.8claws97
8578
8579         * po/es.po
8580           po/it.po
8581           po/nl.po
8582           po/pt_BR.po
8583                 updated translations by Ricardo Mones Lastra,
8584                 Alessandro Maestri, Wilbert Berendsen and 
8585                 Fabio Jr. Beneditto respectively
8586
8587 2002-07-22 [christoph]  0.7.8claws96
8588
8589         * src/mimeview.c
8590                 fix memory leak caused by wrong g_dirname usage
8591
8592 2002-07-22 [christoph]  0.7.8claws95
8593
8594         * src/summaryview.c
8595                 update new and unread message counts for summaryview
8596                 summaryview does not get it from the folder anymore
8597                 and has to update the values itself
8598
8599 2002-07-22 [melvin]     0.7.8claws94
8600
8601         * po/fr.po
8602                 Updated French translations.
8603
8604 2002-07-22 [christoph]  0.7.8claws93
8605
8606         * src/matcher.c
8607                 set prop->preg pointer to NULL or following check
8608                 will not fail and regexec will be called with
8609                 invalid pointer
8610
8611 2002-07-21 [alfons]     0.7.8claws92
8612         
8613         * src/prefs_common.[ch]
8614                 remove option "Send return receipt on request"
8615
8616 2002-07-21 [thorsten]   0.7.8claws91
8617
8618         * src/mimeview.c
8619                 fixed memleaks, coding style as pointed out by alfons
8620
8621 2002-07-21 [alfons]     0.7.8claws90
8622
8623         * src/messageview.c
8624         * src/noticeview.[ch]
8625                 o fix bug notice view being displayed when going to empty folder 
8626                   (noticed by Christoph)
8627                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8628                   (noticed by Thorsten)
8629
8630 2002-07-21 [thorsten]   0.7.8claws89
8631
8632         * src/mimeview.c
8633                 Included save_all patch from Xaview FACQ
8634                 added support for pathnames
8635
8636 2002-07-21 [alfons]     0.7.8claws88
8637
8638         * po/POTFILES.in
8639         * src/Makefile.am
8640         * src/mainwindow.c
8641         * src/messageview.[ch]
8642         * src/noticeview.c      ** NEW FILE **
8643         * src/noticeview.h      ** NEW FILE **
8644                 make return receipts work again
8645                 (UI idea by Leandro Pereira)
8646
8647 2002-07-21 [paul]       0.7.8claws87
8648
8649         * src/summaryview.c
8650                 fix sensitivity of 'Select thread'
8651
8652 2002-07-21 [paul]       0.7.8claws86
8653
8654         * src/prefs_common.c
8655                 add browser command line for Galeon
8656
8657 2002-07-21 [paul]       0.7.8claws85
8658
8659         * Makefile.am
8660                 fix 'EXTRA_DIST': remove README.README, add TODO
8661                 and TODO.claws
8662
8663 2002-07-21 [alfons]     0.7.8claws84
8664
8665         * src/gtkstext.c
8666                 make enter clear selection
8667                 (closes "[ 579888 ] Editor selection/entry error"
8668                 reported by Steve Lamb)
8669
8670 2002-07-21 [alfons]     0.7.8claws83
8671         
8672         * src/summaryview.c
8673                 sort message list when selecting unthread messages
8674                 (closes "[ 501593 ] switching threaded view doesn't sort"
8675                 reported by Simon Schubert)
8676
8677 2002-07-20 [alfons]     0.7.8claws82
8678         
8679         * src/matcher.c
8680                 const-correctness
8681
8682 2002-07-20 [thorsten]   0.7.8claws81
8683
8684         * src/matcher.c
8685                 Fixed expansion of empty fields in matchactions
8686
8687 2002-07-19 [melvin]     0.7.8claws80
8688
8689         * src/gtkspell.c
8690                 Removed a duplicate menu entry (fast mode) introduced during
8691                 the new cache merge
8692                 Added a menu separator between 'Use alternate' and 'Fast mode'
8693
8694 2002-07-19 [paul]       0.7.8claws79
8695
8696         * tools/Makefile.am
8697           tools/README
8698                 correct typos
8699
8700 2002-07-19 [thorsten]   0.7.8claws78
8701
8702         * tools/calypso_convert.pl      ** NEW FILE **
8703           tools/README
8704           tools/Makefile.am
8705                 script to import mbox files exported
8706                 by calypso
8707                 o generates folder structure
8708                 o includes attachments
8709
8710 2002-07-19 [melvin]     0.7.8claws77
8711
8712         * src/selective_download.[ch]
8713                 Fixed bug where closing the dialog with the window manager's
8714                 close button will not unlock the summary
8715                 Corrected some function declarations that missed a return value
8716                 Made the source code comply better with coding style.
8717         * src/prefs_common.c
8718                 Added new browser command line for Mozilla.
8719
8720 2002-07-18 [paul]       0.7.8claws76
8721
8722         * src/mainwindow.c
8723           src/selective_download.[ch]
8724                 reflect theme changes, fix Gdk Warning when creating 
8725                 pixmap from NULL window, and minor clean up.
8726                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8727
8728         * po/en_GB.po
8729                 updated
8730
8731 2002-07-17 [paul]       0.7.8claws75
8732
8733         * INSTALL[.jp]
8734                 sync with 0.8.0
8735         
8736         * po/en_GB.po
8737                 updated
8738
8739 2002-07-16 [paul]       0.7.8claws74
8740
8741         * tools/filter_conv.pl
8742           tools/README
8743                 replace conversion script with reimplemented version, 
8744                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8745
8746 2002-07-16 [colin]      0.7.8claws73
8747
8748         * src/summaryview.c
8749                 remove forgotten debug messages - sorry ;-)
8750
8751 2002-07-16 [colin]      0.7.8claws72
8752
8753         * src/mimeview.c
8754           src/summaryview.c
8755           src/textview.c
8756           src/textview.h
8757                 add the ability to select part of a text mime-part 
8758                 to reply.
8759
8760 2002-07-15 [christoph]  0.7.8claws71
8761
8762         * src/folder.c
8763                 fix folder message count for folders without
8764                 msg_is_changed (includes news folders)
8765
8766 2002-07-15 [martin]     0.7.8claws70
8767
8768         * src/summaryview.c
8769                 option "display recipient on 'From'..." now works
8770                 without the need of enabling the option
8771                 "display  sender  using  address  book".
8772
8773 2002-07-15 [christoph]  0.7.8claws69
8774
8775         * src/summaryview.c
8776                 removed setting folder status from summaryview.
8777                 folder.c should update all message counts correctly.
8778
8779 2002-07-15 [paul]       0.7.8claws68
8780
8781         * po/pt_BR.po
8782                 updated by Fabio Junior Beneditto
8783
8784 2002-07-15 [darko]      0.7.8claws67
8785
8786         * src/mh.c
8787                 Fixed target folder colorization, don't decrease op
8788                 number twice
8789
8790 2002-07-14 [paul]       0.7.8claws66
8791
8792         * sync with main 0.8.0
8793                 see ChangeLog 2002-07-14
8794
8795 2002-07-13 [melvin]     0.7.8claws65
8796         
8797         * src/addrbook.c
8798         * src/addressbook.c
8799         * src/addrindex.c
8800                 Replaced sprintf by g_snprintf to prevent possible buffer
8801                 overflow.
8802         * src/news.c
8803                 Corrected a log message output format.
8804                 Added a missing "done" debug output.
8805         * src/compose.c
8806                 Added keyboard accelerator for Priority menu items
8807                 Added missing \n in debug output
8808         * src/logwindow.c
8809         * src/gtkspell.c
8810         * src/rfc2015.c
8811                 Added missing \n in debug output
8812
8813 2002-07-13 [paul]       0.7.8claws64
8814
8815         * man/sylpheed.1
8816                 change Sergey's email address to the sf address
8817
8818         * src/textview.c
8819                 increase show_url_timeout (more useful for long
8820                 urls)
8821
8822 2002-07-12 [sergey]     0.7.8claws63
8823
8824         * src/rfc2015.c
8825                 applied (with some modifications) patch to set the
8826                 micalg parameter for signatures
8827                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8828
8829 2002-07-12 [sergey]     0.7.8claws62
8830
8831         * man/Makefile.am
8832         * configure.in
8833                 fixed man page installation
8834
8835 2002-07-12 [paul]       0.7.8claws61
8836
8837         * sync with 0.7.8cvs26
8838                 see ChangeLog 2002-07-11 and 2002-07-12
8839
8840 2002-07-11 [christoph]  0.7.8claws60
8841
8842         * src/compose.c
8843         * src/procmsg.c
8844                 first use the message number to find the message
8845                 to mark with a reply flag but check the
8846                 message-id if we got the correct message, if not
8847                 try to find it by message-id.
8848                 use new string seperator that is not allowed
8849                 in message-ids.
8850
8851 2002-07-11 [paul]       0.7.8claws59
8852
8853         * sync with 0.7.8cvs23
8854                 see ChangeLog 2002-07-10
8855
8856 2002-07-10 [christoph]  0.7.8claws58
8857
8858         * src/folder.[ch]
8859         * src/msgcache.[ch]
8860                 Added message-id table to the cache in memory
8861                 and functions to msgcache.c and folder.c to
8862                 fetch MsgInfos by message id
8863         * src/compose.c
8864         * src/procmsg.c
8865                 store folder and message-id of message replying
8866                 to in queue header and set reply flag after sending
8867                 (Closes bug #469498)
8868
8869 2002-07-10 [paul]       0.7.8claws57
8870
8871         * AUTHORS
8872           man/sylpheed.1.gz
8873                 add Martin to the list of authors
8874
8875 2002-07-09 [martin]     0.7.8claws56
8876         * src/gtksctree.c
8877                 Added gtk_ctree_last_visible(), tree_update_level(),
8878                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8879                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8880                 from gtk+ to gtksctree.c for the new sorting code
8881                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8882                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8883         * src/gtksctree.h
8884                 Added declaration for gtk_sctree_sort_recursive() and
8885                 gtk_sctree_sort_node
8886         * src/addressbook.c
8887         * src/foldersel.c
8888         * src/folderview.c
8889         * src/summaryview.c
8890                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8891                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8892
8893 2002-07-08 [paul]       0.7.8claws55
8894
8895         * more sync with 0.7.8cvs21
8896                 see ChangeLog 2002-07-08
8897
8898 2002-07-08 [paul]       0.7.8claws54
8899
8900         * sync with 0.7.8cvs21
8901                 see ChangeLog 2002-07-08
8902
8903 2002-07-07 [alfons]     0.7.8claws53
8904
8905         * src/Makefile.am
8906         * src/stock_pixmap.[ch]
8907         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8908         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8909         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8910                 add new pixmaps for upcoming notice pane
8911
8912 2002-07-06 [melvin]     0.7.8claws52
8913
8914         * src/gtkspell.[ch]
8915                 Made them a bit closer to Sylpheed's coding style.
8916                 Removed old code.
8917                 Removed possible memory leaks when some errors occurs.
8918
8919 2002-07-06 [melvin]     0.7.8claws51
8920
8921         * po/Makefile.in.in
8922                 Removed --no-location in xgettext command line to help
8923                 translators that use Emacs' po-mode
8924         * src/quote_fmt.c
8925                 Removed unnecessary comments that messed up sylpheed.pot
8926
8927 2002-07-06 [paul]       0.7.8claws50
8928
8929         * sync with 0.7.8cvs19
8930                 see ChangeLog 2002-07-05
8931
8932 2002-07-06 [christoph]  0.7.8claws49
8933
8934         * src/folder.c
8935         * src/mainwindow.c
8936                 fix folder_item_remove_all_msg and folderview
8937                 status for trash folders after emptying trash
8938
8939 2002-07-05 [paul]       0.7.8claws48
8940
8941         * sync with 0.7.8cvs16
8942                 see ChangeLog 2002-07-04 and 2002-07-05
8943
8944 2002-07-04 [paul]       0.7.8claws47
8945
8946         * sync with 0.7.8cvs14
8947                 see  ChangeLog 2002-07-04
8948
8949 2002-07-03 [alfons]     0.7.8claws46
8950
8951         * src/folder.c
8952                 dupe folder item's path because it's being reallocated
8953                 by new folder scanning code
8954
8955 2002-07-03 [christoph]  0.7.8claws45
8956
8957         * src/imap.c
8958                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8959         * src/msgcache.c
8960                 add missing return in msgcache_write
8961
8962 2002-07-02 [thorsten]   0.7.8claws44
8963
8964         * src/jpilot.c
8965         * src/msgcache.c
8966         * src/rfc2015.c
8967                 use binary mode for file access
8968
8969 2002-07-02 [christoph]  0.7.8claws43
8970
8971         * major code cleanup (part 1)
8972         
8973                 - unused variables removed
8974                 - unused functions removed
8975                 - uninitialized variables checked
8976                 - missing return statements added
8977                 - missing function return types added
8978                 - added parentheses around assignment and
8979                   && in || when suggested by gcc
8980               
8981         * src/mh.c
8982         * src/folder.c
8983                 replaced direct calls to folder->scan_tree
8984                 with folder_scan_tree and restore folder
8985                 prefs in this function. The folder should
8986                 not have to deal with them.
8987                 ( Should now work for all folder types )
8988
8989 2002-07-02 [paul]       0.7.8claws42
8990
8991         * sync with 0.7.8cvs13
8992                 see ChangeLog 2002-07-01 and 2002-07-02
8993
8994 2002-07-01 [christoph]  0.7.8claws41
8995
8996         * src/summaryview.c
8997                 fix "goto next/prev unread message" with
8998                 ignored threads
8999
9000 2002-07-01 [paul]       0.7.8claws40
9001
9002         * po/es.po
9003                 updated by Ricardo Mones Lastra
9004
9005 2002-06-30 [match]      0.7.8claws39
9006
9007         * src/jpilot.c
9008                 applied variation of leonerd's patch (566661) to
9009                 allow multiple email addresses per JPilot entry.
9010                 addresses may be separated by space, comma, pipe,
9011                 semi-colon, new-line.
9012
9013 2002-06-30 [alfons]     0.7.8claws38
9014
9015         * src/procmsg.c
9016                 simple fix for putting older nodes before
9017                 newer nodes when threading by subject
9018
9019 2002-06-30 [christoph]  0.7.8claws37
9020
9021         * src/folder.c
9022         * src/folderview.c
9023         * src/mh.c
9024         * src/news.c
9025         * src/procmsg.c
9026                 fix broken folder tree rescaning
9027                 and don't use procmsg_get_mark_sum
9028                 anymore
9029
9030 2002-06-30 [christoph]  0.7.8claws36
9031
9032         * merge new cache branch
9033         * src/imap.c
9034                 fix new cache imap copy bug
9035         * src/folder.c
9036                 improved folder_item_scan
9037                 it should now always set the correct
9038                 new, unread and total message counts
9039
9040 2002-06-29 [paul]       0.7.8claws35
9041
9042         * configure.in
9043                 correct syntax error
9044
9045 2002-06-29 [paul]       0.7.8claws34
9046
9047         * configure.in
9048           Makefile.am
9049           man/Makefile.am       ** NEW FILE **
9050           man/sylpheed.1.gz     ** NEW FILE **
9051                 add Sylpheed man page
9052
9053 2002-06-29 [paul]       0.7.8claws33
9054
9055         * po/pt_BR.po
9056                 updated by Fabio Junior Beneditto
9057
9058 2002-06-28 [jens]       0.7.8claws32
9059
9060         * po/de.po
9061                 translation updated
9062
9063         * src/selective_download.c
9064                 removed gettext for space " "
9065
9066         * src/imap.c
9067                 removed wrong space
9068
9069 2002-06-28 [paul]       0.7.8claws31
9070
9071         * sync with 0.7.8cvs11
9072                 see ChangeLog 2002-06-28
9073
9074 2002-06-28 [paul]       0.7.8claws30
9075
9076         * sync with 0.7.8cvs10
9077                 see ChangeLog 2002-06-27 and 2002-06-28
9078
9079 2002-06-26 [paul]       0.7.8claws29
9080
9081         * src/addrgather.c
9082           src/selective_download.c
9083                 don't gettextise empty strings.
9084                 reserved by gettext. gettext("") returns 
9085                 the header entry with meta information, 
9086                 not the empty string
9087
9088         * po/en_GB.po
9089                 updated
9090
9091 2002-06-26 [paul]       0.7.8claws28
9092
9093         * sync with 0.7.8cvs7
9094                 see ChangeLog 2002-06-25
9095
9096         * src/prefs_common.c
9097                 ...and in the process, tweak the gui a little
9098
9099 2002-06-25 [alfons]     0.7.8claws27
9100         
9101         * configure.in
9102         * src/Makefile.am
9103                 fine tune ldap library detection
9104
9105 2002-06-25 [alfons]     0.7.8claws26
9106
9107         * src/compose.c
9108                 don't allow return receipts when composing a news article
9109
9110 2002-06-25 [paul]       0.7.8claws25
9111
9112         * Makefile.am
9113                 add '$(AMTAR)' to 'release' section to allow for
9114                 new and older autotools
9115
9116 2002-06-25 [paul]       0.7.8claws24
9117
9118         * src/summaryview.c
9119                 fix "No more unread messages" persistant pop-up
9120                 window bug
9121
9122 2002-06-25 [paul]       0.7.8claws23
9123
9124         * po/it.po
9125                 updated by Alessandro Maestri
9126
9127 2002-06-25 [paul]       0.7.8claws22
9128
9129         * sync with 0.7.8cvs6
9130                 see ChangeLog 2002-06-25
9131
9132 2002-06-24 [paul]       0.7.8claws21
9133
9134         * tools/update-po
9135                 add GPL copyright information
9136
9137 2002-06-24 [paul]       0.7.8claws20
9138
9139         * tools/Makefile.am
9140           tools/README
9141           tools/update-po       ** NEW FILE **
9142                 add script that eases the creation of *.po files
9143                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9144
9145 2002-06-23 [alfons]     0.7.8claws19
9146
9147         * src/messageview.c
9148                 make notification_convert_header obey const correctness
9149                 (next step will be fixing the broken return receipt)
9150
9151 2002-06-23 [paul]       0.7.8claws18
9152
9153         * src/messageview.c
9154                 fix bug introduced in last commit:
9155                 removed too much code in last commit - put back what's
9156                 needed
9157
9158 2002-06-23 [paul]       0.7.8claws17
9159
9160         * src/messageview.[ch]
9161                 remove code committed in error from locally patched
9162                 source
9163
9164 2002-06-23 [colin]      0.7.8claws16
9165
9166         * src/compose.[ch]
9167                 add compose_entry_select(), used to select the default_to
9168                 email address - hopefully avoiding people sending mails to
9169                 wrong recipients.
9170
9171 2002-06-22 [alfons]     0.7.8claws15
9172
9173         * AUTHORS
9174                 add Bram Metsch & Stanislav Karchebny
9175         * src/smtp.[ch]
9176         * src/prefs_account.[ch]
9177         * src/send.c
9178                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9179                   options.  (see <http://sourceforge.net/tracker/index.php
9180                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9181
9182                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9183                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9184
9185 2002-06-22 [paul]       0.7.8claws14
9186
9187         * sync with 0.7.8cvs5
9188                 see ChangeLog 2002-06-19 and 2002-06-20
9189
9190 2002-06-22 [alfons]     0.7.8claws13
9191
9192         * src/selective_download.c
9193                 fix a stupid mistake I made
9194
9195 2002-06-22 [alfons]     0.7.8claws12
9196
9197         * src/selective_download.[ch]
9198                 fix another unnoticed leak; cleanup code
9199
9200 2002-06-21 [alfons]
9201
9202         * tools/Makefile.am
9203                 gpg-sign <-- gpg-sign-syl
9204
9205 2002-06-21 [alfons]     0.7.8claws11
9206
9207         * src/selective_download.c
9208         * src/selective_download.h
9209                 fix assorted mix of allocation errors (should solve
9210                 problem reported by Philippe Gramoullé, see:
9211                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9212
9213 2002-06-20 [melvin]     0.7.8claws10
9214
9215         * tools/gpg-sign *REMOVED*
9216           tools/gpg-sign-syl *ADDED*
9217                 Replaced the gpg clearsigning script with the version using
9218                 xterm instead of ssh-askpass and changed its name.
9219
9220         * README.claws
9221                 Updated actions example to reflect the renaming of the
9222                 gpg clearsigning script.
9223
9224 2002-06-19 [paul]       0.7.8claws9
9225
9226         * sync with 0.7.8claws9
9227                 see ChangeLog 2002-06-18 and 2002-06-19
9228
9229 2002-06-19 [paul]       0.7.8claws8
9230
9231         * sync with 0.7.8cvs1
9232                 see ChangeLog 2002-06-18
9233
9234 2002-06-18 [alfons]     0.7.8claws7
9235
9236         * src/mainwindow.h
9237                 add omitted prototype
9238
9239 2002-06-17 [paul]       0.7.8claws6
9240
9241         * src/mainwindow.c
9242                 fix hiding of exec_btn
9243
9244 2002-06-17 [paul]       0.7.8claws5
9245
9246         * src/pop.c
9247                 remove unneeded code: should_delete() 
9248                 and Pop3State::uidl_todelete_list
9249
9250 2002-06-17 [paul]       0.7.8claws4
9251
9252         * sync with 0.7.8
9253                 see ChangeLog 2002-06-11 and 2002-06-13
9254
9255 2002-06-16 [alfons]     0.7.8claws3
9256         
9257         * src/folder.c
9258                 make sure lock sort mode (claws specific) is
9259                 also persists after a tree rescan
9260
9261 2002-06-16 [alfons]     0.7.8claws2
9262
9263         * src/prefs_folder_item.c
9264         * src/folder.[ch]
9265                 fix persistence of folder sort mode (broken
9266                 by adapting Hiro's new folder persistence code)
9267
9268 2002-06-16 [alfons]     0.7.8claws1
9269
9270         * AUTHORS
9271         * src/logwindow.c
9272         * src/prefscommon.[ch]
9273                 control size of log text in log window; 
9274                 closes patch #569155 submitted by Mitko Haralanov.
9275
9276 2002-06-15 [paul]       0.7.8claws
9277
9278         * release of 0.7.8claws
9279
9280 2002-06-15 [paul]       0.7.7claws
9281
9282         * po/pt_BR.po
9283                 updated by Fabio Junior Beneditto
9284
9285 2002-06-14 [paul]       0.7.6claws49
9286
9287         * po/es.po
9288                 updated by Ricardo Mones Lastra
9289
9290 2002-06-14 [paul]       0.7.6claws48
9291
9292         * po/nl.po
9293                 updated translation by Wilbert Berendsen
9294
9295 2002-06-14 [melvin]     0.7.6claws47
9296
9297         * po/fr.po
9298                 Updated French translation
9299
9300 2002-06-13 [paul]       0.7.6claws46
9301
9302         * src/filesel.c
9303                 allow filename to be typed in, rather than just
9304                 selected by the mouse. Patch by Gustavo Noronha Silva.
9305
9306 2002-06-13 [alfons]     0.7.6claws45
9307
9308         * src/mainwindow.[ch]
9309                 more cleanups (removing unnecessary menu items Expand 
9310                 summary / message view)
9311
9312 2002-06-13 [melvin]     0.7.6claws44
9313
9314         * po/POTFILES.in
9315                 Added src/string_match.c
9316         * src/string_match.c
9317                 Fixed possible buffer overflow.
9318                 Corrected typo.
9319                 Added missing config.h header.
9320         * src/prefs_common.c
9321           src/prefs_matcher.c
9322           src/prefs_scoring.c
9323                 Made some strings translatable (missing _(..)).
9324
9325 2002-06-13 [melvin]     0.7.6claws43
9326
9327         * README.claws
9328                 Corrected action example (verifying clearsigned mail).
9329         * src/prefs_account.c
9330                 Corrected typo.
9331         * src/prefs_common.c
9332                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9333
9334 2002-06-12 [alfons]     0.7.6claws42
9335
9336         * src/summaryview.c
9337                 add init of score column lost in 0.7.6claws42
9338
9339 2002-06-12 [paul]       0.7.6claws41
9340
9341         * src/prefs_account.c
9342                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9343                 behavior of the radio buttons, (from 0.7.7cvs2)
9344
9345 2002-06-11 [alfons]     0.7.6claws40
9346
9347         * src/messageview.[ch]
9348         * src/summaryview.[ch]
9349         * src/summary_search.c
9350         * src/mainwindow.c
9351                 perform a sync to bring in Hiro's separate view implementation 
9352
9353                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9354
9355 2002-06-11 [paul]       0.7.6claws39
9356         
9357         * src/prefs_account.c
9358                 correct a typo on the Receive tab
9359
9360 2002-06-10 [match]      0.7.6claws38
9361
9362         * src/addressbook.c
9363                 Included address completion patch from Gustavo Noronha.
9364
9365 2002-06-10 [paul]       0.7.6claws37
9366
9367         * src/inc.[ch]
9368           src/pop.c
9369           src/prefs_account.[ch]
9370           src/selective_download.[ch]
9371                 apply PATCH #561712
9372                  NEW:
9373                 - check if POP Account
9374                 - Receive Button renamed to Preview
9375                 - Preview Button Popup: preview new/all messages
9376                 - Download Button
9377                 - Account Preferences-->Receive tab checkbutton if you
9378                   want to remove Mail after Download
9379                 -: default YES
9380                 - Account Preferences-->Receive tab checkbutton use
9381                   filtering rules on preview
9382                   (think of delete_on_server)
9383                 -: default YES
9384                 - Account selectable from SD dialog
9385                 - checkbutton to show already downloaded messages if
9386                   all messages are previewed
9387                 - new clist column showing Date
9388                 - ESC KEY close
9389                 FIXES:
9390                 - play ball with UIDL
9391                 - fault tolerant (?) 
9392                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9393
9394 2002-06-10 [melvin]     0.7.6claws36
9395
9396         * README.claws
9397                 Added a hint to ac/README in cvs instructions.
9398
9399         * src/prefs_actions.c
9400                 Made it possible to use a more elaborate command line
9401                 for asynchronous actions, too.
9402
9403 2002-06-10 [melvin]     0.7.6claws35
9404         
9405         * src/prefs_actions.c
9406                 Make it possible to use a more elaborate command line
9407                 (e.g. |foo|bar|cat>there;echo Done|)
9408                 Corrected error message when calling %f, %F and %p commands
9409                 from the compose window.
9410
9411 2002-06-09 [colin]      0.7.6claws34
9412
9413         * src/summaryview.c
9414                 Automatically find unread messages in current folder
9415                 before annoying the user.
9416
9417 2002-06-08 [alfons]     0.7.6claws33
9418
9419         * po/it.po
9420                 remove bad formatting string in it.po translation
9421                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9422
9423 2002-06-08 [paul]       0.7.6claws32
9424
9425         * sync with 0.7.6cvs25
9426                 see ChangeLog 2002-06-07
9427
9428 2002-06-05 [paul]       0.7.6claws31
9429
9430         * src/mainwindow.c
9431                 add 'Sort by locked' and 'Sort by score'
9432
9433 2002-06-05 [paul]       0.7.6claws30
9434
9435         * sync with 0.7.6cvs24
9436                 see ChangeLog 2002-06-04
9437
9438 2002-06-04 [paul]       0.7.6claws29
9439
9440         * po/pt_BR.po
9441                 updated by Fabio Junior Beneditto
9442
9443 2002-06-03 [thorsten]   0.7.6claws28
9444
9445         * src/matcher.c
9446                 fclose() matcherrc after reading
9447
9448 2002-06-03 [paul]       0.7.6claws27
9449
9450         * sync with 0.7.6cvs21
9451                 see ChangeLog 2002-05-31
9452
9453 2002-05-31 [paul]       0.7.6claws26
9454
9455         * sync with 0.7.6cvs20
9456                 see ChangeLog 2002-05-29 and 2002-05-30
9457
9458 2002-05-31 [paul]       0.7.6claws25
9459
9460         * src/imap.c
9461                 hopefully fix last buggy sync
9462
9463         * README.claws
9464                 correct typo in 'Actions' examples
9465
9466 2002-05-29 [paul]       0.7.6claws24
9467
9468         * sync with 0.7.6cvs18
9469                 see ChangeLog 2002-05-28 and 2002-05-29
9470
9471         * src/news.c
9472           src/nntp.[ch]
9473                 sync with above 
9474
9475 2002-05-28 [paul]       0.7.6claws23
9476
9477         * sync with 0.7.6cvs16
9478                 see ChangeLog 2002-05-28
9479
9480 2002-05-27 [thorsten]   0.7.6claws22 
9481
9482         * faq/it/sylpheed-faq-1.html
9483           faq/it/sylpheed-faq-2.html
9484           faq/it/sylpheed-faq-3.html
9485           faq/it/sylpheed-faq.html
9486                 corrected DOS lineendings
9487         * faq/de/sylpheed-faq-1.html
9488           faq/de/sylpheed-faq-2.html
9489           faq/en/sylpheed-faq-1.html
9490           faq/en/sylpheed-faq-2.html
9491           faq/en/sylpheed-faq-3.html
9492           faq/es/sylpheed-faq-1.html
9493           faq/es/sylpheed-faq-2.html
9494           faq/es/sylpheed-faq-3.html
9495           faq/fr/sylpheed-faq-1.html
9496           faq/it/sylpheed-faq-1.html
9497           faq/it/sylpheed-faq-2.html
9498           faq/it/sylpheed-faq-3.html
9499           faq/it/sylpheed-faq.html
9500                 changed ">" to &quot;
9501
9502 2002-05-27 [paul]       0.7.6claws21
9503         
9504         * sync with 0.7.6cvs15
9505                 see ChangeLog 2002-05-27
9506
9507 2002-05-27 [paul]       0.7.6claws20
9508
9509         * src/prefs_account.c
9510                 correct a typo
9511
9512 2002-05-26 [paul]       0.7.6claws19
9513
9514         * tools/README
9515                 correct a typo
9516
9517 2002-05-25 [paul]       0.7.6claws18
9518
9519         * tools/README
9520                 add description of kmail2sylpheed.pl
9521
9522 2002-05-25 [paul]       0.7.6claws17
9523
9524         * tools/kmail2sylpheed.pl       ** NEW FILE **
9525                 perl script that converts an exported Kmail address
9526                 book, converts it to sylpheed addressbook file,
9527                 writes the file to .sylpheed, and updates
9528                 addrbook--index.xml 
9529
9530 2002-05-25 [paul]       0.7.6claws16
9531
9532         * sync with 0.7.6cvs14
9533                 see ChangeLog 2002-05-23
9534
9535 2002-05-24 [paul]       0.7.6claws15
9536
9537         * README.claws
9538                 make a correction and add some more info
9539
9540 2002-05-24 [paul]       0.7.6claws14
9541
9542         * src/compose.c
9543                 fix memory leak in 
9544                 compose_redirect_write_headers_from_headerlist()
9545                 add Subject and Resent-Message-ID to
9546                 compose_redirect_write_headers()
9547                 Received, Subject, and X-UIDL are filtered out in 
9548                 compose_redirect_write_to_file()
9549
9550 2002-05-23 [paul]       0.7.6claws13
9551
9552         * src/compose.[ch]
9553           src/filtering.c
9554           src/mainwindow.c
9555           src/matcher.[ch]
9556           src/matcher_parser_lex.l
9557           src/matcher_parser_parse.y
9558           src/prefs_common.[ch]
9559           src/prefs_filtering.c
9560           src/summaryview.c
9561                 rename 'Bounce' to 'Redirect'
9562
9563 2002-05-23 [paul]       0.7.6claws12
9564
9565         * more sync with 0.7.6cvs13
9566           src/compose.c
9567                 see ChangeLog 2002-05-22
9568
9569 2002-05-22 [paul]       0.7.6claws11
9570
9571         * sync with 0.7.6cvs13
9572           src/codeconv.c
9573                 see ChangeLog 2002-05-20
9574           src/prefs_common.c
9575                 see ChangeLog 2002-05-22
9576
9577 2002-05-21 [melvin]     0.7.6claws10
9578
9579         * src/folderview.c
9580                 Added missing filtering and scoring headers
9581                 Fixed bad function call that showed garbage 
9582                 in Folder->Processing
9583
9584 2002-05-21 [paul]       0.7.6claws9
9585
9586         * tools/Makefile.am
9587                 make all tools executable, (patch by Alfons).
9588
9589 2002-05-20 [alfons]     0.7.6claws8
9590
9591         * src/procheader.c
9592                 don't forget to call mktime() so we have a valid week 
9593                 and year day
9594                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9595
9596 2002-05-20 [paul]       0.7.6claws7
9597
9598         * src/html.c
9599                 fix broken parsing of urls
9600         * src/textview.c
9601                 fix displaying of urls
9602
9603                 both fixes from the patch [547855] by Eugene 
9604                 Brevdo (zonem)
9605
9606 2002-05-19 [alfons]     0.7.6claws6
9607
9608         * configure.in
9609                 make sylpheed configure correctly with the latest
9610                 and greatest of automake / autoconf / gettext
9611
9612 2002-05-19 [alfons]     0.7.6claws5
9613
9614         * src/procheader.c
9615         * src/procheader.h
9616                 add function for returning ime zone offset
9617         * src/quote_fmt.c
9618         * src/quote_fmt_parse.y
9619                 better quotation formatting - does not convert
9620                 to local time, but uses the original date string.
9621                 
9622                 Note: %z inserts the timezone offset (should 
9623                 work also on platforms where strftime does not
9624                 support %z).
9625
9626 2002-05-18 [christoph]  0.7.6claws4
9627
9628         * src/summaryview.c
9629                 fix indentation of some code
9630         * tools/Makefile.am
9631                 fix spaces after \
9632         * src/Makefile.am
9633                 add missing \
9634                 correct path for ignorethread.xpm
9635                 incorrect filename for sylpheed_logo.xpm
9636                 add missing include matcher_parser_parse.h
9637
9638 2002-05-18 [paul]       0.7.6claws3
9639
9640         * sync with 0.7.6cvs8
9641                 see ChangeLog 2002-05-16 and 2002-05-17
9642
9643 2002-05-18 [melvin]     0.7.6claws2
9644
9645         * README.claws
9646                 Corrected an action's definition and fixed some misspellings.
9647
9648 2002-05-18 [paul]       0.7.6claws1
9649
9650         * tools/Makefile.am
9651           tools/gpg-sign        ** new file **
9652           tools/uudec           ** new file **
9653                 add Melvin's Actions scripts
9654
9655         * README.claws
9656                 add Melvin's descriptions for Actions
9657
9658 2002-05-18 [paul]       0.7.6claws
9659
9660         * Version 0.7.6claws released
9661
9662 2002-05-17 [paul]       0.7.5claws32
9663
9664         * po/es.po
9665                 updated by Ricardo Mones Lastra
9666
9667 2002-05-17 [paul]       0.7.5claws31
9668
9669         * src/compose.c
9670                 fix Account prefs default folder for sent/draft/deleted
9671                 messages bug
9672
9673         * po/it.po
9674           po/nl.po
9675                 updated translation by Alessandro Maestri and
9676                 Wilbert Berendsen
9677
9678 2002-05-17 [melvin]     0.7.5claws30
9679
9680         * src/prefs_actions.c
9681                 Fixed bug where using %F not at the end of the command 
9682                 resulted in an additional empty argument being created.
9683                 Thanks to Darko Koruga for reporting the bug.
9684
9685 2002-05-17 [melvin]     0.7.5claws29
9686
9687         * po/fr.po
9688                 Updated French translations.
9689
9690 2002-05-15 [paul]       0.7.5claws28
9691         
9692         * po/es.po
9693                 updated by Ricardo Mones Lastra
9694
9695 2002-05-15 [paul]       0.7.5claws27
9696
9697         * sync with 0.7.6cvs4
9698                 see ChangeLog 2002-05-14 and 2002-05-15
9699
9700 2002-05-14 [paul]       0.7.5claws26
9701
9702         * sync with 0.7.6cvs1
9703                 see ChangeLog 2002-05-13
9704
9705 2002-05-13 [thorsten]   0.7.5claws25
9706
9707         * src/messageview.c
9708                 fix select_all and copy in multipart messages
9709         * src/mainwindow.c
9710                 fix select_all and copy in multipart messages
9711
9712 2002-05-12 [paul]       0.7.5claws24
9713
9714         * src/summaryview.c
9715                 reverse last commit, bug already fixed in 0.7.5claws3
9716
9717 2002-05-12 [netztorte]  0.7.5claws23
9718
9719         * src/summaryview.c
9720                 dont parse empty addressbook (checked in before claws20)
9721
9722 2002-05-12 [melvin]     0.7.5claws22
9723
9724         * src/procmsg.[ch]
9725                 Removed unneeded priority code introduced by the previous 
9726                 commit.
9727
9728 2002-05-12 [melvin]     0.7.5claws21
9729
9730         * src/compose.[ch]
9731                 Added possibility to set message's priority.
9732         * src/procmsg.[ch]
9733                 Added possibility to set message's priority.
9734                 Added missing headers
9735
9736 2002-05-12 [melvin]     0.7.5claws20
9737
9738         * src/prefs_actions.c
9739                 Removed implicitely added quotes around the name
9740                 of the temporary files of mime parts.
9741
9742 2002-05-12 [paul]       0.7.5claws19
9743
9744         * sync with 0.7.5cvs20
9745                 see ChangeLog 2002-05-11
9746
9747 2002-05-12 [alfons]     0.7.5claws18
9748
9749         * src/quote_fmt_lex.l
9750         * src/quote_fmt_parse.y
9751                 allow quote / reply date & time format to be set using
9752                 %D{format}. format is a format string you'd pass to
9753                 strftime() (see man strftime, or the Display tab |
9754                 Date format setting).
9755
9756                 Currently %D converts the date to local time. 
9757
9758 2002-05-11 [paul]       0.7.5claws17
9759
9760         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9761                 see ChangeLog 2002-05-10 and 2002-05-11
9762
9763 2002-05-10 [paul]       0.7.5claws16
9764
9765         * sync with 0.7.5cvs16
9766                 see ChangeLog entries 2002-05-09 and 
9767                 2002-05-10
9768
9769 2002-05-10 [colin]      0.7.5claws15
9770
9771         * src/textview.c
9772                 Corrected a bug that prevented sylpheed to open
9773                 double-clicked URIs.
9774
9775 2002-05-09 [paul]       0.7.5claws14
9776
9777         * sync with 0.7.5cvs14
9778                 see ChangeLog 2002-05-08 and 2002-05-09
9779
9780 2002-05-08 [paul]       0.7.5claws13
9781
9782         * sync with 0.7.5cvs11
9783                 see ChangeLog entry 2002-05-08
9784
9785 2002-05-08 [paul]       0.7.5claws12
9786
9787         * src/mainwindow.c
9788           src/textview.[ch]
9789                 fix segfault on View->Open in new window
9790                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9791
9792 2002-05-07 [paul]       0.7.5claws11
9793
9794         * sync with 0.7.5cvs9
9795                 see ChangeLog entry 2002-05-07
9796
9797 2002-05-06 [paul]       0.7.5claws10
9798
9799         * src/messageview.c
9800           src/textview.c
9801                 display url in statusbar on single-click
9802                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9803
9804 2002-05-06 [match]      0.7.5claws9
9805
9806         * src/addritem.[ch]
9807                 new functions.
9808         * src/addrcache.c
9809                 tidy up.
9810         * src/xmlprops.[ch]
9811                 XML implementation of properties file.
9812         * src/exporthtml.[ch]
9813         * src/expthtmldlg.[ch]
9814         * src/addressbook.c
9815                 export to HTML.
9816
9817 2002-05-02 [sergey]     0.7.5claws8
9818
9819         * src/mainwindow.c (mainwin_entries),
9820           src/prefs_common.c (prefs_send_create()),
9821           src/codeconv.c (locale_table):
9822                 use charset name "Windows-1251" instead of "CP1251".
9823
9824 2002-05-02 [colin]      0.7.5claws7
9825         
9826         * src/compose.c
9827           src/prefs_common.c
9828           src/prefs_folder_item.c
9829                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9830
9831 2002-05-02 [hiro]       0.7.5claws6
9832
9833         * src/imap.c
9834                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9835
9836 2002-05-02 [paul]       0.7.5claws5
9837
9838         * src/compose.c
9839                 more sync with 0.7.5cvs7, see ChangeLog entry
9840                 2002-05-02
9841
9842 2002-05-02 [hiro]       0.7.5claws4
9843
9844         * src/compose.c
9845                 compose_queue_sub():
9846                 check if queue folder exists (closes #550397).
9847                 removed directory creation since it should be handled
9848                 transparently.
9849         * src/imap.c
9850                 imap_add_msg(): return UID for appended message
9851                 (closes #548842).
9852
9853 2002-04-30 [paul]       0.7.5claws3
9854
9855         * src/summaryview.c
9856                 fix account_find_from_address() bug
9857
9858 2002-04-28 [colin]      0.7.5claws2
9859
9860         * src/compose.c
9861           src/textview.c
9862           src/prefs_common.[ch]
9863           src/utils.[ch]
9864                 Added user-definable quotation characters recognition.
9865
9866 2002-04-28 [paul]       0.7.5claws1
9867
9868         * sync with 0.7.5cvs4
9869                 see ChangeLog entry  2002-04-25
9870
9871 2002-04-28 [paul]       0.7.5claws
9872
9873         * po/es.po
9874           po/nl.po
9875           po/pt_BR.po
9876                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9877                 Fabio Junior Beneditto
9878
9879 2002-04-27 [jens]       0.7.4claws103
9880
9881         * po/de.po
9882                 updated German translation.
9883
9884 2002-04-27 [hiro]       0.7.4claws102
9885
9886         * src/summaryview.c
9887                 summary_write_cache(): fixed the mark loss of hidden messages.
9888
9889 2002-04-26 [melvin]     0.7.4claws101
9890
9891         * src/procmsg.c
9892                 fixed a second typo (same one)
9893         * po/fr.po
9894           po/it.po
9895           po/pt_BR.po
9896                 fixed the type again...
9897
9898 2002-04-26 [melvin]     0.7.4claws100
9899
9900         * src/procmsg.c
9901                 fixed a typo in an alert message ("temorary").
9902         * po/it.po
9903         * po/pt_BR.po
9904                 corrected the typo  described above.
9905         * po/fr.po
9906                 updated French translation.
9907
9908 2002-04-26 [darko]      0.7.4claws99
9909
9910         * src/summaryview.c
9911                 fix target folder colorization
9912
9913 2002-04-25 [paul]       0.7.4claws98
9914
9915         * po/it.po
9916                 updated by Alessandro Maestri
9917
9918 2002-04-24 [colin]      0.7.4claws97
9919         
9920         * src/compose.c
9921                 Fixed double "subject is empty" question.
9922
9923 2002-04-23 [colin]      0.7.4claws96
9924         
9925         * src/mimeview.c
9926                 Corrected issue when "automatically display images" was
9927                 not set : first image remained after selecting second.
9928
9929 2002-04-23 [melvin]     0.7.4claws95
9930
9931         * src/prefs_actions.c
9932                 Don't display in/out dialog if there is nothing to show.
9933
9934 2002-04-23 [paul]       0.7.4claws94
9935
9936         * sync with 0.7.5cvs3
9937                 bug fixes: see ChangeLog entry 2002-04-23
9938
9939 2002-04-22 [darko]      0.7.4claws93
9940
9941         * src/compose.c
9942                 fix previous check-in which changed code after
9943                 merge from main
9944
9945 2002-04-22 [paul]       0.7.4claws92
9946
9947         * faq/de/*
9948                 add German FAQ
9949         * faq/en/*
9950           faq/es/*
9951           faq/fr/*
9952                 update English, Spanish and French FAQs
9953         * manual/de/*
9954           manual/es/*
9955                 add German and Spanish manuals
9956         * manual/en/*
9957           manual/fr/*
9958                 update English and French manuals
9959
9960         * src/Makefile.am
9961                 add to and re-arrange the pixmap entries
9962
9963 2002-04-22 [darko]      0.7.4claws91
9964
9965         * src/compose.c
9966                 fix sender initials recognition to only allow
9967                 '>' after the initials
9968
9969 2002-04-21 [paul]       0.7.4claws90
9970
9971         * sync with 0.7.5 release
9972                 see ChangeLog entry 2002-04-21
9973
9974 2002-04-21 [alfons]
9975
9976         * src/Makefile.am
9977                 add colin's new pixmaps to EXTRA_DIST
9978
9979 2002-04-21 [colin]      0.7.4claws89
9980         * src/compose.c
9981         * src/inc.c
9982         * src/mainwindow.[ch]
9983         * src/prefs_common.[ch]
9984         * src/stock_pixmap.[ch]
9985                 Added "Work offline" ability.
9986
9987 2002-04-21 [colin]      0.7.4claws88
9988         
9989         * src/mimeview.c
9990         * src/prefs_common.c
9991         * src/prefs_common.h
9992         * src/textview.c : Added an option to common preferences -> display
9993           to allow user not to automatically display images.
9994
9995 2002-04-21 [paul]       0.7.4claws87
9996
9997         * sync with 0.7.4cvs52
9998                 see ChangeLog entry 2002-04-21 (src/imap.c)
9999
10000 2002-04-21 [paul]       0.7.4claws86
10001
10002         * sync with 0.7.4cvs51
10003                 see ChangeLog entry 2002-04-21
10004
10005 2002-04-21 [paul]       0.7.4claws85
10006
10007         * sync with 0.7.4cvs49
10008                 see ChangeLog entries 2002-04-20 and 2002-04-21
10009
10010         * src/Makefile.am
10011                 clean up: remove old 'stock_' element from xpm 
10012                 filenames.
10013
10014 2002-04-21 [alfons]     0.7.4claws84
10015
10016         apply sync patch from Paul
10017
10018         * src/folderview.c
10019                 use old claws prefs_folder_item_create() for now
10020
10021 2002-04-19 [match]      0.7.4claws83
10022
10023         * src/addressbook.[ch]
10024         * src/addrharvest.[ch]
10025         * src/addrgather.[ch]
10026                 recurse folders.
10027         * src/mainwindow.c
10028         * src/summaryview.[ch]
10029                 change menu option.
10030
10031 2002-04-19 [paul]       0.7.4claws82
10032
10033         * po/pt_BR.po
10034                 updated by Fabio Junior Beneditto
10035
10036 2002-04-14 [alfons]     0.7.4claws81
10037
10038         * src/passphrase.c
10039                 add #include <sys/types.h> for mode_t and off_t 
10040
10041 2002-04-13 [paul]       0.7.4claws80
10042         
10043         * src/main.c
10044           src/passphrase.[ch]
10045           src/pgptext.c
10046           src/prefs_common.[ch]
10047           src/rfc2015.c
10048                 enable storing of GnuPG passphrase for the whole 
10049                 session or a user-defined number of minutes. patch 
10050                 submitted by Ravemax <ravemax@dextrose.com>
10051
10052 2002-04-13 [alfons]     0.7.4claws79
10053
10054         * src/textview.c
10055                 make email parser also stop scanning when encountering separators
10056                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10057
10058 2002-04-13 [paul]       0.7.4claws78
10059
10060         * sync with 0.7.4cvs39
10061                 see ChangeLog entry 2002-04-12
10062
10063 2002-04-11 [paul]       0.7.4claws77
10064
10065         * sync with 0.7.4cvs37
10066                 see ChangeLog entry 2002-04-11
10067
10068 2002-04-11 [paul]       0.7.4claws76
10069
10070         * COPYING 
10071                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10072                 the clause for OpenSSL). sync with sylpheed main
10073
10074 2002-04-09 [melvin]     0.7.4claws75
10075
10076         * src/compose.c
10077                 Made 'Ctrl-Enter' on send ignore some modifiers 
10078                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10079                 to bind other *-Enter (but not Alt-Enter).
10080
10081 2002-04-09 [paul]       0.7.4claws74
10082
10083         * sync with 0.7.4cvs35
10084                 see ChangeLog entries 2002-04-09
10085
10086 2002-04-08 [paul]       0.7.4claws73
10087
10088         * sync with 0.7.4cvs33
10089                 see ChangeLog entry 200-04-08
10090
10091 2002-04-07 [match]      0.7.4claws72
10092
10093         * src/addrharvest.[ch]
10094                 fixed to read all addresses in header, regardless
10095                 of header size. improved name parsing. accommodate
10096                 harvest from folders and selected message.
10097         * src/addritem.[ch]
10098                 included new address parsing function.
10099         * src/addrgather.[ch]
10100         * src/addressbook.[ch]
10101         * src/summaryview.[ch]
10102         * src/mainwindow.c
10103                 allow address harvest of folder as well as selected
10104                 messages.
10105
10106 2002-04-07 [paul]       0.7.4claws71
10107
10108         * src/esmtp.[ch]
10109           src/smtp.c
10110                 don't try to authenticate with CRAM-MD5 in SMTP when 
10111                 SMTP-AUTH enabled if MTA doesn't issue this 
10112                 auth-method in it's ehlo-response. bug item #531364,
10113                 patch item #938910. patch submitted by Colin Leroy 
10114                 <colin@colino.net>
10115
10116 2002-04-07 [paul]       0.7.4claws70
10117
10118         * src/nntp.c
10119                 fix missing MODE_READER bug. patch submitted by
10120                 Colin Leroy <colin@colino.net>
10121
10122 2002-04-07 [alfons]     0.7.4claws69
10123
10124         * src/matcher.[ch]
10125         * src/prefs_filtering.c
10126         * src/summaryview.c
10127                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10128                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10129
10130 2002-04-07 [paul]       0.7.4claws68
10131
10132         * sync with 0.7.4cvs32
10133                 see ChangeLog entry 2002-04-06
10134
10135         * tools/filter_conv.pl
10136                 more bug fixes
10137
10138 2002-04-06 [paul]       0.7.4claws67
10139
10140         * tools/filter_conv.pl
10141                 modify to be able to find the name of the first
10142                 mailbox and use that. main's filter does not
10143                 record the full path to the mailbox and therefore
10144                 can only filter to the first mailbox.
10145
10146 2002-04-05 [paul]       0.7.4claws66
10147
10148         * tools/filter_conv.pl
10149                 attempt to make the script all-encompassing and
10150                 be able to convert any main 'filter' rule thrown
10151                 at it
10152
10153 2002-04-05 [paul]       0.7.4claws65
10154
10155         * tools/filter_conv.pl
10156                 allow for collapsed folder trees
10157
10158 2002-04-05 [paul]       0.7.4claws64
10159
10160         * sync with 0.7.4cvs31
10161                 see ChangeLog entries 2002-04-05
10162
10163 2002-04-03 [paul]       0.7.4claws63
10164
10165         * sync with 0.7.4cvs29
10166                 see ChangeLog entries 2002-04-02 and 2002-04-03
10167
10168 2002-04-02 [paul]       0.7.4claws62
10169
10170         * sync with 0.7.4cvs26
10171                 see ChangeLog entry 2002-04-01
10172
10173 2002-04-02 [match]      0.7.4claws61
10174
10175         * src/pine.[ch]
10176         * src/importpine.[ch]
10177         * src/addressbook.c
10178                 import Pine address book.
10179
10180 2002-04-02 [match]      0.7.4claws60
10181
10182         * src/addrharvest.[ch]
10183                 improve address parsing of funky addresses.
10184
10185 2002-04-02 [darko]      0.7.4claws59
10186
10187         * src/compose.c
10188                 wrap on send improvements, it now recognizes quoted
10189                 initials as part of the quotation string, and it
10190                 does not join lines separated by CR
10191
10192 2002-04-01 [match]      0.7.4claws58
10193
10194         * src/mgutils.[ch]
10195                 added new functions.
10196         * src/mutt.[ch]
10197                 remove excessive duplicate address generation
10198                 on import.
10199
10200 2002-04-01 [alfons]     0.7.4claws57
10201         
10202         * src/summaryview.c
10203                 put back g_free() 
10204
10205 2002-04-01 [paul]       0.7.4claws56
10206
10207         * sync with 0.7.4cvs25
10208                 see ChangeLog entry 2002-04-01
10209
10210 2002-04-01 [alfons]     0.7.4aprilfool55
10211
10212         * src/summaryview.c
10213                 honour feature request item #537427 to allow for
10214                 displaying names from address book for sent mail also
10215
10216 2002-03-29 [paul]       0.7.4claws54
10217
10218         * src/mainwindow.c
10219           src/prefs_filtering.[ch]
10220           src/prefs_matcher.c
10221           src/summaryview.c
10222                 add 'fast filter' for claws' filtering,
10223                 /Tools/Create filter rule/... patch submitted
10224                 by Neill Miller <neillm@thecodefactory.org>
10225
10226 2002-03-29 [paul]       0.7.4claws53
10227
10228         * sync with 0.7.4cvs24
10229                 see ChangeLog entry 2002-03-29
10230
10231 2002-03-28 [paul]       0.7.4claws52
10232
10233         * sync with 0.7.4cvs23
10234                 see ChangeLog entry 2002-03-28
10235
10236 2002-03-27 [melvin]     0.7.4claws51
10237
10238         * src/prefs_actions.c
10239                 Added support to pass only one message part (as a
10240                 file) to the command using '%p'. No quotes are needed
10241                 because doubles quotes are automatically added.
10242                 Fixed bug where Sylpheed could block when waiting for
10243                 a child process to finish.
10244                 Changed the help menu to remove quotes around symbols to 
10245                 avoid misinterpretation (they must not be used).
10246
10247 2002-03-27 [melvin]     0.7.4claws50
10248
10249         * src/inc.c
10250                 Made the new mail notification command always 
10251                 execute asynchronously.
10252
10253 2002-03-27 [paul]       0.7.4claws49
10254
10255         * src/compose.c
10256                 fix bug introduced in last commit
10257
10258 2002-03-27 [paul]       0.7.4claws48
10259
10260         * sync with 0.7.4cvs21
10261                 see ChangeLog 2002-03-26 and 2002-03-27
10262
10263 2002-03-26 [hoa]        0.7.4claws47
10264
10265         * src/prefs_folder_item.c
10266                 really fixed the bug #516442 with folder rescan.
10267
10268 2002-03-26 [paul]       0.7.4claws46
10269
10270         * sync with 0.7.4cvs19
10271                 see ChangeLog entries 2002-03-25 and 2002-03-26
10272
10273 2002-03-25 [hoa]        0.7.4claws45
10274
10275         * src/matcher.c
10276         * src/mh.c
10277                 fix the bug #516442 with folder rescan.
10278
10279         * src/prefs_common.[ch]
10280         * src/compose.c
10281                 added an option to enable two different behaviours
10282                 for bounce.
10283
10284
10285 2002-03-25 [paul]       0.7.4claws44
10286
10287         * src/mainwindow.c
10288           src/selective_download.c
10289                 correct a few menuitem labels
10290
10291 2002-03-25 [christoph]  0.7.4claws43
10292
10293         * src/procmsg.c
10294                 fix non deleted tmp message in
10295                 procmsg_save_to_outbox
10296                 fix problems caused by sync with
10297                 main branch's procmsg_send_queue
10298
10299 2002-03-25 [paul]       0.7.4claws42
10300
10301         * src/quote_fmt.c
10302           src/quote_fmt_lex.l
10303           src/quote_fmt_parse.y
10304                 add Last name (%L) placeholder for quoting. 
10305                 patch submitted by Thorsten Thielen 
10306                 <thth@users.sourceforge.net>
10307
10308 2002-03-25 [paul]       0.7.4claws41
10309
10310         * src/utils.c
10311                 get full hostname. patch submitted by
10312                 Bob Woodside <rwoodside1@comcast.net>
10313
10314 2002-03-25 [paul]       0.7.4claws40
10315
10316         * src/account.c
10317           src/news.c
10318           src/nntp.[ch]
10319           src/prefs_account.[ch]
10320                 enable NNTP over SSL. patch submitted by
10321                 Pascal Jermini <pascal@infinity.hn.org>
10322
10323 2002-03-24 [paul]       0.7.4claws39
10324
10325         * src/prefs_common.c
10326                 make the arrangement of the Compose tab more
10327                 coherent
10328
10329         * src/mainwindow.c
10330                 fix some irregularities of style
10331
10332         * po/de.po
10333                 updated by Kilian Krause
10334
10335 2002-03-23 [paul]       0.7.4claws38
10336
10337         * po/pt_BR.po
10338                 updated by Fabio Junior Beneditto
10339
10340 2002-03-23 [paul]       0.7.4claws37
10341
10342         * src/mainwindow.c
10343                 move 'Gather addresses' to 'Tools' menu
10344                 make 'Selective download' sensitive
10345
10346 2002-03-23 [paul]       0.7.4claws36
10347
10348         * sync with 0.7.4cvs16
10349                 see ChangeLog entries 2002-03-23
10350
10351 2002-03-22 [christoph]  0.7.4claws35
10352
10353         * src/quote_fmt_parse.y
10354                 fix include program output
10355
10356 2002-03-22 [alfons]     0.7.4claws34
10357
10358         * src/pop.c
10359                 initialize GDate stack variable correctly (sorry!)
10360
10361 2002-03-22 [paul]       0.7.4claws33
10362
10363         * src/compose.c
10364           src/mainwindow.c
10365           src/prefs_actions.c
10366           src/prefs_common.c
10367                 rename 'Tool' to 'Tools'
10368
10369         * src/mainwindow.c
10370                 move 'Delete duplicated messages' from
10371                 'Message/' to 'Tools/'
10372                 re-arrange the order of 'Tools/' items
10373
10374 2002-03-22 [paul]       0.7.4claws32
10375
10376         * src/addr_compl.c
10377           src/addressbook.[ch]
10378                 auto-address completion now also matches on
10379                 Nickname. patch submitted by Bob Forsman 
10380                 <hammor@users.sourceforge.net>
10381
10382         * src/editaddress.c
10383                 correct a spelling mistake
10384
10385 2002-03-22 [alfons]     0.7.4claws31
10386
10387         * src/pop.c
10388                 fix getting uidl from incorrect string 
10389                 (spotted by Colin)
10390
10391 2002-03-21 [alfons]     0.7.4claws30
10392
10393         * src/pop.c
10394                 more code refactoring
10395                 plug mem leak introduced by delete on server
10396
10397 2002-03-21 [paul]       0.7.4claws29
10398
10399         * sync with 0.7.4cvs11
10400                 see ChangeLog entries 2002-03-20
10401
10402 2002-03-20 [alfons]     0.7.4claws28
10403
10404         * src/inc.c
10405                 apply Colin's patch and refactor
10406
10407 2002-03-20 [paul]       0.7.4claws27
10408
10409         * sync with sylpheed 0.7.4cvs9
10410                 see ChangeLog entry 2002-03-20
10411
10412 2002-03-19 [christoph]  0.7.4claws26
10413
10414         * src/mh.c
10415         * src/procmsg.[ch]
10416         * src/summaryview.c
10417                 revert changes for flag updates
10418                 (does not work correctly and no time to debug)
10419
10420 2002-03-20 [alfons]     0.7.4claws25
10421
10422         * src/pop.c
10423                 refactor should_delete() a little bit 
10424
10425 2002-03-19 [paul]       0.7.4claws24
10426
10427         * src/inc.[ch]
10428           src/pop.c
10429           src/prefs_account.[ch]
10430                 allow the user to leave downloaded mail on the 
10431                 server for n days. Patch submitted by Colin Leroy 
10432                 <colin@colino.net>
10433
10434 2002-02-19 [paul]       0.7.4claws23
10435
10436         * sync with sylpheed 0.7.4cvs8
10437                 see ChangeLog entries 2002-03-19
10438
10439 2002-03-18 [paul]       0.7.4claws22
10440
10441         * sync with sylpheed 0.7.4cvs6
10442                 see ChangeLog entry 2002-03-18
10443
10444 2002-03-18 [paul]       0.7.4claws21
10445
10446         * po/en_GB.po
10447                 add en_GB message catalogue
10448
10449         * src/mbox_folder.c
10450           src/prefs_account.c
10451           src/prefs_actions.c
10452                 correct a few spelling mistakes
10453
10454 2002-03-17 [alfons]     0.7.4claws20
10455
10456         * src/matcher.c
10457                 more stringent checks for NULL params when writing
10458                 filtering actions to a file
10459                 
10460 2002-03-17 [hoa]        0.7.3claws20
10461
10462         * src/news.c
10463                 fixed the count of new messages
10464
10465         * src/compose.c
10466                 fixed the "attachment properties" window
10467
10468 2002-03-17 [paul]       0.7.4claws19
10469
10470         * src/defs.h
10471           src/folder.h
10472           src/news.c
10473           src/prefs_account.[ch]
10474           src/procmsg.[ch]
10475           src/summaryview.c
10476                 automatically mark cross-posted messages as read 
10477                 and (optionally) give them a colour label
10478                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10479                 
10480
10481 2002-03-17 [paul]       0.7.4claws18
10482
10483         * sync with sylpheed 0.7.4cvs5
10484                 see ChangeLog entry 2002-03-17
10485
10486 2002-03-17 [melvin]     0.7.4claws17
10487         
10488         * src/textview.c
10489                 Worked around a gtktext 'bug': when searching for 
10490                 a text in a long message it was scrolling slowly
10491                 line by line until it hit the searched text.
10492         * po/fr.po
10493                 Updated French translation
10494
10495 2002-03-17 [melvin]     0.7.4claws16
10496
10497         * src/mainwindow.c
10498         * src/compose.c
10499         * src/prefs_actions.c
10500                 Moved "Edit/Actions" to "Tool/Actions"
10501                 Made mainwindow/compose window sensitive as soon as
10502                 no child process is running anymore even if the io dialog
10503                 is open.
10504                 Fixed a struct being initialized with a non constant char*
10505
10506 2002-03-16 [christoph]  0.7.4claws15
10507
10508         * configure.in
10509                 add --with-compiler-flags option
10510                 (only for developer hacking)
10511         * src/mh.c
10512         * src/procmsg.[ch]
10513         * src/summaryview.c
10514                 try to make folder-stats and flag handling more
10515                 independent from the summaryview. msgcounts
10516                 are only set when the folder is opened and
10517                 procmsg_msginfo_(un)set_flags will handle it
10518                 later and summaryview will get the values
10519                 from the folder.
10520
10521 2002-03-16 [paul]       0.7.4claws14
10522
10523         * src/messageview.c
10524                 fix Return-receipt. Patch submitted by Bob
10525                 Woodside <rwoodside1@comcast.net>
10526
10527 2002-03-16 [paul]       0.7.4claws13
10528
10529         * src/compose.c
10530                 fix 'dynamic' signatures, make it work again
10531                 broken during sync on 2002-03-14 (0.7.4claws2)
10532
10533 2002-03-15 [match]      0.7.4claws12
10534
10535         * src/addrharvest.[ch]
10536         * src/addrgather.[ch]
10537         * src/addressbook.[ch]
10538         * src/mainwindow.c
10539                 included address harvester feature. still some
10540                 issues with address parsing that I will fix.
10541
10542 2002-03-15 [match]      0.7.4claws11
10543
10544         * src/addrbook.[ch]
10545         * src/addrcache.[ch]
10546         * src/addressbook.[ch]
10547         * src/addrindex.c
10548         * src/editbook.c
10549         * src/importldif.c
10550         * src/importmutt.c
10551         * src/jpilot.[ch]
10552         * src/main.c
10553         * src/syldap.[ch]
10554         * src/vcard.[ch]
10555                 tidy up. fix memory leaks. moved attribs and methods
10556                 from individual interfaces to addrcache object. prep
10557                 for new stuff to come in.
10558
10559 2002-03-15 [alfons]     0.7.4claws10
10560
10561         * src/matcher.[ch]
10562         * src/matcher_parser_parse.y
10563         * src/matcher_parser_lex.l
10564         * src/prefs_matcher.c
10565                 add filtering conditions message greater than, smaller 
10566                 than, and exactly matching a size in bytes
10567                 (does not work with delete from POP3 server yet)
10568
10569                 this should also give others an idea what you should
10570                 do to add new criterions to claws filtering system
10571                 
10572
10573 2002-03-15 [paul]       0.7.4claws9
10574
10575         * tools/filter_conv.pl
10576                 exit if there are no filter rules to convert
10577                 rename filterrc to filterrc.old after completion
10578
10579 2002-03-15 [paul]       0.7.4claws8
10580
10581         * sync with sylpheed 0.7.4cvs3
10582                 see ChangeLog entry 2002-03-14
10583
10584 2002-03-14 [paul]       0.7.4claws7
10585
10586         * src/compose.c
10587                 clean up the last commit (ahem)
10588
10589 2002-03-14 [paul]       0.7.4claws6
10590
10591         * src/compose.c
10592                 fix bug #515655. honour account preferences
10593                 regarding gpg default signing/encryption when 
10594                 changing account from the compose window.
10595
10596 2002-03-14 [paul]       0.7.4claws5
10597
10598         * src/folderview.c
10599                 remove unnecessary curly brackets
10600
10601 2002-03-14 [paul]       0.7.4claws4
10602
10603         * src/folderview.c
10604           src/prefs_filtering.[ch]
10605                 add filter rename on folder rename and filter
10606                 delete on folder delete. Patch submitted by
10607                 Neill Miller <neillm@thecodefactory.org> 
10608
10609 2002-03-14 [christoph]  0.7.4claws3
10610
10611         * src/procmsg.c
10612         * src/send.c
10613                 fix local delivery
10614                 (patch submitted by "Simon 'corecode' Schubert")
10615         * src/prefs_common.c
10616         * src/procmsg.c
10617                 fix gcc 3.0 warning
10618
10619 2002-03-14 [paul]       0.7.4claws2
10620
10621         * sync with sylpheed 0.7.4cvs2
10622                 see ChangeLog entry 2002-03-13
10623
10624 2002-03-12 [darko]      0.7.4claws1
10625
10626         * src/mainwindow.c
10627                 fix what seems to be a copy and paste error
10628                 when setting color for important messages
10629                 (reported by wwp)
10630
10631 2002-03-11 [paul]       version 0.7.4claws released
10632
10633 2002-03-11 [paul]       0.7.4claws
10634
10635         * po/es.po
10636           po/it.po
10637           po/nl.po
10638           po/pt_BR.po
10639                 update message catalogs. Submitted by Ricardo Mones 
10640                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10641                 Fabio Junior Beneditto
10642
10643         * configure.in
10644           faq/Makefile.am
10645           faq/it/Makefile
10646           faq/it/sylpheed-faq*
10647           src/mainwindow.c
10648           src/manual.[ch]
10649                 add FAQ in Italian
10650         
10651
10652 2002-03-11 [jens]       0.7.3claws7
10653
10654         * po/de.po
10655                 updated German translation
10656
10657 2002-03-11 [melvin]     0.7.3claws6
10658
10659         * po/fr.po
10660                 updated and corrected French translation
10661
10662 2002-03-10 [hoa]        0.7.3claws5
10663
10664         * src/account.c
10665         * src/inc.c
10666         * src/prefs_account.c
10667         * src/procmsg.c
10668         * src/send.[ch]
10669                 fixed the local account.
10670                 you have to change the default "/usr/sbin/sendmail"
10671                 to "/usr/sbin/sendmail -t" in the preferences of
10672                 the local account.
10673
10674         * src/procmime.c
10675                 removed some debug display for renderer
10676
10677 2002-03-10 [paul]       0.7.3claws4
10678
10679         * faq/en/sylpheed-faq-1.html
10680           faq/en/sylpheed-faq-2.html
10681                 update
10682
10683 2002-03-09 [paul]       0.7.3claws3
10684
10685         * sync with sylpheed 0.7.4
10686                 see ChangeLog entry 2002-03-09
10687
10688 2002-03-08 [paul]       0.7.3claws2
10689
10690         * faq/en/sylpheed-faq*
10691           faq/es/sylpheed-faq*
10692           faq/fr/sylpheed-faq*
10693                 update the FAQs
10694
10695         * manual/fr/.cvsignore
10696           manual/fr/Makefilea.am
10697           manual/fr/sylpheed*
10698           src/mainwindow.c
10699           src/manual.[ch]
10700                 add the French manual
10701
10702 2002-03-07 [paul]       0.7.3claws1
10703
10704         * sync with sylpheed 0.7.3cvs4
10705                 see ChangeLog entries  2002-03-06 and 2002-03-07
10706         
10707         * po/nl.po
10708                 updated by Wilbert Berendsen
10709
10710 2002-03-07 [melvin]     0.7.2claws34
10711
10712         * src/selective_download.c
10713                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10714
10715 2002-03-06 [paul]       0.7.2claws33
10716
10717         * sync with sylpheed 0.7.3cvs1
10718                 bug fix, see ChangeLog entry 2002-03-05
10719
10720 2002-03-05 [paul]       0.7.2claws32
10721
10722         * src/mimeview.c
10723           src/pgptext.[ch]
10724           src/procmsg.c
10725                 reverse the pgp ascii-armored code implemented in 
10726                 0.7.2claws16. removal of this code until it matures.
10727                 this means that verifying ascii-armored pgp sigs and
10728                 automatic decryption of ascii-armored encrypted
10729                 messages no longer works.
10730
10731 2002-03-05 [paul]       0.7.2claws31
10732
10733         * configure.in
10734           Makefile.am
10735         * faq/Makefile.am
10736         * faq/en/Makefile.am
10737           faq/en/sylpheed-faq.html
10738           faq/en/sylpheed-faq-1.html
10739           faq/en/sylpheed-faq-2.html
10740           faq/en/sylpheed-faq-3.html
10741         * faq/es/Makefile.am
10742           faq/es/sylpheed-faq.html
10743           faq/es/sylpheed-faq-1.html
10744           faq/es/sylpheed-faq-2.html
10745           faq/es/sylpheed-faq-3.html
10746           faq/es/sylpheed-faq-4.html
10747         * faq/fr/Makefile.am
10748           faq/fr/sylpheed-faq.html
10749           faq/fr/sylpheed-faq-1.html
10750           faq/fr/sylpheed-faq-2.html
10751           faq/fr/sylpheed-faq-3.html
10752         * src/Makefile.am
10753           src/defs.h
10754           src/mainwindow.c
10755           src/manual.[ch]
10756                 add FAQs in English, Spanish and French
10757
10758
10759 2002-03-05 [paul]       0.7.2claws30
10760
10761         * manual/en/sylpheed.html
10762           manual/en/sylpheed-XX.html
10763                 updated the English manual
10764
10765 2002-03-05 [hoa]        
10766
10767         * src/summaryview.c
10768                 dialog box pops up if the article can't be deleted.
10769
10770 2002-03-04 [paul]       
10771         
10772         * po/pt_BR.po
10773                 updated by Fabio Junior Benedito
10774
10775 2002-03-04 [hoa]
10776
10777         * removed ac/gpgme.m4
10778                 to avoid autogen common problem
10779                 developers have to install gpgme development package now
10780
10781         * src/compose.c
10782                 encoding to 7bit or 8bit is enabled.
10783
10784 2002-03-03 [alfons]     0.7.2claws29
10785
10786         * src/pop.c
10787                 merge fix by Oliver Haertel for selective
10788                 download buglet
10789
10790 2002-03-03 [paul]       0.7.2claws28
10791         
10792         * sync with sylpheed 0.7.3
10793
10794 2002-03-03 [paul]       0.7.2claws27
10795
10796         * sync with sylpheed 0.7.2cvs24
10797                 see ChangeLog entries 2002-03-02 and 2002-03-03
10798
10799 2002-03-02 [melvin]     0.7.2claws26
10800
10801         * src/inc.[ch]
10802         * src/main.c
10803         * src/mainwindow.c
10804         * src/prefs_common.[ch]
10805                 Added user definable notification on new mail arrival.
10806                 Removed unused variables in spell checker prefs code.
10807
10808 2002-03-02 [melvin]     0.7.2claws25
10809
10810         * src/quote_fmt.c
10811                 Removed unnecessary escape sequences.
10812                 Changed 'Initial...' to 'Initials of Sender'
10813
10814 2002-03-02 [paul]       0.7.2claws24
10815
10816         * sync with sylpheed 0.7.2cvs22
10817                 see ChangeLog entry 2002-03-01
10818
10819 2002-03-01 [hoa]        0.7.2claws23
10820
10821         * src/mainwindow.c
10822                 Set sensitivity of delete actions to active
10823                 even if the folder is a newsgroup.
10824
10825         * src/summaryview.c
10826                 - Set sensitivity of delete actions
10827                 - Added function check_permission() that will check if the
10828                   user is authorized to delete a message. For news, it
10829                   will check if the author is the same.
10830                 - Enabled deletion when there is no trash folder.
10831
10832         * src/news.[ch]
10833                 - Added news_cancel_article() to cancel articles
10834                 - Implemented news_remove_message() (public function)
10835
10836 2002-03-01 [paul]       0.7.2claws22
10837
10838         * src/gtkutils.c
10839           src/textview.c
10840                 recognise urls that that don't include 'http://' and
10841                 simply begin 'www.' 
10842
10843         * AUTHORS
10844                 remove duplicated name
10845
10846 2002-02-28 [paul]       0.7.2claws21
10847
10848         * src/mainwindow.c
10849           src/summaryview.[ch]
10850                 add ability to 'Select thread'
10851                 combines Melvin's "Select thread's head" patch (#510907)
10852                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10853                 patch (#518514) 
10854
10855 2002-02-28 [paul]       0.7.2claws20
10856
10857         * src/mimeview.c
10858                 hopefully fix segfault on right-clicking a mime part
10859                 that some people have experienced.      
10860                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10861
10862 2002-02-28 [paul]       0.7.2claws19
10863
10864         * sync with sylpheed 0.7.2cvs21
10865                 see ChangeLog entries 2002-02-27 and 2002-02-28
10866
10867 2002-02-27 [paul]       0.7.2claws18
10868
10869         * sync with sylpheed 0.7.2cvs18
10870                 see ChangeLog entries 2002-02-26 and 2002-02-27
10871
10872 2002-02-26 [alfons]     0.7.2claws17
10873
10874         * src/procheader.c
10875                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10876                 (spotted by Chris Hessman <idatech@gmx.net>)
10877
10878 2002-02-26 [paul]       0.7.2claws16
10879
10880         * src/mimeview.c
10881           src/pgptext.[ch]
10882           src/procmsg.c
10883                 make decryption of ascii-armored pgp encrypted messages
10884                 and verification of ascii-armored signatures work again.
10885                 slightly altered from the patch by Jens Jahnke 
10886                 <jan0sch@gmx.net>
10887
10888                 ##FIX ME##
10889                 * the checking of plaintext signatures always comes up in 
10890                   a popup box
10891                 * it doesn't work for multipart messages 
10892                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10893                   including the msg headers and these 2 line themselves, are 
10894                   not displayed
10895
10896         * src/mainwindow.c
10897                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10898                 "View/Message View" becomes "View/Separate Message View"
10899                 because its less ambiguous.
10900
10901         * po/es.po
10902                 updated by Ricardo Mones Lastra
10903
10904 2002-02-26 [paul]       0.7.2claws15
10905
10906         * sync with sylpheed 0.7.2cvs17
10907                 see ChangeLog entries 2002-02-25 and 2002-02-26
10908
10909 2002-02-25 [christoph]  0.7.2claws14
10910
10911         * src/filtering.[ch]
10912         * src/inc.c
10913                 do filtering stuff after all messages have been received
10914                   1. drop all messages to .processing
10915                   2. scan processing folder for messages
10916                   3. filter messages or move to inbox
10917                 this will also find old messages left in processing after
10918                 a crash or something like that and we get a real msginfo
10919                 from folder->get_msg_list and do not have to create our
10920                 own in filter_message
10921         * src/matcher_parser_parse.y
10922                 remove MIX/MAX warning (reordered includes)
10923
10924 2002-02-25 [paul]       0.7.2claws13
10925
10926         * sync with sylpheed 0.7.2cvs15
10927                 see ChangeLog entry 2002-02-24
10928
10929 2002-02-24 [alfons]     0.7.2claws12
10930
10931         * src/filtering.c
10932                 clear old color flags first when applying a new color to
10933                 a message info. 
10934                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10935
10936 2002-02-24 [alfons]     0.7.2.claws11
10937         
10938         * AUTHORS
10939         * src/prefs_common.c
10940                 add presets for Opera and Konqueror, closes patch #517261,
10941                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10942
10943 2002-02-24 [alfons]     0.7.2.claws10
10944
10945         * AUTHORS
10946         * src/summaryview.c
10947                 fix threading for null message ids, closes patch #521601,
10948                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10949
10950 2002-02-24 [alfons]     0.7.2claws9
10951
10952         * src/summaryview.c
10953         * src/filtering.c
10954                 make Tool | Filter Message work with filtering system so
10955                 setting flags also works
10956
10957                 TODO:
10958
10959                 - Processing uses the same function as Tool | Filter
10960                   Message, but doesn't use the same update proc yet
10961
10962 2002-02-23 [paul]       0.7.2claws8
10963
10964         * sync with sylpheed 0.7.2cvs14
10965                 see ChangeLog entries 2002-02-22 and 2002-02-23
10966
10967 2002-02-22 [christoph]  0.7.2claws7
10968
10969         * src/quote_fmt.c
10970                 Add column space to table
10971         * src/quote_fmt_parse.y
10972                 Close files
10973
10974 2002-02-22 [paul]       0.7.2claws6
10975
10976         * src/Makefile.am
10977           src/defs.h
10978           src/filtering.c
10979           src/inc.[ch]
10980           src/mainwindow.c
10981           src/matcher.[ch]
10982           src/matcher_parser_lex.l
10983           src/matcher_parser_parse.y
10984           src/pop.[ch]
10985           src/prefs_account.h
10986           src/prefs_filtering.c
10987           src/selective_download.[ch]   *** NEW FILES ***
10988           src/utils.[ch]
10989           po/POTFILES.in
10990                 Selective Download added to 'Tool' menu. 
10991                 Retrieves email headers of the currently selected pop3 
10992                 account and allows the user to mark emails for deletion 
10993                 right on the pop3 server. Patch submitted by Oliver Haertel 
10994                 <oha@users.sourceforge.net>.
10995         
10996         * po/POTFILES.in
10997                 add 'src/quote_fmt.c'           
10998
10999 2002-02-22 [christoph]  0.7.2claws5
11000
11001         * src/Makefile.am
11002                 added quote_fmt.c
11003         * src/prefs_common.[ch]
11004         * src/prefs_template.c
11005         * src/quote_fmt.c               *** NEW FILE ***
11006         * src/quote_fmt.h
11007                 move quote format symbol description code
11008                 to it's own file because it is used from
11009                 differnent code parts
11010                 Rewrote symbol description GUI
11011                   + use table
11012                   + add separators
11013                   + get data from array (no more long constant strings)
11014         * src/quote_fmt_lex.l
11015         * src/quote_fmt_parse.y
11016                 Symbol for Literal % changed to \% instead of %%
11017                 (More logical as \ is used for quoting for other symbols)
11018                 Add |f and |p to include files and program output
11019                 Examples:
11020                     |f{/home/.../.signature}
11021                     |p{date}
11022         * po/de.po
11023                 Correct wrong spelling for "Referenzen"
11024
11025 2002-02-21 [paul]       0.7.2claws4
11026
11027         * src/procmsg.c
11028                 forgotten during sync
11029
11030 2002-02-21 [paul]       0.7.2claws3
11031
11032         * sync with sylpheed 0.7.2cvs11
11033                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11034                 2002-02-20 and 2002-02-21
11035
11036 2002-02-20 [melvin]     0.7.2claws2
11037
11038         * src/prefs_actions.c
11039                 Added error report when child cannot fork or when execvp 
11040                 returns with an error.
11041
11042 2002-02-19 [christoph]  0.7.2claws1
11043
11044         * src/codeconv.c
11045                 return unconverted text if conde conversion is not possible
11046                 when libjconv is used.
11047                 (patch submitted by "Simon 'corecode' Schubert")
11048
11049 2002-02-19 [paul]       
11050
11051         * version 0.7.2claws release
11052
11053 2002-02-19 [paul]       0.7.2claws
11054
11055         * po/nl.po
11056                 updated by Wilbert Berendsen
11057
11058
11059 2002-02-18 [alfons]     0.7.1claws13
11060
11061         * src/syldap.c
11062         * src/jpilot.c
11063                 remove references to dlfcn and explicitly loading functions
11064                 from dynalink libs, because libs linked anyway, and functions
11065                 are loaded explicitly
11066
11067 2002-02-17 [melvin]     0.7.1claws12
11068
11069         * src/prefs_actions.c
11070                 Replaced children wait loop with double fork technique.
11071                 Now, input/output window updated at each new output.
11072                 free_children(): Fixed a memory leak.
11073                 Made input/output window non closable if running children
11074                 still exist.
11075                 Added missing <unistd.h> include.
11076                 Added some --debug outputs.
11077
11078 2002-02-17 [melvin]     0.7.1claws11
11079
11080         * src/summaryview.c
11081                 Fixed bug where descending sort order did not select top
11082                 message.
11083
11084 2002-02-17 [melvin]     0.7.1claws10
11085
11086         * acconfig.h
11087                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11088         * src/prefs_common.c
11089                 Pspell data package directory no more hard coded but
11090                 set during configuration (PSPELL_PATH). (Thanks to 
11091                                 Gustavo Noronha Silva.)
11092
11093 2002-02-17 [melvin]     0.7.1claws9
11094
11095         * configure.in
11096                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11097         * src/gtkspell.c
11098                 Fixed compile-time warnings.
11099
11100 2002-02-16 [alfons]     0.7.1claws8
11101
11102         * src/filesel.c
11103                 fix inadvertent free of NULL pointer which caused
11104                 sylpheed to crash when closing the save-as dialog
11105                 using the window close button
11106
11107 2002-02-16 [carsten]    0.7.1claws7
11108         * src/mainwindow.[ch]
11109           src/summaryview.c
11110           src/prefs_common.c
11111                 fixes for pixmap theming code:
11112                         - recently changed mail attributes shouldn't get
11113                           lost any longer
11114                         - theme is only reloaded iff another theme was
11115                           selected
11116
11117 2002-02-16 [paul]       0.7.1claws6
11118
11119         * sync with sylpheed 0.7.2 release
11120                 see ChangeLog entry 2002-02-15 and 2002-02-16
11121
11122 2002-02-15 [paul]       0.7.1claws5
11123
11124         * sync with sylpheed 0.7.1cvs9
11125                 see ChangeLog entry 2002-02-15
11126
11127         * po/POTFILES.in
11128                 remove unneeded headerwindow.c entry
11129
11130 2002-02-14 [carsten]    0.7.1claws4
11131         * src/summaryview.c
11132                 fixed a bug for "Go to next unread message": there was
11133                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11134                 in the prefs, because of doing "Search again" instead
11135                 "No"
11136
11137 2002-02-14 [carsten]    0.7.1claws3
11138         * src/stock_pixmap.c
11139                 removed 2 more mem leaks; following memprof,
11140                 this code is "leak free" now :)
11141
11142 2002-02-14 [carsten]    0.7.1claws2
11143         * src/stock_pixmap.c
11144                 used opendir/readdir/closedir instead of scandir
11145                 -> code should work now on Solaris
11146
11147 2002-02-14 [paul]       0.7.1claws1
11148
11149         * sync with sylpheed 0.7.1cvs8
11150                 see ChangeLog entries 2002-02-13 and 2002-02-14
11151
11152         * README.claws
11153                 add some description of Actions and Pixmap Themes
11154
11155 2002-02-13 [paul]       
11156
11157         * version 0.7.1claws release
11158
11159 2002-02-13 [paul]       0.7.1claws
11160
11161         * po/es.po
11162           po/it.po
11163           po/pt_BR.po
11164                 updated translations, submitted by Ricardo Mones Lastra,
11165                 Alessandro Maestri and Fabio Junior Beneditto
11166
11167 2002-02-13 [melvin]     0.7.0claws75
11168
11169         * src/prefs_actions.c
11170                 Added missing "signal.h" include
11171
11172 2002-02-13 [melvin]     0.7.0claws74
11173
11174         * src/prefs_folder_item.c
11175                 Added missing "config.h" include
11176         * po/fr.po
11177                 Updated French translation for folder propriety.
11178
11179 2002-02-13 [jens]       0.7.0claws73
11180
11181         * po/POTFILES.in
11182                 Added missing src/prefs_folder_item.c [log added by melvin]
11183         * po/de.po
11184                 Updated German translation.
11185
11186 2002-02-13 [melvin]     0.7.0claws72
11187
11188         * po/fr.po
11189                 Updated French translation.
11190
11191 2002-02-13 [melvin]     0.7.0claws71
11192
11193         * src/gtkutils.c
11194                 Made gtkut_editable_get_selection return NULL if selection
11195                 is of length zero.
11196                 This fixes a bug where selecting part of message A then
11197                 switching to message B and replying to it will not
11198                 quote the message's body.
11199
11200 2002-02-12 [paul]       0.7.0claws70
11201
11202         * src/mainwindow.c
11203                 cosmetic, relating to pixmap themes: on toolbar make 
11204                 updating of 'Exec' and 'Compose news/Compose email'
11205                 icons faster.
11206
11207 2002-02-12 [carsten]    0.7.0claws69
11208         * src/folderview.c
11209           src/mainwindow.[ch]
11210           src/stock_pixmap.c
11211           src/summaryview.c
11212           src/prefs_common.c
11213                 - refreshing after changing pixmap theme better
11214                   now (thanks Paul)
11215                 - wanted to remove some mem leaks, but alfons was
11216                   faster (and had the better solution ;)
11217
11218 2002-02-12 [alfons]     0.7.0claws68
11219
11220         * src/prefs_common.c
11221         * src/stock_pixmap.[ch]
11222                 plug mem leaks, refactor code a little bit
11223
11224
11225 2002-02-12 [sergey]     0.7.0claws67
11226
11227         * src/imap.c
11228                 Fixed problem with copying messages to IMAP folders when the
11229                 server uses something other than '/' as a namespace separator
11230                 (cyrus-imapd uses '.').
11231
11232 2002-02-12 [jens]       0.7.0claws66
11233
11234         * po/de.po
11235                 Updated German Translation
11236
11237 2002-02-12 [paul]       0.7.0claws65
11238
11239         * sync with sylpheed 0.7.1cvs1
11240                 see ChangeLog entry 2002-02-12
11241
11242 2002-02-12 [melvin]     0.7.0claws64
11243
11244         * src/prefs_actions.c
11245                 Fixed "feature" where children's output was duplicated 
11246                 instead of refreshed while monitoring.
11247                 Removed some debug code.
11248
11249 2002-02-12 [christoph]  0.7.0claws63
11250
11251         * src/compose.c
11252                 always delete message from queue after sending/send error
11253                 (closes bug #509601)
11254
11255 2002-02-12 [melvin]     0.7.0claws62
11256
11257         * src/prefs_actions.c
11258                 Children wait loop is now triggered with a timeout of 1s
11259                 Added %F which is replaced with the list of filenames 
11260                 of all selected messages (as suggested by Ricardo Mones Lestra)
11261                 Pipe syntax changed. Prefix with | to send selection, postfix
11262                 with | to retrieve output. Prefix with > or * to send
11263                 user definable input to the command (*: input is hidden)
11264                 Old pipe action should now be postfixed with |, too.
11265
11266 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11267         * src/stock_pixmap.c
11268                 fixed a bug: if there's no theme directory don't
11269                 throw an error, just do "nothing" (thanks Alfons)
11270
11271 2002-02-12 [carsten]    0.7.0claws60
11272         * src/folderview.c
11273           src/summaryview.c
11274                 had to write the cache twice (nasty!); some marks would 
11275                 get lost if not
11276
11277 2002-02-11 [carsten]    0.7.0claws59
11278         * acconfig.h
11279           configure.in
11280           doc-src/maintainer_guide.txt
11281           src/compose.[ch]
11282           src/defs.h
11283           src/folderview.[ch]
11284           src/gtkutils.[ch]
11285           src/mainwindow.[ch]
11286           src/prefs_common.[ch]
11287           src/stock_pixmap.[ch]
11288           src/summaryview.[ch]
11289                 pixmap theming and related work on pixmap
11290                 handling on some other places
11291                 (e.g. hrm features for all folder)
11292           src/pixmap/stock_*.xpm -> the stock_ was removed
11293         
11294 2002-02-11 [paul]       0.7.0claws58
11295
11296         * sync with sylpheed 0.7.1 release
11297                 see ChangeLog entries 2002-02-11
11298
11299 2002-02-08 [paul]       0.7.0claws57
11300
11301         * sync with sylpheed 0.7.0cvs39
11302                 see ChangeLog entry 2002-02-07 (last entry) 
11303
11304         * src/prefs_actions.c
11305           src/prefs_filtering.c
11306           src/prefs_matcher.c
11307           src/prefs_scoring.c
11308                 sync: made it compile with C compilers other than gcc
11309
11310 2002-02-07 [paul]       0.7.0claws56
11311
11312         * sync with sylpheed 0.7.0cvs38
11313                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11314                 2002-02-07
11315
11316 2002-02-07 [darko]      0.7.0claws55
11317
11318         * src/gtkutils.[ch]
11319         * src/summaryview.c
11320                 Fix const gchar */gchar * issue (thanks Hiro)
11321
11322 2002-02-07 [darko]      0.7.0claws54
11323
11324         * src/compose.[ch]
11325         * src/filtering.c
11326         * src/gtkutils.[ch]
11327         * src/prefs_template.c
11328         * src/quote_fmt.h
11329         * src/quote_fmt_parse.y
11330         * src/summaryview.c
11331         * src/utils.[ch]
11332                 When replying or forwarding an email don't quote the entire
11333                 mail body but use the part of the message text that is selected
11334
11335 2002-02-06 [melvin]     0.7.0claws53
11336
11337         * src/prefs_common.[ch]
11338         * src/gtkspell.[ch]
11339         * src/compose.c
11340                 Made possible to switch quickly to last used dictionary
11341                 which makes checking bilingual documents easier.
11342
11343 2002-02-06 [melvin]     0.7.0claws52
11344         
11345         * po/POTFILES.in
11346                 Added forgotten new file src/prefs_actions.c
11347
11348 2002-02-06 [melvin]     0.7.0claws51
11349
11350         * src/prefs_actions.c   ** NEW FILE **
11351         * src/prefs_actions.h   ** NEW FILE **
11352                 Added actions to execute on message text view, or on the
11353                         message's file.
11354         * src/Makefile.am
11355                 Added src/prefs_actions.[ch]
11356         * src/compose.c
11357                 Added new menu "Edit/Actions"
11358         * src/defs.h
11359                 Added new actionsrc file.
11360         * src/main.c
11361                 Added actionsrc reading.
11362         * src/mainwindow.c
11363                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11364         * src/prefs_common.h
11365                 Added new element actionslst element to prefs_common.
11366
11367 2002-02-06 [paul]       0.7.0claws50
11368
11369         * sync with sylpheed 0.7.0cvs36
11370                 see ChangeLog entry 2002-02-06
11371
11372 2002-02-05 [paul]
11373
11374         * po/es.po
11375                 updated by Ricardo Mones Lastra
11376
11377 2002-02-05 [paul]       0.7.0claws49
11378
11379         * sync with sylpheed 0.7.0cvs33
11380                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11381
11382 2002-02-05 [paul]       0.7.0claws48
11383
11384         * src/compose.c
11385                 re-add 'Edit/Advanced/Delete entire line', previously named
11386                 'Delete Line+'
11387
11388 2002-02-04 [paul]       0.7.0claws47
11389
11390         * src/compose.c
11391           src/summaryview.c
11392                 fix bug #494993 (Reply All not taking Reply-To into consi)
11393                 eliminate differences in behaviour of right-click 'Reply to all' 
11394                 in summary view and 'Reply to all' on the toolbar. 
11395                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11396                 view and From gets ignored by 'Reply to all' on toolbar.
11397                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11398                 From when no Reply-To header is present.
11399
11400 2002-02-04 [paul]       0.7.0claws46
11401
11402         * sync with sylpheed 0.7.0cvs30
11403                 see ChangeLog entries 2002-02-03 and 2002-02-04
11404
11405 2002-02-03 [melvin]     0.7.0claws45
11406
11407         * src/gtkspell.[ch]
11408                 Readded function to highlight all misspelled words.
11409                 Fixed bug where user-provided-words did not replace
11410                         correctly the misspelled word when using the mouse.
11411                 Fixed bug where checking a region selected from right to left did
11412                         not check the region at all.
11413                 Fixed bug where 'Check backwards' may not check at all. 
11414                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11415                 Fixed possible buffer overflow when checking for long strings (>1k).
11416                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11417                 Accelerators code uses now gtk_widget_add_accel.
11418                 Removed and disabled obsolete and unfinished code.
11419                 Cleaning up.
11420
11421         * src/compose.c
11422                 Added menu item to Highlight all misspelled words.
11423
11424 2002-02-01 [paul]       0.7.0claws44
11425
11426         * src/mainwindow.c
11427                 fix '/View/Hide read messages' sensitivity when all
11428                 messages in a folder are hidden
11429
11430 2002-02-01 [paul]       0.7.0claws43
11431
11432         * src/main.c
11433                 add --send option to command line interface, sends all
11434                 queued mail. Patch submitted by Ricardo Mones Lastra.
11435
11436 2002-01-31 [paul]       0.7.0claws42
11437
11438         * src/mainwindow.c
11439                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11440
11441 2002-01-31 [paul]       0.7.0claws41
11442
11443         * sync with sylpheed 0.7.0cvs27
11444                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11445                 and 2002-01-31
11446
11447         * src/textview.c
11448                 comment out elements of textview_show_part() as temporary
11449                 workaround for attachment 'Display as text' bug 
11450
11451         * po/pt_BR.po
11452                 updated by Fabio Junior Beneditto
11453
11454 2002-01-30 [paul]       0.7.0claws40
11455
11456         * sync with sylpheed 0.7.0cvs24
11457                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11458                 and 2002-01-30
11459
11460         * src/compose.c
11461                 add {N_("/_Spelling"), ... "<Branch>"} to 
11462                 GtkItemFactoryEntry compose_entries[]
11463
11464         * src/prefs_common.c
11465                 add claws menu items to prefs_keybind_apply_clicked()
11466                 and remove non-claws menu items
11467
11468 2002-01-29 [paul]       0.7.0claws39
11469
11470         * sync with sylpheed 0.7.0cvs22
11471                 see ChangeLog entries 2002-01-28 and 2002-01-29
11472
11473 2002-01-28 [melvin]     0.7.0claws38
11474
11475         * src/compose.c
11476                 Added the declartion of compose_send_control_enter.
11477
11478         * src/compose.c
11479         * src/gtkspell.[ch]
11480                 Added in a 'Spelling' menu which includes the configuration menu. 
11481                 Added a real 'Check all' and got rid from the old one which only
11482                 highlited misspelled word.
11483                 Made 'Check while typing' a disableable option.
11484                 Added a dialog when there are no more misspelled word.
11485                 Added a dialog if error occurs when switching to a dictionary.
11486         
11487         * src/prefs_common.[ch]
11488                 Added option for the default 'Check while typing' option.
11489
11490
11491 2002-01-28 [alfons]     0.7.0claws37
11492
11493         * src/compose.c
11494                 fix buglet and make code comply with sylpheed code style
11495
11496 2002-01-28 [paul]       0.7.0claws36
11497
11498         * sync with sylpheed 0.7.0cvs19
11499                 see ChangeLog entries for 2002-01-28
11500
11501 2002-01-28 [hoa]        0.7.0claws35
11502
11503         * src/defs.h
11504                 added rendererrc
11505
11506         * src/main.c
11507                 read the renderer config
11508
11509         * src/procmime.[ch]
11510                 use the renderer config to convert mime attachments
11511
11512         * src/textview.c
11513                 don't use textview_show_html/ertf,
11514                 use get_text_content instead
11515
11516 2002-01-27 [alfons]     0.7.0claws34
11517         
11518         * src/news.c
11519                 make sylpheed believe it can delete a news message...
11520                 (messages are NOT deleted, maybe we should remove
11521                 processing from the folder properties after all.)
11522
11523 2002-01-27 [alfons]     0.7.0claws33
11524
11525         * src/folder.c
11526                 add extra checks
11527         * src/news.c
11528                 implement remove_msg() 
11529
11530 2002-01-27 [alfons]     0.7.0claws32
11531
11532         * src/procmsg.h
11533         * src/procheader.c
11534         * src/messageview.c
11535                 fix return receipt / disposition notification again. this
11536                 stuff seems to break on _every_ major summary UI change, so
11537                 it's now implemented using a flag which is saved in the
11538                 marks cache
11539                 
11540 2002-01-26 [alfons]     0.7.0claws31
11541
11542         * src/import.c
11543                 let import dialog show the destination folder identifier
11544
11545 2002-01-26 [melvin]     0.7.0claws30
11546
11547         * src/folderview.c
11548         * src/summaryview.c
11549                 Readded 'Mark all read' into summary view popup menu
11550                 Added 'Mark all read' in folder view popup menu for IMAP
11551                 and NNTP.
11552                 Made it insensitive if the selected folder is not the shown
11553                 one to avoid 'Mark all read' on the wrong folder.
11554                 
11555 2002-01-26 [paul]       0.7.0claws29
11556
11557         * src/folderview.c
11558           src/summaryview.c
11559                 move 'Mark all read' from summary view to folder view
11560                 menu. (adapted from) patch submitted by Jeremy Andrews,
11561                 <lists@kerneltrap.com>
11562
11563 2002-01-25 [alfons]     0.7.0claws28
11564
11565         * src/gtkstext.c
11566                 put the gtk class name back so GtkSText adapts the 
11567                 settings of GtkText
11568
11569 2002-01-25 [alfons]     0.7.0claws27
11570
11571         * src/folderview.c 
11572                 assimilate Ricardo's patch that shows pixmaps instead of
11573                 plain "new" and "unread" texts in the folder view column
11574                 headers 
11575
11576 2002-01-25 [paul]       0.7.0claws26
11577
11578         * src/Makefile.am
11579                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11580                 be found in non-standard locations. 
11581                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11582
11583 2002-01-25 [paul]       0.7.0claws25
11584
11585         * sync with sylpheed 0.7.0cvs16
11586                 see ChangeLog entry 2002-01-25
11587
11588 2002-01-24 [paul]       0.7.0claws24
11589
11590         * more sync with sylpheed 0.7.0cvs15
11591                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11592
11593 2002-01-23 [sergey]     0.7.0claws23
11594
11595         * src/importldif.c
11596                 Fixed segfault when closing LDIF import wizard with
11597                 the window manager.
11598         * src/imageview.c
11599         * src/imageview.h
11600         * src/messageview.c
11601         * src/mimeview.c
11602                 Fixed wrong scrolling position after switching between
11603                 text and image parts.
11604
11605 2002-01-23 [paul]       0.7.0claws22
11606
11607         * sync with sylpheed 0.7.0cvs15
11608                 see ChangeLog entries 2002-01-22 and 2002-01-23
11609
11610 2002-01-21 [melvin]     0.7.0claws21
11611
11612         * src/prefs_scoring.c
11613         * src/prefs_filtering.c
11614                 Fixed bug where scoring and filtering windows stopped
11615                 autochecking.
11616
11617 2002-01-21 [paul]       0.7.0claws20
11618
11619         * sync with sylpheed 0.7.0cvs12
11620                 see ChangeLog entries 2002-01-20 and 2002-01-21
11621
11622 2002-01-21 [carsten]    0.7.0claws19
11623         * src/mainwindow.c
11624         * src/menu.[ch]
11625         * src/messageview.[ch]
11626         * src/summaryview.[ch]
11627                 changes to shortcuts handling again:
11628                         + "Q" now controled by mainwin
11629                         + v/V are now customizable and have slightly
11630                           different meanings
11631                 the "button" to minimize the messageview (and maximize
11632                 the summary view) is a real button now
11633         * src/compose.c
11634                 "Delete Line+" added to Edit/Advanced (this will also
11635                 delete the '\n')
11636
11637 2002-01-20 [melvin] 0.7.0claws18
11638
11639         * src/addressbook.c
11640                 Made "Bcc" sensitive when addressbook is called from
11641                 compose window (it was a Claws only bug).
11642
11643 2002-01-19 [alfons] 0.7.0claws17
11644
11645         * src/inc.c
11646                 prevent unnecessary updates when currently selected folder has
11647                 no new messages 
11648
11649 2002-01-19 [alfons] 0.7.0claws16
11650         
11651         * src/summaryview.c
11652                 prevent writing the cache based on current message list in summary 
11653                 view when filtering also put messages in currently selected folder
11654
11655 2002-01-19 [paul]
11656
11657         * po/it.po
11658                 Italian translation submitted by Alessandro Maestri
11659                 <a.maestri@cs.tin.it>
11660
11661 2002-01-18 [melvin]     0.7.0claws15
11662
11663         * src/prefs_filters.c
11664                 fixed bug where 'cancel' from 'filters' window stops autochecking
11665                 if the timer timed out  when the window was open.
11666
11667 2002-01-18 [match]      0.7.0claws14
11668
11669         * src/addrclip.[ch]     ** NEW FILE **
11670         * src/addrselect.[ch]   ** NEW FILE **
11671         * src/adbookbase.h      ** NEW FILE **
11672                 addressbook cut, copy and paste
11673         * src/addrbook.[ch]
11674         * src/addrcache.[ch]
11675         * src/addressitem.h
11676         * src/addrindex.[ch]
11677         * src/addritem.[ch]
11678         * src/importldif.c
11679         * src/importmutt.c
11680         * src/jpilot.[ch]
11681         * src/syldap.[ch]
11682         * src/vcard.[ch]
11683         * src/jpilot.[ch]
11684         * src/editbook.c
11685         * src/editjpilot.c
11686         * src/editldap.c
11687         * src/editvcard.c
11688                 support for copy/paste
11689         * src/addressbook.c
11690                 support for copy/paste
11691                 tidy up menu option processing
11692                 correct address list function arguments
11693         * src/editaddress.c
11694                 sort user attributes
11695         * src/ldif.h
11696         * src/mutt.h
11697                 tidy up
11698
11699         * src/addrbook.[ch]
11700         * src/addrbook.[ch]
11701         * src/addrbook.[ch]
11702                 
11703
11704 2002-01-18 [paul]       0.7.0claws13
11705
11706         * sync with sylpheed 0.7.0cvs8
11707                 configure.in: support Mac OS X (Darwin)
11708
11709 2002-01-18 [carsten]    0.7.0claws12
11710         * src/html.c
11711                 small hack to fix a segfault with an empty href
11712                 (reported by Alexandra Walford <deeni@altern.org>)
11713         * src/mainwindow.c
11714         * src/summaryview.c
11715                 the shortcuts for Mark und Mark as unread are hardcoded
11716                 again
11717         * src/compose.c
11718         * src/gtkstext.[ch]
11719                 readded the shortcuts in gtkstext but made them
11720                 customizeable (simply by adding a menu plus a wrapper
11721                 to compose.c)
11722
11723 2002-01-17 [melvin]     0.7.0claws11
11724
11725         * src/gtkspell.c
11726                 fix default dictionary not being saved.
11727
11728 2002-01-16 [darko]      0.7.0claws10
11729
11730         * src/compose.c
11731                 fix wrapping crash with URL longer than wrapping margin
11732
11733 2002-12-08 [hoa]        0.7.0claws10
11734
11735         * src/matcher_parser_parse.y
11736                 fixed some bugs
11737
11738         * src/prefs_filtering.c
11739                 now, we can use bounce action in the dialog box.
11740
11741 2002-01-16 [carsten]    0.7.0claws9
11742         * src/gtkstext.c
11743                 removed the <control> and <alt> shortcuts because they're
11744                 not needed and interefered with the "normal" shortcuts
11745         * src/mainwindow.c
11746         * src/summaryview.c
11747                 removed most of the hardcoded shortcuts and assigned
11748                 them to menu entries making them easy customizable by
11749                 that
11750
11751 2002-01-16 |melvin]     0.7.0claws8
11752
11753         * src/gtkspell.c
11754                 fixed bug where using the mouse and when the compose
11755                 window is not on top may result in a crash.
11756
11757 2002-01-16 [melvin]     0.7.0claws7
11758
11759         * src/compose.c
11760                 fixed a long standingspell checker bug which could 
11761                 cause a crash after sending a message.
11762
11763 2002-01-16 [paul]       0.7.0claws6
11764
11765         * sync with sylpheed 0.7.0cvs7
11766                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11767                 2002-01-15, and 2002-01-16
11768
11769 2002-01-16 [melvin]     0.7.0claws5
11770
11771         * README.claws
11772         * src/compose.c
11773         * src/gtkspell.[ch]
11774         * src/main.c
11775                 Heavily modified spell checker code to work around
11776                 ispell bug, to add keyboard shortcuts and for future
11777                 enhancements. See README.claws for usage information.
11778
11779 2002-01-15 [alfons]     0.7.0claws4
11780         
11781         * src/summaryview.c
11782                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11783                 so sorting within threads reflects sort mode
11784
11785 2002-01-15 [christoph]  0.7.0claws3
11786
11787         * src/procmsg.c
11788                 added alertpanel if mail sending failed
11789
11790 2002-01-15 [alfons]     0.7.0claws2
11791         
11792         * src/prefs_filtering.c
11793                 don't stop timer when prefs filtering dialog is opened
11794
11795 2002-01-14 [alfons]     0.7.0claws1
11796
11797         * src/addr_compl.c
11798         * src/prefs.c
11799                 remove debug_print()s for privacy reasons
11800
11801 2002-01-14 [darko]      0.7.0claws
11802
11803         * README.claws
11804                 quotation wrapping is now also in the main branch
11805
11806 2002-01-14 [paul]
11807
11808         * tools/filter_conv.pl
11809                 allow for Boolean Op and case-sensitivity
11810                 this file is included in the release and tagged
11811                 'rel_0_7_0'
11812
11813 2002-01-13 [paul]       0.7.0claws
11814
11815         * release 0.7.0, with cvs tag 'rel_0_7_0'
11816
11817 2002-01-13 [paul]
11818
11819         * tools/filter_conv.pl
11820         * tools/README
11821                 rewritten to output to matcherrc instead of filteringrc
11822
11823         * po/es.po
11824                 updated Spanish translation by Ricardo Mones Lastra
11825
11826 2002-01-13 [alfons]
11827
11828         * po/nl.po
11829                 update dutch translation
11830
11831 2002-01-13 [paul]
11832
11833         * po/pt_BR.po
11834                 Updated by Fabio Junior Beneditto 
11835
11836 2002-01-13 [melvin]     0.6.6claws53
11837
11838         * po/fr.po
11839                 Updated french translation
11840
11841 2002-01-12 [alfons]     0.6.6claws52
11842
11843         * src/filtering.c
11844                 plug mem leak that has been sitting there for ages              
11845
11846 2002-01-12 [alfons]     0.6.6claws51
11847
11848         * src/summaryview.c
11849                 undo melvin's changes from 0.6.6claws48 because summary
11850                 view now refuses to select first unread message when
11851                 selecting a folder 
11852
11853 2002-01-11 [alfons]     0.6.6claws50
11854
11855         * src/import.c
11856                 use claws' semantics for getting folder item when
11857                 importing an mbox file into a folder 
11858                 (submitted by Dale P. Smith)
11859
11860 2002-01-11 [christoph]  0.6.6claws49
11861
11862         * src/prefs.h
11863                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11864                 toggle widget, because non static prefs can not use
11865                 prefs_set_* functions
11866         * src/prefs_account.c
11867                 toggle smtp auth password field sensitivity if
11868                 user id is empty and add descrition of usage for
11869                 these fields
11870         * src/prefs_folder_item.c
11871                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11872                 callbacks
11873
11874 2002-01-11 [melvin]     0.6.6claws48
11875
11876         * src/compose.c
11877                 fix the 'Ctrl-Enter' feature for sending and test really
11878                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11879                 editables which was not documented in Gtk)
11880
11881         * src/summaryview.c
11882                 Made summaryview refresh after sorting and not before.
11883
11884 2002-01-11 [christoph]  0.6.6claws47
11885
11886         * src/compose.c
11887                 select account from account ids if possible and
11888                 correctly set save folder for copy in reedit
11889
11890 2002-01-10 [paul]       0.6.6claws46
11891
11892         * sync with sylpheed 0.7.0 release
11893                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11894                 2002-01-09
11895
11896 2002-01-09 [alfons]
11897
11898         * src/summaryview.c
11899                 remove more dirt traces...
11900
11901 2002-01-09 [alfons]
11902         
11903         * src/summaryview.c
11904                 clean up some traces of my debugging stuff
11905
11906 2002-01-09 [alfons]     0.6.6claws45
11907
11908         * src/filtering.c
11909                 break up filteringprop_apply() in three separate pieces
11910                 so we can drop messages that failed processing in the
11911                 inbox
11912
11913         * src/summaryview.c
11914                 fix bug #469598 "no refresh of inbox after filter" which 
11915                 was introduced by the new summary view locking, and which 
11916                 prevented the summary view to update after a manual filter 
11917                 message. claw's filter message requires a summary_show().
11918                 (aargh, summary_show() again! :-)
11919                 
11920 2002-01-07 [alfons]     0.6.6claws44
11921
11922         * src/headerwindow.c
11923         * src/logwindow.c
11924         * src/messageview.c
11925         * src/sourcewindow.c
11926                 bring in Hiro's last 0.7.0 wm class fixes
11927
11928         * tools/sylprint.pl
11929                 bring in Ricardo's fix for sylprint script
11930
11931         * AUTHORS       
11932         * src/rfc2015.[ch]
11933         * src/prefs_common.[ch]
11934         * src/prefs_account.[ch]
11935         * src/compose.c
11936                 clean up account preference poison in rfc2015,
11937                 and preparation to fix double sign bug 
11938                 (patch submitted by Simon 'corecode' Schubert)
11939
11940 2002-01-07 [christoph]  0.6.6claws43
11941
11942         * src/mh.c
11943                 search for free message number, do not only rely
11944                 on last_num
11945         * src/send.c
11946                 fix smtp auth and use extra account information
11947                 if available, if not use pop3 data instead
11948                 (closes bug #500341)            
11949         * src/ssl.[ch]
11950                 match coding style
11951
11952 2002-01-06 [alfons]     0.6.6claws42
11953
11954         * src/mainwindow.c
11955                 try making the separate windows work again...
11956
11957 2002-01-06 [alfons]     0.6.6claws41
11958
11959         * src/mainwindow.c
11960                 adapt Hiro's separate window menu (to get rid of the funny
11961                 duplicate menu items), and make it work again
11962
11963 2002-01-06 [alfons]     0.6.6claws40
11964
11965         * tools/Makefile.am
11966         * tools/sylprint.rc
11967         * tools/sylprint.pl
11968         * tools/README.sylprint
11969                 add sylprint script for printing mails from Sylpheed
11970                 (contributed by Ricardo Mones Lastra)
11971
11972         * src/acount.c
11973                 clean up
11974
11975 2002-01-06 [melvin]     0.6.6claws39
11976
11977         * src/mainwindow.c
11978         * src/summaryview.c
11979                 Fixed crash introduced in 0.6.6claws38 by the menu
11980                 reorganisation (Hide read messages)
11981         
11982         * ChangeLog.claws 
11983                 Fixed typo (we are now in 2002, alfons ;) )
11984
11985 2002-01-05 [alfons]     0.6.6claws38
11986
11987         * sync with sylpheed 0.6.6cvs10-17
11988                 (last stuff marked as LAST_STABLE)
11989
11990 2002-01-04 [melvin]     0.6.6claws37
11991
11992         * src/account.c
11993                 Made account selection code use strcasestr again instead of
11994                 g_strcasecmp (fixes bug where reediting queued messages
11995                 did not select proper account reported by T. Link).
11996         
11997         * src/folderview.c
11998                 Fix bug where folder icons are not shown when 'hide read messages'
11999                 is on.
12000         
12001         * src/stock_pixmaps.[ch]
12002                 Added folder icons for 'hide read messages'.
12003         
12004         * src/compose.c
12005                 Fixed bug where 'Enter' in a header entry will send the message 
12006                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12007
12008 2002-01-03 [melvin]     0.6.6claws36
12009         
12010         * src/prefs.[ch]
12011                 Added popup menu for common preferences and
12012                 account preferences (right click on tab displays
12013                                 a menu of all tabs.)
12014
12015 2002-01-02 [melvin]     0.6.6claws35
12016
12017         * src/gtkspell.[ch]
12018                 Made spelling code compatible with undo/redo feature.
12019                 Added creation of suggestion mode menu for the general
12020                         preferences.
12021         
12022         * src/prefs_common.[ch]
12023                 Added option menu for the speller's suggestion mode.
12024                 Added missing spaces in "..." buttons and made a "..."
12025                         button non translatable!
12026         
12027         * src/compose.c
12028                 Made speller use the default suggestion mode.
12029                 Hack to make it possible to choose 'CTRL-Enter' as a
12030                         shortcut for sending (and only for sending).
12031
12032         * src/prefs_folder_item.c
12033                 Changing subject simplification does not update cache 
12034                         anymore (because it is unnecessary).
12035                 Fixed bug where changing subject simplification updated the 
12036                         summaryview even when the viewed folder is not the
12037                         folder which properties are being changed. (E.g. 
12038                                         viewing folder A and changing
12039                                         the subject simplification of 
12040                                         folder B -not being viewed- updated the 
12041                                         summaryview of folder A with data of
12042                                         folder B). (Hope this is clear... )
12043
12044 2001-12-31 [alfons]     0.6.6claws34
12045         
12046         * src/ldif.c
12047         * src/mutt.c
12048                 fgetc() returns a signed integer which doesn't
12049                 fit in a char. so c truncates this to a char
12050                 but we may lose significant bits. i.e. we may
12051                 comparing 0xFF which may not be equal to -1
12052                 unless properly casted to signed char which
12053                 we won't do because fgetc() returns a signed
12054                 integer which doesn't fit in a char. so c 
12055                 truncates this to a char but we may lose 
12056                 significat bits. (you got the idea, thanks
12057                 to Gustavo Noronha Silva <kov@debian.org>
12058                 and the Debian folks!)
12059
12060 2001-12-30 [alfons]     0.6.6claws33
12061
12062         * src/prefs_common.c
12063                 add #ifdef USE_PSPELLs that Melvin forgot               
12064
12065 2001-12-30 [melvin]     0.6.6claws32
12066         
12067         * src/prefs_common.[ch]
12068                 Added configurable color for misspelled words.
12069
12070         * src/gtkspell.[ch]
12071                 Fixed bug of foreground text color (reported by David
12072                                 Mehrmann)
12073                 Added configurable color for misspelled words.
12074
12075 2001-12-30 [alfons]     0.6.6claws31
12076
12077         * src/folder.c
12078                 remove unnecessary things someone put there
12079
12080         * src/mh.c
12081         * src/folder.[ch]
12082                 make folder properties (like threading and sorting) persistent
12083                 (closes bug #497424 "rescan folder tree resets proprieties")
12084                 currently this is only for MH folders. 
12085
12086 2001-12-29 [melvin]     0.6.6claws30
12087
12088         * src/string_match.[ch]
12089                 Optimized a bit: regexp pattern buffer compiled only once, and
12090                   one subroutine call removed. Fixed ^ regexp search: Now, 
12091                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12092         
12093         * src/summaryview.c
12094                 Subject filtering changed to filter summary columns and
12095                   not directly the messages subject cache. The loss in 
12096                   performance is balanced by the improvement of string_match.
12097                 Added an alert panel if there is an error in the regexp.
12098
12099         * src/src/prefs_folder_item.h
12100                 Added a regexp pattern buffer.
12101
12102 2001-12-28 [alfons]     0.6.6claws29
12103
12104         * src/string_match.[ch]
12105                 clean up name space
12106                 allow compilation *BSD
12107
12108 2001-12-27 [alfons]     0.6.6claws28
12109
12110         * src/filter.c
12111                 sync the Hiro's bug fix for BSD
12112
12113 2001-12-27 [melvin]     0.6.6claws27
12114         
12115         * src/compose.c
12116                 Simplify focus to subject entry code.
12117
12118 2001-12-27 [darko]      0.6.6claws26
12119
12120         * src/filtering.c
12121         * src/mbox_folder.c
12122         * src/messageview.c
12123         * src/mh.c
12124         * src/procheader.[ch]
12125         * src/procmsg.h
12126         * src/stock_pixmap.[ch]
12127         * src/summaryview.c
12128                 Show key icon for encrypted mails in summary view
12129
12130         * src/pixmaps/clip.xpm
12131         * src/pixmaps/clipkey.xpm
12132         * src/pixmaps/key.xpm
12133                 New/modified icons for the above
12134
12135 2001-12-27 [melvin]     0.6.6claws25
12136
12137         * src/prefs_common.c
12138                 Put spell checker options in a separate tab to decrease
12139                 the Common Preferences window height.
12140
12141         * README.claws  
12142                 Update spell checker usage instruction about its options
12143                 location.
12144
12145 2001-12-27 [melvin]     0.6.6claws24
12146
12147         * src/compose.c
12148                 Changed subject entry widget position. Initial focus is
12149                 on the To header instead of the subject entry.
12150                 Creating a new header scrolls the header list to make the
12151                 created one visible. Nevertheless, when automatically filling
12152                 headers, the first one is shown.
12153                 A Tab key press in the last empty header entry zips the 
12154                 focus to the subject entry.
12155                 (I did not change the combo boxes, yet)
12156
12157 2001-12-26 [alfons]     0.6.6claws23
12158
12159         * src/prefs_account.c
12160         * src/inc.c
12161                 allow default inbox to reside in another mailbox (only
12162                 works for POP3 accounts)
12163
12164 2001-12-26 [alfons]     0.6.6claws22
12165         
12166         * src/textview.c
12167                 make reply-on-click work with the account of the selected folder
12168         * src/compose.c
12169                 put a fixme here to remind me to fix finding correct default
12170                 account for nested folders
12171
12172 2001-12-25 [alfons]     0.6.6claws21
12173
12174         * src/summaryview.c
12175                 make column headers display locked and mark pixmaps (idea by Melvin) 
12176                 fix bug by adding score and locked column type to sort array
12177
12178 2001-12-25 [alfons]     0.6.6claws20
12179         
12180         * src/summaryview.c
12181                 catch a *potentially* inadvertent write back of  
12182                 the message cache(s) introduced by 0.6.5claws37
12183
12184 2001-12-25 [christoph]  0.6.6claws19
12185
12186         * src/stock_pixmap.[ch]
12187         * src/summaryview.c
12188                 add ignore thread pixmap
12189                 (can someone draw a better icon for this?)
12190
12191 2001-12-24 [alfons]     0.6.6claws18
12192
12193         * src/prefs_folder_item.c
12194                 make address completion actually work for the
12195                 Default To address in the Folder Property dialog.
12196
12197 2001-12-24 [alfons]     0.6.6claws17
12198         
12199         * src/summaryview.c
12200                 use new style regexp for subject stripping 
12201                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12202
12203 2001-12-24 [darko]      0.6.6claws16
12204
12205         * src/pgptext.c
12206         * src/rfc2015.c
12207                 move GPG related informational messages to debug mode
12208
12209 2001-12-23 [alfons]     0.6.6claws15
12210
12211         * src/stock_pixmap.[ch]
12212         * src/summaryview.c
12213                 add the forgotten Claws' locked pixmap
12214
12215 2001-12-23 [alfons]     0.6.6claws14
12216
12217         * src/filesel.c
12218                 accept file name typed in entry in multi file
12219                 selector (patch submitted by Gustavo Noronha Silva 
12220                 <kov@debian.org>)
12221
12222 2001-12-23 [alfons]     0.6.6claws13
12223
12224         * src/prefs_filter.c
12225         * src/prefs_filtering.c
12226         * src/matcher.c
12227         * src/importmutt.c
12228                 clean up a little bit
12229         
12230         * src/string_match.c
12231                 validate input strings a little bit more
12232
12233 2001-12-23 [alfons]     0.6.6claws12
12234
12235         * src/Makefile.am
12236         * src/summaryview.c
12237         * src/string_match.[ch]         ** NEW **
12238         * src/folderview.[ch]
12239         * src/headerview.h
12240         * src/folder.[ch]
12241         * src/prefs_folder_item.[ch]
12242                 add subject simplification to strip out strings from
12243                 a subject line (esp. handy for mailing lists). 
12244                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12245                 but slightly changed things for better integration.)
12246
12247 2001-12-23 [alfons]     0.6.6claws11
12248
12249         * src/mainwindow.c
12250                 fix bug introduced by submission included in 0.6.5claws52.
12251                 ideally this submission should clean the trash if any trash
12252                 folder has a message. however, the hasTrash variable was
12253                 set to false whenever a trash folder was empty (discarding
12254                 a previously found *filled* trash folder.)
12255
12256                 also edited the code a little bit and made it more safe.
12257
12258 2001-12-22 [alfons]     0.6.6claws10
12259
12260         * src/imap.c
12261                 quick fix for Martin Pool's omission of an account
12262                 specific SSL setting
12263
12264 2001-12-22 [alfons]     0.6.6claws9
12265
12266         * src/compose.c
12267         * src/messageview.c
12268         * src/mimeview.c
12269         * src/pgptext.c
12270         * src/procmime.[ch]
12271                 better support for multipart/digest (submitted
12272                 by Fredrik <e98fo@efd.lth.se>)
12273
12274 2001-12-22 [alfons]     0.6.6claws8
12275
12276         * src/addressbook.c
12277                 correct function signature
12278         * src/socket.[ch]
12279         * src/imap.[ch]
12280         * src/prefs_account.[ch]
12281                 allow IMAP over SSH tunnel (patch submitted by 
12282                 Martin Pool <mbp@samba.org>)
12283
12284 2001-12-21 [alfons]     0.6.6claws7
12285
12286         * sync with sylpheed 0.6.6cvs4-9
12287                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12288
12289 2001-12-21 [christoph]  0.6.6claws6
12290
12291         * src/compose.c
12292         * src/prefs_folder_item.[ch]
12293                 implement saving of outgoing messages to current folder.
12294                 fix segfault when no default outbox is available
12295                 (closes bug #495683)
12296
12297 2001-12-21 [carsten]    0.6.6claws5
12298         * src/folderview.c
12299         * src/summaryview.c
12300                 pressing CTRL while DND does now the expected thing and
12301                 copies the mail (moving is still the default, as this
12302                 seam more appropriate for handling mails by DND)
12303
12304 2001-12-18 [paul]       0.6.6claws4
12305
12306         * sync with sylpheed 0.6.6cvs3
12307                 see ChangeLog entries 2001-12-18
12308
12309 2001-12-18 [hiro]       0.6.6claws3
12310
12311         * src/undo.c
12312                 fix for multibyte characters (obtain the number of letters
12313                 instead of bytes).
12314
12315 2001-12-17 [paul]       0.6.6claws2
12316
12317         * sync with sylpheed 0.6.6cvs1
12318                 see ChangeLog entry 2001-12-16
12319
12320 2000-12-17 [alfons]     0.6.6claws1
12321
12322         * src/filtering.c
12323                 clean up
12324
12325 2001-12-16 [paul]       0.6.6claws
12326 2001-12-15
12327
12328         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12329
12330         * src/mimeview.c
12331                 last minute sync with main 0.6.6
12332
12333         * po/es.po
12334                 updated by Ricardo Mones Lastra
12335                 update for last minute sync
12336         * po/fr.po
12337         * po/nl.po
12338                 update for last minute sync
12339         * po/de.po
12340                 updated by Jens Oberender
12341         * po/pt_BR.po
12342                 updated by Fabio Junior Beneditto
12343
12344         * src/prefs_common.[ch]
12345         * src/undo.c
12346                 number of undo levels is user configurable
12347                 (squeeze it into the release in the dying
12348                 moments) Submitted by Jens Oberender    
12349
12350 2001-12-15 [melvin]
12351
12352         * po/fr.po
12353                 updated french translation
12354
12355 2001-12-15 [paul]       0.6.5claws92
12356
12357         * sync with sylpheed 0.6.5cvs28
12358                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12359
12360         * po/nl.po
12361                 update to allow for sync
12362
12363 2001-12-15 [alfons]
12364         
12365         * po/nl.po
12366                 update dutch translation
12367
12368 2001-12-14 [carsten]    0.6.5claws91
12369         * src/summaryview.c
12370                 fixed bug #473785; also after changing the column order
12371                 the same message will be selected and displayed as before
12372                 the reordering
12373
12374 2001-12-14 [carsten]    0.6.5claws90
12375         * src/folderview.c
12376                 probably found the bug reported by wwb opening or closing
12377                 a folder tree just before dnd (found the solution in the
12378                 balsa source -- thanks to them)
12379
12380 2001-12-14 [carsten]    0.6.5claws89
12381         * src/gtkutils.c
12382         * src/account.c
12383                 moved gtk_clist_moveto to the right place, so that
12384                 only the accounts dialog is effected on opening
12385
12386 2001-12-14 [carsten]    0.6.5claws88
12387         * src/gtkutils.c
12388                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12389                 now, so that the focused row will be seen in any case
12390                 (reported by wwp on sf-claws-user)
12391
12392 2001-12-14 [darko]      0.6.5claws87
12393
12394         * src/compose.c
12395                 remove unnecessary line
12396
12397 2001-12-14 [paul]       0.6.5claws86
12398
12399         * sync with sylpheed 0.6.5cvs27
12400                 see ChangeLog entries 2001-12-14
12401
12402 2001-12-14 [carsten]    0.6.5claws85
12403         * src/mainwindow.c
12404                 following a suggestion of Melvin the rcoabm pops up
12405                 right under the button now and the button is reliefed
12406                 while the popup is open
12407
12408 2001-12-14 [darko]      0.6.5claws84
12409
12410         * src/compose.c
12411                 fix crash when wrapping long lines if linewrap quotation
12412                 is disabled and wrapper encounters a word spanning more
12413                 than one line
12414
12415 2001-12-13 [paul]       0.6.5claws83
12416
12417         * src/compose.c
12418                 prefer 'Reply-To' header over mailing list header when
12419                 replying to a message. Finally prevent all those confirmation 
12420                 messages being sent to the list itself.
12421
12422         * src/summaryview.c
12423                 remove unused summary_set_menu_sensitive() entry
12424
12425 2001-12-13 [paul]       0.6.5claws82
12426
12427         * src/folderview.c
12428         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12429         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12430         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12431                 improvements to 'Hide read messages': Inbox, Outbox,
12432                 Trash, Queue, and Draft icons now reveal presence of hidden 
12433                 messages
12434
12435 2001-12-12 [alfons]     0.6.5claws81
12436
12437         0.6.5claws80 was tagged as LAST_STABLE
12438
12439         * src/filtering.[ch]
12440         * src/matcher.[ch]
12441         * src/matcher_parser_lex.c
12442                 fix the filtering; my last attempt to get it right, 
12443                 if it does not work, it's Hoa's turn. ;-)
12444
12445                 for my honourable peers:
12446                 
12447                 the code now makes a clear distinction between
12448                 rules as they are displayed (probably escaped),
12449                 and as they are executed (probably unescaped). the
12450                 parser does *NOT* do any unescaping, this is
12451                 the task of the matcher.c (which breaks up a
12452                 rule into condition) and the filtering.c (which
12453                 breaks up the rule's action). to make this
12454                 run happily we provide an unescaped copy of
12455                 crucial strings to the MatcherProp and 
12456                 FilteringAction structures. note that the only
12457                 exception to this is any REGEXP string. those
12458                 are directly passed to regcomp() and regexp()
12459                 (who have much more powerful unescape functions).
12460                 
12461                 for everyone else:
12462         
12463                 you can escape tab (\t), carriage return (\r),
12464                 linefeed (\n), form feed (\f), quote (\"), 
12465                 single quote (\'), bell (\b) in all the entry
12466                 lines in the scoring & filtering dialogs.
12467                 as an added bonus this should not affect
12468                 existing filtering rules.
12469
12470 2001-12-12 [carsten]    0.6.5claws80
12471
12472         * src/summaryview.c
12473         * po/de.po
12474                 "item(s) selected" is now sensitive to 1 or more
12475                 than one selected (nice for language where simple
12476                 adding of a "s" is not possible as German (Eintrag
12477                 ->Eintr"age)
12478                 
12479                 the "forward as attachment" entry from the right
12480                 click menu removed, "forward" acts following the
12481                 prefs
12482         
12483         * src/textview.c
12484                 reverted my former changes; so compiler warning again
12485                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12486                 nevertheless
12487
12488         * src/messageview.c
12489                 "search in message" does now *not* only work in MVIEW_TEXT
12490                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12491                 message
12492
12493         * src/mainwindow.c
12494                 removed "/File/_Close" as it was the same as "/File/E_xit"
12495                 and we don't need it two times
12496
12497                 the separate folder view and message view now get a distinct
12498                 WMCLASS, just in case someone is using sawfish ;-)
12499
12500                 as the menu entries "/View/Message view" and "/View/Folder tree"
12501                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12502                 make them sensitive accordingly and as these two are "shown"
12503                 after startup anytime check this menuitem at startup
12504
12505 2001-12-12 [paul]       0.6.5claws79
12506
12507         * src/folderview.c
12508                 fix sensitivity of 'Search folder...', broken in
12509                 0.6.5claws75
12510
12511         * src/mainwindow.c
12512                 fix dodgy English
12513
12514 2001-12-11 [carsten]    0.6.5claws78
12515         * src/filtering.c
12516                 fixed two typos returning a wrong FALSE/TRUE
12517         * src/mainwindow.[ch]
12518                 extra menu for email/news button removed
12519
12520 2001-12-11 [alfons]     0.6.5claws77
12521         
12522         * src/matcher.c                 (1.3)
12523         * src/matcher_parser_lex.l      (1.28)
12524                 revert for another attempt
12525                 mark 0.6.5claws77 as LAST_STABLE
12526
12527 2001-12-11 [christoph]  0.6.5claws76
12528
12529         * po/de.po
12530                 fixed wrong translation for prev. unread msg
12531
12532 2001-12-11 [paul]       0.6.5claws75
12533
12534         * src/folder.[ch]
12535         * src/folderview.c
12536         * src/mainwindow.c
12537         * src/summaryview.[ch]
12538         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12539                 enable ability to hide read messages on per folder basis via 
12540                 '/Summary/Hide read messages'; when selected, a folder will 
12541                 have a red open folder icon, instead of a blue icon, if the 
12542                 folder contains hidden messges
12543                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12544
12545         * src/mainwindow.c
12546                 remove '/Message/Forward as attachment' from 
12547                 main_window_set_menu_sensitive() to prevent debug warning
12548
12549         * src/folderview.c
12550         * src/mainwindow.c
12551                 Clean up some of the English
12552
12553         * tools/newscache_clean.pl
12554                 allow for new 'hidereadmsgs' entry in folderlist.xml
12555
12556         * po/es.po
12557                 updated translation, submitted by Ricardo Mones Lastra
12558
12559 2001-12-11 [paul]       0.6.5claws74
12560
12561         * sync with sylpheed 0.6.5cvs25
12562                 see ChangeLog entry 2001-12-11
12563
12564 2001-12-10 [alfons]     0.6.5claws73
12565
12566         * src/matcher.c
12567                 add more control characters
12568         * src/matcher_parser_lex.l
12569                 make escaping / unescaping work again
12570
12571 2001-12-10 [alfons]     0.6.5claws72
12572
12573         * src/imap.c
12574                 clean up warnings "returning value for void function" 
12575         * src/prefs_filtering.c
12576                 make info button for execute action sensitive
12577
12578 2001-12-10 [paul]       0.6.5claws71
12579
12580         * src/compose.c
12581         * src/imap.[ch]
12582         * src/summaryview.c
12583                 fix: imap server now gets informed of MARKED, UNMARKED
12584                 and REPLY events. Now people can use different IMAP-Mail
12585                 clients and have the exact same information about MARKED,
12586                 UNMARKED and REPLY status with all of them. Especially
12587                 useful for imap servers with a web-frontend.
12588                 submitted by Tobias Sandhaas <medlor@web.de>
12589
12590 2001-12-09 [melvin]     0.6.5claws70
12591         
12592         * src/textview.[ch]
12593                 fixed bug #490076 (hunted down by Alfons who implemented
12594                 a workaround in 0.6.5claws65)
12595
12596 2001-12-09 [christoph]  0.6.5claws69
12597
12598         * src/summaryview.c
12599                 set pointer to string in LOCKED column to NULL
12600                 (might fix bug #490800)
12601
12602 2001-12-09 [carsten]    0.6.5claws68
12603
12604         * po/de.po
12605                 resolved some cluttered menu shortcuts 
12606                 ('creating new email' and 'creating news message'
12607                 hade the same)
12608         * src/compose.c
12609                 wmclass now distinc from main window
12610         * src/mainwindow.c
12611           src/mainwindow.h
12612                 email/news and forward button functionality similar
12613                 to the reply buttons; removed the ugly dropdown arrows
12614                 and use instead the right mouse button
12615
12616 2001-12-09 [paul]       0.6.5claws67
12617
12618         * src/imap.c
12619         * src/utils.h
12620                 allow spaces in imap folder names
12621                 submitted by Willem van Engen <wvengen@stack.nl>
12622
12623 2001-12-09 [paul]       0.6.5claws66
12624
12625         * sync with sylpheed 0.6.5cvs24
12626                 see ChangeLog entry 2001-12-09
12627
12628 2001-12-08 [alfons]     0.6.5claws65
12629
12630         * src/textview.c
12631                 prevent secondary selection claim after "add to sender" dialog
12632                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12633                 we trick GTK by simulating a click at (0, 0) in the textview.
12634
12635 2001-12-08 [hoa]        0.6.5claws64
12636
12637         * src/folder.c
12638                 fixed a bug about the .processing folder name while filtering
12639
12640 2001-12-08 [alfons]     0.6.5claws63
12641
12642         * src/folderview.c 
12643                 work around problem of not correctly updating folder stats
12644                 when deleting messages. there's some folder scanning evil
12645                 going so the folderview_update_msg_num() does not work
12646                 correctly. need to investigate this.
12647
12648 2001-12-08 [paul]       0.6.5claws62
12649
12650         * sync with sylpheed 0.6.5cvs23
12651                 see ChangeLog entry 2001-12-08
12652
12653 2001-12-07 [christoph]  0.6.5claws61
12654
12655         * src/compose.c
12656                 fix another header translation problem
12657
12658 2001-12-07 [alfons]     0.6.5claws60
12659
12660         * src/mbox.c
12661                 make filtering also work on local spool mbox
12662
12663 2001-12-07 [carsten]    0.6.5claws59
12664         * src/addressbook.c
12665                 addressbook window gets a wmclass distinct from the main
12666                 sylpheed window
12667         * src/compose.h
12668         * src/mainwindow.[ch]
12669                   forward menu item will use mode selected in prefs, forward 
12670                 as attatchment in menu removed (will be substituted in the
12671                 toolbar similar to reply buttons)
12672                   create news message menu entry and news button is now 
12673                 sensitive to the existance of a news account
12674         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12675         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12676         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12677                 these are removed because the toolbar buttons don't show
12678                 the quoting modus any longer
12679
12680 2001-12-07 [paul]
12681
12682         * tools/newscache_clean.pl      ** NEW FILE **
12683                 perl script to do some tidying up in the newscache directory 
12684                 
12685         * tools/sylpheed-switcher       ** NEW FILE **
12686                 perl script to enable easy switching between main and claws
12687                 
12688         * tools/README
12689                 added descriptions of the two new perl scripts          
12690
12691
12692 2001-12-07 [melvin]     0.6.5claws58
12693
12694         * src/messageview.c
12695                 fixed a warning during compilation introduced in 0.6.5claws56
12696
12697 2001-12-07 [paul]       0.6.5claws57
12698
12699         * src/mainwindow.[ch]
12700         * src/menu.[ch]
12701                 further usability enhancements to replying with or without 
12702                 quoting via the toolbar, use of Ctrl key is replaced by 
12703                 drop down menu 
12704                 Submitted by Carsten Schurig            
12705
12706 2001-12-07 [melvin]     0.6.5claws56
12707
12708         * src/messageview.c
12709                 hack to fix bug that prevented to make/paste selections
12710                 after switching between MVIEW_TEXT and MVIEW_MIME views
12711                 without deselecting the selection first.
12712
12713 2001-12-06 [alfons]     0.6.5claws55
12714
12715         * src/filtering.[ch]
12716         * src/inc.c
12717                 revise filtering a little bit more, and make sure
12718                 messages are delivered to the appropriate inbox
12719                 (perhaps set per account)
12720
12721 2001-12-06 [paul]       0.6.5claws54
12722
12723         * sync with sylpheed 0.6.5cvs22
12724                 see ChangeLog entry 2001-12-06
12725
12726 2001-12-05 [alfons]     0.6.5claws53
12727
12728         * src/inc.c
12729         * src/folder.[ch]
12730         * src/procmsg.c
12731         * src/filtering.c
12732                 more revisions of filtering system
12733                 (last stable version is marked as LAST_STABLE)
12734                 
12735                 | NOTE 1): the filtering system now uses a local folder called
12736                 | .processing. if filtering fails, check this directory
12737                 | for missing messages.
12738                 |
12739                 | NOTE 2): help us find the filtering actions still missing
12740
12741 2001-12-05 [paul]       0.6.5claws52
12742
12743         * src/mainwindow.c
12744                 fix bug where 'Empty Trash?' pop-up window appears even
12745                 when Trash is empty, submitted by Jesse Skinner         
12746
12747 2001-12-05 [melvin]     0.6.5claws51
12748
12749         * src/compose.c
12750                 fixed bug #486106 to select correct account when reediting 
12751                 a queued message
12752         
12753 2001-12-04 [alfons]     0.6.5claws50
12754
12755         * src/mh.c
12756                 declare markfile in appropriate functions when
12757                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12758                 for spotting this)
12759
12760 2001-12-04 [paul]       0.6.5claws49
12761
12762         * sync with sylpheed 0.6.5cvs21
12763                 see ChangeLog entry 2001-12-04
12764
12765 2001-12-03 [christoph]  0.6.5claws48
12766
12767         * po/de.po
12768                 changed translation of undo
12769         * src/account.c
12770         * src/folder.c
12771                 don't reinvent the wheel to traverse a GNode
12772         * src/compose.[ch]
12773                 seperate code to create the compose gui into functions
12774                 add "Others" page with folder selection for saving copy
12775                 of the message.
12776                 the folder identifier is saved to queue header
12777         * src/procmsg.c
12778                 save message to folder in queue header
12779
12780 2001-12-03 [paul]       0.6.5claws47
12781
12782         * sync with sylpheed 0.6.5cvs20
12783                 see ChangeLog entry 2001-12-03
12784
12785 2001-12-01 [paul]
12786
12787         * more sync with sylpheed 0.6.5cvs19
12788                 see ChangeLog entry 2001-11-29
12789
12790 2001-11-30 [paul]       0.6.5claws46
12791         
12792         * src/compose.c
12793                 remove conflicts introduced by Hoa's last commit
12794          
12795         * src/mainwindow.c
12796                 make 'Message/Bounce' sensitive
12797
12798 2001-11-30 [hoa]        0.6.5claws45
12799
12800         * src/compose.c
12801                 slightly change bounce function to add
12802                 information about the user that bounced the mail
12803                 in the From header line.
12804
12805         * src/folderview.c
12806                 permit the use of processing in outbox folder.
12807
12808 2001-11-29 [paul]       0.6.5claws44
12809
12810         * src/mainwindow.[ch]
12811         * src/prefs_common.c
12812         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12813         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12814         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12815                 usability enhancements to the quoting, implements
12816                 use of Ctrl key to toggle quoting settings
12817                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12818
12819 2001-11-29 [paul]       0.6.5claws43
12820         
12821         * sync with sylpheed 0.6.5cvs19
12822                 see ChangeLog entry 2001-11-28
12823
12824 2001-11-29 [melvin]     0.6.5claws42
12825         * src/Makefile.am
12826                 added enriched.[ch] to the list of files
12827
12828         * src/textview.c
12829         * src/mimeview.c
12830         * src/procmime.[ch]
12831         * src/enriched.[ch]
12832                 added support to view text/enriched
12833                 added support to show headers in message view for text/enriched and text/html
12834                         in non multipart messages
12835
12836 2001-11-28 [paul]       0.6.5claws41
12837
12838         * more sync with sylpheed 0.6.5cvs18
12839                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12840
12841 2001-11-27 [paul]       0.6.5claws40
12842         
12843         * po/pt_BR.po
12844                 updated translation, submitted by Fabio Junior Beneditto
12845                 
12846         * sync with sylpheed 0.6.5cvs18
12847                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12848                 2001-11-27
12849
12850
12851 2001-11-26 [paul]
12852
12853         * po/es.po
12854                 updated translation, submitted by Ricardo Mones Lastra
12855
12856 2001-11-26 [alfons]
12857
12858         * src/matcher.c
12859                 add more translatable strings
12860
12861 2001-11-26 [christoph]  0.6.5claws39
12862
12863         * po/de.po      
12864                 fixed one more umlaut
12865         * src/compose.c
12866                 fix translated header when it should not be translated
12867
12868 2001-11-26 [paul]       0.6.5claws38
12869
12870         * src/mainwindow.c
12871                 remove '/Message/Add Sender to address book' from 
12872                 main_window_set_menu_sensitive(), prevent debug warning
12873                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12874
12875 2001-11-26 [paul]       0.6.5claws37
12876
12877         * src/summaryview.c
12878                 fix 'recurring unread state' bug 
12879
12880         * tools/README 
12881         * tools/filter_conv.pl
12882                 read name of top level mailbox from folderlist.xml
12883                 and presume nothing about its name              
12884
12885 2001-11-26 [darko]      0.6.5claws36
12886
12887         * src/gtkstext.[ch]
12888                 removed functions that are now in gtkutils.c
12889                 use gtkut_text_is_uri_string() from gtkutils.c
12890         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12891
12892 2001-11-26 [paul]       0.6.5claws35
12893
12894         * sync with sylpheed 0.6.5cvs16
12895                 see ChangeLog entries 2001-11-25 and 2001-11-26
12896
12897 2001-11-25 [alfons]     0.6.5claws34
12898
12899         EXPERIMENTAL!!! Please checkout the last stable version using: 
12900           
12901         % cvs update -r LAST_STABLE -dRAP
12902
12903         (Or help us testing this stuff.)
12904
12905         * src/filtering.c               (1.14)
12906         * src/filtering.h               (1.6)
12907         * src/inc.c                     (1.28)
12908         * src/matcher.c                 (1.20)
12909         * src/mbox.c                    (1.9)
12910         * src/procmsg.h                 (1.14)
12911         * src/summaryview.c             (1.59)
12912         * src/summaryview.h             (dunno)
12913                 revert/merge/sync to as it was before commit 
12914                 on Thu, 19 Jul 2001 10:15:51 -0700.
12915
12916 2001-11-25 [hoa]        0.6.5claws33
12917
12918         * src/main.c
12919                 processing mails at startup
12920
12921         * src/folderview.c
12922         * src/summaryview.[ch]
12923                 processing mails when entering folder
12924
12925         * src/prefs_filtering.c
12926                 fixed some UI bugs
12927
12928 2001-11-24 [alfons]     0.6.5claws32
12929
12930         * src/summaryview.[ch]
12931                 make summary sort headers work, and also make
12932                 sure the sort type is stored
12933
12934 2001-11-23 [alfons]     0.6.5claws31
12935
12936         * src/summaryview.[ch]
12937                 make lock work like mark
12938                 disallow deleting messages marked as locked
12939
12940 2001-11-23 [alfons]     0.6.5claws30
12941
12942         * src/gtkstext.c
12943         * src/compose.[ch]
12944         * src/Makefile.am
12945         * src/undo.[ch]
12946                 merge undo patch submitted by Jens
12947
12948 2001-11-23 [christoph]  0.6.5claws29
12949
12950         * src/.cvsignore
12951                 added ylwrap
12952         * src/compose.c
12953                 fixed gpg signing and encoding
12954         * src/folder.[ch]
12955         * src/main.c
12956                 added --status option to get new, unread and total
12957                 message count from a running sylpheed
12958         * src/prefs_common.c
12959                 temporary fix for reply_with_quote problem
12960                 (don't call functions for non existing widget)
12961         * src/procmsg.c
12962                 one more check for ignored threads but still not
12963                 always working correctly. probably a recursive
12964                 check for all parents is needed
12965
12966 2001-11-23 [darko]      0.6.5claws28
12967
12968         * src/compose.c
12969                 wrapping on send improvements
12970         * src/gtkutils.[ch]
12971                 fix for GtkSText after last sync with main branch
12972                 GTK_TEXT -> GTK_STEXT
12973
12974 2001-11-23 [paul]       0.6.5claws27
12975
12976         * sync with sylpheed 0.6.5cvs14
12977                 see ChangeLog entries 2001-11-22 and 2001-11-23
12978                 
12979         * po/de.po
12980                 fixed the scrambled umlauts 
12981                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12982
12983 2001-11-21 [paul]       0.6.5claws26
12984
12985         * sync with sylpheed 0.6.5cvs12
12986                 see 2nd ChangeLog entry dated 2001-11-20
12987
12988 2001-11-20 [paul]       0.6.5claws25
12989
12990         * sync with sylpheed 0.6.5cvs11
12991                 see ChangeLog entry 2001-11-19 (src/utils.c)
12992
12993 2001-11-20 [hiro]
12994
12995         * src/compose.c
12996                 GTK_TEXT -> GTK_STEXT
12997                 fix for wrong comment
12998
12999 2001-11-20 [hiro]       0.6.5claws24
13000
13001         * src/compose.[ch]
13002                 more merges from main branch
13003                 removed fatal warnings (uninitialized variables etc.)
13004                 some coding style fix
13005         * src/gtkutils.h
13006                 fixed typo.
13007         * src/addressbook.c
13008           src/addrindex.c
13009                 V-Card -> vCard
13010
13011 2001-11-19 [hoa]        0.6.5claws23
13012
13013         * src/filtering.c
13014         * src/prefs_scoring.c
13015         * src/matcher.[ch]
13016         * src/scoring.c
13017                 cleaning code
13018
13019         * src/matcher_parser_parse.y
13020         * src/prefs_filtering.c
13021                 bouncing
13022
13023 2001-11-19 [alfons]     0.6.5claws22
13024
13025         more of my old things into claws
13026
13027         * src/Makefile.am
13028         * src/prefs_common.c
13029         * src/procmsg.h
13030         * src/summaryview.[ch]
13031         * src/prefs_summary_column.c
13032         * src/pixmaps/locked.xpm
13033                 add indicators for locking of message in summary view
13034                 (does not work yet, only visual indicator)
13035
13036 2001-11-19 [paul]       0.6.5claws21
13037
13038         * sync with sylpheed 0.6.5cvs10
13039                 see ChangeLog entry 2001-11-19
13040
13041 2001-11-18 [alfons]     0.6.5claws20
13042         
13043         * src/filtering.c
13044                 remove an inadvertent free I forgot in previous clean up 
13045
13046 2001-11-18 [alfons]     0.6.5claws19
13047
13048         * src/filtering.[ch]
13049                 clean up & plug leaks
13050
13051 2001-11-18 [paul]       0.6.5claws18
13052
13053         * sync with sylpheed 0.6.5cvs9
13054                 see ChangeLog entries 2001-11-17 and 2001-11-18
13055
13056 2001-11-16 [paul]       0.6.5claws17
13057
13058         * sync with sylpheed 0.6.5cvs8
13059                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13060
13061 2001-11-16 [paul]       0.6.5claws16
13062
13063         * sync with sylpheed 0.6.5cvs7
13064                 see ChangeLog entries 2001-11-15 and 2001-11-16
13065
13066 2001-11-15 [hoa]        0.6.5claws15
13067
13068         * src/compose.c
13069                 fix bounce, mails we received couln't be bounced to ourself.
13070
13071         * src/defs.h
13072         * src/filtering.[ch]
13073         * src/matcher.[ch]
13074         * src/matcher_parser.h
13075         * src/matcher_parser_lex.l
13076         * src/matcher_parser_parse.y
13077         * src/inc.c
13078         * src/main.c
13079         * src/mbox.c
13080         * src/prefs_filtering.[ch]
13081         * src/mainwindow.c
13082         * src/prefs_matcher.c
13083         * src/prefs_scoring.c
13084         * src/scoring.[ch]
13085         * src/summaryview.c
13086                 new matcher/filter/score configuration file parser
13087                 one unique configuration file => ~/.sylpheed/matcherrc
13088                 import in currently automatic, then save are made
13089                 in this new file.
13090                 one filter per folder and one global filter
13091                 (filter of a folder will be used as folder processing)
13092
13093         * src/folder.c
13094                 fix a bug in folder_item_get_identifier
13095                 
13096         * src/messageview.c
13097                 receive receipt return are fixed.
13098
13099 2001-11-14 [alfons]     0.6.5claws14
13100
13101         * src/session.h
13102                 add things from main branch to make claws compile
13103
13104 2001-11-14 [paul]       0.6.5claws13
13105
13106         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13107                 see ChangeLog entries 2001-11-08 to 2001-11-14
13108
13109 2001-11-14 [hoa] 0.6.5claws12
13110
13111         * src/compose.[ch]
13112         * src/mainwindow.c
13113         * src/summaryview.c
13114                 add "bounce mail" option
13115
13116 2001-11-13 [christoph]  0.6.5claws11
13117
13118         * src/compose.c
13119                 Cleanup a mess i add before commiting
13120
13121 2001-11-13 [hoa]        0.6.5claws10
13122
13123         * src/compose.c
13124                 some fixes when mail are sent or
13125                 for crossposts
13126
13127 2001-11-13 [christoph]  0.6.5claws9
13128
13129         * po/de.po
13130                 Changed two string with the same translation
13131         * src/compose.c
13132         * src/procmsg.[ch]
13133         * src/send.[ch]
13134                 New mailsending process:
13135                   - Always queue message before sending
13136                     (message will be saved if sylpheed crashed or
13137                      freezes while sending)
13138                   - Allow queuing of newspostings
13139                   - No copy in outbox before sending
13140                     (closes bug #469501)
13141                   - No more redundant code for send and send_later
13142         * src/summaryview.c
13143                 Applied wwp <subscript@free.fr>'s patch that fixes
13144                 marks for multiple forwarded messages (+compose.c)
13145
13146 2001-11-12 [alfons]
13147
13148         * README.claws
13149                 remove things that are now in main branch
13150         
13151         * po/nl.po
13152                 update Dutch translation
13153
13154 2001-11-12 [mhadasht]   0.6.5.claws8
13155
13156         * src/prefs_common.c
13157                 re-enabled account autoselection feature for forward
13158                 and reedit lost during the branch point for SYNC-B4-REL
13159         * src/gtkspell.c
13160                 gtkpspell_get_dict(): more readable code (even if function is
13161                 not used yet)
13162         * ChangeLog.claws
13163                 added version number info to 2001-11-12 [hiro] comment.
13164
13165 2001-11-12 [hiro]       0.6.5.claws7
13166
13167         * src/compose.c
13168                 compose_forward(): fixed a bug that forward quote mark
13169                 wasn't used.
13170                 removed unnecessary code.
13171         * src/template_select.[ch]: removed.
13172
13173 2001-11-11 [alfons]
13174
13175         * src/compose.c
13176                 :%s/GTK_TEXT/GTK_STEXT/g
13177         
13178         * src/compose.[ch]
13179         * src/undo.[ch]
13180         * src/Makefile.am
13181                 revert the undo stuff (this is 0.6.6claws stuff)
13182
13183 2001-11-11 [hoa]        0.6.5.claws6
13184
13185         * src/compose.[ch]
13186                 Insert signature at the end of the text.
13187                 Added undo patch but currently disabled
13188
13189         * src/procmsg.c
13190                 Threading by subject improved.
13191
13192         * added src/undo.[ch]
13193                 Undo module for compose dialog box.
13194
13195 2001-11-11 [alfons]     0.6.5.claws5
13196
13197         * src/procmsg.c
13198                 prevent threading by subject on nodes that have already been
13199                 threaded by in-reply-to (as in "circular references in a tree
13200                 result in a dead branch")
13201
13202 2001-11-09 [hoa]        0.6.5.claws4
13203         
13204         * src/folderview.c
13205                 allows creation of mbox folder item from any files.
13206
13207 2001-11-09 [alfons]     0.6.5.claws3
13208         
13209         * src/utils.c
13210         * src/procmsg.c
13211                 do what I mean and correct threading by subject so it really
13212                 ignores attracting lines without "Re: "
13213
13214 2001-11-07 [alfons]     0.6.5.claws2
13215
13216         * src/procmsg.c
13217         * src/utils.[ch]
13218                 only attract by subject if a subject line starts with a "Re: "
13219         * src/syldap.c
13220                 remove warning
13221
13222 2001-11-07 [paul]       0.6.5claws1
13223
13224         * sync with sylpheed 0.6.5. release
13225                 see ChangeLog entry 2001-11-07
13226
13227 2001-11-07 [paul]       0.6.4claws31
13228
13229         * sync with sylpheed 0.6.4cvs18
13230                 see ChangeLog entries 2001-10-30 to 2001-11-07
13231                 prefs_templates.[ch] renamed prefs_template.[ch]
13232
13233 2001-11-06 [alfons]
13234         
13235         * src/utils.h
13236                 add semicolon Hoa forgot ;-)
13237                 
13238
13239 2001-11-06 [hoa]        0.6.4claws30
13240         
13241         * src/procmsg.c
13242         * src/summaryview.c
13243         * src/utils.c
13244         * src/utils.h
13245                 threading by subject - empty subject are ignored
13246
13247 2001-11-06 [christoph]  0.6.4claws29
13248
13249         * src/socket.c
13250                 use SSL_peek for sock_gets
13251         * src/utils.c
13252                 removed unneeded pointer in extracting quoted
13253                 names implementation
13254
13255 2001-11-06 [melvin]     0.6.4claws28
13256
13257         * src/gtkspell.c
13258                 fixed bug #476792 Selection overtyping with spell checker
13259                 fixed bug which could cause a buffer overflow
13260                 fixed a memory leak
13261
13262 2001-11-06 [hoa]        0.6.4claws27
13263         
13264         * src/procmsg.c
13265         * src/summaryview.c
13266                 threading by subject
13267
13268 2001-11-05 [alfons]     0.6.4claws26
13269         
13270         * README.claws
13271                 Claws -> Sylpheed (vice versa)
13272
13273         * src/compose.c
13274                 :%s/gtk_text/gtk_stext/g
13275                 :%s/GTK_TEXT/GTK_STEXT/g
13276                 (thanks to Jonathan Ware for spotting this)
13277
13278 2001-11-04 [christoph]  0.6.4claws25
13279
13280         * src/summaryview.c
13281                 replace Xalloca + strdup with Xstrdup_a
13282         * src/utils.c
13283                 better implementation of extracting quoted names
13284                 from addresses (remove backlashes and ignore
13285                 quotes after them)
13286
13287 2001-11-04 [alfons]     0.6.4claws24
13288
13289         * src/utils.[ch]
13290                 edit to comply more with coding style
13291
13292         * src/textview.c
13293                 fix bug reported by Kim Schulz. introduced by the patch integrated
13294                 in 0.6.4claws15. the code did not check the return value of
13295                 the html parser.
13296
13297         * AUTHORS
13298                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13299
13300 2001-11-04 [christoph]  0.6.4claws23
13301
13302         * src/main.c
13303         * src/prefs_common.[ch]
13304                 init some pointers that possibly caused a segfault
13305                 reported in the claws-users ML
13306
13307 2001-11-04 [hoa]        0.6.4claws22
13308
13309         * src/grouplistdialog.c
13310                 change the names of the nodes in the tree
13311
13312         * src/compose.c
13313                 enhanced mailto syntax as described in
13314                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13315                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13316
13317         * src/utils.c
13318                 encode and decode URI (useful when opening URL into
13319                 netscape).
13320
13321 2001-11-03 [hoa]        0.6.4claws21
13322
13323         * src/grouplistdialog.c
13324                 a new newsgroups list selection dialog box
13325                 with a CTree instead of a CList
13326
13327 2001-11-03 [hoa]        0.6.4claws20
13328
13329         * src/folderview.c
13330                 enable property and scoring options when right
13331                 click on "inbox"
13332
13333         * src/summaryview.c
13334                 fixed bug when nickname were displayed using
13335                 the address book.
13336
13337 2001-11-02 [darko]      0.6.4claws19
13338
13339         * src/compose.c
13340                 new wrap quotation and URL/long words wrapping implementation
13341         * src/compose.c src/gtkstext.[ch]
13342                 move gtkstext_strncmp() to gtkstext.c
13343
13344 2001-11-01 [christoph]  0.6.4claws18
13345
13346         * src/prefs_account.c
13347                 fixed mess in account settings dialog
13348         * src/prefs_folder_item.c
13349                 added label with folder path to dialog
13350
13351 2001-10-31 [match]      0.6.4claws17
13352
13353         * src/vcard.c
13354                 fix memory leak.
13355         * src/addrbook.c
13356                 fix generation of spurious address book file names.
13357                 remove redundant functions.
13358         * po/POTFILES.in
13359                 added missing file names.
13360
13361 2001-10-30 [paul]       0.6.4claws16
13362
13363         * sync with sylpheed 0.6.4cvs6
13364                 see ChangeLog entries 2001-10-26 to 2001-10-30
13365
13366         * tools/filter_conv.pl
13367                 read folderlist.xml to discover whether the top-level
13368                 folder is called 'Mailbox' or 'Mail' 
13369
13370 2001-10-29 [paul]       0.6.4claws15
13371
13372         * src/html.c, src/textview.c
13373                 activate links in html mail and fix clickable parts
13374                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13375
13376 2001-10-29 [paul]
13377
13378         * po/de.po, po/es.po, po/pt_BR/po
13379                 updated translations, submitted by Jens Oberender,
13380                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13381
13382 2001-10-29 [darko]      0.6.4claws14
13383
13384         * src/compose.c
13385                 fix wrapping for good
13386
13387 2001-10-29 [darko]
13388
13389         * src/compose.c
13390                 undo previous change as it broke the smart wrapping
13391
13392 2001-10-29 [darko]      0.6.4claws13
13393
13394         * src/compose.c
13395                 fix infinite loop when long URL is quoted
13396                 (closes bug #475122.
13397
13398 2001-10-28 [match]
13399
13400         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13401                 import Mutt address book
13402         * src/ldif.[ch] src/importldif.h
13403                 modified import LDIF handle user attributes
13404
13405 2001-10-28 [christoph]  0.6.4claws12
13406
13407         * src/summaryview.c
13408                 fixed that filtering did not work if there
13409                 were no filter rules
13410                 (closes bug #472003 and better implementation
13411                  of patch #474644)
13412
13413 2001-10-27 [christoph]  0.6.4claws11
13414
13415         * src/compose.c
13416                 make the folder's default account to be used when
13417                 replying. (patch by wwp <subscript@free.fr>)
13418         * src/compose.c
13419                 code cleanup, nearly killed all of wwp's patch
13420                 for folder's default account in compose
13421         * src/folderview.c
13422                 error panel when a folder could not be created
13423                 (closes bug #471080 new folder name & already
13424                  existing file)
13425
13426 2001-10-26 [alfons]
13427
13428         * src/utils.h
13429                 change prototype of strstr2() that Christoph forgot about
13430
13431 2001-10-26 [christoph]  0.6.4claws10
13432
13433         * src/account.c
13434                 made search for accounts by email address not case
13435                 sensitive
13436         * src/folder.c
13437                 fixed memory leak in folder_item_get_identifier
13438         * src/gtkspell.c
13439         * src/utils.c
13440                 fixed wrong strstr2 (should work like strstr)
13441
13442 2001-10-26 [darko]      0.6.4claws9
13443
13444         * src/compose.c src/gtkstext.[ch]
13445         * src/gtkstext.c
13446                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13447
13448 2001-10-26 [paul]       0.6.4claws8
13449
13450         * src/html.c
13451                 ignore css and javascript tags in html mail
13452                 case-insensitive, with or without double-quoted
13453                 strings
13454
13455 2001-10-26 [paul]       0.6.4claws7
13456
13457         * sync with sylpheed 0.6.4cvs1
13458                 see ChangeLog entry 2001-10-26
13459
13460         * src/prefs_account.c, src/prefs_common.c,
13461           src/prefs_summary_column.c
13462                 minor improvements to the English
13463
13464 2001-10-25 [alfons]     0.6.4claws6
13465
13466         * src/gtkstext.c
13467         
13468                 make GtkSText follow style of GtkText (closes bug 
13469                 #469211 "text selection while writing message")
13470                 
13471                 do sync with GTK 1.2.10
13472
13473 2001-10-25 [paul]       0.6.4claws5
13474
13475         * src/html.c
13476                 ignore css tags in html mail
13477
13478 2001-10-25 [darko]      0.6.4claws4
13479
13480         * src/compose.c
13481                 don't declare is_url_string as static function since
13482                 we need it in gtkstext.c
13483         * src/gtkstext.c
13484                 remove unused variable
13485                 don't wrap long URLs while composing a message
13486
13487 2001-10-24 [christoph]  0.6.4claws3
13488
13489         * src/socket.c
13490                 fix ssl deadlock, when peer closes connection
13491
13492 2001-10-24 [paul]       0.6.4claws2
13493
13494         * src/prefs_common.c
13495                 gettextize the gpg ascii-armored warning message
13496
13497         * src/compose.c
13498                 insert a DOS/MAC file into the composed message
13499                 (improvements)
13500
13501         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13502
13503 2001-10-22 [paul]       0.6.4claws1
13504
13505         * sync with sylpheed 0.6.4 release
13506                 see ChangeLog entries 2001-10-21
13507
13508         * po/fr.po, po/pt_BR.po
13509                 updated by Melvin Hadasht and Fabio Junior Beneditto
13510
13511 2001-10-21 [paul]       0.6.3claws30
13512
13513         * src/compose.c
13514                 insert a DOS text file from the compose window
13515                 into the composed message text (removes CRs characters)
13516                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13517
13518         * tools/filter_conv.pl, tools/README
13519                 automatically use ~/.sylpheed as working directory
13520                 print out confirmation message on completion
13521
13522         * correct Hoa's last ChangeLog.claws entry
13523
13524 2001-10-20 [hoa]        0.6.3claws29
13525
13526         * src/grouplistdialog.c
13527                 bugfix (another ?) to give the right
13528                 newsgroups list for each news server.
13529
13530         * src/news.c
13531         * src/news.h
13532                 improve the newsgroups list cache
13533
13534 2001-10-20 [paul]       0.6.3claws28
13535
13536         * sync with sylpheed 0.6.3cvs9
13537                 see ChangeLog entry 2001-10-19
13538
13539         * correct Alfons' last ChangeLog.claws entry
13540
13541 2001-10-19 [alfons]
13542
13543         * src/pgptext.[ch]
13544                 fix compilation problems (part of bug #472895)
13545
13546 2001-10-18 [hoa]        0.6.3claws27
13547
13548         * src/grouplistdialog.c
13549                 bugfix when we refresh was clicked (bug 472701)
13550
13551 2001-10-19 [christoph]  0.6.3claws26
13552
13553         * src/compose.c
13554                 last header entry should default to "To:" or
13555                 "Newsgroups:" and not copy the last entry line
13556                 in a new compose window
13557                 (closes bug #472686, #470792)
13558
13559 2001-10-19 [paul]       0.6.3claws25
13560
13561         * sync with Sylpheed 0.6.3cvs8
13562                 see ChangeLog entries 2001-10-18 and 2001-10-19
13563
13564 2001-10-18 [christoph]  0.6.3claws24
13565
13566         * src/procmsg.c
13567                 reimplement ignore thread
13568         
13569 2001-10-18 [hoa]        0.6.3claws23
13570
13571         * src/folderview.c
13572         * src/grouplistdialog.[ch]
13573                 enhanced news subscription interface (feature 469113)
13574
13575         * src/news.c
13576         * src/news.h
13577                 enchanced newsgroup listing,
13578                 now, we can get groups informations
13579                 (NNTPGroupInfo)
13580
13581 2001-10-18 [paul]       0.6.3claws22
13582
13583         * src/summaryview.c
13584                 remove comment (sync with main branch)
13585         * src/mainwindow.c
13586                 fix 'Re-edit' bug in 'Message' menu
13587
13588 2001-10-17 [christoph]  0.6.3claws21
13589
13590         * src/compose.c
13591                 ignore empty or whitespace only header lines
13592
13593 2001-10-17 [paul]       0.6.3claws20
13594
13595         * sync with sylpheed 0.6.3cvs7
13596                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13597                 2001-10-17
13598
13599 2001-10-17 [darko]
13600
13601         * src/compose.c
13602                 wrap long lines without spaces
13603                 don't wrap URLs
13604
13605 2001-10-16 [paul]
13606
13607         * po/es.po, po/nl.po, po/pt_BR.po
13608                 updated by Ricardo Mones Lastra, Alfons,
13609                 and Fabio Junior Beneditto
13610
13611         * sylpheed-0.6.3claws released
13612
13613 2001-10-15 [melvin] 0.6.3claws18
13614
13615         * README.claws
13616                 added summary and detailed installation instructions
13617                 for spell checker
13618         * po/fr.po
13619                 Updated, corrected and completed french translation
13620
13621 2001-10-15 [hoa] 0.6.3claws17
13622         * src/grouplistdialog.c
13623                 we can choose the newsgroups to display with wildcards
13624
13625 2001-10-15 [christoph]  0.6.3claws16
13626
13627         * src/account.c
13628         * src/compose.c
13629         * src/prefs_folder_item.[ch]
13630                 applied wwp <subscript@free.fr>'s folder
13631                 default account patch
13632         * po/de.po
13633                 Fixed wrong translation
13634
13635 2001-10-13 [alfons, christoph, melvin]  
13636                         0.6.3claws15
13637
13638         solution #2 to solve MT-safety problems defers all GUI related calls
13639         to the main thread using a gtk_idle_add() callback. discussed on
13640         ircnet #sylpheed, with christoph spotting some issues with the
13641         original code, and melvin allowing us to lobotomize his sylpheed.
13642
13643         * src/syldap.[ch], src/main.c
13644                 fix race problem in ldap search thread by deferring GUI 
13645                 stuff to main thread using gtk_idle_add()
13646
13647 2001-10-13 [paul]       0.6.3claws14
13648
13649         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13650                 add Sergey's smtpcred.patch
13651                 adds separate username/password setting for SMTP Auth
13652                 needed by some servers
13653                 (closes feature request #471659)
13654
13655 2001-10-13 [paul]       0.6.3claws13
13656
13657         * src/pgptext.[ch] **NEW FILES**
13658         * src/Makefile.am, src/messageview.c, src/mimeview.c
13659                 decrypt ascii-armored gpg text embedded in
13660                 the message body.
13661                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13662
13663 2001-10-13 [christoph]  0.6.3claws12
13664
13665         * README.claws
13666                 some more details on default to and
13667                 feature requests
13668         * src/main.c
13669                 init glib threading when ldap is used
13670         * src/syldap.c
13671                 threading fixes
13672         * po/de.po
13673                 fixed a typo
13674
13675 2001-10-12 [paul]       0.6.3claws11
13676
13677         * src/prefs_common.[ch], src/rfc2015.c
13678                 enable ascii-armored gpg text to be embedded in the
13679                 message body, selectable through the 'Privacy'
13680                 preferences. Supports encrypting only.
13681                 Submitted by Ravemax <ravemax@dextrose.com>
13682
13683 2001-10-12 [paul]       0.6.3claws10
13684
13685         * sync with sylpheed 0.6.3cvs6
13686                 see ChangeLog entries 2001-10-11 and 2001-11-12
13687
13688         * src/folderview.c
13689                 incorporated mbox folders, scoring, and folder
13690                 properties into the sync
13691
13692 2001-10-12 [darko]      0.6.3claws9
13693
13694         * README.claws
13695                 describe quotation wrapping
13696         * src/compose.c
13697                 don't treat tab as space to calculate line length properly
13698
13699 2001-10-11 [alfons]
13700
13701         * README.claws
13702                 correct description of how to make new filtering system work,
13703                 add some other things
13704                 
13705         * src/syldap.c
13706                 remove sched_yield() (not necessary / unportable)
13707
13708 2001-10-11 [paul]       0.6.3claws8
13709
13710         * sync with sylpheed 0.6.3cvs3
13711                 see ChangeLog entry 2001-10-10
13712
13713 2001-10-10 [christoph]  0.6.3claws7
13714
13715         * .cvsignore
13716                 ignore 2 files created by newer autotools
13717         * src/prefs_folder_item.c
13718                 using table for widget alignment
13719                 fixed memory leak and broken octal display
13720         * src/filesel.c
13721                 fixed segfault caused by lost filename
13722                 workaround (closes bug #469551)
13723
13724 2001-10-10 [paul]       0.6.3claws6
13725
13726         * sync with sylpheed 0.6.3cvs2
13727                 see ChangeLog entries 2001-10-09 and 2001-10-10
13728
13729 2001-10-10 [darko]      0.6.3.claws5
13730
13731         * src/gtkstext.c
13732                 proper calculation of right margin if smart wrapping is enabled
13733         * src/compose.c
13734                 automatically wrap long lines if wrap quotation is enabled
13735
13736 2001-10-09 [alfons]     0.6.3.claws4
13737
13738         * src/summaryview.c
13739                 select correct row when deleting last row in the summary view (and
13740                 close bug "[ #469104 ] select second last in list when deleting")
13741
13742 2001-10-09 [paul]       0.6.3claws3
13743
13744         * sync with sylpheed 0.6.3cvs1
13745                 updated some autotool scripts
13746
13747 2001-10-09 [darko]      0.6.3claws2
13748
13749         * src/gtkstext.[ch]
13750                 new name and mark with Sylpheed comment
13751         * src/compose.c
13752                 smart quotation wrapping a-la VIM
13753
13754 2001-10-08 [paul]       0.6.3claws1
13755
13756         * sync with sylpheed 0.6.3 release
13757                 see ChangeLog entry 2001-10-08
13758
13759 2001-10-08 [paul]       0.6.2claws24
13760
13761         * src/summaryview.c
13762                 more sync with sylpheed 0.6.2cvs12
13763                 Fixed the bug that didn't select the last row correctly
13764
13765
13766 2001-10-07 [paul]       0.6.2claws23
13767
13768         * sync with sylpheed 0.6.2cvs12
13769                 see ChangeLog entry 2001-10-07
13770
13771 2001-10-06 [match]
13772         * src/jpilot.[ch]
13773                 enable jpilot to read unsynch'ed addresses.
13774
13775         * src/editldap_basedn.c
13776                 fix segfault when opening dialog.
13777
13778 2001-10-06 [alfons]     0.6.2.claws22
13779
13780         * src/summaryview.c
13781                 fix bug with summary view selecting last *inserted*
13782                 node instead of last *visible* node. remember we
13783                 work with a tree
13784
13785 2001-10-06 [paul]       0.6.2claws21
13786
13787         * po/pt_BR.po
13788                 updated translation, contains some fixes and new
13789                 translations, submitted by Gustavo Noronha Silva
13790                 <kov@debian.org>
13791
13792         * src/prefs_common.c
13793                 change 'each' to 'every' - fix dubious English
13794
13795         * sync with sylpheed 0.6.2cvs11
13796
13797 2001-10-05 [alfons]     0.6.2claws20
13798
13799         * src/mainwindow.[ch], src/folderview.c
13800                 make composite tool button switch between "Compose News"
13801                 and "Compose Mail" depending on selected folder
13802                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13803
13804 2001-10-05 [paul]       0.6.2claws19
13805
13806         * src/mainwindow.c, src/summaryview.c
13807                 fix 'Message/Reply to all', broken in last commit
13808
13809         * src/compose.c
13810                 fix X_BEENTHERE seg fault, thanks to Alfons
13811
13812 2001-10-04 [paul]       0.6.2claws18
13813
13814         * src/compose.[ch], src/mainwindow.c
13815                 make "Message/Reply" reply to mailing lists; matches
13816                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13817                 based on portions of the patch submitted by
13818                 Junichi Uekawa <dancer@netfort.gr.jp>
13819
13820 2001-10-04 [darko]      0.6.2claws17
13821
13822         * src/compose.c
13823                 better smart wrapping
13824         * src/gtkstext.[hc]
13825                 a function to make text buffer contiguous
13826
13827 2001-10-03 [paul]       0.6.2claws16
13828
13829         * sync with sylpheed 0.6.2cvs10
13830
13831 2001-10-02 [alfons]
13832
13833         * configure.in
13834         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13835                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13836                 references to chinese translations (hope someone picks up
13837                 this)
13838
13839 2001-10-02 [christoph]  0.6.2claws15
13840
13841         * src/compose.c
13842                 fixed non translated header bug
13843         * ChangeLog.claws
13844                 fixed wrong date in alfons last entry ;)
13845
13846 2001-10-02 [alfons]     0.6.2claws14
13847
13848         * src/compose.c, src/prefs_common.[ch]
13849                 add block cursor option
13850
13851 2001-10-02 [paul]       0.6.2claws13
13852
13853         * sync with sylpheed 0.6.2cvs9
13854
13855 2001-09-30 [paul]       0.6.2claws12
13856
13857         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13858                 updated translations
13859
13860         * po/POTFILES.in
13861                 add 'src/importldif.c'
13862
13863         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13864                 added eudora-to-vCard conversion tool
13865                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13866
13867         * sync with sylpheed 0.6.2cvs8
13868
13869 2001-09-30 [paul]
13870
13871         * sylpheed-0.6.2claws released
13872
13873 2001-09-27 [melvin]     0.6.2claws11
13874
13875         * src/gtkspell.c
13876                 fixed crash when using default path (introduced 
13877                 in 0.6.2claws10)
13878                 fixed tiny bug for initial suggestion mode
13879
13880 2001-09-27 [melvin]     0.6.2claws10
13881         
13882         * src/gtkspell.c
13883                 fixed bug where gtkpspell didn't set the path correctly
13884
13885         * README.claws
13886                 added a paragraph about spell checking
13887                 
13888
13889
13890 2001-09-27 [paul]       0.6.2claws9
13891
13892         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13893                 replace '// comments' with '/* comments */' to prevent
13894                 some compiler warnings 
13895
13896         * sync with sylpheed 0.6.2cvs6
13897
13898 2001-09-26 [alfons]     0.6.2claws8
13899
13900         * src/messageview.c
13901                 introduce return receipt request notification again,
13902                 which was lost because of other semantics in 
13903                 procheader_parse() (???)
13904
13905 2001-09-26 [christoph]  0.6.2claws7
13906
13907         * src/compose.c
13908                 replace comments for old code with #if 0
13909                 readded auto cc, bcc and reply-to
13910         * src/prefs_matcher.c
13911         * src/prefs_scoring.c
13912                 removed some definition (was moved to
13913                 prefs.h)
13914
13915 2001-09-26 [paul]       0.6.2claws6
13916
13917         * src/mainwindow.c
13918                 make 'Follow-up and reply to' sensitive
13919
13920         * more sync with sylpheed 0.6.2cvs5
13921
13922 2001-09-25 [melvin]
13923
13924         * 0.6.2claws5
13925
13926         * src/gtkspell.c
13927                 fixed bug for "US-ASCII" introduced by the encoding code
13928
13929 2001-09-25 [paul]
13930
13931         * 0.6.2claws4
13932
13933         * src/prefs_common.[ch], src/summaryview.c
13934                 'next unread msg' 'go to next folder?' dialog can be
13935                 given default behaviour, either always show dialog,
13936                 or assume 'yes', or assume 'no'
13937                 Submitted by wwp <subscript@free.fr>
13938
13939 2001-09-25 [melvin]
13940                 
13941         * src/compose.c src/gtkspell.[ch]
13942                 added support for different encodings
13943
13944 2001-09-25 [paul]
13945
13946         * more sync with sylpheed 0.6.2cvs5
13947
13948 2001-09-24 [alfons]
13949         
13950         * src/prefs_folder_item.c
13951                 add check for item->prefs->default_to string is NULL and
13952                 add another check when freeing this string
13953
13954 2001-09-24 [paul]
13955
13956         * configure.in
13957                 change to version 0.6.2claws3
13958
13959         * sync with sylpheed 0.6.2cvs5 
13960
13961 2001-09-24 [match]
13962         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13963                 import LDIF files.
13964         * src/addrcache.[ch], addrindex.[ch]
13965                 small update for future
13966         * src/addrbook.c
13967                 fix test XML file.
13968
13969 2001-09-24 [melvin]
13970         * src/gtkspell.[ch]
13971                 added 'Learn from mistakes' option
13972                 better handling of quotes in checked words
13973                 sorted dict list
13974         * po/fr.po
13975                 small update for spell checking stuff
13976
13977 2001-09-23 [alfons]
13978         
13979         * src/gtkspell.c
13980                 edit a little bit so it complies more with main coding style
13981
13982 2001-09-23 [alfons]
13983
13984         * src/folder.[ch], prefs_folder_item.c, compose.c
13985                 migrate "request return receipt" folder property
13986                 to folderlist.xml
13987
13988 2001-09-22 [alfons]
13989
13990         * README.claws **NEW**
13991                 (add things of interest for users of main branch 
13992                 and claws here)
13993
13994         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13995                 re-implement threading per folder option, but store 
13996                 the setting in folderlist.xml (where it belongs)
13997
13998 2001-09-21 [melvin]
13999
14000         * src/gtkspell.[ch]
14001                 fixed bug when compose window is under another window
14002         * src/prefs_common.[ch] src/compose.c
14003                 changed 'dictionary_path' to 'dictionary' to be consistent
14004                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14005         * ac/pspell.m4 src/Makefile.am 
14006                 dropped PSPELL_PATH macro
14007         * po/fr.po
14008                 updated translations
14009
14010 2001-09-21 [christoph]
14011
14012         * src/compose.c
14013                 added border around header fields
14014                 keep header type when new field is added
14015
14016 2001-09-20 [christoph]
14017
14018         * src/utils.[ch]
14019                 more portable debug_print with source filename
14020                 and linenumber
14021         * src/procmsg.c
14022                 more newlines after debug messages
14023
14024 2001-09-20 [paul]
14025
14026         * configure.in
14027                 change to version 0.6.2claws2
14028
14029         * sync with sylpheed 0.6.2cvs3
14030
14031 2001-09-19 [melvin]
14032
14033         * src/gtkspell.c
14034                 fixed the post-right-click focus pb
14035                 fixed crash when 'Spell check all' after dict change 
14036                         and when cursor is at the end of the text
14037                 shift-right-click pops up config menu even on misspelled words.
14038         * po/POTFILES.in
14039                 added gtkspell.c
14040
14041 2001-09-19 [melvin]
14042
14043         * src/about.c
14044                 added pspell to compiled-in features list
14045
14046 2001-09-18 [melvin]
14047
14048         * switched to pspell and dropped ispell
14049         * ac/pspell.m4
14050                 new file. autoconf macro for pspell
14051         * ac/Makefile.am 
14052         * configure.in acconfig.h
14053                 added pspell support
14054         * src/Makefile.am
14055         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14056         * src/prefs_common.[ch] 
14057                 added pspell support
14058
14059 2001-09-18 [christoph]
14060
14061         * src/addr_compl.c
14062         * src/template.[ch]
14063                 replace LOG_MESSAGE with debug_print
14064         * src/compose.[ch]
14065                 gui improvements
14066         * src/menu.c
14067                 added newline after debug message
14068         * src/utils.h
14069                 using __VA_ARGS__ for debug_print macro
14070         * tools/.cvsignore
14071                 ignore Makefile and Makefile.in
14072
14073 2001-09-18 [paul]
14074
14075         * configure.in
14076                 change to version 0.6.2claws1
14077         * sync with sylpheed 0.6.2cvs1
14078
14079         * src/matcher.c 
14080         * src/prefs_matcher.c
14081                 add 'score equal to' option, submitted by
14082                 Paul Evans <nerd@freeuk.com>
14083
14084 2001-09-15 [christoph]
14085
14086         * src/mainwindow.c
14087                 comment out menu entry not existing in claws
14088         * src/menu.c
14089                 add debug output for non existing menu entries
14090         * src/summaryview.c
14091                 fix next/prev unread message for ignored threads
14092         * src/utils.[ch]
14093                 add sourcefile and line number to debug output
14094                 otherwise it is sometimes hard to find the
14095                 source code part if debug messages are translated
14096
14097 2001-09-14 [darko]
14098         
14099         * src/folderview.c
14100                 refresh target folder style after colour is changed
14101
14102 2001-09-13 [paul]
14103
14104         * configure.in
14105                 change to version 0.6.1claws3
14106
14107         * sync with sylpheed 0.6.1cvs6
14108
14109 2001-09-13 [darko]
14110         
14111         * src/folderview.c
14112                 fix target folder colourization to use user selected colour
14113
14114 2001-09-12 [darko]
14115         
14116         * src/summaryview.c
14117                 fix crash when message that is marked for copy/move is unmarked
14118
14119 2001-09-09 [paul]
14120
14121         * configure.in
14122                 change to version 0.6.1claws2
14123
14124         * sync with sylpheed 0.6.1cvs3
14125
14126 2001-09-09 [alfons]
14127         
14128         * src/folderview.c
14129                 fix bug with default font used for trash folder text
14130
14131 2001-09-06 [paul]
14132
14133         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14134                 updated translations
14135
14136         * configure.in
14137                 change to version 0.6.1claws1
14138
14139         * sync with sylpheed 0.6.1cvs2
14140
14141 2001-09-03 [paul]
14142
14143         * po/POTFILES.in
14144                 add Match's new addressbook
14145
14146         * po/de.po
14147                 updated translation submitted by Jens Oberender
14148
14149 2001-09-02 [paul]
14150
14151         * configure.in
14152                 change to 0.6.1claws
14153         * sync with sylpheed 0.6.1 release
14154
14155 2001-09-02 [paul]
14156
14157         * configure.in
14158                 change to 0.6.0claws2
14159
14160         * sync with sylpheed 0.6.0cvs4
14161
14162         * po/pt_BR.po
14163                 updated translation submitted by Fabio Junior Beneditto
14164
14165 2001-09-01 [match]
14166         * pixmaps/
14167                 interface.xpm
14168                 book.xpm
14169                 address.xpm
14170         * src/
14171                 Makefile.am
14172                 a ton of new files
14173
14174 2001-08-31 [paul]
14175
14176         * configure.in
14177                 change to version 0.6.0claws1
14178
14179         * sync with sylpheed 0.6.0cvs1
14180
14181         * po/es.po
14182                 updated translation submitted by Ricardo Mones Lastra
14183
14184         * po/POTFILES.in
14185                 add 'src/prefs_templates.c'
14186
14187         * src/compose.c, src/summaryview.c
14188                 fix segfault on 'Re_edit'               
14189
14190 2001-08-30 [alfons]
14191
14192         * configure.in, Makefile.am
14193         * tools/Makefile.am
14194                 add tools directory to source distribution
14195
14196 2001-08-30 [paul]
14197
14198         * configure.in
14199                 change to version 0.6.0claws
14200
14201         * sync with sylpheed 0.6.0 release
14202
14203 2001-08-30 [christoph]
14204
14205         * configure.in
14206                 removed autoconf version check
14207
14208 2001-08-30 [paul]
14209
14210         * src/account.c, src/compose.c, src/prefs_common.[ch]
14211         * src/procheader.[ch] src/utils.[ch]
14212                 Enhanced automatic account selection on replies
14213                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14214
14215         * configure.in
14216                 add LDAP and JPilot to the configuration results output.
14217
14218 2001-08-29 [christoph]
14219
14220         * src/summeryview.c
14221                 no bold font for ignored threads
14222
14223 2001-08-29 [paul]
14224
14225         * configure.in
14226                 change to version 0.5.3claws6
14227
14228         * sync with sylpheed 0.5.3cvs10
14229                 src/stringtable.[ch]: New Files
14230
14231         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14232         * src/pixmaps/sylpheed.xpm
14233                 add mini-icons to windows (by Alfons)
14234
14235 2001-08-27 [paul]
14236
14237         * src/mainwindow.c
14238                 new functions: next_labeled_cb(), prev_labeled_cb()
14239
14240         * src/summaryview.c
14241                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14242                 summary_select_next_labeled(), summary_select_prev_labeled()
14243
14244         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14245                 give claws blue folders and a blue trash can
14246
14247 2001-08-27 [paul]
14248
14249         * configure.in
14250                 change to version 0.5.3claws5
14251
14252         * sync with sylpheed 0.5.3cvs9
14253                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14254
14255 2001-08-24 [christoph]
14256
14257         * src/filesel.c
14258                 keep filename when browsing directories
14259                 (not working for user entered filename, but
14260                  for default name and selected filename from
14261                  file list)
14262         * src/mainwindow.c
14263                 fixed wrong spelling "Folllow-up"
14264         * src/mbox_folder.c
14265         * src/procmsg.c
14266         * src/summaryview.c
14267                 fixed new/unread message count with ignored
14268                 threads (2 commits, first didn't notice no
14269                 longer needed decreasing)
14270         * src/inc.c
14271                 readded scrolling of progress dialog
14272                 (lost in sync)
14273
14274 2001-08-24 [paul]
14275
14276         * configure.in
14277                 change to 0.5.3claws4
14278
14279         * sync with sylpheed 0.5.3cvs7
14280
14281 2001-08-24 [christoph]
14282
14283         * src/compose.c
14284                 set request return receipt when replying
14285                 if it is set is the folder prefs of the
14286                 message
14287         * src/inc.c
14288                 disable final error popup if popups are
14289                 disabled in config (again)
14290
14291 2001-08-23 [paul]
14292
14293         * configure.in
14294                 Change version number to 0.5.3claws3
14295
14296         * sync with sylpheed 0.5.3cvs5
14297
14298         * src/mimeview.c
14299                 double quote '%s' in 'gedit %s' to fix bug when
14300                 opening attachment with spaces in the name
14301
14302 2001-08-22 [alte]
14303         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14304           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14305                 initial message templates support
14306
14307
14308 2001-08-22 [paul]
14309
14310         * configure.in
14311                 change version number to 0.5.3claws2
14312
14313         * sync with sylpheed 0.5.3cvs4
14314
14315         * src/procmsg.h src/summaryview.c
14316                 re-implement (un)ignore thread
14317
14318 2001-08-21 [paul]
14319
14320         * src/summaryview.c
14321                 remove unnecessary code
14322         * src/compose.c
14323                 enable 'dynamic' signatures (submitted by
14324                 Eric Limpens <eric@hscg-internet.nl>)
14325
14326 2001-08-21 [paul]
14327
14328         clean up after sync with sylpheed 0.5.3 release
14329
14330         * src/folderview.c
14331                 fix re-introduced font mess, see Christoph's
14332                 entry 2001-06-24
14333
14334         * src/summaryview.c
14335                 remove prev_msgnum
14336                 use sylpheed's small font instead of
14337                 gtk default font for summary view
14338
14339
14340 2001-08-17 [paul]
14341
14342         * configure.in
14343                 add pl to ALL_LINGUAS - sync with main branch
14344
14345         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14346                 Updated. Translations by Jens Oberender, Ricardo Mones
14347                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14348
14349         * po/pl.po  ** NEW FILE **
14350                 sync with the main branch
14351
14352         * src/folderview.c
14353                 fix target folder colorizing and refresh problem
14354
14355
14356 2001-08-17 [christoph]
14357
14358         * src/mainwindow.c
14359                 claws uses 4 colors for target folder coloring.
14360                 arrays were not long enough and destroyed the
14361                 stack causing a segfault.
14362                 target folder colorizing does not work anymore
14363                 for me
14364
14365 2001-08-16 [paul]
14366
14367         * configure.in
14368                 change to version 0.5.3claws1
14369
14370         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14371           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14372           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14373
14374                 sync with sylpheed 0.5.3 release, but keep claws method of
14375                 configuring/saving fonts
14376
14377         * src/addressbook.[ch]
14378                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14379                 in line with a similar change in Hiroyuki's branch
14380
14381         * src/mainwindow.[ch]
14382                 disable main_window_set_thread_option()
14383         * src/prefs_folder_item.c
14384                 comment out &tmps_prefs.enable_thread,
14385         * src/mbox_folder.c, src/procmsg.[ch]
14386                 comment out MSG_IS_IGNORE_THREAD
14387         * src/summaryview.c
14388                 comment out summary_ignore_thread() and summary_unignore_thread()
14389                 comment out MSG_IS_IGNORE_THREAD
14390
14391                 use Hiroyuki's threading instead.
14392
14393
14394
14395 2001-08-15 [paul]
14396
14397         * src/account.c
14398                 use Hiroyuki's 0.5.3 column scheme but also
14399                 include the enable/disable button.
14400         * src/pixmaps/mark.xpm
14401                 add Hiroyuki's amended pixmap
14402
14403 2001-08-13 [christoph]
14404
14405         * src/account.c
14406                 receive at get all column showed wrong state for APOP
14407                 button should only work for POP3 and APOP accounts
14408         * src/prefs_account.c
14409                 added missing preprocessor statement for SSL
14410
14411 2001-08-12 [paul]
14412
14413         * src/account.[ch]
14414                 add 'receive at get all' column and enable/disable
14415                 button.
14416
14417 2001-08-06 [christoph]
14418
14419         * src/account.c
14420                 show usage of SSL in protocol column
14421
14422         * src/imap.c
14423         * src/inc.c
14424                 renamed ssl options
14425
14426         * src/prefs_account.[ch]
14427                 moved ssl options to a new page
14428
14429         * src/send.c
14430         * src/smtp.c
14431         * src/ssl.[ch]
14432                 renamed ssl options
14433                 added support for SMTP STARTTLS command
14434
14435 2001-08-05 [christoph]
14436
14437         * configure.in
14438                 debian autoconf needs version check to find
14439                 correct autoconf version. if the file is
14440                 named configure.in 2.13 is used, which does
14441                 not work with this configure.in script.
14442                 other solution would be to rename the script
14443                 to configure.ac as suggested in the autoconf
14444                 manual.
14445
14446         * src/inc.c
14447                 disable final error popup if popups are
14448                 diabled in config
14449
14450         * src/socket.c
14451                 bugfix in ssl_gets
14452                 fixes IMAP over SSL problem
14453
14454 2001-08-03 [paul]
14455
14456         * configure.in
14457                 change to 0.5.2claws1
14458
14459         * sync with sylpheed 0.5.2cvs1
14460
14461 2001-08-02 [alfons]
14462
14463         * configure.in
14464                 quick fix for ispell detection...
14465
14466 2001-08-01 [paul]
14467
14468         * configure.in
14469                 change to 0.5.1claws4
14470
14471         * sync with sylpheed 0.5.1cvs7
14472
14473 2001-07-31 [alfons]
14474
14475         * src/prefs_common.c, src/prefs_common.h, 
14476           src/gtkspell.c, src/gtkspell.h
14477                 add global spelling checker settings (compose tab) +
14478                 selection of dictionary 
14479           
14480         * configure.in  
14481                 guess valid ispell location
14482
14483 2001-07-31 [paul]
14484
14485         * po/POTFILES.in
14486                 removal of 'src/quote_fmt_parse.c'
14487         * po/de.po
14488                 Updated de.po
14489                 (submitted by Jens Oberender <didge@suse.de>)
14490
14491 2001-07-31 [darko]
14492
14493         * src/folder.[ch]
14494         * src/folderview.[ch]
14495         * src/mainwindow.c
14496         * src/mh.c
14497         * src/prefs_common.[ch]
14498         * src/summaryview.c
14499                 target folder colourization
14500
14501 2001-07-30 [paul]
14502
14503         more sync with Sylpheed 0.5.1cvs6 
14504
14505 2001-07-30 [darko]
14506
14507         * src/mh.c
14508         * src/prefs_folder_item.[hc]
14509         * src/summaryview.c
14510                 shared folders support with a GUI
14511
14512 2001-07-29 [paul]
14513
14514         0.5.1claws3
14515
14516         * sync with Sylpheed 0.5.1cvs6
14517
14518 2001-07-29 [paul]
14519
14520         * po/pt_BR.po
14521                 updated
14522                 (submitted by Fabio Junior Beneditto)
14523
14524 2001-07-28 [paul]
14525
14526         * src/procmime.c
14527         * AUTHORS
14528                 patch to correct bad image mime headers
14529                 (submitted by Don Quijote <dq@searchlores.org>)
14530
14531 2001-07-28 [paul]
14532
14533         * tools/gif2xface.pl   **NEW FILE**
14534         * tools/README
14535                 script to convert file.gif to file.xface for
14536                 use in a custom header.
14537                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14538
14539 2001-07-27 [alfons]
14540         
14541         * configure.in
14542                 change macros for detecting JPilot and LDAP
14543
14544 2001-07-27 [christoph]
14545
14546         * src/filtering.c
14547                 code cleanup (MIN / MAX warning, needed casting)
14548
14549 2001-07-27 [alfons]
14550
14551         * procheader.c
14552                 disallow setting flags when detecting certain headers
14553                 (X-Status, Status, Seen, X-Seen). 
14554         
14555         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14556
14557 2001-07-27 [christoph]
14558
14559         * src/prefs_filter.c
14560         * src/prefs_filtering.c
14561         * src/prefs_matcher.c
14562         * src/prefs_scoring.c
14563                 scroll list when moving rows up or down
14564
14565         * src/imap.c
14566         * src/imap.h
14567         * src/prefs_account.c
14568         * src/prefs_account.h
14569         * src/send.c
14570                 SMTP over SSL (untested, feedback requested)
14571                 IMAP over SSL
14572
14573         * src/ssl.c
14574                 code cleanup
14575
14576 2001-07-26 [alfons]
14577         
14578         * configure.in, acconfig.h
14579                 define CLAWS (need this for main / claws detection)
14580
14581 2001-07-25 [alfons]
14582
14583         * configure.in
14584                 Sylpheed 0.5.1claws2
14585                 
14586         * sync with Sylpheed 0.5.1cvs4
14587
14588 2001-07-25 [christoph]
14589
14590         * src/scoring.c
14591                 fixed segfault
14592                 item->prefs == NULL (don't know why)
14593
14594 2001-07-25 [alfons]
14595
14596         * configure.in
14597                 Sylpheed 0.5.1claws1
14598
14599         * sync with Sylpheed 0.5.1cvs1-3
14600
14601 2001-07-24 [christoph]
14602
14603         * src/folderview.c
14604         * src/prefs_folder_item.[ch]
14605                 added folderitem preferences dialog with
14606                 default To: and auto request return receipt
14607
14608         * src/compose.[ch]
14609         * src/menu.[ch]
14610                 changes to handle new folderitem preferences
14611
14612         * src/mainwindow.c
14613         * src/summaryview.c
14614                 call compose new mail with current folderitem
14615
14616 2001-07-24 [alfons]
14617
14618         Release Sylpheed 0.5.1claws
14619
14620         * configure.in
14621                 change to release version 0.5.1claws
14622
14623 2001-07-24 [christoph]
14624
14625         * src/summaryview.c
14626                 fixed segfault that happend when the selected
14627                 message was removed while retrieving new messages.
14628
14629         * po/es.po
14630                 updated translation
14631                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14632
14633 2001-07-22 [alfons]
14634
14635         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14636         this is a work in progress, for more information: http://nlpagan.net/sylman 
14637         
14638         * configure.in, src/mainwindow.c, manual/Makefile.am
14639                 add support for English manual
14640
14641         * AUTHORS
14642                 add authors of user manuals
14643
14644         * manual/en/sylpheed*.html
14645                 add English documentation
14646
14647 2001-07-22 [christoph]
14648
14649         * po/POTFILES.in
14650                 added src/ssl.c
14651         * src/ssl.c
14652                 changed a wrong debug message
14653
14654 2001-07-22 [alfons]
14655
14656         * po/nl.po
14657                 update Dutch translation
14658
14659         * src/prefs_filtering.c, 
14660           src/prefs_matcher.c
14661                 add more translatable strings           
14662
14663 2001-07-21 [alfons]
14664
14665         0.5.0claws7
14666
14667         * configure.in
14668                 change version
14669
14670         * src/inc.c, src/summaryview.[ch]
14671                 prevent update of mark file when filtering has done, by
14672                 using a variable; this affects two functions:
14673                         inc.c::inc_finished()
14674                         summaryview.c::summary_show()
14675
14676 2001-07-20 [alfons]
14677
14678         * src/filtering.[ch], src/prefs_filtering.c, 
14679           src/matcher.[ch]
14680                 add filtering action for label coloring 
14681
14682         * po/POTFILES.in
14683                 add labelcolors.c
14684
14685         * added src/labelcolors.c
14686         * added src/labelcolors.h
14687         * src/Makefile.am, src/summaryview.c
14688                 rearrange label coloring code
14689
14690         * src/procmsg.h
14691                 add more parentheses so label colouring works correctly
14692
14693         * src/filtering.c
14694                 don't really delete message, but move it to Trash
14695
14696         * src/prefs_matcher.c
14697                 add quote options to info dialog
14698
14699 2001-07-20 [christoph]
14700
14701         * src/Makefile.am
14702         * src/inc.c
14703         * src/main.[ch]
14704         * src/socket.h
14705         * src/ssl.[ch] (new)
14706                 moved ssl stuff to a seperate file
14707
14708 2001-07-20 [darko]
14709
14710         * src/summaryview.c
14711                 fix show sender using address book with no e-mail
14712                 address in From: field
14713
14714 2001-07-19 [alfons]
14715
14716         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14717                 fix messy handling of escaping... now at least the
14718                 execute command is useful. escape char is '\', we
14719                 accept \n and \r too. 
14720
14721                 Real life example:
14722                 
14723                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14724                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14725
14726 2001-07-18 [alfons]
14727
14728         0.5.0claws6
14729
14730         * src/summaryview.c
14731                 clean up
14732
14733         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14734           src/procmsg.[ch]
14735                 revise filtering; currently move, copy, marking have
14736                 been tested. if you like bleeding edge stuff, you
14737                 should definitely go for this version :)
14738
14739         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14740
14741 2001-07-17 [christoph]
14742
14743         * src/utils.c
14744                 timestamp log
14745
14746 2001-07-17 [alfons]
14747
14748         0.5.0claws5
14749
14750         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14751           bits in the mark file, without affecting either branch. Lots of
14752           files changed, also in claws branch.
14753
14754           UNTESTED: use of mbox folders
14755
14756         * src/summaryview.c
14757                 added mark all read; however this was a quick hack used for
14758                 cleaning up mess after initial merge with Hiroyuki
14759
14760         * configure.in
14761                 change claws version number back to 0.5.0claws5 to clear up 
14762                 confusion & pretension (recent release was technically 
14763                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14764
14765 2001-07-16 [alfons]
14766
14767         sync with Hiroyuki's 0.5.0cvs4
14768
14769 2001-07-16 [alfons]
14770
14771         0.5.1claws3
14772
14773         * src/filtering.[ch]
14774                 remove invalid updating of mark files for 
14775                 filter actions MATCHING_ACTION_MOVE and 
14776                 MATCHING_ACTION_DELETE; this should fix the
14777                 folder update bug
14778                 
14779         * src/procmsg.c
14780                 revert Christoph's stab at fixing the folder 
14781                 update bug
14782
14783         * po/POTFILES.in
14784                 add missing files with translatable strings
14785
14786         * src/summaryview.c
14787                 remove debug print
14788
14789 2001-07-15 [alfons]
14790
14791         * src/addr_compl.[ch], src/prefs_filtering.c
14792                 make "filtering pref dialog's destination entry" an
14793                 "address completable entry", if filter destination is 
14794                 an email address
14795
14796         0.5.1claws2
14797         
14798         sync with Hiroyuki's 0.5.0cvs2-3
14799
14800 2001-07-15 [christoph]
14801
14802         * src/procmsg.c
14803                 fixed folder stats update after incorporation
14804
14805 2001-07-15 [alfons]
14806
14807         * src/summaryview.c
14808                 * finish label colouring stuff (for now)
14809                 * fix incorrect colour bug (off by one) 
14810
14811 2001-07-14 [alfons]
14812
14813         * src/mainwindow.c
14814                 change text labels for news and mail message so there's
14815                 plenty of toolbar estate left
14816
14817         * configure.in
14818                 0.5.1claws1
14819
14820         * src/folderview.c
14821           src/folder.[ch]
14822                 sync with Hiroyuki's 0.5.0cvs1
14823
14824         * src/summaryview.c
14825                 more rewrite label colouring
14826
14827 2001-07-14 [alfons]
14828
14829         * src/summaryview.[ch]
14830                 * start rewrite label colouring 
14831                 * fix proper location "Add Sender To Addressbook" menu item
14832
14833 2001-07-13
14834
14835         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14836         (actually this is 0.5.0claws4)
14837
14838 2001-07-13 [alfons]
14839
14840         * po/pt_BR.po
14841                 * fix duplicate message
14842                 * add updated Portugese / Brazilian translation
14843                   submitted by Fabio Junior Beneditto
14844
14845 2001-07-12 [alfons]
14846
14847         * AUTHORS
14848                 add Jens
14849
14850         * po/nl.po
14851                 add updated Dutch translation
14852
14853         * po/de.po
14854                 add updated German translation submitted by Jens
14855
14856 2001-07-11 [alfons]
14857
14858         Prerelease before 0.5.0claws. Please test.
14859         This version is temporarily tagged as VERSION_0_5_0_TEST
14860
14861         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14862           src/prefs_scoring.c, src/prefs_matcher.c, 
14863           src/prefs_filtering.c, src/mbox.c, 
14864           src/main.c, src/inc.c, src/filtering.[ch]
14865                 revert new Hoa's new matcher (does not work yet)
14866
14867         * src/Makefile.am
14868                 clean up
14869
14870 2001-07-10
14871
14872         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14873
14874
14875 2001-07-10 [alfons]
14876
14877         * Makefile.am
14878                 add ChangeLog.claws to EXTRA_DIST
14879         * src/Makefile.am
14880                 add matcher_parser_parse.h to EXTRA_DIST
14881
14882 2001-07-10 [christoph]
14883
14884         * src/inc.c
14885                 add destination folder to table of
14886                 folders that need to be updated after
14887                 incorporation
14888
14889 2001-07-10 [alfons]
14890
14891         * folder.[ch]
14892           folderview.c
14893                 make collapse state of folders and folder items persistent, i.e.
14894                 if you collapse a folder tree, the next time sylpheed-claws starts 
14895                 up the folder tree remains collapsed.  
14896                 
14897 2001-07-10 [christoph]
14898
14899         * acconfig.h
14900         * configure.in
14901                 added --enable-ssl
14902         * src/md5.[ch]
14903                 renamed MD5_CTX to MD5_CTX_syl
14904                 conflicts with a struct in openssl
14905         * src/inc.c
14906         * src/main.[ch]
14907         * src/prefs_account.[ch]
14908         * src/socket.[ch]
14909                 SSL support for POP
14910         * src/mainwindow.c
14911                 fixed compose with current account
14912                 broken by new compose button stuff
14913
14914 2001-07-09 [hoa]
14915
14916         * AUTHORS
14917                 changed my email address
14918
14919         * src/matcher_parser_parse.y
14920                 clean the parser to remove conflicts
14921
14922 2001-07-09 [alfons]
14923
14924         * AUTHORS
14925                 add Match Grun
14926
14927         * configure.in
14928                 fix incorrect description of --enable-ldap parameter
14929
14930         * src/prefs_common.[ch]
14931           src/compose.c
14932                 add experimental option "smart wrapping" which makes the
14933                 compose editor auto wrap.
14934                 
14935                 | TODO: the problem with the buggy cursor handling is caused |
14936                 | by the GtkText. when deleting / backspacing text its       |
14937                 | wrapping algorithm does not take in account the previous   |
14938                 | line. should find a way to hack this in.                   |
14939                 | or should perhaps combine this with the word wrapping      |
14940                 | patch i wrote in january.                                  |
14941
14942         * src/about.c
14943                 show build parameters for LDAP and JPilot
14944
14945         * src/summaryview.c
14946                 revert Christoph's bugfix for selecting next unread message, 
14947                 because folder stats aren't updated correctly
14948
14949 2001-07-08 [hoa]
14950
14951         * src/filtering.c
14952         * src/mainwindow.c
14953         * src/matcher.c
14954         * src/matcher_parser_lex.l
14955         * src/matcher_parser_parse.y
14956         * src/prefs_filtering.c
14957         * src/prefs_scoring.c
14958         * src/scoring.c
14959                 bugfix of the config file parser
14960
14961 2001-07-08 [alfons]
14962
14963         * src/Makefile.am
14964                 added generated matcher sources to BUILT_SOURCES
14965
14966 2001-07-08 [hoa]
14967
14968         * src/Makefile.am
14969         * src/.cvsignore
14970                 added new config file parser
14971
14972         * src/scoring.[ch]
14973         * src/filtering.[ch]
14974         * src/matcher.[ch]
14975         * src/prefs_filtering.c
14976         * src/prefs_matcher.c
14977         * src/prefs_scoring.c
14978         * added src/matcher_parser.h
14979         * added src/matcher_parser_lex.h
14980         * added src/matcher_parser_lex.l
14981         * added src/matcher_parser_parse.y
14982                 lex & yacc config file parser
14983
14984         * src/mbox.c
14985         * src/inc.c
14986         * src/main.c
14987                 changes prefs_filtering into global_filtering           
14988
14989         * src/summaryview.c
14990                 build threads with subjects only if "Re: " is at the
14991                 beginning of the subject
14992
14993 2001-07-07 [paul]
14994
14995         0.5.0claws
14996
14997         sync with sylpheed 0.5.0
14998                 change of version number only
14999
15000 2001-07-06 [paul]
15001
15002         0.5.0claws5
15003
15004         sync with sylpheed 0.5.0pre5
15005
15006 2001-07-05 [paul]
15007
15008         sync with sylpheed 0.5.0pre4 release
15009                 /po and /manual/ja not sync'ed
15010
15011 2001-07-04 [paul]
15012
15013         more sync with sylpheed 0.5.0pre4
15014
15015 2001-07-03 [christoph]
15016
15017         * src/addressbook.c
15018                 fixed address book broken by address book
15019                 for VCard, JPilot, LDAP
15020
15021 2001-07-03 [alfons]
15022
15023         * src/matcher.c
15024         * src/textview.c
15025                 stopped memory leaks
15026
15027 2001-07-03 [paul]
15028
15029         more sync with sylpheed 0.5.0pre4
15030
15031 2001-07-02 [match]
15032
15033         * included address book patch for VCard, JPilot, LDAP
15034         * pref_common.c - fixed Font options on Display tab (cosmetic)
15035         * alertpanel.c - fixed truncated message
15036
15037 2001-07-02 [christoph]
15038
15039         * src/mbox_folder.c
15040         * src/procmsg.[ch]
15041         * src/summaryview.c
15042                 mark threads for ignoring
15043
15044 2001-07-02 [paul]
15045
15046         0.5.0claws4
15047
15048         * sync with sylpheed 0.5.0pre4
15049                 updated gettext to 0.10.38.
15050
15051 2001-07-01 [paul]
15052
15053         * src/ mainwindow.c
15054         * src/procmsg.h
15055         * src/summaryview.[ch]
15056                 new right-click option: Label.
15057                 substitute for 'Mark-->Mark/Unmark', colours the line.
15058                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15059
15060 2001-07-01 [christoph]
15061
15062         * src/folderview.c
15063                 fixed font for trash
15064         * src/summaryview.c
15065                 move ctree to unread message
15066
15067 2001-07-01 [paul]
15068
15069         * sync with sylpheed 0.5.0pre3 release
15070
15071 2001-06-30 [alfons]
15072
15073         * src/filesel.[ch]
15074         * src/compose.c
15075                 allow inserting / attaching multiple files in
15076                 the composer window
15077
15078 2001-06-30 [paul]
15079
15080         * src/codeconv.c
15081                 small change to Alfons' previous stuff so that it
15082                 actually makes
15083
15084 2001-06-30 [alfons]
15085
15086         * lots of files changed; first attempt to merge the changes
15087           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15088
15089 2001-06-30 [paul]
15090
15091         * po/pt_BR.po
15092                 updated and completed, translations by Fabio
15093                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15094
15095 2001-06-29 [alfons]
15096
15097         * src/compose.c
15098         * src/mimeproc.[ch]
15099                 allow selecting an attached files' mime type from a 
15100                 list of types.
15101
15102 2001-06-29 [paul]
15103
15104         * more sync with sylpheed 0.5.0pre3
15105
15106 2001-06-29 [paul]
15107
15108         * po/pt_BR.po
15109                 merge with sylpheed.pot and pt_BR.po provided by
15110                 Fabio Junior Beneditto.
15111
15112 2001-06-29 [darko]
15113
15114         * src/procmime.c
15115                 make MIME types case insensitive
15116
15117 2001-06-28 [alfons]
15118
15119         * po/nl.po
15120                 merge with sylpheed.pot and old nl.po; translations added.
15121
15122 2001-06-28 [paul]
15123
15124         * more sync with sylpheed 0.5.0pre3
15125
15126 2001-06-27 [alfons]
15127
15128         * src/summaryview.c
15129                 don't crash when removing parent node of messages
15130                 attracted by subject. this was caused by not deleting
15131                 the parent node from the subject line hash table.
15132
15133 2001-06-27 [alfons]
15134
15135         * src/summaryview.c
15136         * src/compose.[ch]
15137         * src/mainwindow.c
15138                 if there are multiple messages selected, allow forwarding
15139                 them as attachments.
15140
15141 2001-06-27 [paul]
15142
15143         * more sync with sylpheed 0.5.0pre3
15144
15145 2001-06-26 [paul]
15146
15147         0.5.0claws3
15148
15149         * sync with sylpheed 0.5.0pre3
15150
15151 2001-06-25 [paul]
15152
15153         * src/mainwindow.c
15154                 fixed 'compose news article' bug
15155                 from icon-and-text toolbar
15156
15157 2001-06-25 [paul]
15158
15159         * sync with sylpheed 0.5.0pre2 release
15160
15161 2001-06-24 [christoph]
15162
15163         * src/prefs_common.c
15164                 bug fix in font selection
15165         * src/folderview.c
15166                 use sylpheed's normal font instead of
15167                 gtk default font for folders without
15168                 new messages
15169
15170 2001-06-24 [alfons]
15171
15172         * src/mainwindow.[ch]
15173                 added composite compose mail / news button (an idea by Leandro
15174                 Pereira <leandro@linuxmag.com.br>)
15175
15176 2001-06-24 [paul]
15177
15178         Added instructions for ldif-to-xml.py
15179
15180         * tools/README
15181
15182 2001-06-23 [alfons]
15183
15184         Some minor things.
15185
15186         * src/pixmaps/stock_news_compose.xpm
15187                 added pixmap by Leandro
15188         * src/prefs_common.c
15189                 tested built-in spelling checker of GCC 3.0 :)
15190         * po/nl.po
15191                 merged dutch translation of sylpheed-main with
15192                 sylpheed.pot
15193
15194 2001-06-23 [paul]
15195
15196         Added tools directory and files.
15197
15198         * tools/filter_conv.pl
15199                 converts old filter system to new filtering system
15200         * tools/ldif-to-xml.py
15201                 converts netscape addressbook to sylpheed addressbook
15202         * tools/README
15203                 descriptions/instructions for above two files
15204
15205 2001-06-23 [christoph]
15206
15207         * src/inc.c
15208         * src/manage_window.[ch]
15209         * src/prefs_common.[ch]
15210                 mail retrieval dialog can be enabled, disabled
15211                 or hidden if non of sylpheed's windows is active
15212
15213 2001-06-22 [paul]
15214
15215         0.5.0claws2
15216
15217         * sync with sylpheed 0.5.0pre2
15218
15219 2001-06-21 [christoph]
15220
15221         * src/summaryview.c
15222                 show recipient on 'from' for all accounts
15223                 
15224         * src/inc.c
15225         * src/prefs_common.[ch]
15226                 disable error popup on mail receive errors
15227
15228 2001-06-21 [alfons]
15229
15230         * src/compose.c
15231                 made the ruler correctly appear and disappear.
15232
15233         * src/Makefile.am
15234                 removed Hoa's work-in-progress-stuff (interesting!) so 
15235                 claws compiles ok.
15236
15237 2001-06-20 [christoph]
15238
15239         * src/inc.c
15240         * src/progressdialog.c
15241                 added scrolled window for list in progressdialog
15242
15243 2001-06-20 [paul]
15244
15245         sync with sylpheed 0.5.0pre1 release
15246
15247 2001-06-20 [christoph]
15248
15249         * src/summeryview.c
15250                 make building threads by subject work when
15251                 thread view is enabled
15252                 
15253         * src/compose.c
15254         * src/prefs_common.[ch]
15255                 automatically select account for mail replys
15256
15257 2001-06-19 [sergey]
15258
15259         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15260         they are filled in from the account settings.
15261
15262 2001-06-19 [paul]
15263
15264         * more sync with sylpheed 0.5.0pre1
15265
15266 2001-06-18 [alfons]
15267
15268         * src/Makefile.am,
15269           src/procmime.c
15270                 added --sysconfdir to CPPFLAGS for pointing to the correct
15271                 location of mime.types. 
15272
15273                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15274                 or ./configure!
15275
15276 2001-06-18 [hoa]
15277
15278         * src/summaryview.c
15279                 fixed some bug when building threads
15280
15281 2001-06-18 [pau]l
15282
15283         * src/prefs_account.c
15284                 UI stuff: More changes to the English
15285
15286 2001-06-18 [paul]
15287
15288         * src/pixmaps/stock_news_compose.xpm: new file
15289         * src/Makefile.am
15290         * src/mainwindow.c
15291         * src/summaryview.c
15292                 Added new icon for Hoa's 'compose a news
15293                 message', plus minor improvements to the
15294                 English
15295
15296         * po/ja.po
15297         * ChangeLog
15298         * ChangeLog.jp
15299                 more sync with sylpheed 0.5.0pre1
15300
15301 2001-06-18 [hoa]
15302
15303         * src/compose.[ch]
15304         * src/mainwindow.c
15305                 Follow-up and reply to
15306
15307         * src/summaryview.[ch]
15308                 Build threads also with subjects
15309
15310 2001-06-17 [hoa]
15311
15312         * src/compose.c
15313                 forwarding use the current account.
15314
15315         * src/mainwindow.c
15316                 the "compose message" button has been replaced with
15317                 "new mail" and "new news" buttons
15318
15319         * src/prefs_common.[ch]
15320                 added a configuration option to use the forward button
15321                 as "forward as attachment"
15322                 changed reply and forward format description
15323
15324         * src/quote_fmt_lex.l
15325         * src/quote_fmt_parse.y
15326                 added message with no signature in format for reply
15327                 and forward.
15328
15329 2001-06-17 [paul]
15330
15331         Minor UI stuff
15332
15333         * src/mainwindow.c
15334         * src/summaryview.c
15335                 Improvements to the English
15336
15337         * src/prefs_common.c
15338                 Improvements to the English and some
15339                 clarity/continuity improvements in the
15340                 description of Quote symbols.
15341
15342 2001-06-17 [paul]
15343
15344         0.5.0claws1
15345
15346         * sync with sylpheed 0.5.0pre1
15347
15348 2001-06-17 [hoa]
15349
15350         * src/compose.c
15351                 Better interface for compose, displayed fields
15352                 are updated whenever we change account.
15353                 Newsgroups field is automatically filled.
15354
15355         * src/mainwindow.c
15356                 Newsgroups field is automatically filled.
15357
15358         * src/prefs_account.c
15359                 Some interface stuff when fields appear and
15360                 disappear.
15361
15362 2001-06-16 [paul]
15363
15364         0.4.99claws
15365
15366         * sync with sylpheed 0.4.99
15367
15368 2001-06-16 [sergey]
15369
15370         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15371         base64_decoder_free, base64_decoder_decode): new object and
15372         functions for decoding base64 streams.
15373         * src/procmime.c (procmime_decode_content): modified to use the
15374         new base64 decoder.
15375
15376 2001-06-15 [paul]
15377
15378         0.4.99claws10
15379
15380         * sync with sylpheed 0.4.99cvs11
15381
15382 2001-06-13 [paul]
15383
15384         0.4.99claws9
15385
15386         * sync with sylpheed 0.4.99cvs9
15387
15388 2001-06-13 [hoa]
15389
15390         * src/compose.c
15391         * src/prefs_account.c
15392
15393                 SMTP server can be defined in the news account
15394                 mime type of attachment are kept.
15395
15396         * src/summaryview.c
15397
15398                 now choose the highest important score between default
15399                 and important score of folder.
15400
15401 2001-06-09 [alfons]
15402         
15403         * src/prefs_common.c: 
15404
15405                 (prefs_quote_description_create): corrected description of 
15406                 quote format characters
15407
15408 2001-06-09 [paul]
15409
15410         0.4.99claws8
15411
15412         * sync with sylpheed 0.4.99cvs8
15413
15414 2001-06-08 [sergey]
15415
15416         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15417         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15418
15419 2001-06-08 [paul]
15420
15421         0.4.99claws7
15422
15423         * sync with sylpheed 0.4.99cvs7
15424
15425 2001-06-06 [sergey]
15426
15427         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15428         clashes with autogenerated header).
15429         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15430         * src/Makefile.am: added quote_fmt.h.
15431         * src/.cvsignore: added lex/yacc autogenerated files
15432         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15433
15434 2001-06-06 [paul]
15435
15436         0.4.99claws6
15437
15438         * sync with sylpheed 0.4.99cvs6
15439
15440 2001-06-06 [hoa]
15441
15442         * added src/quote_fmt_parse.h
15443         * src/compose.c
15444                 removed warnings
15445
15446         * src/prefs.[ch]
15447                 don't modify readonly configuration files
15448
15449         * src/prefs_account.c
15450         * src/prefs_common.c
15451         * src/prefs_customheader.c
15452         * src/prefs_display_header.c
15453         * src/prefs_filter.c
15454         * src/prefs_filtering.c
15455         * src/prefs_scoring.c
15456                 don't open dialog box when configuration files
15457                 are readonly
15458
15459 2001-06-05 [sergey]
15460
15461         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15462
15463         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15464         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15465         BUILT_SOURCES to make all files rebuild properly.
15466
15467         * src/compose.c: removed #include "quote_fmt.tab.h".
15468
15469         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15470         CHARACTER value in yylval.
15471
15472         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15473         receive CHARACTER value by documented means (yylval).
15474
15475         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15476
15477 2001-06-05 [hoa]
15478
15479         * src/Makefile.am
15480                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15481
15482         * src/filtering.c
15483         * src/matcher.c
15484         * src/matcher.h
15485         * src/prefs_filtering.c
15486                 now keep the configuration for execute action
15487
15488         * src/mbox_folder.c
15489                 fixed a warning
15490
15491 2001-06-05 [paul]
15492
15493         * sync with sylpheed 0.4.99cvs5
15494
15495 2001-06-05 [hoa]
15496
15497         * src/Makefile.am
15498                 added quote_fmt.[ch]
15499
15500         * added src/quote_fmt.y
15501         * added src/quote_fmt.l
15502         * added src/quote_fmt.tab.h
15503         * added src/quote_fmt.tab.c
15504         * added src/lex.quote_fmt.c
15505                 parsing configuration for replying
15506                 and forwarding
15507
15508         * src/prefs_common.[ch]
15509                 added configuration UI for replying
15510                 and forwarding
15511
15512         * src/compose.c
15513                 using configuration for replying
15514                 and forwarding
15515
15516 2001-06-04 [hoa]
15517
15518         * src/filtering.c
15519         * src/matcher.c
15520         * src/matcher.h
15521         * src/prefs_filtering.c
15522         * src/prefs_matcher.c
15523         * src/prefs_matcher.h
15524                 action "run a command" for filtering
15525                 and matching with a command.
15526                 fixed the "whole message" matching
15527
15528         * src/mbox_folder.c
15529                 changed temporary filename for security
15530
15531         * src/messageview.c
15532                 queue the notification if it fails to send.
15533
15534         * src/prefs_common.c
15535         * src/prefs_folder_item.c
15536                 changed the default important score             
15537
15538         * src/prefs_scoring.c
15539         * src/scoring.c
15540                 hide kill score input when the folder is not
15541                 a newsgroup
15542
15543 2001-06-03 [alfons]
15544
15545         * src/prefs_common.c:
15546
15547                 (prefs_font_select): pass font name in font entry box to font
15548                 selection dialog.
15549
15550 2001-06-03 [sergey]
15551
15552         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15553
15554 2001-06-03 [paul]
15555
15556         * sync with sylpheed 0.4.99cvs4
15557
15558 2001-06-03 [alfons]
15559
15560         * src/headerwindow.c:
15561
15562                 (headerwindow_show_cb): use the selected summary view item, not
15563                 the displayed item.
15564
15565 2001-06-02 [alfons]
15566
15567         * src/headerwindow.c:
15568
15569                 (headerwindow_show_cb): always try to show msginfo
15570
15571 2001-06-02 [hoa]
15572
15573         * src/compose.c
15574                 keep attached parts when reediting or forwarding.
15575
15576 2001-06-01 [hoa]
15577
15578         * src/folderview.c
15579         * src/prefs_folder_item.[ch]
15580         * src/prefs_scoring.[ch]
15581         * src/scoring.[ch]
15582         * src/summaryview.[ch]
15583         * src/main.c
15584         * src/mainwindow.c
15585         * src/prefs_common.[ch]
15586                 support for folder scoring
15587                 kill score and important score for messages
15588         
15589         * src/prefs_account.c
15590                 some display bug fixed for local account
15591                 preferences
15592
15593 2001-05-31 [alfons]
15594
15595         * src/summaryview.c:
15596
15597                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15598                 sender to address book menu item is disabled.
15599
15600 2001-05-30 [hoa]
15601
15602         * src/filtering.[ch]
15603         * src/summaryview.c
15604                 handling summary menu / filter messages
15605
15606         * src/folder.[ch]
15607                 add some stuff
15608
15609         * src/foldersel.c
15610                 imap folders now appears in list
15611
15612         * src/mbox_folder.c
15613                 doesn't crash if destination mail is not writeable
15614
15615 2001-05-29 [hoa]
15616
15617         * src/compose.c
15618                 removed some warnings
15619
15620         * src/filtering.c
15621         * src/folder.[ch]
15622         * src/prefs_filtering.c
15623                 global string to identify any folders           
15624                 removed some debug info
15625                 filtering to mbox folders is now possible
15626
15627         * src/mainwindow.c
15628                 removed some warnings
15629
15630         * src/mbox_folder.c
15631                 permission on files are changed to read/write for user only,
15632                 nothing for other.
15633                 creation of subfolder is handled better.
15634
15635 2001-05-28 [alfons]
15636
15637         Verified the sync for src/prefs_common.[ch] and
15638         src/prefs_account.[ch]. I believe there were some
15639         minor indentation differences.
15640
15641 2001-05-28 [paul]
15642
15643         0.4.99claws3
15644
15645         * sync with 0.4.99cvs3
15646
15647 2001-05-28 [hoa]
15648
15649         * src/compose.c
15650                 handling flags for mbox format
15651
15652         * src/filtering.c
15653                 use of mark file only for MH format
15654                 handling flags for mbox format
15655                 filtering cannot yet move or copy mails to mbox folders.
15656
15657         * src/folder.[ch]
15658                 changed move_msg, copy_msg,
15659                 move_msgs_with_dest, copy_msgs_with_dest functions
15660                 uses only folder->copy_msg() function
15661                 uses folder->finished_copy() to handle the destination
15662                 folder at the end of the copy or move operation.
15663
15664         * src/foldersel.c
15665                 included mbox directories.
15666
15667         * src/folderview.[ch]
15668         * src/mainwindow.c
15669                 handle folders operation for mbox format
15670
15671         * src/mbox.c
15672                 disable conversion of "From " header
15673
15674         * src/mbox_folder.[ch]
15675                 completion of mbox format handling
15676
15677         * src/mh.c
15678                 changed mh_copy_msg() function and
15679                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15680                 mh_copy_msgs_with_dest()
15681
15682         * src/prefs_filtering.c
15683                 removed some warnings
15684
15685         * src/prefs_matcher.c
15686                 default boolean operation is AND
15687
15688         * src/procheader.c
15689                 handling flags for mbox format
15690                 handling of "From " header
15691
15692         * src/procmsg.[ch]
15693                 removed data field
15694                 added MSG_REALLY_DELETED flags to handle deletion of
15695                 messages in mbox format.
15696
15697         * src/summaryview.c
15698                 handling flags for mbox format
15699                 disable the MSG_DELETED flags when messages
15700                 are deleted in mbox format
15701
15702         * src/textview.c
15703                 "From " headers display fixed.
15704
15705 2001-05-27 [alfons]
15706
15707         * src/textview.c:
15708                 
15709                 (get_email_part): skip quoted email addresses, like in e.g.
15710                 "'alfons@proteus.demon.nl'".
15711
15712 2001-05-26 [alfons]
15713
15714         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15715         and fixing the persistence troubles when using separate windows.
15716
15717         * src/mainwindow.c:
15718         
15719             Added #define SEPARATE_ACTION used in the gtk item factory for 
15720             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15721                 use gtk_item_factory_get_widget_by_action() to get the items.
15722                 
15723             Removed separate_widget_cb from the gtk item factory data   
15724           
15725             (mainwindow_create): connect separate_widget_cb() to check
15726             menu item "toggled" signal. also passing a MainWindow pointer
15727                 as object data for both check menu items.
15728                 
15729             (separate_widget_cb): definition of separate_widget_cb() to match
15730             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15731                 window using gtk_object_get_data(). The type of window separation 
15732                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15733         
15734         * src/prefs_filtering.c,
15735           src/prefs_matcher.c: added horizontal scrollbars
15736
15737 2001-05-25 [darko]
15738
15739         * src/headerview.c
15740                 fix segfault with invalid bold font
15741         * src/summaryview.c
15742                 correctly display summary stats after row is marked
15743
15744 2001-05-23 [sergey]
15745
15746         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15747         encodings with libjconv.
15748
15749 2001-05-23 [hoa]
15750
15751         * src/Makefile.am
15752                 added mbox_folder.[ch]
15753         * src/defs.h
15754                 mbox temporary folder
15755         * src/folder.[ch]
15756         * added src/mbox_folder.[ch]
15757         * src/folderview.c
15758         * src/procheader.[ch]
15759                 added mbox support
15760         * src/mbox.c
15761                 bugfix for file incorporation filtering
15762         * src/imap.c
15763                 enable creation of MBOX
15764         * src/prefs_display_header.c
15765                 enable use of headers like "From "
15766                 something that should be fixed :
15767                         displaying of such headers add an extra space
15768         * src/prefs_folder_item.c
15769                 don't create folders because it is not necessary
15770         * src/procmsg.h
15771                 added data field to MsgInfo for mbox internal use
15772         * src/summaryview.c
15773                 added some support for mbox
15774         * src/utils.[ch]
15775                 added get_mbox_cache_dir() function
15776
15777 2001-05-23 [hiroyuki]
15778
15779         * src/headerwindow.c
15780           src/inc.c
15781           src/main.c
15782           src/mh.c
15783           src/nntp.c
15784           src/procmsg.h
15785           src/session.h
15786           src/socket.[ch]
15787           src/summaryview.c
15788           src/textview.c
15789           src/automaton.c
15790           src/folderview.c: more sync with 0.4.99cvs2.
15791
15792         * src/headerwindow.c: reverted.
15793
15794 2001-05-22 [paul]
15795
15796         0.4.99claws2
15797
15798         * sync with sylpheed 0.4.99cvs2
15799                 * src/news.[ch]
15800                 * src/nntp.[ch]
15801                 * INSTALL
15802                 * INSTALL.jp
15803
15804 2001-05-22 [alfons]
15805
15806         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15807
15808 2001-05-21 [alfons]
15809
15810         Minor things:
15811
15812         * configure.in: if gnome-config not found, "no" is displayed
15813         
15814         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15815
15816         * src/textview.c: now also possible to add mail addresses by right
15817           clicking in the text view
15818
15819         * src/codeconv.c: merged patch which fixes endless loop when encountering
15820           invalid wide characters; from Alte <010@imis.ru>  
15821
15822 2001-05-20 [alfons]
15823
15824         Added installation of gnome specific things:
15825
15826         * Makefile.am: gnome conditional
15827
15828         * configure.in: check for installed gnome
15829
15830         * added sylpheed.png, sylpheed.desktop
15831
15832 2001-05-20 [sergey]
15833
15834         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15835
15836         * src/mainwindow.h (main_window_toolbar_create): created a button
15837         for "Reply to all".
15838         (main_window_set_toolbar_sensitive): enable/disable the new button
15839         appropriately.
15840         (toolbar_reply_to_author_cb): handle the new button.
15841
15842         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15843         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15844         failure).
15845
15846 2001-05-19 [sergey]
15847
15848         * src/compose.h (ComposeReplyMode): new modes
15849         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15850         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15851
15852         * src/compose.c
15853         (compose_send): move some code into a new function:
15854         (compose_current_mail_account): new function.
15855         (compose_reply): new argument to_author, all callers changed; if
15856         to_author==TRUE and account->protocol==A_NNTP, find and use an
15857         appropriate mail account for replying.
15858         (compose_reply_set_entry): new argument to_author; ignore
15859         compose->replyto if to_author==TRUE.
15860
15861         * src/mainwindow.c: new command "Message/Reply to author".
15862         (main_window_set_menu_sensitive): enable/disable it.
15863         (reply_cb): handle it.
15864
15865         * src/summaryview.c: new command "Reply to author".
15866         (summary_set_menu_sensitive): enable/disable it.
15867         (summary_reply_cb): handle it.
15868
15869         * src/account.c (account_find_mail_from_address): new function.
15870
15871 2001-05-18 [paul]
15872
15873         0.4.99claws1
15874
15875         * sync with sylpheed 0.4.99cvs1
15876
15877 2001-05-18 [hoa]
15878
15879         * src/compose.[ch]
15880         * src/filtering.c
15881         * src/summaryview.c
15882                 new filtering action : forward and forward as attachment
15883
15884         * src/main.c
15885                 no need for $DISPLAY when we run sylpheed --help
15886                 call to parse_cmd_opt() is moved
15887
15888         * src/mainwindow.[ch]
15889                 execute button is hidden when immediate execute
15890                 is chosen
15891
15892         * src/mh.c
15893         * src/news.c
15894         * src/prefs_folder_item.c
15895         * src/procmsg.c
15896                 better handling of missing directories
15897
15898         * src/summaryview.c
15899                 reedit is enabled in outbox
15900                 reedit is enabled in queue
15901
15902 2001-05-17 [hoa]
15903
15904         * src/filtering.c
15905         * src/matcher.[ch]
15906         * src/prefs_filtering.c
15907                 changed attachement into attachment
15908
15909 2001-05-17 [alfons]
15910
15911         0.4.67claws4    
15912
15913         * sync with sylpheed 0.4.67cvs9
15914         * sync with sylpheed 0.4.67cvs7-8
15915
15916 2001-05-17 [hoa]
15917
15918         * src/Makefile.am
15919                 added prefs_filtering.c
15920
15921         * src/filtering.[ch]
15922         * src/matcher.[ch]
15923                 removed action : forward_news and forward_news_as_attachement
15924                 (forward and forward_as_attachement can be used instead)
15925
15926         * src/mainwindow.c
15927                 added menu option to access filtering configuration
15928
15929         * src/prefs_account.c
15930                 changed mail_command default to /usr/sbin/sendmail
15931
15932         * added src/prefs_filtering.[ch]
15933                 dialog box for filtering configuration
15934
15935         * src/prefs_matcher.c
15936                 added function prefs_matcher_get_criteria_from_matching()
15937
15938         * src/prefs_scoring.c
15939                 reset the dialog when register or substitute is clicked
15940
15941 2001-05-15 [hoa]
15942
15943         * src/Makefile.am
15944                 added filtering.[ch]
15945         * src/inc.c
15946                 using filering.[ch] instead of filter.[ch]
15947         * src/main.c
15948                 reading new filtering configuration
15949         * src/matcher.[ch]
15950                 added some filtering actions
15951                 and fixed a bug for headers and mail body matching
15952         * src/mbox.c
15953                 using filering.[ch] instead of filter.[ch]
15954         * src/mh.c
15955                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15956         * src/summaryview.c
15957                 some fixes for filtering
15958
15959 2001-05-14 [hiroyuki]
15960
15961         * src/send.c: fixed some weird indentations.
15962           send_message_with_command(): call pclose() only if p != NULL.
15963         * src/textview.c: get_email_part(): modified the code for readability.
15964
15965 2001-05-14 [hiroyuki]
15966
15967         * src/md5global.h
15968           src/md5ify.c
15969           src/md5ify.h: removed from the cvs.
15970
15971 2001-05-13 [sergey]
15972
15973         * src/main.c: include rfc2015.h to avoid compiler warnings.
15974         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15975         the panel is already on screen.
15976         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15977         closing the alert window by ESC as "No".
15978         * src/prefs_common.c (prefs_interface_create): moved return
15979         receipt check button to the correct place.
15980
15981 2001-03-13 [alfons]
15982
15983         * src/prefs_common.c: 
15984                 moved return receipt check button to the Send tab. (prefs_send_create)
15985                 removed the date format ui related globals. (prefs_display_create)
15986
15987         0.4.67claws3
15988         
15989         * sync with sylpheed 0.4.67cvs5-6
15990
15991 2001-05-13 [paul]
15992
15993         * added Alfons' font selection patch
15994
15995         * src/defs.h
15996         * src/headerwindow.c
15997         * src/prefs_common.c
15998         * src/prefs_common.h
15999
16000 2001-05-13 [hoa]
16001         * src/defs.h
16002                 changed version of cache
16003         * src/matcher.[ch]
16004         * src/prefs_matcher.c
16005                 added additionnal matching criteria
16006         * src/procheader.c
16007         * src/procmsg.[ch]
16008         * src/news.c
16009                 added references in MsgInfo
16010
16011 2001-05-12 [hoa]
16012
16013         * src/defs.h
16014                 prepared some things for new filtering
16015         * src/matcher.[ch]
16016                 added some matching properties
16017                 inreplyto need to be enhanced
16018                 prepared some things for new filtering
16019         * src/messageview.c
16020                 added Return-Receipt-To handling
16021         * src/prefs_folder_item.c
16022                 changed default value to TRUE
16023         * src/prefs_matcher.c
16024                 added some matching properties
16025         * src/prefs_scoring.[ch]
16026                 the scoring dialog is finished
16027         * src/procheader.c
16028                 added Return-Receipt-To handling
16029                 Reference need to be added
16030         * src/procmsg.[ch]
16031                 added Return-Receipt-To handling
16032                 added threadscore to get a better score sorting when
16033                 threads are enabled
16034         * src/summaryview.c
16035                 suppressed a bug when we sort the list
16036                 when no folder is opened.
16037                 better score sorting when threads are enabled
16038
16039 2001-05-12 [alfons]
16040
16041         * reverted previous patch because of potential errors 
16042
16043         0.4.67claws2
16044         
16045         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16046                 applied "toggle mail-retrieval dialog window" patch submitted 
16047                 by Eric Limpens <eric@qnt.net>
16048
16049         * sync with sylpheed 0.4.67cvs4
16050
16051 2001-05-12 [sergey]
16052
16053         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16054         some picky compilers.
16055         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16056         * src/grouplist_dialog.c: include alertpanel.h.
16057         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16058         fix compile warning.
16059         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16060         #include "defs.h" before others to prevent the warning of `MIN'
16061         and `MAX' redefinition.
16062
16063 2001-05-11 [hoa]
16064
16065         * src/main.c
16066         * src/messageview.c
16067         * src/prefs_account.c
16068         * src/prefs_display_header.c
16069                 removed warning
16070         * src/Makefile.am
16071                 added prefs_scoring.[ch]
16072         * src/grouplist_dialog.c
16073                 display an error dialog box if the group list
16074                 cannot be fetched.
16075         * src/mainwindow.[ch]
16076                 added main_window_set_thread_option() function
16077                 scoring dialog box enabled
16078         * src/matcher.[ch]
16079                 added flags matching unread /new / marked
16080                 / deleted / replied / forwarded
16081         * src/news.c
16082                 newsgroups are now finally in newscache
16083         * src/prefs_matcher.[ch]
16084                 finished preferences for matching dialog
16085         * added src/prefs_scoring.[ch]
16086                 scoring dialog box completed
16087         * src/scoring.[ch]
16088                 conversion to string : added scoringprop_to_string()
16089                 write config for preferences :
16090                 added prefs_scoring_write_config()
16091         * src/summaryview.c
16092                 threads can be enabled/disabled independently
16093                 for each folder
16094
16095 2001-05-10 [alfons]
16096
16097         0.4.67claws1
16098         
16099         * AUTHORS: 
16100                 thought it would be nice to have a list of all
16101                 contributors (used Changelog as a reference)
16102         
16103         * configure.in: 
16104                 messed up version numbering...
16105
16106         0.4.66claws1
16107
16108         * sync with sylpheed 0.4.67cvs1-3
16109
16110 2001-05-10 [darko]
16111
16112         * src/prefs_common.c:
16113                 better UI for strftime format, double clicking
16114                 on format now inserts the format in text entry
16115                 replaced close button with standard OK/Cancel
16116                 moved date format button to the right of the
16117                 text entry field
16118
16119 2001-05-09 [alfons]
16120
16121         * src/gtkstext.c:
16122                 Ctrl-Home / Ctrl-End have proper cursor navigation
16123
16124 2001-05-09 [hoa]
16125
16126         * src/prefs_matcher.c
16127                 finished UI to define matching properties
16128                 added ok and cancel button
16129         * src/prefs_filter.c
16130                 added ok and cancel button
16131         * src/news.c
16132                 fixed some bug in xhdr parsing
16133
16134 2001-05-08 [alfons]
16135
16136         * src/textview.c: 
16137                 fixed a bug in textview_show_header(), which displayed two colons (':');
16138                 cleaned up some warnings
16139
16140 2001-05-08 [hoa]
16141
16142         * src/Makefile.am
16143                 added prefs_matcher.[ch]
16144                 compilation with -W -Wall
16145         * src/alertpanel.c
16146                 ungrab the mouse events if grabbed - does it
16147                 fix the bug for disposition notification ?
16148         * src/mainwindow.c
16149                 added a menu option to open the matching dialog.
16150         * src/matcher.[ch]
16151                 added matcherprop_to_string() and matcherlist_to_string()
16152                 fixed some bugs, changed the name of some options
16153                 age_sup and age_inf becomes age_greater and age_lower,
16154                 body and messageheaders becomes body_part and headers_part,
16155                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16156         * src/prefs_display_header.c
16157         * src/prefs_headers.c
16158                 fixed a bug that accidentally destroyed dialogs
16159                 when closed them with delete_event
16160                 Added *_deleted() which handle delete_event signal correctly.
16161         * src/prefs_folder_item.[ch]
16162                 added "enable_thread" field for future customization
16163         * added src/prefs_matcher.[ch]
16164                 sample of the UI to define matching properties
16165         * src/procheader.c
16166                 using procheader_headername_equal instead of str*cmp functions
16167                 using procheader_parse_header() function
16168         * src/scoring.c
16169                 using MATCHING_XXX instead of SCORING_XXX
16170         * src/summaryview.c
16171                 display the sender of the news even if this is ourself
16172                 when this is a news message.
16173         * src/textview.c
16174                 using headername_equal() instead of str*cmp functions
16175
16176 2001-05-08 [alfons]
16177
16178         0.4.66claws
16179
16180         * sync with sylpheed 0.4.66
16181         * src/gtkstext.c: trace logs added 
16182
16183 2001-05-08 [sergey]
16184
16185         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16186         signature check popup.
16187         * src/rfc2015.c (check_signature): show signature check popup only
16188         if it is enabled in preferences.
16189
16190 2001-05-07 [alfons]
16191
16192         0.4.66claws4
16193         
16194         * sync with sylpheed 0.4.66cvs6
16195
16196 2001-05-07 [darko]
16197
16198         * src/prefs_common.[ch]: added option to enable/disable
16199           looking up sender name in address book for summary pane
16200         * src/summaryview.c: look up sender in the address book
16201           by using Alfons' address completion code
16202
16203 2001-05-07 [hiroyuki]
16204
16205         * src/inc.h
16206           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16207           member of Pop3State.
16208         * src/news.c: brought #include "defs.h" before #include <glib.h>
16209           to prevent the warning of `MIN' and `MAX' redefinition.
16210
16211 2001-05-06 [hoa]
16212
16213         * removed src/headers_display.[ch]
16214         * removed src/prefs_display_headers.[ch]
16215         * src/inc.c
16216                 use a temporary file in the user directory for mbox import
16217         * src/news.c
16218                 added XHDR support to get "To" and "Cc" headers
16219                 (in order to match news with to or cc field for
16220                 scoring)
16221                 added function news_parse_xhdr() to get XHDR response
16222         * src/nntp.[ch]
16223                 added function nntp_xhdr()
16224         * src/matcher.c
16225                 fetch the message if necessary
16226
16227 2001-05-06 [alfons]
16228
16229         0.4.66claws3
16230
16231         * sync with sylpheed 0.4.66cvs3-5
16232
16233 2001-05-06 [hoa]
16234
16235         * src/utils.[ch]
16236                 added function itos_buf() to enable use of several buffers
16237         * src/summaryview.c
16238                 use of itos_buf() instead of itos() in summary list
16239                 to fix the broken display of message number.
16240
16241 2001-05-06 [alfons]
16242
16243         * src/gtkstext.c: bug in cursor up navigation fixed,
16244                 fixed another unsigned / signed comparison (we're getting there :-)
16245
16246 2001-05-06 [hoa]
16247
16248         * src/Makefile.am
16249                 added scoring.c scoring.h
16250                 prefs_folder_item.c prefs_folder_item.h
16251                 matcher.c matcher.h
16252         * src/defs.h
16253                 added FOLDERITEM_RC SCORING_RC
16254         * src/folder.[ch]
16255                 added prefs field in FolderItem :
16256                 properties for each folder (PrefsFolderItem),
16257                 sorting type and mode were added as the first properties.
16258         * src/main.c
16259                 read config for scoring
16260         * added src/matcher.[ch]
16261                 gives functions to parse configuration file to do
16262                 matching on mails with a list of conditions.
16263         * src/mainwindow.c
16264                 add option to sort by score
16265         * src/prefs_common.[ch]
16266                 added preference option to show score and for
16267                 the score column size
16268         * added src/prefs_folder_item.[ch]
16269                 properties for each folder (PrefsFolderItem),
16270                 sorting type and mode were added as the first properties.
16271         * src/procheader.[ch]
16272                 added procheader_parse_header()
16273                 added procheader_header_free()
16274                 added procheader_headername_equal()
16275                 and made modification to use them.
16276         * src/procmsg.[ch]
16277                 added score field to MsgInfo structure
16278         * added src/scoring.[ch]
16279                 gives functions to parse configuration file to do
16280                 scoring on mails with a list of conditions.
16281         * src/summaryview.[ch]
16282                 save the sorting type and mode for the folder
16283                 added column to display the score of the mail
16284                 added function summary_score_clicked()
16285                 sorting type and mode are restored to the folder
16286                 when it is reopen
16287         * src/textview.c
16288                 use procheader_parse_header(), procheader_headername_equal()
16289                 removed memory leak in text_scan_header when freeing headers
16290         * src/filter.c
16291                 changed the function to match names of headers
16292                 using procheader_headername_equal()
16293
16294         Scoring functions are implemented, an interface is needed
16295         to configure that.
16296
16297 2001-05-04 [alfons]
16298
16299         * src/gtkstext.c: 
16300                 hopefully fixed the row up navigation bug,
16301                 removed adding back / forward lines to cache
16302
16303 2001-05-04 [sergey]
16304
16305         * src/prefs_display_headers.c: user interface changes:
16306         (prefs_display_headers_create): remove unused "Show" check button;
16307         allow reordering of headers by dragging.
16308         (prefs_display_headers_write_config): remove unused variables.
16309         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16310         of lists (not needed with the new UI).
16311         (prefs_display_headers_set_list): scan lists starting from row 0,
16312         not 1 (do not skip "(New)").
16313         (prefs_display_headers_find_header): new function.
16314         (prefs_display_headers_clist_set_row): do not allow duplicates.
16315         (prefs_display_headers_delete_cb): do not skip row 0; treat
16316         closing the alert window by ESC as "No".
16317         (prefs_display_headers_up): do not protect row 0.
16318         (prefs_display_headers_down): do not protect row 0.
16319
16320 2001-05-04 [sergey]
16321
16322         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16323         functions.
16324
16325         * src/summaryview.c
16326         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16327         summary_select_next_marked, summary_select_prev_marked): new
16328         functions.
16329
16330 2001-05-03 [sergey]
16331
16332         * src/news.c: fixed a bug when no article can be fetched after
16333         server timeout if the connection was restored by news_post():
16334         (news_select_group): new function.
16335         (news_fetch_msg): call news_select_group() before fetching
16336         article.
16337         (news_get_uncached_articles): set session->group after successful
16338         GROUP command.
16339
16340 2001-05-03 [hoa]
16341
16342         * src/defs.h
16343         * src/procmsg.[ch]
16344         * src/procheader.c
16345                  changed version of cache, added cc field
16346
16347         * src/prefs_display_headers.c
16348                 the interface was changed
16349
16350         * src/prefs_headers.c
16351                 added cancel button
16352
16353 2001-05-03 [alfons]
16354
16355         * completed sync of sylpheed cvs2
16356         * src/gtkstext.c: updated row up / down cursor navigation
16357         * src/textview.c: re-edited, prepared for fixing the email address
16358                 scanner.
16359
16360 2001-05-03 [darko]
16361
16362         * src/prefs_common.c: use alfons' strftime ui code
16363         entry_datefmt and datefmt_sample widgets have to be
16364         global in this module because of this change
16365
16366 2001-05-03 [hoa]
16367
16368         * src/messageview.c
16369         * src/prefs_common.[ch] added option to activate the return receipt
16370                 feature.
16371
16372 2001-05-02 [alfons]
16373
16374         * src/gtkstext.c: fix for row up/down cursor navigation. 
16375
16376         0.4.66claws2
16377         
16378         * sync with 0.4.66cvs2
16379
16380 2001-05-02 [paul]
16381
16382         added add-sender-to-addressbook patch
16383
16384         * src/addressbook.c
16385         * src/addressbook.h
16386         * src/summaryview.c
16387
16388 2001-05-02 [sergey]
16389
16390         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16391         G_ALERTDISABLE.
16392
16393         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16394         all existing callers changed to pass FALSE; create a check button
16395         to disable the message.
16396         (alertpanel_message_with_disable): new function.
16397         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16398         (alertpanel_button_toggled): new function.
16399         (alertpanel_button_clicked, alertpanel_close): set value using
16400         G_ALERT_VALUE_MASK.
16401
16402         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16403
16404         * src/prefs_common.c (prefs_privacy_create): new check button
16405         checkbtn_gpgme_warning.
16406
16407         * src/main.c (main): moved preferences reading before gpgme
16408         initialization; check prefs_common.gpgme_warning before giving the
16409         GnuPG warning and set it to FALSE if the user wants to disable the
16410         warning.
16411
16412 2001-05-02 [hiroyuki]
16413
16414         * src/prefs_display_headers.c: modified the layout and some labels.
16415
16416 2001-05-02 [sergey]
16417
16418         * src/prefs_account.c (prefs_account_fix_size): new function.
16419         (prefs_account_create): call prefs_account_fix_size(); use
16420         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16421         size when the window is shown for the first time).
16422         (prefs_account_basic_create): changed layout of serv_table; moved
16423         localmbox_entry above smtpserv_entry (logically it replaces
16424         POP3/IMAP server).
16425         (prefs_account_protocol_activated): set sensitivity of
16426         nntpauth_chkbtn according to the protocol (in addition to
16427         hide/show); commented out gtk_table_set_row_spacing() calls.
16428         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16429         not sensitive (fixes a bug with disabled username/password boxes
16430         when editing POP3 account after NNTP with authentication).
16431
16432 2001-05-02 [hoa]
16433
16434         * src/account.c
16435         * src/inc.c
16436         * src/prefs_account.[ch]
16437         * src/send.c
16438                 removed local account without SMTP server
16439                 added option to use mail command instead of a connexion
16440                 to SMTP server when a local account is used
16441         * src/prefs_headers.c
16442                 fixed a bug
16443         * src/news.c
16444                 fixed a bug when connexion immediately closed
16445
16446 2001-05-01 [alfons]
16447
16448         0.4.66claws1
16449         
16450         * sync with 0.4.65
16451
16452 2001-05-01 [sergey]
16453
16454         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16455         widget nntpauth_chkbtn.
16456         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16457         visibility.
16458         (prefs_account_nntpauth_toggled): new function.
16459
16460         * src/news.c (news_session_new_for_folder): use NNTP
16461         authentication only if ac->use_nntp_auth is set.
16462
16463 2001-05-01 [hoa]
16464
16465         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16466         * src/prefs_display_headers.c changed the UI
16467         * src/prefs_headers.c changed account_name to account_id
16468         * src/compose.c using customheader.h
16469
16470 2001-05-01 [hiroyuki]
16471
16472         * src/esmtp.c
16473           src/news.c
16474           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16475           unsynched.
16476
16477 2001-05-01 [hoa]
16478
16479         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16480         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16481                 for displaying of headers
16482         * src/grouplist_dialog.[ch] minor changes to remove warnings
16483         * src/prefs_display_headers.[ch] dialog to choose the
16484         headers to display in the mail viewer.
16485         * src/headers.h correction of #define
16486         * src/headers_display.[ch] configuration for displaying of headers.
16487         * src/main.c read config of displaying of headers
16488         * src/prefs_common.c add a button to access the config dialog
16489                 for displaying of headers
16490         * src/prefs_display_headers.[ch] dialog for configuration for
16491                 displaying of the headers.
16492         * src/prefs_headers.c cleaning of code
16493         * src/procheader.c comments added to code
16494         * src/textview.c changes to reorder the headers depending
16495                 on the config for displaying of headers
16496
16497 2001-04-30 [alfons]
16498
16499         0.4.65claws7
16500
16501         * sync with 0.4.65cvs12
16502
16503         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16504
16505 2001-04-30 [sergey]
16506
16507         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16508
16509         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16510         is set to force reconnection after authentication failure.
16511         (nntp_gen_command): set sock->auth_failed on authentication
16512         failure, or if sock->userid and sock->passwd are not set.
16513
16514         * src/news.c (news_session_new_for_folder): set userid=NULL if
16515         password dialog is cancelled.
16516
16517 2001-04-30 [sergey]
16518
16519         * src/nntp.h (NNTPSockInfo): new type.
16520
16521         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16522         SockInfo.
16523         (nntp_open_auth, nntp_close): new functions.
16524         (nntp_gen_command): new function to handle authentication; all
16525         NNTP command functions updated to use it.
16526         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16527         (nntp_list): removed old useless code.
16528
16529         * src/news.h (NNTPSession): new field nntp_sock.
16530
16531         * src/news.c: all functions updated to use NNTPSockInfo instead of
16532         SockInfo.
16533         (news_session_new): new arguments (userid, passwd); made static;
16534         use nntp_open_auth() if needed.
16535         (news_session_destroy): use nntp_close() instead of sock_close().
16536         (news_query_password): changed arguments.
16537         (news_session_new_for_folder): new function.
16538         (news_session_get): use news_session_new_for_folder().
16539         (news_authenticate): deleted.
16540         (news_get_uncached_articles): removed old authentication code.
16541
16542 2001-04-30 [sergey]
16543
16544         * src/news.c: reverted my previous changes (need to do NNTP
16545         authentication in a cleaner way).
16546         
16547 2001-04-29 [sergey]
16548
16549         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16550         news_nntp_post, news_nntp_mode): new functions (wrappers with
16551         authentication support).
16552         (news_get_article_cmd, news_get_article, news_get_header): new
16553         argument "folder"; all callers changed.
16554         (news_get_article_cmd): added authentication support.
16555         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16556         (news_post): use news_nntp_post() instead of nntp_post().
16557         (news_get_uncached_articles): use news_nntp_group() instead of
16558         nntp_group() and news_nntp_xover() instead of nntp_xover();
16559         removed old authentication code.
16560         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16561
16562         * src/nntp.c (nntp_list): return real error code instead of
16563         hardcoded NN_ERROR.
16564
16565 2001-04-29 [sergey]
16566
16567         * configure.in: fixed wint_t typedef detection again
16568
16569 2001-04-28 [hoa]
16570
16571         * src/prefs_account.[ch], added A_LOCAL_CMD
16572                 (send mail with mail command)
16573         * src/send.c added function send_message_with_command()
16574         * src/inc.c made a more secure get_spool() function with
16575                 mktemp() but maybe mkstemp() or something more
16576                 secure can be used.
16577
16578 2001-04-28 [alfons]
16579
16580         * src/textview.c, colorization of email addresses in headers
16581
16582         0.4.65claws6
16583
16584         * bug sync with sylpheed
16585         * prefs_common.c: created date format ui for darko
16586         * sync with 0.4.65cvs11
16587         * configure.in: corrected to have the new gpg checks
16588
16589 2001-04-27 [alfons]
16590
16591         * completed sync with 0.4.65cvs10
16592         * minor debug things added to gtkstext.c
16593
16594 2001-04-27 [darko]
16595
16596         * configure.in: remove check for availability of
16597           strftime() as advised by Hiroyuki
16598         * src/prefs_common.[ch], src/procheader.c:
16599           synch strftime() code with Hiroyki's main branch
16600
16601 2001-04-26 [sergey]
16602
16603         * src/news.c: news_query_password(), news_authenticate(): new
16604           functions.
16605           news_get_uncached_articles(): added NNTP authentication
16606           handling.
16607         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16608           new functions.
16609         * src/prefs_account.c: prefs_account_protocol_activated():
16610           enable userid and password fields for NNTP.
16611
16612 2001-04-26
16613
16614         * configure.in: check for availability of strftime()
16615           [darko]
16616         * src/prefs_common.[ch], src/procheader.c: use
16617           strftime() for displaying date in summary pane if it
16618           is available
16619
16620 2001-04-25
16621
16622         * more .cvsignore cleanups [alfons]
16623
16624 2001-04-25
16625
16626         * ac/sv-check-type.m4: new autoconf macro.
16627         * configure.in: fixed wint_t typedef detection (did not work
16628           with gcc-2.96).
16629
16630 2001-04-25
16631
16632         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16633           [hiroyuki]
16634
16635 2001-04-24
16636         * modified gtkstext.c : buggy cursor navigation fixed, 
16637           and font descent also taken in account when drawing
16638           cursor. [alfons]
16639
16640 2001-04-24 [hoa]
16641         * added comments in src/news.c src/nntp.c
16642         * added src/prefs_headers.[ch]
16643         * added src/headers.[ch]
16644         * modified compose.c to activate custom headers
16645                 added function is_in_custom_headers
16646         * modified prefs_account.[ch]
16647                 added function prefs_account_customhdr_edit
16648         * modified src/defs.h :
16649                 added HEADERS_RC : name of the config file
16650                 for the custom headers
16651
16652 2001-04-24
16653
16654     0.4.65claws5
16655
16656         * configure.in
16657           src/gtkstext.[ch]
16658           src/compose.c
16659           src/Makefile.am
16660           
16661           added gtkstext with configure.in patch by Hiroyuki which
16662           should fix the XIM detection [alfons]
16663
16664         * more clean up of cvs [alfons]
16665
16666                  * removed all Makefile.in files to attic.
16667
16668                  * updated all .cvsignores to really ignore things that could
16669                    be unintentionally committed by a recursive commit.
16670
16671 2001-04-23 [hoa]
16672         * added src/grouplist_dialog.[ch]
16673         * changed src/folderview.c to call grouplist_dialog instead
16674                 of inputdialog
16675         * src/news.c :
16676                 added functions news_reset_group_list
16677                 and news_get_group_list
16678         * src/nntp.c :
16679                 added function nntp_list
16680         * src/defs.h :
16681                 added GROUPLIST_FILE : name of the newsgroup list cache file
16682
16683 2001-04-21
16684
16685         * added option to warn about queued messages on exit [sergey]:
16686
16687           * src/compose.c: compose_queue(): call folder_item_scan()
16688             and folderview_update_item() after queueing.
16689           * src/folderview.c: folderview_update_node(): draw the queue
16690             folder in bold font if there are queued messages.
16691           * src/mainwindow.c: queued_messages(): new function.
16692             app_exit_cb(): display warning if there are queued messages
16693             if warn_queued_on_exit is set.
16694           * prefs_common.[ch]: add warn_queued_on_exit option.
16695
16696         * enhanced GnuPG key selection support [sergey]:
16697
16698           * src/select-keys.c: updated to newer version from Win32
16699             branch with support for selecting arbitrary keys.
16700           * src/prefs_account.c: added the Privacy tab to the account
16701             options window.
16702             prefs_account_privacy_create(),
16703             prefs_account_sign_key_set_data_from_radiobtn(),
16704             prefs_account_sign_key_set_radiobtn(): new functions.
16705           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16706           * src/rfc2015.c: set_signers(): new function.
16707             pgp_sign(): add the account parameter, call set_signers().
16708             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16709           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16710           * src/compose.c: pass the current account to rfc2015_sign().
16711
16712         * tag name claws added to prevent confusion with main branch [alfons]
16713
16714         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16715
16716         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16717
16718         * sync with recent sylpheed cvs. Untested though. [alfons]
16719