fc05bb8aa833f8d40d877cbd49afd75e62464bbc
[claws.git] / ChangeLog.claws
1 2003-06-19 [alfons]
2
3         * src/addressbook.c
4                 translatable
5
6 2003-06-19 [match]      0.9.0claws50
7
8         * src/addressbook.[ch]
9         * src/addrindex.[ch]
10         * src/addr_compl.[ch]
11         * src/editldap.[ch]
12         * src/editldap_basedn.[ch]
13         * src/addritem.[ch]
14         * src/ldapquery.h
15                 re-implemented dynamic LDAP search. works without
16                 slowdown on display sender with addressbook
17                 option.
18         * src/addrbook.c
19                 documented code.
20
21 2003-06-19 [paul]       0.9.0claws49
22
23         * src/compose.c
24                 fix Bug #136 'Nonprovided quotation marks crash claws'
25                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
26
27 2003-06-19 [alfons]     0.9.0claws48
28
29         * src/prefs_common.[ch]
30         * src/procmsg.c
31                 restrict threading by subject by checking thread for
32                 age (prefs_common.thread_by_subject_max_age)
33
34 2003-06-18 [christoph]  0.9.0claws47
35
36         * src/imap.c
37                 fix memory leak in imap_cmd_fetch()
38
39 2003-06-18 [christoph]  0.9.0claws46
40
41         * src/prefs_gtk.c
42                 fix memory leak in prefs_set_default() when used multiple
43                 times or after prefs have been read
44
45 2003-06-18 [christoph]  0.9.0claws45
46
47         * src/common/plugin.c
48                 fix memory leak in plugin_unload()
49
50 2003-06-18 [christoph]  0.9.0claws44
51
52         * src/imap.c
53                 fix memory leak in imap_cmd_ok()
54
55 2003-06-18 [christoph]  0.9.0claws43
56
57         * src/folder.c
58                 stop messages that are downloaded from POP3 and added to
59                 an IMAP inbox from being filtered twice (first by POP3
60                 and again when IMAP folder is scaned to get the UID of
61                 the APPEND operation when no UIDPLUS is available)
62
63 2003-06-18 [alfons]
64
65         * tools/Makefile.am
66                 phoenix <- firebird     
67
68 2003-06-18 [paul]
69
70         * tools/launch_phoenix          ** REMOVED **
71           tools/launch_firebird         ** NEW **
72                 renamed and edited to reflect the browser's name change from
73                 'phoenix' to 'firebird'
74
75 2003-06-18 [paul]       0.9.0claws42
76
77         * sync with 0.9.2cvs2
78                 see ChangeLog 2003-06-16
79
80 2003-06-17 [alfons]     0.9.0claws41
81
82         * src/procmsg.c
83                 prevent threading problems when a node is an ancestor (parent / great parent),
84                 which mostly happens with circular references (thanks to Phillipe Gramoullé
85                 for finding an sample set of messages)
86
87 2003-06-16 [christoph]  0.9.0claws40
88
89         * src/main.c
90                 don't popup main window on --receive or --receive-all
91
92         * src/mainwindow.[ch]
93         * src/plugins/trayicon/trayicon.c
94                 allow hiding of main window by clicking on the trayicon
95                 (doesn't work correctly in seperate window mode and may
96                  cause unexpected GTK problems I couldn't find yet)
97
98         * src/common/ssl.c
99                 remove incorrect warning
100
101 2003-06-15 [alfons]     0.9.0claws39
102
103         * src/gtk/gtkstext.c
104                 don't output debug text;
105                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
106                 for pointing this out);
107
108 2003-06-14 [alfons]     0.9.0claws38
109         
110         * src/messageview.c
111                 remove printf() and make one if..else comply with coding style
112
113 2003-06-14 [alfons]     0.9.0claws37
114
115         * AUTHORS
116                 add Martin Wicke
117         * src/action.c
118         * src/messageview.[ch]
119         * src/summaryview.c
120                 apply patch #754162 "Quoting messages filtered by actions" submitted
121                 by Martin Wicke, which allows quoting message body changed by an
122                 action (Thanks!).
123
124 2003-06-13 [alfons]     0.9.0claws36
125
126         * src/utils.c
127                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
128                 use case insensitive regexp (suggested by Ivan Martinez)
129
130 2003-06-13 [christoph]  0.9.0claws35
131
132         * configure.ac
133         * src/plugins/trayicon/Makefile.am
134         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
135         * src/plugins/trayicon/trayicon.c
136         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
137         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
138         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
139         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
140         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
141         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
142                 replace my own EggTrayIcon backport with the backport
143                 used by (l|x)mule and gabber.
144
145 2003-06-13 [alfons]     0.9.0claws34
146
147         * AUTHORS
148         * src/common/utils.c
149                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
150
151 2003-06-13 [alfons]     0.9.0claws33
152
153         * src/compose.c
154                 clean up a little bit
155
156 2003-06-12 [alfons]     0.9.0claws32
157
158         * src/compose.c
159                 const correctness fix
160
161         * src/common/sylpheed.[ch]
162                 () -> (void)
163                 prevent redef MIN/MAX
164                 
165         * src/common/utils.[ch]
166                 () -> (void)
167
168 2003-06-12 [melvin]     0.9.0claws31
169
170         * src/compose.c
171                 Updated to take into accounts changes in GtkAspell.
172
173 2003-06-12 [alfons]     0.9.0claws30
174
175         * src/compose.c
176         * src/procmsg.c
177         * src/common/utils.[ch]
178                 handle reply subject prefixes better (initial 
179                 suggestion by Robert Story adapted and enhanced 
180                 using regexps)
181
182 2003-06-12 [melvin]     0.9.0claws29
183
184         * src/compose.c
185                 Use new gtkaspell_checkers_strerror() to get the speller's
186                 error message instead of accessing the (now private)
187                 checkers structure.
188                 Minor code clean up
189
190         * src/main.c
191                 Use #ifdef instead of #if for USE_ASPELL
192                 Use the new spell checkers init/quit functions 
193
194         * src/gtk/gtkaspell.c
195                 Use #ifdef instead of #if for USE_ASPELL
196                 Moved in the majority of GtkAspell structures that were
197                 exported before by gtkaspell.h
198         
199         * src/gtk/gktaspell.h
200                 Made gtkaspell.h contain only the necessary data to be
201                 publicized by moving many structures to gtkaspell.c.
202                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
203                 gtkaspell_checkers_new(): replaced by...
204                 gtkaspell_checkers_init(): new function for initialization
205                 gtkaspell_checkers_delete(): replaced by...
206                 gtkaspell_checkers_quit(): new function
207                 gtkaspell_checkers_strerror(): new function that returns
208                 the checker's last error message.
209                 
210 2003-06-11 [melvin]     0.9.0claws28
211
212         * po/POTFILES.in
213                 Updated to take into account gtkaspell.c migration to
214                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
215
216 2003-06-10 [alfons]     0.9.0claws27
217
218         * src/filtering.[ch]
219         * src/folder.c
220         * src/matcher.c
221         * src/scoring.[ch]
222                 - try fixing bug #18 (any brave testers?)
223                 - add more robustness by refusing previously 
224                   unchecked NULL pointers 
225
226 2003-06-10 [alfons]     0.9.0claws26
227
228         * src/procmsg.c
229                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
230
231 2003-06-09 [alfons]     0.9.0claws25
232
233         * src/prefs_common.c
234                 fix bug #163 "Icon switching doesnt work properly" by 
235                 preventing early freeing of prefs_common.pixmap_theme_path.
236
237 2003-06-09 [christoph]  0.9.0claws24
238
239         * src/gtk/gtkaspell.c
240                 revert Thorsten's fix and add forgotten g_strdup for
241                 aspell path (it should not be possible to alter the path a
242                 GtkASpell uses from outside)
243
244 2003-06-09 [thorsten]   0.9.0claws23
245
246         * src/gtk/gtkaspell.c
247                 dont free prefs_common.aspell_path when closing compose
248
249 2003-06-08 [colin]      0.9.0claws22
250
251         * src/plugins/spamassassin/spamassassin.c
252                 fix prefs types
253
254 2003-06-07 [christoph]  0.9.0claws21
255
256         * src/Makefile.am
257         * src/compose.c
258         * src/gtkaspell.[ch]            ** REMOVE **
259         * src/gtk/Makefile.am
260         * src/gtk/gtkaspell.[ch]        ** NEW **
261                 o make gtkaspell independent from sylpheed's prefs
262                 o move gtkaspell.[ch] to gtk directory
263
264 2003-06-07 [christoph]  0.9.0claws20
265
266         * src/Makefile.am
267         * src/crash.c
268         * src/export.c
269         * src/filesel.[ch]              ** REMOVE **
270         * src/folder.c
271         * src/main.[ch]
272         * src/common/sylpheed.[ch]
273         * src/gtk/Makefile.am
274         * src/gtk/filesel.[ch]          ** NEW **
275         * src/gtk/pluginwindow.c
276         * src/gtk/sslcertwindow.c
277                 move filesel.[ch] to gtk directory
278
279 2003-06-07 [alfons]     0.9.0claws19
280
281         * src/filesel.c
282                 make (multi) file selection dialog work again (Claws-only)
283
284 2003-06-07 [thorsten]   0.9.0claws18
285
286         * po/de.po
287                 fix typos
288
289 2003-06-07 [alfons]     0.9.0claws17
290
291         * configure.ac
292         * src/mimeview.c
293                 detect apache mishap in which case don't include fnmatch.h
294                 if regex.h is already included
295
296 2003-06-06 [christoph]  0.9.0claws16
297
298         * configure.ac
299         * src/mimeview.h
300                 add check for fnmatch.h and include it when available
301
302         * src/mimeview.[ch]
303                 fix wrong case sensitivity of Content-Types
304
305         * src/gtk/Makefile.am
306                 need the same include paths in gtk directory as in
307                 common directory because .h files in common can
308                 include files from these directories, when included
309                 in gtk's .h or .c files
310
311 2003-06-06 [alfons]     0.9.0claws15
312
313         * src/mimeview.c
314         * src/summaryview.c
315                 make it compile again because of regex.h / fnmatch.h 
316                 include problems (related to recent mime stuff, can
317                 someone check this?)
318
319 2003-06-06 [thorsten]   0.9.0claws14
320
321         * src/folderview.c
322                 possible use of uninitialized pointer while dragging
323
324 2003-06-06 [paul]       0.9.0claws13
325
326         * src/compose.c
327                 fix bug where the insert sig button would be effective
328                 only when auto_sig was set
329
330 2003-06-06 [paul]       0.9.0claws12
331
332         * sync with 0.9.2 release
333
334 2003-06-02 [paul]       0.9.0claws11
335
336         * sync with 0.9.1cvs1
337                 see ChangeLog 2003-06-02
338                 
339         * po/de.po
340                 update by Jens
341
342 2003-06-01 [christoph]  0.9.0claws10
343
344         * src/account.c
345                 don't use substring search to find accounts by email address
346
347         (closes Bug 169 Overly loose matching of "From" address)
348
349 2003-05-31 [christoph]  0.9.0claws9
350
351         * doc-src/rfc2683.txt
352         * src/imap.c
353                 limit IMAP command length as recommended in RFC2683
354                 (message number lists will be split into multiple imap
355                 sets, the limit of 1000 octets is not a hard limit)
356
357         (closes Bug 161 sylpheed-claws exits with segfault when logging
358          in to certain imap-servers)
359
360 2003-05-29 [alfons]     0.9.0claws8
361
362         * src/toolbar.[ch]
363                 add print button (calling summary_print());
364                 fine tune setting tooltip text;
365                 (if someone needs other buttons, please take these 
366                 commits as a guide, instead of bothering us - also
367                 see 0.8.11claws150) 
368
369 2003-05-29 [darko]      0.9.0claws7
370
371         * src/compose.c
372                 fix crash when word wrapping kicks in due to
373                 changed text by spell checker
374
375 2003-05-29 [paul]       0.9.0claws6
376
377         * src/compose.c
378                 fix bug where changing account would insert
379                 sig even if auto_sig was FALSE
380                 
381         * ChangeLog
382           ChangeLog.jp
383           INSTALL
384                 sync with 0.9.1 release
385
386 2003-05-28 [christoph]  0.9.0claws5
387
388         * src/imap.c
389                 fix truncation of too long commands
390
391         (closes Bug 167 IMAP hangs trying to get envelope
392          information in imap_get_uncached_messages)
393
394 2003-05-27 [paul]       0.9.0claws4
395
396         * tools/Makefile.am
397           tools/maildir2sylpheed.pl     ** NEW FILE **
398                 add kmail to sylpheed mailbox conversion script
399
400 2003-05-27 [paul]       0.9.0claws3
401
402         * sync with 0.9.0cvs10
403                 see ChangeLog 2003-05-26
404
405 2003-05-26 [paul]       0.9.0claws2
406
407         * sync with 0.9.0cvs9
408                 see ChangeLog 2003-05-26
409
410 2003-05-24 [paul]       0.9.0claws1
411
412         * sync with 0.9.0cvs8
413                 see ChangeLog 2003-05-23
414
415 2003-05-24 [paul]       0.9.0claws
416
417         * version 0.9.0claws released
418
419 2003-05-24 [paul]       0.8.11claws177
420
421         * src/plugins/dillo-viewer/Makefile.am
422           src/plugins/traycon/Makefile.am
423                 add missing files
424                 
425         * po/bg.po
426           po/en_GB.po
427           po/es.po
428           po/it.po
429           po/pt_BR.po
430           po/ru.po
431           po/sr.po
432                 update Bulgarian, British English, Spanish, Italian, 
433                 Brazilian Portuguese, Russian, and Serbian translations, 
434                 submitted by George Danchev, [me], Ricardo Mones Lastra,
435                 André Filipe de Assunção e Brito, Alessandro Maestri, 
436                 Ruslan N. Balkin, and Urke MMI
437
438 2003-05-23 [melvin]     0.8.11claws176
439
440         * po/fr.po
441                 Updated French translations
442
443 2003-05-22 [paul]       0.8.11claws175
444
445         * src/Makefile.am
446           src/addrbook.[ch]
447           src/addrcache.[ch]
448           src/addr_compl.[ch]
449           src/adressbook.[ch]
450           src/addrindex.[ch]
451           src/addritem.[ch]
452           src/editaddress.c
453           src/editgroup.c
454           src/editldap_basedn.c
455           src/editldap.c
456           src/jpilot.c
457           src/vcard.c
458                 revert to get ldap into it previous working state
459                 
460         * po/zh_TW.Big5.po
461                 new Taiwanese translation,
462                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
463
464 2003-05-22 [christoph]  0.8.11claws174
465
466         * src/plugins/spamassassin/libspamc.[ch]
467                 sync libspamc with SpamAssaain release 2.55
468
469 2003-05-22 [paul]       0.8.11claws173
470
471         * sync with 0.9.0cvs7
472                 see ChangeLog 2003-05-22
473                 
474         * src/summaryview.c
475                 revert change in 0.8.11claws172: follow
476                 Hiroyuki's decision and that's the end of it.
477
478 2003-05-21 [paul]       0.8.11claws172
479
480         * src/summaryview.c
481                 fix discrepency between open_unread_on_enter
482                 and always_show_msg
483
484 2003-05-21 [paul]       0.8.11claws171
485
486         * sync with 0.9.0cvs6
487                 see ChangeLog 2003-05-21
488
489 2003-05-21 [paul]       0.8.11claws170
490
491         * sync with 0.9.0cvs5
492                 see ChangeLog 2003-05-21
493
494 2003-05-20 [paul]       0.8.11claws169
495
496         * sync with 0.9.0cvs4
497                 see ChangeLog 2003-05-20
498                 fixes bug #152, 'encoding of IMAP folders names'
499
500 2003-05-20 [paul]       0.8.11claws168
501
502         * sync with 0.9.0cvs3
503                 see ChangeLog 2003-05-20
504                 
505         * src/tools/convert_mbox.pl
506                 minor change in the comments, submitted by Fred Marton
507
508 2003-05-19 [paul]       0.8.11claws167
509
510         * src/plugins/clamav/Makefile.am
511           configure.ac
512                 link clamav_lib to the plugin and not to the main program
513
514 2003-05-19 [christoph]
515
516         * src/Makefile.am
517                 add -export-dynamic for linking
518
519 2003-05-19 [paul]       0.8.11claws166
520
521         * sync with 0.9.0cvs1
522                 see ChangeLog 2003-05-19
523
524 2003-05-19 [paul]       0.8.11claws165
525
526         * src/inc.c
527                 fix 'pop before smtp' timeout
528
529 2003-05-18 [alfons]     0.8.11claws164
530
531         * src/prefs_matcher.c
532                 put "execute" action command line ("expression") in edit box
533
534 2003-05-18 [christoph]  0.8.11claws163
535
536         * src/mimeview.[ch]
537         * src/plugins/dillo_viewer/dillo_viewer.c
538         * src/plugins/image_viewer/viewer.c
539         * src/plugins/mathml_viewer/mathml_viewer.c
540                 let a viewer have a list of Content-Types
541
542 2003-05-18 [paul]       0.8.11claws162
543
544         * src/prefs_filtering.c
545                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
546                 and REDIRECT actions
547
548 2003-05-17 [christoph]
549
550         * README.claws
551                 o remove dynamic signatures that was syned with main
552                 o add infos about no longer "build in" image viewer
553                 o update bugtracker URL
554
555 2003-05-17 [christoph]  0.8.11claws161
556
557         * src/folder.c
558         * src/folderview.c
559         * src/imap.c
560                 don't use imap_scan_folder anymore. Instead call folder_item_scan
561                 for every folder after rebuilding the folder tree.
562
563         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
564          messages)
565
566 2003-05-17 [christoph]  0.8.11claws160
567
568         * src/imap.c
569                 don't use STATUS command on current folder to check for
570                 content changes. imap_cmd_ok() now tracks changes to
571                 folder and number of existing messages.
572
573 2003-05-17 [paul]       0.8.11claws159
574
575         * src/plugins/clamav/clamav_plugin.c
576                 remove unnecessary debug_print
577
578 2003-05-16 [thorsten]   0.8.11claws158
579
580         * src/plugins/demo.c
581                 included missing intl.h
582
583 2003-05-16 [paul]       0.8.11claws157
584
585         * po/POTFILES.in
586                 remove non-existant entries
587         
588         * src/plugins/clamav/clamav_plugin.c
589           src/plugins/clamav/clamav_plugin_gtk.c
590           src/plugins/dillo_viewer/dillo_prefs.c
591           src/plugins/dillo_viewer/dillo_viewer.c
592                 gettextise
593
594 2003-05-16 [christoph]  0.8.11claws156
595
596         * po/POTFILES.in
597                 include plugin .c files for translation until I
598                 find a better solution to have plugins have their
599                 own textdomain
600         * src/plugins/demo/demo.c
601         * src/plugins/image_viewer/plugin.c
602         * src/plugins/mathml_viewer/mathml_viewer.c
603         * src/plugins/spamassassin/spamassassin.c
604         * src/plugins/spamassassin/spamassassin_gtk.c
605         * src/plugins/trayicon/trayicon.c
606                 add gettext macros for plugin name and description
607
608 2003-05-16 [paul]
609
610         * sync with 0.9.0
611
612 2003-05-16 [paul]       0.8.11claws155
613
614         * sync with lastest 0.9.0pre1
615                 see ChangeLog 2003-05-16
616
617 2003-05-15 [paul]       0.8.11claws154
618
619         * sync with latest 0.9.0pre1
620                 see ChangeLog 2003-05-14 and 2003-05-15
621
622 2003-05-14 [christoph]  0.8.11claws153
623
624         * src/plugins/image_viewer/viewer.c
625         * src/plugins/image_viewer/viewer.glade         ** NEW **
626         * src/plugins/image_viewer/viewerprefs.c
627                 make it possible to disable the autoload function in the
628                 imageviewer again
629
630 2003-05-14 [christoph]  0.8.11claws152
631
632         * src/folder.c
633                 fix folder update after adding a message
634
635 2003-05-13 [alfons]     0.8.11claws151
636
637         * src/common/session.c
638                 remove debug traces
639                 
640         * src/addrcache.[ch]
641         * src/filtering.[ch]
642         * src/folder.[c]
643         * src/gtkaspell.[ch]
644         * src/imap.[ch]
645         * src/mbox_folder.[ch]
646         * src/mh.[ch]
647         * src/mimeview.h
648         * src/msgcache.[ch]
649         * src/news.[ch]
650         * src/passphrase.[ch]
651         * src/prefs_common.[ch]
652         * src/prefs_gtk.[ch]
653         * src/procmsg.c
654         * src/scoring.[ch]
655                 be pedantic; (in prototypes () implies (int))
656
657 2003-05-13 [alfons]     0.8.11claws150
658
659         * src/prefs_toolbar.[ch]
660         * src/summaryview.[ch]
661         * src/toolbar.[ch]
662                 change misleading text in toolbar prefs;
663                 add toolbar action for ignore thread (toggles ignore thread flag);
664                 clean up a little bit;
665
666 2003-05-12 [paul]
667
668         * tools/convert_mbox.pl
669                 bug fixed by Fred Marton
670
671 2003-05-12 [paul]
672
673         * sync with 0.9.0pre1
674
675 2003-05-09 [paul]       0.8.11claws149
676
677         * sync with 0.8.11cvs43
678                 see ChangeLog 2003-05-09
679
680 2003-05-08 [christoph]  0.8.11claws148
681
682         * src/imap.[ch]
683                 o use CAPABILIY as first command and check for PREAUTH
684                   information in the response to it
685                 o rewrite all imap_cmd_* functions to use an IMAPSession
686                   instead of a SockInfo as parameter
687                 o do STARTTLS after fetching and checking the server
688                   capabilities
689
690 2003-05-08 [paul]       0.8.11claws147
691
692         * tools/Makefile.am
693           tools/README
694           tools/convert_mbox.pl         ** NEW FILE **
695                 add mbox conversion script. Submitted by 
696                 Fred Marton <Fred.Marton@uni-bayreuth.de>
697
698 2003-05-07 [christoph]
699
700         * doc-src/glade.txt
701         * src/gtk/pluginwindow.glade
702         * src/plugins/image_viewer/viewerprefs.glade
703         * src/plugins/spamassassin/spamassassin_gtk.glade
704                 add glade files for user interfaces and a description how
705                 to use glade to create the sylpheed code
706
707 2003-05-07 [paul]       0.8.11claws146
708
709         * sync with 0.8.11cvs41
710                 see ChangeLog 2003-05-07
711
712 2003-05-06 [christoph]  0.8.11claws145
713
714         * src/main.c
715         * src/plugins/image_viewer/viewer.c
716                 fix usage of imlib in imageviewer plugin
717
718         * src/gtk/prefswindow.c
719                 handle window close event correctly
720
721 2003-05-06 [paul]       0.8.11claws144
722
723         * src/common/ssl.c
724                 fix typo introduced in sync
725
726 2003-05-06 [paul]       0.8.11claws143
727
728         * sync with 0.8.11cvs39
729                 see ChangeLog 2003-05-06
730
731 2003-05-06 [paul]       0.8.11claws142
732
733         * AUTHORS
734           po/cs.po
735                 updated Czech translation, submitted by 
736                 Radek Vybiral <Radek.Vybiral@vsb.cz>
737                 
738         * src/plugins/clamav/clamav_plugin_gtk.c
739                 clean up
740
741 2003-05-03 [alfons]     0.8.11claws141
742
743         * src/compose.[ch]
744                 make paste as quotation work even when the call to 
745                 text_inserted() was deferred (fixes bug #140 "Paste 
746                 as quotation does not work when using "external" 
747                 clipboard")
748
749 2003-05-03 [thorsten]   0.8.11claws140
750
751         * src/addrquery.h
752           src/ldapquery.h
753           src/mainwindow.c
754                 removed C++ comments
755         * src/addr_compl.c
756                 function with non-int retval/param used before
757                 implementation/declaration
758
759 2003-05-02 [paul]       0.8.11claws139
760
761         * src/addr_compl.[ch]
762           src/addressbook.[ch]
763           src/addrindex.c
764           src/summaryview.c
765                 revert match's changes to (finally) remove the bug where
766                 opening a folder causes massive slowdown when using the 
767                 'Display sender using address book' option
768
769 2003-05-01 [melvin]     0.8.11claws138
770
771         * src/plugins/dillo_viewer/dillo_prefs.[ch]
772         * src/plugins/dillo_viewer/dillo_viewer.c
773                 Fixed bug where "Cancel" button from prefs issued
774                 warnings.
775                 Comply a little more to coding style
776
777 2003-05-01 [paul]       0.8.11claws137
778
779         * sync with 0.8.11cvs38
780                 see ChangeLog 2003-05-01
781
782 2003-05-01 [paul]       0.8.11claws136
783
784         * po/bg.po
785                 updated by George Danchev
786
787 2003-04-30 [christoph]  0.8.11claws135
788
789         * src/plugins/dillo_viewer/dillo_prefs.c
790         * src/plugins/image_viewer/viewerprefs.c
791         * src/plugins/spamassassin/spamassassin_gtk.c
792                 remove gtk_widget_ref() calls for widgets in
793                 glade code
794
795 2003-04-30 [paul]       0.8.11claws134
796
797         * src/addrindex.c
798                 ok, this time a better fix for the bug where opening folder
799                 has massive slowdown when using the 'Display sender using 
800                 address book' option
801
802 2003-04-30 [paul]       0.8.11claws133
803
804         * src/addrindex.c
805                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
806         
807 2003-04-30 [melvin]     0.8.11claws132
808
809         New: Dillo plugin preferences (patch by Dimitar Haralanov)
810
811         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
812                 Preferences for the dillo plugin
813         * src/plugins/dillo_viewer/dillo_viewer.c
814                 Support for preferences
815         * src/plugins/dillo_viewer/Makefile.am
816                 Added dillo_prefs.[ch]
817
818 2003-04-30 [alfons]     0.8.11claws131
819
820         * src/common/plugin.[ch]
821                 see? this ANSI C'fication immediately gives us type
822                 checking for free.
823
824 2003-04-30 [alfons]     0.8.11claws130
825
826         * src/common/plugin.[ch]
827         * src/plugins/clamav/clamav_plugin.[ch]
828         * src/plugins/clamav/clamav_plugin_gtk.c
829         * src/plugins/demo/demo.c
830         * src/plugins/dillo_viewer/dillo_viewer.c
831         * src/plugins/image_viewer/plugin.c
832         * src/plugins/image_viewer/viewer.[ch]
833         * src/plugins/image_viewer/viewerprefs.[ch]
834         * src/plugins/mathml_viewer/mathml_viewer.c
835         * src/plugins/spamassassin/spamassassin.[ch]
836         * src/plugins/spamassassin/spamassassin_gtk.c
837         * src/plugins/trayicon/trayicon.c
838                 clean up
839
840 2003-04-30 [alfons]     0.8.11claws129
841
842         * src/common/utils.c
843                 make is_ascii_str() fail gracefully when NULL pointer
844                 is passed
845
846 2003-04-30 [paul]       0.8.11claws128
847
848         * src/addrindex.c
849                 fix bug where opening folder has massive slowdown when
850                 using the 'Display sender using address book' option
851
852 2003-04-30 [paul]       0.8.11claws127
853
854         * src/plugins/clamav/clamav_plugin.c
855           src/plugins/clamav/clamav_plugin_gtk.c
856           src/plugins/demo/demo.c
857           src/plugins/dillo_viewer/dillo_viewer.c
858           src/plugins/image_viewer/plugin.c
859           src/plugins/mathml_viewer/mathml_viewer.c
860           src/plugins/spamassassin/spamassassin.c
861           src/plugins/spamassassin/spamassassin_gtk.c
862           src/plugins/trayicon/trayicon.c
863                 get rid of eye-hurting function signatures
864
865 2003-04-30 [paul]       0.8.11claws126
866
867         * src/plugins/trayicon/trayicon.c
868                 add description
869                 
870         * src/mimeview.c
871                 be more descriptive
872
873 2003-04-30 [paul]       0.8.11claws125
874
875         * configure.ac
876                 arrange the plugins in reverse alphabetical order
877                 
878         * src/plugins/clamav/clamav_plugin.[ch]
879           src/plugins/clamav/clamav_plugin_gtk.c
880                 rename some params
881                 resize max_size window
882                 re-arrange the order of some gui elements
883                 improve descriptions
884         
885         * src/plugins/image_viewer/plugin.c
886           src/plugins/mathml_viewer/mathml_viewer.c
887                 add descriptions
888                 
889         * src/plugins/spamassassin/spamassassin_gtk.c
890                 resize max_size window
891                 re-arrange the order of some gui elements
892                 
893         * src/messageview.c
894           src/mimeview.c
895                 correct typos
896
897 2003-04-30 [alfons]     0.8.11claws124
898
899         * src/imap.c
900                 fix a leak found while browsing Martin Kluge's 
901                 valgrind log (Claws only)
902
903 2003-04-29 [darko]      0.8.11claws123
904
905         * src/gtk/gtkstext.h
906                 include wchar.h if it is available, fixes compilation
907                 on HP-UX systems
908
909 2003-04-29 [melvin]     0.8.11claws122
910
911         * src/prefs_actions.c
912                 Improved help text of Actions' syntax
913
914 2003-04-28 [paul]       0.8.11claws121
915
916         * src/action.c
917                 a better fix for the crash when performing an action
918                 on a mime part
919
920 2003-04-28 [paul]       0.8.11claws120
921
922         * src/action.c
923                 fix crash when performing an action on a
924                 mime part
925
926 2003-04-28 [paul]       0.8.11claws119
927
928         * sync with 0.8.11cvs36
929                 see ChangeLog 2003-04-28
930
931 2003-04-27 [paul]       0.8.11claws118
932
933         * more sync with 0.8.11cvs35
934                 see ChangeLog 2003-04-25
935
936 2003-04-26 [christoph]  0.8.11claws117
937
938         * src/folder.c
939                 fix remove virtual check
940
941 2003-04-26 [paul]       0.8.11claws116
942
943         * src/messageview.c
944                 fix return-receipt, make it work again
945
946 2003-04-26 [paul]       0.8.11claws115
947
948         * src/mimeview.c
949                 restore double-clicking of the [application/pgp-signature 
950                 (Select "Check signature" to check)] line in the message view,
951                 broken in recent sync
952
953 2003-04-26 [christoph]  0.8.11claws114
954
955         * src/folder.c
956                 check if remove virtual really exists before
957                 calling the function
958
959 2003-04-25 [match]      0.8.11claws113
960
961         * src/addrindex.c
962         * src/addrbook.c
963         * src/ldapquery.[ch]
964         * src/ldapctrl.[ch]
965                 fix memleak.
966         * src/ldapserver.[ch]
967                 fix memleak. fix segfault.
968                 plug a Claws memleak
969
970 2003-04-25 [alfons]     0.8.11claws112
971
972         * src/folder.c
973                 plug a Claws memleak
974
975 2003-04-25 [alfons]     0.8.11claws111
976
977         * src/common/session.c
978                 plug a memleak
979
980 2003-04-25 [paul]       0.8.11claws110
981
982         * sync with 0.8.11cvs35
983                 see ChangeLog 2003-04-24 and 2003-04-25
984                 
985         * src/gtk/pluginwindow.c
986                 correct another strange float value
987
988 2003-04-24 [christoph]  0.8.11claws109
989
990         * src/folder.c
991                 freeze folder item updates when unsetting new flags
992
993         * src/gtk/pluginwindow.c
994                 correct strange float value
995
996 2003-04-23 [paul]       0.8.11claws108
997
998         * sync with 0.8.11cvs33
999                 see ChangeLog 2003-04-23
1000
1001 2003-04-22 [paul]       0.8.11claws107
1002
1003         * src/Makefile.am
1004           src/messageview.c
1005           src/mimeview.c
1006           src/pgptext.[ch]      ** REMOVED **
1007                 remove pgptext.[ch] as its not used any more
1008
1009 2003-04-22 [paul]       0.8.11claws106
1010
1011         * sync with 0.8.11cvs31
1012                 see ChangeLog 2003-04-21 and 2003-04-22
1013
1014 2003-04-21 [alfons]     0.8.11claws105
1015
1016         * src/main.c
1017                 No access to GTK structures if we're a spawned child
1018                 (and clean up code a little bit...) Should fix #126.
1019
1020 2003-04-21 [melvin]     0.8.11claws104
1021
1022         * src/plugins/dillo_viewer/README
1023                 Improved slightly the text.
1024
1025 2003-04-21 [melvin]     0.8.11claws103
1026
1027         * src/plugins/dillo_viewer/README *** NEW ***
1028                 Added a README file for the Dillo plugin
1029
1030 2003-04-20 [paul]
1031
1032         * tools/README
1033           tools/outlook2sylpheed.pl
1034                 updated and improved by Ricardo Mones Lastra
1035
1036 2003-04-18 [oliver]     0.8.11claws102
1037
1038         * src/inc.c 
1039         * src/prefs_account.h
1040                 remove Pop3SessionType (used by selective download)
1041         * src/prefs_toolbar.c
1042                 enable set Default Toolbar button
1043
1044 2003-04-18 [paul]       0.8.11claws101
1045
1046         * sync with 0.8.11cvs29
1047                 see ChangeLog 2003-04-18
1048
1049 2003-04-17 [paul]       0.8.11claws100
1050
1051         * src/prefs_common.[ch]
1052           src/summaryview.c
1053                 remove 'Open next message on deletion' option,
1054                 as the same effect can now be achieved via the
1055                 'Always open messages in summary when selected'
1056                 option.
1057
1058 2003-04-17 [paul]       0.8.11claws99
1059
1060         * sync with 0.8.11cvs28
1061                 see ChangeLog 2003-04-17
1062
1063 2003-04-17 [christoph]  0.8.11claws98
1064
1065         * ac/spamassassin.m4
1066         * src/plugins/spamassassin/libspamc.[ch]
1067         * src/plugins/spamassassin/utils.[ch]
1068                 sync libspamc with SpamAssassin project
1069
1070 2003-04-17 [christoph]  0.8.11claws97
1071
1072         * src/common/socket.h
1073         * src/gtk/sslcertwindow.h
1074                 rename old USE_SSL to USE_OPENSSL
1075
1076 2003-04-17 [paul]       0.8.11claws96
1077
1078         * src/prefs_common.h
1079                 use gulong for P_COLOR so that it compiles/runs on
1080                 64-bit systems. Patch submitted by James Noyes
1081                 <jnoyes-claws@retrogeeks.com>
1082                 
1083         * po/de.po
1084                 updated by Jens
1085
1086 2003-04-17 [paul]       0.8.11claws95
1087
1088         * sync with 0.8.11cvs27
1089                 see ChangeLog 2003-04-16
1090
1091 2003-04-15 [paul]       0.8.11claws94
1092
1093         * src/prefs_common.[ch]
1094                 rearrange to stop the window getting too long:
1095                         move Receive dialog stuff to Receive tab
1096                         move Send dialog to Send tab
1097                         remove Dialogs frame
1098                 rename 'Open messages in summary with cursor keys' to
1099                 'Always open messages in summary when selected', as its
1100                 more appropriate
1101
1102 2003-04-15 [paul]       0.8.11claws93
1103
1104         * src/prefs_common.[ch]
1105           src/summaryview.c
1106                 add new option '/Interface/Open next message on deletion'
1107
1108 2003-04-15 [paul]       0.8.11claws92
1109
1110         * src/summaryview.[ch]
1111                 add /Mark/Lock and /Mark/Unlock to the pop-up
1112                 menu. Patch submitted by Ivan Francolin Martinez
1113                 <ivanfm@users.sourceforge.net>
1114
1115 2003-04-15 [paul]       0.8.11claws91
1116
1117         * sync with 0.8.11cvs24
1118                 see ChangeLog 2003-04-15
1119
1120 2003-04-14 [jens]       0.8.11claws90
1121
1122         * updated German translation and some corrections from
1123                 Roland Bless <bless@tm.uka.de>
1124
1125 2003-04-14 [paul]       0.8.11claws89
1126
1127         * sync with 0.8.11cvs22
1128                 see ChangeLog 2003-04-14
1129
1130 2003-04-13 [paul]       0.8.11claws88
1131
1132         * src/plugins/clamav/clamav_plugin.c
1133                 fix memory leaks
1134                 clean up
1135
1136 2003-04-12 [paul]       0.8.11claws87
1137
1138         * src/plugins/clamav/clamav_plugin.c
1139                 activate enable/disable archive scanning option
1140                 
1141         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1142
1143 2003-04-12 [paul]       0.8.11claws86
1144
1145         * src/plugins/Makefile.am
1146           src/plugins/clamav/Makefile.am                ** NEW FILE **
1147           src/plugins/clamav/README                     ** NEW FILE ** 
1148           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1149           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1150                 add Clam AntiVirus plugin
1151
1152 2003-04-12 [paul]       0.8.11claws85
1153
1154         * sync with 0.8.11cvs21
1155                 see ChangeLog 2003-04-11
1156
1157 2003-04-11 [paul]       0.8.11claws84
1158
1159         * po/es.po
1160                 update Spanish translation. Submitted by Ricardo
1161                 Mones Lastra.
1162
1163 2003-04-10 [christoph]  0.8.11claws83
1164
1165         * src/mbox.c
1166                 fix typo that did not move unfiltered mails to destination
1167                 folder
1168
1169         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1170          when filtering from spool)
1171
1172 2003-04-10 [christoph]  0.8.11claws82
1173
1174         * src/imap.c
1175                 use BODY.PEEK instead of BODY in in message fetch operation
1176                 to make sure the IMAP server does not set the \Seen flag for
1177                 messages. Sylpheed does that later itself, when the message
1178                 is opened in sylpheed
1179
1180         (closes Bug 111 Claws destroys unread marks)
1181
1182 2003-04-09 [oliver]     0.8.11claws81
1183         
1184         * src/folder.c
1185                 fix crash in folder_destroy
1186         * README.claws
1187                 remove selective download
1188
1189 2003-04-09 [christoph]  0.8.11claws80
1190
1191         * src/imap.c
1192                 fix crash in imap_get_msginfo() when then fetched message
1193                 is not found
1194
1195         (closes Bug 110 Crash during mail composition)
1196
1197 2003-04-08 [christoph]  0.8.11claws79
1198
1199         * src/folder.c
1200         * src/prefs_account.c
1201                 Filter new messages that are found in an INBOX folder
1202                 when 'Filter messages on receiving' is enabled in the
1203                 Folder's AccountPrefs. This allows to use Sylpheed's
1204                 filtering engine for IMAP folders where messages are
1205                 added to the INBOX by a MTA
1206
1207 2003-04-08 [paul]       0.8.11claws78
1208
1209         * src/procmsg.h
1210                 clean up after last commit
1211
1212 2003-04-08 [paul]       0.8.11claws77
1213
1214         * sync with 0.8.11cvs20
1215                 see ChangeLog 2003-04-07 and 2003-04-08
1216
1217 2003-04-07 [christoph]  0.8.11claws76
1218
1219         * src/filtering.[ch]
1220         * src/inc.[ch]
1221         * src/mbox.c
1222         * src/procmsg.[ch]
1223                 add procmsg_msginfo_filter() to execute filtering actions
1224
1225 2003-04-06 [christoph]  0.8.11claws75
1226
1227         * src/imap.c
1228                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1229
1230 2003-04-06 [christoph]  0.8.11claws74
1231
1232         * src/common/utils.[ch]
1233                 add g_int_compare() function for slist sorting
1234
1235         * src/imap.c
1236                 fetch all MsgInfos with one command in imap_get_msginfos()
1237                 using an imap set with a list of ranges
1238
1239         * src/news.c
1240                 use new g_int_compare() function
1241
1242 2003-04-06 [thorsten]   0.8.11claws73
1243
1244         * src/mh.c
1245                 corrected implementation of mh_folder_destroy()
1246
1247 2003-04-05 [christoph]  0.8.11claws72
1248
1249         * src/account.c
1250         * src/folder.[ch]
1251         * src/folderview.c
1252         * src/imap.c
1253         * src/inc.c
1254         * src/main.c
1255         * src/mainwindow.c
1256         * src/mbox_folder.c
1257         * src/mh.c
1258         * src/mimeview.h
1259         * src/msgcache.[ch]
1260         * src/news.c
1261         * src/procmime.h
1262         * src/procmsg.[ch]
1263         * src/setup.c
1264         * src/gtk/gtkutils.c
1265                 o rename structure field names class and new to klass and
1266                   new_msgs, to allow including files in C++
1267                 o add 'extern "C"' block to some header files
1268                 o add MsgInfoList and MsgNumberList as alias for GSList for
1269                   developers to know what type of list is expected
1270
1271         * src/plugins/image_viewer/plugin.c
1272         * src/plugins/image_viewer/viewer.[ch]
1273         * src/plugins/image_viewer/viewerprefs.[ch]
1274                 rename function names to prevent conflicts
1275
1276 2003-04-05 [paul]       0.8.11claws71
1277
1278         * sync with 0.8.11cvs18
1279                 see ChangeLog 2003-04-03 and 2003-04-04
1280
1281 2003-04-02 [christoph]  0.8.11claws70
1282
1283         * src/folder.[ch]
1284         * src/imap.[ch]
1285         * src/mbox_folder.[ch]
1286         * src/mh.[ch]
1287         * src/news.[ch]
1288                 o Make all virtual folder functions private
1289                 o remove unused folder code
1290
1291         * src/common/socket.[ch]
1292         * src/summaryview.c
1293                 fix warnings
1294
1295 2003-03-30 [alfons]     0.8.11claws69
1296
1297         * src/send_message.c
1298                 remove two debug traces and see if people still report
1299                 errors
1300
1301 2003-03-30 [alfons]     0.8.11claws68
1302
1303         * src/send_message.c
1304         * src/commons/session.c
1305                 add more debug traces
1306
1307 2003-03-30 [christoph]  0.8.11claws67
1308
1309         * src/folder.c
1310                 change processing folder name from .processing to processing
1311
1312         * src/common/ssl.c
1313                 disable SSL certificate check because it causes Xlib error
1314                 when the child process want's to open an GTK window
1315
1316 2003-03-30 [christoph]  0.8.11claws66
1317
1318         * src/folder.c
1319                 don't use default folder for processing folder item because
1320                 it can be a non local folder
1321
1322         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1323
1324 2003-03-30 [alfons]     0.8.11claws65
1325
1326         * src/send_message.c
1327                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1328                 to generate bad code for 'send_send_data_progressive': When
1329                 called from 'send_send_data_finished', the 'data' pointer is
1330                 cleared just before the assignment to the dialog pointer
1331
1332 2003-03-29 [christoph]  0.8.11claws64
1333
1334         * src/common/prefs.h
1335         * src/plugins/image_viewer/Makefile.am
1336         * src/plugins/image_viewer/plugin.c
1337         * src/plugins/image_viewer/viewer.[ch]
1338         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1339                 add PrefsPage for ImageViewer
1340
1341 2003-03-28 [thorsten]   0.8.11claws63
1342
1343         * src/common/session.c
1344                 added some comments
1345
1346 2003-03-28 [paul]       0.8.11claws62
1347
1348         * sync with 0.8.11cvs16
1349                 see ChangeLog 2003-03-28
1350
1351 2003-03-28 [paul]       0.8.11claws61
1352
1353         * sync with 0.8.11cvs15
1354                 see ChangeLog 2003-03-28
1355
1356 2003-03-27 [christoph]  0.8.11claws60
1357
1358         * src/folder.c
1359         * src/imap.c
1360         * src/common/socket.[ch]
1361                 set socket state to DISCONNECTED when any operation
1362                 fails to allow reconnecting in IMAP code without
1363                 checking the return code of all calls to the command
1364                 functions
1365
1366         * src/folderview.c
1367         * src/summaryview.c
1368                 remove some more stuff that depends on specific
1369                 folder types
1370
1371 2003-03-27 [paul]       0.8.11claws59
1372
1373         * sync with 0.8.11cvs14
1374                 see ChangeLog 2003-03-27
1375                 
1376         * src/selective_download.[ch]   ** REMOVED **
1377                 really removed
1378
1379 2003-03-27 [christoph]  0.8.11claws58
1380
1381         * src/folder.c
1382                 fix handling of tmp_flags in flag copy function
1383
1384 2003-03-27 [paul]       0.8.11claws57
1385
1386         * sync with 0.8.11cvs13
1387                 see ChangeLog 2003-03-27
1388
1389 2003-03-27 [oliver]     0.8.11claws56
1390
1391         * src/maiwindow.c
1392                 remove sel_download_cb
1393
1394 2003-03-27 [oliver]     0.8.11claws55
1395         
1396         * src/inc.c
1397                 remove POP3_TOP
1398         
1399 2003-03-26 [oliver]     0.8.11claws54
1400
1401         *src/pop.h
1402                 remove POP3_TOP*
1403         * README.claws
1404                 remove selective donwload readme
1405
1406 2003-03-26 [oliver]     0.8.11claws53
1407         * src/matcher.[ch]
1408         * src/matcher_parser_parse.y 
1409         * src/pop.c 
1410         * src/prefs_account.[ch]
1411         * src/prefs_filtering.c
1412                 remove selective donwload
1413
1414 2003-03-26 [oliver]     0.8.11claws52
1415
1416         * src/inc.[ch] 
1417         * src/filtering.c 
1418         * src/mainwindow.c 
1419                 remove selective donwload
1420
1421 2003-03-26 [oliver]     0.8.11claws51
1422         
1423         * src/Makefile.am
1424         * src/selective_download.[ch]   ** REMOVE **    
1425
1426 2003-03-26 [christoph]  0.8.11claws50
1427
1428         * src/news.c
1429                 fix NEWS that got broken by a sync with sylpheed-main
1430
1431 2003-03-26 [christoph]  0.8.11claws49
1432
1433         * src/mimeview.c
1434                 fix mime type guessing when no mime type is found for a file
1435
1436 2003-03-25 [christoph]  0.8.11claws48
1437
1438         * src/mimeview.c
1439         * src/procmime.c
1440                 remove mime type guessing from mime parser and use
1441                 name based mime types in viewer lookup for mime type
1442                 application/octet-stream
1443
1444 2003-03-25 [christoph]  0.8.11claws47
1445
1446         * doc-src/readme.txt
1447         * doc-src/rfc2554.txt
1448                 add RFC about SMTP AUTH
1449
1450         * src/send_message.c
1451         * src/common/smtp.[ch]
1452                 add extra error code for authentication errors and
1453                 clear temporary password when this error occurs
1454
1455         (closes Bug 84 authentication failure while sending should
1456          prompt for password again)
1457
1458 2003-03-25 [christoph]  0.8.11claws46
1459
1460         * configure.ac
1461         * src/Makefile.am
1462         * src/imageview.[ch]                            ** REMOVE **
1463         * src/messageview.[ch]
1464         * src/mimeview.[ch]
1465         * src/prefs_common.[ch]
1466         * src/textview.c
1467         * src/plugins/Makefile.am
1468         * src/plugins/image_viewer/.cvsignore           ** NEW **
1469         * src/plugins/image_viewer/Makefile.am          ** NEW **
1470         * src/plugins/image_viewer/plugin.c             ** NEW **
1471         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1472                 move image viewer into a plugin (building is enabled by default)
1473                 [ToDo: Prefs for resize and autoview]
1474
1475 2003-03-25 [paul]       0.8.11claws45
1476
1477         * sync with 0.8.11cvs12
1478                 see ChangeLog 2003-03-26
1479
1480 2003-03-25 [paul]       0.8.11claws44
1481
1482         * sync with 0.8.11cvs11
1483                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1484                 
1485         Note: Selective Download is broken.
1486                 
1487 2003-03-22 [christoph]  0.8.11claws43
1488
1489         * src/folder.c
1490                 code cleanup for flags copying
1491
1492 2003-03-22 [christoph]  0.8.11claws42
1493
1494         * src/plugins/trayicon/trayicon.c
1495                 fix setting the transparent area when the window size
1496                 is forced by the system tray
1497
1498 2003-03-22 [christoph]  0.8.11claws41
1499
1500         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1501         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1502         * src/plugins/trayicon/newmail.xpm              ** NEW **
1503         * src/plugins/trayicon/nomail.xpm               ** NEW **
1504         * src/plugins/trayicon/trayicon.c
1505         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1506                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1507                 o add icon for unread mails
1508                 o set transparency for window
1509
1510 2003-03-22 [christoph]  0.8.11claws40
1511
1512         * src/news.c
1513                 init news session to prevent crash when session is closed
1514
1515 2003-03-22 [christoph]  0.8.11claws39
1516
1517         * src/imap.c
1518         * src/common/session.[ch]
1519                 Init session data to make sure we don't have invalid pointers
1520                 for read_ch and write_ch when new multi process sessions are
1521                 not used
1522
1523         * src/main.c
1524         * src/common/plugin.c
1525         * src/common/sylpheed.c
1526         * src/plugins/demo/demo.c
1527         * src/plugins/dillo_viewer/dillo_viewer.c
1528         * src/plugins/mathml_viewer/mathml_viewer.c
1529         * src/plugins/spamassassin/spamassassin.c
1530         * src/plugins/spamassassin/spamassassin_gtk.c
1531                 add plugin types to allow loading plugins at different times
1532                 (and maybe for different frontends), because it's not good to
1533                 load GTK-Plugins gefore gtk_init was called
1534
1535         * configure.ac
1536         * src/plugins/Makefile.am
1537         * src/plugins/trayicon/.cvsignore               ** NEW **
1538         * src/plugins/trayicon/Makefile.am              ** NEW **
1539         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1540         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1541         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1542         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1543         * src/plugins/trayicon/trayicon.c               ** NEW **
1544                 New Trayicon plugin that shows an icon in a systray that uses
1545                 XEMBED protocol like Gnome's systray. Icon shows if there
1546                 are new mails and a tooltip shows information about new,
1547                 unread and total messages.
1548
1549 2003-03-22 [paul]       0.8.11claws38
1550
1551         * src/common/smtp.c
1552                 fix ESMTP AUTH CRAM-MD5
1553                 [sync with main (still version 0.8.11cvs6), see
1554                  ChangeLog 2003-03-22]
1555
1556 2003-03-21 [colin]      0.8.11claws37
1557
1558         * src/send_message.c
1559                 Fix USE_SSL => USE_OPENSSL
1560
1561 2003-03-21 [colin]      0.8.11claws36
1562
1563         * src/folderview.c
1564                 Fix counts in drag and dropped subfolders
1565
1566 2003-03-21 [colin]      0.8.11claws35
1567
1568         * src/folder.c 
1569         * src/folderview.c
1570                 speed up a bit folder dnd
1571
1572 2003-03-20 [alfons]     0.8.11claws34
1573
1574         * src/main.c
1575         * src/toolbar.c
1576         * src/procmsg.c
1577                 don't send locked queue messages
1578                 (feature request "[ 705245 ] Locking message in outbox 
1579                  should prevent sending")
1580
1581 2003-03-20 [christoph]  0.8.11claws33
1582
1583         * src/folder.c
1584                 remove NEW and UNREAD flag in special folders when scanning
1585                 
1586         * src/common/smtp.c
1587                 fix ESMTP AUTH CRAM-MD5
1588
1589 2003-03-20 [paul]       0.8.11claws32
1590
1591         * src/prefs_account.c
1592                 Re-write 'Tunnel command to open connection' as
1593                 'Use command to communicate with server', and disable
1594                 it for all except IMAP accounts
1595
1596 2003-03-20 [paul]       0.8.11claws31
1597
1598         * sync with 0.8.11cvs6
1599                 see ChangeLog 2003-03-20
1600
1601 2003-03-19 [match]      0.8.11claws30
1602
1603         * src/addritem.[ch]
1604                 include documentation. minor refactoring.
1605         * src/addr_compl.[ch]
1606         * src/addrindex.[ch]
1607         * src/addresbook.[ch]
1608         * src/summaryview.c
1609                 re-enable address lookup (was disabled in
1610                 0.8.11claws20).
1611
1612 2003-03-19 [christoph]  0.8.11claws29
1613
1614         * src/procmsg.c
1615                 add temp flag handling, will make moving and copying
1616                 messages possible again
1617
1618         * src/folder.c
1619                 correct calulation of folder stats
1620
1621 2003-03-18 [match]      0.8.11claws28
1622
1623         * src/editgroup.h
1624                 remove case sensitive comparison (closes bug 80).
1625
1626 2003-03-18 [christoph]  0.8.11claws27
1627
1628         * src/imap.c
1629                 fix imap using a tunnel command
1630
1631         (closes bug 87)
1632
1633 2003-03-18 [christoph]  0.8.11claws26
1634
1635         * src/folder.[ch]
1636         * src/imap.c
1637         * src/procmsg.[ch]
1638                 rewrite flag handling for folders
1639
1640 2003-03-18 [christoph]  0.8.11claws25
1641
1642         * src/folder.c
1643         * src/procmsg.c
1644         * src/summaryview.c
1645                 unset NEW and UNREAD flags when message is ignored, to make
1646                 sure messages don't show up as unread on other IMAP clients,
1647                 because the IGNORE_THREAD flag can not be syncronized through
1648                 the IMAP folder
1649
1650 2003-03-17 [christoph]  0.8.11claws24
1651
1652         * src/imap.c
1653                 don't use recursion to fetch uids when the number of messages
1654                 does not match. Moved code into subfunction that is used
1655                 again when needed, to prevent an endless loop.
1656
1657 2003-03-17 [thorsten]   0.8.11claws23
1658
1659         * src/imageview.[ch]
1660                 export imageview_get_resized_size() (for plugins)
1661         * src/prefs_common.[ch]
1662                 added prefs_common_get() (for plugins)
1663
1664 2003-03-17 [christoph]  0.8.11claws22
1665
1666         * src/imap.c
1667                 o remove UID guessing from copy code
1668                 o support UIDPLUS extension for APPEND command
1669
1670 2003-03-17 [paul]       0.8.11claws21
1671
1672         * src/gtk/about.c
1673                 remove 'Compiled-plugins' section.
1674                 
1675         * src/plugins/dillo_viewer/dillo_viewer.c
1676                 slight change to description text
1677
1678 2003-03-16 [match]      0.8.11claws20
1679         * src/ldapserver.[ch]           ** NEW **
1680         * src/ldapctrl.[ch]             ** NEW **
1681         * src/ldapquery.[ch]            ** NEW **
1682         * src/ldaputil.[ch]             ** NEW **
1683         * src/addrcindex.[ch]           ** NEW **
1684         * src/addrquery.h               ** NEW **
1685         * src/addritem.[ch]
1686         * src/addrcache.[ch]
1687         * src/addrindex.[ch]
1688         * src/addr_compl.[ch]
1689         * src/addressbook.[ch]
1690         * src/addrbook.[ch]
1691         * src/editgroup.c
1692         * src/editaddress.c
1693         * src/editldap.c
1694         * src/editldap_basedn.c
1695         * src/vcard.c
1696         * src/jpilot.c
1697         * src/Makefile.am
1698                 included dynamic LDAP queries. improved address
1699                 completion.
1700
1701 2003-03-16 [paul]       0.8.11claws19
1702
1703         * tools/multiwebsearch.pl
1704                 fix a fatal typo
1705
1706 2003-03-16 [christoph]  0.8.11claws18
1707
1708         * src/mimeview.c
1709         * src/plugins/dillo_viewer/dillo_viewer.c
1710         * src/plugins/mathml_viewer/mathml_viewer.c
1711                 make unregistering of MimeViewerFactorys possible
1712
1713 2003-03-16 [alfons]     0.8.11claws17
1714
1715         * configure.ac
1716                 correct typo
1717
1718 2003-03-16 [melvin]     0.8.11claws16
1719
1720         * src/plugins/dillo_viewer.c
1721                 Fixed bug where it was not possible to view more than
1722                 one text/html attachment per message (bug discovered
1723                 by Christoph Hohmann).
1724
1725 2003-03-15 [melvin]     0.8.11claws15
1726
1727         * src/prefs_actions.c
1728                 Fixed compilation warnings.
1729
1730 2003-03-15 [melvin]     0.8.11claws14
1731
1732         * src/plugins/Makefile.am
1733         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1734         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1735         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1736                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1737                 newer (http://dillo.auriga.wearlab.de/).
1738
1739 2003-03-15 [christoph]  0.8.11claws13
1740
1741         * src/imap.c
1742                 don't query imap folder for attributes because we already
1743                 for them from imap_status
1744
1745         * src/mimeview.[ch]
1746                 add support for plugable MimeViewers (unloading Viewers
1747                 not yet complete)
1748
1749         * src/plugins/Makefile.am
1750         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1751         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1752         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1753                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1754                 widget from http://helm.cs.unibo.it/mml-widget/
1755
1756 2003-03-14 [christoph]  0.8.11claws12
1757
1758         * src/folder.[ch]
1759                 o error return code's should better be negative
1760                 o replace printf with debug_print
1761
1762         * src/imap.c
1763                 improve IMAP folder scan by checking UID-NEXT
1764
1765         * src/summaryview.c
1766                 remove check that are unnecessary in my opinion
1767
1768 2003-03-13 [christoph]  0.8.11claws11
1769
1770         * src/folder.[ch]
1771         * src/foldersel.c
1772         * src/folderview.c
1773         * src/imap.c
1774         * src/mbox_folder.c
1775         * src/mh.c
1776         * src/news.c
1777         * src/prefs_scoring.c
1778         * src/summaryview.c
1779                 use a common function to get a displayable name
1780                 for a FolderItem
1781
1782 2003-03-13 [paul]       0.8.11claws10
1783
1784         * tools/Makefile.am
1785           tools/README
1786           tools/multiwebsearch.conf     ** NEW FILE **
1787           tools/multiwebsearch.pl       ** NEW FILE **
1788                 add multiwebsearch Actions script
1789
1790 2003-03-13 [colin]      0.8.11claws9
1791
1792         * src/compose.c
1793                 Remove leading emtpy lines from quoted text
1794                 before quoting it
1795
1796 2003-03-13 [melvin]     0.8.11claws8
1797
1798         * src/prefs_actions.c
1799                 Fixed a memory leak
1800                 Code clean ups
1801                 Added Cancel and OK buttons
1802                 Corrected help text
1803
1804 2003-03-13 [christoph]  0.8.11claws7
1805
1806         * src/account.c
1807         * src/folder.[ch]
1808         * src/imap.c
1809         * src/mainwindow.c
1810         * src/mbox_folder.c
1811         * src/mh.c
1812         * src/news.c
1813         * src/setup.c
1814                 replace more folder type stuff with folder class stuff
1815
1816 2003-03-13 [melvin]     0.8.11claws6
1817
1818         * src/prefs_actions.c
1819                 Added new tokens:
1820                 %u: user provided argument
1821                 %h: user provided argument (hidden on input)
1822                 %s: current text selection in the message view 
1823
1824 2003-03-13 [paul]       0.8.11claws5
1825
1826         * sync with 0.8.11cvs5
1827                 see ChangeLog 2003-03-11, 2003-03-12
1828
1829 2003-03-12 [christoph]  0.8.11claws4
1830
1831         * src/folder.c
1832                 use folder class idstr when writing folderlist.xml
1833
1834         * src/folder.h
1835         * src/imap.c
1836         * src/news.c
1837                 replace folder type checks with folder class checks
1838
1839 2003-03-12 [christoph]  0.8.11claws3
1840
1841         * src/folder.[ch]
1842         * src/imap.[ch]
1843         * src/main.c
1844         * src/mbox_folder.[ch]
1845         * src/mh.[ch]
1846         * src/news.[ch]
1847                 o create a list of known folder classes in the folder system
1848                 o use folder class id strings for folder item identifiers
1849
1850 2003-03-12 [christoph]  0.8.11claws2
1851
1852         * src/imap.c
1853                 fix imap uid validity check
1854
1855 2003-03-12 [christoph]  0.8.11claws1
1856
1857         * src/account.c
1858         * src/folder.[ch]
1859         * src/foldersel.c
1860         * src/folderview.c
1861         * src/imap.c
1862         * src/mainwindow.c
1863         * src/mbox_folder.c
1864         * src/mh.c
1865         * src/news.c
1866         * src/prefs_scoring.c
1867         * src/procmsg.c
1868         * src/setup.c
1869         * src/summaryview.c
1870                 initial restructuring of folder system, seperating
1871                 folders and folder classes
1872
1873 2003-03-12 [paul]       0.8.11claws
1874
1875         0.8.11claws release
1876
1877 2003-03-12 [christoph]
1878
1879         * src/gtk/prefswindow.c
1880                 fix translation of "Page Index"
1881
1882 2003-03-12 [paul]       0.8.10claws110
1883
1884         a sync from 0.8.11cvs4 before the release
1885
1886         * src/common/utils.c
1887                 subject_compare_for_sort(): allow null strings (fixes
1888                 summary sorting).
1889
1890 2003-03-11 [paul]       0.8.10claws109
1891
1892         * po/es.po
1893                 update Spanish translation, submitted by
1894                 Ricardo Mones Lastra
1895
1896 2003-03-11 [melvin]     0.8.10claws108
1897
1898         * po/fr.po
1899                 Updated French translations
1900
1901 2003-03-11 [paul]       0.8.10claws107
1902
1903         * manual/en/Makefile.am
1904           manual/en/*.html
1905                 update English manual, add a new page
1906                 updated by Francois Barriere <fbarriere@atmel.fr>
1907                 
1908         * po/bg.po
1909           po/it.po
1910           po/sr.po
1911                 update Bulgarian, Italian, and Serbian translations
1912                 submitted by George Danchev, Alessandro Maestri, and
1913                 Urke MMI
1914
1915 2003-03-10 [paul]       0.8.10claws106
1916
1917         * src/gtk/about.c
1918           src/gtk/prefswindow.c
1919                 make some strings translatable
1920
1921 2003-03-10 [darko]      0.8.10claws105
1922
1923         * src/compose.c
1924                 code cleanup to make Hiro happy
1925
1926 2003-03-10 [paul]       0.8.10claws104
1927
1928         * sync with 0.8.11cvs2
1929                 see ChangeLog 2003-03-10
1930
1931 2003-03-09 [melvin]     0.8.10claws103
1932
1933         * src/textview.c
1934                 textview_set_font(): fix for message display in
1935                 UTF-8 locales (thanks to Sergey Vlasov).
1936                 (was unintentionnaly reverted in 0.8.6claws6)   
1937
1938 2003-03-08 [darko]      0.8.10claws102
1939
1940         * src/compose.c
1941                 fix infinite loop in wrapping as reported
1942                 by happycactus
1943                 obsoletes patch #696482
1944
1945 2003-03-08 [christoph]  0.8.10claws101
1946
1947         * src/imap.c
1948                 add workaround for IMAP servers that do not
1949                 support the "UID SEARCH UID" command
1950
1951 2003-03-07 [christoph]  0.8.10claws100
1952
1953         * src/plugins/spamassassin/spamassassin.[ch]
1954         * src/plugins/spamassassin/spamassassin_gtk.c
1955                 code cleanup
1956
1957 2003-03-07 [paul]       0.8.10claws99
1958
1959         * po/es.po
1960                 updated Spanish translation, submitted by
1961                 Ricardo Mones Lastra
1962
1963 2003-03-07 [christoph]  0.8.10claws98
1964
1965         * src/send.c
1966                 fix in 0.8.10claws94 was wrong
1967                 local delivery does not require escaping, remove escaping
1968                 code to make signatures of mails with "." lines valid
1969                 
1970                 NOTE: requires that sendmail is executed with "-i" option,
1971                       what is the default now, but has to be changed in all
1972                       exsiting accounts)
1973
1974 2003-03-07 [paul]       0.8.10claws97
1975
1976         * sync with 0.8.11 release
1977                 see ChangeLog 2003-03-07
1978
1979 2003-03-06 [paul]       0.8.10claws96
1980
1981         * src/compose.c
1982                 revert commit 0.8.10claws92
1983
1984 2003-03-06 [paul]       0.8.10claws95
1985
1986         * src/folderview.c
1987                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1988
1989         * src/gtkaspell.c
1990                 fix bug 74, 'Crash opening editor window with pseudo-color
1991                 display'
1992                 
1993         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1994
1995 2003-03-06 [christoph]  0.8.10claws94
1996
1997         * src/send.c
1998                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1999                 all lines starting with a period get an extra period
2000                 inserted
2001                 (found by Simon 'corecode' Schubert)
2002
2003 2003-03-06 [paul]       0.8.10claws93
2004
2005         * src/folderview.c
2006                 if configured font can't be loaded fall back to gtk
2007                 default. (with thanks to Christoph)
2008                 
2009                 closes long-standing bug 15 'Crashes on startup'
2010
2011 2003-03-06 [paul]       0.8.10claws92
2012
2013         * src/compose.c
2014                 freeze text before autosave and thaw afterwards
2015                 fixes bug 67 'autosave make re-rediting message crazy'
2016
2017 2003-03-06 [christoph]  0.8.10claws91
2018
2019         * src/compose.c
2020                 ignore address comment in dupe check for Cc-list
2021
2022         (closes reopened bug 47 Replying to message strips name part of
2023          e-mail addresses of Cc: lines)
2024
2025 2003-03-06 [paul]       0.8.10claws90
2026
2027         * src/Makefile.am
2028                 remove reference to gtkxtext.h as its no longer in
2029                 the repository
2030
2031 2003-03-06 [paul]       0.8.10claws89
2032
2033         * sync with 0.8.10cvs25
2034                 see ChangeLog 2003-03-06
2035
2036 2003-03-06 [oliver]     0.8.10claws88
2037         
2038         * src/messageview.c
2039                 remove include
2040
2041 2003-03-06 [oliver]     0.8.10claws87
2042         
2043         * src/folderview.c 
2044                 remove changes introduced inclaws74
2045         * src/messageview.c
2046                 another attempt to sanely delete and update
2047                 messages deleted in separate messageview
2048
2049 2003-03-05 [christoph]  0.8.10claws86
2050
2051         * src/summaryview.c
2052                 check if "From" matches any account's address if
2053                 addressbook completion of addresses is disabled too
2054
2055         (closes Bug 70 "Display recipient in from" doesn't check
2056          folder's default account)
2057
2058 2003-03-05 [christoph]  0.8.10claws85
2059
2060         * src/compose.c
2061         * src/common/utils.[ch]
2062                 don't strip address comments when building Cc lists
2063
2064         (closes Bug 47 Replying to message strips name part of e-mail addresses
2065          of Cc: lines)
2066
2067         * src/folder.c
2068                 fix return value of copy function
2069
2070 2003-03-05 [christoph]  0.8.10claws84
2071
2072         * src/imap.c
2073                 don't ask imap server for non rfc822 headers
2074
2075         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2076
2077         * src/imap.c
2078                 destroy session on socket error to allow reconnecting
2079
2080 2003-03-05 [christoph]  0.8.10claws83
2081
2082         * configure.ac
2083                 fix building with gnome when no prefix is set
2084
2085         (closes bug 66 Gnome directory is set to NONE)
2086
2087 2003-03-05 [paul]       0.8.10claws82
2088
2089         * sync with 0.8.10cvs23
2090                 see ChangeLog 2003-03-05
2091
2092 2003-03-04 [christoph]  0.8.10claws81
2093
2094         * src/folder.c
2095                 o fix moving and copying when folder returns 0 for new
2096                   message number
2097                 o remove some code for single message copy and move
2098                   operations and use functions for multiple messages
2099
2100         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2101
2102         * src/news.c
2103                 remove unused include
2104
2105 2003-03-04 [paul]       0.8.10claws80
2106
2107         * src/gtk/about.c
2108                 list 'Compiled plugins'
2109
2110 2003-03-03 [christoph]  0.8.10claws79
2111
2112         * src/news.[ch]
2113                 have to multiply the percentage of the current fetch with
2114                 the percentage that it has of the total fetch operation
2115                 for correct values
2116
2117 2003-03-03 [christoph]  0.8.10claws78
2118
2119         * src/news.c
2120                 fix calculation of expected lines for progress indicator
2121
2122 2003-03-03 [christoph]  0.8.10claws77
2123
2124         * src/summaryview.c
2125         * src/common/utils.c
2126                 fix segfault when opening the root news folder
2127
2128 2003-03-03 [christoph]  0.8.10claws76
2129
2130         * src/mainwindow.[ch]
2131         * src/common/Makefile.am
2132         * src/common/progressindicator.[ch]
2133                 add UI independent progress indicator handling
2134
2135         * src/news.[ch]
2136                 use new progress indicator for message info fetching
2137
2138         * src/common/hooks.h
2139                 code cleanup
2140
2141 2003-03-03 [oliver]     0.8.10claws75
2142
2143         * src/toolbar.c
2144         * src/compose.c
2145                 removed commented code
2146
2147 2003-03-03 [oliver]     0.8.10claws74
2148
2149         * src/toolbar.[ch]
2150                 cleanups and refactoring
2151         * src/compose.[ch]
2152                 compose_reply_mode reply & forwarding interface for
2153                 toolbar buttons
2154         * src/folderview.c
2155                 act on messages marked for deletion in folderview_selected
2156                 based on prefs_common.immediate_exec since a message might 
2157                 have been deleted by messageview in a folder we are changing 
2158                 to (does anybody understand what I'm on about ?)
2159
2160 2003-03-03 [oliver]     0.8.10claws73
2161         
2162         * src/messageview.[ch]
2163                 new functions
2164                 - messageview_delete: delete message shown in messagview
2165                 - messageview_update_view: update messageview to currently 
2166                   selected summaryview message
2167                 - add separate messageview to msgview_list in order to update 
2168                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2169         * src/summaryview.[ch]
2170                 summary_get_selection returns a list of selected msgs
2171                 in summaryview
2172         * src/mainwindow.c
2173                 toolbar reply refactoring
2174
2175 2003-03-03 [paul]       0.8.10claws72
2176
2177         * sync with 0.8.10cvs21
2178                 see ChangeLog 2003-03-03
2179
2180 2003-03-02 [christoph]  0.8.10claws71
2181
2182         * src/common/passcrypt.c
2183                 use POSIX includes
2184
2185 2003-03-02 [christoph]  0.8.10claws70
2186
2187         * configure.ac
2188         * src/prefs_account.c
2189         * src/prefs_gtk.[ch]
2190         * src/common/.cvsignore
2191         * src/common/Makefile.am
2192         * src/common/passcrypt.c                ** NEW **
2193         * src/common/passcrypt.h.in             ** NEW **
2194                 Implement password encryption in config files
2195                 using unix encrypt and setkey functions. The crypt
2196                 key can be set as a configure parameter. Old
2197                 passwords will be converted if they do not begin
2198                 with '!'
2199
2200 2003-03-02 [paul]       0.8.10claws69
2201
2202         * src/prefs_account.c
2203                 fix compile error
2204
2205 2003-03-01 [thorsten]   0.8.10claws68
2206
2207         * po/el.po
2208           po/hr.po
2209           po/it.po
2210           po/nl.po
2211           po/sr.po
2212           po/sv.po
2213                 corrected format strings
2214         * po/en_GB.po
2215                 corrected headers
2216                 (fix compile errors with GNU gettext-0.11.5)
2217
2218 2003-03-01 [oliver]     0.8.10claws67
2219
2220         * src/summaryview.c
2221                 menu callbacks call toolbar_menu_reply
2222
2223 2003-03-01 [oliver]     0.8.10claws66
2224
2225         * src/mainwindow.c
2226         * src/messageview.c
2227                 menu callbacks call toolbar_menu_reply
2228         * src/toolbar.[ch]
2229                 callbacks from menu handled by toolbar_menu_reply
2230
2231 2003-03-01 [paul]       0.8.10claws65
2232
2233         * src/addressbook.c
2234                 revert commit 0.8.10claws54 - breaks editing of
2235                 addressbook.
2236                 
2237         * po/bg.po
2238                 update Bulgarian translation, submitted by
2239                 George Danchev
2240
2241 2003-02-28 [christoph]  0.8.10claws64
2242
2243         * src/account.c
2244         * src/addressadd.c
2245         * src/compose.c
2246         * src/gtkaspell.c
2247         * src/gtkxtext.h                ** REMOVE **
2248         * src/imap.c
2249         * src/matcher.[ch]
2250         * src/mh.c
2251         * src/news.c
2252         * src/pine.c
2253         * src/prefs_common.c
2254         * src/prefs_matcher.c
2255         * src/procheader.[ch]
2256         * src/procmsg.[ch]
2257         * src/toolbar.c
2258         * src/common/ssl_certificate.c
2259         * src/gtk/colorlabel.c
2260         * src/gtk/menu.c
2261                 o fix warnings
2262                 o remove code obsoleted by new cache and folder system rework
2263
2264 2003-02-28 [oliver]     0.8.10claws63
2265         
2266         * src/toolbar.[ch]
2267                 * fix bug where reply in Messageview replied to 
2268                 Message displayed in summaryview
2269                 (reportedd via ML by chinatinte at gmx dot ch)
2270                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2271                 didn't work in separate MessageView Toolbar
2272                 (wondering if anybody uses this at all ?)
2273         * src/summaryview.[ch]
2274                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2275                 (generalize reply and forward code);
2276         * src/messageview.c 
2277                 remove focus_in event which updated summaryview to messageview
2278
2279 2003-02-28 [paul]       0.8.10claws62
2280
2281         * po/Makefile.in.in
2282                 add the --check option
2283                 Patch submitted by Ricardo Mones Lastra
2284
2285 2003-02-28 [paul]       0.8.10claws61
2286
2287         * src/prefs_account.c
2288                 re-order 'Signature' items
2289
2290 2003-02-28 [paul]       0.8.10claws60
2291
2292         * sync with 0.8.10cvs20
2293                 see ChangeLog 2003-02-28
2294
2295 2003-02-28 [paul]       0.8.10claws59
2296
2297         * po/POTFILES.in
2298                 update to reflect recent movement of files
2299
2300 2003-02-28 [paul]       0.8.10claws58
2301
2302         * sync with 0.8.10cvs19
2303                 see ChangeLog 2003-02-28
2304
2305 2003-02-27 [martin]     0.8.10claws57
2306
2307         * src/prefs_matcher.c 
2308                 fix segfault in prefs_matcher_ok() when the
2309                 last entry is deleted and prevents that the
2310                 message "entry not saved" comes up after deleting
2311                 an entry
2312
2313 2003-02-27 [martin]     0.8.10claws56
2314
2315         * src/prefs_filtering.c 
2316                 fix segfault in prefs_filtering_ok() when the
2317                 last entry is deleted and prevents that the
2318                 message "entry not saved" comes up after deleting
2319                 an entry
2320
2321 2003-02-27 [paul]       0.8.10claws55
2322
2323         * sync with 0.8.10cvs18
2324                 see ChangeLog 2003-02-27
2325
2326 2003-02-27 [paul]       0.8.10claws54
2327
2328         * src/addressbook.c
2329                 fix bug where the address book crashes with 
2330                 multiple lookups.
2331                 Patch [687729] submitted by David Frager 
2332                 <dbfrager@users.sourceforge.net>
2333
2334 2003-02-25 [christoph]  0.8.10claws53
2335
2336         * src/Makefile.am
2337         * src/colorlabel.[ch]           ** REMOVE **
2338         * src/gtk/Makefile.am
2339         * src/gtk/colorlabel.[ch]       ** NEW **
2340                 move colorlabel files to gtk directory
2341
2342         * src/esmtp.[ch]                ** REMOVE **
2343                 has been merged into smtp.[ch] in 0.7.5
2344
2345 2003-02-25 [christoph]  0.8.10claws52
2346
2347         * src/Makefile.am
2348         * src/about.[ch]                ** REMOVE **
2349         * src/gtk/Makefile.am
2350         * src/gtk/about.[ch]            ** NEW **
2351                 move about files to gtk directory
2352
2353 2003-02-25 [christoph]  0.8.10claws51
2354
2355         * src/folder.c
2356                 some code optimization of folder scanning code
2357
2358         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2359
2360 2003-02-25 [christoph]  0.8.10claws50
2361
2362         * src/main.c
2363         * src/common/sylpheed.c
2364                 add command line parameter parsing to common code
2365
2366 2003-02-24 [christoph]
2367
2368         * Makefile.am
2369         * configure.ac
2370                 fix gnome prefix problems, the configure script now removed
2371                 `gnome-config --prefix` from `gnome-config --datadir`
2372                 and adds $(prefix} instead
2373
2374         (closes Bug 24 Makefile does not respect prefix when installing
2375          GNOME data)
2376
2377 2003-02-24 [christoph]  0.8.10claws49
2378
2379         * src/news.c
2380                 check for valid session before trying to authenticate
2381
2382         (closes Bug 60 crash if "authenticate on logon" is activated
2383          and newsserver-hostname is not valid)
2384
2385 2003-02-24 [melvin]     0.8.10claws48
2386
2387         * src/prefs_actions.c
2388                 Make sure all user's input is sent to the action and then
2389                 close the socket..
2390
2391 2003-02-23 [alfons]     0.8.10claws46
2392
2393         * src/summaryview.c
2394                 also wait cursor when deleting files
2395
2396 2003-02-23 [paul]
2397
2398         * tools/freshmeat_search.pl
2399           tools/google_search.pl
2400                 scripts should now work for any browser/browser command line
2401
2402 2003-02-22 [christoph]  0.8.10claws45
2403
2404         * src/procmsg.c
2405                 fix IMAP flag setting, IMAP flag is not handled correctly
2406                 anymore by the folder system and information about the
2407                 folder should not be saved in the MsgInfo (in my opinion)
2408
2409         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2410
2411 2003-02-22 [christoph]  0.8.10claws44
2412
2413         * src/summaryview.c
2414                 fix spelling of "label" ;-)
2415
2416 2003-02-22 [thorsten]   0.8.10claws43
2417
2418         * src/mimeview.c
2419           src/prefs_common.[ch]
2420           src/procmime.[ch]
2421                 do not use description as attachment name
2422
2423 2003-02-22 [alfons]     0.8.10claws42
2424
2425         * src/summaryview.c
2426                 freeze/thaw folder item updates when changing color labels,
2427                 and put a wait cursors on
2428
2429 2003-02-22 [thorsten]   0.8.10claws41
2430
2431         * src/mimeview.c
2432                 save-all fixes: crash if invoked on multipart container,
2433                 mimeinfo access, pathseparators, error dialog
2434
2435 2003-02-21 [alfons]     0.8.10claws40
2436
2437         * src/prefs_gtk.c
2438                 remove unused var
2439
2440 2003-02-21 [colin]      0.8.10claws39
2441
2442         * src/send.c
2443                 Fix smtp logging
2444
2445 2003-02-21 [colin]      0.8.10claws38
2446
2447         * src/summaryview.c
2448                 Freeze/thaw folderItem updates when filtering messages 
2449                 via Tools/Filter messages
2450
2451 2003-02-21 [paul]       0.8.10claws37
2452
2453         * src/compose.c
2454                 revert commit 0.8.10claws26, there are ulterior motives
2455                 for users to set a Reply-To header when posting to
2456                 newsgroups
2457
2458 2003-02-21 [paul]       0.8.10claws36
2459
2460         * sync with 0.8.10cvs17
2461                 see ChangeLog 2003-02-21
2462
2463 2003-02-20 [christoph]  0.8.10claws35
2464
2465         * src/imap.c
2466                 IMAP UID fetch speedup using SEARCH
2467
2468         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2469
2470         * src/imap.c
2471                 fix problem with UIDs in IMAP UID cache that no longer existed
2472
2473 2003-02-20 [christoph]  0.8.10claws34
2474
2475         * src/imap.c
2476         * src/procheader.c
2477         * src/procheader.h
2478                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2479
2480         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2481
2482         * src/imap.c
2483                 Rewrite imap_cmd_gen_recv use sock_getline instead
2484                 of sock_gets to avoid problems with too long reply
2485                 lines
2486     
2487 2003-02-20 [colin]      0.8.10claws33
2488         
2489         * src/prefs_account.c
2490                 Better wording
2491
2492 2003-02-20 [colin]      0.8.10claws32
2493
2494         * src/compose.c
2495                 Remove useless '&& !to_sender' 
2496
2497 2003-02-20 [darko]
2498
2499         * AUTHORS
2500                 change my e-mail address
2501
2502 2003-02-19 [colin]      0.8.10claws31
2503
2504         * src/prefs_common.c
2505                 X11 style colors for every configurable color
2506
2507 2003-02-19 [alfons]     0.8.10claws30
2508
2509         * src/prefs_gtk.[ch]
2510         * src/prefs_common.c
2511                 for color_new accept both plain integers and X11 style color
2512                 names (as found in /usr/lib/X11/rgb.txt)
2513
2514 2003-02-19 [paul]       0.8.10claws29
2515
2516         * src/mainwindow.c
2517                 add tooltips to online/offline button and account selector
2518                 button
2519
2520 2003-02-19 [paul]       0.8.10claws28
2521
2522         * src/folder.c
2523           src/news.c
2524           src/prefs_account.[ch]
2525           src/prefs_common.[ch]
2526                 move 'Maximum number of articles to download' to
2527                 account prefs.
2528                 clean up account prefs gui a little by hiding entries
2529                 rather then greying out entries
2530
2531 2003-02-19 [hiro]       0.8.10claws27
2532
2533         * src/common/utils.c
2534                 fix bug #54 'yesterdays date is displayed in the message 
2535                 summary window'
2536
2537 2003-02-19 [paul]       0.8.10claws26
2538
2539         * src/compose.c
2540                 fix bug reported in Feature Request [688596] 
2541                 'Reply-to header in news'
2542
2543 2003-02-18 [paul]       0.8.10claws25
2544
2545         * src/select-keys.c
2546                 add a 'List all keys' button to key selection dialog
2547
2548 2003-02-18 [colin]      0.8.10claws24
2549         
2550         * src/stock_pixmap.c
2551                 fix compile error
2552
2553 2003-02-18 [colin]      0.8.10claws23
2554
2555         * src/common/smtp.[ch]
2556           src/prefs_account.c
2557                 Try to starttls if it seems to be the only
2558                 way to authenticate a user
2559
2560 2003-02-18 [paul]       0.8.10claws22
2561
2562         * src/Makefile.am
2563           src/folderview.c
2564           src/stock_pixmap.[ch]
2565           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2566           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2567                 as a Drafts folder is a special folder allow it to have
2568                 its own unique icons
2569
2570 2003-02-18 [colin]      0.8.10claws21
2571
2572         * src/imap.c
2573                 Fix port selection when using starttls
2574
2575 2003-02-18 [paul]       0.8.10claws20
2576
2577         * src/mainwindow.c
2578           src/prefs_common.[ch]
2579                 make blue the default new mail colour
2580
2581 2003-02-18 [paul]       0.8.10claws19
2582
2583         * sync with 0.8.10cvs14
2584                 see ChangeLog 2003-02-18
2585
2586 2003-02-17 [jens]       0.8.10claws18
2587
2588         * src/common/md5.c
2589                 fixed a compile problem with gcc 3.3
2590                 works on 2.95.3 too (testet on PPC as it is big endian)
2591
2592 2003-02-17 [paul]       0.8.10claws17
2593
2594         * sync with 0.8.10cvs13
2595                 see ChangeLog 2003-02-17
2596
2597 2003-02-17 [paul]       0.8.10claws16
2598
2599         * sync with 0.8.10cvs12
2600                 see ChangeLog 2003-02-17
2601
2602 2003-02-16 [match]      0.8.10claws15
2603
2604         * src/addressbook.c
2605                 Eliminates reloading of address data when items
2606                 deleted or added. Applied submitted by
2607                 Luke Plant <lukeplant@softhome.net>
2608
2609 2003-02-16 [paul]       0.8.10claws14
2610
2611         * src/news.c
2612                 when a 'protocol error' is encountered disconnect from
2613                 the server. This means that the user can carry on viewing
2614                 other articles and doesn't have to either wait until the
2615                 server timesout or quit sylpheed.
2616                 Fixes bug #53 'Unable to read messages in newsgroups, 
2617                 displayed message doesn't change'
2618
2619 2003-02-15 [christoph]  0.8.10claws13
2620
2621         * src/imap.c
2622                 fix bug that stopped scanning of folders when an
2623                 IMAP folder was empty
2624
2625         (closes bug 46 stop scan messages in folders after empty folder)
2626
2627 2003-02-15 [paul]
2628
2629         * tools/Makefile.am
2630           tools/README
2631           tools/freshmeat_search.pl     ** NEW FILE **
2632           tools/google_search.pl        ** NEW FILE **
2633                 Add 2 Actions scripts which search freshmeat/google
2634                 for the selected text using the browser configured
2635                 in sylpheedrc.
2636                 
2637         Note: These scripts are very dependent on the format of the
2638         browser command and may not work on every occasion. Testing
2639         is welcome. 
2640
2641 2003-02-14 [alfons]     0.8.10claws12
2642
2643         * src/compose.c
2644                 fix breakage because of uninitialized account pointer.
2645                 please verify.
2646
2647 2003-02-14 [paul]       0.8.10claws11
2648
2649         * src/compose.c
2650           src/prefs_account.[ch]
2651           src/prefs_common.[ch]
2652                 move signature settings to Account Prefs
2653
2654 2003-02-14 [paul]       0.8.10claws10
2655
2656         * sync with 0.8.10cvs11
2657                 see ChangeLog 2003-02-14
2658
2659 2003-02-13 [thorsten]   0.8.10claws9
2660
2661         * src/news.c
2662                 revert news progressbar (GUI separation)
2663
2664 2003-02-13 [paul]       0.8.10claws8
2665
2666         * src/compose.c
2667                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2668                 paragraph 1
2669
2670 2003-02-13 [paul]       0.8.10claws7
2671
2672         * src/compose.[ch]
2673           src/summaryview.c
2674                 fix 'Follow-up and Reply-to' so that it creates a reply to
2675                 the newsgroup and the sender. If the message has the keyword
2676                 'poster' in the Followup-To header, all replies go to the
2677                 sender, re: RFC 1036, Section 2.2.3
2678                 rename all instances of 'ignore_replyto' to 'to_sender', both
2679                 were previously used, now we use just one.
2680
2681 2003-02-13 [paul]       0.8.10claws6
2682
2683         * sync with 0.8.10cvs9
2684                 see ChangeLog 2003-02-13
2685
2686 2003-02-13 [paul]       0.8.10claws5
2687
2688         * configure.ac
2689                 show which plugins are configured in the configure
2690                 output.
2691
2692 2003-02-12 [thorsten]   0.8.10claws4
2693
2694         * src/news.c
2695                 show progress while fetching news headers
2696
2697 2003-02-12 [christoph]  0.8.10claws3
2698
2699         * configure.ac
2700         * src/plugins/Makefile.am
2701                 use AM_CONDITIONAL to enable plugins, automake correctly
2702                 manages this when creating distdir
2703
2704 2003-02-12 [christoph]  0.8.10claws2
2705
2706         * ac/spamassassin.m4
2707         * src/plugins/spamassassin/Makefile.am
2708                 fix building SpamAssassin plugin without OpenSSL
2709
2710 2003-02-12 [paul]       0.8.10claws1
2711
2712         * ac/Makefile.am
2713           src/Makefile.am
2714           src/plugins/Makefile.am
2715                 fix failure of 'make release'
2716
2717 2003-02-12 [paul]       0.8.10claws
2718
2719         * 0.8.10claws released
2720
2721 2003-02-12 [paul]       0.8.9claws56
2722
2723         * po/bg.po
2724           po/es.po
2725           po/it.po
2726           po/ru.po
2727           po/sr.po
2728                 updated translations by George Danchev, Ricardo Mones Lastra,
2729                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2730                 
2731         * sylpheed.spec.in
2732                 Allow the building of RPMs by a regular user. Submitted
2733                 by Sergei Astanin
2734
2735 2003-02-11 [alfons]     0.8.9claws55
2736
2737         * src/colorlabel.c
2738                 don't use pixmaps for label color rect but draw rectangles
2739                 so we can respect the color map of palette based visuals
2740                 (fixes the long time crashes on Suns - thanks to Andreas
2741                 Engel and Steve O'Hara-Smith for testing)
2742
2743 2003-02-11 [christoph]  0.8.9claws54
2744
2745         * src/matcher_parser_parse.y
2746                 correct bug where filering rules of not existing folders in
2747                 matcherrc were added to global filtering
2748                 
2749         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2750          main filter-rules after removing directory, http://bugs.debian.org/180253)
2751         
2752 2003-02-11 [paul]       0.8.9claws53
2753
2754         * sync with 0.8.10cvs7
2755                 see ChangeLog 2003-02-09
2756
2757 2003-02-11 [melvin]     0.8.9claws52
2758
2759         * po/fr.po
2760                 Updated French tranlsations
2761
2762 2003-02-10 [paul]       0.8.9claws51
2763
2764         * sylpheed.spec.in
2765                 correct --enable-openssl
2766                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2767
2768 2003-02-09 [martin]     0.8.9claws50
2769
2770         * src/prefs_matcher.c
2771                 fix segfault in prefs_matcher_substitute_cb() when
2772                 no row is selected
2773
2774 2003-02-09 [paul]       0.8.9claws49
2775
2776         * src/folderview.c
2777                 fix bug where a newsgroup folder's processing rules were
2778                 merged with the global filtering rules when the newsgroup
2779                 folder was deleted, causing some seriously bad results,
2780                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2781
2782 2003-02-08 [melvin]     0.8.9claws48
2783
2784         * src/compose.c
2785                 Corrected and modified an alert message.
2786
2787 2003-02-07 [paul]       0.8.9claws47
2788
2789         * src/folderview.c
2790                 fix bug where both an 'Account properties' window and a
2791                 'Folder properties' window were opened when clicking on
2792                 'Properties' in an NNTP or IMAP folder's popup menu.
2793
2794 2003-02-07 [paul]       0.8.9claws46
2795
2796         * sync with 0.8.10cvs6
2797                 see ChangeLog 2003-02-06
2798
2799 2003-02-06 [christoph]  0.8.9claws45
2800
2801         * src/mbox.c
2802                 freeze folder updates while importing mbox files
2803                 (closes bug 43 importing mbox took hours)
2804                 
2805         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2806
2807 2003-02-06 [thorsten]   0.8.9claws44
2808
2809         * po/de.po
2810                 Updated german translations
2811
2812 2003-02-06 [thorsten]   0.8.9claws43
2813
2814         * src/news.h
2815                 use guint for message numbers (fix count in grouplist dialog)
2816
2817 2003-02-05 [paul]       0.8.9claws42
2818
2819         * sync with 0.8.10cvs2
2820                 see ChangeLog 2003-02-05
2821
2822 2003-02-04 [colin]      0.8.9claws41
2823
2824         * src/prefs_common.[ch]
2825           src/procmsg.c
2826           src/summaryview.c
2827                 Add an option to disable threading by subject
2828
2829 2003-02-04 [christoph]  0.8.9claws40
2830
2831         * src/inc.c
2832                 only abort fetching mails from multiple accounts when the
2833                 error is fatal and does not allow to check any more accounts
2834                 (currently only disk full error)
2835
2836         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2837          receive mails for other accouts)
2838
2839 2003-02-04 [christoph]  0.8.9claws39
2840
2841         * src/folder.c
2842                 first add the new message to the cache, then
2843                 send the update notification
2844
2845         (closes bug 39 after sending message folderview doesnt get updated)
2846
2847 2003-02-04 [colin]      0.8.9claws38
2848
2849         * src/inc.c
2850                 _really_ fix this Connecting... status
2851
2852 2003-02-04 [paul]       0.8.9claws37
2853
2854         * sync with 0.8.10
2855                 see ChangeLog 2003-02-04
2856
2857 2003-02-04 [paul]       0.8.9claws36
2858
2859         * sync with 0.8.9cvs6
2860                 see ChangeLog 2003-02-03
2861
2862 2003-02-04 [paul]       0.8.9claws35
2863
2864         * po/pt_BR.po
2865                 updated by André Filipe de Assunção e Brito 
2866                 <bedecko@netsite.com.br>
2867
2868 2003-02-03 [thorsten]   0.8.9claws34
2869
2870         * po/de.po
2871                 Updated german translations
2872
2873 2003-02-02 [paul]       0.8.9claws33
2874
2875         * po/es.po
2876                 updated by Ricardo Mones Lastra
2877
2878 2003-02-02 [thorsten]   0.8.9claws32
2879
2880         * src/mh.c
2881                 Fix mh_get_msginfo() segfault if file is inaccessible
2882
2883 2003-01-31 [colin]      0.8.9claws31
2884
2885         * src/procheader.c
2886                 Fix last commit's bug
2887
2888 2003-01-31 [colin]      0.8.9claws30
2889
2890         * src/procheader.c
2891                 Missing a change for gpg-signed messages
2892
2893 2003-01-31 [paul]       0.8.9claws29
2894
2895         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2896           src/procheader.c
2897           src/stock_pixmap.[ch]
2898           src/summaryview.c
2899                 indicate GnuPG signed messages by displaying an icon
2900                 in the Attachment column.
2901
2902 2003-01-31 [paul]       0.8.9claws28
2903
2904         * sync with 0.8.9cvs4
2905                 see ChangeLog 2003-01-31
2906
2907 2003-01-31 [alfons]     0.8.9claws27
2908
2909         * src/textview.c
2910                 tune URI parser to accept mailto URLs with a '?'
2911                 (patch from Ruslan Balkin)
2912
2913 2003-01-31 [colin]      0.8.9claws26
2914
2915         * src/summaryview.c
2916                 Fix a leak introduced in claws24
2917
2918 2003-01-31 [colin]      0.8.9claws25
2919
2920         * src/summaryview.c
2921                 Freeze/Thaw folder updates when deleting dups
2922
2923 2003-01-31 [colin]      0.8.9claws24
2924         
2925         * src/addr_compl.c
2926           src/summaryview.c
2927           src/msgcache.c
2928                 little speed improvements
2929
2930 2003-01-31 [colin]      0.8.9claws23
2931
2932         * src/summaryview.c
2933                 Fix segfault when forwarding nothing
2934                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2935                 
2936 2003-01-30 [paul]       0.8.9claws22
2937
2938         * sync with 0.8.9cvs3
2939                 see ChangeLog 2003-01-30
2940
2941 2003-01-30 [paul]       0.8.9claws21
2942
2943         * sync with 0.8.9cvs2
2944                 see ChangeLog 2003-01-30
2945
2946 2003-01-29 [paul]       0.8.9claws20
2947
2948         * sync with 0.8.9cvs1
2949                 see ChangeLog 2003-01-29
2950
2951 2003-01-28 [paul]       0.8.9claws19
2952
2953         * po/POTFILES.in
2954                 update to reflect changes. 
2955                 thanks to Ricardo Mones Lastra
2956
2957 2003-01-27 [christoph]  0.8.9claws18
2958
2959         * ac/openssl.m4
2960         * ac/spamassassin.m4
2961         * src/plugins/spamassassin/README
2962         * src/plugins/spamassassin/libspamc.[ch]
2963         * src/plugins/spamassassin/utils.[ch]
2964                 updated to latest libspamc
2965
2966 2003-01-27 [christoph]  0.8.9claws17
2967
2968         * src/folder.c
2969                 fix wrong use of procheader_get_header_fields
2970
2971 2003-01-27 [christoph]  0.8.9claws16
2972
2973         * src/news.c
2974         * src/prefs_account.[ch]
2975         * src/common/nntp.[ch]
2976                 allow to force authentication for NNTP servers
2977
2978         Patch submitted by Florian Mickler <dmk@d-labs.de>
2979
2980 2003-01-26 [paul]       0.8.9claws15
2981
2982         * src/summaryview.c
2983                 speed up of marking messages as read
2984                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2985
2986 2003-01-26 [christoph]  0.8.9claws14
2987
2988         * src/Makefile.am
2989         * src/mgutils.[ch]              ** REMOVE **
2990         * src/xml.[ch]                  ** REMOVE **
2991         * src/xmlprops.[ch]             ** REMOVE **
2992         * src/common/Makefile.am
2993         * src/common/mgutils.[ch]       ** NEW **
2994         * src/common/xml.[ch]           ** NEW **
2995         * src/common/xmlprops.[ch]      ** NEW **
2996                 move xml files to common directory
2997
2998 2003-01-26 [christoph]  0.8.9claws13
2999
3000         * src/plugins/spamassassin/spamassassin_gtk.c
3001                 only set gtk entry text if string is available
3002
3003 2003-01-26 [melvin]     0.8.9claws12
3004
3005         * src/description_window.c
3006                 Allow resizing of the window
3007                 Allow automatic horizontal scroll bar
3008                 Do not vertically expand and fill
3009
3010 2003-01-26 [christoph]  0.8.9claws11
3011
3012         * src/Makefile.am
3013         * src/gtkutils.[ch]             ** REMOVE **
3014         * src/common/sylpheed.c
3015         * src/gtk/Makefile.am
3016         * src/gtk/description_window.c
3017         * src/gtk/gtkutils.[ch]         ** NEW **
3018         * src/gtk/prefswindow.c
3019                 move gtkutils to gtk directory
3020
3021 2003-01-26 [paul]       0.8.9claws10
3022
3023         * src/summaryview.c
3024                 rename summary_unread_clicked() to summary_status_clicked()
3025
3026 2003-01-26 [melvin]     0.8.9claws9
3027
3028         * src/prefs_actions.c
3029                 Cosmetical changes to the help text
3030
3031 2003-01-26 [paul]       0.8.9claws8
3032
3033         * src/folder.[ch]
3034           src/mainwindow.c
3035           src/prefs_common.c
3036           src/prefs_sumamry_column.c
3037           summaryview.[ch]
3038                 rename the 'Unread' column to 'Status'
3039
3040 2003-01-25 [match]      0.8.9claws7
3041
3042         * src/mgutils.[ch]
3043                 removed reference to LDAP constants. removed error2string.
3044                 included functions to support LDAP dynamic queries.
3045         * src/syldap.h
3046                 moved LDAP constants here.
3047         * src/addressbook.c
3048         * src/addrindex.c
3049         * src/importldif.c
3050                 removed references to LDAP constants and references to
3051                 error2string.
3052
3053 2003-01-25 [paul]       0.8.9claws6
3054
3055         * src/summaryview.c
3056                 summary_thread_build(), summary_thread_init(): remove 
3057                 unneeded reference to summaryview->folder_item
3058
3059 2003-01-25 [christoph]  0.8.9claws5
3060
3061         * src/gtk/description_window.c
3062                 o allow description texts to expand over multiple columns
3063                 o translate all columns
3064         * src/prefs_actions.c
3065                 change syntax description to use new multi column feature
3066
3067         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3068
3069 2003-01-25 [match]      0.8.9claws4
3070
3071         * src/vcard.c
3072                 fixed bug with Quoted-Printable
3073
3074 2003-01-25 [paul]       0.8.9claws3
3075
3076         * src/folder.[ch]
3077           src/summaryview.[ch]
3078                 implement per-folder collapsed/expanded threads setting
3079                 
3080         * src/prefs_common.c
3081                 remove global collapsed/expanded threads option
3082
3083 2003-01-25 [christoph]  0.8.9claws2
3084
3085         * po/POTFILES.in
3086                 add pluginwindow and prefswindow
3087         * src/compose.c
3088                 make send respond correctly to messages that could be added
3089                 to the queue folder, but the UID of the message is unknown
3090         * src/folder.c
3091         * src/imap.c
3092                 don't return guessed UIDs in imap_add_msg anymore. We return
3093                 0 to tell the folder system it was appened but the UID is
3094                 unknown. Folder system now get's the UID by scaning the folder
3095                 and searching the cache for the Message-ID
3096                 (closes bug #29 Messages queued, but not sent)
3097
3098 2003-01-25 [paul]       0.8.9claws1
3099
3100         * src/codeconv.c
3101                 conv_encode_header():  fix bug when long headers with 8-bit
3102                 characters are used, so that the encoded words are wrapped.
3103                 If the space in the original text falls on the wrap boundary,
3104                 it can be lost.
3105                 Patch by Sergey Vlasov.
3106                 
3107         * src/folderview.c
3108                  fix bug where a change to the sorting method or thread view
3109                  of a folder's messages is lost if simpify-subject is set and
3110                  toggled on or off.
3111                  Patch by Luke Plant.
3112
3113 2003-01-24 [paul]       0.8.9claws
3114
3115         * sylpheed-0.8.9claws released
3116         
3117         * Makefile.am
3118           sylpheed.spec.in
3119                 remove reference to 'INSTALL.jp'
3120
3121 2003-01-23 [paul]       0.8.8claws128
3122
3123         * po/es.po
3124           po/it.po
3125           po/ru.po
3126           po/sr.po
3127                 updated translations. submitted by Ricardo Mones Lastra,
3128                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3129
3130 2003-01-23 [colin]      0.8.8claws127
3131
3132         * src/compose.c
3133                 Fix drafted and queued news articles re-edition
3134
3135 2003-01-23 [melvin]     0.8.8claws126
3136
3137         * po/fr.po
3138                 Updated French translations
3139
3140 2003-01-23 [colin]      0.8.8claws125
3141
3142         * src/inc.c
3143                 Fix "Connecting to..." status message
3144
3145 2003-01-22 [paul]       0.8.8claws124
3146
3147         * po/bg.po
3148                 updated by George Danchev
3149                 
3150         * src/folder.c
3151                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3152                 and folder deletion
3153
3154 2003-01-21 [paul]       0.8.8claws123
3155
3156         * po/bg.po
3157                 updated by George Danchev
3158                 
3159         * src/about.c
3160                 its now 2003
3161                 
3162         * src/toolbar.c
3163                 don't translate 'Separator'
3164                 
3165         * src/plugins/spamassassin/Makefile.am
3166                 add aspell to CPPFLAGS
3167                 
3168         * src/plugins/spamassassin/spamassassin.c
3169           src/plugins/spamassassin/spamassassin_gtk.c
3170                 set correct default for spamassassin_receive_spam
3171                 slightly re-word descriptions and some
3172                 other minor changes
3173
3174 2003-01-19 [alfons]     0.8.8claws122
3175                 
3176         * src/mimeview.c
3177                 mimeview_save_as(): we might as well show the file name for
3178                 the single case "Save As" too
3179
3180 2003-01-19 [alfons]     0.8.8claws121
3181
3182         * src/crash.c
3183                 change bug tracker URL to bugzilla URL
3184
3185 2003-01-19 [alfons]     0.8.8claws120
3186
3187         * src/mimeview.c
3188                 mimeview_save_all(): display name of file before overwriting;
3189                 continue saving all, even when one overwrite was cancelled
3190
3191 2003-01-19 [christoph]  0.8.8claws119
3192
3193         * src/summaryview.c
3194         * src/procmsg.[ch]
3195                 fix wrong usage of procmsg_find_children in summaryview
3196                 by using procmsg_update_unread_children instead of
3197                 summaryview_update_unread_children
3198
3199 2003-01-19 [christoph]  0.8.8claws118
3200
3201         * src/procmsg.c
3202                 fix infinite loop in procmsg_find_children
3203                  (closes bug #25 sylpheed crashes on delete.)
3204
3205         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3206
3207 2003-01-19 [paul]       0.8.8claws117
3208
3209         * po/pt_BR.po
3210                 updated by Ivan Francolin Martinez
3211
3212 2003-01-18 [melvin]     0.8.8claws116
3213
3214         * src/prefs_actions.c
3215                 Removed syntax limitation of only one '&' at the end of command.
3216                         Now actions that contain '>/dev/null 2>&1' are possible.
3217
3218 2003-01-18 [melvin]     0.8.8claws115
3219
3220         * src/prefs_actions.c
3221                 Actions IO dialog: when the action ends
3222                 the "Close" button now has focus and [Escape] closes the
3223                 window.
3224
3225 2003-01-18 [christoph]  0.8.8claws114
3226
3227         * src/procmsg.c
3228                 o add debug output when MsgInfos are really freed
3229                 o free GSLists in procmsg_find_children and
3230                   procmsg_update_unread_children
3231
3232 2003-01-18 [christoph]  0.8.8claws113
3233
3234         * src/mainwindow.c
3235                 reorder Configuration menu
3236
3237 2003-01-18 [christoph]  0.8.8claws112
3238
3239         * src/compose.c
3240                 fix applying templates to forwarded messages
3241
3242         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3243
3244 2003-01-17 [christoph]  0.8.8claws111
3245
3246         * src/folder.c
3247                 destroy folder items, when a folder item is removed
3248
3249 2003-01-17 [christoph]  0.8.8claws110
3250
3251         * src/folder.c
3252                 fix wrong folder stats update when ignored message is
3253                 deleted
3254
3255 2003-01-17 [colin]      0.8.8claws109
3256         
3257         * src/mainwindow.c
3258         * src/summaryview.c
3259                 Quicksearch bugfixes: 
3260                 - hide help button at startup if not extended
3261                 - switch to extended when looking for replies
3262
3263 2003-01-17 [paul]
3264
3265         * sync with 0.8.9 release
3266
3267 2003-01-17 [paul]       0.8.8claws108
3268
3269         * sync with 0.8.8cvs11
3270                 see ChangeLog 2003-01-17
3271
3272 2003-01-16 [colin]      0.8.8claws107
3273
3274         * src/procmsg.c
3275                 Changed encryption test to re-ask passphrase
3276                 if an encrypted message hasn't been decrypted
3277                 Fixes bug #5
3278
3279 2003-01-16 [christoph]  0.8.8claws106
3280
3281         * src/prefs_gtk.c
3282         * src/prefs_toolbar.c
3283         * src/gtk/prefswindow.h
3284         * src/plugins/spamassassin/spamassassin_gtk.c
3285                 remove page destroy function that is not used anymore
3286
3287 2003-01-16 [paul]       0.8.8claws105
3288
3289         * sync with 0.8.8cvs9
3290                 see ChangeLog 2002-01-16
3291
3292 2003-01-16 [colin]      0.8.8claws104
3293
3294         * src/compose.[ch]
3295                 Fix bug with autosaved drafts for IMAP, when draft
3296                 folder is specified - fixes bugzilla bug #20
3297
3298 2003-01-15 [paul]       0.8.8claws103
3299
3300         * src/compose.[ch]
3301           src/procmsg.c
3302                 store folder and message-id of message forwarding
3303                 in queue header and set forward flag after sending
3304
3305 2003-01-15 [paul]       0.8.8claws102
3306
3307         * sync with 0.8.8cvs8
3308                 see ChangeLog 2002-01-15
3309
3310 2003-01-15 [colin]      0.8.8claws101
3311
3312         * src/Makefile.am
3313                 Fix linking with GNU libiconv
3314
3315 2003-01-15 [darko]      0.8.8claws100
3316
3317         * src/pine.c
3318                 fix crash when importing pine address book
3319                 entry with an empty name (reported by DY
3320                 <dybulk at tri8.net>)
3321
3322 2003-01-14 [paul]       0.8.8claws99
3323
3324         * configure.in  ** REMOVED **
3325           configure.ac  ** NEW FILE **
3326                 rename configure.in to configure.ac, as it is now
3327                 preferred
3328
3329 2003-01-14 [melvin]     0.8.8claws98
3330
3331         * src/folderview.c
3332                 folderview_check_new(): More precise function description
3333
3334 2003-01-14 [melvin]     0.8.8claws97
3335
3336         * src/folderview.c
3337                 folderview_check_new(): return the number of new messages 
3338                         since last check.
3339         * src/inc.c
3340                 inc_account_mail(): Disable counting of new messages for IMAP
3341                         and NNTP until bug [19] and [14] are fixed.
3342
3343 2003-01-14 [paul]       0.8.8claws96
3344
3345         * sync with 0.8.8cvs6
3346                 see ChangeLog 2003-01-14
3347
3348 2003-01-13 [alfons]     0.8.8claws95
3349
3350         * src/textview.c
3351                 tune email address validation (c. 0.8.8claws89): if . is 
3352                 just one char away from @, the address is invalid too 
3353                 (correctly rejects addresses like foo@.com)
3354
3355 2003-01-13 [paul]       0.8.8claws94
3356
3357         * src/messageview.c
3358           src/toolbar.c
3359                 fixes to the Message View toolbar and menu:
3360                 fix non-functioning Forward button
3361                 make Reply button consider default_reply_list
3362                 remove 'Follow-up...' menu entry
3363                 add 'Forward' and 'Redirect' menu entries
3364
3365 2003-01-13 [melvin]     0.8.8claws93
3366
3367         * src/inc.c
3368                 Fixed typo that could make new messages count incorrect.
3369
3370 2003-01-13 [melvin]     0.8.8claws92
3371
3372         * src/folderview.[ch]
3373                 folderview_check_new(): return the number of new messages.
3374         * src/inc.c
3375                 Should fix bug [14] where new mail notification worked 
3376                         incorrectly with IMAP accounts.
3377                 inc_spool_account(): return number of new msgs, or -1 on error
3378                 inc_all_spool(): return number of new msgs
3379                 
3380 2003-01-13 [melvin]     0.8.8claws91
3381
3382         * src/prefs_actions.c
3383                 Justify help text.
3384
3385 2003-01-12 [thorsten]   0.8.8claws90
3386
3387         * src/common/prefs.c
3388                 close file before rename
3389
3390 2003-01-12 [alfons]     0.8.8claws89
3391
3392         * AUTHORS
3393                 add Christian Mertes
3394         * src/common/utils.[ch]
3395                 g_stricase_hash(), g_stricase_equal(): functions for 
3396                 case insensitive hash tables
3397         * src/textview.c
3398                 use top level domain names to validate email address, based
3399                 on a patch by Christian Mertes (thanks!), but changed 
3400                 implementation to use a hash table 
3401
3402 2003-01-12 [paul]       0.8.8claws88
3403
3404         * po/bg.po
3405                 updated by George Danchev
3406
3407 2003-01-12 [alfons]     0.8.8claws87
3408
3409         * src/summaryview.c
3410                 delete / execute performance: use new style folder update
3411
3412 2003-01-12 [paul]       0.8.8claws86
3413
3414         * sync with 0.8.8cvs5
3415                 see ChangeLog 2003-01-13 (!)
3416
3417 2003-01-12 [alfons]     0.8.8claws85
3418
3419         * src/filtering.c
3420         * src/matcher_parser_parse.y
3421                 prepare change_score filtering action
3422         * src/matcher.[ch]
3423                 give up const-correctness on functions that call non-const-correct functions;
3424                 several casts to gpointer in g_free();
3425                 add change_score;
3426
3427 2003-01-12 [christoph]  0.8.8claws84
3428
3429         * src/compose.c
3430                 fix 2 warnings
3431
3432         * src/gtk/prefswindow.[ch]
3433         * src/plugins/spamassassin/spamassassin_gtk.c
3434                 changed the call of the widget create function
3435                 for PrefsPages, because sometimes the widget
3436                 create function needs a widget that already has
3437                 been attached to a window (to create GDK pixmaps
3438                 for exmaple). So we simply pass the GtkWindow as
3439                 the second parameter now.
3440
3441         * src/main.c
3442         * src/mainwindow.c
3443         * src/prefs_toolbar.[ch]
3444                 rewrite Toolbar Preferences using the new
3445                 prefs window
3446
3447 2003-01-11 [alfons]     0.8.8claws83
3448
3449         * src/addressadd.c
3450                 fix crash when adding sender to addressbook because status bar
3451                 isn't there (the status bar doesn't seem to be used though,
3452                 but I'll let Match decide what to do with it)
3453
3454 2003-01-11 [colin]      0.8.8claws82
3455
3456         * src/main.c
3457           src/toolbar.c
3458                 Two useless changes reversed
3459
3460 2003-01-11 [colin]      0.8.8claws81
3461
3462         * src/mainwindow.c
3463           src/mainwindow.h
3464                 Add mainwindow_get_mainwindow()
3465         * src/alertpanel.c
3466           src/alertpanel.h
3467                 Add alertpanel_error_log() 
3468         * src/compose.c
3469           src/inc.c
3470           src/messageview.c
3471           src/toolbar.c
3472           src/main.c
3473           src/procmsg.c
3474                 Network errors get a View Log button
3475
3476 2003-01-10 [alfons]     0.8.8claws80
3477
3478         * src/prefs_toolbar.c
3479         * src/toolbar.c
3480                 use the translatable string for "Separator" as file name for
3481                 separator toolbar items (probably make this uppercase?)
3482
3483 2003-01-10 [alfons]     0.8.8claws79
3484
3485         * src/prefs_toolbar.c
3486                 put right A_SEPARATOR description string in "displayed
3487                 toolbar items list" so manually added separators are
3488                 saved correctly (bug #10, "Adding a separator to the main 
3489                 toolbar fails, entry in xml file is wrong")
3490
3491 2003-01-10 [christoph]  0.8.8claws78
3492
3493         * src/imap.c
3494                 o fix warnings
3495                 o use CAPABILITY to check if NAMESPACE is available
3496
3497 2003-01-10 [christoph]  0.8.8claws77
3498
3499         * src/imap.[ch]
3500                 apply UIDPLUS IMAP extension support patch
3501
3502         Patch submitted by Simon 'corecode' Schubert
3503
3504 2003-01-10 [paul]       0.8.8claws76
3505
3506         * src/folderview.c
3507                 a sync from main which fixes the news account folders'
3508                 Properties bug
3509
3510 2003-01-10 [christoph]  0.8.8claws75
3511
3512         * src/folder.c
3513                 don't accept 0 as a valid uid returned by copy and move
3514                 functions. 0 means the message was copied or moved but the
3515                 new uid could not be fetched. It is not an error condition
3516                 for the copy or move operation.
3517
3518 2003-01-10 [paul]       0.8.8claws74
3519
3520         * src/prefs_filtering.c
3521                 change English used in Alert when entry is not
3522                 saved.
3523                 
3524         * sync with 0.8.8cvs4
3525                 see ChangeLog 2003-01-10
3526
3527 2003-01-10 [darko]      0.8.8claws73
3528
3529         * src/pine.c
3530                 fix crash when importing address book entry
3531                 without a valid address
3532
3533 2003-01-09 [alfons]     0.8.8claws72
3534
3535         * src/inc.c
3536                 filtering performance: use new style folder update
3537
3538 2003-01-09 [christoph]  0.8.8claws71
3539
3540         * src/compose.c
3541         * src/gtk/menu.[ch]
3542                 fix wrong selecting of mime encoding type, when
3543                 opening property dialog of attachments in the
3544                 compose window. 7bit was always selected and that
3545                 destoryed files with 8bit data.
3546                 (closes bug #9 Sylpheed-claws destroys attachments when
3547                  changing MIME-types)
3548
3549 2003-01-09 [paul]       0.8.8claws70
3550
3551         * sync with 0.8.8cvs3
3552                 see ChangeLog 2003-01-09
3553
3554 2003-01-08 [alfons]     0.8.8claws69
3555         
3556         * src/addressadd.c
3557                 apply patch by Kim Schulz to fix build breakage
3558                 because of missing variable
3559
3560 2003-01-08 [paul]       0.8.8claws68
3561
3562         * sync with 0.8.8cvs2
3563                 see ChangeLog 2002-01-08
3564
3565 2003-01-08 [paul]       0.8.8claws67
3566
3567         * po/it.po
3568                 updated by Alessandro Maestri
3569                 
3570         * src/addressadd.c
3571                 when using 'Add sender to addressbook' allow
3572                 name to be edited and remarks to be entered
3573                 Patch submitted by Luke Plant
3574
3575 2003-01-08 [darko]      0.8.8claws66
3576
3577         * README.claws, src/summaryview.c
3578                 fix description for marked messages
3579
3580 2003-01-08 [paul]
3581
3582         * tools/Makefile.am
3583           tools/launch_phoenix  ** NEW FILE **
3584                 add script that enables using Phoenix as the default
3585                 web browser. 
3586                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3587                 
3588         * tools/OOo2sylpheed.pl
3589                 remove full path to sylpheed executable, just 'sylpheed'
3590                 will do
3591                 
3592         * tools/README
3593                 add launch_phoenix informtion and re-arrange and compress
3594                 the data a little
3595
3596 2003-01-07 [christoph]  0.8.8claws65
3597
3598         * src/folder.c
3599                 fix update for source folder when moving messages
3600         * src/procmsg.[ch]
3601         * src/summaryview.c
3602                 use function to set to_folder for message infos and
3603                 automatically update the op_count for old and new
3604                 folder
3605
3606 2003-01-07 [melvin]     0.8.8claws64
3607
3608         * src/prefs_actions.c
3609                 Fixed bug where an '%p' Action on a displayed image crashed 
3610                         Sylpheed
3611                 Code clean up (get rid of duplicated code and removed unnecessary 
3612                                 structure member)
3613
3614 2003-01-07 [christoph]  0.8.8claws63
3615
3616         * src/compose.c
3617         * src/folder.[ch]
3618         * src/folderview.c
3619         * src/import.c
3620         * src/inc.c
3621         * src/main.c
3622         * src/mainwindow.c
3623         * src/messageview.c
3624         * src/prefs_folder_item.c
3625         * src/procmsg.c
3626         * src/summaryview.c
3627         * src/toolbar.c
3628                 o remove all folder update triggering from the UI code. The folder
3629                   system should know much better when a folder needs an update.
3630                 o to prevent multiple updates in a row the folder updates can be
3631                   frozen for some time.
3632
3633                 Note: - Please verify that no updates are missing
3634                       - Check where freeze/thaws should be added
3635
3636 2003-01-07 [christoph]  0.8.8claws62
3637
3638         * src/prefs_actions.c
3639                 don't translate empty strings
3640
3641         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3642
3643 2003-01-06 [christoph]  0.8.8claws61
3644
3645         * src/prefs_actions.c
3646                 mark strings for gettext
3647         * src/prefs_matcher.c
3648                 use new description window for Execute action and
3649                 match condition in Filtering
3650
3651         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3652
3653 2003-01-06 [alfons]     0.8.8claws60
3654
3655         keep myself inspired to re-organize matcher part 8; 
3656         yes, more to come (I need to move out the descriptive
3657         text for actions to matcher.c, or at least make it not
3658         depend on the wicked ordering)
3659
3660         * src/prefs_matcher.c
3661                 add documentation so others may comprehend the
3662                 UI part of the conditions
3663                 
3664 2003-01-06 [christoph]  0.8.8claws59
3665
3666         * src/prefs_actions.c
3667                 use new description window for syntax help
3668         * src/gtk/description_window.c
3669                 fix display of descriptions with column count != 2
3670
3671         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3672
3673 2003-01-06 [christoph]  0.8.8claws58
3674
3675         * src/quote_fmt.c
3676         * src/summaryview.[ch]
3677         * src/gtk/Makefile.am
3678         * src/gtk/description_window.[ch]       ** NEW **
3679                 use a generic window to display syntax descriptions
3680                 currently used in quote_fmt and summaryview (new description
3681                 for extended quick search)
3682
3683         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3684
3685 2003-01-06 [paul]       0.8.8claws57
3686
3687         * sync with 0.8.8cvs1
3688                 see ChangeLog 2003-01-06
3689
3690 2003-01-06 [christoph]  0.8.8claws56
3691
3692         * src/mainwindow.c
3693         * src/prefs_gtk.[ch]
3694         * src/gtk/prefswindow.[ch]
3695         * src/plugins/spamassassin/spamassassin_gtk.c
3696                 o remove page management from prefswindow, pages
3697                   will be an argument to prefswindow_open
3698                 o prefswindow_open gets a datapointer that is
3699                   passed to the widget_create function to allow
3700                   creation of prefswindow for specific items
3701
3702 2003-01-06 [colin]      0.8.8claws55
3703         
3704         * src/summaryview.c
3705                 We don't want regexp in the reply-finder, 
3706                 because MIDs can contain !,$,. and so on
3707
3708 2003-01-06 [jens]       0.8.8claws54
3709
3710         * src/jpilot.c
3711                 fixed a wrong free in jpilot_read_db_files
3712
3713 2003-01-06 [alfons]     0.8.8claws53
3714
3715         re-organize matcher part 8; more to come
3716        
3717         * src/matcher.c
3718                 matcherprop_to_string(): put g_free()s before the
3719                 switch-case break to fix memleaks                
3720
3721 2003-01-06 [colin]      0.8.8claws52
3722
3723         * src/summaryview.c
3724                 cleanup & reply-finder now displays the first 
3725                 matching message
3726
3727 2003-01-05 [alfons]     0.8.8claws51
3728
3729         re-organize matcher part 7; more to come
3730
3731         * src/matcher.[ch]
3732                 fixes for constant correctness;
3733                 more documentation;
3734
3735 2003-01-05 [alfons]     0.8.8claws50
3736
3737         re-organize matcher part 6; more to come
3738         
3739         * src/matcher.[ch]
3740                 fixes for constant correctness;
3741                 more documentation;
3742         * src/filtering.c
3743                 fix for constant correctness
3744
3745 2003-01-05 [colin]      0.8.8claws49
3746
3747         * src/account.[ch]
3748                 Add account_get_reply_account function
3749         * src/compose.c
3750                 Use account_get_reply_account function 
3751         * src/summaryview.c
3752                 Basic reply-finder - click on the replied
3753                 icon gets you to the outbox using quick-search
3754
3755 2003-01-05 [paul]       0.8.8claws48
3756
3757         * src/prefs_common.c
3758                 small change to English
3759                 
3760         * src/prefs_filtering.c
3761                 prefs_filtering_action_select(): improve logic and uniformity
3762                 of gui
3763
3764 2003-01-05 [alfons]     0.8.8claws47
3765
3766         fine tune solution to focus problems (bug #7)
3767
3768         * src/mainwindow.c
3769                 mainwindow_focus_in_event(): remove grab event check
3770         * src/summaryview.c
3771                 summary_button_pressed(): move selection on right-click
3772                 too. we can't possibly move the selection back after
3773                 canceling a dialog, because gtk's incomplete focus 
3774                 management. whether this is a good solution, only time
3775                 will tell.
3776
3777 2003-01-05 [christoph]  0.8.8claws46
3778
3779         * src/imap.c
3780                 fix crash when no imap connection could be established
3781
3782 2003-01-05 [paul]       0.8.8claws45
3783
3784         * src/mainwindow.c
3785           src/sumamryview.c
3786           src/gtk/menu.[ch]
3787                 fix bug 605957 'shortcuts in popup-menu'
3788                 make user-defined shortcuts work
3789                 show shortcuts that are already defined
3790                 in the main menu
3791                 Patch submitted by Luke Plant
3792
3793 2003-01-05 [alfons]     0.8.8claws44
3794
3795         * src/mainwindow.c
3796                 focus_in_event handler should not select summary view row 
3797                 when another window (menu, dialog) grabbed for events 
3798                 (bug #7, "[0.8.8claws42] Message summary focus") 
3799
3800 2003-01-04 [christoph]  0.8.8claws43
3801
3802         * src/procmsg.c
3803                 update save folder after adding the sent message
3804                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3805
3806 2003-01-02 [christoph]  0.8.8claws42
3807
3808         * src/common/plugin.c
3809                 fix unloading of all plugins and unload
3810                 plugins in reverse order
3811                 
3812         * src/gtk/pluginwindow.c
3813                 implement function of load and unload button
3814
3815         * src/gtk/prefswindow.c
3816         * src/gtk/prefswindow.h
3817                 rename register function and add new unregister
3818                 function
3819
3820         * src/plugins/spamassassin/spamassassin_gtk.c
3821                 unregister prefs page and update for changes in
3822                 src/gtk/prefswindow.c
3823
3824 2003-01-02 [paul]       0.8.8claws41
3825
3826         * po/es.po
3827                 updated by Ricardo Mones Lastra
3828
3829 2003-01-02 [paul]
3830
3831         * tools/tb2sylpheed
3832                 fixes and improvements by Urke MMI
3833
3834 2003-01-02 [thorsten]   0.8.8claws40
3835
3836         * src/procmsg.c
3837                 fixed wrong return value
3838
3839 2003-01-02 [thorsten]   0.8.8claws39
3840
3841         * src/prefs.c
3842                 fixed printing wrong variable
3843
3844 2003-01-02 [thorsten]   0.8.8claws38
3845
3846         * src/prefs.c
3847                 fixed acessing members of freed pfile struct
3848
3849 2003-01-02 [thorsten]   0.8.8claws37
3850
3851         * src/procmsg.c
3852                 detect loops across several messages
3853                 as suggested by Christoph Hohmann
3854
3855 2003-01-01 [match]      0.8.8claws36
3856
3857         * src/addrindex.c
3858                 fixed another memory leak.
3859
3860 2003-01-01 [match]      0.8.8claws35
3861
3862         * src/jpilot.[ch]
3863                 fixed memory leaks. applied Doxygen comments.
3864
3865 2003-01-01 [thorsten]   0.8.8claws34
3866
3867         * src/procmsg.c
3868                 inhibit endless loop if msg references itself
3869                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3870
3871 2003-01-01 [christoph]  0.8.8claws33
3872
3873         * src/mainwindow.c
3874         * src/gtk/Makefile.am
3875         * src/gtk/pluginwindow.c                ** NEW **
3876         * src/gtk/pluginwindow.h                ** NEW **
3877                 add plugin window
3878
3879         * src/plugins/demo/demo.c
3880         * src/plugins/spamassassin/spamassassin.c
3881         * src/plugins/spamassassin/spamassassin_gtk.c
3882                 write better plugin descriptions
3883
3884 2002-12-31 [christoph]  0.8.8claws32
3885
3886         * src/gtk/prefswindow.c
3887         * src/plugins/spamassassin/spamassassin_gtk.c
3888                 some small improvements to GTK code
3889
3890 2002-12-31 [christoph]  0.8.8claws31
3891
3892         * src/plugins/spamassassin/spamassassin_gtk.c
3893                 enable folder select button
3894
3895 2002-12-31 [christoph]  0.8.8claws30
3896
3897         * src/mainwindow.c
3898         * src/gtk/Makefile.am
3899         * src/gtk/prefswindow.c                         ** NEW **
3900         * src/gtk/prefswindow.h                         ** NEW **
3901                 add new prefs window
3902
3903         * src/common/plugin.c
3904                 don't try to load empty config lines
3905         
3906         * src/plugins/spamassassin/Makefile.am
3907         * src/plugins/spamassassin/spamassassin.c
3908         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3909         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3910                 GTK config for SpamAssassin Plugin using
3911                 the new prefs window
3912
3913 2002-12-31 [paul]       0.8.8claws29
3914
3915         * po/POTFILES.in
3916                 remove obsolete entry 'src/menu.c'
3917
3918 2002-12-31 [alfons]     0.8.8claws28
3919
3920         * src/matcher.[ch]
3921         * src/matcher_parser_parse.y
3922         * src/prefs_matcher.c
3923                 add "ignore_thread" and "~ignore_thread" condition so it's
3924                 possible to make the actions / scoring operate on the ignore
3925                 thread flag
3926
3927 2002-12-31 [christoph]  0.8.8claws27
3928
3929         * src/addrbook.c
3930         * src/addrindex.c
3931         * src/folder.c
3932         * src/matcher.c
3933         * src/prefs_account.c
3934         * src/prefs_actions.c
3935         * src/prefs_customheader.c
3936         * src/prefs_display_header.c
3937         * src/prefs_gtk.c
3938         * src/procmime.c
3939         * src/toolbar.c
3940         * src/xmlprops.c
3941         * src/common/prefs.[ch]
3942                 extend prefs file handling for reading and automatic handling
3943                 of blocks. When reading prefs_set_block_label will automatically
3944                 move on to the block. When writing it will copy all other blocks
3945                 automatically
3946
3947         * src/common/plugin.c
3948                 Now loading plugin filenames from [Plugins] block in
3949                 sylpheed rc file
3950
3951 2002-12-30 [christoph]  0.8.8claws26
3952
3953         * src/common/hooks.[ch]
3954                 return abort status to caller of hooks_invoke
3955                 
3956         * src/inc.[ch]
3957                 invoke message filtering hook and stop
3958                 default handling when filter returns abort
3959
3960         * src/common/plugin.[ch]
3961         * src/plugins/demo/demo.c
3962                 modify plugin loader, because resolving symbols for strings
3963                 does not work correctly
3964         
3965         * configure.in
3966         * ac/spamassassin.m4                            ** NEW **
3967         * src/plugins/spamassassin/.cvsignore           ** NEW **
3968         * src/plugins/spamassassin/Makefile.am          ** NEW **
3969         * src/plugins/spamassassin/README               ** NEW **
3970         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3971         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3972         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3973                 add spamassassin plugin, see src/plugins/spamassassin/README
3974                 for details
3975
3976 2002-12-29 [alfons]     0.8.8claws25
3977
3978         * src/mainwindow.c
3979                 when moving focus from a message view to the main 
3980                 window, don't forget to select the summary node
3981                 of the displayed message. should fix "[ 659103 ] 
3982                 focus-follows-mouse confuses sylpheed"
3983
3984 2002-12-29 [christoph]  0.8.8claws24
3985
3986         * src/Makefile.am
3987         * src/stringtable.[ch]          ** REMOVE **
3988         * src/common/Makefile.am
3989         * src/common/stringtable.[ch]   ** NEW **
3990                 move stringtable files to common directory
3991
3992 2002-12-29 [christoph]  0.8.8claws23
3993
3994         * src/Makefile.am
3995         * src/menu.[ch]                 ** REMOVE **
3996         * src/gtk/Makefile.am
3997         * src/gtk/menu.[ch]             ** NEW **
3998                 move menu files to gtk directory
3999
4000 2002-12-29 [match]      0.8.8claws22
4001
4002         * src/addressbook.c
4003         * src/syldap.c
4004                 moved UI specific code out of LDAP code into addressbook
4005                 UI code. fixed memory leak.
4006
4007 2002-12-29 [christoph]  0.8.8claws21
4008
4009         * src/folder.c
4010                 only check for IGNORED parent message when message is
4011                 not IGNORED itself
4012
4013 2002-12-29 [alfons]     0.8.8claws20
4014
4015         * src/summaryview.c
4016                 set gtksctree's anchor correct (immediate execute
4017                 changes the tree's layout, and anchor points at 
4018                 the incorrect row). fixes "[ 657233 ] multiple msg 
4019                 delete sometimes off by 1".
4020                 we probably have to look for more tree layout /
4021                 anchor glitches.
4022
4023 2002-12-29 [paul]       0.8.8claws19
4024
4025         * src/summaryview.c
4026                 fix bug [ 659054 ] incorrect sorting of 'From' column
4027                 when using 'display sender using address book'
4028                 thanks to Alfons and Luke Plant
4029
4030 2002-12-29 [christoph]  0.8.8claws18
4031
4032         * src/folder.c
4033         * src/procmsg.[ch]
4034                 check parent messages for IGNORE THREAD flag, when adding,
4035                 moving or copying messages to a folder
4036
4037 2002-12-27 [alfons]     0.8.8claws17
4038
4039         re-organize matcher part 5; more to come
4040
4041         * src/matcher.c
4042                 hash keywords in matchparser_tab 
4043
4044 2002-12-27 [alfons]     0.8.8claws16
4045
4046         re-organize matcher part 4; more to come
4047
4048         * src/matcher_parser.h
4049         * src/matcher_parser_lex.l
4050         * src/matcher_parser_parse.y
4051                 cleanup
4052
4053 2002-12-27 [alfons]     0.8.8claws15
4054
4055         re-organize matcher part 3; more to come
4056
4057         * src/matcher.[ch]
4058                 cleanup
4059
4060 2002-12-27 [alfons]     0.8.8claws14
4061
4062         re-organize matcher part 2; more to come but this should
4063         work. cc me if there are any regressions.
4064
4065         * src/matcher.h
4066                 add prototype for get_matchparser_tab_id()
4067         * src/matcher_parser_lex.l
4068                 look up keywords using matchparser_tab_id();
4069
4070 2002-12-27 [alfons]     0.8.8claws12
4071
4072         re-organize matcher part 1
4073
4074         * src/matcher.h
4075                 map yacc generated constants to sylpheed matcher constants
4076         * src/matcher.c
4077                 add function to find a matcher constant from a string
4078
4079 2002-12-27 [christoph]  0.8.8claws11
4080
4081         * src/compose.c
4082                 MENUITEM_ADD casts the 4th argument from integer to pointer
4083                 so it probably should not be a pointer, this means we
4084                 should use account id for it and not the account's pointer
4085
4086 2002-12-27 [paul]       0.8.8claws10
4087
4088         * src/mainwindow.c
4089                 remove unneeded 'GtkWidget *vbox'
4090                 
4091         * src/summaryview.c
4092                 further sync with 0.8.8 - make sort
4093                 by recipient work as expected
4094                 
4095         * NEWS
4096                 sync with 0.8.8
4097
4098 2002-12-27 [paul]       0.8.8claws9
4099
4100         * po/pt_BR.po
4101                 updated by Ivan F. Martinez
4102                 
4103 2002-12-27 [darko]      0.8.8claws8
4104
4105         * src/common/utils.c
4106                 added locked pattern to extended search
4107
4108 2002-12-27 [alfons]     0.8.8claws7
4109
4110         * src/prefs_matcher.[ch]
4111                 clean up
4112
4113 2002-12-26 [alfons]     0.8.8claws6
4114
4115         * src/matcher.[ch]
4116         * src/matcher_parser_lex.l
4117         * src/matcher_parser_parse.y
4118         * src/prefs_matcher.c
4119                 allow color label as a condition in the matcher
4120
4121 2002-12-26 [oliver]     0.8.8claws5
4122         
4123         * src/toolbar.c 
4124                 enable Addressbook for Main and Messageview
4125         * src/prefs_actions.c
4126                 enable actions in Messageview
4127
4128 2002-12-26 [christoph]  0.8.8claws4
4129
4130         * src/common/plugin.c
4131                 add a little debug output
4132         * configure.in
4133         * src/plugins/demo/Makefile.am
4134                 better use of automake
4135
4136 2002-12-26 [christoph]  0.8.8claws3
4137
4138         * src/Makefile.am
4139         * src/common/Makefile.am
4140                 fix "make distdir"
4141
4142 2002-12-26 [christoph]  0.8.8claws2
4143
4144         * configure.in
4145                 sort configure checks into common / gtk / plugins
4146         * po/POTFILES.in
4147                 add src/prefs_gtk.c
4148         * src/Makefile.am
4149                 add plugins SUBDIR
4150         * src/main.c
4151         * src/common/sylpheed.[ch]
4152                 added now sylpheed_done function for shutdown
4153         * src/common/Makefile.am
4154         * src/common/plugin.[ch]                ** NEW **
4155                 plugin loader and unloader
4156         * src/plugins/.cvsignore                ** NEW **
4157         * src/plugins/Makefile.am               ** NEW **
4158                 build plugins
4159         * src/plugins/demo/.cvsignore           ** NEW **
4160         * src/plugins/demo/Makefile.am          ** NEW **
4161         * src/plugins/demo/demo.c               ** NEW **
4162                 small demo plugin that installs a logtext hook and
4163                 outputs the log text to stdout
4164
4165 2002-12-26 [paul]       0.8.8claws1
4166
4167         * po/es.po
4168                 updated by Ricardo Mones Lastra
4169
4170 2002-12-26 [paul]       0.8.8claws
4171
4172         * 0.8.8claws released
4173
4174 2002-12-26 [paul]       0.8.7claws12
4175
4176         * po/bg.po
4177                 updated by George Danchev
4178
4179 2002-12-26 [paul]       0.8.7claws11
4180
4181         * po/POTFILES.in
4182                 remove unneeded 'src/prefs.c' entry 
4183
4184 2002-12-26 [paul]       0.8.7claws10
4185
4186         * src/codeconv.c
4187           src/mainwindow.c
4188                 sync with 0.8.8 release
4189         
4190         * src/folder.[ch]
4191           src/mh.c
4192           src/summaryview.c
4193                 partial sync with 0.8.8 release
4194         
4195
4196 2002-12-25 [alfons]     0.8.7claws9
4197
4198         * src/matcher.[ch]
4199         * src/matcher_parser_lex.l
4200         * src/matcher_parser_parse.y
4201         * src/prefs_matcher.c
4202                 add locked flag to possible filtering / matcher 
4203                 conditions (also a good example what should be
4204                 done to add a simple boolean condition)
4205
4206 2002-12-25 [christoph]  0.8.7claws8
4207
4208         * src/Makefile.am
4209         * src/account.[ch]
4210         * src/addrbook.c
4211         * src/addressbook.c
4212         * src/addrindex.c
4213         * src/filtering.c
4214         * src/folder.c
4215         * src/matcher.c
4216         * src/prefs.[ch]                ** REMOVE **
4217         * src/prefs_account.c
4218         * src/prefs_actions.c
4219         * src/prefs_common.c
4220         * src/prefs_customheader.c
4221         * src/prefs_display_header.c
4222         * src/prefs_filtering.c
4223         * src/prefs_folder_item.c
4224         * src/prefs_gtk.[ch]            ** NEW **
4225         * src/prefs_matcher.c
4226         * src/prefs_scoring.c
4227         * src/prefs_summary_column.c
4228         * src/procmime.c
4229         * src/selective_download.c
4230         * src/toolbar.c
4231         * src/common/Makefile.am
4232         * src/common/prefs.[ch]         ** NEW **
4233                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4234
4235 2002-12-24 [alfons]     0.8.7claws7
4236
4237         * src/summaryview.c
4238                 summary_thread_build(): fix real cause of the crash mentioned in
4239                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4240                 this way we get meaningful ctree nodes 
4241
4242 2002-12-24 [oliver]     0.8.7claws6
4243
4244         * src/mainwindow.[ch]
4245         * src/messageview.[ch]
4246         * src/compose.[ch]
4247         * src/inc.c
4248         * src/summaryview.c
4249                 changes to use updated toolbar handling
4250                 
4251 2002-12-24 [oliver]     0.8.7claws5
4252
4253         * src/toolbar.[ch]
4254                 generic toolbar handling
4255                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4256         * src/prefs_toolbar.[ch]
4257                 adjust to handling
4258         
4259 2002-12-24 [oliver]     0.8.7claws4
4260         
4261         * src/stock_pixmap.[ch]
4262                 move SYLPHEED_LOGO to end of list in order 
4263                 to remove it from Custom Toolbar`s Icon View
4264
4265 2002-12-24 [alfons]     0.8.7claws3
4266
4267         * src/summaryview.c
4268                 summary_thread_build(): fix crash because of focus != selection 
4269                 after threading. when deleting the selection, gtk tries but fails 
4270                 to find the correct focusable element. we now force the selection
4271                 to be focused. this should solve the infamous bug reported by 
4272                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4273                 a test case is available. 
4274
4275 2002-12-24 [darko]      0.8.7claws2
4276
4277         * src/summaryview.c
4278                 don't crash when unmarking message with unread children
4279
4280 2002-12-23 [christoph]  0.8.7claws1
4281
4282         * src/Makefile.am
4283         * src/common/Makefile.am
4284                 update Makefiles for moved intl.h, version.h and defs.h
4285         * src/imap.c
4286                 rewrite imap_session_get to avoid duplicate code
4287
4288 2002-12-23 [paul]       0.8.7claws
4289
4290         * Santa-Claws released
4291         
4292         * po/hu.po
4293           po/ru.po
4294                 squeeze in updated Hungarian and Russian translations.
4295                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4296
4297 2002-12-23 [paul]       0.8.6claws129
4298
4299         * po/pl.po
4300                 updated by Witold Wladyslaw Wojciech Wilk
4301
4302 2002-12-23 [paul]       0.8.6claws128
4303
4304         * src/quote_fmt_parse.y
4305                 fix typo and add licence header
4306
4307 2002-12-23 [paul]       0.8.6claws127
4308
4309         * po/en_GB.po
4310                 updated
4311
4312 2002-12-23 [paul]       0.8.6claws126
4313
4314         * po/it.po
4315                 updated translation, submitted by Alessandro Maestri
4316                 
4317 2002-12-23 [paul]       0.8.6claws125
4318
4319         * src/quote_fmt_parse.y
4320                 fix signature-stripping on replies bug. match
4321                 '-- \n' and not '-- '.
4322
4323 2002-12-22 [paul]       0.8.6claws124
4324
4325         * po/bg.po
4326           po/es.po
4327           po/sr.po
4328                 updated translations. submitted by George Danchev,
4329                 Ricardo Mones Lastra, and Urke MMI respectively
4330
4331 2002-12-21 [paul]       0.8.6claws123
4332
4333         * src/addrbook.c
4334                 fix coding style
4335
4336 2002-12-21 [paul]       0.8.6claws122
4337
4338         * src/addrbook.c
4339                 fix bug [643638] where if a person is in one or more
4340                 addressbook groups editing that person's email 
4341                 address results in removal from those groups.
4342                 Patch submitted by Luke Plant.
4343
4344 2002-12-20 [christoph]  0.8.6claws121
4345
4346         * src/common/utils.c
4347         * src/summaryview.c
4348                 reimplement expand_search_string using GString to
4349                 prevent crashs caused by miscalculated string
4350                 lengths reported by Paul
4351
4352 2002-12-20 [christoph]  0.8.6claws120
4353
4354         * src/summaryview.c
4355                 don't use "changed" to check if op_count has to be changed as it
4356                 is also set when the message has unread children
4357                 (closes bug [ 653221 ] crash while deleting duplicates)
4358
4359 2002-12-20 [paul]       0.8.6claws119
4360
4361         * sync with 0.8.6cvs27
4362                 see ChangeLog 2002-12-20
4363
4364 2002-12-20 [paul]       0.8.6claws118
4365
4366         * sync with 0.8.6cvs26
4367                 see ChangeLog 2002-12-19 and 2002-12-20
4368
4369 2002-12-19 [alfons]     0.8.6claws117
4370
4371         * src/textview.c
4372                 fix incorrect parsing of email addresses, submitted by 
4373                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4374                 name display if it contains @".
4375
4376 2002-12-18 [paul]       0.8.6claws116
4377
4378         * sync with 0.8.6cvs23
4379                 see ChangeLog 2002-12-18
4380
4381 2002-12-18 [paul]       0.8.6claws115
4382
4383         * src/Makefile.am
4384         * src/account.c
4385         * src/codeconv.c
4386         * src/gtkutils.[ch]
4387         * src/imap.c
4388                 sync with 0.8.6cvs22.
4389                 see ChangeLog 2002-12-17 and 2002-12-18
4390
4391 2002-12-17 [christoph]  0.8.6claws114
4392
4393         * src/imap.c
4394                 o don't create a session if imap greeting fails
4395                 o don't close socket when authentication fails
4396                   this is done by imap_session_destroy
4397
4398 2002-12-17 [thorsten]   0.8.6claws113
4399
4400         * tools/Makefile.am
4401           tools/README
4402           tools/google_msgid.pl ** NEW FILE **
4403                 Added "search for message-id" script and doc
4404
4405 2002-12-17 [thorsten]   0.8.6claws112
4406
4407         * po/hu.po
4408                 Updated hungarian translation
4409                 (updated by Gal Zoltan)
4410
4411 2002-12-16 [christoph]  0.8.6claws111
4412
4413         * src/addr_compl.c
4414                 remove stupid addressbook dump to debug output
4415         * src/mh.c
4416                 fix memory leak found by Hiro
4417
4418 2002-12-14 [paul]       0.8.6claws110
4419
4420         * src/compose.c
4421                 fix menubar sensitivity on send
4422                 
4423         * src/prefs_filtering.c
4424         * src/prefs_matcher.c
4425         * src/prefs_scoring.c
4426                 Fix english ;)
4427                 
4428         * src/common/quoted-printable.h
4429                 sync: fix typo
4430         
4431 2002-12-13 [christoph]  0.8.6claws109
4432
4433         * src/Makefile.am
4434         * src/manage_window.[ch]        ** REMOVE **
4435         * src/gtk/Makefile.am
4436         * src/gtk/manage_window.[ch]    ** NEW **
4437                 move manage_window files to gtk directory
4438
4439 2002-12-13 [christoph]  0.8.6claws108
4440
4441         * src/Makefile.am
4442         * src/gtkshruler.[ch]           ** REMOVE **
4443         * src/gtk/Makefile.am
4444         * src/gtk/gtkshruler.[ch]       ** NEW **
4445                 move gtkshruler files to gtk directory
4446
4447 2002-12-13 [christoph]  0.8.6claws107
4448
4449         * src/Makefile.am
4450         * src/compose.c
4451         * src/gtkstext.[ch]             ** REMOVE **
4452         * src/gtkutils.[ch]
4453         * src/textview.c
4454         * src/gtk/gtkstext.[ch]         ** NEW **
4455         * src/gtk/Makefile.am
4456                 o move stext functions to gtkstext.c to remove
4457                   dependency of gtkutils
4458                 o move gtkstext files to gtk directory
4459
4460         * src/gtk/Makefile.am
4461         * src/gtk/sslcertwindow.[ch]
4462                 UI stuff can always depend on common code so
4463                 it's ok to add ../common to include path
4464
4465 2002-12-13 [colin]      0.8.6claws106
4466
4467         * src/summaryview.c
4468                 Disconnect sighandlers for mainwindow when
4469                 quicksearch has the focus
4470                 Fix bug #653231
4471         * src/mainwindow.[ch]
4472                 Make key_pressed callback public, to be able
4473                 to disconnect it
4474
4475 2002-12-13 [christoph]  0.8.6claws105
4476
4477         * src/mh.c
4478                 create .mh_sequences file in new MH folders
4479                 (closes feature request [ 523162 ] MH folders should
4480                  get a .mh_sequences)
4481
4482 2002-12-13 [colin]      0.8.6claws104
4483
4484         * src/summaryview.c
4485                 Better handling of quicksearch show/hide
4486                 (basically the button stays under the mouse 
4487                  when toggled)
4488
4489 2002-12-13 [paul]       0.8.6claws103
4490
4491         * sync with 0.8.6cvs17
4492                 see ChangeLog 2002-12-13
4493
4494 2002-12-13 [paul]       0.8.6claws102
4495
4496         * po/es.po
4497                 updated by Ricardo Mones Lastra
4498
4499 2002-12-11 [colin]       0.8.6claws101
4500
4501         * src/folder.c
4502                 remove statusbar stuff
4503           src/folderview.c
4504                 set statusbar verbosity when moving folders
4505
4506 2002-12-11 [colin]       0.8.6claws100
4507         * src/prefs_filtering.c
4508         * src/prefs_matcher.c
4509         * src/prefs_scoring.c
4510                 Fix english ;)
4511
4512 2002-12-11 [colin]       0.8.6claws99
4513
4514         * src/prefs_common.[ch]
4515                 Add summary_quicksearch_type
4516         * src/summaryview.c
4517                 Save last used quicksearch type
4518
4519 2002-12-11 [jens]       0.8.6claws98
4520         * src/prefs_filtering.c
4521         * src/prefs_matcher.c
4522         * src/prefs_scoring.c
4523                 added dialog for incomplete rules in scoring, filtering and
4524                 matcher to ask wheather really close
4525
4526 2002-12-11 [colin]      0.8.6claws97
4527
4528         * src/folder.c
4529                 Fix folder dnd statusbar logging
4530
4531 2002-12-10 [christoph]  0.8.6claws96
4532
4533         * src/compose.c
4534         * src/folder.c
4535         * src/imap.c
4536         * src/inc.c
4537         * src/main.c
4538         * src/mainwindow.c
4539         * src/news.c
4540         * src/send.c
4541         * src/statusbar.[ch]
4542         * src/common/hooks.c
4543         * src/common/log.[ch]
4544                 o handle verbose logging in statusbar directly in statusbar code
4545                   and common code does not need any knowledge about a statusbar
4546                 o remove direct calls to statusbar_(puts|pop)_all functions
4547
4548 2002-12-10 [jens]       0.8.6claws95
4549
4550         * src/*.c
4551                 removed gettext from g_warnings
4552         * po/POTFILES.in
4553                 cleaned and updated
4554         * po/de.po
4555                 updated
4556
4557 2002-12-10 [colin]      0.8.6claws94
4558
4559         * src/main.c
4560                 finish crash dialog fix
4561
4562 2002-12-10 [colin]      0.8.6claws93
4563
4564         * src/main.c
4565                 "Fix" "sylpheed already running" instead of
4566                 crash dialog appearing after a crash
4567
4568 2002-12-10 [colin]      0.8.6claws92
4569
4570         * po/POTFILES.in
4571                 add src/gtk/sslcertwindow.c
4572
4573 2002-12-10 [paul]       0.8.6claws91
4574
4575         * po/POTFILES.in
4576                 updated to reflect recent changes
4577                 submitted by Alessandro Maestri
4578
4579 2002-12-09 [christoph]  0.8.6claws90
4580
4581         * src/Makefile.am
4582         * src/smtp.[ch]                 ** REMOVE **
4583         * src/common/Makefile.am
4584         * src/common/smtp.[ch]          ** NEW **
4585                 move smtp files to common directory
4586
4587 2002-12-09 [christoph]  0.8.6claws89
4588
4589         * src/Makefile.am
4590         * src/session.[ch]              ** REMOVE **
4591         * src/common/Makefile.am
4592         * src/common/session.[ch]       ** NEW **
4593                 move session files to common directory
4594
4595 2002-12-09 [paul]       0.8.6claws88
4596
4597         * src/account.c
4598                 fix bug [649746] edit accounts: move account reverted
4599                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4600
4601 2002-12-09 [colin]      0.8.6claws87
4602
4603         * src/ssl_certificate.c
4604                 cleanup
4605
4606 2002-12-09 [colin]      0.8.6claws86
4607
4608         * src/ssl.c
4609                 Try to open the cert.pem database and 
4610                 issue a warning if it isn't there
4611
4612 2002-12-09 [colin]      0.8.6claws85
4613
4614         * src/common/ssl_certificate.c
4615         * src/gtk/sslcertwindow.c
4616                 Warning fixes
4617
4618 2002-12-09 [colin]      0.8.6claws84
4619
4620         * src/ssl_certificate.[ch] ** REMOVED **
4621         * src/common/ssl_certificate.[ch] ** NEW **
4622         * src/Makefile.am
4623         * src/common/Makefile.am
4624                 Moved ssl_certificate.[ch] to common
4625         * src/common/ssl.c 
4626                 Put back needed include
4627         * src/gtk/sslcertwindow.[ch]
4628                 Changed ssl_certificate.h include
4629         
4630 2002-12-09 [colin]      0.8.6claws83
4631
4632         * src/gtk/sslcertwindow.[ch]
4633                 Implement hook for certificate acception
4634         * src/ssl_certificate.[ch]
4635                 Implement hook for certificate acception
4636         * src/common/ssl.c
4637                 Reenable certificate acception check
4638         * src/mainwindow.c
4639                 Register sslcertwindow's hook
4640         
4641 2002-12-08 [christoph]  0.8.6claws82
4642
4643         * src/about.c
4644         * src/addr_compl.c
4645         * src/codeconv.c
4646         * src/manual.c
4647         * src/undo.c
4648         * src/common/utils.c
4649                 o add missing includes
4650                 o fix warnings
4651         * src/.cvsignore
4652         * src/common/.cvsignore
4653         * src/common/version.h          ** REMOVE **
4654                 remove autogenerated file
4655
4656 2002-12-08 [paul]       0.8.6claws81
4657
4658         * src/stringtable.c
4659                 put back needed include
4660
4661 2002-12-08 [colin]      0.8.6claws80
4662         
4663         * src/gtk/sslcertwindow.c
4664                 Cleaner popups when asking
4665         * src/ssl_certificate.c
4666         * src/prefs_common.[ch]
4667                 remove ssl certificate pref
4668                 put back needed include
4669         * src/undo.c
4670                 put back needed include
4671
4672 2002-12-08 [christoph]  0.8.6claws79
4673
4674         * src/folderview.c
4675         * src/logwindow.c
4676         * src/statusbar.c
4677         * src/summaryview.c
4678                 only abort hook invokation if required data is missing not
4679                 if our own data pointer is NULL, update hookfunction for
4680                 log window
4681
4682 2002-12-08 [paul]       0.8.6claws78
4683
4684         * src/about.c
4685         * src/addrcache.c
4686         * src/addrclip.c
4687         * src/addr_compl.c
4688         * src/addrselect.c
4689         * src/codeconv.c
4690         * src/colorlabel.c
4691         * src/enriched.c
4692         * src/esmtp.c
4693         * src/exporthtml.c
4694         * src/headerview.c
4695         * src/imageview.c
4696         * src/manual.c
4697         * src/noticeview.c
4698         * src/pgptext.c
4699         * src/scoring.c
4700         * src/sourcewindow.c
4701         * src/stringtable.c
4702         * src/undo.c
4703                 clean up: remove unneccesary includes
4704
4705 2002-12-08 [christoph]  0.8.6claws77
4706
4707         * src/folderview.c
4708         * src/statusbar.c
4709         * src/summaryview.c
4710         * src/common/hooks.[ch]
4711                 hook functions now have a gboolean return value, if a hook
4712                 returns TRUE it will stop executing of any more hooks in
4713                 the same hooklist for this invokation
4714
4715 2002-12-08 [colin]      0.8.6claws76
4716         
4717         * src/main.c
4718                 put back argv0 for CRASH_DIALOG
4719
4720 2002-12-08 [christoph]  0.8.6claws75
4721
4722         * src/Makefile.am
4723         * src/about.c
4724         * src/account.c
4725         * src/crash.c
4726         * src/esmtp.h
4727         * src/imap.[ch]
4728         * src/inc.c
4729         * src/main.c
4730         * src/mainwindow.c
4731         * src/news.c
4732         * src/pop.[ch]
4733         * src/prefs_account.[ch]
4734         * src/prefs_common.[ch]
4735         * src/send.[ch]
4736         * src/smtp.[ch]
4737         * src/ssl_certificate.[ch]
4738         * src/ssl_manager.[ch]
4739         * src/common/Makefile.am
4740         * src/common/log.c
4741         * src/common/nntp.[ch]
4742         * src/common/socket.[ch]
4743         * src/common/ssl.[ch]
4744         * src/gtk/sslcertwindow.[ch]
4745         * ac/openssl.m4
4746                 use new autoconf script to detect OpenSSL with extra parameters
4747                 to specify the location of libs and includes, also remove USE_SSL
4748                 to USE_OPENSSL
4749
4750         * src/common/sylpheed.[ch]
4751         * src/common/version.h.in
4752                 start seperation of common code initialization seperated from gui
4753
4754         * src/summaryview.c
4755                 The function that is called when a color label changes
4756                 should not change the color lable again
4757
4758 2002-12-08 [colin]      0.8.6claws74
4759
4760         * src/gtk/sslcertwindow.c
4761                 warning fixes
4762
4763 2002-12-08 [colin]      0.8.6claws73
4764
4765         * src/statusbar.c
4766           src/common/log.h
4767                 Register a hook for statusbar_puts_all
4768         * src/common/log.c
4769                 invoke statusbar_puts_all's hook
4770         
4771 2002-12-08 [colin]      0.8.6claws72
4772
4773         * src/ssl_certificate.c
4774                 Put back a badly-removed include
4775
4776 2002-12-08 [colin]      0.8.6claws71
4777
4778         * src/gtk/sslcertwindow.[ch]    ** NEW **
4779                 new certificate presentation
4780         * src/gtk/Makefile.am
4781                 add new files
4782         * src/ssl_certificate.[ch]
4783                 gtk cleanup, made utility functions public
4784         * src/ssl_manager.c
4785                 use new cert presentation
4786
4787 2002-12-07 [christoph]  0.8.6claws70
4788
4789         * src/Makefile.am
4790         * src/nntp.[ch]                 ** REMOVE **
4791         * src/common/Makefile.am
4792         * src/common/nntp.[ch]          ** NEW **
4793                 move nntp files to common directory
4794
4795 2002-12-07 [christoph]  0.8.6claws69
4796
4797         * src/procmsg.[ch]
4798         * src/summaryview.c
4799                 implement msginfo update callback using sylpheed's new
4800                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4801
4802 2002-12-06 [christoph]  0.8.6claws68
4803
4804         * src/editgroup.c
4805                 This patch changes the 'Edit Group Details' dialog to
4806                 allow extended selections in either pane, so that
4807                 addresses can be added or removed from a group more
4808                 quickly and easily. (it actually is a net decrease in
4809                 file size, as some unnecessary functions have been
4810                 removed). 
4811                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4812
4813 2002-12-06 [christoph]  0.8.6claws67
4814
4815         * src/Makefile.am
4816         * src/template.[ch]             ** REMOVE **
4817         * src/common/Makefile.am
4818         * src/common/template.[ch]      ** NEW **
4819                 move template files to common directory
4820
4821         * src/nntp.c
4822                 add missing log.h include
4823
4824 2002-12-06 [melvin]     0.8.6claws66
4825
4826         * src/prefs_actions.c
4827                 Added the trailing ">" syntax to insert command's output
4828                 without replacing old text (in contrast to trailing "|").
4829
4830 2002-12-05 [colin]      0.8.6claws65
4831         
4832         * src/common/utils.c
4833                 Don't modify original search_string or it'll change
4834                 the next iterations in the for()
4835
4836 2002-12-05 [darko]      0.8.6claws64
4837
4838         * src/common/utils.c
4839                 proper check for filtering commands, found by Colin
4840
4841 2002-12-05 [darko]      0.8.6claws63
4842
4843         * src/common/utils.c
4844                 check proper string for NULL pointer, found by Colin
4845
4846 2002-12-05 [darko]      0.8.6claws62
4847
4848         * src/common/utils.[ch]
4849                 expand_search_string(): new function
4850                 converts Mutt-like patterns to Sylpheed's
4851                 filtering engine
4852         * src/summaryview.c
4853                 use expand_search_string() to allow Mutt-like
4854                 patterns in extended search
4855         * README.claws
4856                 document extended option in quick search
4857
4858 2002-12-05 [paul]       0.8.6claws61
4859
4860         * sync with 0.8.6cvs16
4861                 see ChangeLog 2002-12-05
4862                 
4863         * po/POTFILES.in
4864                 clean up
4865
4866 2002-12-04 [christoph]  0.8.6claws60
4867
4868         * src/imap.[ch]
4869                 put imap authentication code into a new function and
4870                 remove it from imap_session_new that will allow to
4871                 send other commands before authentication
4872
4873 2002-12-04 [christoph]  0.8.6claws59
4874
4875         * src/imap.[ch]
4876                 use already existing method to prevent unneeded IMAP
4877                 folder selects. Set imap_select parameters to NULL
4878                 in some functions if the values are not required.
4879
4880         * src/xml.h
4881                 remove no longer required include
4882
4883 2002-12-04 [paul]       0.8.6claws58
4884
4885         * po/es.po
4886                 updated by Ricardo Mones Lastra
4887                 
4888         * configure.in
4889           po/hu.po      ** NEW FILE **
4890                 initial Hungarian translation, submitted
4891                 by Gál Zoltán <galzoli@hu.inter.net>
4892
4893 2002-12-03 [christoph]  0.8.6claws57
4894
4895         * src/Makefile.am
4896         * src/gtksctree.[ch]            ** REMOVE **
4897         * src/gtk/Makefile.am
4898         * src/gtk/gtksctree.[ch]        ** NEW **
4899                 move gtksctree files to gtk directory
4900
4901 2002-12-03 [christoph]  0.8.6claws56
4902
4903         * src/Makefile.am
4904         * src/md5.[ch]                  ** REMOVE **
4905         * srm/common/Makefile.am
4906         * src/common/md5.[ch]           ** NEW **
4907                 move md5 files to common directory
4908
4909         * src/gtkstext.c
4910                 remove not required #include
4911
4912 2002-12-03 [sergey]     0.8.6claws55
4913
4914         * src/gtkutils.c
4915         * src/gtkutils.h
4916                 gtkut_window_popup(): new function.
4917         * src/mainwindow.c
4918                 main_window_popup(): use gtkut_window_popup() to raise
4919                 window without changing its position.
4920                 (see sylpheed-main ML message [sylpheed:17247])
4921
4922 2002-12-03 [sergey]     0.8.6claws54
4923
4924         * src/send.c
4925                 send_message_local(): removed first-dot escaping
4926                 (SMTP-only, not needed for sending through pipe)
4927
4928 2002-12-03 [paul]       0.8.6claws53
4929
4930         * po/POTFILES.in
4931                 update to reflect recent changes (thanks
4932                 to Ricardo Mones Lastra)
4933                 
4934         * tools/filter_conv.pl
4935                  fix problem with quoted strings. Patch submitted
4936                  by Luke Plant <lukeplant@softhome.net>
4937
4938 2002-12-03 [paul]       0.8.6claws52
4939
4940         * sync with 0.8.6cvs15
4941                 see ChangeLog 2002-12-03
4942
4943 2002-12-02 [christoph]  0.8.6claws51
4944
4945         * src/logwindow.[ch]
4946         * src/common/log.[ch]
4947                 implement logging using a hook function
4948
4949         * src/folderview.c
4950         * src/folder.[ch]
4951                 define hooklist name in header file to avoid
4952                 errors caused by wrong spelling of hooklist names
4953
4954         * src/toolbar.c
4955                 fix warnings
4956
4957 2002-12-02 [christoph]  0.8.6claws50
4958
4959         * src/common/Makefile.am
4960                 add src/common/hooks.[ch]
4961
4962         * src/common/hooks.[ch]
4963                 implement a simple hook system using glib's hook functions
4964
4965         * src/folder.[ch]
4966         * src/folderview.c
4967                 use new hook system for folder item updates
4968
4969 2002-12-02 [christoph]  0.8.6claws49
4970
4971         * doc-src/ui_seperation.txt     ** NEW **
4972                 information for ui seperation
4973
4974         * src/Makefile.am
4975                 remove files that were moved to common
4976                 include common directory by default for the header files
4977
4978         * src/inc.c
4979         * src/common/socket.c
4980         * src/automaton.[ch]
4981                 implement automaton using g_io_*-functions instead of
4982                 gdk_input_add to make it ui independent
4983
4984         * src/codeconv.c
4985         * src/compose.c
4986         * src/ldif.c
4987         * src/pgptext.c
4988         * src/procmime.c
4989         * src/rfc2015.c
4990         * src/smtp.c
4991         * src/unmime.c
4992                 remove common/ prefix because directory is now in
4993                 include path
4994
4995         * src/compose.c
4996         * src/folder.c
4997         * src/folderview.c
4998         * src/mainwindow.c
4999         * src/messageview.c
5000         * src/prefs_common.c
5001         * src/procmsg.c
5002         * src/rfc2015.c
5003                 fix warnings
5004
5005         * src/imap.c
5006         * src/inc.c
5007         * src/news.c
5008         * src/pop.c
5009         * src/send.c
5010         * src/smtp.c
5011         * src/ssl_certificate.c
5012                 add log.h header file for logging functions
5013
5014         * src/main.c
5015         * src/common/utils.c
5016         * src/summaryview.c
5017         * src/xml.c
5018                 o move debug_mode to common/utils.c
5019                 o add functions to set and get debug_mode
5020
5021         * src/defs.h                    ** REMOVE **
5022         * src/intl.h                    ** REMOVE **
5023         * src/socket.[ch]               ** REMOVE **
5024         * src/ssl.[ch]                  ** REMOVE **
5025         * src/utils.[ch]                ** REMOVE **
5026                 replaced by new files in src/common/
5027         
5028         * src/common/Makefile.am
5029                 add new files in src/common/
5030
5031         * src/common/defs.h             ** NEW **
5032         * src/common/intl.h             ** NEW **
5033         * src/common/log.[ch]           ** NEW **
5034         * src/common/socket.[ch]        ** NEW **
5035         * src/common/ssl.[ch]           ** NEW **
5036         * src/common/utils.[ch]         ** NEW **
5037                 replacement for files in src/
5038
5039 2002-12-02 [colin]      0.8.6claws48
5040
5041         * src/folderview.c
5042                 Scroll folderview if necessary during dnd
5043
5044 2002-12-02 [colin]      0.8.6claws47
5045
5046         * src/folder.[ch]
5047                 Add check to verify a move is within a single mailbox
5048         * src/folderview.c
5049                 Add specific error string for this check
5050
5051 2002-12-02 [colin]      0.8.6claws46
5052
5053         * src/folder.c
5054                 Add a test to folder moving, remove a statusbar_print
5055         * src/folderview.c
5056                 Add Move folder... context-menu item
5057                 Factorize folder moving code
5058                 Enable folder DND for mbox
5059
5060 2002-12-01 [christoph]  0.8.6claws45
5061
5062         * ac/aspell.m4
5063                 remove conf.aspelltest if the version check fails
5064
5065 2002-11-30 [christoph]  0.8.6claws44
5066
5067         * autogen.sh
5068                 run libtoolize --force in autogen to create missing
5069                 libtool scripts
5070
5071 2002-11-30 [christoph]  0.8.6claws43
5072
5073         * src/Makefile.am
5074         * src/pgptext.c
5075         * src/procmime.c
5076         * src/rfc2015.c
5077         * src/uuencode.[ch]             ** REMOVED **
5078         * src/common/Makefile.am
5079         * src/common/uuencode.[ch]      ** NEW **
5080                 move uuen/decoder to common directory
5081
5082 2002-11-30 [christoph]  0.8.6claws42
5083
5084         * src/Makefile.am
5085         * src/base64.[ch]               ** REMOVED **
5086         * src/codeconv.c
5087         * src/compose.c
5088         * src/ldif.c
5089         * src/pgptext.c
5090         * src/procmime.c
5091         * src/rfc2015.c
5092         * src/smtp.c
5093         * src/unmime.c
5094         * src/common/Makefile.am
5095         * src/common/base64.[ch]        ** NEW **
5096                 move base64 en/decoder to common directory
5097
5098 2002-11-30 [christoph]  0.8.6claws41
5099
5100         * src/common                    ** NEW **
5101                 new directory for UI independent code
5102         * src/gtk                       ** NEW **
5103                 new directory for GTK frontend
5104         * src/common/.cvsignore         ** NEW **
5105         * src/gtk/.cvsignore            ** NEW **
5106                 ignore build files
5107         * src/common/Makefile.am        ** NEW **
5108         * src/gtk/Makefile.am           ** NEW **
5109                 automake files to build new seperated stuff
5110         * src/Makefile.am
5111                 the binary will currently still be build with the
5112                 files in src, so we include the code from the
5113                 subdirs for now after building the libs there
5114
5115 2002-11-30 [paul]       0.8.6claws40
5116
5117         * src/compose.c
5118                 fix bug [642731] 'Wrong selected account with drafted mail'
5119
5120 2002-11-29 [oliver]     0.8.6claws39
5121         
5122         * src/messageview.c
5123                 o update summaryview when switching between different
5124                   messageviews          
5125         * src/toolbar.c  
5126                 o check if messageview holds already removed msg
5127                   from summaryview
5128                 
5129
5130 2002-11-29 [oliver]     0.8.6claws38
5131
5132         * src/toolbar.c 
5133                 remove not needed variables and includes
5134                 make messageview stay opened and move to next when msgs are deleted 
5135
5136 2002-11-29 [oliver]     0.8.6claws37
5137         
5138         * src/toolbar.c 
5139                 disable compose button (messageview toolbar) by default
5140                 deleted msgs are moved to trash
5141         
5142 2002-11-29 [melvin]     0.8.6claws36
5143
5144         * configure.in
5145                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5146                 and to detect signatures expirations (gpgme 0.3.6)
5147
5148         * src/main.c
5149                 Use non obsolescent function for Gpgme engine checking.
5150
5151         * src/rfc2015.c
5152                 Inform about expired signatures or signatures which key
5153                 has expired. Expiration date is displayed.
5154
5155         * src/sigstatus.c
5156                 Inform about expired signatures or signatures which key
5157                 has expired.
5158
5159 2002-11-28 [paul]       0.8.6claws35
5160
5161         * src/folderview.c
5162                 re-instate 'Check for new messages' in Newsgroup
5163                 folders right-click menu, after a suggestion from
5164                 Tim Mann <timmann@users.sourceforge.net>
5165
5166         * src/main.c
5167                 after a crash check only local folders for new
5168                 messages
5169
5170 2002-11-28 [paul]       0.8.6claws34
5171
5172         * configure.in
5173                 apply patch that fixes the checking of GTK with XIM 
5174                 support on different OSs, such as FreeBSD. Patch 
5175                 submitted by Topia <topia@users.sourceforge.net>
5176                 
5177 2002-11-28 [paul]       0.8.6claws33
5178
5179         * src/mainwindow.c
5180           src/prefs_common.c
5181           src/prefs_toolbar.c
5182                 more changes to the English
5183
5184 2002-11-28 [paul]       0.8.6claws32
5185
5186         * sync with 0.8.6cvs13
5187                 see ChangeLog 2002-11-28 (no sync needed
5188                 for src/compose.c)
5189
5190 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5191         
5192         * src/mainwindow.[ch]
5193                 add patch by Ivan F. Martinez introducing messageview Toolbar
5194                 some changes and committed by oliver    
5195
5196 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5197
5198         * src/messageview.[ch]
5199                 add patch by Ivan F. Martinez introducing messageview Toolbar
5200                 some changes and committed by oliver    
5201
5202 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5203
5204         * src/compose.[ch]
5205                 add patch by Ivan F. Martinez introducing messageview Toolbar
5206                 some changes and committed by oliver    
5207
5208 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5209         
5210         * src/toolbar.[ch]
5211                 add patch by Ivan F. Martinez introducing messageview Toolbar
5212                 some changes and committed by oliver
5213
5214 2002-11-28 [oliver]     0.8.6claws27
5215         
5216         * src/prefs_toolbar.[ch]
5217                 getting ready for messageview toolbar
5218                 free mem allocated by gettext
5219                 change prefs_toolbar to prefs_toolbar_open
5220  
5221 2002-11-28 [thorsten]   0.8.6claws26
5222
5223         * src/imageview.[ch]
5224                 cleaned up conflicting declarations of
5225                 imageview_show_image()
5226
5227 2002-11-28 [paul]       0.8.6claws25
5228
5229         * src/grouplistdialog.c
5230           src/prefs_common.c
5231           src/prefs_summary_column.c
5232                 a few more improvements to the English
5233
5234 2002-11-28 [colin]      0.8.6claws24
5235
5236         * man/sylpheed.1
5237                 A few updates to command-line parameters
5238
5239 2002-11-28 [colin]      0.8.6claws23
5240
5241         * src/prefs_filtering.c
5242                 Fix problems with prefs_filtering_delete_path:
5243                 a) if the first rule is removed, original pointers
5244                    weren't updated (leading to segfaults)
5245                 b) it was always global_processing updated in case
5246                    of removed path was parent of rule path
5247
5248 2002-11-27 [paul]       0.8.6claws22
5249
5250         * src/mainwindow.c
5251           src/prefs_account.c
5252           src/prefs_actions.c
5253           src/prefs_common.c
5254           src/prefs_customheader.c
5255           src/prefs_display_header.c
5256           src/prefs_filtering.c
5257           src/prefs_folder_item.c
5258           src/prefs_matcher.c
5259           src/prefs_scoring.c
5260           src/prefs_summary_column.c
5261           src/prefs_template.c
5262           src/prefs_toolbar.c
5263                  improve the English in the GUI
5264
5265 2002-11-27 [colin]      0.8.6claws21
5266
5267         * src/folder.c
5268                 Fix processing renaming problems happening after
5269                 last commit
5270
5271 2002-11-27 [colin]      0.8.6claws20
5272
5273         * src/folder.c
5274                 recursive move now deletes src each subfolder after 
5275                 having moved it
5276         * src/folderview.c
5277                 Use identifier instead of path during dnd (enables
5278                 IMAP folder dnd)
5279
5280 2002-11-27 [paul]       0.8.6claws19
5281
5282         * src/main.c
5283                 apply patch that does command-line processing 
5284                 BEFORE gtk_init, allowing claws to run from 
5285                 shell-scripts in non-X environment (e.g. crontab 
5286                 or ip-up, ip-down scripts). Patch submitted by
5287                 Ruslan N. Balkin <baron@dartel.ru>
5288                 
5289         * po/it.po
5290                 updated by Alessandro Maestri
5291
5292 2002-11-27 [paul]       0.8.6claws18
5293
5294         * sync with 0.8.6cvs12
5295           src/prefs_common.c
5296                 Differences are that main uses a 'Receive dialog'
5297                 frame on the Interface tab, whereas claws groups all 
5298                 the dialogs together in a 'Dialogs' frame.
5299
5300 2002-11-27 [colin]      0.8.6claws17
5301
5302         * src/prefs_matcher.c
5303                 Fix Execute criteria's NOT flag
5304
5305
5306 2002-11-26 [christoph]  0.8.6claws16
5307
5308         * src/ssl.c
5309                 rewrite the ssl code a little bit, only use one
5310                 SSL context, set default certificates' file/path
5311
5312 2002-11-26 [thorsten]   0.8.6claws15
5313
5314         * src/compose.c
5315                 default-reply-to didn't work for ml-reply
5316
5317 2002-11-26 [melvin]     0.8.6claws14
5318
5319         * src/prefs_actions.c
5320                 Made pipe-actions ignore short headers in message view
5321                 Made trailing-pipe-actions write in the message view with
5322                 the same font as the original message
5323
5324 2002-11-26 [paul]       0.8.6claws13
5325
5326         * src/compose.c
5327                 this time commit the correct file
5328
5329 2002-11-26 [paul]       0.8.6claws12
5330
5331         * sync with 0.8.6cvs11
5332           src/quote_fmt_parse.y  
5333                 no sync needed
5334           src/account.[ch]       
5335                 not sync'ed
5336           src/compose.c
5337                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5338                 on draft mode.
5339                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5340                 header
5341                 
5342         see ChangeLog 2002-11-25 and 2002-11-26
5343
5344 2002-11-26 [colin]      0.8.6claws11
5345
5346         * src/folderview.c
5347                 Fix collapsed folder not auto-expanding during
5348                 mail dnd, if it was the source folder.
5349
5350 2002-11-25 [colin]      0.8.6claws10
5351
5352         * src/folderview.[ch]
5353                 Variable renaming and cleaning (slist of nodes 
5354                 to be re-collapsed is stored in FolderView)
5355
5356 2002-11-25 [paul]       0.8.6claws9
5357
5358         * src/prefs_common.[ch]
5359                 fix breakage caused by last commit
5360
5361 2002-11-25 [paul]       0.8.6claws8
5362
5363         * sync with 0.8.6cvs4
5364                 see ChangeLog 2002-11-21
5365
5366 2002-11-25 [paul]       0.8.6claws7
5367
5368         * sync with 0.8.6cvs4
5369                 see ChangeLog 2002-11-20
5370
5371 2002-11-25 [paul]       0.8.6claws6
5372
5373         * sync with 0.8.6cvs3
5374                 see ChangeLog 2002-11-18
5375
5376 2002-11-25 [colin]      0.8.6claws5
5377
5378         * src/gtkutils.[ch]
5379                 Add gtkut_ctree_node_is_parent()
5380         * src/folderview.c
5381                 Spring-loaded folders
5382
5383 2002-11-25 [colin]      0.8.6claws4
5384
5385         * src/utils.[ch]
5386                 Add slist_concat_unique(), function to merge
5387                 two GSList filtering dups
5388         * src/folder.[ch]
5389         * src/summaryview.[ch]
5390         * src/folderview.c
5391         * src/main.c
5392                 Add detection/update/display of unread answers
5393                 to marked mails
5394         * src/procmsg.[ch]
5395                 Add procmsg_find_children()
5396                 Add procmsg_msg_has_marked_parent()
5397
5398 2002-11-25 [colin]      0.8.6claws3
5399
5400         * src/ssl_certificate.[ch]
5401                 Allow checking a certificate without a DNS
5402                 lookup
5403                 Allow to forget a cert (by deleting it)
5404                 Make ssl_certificate_destroy_public
5405         * src/ssl_manager.[ch] ** NEW FILES **
5406                 Gui to manage (display/remove) certificates
5407         * src/prefs_common.[ch]
5408                 Add a pref to allow silent acceptation of
5409                 trusted certificates or not (based on the
5410                 "I want to know what's going on" principle)
5411         * src/mainwindow.c
5412                 Add SSL manager in Tools menu
5413         * src/Makefile.am
5414                 Add the new files to the build
5415         * po/POTFILES.in
5416                 Add ssl_manager.c to translations
5417
5418 2002-11-25 [colin]      0.8.6claws2
5419
5420         * src/summaryview.[ch]
5421                 Add S_SEARCH_EXTENDED to the quick search, which 
5422                 allows to search using filtering syntax.
5423
5424 2002-11-25 [colin]      0.8.6claws1
5425
5426         * src/summaryview.c
5427                 Deletion of duplicates now prefer deleting
5428                 the unread dup (fixes feature-request 638989).
5429
5430 2002-11-24 [paul]       0.8.6claws
5431
5432         * po/es.po
5433           po/pl.po
5434           po/ru.po
5435           po/sr.po
5436                 updated by Ricardo Mones Lastra,
5437                 Witold Wladyslaw Wojciech Wilk,
5438                 Ruslan N. Balkin, and  Urke MMI 
5439                 respectively
5440
5441 2002-11-24 [paul]       0.8.5claws182
5442
5443         * po/bg.po
5444                 updated by George Danchev
5445
5446 2002-11-23 [alfons]     0.8.5claws181
5447
5448         * src/imap.c
5449                 tiny memory leak found by browsing Dimitar's 
5450                 valgrind report
5451
5452 2002-11-23 [paul]       0.8.5claws180
5453
5454         * po/it.po
5455                 updated by Alessandro Maestri
5456
5457 2002-11-22 [christoph]  0.8.5claws179
5458
5459         * src/compose.c
5460         * src/inc.c
5461         * src/prefs_filtering.c
5462         * src/summaryview.c
5463                 more warning fixes
5464
5465 2002-11-22 [alfons]     0.8.5claws178
5466
5467         * src/summaryview.c
5468                 summary_execute_delete_func(): if message is deleted, make 
5469                 sure to also remove its entry in the subject hash table. 
5470                 fixes a corner case bug.
5471
5472 2002-11-22 [paul]       0.8.5claws177
5473
5474         * .cvsignore
5475                 add 'autom4te.cache'
5476                 
5477         * ltconfig      ** REMOVED **
5478                 not needed
5479
5480 2002-11-22 [paul]       0.8.5claws176
5481
5482         * src/textview.c
5483                 textview_set_font(): fix for message display in
5484                 UTF-8 locales (thanks to Sergey Vlasov).
5485                 
5486         * AUTHORS
5487                 add new team members and contributors
5488
5489
5490 2002-11-21 [colin]      0.8.5claws175
5491
5492         * src/procmsg.[ch]
5493                 Add procmsg_remove_special_headers()
5494         * src/mh.c
5495                 Use procmsg_remove_special_headers() for 
5496                 previous fix
5497
5498 2002-11-21 [colin]      0.8.5claws174
5499
5500         * src/mh.c
5501                 Fix moving/copying from queue/draft folders
5502                 for MH folders
5503
5504 2002-11-21 [christoph]  0.8.5claws173
5505
5506         * src/crash.c
5507         * src/filtering.c
5508         * src/logwindow.c
5509         * src/main.c
5510         * src/matcher_parser_lex.[hl]
5511         * src/mbox.c
5512         * src/mbox_folder.[ch]
5513         * src/prefs_filtering.c
5514         * src/procheader.c
5515         * src/quote_fmt_lex.l
5516         * src/ssl.c
5517                 fix all warnings except the warnings in lex and yacc files
5518
5519 2002-11-20 [christoph]  0.8.5claws172
5520
5521         * src/imap.c
5522                 fix MsgInfo retrieval for IMAP draft and queue folders
5523                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5524
5525 2002-11-19 [christoph]  0.8.5claws171
5526
5527         * src/compose.c
5528                 fix segfault, when draft saving does not get
5529                 the MsgInfo of the new message
5530                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5531
5532 2002-11-19 [christoph]  0.8.5claws170
5533
5534         * src/procmsg.c
5535                 add parameter check for flag setting function
5536                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5537
5538 2002-11-18 [paul]       0.8.5claws169
5539
5540         * src/compose.c
5541                 more sensitivity fixes to redirect mode:
5542                 * disable toolbar draft button
5543                 * allow only Address book in the Tools menu
5544                 * disable editing of message by the spell
5545                   checker
5546
5547 2002-11-18 [paul]       0.8.5claws168
5548
5549         * src/compose.c
5550                 fix sensitivity of menu items in compose_redirect():
5551                 allow only the necessary items 
5552
5553 2002-11-18 [paul]       0.8.5claws167
5554
5555         * src/compose.c
5556                 fix bug [ 603259 ] 'attachment got lost on bounce'
5557
5558 2002-11-18 [paul]       0.8.5claws166
5559
5560         * po/ru.po
5561                 updated by Ruslan N. Balkin <baron@dartel.ru>
5562
5563 2002-11-18 [colin]      0.8.5claws165
5564
5565         * src/main.c
5566           src/defs.h
5567                 Remove old filtering stuff
5568
5569
5570 2002-11-17 [oliver]     0.8.5claws164
5571
5572         * src/toolbar.h
5573                 remove not needed typedef 
5574
5575 2002-11-17 [oliver]     0.8.5claws163
5576
5577         * src/toolbar.c
5578                 make toolbar's on click events translatable
5579
5580 2002-11-15 [colin]      0.8.5claws162
5581
5582         * src/summaryview.c
5583                 Revert too-soon integration of a feature
5584
5585 2002-11-15 [christoph]  0.8.5claws161
5586
5587         * src/imap.c
5588                 use main's implementation of imap_get_msginfo
5589
5590 2002-11-15 [christoph]  0.8.5claws160
5591
5592         * src/compose.c
5593         * src/folder.[ch]
5594         * src/imap.c
5595         * src/mbox_folder.c
5596         * src/mh.c
5597         * src/news.c
5598         * src/procmsg.c
5599         * src/summaryview.c
5600                 replace claws' fetch_msginfo with main's get_msginfo
5601                 (use main's implementation where possible)
5602
5603 2002-11-15 [colin]      0.8.5claws159
5604
5605         * src/ssl_certificate.c
5606                 Missed a check
5607
5608 2002-11-16 [melvin]     0.8.5claws158
5609
5610         * po/fr.po
5611                 Updated French translations.
5612
5613 2002-11-16 [colin]      0.8.5claws157
5614
5615         * src/ssl_certificate.c
5616                 Check for missing parts in the certificates
5617
5618 2002-11-15 [colin]      0.8.5claws156
5619
5620         * src/folderview.c
5621                 Preventive fix (missing check) found by
5622                 Alfons
5623
5624 2002-11-15 [paul]
5625
5626         * NEWS
5627                 sync with 0.8.6 release
5628
5629 2002-11-15 [colin]      0.8.5claws155
5630
5631         * src/folder.[ch]
5632           src/folderview.c
5633                 Fix error handling of folder_item_move_to()
5634                 (thanks to Alfons!)
5635
5636 2002-11-15 [colin]      0.8.5claws154
5637
5638         * src/folder.[ch]
5639           src/folderview.c
5640                 folder_item_move_to() sets an error message instead
5641                 of having GUI stuff in folder.c
5642
5643 2002-11-15 [colin]      0.8.5claws153
5644
5645         * src/procmsg.[ch]
5646                 Implemented a callback for MsgInfo updates, 
5647                 heavily copy/pasted from Christoph's folder 
5648                 callback system
5649         * src/summaryview.[ch]
5650                 Register summary_update_msg as callback
5651
5652 2002-11-14 [colin]      0.8.5claws152
5653         
5654         * src/procmsg.c
5655                 Update the FolderItem after sending (fixes 617593)
5656
5657 2002-11-14 [christoph]  0.8.5claws151
5658
5659         * src/folder.c
5660                 fix wrong position of NULL pointer check found
5661                 by Sergey
5662
5663 2002-11-14 [christoph]  0.8.5claws150
5664
5665         * src/folder.c
5666                 fix segfault when deleting messages from IMAP folders
5667                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5668
5669 2002-11-14 [colin]      0.8.5claws149
5670
5671         * src/compose.c
5672                 Forwarding was also ignoring the folder's default account.
5673
5674 2002-11-14 [colin]      0.8.5claws148
5675
5676         * src/compose.c
5677                 Fix sent folder not set to folder properties when 
5678                 forwarding.
5679
5680 2002-11-14 [thorsten]   0.8.5claws147
5681
5682         * src/inc.c
5683                 inc_start(): Files were not moved from .processing to inbox,
5684                 if no global processing rule existed
5685
5686 2002-11-14 [colin]      0.8.5claws146
5687
5688         * src/ssl_certificate
5689                 Fix file operations
5690
5691 2002-11-14 [paul]       0.8.5claws145
5692
5693         * po/it.po
5694                 updated by Alessandro Maestri
5695
5696 2002-11-13 [alfons]     0.8.5claws144
5697
5698         * src/folder.c
5699                 folder_item_close(): only mark messages unread
5700                 when a folder has new messages 
5701
5702 2002-11-13 [keith]      0.8.5claws143
5703
5704         * src/imap.c
5705                 Fix problem moving or copying between
5706                 IMAP folders
5707
5708 2002-11-13 [colin]      0.8.5claws142
5709
5710         * src/matcher_parser_parse.y
5711                 Fix rule problem when " don't match
5712
5713 2002-11-13 [christoph]  0.8.5claws141
5714
5715         * src/folder.c
5716         * src/folderview.c
5717                 moved cache saving to folder_item_close
5718                 the folderview should not have to deal with
5719                 this things
5720
5721 2002-11-13 [christoph]  0.8.5claws140
5722
5723         * src/summaryview.c
5724                 moved setting of important score to
5725                 summary_set_prefs_from_folderitem
5726
5727 2002-11-13 [colin]      0.8.5claws139
5728
5729         * src/matcher_parser_parse.y
5730                 Fix a segfault in the parser (happening when
5731                 a good expression had been tested and a bad 
5732                 one arrives)
5733
5734 2002-11-13 [paul]       0.8.5claws138
5735
5736         * sync with 0.8.5cvs24
5737                 see ChangeLog 2002-11-13
5738                 
5739         * po/pt_BR.po
5740                 updated by Fabio Jr. Beneditto
5741
5742 2002-11-13 [colin]      0.8.5claws137
5743         
5744         * src/msgcache.c
5745           src/defs.h
5746           src/procmsg.[ch]
5747                 Revert last commit, problem
5748
5749 2002-11-13 [colin]      0.8.5claws136
5750
5751         * src/msgcache.c
5752                 Remove duplicated code
5753         * src/defs.h
5754                 Bumped CACHE_VERSION and MARK_VERSION
5755         * src/procmsg.[ch]
5756                 Network endian for cache and mark files
5757
5758 2002-11-12 [colin]      0.8.5claws135
5759
5760         * src/inc.c
5761                 Fix the "socket error" dialog which disappeared
5762
5763 2002-11-12 [colin]      0.8.5claws134
5764
5765         * src/msgcache.c
5766                 Reverse last commit which had performance 
5767                 problems, but still reverse the list
5768
5769 2002-11-12 [colin]      0.8.5claws133
5770
5771         * src/msgcache.c
5772                 Reverse list order
5773
5774 2002-11-12 [melvin]     0.8.5claws132
5775
5776         * src/compose.c
5777                 Added a check for a NULL prefs_common.dictionary
5778
5779 2002-11-12 [colin]      0.8.5claws131
5780
5781         * src/ssl_certificate.[ch]
5782                 Use FQDN hostname
5783
5784 2002-11-12 [colin]      0.8.5claws130
5785
5786         * src/ssl_certificate.[ch]
5787                 Take connection port into account for 
5788                 checking certificates (a single hostname
5789                 could have multiple servers with multiple
5790                 certificates)
5791         * src/ssl.c
5792                 Pass the port to ssl_certificate_check
5793
5794 2002-11-12 [paul]       0.8.5claws129
5795
5796         * src/folder.c
5797                 fix a typo in last commit
5798
5799 2002-11-12 [paul]       0.8.5claws128
5800
5801         * sync with 0.8.5cvs23
5802                 see ChangeLog entry 2002-11-12
5803
5804 2002-11-11 [colin]      0.8.5claws127
5805
5806         * src/ssl_certificate.c
5807                 Cleaner messages
5808                 Don't popup, instead log error, if the 
5809                 corresponding pref is checked
5810         * src/ssl_certificate.h
5811                 include <openssl/objects/h>
5812
5813 2002-11-11 [colin]      0.8.5claws126
5814
5815         * src/ssl_certificate.h
5816                 _Really_ clean it
5817
5818 2002-11-11 [colin]      0.8.5claws125
5819         
5820         * src/ssl_certificate.c
5821                 Fixed leak
5822
5823 2002-11-11 [colin]      0.8.5claws124
5824
5825         * src/ssl.c
5826                 Cleaned a bit
5827         * src/ssl_certificate.[ch]
5828                 Cleaned a bit (better use of SSL API)
5829                 (This will cause non-recognition of saved 
5830                  certificates of claws12[23]...)
5831
5832 2002-11-11 [paul]       0.8.5claws123
5833         
5834         * po/es.po
5835                 updated by Ricardo Mones Lastra
5836
5837 2002-11-11 [colin]      0.8.5claws122
5838
5839         * src/ssl.c
5840                 Fix a typo
5841
5842 2002-11-11 [colin]      0.8.5claws121
5843
5844         * src/ssl_certificate.[ch] ** NEW FILES **
5845         * src/ssl.[ch]
5846                 Check SSL certificates presented to us
5847         * src/Makefile.am
5848                 Add ssl_certificate.[ch]
5849         * po/POTFILES.in
5850                 Add ssl_certificate.c
5851
5852 2002-11-11 [paul]       0.8.5claws120
5853
5854         * sync with 0.8.5cvs22
5855                 see ChangeLog 2002-11-11
5856
5857 2002-11-11 [paul]       0.8.5claws119
5858
5859         * sync with 0.8.5cvs21
5860                 see ChangeLog 2002-11-11
5861
5862 2002-11-10 [jens]       0.8.5claws118
5863
5864         * src/folder.c
5865         * src/folderview.c
5866                 corrected some typing
5867         * po/de.po
5868                 updated german translation
5869         * sylpheed.spec.in
5870                 cleaned up specfile and adjusted it for claws
5871
5872 2002-11-10 [colin]      0.8.5claws117
5873
5874         * src/summaryview.c
5875                 a STATUSBAR_PUSH/POP fix
5876
5877 2002-11-10 [colin]      0.8.5claws116
5878
5879         * src/prefs_folder_item.c
5880                 Fix hanging after opening folder properties
5881
5882 2002-11-10 [hoa]        0.8.5claws115
5883
5884         * src/matcher_parser_lex.l
5885         * src/matcher_parser_parse.y
5886                 config file for scoring and filtering is no more trashed
5887                 when there is a syntax error in a filtering rule when
5888                 editing it in a dialog.
5889
5890 2002-11-09 [colin]      0.8.5claws114
5891
5892         * src/mbox_folder.c
5893                 Added missing initialisation of folder->destroy()
5894
5895 2002-11-09 [colin]      0.8.5claws113
5896
5897         * src/folder.c
5898           src/folderview.c
5899                 Fix the status bar messages
5900
5901 2002-11-09 [colin]      0.8.5claws112
5902
5903         * src/folderview.c
5904                 Fix hangs after folder dnd, happening after 
5905                 claws109.
5906
5907 2002-11-09 [christoph]  0.8.5claws111
5908
5909         * src/folderview.c
5910                 just changed order of calls (reverse order of
5911                 associated calls)
5912         * src/inc.c
5913                 lock inc when checking only one account, otherwise
5914                 inc all could be executed at the same time
5915
5916 2002-11-09 [christoph]  0.8.5claws110
5917
5918         * src/folderview.c
5919                 better unlock the mouse cursor before calling
5920                 summary_show because it changes the cursor too
5921
5922 2002-11-09 [christoph]  0.8.5claws109
5923
5924         * src/folder.[ch]
5925         * src/folderview.c
5926                 add functions to open and close a folder
5927                 o opending will execute scanning for remote folders
5928                   and processing
5929                 o closing will unset new flag for messages
5930
5931 2002-11-09 [colin]      0.8.5claws108
5932
5933         * src/folder.c
5934                 Add a call to prefs_matcher_write_config to 
5935                 avoid non-leaf folders filtering settings to be
5936                 lost
5937
5938 2002-11-09 [paul]       0.8.5claws107
5939
5940         * src/prefs_account.c
5941                 re-word a label
5942
5943 2002-11-09 [colin]      0.8.5claws106
5944
5945         * src/folderview.c
5946                 Minor esthetic fix
5947
5948 2002-11-09 [colin]      0.8.5claws105
5949
5950         * src/folderview.c
5951                 Fix prefs_filtering deletion for MH folders (same
5952                 reason as below)
5953         * src/prefs_filtering.c
5954                 Fix prefs_filtering renaming and deletion for 
5955                 folder-based processing rules.  
5956
5957 2002-11-09 [christoph]  0.8.5claws104
5958
5959         * src/compose.c
5960         * src/folder.[ch]
5961         * src/folderview.[ch]
5962         * src/import.c
5963         * src/inc.c
5964         * src/main.c
5965         * src/mainwindow.c
5966         * src/messageview.c
5967         * src/prefs_folder_item.c
5968         * src/procmsg.c
5969         * src/summaryview.c
5970                 implement a callback system for folder item updates
5971
5972 2002-11-09 [colin]      0.8.5claws103
5973
5974         * src/folderview.c
5975                 Fix prefs_filtering renaming for MH folders (we
5976                 shouldn't rename by path as another folder could
5977                 have the same hierarchy).
5978
5979 2002-11-09 [colin]      0.8.5claws102
5980
5981         * src/folder.c
5982                 Fix a leak found by Christoph, use better variable
5983                 names
5984
5985 2002-11-09 [colin]      0.8.5claws101
5986
5987         * src/folder.c
5988                 One more fix for processing rules
5989
5990 2002-11-08 [colin]      0.8.5claws100
5991         
5992         * src/matcher.c
5993                 Don't copy the compiled regexp (will be reevaluated)
5994         * src/folderview.c
5995                 Lock folderview while moving
5996         * src/folder.c
5997                 Provide info on what's happening to the user
5998
5999 2002-11-08 [colin]      0.8.5claws99
6000
6001         * src/folderview.c
6002                 Fix folder reordering after a move if parent is 
6003                 root
6004         * src/scoring.[ch]
6005                 Add function to copy a ScoringProp
6006         * src/prefs_folder_item.c
6007                 Copy scoring rules when copying a folder prefs
6008
6009 2002-11-08 [colin]      0.8.5claws98
6010
6011         * src/folderview.c
6012                 Fixes in case of failure
6013         * src/filtering.[ch]    
6014                 Add function to duplicate a FilteringProp
6015         * src/matcher.[ch]
6016                 Add function to duplicate a MatcherProp
6017         * src/prefs_folder_item.c
6018                 Save folder's processing rules when copying 
6019                 its prefs
6020
6021 2002-11-08 [colin]      0.8.5claws97
6022         
6023         * src/folderview.c
6024                 Sort after move
6025         * src/folder.c 
6026                 Change a printf to debug_print
6027
6028 2002-11-08 [colin]      0.8.5claws96
6029
6030         * src/folder.c
6031           src/folderview.c
6032                 Fix segfaults, call me stupido
6033         
6034
6035 2002-11-08 [colin]      0.8.5claws95
6036
6037         *src/folder.c
6038                 Added forgotten prefs to save when moving folders
6039
6040 2002-11-08 [colin]      0.8.5claws94
6041
6042         * src/folder.c
6043                 Fixes to folder DND (prefs copy)
6044         * src/folderview.c
6045                 Optimization for folder DND (don't rescan whole tree)
6046                 Added folderview_create_folder_node() for this 
6047                 optimization, so de-duped a bit the code
6048         * src/prefs_folder_item.[ch]
6049                 Added prefs_folder_item_copy_prefs()    
6050           
6051 2002-11-08 [paul]       0.8.5claws93
6052
6053         * src/prefs_account.c
6054           tools/README
6055           tools/kmail2sylpheed_v2.pl
6056                 correct some typos
6057
6058 2002-11-08 [paul]       0.8.5claws92
6059
6060         * src/compose.c
6061           src/prefs_account.[ch]
6062                 remove account options 'clearsign' and 'ascii_armored',
6063                 replace with 'default_gnupg_mode' to prevent mixed-mode
6064                 Privacy settings
6065
6066 2002-11-08 [paul]       0.8.5claws91
6067
6068         * src/compose.[ch]
6069                 re-implement GnuPG 'on-the-fly' mode selection,
6070                 disallow mixed-mode
6071
6072 2002-11-08 [colin]      0.8.5claws90
6073
6074         * src/folderview.c
6075           src/prefs_folder_item.c
6076                 Change "Property" to "Properties"
6077
6078 2002-11-07 [colin]      0.8.5claws89
6079
6080         * src/folderview.c
6081           src/folder.c
6082                 Allow folder dropping to a root folder
6083
6084 2002-11-07 [paul]       0.8.5claws88
6085
6086         * src/compose.c
6087                 revert last commit
6088
6089 2002-11-07 [paul]       0.8.5claws87
6090
6091         * src/compose.c
6092                 fix reply-to-list bug. closes bug report
6093                 "[633382] reply-to-list broken in recent cvs"
6094
6095 2002-11-07 [paul]       0.8.5claws86
6096
6097         * src/compose.c
6098                 add a forgotten '#if USE_GPGME ... #endif'
6099
6100 2002-11-07 [paul]       0.8.5claws85
6101
6102         * sync with 0.8.5cvs20
6103                 see ChangeLog 2002-11-07
6104
6105 2002-11-07 [colin]      0.8.5claws84
6106
6107         * src/folder.[ch]
6108                 Change folder_item_move_to to return the newly 
6109                 created folderitem.
6110         * src/folderview.c
6111                 Select the new folderitem after moving.
6112
6113 2002-11-07 [colin]      0.8.5claws83
6114
6115         * src/prefs_filtering.c
6116                 Fix rule rewriting when moving a leaf folder to a 
6117                 shorter path
6118
6119 2002-11-07 [colin]      0.8.5claws82
6120
6121         * src/prefs_filtering.c
6122                 fix a leak
6123
6124 2002-11-07 [colin]      0.8.5claws81
6125
6126         * src/folder.[ch]
6127                 Add folder_item_move_to() function to move a 
6128                 folderitem into another one (updates matcher etc)
6129         * src/folderview.c
6130                 Add folder drag'n drop (context menu to come)
6131                 [Should be dataloss free, but Please backup before 
6132                  trying !]
6133
6134 2002-11-06 [colin]      0.8.5claws80
6135
6136         * src/mh.c
6137                 mh_create_folder() returns NULL if can't create
6138                 directory hierarchy
6139
6140 2002-11-06 [paul]       0.8.5claws79
6141
6142         * src/compose.[ch]
6143                 allow 'on-the-fly' changing of the type of encryption 
6144                 and/or signing used (mime/ascii) via the compose window
6145
6146 2002-11-06 [paul]       0.8.5claws78
6147
6148         * sync with 0.8.5cvs19
6149                 see ChangeLog 2002-11-06 for src/account.c: 
6150                 account_get_special_folder()
6151                 
6152 2002-11-05 [alfons]     0.8.5claws77
6153
6154         * src/crash.c
6155                 very minor cleanups: nothing to see here, move on. :-)
6156
6157 2002-11-05 [colin]      0.8.5claws76
6158
6159         * src/main.c
6160                 Changes choices if compose windows are opened to
6161                 Discard, Draft, Don't quit
6162
6163 2002-11-05 [thorsten]   0.8.5claws75
6164
6165         * src/compose.c
6166                 reenabled default_reply_to folder option
6167
6168 2002-11-05 [colin]      0.8.5claws74
6169
6170         * src/compose.[ch] 
6171                 add compose_draft()
6172         * src/crash.c
6173                 add SIGTERM handler
6174         * src/main.[ch]
6175                 add clean_quit() for the SIGTERM handler
6176
6177 2002-11-05 [paul]       0.8.5claws73
6178         
6179         * po/es.po
6180                 updated by Ricardo Mones Lastra
6181
6182 2002-11-05 [melvin]     0.8.5claws72
6183
6184         * src/logwindow.c
6185                 Fixed log-clipping bug #616795.
6186                 To stop logging in the log window use 0 length.
6187         * src/prefs_common.c
6188                 Added a label to inform about the 0 log length behaviour.
6189
6190 2002-11-05 [paul]       0.8.5claws71
6191
6192         * sync with 0.8.5cvs17
6193                 see ChangeLog 2002-11-05
6194
6195 2002-11-04 [paul]       0.8.5claws70
6196
6197         * sylpheed-128x128.png
6198           sylpheed-64x64.png
6199           sylpheed.png
6200                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6201                 <nikai@users.sourceforge.net>
6202                 
6203         * po/bg.po
6204                 updated by George Danchev
6205
6206 2002-11-03 [thorsten]   0.8.5claws69
6207
6208         * src/main.c
6209           src/mimeview.c
6210           src/rfc2015.h
6211                 add check if gpg is active
6212
6213 2002-11-03 [thorsten]   0.8.5claws68
6214
6215         * src/toolbar.h
6216                 removed GSList declaration causing trouble on MacOS-X
6217                 (submitted by alfons, reported by xfesty)
6218
6219 2002-11-01 [paul]       0.8.5claws67
6220
6221         * src/mainwindow.c
6222                 remove last remnants of main's filter code
6223
6224 2002-11-01 [paul]       0.8.5claws66
6225
6226         * tools/filter_conv.pl
6227                 fix bug where user-defined headers were ignored
6228
6229 2002-11-01 [paul]       0.8.5claws65
6230
6231         * src/logwindow.c
6232                 make a debug_print() not translatable
6233
6234 2002-10-31 [melvin]     0.8.5claws64
6235
6236         * ac/aspell.m4
6237                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6238                 not run any GNU/aspell test.  The dictionary path will
6239                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6240                 was given, in which case, it will be $prefix/lib/aspell/
6241         * configure.in
6242                 Fixed typo in commentary (Aspell code).
6243
6244 2002-10-31 [paul]       0.8.5claws63
6245
6246         * po/POTFILES.in
6247                 remove src/filter.c and src/prefs_filter.c
6248                 thanks to Ricardo for reminding me
6249
6250 2002-10-31 [colin]      0.8.5claws62
6251
6252         * src/mbox_folder.c
6253                 Plug some leaks
6254
6255 2002-10-31 [paul]       0.8.5claws61
6256
6257         * src/prefs_filter.[ch] ** REMOVED **
6258           src/filter.[ch]       ** REMOVED **
6259           
6260         * src/Makefile.am
6261           src/folderview.c
6262           src/inc.c
6263           src/main.c
6264           src/mainwindow.c
6265           src/mbox.c
6266           src/prefs_common.c
6267           src/prefs_filtering.c
6268           src/summaryview.[ch]
6269                 remove main's 'filter' code
6270                 
6271         README.claws
6272                 update to reflect removal of main's filter
6273
6274 2002-10-31 [paul]       0.8.5claws60
6275
6276         * src/summaryview.c
6277                 remove check for global_processing in summary_filter_open(). 
6278                 This fixes the bug where if the user uses the right-click 
6279                 'Create filter rule...' and doesn't have any filter rules 
6280                 already defined in claws' advanced filtering, the newly 
6281                 created filter rule goes to main's filtering which is 
6282                 inaccessible through the gui. Now the filter rule gets added
6283                 to claws' filtering by default.
6284
6285 2002-10-28 [melvin]     0.8.5claws59
6286
6287         * src/prefs_actions.c
6288                 Fixed bug #627322 where MIME parts were not always
6289                 correctly passed to a %p action
6290                 Display an error dialog when message filename is not found.
6291
6292 2002-10-28 [melvin]     0.8.5claws58
6293
6294         * src/prefs_common.c
6295                 Readded a missing function declaration lost in 0.8.3claws34
6296
6297 2002-10-28 [paul]       0.8.5claws57
6298
6299         * sync with 0.8.5cvs15
6300                 see ChangeLog 2002-10-28 and 2002-10-25
6301                 
6302         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6303
6304 2002-10-27 [oliver]     0.8.5claws56
6305
6306         * src/pop.c
6307                 plug leak in pop3_top_recv
6308
6309 2002-10-26 [christoph]  0.8.5claws55
6310
6311         * src/folder.c
6312                 set need_update folder flag when messages are added
6313                 (closes bug [ 626922 ] folder not updated after receiving)
6314
6315 2002-10-25 [melvin]     0.8.5claws54
6316
6317         * src/imageview.c
6318                 Fixed a memleak introduced in the scaling code.
6319
6320 2002-10-24 [alfons]     0.8.5claws53
6321
6322         * src/filtering.c
6323                 make filtering's forward message action forward from the 
6324                 correct account
6325                 (closes bug [628089 ] Filter -> Forward from address problem
6326                 reported by Oktay)
6327
6328 2002-10-24 [christoph]  0.8.5claws52
6329
6330         * src/mainwindow.c
6331         * src/manual.[ch]
6332                 o use manual of current locale or english if current
6333                   locale is not available (and english is available)
6334                 o also link to sylpheed doc project manuals
6335
6336 2002-10-23 [paul]       0.8.5claws51
6337
6338         * tools/README
6339           tools/kmail2sylpheed_v2.pl
6340                 add new version of kmail addressbook importer script.
6341                 works with newer versions of Kmail/KAddressBook which
6342                 have new and rearranged data.
6343
6344 2002-10-23 [martin]     0.8.5claws50
6345
6346         * src/folderview.c
6347         * src/summaryview.c
6348         * src/utils.h
6349         * src/utils.c
6350                 added length parameter to get_abbrev_newsgroup_name()
6351                 changed this function so that it abbreviates the newsgroup
6352                 names only so long it is smaller than the length parameter
6353                 (for better reading of some newsgroup names and space efficiency)
6354
6355 2002-10-22 [colin]      0.8.5claws49
6356
6357         *src/foldersel.c
6358                 Revert Alfons' last modification (after voting ;-))
6359
6360 2002-10-21 [alfons]     0.8.5claws48
6361
6362         * src/foldersel.c
6363                 folder view in folder selection dialog reflects state of
6364                 folder view in main window
6365
6366 2002-10-18 [alfons]     0.8.5claws47
6367
6368         * src/mbox.c
6369                 drop imported messages in folder selected by user,
6370                 and not in the inbox
6371                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6372
6373 2002-10-18 [alfons]     0.8.5claws46
6374
6375         * src/compose.c
6376                 make automagic reply work correctly for email accounts 
6377                 (whether it's viable to do a full sync with Hiro's 
6378                 compose.c is still under discussion)
6379
6380 2002-10-18 [melvin]     0.8.5claws45
6381
6382         * src/prefs_actions.c
6383                 Fixed bug #622275 where asynchroneous actions left 
6384                 zombies processes
6385                 Made (synchroneous) actions' input be displayed live.
6386
6387 2002-10-18 [christoph]  0.8.5claws44
6388
6389         * src/textview.c
6390                 don't add a newline in the textview in front of the
6391                 first textpart if header display is disabled
6392                 (closes bug [ 603385 ] disabled header display leaves blank
6393                  lin)
6394
6395 2002-10-18 [christoph]  0.8.5claws43
6396
6397         * src/folder.[ch]
6398         * src/imap.c
6399         * src/mbox_folder.c
6400         * src/mh.c
6401         * src/news.c
6402                 folder->get_num_list now returns an error code
6403                 (closes bug [ 609424 ] News cache cleared on failure)
6404                 
6405 2002-10-17 [colin]      0.8.5claws42
6406         
6407         * src/news.c
6408                 Changed a printf by debug_print
6409
6410 2002-10-16 [paul]       
6411
6412         * tools/OOo2sylpheed.pl
6413                 allow for spaces in the name of the
6414                 file to be attached.
6415
6416 2002-10-16 [colin]      0.8.5claws41
6417
6418         * src/main.c
6419                 Use a tristate to change online mode
6420
6421 2002-10-16 [paul]       0.8.5claws40
6422
6423         * po/es.po
6424                 updated by Ricardo Mones Lastra
6425
6426 2002-10-16 [colin]      0.8.5claws39
6427
6428         * src/main.c
6429           src/mainwindow.[ch]
6430                 Added --online and --offline command-line
6431                 switches
6432
6433 2002-10-15 [christoph]  0.8.5claws38
6434
6435         * src/procmime.c
6436                 set mimeinfo->name to NULL after g_free to
6437                 avoid double freeing with g_free
6438
6439 2002-10-14 [christoph]  0.8.5claws37
6440
6441         * src/compose.c
6442         * src/filtering.c
6443         * src/summaryview.c
6444                 remove calls to folder->change_flags that are now
6445                 done by procmsg flag functions (seems it is not
6446                 used by any foldertype anyway)
6447         * src/folder.c
6448                 init folder->change_flags with NULL
6449
6450 2002-10-14 [christoph]  0.8.5claws36
6451
6452         * src/folder.[ch]
6453         * src/imap.[ch]
6454                 use virtual functions for folder item new and destroy
6455                 functions
6456
6457 2002-10-14 [melvin]     0.8.5claws35
6458
6459         * src/compose.c
6460                 Added a test to not run the spell checker if no default
6461                 dictionary is available. No dialog is displayed though.
6462
6463 2002-10-14 [melvin]     0.8.5claws34
6464
6465         * src/gtkaspell.c
6466                 Fixed bug in dictionary list context menu where
6467                 "More..." pointed to an emtpy submenu if the
6468                 number of dictionaries is a multiple of 15
6469                 Removed unneeded code in suggestions list creation
6470
6471 2002-10-14 [paul]       0.8.5claws33
6472
6473         * po/bg.po
6474                 updated by George Danchev
6475
6476 2002-10-13 [hoa]        0.8.5claws32
6477
6478         * src/matcher.[ch]
6479           src/matcher_parser_parser.y
6480                 removed the escaped string from internal structure
6481                 of matcher.
6482
6483 2002-10-12 [colin]      0.8.5claws31
6484
6485         * src/gtksctree.[ch]
6486           src/summaryview.c
6487                 Removed useless function gtksctree_reanchor
6488
6489 2002-10-12 [alfons]     0.8.5claws30
6490         
6491         * sync with remaining main changes 2002-10-09 - 2002-10-11
6492         - drop changes to src/compose.c (requires claws specific changes)
6493         
6494 2002-10-12 [alfons]     0.8.5claws29
6495         
6496         * sync with main changes of 2002-10-08
6497         - drop changes to src/compose.c (requires claws specific changes)
6498         - drop changes to src/summaryview.c (requires changes to compose.c)     
6499
6500 2002-10-12 [alfons]     0.8.5claws28
6501         
6502         * sync with main changes of 2002-10-07
6503
6504 2002-10-12 [alfons]     0.8.5claws27
6505
6506         * sync with main changes of 2002-10-04
6507         - drop changes to src/compose.c (requires claws specific changes)
6508         - drop changes to src/prefs_folder_item.c (claws implementation
6509           seems to be working)
6510
6511 2002-10-12 [colin]      0.8.5claws26
6512
6513         * src/mainwindow.c
6514                 Fix folder-flicker when space-reading, introduced 
6515                 in claws22.
6516
6517 2002-10-12 [colin]      0.8.5claws25
6518
6519         * src/compose.c
6520                 Save account address when saving as draft.
6521                 (closes bug 621838)
6522
6523 2002-10-12 [colin]      0.8.5claws24
6524
6525         * src/summaryview.c
6526                 Fix the problem consisting of no message selected
6527                 after the last message in a folder has been moved.
6528
6529 2002-10-12 [paul]       0.8.5claws23
6530
6531         * src/compose.c
6532           src/prefs_template.c
6533           src/template.[ch]
6534                 add Cc and Bcc to templates. Patch submitted by
6535                 John L. Males.
6536
6537 2002-10-12 [colin]      0.8.5claws22
6538
6539         * src/folderview.c
6540                 Fix a bug after "Check for new messages":
6541                 If a folder was opened, it was still selected at
6542                 the end of the check, but displayed empty.
6543         * src/mainwindow.c
6544                 Remove unnecessary check
6545
6546 2002-10-12 [paul]
6547
6548         * tools/README
6549                 be more verbose in the description of
6550                 OOo2sylpheed.pl
6551                 
6552
6553 2002-10-11 [colin]      0.8.5claws21
6554
6555         * src/mainwindow.c
6556                 Make space work (better) when no mail is selected
6557
6558 2002-10-11 [colin]      0.8.5claws20
6559
6560         * src/inc.c
6561           src/news.c
6562                 fix warnings
6563
6564 2002-10-11 [colin]      0.8.5claws19
6565
6566         * src/mainwindow.c
6567                 revert 0.8.5claws6 changes as i couldn't get to
6568                 anything satisfying
6569
6570 2002-10-11 [melvin]     0.8.5claws18
6571
6572         * src/compose.c
6573                 Removed buggy and unused macro (should have been committed in
6574                 0.8.5claws17)
6575
6576 2002-10-11 [melvin]     0.8.5claws17
6577
6578         * src/compose.c
6579                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6580
6581 2002-10-11 [thorsten]   0.8.5claws16 
6582
6583         * src/folderview.c
6584                 remove rescan warning
6585
6586 2002-10-11 [colin]      0.8.5claws15 
6587
6588         * src/procheader.c
6589                 fix a segfault that happens if conv_unmime_header
6590                 fails (should be better to find out why it fails)
6591
6592 2002-10-11 [christoph]  0.8.5claws14
6593
6594         * src/summaryview.c
6595                 update folderview stats after ignore/unignore thread
6596
6597 2002-10-11 [hoa]        0.8.5claws13
6598
6599         * src/quote_fmt_parse.y
6600                 Fixed a yacc/bison syntax error
6601         * src/matcher.c
6602                 Escaping of string is fixed.
6603
6604 2002-10-11 [colin]      0.8.5claws12
6605
6606         * src/imageview.c
6607                 Resize images to fit
6608
6609 2002-10-11 [paul]       0.8.5claws11
6610
6611         * po/es.po
6612                 updated by Ricardo Mones Lastra
6613
6614 2002-10-10 [alfons]     0.8.5claws10
6615
6616         * src/compose.c
6617                 allow dropping files by "moving" files from a file manager,
6618                 not only by the more cumbersome "copying". the latter 
6619                 mostly implies holding down the Control button
6620
6621 2002-10-10 [christoph]  0.8.5claws9
6622
6623         * src/summaryview.c
6624                 update folders after thread building for ignored threads
6625
6626 2002-10-10 [christoph]  0.8.5claws8
6627
6628         * config/.cvsignore
6629                 added Makefile
6630         * src/filtering.[ch]
6631         * src/folder.[ch]
6632         * src/folderview.[ch]
6633         * src/import.c
6634         * src/inc.[ch]
6635         * src/mbox.[ch]
6636         * src/procmsg.c
6637         * src/summaryview.[ch]
6638                 o added new flag need_update to FolderItem
6639                 o removed folder_table from various functions from tracking
6640                   folder updates
6641                 o set need_update flags in folder.c's move, copy and delete
6642                   functions and procmsg's flags functions
6643                 o added function folderview_update_items_when_required that
6644                   updates all folders with need_update set
6645                 o call folderview_update_items_when_required instead of
6646                   folderview_update_item_foreach
6647
6648 2002-10-09 [sergey]     0.8.5claws7
6649
6650         * src/compose.c
6651                 Strip CRs whel loading the text into editor in reedit mode.
6652
6653 2002-10-09 [colin]      0.8.5claws6
6654
6655         * src/mainwindow.c
6656                 Make Space work when no mail is selected
6657
6658 2002-10-09 [colin]      0.8.5claws5
6659
6660         * src/gtksctree.[ch]
6661                 Fix range_select
6662                 Add gtk_sctree_reanchor() 
6663         * src/summaryview.c
6664                 Use gtk_sctree_reanchor() - better fix for 
6665                 bug 60413
6666
6667 2002-10-09 [colin]      0.8.5claws4
6668
6669         * src/summaryview.c
6670                 Fix shift-click select after delete problem
6671                 (closes bug 60413)
6672
6673 2002-10-08 [thorsten]   0.8.5claws3
6674
6675         * src/summaryview.c
6676                 exclude current msg from -hide read messages-
6677
6678 2002-10-08 [colin]      0.8.5claws2
6679
6680         * src/inc.[ch]
6681           src/pop.c
6682           src/recv.c
6683                 Differentiate socket errors from disk full
6684                 errors
6685
6686 2002-10-08 [christoph]  0.8.5claws1
6687
6688         * Makefile.am
6689         * configure.in
6690                 modifications for new config directory
6691
6692         * config.guess  ** REMOVED **
6693         * config.sub    ** REMOVED **
6694         * install-sh    ** REMOVED **
6695         * ltmain.sh     ** REMOVED **
6696         * missing       ** REMOVED **
6697         * mkinstalldirs ** REMOVED **
6698                 these files are autogenerated by automake
6699                 when you run autogen.sh
6700
6701         * config/.cvsignore     ** NEW FILE **
6702         * config/Makefile.am    ** NEW FILE **
6703                 ignore autogenerated files
6704                 create a Makefile in this directory
6705
6706 2002-10-08 [paul]       0.8.5claws
6707
6708         * 0.8.5claws release
6709         
6710         * src/compose.c
6711           src/procheader.c
6712           src/procmsg.c
6713                 fix quote reply format for newsgroups reply bug
6714                 (thanks to Hoa)
6715                 
6716         * po/en_GB.po
6717           po/pl.po
6718                 updated by me and Witold Wladyslaw Wojciech Wilk
6719                 repectively
6720
6721 2002-10-07 [paul]       0.8.3claws53
6722
6723         * po/it.po
6724           po/pt_BR.po
6725           po/sr.po
6726                 updated messages catalogs, submitted by
6727                 Alessandro Maestri, Fabio Jr.Beneditto 
6728                 and Urke MMI, respectively.
6729
6730 2002-10-07 [christoph]  0.8.3claws52
6731
6732         * src/folder.[ch]
6733         * src/folderview.c
6734         * src/mainwindow.c
6735                 fix new folder ghost message bug
6736                 (closes bug [ 619722 ] wrong count for newly created folders)
6737
6738 2002-10-07 [christoph]  0.8.3claws51
6739
6740         * src/compose.c
6741                 fix news posting problem
6742
6743 2002-10-07 [melvin]     0.8.3claws50
6744
6745         * po/fr.po
6746                 Updated French translation
6747
6748 2002-10-05 [christoph]  0.8.3claws49
6749
6750         * src/gtkstext.c
6751                 check if line_start_cache is set in gtk_stext_update_text
6752                 (closes bug [ 618119 ] crash while doing search in folder)
6753
6754 2002-10-05 [christoph]  0.8.3claws48
6755
6756         * src/imap.c
6757         * src/news.c
6758         * src/utils.c
6759         * src/utils.h
6760                 implement cache cleanups for claws' folder system
6761                 (closes bug [ 595916 ] imapcache not cleaned up)
6762
6763 2002-10-05 [melvin]     0.8.3claws47
6764
6765         * src/prefs_actions.c
6766                 Made the help text more clear for the %p token
6767
6768 2002-10-04 [paul]       0.8.3claws46
6769
6770         * sync with 0.8.5
6771                 see ChangeLog 2002-10-02 and 2002-10-03
6772
6773 2002-10-04 [christoph]  0.8.3claws45
6774
6775         * src/inc.c
6776                 fix segfault caused by pop before smtp
6777                 call to inc_account_mail with NULL
6778                 pointer for mainwin
6779
6780 2002-10-04 [paul]       0.8.3claws44
6781
6782         * configure.in
6783                 sync the LDAP detection from 0.8.5cvs1
6784
6785 2002-10-02 [christoph]  0.8.3claws43
6786
6787         * po/de.po
6788                 fix small spelling error
6789
6790 2002-10-02 [melvin]     0.8.3claws42
6791
6792         * ac/aspell.m4
6793                 Behave better and say "no" when test program cannot be run.
6794
6795 2002-10-02 [paul]       0.8.3claws41
6796
6797         * sync with 0.8.4cvs1
6798                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6799                 
6800         * src/summaryview.c
6801                 toggle the behavior of Reply menuitem between
6802                 normal reply and reply-to-list
6803
6804 2002-10-01 [sergey]     0.8.3claws40
6805
6806         * src/compose.c
6807                 Convert newlines in the message text to the canonical form
6808                 before base64 encoding (RFC2045 compliance, fixes some
6809                 interoperability issues with Evolution 1.0.3)
6810
6811 2002-09-29 [colin]      0.8.3claws39
6812
6813         * src/summaryview.c
6814                 Fix an unwanted copy/paste
6815
6816 2002-09-29 [colin]      0.8.3claws38
6817
6818         * src/mainwindow.c
6819                 Renamed "Custom toolbar" to "Customize toolbar"
6820                 Renamed "Show all header" to "Show all headers"
6821                 Renamed "Set diplay item" to "Set displayed items"
6822         * src/prefs_common.c
6823                 Renamed "Show all header" to "Show all headers"
6824         * src/prefs_summary_column.c
6825                 Renamed "diplay item" to "displayed items"
6826
6827 2002-09-29 [colin]      0.8.3claws37
6828
6829         * src/mainwindow.[ch]
6830                 online/offline status pixmaps follow theme
6831                 changes
6832         * src/summaryview.[ch]
6833                 quicksearch pixmap follows theme changes
6834
6835 2002-09-29 [thorsten]   0.8.3claws36
6836
6837         * src/compose.c
6838           src/prefs_folder_item.[ch]
6839                 add default_reply_to folder option (closes patch 581044)
6840
6841 2002-09-29 [christoph]  0.8.3claws35
6842
6843         * acconfig.h    ** REMOVED **
6844         * configure.in
6845         * ac/aspell.m4
6846         * ac/check-type.m4
6847         * ac/gnupg-check-typedef.m4
6848                 fix autoheader 2.50 warning
6849
6850 2002-09-29 [christoph]  0.8.3claws34
6851
6852         * major code cleanup (part 2)
6853         
6854                 - unused variables removed
6855                 - unused functions removed
6856                 - uninitialized variables checked
6857                 - missing return statements added
6858                 - missing function return types added
6859                 - added parentheses around assignment
6860                   when suggested by gcc
6861
6862 2002-09-29 [alfons]     0.8.3claws33
6863
6864         * src/logwindow.c
6865                 log_window_clear(): only bracket gtk_text_forward_delete() 
6866                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6867                 works around GTK text bug)
6868
6869 2002-09-29 [paul]       0.8.3claws32
6870
6871         * po/bg.po
6872           po/sr.po
6873                 updated by George Danchev and Urke MMI
6874                 respectively
6875
6876 2002-09-27 [christoph]  0.8.3claws31
6877
6878         * doc-src/readme.txt
6879         * doc-src/rfc1806.txt   ** REMOVED **
6880         * doc-src/rfc2183.txt   ** NEW FILE **
6881         * doc-src/rfc2980.txt   ** NEW FILE **
6882                 update rfcs
6883
6884 2002-09-27 [melvin]     0.8.3claws30
6885
6886         * ac/aspell.m4
6887                 Fixed typo which could break linking
6888
6889 2002-09-27 [melvin]     0.8.3claws29
6890
6891         * ac/aspell.m4
6892                 Improved GNU/aspell checking. 
6893                 Fixed bug #614490
6894
6895 2002-09-27 [paul]       0.8.3claws28
6896
6897         * sync with 0.8.3cvs8
6898                 see ChangeLog 2002-09-27
6899
6900 2002-09-26 [colin]      0.8.3claws27
6901
6902         * src/toolbar.[ch]
6903           src/mainwindow.[ch]
6904                 Add "Reply to Mailing-list" to the toolbar
6905
6906 2002-09-26 [christoph]  0.8.3claws26
6907
6908         * src/summaryview.c
6909                 Fix wrong message counts in summaryview status
6910
6911 2002-09-26 [paul]       0.8.3claws25
6912
6913         * sync with 0.8.3cvs7
6914                 see ChangeLog 2002-09-26
6915
6916 2002-09-26 [paul]       0.8.3claws24
6917
6918         * sync with 0.8.3cvs6
6919                 see ChangeLog 2002-09-25
6920
6921 2002-09-25 [christoph]  0.8.3claws23
6922
6923         * src/prefs_common.c
6924         * src/prefs_folder_item.c
6925         * src/prefs_scoring.c
6926                 Renamed "kill score" to "hide score" in GUI
6927                 and prefs files
6928
6929 2002-09-25 [paul]       0.8.3claws22
6930
6931         * sync with 0.8.3cvs5
6932                 see ChangeLog 2002-09-24
6933
6934 2002-09-24 [alfons]     0.8.3claws21
6935
6936         patch by Satoshi Nagayasu: allows appending / saving multiple 
6937         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6938         'Save as ...'")
6939
6940         * AUTHORS
6941                 add Satoshi Nagayasu
6942         * src/summaryview.c
6943                 summary_save_as(): allow saving selected files to
6944                 one file
6945                 summary_set_menu_sensitive: enable "Save As..." when
6946                 multiple files are selected
6947         * src/utils.[ch]
6948                 append_file(): new function
6949
6950 2002-09-24 [colin]      0.8.3claws20
6951
6952         * src/procmime.c
6953                 Fix segfault when mimeinfo doesn't have a 
6954                 content_type. 
6955
6956 2002-09-24 [colin]      0.8.3claws19
6957
6958         * src/prefs_common.[ch]
6959                 Add a preference to display send dialog or not
6960         * src/send.c
6961                 Display send dialog according to preference
6962
6963 2002-09-24 [colin]      0.8.3claws18
6964
6965         * src/compose.[ch]
6966                 Disable user actions when sending
6967
6968 2002-09-24 [colin]      0.8.3claws17
6969
6970         * src/procmime.c
6971                 Do not display name or filename for attachments
6972                 with an application/pgp-signature type
6973                 (security flaw, see bug 537413)
6974
6975 2002-09-23 [colin]      0.8.3claws16
6976
6977         * src/editaddress.c
6978                 Initialize entry_email, entry_alias and 
6979                 entry_remarks to first email address of the list
6980
6981 2002-09-23 [colin]      0.83claws15
6982
6983         * src/compose.c
6984                 Drop pgp-signature when reediting a signed queued
6985                 message
6986
6987 2002-09-23 [melvin]     0.8.3claws14
6988
6989         * po/fr.po
6990                 Updated French translation
6991
6992 2002-09-23 [melvin]     0.8.3claws13
6993
6994         * src/mainwindow.c
6995                 Made custom toolbar menu labels more consistent
6996         * src/prefs_toolbar.c
6997                 Made custom toolbar window title more consistent
6998
6999 2002-09-22 [colin]      0.8.3claws12
7000
7001         * src/inc.c
7002                 Initialize session type to normal before getting 
7003                 mail (fixes strange Get behaviour)
7004         * src/prefs_account.h
7005                 Move STYPE_POP_BEFORE_SMTP to last position to 
7006                 avoid other side-effects
7007
7008 2002-09-22 [colin]      0.8.3claws11
7009
7010         * src/prefs_account.c
7011                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7012                 from pop3 to apop or vice-versa
7013
7014 2002-09-22 [colin]      0.8.3claws10
7015         
7016         * src/prefs_account.[ch]
7017                 Add an option for the POP before SMTP timeout
7018         * src/inc.c
7019                 Remember time of last POP connection
7020         * src/send.c
7021                 Do POP before SMTP only if timeout reached
7022
7023 2002-09-22 [oliver]     0.8.3claws9
7024         
7025         * README.claws
7026                 explain custom toolbar
7027
7028 2002-09-22 [oliver]     0.8.3claws8
7029
7030         * src/prefs_actions.[ch]
7031         custom toolbar for compose      
7032                 actions callback from compose toolbar
7033         * src/folderview.c
7034                 remove include toolbar.h
7035
7036 2002-09-22 [oliver]     0.8.3claws7
7037         
7038         * src/prefs_toolbar.[ch]
7039                 custom toolbar for compose
7040                 - generic prefs_toolbar handles both
7041                   Mainwin's toolbar as well as Compose toolbar          
7042
7043 2002-09-22 [oliver]     0.8.3claws6
7044         
7045         * src/toolbar.[ch]
7046                 custom toolbar for compose
7047                 restructure toolbar.[ch]
7048
7049 2002-09-22 [oliver]     0.8.3claws5
7050
7051         * src/compose.[ch]
7052                 custom toolbar for compose
7053
7054 2002-09-22 [oliver]     0.8.3claws4
7055         
7056         * src/mainwindow.[ch]
7057                 custom toolbar for compose 
7058                 move mainwin toolbar back to mainwindow
7059
7060 2002-09-22 [alfons]     0.8.3claws3
7061
7062         * src/procmsg.c
7063                 :%sno/if(/if (/gc
7064                 :%sno/for(/for (/gc
7065                 (beautify)
7066
7067 2002-09-22 [alfons]     0.8.3claws2
7068         
7069         * src/procmsg.c
7070                 procmsg_save_to_outbox(): don't unlink message file from queue;
7071                 callers should do it using folder_item_remove_msg()
7072
7073 2002-09-22 [colin]      0.8.3claws1
7074
7075         * src/mimeview.[ch]
7076                 Made mimeview_check_signature() public
7077         * src/textview.c
7078                 Made GPG signatures verifiable by clicking
7079                 the [application/pgp-signature] in the Text
7080                 view
7081
7082 2002-09-22 [paul]       0.8.3claws
7083
7084         * po/bg.po
7085           po/en_GB.po
7086           po/es.po
7087           po/it.po
7088           po/pl.po
7089           po/pt_BR.po
7090           po/sr.po
7091                 updated translations, submitted by George Danchev,
7092                 me, Ricardo Mones Lastra, Alessandro Maestri,
7093                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7094                 and Urke MMI, respectively.     
7095
7096 2002-09-22 [alfons]     0.8.2claws65
7097
7098         * src/procmsg.c
7099         * src/pgptext.c
7100                 no furry valgrinds have been used to plug these memleaks
7101
7102 2002-09-20 [paul]       0.8.2claws64
7103
7104         * sync with 0.8.3cvs4
7105                 'Select thread' re-implemented 
7106                 see ChangeLog 2002-09-20
7107
7108 2002-09-21 [alfons]     0.8.2claws63
7109
7110         * src/compose.c
7111                 compose_send(): plug unnoticed memleak
7112
7113 2002-09-20 [alfons]     0.8.2claws62
7114
7115         * src/addr_compl.c
7116                 replace_address_in_edit(): strict check for NULL address to
7117                 fix "[ 607348 ] Segfault in address completion". My guess is
7118                 that this happens with an empty address book, but it's good
7119                 to have this check here anyway
7120                 
7121                 completion_window_button_press(): free string returned 
7122                 from the internal cache
7123
7124 2002-09-20 [christoph]  0.8.2claws61
7125
7126         * src/procmime.h
7127                 added ENC_BINARY to EncodingType
7128         * src/procmime.c
7129                 the string returned by procmime_get_encoding_str
7130                 should not depend on the order of values in the
7131                 EncodingType definition
7132         * doc-src/rfc1806.txt   ** NEW FILE **
7133                 Added rfc1806 about MIME Content-Disposition
7134                 Extension
7135
7136 2002-09-19 [paul]       0.8.2claws60
7137
7138         * sync with 0.8.2cvs3
7139                 see ChangeLog 2002-09-19
7140
7141 2002-09-19 [paul]       0.8.2claws59
7142
7143         * src/prefs_folder_item.c
7144                 revert to Darko's original alignment of colour
7145                 selector button
7146                 add a colon to folder_color label
7147                 
7148         * src/compose.c
7149                 add Colin's patch (with Hiro's modifications) to 
7150                 force BASE64 encoding for 8-bit text when signing
7151                 (sync with 0.8.3cvs2)
7152
7153 2002-09-18 [alfons]     0.8.2claws58
7154
7155         * src/compose.c
7156                 :%sno/if(/if (/gc
7157                 :%sno/for(/for (/gc
7158                 (beautify a little bit)
7159
7160 2002-09-18 [christoph]  0.8.2claws57
7161
7162         * src/pine.c
7163                 fix handling of fgetc return value
7164
7165 2002-09-17 [alfons]     0.8.2claws56
7166         
7167         * src/summaryview.c
7168                 summary_sort(): check non-NULL summaryview->folder_item when no 
7169                 folder is selected at all
7170                 (closes "[ 610344 ] sort label make syl Crash")
7171
7172 2002-09-17 [alfons]     0.8.2claws55
7173         
7174         * src/compose.c
7175                 beautify a little bit
7176
7177 2002-09-17 [christoph]  0.8.2claws54
7178
7179         * src/folder.c
7180                 initialize max values for cache and folder
7181                 when cache or folder is empty
7182
7183 2002-09-15 [colin]      0.8.2claws53
7184
7185         * src/compose.c
7186                 Fix a leak (thanks Alfons!) and cleaned
7187                 variables names for custom headers
7188
7189 2002-09-15 [colin]      0.8.2claws52
7190
7191         * src/compose.c
7192                 Fix custom headers recognition when
7193                 prefs_common.trans_hdr is on
7194
7195 2002-09-15 [colin]      0.8.2claws51
7196
7197         * src/compose.c
7198                 Allow dynamically-added custom headers
7199                 Yet not reparsed if reedited
7200
7201 2002-09-15 [alfons]     0.8.2claws50
7202
7203         * src/prefs_account.c
7204                 fix warnings
7205
7206 2002-09-15 [colin]      0.8.2claws49
7207         
7208         * src/prefs_account.c
7209                 fix pop_before_smtp sensitivity
7210
7211 2002-09-15 [colin]      0.8.2claws48
7212
7213         * src/inc.[ch]
7214                 add inc_pop_before_smtp()
7215                 allow MainWindow to be undefined in 
7216                 inc_account_mail() and inc_start()
7217         * src/pop.c
7218           src/prefs_account.h
7219                 add STYPE_POP_BEFORE_SMTP session type
7220         * src/prefs_account.c
7221                 activated pop before smtp option
7222         * src/send.c
7223                 do pop before smtp if the relevant option 
7224                 is set
7225
7226 2002-09-15 [paul]       0.8.2claws47
7227
7228         * sync with 0.8.3
7229                 see ChangeLog 2002-09-15
7230
7231 2002-09-14 [paul]       0.8.2claws46
7232
7233         * po/bg.po
7234                 updated Bulgarian translation, submitted by
7235                 George Danchev
7236
7237 2002-09-13 [paul]       0.8.2claws45
7238
7239         * src/compose.c
7240                 merge claws' select_account() with main's
7241                 (new) compose_select_account(). [sync with
7242                 0.8.2cvs15, see ChangeLog 2002-09-11]
7243
7244 2002-09-12 [christoph]  0.8.2claws44
7245
7246         * src/filter.c
7247                 allocate 1 elements of FolderItem not 0
7248
7249 2002-09-12 [colin]      0.8.2claws43
7250
7251         * src/compose.c
7252                 Fix bug #590825 (obey Follow-up: poster)
7253
7254 2002-09-12 [colin]      0.8.2claws42
7255
7256         * src/procmime.c
7257                 Fix bug #557009 (wrong headers for messages 
7258                 forwarded as attachments)
7259
7260 2002-09-11 [colin]      0.8.2claws41
7261         
7262         * src/compose.c
7263                 Put SCF: pseudo-header on top of message
7264                 Set draft tmp_flag when saved as draft
7265
7266         * src/procmsg.c
7267           src/procheader.c
7268                 Skip after first \n\n for beginning of real message
7269                 for drafts too
7270
7271 2002-09-11 [christoph]  0.8.2claws40
7272
7273         * src/filtering.c
7274                 use procmsg flag functions in filtering or processing
7275                 will cause incorrect folder message counts
7276
7277 2002-09-11 [colin]      0.8.2claws39
7278
7279         * src/compose.c
7280                 Fix bug #550175 - wrong save folder when reediting
7281                 drafts
7282
7283 2002-09-11 [paul]       0.8.2claws38
7284
7285         * sync with 0.8.2cvs14
7286                 see ChangeLog 2002-09-11
7287
7288 2002-09-11 [colin]      0.8.2claws37
7289
7290         * src/folder.c
7291                 Fix a typo (seeming to cause new/unread status to
7292                 be lost)
7293
7294 2002-09-10 [christoph]  0.8.2claws36
7295
7296         * src/compose.c
7297                 compose_redirect should not use compose_generic_new
7298                 because that does more stuff than expected including
7299                 opening the external editor
7300                 (closes bug "[ 526608 ] bounced messages appear blank
7301                  in editor")
7302
7303 2002-09-10 [christoph]  0.8.2claws35
7304
7305         * src/folder.c
7306                 fix problem with too large message number range
7307                 causing a crash in folder_item_scan
7308
7309 2002-09-10 [paul]       0.8.2claws34
7310
7311         * sync with 0.8.2cvs13
7312                 see ChangeLog 2002-09-10
7313
7314 2002-09-10 [christoph]  0.8.2claws33
7315
7316         * src/msgcache.c
7317                 set MsgInfo TmpFlags for queue and draft folders
7318                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7319
7320 2002-09-10 [paul]       0.8.2claws32
7321
7322         * AUTHORS
7323           po/bg.po      ** NEW FILE **
7324                 new Bulgarian translation submitted by
7325                 George Danchev <danchev@spnet.net>
7326                 
7327         * tools/Makefile.am
7328           tools/README
7329           tools/tb2sylpheed     ** NEW FILE **
7330                 add script that converts an addressbook exported
7331                 from The Bat! into a Sylpheed addressbook. Submitted
7332                 by Urke MMI <urke-kg@eunet.yu>
7333
7334 2002-09-10 [paul]       0.8.2claws31
7335
7336         * sync with 0.8.2cvs12
7337                 see ChangeLog 2002-09-10
7338
7339 2002-09-06 [paul]       0.8.2claws30
7340
7341         * src/prefs_common.c
7342                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7343                 
7344         * tools/Makefile.am
7345           tools/README
7346           tools/ldif-to-xml.py  ** REMOVED **
7347                 remove obsolete python script
7348
7349 2002-09-06 [paul]       0.8.2claws29
7350
7351         * sync with 0.8.2cvs10
7352                 see ChangeLog 2002-09-06
7353
7354 2002-09-04 [paul]       0.8.2claws28
7355
7356         * sync with 0.8.2cvs9
7357                 see ChangeLog 2002-08-04
7358
7359 2002-09-04 [colin]      0.8.2claws27 
7360
7361         * src/prefs_common.[ch]
7362                 Added signature color configuration
7363         * src/textview.c
7364                 Use user-specified signature color
7365
7366 2002-09-03 [colin]      0.8.2claws26
7367
7368         * src/prefs_common.[ch]
7369                 Added autosave and autosave_length prefs
7370         * src/compose.c
7371                 Added compose_remove_draft()
7372                 Auto-save drafts according to the prefs
7373         * src/main.c
7374                 Added a crash-indicator file, allowing to check
7375                 for new messages on startup if Sylpheed crashed
7376                 (makes saved drafts "reappear")
7377
7378 2002-09-03 [colin]      0.8.2claws25
7379
7380         * src/textview.[ch]
7381                 Grey the signature
7382
7383 2002-09-03 [paul]       0.8.2claws24
7384
7385         * sync with 0.8.2cvs8
7386                 see ChangeLog 2002-09-02 and 2002-09-03
7387
7388 2002-09-03 [darko]      0.8.2claws23
7389
7390         * src/folderview.c
7391                 use normal style when creating new folder to pick
7392                 proper font size 
7393
7394 2002-09-02 [melvin]     0.8.2claws22
7395
7396         * src/gtkaspell.m4
7397                 removed some obsolete code
7398
7399 2002-09-02 [melvin]     0.8.2claws21
7400
7401         * ac/aspell.m4
7402                 fixed test's equality sign (== to =)
7403
7404 2002-09-02 [alfons]     0.8.2claws20
7405
7406         * src/folder.c
7407         * src/mh.c
7408                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7409                 as folder->destroy virtual as suggested by Hiro
7410                 (the mh.c code seems to have been lost around mh.c.1.21)
7411
7412 2002-09-02 [paul]       0.8.2claws19
7413
7414         * po/pt_BR.po
7415                 updated by Fabio Jr. Beneditto
7416                 
7417         * src/defs.h
7418                 use 'http://claws.sylpheed.org' for homepage link. 
7419                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7420
7421 2002-09-01 [alfons]     0.8.2claws18
7422
7423         * src/mh.c
7424                 plug memleak related to one Martin Kluge found
7425
7426 2002-08-31 [paul]       0.8.2claws17
7427
7428         * sync with 0.8.2cvs6
7429                 see ChangeLog 2002-08-30
7430
7431 2002-08-31 [alfons]     0.8.2claws16
7432
7433         * src/folder.c
7434                 folder_destroy(): remove mailbox from folderlist even if it has
7435                 no destroy virtual
7436
7437 2002-08-31 [alfons]     0.8.2claws15
7438
7439         * src/folder.c
7440                 :%sno/if(/if (/gc
7441                 :%sno/for(/for (/gc
7442                 (being pedantic I know)
7443
7444 2002-08-31 [alfons]     0.8.2claws14
7445
7446         * src/folder.c
7447                 check for NULL pointers returned from folder->fetch_msginfo virtual
7448                 (should solve some reported crashes)
7449
7450 2002-08-30 [alfons]     0.8.2claws13
7451
7452         * acconfig.h
7453         * configure.in
7454         * src/crash.c
7455                 enable crash dialog on compilation time
7456                 (--enable-crash-dialog configure option)
7457
7458 2002-08-30 [alfons]     0.8.2claws12
7459
7460         * AUTHORS
7461                 add Martin Kluge
7462         * src/mh.c
7463                 apply memory leak plug patch by Martin Kluge
7464                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7465                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7466                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7467
7468 2002-08-30 [darko]      0.8.2claws11
7469
7470         * src/folderview.c
7471                 copy Gtk style from normal style to match
7472                 font size for coloured folders
7473
7474 2002-08-29 [alfons]     0.8.2claws10
7475
7476         * sylpheed.desktop
7477                 Type=Internet <- Type=Application
7478                 (reported by Michael Schwendt, see:
7479                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7480                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7481
7482 2002-08-29 [paul]       0.8.2claws9
7483
7484         * sync with 0.8.2cvs5
7485                 see ChangeLog 2002-08-29
7486
7487 2002-08-29 [colin]      0.8.2claws8
7488
7489         * src/summaryview.c
7490                 Added a sanity check in summary_select_thread
7491                 Should fix bug 601605
7492
7493 2002-08-29 [colin]      0.8.2claws7
7494
7495         * src/main.c
7496                 Revert claws6 changes regarding bug #591676
7497
7498 2002-08-28 [colin]      0.8.2claws6
7499         
7500         * src/main.c
7501                 Ignore cache for queue folderitems
7502                 Fix bug #591676
7503
7504 2002-08-28 [melvin]     0.8.2claws5
7505
7506         * README.claws
7507                 Fixed typos.
7508
7509 2002-08-28 [melvin]     0.8.2claws4
7510
7511         * README.claws
7512                 Updated a bit the text concerning the spell checker
7513
7514 2002-08-28 [melvin]     0.8.2claws3
7515
7516         Merged the GNU_aspell_branch:
7517                 Support of new GNU/aspell is now included and the old pspell
7518                 is not supported anymore.
7519                 See README.claws
7520
7521         * README.claws
7522                 Updated spell checker text to reflect the switch to GNU/aspell
7523
7524         * ac/aspell.m4          *** NEW ***
7525         * src/gtkaspell.[ch]    *** NEW *** 
7526         * ac/pspell.m4          *** DELETED *** 
7527         * src/gtkspell.[ch]     *** DELETED ***
7528
7529         * ac/Makefile.am
7530                 Updated for GNU/aspell support
7531
7532         * po/POTFILES.in
7533                 Replaced gtkspell.c by gtkaspell.c
7534
7535         * acconfig.h
7536         * src/Makefile.am
7537         * src/about.c
7538         * src/compose.[ch]
7539         * src/crash.c
7540         * src/main.c
7541         * src/prefs_common.[ch]
7542                 Updated for GNU/aspell support
7543
7544 2002-08-28 [paul]       0.8.2claws2
7545
7546         * sync with 0.8.2cvs4
7547                 see ChangeLog 2002-08-27 and 2002-08-28
7548
7549 2002-08-28 [colin]      0.8.2claws1
7550
7551         * src/summary_search.c
7552                 Added "AND search"
7553
7554 2002-08-28 [jens]       0.8.2claws
7555
7556         *po/de.po
7557                 Updated German translations
7558
7559 2002-08-27 [melvin]     0.8.2claws
7560
7561         * po/fr.po
7562                 Updated French translations
7563
7564 2002-08-27 [paul]       0.8.2claws
7565
7566         * sync with 0.8.2 main release
7567
7568         * po/en_GB.po
7569           po/es.po
7570           po/it.po
7571           po/pl.po
7572           po/pt_BR.po
7573           po/sr.po
7574                 updated message catalogs submitted by
7575                 Ricardo Mones Lastra, Alessandro Maestri,
7576                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7577                 Beneditto and Urke MMI  
7578
7579 2002-08-27 [hoa]        0.8.1claws123
7580
7581         * src/mainwindow.[ch]
7582         * src/summaryview.[ch]
7583                 removed the "filter setting" menu option.
7584                 add a "cancel a news message" menu option.
7585
7586 2002-08-26 [martin]     0.8.1claws122
7587
7588         * ChangeLog.claws
7589                 changed string under 0.8.1claws79 changed by myself
7590                 i'm sorry alfons :(
7591
7592 2002-08-26 [martin]     0.8.1claws121
7593
7594         * src/crash.c
7595                 added kill command to debuggerrc to start crash dialog
7596
7597 2002-08-26 [paul]       0.8.1claws120
7598
7599         * sync with 0.8.1cvs31
7600                 see ChangeLog 2002-08-26
7601
7602 2002-08-25 [alfons]     0.8.1claws119
7603
7604         * src/procmsg.c
7605                 fix bug that didn't send out correct headers to news server
7606                 when sending news article and email from queue (bug reported
7607                 and patch provided by Tim Mann; closes bug 
7608                 "[ 583196 ] 0.7.8claws can't post news")
7609
7610 2002-08-25 [alfons]     0.8.1claws118
7611
7612         * src/selective_download.c
7613                 mark two strings as translatable
7614                 (thanks to Urke MMI for pointing this out)
7615
7616 2002-08-25 [alfons]     0.8.1claws117
7617
7618         * src/summaryview.c
7619                 treat sent boxes as special and allow sorting them by addressee
7620                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7621                 submitted by Steve Lamb)
7622
7623 2002-08-24 [alfons]     0.8.1claws116
7624
7625         * src/matcher.c
7626                 fix memleak reported by Martin Kluge
7627                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7628
7629 2002-08-24 [oliver]     0.8.1claws115
7630
7631         * src/prefs_toolbar.c
7632                 o code cleanup as suggested by Alfons
7633                 o memleak fix
7634
7635 2002-08-24 [alfons]     0.8.1claws114
7636
7637         * src/summaryview.c
7638                 o fix another memory leak reported by Martin Kluge
7639                   (see "[ 599568 ] Small Memory Leak")
7640                 o remove 'from' variable from 'summary_set_header()'; we can
7641                   do with just 'to' 
7642
7643 2002-08-24 [paul]       0.8.1claws113
7644
7645         * sync with 0.8.1cvs30
7646                 see ChangeLog 2002-08-23
7647
7648 2002-08-24 [alfons]     0.8.1claws112
7649
7650         * src/summaryview.c
7651                 remove unnecessary allocations for search bar fixing leaks
7652                 reported by Martin Kluge
7653                 (see "[ 599451 ] Further memory leaks?")
7654
7655 2002-08-24 [alfons]     0.8.1claws111
7656
7657         * src/main.c
7658                 make get_socket_name() public for crash.c
7659         * src/crash.c
7660                 o make report bug button work (goes to claws' 
7661                   bug tracker at sf.net)
7662                 o introduce function for doing important stuff just
7663                   before claws goes down
7664                 o clean up code 
7665
7666 2002-08-24 [alfons]     0.8.1claws110
7667
7668         * src/compose.c
7669                 move cursor to "To" entry when forwarding as attachment
7670                 (reported and solved by Steve Lamb, closes bug report
7671                 "[ 592880 ] Forward as attachment; cursor not in to")
7672
7673 2002-08-24 [colin]      0.8.1claws109
7674
7675         * src/mainwindow.c
7676                 fix quick search visibility after GUI (de)separations.
7677
7678 2002-08-23 [colin]      0.8.1claws108
7679
7680         * src/mainwindow.c
7681                 fix header pane visibility after folderview or
7682                 messageview (de)separation
7683
7684 2002-08-23 [paul]       0.8.1claws107
7685
7686         * src/mainwindow.[ch]
7687           src/toolbar.c
7688                 give full control of display or non-display 
7689                 of the Execute icon to Custom toolbar settings.
7690                 add new sensitivity condition to maninwindow.h: 
7691                 M_DELAY_EXEC
7692
7693         * ChangeLog
7694           ChangeLog.jp
7695           NEWS
7696                 more sync with 0.8.1cvs29
7697
7698 2002-08-23 [melvin]     0.8.1claws106
7699
7700         * src/alertpanel.c
7701                 Readded support for custom widget in alertpanel lost in last
7702                 sync.
7703
7704 2002-08-23 [paul]       0.8.1claws105
7705
7706         * sync with 0.8.1cvs29
7707                 see ChangeLog 2002-08-23
7708
7709 2002-08-23 [colin]      0.8.1claws104
7710
7711         * src/summaryview.c
7712                 Fix folder and search pixmaps exchanging positions
7713                 after theme or toolbar changes. Thank to Oliver for 
7714                 reporting this.
7715
7716 2002-08-23 [colin]      0.8.1claws103
7717
7718         * src/mainwindow.c
7719           src/messageview.[ch]
7720           src/noticeview.[ch]
7721           src/summaryview.c
7722                 Changed messageview_create() and noticeview_create()
7723                 to avoid the last gdk_warning
7724
7725 2002-08-22 [colin]      0.8.1claws102
7726
7727         * src/summaryview.c
7728                 Fix my new `Creating pixmap from xpm' warning
7729
7730 2002-08-22 [colin]      0.8.1claws101
7731
7732         * src/mainwindow.c
7733                 Fix some of the gdk warnings
7734
7735 2002-08-22 [colin]      0.8.1claws100
7736
7737         * src/Makefile.am
7738         * src/stock_pixmap.c
7739         * src/stock_pixmap.h
7740         * src/pixmaps/quicksearch.xpm *ADDED*
7741                 Add the quicksearch pixmap
7742         * src/mainwindow.c
7743         * src/summaryview.c
7744         * src/summaryview.h
7745                 Make quicksearch bar visible/hidden via a button
7746
7747 2002-08-22 [christoph]  0.8.1claws99
7748
7749         * src/folder.c
7750                 fix folder update for newsgroups with message
7751                 numbers below minimum number of articles to fetch
7752                 (closes bug #598445)
7753
7754 2002-08-22 [paul]       0.8.1claws98
7755
7756         * sync with 0.8.1cvs28
7757                 see ChangeLog 2002-08-22
7758
7759 2002-08-21 [alfons]     0.8.1claws97
7760
7761         * src/crash.c
7762                 use bt instead of bt full which seems to work 
7763                 better, and bt full doesn't give a great deal 
7764                 of information anyway
7765
7766 2002-08-21 [colin]      0.8.1claws96
7767
7768         * src/summaryview.c
7769                 fix summaryview_searchtype_changed prototype
7770
7771 2002-08-21 [christoph]  0.8.1claws95
7772
7773         * src/mainwindow.c
7774                 o fix broken menu update for sorting type, we have to
7775                   get this info from the summaryview now
7776                 o removed setting of threaded state in menu callback
7777         * src/summaryview.[ch]
7778                 more summaryview/folderitem seperation for
7779                 threading option
7780         * configure.in
7781                 removed not required --with-compiler-flags option
7782
7783 2002-08-21 [oliver]     0.8.1claws94
7784         
7785         * src/toolbar.h 
7786                 o rename toolbar.xml to toolbar_main.xml
7787                   since toolbar_compose.xml might come up 
7788                   any time soon
7789         * README.claws
7790                 add custom toolbar              
7791
7792 2002-08-21 [darko]      0.8.1claws93
7793
7794         * src/procmsg.c
7795                 don't reset tmp flags for messages copied
7796                 to sent folder
7797
7798 2002-08-21 [colin]      0.8.1claws92
7799         
7800         * src/prefs_filtering.c
7801                 fix renaming rules on folder rename 
7802                 when folder is not a leaf folder
7803
7804 2002-08-21 [paul]       0.8.1claws91
7805
7806         * src/prefs_folder_item.c
7807                 fix alignment of colour selector
7808
7809 2002-08-21 [paul]       0.8.1claws90
7810
7811         * sync with 0.8.1cvs27
7812                 see ChangeLog 2002-08-21
7813
7814 2002-08-21 [paul]       0.8.1claws89
7815
7816         * src/summaryview.c
7817                 fix crash when changing field type in
7818                 Quick search bar
7819
7820 2002-08-21 [colin]      0.8.1claws88
7821
7822         * src/summaryview.c
7823                 Made quick search case-insensitive
7824
7825 2002-08-21 [paul]       0.8.1claws87
7826
7827         * sync with 0.8.1cvs26
7828                 see ChangeLog 2002-08-21
7829
7830 2002-08-20 [christoph]  0.8.1claws86
7831
7832         * src/folderview.c
7833         * src/main.c
7834         * src/summaryview.[ch]
7835                 more summaryview/folderitem seperation for
7836                 sort_key and sort_type
7837         * src/procmsg.c
7838                 added missing return statement
7839
7840 2002-08-20 [colin]      0.8.1claws85
7841
7842         * src/summaryview.[ch]
7843                 Added a quick search box
7844         * src/mainwindow.c
7845         * src/prefs_common.[ch]
7846                 Added a show/hide option for the quick search
7847
7848 2002-08-20 [oliver]     0.8.1claws84
7849         
7850         * src/mainwindow.c
7851                 remove toolbar_create_popups
7852         * src/toolbar.[ch]
7853                 o remove toolbar_create_popups
7854                 o fix toolbar_set_sensitive 
7855                   (Bug reports #596834 and #596832)     
7856         * src/prefs_toolbar.c
7857                 o add "Set default" button
7858                 o align label and text + combo widgets
7859
7860 2002-08-20 [hoa]        0.8.1claws83bis
7861
7862         * src/imap.c
7863                 fixed a bug in imap_fetch_msginfo() in case there is no
7864                 current folder.
7865
7866 2002-08-20 [darko]      0.8.1claws83
7867
7868         * src/folderview.c
7869                 copy the color style of folder view so it
7870                 works with GTK themes
7871
7872 2002-08-20 [darko]      0.8.1claws82
7873
7874         * src/folder.h
7875         * src/folderview.c
7876         * src/prefs_folder_item.[hc]
7877                 don't use UI stuff in folder.h
7878
7879 2002-08-20 [darko]      0.8.1claws81
7880
7881         * src/folder.h
7882         * src/prefs_folder_item.h
7883         * src/folderview.c
7884         * src/prefs_folder_item.c
7885                 ability to set folder color in folderview
7886
7887 2002-08-19 [alfons]     0.8.1claws80
7888
7889         * src/summaryview.c
7890                 fix one of the earlier memleaks reported by Martin Kluge
7891
7892 2002-08-19 [alfons]     0.8.1claws79
7893
7894         * src/mainwindow.c
7895                 hide notice view when selecting seperate folder
7896                 view (reported by Urke MMI)
7897
7898 2002-08-19 [christoph]  0.8.1claws78
7899
7900         * src/folderview.c
7901         * src/prefs_folder_item.h
7902         * src/summaryview.[ch]
7903                 o add summary_set_prefs_from_folderitem to set
7904                   summaryview prefs (first step to remove all
7905                   references to the folderitem in summaryview)
7906                 o moved compiled regex stuff from folderitem prefs
7907                   to summaryview code
7908
7909 2002-08-19 [paul]       0.8.1claws77
7910
7911         * src/compose.c
7912                 add check for '.' to QUOTE_IF_REQUIRED
7913
7914 2002-08-19 [paul]       0.8.1claws76
7915
7916         * src/inc.c
7917                 sync with 0.8.1cvs25 (plug memory leak)
7918
7919         * src/prefs_toolbar.c
7920                 re-order prefs_toolbar_cancel()
7921
7922 2002-08-18 [alfons]     0.8.1claws75
7923
7924         * src/inc.c
7925         * src/matcher.c
7926                 plug other memleaks reported by Martin Kluge
7927
7928 2002-08-18 [paul]       0.8.1claws74
7929
7930         * po/pt_BR.po
7931                 updated by Fabio Jr. Beneditto
7932
7933 2002-08-18 [paul]       0.8.1claws73
7934
7935         * src/toolbar.[ch]
7936                 fix bug where tooltips were displayed untranslated              
7937
7938         * src/prefs_toolbar.c
7939                 fix bug where clicking 'Cancel' creates an icon & text
7940                 toolbar regardless of prefs
7941         
7942
7943 2002-08-17 [oliver]     0.8.1claws72
7944
7945         * src/prefs_toolbar.c
7946                 update toolbar on CANCEL
7947                 bug reported by Martin Kluge
7948         * src/toolbar.c
7949                 toolbar_destroy memleak fixed           
7950
7951 2002-08-17 [alfons]     0.8.1claws71
7952
7953         * src/toolbar.c
7954                 plug another memleak reported by Martin Kluge
7955
7956 2002-08-16 [alfons]     0.8.1claws70
7957
7958         * src/crash.c
7959                 use execvp() correctly (suggested by wwp; thanks!)
7960
7961 2002-08-16 [alfons]     0.8.1claws69
7962
7963         * src/gtksctree.c
7964                 plug memory leak reported by Kim Schultz & Martin Kluge
7965
7966 2002-08-16 [paul]       0.8.1claws68
7967
7968         * po/es.po
7969                 updated by Ricardo Mones Lastra
7970
7971 2002-08-16 [paul]       0.8.1claws67
7972
7973         * src/toolbar.h
7974                 fix bug where 'Compose News' icon showed wrong
7975                 tooltip
7976
7977 2002-08-16 [paul]       0.8.1claws66
7978
7979         * sync with 0.8.1cvs24
7980                 see ChangeLog 2002-08-16
7981
7982         * po/it.po
7983                 updated by Alessandro Maestri
7984
7985 2002-08-15 [paul]       0.8.1claws65
7986
7987         * po/sr.po
7988                 updated by Urke MMI
7989
7990 2002-08-15 [paul]       0.8.1claws64
7991
7992         * src/*.c
7993                 don't translate debug info
7994
7995         * src/matcher.[ch]
7996                 add copyright info
7997
7998 2002-08-15 [paul]       0.8.1claws63
7999
8000         * src/prefs_toolbar.c
8001                 fix bug where clicking 'OK' creates an icon & text
8002                 toolbar regardless of prefs
8003
8004 2002-08-14 [alfons]     0.8.1claws62
8005
8006         * src/main.c
8007                 add global var that has the full argv[0]
8008         * src/crash.c
8009                 o execvp the correct sylpheed by using argv0
8010                   and setting the correct work dir
8011                 o other tweaks  
8012
8013 2002-08-14 [oliver]     0.8.1claws61
8014         
8015         * enable/disable Toolbar Action Buttons 
8016         * code cleanups
8017         * src/mainwindow.c
8018         * src/toolbar.[ch]      
8019         * src/prefs_toolbar.c   
8020
8021 2002-08-14 [melvin]     0.8.1claws60
8022
8023         * po/fr.po
8024                 Updated French translations
8025
8026 2002-08-14 [melvin]     0.8.1claws59
8027
8028         * src/crash.c
8029                 Made bug report not translatable
8030         * src/exporthtml.c
8031                 Fixed exporthtml_build_filespec() return value
8032         * src/foldersel.c
8033                 Fixed incorrect include file
8034         * src/gtkspell.c
8035         * src/prefs_actions.c
8036         * src/prefs_toolbar.c
8037                 Made debug info not translatable
8038         * src/mutt.c
8039         * src/quote_fmt.c
8040                 Added missing includes
8041         * src/prefs_common.c
8042                 Fixed typo
8043
8044 2002-08-14 [paul]       0.8.1claws58
8045
8046         * faq/es/sylpheed-faq.html
8047           faq/es/sylpheed-faq-[1-3].html
8048           faq/es/sylpheed-faq-4.html     **NEW FILE **
8049                 update Spanish FAQ
8050
8051 2002-08-13 [christoph]  0.8.1claws57
8052
8053         * src/procmsg.c
8054                 ignore thread fix that did not mark all
8055                 child nodes of a ignored thread as
8056                 ignored. Does not work perfectly yet,
8057                 but it is better now
8058
8059 2002-08-13 [alfons]     0.8.1claws56
8060
8061         * src/crash.c
8062                 o implement 'save crash log'
8063                 o some tweaks
8064
8065 2002-08-13 [melvin]     0.8.1claws55
8066
8067         * src/main.c
8068                 removed unrequired "execinfo.h" header
8069
8070 2002-08-12 [paul]       0.8.1claws54
8071
8072         * faq/en/sylpheed-faq.html
8073           faq/en/sylpheed-faq-[1-3].html
8074           faq/en/sylpheed-faq-4.html     **NEW FILE **
8075                 update English FAQ
8076
8077 2002-08-12 [alfons]     0.8.1claws53
8078
8079         * po/POTFILES.in
8080                 add crash.c to translatables
8081         * src/crash.c
8082                 bring in Leandro's crash dialog
8083
8084 2002-08-11 [alfons]     0.8.1claws52
8085
8086         * src/crash.c
8087                 clean up some warnings
8088
8089 2002-08-11 [alfons]     0.8.1claws51
8090
8091         * acconfig.h
8092         * configure.in
8093         * src/crash.[ch]        ** NEW FILES **
8094         * src/main.c            
8095                 initial gdb crash handler
8096
8097 2002-08-11 [paul]       0.8.1claws50
8098
8099         * src/prefs_toolbar.c
8100                 replace Up/Down arrow pixmaps with text to be
8101                 consistent across icon themes
8102
8103 2002-08-11 [paul]       0.8.1claws49
8104
8105         * src/prefs_common.c
8106           src/prefs_toolbar.c
8107                 rename 'Pixmap' -> 'Icon'
8108
8109         * src/toolbar.[ch]
8110                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8111
8112 2002-08-10 [paul]       0.8.1claws48
8113
8114         * src/prefs_toolbar.c
8115                 re-work the UI
8116
8117 2002-08-10 [paul]       0.8.1claws47
8118
8119         * src/main.c
8120                 don't write Processing progress to status bar
8121                 patch submitted by Alexander Evseev
8122
8123         * src/prefs_toolbar.c
8124                 re-position and resize window
8125                 make window assume correct size on first call
8126
8127 2002-08-10 [paul]       0.8.1claws46
8128
8129         * src/mainwindow.c
8130           src/prefs_toolbar.c
8131           src/toolbar.c
8132           src/toolbar.h
8133                 obey coding style
8134                 follow UI text conventions
8135
8136 2002-08-10 [alfons]     0.8.1claws45
8137
8138         * src/toolbar.c
8139                 correct pixmap for delete action
8140
8141 2002-08-10 [paul]       0.8.1claws44
8142
8143         * po/pt_BR.po
8144                 updated by Fabio Jr. Beneditto
8145
8146 2002-08-10 [paul]       0.8.1claws43
8147
8148         * po/POTFILES.in
8149                 add custom toolbar files
8150
8151 2002-08-10 [paul]       0.8.1claws42
8152
8153         * sync with 0.8.1cvs22
8154                 see ChangeLog 2002-08-09
8155
8156 2002-08-09 [paul]       0.8.1claws41
8157
8158         * tools/Makefile.am
8159           tools/README
8160           tools/outlook2sylpheed.pl     ** NEW FILE **
8161                 add script to convert exported Outlook
8162                 contacts list to a Sylpheed addressbook.
8163                 Submitted by Ricardo Mones Lastra.
8164
8165 2002-08-09 [paul]       0.8.1claws40
8166
8167         * AUTHORS
8168           configure.in
8169           po/sr.po      ** NEW FILE **
8170                 add Serbian message catalog. Submitted by
8171                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8172
8173 2002-08-09 [paul]       0.8.1claws39
8174
8175         * sync with 0.8.1cvs21
8176                 see ChangeLog 2002-08-08
8177
8178 2002-08-08 [oliver]     0.8.1claws38
8179
8180         * src/mainwindow.c
8181                 move Custom Toolbar to Configuration menu
8182
8183 2002-08-08 [oliver]     0.8.1claws37
8184
8185         * src/prefs_toolbar.c
8186                 fix substitute pixmap bug
8187
8188 2002-08-08 [paul]       0.8.1claws36
8189
8190         * sync with 0.8.1cvs19
8191                 see ChangeLog 2002-08-08
8192
8193 2002-08-07 [christoph]  0.8.1claws35
8194
8195         * src/utils.c
8196                 fixed a memory leak in new canonicalize_file_replace
8197
8198 2002-08-07 [christoph]  0.8.1claws34
8199
8200         * src/utils.[ch]
8201                 o canonicalize_file_replace should create the temporary
8202                   file in the same directory as the original file.
8203                 o added get_tmpfile_in_dir that creates a temorary file
8204                   in a specified directory.
8205
8206 2002-08-07 [melvin]     0.8.1claws33
8207
8208         * src/toolbar.c
8209                 fixed bug where 'Article' button acted as 'Email' button.
8210
8211 2002-08-07 [paul]       0.8.1claws32
8212
8213         * sync with 0.8.1.cvs17
8214                 see ChangeLog 2002-08-07
8215
8216 2002-08-07 [colin]      0.8.1claws31
8217         
8218         * src/news.c
8219                 fix mass-cancel problem
8220
8221 2002-08-07 [thorsten]   0.8.1claws30
8222
8223         * src/prefs_toolbar.c
8224                 fix: crash on replace or add new button
8225         * src/toolbar.c
8226                 fix: close xmlfile after reading
8227         * src/utils.c
8228                 fix: unlink() file before rename()
8229
8230 2002-08-06 [paul]       0.8.1claws29
8231
8232         * sync with 0.8.cvs15
8233                 see ChangeLog 2002-08-06
8234
8235 2002-08-06 [oliver]     0.8.1claws28
8236
8237         * src/toolbar.c
8238         * src/prefs_toolbar.c
8239                 fixed empty toolbar issue
8240
8241 2002-08-06 [oliver]     0.8.1claws27
8242
8243         * Custom Toolbar Final 
8244         * src/folderview.c
8245         * src/inc.c
8246         * src/summaryview.c
8247                 o toolbar stuff now lives in src/toolbar.[ch]
8248                 o main_window_toolbar_* functions are renamed to
8249                   toolbar_* reflecting their new source file
8250         * src/mainwindow.[ch]
8251                 o remove toolbar stuff  
8252
8253 2002-08-06 [oliver]     0.8.1claws26
8254         
8255         * src/Makefile.am
8256         * src/prefs_toolbar.[ch]        **New File**
8257         * src/toolbar.[ch]              **New File**
8258                 o prefs_toolbar.[ch] custom toolbar frontend
8259                 o toolbar.[ch]       backend 
8260
8261 2002-08-06 [oliver]     0.8.1claws25
8262
8263         * src/prefs_actions.[ch]
8264                 o new exported function actions_execute
8265
8266 2002-08-06 [paul]       0.8.1claws24
8267
8268         * sync with 0.8.1cvs4
8269                 see ChangeLog 2002-08-06
8270
8271 2002-08-06 [paul]       0.8.1claws23
8272
8273         * sync with 0.8.1cvs13
8274                 see ChangeLog 2002-08-06
8275
8276 2002-08-06 [paul]       0.8.1claws22
8277
8278         * sync with 0.8.1cvs12
8279                 see ChangeLog 2002-08-05 and 2002-08-06
8280
8281 2002-08-06 [match]      0.8.1claws21
8282
8283         * src/addrclip.c
8284                 improvements to cut/copy/paste address
8285
8286 2002-08-05 [match]      0.8.1claws20
8287
8288         * src/addritem.[ch]
8289         * src/addrcache.c
8290         * src/addrbook.c
8291         * src/editaddress.c
8292         * src/addressbook.c
8293                 fixes to improve cut/copy/paste
8294
8295 2002-08-06 [melvin]     0.8.1claws19
8296
8297         * src/account.[ch]
8298                 account_find_all_from_address(): new function that returns the
8299                 list of all accounts that are matched in an address.
8300         * src/alertpanel.[ch]
8301                 alertpanel() now accepts a custom widget
8302                 alertpanel_with_widget(): new function that pops up a panel with
8303                 a custom widget in it 
8304         * src/gtkutils.[ch]
8305                 gtkut_account_menu_new(): new function that allows the selection
8306                 of an account from a list of accounts.
8307         * src/messageview.c
8308                 Extended Return Receipt notification to select the correct 
8309                 account and to make a security test on the Delivery-Notification
8310                 address which should be the same as the Return-Path.
8311
8312 2002-08-06 [thorsten]   0.8.1claws18
8313
8314         * src/mimeview.c
8315                 attach_all: save unnamed as "noname.%d",
8316                 dont free static dirname
8317
8318 2002-08-05 [alfons]     0.8.1claws17
8319
8320         * configure.in
8321                 detect XIM by trying to link rather than compile a XIM program
8322
8323 2002-08-05 [oliver]     0.8.1claws16
8324                 
8325         * src/stock_pixmap.[ch]
8326                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8327                 o new func to retrieve pixmaps
8328
8329 2002-08-05 [paul]       0.8.1claws15
8330
8331         * sync with 0.8.1cvs10
8332                 see ChangeLog 2002-08-05
8333
8334 2002-08-04 [alfons]     0.8.1claws14
8335
8336         * src/textview.c
8337                 see if this plugs memleak
8338
8339 2002-08-04 [melvin]     0.8.1claws13
8340
8341         * src/gtkspell.c
8342                 fixed bug that could crash Sylpheed when highlighting
8343                 all misspelled words.
8344
8345 2002-08-03 [melvin]     0.8.1claws12
8346
8347         * src/prefs_actions.c
8348                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8349         * src/messageview.c
8350                 fixed bug where the Return Receipt was sent to
8351                 Delivery-Notification-To address even if it was not present
8352
8353 2002-08-02 [alfons]     0.8.1claws11
8354
8355         * src/prefs_actions.c
8356                 o more check for NULLs
8357                 o put create_io_dialog() in right conditional block
8358
8359 2002-08-02 [paul]       0.8.1claws10
8360
8361         * po/es.po
8362                 updated by Ricardo Mones Lastra
8363
8364 2002-08-01 [christoph]  0.8.1claws9
8365
8366         * src/folder.c
8367                 don't free the cache of the opened
8368                 folder in the summaryview
8369         * src/summaryview.c
8370                 don't unset flags, if it is not required
8371
8372 2002-08-01 [paul]       0.8.1claws8
8373
8374         * sync with 0.8.1cvs8
8375                 see ChangeLog entry 2002-08-01
8376
8377 2002-08-01 [paul]       0.8.1claws7
8378
8379         * sync with 0.8.1cvs7
8380                 see ChangeLog 2002-07-31 and 2002-08-01
8381
8382 2002-07-31 [christoph]  0.8.1claws6
8383
8384         * src/mainwindow.c
8385                 forgot to update menu sensitivity
8386                 function for new menu entry
8387
8388 2002-07-31 [alfons]     0.8.1claws5
8389
8390         * src/main.c
8391                 check folder item and its path for NULL on
8392                 initial processing
8393
8394 2002-07-31 [christoph]  0.8.1claws4
8395
8396         * src/folder.c
8397                 check if folder_item_get_msginfo in
8398                 folder_item_remove_msg returned NULL
8399         * src/imap.c
8400                 better clear the uid cache in the
8401                 uid validity check function and delete
8402                 cached messages
8403
8404 2002-07-31 [paul]       0.8.1claws3
8405
8406         * man/sylpheed.1
8407                 add the '--attach' option and a few other
8408                 minor changes
8409
8410 2002-07-31 [paul]       0.8.1claws2
8411
8412         * sync with 0.8.1cvs5
8413                 see ChangeLog 2002-07-31
8414
8415 2002-07-31 [christoph]  0.8.1claws1
8416
8417         * src/folderview.[ch]
8418         * src/mainwindow.c
8419                 replace "Rescan all folders..." with
8420                 "Check all folders for new messages..."
8421
8422 2002-07-30 [paul]       0.8.1claws
8423
8424         * version 0.8.1claws released
8425
8426 2002-07-30 [paul]       0.8.0claws29
8427
8428         * tools/OOo2sylpheed.pl ** NEW FILE **
8429           tools/README
8430                 add script to enable sending documents as
8431                 attachments from OpenOffice.org
8432
8433 2002-07-30 [melvin]     0.8.0claws28
8434
8435         * src/prefs_actions.c
8436                 Made the actions' input/output dialog display
8437                 without delay.
8438
8439 2002-07-30 [christoph]  0.8.0claws27
8440
8441         * src/procmsg.c
8442                 check if folder_item_get_msginfo in
8443                 procmsg_save_to_outbox returned NULL
8444
8445 2002-07-30 [paul]       0.8.0claws26
8446
8447         * sync with 0.8.1cvs4
8448                 see ChangeLog 2002-07-29
8449
8450 2002-07-29 [thorsten]   0.8.0claws25
8451
8452         * README.claws
8453                 added selective download, delete on server
8454
8455 2002-07-29 [paul]       0.8.0claws24
8456
8457         * sync with 0.8.1cvs3
8458                 see ChangeLog 2002-07-29
8459
8460 2002-07-27 [christoph]  0.8.0claws23
8461
8462         * src/folder.c
8463                 add extra check if fetching the msginfo
8464                 returned NULL
8465
8466 2002-07-27 [paul]       0.8.0claws22
8467
8468         * sync with 0.8.1cvs2
8469                 see ChangeLog 2002-07-26
8470
8471 2002-07-27 [christoph]  0.8.0claws21
8472
8473         * src/imap.c
8474                 add another check if a valid msginfo
8475                 was returned
8476
8477 2002-07-26 [hoa]        0.8.0claws20
8478
8479         * src/folder.c
8480                 Fixed a condition in folder_item_destroy()
8481
8482         * src/imap.c
8483                 Fixed an error in IMAP protocol
8484
8485 2002-07-26 [alfons]     0.8.0claws19
8486
8487         * src/folder.c
8488                 ofcourse compare with identifier, not the path
8489
8490 2002-07-26 [alfons]     0.8.0claws18
8491
8492         * src/folder.c
8493                 use folder item identifier for saving / restoring
8494                 preferences because folder->path might not be unique
8495
8496 2002-07-26 [melvin]     0.8.0claws17
8497
8498         * src/logwindow.c
8499                 Fixed a crash introduced in 0.8.0claws5 when log is 
8500                 cut under 80 characters.
8501
8502 2002-07-26 [paul]       0.8.0claws16
8503
8504         * sync with 0.8.1cvs1
8505                 see ChangeLog 2002-07-26
8506
8507 2002-07-26 [christoph]  0.8.0claws15
8508
8509         * src/imap.[ch]
8510                 imap folder now remembers the last selected
8511                 folder and imap_fetch_msginfo skips selecting
8512                 the folder if it is already selected
8513
8514 2002-07-26 [christoph]  0.8.0claws14
8515
8516         * src/folder.c
8517         * src/folderview.c
8518         * src/imap.c
8519                 fix imap folder rescanning
8520
8521 2002-07-25 [christoph]  0.8.0claws13
8522
8523         * src/filter.c
8524         * src/folder.[ch]
8525         * src/folderview.c
8526         * src/imap.[ch]
8527         * src/mainwindow.c
8528         * src/mbox_folder.c
8529         * src/mh.c
8530         * src/news.c
8531                 implement imap uid cache and uid validity check
8532
8533 2002-07-25 [alfons]     0.8.0claws12
8534
8535         * src/summaryview.c
8536                 fix a brown paper bag bug, and also add some more
8537                 checks
8538
8539 2002-07-25 [christoph]  0.8.0claws11
8540
8541         * src/folder.c
8542                 don't mix copy, fetch_msginfo and remove
8543                 operations in folder item copy and move
8544                 operations
8545
8546 2002-07-25 [christoph]  0.8.0claws10
8547
8548         * src/folderview.c
8549         * src/mainwindow.c
8550         * src/prefs_folder_item.c
8551         * src/summaryview.[ch]
8552                 remove no longer required parameter update_cache from
8553                 summary_show
8554
8555 2002-07-25 [paul]       0.8.0claws9
8556
8557         * sync with 0.8.1
8558         
8559         * AUTHORS
8560                 a few corrections
8561
8562 2002-07-24 [alfons]     0.8.0claws8
8563
8564         * src/summaryview.c
8565                 sort correctly when using simplified subject line
8566                 (closes feature request "[ 585141 ] applying regexp to subject 
8567                 before sort" submitted by Alexandra Walford)
8568
8569 2002-07-24 [paul]       0.8.0claws7
8570
8571         * sync with 0.8.0cvs3
8572                 see ChangeLog 2002-07-24
8573
8574 2002-07-23 [christoph]  0.8.0claws6
8575
8576         * src/folder.c
8577         * src/folder.h
8578         * src/summaryview.c
8579         * src/summaryview.h
8580         * src/main.c
8581                 o separate processing and summaryview
8582                 o removed summary_write_cache from summaryview
8583                 o removed summaryview->killed_messages, because we don't have
8584                   to keep a list of killed messages anymore. New cache will
8585                   keep the hidden messages in cache anyway
8586         * src/folderview.c
8587         * src/inc.c
8588         * src/selective_download.c
8589                 o removed unnecessary summary_write_cache calls
8590         * src/procmsg.c
8591                 o don't set ignore thread flag in procmsg_get_thread_tree
8592                   if it is already set
8593         * src/mainwindow.c
8594         * src/statusbar.h
8595                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8596                   they are used in different files
8597
8598 2002-07-23 [melvin]     0.8.0claws5
8599
8600         * src/addressbook.c
8601         * src/addrgather.c
8602         * src/editaddress.c
8603         * src/editgroup.c
8604         * src/editldap_basedn.c
8605         * src/importldif.c
8606         * src/prefs_common.c
8607                 Fixed few memory leak (gtk_editable_get_chars returns
8608                 an allocated string)
8609         * src/logwindow.c
8610                 Fixed few memory leak (gtk_editable_get_chars returns
8611                 an allocated string) and modified a little the log cutting
8612                 loop.
8613         * src/compose.c
8614                 Replaced a call to an obsolete function gtk_entry_get_text()
8615                 by gtk_editable_get_chars()
8616         * src/send.c
8617                 Removed a debug printf
8618
8619 2002-07-23 [christoph]  0.8.0claws4
8620
8621         * src/filesel.c
8622                 fix another g_dirname memory leak
8623
8624 2002-07-23 [christoph]  0.8.0claws3
8625
8626         * src/mh.c
8627                 fixed a memory leak in mh_fetch_msginfo
8628                 fixed crash when message header could not be
8629                 parsed
8630
8631 2002-07-23 [paul]       0.8.0claws2
8632
8633         * sync with 0.8.0cvs2
8634                 see ChangeLog 2002-07-23
8635
8636 2002-07-23 [paul]       0.8.0claws1
8637
8638         * sync with 0.8.0cvs1
8639                 see ChangeLog 2002-07-23
8640
8641 2002-07-23 [paul]       0.8.0claws
8642
8643         * release of 0.8.0claws
8644
8645 2002-07-23 [paul]       0.7.8claws99
8646
8647         * po/ru.po
8648                 new Russian translation, submitted by
8649                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8650
8651 2002-07-22 [jens]       0.7.8claws98
8652
8653         * po/de.po
8654                 Updated German translations.
8655
8656 2002-07-22 [paul]       0.7.8claws97
8657
8658         * po/es.po
8659           po/it.po
8660           po/nl.po
8661           po/pt_BR.po
8662                 updated translations by Ricardo Mones Lastra,
8663                 Alessandro Maestri, Wilbert Berendsen and 
8664                 Fabio Jr. Beneditto respectively
8665
8666 2002-07-22 [christoph]  0.7.8claws96
8667
8668         * src/mimeview.c
8669                 fix memory leak caused by wrong g_dirname usage
8670
8671 2002-07-22 [christoph]  0.7.8claws95
8672
8673         * src/summaryview.c
8674                 update new and unread message counts for summaryview
8675                 summaryview does not get it from the folder anymore
8676                 and has to update the values itself
8677
8678 2002-07-22 [melvin]     0.7.8claws94
8679
8680         * po/fr.po
8681                 Updated French translations.
8682
8683 2002-07-22 [christoph]  0.7.8claws93
8684
8685         * src/matcher.c
8686                 set prop->preg pointer to NULL or following check
8687                 will not fail and regexec will be called with
8688                 invalid pointer
8689
8690 2002-07-21 [alfons]     0.7.8claws92
8691         
8692         * src/prefs_common.[ch]
8693                 remove option "Send return receipt on request"
8694
8695 2002-07-21 [thorsten]   0.7.8claws91
8696
8697         * src/mimeview.c
8698                 fixed memleaks, coding style as pointed out by alfons
8699
8700 2002-07-21 [alfons]     0.7.8claws90
8701
8702         * src/messageview.c
8703         * src/noticeview.[ch]
8704                 o fix bug notice view being displayed when going to empty folder 
8705                   (noticed by Christoph)
8706                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8707                   (noticed by Thorsten)
8708
8709 2002-07-21 [thorsten]   0.7.8claws89
8710
8711         * src/mimeview.c
8712                 Included save_all patch from Xaview FACQ
8713                 added support for pathnames
8714
8715 2002-07-21 [alfons]     0.7.8claws88
8716
8717         * po/POTFILES.in
8718         * src/Makefile.am
8719         * src/mainwindow.c
8720         * src/messageview.[ch]
8721         * src/noticeview.c      ** NEW FILE **
8722         * src/noticeview.h      ** NEW FILE **
8723                 make return receipts work again
8724                 (UI idea by Leandro Pereira)
8725
8726 2002-07-21 [paul]       0.7.8claws87
8727
8728         * src/summaryview.c
8729                 fix sensitivity of 'Select thread'
8730
8731 2002-07-21 [paul]       0.7.8claws86
8732
8733         * src/prefs_common.c
8734                 add browser command line for Galeon
8735
8736 2002-07-21 [paul]       0.7.8claws85
8737
8738         * Makefile.am
8739                 fix 'EXTRA_DIST': remove README.README, add TODO
8740                 and TODO.claws
8741
8742 2002-07-21 [alfons]     0.7.8claws84
8743
8744         * src/gtkstext.c
8745                 make enter clear selection
8746                 (closes "[ 579888 ] Editor selection/entry error"
8747                 reported by Steve Lamb)
8748
8749 2002-07-21 [alfons]     0.7.8claws83
8750         
8751         * src/summaryview.c
8752                 sort message list when selecting unthread messages
8753                 (closes "[ 501593 ] switching threaded view doesn't sort"
8754                 reported by Simon Schubert)
8755
8756 2002-07-20 [alfons]     0.7.8claws82
8757         
8758         * src/matcher.c
8759                 const-correctness
8760
8761 2002-07-20 [thorsten]   0.7.8claws81
8762
8763         * src/matcher.c
8764                 Fixed expansion of empty fields in matchactions
8765
8766 2002-07-19 [melvin]     0.7.8claws80
8767
8768         * src/gtkspell.c
8769                 Removed a duplicate menu entry (fast mode) introduced during
8770                 the new cache merge
8771                 Added a menu separator between 'Use alternate' and 'Fast mode'
8772
8773 2002-07-19 [paul]       0.7.8claws79
8774
8775         * tools/Makefile.am
8776           tools/README
8777                 correct typos
8778
8779 2002-07-19 [thorsten]   0.7.8claws78
8780
8781         * tools/calypso_convert.pl      ** NEW FILE **
8782           tools/README
8783           tools/Makefile.am
8784                 script to import mbox files exported
8785                 by calypso
8786                 o generates folder structure
8787                 o includes attachments
8788
8789 2002-07-19 [melvin]     0.7.8claws77
8790
8791         * src/selective_download.[ch]
8792                 Fixed bug where closing the dialog with the window manager's
8793                 close button will not unlock the summary
8794                 Corrected some function declarations that missed a return value
8795                 Made the source code comply better with coding style.
8796         * src/prefs_common.c
8797                 Added new browser command line for Mozilla.
8798
8799 2002-07-18 [paul]       0.7.8claws76
8800
8801         * src/mainwindow.c
8802           src/selective_download.[ch]
8803                 reflect theme changes, fix Gdk Warning when creating 
8804                 pixmap from NULL window, and minor clean up.
8805                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8806
8807         * po/en_GB.po
8808                 updated
8809
8810 2002-07-17 [paul]       0.7.8claws75
8811
8812         * INSTALL[.jp]
8813                 sync with 0.8.0
8814         
8815         * po/en_GB.po
8816                 updated
8817
8818 2002-07-16 [paul]       0.7.8claws74
8819
8820         * tools/filter_conv.pl
8821           tools/README
8822                 replace conversion script with reimplemented version, 
8823                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8824
8825 2002-07-16 [colin]      0.7.8claws73
8826
8827         * src/summaryview.c
8828                 remove forgotten debug messages - sorry ;-)
8829
8830 2002-07-16 [colin]      0.7.8claws72
8831
8832         * src/mimeview.c
8833           src/summaryview.c
8834           src/textview.c
8835           src/textview.h
8836                 add the ability to select part of a text mime-part 
8837                 to reply.
8838
8839 2002-07-15 [christoph]  0.7.8claws71
8840
8841         * src/folder.c
8842                 fix folder message count for folders without
8843                 msg_is_changed (includes news folders)
8844
8845 2002-07-15 [martin]     0.7.8claws70
8846
8847         * src/summaryview.c
8848                 option "display recipient on 'From'..." now works
8849                 without the need of enabling the option
8850                 "display  sender  using  address  book".
8851
8852 2002-07-15 [christoph]  0.7.8claws69
8853
8854         * src/summaryview.c
8855                 removed setting folder status from summaryview.
8856                 folder.c should update all message counts correctly.
8857
8858 2002-07-15 [paul]       0.7.8claws68
8859
8860         * po/pt_BR.po
8861                 updated by Fabio Junior Beneditto
8862
8863 2002-07-15 [darko]      0.7.8claws67
8864
8865         * src/mh.c
8866                 Fixed target folder colorization, don't decrease op
8867                 number twice
8868
8869 2002-07-14 [paul]       0.7.8claws66
8870
8871         * sync with main 0.8.0
8872                 see ChangeLog 2002-07-14
8873
8874 2002-07-13 [melvin]     0.7.8claws65
8875         
8876         * src/addrbook.c
8877         * src/addressbook.c
8878         * src/addrindex.c
8879                 Replaced sprintf by g_snprintf to prevent possible buffer
8880                 overflow.
8881         * src/news.c
8882                 Corrected a log message output format.
8883                 Added a missing "done" debug output.
8884         * src/compose.c
8885                 Added keyboard accelerator for Priority menu items
8886                 Added missing \n in debug output
8887         * src/logwindow.c
8888         * src/gtkspell.c
8889         * src/rfc2015.c
8890                 Added missing \n in debug output
8891
8892 2002-07-13 [paul]       0.7.8claws64
8893
8894         * man/sylpheed.1
8895                 change Sergey's email address to the sf address
8896
8897         * src/textview.c
8898                 increase show_url_timeout (more useful for long
8899                 urls)
8900
8901 2002-07-12 [sergey]     0.7.8claws63
8902
8903         * src/rfc2015.c
8904                 applied (with some modifications) patch to set the
8905                 micalg parameter for signatures
8906                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8907
8908 2002-07-12 [sergey]     0.7.8claws62
8909
8910         * man/Makefile.am
8911         * configure.in
8912                 fixed man page installation
8913
8914 2002-07-12 [paul]       0.7.8claws61
8915
8916         * sync with 0.7.8cvs26
8917                 see ChangeLog 2002-07-11 and 2002-07-12
8918
8919 2002-07-11 [christoph]  0.7.8claws60
8920
8921         * src/compose.c
8922         * src/procmsg.c
8923                 first use the message number to find the message
8924                 to mark with a reply flag but check the
8925                 message-id if we got the correct message, if not
8926                 try to find it by message-id.
8927                 use new string seperator that is not allowed
8928                 in message-ids.
8929
8930 2002-07-11 [paul]       0.7.8claws59
8931
8932         * sync with 0.7.8cvs23
8933                 see ChangeLog 2002-07-10
8934
8935 2002-07-10 [christoph]  0.7.8claws58
8936
8937         * src/folder.[ch]
8938         * src/msgcache.[ch]
8939                 Added message-id table to the cache in memory
8940                 and functions to msgcache.c and folder.c to
8941                 fetch MsgInfos by message id
8942         * src/compose.c
8943         * src/procmsg.c
8944                 store folder and message-id of message replying
8945                 to in queue header and set reply flag after sending
8946                 (Closes bug #469498)
8947
8948 2002-07-10 [paul]       0.7.8claws57
8949
8950         * AUTHORS
8951           man/sylpheed.1.gz
8952                 add Martin to the list of authors
8953
8954 2002-07-09 [martin]     0.7.8claws56
8955         * src/gtksctree.c
8956                 Added gtk_ctree_last_visible(), tree_update_level(),
8957                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8958                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8959                 from gtk+ to gtksctree.c for the new sorting code
8960                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8961                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8962         * src/gtksctree.h
8963                 Added declaration for gtk_sctree_sort_recursive() and
8964                 gtk_sctree_sort_node
8965         * src/addressbook.c
8966         * src/foldersel.c
8967         * src/folderview.c
8968         * src/summaryview.c
8969                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8970                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8971
8972 2002-07-08 [paul]       0.7.8claws55
8973
8974         * more sync with 0.7.8cvs21
8975                 see ChangeLog 2002-07-08
8976
8977 2002-07-08 [paul]       0.7.8claws54
8978
8979         * sync with 0.7.8cvs21
8980                 see ChangeLog 2002-07-08
8981
8982 2002-07-07 [alfons]     0.7.8claws53
8983
8984         * src/Makefile.am
8985         * src/stock_pixmap.[ch]
8986         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8987         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8988         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8989                 add new pixmaps for upcoming notice pane
8990
8991 2002-07-06 [melvin]     0.7.8claws52
8992
8993         * src/gtkspell.[ch]
8994                 Made them a bit closer to Sylpheed's coding style.
8995                 Removed old code.
8996                 Removed possible memory leaks when some errors occurs.
8997
8998 2002-07-06 [melvin]     0.7.8claws51
8999
9000         * po/Makefile.in.in
9001                 Removed --no-location in xgettext command line to help
9002                 translators that use Emacs' po-mode
9003         * src/quote_fmt.c
9004                 Removed unnecessary comments that messed up sylpheed.pot
9005
9006 2002-07-06 [paul]       0.7.8claws50
9007
9008         * sync with 0.7.8cvs19
9009                 see ChangeLog 2002-07-05
9010
9011 2002-07-06 [christoph]  0.7.8claws49
9012
9013         * src/folder.c
9014         * src/mainwindow.c
9015                 fix folder_item_remove_all_msg and folderview
9016                 status for trash folders after emptying trash
9017
9018 2002-07-05 [paul]       0.7.8claws48
9019
9020         * sync with 0.7.8cvs16
9021                 see ChangeLog 2002-07-04 and 2002-07-05
9022
9023 2002-07-04 [paul]       0.7.8claws47
9024
9025         * sync with 0.7.8cvs14
9026                 see  ChangeLog 2002-07-04
9027
9028 2002-07-03 [alfons]     0.7.8claws46
9029
9030         * src/folder.c
9031                 dupe folder item's path because it's being reallocated
9032                 by new folder scanning code
9033
9034 2002-07-03 [christoph]  0.7.8claws45
9035
9036         * src/imap.c
9037                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9038         * src/msgcache.c
9039                 add missing return in msgcache_write
9040
9041 2002-07-02 [thorsten]   0.7.8claws44
9042
9043         * src/jpilot.c
9044         * src/msgcache.c
9045         * src/rfc2015.c
9046                 use binary mode for file access
9047
9048 2002-07-02 [christoph]  0.7.8claws43
9049
9050         * major code cleanup (part 1)
9051         
9052                 - unused variables removed
9053                 - unused functions removed
9054                 - uninitialized variables checked
9055                 - missing return statements added
9056                 - missing function return types added
9057                 - added parentheses around assignment and
9058                   && in || when suggested by gcc
9059               
9060         * src/mh.c
9061         * src/folder.c
9062                 replaced direct calls to folder->scan_tree
9063                 with folder_scan_tree and restore folder
9064                 prefs in this function. The folder should
9065                 not have to deal with them.
9066                 ( Should now work for all folder types )
9067
9068 2002-07-02 [paul]       0.7.8claws42
9069
9070         * sync with 0.7.8cvs13
9071                 see ChangeLog 2002-07-01 and 2002-07-02
9072
9073 2002-07-01 [christoph]  0.7.8claws41
9074
9075         * src/summaryview.c
9076                 fix "goto next/prev unread message" with
9077                 ignored threads
9078
9079 2002-07-01 [paul]       0.7.8claws40
9080
9081         * po/es.po
9082                 updated by Ricardo Mones Lastra
9083
9084 2002-06-30 [match]      0.7.8claws39
9085
9086         * src/jpilot.c
9087                 applied variation of leonerd's patch (566661) to
9088                 allow multiple email addresses per JPilot entry.
9089                 addresses may be separated by space, comma, pipe,
9090                 semi-colon, new-line.
9091
9092 2002-06-30 [alfons]     0.7.8claws38
9093
9094         * src/procmsg.c
9095                 simple fix for putting older nodes before
9096                 newer nodes when threading by subject
9097
9098 2002-06-30 [christoph]  0.7.8claws37
9099
9100         * src/folder.c
9101         * src/folderview.c
9102         * src/mh.c
9103         * src/news.c
9104         * src/procmsg.c
9105                 fix broken folder tree rescaning
9106                 and don't use procmsg_get_mark_sum
9107                 anymore
9108
9109 2002-06-30 [christoph]  0.7.8claws36
9110
9111         * merge new cache branch
9112         * src/imap.c
9113                 fix new cache imap copy bug
9114         * src/folder.c
9115                 improved folder_item_scan
9116                 it should now always set the correct
9117                 new, unread and total message counts
9118
9119 2002-06-29 [paul]       0.7.8claws35
9120
9121         * configure.in
9122                 correct syntax error
9123
9124 2002-06-29 [paul]       0.7.8claws34
9125
9126         * configure.in
9127           Makefile.am
9128           man/Makefile.am       ** NEW FILE **
9129           man/sylpheed.1.gz     ** NEW FILE **
9130                 add Sylpheed man page
9131
9132 2002-06-29 [paul]       0.7.8claws33
9133
9134         * po/pt_BR.po
9135                 updated by Fabio Junior Beneditto
9136
9137 2002-06-28 [jens]       0.7.8claws32
9138
9139         * po/de.po
9140                 translation updated
9141
9142         * src/selective_download.c
9143                 removed gettext for space " "
9144
9145         * src/imap.c
9146                 removed wrong space
9147
9148 2002-06-28 [paul]       0.7.8claws31
9149
9150         * sync with 0.7.8cvs11
9151                 see ChangeLog 2002-06-28
9152
9153 2002-06-28 [paul]       0.7.8claws30
9154
9155         * sync with 0.7.8cvs10
9156                 see ChangeLog 2002-06-27 and 2002-06-28
9157
9158 2002-06-26 [paul]       0.7.8claws29
9159
9160         * src/addrgather.c
9161           src/selective_download.c
9162                 don't gettextise empty strings.
9163                 reserved by gettext. gettext("") returns 
9164                 the header entry with meta information, 
9165                 not the empty string
9166
9167         * po/en_GB.po
9168                 updated
9169
9170 2002-06-26 [paul]       0.7.8claws28
9171
9172         * sync with 0.7.8cvs7
9173                 see ChangeLog 2002-06-25
9174
9175         * src/prefs_common.c
9176                 ...and in the process, tweak the gui a little
9177
9178 2002-06-25 [alfons]     0.7.8claws27
9179         
9180         * configure.in
9181         * src/Makefile.am
9182                 fine tune ldap library detection
9183
9184 2002-06-25 [alfons]     0.7.8claws26
9185
9186         * src/compose.c
9187                 don't allow return receipts when composing a news article
9188
9189 2002-06-25 [paul]       0.7.8claws25
9190
9191         * Makefile.am
9192                 add '$(AMTAR)' to 'release' section to allow for
9193                 new and older autotools
9194
9195 2002-06-25 [paul]       0.7.8claws24
9196
9197         * src/summaryview.c
9198                 fix "No more unread messages" persistant pop-up
9199                 window bug
9200
9201 2002-06-25 [paul]       0.7.8claws23
9202
9203         * po/it.po
9204                 updated by Alessandro Maestri
9205
9206 2002-06-25 [paul]       0.7.8claws22
9207
9208         * sync with 0.7.8cvs6
9209                 see ChangeLog 2002-06-25
9210
9211 2002-06-24 [paul]       0.7.8claws21
9212
9213         * tools/update-po
9214                 add GPL copyright information
9215
9216 2002-06-24 [paul]       0.7.8claws20
9217
9218         * tools/Makefile.am
9219           tools/README
9220           tools/update-po       ** NEW FILE **
9221                 add script that eases the creation of *.po files
9222                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9223
9224 2002-06-23 [alfons]     0.7.8claws19
9225
9226         * src/messageview.c
9227                 make notification_convert_header obey const correctness
9228                 (next step will be fixing the broken return receipt)
9229
9230 2002-06-23 [paul]       0.7.8claws18
9231
9232         * src/messageview.c
9233                 fix bug introduced in last commit:
9234                 removed too much code in last commit - put back what's
9235                 needed
9236
9237 2002-06-23 [paul]       0.7.8claws17
9238
9239         * src/messageview.[ch]
9240                 remove code committed in error from locally patched
9241                 source
9242
9243 2002-06-23 [colin]      0.7.8claws16
9244
9245         * src/compose.[ch]
9246                 add compose_entry_select(), used to select the default_to
9247                 email address - hopefully avoiding people sending mails to
9248                 wrong recipients.
9249
9250 2002-06-22 [alfons]     0.7.8claws15
9251
9252         * AUTHORS
9253                 add Bram Metsch & Stanislav Karchebny
9254         * src/smtp.[ch]
9255         * src/prefs_account.[ch]
9256         * src/send.c
9257                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9258                   options.  (see <http://sourceforge.net/tracker/index.php
9259                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9260
9261                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9262                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9263
9264 2002-06-22 [paul]       0.7.8claws14
9265
9266         * sync with 0.7.8cvs5
9267                 see ChangeLog 2002-06-19 and 2002-06-20
9268
9269 2002-06-22 [alfons]     0.7.8claws13
9270
9271         * src/selective_download.c
9272                 fix a stupid mistake I made
9273
9274 2002-06-22 [alfons]     0.7.8claws12
9275
9276         * src/selective_download.[ch]
9277                 fix another unnoticed leak; cleanup code
9278
9279 2002-06-21 [alfons]
9280
9281         * tools/Makefile.am
9282                 gpg-sign <-- gpg-sign-syl
9283
9284 2002-06-21 [alfons]     0.7.8claws11
9285
9286         * src/selective_download.c
9287         * src/selective_download.h
9288                 fix assorted mix of allocation errors (should solve
9289                 problem reported by Philippe Gramoullé, see:
9290                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9291
9292 2002-06-20 [melvin]     0.7.8claws10
9293
9294         * tools/gpg-sign *REMOVED*
9295           tools/gpg-sign-syl *ADDED*
9296                 Replaced the gpg clearsigning script with the version using
9297                 xterm instead of ssh-askpass and changed its name.
9298
9299         * README.claws
9300                 Updated actions example to reflect the renaming of the
9301                 gpg clearsigning script.
9302
9303 2002-06-19 [paul]       0.7.8claws9
9304
9305         * sync with 0.7.8claws9
9306                 see ChangeLog 2002-06-18 and 2002-06-19
9307
9308 2002-06-19 [paul]       0.7.8claws8
9309
9310         * sync with 0.7.8cvs1
9311                 see ChangeLog 2002-06-18
9312
9313 2002-06-18 [alfons]     0.7.8claws7
9314
9315         * src/mainwindow.h
9316                 add omitted prototype
9317
9318 2002-06-17 [paul]       0.7.8claws6
9319
9320         * src/mainwindow.c
9321                 fix hiding of exec_btn
9322
9323 2002-06-17 [paul]       0.7.8claws5
9324
9325         * src/pop.c
9326                 remove unneeded code: should_delete() 
9327                 and Pop3State::uidl_todelete_list
9328
9329 2002-06-17 [paul]       0.7.8claws4
9330
9331         * sync with 0.7.8
9332                 see ChangeLog 2002-06-11 and 2002-06-13
9333
9334 2002-06-16 [alfons]     0.7.8claws3
9335         
9336         * src/folder.c
9337                 make sure lock sort mode (claws specific) is
9338                 also persists after a tree rescan
9339
9340 2002-06-16 [alfons]     0.7.8claws2
9341
9342         * src/prefs_folder_item.c
9343         * src/folder.[ch]
9344                 fix persistence of folder sort mode (broken
9345                 by adapting Hiro's new folder persistence code)
9346
9347 2002-06-16 [alfons]     0.7.8claws1
9348
9349         * AUTHORS
9350         * src/logwindow.c
9351         * src/prefscommon.[ch]
9352                 control size of log text in log window; 
9353                 closes patch #569155 submitted by Mitko Haralanov.
9354
9355 2002-06-15 [paul]       0.7.8claws
9356
9357         * release of 0.7.8claws
9358
9359 2002-06-15 [paul]       0.7.7claws
9360
9361         * po/pt_BR.po
9362                 updated by Fabio Junior Beneditto
9363
9364 2002-06-14 [paul]       0.7.6claws49
9365
9366         * po/es.po
9367                 updated by Ricardo Mones Lastra
9368
9369 2002-06-14 [paul]       0.7.6claws48
9370
9371         * po/nl.po
9372                 updated translation by Wilbert Berendsen
9373
9374 2002-06-14 [melvin]     0.7.6claws47
9375
9376         * po/fr.po
9377                 Updated French translation
9378
9379 2002-06-13 [paul]       0.7.6claws46
9380
9381         * src/filesel.c
9382                 allow filename to be typed in, rather than just
9383                 selected by the mouse. Patch by Gustavo Noronha Silva.
9384
9385 2002-06-13 [alfons]     0.7.6claws45
9386
9387         * src/mainwindow.[ch]
9388                 more cleanups (removing unnecessary menu items Expand 
9389                 summary / message view)
9390
9391 2002-06-13 [melvin]     0.7.6claws44
9392
9393         * po/POTFILES.in
9394                 Added src/string_match.c
9395         * src/string_match.c
9396                 Fixed possible buffer overflow.
9397                 Corrected typo.
9398                 Added missing config.h header.
9399         * src/prefs_common.c
9400           src/prefs_matcher.c
9401           src/prefs_scoring.c
9402                 Made some strings translatable (missing _(..)).
9403
9404 2002-06-13 [melvin]     0.7.6claws43
9405
9406         * README.claws
9407                 Corrected action example (verifying clearsigned mail).
9408         * src/prefs_account.c
9409                 Corrected typo.
9410         * src/prefs_common.c
9411                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9412
9413 2002-06-12 [alfons]     0.7.6claws42
9414
9415         * src/summaryview.c
9416                 add init of score column lost in 0.7.6claws42
9417
9418 2002-06-12 [paul]       0.7.6claws41
9419
9420         * src/prefs_account.c
9421                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9422                 behavior of the radio buttons, (from 0.7.7cvs2)
9423
9424 2002-06-11 [alfons]     0.7.6claws40
9425
9426         * src/messageview.[ch]
9427         * src/summaryview.[ch]
9428         * src/summary_search.c
9429         * src/mainwindow.c
9430                 perform a sync to bring in Hiro's separate view implementation 
9431
9432                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9433
9434 2002-06-11 [paul]       0.7.6claws39
9435         
9436         * src/prefs_account.c
9437                 correct a typo on the Receive tab
9438
9439 2002-06-10 [match]      0.7.6claws38
9440
9441         * src/addressbook.c
9442                 Included address completion patch from Gustavo Noronha.
9443
9444 2002-06-10 [paul]       0.7.6claws37
9445
9446         * src/inc.[ch]
9447           src/pop.c
9448           src/prefs_account.[ch]
9449           src/selective_download.[ch]
9450                 apply PATCH #561712
9451                  NEW:
9452                 - check if POP Account
9453                 - Receive Button renamed to Preview
9454                 - Preview Button Popup: preview new/all messages
9455                 - Download Button
9456                 - Account Preferences-->Receive tab checkbutton if you
9457                   want to remove Mail after Download
9458                 -: default YES
9459                 - Account Preferences-->Receive tab checkbutton use
9460                   filtering rules on preview
9461                   (think of delete_on_server)
9462                 -: default YES
9463                 - Account selectable from SD dialog
9464                 - checkbutton to show already downloaded messages if
9465                   all messages are previewed
9466                 - new clist column showing Date
9467                 - ESC KEY close
9468                 FIXES:
9469                 - play ball with UIDL
9470                 - fault tolerant (?) 
9471                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9472
9473 2002-06-10 [melvin]     0.7.6claws36
9474
9475         * README.claws
9476                 Added a hint to ac/README in cvs instructions.
9477
9478         * src/prefs_actions.c
9479                 Made it possible to use a more elaborate command line
9480                 for asynchronous actions, too.
9481
9482 2002-06-10 [melvin]     0.7.6claws35
9483         
9484         * src/prefs_actions.c
9485                 Make it possible to use a more elaborate command line
9486                 (e.g. |foo|bar|cat>there;echo Done|)
9487                 Corrected error message when calling %f, %F and %p commands
9488                 from the compose window.
9489
9490 2002-06-09 [colin]      0.7.6claws34
9491
9492         * src/summaryview.c
9493                 Automatically find unread messages in current folder
9494                 before annoying the user.
9495
9496 2002-06-08 [alfons]     0.7.6claws33
9497
9498         * po/it.po
9499                 remove bad formatting string in it.po translation
9500                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9501
9502 2002-06-08 [paul]       0.7.6claws32
9503
9504         * sync with 0.7.6cvs25
9505                 see ChangeLog 2002-06-07
9506
9507 2002-06-05 [paul]       0.7.6claws31
9508
9509         * src/mainwindow.c
9510                 add 'Sort by locked' and 'Sort by score'
9511
9512 2002-06-05 [paul]       0.7.6claws30
9513
9514         * sync with 0.7.6cvs24
9515                 see ChangeLog 2002-06-04
9516
9517 2002-06-04 [paul]       0.7.6claws29
9518
9519         * po/pt_BR.po
9520                 updated by Fabio Junior Beneditto
9521
9522 2002-06-03 [thorsten]   0.7.6claws28
9523
9524         * src/matcher.c
9525                 fclose() matcherrc after reading
9526
9527 2002-06-03 [paul]       0.7.6claws27
9528
9529         * sync with 0.7.6cvs21
9530                 see ChangeLog 2002-05-31
9531
9532 2002-05-31 [paul]       0.7.6claws26
9533
9534         * sync with 0.7.6cvs20
9535                 see ChangeLog 2002-05-29 and 2002-05-30
9536
9537 2002-05-31 [paul]       0.7.6claws25
9538
9539         * src/imap.c
9540                 hopefully fix last buggy sync
9541
9542         * README.claws
9543                 correct typo in 'Actions' examples
9544
9545 2002-05-29 [paul]       0.7.6claws24
9546
9547         * sync with 0.7.6cvs18
9548                 see ChangeLog 2002-05-28 and 2002-05-29
9549
9550         * src/news.c
9551           src/nntp.[ch]
9552                 sync with above 
9553
9554 2002-05-28 [paul]       0.7.6claws23
9555
9556         * sync with 0.7.6cvs16
9557                 see ChangeLog 2002-05-28
9558
9559 2002-05-27 [thorsten]   0.7.6claws22 
9560
9561         * faq/it/sylpheed-faq-1.html
9562           faq/it/sylpheed-faq-2.html
9563           faq/it/sylpheed-faq-3.html
9564           faq/it/sylpheed-faq.html
9565                 corrected DOS lineendings
9566         * faq/de/sylpheed-faq-1.html
9567           faq/de/sylpheed-faq-2.html
9568           faq/en/sylpheed-faq-1.html
9569           faq/en/sylpheed-faq-2.html
9570           faq/en/sylpheed-faq-3.html
9571           faq/es/sylpheed-faq-1.html
9572           faq/es/sylpheed-faq-2.html
9573           faq/es/sylpheed-faq-3.html
9574           faq/fr/sylpheed-faq-1.html
9575           faq/it/sylpheed-faq-1.html
9576           faq/it/sylpheed-faq-2.html
9577           faq/it/sylpheed-faq-3.html
9578           faq/it/sylpheed-faq.html
9579                 changed ">" to &quot;
9580
9581 2002-05-27 [paul]       0.7.6claws21
9582         
9583         * sync with 0.7.6cvs15
9584                 see ChangeLog 2002-05-27
9585
9586 2002-05-27 [paul]       0.7.6claws20
9587
9588         * src/prefs_account.c
9589                 correct a typo
9590
9591 2002-05-26 [paul]       0.7.6claws19
9592
9593         * tools/README
9594                 correct a typo
9595
9596 2002-05-25 [paul]       0.7.6claws18
9597
9598         * tools/README
9599                 add description of kmail2sylpheed.pl
9600
9601 2002-05-25 [paul]       0.7.6claws17
9602
9603         * tools/kmail2sylpheed.pl       ** NEW FILE **
9604                 perl script that converts an exported Kmail address
9605                 book, converts it to sylpheed addressbook file,
9606                 writes the file to .sylpheed, and updates
9607                 addrbook--index.xml 
9608
9609 2002-05-25 [paul]       0.7.6claws16
9610
9611         * sync with 0.7.6cvs14
9612                 see ChangeLog 2002-05-23
9613
9614 2002-05-24 [paul]       0.7.6claws15
9615
9616         * README.claws
9617                 make a correction and add some more info
9618
9619 2002-05-24 [paul]       0.7.6claws14
9620
9621         * src/compose.c
9622                 fix memory leak in 
9623                 compose_redirect_write_headers_from_headerlist()
9624                 add Subject and Resent-Message-ID to
9625                 compose_redirect_write_headers()
9626                 Received, Subject, and X-UIDL are filtered out in 
9627                 compose_redirect_write_to_file()
9628
9629 2002-05-23 [paul]       0.7.6claws13
9630
9631         * src/compose.[ch]
9632           src/filtering.c
9633           src/mainwindow.c
9634           src/matcher.[ch]
9635           src/matcher_parser_lex.l
9636           src/matcher_parser_parse.y
9637           src/prefs_common.[ch]
9638           src/prefs_filtering.c
9639           src/summaryview.c
9640                 rename 'Bounce' to 'Redirect'
9641
9642 2002-05-23 [paul]       0.7.6claws12
9643
9644         * more sync with 0.7.6cvs13
9645           src/compose.c
9646                 see ChangeLog 2002-05-22
9647
9648 2002-05-22 [paul]       0.7.6claws11
9649
9650         * sync with 0.7.6cvs13
9651           src/codeconv.c
9652                 see ChangeLog 2002-05-20
9653           src/prefs_common.c
9654                 see ChangeLog 2002-05-22
9655
9656 2002-05-21 [melvin]     0.7.6claws10
9657
9658         * src/folderview.c
9659                 Added missing filtering and scoring headers
9660                 Fixed bad function call that showed garbage 
9661                 in Folder->Processing
9662
9663 2002-05-21 [paul]       0.7.6claws9
9664
9665         * tools/Makefile.am
9666                 make all tools executable, (patch by Alfons).
9667
9668 2002-05-20 [alfons]     0.7.6claws8
9669
9670         * src/procheader.c
9671                 don't forget to call mktime() so we have a valid week 
9672                 and year day
9673                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9674
9675 2002-05-20 [paul]       0.7.6claws7
9676
9677         * src/html.c
9678                 fix broken parsing of urls
9679         * src/textview.c
9680                 fix displaying of urls
9681
9682                 both fixes from the patch [547855] by Eugene 
9683                 Brevdo (zonem)
9684
9685 2002-05-19 [alfons]     0.7.6claws6
9686
9687         * configure.in
9688                 make sylpheed configure correctly with the latest
9689                 and greatest of automake / autoconf / gettext
9690
9691 2002-05-19 [alfons]     0.7.6claws5
9692
9693         * src/procheader.c
9694         * src/procheader.h
9695                 add function for returning ime zone offset
9696         * src/quote_fmt.c
9697         * src/quote_fmt_parse.y
9698                 better quotation formatting - does not convert
9699                 to local time, but uses the original date string.
9700                 
9701                 Note: %z inserts the timezone offset (should 
9702                 work also on platforms where strftime does not
9703                 support %z).
9704
9705 2002-05-18 [christoph]  0.7.6claws4
9706
9707         * src/summaryview.c
9708                 fix indentation of some code
9709         * tools/Makefile.am
9710                 fix spaces after \
9711         * src/Makefile.am
9712                 add missing \
9713                 correct path for ignorethread.xpm
9714                 incorrect filename for sylpheed_logo.xpm
9715                 add missing include matcher_parser_parse.h
9716
9717 2002-05-18 [paul]       0.7.6claws3
9718
9719         * sync with 0.7.6cvs8
9720                 see ChangeLog 2002-05-16 and 2002-05-17
9721
9722 2002-05-18 [melvin]     0.7.6claws2
9723
9724         * README.claws
9725                 Corrected an action's definition and fixed some misspellings.
9726
9727 2002-05-18 [paul]       0.7.6claws1
9728
9729         * tools/Makefile.am
9730           tools/gpg-sign        ** new file **
9731           tools/uudec           ** new file **
9732                 add Melvin's Actions scripts
9733
9734         * README.claws
9735                 add Melvin's descriptions for Actions
9736
9737 2002-05-18 [paul]       0.7.6claws
9738
9739         * Version 0.7.6claws released
9740
9741 2002-05-17 [paul]       0.7.5claws32
9742
9743         * po/es.po
9744                 updated by Ricardo Mones Lastra
9745
9746 2002-05-17 [paul]       0.7.5claws31
9747
9748         * src/compose.c
9749                 fix Account prefs default folder for sent/draft/deleted
9750                 messages bug
9751
9752         * po/it.po
9753           po/nl.po
9754                 updated translation by Alessandro Maestri and
9755                 Wilbert Berendsen
9756
9757 2002-05-17 [melvin]     0.7.5claws30
9758
9759         * src/prefs_actions.c
9760                 Fixed bug where using %F not at the end of the command 
9761                 resulted in an additional empty argument being created.
9762                 Thanks to Darko Koruga for reporting the bug.
9763
9764 2002-05-17 [melvin]     0.7.5claws29
9765
9766         * po/fr.po
9767                 Updated French translations.
9768
9769 2002-05-15 [paul]       0.7.5claws28
9770         
9771         * po/es.po
9772                 updated by Ricardo Mones Lastra
9773
9774 2002-05-15 [paul]       0.7.5claws27
9775
9776         * sync with 0.7.6cvs4
9777                 see ChangeLog 2002-05-14 and 2002-05-15
9778
9779 2002-05-14 [paul]       0.7.5claws26
9780
9781         * sync with 0.7.6cvs1
9782                 see ChangeLog 2002-05-13
9783
9784 2002-05-13 [thorsten]   0.7.5claws25
9785
9786         * src/messageview.c
9787                 fix select_all and copy in multipart messages
9788         * src/mainwindow.c
9789                 fix select_all and copy in multipart messages
9790
9791 2002-05-12 [paul]       0.7.5claws24
9792
9793         * src/summaryview.c
9794                 reverse last commit, bug already fixed in 0.7.5claws3
9795
9796 2002-05-12 [netztorte]  0.7.5claws23
9797
9798         * src/summaryview.c
9799                 dont parse empty addressbook (checked in before claws20)
9800
9801 2002-05-12 [melvin]     0.7.5claws22
9802
9803         * src/procmsg.[ch]
9804                 Removed unneeded priority code introduced by the previous 
9805                 commit.
9806
9807 2002-05-12 [melvin]     0.7.5claws21
9808
9809         * src/compose.[ch]
9810                 Added possibility to set message's priority.
9811         * src/procmsg.[ch]
9812                 Added possibility to set message's priority.
9813                 Added missing headers
9814
9815 2002-05-12 [melvin]     0.7.5claws20
9816
9817         * src/prefs_actions.c
9818                 Removed implicitely added quotes around the name
9819                 of the temporary files of mime parts.
9820
9821 2002-05-12 [paul]       0.7.5claws19
9822
9823         * sync with 0.7.5cvs20
9824                 see ChangeLog 2002-05-11
9825
9826 2002-05-12 [alfons]     0.7.5claws18
9827
9828         * src/quote_fmt_lex.l
9829         * src/quote_fmt_parse.y
9830                 allow quote / reply date & time format to be set using
9831                 %D{format}. format is a format string you'd pass to
9832                 strftime() (see man strftime, or the Display tab |
9833                 Date format setting).
9834
9835                 Currently %D converts the date to local time. 
9836
9837 2002-05-11 [paul]       0.7.5claws17
9838
9839         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9840                 see ChangeLog 2002-05-10 and 2002-05-11
9841
9842 2002-05-10 [paul]       0.7.5claws16
9843
9844         * sync with 0.7.5cvs16
9845                 see ChangeLog entries 2002-05-09 and 
9846                 2002-05-10
9847
9848 2002-05-10 [colin]      0.7.5claws15
9849
9850         * src/textview.c
9851                 Corrected a bug that prevented sylpheed to open
9852                 double-clicked URIs.
9853
9854 2002-05-09 [paul]       0.7.5claws14
9855
9856         * sync with 0.7.5cvs14
9857                 see ChangeLog 2002-05-08 and 2002-05-09
9858
9859 2002-05-08 [paul]       0.7.5claws13
9860
9861         * sync with 0.7.5cvs11
9862                 see ChangeLog entry 2002-05-08
9863
9864 2002-05-08 [paul]       0.7.5claws12
9865
9866         * src/mainwindow.c
9867           src/textview.[ch]
9868                 fix segfault on View->Open in new window
9869                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9870
9871 2002-05-07 [paul]       0.7.5claws11
9872
9873         * sync with 0.7.5cvs9
9874                 see ChangeLog entry 2002-05-07
9875
9876 2002-05-06 [paul]       0.7.5claws10
9877
9878         * src/messageview.c
9879           src/textview.c
9880                 display url in statusbar on single-click
9881                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9882
9883 2002-05-06 [match]      0.7.5claws9
9884
9885         * src/addritem.[ch]
9886                 new functions.
9887         * src/addrcache.c
9888                 tidy up.
9889         * src/xmlprops.[ch]
9890                 XML implementation of properties file.
9891         * src/exporthtml.[ch]
9892         * src/expthtmldlg.[ch]
9893         * src/addressbook.c
9894                 export to HTML.
9895
9896 2002-05-02 [sergey]     0.7.5claws8
9897
9898         * src/mainwindow.c (mainwin_entries),
9899           src/prefs_common.c (prefs_send_create()),
9900           src/codeconv.c (locale_table):
9901                 use charset name "Windows-1251" instead of "CP1251".
9902
9903 2002-05-02 [colin]      0.7.5claws7
9904         
9905         * src/compose.c
9906           src/prefs_common.c
9907           src/prefs_folder_item.c
9908                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9909
9910 2002-05-02 [hiro]       0.7.5claws6
9911
9912         * src/imap.c
9913                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9914
9915 2002-05-02 [paul]       0.7.5claws5
9916
9917         * src/compose.c
9918                 more sync with 0.7.5cvs7, see ChangeLog entry
9919                 2002-05-02
9920
9921 2002-05-02 [hiro]       0.7.5claws4
9922
9923         * src/compose.c
9924                 compose_queue_sub():
9925                 check if queue folder exists (closes #550397).
9926                 removed directory creation since it should be handled
9927                 transparently.
9928         * src/imap.c
9929                 imap_add_msg(): return UID for appended message
9930                 (closes #548842).
9931
9932 2002-04-30 [paul]       0.7.5claws3
9933
9934         * src/summaryview.c
9935                 fix account_find_from_address() bug
9936
9937 2002-04-28 [colin]      0.7.5claws2
9938
9939         * src/compose.c
9940           src/textview.c
9941           src/prefs_common.[ch]
9942           src/utils.[ch]
9943                 Added user-definable quotation characters recognition.
9944
9945 2002-04-28 [paul]       0.7.5claws1
9946
9947         * sync with 0.7.5cvs4
9948                 see ChangeLog entry  2002-04-25
9949
9950 2002-04-28 [paul]       0.7.5claws
9951
9952         * po/es.po
9953           po/nl.po
9954           po/pt_BR.po
9955                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9956                 Fabio Junior Beneditto
9957
9958 2002-04-27 [jens]       0.7.4claws103
9959
9960         * po/de.po
9961                 updated German translation.
9962
9963 2002-04-27 [hiro]       0.7.4claws102
9964
9965         * src/summaryview.c
9966                 summary_write_cache(): fixed the mark loss of hidden messages.
9967
9968 2002-04-26 [melvin]     0.7.4claws101
9969
9970         * src/procmsg.c
9971                 fixed a second typo (same one)
9972         * po/fr.po
9973           po/it.po
9974           po/pt_BR.po
9975                 fixed the type again...
9976
9977 2002-04-26 [melvin]     0.7.4claws100
9978
9979         * src/procmsg.c
9980                 fixed a typo in an alert message ("temorary").
9981         * po/it.po
9982         * po/pt_BR.po
9983                 corrected the typo  described above.
9984         * po/fr.po
9985                 updated French translation.
9986
9987 2002-04-26 [darko]      0.7.4claws99
9988
9989         * src/summaryview.c
9990                 fix target folder colorization
9991
9992 2002-04-25 [paul]       0.7.4claws98
9993
9994         * po/it.po
9995                 updated by Alessandro Maestri
9996
9997 2002-04-24 [colin]      0.7.4claws97
9998         
9999         * src/compose.c
10000                 Fixed double "subject is empty" question.
10001
10002 2002-04-23 [colin]      0.7.4claws96
10003         
10004         * src/mimeview.c
10005                 Corrected issue when "automatically display images" was
10006                 not set : first image remained after selecting second.
10007
10008 2002-04-23 [melvin]     0.7.4claws95
10009
10010         * src/prefs_actions.c
10011                 Don't display in/out dialog if there is nothing to show.
10012
10013 2002-04-23 [paul]       0.7.4claws94
10014
10015         * sync with 0.7.5cvs3
10016                 bug fixes: see ChangeLog entry 2002-04-23
10017
10018 2002-04-22 [darko]      0.7.4claws93
10019
10020         * src/compose.c
10021                 fix previous check-in which changed code after
10022                 merge from main
10023
10024 2002-04-22 [paul]       0.7.4claws92
10025
10026         * faq/de/*
10027                 add German FAQ
10028         * faq/en/*
10029           faq/es/*
10030           faq/fr/*
10031                 update English, Spanish and French FAQs
10032         * manual/de/*
10033           manual/es/*
10034                 add German and Spanish manuals
10035         * manual/en/*
10036           manual/fr/*
10037                 update English and French manuals
10038
10039         * src/Makefile.am
10040                 add to and re-arrange the pixmap entries
10041
10042 2002-04-22 [darko]      0.7.4claws91
10043
10044         * src/compose.c
10045                 fix sender initials recognition to only allow
10046                 '>' after the initials
10047
10048 2002-04-21 [paul]       0.7.4claws90
10049
10050         * sync with 0.7.5 release
10051                 see ChangeLog entry 2002-04-21
10052
10053 2002-04-21 [alfons]
10054
10055         * src/Makefile.am
10056                 add colin's new pixmaps to EXTRA_DIST
10057
10058 2002-04-21 [colin]      0.7.4claws89
10059         * src/compose.c
10060         * src/inc.c
10061         * src/mainwindow.[ch]
10062         * src/prefs_common.[ch]
10063         * src/stock_pixmap.[ch]
10064                 Added "Work offline" ability.
10065
10066 2002-04-21 [colin]      0.7.4claws88
10067         
10068         * src/mimeview.c
10069         * src/prefs_common.c
10070         * src/prefs_common.h
10071         * src/textview.c : Added an option to common preferences -> display
10072           to allow user not to automatically display images.
10073
10074 2002-04-21 [paul]       0.7.4claws87
10075
10076         * sync with 0.7.4cvs52
10077                 see ChangeLog entry 2002-04-21 (src/imap.c)
10078
10079 2002-04-21 [paul]       0.7.4claws86
10080
10081         * sync with 0.7.4cvs51
10082                 see ChangeLog entry 2002-04-21
10083
10084 2002-04-21 [paul]       0.7.4claws85
10085
10086         * sync with 0.7.4cvs49
10087                 see ChangeLog entries 2002-04-20 and 2002-04-21
10088
10089         * src/Makefile.am
10090                 clean up: remove old 'stock_' element from xpm 
10091                 filenames.
10092
10093 2002-04-21 [alfons]     0.7.4claws84
10094
10095         apply sync patch from Paul
10096
10097         * src/folderview.c
10098                 use old claws prefs_folder_item_create() for now
10099
10100 2002-04-19 [match]      0.7.4claws83
10101
10102         * src/addressbook.[ch]
10103         * src/addrharvest.[ch]
10104         * src/addrgather.[ch]
10105                 recurse folders.
10106         * src/mainwindow.c
10107         * src/summaryview.[ch]
10108                 change menu option.
10109
10110 2002-04-19 [paul]       0.7.4claws82
10111
10112         * po/pt_BR.po
10113                 updated by Fabio Junior Beneditto
10114
10115 2002-04-14 [alfons]     0.7.4claws81
10116
10117         * src/passphrase.c
10118                 add #include <sys/types.h> for mode_t and off_t 
10119
10120 2002-04-13 [paul]       0.7.4claws80
10121         
10122         * src/main.c
10123           src/passphrase.[ch]
10124           src/pgptext.c
10125           src/prefs_common.[ch]
10126           src/rfc2015.c
10127                 enable storing of GnuPG passphrase for the whole 
10128                 session or a user-defined number of minutes. patch 
10129                 submitted by Ravemax <ravemax@dextrose.com>
10130
10131 2002-04-13 [alfons]     0.7.4claws79
10132
10133         * src/textview.c
10134                 make email parser also stop scanning when encountering separators
10135                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10136
10137 2002-04-13 [paul]       0.7.4claws78
10138
10139         * sync with 0.7.4cvs39
10140                 see ChangeLog entry 2002-04-12
10141
10142 2002-04-11 [paul]       0.7.4claws77
10143
10144         * sync with 0.7.4cvs37
10145                 see ChangeLog entry 2002-04-11
10146
10147 2002-04-11 [paul]       0.7.4claws76
10148
10149         * COPYING 
10150                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10151                 the clause for OpenSSL). sync with sylpheed main
10152
10153 2002-04-09 [melvin]     0.7.4claws75
10154
10155         * src/compose.c
10156                 Made 'Ctrl-Enter' on send ignore some modifiers 
10157                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10158                 to bind other *-Enter (but not Alt-Enter).
10159
10160 2002-04-09 [paul]       0.7.4claws74
10161
10162         * sync with 0.7.4cvs35
10163                 see ChangeLog entries 2002-04-09
10164
10165 2002-04-08 [paul]       0.7.4claws73
10166
10167         * sync with 0.7.4cvs33
10168                 see ChangeLog entry 200-04-08
10169
10170 2002-04-07 [match]      0.7.4claws72
10171
10172         * src/addrharvest.[ch]
10173                 fixed to read all addresses in header, regardless
10174                 of header size. improved name parsing. accommodate
10175                 harvest from folders and selected message.
10176         * src/addritem.[ch]
10177                 included new address parsing function.
10178         * src/addrgather.[ch]
10179         * src/addressbook.[ch]
10180         * src/summaryview.[ch]
10181         * src/mainwindow.c
10182                 allow address harvest of folder as well as selected
10183                 messages.
10184
10185 2002-04-07 [paul]       0.7.4claws71
10186
10187         * src/esmtp.[ch]
10188           src/smtp.c
10189                 don't try to authenticate with CRAM-MD5 in SMTP when 
10190                 SMTP-AUTH enabled if MTA doesn't issue this 
10191                 auth-method in it's ehlo-response. bug item #531364,
10192                 patch item #938910. patch submitted by Colin Leroy 
10193                 <colin@colino.net>
10194
10195 2002-04-07 [paul]       0.7.4claws70
10196
10197         * src/nntp.c
10198                 fix missing MODE_READER bug. patch submitted by
10199                 Colin Leroy <colin@colino.net>
10200
10201 2002-04-07 [alfons]     0.7.4claws69
10202
10203         * src/matcher.[ch]
10204         * src/prefs_filtering.c
10205         * src/summaryview.c
10206                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10207                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10208
10209 2002-04-07 [paul]       0.7.4claws68
10210
10211         * sync with 0.7.4cvs32
10212                 see ChangeLog entry 2002-04-06
10213
10214         * tools/filter_conv.pl
10215                 more bug fixes
10216
10217 2002-04-06 [paul]       0.7.4claws67
10218
10219         * tools/filter_conv.pl
10220                 modify to be able to find the name of the first
10221                 mailbox and use that. main's filter does not
10222                 record the full path to the mailbox and therefore
10223                 can only filter to the first mailbox.
10224
10225 2002-04-05 [paul]       0.7.4claws66
10226
10227         * tools/filter_conv.pl
10228                 attempt to make the script all-encompassing and
10229                 be able to convert any main 'filter' rule thrown
10230                 at it
10231
10232 2002-04-05 [paul]       0.7.4claws65
10233
10234         * tools/filter_conv.pl
10235                 allow for collapsed folder trees
10236
10237 2002-04-05 [paul]       0.7.4claws64
10238
10239         * sync with 0.7.4cvs31
10240                 see ChangeLog entries 2002-04-05
10241
10242 2002-04-03 [paul]       0.7.4claws63
10243
10244         * sync with 0.7.4cvs29
10245                 see ChangeLog entries 2002-04-02 and 2002-04-03
10246
10247 2002-04-02 [paul]       0.7.4claws62
10248
10249         * sync with 0.7.4cvs26
10250                 see ChangeLog entry 2002-04-01
10251
10252 2002-04-02 [match]      0.7.4claws61
10253
10254         * src/pine.[ch]
10255         * src/importpine.[ch]
10256         * src/addressbook.c
10257                 import Pine address book.
10258
10259 2002-04-02 [match]      0.7.4claws60
10260
10261         * src/addrharvest.[ch]
10262                 improve address parsing of funky addresses.
10263
10264 2002-04-02 [darko]      0.7.4claws59
10265
10266         * src/compose.c
10267                 wrap on send improvements, it now recognizes quoted
10268                 initials as part of the quotation string, and it
10269                 does not join lines separated by CR
10270
10271 2002-04-01 [match]      0.7.4claws58
10272
10273         * src/mgutils.[ch]
10274                 added new functions.
10275         * src/mutt.[ch]
10276                 remove excessive duplicate address generation
10277                 on import.
10278
10279 2002-04-01 [alfons]     0.7.4claws57
10280         
10281         * src/summaryview.c
10282                 put back g_free() 
10283
10284 2002-04-01 [paul]       0.7.4claws56
10285
10286         * sync with 0.7.4cvs25
10287                 see ChangeLog entry 2002-04-01
10288
10289 2002-04-01 [alfons]     0.7.4aprilfool55
10290
10291         * src/summaryview.c
10292                 honour feature request item #537427 to allow for
10293                 displaying names from address book for sent mail also
10294
10295 2002-03-29 [paul]       0.7.4claws54
10296
10297         * src/mainwindow.c
10298           src/prefs_filtering.[ch]
10299           src/prefs_matcher.c
10300           src/summaryview.c
10301                 add 'fast filter' for claws' filtering,
10302                 /Tools/Create filter rule/... patch submitted
10303                 by Neill Miller <neillm@thecodefactory.org>
10304
10305 2002-03-29 [paul]       0.7.4claws53
10306
10307         * sync with 0.7.4cvs24
10308                 see ChangeLog entry 2002-03-29
10309
10310 2002-03-28 [paul]       0.7.4claws52
10311
10312         * sync with 0.7.4cvs23
10313                 see ChangeLog entry 2002-03-28
10314
10315 2002-03-27 [melvin]     0.7.4claws51
10316
10317         * src/prefs_actions.c
10318                 Added support to pass only one message part (as a
10319                 file) to the command using '%p'. No quotes are needed
10320                 because doubles quotes are automatically added.
10321                 Fixed bug where Sylpheed could block when waiting for
10322                 a child process to finish.
10323                 Changed the help menu to remove quotes around symbols to 
10324                 avoid misinterpretation (they must not be used).
10325
10326 2002-03-27 [melvin]     0.7.4claws50
10327
10328         * src/inc.c
10329                 Made the new mail notification command always 
10330                 execute asynchronously.
10331
10332 2002-03-27 [paul]       0.7.4claws49
10333
10334         * src/compose.c
10335                 fix bug introduced in last commit
10336
10337 2002-03-27 [paul]       0.7.4claws48
10338
10339         * sync with 0.7.4cvs21
10340                 see ChangeLog 2002-03-26 and 2002-03-27
10341
10342 2002-03-26 [hoa]        0.7.4claws47
10343
10344         * src/prefs_folder_item.c
10345                 really fixed the bug #516442 with folder rescan.
10346
10347 2002-03-26 [paul]       0.7.4claws46
10348
10349         * sync with 0.7.4cvs19
10350                 see ChangeLog entries 2002-03-25 and 2002-03-26
10351
10352 2002-03-25 [hoa]        0.7.4claws45
10353
10354         * src/matcher.c
10355         * src/mh.c
10356                 fix the bug #516442 with folder rescan.
10357
10358         * src/prefs_common.[ch]
10359         * src/compose.c
10360                 added an option to enable two different behaviours
10361                 for bounce.
10362
10363
10364 2002-03-25 [paul]       0.7.4claws44
10365
10366         * src/mainwindow.c
10367           src/selective_download.c
10368                 correct a few menuitem labels
10369
10370 2002-03-25 [christoph]  0.7.4claws43
10371
10372         * src/procmsg.c
10373                 fix non deleted tmp message in
10374                 procmsg_save_to_outbox
10375                 fix problems caused by sync with
10376                 main branch's procmsg_send_queue
10377
10378 2002-03-25 [paul]       0.7.4claws42
10379
10380         * src/quote_fmt.c
10381           src/quote_fmt_lex.l
10382           src/quote_fmt_parse.y
10383                 add Last name (%L) placeholder for quoting. 
10384                 patch submitted by Thorsten Thielen 
10385                 <thth@users.sourceforge.net>
10386
10387 2002-03-25 [paul]       0.7.4claws41
10388
10389         * src/utils.c
10390                 get full hostname. patch submitted by
10391                 Bob Woodside <rwoodside1@comcast.net>
10392
10393 2002-03-25 [paul]       0.7.4claws40
10394
10395         * src/account.c
10396           src/news.c
10397           src/nntp.[ch]
10398           src/prefs_account.[ch]
10399                 enable NNTP over SSL. patch submitted by
10400                 Pascal Jermini <pascal@infinity.hn.org>
10401
10402 2002-03-24 [paul]       0.7.4claws39
10403
10404         * src/prefs_common.c
10405                 make the arrangement of the Compose tab more
10406                 coherent
10407
10408         * src/mainwindow.c
10409                 fix some irregularities of style
10410
10411         * po/de.po
10412                 updated by Kilian Krause
10413
10414 2002-03-23 [paul]       0.7.4claws38
10415
10416         * po/pt_BR.po
10417                 updated by Fabio Junior Beneditto
10418
10419 2002-03-23 [paul]       0.7.4claws37
10420
10421         * src/mainwindow.c
10422                 move 'Gather addresses' to 'Tools' menu
10423                 make 'Selective download' sensitive
10424
10425 2002-03-23 [paul]       0.7.4claws36
10426
10427         * sync with 0.7.4cvs16
10428                 see ChangeLog entries 2002-03-23
10429
10430 2002-03-22 [christoph]  0.7.4claws35
10431
10432         * src/quote_fmt_parse.y
10433                 fix include program output
10434
10435 2002-03-22 [alfons]     0.7.4claws34
10436
10437         * src/pop.c
10438                 initialize GDate stack variable correctly (sorry!)
10439
10440 2002-03-22 [paul]       0.7.4claws33
10441
10442         * src/compose.c
10443           src/mainwindow.c
10444           src/prefs_actions.c
10445           src/prefs_common.c
10446                 rename 'Tool' to 'Tools'
10447
10448         * src/mainwindow.c
10449                 move 'Delete duplicated messages' from
10450                 'Message/' to 'Tools/'
10451                 re-arrange the order of 'Tools/' items
10452
10453 2002-03-22 [paul]       0.7.4claws32
10454
10455         * src/addr_compl.c
10456           src/addressbook.[ch]
10457                 auto-address completion now also matches on
10458                 Nickname. patch submitted by Bob Forsman 
10459                 <hammor@users.sourceforge.net>
10460
10461         * src/editaddress.c
10462                 correct a spelling mistake
10463
10464 2002-03-22 [alfons]     0.7.4claws31
10465
10466         * src/pop.c
10467                 fix getting uidl from incorrect string 
10468                 (spotted by Colin)
10469
10470 2002-03-21 [alfons]     0.7.4claws30
10471
10472         * src/pop.c
10473                 more code refactoring
10474                 plug mem leak introduced by delete on server
10475
10476 2002-03-21 [paul]       0.7.4claws29
10477
10478         * sync with 0.7.4cvs11
10479                 see ChangeLog entries 2002-03-20
10480
10481 2002-03-20 [alfons]     0.7.4claws28
10482
10483         * src/inc.c
10484                 apply Colin's patch and refactor
10485
10486 2002-03-20 [paul]       0.7.4claws27
10487
10488         * sync with sylpheed 0.7.4cvs9
10489                 see ChangeLog entry 2002-03-20
10490
10491 2002-03-19 [christoph]  0.7.4claws26
10492
10493         * src/mh.c
10494         * src/procmsg.[ch]
10495         * src/summaryview.c
10496                 revert changes for flag updates
10497                 (does not work correctly and no time to debug)
10498
10499 2002-03-20 [alfons]     0.7.4claws25
10500
10501         * src/pop.c
10502                 refactor should_delete() a little bit 
10503
10504 2002-03-19 [paul]       0.7.4claws24
10505
10506         * src/inc.[ch]
10507           src/pop.c
10508           src/prefs_account.[ch]
10509                 allow the user to leave downloaded mail on the 
10510                 server for n days. Patch submitted by Colin Leroy 
10511                 <colin@colino.net>
10512
10513 2002-02-19 [paul]       0.7.4claws23
10514
10515         * sync with sylpheed 0.7.4cvs8
10516                 see ChangeLog entries 2002-03-19
10517
10518 2002-03-18 [paul]       0.7.4claws22
10519
10520         * sync with sylpheed 0.7.4cvs6
10521                 see ChangeLog entry 2002-03-18
10522
10523 2002-03-18 [paul]       0.7.4claws21
10524
10525         * po/en_GB.po
10526                 add en_GB message catalogue
10527
10528         * src/mbox_folder.c
10529           src/prefs_account.c
10530           src/prefs_actions.c
10531                 correct a few spelling mistakes
10532
10533 2002-03-17 [alfons]     0.7.4claws20
10534
10535         * src/matcher.c
10536                 more stringent checks for NULL params when writing
10537                 filtering actions to a file
10538                 
10539 2002-03-17 [hoa]        0.7.3claws20
10540
10541         * src/news.c
10542                 fixed the count of new messages
10543
10544         * src/compose.c
10545                 fixed the "attachment properties" window
10546
10547 2002-03-17 [paul]       0.7.4claws19
10548
10549         * src/defs.h
10550           src/folder.h
10551           src/news.c
10552           src/prefs_account.[ch]
10553           src/procmsg.[ch]
10554           src/summaryview.c
10555                 automatically mark cross-posted messages as read 
10556                 and (optionally) give them a colour label
10557                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10558                 
10559
10560 2002-03-17 [paul]       0.7.4claws18
10561
10562         * sync with sylpheed 0.7.4cvs5
10563                 see ChangeLog entry 2002-03-17
10564
10565 2002-03-17 [melvin]     0.7.4claws17
10566         
10567         * src/textview.c
10568                 Worked around a gtktext 'bug': when searching for 
10569                 a text in a long message it was scrolling slowly
10570                 line by line until it hit the searched text.
10571         * po/fr.po
10572                 Updated French translation
10573
10574 2002-03-17 [melvin]     0.7.4claws16
10575
10576         * src/mainwindow.c
10577         * src/compose.c
10578         * src/prefs_actions.c
10579                 Moved "Edit/Actions" to "Tool/Actions"
10580                 Made mainwindow/compose window sensitive as soon as
10581                 no child process is running anymore even if the io dialog
10582                 is open.
10583                 Fixed a struct being initialized with a non constant char*
10584
10585 2002-03-16 [christoph]  0.7.4claws15
10586
10587         * configure.in
10588                 add --with-compiler-flags option
10589                 (only for developer hacking)
10590         * src/mh.c
10591         * src/procmsg.[ch]
10592         * src/summaryview.c
10593                 try to make folder-stats and flag handling more
10594                 independent from the summaryview. msgcounts
10595                 are only set when the folder is opened and
10596                 procmsg_msginfo_(un)set_flags will handle it
10597                 later and summaryview will get the values
10598                 from the folder.
10599
10600 2002-03-16 [paul]       0.7.4claws14
10601
10602         * src/messageview.c
10603                 fix Return-receipt. Patch submitted by Bob
10604                 Woodside <rwoodside1@comcast.net>
10605
10606 2002-03-16 [paul]       0.7.4claws13
10607
10608         * src/compose.c
10609                 fix 'dynamic' signatures, make it work again
10610                 broken during sync on 2002-03-14 (0.7.4claws2)
10611
10612 2002-03-15 [match]      0.7.4claws12
10613
10614         * src/addrharvest.[ch]
10615         * src/addrgather.[ch]
10616         * src/addressbook.[ch]
10617         * src/mainwindow.c
10618                 included address harvester feature. still some
10619                 issues with address parsing that I will fix.
10620
10621 2002-03-15 [match]      0.7.4claws11
10622
10623         * src/addrbook.[ch]
10624         * src/addrcache.[ch]
10625         * src/addressbook.[ch]
10626         * src/addrindex.c
10627         * src/editbook.c
10628         * src/importldif.c
10629         * src/importmutt.c
10630         * src/jpilot.[ch]
10631         * src/main.c
10632         * src/syldap.[ch]
10633         * src/vcard.[ch]
10634                 tidy up. fix memory leaks. moved attribs and methods
10635                 from individual interfaces to addrcache object. prep
10636                 for new stuff to come in.
10637
10638 2002-03-15 [alfons]     0.7.4claws10
10639
10640         * src/matcher.[ch]
10641         * src/matcher_parser_parse.y
10642         * src/matcher_parser_lex.l
10643         * src/prefs_matcher.c
10644                 add filtering conditions message greater than, smaller 
10645                 than, and exactly matching a size in bytes
10646                 (does not work with delete from POP3 server yet)
10647
10648                 this should also give others an idea what you should
10649                 do to add new criterions to claws filtering system
10650                 
10651
10652 2002-03-15 [paul]       0.7.4claws9
10653
10654         * tools/filter_conv.pl
10655                 exit if there are no filter rules to convert
10656                 rename filterrc to filterrc.old after completion
10657
10658 2002-03-15 [paul]       0.7.4claws8
10659
10660         * sync with sylpheed 0.7.4cvs3
10661                 see ChangeLog entry 2002-03-14
10662
10663 2002-03-14 [paul]       0.7.4claws7
10664
10665         * src/compose.c
10666                 clean up the last commit (ahem)
10667
10668 2002-03-14 [paul]       0.7.4claws6
10669
10670         * src/compose.c
10671                 fix bug #515655. honour account preferences
10672                 regarding gpg default signing/encryption when 
10673                 changing account from the compose window.
10674
10675 2002-03-14 [paul]       0.7.4claws5
10676
10677         * src/folderview.c
10678                 remove unnecessary curly brackets
10679
10680 2002-03-14 [paul]       0.7.4claws4
10681
10682         * src/folderview.c
10683           src/prefs_filtering.[ch]
10684                 add filter rename on folder rename and filter
10685                 delete on folder delete. Patch submitted by
10686                 Neill Miller <neillm@thecodefactory.org> 
10687
10688 2002-03-14 [christoph]  0.7.4claws3
10689
10690         * src/procmsg.c
10691         * src/send.c
10692                 fix local delivery
10693                 (patch submitted by "Simon 'corecode' Schubert")
10694         * src/prefs_common.c
10695         * src/procmsg.c
10696                 fix gcc 3.0 warning
10697
10698 2002-03-14 [paul]       0.7.4claws2
10699
10700         * sync with sylpheed 0.7.4cvs2
10701                 see ChangeLog entry 2002-03-13
10702
10703 2002-03-12 [darko]      0.7.4claws1
10704
10705         * src/mainwindow.c
10706                 fix what seems to be a copy and paste error
10707                 when setting color for important messages
10708                 (reported by wwp)
10709
10710 2002-03-11 [paul]       version 0.7.4claws released
10711
10712 2002-03-11 [paul]       0.7.4claws
10713
10714         * po/es.po
10715           po/it.po
10716           po/nl.po
10717           po/pt_BR.po
10718                 update message catalogs. Submitted by Ricardo Mones 
10719                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10720                 Fabio Junior Beneditto
10721
10722         * configure.in
10723           faq/Makefile.am
10724           faq/it/Makefile
10725           faq/it/sylpheed-faq*
10726           src/mainwindow.c
10727           src/manual.[ch]
10728                 add FAQ in Italian
10729         
10730
10731 2002-03-11 [jens]       0.7.3claws7
10732
10733         * po/de.po
10734                 updated German translation
10735
10736 2002-03-11 [melvin]     0.7.3claws6
10737
10738         * po/fr.po
10739                 updated and corrected French translation
10740
10741 2002-03-10 [hoa]        0.7.3claws5
10742
10743         * src/account.c
10744         * src/inc.c
10745         * src/prefs_account.c
10746         * src/procmsg.c
10747         * src/send.[ch]
10748                 fixed the local account.
10749                 you have to change the default "/usr/sbin/sendmail"
10750                 to "/usr/sbin/sendmail -t" in the preferences of
10751                 the local account.
10752
10753         * src/procmime.c
10754                 removed some debug display for renderer
10755
10756 2002-03-10 [paul]       0.7.3claws4
10757
10758         * faq/en/sylpheed-faq-1.html
10759           faq/en/sylpheed-faq-2.html
10760                 update
10761
10762 2002-03-09 [paul]       0.7.3claws3
10763
10764         * sync with sylpheed 0.7.4
10765                 see ChangeLog entry 2002-03-09
10766
10767 2002-03-08 [paul]       0.7.3claws2
10768
10769         * faq/en/sylpheed-faq*
10770           faq/es/sylpheed-faq*
10771           faq/fr/sylpheed-faq*
10772                 update the FAQs
10773
10774         * manual/fr/.cvsignore
10775           manual/fr/Makefilea.am
10776           manual/fr/sylpheed*
10777           src/mainwindow.c
10778           src/manual.[ch]
10779                 add the French manual
10780
10781 2002-03-07 [paul]       0.7.3claws1
10782
10783         * sync with sylpheed 0.7.3cvs4
10784                 see ChangeLog entries  2002-03-06 and 2002-03-07
10785         
10786         * po/nl.po
10787                 updated by Wilbert Berendsen
10788
10789 2002-03-07 [melvin]     0.7.2claws34
10790
10791         * src/selective_download.c
10792                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10793
10794 2002-03-06 [paul]       0.7.2claws33
10795
10796         * sync with sylpheed 0.7.3cvs1
10797                 bug fix, see ChangeLog entry 2002-03-05
10798
10799 2002-03-05 [paul]       0.7.2claws32
10800
10801         * src/mimeview.c
10802           src/pgptext.[ch]
10803           src/procmsg.c
10804                 reverse the pgp ascii-armored code implemented in 
10805                 0.7.2claws16. removal of this code until it matures.
10806                 this means that verifying ascii-armored pgp sigs and
10807                 automatic decryption of ascii-armored encrypted
10808                 messages no longer works.
10809
10810 2002-03-05 [paul]       0.7.2claws31
10811
10812         * configure.in
10813           Makefile.am
10814         * faq/Makefile.am
10815         * faq/en/Makefile.am
10816           faq/en/sylpheed-faq.html
10817           faq/en/sylpheed-faq-1.html
10818           faq/en/sylpheed-faq-2.html
10819           faq/en/sylpheed-faq-3.html
10820         * faq/es/Makefile.am
10821           faq/es/sylpheed-faq.html
10822           faq/es/sylpheed-faq-1.html
10823           faq/es/sylpheed-faq-2.html
10824           faq/es/sylpheed-faq-3.html
10825           faq/es/sylpheed-faq-4.html
10826         * faq/fr/Makefile.am
10827           faq/fr/sylpheed-faq.html
10828           faq/fr/sylpheed-faq-1.html
10829           faq/fr/sylpheed-faq-2.html
10830           faq/fr/sylpheed-faq-3.html
10831         * src/Makefile.am
10832           src/defs.h
10833           src/mainwindow.c
10834           src/manual.[ch]
10835                 add FAQs in English, Spanish and French
10836
10837
10838 2002-03-05 [paul]       0.7.2claws30
10839
10840         * manual/en/sylpheed.html
10841           manual/en/sylpheed-XX.html
10842                 updated the English manual
10843
10844 2002-03-05 [hoa]        
10845
10846         * src/summaryview.c
10847                 dialog box pops up if the article can't be deleted.
10848
10849 2002-03-04 [paul]       
10850         
10851         * po/pt_BR.po
10852                 updated by Fabio Junior Benedito
10853
10854 2002-03-04 [hoa]
10855
10856         * removed ac/gpgme.m4
10857                 to avoid autogen common problem
10858                 developers have to install gpgme development package now
10859
10860         * src/compose.c
10861                 encoding to 7bit or 8bit is enabled.
10862
10863 2002-03-03 [alfons]     0.7.2claws29
10864
10865         * src/pop.c
10866                 merge fix by Oliver Haertel for selective
10867                 download buglet
10868
10869 2002-03-03 [paul]       0.7.2claws28
10870         
10871         * sync with sylpheed 0.7.3
10872
10873 2002-03-03 [paul]       0.7.2claws27
10874
10875         * sync with sylpheed 0.7.2cvs24
10876                 see ChangeLog entries 2002-03-02 and 2002-03-03
10877
10878 2002-03-02 [melvin]     0.7.2claws26
10879
10880         * src/inc.[ch]
10881         * src/main.c
10882         * src/mainwindow.c
10883         * src/prefs_common.[ch]
10884                 Added user definable notification on new mail arrival.
10885                 Removed unused variables in spell checker prefs code.
10886
10887 2002-03-02 [melvin]     0.7.2claws25
10888
10889         * src/quote_fmt.c
10890                 Removed unnecessary escape sequences.
10891                 Changed 'Initial...' to 'Initials of Sender'
10892
10893 2002-03-02 [paul]       0.7.2claws24
10894
10895         * sync with sylpheed 0.7.2cvs22
10896                 see ChangeLog entry 2002-03-01
10897
10898 2002-03-01 [hoa]        0.7.2claws23
10899
10900         * src/mainwindow.c
10901                 Set sensitivity of delete actions to active
10902                 even if the folder is a newsgroup.
10903
10904         * src/summaryview.c
10905                 - Set sensitivity of delete actions
10906                 - Added function check_permission() that will check if the
10907                   user is authorized to delete a message. For news, it
10908                   will check if the author is the same.
10909                 - Enabled deletion when there is no trash folder.
10910
10911         * src/news.[ch]
10912                 - Added news_cancel_article() to cancel articles
10913                 - Implemented news_remove_message() (public function)
10914
10915 2002-03-01 [paul]       0.7.2claws22
10916
10917         * src/gtkutils.c
10918           src/textview.c
10919                 recognise urls that that don't include 'http://' and
10920                 simply begin 'www.' 
10921
10922         * AUTHORS
10923                 remove duplicated name
10924
10925 2002-02-28 [paul]       0.7.2claws21
10926
10927         * src/mainwindow.c
10928           src/summaryview.[ch]
10929                 add ability to 'Select thread'
10930                 combines Melvin's "Select thread's head" patch (#510907)
10931                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10932                 patch (#518514) 
10933
10934 2002-02-28 [paul]       0.7.2claws20
10935
10936         * src/mimeview.c
10937                 hopefully fix segfault on right-clicking a mime part
10938                 that some people have experienced.      
10939                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10940
10941 2002-02-28 [paul]       0.7.2claws19
10942
10943         * sync with sylpheed 0.7.2cvs21
10944                 see ChangeLog entries 2002-02-27 and 2002-02-28
10945
10946 2002-02-27 [paul]       0.7.2claws18
10947
10948         * sync with sylpheed 0.7.2cvs18
10949                 see ChangeLog entries 2002-02-26 and 2002-02-27
10950
10951 2002-02-26 [alfons]     0.7.2claws17
10952
10953         * src/procheader.c
10954                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10955                 (spotted by Chris Hessman <idatech@gmx.net>)
10956
10957 2002-02-26 [paul]       0.7.2claws16
10958
10959         * src/mimeview.c
10960           src/pgptext.[ch]
10961           src/procmsg.c
10962                 make decryption of ascii-armored pgp encrypted messages
10963                 and verification of ascii-armored signatures work again.
10964                 slightly altered from the patch by Jens Jahnke 
10965                 <jan0sch@gmx.net>
10966
10967                 ##FIX ME##
10968                 * the checking of plaintext signatures always comes up in 
10969                   a popup box
10970                 * it doesn't work for multipart messages 
10971                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10972                   including the msg headers and these 2 line themselves, are 
10973                   not displayed
10974
10975         * src/mainwindow.c
10976                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10977                 "View/Message View" becomes "View/Separate Message View"
10978                 because its less ambiguous.
10979
10980         * po/es.po
10981                 updated by Ricardo Mones Lastra
10982
10983 2002-02-26 [paul]       0.7.2claws15
10984
10985         * sync with sylpheed 0.7.2cvs17
10986                 see ChangeLog entries 2002-02-25 and 2002-02-26
10987
10988 2002-02-25 [christoph]  0.7.2claws14
10989
10990         * src/filtering.[ch]
10991         * src/inc.c
10992                 do filtering stuff after all messages have been received
10993                   1. drop all messages to .processing
10994                   2. scan processing folder for messages
10995                   3. filter messages or move to inbox
10996                 this will also find old messages left in processing after
10997                 a crash or something like that and we get a real msginfo
10998                 from folder->get_msg_list and do not have to create our
10999                 own in filter_message
11000         * src/matcher_parser_parse.y
11001                 remove MIX/MAX warning (reordered includes)
11002
11003 2002-02-25 [paul]       0.7.2claws13
11004
11005         * sync with sylpheed 0.7.2cvs15
11006                 see ChangeLog entry 2002-02-24
11007
11008 2002-02-24 [alfons]     0.7.2claws12
11009
11010         * src/filtering.c
11011                 clear old color flags first when applying a new color to
11012                 a message info. 
11013                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11014
11015 2002-02-24 [alfons]     0.7.2.claws11
11016         
11017         * AUTHORS
11018         * src/prefs_common.c
11019                 add presets for Opera and Konqueror, closes patch #517261,
11020                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11021
11022 2002-02-24 [alfons]     0.7.2.claws10
11023
11024         * AUTHORS
11025         * src/summaryview.c
11026                 fix threading for null message ids, closes patch #521601,
11027                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11028
11029 2002-02-24 [alfons]     0.7.2claws9
11030
11031         * src/summaryview.c
11032         * src/filtering.c
11033                 make Tool | Filter Message work with filtering system so
11034                 setting flags also works
11035
11036                 TODO:
11037
11038                 - Processing uses the same function as Tool | Filter
11039                   Message, but doesn't use the same update proc yet
11040
11041 2002-02-23 [paul]       0.7.2claws8
11042
11043         * sync with sylpheed 0.7.2cvs14
11044                 see ChangeLog entries 2002-02-22 and 2002-02-23
11045
11046 2002-02-22 [christoph]  0.7.2claws7
11047
11048         * src/quote_fmt.c
11049                 Add column space to table
11050         * src/quote_fmt_parse.y
11051                 Close files
11052
11053 2002-02-22 [paul]       0.7.2claws6
11054
11055         * src/Makefile.am
11056           src/defs.h
11057           src/filtering.c
11058           src/inc.[ch]
11059           src/mainwindow.c
11060           src/matcher.[ch]
11061           src/matcher_parser_lex.l
11062           src/matcher_parser_parse.y
11063           src/pop.[ch]
11064           src/prefs_account.h
11065           src/prefs_filtering.c
11066           src/selective_download.[ch]   *** NEW FILES ***
11067           src/utils.[ch]
11068           po/POTFILES.in
11069                 Selective Download added to 'Tool' menu. 
11070                 Retrieves email headers of the currently selected pop3 
11071                 account and allows the user to mark emails for deletion 
11072                 right on the pop3 server. Patch submitted by Oliver Haertel 
11073                 <oha@users.sourceforge.net>.
11074         
11075         * po/POTFILES.in
11076                 add 'src/quote_fmt.c'           
11077
11078 2002-02-22 [christoph]  0.7.2claws5
11079
11080         * src/Makefile.am
11081                 added quote_fmt.c
11082         * src/prefs_common.[ch]
11083         * src/prefs_template.c
11084         * src/quote_fmt.c               *** NEW FILE ***
11085         * src/quote_fmt.h
11086                 move quote format symbol description code
11087                 to it's own file because it is used from
11088                 differnent code parts
11089                 Rewrote symbol description GUI
11090                   + use table
11091                   + add separators
11092                   + get data from array (no more long constant strings)
11093         * src/quote_fmt_lex.l
11094         * src/quote_fmt_parse.y
11095                 Symbol for Literal % changed to \% instead of %%
11096                 (More logical as \ is used for quoting for other symbols)
11097                 Add |f and |p to include files and program output
11098                 Examples:
11099                     |f{/home/.../.signature}
11100                     |p{date}
11101         * po/de.po
11102                 Correct wrong spelling for "Referenzen"
11103
11104 2002-02-21 [paul]       0.7.2claws4
11105
11106         * src/procmsg.c
11107                 forgotten during sync
11108
11109 2002-02-21 [paul]       0.7.2claws3
11110
11111         * sync with sylpheed 0.7.2cvs11
11112                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11113                 2002-02-20 and 2002-02-21
11114
11115 2002-02-20 [melvin]     0.7.2claws2
11116
11117         * src/prefs_actions.c
11118                 Added error report when child cannot fork or when execvp 
11119                 returns with an error.
11120
11121 2002-02-19 [christoph]  0.7.2claws1
11122
11123         * src/codeconv.c
11124                 return unconverted text if conde conversion is not possible
11125                 when libjconv is used.
11126                 (patch submitted by "Simon 'corecode' Schubert")
11127
11128 2002-02-19 [paul]       
11129
11130         * version 0.7.2claws release
11131
11132 2002-02-19 [paul]       0.7.2claws
11133
11134         * po/nl.po
11135                 updated by Wilbert Berendsen
11136
11137
11138 2002-02-18 [alfons]     0.7.1claws13
11139
11140         * src/syldap.c
11141         * src/jpilot.c
11142                 remove references to dlfcn and explicitly loading functions
11143                 from dynalink libs, because libs linked anyway, and functions
11144                 are loaded explicitly
11145
11146 2002-02-17 [melvin]     0.7.1claws12
11147
11148         * src/prefs_actions.c
11149                 Replaced children wait loop with double fork technique.
11150                 Now, input/output window updated at each new output.
11151                 free_children(): Fixed a memory leak.
11152                 Made input/output window non closable if running children
11153                 still exist.
11154                 Added missing <unistd.h> include.
11155                 Added some --debug outputs.
11156
11157 2002-02-17 [melvin]     0.7.1claws11
11158
11159         * src/summaryview.c
11160                 Fixed bug where descending sort order did not select top
11161                 message.
11162
11163 2002-02-17 [melvin]     0.7.1claws10
11164
11165         * acconfig.h
11166                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11167         * src/prefs_common.c
11168                 Pspell data package directory no more hard coded but
11169                 set during configuration (PSPELL_PATH). (Thanks to 
11170                                 Gustavo Noronha Silva.)
11171
11172 2002-02-17 [melvin]     0.7.1claws9
11173
11174         * configure.in
11175                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11176         * src/gtkspell.c
11177                 Fixed compile-time warnings.
11178
11179 2002-02-16 [alfons]     0.7.1claws8
11180
11181         * src/filesel.c
11182                 fix inadvertent free of NULL pointer which caused
11183                 sylpheed to crash when closing the save-as dialog
11184                 using the window close button
11185
11186 2002-02-16 [carsten]    0.7.1claws7
11187         * src/mainwindow.[ch]
11188           src/summaryview.c
11189           src/prefs_common.c
11190                 fixes for pixmap theming code:
11191                         - recently changed mail attributes shouldn't get
11192                           lost any longer
11193                         - theme is only reloaded iff another theme was
11194                           selected
11195
11196 2002-02-16 [paul]       0.7.1claws6
11197
11198         * sync with sylpheed 0.7.2 release
11199                 see ChangeLog entry 2002-02-15 and 2002-02-16
11200
11201 2002-02-15 [paul]       0.7.1claws5
11202
11203         * sync with sylpheed 0.7.1cvs9
11204                 see ChangeLog entry 2002-02-15
11205
11206         * po/POTFILES.in
11207                 remove unneeded headerwindow.c entry
11208
11209 2002-02-14 [carsten]    0.7.1claws4
11210         * src/summaryview.c
11211                 fixed a bug for "Go to next unread message": there was
11212                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11213                 in the prefs, because of doing "Search again" instead
11214                 "No"
11215
11216 2002-02-14 [carsten]    0.7.1claws3
11217         * src/stock_pixmap.c
11218                 removed 2 more mem leaks; following memprof,
11219                 this code is "leak free" now :)
11220
11221 2002-02-14 [carsten]    0.7.1claws2
11222         * src/stock_pixmap.c
11223                 used opendir/readdir/closedir instead of scandir
11224                 -> code should work now on Solaris
11225
11226 2002-02-14 [paul]       0.7.1claws1
11227
11228         * sync with sylpheed 0.7.1cvs8
11229                 see ChangeLog entries 2002-02-13 and 2002-02-14
11230
11231         * README.claws
11232                 add some description of Actions and Pixmap Themes
11233
11234 2002-02-13 [paul]       
11235
11236         * version 0.7.1claws release
11237
11238 2002-02-13 [paul]       0.7.1claws
11239
11240         * po/es.po
11241           po/it.po
11242           po/pt_BR.po
11243                 updated translations, submitted by Ricardo Mones Lastra,
11244                 Alessandro Maestri and Fabio Junior Beneditto
11245
11246 2002-02-13 [melvin]     0.7.0claws75
11247
11248         * src/prefs_actions.c
11249                 Added missing "signal.h" include
11250
11251 2002-02-13 [melvin]     0.7.0claws74
11252
11253         * src/prefs_folder_item.c
11254                 Added missing "config.h" include
11255         * po/fr.po
11256                 Updated French translation for folder propriety.
11257
11258 2002-02-13 [jens]       0.7.0claws73
11259
11260         * po/POTFILES.in
11261                 Added missing src/prefs_folder_item.c [log added by melvin]
11262         * po/de.po
11263                 Updated German translation.
11264
11265 2002-02-13 [melvin]     0.7.0claws72
11266
11267         * po/fr.po
11268                 Updated French translation.
11269
11270 2002-02-13 [melvin]     0.7.0claws71
11271
11272         * src/gtkutils.c
11273                 Made gtkut_editable_get_selection return NULL if selection
11274                 is of length zero.
11275                 This fixes a bug where selecting part of message A then
11276                 switching to message B and replying to it will not
11277                 quote the message's body.
11278
11279 2002-02-12 [paul]       0.7.0claws70
11280
11281         * src/mainwindow.c
11282                 cosmetic, relating to pixmap themes: on toolbar make 
11283                 updating of 'Exec' and 'Compose news/Compose email'
11284                 icons faster.
11285
11286 2002-02-12 [carsten]    0.7.0claws69
11287         * src/folderview.c
11288           src/mainwindow.[ch]
11289           src/stock_pixmap.c
11290           src/summaryview.c
11291           src/prefs_common.c
11292                 - refreshing after changing pixmap theme better
11293                   now (thanks Paul)
11294                 - wanted to remove some mem leaks, but alfons was
11295                   faster (and had the better solution ;)
11296
11297 2002-02-12 [alfons]     0.7.0claws68
11298
11299         * src/prefs_common.c
11300         * src/stock_pixmap.[ch]
11301                 plug mem leaks, refactor code a little bit
11302
11303
11304 2002-02-12 [sergey]     0.7.0claws67
11305
11306         * src/imap.c
11307                 Fixed problem with copying messages to IMAP folders when the
11308                 server uses something other than '/' as a namespace separator
11309                 (cyrus-imapd uses '.').
11310
11311 2002-02-12 [jens]       0.7.0claws66
11312
11313         * po/de.po
11314                 Updated German Translation
11315
11316 2002-02-12 [paul]       0.7.0claws65
11317
11318         * sync with sylpheed 0.7.1cvs1
11319                 see ChangeLog entry 2002-02-12
11320
11321 2002-02-12 [melvin]     0.7.0claws64
11322
11323         * src/prefs_actions.c
11324                 Fixed "feature" where children's output was duplicated 
11325                 instead of refreshed while monitoring.
11326                 Removed some debug code.
11327
11328 2002-02-12 [christoph]  0.7.0claws63
11329
11330         * src/compose.c
11331                 always delete message from queue after sending/send error
11332                 (closes bug #509601)
11333
11334 2002-02-12 [melvin]     0.7.0claws62
11335
11336         * src/prefs_actions.c
11337                 Children wait loop is now triggered with a timeout of 1s
11338                 Added %F which is replaced with the list of filenames 
11339                 of all selected messages (as suggested by Ricardo Mones Lestra)
11340                 Pipe syntax changed. Prefix with | to send selection, postfix
11341                 with | to retrieve output. Prefix with > or * to send
11342                 user definable input to the command (*: input is hidden)
11343                 Old pipe action should now be postfixed with |, too.
11344
11345 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11346         * src/stock_pixmap.c
11347                 fixed a bug: if there's no theme directory don't
11348                 throw an error, just do "nothing" (thanks Alfons)
11349
11350 2002-02-12 [carsten]    0.7.0claws60
11351         * src/folderview.c
11352           src/summaryview.c
11353                 had to write the cache twice (nasty!); some marks would 
11354                 get lost if not
11355
11356 2002-02-11 [carsten]    0.7.0claws59
11357         * acconfig.h
11358           configure.in
11359           doc-src/maintainer_guide.txt
11360           src/compose.[ch]
11361           src/defs.h
11362           src/folderview.[ch]
11363           src/gtkutils.[ch]
11364           src/mainwindow.[ch]
11365           src/prefs_common.[ch]
11366           src/stock_pixmap.[ch]
11367           src/summaryview.[ch]
11368                 pixmap theming and related work on pixmap
11369                 handling on some other places
11370                 (e.g. hrm features for all folder)
11371           src/pixmap/stock_*.xpm -> the stock_ was removed
11372         
11373 2002-02-11 [paul]       0.7.0claws58
11374
11375         * sync with sylpheed 0.7.1 release
11376                 see ChangeLog entries 2002-02-11
11377
11378 2002-02-08 [paul]       0.7.0claws57
11379
11380         * sync with sylpheed 0.7.0cvs39
11381                 see ChangeLog entry 2002-02-07 (last entry) 
11382
11383         * src/prefs_actions.c
11384           src/prefs_filtering.c
11385           src/prefs_matcher.c
11386           src/prefs_scoring.c
11387                 sync: made it compile with C compilers other than gcc
11388
11389 2002-02-07 [paul]       0.7.0claws56
11390
11391         * sync with sylpheed 0.7.0cvs38
11392                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11393                 2002-02-07
11394
11395 2002-02-07 [darko]      0.7.0claws55
11396
11397         * src/gtkutils.[ch]
11398         * src/summaryview.c
11399                 Fix const gchar */gchar * issue (thanks Hiro)
11400
11401 2002-02-07 [darko]      0.7.0claws54
11402
11403         * src/compose.[ch]
11404         * src/filtering.c
11405         * src/gtkutils.[ch]
11406         * src/prefs_template.c
11407         * src/quote_fmt.h
11408         * src/quote_fmt_parse.y
11409         * src/summaryview.c
11410         * src/utils.[ch]
11411                 When replying or forwarding an email don't quote the entire
11412                 mail body but use the part of the message text that is selected
11413
11414 2002-02-06 [melvin]     0.7.0claws53
11415
11416         * src/prefs_common.[ch]
11417         * src/gtkspell.[ch]
11418         * src/compose.c
11419                 Made possible to switch quickly to last used dictionary
11420                 which makes checking bilingual documents easier.
11421
11422 2002-02-06 [melvin]     0.7.0claws52
11423         
11424         * po/POTFILES.in
11425                 Added forgotten new file src/prefs_actions.c
11426
11427 2002-02-06 [melvin]     0.7.0claws51
11428
11429         * src/prefs_actions.c   ** NEW FILE **
11430         * src/prefs_actions.h   ** NEW FILE **
11431                 Added actions to execute on message text view, or on the
11432                         message's file.
11433         * src/Makefile.am
11434                 Added src/prefs_actions.[ch]
11435         * src/compose.c
11436                 Added new menu "Edit/Actions"
11437         * src/defs.h
11438                 Added new actionsrc file.
11439         * src/main.c
11440                 Added actionsrc reading.
11441         * src/mainwindow.c
11442                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11443         * src/prefs_common.h
11444                 Added new element actionslst element to prefs_common.
11445
11446 2002-02-06 [paul]       0.7.0claws50
11447
11448         * sync with sylpheed 0.7.0cvs36
11449                 see ChangeLog entry 2002-02-06
11450
11451 2002-02-05 [paul]
11452
11453         * po/es.po
11454                 updated by Ricardo Mones Lastra
11455
11456 2002-02-05 [paul]       0.7.0claws49
11457
11458         * sync with sylpheed 0.7.0cvs33
11459                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11460
11461 2002-02-05 [paul]       0.7.0claws48
11462
11463         * src/compose.c
11464                 re-add 'Edit/Advanced/Delete entire line', previously named
11465                 'Delete Line+'
11466
11467 2002-02-04 [paul]       0.7.0claws47
11468
11469         * src/compose.c
11470           src/summaryview.c
11471                 fix bug #494993 (Reply All not taking Reply-To into consi)
11472                 eliminate differences in behaviour of right-click 'Reply to all' 
11473                 in summary view and 'Reply to all' on the toolbar. 
11474                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11475                 view and From gets ignored by 'Reply to all' on toolbar.
11476                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11477                 From when no Reply-To header is present.
11478
11479 2002-02-04 [paul]       0.7.0claws46
11480
11481         * sync with sylpheed 0.7.0cvs30
11482                 see ChangeLog entries 2002-02-03 and 2002-02-04
11483
11484 2002-02-03 [melvin]     0.7.0claws45
11485
11486         * src/gtkspell.[ch]
11487                 Readded function to highlight all misspelled words.
11488                 Fixed bug where user-provided-words did not replace
11489                         correctly the misspelled word when using the mouse.
11490                 Fixed bug where checking a region selected from right to left did
11491                         not check the region at all.
11492                 Fixed bug where 'Check backwards' may not check at all. 
11493                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11494                 Fixed possible buffer overflow when checking for long strings (>1k).
11495                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11496                 Accelerators code uses now gtk_widget_add_accel.
11497                 Removed and disabled obsolete and unfinished code.
11498                 Cleaning up.
11499
11500         * src/compose.c
11501                 Added menu item to Highlight all misspelled words.
11502
11503 2002-02-01 [paul]       0.7.0claws44
11504
11505         * src/mainwindow.c
11506                 fix '/View/Hide read messages' sensitivity when all
11507                 messages in a folder are hidden
11508
11509 2002-02-01 [paul]       0.7.0claws43
11510
11511         * src/main.c
11512                 add --send option to command line interface, sends all
11513                 queued mail. Patch submitted by Ricardo Mones Lastra.
11514
11515 2002-01-31 [paul]       0.7.0claws42
11516
11517         * src/mainwindow.c
11518                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11519
11520 2002-01-31 [paul]       0.7.0claws41
11521
11522         * sync with sylpheed 0.7.0cvs27
11523                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11524                 and 2002-01-31
11525
11526         * src/textview.c
11527                 comment out elements of textview_show_part() as temporary
11528                 workaround for attachment 'Display as text' bug 
11529
11530         * po/pt_BR.po
11531                 updated by Fabio Junior Beneditto
11532
11533 2002-01-30 [paul]       0.7.0claws40
11534
11535         * sync with sylpheed 0.7.0cvs24
11536                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11537                 and 2002-01-30
11538
11539         * src/compose.c
11540                 add {N_("/_Spelling"), ... "<Branch>"} to 
11541                 GtkItemFactoryEntry compose_entries[]
11542
11543         * src/prefs_common.c
11544                 add claws menu items to prefs_keybind_apply_clicked()
11545                 and remove non-claws menu items
11546
11547 2002-01-29 [paul]       0.7.0claws39
11548
11549         * sync with sylpheed 0.7.0cvs22
11550                 see ChangeLog entries 2002-01-28 and 2002-01-29
11551
11552 2002-01-28 [melvin]     0.7.0claws38
11553
11554         * src/compose.c
11555                 Added the declartion of compose_send_control_enter.
11556
11557         * src/compose.c
11558         * src/gtkspell.[ch]
11559                 Added in a 'Spelling' menu which includes the configuration menu. 
11560                 Added a real 'Check all' and got rid from the old one which only
11561                 highlited misspelled word.
11562                 Made 'Check while typing' a disableable option.
11563                 Added a dialog when there are no more misspelled word.
11564                 Added a dialog if error occurs when switching to a dictionary.
11565         
11566         * src/prefs_common.[ch]
11567                 Added option for the default 'Check while typing' option.
11568
11569
11570 2002-01-28 [alfons]     0.7.0claws37
11571
11572         * src/compose.c
11573                 fix buglet and make code comply with sylpheed code style
11574
11575 2002-01-28 [paul]       0.7.0claws36
11576
11577         * sync with sylpheed 0.7.0cvs19
11578                 see ChangeLog entries for 2002-01-28
11579
11580 2002-01-28 [hoa]        0.7.0claws35
11581
11582         * src/defs.h
11583                 added rendererrc
11584
11585         * src/main.c
11586                 read the renderer config
11587
11588         * src/procmime.[ch]
11589                 use the renderer config to convert mime attachments
11590
11591         * src/textview.c
11592                 don't use textview_show_html/ertf,
11593                 use get_text_content instead
11594
11595 2002-01-27 [alfons]     0.7.0claws34
11596         
11597         * src/news.c
11598                 make sylpheed believe it can delete a news message...
11599                 (messages are NOT deleted, maybe we should remove
11600                 processing from the folder properties after all.)
11601
11602 2002-01-27 [alfons]     0.7.0claws33
11603
11604         * src/folder.c
11605                 add extra checks
11606         * src/news.c
11607                 implement remove_msg() 
11608
11609 2002-01-27 [alfons]     0.7.0claws32
11610
11611         * src/procmsg.h
11612         * src/procheader.c
11613         * src/messageview.c
11614                 fix return receipt / disposition notification again. this
11615                 stuff seems to break on _every_ major summary UI change, so
11616                 it's now implemented using a flag which is saved in the
11617                 marks cache
11618                 
11619 2002-01-26 [alfons]     0.7.0claws31
11620
11621         * src/import.c
11622                 let import dialog show the destination folder identifier
11623
11624 2002-01-26 [melvin]     0.7.0claws30
11625
11626         * src/folderview.c
11627         * src/summaryview.c
11628                 Readded 'Mark all read' into summary view popup menu
11629                 Added 'Mark all read' in folder view popup menu for IMAP
11630                 and NNTP.
11631                 Made it insensitive if the selected folder is not the shown
11632                 one to avoid 'Mark all read' on the wrong folder.
11633                 
11634 2002-01-26 [paul]       0.7.0claws29
11635
11636         * src/folderview.c
11637           src/summaryview.c
11638                 move 'Mark all read' from summary view to folder view
11639                 menu. (adapted from) patch submitted by Jeremy Andrews,
11640                 <lists@kerneltrap.com>
11641
11642 2002-01-25 [alfons]     0.7.0claws28
11643
11644         * src/gtkstext.c
11645                 put the gtk class name back so GtkSText adapts the 
11646                 settings of GtkText
11647
11648 2002-01-25 [alfons]     0.7.0claws27
11649
11650         * src/folderview.c 
11651                 assimilate Ricardo's patch that shows pixmaps instead of
11652                 plain "new" and "unread" texts in the folder view column
11653                 headers 
11654
11655 2002-01-25 [paul]       0.7.0claws26
11656
11657         * src/Makefile.am
11658                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11659                 be found in non-standard locations. 
11660                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11661
11662 2002-01-25 [paul]       0.7.0claws25
11663
11664         * sync with sylpheed 0.7.0cvs16
11665                 see ChangeLog entry 2002-01-25
11666
11667 2002-01-24 [paul]       0.7.0claws24
11668
11669         * more sync with sylpheed 0.7.0cvs15
11670                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11671
11672 2002-01-23 [sergey]     0.7.0claws23
11673
11674         * src/importldif.c
11675                 Fixed segfault when closing LDIF import wizard with
11676                 the window manager.
11677         * src/imageview.c
11678         * src/imageview.h
11679         * src/messageview.c
11680         * src/mimeview.c
11681                 Fixed wrong scrolling position after switching between
11682                 text and image parts.
11683
11684 2002-01-23 [paul]       0.7.0claws22
11685
11686         * sync with sylpheed 0.7.0cvs15
11687                 see ChangeLog entries 2002-01-22 and 2002-01-23
11688
11689 2002-01-21 [melvin]     0.7.0claws21
11690
11691         * src/prefs_scoring.c
11692         * src/prefs_filtering.c
11693                 Fixed bug where scoring and filtering windows stopped
11694                 autochecking.
11695
11696 2002-01-21 [paul]       0.7.0claws20
11697
11698         * sync with sylpheed 0.7.0cvs12
11699                 see ChangeLog entries 2002-01-20 and 2002-01-21
11700
11701 2002-01-21 [carsten]    0.7.0claws19
11702         * src/mainwindow.c
11703         * src/menu.[ch]
11704         * src/messageview.[ch]
11705         * src/summaryview.[ch]
11706                 changes to shortcuts handling again:
11707                         + "Q" now controled by mainwin
11708                         + v/V are now customizable and have slightly
11709                           different meanings
11710                 the "button" to minimize the messageview (and maximize
11711                 the summary view) is a real button now
11712         * src/compose.c
11713                 "Delete Line+" added to Edit/Advanced (this will also
11714                 delete the '\n')
11715
11716 2002-01-20 [melvin] 0.7.0claws18
11717
11718         * src/addressbook.c
11719                 Made "Bcc" sensitive when addressbook is called from
11720                 compose window (it was a Claws only bug).
11721
11722 2002-01-19 [alfons] 0.7.0claws17
11723
11724         * src/inc.c
11725                 prevent unnecessary updates when currently selected folder has
11726                 no new messages 
11727
11728 2002-01-19 [alfons] 0.7.0claws16
11729         
11730         * src/summaryview.c
11731                 prevent writing the cache based on current message list in summary 
11732                 view when filtering also put messages in currently selected folder
11733
11734 2002-01-19 [paul]
11735
11736         * po/it.po
11737                 Italian translation submitted by Alessandro Maestri
11738                 <a.maestri@cs.tin.it>
11739
11740 2002-01-18 [melvin]     0.7.0claws15
11741
11742         * src/prefs_filters.c
11743                 fixed bug where 'cancel' from 'filters' window stops autochecking
11744                 if the timer timed out  when the window was open.
11745
11746 2002-01-18 [match]      0.7.0claws14
11747
11748         * src/addrclip.[ch]     ** NEW FILE **
11749         * src/addrselect.[ch]   ** NEW FILE **
11750         * src/adbookbase.h      ** NEW FILE **
11751                 addressbook cut, copy and paste
11752         * src/addrbook.[ch]
11753         * src/addrcache.[ch]
11754         * src/addressitem.h
11755         * src/addrindex.[ch]
11756         * src/addritem.[ch]
11757         * src/importldif.c
11758         * src/importmutt.c
11759         * src/jpilot.[ch]
11760         * src/syldap.[ch]
11761         * src/vcard.[ch]
11762         * src/jpilot.[ch]
11763         * src/editbook.c
11764         * src/editjpilot.c
11765         * src/editldap.c
11766         * src/editvcard.c
11767                 support for copy/paste
11768         * src/addressbook.c
11769                 support for copy/paste
11770                 tidy up menu option processing
11771                 correct address list function arguments
11772         * src/editaddress.c
11773                 sort user attributes
11774         * src/ldif.h
11775         * src/mutt.h
11776                 tidy up
11777
11778         * src/addrbook.[ch]
11779         * src/addrbook.[ch]
11780         * src/addrbook.[ch]
11781                 
11782
11783 2002-01-18 [paul]       0.7.0claws13
11784
11785         * sync with sylpheed 0.7.0cvs8
11786                 configure.in: support Mac OS X (Darwin)
11787
11788 2002-01-18 [carsten]    0.7.0claws12
11789         * src/html.c
11790                 small hack to fix a segfault with an empty href
11791                 (reported by Alexandra Walford <deeni@altern.org>)
11792         * src/mainwindow.c
11793         * src/summaryview.c
11794                 the shortcuts for Mark und Mark as unread are hardcoded
11795                 again
11796         * src/compose.c
11797         * src/gtkstext.[ch]
11798                 readded the shortcuts in gtkstext but made them
11799                 customizeable (simply by adding a menu plus a wrapper
11800                 to compose.c)
11801
11802 2002-01-17 [melvin]     0.7.0claws11
11803
11804         * src/gtkspell.c
11805                 fix default dictionary not being saved.
11806
11807 2002-01-16 [darko]      0.7.0claws10
11808
11809         * src/compose.c
11810                 fix wrapping crash with URL longer than wrapping margin
11811
11812 2002-12-08 [hoa]        0.7.0claws10
11813
11814         * src/matcher_parser_parse.y
11815                 fixed some bugs
11816
11817         * src/prefs_filtering.c
11818                 now, we can use bounce action in the dialog box.
11819
11820 2002-01-16 [carsten]    0.7.0claws9
11821         * src/gtkstext.c
11822                 removed the <control> and <alt> shortcuts because they're
11823                 not needed and interefered with the "normal" shortcuts
11824         * src/mainwindow.c
11825         * src/summaryview.c
11826                 removed most of the hardcoded shortcuts and assigned
11827                 them to menu entries making them easy customizable by
11828                 that
11829
11830 2002-01-16 |melvin]     0.7.0claws8
11831
11832         * src/gtkspell.c
11833                 fixed bug where using the mouse and when the compose
11834                 window is not on top may result in a crash.
11835
11836 2002-01-16 [melvin]     0.7.0claws7
11837
11838         * src/compose.c
11839                 fixed a long standingspell checker bug which could 
11840                 cause a crash after sending a message.
11841
11842 2002-01-16 [paul]       0.7.0claws6
11843
11844         * sync with sylpheed 0.7.0cvs7
11845                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11846                 2002-01-15, and 2002-01-16
11847
11848 2002-01-16 [melvin]     0.7.0claws5
11849
11850         * README.claws
11851         * src/compose.c
11852         * src/gtkspell.[ch]
11853         * src/main.c
11854                 Heavily modified spell checker code to work around
11855                 ispell bug, to add keyboard shortcuts and for future
11856                 enhancements. See README.claws for usage information.
11857
11858 2002-01-15 [alfons]     0.7.0claws4
11859         
11860         * src/summaryview.c
11861                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11862                 so sorting within threads reflects sort mode
11863
11864 2002-01-15 [christoph]  0.7.0claws3
11865
11866         * src/procmsg.c
11867                 added alertpanel if mail sending failed
11868
11869 2002-01-15 [alfons]     0.7.0claws2
11870         
11871         * src/prefs_filtering.c
11872                 don't stop timer when prefs filtering dialog is opened
11873
11874 2002-01-14 [alfons]     0.7.0claws1
11875
11876         * src/addr_compl.c
11877         * src/prefs.c
11878                 remove debug_print()s for privacy reasons
11879
11880 2002-01-14 [darko]      0.7.0claws
11881
11882         * README.claws
11883                 quotation wrapping is now also in the main branch
11884
11885 2002-01-14 [paul]
11886
11887         * tools/filter_conv.pl
11888                 allow for Boolean Op and case-sensitivity
11889                 this file is included in the release and tagged
11890                 'rel_0_7_0'
11891
11892 2002-01-13 [paul]       0.7.0claws
11893
11894         * release 0.7.0, with cvs tag 'rel_0_7_0'
11895
11896 2002-01-13 [paul]
11897
11898         * tools/filter_conv.pl
11899         * tools/README
11900                 rewritten to output to matcherrc instead of filteringrc
11901
11902         * po/es.po
11903                 updated Spanish translation by Ricardo Mones Lastra
11904
11905 2002-01-13 [alfons]
11906
11907         * po/nl.po
11908                 update dutch translation
11909
11910 2002-01-13 [paul]
11911
11912         * po/pt_BR.po
11913                 Updated by Fabio Junior Beneditto 
11914
11915 2002-01-13 [melvin]     0.6.6claws53
11916
11917         * po/fr.po
11918                 Updated french translation
11919
11920 2002-01-12 [alfons]     0.6.6claws52
11921
11922         * src/filtering.c
11923                 plug mem leak that has been sitting there for ages              
11924
11925 2002-01-12 [alfons]     0.6.6claws51
11926
11927         * src/summaryview.c
11928                 undo melvin's changes from 0.6.6claws48 because summary
11929                 view now refuses to select first unread message when
11930                 selecting a folder 
11931
11932 2002-01-11 [alfons]     0.6.6claws50
11933
11934         * src/import.c
11935                 use claws' semantics for getting folder item when
11936                 importing an mbox file into a folder 
11937                 (submitted by Dale P. Smith)
11938
11939 2002-01-11 [christoph]  0.6.6claws49
11940
11941         * src/prefs.h
11942                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11943                 toggle widget, because non static prefs can not use
11944                 prefs_set_* functions
11945         * src/prefs_account.c
11946                 toggle smtp auth password field sensitivity if
11947                 user id is empty and add descrition of usage for
11948                 these fields
11949         * src/prefs_folder_item.c
11950                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11951                 callbacks
11952
11953 2002-01-11 [melvin]     0.6.6claws48
11954
11955         * src/compose.c
11956                 fix the 'Ctrl-Enter' feature for sending and test really
11957                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11958                 editables which was not documented in Gtk)
11959
11960         * src/summaryview.c
11961                 Made summaryview refresh after sorting and not before.
11962
11963 2002-01-11 [christoph]  0.6.6claws47
11964
11965         * src/compose.c
11966                 select account from account ids if possible and
11967                 correctly set save folder for copy in reedit
11968
11969 2002-01-10 [paul]       0.6.6claws46
11970
11971         * sync with sylpheed 0.7.0 release
11972                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11973                 2002-01-09
11974
11975 2002-01-09 [alfons]
11976
11977         * src/summaryview.c
11978                 remove more dirt traces...
11979
11980 2002-01-09 [alfons]
11981         
11982         * src/summaryview.c
11983                 clean up some traces of my debugging stuff
11984
11985 2002-01-09 [alfons]     0.6.6claws45
11986
11987         * src/filtering.c
11988                 break up filteringprop_apply() in three separate pieces
11989                 so we can drop messages that failed processing in the
11990                 inbox
11991
11992         * src/summaryview.c
11993                 fix bug #469598 "no refresh of inbox after filter" which 
11994                 was introduced by the new summary view locking, and which 
11995                 prevented the summary view to update after a manual filter 
11996                 message. claw's filter message requires a summary_show().
11997                 (aargh, summary_show() again! :-)
11998                 
11999 2002-01-07 [alfons]     0.6.6claws44
12000
12001         * src/headerwindow.c
12002         * src/logwindow.c
12003         * src/messageview.c
12004         * src/sourcewindow.c
12005                 bring in Hiro's last 0.7.0 wm class fixes
12006
12007         * tools/sylprint.pl
12008                 bring in Ricardo's fix for sylprint script
12009
12010         * AUTHORS       
12011         * src/rfc2015.[ch]
12012         * src/prefs_common.[ch]
12013         * src/prefs_account.[ch]
12014         * src/compose.c
12015                 clean up account preference poison in rfc2015,
12016                 and preparation to fix double sign bug 
12017                 (patch submitted by Simon 'corecode' Schubert)
12018
12019 2002-01-07 [christoph]  0.6.6claws43
12020
12021         * src/mh.c
12022                 search for free message number, do not only rely
12023                 on last_num
12024         * src/send.c
12025                 fix smtp auth and use extra account information
12026                 if available, if not use pop3 data instead
12027                 (closes bug #500341)            
12028         * src/ssl.[ch]
12029                 match coding style
12030
12031 2002-01-06 [alfons]     0.6.6claws42
12032
12033         * src/mainwindow.c
12034                 try making the separate windows work again...
12035
12036 2002-01-06 [alfons]     0.6.6claws41
12037
12038         * src/mainwindow.c
12039                 adapt Hiro's separate window menu (to get rid of the funny
12040                 duplicate menu items), and make it work again
12041
12042 2002-01-06 [alfons]     0.6.6claws40
12043
12044         * tools/Makefile.am
12045         * tools/sylprint.rc
12046         * tools/sylprint.pl
12047         * tools/README.sylprint
12048                 add sylprint script for printing mails from Sylpheed
12049                 (contributed by Ricardo Mones Lastra)
12050
12051         * src/acount.c
12052                 clean up
12053
12054 2002-01-06 [melvin]     0.6.6claws39
12055
12056         * src/mainwindow.c
12057         * src/summaryview.c
12058                 Fixed crash introduced in 0.6.6claws38 by the menu
12059                 reorganisation (Hide read messages)
12060         
12061         * ChangeLog.claws 
12062                 Fixed typo (we are now in 2002, alfons ;) )
12063
12064 2002-01-05 [alfons]     0.6.6claws38
12065
12066         * sync with sylpheed 0.6.6cvs10-17
12067                 (last stuff marked as LAST_STABLE)
12068
12069 2002-01-04 [melvin]     0.6.6claws37
12070
12071         * src/account.c
12072                 Made account selection code use strcasestr again instead of
12073                 g_strcasecmp (fixes bug where reediting queued messages
12074                 did not select proper account reported by T. Link).
12075         
12076         * src/folderview.c
12077                 Fix bug where folder icons are not shown when 'hide read messages'
12078                 is on.
12079         
12080         * src/stock_pixmaps.[ch]
12081                 Added folder icons for 'hide read messages'.
12082         
12083         * src/compose.c
12084                 Fixed bug where 'Enter' in a header entry will send the message 
12085                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12086
12087 2002-01-03 [melvin]     0.6.6claws36
12088         
12089         * src/prefs.[ch]
12090                 Added popup menu for common preferences and
12091                 account preferences (right click on tab displays
12092                                 a menu of all tabs.)
12093
12094 2002-01-02 [melvin]     0.6.6claws35
12095
12096         * src/gtkspell.[ch]
12097                 Made spelling code compatible with undo/redo feature.
12098                 Added creation of suggestion mode menu for the general
12099                         preferences.
12100         
12101         * src/prefs_common.[ch]
12102                 Added option menu for the speller's suggestion mode.
12103                 Added missing spaces in "..." buttons and made a "..."
12104                         button non translatable!
12105         
12106         * src/compose.c
12107                 Made speller use the default suggestion mode.
12108                 Hack to make it possible to choose 'CTRL-Enter' as a
12109                         shortcut for sending (and only for sending).
12110
12111         * src/prefs_folder_item.c
12112                 Changing subject simplification does not update cache 
12113                         anymore (because it is unnecessary).
12114                 Fixed bug where changing subject simplification updated the 
12115                         summaryview even when the viewed folder is not the
12116                         folder which properties are being changed. (E.g. 
12117                                         viewing folder A and changing
12118                                         the subject simplification of 
12119                                         folder B -not being viewed- updated the 
12120                                         summaryview of folder A with data of
12121                                         folder B). (Hope this is clear... )
12122
12123 2001-12-31 [alfons]     0.6.6claws34
12124         
12125         * src/ldif.c
12126         * src/mutt.c
12127                 fgetc() returns a signed integer which doesn't
12128                 fit in a char. so c truncates this to a char
12129                 but we may lose significant bits. i.e. we may
12130                 comparing 0xFF which may not be equal to -1
12131                 unless properly casted to signed char which
12132                 we won't do because fgetc() returns a signed
12133                 integer which doesn't fit in a char. so c 
12134                 truncates this to a char but we may lose 
12135                 significat bits. (you got the idea, thanks
12136                 to Gustavo Noronha Silva <kov@debian.org>
12137                 and the Debian folks!)
12138
12139 2001-12-30 [alfons]     0.6.6claws33
12140
12141         * src/prefs_common.c
12142                 add #ifdef USE_PSPELLs that Melvin forgot               
12143
12144 2001-12-30 [melvin]     0.6.6claws32
12145         
12146         * src/prefs_common.[ch]
12147                 Added configurable color for misspelled words.
12148
12149         * src/gtkspell.[ch]
12150                 Fixed bug of foreground text color (reported by David
12151                                 Mehrmann)
12152                 Added configurable color for misspelled words.
12153
12154 2001-12-30 [alfons]     0.6.6claws31
12155
12156         * src/folder.c
12157                 remove unnecessary things someone put there
12158
12159         * src/mh.c
12160         * src/folder.[ch]
12161                 make folder properties (like threading and sorting) persistent
12162                 (closes bug #497424 "rescan folder tree resets proprieties")
12163                 currently this is only for MH folders. 
12164
12165 2001-12-29 [melvin]     0.6.6claws30
12166
12167         * src/string_match.[ch]
12168                 Optimized a bit: regexp pattern buffer compiled only once, and
12169                   one subroutine call removed. Fixed ^ regexp search: Now, 
12170                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12171         
12172         * src/summaryview.c
12173                 Subject filtering changed to filter summary columns and
12174                   not directly the messages subject cache. The loss in 
12175                   performance is balanced by the improvement of string_match.
12176                 Added an alert panel if there is an error in the regexp.
12177
12178         * src/src/prefs_folder_item.h
12179                 Added a regexp pattern buffer.
12180
12181 2001-12-28 [alfons]     0.6.6claws29
12182
12183         * src/string_match.[ch]
12184                 clean up name space
12185                 allow compilation *BSD
12186
12187 2001-12-27 [alfons]     0.6.6claws28
12188
12189         * src/filter.c
12190                 sync the Hiro's bug fix for BSD
12191
12192 2001-12-27 [melvin]     0.6.6claws27
12193         
12194         * src/compose.c
12195                 Simplify focus to subject entry code.
12196
12197 2001-12-27 [darko]      0.6.6claws26
12198
12199         * src/filtering.c
12200         * src/mbox_folder.c
12201         * src/messageview.c
12202         * src/mh.c
12203         * src/procheader.[ch]
12204         * src/procmsg.h
12205         * src/stock_pixmap.[ch]
12206         * src/summaryview.c
12207                 Show key icon for encrypted mails in summary view
12208
12209         * src/pixmaps/clip.xpm
12210         * src/pixmaps/clipkey.xpm
12211         * src/pixmaps/key.xpm
12212                 New/modified icons for the above
12213
12214 2001-12-27 [melvin]     0.6.6claws25
12215
12216         * src/prefs_common.c
12217                 Put spell checker options in a separate tab to decrease
12218                 the Common Preferences window height.
12219
12220         * README.claws  
12221                 Update spell checker usage instruction about its options
12222                 location.
12223
12224 2001-12-27 [melvin]     0.6.6claws24
12225
12226         * src/compose.c
12227                 Changed subject entry widget position. Initial focus is
12228                 on the To header instead of the subject entry.
12229                 Creating a new header scrolls the header list to make the
12230                 created one visible. Nevertheless, when automatically filling
12231                 headers, the first one is shown.
12232                 A Tab key press in the last empty header entry zips the 
12233                 focus to the subject entry.
12234                 (I did not change the combo boxes, yet)
12235
12236 2001-12-26 [alfons]     0.6.6claws23
12237
12238         * src/prefs_account.c
12239         * src/inc.c
12240                 allow default inbox to reside in another mailbox (only
12241                 works for POP3 accounts)
12242
12243 2001-12-26 [alfons]     0.6.6claws22
12244         
12245         * src/textview.c
12246                 make reply-on-click work with the account of the selected folder
12247         * src/compose.c
12248                 put a fixme here to remind me to fix finding correct default
12249                 account for nested folders
12250
12251 2001-12-25 [alfons]     0.6.6claws21
12252
12253         * src/summaryview.c
12254                 make column headers display locked and mark pixmaps (idea by Melvin) 
12255                 fix bug by adding score and locked column type to sort array
12256
12257 2001-12-25 [alfons]     0.6.6claws20
12258         
12259         * src/summaryview.c
12260                 catch a *potentially* inadvertent write back of  
12261                 the message cache(s) introduced by 0.6.5claws37
12262
12263 2001-12-25 [christoph]  0.6.6claws19
12264
12265         * src/stock_pixmap.[ch]
12266         * src/summaryview.c
12267                 add ignore thread pixmap
12268                 (can someone draw a better icon for this?)
12269
12270 2001-12-24 [alfons]     0.6.6claws18
12271
12272         * src/prefs_folder_item.c
12273                 make address completion actually work for the
12274                 Default To address in the Folder Property dialog.
12275
12276 2001-12-24 [alfons]     0.6.6claws17
12277         
12278         * src/summaryview.c
12279                 use new style regexp for subject stripping 
12280                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12281
12282 2001-12-24 [darko]      0.6.6claws16
12283
12284         * src/pgptext.c
12285         * src/rfc2015.c
12286                 move GPG related informational messages to debug mode
12287
12288 2001-12-23 [alfons]     0.6.6claws15
12289
12290         * src/stock_pixmap.[ch]
12291         * src/summaryview.c
12292                 add the forgotten Claws' locked pixmap
12293
12294 2001-12-23 [alfons]     0.6.6claws14
12295
12296         * src/filesel.c
12297                 accept file name typed in entry in multi file
12298                 selector (patch submitted by Gustavo Noronha Silva 
12299                 <kov@debian.org>)
12300
12301 2001-12-23 [alfons]     0.6.6claws13
12302
12303         * src/prefs_filter.c
12304         * src/prefs_filtering.c
12305         * src/matcher.c
12306         * src/importmutt.c
12307                 clean up a little bit
12308         
12309         * src/string_match.c
12310                 validate input strings a little bit more
12311
12312 2001-12-23 [alfons]     0.6.6claws12
12313
12314         * src/Makefile.am
12315         * src/summaryview.c
12316         * src/string_match.[ch]         ** NEW **
12317         * src/folderview.[ch]
12318         * src/headerview.h
12319         * src/folder.[ch]
12320         * src/prefs_folder_item.[ch]
12321                 add subject simplification to strip out strings from
12322                 a subject line (esp. handy for mailing lists). 
12323                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12324                 but slightly changed things for better integration.)
12325
12326 2001-12-23 [alfons]     0.6.6claws11
12327
12328         * src/mainwindow.c
12329                 fix bug introduced by submission included in 0.6.5claws52.
12330                 ideally this submission should clean the trash if any trash
12331                 folder has a message. however, the hasTrash variable was
12332                 set to false whenever a trash folder was empty (discarding
12333                 a previously found *filled* trash folder.)
12334
12335                 also edited the code a little bit and made it more safe.
12336
12337 2001-12-22 [alfons]     0.6.6claws10
12338
12339         * src/imap.c
12340                 quick fix for Martin Pool's omission of an account
12341                 specific SSL setting
12342
12343 2001-12-22 [alfons]     0.6.6claws9
12344
12345         * src/compose.c
12346         * src/messageview.c
12347         * src/mimeview.c
12348         * src/pgptext.c
12349         * src/procmime.[ch]
12350                 better support for multipart/digest (submitted
12351                 by Fredrik <e98fo@efd.lth.se>)
12352
12353 2001-12-22 [alfons]     0.6.6claws8
12354
12355         * src/addressbook.c
12356                 correct function signature
12357         * src/socket.[ch]
12358         * src/imap.[ch]
12359         * src/prefs_account.[ch]
12360                 allow IMAP over SSH tunnel (patch submitted by 
12361                 Martin Pool <mbp@samba.org>)
12362
12363 2001-12-21 [alfons]     0.6.6claws7
12364
12365         * sync with sylpheed 0.6.6cvs4-9
12366                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12367
12368 2001-12-21 [christoph]  0.6.6claws6
12369
12370         * src/compose.c
12371         * src/prefs_folder_item.[ch]
12372                 implement saving of outgoing messages to current folder.
12373                 fix segfault when no default outbox is available
12374                 (closes bug #495683)
12375
12376 2001-12-21 [carsten]    0.6.6claws5
12377         * src/folderview.c
12378         * src/summaryview.c
12379                 pressing CTRL while DND does now the expected thing and
12380                 copies the mail (moving is still the default, as this
12381                 seam more appropriate for handling mails by DND)
12382
12383 2001-12-18 [paul]       0.6.6claws4
12384
12385         * sync with sylpheed 0.6.6cvs3
12386                 see ChangeLog entries 2001-12-18
12387
12388 2001-12-18 [hiro]       0.6.6claws3
12389
12390         * src/undo.c
12391                 fix for multibyte characters (obtain the number of letters
12392                 instead of bytes).
12393
12394 2001-12-17 [paul]       0.6.6claws2
12395
12396         * sync with sylpheed 0.6.6cvs1
12397                 see ChangeLog entry 2001-12-16
12398
12399 2000-12-17 [alfons]     0.6.6claws1
12400
12401         * src/filtering.c
12402                 clean up
12403
12404 2001-12-16 [paul]       0.6.6claws
12405 2001-12-15
12406
12407         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12408
12409         * src/mimeview.c
12410                 last minute sync with main 0.6.6
12411
12412         * po/es.po
12413                 updated by Ricardo Mones Lastra
12414                 update for last minute sync
12415         * po/fr.po
12416         * po/nl.po
12417                 update for last minute sync
12418         * po/de.po
12419                 updated by Jens Oberender
12420         * po/pt_BR.po
12421                 updated by Fabio Junior Beneditto
12422
12423         * src/prefs_common.[ch]
12424         * src/undo.c
12425                 number of undo levels is user configurable
12426                 (squeeze it into the release in the dying
12427                 moments) Submitted by Jens Oberender    
12428
12429 2001-12-15 [melvin]
12430
12431         * po/fr.po
12432                 updated french translation
12433
12434 2001-12-15 [paul]       0.6.5claws92
12435
12436         * sync with sylpheed 0.6.5cvs28
12437                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12438
12439         * po/nl.po
12440                 update to allow for sync
12441
12442 2001-12-15 [alfons]
12443         
12444         * po/nl.po
12445                 update dutch translation
12446
12447 2001-12-14 [carsten]    0.6.5claws91
12448         * src/summaryview.c
12449                 fixed bug #473785; also after changing the column order
12450                 the same message will be selected and displayed as before
12451                 the reordering
12452
12453 2001-12-14 [carsten]    0.6.5claws90
12454         * src/folderview.c
12455                 probably found the bug reported by wwb opening or closing
12456                 a folder tree just before dnd (found the solution in the
12457                 balsa source -- thanks to them)
12458
12459 2001-12-14 [carsten]    0.6.5claws89
12460         * src/gtkutils.c
12461         * src/account.c
12462                 moved gtk_clist_moveto to the right place, so that
12463                 only the accounts dialog is effected on opening
12464
12465 2001-12-14 [carsten]    0.6.5claws88
12466         * src/gtkutils.c
12467                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12468                 now, so that the focused row will be seen in any case
12469                 (reported by wwp on sf-claws-user)
12470
12471 2001-12-14 [darko]      0.6.5claws87
12472
12473         * src/compose.c
12474                 remove unnecessary line
12475
12476 2001-12-14 [paul]       0.6.5claws86
12477
12478         * sync with sylpheed 0.6.5cvs27
12479                 see ChangeLog entries 2001-12-14
12480
12481 2001-12-14 [carsten]    0.6.5claws85
12482         * src/mainwindow.c
12483                 following a suggestion of Melvin the rcoabm pops up
12484                 right under the button now and the button is reliefed
12485                 while the popup is open
12486
12487 2001-12-14 [darko]      0.6.5claws84
12488
12489         * src/compose.c
12490                 fix crash when wrapping long lines if linewrap quotation
12491                 is disabled and wrapper encounters a word spanning more
12492                 than one line
12493
12494 2001-12-13 [paul]       0.6.5claws83
12495
12496         * src/compose.c
12497                 prefer 'Reply-To' header over mailing list header when
12498                 replying to a message. Finally prevent all those confirmation 
12499                 messages being sent to the list itself.
12500
12501         * src/summaryview.c
12502                 remove unused summary_set_menu_sensitive() entry
12503
12504 2001-12-13 [paul]       0.6.5claws82
12505
12506         * src/folderview.c
12507         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12508         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12509         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12510                 improvements to 'Hide read messages': Inbox, Outbox,
12511                 Trash, Queue, and Draft icons now reveal presence of hidden 
12512                 messages
12513
12514 2001-12-12 [alfons]     0.6.5claws81
12515
12516         0.6.5claws80 was tagged as LAST_STABLE
12517
12518         * src/filtering.[ch]
12519         * src/matcher.[ch]
12520         * src/matcher_parser_lex.c
12521                 fix the filtering; my last attempt to get it right, 
12522                 if it does not work, it's Hoa's turn. ;-)
12523
12524                 for my honourable peers:
12525                 
12526                 the code now makes a clear distinction between
12527                 rules as they are displayed (probably escaped),
12528                 and as they are executed (probably unescaped). the
12529                 parser does *NOT* do any unescaping, this is
12530                 the task of the matcher.c (which breaks up a
12531                 rule into condition) and the filtering.c (which
12532                 breaks up the rule's action). to make this
12533                 run happily we provide an unescaped copy of
12534                 crucial strings to the MatcherProp and 
12535                 FilteringAction structures. note that the only
12536                 exception to this is any REGEXP string. those
12537                 are directly passed to regcomp() and regexp()
12538                 (who have much more powerful unescape functions).
12539                 
12540                 for everyone else:
12541         
12542                 you can escape tab (\t), carriage return (\r),
12543                 linefeed (\n), form feed (\f), quote (\"), 
12544                 single quote (\'), bell (\b) in all the entry
12545                 lines in the scoring & filtering dialogs.
12546                 as an added bonus this should not affect
12547                 existing filtering rules.
12548
12549 2001-12-12 [carsten]    0.6.5claws80
12550
12551         * src/summaryview.c
12552         * po/de.po
12553                 "item(s) selected" is now sensitive to 1 or more
12554                 than one selected (nice for language where simple
12555                 adding of a "s" is not possible as German (Eintrag
12556                 ->Eintr"age)
12557                 
12558                 the "forward as attachment" entry from the right
12559                 click menu removed, "forward" acts following the
12560                 prefs
12561         
12562         * src/textview.c
12563                 reverted my former changes; so compiler warning again
12564                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12565                 nevertheless
12566
12567         * src/messageview.c
12568                 "search in message" does now *not* only work in MVIEW_TEXT
12569                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12570                 message
12571
12572         * src/mainwindow.c
12573                 removed "/File/_Close" as it was the same as "/File/E_xit"
12574                 and we don't need it two times
12575
12576                 the separate folder view and message view now get a distinct
12577                 WMCLASS, just in case someone is using sawfish ;-)
12578
12579                 as the menu entries "/View/Message view" and "/View/Folder tree"
12580                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12581                 make them sensitive accordingly and as these two are "shown"
12582                 after startup anytime check this menuitem at startup
12583
12584 2001-12-12 [paul]       0.6.5claws79
12585
12586         * src/folderview.c
12587                 fix sensitivity of 'Search folder...', broken in
12588                 0.6.5claws75
12589
12590         * src/mainwindow.c
12591                 fix dodgy English
12592
12593 2001-12-11 [carsten]    0.6.5claws78
12594         * src/filtering.c
12595                 fixed two typos returning a wrong FALSE/TRUE
12596         * src/mainwindow.[ch]
12597                 extra menu for email/news button removed
12598
12599 2001-12-11 [alfons]     0.6.5claws77
12600         
12601         * src/matcher.c                 (1.3)
12602         * src/matcher_parser_lex.l      (1.28)
12603                 revert for another attempt
12604                 mark 0.6.5claws77 as LAST_STABLE
12605
12606 2001-12-11 [christoph]  0.6.5claws76
12607
12608         * po/de.po
12609                 fixed wrong translation for prev. unread msg
12610
12611 2001-12-11 [paul]       0.6.5claws75
12612
12613         * src/folder.[ch]
12614         * src/folderview.c
12615         * src/mainwindow.c
12616         * src/summaryview.[ch]
12617         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12618                 enable ability to hide read messages on per folder basis via 
12619                 '/Summary/Hide read messages'; when selected, a folder will 
12620                 have a red open folder icon, instead of a blue icon, if the 
12621                 folder contains hidden messges
12622                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12623
12624         * src/mainwindow.c
12625                 remove '/Message/Forward as attachment' from 
12626                 main_window_set_menu_sensitive() to prevent debug warning
12627
12628         * src/folderview.c
12629         * src/mainwindow.c
12630                 Clean up some of the English
12631
12632         * tools/newscache_clean.pl
12633                 allow for new 'hidereadmsgs' entry in folderlist.xml
12634
12635         * po/es.po
12636                 updated translation, submitted by Ricardo Mones Lastra
12637
12638 2001-12-11 [paul]       0.6.5claws74
12639
12640         * sync with sylpheed 0.6.5cvs25
12641                 see ChangeLog entry 2001-12-11
12642
12643 2001-12-10 [alfons]     0.6.5claws73
12644
12645         * src/matcher.c
12646                 add more control characters
12647         * src/matcher_parser_lex.l
12648                 make escaping / unescaping work again
12649
12650 2001-12-10 [alfons]     0.6.5claws72
12651
12652         * src/imap.c
12653                 clean up warnings "returning value for void function" 
12654         * src/prefs_filtering.c
12655                 make info button for execute action sensitive
12656
12657 2001-12-10 [paul]       0.6.5claws71
12658
12659         * src/compose.c
12660         * src/imap.[ch]
12661         * src/summaryview.c
12662                 fix: imap server now gets informed of MARKED, UNMARKED
12663                 and REPLY events. Now people can use different IMAP-Mail
12664                 clients and have the exact same information about MARKED,
12665                 UNMARKED and REPLY status with all of them. Especially
12666                 useful for imap servers with a web-frontend.
12667                 submitted by Tobias Sandhaas <medlor@web.de>
12668
12669 2001-12-09 [melvin]     0.6.5claws70
12670         
12671         * src/textview.[ch]
12672                 fixed bug #490076 (hunted down by Alfons who implemented
12673                 a workaround in 0.6.5claws65)
12674
12675 2001-12-09 [christoph]  0.6.5claws69
12676
12677         * src/summaryview.c
12678                 set pointer to string in LOCKED column to NULL
12679                 (might fix bug #490800)
12680
12681 2001-12-09 [carsten]    0.6.5claws68
12682
12683         * po/de.po
12684                 resolved some cluttered menu shortcuts 
12685                 ('creating new email' and 'creating news message'
12686                 hade the same)
12687         * src/compose.c
12688                 wmclass now distinc from main window
12689         * src/mainwindow.c
12690           src/mainwindow.h
12691                 email/news and forward button functionality similar
12692                 to the reply buttons; removed the ugly dropdown arrows
12693                 and use instead the right mouse button
12694
12695 2001-12-09 [paul]       0.6.5claws67
12696
12697         * src/imap.c
12698         * src/utils.h
12699                 allow spaces in imap folder names
12700                 submitted by Willem van Engen <wvengen@stack.nl>
12701
12702 2001-12-09 [paul]       0.6.5claws66
12703
12704         * sync with sylpheed 0.6.5cvs24
12705                 see ChangeLog entry 2001-12-09
12706
12707 2001-12-08 [alfons]     0.6.5claws65
12708
12709         * src/textview.c
12710                 prevent secondary selection claim after "add to sender" dialog
12711                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12712                 we trick GTK by simulating a click at (0, 0) in the textview.
12713
12714 2001-12-08 [hoa]        0.6.5claws64
12715
12716         * src/folder.c
12717                 fixed a bug about the .processing folder name while filtering
12718
12719 2001-12-08 [alfons]     0.6.5claws63
12720
12721         * src/folderview.c 
12722                 work around problem of not correctly updating folder stats
12723                 when deleting messages. there's some folder scanning evil
12724                 going so the folderview_update_msg_num() does not work
12725                 correctly. need to investigate this.
12726
12727 2001-12-08 [paul]       0.6.5claws62
12728
12729         * sync with sylpheed 0.6.5cvs23
12730                 see ChangeLog entry 2001-12-08
12731
12732 2001-12-07 [christoph]  0.6.5claws61
12733
12734         * src/compose.c
12735                 fix another header translation problem
12736
12737 2001-12-07 [alfons]     0.6.5claws60
12738
12739         * src/mbox.c
12740                 make filtering also work on local spool mbox
12741
12742 2001-12-07 [carsten]    0.6.5claws59
12743         * src/addressbook.c
12744                 addressbook window gets a wmclass distinct from the main
12745                 sylpheed window
12746         * src/compose.h
12747         * src/mainwindow.[ch]
12748                   forward menu item will use mode selected in prefs, forward 
12749                 as attatchment in menu removed (will be substituted in the
12750                 toolbar similar to reply buttons)
12751                   create news message menu entry and news button is now 
12752                 sensitive to the existance of a news account
12753         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12754         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12755         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12756                 these are removed because the toolbar buttons don't show
12757                 the quoting modus any longer
12758
12759 2001-12-07 [paul]
12760
12761         * tools/newscache_clean.pl      ** NEW FILE **
12762                 perl script to do some tidying up in the newscache directory 
12763                 
12764         * tools/sylpheed-switcher       ** NEW FILE **
12765                 perl script to enable easy switching between main and claws
12766                 
12767         * tools/README
12768                 added descriptions of the two new perl scripts          
12769
12770
12771 2001-12-07 [melvin]     0.6.5claws58
12772
12773         * src/messageview.c
12774                 fixed a warning during compilation introduced in 0.6.5claws56
12775
12776 2001-12-07 [paul]       0.6.5claws57
12777
12778         * src/mainwindow.[ch]
12779         * src/menu.[ch]
12780                 further usability enhancements to replying with or without 
12781                 quoting via the toolbar, use of Ctrl key is replaced by 
12782                 drop down menu 
12783                 Submitted by Carsten Schurig            
12784
12785 2001-12-07 [melvin]     0.6.5claws56
12786
12787         * src/messageview.c
12788                 hack to fix bug that prevented to make/paste selections
12789                 after switching between MVIEW_TEXT and MVIEW_MIME views
12790                 without deselecting the selection first.
12791
12792 2001-12-06 [alfons]     0.6.5claws55
12793
12794         * src/filtering.[ch]
12795         * src/inc.c
12796                 revise filtering a little bit more, and make sure
12797                 messages are delivered to the appropriate inbox
12798                 (perhaps set per account)
12799
12800 2001-12-06 [paul]       0.6.5claws54
12801
12802         * sync with sylpheed 0.6.5cvs22
12803                 see ChangeLog entry 2001-12-06
12804
12805 2001-12-05 [alfons]     0.6.5claws53
12806
12807         * src/inc.c
12808         * src/folder.[ch]
12809         * src/procmsg.c
12810         * src/filtering.c
12811                 more revisions of filtering system
12812                 (last stable version is marked as LAST_STABLE)
12813                 
12814                 | NOTE 1): the filtering system now uses a local folder called
12815                 | .processing. if filtering fails, check this directory
12816                 | for missing messages.
12817                 |
12818                 | NOTE 2): help us find the filtering actions still missing
12819
12820 2001-12-05 [paul]       0.6.5claws52
12821
12822         * src/mainwindow.c
12823                 fix bug where 'Empty Trash?' pop-up window appears even
12824                 when Trash is empty, submitted by Jesse Skinner         
12825
12826 2001-12-05 [melvin]     0.6.5claws51
12827
12828         * src/compose.c
12829                 fixed bug #486106 to select correct account when reediting 
12830                 a queued message
12831         
12832 2001-12-04 [alfons]     0.6.5claws50
12833
12834         * src/mh.c
12835                 declare markfile in appropriate functions when
12836                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12837                 for spotting this)
12838
12839 2001-12-04 [paul]       0.6.5claws49
12840
12841         * sync with sylpheed 0.6.5cvs21
12842                 see ChangeLog entry 2001-12-04
12843
12844 2001-12-03 [christoph]  0.6.5claws48
12845
12846         * po/de.po
12847                 changed translation of undo
12848         * src/account.c
12849         * src/folder.c
12850                 don't reinvent the wheel to traverse a GNode
12851         * src/compose.[ch]
12852                 seperate code to create the compose gui into functions
12853                 add "Others" page with folder selection for saving copy
12854                 of the message.
12855                 the folder identifier is saved to queue header
12856         * src/procmsg.c
12857                 save message to folder in queue header
12858
12859 2001-12-03 [paul]       0.6.5claws47
12860
12861         * sync with sylpheed 0.6.5cvs20
12862                 see ChangeLog entry 2001-12-03
12863
12864 2001-12-01 [paul]
12865
12866         * more sync with sylpheed 0.6.5cvs19
12867                 see ChangeLog entry 2001-11-29
12868
12869 2001-11-30 [paul]       0.6.5claws46
12870         
12871         * src/compose.c
12872                 remove conflicts introduced by Hoa's last commit
12873          
12874         * src/mainwindow.c
12875                 make 'Message/Bounce' sensitive
12876
12877 2001-11-30 [hoa]        0.6.5claws45
12878
12879         * src/compose.c
12880                 slightly change bounce function to add
12881                 information about the user that bounced the mail
12882                 in the From header line.
12883
12884         * src/folderview.c
12885                 permit the use of processing in outbox folder.
12886
12887 2001-11-29 [paul]       0.6.5claws44
12888
12889         * src/mainwindow.[ch]
12890         * src/prefs_common.c
12891         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12892         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12893         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12894                 usability enhancements to the quoting, implements
12895                 use of Ctrl key to toggle quoting settings
12896                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12897
12898 2001-11-29 [paul]       0.6.5claws43
12899         
12900         * sync with sylpheed 0.6.5cvs19
12901                 see ChangeLog entry 2001-11-28
12902
12903 2001-11-29 [melvin]     0.6.5claws42
12904         * src/Makefile.am
12905                 added enriched.[ch] to the list of files
12906
12907         * src/textview.c
12908         * src/mimeview.c
12909         * src/procmime.[ch]
12910         * src/enriched.[ch]
12911                 added support to view text/enriched
12912                 added support to show headers in message view for text/enriched and text/html
12913                         in non multipart messages
12914
12915 2001-11-28 [paul]       0.6.5claws41
12916
12917         * more sync with sylpheed 0.6.5cvs18
12918                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12919
12920 2001-11-27 [paul]       0.6.5claws40
12921         
12922         * po/pt_BR.po
12923                 updated translation, submitted by Fabio Junior Beneditto
12924                 
12925         * sync with sylpheed 0.6.5cvs18
12926                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12927                 2001-11-27
12928
12929
12930 2001-11-26 [paul]
12931
12932         * po/es.po
12933                 updated translation, submitted by Ricardo Mones Lastra
12934
12935 2001-11-26 [alfons]
12936
12937         * src/matcher.c
12938                 add more translatable strings
12939
12940 2001-11-26 [christoph]  0.6.5claws39
12941
12942         * po/de.po      
12943                 fixed one more umlaut
12944         * src/compose.c
12945                 fix translated header when it should not be translated
12946
12947 2001-11-26 [paul]       0.6.5claws38
12948
12949         * src/mainwindow.c
12950                 remove '/Message/Add Sender to address book' from 
12951                 main_window_set_menu_sensitive(), prevent debug warning
12952                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12953
12954 2001-11-26 [paul]       0.6.5claws37
12955
12956         * src/summaryview.c
12957                 fix 'recurring unread state' bug 
12958
12959         * tools/README 
12960         * tools/filter_conv.pl
12961                 read name of top level mailbox from folderlist.xml
12962                 and presume nothing about its name              
12963
12964 2001-11-26 [darko]      0.6.5claws36
12965
12966         * src/gtkstext.[ch]
12967                 removed functions that are now in gtkutils.c
12968                 use gtkut_text_is_uri_string() from gtkutils.c
12969         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12970
12971 2001-11-26 [paul]       0.6.5claws35
12972
12973         * sync with sylpheed 0.6.5cvs16
12974                 see ChangeLog entries 2001-11-25 and 2001-11-26
12975
12976 2001-11-25 [alfons]     0.6.5claws34
12977
12978         EXPERIMENTAL!!! Please checkout the last stable version using: 
12979           
12980         % cvs update -r LAST_STABLE -dRAP
12981
12982         (Or help us testing this stuff.)
12983
12984         * src/filtering.c               (1.14)
12985         * src/filtering.h               (1.6)
12986         * src/inc.c                     (1.28)
12987         * src/matcher.c                 (1.20)
12988         * src/mbox.c                    (1.9)
12989         * src/procmsg.h                 (1.14)
12990         * src/summaryview.c             (1.59)
12991         * src/summaryview.h             (dunno)
12992                 revert/merge/sync to as it was before commit 
12993                 on Thu, 19 Jul 2001 10:15:51 -0700.
12994
12995 2001-11-25 [hoa]        0.6.5claws33
12996
12997         * src/main.c
12998                 processing mails at startup
12999
13000         * src/folderview.c
13001         * src/summaryview.[ch]
13002                 processing mails when entering folder
13003
13004         * src/prefs_filtering.c
13005                 fixed some UI bugs
13006
13007 2001-11-24 [alfons]     0.6.5claws32
13008
13009         * src/summaryview.[ch]
13010                 make summary sort headers work, and also make
13011                 sure the sort type is stored
13012
13013 2001-11-23 [alfons]     0.6.5claws31
13014
13015         * src/summaryview.[ch]
13016                 make lock work like mark
13017                 disallow deleting messages marked as locked
13018
13019 2001-11-23 [alfons]     0.6.5claws30
13020
13021         * src/gtkstext.c
13022         * src/compose.[ch]
13023         * src/Makefile.am
13024         * src/undo.[ch]
13025                 merge undo patch submitted by Jens
13026
13027 2001-11-23 [christoph]  0.6.5claws29
13028
13029         * src/.cvsignore
13030                 added ylwrap
13031         * src/compose.c
13032                 fixed gpg signing and encoding
13033         * src/folder.[ch]
13034         * src/main.c
13035                 added --status option to get new, unread and total
13036                 message count from a running sylpheed
13037         * src/prefs_common.c
13038                 temporary fix for reply_with_quote problem
13039                 (don't call functions for non existing widget)
13040         * src/procmsg.c
13041                 one more check for ignored threads but still not
13042                 always working correctly. probably a recursive
13043                 check for all parents is needed
13044
13045 2001-11-23 [darko]      0.6.5claws28
13046
13047         * src/compose.c
13048                 wrapping on send improvements
13049         * src/gtkutils.[ch]
13050                 fix for GtkSText after last sync with main branch
13051                 GTK_TEXT -> GTK_STEXT
13052
13053 2001-11-23 [paul]       0.6.5claws27
13054
13055         * sync with sylpheed 0.6.5cvs14
13056                 see ChangeLog entries 2001-11-22 and 2001-11-23
13057                 
13058         * po/de.po
13059                 fixed the scrambled umlauts 
13060                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13061
13062 2001-11-21 [paul]       0.6.5claws26
13063
13064         * sync with sylpheed 0.6.5cvs12
13065                 see 2nd ChangeLog entry dated 2001-11-20
13066
13067 2001-11-20 [paul]       0.6.5claws25
13068
13069         * sync with sylpheed 0.6.5cvs11
13070                 see ChangeLog entry 2001-11-19 (src/utils.c)
13071
13072 2001-11-20 [hiro]
13073
13074         * src/compose.c
13075                 GTK_TEXT -> GTK_STEXT
13076                 fix for wrong comment
13077
13078 2001-11-20 [hiro]       0.6.5claws24
13079
13080         * src/compose.[ch]
13081                 more merges from main branch
13082                 removed fatal warnings (uninitialized variables etc.)
13083                 some coding style fix
13084         * src/gtkutils.h
13085                 fixed typo.
13086         * src/addressbook.c
13087           src/addrindex.c
13088                 V-Card -> vCard
13089
13090 2001-11-19 [hoa]        0.6.5claws23
13091
13092         * src/filtering.c
13093         * src/prefs_scoring.c
13094         * src/matcher.[ch]
13095         * src/scoring.c
13096                 cleaning code
13097
13098         * src/matcher_parser_parse.y
13099         * src/prefs_filtering.c
13100                 bouncing
13101
13102 2001-11-19 [alfons]     0.6.5claws22
13103
13104         more of my old things into claws
13105
13106         * src/Makefile.am
13107         * src/prefs_common.c
13108         * src/procmsg.h
13109         * src/summaryview.[ch]
13110         * src/prefs_summary_column.c
13111         * src/pixmaps/locked.xpm
13112                 add indicators for locking of message in summary view
13113                 (does not work yet, only visual indicator)
13114
13115 2001-11-19 [paul]       0.6.5claws21
13116
13117         * sync with sylpheed 0.6.5cvs10
13118                 see ChangeLog entry 2001-11-19
13119
13120 2001-11-18 [alfons]     0.6.5claws20
13121         
13122         * src/filtering.c
13123                 remove an inadvertent free I forgot in previous clean up 
13124
13125 2001-11-18 [alfons]     0.6.5claws19
13126
13127         * src/filtering.[ch]
13128                 clean up & plug leaks
13129
13130 2001-11-18 [paul]       0.6.5claws18
13131
13132         * sync with sylpheed 0.6.5cvs9
13133                 see ChangeLog entries 2001-11-17 and 2001-11-18
13134
13135 2001-11-16 [paul]       0.6.5claws17
13136
13137         * sync with sylpheed 0.6.5cvs8
13138                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13139
13140 2001-11-16 [paul]       0.6.5claws16
13141
13142         * sync with sylpheed 0.6.5cvs7
13143                 see ChangeLog entries 2001-11-15 and 2001-11-16
13144
13145 2001-11-15 [hoa]        0.6.5claws15
13146
13147         * src/compose.c
13148                 fix bounce, mails we received couln't be bounced to ourself.
13149
13150         * src/defs.h
13151         * src/filtering.[ch]
13152         * src/matcher.[ch]
13153         * src/matcher_parser.h
13154         * src/matcher_parser_lex.l
13155         * src/matcher_parser_parse.y
13156         * src/inc.c
13157         * src/main.c
13158         * src/mbox.c
13159         * src/prefs_filtering.[ch]
13160         * src/mainwindow.c
13161         * src/prefs_matcher.c
13162         * src/prefs_scoring.c
13163         * src/scoring.[ch]
13164         * src/summaryview.c
13165                 new matcher/filter/score configuration file parser
13166                 one unique configuration file => ~/.sylpheed/matcherrc
13167                 import in currently automatic, then save are made
13168                 in this new file.
13169                 one filter per folder and one global filter
13170                 (filter of a folder will be used as folder processing)
13171
13172         * src/folder.c
13173                 fix a bug in folder_item_get_identifier
13174                 
13175         * src/messageview.c
13176                 receive receipt return are fixed.
13177
13178 2001-11-14 [alfons]     0.6.5claws14
13179
13180         * src/session.h
13181                 add things from main branch to make claws compile
13182
13183 2001-11-14 [paul]       0.6.5claws13
13184
13185         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13186                 see ChangeLog entries 2001-11-08 to 2001-11-14
13187
13188 2001-11-14 [hoa] 0.6.5claws12
13189
13190         * src/compose.[ch]
13191         * src/mainwindow.c
13192         * src/summaryview.c
13193                 add "bounce mail" option
13194
13195 2001-11-13 [christoph]  0.6.5claws11
13196
13197         * src/compose.c
13198                 Cleanup a mess i add before commiting
13199
13200 2001-11-13 [hoa]        0.6.5claws10
13201
13202         * src/compose.c
13203                 some fixes when mail are sent or
13204                 for crossposts
13205
13206 2001-11-13 [christoph]  0.6.5claws9
13207
13208         * po/de.po
13209                 Changed two string with the same translation
13210         * src/compose.c
13211         * src/procmsg.[ch]
13212         * src/send.[ch]
13213                 New mailsending process:
13214                   - Always queue message before sending
13215                     (message will be saved if sylpheed crashed or
13216                      freezes while sending)
13217                   - Allow queuing of newspostings
13218                   - No copy in outbox before sending
13219                     (closes bug #469501)
13220                   - No more redundant code for send and send_later
13221         * src/summaryview.c
13222                 Applied wwp <subscript@free.fr>'s patch that fixes
13223                 marks for multiple forwarded messages (+compose.c)
13224
13225 2001-11-12 [alfons]
13226
13227         * README.claws
13228                 remove things that are now in main branch
13229         
13230         * po/nl.po
13231                 update Dutch translation
13232
13233 2001-11-12 [mhadasht]   0.6.5.claws8
13234
13235         * src/prefs_common.c
13236                 re-enabled account autoselection feature for forward
13237                 and reedit lost during the branch point for SYNC-B4-REL
13238         * src/gtkspell.c
13239                 gtkpspell_get_dict(): more readable code (even if function is
13240                 not used yet)
13241         * ChangeLog.claws
13242                 added version number info to 2001-11-12 [hiro] comment.
13243
13244 2001-11-12 [hiro]       0.6.5.claws7
13245
13246         * src/compose.c
13247                 compose_forward(): fixed a bug that forward quote mark
13248                 wasn't used.
13249                 removed unnecessary code.
13250         * src/template_select.[ch]: removed.
13251
13252 2001-11-11 [alfons]
13253
13254         * src/compose.c
13255                 :%s/GTK_TEXT/GTK_STEXT/g
13256         
13257         * src/compose.[ch]
13258         * src/undo.[ch]
13259         * src/Makefile.am
13260                 revert the undo stuff (this is 0.6.6claws stuff)
13261
13262 2001-11-11 [hoa]        0.6.5.claws6
13263
13264         * src/compose.[ch]
13265                 Insert signature at the end of the text.
13266                 Added undo patch but currently disabled
13267
13268         * src/procmsg.c
13269                 Threading by subject improved.
13270
13271         * added src/undo.[ch]
13272                 Undo module for compose dialog box.
13273
13274 2001-11-11 [alfons]     0.6.5.claws5
13275
13276         * src/procmsg.c
13277                 prevent threading by subject on nodes that have already been
13278                 threaded by in-reply-to (as in "circular references in a tree
13279                 result in a dead branch")
13280
13281 2001-11-09 [hoa]        0.6.5.claws4
13282         
13283         * src/folderview.c
13284                 allows creation of mbox folder item from any files.
13285
13286 2001-11-09 [alfons]     0.6.5.claws3
13287         
13288         * src/utils.c
13289         * src/procmsg.c
13290                 do what I mean and correct threading by subject so it really
13291                 ignores attracting lines without "Re: "
13292
13293 2001-11-07 [alfons]     0.6.5.claws2
13294
13295         * src/procmsg.c
13296         * src/utils.[ch]
13297                 only attract by subject if a subject line starts with a "Re: "
13298         * src/syldap.c
13299                 remove warning
13300
13301 2001-11-07 [paul]       0.6.5claws1
13302
13303         * sync with sylpheed 0.6.5. release
13304                 see ChangeLog entry 2001-11-07
13305
13306 2001-11-07 [paul]       0.6.4claws31
13307
13308         * sync with sylpheed 0.6.4cvs18
13309                 see ChangeLog entries 2001-10-30 to 2001-11-07
13310                 prefs_templates.[ch] renamed prefs_template.[ch]
13311
13312 2001-11-06 [alfons]
13313         
13314         * src/utils.h
13315                 add semicolon Hoa forgot ;-)
13316                 
13317
13318 2001-11-06 [hoa]        0.6.4claws30
13319         
13320         * src/procmsg.c
13321         * src/summaryview.c
13322         * src/utils.c
13323         * src/utils.h
13324                 threading by subject - empty subject are ignored
13325
13326 2001-11-06 [christoph]  0.6.4claws29
13327
13328         * src/socket.c
13329                 use SSL_peek for sock_gets
13330         * src/utils.c
13331                 removed unneeded pointer in extracting quoted
13332                 names implementation
13333
13334 2001-11-06 [melvin]     0.6.4claws28
13335
13336         * src/gtkspell.c
13337                 fixed bug #476792 Selection overtyping with spell checker
13338                 fixed bug which could cause a buffer overflow
13339                 fixed a memory leak
13340
13341 2001-11-06 [hoa]        0.6.4claws27
13342         
13343         * src/procmsg.c
13344         * src/summaryview.c
13345                 threading by subject
13346
13347 2001-11-05 [alfons]     0.6.4claws26
13348         
13349         * README.claws
13350                 Claws -> Sylpheed (vice versa)
13351
13352         * src/compose.c
13353                 :%s/gtk_text/gtk_stext/g
13354                 :%s/GTK_TEXT/GTK_STEXT/g
13355                 (thanks to Jonathan Ware for spotting this)
13356
13357 2001-11-04 [christoph]  0.6.4claws25
13358
13359         * src/summaryview.c
13360                 replace Xalloca + strdup with Xstrdup_a
13361         * src/utils.c
13362                 better implementation of extracting quoted names
13363                 from addresses (remove backlashes and ignore
13364                 quotes after them)
13365
13366 2001-11-04 [alfons]     0.6.4claws24
13367
13368         * src/utils.[ch]
13369                 edit to comply more with coding style
13370
13371         * src/textview.c
13372                 fix bug reported by Kim Schulz. introduced by the patch integrated
13373                 in 0.6.4claws15. the code did not check the return value of
13374                 the html parser.
13375
13376         * AUTHORS
13377                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13378
13379 2001-11-04 [christoph]  0.6.4claws23
13380
13381         * src/main.c
13382         * src/prefs_common.[ch]
13383                 init some pointers that possibly caused a segfault
13384                 reported in the claws-users ML
13385
13386 2001-11-04 [hoa]        0.6.4claws22
13387
13388         * src/grouplistdialog.c
13389                 change the names of the nodes in the tree
13390
13391         * src/compose.c
13392                 enhanced mailto syntax as described in
13393                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13394                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13395
13396         * src/utils.c
13397                 encode and decode URI (useful when opening URL into
13398                 netscape).
13399
13400 2001-11-03 [hoa]        0.6.4claws21
13401
13402         * src/grouplistdialog.c
13403                 a new newsgroups list selection dialog box
13404                 with a CTree instead of a CList
13405
13406 2001-11-03 [hoa]        0.6.4claws20
13407
13408         * src/folderview.c
13409                 enable property and scoring options when right
13410                 click on "inbox"
13411
13412         * src/summaryview.c
13413                 fixed bug when nickname were displayed using
13414                 the address book.
13415
13416 2001-11-02 [darko]      0.6.4claws19
13417
13418         * src/compose.c
13419                 new wrap quotation and URL/long words wrapping implementation
13420         * src/compose.c src/gtkstext.[ch]
13421                 move gtkstext_strncmp() to gtkstext.c
13422
13423 2001-11-01 [christoph]  0.6.4claws18
13424
13425         * src/prefs_account.c
13426                 fixed mess in account settings dialog
13427         * src/prefs_folder_item.c
13428                 added label with folder path to dialog
13429
13430 2001-10-31 [match]      0.6.4claws17
13431
13432         * src/vcard.c
13433                 fix memory leak.
13434         * src/addrbook.c
13435                 fix generation of spurious address book file names.
13436                 remove redundant functions.
13437         * po/POTFILES.in
13438                 added missing file names.
13439
13440 2001-10-30 [paul]       0.6.4claws16
13441
13442         * sync with sylpheed 0.6.4cvs6
13443                 see ChangeLog entries 2001-10-26 to 2001-10-30
13444
13445         * tools/filter_conv.pl
13446                 read folderlist.xml to discover whether the top-level
13447                 folder is called 'Mailbox' or 'Mail' 
13448
13449 2001-10-29 [paul]       0.6.4claws15
13450
13451         * src/html.c, src/textview.c
13452                 activate links in html mail and fix clickable parts
13453                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13454
13455 2001-10-29 [paul]
13456
13457         * po/de.po, po/es.po, po/pt_BR/po
13458                 updated translations, submitted by Jens Oberender,
13459                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13460
13461 2001-10-29 [darko]      0.6.4claws14
13462
13463         * src/compose.c
13464                 fix wrapping for good
13465
13466 2001-10-29 [darko]
13467
13468         * src/compose.c
13469                 undo previous change as it broke the smart wrapping
13470
13471 2001-10-29 [darko]      0.6.4claws13
13472
13473         * src/compose.c
13474                 fix infinite loop when long URL is quoted
13475                 (closes bug #475122.
13476
13477 2001-10-28 [match]
13478
13479         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13480                 import Mutt address book
13481         * src/ldif.[ch] src/importldif.h
13482                 modified import LDIF handle user attributes
13483
13484 2001-10-28 [christoph]  0.6.4claws12
13485
13486         * src/summaryview.c
13487                 fixed that filtering did not work if there
13488                 were no filter rules
13489                 (closes bug #472003 and better implementation
13490                  of patch #474644)
13491
13492 2001-10-27 [christoph]  0.6.4claws11
13493
13494         * src/compose.c
13495                 make the folder's default account to be used when
13496                 replying. (patch by wwp <subscript@free.fr>)
13497         * src/compose.c
13498                 code cleanup, nearly killed all of wwp's patch
13499                 for folder's default account in compose
13500         * src/folderview.c
13501                 error panel when a folder could not be created
13502                 (closes bug #471080 new folder name & already
13503                  existing file)
13504
13505 2001-10-26 [alfons]
13506
13507         * src/utils.h
13508                 change prototype of strstr2() that Christoph forgot about
13509
13510 2001-10-26 [christoph]  0.6.4claws10
13511
13512         * src/account.c
13513                 made search for accounts by email address not case
13514                 sensitive
13515         * src/folder.c
13516                 fixed memory leak in folder_item_get_identifier
13517         * src/gtkspell.c
13518         * src/utils.c
13519                 fixed wrong strstr2 (should work like strstr)
13520
13521 2001-10-26 [darko]      0.6.4claws9
13522
13523         * src/compose.c src/gtkstext.[ch]
13524         * src/gtkstext.c
13525                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13526
13527 2001-10-26 [paul]       0.6.4claws8
13528
13529         * src/html.c
13530                 ignore css and javascript tags in html mail
13531                 case-insensitive, with or without double-quoted
13532                 strings
13533
13534 2001-10-26 [paul]       0.6.4claws7
13535
13536         * sync with sylpheed 0.6.4cvs1
13537                 see ChangeLog entry 2001-10-26
13538
13539         * src/prefs_account.c, src/prefs_common.c,
13540           src/prefs_summary_column.c
13541                 minor improvements to the English
13542
13543 2001-10-25 [alfons]     0.6.4claws6
13544
13545         * src/gtkstext.c
13546         
13547                 make GtkSText follow style of GtkText (closes bug 
13548                 #469211 "text selection while writing message")
13549                 
13550                 do sync with GTK 1.2.10
13551
13552 2001-10-25 [paul]       0.6.4claws5
13553
13554         * src/html.c
13555                 ignore css tags in html mail
13556
13557 2001-10-25 [darko]      0.6.4claws4
13558
13559         * src/compose.c
13560                 don't declare is_url_string as static function since
13561                 we need it in gtkstext.c
13562         * src/gtkstext.c
13563                 remove unused variable
13564                 don't wrap long URLs while composing a message
13565
13566 2001-10-24 [christoph]  0.6.4claws3
13567
13568         * src/socket.c
13569                 fix ssl deadlock, when peer closes connection
13570
13571 2001-10-24 [paul]       0.6.4claws2
13572
13573         * src/prefs_common.c
13574                 gettextize the gpg ascii-armored warning message
13575
13576         * src/compose.c
13577                 insert a DOS/MAC file into the composed message
13578                 (improvements)
13579
13580         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13581
13582 2001-10-22 [paul]       0.6.4claws1
13583
13584         * sync with sylpheed 0.6.4 release
13585                 see ChangeLog entries 2001-10-21
13586
13587         * po/fr.po, po/pt_BR.po
13588                 updated by Melvin Hadasht and Fabio Junior Beneditto
13589
13590 2001-10-21 [paul]       0.6.3claws30
13591
13592         * src/compose.c
13593                 insert a DOS text file from the compose window
13594                 into the composed message text (removes CRs characters)
13595                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13596
13597         * tools/filter_conv.pl, tools/README
13598                 automatically use ~/.sylpheed as working directory
13599                 print out confirmation message on completion
13600
13601         * correct Hoa's last ChangeLog.claws entry
13602
13603 2001-10-20 [hoa]        0.6.3claws29
13604
13605         * src/grouplistdialog.c
13606                 bugfix (another ?) to give the right
13607                 newsgroups list for each news server.
13608
13609         * src/news.c
13610         * src/news.h
13611                 improve the newsgroups list cache
13612
13613 2001-10-20 [paul]       0.6.3claws28
13614
13615         * sync with sylpheed 0.6.3cvs9
13616                 see ChangeLog entry 2001-10-19
13617
13618         * correct Alfons' last ChangeLog.claws entry
13619
13620 2001-10-19 [alfons]
13621
13622         * src/pgptext.[ch]
13623                 fix compilation problems (part of bug #472895)
13624
13625 2001-10-18 [hoa]        0.6.3claws27
13626
13627         * src/grouplistdialog.c
13628                 bugfix when we refresh was clicked (bug 472701)
13629
13630 2001-10-19 [christoph]  0.6.3claws26
13631
13632         * src/compose.c
13633                 last header entry should default to "To:" or
13634                 "Newsgroups:" and not copy the last entry line
13635                 in a new compose window
13636                 (closes bug #472686, #470792)
13637
13638 2001-10-19 [paul]       0.6.3claws25
13639
13640         * sync with Sylpheed 0.6.3cvs8
13641                 see ChangeLog entries 2001-10-18 and 2001-10-19
13642
13643 2001-10-18 [christoph]  0.6.3claws24
13644
13645         * src/procmsg.c
13646                 reimplement ignore thread
13647         
13648 2001-10-18 [hoa]        0.6.3claws23
13649
13650         * src/folderview.c
13651         * src/grouplistdialog.[ch]
13652                 enhanced news subscription interface (feature 469113)
13653
13654         * src/news.c
13655         * src/news.h
13656                 enchanced newsgroup listing,
13657                 now, we can get groups informations
13658                 (NNTPGroupInfo)
13659
13660 2001-10-18 [paul]       0.6.3claws22
13661
13662         * src/summaryview.c
13663                 remove comment (sync with main branch)
13664         * src/mainwindow.c
13665                 fix 'Re-edit' bug in 'Message' menu
13666
13667 2001-10-17 [christoph]  0.6.3claws21
13668
13669         * src/compose.c
13670                 ignore empty or whitespace only header lines
13671
13672 2001-10-17 [paul]       0.6.3claws20
13673
13674         * sync with sylpheed 0.6.3cvs7
13675                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13676                 2001-10-17
13677
13678 2001-10-17 [darko]
13679
13680         * src/compose.c
13681                 wrap long lines without spaces
13682                 don't wrap URLs
13683
13684 2001-10-16 [paul]
13685
13686         * po/es.po, po/nl.po, po/pt_BR.po
13687                 updated by Ricardo Mones Lastra, Alfons,
13688                 and Fabio Junior Beneditto
13689
13690         * sylpheed-0.6.3claws released
13691
13692 2001-10-15 [melvin] 0.6.3claws18
13693
13694         * README.claws
13695                 added summary and detailed installation instructions
13696                 for spell checker
13697         * po/fr.po
13698                 Updated, corrected and completed french translation
13699
13700 2001-10-15 [hoa] 0.6.3claws17
13701         * src/grouplistdialog.c
13702                 we can choose the newsgroups to display with wildcards
13703
13704 2001-10-15 [christoph]  0.6.3claws16
13705
13706         * src/account.c
13707         * src/compose.c
13708         * src/prefs_folder_item.[ch]
13709                 applied wwp <subscript@free.fr>'s folder
13710                 default account patch
13711         * po/de.po
13712                 Fixed wrong translation
13713
13714 2001-10-13 [alfons, christoph, melvin]  
13715                         0.6.3claws15
13716
13717         solution #2 to solve MT-safety problems defers all GUI related calls
13718         to the main thread using a gtk_idle_add() callback. discussed on
13719         ircnet #sylpheed, with christoph spotting some issues with the
13720         original code, and melvin allowing us to lobotomize his sylpheed.
13721
13722         * src/syldap.[ch], src/main.c
13723                 fix race problem in ldap search thread by deferring GUI 
13724                 stuff to main thread using gtk_idle_add()
13725
13726 2001-10-13 [paul]       0.6.3claws14
13727
13728         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13729                 add Sergey's smtpcred.patch
13730                 adds separate username/password setting for SMTP Auth
13731                 needed by some servers
13732                 (closes feature request #471659)
13733
13734 2001-10-13 [paul]       0.6.3claws13
13735
13736         * src/pgptext.[ch] **NEW FILES**
13737         * src/Makefile.am, src/messageview.c, src/mimeview.c
13738                 decrypt ascii-armored gpg text embedded in
13739                 the message body.
13740                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13741
13742 2001-10-13 [christoph]  0.6.3claws12
13743
13744         * README.claws
13745                 some more details on default to and
13746                 feature requests
13747         * src/main.c
13748                 init glib threading when ldap is used
13749         * src/syldap.c
13750                 threading fixes
13751         * po/de.po
13752                 fixed a typo
13753
13754 2001-10-12 [paul]       0.6.3claws11
13755
13756         * src/prefs_common.[ch], src/rfc2015.c
13757                 enable ascii-armored gpg text to be embedded in the
13758                 message body, selectable through the 'Privacy'
13759                 preferences. Supports encrypting only.
13760                 Submitted by Ravemax <ravemax@dextrose.com>
13761
13762 2001-10-12 [paul]       0.6.3claws10
13763
13764         * sync with sylpheed 0.6.3cvs6
13765                 see ChangeLog entries 2001-10-11 and 2001-11-12
13766
13767         * src/folderview.c
13768                 incorporated mbox folders, scoring, and folder
13769                 properties into the sync
13770
13771 2001-10-12 [darko]      0.6.3claws9
13772
13773         * README.claws
13774                 describe quotation wrapping
13775         * src/compose.c
13776                 don't treat tab as space to calculate line length properly
13777
13778 2001-10-11 [alfons]
13779
13780         * README.claws
13781                 correct description of how to make new filtering system work,
13782                 add some other things
13783                 
13784         * src/syldap.c
13785                 remove sched_yield() (not necessary / unportable)
13786
13787 2001-10-11 [paul]       0.6.3claws8
13788
13789         * sync with sylpheed 0.6.3cvs3
13790                 see ChangeLog entry 2001-10-10
13791
13792 2001-10-10 [christoph]  0.6.3claws7
13793
13794         * .cvsignore
13795                 ignore 2 files created by newer autotools
13796         * src/prefs_folder_item.c
13797                 using table for widget alignment
13798                 fixed memory leak and broken octal display
13799         * src/filesel.c
13800                 fixed segfault caused by lost filename
13801                 workaround (closes bug #469551)
13802
13803 2001-10-10 [paul]       0.6.3claws6
13804
13805         * sync with sylpheed 0.6.3cvs2
13806                 see ChangeLog entries 2001-10-09 and 2001-10-10
13807
13808 2001-10-10 [darko]      0.6.3.claws5
13809
13810         * src/gtkstext.c
13811                 proper calculation of right margin if smart wrapping is enabled
13812         * src/compose.c
13813                 automatically wrap long lines if wrap quotation is enabled
13814
13815 2001-10-09 [alfons]     0.6.3.claws4
13816
13817         * src/summaryview.c
13818                 select correct row when deleting last row in the summary view (and
13819                 close bug "[ #469104 ] select second last in list when deleting")
13820
13821 2001-10-09 [paul]       0.6.3claws3
13822
13823         * sync with sylpheed 0.6.3cvs1
13824                 updated some autotool scripts
13825
13826 2001-10-09 [darko]      0.6.3claws2
13827
13828         * src/gtkstext.[ch]
13829                 new name and mark with Sylpheed comment
13830         * src/compose.c
13831                 smart quotation wrapping a-la VIM
13832
13833 2001-10-08 [paul]       0.6.3claws1
13834
13835         * sync with sylpheed 0.6.3 release
13836                 see ChangeLog entry 2001-10-08
13837
13838 2001-10-08 [paul]       0.6.2claws24
13839
13840         * src/summaryview.c
13841                 more sync with sylpheed 0.6.2cvs12
13842                 Fixed the bug that didn't select the last row correctly
13843
13844
13845 2001-10-07 [paul]       0.6.2claws23
13846
13847         * sync with sylpheed 0.6.2cvs12
13848                 see ChangeLog entry 2001-10-07
13849
13850 2001-10-06 [match]
13851         * src/jpilot.[ch]
13852                 enable jpilot to read unsynch'ed addresses.
13853
13854         * src/editldap_basedn.c
13855                 fix segfault when opening dialog.
13856
13857 2001-10-06 [alfons]     0.6.2.claws22
13858
13859         * src/summaryview.c
13860                 fix bug with summary view selecting last *inserted*
13861                 node instead of last *visible* node. remember we
13862                 work with a tree
13863
13864 2001-10-06 [paul]       0.6.2claws21
13865
13866         * po/pt_BR.po
13867                 updated translation, contains some fixes and new
13868                 translations, submitted by Gustavo Noronha Silva
13869                 <kov@debian.org>
13870
13871         * src/prefs_common.c
13872                 change 'each' to 'every' - fix dubious English
13873
13874         * sync with sylpheed 0.6.2cvs11
13875
13876 2001-10-05 [alfons]     0.6.2claws20
13877
13878         * src/mainwindow.[ch], src/folderview.c
13879                 make composite tool button switch between "Compose News"
13880                 and "Compose Mail" depending on selected folder
13881                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13882
13883 2001-10-05 [paul]       0.6.2claws19
13884
13885         * src/mainwindow.c, src/summaryview.c
13886                 fix 'Message/Reply to all', broken in last commit
13887
13888         * src/compose.c
13889                 fix X_BEENTHERE seg fault, thanks to Alfons
13890
13891 2001-10-04 [paul]       0.6.2claws18
13892
13893         * src/compose.[ch], src/mainwindow.c
13894                 make "Message/Reply" reply to mailing lists; matches
13895                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13896                 based on portions of the patch submitted by
13897                 Junichi Uekawa <dancer@netfort.gr.jp>
13898
13899 2001-10-04 [darko]      0.6.2claws17
13900
13901         * src/compose.c
13902                 better smart wrapping
13903         * src/gtkstext.[hc]
13904                 a function to make text buffer contiguous
13905
13906 2001-10-03 [paul]       0.6.2claws16
13907
13908         * sync with sylpheed 0.6.2cvs10
13909
13910 2001-10-02 [alfons]
13911
13912         * configure.in
13913         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13914                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13915                 references to chinese translations (hope someone picks up
13916                 this)
13917
13918 2001-10-02 [christoph]  0.6.2claws15
13919
13920         * src/compose.c
13921                 fixed non translated header bug
13922         * ChangeLog.claws
13923                 fixed wrong date in alfons last entry ;)
13924
13925 2001-10-02 [alfons]     0.6.2claws14
13926
13927         * src/compose.c, src/prefs_common.[ch]
13928                 add block cursor option
13929
13930 2001-10-02 [paul]       0.6.2claws13
13931
13932         * sync with sylpheed 0.6.2cvs9
13933
13934 2001-09-30 [paul]       0.6.2claws12
13935
13936         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13937                 updated translations
13938
13939         * po/POTFILES.in
13940                 add 'src/importldif.c'
13941
13942         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13943                 added eudora-to-vCard conversion tool
13944                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13945
13946         * sync with sylpheed 0.6.2cvs8
13947
13948 2001-09-30 [paul]
13949
13950         * sylpheed-0.6.2claws released
13951
13952 2001-09-27 [melvin]     0.6.2claws11
13953
13954         * src/gtkspell.c
13955                 fixed crash when using default path (introduced 
13956                 in 0.6.2claws10)
13957                 fixed tiny bug for initial suggestion mode
13958
13959 2001-09-27 [melvin]     0.6.2claws10
13960         
13961         * src/gtkspell.c
13962                 fixed bug where gtkpspell didn't set the path correctly
13963
13964         * README.claws
13965                 added a paragraph about spell checking
13966                 
13967
13968
13969 2001-09-27 [paul]       0.6.2claws9
13970
13971         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13972                 replace '// comments' with '/* comments */' to prevent
13973                 some compiler warnings 
13974
13975         * sync with sylpheed 0.6.2cvs6
13976
13977 2001-09-26 [alfons]     0.6.2claws8
13978
13979         * src/messageview.c
13980                 introduce return receipt request notification again,
13981                 which was lost because of other semantics in 
13982                 procheader_parse() (???)
13983
13984 2001-09-26 [christoph]  0.6.2claws7
13985
13986         * src/compose.c
13987                 replace comments for old code with #if 0
13988                 readded auto cc, bcc and reply-to
13989         * src/prefs_matcher.c
13990         * src/prefs_scoring.c
13991                 removed some definition (was moved to
13992                 prefs.h)
13993
13994 2001-09-26 [paul]       0.6.2claws6
13995
13996         * src/mainwindow.c
13997                 make 'Follow-up and reply to' sensitive
13998
13999         * more sync with sylpheed 0.6.2cvs5
14000
14001 2001-09-25 [melvin]
14002
14003         * 0.6.2claws5
14004
14005         * src/gtkspell.c
14006                 fixed bug for "US-ASCII" introduced by the encoding code
14007
14008 2001-09-25 [paul]
14009
14010         * 0.6.2claws4
14011
14012         * src/prefs_common.[ch], src/summaryview.c
14013                 'next unread msg' 'go to next folder?' dialog can be
14014                 given default behaviour, either always show dialog,
14015                 or assume 'yes', or assume 'no'
14016                 Submitted by wwp <subscript@free.fr>
14017
14018 2001-09-25 [melvin]
14019                 
14020         * src/compose.c src/gtkspell.[ch]
14021                 added support for different encodings
14022
14023 2001-09-25 [paul]
14024
14025         * more sync with sylpheed 0.6.2cvs5
14026
14027 2001-09-24 [alfons]
14028         
14029         * src/prefs_folder_item.c
14030                 add check for item->prefs->default_to string is NULL and
14031                 add another check when freeing this string
14032
14033 2001-09-24 [paul]
14034
14035         * configure.in
14036                 change to version 0.6.2claws3
14037
14038         * sync with sylpheed 0.6.2cvs5 
14039
14040 2001-09-24 [match]
14041         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14042                 import LDIF files.
14043         * src/addrcache.[ch], addrindex.[ch]
14044                 small update for future
14045         * src/addrbook.c
14046                 fix test XML file.
14047
14048 2001-09-24 [melvin]
14049         * src/gtkspell.[ch]
14050                 added 'Learn from mistakes' option
14051                 better handling of quotes in checked words
14052                 sorted dict list
14053         * po/fr.po
14054                 small update for spell checking stuff
14055
14056 2001-09-23 [alfons]
14057         
14058         * src/gtkspell.c
14059                 edit a little bit so it complies more with main coding style
14060
14061 2001-09-23 [alfons]
14062
14063         * src/folder.[ch], prefs_folder_item.c, compose.c
14064                 migrate "request return receipt" folder property
14065                 to folderlist.xml
14066
14067 2001-09-22 [alfons]
14068
14069         * README.claws **NEW**
14070                 (add things of interest for users of main branch 
14071                 and claws here)
14072
14073         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14074                 re-implement threading per folder option, but store 
14075                 the setting in folderlist.xml (where it belongs)
14076
14077 2001-09-21 [melvin]
14078
14079         * src/gtkspell.[ch]
14080                 fixed bug when compose window is under another window
14081         * src/prefs_common.[ch] src/compose.c
14082                 changed 'dictionary_path' to 'dictionary' to be consistent
14083                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14084         * ac/pspell.m4 src/Makefile.am 
14085                 dropped PSPELL_PATH macro
14086         * po/fr.po
14087                 updated translations
14088
14089 2001-09-21 [christoph]
14090
14091         * src/compose.c
14092                 added border around header fields
14093                 keep header type when new field is added
14094
14095 2001-09-20 [christoph]
14096
14097         * src/utils.[ch]
14098                 more portable debug_print with source filename
14099                 and linenumber
14100         * src/procmsg.c
14101                 more newlines after debug messages
14102
14103 2001-09-20 [paul]
14104
14105         * configure.in
14106                 change to version 0.6.2claws2
14107
14108         * sync with sylpheed 0.6.2cvs3
14109
14110 2001-09-19 [melvin]
14111
14112         * src/gtkspell.c
14113                 fixed the post-right-click focus pb
14114                 fixed crash when 'Spell check all' after dict change 
14115                         and when cursor is at the end of the text
14116                 shift-right-click pops up config menu even on misspelled words.
14117         * po/POTFILES.in
14118                 added gtkspell.c
14119
14120 2001-09-19 [melvin]
14121
14122         * src/about.c
14123                 added pspell to compiled-in features list
14124
14125 2001-09-18 [melvin]
14126
14127         * switched to pspell and dropped ispell
14128         * ac/pspell.m4
14129                 new file. autoconf macro for pspell
14130         * ac/Makefile.am 
14131         * configure.in acconfig.h
14132                 added pspell support
14133         * src/Makefile.am
14134         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14135         * src/prefs_common.[ch] 
14136                 added pspell support
14137
14138 2001-09-18 [christoph]
14139
14140         * src/addr_compl.c
14141         * src/template.[ch]
14142                 replace LOG_MESSAGE with debug_print
14143         * src/compose.[ch]
14144                 gui improvements
14145         * src/menu.c
14146                 added newline after debug message
14147         * src/utils.h
14148                 using __VA_ARGS__ for debug_print macro
14149         * tools/.cvsignore
14150                 ignore Makefile and Makefile.in
14151
14152 2001-09-18 [paul]
14153
14154         * configure.in
14155                 change to version 0.6.2claws1
14156         * sync with sylpheed 0.6.2cvs1
14157
14158         * src/matcher.c 
14159         * src/prefs_matcher.c
14160                 add 'score equal to' option, submitted by
14161                 Paul Evans <nerd@freeuk.com>
14162
14163 2001-09-15 [christoph]
14164
14165         * src/mainwindow.c
14166                 comment out menu entry not existing in claws
14167         * src/menu.c
14168                 add debug output for non existing menu entries
14169         * src/summaryview.c
14170                 fix next/prev unread message for ignored threads
14171         * src/utils.[ch]
14172                 add sourcefile and line number to debug output
14173                 otherwise it is sometimes hard to find the
14174                 source code part if debug messages are translated
14175
14176 2001-09-14 [darko]
14177         
14178         * src/folderview.c
14179                 refresh target folder style after colour is changed
14180
14181 2001-09-13 [paul]
14182
14183         * configure.in
14184                 change to version 0.6.1claws3
14185
14186         * sync with sylpheed 0.6.1cvs6
14187
14188 2001-09-13 [darko]
14189         
14190         * src/folderview.c
14191                 fix target folder colourization to use user selected colour
14192
14193 2001-09-12 [darko]
14194         
14195         * src/summaryview.c
14196                 fix crash when message that is marked for copy/move is unmarked
14197
14198 2001-09-09 [paul]
14199
14200         * configure.in
14201                 change to version 0.6.1claws2
14202
14203         * sync with sylpheed 0.6.1cvs3
14204
14205 2001-09-09 [alfons]
14206         
14207         * src/folderview.c
14208                 fix bug with default font used for trash folder text
14209
14210 2001-09-06 [paul]
14211
14212         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14213                 updated translations
14214
14215         * configure.in
14216                 change to version 0.6.1claws1
14217
14218         * sync with sylpheed 0.6.1cvs2
14219
14220 2001-09-03 [paul]
14221
14222         * po/POTFILES.in
14223                 add Match's new addressbook
14224
14225         * po/de.po
14226                 updated translation submitted by Jens Oberender
14227
14228 2001-09-02 [paul]
14229
14230         * configure.in
14231                 change to 0.6.1claws
14232         * sync with sylpheed 0.6.1 release
14233
14234 2001-09-02 [paul]
14235
14236         * configure.in
14237                 change to 0.6.0claws2
14238
14239         * sync with sylpheed 0.6.0cvs4
14240
14241         * po/pt_BR.po
14242                 updated translation submitted by Fabio Junior Beneditto
14243
14244 2001-09-01 [match]
14245         * pixmaps/
14246                 interface.xpm
14247                 book.xpm
14248                 address.xpm
14249         * src/
14250                 Makefile.am
14251                 a ton of new files
14252
14253 2001-08-31 [paul]
14254
14255         * configure.in
14256                 change to version 0.6.0claws1
14257
14258         * sync with sylpheed 0.6.0cvs1
14259
14260         * po/es.po
14261                 updated translation submitted by Ricardo Mones Lastra
14262
14263         * po/POTFILES.in
14264                 add 'src/prefs_templates.c'
14265
14266         * src/compose.c, src/summaryview.c
14267                 fix segfault on 'Re_edit'               
14268
14269 2001-08-30 [alfons]
14270
14271         * configure.in, Makefile.am
14272         * tools/Makefile.am
14273                 add tools directory to source distribution
14274
14275 2001-08-30 [paul]
14276
14277         * configure.in
14278                 change to version 0.6.0claws
14279
14280         * sync with sylpheed 0.6.0 release
14281
14282 2001-08-30 [christoph]
14283
14284         * configure.in
14285                 removed autoconf version check
14286
14287 2001-08-30 [paul]
14288
14289         * src/account.c, src/compose.c, src/prefs_common.[ch]
14290         * src/procheader.[ch] src/utils.[ch]
14291                 Enhanced automatic account selection on replies
14292                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14293
14294         * configure.in
14295                 add LDAP and JPilot to the configuration results output.
14296
14297 2001-08-29 [christoph]
14298
14299         * src/summeryview.c
14300                 no bold font for ignored threads
14301
14302 2001-08-29 [paul]
14303
14304         * configure.in
14305                 change to version 0.5.3claws6
14306
14307         * sync with sylpheed 0.5.3cvs10
14308                 src/stringtable.[ch]: New Files
14309
14310         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14311         * src/pixmaps/sylpheed.xpm
14312                 add mini-icons to windows (by Alfons)
14313
14314 2001-08-27 [paul]
14315
14316         * src/mainwindow.c
14317                 new functions: next_labeled_cb(), prev_labeled_cb()
14318
14319         * src/summaryview.c
14320                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14321                 summary_select_next_labeled(), summary_select_prev_labeled()
14322
14323         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14324                 give claws blue folders and a blue trash can
14325
14326 2001-08-27 [paul]
14327
14328         * configure.in
14329                 change to version 0.5.3claws5
14330
14331         * sync with sylpheed 0.5.3cvs9
14332                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14333
14334 2001-08-24 [christoph]
14335
14336         * src/filesel.c
14337                 keep filename when browsing directories
14338                 (not working for user entered filename, but
14339                  for default name and selected filename from
14340                  file list)
14341         * src/mainwindow.c
14342                 fixed wrong spelling "Folllow-up"
14343         * src/mbox_folder.c
14344         * src/procmsg.c
14345         * src/summaryview.c
14346                 fixed new/unread message count with ignored
14347                 threads (2 commits, first didn't notice no
14348                 longer needed decreasing)
14349         * src/inc.c
14350                 readded scrolling of progress dialog
14351                 (lost in sync)
14352
14353 2001-08-24 [paul]
14354
14355         * configure.in
14356                 change to 0.5.3claws4
14357
14358         * sync with sylpheed 0.5.3cvs7
14359
14360 2001-08-24 [christoph]
14361
14362         * src/compose.c
14363                 set request return receipt when replying
14364                 if it is set is the folder prefs of the
14365                 message
14366         * src/inc.c
14367                 disable final error popup if popups are
14368                 disabled in config (again)
14369
14370 2001-08-23 [paul]
14371
14372         * configure.in
14373                 Change version number to 0.5.3claws3
14374
14375         * sync with sylpheed 0.5.3cvs5
14376
14377         * src/mimeview.c
14378                 double quote '%s' in 'gedit %s' to fix bug when
14379                 opening attachment with spaces in the name
14380
14381 2001-08-22 [alte]
14382         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14383           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14384                 initial message templates support
14385
14386
14387 2001-08-22 [paul]
14388
14389         * configure.in
14390                 change version number to 0.5.3claws2
14391
14392         * sync with sylpheed 0.5.3cvs4
14393
14394         * src/procmsg.h src/summaryview.c
14395                 re-implement (un)ignore thread
14396
14397 2001-08-21 [paul]
14398
14399         * src/summaryview.c
14400                 remove unnecessary code
14401         * src/compose.c
14402                 enable 'dynamic' signatures (submitted by
14403                 Eric Limpens <eric@hscg-internet.nl>)
14404
14405 2001-08-21 [paul]
14406
14407         clean up after sync with sylpheed 0.5.3 release
14408
14409         * src/folderview.c
14410                 fix re-introduced font mess, see Christoph's
14411                 entry 2001-06-24
14412
14413         * src/summaryview.c
14414                 remove prev_msgnum
14415                 use sylpheed's small font instead of
14416                 gtk default font for summary view
14417
14418
14419 2001-08-17 [paul]
14420
14421         * configure.in
14422                 add pl to ALL_LINGUAS - sync with main branch
14423
14424         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14425                 Updated. Translations by Jens Oberender, Ricardo Mones
14426                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14427
14428         * po/pl.po  ** NEW FILE **
14429                 sync with the main branch
14430
14431         * src/folderview.c
14432                 fix target folder colorizing and refresh problem
14433
14434
14435 2001-08-17 [christoph]
14436
14437         * src/mainwindow.c
14438                 claws uses 4 colors for target folder coloring.
14439                 arrays were not long enough and destroyed the
14440                 stack causing a segfault.
14441                 target folder colorizing does not work anymore
14442                 for me
14443
14444 2001-08-16 [paul]
14445
14446         * configure.in
14447                 change to version 0.5.3claws1
14448
14449         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14450           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14451           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14452
14453                 sync with sylpheed 0.5.3 release, but keep claws method of
14454                 configuring/saving fonts
14455
14456         * src/addressbook.[ch]
14457                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14458                 in line with a similar change in Hiroyuki's branch
14459
14460         * src/mainwindow.[ch]
14461                 disable main_window_set_thread_option()
14462         * src/prefs_folder_item.c
14463                 comment out &tmps_prefs.enable_thread,
14464         * src/mbox_folder.c, src/procmsg.[ch]
14465                 comment out MSG_IS_IGNORE_THREAD
14466         * src/summaryview.c
14467                 comment out summary_ignore_thread() and summary_unignore_thread()
14468                 comment out MSG_IS_IGNORE_THREAD
14469
14470                 use Hiroyuki's threading instead.
14471
14472
14473
14474 2001-08-15 [paul]
14475
14476         * src/account.c
14477                 use Hiroyuki's 0.5.3 column scheme but also
14478                 include the enable/disable button.
14479         * src/pixmaps/mark.xpm
14480                 add Hiroyuki's amended pixmap
14481
14482 2001-08-13 [christoph]
14483
14484         * src/account.c
14485                 receive at get all column showed wrong state for APOP
14486                 button should only work for POP3 and APOP accounts
14487         * src/prefs_account.c
14488                 added missing preprocessor statement for SSL
14489
14490 2001-08-12 [paul]
14491
14492         * src/account.[ch]
14493                 add 'receive at get all' column and enable/disable
14494                 button.
14495
14496 2001-08-06 [christoph]
14497
14498         * src/account.c
14499                 show usage of SSL in protocol column
14500
14501         * src/imap.c
14502         * src/inc.c
14503                 renamed ssl options
14504
14505         * src/prefs_account.[ch]
14506                 moved ssl options to a new page
14507
14508         * src/send.c
14509         * src/smtp.c
14510         * src/ssl.[ch]
14511                 renamed ssl options
14512                 added support for SMTP STARTTLS command
14513
14514 2001-08-05 [christoph]
14515
14516         * configure.in
14517                 debian autoconf needs version check to find
14518                 correct autoconf version. if the file is
14519                 named configure.in 2.13 is used, which does
14520                 not work with this configure.in script.
14521                 other solution would be to rename the script
14522                 to configure.ac as suggested in the autoconf
14523                 manual.
14524
14525         * src/inc.c
14526                 disable final error popup if popups are
14527                 diabled in config
14528
14529         * src/socket.c
14530                 bugfix in ssl_gets
14531                 fixes IMAP over SSL problem
14532
14533 2001-08-03 [paul]
14534
14535         * configure.in
14536                 change to 0.5.2claws1
14537
14538         * sync with sylpheed 0.5.2cvs1
14539
14540 2001-08-02 [alfons]
14541
14542         * configure.in
14543                 quick fix for ispell detection...
14544
14545 2001-08-01 [paul]
14546
14547         * configure.in
14548                 change to 0.5.1claws4
14549
14550         * sync with sylpheed 0.5.1cvs7
14551
14552 2001-07-31 [alfons]
14553
14554         * src/prefs_common.c, src/prefs_common.h, 
14555           src/gtkspell.c, src/gtkspell.h
14556                 add global spelling checker settings (compose tab) +
14557                 selection of dictionary 
14558           
14559         * configure.in  
14560                 guess valid ispell location
14561
14562 2001-07-31 [paul]
14563
14564         * po/POTFILES.in
14565                 removal of 'src/quote_fmt_parse.c'
14566         * po/de.po
14567                 Updated de.po
14568                 (submitted by Jens Oberender <didge@suse.de>)
14569
14570 2001-07-31 [darko]
14571
14572         * src/folder.[ch]
14573         * src/folderview.[ch]
14574         * src/mainwindow.c
14575         * src/mh.c
14576         * src/prefs_common.[ch]
14577         * src/summaryview.c
14578                 target folder colourization
14579
14580 2001-07-30 [paul]
14581
14582         more sync with Sylpheed 0.5.1cvs6 
14583
14584 2001-07-30 [darko]
14585
14586         * src/mh.c
14587         * src/prefs_folder_item.[hc]
14588         * src/summaryview.c
14589                 shared folders support with a GUI
14590
14591 2001-07-29 [paul]
14592
14593         0.5.1claws3
14594
14595         * sync with Sylpheed 0.5.1cvs6
14596
14597 2001-07-29 [paul]
14598
14599         * po/pt_BR.po
14600                 updated
14601                 (submitted by Fabio Junior Beneditto)
14602
14603 2001-07-28 [paul]
14604
14605         * src/procmime.c
14606         * AUTHORS
14607                 patch to correct bad image mime headers
14608                 (submitted by Don Quijote <dq@searchlores.org>)
14609
14610 2001-07-28 [paul]
14611
14612         * tools/gif2xface.pl   **NEW FILE**
14613         * tools/README
14614                 script to convert file.gif to file.xface for
14615                 use in a custom header.
14616                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14617
14618 2001-07-27 [alfons]
14619         
14620         * configure.in
14621                 change macros for detecting JPilot and LDAP
14622
14623 2001-07-27 [christoph]
14624
14625         * src/filtering.c
14626                 code cleanup (MIN / MAX warning, needed casting)
14627
14628 2001-07-27 [alfons]
14629
14630         * procheader.c
14631                 disallow setting flags when detecting certain headers
14632                 (X-Status, Status, Seen, X-Seen). 
14633         
14634         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14635
14636 2001-07-27 [christoph]
14637
14638         * src/prefs_filter.c
14639         * src/prefs_filtering.c
14640         * src/prefs_matcher.c
14641         * src/prefs_scoring.c
14642                 scroll list when moving rows up or down
14643
14644         * src/imap.c
14645         * src/imap.h
14646         * src/prefs_account.c
14647         * src/prefs_account.h
14648         * src/send.c
14649                 SMTP over SSL (untested, feedback requested)
14650                 IMAP over SSL
14651
14652         * src/ssl.c
14653                 code cleanup
14654
14655 2001-07-26 [alfons]
14656         
14657         * configure.in, acconfig.h
14658                 define CLAWS (need this for main / claws detection)
14659
14660 2001-07-25 [alfons]
14661
14662         * configure.in
14663                 Sylpheed 0.5.1claws2
14664                 
14665         * sync with Sylpheed 0.5.1cvs4
14666
14667 2001-07-25 [christoph]
14668
14669         * src/scoring.c
14670                 fixed segfault
14671                 item->prefs == NULL (don't know why)
14672
14673 2001-07-25 [alfons]
14674
14675         * configure.in
14676                 Sylpheed 0.5.1claws1
14677
14678         * sync with Sylpheed 0.5.1cvs1-3
14679
14680 2001-07-24 [christoph]
14681
14682         * src/folderview.c
14683         * src/prefs_folder_item.[ch]
14684                 added folderitem preferences dialog with
14685                 default To: and auto request return receipt
14686
14687         * src/compose.[ch]
14688         * src/menu.[ch]
14689                 changes to handle new folderitem preferences
14690
14691         * src/mainwindow.c
14692         * src/summaryview.c
14693                 call compose new mail with current folderitem
14694
14695 2001-07-24 [alfons]
14696
14697         Release Sylpheed 0.5.1claws
14698
14699         * configure.in
14700                 change to release version 0.5.1claws
14701
14702 2001-07-24 [christoph]
14703
14704         * src/summaryview.c
14705                 fixed segfault that happend when the selected
14706                 message was removed while retrieving new messages.
14707
14708         * po/es.po
14709                 updated translation
14710                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14711
14712 2001-07-22 [alfons]
14713
14714         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14715         this is a work in progress, for more information: http://nlpagan.net/sylman 
14716         
14717         * configure.in, src/mainwindow.c, manual/Makefile.am
14718                 add support for English manual
14719
14720         * AUTHORS
14721                 add authors of user manuals
14722
14723         * manual/en/sylpheed*.html
14724                 add English documentation
14725
14726 2001-07-22 [christoph]
14727
14728         * po/POTFILES.in
14729                 added src/ssl.c
14730         * src/ssl.c
14731                 changed a wrong debug message
14732
14733 2001-07-22 [alfons]
14734
14735         * po/nl.po
14736                 update Dutch translation
14737
14738         * src/prefs_filtering.c, 
14739           src/prefs_matcher.c
14740                 add more translatable strings           
14741
14742 2001-07-21 [alfons]
14743
14744         0.5.0claws7
14745
14746         * configure.in
14747                 change version
14748
14749         * src/inc.c, src/summaryview.[ch]
14750                 prevent update of mark file when filtering has done, by
14751                 using a variable; this affects two functions:
14752                         inc.c::inc_finished()
14753                         summaryview.c::summary_show()
14754
14755 2001-07-20 [alfons]
14756
14757         * src/filtering.[ch], src/prefs_filtering.c, 
14758           src/matcher.[ch]
14759                 add filtering action for label coloring 
14760
14761         * po/POTFILES.in
14762                 add labelcolors.c
14763
14764         * added src/labelcolors.c
14765         * added src/labelcolors.h
14766         * src/Makefile.am, src/summaryview.c
14767                 rearrange label coloring code
14768
14769         * src/procmsg.h
14770                 add more parentheses so label colouring works correctly
14771
14772         * src/filtering.c
14773                 don't really delete message, but move it to Trash
14774
14775         * src/prefs_matcher.c
14776                 add quote options to info dialog
14777
14778 2001-07-20 [christoph]
14779
14780         * src/Makefile.am
14781         * src/inc.c
14782         * src/main.[ch]
14783         * src/socket.h
14784         * src/ssl.[ch] (new)
14785                 moved ssl stuff to a seperate file
14786
14787 2001-07-20 [darko]
14788
14789         * src/summaryview.c
14790                 fix show sender using address book with no e-mail
14791                 address in From: field
14792
14793 2001-07-19 [alfons]
14794
14795         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14796                 fix messy handling of escaping... now at least the
14797                 execute command is useful. escape char is '\', we
14798                 accept \n and \r too. 
14799
14800                 Real life example:
14801                 
14802                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14803                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14804
14805 2001-07-18 [alfons]
14806
14807         0.5.0claws6
14808
14809         * src/summaryview.c
14810                 clean up
14811
14812         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14813           src/procmsg.[ch]
14814                 revise filtering; currently move, copy, marking have
14815                 been tested. if you like bleeding edge stuff, you
14816                 should definitely go for this version :)
14817
14818         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14819
14820 2001-07-17 [christoph]
14821
14822         * src/utils.c
14823                 timestamp log
14824
14825 2001-07-17 [alfons]
14826
14827         0.5.0claws5
14828
14829         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14830           bits in the mark file, without affecting either branch. Lots of
14831           files changed, also in claws branch.
14832
14833           UNTESTED: use of mbox folders
14834
14835         * src/summaryview.c
14836                 added mark all read; however this was a quick hack used for
14837                 cleaning up mess after initial merge with Hiroyuki
14838
14839         * configure.in
14840                 change claws version number back to 0.5.0claws5 to clear up 
14841                 confusion & pretension (recent release was technically 
14842                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14843
14844 2001-07-16 [alfons]
14845
14846         sync with Hiroyuki's 0.5.0cvs4
14847
14848 2001-07-16 [alfons]
14849
14850         0.5.1claws3
14851
14852         * src/filtering.[ch]
14853                 remove invalid updating of mark files for 
14854                 filter actions MATCHING_ACTION_MOVE and 
14855                 MATCHING_ACTION_DELETE; this should fix the
14856                 folder update bug
14857                 
14858         * src/procmsg.c
14859                 revert Christoph's stab at fixing the folder 
14860                 update bug
14861
14862         * po/POTFILES.in
14863                 add missing files with translatable strings
14864
14865         * src/summaryview.c
14866                 remove debug print
14867
14868 2001-07-15 [alfons]
14869
14870         * src/addr_compl.[ch], src/prefs_filtering.c
14871                 make "filtering pref dialog's destination entry" an
14872                 "address completable entry", if filter destination is 
14873                 an email address
14874
14875         0.5.1claws2
14876         
14877         sync with Hiroyuki's 0.5.0cvs2-3
14878
14879 2001-07-15 [christoph]
14880
14881         * src/procmsg.c
14882                 fixed folder stats update after incorporation
14883
14884 2001-07-15 [alfons]
14885
14886         * src/summaryview.c
14887                 * finish label colouring stuff (for now)
14888                 * fix incorrect colour bug (off by one) 
14889
14890 2001-07-14 [alfons]
14891
14892         * src/mainwindow.c
14893                 change text labels for news and mail message so there's
14894                 plenty of toolbar estate left
14895
14896         * configure.in
14897                 0.5.1claws1
14898
14899         * src/folderview.c
14900           src/folder.[ch]
14901                 sync with Hiroyuki's 0.5.0cvs1
14902
14903         * src/summaryview.c
14904                 more rewrite label colouring
14905
14906 2001-07-14 [alfons]
14907
14908         * src/summaryview.[ch]
14909                 * start rewrite label colouring 
14910                 * fix proper location "Add Sender To Addressbook" menu item
14911
14912 2001-07-13
14913
14914         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14915         (actually this is 0.5.0claws4)
14916
14917 2001-07-13 [alfons]
14918
14919         * po/pt_BR.po
14920                 * fix duplicate message
14921                 * add updated Portugese / Brazilian translation
14922                   submitted by Fabio Junior Beneditto
14923
14924 2001-07-12 [alfons]
14925
14926         * AUTHORS
14927                 add Jens
14928
14929         * po/nl.po
14930                 add updated Dutch translation
14931
14932         * po/de.po
14933                 add updated German translation submitted by Jens
14934
14935 2001-07-11 [alfons]
14936
14937         Prerelease before 0.5.0claws. Please test.
14938         This version is temporarily tagged as VERSION_0_5_0_TEST
14939
14940         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14941           src/prefs_scoring.c, src/prefs_matcher.c, 
14942           src/prefs_filtering.c, src/mbox.c, 
14943           src/main.c, src/inc.c, src/filtering.[ch]
14944                 revert new Hoa's new matcher (does not work yet)
14945
14946         * src/Makefile.am
14947                 clean up
14948
14949 2001-07-10
14950
14951         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14952
14953
14954 2001-07-10 [alfons]
14955
14956         * Makefile.am
14957                 add ChangeLog.claws to EXTRA_DIST
14958         * src/Makefile.am
14959                 add matcher_parser_parse.h to EXTRA_DIST
14960
14961 2001-07-10 [christoph]
14962
14963         * src/inc.c
14964                 add destination folder to table of
14965                 folders that need to be updated after
14966                 incorporation
14967
14968 2001-07-10 [alfons]
14969
14970         * folder.[ch]
14971           folderview.c
14972                 make collapse state of folders and folder items persistent, i.e.
14973                 if you collapse a folder tree, the next time sylpheed-claws starts 
14974                 up the folder tree remains collapsed.  
14975                 
14976 2001-07-10 [christoph]
14977
14978         * acconfig.h
14979         * configure.in
14980                 added --enable-ssl
14981         * src/md5.[ch]
14982                 renamed MD5_CTX to MD5_CTX_syl
14983                 conflicts with a struct in openssl
14984         * src/inc.c
14985         * src/main.[ch]
14986         * src/prefs_account.[ch]
14987         * src/socket.[ch]
14988                 SSL support for POP
14989         * src/mainwindow.c
14990                 fixed compose with current account
14991                 broken by new compose button stuff
14992
14993 2001-07-09 [hoa]
14994
14995         * AUTHORS
14996                 changed my email address
14997
14998         * src/matcher_parser_parse.y
14999                 clean the parser to remove conflicts
15000
15001 2001-07-09 [alfons]
15002
15003         * AUTHORS
15004                 add Match Grun
15005
15006         * configure.in
15007                 fix incorrect description of --enable-ldap parameter
15008
15009         * src/prefs_common.[ch]
15010           src/compose.c
15011                 add experimental option "smart wrapping" which makes the
15012                 compose editor auto wrap.
15013                 
15014                 | TODO: the problem with the buggy cursor handling is caused |
15015                 | by the GtkText. when deleting / backspacing text its       |
15016                 | wrapping algorithm does not take in account the previous   |
15017                 | line. should find a way to hack this in.                   |
15018                 | or should perhaps combine this with the word wrapping      |
15019                 | patch i wrote in january.                                  |
15020
15021         * src/about.c
15022                 show build parameters for LDAP and JPilot
15023
15024         * src/summaryview.c
15025                 revert Christoph's bugfix for selecting next unread message, 
15026                 because folder stats aren't updated correctly
15027
15028 2001-07-08 [hoa]
15029
15030         * src/filtering.c
15031         * src/mainwindow.c
15032         * src/matcher.c
15033         * src/matcher_parser_lex.l
15034         * src/matcher_parser_parse.y
15035         * src/prefs_filtering.c
15036         * src/prefs_scoring.c
15037         * src/scoring.c
15038                 bugfix of the config file parser
15039
15040 2001-07-08 [alfons]
15041
15042         * src/Makefile.am
15043                 added generated matcher sources to BUILT_SOURCES
15044
15045 2001-07-08 [hoa]
15046
15047         * src/Makefile.am
15048         * src/.cvsignore
15049                 added new config file parser
15050
15051         * src/scoring.[ch]
15052         * src/filtering.[ch]
15053         * src/matcher.[ch]
15054         * src/prefs_filtering.c
15055         * src/prefs_matcher.c
15056         * src/prefs_scoring.c
15057         * added src/matcher_parser.h
15058         * added src/matcher_parser_lex.h
15059         * added src/matcher_parser_lex.l
15060         * added src/matcher_parser_parse.y
15061                 lex & yacc config file parser
15062
15063         * src/mbox.c
15064         * src/inc.c
15065         * src/main.c
15066                 changes prefs_filtering into global_filtering           
15067
15068         * src/summaryview.c
15069                 build threads with subjects only if "Re: " is at the
15070                 beginning of the subject
15071
15072 2001-07-07 [paul]
15073
15074         0.5.0claws
15075
15076         sync with sylpheed 0.5.0
15077                 change of version number only
15078
15079 2001-07-06 [paul]
15080
15081         0.5.0claws5
15082
15083         sync with sylpheed 0.5.0pre5
15084
15085 2001-07-05 [paul]
15086
15087         sync with sylpheed 0.5.0pre4 release
15088                 /po and /manual/ja not sync'ed
15089
15090 2001-07-04 [paul]
15091
15092         more sync with sylpheed 0.5.0pre4
15093
15094 2001-07-03 [christoph]
15095
15096         * src/addressbook.c
15097                 fixed address book broken by address book
15098                 for VCard, JPilot, LDAP
15099
15100 2001-07-03 [alfons]
15101
15102         * src/matcher.c
15103         * src/textview.c
15104                 stopped memory leaks
15105
15106 2001-07-03 [paul]
15107
15108         more sync with sylpheed 0.5.0pre4
15109
15110 2001-07-02 [match]
15111
15112         * included address book patch for VCard, JPilot, LDAP
15113         * pref_common.c - fixed Font options on Display tab (cosmetic)
15114         * alertpanel.c - fixed truncated message
15115
15116 2001-07-02 [christoph]
15117
15118         * src/mbox_folder.c
15119         * src/procmsg.[ch]
15120         * src/summaryview.c
15121                 mark threads for ignoring
15122
15123 2001-07-02 [paul]
15124
15125         0.5.0claws4
15126
15127         * sync with sylpheed 0.5.0pre4
15128                 updated gettext to 0.10.38.
15129
15130 2001-07-01 [paul]
15131
15132         * src/ mainwindow.c
15133         * src/procmsg.h
15134         * src/summaryview.[ch]
15135                 new right-click option: Label.
15136                 substitute for 'Mark-->Mark/Unmark', colours the line.
15137                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15138
15139 2001-07-01 [christoph]
15140
15141         * src/folderview.c
15142                 fixed font for trash
15143         * src/summaryview.c
15144                 move ctree to unread message
15145
15146 2001-07-01 [paul]
15147
15148         * sync with sylpheed 0.5.0pre3 release
15149
15150 2001-06-30 [alfons]
15151
15152         * src/filesel.[ch]
15153         * src/compose.c
15154                 allow inserting / attaching multiple files in
15155                 the composer window
15156
15157 2001-06-30 [paul]
15158
15159         * src/codeconv.c
15160                 small change to Alfons' previous stuff so that it
15161                 actually makes
15162
15163 2001-06-30 [alfons]
15164
15165         * lots of files changed; first attempt to merge the changes
15166           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15167
15168 2001-06-30 [paul]
15169
15170         * po/pt_BR.po
15171                 updated and completed, translations by Fabio
15172                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15173
15174 2001-06-29 [alfons]
15175
15176         * src/compose.c
15177         * src/mimeproc.[ch]
15178                 allow selecting an attached files' mime type from a 
15179                 list of types.
15180
15181 2001-06-29 [paul]
15182
15183         * more sync with sylpheed 0.5.0pre3
15184
15185 2001-06-29 [paul]
15186
15187         * po/pt_BR.po
15188                 merge with sylpheed.pot and pt_BR.po provided by
15189                 Fabio Junior Beneditto.
15190
15191 2001-06-29 [darko]
15192
15193         * src/procmime.c
15194                 make MIME types case insensitive
15195
15196 2001-06-28 [alfons]
15197
15198         * po/nl.po
15199                 merge with sylpheed.pot and old nl.po; translations added.
15200
15201 2001-06-28 [paul]
15202
15203         * more sync with sylpheed 0.5.0pre3
15204
15205 2001-06-27 [alfons]
15206
15207         * src/summaryview.c
15208                 don't crash when removing parent node of messages
15209                 attracted by subject. this was caused by not deleting
15210                 the parent node from the subject line hash table.
15211
15212 2001-06-27 [alfons]
15213
15214         * src/summaryview.c
15215         * src/compose.[ch]
15216         * src/mainwindow.c
15217                 if there are multiple messages selected, allow forwarding
15218                 them as attachments.
15219
15220 2001-06-27 [paul]
15221
15222         * more sync with sylpheed 0.5.0pre3
15223
15224 2001-06-26 [paul]
15225
15226         0.5.0claws3
15227
15228         * sync with sylpheed 0.5.0pre3
15229
15230 2001-06-25 [paul]
15231
15232         * src/mainwindow.c
15233                 fixed 'compose news article' bug
15234                 from icon-and-text toolbar
15235
15236 2001-06-25 [paul]
15237
15238         * sync with sylpheed 0.5.0pre2 release
15239
15240 2001-06-24 [christoph]
15241
15242         * src/prefs_common.c
15243                 bug fix in font selection
15244         * src/folderview.c
15245                 use sylpheed's normal font instead of
15246                 gtk default font for folders without
15247                 new messages
15248
15249 2001-06-24 [alfons]
15250
15251         * src/mainwindow.[ch]
15252                 added composite compose mail / news button (an idea by Leandro
15253                 Pereira <leandro@linuxmag.com.br>)
15254
15255 2001-06-24 [paul]
15256
15257         Added instructions for ldif-to-xml.py
15258
15259         * tools/README
15260
15261 2001-06-23 [alfons]
15262
15263         Some minor things.
15264
15265         * src/pixmaps/stock_news_compose.xpm
15266                 added pixmap by Leandro
15267         * src/prefs_common.c
15268                 tested built-in spelling checker of GCC 3.0 :)
15269         * po/nl.po
15270                 merged dutch translation of sylpheed-main with
15271                 sylpheed.pot
15272
15273 2001-06-23 [paul]
15274
15275         Added tools directory and files.
15276
15277         * tools/filter_conv.pl
15278                 converts old filter system to new filtering system
15279         * tools/ldif-to-xml.py
15280                 converts netscape addressbook to sylpheed addressbook
15281         * tools/README
15282                 descriptions/instructions for above two files
15283
15284 2001-06-23 [christoph]
15285
15286         * src/inc.c
15287         * src/manage_window.[ch]
15288         * src/prefs_common.[ch]
15289                 mail retrieval dialog can be enabled, disabled
15290                 or hidden if non of sylpheed's windows is active
15291
15292 2001-06-22 [paul]
15293
15294         0.5.0claws2
15295
15296         * sync with sylpheed 0.5.0pre2
15297
15298 2001-06-21 [christoph]
15299
15300         * src/summaryview.c
15301                 show recipient on 'from' for all accounts
15302                 
15303         * src/inc.c
15304         * src/prefs_common.[ch]
15305                 disable error popup on mail receive errors
15306
15307 2001-06-21 [alfons]
15308
15309         * src/compose.c
15310                 made the ruler correctly appear and disappear.
15311
15312         * src/Makefile.am
15313                 removed Hoa's work-in-progress-stuff (interesting!) so 
15314                 claws compiles ok.
15315
15316 2001-06-20 [christoph]
15317
15318         * src/inc.c
15319         * src/progressdialog.c
15320                 added scrolled window for list in progressdialog
15321
15322 2001-06-20 [paul]
15323
15324         sync with sylpheed 0.5.0pre1 release
15325
15326 2001-06-20 [christoph]
15327
15328         * src/summeryview.c
15329                 make building threads by subject work when
15330                 thread view is enabled
15331                 
15332         * src/compose.c
15333         * src/prefs_common.[ch]
15334                 automatically select account for mail replys
15335
15336 2001-06-19 [sergey]
15337
15338         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15339         they are filled in from the account settings.
15340
15341 2001-06-19 [paul]
15342
15343         * more sync with sylpheed 0.5.0pre1
15344
15345 2001-06-18 [alfons]
15346
15347         * src/Makefile.am,
15348           src/procmime.c
15349                 added --sysconfdir to CPPFLAGS for pointing to the correct
15350                 location of mime.types. 
15351
15352                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15353                 or ./configure!
15354
15355 2001-06-18 [hoa]
15356
15357         * src/summaryview.c
15358                 fixed some bug when building threads
15359
15360 2001-06-18 [pau]l
15361
15362         * src/prefs_account.c
15363                 UI stuff: More changes to the English
15364
15365 2001-06-18 [paul]
15366
15367         * src/pixmaps/stock_news_compose.xpm: new file
15368         * src/Makefile.am
15369         * src/mainwindow.c
15370         * src/summaryview.c
15371                 Added new icon for Hoa's 'compose a news
15372                 message', plus minor improvements to the
15373                 English
15374
15375         * po/ja.po
15376         * ChangeLog
15377         * ChangeLog.jp
15378                 more sync with sylpheed 0.5.0pre1
15379
15380 2001-06-18 [hoa]
15381
15382         * src/compose.[ch]
15383         * src/mainwindow.c
15384                 Follow-up and reply to
15385
15386         * src/summaryview.[ch]
15387                 Build threads also with subjects
15388
15389 2001-06-17 [hoa]
15390
15391         * src/compose.c
15392                 forwarding use the current account.
15393
15394         * src/mainwindow.c
15395                 the "compose message" button has been replaced with
15396                 "new mail" and "new news" buttons
15397
15398         * src/prefs_common.[ch]
15399                 added a configuration option to use the forward button
15400                 as "forward as attachment"
15401                 changed reply and forward format description
15402
15403         * src/quote_fmt_lex.l
15404         * src/quote_fmt_parse.y
15405                 added message with no signature in format for reply
15406                 and forward.
15407
15408 2001-06-17 [paul]
15409
15410         Minor UI stuff
15411
15412         * src/mainwindow.c
15413         * src/summaryview.c
15414                 Improvements to the English
15415
15416         * src/prefs_common.c
15417                 Improvements to the English and some
15418                 clarity/continuity improvements in the
15419                 description of Quote symbols.
15420
15421 2001-06-17 [paul]
15422
15423         0.5.0claws1
15424
15425         * sync with sylpheed 0.5.0pre1
15426
15427 2001-06-17 [hoa]
15428
15429         * src/compose.c
15430                 Better interface for compose, displayed fields
15431                 are updated whenever we change account.
15432                 Newsgroups field is automatically filled.
15433
15434         * src/mainwindow.c
15435                 Newsgroups field is automatically filled.
15436
15437         * src/prefs_account.c
15438                 Some interface stuff when fields appear and
15439                 disappear.
15440
15441 2001-06-16 [paul]
15442
15443         0.4.99claws
15444
15445         * sync with sylpheed 0.4.99
15446
15447 2001-06-16 [sergey]
15448
15449         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15450         base64_decoder_free, base64_decoder_decode): new object and
15451         functions for decoding base64 streams.
15452         * src/procmime.c (procmime_decode_content): modified to use the
15453         new base64 decoder.
15454
15455 2001-06-15 [paul]
15456
15457         0.4.99claws10
15458
15459         * sync with sylpheed 0.4.99cvs11
15460
15461 2001-06-13 [paul]
15462
15463         0.4.99claws9
15464
15465         * sync with sylpheed 0.4.99cvs9
15466
15467 2001-06-13 [hoa]
15468
15469         * src/compose.c
15470         * src/prefs_account.c
15471
15472                 SMTP server can be defined in the news account
15473                 mime type of attachment are kept.
15474
15475         * src/summaryview.c
15476
15477                 now choose the highest important score between default
15478                 and important score of folder.
15479
15480 2001-06-09 [alfons]
15481         
15482         * src/prefs_common.c: 
15483
15484                 (prefs_quote_description_create): corrected description of 
15485                 quote format characters
15486
15487 2001-06-09 [paul]
15488
15489         0.4.99claws8
15490
15491         * sync with sylpheed 0.4.99cvs8
15492
15493 2001-06-08 [sergey]
15494
15495         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15496         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15497
15498 2001-06-08 [paul]
15499
15500         0.4.99claws7
15501
15502         * sync with sylpheed 0.4.99cvs7
15503
15504 2001-06-06 [sergey]
15505
15506         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15507         clashes with autogenerated header).
15508         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15509         * src/Makefile.am: added quote_fmt.h.
15510         * src/.cvsignore: added lex/yacc autogenerated files
15511         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15512
15513 2001-06-06 [paul]
15514
15515         0.4.99claws6
15516
15517         * sync with sylpheed 0.4.99cvs6
15518
15519 2001-06-06 [hoa]
15520
15521         * added src/quote_fmt_parse.h
15522         * src/compose.c
15523                 removed warnings
15524
15525         * src/prefs.[ch]
15526                 don't modify readonly configuration files
15527
15528         * src/prefs_account.c
15529         * src/prefs_common.c
15530         * src/prefs_customheader.c
15531         * src/prefs_display_header.c
15532         * src/prefs_filter.c
15533         * src/prefs_filtering.c
15534         * src/prefs_scoring.c
15535                 don't open dialog box when configuration files
15536                 are readonly
15537
15538 2001-06-05 [sergey]
15539
15540         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15541
15542         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15543         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15544         BUILT_SOURCES to make all files rebuild properly.
15545
15546         * src/compose.c: removed #include "quote_fmt.tab.h".
15547
15548         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15549         CHARACTER value in yylval.
15550
15551         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15552         receive CHARACTER value by documented means (yylval).
15553
15554         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15555
15556 2001-06-05 [hoa]
15557
15558         * src/Makefile.am
15559                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15560
15561         * src/filtering.c
15562         * src/matcher.c
15563         * src/matcher.h
15564         * src/prefs_filtering.c
15565                 now keep the configuration for execute action
15566
15567         * src/mbox_folder.c
15568                 fixed a warning
15569
15570 2001-06-05 [paul]
15571
15572         * sync with sylpheed 0.4.99cvs5
15573
15574 2001-06-05 [hoa]
15575
15576         * src/Makefile.am
15577                 added quote_fmt.[ch]
15578
15579         * added src/quote_fmt.y
15580         * added src/quote_fmt.l
15581         * added src/quote_fmt.tab.h
15582         * added src/quote_fmt.tab.c
15583         * added src/lex.quote_fmt.c
15584                 parsing configuration for replying
15585                 and forwarding
15586
15587         * src/prefs_common.[ch]
15588                 added configuration UI for replying
15589                 and forwarding
15590
15591         * src/compose.c
15592                 using configuration for replying
15593                 and forwarding
15594
15595 2001-06-04 [hoa]
15596
15597         * src/filtering.c
15598         * src/matcher.c
15599         * src/matcher.h
15600         * src/prefs_filtering.c
15601         * src/prefs_matcher.c
15602         * src/prefs_matcher.h
15603                 action "run a command" for filtering
15604                 and matching with a command.
15605                 fixed the "whole message" matching
15606
15607         * src/mbox_folder.c
15608                 changed temporary filename for security
15609
15610         * src/messageview.c
15611                 queue the notification if it fails to send.
15612
15613         * src/prefs_common.c
15614         * src/prefs_folder_item.c
15615                 changed the default important score             
15616
15617         * src/prefs_scoring.c
15618         * src/scoring.c
15619                 hide kill score input when the folder is not
15620                 a newsgroup
15621
15622 2001-06-03 [alfons]
15623
15624         * src/prefs_common.c:
15625
15626                 (prefs_font_select): pass font name in font entry box to font
15627                 selection dialog.
15628
15629 2001-06-03 [sergey]
15630
15631         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15632
15633 2001-06-03 [paul]
15634
15635         * sync with sylpheed 0.4.99cvs4
15636
15637 2001-06-03 [alfons]
15638
15639         * src/headerwindow.c:
15640
15641                 (headerwindow_show_cb): use the selected summary view item, not
15642                 the displayed item.
15643
15644 2001-06-02 [alfons]
15645
15646         * src/headerwindow.c:
15647
15648                 (headerwindow_show_cb): always try to show msginfo
15649
15650 2001-06-02 [hoa]
15651
15652         * src/compose.c
15653                 keep attached parts when reediting or forwarding.
15654
15655 2001-06-01 [hoa]
15656
15657         * src/folderview.c
15658         * src/prefs_folder_item.[ch]
15659         * src/prefs_scoring.[ch]
15660         * src/scoring.[ch]
15661         * src/summaryview.[ch]
15662         * src/main.c
15663         * src/mainwindow.c
15664         * src/prefs_common.[ch]
15665                 support for folder scoring
15666                 kill score and important score for messages
15667         
15668         * src/prefs_account.c
15669                 some display bug fixed for local account
15670                 preferences
15671
15672 2001-05-31 [alfons]
15673
15674         * src/summaryview.c:
15675
15676                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15677                 sender to address book menu item is disabled.
15678
15679 2001-05-30 [hoa]
15680
15681         * src/filtering.[ch]
15682         * src/summaryview.c
15683                 handling summary menu / filter messages
15684
15685         * src/folder.[ch]
15686                 add some stuff
15687
15688         * src/foldersel.c
15689                 imap folders now appears in list
15690
15691         * src/mbox_folder.c
15692                 doesn't crash if destination mail is not writeable
15693
15694 2001-05-29 [hoa]
15695
15696         * src/compose.c
15697                 removed some warnings
15698
15699         * src/filtering.c
15700         * src/folder.[ch]
15701         * src/prefs_filtering.c
15702                 global string to identify any folders           
15703                 removed some debug info
15704                 filtering to mbox folders is now possible
15705
15706         * src/mainwindow.c
15707                 removed some warnings
15708
15709         * src/mbox_folder.c
15710                 permission on files are changed to read/write for user only,
15711                 nothing for other.
15712                 creation of subfolder is handled better.
15713
15714 2001-05-28 [alfons]
15715
15716         Verified the sync for src/prefs_common.[ch] and
15717         src/prefs_account.[ch]. I believe there were some
15718         minor indentation differences.
15719
15720 2001-05-28 [paul]
15721
15722         0.4.99claws3
15723
15724         * sync with 0.4.99cvs3
15725
15726 2001-05-28 [hoa]
15727
15728         * src/compose.c
15729                 handling flags for mbox format
15730
15731         * src/filtering.c
15732                 use of mark file only for MH format
15733                 handling flags for mbox format
15734                 filtering cannot yet move or copy mails to mbox folders.
15735
15736         * src/folder.[ch]
15737                 changed move_msg, copy_msg,
15738                 move_msgs_with_dest, copy_msgs_with_dest functions
15739                 uses only folder->copy_msg() function
15740                 uses folder->finished_copy() to handle the destination
15741                 folder at the end of the copy or move operation.
15742
15743         * src/foldersel.c
15744                 included mbox directories.
15745
15746         * src/folderview.[ch]
15747         * src/mainwindow.c
15748                 handle folders operation for mbox format
15749
15750         * src/mbox.c
15751                 disable conversion of "From " header
15752
15753         * src/mbox_folder.[ch]
15754                 completion of mbox format handling
15755
15756         * src/mh.c
15757                 changed mh_copy_msg() function and
15758                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15759                 mh_copy_msgs_with_dest()
15760
15761         * src/prefs_filtering.c
15762                 removed some warnings
15763
15764         * src/prefs_matcher.c
15765                 default boolean operation is AND
15766
15767         * src/procheader.c
15768                 handling flags for mbox format
15769                 handling of "From " header
15770
15771         * src/procmsg.[ch]
15772                 removed data field
15773                 added MSG_REALLY_DELETED flags to handle deletion of
15774                 messages in mbox format.
15775
15776         * src/summaryview.c
15777                 handling flags for mbox format
15778                 disable the MSG_DELETED flags when messages
15779                 are deleted in mbox format
15780
15781         * src/textview.c
15782                 "From " headers display fixed.
15783
15784 2001-05-27 [alfons]
15785
15786         * src/textview.c:
15787                 
15788                 (get_email_part): skip quoted email addresses, like in e.g.
15789                 "'alfons@proteus.demon.nl'".
15790
15791 2001-05-26 [alfons]
15792
15793         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15794         and fixing the persistence troubles when using separate windows.
15795
15796         * src/mainwindow.c:
15797         
15798             Added #define SEPARATE_ACTION used in the gtk item factory for 
15799             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15800                 use gtk_item_factory_get_widget_by_action() to get the items.
15801                 
15802             Removed separate_widget_cb from the gtk item factory data   
15803           
15804             (mainwindow_create): connect separate_widget_cb() to check
15805             menu item "toggled" signal. also passing a MainWindow pointer
15806                 as object data for both check menu items.
15807                 
15808             (separate_widget_cb): definition of separate_widget_cb() to match
15809             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15810                 window using gtk_object_get_data(). The type of window separation 
15811                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15812         
15813         * src/prefs_filtering.c,
15814           src/prefs_matcher.c: added horizontal scrollbars
15815
15816 2001-05-25 [darko]
15817
15818         * src/headerview.c
15819                 fix segfault with invalid bold font
15820         * src/summaryview.c
15821                 correctly display summary stats after row is marked
15822
15823 2001-05-23 [sergey]
15824
15825         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15826         encodings with libjconv.
15827
15828 2001-05-23 [hoa]
15829
15830         * src/Makefile.am
15831                 added mbox_folder.[ch]
15832         * src/defs.h
15833                 mbox temporary folder
15834         * src/folder.[ch]
15835         * added src/mbox_folder.[ch]
15836         * src/folderview.c
15837         * src/procheader.[ch]
15838                 added mbox support
15839         * src/mbox.c
15840                 bugfix for file incorporation filtering
15841         * src/imap.c
15842                 enable creation of MBOX
15843         * src/prefs_display_header.c
15844                 enable use of headers like "From "
15845                 something that should be fixed :
15846                         displaying of such headers add an extra space
15847         * src/prefs_folder_item.c
15848                 don't create folders because it is not necessary
15849         * src/procmsg.h
15850                 added data field to MsgInfo for mbox internal use
15851         * src/summaryview.c
15852                 added some support for mbox
15853         * src/utils.[ch]
15854                 added get_mbox_cache_dir() function
15855
15856 2001-05-23 [hiroyuki]
15857
15858         * src/headerwindow.c
15859           src/inc.c
15860           src/main.c
15861           src/mh.c
15862           src/nntp.c
15863           src/procmsg.h
15864           src/session.h
15865           src/socket.[ch]
15866           src/summaryview.c
15867           src/textview.c
15868           src/automaton.c
15869           src/folderview.c: more sync with 0.4.99cvs2.
15870
15871         * src/headerwindow.c: reverted.
15872
15873 2001-05-22 [paul]
15874
15875         0.4.99claws2
15876
15877         * sync with sylpheed 0.4.99cvs2
15878                 * src/news.[ch]
15879                 * src/nntp.[ch]
15880                 * INSTALL
15881                 * INSTALL.jp
15882
15883 2001-05-22 [alfons]
15884
15885         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15886
15887 2001-05-21 [alfons]
15888
15889         Minor things:
15890
15891         * configure.in: if gnome-config not found, "no" is displayed
15892         
15893         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15894
15895         * src/textview.c: now also possible to add mail addresses by right
15896           clicking in the text view
15897
15898         * src/codeconv.c: merged patch which fixes endless loop when encountering
15899           invalid wide characters; from Alte <010@imis.ru>  
15900
15901 2001-05-20 [alfons]
15902
15903         Added installation of gnome specific things:
15904
15905         * Makefile.am: gnome conditional
15906
15907         * configure.in: check for installed gnome
15908
15909         * added sylpheed.png, sylpheed.desktop
15910
15911 2001-05-20 [sergey]
15912
15913         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15914
15915         * src/mainwindow.h (main_window_toolbar_create): created a button
15916         for "Reply to all".
15917         (main_window_set_toolbar_sensitive): enable/disable the new button
15918         appropriately.
15919         (toolbar_reply_to_author_cb): handle the new button.
15920
15921         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15922         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15923         failure).
15924
15925 2001-05-19 [sergey]
15926
15927         * src/compose.h (ComposeReplyMode): new modes
15928         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15929         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15930
15931         * src/compose.c
15932         (compose_send): move some code into a new function:
15933         (compose_current_mail_account): new function.
15934         (compose_reply): new argument to_author, all callers changed; if
15935         to_author==TRUE and account->protocol==A_NNTP, find and use an
15936         appropriate mail account for replying.
15937         (compose_reply_set_entry): new argument to_author; ignore
15938         compose->replyto if to_author==TRUE.
15939
15940         * src/mainwindow.c: new command "Message/Reply to author".
15941         (main_window_set_menu_sensitive): enable/disable it.
15942         (reply_cb): handle it.
15943
15944         * src/summaryview.c: new command "Reply to author".
15945         (summary_set_menu_sensitive): enable/disable it.
15946         (summary_reply_cb): handle it.
15947
15948         * src/account.c (account_find_mail_from_address): new function.
15949
15950 2001-05-18 [paul]
15951
15952         0.4.99claws1
15953
15954         * sync with sylpheed 0.4.99cvs1
15955
15956 2001-05-18 [hoa]
15957
15958         * src/compose.[ch]
15959         * src/filtering.c
15960         * src/summaryview.c
15961                 new filtering action : forward and forward as attachment
15962
15963         * src/main.c
15964                 no need for $DISPLAY when we run sylpheed --help
15965                 call to parse_cmd_opt() is moved
15966
15967         * src/mainwindow.[ch]
15968                 execute button is hidden when immediate execute
15969                 is chosen
15970
15971         * src/mh.c
15972         * src/news.c
15973         * src/prefs_folder_item.c
15974         * src/procmsg.c
15975                 better handling of missing directories
15976
15977         * src/summaryview.c
15978                 reedit is enabled in outbox
15979                 reedit is enabled in queue
15980
15981 2001-05-17 [hoa]
15982
15983         * src/filtering.c
15984         * src/matcher.[ch]
15985         * src/prefs_filtering.c
15986                 changed attachement into attachment
15987
15988 2001-05-17 [alfons]
15989
15990         0.4.67claws4    
15991
15992         * sync with sylpheed 0.4.67cvs9
15993         * sync with sylpheed 0.4.67cvs7-8
15994
15995 2001-05-17 [hoa]
15996
15997         * src/Makefile.am
15998                 added prefs_filtering.c
15999
16000         * src/filtering.[ch]
16001         * src/matcher.[ch]
16002                 removed action : forward_news and forward_news_as_attachement
16003                 (forward and forward_as_attachement can be used instead)
16004
16005         * src/mainwindow.c
16006                 added menu option to access filtering configuration
16007
16008         * src/prefs_account.c
16009                 changed mail_command default to /usr/sbin/sendmail
16010
16011         * added src/prefs_filtering.[ch]
16012                 dialog box for filtering configuration
16013
16014         * src/prefs_matcher.c
16015                 added function prefs_matcher_get_criteria_from_matching()
16016
16017         * src/prefs_scoring.c
16018                 reset the dialog when register or substitute is clicked
16019
16020 2001-05-15 [hoa]
16021
16022         * src/Makefile.am
16023                 added filtering.[ch]
16024         * src/inc.c
16025                 using filering.[ch] instead of filter.[ch]
16026         * src/main.c
16027                 reading new filtering configuration
16028         * src/matcher.[ch]
16029                 added some filtering actions
16030                 and fixed a bug for headers and mail body matching
16031         * src/mbox.c
16032                 using filering.[ch] instead of filter.[ch]
16033         * src/mh.c
16034                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16035         * src/summaryview.c
16036                 some fixes for filtering
16037
16038 2001-05-14 [hiroyuki]
16039
16040         * src/send.c: fixed some weird indentations.
16041           send_message_with_command(): call pclose() only if p != NULL.
16042         * src/textview.c: get_email_part(): modified the code for readability.
16043
16044 2001-05-14 [hiroyuki]
16045
16046         * src/md5global.h
16047           src/md5ify.c
16048           src/md5ify.h: removed from the cvs.
16049
16050 2001-05-13 [sergey]
16051
16052         * src/main.c: include rfc2015.h to avoid compiler warnings.
16053         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16054         the panel is already on screen.
16055         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16056         closing the alert window by ESC as "No".
16057         * src/prefs_common.c (prefs_interface_create): moved return
16058         receipt check button to the correct place.
16059
16060 2001-03-13 [alfons]
16061
16062         * src/prefs_common.c: 
16063                 moved return receipt check button to the Send tab. (prefs_send_create)
16064                 removed the date format ui related globals. (prefs_display_create)
16065
16066         0.4.67claws3
16067         
16068         * sync with sylpheed 0.4.67cvs5-6
16069
16070 2001-05-13 [paul]
16071
16072         * added Alfons' font selection patch
16073
16074         * src/defs.h
16075         * src/headerwindow.c
16076         * src/prefs_common.c
16077         * src/prefs_common.h
16078
16079 2001-05-13 [hoa]
16080         * src/defs.h
16081                 changed version of cache
16082         * src/matcher.[ch]
16083         * src/prefs_matcher.c
16084                 added additionnal matching criteria
16085         * src/procheader.c
16086         * src/procmsg.[ch]
16087         * src/news.c
16088                 added references in MsgInfo
16089
16090 2001-05-12 [hoa]
16091
16092         * src/defs.h
16093                 prepared some things for new filtering
16094         * src/matcher.[ch]
16095                 added some matching properties
16096                 inreplyto need to be enhanced
16097                 prepared some things for new filtering
16098         * src/messageview.c
16099                 added Return-Receipt-To handling
16100         * src/prefs_folder_item.c
16101                 changed default value to TRUE
16102         * src/prefs_matcher.c
16103                 added some matching properties
16104         * src/prefs_scoring.[ch]
16105                 the scoring dialog is finished
16106         * src/procheader.c
16107                 added Return-Receipt-To handling
16108                 Reference need to be added
16109         * src/procmsg.[ch]
16110                 added Return-Receipt-To handling
16111                 added threadscore to get a better score sorting when
16112                 threads are enabled
16113         * src/summaryview.c
16114                 suppressed a bug when we sort the list
16115                 when no folder is opened.
16116                 better score sorting when threads are enabled
16117
16118 2001-05-12 [alfons]
16119
16120         * reverted previous patch because of potential errors 
16121
16122         0.4.67claws2
16123         
16124         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16125                 applied "toggle mail-retrieval dialog window" patch submitted 
16126                 by Eric Limpens <eric@qnt.net>
16127
16128         * sync with sylpheed 0.4.67cvs4
16129
16130 2001-05-12 [sergey]
16131
16132         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16133         some picky compilers.
16134         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16135         * src/grouplist_dialog.c: include alertpanel.h.
16136         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16137         fix compile warning.
16138         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16139         #include "defs.h" before others to prevent the warning of `MIN'
16140         and `MAX' redefinition.
16141
16142 2001-05-11 [hoa]
16143
16144         * src/main.c
16145         * src/messageview.c
16146         * src/prefs_account.c
16147         * src/prefs_display_header.c
16148                 removed warning
16149         * src/Makefile.am
16150                 added prefs_scoring.[ch]
16151         * src/grouplist_dialog.c
16152                 display an error dialog box if the group list
16153                 cannot be fetched.
16154         * src/mainwindow.[ch]
16155                 added main_window_set_thread_option() function
16156                 scoring dialog box enabled
16157         * src/matcher.[ch]
16158                 added flags matching unread /new / marked
16159                 / deleted / replied / forwarded
16160         * src/news.c
16161                 newsgroups are now finally in newscache
16162         * src/prefs_matcher.[ch]
16163                 finished preferences for matching dialog
16164         * added src/prefs_scoring.[ch]
16165                 scoring dialog box completed
16166         * src/scoring.[ch]
16167                 conversion to string : added scoringprop_to_string()
16168                 write config for preferences :
16169                 added prefs_scoring_write_config()
16170         * src/summaryview.c
16171                 threads can be enabled/disabled independently
16172                 for each folder
16173
16174 2001-05-10 [alfons]
16175
16176         0.4.67claws1
16177         
16178         * AUTHORS: 
16179                 thought it would be nice to have a list of all
16180                 contributors (used Changelog as a reference)
16181         
16182         * configure.in: 
16183                 messed up version numbering...
16184
16185         0.4.66claws1
16186
16187         * sync with sylpheed 0.4.67cvs1-3
16188
16189 2001-05-10 [darko]
16190
16191         * src/prefs_common.c:
16192                 better UI for strftime format, double clicking
16193                 on format now inserts the format in text entry
16194                 replaced close button with standard OK/Cancel
16195                 moved date format button to the right of the
16196                 text entry field
16197
16198 2001-05-09 [alfons]
16199
16200         * src/gtkstext.c:
16201                 Ctrl-Home / Ctrl-End have proper cursor navigation
16202
16203 2001-05-09 [hoa]
16204
16205         * src/prefs_matcher.c
16206                 finished UI to define matching properties
16207                 added ok and cancel button
16208         * src/prefs_filter.c
16209                 added ok and cancel button
16210         * src/news.c
16211                 fixed some bug in xhdr parsing
16212
16213 2001-05-08 [alfons]
16214
16215         * src/textview.c: 
16216                 fixed a bug in textview_show_header(), which displayed two colons (':');
16217                 cleaned up some warnings
16218
16219 2001-05-08 [hoa]
16220
16221         * src/Makefile.am
16222                 added prefs_matcher.[ch]
16223                 compilation with -W -Wall
16224         * src/alertpanel.c
16225                 ungrab the mouse events if grabbed - does it
16226                 fix the bug for disposition notification ?
16227         * src/mainwindow.c
16228                 added a menu option to open the matching dialog.
16229         * src/matcher.[ch]
16230                 added matcherprop_to_string() and matcherlist_to_string()
16231                 fixed some bugs, changed the name of some options
16232                 age_sup and age_inf becomes age_greater and age_lower,
16233                 body and messageheaders becomes body_part and headers_part,
16234                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16235         * src/prefs_display_header.c
16236         * src/prefs_headers.c
16237                 fixed a bug that accidentally destroyed dialogs
16238                 when closed them with delete_event
16239                 Added *_deleted() which handle delete_event signal correctly.
16240         * src/prefs_folder_item.[ch]
16241                 added "enable_thread" field for future customization
16242         * added src/prefs_matcher.[ch]
16243                 sample of the UI to define matching properties
16244         * src/procheader.c
16245                 using procheader_headername_equal instead of str*cmp functions
16246                 using procheader_parse_header() function
16247         * src/scoring.c
16248                 using MATCHING_XXX instead of SCORING_XXX
16249         * src/summaryview.c
16250                 display the sender of the news even if this is ourself
16251                 when this is a news message.
16252         * src/textview.c
16253                 using headername_equal() instead of str*cmp functions
16254
16255 2001-05-08 [alfons]
16256
16257         0.4.66claws
16258
16259         * sync with sylpheed 0.4.66
16260         * src/gtkstext.c: trace logs added 
16261
16262 2001-05-08 [sergey]
16263
16264         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16265         signature check popup.
16266         * src/rfc2015.c (check_signature): show signature check popup only
16267         if it is enabled in preferences.
16268
16269 2001-05-07 [alfons]
16270
16271         0.4.66claws4
16272         
16273         * sync with sylpheed 0.4.66cvs6
16274
16275 2001-05-07 [darko]
16276
16277         * src/prefs_common.[ch]: added option to enable/disable
16278           looking up sender name in address book for summary pane
16279         * src/summaryview.c: look up sender in the address book
16280           by using Alfons' address completion code
16281
16282 2001-05-07 [hiroyuki]
16283
16284         * src/inc.h
16285           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16286           member of Pop3State.
16287         * src/news.c: brought #include "defs.h" before #include <glib.h>
16288           to prevent the warning of `MIN' and `MAX' redefinition.
16289
16290 2001-05-06 [hoa]
16291
16292         * removed src/headers_display.[ch]
16293         * removed src/prefs_display_headers.[ch]
16294         * src/inc.c
16295                 use a temporary file in the user directory for mbox import
16296         * src/news.c
16297                 added XHDR support to get "To" and "Cc" headers
16298                 (in order to match news with to or cc field for
16299                 scoring)
16300                 added function news_parse_xhdr() to get XHDR response
16301         * src/nntp.[ch]
16302                 added function nntp_xhdr()
16303         * src/matcher.c
16304                 fetch the message if necessary
16305
16306 2001-05-06 [alfons]
16307
16308         0.4.66claws3
16309
16310         * sync with sylpheed 0.4.66cvs3-5
16311
16312 2001-05-06 [hoa]
16313
16314         * src/utils.[ch]
16315                 added function itos_buf() to enable use of several buffers
16316         * src/summaryview.c
16317                 use of itos_buf() instead of itos() in summary list
16318                 to fix the broken display of message number.
16319
16320 2001-05-06 [alfons]
16321
16322         * src/gtkstext.c: bug in cursor up navigation fixed,
16323                 fixed another unsigned / signed comparison (we're getting there :-)
16324
16325 2001-05-06 [hoa]
16326
16327         * src/Makefile.am
16328                 added scoring.c scoring.h
16329                 prefs_folder_item.c prefs_folder_item.h
16330                 matcher.c matcher.h
16331         * src/defs.h
16332                 added FOLDERITEM_RC SCORING_RC
16333         * src/folder.[ch]
16334                 added prefs field in FolderItem :
16335                 properties for each folder (PrefsFolderItem),
16336                 sorting type and mode were added as the first properties.
16337         * src/main.c
16338                 read config for scoring
16339         * added src/matcher.[ch]
16340                 gives functions to parse configuration file to do
16341                 matching on mails with a list of conditions.
16342         * src/mainwindow.c
16343                 add option to sort by score
16344         * src/prefs_common.[ch]
16345                 added preference option to show score and for
16346                 the score column size
16347         * added src/prefs_folder_item.[ch]
16348                 properties for each folder (PrefsFolderItem),
16349                 sorting type and mode were added as the first properties.
16350         * src/procheader.[ch]
16351                 added procheader_parse_header()
16352                 added procheader_header_free()
16353                 added procheader_headername_equal()
16354                 and made modification to use them.
16355         * src/procmsg.[ch]
16356                 added score field to MsgInfo structure
16357         * added src/scoring.[ch]
16358                 gives functions to parse configuration file to do
16359                 scoring on mails with a list of conditions.
16360         * src/summaryview.[ch]
16361                 save the sorting type and mode for the folder
16362                 added column to display the score of the mail
16363                 added function summary_score_clicked()
16364                 sorting type and mode are restored to the folder
16365                 when it is reopen
16366         * src/textview.c
16367                 use procheader_parse_header(), procheader_headername_equal()
16368                 removed memory leak in text_scan_header when freeing headers
16369         * src/filter.c
16370                 changed the function to match names of headers
16371                 using procheader_headername_equal()
16372
16373         Scoring functions are implemented, an interface is needed
16374         to configure that.
16375
16376 2001-05-04 [alfons]
16377
16378         * src/gtkstext.c: 
16379                 hopefully fixed the row up navigation bug,
16380                 removed adding back / forward lines to cache
16381
16382 2001-05-04 [sergey]
16383
16384         * src/prefs_display_headers.c: user interface changes:
16385         (prefs_display_headers_create): remove unused "Show" check button;
16386         allow reordering of headers by dragging.
16387         (prefs_display_headers_write_config): remove unused variables.
16388         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16389         of lists (not needed with the new UI).
16390         (prefs_display_headers_set_list): scan lists starting from row 0,
16391         not 1 (do not skip "(New)").
16392         (prefs_display_headers_find_header): new function.
16393         (prefs_display_headers_clist_set_row): do not allow duplicates.
16394         (prefs_display_headers_delete_cb): do not skip row 0; treat
16395         closing the alert window by ESC as "No".
16396         (prefs_display_headers_up): do not protect row 0.
16397         (prefs_display_headers_down): do not protect row 0.
16398
16399 2001-05-04 [sergey]
16400
16401         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16402         functions.
16403
16404         * src/summaryview.c
16405         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16406         summary_select_next_marked, summary_select_prev_marked): new
16407         functions.
16408
16409 2001-05-03 [sergey]
16410
16411         * src/news.c: fixed a bug when no article can be fetched after
16412         server timeout if the connection was restored by news_post():
16413         (news_select_group): new function.
16414         (news_fetch_msg): call news_select_group() before fetching
16415         article.
16416         (news_get_uncached_articles): set session->group after successful
16417         GROUP command.
16418
16419 2001-05-03 [hoa]
16420
16421         * src/defs.h
16422         * src/procmsg.[ch]
16423         * src/procheader.c
16424                  changed version of cache, added cc field
16425
16426         * src/prefs_display_headers.c
16427                 the interface was changed
16428
16429         * src/prefs_headers.c
16430                 added cancel button
16431
16432 2001-05-03 [alfons]
16433
16434         * completed sync of sylpheed cvs2
16435         * src/gtkstext.c: updated row up / down cursor navigation
16436         * src/textview.c: re-edited, prepared for fixing the email address
16437                 scanner.
16438
16439 2001-05-03 [darko]
16440
16441         * src/prefs_common.c: use alfons' strftime ui code
16442         entry_datefmt and datefmt_sample widgets have to be
16443         global in this module because of this change
16444
16445 2001-05-03 [hoa]
16446
16447         * src/messageview.c
16448         * src/prefs_common.[ch] added option to activate the return receipt
16449                 feature.
16450
16451 2001-05-02 [alfons]
16452
16453         * src/gtkstext.c: fix for row up/down cursor navigation. 
16454
16455         0.4.66claws2
16456         
16457         * sync with 0.4.66cvs2
16458
16459 2001-05-02 [paul]
16460
16461         added add-sender-to-addressbook patch
16462
16463         * src/addressbook.c
16464         * src/addressbook.h
16465         * src/summaryview.c
16466
16467 2001-05-02 [sergey]
16468
16469         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16470         G_ALERTDISABLE.
16471
16472         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16473         all existing callers changed to pass FALSE; create a check button
16474         to disable the message.
16475         (alertpanel_message_with_disable): new function.
16476         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16477         (alertpanel_button_toggled): new function.
16478         (alertpanel_button_clicked, alertpanel_close): set value using
16479         G_ALERT_VALUE_MASK.
16480
16481         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16482
16483         * src/prefs_common.c (prefs_privacy_create): new check button
16484         checkbtn_gpgme_warning.
16485
16486         * src/main.c (main): moved preferences reading before gpgme
16487         initialization; check prefs_common.gpgme_warning before giving the
16488         GnuPG warning and set it to FALSE if the user wants to disable the
16489         warning.
16490
16491 2001-05-02 [hiroyuki]
16492
16493         * src/prefs_display_headers.c: modified the layout and some labels.
16494
16495 2001-05-02 [sergey]
16496
16497         * src/prefs_account.c (prefs_account_fix_size): new function.
16498         (prefs_account_create): call prefs_account_fix_size(); use
16499         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16500         size when the window is shown for the first time).
16501         (prefs_account_basic_create): changed layout of serv_table; moved
16502         localmbox_entry above smtpserv_entry (logically it replaces
16503         POP3/IMAP server).
16504         (prefs_account_protocol_activated): set sensitivity of
16505         nntpauth_chkbtn according to the protocol (in addition to
16506         hide/show); commented out gtk_table_set_row_spacing() calls.
16507         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16508         not sensitive (fixes a bug with disabled username/password boxes
16509         when editing POP3 account after NNTP with authentication).
16510
16511 2001-05-02 [hoa]
16512
16513         * src/account.c
16514         * src/inc.c
16515         * src/prefs_account.[ch]
16516         * src/send.c
16517                 removed local account without SMTP server
16518                 added option to use mail command instead of a connexion
16519                 to SMTP server when a local account is used
16520         * src/prefs_headers.c
16521                 fixed a bug
16522         * src/news.c
16523                 fixed a bug when connexion immediately closed
16524
16525 2001-05-01 [alfons]
16526
16527         0.4.66claws1
16528         
16529         * sync with 0.4.65
16530
16531 2001-05-01 [sergey]
16532
16533         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16534         widget nntpauth_chkbtn.
16535         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16536         visibility.
16537         (prefs_account_nntpauth_toggled): new function.
16538
16539         * src/news.c (news_session_new_for_folder): use NNTP
16540         authentication only if ac->use_nntp_auth is set.
16541
16542 2001-05-01 [hoa]
16543
16544         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16545         * src/prefs_display_headers.c changed the UI
16546         * src/prefs_headers.c changed account_name to account_id
16547         * src/compose.c using customheader.h
16548
16549 2001-05-01 [hiroyuki]
16550
16551         * src/esmtp.c
16552           src/news.c
16553           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16554           unsynched.
16555
16556 2001-05-01 [hoa]
16557
16558         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16559         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16560                 for displaying of headers
16561         * src/grouplist_dialog.[ch] minor changes to remove warnings
16562         * src/prefs_display_headers.[ch] dialog to choose the
16563         headers to display in the mail viewer.
16564         * src/headers.h correction of #define
16565         * src/headers_display.[ch] configuration for displaying of headers.
16566         * src/main.c read config of displaying of headers
16567         * src/prefs_common.c add a button to access the config dialog
16568                 for displaying of headers
16569         * src/prefs_display_headers.[ch] dialog for configuration for
16570                 displaying of the headers.
16571         * src/prefs_headers.c cleaning of code
16572         * src/procheader.c comments added to code
16573         * src/textview.c changes to reorder the headers depending
16574                 on the config for displaying of headers
16575
16576 2001-04-30 [alfons]
16577
16578         0.4.65claws7
16579
16580         * sync with 0.4.65cvs12
16581
16582         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16583
16584 2001-04-30 [sergey]
16585
16586         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16587
16588         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16589         is set to force reconnection after authentication failure.
16590         (nntp_gen_command): set sock->auth_failed on authentication
16591         failure, or if sock->userid and sock->passwd are not set.
16592
16593         * src/news.c (news_session_new_for_folder): set userid=NULL if
16594         password dialog is cancelled.
16595
16596 2001-04-30 [sergey]
16597
16598         * src/nntp.h (NNTPSockInfo): new type.
16599
16600         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16601         SockInfo.
16602         (nntp_open_auth, nntp_close): new functions.
16603         (nntp_gen_command): new function to handle authentication; all
16604         NNTP command functions updated to use it.
16605         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16606         (nntp_list): removed old useless code.
16607
16608         * src/news.h (NNTPSession): new field nntp_sock.
16609
16610         * src/news.c: all functions updated to use NNTPSockInfo instead of
16611         SockInfo.
16612         (news_session_new): new arguments (userid, passwd); made static;
16613         use nntp_open_auth() if needed.
16614         (news_session_destroy): use nntp_close() instead of sock_close().
16615         (news_query_password): changed arguments.
16616         (news_session_new_for_folder): new function.
16617         (news_session_get): use news_session_new_for_folder().
16618         (news_authenticate): deleted.
16619         (news_get_uncached_articles): removed old authentication code.
16620
16621 2001-04-30 [sergey]
16622
16623         * src/news.c: reverted my previous changes (need to do NNTP
16624         authentication in a cleaner way).
16625         
16626 2001-04-29 [sergey]
16627
16628         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16629         news_nntp_post, news_nntp_mode): new functions (wrappers with
16630         authentication support).
16631         (news_get_article_cmd, news_get_article, news_get_header): new
16632         argument "folder"; all callers changed.
16633         (news_get_article_cmd): added authentication support.
16634         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16635         (news_post): use news_nntp_post() instead of nntp_post().
16636         (news_get_uncached_articles): use news_nntp_group() instead of
16637         nntp_group() and news_nntp_xover() instead of nntp_xover();
16638         removed old authentication code.
16639         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16640
16641         * src/nntp.c (nntp_list): return real error code instead of
16642         hardcoded NN_ERROR.
16643
16644 2001-04-29 [sergey]
16645
16646         * configure.in: fixed wint_t typedef detection again
16647
16648 2001-04-28 [hoa]
16649
16650         * src/prefs_account.[ch], added A_LOCAL_CMD
16651                 (send mail with mail command)
16652         * src/send.c added function send_message_with_command()
16653         * src/inc.c made a more secure get_spool() function with
16654                 mktemp() but maybe mkstemp() or something more
16655                 secure can be used.
16656
16657 2001-04-28 [alfons]
16658
16659         * src/textview.c, colorization of email addresses in headers
16660
16661         0.4.65claws6
16662
16663         * bug sync with sylpheed
16664         * prefs_common.c: created date format ui for darko
16665         * sync with 0.4.65cvs11
16666         * configure.in: corrected to have the new gpg checks
16667
16668 2001-04-27 [alfons]
16669
16670         * completed sync with 0.4.65cvs10
16671         * minor debug things added to gtkstext.c
16672
16673 2001-04-27 [darko]
16674
16675         * configure.in: remove check for availability of
16676           strftime() as advised by Hiroyuki
16677         * src/prefs_common.[ch], src/procheader.c:
16678           synch strftime() code with Hiroyki's main branch
16679
16680 2001-04-26 [sergey]
16681
16682         * src/news.c: news_query_password(), news_authenticate(): new
16683           functions.
16684           news_get_uncached_articles(): added NNTP authentication
16685           handling.
16686         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16687           new functions.
16688         * src/prefs_account.c: prefs_account_protocol_activated():
16689           enable userid and password fields for NNTP.
16690
16691 2001-04-26
16692
16693         * configure.in: check for availability of strftime()
16694           [darko]
16695         * src/prefs_common.[ch], src/procheader.c: use
16696           strftime() for displaying date in summary pane if it
16697           is available
16698
16699 2001-04-25
16700
16701         * more .cvsignore cleanups [alfons]
16702
16703 2001-04-25
16704
16705         * ac/sv-check-type.m4: new autoconf macro.
16706         * configure.in: fixed wint_t typedef detection (did not work
16707           with gcc-2.96).
16708
16709 2001-04-25
16710
16711         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16712           [hiroyuki]
16713
16714 2001-04-24
16715         * modified gtkstext.c : buggy cursor navigation fixed, 
16716           and font descent also taken in account when drawing
16717           cursor. [alfons]
16718
16719 2001-04-24 [hoa]
16720         * added comments in src/news.c src/nntp.c
16721         * added src/prefs_headers.[ch]
16722         * added src/headers.[ch]
16723         * modified compose.c to activate custom headers
16724                 added function is_in_custom_headers
16725         * modified prefs_account.[ch]
16726                 added function prefs_account_customhdr_edit
16727         * modified src/defs.h :
16728                 added HEADERS_RC : name of the config file
16729                 for the custom headers
16730
16731 2001-04-24
16732
16733     0.4.65claws5
16734
16735         * configure.in
16736           src/gtkstext.[ch]
16737           src/compose.c
16738           src/Makefile.am
16739           
16740           added gtkstext with configure.in patch by Hiroyuki which
16741           should fix the XIM detection [alfons]
16742
16743         * more clean up of cvs [alfons]
16744
16745                  * removed all Makefile.in files to attic.
16746
16747                  * updated all .cvsignores to really ignore things that could
16748                    be unintentionally committed by a recursive commit.
16749
16750 2001-04-23 [hoa]
16751         * added src/grouplist_dialog.[ch]
16752         * changed src/folderview.c to call grouplist_dialog instead
16753                 of inputdialog
16754         * src/news.c :
16755                 added functions news_reset_group_list
16756                 and news_get_group_list
16757         * src/nntp.c :
16758                 added function nntp_list
16759         * src/defs.h :
16760                 added GROUPLIST_FILE : name of the newsgroup list cache file
16761
16762 2001-04-21
16763
16764         * added option to warn about queued messages on exit [sergey]:
16765
16766           * src/compose.c: compose_queue(): call folder_item_scan()
16767             and folderview_update_item() after queueing.
16768           * src/folderview.c: folderview_update_node(): draw the queue
16769             folder in bold font if there are queued messages.
16770           * src/mainwindow.c: queued_messages(): new function.
16771             app_exit_cb(): display warning if there are queued messages
16772             if warn_queued_on_exit is set.
16773           * prefs_common.[ch]: add warn_queued_on_exit option.
16774
16775         * enhanced GnuPG key selection support [sergey]:
16776
16777           * src/select-keys.c: updated to newer version from Win32
16778             branch with support for selecting arbitrary keys.
16779           * src/prefs_account.c: added the Privacy tab to the account
16780             options window.
16781             prefs_account_privacy_create(),
16782             prefs_account_sign_key_set_data_from_radiobtn(),
16783             prefs_account_sign_key_set_radiobtn(): new functions.
16784           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16785           * src/rfc2015.c: set_signers(): new function.
16786             pgp_sign(): add the account parameter, call set_signers().
16787             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16788           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16789           * src/compose.c: pass the current account to rfc2015_sign().
16790
16791         * tag name claws added to prevent confusion with main branch [alfons]
16792
16793         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16794
16795         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16796
16797         * sync with recent sylpheed cvs. Untested though. [alfons]
16798