renamed and edited 'launch_phoenix' to reflect the browser's name change from 'phoeni...
[claws.git] / ChangeLog.claws
1 2003-06-18 [paul]
2
3         * tools/launch_phoenix          ** REMOVED **
4           tools/launch_firebird         ** NEW **
5                 renamed and edited to reflect the browser's name change from
6                 'phoenix' to 'firebird'
7
8 2003-06-18 [paul]       0.9.0claws42
9
10         * sync with 0.9.2cvs2
11                 see ChangeLog 2003-06-16
12
13 2003-06-17 [alfons]     0.9.0claws41
14
15         * src/procmsg.c
16                 prevent threading problems when a node is an ancestor (parent / great parent),
17                 which mostly happens with circular references (thanks to Phillipe Gramoullé
18                 for finding an sample set of messages)
19
20 2003-06-16 [christoph]  0.9.0claws40
21
22         * src/main.c
23                 don't popup main window on --receive or --receive-all
24
25         * src/mainwindow.[ch]
26         * src/plugins/trayicon/trayicon.c
27                 allow hiding of main window by clicking on the trayicon
28                 (doesn't work correctly in seperate window mode and may
29                  cause unexpected GTK problems I couldn't find yet)
30
31         * src/common/ssl.c
32                 remove incorrect warning
33
34 2003-06-15 [alfons]     0.9.0claws39
35
36         * src/gtk/gtkstext.c
37                 don't output debug text;
38                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
39                 for pointing this out);
40
41 2003-06-14 [alfons]     0.9.0claws38
42         
43         * src/messageview.c
44                 remove printf() and make one if..else comply with coding style
45
46 2003-06-14 [alfons]     0.9.0claws37
47
48         * AUTHORS
49                 add Martin Wicke
50         * src/action.c
51         * src/messageview.[ch]
52         * src/summaryview.c
53                 apply patch #754162 "Quoting messages filtered by actions" submitted
54                 by Martin Wicke, which allows quoting message body changed by an
55                 action (Thanks!).
56
57 2003-06-13 [alfons]     0.9.0claws36
58
59         * src/utils.c
60                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
61                 use case insensitive regexp (suggested by Ivan Martinez)
62
63 2003-06-13 [christoph]  0.9.0claws35
64
65         * configure.ac
66         * src/plugins/trayicon/Makefile.am
67         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
68         * src/plugins/trayicon/trayicon.c
69         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
70         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
71         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
72         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
73         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
74         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
75                 replace my own EggTrayIcon backport with the backport
76                 used by (l|x)mule and gabber.
77
78 2003-06-13 [alfons]     0.9.0claws34
79
80         * AUTHORS
81         * src/common/utils.c
82                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
83
84 2003-06-13 [alfons]     0.9.0claws33
85
86         * src/compose.c
87                 clean up a little bit
88
89 2003-06-12 [alfons]     0.9.0claws32
90
91         * src/compose.c
92                 const correctness fix
93
94         * src/common/sylpheed.[ch]
95                 () -> (void)
96                 prevent redef MIN/MAX
97                 
98         * src/common/utils.[ch]
99                 () -> (void)
100
101 2003-06-12 [melvin]     0.9.0claws31
102
103         * src/compose.c
104                 Updated to take into accounts changes in GtkAspell.
105
106 2003-06-12 [alfons]     0.9.0claws30
107
108         * src/compose.c
109         * src/procmsg.c
110         * src/common/utils.[ch]
111                 handle reply subject prefixes better (initial 
112                 suggestion by Robert Story adapted and enhanced 
113                 using regexps)
114
115 2003-06-12 [melvin]     0.9.0claws29
116
117         * src/compose.c
118                 Use new gtkaspell_checkers_strerror() to get the speller's
119                 error message instead of accessing the (now private)
120                 checkers structure.
121                 Minor code clean up
122
123         * src/main.c
124                 Use #ifdef instead of #if for USE_ASPELL
125                 Use the new spell checkers init/quit functions 
126
127         * src/gtk/gtkaspell.c
128                 Use #ifdef instead of #if for USE_ASPELL
129                 Moved in the majority of GtkAspell structures that were
130                 exported before by gtkaspell.h
131         
132         * src/gtk/gktaspell.h
133                 Made gtkaspell.h contain only the necessary data to be
134                 publicized by moving many structures to gtkaspell.c.
135                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
136                 gtkaspell_checkers_new(): replaced by...
137                 gtkaspell_checkers_init(): new function for initialization
138                 gtkaspell_checkers_delete(): replaced by...
139                 gtkaspell_checkers_quit(): new function
140                 gtkaspell_checkers_strerror(): new function that returns
141                 the checker's last error message.
142                 
143 2003-06-11 [melvin]     0.9.0claws28
144
145         * po/POTFILES.in
146                 Updated to take into account gtkaspell.c migration to
147                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
148
149 2003-06-10 [alfons]     0.9.0claws27
150
151         * src/filtering.[ch]
152         * src/folder.c
153         * src/matcher.c
154         * src/scoring.[ch]
155                 - try fixing bug #18 (any brave testers?)
156                 - add more robustness by refusing previously 
157                   unchecked NULL pointers 
158
159 2003-06-10 [alfons]     0.9.0claws26
160
161         * src/procmsg.c
162                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
163
164 2003-06-09 [alfons]     0.9.0claws25
165
166         * src/prefs_common.c
167                 fix bug #163 "Icon switching doesnt work properly" by 
168                 preventing early freeing of prefs_common.pixmap_theme_path.
169
170 2003-06-09 [christoph]  0.9.0claws24
171
172         * src/gtk/gtkaspell.c
173                 revert Thorsten's fix and add forgotten g_strdup for
174                 aspell path (it should not be possible to alter the path a
175                 GtkASpell uses from outside)
176
177 2003-06-09 [thorsten]   0.9.0claws23
178
179         * src/gtk/gtkaspell.c
180                 dont free prefs_common.aspell_path when closing compose
181
182 2003-06-08 [colin]      0.9.0claws22
183
184         * src/plugins/spamassassin/spamassassin.c
185                 fix prefs types
186
187 2003-06-07 [christoph]  0.9.0claws21
188
189         * src/Makefile.am
190         * src/compose.c
191         * src/gtkaspell.[ch]            ** REMOVE **
192         * src/gtk/Makefile.am
193         * src/gtk/gtkaspell.[ch]        ** NEW **
194                 o make gtkaspell independent from sylpheed's prefs
195                 o move gtkaspell.[ch] to gtk directory
196
197 2003-06-07 [christoph]  0.9.0claws20
198
199         * src/Makefile.am
200         * src/crash.c
201         * src/export.c
202         * src/filesel.[ch]              ** REMOVE **
203         * src/folder.c
204         * src/main.[ch]
205         * src/common/sylpheed.[ch]
206         * src/gtk/Makefile.am
207         * src/gtk/filesel.[ch]          ** NEW **
208         * src/gtk/pluginwindow.c
209         * src/gtk/sslcertwindow.c
210                 move filesel.[ch] to gtk directory
211
212 2003-06-07 [alfons]     0.9.0claws19
213
214         * src/filesel.c
215                 make (multi) file selection dialog work again (Claws-only)
216
217 2003-06-07 [thorsten]   0.9.0claws18
218
219         * po/de.po
220                 fix typos
221
222 2003-06-07 [alfons]     0.9.0claws17
223
224         * configure.ac
225         * src/mimeview.c
226                 detect apache mishap in which case don't include fnmatch.h
227                 if regex.h is already included
228
229 2003-06-06 [christoph]  0.9.0claws16
230
231         * configure.ac
232         * src/mimeview.h
233                 add check for fnmatch.h and include it when available
234
235         * src/mimeview.[ch]
236                 fix wrong case sensitivity of Content-Types
237
238         * src/gtk/Makefile.am
239                 need the same include paths in gtk directory as in
240                 common directory because .h files in common can
241                 include files from these directories, when included
242                 in gtk's .h or .c files
243
244 2003-06-06 [alfons]     0.9.0claws15
245
246         * src/mimeview.c
247         * src/summaryview.c
248                 make it compile again because of regex.h / fnmatch.h 
249                 include problems (related to recent mime stuff, can
250                 someone check this?)
251
252 2003-06-06 [thorsten]   0.9.0claws14
253
254         * src/folderview.c
255                 possible use of uninitialized pointer while dragging
256
257 2003-06-06 [paul]       0.9.0claws13
258
259         * src/compose.c
260                 fix bug where the insert sig button would be effective
261                 only when auto_sig was set
262
263 2003-06-06 [paul]       0.9.0claws12
264
265         * sync with 0.9.2 release
266
267 2003-06-02 [paul]       0.9.0claws11
268
269         * sync with 0.9.1cvs1
270                 see ChangeLog 2003-06-02
271                 
272         * po/de.po
273                 update by Jens
274
275 2003-06-01 [christoph]  0.9.0claws10
276
277         * src/account.c
278                 don't use substring search to find accounts by email address
279
280         (closes Bug 169 Overly loose matching of "From" address)
281
282 2003-05-31 [christoph]  0.9.0claws9
283
284         * doc-src/rfc2683.txt
285         * src/imap.c
286                 limit IMAP command length as recommended in RFC2683
287                 (message number lists will be split into multiple imap
288                 sets, the limit of 1000 octets is not a hard limit)
289
290         (closes Bug 161 sylpheed-claws exits with segfault when logging
291          in to certain imap-servers)
292
293 2003-05-29 [alfons]     0.9.0claws8
294
295         * src/toolbar.[ch]
296                 add print button (calling summary_print());
297                 fine tune setting tooltip text;
298                 (if someone needs other buttons, please take these 
299                 commits as a guide, instead of bothering us - also
300                 see 0.8.11claws150) 
301
302 2003-05-29 [darko]      0.9.0claws7
303
304         * src/compose.c
305                 fix crash when word wrapping kicks in due to
306                 changed text by spell checker
307
308 2003-05-29 [paul]       0.9.0claws6
309
310         * src/compose.c
311                 fix bug where changing account would insert
312                 sig even if auto_sig was FALSE
313                 
314         * ChangeLog
315           ChangeLog.jp
316           INSTALL
317                 sync with 0.9.1 release
318
319 2003-05-28 [christoph]  0.9.0claws5
320
321         * src/imap.c
322                 fix truncation of too long commands
323
324         (closes Bug 167 IMAP hangs trying to get envelope
325          information in imap_get_uncached_messages)
326
327 2003-05-27 [paul]       0.9.0claws4
328
329         * tools/Makefile.am
330           tools/maildir2sylpheed.pl     ** NEW FILE **
331                 add kmail to sylpheed mailbox conversion script
332
333 2003-05-27 [paul]       0.9.0claws3
334
335         * sync with 0.9.0cvs10
336                 see ChangeLog 2003-05-26
337
338 2003-05-26 [paul]       0.9.0claws2
339
340         * sync with 0.9.0cvs9
341                 see ChangeLog 2003-05-26
342
343 2003-05-24 [paul]       0.9.0claws1
344
345         * sync with 0.9.0cvs8
346                 see ChangeLog 2003-05-23
347
348 2003-05-24 [paul]       0.9.0claws
349
350         * version 0.9.0claws released
351
352 2003-05-24 [paul]       0.8.11claws177
353
354         * src/plugins/dillo-viewer/Makefile.am
355           src/plugins/traycon/Makefile.am
356                 add missing files
357                 
358         * po/bg.po
359           po/en_GB.po
360           po/es.po
361           po/it.po
362           po/pt_BR.po
363           po/ru.po
364           po/sr.po
365                 update Bulgarian, British English, Spanish, Italian, 
366                 Brazilian Portuguese, Russian, and Serbian translations, 
367                 submitted by George Danchev, [me], Ricardo Mones Lastra,
368                 André Filipe de Assunção e Brito, Alessandro Maestri, 
369                 Ruslan N. Balkin, and Urke MMI
370
371 2003-05-23 [melvin]     0.8.11claws176
372
373         * po/fr.po
374                 Updated French translations
375
376 2003-05-22 [paul]       0.8.11claws175
377
378         * src/Makefile.am
379           src/addrbook.[ch]
380           src/addrcache.[ch]
381           src/addr_compl.[ch]
382           src/adressbook.[ch]
383           src/addrindex.[ch]
384           src/addritem.[ch]
385           src/editaddress.c
386           src/editgroup.c
387           src/editldap_basedn.c
388           src/editldap.c
389           src/jpilot.c
390           src/vcard.c
391                 revert to get ldap into it previous working state
392                 
393         * po/zh_TW.Big5.po
394                 new Taiwanese translation,
395                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
396
397 2003-05-22 [christoph]  0.8.11claws174
398
399         * src/plugins/spamassassin/libspamc.[ch]
400                 sync libspamc with SpamAssaain release 2.55
401
402 2003-05-22 [paul]       0.8.11claws173
403
404         * sync with 0.9.0cvs7
405                 see ChangeLog 2003-05-22
406                 
407         * src/summaryview.c
408                 revert change in 0.8.11claws172: follow
409                 Hiroyuki's decision and that's the end of it.
410
411 2003-05-21 [paul]       0.8.11claws172
412
413         * src/summaryview.c
414                 fix discrepency between open_unread_on_enter
415                 and always_show_msg
416
417 2003-05-21 [paul]       0.8.11claws171
418
419         * sync with 0.9.0cvs6
420                 see ChangeLog 2003-05-21
421
422 2003-05-21 [paul]       0.8.11claws170
423
424         * sync with 0.9.0cvs5
425                 see ChangeLog 2003-05-21
426
427 2003-05-20 [paul]       0.8.11claws169
428
429         * sync with 0.9.0cvs4
430                 see ChangeLog 2003-05-20
431                 fixes bug #152, 'encoding of IMAP folders names'
432
433 2003-05-20 [paul]       0.8.11claws168
434
435         * sync with 0.9.0cvs3
436                 see ChangeLog 2003-05-20
437                 
438         * src/tools/convert_mbox.pl
439                 minor change in the comments, submitted by Fred Marton
440
441 2003-05-19 [paul]       0.8.11claws167
442
443         * src/plugins/clamav/Makefile.am
444           configure.ac
445                 link clamav_lib to the plugin and not to the main program
446
447 2003-05-19 [christoph]
448
449         * src/Makefile.am
450                 add -export-dynamic for linking
451
452 2003-05-19 [paul]       0.8.11claws166
453
454         * sync with 0.9.0cvs1
455                 see ChangeLog 2003-05-19
456
457 2003-05-19 [paul]       0.8.11claws165
458
459         * src/inc.c
460                 fix 'pop before smtp' timeout
461
462 2003-05-18 [alfons]     0.8.11claws164
463
464         * src/prefs_matcher.c
465                 put "execute" action command line ("expression") in edit box
466
467 2003-05-18 [christoph]  0.8.11claws163
468
469         * src/mimeview.[ch]
470         * src/plugins/dillo_viewer/dillo_viewer.c
471         * src/plugins/image_viewer/viewer.c
472         * src/plugins/mathml_viewer/mathml_viewer.c
473                 let a viewer have a list of Content-Types
474
475 2003-05-18 [paul]       0.8.11claws162
476
477         * src/prefs_filtering.c
478                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
479                 and REDIRECT actions
480
481 2003-05-17 [christoph]
482
483         * README.claws
484                 o remove dynamic signatures that was syned with main
485                 o add infos about no longer "build in" image viewer
486                 o update bugtracker URL
487
488 2003-05-17 [christoph]  0.8.11claws161
489
490         * src/folder.c
491         * src/folderview.c
492         * src/imap.c
493                 don't use imap_scan_folder anymore. Instead call folder_item_scan
494                 for every folder after rebuilding the folder tree.
495
496         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
497          messages)
498
499 2003-05-17 [christoph]  0.8.11claws160
500
501         * src/imap.c
502                 don't use STATUS command on current folder to check for
503                 content changes. imap_cmd_ok() now tracks changes to
504                 folder and number of existing messages.
505
506 2003-05-17 [paul]       0.8.11claws159
507
508         * src/plugins/clamav/clamav_plugin.c
509                 remove unnecessary debug_print
510
511 2003-05-16 [thorsten]   0.8.11claws158
512
513         * src/plugins/demo.c
514                 included missing intl.h
515
516 2003-05-16 [paul]       0.8.11claws157
517
518         * po/POTFILES.in
519                 remove non-existant entries
520         
521         * src/plugins/clamav/clamav_plugin.c
522           src/plugins/clamav/clamav_plugin_gtk.c
523           src/plugins/dillo_viewer/dillo_prefs.c
524           src/plugins/dillo_viewer/dillo_viewer.c
525                 gettextise
526
527 2003-05-16 [christoph]  0.8.11claws156
528
529         * po/POTFILES.in
530                 include plugin .c files for translation until I
531                 find a better solution to have plugins have their
532                 own textdomain
533         * src/plugins/demo/demo.c
534         * src/plugins/image_viewer/plugin.c
535         * src/plugins/mathml_viewer/mathml_viewer.c
536         * src/plugins/spamassassin/spamassassin.c
537         * src/plugins/spamassassin/spamassassin_gtk.c
538         * src/plugins/trayicon/trayicon.c
539                 add gettext macros for plugin name and description
540
541 2003-05-16 [paul]
542
543         * sync with 0.9.0
544
545 2003-05-16 [paul]       0.8.11claws155
546
547         * sync with lastest 0.9.0pre1
548                 see ChangeLog 2003-05-16
549
550 2003-05-15 [paul]       0.8.11claws154
551
552         * sync with latest 0.9.0pre1
553                 see ChangeLog 2003-05-14 and 2003-05-15
554
555 2003-05-14 [christoph]  0.8.11claws153
556
557         * src/plugins/image_viewer/viewer.c
558         * src/plugins/image_viewer/viewer.glade         ** NEW **
559         * src/plugins/image_viewer/viewerprefs.c
560                 make it possible to disable the autoload function in the
561                 imageviewer again
562
563 2003-05-14 [christoph]  0.8.11claws152
564
565         * src/folder.c
566                 fix folder update after adding a message
567
568 2003-05-13 [alfons]     0.8.11claws151
569
570         * src/common/session.c
571                 remove debug traces
572                 
573         * src/addrcache.[ch]
574         * src/filtering.[ch]
575         * src/folder.[c]
576         * src/gtkaspell.[ch]
577         * src/imap.[ch]
578         * src/mbox_folder.[ch]
579         * src/mh.[ch]
580         * src/mimeview.h
581         * src/msgcache.[ch]
582         * src/news.[ch]
583         * src/passphrase.[ch]
584         * src/prefs_common.[ch]
585         * src/prefs_gtk.[ch]
586         * src/procmsg.c
587         * src/scoring.[ch]
588                 be pedantic; (in prototypes () implies (int))
589
590 2003-05-13 [alfons]     0.8.11claws150
591
592         * src/prefs_toolbar.[ch]
593         * src/summaryview.[ch]
594         * src/toolbar.[ch]
595                 change misleading text in toolbar prefs;
596                 add toolbar action for ignore thread (toggles ignore thread flag);
597                 clean up a little bit;
598
599 2003-05-12 [paul]
600
601         * tools/convert_mbox.pl
602                 bug fixed by Fred Marton
603
604 2003-05-12 [paul]
605
606         * sync with 0.9.0pre1
607
608 2003-05-09 [paul]       0.8.11claws149
609
610         * sync with 0.8.11cvs43
611                 see ChangeLog 2003-05-09
612
613 2003-05-08 [christoph]  0.8.11claws148
614
615         * src/imap.[ch]
616                 o use CAPABILIY as first command and check for PREAUTH
617                   information in the response to it
618                 o rewrite all imap_cmd_* functions to use an IMAPSession
619                   instead of a SockInfo as parameter
620                 o do STARTTLS after fetching and checking the server
621                   capabilities
622
623 2003-05-08 [paul]       0.8.11claws147
624
625         * tools/Makefile.am
626           tools/README
627           tools/convert_mbox.pl         ** NEW FILE **
628                 add mbox conversion script. Submitted by 
629                 Fred Marton <Fred.Marton@uni-bayreuth.de>
630
631 2003-05-07 [christoph]
632
633         * doc-src/glade.txt
634         * src/gtk/pluginwindow.glade
635         * src/plugins/image_viewer/viewerprefs.glade
636         * src/plugins/spamassassin/spamassassin_gtk.glade
637                 add glade files for user interfaces and a description how
638                 to use glade to create the sylpheed code
639
640 2003-05-07 [paul]       0.8.11claws146
641
642         * sync with 0.8.11cvs41
643                 see ChangeLog 2003-05-07
644
645 2003-05-06 [christoph]  0.8.11claws145
646
647         * src/main.c
648         * src/plugins/image_viewer/viewer.c
649                 fix usage of imlib in imageviewer plugin
650
651         * src/gtk/prefswindow.c
652                 handle window close event correctly
653
654 2003-05-06 [paul]       0.8.11claws144
655
656         * src/common/ssl.c
657                 fix typo introduced in sync
658
659 2003-05-06 [paul]       0.8.11claws143
660
661         * sync with 0.8.11cvs39
662                 see ChangeLog 2003-05-06
663
664 2003-05-06 [paul]       0.8.11claws142
665
666         * AUTHORS
667           po/cs.po
668                 updated Czech translation, submitted by 
669                 Radek Vybiral <Radek.Vybiral@vsb.cz>
670                 
671         * src/plugins/clamav/clamav_plugin_gtk.c
672                 clean up
673
674 2003-05-03 [alfons]     0.8.11claws141
675
676         * src/compose.[ch]
677                 make paste as quotation work even when the call to 
678                 text_inserted() was deferred (fixes bug #140 "Paste 
679                 as quotation does not work when using "external" 
680                 clipboard")
681
682 2003-05-03 [thorsten]   0.8.11claws140
683
684         * src/addrquery.h
685           src/ldapquery.h
686           src/mainwindow.c
687                 removed C++ comments
688         * src/addr_compl.c
689                 function with non-int retval/param used before
690                 implementation/declaration
691
692 2003-05-02 [paul]       0.8.11claws139
693
694         * src/addr_compl.[ch]
695           src/addressbook.[ch]
696           src/addrindex.c
697           src/summaryview.c
698                 revert match's changes to (finally) remove the bug where
699                 opening a folder causes massive slowdown when using the 
700                 'Display sender using address book' option
701
702 2003-05-01 [melvin]     0.8.11claws138
703
704         * src/plugins/dillo_viewer/dillo_prefs.[ch]
705         * src/plugins/dillo_viewer/dillo_viewer.c
706                 Fixed bug where "Cancel" button from prefs issued
707                 warnings.
708                 Comply a little more to coding style
709
710 2003-05-01 [paul]       0.8.11claws137
711
712         * sync with 0.8.11cvs38
713                 see ChangeLog 2003-05-01
714
715 2003-05-01 [paul]       0.8.11claws136
716
717         * po/bg.po
718                 updated by George Danchev
719
720 2003-04-30 [christoph]  0.8.11claws135
721
722         * src/plugins/dillo_viewer/dillo_prefs.c
723         * src/plugins/image_viewer/viewerprefs.c
724         * src/plugins/spamassassin/spamassassin_gtk.c
725                 remove gtk_widget_ref() calls for widgets in
726                 glade code
727
728 2003-04-30 [paul]       0.8.11claws134
729
730         * src/addrindex.c
731                 ok, this time a better fix for the bug where opening folder
732                 has massive slowdown when using the 'Display sender using 
733                 address book' option
734
735 2003-04-30 [paul]       0.8.11claws133
736
737         * src/addrindex.c
738                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
739         
740 2003-04-30 [melvin]     0.8.11claws132
741
742         New: Dillo plugin preferences (patch by Dimitar Haralanov)
743
744         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
745                 Preferences for the dillo plugin
746         * src/plugins/dillo_viewer/dillo_viewer.c
747                 Support for preferences
748         * src/plugins/dillo_viewer/Makefile.am
749                 Added dillo_prefs.[ch]
750
751 2003-04-30 [alfons]     0.8.11claws131
752
753         * src/common/plugin.[ch]
754                 see? this ANSI C'fication immediately gives us type
755                 checking for free.
756
757 2003-04-30 [alfons]     0.8.11claws130
758
759         * src/common/plugin.[ch]
760         * src/plugins/clamav/clamav_plugin.[ch]
761         * src/plugins/clamav/clamav_plugin_gtk.c
762         * src/plugins/demo/demo.c
763         * src/plugins/dillo_viewer/dillo_viewer.c
764         * src/plugins/image_viewer/plugin.c
765         * src/plugins/image_viewer/viewer.[ch]
766         * src/plugins/image_viewer/viewerprefs.[ch]
767         * src/plugins/mathml_viewer/mathml_viewer.c
768         * src/plugins/spamassassin/spamassassin.[ch]
769         * src/plugins/spamassassin/spamassassin_gtk.c
770         * src/plugins/trayicon/trayicon.c
771                 clean up
772
773 2003-04-30 [alfons]     0.8.11claws129
774
775         * src/common/utils.c
776                 make is_ascii_str() fail gracefully when NULL pointer
777                 is passed
778
779 2003-04-30 [paul]       0.8.11claws128
780
781         * src/addrindex.c
782                 fix bug where opening folder has massive slowdown when
783                 using the 'Display sender using address book' option
784
785 2003-04-30 [paul]       0.8.11claws127
786
787         * src/plugins/clamav/clamav_plugin.c
788           src/plugins/clamav/clamav_plugin_gtk.c
789           src/plugins/demo/demo.c
790           src/plugins/dillo_viewer/dillo_viewer.c
791           src/plugins/image_viewer/plugin.c
792           src/plugins/mathml_viewer/mathml_viewer.c
793           src/plugins/spamassassin/spamassassin.c
794           src/plugins/spamassassin/spamassassin_gtk.c
795           src/plugins/trayicon/trayicon.c
796                 get rid of eye-hurting function signatures
797
798 2003-04-30 [paul]       0.8.11claws126
799
800         * src/plugins/trayicon/trayicon.c
801                 add description
802                 
803         * src/mimeview.c
804                 be more descriptive
805
806 2003-04-30 [paul]       0.8.11claws125
807
808         * configure.ac
809                 arrange the plugins in reverse alphabetical order
810                 
811         * src/plugins/clamav/clamav_plugin.[ch]
812           src/plugins/clamav/clamav_plugin_gtk.c
813                 rename some params
814                 resize max_size window
815                 re-arrange the order of some gui elements
816                 improve descriptions
817         
818         * src/plugins/image_viewer/plugin.c
819           src/plugins/mathml_viewer/mathml_viewer.c
820                 add descriptions
821                 
822         * src/plugins/spamassassin/spamassassin_gtk.c
823                 resize max_size window
824                 re-arrange the order of some gui elements
825                 
826         * src/messageview.c
827           src/mimeview.c
828                 correct typos
829
830 2003-04-30 [alfons]     0.8.11claws124
831
832         * src/imap.c
833                 fix a leak found while browsing Martin Kluge's 
834                 valgrind log (Claws only)
835
836 2003-04-29 [darko]      0.8.11claws123
837
838         * src/gtk/gtkstext.h
839                 include wchar.h if it is available, fixes compilation
840                 on HP-UX systems
841
842 2003-04-29 [melvin]     0.8.11claws122
843
844         * src/prefs_actions.c
845                 Improved help text of Actions' syntax
846
847 2003-04-28 [paul]       0.8.11claws121
848
849         * src/action.c
850                 a better fix for the crash when performing an action
851                 on a mime part
852
853 2003-04-28 [paul]       0.8.11claws120
854
855         * src/action.c
856                 fix crash when performing an action on a
857                 mime part
858
859 2003-04-28 [paul]       0.8.11claws119
860
861         * sync with 0.8.11cvs36
862                 see ChangeLog 2003-04-28
863
864 2003-04-27 [paul]       0.8.11claws118
865
866         * more sync with 0.8.11cvs35
867                 see ChangeLog 2003-04-25
868
869 2003-04-26 [christoph]  0.8.11claws117
870
871         * src/folder.c
872                 fix remove virtual check
873
874 2003-04-26 [paul]       0.8.11claws116
875
876         * src/messageview.c
877                 fix return-receipt, make it work again
878
879 2003-04-26 [paul]       0.8.11claws115
880
881         * src/mimeview.c
882                 restore double-clicking of the [application/pgp-signature 
883                 (Select "Check signature" to check)] line in the message view,
884                 broken in recent sync
885
886 2003-04-26 [christoph]  0.8.11claws114
887
888         * src/folder.c
889                 check if remove virtual really exists before
890                 calling the function
891
892 2003-04-25 [match]      0.8.11claws113
893
894         * src/addrindex.c
895         * src/addrbook.c
896         * src/ldapquery.[ch]
897         * src/ldapctrl.[ch]
898                 fix memleak.
899         * src/ldapserver.[ch]
900                 fix memleak. fix segfault.
901                 plug a Claws memleak
902
903 2003-04-25 [alfons]     0.8.11claws112
904
905         * src/folder.c
906                 plug a Claws memleak
907
908 2003-04-25 [alfons]     0.8.11claws111
909
910         * src/common/session.c
911                 plug a memleak
912
913 2003-04-25 [paul]       0.8.11claws110
914
915         * sync with 0.8.11cvs35
916                 see ChangeLog 2003-04-24 and 2003-04-25
917                 
918         * src/gtk/pluginwindow.c
919                 correct another strange float value
920
921 2003-04-24 [christoph]  0.8.11claws109
922
923         * src/folder.c
924                 freeze folder item updates when unsetting new flags
925
926         * src/gtk/pluginwindow.c
927                 correct strange float value
928
929 2003-04-23 [paul]       0.8.11claws108
930
931         * sync with 0.8.11cvs33
932                 see ChangeLog 2003-04-23
933
934 2003-04-22 [paul]       0.8.11claws107
935
936         * src/Makefile.am
937           src/messageview.c
938           src/mimeview.c
939           src/pgptext.[ch]      ** REMOVED **
940                 remove pgptext.[ch] as its not used any more
941
942 2003-04-22 [paul]       0.8.11claws106
943
944         * sync with 0.8.11cvs31
945                 see ChangeLog 2003-04-21 and 2003-04-22
946
947 2003-04-21 [alfons]     0.8.11claws105
948
949         * src/main.c
950                 No access to GTK structures if we're a spawned child
951                 (and clean up code a little bit...) Should fix #126.
952
953 2003-04-21 [melvin]     0.8.11claws104
954
955         * src/plugins/dillo_viewer/README
956                 Improved slightly the text.
957
958 2003-04-21 [melvin]     0.8.11claws103
959
960         * src/plugins/dillo_viewer/README *** NEW ***
961                 Added a README file for the Dillo plugin
962
963 2003-04-20 [paul]
964
965         * tools/README
966           tools/outlook2sylpheed.pl
967                 updated and improved by Ricardo Mones Lastra
968
969 2003-04-18 [oliver]     0.8.11claws102
970
971         * src/inc.c 
972         * src/prefs_account.h
973                 remove Pop3SessionType (used by selective download)
974         * src/prefs_toolbar.c
975                 enable set Default Toolbar button
976
977 2003-04-18 [paul]       0.8.11claws101
978
979         * sync with 0.8.11cvs29
980                 see ChangeLog 2003-04-18
981
982 2003-04-17 [paul]       0.8.11claws100
983
984         * src/prefs_common.[ch]
985           src/summaryview.c
986                 remove 'Open next message on deletion' option,
987                 as the same effect can now be achieved via the
988                 'Always open messages in summary when selected'
989                 option.
990
991 2003-04-17 [paul]       0.8.11claws99
992
993         * sync with 0.8.11cvs28
994                 see ChangeLog 2003-04-17
995
996 2003-04-17 [christoph]  0.8.11claws98
997
998         * ac/spamassassin.m4
999         * src/plugins/spamassassin/libspamc.[ch]
1000         * src/plugins/spamassassin/utils.[ch]
1001                 sync libspamc with SpamAssassin project
1002
1003 2003-04-17 [christoph]  0.8.11claws97
1004
1005         * src/common/socket.h
1006         * src/gtk/sslcertwindow.h
1007                 rename old USE_SSL to USE_OPENSSL
1008
1009 2003-04-17 [paul]       0.8.11claws96
1010
1011         * src/prefs_common.h
1012                 use gulong for P_COLOR so that it compiles/runs on
1013                 64-bit systems. Patch submitted by James Noyes
1014                 <jnoyes-claws@retrogeeks.com>
1015                 
1016         * po/de.po
1017                 updated by Jens
1018
1019 2003-04-17 [paul]       0.8.11claws95
1020
1021         * sync with 0.8.11cvs27
1022                 see ChangeLog 2003-04-16
1023
1024 2003-04-15 [paul]       0.8.11claws94
1025
1026         * src/prefs_common.[ch]
1027                 rearrange to stop the window getting too long:
1028                         move Receive dialog stuff to Receive tab
1029                         move Send dialog to Send tab
1030                         remove Dialogs frame
1031                 rename 'Open messages in summary with cursor keys' to
1032                 'Always open messages in summary when selected', as its
1033                 more appropriate
1034
1035 2003-04-15 [paul]       0.8.11claws93
1036
1037         * src/prefs_common.[ch]
1038           src/summaryview.c
1039                 add new option '/Interface/Open next message on deletion'
1040
1041 2003-04-15 [paul]       0.8.11claws92
1042
1043         * src/summaryview.[ch]
1044                 add /Mark/Lock and /Mark/Unlock to the pop-up
1045                 menu. Patch submitted by Ivan Francolin Martinez
1046                 <ivanfm@users.sourceforge.net>
1047
1048 2003-04-15 [paul]       0.8.11claws91
1049
1050         * sync with 0.8.11cvs24
1051                 see ChangeLog 2003-04-15
1052
1053 2003-04-14 [jens]       0.8.11claws90
1054
1055         * updated German translation and some corrections from
1056                 Roland Bless <bless@tm.uka.de>
1057
1058 2003-04-14 [paul]       0.8.11claws89
1059
1060         * sync with 0.8.11cvs22
1061                 see ChangeLog 2003-04-14
1062
1063 2003-04-13 [paul]       0.8.11claws88
1064
1065         * src/plugins/clamav/clamav_plugin.c
1066                 fix memory leaks
1067                 clean up
1068
1069 2003-04-12 [paul]       0.8.11claws87
1070
1071         * src/plugins/clamav/clamav_plugin.c
1072                 activate enable/disable archive scanning option
1073                 
1074         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1075
1076 2003-04-12 [paul]       0.8.11claws86
1077
1078         * src/plugins/Makefile.am
1079           src/plugins/clamav/Makefile.am                ** NEW FILE **
1080           src/plugins/clamav/README                     ** NEW FILE ** 
1081           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1082           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1083                 add Clam AntiVirus plugin
1084
1085 2003-04-12 [paul]       0.8.11claws85
1086
1087         * sync with 0.8.11cvs21
1088                 see ChangeLog 2003-04-11
1089
1090 2003-04-11 [paul]       0.8.11claws84
1091
1092         * po/es.po
1093                 update Spanish translation. Submitted by Ricardo
1094                 Mones Lastra.
1095
1096 2003-04-10 [christoph]  0.8.11claws83
1097
1098         * src/mbox.c
1099                 fix typo that did not move unfiltered mails to destination
1100                 folder
1101
1102         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1103          when filtering from spool)
1104
1105 2003-04-10 [christoph]  0.8.11claws82
1106
1107         * src/imap.c
1108                 use BODY.PEEK instead of BODY in in message fetch operation
1109                 to make sure the IMAP server does not set the \Seen flag for
1110                 messages. Sylpheed does that later itself, when the message
1111                 is opened in sylpheed
1112
1113         (closes Bug 111 Claws destroys unread marks)
1114
1115 2003-04-09 [oliver]     0.8.11claws81
1116         
1117         * src/folder.c
1118                 fix crash in folder_destroy
1119         * README.claws
1120                 remove selective download
1121
1122 2003-04-09 [christoph]  0.8.11claws80
1123
1124         * src/imap.c
1125                 fix crash in imap_get_msginfo() when then fetched message
1126                 is not found
1127
1128         (closes Bug 110 Crash during mail composition)
1129
1130 2003-04-08 [christoph]  0.8.11claws79
1131
1132         * src/folder.c
1133         * src/prefs_account.c
1134                 Filter new messages that are found in an INBOX folder
1135                 when 'Filter messages on receiving' is enabled in the
1136                 Folder's AccountPrefs. This allows to use Sylpheed's
1137                 filtering engine for IMAP folders where messages are
1138                 added to the INBOX by a MTA
1139
1140 2003-04-08 [paul]       0.8.11claws78
1141
1142         * src/procmsg.h
1143                 clean up after last commit
1144
1145 2003-04-08 [paul]       0.8.11claws77
1146
1147         * sync with 0.8.11cvs20
1148                 see ChangeLog 2003-04-07 and 2003-04-08
1149
1150 2003-04-07 [christoph]  0.8.11claws76
1151
1152         * src/filtering.[ch]
1153         * src/inc.[ch]
1154         * src/mbox.c
1155         * src/procmsg.[ch]
1156                 add procmsg_msginfo_filter() to execute filtering actions
1157
1158 2003-04-06 [christoph]  0.8.11claws75
1159
1160         * src/imap.c
1161                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1162
1163 2003-04-06 [christoph]  0.8.11claws74
1164
1165         * src/common/utils.[ch]
1166                 add g_int_compare() function for slist sorting
1167
1168         * src/imap.c
1169                 fetch all MsgInfos with one command in imap_get_msginfos()
1170                 using an imap set with a list of ranges
1171
1172         * src/news.c
1173                 use new g_int_compare() function
1174
1175 2003-04-06 [thorsten]   0.8.11claws73
1176
1177         * src/mh.c
1178                 corrected implementation of mh_folder_destroy()
1179
1180 2003-04-05 [christoph]  0.8.11claws72
1181
1182         * src/account.c
1183         * src/folder.[ch]
1184         * src/folderview.c
1185         * src/imap.c
1186         * src/inc.c
1187         * src/main.c
1188         * src/mainwindow.c
1189         * src/mbox_folder.c
1190         * src/mh.c
1191         * src/mimeview.h
1192         * src/msgcache.[ch]
1193         * src/news.c
1194         * src/procmime.h
1195         * src/procmsg.[ch]
1196         * src/setup.c
1197         * src/gtk/gtkutils.c
1198                 o rename structure field names class and new to klass and
1199                   new_msgs, to allow including files in C++
1200                 o add 'extern "C"' block to some header files
1201                 o add MsgInfoList and MsgNumberList as alias for GSList for
1202                   developers to know what type of list is expected
1203
1204         * src/plugins/image_viewer/plugin.c
1205         * src/plugins/image_viewer/viewer.[ch]
1206         * src/plugins/image_viewer/viewerprefs.[ch]
1207                 rename function names to prevent conflicts
1208
1209 2003-04-05 [paul]       0.8.11claws71
1210
1211         * sync with 0.8.11cvs18
1212                 see ChangeLog 2003-04-03 and 2003-04-04
1213
1214 2003-04-02 [christoph]  0.8.11claws70
1215
1216         * src/folder.[ch]
1217         * src/imap.[ch]
1218         * src/mbox_folder.[ch]
1219         * src/mh.[ch]
1220         * src/news.[ch]
1221                 o Make all virtual folder functions private
1222                 o remove unused folder code
1223
1224         * src/common/socket.[ch]
1225         * src/summaryview.c
1226                 fix warnings
1227
1228 2003-03-30 [alfons]     0.8.11claws69
1229
1230         * src/send_message.c
1231                 remove two debug traces and see if people still report
1232                 errors
1233
1234 2003-03-30 [alfons]     0.8.11claws68
1235
1236         * src/send_message.c
1237         * src/commons/session.c
1238                 add more debug traces
1239
1240 2003-03-30 [christoph]  0.8.11claws67
1241
1242         * src/folder.c
1243                 change processing folder name from .processing to processing
1244
1245         * src/common/ssl.c
1246                 disable SSL certificate check because it causes Xlib error
1247                 when the child process want's to open an GTK window
1248
1249 2003-03-30 [christoph]  0.8.11claws66
1250
1251         * src/folder.c
1252                 don't use default folder for processing folder item because
1253                 it can be a non local folder
1254
1255         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1256
1257 2003-03-30 [alfons]     0.8.11claws65
1258
1259         * src/send_message.c
1260                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1261                 to generate bad code for 'send_send_data_progressive': When
1262                 called from 'send_send_data_finished', the 'data' pointer is
1263                 cleared just before the assignment to the dialog pointer
1264
1265 2003-03-29 [christoph]  0.8.11claws64
1266
1267         * src/common/prefs.h
1268         * src/plugins/image_viewer/Makefile.am
1269         * src/plugins/image_viewer/plugin.c
1270         * src/plugins/image_viewer/viewer.[ch]
1271         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1272                 add PrefsPage for ImageViewer
1273
1274 2003-03-28 [thorsten]   0.8.11claws63
1275
1276         * src/common/session.c
1277                 added some comments
1278
1279 2003-03-28 [paul]       0.8.11claws62
1280
1281         * sync with 0.8.11cvs16
1282                 see ChangeLog 2003-03-28
1283
1284 2003-03-28 [paul]       0.8.11claws61
1285
1286         * sync with 0.8.11cvs15
1287                 see ChangeLog 2003-03-28
1288
1289 2003-03-27 [christoph]  0.8.11claws60
1290
1291         * src/folder.c
1292         * src/imap.c
1293         * src/common/socket.[ch]
1294                 set socket state to DISCONNECTED when any operation
1295                 fails to allow reconnecting in IMAP code without
1296                 checking the return code of all calls to the command
1297                 functions
1298
1299         * src/folderview.c
1300         * src/summaryview.c
1301                 remove some more stuff that depends on specific
1302                 folder types
1303
1304 2003-03-27 [paul]       0.8.11claws59
1305
1306         * sync with 0.8.11cvs14
1307                 see ChangeLog 2003-03-27
1308                 
1309         * src/selective_download.[ch]   ** REMOVED **
1310                 really removed
1311
1312 2003-03-27 [christoph]  0.8.11claws58
1313
1314         * src/folder.c
1315                 fix handling of tmp_flags in flag copy function
1316
1317 2003-03-27 [paul]       0.8.11claws57
1318
1319         * sync with 0.8.11cvs13
1320                 see ChangeLog 2003-03-27
1321
1322 2003-03-27 [oliver]     0.8.11claws56
1323
1324         * src/maiwindow.c
1325                 remove sel_download_cb
1326
1327 2003-03-27 [oliver]     0.8.11claws55
1328         
1329         * src/inc.c
1330                 remove POP3_TOP
1331         
1332 2003-03-26 [oliver]     0.8.11claws54
1333
1334         *src/pop.h
1335                 remove POP3_TOP*
1336         * README.claws
1337                 remove selective donwload readme
1338
1339 2003-03-26 [oliver]     0.8.11claws53
1340         * src/matcher.[ch]
1341         * src/matcher_parser_parse.y 
1342         * src/pop.c 
1343         * src/prefs_account.[ch]
1344         * src/prefs_filtering.c
1345                 remove selective donwload
1346
1347 2003-03-26 [oliver]     0.8.11claws52
1348
1349         * src/inc.[ch] 
1350         * src/filtering.c 
1351         * src/mainwindow.c 
1352                 remove selective donwload
1353
1354 2003-03-26 [oliver]     0.8.11claws51
1355         
1356         * src/Makefile.am
1357         * src/selective_download.[ch]   ** REMOVE **    
1358
1359 2003-03-26 [christoph]  0.8.11claws50
1360
1361         * src/news.c
1362                 fix NEWS that got broken by a sync with sylpheed-main
1363
1364 2003-03-26 [christoph]  0.8.11claws49
1365
1366         * src/mimeview.c
1367                 fix mime type guessing when no mime type is found for a file
1368
1369 2003-03-25 [christoph]  0.8.11claws48
1370
1371         * src/mimeview.c
1372         * src/procmime.c
1373                 remove mime type guessing from mime parser and use
1374                 name based mime types in viewer lookup for mime type
1375                 application/octet-stream
1376
1377 2003-03-25 [christoph]  0.8.11claws47
1378
1379         * doc-src/readme.txt
1380         * doc-src/rfc2554.txt
1381                 add RFC about SMTP AUTH
1382
1383         * src/send_message.c
1384         * src/common/smtp.[ch]
1385                 add extra error code for authentication errors and
1386                 clear temporary password when this error occurs
1387
1388         (closes Bug 84 authentication failure while sending should
1389          prompt for password again)
1390
1391 2003-03-25 [christoph]  0.8.11claws46
1392
1393         * configure.ac
1394         * src/Makefile.am
1395         * src/imageview.[ch]                            ** REMOVE **
1396         * src/messageview.[ch]
1397         * src/mimeview.[ch]
1398         * src/prefs_common.[ch]
1399         * src/textview.c
1400         * src/plugins/Makefile.am
1401         * src/plugins/image_viewer/.cvsignore           ** NEW **
1402         * src/plugins/image_viewer/Makefile.am          ** NEW **
1403         * src/plugins/image_viewer/plugin.c             ** NEW **
1404         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1405                 move image viewer into a plugin (building is enabled by default)
1406                 [ToDo: Prefs for resize and autoview]
1407
1408 2003-03-25 [paul]       0.8.11claws45
1409
1410         * sync with 0.8.11cvs12
1411                 see ChangeLog 2003-03-26
1412
1413 2003-03-25 [paul]       0.8.11claws44
1414
1415         * sync with 0.8.11cvs11
1416                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1417                 
1418         Note: Selective Download is broken.
1419                 
1420 2003-03-22 [christoph]  0.8.11claws43
1421
1422         * src/folder.c
1423                 code cleanup for flags copying
1424
1425 2003-03-22 [christoph]  0.8.11claws42
1426
1427         * src/plugins/trayicon/trayicon.c
1428                 fix setting the transparent area when the window size
1429                 is forced by the system tray
1430
1431 2003-03-22 [christoph]  0.8.11claws41
1432
1433         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1434         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1435         * src/plugins/trayicon/newmail.xpm              ** NEW **
1436         * src/plugins/trayicon/nomail.xpm               ** NEW **
1437         * src/plugins/trayicon/trayicon.c
1438         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1439                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1440                 o add icon for unread mails
1441                 o set transparency for window
1442
1443 2003-03-22 [christoph]  0.8.11claws40
1444
1445         * src/news.c
1446                 init news session to prevent crash when session is closed
1447
1448 2003-03-22 [christoph]  0.8.11claws39
1449
1450         * src/imap.c
1451         * src/common/session.[ch]
1452                 Init session data to make sure we don't have invalid pointers
1453                 for read_ch and write_ch when new multi process sessions are
1454                 not used
1455
1456         * src/main.c
1457         * src/common/plugin.c
1458         * src/common/sylpheed.c
1459         * src/plugins/demo/demo.c
1460         * src/plugins/dillo_viewer/dillo_viewer.c
1461         * src/plugins/mathml_viewer/mathml_viewer.c
1462         * src/plugins/spamassassin/spamassassin.c
1463         * src/plugins/spamassassin/spamassassin_gtk.c
1464                 add plugin types to allow loading plugins at different times
1465                 (and maybe for different frontends), because it's not good to
1466                 load GTK-Plugins gefore gtk_init was called
1467
1468         * configure.ac
1469         * src/plugins/Makefile.am
1470         * src/plugins/trayicon/.cvsignore               ** NEW **
1471         * src/plugins/trayicon/Makefile.am              ** NEW **
1472         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1473         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1474         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1475         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1476         * src/plugins/trayicon/trayicon.c               ** NEW **
1477                 New Trayicon plugin that shows an icon in a systray that uses
1478                 XEMBED protocol like Gnome's systray. Icon shows if there
1479                 are new mails and a tooltip shows information about new,
1480                 unread and total messages.
1481
1482 2003-03-22 [paul]       0.8.11claws38
1483
1484         * src/common/smtp.c
1485                 fix ESMTP AUTH CRAM-MD5
1486                 [sync with main (still version 0.8.11cvs6), see
1487                  ChangeLog 2003-03-22]
1488
1489 2003-03-21 [colin]      0.8.11claws37
1490
1491         * src/send_message.c
1492                 Fix USE_SSL => USE_OPENSSL
1493
1494 2003-03-21 [colin]      0.8.11claws36
1495
1496         * src/folderview.c
1497                 Fix counts in drag and dropped subfolders
1498
1499 2003-03-21 [colin]      0.8.11claws35
1500
1501         * src/folder.c 
1502         * src/folderview.c
1503                 speed up a bit folder dnd
1504
1505 2003-03-20 [alfons]     0.8.11claws34
1506
1507         * src/main.c
1508         * src/toolbar.c
1509         * src/procmsg.c
1510                 don't send locked queue messages
1511                 (feature request "[ 705245 ] Locking message in outbox 
1512                  should prevent sending")
1513
1514 2003-03-20 [christoph]  0.8.11claws33
1515
1516         * src/folder.c
1517                 remove NEW and UNREAD flag in special folders when scanning
1518                 
1519         * src/common/smtp.c
1520                 fix ESMTP AUTH CRAM-MD5
1521
1522 2003-03-20 [paul]       0.8.11claws32
1523
1524         * src/prefs_account.c
1525                 Re-write 'Tunnel command to open connection' as
1526                 'Use command to communicate with server', and disable
1527                 it for all except IMAP accounts
1528
1529 2003-03-20 [paul]       0.8.11claws31
1530
1531         * sync with 0.8.11cvs6
1532                 see ChangeLog 2003-03-20
1533
1534 2003-03-19 [match]      0.8.11claws30
1535
1536         * src/addritem.[ch]
1537                 include documentation. minor refactoring.
1538         * src/addr_compl.[ch]
1539         * src/addrindex.[ch]
1540         * src/addresbook.[ch]
1541         * src/summaryview.c
1542                 re-enable address lookup (was disabled in
1543                 0.8.11claws20).
1544
1545 2003-03-19 [christoph]  0.8.11claws29
1546
1547         * src/procmsg.c
1548                 add temp flag handling, will make moving and copying
1549                 messages possible again
1550
1551         * src/folder.c
1552                 correct calulation of folder stats
1553
1554 2003-03-18 [match]      0.8.11claws28
1555
1556         * src/editgroup.h
1557                 remove case sensitive comparison (closes bug 80).
1558
1559 2003-03-18 [christoph]  0.8.11claws27
1560
1561         * src/imap.c
1562                 fix imap using a tunnel command
1563
1564         (closes bug 87)
1565
1566 2003-03-18 [christoph]  0.8.11claws26
1567
1568         * src/folder.[ch]
1569         * src/imap.c
1570         * src/procmsg.[ch]
1571                 rewrite flag handling for folders
1572
1573 2003-03-18 [christoph]  0.8.11claws25
1574
1575         * src/folder.c
1576         * src/procmsg.c
1577         * src/summaryview.c
1578                 unset NEW and UNREAD flags when message is ignored, to make
1579                 sure messages don't show up as unread on other IMAP clients,
1580                 because the IGNORE_THREAD flag can not be syncronized through
1581                 the IMAP folder
1582
1583 2003-03-17 [christoph]  0.8.11claws24
1584
1585         * src/imap.c
1586                 don't use recursion to fetch uids when the number of messages
1587                 does not match. Moved code into subfunction that is used
1588                 again when needed, to prevent an endless loop.
1589
1590 2003-03-17 [thorsten]   0.8.11claws23
1591
1592         * src/imageview.[ch]
1593                 export imageview_get_resized_size() (for plugins)
1594         * src/prefs_common.[ch]
1595                 added prefs_common_get() (for plugins)
1596
1597 2003-03-17 [christoph]  0.8.11claws22
1598
1599         * src/imap.c
1600                 o remove UID guessing from copy code
1601                 o support UIDPLUS extension for APPEND command
1602
1603 2003-03-17 [paul]       0.8.11claws21
1604
1605         * src/gtk/about.c
1606                 remove 'Compiled-plugins' section.
1607                 
1608         * src/plugins/dillo_viewer/dillo_viewer.c
1609                 slight change to description text
1610
1611 2003-03-16 [match]      0.8.11claws20
1612         * src/ldapserver.[ch]           ** NEW **
1613         * src/ldapctrl.[ch]             ** NEW **
1614         * src/ldapquery.[ch]            ** NEW **
1615         * src/ldaputil.[ch]             ** NEW **
1616         * src/addrcindex.[ch]           ** NEW **
1617         * src/addrquery.h               ** NEW **
1618         * src/addritem.[ch]
1619         * src/addrcache.[ch]
1620         * src/addrindex.[ch]
1621         * src/addr_compl.[ch]
1622         * src/addressbook.[ch]
1623         * src/addrbook.[ch]
1624         * src/editgroup.c
1625         * src/editaddress.c
1626         * src/editldap.c
1627         * src/editldap_basedn.c
1628         * src/vcard.c
1629         * src/jpilot.c
1630         * src/Makefile.am
1631                 included dynamic LDAP queries. improved address
1632                 completion.
1633
1634 2003-03-16 [paul]       0.8.11claws19
1635
1636         * tools/multiwebsearch.pl
1637                 fix a fatal typo
1638
1639 2003-03-16 [christoph]  0.8.11claws18
1640
1641         * src/mimeview.c
1642         * src/plugins/dillo_viewer/dillo_viewer.c
1643         * src/plugins/mathml_viewer/mathml_viewer.c
1644                 make unregistering of MimeViewerFactorys possible
1645
1646 2003-03-16 [alfons]     0.8.11claws17
1647
1648         * configure.ac
1649                 correct typo
1650
1651 2003-03-16 [melvin]     0.8.11claws16
1652
1653         * src/plugins/dillo_viewer.c
1654                 Fixed bug where it was not possible to view more than
1655                 one text/html attachment per message (bug discovered
1656                 by Christoph Hohmann).
1657
1658 2003-03-15 [melvin]     0.8.11claws15
1659
1660         * src/prefs_actions.c
1661                 Fixed compilation warnings.
1662
1663 2003-03-15 [melvin]     0.8.11claws14
1664
1665         * src/plugins/Makefile.am
1666         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1667         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1668         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1669                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1670                 newer (http://dillo.auriga.wearlab.de/).
1671
1672 2003-03-15 [christoph]  0.8.11claws13
1673
1674         * src/imap.c
1675                 don't query imap folder for attributes because we already
1676                 for them from imap_status
1677
1678         * src/mimeview.[ch]
1679                 add support for plugable MimeViewers (unloading Viewers
1680                 not yet complete)
1681
1682         * src/plugins/Makefile.am
1683         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1684         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1685         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1686                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1687                 widget from http://helm.cs.unibo.it/mml-widget/
1688
1689 2003-03-14 [christoph]  0.8.11claws12
1690
1691         * src/folder.[ch]
1692                 o error return code's should better be negative
1693                 o replace printf with debug_print
1694
1695         * src/imap.c
1696                 improve IMAP folder scan by checking UID-NEXT
1697
1698         * src/summaryview.c
1699                 remove check that are unnecessary in my opinion
1700
1701 2003-03-13 [christoph]  0.8.11claws11
1702
1703         * src/folder.[ch]
1704         * src/foldersel.c
1705         * src/folderview.c
1706         * src/imap.c
1707         * src/mbox_folder.c
1708         * src/mh.c
1709         * src/news.c
1710         * src/prefs_scoring.c
1711         * src/summaryview.c
1712                 use a common function to get a displayable name
1713                 for a FolderItem
1714
1715 2003-03-13 [paul]       0.8.11claws10
1716
1717         * tools/Makefile.am
1718           tools/README
1719           tools/multiwebsearch.conf     ** NEW FILE **
1720           tools/multiwebsearch.pl       ** NEW FILE **
1721                 add multiwebsearch Actions script
1722
1723 2003-03-13 [colin]      0.8.11claws9
1724
1725         * src/compose.c
1726                 Remove leading emtpy lines from quoted text
1727                 before quoting it
1728
1729 2003-03-13 [melvin]     0.8.11claws8
1730
1731         * src/prefs_actions.c
1732                 Fixed a memory leak
1733                 Code clean ups
1734                 Added Cancel and OK buttons
1735                 Corrected help text
1736
1737 2003-03-13 [christoph]  0.8.11claws7
1738
1739         * src/account.c
1740         * src/folder.[ch]
1741         * src/imap.c
1742         * src/mainwindow.c
1743         * src/mbox_folder.c
1744         * src/mh.c
1745         * src/news.c
1746         * src/setup.c
1747                 replace more folder type stuff with folder class stuff
1748
1749 2003-03-13 [melvin]     0.8.11claws6
1750
1751         * src/prefs_actions.c
1752                 Added new tokens:
1753                 %u: user provided argument
1754                 %h: user provided argument (hidden on input)
1755                 %s: current text selection in the message view 
1756
1757 2003-03-13 [paul]       0.8.11claws5
1758
1759         * sync with 0.8.11cvs5
1760                 see ChangeLog 2003-03-11, 2003-03-12
1761
1762 2003-03-12 [christoph]  0.8.11claws4
1763
1764         * src/folder.c
1765                 use folder class idstr when writing folderlist.xml
1766
1767         * src/folder.h
1768         * src/imap.c
1769         * src/news.c
1770                 replace folder type checks with folder class checks
1771
1772 2003-03-12 [christoph]  0.8.11claws3
1773
1774         * src/folder.[ch]
1775         * src/imap.[ch]
1776         * src/main.c
1777         * src/mbox_folder.[ch]
1778         * src/mh.[ch]
1779         * src/news.[ch]
1780                 o create a list of known folder classes in the folder system
1781                 o use folder class id strings for folder item identifiers
1782
1783 2003-03-12 [christoph]  0.8.11claws2
1784
1785         * src/imap.c
1786                 fix imap uid validity check
1787
1788 2003-03-12 [christoph]  0.8.11claws1
1789
1790         * src/account.c
1791         * src/folder.[ch]
1792         * src/foldersel.c
1793         * src/folderview.c
1794         * src/imap.c
1795         * src/mainwindow.c
1796         * src/mbox_folder.c
1797         * src/mh.c
1798         * src/news.c
1799         * src/prefs_scoring.c
1800         * src/procmsg.c
1801         * src/setup.c
1802         * src/summaryview.c
1803                 initial restructuring of folder system, seperating
1804                 folders and folder classes
1805
1806 2003-03-12 [paul]       0.8.11claws
1807
1808         0.8.11claws release
1809
1810 2003-03-12 [christoph]
1811
1812         * src/gtk/prefswindow.c
1813                 fix translation of "Page Index"
1814
1815 2003-03-12 [paul]       0.8.10claws110
1816
1817         a sync from 0.8.11cvs4 before the release
1818
1819         * src/common/utils.c
1820                 subject_compare_for_sort(): allow null strings (fixes
1821                 summary sorting).
1822
1823 2003-03-11 [paul]       0.8.10claws109
1824
1825         * po/es.po
1826                 update Spanish translation, submitted by
1827                 Ricardo Mones Lastra
1828
1829 2003-03-11 [melvin]     0.8.10claws108
1830
1831         * po/fr.po
1832                 Updated French translations
1833
1834 2003-03-11 [paul]       0.8.10claws107
1835
1836         * manual/en/Makefile.am
1837           manual/en/*.html
1838                 update English manual, add a new page
1839                 updated by Francois Barriere <fbarriere@atmel.fr>
1840                 
1841         * po/bg.po
1842           po/it.po
1843           po/sr.po
1844                 update Bulgarian, Italian, and Serbian translations
1845                 submitted by George Danchev, Alessandro Maestri, and
1846                 Urke MMI
1847
1848 2003-03-10 [paul]       0.8.10claws106
1849
1850         * src/gtk/about.c
1851           src/gtk/prefswindow.c
1852                 make some strings translatable
1853
1854 2003-03-10 [darko]      0.8.10claws105
1855
1856         * src/compose.c
1857                 code cleanup to make Hiro happy
1858
1859 2003-03-10 [paul]       0.8.10claws104
1860
1861         * sync with 0.8.11cvs2
1862                 see ChangeLog 2003-03-10
1863
1864 2003-03-09 [melvin]     0.8.10claws103
1865
1866         * src/textview.c
1867                 textview_set_font(): fix for message display in
1868                 UTF-8 locales (thanks to Sergey Vlasov).
1869                 (was unintentionnaly reverted in 0.8.6claws6)   
1870
1871 2003-03-08 [darko]      0.8.10claws102
1872
1873         * src/compose.c
1874                 fix infinite loop in wrapping as reported
1875                 by happycactus
1876                 obsoletes patch #696482
1877
1878 2003-03-08 [christoph]  0.8.10claws101
1879
1880         * src/imap.c
1881                 add workaround for IMAP servers that do not
1882                 support the "UID SEARCH UID" command
1883
1884 2003-03-07 [christoph]  0.8.10claws100
1885
1886         * src/plugins/spamassassin/spamassassin.[ch]
1887         * src/plugins/spamassassin/spamassassin_gtk.c
1888                 code cleanup
1889
1890 2003-03-07 [paul]       0.8.10claws99
1891
1892         * po/es.po
1893                 updated Spanish translation, submitted by
1894                 Ricardo Mones Lastra
1895
1896 2003-03-07 [christoph]  0.8.10claws98
1897
1898         * src/send.c
1899                 fix in 0.8.10claws94 was wrong
1900                 local delivery does not require escaping, remove escaping
1901                 code to make signatures of mails with "." lines valid
1902                 
1903                 NOTE: requires that sendmail is executed with "-i" option,
1904                       what is the default now, but has to be changed in all
1905                       exsiting accounts)
1906
1907 2003-03-07 [paul]       0.8.10claws97
1908
1909         * sync with 0.8.11 release
1910                 see ChangeLog 2003-03-07
1911
1912 2003-03-06 [paul]       0.8.10claws96
1913
1914         * src/compose.c
1915                 revert commit 0.8.10claws92
1916
1917 2003-03-06 [paul]       0.8.10claws95
1918
1919         * src/folderview.c
1920                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1921
1922         * src/gtkaspell.c
1923                 fix bug 74, 'Crash opening editor window with pseudo-color
1924                 display'
1925                 
1926         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1927
1928 2003-03-06 [christoph]  0.8.10claws94
1929
1930         * src/send.c
1931                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1932                 all lines starting with a period get an extra period
1933                 inserted
1934                 (found by Simon 'corecode' Schubert)
1935
1936 2003-03-06 [paul]       0.8.10claws93
1937
1938         * src/folderview.c
1939                 if configured font can't be loaded fall back to gtk
1940                 default. (with thanks to Christoph)
1941                 
1942                 closes long-standing bug 15 'Crashes on startup'
1943
1944 2003-03-06 [paul]       0.8.10claws92
1945
1946         * src/compose.c
1947                 freeze text before autosave and thaw afterwards
1948                 fixes bug 67 'autosave make re-rediting message crazy'
1949
1950 2003-03-06 [christoph]  0.8.10claws91
1951
1952         * src/compose.c
1953                 ignore address comment in dupe check for Cc-list
1954
1955         (closes reopened bug 47 Replying to message strips name part of
1956          e-mail addresses of Cc: lines)
1957
1958 2003-03-06 [paul]       0.8.10claws90
1959
1960         * src/Makefile.am
1961                 remove reference to gtkxtext.h as its no longer in
1962                 the repository
1963
1964 2003-03-06 [paul]       0.8.10claws89
1965
1966         * sync with 0.8.10cvs25
1967                 see ChangeLog 2003-03-06
1968
1969 2003-03-06 [oliver]     0.8.10claws88
1970         
1971         * src/messageview.c
1972                 remove include
1973
1974 2003-03-06 [oliver]     0.8.10claws87
1975         
1976         * src/folderview.c 
1977                 remove changes introduced inclaws74
1978         * src/messageview.c
1979                 another attempt to sanely delete and update
1980                 messages deleted in separate messageview
1981
1982 2003-03-05 [christoph]  0.8.10claws86
1983
1984         * src/summaryview.c
1985                 check if "From" matches any account's address if
1986                 addressbook completion of addresses is disabled too
1987
1988         (closes Bug 70 "Display recipient in from" doesn't check
1989          folder's default account)
1990
1991 2003-03-05 [christoph]  0.8.10claws85
1992
1993         * src/compose.c
1994         * src/common/utils.[ch]
1995                 don't strip address comments when building Cc lists
1996
1997         (closes Bug 47 Replying to message strips name part of e-mail addresses
1998          of Cc: lines)
1999
2000         * src/folder.c
2001                 fix return value of copy function
2002
2003 2003-03-05 [christoph]  0.8.10claws84
2004
2005         * src/imap.c
2006                 don't ask imap server for non rfc822 headers
2007
2008         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2009
2010         * src/imap.c
2011                 destroy session on socket error to allow reconnecting
2012
2013 2003-03-05 [christoph]  0.8.10claws83
2014
2015         * configure.ac
2016                 fix building with gnome when no prefix is set
2017
2018         (closes bug 66 Gnome directory is set to NONE)
2019
2020 2003-03-05 [paul]       0.8.10claws82
2021
2022         * sync with 0.8.10cvs23
2023                 see ChangeLog 2003-03-05
2024
2025 2003-03-04 [christoph]  0.8.10claws81
2026
2027         * src/folder.c
2028                 o fix moving and copying when folder returns 0 for new
2029                   message number
2030                 o remove some code for single message copy and move
2031                   operations and use functions for multiple messages
2032
2033         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2034
2035         * src/news.c
2036                 remove unused include
2037
2038 2003-03-04 [paul]       0.8.10claws80
2039
2040         * src/gtk/about.c
2041                 list 'Compiled plugins'
2042
2043 2003-03-03 [christoph]  0.8.10claws79
2044
2045         * src/news.[ch]
2046                 have to multiply the percentage of the current fetch with
2047                 the percentage that it has of the total fetch operation
2048                 for correct values
2049
2050 2003-03-03 [christoph]  0.8.10claws78
2051
2052         * src/news.c
2053                 fix calculation of expected lines for progress indicator
2054
2055 2003-03-03 [christoph]  0.8.10claws77
2056
2057         * src/summaryview.c
2058         * src/common/utils.c
2059                 fix segfault when opening the root news folder
2060
2061 2003-03-03 [christoph]  0.8.10claws76
2062
2063         * src/mainwindow.[ch]
2064         * src/common/Makefile.am
2065         * src/common/progressindicator.[ch]
2066                 add UI independent progress indicator handling
2067
2068         * src/news.[ch]
2069                 use new progress indicator for message info fetching
2070
2071         * src/common/hooks.h
2072                 code cleanup
2073
2074 2003-03-03 [oliver]     0.8.10claws75
2075
2076         * src/toolbar.c
2077         * src/compose.c
2078                 removed commented code
2079
2080 2003-03-03 [oliver]     0.8.10claws74
2081
2082         * src/toolbar.[ch]
2083                 cleanups and refactoring
2084         * src/compose.[ch]
2085                 compose_reply_mode reply & forwarding interface for
2086                 toolbar buttons
2087         * src/folderview.c
2088                 act on messages marked for deletion in folderview_selected
2089                 based on prefs_common.immediate_exec since a message might 
2090                 have been deleted by messageview in a folder we are changing 
2091                 to (does anybody understand what I'm on about ?)
2092
2093 2003-03-03 [oliver]     0.8.10claws73
2094         
2095         * src/messageview.[ch]
2096                 new functions
2097                 - messageview_delete: delete message shown in messagview
2098                 - messageview_update_view: update messageview to currently 
2099                   selected summaryview message
2100                 - add separate messageview to msgview_list in order to update 
2101                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2102         * src/summaryview.[ch]
2103                 summary_get_selection returns a list of selected msgs
2104                 in summaryview
2105         * src/mainwindow.c
2106                 toolbar reply refactoring
2107
2108 2003-03-03 [paul]       0.8.10claws72
2109
2110         * sync with 0.8.10cvs21
2111                 see ChangeLog 2003-03-03
2112
2113 2003-03-02 [christoph]  0.8.10claws71
2114
2115         * src/common/passcrypt.c
2116                 use POSIX includes
2117
2118 2003-03-02 [christoph]  0.8.10claws70
2119
2120         * configure.ac
2121         * src/prefs_account.c
2122         * src/prefs_gtk.[ch]
2123         * src/common/.cvsignore
2124         * src/common/Makefile.am
2125         * src/common/passcrypt.c                ** NEW **
2126         * src/common/passcrypt.h.in             ** NEW **
2127                 Implement password encryption in config files
2128                 using unix encrypt and setkey functions. The crypt
2129                 key can be set as a configure parameter. Old
2130                 passwords will be converted if they do not begin
2131                 with '!'
2132
2133 2003-03-02 [paul]       0.8.10claws69
2134
2135         * src/prefs_account.c
2136                 fix compile error
2137
2138 2003-03-01 [thorsten]   0.8.10claws68
2139
2140         * po/el.po
2141           po/hr.po
2142           po/it.po
2143           po/nl.po
2144           po/sr.po
2145           po/sv.po
2146                 corrected format strings
2147         * po/en_GB.po
2148                 corrected headers
2149                 (fix compile errors with GNU gettext-0.11.5)
2150
2151 2003-03-01 [oliver]     0.8.10claws67
2152
2153         * src/summaryview.c
2154                 menu callbacks call toolbar_menu_reply
2155
2156 2003-03-01 [oliver]     0.8.10claws66
2157
2158         * src/mainwindow.c
2159         * src/messageview.c
2160                 menu callbacks call toolbar_menu_reply
2161         * src/toolbar.[ch]
2162                 callbacks from menu handled by toolbar_menu_reply
2163
2164 2003-03-01 [paul]       0.8.10claws65
2165
2166         * src/addressbook.c
2167                 revert commit 0.8.10claws54 - breaks editing of
2168                 addressbook.
2169                 
2170         * po/bg.po
2171                 update Bulgarian translation, submitted by
2172                 George Danchev
2173
2174 2003-02-28 [christoph]  0.8.10claws64
2175
2176         * src/account.c
2177         * src/addressadd.c
2178         * src/compose.c
2179         * src/gtkaspell.c
2180         * src/gtkxtext.h                ** REMOVE **
2181         * src/imap.c
2182         * src/matcher.[ch]
2183         * src/mh.c
2184         * src/news.c
2185         * src/pine.c
2186         * src/prefs_common.c
2187         * src/prefs_matcher.c
2188         * src/procheader.[ch]
2189         * src/procmsg.[ch]
2190         * src/toolbar.c
2191         * src/common/ssl_certificate.c
2192         * src/gtk/colorlabel.c
2193         * src/gtk/menu.c
2194                 o fix warnings
2195                 o remove code obsoleted by new cache and folder system rework
2196
2197 2003-02-28 [oliver]     0.8.10claws63
2198         
2199         * src/toolbar.[ch]
2200                 * fix bug where reply in Messageview replied to 
2201                 Message displayed in summaryview
2202                 (reportedd via ML by chinatinte at gmx dot ch)
2203                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2204                 didn't work in separate MessageView Toolbar
2205                 (wondering if anybody uses this at all ?)
2206         * src/summaryview.[ch]
2207                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2208                 (generalize reply and forward code);
2209         * src/messageview.c 
2210                 remove focus_in event which updated summaryview to messageview
2211
2212 2003-02-28 [paul]       0.8.10claws62
2213
2214         * po/Makefile.in.in
2215                 add the --check option
2216                 Patch submitted by Ricardo Mones Lastra
2217
2218 2003-02-28 [paul]       0.8.10claws61
2219
2220         * src/prefs_account.c
2221                 re-order 'Signature' items
2222
2223 2003-02-28 [paul]       0.8.10claws60
2224
2225         * sync with 0.8.10cvs20
2226                 see ChangeLog 2003-02-28
2227
2228 2003-02-28 [paul]       0.8.10claws59
2229
2230         * po/POTFILES.in
2231                 update to reflect recent movement of files
2232
2233 2003-02-28 [paul]       0.8.10claws58
2234
2235         * sync with 0.8.10cvs19
2236                 see ChangeLog 2003-02-28
2237
2238 2003-02-27 [martin]     0.8.10claws57
2239
2240         * src/prefs_matcher.c 
2241                 fix segfault in prefs_matcher_ok() when the
2242                 last entry is deleted and prevents that the
2243                 message "entry not saved" comes up after deleting
2244                 an entry
2245
2246 2003-02-27 [martin]     0.8.10claws56
2247
2248         * src/prefs_filtering.c 
2249                 fix segfault in prefs_filtering_ok() when the
2250                 last entry is deleted and prevents that the
2251                 message "entry not saved" comes up after deleting
2252                 an entry
2253
2254 2003-02-27 [paul]       0.8.10claws55
2255
2256         * sync with 0.8.10cvs18
2257                 see ChangeLog 2003-02-27
2258
2259 2003-02-27 [paul]       0.8.10claws54
2260
2261         * src/addressbook.c
2262                 fix bug where the address book crashes with 
2263                 multiple lookups.
2264                 Patch [687729] submitted by David Frager 
2265                 <dbfrager@users.sourceforge.net>
2266
2267 2003-02-25 [christoph]  0.8.10claws53
2268
2269         * src/Makefile.am
2270         * src/colorlabel.[ch]           ** REMOVE **
2271         * src/gtk/Makefile.am
2272         * src/gtk/colorlabel.[ch]       ** NEW **
2273                 move colorlabel files to gtk directory
2274
2275         * src/esmtp.[ch]                ** REMOVE **
2276                 has been merged into smtp.[ch] in 0.7.5
2277
2278 2003-02-25 [christoph]  0.8.10claws52
2279
2280         * src/Makefile.am
2281         * src/about.[ch]                ** REMOVE **
2282         * src/gtk/Makefile.am
2283         * src/gtk/about.[ch]            ** NEW **
2284                 move about files to gtk directory
2285
2286 2003-02-25 [christoph]  0.8.10claws51
2287
2288         * src/folder.c
2289                 some code optimization of folder scanning code
2290
2291         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2292
2293 2003-02-25 [christoph]  0.8.10claws50
2294
2295         * src/main.c
2296         * src/common/sylpheed.c
2297                 add command line parameter parsing to common code
2298
2299 2003-02-24 [christoph]
2300
2301         * Makefile.am
2302         * configure.ac
2303                 fix gnome prefix problems, the configure script now removed
2304                 `gnome-config --prefix` from `gnome-config --datadir`
2305                 and adds $(prefix} instead
2306
2307         (closes Bug 24 Makefile does not respect prefix when installing
2308          GNOME data)
2309
2310 2003-02-24 [christoph]  0.8.10claws49
2311
2312         * src/news.c
2313                 check for valid session before trying to authenticate
2314
2315         (closes Bug 60 crash if "authenticate on logon" is activated
2316          and newsserver-hostname is not valid)
2317
2318 2003-02-24 [melvin]     0.8.10claws48
2319
2320         * src/prefs_actions.c
2321                 Make sure all user's input is sent to the action and then
2322                 close the socket..
2323
2324 2003-02-23 [alfons]     0.8.10claws46
2325
2326         * src/summaryview.c
2327                 also wait cursor when deleting files
2328
2329 2003-02-23 [paul]
2330
2331         * tools/freshmeat_search.pl
2332           tools/google_search.pl
2333                 scripts should now work for any browser/browser command line
2334
2335 2003-02-22 [christoph]  0.8.10claws45
2336
2337         * src/procmsg.c
2338                 fix IMAP flag setting, IMAP flag is not handled correctly
2339                 anymore by the folder system and information about the
2340                 folder should not be saved in the MsgInfo (in my opinion)
2341
2342         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2343
2344 2003-02-22 [christoph]  0.8.10claws44
2345
2346         * src/summaryview.c
2347                 fix spelling of "label" ;-)
2348
2349 2003-02-22 [thorsten]   0.8.10claws43
2350
2351         * src/mimeview.c
2352           src/prefs_common.[ch]
2353           src/procmime.[ch]
2354                 do not use description as attachment name
2355
2356 2003-02-22 [alfons]     0.8.10claws42
2357
2358         * src/summaryview.c
2359                 freeze/thaw folder item updates when changing color labels,
2360                 and put a wait cursors on
2361
2362 2003-02-22 [thorsten]   0.8.10claws41
2363
2364         * src/mimeview.c
2365                 save-all fixes: crash if invoked on multipart container,
2366                 mimeinfo access, pathseparators, error dialog
2367
2368 2003-02-21 [alfons]     0.8.10claws40
2369
2370         * src/prefs_gtk.c
2371                 remove unused var
2372
2373 2003-02-21 [colin]      0.8.10claws39
2374
2375         * src/send.c
2376                 Fix smtp logging
2377
2378 2003-02-21 [colin]      0.8.10claws38
2379
2380         * src/summaryview.c
2381                 Freeze/thaw folderItem updates when filtering messages 
2382                 via Tools/Filter messages
2383
2384 2003-02-21 [paul]       0.8.10claws37
2385
2386         * src/compose.c
2387                 revert commit 0.8.10claws26, there are ulterior motives
2388                 for users to set a Reply-To header when posting to
2389                 newsgroups
2390
2391 2003-02-21 [paul]       0.8.10claws36
2392
2393         * sync with 0.8.10cvs17
2394                 see ChangeLog 2003-02-21
2395
2396 2003-02-20 [christoph]  0.8.10claws35
2397
2398         * src/imap.c
2399                 IMAP UID fetch speedup using SEARCH
2400
2401         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2402
2403         * src/imap.c
2404                 fix problem with UIDs in IMAP UID cache that no longer existed
2405
2406 2003-02-20 [christoph]  0.8.10claws34
2407
2408         * src/imap.c
2409         * src/procheader.c
2410         * src/procheader.h
2411                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2412
2413         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2414
2415         * src/imap.c
2416                 Rewrite imap_cmd_gen_recv use sock_getline instead
2417                 of sock_gets to avoid problems with too long reply
2418                 lines
2419     
2420 2003-02-20 [colin]      0.8.10claws33
2421         
2422         * src/prefs_account.c
2423                 Better wording
2424
2425 2003-02-20 [colin]      0.8.10claws32
2426
2427         * src/compose.c
2428                 Remove useless '&& !to_sender' 
2429
2430 2003-02-20 [darko]
2431
2432         * AUTHORS
2433                 change my e-mail address
2434
2435 2003-02-19 [colin]      0.8.10claws31
2436
2437         * src/prefs_common.c
2438                 X11 style colors for every configurable color
2439
2440 2003-02-19 [alfons]     0.8.10claws30
2441
2442         * src/prefs_gtk.[ch]
2443         * src/prefs_common.c
2444                 for color_new accept both plain integers and X11 style color
2445                 names (as found in /usr/lib/X11/rgb.txt)
2446
2447 2003-02-19 [paul]       0.8.10claws29
2448
2449         * src/mainwindow.c
2450                 add tooltips to online/offline button and account selector
2451                 button
2452
2453 2003-02-19 [paul]       0.8.10claws28
2454
2455         * src/folder.c
2456           src/news.c
2457           src/prefs_account.[ch]
2458           src/prefs_common.[ch]
2459                 move 'Maximum number of articles to download' to
2460                 account prefs.
2461                 clean up account prefs gui a little by hiding entries
2462                 rather then greying out entries
2463
2464 2003-02-19 [hiro]       0.8.10claws27
2465
2466         * src/common/utils.c
2467                 fix bug #54 'yesterdays date is displayed in the message 
2468                 summary window'
2469
2470 2003-02-19 [paul]       0.8.10claws26
2471
2472         * src/compose.c
2473                 fix bug reported in Feature Request [688596] 
2474                 'Reply-to header in news'
2475
2476 2003-02-18 [paul]       0.8.10claws25
2477
2478         * src/select-keys.c
2479                 add a 'List all keys' button to key selection dialog
2480
2481 2003-02-18 [colin]      0.8.10claws24
2482         
2483         * src/stock_pixmap.c
2484                 fix compile error
2485
2486 2003-02-18 [colin]      0.8.10claws23
2487
2488         * src/common/smtp.[ch]
2489           src/prefs_account.c
2490                 Try to starttls if it seems to be the only
2491                 way to authenticate a user
2492
2493 2003-02-18 [paul]       0.8.10claws22
2494
2495         * src/Makefile.am
2496           src/folderview.c
2497           src/stock_pixmap.[ch]
2498           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2499           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2500                 as a Drafts folder is a special folder allow it to have
2501                 its own unique icons
2502
2503 2003-02-18 [colin]      0.8.10claws21
2504
2505         * src/imap.c
2506                 Fix port selection when using starttls
2507
2508 2003-02-18 [paul]       0.8.10claws20
2509
2510         * src/mainwindow.c
2511           src/prefs_common.[ch]
2512                 make blue the default new mail colour
2513
2514 2003-02-18 [paul]       0.8.10claws19
2515
2516         * sync with 0.8.10cvs14
2517                 see ChangeLog 2003-02-18
2518
2519 2003-02-17 [jens]       0.8.10claws18
2520
2521         * src/common/md5.c
2522                 fixed a compile problem with gcc 3.3
2523                 works on 2.95.3 too (testet on PPC as it is big endian)
2524
2525 2003-02-17 [paul]       0.8.10claws17
2526
2527         * sync with 0.8.10cvs13
2528                 see ChangeLog 2003-02-17
2529
2530 2003-02-17 [paul]       0.8.10claws16
2531
2532         * sync with 0.8.10cvs12
2533                 see ChangeLog 2003-02-17
2534
2535 2003-02-16 [match]      0.8.10claws15
2536
2537         * src/addressbook.c
2538                 Eliminates reloading of address data when items
2539                 deleted or added. Applied submitted by
2540                 Luke Plant <lukeplant@softhome.net>
2541
2542 2003-02-16 [paul]       0.8.10claws14
2543
2544         * src/news.c
2545                 when a 'protocol error' is encountered disconnect from
2546                 the server. This means that the user can carry on viewing
2547                 other articles and doesn't have to either wait until the
2548                 server timesout or quit sylpheed.
2549                 Fixes bug #53 'Unable to read messages in newsgroups, 
2550                 displayed message doesn't change'
2551
2552 2003-02-15 [christoph]  0.8.10claws13
2553
2554         * src/imap.c
2555                 fix bug that stopped scanning of folders when an
2556                 IMAP folder was empty
2557
2558         (closes bug 46 stop scan messages in folders after empty folder)
2559
2560 2003-02-15 [paul]
2561
2562         * tools/Makefile.am
2563           tools/README
2564           tools/freshmeat_search.pl     ** NEW FILE **
2565           tools/google_search.pl        ** NEW FILE **
2566                 Add 2 Actions scripts which search freshmeat/google
2567                 for the selected text using the browser configured
2568                 in sylpheedrc.
2569                 
2570         Note: These scripts are very dependent on the format of the
2571         browser command and may not work on every occasion. Testing
2572         is welcome. 
2573
2574 2003-02-14 [alfons]     0.8.10claws12
2575
2576         * src/compose.c
2577                 fix breakage because of uninitialized account pointer.
2578                 please verify.
2579
2580 2003-02-14 [paul]       0.8.10claws11
2581
2582         * src/compose.c
2583           src/prefs_account.[ch]
2584           src/prefs_common.[ch]
2585                 move signature settings to Account Prefs
2586
2587 2003-02-14 [paul]       0.8.10claws10
2588
2589         * sync with 0.8.10cvs11
2590                 see ChangeLog 2003-02-14
2591
2592 2003-02-13 [thorsten]   0.8.10claws9
2593
2594         * src/news.c
2595                 revert news progressbar (GUI separation)
2596
2597 2003-02-13 [paul]       0.8.10claws8
2598
2599         * src/compose.c
2600                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2601                 paragraph 1
2602
2603 2003-02-13 [paul]       0.8.10claws7
2604
2605         * src/compose.[ch]
2606           src/summaryview.c
2607                 fix 'Follow-up and Reply-to' so that it creates a reply to
2608                 the newsgroup and the sender. If the message has the keyword
2609                 'poster' in the Followup-To header, all replies go to the
2610                 sender, re: RFC 1036, Section 2.2.3
2611                 rename all instances of 'ignore_replyto' to 'to_sender', both
2612                 were previously used, now we use just one.
2613
2614 2003-02-13 [paul]       0.8.10claws6
2615
2616         * sync with 0.8.10cvs9
2617                 see ChangeLog 2003-02-13
2618
2619 2003-02-13 [paul]       0.8.10claws5
2620
2621         * configure.ac
2622                 show which plugins are configured in the configure
2623                 output.
2624
2625 2003-02-12 [thorsten]   0.8.10claws4
2626
2627         * src/news.c
2628                 show progress while fetching news headers
2629
2630 2003-02-12 [christoph]  0.8.10claws3
2631
2632         * configure.ac
2633         * src/plugins/Makefile.am
2634                 use AM_CONDITIONAL to enable plugins, automake correctly
2635                 manages this when creating distdir
2636
2637 2003-02-12 [christoph]  0.8.10claws2
2638
2639         * ac/spamassassin.m4
2640         * src/plugins/spamassassin/Makefile.am
2641                 fix building SpamAssassin plugin without OpenSSL
2642
2643 2003-02-12 [paul]       0.8.10claws1
2644
2645         * ac/Makefile.am
2646           src/Makefile.am
2647           src/plugins/Makefile.am
2648                 fix failure of 'make release'
2649
2650 2003-02-12 [paul]       0.8.10claws
2651
2652         * 0.8.10claws released
2653
2654 2003-02-12 [paul]       0.8.9claws56
2655
2656         * po/bg.po
2657           po/es.po
2658           po/it.po
2659           po/ru.po
2660           po/sr.po
2661                 updated translations by George Danchev, Ricardo Mones Lastra,
2662                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2663                 
2664         * sylpheed.spec.in
2665                 Allow the building of RPMs by a regular user. Submitted
2666                 by Sergei Astanin
2667
2668 2003-02-11 [alfons]     0.8.9claws55
2669
2670         * src/colorlabel.c
2671                 don't use pixmaps for label color rect but draw rectangles
2672                 so we can respect the color map of palette based visuals
2673                 (fixes the long time crashes on Suns - thanks to Andreas
2674                 Engel and Steve O'Hara-Smith for testing)
2675
2676 2003-02-11 [christoph]  0.8.9claws54
2677
2678         * src/matcher_parser_parse.y
2679                 correct bug where filering rules of not existing folders in
2680                 matcherrc were added to global filtering
2681                 
2682         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2683          main filter-rules after removing directory, http://bugs.debian.org/180253)
2684         
2685 2003-02-11 [paul]       0.8.9claws53
2686
2687         * sync with 0.8.10cvs7
2688                 see ChangeLog 2003-02-09
2689
2690 2003-02-11 [melvin]     0.8.9claws52
2691
2692         * po/fr.po
2693                 Updated French tranlsations
2694
2695 2003-02-10 [paul]       0.8.9claws51
2696
2697         * sylpheed.spec.in
2698                 correct --enable-openssl
2699                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2700
2701 2003-02-09 [martin]     0.8.9claws50
2702
2703         * src/prefs_matcher.c
2704                 fix segfault in prefs_matcher_substitute_cb() when
2705                 no row is selected
2706
2707 2003-02-09 [paul]       0.8.9claws49
2708
2709         * src/folderview.c
2710                 fix bug where a newsgroup folder's processing rules were
2711                 merged with the global filtering rules when the newsgroup
2712                 folder was deleted, causing some seriously bad results,
2713                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2714
2715 2003-02-08 [melvin]     0.8.9claws48
2716
2717         * src/compose.c
2718                 Corrected and modified an alert message.
2719
2720 2003-02-07 [paul]       0.8.9claws47
2721
2722         * src/folderview.c
2723                 fix bug where both an 'Account properties' window and a
2724                 'Folder properties' window were opened when clicking on
2725                 'Properties' in an NNTP or IMAP folder's popup menu.
2726
2727 2003-02-07 [paul]       0.8.9claws46
2728
2729         * sync with 0.8.10cvs6
2730                 see ChangeLog 2003-02-06
2731
2732 2003-02-06 [christoph]  0.8.9claws45
2733
2734         * src/mbox.c
2735                 freeze folder updates while importing mbox files
2736                 (closes bug 43 importing mbox took hours)
2737                 
2738         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2739
2740 2003-02-06 [thorsten]   0.8.9claws44
2741
2742         * po/de.po
2743                 Updated german translations
2744
2745 2003-02-06 [thorsten]   0.8.9claws43
2746
2747         * src/news.h
2748                 use guint for message numbers (fix count in grouplist dialog)
2749
2750 2003-02-05 [paul]       0.8.9claws42
2751
2752         * sync with 0.8.10cvs2
2753                 see ChangeLog 2003-02-05
2754
2755 2003-02-04 [colin]      0.8.9claws41
2756
2757         * src/prefs_common.[ch]
2758           src/procmsg.c
2759           src/summaryview.c
2760                 Add an option to disable threading by subject
2761
2762 2003-02-04 [christoph]  0.8.9claws40
2763
2764         * src/inc.c
2765                 only abort fetching mails from multiple accounts when the
2766                 error is fatal and does not allow to check any more accounts
2767                 (currently only disk full error)
2768
2769         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2770          receive mails for other accouts)
2771
2772 2003-02-04 [christoph]  0.8.9claws39
2773
2774         * src/folder.c
2775                 first add the new message to the cache, then
2776                 send the update notification
2777
2778         (closes bug 39 after sending message folderview doesnt get updated)
2779
2780 2003-02-04 [colin]      0.8.9claws38
2781
2782         * src/inc.c
2783                 _really_ fix this Connecting... status
2784
2785 2003-02-04 [paul]       0.8.9claws37
2786
2787         * sync with 0.8.10
2788                 see ChangeLog 2003-02-04
2789
2790 2003-02-04 [paul]       0.8.9claws36
2791
2792         * sync with 0.8.9cvs6
2793                 see ChangeLog 2003-02-03
2794
2795 2003-02-04 [paul]       0.8.9claws35
2796
2797         * po/pt_BR.po
2798                 updated by André Filipe de Assunção e Brito 
2799                 <bedecko@netsite.com.br>
2800
2801 2003-02-03 [thorsten]   0.8.9claws34
2802
2803         * po/de.po
2804                 Updated german translations
2805
2806 2003-02-02 [paul]       0.8.9claws33
2807
2808         * po/es.po
2809                 updated by Ricardo Mones Lastra
2810
2811 2003-02-02 [thorsten]   0.8.9claws32
2812
2813         * src/mh.c
2814                 Fix mh_get_msginfo() segfault if file is inaccessible
2815
2816 2003-01-31 [colin]      0.8.9claws31
2817
2818         * src/procheader.c
2819                 Fix last commit's bug
2820
2821 2003-01-31 [colin]      0.8.9claws30
2822
2823         * src/procheader.c
2824                 Missing a change for gpg-signed messages
2825
2826 2003-01-31 [paul]       0.8.9claws29
2827
2828         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2829           src/procheader.c
2830           src/stock_pixmap.[ch]
2831           src/summaryview.c
2832                 indicate GnuPG signed messages by displaying an icon
2833                 in the Attachment column.
2834
2835 2003-01-31 [paul]       0.8.9claws28
2836
2837         * sync with 0.8.9cvs4
2838                 see ChangeLog 2003-01-31
2839
2840 2003-01-31 [alfons]     0.8.9claws27
2841
2842         * src/textview.c
2843                 tune URI parser to accept mailto URLs with a '?'
2844                 (patch from Ruslan Balkin)
2845
2846 2003-01-31 [colin]      0.8.9claws26
2847
2848         * src/summaryview.c
2849                 Fix a leak introduced in claws24
2850
2851 2003-01-31 [colin]      0.8.9claws25
2852
2853         * src/summaryview.c
2854                 Freeze/Thaw folder updates when deleting dups
2855
2856 2003-01-31 [colin]      0.8.9claws24
2857         
2858         * src/addr_compl.c
2859           src/summaryview.c
2860           src/msgcache.c
2861                 little speed improvements
2862
2863 2003-01-31 [colin]      0.8.9claws23
2864
2865         * src/summaryview.c
2866                 Fix segfault when forwarding nothing
2867                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2868                 
2869 2003-01-30 [paul]       0.8.9claws22
2870
2871         * sync with 0.8.9cvs3
2872                 see ChangeLog 2003-01-30
2873
2874 2003-01-30 [paul]       0.8.9claws21
2875
2876         * sync with 0.8.9cvs2
2877                 see ChangeLog 2003-01-30
2878
2879 2003-01-29 [paul]       0.8.9claws20
2880
2881         * sync with 0.8.9cvs1
2882                 see ChangeLog 2003-01-29
2883
2884 2003-01-28 [paul]       0.8.9claws19
2885
2886         * po/POTFILES.in
2887                 update to reflect changes. 
2888                 thanks to Ricardo Mones Lastra
2889
2890 2003-01-27 [christoph]  0.8.9claws18
2891
2892         * ac/openssl.m4
2893         * ac/spamassassin.m4
2894         * src/plugins/spamassassin/README
2895         * src/plugins/spamassassin/libspamc.[ch]
2896         * src/plugins/spamassassin/utils.[ch]
2897                 updated to latest libspamc
2898
2899 2003-01-27 [christoph]  0.8.9claws17
2900
2901         * src/folder.c
2902                 fix wrong use of procheader_get_header_fields
2903
2904 2003-01-27 [christoph]  0.8.9claws16
2905
2906         * src/news.c
2907         * src/prefs_account.[ch]
2908         * src/common/nntp.[ch]
2909                 allow to force authentication for NNTP servers
2910
2911         Patch submitted by Florian Mickler <dmk@d-labs.de>
2912
2913 2003-01-26 [paul]       0.8.9claws15
2914
2915         * src/summaryview.c
2916                 speed up of marking messages as read
2917                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2918
2919 2003-01-26 [christoph]  0.8.9claws14
2920
2921         * src/Makefile.am
2922         * src/mgutils.[ch]              ** REMOVE **
2923         * src/xml.[ch]                  ** REMOVE **
2924         * src/xmlprops.[ch]             ** REMOVE **
2925         * src/common/Makefile.am
2926         * src/common/mgutils.[ch]       ** NEW **
2927         * src/common/xml.[ch]           ** NEW **
2928         * src/common/xmlprops.[ch]      ** NEW **
2929                 move xml files to common directory
2930
2931 2003-01-26 [christoph]  0.8.9claws13
2932
2933         * src/plugins/spamassassin/spamassassin_gtk.c
2934                 only set gtk entry text if string is available
2935
2936 2003-01-26 [melvin]     0.8.9claws12
2937
2938         * src/description_window.c
2939                 Allow resizing of the window
2940                 Allow automatic horizontal scroll bar
2941                 Do not vertically expand and fill
2942
2943 2003-01-26 [christoph]  0.8.9claws11
2944
2945         * src/Makefile.am
2946         * src/gtkutils.[ch]             ** REMOVE **
2947         * src/common/sylpheed.c
2948         * src/gtk/Makefile.am
2949         * src/gtk/description_window.c
2950         * src/gtk/gtkutils.[ch]         ** NEW **
2951         * src/gtk/prefswindow.c
2952                 move gtkutils to gtk directory
2953
2954 2003-01-26 [paul]       0.8.9claws10
2955
2956         * src/summaryview.c
2957                 rename summary_unread_clicked() to summary_status_clicked()
2958
2959 2003-01-26 [melvin]     0.8.9claws9
2960
2961         * src/prefs_actions.c
2962                 Cosmetical changes to the help text
2963
2964 2003-01-26 [paul]       0.8.9claws8
2965
2966         * src/folder.[ch]
2967           src/mainwindow.c
2968           src/prefs_common.c
2969           src/prefs_sumamry_column.c
2970           summaryview.[ch]
2971                 rename the 'Unread' column to 'Status'
2972
2973 2003-01-25 [match]      0.8.9claws7
2974
2975         * src/mgutils.[ch]
2976                 removed reference to LDAP constants. removed error2string.
2977                 included functions to support LDAP dynamic queries.
2978         * src/syldap.h
2979                 moved LDAP constants here.
2980         * src/addressbook.c
2981         * src/addrindex.c
2982         * src/importldif.c
2983                 removed references to LDAP constants and references to
2984                 error2string.
2985
2986 2003-01-25 [paul]       0.8.9claws6
2987
2988         * src/summaryview.c
2989                 summary_thread_build(), summary_thread_init(): remove 
2990                 unneeded reference to summaryview->folder_item
2991
2992 2003-01-25 [christoph]  0.8.9claws5
2993
2994         * src/gtk/description_window.c
2995                 o allow description texts to expand over multiple columns
2996                 o translate all columns
2997         * src/prefs_actions.c
2998                 change syntax description to use new multi column feature
2999
3000         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3001
3002 2003-01-25 [match]      0.8.9claws4
3003
3004         * src/vcard.c
3005                 fixed bug with Quoted-Printable
3006
3007 2003-01-25 [paul]       0.8.9claws3
3008
3009         * src/folder.[ch]
3010           src/summaryview.[ch]
3011                 implement per-folder collapsed/expanded threads setting
3012                 
3013         * src/prefs_common.c
3014                 remove global collapsed/expanded threads option
3015
3016 2003-01-25 [christoph]  0.8.9claws2
3017
3018         * po/POTFILES.in
3019                 add pluginwindow and prefswindow
3020         * src/compose.c
3021                 make send respond correctly to messages that could be added
3022                 to the queue folder, but the UID of the message is unknown
3023         * src/folder.c
3024         * src/imap.c
3025                 don't return guessed UIDs in imap_add_msg anymore. We return
3026                 0 to tell the folder system it was appened but the UID is
3027                 unknown. Folder system now get's the UID by scaning the folder
3028                 and searching the cache for the Message-ID
3029                 (closes bug #29 Messages queued, but not sent)
3030
3031 2003-01-25 [paul]       0.8.9claws1
3032
3033         * src/codeconv.c
3034                 conv_encode_header():  fix bug when long headers with 8-bit
3035                 characters are used, so that the encoded words are wrapped.
3036                 If the space in the original text falls on the wrap boundary,
3037                 it can be lost.
3038                 Patch by Sergey Vlasov.
3039                 
3040         * src/folderview.c
3041                  fix bug where a change to the sorting method or thread view
3042                  of a folder's messages is lost if simpify-subject is set and
3043                  toggled on or off.
3044                  Patch by Luke Plant.
3045
3046 2003-01-24 [paul]       0.8.9claws
3047
3048         * sylpheed-0.8.9claws released
3049         
3050         * Makefile.am
3051           sylpheed.spec.in
3052                 remove reference to 'INSTALL.jp'
3053
3054 2003-01-23 [paul]       0.8.8claws128
3055
3056         * po/es.po
3057           po/it.po
3058           po/ru.po
3059           po/sr.po
3060                 updated translations. submitted by Ricardo Mones Lastra,
3061                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3062
3063 2003-01-23 [colin]      0.8.8claws127
3064
3065         * src/compose.c
3066                 Fix drafted and queued news articles re-edition
3067
3068 2003-01-23 [melvin]     0.8.8claws126
3069
3070         * po/fr.po
3071                 Updated French translations
3072
3073 2003-01-23 [colin]      0.8.8claws125
3074
3075         * src/inc.c
3076                 Fix "Connecting to..." status message
3077
3078 2003-01-22 [paul]       0.8.8claws124
3079
3080         * po/bg.po
3081                 updated by George Danchev
3082                 
3083         * src/folder.c
3084                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3085                 and folder deletion
3086
3087 2003-01-21 [paul]       0.8.8claws123
3088
3089         * po/bg.po
3090                 updated by George Danchev
3091                 
3092         * src/about.c
3093                 its now 2003
3094                 
3095         * src/toolbar.c
3096                 don't translate 'Separator'
3097                 
3098         * src/plugins/spamassassin/Makefile.am
3099                 add aspell to CPPFLAGS
3100                 
3101         * src/plugins/spamassassin/spamassassin.c
3102           src/plugins/spamassassin/spamassassin_gtk.c
3103                 set correct default for spamassassin_receive_spam
3104                 slightly re-word descriptions and some
3105                 other minor changes
3106
3107 2003-01-19 [alfons]     0.8.8claws122
3108                 
3109         * src/mimeview.c
3110                 mimeview_save_as(): we might as well show the file name for
3111                 the single case "Save As" too
3112
3113 2003-01-19 [alfons]     0.8.8claws121
3114
3115         * src/crash.c
3116                 change bug tracker URL to bugzilla URL
3117
3118 2003-01-19 [alfons]     0.8.8claws120
3119
3120         * src/mimeview.c
3121                 mimeview_save_all(): display name of file before overwriting;
3122                 continue saving all, even when one overwrite was cancelled
3123
3124 2003-01-19 [christoph]  0.8.8claws119
3125
3126         * src/summaryview.c
3127         * src/procmsg.[ch]
3128                 fix wrong usage of procmsg_find_children in summaryview
3129                 by using procmsg_update_unread_children instead of
3130                 summaryview_update_unread_children
3131
3132 2003-01-19 [christoph]  0.8.8claws118
3133
3134         * src/procmsg.c
3135                 fix infinite loop in procmsg_find_children
3136                  (closes bug #25 sylpheed crashes on delete.)
3137
3138         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3139
3140 2003-01-19 [paul]       0.8.8claws117
3141
3142         * po/pt_BR.po
3143                 updated by Ivan Francolin Martinez
3144
3145 2003-01-18 [melvin]     0.8.8claws116
3146
3147         * src/prefs_actions.c
3148                 Removed syntax limitation of only one '&' at the end of command.
3149                         Now actions that contain '>/dev/null 2>&1' are possible.
3150
3151 2003-01-18 [melvin]     0.8.8claws115
3152
3153         * src/prefs_actions.c
3154                 Actions IO dialog: when the action ends
3155                 the "Close" button now has focus and [Escape] closes the
3156                 window.
3157
3158 2003-01-18 [christoph]  0.8.8claws114
3159
3160         * src/procmsg.c
3161                 o add debug output when MsgInfos are really freed
3162                 o free GSLists in procmsg_find_children and
3163                   procmsg_update_unread_children
3164
3165 2003-01-18 [christoph]  0.8.8claws113
3166
3167         * src/mainwindow.c
3168                 reorder Configuration menu
3169
3170 2003-01-18 [christoph]  0.8.8claws112
3171
3172         * src/compose.c
3173                 fix applying templates to forwarded messages
3174
3175         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3176
3177 2003-01-17 [christoph]  0.8.8claws111
3178
3179         * src/folder.c
3180                 destroy folder items, when a folder item is removed
3181
3182 2003-01-17 [christoph]  0.8.8claws110
3183
3184         * src/folder.c
3185                 fix wrong folder stats update when ignored message is
3186                 deleted
3187
3188 2003-01-17 [colin]      0.8.8claws109
3189         
3190         * src/mainwindow.c
3191         * src/summaryview.c
3192                 Quicksearch bugfixes: 
3193                 - hide help button at startup if not extended
3194                 - switch to extended when looking for replies
3195
3196 2003-01-17 [paul]
3197
3198         * sync with 0.8.9 release
3199
3200 2003-01-17 [paul]       0.8.8claws108
3201
3202         * sync with 0.8.8cvs11
3203                 see ChangeLog 2003-01-17
3204
3205 2003-01-16 [colin]      0.8.8claws107
3206
3207         * src/procmsg.c
3208                 Changed encryption test to re-ask passphrase
3209                 if an encrypted message hasn't been decrypted
3210                 Fixes bug #5
3211
3212 2003-01-16 [christoph]  0.8.8claws106
3213
3214         * src/prefs_gtk.c
3215         * src/prefs_toolbar.c
3216         * src/gtk/prefswindow.h
3217         * src/plugins/spamassassin/spamassassin_gtk.c
3218                 remove page destroy function that is not used anymore
3219
3220 2003-01-16 [paul]       0.8.8claws105
3221
3222         * sync with 0.8.8cvs9
3223                 see ChangeLog 2002-01-16
3224
3225 2003-01-16 [colin]      0.8.8claws104
3226
3227         * src/compose.[ch]
3228                 Fix bug with autosaved drafts for IMAP, when draft
3229                 folder is specified - fixes bugzilla bug #20
3230
3231 2003-01-15 [paul]       0.8.8claws103
3232
3233         * src/compose.[ch]
3234           src/procmsg.c
3235                 store folder and message-id of message forwarding
3236                 in queue header and set forward flag after sending
3237
3238 2003-01-15 [paul]       0.8.8claws102
3239
3240         * sync with 0.8.8cvs8
3241                 see ChangeLog 2002-01-15
3242
3243 2003-01-15 [colin]      0.8.8claws101
3244
3245         * src/Makefile.am
3246                 Fix linking with GNU libiconv
3247
3248 2003-01-15 [darko]      0.8.8claws100
3249
3250         * src/pine.c
3251                 fix crash when importing pine address book
3252                 entry with an empty name (reported by DY
3253                 <dybulk at tri8.net>)
3254
3255 2003-01-14 [paul]       0.8.8claws99
3256
3257         * configure.in  ** REMOVED **
3258           configure.ac  ** NEW FILE **
3259                 rename configure.in to configure.ac, as it is now
3260                 preferred
3261
3262 2003-01-14 [melvin]     0.8.8claws98
3263
3264         * src/folderview.c
3265                 folderview_check_new(): More precise function description
3266
3267 2003-01-14 [melvin]     0.8.8claws97
3268
3269         * src/folderview.c
3270                 folderview_check_new(): return the number of new messages 
3271                         since last check.
3272         * src/inc.c
3273                 inc_account_mail(): Disable counting of new messages for IMAP
3274                         and NNTP until bug [19] and [14] are fixed.
3275
3276 2003-01-14 [paul]       0.8.8claws96
3277
3278         * sync with 0.8.8cvs6
3279                 see ChangeLog 2003-01-14
3280
3281 2003-01-13 [alfons]     0.8.8claws95
3282
3283         * src/textview.c
3284                 tune email address validation (c. 0.8.8claws89): if . is 
3285                 just one char away from @, the address is invalid too 
3286                 (correctly rejects addresses like foo@.com)
3287
3288 2003-01-13 [paul]       0.8.8claws94
3289
3290         * src/messageview.c
3291           src/toolbar.c
3292                 fixes to the Message View toolbar and menu:
3293                 fix non-functioning Forward button
3294                 make Reply button consider default_reply_list
3295                 remove 'Follow-up...' menu entry
3296                 add 'Forward' and 'Redirect' menu entries
3297
3298 2003-01-13 [melvin]     0.8.8claws93
3299
3300         * src/inc.c
3301                 Fixed typo that could make new messages count incorrect.
3302
3303 2003-01-13 [melvin]     0.8.8claws92
3304
3305         * src/folderview.[ch]
3306                 folderview_check_new(): return the number of new messages.
3307         * src/inc.c
3308                 Should fix bug [14] where new mail notification worked 
3309                         incorrectly with IMAP accounts.
3310                 inc_spool_account(): return number of new msgs, or -1 on error
3311                 inc_all_spool(): return number of new msgs
3312                 
3313 2003-01-13 [melvin]     0.8.8claws91
3314
3315         * src/prefs_actions.c
3316                 Justify help text.
3317
3318 2003-01-12 [thorsten]   0.8.8claws90
3319
3320         * src/common/prefs.c
3321                 close file before rename
3322
3323 2003-01-12 [alfons]     0.8.8claws89
3324
3325         * AUTHORS
3326                 add Christian Mertes
3327         * src/common/utils.[ch]
3328                 g_stricase_hash(), g_stricase_equal(): functions for 
3329                 case insensitive hash tables
3330         * src/textview.c
3331                 use top level domain names to validate email address, based
3332                 on a patch by Christian Mertes (thanks!), but changed 
3333                 implementation to use a hash table 
3334
3335 2003-01-12 [paul]       0.8.8claws88
3336
3337         * po/bg.po
3338                 updated by George Danchev
3339
3340 2003-01-12 [alfons]     0.8.8claws87
3341
3342         * src/summaryview.c
3343                 delete / execute performance: use new style folder update
3344
3345 2003-01-12 [paul]       0.8.8claws86
3346
3347         * sync with 0.8.8cvs5
3348                 see ChangeLog 2003-01-13 (!)
3349
3350 2003-01-12 [alfons]     0.8.8claws85
3351
3352         * src/filtering.c
3353         * src/matcher_parser_parse.y
3354                 prepare change_score filtering action
3355         * src/matcher.[ch]
3356                 give up const-correctness on functions that call non-const-correct functions;
3357                 several casts to gpointer in g_free();
3358                 add change_score;
3359
3360 2003-01-12 [christoph]  0.8.8claws84
3361
3362         * src/compose.c
3363                 fix 2 warnings
3364
3365         * src/gtk/prefswindow.[ch]
3366         * src/plugins/spamassassin/spamassassin_gtk.c
3367                 changed the call of the widget create function
3368                 for PrefsPages, because sometimes the widget
3369                 create function needs a widget that already has
3370                 been attached to a window (to create GDK pixmaps
3371                 for exmaple). So we simply pass the GtkWindow as
3372                 the second parameter now.
3373
3374         * src/main.c
3375         * src/mainwindow.c
3376         * src/prefs_toolbar.[ch]
3377                 rewrite Toolbar Preferences using the new
3378                 prefs window
3379
3380 2003-01-11 [alfons]     0.8.8claws83
3381
3382         * src/addressadd.c
3383                 fix crash when adding sender to addressbook because status bar
3384                 isn't there (the status bar doesn't seem to be used though,
3385                 but I'll let Match decide what to do with it)
3386
3387 2003-01-11 [colin]      0.8.8claws82
3388
3389         * src/main.c
3390           src/toolbar.c
3391                 Two useless changes reversed
3392
3393 2003-01-11 [colin]      0.8.8claws81
3394
3395         * src/mainwindow.c
3396           src/mainwindow.h
3397                 Add mainwindow_get_mainwindow()
3398         * src/alertpanel.c
3399           src/alertpanel.h
3400                 Add alertpanel_error_log() 
3401         * src/compose.c
3402           src/inc.c
3403           src/messageview.c
3404           src/toolbar.c
3405           src/main.c
3406           src/procmsg.c
3407                 Network errors get a View Log button
3408
3409 2003-01-10 [alfons]     0.8.8claws80
3410
3411         * src/prefs_toolbar.c
3412         * src/toolbar.c
3413                 use the translatable string for "Separator" as file name for
3414                 separator toolbar items (probably make this uppercase?)
3415
3416 2003-01-10 [alfons]     0.8.8claws79
3417
3418         * src/prefs_toolbar.c
3419                 put right A_SEPARATOR description string in "displayed
3420                 toolbar items list" so manually added separators are
3421                 saved correctly (bug #10, "Adding a separator to the main 
3422                 toolbar fails, entry in xml file is wrong")
3423
3424 2003-01-10 [christoph]  0.8.8claws78
3425
3426         * src/imap.c
3427                 o fix warnings
3428                 o use CAPABILITY to check if NAMESPACE is available
3429
3430 2003-01-10 [christoph]  0.8.8claws77
3431
3432         * src/imap.[ch]
3433                 apply UIDPLUS IMAP extension support patch
3434
3435         Patch submitted by Simon 'corecode' Schubert
3436
3437 2003-01-10 [paul]       0.8.8claws76
3438
3439         * src/folderview.c
3440                 a sync from main which fixes the news account folders'
3441                 Properties bug
3442
3443 2003-01-10 [christoph]  0.8.8claws75
3444
3445         * src/folder.c
3446                 don't accept 0 as a valid uid returned by copy and move
3447                 functions. 0 means the message was copied or moved but the
3448                 new uid could not be fetched. It is not an error condition
3449                 for the copy or move operation.
3450
3451 2003-01-10 [paul]       0.8.8claws74
3452
3453         * src/prefs_filtering.c
3454                 change English used in Alert when entry is not
3455                 saved.
3456                 
3457         * sync with 0.8.8cvs4
3458                 see ChangeLog 2003-01-10
3459
3460 2003-01-10 [darko]      0.8.8claws73
3461
3462         * src/pine.c
3463                 fix crash when importing address book entry
3464                 without a valid address
3465
3466 2003-01-09 [alfons]     0.8.8claws72
3467
3468         * src/inc.c
3469                 filtering performance: use new style folder update
3470
3471 2003-01-09 [christoph]  0.8.8claws71
3472
3473         * src/compose.c
3474         * src/gtk/menu.[ch]
3475                 fix wrong selecting of mime encoding type, when
3476                 opening property dialog of attachments in the
3477                 compose window. 7bit was always selected and that
3478                 destoryed files with 8bit data.
3479                 (closes bug #9 Sylpheed-claws destroys attachments when
3480                  changing MIME-types)
3481
3482 2003-01-09 [paul]       0.8.8claws70
3483
3484         * sync with 0.8.8cvs3
3485                 see ChangeLog 2003-01-09
3486
3487 2003-01-08 [alfons]     0.8.8claws69
3488         
3489         * src/addressadd.c
3490                 apply patch by Kim Schulz to fix build breakage
3491                 because of missing variable
3492
3493 2003-01-08 [paul]       0.8.8claws68
3494
3495         * sync with 0.8.8cvs2
3496                 see ChangeLog 2002-01-08
3497
3498 2003-01-08 [paul]       0.8.8claws67
3499
3500         * po/it.po
3501                 updated by Alessandro Maestri
3502                 
3503         * src/addressadd.c
3504                 when using 'Add sender to addressbook' allow
3505                 name to be edited and remarks to be entered
3506                 Patch submitted by Luke Plant
3507
3508 2003-01-08 [darko]      0.8.8claws66
3509
3510         * README.claws, src/summaryview.c
3511                 fix description for marked messages
3512
3513 2003-01-08 [paul]
3514
3515         * tools/Makefile.am
3516           tools/launch_phoenix  ** NEW FILE **
3517                 add script that enables using Phoenix as the default
3518                 web browser. 
3519                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3520                 
3521         * tools/OOo2sylpheed.pl
3522                 remove full path to sylpheed executable, just 'sylpheed'
3523                 will do
3524                 
3525         * tools/README
3526                 add launch_phoenix informtion and re-arrange and compress
3527                 the data a little
3528
3529 2003-01-07 [christoph]  0.8.8claws65
3530
3531         * src/folder.c
3532                 fix update for source folder when moving messages
3533         * src/procmsg.[ch]
3534         * src/summaryview.c
3535                 use function to set to_folder for message infos and
3536                 automatically update the op_count for old and new
3537                 folder
3538
3539 2003-01-07 [melvin]     0.8.8claws64
3540
3541         * src/prefs_actions.c
3542                 Fixed bug where an '%p' Action on a displayed image crashed 
3543                         Sylpheed
3544                 Code clean up (get rid of duplicated code and removed unnecessary 
3545                                 structure member)
3546
3547 2003-01-07 [christoph]  0.8.8claws63
3548
3549         * src/compose.c
3550         * src/folder.[ch]
3551         * src/folderview.c
3552         * src/import.c
3553         * src/inc.c
3554         * src/main.c
3555         * src/mainwindow.c
3556         * src/messageview.c
3557         * src/prefs_folder_item.c
3558         * src/procmsg.c
3559         * src/summaryview.c
3560         * src/toolbar.c
3561                 o remove all folder update triggering from the UI code. The folder
3562                   system should know much better when a folder needs an update.
3563                 o to prevent multiple updates in a row the folder updates can be
3564                   frozen for some time.
3565
3566                 Note: - Please verify that no updates are missing
3567                       - Check where freeze/thaws should be added
3568
3569 2003-01-07 [christoph]  0.8.8claws62
3570
3571         * src/prefs_actions.c
3572                 don't translate empty strings
3573
3574         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3575
3576 2003-01-06 [christoph]  0.8.8claws61
3577
3578         * src/prefs_actions.c
3579                 mark strings for gettext
3580         * src/prefs_matcher.c
3581                 use new description window for Execute action and
3582                 match condition in Filtering
3583
3584         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3585
3586 2003-01-06 [alfons]     0.8.8claws60
3587
3588         keep myself inspired to re-organize matcher part 8; 
3589         yes, more to come (I need to move out the descriptive
3590         text for actions to matcher.c, or at least make it not
3591         depend on the wicked ordering)
3592
3593         * src/prefs_matcher.c
3594                 add documentation so others may comprehend the
3595                 UI part of the conditions
3596                 
3597 2003-01-06 [christoph]  0.8.8claws59
3598
3599         * src/prefs_actions.c
3600                 use new description window for syntax help
3601         * src/gtk/description_window.c
3602                 fix display of descriptions with column count != 2
3603
3604         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3605
3606 2003-01-06 [christoph]  0.8.8claws58
3607
3608         * src/quote_fmt.c
3609         * src/summaryview.[ch]
3610         * src/gtk/Makefile.am
3611         * src/gtk/description_window.[ch]       ** NEW **
3612                 use a generic window to display syntax descriptions
3613                 currently used in quote_fmt and summaryview (new description
3614                 for extended quick search)
3615
3616         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3617
3618 2003-01-06 [paul]       0.8.8claws57
3619
3620         * sync with 0.8.8cvs1
3621                 see ChangeLog 2003-01-06
3622
3623 2003-01-06 [christoph]  0.8.8claws56
3624
3625         * src/mainwindow.c
3626         * src/prefs_gtk.[ch]
3627         * src/gtk/prefswindow.[ch]
3628         * src/plugins/spamassassin/spamassassin_gtk.c
3629                 o remove page management from prefswindow, pages
3630                   will be an argument to prefswindow_open
3631                 o prefswindow_open gets a datapointer that is
3632                   passed to the widget_create function to allow
3633                   creation of prefswindow for specific items
3634
3635 2003-01-06 [colin]      0.8.8claws55
3636         
3637         * src/summaryview.c
3638                 We don't want regexp in the reply-finder, 
3639                 because MIDs can contain !,$,. and so on
3640
3641 2003-01-06 [jens]       0.8.8claws54
3642
3643         * src/jpilot.c
3644                 fixed a wrong free in jpilot_read_db_files
3645
3646 2003-01-06 [alfons]     0.8.8claws53
3647
3648         re-organize matcher part 8; more to come
3649        
3650         * src/matcher.c
3651                 matcherprop_to_string(): put g_free()s before the
3652                 switch-case break to fix memleaks                
3653
3654 2003-01-06 [colin]      0.8.8claws52
3655
3656         * src/summaryview.c
3657                 cleanup & reply-finder now displays the first 
3658                 matching message
3659
3660 2003-01-05 [alfons]     0.8.8claws51
3661
3662         re-organize matcher part 7; more to come
3663
3664         * src/matcher.[ch]
3665                 fixes for constant correctness;
3666                 more documentation;
3667
3668 2003-01-05 [alfons]     0.8.8claws50
3669
3670         re-organize matcher part 6; more to come
3671         
3672         * src/matcher.[ch]
3673                 fixes for constant correctness;
3674                 more documentation;
3675         * src/filtering.c
3676                 fix for constant correctness
3677
3678 2003-01-05 [colin]      0.8.8claws49
3679
3680         * src/account.[ch]
3681                 Add account_get_reply_account function
3682         * src/compose.c
3683                 Use account_get_reply_account function 
3684         * src/summaryview.c
3685                 Basic reply-finder - click on the replied
3686                 icon gets you to the outbox using quick-search
3687
3688 2003-01-05 [paul]       0.8.8claws48
3689
3690         * src/prefs_common.c
3691                 small change to English
3692                 
3693         * src/prefs_filtering.c
3694                 prefs_filtering_action_select(): improve logic and uniformity
3695                 of gui
3696
3697 2003-01-05 [alfons]     0.8.8claws47
3698
3699         fine tune solution to focus problems (bug #7)
3700
3701         * src/mainwindow.c
3702                 mainwindow_focus_in_event(): remove grab event check
3703         * src/summaryview.c
3704                 summary_button_pressed(): move selection on right-click
3705                 too. we can't possibly move the selection back after
3706                 canceling a dialog, because gtk's incomplete focus 
3707                 management. whether this is a good solution, only time
3708                 will tell.
3709
3710 2003-01-05 [christoph]  0.8.8claws46
3711
3712         * src/imap.c
3713                 fix crash when no imap connection could be established
3714
3715 2003-01-05 [paul]       0.8.8claws45
3716
3717         * src/mainwindow.c
3718           src/sumamryview.c
3719           src/gtk/menu.[ch]
3720                 fix bug 605957 'shortcuts in popup-menu'
3721                 make user-defined shortcuts work
3722                 show shortcuts that are already defined
3723                 in the main menu
3724                 Patch submitted by Luke Plant
3725
3726 2003-01-05 [alfons]     0.8.8claws44
3727
3728         * src/mainwindow.c
3729                 focus_in_event handler should not select summary view row 
3730                 when another window (menu, dialog) grabbed for events 
3731                 (bug #7, "[0.8.8claws42] Message summary focus") 
3732
3733 2003-01-04 [christoph]  0.8.8claws43
3734
3735         * src/procmsg.c
3736                 update save folder after adding the sent message
3737                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3738
3739 2003-01-02 [christoph]  0.8.8claws42
3740
3741         * src/common/plugin.c
3742                 fix unloading of all plugins and unload
3743                 plugins in reverse order
3744                 
3745         * src/gtk/pluginwindow.c
3746                 implement function of load and unload button
3747
3748         * src/gtk/prefswindow.c
3749         * src/gtk/prefswindow.h
3750                 rename register function and add new unregister
3751                 function
3752
3753         * src/plugins/spamassassin/spamassassin_gtk.c
3754                 unregister prefs page and update for changes in
3755                 src/gtk/prefswindow.c
3756
3757 2003-01-02 [paul]       0.8.8claws41
3758
3759         * po/es.po
3760                 updated by Ricardo Mones Lastra
3761
3762 2003-01-02 [paul]
3763
3764         * tools/tb2sylpheed
3765                 fixes and improvements by Urke MMI
3766
3767 2003-01-02 [thorsten]   0.8.8claws40
3768
3769         * src/procmsg.c
3770                 fixed wrong return value
3771
3772 2003-01-02 [thorsten]   0.8.8claws39
3773
3774         * src/prefs.c
3775                 fixed printing wrong variable
3776
3777 2003-01-02 [thorsten]   0.8.8claws38
3778
3779         * src/prefs.c
3780                 fixed acessing members of freed pfile struct
3781
3782 2003-01-02 [thorsten]   0.8.8claws37
3783
3784         * src/procmsg.c
3785                 detect loops across several messages
3786                 as suggested by Christoph Hohmann
3787
3788 2003-01-01 [match]      0.8.8claws36
3789
3790         * src/addrindex.c
3791                 fixed another memory leak.
3792
3793 2003-01-01 [match]      0.8.8claws35
3794
3795         * src/jpilot.[ch]
3796                 fixed memory leaks. applied Doxygen comments.
3797
3798 2003-01-01 [thorsten]   0.8.8claws34
3799
3800         * src/procmsg.c
3801                 inhibit endless loop if msg references itself
3802                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3803
3804 2003-01-01 [christoph]  0.8.8claws33
3805
3806         * src/mainwindow.c
3807         * src/gtk/Makefile.am
3808         * src/gtk/pluginwindow.c                ** NEW **
3809         * src/gtk/pluginwindow.h                ** NEW **
3810                 add plugin window
3811
3812         * src/plugins/demo/demo.c
3813         * src/plugins/spamassassin/spamassassin.c
3814         * src/plugins/spamassassin/spamassassin_gtk.c
3815                 write better plugin descriptions
3816
3817 2002-12-31 [christoph]  0.8.8claws32
3818
3819         * src/gtk/prefswindow.c
3820         * src/plugins/spamassassin/spamassassin_gtk.c
3821                 some small improvements to GTK code
3822
3823 2002-12-31 [christoph]  0.8.8claws31
3824
3825         * src/plugins/spamassassin/spamassassin_gtk.c
3826                 enable folder select button
3827
3828 2002-12-31 [christoph]  0.8.8claws30
3829
3830         * src/mainwindow.c
3831         * src/gtk/Makefile.am
3832         * src/gtk/prefswindow.c                         ** NEW **
3833         * src/gtk/prefswindow.h                         ** NEW **
3834                 add new prefs window
3835
3836         * src/common/plugin.c
3837                 don't try to load empty config lines
3838         
3839         * src/plugins/spamassassin/Makefile.am
3840         * src/plugins/spamassassin/spamassassin.c
3841         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3842         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3843                 GTK config for SpamAssassin Plugin using
3844                 the new prefs window
3845
3846 2002-12-31 [paul]       0.8.8claws29
3847
3848         * po/POTFILES.in
3849                 remove obsolete entry 'src/menu.c'
3850
3851 2002-12-31 [alfons]     0.8.8claws28
3852
3853         * src/matcher.[ch]
3854         * src/matcher_parser_parse.y
3855         * src/prefs_matcher.c
3856                 add "ignore_thread" and "~ignore_thread" condition so it's
3857                 possible to make the actions / scoring operate on the ignore
3858                 thread flag
3859
3860 2002-12-31 [christoph]  0.8.8claws27
3861
3862         * src/addrbook.c
3863         * src/addrindex.c
3864         * src/folder.c
3865         * src/matcher.c
3866         * src/prefs_account.c
3867         * src/prefs_actions.c
3868         * src/prefs_customheader.c
3869         * src/prefs_display_header.c
3870         * src/prefs_gtk.c
3871         * src/procmime.c
3872         * src/toolbar.c
3873         * src/xmlprops.c
3874         * src/common/prefs.[ch]
3875                 extend prefs file handling for reading and automatic handling
3876                 of blocks. When reading prefs_set_block_label will automatically
3877                 move on to the block. When writing it will copy all other blocks
3878                 automatically
3879
3880         * src/common/plugin.c
3881                 Now loading plugin filenames from [Plugins] block in
3882                 sylpheed rc file
3883
3884 2002-12-30 [christoph]  0.8.8claws26
3885
3886         * src/common/hooks.[ch]
3887                 return abort status to caller of hooks_invoke
3888                 
3889         * src/inc.[ch]
3890                 invoke message filtering hook and stop
3891                 default handling when filter returns abort
3892
3893         * src/common/plugin.[ch]
3894         * src/plugins/demo/demo.c
3895                 modify plugin loader, because resolving symbols for strings
3896                 does not work correctly
3897         
3898         * configure.in
3899         * ac/spamassassin.m4                            ** NEW **
3900         * src/plugins/spamassassin/.cvsignore           ** NEW **
3901         * src/plugins/spamassassin/Makefile.am          ** NEW **
3902         * src/plugins/spamassassin/README               ** NEW **
3903         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3904         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3905         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3906                 add spamassassin plugin, see src/plugins/spamassassin/README
3907                 for details
3908
3909 2002-12-29 [alfons]     0.8.8claws25
3910
3911         * src/mainwindow.c
3912                 when moving focus from a message view to the main 
3913                 window, don't forget to select the summary node
3914                 of the displayed message. should fix "[ 659103 ] 
3915                 focus-follows-mouse confuses sylpheed"
3916
3917 2002-12-29 [christoph]  0.8.8claws24
3918
3919         * src/Makefile.am
3920         * src/stringtable.[ch]          ** REMOVE **
3921         * src/common/Makefile.am
3922         * src/common/stringtable.[ch]   ** NEW **
3923                 move stringtable files to common directory
3924
3925 2002-12-29 [christoph]  0.8.8claws23
3926
3927         * src/Makefile.am
3928         * src/menu.[ch]                 ** REMOVE **
3929         * src/gtk/Makefile.am
3930         * src/gtk/menu.[ch]             ** NEW **
3931                 move menu files to gtk directory
3932
3933 2002-12-29 [match]      0.8.8claws22
3934
3935         * src/addressbook.c
3936         * src/syldap.c
3937                 moved UI specific code out of LDAP code into addressbook
3938                 UI code. fixed memory leak.
3939
3940 2002-12-29 [christoph]  0.8.8claws21
3941
3942         * src/folder.c
3943                 only check for IGNORED parent message when message is
3944                 not IGNORED itself
3945
3946 2002-12-29 [alfons]     0.8.8claws20
3947
3948         * src/summaryview.c
3949                 set gtksctree's anchor correct (immediate execute
3950                 changes the tree's layout, and anchor points at 
3951                 the incorrect row). fixes "[ 657233 ] multiple msg 
3952                 delete sometimes off by 1".
3953                 we probably have to look for more tree layout /
3954                 anchor glitches.
3955
3956 2002-12-29 [paul]       0.8.8claws19
3957
3958         * src/summaryview.c
3959                 fix bug [ 659054 ] incorrect sorting of 'From' column
3960                 when using 'display sender using address book'
3961                 thanks to Alfons and Luke Plant
3962
3963 2002-12-29 [christoph]  0.8.8claws18
3964
3965         * src/folder.c
3966         * src/procmsg.[ch]
3967                 check parent messages for IGNORE THREAD flag, when adding,
3968                 moving or copying messages to a folder
3969
3970 2002-12-27 [alfons]     0.8.8claws17
3971
3972         re-organize matcher part 5; more to come
3973
3974         * src/matcher.c
3975                 hash keywords in matchparser_tab 
3976
3977 2002-12-27 [alfons]     0.8.8claws16
3978
3979         re-organize matcher part 4; more to come
3980
3981         * src/matcher_parser.h
3982         * src/matcher_parser_lex.l
3983         * src/matcher_parser_parse.y
3984                 cleanup
3985
3986 2002-12-27 [alfons]     0.8.8claws15
3987
3988         re-organize matcher part 3; more to come
3989
3990         * src/matcher.[ch]
3991                 cleanup
3992
3993 2002-12-27 [alfons]     0.8.8claws14
3994
3995         re-organize matcher part 2; more to come but this should
3996         work. cc me if there are any regressions.
3997
3998         * src/matcher.h
3999                 add prototype for get_matchparser_tab_id()
4000         * src/matcher_parser_lex.l
4001                 look up keywords using matchparser_tab_id();
4002
4003 2002-12-27 [alfons]     0.8.8claws12
4004
4005         re-organize matcher part 1
4006
4007         * src/matcher.h
4008                 map yacc generated constants to sylpheed matcher constants
4009         * src/matcher.c
4010                 add function to find a matcher constant from a string
4011
4012 2002-12-27 [christoph]  0.8.8claws11
4013
4014         * src/compose.c
4015                 MENUITEM_ADD casts the 4th argument from integer to pointer
4016                 so it probably should not be a pointer, this means we
4017                 should use account id for it and not the account's pointer
4018
4019 2002-12-27 [paul]       0.8.8claws10
4020
4021         * src/mainwindow.c
4022                 remove unneeded 'GtkWidget *vbox'
4023                 
4024         * src/summaryview.c
4025                 further sync with 0.8.8 - make sort
4026                 by recipient work as expected
4027                 
4028         * NEWS
4029                 sync with 0.8.8
4030
4031 2002-12-27 [paul]       0.8.8claws9
4032
4033         * po/pt_BR.po
4034                 updated by Ivan F. Martinez
4035                 
4036 2002-12-27 [darko]      0.8.8claws8
4037
4038         * src/common/utils.c
4039                 added locked pattern to extended search
4040
4041 2002-12-27 [alfons]     0.8.8claws7
4042
4043         * src/prefs_matcher.[ch]
4044                 clean up
4045
4046 2002-12-26 [alfons]     0.8.8claws6
4047
4048         * src/matcher.[ch]
4049         * src/matcher_parser_lex.l
4050         * src/matcher_parser_parse.y
4051         * src/prefs_matcher.c
4052                 allow color label as a condition in the matcher
4053
4054 2002-12-26 [oliver]     0.8.8claws5
4055         
4056         * src/toolbar.c 
4057                 enable Addressbook for Main and Messageview
4058         * src/prefs_actions.c
4059                 enable actions in Messageview
4060
4061 2002-12-26 [christoph]  0.8.8claws4
4062
4063         * src/common/plugin.c
4064                 add a little debug output
4065         * configure.in
4066         * src/plugins/demo/Makefile.am
4067                 better use of automake
4068
4069 2002-12-26 [christoph]  0.8.8claws3
4070
4071         * src/Makefile.am
4072         * src/common/Makefile.am
4073                 fix "make distdir"
4074
4075 2002-12-26 [christoph]  0.8.8claws2
4076
4077         * configure.in
4078                 sort configure checks into common / gtk / plugins
4079         * po/POTFILES.in
4080                 add src/prefs_gtk.c
4081         * src/Makefile.am
4082                 add plugins SUBDIR
4083         * src/main.c
4084         * src/common/sylpheed.[ch]
4085                 added now sylpheed_done function for shutdown
4086         * src/common/Makefile.am
4087         * src/common/plugin.[ch]                ** NEW **
4088                 plugin loader and unloader
4089         * src/plugins/.cvsignore                ** NEW **
4090         * src/plugins/Makefile.am               ** NEW **
4091                 build plugins
4092         * src/plugins/demo/.cvsignore           ** NEW **
4093         * src/plugins/demo/Makefile.am          ** NEW **
4094         * src/plugins/demo/demo.c               ** NEW **
4095                 small demo plugin that installs a logtext hook and
4096                 outputs the log text to stdout
4097
4098 2002-12-26 [paul]       0.8.8claws1
4099
4100         * po/es.po
4101                 updated by Ricardo Mones Lastra
4102
4103 2002-12-26 [paul]       0.8.8claws
4104
4105         * 0.8.8claws released
4106
4107 2002-12-26 [paul]       0.8.7claws12
4108
4109         * po/bg.po
4110                 updated by George Danchev
4111
4112 2002-12-26 [paul]       0.8.7claws11
4113
4114         * po/POTFILES.in
4115                 remove unneeded 'src/prefs.c' entry 
4116
4117 2002-12-26 [paul]       0.8.7claws10
4118
4119         * src/codeconv.c
4120           src/mainwindow.c
4121                 sync with 0.8.8 release
4122         
4123         * src/folder.[ch]
4124           src/mh.c
4125           src/summaryview.c
4126                 partial sync with 0.8.8 release
4127         
4128
4129 2002-12-25 [alfons]     0.8.7claws9
4130
4131         * src/matcher.[ch]
4132         * src/matcher_parser_lex.l
4133         * src/matcher_parser_parse.y
4134         * src/prefs_matcher.c
4135                 add locked flag to possible filtering / matcher 
4136                 conditions (also a good example what should be
4137                 done to add a simple boolean condition)
4138
4139 2002-12-25 [christoph]  0.8.7claws8
4140
4141         * src/Makefile.am
4142         * src/account.[ch]
4143         * src/addrbook.c
4144         * src/addressbook.c
4145         * src/addrindex.c
4146         * src/filtering.c
4147         * src/folder.c
4148         * src/matcher.c
4149         * src/prefs.[ch]                ** REMOVE **
4150         * src/prefs_account.c
4151         * src/prefs_actions.c
4152         * src/prefs_common.c
4153         * src/prefs_customheader.c
4154         * src/prefs_display_header.c
4155         * src/prefs_filtering.c
4156         * src/prefs_folder_item.c
4157         * src/prefs_gtk.[ch]            ** NEW **
4158         * src/prefs_matcher.c
4159         * src/prefs_scoring.c
4160         * src/prefs_summary_column.c
4161         * src/procmime.c
4162         * src/selective_download.c
4163         * src/toolbar.c
4164         * src/common/Makefile.am
4165         * src/common/prefs.[ch]         ** NEW **
4166                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4167
4168 2002-12-24 [alfons]     0.8.7claws7
4169
4170         * src/summaryview.c
4171                 summary_thread_build(): fix real cause of the crash mentioned in
4172                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4173                 this way we get meaningful ctree nodes 
4174
4175 2002-12-24 [oliver]     0.8.7claws6
4176
4177         * src/mainwindow.[ch]
4178         * src/messageview.[ch]
4179         * src/compose.[ch]
4180         * src/inc.c
4181         * src/summaryview.c
4182                 changes to use updated toolbar handling
4183                 
4184 2002-12-24 [oliver]     0.8.7claws5
4185
4186         * src/toolbar.[ch]
4187                 generic toolbar handling
4188                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4189         * src/prefs_toolbar.[ch]
4190                 adjust to handling
4191         
4192 2002-12-24 [oliver]     0.8.7claws4
4193         
4194         * src/stock_pixmap.[ch]
4195                 move SYLPHEED_LOGO to end of list in order 
4196                 to remove it from Custom Toolbar`s Icon View
4197
4198 2002-12-24 [alfons]     0.8.7claws3
4199
4200         * src/summaryview.c
4201                 summary_thread_build(): fix crash because of focus != selection 
4202                 after threading. when deleting the selection, gtk tries but fails 
4203                 to find the correct focusable element. we now force the selection
4204                 to be focused. this should solve the infamous bug reported by 
4205                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4206                 a test case is available. 
4207
4208 2002-12-24 [darko]      0.8.7claws2
4209
4210         * src/summaryview.c
4211                 don't crash when unmarking message with unread children
4212
4213 2002-12-23 [christoph]  0.8.7claws1
4214
4215         * src/Makefile.am
4216         * src/common/Makefile.am
4217                 update Makefiles for moved intl.h, version.h and defs.h
4218         * src/imap.c
4219                 rewrite imap_session_get to avoid duplicate code
4220
4221 2002-12-23 [paul]       0.8.7claws
4222
4223         * Santa-Claws released
4224         
4225         * po/hu.po
4226           po/ru.po
4227                 squeeze in updated Hungarian and Russian translations.
4228                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4229
4230 2002-12-23 [paul]       0.8.6claws129
4231
4232         * po/pl.po
4233                 updated by Witold Wladyslaw Wojciech Wilk
4234
4235 2002-12-23 [paul]       0.8.6claws128
4236
4237         * src/quote_fmt_parse.y
4238                 fix typo and add licence header
4239
4240 2002-12-23 [paul]       0.8.6claws127
4241
4242         * po/en_GB.po
4243                 updated
4244
4245 2002-12-23 [paul]       0.8.6claws126
4246
4247         * po/it.po
4248                 updated translation, submitted by Alessandro Maestri
4249                 
4250 2002-12-23 [paul]       0.8.6claws125
4251
4252         * src/quote_fmt_parse.y
4253                 fix signature-stripping on replies bug. match
4254                 '-- \n' and not '-- '.
4255
4256 2002-12-22 [paul]       0.8.6claws124
4257
4258         * po/bg.po
4259           po/es.po
4260           po/sr.po
4261                 updated translations. submitted by George Danchev,
4262                 Ricardo Mones Lastra, and Urke MMI respectively
4263
4264 2002-12-21 [paul]       0.8.6claws123
4265
4266         * src/addrbook.c
4267                 fix coding style
4268
4269 2002-12-21 [paul]       0.8.6claws122
4270
4271         * src/addrbook.c
4272                 fix bug [643638] where if a person is in one or more
4273                 addressbook groups editing that person's email 
4274                 address results in removal from those groups.
4275                 Patch submitted by Luke Plant.
4276
4277 2002-12-20 [christoph]  0.8.6claws121
4278
4279         * src/common/utils.c
4280         * src/summaryview.c
4281                 reimplement expand_search_string using GString to
4282                 prevent crashs caused by miscalculated string
4283                 lengths reported by Paul
4284
4285 2002-12-20 [christoph]  0.8.6claws120
4286
4287         * src/summaryview.c
4288                 don't use "changed" to check if op_count has to be changed as it
4289                 is also set when the message has unread children
4290                 (closes bug [ 653221 ] crash while deleting duplicates)
4291
4292 2002-12-20 [paul]       0.8.6claws119
4293
4294         * sync with 0.8.6cvs27
4295                 see ChangeLog 2002-12-20
4296
4297 2002-12-20 [paul]       0.8.6claws118
4298
4299         * sync with 0.8.6cvs26
4300                 see ChangeLog 2002-12-19 and 2002-12-20
4301
4302 2002-12-19 [alfons]     0.8.6claws117
4303
4304         * src/textview.c
4305                 fix incorrect parsing of email addresses, submitted by 
4306                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4307                 name display if it contains @".
4308
4309 2002-12-18 [paul]       0.8.6claws116
4310
4311         * sync with 0.8.6cvs23
4312                 see ChangeLog 2002-12-18
4313
4314 2002-12-18 [paul]       0.8.6claws115
4315
4316         * src/Makefile.am
4317         * src/account.c
4318         * src/codeconv.c
4319         * src/gtkutils.[ch]
4320         * src/imap.c
4321                 sync with 0.8.6cvs22.
4322                 see ChangeLog 2002-12-17 and 2002-12-18
4323
4324 2002-12-17 [christoph]  0.8.6claws114
4325
4326         * src/imap.c
4327                 o don't create a session if imap greeting fails
4328                 o don't close socket when authentication fails
4329                   this is done by imap_session_destroy
4330
4331 2002-12-17 [thorsten]   0.8.6claws113
4332
4333         * tools/Makefile.am
4334           tools/README
4335           tools/google_msgid.pl ** NEW FILE **
4336                 Added "search for message-id" script and doc
4337
4338 2002-12-17 [thorsten]   0.8.6claws112
4339
4340         * po/hu.po
4341                 Updated hungarian translation
4342                 (updated by Gal Zoltan)
4343
4344 2002-12-16 [christoph]  0.8.6claws111
4345
4346         * src/addr_compl.c
4347                 remove stupid addressbook dump to debug output
4348         * src/mh.c
4349                 fix memory leak found by Hiro
4350
4351 2002-12-14 [paul]       0.8.6claws110
4352
4353         * src/compose.c
4354                 fix menubar sensitivity on send
4355                 
4356         * src/prefs_filtering.c
4357         * src/prefs_matcher.c
4358         * src/prefs_scoring.c
4359                 Fix english ;)
4360                 
4361         * src/common/quoted-printable.h
4362                 sync: fix typo
4363         
4364 2002-12-13 [christoph]  0.8.6claws109
4365
4366         * src/Makefile.am
4367         * src/manage_window.[ch]        ** REMOVE **
4368         * src/gtk/Makefile.am
4369         * src/gtk/manage_window.[ch]    ** NEW **
4370                 move manage_window files to gtk directory
4371
4372 2002-12-13 [christoph]  0.8.6claws108
4373
4374         * src/Makefile.am
4375         * src/gtkshruler.[ch]           ** REMOVE **
4376         * src/gtk/Makefile.am
4377         * src/gtk/gtkshruler.[ch]       ** NEW **
4378                 move gtkshruler files to gtk directory
4379
4380 2002-12-13 [christoph]  0.8.6claws107
4381
4382         * src/Makefile.am
4383         * src/compose.c
4384         * src/gtkstext.[ch]             ** REMOVE **
4385         * src/gtkutils.[ch]
4386         * src/textview.c
4387         * src/gtk/gtkstext.[ch]         ** NEW **
4388         * src/gtk/Makefile.am
4389                 o move stext functions to gtkstext.c to remove
4390                   dependency of gtkutils
4391                 o move gtkstext files to gtk directory
4392
4393         * src/gtk/Makefile.am
4394         * src/gtk/sslcertwindow.[ch]
4395                 UI stuff can always depend on common code so
4396                 it's ok to add ../common to include path
4397
4398 2002-12-13 [colin]      0.8.6claws106
4399
4400         * src/summaryview.c
4401                 Disconnect sighandlers for mainwindow when
4402                 quicksearch has the focus
4403                 Fix bug #653231
4404         * src/mainwindow.[ch]
4405                 Make key_pressed callback public, to be able
4406                 to disconnect it
4407
4408 2002-12-13 [christoph]  0.8.6claws105
4409
4410         * src/mh.c
4411                 create .mh_sequences file in new MH folders
4412                 (closes feature request [ 523162 ] MH folders should
4413                  get a .mh_sequences)
4414
4415 2002-12-13 [colin]      0.8.6claws104
4416
4417         * src/summaryview.c
4418                 Better handling of quicksearch show/hide
4419                 (basically the button stays under the mouse 
4420                  when toggled)
4421
4422 2002-12-13 [paul]       0.8.6claws103
4423
4424         * sync with 0.8.6cvs17
4425                 see ChangeLog 2002-12-13
4426
4427 2002-12-13 [paul]       0.8.6claws102
4428
4429         * po/es.po
4430                 updated by Ricardo Mones Lastra
4431
4432 2002-12-11 [colin]       0.8.6claws101
4433
4434         * src/folder.c
4435                 remove statusbar stuff
4436           src/folderview.c
4437                 set statusbar verbosity when moving folders
4438
4439 2002-12-11 [colin]       0.8.6claws100
4440         * src/prefs_filtering.c
4441         * src/prefs_matcher.c
4442         * src/prefs_scoring.c
4443                 Fix english ;)
4444
4445 2002-12-11 [colin]       0.8.6claws99
4446
4447         * src/prefs_common.[ch]
4448                 Add summary_quicksearch_type
4449         * src/summaryview.c
4450                 Save last used quicksearch type
4451
4452 2002-12-11 [jens]       0.8.6claws98
4453         * src/prefs_filtering.c
4454         * src/prefs_matcher.c
4455         * src/prefs_scoring.c
4456                 added dialog for incomplete rules in scoring, filtering and
4457                 matcher to ask wheather really close
4458
4459 2002-12-11 [colin]      0.8.6claws97
4460
4461         * src/folder.c
4462                 Fix folder dnd statusbar logging
4463
4464 2002-12-10 [christoph]  0.8.6claws96
4465
4466         * src/compose.c
4467         * src/folder.c
4468         * src/imap.c
4469         * src/inc.c
4470         * src/main.c
4471         * src/mainwindow.c
4472         * src/news.c
4473         * src/send.c
4474         * src/statusbar.[ch]
4475         * src/common/hooks.c
4476         * src/common/log.[ch]
4477                 o handle verbose logging in statusbar directly in statusbar code
4478                   and common code does not need any knowledge about a statusbar
4479                 o remove direct calls to statusbar_(puts|pop)_all functions
4480
4481 2002-12-10 [jens]       0.8.6claws95
4482
4483         * src/*.c
4484                 removed gettext from g_warnings
4485         * po/POTFILES.in
4486                 cleaned and updated
4487         * po/de.po
4488                 updated
4489
4490 2002-12-10 [colin]      0.8.6claws94
4491
4492         * src/main.c
4493                 finish crash dialog fix
4494
4495 2002-12-10 [colin]      0.8.6claws93
4496
4497         * src/main.c
4498                 "Fix" "sylpheed already running" instead of
4499                 crash dialog appearing after a crash
4500
4501 2002-12-10 [colin]      0.8.6claws92
4502
4503         * po/POTFILES.in
4504                 add src/gtk/sslcertwindow.c
4505
4506 2002-12-10 [paul]       0.8.6claws91
4507
4508         * po/POTFILES.in
4509                 updated to reflect recent changes
4510                 submitted by Alessandro Maestri
4511
4512 2002-12-09 [christoph]  0.8.6claws90
4513
4514         * src/Makefile.am
4515         * src/smtp.[ch]                 ** REMOVE **
4516         * src/common/Makefile.am
4517         * src/common/smtp.[ch]          ** NEW **
4518                 move smtp files to common directory
4519
4520 2002-12-09 [christoph]  0.8.6claws89
4521
4522         * src/Makefile.am
4523         * src/session.[ch]              ** REMOVE **
4524         * src/common/Makefile.am
4525         * src/common/session.[ch]       ** NEW **
4526                 move session files to common directory
4527
4528 2002-12-09 [paul]       0.8.6claws88
4529
4530         * src/account.c
4531                 fix bug [649746] edit accounts: move account reverted
4532                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4533
4534 2002-12-09 [colin]      0.8.6claws87
4535
4536         * src/ssl_certificate.c
4537                 cleanup
4538
4539 2002-12-09 [colin]      0.8.6claws86
4540
4541         * src/ssl.c
4542                 Try to open the cert.pem database and 
4543                 issue a warning if it isn't there
4544
4545 2002-12-09 [colin]      0.8.6claws85
4546
4547         * src/common/ssl_certificate.c
4548         * src/gtk/sslcertwindow.c
4549                 Warning fixes
4550
4551 2002-12-09 [colin]      0.8.6claws84
4552
4553         * src/ssl_certificate.[ch] ** REMOVED **
4554         * src/common/ssl_certificate.[ch] ** NEW **
4555         * src/Makefile.am
4556         * src/common/Makefile.am
4557                 Moved ssl_certificate.[ch] to common
4558         * src/common/ssl.c 
4559                 Put back needed include
4560         * src/gtk/sslcertwindow.[ch]
4561                 Changed ssl_certificate.h include
4562         
4563 2002-12-09 [colin]      0.8.6claws83
4564
4565         * src/gtk/sslcertwindow.[ch]
4566                 Implement hook for certificate acception
4567         * src/ssl_certificate.[ch]
4568                 Implement hook for certificate acception
4569         * src/common/ssl.c
4570                 Reenable certificate acception check
4571         * src/mainwindow.c
4572                 Register sslcertwindow's hook
4573         
4574 2002-12-08 [christoph]  0.8.6claws82
4575
4576         * src/about.c
4577         * src/addr_compl.c
4578         * src/codeconv.c
4579         * src/manual.c
4580         * src/undo.c
4581         * src/common/utils.c
4582                 o add missing includes
4583                 o fix warnings
4584         * src/.cvsignore
4585         * src/common/.cvsignore
4586         * src/common/version.h          ** REMOVE **
4587                 remove autogenerated file
4588
4589 2002-12-08 [paul]       0.8.6claws81
4590
4591         * src/stringtable.c
4592                 put back needed include
4593
4594 2002-12-08 [colin]      0.8.6claws80
4595         
4596         * src/gtk/sslcertwindow.c
4597                 Cleaner popups when asking
4598         * src/ssl_certificate.c
4599         * src/prefs_common.[ch]
4600                 remove ssl certificate pref
4601                 put back needed include
4602         * src/undo.c
4603                 put back needed include
4604
4605 2002-12-08 [christoph]  0.8.6claws79
4606
4607         * src/folderview.c
4608         * src/logwindow.c
4609         * src/statusbar.c
4610         * src/summaryview.c
4611                 only abort hook invokation if required data is missing not
4612                 if our own data pointer is NULL, update hookfunction for
4613                 log window
4614
4615 2002-12-08 [paul]       0.8.6claws78
4616
4617         * src/about.c
4618         * src/addrcache.c
4619         * src/addrclip.c
4620         * src/addr_compl.c
4621         * src/addrselect.c
4622         * src/codeconv.c
4623         * src/colorlabel.c
4624         * src/enriched.c
4625         * src/esmtp.c
4626         * src/exporthtml.c
4627         * src/headerview.c
4628         * src/imageview.c
4629         * src/manual.c
4630         * src/noticeview.c
4631         * src/pgptext.c
4632         * src/scoring.c
4633         * src/sourcewindow.c
4634         * src/stringtable.c
4635         * src/undo.c
4636                 clean up: remove unneccesary includes
4637
4638 2002-12-08 [christoph]  0.8.6claws77
4639
4640         * src/folderview.c
4641         * src/statusbar.c
4642         * src/summaryview.c
4643         * src/common/hooks.[ch]
4644                 hook functions now have a gboolean return value, if a hook
4645                 returns TRUE it will stop executing of any more hooks in
4646                 the same hooklist for this invokation
4647
4648 2002-12-08 [colin]      0.8.6claws76
4649         
4650         * src/main.c
4651                 put back argv0 for CRASH_DIALOG
4652
4653 2002-12-08 [christoph]  0.8.6claws75
4654
4655         * src/Makefile.am
4656         * src/about.c
4657         * src/account.c
4658         * src/crash.c
4659         * src/esmtp.h
4660         * src/imap.[ch]
4661         * src/inc.c
4662         * src/main.c
4663         * src/mainwindow.c
4664         * src/news.c
4665         * src/pop.[ch]
4666         * src/prefs_account.[ch]
4667         * src/prefs_common.[ch]
4668         * src/send.[ch]
4669         * src/smtp.[ch]
4670         * src/ssl_certificate.[ch]
4671         * src/ssl_manager.[ch]
4672         * src/common/Makefile.am
4673         * src/common/log.c
4674         * src/common/nntp.[ch]
4675         * src/common/socket.[ch]
4676         * src/common/ssl.[ch]
4677         * src/gtk/sslcertwindow.[ch]
4678         * ac/openssl.m4
4679                 use new autoconf script to detect OpenSSL with extra parameters
4680                 to specify the location of libs and includes, also remove USE_SSL
4681                 to USE_OPENSSL
4682
4683         * src/common/sylpheed.[ch]
4684         * src/common/version.h.in
4685                 start seperation of common code initialization seperated from gui
4686
4687         * src/summaryview.c
4688                 The function that is called when a color label changes
4689                 should not change the color lable again
4690
4691 2002-12-08 [colin]      0.8.6claws74
4692
4693         * src/gtk/sslcertwindow.c
4694                 warning fixes
4695
4696 2002-12-08 [colin]      0.8.6claws73
4697
4698         * src/statusbar.c
4699           src/common/log.h
4700                 Register a hook for statusbar_puts_all
4701         * src/common/log.c
4702                 invoke statusbar_puts_all's hook
4703         
4704 2002-12-08 [colin]      0.8.6claws72
4705
4706         * src/ssl_certificate.c
4707                 Put back a badly-removed include
4708
4709 2002-12-08 [colin]      0.8.6claws71
4710
4711         * src/gtk/sslcertwindow.[ch]    ** NEW **
4712                 new certificate presentation
4713         * src/gtk/Makefile.am
4714                 add new files
4715         * src/ssl_certificate.[ch]
4716                 gtk cleanup, made utility functions public
4717         * src/ssl_manager.c
4718                 use new cert presentation
4719
4720 2002-12-07 [christoph]  0.8.6claws70
4721
4722         * src/Makefile.am
4723         * src/nntp.[ch]                 ** REMOVE **
4724         * src/common/Makefile.am
4725         * src/common/nntp.[ch]          ** NEW **
4726                 move nntp files to common directory
4727
4728 2002-12-07 [christoph]  0.8.6claws69
4729
4730         * src/procmsg.[ch]
4731         * src/summaryview.c
4732                 implement msginfo update callback using sylpheed's new
4733                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4734
4735 2002-12-06 [christoph]  0.8.6claws68
4736
4737         * src/editgroup.c
4738                 This patch changes the 'Edit Group Details' dialog to
4739                 allow extended selections in either pane, so that
4740                 addresses can be added or removed from a group more
4741                 quickly and easily. (it actually is a net decrease in
4742                 file size, as some unnecessary functions have been
4743                 removed). 
4744                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4745
4746 2002-12-06 [christoph]  0.8.6claws67
4747
4748         * src/Makefile.am
4749         * src/template.[ch]             ** REMOVE **
4750         * src/common/Makefile.am
4751         * src/common/template.[ch]      ** NEW **
4752                 move template files to common directory
4753
4754         * src/nntp.c
4755                 add missing log.h include
4756
4757 2002-12-06 [melvin]     0.8.6claws66
4758
4759         * src/prefs_actions.c
4760                 Added the trailing ">" syntax to insert command's output
4761                 without replacing old text (in contrast to trailing "|").
4762
4763 2002-12-05 [colin]      0.8.6claws65
4764         
4765         * src/common/utils.c
4766                 Don't modify original search_string or it'll change
4767                 the next iterations in the for()
4768
4769 2002-12-05 [darko]      0.8.6claws64
4770
4771         * src/common/utils.c
4772                 proper check for filtering commands, found by Colin
4773
4774 2002-12-05 [darko]      0.8.6claws63
4775
4776         * src/common/utils.c
4777                 check proper string for NULL pointer, found by Colin
4778
4779 2002-12-05 [darko]      0.8.6claws62
4780
4781         * src/common/utils.[ch]
4782                 expand_search_string(): new function
4783                 converts Mutt-like patterns to Sylpheed's
4784                 filtering engine
4785         * src/summaryview.c
4786                 use expand_search_string() to allow Mutt-like
4787                 patterns in extended search
4788         * README.claws
4789                 document extended option in quick search
4790
4791 2002-12-05 [paul]       0.8.6claws61
4792
4793         * sync with 0.8.6cvs16
4794                 see ChangeLog 2002-12-05
4795                 
4796         * po/POTFILES.in
4797                 clean up
4798
4799 2002-12-04 [christoph]  0.8.6claws60
4800
4801         * src/imap.[ch]
4802                 put imap authentication code into a new function and
4803                 remove it from imap_session_new that will allow to
4804                 send other commands before authentication
4805
4806 2002-12-04 [christoph]  0.8.6claws59
4807
4808         * src/imap.[ch]
4809                 use already existing method to prevent unneeded IMAP
4810                 folder selects. Set imap_select parameters to NULL
4811                 in some functions if the values are not required.
4812
4813         * src/xml.h
4814                 remove no longer required include
4815
4816 2002-12-04 [paul]       0.8.6claws58
4817
4818         * po/es.po
4819                 updated by Ricardo Mones Lastra
4820                 
4821         * configure.in
4822           po/hu.po      ** NEW FILE **
4823                 initial Hungarian translation, submitted
4824                 by Gál Zoltán <galzoli@hu.inter.net>
4825
4826 2002-12-03 [christoph]  0.8.6claws57
4827
4828         * src/Makefile.am
4829         * src/gtksctree.[ch]            ** REMOVE **
4830         * src/gtk/Makefile.am
4831         * src/gtk/gtksctree.[ch]        ** NEW **
4832                 move gtksctree files to gtk directory
4833
4834 2002-12-03 [christoph]  0.8.6claws56
4835
4836         * src/Makefile.am
4837         * src/md5.[ch]                  ** REMOVE **
4838         * srm/common/Makefile.am
4839         * src/common/md5.[ch]           ** NEW **
4840                 move md5 files to common directory
4841
4842         * src/gtkstext.c
4843                 remove not required #include
4844
4845 2002-12-03 [sergey]     0.8.6claws55
4846
4847         * src/gtkutils.c
4848         * src/gtkutils.h
4849                 gtkut_window_popup(): new function.
4850         * src/mainwindow.c
4851                 main_window_popup(): use gtkut_window_popup() to raise
4852                 window without changing its position.
4853                 (see sylpheed-main ML message [sylpheed:17247])
4854
4855 2002-12-03 [sergey]     0.8.6claws54
4856
4857         * src/send.c
4858                 send_message_local(): removed first-dot escaping
4859                 (SMTP-only, not needed for sending through pipe)
4860
4861 2002-12-03 [paul]       0.8.6claws53
4862
4863         * po/POTFILES.in
4864                 update to reflect recent changes (thanks
4865                 to Ricardo Mones Lastra)
4866                 
4867         * tools/filter_conv.pl
4868                  fix problem with quoted strings. Patch submitted
4869                  by Luke Plant <lukeplant@softhome.net>
4870
4871 2002-12-03 [paul]       0.8.6claws52
4872
4873         * sync with 0.8.6cvs15
4874                 see ChangeLog 2002-12-03
4875
4876 2002-12-02 [christoph]  0.8.6claws51
4877
4878         * src/logwindow.[ch]
4879         * src/common/log.[ch]
4880                 implement logging using a hook function
4881
4882         * src/folderview.c
4883         * src/folder.[ch]
4884                 define hooklist name in header file to avoid
4885                 errors caused by wrong spelling of hooklist names
4886
4887         * src/toolbar.c
4888                 fix warnings
4889
4890 2002-12-02 [christoph]  0.8.6claws50
4891
4892         * src/common/Makefile.am
4893                 add src/common/hooks.[ch]
4894
4895         * src/common/hooks.[ch]
4896                 implement a simple hook system using glib's hook functions
4897
4898         * src/folder.[ch]
4899         * src/folderview.c
4900                 use new hook system for folder item updates
4901
4902 2002-12-02 [christoph]  0.8.6claws49
4903
4904         * doc-src/ui_seperation.txt     ** NEW **
4905                 information for ui seperation
4906
4907         * src/Makefile.am
4908                 remove files that were moved to common
4909                 include common directory by default for the header files
4910
4911         * src/inc.c
4912         * src/common/socket.c
4913         * src/automaton.[ch]
4914                 implement automaton using g_io_*-functions instead of
4915                 gdk_input_add to make it ui independent
4916
4917         * src/codeconv.c
4918         * src/compose.c
4919         * src/ldif.c
4920         * src/pgptext.c
4921         * src/procmime.c
4922         * src/rfc2015.c
4923         * src/smtp.c
4924         * src/unmime.c
4925                 remove common/ prefix because directory is now in
4926                 include path
4927
4928         * src/compose.c
4929         * src/folder.c
4930         * src/folderview.c
4931         * src/mainwindow.c
4932         * src/messageview.c
4933         * src/prefs_common.c
4934         * src/procmsg.c
4935         * src/rfc2015.c
4936                 fix warnings
4937
4938         * src/imap.c
4939         * src/inc.c
4940         * src/news.c
4941         * src/pop.c
4942         * src/send.c
4943         * src/smtp.c
4944         * src/ssl_certificate.c
4945                 add log.h header file for logging functions
4946
4947         * src/main.c
4948         * src/common/utils.c
4949         * src/summaryview.c
4950         * src/xml.c
4951                 o move debug_mode to common/utils.c
4952                 o add functions to set and get debug_mode
4953
4954         * src/defs.h                    ** REMOVE **
4955         * src/intl.h                    ** REMOVE **
4956         * src/socket.[ch]               ** REMOVE **
4957         * src/ssl.[ch]                  ** REMOVE **
4958         * src/utils.[ch]                ** REMOVE **
4959                 replaced by new files in src/common/
4960         
4961         * src/common/Makefile.am
4962                 add new files in src/common/
4963
4964         * src/common/defs.h             ** NEW **
4965         * src/common/intl.h             ** NEW **
4966         * src/common/log.[ch]           ** NEW **
4967         * src/common/socket.[ch]        ** NEW **
4968         * src/common/ssl.[ch]           ** NEW **
4969         * src/common/utils.[ch]         ** NEW **
4970                 replacement for files in src/
4971
4972 2002-12-02 [colin]      0.8.6claws48
4973
4974         * src/folderview.c
4975                 Scroll folderview if necessary during dnd
4976
4977 2002-12-02 [colin]      0.8.6claws47
4978
4979         * src/folder.[ch]
4980                 Add check to verify a move is within a single mailbox
4981         * src/folderview.c
4982                 Add specific error string for this check
4983
4984 2002-12-02 [colin]      0.8.6claws46
4985
4986         * src/folder.c
4987                 Add a test to folder moving, remove a statusbar_print
4988         * src/folderview.c
4989                 Add Move folder... context-menu item
4990                 Factorize folder moving code
4991                 Enable folder DND for mbox
4992
4993 2002-12-01 [christoph]  0.8.6claws45
4994
4995         * ac/aspell.m4
4996                 remove conf.aspelltest if the version check fails
4997
4998 2002-11-30 [christoph]  0.8.6claws44
4999
5000         * autogen.sh
5001                 run libtoolize --force in autogen to create missing
5002                 libtool scripts
5003
5004 2002-11-30 [christoph]  0.8.6claws43
5005
5006         * src/Makefile.am
5007         * src/pgptext.c
5008         * src/procmime.c
5009         * src/rfc2015.c
5010         * src/uuencode.[ch]             ** REMOVED **
5011         * src/common/Makefile.am
5012         * src/common/uuencode.[ch]      ** NEW **
5013                 move uuen/decoder to common directory
5014
5015 2002-11-30 [christoph]  0.8.6claws42
5016
5017         * src/Makefile.am
5018         * src/base64.[ch]               ** REMOVED **
5019         * src/codeconv.c
5020         * src/compose.c
5021         * src/ldif.c
5022         * src/pgptext.c
5023         * src/procmime.c
5024         * src/rfc2015.c
5025         * src/smtp.c
5026         * src/unmime.c
5027         * src/common/Makefile.am
5028         * src/common/base64.[ch]        ** NEW **
5029                 move base64 en/decoder to common directory
5030
5031 2002-11-30 [christoph]  0.8.6claws41
5032
5033         * src/common                    ** NEW **
5034                 new directory for UI independent code
5035         * src/gtk                       ** NEW **
5036                 new directory for GTK frontend
5037         * src/common/.cvsignore         ** NEW **
5038         * src/gtk/.cvsignore            ** NEW **
5039                 ignore build files
5040         * src/common/Makefile.am        ** NEW **
5041         * src/gtk/Makefile.am           ** NEW **
5042                 automake files to build new seperated stuff
5043         * src/Makefile.am
5044                 the binary will currently still be build with the
5045                 files in src, so we include the code from the
5046                 subdirs for now after building the libs there
5047
5048 2002-11-30 [paul]       0.8.6claws40
5049
5050         * src/compose.c
5051                 fix bug [642731] 'Wrong selected account with drafted mail'
5052
5053 2002-11-29 [oliver]     0.8.6claws39
5054         
5055         * src/messageview.c
5056                 o update summaryview when switching between different
5057                   messageviews          
5058         * src/toolbar.c  
5059                 o check if messageview holds already removed msg
5060                   from summaryview
5061                 
5062
5063 2002-11-29 [oliver]     0.8.6claws38
5064
5065         * src/toolbar.c 
5066                 remove not needed variables and includes
5067                 make messageview stay opened and move to next when msgs are deleted 
5068
5069 2002-11-29 [oliver]     0.8.6claws37
5070         
5071         * src/toolbar.c 
5072                 disable compose button (messageview toolbar) by default
5073                 deleted msgs are moved to trash
5074         
5075 2002-11-29 [melvin]     0.8.6claws36
5076
5077         * configure.in
5078                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5079                 and to detect signatures expirations (gpgme 0.3.6)
5080
5081         * src/main.c
5082                 Use non obsolescent function for Gpgme engine checking.
5083
5084         * src/rfc2015.c
5085                 Inform about expired signatures or signatures which key
5086                 has expired. Expiration date is displayed.
5087
5088         * src/sigstatus.c
5089                 Inform about expired signatures or signatures which key
5090                 has expired.
5091
5092 2002-11-28 [paul]       0.8.6claws35
5093
5094         * src/folderview.c
5095                 re-instate 'Check for new messages' in Newsgroup
5096                 folders right-click menu, after a suggestion from
5097                 Tim Mann <timmann@users.sourceforge.net>
5098
5099         * src/main.c
5100                 after a crash check only local folders for new
5101                 messages
5102
5103 2002-11-28 [paul]       0.8.6claws34
5104
5105         * configure.in
5106                 apply patch that fixes the checking of GTK with XIM 
5107                 support on different OSs, such as FreeBSD. Patch 
5108                 submitted by Topia <topia@users.sourceforge.net>
5109                 
5110 2002-11-28 [paul]       0.8.6claws33
5111
5112         * src/mainwindow.c
5113           src/prefs_common.c
5114           src/prefs_toolbar.c
5115                 more changes to the English
5116
5117 2002-11-28 [paul]       0.8.6claws32
5118
5119         * sync with 0.8.6cvs13
5120                 see ChangeLog 2002-11-28 (no sync needed
5121                 for src/compose.c)
5122
5123 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5124         
5125         * src/mainwindow.[ch]
5126                 add patch by Ivan F. Martinez introducing messageview Toolbar
5127                 some changes and committed by oliver    
5128
5129 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5130
5131         * src/messageview.[ch]
5132                 add patch by Ivan F. Martinez introducing messageview Toolbar
5133                 some changes and committed by oliver    
5134
5135 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5136
5137         * src/compose.[ch]
5138                 add patch by Ivan F. Martinez introducing messageview Toolbar
5139                 some changes and committed by oliver    
5140
5141 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5142         
5143         * src/toolbar.[ch]
5144                 add patch by Ivan F. Martinez introducing messageview Toolbar
5145                 some changes and committed by oliver
5146
5147 2002-11-28 [oliver]     0.8.6claws27
5148         
5149         * src/prefs_toolbar.[ch]
5150                 getting ready for messageview toolbar
5151                 free mem allocated by gettext
5152                 change prefs_toolbar to prefs_toolbar_open
5153  
5154 2002-11-28 [thorsten]   0.8.6claws26
5155
5156         * src/imageview.[ch]
5157                 cleaned up conflicting declarations of
5158                 imageview_show_image()
5159
5160 2002-11-28 [paul]       0.8.6claws25
5161
5162         * src/grouplistdialog.c
5163           src/prefs_common.c
5164           src/prefs_summary_column.c
5165                 a few more improvements to the English
5166
5167 2002-11-28 [colin]      0.8.6claws24
5168
5169         * man/sylpheed.1
5170                 A few updates to command-line parameters
5171
5172 2002-11-28 [colin]      0.8.6claws23
5173
5174         * src/prefs_filtering.c
5175                 Fix problems with prefs_filtering_delete_path:
5176                 a) if the first rule is removed, original pointers
5177                    weren't updated (leading to segfaults)
5178                 b) it was always global_processing updated in case
5179                    of removed path was parent of rule path
5180
5181 2002-11-27 [paul]       0.8.6claws22
5182
5183         * src/mainwindow.c
5184           src/prefs_account.c
5185           src/prefs_actions.c
5186           src/prefs_common.c
5187           src/prefs_customheader.c
5188           src/prefs_display_header.c
5189           src/prefs_filtering.c
5190           src/prefs_folder_item.c
5191           src/prefs_matcher.c
5192           src/prefs_scoring.c
5193           src/prefs_summary_column.c
5194           src/prefs_template.c
5195           src/prefs_toolbar.c
5196                  improve the English in the GUI
5197
5198 2002-11-27 [colin]      0.8.6claws21
5199
5200         * src/folder.c
5201                 Fix processing renaming problems happening after
5202                 last commit
5203
5204 2002-11-27 [colin]      0.8.6claws20
5205
5206         * src/folder.c
5207                 recursive move now deletes src each subfolder after 
5208                 having moved it
5209         * src/folderview.c
5210                 Use identifier instead of path during dnd (enables
5211                 IMAP folder dnd)
5212
5213 2002-11-27 [paul]       0.8.6claws19
5214
5215         * src/main.c
5216                 apply patch that does command-line processing 
5217                 BEFORE gtk_init, allowing claws to run from 
5218                 shell-scripts in non-X environment (e.g. crontab 
5219                 or ip-up, ip-down scripts). Patch submitted by
5220                 Ruslan N. Balkin <baron@dartel.ru>
5221                 
5222         * po/it.po
5223                 updated by Alessandro Maestri
5224
5225 2002-11-27 [paul]       0.8.6claws18
5226
5227         * sync with 0.8.6cvs12
5228           src/prefs_common.c
5229                 Differences are that main uses a 'Receive dialog'
5230                 frame on the Interface tab, whereas claws groups all 
5231                 the dialogs together in a 'Dialogs' frame.
5232
5233 2002-11-27 [colin]      0.8.6claws17
5234
5235         * src/prefs_matcher.c
5236                 Fix Execute criteria's NOT flag
5237
5238
5239 2002-11-26 [christoph]  0.8.6claws16
5240
5241         * src/ssl.c
5242                 rewrite the ssl code a little bit, only use one
5243                 SSL context, set default certificates' file/path
5244
5245 2002-11-26 [thorsten]   0.8.6claws15
5246
5247         * src/compose.c
5248                 default-reply-to didn't work for ml-reply
5249
5250 2002-11-26 [melvin]     0.8.6claws14
5251
5252         * src/prefs_actions.c
5253                 Made pipe-actions ignore short headers in message view
5254                 Made trailing-pipe-actions write in the message view with
5255                 the same font as the original message
5256
5257 2002-11-26 [paul]       0.8.6claws13
5258
5259         * src/compose.c
5260                 this time commit the correct file
5261
5262 2002-11-26 [paul]       0.8.6claws12
5263
5264         * sync with 0.8.6cvs11
5265           src/quote_fmt_parse.y  
5266                 no sync needed
5267           src/account.[ch]       
5268                 not sync'ed
5269           src/compose.c
5270                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5271                 on draft mode.
5272                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5273                 header
5274                 
5275         see ChangeLog 2002-11-25 and 2002-11-26
5276
5277 2002-11-26 [colin]      0.8.6claws11
5278
5279         * src/folderview.c
5280                 Fix collapsed folder not auto-expanding during
5281                 mail dnd, if it was the source folder.
5282
5283 2002-11-25 [colin]      0.8.6claws10
5284
5285         * src/folderview.[ch]
5286                 Variable renaming and cleaning (slist of nodes 
5287                 to be re-collapsed is stored in FolderView)
5288
5289 2002-11-25 [paul]       0.8.6claws9
5290
5291         * src/prefs_common.[ch]
5292                 fix breakage caused by last commit
5293
5294 2002-11-25 [paul]       0.8.6claws8
5295
5296         * sync with 0.8.6cvs4
5297                 see ChangeLog 2002-11-21
5298
5299 2002-11-25 [paul]       0.8.6claws7
5300
5301         * sync with 0.8.6cvs4
5302                 see ChangeLog 2002-11-20
5303
5304 2002-11-25 [paul]       0.8.6claws6
5305
5306         * sync with 0.8.6cvs3
5307                 see ChangeLog 2002-11-18
5308
5309 2002-11-25 [colin]      0.8.6claws5
5310
5311         * src/gtkutils.[ch]
5312                 Add gtkut_ctree_node_is_parent()
5313         * src/folderview.c
5314                 Spring-loaded folders
5315
5316 2002-11-25 [colin]      0.8.6claws4
5317
5318         * src/utils.[ch]
5319                 Add slist_concat_unique(), function to merge
5320                 two GSList filtering dups
5321         * src/folder.[ch]
5322         * src/summaryview.[ch]
5323         * src/folderview.c
5324         * src/main.c
5325                 Add detection/update/display of unread answers
5326                 to marked mails
5327         * src/procmsg.[ch]
5328                 Add procmsg_find_children()
5329                 Add procmsg_msg_has_marked_parent()
5330
5331 2002-11-25 [colin]      0.8.6claws3
5332
5333         * src/ssl_certificate.[ch]
5334                 Allow checking a certificate without a DNS
5335                 lookup
5336                 Allow to forget a cert (by deleting it)
5337                 Make ssl_certificate_destroy_public
5338         * src/ssl_manager.[ch] ** NEW FILES **
5339                 Gui to manage (display/remove) certificates
5340         * src/prefs_common.[ch]
5341                 Add a pref to allow silent acceptation of
5342                 trusted certificates or not (based on the
5343                 "I want to know what's going on" principle)
5344         * src/mainwindow.c
5345                 Add SSL manager in Tools menu
5346         * src/Makefile.am
5347                 Add the new files to the build
5348         * po/POTFILES.in
5349                 Add ssl_manager.c to translations
5350
5351 2002-11-25 [colin]      0.8.6claws2
5352
5353         * src/summaryview.[ch]
5354                 Add S_SEARCH_EXTENDED to the quick search, which 
5355                 allows to search using filtering syntax.
5356
5357 2002-11-25 [colin]      0.8.6claws1
5358
5359         * src/summaryview.c
5360                 Deletion of duplicates now prefer deleting
5361                 the unread dup (fixes feature-request 638989).
5362
5363 2002-11-24 [paul]       0.8.6claws
5364
5365         * po/es.po
5366           po/pl.po
5367           po/ru.po
5368           po/sr.po
5369                 updated by Ricardo Mones Lastra,
5370                 Witold Wladyslaw Wojciech Wilk,
5371                 Ruslan N. Balkin, and  Urke MMI 
5372                 respectively
5373
5374 2002-11-24 [paul]       0.8.5claws182
5375
5376         * po/bg.po
5377                 updated by George Danchev
5378
5379 2002-11-23 [alfons]     0.8.5claws181
5380
5381         * src/imap.c
5382                 tiny memory leak found by browsing Dimitar's 
5383                 valgrind report
5384
5385 2002-11-23 [paul]       0.8.5claws180
5386
5387         * po/it.po
5388                 updated by Alessandro Maestri
5389
5390 2002-11-22 [christoph]  0.8.5claws179
5391
5392         * src/compose.c
5393         * src/inc.c
5394         * src/prefs_filtering.c
5395         * src/summaryview.c
5396                 more warning fixes
5397
5398 2002-11-22 [alfons]     0.8.5claws178
5399
5400         * src/summaryview.c
5401                 summary_execute_delete_func(): if message is deleted, make 
5402                 sure to also remove its entry in the subject hash table. 
5403                 fixes a corner case bug.
5404
5405 2002-11-22 [paul]       0.8.5claws177
5406
5407         * .cvsignore
5408                 add 'autom4te.cache'
5409                 
5410         * ltconfig      ** REMOVED **
5411                 not needed
5412
5413 2002-11-22 [paul]       0.8.5claws176
5414
5415         * src/textview.c
5416                 textview_set_font(): fix for message display in
5417                 UTF-8 locales (thanks to Sergey Vlasov).
5418                 
5419         * AUTHORS
5420                 add new team members and contributors
5421
5422
5423 2002-11-21 [colin]      0.8.5claws175
5424
5425         * src/procmsg.[ch]
5426                 Add procmsg_remove_special_headers()
5427         * src/mh.c
5428                 Use procmsg_remove_special_headers() for 
5429                 previous fix
5430
5431 2002-11-21 [colin]      0.8.5claws174
5432
5433         * src/mh.c
5434                 Fix moving/copying from queue/draft folders
5435                 for MH folders
5436
5437 2002-11-21 [christoph]  0.8.5claws173
5438
5439         * src/crash.c
5440         * src/filtering.c
5441         * src/logwindow.c
5442         * src/main.c
5443         * src/matcher_parser_lex.[hl]
5444         * src/mbox.c
5445         * src/mbox_folder.[ch]
5446         * src/prefs_filtering.c
5447         * src/procheader.c
5448         * src/quote_fmt_lex.l
5449         * src/ssl.c
5450                 fix all warnings except the warnings in lex and yacc files
5451
5452 2002-11-20 [christoph]  0.8.5claws172
5453
5454         * src/imap.c
5455                 fix MsgInfo retrieval for IMAP draft and queue folders
5456                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5457
5458 2002-11-19 [christoph]  0.8.5claws171
5459
5460         * src/compose.c
5461                 fix segfault, when draft saving does not get
5462                 the MsgInfo of the new message
5463                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5464
5465 2002-11-19 [christoph]  0.8.5claws170
5466
5467         * src/procmsg.c
5468                 add parameter check for flag setting function
5469                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5470
5471 2002-11-18 [paul]       0.8.5claws169
5472
5473         * src/compose.c
5474                 more sensitivity fixes to redirect mode:
5475                 * disable toolbar draft button
5476                 * allow only Address book in the Tools menu
5477                 * disable editing of message by the spell
5478                   checker
5479
5480 2002-11-18 [paul]       0.8.5claws168
5481
5482         * src/compose.c
5483                 fix sensitivity of menu items in compose_redirect():
5484                 allow only the necessary items 
5485
5486 2002-11-18 [paul]       0.8.5claws167
5487
5488         * src/compose.c
5489                 fix bug [ 603259 ] 'attachment got lost on bounce'
5490
5491 2002-11-18 [paul]       0.8.5claws166
5492
5493         * po/ru.po
5494                 updated by Ruslan N. Balkin <baron@dartel.ru>
5495
5496 2002-11-18 [colin]      0.8.5claws165
5497
5498         * src/main.c
5499           src/defs.h
5500                 Remove old filtering stuff
5501
5502
5503 2002-11-17 [oliver]     0.8.5claws164
5504
5505         * src/toolbar.h
5506                 remove not needed typedef 
5507
5508 2002-11-17 [oliver]     0.8.5claws163
5509
5510         * src/toolbar.c
5511                 make toolbar's on click events translatable
5512
5513 2002-11-15 [colin]      0.8.5claws162
5514
5515         * src/summaryview.c
5516                 Revert too-soon integration of a feature
5517
5518 2002-11-15 [christoph]  0.8.5claws161
5519
5520         * src/imap.c
5521                 use main's implementation of imap_get_msginfo
5522
5523 2002-11-15 [christoph]  0.8.5claws160
5524
5525         * src/compose.c
5526         * src/folder.[ch]
5527         * src/imap.c
5528         * src/mbox_folder.c
5529         * src/mh.c
5530         * src/news.c
5531         * src/procmsg.c
5532         * src/summaryview.c
5533                 replace claws' fetch_msginfo with main's get_msginfo
5534                 (use main's implementation where possible)
5535
5536 2002-11-15 [colin]      0.8.5claws159
5537
5538         * src/ssl_certificate.c
5539                 Missed a check
5540
5541 2002-11-16 [melvin]     0.8.5claws158
5542
5543         * po/fr.po
5544                 Updated French translations.
5545
5546 2002-11-16 [colin]      0.8.5claws157
5547
5548         * src/ssl_certificate.c
5549                 Check for missing parts in the certificates
5550
5551 2002-11-15 [colin]      0.8.5claws156
5552
5553         * src/folderview.c
5554                 Preventive fix (missing check) found by
5555                 Alfons
5556
5557 2002-11-15 [paul]
5558
5559         * NEWS
5560                 sync with 0.8.6 release
5561
5562 2002-11-15 [colin]      0.8.5claws155
5563
5564         * src/folder.[ch]
5565           src/folderview.c
5566                 Fix error handling of folder_item_move_to()
5567                 (thanks to Alfons!)
5568
5569 2002-11-15 [colin]      0.8.5claws154
5570
5571         * src/folder.[ch]
5572           src/folderview.c
5573                 folder_item_move_to() sets an error message instead
5574                 of having GUI stuff in folder.c
5575
5576 2002-11-15 [colin]      0.8.5claws153
5577
5578         * src/procmsg.[ch]
5579                 Implemented a callback for MsgInfo updates, 
5580                 heavily copy/pasted from Christoph's folder 
5581                 callback system
5582         * src/summaryview.[ch]
5583                 Register summary_update_msg as callback
5584
5585 2002-11-14 [colin]      0.8.5claws152
5586         
5587         * src/procmsg.c
5588                 Update the FolderItem after sending (fixes 617593)
5589
5590 2002-11-14 [christoph]  0.8.5claws151
5591
5592         * src/folder.c
5593                 fix wrong position of NULL pointer check found
5594                 by Sergey
5595
5596 2002-11-14 [christoph]  0.8.5claws150
5597
5598         * src/folder.c
5599                 fix segfault when deleting messages from IMAP folders
5600                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5601
5602 2002-11-14 [colin]      0.8.5claws149
5603
5604         * src/compose.c
5605                 Forwarding was also ignoring the folder's default account.
5606
5607 2002-11-14 [colin]      0.8.5claws148
5608
5609         * src/compose.c
5610                 Fix sent folder not set to folder properties when 
5611                 forwarding.
5612
5613 2002-11-14 [thorsten]   0.8.5claws147
5614
5615         * src/inc.c
5616                 inc_start(): Files were not moved from .processing to inbox,
5617                 if no global processing rule existed
5618
5619 2002-11-14 [colin]      0.8.5claws146
5620
5621         * src/ssl_certificate
5622                 Fix file operations
5623
5624 2002-11-14 [paul]       0.8.5claws145
5625
5626         * po/it.po
5627                 updated by Alessandro Maestri
5628
5629 2002-11-13 [alfons]     0.8.5claws144
5630
5631         * src/folder.c
5632                 folder_item_close(): only mark messages unread
5633                 when a folder has new messages 
5634
5635 2002-11-13 [keith]      0.8.5claws143
5636
5637         * src/imap.c
5638                 Fix problem moving or copying between
5639                 IMAP folders
5640
5641 2002-11-13 [colin]      0.8.5claws142
5642
5643         * src/matcher_parser_parse.y
5644                 Fix rule problem when " don't match
5645
5646 2002-11-13 [christoph]  0.8.5claws141
5647
5648         * src/folder.c
5649         * src/folderview.c
5650                 moved cache saving to folder_item_close
5651                 the folderview should not have to deal with
5652                 this things
5653
5654 2002-11-13 [christoph]  0.8.5claws140
5655
5656         * src/summaryview.c
5657                 moved setting of important score to
5658                 summary_set_prefs_from_folderitem
5659
5660 2002-11-13 [colin]      0.8.5claws139
5661
5662         * src/matcher_parser_parse.y
5663                 Fix a segfault in the parser (happening when
5664                 a good expression had been tested and a bad 
5665                 one arrives)
5666
5667 2002-11-13 [paul]       0.8.5claws138
5668
5669         * sync with 0.8.5cvs24
5670                 see ChangeLog 2002-11-13
5671                 
5672         * po/pt_BR.po
5673                 updated by Fabio Jr. Beneditto
5674
5675 2002-11-13 [colin]      0.8.5claws137
5676         
5677         * src/msgcache.c
5678           src/defs.h
5679           src/procmsg.[ch]
5680                 Revert last commit, problem
5681
5682 2002-11-13 [colin]      0.8.5claws136
5683
5684         * src/msgcache.c
5685                 Remove duplicated code
5686         * src/defs.h
5687                 Bumped CACHE_VERSION and MARK_VERSION
5688         * src/procmsg.[ch]
5689                 Network endian for cache and mark files
5690
5691 2002-11-12 [colin]      0.8.5claws135
5692
5693         * src/inc.c
5694                 Fix the "socket error" dialog which disappeared
5695
5696 2002-11-12 [colin]      0.8.5claws134
5697
5698         * src/msgcache.c
5699                 Reverse last commit which had performance 
5700                 problems, but still reverse the list
5701
5702 2002-11-12 [colin]      0.8.5claws133
5703
5704         * src/msgcache.c
5705                 Reverse list order
5706
5707 2002-11-12 [melvin]     0.8.5claws132
5708
5709         * src/compose.c
5710                 Added a check for a NULL prefs_common.dictionary
5711
5712 2002-11-12 [colin]      0.8.5claws131
5713
5714         * src/ssl_certificate.[ch]
5715                 Use FQDN hostname
5716
5717 2002-11-12 [colin]      0.8.5claws130
5718
5719         * src/ssl_certificate.[ch]
5720                 Take connection port into account for 
5721                 checking certificates (a single hostname
5722                 could have multiple servers with multiple
5723                 certificates)
5724         * src/ssl.c
5725                 Pass the port to ssl_certificate_check
5726
5727 2002-11-12 [paul]       0.8.5claws129
5728
5729         * src/folder.c
5730                 fix a typo in last commit
5731
5732 2002-11-12 [paul]       0.8.5claws128
5733
5734         * sync with 0.8.5cvs23
5735                 see ChangeLog entry 2002-11-12
5736
5737 2002-11-11 [colin]      0.8.5claws127
5738
5739         * src/ssl_certificate.c
5740                 Cleaner messages
5741                 Don't popup, instead log error, if the 
5742                 corresponding pref is checked
5743         * src/ssl_certificate.h
5744                 include <openssl/objects/h>
5745
5746 2002-11-11 [colin]      0.8.5claws126
5747
5748         * src/ssl_certificate.h
5749                 _Really_ clean it
5750
5751 2002-11-11 [colin]      0.8.5claws125
5752         
5753         * src/ssl_certificate.c
5754                 Fixed leak
5755
5756 2002-11-11 [colin]      0.8.5claws124
5757
5758         * src/ssl.c
5759                 Cleaned a bit
5760         * src/ssl_certificate.[ch]
5761                 Cleaned a bit (better use of SSL API)
5762                 (This will cause non-recognition of saved 
5763                  certificates of claws12[23]...)
5764
5765 2002-11-11 [paul]       0.8.5claws123
5766         
5767         * po/es.po
5768                 updated by Ricardo Mones Lastra
5769
5770 2002-11-11 [colin]      0.8.5claws122
5771
5772         * src/ssl.c
5773                 Fix a typo
5774
5775 2002-11-11 [colin]      0.8.5claws121
5776
5777         * src/ssl_certificate.[ch] ** NEW FILES **
5778         * src/ssl.[ch]
5779                 Check SSL certificates presented to us
5780         * src/Makefile.am
5781                 Add ssl_certificate.[ch]
5782         * po/POTFILES.in
5783                 Add ssl_certificate.c
5784
5785 2002-11-11 [paul]       0.8.5claws120
5786
5787         * sync with 0.8.5cvs22
5788                 see ChangeLog 2002-11-11
5789
5790 2002-11-11 [paul]       0.8.5claws119
5791
5792         * sync with 0.8.5cvs21
5793                 see ChangeLog 2002-11-11
5794
5795 2002-11-10 [jens]       0.8.5claws118
5796
5797         * src/folder.c
5798         * src/folderview.c
5799                 corrected some typing
5800         * po/de.po
5801                 updated german translation
5802         * sylpheed.spec.in
5803                 cleaned up specfile and adjusted it for claws
5804
5805 2002-11-10 [colin]      0.8.5claws117
5806
5807         * src/summaryview.c
5808                 a STATUSBAR_PUSH/POP fix
5809
5810 2002-11-10 [colin]      0.8.5claws116
5811
5812         * src/prefs_folder_item.c
5813                 Fix hanging after opening folder properties
5814
5815 2002-11-10 [hoa]        0.8.5claws115
5816
5817         * src/matcher_parser_lex.l
5818         * src/matcher_parser_parse.y
5819                 config file for scoring and filtering is no more trashed
5820                 when there is a syntax error in a filtering rule when
5821                 editing it in a dialog.
5822
5823 2002-11-09 [colin]      0.8.5claws114
5824
5825         * src/mbox_folder.c
5826                 Added missing initialisation of folder->destroy()
5827
5828 2002-11-09 [colin]      0.8.5claws113
5829
5830         * src/folder.c
5831           src/folderview.c
5832                 Fix the status bar messages
5833
5834 2002-11-09 [colin]      0.8.5claws112
5835
5836         * src/folderview.c
5837                 Fix hangs after folder dnd, happening after 
5838                 claws109.
5839
5840 2002-11-09 [christoph]  0.8.5claws111
5841
5842         * src/folderview.c
5843                 just changed order of calls (reverse order of
5844                 associated calls)
5845         * src/inc.c
5846                 lock inc when checking only one account, otherwise
5847                 inc all could be executed at the same time
5848
5849 2002-11-09 [christoph]  0.8.5claws110
5850
5851         * src/folderview.c
5852                 better unlock the mouse cursor before calling
5853                 summary_show because it changes the cursor too
5854
5855 2002-11-09 [christoph]  0.8.5claws109
5856
5857         * src/folder.[ch]
5858         * src/folderview.c
5859                 add functions to open and close a folder
5860                 o opending will execute scanning for remote folders
5861                   and processing
5862                 o closing will unset new flag for messages
5863
5864 2002-11-09 [colin]      0.8.5claws108
5865
5866         * src/folder.c
5867                 Add a call to prefs_matcher_write_config to 
5868                 avoid non-leaf folders filtering settings to be
5869                 lost
5870
5871 2002-11-09 [paul]       0.8.5claws107
5872
5873         * src/prefs_account.c
5874                 re-word a label
5875
5876 2002-11-09 [colin]      0.8.5claws106
5877
5878         * src/folderview.c
5879                 Minor esthetic fix
5880
5881 2002-11-09 [colin]      0.8.5claws105
5882
5883         * src/folderview.c
5884                 Fix prefs_filtering deletion for MH folders (same
5885                 reason as below)
5886         * src/prefs_filtering.c
5887                 Fix prefs_filtering renaming and deletion for 
5888                 folder-based processing rules.  
5889
5890 2002-11-09 [christoph]  0.8.5claws104
5891
5892         * src/compose.c
5893         * src/folder.[ch]
5894         * src/folderview.[ch]
5895         * src/import.c
5896         * src/inc.c
5897         * src/main.c
5898         * src/mainwindow.c
5899         * src/messageview.c
5900         * src/prefs_folder_item.c
5901         * src/procmsg.c
5902         * src/summaryview.c
5903                 implement a callback system for folder item updates
5904
5905 2002-11-09 [colin]      0.8.5claws103
5906
5907         * src/folderview.c
5908                 Fix prefs_filtering renaming for MH folders (we
5909                 shouldn't rename by path as another folder could
5910                 have the same hierarchy).
5911
5912 2002-11-09 [colin]      0.8.5claws102
5913
5914         * src/folder.c
5915                 Fix a leak found by Christoph, use better variable
5916                 names
5917
5918 2002-11-09 [colin]      0.8.5claws101
5919
5920         * src/folder.c
5921                 One more fix for processing rules
5922
5923 2002-11-08 [colin]      0.8.5claws100
5924         
5925         * src/matcher.c
5926                 Don't copy the compiled regexp (will be reevaluated)
5927         * src/folderview.c
5928                 Lock folderview while moving
5929         * src/folder.c
5930                 Provide info on what's happening to the user
5931
5932 2002-11-08 [colin]      0.8.5claws99
5933
5934         * src/folderview.c
5935                 Fix folder reordering after a move if parent is 
5936                 root
5937         * src/scoring.[ch]
5938                 Add function to copy a ScoringProp
5939         * src/prefs_folder_item.c
5940                 Copy scoring rules when copying a folder prefs
5941
5942 2002-11-08 [colin]      0.8.5claws98
5943
5944         * src/folderview.c
5945                 Fixes in case of failure
5946         * src/filtering.[ch]    
5947                 Add function to duplicate a FilteringProp
5948         * src/matcher.[ch]
5949                 Add function to duplicate a MatcherProp
5950         * src/prefs_folder_item.c
5951                 Save folder's processing rules when copying 
5952                 its prefs
5953
5954 2002-11-08 [colin]      0.8.5claws97
5955         
5956         * src/folderview.c
5957                 Sort after move
5958         * src/folder.c 
5959                 Change a printf to debug_print
5960
5961 2002-11-08 [colin]      0.8.5claws96
5962
5963         * src/folder.c
5964           src/folderview.c
5965                 Fix segfaults, call me stupido
5966         
5967
5968 2002-11-08 [colin]      0.8.5claws95
5969
5970         *src/folder.c
5971                 Added forgotten prefs to save when moving folders
5972
5973 2002-11-08 [colin]      0.8.5claws94
5974
5975         * src/folder.c
5976                 Fixes to folder DND (prefs copy)
5977         * src/folderview.c
5978                 Optimization for folder DND (don't rescan whole tree)
5979                 Added folderview_create_folder_node() for this 
5980                 optimization, so de-duped a bit the code
5981         * src/prefs_folder_item.[ch]
5982                 Added prefs_folder_item_copy_prefs()    
5983           
5984 2002-11-08 [paul]       0.8.5claws93
5985
5986         * src/prefs_account.c
5987           tools/README
5988           tools/kmail2sylpheed_v2.pl
5989                 correct some typos
5990
5991 2002-11-08 [paul]       0.8.5claws92
5992
5993         * src/compose.c
5994           src/prefs_account.[ch]
5995                 remove account options 'clearsign' and 'ascii_armored',
5996                 replace with 'default_gnupg_mode' to prevent mixed-mode
5997                 Privacy settings
5998
5999 2002-11-08 [paul]       0.8.5claws91
6000
6001         * src/compose.[ch]
6002                 re-implement GnuPG 'on-the-fly' mode selection,
6003                 disallow mixed-mode
6004
6005 2002-11-08 [colin]      0.8.5claws90
6006
6007         * src/folderview.c
6008           src/prefs_folder_item.c
6009                 Change "Property" to "Properties"
6010
6011 2002-11-07 [colin]      0.8.5claws89
6012
6013         * src/folderview.c
6014           src/folder.c
6015                 Allow folder dropping to a root folder
6016
6017 2002-11-07 [paul]       0.8.5claws88
6018
6019         * src/compose.c
6020                 revert last commit
6021
6022 2002-11-07 [paul]       0.8.5claws87
6023
6024         * src/compose.c
6025                 fix reply-to-list bug. closes bug report
6026                 "[633382] reply-to-list broken in recent cvs"
6027
6028 2002-11-07 [paul]       0.8.5claws86
6029
6030         * src/compose.c
6031                 add a forgotten '#if USE_GPGME ... #endif'
6032
6033 2002-11-07 [paul]       0.8.5claws85
6034
6035         * sync with 0.8.5cvs20
6036                 see ChangeLog 2002-11-07
6037
6038 2002-11-07 [colin]      0.8.5claws84
6039
6040         * src/folder.[ch]
6041                 Change folder_item_move_to to return the newly 
6042                 created folderitem.
6043         * src/folderview.c
6044                 Select the new folderitem after moving.
6045
6046 2002-11-07 [colin]      0.8.5claws83
6047
6048         * src/prefs_filtering.c
6049                 Fix rule rewriting when moving a leaf folder to a 
6050                 shorter path
6051
6052 2002-11-07 [colin]      0.8.5claws82
6053
6054         * src/prefs_filtering.c
6055                 fix a leak
6056
6057 2002-11-07 [colin]      0.8.5claws81
6058
6059         * src/folder.[ch]
6060                 Add folder_item_move_to() function to move a 
6061                 folderitem into another one (updates matcher etc)
6062         * src/folderview.c
6063                 Add folder drag'n drop (context menu to come)
6064                 [Should be dataloss free, but Please backup before 
6065                  trying !]
6066
6067 2002-11-06 [colin]      0.8.5claws80
6068
6069         * src/mh.c
6070                 mh_create_folder() returns NULL if can't create
6071                 directory hierarchy
6072
6073 2002-11-06 [paul]       0.8.5claws79
6074
6075         * src/compose.[ch]
6076                 allow 'on-the-fly' changing of the type of encryption 
6077                 and/or signing used (mime/ascii) via the compose window
6078
6079 2002-11-06 [paul]       0.8.5claws78
6080
6081         * sync with 0.8.5cvs19
6082                 see ChangeLog 2002-11-06 for src/account.c: 
6083                 account_get_special_folder()
6084                 
6085 2002-11-05 [alfons]     0.8.5claws77
6086
6087         * src/crash.c
6088                 very minor cleanups: nothing to see here, move on. :-)
6089
6090 2002-11-05 [colin]      0.8.5claws76
6091
6092         * src/main.c
6093                 Changes choices if compose windows are opened to
6094                 Discard, Draft, Don't quit
6095
6096 2002-11-05 [thorsten]   0.8.5claws75
6097
6098         * src/compose.c
6099                 reenabled default_reply_to folder option
6100
6101 2002-11-05 [colin]      0.8.5claws74
6102
6103         * src/compose.[ch] 
6104                 add compose_draft()
6105         * src/crash.c
6106                 add SIGTERM handler
6107         * src/main.[ch]
6108                 add clean_quit() for the SIGTERM handler
6109
6110 2002-11-05 [paul]       0.8.5claws73
6111         
6112         * po/es.po
6113                 updated by Ricardo Mones Lastra
6114
6115 2002-11-05 [melvin]     0.8.5claws72
6116
6117         * src/logwindow.c
6118                 Fixed log-clipping bug #616795.
6119                 To stop logging in the log window use 0 length.
6120         * src/prefs_common.c
6121                 Added a label to inform about the 0 log length behaviour.
6122
6123 2002-11-05 [paul]       0.8.5claws71
6124
6125         * sync with 0.8.5cvs17
6126                 see ChangeLog 2002-11-05
6127
6128 2002-11-04 [paul]       0.8.5claws70
6129
6130         * sylpheed-128x128.png
6131           sylpheed-64x64.png
6132           sylpheed.png
6133                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6134                 <nikai@users.sourceforge.net>
6135                 
6136         * po/bg.po
6137                 updated by George Danchev
6138
6139 2002-11-03 [thorsten]   0.8.5claws69
6140
6141         * src/main.c
6142           src/mimeview.c
6143           src/rfc2015.h
6144                 add check if gpg is active
6145
6146 2002-11-03 [thorsten]   0.8.5claws68
6147
6148         * src/toolbar.h
6149                 removed GSList declaration causing trouble on MacOS-X
6150                 (submitted by alfons, reported by xfesty)
6151
6152 2002-11-01 [paul]       0.8.5claws67
6153
6154         * src/mainwindow.c
6155                 remove last remnants of main's filter code
6156
6157 2002-11-01 [paul]       0.8.5claws66
6158
6159         * tools/filter_conv.pl
6160                 fix bug where user-defined headers were ignored
6161
6162 2002-11-01 [paul]       0.8.5claws65
6163
6164         * src/logwindow.c
6165                 make a debug_print() not translatable
6166
6167 2002-10-31 [melvin]     0.8.5claws64
6168
6169         * ac/aspell.m4
6170                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6171                 not run any GNU/aspell test.  The dictionary path will
6172                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6173                 was given, in which case, it will be $prefix/lib/aspell/
6174         * configure.in
6175                 Fixed typo in commentary (Aspell code).
6176
6177 2002-10-31 [paul]       0.8.5claws63
6178
6179         * po/POTFILES.in
6180                 remove src/filter.c and src/prefs_filter.c
6181                 thanks to Ricardo for reminding me
6182
6183 2002-10-31 [colin]      0.8.5claws62
6184
6185         * src/mbox_folder.c
6186                 Plug some leaks
6187
6188 2002-10-31 [paul]       0.8.5claws61
6189
6190         * src/prefs_filter.[ch] ** REMOVED **
6191           src/filter.[ch]       ** REMOVED **
6192           
6193         * src/Makefile.am
6194           src/folderview.c
6195           src/inc.c
6196           src/main.c
6197           src/mainwindow.c
6198           src/mbox.c
6199           src/prefs_common.c
6200           src/prefs_filtering.c
6201           src/summaryview.[ch]
6202                 remove main's 'filter' code
6203                 
6204         README.claws
6205                 update to reflect removal of main's filter
6206
6207 2002-10-31 [paul]       0.8.5claws60
6208
6209         * src/summaryview.c
6210                 remove check for global_processing in summary_filter_open(). 
6211                 This fixes the bug where if the user uses the right-click 
6212                 'Create filter rule...' and doesn't have any filter rules 
6213                 already defined in claws' advanced filtering, the newly 
6214                 created filter rule goes to main's filtering which is 
6215                 inaccessible through the gui. Now the filter rule gets added
6216                 to claws' filtering by default.
6217
6218 2002-10-28 [melvin]     0.8.5claws59
6219
6220         * src/prefs_actions.c
6221                 Fixed bug #627322 where MIME parts were not always
6222                 correctly passed to a %p action
6223                 Display an error dialog when message filename is not found.
6224
6225 2002-10-28 [melvin]     0.8.5claws58
6226
6227         * src/prefs_common.c
6228                 Readded a missing function declaration lost in 0.8.3claws34
6229
6230 2002-10-28 [paul]       0.8.5claws57
6231
6232         * sync with 0.8.5cvs15
6233                 see ChangeLog 2002-10-28 and 2002-10-25
6234                 
6235         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6236
6237 2002-10-27 [oliver]     0.8.5claws56
6238
6239         * src/pop.c
6240                 plug leak in pop3_top_recv
6241
6242 2002-10-26 [christoph]  0.8.5claws55
6243
6244         * src/folder.c
6245                 set need_update folder flag when messages are added
6246                 (closes bug [ 626922 ] folder not updated after receiving)
6247
6248 2002-10-25 [melvin]     0.8.5claws54
6249
6250         * src/imageview.c
6251                 Fixed a memleak introduced in the scaling code.
6252
6253 2002-10-24 [alfons]     0.8.5claws53
6254
6255         * src/filtering.c
6256                 make filtering's forward message action forward from the 
6257                 correct account
6258                 (closes bug [628089 ] Filter -> Forward from address problem
6259                 reported by Oktay)
6260
6261 2002-10-24 [christoph]  0.8.5claws52
6262
6263         * src/mainwindow.c
6264         * src/manual.[ch]
6265                 o use manual of current locale or english if current
6266                   locale is not available (and english is available)
6267                 o also link to sylpheed doc project manuals
6268
6269 2002-10-23 [paul]       0.8.5claws51
6270
6271         * tools/README
6272           tools/kmail2sylpheed_v2.pl
6273                 add new version of kmail addressbook importer script.
6274                 works with newer versions of Kmail/KAddressBook which
6275                 have new and rearranged data.
6276
6277 2002-10-23 [martin]     0.8.5claws50
6278
6279         * src/folderview.c
6280         * src/summaryview.c
6281         * src/utils.h
6282         * src/utils.c
6283                 added length parameter to get_abbrev_newsgroup_name()
6284                 changed this function so that it abbreviates the newsgroup
6285                 names only so long it is smaller than the length parameter
6286                 (for better reading of some newsgroup names and space efficiency)
6287
6288 2002-10-22 [colin]      0.8.5claws49
6289
6290         *src/foldersel.c
6291                 Revert Alfons' last modification (after voting ;-))
6292
6293 2002-10-21 [alfons]     0.8.5claws48
6294
6295         * src/foldersel.c
6296                 folder view in folder selection dialog reflects state of
6297                 folder view in main window
6298
6299 2002-10-18 [alfons]     0.8.5claws47
6300
6301         * src/mbox.c
6302                 drop imported messages in folder selected by user,
6303                 and not in the inbox
6304                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6305
6306 2002-10-18 [alfons]     0.8.5claws46
6307
6308         * src/compose.c
6309                 make automagic reply work correctly for email accounts 
6310                 (whether it's viable to do a full sync with Hiro's 
6311                 compose.c is still under discussion)
6312
6313 2002-10-18 [melvin]     0.8.5claws45
6314
6315         * src/prefs_actions.c
6316                 Fixed bug #622275 where asynchroneous actions left 
6317                 zombies processes
6318                 Made (synchroneous) actions' input be displayed live.
6319
6320 2002-10-18 [christoph]  0.8.5claws44
6321
6322         * src/textview.c
6323                 don't add a newline in the textview in front of the
6324                 first textpart if header display is disabled
6325                 (closes bug [ 603385 ] disabled header display leaves blank
6326                  lin)
6327
6328 2002-10-18 [christoph]  0.8.5claws43
6329
6330         * src/folder.[ch]
6331         * src/imap.c
6332         * src/mbox_folder.c
6333         * src/mh.c
6334         * src/news.c
6335                 folder->get_num_list now returns an error code
6336                 (closes bug [ 609424 ] News cache cleared on failure)
6337                 
6338 2002-10-17 [colin]      0.8.5claws42
6339         
6340         * src/news.c
6341                 Changed a printf by debug_print
6342
6343 2002-10-16 [paul]       
6344
6345         * tools/OOo2sylpheed.pl
6346                 allow for spaces in the name of the
6347                 file to be attached.
6348
6349 2002-10-16 [colin]      0.8.5claws41
6350
6351         * src/main.c
6352                 Use a tristate to change online mode
6353
6354 2002-10-16 [paul]       0.8.5claws40
6355
6356         * po/es.po
6357                 updated by Ricardo Mones Lastra
6358
6359 2002-10-16 [colin]      0.8.5claws39
6360
6361         * src/main.c
6362           src/mainwindow.[ch]
6363                 Added --online and --offline command-line
6364                 switches
6365
6366 2002-10-15 [christoph]  0.8.5claws38
6367
6368         * src/procmime.c
6369                 set mimeinfo->name to NULL after g_free to
6370                 avoid double freeing with g_free
6371
6372 2002-10-14 [christoph]  0.8.5claws37
6373
6374         * src/compose.c
6375         * src/filtering.c
6376         * src/summaryview.c
6377                 remove calls to folder->change_flags that are now
6378                 done by procmsg flag functions (seems it is not
6379                 used by any foldertype anyway)
6380         * src/folder.c
6381                 init folder->change_flags with NULL
6382
6383 2002-10-14 [christoph]  0.8.5claws36
6384
6385         * src/folder.[ch]
6386         * src/imap.[ch]
6387                 use virtual functions for folder item new and destroy
6388                 functions
6389
6390 2002-10-14 [melvin]     0.8.5claws35
6391
6392         * src/compose.c
6393                 Added a test to not run the spell checker if no default
6394                 dictionary is available. No dialog is displayed though.
6395
6396 2002-10-14 [melvin]     0.8.5claws34
6397
6398         * src/gtkaspell.c
6399                 Fixed bug in dictionary list context menu where
6400                 "More..." pointed to an emtpy submenu if the
6401                 number of dictionaries is a multiple of 15
6402                 Removed unneeded code in suggestions list creation
6403
6404 2002-10-14 [paul]       0.8.5claws33
6405
6406         * po/bg.po
6407                 updated by George Danchev
6408
6409 2002-10-13 [hoa]        0.8.5claws32
6410
6411         * src/matcher.[ch]
6412           src/matcher_parser_parser.y
6413                 removed the escaped string from internal structure
6414                 of matcher.
6415
6416 2002-10-12 [colin]      0.8.5claws31
6417
6418         * src/gtksctree.[ch]
6419           src/summaryview.c
6420                 Removed useless function gtksctree_reanchor
6421
6422 2002-10-12 [alfons]     0.8.5claws30
6423         
6424         * sync with remaining main changes 2002-10-09 - 2002-10-11
6425         - drop changes to src/compose.c (requires claws specific changes)
6426         
6427 2002-10-12 [alfons]     0.8.5claws29
6428         
6429         * sync with main changes of 2002-10-08
6430         - drop changes to src/compose.c (requires claws specific changes)
6431         - drop changes to src/summaryview.c (requires changes to compose.c)     
6432
6433 2002-10-12 [alfons]     0.8.5claws28
6434         
6435         * sync with main changes of 2002-10-07
6436
6437 2002-10-12 [alfons]     0.8.5claws27
6438
6439         * sync with main changes of 2002-10-04
6440         - drop changes to src/compose.c (requires claws specific changes)
6441         - drop changes to src/prefs_folder_item.c (claws implementation
6442           seems to be working)
6443
6444 2002-10-12 [colin]      0.8.5claws26
6445
6446         * src/mainwindow.c
6447                 Fix folder-flicker when space-reading, introduced 
6448                 in claws22.
6449
6450 2002-10-12 [colin]      0.8.5claws25
6451
6452         * src/compose.c
6453                 Save account address when saving as draft.
6454                 (closes bug 621838)
6455
6456 2002-10-12 [colin]      0.8.5claws24
6457
6458         * src/summaryview.c
6459                 Fix the problem consisting of no message selected
6460                 after the last message in a folder has been moved.
6461
6462 2002-10-12 [paul]       0.8.5claws23
6463
6464         * src/compose.c
6465           src/prefs_template.c
6466           src/template.[ch]
6467                 add Cc and Bcc to templates. Patch submitted by
6468                 John L. Males.
6469
6470 2002-10-12 [colin]      0.8.5claws22
6471
6472         * src/folderview.c
6473                 Fix a bug after "Check for new messages":
6474                 If a folder was opened, it was still selected at
6475                 the end of the check, but displayed empty.
6476         * src/mainwindow.c
6477                 Remove unnecessary check
6478
6479 2002-10-12 [paul]
6480
6481         * tools/README
6482                 be more verbose in the description of
6483                 OOo2sylpheed.pl
6484                 
6485
6486 2002-10-11 [colin]      0.8.5claws21
6487
6488         * src/mainwindow.c
6489                 Make space work (better) when no mail is selected
6490
6491 2002-10-11 [colin]      0.8.5claws20
6492
6493         * src/inc.c
6494           src/news.c
6495                 fix warnings
6496
6497 2002-10-11 [colin]      0.8.5claws19
6498
6499         * src/mainwindow.c
6500                 revert 0.8.5claws6 changes as i couldn't get to
6501                 anything satisfying
6502
6503 2002-10-11 [melvin]     0.8.5claws18
6504
6505         * src/compose.c
6506                 Removed buggy and unused macro (should have been committed in
6507                 0.8.5claws17)
6508
6509 2002-10-11 [melvin]     0.8.5claws17
6510
6511         * src/compose.c
6512                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6513
6514 2002-10-11 [thorsten]   0.8.5claws16 
6515
6516         * src/folderview.c
6517                 remove rescan warning
6518
6519 2002-10-11 [colin]      0.8.5claws15 
6520
6521         * src/procheader.c
6522                 fix a segfault that happens if conv_unmime_header
6523                 fails (should be better to find out why it fails)
6524
6525 2002-10-11 [christoph]  0.8.5claws14
6526
6527         * src/summaryview.c
6528                 update folderview stats after ignore/unignore thread
6529
6530 2002-10-11 [hoa]        0.8.5claws13
6531
6532         * src/quote_fmt_parse.y
6533                 Fixed a yacc/bison syntax error
6534         * src/matcher.c
6535                 Escaping of string is fixed.
6536
6537 2002-10-11 [colin]      0.8.5claws12
6538
6539         * src/imageview.c
6540                 Resize images to fit
6541
6542 2002-10-11 [paul]       0.8.5claws11
6543
6544         * po/es.po
6545                 updated by Ricardo Mones Lastra
6546
6547 2002-10-10 [alfons]     0.8.5claws10
6548
6549         * src/compose.c
6550                 allow dropping files by "moving" files from a file manager,
6551                 not only by the more cumbersome "copying". the latter 
6552                 mostly implies holding down the Control button
6553
6554 2002-10-10 [christoph]  0.8.5claws9
6555
6556         * src/summaryview.c
6557                 update folders after thread building for ignored threads
6558
6559 2002-10-10 [christoph]  0.8.5claws8
6560
6561         * config/.cvsignore
6562                 added Makefile
6563         * src/filtering.[ch]
6564         * src/folder.[ch]
6565         * src/folderview.[ch]
6566         * src/import.c
6567         * src/inc.[ch]
6568         * src/mbox.[ch]
6569         * src/procmsg.c
6570         * src/summaryview.[ch]
6571                 o added new flag need_update to FolderItem
6572                 o removed folder_table from various functions from tracking
6573                   folder updates
6574                 o set need_update flags in folder.c's move, copy and delete
6575                   functions and procmsg's flags functions
6576                 o added function folderview_update_items_when_required that
6577                   updates all folders with need_update set
6578                 o call folderview_update_items_when_required instead of
6579                   folderview_update_item_foreach
6580
6581 2002-10-09 [sergey]     0.8.5claws7
6582
6583         * src/compose.c
6584                 Strip CRs whel loading the text into editor in reedit mode.
6585
6586 2002-10-09 [colin]      0.8.5claws6
6587
6588         * src/mainwindow.c
6589                 Make Space work when no mail is selected
6590
6591 2002-10-09 [colin]      0.8.5claws5
6592
6593         * src/gtksctree.[ch]
6594                 Fix range_select
6595                 Add gtk_sctree_reanchor() 
6596         * src/summaryview.c
6597                 Use gtk_sctree_reanchor() - better fix for 
6598                 bug 60413
6599
6600 2002-10-09 [colin]      0.8.5claws4
6601
6602         * src/summaryview.c
6603                 Fix shift-click select after delete problem
6604                 (closes bug 60413)
6605
6606 2002-10-08 [thorsten]   0.8.5claws3
6607
6608         * src/summaryview.c
6609                 exclude current msg from -hide read messages-
6610
6611 2002-10-08 [colin]      0.8.5claws2
6612
6613         * src/inc.[ch]
6614           src/pop.c
6615           src/recv.c
6616                 Differentiate socket errors from disk full
6617                 errors
6618
6619 2002-10-08 [christoph]  0.8.5claws1
6620
6621         * Makefile.am
6622         * configure.in
6623                 modifications for new config directory
6624
6625         * config.guess  ** REMOVED **
6626         * config.sub    ** REMOVED **
6627         * install-sh    ** REMOVED **
6628         * ltmain.sh     ** REMOVED **
6629         * missing       ** REMOVED **
6630         * mkinstalldirs ** REMOVED **
6631                 these files are autogenerated by automake
6632                 when you run autogen.sh
6633
6634         * config/.cvsignore     ** NEW FILE **
6635         * config/Makefile.am    ** NEW FILE **
6636                 ignore autogenerated files
6637                 create a Makefile in this directory
6638
6639 2002-10-08 [paul]       0.8.5claws
6640
6641         * 0.8.5claws release
6642         
6643         * src/compose.c
6644           src/procheader.c
6645           src/procmsg.c
6646                 fix quote reply format for newsgroups reply bug
6647                 (thanks to Hoa)
6648                 
6649         * po/en_GB.po
6650           po/pl.po
6651                 updated by me and Witold Wladyslaw Wojciech Wilk
6652                 repectively
6653
6654 2002-10-07 [paul]       0.8.3claws53
6655
6656         * po/it.po
6657           po/pt_BR.po
6658           po/sr.po
6659                 updated messages catalogs, submitted by
6660                 Alessandro Maestri, Fabio Jr.Beneditto 
6661                 and Urke MMI, respectively.
6662
6663 2002-10-07 [christoph]  0.8.3claws52
6664
6665         * src/folder.[ch]
6666         * src/folderview.c
6667         * src/mainwindow.c
6668                 fix new folder ghost message bug
6669                 (closes bug [ 619722 ] wrong count for newly created folders)
6670
6671 2002-10-07 [christoph]  0.8.3claws51
6672
6673         * src/compose.c
6674                 fix news posting problem
6675
6676 2002-10-07 [melvin]     0.8.3claws50
6677
6678         * po/fr.po
6679                 Updated French translation
6680
6681 2002-10-05 [christoph]  0.8.3claws49
6682
6683         * src/gtkstext.c
6684                 check if line_start_cache is set in gtk_stext_update_text
6685                 (closes bug [ 618119 ] crash while doing search in folder)
6686
6687 2002-10-05 [christoph]  0.8.3claws48
6688
6689         * src/imap.c
6690         * src/news.c
6691         * src/utils.c
6692         * src/utils.h
6693                 implement cache cleanups for claws' folder system
6694                 (closes bug [ 595916 ] imapcache not cleaned up)
6695
6696 2002-10-05 [melvin]     0.8.3claws47
6697
6698         * src/prefs_actions.c
6699                 Made the help text more clear for the %p token
6700
6701 2002-10-04 [paul]       0.8.3claws46
6702
6703         * sync with 0.8.5
6704                 see ChangeLog 2002-10-02 and 2002-10-03
6705
6706 2002-10-04 [christoph]  0.8.3claws45
6707
6708         * src/inc.c
6709                 fix segfault caused by pop before smtp
6710                 call to inc_account_mail with NULL
6711                 pointer for mainwin
6712
6713 2002-10-04 [paul]       0.8.3claws44
6714
6715         * configure.in
6716                 sync the LDAP detection from 0.8.5cvs1
6717
6718 2002-10-02 [christoph]  0.8.3claws43
6719
6720         * po/de.po
6721                 fix small spelling error
6722
6723 2002-10-02 [melvin]     0.8.3claws42
6724
6725         * ac/aspell.m4
6726                 Behave better and say "no" when test program cannot be run.
6727
6728 2002-10-02 [paul]       0.8.3claws41
6729
6730         * sync with 0.8.4cvs1
6731                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6732                 
6733         * src/summaryview.c
6734                 toggle the behavior of Reply menuitem between
6735                 normal reply and reply-to-list
6736
6737 2002-10-01 [sergey]     0.8.3claws40
6738
6739         * src/compose.c
6740                 Convert newlines in the message text to the canonical form
6741                 before base64 encoding (RFC2045 compliance, fixes some
6742                 interoperability issues with Evolution 1.0.3)
6743
6744 2002-09-29 [colin]      0.8.3claws39
6745
6746         * src/summaryview.c
6747                 Fix an unwanted copy/paste
6748
6749 2002-09-29 [colin]      0.8.3claws38
6750
6751         * src/mainwindow.c
6752                 Renamed "Custom toolbar" to "Customize toolbar"
6753                 Renamed "Show all header" to "Show all headers"
6754                 Renamed "Set diplay item" to "Set displayed items"
6755         * src/prefs_common.c
6756                 Renamed "Show all header" to "Show all headers"
6757         * src/prefs_summary_column.c
6758                 Renamed "diplay item" to "displayed items"
6759
6760 2002-09-29 [colin]      0.8.3claws37
6761
6762         * src/mainwindow.[ch]
6763                 online/offline status pixmaps follow theme
6764                 changes
6765         * src/summaryview.[ch]
6766                 quicksearch pixmap follows theme changes
6767
6768 2002-09-29 [thorsten]   0.8.3claws36
6769
6770         * src/compose.c
6771           src/prefs_folder_item.[ch]
6772                 add default_reply_to folder option (closes patch 581044)
6773
6774 2002-09-29 [christoph]  0.8.3claws35
6775
6776         * acconfig.h    ** REMOVED **
6777         * configure.in
6778         * ac/aspell.m4
6779         * ac/check-type.m4
6780         * ac/gnupg-check-typedef.m4
6781                 fix autoheader 2.50 warning
6782
6783 2002-09-29 [christoph]  0.8.3claws34
6784
6785         * major code cleanup (part 2)
6786         
6787                 - unused variables removed
6788                 - unused functions removed
6789                 - uninitialized variables checked
6790                 - missing return statements added
6791                 - missing function return types added
6792                 - added parentheses around assignment
6793                   when suggested by gcc
6794
6795 2002-09-29 [alfons]     0.8.3claws33
6796
6797         * src/logwindow.c
6798                 log_window_clear(): only bracket gtk_text_forward_delete() 
6799                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6800                 works around GTK text bug)
6801
6802 2002-09-29 [paul]       0.8.3claws32
6803
6804         * po/bg.po
6805           po/sr.po
6806                 updated by George Danchev and Urke MMI
6807                 respectively
6808
6809 2002-09-27 [christoph]  0.8.3claws31
6810
6811         * doc-src/readme.txt
6812         * doc-src/rfc1806.txt   ** REMOVED **
6813         * doc-src/rfc2183.txt   ** NEW FILE **
6814         * doc-src/rfc2980.txt   ** NEW FILE **
6815                 update rfcs
6816
6817 2002-09-27 [melvin]     0.8.3claws30
6818
6819         * ac/aspell.m4
6820                 Fixed typo which could break linking
6821
6822 2002-09-27 [melvin]     0.8.3claws29
6823
6824         * ac/aspell.m4
6825                 Improved GNU/aspell checking. 
6826                 Fixed bug #614490
6827
6828 2002-09-27 [paul]       0.8.3claws28
6829
6830         * sync with 0.8.3cvs8
6831                 see ChangeLog 2002-09-27
6832
6833 2002-09-26 [colin]      0.8.3claws27
6834
6835         * src/toolbar.[ch]
6836           src/mainwindow.[ch]
6837                 Add "Reply to Mailing-list" to the toolbar
6838
6839 2002-09-26 [christoph]  0.8.3claws26
6840
6841         * src/summaryview.c
6842                 Fix wrong message counts in summaryview status
6843
6844 2002-09-26 [paul]       0.8.3claws25
6845
6846         * sync with 0.8.3cvs7
6847                 see ChangeLog 2002-09-26
6848
6849 2002-09-26 [paul]       0.8.3claws24
6850
6851         * sync with 0.8.3cvs6
6852                 see ChangeLog 2002-09-25
6853
6854 2002-09-25 [christoph]  0.8.3claws23
6855
6856         * src/prefs_common.c
6857         * src/prefs_folder_item.c
6858         * src/prefs_scoring.c
6859                 Renamed "kill score" to "hide score" in GUI
6860                 and prefs files
6861
6862 2002-09-25 [paul]       0.8.3claws22
6863
6864         * sync with 0.8.3cvs5
6865                 see ChangeLog 2002-09-24
6866
6867 2002-09-24 [alfons]     0.8.3claws21
6868
6869         patch by Satoshi Nagayasu: allows appending / saving multiple 
6870         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6871         'Save as ...'")
6872
6873         * AUTHORS
6874                 add Satoshi Nagayasu
6875         * src/summaryview.c
6876                 summary_save_as(): allow saving selected files to
6877                 one file
6878                 summary_set_menu_sensitive: enable "Save As..." when
6879                 multiple files are selected
6880         * src/utils.[ch]
6881                 append_file(): new function
6882
6883 2002-09-24 [colin]      0.8.3claws20
6884
6885         * src/procmime.c
6886                 Fix segfault when mimeinfo doesn't have a 
6887                 content_type. 
6888
6889 2002-09-24 [colin]      0.8.3claws19
6890
6891         * src/prefs_common.[ch]
6892                 Add a preference to display send dialog or not
6893         * src/send.c
6894                 Display send dialog according to preference
6895
6896 2002-09-24 [colin]      0.8.3claws18
6897
6898         * src/compose.[ch]
6899                 Disable user actions when sending
6900
6901 2002-09-24 [colin]      0.8.3claws17
6902
6903         * src/procmime.c
6904                 Do not display name or filename for attachments
6905                 with an application/pgp-signature type
6906                 (security flaw, see bug 537413)
6907
6908 2002-09-23 [colin]      0.8.3claws16
6909
6910         * src/editaddress.c
6911                 Initialize entry_email, entry_alias and 
6912                 entry_remarks to first email address of the list
6913
6914 2002-09-23 [colin]      0.83claws15
6915
6916         * src/compose.c
6917                 Drop pgp-signature when reediting a signed queued
6918                 message
6919
6920 2002-09-23 [melvin]     0.8.3claws14
6921
6922         * po/fr.po
6923                 Updated French translation
6924
6925 2002-09-23 [melvin]     0.8.3claws13
6926
6927         * src/mainwindow.c
6928                 Made custom toolbar menu labels more consistent
6929         * src/prefs_toolbar.c
6930                 Made custom toolbar window title more consistent
6931
6932 2002-09-22 [colin]      0.8.3claws12
6933
6934         * src/inc.c
6935                 Initialize session type to normal before getting 
6936                 mail (fixes strange Get behaviour)
6937         * src/prefs_account.h
6938                 Move STYPE_POP_BEFORE_SMTP to last position to 
6939                 avoid other side-effects
6940
6941 2002-09-22 [colin]      0.8.3claws11
6942
6943         * src/prefs_account.c
6944                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6945                 from pop3 to apop or vice-versa
6946
6947 2002-09-22 [colin]      0.8.3claws10
6948         
6949         * src/prefs_account.[ch]
6950                 Add an option for the POP before SMTP timeout
6951         * src/inc.c
6952                 Remember time of last POP connection
6953         * src/send.c
6954                 Do POP before SMTP only if timeout reached
6955
6956 2002-09-22 [oliver]     0.8.3claws9
6957         
6958         * README.claws
6959                 explain custom toolbar
6960
6961 2002-09-22 [oliver]     0.8.3claws8
6962
6963         * src/prefs_actions.[ch]
6964         custom toolbar for compose      
6965                 actions callback from compose toolbar
6966         * src/folderview.c
6967                 remove include toolbar.h
6968
6969 2002-09-22 [oliver]     0.8.3claws7
6970         
6971         * src/prefs_toolbar.[ch]
6972                 custom toolbar for compose
6973                 - generic prefs_toolbar handles both
6974                   Mainwin's toolbar as well as Compose toolbar          
6975
6976 2002-09-22 [oliver]     0.8.3claws6
6977         
6978         * src/toolbar.[ch]
6979                 custom toolbar for compose
6980                 restructure toolbar.[ch]
6981
6982 2002-09-22 [oliver]     0.8.3claws5
6983
6984         * src/compose.[ch]
6985                 custom toolbar for compose
6986
6987 2002-09-22 [oliver]     0.8.3claws4
6988         
6989         * src/mainwindow.[ch]
6990                 custom toolbar for compose 
6991                 move mainwin toolbar back to mainwindow
6992
6993 2002-09-22 [alfons]     0.8.3claws3
6994
6995         * src/procmsg.c
6996                 :%sno/if(/if (/gc
6997                 :%sno/for(/for (/gc
6998                 (beautify)
6999
7000 2002-09-22 [alfons]     0.8.3claws2
7001         
7002         * src/procmsg.c
7003                 procmsg_save_to_outbox(): don't unlink message file from queue;
7004                 callers should do it using folder_item_remove_msg()
7005
7006 2002-09-22 [colin]      0.8.3claws1
7007
7008         * src/mimeview.[ch]
7009                 Made mimeview_check_signature() public
7010         * src/textview.c
7011                 Made GPG signatures verifiable by clicking
7012                 the [application/pgp-signature] in the Text
7013                 view
7014
7015 2002-09-22 [paul]       0.8.3claws
7016
7017         * po/bg.po
7018           po/en_GB.po
7019           po/es.po
7020           po/it.po
7021           po/pl.po
7022           po/pt_BR.po
7023           po/sr.po
7024                 updated translations, submitted by George Danchev,
7025                 me, Ricardo Mones Lastra, Alessandro Maestri,
7026                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7027                 and Urke MMI, respectively.     
7028
7029 2002-09-22 [alfons]     0.8.2claws65
7030
7031         * src/procmsg.c
7032         * src/pgptext.c
7033                 no furry valgrinds have been used to plug these memleaks
7034
7035 2002-09-20 [paul]       0.8.2claws64
7036
7037         * sync with 0.8.3cvs4
7038                 'Select thread' re-implemented 
7039                 see ChangeLog 2002-09-20
7040
7041 2002-09-21 [alfons]     0.8.2claws63
7042
7043         * src/compose.c
7044                 compose_send(): plug unnoticed memleak
7045
7046 2002-09-20 [alfons]     0.8.2claws62
7047
7048         * src/addr_compl.c
7049                 replace_address_in_edit(): strict check for NULL address to
7050                 fix "[ 607348 ] Segfault in address completion". My guess is
7051                 that this happens with an empty address book, but it's good
7052                 to have this check here anyway
7053                 
7054                 completion_window_button_press(): free string returned 
7055                 from the internal cache
7056
7057 2002-09-20 [christoph]  0.8.2claws61
7058
7059         * src/procmime.h
7060                 added ENC_BINARY to EncodingType
7061         * src/procmime.c
7062                 the string returned by procmime_get_encoding_str
7063                 should not depend on the order of values in the
7064                 EncodingType definition
7065         * doc-src/rfc1806.txt   ** NEW FILE **
7066                 Added rfc1806 about MIME Content-Disposition
7067                 Extension
7068
7069 2002-09-19 [paul]       0.8.2claws60
7070
7071         * sync with 0.8.2cvs3
7072                 see ChangeLog 2002-09-19
7073
7074 2002-09-19 [paul]       0.8.2claws59
7075
7076         * src/prefs_folder_item.c
7077                 revert to Darko's original alignment of colour
7078                 selector button
7079                 add a colon to folder_color label
7080                 
7081         * src/compose.c
7082                 add Colin's patch (with Hiro's modifications) to 
7083                 force BASE64 encoding for 8-bit text when signing
7084                 (sync with 0.8.3cvs2)
7085
7086 2002-09-18 [alfons]     0.8.2claws58
7087
7088         * src/compose.c
7089                 :%sno/if(/if (/gc
7090                 :%sno/for(/for (/gc
7091                 (beautify a little bit)
7092
7093 2002-09-18 [christoph]  0.8.2claws57
7094
7095         * src/pine.c
7096                 fix handling of fgetc return value
7097
7098 2002-09-17 [alfons]     0.8.2claws56
7099         
7100         * src/summaryview.c
7101                 summary_sort(): check non-NULL summaryview->folder_item when no 
7102                 folder is selected at all
7103                 (closes "[ 610344 ] sort label make syl Crash")
7104
7105 2002-09-17 [alfons]     0.8.2claws55
7106         
7107         * src/compose.c
7108                 beautify a little bit
7109
7110 2002-09-17 [christoph]  0.8.2claws54
7111
7112         * src/folder.c
7113                 initialize max values for cache and folder
7114                 when cache or folder is empty
7115
7116 2002-09-15 [colin]      0.8.2claws53
7117
7118         * src/compose.c
7119                 Fix a leak (thanks Alfons!) and cleaned
7120                 variables names for custom headers
7121
7122 2002-09-15 [colin]      0.8.2claws52
7123
7124         * src/compose.c
7125                 Fix custom headers recognition when
7126                 prefs_common.trans_hdr is on
7127
7128 2002-09-15 [colin]      0.8.2claws51
7129
7130         * src/compose.c
7131                 Allow dynamically-added custom headers
7132                 Yet not reparsed if reedited
7133
7134 2002-09-15 [alfons]     0.8.2claws50
7135
7136         * src/prefs_account.c
7137                 fix warnings
7138
7139 2002-09-15 [colin]      0.8.2claws49
7140         
7141         * src/prefs_account.c
7142                 fix pop_before_smtp sensitivity
7143
7144 2002-09-15 [colin]      0.8.2claws48
7145
7146         * src/inc.[ch]
7147                 add inc_pop_before_smtp()
7148                 allow MainWindow to be undefined in 
7149                 inc_account_mail() and inc_start()
7150         * src/pop.c
7151           src/prefs_account.h
7152                 add STYPE_POP_BEFORE_SMTP session type
7153         * src/prefs_account.c
7154                 activated pop before smtp option
7155         * src/send.c
7156                 do pop before smtp if the relevant option 
7157                 is set
7158
7159 2002-09-15 [paul]       0.8.2claws47
7160
7161         * sync with 0.8.3
7162                 see ChangeLog 2002-09-15
7163
7164 2002-09-14 [paul]       0.8.2claws46
7165
7166         * po/bg.po
7167                 updated Bulgarian translation, submitted by
7168                 George Danchev
7169
7170 2002-09-13 [paul]       0.8.2claws45
7171
7172         * src/compose.c
7173                 merge claws' select_account() with main's
7174                 (new) compose_select_account(). [sync with
7175                 0.8.2cvs15, see ChangeLog 2002-09-11]
7176
7177 2002-09-12 [christoph]  0.8.2claws44
7178
7179         * src/filter.c
7180                 allocate 1 elements of FolderItem not 0
7181
7182 2002-09-12 [colin]      0.8.2claws43
7183
7184         * src/compose.c
7185                 Fix bug #590825 (obey Follow-up: poster)
7186
7187 2002-09-12 [colin]      0.8.2claws42
7188
7189         * src/procmime.c
7190                 Fix bug #557009 (wrong headers for messages 
7191                 forwarded as attachments)
7192
7193 2002-09-11 [colin]      0.8.2claws41
7194         
7195         * src/compose.c
7196                 Put SCF: pseudo-header on top of message
7197                 Set draft tmp_flag when saved as draft
7198
7199         * src/procmsg.c
7200           src/procheader.c
7201                 Skip after first \n\n for beginning of real message
7202                 for drafts too
7203
7204 2002-09-11 [christoph]  0.8.2claws40
7205
7206         * src/filtering.c
7207                 use procmsg flag functions in filtering or processing
7208                 will cause incorrect folder message counts
7209
7210 2002-09-11 [colin]      0.8.2claws39
7211
7212         * src/compose.c
7213                 Fix bug #550175 - wrong save folder when reediting
7214                 drafts
7215
7216 2002-09-11 [paul]       0.8.2claws38
7217
7218         * sync with 0.8.2cvs14
7219                 see ChangeLog 2002-09-11
7220
7221 2002-09-11 [colin]      0.8.2claws37
7222
7223         * src/folder.c
7224                 Fix a typo (seeming to cause new/unread status to
7225                 be lost)
7226
7227 2002-09-10 [christoph]  0.8.2claws36
7228
7229         * src/compose.c
7230                 compose_redirect should not use compose_generic_new
7231                 because that does more stuff than expected including
7232                 opening the external editor
7233                 (closes bug "[ 526608 ] bounced messages appear blank
7234                  in editor")
7235
7236 2002-09-10 [christoph]  0.8.2claws35
7237
7238         * src/folder.c
7239                 fix problem with too large message number range
7240                 causing a crash in folder_item_scan
7241
7242 2002-09-10 [paul]       0.8.2claws34
7243
7244         * sync with 0.8.2cvs13
7245                 see ChangeLog 2002-09-10
7246
7247 2002-09-10 [christoph]  0.8.2claws33
7248
7249         * src/msgcache.c
7250                 set MsgInfo TmpFlags for queue and draft folders
7251                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7252
7253 2002-09-10 [paul]       0.8.2claws32
7254
7255         * AUTHORS
7256           po/bg.po      ** NEW FILE **
7257                 new Bulgarian translation submitted by
7258                 George Danchev <danchev@spnet.net>
7259                 
7260         * tools/Makefile.am
7261           tools/README
7262           tools/tb2sylpheed     ** NEW FILE **
7263                 add script that converts an addressbook exported
7264                 from The Bat! into a Sylpheed addressbook. Submitted
7265                 by Urke MMI <urke-kg@eunet.yu>
7266
7267 2002-09-10 [paul]       0.8.2claws31
7268
7269         * sync with 0.8.2cvs12
7270                 see ChangeLog 2002-09-10
7271
7272 2002-09-06 [paul]       0.8.2claws30
7273
7274         * src/prefs_common.c
7275                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7276                 
7277         * tools/Makefile.am
7278           tools/README
7279           tools/ldif-to-xml.py  ** REMOVED **
7280                 remove obsolete python script
7281
7282 2002-09-06 [paul]       0.8.2claws29
7283
7284         * sync with 0.8.2cvs10
7285                 see ChangeLog 2002-09-06
7286
7287 2002-09-04 [paul]       0.8.2claws28
7288
7289         * sync with 0.8.2cvs9
7290                 see ChangeLog 2002-08-04
7291
7292 2002-09-04 [colin]      0.8.2claws27 
7293
7294         * src/prefs_common.[ch]
7295                 Added signature color configuration
7296         * src/textview.c
7297                 Use user-specified signature color
7298
7299 2002-09-03 [colin]      0.8.2claws26
7300
7301         * src/prefs_common.[ch]
7302                 Added autosave and autosave_length prefs
7303         * src/compose.c
7304                 Added compose_remove_draft()
7305                 Auto-save drafts according to the prefs
7306         * src/main.c
7307                 Added a crash-indicator file, allowing to check
7308                 for new messages on startup if Sylpheed crashed
7309                 (makes saved drafts "reappear")
7310
7311 2002-09-03 [colin]      0.8.2claws25
7312
7313         * src/textview.[ch]
7314                 Grey the signature
7315
7316 2002-09-03 [paul]       0.8.2claws24
7317
7318         * sync with 0.8.2cvs8
7319                 see ChangeLog 2002-09-02 and 2002-09-03
7320
7321 2002-09-03 [darko]      0.8.2claws23
7322
7323         * src/folderview.c
7324                 use normal style when creating new folder to pick
7325                 proper font size 
7326
7327 2002-09-02 [melvin]     0.8.2claws22
7328
7329         * src/gtkaspell.m4
7330                 removed some obsolete code
7331
7332 2002-09-02 [melvin]     0.8.2claws21
7333
7334         * ac/aspell.m4
7335                 fixed test's equality sign (== to =)
7336
7337 2002-09-02 [alfons]     0.8.2claws20
7338
7339         * src/folder.c
7340         * src/mh.c
7341                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7342                 as folder->destroy virtual as suggested by Hiro
7343                 (the mh.c code seems to have been lost around mh.c.1.21)
7344
7345 2002-09-02 [paul]       0.8.2claws19
7346
7347         * po/pt_BR.po
7348                 updated by Fabio Jr. Beneditto
7349                 
7350         * src/defs.h
7351                 use 'http://claws.sylpheed.org' for homepage link. 
7352                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7353
7354 2002-09-01 [alfons]     0.8.2claws18
7355
7356         * src/mh.c
7357                 plug memleak related to one Martin Kluge found
7358
7359 2002-08-31 [paul]       0.8.2claws17
7360
7361         * sync with 0.8.2cvs6
7362                 see ChangeLog 2002-08-30
7363
7364 2002-08-31 [alfons]     0.8.2claws16
7365
7366         * src/folder.c
7367                 folder_destroy(): remove mailbox from folderlist even if it has
7368                 no destroy virtual
7369
7370 2002-08-31 [alfons]     0.8.2claws15
7371
7372         * src/folder.c
7373                 :%sno/if(/if (/gc
7374                 :%sno/for(/for (/gc
7375                 (being pedantic I know)
7376
7377 2002-08-31 [alfons]     0.8.2claws14
7378
7379         * src/folder.c
7380                 check for NULL pointers returned from folder->fetch_msginfo virtual
7381                 (should solve some reported crashes)
7382
7383 2002-08-30 [alfons]     0.8.2claws13
7384
7385         * acconfig.h
7386         * configure.in
7387         * src/crash.c
7388                 enable crash dialog on compilation time
7389                 (--enable-crash-dialog configure option)
7390
7391 2002-08-30 [alfons]     0.8.2claws12
7392
7393         * AUTHORS
7394                 add Martin Kluge
7395         * src/mh.c
7396                 apply memory leak plug patch by Martin Kluge
7397                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7398                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7399                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7400
7401 2002-08-30 [darko]      0.8.2claws11
7402
7403         * src/folderview.c
7404                 copy Gtk style from normal style to match
7405                 font size for coloured folders
7406
7407 2002-08-29 [alfons]     0.8.2claws10
7408
7409         * sylpheed.desktop
7410                 Type=Internet <- Type=Application
7411                 (reported by Michael Schwendt, see:
7412                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7413                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7414
7415 2002-08-29 [paul]       0.8.2claws9
7416
7417         * sync with 0.8.2cvs5
7418                 see ChangeLog 2002-08-29
7419
7420 2002-08-29 [colin]      0.8.2claws8
7421
7422         * src/summaryview.c
7423                 Added a sanity check in summary_select_thread
7424                 Should fix bug 601605
7425
7426 2002-08-29 [colin]      0.8.2claws7
7427
7428         * src/main.c
7429                 Revert claws6 changes regarding bug #591676
7430
7431 2002-08-28 [colin]      0.8.2claws6
7432         
7433         * src/main.c
7434                 Ignore cache for queue folderitems
7435                 Fix bug #591676
7436
7437 2002-08-28 [melvin]     0.8.2claws5
7438
7439         * README.claws
7440                 Fixed typos.
7441
7442 2002-08-28 [melvin]     0.8.2claws4
7443
7444         * README.claws
7445                 Updated a bit the text concerning the spell checker
7446
7447 2002-08-28 [melvin]     0.8.2claws3
7448
7449         Merged the GNU_aspell_branch:
7450                 Support of new GNU/aspell is now included and the old pspell
7451                 is not supported anymore.
7452                 See README.claws
7453
7454         * README.claws
7455                 Updated spell checker text to reflect the switch to GNU/aspell
7456
7457         * ac/aspell.m4          *** NEW ***
7458         * src/gtkaspell.[ch]    *** NEW *** 
7459         * ac/pspell.m4          *** DELETED *** 
7460         * src/gtkspell.[ch]     *** DELETED ***
7461
7462         * ac/Makefile.am
7463                 Updated for GNU/aspell support
7464
7465         * po/POTFILES.in
7466                 Replaced gtkspell.c by gtkaspell.c
7467
7468         * acconfig.h
7469         * src/Makefile.am
7470         * src/about.c
7471         * src/compose.[ch]
7472         * src/crash.c
7473         * src/main.c
7474         * src/prefs_common.[ch]
7475                 Updated for GNU/aspell support
7476
7477 2002-08-28 [paul]       0.8.2claws2
7478
7479         * sync with 0.8.2cvs4
7480                 see ChangeLog 2002-08-27 and 2002-08-28
7481
7482 2002-08-28 [colin]      0.8.2claws1
7483
7484         * src/summary_search.c
7485                 Added "AND search"
7486
7487 2002-08-28 [jens]       0.8.2claws
7488
7489         *po/de.po
7490                 Updated German translations
7491
7492 2002-08-27 [melvin]     0.8.2claws
7493
7494         * po/fr.po
7495                 Updated French translations
7496
7497 2002-08-27 [paul]       0.8.2claws
7498
7499         * sync with 0.8.2 main release
7500
7501         * po/en_GB.po
7502           po/es.po
7503           po/it.po
7504           po/pl.po
7505           po/pt_BR.po
7506           po/sr.po
7507                 updated message catalogs submitted by
7508                 Ricardo Mones Lastra, Alessandro Maestri,
7509                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7510                 Beneditto and Urke MMI  
7511
7512 2002-08-27 [hoa]        0.8.1claws123
7513
7514         * src/mainwindow.[ch]
7515         * src/summaryview.[ch]
7516                 removed the "filter setting" menu option.
7517                 add a "cancel a news message" menu option.
7518
7519 2002-08-26 [martin]     0.8.1claws122
7520
7521         * ChangeLog.claws
7522                 changed string under 0.8.1claws79 changed by myself
7523                 i'm sorry alfons :(
7524
7525 2002-08-26 [martin]     0.8.1claws121
7526
7527         * src/crash.c
7528                 added kill command to debuggerrc to start crash dialog
7529
7530 2002-08-26 [paul]       0.8.1claws120
7531
7532         * sync with 0.8.1cvs31
7533                 see ChangeLog 2002-08-26
7534
7535 2002-08-25 [alfons]     0.8.1claws119
7536
7537         * src/procmsg.c
7538                 fix bug that didn't send out correct headers to news server
7539                 when sending news article and email from queue (bug reported
7540                 and patch provided by Tim Mann; closes bug 
7541                 "[ 583196 ] 0.7.8claws can't post news")
7542
7543 2002-08-25 [alfons]     0.8.1claws118
7544
7545         * src/selective_download.c
7546                 mark two strings as translatable
7547                 (thanks to Urke MMI for pointing this out)
7548
7549 2002-08-25 [alfons]     0.8.1claws117
7550
7551         * src/summaryview.c
7552                 treat sent boxes as special and allow sorting them by addressee
7553                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7554                 submitted by Steve Lamb)
7555
7556 2002-08-24 [alfons]     0.8.1claws116
7557
7558         * src/matcher.c
7559                 fix memleak reported by Martin Kluge
7560                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7561
7562 2002-08-24 [oliver]     0.8.1claws115
7563
7564         * src/prefs_toolbar.c
7565                 o code cleanup as suggested by Alfons
7566                 o memleak fix
7567
7568 2002-08-24 [alfons]     0.8.1claws114
7569
7570         * src/summaryview.c
7571                 o fix another memory leak reported by Martin Kluge
7572                   (see "[ 599568 ] Small Memory Leak")
7573                 o remove 'from' variable from 'summary_set_header()'; we can
7574                   do with just 'to' 
7575
7576 2002-08-24 [paul]       0.8.1claws113
7577
7578         * sync with 0.8.1cvs30
7579                 see ChangeLog 2002-08-23
7580
7581 2002-08-24 [alfons]     0.8.1claws112
7582
7583         * src/summaryview.c
7584                 remove unnecessary allocations for search bar fixing leaks
7585                 reported by Martin Kluge
7586                 (see "[ 599451 ] Further memory leaks?")
7587
7588 2002-08-24 [alfons]     0.8.1claws111
7589
7590         * src/main.c
7591                 make get_socket_name() public for crash.c
7592         * src/crash.c
7593                 o make report bug button work (goes to claws' 
7594                   bug tracker at sf.net)
7595                 o introduce function for doing important stuff just
7596                   before claws goes down
7597                 o clean up code 
7598
7599 2002-08-24 [alfons]     0.8.1claws110
7600
7601         * src/compose.c
7602                 move cursor to "To" entry when forwarding as attachment
7603                 (reported and solved by Steve Lamb, closes bug report
7604                 "[ 592880 ] Forward as attachment; cursor not in to")
7605
7606 2002-08-24 [colin]      0.8.1claws109
7607
7608         * src/mainwindow.c
7609                 fix quick search visibility after GUI (de)separations.
7610
7611 2002-08-23 [colin]      0.8.1claws108
7612
7613         * src/mainwindow.c
7614                 fix header pane visibility after folderview or
7615                 messageview (de)separation
7616
7617 2002-08-23 [paul]       0.8.1claws107
7618
7619         * src/mainwindow.[ch]
7620           src/toolbar.c
7621                 give full control of display or non-display 
7622                 of the Execute icon to Custom toolbar settings.
7623                 add new sensitivity condition to maninwindow.h: 
7624                 M_DELAY_EXEC
7625
7626         * ChangeLog
7627           ChangeLog.jp
7628           NEWS
7629                 more sync with 0.8.1cvs29
7630
7631 2002-08-23 [melvin]     0.8.1claws106
7632
7633         * src/alertpanel.c
7634                 Readded support for custom widget in alertpanel lost in last
7635                 sync.
7636
7637 2002-08-23 [paul]       0.8.1claws105
7638
7639         * sync with 0.8.1cvs29
7640                 see ChangeLog 2002-08-23
7641
7642 2002-08-23 [colin]      0.8.1claws104
7643
7644         * src/summaryview.c
7645                 Fix folder and search pixmaps exchanging positions
7646                 after theme or toolbar changes. Thank to Oliver for 
7647                 reporting this.
7648
7649 2002-08-23 [colin]      0.8.1claws103
7650
7651         * src/mainwindow.c
7652           src/messageview.[ch]
7653           src/noticeview.[ch]
7654           src/summaryview.c
7655                 Changed messageview_create() and noticeview_create()
7656                 to avoid the last gdk_warning
7657
7658 2002-08-22 [colin]      0.8.1claws102
7659
7660         * src/summaryview.c
7661                 Fix my new `Creating pixmap from xpm' warning
7662
7663 2002-08-22 [colin]      0.8.1claws101
7664
7665         * src/mainwindow.c
7666                 Fix some of the gdk warnings
7667
7668 2002-08-22 [colin]      0.8.1claws100
7669
7670         * src/Makefile.am
7671         * src/stock_pixmap.c
7672         * src/stock_pixmap.h
7673         * src/pixmaps/quicksearch.xpm *ADDED*
7674                 Add the quicksearch pixmap
7675         * src/mainwindow.c
7676         * src/summaryview.c
7677         * src/summaryview.h
7678                 Make quicksearch bar visible/hidden via a button
7679
7680 2002-08-22 [christoph]  0.8.1claws99
7681
7682         * src/folder.c
7683                 fix folder update for newsgroups with message
7684                 numbers below minimum number of articles to fetch
7685                 (closes bug #598445)
7686
7687 2002-08-22 [paul]       0.8.1claws98
7688
7689         * sync with 0.8.1cvs28
7690                 see ChangeLog 2002-08-22
7691
7692 2002-08-21 [alfons]     0.8.1claws97
7693
7694         * src/crash.c
7695                 use bt instead of bt full which seems to work 
7696                 better, and bt full doesn't give a great deal 
7697                 of information anyway
7698
7699 2002-08-21 [colin]      0.8.1claws96
7700
7701         * src/summaryview.c
7702                 fix summaryview_searchtype_changed prototype
7703
7704 2002-08-21 [christoph]  0.8.1claws95
7705
7706         * src/mainwindow.c
7707                 o fix broken menu update for sorting type, we have to
7708                   get this info from the summaryview now
7709                 o removed setting of threaded state in menu callback
7710         * src/summaryview.[ch]
7711                 more summaryview/folderitem seperation for
7712                 threading option
7713         * configure.in
7714                 removed not required --with-compiler-flags option
7715
7716 2002-08-21 [oliver]     0.8.1claws94
7717         
7718         * src/toolbar.h 
7719                 o rename toolbar.xml to toolbar_main.xml
7720                   since toolbar_compose.xml might come up 
7721                   any time soon
7722         * README.claws
7723                 add custom toolbar              
7724
7725 2002-08-21 [darko]      0.8.1claws93
7726
7727         * src/procmsg.c
7728                 don't reset tmp flags for messages copied
7729                 to sent folder
7730
7731 2002-08-21 [colin]      0.8.1claws92
7732         
7733         * src/prefs_filtering.c
7734                 fix renaming rules on folder rename 
7735                 when folder is not a leaf folder
7736
7737 2002-08-21 [paul]       0.8.1claws91
7738
7739         * src/prefs_folder_item.c
7740                 fix alignment of colour selector
7741
7742 2002-08-21 [paul]       0.8.1claws90
7743
7744         * sync with 0.8.1cvs27
7745                 see ChangeLog 2002-08-21
7746
7747 2002-08-21 [paul]       0.8.1claws89
7748
7749         * src/summaryview.c
7750                 fix crash when changing field type in
7751                 Quick search bar
7752
7753 2002-08-21 [colin]      0.8.1claws88
7754
7755         * src/summaryview.c
7756                 Made quick search case-insensitive
7757
7758 2002-08-21 [paul]       0.8.1claws87
7759
7760         * sync with 0.8.1cvs26
7761                 see ChangeLog 2002-08-21
7762
7763 2002-08-20 [christoph]  0.8.1claws86
7764
7765         * src/folderview.c
7766         * src/main.c
7767         * src/summaryview.[ch]
7768                 more summaryview/folderitem seperation for
7769                 sort_key and sort_type
7770         * src/procmsg.c
7771                 added missing return statement
7772
7773 2002-08-20 [colin]      0.8.1claws85
7774
7775         * src/summaryview.[ch]
7776                 Added a quick search box
7777         * src/mainwindow.c
7778         * src/prefs_common.[ch]
7779                 Added a show/hide option for the quick search
7780
7781 2002-08-20 [oliver]     0.8.1claws84
7782         
7783         * src/mainwindow.c
7784                 remove toolbar_create_popups
7785         * src/toolbar.[ch]
7786                 o remove toolbar_create_popups
7787                 o fix toolbar_set_sensitive 
7788                   (Bug reports #596834 and #596832)     
7789         * src/prefs_toolbar.c
7790                 o add "Set default" button
7791                 o align label and text + combo widgets
7792
7793 2002-08-20 [hoa]        0.8.1claws83bis
7794
7795         * src/imap.c
7796                 fixed a bug in imap_fetch_msginfo() in case there is no
7797                 current folder.
7798
7799 2002-08-20 [darko]      0.8.1claws83
7800
7801         * src/folderview.c
7802                 copy the color style of folder view so it
7803                 works with GTK themes
7804
7805 2002-08-20 [darko]      0.8.1claws82
7806
7807         * src/folder.h
7808         * src/folderview.c
7809         * src/prefs_folder_item.[hc]
7810                 don't use UI stuff in folder.h
7811
7812 2002-08-20 [darko]      0.8.1claws81
7813
7814         * src/folder.h
7815         * src/prefs_folder_item.h
7816         * src/folderview.c
7817         * src/prefs_folder_item.c
7818                 ability to set folder color in folderview
7819
7820 2002-08-19 [alfons]     0.8.1claws80
7821
7822         * src/summaryview.c
7823                 fix one of the earlier memleaks reported by Martin Kluge
7824
7825 2002-08-19 [alfons]     0.8.1claws79
7826
7827         * src/mainwindow.c
7828                 hide notice view when selecting seperate folder
7829                 view (reported by Urke MMI)
7830
7831 2002-08-19 [christoph]  0.8.1claws78
7832
7833         * src/folderview.c
7834         * src/prefs_folder_item.h
7835         * src/summaryview.[ch]
7836                 o add summary_set_prefs_from_folderitem to set
7837                   summaryview prefs (first step to remove all
7838                   references to the folderitem in summaryview)
7839                 o moved compiled regex stuff from folderitem prefs
7840                   to summaryview code
7841
7842 2002-08-19 [paul]       0.8.1claws77
7843
7844         * src/compose.c
7845                 add check for '.' to QUOTE_IF_REQUIRED
7846
7847 2002-08-19 [paul]       0.8.1claws76
7848
7849         * src/inc.c
7850                 sync with 0.8.1cvs25 (plug memory leak)
7851
7852         * src/prefs_toolbar.c
7853                 re-order prefs_toolbar_cancel()
7854
7855 2002-08-18 [alfons]     0.8.1claws75
7856
7857         * src/inc.c
7858         * src/matcher.c
7859                 plug other memleaks reported by Martin Kluge
7860
7861 2002-08-18 [paul]       0.8.1claws74
7862
7863         * po/pt_BR.po
7864                 updated by Fabio Jr. Beneditto
7865
7866 2002-08-18 [paul]       0.8.1claws73
7867
7868         * src/toolbar.[ch]
7869                 fix bug where tooltips were displayed untranslated              
7870
7871         * src/prefs_toolbar.c
7872                 fix bug where clicking 'Cancel' creates an icon & text
7873                 toolbar regardless of prefs
7874         
7875
7876 2002-08-17 [oliver]     0.8.1claws72
7877
7878         * src/prefs_toolbar.c
7879                 update toolbar on CANCEL
7880                 bug reported by Martin Kluge
7881         * src/toolbar.c
7882                 toolbar_destroy memleak fixed           
7883
7884 2002-08-17 [alfons]     0.8.1claws71
7885
7886         * src/toolbar.c
7887                 plug another memleak reported by Martin Kluge
7888
7889 2002-08-16 [alfons]     0.8.1claws70
7890
7891         * src/crash.c
7892                 use execvp() correctly (suggested by wwp; thanks!)
7893
7894 2002-08-16 [alfons]     0.8.1claws69
7895
7896         * src/gtksctree.c
7897                 plug memory leak reported by Kim Schultz & Martin Kluge
7898
7899 2002-08-16 [paul]       0.8.1claws68
7900
7901         * po/es.po
7902                 updated by Ricardo Mones Lastra
7903
7904 2002-08-16 [paul]       0.8.1claws67
7905
7906         * src/toolbar.h
7907                 fix bug where 'Compose News' icon showed wrong
7908                 tooltip
7909
7910 2002-08-16 [paul]       0.8.1claws66
7911
7912         * sync with 0.8.1cvs24
7913                 see ChangeLog 2002-08-16
7914
7915         * po/it.po
7916                 updated by Alessandro Maestri
7917
7918 2002-08-15 [paul]       0.8.1claws65
7919
7920         * po/sr.po
7921                 updated by Urke MMI
7922
7923 2002-08-15 [paul]       0.8.1claws64
7924
7925         * src/*.c
7926                 don't translate debug info
7927
7928         * src/matcher.[ch]
7929                 add copyright info
7930
7931 2002-08-15 [paul]       0.8.1claws63
7932
7933         * src/prefs_toolbar.c
7934                 fix bug where clicking 'OK' creates an icon & text
7935                 toolbar regardless of prefs
7936
7937 2002-08-14 [alfons]     0.8.1claws62
7938
7939         * src/main.c
7940                 add global var that has the full argv[0]
7941         * src/crash.c
7942                 o execvp the correct sylpheed by using argv0
7943                   and setting the correct work dir
7944                 o other tweaks  
7945
7946 2002-08-14 [oliver]     0.8.1claws61
7947         
7948         * enable/disable Toolbar Action Buttons 
7949         * code cleanups
7950         * src/mainwindow.c
7951         * src/toolbar.[ch]      
7952         * src/prefs_toolbar.c   
7953
7954 2002-08-14 [melvin]     0.8.1claws60
7955
7956         * po/fr.po
7957                 Updated French translations
7958
7959 2002-08-14 [melvin]     0.8.1claws59
7960
7961         * src/crash.c
7962                 Made bug report not translatable
7963         * src/exporthtml.c
7964                 Fixed exporthtml_build_filespec() return value
7965         * src/foldersel.c
7966                 Fixed incorrect include file
7967         * src/gtkspell.c
7968         * src/prefs_actions.c
7969         * src/prefs_toolbar.c
7970                 Made debug info not translatable
7971         * src/mutt.c
7972         * src/quote_fmt.c
7973                 Added missing includes
7974         * src/prefs_common.c
7975                 Fixed typo
7976
7977 2002-08-14 [paul]       0.8.1claws58
7978
7979         * faq/es/sylpheed-faq.html
7980           faq/es/sylpheed-faq-[1-3].html
7981           faq/es/sylpheed-faq-4.html     **NEW FILE **
7982                 update Spanish FAQ
7983
7984 2002-08-13 [christoph]  0.8.1claws57
7985
7986         * src/procmsg.c
7987                 ignore thread fix that did not mark all
7988                 child nodes of a ignored thread as
7989                 ignored. Does not work perfectly yet,
7990                 but it is better now
7991
7992 2002-08-13 [alfons]     0.8.1claws56
7993
7994         * src/crash.c
7995                 o implement 'save crash log'
7996                 o some tweaks
7997
7998 2002-08-13 [melvin]     0.8.1claws55
7999
8000         * src/main.c
8001                 removed unrequired "execinfo.h" header
8002
8003 2002-08-12 [paul]       0.8.1claws54
8004
8005         * faq/en/sylpheed-faq.html
8006           faq/en/sylpheed-faq-[1-3].html
8007           faq/en/sylpheed-faq-4.html     **NEW FILE **
8008                 update English FAQ
8009
8010 2002-08-12 [alfons]     0.8.1claws53
8011
8012         * po/POTFILES.in
8013                 add crash.c to translatables
8014         * src/crash.c
8015                 bring in Leandro's crash dialog
8016
8017 2002-08-11 [alfons]     0.8.1claws52
8018
8019         * src/crash.c
8020                 clean up some warnings
8021
8022 2002-08-11 [alfons]     0.8.1claws51
8023
8024         * acconfig.h
8025         * configure.in
8026         * src/crash.[ch]        ** NEW FILES **
8027         * src/main.c            
8028                 initial gdb crash handler
8029
8030 2002-08-11 [paul]       0.8.1claws50
8031
8032         * src/prefs_toolbar.c
8033                 replace Up/Down arrow pixmaps with text to be
8034                 consistent across icon themes
8035
8036 2002-08-11 [paul]       0.8.1claws49
8037
8038         * src/prefs_common.c
8039           src/prefs_toolbar.c
8040                 rename 'Pixmap' -> 'Icon'
8041
8042         * src/toolbar.[ch]
8043                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8044
8045 2002-08-10 [paul]       0.8.1claws48
8046
8047         * src/prefs_toolbar.c
8048                 re-work the UI
8049
8050 2002-08-10 [paul]       0.8.1claws47
8051
8052         * src/main.c
8053                 don't write Processing progress to status bar
8054                 patch submitted by Alexander Evseev
8055
8056         * src/prefs_toolbar.c
8057                 re-position and resize window
8058                 make window assume correct size on first call
8059
8060 2002-08-10 [paul]       0.8.1claws46
8061
8062         * src/mainwindow.c
8063           src/prefs_toolbar.c
8064           src/toolbar.c
8065           src/toolbar.h
8066                 obey coding style
8067                 follow UI text conventions
8068
8069 2002-08-10 [alfons]     0.8.1claws45
8070
8071         * src/toolbar.c
8072                 correct pixmap for delete action
8073
8074 2002-08-10 [paul]       0.8.1claws44
8075
8076         * po/pt_BR.po
8077                 updated by Fabio Jr. Beneditto
8078
8079 2002-08-10 [paul]       0.8.1claws43
8080
8081         * po/POTFILES.in
8082                 add custom toolbar files
8083
8084 2002-08-10 [paul]       0.8.1claws42
8085
8086         * sync with 0.8.1cvs22
8087                 see ChangeLog 2002-08-09
8088
8089 2002-08-09 [paul]       0.8.1claws41
8090
8091         * tools/Makefile.am
8092           tools/README
8093           tools/outlook2sylpheed.pl     ** NEW FILE **
8094                 add script to convert exported Outlook
8095                 contacts list to a Sylpheed addressbook.
8096                 Submitted by Ricardo Mones Lastra.
8097
8098 2002-08-09 [paul]       0.8.1claws40
8099
8100         * AUTHORS
8101           configure.in
8102           po/sr.po      ** NEW FILE **
8103                 add Serbian message catalog. Submitted by
8104                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8105
8106 2002-08-09 [paul]       0.8.1claws39
8107
8108         * sync with 0.8.1cvs21
8109                 see ChangeLog 2002-08-08
8110
8111 2002-08-08 [oliver]     0.8.1claws38
8112
8113         * src/mainwindow.c
8114                 move Custom Toolbar to Configuration menu
8115
8116 2002-08-08 [oliver]     0.8.1claws37
8117
8118         * src/prefs_toolbar.c
8119                 fix substitute pixmap bug
8120
8121 2002-08-08 [paul]       0.8.1claws36
8122
8123         * sync with 0.8.1cvs19
8124                 see ChangeLog 2002-08-08
8125
8126 2002-08-07 [christoph]  0.8.1claws35
8127
8128         * src/utils.c
8129                 fixed a memory leak in new canonicalize_file_replace
8130
8131 2002-08-07 [christoph]  0.8.1claws34
8132
8133         * src/utils.[ch]
8134                 o canonicalize_file_replace should create the temporary
8135                   file in the same directory as the original file.
8136                 o added get_tmpfile_in_dir that creates a temorary file
8137                   in a specified directory.
8138
8139 2002-08-07 [melvin]     0.8.1claws33
8140
8141         * src/toolbar.c
8142                 fixed bug where 'Article' button acted as 'Email' button.
8143
8144 2002-08-07 [paul]       0.8.1claws32
8145
8146         * sync with 0.8.1.cvs17
8147                 see ChangeLog 2002-08-07
8148
8149 2002-08-07 [colin]      0.8.1claws31
8150         
8151         * src/news.c
8152                 fix mass-cancel problem
8153
8154 2002-08-07 [thorsten]   0.8.1claws30
8155
8156         * src/prefs_toolbar.c
8157                 fix: crash on replace or add new button
8158         * src/toolbar.c
8159                 fix: close xmlfile after reading
8160         * src/utils.c
8161                 fix: unlink() file before rename()
8162
8163 2002-08-06 [paul]       0.8.1claws29
8164
8165         * sync with 0.8.cvs15
8166                 see ChangeLog 2002-08-06
8167
8168 2002-08-06 [oliver]     0.8.1claws28
8169
8170         * src/toolbar.c
8171         * src/prefs_toolbar.c
8172                 fixed empty toolbar issue
8173
8174 2002-08-06 [oliver]     0.8.1claws27
8175
8176         * Custom Toolbar Final 
8177         * src/folderview.c
8178         * src/inc.c
8179         * src/summaryview.c
8180                 o toolbar stuff now lives in src/toolbar.[ch]
8181                 o main_window_toolbar_* functions are renamed to
8182                   toolbar_* reflecting their new source file
8183         * src/mainwindow.[ch]
8184                 o remove toolbar stuff  
8185
8186 2002-08-06 [oliver]     0.8.1claws26
8187         
8188         * src/Makefile.am
8189         * src/prefs_toolbar.[ch]        **New File**
8190         * src/toolbar.[ch]              **New File**
8191                 o prefs_toolbar.[ch] custom toolbar frontend
8192                 o toolbar.[ch]       backend 
8193
8194 2002-08-06 [oliver]     0.8.1claws25
8195
8196         * src/prefs_actions.[ch]
8197                 o new exported function actions_execute
8198
8199 2002-08-06 [paul]       0.8.1claws24
8200
8201         * sync with 0.8.1cvs4
8202                 see ChangeLog 2002-08-06
8203
8204 2002-08-06 [paul]       0.8.1claws23
8205
8206         * sync with 0.8.1cvs13
8207                 see ChangeLog 2002-08-06
8208
8209 2002-08-06 [paul]       0.8.1claws22
8210
8211         * sync with 0.8.1cvs12
8212                 see ChangeLog 2002-08-05 and 2002-08-06
8213
8214 2002-08-06 [match]      0.8.1claws21
8215
8216         * src/addrclip.c
8217                 improvements to cut/copy/paste address
8218
8219 2002-08-05 [match]      0.8.1claws20
8220
8221         * src/addritem.[ch]
8222         * src/addrcache.c
8223         * src/addrbook.c
8224         * src/editaddress.c
8225         * src/addressbook.c
8226                 fixes to improve cut/copy/paste
8227
8228 2002-08-06 [melvin]     0.8.1claws19
8229
8230         * src/account.[ch]
8231                 account_find_all_from_address(): new function that returns the
8232                 list of all accounts that are matched in an address.
8233         * src/alertpanel.[ch]
8234                 alertpanel() now accepts a custom widget
8235                 alertpanel_with_widget(): new function that pops up a panel with
8236                 a custom widget in it 
8237         * src/gtkutils.[ch]
8238                 gtkut_account_menu_new(): new function that allows the selection
8239                 of an account from a list of accounts.
8240         * src/messageview.c
8241                 Extended Return Receipt notification to select the correct 
8242                 account and to make a security test on the Delivery-Notification
8243                 address which should be the same as the Return-Path.
8244
8245 2002-08-06 [thorsten]   0.8.1claws18
8246
8247         * src/mimeview.c
8248                 attach_all: save unnamed as "noname.%d",
8249                 dont free static dirname
8250
8251 2002-08-05 [alfons]     0.8.1claws17
8252
8253         * configure.in
8254                 detect XIM by trying to link rather than compile a XIM program
8255
8256 2002-08-05 [oliver]     0.8.1claws16
8257                 
8258         * src/stock_pixmap.[ch]
8259                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8260                 o new func to retrieve pixmaps
8261
8262 2002-08-05 [paul]       0.8.1claws15
8263
8264         * sync with 0.8.1cvs10
8265                 see ChangeLog 2002-08-05
8266
8267 2002-08-04 [alfons]     0.8.1claws14
8268
8269         * src/textview.c
8270                 see if this plugs memleak
8271
8272 2002-08-04 [melvin]     0.8.1claws13
8273
8274         * src/gtkspell.c
8275                 fixed bug that could crash Sylpheed when highlighting
8276                 all misspelled words.
8277
8278 2002-08-03 [melvin]     0.8.1claws12
8279
8280         * src/prefs_actions.c
8281                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8282         * src/messageview.c
8283                 fixed bug where the Return Receipt was sent to
8284                 Delivery-Notification-To address even if it was not present
8285
8286 2002-08-02 [alfons]     0.8.1claws11
8287
8288         * src/prefs_actions.c
8289                 o more check for NULLs
8290                 o put create_io_dialog() in right conditional block
8291
8292 2002-08-02 [paul]       0.8.1claws10
8293
8294         * po/es.po
8295                 updated by Ricardo Mones Lastra
8296
8297 2002-08-01 [christoph]  0.8.1claws9
8298
8299         * src/folder.c
8300                 don't free the cache of the opened
8301                 folder in the summaryview
8302         * src/summaryview.c
8303                 don't unset flags, if it is not required
8304
8305 2002-08-01 [paul]       0.8.1claws8
8306
8307         * sync with 0.8.1cvs8
8308                 see ChangeLog entry 2002-08-01
8309
8310 2002-08-01 [paul]       0.8.1claws7
8311
8312         * sync with 0.8.1cvs7
8313                 see ChangeLog 2002-07-31 and 2002-08-01
8314
8315 2002-07-31 [christoph]  0.8.1claws6
8316
8317         * src/mainwindow.c
8318                 forgot to update menu sensitivity
8319                 function for new menu entry
8320
8321 2002-07-31 [alfons]     0.8.1claws5
8322
8323         * src/main.c
8324                 check folder item and its path for NULL on
8325                 initial processing
8326
8327 2002-07-31 [christoph]  0.8.1claws4
8328
8329         * src/folder.c
8330                 check if folder_item_get_msginfo in
8331                 folder_item_remove_msg returned NULL
8332         * src/imap.c
8333                 better clear the uid cache in the
8334                 uid validity check function and delete
8335                 cached messages
8336
8337 2002-07-31 [paul]       0.8.1claws3
8338
8339         * man/sylpheed.1
8340                 add the '--attach' option and a few other
8341                 minor changes
8342
8343 2002-07-31 [paul]       0.8.1claws2
8344
8345         * sync with 0.8.1cvs5
8346                 see ChangeLog 2002-07-31
8347
8348 2002-07-31 [christoph]  0.8.1claws1
8349
8350         * src/folderview.[ch]
8351         * src/mainwindow.c
8352                 replace "Rescan all folders..." with
8353                 "Check all folders for new messages..."
8354
8355 2002-07-30 [paul]       0.8.1claws
8356
8357         * version 0.8.1claws released
8358
8359 2002-07-30 [paul]       0.8.0claws29
8360
8361         * tools/OOo2sylpheed.pl ** NEW FILE **
8362           tools/README
8363                 add script to enable sending documents as
8364                 attachments from OpenOffice.org
8365
8366 2002-07-30 [melvin]     0.8.0claws28
8367
8368         * src/prefs_actions.c
8369                 Made the actions' input/output dialog display
8370                 without delay.
8371
8372 2002-07-30 [christoph]  0.8.0claws27
8373
8374         * src/procmsg.c
8375                 check if folder_item_get_msginfo in
8376                 procmsg_save_to_outbox returned NULL
8377
8378 2002-07-30 [paul]       0.8.0claws26
8379
8380         * sync with 0.8.1cvs4
8381                 see ChangeLog 2002-07-29
8382
8383 2002-07-29 [thorsten]   0.8.0claws25
8384
8385         * README.claws
8386                 added selective download, delete on server
8387
8388 2002-07-29 [paul]       0.8.0claws24
8389
8390         * sync with 0.8.1cvs3
8391                 see ChangeLog 2002-07-29
8392
8393 2002-07-27 [christoph]  0.8.0claws23
8394
8395         * src/folder.c
8396                 add extra check if fetching the msginfo
8397                 returned NULL
8398
8399 2002-07-27 [paul]       0.8.0claws22
8400
8401         * sync with 0.8.1cvs2
8402                 see ChangeLog 2002-07-26
8403
8404 2002-07-27 [christoph]  0.8.0claws21
8405
8406         * src/imap.c
8407                 add another check if a valid msginfo
8408                 was returned
8409
8410 2002-07-26 [hoa]        0.8.0claws20
8411
8412         * src/folder.c
8413                 Fixed a condition in folder_item_destroy()
8414
8415         * src/imap.c
8416                 Fixed an error in IMAP protocol
8417
8418 2002-07-26 [alfons]     0.8.0claws19
8419
8420         * src/folder.c
8421                 ofcourse compare with identifier, not the path
8422
8423 2002-07-26 [alfons]     0.8.0claws18
8424
8425         * src/folder.c
8426                 use folder item identifier for saving / restoring
8427                 preferences because folder->path might not be unique
8428
8429 2002-07-26 [melvin]     0.8.0claws17
8430
8431         * src/logwindow.c
8432                 Fixed a crash introduced in 0.8.0claws5 when log is 
8433                 cut under 80 characters.
8434
8435 2002-07-26 [paul]       0.8.0claws16
8436
8437         * sync with 0.8.1cvs1
8438                 see ChangeLog 2002-07-26
8439
8440 2002-07-26 [christoph]  0.8.0claws15
8441
8442         * src/imap.[ch]
8443                 imap folder now remembers the last selected
8444                 folder and imap_fetch_msginfo skips selecting
8445                 the folder if it is already selected
8446
8447 2002-07-26 [christoph]  0.8.0claws14
8448
8449         * src/folder.c
8450         * src/folderview.c
8451         * src/imap.c
8452                 fix imap folder rescanning
8453
8454 2002-07-25 [christoph]  0.8.0claws13
8455
8456         * src/filter.c
8457         * src/folder.[ch]
8458         * src/folderview.c
8459         * src/imap.[ch]
8460         * src/mainwindow.c
8461         * src/mbox_folder.c
8462         * src/mh.c
8463         * src/news.c
8464                 implement imap uid cache and uid validity check
8465
8466 2002-07-25 [alfons]     0.8.0claws12
8467
8468         * src/summaryview.c
8469                 fix a brown paper bag bug, and also add some more
8470                 checks
8471
8472 2002-07-25 [christoph]  0.8.0claws11
8473
8474         * src/folder.c
8475                 don't mix copy, fetch_msginfo and remove
8476                 operations in folder item copy and move
8477                 operations
8478
8479 2002-07-25 [christoph]  0.8.0claws10
8480
8481         * src/folderview.c
8482         * src/mainwindow.c
8483         * src/prefs_folder_item.c
8484         * src/summaryview.[ch]
8485                 remove no longer required parameter update_cache from
8486                 summary_show
8487
8488 2002-07-25 [paul]       0.8.0claws9
8489
8490         * sync with 0.8.1
8491         
8492         * AUTHORS
8493                 a few corrections
8494
8495 2002-07-24 [alfons]     0.8.0claws8
8496
8497         * src/summaryview.c
8498                 sort correctly when using simplified subject line
8499                 (closes feature request "[ 585141 ] applying regexp to subject 
8500                 before sort" submitted by Alexandra Walford)
8501
8502 2002-07-24 [paul]       0.8.0claws7
8503
8504         * sync with 0.8.0cvs3
8505                 see ChangeLog 2002-07-24
8506
8507 2002-07-23 [christoph]  0.8.0claws6
8508
8509         * src/folder.c
8510         * src/folder.h
8511         * src/summaryview.c
8512         * src/summaryview.h
8513         * src/main.c
8514                 o separate processing and summaryview
8515                 o removed summary_write_cache from summaryview
8516                 o removed summaryview->killed_messages, because we don't have
8517                   to keep a list of killed messages anymore. New cache will
8518                   keep the hidden messages in cache anyway
8519         * src/folderview.c
8520         * src/inc.c
8521         * src/selective_download.c
8522                 o removed unnecessary summary_write_cache calls
8523         * src/procmsg.c
8524                 o don't set ignore thread flag in procmsg_get_thread_tree
8525                   if it is already set
8526         * src/mainwindow.c
8527         * src/statusbar.h
8528                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8529                   they are used in different files
8530
8531 2002-07-23 [melvin]     0.8.0claws5
8532
8533         * src/addressbook.c
8534         * src/addrgather.c
8535         * src/editaddress.c
8536         * src/editgroup.c
8537         * src/editldap_basedn.c
8538         * src/importldif.c
8539         * src/prefs_common.c
8540                 Fixed few memory leak (gtk_editable_get_chars returns
8541                 an allocated string)
8542         * src/logwindow.c
8543                 Fixed few memory leak (gtk_editable_get_chars returns
8544                 an allocated string) and modified a little the log cutting
8545                 loop.
8546         * src/compose.c
8547                 Replaced a call to an obsolete function gtk_entry_get_text()
8548                 by gtk_editable_get_chars()
8549         * src/send.c
8550                 Removed a debug printf
8551
8552 2002-07-23 [christoph]  0.8.0claws4
8553
8554         * src/filesel.c
8555                 fix another g_dirname memory leak
8556
8557 2002-07-23 [christoph]  0.8.0claws3
8558
8559         * src/mh.c
8560                 fixed a memory leak in mh_fetch_msginfo
8561                 fixed crash when message header could not be
8562                 parsed
8563
8564 2002-07-23 [paul]       0.8.0claws2
8565
8566         * sync with 0.8.0cvs2
8567                 see ChangeLog 2002-07-23
8568
8569 2002-07-23 [paul]       0.8.0claws1
8570
8571         * sync with 0.8.0cvs1
8572                 see ChangeLog 2002-07-23
8573
8574 2002-07-23 [paul]       0.8.0claws
8575
8576         * release of 0.8.0claws
8577
8578 2002-07-23 [paul]       0.7.8claws99
8579
8580         * po/ru.po
8581                 new Russian translation, submitted by
8582                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8583
8584 2002-07-22 [jens]       0.7.8claws98
8585
8586         * po/de.po
8587                 Updated German translations.
8588
8589 2002-07-22 [paul]       0.7.8claws97
8590
8591         * po/es.po
8592           po/it.po
8593           po/nl.po
8594           po/pt_BR.po
8595                 updated translations by Ricardo Mones Lastra,
8596                 Alessandro Maestri, Wilbert Berendsen and 
8597                 Fabio Jr. Beneditto respectively
8598
8599 2002-07-22 [christoph]  0.7.8claws96
8600
8601         * src/mimeview.c
8602                 fix memory leak caused by wrong g_dirname usage
8603
8604 2002-07-22 [christoph]  0.7.8claws95
8605
8606         * src/summaryview.c
8607                 update new and unread message counts for summaryview
8608                 summaryview does not get it from the folder anymore
8609                 and has to update the values itself
8610
8611 2002-07-22 [melvin]     0.7.8claws94
8612
8613         * po/fr.po
8614                 Updated French translations.
8615
8616 2002-07-22 [christoph]  0.7.8claws93
8617
8618         * src/matcher.c
8619                 set prop->preg pointer to NULL or following check
8620                 will not fail and regexec will be called with
8621                 invalid pointer
8622
8623 2002-07-21 [alfons]     0.7.8claws92
8624         
8625         * src/prefs_common.[ch]
8626                 remove option "Send return receipt on request"
8627
8628 2002-07-21 [thorsten]   0.7.8claws91
8629
8630         * src/mimeview.c
8631                 fixed memleaks, coding style as pointed out by alfons
8632
8633 2002-07-21 [alfons]     0.7.8claws90
8634
8635         * src/messageview.c
8636         * src/noticeview.[ch]
8637                 o fix bug notice view being displayed when going to empty folder 
8638                   (noticed by Christoph)
8639                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8640                   (noticed by Thorsten)
8641
8642 2002-07-21 [thorsten]   0.7.8claws89
8643
8644         * src/mimeview.c
8645                 Included save_all patch from Xaview FACQ
8646                 added support for pathnames
8647
8648 2002-07-21 [alfons]     0.7.8claws88
8649
8650         * po/POTFILES.in
8651         * src/Makefile.am
8652         * src/mainwindow.c
8653         * src/messageview.[ch]
8654         * src/noticeview.c      ** NEW FILE **
8655         * src/noticeview.h      ** NEW FILE **
8656                 make return receipts work again
8657                 (UI idea by Leandro Pereira)
8658
8659 2002-07-21 [paul]       0.7.8claws87
8660
8661         * src/summaryview.c
8662                 fix sensitivity of 'Select thread'
8663
8664 2002-07-21 [paul]       0.7.8claws86
8665
8666         * src/prefs_common.c
8667                 add browser command line for Galeon
8668
8669 2002-07-21 [paul]       0.7.8claws85
8670
8671         * Makefile.am
8672                 fix 'EXTRA_DIST': remove README.README, add TODO
8673                 and TODO.claws
8674
8675 2002-07-21 [alfons]     0.7.8claws84
8676
8677         * src/gtkstext.c
8678                 make enter clear selection
8679                 (closes "[ 579888 ] Editor selection/entry error"
8680                 reported by Steve Lamb)
8681
8682 2002-07-21 [alfons]     0.7.8claws83
8683         
8684         * src/summaryview.c
8685                 sort message list when selecting unthread messages
8686                 (closes "[ 501593 ] switching threaded view doesn't sort"
8687                 reported by Simon Schubert)
8688
8689 2002-07-20 [alfons]     0.7.8claws82
8690         
8691         * src/matcher.c
8692                 const-correctness
8693
8694 2002-07-20 [thorsten]   0.7.8claws81
8695
8696         * src/matcher.c
8697                 Fixed expansion of empty fields in matchactions
8698
8699 2002-07-19 [melvin]     0.7.8claws80
8700
8701         * src/gtkspell.c
8702                 Removed a duplicate menu entry (fast mode) introduced during
8703                 the new cache merge
8704                 Added a menu separator between 'Use alternate' and 'Fast mode'
8705
8706 2002-07-19 [paul]       0.7.8claws79
8707
8708         * tools/Makefile.am
8709           tools/README
8710                 correct typos
8711
8712 2002-07-19 [thorsten]   0.7.8claws78
8713
8714         * tools/calypso_convert.pl      ** NEW FILE **
8715           tools/README
8716           tools/Makefile.am
8717                 script to import mbox files exported
8718                 by calypso
8719                 o generates folder structure
8720                 o includes attachments
8721
8722 2002-07-19 [melvin]     0.7.8claws77
8723
8724         * src/selective_download.[ch]
8725                 Fixed bug where closing the dialog with the window manager's
8726                 close button will not unlock the summary
8727                 Corrected some function declarations that missed a return value
8728                 Made the source code comply better with coding style.
8729         * src/prefs_common.c
8730                 Added new browser command line for Mozilla.
8731
8732 2002-07-18 [paul]       0.7.8claws76
8733
8734         * src/mainwindow.c
8735           src/selective_download.[ch]
8736                 reflect theme changes, fix Gdk Warning when creating 
8737                 pixmap from NULL window, and minor clean up.
8738                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8739
8740         * po/en_GB.po
8741                 updated
8742
8743 2002-07-17 [paul]       0.7.8claws75
8744
8745         * INSTALL[.jp]
8746                 sync with 0.8.0
8747         
8748         * po/en_GB.po
8749                 updated
8750
8751 2002-07-16 [paul]       0.7.8claws74
8752
8753         * tools/filter_conv.pl
8754           tools/README
8755                 replace conversion script with reimplemented version, 
8756                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8757
8758 2002-07-16 [colin]      0.7.8claws73
8759
8760         * src/summaryview.c
8761                 remove forgotten debug messages - sorry ;-)
8762
8763 2002-07-16 [colin]      0.7.8claws72
8764
8765         * src/mimeview.c
8766           src/summaryview.c
8767           src/textview.c
8768           src/textview.h
8769                 add the ability to select part of a text mime-part 
8770                 to reply.
8771
8772 2002-07-15 [christoph]  0.7.8claws71
8773
8774         * src/folder.c
8775                 fix folder message count for folders without
8776                 msg_is_changed (includes news folders)
8777
8778 2002-07-15 [martin]     0.7.8claws70
8779
8780         * src/summaryview.c
8781                 option "display recipient on 'From'..." now works
8782                 without the need of enabling the option
8783                 "display  sender  using  address  book".
8784
8785 2002-07-15 [christoph]  0.7.8claws69
8786
8787         * src/summaryview.c
8788                 removed setting folder status from summaryview.
8789                 folder.c should update all message counts correctly.
8790
8791 2002-07-15 [paul]       0.7.8claws68
8792
8793         * po/pt_BR.po
8794                 updated by Fabio Junior Beneditto
8795
8796 2002-07-15 [darko]      0.7.8claws67
8797
8798         * src/mh.c
8799                 Fixed target folder colorization, don't decrease op
8800                 number twice
8801
8802 2002-07-14 [paul]       0.7.8claws66
8803
8804         * sync with main 0.8.0
8805                 see ChangeLog 2002-07-14
8806
8807 2002-07-13 [melvin]     0.7.8claws65
8808         
8809         * src/addrbook.c
8810         * src/addressbook.c
8811         * src/addrindex.c
8812                 Replaced sprintf by g_snprintf to prevent possible buffer
8813                 overflow.
8814         * src/news.c
8815                 Corrected a log message output format.
8816                 Added a missing "done" debug output.
8817         * src/compose.c
8818                 Added keyboard accelerator for Priority menu items
8819                 Added missing \n in debug output
8820         * src/logwindow.c
8821         * src/gtkspell.c
8822         * src/rfc2015.c
8823                 Added missing \n in debug output
8824
8825 2002-07-13 [paul]       0.7.8claws64
8826
8827         * man/sylpheed.1
8828                 change Sergey's email address to the sf address
8829
8830         * src/textview.c
8831                 increase show_url_timeout (more useful for long
8832                 urls)
8833
8834 2002-07-12 [sergey]     0.7.8claws63
8835
8836         * src/rfc2015.c
8837                 applied (with some modifications) patch to set the
8838                 micalg parameter for signatures
8839                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8840
8841 2002-07-12 [sergey]     0.7.8claws62
8842
8843         * man/Makefile.am
8844         * configure.in
8845                 fixed man page installation
8846
8847 2002-07-12 [paul]       0.7.8claws61
8848
8849         * sync with 0.7.8cvs26
8850                 see ChangeLog 2002-07-11 and 2002-07-12
8851
8852 2002-07-11 [christoph]  0.7.8claws60
8853
8854         * src/compose.c
8855         * src/procmsg.c
8856                 first use the message number to find the message
8857                 to mark with a reply flag but check the
8858                 message-id if we got the correct message, if not
8859                 try to find it by message-id.
8860                 use new string seperator that is not allowed
8861                 in message-ids.
8862
8863 2002-07-11 [paul]       0.7.8claws59
8864
8865         * sync with 0.7.8cvs23
8866                 see ChangeLog 2002-07-10
8867
8868 2002-07-10 [christoph]  0.7.8claws58
8869
8870         * src/folder.[ch]
8871         * src/msgcache.[ch]
8872                 Added message-id table to the cache in memory
8873                 and functions to msgcache.c and folder.c to
8874                 fetch MsgInfos by message id
8875         * src/compose.c
8876         * src/procmsg.c
8877                 store folder and message-id of message replying
8878                 to in queue header and set reply flag after sending
8879                 (Closes bug #469498)
8880
8881 2002-07-10 [paul]       0.7.8claws57
8882
8883         * AUTHORS
8884           man/sylpheed.1.gz
8885                 add Martin to the list of authors
8886
8887 2002-07-09 [martin]     0.7.8claws56
8888         * src/gtksctree.c
8889                 Added gtk_ctree_last_visible(), tree_update_level(),
8890                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8891                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8892                 from gtk+ to gtksctree.c for the new sorting code
8893                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8894                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8895         * src/gtksctree.h
8896                 Added declaration for gtk_sctree_sort_recursive() and
8897                 gtk_sctree_sort_node
8898         * src/addressbook.c
8899         * src/foldersel.c
8900         * src/folderview.c
8901         * src/summaryview.c
8902                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8903                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8904
8905 2002-07-08 [paul]       0.7.8claws55
8906
8907         * more sync with 0.7.8cvs21
8908                 see ChangeLog 2002-07-08
8909
8910 2002-07-08 [paul]       0.7.8claws54
8911
8912         * sync with 0.7.8cvs21
8913                 see ChangeLog 2002-07-08
8914
8915 2002-07-07 [alfons]     0.7.8claws53
8916
8917         * src/Makefile.am
8918         * src/stock_pixmap.[ch]
8919         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8920         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8921         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8922                 add new pixmaps for upcoming notice pane
8923
8924 2002-07-06 [melvin]     0.7.8claws52
8925
8926         * src/gtkspell.[ch]
8927                 Made them a bit closer to Sylpheed's coding style.
8928                 Removed old code.
8929                 Removed possible memory leaks when some errors occurs.
8930
8931 2002-07-06 [melvin]     0.7.8claws51
8932
8933         * po/Makefile.in.in
8934                 Removed --no-location in xgettext command line to help
8935                 translators that use Emacs' po-mode
8936         * src/quote_fmt.c
8937                 Removed unnecessary comments that messed up sylpheed.pot
8938
8939 2002-07-06 [paul]       0.7.8claws50
8940
8941         * sync with 0.7.8cvs19
8942                 see ChangeLog 2002-07-05
8943
8944 2002-07-06 [christoph]  0.7.8claws49
8945
8946         * src/folder.c
8947         * src/mainwindow.c
8948                 fix folder_item_remove_all_msg and folderview
8949                 status for trash folders after emptying trash
8950
8951 2002-07-05 [paul]       0.7.8claws48
8952
8953         * sync with 0.7.8cvs16
8954                 see ChangeLog 2002-07-04 and 2002-07-05
8955
8956 2002-07-04 [paul]       0.7.8claws47
8957
8958         * sync with 0.7.8cvs14
8959                 see  ChangeLog 2002-07-04
8960
8961 2002-07-03 [alfons]     0.7.8claws46
8962
8963         * src/folder.c
8964                 dupe folder item's path because it's being reallocated
8965                 by new folder scanning code
8966
8967 2002-07-03 [christoph]  0.7.8claws45
8968
8969         * src/imap.c
8970                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8971         * src/msgcache.c
8972                 add missing return in msgcache_write
8973
8974 2002-07-02 [thorsten]   0.7.8claws44
8975
8976         * src/jpilot.c
8977         * src/msgcache.c
8978         * src/rfc2015.c
8979                 use binary mode for file access
8980
8981 2002-07-02 [christoph]  0.7.8claws43
8982
8983         * major code cleanup (part 1)
8984         
8985                 - unused variables removed
8986                 - unused functions removed
8987                 - uninitialized variables checked
8988                 - missing return statements added
8989                 - missing function return types added
8990                 - added parentheses around assignment and
8991                   && in || when suggested by gcc
8992               
8993         * src/mh.c
8994         * src/folder.c
8995                 replaced direct calls to folder->scan_tree
8996                 with folder_scan_tree and restore folder
8997                 prefs in this function. The folder should
8998                 not have to deal with them.
8999                 ( Should now work for all folder types )
9000
9001 2002-07-02 [paul]       0.7.8claws42
9002
9003         * sync with 0.7.8cvs13
9004                 see ChangeLog 2002-07-01 and 2002-07-02
9005
9006 2002-07-01 [christoph]  0.7.8claws41
9007
9008         * src/summaryview.c
9009                 fix "goto next/prev unread message" with
9010                 ignored threads
9011
9012 2002-07-01 [paul]       0.7.8claws40
9013
9014         * po/es.po
9015                 updated by Ricardo Mones Lastra
9016
9017 2002-06-30 [match]      0.7.8claws39
9018
9019         * src/jpilot.c
9020                 applied variation of leonerd's patch (566661) to
9021                 allow multiple email addresses per JPilot entry.
9022                 addresses may be separated by space, comma, pipe,
9023                 semi-colon, new-line.
9024
9025 2002-06-30 [alfons]     0.7.8claws38
9026
9027         * src/procmsg.c
9028                 simple fix for putting older nodes before
9029                 newer nodes when threading by subject
9030
9031 2002-06-30 [christoph]  0.7.8claws37
9032
9033         * src/folder.c
9034         * src/folderview.c
9035         * src/mh.c
9036         * src/news.c
9037         * src/procmsg.c
9038                 fix broken folder tree rescaning
9039                 and don't use procmsg_get_mark_sum
9040                 anymore
9041
9042 2002-06-30 [christoph]  0.7.8claws36
9043
9044         * merge new cache branch
9045         * src/imap.c
9046                 fix new cache imap copy bug
9047         * src/folder.c
9048                 improved folder_item_scan
9049                 it should now always set the correct
9050                 new, unread and total message counts
9051
9052 2002-06-29 [paul]       0.7.8claws35
9053
9054         * configure.in
9055                 correct syntax error
9056
9057 2002-06-29 [paul]       0.7.8claws34
9058
9059         * configure.in
9060           Makefile.am
9061           man/Makefile.am       ** NEW FILE **
9062           man/sylpheed.1.gz     ** NEW FILE **
9063                 add Sylpheed man page
9064
9065 2002-06-29 [paul]       0.7.8claws33
9066
9067         * po/pt_BR.po
9068                 updated by Fabio Junior Beneditto
9069
9070 2002-06-28 [jens]       0.7.8claws32
9071
9072         * po/de.po
9073                 translation updated
9074
9075         * src/selective_download.c
9076                 removed gettext for space " "
9077
9078         * src/imap.c
9079                 removed wrong space
9080
9081 2002-06-28 [paul]       0.7.8claws31
9082
9083         * sync with 0.7.8cvs11
9084                 see ChangeLog 2002-06-28
9085
9086 2002-06-28 [paul]       0.7.8claws30
9087
9088         * sync with 0.7.8cvs10
9089                 see ChangeLog 2002-06-27 and 2002-06-28
9090
9091 2002-06-26 [paul]       0.7.8claws29
9092
9093         * src/addrgather.c
9094           src/selective_download.c
9095                 don't gettextise empty strings.
9096                 reserved by gettext. gettext("") returns 
9097                 the header entry with meta information, 
9098                 not the empty string
9099
9100         * po/en_GB.po
9101                 updated
9102
9103 2002-06-26 [paul]       0.7.8claws28
9104
9105         * sync with 0.7.8cvs7
9106                 see ChangeLog 2002-06-25
9107
9108         * src/prefs_common.c
9109                 ...and in the process, tweak the gui a little
9110
9111 2002-06-25 [alfons]     0.7.8claws27
9112         
9113         * configure.in
9114         * src/Makefile.am
9115                 fine tune ldap library detection
9116
9117 2002-06-25 [alfons]     0.7.8claws26
9118
9119         * src/compose.c
9120                 don't allow return receipts when composing a news article
9121
9122 2002-06-25 [paul]       0.7.8claws25
9123
9124         * Makefile.am
9125                 add '$(AMTAR)' to 'release' section to allow for
9126                 new and older autotools
9127
9128 2002-06-25 [paul]       0.7.8claws24
9129
9130         * src/summaryview.c
9131                 fix "No more unread messages" persistant pop-up
9132                 window bug
9133
9134 2002-06-25 [paul]       0.7.8claws23
9135
9136         * po/it.po
9137                 updated by Alessandro Maestri
9138
9139 2002-06-25 [paul]       0.7.8claws22
9140
9141         * sync with 0.7.8cvs6
9142                 see ChangeLog 2002-06-25
9143
9144 2002-06-24 [paul]       0.7.8claws21
9145
9146         * tools/update-po
9147                 add GPL copyright information
9148
9149 2002-06-24 [paul]       0.7.8claws20
9150
9151         * tools/Makefile.am
9152           tools/README
9153           tools/update-po       ** NEW FILE **
9154                 add script that eases the creation of *.po files
9155                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9156
9157 2002-06-23 [alfons]     0.7.8claws19
9158
9159         * src/messageview.c
9160                 make notification_convert_header obey const correctness
9161                 (next step will be fixing the broken return receipt)
9162
9163 2002-06-23 [paul]       0.7.8claws18
9164
9165         * src/messageview.c
9166                 fix bug introduced in last commit:
9167                 removed too much code in last commit - put back what's
9168                 needed
9169
9170 2002-06-23 [paul]       0.7.8claws17
9171
9172         * src/messageview.[ch]
9173                 remove code committed in error from locally patched
9174                 source
9175
9176 2002-06-23 [colin]      0.7.8claws16
9177
9178         * src/compose.[ch]
9179                 add compose_entry_select(), used to select the default_to
9180                 email address - hopefully avoiding people sending mails to
9181                 wrong recipients.
9182
9183 2002-06-22 [alfons]     0.7.8claws15
9184
9185         * AUTHORS
9186                 add Bram Metsch & Stanislav Karchebny
9187         * src/smtp.[ch]
9188         * src/prefs_account.[ch]
9189         * src/send.c
9190                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9191                   options.  (see <http://sourceforge.net/tracker/index.php
9192                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9193
9194                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9195                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9196
9197 2002-06-22 [paul]       0.7.8claws14
9198
9199         * sync with 0.7.8cvs5
9200                 see ChangeLog 2002-06-19 and 2002-06-20
9201
9202 2002-06-22 [alfons]     0.7.8claws13
9203
9204         * src/selective_download.c
9205                 fix a stupid mistake I made
9206
9207 2002-06-22 [alfons]     0.7.8claws12
9208
9209         * src/selective_download.[ch]
9210                 fix another unnoticed leak; cleanup code
9211
9212 2002-06-21 [alfons]
9213
9214         * tools/Makefile.am
9215                 gpg-sign <-- gpg-sign-syl
9216
9217 2002-06-21 [alfons]     0.7.8claws11
9218
9219         * src/selective_download.c
9220         * src/selective_download.h
9221                 fix assorted mix of allocation errors (should solve
9222                 problem reported by Philippe Gramoullé, see:
9223                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9224
9225 2002-06-20 [melvin]     0.7.8claws10
9226
9227         * tools/gpg-sign *REMOVED*
9228           tools/gpg-sign-syl *ADDED*
9229                 Replaced the gpg clearsigning script with the version using
9230                 xterm instead of ssh-askpass and changed its name.
9231
9232         * README.claws
9233                 Updated actions example to reflect the renaming of the
9234                 gpg clearsigning script.
9235
9236 2002-06-19 [paul]       0.7.8claws9
9237
9238         * sync with 0.7.8claws9
9239                 see ChangeLog 2002-06-18 and 2002-06-19
9240
9241 2002-06-19 [paul]       0.7.8claws8
9242
9243         * sync with 0.7.8cvs1
9244                 see ChangeLog 2002-06-18
9245
9246 2002-06-18 [alfons]     0.7.8claws7
9247
9248         * src/mainwindow.h
9249                 add omitted prototype
9250
9251 2002-06-17 [paul]       0.7.8claws6
9252
9253         * src/mainwindow.c
9254                 fix hiding of exec_btn
9255
9256 2002-06-17 [paul]       0.7.8claws5
9257
9258         * src/pop.c
9259                 remove unneeded code: should_delete() 
9260                 and Pop3State::uidl_todelete_list
9261
9262 2002-06-17 [paul]       0.7.8claws4
9263
9264         * sync with 0.7.8
9265                 see ChangeLog 2002-06-11 and 2002-06-13
9266
9267 2002-06-16 [alfons]     0.7.8claws3
9268         
9269         * src/folder.c
9270                 make sure lock sort mode (claws specific) is
9271                 also persists after a tree rescan
9272
9273 2002-06-16 [alfons]     0.7.8claws2
9274
9275         * src/prefs_folder_item.c
9276         * src/folder.[ch]
9277                 fix persistence of folder sort mode (broken
9278                 by adapting Hiro's new folder persistence code)
9279
9280 2002-06-16 [alfons]     0.7.8claws1
9281
9282         * AUTHORS
9283         * src/logwindow.c
9284         * src/prefscommon.[ch]
9285                 control size of log text in log window; 
9286                 closes patch #569155 submitted by Mitko Haralanov.
9287
9288 2002-06-15 [paul]       0.7.8claws
9289
9290         * release of 0.7.8claws
9291
9292 2002-06-15 [paul]       0.7.7claws
9293
9294         * po/pt_BR.po
9295                 updated by Fabio Junior Beneditto
9296
9297 2002-06-14 [paul]       0.7.6claws49
9298
9299         * po/es.po
9300                 updated by Ricardo Mones Lastra
9301
9302 2002-06-14 [paul]       0.7.6claws48
9303
9304         * po/nl.po
9305                 updated translation by Wilbert Berendsen
9306
9307 2002-06-14 [melvin]     0.7.6claws47
9308
9309         * po/fr.po
9310                 Updated French translation
9311
9312 2002-06-13 [paul]       0.7.6claws46
9313
9314         * src/filesel.c
9315                 allow filename to be typed in, rather than just
9316                 selected by the mouse. Patch by Gustavo Noronha Silva.
9317
9318 2002-06-13 [alfons]     0.7.6claws45
9319
9320         * src/mainwindow.[ch]
9321                 more cleanups (removing unnecessary menu items Expand 
9322                 summary / message view)
9323
9324 2002-06-13 [melvin]     0.7.6claws44
9325
9326         * po/POTFILES.in
9327                 Added src/string_match.c
9328         * src/string_match.c
9329                 Fixed possible buffer overflow.
9330                 Corrected typo.
9331                 Added missing config.h header.
9332         * src/prefs_common.c
9333           src/prefs_matcher.c
9334           src/prefs_scoring.c
9335                 Made some strings translatable (missing _(..)).
9336
9337 2002-06-13 [melvin]     0.7.6claws43
9338
9339         * README.claws
9340                 Corrected action example (verifying clearsigned mail).
9341         * src/prefs_account.c
9342                 Corrected typo.
9343         * src/prefs_common.c
9344                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9345
9346 2002-06-12 [alfons]     0.7.6claws42
9347
9348         * src/summaryview.c
9349                 add init of score column lost in 0.7.6claws42
9350
9351 2002-06-12 [paul]       0.7.6claws41
9352
9353         * src/prefs_account.c
9354                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9355                 behavior of the radio buttons, (from 0.7.7cvs2)
9356
9357 2002-06-11 [alfons]     0.7.6claws40
9358
9359         * src/messageview.[ch]
9360         * src/summaryview.[ch]
9361         * src/summary_search.c
9362         * src/mainwindow.c
9363                 perform a sync to bring in Hiro's separate view implementation 
9364
9365                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9366
9367 2002-06-11 [paul]       0.7.6claws39
9368         
9369         * src/prefs_account.c
9370                 correct a typo on the Receive tab
9371
9372 2002-06-10 [match]      0.7.6claws38
9373
9374         * src/addressbook.c
9375                 Included address completion patch from Gustavo Noronha.
9376
9377 2002-06-10 [paul]       0.7.6claws37
9378
9379         * src/inc.[ch]
9380           src/pop.c
9381           src/prefs_account.[ch]
9382           src/selective_download.[ch]
9383                 apply PATCH #561712
9384                  NEW:
9385                 - check if POP Account
9386                 - Receive Button renamed to Preview
9387                 - Preview Button Popup: preview new/all messages
9388                 - Download Button
9389                 - Account Preferences-->Receive tab checkbutton if you
9390                   want to remove Mail after Download
9391                 -: default YES
9392                 - Account Preferences-->Receive tab checkbutton use
9393                   filtering rules on preview
9394                   (think of delete_on_server)
9395                 -: default YES
9396                 - Account selectable from SD dialog
9397                 - checkbutton to show already downloaded messages if
9398                   all messages are previewed
9399                 - new clist column showing Date
9400                 - ESC KEY close
9401                 FIXES:
9402                 - play ball with UIDL
9403                 - fault tolerant (?) 
9404                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9405
9406 2002-06-10 [melvin]     0.7.6claws36
9407
9408         * README.claws
9409                 Added a hint to ac/README in cvs instructions.
9410
9411         * src/prefs_actions.c
9412                 Made it possible to use a more elaborate command line
9413                 for asynchronous actions, too.
9414
9415 2002-06-10 [melvin]     0.7.6claws35
9416         
9417         * src/prefs_actions.c
9418                 Make it possible to use a more elaborate command line
9419                 (e.g. |foo|bar|cat>there;echo Done|)
9420                 Corrected error message when calling %f, %F and %p commands
9421                 from the compose window.
9422
9423 2002-06-09 [colin]      0.7.6claws34
9424
9425         * src/summaryview.c
9426                 Automatically find unread messages in current folder
9427                 before annoying the user.
9428
9429 2002-06-08 [alfons]     0.7.6claws33
9430
9431         * po/it.po
9432                 remove bad formatting string in it.po translation
9433                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9434
9435 2002-06-08 [paul]       0.7.6claws32
9436
9437         * sync with 0.7.6cvs25
9438                 see ChangeLog 2002-06-07
9439
9440 2002-06-05 [paul]       0.7.6claws31
9441
9442         * src/mainwindow.c
9443                 add 'Sort by locked' and 'Sort by score'
9444
9445 2002-06-05 [paul]       0.7.6claws30
9446
9447         * sync with 0.7.6cvs24
9448                 see ChangeLog 2002-06-04
9449
9450 2002-06-04 [paul]       0.7.6claws29
9451
9452         * po/pt_BR.po
9453                 updated by Fabio Junior Beneditto
9454
9455 2002-06-03 [thorsten]   0.7.6claws28
9456
9457         * src/matcher.c
9458                 fclose() matcherrc after reading
9459
9460 2002-06-03 [paul]       0.7.6claws27
9461
9462         * sync with 0.7.6cvs21
9463                 see ChangeLog 2002-05-31
9464
9465 2002-05-31 [paul]       0.7.6claws26
9466
9467         * sync with 0.7.6cvs20
9468                 see ChangeLog 2002-05-29 and 2002-05-30
9469
9470 2002-05-31 [paul]       0.7.6claws25
9471
9472         * src/imap.c
9473                 hopefully fix last buggy sync
9474
9475         * README.claws
9476                 correct typo in 'Actions' examples
9477
9478 2002-05-29 [paul]       0.7.6claws24
9479
9480         * sync with 0.7.6cvs18
9481                 see ChangeLog 2002-05-28 and 2002-05-29
9482
9483         * src/news.c
9484           src/nntp.[ch]
9485                 sync with above 
9486
9487 2002-05-28 [paul]       0.7.6claws23
9488
9489         * sync with 0.7.6cvs16
9490                 see ChangeLog 2002-05-28
9491
9492 2002-05-27 [thorsten]   0.7.6claws22 
9493
9494         * faq/it/sylpheed-faq-1.html
9495           faq/it/sylpheed-faq-2.html
9496           faq/it/sylpheed-faq-3.html
9497           faq/it/sylpheed-faq.html
9498                 corrected DOS lineendings
9499         * faq/de/sylpheed-faq-1.html
9500           faq/de/sylpheed-faq-2.html
9501           faq/en/sylpheed-faq-1.html
9502           faq/en/sylpheed-faq-2.html
9503           faq/en/sylpheed-faq-3.html
9504           faq/es/sylpheed-faq-1.html
9505           faq/es/sylpheed-faq-2.html
9506           faq/es/sylpheed-faq-3.html
9507           faq/fr/sylpheed-faq-1.html
9508           faq/it/sylpheed-faq-1.html
9509           faq/it/sylpheed-faq-2.html
9510           faq/it/sylpheed-faq-3.html
9511           faq/it/sylpheed-faq.html
9512                 changed ">" to &quot;
9513
9514 2002-05-27 [paul]       0.7.6claws21
9515         
9516         * sync with 0.7.6cvs15
9517                 see ChangeLog 2002-05-27
9518
9519 2002-05-27 [paul]       0.7.6claws20
9520
9521         * src/prefs_account.c
9522                 correct a typo
9523
9524 2002-05-26 [paul]       0.7.6claws19
9525
9526         * tools/README
9527                 correct a typo
9528
9529 2002-05-25 [paul]       0.7.6claws18
9530
9531         * tools/README
9532                 add description of kmail2sylpheed.pl
9533
9534 2002-05-25 [paul]       0.7.6claws17
9535
9536         * tools/kmail2sylpheed.pl       ** NEW FILE **
9537                 perl script that converts an exported Kmail address
9538                 book, converts it to sylpheed addressbook file,
9539                 writes the file to .sylpheed, and updates
9540                 addrbook--index.xml 
9541
9542 2002-05-25 [paul]       0.7.6claws16
9543
9544         * sync with 0.7.6cvs14
9545                 see ChangeLog 2002-05-23
9546
9547 2002-05-24 [paul]       0.7.6claws15
9548
9549         * README.claws
9550                 make a correction and add some more info
9551
9552 2002-05-24 [paul]       0.7.6claws14
9553
9554         * src/compose.c
9555                 fix memory leak in 
9556                 compose_redirect_write_headers_from_headerlist()
9557                 add Subject and Resent-Message-ID to
9558                 compose_redirect_write_headers()
9559                 Received, Subject, and X-UIDL are filtered out in 
9560                 compose_redirect_write_to_file()
9561
9562 2002-05-23 [paul]       0.7.6claws13
9563
9564         * src/compose.[ch]
9565           src/filtering.c
9566           src/mainwindow.c
9567           src/matcher.[ch]
9568           src/matcher_parser_lex.l
9569           src/matcher_parser_parse.y
9570           src/prefs_common.[ch]
9571           src/prefs_filtering.c
9572           src/summaryview.c
9573                 rename 'Bounce' to 'Redirect'
9574
9575 2002-05-23 [paul]       0.7.6claws12
9576
9577         * more sync with 0.7.6cvs13
9578           src/compose.c
9579                 see ChangeLog 2002-05-22
9580
9581 2002-05-22 [paul]       0.7.6claws11
9582
9583         * sync with 0.7.6cvs13
9584           src/codeconv.c
9585                 see ChangeLog 2002-05-20
9586           src/prefs_common.c
9587                 see ChangeLog 2002-05-22
9588
9589 2002-05-21 [melvin]     0.7.6claws10
9590
9591         * src/folderview.c
9592                 Added missing filtering and scoring headers
9593                 Fixed bad function call that showed garbage 
9594                 in Folder->Processing
9595
9596 2002-05-21 [paul]       0.7.6claws9
9597
9598         * tools/Makefile.am
9599                 make all tools executable, (patch by Alfons).
9600
9601 2002-05-20 [alfons]     0.7.6claws8
9602
9603         * src/procheader.c
9604                 don't forget to call mktime() so we have a valid week 
9605                 and year day
9606                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9607
9608 2002-05-20 [paul]       0.7.6claws7
9609
9610         * src/html.c
9611                 fix broken parsing of urls
9612         * src/textview.c
9613                 fix displaying of urls
9614
9615                 both fixes from the patch [547855] by Eugene 
9616                 Brevdo (zonem)
9617
9618 2002-05-19 [alfons]     0.7.6claws6
9619
9620         * configure.in
9621                 make sylpheed configure correctly with the latest
9622                 and greatest of automake / autoconf / gettext
9623
9624 2002-05-19 [alfons]     0.7.6claws5
9625
9626         * src/procheader.c
9627         * src/procheader.h
9628                 add function for returning ime zone offset
9629         * src/quote_fmt.c
9630         * src/quote_fmt_parse.y
9631                 better quotation formatting - does not convert
9632                 to local time, but uses the original date string.
9633                 
9634                 Note: %z inserts the timezone offset (should 
9635                 work also on platforms where strftime does not
9636                 support %z).
9637
9638 2002-05-18 [christoph]  0.7.6claws4
9639
9640         * src/summaryview.c
9641                 fix indentation of some code
9642         * tools/Makefile.am
9643                 fix spaces after \
9644         * src/Makefile.am
9645                 add missing \
9646                 correct path for ignorethread.xpm
9647                 incorrect filename for sylpheed_logo.xpm
9648                 add missing include matcher_parser_parse.h
9649
9650 2002-05-18 [paul]       0.7.6claws3
9651
9652         * sync with 0.7.6cvs8
9653                 see ChangeLog 2002-05-16 and 2002-05-17
9654
9655 2002-05-18 [melvin]     0.7.6claws2
9656
9657         * README.claws
9658                 Corrected an action's definition and fixed some misspellings.
9659
9660 2002-05-18 [paul]       0.7.6claws1
9661
9662         * tools/Makefile.am
9663           tools/gpg-sign        ** new file **
9664           tools/uudec           ** new file **
9665                 add Melvin's Actions scripts
9666
9667         * README.claws
9668                 add Melvin's descriptions for Actions
9669
9670 2002-05-18 [paul]       0.7.6claws
9671
9672         * Version 0.7.6claws released
9673
9674 2002-05-17 [paul]       0.7.5claws32
9675
9676         * po/es.po
9677                 updated by Ricardo Mones Lastra
9678
9679 2002-05-17 [paul]       0.7.5claws31
9680
9681         * src/compose.c
9682                 fix Account prefs default folder for sent/draft/deleted
9683                 messages bug
9684
9685         * po/it.po
9686           po/nl.po
9687                 updated translation by Alessandro Maestri and
9688                 Wilbert Berendsen
9689
9690 2002-05-17 [melvin]     0.7.5claws30
9691
9692         * src/prefs_actions.c
9693                 Fixed bug where using %F not at the end of the command 
9694                 resulted in an additional empty argument being created.
9695                 Thanks to Darko Koruga for reporting the bug.
9696
9697 2002-05-17 [melvin]     0.7.5claws29
9698
9699         * po/fr.po
9700                 Updated French translations.
9701
9702 2002-05-15 [paul]       0.7.5claws28
9703         
9704         * po/es.po
9705                 updated by Ricardo Mones Lastra
9706
9707 2002-05-15 [paul]       0.7.5claws27
9708
9709         * sync with 0.7.6cvs4
9710                 see ChangeLog 2002-05-14 and 2002-05-15
9711
9712 2002-05-14 [paul]       0.7.5claws26
9713
9714         * sync with 0.7.6cvs1
9715                 see ChangeLog 2002-05-13
9716
9717 2002-05-13 [thorsten]   0.7.5claws25
9718
9719         * src/messageview.c
9720                 fix select_all and copy in multipart messages
9721         * src/mainwindow.c
9722                 fix select_all and copy in multipart messages
9723
9724 2002-05-12 [paul]       0.7.5claws24
9725
9726         * src/summaryview.c
9727                 reverse last commit, bug already fixed in 0.7.5claws3
9728
9729 2002-05-12 [netztorte]  0.7.5claws23
9730
9731         * src/summaryview.c
9732                 dont parse empty addressbook (checked in before claws20)
9733
9734 2002-05-12 [melvin]     0.7.5claws22
9735
9736         * src/procmsg.[ch]
9737                 Removed unneeded priority code introduced by the previous 
9738                 commit.
9739
9740 2002-05-12 [melvin]     0.7.5claws21
9741
9742         * src/compose.[ch]
9743                 Added possibility to set message's priority.
9744         * src/procmsg.[ch]
9745                 Added possibility to set message's priority.
9746                 Added missing headers
9747
9748 2002-05-12 [melvin]     0.7.5claws20
9749
9750         * src/prefs_actions.c
9751                 Removed implicitely added quotes around the name
9752                 of the temporary files of mime parts.
9753
9754 2002-05-12 [paul]       0.7.5claws19
9755
9756         * sync with 0.7.5cvs20
9757                 see ChangeLog 2002-05-11
9758
9759 2002-05-12 [alfons]     0.7.5claws18
9760
9761         * src/quote_fmt_lex.l
9762         * src/quote_fmt_parse.y
9763                 allow quote / reply date & time format to be set using
9764                 %D{format}. format is a format string you'd pass to
9765                 strftime() (see man strftime, or the Display tab |
9766                 Date format setting).
9767
9768                 Currently %D converts the date to local time. 
9769
9770 2002-05-11 [paul]       0.7.5claws17
9771
9772         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9773                 see ChangeLog 2002-05-10 and 2002-05-11
9774
9775 2002-05-10 [paul]       0.7.5claws16
9776
9777         * sync with 0.7.5cvs16
9778                 see ChangeLog entries 2002-05-09 and 
9779                 2002-05-10
9780
9781 2002-05-10 [colin]      0.7.5claws15
9782
9783         * src/textview.c
9784                 Corrected a bug that prevented sylpheed to open
9785                 double-clicked URIs.
9786
9787 2002-05-09 [paul]       0.7.5claws14
9788
9789         * sync with 0.7.5cvs14
9790                 see ChangeLog 2002-05-08 and 2002-05-09
9791
9792 2002-05-08 [paul]       0.7.5claws13
9793
9794         * sync with 0.7.5cvs11
9795                 see ChangeLog entry 2002-05-08
9796
9797 2002-05-08 [paul]       0.7.5claws12
9798
9799         * src/mainwindow.c
9800           src/textview.[ch]
9801                 fix segfault on View->Open in new window
9802                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9803
9804 2002-05-07 [paul]       0.7.5claws11
9805
9806         * sync with 0.7.5cvs9
9807                 see ChangeLog entry 2002-05-07
9808
9809 2002-05-06 [paul]       0.7.5claws10
9810
9811         * src/messageview.c
9812           src/textview.c
9813                 display url in statusbar on single-click
9814                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9815
9816 2002-05-06 [match]      0.7.5claws9
9817
9818         * src/addritem.[ch]
9819                 new functions.
9820         * src/addrcache.c
9821                 tidy up.
9822         * src/xmlprops.[ch]
9823                 XML implementation of properties file.
9824         * src/exporthtml.[ch]
9825         * src/expthtmldlg.[ch]
9826         * src/addressbook.c
9827                 export to HTML.
9828
9829 2002-05-02 [sergey]     0.7.5claws8
9830
9831         * src/mainwindow.c (mainwin_entries),
9832           src/prefs_common.c (prefs_send_create()),
9833           src/codeconv.c (locale_table):
9834                 use charset name "Windows-1251" instead of "CP1251".
9835
9836 2002-05-02 [colin]      0.7.5claws7
9837         
9838         * src/compose.c
9839           src/prefs_common.c
9840           src/prefs_folder_item.c
9841                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9842
9843 2002-05-02 [hiro]       0.7.5claws6
9844
9845         * src/imap.c
9846                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9847
9848 2002-05-02 [paul]       0.7.5claws5
9849
9850         * src/compose.c
9851                 more sync with 0.7.5cvs7, see ChangeLog entry
9852                 2002-05-02
9853
9854 2002-05-02 [hiro]       0.7.5claws4
9855
9856         * src/compose.c
9857                 compose_queue_sub():
9858                 check if queue folder exists (closes #550397).
9859                 removed directory creation since it should be handled
9860                 transparently.
9861         * src/imap.c
9862                 imap_add_msg(): return UID for appended message
9863                 (closes #548842).
9864
9865 2002-04-30 [paul]       0.7.5claws3
9866
9867         * src/summaryview.c
9868                 fix account_find_from_address() bug
9869
9870 2002-04-28 [colin]      0.7.5claws2
9871
9872         * src/compose.c
9873           src/textview.c
9874           src/prefs_common.[ch]
9875           src/utils.[ch]
9876                 Added user-definable quotation characters recognition.
9877
9878 2002-04-28 [paul]       0.7.5claws1
9879
9880         * sync with 0.7.5cvs4
9881                 see ChangeLog entry  2002-04-25
9882
9883 2002-04-28 [paul]       0.7.5claws
9884
9885         * po/es.po
9886           po/nl.po
9887           po/pt_BR.po
9888                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9889                 Fabio Junior Beneditto
9890
9891 2002-04-27 [jens]       0.7.4claws103
9892
9893         * po/de.po
9894                 updated German translation.
9895
9896 2002-04-27 [hiro]       0.7.4claws102
9897
9898         * src/summaryview.c
9899                 summary_write_cache(): fixed the mark loss of hidden messages.
9900
9901 2002-04-26 [melvin]     0.7.4claws101
9902
9903         * src/procmsg.c
9904                 fixed a second typo (same one)
9905         * po/fr.po
9906           po/it.po
9907           po/pt_BR.po
9908                 fixed the type again...
9909
9910 2002-04-26 [melvin]     0.7.4claws100
9911
9912         * src/procmsg.c
9913                 fixed a typo in an alert message ("temorary").
9914         * po/it.po
9915         * po/pt_BR.po
9916                 corrected the typo  described above.
9917         * po/fr.po
9918                 updated French translation.
9919
9920 2002-04-26 [darko]      0.7.4claws99
9921
9922         * src/summaryview.c
9923                 fix target folder colorization
9924
9925 2002-04-25 [paul]       0.7.4claws98
9926
9927         * po/it.po
9928                 updated by Alessandro Maestri
9929
9930 2002-04-24 [colin]      0.7.4claws97
9931         
9932         * src/compose.c
9933                 Fixed double "subject is empty" question.
9934
9935 2002-04-23 [colin]      0.7.4claws96
9936         
9937         * src/mimeview.c
9938                 Corrected issue when "automatically display images" was
9939                 not set : first image remained after selecting second.
9940
9941 2002-04-23 [melvin]     0.7.4claws95
9942
9943         * src/prefs_actions.c
9944                 Don't display in/out dialog if there is nothing to show.
9945
9946 2002-04-23 [paul]       0.7.4claws94
9947
9948         * sync with 0.7.5cvs3
9949                 bug fixes: see ChangeLog entry 2002-04-23
9950
9951 2002-04-22 [darko]      0.7.4claws93
9952
9953         * src/compose.c
9954                 fix previous check-in which changed code after
9955                 merge from main
9956
9957 2002-04-22 [paul]       0.7.4claws92
9958
9959         * faq/de/*
9960                 add German FAQ
9961         * faq/en/*
9962           faq/es/*
9963           faq/fr/*
9964                 update English, Spanish and French FAQs
9965         * manual/de/*
9966           manual/es/*
9967                 add German and Spanish manuals
9968         * manual/en/*
9969           manual/fr/*
9970                 update English and French manuals
9971
9972         * src/Makefile.am
9973                 add to and re-arrange the pixmap entries
9974
9975 2002-04-22 [darko]      0.7.4claws91
9976
9977         * src/compose.c
9978                 fix sender initials recognition to only allow
9979                 '>' after the initials
9980
9981 2002-04-21 [paul]       0.7.4claws90
9982
9983         * sync with 0.7.5 release
9984                 see ChangeLog entry 2002-04-21
9985
9986 2002-04-21 [alfons]
9987
9988         * src/Makefile.am
9989                 add colin's new pixmaps to EXTRA_DIST
9990
9991 2002-04-21 [colin]      0.7.4claws89
9992         * src/compose.c
9993         * src/inc.c
9994         * src/mainwindow.[ch]
9995         * src/prefs_common.[ch]
9996         * src/stock_pixmap.[ch]
9997                 Added "Work offline" ability.
9998
9999 2002-04-21 [colin]      0.7.4claws88
10000         
10001         * src/mimeview.c
10002         * src/prefs_common.c
10003         * src/prefs_common.h
10004         * src/textview.c : Added an option to common preferences -> display
10005           to allow user not to automatically display images.
10006
10007 2002-04-21 [paul]       0.7.4claws87
10008
10009         * sync with 0.7.4cvs52
10010                 see ChangeLog entry 2002-04-21 (src/imap.c)
10011
10012 2002-04-21 [paul]       0.7.4claws86
10013
10014         * sync with 0.7.4cvs51
10015                 see ChangeLog entry 2002-04-21
10016
10017 2002-04-21 [paul]       0.7.4claws85
10018
10019         * sync with 0.7.4cvs49
10020                 see ChangeLog entries 2002-04-20 and 2002-04-21
10021
10022         * src/Makefile.am
10023                 clean up: remove old 'stock_' element from xpm 
10024                 filenames.
10025
10026 2002-04-21 [alfons]     0.7.4claws84
10027
10028         apply sync patch from Paul
10029
10030         * src/folderview.c
10031                 use old claws prefs_folder_item_create() for now
10032
10033 2002-04-19 [match]      0.7.4claws83
10034
10035         * src/addressbook.[ch]
10036         * src/addrharvest.[ch]
10037         * src/addrgather.[ch]
10038                 recurse folders.
10039         * src/mainwindow.c
10040         * src/summaryview.[ch]
10041                 change menu option.
10042
10043 2002-04-19 [paul]       0.7.4claws82
10044
10045         * po/pt_BR.po
10046                 updated by Fabio Junior Beneditto
10047
10048 2002-04-14 [alfons]     0.7.4claws81
10049
10050         * src/passphrase.c
10051                 add #include <sys/types.h> for mode_t and off_t 
10052
10053 2002-04-13 [paul]       0.7.4claws80
10054         
10055         * src/main.c
10056           src/passphrase.[ch]
10057           src/pgptext.c
10058           src/prefs_common.[ch]
10059           src/rfc2015.c
10060                 enable storing of GnuPG passphrase for the whole 
10061                 session or a user-defined number of minutes. patch 
10062                 submitted by Ravemax <ravemax@dextrose.com>
10063
10064 2002-04-13 [alfons]     0.7.4claws79
10065
10066         * src/textview.c
10067                 make email parser also stop scanning when encountering separators
10068                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10069
10070 2002-04-13 [paul]       0.7.4claws78
10071
10072         * sync with 0.7.4cvs39
10073                 see ChangeLog entry 2002-04-12
10074
10075 2002-04-11 [paul]       0.7.4claws77
10076
10077         * sync with 0.7.4cvs37
10078                 see ChangeLog entry 2002-04-11
10079
10080 2002-04-11 [paul]       0.7.4claws76
10081
10082         * COPYING 
10083                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10084                 the clause for OpenSSL). sync with sylpheed main
10085
10086 2002-04-09 [melvin]     0.7.4claws75
10087
10088         * src/compose.c
10089                 Made 'Ctrl-Enter' on send ignore some modifiers 
10090                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10091                 to bind other *-Enter (but not Alt-Enter).
10092
10093 2002-04-09 [paul]       0.7.4claws74
10094
10095         * sync with 0.7.4cvs35
10096                 see ChangeLog entries 2002-04-09
10097
10098 2002-04-08 [paul]       0.7.4claws73
10099
10100         * sync with 0.7.4cvs33
10101                 see ChangeLog entry 200-04-08
10102
10103 2002-04-07 [match]      0.7.4claws72
10104
10105         * src/addrharvest.[ch]
10106                 fixed to read all addresses in header, regardless
10107                 of header size. improved name parsing. accommodate
10108                 harvest from folders and selected message.
10109         * src/addritem.[ch]
10110                 included new address parsing function.
10111         * src/addrgather.[ch]
10112         * src/addressbook.[ch]
10113         * src/summaryview.[ch]
10114         * src/mainwindow.c
10115                 allow address harvest of folder as well as selected
10116                 messages.
10117
10118 2002-04-07 [paul]       0.7.4claws71
10119
10120         * src/esmtp.[ch]
10121           src/smtp.c
10122                 don't try to authenticate with CRAM-MD5 in SMTP when 
10123                 SMTP-AUTH enabled if MTA doesn't issue this 
10124                 auth-method in it's ehlo-response. bug item #531364,
10125                 patch item #938910. patch submitted by Colin Leroy 
10126                 <colin@colino.net>
10127
10128 2002-04-07 [paul]       0.7.4claws70
10129
10130         * src/nntp.c
10131                 fix missing MODE_READER bug. patch submitted by
10132                 Colin Leroy <colin@colino.net>
10133
10134 2002-04-07 [alfons]     0.7.4claws69
10135
10136         * src/matcher.[ch]
10137         * src/prefs_filtering.c
10138         * src/summaryview.c
10139                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10140                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10141
10142 2002-04-07 [paul]       0.7.4claws68
10143
10144         * sync with 0.7.4cvs32
10145                 see ChangeLog entry 2002-04-06
10146
10147         * tools/filter_conv.pl
10148                 more bug fixes
10149
10150 2002-04-06 [paul]       0.7.4claws67
10151
10152         * tools/filter_conv.pl
10153                 modify to be able to find the name of the first
10154                 mailbox and use that. main's filter does not
10155                 record the full path to the mailbox and therefore
10156                 can only filter to the first mailbox.
10157
10158 2002-04-05 [paul]       0.7.4claws66
10159
10160         * tools/filter_conv.pl
10161                 attempt to make the script all-encompassing and
10162                 be able to convert any main 'filter' rule thrown
10163                 at it
10164
10165 2002-04-05 [paul]       0.7.4claws65
10166
10167         * tools/filter_conv.pl
10168                 allow for collapsed folder trees
10169
10170 2002-04-05 [paul]       0.7.4claws64
10171
10172         * sync with 0.7.4cvs31
10173                 see ChangeLog entries 2002-04-05
10174
10175 2002-04-03 [paul]       0.7.4claws63
10176
10177         * sync with 0.7.4cvs29
10178                 see ChangeLog entries 2002-04-02 and 2002-04-03
10179
10180 2002-04-02 [paul]       0.7.4claws62
10181
10182         * sync with 0.7.4cvs26
10183                 see ChangeLog entry 2002-04-01
10184
10185 2002-04-02 [match]      0.7.4claws61
10186
10187         * src/pine.[ch]
10188         * src/importpine.[ch]
10189         * src/addressbook.c
10190                 import Pine address book.
10191
10192 2002-04-02 [match]      0.7.4claws60
10193
10194         * src/addrharvest.[ch]
10195                 improve address parsing of funky addresses.
10196
10197 2002-04-02 [darko]      0.7.4claws59
10198
10199         * src/compose.c
10200                 wrap on send improvements, it now recognizes quoted
10201                 initials as part of the quotation string, and it
10202                 does not join lines separated by CR
10203
10204 2002-04-01 [match]      0.7.4claws58
10205
10206         * src/mgutils.[ch]
10207                 added new functions.
10208         * src/mutt.[ch]
10209                 remove excessive duplicate address generation
10210                 on import.
10211
10212 2002-04-01 [alfons]     0.7.4claws57
10213         
10214         * src/summaryview.c
10215                 put back g_free() 
10216
10217 2002-04-01 [paul]       0.7.4claws56
10218
10219         * sync with 0.7.4cvs25
10220                 see ChangeLog entry 2002-04-01
10221
10222 2002-04-01 [alfons]     0.7.4aprilfool55
10223
10224         * src/summaryview.c
10225                 honour feature request item #537427 to allow for
10226                 displaying names from address book for sent mail also
10227
10228 2002-03-29 [paul]       0.7.4claws54
10229
10230         * src/mainwindow.c
10231           src/prefs_filtering.[ch]
10232           src/prefs_matcher.c
10233           src/summaryview.c
10234                 add 'fast filter' for claws' filtering,
10235                 /Tools/Create filter rule/... patch submitted
10236                 by Neill Miller <neillm@thecodefactory.org>
10237
10238 2002-03-29 [paul]       0.7.4claws53
10239
10240         * sync with 0.7.4cvs24
10241                 see ChangeLog entry 2002-03-29
10242
10243 2002-03-28 [paul]       0.7.4claws52
10244
10245         * sync with 0.7.4cvs23
10246                 see ChangeLog entry 2002-03-28
10247
10248 2002-03-27 [melvin]     0.7.4claws51
10249
10250         * src/prefs_actions.c
10251                 Added support to pass only one message part (as a
10252                 file) to the command using '%p'. No quotes are needed
10253                 because doubles quotes are automatically added.
10254                 Fixed bug where Sylpheed could block when waiting for
10255                 a child process to finish.
10256                 Changed the help menu to remove quotes around symbols to 
10257                 avoid misinterpretation (they must not be used).
10258
10259 2002-03-27 [melvin]     0.7.4claws50
10260
10261         * src/inc.c
10262                 Made the new mail notification command always 
10263                 execute asynchronously.
10264
10265 2002-03-27 [paul]       0.7.4claws49
10266
10267         * src/compose.c
10268                 fix bug introduced in last commit
10269
10270 2002-03-27 [paul]       0.7.4claws48
10271
10272         * sync with 0.7.4cvs21
10273                 see ChangeLog 2002-03-26 and 2002-03-27
10274
10275 2002-03-26 [hoa]        0.7.4claws47
10276
10277         * src/prefs_folder_item.c
10278                 really fixed the bug #516442 with folder rescan.
10279
10280 2002-03-26 [paul]       0.7.4claws46
10281
10282         * sync with 0.7.4cvs19
10283                 see ChangeLog entries 2002-03-25 and 2002-03-26
10284
10285 2002-03-25 [hoa]        0.7.4claws45
10286
10287         * src/matcher.c
10288         * src/mh.c
10289                 fix the bug #516442 with folder rescan.
10290
10291         * src/prefs_common.[ch]
10292         * src/compose.c
10293                 added an option to enable two different behaviours
10294                 for bounce.
10295
10296
10297 2002-03-25 [paul]       0.7.4claws44
10298
10299         * src/mainwindow.c
10300           src/selective_download.c
10301                 correct a few menuitem labels
10302
10303 2002-03-25 [christoph]  0.7.4claws43
10304
10305         * src/procmsg.c
10306                 fix non deleted tmp message in
10307                 procmsg_save_to_outbox
10308                 fix problems caused by sync with
10309                 main branch's procmsg_send_queue
10310
10311 2002-03-25 [paul]       0.7.4claws42
10312
10313         * src/quote_fmt.c
10314           src/quote_fmt_lex.l
10315           src/quote_fmt_parse.y
10316                 add Last name (%L) placeholder for quoting. 
10317                 patch submitted by Thorsten Thielen 
10318                 <thth@users.sourceforge.net>
10319
10320 2002-03-25 [paul]       0.7.4claws41
10321
10322         * src/utils.c
10323                 get full hostname. patch submitted by
10324                 Bob Woodside <rwoodside1@comcast.net>
10325
10326 2002-03-25 [paul]       0.7.4claws40
10327
10328         * src/account.c
10329           src/news.c
10330           src/nntp.[ch]
10331           src/prefs_account.[ch]
10332                 enable NNTP over SSL. patch submitted by
10333                 Pascal Jermini <pascal@infinity.hn.org>
10334
10335 2002-03-24 [paul]       0.7.4claws39
10336
10337         * src/prefs_common.c
10338                 make the arrangement of the Compose tab more
10339                 coherent
10340
10341         * src/mainwindow.c
10342                 fix some irregularities of style
10343
10344         * po/de.po
10345                 updated by Kilian Krause
10346
10347 2002-03-23 [paul]       0.7.4claws38
10348
10349         * po/pt_BR.po
10350                 updated by Fabio Junior Beneditto
10351
10352 2002-03-23 [paul]       0.7.4claws37
10353
10354         * src/mainwindow.c
10355                 move 'Gather addresses' to 'Tools' menu
10356                 make 'Selective download' sensitive
10357
10358 2002-03-23 [paul]       0.7.4claws36
10359
10360         * sync with 0.7.4cvs16
10361                 see ChangeLog entries 2002-03-23
10362
10363 2002-03-22 [christoph]  0.7.4claws35
10364
10365         * src/quote_fmt_parse.y
10366                 fix include program output
10367
10368 2002-03-22 [alfons]     0.7.4claws34
10369
10370         * src/pop.c
10371                 initialize GDate stack variable correctly (sorry!)
10372
10373 2002-03-22 [paul]       0.7.4claws33
10374
10375         * src/compose.c
10376           src/mainwindow.c
10377           src/prefs_actions.c
10378           src/prefs_common.c
10379                 rename 'Tool' to 'Tools'
10380
10381         * src/mainwindow.c
10382                 move 'Delete duplicated messages' from
10383                 'Message/' to 'Tools/'
10384                 re-arrange the order of 'Tools/' items
10385
10386 2002-03-22 [paul]       0.7.4claws32
10387
10388         * src/addr_compl.c
10389           src/addressbook.[ch]
10390                 auto-address completion now also matches on
10391                 Nickname. patch submitted by Bob Forsman 
10392                 <hammor@users.sourceforge.net>
10393
10394         * src/editaddress.c
10395                 correct a spelling mistake
10396
10397 2002-03-22 [alfons]     0.7.4claws31
10398
10399         * src/pop.c
10400                 fix getting uidl from incorrect string 
10401                 (spotted by Colin)
10402
10403 2002-03-21 [alfons]     0.7.4claws30
10404
10405         * src/pop.c
10406                 more code refactoring
10407                 plug mem leak introduced by delete on server
10408
10409 2002-03-21 [paul]       0.7.4claws29
10410
10411         * sync with 0.7.4cvs11
10412                 see ChangeLog entries 2002-03-20
10413
10414 2002-03-20 [alfons]     0.7.4claws28
10415
10416         * src/inc.c
10417                 apply Colin's patch and refactor
10418
10419 2002-03-20 [paul]       0.7.4claws27
10420
10421         * sync with sylpheed 0.7.4cvs9
10422                 see ChangeLog entry 2002-03-20
10423
10424 2002-03-19 [christoph]  0.7.4claws26
10425
10426         * src/mh.c
10427         * src/procmsg.[ch]
10428         * src/summaryview.c
10429                 revert changes for flag updates
10430                 (does not work correctly and no time to debug)
10431
10432 2002-03-20 [alfons]     0.7.4claws25
10433
10434         * src/pop.c
10435                 refactor should_delete() a little bit 
10436
10437 2002-03-19 [paul]       0.7.4claws24
10438
10439         * src/inc.[ch]
10440           src/pop.c
10441           src/prefs_account.[ch]
10442                 allow the user to leave downloaded mail on the 
10443                 server for n days. Patch submitted by Colin Leroy 
10444                 <colin@colino.net>
10445
10446 2002-02-19 [paul]       0.7.4claws23
10447
10448         * sync with sylpheed 0.7.4cvs8
10449                 see ChangeLog entries 2002-03-19
10450
10451 2002-03-18 [paul]       0.7.4claws22
10452
10453         * sync with sylpheed 0.7.4cvs6
10454                 see ChangeLog entry 2002-03-18
10455
10456 2002-03-18 [paul]       0.7.4claws21
10457
10458         * po/en_GB.po
10459                 add en_GB message catalogue
10460
10461         * src/mbox_folder.c
10462           src/prefs_account.c
10463           src/prefs_actions.c
10464                 correct a few spelling mistakes
10465
10466 2002-03-17 [alfons]     0.7.4claws20
10467
10468         * src/matcher.c
10469                 more stringent checks for NULL params when writing
10470                 filtering actions to a file
10471                 
10472 2002-03-17 [hoa]        0.7.3claws20
10473
10474         * src/news.c
10475                 fixed the count of new messages
10476
10477         * src/compose.c
10478                 fixed the "attachment properties" window
10479
10480 2002-03-17 [paul]       0.7.4claws19
10481
10482         * src/defs.h
10483           src/folder.h
10484           src/news.c
10485           src/prefs_account.[ch]
10486           src/procmsg.[ch]
10487           src/summaryview.c
10488                 automatically mark cross-posted messages as read 
10489                 and (optionally) give them a colour label
10490                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10491                 
10492
10493 2002-03-17 [paul]       0.7.4claws18
10494
10495         * sync with sylpheed 0.7.4cvs5
10496                 see ChangeLog entry 2002-03-17
10497
10498 2002-03-17 [melvin]     0.7.4claws17
10499         
10500         * src/textview.c
10501                 Worked around a gtktext 'bug': when searching for 
10502                 a text in a long message it was scrolling slowly
10503                 line by line until it hit the searched text.
10504         * po/fr.po
10505                 Updated French translation
10506
10507 2002-03-17 [melvin]     0.7.4claws16
10508
10509         * src/mainwindow.c
10510         * src/compose.c
10511         * src/prefs_actions.c
10512                 Moved "Edit/Actions" to "Tool/Actions"
10513                 Made mainwindow/compose window sensitive as soon as
10514                 no child process is running anymore even if the io dialog
10515                 is open.
10516                 Fixed a struct being initialized with a non constant char*
10517
10518 2002-03-16 [christoph]  0.7.4claws15
10519
10520         * configure.in
10521                 add --with-compiler-flags option
10522                 (only for developer hacking)
10523         * src/mh.c
10524         * src/procmsg.[ch]
10525         * src/summaryview.c
10526                 try to make folder-stats and flag handling more
10527                 independent from the summaryview. msgcounts
10528                 are only set when the folder is opened and
10529                 procmsg_msginfo_(un)set_flags will handle it
10530                 later and summaryview will get the values
10531                 from the folder.
10532
10533 2002-03-16 [paul]       0.7.4claws14
10534
10535         * src/messageview.c
10536                 fix Return-receipt. Patch submitted by Bob
10537                 Woodside <rwoodside1@comcast.net>
10538
10539 2002-03-16 [paul]       0.7.4claws13
10540
10541         * src/compose.c
10542                 fix 'dynamic' signatures, make it work again
10543                 broken during sync on 2002-03-14 (0.7.4claws2)
10544
10545 2002-03-15 [match]      0.7.4claws12
10546
10547         * src/addrharvest.[ch]
10548         * src/addrgather.[ch]
10549         * src/addressbook.[ch]
10550         * src/mainwindow.c
10551                 included address harvester feature. still some
10552                 issues with address parsing that I will fix.
10553
10554 2002-03-15 [match]      0.7.4claws11
10555
10556         * src/addrbook.[ch]
10557         * src/addrcache.[ch]
10558         * src/addressbook.[ch]
10559         * src/addrindex.c
10560         * src/editbook.c
10561         * src/importldif.c
10562         * src/importmutt.c
10563         * src/jpilot.[ch]
10564         * src/main.c
10565         * src/syldap.[ch]
10566         * src/vcard.[ch]
10567                 tidy up. fix memory leaks. moved attribs and methods
10568                 from individual interfaces to addrcache object. prep
10569                 for new stuff to come in.
10570
10571 2002-03-15 [alfons]     0.7.4claws10
10572
10573         * src/matcher.[ch]
10574         * src/matcher_parser_parse.y
10575         * src/matcher_parser_lex.l
10576         * src/prefs_matcher.c
10577                 add filtering conditions message greater than, smaller 
10578                 than, and exactly matching a size in bytes
10579                 (does not work with delete from POP3 server yet)
10580
10581                 this should also give others an idea what you should
10582                 do to add new criterions to claws filtering system
10583                 
10584
10585 2002-03-15 [paul]       0.7.4claws9
10586
10587         * tools/filter_conv.pl
10588                 exit if there are no filter rules to convert
10589                 rename filterrc to filterrc.old after completion
10590
10591 2002-03-15 [paul]       0.7.4claws8
10592
10593         * sync with sylpheed 0.7.4cvs3
10594                 see ChangeLog entry 2002-03-14
10595
10596 2002-03-14 [paul]       0.7.4claws7
10597
10598         * src/compose.c
10599                 clean up the last commit (ahem)
10600
10601 2002-03-14 [paul]       0.7.4claws6
10602
10603         * src/compose.c
10604                 fix bug #515655. honour account preferences
10605                 regarding gpg default signing/encryption when 
10606                 changing account from the compose window.
10607
10608 2002-03-14 [paul]       0.7.4claws5
10609
10610         * src/folderview.c
10611                 remove unnecessary curly brackets
10612
10613 2002-03-14 [paul]       0.7.4claws4
10614
10615         * src/folderview.c
10616           src/prefs_filtering.[ch]
10617                 add filter rename on folder rename and filter
10618                 delete on folder delete. Patch submitted by
10619                 Neill Miller <neillm@thecodefactory.org> 
10620
10621 2002-03-14 [christoph]  0.7.4claws3
10622
10623         * src/procmsg.c
10624         * src/send.c
10625                 fix local delivery
10626                 (patch submitted by "Simon 'corecode' Schubert")
10627         * src/prefs_common.c
10628         * src/procmsg.c
10629                 fix gcc 3.0 warning
10630
10631 2002-03-14 [paul]       0.7.4claws2
10632
10633         * sync with sylpheed 0.7.4cvs2
10634                 see ChangeLog entry 2002-03-13
10635
10636 2002-03-12 [darko]      0.7.4claws1
10637
10638         * src/mainwindow.c
10639                 fix what seems to be a copy and paste error
10640                 when setting color for important messages
10641                 (reported by wwp)
10642
10643 2002-03-11 [paul]       version 0.7.4claws released
10644
10645 2002-03-11 [paul]       0.7.4claws
10646
10647         * po/es.po
10648           po/it.po
10649           po/nl.po
10650           po/pt_BR.po
10651                 update message catalogs. Submitted by Ricardo Mones 
10652                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10653                 Fabio Junior Beneditto
10654
10655         * configure.in
10656           faq/Makefile.am
10657           faq/it/Makefile
10658           faq/it/sylpheed-faq*
10659           src/mainwindow.c
10660           src/manual.[ch]
10661                 add FAQ in Italian
10662         
10663
10664 2002-03-11 [jens]       0.7.3claws7
10665
10666         * po/de.po
10667                 updated German translation
10668
10669 2002-03-11 [melvin]     0.7.3claws6
10670
10671         * po/fr.po
10672                 updated and corrected French translation
10673
10674 2002-03-10 [hoa]        0.7.3claws5
10675
10676         * src/account.c
10677         * src/inc.c
10678         * src/prefs_account.c
10679         * src/procmsg.c
10680         * src/send.[ch]
10681                 fixed the local account.
10682                 you have to change the default "/usr/sbin/sendmail"
10683                 to "/usr/sbin/sendmail -t" in the preferences of
10684                 the local account.
10685
10686         * src/procmime.c
10687                 removed some debug display for renderer
10688
10689 2002-03-10 [paul]       0.7.3claws4
10690
10691         * faq/en/sylpheed-faq-1.html
10692           faq/en/sylpheed-faq-2.html
10693                 update
10694
10695 2002-03-09 [paul]       0.7.3claws3
10696
10697         * sync with sylpheed 0.7.4
10698                 see ChangeLog entry 2002-03-09
10699
10700 2002-03-08 [paul]       0.7.3claws2
10701
10702         * faq/en/sylpheed-faq*
10703           faq/es/sylpheed-faq*
10704           faq/fr/sylpheed-faq*
10705                 update the FAQs
10706
10707         * manual/fr/.cvsignore
10708           manual/fr/Makefilea.am
10709           manual/fr/sylpheed*
10710           src/mainwindow.c
10711           src/manual.[ch]
10712                 add the French manual
10713
10714 2002-03-07 [paul]       0.7.3claws1
10715
10716         * sync with sylpheed 0.7.3cvs4
10717                 see ChangeLog entries  2002-03-06 and 2002-03-07
10718         
10719         * po/nl.po
10720                 updated by Wilbert Berendsen
10721
10722 2002-03-07 [melvin]     0.7.2claws34
10723
10724         * src/selective_download.c
10725                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10726
10727 2002-03-06 [paul]       0.7.2claws33
10728
10729         * sync with sylpheed 0.7.3cvs1
10730                 bug fix, see ChangeLog entry 2002-03-05
10731
10732 2002-03-05 [paul]       0.7.2claws32
10733
10734         * src/mimeview.c
10735           src/pgptext.[ch]
10736           src/procmsg.c
10737                 reverse the pgp ascii-armored code implemented in 
10738                 0.7.2claws16. removal of this code until it matures.
10739                 this means that verifying ascii-armored pgp sigs and
10740                 automatic decryption of ascii-armored encrypted
10741                 messages no longer works.
10742
10743 2002-03-05 [paul]       0.7.2claws31
10744
10745         * configure.in
10746           Makefile.am
10747         * faq/Makefile.am
10748         * faq/en/Makefile.am
10749           faq/en/sylpheed-faq.html
10750           faq/en/sylpheed-faq-1.html
10751           faq/en/sylpheed-faq-2.html
10752           faq/en/sylpheed-faq-3.html
10753         * faq/es/Makefile.am
10754           faq/es/sylpheed-faq.html
10755           faq/es/sylpheed-faq-1.html
10756           faq/es/sylpheed-faq-2.html
10757           faq/es/sylpheed-faq-3.html
10758           faq/es/sylpheed-faq-4.html
10759         * faq/fr/Makefile.am
10760           faq/fr/sylpheed-faq.html
10761           faq/fr/sylpheed-faq-1.html
10762           faq/fr/sylpheed-faq-2.html
10763           faq/fr/sylpheed-faq-3.html
10764         * src/Makefile.am
10765           src/defs.h
10766           src/mainwindow.c
10767           src/manual.[ch]
10768                 add FAQs in English, Spanish and French
10769
10770
10771 2002-03-05 [paul]       0.7.2claws30
10772
10773         * manual/en/sylpheed.html
10774           manual/en/sylpheed-XX.html
10775                 updated the English manual
10776
10777 2002-03-05 [hoa]        
10778
10779         * src/summaryview.c
10780                 dialog box pops up if the article can't be deleted.
10781
10782 2002-03-04 [paul]       
10783         
10784         * po/pt_BR.po
10785                 updated by Fabio Junior Benedito
10786
10787 2002-03-04 [hoa]
10788
10789         * removed ac/gpgme.m4
10790                 to avoid autogen common problem
10791                 developers have to install gpgme development package now
10792
10793         * src/compose.c
10794                 encoding to 7bit or 8bit is enabled.
10795
10796 2002-03-03 [alfons]     0.7.2claws29
10797
10798         * src/pop.c
10799                 merge fix by Oliver Haertel for selective
10800                 download buglet
10801
10802 2002-03-03 [paul]       0.7.2claws28
10803         
10804         * sync with sylpheed 0.7.3
10805
10806 2002-03-03 [paul]       0.7.2claws27
10807
10808         * sync with sylpheed 0.7.2cvs24
10809                 see ChangeLog entries 2002-03-02 and 2002-03-03
10810
10811 2002-03-02 [melvin]     0.7.2claws26
10812
10813         * src/inc.[ch]
10814         * src/main.c
10815         * src/mainwindow.c
10816         * src/prefs_common.[ch]
10817                 Added user definable notification on new mail arrival.
10818                 Removed unused variables in spell checker prefs code.
10819
10820 2002-03-02 [melvin]     0.7.2claws25
10821
10822         * src/quote_fmt.c
10823                 Removed unnecessary escape sequences.
10824                 Changed 'Initial...' to 'Initials of Sender'
10825
10826 2002-03-02 [paul]       0.7.2claws24
10827
10828         * sync with sylpheed 0.7.2cvs22
10829                 see ChangeLog entry 2002-03-01
10830
10831 2002-03-01 [hoa]        0.7.2claws23
10832
10833         * src/mainwindow.c
10834                 Set sensitivity of delete actions to active
10835                 even if the folder is a newsgroup.
10836
10837         * src/summaryview.c
10838                 - Set sensitivity of delete actions
10839                 - Added function check_permission() that will check if the
10840                   user is authorized to delete a message. For news, it
10841                   will check if the author is the same.
10842                 - Enabled deletion when there is no trash folder.
10843
10844         * src/news.[ch]
10845                 - Added news_cancel_article() to cancel articles
10846                 - Implemented news_remove_message() (public function)
10847
10848 2002-03-01 [paul]       0.7.2claws22
10849
10850         * src/gtkutils.c
10851           src/textview.c
10852                 recognise urls that that don't include 'http://' and
10853                 simply begin 'www.' 
10854
10855         * AUTHORS
10856                 remove duplicated name
10857
10858 2002-02-28 [paul]       0.7.2claws21
10859
10860         * src/mainwindow.c
10861           src/summaryview.[ch]
10862                 add ability to 'Select thread'
10863                 combines Melvin's "Select thread's head" patch (#510907)
10864                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10865                 patch (#518514) 
10866
10867 2002-02-28 [paul]       0.7.2claws20
10868
10869         * src/mimeview.c
10870                 hopefully fix segfault on right-clicking a mime part
10871                 that some people have experienced.      
10872                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10873
10874 2002-02-28 [paul]       0.7.2claws19
10875
10876         * sync with sylpheed 0.7.2cvs21
10877                 see ChangeLog entries 2002-02-27 and 2002-02-28
10878
10879 2002-02-27 [paul]       0.7.2claws18
10880
10881         * sync with sylpheed 0.7.2cvs18
10882                 see ChangeLog entries 2002-02-26 and 2002-02-27
10883
10884 2002-02-26 [alfons]     0.7.2claws17
10885
10886         * src/procheader.c
10887                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10888                 (spotted by Chris Hessman <idatech@gmx.net>)
10889
10890 2002-02-26 [paul]       0.7.2claws16
10891
10892         * src/mimeview.c
10893           src/pgptext.[ch]
10894           src/procmsg.c
10895                 make decryption of ascii-armored pgp encrypted messages
10896                 and verification of ascii-armored signatures work again.
10897                 slightly altered from the patch by Jens Jahnke 
10898                 <jan0sch@gmx.net>
10899
10900                 ##FIX ME##
10901                 * the checking of plaintext signatures always comes up in 
10902                   a popup box
10903                 * it doesn't work for multipart messages 
10904                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10905                   including the msg headers and these 2 line themselves, are 
10906                   not displayed
10907
10908         * src/mainwindow.c
10909                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10910                 "View/Message View" becomes "View/Separate Message View"
10911                 because its less ambiguous.
10912
10913         * po/es.po
10914                 updated by Ricardo Mones Lastra
10915
10916 2002-02-26 [paul]       0.7.2claws15
10917
10918         * sync with sylpheed 0.7.2cvs17
10919                 see ChangeLog entries 2002-02-25 and 2002-02-26
10920
10921 2002-02-25 [christoph]  0.7.2claws14
10922
10923         * src/filtering.[ch]
10924         * src/inc.c
10925                 do filtering stuff after all messages have been received
10926                   1. drop all messages to .processing
10927                   2. scan processing folder for messages
10928                   3. filter messages or move to inbox
10929                 this will also find old messages left in processing after
10930                 a crash or something like that and we get a real msginfo
10931                 from folder->get_msg_list and do not have to create our
10932                 own in filter_message
10933         * src/matcher_parser_parse.y
10934                 remove MIX/MAX warning (reordered includes)
10935
10936 2002-02-25 [paul]       0.7.2claws13
10937
10938         * sync with sylpheed 0.7.2cvs15
10939                 see ChangeLog entry 2002-02-24
10940
10941 2002-02-24 [alfons]     0.7.2claws12
10942
10943         * src/filtering.c
10944                 clear old color flags first when applying a new color to
10945                 a message info. 
10946                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10947
10948 2002-02-24 [alfons]     0.7.2.claws11
10949         
10950         * AUTHORS
10951         * src/prefs_common.c
10952                 add presets for Opera and Konqueror, closes patch #517261,
10953                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10954
10955 2002-02-24 [alfons]     0.7.2.claws10
10956
10957         * AUTHORS
10958         * src/summaryview.c
10959                 fix threading for null message ids, closes patch #521601,
10960                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10961
10962 2002-02-24 [alfons]     0.7.2claws9
10963
10964         * src/summaryview.c
10965         * src/filtering.c
10966                 make Tool | Filter Message work with filtering system so
10967                 setting flags also works
10968
10969                 TODO:
10970
10971                 - Processing uses the same function as Tool | Filter
10972                   Message, but doesn't use the same update proc yet
10973
10974 2002-02-23 [paul]       0.7.2claws8
10975
10976         * sync with sylpheed 0.7.2cvs14
10977                 see ChangeLog entries 2002-02-22 and 2002-02-23
10978
10979 2002-02-22 [christoph]  0.7.2claws7
10980
10981         * src/quote_fmt.c
10982                 Add column space to table
10983         * src/quote_fmt_parse.y
10984                 Close files
10985
10986 2002-02-22 [paul]       0.7.2claws6
10987
10988         * src/Makefile.am
10989           src/defs.h
10990           src/filtering.c
10991           src/inc.[ch]
10992           src/mainwindow.c
10993           src/matcher.[ch]
10994           src/matcher_parser_lex.l
10995           src/matcher_parser_parse.y
10996           src/pop.[ch]
10997           src/prefs_account.h
10998           src/prefs_filtering.c
10999           src/selective_download.[ch]   *** NEW FILES ***
11000           src/utils.[ch]
11001           po/POTFILES.in
11002                 Selective Download added to 'Tool' menu. 
11003                 Retrieves email headers of the currently selected pop3 
11004                 account and allows the user to mark emails for deletion 
11005                 right on the pop3 server. Patch submitted by Oliver Haertel 
11006                 <oha@users.sourceforge.net>.
11007         
11008         * po/POTFILES.in
11009                 add 'src/quote_fmt.c'           
11010
11011 2002-02-22 [christoph]  0.7.2claws5
11012
11013         * src/Makefile.am
11014                 added quote_fmt.c
11015         * src/prefs_common.[ch]
11016         * src/prefs_template.c
11017         * src/quote_fmt.c               *** NEW FILE ***
11018         * src/quote_fmt.h
11019                 move quote format symbol description code
11020                 to it's own file because it is used from
11021                 differnent code parts
11022                 Rewrote symbol description GUI
11023                   + use table
11024                   + add separators
11025                   + get data from array (no more long constant strings)
11026         * src/quote_fmt_lex.l
11027         * src/quote_fmt_parse.y
11028                 Symbol for Literal % changed to \% instead of %%
11029                 (More logical as \ is used for quoting for other symbols)
11030                 Add |f and |p to include files and program output
11031                 Examples:
11032                     |f{/home/.../.signature}
11033                     |p{date}
11034         * po/de.po
11035                 Correct wrong spelling for "Referenzen"
11036
11037 2002-02-21 [paul]       0.7.2claws4
11038
11039         * src/procmsg.c
11040                 forgotten during sync
11041
11042 2002-02-21 [paul]       0.7.2claws3
11043
11044         * sync with sylpheed 0.7.2cvs11
11045                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11046                 2002-02-20 and 2002-02-21
11047
11048 2002-02-20 [melvin]     0.7.2claws2
11049
11050         * src/prefs_actions.c
11051                 Added error report when child cannot fork or when execvp 
11052                 returns with an error.
11053
11054 2002-02-19 [christoph]  0.7.2claws1
11055
11056         * src/codeconv.c
11057                 return unconverted text if conde conversion is not possible
11058                 when libjconv is used.
11059                 (patch submitted by "Simon 'corecode' Schubert")
11060
11061 2002-02-19 [paul]       
11062
11063         * version 0.7.2claws release
11064
11065 2002-02-19 [paul]       0.7.2claws
11066
11067         * po/nl.po
11068                 updated by Wilbert Berendsen
11069
11070
11071 2002-02-18 [alfons]     0.7.1claws13
11072
11073         * src/syldap.c
11074         * src/jpilot.c
11075                 remove references to dlfcn and explicitly loading functions
11076                 from dynalink libs, because libs linked anyway, and functions
11077                 are loaded explicitly
11078
11079 2002-02-17 [melvin]     0.7.1claws12
11080
11081         * src/prefs_actions.c
11082                 Replaced children wait loop with double fork technique.
11083                 Now, input/output window updated at each new output.
11084                 free_children(): Fixed a memory leak.
11085                 Made input/output window non closable if running children
11086                 still exist.
11087                 Added missing <unistd.h> include.
11088                 Added some --debug outputs.
11089
11090 2002-02-17 [melvin]     0.7.1claws11
11091
11092         * src/summaryview.c
11093                 Fixed bug where descending sort order did not select top
11094                 message.
11095
11096 2002-02-17 [melvin]     0.7.1claws10
11097
11098         * acconfig.h
11099                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11100         * src/prefs_common.c
11101                 Pspell data package directory no more hard coded but
11102                 set during configuration (PSPELL_PATH). (Thanks to 
11103                                 Gustavo Noronha Silva.)
11104
11105 2002-02-17 [melvin]     0.7.1claws9
11106
11107         * configure.in
11108                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11109         * src/gtkspell.c
11110                 Fixed compile-time warnings.
11111
11112 2002-02-16 [alfons]     0.7.1claws8
11113
11114         * src/filesel.c
11115                 fix inadvertent free of NULL pointer which caused
11116                 sylpheed to crash when closing the save-as dialog
11117                 using the window close button
11118
11119 2002-02-16 [carsten]    0.7.1claws7
11120         * src/mainwindow.[ch]
11121           src/summaryview.c
11122           src/prefs_common.c
11123                 fixes for pixmap theming code:
11124                         - recently changed mail attributes shouldn't get
11125                           lost any longer
11126                         - theme is only reloaded iff another theme was
11127                           selected
11128
11129 2002-02-16 [paul]       0.7.1claws6
11130
11131         * sync with sylpheed 0.7.2 release
11132                 see ChangeLog entry 2002-02-15 and 2002-02-16
11133
11134 2002-02-15 [paul]       0.7.1claws5
11135
11136         * sync with sylpheed 0.7.1cvs9
11137                 see ChangeLog entry 2002-02-15
11138
11139         * po/POTFILES.in
11140                 remove unneeded headerwindow.c entry
11141
11142 2002-02-14 [carsten]    0.7.1claws4
11143         * src/summaryview.c
11144                 fixed a bug for "Go to next unread message": there was
11145                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11146                 in the prefs, because of doing "Search again" instead
11147                 "No"
11148
11149 2002-02-14 [carsten]    0.7.1claws3
11150         * src/stock_pixmap.c
11151                 removed 2 more mem leaks; following memprof,
11152                 this code is "leak free" now :)
11153
11154 2002-02-14 [carsten]    0.7.1claws2
11155         * src/stock_pixmap.c
11156                 used opendir/readdir/closedir instead of scandir
11157                 -> code should work now on Solaris
11158
11159 2002-02-14 [paul]       0.7.1claws1
11160
11161         * sync with sylpheed 0.7.1cvs8
11162                 see ChangeLog entries 2002-02-13 and 2002-02-14
11163
11164         * README.claws
11165                 add some description of Actions and Pixmap Themes
11166
11167 2002-02-13 [paul]       
11168
11169         * version 0.7.1claws release
11170
11171 2002-02-13 [paul]       0.7.1claws
11172
11173         * po/es.po
11174           po/it.po
11175           po/pt_BR.po
11176                 updated translations, submitted by Ricardo Mones Lastra,
11177                 Alessandro Maestri and Fabio Junior Beneditto
11178
11179 2002-02-13 [melvin]     0.7.0claws75
11180
11181         * src/prefs_actions.c
11182                 Added missing "signal.h" include
11183
11184 2002-02-13 [melvin]     0.7.0claws74
11185
11186         * src/prefs_folder_item.c
11187                 Added missing "config.h" include
11188         * po/fr.po
11189                 Updated French translation for folder propriety.
11190
11191 2002-02-13 [jens]       0.7.0claws73
11192
11193         * po/POTFILES.in
11194                 Added missing src/prefs_folder_item.c [log added by melvin]
11195         * po/de.po
11196                 Updated German translation.
11197
11198 2002-02-13 [melvin]     0.7.0claws72
11199
11200         * po/fr.po
11201                 Updated French translation.
11202
11203 2002-02-13 [melvin]     0.7.0claws71
11204
11205         * src/gtkutils.c
11206                 Made gtkut_editable_get_selection return NULL if selection
11207                 is of length zero.
11208                 This fixes a bug where selecting part of message A then
11209                 switching to message B and replying to it will not
11210                 quote the message's body.
11211
11212 2002-02-12 [paul]       0.7.0claws70
11213
11214         * src/mainwindow.c
11215                 cosmetic, relating to pixmap themes: on toolbar make 
11216                 updating of 'Exec' and 'Compose news/Compose email'
11217                 icons faster.
11218
11219 2002-02-12 [carsten]    0.7.0claws69
11220         * src/folderview.c
11221           src/mainwindow.[ch]
11222           src/stock_pixmap.c
11223           src/summaryview.c
11224           src/prefs_common.c
11225                 - refreshing after changing pixmap theme better
11226                   now (thanks Paul)
11227                 - wanted to remove some mem leaks, but alfons was
11228                   faster (and had the better solution ;)
11229
11230 2002-02-12 [alfons]     0.7.0claws68
11231
11232         * src/prefs_common.c
11233         * src/stock_pixmap.[ch]
11234                 plug mem leaks, refactor code a little bit
11235
11236
11237 2002-02-12 [sergey]     0.7.0claws67
11238
11239         * src/imap.c
11240                 Fixed problem with copying messages to IMAP folders when the
11241                 server uses something other than '/' as a namespace separator
11242                 (cyrus-imapd uses '.').
11243
11244 2002-02-12 [jens]       0.7.0claws66
11245
11246         * po/de.po
11247                 Updated German Translation
11248
11249 2002-02-12 [paul]       0.7.0claws65
11250
11251         * sync with sylpheed 0.7.1cvs1
11252                 see ChangeLog entry 2002-02-12
11253
11254 2002-02-12 [melvin]     0.7.0claws64
11255
11256         * src/prefs_actions.c
11257                 Fixed "feature" where children's output was duplicated 
11258                 instead of refreshed while monitoring.
11259                 Removed some debug code.
11260
11261 2002-02-12 [christoph]  0.7.0claws63
11262
11263         * src/compose.c
11264                 always delete message from queue after sending/send error
11265                 (closes bug #509601)
11266
11267 2002-02-12 [melvin]     0.7.0claws62
11268
11269         * src/prefs_actions.c
11270                 Children wait loop is now triggered with a timeout of 1s
11271                 Added %F which is replaced with the list of filenames 
11272                 of all selected messages (as suggested by Ricardo Mones Lestra)
11273                 Pipe syntax changed. Prefix with | to send selection, postfix
11274                 with | to retrieve output. Prefix with > or * to send
11275                 user definable input to the command (*: input is hidden)
11276                 Old pipe action should now be postfixed with |, too.
11277
11278 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11279         * src/stock_pixmap.c
11280                 fixed a bug: if there's no theme directory don't
11281                 throw an error, just do "nothing" (thanks Alfons)
11282
11283 2002-02-12 [carsten]    0.7.0claws60
11284         * src/folderview.c
11285           src/summaryview.c
11286                 had to write the cache twice (nasty!); some marks would 
11287                 get lost if not
11288
11289 2002-02-11 [carsten]    0.7.0claws59
11290         * acconfig.h
11291           configure.in
11292           doc-src/maintainer_guide.txt
11293           src/compose.[ch]
11294           src/defs.h
11295           src/folderview.[ch]
11296           src/gtkutils.[ch]
11297           src/mainwindow.[ch]
11298           src/prefs_common.[ch]
11299           src/stock_pixmap.[ch]
11300           src/summaryview.[ch]
11301                 pixmap theming and related work on pixmap
11302                 handling on some other places
11303                 (e.g. hrm features for all folder)
11304           src/pixmap/stock_*.xpm -> the stock_ was removed
11305         
11306 2002-02-11 [paul]       0.7.0claws58
11307
11308         * sync with sylpheed 0.7.1 release
11309                 see ChangeLog entries 2002-02-11
11310
11311 2002-02-08 [paul]       0.7.0claws57
11312
11313         * sync with sylpheed 0.7.0cvs39
11314                 see ChangeLog entry 2002-02-07 (last entry) 
11315
11316         * src/prefs_actions.c
11317           src/prefs_filtering.c
11318           src/prefs_matcher.c
11319           src/prefs_scoring.c
11320                 sync: made it compile with C compilers other than gcc
11321
11322 2002-02-07 [paul]       0.7.0claws56
11323
11324         * sync with sylpheed 0.7.0cvs38
11325                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11326                 2002-02-07
11327
11328 2002-02-07 [darko]      0.7.0claws55
11329
11330         * src/gtkutils.[ch]
11331         * src/summaryview.c
11332                 Fix const gchar */gchar * issue (thanks Hiro)
11333
11334 2002-02-07 [darko]      0.7.0claws54
11335
11336         * src/compose.[ch]
11337         * src/filtering.c
11338         * src/gtkutils.[ch]
11339         * src/prefs_template.c
11340         * src/quote_fmt.h
11341         * src/quote_fmt_parse.y
11342         * src/summaryview.c
11343         * src/utils.[ch]
11344                 When replying or forwarding an email don't quote the entire
11345                 mail body but use the part of the message text that is selected
11346
11347 2002-02-06 [melvin]     0.7.0claws53
11348
11349         * src/prefs_common.[ch]
11350         * src/gtkspell.[ch]
11351         * src/compose.c
11352                 Made possible to switch quickly to last used dictionary
11353                 which makes checking bilingual documents easier.
11354
11355 2002-02-06 [melvin]     0.7.0claws52
11356         
11357         * po/POTFILES.in
11358                 Added forgotten new file src/prefs_actions.c
11359
11360 2002-02-06 [melvin]     0.7.0claws51
11361
11362         * src/prefs_actions.c   ** NEW FILE **
11363         * src/prefs_actions.h   ** NEW FILE **
11364                 Added actions to execute on message text view, or on the
11365                         message's file.
11366         * src/Makefile.am
11367                 Added src/prefs_actions.[ch]
11368         * src/compose.c
11369                 Added new menu "Edit/Actions"
11370         * src/defs.h
11371                 Added new actionsrc file.
11372         * src/main.c
11373                 Added actionsrc reading.
11374         * src/mainwindow.c
11375                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11376         * src/prefs_common.h
11377                 Added new element actionslst element to prefs_common.
11378
11379 2002-02-06 [paul]       0.7.0claws50
11380
11381         * sync with sylpheed 0.7.0cvs36
11382                 see ChangeLog entry 2002-02-06
11383
11384 2002-02-05 [paul]
11385
11386         * po/es.po
11387                 updated by Ricardo Mones Lastra
11388
11389 2002-02-05 [paul]       0.7.0claws49
11390
11391         * sync with sylpheed 0.7.0cvs33
11392                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11393
11394 2002-02-05 [paul]       0.7.0claws48
11395
11396         * src/compose.c
11397                 re-add 'Edit/Advanced/Delete entire line', previously named
11398                 'Delete Line+'
11399
11400 2002-02-04 [paul]       0.7.0claws47
11401
11402         * src/compose.c
11403           src/summaryview.c
11404                 fix bug #494993 (Reply All not taking Reply-To into consi)
11405                 eliminate differences in behaviour of right-click 'Reply to all' 
11406                 in summary view and 'Reply to all' on the toolbar. 
11407                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11408                 view and From gets ignored by 'Reply to all' on toolbar.
11409                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11410                 From when no Reply-To header is present.
11411
11412 2002-02-04 [paul]       0.7.0claws46
11413
11414         * sync with sylpheed 0.7.0cvs30
11415                 see ChangeLog entries 2002-02-03 and 2002-02-04
11416
11417 2002-02-03 [melvin]     0.7.0claws45
11418
11419         * src/gtkspell.[ch]
11420                 Readded function to highlight all misspelled words.
11421                 Fixed bug where user-provided-words did not replace
11422                         correctly the misspelled word when using the mouse.
11423                 Fixed bug where checking a region selected from right to left did
11424                         not check the region at all.
11425                 Fixed bug where 'Check backwards' may not check at all. 
11426                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11427                 Fixed possible buffer overflow when checking for long strings (>1k).
11428                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11429                 Accelerators code uses now gtk_widget_add_accel.
11430                 Removed and disabled obsolete and unfinished code.
11431                 Cleaning up.
11432
11433         * src/compose.c
11434                 Added menu item to Highlight all misspelled words.
11435
11436 2002-02-01 [paul]       0.7.0claws44
11437
11438         * src/mainwindow.c
11439                 fix '/View/Hide read messages' sensitivity when all
11440                 messages in a folder are hidden
11441
11442 2002-02-01 [paul]       0.7.0claws43
11443
11444         * src/main.c
11445                 add --send option to command line interface, sends all
11446                 queued mail. Patch submitted by Ricardo Mones Lastra.
11447
11448 2002-01-31 [paul]       0.7.0claws42
11449
11450         * src/mainwindow.c
11451                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11452
11453 2002-01-31 [paul]       0.7.0claws41
11454
11455         * sync with sylpheed 0.7.0cvs27
11456                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11457                 and 2002-01-31
11458
11459         * src/textview.c
11460                 comment out elements of textview_show_part() as temporary
11461                 workaround for attachment 'Display as text' bug 
11462
11463         * po/pt_BR.po
11464                 updated by Fabio Junior Beneditto
11465
11466 2002-01-30 [paul]       0.7.0claws40
11467
11468         * sync with sylpheed 0.7.0cvs24
11469                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11470                 and 2002-01-30
11471
11472         * src/compose.c
11473                 add {N_("/_Spelling"), ... "<Branch>"} to 
11474                 GtkItemFactoryEntry compose_entries[]
11475
11476         * src/prefs_common.c
11477                 add claws menu items to prefs_keybind_apply_clicked()
11478                 and remove non-claws menu items
11479
11480 2002-01-29 [paul]       0.7.0claws39
11481
11482         * sync with sylpheed 0.7.0cvs22
11483                 see ChangeLog entries 2002-01-28 and 2002-01-29
11484
11485 2002-01-28 [melvin]     0.7.0claws38
11486
11487         * src/compose.c
11488                 Added the declartion of compose_send_control_enter.
11489
11490         * src/compose.c
11491         * src/gtkspell.[ch]
11492                 Added in a 'Spelling' menu which includes the configuration menu. 
11493                 Added a real 'Check all' and got rid from the old one which only
11494                 highlited misspelled word.
11495                 Made 'Check while typing' a disableable option.
11496                 Added a dialog when there are no more misspelled word.
11497                 Added a dialog if error occurs when switching to a dictionary.
11498         
11499         * src/prefs_common.[ch]
11500                 Added option for the default 'Check while typing' option.
11501
11502
11503 2002-01-28 [alfons]     0.7.0claws37
11504
11505         * src/compose.c
11506                 fix buglet and make code comply with sylpheed code style
11507
11508 2002-01-28 [paul]       0.7.0claws36
11509
11510         * sync with sylpheed 0.7.0cvs19
11511                 see ChangeLog entries for 2002-01-28
11512
11513 2002-01-28 [hoa]        0.7.0claws35
11514
11515         * src/defs.h
11516                 added rendererrc
11517
11518         * src/main.c
11519                 read the renderer config
11520
11521         * src/procmime.[ch]
11522                 use the renderer config to convert mime attachments
11523
11524         * src/textview.c
11525                 don't use textview_show_html/ertf,
11526                 use get_text_content instead
11527
11528 2002-01-27 [alfons]     0.7.0claws34
11529         
11530         * src/news.c
11531                 make sylpheed believe it can delete a news message...
11532                 (messages are NOT deleted, maybe we should remove
11533                 processing from the folder properties after all.)
11534
11535 2002-01-27 [alfons]     0.7.0claws33
11536
11537         * src/folder.c
11538                 add extra checks
11539         * src/news.c
11540                 implement remove_msg() 
11541
11542 2002-01-27 [alfons]     0.7.0claws32
11543
11544         * src/procmsg.h
11545         * src/procheader.c
11546         * src/messageview.c
11547                 fix return receipt / disposition notification again. this
11548                 stuff seems to break on _every_ major summary UI change, so
11549                 it's now implemented using a flag which is saved in the
11550                 marks cache
11551                 
11552 2002-01-26 [alfons]     0.7.0claws31
11553
11554         * src/import.c
11555                 let import dialog show the destination folder identifier
11556
11557 2002-01-26 [melvin]     0.7.0claws30
11558
11559         * src/folderview.c
11560         * src/summaryview.c
11561                 Readded 'Mark all read' into summary view popup menu
11562                 Added 'Mark all read' in folder view popup menu for IMAP
11563                 and NNTP.
11564                 Made it insensitive if the selected folder is not the shown
11565                 one to avoid 'Mark all read' on the wrong folder.
11566                 
11567 2002-01-26 [paul]       0.7.0claws29
11568
11569         * src/folderview.c
11570           src/summaryview.c
11571                 move 'Mark all read' from summary view to folder view
11572                 menu. (adapted from) patch submitted by Jeremy Andrews,
11573                 <lists@kerneltrap.com>
11574
11575 2002-01-25 [alfons]     0.7.0claws28
11576
11577         * src/gtkstext.c
11578                 put the gtk class name back so GtkSText adapts the 
11579                 settings of GtkText
11580
11581 2002-01-25 [alfons]     0.7.0claws27
11582
11583         * src/folderview.c 
11584                 assimilate Ricardo's patch that shows pixmaps instead of
11585                 plain "new" and "unread" texts in the folder view column
11586                 headers 
11587
11588 2002-01-25 [paul]       0.7.0claws26
11589
11590         * src/Makefile.am
11591                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11592                 be found in non-standard locations. 
11593                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11594
11595 2002-01-25 [paul]       0.7.0claws25
11596
11597         * sync with sylpheed 0.7.0cvs16
11598                 see ChangeLog entry 2002-01-25
11599
11600 2002-01-24 [paul]       0.7.0claws24
11601
11602         * more sync with sylpheed 0.7.0cvs15
11603                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11604
11605 2002-01-23 [sergey]     0.7.0claws23
11606
11607         * src/importldif.c
11608                 Fixed segfault when closing LDIF import wizard with
11609                 the window manager.
11610         * src/imageview.c
11611         * src/imageview.h
11612         * src/messageview.c
11613         * src/mimeview.c
11614                 Fixed wrong scrolling position after switching between
11615                 text and image parts.
11616
11617 2002-01-23 [paul]       0.7.0claws22
11618
11619         * sync with sylpheed 0.7.0cvs15
11620                 see ChangeLog entries 2002-01-22 and 2002-01-23
11621
11622 2002-01-21 [melvin]     0.7.0claws21
11623
11624         * src/prefs_scoring.c
11625         * src/prefs_filtering.c
11626                 Fixed bug where scoring and filtering windows stopped
11627                 autochecking.
11628
11629 2002-01-21 [paul]       0.7.0claws20
11630
11631         * sync with sylpheed 0.7.0cvs12
11632                 see ChangeLog entries 2002-01-20 and 2002-01-21
11633
11634 2002-01-21 [carsten]    0.7.0claws19
11635         * src/mainwindow.c
11636         * src/menu.[ch]
11637         * src/messageview.[ch]
11638         * src/summaryview.[ch]
11639                 changes to shortcuts handling again:
11640                         + "Q" now controled by mainwin
11641                         + v/V are now customizable and have slightly
11642                           different meanings
11643                 the "button" to minimize the messageview (and maximize
11644                 the summary view) is a real button now
11645         * src/compose.c
11646                 "Delete Line+" added to Edit/Advanced (this will also
11647                 delete the '\n')
11648
11649 2002-01-20 [melvin] 0.7.0claws18
11650
11651         * src/addressbook.c
11652                 Made "Bcc" sensitive when addressbook is called from
11653                 compose window (it was a Claws only bug).
11654
11655 2002-01-19 [alfons] 0.7.0claws17
11656
11657         * src/inc.c
11658                 prevent unnecessary updates when currently selected folder has
11659                 no new messages 
11660
11661 2002-01-19 [alfons] 0.7.0claws16
11662         
11663         * src/summaryview.c
11664                 prevent writing the cache based on current message list in summary 
11665                 view when filtering also put messages in currently selected folder
11666
11667 2002-01-19 [paul]
11668
11669         * po/it.po
11670                 Italian translation submitted by Alessandro Maestri
11671                 <a.maestri@cs.tin.it>
11672
11673 2002-01-18 [melvin]     0.7.0claws15
11674
11675         * src/prefs_filters.c
11676                 fixed bug where 'cancel' from 'filters' window stops autochecking
11677                 if the timer timed out  when the window was open.
11678
11679 2002-01-18 [match]      0.7.0claws14
11680
11681         * src/addrclip.[ch]     ** NEW FILE **
11682         * src/addrselect.[ch]   ** NEW FILE **
11683         * src/adbookbase.h      ** NEW FILE **
11684                 addressbook cut, copy and paste
11685         * src/addrbook.[ch]
11686         * src/addrcache.[ch]
11687         * src/addressitem.h
11688         * src/addrindex.[ch]
11689         * src/addritem.[ch]
11690         * src/importldif.c
11691         * src/importmutt.c
11692         * src/jpilot.[ch]
11693         * src/syldap.[ch]
11694         * src/vcard.[ch]
11695         * src/jpilot.[ch]
11696         * src/editbook.c
11697         * src/editjpilot.c
11698         * src/editldap.c
11699         * src/editvcard.c
11700                 support for copy/paste
11701         * src/addressbook.c
11702                 support for copy/paste
11703                 tidy up menu option processing
11704                 correct address list function arguments
11705         * src/editaddress.c
11706                 sort user attributes
11707         * src/ldif.h
11708         * src/mutt.h
11709                 tidy up
11710
11711         * src/addrbook.[ch]
11712         * src/addrbook.[ch]
11713         * src/addrbook.[ch]
11714                 
11715
11716 2002-01-18 [paul]       0.7.0claws13
11717
11718         * sync with sylpheed 0.7.0cvs8
11719                 configure.in: support Mac OS X (Darwin)
11720
11721 2002-01-18 [carsten]    0.7.0claws12
11722         * src/html.c
11723                 small hack to fix a segfault with an empty href
11724                 (reported by Alexandra Walford <deeni@altern.org>)
11725         * src/mainwindow.c
11726         * src/summaryview.c
11727                 the shortcuts for Mark und Mark as unread are hardcoded
11728                 again
11729         * src/compose.c
11730         * src/gtkstext.[ch]
11731                 readded the shortcuts in gtkstext but made them
11732                 customizeable (simply by adding a menu plus a wrapper
11733                 to compose.c)
11734
11735 2002-01-17 [melvin]     0.7.0claws11
11736
11737         * src/gtkspell.c
11738                 fix default dictionary not being saved.
11739
11740 2002-01-16 [darko]      0.7.0claws10
11741
11742         * src/compose.c
11743                 fix wrapping crash with URL longer than wrapping margin
11744
11745 2002-12-08 [hoa]        0.7.0claws10
11746
11747         * src/matcher_parser_parse.y
11748                 fixed some bugs
11749
11750         * src/prefs_filtering.c
11751                 now, we can use bounce action in the dialog box.
11752
11753 2002-01-16 [carsten]    0.7.0claws9
11754         * src/gtkstext.c
11755                 removed the <control> and <alt> shortcuts because they're
11756                 not needed and interefered with the "normal" shortcuts
11757         * src/mainwindow.c
11758         * src/summaryview.c
11759                 removed most of the hardcoded shortcuts and assigned
11760                 them to menu entries making them easy customizable by
11761                 that
11762
11763 2002-01-16 |melvin]     0.7.0claws8
11764
11765         * src/gtkspell.c
11766                 fixed bug where using the mouse and when the compose
11767                 window is not on top may result in a crash.
11768
11769 2002-01-16 [melvin]     0.7.0claws7
11770
11771         * src/compose.c
11772                 fixed a long standingspell checker bug which could 
11773                 cause a crash after sending a message.
11774
11775 2002-01-16 [paul]       0.7.0claws6
11776
11777         * sync with sylpheed 0.7.0cvs7
11778                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11779                 2002-01-15, and 2002-01-16
11780
11781 2002-01-16 [melvin]     0.7.0claws5
11782
11783         * README.claws
11784         * src/compose.c
11785         * src/gtkspell.[ch]
11786         * src/main.c
11787                 Heavily modified spell checker code to work around
11788                 ispell bug, to add keyboard shortcuts and for future
11789                 enhancements. See README.claws for usage information.
11790
11791 2002-01-15 [alfons]     0.7.0claws4
11792         
11793         * src/summaryview.c
11794                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11795                 so sorting within threads reflects sort mode
11796
11797 2002-01-15 [christoph]  0.7.0claws3
11798
11799         * src/procmsg.c
11800                 added alertpanel if mail sending failed
11801
11802 2002-01-15 [alfons]     0.7.0claws2
11803         
11804         * src/prefs_filtering.c
11805                 don't stop timer when prefs filtering dialog is opened
11806
11807 2002-01-14 [alfons]     0.7.0claws1
11808
11809         * src/addr_compl.c
11810         * src/prefs.c
11811                 remove debug_print()s for privacy reasons
11812
11813 2002-01-14 [darko]      0.7.0claws
11814
11815         * README.claws
11816                 quotation wrapping is now also in the main branch
11817
11818 2002-01-14 [paul]
11819
11820         * tools/filter_conv.pl
11821                 allow for Boolean Op and case-sensitivity
11822                 this file is included in the release and tagged
11823                 'rel_0_7_0'
11824
11825 2002-01-13 [paul]       0.7.0claws
11826
11827         * release 0.7.0, with cvs tag 'rel_0_7_0'
11828
11829 2002-01-13 [paul]
11830
11831         * tools/filter_conv.pl
11832         * tools/README
11833                 rewritten to output to matcherrc instead of filteringrc
11834
11835         * po/es.po
11836                 updated Spanish translation by Ricardo Mones Lastra
11837
11838 2002-01-13 [alfons]
11839
11840         * po/nl.po
11841                 update dutch translation
11842
11843 2002-01-13 [paul]
11844
11845         * po/pt_BR.po
11846                 Updated by Fabio Junior Beneditto 
11847
11848 2002-01-13 [melvin]     0.6.6claws53
11849
11850         * po/fr.po
11851                 Updated french translation
11852
11853 2002-01-12 [alfons]     0.6.6claws52
11854
11855         * src/filtering.c
11856                 plug mem leak that has been sitting there for ages              
11857
11858 2002-01-12 [alfons]     0.6.6claws51
11859
11860         * src/summaryview.c
11861                 undo melvin's changes from 0.6.6claws48 because summary
11862                 view now refuses to select first unread message when
11863                 selecting a folder 
11864
11865 2002-01-11 [alfons]     0.6.6claws50
11866
11867         * src/import.c
11868                 use claws' semantics for getting folder item when
11869                 importing an mbox file into a folder 
11870                 (submitted by Dale P. Smith)
11871
11872 2002-01-11 [christoph]  0.6.6claws49
11873
11874         * src/prefs.h
11875                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11876                 toggle widget, because non static prefs can not use
11877                 prefs_set_* functions
11878         * src/prefs_account.c
11879                 toggle smtp auth password field sensitivity if
11880                 user id is empty and add descrition of usage for
11881                 these fields
11882         * src/prefs_folder_item.c
11883                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11884                 callbacks
11885
11886 2002-01-11 [melvin]     0.6.6claws48
11887
11888         * src/compose.c
11889                 fix the 'Ctrl-Enter' feature for sending and test really
11890                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11891                 editables which was not documented in Gtk)
11892
11893         * src/summaryview.c
11894                 Made summaryview refresh after sorting and not before.
11895
11896 2002-01-11 [christoph]  0.6.6claws47
11897
11898         * src/compose.c
11899                 select account from account ids if possible and
11900                 correctly set save folder for copy in reedit
11901
11902 2002-01-10 [paul]       0.6.6claws46
11903
11904         * sync with sylpheed 0.7.0 release
11905                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11906                 2002-01-09
11907
11908 2002-01-09 [alfons]
11909
11910         * src/summaryview.c
11911                 remove more dirt traces...
11912
11913 2002-01-09 [alfons]
11914         
11915         * src/summaryview.c
11916                 clean up some traces of my debugging stuff
11917
11918 2002-01-09 [alfons]     0.6.6claws45
11919
11920         * src/filtering.c
11921                 break up filteringprop_apply() in three separate pieces
11922                 so we can drop messages that failed processing in the
11923                 inbox
11924
11925         * src/summaryview.c
11926                 fix bug #469598 "no refresh of inbox after filter" which 
11927                 was introduced by the new summary view locking, and which 
11928                 prevented the summary view to update after a manual filter 
11929                 message. claw's filter message requires a summary_show().
11930                 (aargh, summary_show() again! :-)
11931                 
11932 2002-01-07 [alfons]     0.6.6claws44
11933
11934         * src/headerwindow.c
11935         * src/logwindow.c
11936         * src/messageview.c
11937         * src/sourcewindow.c
11938                 bring in Hiro's last 0.7.0 wm class fixes
11939
11940         * tools/sylprint.pl
11941                 bring in Ricardo's fix for sylprint script
11942
11943         * AUTHORS       
11944         * src/rfc2015.[ch]
11945         * src/prefs_common.[ch]
11946         * src/prefs_account.[ch]
11947         * src/compose.c
11948                 clean up account preference poison in rfc2015,
11949                 and preparation to fix double sign bug 
11950                 (patch submitted by Simon 'corecode' Schubert)
11951
11952 2002-01-07 [christoph]  0.6.6claws43
11953
11954         * src/mh.c
11955                 search for free message number, do not only rely
11956                 on last_num
11957         * src/send.c
11958                 fix smtp auth and use extra account information
11959                 if available, if not use pop3 data instead
11960                 (closes bug #500341)            
11961         * src/ssl.[ch]
11962                 match coding style
11963
11964 2002-01-06 [alfons]     0.6.6claws42
11965
11966         * src/mainwindow.c
11967                 try making the separate windows work again...
11968
11969 2002-01-06 [alfons]     0.6.6claws41
11970
11971         * src/mainwindow.c
11972                 adapt Hiro's separate window menu (to get rid of the funny
11973                 duplicate menu items), and make it work again
11974
11975 2002-01-06 [alfons]     0.6.6claws40
11976
11977         * tools/Makefile.am
11978         * tools/sylprint.rc
11979         * tools/sylprint.pl
11980         * tools/README.sylprint
11981                 add sylprint script for printing mails from Sylpheed
11982                 (contributed by Ricardo Mones Lastra)
11983
11984         * src/acount.c
11985                 clean up
11986
11987 2002-01-06 [melvin]     0.6.6claws39
11988
11989         * src/mainwindow.c
11990         * src/summaryview.c
11991                 Fixed crash introduced in 0.6.6claws38 by the menu
11992                 reorganisation (Hide read messages)
11993         
11994         * ChangeLog.claws 
11995                 Fixed typo (we are now in 2002, alfons ;) )
11996
11997 2002-01-05 [alfons]     0.6.6claws38
11998
11999         * sync with sylpheed 0.6.6cvs10-17
12000                 (last stuff marked as LAST_STABLE)
12001
12002 2002-01-04 [melvin]     0.6.6claws37
12003
12004         * src/account.c
12005                 Made account selection code use strcasestr again instead of
12006                 g_strcasecmp (fixes bug where reediting queued messages
12007                 did not select proper account reported by T. Link).
12008         
12009         * src/folderview.c
12010                 Fix bug where folder icons are not shown when 'hide read messages'
12011                 is on.
12012         
12013         * src/stock_pixmaps.[ch]
12014                 Added folder icons for 'hide read messages'.
12015         
12016         * src/compose.c
12017                 Fixed bug where 'Enter' in a header entry will send the message 
12018                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12019
12020 2002-01-03 [melvin]     0.6.6claws36
12021         
12022         * src/prefs.[ch]
12023                 Added popup menu for common preferences and
12024                 account preferences (right click on tab displays
12025                                 a menu of all tabs.)
12026
12027 2002-01-02 [melvin]     0.6.6claws35
12028
12029         * src/gtkspell.[ch]
12030                 Made spelling code compatible with undo/redo feature.
12031                 Added creation of suggestion mode menu for the general
12032                         preferences.
12033         
12034         * src/prefs_common.[ch]
12035                 Added option menu for the speller's suggestion mode.
12036                 Added missing spaces in "..." buttons and made a "..."
12037                         button non translatable!
12038         
12039         * src/compose.c
12040                 Made speller use the default suggestion mode.
12041                 Hack to make it possible to choose 'CTRL-Enter' as a
12042                         shortcut for sending (and only for sending).
12043
12044         * src/prefs_folder_item.c
12045                 Changing subject simplification does not update cache 
12046                         anymore (because it is unnecessary).
12047                 Fixed bug where changing subject simplification updated the 
12048                         summaryview even when the viewed folder is not the
12049                         folder which properties are being changed. (E.g. 
12050                                         viewing folder A and changing
12051                                         the subject simplification of 
12052                                         folder B -not being viewed- updated the 
12053                                         summaryview of folder A with data of
12054                                         folder B). (Hope this is clear... )
12055
12056 2001-12-31 [alfons]     0.6.6claws34
12057         
12058         * src/ldif.c
12059         * src/mutt.c
12060                 fgetc() returns a signed integer which doesn't
12061                 fit in a char. so c truncates this to a char
12062                 but we may lose significant bits. i.e. we may
12063                 comparing 0xFF which may not be equal to -1
12064                 unless properly casted to signed char which
12065                 we won't do because fgetc() returns a signed
12066                 integer which doesn't fit in a char. so c 
12067                 truncates this to a char but we may lose 
12068                 significat bits. (you got the idea, thanks
12069                 to Gustavo Noronha Silva <kov@debian.org>
12070                 and the Debian folks!)
12071
12072 2001-12-30 [alfons]     0.6.6claws33
12073
12074         * src/prefs_common.c
12075                 add #ifdef USE_PSPELLs that Melvin forgot               
12076
12077 2001-12-30 [melvin]     0.6.6claws32
12078         
12079         * src/prefs_common.[ch]
12080                 Added configurable color for misspelled words.
12081
12082         * src/gtkspell.[ch]
12083                 Fixed bug of foreground text color (reported by David
12084                                 Mehrmann)
12085                 Added configurable color for misspelled words.
12086
12087 2001-12-30 [alfons]     0.6.6claws31
12088
12089         * src/folder.c
12090                 remove unnecessary things someone put there
12091
12092         * src/mh.c
12093         * src/folder.[ch]
12094                 make folder properties (like threading and sorting) persistent
12095                 (closes bug #497424 "rescan folder tree resets proprieties")
12096                 currently this is only for MH folders. 
12097
12098 2001-12-29 [melvin]     0.6.6claws30
12099
12100         * src/string_match.[ch]
12101                 Optimized a bit: regexp pattern buffer compiled only once, and
12102                   one subroutine call removed. Fixed ^ regexp search: Now, 
12103                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12104         
12105         * src/summaryview.c
12106                 Subject filtering changed to filter summary columns and
12107                   not directly the messages subject cache. The loss in 
12108                   performance is balanced by the improvement of string_match.
12109                 Added an alert panel if there is an error in the regexp.
12110
12111         * src/src/prefs_folder_item.h
12112                 Added a regexp pattern buffer.
12113
12114 2001-12-28 [alfons]     0.6.6claws29
12115
12116         * src/string_match.[ch]
12117                 clean up name space
12118                 allow compilation *BSD
12119
12120 2001-12-27 [alfons]     0.6.6claws28
12121
12122         * src/filter.c
12123                 sync the Hiro's bug fix for BSD
12124
12125 2001-12-27 [melvin]     0.6.6claws27
12126         
12127         * src/compose.c
12128                 Simplify focus to subject entry code.
12129
12130 2001-12-27 [darko]      0.6.6claws26
12131
12132         * src/filtering.c
12133         * src/mbox_folder.c
12134         * src/messageview.c
12135         * src/mh.c
12136         * src/procheader.[ch]
12137         * src/procmsg.h
12138         * src/stock_pixmap.[ch]
12139         * src/summaryview.c
12140                 Show key icon for encrypted mails in summary view
12141
12142         * src/pixmaps/clip.xpm
12143         * src/pixmaps/clipkey.xpm
12144         * src/pixmaps/key.xpm
12145                 New/modified icons for the above
12146
12147 2001-12-27 [melvin]     0.6.6claws25
12148
12149         * src/prefs_common.c
12150                 Put spell checker options in a separate tab to decrease
12151                 the Common Preferences window height.
12152
12153         * README.claws  
12154                 Update spell checker usage instruction about its options
12155                 location.
12156
12157 2001-12-27 [melvin]     0.6.6claws24
12158
12159         * src/compose.c
12160                 Changed subject entry widget position. Initial focus is
12161                 on the To header instead of the subject entry.
12162                 Creating a new header scrolls the header list to make the
12163                 created one visible. Nevertheless, when automatically filling
12164                 headers, the first one is shown.
12165                 A Tab key press in the last empty header entry zips the 
12166                 focus to the subject entry.
12167                 (I did not change the combo boxes, yet)
12168
12169 2001-12-26 [alfons]     0.6.6claws23
12170
12171         * src/prefs_account.c
12172         * src/inc.c
12173                 allow default inbox to reside in another mailbox (only
12174                 works for POP3 accounts)
12175
12176 2001-12-26 [alfons]     0.6.6claws22
12177         
12178         * src/textview.c
12179                 make reply-on-click work with the account of the selected folder
12180         * src/compose.c
12181                 put a fixme here to remind me to fix finding correct default
12182                 account for nested folders
12183
12184 2001-12-25 [alfons]     0.6.6claws21
12185
12186         * src/summaryview.c
12187                 make column headers display locked and mark pixmaps (idea by Melvin) 
12188                 fix bug by adding score and locked column type to sort array
12189
12190 2001-12-25 [alfons]     0.6.6claws20
12191         
12192         * src/summaryview.c
12193                 catch a *potentially* inadvertent write back of  
12194                 the message cache(s) introduced by 0.6.5claws37
12195
12196 2001-12-25 [christoph]  0.6.6claws19
12197
12198         * src/stock_pixmap.[ch]
12199         * src/summaryview.c
12200                 add ignore thread pixmap
12201                 (can someone draw a better icon for this?)
12202
12203 2001-12-24 [alfons]     0.6.6claws18
12204
12205         * src/prefs_folder_item.c
12206                 make address completion actually work for the
12207                 Default To address in the Folder Property dialog.
12208
12209 2001-12-24 [alfons]     0.6.6claws17
12210         
12211         * src/summaryview.c
12212                 use new style regexp for subject stripping 
12213                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12214
12215 2001-12-24 [darko]      0.6.6claws16
12216
12217         * src/pgptext.c
12218         * src/rfc2015.c
12219                 move GPG related informational messages to debug mode
12220
12221 2001-12-23 [alfons]     0.6.6claws15
12222
12223         * src/stock_pixmap.[ch]
12224         * src/summaryview.c
12225                 add the forgotten Claws' locked pixmap
12226
12227 2001-12-23 [alfons]     0.6.6claws14
12228
12229         * src/filesel.c
12230                 accept file name typed in entry in multi file
12231                 selector (patch submitted by Gustavo Noronha Silva 
12232                 <kov@debian.org>)
12233
12234 2001-12-23 [alfons]     0.6.6claws13
12235
12236         * src/prefs_filter.c
12237         * src/prefs_filtering.c
12238         * src/matcher.c
12239         * src/importmutt.c
12240                 clean up a little bit
12241         
12242         * src/string_match.c
12243                 validate input strings a little bit more
12244
12245 2001-12-23 [alfons]     0.6.6claws12
12246
12247         * src/Makefile.am
12248         * src/summaryview.c
12249         * src/string_match.[ch]         ** NEW **
12250         * src/folderview.[ch]
12251         * src/headerview.h
12252         * src/folder.[ch]
12253         * src/prefs_folder_item.[ch]
12254                 add subject simplification to strip out strings from
12255                 a subject line (esp. handy for mailing lists). 
12256                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12257                 but slightly changed things for better integration.)
12258
12259 2001-12-23 [alfons]     0.6.6claws11
12260
12261         * src/mainwindow.c
12262                 fix bug introduced by submission included in 0.6.5claws52.
12263                 ideally this submission should clean the trash if any trash
12264                 folder has a message. however, the hasTrash variable was
12265                 set to false whenever a trash folder was empty (discarding
12266                 a previously found *filled* trash folder.)
12267
12268                 also edited the code a little bit and made it more safe.
12269
12270 2001-12-22 [alfons]     0.6.6claws10
12271
12272         * src/imap.c
12273                 quick fix for Martin Pool's omission of an account
12274                 specific SSL setting
12275
12276 2001-12-22 [alfons]     0.6.6claws9
12277
12278         * src/compose.c
12279         * src/messageview.c
12280         * src/mimeview.c
12281         * src/pgptext.c
12282         * src/procmime.[ch]
12283                 better support for multipart/digest (submitted
12284                 by Fredrik <e98fo@efd.lth.se>)
12285
12286 2001-12-22 [alfons]     0.6.6claws8
12287
12288         * src/addressbook.c
12289                 correct function signature
12290         * src/socket.[ch]
12291         * src/imap.[ch]
12292         * src/prefs_account.[ch]
12293                 allow IMAP over SSH tunnel (patch submitted by 
12294                 Martin Pool <mbp@samba.org>)
12295
12296 2001-12-21 [alfons]     0.6.6claws7
12297
12298         * sync with sylpheed 0.6.6cvs4-9
12299                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12300
12301 2001-12-21 [christoph]  0.6.6claws6
12302
12303         * src/compose.c
12304         * src/prefs_folder_item.[ch]
12305                 implement saving of outgoing messages to current folder.
12306                 fix segfault when no default outbox is available
12307                 (closes bug #495683)
12308
12309 2001-12-21 [carsten]    0.6.6claws5
12310         * src/folderview.c
12311         * src/summaryview.c
12312                 pressing CTRL while DND does now the expected thing and
12313                 copies the mail (moving is still the default, as this
12314                 seam more appropriate for handling mails by DND)
12315
12316 2001-12-18 [paul]       0.6.6claws4
12317
12318         * sync with sylpheed 0.6.6cvs3
12319                 see ChangeLog entries 2001-12-18
12320
12321 2001-12-18 [hiro]       0.6.6claws3
12322
12323         * src/undo.c
12324                 fix for multibyte characters (obtain the number of letters
12325                 instead of bytes).
12326
12327 2001-12-17 [paul]       0.6.6claws2
12328
12329         * sync with sylpheed 0.6.6cvs1
12330                 see ChangeLog entry 2001-12-16
12331
12332 2000-12-17 [alfons]     0.6.6claws1
12333
12334         * src/filtering.c
12335                 clean up
12336
12337 2001-12-16 [paul]       0.6.6claws
12338 2001-12-15
12339
12340         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12341
12342         * src/mimeview.c
12343                 last minute sync with main 0.6.6
12344
12345         * po/es.po
12346                 updated by Ricardo Mones Lastra
12347                 update for last minute sync
12348         * po/fr.po
12349         * po/nl.po
12350                 update for last minute sync
12351         * po/de.po
12352                 updated by Jens Oberender
12353         * po/pt_BR.po
12354                 updated by Fabio Junior Beneditto
12355
12356         * src/prefs_common.[ch]
12357         * src/undo.c
12358                 number of undo levels is user configurable
12359                 (squeeze it into the release in the dying
12360                 moments) Submitted by Jens Oberender    
12361
12362 2001-12-15 [melvin]
12363
12364         * po/fr.po
12365                 updated french translation
12366
12367 2001-12-15 [paul]       0.6.5claws92
12368
12369         * sync with sylpheed 0.6.5cvs28
12370                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12371
12372         * po/nl.po
12373                 update to allow for sync
12374
12375 2001-12-15 [alfons]
12376         
12377         * po/nl.po
12378                 update dutch translation
12379
12380 2001-12-14 [carsten]    0.6.5claws91
12381         * src/summaryview.c
12382                 fixed bug #473785; also after changing the column order
12383                 the same message will be selected and displayed as before
12384                 the reordering
12385
12386 2001-12-14 [carsten]    0.6.5claws90
12387         * src/folderview.c
12388                 probably found the bug reported by wwb opening or closing
12389                 a folder tree just before dnd (found the solution in the
12390                 balsa source -- thanks to them)
12391
12392 2001-12-14 [carsten]    0.6.5claws89
12393         * src/gtkutils.c
12394         * src/account.c
12395                 moved gtk_clist_moveto to the right place, so that
12396                 only the accounts dialog is effected on opening
12397
12398 2001-12-14 [carsten]    0.6.5claws88
12399         * src/gtkutils.c
12400                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12401                 now, so that the focused row will be seen in any case
12402                 (reported by wwp on sf-claws-user)
12403
12404 2001-12-14 [darko]      0.6.5claws87
12405
12406         * src/compose.c
12407                 remove unnecessary line
12408
12409 2001-12-14 [paul]       0.6.5claws86
12410
12411         * sync with sylpheed 0.6.5cvs27
12412                 see ChangeLog entries 2001-12-14
12413
12414 2001-12-14 [carsten]    0.6.5claws85
12415         * src/mainwindow.c
12416                 following a suggestion of Melvin the rcoabm pops up
12417                 right under the button now and the button is reliefed
12418                 while the popup is open
12419
12420 2001-12-14 [darko]      0.6.5claws84
12421
12422         * src/compose.c
12423                 fix crash when wrapping long lines if linewrap quotation
12424                 is disabled and wrapper encounters a word spanning more
12425                 than one line
12426
12427 2001-12-13 [paul]       0.6.5claws83
12428
12429         * src/compose.c
12430                 prefer 'Reply-To' header over mailing list header when
12431                 replying to a message. Finally prevent all those confirmation 
12432                 messages being sent to the list itself.
12433
12434         * src/summaryview.c
12435                 remove unused summary_set_menu_sensitive() entry
12436
12437 2001-12-13 [paul]       0.6.5claws82
12438
12439         * src/folderview.c
12440         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12441         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12442         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12443                 improvements to 'Hide read messages': Inbox, Outbox,
12444                 Trash, Queue, and Draft icons now reveal presence of hidden 
12445                 messages
12446
12447 2001-12-12 [alfons]     0.6.5claws81
12448
12449         0.6.5claws80 was tagged as LAST_STABLE
12450
12451         * src/filtering.[ch]
12452         * src/matcher.[ch]
12453         * src/matcher_parser_lex.c
12454                 fix the filtering; my last attempt to get it right, 
12455                 if it does not work, it's Hoa's turn. ;-)
12456
12457                 for my honourable peers:
12458                 
12459                 the code now makes a clear distinction between
12460                 rules as they are displayed (probably escaped),
12461                 and as they are executed (probably unescaped). the
12462                 parser does *NOT* do any unescaping, this is
12463                 the task of the matcher.c (which breaks up a
12464                 rule into condition) and the filtering.c (which
12465                 breaks up the rule's action). to make this
12466                 run happily we provide an unescaped copy of
12467                 crucial strings to the MatcherProp and 
12468                 FilteringAction structures. note that the only
12469                 exception to this is any REGEXP string. those
12470                 are directly passed to regcomp() and regexp()
12471                 (who have much more powerful unescape functions).
12472                 
12473                 for everyone else:
12474         
12475                 you can escape tab (\t), carriage return (\r),
12476                 linefeed (\n), form feed (\f), quote (\"), 
12477                 single quote (\'), bell (\b) in all the entry
12478                 lines in the scoring & filtering dialogs.
12479                 as an added bonus this should not affect
12480                 existing filtering rules.
12481
12482 2001-12-12 [carsten]    0.6.5claws80
12483
12484         * src/summaryview.c
12485         * po/de.po
12486                 "item(s) selected" is now sensitive to 1 or more
12487                 than one selected (nice for language where simple
12488                 adding of a "s" is not possible as German (Eintrag
12489                 ->Eintr"age)
12490                 
12491                 the "forward as attachment" entry from the right
12492                 click menu removed, "forward" acts following the
12493                 prefs
12494         
12495         * src/textview.c
12496                 reverted my former changes; so compiler warning again
12497                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12498                 nevertheless
12499
12500         * src/messageview.c
12501                 "search in message" does now *not* only work in MVIEW_TEXT
12502                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12503                 message
12504
12505         * src/mainwindow.c
12506                 removed "/File/_Close" as it was the same as "/File/E_xit"
12507                 and we don't need it two times
12508
12509                 the separate folder view and message view now get a distinct
12510                 WMCLASS, just in case someone is using sawfish ;-)
12511
12512                 as the menu entries "/View/Message view" and "/View/Folder tree"
12513                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12514                 make them sensitive accordingly and as these two are "shown"
12515                 after startup anytime check this menuitem at startup
12516
12517 2001-12-12 [paul]       0.6.5claws79
12518
12519         * src/folderview.c
12520                 fix sensitivity of 'Search folder...', broken in
12521                 0.6.5claws75
12522
12523         * src/mainwindow.c
12524                 fix dodgy English
12525
12526 2001-12-11 [carsten]    0.6.5claws78
12527         * src/filtering.c
12528                 fixed two typos returning a wrong FALSE/TRUE
12529         * src/mainwindow.[ch]
12530                 extra menu for email/news button removed
12531
12532 2001-12-11 [alfons]     0.6.5claws77
12533         
12534         * src/matcher.c                 (1.3)
12535         * src/matcher_parser_lex.l      (1.28)
12536                 revert for another attempt
12537                 mark 0.6.5claws77 as LAST_STABLE
12538
12539 2001-12-11 [christoph]  0.6.5claws76
12540
12541         * po/de.po
12542                 fixed wrong translation for prev. unread msg
12543
12544 2001-12-11 [paul]       0.6.5claws75
12545
12546         * src/folder.[ch]
12547         * src/folderview.c
12548         * src/mainwindow.c
12549         * src/summaryview.[ch]
12550         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12551                 enable ability to hide read messages on per folder basis via 
12552                 '/Summary/Hide read messages'; when selected, a folder will 
12553                 have a red open folder icon, instead of a blue icon, if the 
12554                 folder contains hidden messges
12555                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12556
12557         * src/mainwindow.c
12558                 remove '/Message/Forward as attachment' from 
12559                 main_window_set_menu_sensitive() to prevent debug warning
12560
12561         * src/folderview.c
12562         * src/mainwindow.c
12563                 Clean up some of the English
12564
12565         * tools/newscache_clean.pl
12566                 allow for new 'hidereadmsgs' entry in folderlist.xml
12567
12568         * po/es.po
12569                 updated translation, submitted by Ricardo Mones Lastra
12570
12571 2001-12-11 [paul]       0.6.5claws74
12572
12573         * sync with sylpheed 0.6.5cvs25
12574                 see ChangeLog entry 2001-12-11
12575
12576 2001-12-10 [alfons]     0.6.5claws73
12577
12578         * src/matcher.c
12579                 add more control characters
12580         * src/matcher_parser_lex.l
12581                 make escaping / unescaping work again
12582
12583 2001-12-10 [alfons]     0.6.5claws72
12584
12585         * src/imap.c
12586                 clean up warnings "returning value for void function" 
12587         * src/prefs_filtering.c
12588                 make info button for execute action sensitive
12589
12590 2001-12-10 [paul]       0.6.5claws71
12591
12592         * src/compose.c
12593         * src/imap.[ch]
12594         * src/summaryview.c
12595                 fix: imap server now gets informed of MARKED, UNMARKED
12596                 and REPLY events. Now people can use different IMAP-Mail
12597                 clients and have the exact same information about MARKED,
12598                 UNMARKED and REPLY status with all of them. Especially
12599                 useful for imap servers with a web-frontend.
12600                 submitted by Tobias Sandhaas <medlor@web.de>
12601
12602 2001-12-09 [melvin]     0.6.5claws70
12603         
12604         * src/textview.[ch]
12605                 fixed bug #490076 (hunted down by Alfons who implemented
12606                 a workaround in 0.6.5claws65)
12607
12608 2001-12-09 [christoph]  0.6.5claws69
12609
12610         * src/summaryview.c
12611                 set pointer to string in LOCKED column to NULL
12612                 (might fix bug #490800)
12613
12614 2001-12-09 [carsten]    0.6.5claws68
12615
12616         * po/de.po
12617                 resolved some cluttered menu shortcuts 
12618                 ('creating new email' and 'creating news message'
12619                 hade the same)
12620         * src/compose.c
12621                 wmclass now distinc from main window
12622         * src/mainwindow.c
12623           src/mainwindow.h
12624                 email/news and forward button functionality similar
12625                 to the reply buttons; removed the ugly dropdown arrows
12626                 and use instead the right mouse button
12627
12628 2001-12-09 [paul]       0.6.5claws67
12629
12630         * src/imap.c
12631         * src/utils.h
12632                 allow spaces in imap folder names
12633                 submitted by Willem van Engen <wvengen@stack.nl>
12634
12635 2001-12-09 [paul]       0.6.5claws66
12636
12637         * sync with sylpheed 0.6.5cvs24
12638                 see ChangeLog entry 2001-12-09
12639
12640 2001-12-08 [alfons]     0.6.5claws65
12641
12642         * src/textview.c
12643                 prevent secondary selection claim after "add to sender" dialog
12644                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12645                 we trick GTK by simulating a click at (0, 0) in the textview.
12646
12647 2001-12-08 [hoa]        0.6.5claws64
12648
12649         * src/folder.c
12650                 fixed a bug about the .processing folder name while filtering
12651
12652 2001-12-08 [alfons]     0.6.5claws63
12653
12654         * src/folderview.c 
12655                 work around problem of not correctly updating folder stats
12656                 when deleting messages. there's some folder scanning evil
12657                 going so the folderview_update_msg_num() does not work
12658                 correctly. need to investigate this.
12659
12660 2001-12-08 [paul]       0.6.5claws62
12661
12662         * sync with sylpheed 0.6.5cvs23
12663                 see ChangeLog entry 2001-12-08
12664
12665 2001-12-07 [christoph]  0.6.5claws61
12666
12667         * src/compose.c
12668                 fix another header translation problem
12669
12670 2001-12-07 [alfons]     0.6.5claws60
12671
12672         * src/mbox.c
12673                 make filtering also work on local spool mbox
12674
12675 2001-12-07 [carsten]    0.6.5claws59
12676         * src/addressbook.c
12677                 addressbook window gets a wmclass distinct from the main
12678                 sylpheed window
12679         * src/compose.h
12680         * src/mainwindow.[ch]
12681                   forward menu item will use mode selected in prefs, forward 
12682                 as attatchment in menu removed (will be substituted in the
12683                 toolbar similar to reply buttons)
12684                   create news message menu entry and news button is now 
12685                 sensitive to the existance of a news account
12686         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12687         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12688         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12689                 these are removed because the toolbar buttons don't show
12690                 the quoting modus any longer
12691
12692 2001-12-07 [paul]
12693
12694         * tools/newscache_clean.pl      ** NEW FILE **
12695                 perl script to do some tidying up in the newscache directory 
12696                 
12697         * tools/sylpheed-switcher       ** NEW FILE **
12698                 perl script to enable easy switching between main and claws
12699                 
12700         * tools/README
12701                 added descriptions of the two new perl scripts          
12702
12703
12704 2001-12-07 [melvin]     0.6.5claws58
12705
12706         * src/messageview.c
12707                 fixed a warning during compilation introduced in 0.6.5claws56
12708
12709 2001-12-07 [paul]       0.6.5claws57
12710
12711         * src/mainwindow.[ch]
12712         * src/menu.[ch]
12713                 further usability enhancements to replying with or without 
12714                 quoting via the toolbar, use of Ctrl key is replaced by 
12715                 drop down menu 
12716                 Submitted by Carsten Schurig            
12717
12718 2001-12-07 [melvin]     0.6.5claws56
12719
12720         * src/messageview.c
12721                 hack to fix bug that prevented to make/paste selections
12722                 after switching between MVIEW_TEXT and MVIEW_MIME views
12723                 without deselecting the selection first.
12724
12725 2001-12-06 [alfons]     0.6.5claws55
12726
12727         * src/filtering.[ch]
12728         * src/inc.c
12729                 revise filtering a little bit more, and make sure
12730                 messages are delivered to the appropriate inbox
12731                 (perhaps set per account)
12732
12733 2001-12-06 [paul]       0.6.5claws54
12734
12735         * sync with sylpheed 0.6.5cvs22
12736                 see ChangeLog entry 2001-12-06
12737
12738 2001-12-05 [alfons]     0.6.5claws53
12739
12740         * src/inc.c
12741         * src/folder.[ch]
12742         * src/procmsg.c
12743         * src/filtering.c
12744                 more revisions of filtering system
12745                 (last stable version is marked as LAST_STABLE)
12746                 
12747                 | NOTE 1): the filtering system now uses a local folder called
12748                 | .processing. if filtering fails, check this directory
12749                 | for missing messages.
12750                 |
12751                 | NOTE 2): help us find the filtering actions still missing
12752
12753 2001-12-05 [paul]       0.6.5claws52
12754
12755         * src/mainwindow.c
12756                 fix bug where 'Empty Trash?' pop-up window appears even
12757                 when Trash is empty, submitted by Jesse Skinner         
12758
12759 2001-12-05 [melvin]     0.6.5claws51
12760
12761         * src/compose.c
12762                 fixed bug #486106 to select correct account when reediting 
12763                 a queued message
12764         
12765 2001-12-04 [alfons]     0.6.5claws50
12766
12767         * src/mh.c
12768                 declare markfile in appropriate functions when
12769                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12770                 for spotting this)
12771
12772 2001-12-04 [paul]       0.6.5claws49
12773
12774         * sync with sylpheed 0.6.5cvs21
12775                 see ChangeLog entry 2001-12-04
12776
12777 2001-12-03 [christoph]  0.6.5claws48
12778
12779         * po/de.po
12780                 changed translation of undo
12781         * src/account.c
12782         * src/folder.c
12783                 don't reinvent the wheel to traverse a GNode
12784         * src/compose.[ch]
12785                 seperate code to create the compose gui into functions
12786                 add "Others" page with folder selection for saving copy
12787                 of the message.
12788                 the folder identifier is saved to queue header
12789         * src/procmsg.c
12790                 save message to folder in queue header
12791
12792 2001-12-03 [paul]       0.6.5claws47
12793
12794         * sync with sylpheed 0.6.5cvs20
12795                 see ChangeLog entry 2001-12-03
12796
12797 2001-12-01 [paul]
12798
12799         * more sync with sylpheed 0.6.5cvs19
12800                 see ChangeLog entry 2001-11-29
12801
12802 2001-11-30 [paul]       0.6.5claws46
12803         
12804         * src/compose.c
12805                 remove conflicts introduced by Hoa's last commit
12806          
12807         * src/mainwindow.c
12808                 make 'Message/Bounce' sensitive
12809
12810 2001-11-30 [hoa]        0.6.5claws45
12811
12812         * src/compose.c
12813                 slightly change bounce function to add
12814                 information about the user that bounced the mail
12815                 in the From header line.
12816
12817         * src/folderview.c
12818                 permit the use of processing in outbox folder.
12819
12820 2001-11-29 [paul]       0.6.5claws44
12821
12822         * src/mainwindow.[ch]
12823         * src/prefs_common.c
12824         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12825         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12826         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12827                 usability enhancements to the quoting, implements
12828                 use of Ctrl key to toggle quoting settings
12829                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12830
12831 2001-11-29 [paul]       0.6.5claws43
12832         
12833         * sync with sylpheed 0.6.5cvs19
12834                 see ChangeLog entry 2001-11-28
12835
12836 2001-11-29 [melvin]     0.6.5claws42
12837         * src/Makefile.am
12838                 added enriched.[ch] to the list of files
12839
12840         * src/textview.c
12841         * src/mimeview.c
12842         * src/procmime.[ch]
12843         * src/enriched.[ch]
12844                 added support to view text/enriched
12845                 added support to show headers in message view for text/enriched and text/html
12846                         in non multipart messages
12847
12848 2001-11-28 [paul]       0.6.5claws41
12849
12850         * more sync with sylpheed 0.6.5cvs18
12851                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12852
12853 2001-11-27 [paul]       0.6.5claws40
12854         
12855         * po/pt_BR.po
12856                 updated translation, submitted by Fabio Junior Beneditto
12857                 
12858         * sync with sylpheed 0.6.5cvs18
12859                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12860                 2001-11-27
12861
12862
12863 2001-11-26 [paul]
12864
12865         * po/es.po
12866                 updated translation, submitted by Ricardo Mones Lastra
12867
12868 2001-11-26 [alfons]
12869
12870         * src/matcher.c
12871                 add more translatable strings
12872
12873 2001-11-26 [christoph]  0.6.5claws39
12874
12875         * po/de.po      
12876                 fixed one more umlaut
12877         * src/compose.c
12878                 fix translated header when it should not be translated
12879
12880 2001-11-26 [paul]       0.6.5claws38
12881
12882         * src/mainwindow.c
12883                 remove '/Message/Add Sender to address book' from 
12884                 main_window_set_menu_sensitive(), prevent debug warning
12885                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12886
12887 2001-11-26 [paul]       0.6.5claws37
12888
12889         * src/summaryview.c
12890                 fix 'recurring unread state' bug 
12891
12892         * tools/README 
12893         * tools/filter_conv.pl
12894                 read name of top level mailbox from folderlist.xml
12895                 and presume nothing about its name              
12896
12897 2001-11-26 [darko]      0.6.5claws36
12898
12899         * src/gtkstext.[ch]
12900                 removed functions that are now in gtkutils.c
12901                 use gtkut_text_is_uri_string() from gtkutils.c
12902         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12903
12904 2001-11-26 [paul]       0.6.5claws35
12905
12906         * sync with sylpheed 0.6.5cvs16
12907                 see ChangeLog entries 2001-11-25 and 2001-11-26
12908
12909 2001-11-25 [alfons]     0.6.5claws34
12910
12911         EXPERIMENTAL!!! Please checkout the last stable version using: 
12912           
12913         % cvs update -r LAST_STABLE -dRAP
12914
12915         (Or help us testing this stuff.)
12916
12917         * src/filtering.c               (1.14)
12918         * src/filtering.h               (1.6)
12919         * src/inc.c                     (1.28)
12920         * src/matcher.c                 (1.20)
12921         * src/mbox.c                    (1.9)
12922         * src/procmsg.h                 (1.14)
12923         * src/summaryview.c             (1.59)
12924         * src/summaryview.h             (dunno)
12925                 revert/merge/sync to as it was before commit 
12926                 on Thu, 19 Jul 2001 10:15:51 -0700.
12927
12928 2001-11-25 [hoa]        0.6.5claws33
12929
12930         * src/main.c
12931                 processing mails at startup
12932
12933         * src/folderview.c
12934         * src/summaryview.[ch]
12935                 processing mails when entering folder
12936
12937         * src/prefs_filtering.c
12938                 fixed some UI bugs
12939
12940 2001-11-24 [alfons]     0.6.5claws32
12941
12942         * src/summaryview.[ch]
12943                 make summary sort headers work, and also make
12944                 sure the sort type is stored
12945
12946 2001-11-23 [alfons]     0.6.5claws31
12947
12948         * src/summaryview.[ch]
12949                 make lock work like mark
12950                 disallow deleting messages marked as locked
12951
12952 2001-11-23 [alfons]     0.6.5claws30
12953
12954         * src/gtkstext.c
12955         * src/compose.[ch]
12956         * src/Makefile.am
12957         * src/undo.[ch]
12958                 merge undo patch submitted by Jens
12959
12960 2001-11-23 [christoph]  0.6.5claws29
12961
12962         * src/.cvsignore
12963                 added ylwrap
12964         * src/compose.c
12965                 fixed gpg signing and encoding
12966         * src/folder.[ch]
12967         * src/main.c
12968                 added --status option to get new, unread and total
12969                 message count from a running sylpheed
12970         * src/prefs_common.c
12971                 temporary fix for reply_with_quote problem
12972                 (don't call functions for non existing widget)
12973         * src/procmsg.c
12974                 one more check for ignored threads but still not
12975                 always working correctly. probably a recursive
12976                 check for all parents is needed
12977
12978 2001-11-23 [darko]      0.6.5claws28
12979
12980         * src/compose.c
12981                 wrapping on send improvements
12982         * src/gtkutils.[ch]
12983                 fix for GtkSText after last sync with main branch
12984                 GTK_TEXT -> GTK_STEXT
12985
12986 2001-11-23 [paul]       0.6.5claws27
12987
12988         * sync with sylpheed 0.6.5cvs14
12989                 see ChangeLog entries 2001-11-22 and 2001-11-23
12990                 
12991         * po/de.po
12992                 fixed the scrambled umlauts 
12993                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12994
12995 2001-11-21 [paul]       0.6.5claws26
12996
12997         * sync with sylpheed 0.6.5cvs12
12998                 see 2nd ChangeLog entry dated 2001-11-20
12999
13000 2001-11-20 [paul]       0.6.5claws25
13001
13002         * sync with sylpheed 0.6.5cvs11
13003                 see ChangeLog entry 2001-11-19 (src/utils.c)
13004
13005 2001-11-20 [hiro]
13006
13007         * src/compose.c
13008                 GTK_TEXT -> GTK_STEXT
13009                 fix for wrong comment
13010
13011 2001-11-20 [hiro]       0.6.5claws24
13012
13013         * src/compose.[ch]
13014                 more merges from main branch
13015                 removed fatal warnings (uninitialized variables etc.)
13016                 some coding style fix
13017         * src/gtkutils.h
13018                 fixed typo.
13019         * src/addressbook.c
13020           src/addrindex.c
13021                 V-Card -> vCard
13022
13023 2001-11-19 [hoa]        0.6.5claws23
13024
13025         * src/filtering.c
13026         * src/prefs_scoring.c
13027         * src/matcher.[ch]
13028         * src/scoring.c
13029                 cleaning code
13030
13031         * src/matcher_parser_parse.y
13032         * src/prefs_filtering.c
13033                 bouncing
13034
13035 2001-11-19 [alfons]     0.6.5claws22
13036
13037         more of my old things into claws
13038
13039         * src/Makefile.am
13040         * src/prefs_common.c
13041         * src/procmsg.h
13042         * src/summaryview.[ch]
13043         * src/prefs_summary_column.c
13044         * src/pixmaps/locked.xpm
13045                 add indicators for locking of message in summary view
13046                 (does not work yet, only visual indicator)
13047
13048 2001-11-19 [paul]       0.6.5claws21
13049
13050         * sync with sylpheed 0.6.5cvs10
13051                 see ChangeLog entry 2001-11-19
13052
13053 2001-11-18 [alfons]     0.6.5claws20
13054         
13055         * src/filtering.c
13056                 remove an inadvertent free I forgot in previous clean up 
13057
13058 2001-11-18 [alfons]     0.6.5claws19
13059
13060         * src/filtering.[ch]
13061                 clean up & plug leaks
13062
13063 2001-11-18 [paul]       0.6.5claws18
13064
13065         * sync with sylpheed 0.6.5cvs9
13066                 see ChangeLog entries 2001-11-17 and 2001-11-18
13067
13068 2001-11-16 [paul]       0.6.5claws17
13069
13070         * sync with sylpheed 0.6.5cvs8
13071                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13072
13073 2001-11-16 [paul]       0.6.5claws16
13074
13075         * sync with sylpheed 0.6.5cvs7
13076                 see ChangeLog entries 2001-11-15 and 2001-11-16
13077
13078 2001-11-15 [hoa]        0.6.5claws15
13079
13080         * src/compose.c
13081                 fix bounce, mails we received couln't be bounced to ourself.
13082
13083         * src/defs.h
13084         * src/filtering.[ch]
13085         * src/matcher.[ch]
13086         * src/matcher_parser.h
13087         * src/matcher_parser_lex.l
13088         * src/matcher_parser_parse.y
13089         * src/inc.c
13090         * src/main.c
13091         * src/mbox.c
13092         * src/prefs_filtering.[ch]
13093         * src/mainwindow.c
13094         * src/prefs_matcher.c
13095         * src/prefs_scoring.c
13096         * src/scoring.[ch]
13097         * src/summaryview.c
13098                 new matcher/filter/score configuration file parser
13099                 one unique configuration file => ~/.sylpheed/matcherrc
13100                 import in currently automatic, then save are made
13101                 in this new file.
13102                 one filter per folder and one global filter
13103                 (filter of a folder will be used as folder processing)
13104
13105         * src/folder.c
13106                 fix a bug in folder_item_get_identifier
13107                 
13108         * src/messageview.c
13109                 receive receipt return are fixed.
13110
13111 2001-11-14 [alfons]     0.6.5claws14
13112
13113         * src/session.h
13114                 add things from main branch to make claws compile
13115
13116 2001-11-14 [paul]       0.6.5claws13
13117
13118         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13119                 see ChangeLog entries 2001-11-08 to 2001-11-14
13120
13121 2001-11-14 [hoa] 0.6.5claws12
13122
13123         * src/compose.[ch]
13124         * src/mainwindow.c
13125         * src/summaryview.c
13126                 add "bounce mail" option
13127
13128 2001-11-13 [christoph]  0.6.5claws11
13129
13130         * src/compose.c
13131                 Cleanup a mess i add before commiting
13132
13133 2001-11-13 [hoa]        0.6.5claws10
13134
13135         * src/compose.c
13136                 some fixes when mail are sent or
13137                 for crossposts
13138
13139 2001-11-13 [christoph]  0.6.5claws9
13140
13141         * po/de.po
13142                 Changed two string with the same translation
13143         * src/compose.c
13144         * src/procmsg.[ch]
13145         * src/send.[ch]
13146                 New mailsending process:
13147                   - Always queue message before sending
13148                     (message will be saved if sylpheed crashed or
13149                      freezes while sending)
13150                   - Allow queuing of newspostings
13151                   - No copy in outbox before sending
13152                     (closes bug #469501)
13153                   - No more redundant code for send and send_later
13154         * src/summaryview.c
13155                 Applied wwp <subscript@free.fr>'s patch that fixes
13156                 marks for multiple forwarded messages (+compose.c)
13157
13158 2001-11-12 [alfons]
13159
13160         * README.claws
13161                 remove things that are now in main branch
13162         
13163         * po/nl.po
13164                 update Dutch translation
13165
13166 2001-11-12 [mhadasht]   0.6.5.claws8
13167
13168         * src/prefs_common.c
13169                 re-enabled account autoselection feature for forward
13170                 and reedit lost during the branch point for SYNC-B4-REL
13171         * src/gtkspell.c
13172                 gtkpspell_get_dict(): more readable code (even if function is
13173                 not used yet)
13174         * ChangeLog.claws
13175                 added version number info to 2001-11-12 [hiro] comment.
13176
13177 2001-11-12 [hiro]       0.6.5.claws7
13178
13179         * src/compose.c
13180                 compose_forward(): fixed a bug that forward quote mark
13181                 wasn't used.
13182                 removed unnecessary code.
13183         * src/template_select.[ch]: removed.
13184
13185 2001-11-11 [alfons]
13186
13187         * src/compose.c
13188                 :%s/GTK_TEXT/GTK_STEXT/g
13189         
13190         * src/compose.[ch]
13191         * src/undo.[ch]
13192         * src/Makefile.am
13193                 revert the undo stuff (this is 0.6.6claws stuff)
13194
13195 2001-11-11 [hoa]        0.6.5.claws6
13196
13197         * src/compose.[ch]
13198                 Insert signature at the end of the text.
13199                 Added undo patch but currently disabled
13200
13201         * src/procmsg.c
13202                 Threading by subject improved.
13203
13204         * added src/undo.[ch]
13205                 Undo module for compose dialog box.
13206
13207 2001-11-11 [alfons]     0.6.5.claws5
13208
13209         * src/procmsg.c
13210                 prevent threading by subject on nodes that have already been
13211                 threaded by in-reply-to (as in "circular references in a tree
13212                 result in a dead branch")
13213
13214 2001-11-09 [hoa]        0.6.5.claws4
13215         
13216         * src/folderview.c
13217                 allows creation of mbox folder item from any files.
13218
13219 2001-11-09 [alfons]     0.6.5.claws3
13220         
13221         * src/utils.c
13222         * src/procmsg.c
13223                 do what I mean and correct threading by subject so it really
13224                 ignores attracting lines without "Re: "
13225
13226 2001-11-07 [alfons]     0.6.5.claws2
13227
13228         * src/procmsg.c
13229         * src/utils.[ch]
13230                 only attract by subject if a subject line starts with a "Re: "
13231         * src/syldap.c
13232                 remove warning
13233
13234 2001-11-07 [paul]       0.6.5claws1
13235
13236         * sync with sylpheed 0.6.5. release
13237                 see ChangeLog entry 2001-11-07
13238
13239 2001-11-07 [paul]       0.6.4claws31
13240
13241         * sync with sylpheed 0.6.4cvs18
13242                 see ChangeLog entries 2001-10-30 to 2001-11-07
13243                 prefs_templates.[ch] renamed prefs_template.[ch]
13244
13245 2001-11-06 [alfons]
13246         
13247         * src/utils.h
13248                 add semicolon Hoa forgot ;-)
13249                 
13250
13251 2001-11-06 [hoa]        0.6.4claws30
13252         
13253         * src/procmsg.c
13254         * src/summaryview.c
13255         * src/utils.c
13256         * src/utils.h
13257                 threading by subject - empty subject are ignored
13258
13259 2001-11-06 [christoph]  0.6.4claws29
13260
13261         * src/socket.c
13262                 use SSL_peek for sock_gets
13263         * src/utils.c
13264                 removed unneeded pointer in extracting quoted
13265                 names implementation
13266
13267 2001-11-06 [melvin]     0.6.4claws28
13268
13269         * src/gtkspell.c
13270                 fixed bug #476792 Selection overtyping with spell checker
13271                 fixed bug which could cause a buffer overflow
13272                 fixed a memory leak
13273
13274 2001-11-06 [hoa]        0.6.4claws27
13275         
13276         * src/procmsg.c
13277         * src/summaryview.c
13278                 threading by subject
13279
13280 2001-11-05 [alfons]     0.6.4claws26
13281         
13282         * README.claws
13283                 Claws -> Sylpheed (vice versa)
13284
13285         * src/compose.c
13286                 :%s/gtk_text/gtk_stext/g
13287                 :%s/GTK_TEXT/GTK_STEXT/g
13288                 (thanks to Jonathan Ware for spotting this)
13289
13290 2001-11-04 [christoph]  0.6.4claws25
13291
13292         * src/summaryview.c
13293                 replace Xalloca + strdup with Xstrdup_a
13294         * src/utils.c
13295                 better implementation of extracting quoted names
13296                 from addresses (remove backlashes and ignore
13297                 quotes after them)
13298
13299 2001-11-04 [alfons]     0.6.4claws24
13300
13301         * src/utils.[ch]
13302                 edit to comply more with coding style
13303
13304         * src/textview.c
13305                 fix bug reported by Kim Schulz. introduced by the patch integrated
13306                 in 0.6.4claws15. the code did not check the return value of
13307                 the html parser.
13308
13309         * AUTHORS
13310                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13311
13312 2001-11-04 [christoph]  0.6.4claws23
13313
13314         * src/main.c
13315         * src/prefs_common.[ch]
13316                 init some pointers that possibly caused a segfault
13317                 reported in the claws-users ML
13318
13319 2001-11-04 [hoa]        0.6.4claws22
13320
13321         * src/grouplistdialog.c
13322                 change the names of the nodes in the tree
13323
13324         * src/compose.c
13325                 enhanced mailto syntax as described in
13326                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13327                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13328
13329         * src/utils.c
13330                 encode and decode URI (useful when opening URL into
13331                 netscape).
13332
13333 2001-11-03 [hoa]        0.6.4claws21
13334
13335         * src/grouplistdialog.c
13336                 a new newsgroups list selection dialog box
13337                 with a CTree instead of a CList
13338
13339 2001-11-03 [hoa]        0.6.4claws20
13340
13341         * src/folderview.c
13342                 enable property and scoring options when right
13343                 click on "inbox"
13344
13345         * src/summaryview.c
13346                 fixed bug when nickname were displayed using
13347                 the address book.
13348
13349 2001-11-02 [darko]      0.6.4claws19
13350
13351         * src/compose.c
13352                 new wrap quotation and URL/long words wrapping implementation
13353         * src/compose.c src/gtkstext.[ch]
13354                 move gtkstext_strncmp() to gtkstext.c
13355
13356 2001-11-01 [christoph]  0.6.4claws18
13357
13358         * src/prefs_account.c
13359                 fixed mess in account settings dialog
13360         * src/prefs_folder_item.c
13361                 added label with folder path to dialog
13362
13363 2001-10-31 [match]      0.6.4claws17
13364
13365         * src/vcard.c
13366                 fix memory leak.
13367         * src/addrbook.c
13368                 fix generation of spurious address book file names.
13369                 remove redundant functions.
13370         * po/POTFILES.in
13371                 added missing file names.
13372
13373 2001-10-30 [paul]       0.6.4claws16
13374
13375         * sync with sylpheed 0.6.4cvs6
13376                 see ChangeLog entries 2001-10-26 to 2001-10-30
13377
13378         * tools/filter_conv.pl
13379                 read folderlist.xml to discover whether the top-level
13380                 folder is called 'Mailbox' or 'Mail' 
13381
13382 2001-10-29 [paul]       0.6.4claws15
13383
13384         * src/html.c, src/textview.c
13385                 activate links in html mail and fix clickable parts
13386                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13387
13388 2001-10-29 [paul]
13389
13390         * po/de.po, po/es.po, po/pt_BR/po
13391                 updated translations, submitted by Jens Oberender,
13392                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13393
13394 2001-10-29 [darko]      0.6.4claws14
13395
13396         * src/compose.c
13397                 fix wrapping for good
13398
13399 2001-10-29 [darko]
13400
13401         * src/compose.c
13402                 undo previous change as it broke the smart wrapping
13403
13404 2001-10-29 [darko]      0.6.4claws13
13405
13406         * src/compose.c
13407                 fix infinite loop when long URL is quoted
13408                 (closes bug #475122.
13409
13410 2001-10-28 [match]
13411
13412         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13413                 import Mutt address book
13414         * src/ldif.[ch] src/importldif.h
13415                 modified import LDIF handle user attributes
13416
13417 2001-10-28 [christoph]  0.6.4claws12
13418
13419         * src/summaryview.c
13420                 fixed that filtering did not work if there
13421                 were no filter rules
13422                 (closes bug #472003 and better implementation
13423                  of patch #474644)
13424
13425 2001-10-27 [christoph]  0.6.4claws11
13426
13427         * src/compose.c
13428                 make the folder's default account to be used when
13429                 replying. (patch by wwp <subscript@free.fr>)
13430         * src/compose.c
13431                 code cleanup, nearly killed all of wwp's patch
13432                 for folder's default account in compose
13433         * src/folderview.c
13434                 error panel when a folder could not be created
13435                 (closes bug #471080 new folder name & already
13436                  existing file)
13437
13438 2001-10-26 [alfons]
13439
13440         * src/utils.h
13441                 change prototype of strstr2() that Christoph forgot about
13442
13443 2001-10-26 [christoph]  0.6.4claws10
13444
13445         * src/account.c
13446                 made search for accounts by email address not case
13447                 sensitive
13448         * src/folder.c
13449                 fixed memory leak in folder_item_get_identifier
13450         * src/gtkspell.c
13451         * src/utils.c
13452                 fixed wrong strstr2 (should work like strstr)
13453
13454 2001-10-26 [darko]      0.6.4claws9
13455
13456         * src/compose.c src/gtkstext.[ch]
13457         * src/gtkstext.c
13458                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13459
13460 2001-10-26 [paul]       0.6.4claws8
13461
13462         * src/html.c
13463                 ignore css and javascript tags in html mail
13464                 case-insensitive, with or without double-quoted
13465                 strings
13466
13467 2001-10-26 [paul]       0.6.4claws7
13468
13469         * sync with sylpheed 0.6.4cvs1
13470                 see ChangeLog entry 2001-10-26
13471
13472         * src/prefs_account.c, src/prefs_common.c,
13473           src/prefs_summary_column.c
13474                 minor improvements to the English
13475
13476 2001-10-25 [alfons]     0.6.4claws6
13477
13478         * src/gtkstext.c
13479         
13480                 make GtkSText follow style of GtkText (closes bug 
13481                 #469211 "text selection while writing message")
13482                 
13483                 do sync with GTK 1.2.10
13484
13485 2001-10-25 [paul]       0.6.4claws5
13486
13487         * src/html.c
13488                 ignore css tags in html mail
13489
13490 2001-10-25 [darko]      0.6.4claws4
13491
13492         * src/compose.c
13493                 don't declare is_url_string as static function since
13494                 we need it in gtkstext.c
13495         * src/gtkstext.c
13496                 remove unused variable
13497                 don't wrap long URLs while composing a message
13498
13499 2001-10-24 [christoph]  0.6.4claws3
13500
13501         * src/socket.c
13502                 fix ssl deadlock, when peer closes connection
13503
13504 2001-10-24 [paul]       0.6.4claws2
13505
13506         * src/prefs_common.c
13507                 gettextize the gpg ascii-armored warning message
13508
13509         * src/compose.c
13510                 insert a DOS/MAC file into the composed message
13511                 (improvements)
13512
13513         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13514
13515 2001-10-22 [paul]       0.6.4claws1
13516
13517         * sync with sylpheed 0.6.4 release
13518                 see ChangeLog entries 2001-10-21
13519
13520         * po/fr.po, po/pt_BR.po
13521                 updated by Melvin Hadasht and Fabio Junior Beneditto
13522
13523 2001-10-21 [paul]       0.6.3claws30
13524
13525         * src/compose.c
13526                 insert a DOS text file from the compose window
13527                 into the composed message text (removes CRs characters)
13528                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13529
13530         * tools/filter_conv.pl, tools/README
13531                 automatically use ~/.sylpheed as working directory
13532                 print out confirmation message on completion
13533
13534         * correct Hoa's last ChangeLog.claws entry
13535
13536 2001-10-20 [hoa]        0.6.3claws29
13537
13538         * src/grouplistdialog.c
13539                 bugfix (another ?) to give the right
13540                 newsgroups list for each news server.
13541
13542         * src/news.c
13543         * src/news.h
13544                 improve the newsgroups list cache
13545
13546 2001-10-20 [paul]       0.6.3claws28
13547
13548         * sync with sylpheed 0.6.3cvs9
13549                 see ChangeLog entry 2001-10-19
13550
13551         * correct Alfons' last ChangeLog.claws entry
13552
13553 2001-10-19 [alfons]
13554
13555         * src/pgptext.[ch]
13556                 fix compilation problems (part of bug #472895)
13557
13558 2001-10-18 [hoa]        0.6.3claws27
13559
13560         * src/grouplistdialog.c
13561                 bugfix when we refresh was clicked (bug 472701)
13562
13563 2001-10-19 [christoph]  0.6.3claws26
13564
13565         * src/compose.c
13566                 last header entry should default to "To:" or
13567                 "Newsgroups:" and not copy the last entry line
13568                 in a new compose window
13569                 (closes bug #472686, #470792)
13570
13571 2001-10-19 [paul]       0.6.3claws25
13572
13573         * sync with Sylpheed 0.6.3cvs8
13574                 see ChangeLog entries 2001-10-18 and 2001-10-19
13575
13576 2001-10-18 [christoph]  0.6.3claws24
13577
13578         * src/procmsg.c
13579                 reimplement ignore thread
13580         
13581 2001-10-18 [hoa]        0.6.3claws23
13582
13583         * src/folderview.c
13584         * src/grouplistdialog.[ch]
13585                 enhanced news subscription interface (feature 469113)
13586
13587         * src/news.c
13588         * src/news.h
13589                 enchanced newsgroup listing,
13590                 now, we can get groups informations
13591                 (NNTPGroupInfo)
13592
13593 2001-10-18 [paul]       0.6.3claws22
13594
13595         * src/summaryview.c
13596                 remove comment (sync with main branch)
13597         * src/mainwindow.c
13598                 fix 'Re-edit' bug in 'Message' menu
13599
13600 2001-10-17 [christoph]  0.6.3claws21
13601
13602         * src/compose.c
13603                 ignore empty or whitespace only header lines
13604
13605 2001-10-17 [paul]       0.6.3claws20
13606
13607         * sync with sylpheed 0.6.3cvs7
13608                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13609                 2001-10-17
13610
13611 2001-10-17 [darko]
13612
13613         * src/compose.c
13614                 wrap long lines without spaces
13615                 don't wrap URLs
13616
13617 2001-10-16 [paul]
13618
13619         * po/es.po, po/nl.po, po/pt_BR.po
13620                 updated by Ricardo Mones Lastra, Alfons,
13621                 and Fabio Junior Beneditto
13622
13623         * sylpheed-0.6.3claws released
13624
13625 2001-10-15 [melvin] 0.6.3claws18
13626
13627         * README.claws
13628                 added summary and detailed installation instructions
13629                 for spell checker
13630         * po/fr.po
13631                 Updated, corrected and completed french translation
13632
13633 2001-10-15 [hoa] 0.6.3claws17
13634         * src/grouplistdialog.c
13635                 we can choose the newsgroups to display with wildcards
13636
13637 2001-10-15 [christoph]  0.6.3claws16
13638
13639         * src/account.c
13640         * src/compose.c
13641         * src/prefs_folder_item.[ch]
13642                 applied wwp <subscript@free.fr>'s folder
13643                 default account patch
13644         * po/de.po
13645                 Fixed wrong translation
13646
13647 2001-10-13 [alfons, christoph, melvin]  
13648                         0.6.3claws15
13649
13650         solution #2 to solve MT-safety problems defers all GUI related calls
13651         to the main thread using a gtk_idle_add() callback. discussed on
13652         ircnet #sylpheed, with christoph spotting some issues with the
13653         original code, and melvin allowing us to lobotomize his sylpheed.
13654
13655         * src/syldap.[ch], src/main.c
13656                 fix race problem in ldap search thread by deferring GUI 
13657                 stuff to main thread using gtk_idle_add()
13658
13659 2001-10-13 [paul]       0.6.3claws14
13660
13661         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13662                 add Sergey's smtpcred.patch
13663                 adds separate username/password setting for SMTP Auth
13664                 needed by some servers
13665                 (closes feature request #471659)
13666
13667 2001-10-13 [paul]       0.6.3claws13
13668
13669         * src/pgptext.[ch] **NEW FILES**
13670         * src/Makefile.am, src/messageview.c, src/mimeview.c
13671                 decrypt ascii-armored gpg text embedded in
13672                 the message body.
13673                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13674
13675 2001-10-13 [christoph]  0.6.3claws12
13676
13677         * README.claws
13678                 some more details on default to and
13679                 feature requests
13680         * src/main.c
13681                 init glib threading when ldap is used
13682         * src/syldap.c
13683                 threading fixes
13684         * po/de.po
13685                 fixed a typo
13686
13687 2001-10-12 [paul]       0.6.3claws11
13688
13689         * src/prefs_common.[ch], src/rfc2015.c
13690                 enable ascii-armored gpg text to be embedded in the
13691                 message body, selectable through the 'Privacy'
13692                 preferences. Supports encrypting only.
13693                 Submitted by Ravemax <ravemax@dextrose.com>
13694
13695 2001-10-12 [paul]       0.6.3claws10
13696
13697         * sync with sylpheed 0.6.3cvs6
13698                 see ChangeLog entries 2001-10-11 and 2001-11-12
13699
13700         * src/folderview.c
13701                 incorporated mbox folders, scoring, and folder
13702                 properties into the sync
13703
13704 2001-10-12 [darko]      0.6.3claws9
13705
13706         * README.claws
13707                 describe quotation wrapping
13708         * src/compose.c
13709                 don't treat tab as space to calculate line length properly
13710
13711 2001-10-11 [alfons]
13712
13713         * README.claws
13714                 correct description of how to make new filtering system work,
13715                 add some other things
13716                 
13717         * src/syldap.c
13718                 remove sched_yield() (not necessary / unportable)
13719
13720 2001-10-11 [paul]       0.6.3claws8
13721
13722         * sync with sylpheed 0.6.3cvs3
13723                 see ChangeLog entry 2001-10-10
13724
13725 2001-10-10 [christoph]  0.6.3claws7
13726
13727         * .cvsignore
13728                 ignore 2 files created by newer autotools
13729         * src/prefs_folder_item.c
13730                 using table for widget alignment
13731                 fixed memory leak and broken octal display
13732         * src/filesel.c
13733                 fixed segfault caused by lost filename
13734                 workaround (closes bug #469551)
13735
13736 2001-10-10 [paul]       0.6.3claws6
13737
13738         * sync with sylpheed 0.6.3cvs2
13739                 see ChangeLog entries 2001-10-09 and 2001-10-10
13740
13741 2001-10-10 [darko]      0.6.3.claws5
13742
13743         * src/gtkstext.c
13744                 proper calculation of right margin if smart wrapping is enabled
13745         * src/compose.c
13746                 automatically wrap long lines if wrap quotation is enabled
13747
13748 2001-10-09 [alfons]     0.6.3.claws4
13749
13750         * src/summaryview.c
13751                 select correct row when deleting last row in the summary view (and
13752                 close bug "[ #469104 ] select second last in list when deleting")
13753
13754 2001-10-09 [paul]       0.6.3claws3
13755
13756         * sync with sylpheed 0.6.3cvs1
13757                 updated some autotool scripts
13758
13759 2001-10-09 [darko]      0.6.3claws2
13760
13761         * src/gtkstext.[ch]
13762                 new name and mark with Sylpheed comment
13763         * src/compose.c
13764                 smart quotation wrapping a-la VIM
13765
13766 2001-10-08 [paul]       0.6.3claws1
13767
13768         * sync with sylpheed 0.6.3 release
13769                 see ChangeLog entry 2001-10-08
13770
13771 2001-10-08 [paul]       0.6.2claws24
13772
13773         * src/summaryview.c
13774                 more sync with sylpheed 0.6.2cvs12
13775                 Fixed the bug that didn't select the last row correctly
13776
13777
13778 2001-10-07 [paul]       0.6.2claws23
13779
13780         * sync with sylpheed 0.6.2cvs12
13781                 see ChangeLog entry 2001-10-07
13782
13783 2001-10-06 [match]
13784         * src/jpilot.[ch]
13785                 enable jpilot to read unsynch'ed addresses.
13786
13787         * src/editldap_basedn.c
13788                 fix segfault when opening dialog.
13789
13790 2001-10-06 [alfons]     0.6.2.claws22
13791
13792         * src/summaryview.c
13793                 fix bug with summary view selecting last *inserted*
13794                 node instead of last *visible* node. remember we
13795                 work with a tree
13796
13797 2001-10-06 [paul]       0.6.2claws21
13798
13799         * po/pt_BR.po
13800                 updated translation, contains some fixes and new
13801                 translations, submitted by Gustavo Noronha Silva
13802                 <kov@debian.org>
13803
13804         * src/prefs_common.c
13805                 change 'each' to 'every' - fix dubious English
13806
13807         * sync with sylpheed 0.6.2cvs11
13808
13809 2001-10-05 [alfons]     0.6.2claws20
13810
13811         * src/mainwindow.[ch], src/folderview.c
13812                 make composite tool button switch between "Compose News"
13813                 and "Compose Mail" depending on selected folder
13814                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13815
13816 2001-10-05 [paul]       0.6.2claws19
13817
13818         * src/mainwindow.c, src/summaryview.c
13819                 fix 'Message/Reply to all', broken in last commit
13820
13821         * src/compose.c
13822                 fix X_BEENTHERE seg fault, thanks to Alfons
13823
13824 2001-10-04 [paul]       0.6.2claws18
13825
13826         * src/compose.[ch], src/mainwindow.c
13827                 make "Message/Reply" reply to mailing lists; matches
13828                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13829                 based on portions of the patch submitted by
13830                 Junichi Uekawa <dancer@netfort.gr.jp>
13831
13832 2001-10-04 [darko]      0.6.2claws17
13833
13834         * src/compose.c
13835                 better smart wrapping
13836         * src/gtkstext.[hc]
13837                 a function to make text buffer contiguous
13838
13839 2001-10-03 [paul]       0.6.2claws16
13840
13841         * sync with sylpheed 0.6.2cvs10
13842
13843 2001-10-02 [alfons]
13844
13845         * configure.in
13846         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13847                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13848                 references to chinese translations (hope someone picks up
13849                 this)
13850
13851 2001-10-02 [christoph]  0.6.2claws15
13852
13853         * src/compose.c
13854                 fixed non translated header bug
13855         * ChangeLog.claws
13856                 fixed wrong date in alfons last entry ;)
13857
13858 2001-10-02 [alfons]     0.6.2claws14
13859
13860         * src/compose.c, src/prefs_common.[ch]
13861                 add block cursor option
13862
13863 2001-10-02 [paul]       0.6.2claws13
13864
13865         * sync with sylpheed 0.6.2cvs9
13866
13867 2001-09-30 [paul]       0.6.2claws12
13868
13869         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13870                 updated translations
13871
13872         * po/POTFILES.in
13873                 add 'src/importldif.c'
13874
13875         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13876                 added eudora-to-vCard conversion tool
13877                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13878
13879         * sync with sylpheed 0.6.2cvs8
13880
13881 2001-09-30 [paul]
13882
13883         * sylpheed-0.6.2claws released
13884
13885 2001-09-27 [melvin]     0.6.2claws11
13886
13887         * src/gtkspell.c
13888                 fixed crash when using default path (introduced 
13889                 in 0.6.2claws10)
13890                 fixed tiny bug for initial suggestion mode
13891
13892 2001-09-27 [melvin]     0.6.2claws10
13893         
13894         * src/gtkspell.c
13895                 fixed bug where gtkpspell didn't set the path correctly
13896
13897         * README.claws
13898                 added a paragraph about spell checking
13899                 
13900
13901
13902 2001-09-27 [paul]       0.6.2claws9
13903
13904         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13905                 replace '// comments' with '/* comments */' to prevent
13906                 some compiler warnings 
13907
13908         * sync with sylpheed 0.6.2cvs6
13909
13910 2001-09-26 [alfons]     0.6.2claws8
13911
13912         * src/messageview.c
13913                 introduce return receipt request notification again,
13914                 which was lost because of other semantics in 
13915                 procheader_parse() (???)
13916
13917 2001-09-26 [christoph]  0.6.2claws7
13918
13919         * src/compose.c
13920                 replace comments for old code with #if 0
13921                 readded auto cc, bcc and reply-to
13922         * src/prefs_matcher.c
13923         * src/prefs_scoring.c
13924                 removed some definition (was moved to
13925                 prefs.h)
13926
13927 2001-09-26 [paul]       0.6.2claws6
13928
13929         * src/mainwindow.c
13930                 make 'Follow-up and reply to' sensitive
13931
13932         * more sync with sylpheed 0.6.2cvs5
13933
13934 2001-09-25 [melvin]
13935
13936         * 0.6.2claws5
13937
13938         * src/gtkspell.c
13939                 fixed bug for "US-ASCII" introduced by the encoding code
13940
13941 2001-09-25 [paul]
13942
13943         * 0.6.2claws4
13944
13945         * src/prefs_common.[ch], src/summaryview.c
13946                 'next unread msg' 'go to next folder?' dialog can be
13947                 given default behaviour, either always show dialog,
13948                 or assume 'yes', or assume 'no'
13949                 Submitted by wwp <subscript@free.fr>
13950
13951 2001-09-25 [melvin]
13952                 
13953         * src/compose.c src/gtkspell.[ch]
13954                 added support for different encodings
13955
13956 2001-09-25 [paul]
13957
13958         * more sync with sylpheed 0.6.2cvs5
13959
13960 2001-09-24 [alfons]
13961         
13962         * src/prefs_folder_item.c
13963                 add check for item->prefs->default_to string is NULL and
13964                 add another check when freeing this string
13965
13966 2001-09-24 [paul]
13967
13968         * configure.in
13969                 change to version 0.6.2claws3
13970
13971         * sync with sylpheed 0.6.2cvs5 
13972
13973 2001-09-24 [match]
13974         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13975                 import LDIF files.
13976         * src/addrcache.[ch], addrindex.[ch]
13977                 small update for future
13978         * src/addrbook.c
13979                 fix test XML file.
13980
13981 2001-09-24 [melvin]
13982         * src/gtkspell.[ch]
13983                 added 'Learn from mistakes' option
13984                 better handling of quotes in checked words
13985                 sorted dict list
13986         * po/fr.po
13987                 small update for spell checking stuff
13988
13989 2001-09-23 [alfons]
13990         
13991         * src/gtkspell.c
13992                 edit a little bit so it complies more with main coding style
13993
13994 2001-09-23 [alfons]
13995
13996         * src/folder.[ch], prefs_folder_item.c, compose.c
13997                 migrate "request return receipt" folder property
13998                 to folderlist.xml
13999
14000 2001-09-22 [alfons]
14001
14002         * README.claws **NEW**
14003                 (add things of interest for users of main branch 
14004                 and claws here)
14005
14006         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14007                 re-implement threading per folder option, but store 
14008                 the setting in folderlist.xml (where it belongs)
14009
14010 2001-09-21 [melvin]
14011
14012         * src/gtkspell.[ch]
14013                 fixed bug when compose window is under another window
14014         * src/prefs_common.[ch] src/compose.c
14015                 changed 'dictionary_path' to 'dictionary' to be consistent
14016                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14017         * ac/pspell.m4 src/Makefile.am 
14018                 dropped PSPELL_PATH macro
14019         * po/fr.po
14020                 updated translations
14021
14022 2001-09-21 [christoph]
14023
14024         * src/compose.c
14025                 added border around header fields
14026                 keep header type when new field is added
14027
14028 2001-09-20 [christoph]
14029
14030         * src/utils.[ch]
14031                 more portable debug_print with source filename
14032                 and linenumber
14033         * src/procmsg.c
14034                 more newlines after debug messages
14035
14036 2001-09-20 [paul]
14037
14038         * configure.in
14039                 change to version 0.6.2claws2
14040
14041         * sync with sylpheed 0.6.2cvs3
14042
14043 2001-09-19 [melvin]
14044
14045         * src/gtkspell.c
14046                 fixed the post-right-click focus pb
14047                 fixed crash when 'Spell check all' after dict change 
14048                         and when cursor is at the end of the text
14049                 shift-right-click pops up config menu even on misspelled words.
14050         * po/POTFILES.in
14051                 added gtkspell.c
14052
14053 2001-09-19 [melvin]
14054
14055         * src/about.c
14056                 added pspell to compiled-in features list
14057
14058 2001-09-18 [melvin]
14059
14060         * switched to pspell and dropped ispell
14061         * ac/pspell.m4
14062                 new file. autoconf macro for pspell
14063         * ac/Makefile.am 
14064         * configure.in acconfig.h
14065                 added pspell support
14066         * src/Makefile.am
14067         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14068         * src/prefs_common.[ch] 
14069                 added pspell support
14070
14071 2001-09-18 [christoph]
14072
14073         * src/addr_compl.c
14074         * src/template.[ch]
14075                 replace LOG_MESSAGE with debug_print
14076         * src/compose.[ch]
14077                 gui improvements
14078         * src/menu.c
14079                 added newline after debug message
14080         * src/utils.h
14081                 using __VA_ARGS__ for debug_print macro
14082         * tools/.cvsignore
14083                 ignore Makefile and Makefile.in
14084
14085 2001-09-18 [paul]
14086
14087         * configure.in
14088                 change to version 0.6.2claws1
14089         * sync with sylpheed 0.6.2cvs1
14090
14091         * src/matcher.c 
14092         * src/prefs_matcher.c
14093                 add 'score equal to' option, submitted by
14094                 Paul Evans <nerd@freeuk.com>
14095
14096 2001-09-15 [christoph]
14097
14098         * src/mainwindow.c
14099                 comment out menu entry not existing in claws
14100         * src/menu.c
14101                 add debug output for non existing menu entries
14102         * src/summaryview.c
14103                 fix next/prev unread message for ignored threads
14104         * src/utils.[ch]
14105                 add sourcefile and line number to debug output
14106                 otherwise it is sometimes hard to find the
14107                 source code part if debug messages are translated
14108
14109 2001-09-14 [darko]
14110         
14111         * src/folderview.c
14112                 refresh target folder style after colour is changed
14113
14114 2001-09-13 [paul]
14115
14116         * configure.in
14117                 change to version 0.6.1claws3
14118
14119         * sync with sylpheed 0.6.1cvs6
14120
14121 2001-09-13 [darko]
14122         
14123         * src/folderview.c
14124                 fix target folder colourization to use user selected colour
14125
14126 2001-09-12 [darko]
14127         
14128         * src/summaryview.c
14129                 fix crash when message that is marked for copy/move is unmarked
14130
14131 2001-09-09 [paul]
14132
14133         * configure.in
14134                 change to version 0.6.1claws2
14135
14136         * sync with sylpheed 0.6.1cvs3
14137
14138 2001-09-09 [alfons]
14139         
14140         * src/folderview.c
14141                 fix bug with default font used for trash folder text
14142
14143 2001-09-06 [paul]
14144
14145         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14146                 updated translations
14147
14148         * configure.in
14149                 change to version 0.6.1claws1
14150
14151         * sync with sylpheed 0.6.1cvs2
14152
14153 2001-09-03 [paul]
14154
14155         * po/POTFILES.in
14156                 add Match's new addressbook
14157
14158         * po/de.po
14159                 updated translation submitted by Jens Oberender
14160
14161 2001-09-02 [paul]
14162
14163         * configure.in
14164                 change to 0.6.1claws
14165         * sync with sylpheed 0.6.1 release
14166
14167 2001-09-02 [paul]
14168
14169         * configure.in
14170                 change to 0.6.0claws2
14171
14172         * sync with sylpheed 0.6.0cvs4
14173
14174         * po/pt_BR.po
14175                 updated translation submitted by Fabio Junior Beneditto
14176
14177 2001-09-01 [match]
14178         * pixmaps/
14179                 interface.xpm
14180                 book.xpm
14181                 address.xpm
14182         * src/
14183                 Makefile.am
14184                 a ton of new files
14185
14186 2001-08-31 [paul]
14187
14188         * configure.in
14189                 change to version 0.6.0claws1
14190
14191         * sync with sylpheed 0.6.0cvs1
14192
14193         * po/es.po
14194                 updated translation submitted by Ricardo Mones Lastra
14195
14196         * po/POTFILES.in
14197                 add 'src/prefs_templates.c'
14198
14199         * src/compose.c, src/summaryview.c
14200                 fix segfault on 'Re_edit'               
14201
14202 2001-08-30 [alfons]
14203
14204         * configure.in, Makefile.am
14205         * tools/Makefile.am
14206                 add tools directory to source distribution
14207
14208 2001-08-30 [paul]
14209
14210         * configure.in
14211                 change to version 0.6.0claws
14212
14213         * sync with sylpheed 0.6.0 release
14214
14215 2001-08-30 [christoph]
14216
14217         * configure.in
14218                 removed autoconf version check
14219
14220 2001-08-30 [paul]
14221
14222         * src/account.c, src/compose.c, src/prefs_common.[ch]
14223         * src/procheader.[ch] src/utils.[ch]
14224                 Enhanced automatic account selection on replies
14225                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14226
14227         * configure.in
14228                 add LDAP and JPilot to the configuration results output.
14229
14230 2001-08-29 [christoph]
14231
14232         * src/summeryview.c
14233                 no bold font for ignored threads
14234
14235 2001-08-29 [paul]
14236
14237         * configure.in
14238                 change to version 0.5.3claws6
14239
14240         * sync with sylpheed 0.5.3cvs10
14241                 src/stringtable.[ch]: New Files
14242
14243         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14244         * src/pixmaps/sylpheed.xpm
14245                 add mini-icons to windows (by Alfons)
14246
14247 2001-08-27 [paul]
14248
14249         * src/mainwindow.c
14250                 new functions: next_labeled_cb(), prev_labeled_cb()
14251
14252         * src/summaryview.c
14253                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14254                 summary_select_next_labeled(), summary_select_prev_labeled()
14255
14256         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14257                 give claws blue folders and a blue trash can
14258
14259 2001-08-27 [paul]
14260
14261         * configure.in
14262                 change to version 0.5.3claws5
14263
14264         * sync with sylpheed 0.5.3cvs9
14265                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14266
14267 2001-08-24 [christoph]
14268
14269         * src/filesel.c
14270                 keep filename when browsing directories
14271                 (not working for user entered filename, but
14272                  for default name and selected filename from
14273                  file list)
14274         * src/mainwindow.c
14275                 fixed wrong spelling "Folllow-up"
14276         * src/mbox_folder.c
14277         * src/procmsg.c
14278         * src/summaryview.c
14279                 fixed new/unread message count with ignored
14280                 threads (2 commits, first didn't notice no
14281                 longer needed decreasing)
14282         * src/inc.c
14283                 readded scrolling of progress dialog
14284                 (lost in sync)
14285
14286 2001-08-24 [paul]
14287
14288         * configure.in
14289                 change to 0.5.3claws4
14290
14291         * sync with sylpheed 0.5.3cvs7
14292
14293 2001-08-24 [christoph]
14294
14295         * src/compose.c
14296                 set request return receipt when replying
14297                 if it is set is the folder prefs of the
14298                 message
14299         * src/inc.c
14300                 disable final error popup if popups are
14301                 disabled in config (again)
14302
14303 2001-08-23 [paul]
14304
14305         * configure.in
14306                 Change version number to 0.5.3claws3
14307
14308         * sync with sylpheed 0.5.3cvs5
14309
14310         * src/mimeview.c
14311                 double quote '%s' in 'gedit %s' to fix bug when
14312                 opening attachment with spaces in the name
14313
14314 2001-08-22 [alte]
14315         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14316           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14317                 initial message templates support
14318
14319
14320 2001-08-22 [paul]
14321
14322         * configure.in
14323                 change version number to 0.5.3claws2
14324
14325         * sync with sylpheed 0.5.3cvs4
14326
14327         * src/procmsg.h src/summaryview.c
14328                 re-implement (un)ignore thread
14329
14330 2001-08-21 [paul]
14331
14332         * src/summaryview.c
14333                 remove unnecessary code
14334         * src/compose.c
14335                 enable 'dynamic' signatures (submitted by
14336                 Eric Limpens <eric@hscg-internet.nl>)
14337
14338 2001-08-21 [paul]
14339
14340         clean up after sync with sylpheed 0.5.3 release
14341
14342         * src/folderview.c
14343                 fix re-introduced font mess, see Christoph's
14344                 entry 2001-06-24
14345
14346         * src/summaryview.c
14347                 remove prev_msgnum
14348                 use sylpheed's small font instead of
14349                 gtk default font for summary view
14350
14351
14352 2001-08-17 [paul]
14353
14354         * configure.in
14355                 add pl to ALL_LINGUAS - sync with main branch
14356
14357         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14358                 Updated. Translations by Jens Oberender, Ricardo Mones
14359                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14360
14361         * po/pl.po  ** NEW FILE **
14362                 sync with the main branch
14363
14364         * src/folderview.c
14365                 fix target folder colorizing and refresh problem
14366
14367
14368 2001-08-17 [christoph]
14369
14370         * src/mainwindow.c
14371                 claws uses 4 colors for target folder coloring.
14372                 arrays were not long enough and destroyed the
14373                 stack causing a segfault.
14374                 target folder colorizing does not work anymore
14375                 for me
14376
14377 2001-08-16 [paul]
14378
14379         * configure.in
14380                 change to version 0.5.3claws1
14381
14382         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14383           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14384           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14385
14386                 sync with sylpheed 0.5.3 release, but keep claws method of
14387                 configuring/saving fonts
14388
14389         * src/addressbook.[ch]
14390                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14391                 in line with a similar change in Hiroyuki's branch
14392
14393         * src/mainwindow.[ch]
14394                 disable main_window_set_thread_option()
14395         * src/prefs_folder_item.c
14396                 comment out &tmps_prefs.enable_thread,
14397         * src/mbox_folder.c, src/procmsg.[ch]
14398                 comment out MSG_IS_IGNORE_THREAD
14399         * src/summaryview.c
14400                 comment out summary_ignore_thread() and summary_unignore_thread()
14401                 comment out MSG_IS_IGNORE_THREAD
14402
14403                 use Hiroyuki's threading instead.
14404
14405
14406
14407 2001-08-15 [paul]
14408
14409         * src/account.c
14410                 use Hiroyuki's 0.5.3 column scheme but also
14411                 include the enable/disable button.
14412         * src/pixmaps/mark.xpm
14413                 add Hiroyuki's amended pixmap
14414
14415 2001-08-13 [christoph]
14416
14417         * src/account.c
14418                 receive at get all column showed wrong state for APOP
14419                 button should only work for POP3 and APOP accounts
14420         * src/prefs_account.c
14421                 added missing preprocessor statement for SSL
14422
14423 2001-08-12 [paul]
14424
14425         * src/account.[ch]
14426                 add 'receive at get all' column and enable/disable
14427                 button.
14428
14429 2001-08-06 [christoph]
14430
14431         * src/account.c
14432                 show usage of SSL in protocol column
14433
14434         * src/imap.c
14435         * src/inc.c
14436                 renamed ssl options
14437
14438         * src/prefs_account.[ch]
14439                 moved ssl options to a new page
14440
14441         * src/send.c
14442         * src/smtp.c
14443         * src/ssl.[ch]
14444                 renamed ssl options
14445                 added support for SMTP STARTTLS command
14446
14447 2001-08-05 [christoph]
14448
14449         * configure.in
14450                 debian autoconf needs version check to find
14451                 correct autoconf version. if the file is
14452                 named configure.in 2.13 is used, which does
14453                 not work with this configure.in script.
14454                 other solution would be to rename the script
14455                 to configure.ac as suggested in the autoconf
14456                 manual.
14457
14458         * src/inc.c
14459                 disable final error popup if popups are
14460                 diabled in config
14461
14462         * src/socket.c
14463                 bugfix in ssl_gets
14464                 fixes IMAP over SSL problem
14465
14466 2001-08-03 [paul]
14467
14468         * configure.in
14469                 change to 0.5.2claws1
14470
14471         * sync with sylpheed 0.5.2cvs1
14472
14473 2001-08-02 [alfons]
14474
14475         * configure.in
14476                 quick fix for ispell detection...
14477
14478 2001-08-01 [paul]
14479
14480         * configure.in
14481                 change to 0.5.1claws4
14482
14483         * sync with sylpheed 0.5.1cvs7
14484
14485 2001-07-31 [alfons]
14486
14487         * src/prefs_common.c, src/prefs_common.h, 
14488           src/gtkspell.c, src/gtkspell.h
14489                 add global spelling checker settings (compose tab) +
14490                 selection of dictionary 
14491           
14492         * configure.in  
14493                 guess valid ispell location
14494
14495 2001-07-31 [paul]
14496
14497         * po/POTFILES.in
14498                 removal of 'src/quote_fmt_parse.c'
14499         * po/de.po
14500                 Updated de.po
14501                 (submitted by Jens Oberender <didge@suse.de>)
14502
14503 2001-07-31 [darko]
14504
14505         * src/folder.[ch]
14506         * src/folderview.[ch]
14507         * src/mainwindow.c
14508         * src/mh.c
14509         * src/prefs_common.[ch]
14510         * src/summaryview.c
14511                 target folder colourization
14512
14513 2001-07-30 [paul]
14514
14515         more sync with Sylpheed 0.5.1cvs6 
14516
14517 2001-07-30 [darko]
14518
14519         * src/mh.c
14520         * src/prefs_folder_item.[hc]
14521         * src/summaryview.c
14522                 shared folders support with a GUI
14523
14524 2001-07-29 [paul]
14525
14526         0.5.1claws3
14527
14528         * sync with Sylpheed 0.5.1cvs6
14529
14530 2001-07-29 [paul]
14531
14532         * po/pt_BR.po
14533                 updated
14534                 (submitted by Fabio Junior Beneditto)
14535
14536 2001-07-28 [paul]
14537
14538         * src/procmime.c
14539         * AUTHORS
14540                 patch to correct bad image mime headers
14541                 (submitted by Don Quijote <dq@searchlores.org>)
14542
14543 2001-07-28 [paul]
14544
14545         * tools/gif2xface.pl   **NEW FILE**
14546         * tools/README
14547                 script to convert file.gif to file.xface for
14548                 use in a custom header.
14549                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14550
14551 2001-07-27 [alfons]
14552         
14553         * configure.in
14554                 change macros for detecting JPilot and LDAP
14555
14556 2001-07-27 [christoph]
14557
14558         * src/filtering.c
14559                 code cleanup (MIN / MAX warning, needed casting)
14560
14561 2001-07-27 [alfons]
14562
14563         * procheader.c
14564                 disallow setting flags when detecting certain headers
14565                 (X-Status, Status, Seen, X-Seen). 
14566         
14567         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14568
14569 2001-07-27 [christoph]
14570
14571         * src/prefs_filter.c
14572         * src/prefs_filtering.c
14573         * src/prefs_matcher.c
14574         * src/prefs_scoring.c
14575                 scroll list when moving rows up or down
14576
14577         * src/imap.c
14578         * src/imap.h
14579         * src/prefs_account.c
14580         * src/prefs_account.h
14581         * src/send.c
14582                 SMTP over SSL (untested, feedback requested)
14583                 IMAP over SSL
14584
14585         * src/ssl.c
14586                 code cleanup
14587
14588 2001-07-26 [alfons]
14589         
14590         * configure.in, acconfig.h
14591                 define CLAWS (need this for main / claws detection)
14592
14593 2001-07-25 [alfons]
14594
14595         * configure.in
14596                 Sylpheed 0.5.1claws2
14597                 
14598         * sync with Sylpheed 0.5.1cvs4
14599
14600 2001-07-25 [christoph]
14601
14602         * src/scoring.c
14603                 fixed segfault
14604                 item->prefs == NULL (don't know why)
14605
14606 2001-07-25 [alfons]
14607
14608         * configure.in
14609                 Sylpheed 0.5.1claws1
14610
14611         * sync with Sylpheed 0.5.1cvs1-3
14612
14613 2001-07-24 [christoph]
14614
14615         * src/folderview.c
14616         * src/prefs_folder_item.[ch]
14617                 added folderitem preferences dialog with
14618                 default To: and auto request return receipt
14619
14620         * src/compose.[ch]
14621         * src/menu.[ch]
14622                 changes to handle new folderitem preferences
14623
14624         * src/mainwindow.c
14625         * src/summaryview.c
14626                 call compose new mail with current folderitem
14627
14628 2001-07-24 [alfons]
14629
14630         Release Sylpheed 0.5.1claws
14631
14632         * configure.in
14633                 change to release version 0.5.1claws
14634
14635 2001-07-24 [christoph]
14636
14637         * src/summaryview.c
14638                 fixed segfault that happend when the selected
14639                 message was removed while retrieving new messages.
14640
14641         * po/es.po
14642                 updated translation
14643                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14644
14645 2001-07-22 [alfons]
14646
14647         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14648         this is a work in progress, for more information: http://nlpagan.net/sylman 
14649         
14650         * configure.in, src/mainwindow.c, manual/Makefile.am
14651                 add support for English manual
14652
14653         * AUTHORS
14654                 add authors of user manuals
14655
14656         * manual/en/sylpheed*.html
14657                 add English documentation
14658
14659 2001-07-22 [christoph]
14660
14661         * po/POTFILES.in
14662                 added src/ssl.c
14663         * src/ssl.c
14664                 changed a wrong debug message
14665
14666 2001-07-22 [alfons]
14667
14668         * po/nl.po
14669                 update Dutch translation
14670
14671         * src/prefs_filtering.c, 
14672           src/prefs_matcher.c
14673                 add more translatable strings           
14674
14675 2001-07-21 [alfons]
14676
14677         0.5.0claws7
14678
14679         * configure.in
14680                 change version
14681
14682         * src/inc.c, src/summaryview.[ch]
14683                 prevent update of mark file when filtering has done, by
14684                 using a variable; this affects two functions:
14685                         inc.c::inc_finished()
14686                         summaryview.c::summary_show()
14687
14688 2001-07-20 [alfons]
14689
14690         * src/filtering.[ch], src/prefs_filtering.c, 
14691           src/matcher.[ch]
14692                 add filtering action for label coloring 
14693
14694         * po/POTFILES.in
14695                 add labelcolors.c
14696
14697         * added src/labelcolors.c
14698         * added src/labelcolors.h
14699         * src/Makefile.am, src/summaryview.c
14700                 rearrange label coloring code
14701
14702         * src/procmsg.h
14703                 add more parentheses so label colouring works correctly
14704
14705         * src/filtering.c
14706                 don't really delete message, but move it to Trash
14707
14708         * src/prefs_matcher.c
14709                 add quote options to info dialog
14710
14711 2001-07-20 [christoph]
14712
14713         * src/Makefile.am
14714         * src/inc.c
14715         * src/main.[ch]
14716         * src/socket.h
14717         * src/ssl.[ch] (new)
14718                 moved ssl stuff to a seperate file
14719
14720 2001-07-20 [darko]
14721
14722         * src/summaryview.c
14723                 fix show sender using address book with no e-mail
14724                 address in From: field
14725
14726 2001-07-19 [alfons]
14727
14728         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14729                 fix messy handling of escaping... now at least the
14730                 execute command is useful. escape char is '\', we
14731                 accept \n and \r too. 
14732
14733                 Real life example:
14734                 
14735                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14736                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14737
14738 2001-07-18 [alfons]
14739
14740         0.5.0claws6
14741
14742         * src/summaryview.c
14743                 clean up
14744
14745         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14746           src/procmsg.[ch]
14747                 revise filtering; currently move, copy, marking have
14748                 been tested. if you like bleeding edge stuff, you
14749                 should definitely go for this version :)
14750
14751         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14752
14753 2001-07-17 [christoph]
14754
14755         * src/utils.c
14756                 timestamp log
14757
14758 2001-07-17 [alfons]
14759
14760         0.5.0claws5
14761
14762         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14763           bits in the mark file, without affecting either branch. Lots of
14764           files changed, also in claws branch.
14765
14766           UNTESTED: use of mbox folders
14767
14768         * src/summaryview.c
14769                 added mark all read; however this was a quick hack used for
14770                 cleaning up mess after initial merge with Hiroyuki
14771
14772         * configure.in
14773                 change claws version number back to 0.5.0claws5 to clear up 
14774                 confusion & pretension (recent release was technically 
14775                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14776
14777 2001-07-16 [alfons]
14778
14779         sync with Hiroyuki's 0.5.0cvs4
14780
14781 2001-07-16 [alfons]
14782
14783         0.5.1claws3
14784
14785         * src/filtering.[ch]
14786                 remove invalid updating of mark files for 
14787                 filter actions MATCHING_ACTION_MOVE and 
14788                 MATCHING_ACTION_DELETE; this should fix the
14789                 folder update bug
14790                 
14791         * src/procmsg.c
14792                 revert Christoph's stab at fixing the folder 
14793                 update bug
14794
14795         * po/POTFILES.in
14796                 add missing files with translatable strings
14797
14798         * src/summaryview.c
14799                 remove debug print
14800
14801 2001-07-15 [alfons]
14802
14803         * src/addr_compl.[ch], src/prefs_filtering.c
14804                 make "filtering pref dialog's destination entry" an
14805                 "address completable entry", if filter destination is 
14806                 an email address
14807
14808         0.5.1claws2
14809         
14810         sync with Hiroyuki's 0.5.0cvs2-3
14811
14812 2001-07-15 [christoph]
14813
14814         * src/procmsg.c
14815                 fixed folder stats update after incorporation
14816
14817 2001-07-15 [alfons]
14818
14819         * src/summaryview.c
14820                 * finish label colouring stuff (for now)
14821                 * fix incorrect colour bug (off by one) 
14822
14823 2001-07-14 [alfons]
14824
14825         * src/mainwindow.c
14826                 change text labels for news and mail message so there's
14827                 plenty of toolbar estate left
14828
14829         * configure.in
14830                 0.5.1claws1
14831
14832         * src/folderview.c
14833           src/folder.[ch]
14834                 sync with Hiroyuki's 0.5.0cvs1
14835
14836         * src/summaryview.c
14837                 more rewrite label colouring
14838
14839 2001-07-14 [alfons]
14840
14841         * src/summaryview.[ch]
14842                 * start rewrite label colouring 
14843                 * fix proper location "Add Sender To Addressbook" menu item
14844
14845 2001-07-13
14846
14847         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14848         (actually this is 0.5.0claws4)
14849
14850 2001-07-13 [alfons]
14851
14852         * po/pt_BR.po
14853                 * fix duplicate message
14854                 * add updated Portugese / Brazilian translation
14855                   submitted by Fabio Junior Beneditto
14856
14857 2001-07-12 [alfons]
14858
14859         * AUTHORS
14860                 add Jens
14861
14862         * po/nl.po
14863                 add updated Dutch translation
14864
14865         * po/de.po
14866                 add updated German translation submitted by Jens
14867
14868 2001-07-11 [alfons]
14869
14870         Prerelease before 0.5.0claws. Please test.
14871         This version is temporarily tagged as VERSION_0_5_0_TEST
14872
14873         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14874           src/prefs_scoring.c, src/prefs_matcher.c, 
14875           src/prefs_filtering.c, src/mbox.c, 
14876           src/main.c, src/inc.c, src/filtering.[ch]
14877                 revert new Hoa's new matcher (does not work yet)
14878
14879         * src/Makefile.am
14880                 clean up
14881
14882 2001-07-10
14883
14884         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14885
14886
14887 2001-07-10 [alfons]
14888
14889         * Makefile.am
14890                 add ChangeLog.claws to EXTRA_DIST
14891         * src/Makefile.am
14892                 add matcher_parser_parse.h to EXTRA_DIST
14893
14894 2001-07-10 [christoph]
14895
14896         * src/inc.c
14897                 add destination folder to table of
14898                 folders that need to be updated after
14899                 incorporation
14900
14901 2001-07-10 [alfons]
14902
14903         * folder.[ch]
14904           folderview.c
14905                 make collapse state of folders and folder items persistent, i.e.
14906                 if you collapse a folder tree, the next time sylpheed-claws starts 
14907                 up the folder tree remains collapsed.  
14908                 
14909 2001-07-10 [christoph]
14910
14911         * acconfig.h
14912         * configure.in
14913                 added --enable-ssl
14914         * src/md5.[ch]
14915                 renamed MD5_CTX to MD5_CTX_syl
14916                 conflicts with a struct in openssl
14917         * src/inc.c
14918         * src/main.[ch]
14919         * src/prefs_account.[ch]
14920         * src/socket.[ch]
14921                 SSL support for POP
14922         * src/mainwindow.c
14923                 fixed compose with current account
14924                 broken by new compose button stuff
14925
14926 2001-07-09 [hoa]
14927
14928         * AUTHORS
14929                 changed my email address
14930
14931         * src/matcher_parser_parse.y
14932                 clean the parser to remove conflicts
14933
14934 2001-07-09 [alfons]
14935
14936         * AUTHORS
14937                 add Match Grun
14938
14939         * configure.in
14940                 fix incorrect description of --enable-ldap parameter
14941
14942         * src/prefs_common.[ch]
14943           src/compose.c
14944                 add experimental option "smart wrapping" which makes the
14945                 compose editor auto wrap.
14946                 
14947                 | TODO: the problem with the buggy cursor handling is caused |
14948                 | by the GtkText. when deleting / backspacing text its       |
14949                 | wrapping algorithm does not take in account the previous   |
14950                 | line. should find a way to hack this in.                   |
14951                 | or should perhaps combine this with the word wrapping      |
14952                 | patch i wrote in january.                                  |
14953
14954         * src/about.c
14955                 show build parameters for LDAP and JPilot
14956
14957         * src/summaryview.c
14958                 revert Christoph's bugfix for selecting next unread message, 
14959                 because folder stats aren't updated correctly
14960
14961 2001-07-08 [hoa]
14962
14963         * src/filtering.c
14964         * src/mainwindow.c
14965         * src/matcher.c
14966         * src/matcher_parser_lex.l
14967         * src/matcher_parser_parse.y
14968         * src/prefs_filtering.c
14969         * src/prefs_scoring.c
14970         * src/scoring.c
14971                 bugfix of the config file parser
14972
14973 2001-07-08 [alfons]
14974
14975         * src/Makefile.am
14976                 added generated matcher sources to BUILT_SOURCES
14977
14978 2001-07-08 [hoa]
14979
14980         * src/Makefile.am
14981         * src/.cvsignore
14982                 added new config file parser
14983
14984         * src/scoring.[ch]
14985         * src/filtering.[ch]
14986         * src/matcher.[ch]
14987         * src/prefs_filtering.c
14988         * src/prefs_matcher.c
14989         * src/prefs_scoring.c
14990         * added src/matcher_parser.h
14991         * added src/matcher_parser_lex.h
14992         * added src/matcher_parser_lex.l
14993         * added src/matcher_parser_parse.y
14994                 lex & yacc config file parser
14995
14996         * src/mbox.c
14997         * src/inc.c
14998         * src/main.c
14999                 changes prefs_filtering into global_filtering           
15000
15001         * src/summaryview.c
15002                 build threads with subjects only if "Re: " is at the
15003                 beginning of the subject
15004
15005 2001-07-07 [paul]
15006
15007         0.5.0claws
15008
15009         sync with sylpheed 0.5.0
15010                 change of version number only
15011
15012 2001-07-06 [paul]
15013
15014         0.5.0claws5
15015
15016         sync with sylpheed 0.5.0pre5
15017
15018 2001-07-05 [paul]
15019
15020         sync with sylpheed 0.5.0pre4 release
15021                 /po and /manual/ja not sync'ed
15022
15023 2001-07-04 [paul]
15024
15025         more sync with sylpheed 0.5.0pre4
15026
15027 2001-07-03 [christoph]
15028
15029         * src/addressbook.c
15030                 fixed address book broken by address book
15031                 for VCard, JPilot, LDAP
15032
15033 2001-07-03 [alfons]
15034
15035         * src/matcher.c
15036         * src/textview.c
15037                 stopped memory leaks
15038
15039 2001-07-03 [paul]
15040
15041         more sync with sylpheed 0.5.0pre4
15042
15043 2001-07-02 [match]
15044
15045         * included address book patch for VCard, JPilot, LDAP
15046         * pref_common.c - fixed Font options on Display tab (cosmetic)
15047         * alertpanel.c - fixed truncated message
15048
15049 2001-07-02 [christoph]
15050
15051         * src/mbox_folder.c
15052         * src/procmsg.[ch]
15053         * src/summaryview.c
15054                 mark threads for ignoring
15055
15056 2001-07-02 [paul]
15057
15058         0.5.0claws4
15059
15060         * sync with sylpheed 0.5.0pre4
15061                 updated gettext to 0.10.38.
15062
15063 2001-07-01 [paul]
15064
15065         * src/ mainwindow.c
15066         * src/procmsg.h
15067         * src/summaryview.[ch]
15068                 new right-click option: Label.
15069                 substitute for 'Mark-->Mark/Unmark', colours the line.
15070                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15071
15072 2001-07-01 [christoph]
15073
15074         * src/folderview.c
15075                 fixed font for trash
15076         * src/summaryview.c
15077                 move ctree to unread message
15078
15079 2001-07-01 [paul]
15080
15081         * sync with sylpheed 0.5.0pre3 release
15082
15083 2001-06-30 [alfons]
15084
15085         * src/filesel.[ch]
15086         * src/compose.c
15087                 allow inserting / attaching multiple files in
15088                 the composer window
15089
15090 2001-06-30 [paul]
15091
15092         * src/codeconv.c
15093                 small change to Alfons' previous stuff so that it
15094                 actually makes
15095
15096 2001-06-30 [alfons]
15097
15098         * lots of files changed; first attempt to merge the changes
15099           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15100
15101 2001-06-30 [paul]
15102
15103         * po/pt_BR.po
15104                 updated and completed, translations by Fabio
15105                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15106
15107 2001-06-29 [alfons]
15108
15109         * src/compose.c
15110         * src/mimeproc.[ch]
15111                 allow selecting an attached files' mime type from a 
15112                 list of types.
15113
15114 2001-06-29 [paul]
15115
15116         * more sync with sylpheed 0.5.0pre3
15117
15118 2001-06-29 [paul]
15119
15120         * po/pt_BR.po
15121                 merge with sylpheed.pot and pt_BR.po provided by
15122                 Fabio Junior Beneditto.
15123
15124 2001-06-29 [darko]
15125
15126         * src/procmime.c
15127                 make MIME types case insensitive
15128
15129 2001-06-28 [alfons]
15130
15131         * po/nl.po
15132                 merge with sylpheed.pot and old nl.po; translations added.
15133
15134 2001-06-28 [paul]
15135
15136         * more sync with sylpheed 0.5.0pre3
15137
15138 2001-06-27 [alfons]
15139
15140         * src/summaryview.c
15141                 don't crash when removing parent node of messages
15142                 attracted by subject. this was caused by not deleting
15143                 the parent node from the subject line hash table.
15144
15145 2001-06-27 [alfons]
15146
15147         * src/summaryview.c
15148         * src/compose.[ch]
15149         * src/mainwindow.c
15150                 if there are multiple messages selected, allow forwarding
15151                 them as attachments.
15152
15153 2001-06-27 [paul]
15154
15155         * more sync with sylpheed 0.5.0pre3
15156
15157 2001-06-26 [paul]
15158
15159         0.5.0claws3
15160
15161         * sync with sylpheed 0.5.0pre3
15162
15163 2001-06-25 [paul]
15164
15165         * src/mainwindow.c
15166                 fixed 'compose news article' bug
15167                 from icon-and-text toolbar
15168
15169 2001-06-25 [paul]
15170
15171         * sync with sylpheed 0.5.0pre2 release
15172
15173 2001-06-24 [christoph]
15174
15175         * src/prefs_common.c
15176                 bug fix in font selection
15177         * src/folderview.c
15178                 use sylpheed's normal font instead of
15179                 gtk default font for folders without
15180                 new messages
15181
15182 2001-06-24 [alfons]
15183
15184         * src/mainwindow.[ch]
15185                 added composite compose mail / news button (an idea by Leandro
15186                 Pereira <leandro@linuxmag.com.br>)
15187
15188 2001-06-24 [paul]
15189
15190         Added instructions for ldif-to-xml.py
15191
15192         * tools/README
15193
15194 2001-06-23 [alfons]
15195
15196         Some minor things.
15197
15198         * src/pixmaps/stock_news_compose.xpm
15199                 added pixmap by Leandro
15200         * src/prefs_common.c
15201                 tested built-in spelling checker of GCC 3.0 :)
15202         * po/nl.po
15203                 merged dutch translation of sylpheed-main with
15204                 sylpheed.pot
15205
15206 2001-06-23 [paul]
15207
15208         Added tools directory and files.
15209
15210         * tools/filter_conv.pl
15211                 converts old filter system to new filtering system
15212         * tools/ldif-to-xml.py
15213                 converts netscape addressbook to sylpheed addressbook
15214         * tools/README
15215                 descriptions/instructions for above two files
15216
15217 2001-06-23 [christoph]
15218
15219         * src/inc.c
15220         * src/manage_window.[ch]
15221         * src/prefs_common.[ch]
15222                 mail retrieval dialog can be enabled, disabled
15223                 or hidden if non of sylpheed's windows is active
15224
15225 2001-06-22 [paul]
15226
15227         0.5.0claws2
15228
15229         * sync with sylpheed 0.5.0pre2
15230
15231 2001-06-21 [christoph]
15232
15233         * src/summaryview.c
15234                 show recipient on 'from' for all accounts
15235                 
15236         * src/inc.c
15237         * src/prefs_common.[ch]
15238                 disable error popup on mail receive errors
15239
15240 2001-06-21 [alfons]
15241
15242         * src/compose.c
15243                 made the ruler correctly appear and disappear.
15244
15245         * src/Makefile.am
15246                 removed Hoa's work-in-progress-stuff (interesting!) so 
15247                 claws compiles ok.
15248
15249 2001-06-20 [christoph]
15250
15251         * src/inc.c
15252         * src/progressdialog.c
15253                 added scrolled window for list in progressdialog
15254
15255 2001-06-20 [paul]
15256
15257         sync with sylpheed 0.5.0pre1 release
15258
15259 2001-06-20 [christoph]
15260
15261         * src/summeryview.c
15262                 make building threads by subject work when
15263                 thread view is enabled
15264                 
15265         * src/compose.c
15266         * src/prefs_common.[ch]
15267                 automatically select account for mail replys
15268
15269 2001-06-19 [sergey]
15270
15271         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15272         they are filled in from the account settings.
15273
15274 2001-06-19 [paul]
15275
15276         * more sync with sylpheed 0.5.0pre1
15277
15278 2001-06-18 [alfons]
15279
15280         * src/Makefile.am,
15281           src/procmime.c
15282                 added --sysconfdir to CPPFLAGS for pointing to the correct
15283                 location of mime.types. 
15284
15285                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15286                 or ./configure!
15287
15288 2001-06-18 [hoa]
15289
15290         * src/summaryview.c
15291                 fixed some bug when building threads
15292
15293 2001-06-18 [pau]l
15294
15295         * src/prefs_account.c
15296                 UI stuff: More changes to the English
15297
15298 2001-06-18 [paul]
15299
15300         * src/pixmaps/stock_news_compose.xpm: new file
15301         * src/Makefile.am
15302         * src/mainwindow.c
15303         * src/summaryview.c
15304                 Added new icon for Hoa's 'compose a news
15305                 message', plus minor improvements to the
15306                 English
15307
15308         * po/ja.po
15309         * ChangeLog
15310         * ChangeLog.jp
15311                 more sync with sylpheed 0.5.0pre1
15312
15313 2001-06-18 [hoa]
15314
15315         * src/compose.[ch]
15316         * src/mainwindow.c
15317                 Follow-up and reply to
15318
15319         * src/summaryview.[ch]
15320                 Build threads also with subjects
15321
15322 2001-06-17 [hoa]
15323
15324         * src/compose.c
15325                 forwarding use the current account.
15326
15327         * src/mainwindow.c
15328                 the "compose message" button has been replaced with
15329                 "new mail" and "new news" buttons
15330
15331         * src/prefs_common.[ch]
15332                 added a configuration option to use the forward button
15333                 as "forward as attachment"
15334                 changed reply and forward format description
15335
15336         * src/quote_fmt_lex.l
15337         * src/quote_fmt_parse.y
15338                 added message with no signature in format for reply
15339                 and forward.
15340
15341 2001-06-17 [paul]
15342
15343         Minor UI stuff
15344
15345         * src/mainwindow.c
15346         * src/summaryview.c
15347                 Improvements to the English
15348
15349         * src/prefs_common.c
15350                 Improvements to the English and some
15351                 clarity/continuity improvements in the
15352                 description of Quote symbols.
15353
15354 2001-06-17 [paul]
15355
15356         0.5.0claws1
15357
15358         * sync with sylpheed 0.5.0pre1
15359
15360 2001-06-17 [hoa]
15361
15362         * src/compose.c
15363                 Better interface for compose, displayed fields
15364                 are updated whenever we change account.
15365                 Newsgroups field is automatically filled.
15366
15367         * src/mainwindow.c
15368                 Newsgroups field is automatically filled.
15369
15370         * src/prefs_account.c
15371                 Some interface stuff when fields appear and
15372                 disappear.
15373
15374 2001-06-16 [paul]
15375
15376         0.4.99claws
15377
15378         * sync with sylpheed 0.4.99
15379
15380 2001-06-16 [sergey]
15381
15382         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15383         base64_decoder_free, base64_decoder_decode): new object and
15384         functions for decoding base64 streams.
15385         * src/procmime.c (procmime_decode_content): modified to use the
15386         new base64 decoder.
15387
15388 2001-06-15 [paul]
15389
15390         0.4.99claws10
15391
15392         * sync with sylpheed 0.4.99cvs11
15393
15394 2001-06-13 [paul]
15395
15396         0.4.99claws9
15397
15398         * sync with sylpheed 0.4.99cvs9
15399
15400 2001-06-13 [hoa]
15401
15402         * src/compose.c
15403         * src/prefs_account.c
15404
15405                 SMTP server can be defined in the news account
15406                 mime type of attachment are kept.
15407
15408         * src/summaryview.c
15409
15410                 now choose the highest important score between default
15411                 and important score of folder.
15412
15413 2001-06-09 [alfons]
15414         
15415         * src/prefs_common.c: 
15416
15417                 (prefs_quote_description_create): corrected description of 
15418                 quote format characters
15419
15420 2001-06-09 [paul]
15421
15422         0.4.99claws8
15423
15424         * sync with sylpheed 0.4.99cvs8
15425
15426 2001-06-08 [sergey]
15427
15428         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15429         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15430
15431 2001-06-08 [paul]
15432
15433         0.4.99claws7
15434
15435         * sync with sylpheed 0.4.99cvs7
15436
15437 2001-06-06 [sergey]
15438
15439         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15440         clashes with autogenerated header).
15441         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15442         * src/Makefile.am: added quote_fmt.h.
15443         * src/.cvsignore: added lex/yacc autogenerated files
15444         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15445
15446 2001-06-06 [paul]
15447
15448         0.4.99claws6
15449
15450         * sync with sylpheed 0.4.99cvs6
15451
15452 2001-06-06 [hoa]
15453
15454         * added src/quote_fmt_parse.h
15455         * src/compose.c
15456                 removed warnings
15457
15458         * src/prefs.[ch]
15459                 don't modify readonly configuration files
15460
15461         * src/prefs_account.c
15462         * src/prefs_common.c
15463         * src/prefs_customheader.c
15464         * src/prefs_display_header.c
15465         * src/prefs_filter.c
15466         * src/prefs_filtering.c
15467         * src/prefs_scoring.c
15468                 don't open dialog box when configuration files
15469                 are readonly
15470
15471 2001-06-05 [sergey]
15472
15473         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15474
15475         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15476         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15477         BUILT_SOURCES to make all files rebuild properly.
15478
15479         * src/compose.c: removed #include "quote_fmt.tab.h".
15480
15481         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15482         CHARACTER value in yylval.
15483
15484         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15485         receive CHARACTER value by documented means (yylval).
15486
15487         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15488
15489 2001-06-05 [hoa]
15490
15491         * src/Makefile.am
15492                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15493
15494         * src/filtering.c
15495         * src/matcher.c
15496         * src/matcher.h
15497         * src/prefs_filtering.c
15498                 now keep the configuration for execute action
15499
15500         * src/mbox_folder.c
15501                 fixed a warning
15502
15503 2001-06-05 [paul]
15504
15505         * sync with sylpheed 0.4.99cvs5
15506
15507 2001-06-05 [hoa]
15508
15509         * src/Makefile.am
15510                 added quote_fmt.[ch]
15511
15512         * added src/quote_fmt.y
15513         * added src/quote_fmt.l
15514         * added src/quote_fmt.tab.h
15515         * added src/quote_fmt.tab.c
15516         * added src/lex.quote_fmt.c
15517                 parsing configuration for replying
15518                 and forwarding
15519
15520         * src/prefs_common.[ch]
15521                 added configuration UI for replying
15522                 and forwarding
15523
15524         * src/compose.c
15525                 using configuration for replying
15526                 and forwarding
15527
15528 2001-06-04 [hoa]
15529
15530         * src/filtering.c
15531         * src/matcher.c
15532         * src/matcher.h
15533         * src/prefs_filtering.c
15534         * src/prefs_matcher.c
15535         * src/prefs_matcher.h
15536                 action "run a command" for filtering
15537                 and matching with a command.
15538                 fixed the "whole message" matching
15539
15540         * src/mbox_folder.c
15541                 changed temporary filename for security
15542
15543         * src/messageview.c
15544                 queue the notification if it fails to send.
15545
15546         * src/prefs_common.c
15547         * src/prefs_folder_item.c
15548                 changed the default important score             
15549
15550         * src/prefs_scoring.c
15551         * src/scoring.c
15552                 hide kill score input when the folder is not
15553                 a newsgroup
15554
15555 2001-06-03 [alfons]
15556
15557         * src/prefs_common.c:
15558
15559                 (prefs_font_select): pass font name in font entry box to font
15560                 selection dialog.
15561
15562 2001-06-03 [sergey]
15563
15564         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15565
15566 2001-06-03 [paul]
15567
15568         * sync with sylpheed 0.4.99cvs4
15569
15570 2001-06-03 [alfons]
15571
15572         * src/headerwindow.c:
15573
15574                 (headerwindow_show_cb): use the selected summary view item, not
15575                 the displayed item.
15576
15577 2001-06-02 [alfons]
15578
15579         * src/headerwindow.c:
15580
15581                 (headerwindow_show_cb): always try to show msginfo
15582
15583 2001-06-02 [hoa]
15584
15585         * src/compose.c
15586                 keep attached parts when reediting or forwarding.
15587
15588 2001-06-01 [hoa]
15589
15590         * src/folderview.c
15591         * src/prefs_folder_item.[ch]
15592         * src/prefs_scoring.[ch]
15593         * src/scoring.[ch]
15594         * src/summaryview.[ch]
15595         * src/main.c
15596         * src/mainwindow.c
15597         * src/prefs_common.[ch]
15598                 support for folder scoring
15599                 kill score and important score for messages
15600         
15601         * src/prefs_account.c
15602                 some display bug fixed for local account
15603                 preferences
15604
15605 2001-05-31 [alfons]
15606
15607         * src/summaryview.c:
15608
15609                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15610                 sender to address book menu item is disabled.
15611
15612 2001-05-30 [hoa]
15613
15614         * src/filtering.[ch]
15615         * src/summaryview.c
15616                 handling summary menu / filter messages
15617
15618         * src/folder.[ch]
15619                 add some stuff
15620
15621         * src/foldersel.c
15622                 imap folders now appears in list
15623
15624         * src/mbox_folder.c
15625                 doesn't crash if destination mail is not writeable
15626
15627 2001-05-29 [hoa]
15628
15629         * src/compose.c
15630                 removed some warnings
15631
15632         * src/filtering.c
15633         * src/folder.[ch]
15634         * src/prefs_filtering.c
15635                 global string to identify any folders           
15636                 removed some debug info
15637                 filtering to mbox folders is now possible
15638
15639         * src/mainwindow.c
15640                 removed some warnings
15641
15642         * src/mbox_folder.c
15643                 permission on files are changed to read/write for user only,
15644                 nothing for other.
15645                 creation of subfolder is handled better.
15646
15647 2001-05-28 [alfons]
15648
15649         Verified the sync for src/prefs_common.[ch] and
15650         src/prefs_account.[ch]. I believe there were some
15651         minor indentation differences.
15652
15653 2001-05-28 [paul]
15654
15655         0.4.99claws3
15656
15657         * sync with 0.4.99cvs3
15658
15659 2001-05-28 [hoa]
15660
15661         * src/compose.c
15662                 handling flags for mbox format
15663
15664         * src/filtering.c
15665                 use of mark file only for MH format
15666                 handling flags for mbox format
15667                 filtering cannot yet move or copy mails to mbox folders.
15668
15669         * src/folder.[ch]
15670                 changed move_msg, copy_msg,
15671                 move_msgs_with_dest, copy_msgs_with_dest functions
15672                 uses only folder->copy_msg() function
15673                 uses folder->finished_copy() to handle the destination
15674                 folder at the end of the copy or move operation.
15675
15676         * src/foldersel.c
15677                 included mbox directories.
15678
15679         * src/folderview.[ch]
15680         * src/mainwindow.c
15681                 handle folders operation for mbox format
15682
15683         * src/mbox.c
15684                 disable conversion of "From " header
15685
15686         * src/mbox_folder.[ch]
15687                 completion of mbox format handling
15688
15689         * src/mh.c
15690                 changed mh_copy_msg() function and
15691                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15692                 mh_copy_msgs_with_dest()
15693
15694         * src/prefs_filtering.c
15695                 removed some warnings
15696
15697         * src/prefs_matcher.c
15698                 default boolean operation is AND
15699
15700         * src/procheader.c
15701                 handling flags for mbox format
15702                 handling of "From " header
15703
15704         * src/procmsg.[ch]
15705                 removed data field
15706                 added MSG_REALLY_DELETED flags to handle deletion of
15707                 messages in mbox format.
15708
15709         * src/summaryview.c
15710                 handling flags for mbox format
15711                 disable the MSG_DELETED flags when messages
15712                 are deleted in mbox format
15713
15714         * src/textview.c
15715                 "From " headers display fixed.
15716
15717 2001-05-27 [alfons]
15718
15719         * src/textview.c:
15720                 
15721                 (get_email_part): skip quoted email addresses, like in e.g.
15722                 "'alfons@proteus.demon.nl'".
15723
15724 2001-05-26 [alfons]
15725
15726         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15727         and fixing the persistence troubles when using separate windows.
15728
15729         * src/mainwindow.c:
15730         
15731             Added #define SEPARATE_ACTION used in the gtk item factory for 
15732             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15733                 use gtk_item_factory_get_widget_by_action() to get the items.
15734                 
15735             Removed separate_widget_cb from the gtk item factory data   
15736           
15737             (mainwindow_create): connect separate_widget_cb() to check
15738             menu item "toggled" signal. also passing a MainWindow pointer
15739                 as object data for both check menu items.
15740                 
15741             (separate_widget_cb): definition of separate_widget_cb() to match
15742             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15743                 window using gtk_object_get_data(). The type of window separation 
15744                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15745         
15746         * src/prefs_filtering.c,
15747           src/prefs_matcher.c: added horizontal scrollbars
15748
15749 2001-05-25 [darko]
15750
15751         * src/headerview.c
15752                 fix segfault with invalid bold font
15753         * src/summaryview.c
15754                 correctly display summary stats after row is marked
15755
15756 2001-05-23 [sergey]
15757
15758         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15759         encodings with libjconv.
15760
15761 2001-05-23 [hoa]
15762
15763         * src/Makefile.am
15764                 added mbox_folder.[ch]
15765         * src/defs.h
15766                 mbox temporary folder
15767         * src/folder.[ch]
15768         * added src/mbox_folder.[ch]
15769         * src/folderview.c
15770         * src/procheader.[ch]
15771                 added mbox support
15772         * src/mbox.c
15773                 bugfix for file incorporation filtering
15774         * src/imap.c
15775                 enable creation of MBOX
15776         * src/prefs_display_header.c
15777                 enable use of headers like "From "
15778                 something that should be fixed :
15779                         displaying of such headers add an extra space
15780         * src/prefs_folder_item.c
15781                 don't create folders because it is not necessary
15782         * src/procmsg.h
15783                 added data field to MsgInfo for mbox internal use
15784         * src/summaryview.c
15785                 added some support for mbox
15786         * src/utils.[ch]
15787                 added get_mbox_cache_dir() function
15788
15789 2001-05-23 [hiroyuki]
15790
15791         * src/headerwindow.c
15792           src/inc.c
15793           src/main.c
15794           src/mh.c
15795           src/nntp.c
15796           src/procmsg.h
15797           src/session.h
15798           src/socket.[ch]
15799           src/summaryview.c
15800           src/textview.c
15801           src/automaton.c
15802           src/folderview.c: more sync with 0.4.99cvs2.
15803
15804         * src/headerwindow.c: reverted.
15805
15806 2001-05-22 [paul]
15807
15808         0.4.99claws2
15809
15810         * sync with sylpheed 0.4.99cvs2
15811                 * src/news.[ch]
15812                 * src/nntp.[ch]
15813                 * INSTALL
15814                 * INSTALL.jp
15815
15816 2001-05-22 [alfons]
15817
15818         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15819
15820 2001-05-21 [alfons]
15821
15822         Minor things:
15823
15824         * configure.in: if gnome-config not found, "no" is displayed
15825         
15826         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15827
15828         * src/textview.c: now also possible to add mail addresses by right
15829           clicking in the text view
15830
15831         * src/codeconv.c: merged patch which fixes endless loop when encountering
15832           invalid wide characters; from Alte <010@imis.ru>  
15833
15834 2001-05-20 [alfons]
15835
15836         Added installation of gnome specific things:
15837
15838         * Makefile.am: gnome conditional
15839
15840         * configure.in: check for installed gnome
15841
15842         * added sylpheed.png, sylpheed.desktop
15843
15844 2001-05-20 [sergey]
15845
15846         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15847
15848         * src/mainwindow.h (main_window_toolbar_create): created a button
15849         for "Reply to all".
15850         (main_window_set_toolbar_sensitive): enable/disable the new button
15851         appropriately.
15852         (toolbar_reply_to_author_cb): handle the new button.
15853
15854         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15855         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15856         failure).
15857
15858 2001-05-19 [sergey]
15859
15860         * src/compose.h (ComposeReplyMode): new modes
15861         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15862         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15863
15864         * src/compose.c
15865         (compose_send): move some code into a new function:
15866         (compose_current_mail_account): new function.
15867         (compose_reply): new argument to_author, all callers changed; if
15868         to_author==TRUE and account->protocol==A_NNTP, find and use an
15869         appropriate mail account for replying.
15870         (compose_reply_set_entry): new argument to_author; ignore
15871         compose->replyto if to_author==TRUE.
15872
15873         * src/mainwindow.c: new command "Message/Reply to author".
15874         (main_window_set_menu_sensitive): enable/disable it.
15875         (reply_cb): handle it.
15876
15877         * src/summaryview.c: new command "Reply to author".
15878         (summary_set_menu_sensitive): enable/disable it.
15879         (summary_reply_cb): handle it.
15880
15881         * src/account.c (account_find_mail_from_address): new function.
15882
15883 2001-05-18 [paul]
15884
15885         0.4.99claws1
15886
15887         * sync with sylpheed 0.4.99cvs1
15888
15889 2001-05-18 [hoa]
15890
15891         * src/compose.[ch]
15892         * src/filtering.c
15893         * src/summaryview.c
15894                 new filtering action : forward and forward as attachment
15895
15896         * src/main.c
15897                 no need for $DISPLAY when we run sylpheed --help
15898                 call to parse_cmd_opt() is moved
15899
15900         * src/mainwindow.[ch]
15901                 execute button is hidden when immediate execute
15902                 is chosen
15903
15904         * src/mh.c
15905         * src/news.c
15906         * src/prefs_folder_item.c
15907         * src/procmsg.c
15908                 better handling of missing directories
15909
15910         * src/summaryview.c
15911                 reedit is enabled in outbox
15912                 reedit is enabled in queue
15913
15914 2001-05-17 [hoa]
15915
15916         * src/filtering.c
15917         * src/matcher.[ch]
15918         * src/prefs_filtering.c
15919                 changed attachement into attachment
15920
15921 2001-05-17 [alfons]
15922
15923         0.4.67claws4    
15924
15925         * sync with sylpheed 0.4.67cvs9
15926         * sync with sylpheed 0.4.67cvs7-8
15927
15928 2001-05-17 [hoa]
15929
15930         * src/Makefile.am
15931                 added prefs_filtering.c
15932
15933         * src/filtering.[ch]
15934         * src/matcher.[ch]
15935                 removed action : forward_news and forward_news_as_attachement
15936                 (forward and forward_as_attachement can be used instead)
15937
15938         * src/mainwindow.c
15939                 added menu option to access filtering configuration
15940
15941         * src/prefs_account.c
15942                 changed mail_command default to /usr/sbin/sendmail
15943
15944         * added src/prefs_filtering.[ch]
15945                 dialog box for filtering configuration
15946
15947         * src/prefs_matcher.c
15948                 added function prefs_matcher_get_criteria_from_matching()
15949
15950         * src/prefs_scoring.c
15951                 reset the dialog when register or substitute is clicked
15952
15953 2001-05-15 [hoa]
15954
15955         * src/Makefile.am
15956                 added filtering.[ch]
15957         * src/inc.c
15958                 using filering.[ch] instead of filter.[ch]
15959         * src/main.c
15960                 reading new filtering configuration
15961         * src/matcher.[ch]
15962                 added some filtering actions
15963                 and fixed a bug for headers and mail body matching
15964         * src/mbox.c
15965                 using filering.[ch] instead of filter.[ch]
15966         * src/mh.c
15967                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15968         * src/summaryview.c
15969                 some fixes for filtering
15970
15971 2001-05-14 [hiroyuki]
15972
15973         * src/send.c: fixed some weird indentations.
15974           send_message_with_command(): call pclose() only if p != NULL.
15975         * src/textview.c: get_email_part(): modified the code for readability.
15976
15977 2001-05-14 [hiroyuki]
15978
15979         * src/md5global.h
15980           src/md5ify.c
15981           src/md5ify.h: removed from the cvs.
15982
15983 2001-05-13 [sergey]
15984
15985         * src/main.c: include rfc2015.h to avoid compiler warnings.
15986         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15987         the panel is already on screen.
15988         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15989         closing the alert window by ESC as "No".
15990         * src/prefs_common.c (prefs_interface_create): moved return
15991         receipt check button to the correct place.
15992
15993 2001-03-13 [alfons]
15994
15995         * src/prefs_common.c: 
15996                 moved return receipt check button to the Send tab. (prefs_send_create)
15997                 removed the date format ui related globals. (prefs_display_create)
15998
15999         0.4.67claws3
16000         
16001         * sync with sylpheed 0.4.67cvs5-6
16002
16003 2001-05-13 [paul]
16004
16005         * added Alfons' font selection patch
16006
16007         * src/defs.h
16008         * src/headerwindow.c
16009         * src/prefs_common.c
16010         * src/prefs_common.h
16011
16012 2001-05-13 [hoa]
16013         * src/defs.h
16014                 changed version of cache
16015         * src/matcher.[ch]
16016         * src/prefs_matcher.c
16017                 added additionnal matching criteria
16018         * src/procheader.c
16019         * src/procmsg.[ch]
16020         * src/news.c
16021                 added references in MsgInfo
16022
16023 2001-05-12 [hoa]
16024
16025         * src/defs.h
16026                 prepared some things for new filtering
16027         * src/matcher.[ch]
16028                 added some matching properties
16029                 inreplyto need to be enhanced
16030                 prepared some things for new filtering
16031         * src/messageview.c
16032                 added Return-Receipt-To handling
16033         * src/prefs_folder_item.c
16034                 changed default value to TRUE
16035         * src/prefs_matcher.c
16036                 added some matching properties
16037         * src/prefs_scoring.[ch]
16038                 the scoring dialog is finished
16039         * src/procheader.c
16040                 added Return-Receipt-To handling
16041                 Reference need to be added
16042         * src/procmsg.[ch]
16043                 added Return-Receipt-To handling
16044                 added threadscore to get a better score sorting when
16045                 threads are enabled
16046         * src/summaryview.c
16047                 suppressed a bug when we sort the list
16048                 when no folder is opened.
16049                 better score sorting when threads are enabled
16050
16051 2001-05-12 [alfons]
16052
16053         * reverted previous patch because of potential errors 
16054
16055         0.4.67claws2
16056         
16057         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16058                 applied "toggle mail-retrieval dialog window" patch submitted 
16059                 by Eric Limpens <eric@qnt.net>
16060
16061         * sync with sylpheed 0.4.67cvs4
16062
16063 2001-05-12 [sergey]
16064
16065         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16066         some picky compilers.
16067         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16068         * src/grouplist_dialog.c: include alertpanel.h.
16069         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16070         fix compile warning.
16071         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16072         #include "defs.h" before others to prevent the warning of `MIN'
16073         and `MAX' redefinition.
16074
16075 2001-05-11 [hoa]
16076
16077         * src/main.c
16078         * src/messageview.c
16079         * src/prefs_account.c
16080         * src/prefs_display_header.c
16081                 removed warning
16082         * src/Makefile.am
16083                 added prefs_scoring.[ch]
16084         * src/grouplist_dialog.c
16085                 display an error dialog box if the group list
16086                 cannot be fetched.
16087         * src/mainwindow.[ch]
16088                 added main_window_set_thread_option() function
16089                 scoring dialog box enabled
16090         * src/matcher.[ch]
16091                 added flags matching unread /new / marked
16092                 / deleted / replied / forwarded
16093         * src/news.c
16094                 newsgroups are now finally in newscache
16095         * src/prefs_matcher.[ch]
16096                 finished preferences for matching dialog
16097         * added src/prefs_scoring.[ch]
16098                 scoring dialog box completed
16099         * src/scoring.[ch]
16100                 conversion to string : added scoringprop_to_string()
16101                 write config for preferences :
16102                 added prefs_scoring_write_config()
16103         * src/summaryview.c
16104                 threads can be enabled/disabled independently
16105                 for each folder
16106
16107 2001-05-10 [alfons]
16108
16109         0.4.67claws1
16110         
16111         * AUTHORS: 
16112                 thought it would be nice to have a list of all
16113                 contributors (used Changelog as a reference)
16114         
16115         * configure.in: 
16116                 messed up version numbering...
16117
16118         0.4.66claws1
16119
16120         * sync with sylpheed 0.4.67cvs1-3
16121
16122 2001-05-10 [darko]
16123
16124         * src/prefs_common.c:
16125                 better UI for strftime format, double clicking
16126                 on format now inserts the format in text entry
16127                 replaced close button with standard OK/Cancel
16128                 moved date format button to the right of the
16129                 text entry field
16130
16131 2001-05-09 [alfons]
16132
16133         * src/gtkstext.c:
16134                 Ctrl-Home / Ctrl-End have proper cursor navigation
16135
16136 2001-05-09 [hoa]
16137
16138         * src/prefs_matcher.c
16139                 finished UI to define matching properties
16140                 added ok and cancel button
16141         * src/prefs_filter.c
16142                 added ok and cancel button
16143         * src/news.c
16144                 fixed some bug in xhdr parsing
16145
16146 2001-05-08 [alfons]
16147
16148         * src/textview.c: 
16149                 fixed a bug in textview_show_header(), which displayed two colons (':');
16150                 cleaned up some warnings
16151
16152 2001-05-08 [hoa]
16153
16154         * src/Makefile.am
16155                 added prefs_matcher.[ch]
16156                 compilation with -W -Wall
16157         * src/alertpanel.c
16158                 ungrab the mouse events if grabbed - does it
16159                 fix the bug for disposition notification ?
16160         * src/mainwindow.c
16161                 added a menu option to open the matching dialog.
16162         * src/matcher.[ch]
16163                 added matcherprop_to_string() and matcherlist_to_string()
16164                 fixed some bugs, changed the name of some options
16165                 age_sup and age_inf becomes age_greater and age_lower,
16166                 body and messageheaders becomes body_part and headers_part,
16167                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16168         * src/prefs_display_header.c
16169         * src/prefs_headers.c
16170                 fixed a bug that accidentally destroyed dialogs
16171                 when closed them with delete_event
16172                 Added *_deleted() which handle delete_event signal correctly.
16173         * src/prefs_folder_item.[ch]
16174                 added "enable_thread" field for future customization
16175         * added src/prefs_matcher.[ch]
16176                 sample of the UI to define matching properties
16177         * src/procheader.c
16178                 using procheader_headername_equal instead of str*cmp functions
16179                 using procheader_parse_header() function
16180         * src/scoring.c
16181                 using MATCHING_XXX instead of SCORING_XXX
16182         * src/summaryview.c
16183                 display the sender of the news even if this is ourself
16184                 when this is a news message.
16185         * src/textview.c
16186                 using headername_equal() instead of str*cmp functions
16187
16188 2001-05-08 [alfons]
16189
16190         0.4.66claws
16191
16192         * sync with sylpheed 0.4.66
16193         * src/gtkstext.c: trace logs added 
16194
16195 2001-05-08 [sergey]
16196
16197         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16198         signature check popup.
16199         * src/rfc2015.c (check_signature): show signature check popup only
16200         if it is enabled in preferences.
16201
16202 2001-05-07 [alfons]
16203
16204         0.4.66claws4
16205         
16206         * sync with sylpheed 0.4.66cvs6
16207
16208 2001-05-07 [darko]
16209
16210         * src/prefs_common.[ch]: added option to enable/disable
16211           looking up sender name in address book for summary pane
16212         * src/summaryview.c: look up sender in the address book
16213           by using Alfons' address completion code
16214
16215 2001-05-07 [hiroyuki]
16216
16217         * src/inc.h
16218           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16219           member of Pop3State.
16220         * src/news.c: brought #include "defs.h" before #include <glib.h>
16221           to prevent the warning of `MIN' and `MAX' redefinition.
16222
16223 2001-05-06 [hoa]
16224
16225         * removed src/headers_display.[ch]
16226         * removed src/prefs_display_headers.[ch]
16227         * src/inc.c
16228                 use a temporary file in the user directory for mbox import
16229         * src/news.c
16230                 added XHDR support to get "To" and "Cc" headers
16231                 (in order to match news with to or cc field for
16232                 scoring)
16233                 added function news_parse_xhdr() to get XHDR response
16234         * src/nntp.[ch]
16235                 added function nntp_xhdr()
16236         * src/matcher.c
16237                 fetch the message if necessary
16238
16239 2001-05-06 [alfons]
16240
16241         0.4.66claws3
16242
16243         * sync with sylpheed 0.4.66cvs3-5
16244
16245 2001-05-06 [hoa]
16246
16247         * src/utils.[ch]
16248                 added function itos_buf() to enable use of several buffers
16249         * src/summaryview.c
16250                 use of itos_buf() instead of itos() in summary list
16251                 to fix the broken display of message number.
16252
16253 2001-05-06 [alfons]
16254
16255         * src/gtkstext.c: bug in cursor up navigation fixed,
16256                 fixed another unsigned / signed comparison (we're getting there :-)
16257
16258 2001-05-06 [hoa]
16259
16260         * src/Makefile.am
16261                 added scoring.c scoring.h
16262                 prefs_folder_item.c prefs_folder_item.h
16263                 matcher.c matcher.h
16264         * src/defs.h
16265                 added FOLDERITEM_RC SCORING_RC
16266         * src/folder.[ch]
16267                 added prefs field in FolderItem :
16268                 properties for each folder (PrefsFolderItem),
16269                 sorting type and mode were added as the first properties.
16270         * src/main.c
16271                 read config for scoring
16272         * added src/matcher.[ch]
16273                 gives functions to parse configuration file to do
16274                 matching on mails with a list of conditions.
16275         * src/mainwindow.c
16276                 add option to sort by score
16277         * src/prefs_common.[ch]
16278                 added preference option to show score and for
16279                 the score column size
16280         * added src/prefs_folder_item.[ch]
16281                 properties for each folder (PrefsFolderItem),
16282                 sorting type and mode were added as the first properties.
16283         * src/procheader.[ch]
16284                 added procheader_parse_header()
16285                 added procheader_header_free()
16286                 added procheader_headername_equal()
16287                 and made modification to use them.
16288         * src/procmsg.[ch]
16289                 added score field to MsgInfo structure
16290         * added src/scoring.[ch]
16291                 gives functions to parse configuration file to do
16292                 scoring on mails with a list of conditions.
16293         * src/summaryview.[ch]
16294                 save the sorting type and mode for the folder
16295                 added column to display the score of the mail
16296                 added function summary_score_clicked()
16297                 sorting type and mode are restored to the folder
16298                 when it is reopen
16299         * src/textview.c
16300                 use procheader_parse_header(), procheader_headername_equal()
16301                 removed memory leak in text_scan_header when freeing headers
16302         * src/filter.c
16303                 changed the function to match names of headers
16304                 using procheader_headername_equal()
16305
16306         Scoring functions are implemented, an interface is needed
16307         to configure that.
16308
16309 2001-05-04 [alfons]
16310
16311         * src/gtkstext.c: 
16312                 hopefully fixed the row up navigation bug,
16313                 removed adding back / forward lines to cache
16314
16315 2001-05-04 [sergey]
16316
16317         * src/prefs_display_headers.c: user interface changes:
16318         (prefs_display_headers_create): remove unused "Show" check button;
16319         allow reordering of headers by dragging.
16320         (prefs_display_headers_write_config): remove unused variables.
16321         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16322         of lists (not needed with the new UI).
16323         (prefs_display_headers_set_list): scan lists starting from row 0,
16324         not 1 (do not skip "(New)").
16325         (prefs_display_headers_find_header): new function.
16326         (prefs_display_headers_clist_set_row): do not allow duplicates.
16327         (prefs_display_headers_delete_cb): do not skip row 0; treat
16328         closing the alert window by ESC as "No".
16329         (prefs_display_headers_up): do not protect row 0.
16330         (prefs_display_headers_down): do not protect row 0.
16331
16332 2001-05-04 [sergey]
16333
16334         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16335         functions.
16336
16337         * src/summaryview.c
16338         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16339         summary_select_next_marked, summary_select_prev_marked): new
16340         functions.
16341
16342 2001-05-03 [sergey]
16343
16344         * src/news.c: fixed a bug when no article can be fetched after
16345         server timeout if the connection was restored by news_post():
16346         (news_select_group): new function.
16347         (news_fetch_msg): call news_select_group() before fetching
16348         article.
16349         (news_get_uncached_articles): set session->group after successful
16350         GROUP command.
16351
16352 2001-05-03 [hoa]
16353
16354         * src/defs.h
16355         * src/procmsg.[ch]
16356         * src/procheader.c
16357                  changed version of cache, added cc field
16358
16359         * src/prefs_display_headers.c
16360                 the interface was changed
16361
16362         * src/prefs_headers.c
16363                 added cancel button
16364
16365 2001-05-03 [alfons]
16366
16367         * completed sync of sylpheed cvs2
16368         * src/gtkstext.c: updated row up / down cursor navigation
16369         * src/textview.c: re-edited, prepared for fixing the email address
16370                 scanner.
16371
16372 2001-05-03 [darko]
16373
16374         * src/prefs_common.c: use alfons' strftime ui code
16375         entry_datefmt and datefmt_sample widgets have to be
16376         global in this module because of this change
16377
16378 2001-05-03 [hoa]
16379
16380         * src/messageview.c
16381         * src/prefs_common.[ch] added option to activate the return receipt
16382                 feature.
16383
16384 2001-05-02 [alfons]
16385
16386         * src/gtkstext.c: fix for row up/down cursor navigation. 
16387
16388         0.4.66claws2
16389         
16390         * sync with 0.4.66cvs2
16391
16392 2001-05-02 [paul]
16393
16394         added add-sender-to-addressbook patch
16395
16396         * src/addressbook.c
16397         * src/addressbook.h
16398         * src/summaryview.c
16399
16400 2001-05-02 [sergey]
16401
16402         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16403         G_ALERTDISABLE.
16404
16405         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16406         all existing callers changed to pass FALSE; create a check button
16407         to disable the message.
16408         (alertpanel_message_with_disable): new function.
16409         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16410         (alertpanel_button_toggled): new function.
16411         (alertpanel_button_clicked, alertpanel_close): set value using
16412         G_ALERT_VALUE_MASK.
16413
16414         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16415
16416         * src/prefs_common.c (prefs_privacy_create): new check button
16417         checkbtn_gpgme_warning.
16418
16419         * src/main.c (main): moved preferences reading before gpgme
16420         initialization; check prefs_common.gpgme_warning before giving the
16421         GnuPG warning and set it to FALSE if the user wants to disable the
16422         warning.
16423
16424 2001-05-02 [hiroyuki]
16425
16426         * src/prefs_display_headers.c: modified the layout and some labels.
16427
16428 2001-05-02 [sergey]
16429
16430         * src/prefs_account.c (prefs_account_fix_size): new function.
16431         (prefs_account_create): call prefs_account_fix_size(); use
16432         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16433         size when the window is shown for the first time).
16434         (prefs_account_basic_create): changed layout of serv_table; moved
16435         localmbox_entry above smtpserv_entry (logically it replaces
16436         POP3/IMAP server).
16437         (prefs_account_protocol_activated): set sensitivity of
16438         nntpauth_chkbtn according to the protocol (in addition to
16439         hide/show); commented out gtk_table_set_row_spacing() calls.
16440         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16441         not sensitive (fixes a bug with disabled username/password boxes
16442         when editing POP3 account after NNTP with authentication).
16443
16444 2001-05-02 [hoa]
16445
16446         * src/account.c
16447         * src/inc.c
16448         * src/prefs_account.[ch]
16449         * src/send.c
16450                 removed local account without SMTP server
16451                 added option to use mail command instead of a connexion
16452                 to SMTP server when a local account is used
16453         * src/prefs_headers.c
16454                 fixed a bug
16455         * src/news.c
16456                 fixed a bug when connexion immediately closed
16457
16458 2001-05-01 [alfons]
16459
16460         0.4.66claws1
16461         
16462         * sync with 0.4.65
16463
16464 2001-05-01 [sergey]
16465
16466         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16467         widget nntpauth_chkbtn.
16468         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16469         visibility.
16470         (prefs_account_nntpauth_toggled): new function.
16471
16472         * src/news.c (news_session_new_for_folder): use NNTP
16473         authentication only if ac->use_nntp_auth is set.
16474
16475 2001-05-01 [hoa]
16476
16477         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16478         * src/prefs_display_headers.c changed the UI
16479         * src/prefs_headers.c changed account_name to account_id
16480         * src/compose.c using customheader.h
16481
16482 2001-05-01 [hiroyuki]
16483
16484         * src/esmtp.c
16485           src/news.c
16486           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16487           unsynched.
16488
16489 2001-05-01 [hoa]
16490
16491         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16492         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16493                 for displaying of headers
16494         * src/grouplist_dialog.[ch] minor changes to remove warnings
16495         * src/prefs_display_headers.[ch] dialog to choose the
16496         headers to display in the mail viewer.
16497         * src/headers.h correction of #define
16498         * src/headers_display.[ch] configuration for displaying of headers.
16499         * src/main.c read config of displaying of headers
16500         * src/prefs_common.c add a button to access the config dialog
16501                 for displaying of headers
16502         * src/prefs_display_headers.[ch] dialog for configuration for
16503                 displaying of the headers.
16504         * src/prefs_headers.c cleaning of code
16505         * src/procheader.c comments added to code
16506         * src/textview.c changes to reorder the headers depending
16507                 on the config for displaying of headers
16508
16509 2001-04-30 [alfons]
16510
16511         0.4.65claws7
16512
16513         * sync with 0.4.65cvs12
16514
16515         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16516
16517 2001-04-30 [sergey]
16518
16519         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16520
16521         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16522         is set to force reconnection after authentication failure.
16523         (nntp_gen_command): set sock->auth_failed on authentication
16524         failure, or if sock->userid and sock->passwd are not set.
16525
16526         * src/news.c (news_session_new_for_folder): set userid=NULL if
16527         password dialog is cancelled.
16528
16529 2001-04-30 [sergey]
16530
16531         * src/nntp.h (NNTPSockInfo): new type.
16532
16533         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16534         SockInfo.
16535         (nntp_open_auth, nntp_close): new functions.
16536         (nntp_gen_command): new function to handle authentication; all
16537         NNTP command functions updated to use it.
16538         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16539         (nntp_list): removed old useless code.
16540
16541         * src/news.h (NNTPSession): new field nntp_sock.
16542
16543         * src/news.c: all functions updated to use NNTPSockInfo instead of
16544         SockInfo.
16545         (news_session_new): new arguments (userid, passwd); made static;
16546         use nntp_open_auth() if needed.
16547         (news_session_destroy): use nntp_close() instead of sock_close().
16548         (news_query_password): changed arguments.
16549         (news_session_new_for_folder): new function.
16550         (news_session_get): use news_session_new_for_folder().
16551         (news_authenticate): deleted.
16552         (news_get_uncached_articles): removed old authentication code.
16553
16554 2001-04-30 [sergey]
16555
16556         * src/news.c: reverted my previous changes (need to do NNTP
16557         authentication in a cleaner way).
16558         
16559 2001-04-29 [sergey]
16560
16561         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16562         news_nntp_post, news_nntp_mode): new functions (wrappers with
16563         authentication support).
16564         (news_get_article_cmd, news_get_article, news_get_header): new
16565         argument "folder"; all callers changed.
16566         (news_get_article_cmd): added authentication support.
16567         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16568         (news_post): use news_nntp_post() instead of nntp_post().
16569         (news_get_uncached_articles): use news_nntp_group() instead of
16570         nntp_group() and news_nntp_xover() instead of nntp_xover();
16571         removed old authentication code.
16572         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16573
16574         * src/nntp.c (nntp_list): return real error code instead of
16575         hardcoded NN_ERROR.
16576
16577 2001-04-29 [sergey]
16578
16579         * configure.in: fixed wint_t typedef detection again
16580
16581 2001-04-28 [hoa]
16582
16583         * src/prefs_account.[ch], added A_LOCAL_CMD
16584                 (send mail with mail command)
16585         * src/send.c added function send_message_with_command()
16586         * src/inc.c made a more secure get_spool() function with
16587                 mktemp() but maybe mkstemp() or something more
16588                 secure can be used.
16589
16590 2001-04-28 [alfons]
16591
16592         * src/textview.c, colorization of email addresses in headers
16593
16594         0.4.65claws6
16595
16596         * bug sync with sylpheed
16597         * prefs_common.c: created date format ui for darko
16598         * sync with 0.4.65cvs11
16599         * configure.in: corrected to have the new gpg checks
16600
16601 2001-04-27 [alfons]
16602
16603         * completed sync with 0.4.65cvs10
16604         * minor debug things added to gtkstext.c
16605
16606 2001-04-27 [darko]
16607
16608         * configure.in: remove check for availability of
16609           strftime() as advised by Hiroyuki
16610         * src/prefs_common.[ch], src/procheader.c:
16611           synch strftime() code with Hiroyki's main branch
16612
16613 2001-04-26 [sergey]
16614
16615         * src/news.c: news_query_password(), news_authenticate(): new
16616           functions.
16617           news_get_uncached_articles(): added NNTP authentication
16618           handling.
16619         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16620           new functions.
16621         * src/prefs_account.c: prefs_account_protocol_activated():
16622           enable userid and password fields for NNTP.
16623
16624 2001-04-26
16625
16626         * configure.in: check for availability of strftime()
16627           [darko]
16628         * src/prefs_common.[ch], src/procheader.c: use
16629           strftime() for displaying date in summary pane if it
16630           is available
16631
16632 2001-04-25
16633
16634         * more .cvsignore cleanups [alfons]
16635
16636 2001-04-25
16637
16638         * ac/sv-check-type.m4: new autoconf macro.
16639         * configure.in: fixed wint_t typedef detection (did not work
16640           with gcc-2.96).
16641
16642 2001-04-25
16643
16644         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16645           [hiroyuki]
16646
16647 2001-04-24
16648         * modified gtkstext.c : buggy cursor navigation fixed, 
16649           and font descent also taken in account when drawing
16650           cursor. [alfons]
16651
16652 2001-04-24 [hoa]
16653         * added comments in src/news.c src/nntp.c
16654         * added src/prefs_headers.[ch]
16655         * added src/headers.[ch]
16656         * modified compose.c to activate custom headers
16657                 added function is_in_custom_headers
16658         * modified prefs_account.[ch]
16659                 added function prefs_account_customhdr_edit
16660         * modified src/defs.h :
16661                 added HEADERS_RC : name of the config file
16662                 for the custom headers
16663
16664 2001-04-24
16665
16666     0.4.65claws5
16667
16668         * configure.in
16669           src/gtkstext.[ch]
16670           src/compose.c
16671           src/Makefile.am
16672           
16673           added gtkstext with configure.in patch by Hiroyuki which
16674           should fix the XIM detection [alfons]
16675
16676         * more clean up of cvs [alfons]
16677
16678                  * removed all Makefile.in files to attic.
16679
16680                  * updated all .cvsignores to really ignore things that could
16681                    be unintentionally committed by a recursive commit.
16682
16683 2001-04-23 [hoa]
16684         * added src/grouplist_dialog.[ch]
16685         * changed src/folderview.c to call grouplist_dialog instead
16686                 of inputdialog
16687         * src/news.c :
16688                 added functions news_reset_group_list
16689                 and news_get_group_list
16690         * src/nntp.c :
16691                 added function nntp_list
16692         * src/defs.h :
16693                 added GROUPLIST_FILE : name of the newsgroup list cache file
16694
16695 2001-04-21
16696
16697         * added option to warn about queued messages on exit [sergey]:
16698
16699           * src/compose.c: compose_queue(): call folder_item_scan()
16700             and folderview_update_item() after queueing.
16701           * src/folderview.c: folderview_update_node(): draw the queue
16702             folder in bold font if there are queued messages.
16703           * src/mainwindow.c: queued_messages(): new function.
16704             app_exit_cb(): display warning if there are queued messages
16705             if warn_queued_on_exit is set.
16706           * prefs_common.[ch]: add warn_queued_on_exit option.
16707
16708         * enhanced GnuPG key selection support [sergey]:
16709
16710           * src/select-keys.c: updated to newer version from Win32
16711             branch with support for selecting arbitrary keys.
16712           * src/prefs_account.c: added the Privacy tab to the account
16713             options window.
16714             prefs_account_privacy_create(),
16715             prefs_account_sign_key_set_data_from_radiobtn(),
16716             prefs_account_sign_key_set_radiobtn(): new functions.
16717           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16718           * src/rfc2015.c: set_signers(): new function.
16719             pgp_sign(): add the account parameter, call set_signers().
16720             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16721           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16722           * src/compose.c: pass the current account to rfc2015_sign().
16723
16724         * tag name claws added to prevent confusion with main branch [alfons]
16725
16726         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16727
16728         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16729
16730         * sync with recent sylpheed cvs. Untested though. [alfons]
16731