* src/procmsg.c
[claws.git] / ChangeLog.claws
1 2003-06-23 [alfons]     0.9.0claws58
2
3         * src/procmsg.c
4                 try better grouping messages threaded by subject based on their age.
5                 still not perfect - because the message tree is not sorted by date.  
6
7 2003-06-23 [thorsten]   0.9.0claws57
8
9         * src/pop.[ch]
10                 added mail_receive_hook to allow modifications
11                 directly after retrieval (e.g. adding headers).
12
13 2003-06-23 [paul]       0.9.0claws56
14
15         * src/sourcewindow.c
16                  enable the use of Ctrl+A to select all text in
17                  the sourcewindow
18                  Patch submitted by Ivan Francolin Martinez
19                  <ivanfm@users.sourceforge.net>
20
21 2003-06-22 [christoph]  0.9.0claws55
22
23         * src/folder.[ch]
24                 o add notification hook for folder tree changes
25                 o invoke hooks after folder tree scanning
26
27         * src/folderview.[ch]
28                 register hook for folder tree changes that
29                 updates the ctree
30
31         (there are more places that should be updated, like add, remove 
32          or move folder)
33
34         (closes Bug 164 Crash on rebuild folder tree)
35         (closes Bug 190 Crash on 'rebuilding folder tree')
36
37 2003-06-21 [leandro]    0.9.0claws54
38
39         * src/compose.[ch]
40                 create a new thread if subject changes
41                 (it's on by default, can be disabled in Message menu)
42
43 2003-06-21 [alfons]     0.9.0claws53
44
45         * src/summaryview.c
46                 quiet little compiler
47
48 2003-06-21 [christoph]  0.9.0claws52
49
50         update gettext stuff to version 0.12
51
52 2003-06-19 [alfons]     0.9.0claws51
53
54         * src/common/log.c
55         * src/common/plugin.c
56                 move defs.h before glib.h to prevent MIN/MAX redefs
57
58 2003-06-19 [alfons]
59
60         * src/addressbook.c
61                 translatable
62
63 2003-06-19 [match]      0.9.0claws50
64
65         * src/addressbook.[ch]
66         * src/addrindex.[ch]
67         * src/addr_compl.[ch]
68         * src/editldap.[ch]
69         * src/editldap_basedn.[ch]
70         * src/addritem.[ch]
71         * src/ldapquery.h
72                 re-implemented dynamic LDAP search. works without
73                 slowdown on display sender with addressbook
74                 option.
75         * src/addrbook.c
76                 documented code.
77
78 2003-06-19 [paul]       0.9.0claws49
79
80         * src/compose.c
81                 fix Bug #136 'Nonprovided quotation marks crash claws'
82                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
83
84 2003-06-19 [alfons]     0.9.0claws48
85
86         * src/prefs_common.[ch]
87         * src/procmsg.c
88                 restrict threading by subject by checking thread for
89                 age (prefs_common.thread_by_subject_max_age)
90
91 2003-06-18 [christoph]  0.9.0claws47
92
93         * src/imap.c
94                 fix memory leak in imap_cmd_fetch()
95
96 2003-06-18 [christoph]  0.9.0claws46
97
98         * src/prefs_gtk.c
99                 fix memory leak in prefs_set_default() when used multiple
100                 times or after prefs have been read
101
102 2003-06-18 [christoph]  0.9.0claws45
103
104         * src/common/plugin.c
105                 fix memory leak in plugin_unload()
106
107 2003-06-18 [christoph]  0.9.0claws44
108
109         * src/imap.c
110                 fix memory leak in imap_cmd_ok()
111
112 2003-06-18 [christoph]  0.9.0claws43
113
114         * src/folder.c
115                 stop messages that are downloaded from POP3 and added to
116                 an IMAP inbox from being filtered twice (first by POP3
117                 and again when IMAP folder is scaned to get the UID of
118                 the APPEND operation when no UIDPLUS is available)
119
120 2003-06-18 [alfons]
121
122         * tools/Makefile.am
123                 phoenix <- firebird     
124
125 2003-06-18 [paul]
126
127         * tools/launch_phoenix          ** REMOVED **
128           tools/launch_firebird         ** NEW **
129                 renamed and edited to reflect the browser's name change from
130                 'phoenix' to 'firebird'
131
132 2003-06-18 [paul]       0.9.0claws42
133
134         * sync with 0.9.2cvs2
135                 see ChangeLog 2003-06-16
136
137 2003-06-17 [alfons]     0.9.0claws41
138
139         * src/procmsg.c
140                 prevent threading problems when a node is an ancestor (parent / great parent),
141                 which mostly happens with circular references (thanks to Phillipe Gramoullé
142                 for finding an sample set of messages)
143
144 2003-06-16 [christoph]  0.9.0claws40
145
146         * src/main.c
147                 don't popup main window on --receive or --receive-all
148
149         * src/mainwindow.[ch]
150         * src/plugins/trayicon/trayicon.c
151                 allow hiding of main window by clicking on the trayicon
152                 (doesn't work correctly in seperate window mode and may
153                  cause unexpected GTK problems I couldn't find yet)
154
155         * src/common/ssl.c
156                 remove incorrect warning
157
158 2003-06-15 [alfons]     0.9.0claws39
159
160         * src/gtk/gtkstext.c
161                 don't output debug text;
162                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
163                 for pointing this out);
164
165 2003-06-14 [alfons]     0.9.0claws38
166         
167         * src/messageview.c
168                 remove printf() and make one if..else comply with coding style
169
170 2003-06-14 [alfons]     0.9.0claws37
171
172         * AUTHORS
173                 add Martin Wicke
174         * src/action.c
175         * src/messageview.[ch]
176         * src/summaryview.c
177                 apply patch #754162 "Quoting messages filtered by actions" submitted
178                 by Martin Wicke, which allows quoting message body changed by an
179                 action (Thanks!).
180
181 2003-06-13 [alfons]     0.9.0claws36
182
183         * src/utils.c
184                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
185                 use case insensitive regexp (suggested by Ivan Martinez)
186
187 2003-06-13 [christoph]  0.9.0claws35
188
189         * configure.ac
190         * src/plugins/trayicon/Makefile.am
191         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
192         * src/plugins/trayicon/trayicon.c
193         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
194         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
195         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
196         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
197         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
198         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
199                 replace my own EggTrayIcon backport with the backport
200                 used by (l|x)mule and gabber.
201
202 2003-06-13 [alfons]     0.9.0claws34
203
204         * AUTHORS
205         * src/common/utils.c
206                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
207
208 2003-06-13 [alfons]     0.9.0claws33
209
210         * src/compose.c
211                 clean up a little bit
212
213 2003-06-12 [alfons]     0.9.0claws32
214
215         * src/compose.c
216                 const correctness fix
217
218         * src/common/sylpheed.[ch]
219                 () -> (void)
220                 prevent redef MIN/MAX
221                 
222         * src/common/utils.[ch]
223                 () -> (void)
224
225 2003-06-12 [melvin]     0.9.0claws31
226
227         * src/compose.c
228                 Updated to take into accounts changes in GtkAspell.
229
230 2003-06-12 [alfons]     0.9.0claws30
231
232         * src/compose.c
233         * src/procmsg.c
234         * src/common/utils.[ch]
235                 handle reply subject prefixes better (initial 
236                 suggestion by Robert Story adapted and enhanced 
237                 using regexps)
238
239 2003-06-12 [melvin]     0.9.0claws29
240
241         * src/compose.c
242                 Use new gtkaspell_checkers_strerror() to get the speller's
243                 error message instead of accessing the (now private)
244                 checkers structure.
245                 Minor code clean up
246
247         * src/main.c
248                 Use #ifdef instead of #if for USE_ASPELL
249                 Use the new spell checkers init/quit functions 
250
251         * src/gtk/gtkaspell.c
252                 Use #ifdef instead of #if for USE_ASPELL
253                 Moved in the majority of GtkAspell structures that were
254                 exported before by gtkaspell.h
255         
256         * src/gtk/gktaspell.h
257                 Made gtkaspell.h contain only the necessary data to be
258                 publicized by moving many structures to gtkaspell.c.
259                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
260                 gtkaspell_checkers_new(): replaced by...
261                 gtkaspell_checkers_init(): new function for initialization
262                 gtkaspell_checkers_delete(): replaced by...
263                 gtkaspell_checkers_quit(): new function
264                 gtkaspell_checkers_strerror(): new function that returns
265                 the checker's last error message.
266                 
267 2003-06-11 [melvin]     0.9.0claws28
268
269         * po/POTFILES.in
270                 Updated to take into account gtkaspell.c migration to
271                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
272
273 2003-06-10 [alfons]     0.9.0claws27
274
275         * src/filtering.[ch]
276         * src/folder.c
277         * src/matcher.c
278         * src/scoring.[ch]
279                 - try fixing bug #18 (any brave testers?)
280                 - add more robustness by refusing previously 
281                   unchecked NULL pointers 
282
283 2003-06-10 [alfons]     0.9.0claws26
284
285         * src/procmsg.c
286                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
287
288 2003-06-09 [alfons]     0.9.0claws25
289
290         * src/prefs_common.c
291                 fix bug #163 "Icon switching doesnt work properly" by 
292                 preventing early freeing of prefs_common.pixmap_theme_path.
293
294 2003-06-09 [christoph]  0.9.0claws24
295
296         * src/gtk/gtkaspell.c
297                 revert Thorsten's fix and add forgotten g_strdup for
298                 aspell path (it should not be possible to alter the path a
299                 GtkASpell uses from outside)
300
301 2003-06-09 [thorsten]   0.9.0claws23
302
303         * src/gtk/gtkaspell.c
304                 dont free prefs_common.aspell_path when closing compose
305
306 2003-06-08 [colin]      0.9.0claws22
307
308         * src/plugins/spamassassin/spamassassin.c
309                 fix prefs types
310
311 2003-06-07 [christoph]  0.9.0claws21
312
313         * src/Makefile.am
314         * src/compose.c
315         * src/gtkaspell.[ch]            ** REMOVE **
316         * src/gtk/Makefile.am
317         * src/gtk/gtkaspell.[ch]        ** NEW **
318                 o make gtkaspell independent from sylpheed's prefs
319                 o move gtkaspell.[ch] to gtk directory
320
321 2003-06-07 [christoph]  0.9.0claws20
322
323         * src/Makefile.am
324         * src/crash.c
325         * src/export.c
326         * src/filesel.[ch]              ** REMOVE **
327         * src/folder.c
328         * src/main.[ch]
329         * src/common/sylpheed.[ch]
330         * src/gtk/Makefile.am
331         * src/gtk/filesel.[ch]          ** NEW **
332         * src/gtk/pluginwindow.c
333         * src/gtk/sslcertwindow.c
334                 move filesel.[ch] to gtk directory
335
336 2003-06-07 [alfons]     0.9.0claws19
337
338         * src/filesel.c
339                 make (multi) file selection dialog work again (Claws-only)
340
341 2003-06-07 [thorsten]   0.9.0claws18
342
343         * po/de.po
344                 fix typos
345
346 2003-06-07 [alfons]     0.9.0claws17
347
348         * configure.ac
349         * src/mimeview.c
350                 detect apache mishap in which case don't include fnmatch.h
351                 if regex.h is already included
352
353 2003-06-06 [christoph]  0.9.0claws16
354
355         * configure.ac
356         * src/mimeview.h
357                 add check for fnmatch.h and include it when available
358
359         * src/mimeview.[ch]
360                 fix wrong case sensitivity of Content-Types
361
362         * src/gtk/Makefile.am
363                 need the same include paths in gtk directory as in
364                 common directory because .h files in common can
365                 include files from these directories, when included
366                 in gtk's .h or .c files
367
368 2003-06-06 [alfons]     0.9.0claws15
369
370         * src/mimeview.c
371         * src/summaryview.c
372                 make it compile again because of regex.h / fnmatch.h 
373                 include problems (related to recent mime stuff, can
374                 someone check this?)
375
376 2003-06-06 [thorsten]   0.9.0claws14
377
378         * src/folderview.c
379                 possible use of uninitialized pointer while dragging
380
381 2003-06-06 [paul]       0.9.0claws13
382
383         * src/compose.c
384                 fix bug where the insert sig button would be effective
385                 only when auto_sig was set
386
387 2003-06-06 [paul]       0.9.0claws12
388
389         * sync with 0.9.2 release
390
391 2003-06-02 [paul]       0.9.0claws11
392
393         * sync with 0.9.1cvs1
394                 see ChangeLog 2003-06-02
395                 
396         * po/de.po
397                 update by Jens
398
399 2003-06-01 [christoph]  0.9.0claws10
400
401         * src/account.c
402                 don't use substring search to find accounts by email address
403
404         (closes Bug 169 Overly loose matching of "From" address)
405
406 2003-05-31 [christoph]  0.9.0claws9
407
408         * doc-src/rfc2683.txt
409         * src/imap.c
410                 limit IMAP command length as recommended in RFC2683
411                 (message number lists will be split into multiple imap
412                 sets, the limit of 1000 octets is not a hard limit)
413
414         (closes Bug 161 sylpheed-claws exits with segfault when logging
415          in to certain imap-servers)
416
417 2003-05-29 [alfons]     0.9.0claws8
418
419         * src/toolbar.[ch]
420                 add print button (calling summary_print());
421                 fine tune setting tooltip text;
422                 (if someone needs other buttons, please take these 
423                 commits as a guide, instead of bothering us - also
424                 see 0.8.11claws150) 
425
426 2003-05-29 [darko]      0.9.0claws7
427
428         * src/compose.c
429                 fix crash when word wrapping kicks in due to
430                 changed text by spell checker
431
432 2003-05-29 [paul]       0.9.0claws6
433
434         * src/compose.c
435                 fix bug where changing account would insert
436                 sig even if auto_sig was FALSE
437                 
438         * ChangeLog
439           ChangeLog.jp
440           INSTALL
441                 sync with 0.9.1 release
442
443 2003-05-28 [christoph]  0.9.0claws5
444
445         * src/imap.c
446                 fix truncation of too long commands
447
448         (closes Bug 167 IMAP hangs trying to get envelope
449          information in imap_get_uncached_messages)
450
451 2003-05-27 [paul]       0.9.0claws4
452
453         * tools/Makefile.am
454           tools/maildir2sylpheed.pl     ** NEW FILE **
455                 add kmail to sylpheed mailbox conversion script
456
457 2003-05-27 [paul]       0.9.0claws3
458
459         * sync with 0.9.0cvs10
460                 see ChangeLog 2003-05-26
461
462 2003-05-26 [paul]       0.9.0claws2
463
464         * sync with 0.9.0cvs9
465                 see ChangeLog 2003-05-26
466
467 2003-05-24 [paul]       0.9.0claws1
468
469         * sync with 0.9.0cvs8
470                 see ChangeLog 2003-05-23
471
472 2003-05-24 [paul]       0.9.0claws
473
474         * version 0.9.0claws released
475
476 2003-05-24 [paul]       0.8.11claws177
477
478         * src/plugins/dillo-viewer/Makefile.am
479           src/plugins/traycon/Makefile.am
480                 add missing files
481                 
482         * po/bg.po
483           po/en_GB.po
484           po/es.po
485           po/it.po
486           po/pt_BR.po
487           po/ru.po
488           po/sr.po
489                 update Bulgarian, British English, Spanish, Italian, 
490                 Brazilian Portuguese, Russian, and Serbian translations, 
491                 submitted by George Danchev, [me], Ricardo Mones Lastra,
492                 André Filipe de Assunção e Brito, Alessandro Maestri, 
493                 Ruslan N. Balkin, and Urke MMI
494
495 2003-05-23 [melvin]     0.8.11claws176
496
497         * po/fr.po
498                 Updated French translations
499
500 2003-05-22 [paul]       0.8.11claws175
501
502         * src/Makefile.am
503           src/addrbook.[ch]
504           src/addrcache.[ch]
505           src/addr_compl.[ch]
506           src/adressbook.[ch]
507           src/addrindex.[ch]
508           src/addritem.[ch]
509           src/editaddress.c
510           src/editgroup.c
511           src/editldap_basedn.c
512           src/editldap.c
513           src/jpilot.c
514           src/vcard.c
515                 revert to get ldap into it previous working state
516                 
517         * po/zh_TW.Big5.po
518                 new Taiwanese translation,
519                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
520
521 2003-05-22 [christoph]  0.8.11claws174
522
523         * src/plugins/spamassassin/libspamc.[ch]
524                 sync libspamc with SpamAssaain release 2.55
525
526 2003-05-22 [paul]       0.8.11claws173
527
528         * sync with 0.9.0cvs7
529                 see ChangeLog 2003-05-22
530                 
531         * src/summaryview.c
532                 revert change in 0.8.11claws172: follow
533                 Hiroyuki's decision and that's the end of it.
534
535 2003-05-21 [paul]       0.8.11claws172
536
537         * src/summaryview.c
538                 fix discrepency between open_unread_on_enter
539                 and always_show_msg
540
541 2003-05-21 [paul]       0.8.11claws171
542
543         * sync with 0.9.0cvs6
544                 see ChangeLog 2003-05-21
545
546 2003-05-21 [paul]       0.8.11claws170
547
548         * sync with 0.9.0cvs5
549                 see ChangeLog 2003-05-21
550
551 2003-05-20 [paul]       0.8.11claws169
552
553         * sync with 0.9.0cvs4
554                 see ChangeLog 2003-05-20
555                 fixes bug #152, 'encoding of IMAP folders names'
556
557 2003-05-20 [paul]       0.8.11claws168
558
559         * sync with 0.9.0cvs3
560                 see ChangeLog 2003-05-20
561                 
562         * src/tools/convert_mbox.pl
563                 minor change in the comments, submitted by Fred Marton
564
565 2003-05-19 [paul]       0.8.11claws167
566
567         * src/plugins/clamav/Makefile.am
568           configure.ac
569                 link clamav_lib to the plugin and not to the main program
570
571 2003-05-19 [christoph]
572
573         * src/Makefile.am
574                 add -export-dynamic for linking
575
576 2003-05-19 [paul]       0.8.11claws166
577
578         * sync with 0.9.0cvs1
579                 see ChangeLog 2003-05-19
580
581 2003-05-19 [paul]       0.8.11claws165
582
583         * src/inc.c
584                 fix 'pop before smtp' timeout
585
586 2003-05-18 [alfons]     0.8.11claws164
587
588         * src/prefs_matcher.c
589                 put "execute" action command line ("expression") in edit box
590
591 2003-05-18 [christoph]  0.8.11claws163
592
593         * src/mimeview.[ch]
594         * src/plugins/dillo_viewer/dillo_viewer.c
595         * src/plugins/image_viewer/viewer.c
596         * src/plugins/mathml_viewer/mathml_viewer.c
597                 let a viewer have a list of Content-Types
598
599 2003-05-18 [paul]       0.8.11claws162
600
601         * src/prefs_filtering.c
602                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
603                 and REDIRECT actions
604
605 2003-05-17 [christoph]
606
607         * README.claws
608                 o remove dynamic signatures that was syned with main
609                 o add infos about no longer "build in" image viewer
610                 o update bugtracker URL
611
612 2003-05-17 [christoph]  0.8.11claws161
613
614         * src/folder.c
615         * src/folderview.c
616         * src/imap.c
617                 don't use imap_scan_folder anymore. Instead call folder_item_scan
618                 for every folder after rebuilding the folder tree.
619
620         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
621          messages)
622
623 2003-05-17 [christoph]  0.8.11claws160
624
625         * src/imap.c
626                 don't use STATUS command on current folder to check for
627                 content changes. imap_cmd_ok() now tracks changes to
628                 folder and number of existing messages.
629
630 2003-05-17 [paul]       0.8.11claws159
631
632         * src/plugins/clamav/clamav_plugin.c
633                 remove unnecessary debug_print
634
635 2003-05-16 [thorsten]   0.8.11claws158
636
637         * src/plugins/demo.c
638                 included missing intl.h
639
640 2003-05-16 [paul]       0.8.11claws157
641
642         * po/POTFILES.in
643                 remove non-existant entries
644         
645         * src/plugins/clamav/clamav_plugin.c
646           src/plugins/clamav/clamav_plugin_gtk.c
647           src/plugins/dillo_viewer/dillo_prefs.c
648           src/plugins/dillo_viewer/dillo_viewer.c
649                 gettextise
650
651 2003-05-16 [christoph]  0.8.11claws156
652
653         * po/POTFILES.in
654                 include plugin .c files for translation until I
655                 find a better solution to have plugins have their
656                 own textdomain
657         * src/plugins/demo/demo.c
658         * src/plugins/image_viewer/plugin.c
659         * src/plugins/mathml_viewer/mathml_viewer.c
660         * src/plugins/spamassassin/spamassassin.c
661         * src/plugins/spamassassin/spamassassin_gtk.c
662         * src/plugins/trayicon/trayicon.c
663                 add gettext macros for plugin name and description
664
665 2003-05-16 [paul]
666
667         * sync with 0.9.0
668
669 2003-05-16 [paul]       0.8.11claws155
670
671         * sync with lastest 0.9.0pre1
672                 see ChangeLog 2003-05-16
673
674 2003-05-15 [paul]       0.8.11claws154
675
676         * sync with latest 0.9.0pre1
677                 see ChangeLog 2003-05-14 and 2003-05-15
678
679 2003-05-14 [christoph]  0.8.11claws153
680
681         * src/plugins/image_viewer/viewer.c
682         * src/plugins/image_viewer/viewer.glade         ** NEW **
683         * src/plugins/image_viewer/viewerprefs.c
684                 make it possible to disable the autoload function in the
685                 imageviewer again
686
687 2003-05-14 [christoph]  0.8.11claws152
688
689         * src/folder.c
690                 fix folder update after adding a message
691
692 2003-05-13 [alfons]     0.8.11claws151
693
694         * src/common/session.c
695                 remove debug traces
696                 
697         * src/addrcache.[ch]
698         * src/filtering.[ch]
699         * src/folder.[c]
700         * src/gtkaspell.[ch]
701         * src/imap.[ch]
702         * src/mbox_folder.[ch]
703         * src/mh.[ch]
704         * src/mimeview.h
705         * src/msgcache.[ch]
706         * src/news.[ch]
707         * src/passphrase.[ch]
708         * src/prefs_common.[ch]
709         * src/prefs_gtk.[ch]
710         * src/procmsg.c
711         * src/scoring.[ch]
712                 be pedantic; (in prototypes () implies (int))
713
714 2003-05-13 [alfons]     0.8.11claws150
715
716         * src/prefs_toolbar.[ch]
717         * src/summaryview.[ch]
718         * src/toolbar.[ch]
719                 change misleading text in toolbar prefs;
720                 add toolbar action for ignore thread (toggles ignore thread flag);
721                 clean up a little bit;
722
723 2003-05-12 [paul]
724
725         * tools/convert_mbox.pl
726                 bug fixed by Fred Marton
727
728 2003-05-12 [paul]
729
730         * sync with 0.9.0pre1
731
732 2003-05-09 [paul]       0.8.11claws149
733
734         * sync with 0.8.11cvs43
735                 see ChangeLog 2003-05-09
736
737 2003-05-08 [christoph]  0.8.11claws148
738
739         * src/imap.[ch]
740                 o use CAPABILIY as first command and check for PREAUTH
741                   information in the response to it
742                 o rewrite all imap_cmd_* functions to use an IMAPSession
743                   instead of a SockInfo as parameter
744                 o do STARTTLS after fetching and checking the server
745                   capabilities
746
747 2003-05-08 [paul]       0.8.11claws147
748
749         * tools/Makefile.am
750           tools/README
751           tools/convert_mbox.pl         ** NEW FILE **
752                 add mbox conversion script. Submitted by 
753                 Fred Marton <Fred.Marton@uni-bayreuth.de>
754
755 2003-05-07 [christoph]
756
757         * doc-src/glade.txt
758         * src/gtk/pluginwindow.glade
759         * src/plugins/image_viewer/viewerprefs.glade
760         * src/plugins/spamassassin/spamassassin_gtk.glade
761                 add glade files for user interfaces and a description how
762                 to use glade to create the sylpheed code
763
764 2003-05-07 [paul]       0.8.11claws146
765
766         * sync with 0.8.11cvs41
767                 see ChangeLog 2003-05-07
768
769 2003-05-06 [christoph]  0.8.11claws145
770
771         * src/main.c
772         * src/plugins/image_viewer/viewer.c
773                 fix usage of imlib in imageviewer plugin
774
775         * src/gtk/prefswindow.c
776                 handle window close event correctly
777
778 2003-05-06 [paul]       0.8.11claws144
779
780         * src/common/ssl.c
781                 fix typo introduced in sync
782
783 2003-05-06 [paul]       0.8.11claws143
784
785         * sync with 0.8.11cvs39
786                 see ChangeLog 2003-05-06
787
788 2003-05-06 [paul]       0.8.11claws142
789
790         * AUTHORS
791           po/cs.po
792                 updated Czech translation, submitted by 
793                 Radek Vybiral <Radek.Vybiral@vsb.cz>
794                 
795         * src/plugins/clamav/clamav_plugin_gtk.c
796                 clean up
797
798 2003-05-03 [alfons]     0.8.11claws141
799
800         * src/compose.[ch]
801                 make paste as quotation work even when the call to 
802                 text_inserted() was deferred (fixes bug #140 "Paste 
803                 as quotation does not work when using "external" 
804                 clipboard")
805
806 2003-05-03 [thorsten]   0.8.11claws140
807
808         * src/addrquery.h
809           src/ldapquery.h
810           src/mainwindow.c
811                 removed C++ comments
812         * src/addr_compl.c
813                 function with non-int retval/param used before
814                 implementation/declaration
815
816 2003-05-02 [paul]       0.8.11claws139
817
818         * src/addr_compl.[ch]
819           src/addressbook.[ch]
820           src/addrindex.c
821           src/summaryview.c
822                 revert match's changes to (finally) remove the bug where
823                 opening a folder causes massive slowdown when using the 
824                 'Display sender using address book' option
825
826 2003-05-01 [melvin]     0.8.11claws138
827
828         * src/plugins/dillo_viewer/dillo_prefs.[ch]
829         * src/plugins/dillo_viewer/dillo_viewer.c
830                 Fixed bug where "Cancel" button from prefs issued
831                 warnings.
832                 Comply a little more to coding style
833
834 2003-05-01 [paul]       0.8.11claws137
835
836         * sync with 0.8.11cvs38
837                 see ChangeLog 2003-05-01
838
839 2003-05-01 [paul]       0.8.11claws136
840
841         * po/bg.po
842                 updated by George Danchev
843
844 2003-04-30 [christoph]  0.8.11claws135
845
846         * src/plugins/dillo_viewer/dillo_prefs.c
847         * src/plugins/image_viewer/viewerprefs.c
848         * src/plugins/spamassassin/spamassassin_gtk.c
849                 remove gtk_widget_ref() calls for widgets in
850                 glade code
851
852 2003-04-30 [paul]       0.8.11claws134
853
854         * src/addrindex.c
855                 ok, this time a better fix for the bug where opening folder
856                 has massive slowdown when using the 'Display sender using 
857                 address book' option
858
859 2003-04-30 [paul]       0.8.11claws133
860
861         * src/addrindex.c
862                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
863         
864 2003-04-30 [melvin]     0.8.11claws132
865
866         New: Dillo plugin preferences (patch by Dimitar Haralanov)
867
868         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
869                 Preferences for the dillo plugin
870         * src/plugins/dillo_viewer/dillo_viewer.c
871                 Support for preferences
872         * src/plugins/dillo_viewer/Makefile.am
873                 Added dillo_prefs.[ch]
874
875 2003-04-30 [alfons]     0.8.11claws131
876
877         * src/common/plugin.[ch]
878                 see? this ANSI C'fication immediately gives us type
879                 checking for free.
880
881 2003-04-30 [alfons]     0.8.11claws130
882
883         * src/common/plugin.[ch]
884         * src/plugins/clamav/clamav_plugin.[ch]
885         * src/plugins/clamav/clamav_plugin_gtk.c
886         * src/plugins/demo/demo.c
887         * src/plugins/dillo_viewer/dillo_viewer.c
888         * src/plugins/image_viewer/plugin.c
889         * src/plugins/image_viewer/viewer.[ch]
890         * src/plugins/image_viewer/viewerprefs.[ch]
891         * src/plugins/mathml_viewer/mathml_viewer.c
892         * src/plugins/spamassassin/spamassassin.[ch]
893         * src/plugins/spamassassin/spamassassin_gtk.c
894         * src/plugins/trayicon/trayicon.c
895                 clean up
896
897 2003-04-30 [alfons]     0.8.11claws129
898
899         * src/common/utils.c
900                 make is_ascii_str() fail gracefully when NULL pointer
901                 is passed
902
903 2003-04-30 [paul]       0.8.11claws128
904
905         * src/addrindex.c
906                 fix bug where opening folder has massive slowdown when
907                 using the 'Display sender using address book' option
908
909 2003-04-30 [paul]       0.8.11claws127
910
911         * src/plugins/clamav/clamav_plugin.c
912           src/plugins/clamav/clamav_plugin_gtk.c
913           src/plugins/demo/demo.c
914           src/plugins/dillo_viewer/dillo_viewer.c
915           src/plugins/image_viewer/plugin.c
916           src/plugins/mathml_viewer/mathml_viewer.c
917           src/plugins/spamassassin/spamassassin.c
918           src/plugins/spamassassin/spamassassin_gtk.c
919           src/plugins/trayicon/trayicon.c
920                 get rid of eye-hurting function signatures
921
922 2003-04-30 [paul]       0.8.11claws126
923
924         * src/plugins/trayicon/trayicon.c
925                 add description
926                 
927         * src/mimeview.c
928                 be more descriptive
929
930 2003-04-30 [paul]       0.8.11claws125
931
932         * configure.ac
933                 arrange the plugins in reverse alphabetical order
934                 
935         * src/plugins/clamav/clamav_plugin.[ch]
936           src/plugins/clamav/clamav_plugin_gtk.c
937                 rename some params
938                 resize max_size window
939                 re-arrange the order of some gui elements
940                 improve descriptions
941         
942         * src/plugins/image_viewer/plugin.c
943           src/plugins/mathml_viewer/mathml_viewer.c
944                 add descriptions
945                 
946         * src/plugins/spamassassin/spamassassin_gtk.c
947                 resize max_size window
948                 re-arrange the order of some gui elements
949                 
950         * src/messageview.c
951           src/mimeview.c
952                 correct typos
953
954 2003-04-30 [alfons]     0.8.11claws124
955
956         * src/imap.c
957                 fix a leak found while browsing Martin Kluge's 
958                 valgrind log (Claws only)
959
960 2003-04-29 [darko]      0.8.11claws123
961
962         * src/gtk/gtkstext.h
963                 include wchar.h if it is available, fixes compilation
964                 on HP-UX systems
965
966 2003-04-29 [melvin]     0.8.11claws122
967
968         * src/prefs_actions.c
969                 Improved help text of Actions' syntax
970
971 2003-04-28 [paul]       0.8.11claws121
972
973         * src/action.c
974                 a better fix for the crash when performing an action
975                 on a mime part
976
977 2003-04-28 [paul]       0.8.11claws120
978
979         * src/action.c
980                 fix crash when performing an action on a
981                 mime part
982
983 2003-04-28 [paul]       0.8.11claws119
984
985         * sync with 0.8.11cvs36
986                 see ChangeLog 2003-04-28
987
988 2003-04-27 [paul]       0.8.11claws118
989
990         * more sync with 0.8.11cvs35
991                 see ChangeLog 2003-04-25
992
993 2003-04-26 [christoph]  0.8.11claws117
994
995         * src/folder.c
996                 fix remove virtual check
997
998 2003-04-26 [paul]       0.8.11claws116
999
1000         * src/messageview.c
1001                 fix return-receipt, make it work again
1002
1003 2003-04-26 [paul]       0.8.11claws115
1004
1005         * src/mimeview.c
1006                 restore double-clicking of the [application/pgp-signature 
1007                 (Select "Check signature" to check)] line in the message view,
1008                 broken in recent sync
1009
1010 2003-04-26 [christoph]  0.8.11claws114
1011
1012         * src/folder.c
1013                 check if remove virtual really exists before
1014                 calling the function
1015
1016 2003-04-25 [match]      0.8.11claws113
1017
1018         * src/addrindex.c
1019         * src/addrbook.c
1020         * src/ldapquery.[ch]
1021         * src/ldapctrl.[ch]
1022                 fix memleak.
1023         * src/ldapserver.[ch]
1024                 fix memleak. fix segfault.
1025                 plug a Claws memleak
1026
1027 2003-04-25 [alfons]     0.8.11claws112
1028
1029         * src/folder.c
1030                 plug a Claws memleak
1031
1032 2003-04-25 [alfons]     0.8.11claws111
1033
1034         * src/common/session.c
1035                 plug a memleak
1036
1037 2003-04-25 [paul]       0.8.11claws110
1038
1039         * sync with 0.8.11cvs35
1040                 see ChangeLog 2003-04-24 and 2003-04-25
1041                 
1042         * src/gtk/pluginwindow.c
1043                 correct another strange float value
1044
1045 2003-04-24 [christoph]  0.8.11claws109
1046
1047         * src/folder.c
1048                 freeze folder item updates when unsetting new flags
1049
1050         * src/gtk/pluginwindow.c
1051                 correct strange float value
1052
1053 2003-04-23 [paul]       0.8.11claws108
1054
1055         * sync with 0.8.11cvs33
1056                 see ChangeLog 2003-04-23
1057
1058 2003-04-22 [paul]       0.8.11claws107
1059
1060         * src/Makefile.am
1061           src/messageview.c
1062           src/mimeview.c
1063           src/pgptext.[ch]      ** REMOVED **
1064                 remove pgptext.[ch] as its not used any more
1065
1066 2003-04-22 [paul]       0.8.11claws106
1067
1068         * sync with 0.8.11cvs31
1069                 see ChangeLog 2003-04-21 and 2003-04-22
1070
1071 2003-04-21 [alfons]     0.8.11claws105
1072
1073         * src/main.c
1074                 No access to GTK structures if we're a spawned child
1075                 (and clean up code a little bit...) Should fix #126.
1076
1077 2003-04-21 [melvin]     0.8.11claws104
1078
1079         * src/plugins/dillo_viewer/README
1080                 Improved slightly the text.
1081
1082 2003-04-21 [melvin]     0.8.11claws103
1083
1084         * src/plugins/dillo_viewer/README *** NEW ***
1085                 Added a README file for the Dillo plugin
1086
1087 2003-04-20 [paul]
1088
1089         * tools/README
1090           tools/outlook2sylpheed.pl
1091                 updated and improved by Ricardo Mones Lastra
1092
1093 2003-04-18 [oliver]     0.8.11claws102
1094
1095         * src/inc.c 
1096         * src/prefs_account.h
1097                 remove Pop3SessionType (used by selective download)
1098         * src/prefs_toolbar.c
1099                 enable set Default Toolbar button
1100
1101 2003-04-18 [paul]       0.8.11claws101
1102
1103         * sync with 0.8.11cvs29
1104                 see ChangeLog 2003-04-18
1105
1106 2003-04-17 [paul]       0.8.11claws100
1107
1108         * src/prefs_common.[ch]
1109           src/summaryview.c
1110                 remove 'Open next message on deletion' option,
1111                 as the same effect can now be achieved via the
1112                 'Always open messages in summary when selected'
1113                 option.
1114
1115 2003-04-17 [paul]       0.8.11claws99
1116
1117         * sync with 0.8.11cvs28
1118                 see ChangeLog 2003-04-17
1119
1120 2003-04-17 [christoph]  0.8.11claws98
1121
1122         * ac/spamassassin.m4
1123         * src/plugins/spamassassin/libspamc.[ch]
1124         * src/plugins/spamassassin/utils.[ch]
1125                 sync libspamc with SpamAssassin project
1126
1127 2003-04-17 [christoph]  0.8.11claws97
1128
1129         * src/common/socket.h
1130         * src/gtk/sslcertwindow.h
1131                 rename old USE_SSL to USE_OPENSSL
1132
1133 2003-04-17 [paul]       0.8.11claws96
1134
1135         * src/prefs_common.h
1136                 use gulong for P_COLOR so that it compiles/runs on
1137                 64-bit systems. Patch submitted by James Noyes
1138                 <jnoyes-claws@retrogeeks.com>
1139                 
1140         * po/de.po
1141                 updated by Jens
1142
1143 2003-04-17 [paul]       0.8.11claws95
1144
1145         * sync with 0.8.11cvs27
1146                 see ChangeLog 2003-04-16
1147
1148 2003-04-15 [paul]       0.8.11claws94
1149
1150         * src/prefs_common.[ch]
1151                 rearrange to stop the window getting too long:
1152                         move Receive dialog stuff to Receive tab
1153                         move Send dialog to Send tab
1154                         remove Dialogs frame
1155                 rename 'Open messages in summary with cursor keys' to
1156                 'Always open messages in summary when selected', as its
1157                 more appropriate
1158
1159 2003-04-15 [paul]       0.8.11claws93
1160
1161         * src/prefs_common.[ch]
1162           src/summaryview.c
1163                 add new option '/Interface/Open next message on deletion'
1164
1165 2003-04-15 [paul]       0.8.11claws92
1166
1167         * src/summaryview.[ch]
1168                 add /Mark/Lock and /Mark/Unlock to the pop-up
1169                 menu. Patch submitted by Ivan Francolin Martinez
1170                 <ivanfm@users.sourceforge.net>
1171
1172 2003-04-15 [paul]       0.8.11claws91
1173
1174         * sync with 0.8.11cvs24
1175                 see ChangeLog 2003-04-15
1176
1177 2003-04-14 [jens]       0.8.11claws90
1178
1179         * updated German translation and some corrections from
1180                 Roland Bless <bless@tm.uka.de>
1181
1182 2003-04-14 [paul]       0.8.11claws89
1183
1184         * sync with 0.8.11cvs22
1185                 see ChangeLog 2003-04-14
1186
1187 2003-04-13 [paul]       0.8.11claws88
1188
1189         * src/plugins/clamav/clamav_plugin.c
1190                 fix memory leaks
1191                 clean up
1192
1193 2003-04-12 [paul]       0.8.11claws87
1194
1195         * src/plugins/clamav/clamav_plugin.c
1196                 activate enable/disable archive scanning option
1197                 
1198         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1199
1200 2003-04-12 [paul]       0.8.11claws86
1201
1202         * src/plugins/Makefile.am
1203           src/plugins/clamav/Makefile.am                ** NEW FILE **
1204           src/plugins/clamav/README                     ** NEW FILE ** 
1205           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1206           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1207                 add Clam AntiVirus plugin
1208
1209 2003-04-12 [paul]       0.8.11claws85
1210
1211         * sync with 0.8.11cvs21
1212                 see ChangeLog 2003-04-11
1213
1214 2003-04-11 [paul]       0.8.11claws84
1215
1216         * po/es.po
1217                 update Spanish translation. Submitted by Ricardo
1218                 Mones Lastra.
1219
1220 2003-04-10 [christoph]  0.8.11claws83
1221
1222         * src/mbox.c
1223                 fix typo that did not move unfiltered mails to destination
1224                 folder
1225
1226         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1227          when filtering from spool)
1228
1229 2003-04-10 [christoph]  0.8.11claws82
1230
1231         * src/imap.c
1232                 use BODY.PEEK instead of BODY in in message fetch operation
1233                 to make sure the IMAP server does not set the \Seen flag for
1234                 messages. Sylpheed does that later itself, when the message
1235                 is opened in sylpheed
1236
1237         (closes Bug 111 Claws destroys unread marks)
1238
1239 2003-04-09 [oliver]     0.8.11claws81
1240         
1241         * src/folder.c
1242                 fix crash in folder_destroy
1243         * README.claws
1244                 remove selective download
1245
1246 2003-04-09 [christoph]  0.8.11claws80
1247
1248         * src/imap.c
1249                 fix crash in imap_get_msginfo() when then fetched message
1250                 is not found
1251
1252         (closes Bug 110 Crash during mail composition)
1253
1254 2003-04-08 [christoph]  0.8.11claws79
1255
1256         * src/folder.c
1257         * src/prefs_account.c
1258                 Filter new messages that are found in an INBOX folder
1259                 when 'Filter messages on receiving' is enabled in the
1260                 Folder's AccountPrefs. This allows to use Sylpheed's
1261                 filtering engine for IMAP folders where messages are
1262                 added to the INBOX by a MTA
1263
1264 2003-04-08 [paul]       0.8.11claws78
1265
1266         * src/procmsg.h
1267                 clean up after last commit
1268
1269 2003-04-08 [paul]       0.8.11claws77
1270
1271         * sync with 0.8.11cvs20
1272                 see ChangeLog 2003-04-07 and 2003-04-08
1273
1274 2003-04-07 [christoph]  0.8.11claws76
1275
1276         * src/filtering.[ch]
1277         * src/inc.[ch]
1278         * src/mbox.c
1279         * src/procmsg.[ch]
1280                 add procmsg_msginfo_filter() to execute filtering actions
1281
1282 2003-04-06 [christoph]  0.8.11claws75
1283
1284         * src/imap.c
1285                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1286
1287 2003-04-06 [christoph]  0.8.11claws74
1288
1289         * src/common/utils.[ch]
1290                 add g_int_compare() function for slist sorting
1291
1292         * src/imap.c
1293                 fetch all MsgInfos with one command in imap_get_msginfos()
1294                 using an imap set with a list of ranges
1295
1296         * src/news.c
1297                 use new g_int_compare() function
1298
1299 2003-04-06 [thorsten]   0.8.11claws73
1300
1301         * src/mh.c
1302                 corrected implementation of mh_folder_destroy()
1303
1304 2003-04-05 [christoph]  0.8.11claws72
1305
1306         * src/account.c
1307         * src/folder.[ch]
1308         * src/folderview.c
1309         * src/imap.c
1310         * src/inc.c
1311         * src/main.c
1312         * src/mainwindow.c
1313         * src/mbox_folder.c
1314         * src/mh.c
1315         * src/mimeview.h
1316         * src/msgcache.[ch]
1317         * src/news.c
1318         * src/procmime.h
1319         * src/procmsg.[ch]
1320         * src/setup.c
1321         * src/gtk/gtkutils.c
1322                 o rename structure field names class and new to klass and
1323                   new_msgs, to allow including files in C++
1324                 o add 'extern "C"' block to some header files
1325                 o add MsgInfoList and MsgNumberList as alias for GSList for
1326                   developers to know what type of list is expected
1327
1328         * src/plugins/image_viewer/plugin.c
1329         * src/plugins/image_viewer/viewer.[ch]
1330         * src/plugins/image_viewer/viewerprefs.[ch]
1331                 rename function names to prevent conflicts
1332
1333 2003-04-05 [paul]       0.8.11claws71
1334
1335         * sync with 0.8.11cvs18
1336                 see ChangeLog 2003-04-03 and 2003-04-04
1337
1338 2003-04-02 [christoph]  0.8.11claws70
1339
1340         * src/folder.[ch]
1341         * src/imap.[ch]
1342         * src/mbox_folder.[ch]
1343         * src/mh.[ch]
1344         * src/news.[ch]
1345                 o Make all virtual folder functions private
1346                 o remove unused folder code
1347
1348         * src/common/socket.[ch]
1349         * src/summaryview.c
1350                 fix warnings
1351
1352 2003-03-30 [alfons]     0.8.11claws69
1353
1354         * src/send_message.c
1355                 remove two debug traces and see if people still report
1356                 errors
1357
1358 2003-03-30 [alfons]     0.8.11claws68
1359
1360         * src/send_message.c
1361         * src/commons/session.c
1362                 add more debug traces
1363
1364 2003-03-30 [christoph]  0.8.11claws67
1365
1366         * src/folder.c
1367                 change processing folder name from .processing to processing
1368
1369         * src/common/ssl.c
1370                 disable SSL certificate check because it causes Xlib error
1371                 when the child process want's to open an GTK window
1372
1373 2003-03-30 [christoph]  0.8.11claws66
1374
1375         * src/folder.c
1376                 don't use default folder for processing folder item because
1377                 it can be a non local folder
1378
1379         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1380
1381 2003-03-30 [alfons]     0.8.11claws65
1382
1383         * src/send_message.c
1384                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1385                 to generate bad code for 'send_send_data_progressive': When
1386                 called from 'send_send_data_finished', the 'data' pointer is
1387                 cleared just before the assignment to the dialog pointer
1388
1389 2003-03-29 [christoph]  0.8.11claws64
1390
1391         * src/common/prefs.h
1392         * src/plugins/image_viewer/Makefile.am
1393         * src/plugins/image_viewer/plugin.c
1394         * src/plugins/image_viewer/viewer.[ch]
1395         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1396                 add PrefsPage for ImageViewer
1397
1398 2003-03-28 [thorsten]   0.8.11claws63
1399
1400         * src/common/session.c
1401                 added some comments
1402
1403 2003-03-28 [paul]       0.8.11claws62
1404
1405         * sync with 0.8.11cvs16
1406                 see ChangeLog 2003-03-28
1407
1408 2003-03-28 [paul]       0.8.11claws61
1409
1410         * sync with 0.8.11cvs15
1411                 see ChangeLog 2003-03-28
1412
1413 2003-03-27 [christoph]  0.8.11claws60
1414
1415         * src/folder.c
1416         * src/imap.c
1417         * src/common/socket.[ch]
1418                 set socket state to DISCONNECTED when any operation
1419                 fails to allow reconnecting in IMAP code without
1420                 checking the return code of all calls to the command
1421                 functions
1422
1423         * src/folderview.c
1424         * src/summaryview.c
1425                 remove some more stuff that depends on specific
1426                 folder types
1427
1428 2003-03-27 [paul]       0.8.11claws59
1429
1430         * sync with 0.8.11cvs14
1431                 see ChangeLog 2003-03-27
1432                 
1433         * src/selective_download.[ch]   ** REMOVED **
1434                 really removed
1435
1436 2003-03-27 [christoph]  0.8.11claws58
1437
1438         * src/folder.c
1439                 fix handling of tmp_flags in flag copy function
1440
1441 2003-03-27 [paul]       0.8.11claws57
1442
1443         * sync with 0.8.11cvs13
1444                 see ChangeLog 2003-03-27
1445
1446 2003-03-27 [oliver]     0.8.11claws56
1447
1448         * src/maiwindow.c
1449                 remove sel_download_cb
1450
1451 2003-03-27 [oliver]     0.8.11claws55
1452         
1453         * src/inc.c
1454                 remove POP3_TOP
1455         
1456 2003-03-26 [oliver]     0.8.11claws54
1457
1458         *src/pop.h
1459                 remove POP3_TOP*
1460         * README.claws
1461                 remove selective donwload readme
1462
1463 2003-03-26 [oliver]     0.8.11claws53
1464         * src/matcher.[ch]
1465         * src/matcher_parser_parse.y 
1466         * src/pop.c 
1467         * src/prefs_account.[ch]
1468         * src/prefs_filtering.c
1469                 remove selective donwload
1470
1471 2003-03-26 [oliver]     0.8.11claws52
1472
1473         * src/inc.[ch] 
1474         * src/filtering.c 
1475         * src/mainwindow.c 
1476                 remove selective donwload
1477
1478 2003-03-26 [oliver]     0.8.11claws51
1479         
1480         * src/Makefile.am
1481         * src/selective_download.[ch]   ** REMOVE **    
1482
1483 2003-03-26 [christoph]  0.8.11claws50
1484
1485         * src/news.c
1486                 fix NEWS that got broken by a sync with sylpheed-main
1487
1488 2003-03-26 [christoph]  0.8.11claws49
1489
1490         * src/mimeview.c
1491                 fix mime type guessing when no mime type is found for a file
1492
1493 2003-03-25 [christoph]  0.8.11claws48
1494
1495         * src/mimeview.c
1496         * src/procmime.c
1497                 remove mime type guessing from mime parser and use
1498                 name based mime types in viewer lookup for mime type
1499                 application/octet-stream
1500
1501 2003-03-25 [christoph]  0.8.11claws47
1502
1503         * doc-src/readme.txt
1504         * doc-src/rfc2554.txt
1505                 add RFC about SMTP AUTH
1506
1507         * src/send_message.c
1508         * src/common/smtp.[ch]
1509                 add extra error code for authentication errors and
1510                 clear temporary password when this error occurs
1511
1512         (closes Bug 84 authentication failure while sending should
1513          prompt for password again)
1514
1515 2003-03-25 [christoph]  0.8.11claws46
1516
1517         * configure.ac
1518         * src/Makefile.am
1519         * src/imageview.[ch]                            ** REMOVE **
1520         * src/messageview.[ch]
1521         * src/mimeview.[ch]
1522         * src/prefs_common.[ch]
1523         * src/textview.c
1524         * src/plugins/Makefile.am
1525         * src/plugins/image_viewer/.cvsignore           ** NEW **
1526         * src/plugins/image_viewer/Makefile.am          ** NEW **
1527         * src/plugins/image_viewer/plugin.c             ** NEW **
1528         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1529                 move image viewer into a plugin (building is enabled by default)
1530                 [ToDo: Prefs for resize and autoview]
1531
1532 2003-03-25 [paul]       0.8.11claws45
1533
1534         * sync with 0.8.11cvs12
1535                 see ChangeLog 2003-03-26
1536
1537 2003-03-25 [paul]       0.8.11claws44
1538
1539         * sync with 0.8.11cvs11
1540                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1541                 
1542         Note: Selective Download is broken.
1543                 
1544 2003-03-22 [christoph]  0.8.11claws43
1545
1546         * src/folder.c
1547                 code cleanup for flags copying
1548
1549 2003-03-22 [christoph]  0.8.11claws42
1550
1551         * src/plugins/trayicon/trayicon.c
1552                 fix setting the transparent area when the window size
1553                 is forced by the system tray
1554
1555 2003-03-22 [christoph]  0.8.11claws41
1556
1557         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1558         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1559         * src/plugins/trayicon/newmail.xpm              ** NEW **
1560         * src/plugins/trayicon/nomail.xpm               ** NEW **
1561         * src/plugins/trayicon/trayicon.c
1562         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1563                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1564                 o add icon for unread mails
1565                 o set transparency for window
1566
1567 2003-03-22 [christoph]  0.8.11claws40
1568
1569         * src/news.c
1570                 init news session to prevent crash when session is closed
1571
1572 2003-03-22 [christoph]  0.8.11claws39
1573
1574         * src/imap.c
1575         * src/common/session.[ch]
1576                 Init session data to make sure we don't have invalid pointers
1577                 for read_ch and write_ch when new multi process sessions are
1578                 not used
1579
1580         * src/main.c
1581         * src/common/plugin.c
1582         * src/common/sylpheed.c
1583         * src/plugins/demo/demo.c
1584         * src/plugins/dillo_viewer/dillo_viewer.c
1585         * src/plugins/mathml_viewer/mathml_viewer.c
1586         * src/plugins/spamassassin/spamassassin.c
1587         * src/plugins/spamassassin/spamassassin_gtk.c
1588                 add plugin types to allow loading plugins at different times
1589                 (and maybe for different frontends), because it's not good to
1590                 load GTK-Plugins gefore gtk_init was called
1591
1592         * configure.ac
1593         * src/plugins/Makefile.am
1594         * src/plugins/trayicon/.cvsignore               ** NEW **
1595         * src/plugins/trayicon/Makefile.am              ** NEW **
1596         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1597         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1598         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1599         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1600         * src/plugins/trayicon/trayicon.c               ** NEW **
1601                 New Trayicon plugin that shows an icon in a systray that uses
1602                 XEMBED protocol like Gnome's systray. Icon shows if there
1603                 are new mails and a tooltip shows information about new,
1604                 unread and total messages.
1605
1606 2003-03-22 [paul]       0.8.11claws38
1607
1608         * src/common/smtp.c
1609                 fix ESMTP AUTH CRAM-MD5
1610                 [sync with main (still version 0.8.11cvs6), see
1611                  ChangeLog 2003-03-22]
1612
1613 2003-03-21 [colin]      0.8.11claws37
1614
1615         * src/send_message.c
1616                 Fix USE_SSL => USE_OPENSSL
1617
1618 2003-03-21 [colin]      0.8.11claws36
1619
1620         * src/folderview.c
1621                 Fix counts in drag and dropped subfolders
1622
1623 2003-03-21 [colin]      0.8.11claws35
1624
1625         * src/folder.c 
1626         * src/folderview.c
1627                 speed up a bit folder dnd
1628
1629 2003-03-20 [alfons]     0.8.11claws34
1630
1631         * src/main.c
1632         * src/toolbar.c
1633         * src/procmsg.c
1634                 don't send locked queue messages
1635                 (feature request "[ 705245 ] Locking message in outbox 
1636                  should prevent sending")
1637
1638 2003-03-20 [christoph]  0.8.11claws33
1639
1640         * src/folder.c
1641                 remove NEW and UNREAD flag in special folders when scanning
1642                 
1643         * src/common/smtp.c
1644                 fix ESMTP AUTH CRAM-MD5
1645
1646 2003-03-20 [paul]       0.8.11claws32
1647
1648         * src/prefs_account.c
1649                 Re-write 'Tunnel command to open connection' as
1650                 'Use command to communicate with server', and disable
1651                 it for all except IMAP accounts
1652
1653 2003-03-20 [paul]       0.8.11claws31
1654
1655         * sync with 0.8.11cvs6
1656                 see ChangeLog 2003-03-20
1657
1658 2003-03-19 [match]      0.8.11claws30
1659
1660         * src/addritem.[ch]
1661                 include documentation. minor refactoring.
1662         * src/addr_compl.[ch]
1663         * src/addrindex.[ch]
1664         * src/addresbook.[ch]
1665         * src/summaryview.c
1666                 re-enable address lookup (was disabled in
1667                 0.8.11claws20).
1668
1669 2003-03-19 [christoph]  0.8.11claws29
1670
1671         * src/procmsg.c
1672                 add temp flag handling, will make moving and copying
1673                 messages possible again
1674
1675         * src/folder.c
1676                 correct calulation of folder stats
1677
1678 2003-03-18 [match]      0.8.11claws28
1679
1680         * src/editgroup.h
1681                 remove case sensitive comparison (closes bug 80).
1682
1683 2003-03-18 [christoph]  0.8.11claws27
1684
1685         * src/imap.c
1686                 fix imap using a tunnel command
1687
1688         (closes bug 87)
1689
1690 2003-03-18 [christoph]  0.8.11claws26
1691
1692         * src/folder.[ch]
1693         * src/imap.c
1694         * src/procmsg.[ch]
1695                 rewrite flag handling for folders
1696
1697 2003-03-18 [christoph]  0.8.11claws25
1698
1699         * src/folder.c
1700         * src/procmsg.c
1701         * src/summaryview.c
1702                 unset NEW and UNREAD flags when message is ignored, to make
1703                 sure messages don't show up as unread on other IMAP clients,
1704                 because the IGNORE_THREAD flag can not be syncronized through
1705                 the IMAP folder
1706
1707 2003-03-17 [christoph]  0.8.11claws24
1708
1709         * src/imap.c
1710                 don't use recursion to fetch uids when the number of messages
1711                 does not match. Moved code into subfunction that is used
1712                 again when needed, to prevent an endless loop.
1713
1714 2003-03-17 [thorsten]   0.8.11claws23
1715
1716         * src/imageview.[ch]
1717                 export imageview_get_resized_size() (for plugins)
1718         * src/prefs_common.[ch]
1719                 added prefs_common_get() (for plugins)
1720
1721 2003-03-17 [christoph]  0.8.11claws22
1722
1723         * src/imap.c
1724                 o remove UID guessing from copy code
1725                 o support UIDPLUS extension for APPEND command
1726
1727 2003-03-17 [paul]       0.8.11claws21
1728
1729         * src/gtk/about.c
1730                 remove 'Compiled-plugins' section.
1731                 
1732         * src/plugins/dillo_viewer/dillo_viewer.c
1733                 slight change to description text
1734
1735 2003-03-16 [match]      0.8.11claws20
1736         * src/ldapserver.[ch]           ** NEW **
1737         * src/ldapctrl.[ch]             ** NEW **
1738         * src/ldapquery.[ch]            ** NEW **
1739         * src/ldaputil.[ch]             ** NEW **
1740         * src/addrcindex.[ch]           ** NEW **
1741         * src/addrquery.h               ** NEW **
1742         * src/addritem.[ch]
1743         * src/addrcache.[ch]
1744         * src/addrindex.[ch]
1745         * src/addr_compl.[ch]
1746         * src/addressbook.[ch]
1747         * src/addrbook.[ch]
1748         * src/editgroup.c
1749         * src/editaddress.c
1750         * src/editldap.c
1751         * src/editldap_basedn.c
1752         * src/vcard.c
1753         * src/jpilot.c
1754         * src/Makefile.am
1755                 included dynamic LDAP queries. improved address
1756                 completion.
1757
1758 2003-03-16 [paul]       0.8.11claws19
1759
1760         * tools/multiwebsearch.pl
1761                 fix a fatal typo
1762
1763 2003-03-16 [christoph]  0.8.11claws18
1764
1765         * src/mimeview.c
1766         * src/plugins/dillo_viewer/dillo_viewer.c
1767         * src/plugins/mathml_viewer/mathml_viewer.c
1768                 make unregistering of MimeViewerFactorys possible
1769
1770 2003-03-16 [alfons]     0.8.11claws17
1771
1772         * configure.ac
1773                 correct typo
1774
1775 2003-03-16 [melvin]     0.8.11claws16
1776
1777         * src/plugins/dillo_viewer.c
1778                 Fixed bug where it was not possible to view more than
1779                 one text/html attachment per message (bug discovered
1780                 by Christoph Hohmann).
1781
1782 2003-03-15 [melvin]     0.8.11claws15
1783
1784         * src/prefs_actions.c
1785                 Fixed compilation warnings.
1786
1787 2003-03-15 [melvin]     0.8.11claws14
1788
1789         * src/plugins/Makefile.am
1790         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1791         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1792         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1793                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1794                 newer (http://dillo.auriga.wearlab.de/).
1795
1796 2003-03-15 [christoph]  0.8.11claws13
1797
1798         * src/imap.c
1799                 don't query imap folder for attributes because we already
1800                 for them from imap_status
1801
1802         * src/mimeview.[ch]
1803                 add support for plugable MimeViewers (unloading Viewers
1804                 not yet complete)
1805
1806         * src/plugins/Makefile.am
1807         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1808         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1809         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1810                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1811                 widget from http://helm.cs.unibo.it/mml-widget/
1812
1813 2003-03-14 [christoph]  0.8.11claws12
1814
1815         * src/folder.[ch]
1816                 o error return code's should better be negative
1817                 o replace printf with debug_print
1818
1819         * src/imap.c
1820                 improve IMAP folder scan by checking UID-NEXT
1821
1822         * src/summaryview.c
1823                 remove check that are unnecessary in my opinion
1824
1825 2003-03-13 [christoph]  0.8.11claws11
1826
1827         * src/folder.[ch]
1828         * src/foldersel.c
1829         * src/folderview.c
1830         * src/imap.c
1831         * src/mbox_folder.c
1832         * src/mh.c
1833         * src/news.c
1834         * src/prefs_scoring.c
1835         * src/summaryview.c
1836                 use a common function to get a displayable name
1837                 for a FolderItem
1838
1839 2003-03-13 [paul]       0.8.11claws10
1840
1841         * tools/Makefile.am
1842           tools/README
1843           tools/multiwebsearch.conf     ** NEW FILE **
1844           tools/multiwebsearch.pl       ** NEW FILE **
1845                 add multiwebsearch Actions script
1846
1847 2003-03-13 [colin]      0.8.11claws9
1848
1849         * src/compose.c
1850                 Remove leading emtpy lines from quoted text
1851                 before quoting it
1852
1853 2003-03-13 [melvin]     0.8.11claws8
1854
1855         * src/prefs_actions.c
1856                 Fixed a memory leak
1857                 Code clean ups
1858                 Added Cancel and OK buttons
1859                 Corrected help text
1860
1861 2003-03-13 [christoph]  0.8.11claws7
1862
1863         * src/account.c
1864         * src/folder.[ch]
1865         * src/imap.c
1866         * src/mainwindow.c
1867         * src/mbox_folder.c
1868         * src/mh.c
1869         * src/news.c
1870         * src/setup.c
1871                 replace more folder type stuff with folder class stuff
1872
1873 2003-03-13 [melvin]     0.8.11claws6
1874
1875         * src/prefs_actions.c
1876                 Added new tokens:
1877                 %u: user provided argument
1878                 %h: user provided argument (hidden on input)
1879                 %s: current text selection in the message view 
1880
1881 2003-03-13 [paul]       0.8.11claws5
1882
1883         * sync with 0.8.11cvs5
1884                 see ChangeLog 2003-03-11, 2003-03-12
1885
1886 2003-03-12 [christoph]  0.8.11claws4
1887
1888         * src/folder.c
1889                 use folder class idstr when writing folderlist.xml
1890
1891         * src/folder.h
1892         * src/imap.c
1893         * src/news.c
1894                 replace folder type checks with folder class checks
1895
1896 2003-03-12 [christoph]  0.8.11claws3
1897
1898         * src/folder.[ch]
1899         * src/imap.[ch]
1900         * src/main.c
1901         * src/mbox_folder.[ch]
1902         * src/mh.[ch]
1903         * src/news.[ch]
1904                 o create a list of known folder classes in the folder system
1905                 o use folder class id strings for folder item identifiers
1906
1907 2003-03-12 [christoph]  0.8.11claws2
1908
1909         * src/imap.c
1910                 fix imap uid validity check
1911
1912 2003-03-12 [christoph]  0.8.11claws1
1913
1914         * src/account.c
1915         * src/folder.[ch]
1916         * src/foldersel.c
1917         * src/folderview.c
1918         * src/imap.c
1919         * src/mainwindow.c
1920         * src/mbox_folder.c
1921         * src/mh.c
1922         * src/news.c
1923         * src/prefs_scoring.c
1924         * src/procmsg.c
1925         * src/setup.c
1926         * src/summaryview.c
1927                 initial restructuring of folder system, seperating
1928                 folders and folder classes
1929
1930 2003-03-12 [paul]       0.8.11claws
1931
1932         0.8.11claws release
1933
1934 2003-03-12 [christoph]
1935
1936         * src/gtk/prefswindow.c
1937                 fix translation of "Page Index"
1938
1939 2003-03-12 [paul]       0.8.10claws110
1940
1941         a sync from 0.8.11cvs4 before the release
1942
1943         * src/common/utils.c
1944                 subject_compare_for_sort(): allow null strings (fixes
1945                 summary sorting).
1946
1947 2003-03-11 [paul]       0.8.10claws109
1948
1949         * po/es.po
1950                 update Spanish translation, submitted by
1951                 Ricardo Mones Lastra
1952
1953 2003-03-11 [melvin]     0.8.10claws108
1954
1955         * po/fr.po
1956                 Updated French translations
1957
1958 2003-03-11 [paul]       0.8.10claws107
1959
1960         * manual/en/Makefile.am
1961           manual/en/*.html
1962                 update English manual, add a new page
1963                 updated by Francois Barriere <fbarriere@atmel.fr>
1964                 
1965         * po/bg.po
1966           po/it.po
1967           po/sr.po
1968                 update Bulgarian, Italian, and Serbian translations
1969                 submitted by George Danchev, Alessandro Maestri, and
1970                 Urke MMI
1971
1972 2003-03-10 [paul]       0.8.10claws106
1973
1974         * src/gtk/about.c
1975           src/gtk/prefswindow.c
1976                 make some strings translatable
1977
1978 2003-03-10 [darko]      0.8.10claws105
1979
1980         * src/compose.c
1981                 code cleanup to make Hiro happy
1982
1983 2003-03-10 [paul]       0.8.10claws104
1984
1985         * sync with 0.8.11cvs2
1986                 see ChangeLog 2003-03-10
1987
1988 2003-03-09 [melvin]     0.8.10claws103
1989
1990         * src/textview.c
1991                 textview_set_font(): fix for message display in
1992                 UTF-8 locales (thanks to Sergey Vlasov).
1993                 (was unintentionnaly reverted in 0.8.6claws6)   
1994
1995 2003-03-08 [darko]      0.8.10claws102
1996
1997         * src/compose.c
1998                 fix infinite loop in wrapping as reported
1999                 by happycactus
2000                 obsoletes patch #696482
2001
2002 2003-03-08 [christoph]  0.8.10claws101
2003
2004         * src/imap.c
2005                 add workaround for IMAP servers that do not
2006                 support the "UID SEARCH UID" command
2007
2008 2003-03-07 [christoph]  0.8.10claws100
2009
2010         * src/plugins/spamassassin/spamassassin.[ch]
2011         * src/plugins/spamassassin/spamassassin_gtk.c
2012                 code cleanup
2013
2014 2003-03-07 [paul]       0.8.10claws99
2015
2016         * po/es.po
2017                 updated Spanish translation, submitted by
2018                 Ricardo Mones Lastra
2019
2020 2003-03-07 [christoph]  0.8.10claws98
2021
2022         * src/send.c
2023                 fix in 0.8.10claws94 was wrong
2024                 local delivery does not require escaping, remove escaping
2025                 code to make signatures of mails with "." lines valid
2026                 
2027                 NOTE: requires that sendmail is executed with "-i" option,
2028                       what is the default now, but has to be changed in all
2029                       exsiting accounts)
2030
2031 2003-03-07 [paul]       0.8.10claws97
2032
2033         * sync with 0.8.11 release
2034                 see ChangeLog 2003-03-07
2035
2036 2003-03-06 [paul]       0.8.10claws96
2037
2038         * src/compose.c
2039                 revert commit 0.8.10claws92
2040
2041 2003-03-06 [paul]       0.8.10claws95
2042
2043         * src/folderview.c
2044                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2045
2046         * src/gtkaspell.c
2047                 fix bug 74, 'Crash opening editor window with pseudo-color
2048                 display'
2049                 
2050         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2051
2052 2003-03-06 [christoph]  0.8.10claws94
2053
2054         * src/send.c
2055                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2056                 all lines starting with a period get an extra period
2057                 inserted
2058                 (found by Simon 'corecode' Schubert)
2059
2060 2003-03-06 [paul]       0.8.10claws93
2061
2062         * src/folderview.c
2063                 if configured font can't be loaded fall back to gtk
2064                 default. (with thanks to Christoph)
2065                 
2066                 closes long-standing bug 15 'Crashes on startup'
2067
2068 2003-03-06 [paul]       0.8.10claws92
2069
2070         * src/compose.c
2071                 freeze text before autosave and thaw afterwards
2072                 fixes bug 67 'autosave make re-rediting message crazy'
2073
2074 2003-03-06 [christoph]  0.8.10claws91
2075
2076         * src/compose.c
2077                 ignore address comment in dupe check for Cc-list
2078
2079         (closes reopened bug 47 Replying to message strips name part of
2080          e-mail addresses of Cc: lines)
2081
2082 2003-03-06 [paul]       0.8.10claws90
2083
2084         * src/Makefile.am
2085                 remove reference to gtkxtext.h as its no longer in
2086                 the repository
2087
2088 2003-03-06 [paul]       0.8.10claws89
2089
2090         * sync with 0.8.10cvs25
2091                 see ChangeLog 2003-03-06
2092
2093 2003-03-06 [oliver]     0.8.10claws88
2094         
2095         * src/messageview.c
2096                 remove include
2097
2098 2003-03-06 [oliver]     0.8.10claws87
2099         
2100         * src/folderview.c 
2101                 remove changes introduced inclaws74
2102         * src/messageview.c
2103                 another attempt to sanely delete and update
2104                 messages deleted in separate messageview
2105
2106 2003-03-05 [christoph]  0.8.10claws86
2107
2108         * src/summaryview.c
2109                 check if "From" matches any account's address if
2110                 addressbook completion of addresses is disabled too
2111
2112         (closes Bug 70 "Display recipient in from" doesn't check
2113          folder's default account)
2114
2115 2003-03-05 [christoph]  0.8.10claws85
2116
2117         * src/compose.c
2118         * src/common/utils.[ch]
2119                 don't strip address comments when building Cc lists
2120
2121         (closes Bug 47 Replying to message strips name part of e-mail addresses
2122          of Cc: lines)
2123
2124         * src/folder.c
2125                 fix return value of copy function
2126
2127 2003-03-05 [christoph]  0.8.10claws84
2128
2129         * src/imap.c
2130                 don't ask imap server for non rfc822 headers
2131
2132         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2133
2134         * src/imap.c
2135                 destroy session on socket error to allow reconnecting
2136
2137 2003-03-05 [christoph]  0.8.10claws83
2138
2139         * configure.ac
2140                 fix building with gnome when no prefix is set
2141
2142         (closes bug 66 Gnome directory is set to NONE)
2143
2144 2003-03-05 [paul]       0.8.10claws82
2145
2146         * sync with 0.8.10cvs23
2147                 see ChangeLog 2003-03-05
2148
2149 2003-03-04 [christoph]  0.8.10claws81
2150
2151         * src/folder.c
2152                 o fix moving and copying when folder returns 0 for new
2153                   message number
2154                 o remove some code for single message copy and move
2155                   operations and use functions for multiple messages
2156
2157         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2158
2159         * src/news.c
2160                 remove unused include
2161
2162 2003-03-04 [paul]       0.8.10claws80
2163
2164         * src/gtk/about.c
2165                 list 'Compiled plugins'
2166
2167 2003-03-03 [christoph]  0.8.10claws79
2168
2169         * src/news.[ch]
2170                 have to multiply the percentage of the current fetch with
2171                 the percentage that it has of the total fetch operation
2172                 for correct values
2173
2174 2003-03-03 [christoph]  0.8.10claws78
2175
2176         * src/news.c
2177                 fix calculation of expected lines for progress indicator
2178
2179 2003-03-03 [christoph]  0.8.10claws77
2180
2181         * src/summaryview.c
2182         * src/common/utils.c
2183                 fix segfault when opening the root news folder
2184
2185 2003-03-03 [christoph]  0.8.10claws76
2186
2187         * src/mainwindow.[ch]
2188         * src/common/Makefile.am
2189         * src/common/progressindicator.[ch]
2190                 add UI independent progress indicator handling
2191
2192         * src/news.[ch]
2193                 use new progress indicator for message info fetching
2194
2195         * src/common/hooks.h
2196                 code cleanup
2197
2198 2003-03-03 [oliver]     0.8.10claws75
2199
2200         * src/toolbar.c
2201         * src/compose.c
2202                 removed commented code
2203
2204 2003-03-03 [oliver]     0.8.10claws74
2205
2206         * src/toolbar.[ch]
2207                 cleanups and refactoring
2208         * src/compose.[ch]
2209                 compose_reply_mode reply & forwarding interface for
2210                 toolbar buttons
2211         * src/folderview.c
2212                 act on messages marked for deletion in folderview_selected
2213                 based on prefs_common.immediate_exec since a message might 
2214                 have been deleted by messageview in a folder we are changing 
2215                 to (does anybody understand what I'm on about ?)
2216
2217 2003-03-03 [oliver]     0.8.10claws73
2218         
2219         * src/messageview.[ch]
2220                 new functions
2221                 - messageview_delete: delete message shown in messagview
2222                 - messageview_update_view: update messageview to currently 
2223                   selected summaryview message
2224                 - add separate messageview to msgview_list in order to update 
2225                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2226         * src/summaryview.[ch]
2227                 summary_get_selection returns a list of selected msgs
2228                 in summaryview
2229         * src/mainwindow.c
2230                 toolbar reply refactoring
2231
2232 2003-03-03 [paul]       0.8.10claws72
2233
2234         * sync with 0.8.10cvs21
2235                 see ChangeLog 2003-03-03
2236
2237 2003-03-02 [christoph]  0.8.10claws71
2238
2239         * src/common/passcrypt.c
2240                 use POSIX includes
2241
2242 2003-03-02 [christoph]  0.8.10claws70
2243
2244         * configure.ac
2245         * src/prefs_account.c
2246         * src/prefs_gtk.[ch]
2247         * src/common/.cvsignore
2248         * src/common/Makefile.am
2249         * src/common/passcrypt.c                ** NEW **
2250         * src/common/passcrypt.h.in             ** NEW **
2251                 Implement password encryption in config files
2252                 using unix encrypt and setkey functions. The crypt
2253                 key can be set as a configure parameter. Old
2254                 passwords will be converted if they do not begin
2255                 with '!'
2256
2257 2003-03-02 [paul]       0.8.10claws69
2258
2259         * src/prefs_account.c
2260                 fix compile error
2261
2262 2003-03-01 [thorsten]   0.8.10claws68
2263
2264         * po/el.po
2265           po/hr.po
2266           po/it.po
2267           po/nl.po
2268           po/sr.po
2269           po/sv.po
2270                 corrected format strings
2271         * po/en_GB.po
2272                 corrected headers
2273                 (fix compile errors with GNU gettext-0.11.5)
2274
2275 2003-03-01 [oliver]     0.8.10claws67
2276
2277         * src/summaryview.c
2278                 menu callbacks call toolbar_menu_reply
2279
2280 2003-03-01 [oliver]     0.8.10claws66
2281
2282         * src/mainwindow.c
2283         * src/messageview.c
2284                 menu callbacks call toolbar_menu_reply
2285         * src/toolbar.[ch]
2286                 callbacks from menu handled by toolbar_menu_reply
2287
2288 2003-03-01 [paul]       0.8.10claws65
2289
2290         * src/addressbook.c
2291                 revert commit 0.8.10claws54 - breaks editing of
2292                 addressbook.
2293                 
2294         * po/bg.po
2295                 update Bulgarian translation, submitted by
2296                 George Danchev
2297
2298 2003-02-28 [christoph]  0.8.10claws64
2299
2300         * src/account.c
2301         * src/addressadd.c
2302         * src/compose.c
2303         * src/gtkaspell.c
2304         * src/gtkxtext.h                ** REMOVE **
2305         * src/imap.c
2306         * src/matcher.[ch]
2307         * src/mh.c
2308         * src/news.c
2309         * src/pine.c
2310         * src/prefs_common.c
2311         * src/prefs_matcher.c
2312         * src/procheader.[ch]
2313         * src/procmsg.[ch]
2314         * src/toolbar.c
2315         * src/common/ssl_certificate.c
2316         * src/gtk/colorlabel.c
2317         * src/gtk/menu.c
2318                 o fix warnings
2319                 o remove code obsoleted by new cache and folder system rework
2320
2321 2003-02-28 [oliver]     0.8.10claws63
2322         
2323         * src/toolbar.[ch]
2324                 * fix bug where reply in Messageview replied to 
2325                 Message displayed in summaryview
2326                 (reportedd via ML by chinatinte at gmx dot ch)
2327                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2328                 didn't work in separate MessageView Toolbar
2329                 (wondering if anybody uses this at all ?)
2330         * src/summaryview.[ch]
2331                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2332                 (generalize reply and forward code);
2333         * src/messageview.c 
2334                 remove focus_in event which updated summaryview to messageview
2335
2336 2003-02-28 [paul]       0.8.10claws62
2337
2338         * po/Makefile.in.in
2339                 add the --check option
2340                 Patch submitted by Ricardo Mones Lastra
2341
2342 2003-02-28 [paul]       0.8.10claws61
2343
2344         * src/prefs_account.c
2345                 re-order 'Signature' items
2346
2347 2003-02-28 [paul]       0.8.10claws60
2348
2349         * sync with 0.8.10cvs20
2350                 see ChangeLog 2003-02-28
2351
2352 2003-02-28 [paul]       0.8.10claws59
2353
2354         * po/POTFILES.in
2355                 update to reflect recent movement of files
2356
2357 2003-02-28 [paul]       0.8.10claws58
2358
2359         * sync with 0.8.10cvs19
2360                 see ChangeLog 2003-02-28
2361
2362 2003-02-27 [martin]     0.8.10claws57
2363
2364         * src/prefs_matcher.c 
2365                 fix segfault in prefs_matcher_ok() when the
2366                 last entry is deleted and prevents that the
2367                 message "entry not saved" comes up after deleting
2368                 an entry
2369
2370 2003-02-27 [martin]     0.8.10claws56
2371
2372         * src/prefs_filtering.c 
2373                 fix segfault in prefs_filtering_ok() when the
2374                 last entry is deleted and prevents that the
2375                 message "entry not saved" comes up after deleting
2376                 an entry
2377
2378 2003-02-27 [paul]       0.8.10claws55
2379
2380         * sync with 0.8.10cvs18
2381                 see ChangeLog 2003-02-27
2382
2383 2003-02-27 [paul]       0.8.10claws54
2384
2385         * src/addressbook.c
2386                 fix bug where the address book crashes with 
2387                 multiple lookups.
2388                 Patch [687729] submitted by David Frager 
2389                 <dbfrager@users.sourceforge.net>
2390
2391 2003-02-25 [christoph]  0.8.10claws53
2392
2393         * src/Makefile.am
2394         * src/colorlabel.[ch]           ** REMOVE **
2395         * src/gtk/Makefile.am
2396         * src/gtk/colorlabel.[ch]       ** NEW **
2397                 move colorlabel files to gtk directory
2398
2399         * src/esmtp.[ch]                ** REMOVE **
2400                 has been merged into smtp.[ch] in 0.7.5
2401
2402 2003-02-25 [christoph]  0.8.10claws52
2403
2404         * src/Makefile.am
2405         * src/about.[ch]                ** REMOVE **
2406         * src/gtk/Makefile.am
2407         * src/gtk/about.[ch]            ** NEW **
2408                 move about files to gtk directory
2409
2410 2003-02-25 [christoph]  0.8.10claws51
2411
2412         * src/folder.c
2413                 some code optimization of folder scanning code
2414
2415         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2416
2417 2003-02-25 [christoph]  0.8.10claws50
2418
2419         * src/main.c
2420         * src/common/sylpheed.c
2421                 add command line parameter parsing to common code
2422
2423 2003-02-24 [christoph]
2424
2425         * Makefile.am
2426         * configure.ac
2427                 fix gnome prefix problems, the configure script now removed
2428                 `gnome-config --prefix` from `gnome-config --datadir`
2429                 and adds $(prefix} instead
2430
2431         (closes Bug 24 Makefile does not respect prefix when installing
2432          GNOME data)
2433
2434 2003-02-24 [christoph]  0.8.10claws49
2435
2436         * src/news.c
2437                 check for valid session before trying to authenticate
2438
2439         (closes Bug 60 crash if "authenticate on logon" is activated
2440          and newsserver-hostname is not valid)
2441
2442 2003-02-24 [melvin]     0.8.10claws48
2443
2444         * src/prefs_actions.c
2445                 Make sure all user's input is sent to the action and then
2446                 close the socket..
2447
2448 2003-02-23 [alfons]     0.8.10claws46
2449
2450         * src/summaryview.c
2451                 also wait cursor when deleting files
2452
2453 2003-02-23 [paul]
2454
2455         * tools/freshmeat_search.pl
2456           tools/google_search.pl
2457                 scripts should now work for any browser/browser command line
2458
2459 2003-02-22 [christoph]  0.8.10claws45
2460
2461         * src/procmsg.c
2462                 fix IMAP flag setting, IMAP flag is not handled correctly
2463                 anymore by the folder system and information about the
2464                 folder should not be saved in the MsgInfo (in my opinion)
2465
2466         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2467
2468 2003-02-22 [christoph]  0.8.10claws44
2469
2470         * src/summaryview.c
2471                 fix spelling of "label" ;-)
2472
2473 2003-02-22 [thorsten]   0.8.10claws43
2474
2475         * src/mimeview.c
2476           src/prefs_common.[ch]
2477           src/procmime.[ch]
2478                 do not use description as attachment name
2479
2480 2003-02-22 [alfons]     0.8.10claws42
2481
2482         * src/summaryview.c
2483                 freeze/thaw folder item updates when changing color labels,
2484                 and put a wait cursors on
2485
2486 2003-02-22 [thorsten]   0.8.10claws41
2487
2488         * src/mimeview.c
2489                 save-all fixes: crash if invoked on multipart container,
2490                 mimeinfo access, pathseparators, error dialog
2491
2492 2003-02-21 [alfons]     0.8.10claws40
2493
2494         * src/prefs_gtk.c
2495                 remove unused var
2496
2497 2003-02-21 [colin]      0.8.10claws39
2498
2499         * src/send.c
2500                 Fix smtp logging
2501
2502 2003-02-21 [colin]      0.8.10claws38
2503
2504         * src/summaryview.c
2505                 Freeze/thaw folderItem updates when filtering messages 
2506                 via Tools/Filter messages
2507
2508 2003-02-21 [paul]       0.8.10claws37
2509
2510         * src/compose.c
2511                 revert commit 0.8.10claws26, there are ulterior motives
2512                 for users to set a Reply-To header when posting to
2513                 newsgroups
2514
2515 2003-02-21 [paul]       0.8.10claws36
2516
2517         * sync with 0.8.10cvs17
2518                 see ChangeLog 2003-02-21
2519
2520 2003-02-20 [christoph]  0.8.10claws35
2521
2522         * src/imap.c
2523                 IMAP UID fetch speedup using SEARCH
2524
2525         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2526
2527         * src/imap.c
2528                 fix problem with UIDs in IMAP UID cache that no longer existed
2529
2530 2003-02-20 [christoph]  0.8.10claws34
2531
2532         * src/imap.c
2533         * src/procheader.c
2534         * src/procheader.h
2535                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2536
2537         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2538
2539         * src/imap.c
2540                 Rewrite imap_cmd_gen_recv use sock_getline instead
2541                 of sock_gets to avoid problems with too long reply
2542                 lines
2543     
2544 2003-02-20 [colin]      0.8.10claws33
2545         
2546         * src/prefs_account.c
2547                 Better wording
2548
2549 2003-02-20 [colin]      0.8.10claws32
2550
2551         * src/compose.c
2552                 Remove useless '&& !to_sender' 
2553
2554 2003-02-20 [darko]
2555
2556         * AUTHORS
2557                 change my e-mail address
2558
2559 2003-02-19 [colin]      0.8.10claws31
2560
2561         * src/prefs_common.c
2562                 X11 style colors for every configurable color
2563
2564 2003-02-19 [alfons]     0.8.10claws30
2565
2566         * src/prefs_gtk.[ch]
2567         * src/prefs_common.c
2568                 for color_new accept both plain integers and X11 style color
2569                 names (as found in /usr/lib/X11/rgb.txt)
2570
2571 2003-02-19 [paul]       0.8.10claws29
2572
2573         * src/mainwindow.c
2574                 add tooltips to online/offline button and account selector
2575                 button
2576
2577 2003-02-19 [paul]       0.8.10claws28
2578
2579         * src/folder.c
2580           src/news.c
2581           src/prefs_account.[ch]
2582           src/prefs_common.[ch]
2583                 move 'Maximum number of articles to download' to
2584                 account prefs.
2585                 clean up account prefs gui a little by hiding entries
2586                 rather then greying out entries
2587
2588 2003-02-19 [hiro]       0.8.10claws27
2589
2590         * src/common/utils.c
2591                 fix bug #54 'yesterdays date is displayed in the message 
2592                 summary window'
2593
2594 2003-02-19 [paul]       0.8.10claws26
2595
2596         * src/compose.c
2597                 fix bug reported in Feature Request [688596] 
2598                 'Reply-to header in news'
2599
2600 2003-02-18 [paul]       0.8.10claws25
2601
2602         * src/select-keys.c
2603                 add a 'List all keys' button to key selection dialog
2604
2605 2003-02-18 [colin]      0.8.10claws24
2606         
2607         * src/stock_pixmap.c
2608                 fix compile error
2609
2610 2003-02-18 [colin]      0.8.10claws23
2611
2612         * src/common/smtp.[ch]
2613           src/prefs_account.c
2614                 Try to starttls if it seems to be the only
2615                 way to authenticate a user
2616
2617 2003-02-18 [paul]       0.8.10claws22
2618
2619         * src/Makefile.am
2620           src/folderview.c
2621           src/stock_pixmap.[ch]
2622           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2623           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2624                 as a Drafts folder is a special folder allow it to have
2625                 its own unique icons
2626
2627 2003-02-18 [colin]      0.8.10claws21
2628
2629         * src/imap.c
2630                 Fix port selection when using starttls
2631
2632 2003-02-18 [paul]       0.8.10claws20
2633
2634         * src/mainwindow.c
2635           src/prefs_common.[ch]
2636                 make blue the default new mail colour
2637
2638 2003-02-18 [paul]       0.8.10claws19
2639
2640         * sync with 0.8.10cvs14
2641                 see ChangeLog 2003-02-18
2642
2643 2003-02-17 [jens]       0.8.10claws18
2644
2645         * src/common/md5.c
2646                 fixed a compile problem with gcc 3.3
2647                 works on 2.95.3 too (testet on PPC as it is big endian)
2648
2649 2003-02-17 [paul]       0.8.10claws17
2650
2651         * sync with 0.8.10cvs13
2652                 see ChangeLog 2003-02-17
2653
2654 2003-02-17 [paul]       0.8.10claws16
2655
2656         * sync with 0.8.10cvs12
2657                 see ChangeLog 2003-02-17
2658
2659 2003-02-16 [match]      0.8.10claws15
2660
2661         * src/addressbook.c
2662                 Eliminates reloading of address data when items
2663                 deleted or added. Applied submitted by
2664                 Luke Plant <lukeplant@softhome.net>
2665
2666 2003-02-16 [paul]       0.8.10claws14
2667
2668         * src/news.c
2669                 when a 'protocol error' is encountered disconnect from
2670                 the server. This means that the user can carry on viewing
2671                 other articles and doesn't have to either wait until the
2672                 server timesout or quit sylpheed.
2673                 Fixes bug #53 'Unable to read messages in newsgroups, 
2674                 displayed message doesn't change'
2675
2676 2003-02-15 [christoph]  0.8.10claws13
2677
2678         * src/imap.c
2679                 fix bug that stopped scanning of folders when an
2680                 IMAP folder was empty
2681
2682         (closes bug 46 stop scan messages in folders after empty folder)
2683
2684 2003-02-15 [paul]
2685
2686         * tools/Makefile.am
2687           tools/README
2688           tools/freshmeat_search.pl     ** NEW FILE **
2689           tools/google_search.pl        ** NEW FILE **
2690                 Add 2 Actions scripts which search freshmeat/google
2691                 for the selected text using the browser configured
2692                 in sylpheedrc.
2693                 
2694         Note: These scripts are very dependent on the format of the
2695         browser command and may not work on every occasion. Testing
2696         is welcome. 
2697
2698 2003-02-14 [alfons]     0.8.10claws12
2699
2700         * src/compose.c
2701                 fix breakage because of uninitialized account pointer.
2702                 please verify.
2703
2704 2003-02-14 [paul]       0.8.10claws11
2705
2706         * src/compose.c
2707           src/prefs_account.[ch]
2708           src/prefs_common.[ch]
2709                 move signature settings to Account Prefs
2710
2711 2003-02-14 [paul]       0.8.10claws10
2712
2713         * sync with 0.8.10cvs11
2714                 see ChangeLog 2003-02-14
2715
2716 2003-02-13 [thorsten]   0.8.10claws9
2717
2718         * src/news.c
2719                 revert news progressbar (GUI separation)
2720
2721 2003-02-13 [paul]       0.8.10claws8
2722
2723         * src/compose.c
2724                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2725                 paragraph 1
2726
2727 2003-02-13 [paul]       0.8.10claws7
2728
2729         * src/compose.[ch]
2730           src/summaryview.c
2731                 fix 'Follow-up and Reply-to' so that it creates a reply to
2732                 the newsgroup and the sender. If the message has the keyword
2733                 'poster' in the Followup-To header, all replies go to the
2734                 sender, re: RFC 1036, Section 2.2.3
2735                 rename all instances of 'ignore_replyto' to 'to_sender', both
2736                 were previously used, now we use just one.
2737
2738 2003-02-13 [paul]       0.8.10claws6
2739
2740         * sync with 0.8.10cvs9
2741                 see ChangeLog 2003-02-13
2742
2743 2003-02-13 [paul]       0.8.10claws5
2744
2745         * configure.ac
2746                 show which plugins are configured in the configure
2747                 output.
2748
2749 2003-02-12 [thorsten]   0.8.10claws4
2750
2751         * src/news.c
2752                 show progress while fetching news headers
2753
2754 2003-02-12 [christoph]  0.8.10claws3
2755
2756         * configure.ac
2757         * src/plugins/Makefile.am
2758                 use AM_CONDITIONAL to enable plugins, automake correctly
2759                 manages this when creating distdir
2760
2761 2003-02-12 [christoph]  0.8.10claws2
2762
2763         * ac/spamassassin.m4
2764         * src/plugins/spamassassin/Makefile.am
2765                 fix building SpamAssassin plugin without OpenSSL
2766
2767 2003-02-12 [paul]       0.8.10claws1
2768
2769         * ac/Makefile.am
2770           src/Makefile.am
2771           src/plugins/Makefile.am
2772                 fix failure of 'make release'
2773
2774 2003-02-12 [paul]       0.8.10claws
2775
2776         * 0.8.10claws released
2777
2778 2003-02-12 [paul]       0.8.9claws56
2779
2780         * po/bg.po
2781           po/es.po
2782           po/it.po
2783           po/ru.po
2784           po/sr.po
2785                 updated translations by George Danchev, Ricardo Mones Lastra,
2786                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2787                 
2788         * sylpheed.spec.in
2789                 Allow the building of RPMs by a regular user. Submitted
2790                 by Sergei Astanin
2791
2792 2003-02-11 [alfons]     0.8.9claws55
2793
2794         * src/colorlabel.c
2795                 don't use pixmaps for label color rect but draw rectangles
2796                 so we can respect the color map of palette based visuals
2797                 (fixes the long time crashes on Suns - thanks to Andreas
2798                 Engel and Steve O'Hara-Smith for testing)
2799
2800 2003-02-11 [christoph]  0.8.9claws54
2801
2802         * src/matcher_parser_parse.y
2803                 correct bug where filering rules of not existing folders in
2804                 matcherrc were added to global filtering
2805                 
2806         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2807          main filter-rules after removing directory, http://bugs.debian.org/180253)
2808         
2809 2003-02-11 [paul]       0.8.9claws53
2810
2811         * sync with 0.8.10cvs7
2812                 see ChangeLog 2003-02-09
2813
2814 2003-02-11 [melvin]     0.8.9claws52
2815
2816         * po/fr.po
2817                 Updated French tranlsations
2818
2819 2003-02-10 [paul]       0.8.9claws51
2820
2821         * sylpheed.spec.in
2822                 correct --enable-openssl
2823                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2824
2825 2003-02-09 [martin]     0.8.9claws50
2826
2827         * src/prefs_matcher.c
2828                 fix segfault in prefs_matcher_substitute_cb() when
2829                 no row is selected
2830
2831 2003-02-09 [paul]       0.8.9claws49
2832
2833         * src/folderview.c
2834                 fix bug where a newsgroup folder's processing rules were
2835                 merged with the global filtering rules when the newsgroup
2836                 folder was deleted, causing some seriously bad results,
2837                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2838
2839 2003-02-08 [melvin]     0.8.9claws48
2840
2841         * src/compose.c
2842                 Corrected and modified an alert message.
2843
2844 2003-02-07 [paul]       0.8.9claws47
2845
2846         * src/folderview.c
2847                 fix bug where both an 'Account properties' window and a
2848                 'Folder properties' window were opened when clicking on
2849                 'Properties' in an NNTP or IMAP folder's popup menu.
2850
2851 2003-02-07 [paul]       0.8.9claws46
2852
2853         * sync with 0.8.10cvs6
2854                 see ChangeLog 2003-02-06
2855
2856 2003-02-06 [christoph]  0.8.9claws45
2857
2858         * src/mbox.c
2859                 freeze folder updates while importing mbox files
2860                 (closes bug 43 importing mbox took hours)
2861                 
2862         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2863
2864 2003-02-06 [thorsten]   0.8.9claws44
2865
2866         * po/de.po
2867                 Updated german translations
2868
2869 2003-02-06 [thorsten]   0.8.9claws43
2870
2871         * src/news.h
2872                 use guint for message numbers (fix count in grouplist dialog)
2873
2874 2003-02-05 [paul]       0.8.9claws42
2875
2876         * sync with 0.8.10cvs2
2877                 see ChangeLog 2003-02-05
2878
2879 2003-02-04 [colin]      0.8.9claws41
2880
2881         * src/prefs_common.[ch]
2882           src/procmsg.c
2883           src/summaryview.c
2884                 Add an option to disable threading by subject
2885
2886 2003-02-04 [christoph]  0.8.9claws40
2887
2888         * src/inc.c
2889                 only abort fetching mails from multiple accounts when the
2890                 error is fatal and does not allow to check any more accounts
2891                 (currently only disk full error)
2892
2893         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2894          receive mails for other accouts)
2895
2896 2003-02-04 [christoph]  0.8.9claws39
2897
2898         * src/folder.c
2899                 first add the new message to the cache, then
2900                 send the update notification
2901
2902         (closes bug 39 after sending message folderview doesnt get updated)
2903
2904 2003-02-04 [colin]      0.8.9claws38
2905
2906         * src/inc.c
2907                 _really_ fix this Connecting... status
2908
2909 2003-02-04 [paul]       0.8.9claws37
2910
2911         * sync with 0.8.10
2912                 see ChangeLog 2003-02-04
2913
2914 2003-02-04 [paul]       0.8.9claws36
2915
2916         * sync with 0.8.9cvs6
2917                 see ChangeLog 2003-02-03
2918
2919 2003-02-04 [paul]       0.8.9claws35
2920
2921         * po/pt_BR.po
2922                 updated by André Filipe de Assunção e Brito 
2923                 <bedecko@netsite.com.br>
2924
2925 2003-02-03 [thorsten]   0.8.9claws34
2926
2927         * po/de.po
2928                 Updated german translations
2929
2930 2003-02-02 [paul]       0.8.9claws33
2931
2932         * po/es.po
2933                 updated by Ricardo Mones Lastra
2934
2935 2003-02-02 [thorsten]   0.8.9claws32
2936
2937         * src/mh.c
2938                 Fix mh_get_msginfo() segfault if file is inaccessible
2939
2940 2003-01-31 [colin]      0.8.9claws31
2941
2942         * src/procheader.c
2943                 Fix last commit's bug
2944
2945 2003-01-31 [colin]      0.8.9claws30
2946
2947         * src/procheader.c
2948                 Missing a change for gpg-signed messages
2949
2950 2003-01-31 [paul]       0.8.9claws29
2951
2952         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2953           src/procheader.c
2954           src/stock_pixmap.[ch]
2955           src/summaryview.c
2956                 indicate GnuPG signed messages by displaying an icon
2957                 in the Attachment column.
2958
2959 2003-01-31 [paul]       0.8.9claws28
2960
2961         * sync with 0.8.9cvs4
2962                 see ChangeLog 2003-01-31
2963
2964 2003-01-31 [alfons]     0.8.9claws27
2965
2966         * src/textview.c
2967                 tune URI parser to accept mailto URLs with a '?'
2968                 (patch from Ruslan Balkin)
2969
2970 2003-01-31 [colin]      0.8.9claws26
2971
2972         * src/summaryview.c
2973                 Fix a leak introduced in claws24
2974
2975 2003-01-31 [colin]      0.8.9claws25
2976
2977         * src/summaryview.c
2978                 Freeze/Thaw folder updates when deleting dups
2979
2980 2003-01-31 [colin]      0.8.9claws24
2981         
2982         * src/addr_compl.c
2983           src/summaryview.c
2984           src/msgcache.c
2985                 little speed improvements
2986
2987 2003-01-31 [colin]      0.8.9claws23
2988
2989         * src/summaryview.c
2990                 Fix segfault when forwarding nothing
2991                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2992                 
2993 2003-01-30 [paul]       0.8.9claws22
2994
2995         * sync with 0.8.9cvs3
2996                 see ChangeLog 2003-01-30
2997
2998 2003-01-30 [paul]       0.8.9claws21
2999
3000         * sync with 0.8.9cvs2
3001                 see ChangeLog 2003-01-30
3002
3003 2003-01-29 [paul]       0.8.9claws20
3004
3005         * sync with 0.8.9cvs1
3006                 see ChangeLog 2003-01-29
3007
3008 2003-01-28 [paul]       0.8.9claws19
3009
3010         * po/POTFILES.in
3011                 update to reflect changes. 
3012                 thanks to Ricardo Mones Lastra
3013
3014 2003-01-27 [christoph]  0.8.9claws18
3015
3016         * ac/openssl.m4
3017         * ac/spamassassin.m4
3018         * src/plugins/spamassassin/README
3019         * src/plugins/spamassassin/libspamc.[ch]
3020         * src/plugins/spamassassin/utils.[ch]
3021                 updated to latest libspamc
3022
3023 2003-01-27 [christoph]  0.8.9claws17
3024
3025         * src/folder.c
3026                 fix wrong use of procheader_get_header_fields
3027
3028 2003-01-27 [christoph]  0.8.9claws16
3029
3030         * src/news.c
3031         * src/prefs_account.[ch]
3032         * src/common/nntp.[ch]
3033                 allow to force authentication for NNTP servers
3034
3035         Patch submitted by Florian Mickler <dmk@d-labs.de>
3036
3037 2003-01-26 [paul]       0.8.9claws15
3038
3039         * src/summaryview.c
3040                 speed up of marking messages as read
3041                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3042
3043 2003-01-26 [christoph]  0.8.9claws14
3044
3045         * src/Makefile.am
3046         * src/mgutils.[ch]              ** REMOVE **
3047         * src/xml.[ch]                  ** REMOVE **
3048         * src/xmlprops.[ch]             ** REMOVE **
3049         * src/common/Makefile.am
3050         * src/common/mgutils.[ch]       ** NEW **
3051         * src/common/xml.[ch]           ** NEW **
3052         * src/common/xmlprops.[ch]      ** NEW **
3053                 move xml files to common directory
3054
3055 2003-01-26 [christoph]  0.8.9claws13
3056
3057         * src/plugins/spamassassin/spamassassin_gtk.c
3058                 only set gtk entry text if string is available
3059
3060 2003-01-26 [melvin]     0.8.9claws12
3061
3062         * src/description_window.c
3063                 Allow resizing of the window
3064                 Allow automatic horizontal scroll bar
3065                 Do not vertically expand and fill
3066
3067 2003-01-26 [christoph]  0.8.9claws11
3068
3069         * src/Makefile.am
3070         * src/gtkutils.[ch]             ** REMOVE **
3071         * src/common/sylpheed.c
3072         * src/gtk/Makefile.am
3073         * src/gtk/description_window.c
3074         * src/gtk/gtkutils.[ch]         ** NEW **
3075         * src/gtk/prefswindow.c
3076                 move gtkutils to gtk directory
3077
3078 2003-01-26 [paul]       0.8.9claws10
3079
3080         * src/summaryview.c
3081                 rename summary_unread_clicked() to summary_status_clicked()
3082
3083 2003-01-26 [melvin]     0.8.9claws9
3084
3085         * src/prefs_actions.c
3086                 Cosmetical changes to the help text
3087
3088 2003-01-26 [paul]       0.8.9claws8
3089
3090         * src/folder.[ch]
3091           src/mainwindow.c
3092           src/prefs_common.c
3093           src/prefs_sumamry_column.c
3094           summaryview.[ch]
3095                 rename the 'Unread' column to 'Status'
3096
3097 2003-01-25 [match]      0.8.9claws7
3098
3099         * src/mgutils.[ch]
3100                 removed reference to LDAP constants. removed error2string.
3101                 included functions to support LDAP dynamic queries.
3102         * src/syldap.h
3103                 moved LDAP constants here.
3104         * src/addressbook.c
3105         * src/addrindex.c
3106         * src/importldif.c
3107                 removed references to LDAP constants and references to
3108                 error2string.
3109
3110 2003-01-25 [paul]       0.8.9claws6
3111
3112         * src/summaryview.c
3113                 summary_thread_build(), summary_thread_init(): remove 
3114                 unneeded reference to summaryview->folder_item
3115
3116 2003-01-25 [christoph]  0.8.9claws5
3117
3118         * src/gtk/description_window.c
3119                 o allow description texts to expand over multiple columns
3120                 o translate all columns
3121         * src/prefs_actions.c
3122                 change syntax description to use new multi column feature
3123
3124         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3125
3126 2003-01-25 [match]      0.8.9claws4
3127
3128         * src/vcard.c
3129                 fixed bug with Quoted-Printable
3130
3131 2003-01-25 [paul]       0.8.9claws3
3132
3133         * src/folder.[ch]
3134           src/summaryview.[ch]
3135                 implement per-folder collapsed/expanded threads setting
3136                 
3137         * src/prefs_common.c
3138                 remove global collapsed/expanded threads option
3139
3140 2003-01-25 [christoph]  0.8.9claws2
3141
3142         * po/POTFILES.in
3143                 add pluginwindow and prefswindow
3144         * src/compose.c
3145                 make send respond correctly to messages that could be added
3146                 to the queue folder, but the UID of the message is unknown
3147         * src/folder.c
3148         * src/imap.c
3149                 don't return guessed UIDs in imap_add_msg anymore. We return
3150                 0 to tell the folder system it was appened but the UID is
3151                 unknown. Folder system now get's the UID by scaning the folder
3152                 and searching the cache for the Message-ID
3153                 (closes bug #29 Messages queued, but not sent)
3154
3155 2003-01-25 [paul]       0.8.9claws1
3156
3157         * src/codeconv.c
3158                 conv_encode_header():  fix bug when long headers with 8-bit
3159                 characters are used, so that the encoded words are wrapped.
3160                 If the space in the original text falls on the wrap boundary,
3161                 it can be lost.
3162                 Patch by Sergey Vlasov.
3163                 
3164         * src/folderview.c
3165                  fix bug where a change to the sorting method or thread view
3166                  of a folder's messages is lost if simpify-subject is set and
3167                  toggled on or off.
3168                  Patch by Luke Plant.
3169
3170 2003-01-24 [paul]       0.8.9claws
3171
3172         * sylpheed-0.8.9claws released
3173         
3174         * Makefile.am
3175           sylpheed.spec.in
3176                 remove reference to 'INSTALL.jp'
3177
3178 2003-01-23 [paul]       0.8.8claws128
3179
3180         * po/es.po
3181           po/it.po
3182           po/ru.po
3183           po/sr.po
3184                 updated translations. submitted by Ricardo Mones Lastra,
3185                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3186
3187 2003-01-23 [colin]      0.8.8claws127
3188
3189         * src/compose.c
3190                 Fix drafted and queued news articles re-edition
3191
3192 2003-01-23 [melvin]     0.8.8claws126
3193
3194         * po/fr.po
3195                 Updated French translations
3196
3197 2003-01-23 [colin]      0.8.8claws125
3198
3199         * src/inc.c
3200                 Fix "Connecting to..." status message
3201
3202 2003-01-22 [paul]       0.8.8claws124
3203
3204         * po/bg.po
3205                 updated by George Danchev
3206                 
3207         * src/folder.c
3208                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3209                 and folder deletion
3210
3211 2003-01-21 [paul]       0.8.8claws123
3212
3213         * po/bg.po
3214                 updated by George Danchev
3215                 
3216         * src/about.c
3217                 its now 2003
3218                 
3219         * src/toolbar.c
3220                 don't translate 'Separator'
3221                 
3222         * src/plugins/spamassassin/Makefile.am
3223                 add aspell to CPPFLAGS
3224                 
3225         * src/plugins/spamassassin/spamassassin.c
3226           src/plugins/spamassassin/spamassassin_gtk.c
3227                 set correct default for spamassassin_receive_spam
3228                 slightly re-word descriptions and some
3229                 other minor changes
3230
3231 2003-01-19 [alfons]     0.8.8claws122
3232                 
3233         * src/mimeview.c
3234                 mimeview_save_as(): we might as well show the file name for
3235                 the single case "Save As" too
3236
3237 2003-01-19 [alfons]     0.8.8claws121
3238
3239         * src/crash.c
3240                 change bug tracker URL to bugzilla URL
3241
3242 2003-01-19 [alfons]     0.8.8claws120
3243
3244         * src/mimeview.c
3245                 mimeview_save_all(): display name of file before overwriting;
3246                 continue saving all, even when one overwrite was cancelled
3247
3248 2003-01-19 [christoph]  0.8.8claws119
3249
3250         * src/summaryview.c
3251         * src/procmsg.[ch]
3252                 fix wrong usage of procmsg_find_children in summaryview
3253                 by using procmsg_update_unread_children instead of
3254                 summaryview_update_unread_children
3255
3256 2003-01-19 [christoph]  0.8.8claws118
3257
3258         * src/procmsg.c
3259                 fix infinite loop in procmsg_find_children
3260                  (closes bug #25 sylpheed crashes on delete.)
3261
3262         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3263
3264 2003-01-19 [paul]       0.8.8claws117
3265
3266         * po/pt_BR.po
3267                 updated by Ivan Francolin Martinez
3268
3269 2003-01-18 [melvin]     0.8.8claws116
3270
3271         * src/prefs_actions.c
3272                 Removed syntax limitation of only one '&' at the end of command.
3273                         Now actions that contain '>/dev/null 2>&1' are possible.
3274
3275 2003-01-18 [melvin]     0.8.8claws115
3276
3277         * src/prefs_actions.c
3278                 Actions IO dialog: when the action ends
3279                 the "Close" button now has focus and [Escape] closes the
3280                 window.
3281
3282 2003-01-18 [christoph]  0.8.8claws114
3283
3284         * src/procmsg.c
3285                 o add debug output when MsgInfos are really freed
3286                 o free GSLists in procmsg_find_children and
3287                   procmsg_update_unread_children
3288
3289 2003-01-18 [christoph]  0.8.8claws113
3290
3291         * src/mainwindow.c
3292                 reorder Configuration menu
3293
3294 2003-01-18 [christoph]  0.8.8claws112
3295
3296         * src/compose.c
3297                 fix applying templates to forwarded messages
3298
3299         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3300
3301 2003-01-17 [christoph]  0.8.8claws111
3302
3303         * src/folder.c
3304                 destroy folder items, when a folder item is removed
3305
3306 2003-01-17 [christoph]  0.8.8claws110
3307
3308         * src/folder.c
3309                 fix wrong folder stats update when ignored message is
3310                 deleted
3311
3312 2003-01-17 [colin]      0.8.8claws109
3313         
3314         * src/mainwindow.c
3315         * src/summaryview.c
3316                 Quicksearch bugfixes: 
3317                 - hide help button at startup if not extended
3318                 - switch to extended when looking for replies
3319
3320 2003-01-17 [paul]
3321
3322         * sync with 0.8.9 release
3323
3324 2003-01-17 [paul]       0.8.8claws108
3325
3326         * sync with 0.8.8cvs11
3327                 see ChangeLog 2003-01-17
3328
3329 2003-01-16 [colin]      0.8.8claws107
3330
3331         * src/procmsg.c
3332                 Changed encryption test to re-ask passphrase
3333                 if an encrypted message hasn't been decrypted
3334                 Fixes bug #5
3335
3336 2003-01-16 [christoph]  0.8.8claws106
3337
3338         * src/prefs_gtk.c
3339         * src/prefs_toolbar.c
3340         * src/gtk/prefswindow.h
3341         * src/plugins/spamassassin/spamassassin_gtk.c
3342                 remove page destroy function that is not used anymore
3343
3344 2003-01-16 [paul]       0.8.8claws105
3345
3346         * sync with 0.8.8cvs9
3347                 see ChangeLog 2002-01-16
3348
3349 2003-01-16 [colin]      0.8.8claws104
3350
3351         * src/compose.[ch]
3352                 Fix bug with autosaved drafts for IMAP, when draft
3353                 folder is specified - fixes bugzilla bug #20
3354
3355 2003-01-15 [paul]       0.8.8claws103
3356
3357         * src/compose.[ch]
3358           src/procmsg.c
3359                 store folder and message-id of message forwarding
3360                 in queue header and set forward flag after sending
3361
3362 2003-01-15 [paul]       0.8.8claws102
3363
3364         * sync with 0.8.8cvs8
3365                 see ChangeLog 2002-01-15
3366
3367 2003-01-15 [colin]      0.8.8claws101
3368
3369         * src/Makefile.am
3370                 Fix linking with GNU libiconv
3371
3372 2003-01-15 [darko]      0.8.8claws100
3373
3374         * src/pine.c
3375                 fix crash when importing pine address book
3376                 entry with an empty name (reported by DY
3377                 <dybulk at tri8.net>)
3378
3379 2003-01-14 [paul]       0.8.8claws99
3380
3381         * configure.in  ** REMOVED **
3382           configure.ac  ** NEW FILE **
3383                 rename configure.in to configure.ac, as it is now
3384                 preferred
3385
3386 2003-01-14 [melvin]     0.8.8claws98
3387
3388         * src/folderview.c
3389                 folderview_check_new(): More precise function description
3390
3391 2003-01-14 [melvin]     0.8.8claws97
3392
3393         * src/folderview.c
3394                 folderview_check_new(): return the number of new messages 
3395                         since last check.
3396         * src/inc.c
3397                 inc_account_mail(): Disable counting of new messages for IMAP
3398                         and NNTP until bug [19] and [14] are fixed.
3399
3400 2003-01-14 [paul]       0.8.8claws96
3401
3402         * sync with 0.8.8cvs6
3403                 see ChangeLog 2003-01-14
3404
3405 2003-01-13 [alfons]     0.8.8claws95
3406
3407         * src/textview.c
3408                 tune email address validation (c. 0.8.8claws89): if . is 
3409                 just one char away from @, the address is invalid too 
3410                 (correctly rejects addresses like foo@.com)
3411
3412 2003-01-13 [paul]       0.8.8claws94
3413
3414         * src/messageview.c
3415           src/toolbar.c
3416                 fixes to the Message View toolbar and menu:
3417                 fix non-functioning Forward button
3418                 make Reply button consider default_reply_list
3419                 remove 'Follow-up...' menu entry
3420                 add 'Forward' and 'Redirect' menu entries
3421
3422 2003-01-13 [melvin]     0.8.8claws93
3423
3424         * src/inc.c
3425                 Fixed typo that could make new messages count incorrect.
3426
3427 2003-01-13 [melvin]     0.8.8claws92
3428
3429         * src/folderview.[ch]
3430                 folderview_check_new(): return the number of new messages.
3431         * src/inc.c
3432                 Should fix bug [14] where new mail notification worked 
3433                         incorrectly with IMAP accounts.
3434                 inc_spool_account(): return number of new msgs, or -1 on error
3435                 inc_all_spool(): return number of new msgs
3436                 
3437 2003-01-13 [melvin]     0.8.8claws91
3438
3439         * src/prefs_actions.c
3440                 Justify help text.
3441
3442 2003-01-12 [thorsten]   0.8.8claws90
3443
3444         * src/common/prefs.c
3445                 close file before rename
3446
3447 2003-01-12 [alfons]     0.8.8claws89
3448
3449         * AUTHORS
3450                 add Christian Mertes
3451         * src/common/utils.[ch]
3452                 g_stricase_hash(), g_stricase_equal(): functions for 
3453                 case insensitive hash tables
3454         * src/textview.c
3455                 use top level domain names to validate email address, based
3456                 on a patch by Christian Mertes (thanks!), but changed 
3457                 implementation to use a hash table 
3458
3459 2003-01-12 [paul]       0.8.8claws88
3460
3461         * po/bg.po
3462                 updated by George Danchev
3463
3464 2003-01-12 [alfons]     0.8.8claws87
3465
3466         * src/summaryview.c
3467                 delete / execute performance: use new style folder update
3468
3469 2003-01-12 [paul]       0.8.8claws86
3470
3471         * sync with 0.8.8cvs5
3472                 see ChangeLog 2003-01-13 (!)
3473
3474 2003-01-12 [alfons]     0.8.8claws85
3475
3476         * src/filtering.c
3477         * src/matcher_parser_parse.y
3478                 prepare change_score filtering action
3479         * src/matcher.[ch]
3480                 give up const-correctness on functions that call non-const-correct functions;
3481                 several casts to gpointer in g_free();
3482                 add change_score;
3483
3484 2003-01-12 [christoph]  0.8.8claws84
3485
3486         * src/compose.c
3487                 fix 2 warnings
3488
3489         * src/gtk/prefswindow.[ch]
3490         * src/plugins/spamassassin/spamassassin_gtk.c
3491                 changed the call of the widget create function
3492                 for PrefsPages, because sometimes the widget
3493                 create function needs a widget that already has
3494                 been attached to a window (to create GDK pixmaps
3495                 for exmaple). So we simply pass the GtkWindow as
3496                 the second parameter now.
3497
3498         * src/main.c
3499         * src/mainwindow.c
3500         * src/prefs_toolbar.[ch]
3501                 rewrite Toolbar Preferences using the new
3502                 prefs window
3503
3504 2003-01-11 [alfons]     0.8.8claws83
3505
3506         * src/addressadd.c
3507                 fix crash when adding sender to addressbook because status bar
3508                 isn't there (the status bar doesn't seem to be used though,
3509                 but I'll let Match decide what to do with it)
3510
3511 2003-01-11 [colin]      0.8.8claws82
3512
3513         * src/main.c
3514           src/toolbar.c
3515                 Two useless changes reversed
3516
3517 2003-01-11 [colin]      0.8.8claws81
3518
3519         * src/mainwindow.c
3520           src/mainwindow.h
3521                 Add mainwindow_get_mainwindow()
3522         * src/alertpanel.c
3523           src/alertpanel.h
3524                 Add alertpanel_error_log() 
3525         * src/compose.c
3526           src/inc.c
3527           src/messageview.c
3528           src/toolbar.c
3529           src/main.c
3530           src/procmsg.c
3531                 Network errors get a View Log button
3532
3533 2003-01-10 [alfons]     0.8.8claws80
3534
3535         * src/prefs_toolbar.c
3536         * src/toolbar.c
3537                 use the translatable string for "Separator" as file name for
3538                 separator toolbar items (probably make this uppercase?)
3539
3540 2003-01-10 [alfons]     0.8.8claws79
3541
3542         * src/prefs_toolbar.c
3543                 put right A_SEPARATOR description string in "displayed
3544                 toolbar items list" so manually added separators are
3545                 saved correctly (bug #10, "Adding a separator to the main 
3546                 toolbar fails, entry in xml file is wrong")
3547
3548 2003-01-10 [christoph]  0.8.8claws78
3549
3550         * src/imap.c
3551                 o fix warnings
3552                 o use CAPABILITY to check if NAMESPACE is available
3553
3554 2003-01-10 [christoph]  0.8.8claws77
3555
3556         * src/imap.[ch]
3557                 apply UIDPLUS IMAP extension support patch
3558
3559         Patch submitted by Simon 'corecode' Schubert
3560
3561 2003-01-10 [paul]       0.8.8claws76
3562
3563         * src/folderview.c
3564                 a sync from main which fixes the news account folders'
3565                 Properties bug
3566
3567 2003-01-10 [christoph]  0.8.8claws75
3568
3569         * src/folder.c
3570                 don't accept 0 as a valid uid returned by copy and move
3571                 functions. 0 means the message was copied or moved but the
3572                 new uid could not be fetched. It is not an error condition
3573                 for the copy or move operation.
3574
3575 2003-01-10 [paul]       0.8.8claws74
3576
3577         * src/prefs_filtering.c
3578                 change English used in Alert when entry is not
3579                 saved.
3580                 
3581         * sync with 0.8.8cvs4
3582                 see ChangeLog 2003-01-10
3583
3584 2003-01-10 [darko]      0.8.8claws73
3585
3586         * src/pine.c
3587                 fix crash when importing address book entry
3588                 without a valid address
3589
3590 2003-01-09 [alfons]     0.8.8claws72
3591
3592         * src/inc.c
3593                 filtering performance: use new style folder update
3594
3595 2003-01-09 [christoph]  0.8.8claws71
3596
3597         * src/compose.c
3598         * src/gtk/menu.[ch]
3599                 fix wrong selecting of mime encoding type, when
3600                 opening property dialog of attachments in the
3601                 compose window. 7bit was always selected and that
3602                 destoryed files with 8bit data.
3603                 (closes bug #9 Sylpheed-claws destroys attachments when
3604                  changing MIME-types)
3605
3606 2003-01-09 [paul]       0.8.8claws70
3607
3608         * sync with 0.8.8cvs3
3609                 see ChangeLog 2003-01-09
3610
3611 2003-01-08 [alfons]     0.8.8claws69
3612         
3613         * src/addressadd.c
3614                 apply patch by Kim Schulz to fix build breakage
3615                 because of missing variable
3616
3617 2003-01-08 [paul]       0.8.8claws68
3618
3619         * sync with 0.8.8cvs2
3620                 see ChangeLog 2002-01-08
3621
3622 2003-01-08 [paul]       0.8.8claws67
3623
3624         * po/it.po
3625                 updated by Alessandro Maestri
3626                 
3627         * src/addressadd.c
3628                 when using 'Add sender to addressbook' allow
3629                 name to be edited and remarks to be entered
3630                 Patch submitted by Luke Plant
3631
3632 2003-01-08 [darko]      0.8.8claws66
3633
3634         * README.claws, src/summaryview.c
3635                 fix description for marked messages
3636
3637 2003-01-08 [paul]
3638
3639         * tools/Makefile.am
3640           tools/launch_phoenix  ** NEW FILE **
3641                 add script that enables using Phoenix as the default
3642                 web browser. 
3643                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3644                 
3645         * tools/OOo2sylpheed.pl
3646                 remove full path to sylpheed executable, just 'sylpheed'
3647                 will do
3648                 
3649         * tools/README
3650                 add launch_phoenix informtion and re-arrange and compress
3651                 the data a little
3652
3653 2003-01-07 [christoph]  0.8.8claws65
3654
3655         * src/folder.c
3656                 fix update for source folder when moving messages
3657         * src/procmsg.[ch]
3658         * src/summaryview.c
3659                 use function to set to_folder for message infos and
3660                 automatically update the op_count for old and new
3661                 folder
3662
3663 2003-01-07 [melvin]     0.8.8claws64
3664
3665         * src/prefs_actions.c
3666                 Fixed bug where an '%p' Action on a displayed image crashed 
3667                         Sylpheed
3668                 Code clean up (get rid of duplicated code and removed unnecessary 
3669                                 structure member)
3670
3671 2003-01-07 [christoph]  0.8.8claws63
3672
3673         * src/compose.c
3674         * src/folder.[ch]
3675         * src/folderview.c
3676         * src/import.c
3677         * src/inc.c
3678         * src/main.c
3679         * src/mainwindow.c
3680         * src/messageview.c
3681         * src/prefs_folder_item.c
3682         * src/procmsg.c
3683         * src/summaryview.c
3684         * src/toolbar.c
3685                 o remove all folder update triggering from the UI code. The folder
3686                   system should know much better when a folder needs an update.
3687                 o to prevent multiple updates in a row the folder updates can be
3688                   frozen for some time.
3689
3690                 Note: - Please verify that no updates are missing
3691                       - Check where freeze/thaws should be added
3692
3693 2003-01-07 [christoph]  0.8.8claws62
3694
3695         * src/prefs_actions.c
3696                 don't translate empty strings
3697
3698         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3699
3700 2003-01-06 [christoph]  0.8.8claws61
3701
3702         * src/prefs_actions.c
3703                 mark strings for gettext
3704         * src/prefs_matcher.c
3705                 use new description window for Execute action and
3706                 match condition in Filtering
3707
3708         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3709
3710 2003-01-06 [alfons]     0.8.8claws60
3711
3712         keep myself inspired to re-organize matcher part 8; 
3713         yes, more to come (I need to move out the descriptive
3714         text for actions to matcher.c, or at least make it not
3715         depend on the wicked ordering)
3716
3717         * src/prefs_matcher.c
3718                 add documentation so others may comprehend the
3719                 UI part of the conditions
3720                 
3721 2003-01-06 [christoph]  0.8.8claws59
3722
3723         * src/prefs_actions.c
3724                 use new description window for syntax help
3725         * src/gtk/description_window.c
3726                 fix display of descriptions with column count != 2
3727
3728         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3729
3730 2003-01-06 [christoph]  0.8.8claws58
3731
3732         * src/quote_fmt.c
3733         * src/summaryview.[ch]
3734         * src/gtk/Makefile.am
3735         * src/gtk/description_window.[ch]       ** NEW **
3736                 use a generic window to display syntax descriptions
3737                 currently used in quote_fmt and summaryview (new description
3738                 for extended quick search)
3739
3740         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3741
3742 2003-01-06 [paul]       0.8.8claws57
3743
3744         * sync with 0.8.8cvs1
3745                 see ChangeLog 2003-01-06
3746
3747 2003-01-06 [christoph]  0.8.8claws56
3748
3749         * src/mainwindow.c
3750         * src/prefs_gtk.[ch]
3751         * src/gtk/prefswindow.[ch]
3752         * src/plugins/spamassassin/spamassassin_gtk.c
3753                 o remove page management from prefswindow, pages
3754                   will be an argument to prefswindow_open
3755                 o prefswindow_open gets a datapointer that is
3756                   passed to the widget_create function to allow
3757                   creation of prefswindow for specific items
3758
3759 2003-01-06 [colin]      0.8.8claws55
3760         
3761         * src/summaryview.c
3762                 We don't want regexp in the reply-finder, 
3763                 because MIDs can contain !,$,. and so on
3764
3765 2003-01-06 [jens]       0.8.8claws54
3766
3767         * src/jpilot.c
3768                 fixed a wrong free in jpilot_read_db_files
3769
3770 2003-01-06 [alfons]     0.8.8claws53
3771
3772         re-organize matcher part 8; more to come
3773        
3774         * src/matcher.c
3775                 matcherprop_to_string(): put g_free()s before the
3776                 switch-case break to fix memleaks                
3777
3778 2003-01-06 [colin]      0.8.8claws52
3779
3780         * src/summaryview.c
3781                 cleanup & reply-finder now displays the first 
3782                 matching message
3783
3784 2003-01-05 [alfons]     0.8.8claws51
3785
3786         re-organize matcher part 7; more to come
3787
3788         * src/matcher.[ch]
3789                 fixes for constant correctness;
3790                 more documentation;
3791
3792 2003-01-05 [alfons]     0.8.8claws50
3793
3794         re-organize matcher part 6; more to come
3795         
3796         * src/matcher.[ch]
3797                 fixes for constant correctness;
3798                 more documentation;
3799         * src/filtering.c
3800                 fix for constant correctness
3801
3802 2003-01-05 [colin]      0.8.8claws49
3803
3804         * src/account.[ch]
3805                 Add account_get_reply_account function
3806         * src/compose.c
3807                 Use account_get_reply_account function 
3808         * src/summaryview.c
3809                 Basic reply-finder - click on the replied
3810                 icon gets you to the outbox using quick-search
3811
3812 2003-01-05 [paul]       0.8.8claws48
3813
3814         * src/prefs_common.c
3815                 small change to English
3816                 
3817         * src/prefs_filtering.c
3818                 prefs_filtering_action_select(): improve logic and uniformity
3819                 of gui
3820
3821 2003-01-05 [alfons]     0.8.8claws47
3822
3823         fine tune solution to focus problems (bug #7)
3824
3825         * src/mainwindow.c
3826                 mainwindow_focus_in_event(): remove grab event check
3827         * src/summaryview.c
3828                 summary_button_pressed(): move selection on right-click
3829                 too. we can't possibly move the selection back after
3830                 canceling a dialog, because gtk's incomplete focus 
3831                 management. whether this is a good solution, only time
3832                 will tell.
3833
3834 2003-01-05 [christoph]  0.8.8claws46
3835
3836         * src/imap.c
3837                 fix crash when no imap connection could be established
3838
3839 2003-01-05 [paul]       0.8.8claws45
3840
3841         * src/mainwindow.c
3842           src/sumamryview.c
3843           src/gtk/menu.[ch]
3844                 fix bug 605957 'shortcuts in popup-menu'
3845                 make user-defined shortcuts work
3846                 show shortcuts that are already defined
3847                 in the main menu
3848                 Patch submitted by Luke Plant
3849
3850 2003-01-05 [alfons]     0.8.8claws44
3851
3852         * src/mainwindow.c
3853                 focus_in_event handler should not select summary view row 
3854                 when another window (menu, dialog) grabbed for events 
3855                 (bug #7, "[0.8.8claws42] Message summary focus") 
3856
3857 2003-01-04 [christoph]  0.8.8claws43
3858
3859         * src/procmsg.c
3860                 update save folder after adding the sent message
3861                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3862
3863 2003-01-02 [christoph]  0.8.8claws42
3864
3865         * src/common/plugin.c
3866                 fix unloading of all plugins and unload
3867                 plugins in reverse order
3868                 
3869         * src/gtk/pluginwindow.c
3870                 implement function of load and unload button
3871
3872         * src/gtk/prefswindow.c
3873         * src/gtk/prefswindow.h
3874                 rename register function and add new unregister
3875                 function
3876
3877         * src/plugins/spamassassin/spamassassin_gtk.c
3878                 unregister prefs page and update for changes in
3879                 src/gtk/prefswindow.c
3880
3881 2003-01-02 [paul]       0.8.8claws41
3882
3883         * po/es.po
3884                 updated by Ricardo Mones Lastra
3885
3886 2003-01-02 [paul]
3887
3888         * tools/tb2sylpheed
3889                 fixes and improvements by Urke MMI
3890
3891 2003-01-02 [thorsten]   0.8.8claws40
3892
3893         * src/procmsg.c
3894                 fixed wrong return value
3895
3896 2003-01-02 [thorsten]   0.8.8claws39
3897
3898         * src/prefs.c
3899                 fixed printing wrong variable
3900
3901 2003-01-02 [thorsten]   0.8.8claws38
3902
3903         * src/prefs.c
3904                 fixed acessing members of freed pfile struct
3905
3906 2003-01-02 [thorsten]   0.8.8claws37
3907
3908         * src/procmsg.c
3909                 detect loops across several messages
3910                 as suggested by Christoph Hohmann
3911
3912 2003-01-01 [match]      0.8.8claws36
3913
3914         * src/addrindex.c
3915                 fixed another memory leak.
3916
3917 2003-01-01 [match]      0.8.8claws35
3918
3919         * src/jpilot.[ch]
3920                 fixed memory leaks. applied Doxygen comments.
3921
3922 2003-01-01 [thorsten]   0.8.8claws34
3923
3924         * src/procmsg.c
3925                 inhibit endless loop if msg references itself
3926                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3927
3928 2003-01-01 [christoph]  0.8.8claws33
3929
3930         * src/mainwindow.c
3931         * src/gtk/Makefile.am
3932         * src/gtk/pluginwindow.c                ** NEW **
3933         * src/gtk/pluginwindow.h                ** NEW **
3934                 add plugin window
3935
3936         * src/plugins/demo/demo.c
3937         * src/plugins/spamassassin/spamassassin.c
3938         * src/plugins/spamassassin/spamassassin_gtk.c
3939                 write better plugin descriptions
3940
3941 2002-12-31 [christoph]  0.8.8claws32
3942
3943         * src/gtk/prefswindow.c
3944         * src/plugins/spamassassin/spamassassin_gtk.c
3945                 some small improvements to GTK code
3946
3947 2002-12-31 [christoph]  0.8.8claws31
3948
3949         * src/plugins/spamassassin/spamassassin_gtk.c
3950                 enable folder select button
3951
3952 2002-12-31 [christoph]  0.8.8claws30
3953
3954         * src/mainwindow.c
3955         * src/gtk/Makefile.am
3956         * src/gtk/prefswindow.c                         ** NEW **
3957         * src/gtk/prefswindow.h                         ** NEW **
3958                 add new prefs window
3959
3960         * src/common/plugin.c
3961                 don't try to load empty config lines
3962         
3963         * src/plugins/spamassassin/Makefile.am
3964         * src/plugins/spamassassin/spamassassin.c
3965         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3966         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3967                 GTK config for SpamAssassin Plugin using
3968                 the new prefs window
3969
3970 2002-12-31 [paul]       0.8.8claws29
3971
3972         * po/POTFILES.in
3973                 remove obsolete entry 'src/menu.c'
3974
3975 2002-12-31 [alfons]     0.8.8claws28
3976
3977         * src/matcher.[ch]
3978         * src/matcher_parser_parse.y
3979         * src/prefs_matcher.c
3980                 add "ignore_thread" and "~ignore_thread" condition so it's
3981                 possible to make the actions / scoring operate on the ignore
3982                 thread flag
3983
3984 2002-12-31 [christoph]  0.8.8claws27
3985
3986         * src/addrbook.c
3987         * src/addrindex.c
3988         * src/folder.c
3989         * src/matcher.c
3990         * src/prefs_account.c
3991         * src/prefs_actions.c
3992         * src/prefs_customheader.c
3993         * src/prefs_display_header.c
3994         * src/prefs_gtk.c
3995         * src/procmime.c
3996         * src/toolbar.c
3997         * src/xmlprops.c
3998         * src/common/prefs.[ch]
3999                 extend prefs file handling for reading and automatic handling
4000                 of blocks. When reading prefs_set_block_label will automatically
4001                 move on to the block. When writing it will copy all other blocks
4002                 automatically
4003
4004         * src/common/plugin.c
4005                 Now loading plugin filenames from [Plugins] block in
4006                 sylpheed rc file
4007
4008 2002-12-30 [christoph]  0.8.8claws26
4009
4010         * src/common/hooks.[ch]
4011                 return abort status to caller of hooks_invoke
4012                 
4013         * src/inc.[ch]
4014                 invoke message filtering hook and stop
4015                 default handling when filter returns abort
4016
4017         * src/common/plugin.[ch]
4018         * src/plugins/demo/demo.c
4019                 modify plugin loader, because resolving symbols for strings
4020                 does not work correctly
4021         
4022         * configure.in
4023         * ac/spamassassin.m4                            ** NEW **
4024         * src/plugins/spamassassin/.cvsignore           ** NEW **
4025         * src/plugins/spamassassin/Makefile.am          ** NEW **
4026         * src/plugins/spamassassin/README               ** NEW **
4027         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4028         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4029         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4030                 add spamassassin plugin, see src/plugins/spamassassin/README
4031                 for details
4032
4033 2002-12-29 [alfons]     0.8.8claws25
4034
4035         * src/mainwindow.c
4036                 when moving focus from a message view to the main 
4037                 window, don't forget to select the summary node
4038                 of the displayed message. should fix "[ 659103 ] 
4039                 focus-follows-mouse confuses sylpheed"
4040
4041 2002-12-29 [christoph]  0.8.8claws24
4042
4043         * src/Makefile.am
4044         * src/stringtable.[ch]          ** REMOVE **
4045         * src/common/Makefile.am
4046         * src/common/stringtable.[ch]   ** NEW **
4047                 move stringtable files to common directory
4048
4049 2002-12-29 [christoph]  0.8.8claws23
4050
4051         * src/Makefile.am
4052         * src/menu.[ch]                 ** REMOVE **
4053         * src/gtk/Makefile.am
4054         * src/gtk/menu.[ch]             ** NEW **
4055                 move menu files to gtk directory
4056
4057 2002-12-29 [match]      0.8.8claws22
4058
4059         * src/addressbook.c
4060         * src/syldap.c
4061                 moved UI specific code out of LDAP code into addressbook
4062                 UI code. fixed memory leak.
4063
4064 2002-12-29 [christoph]  0.8.8claws21
4065
4066         * src/folder.c
4067                 only check for IGNORED parent message when message is
4068                 not IGNORED itself
4069
4070 2002-12-29 [alfons]     0.8.8claws20
4071
4072         * src/summaryview.c
4073                 set gtksctree's anchor correct (immediate execute
4074                 changes the tree's layout, and anchor points at 
4075                 the incorrect row). fixes "[ 657233 ] multiple msg 
4076                 delete sometimes off by 1".
4077                 we probably have to look for more tree layout /
4078                 anchor glitches.
4079
4080 2002-12-29 [paul]       0.8.8claws19
4081
4082         * src/summaryview.c
4083                 fix bug [ 659054 ] incorrect sorting of 'From' column
4084                 when using 'display sender using address book'
4085                 thanks to Alfons and Luke Plant
4086
4087 2002-12-29 [christoph]  0.8.8claws18
4088
4089         * src/folder.c
4090         * src/procmsg.[ch]
4091                 check parent messages for IGNORE THREAD flag, when adding,
4092                 moving or copying messages to a folder
4093
4094 2002-12-27 [alfons]     0.8.8claws17
4095
4096         re-organize matcher part 5; more to come
4097
4098         * src/matcher.c
4099                 hash keywords in matchparser_tab 
4100
4101 2002-12-27 [alfons]     0.8.8claws16
4102
4103         re-organize matcher part 4; more to come
4104
4105         * src/matcher_parser.h
4106         * src/matcher_parser_lex.l
4107         * src/matcher_parser_parse.y
4108                 cleanup
4109
4110 2002-12-27 [alfons]     0.8.8claws15
4111
4112         re-organize matcher part 3; more to come
4113
4114         * src/matcher.[ch]
4115                 cleanup
4116
4117 2002-12-27 [alfons]     0.8.8claws14
4118
4119         re-organize matcher part 2; more to come but this should
4120         work. cc me if there are any regressions.
4121
4122         * src/matcher.h
4123                 add prototype for get_matchparser_tab_id()
4124         * src/matcher_parser_lex.l
4125                 look up keywords using matchparser_tab_id();
4126
4127 2002-12-27 [alfons]     0.8.8claws12
4128
4129         re-organize matcher part 1
4130
4131         * src/matcher.h
4132                 map yacc generated constants to sylpheed matcher constants
4133         * src/matcher.c
4134                 add function to find a matcher constant from a string
4135
4136 2002-12-27 [christoph]  0.8.8claws11
4137
4138         * src/compose.c
4139                 MENUITEM_ADD casts the 4th argument from integer to pointer
4140                 so it probably should not be a pointer, this means we
4141                 should use account id for it and not the account's pointer
4142
4143 2002-12-27 [paul]       0.8.8claws10
4144
4145         * src/mainwindow.c
4146                 remove unneeded 'GtkWidget *vbox'
4147                 
4148         * src/summaryview.c
4149                 further sync with 0.8.8 - make sort
4150                 by recipient work as expected
4151                 
4152         * NEWS
4153                 sync with 0.8.8
4154
4155 2002-12-27 [paul]       0.8.8claws9
4156
4157         * po/pt_BR.po
4158                 updated by Ivan F. Martinez
4159                 
4160 2002-12-27 [darko]      0.8.8claws8
4161
4162         * src/common/utils.c
4163                 added locked pattern to extended search
4164
4165 2002-12-27 [alfons]     0.8.8claws7
4166
4167         * src/prefs_matcher.[ch]
4168                 clean up
4169
4170 2002-12-26 [alfons]     0.8.8claws6
4171
4172         * src/matcher.[ch]
4173         * src/matcher_parser_lex.l
4174         * src/matcher_parser_parse.y
4175         * src/prefs_matcher.c
4176                 allow color label as a condition in the matcher
4177
4178 2002-12-26 [oliver]     0.8.8claws5
4179         
4180         * src/toolbar.c 
4181                 enable Addressbook for Main and Messageview
4182         * src/prefs_actions.c
4183                 enable actions in Messageview
4184
4185 2002-12-26 [christoph]  0.8.8claws4
4186
4187         * src/common/plugin.c
4188                 add a little debug output
4189         * configure.in
4190         * src/plugins/demo/Makefile.am
4191                 better use of automake
4192
4193 2002-12-26 [christoph]  0.8.8claws3
4194
4195         * src/Makefile.am
4196         * src/common/Makefile.am
4197                 fix "make distdir"
4198
4199 2002-12-26 [christoph]  0.8.8claws2
4200
4201         * configure.in
4202                 sort configure checks into common / gtk / plugins
4203         * po/POTFILES.in
4204                 add src/prefs_gtk.c
4205         * src/Makefile.am
4206                 add plugins SUBDIR
4207         * src/main.c
4208         * src/common/sylpheed.[ch]
4209                 added now sylpheed_done function for shutdown
4210         * src/common/Makefile.am
4211         * src/common/plugin.[ch]                ** NEW **
4212                 plugin loader and unloader
4213         * src/plugins/.cvsignore                ** NEW **
4214         * src/plugins/Makefile.am               ** NEW **
4215                 build plugins
4216         * src/plugins/demo/.cvsignore           ** NEW **
4217         * src/plugins/demo/Makefile.am          ** NEW **
4218         * src/plugins/demo/demo.c               ** NEW **
4219                 small demo plugin that installs a logtext hook and
4220                 outputs the log text to stdout
4221
4222 2002-12-26 [paul]       0.8.8claws1
4223
4224         * po/es.po
4225                 updated by Ricardo Mones Lastra
4226
4227 2002-12-26 [paul]       0.8.8claws
4228
4229         * 0.8.8claws released
4230
4231 2002-12-26 [paul]       0.8.7claws12
4232
4233         * po/bg.po
4234                 updated by George Danchev
4235
4236 2002-12-26 [paul]       0.8.7claws11
4237
4238         * po/POTFILES.in
4239                 remove unneeded 'src/prefs.c' entry 
4240
4241 2002-12-26 [paul]       0.8.7claws10
4242
4243         * src/codeconv.c
4244           src/mainwindow.c
4245                 sync with 0.8.8 release
4246         
4247         * src/folder.[ch]
4248           src/mh.c
4249           src/summaryview.c
4250                 partial sync with 0.8.8 release
4251         
4252
4253 2002-12-25 [alfons]     0.8.7claws9
4254
4255         * src/matcher.[ch]
4256         * src/matcher_parser_lex.l
4257         * src/matcher_parser_parse.y
4258         * src/prefs_matcher.c
4259                 add locked flag to possible filtering / matcher 
4260                 conditions (also a good example what should be
4261                 done to add a simple boolean condition)
4262
4263 2002-12-25 [christoph]  0.8.7claws8
4264
4265         * src/Makefile.am
4266         * src/account.[ch]
4267         * src/addrbook.c
4268         * src/addressbook.c
4269         * src/addrindex.c
4270         * src/filtering.c
4271         * src/folder.c
4272         * src/matcher.c
4273         * src/prefs.[ch]                ** REMOVE **
4274         * src/prefs_account.c
4275         * src/prefs_actions.c
4276         * src/prefs_common.c
4277         * src/prefs_customheader.c
4278         * src/prefs_display_header.c
4279         * src/prefs_filtering.c
4280         * src/prefs_folder_item.c
4281         * src/prefs_gtk.[ch]            ** NEW **
4282         * src/prefs_matcher.c
4283         * src/prefs_scoring.c
4284         * src/prefs_summary_column.c
4285         * src/procmime.c
4286         * src/selective_download.c
4287         * src/toolbar.c
4288         * src/common/Makefile.am
4289         * src/common/prefs.[ch]         ** NEW **
4290                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4291
4292 2002-12-24 [alfons]     0.8.7claws7
4293
4294         * src/summaryview.c
4295                 summary_thread_build(): fix real cause of the crash mentioned in
4296                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4297                 this way we get meaningful ctree nodes 
4298
4299 2002-12-24 [oliver]     0.8.7claws6
4300
4301         * src/mainwindow.[ch]
4302         * src/messageview.[ch]
4303         * src/compose.[ch]
4304         * src/inc.c
4305         * src/summaryview.c
4306                 changes to use updated toolbar handling
4307                 
4308 2002-12-24 [oliver]     0.8.7claws5
4309
4310         * src/toolbar.[ch]
4311                 generic toolbar handling
4312                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4313         * src/prefs_toolbar.[ch]
4314                 adjust to handling
4315         
4316 2002-12-24 [oliver]     0.8.7claws4
4317         
4318         * src/stock_pixmap.[ch]
4319                 move SYLPHEED_LOGO to end of list in order 
4320                 to remove it from Custom Toolbar`s Icon View
4321
4322 2002-12-24 [alfons]     0.8.7claws3
4323
4324         * src/summaryview.c
4325                 summary_thread_build(): fix crash because of focus != selection 
4326                 after threading. when deleting the selection, gtk tries but fails 
4327                 to find the correct focusable element. we now force the selection
4328                 to be focused. this should solve the infamous bug reported by 
4329                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4330                 a test case is available. 
4331
4332 2002-12-24 [darko]      0.8.7claws2
4333
4334         * src/summaryview.c
4335                 don't crash when unmarking message with unread children
4336
4337 2002-12-23 [christoph]  0.8.7claws1
4338
4339         * src/Makefile.am
4340         * src/common/Makefile.am
4341                 update Makefiles for moved intl.h, version.h and defs.h
4342         * src/imap.c
4343                 rewrite imap_session_get to avoid duplicate code
4344
4345 2002-12-23 [paul]       0.8.7claws
4346
4347         * Santa-Claws released
4348         
4349         * po/hu.po
4350           po/ru.po
4351                 squeeze in updated Hungarian and Russian translations.
4352                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4353
4354 2002-12-23 [paul]       0.8.6claws129
4355
4356         * po/pl.po
4357                 updated by Witold Wladyslaw Wojciech Wilk
4358
4359 2002-12-23 [paul]       0.8.6claws128
4360
4361         * src/quote_fmt_parse.y
4362                 fix typo and add licence header
4363
4364 2002-12-23 [paul]       0.8.6claws127
4365
4366         * po/en_GB.po
4367                 updated
4368
4369 2002-12-23 [paul]       0.8.6claws126
4370
4371         * po/it.po
4372                 updated translation, submitted by Alessandro Maestri
4373                 
4374 2002-12-23 [paul]       0.8.6claws125
4375
4376         * src/quote_fmt_parse.y
4377                 fix signature-stripping on replies bug. match
4378                 '-- \n' and not '-- '.
4379
4380 2002-12-22 [paul]       0.8.6claws124
4381
4382         * po/bg.po
4383           po/es.po
4384           po/sr.po
4385                 updated translations. submitted by George Danchev,
4386                 Ricardo Mones Lastra, and Urke MMI respectively
4387
4388 2002-12-21 [paul]       0.8.6claws123
4389
4390         * src/addrbook.c
4391                 fix coding style
4392
4393 2002-12-21 [paul]       0.8.6claws122
4394
4395         * src/addrbook.c
4396                 fix bug [643638] where if a person is in one or more
4397                 addressbook groups editing that person's email 
4398                 address results in removal from those groups.
4399                 Patch submitted by Luke Plant.
4400
4401 2002-12-20 [christoph]  0.8.6claws121
4402
4403         * src/common/utils.c
4404         * src/summaryview.c
4405                 reimplement expand_search_string using GString to
4406                 prevent crashs caused by miscalculated string
4407                 lengths reported by Paul
4408
4409 2002-12-20 [christoph]  0.8.6claws120
4410
4411         * src/summaryview.c
4412                 don't use "changed" to check if op_count has to be changed as it
4413                 is also set when the message has unread children
4414                 (closes bug [ 653221 ] crash while deleting duplicates)
4415
4416 2002-12-20 [paul]       0.8.6claws119
4417
4418         * sync with 0.8.6cvs27
4419                 see ChangeLog 2002-12-20
4420
4421 2002-12-20 [paul]       0.8.6claws118
4422
4423         * sync with 0.8.6cvs26
4424                 see ChangeLog 2002-12-19 and 2002-12-20
4425
4426 2002-12-19 [alfons]     0.8.6claws117
4427
4428         * src/textview.c
4429                 fix incorrect parsing of email addresses, submitted by 
4430                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4431                 name display if it contains @".
4432
4433 2002-12-18 [paul]       0.8.6claws116
4434
4435         * sync with 0.8.6cvs23
4436                 see ChangeLog 2002-12-18
4437
4438 2002-12-18 [paul]       0.8.6claws115
4439
4440         * src/Makefile.am
4441         * src/account.c
4442         * src/codeconv.c
4443         * src/gtkutils.[ch]
4444         * src/imap.c
4445                 sync with 0.8.6cvs22.
4446                 see ChangeLog 2002-12-17 and 2002-12-18
4447
4448 2002-12-17 [christoph]  0.8.6claws114
4449
4450         * src/imap.c
4451                 o don't create a session if imap greeting fails
4452                 o don't close socket when authentication fails
4453                   this is done by imap_session_destroy
4454
4455 2002-12-17 [thorsten]   0.8.6claws113
4456
4457         * tools/Makefile.am
4458           tools/README
4459           tools/google_msgid.pl ** NEW FILE **
4460                 Added "search for message-id" script and doc
4461
4462 2002-12-17 [thorsten]   0.8.6claws112
4463
4464         * po/hu.po
4465                 Updated hungarian translation
4466                 (updated by Gal Zoltan)
4467
4468 2002-12-16 [christoph]  0.8.6claws111
4469
4470         * src/addr_compl.c
4471                 remove stupid addressbook dump to debug output
4472         * src/mh.c
4473                 fix memory leak found by Hiro
4474
4475 2002-12-14 [paul]       0.8.6claws110
4476
4477         * src/compose.c
4478                 fix menubar sensitivity on send
4479                 
4480         * src/prefs_filtering.c
4481         * src/prefs_matcher.c
4482         * src/prefs_scoring.c
4483                 Fix english ;)
4484                 
4485         * src/common/quoted-printable.h
4486                 sync: fix typo
4487         
4488 2002-12-13 [christoph]  0.8.6claws109
4489
4490         * src/Makefile.am
4491         * src/manage_window.[ch]        ** REMOVE **
4492         * src/gtk/Makefile.am
4493         * src/gtk/manage_window.[ch]    ** NEW **
4494                 move manage_window files to gtk directory
4495
4496 2002-12-13 [christoph]  0.8.6claws108
4497
4498         * src/Makefile.am
4499         * src/gtkshruler.[ch]           ** REMOVE **
4500         * src/gtk/Makefile.am
4501         * src/gtk/gtkshruler.[ch]       ** NEW **
4502                 move gtkshruler files to gtk directory
4503
4504 2002-12-13 [christoph]  0.8.6claws107
4505
4506         * src/Makefile.am
4507         * src/compose.c
4508         * src/gtkstext.[ch]             ** REMOVE **
4509         * src/gtkutils.[ch]
4510         * src/textview.c
4511         * src/gtk/gtkstext.[ch]         ** NEW **
4512         * src/gtk/Makefile.am
4513                 o move stext functions to gtkstext.c to remove
4514                   dependency of gtkutils
4515                 o move gtkstext files to gtk directory
4516
4517         * src/gtk/Makefile.am
4518         * src/gtk/sslcertwindow.[ch]
4519                 UI stuff can always depend on common code so
4520                 it's ok to add ../common to include path
4521
4522 2002-12-13 [colin]      0.8.6claws106
4523
4524         * src/summaryview.c
4525                 Disconnect sighandlers for mainwindow when
4526                 quicksearch has the focus
4527                 Fix bug #653231
4528         * src/mainwindow.[ch]
4529                 Make key_pressed callback public, to be able
4530                 to disconnect it
4531
4532 2002-12-13 [christoph]  0.8.6claws105
4533
4534         * src/mh.c
4535                 create .mh_sequences file in new MH folders
4536                 (closes feature request [ 523162 ] MH folders should
4537                  get a .mh_sequences)
4538
4539 2002-12-13 [colin]      0.8.6claws104
4540
4541         * src/summaryview.c
4542                 Better handling of quicksearch show/hide
4543                 (basically the button stays under the mouse 
4544                  when toggled)
4545
4546 2002-12-13 [paul]       0.8.6claws103
4547
4548         * sync with 0.8.6cvs17
4549                 see ChangeLog 2002-12-13
4550
4551 2002-12-13 [paul]       0.8.6claws102
4552
4553         * po/es.po
4554                 updated by Ricardo Mones Lastra
4555
4556 2002-12-11 [colin]       0.8.6claws101
4557
4558         * src/folder.c
4559                 remove statusbar stuff
4560           src/folderview.c
4561                 set statusbar verbosity when moving folders
4562
4563 2002-12-11 [colin]       0.8.6claws100
4564         * src/prefs_filtering.c
4565         * src/prefs_matcher.c
4566         * src/prefs_scoring.c
4567                 Fix english ;)
4568
4569 2002-12-11 [colin]       0.8.6claws99
4570
4571         * src/prefs_common.[ch]
4572                 Add summary_quicksearch_type
4573         * src/summaryview.c
4574                 Save last used quicksearch type
4575
4576 2002-12-11 [jens]       0.8.6claws98
4577         * src/prefs_filtering.c
4578         * src/prefs_matcher.c
4579         * src/prefs_scoring.c
4580                 added dialog for incomplete rules in scoring, filtering and
4581                 matcher to ask wheather really close
4582
4583 2002-12-11 [colin]      0.8.6claws97
4584
4585         * src/folder.c
4586                 Fix folder dnd statusbar logging
4587
4588 2002-12-10 [christoph]  0.8.6claws96
4589
4590         * src/compose.c
4591         * src/folder.c
4592         * src/imap.c
4593         * src/inc.c
4594         * src/main.c
4595         * src/mainwindow.c
4596         * src/news.c
4597         * src/send.c
4598         * src/statusbar.[ch]
4599         * src/common/hooks.c
4600         * src/common/log.[ch]
4601                 o handle verbose logging in statusbar directly in statusbar code
4602                   and common code does not need any knowledge about a statusbar
4603                 o remove direct calls to statusbar_(puts|pop)_all functions
4604
4605 2002-12-10 [jens]       0.8.6claws95
4606
4607         * src/*.c
4608                 removed gettext from g_warnings
4609         * po/POTFILES.in
4610                 cleaned and updated
4611         * po/de.po
4612                 updated
4613
4614 2002-12-10 [colin]      0.8.6claws94
4615
4616         * src/main.c
4617                 finish crash dialog fix
4618
4619 2002-12-10 [colin]      0.8.6claws93
4620
4621         * src/main.c
4622                 "Fix" "sylpheed already running" instead of
4623                 crash dialog appearing after a crash
4624
4625 2002-12-10 [colin]      0.8.6claws92
4626
4627         * po/POTFILES.in
4628                 add src/gtk/sslcertwindow.c
4629
4630 2002-12-10 [paul]       0.8.6claws91
4631
4632         * po/POTFILES.in
4633                 updated to reflect recent changes
4634                 submitted by Alessandro Maestri
4635
4636 2002-12-09 [christoph]  0.8.6claws90
4637
4638         * src/Makefile.am
4639         * src/smtp.[ch]                 ** REMOVE **
4640         * src/common/Makefile.am
4641         * src/common/smtp.[ch]          ** NEW **
4642                 move smtp files to common directory
4643
4644 2002-12-09 [christoph]  0.8.6claws89
4645
4646         * src/Makefile.am
4647         * src/session.[ch]              ** REMOVE **
4648         * src/common/Makefile.am
4649         * src/common/session.[ch]       ** NEW **
4650                 move session files to common directory
4651
4652 2002-12-09 [paul]       0.8.6claws88
4653
4654         * src/account.c
4655                 fix bug [649746] edit accounts: move account reverted
4656                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4657
4658 2002-12-09 [colin]      0.8.6claws87
4659
4660         * src/ssl_certificate.c
4661                 cleanup
4662
4663 2002-12-09 [colin]      0.8.6claws86
4664
4665         * src/ssl.c
4666                 Try to open the cert.pem database and 
4667                 issue a warning if it isn't there
4668
4669 2002-12-09 [colin]      0.8.6claws85
4670
4671         * src/common/ssl_certificate.c
4672         * src/gtk/sslcertwindow.c
4673                 Warning fixes
4674
4675 2002-12-09 [colin]      0.8.6claws84
4676
4677         * src/ssl_certificate.[ch] ** REMOVED **
4678         * src/common/ssl_certificate.[ch] ** NEW **
4679         * src/Makefile.am
4680         * src/common/Makefile.am
4681                 Moved ssl_certificate.[ch] to common
4682         * src/common/ssl.c 
4683                 Put back needed include
4684         * src/gtk/sslcertwindow.[ch]
4685                 Changed ssl_certificate.h include
4686         
4687 2002-12-09 [colin]      0.8.6claws83
4688
4689         * src/gtk/sslcertwindow.[ch]
4690                 Implement hook for certificate acception
4691         * src/ssl_certificate.[ch]
4692                 Implement hook for certificate acception
4693         * src/common/ssl.c
4694                 Reenable certificate acception check
4695         * src/mainwindow.c
4696                 Register sslcertwindow's hook
4697         
4698 2002-12-08 [christoph]  0.8.6claws82
4699
4700         * src/about.c
4701         * src/addr_compl.c
4702         * src/codeconv.c
4703         * src/manual.c
4704         * src/undo.c
4705         * src/common/utils.c
4706                 o add missing includes
4707                 o fix warnings
4708         * src/.cvsignore
4709         * src/common/.cvsignore
4710         * src/common/version.h          ** REMOVE **
4711                 remove autogenerated file
4712
4713 2002-12-08 [paul]       0.8.6claws81
4714
4715         * src/stringtable.c
4716                 put back needed include
4717
4718 2002-12-08 [colin]      0.8.6claws80
4719         
4720         * src/gtk/sslcertwindow.c
4721                 Cleaner popups when asking
4722         * src/ssl_certificate.c
4723         * src/prefs_common.[ch]
4724                 remove ssl certificate pref
4725                 put back needed include
4726         * src/undo.c
4727                 put back needed include
4728
4729 2002-12-08 [christoph]  0.8.6claws79
4730
4731         * src/folderview.c
4732         * src/logwindow.c
4733         * src/statusbar.c
4734         * src/summaryview.c
4735                 only abort hook invokation if required data is missing not
4736                 if our own data pointer is NULL, update hookfunction for
4737                 log window
4738
4739 2002-12-08 [paul]       0.8.6claws78
4740
4741         * src/about.c
4742         * src/addrcache.c
4743         * src/addrclip.c
4744         * src/addr_compl.c
4745         * src/addrselect.c
4746         * src/codeconv.c
4747         * src/colorlabel.c
4748         * src/enriched.c
4749         * src/esmtp.c
4750         * src/exporthtml.c
4751         * src/headerview.c
4752         * src/imageview.c
4753         * src/manual.c
4754         * src/noticeview.c
4755         * src/pgptext.c
4756         * src/scoring.c
4757         * src/sourcewindow.c
4758         * src/stringtable.c
4759         * src/undo.c
4760                 clean up: remove unneccesary includes
4761
4762 2002-12-08 [christoph]  0.8.6claws77
4763
4764         * src/folderview.c
4765         * src/statusbar.c
4766         * src/summaryview.c
4767         * src/common/hooks.[ch]
4768                 hook functions now have a gboolean return value, if a hook
4769                 returns TRUE it will stop executing of any more hooks in
4770                 the same hooklist for this invokation
4771
4772 2002-12-08 [colin]      0.8.6claws76
4773         
4774         * src/main.c
4775                 put back argv0 for CRASH_DIALOG
4776
4777 2002-12-08 [christoph]  0.8.6claws75
4778
4779         * src/Makefile.am
4780         * src/about.c
4781         * src/account.c
4782         * src/crash.c
4783         * src/esmtp.h
4784         * src/imap.[ch]
4785         * src/inc.c
4786         * src/main.c
4787         * src/mainwindow.c
4788         * src/news.c
4789         * src/pop.[ch]
4790         * src/prefs_account.[ch]
4791         * src/prefs_common.[ch]
4792         * src/send.[ch]
4793         * src/smtp.[ch]
4794         * src/ssl_certificate.[ch]
4795         * src/ssl_manager.[ch]
4796         * src/common/Makefile.am
4797         * src/common/log.c
4798         * src/common/nntp.[ch]
4799         * src/common/socket.[ch]
4800         * src/common/ssl.[ch]
4801         * src/gtk/sslcertwindow.[ch]
4802         * ac/openssl.m4
4803                 use new autoconf script to detect OpenSSL with extra parameters
4804                 to specify the location of libs and includes, also remove USE_SSL
4805                 to USE_OPENSSL
4806
4807         * src/common/sylpheed.[ch]
4808         * src/common/version.h.in
4809                 start seperation of common code initialization seperated from gui
4810
4811         * src/summaryview.c
4812                 The function that is called when a color label changes
4813                 should not change the color lable again
4814
4815 2002-12-08 [colin]      0.8.6claws74
4816
4817         * src/gtk/sslcertwindow.c
4818                 warning fixes
4819
4820 2002-12-08 [colin]      0.8.6claws73
4821
4822         * src/statusbar.c
4823           src/common/log.h
4824                 Register a hook for statusbar_puts_all
4825         * src/common/log.c
4826                 invoke statusbar_puts_all's hook
4827         
4828 2002-12-08 [colin]      0.8.6claws72
4829
4830         * src/ssl_certificate.c
4831                 Put back a badly-removed include
4832
4833 2002-12-08 [colin]      0.8.6claws71
4834
4835         * src/gtk/sslcertwindow.[ch]    ** NEW **
4836                 new certificate presentation
4837         * src/gtk/Makefile.am
4838                 add new files
4839         * src/ssl_certificate.[ch]
4840                 gtk cleanup, made utility functions public
4841         * src/ssl_manager.c
4842                 use new cert presentation
4843
4844 2002-12-07 [christoph]  0.8.6claws70
4845
4846         * src/Makefile.am
4847         * src/nntp.[ch]                 ** REMOVE **
4848         * src/common/Makefile.am
4849         * src/common/nntp.[ch]          ** NEW **
4850                 move nntp files to common directory
4851
4852 2002-12-07 [christoph]  0.8.6claws69
4853
4854         * src/procmsg.[ch]
4855         * src/summaryview.c
4856                 implement msginfo update callback using sylpheed's new
4857                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4858
4859 2002-12-06 [christoph]  0.8.6claws68
4860
4861         * src/editgroup.c
4862                 This patch changes the 'Edit Group Details' dialog to
4863                 allow extended selections in either pane, so that
4864                 addresses can be added or removed from a group more
4865                 quickly and easily. (it actually is a net decrease in
4866                 file size, as some unnecessary functions have been
4867                 removed). 
4868                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4869
4870 2002-12-06 [christoph]  0.8.6claws67
4871
4872         * src/Makefile.am
4873         * src/template.[ch]             ** REMOVE **
4874         * src/common/Makefile.am
4875         * src/common/template.[ch]      ** NEW **
4876                 move template files to common directory
4877
4878         * src/nntp.c
4879                 add missing log.h include
4880
4881 2002-12-06 [melvin]     0.8.6claws66
4882
4883         * src/prefs_actions.c
4884                 Added the trailing ">" syntax to insert command's output
4885                 without replacing old text (in contrast to trailing "|").
4886
4887 2002-12-05 [colin]      0.8.6claws65
4888         
4889         * src/common/utils.c
4890                 Don't modify original search_string or it'll change
4891                 the next iterations in the for()
4892
4893 2002-12-05 [darko]      0.8.6claws64
4894
4895         * src/common/utils.c
4896                 proper check for filtering commands, found by Colin
4897
4898 2002-12-05 [darko]      0.8.6claws63
4899
4900         * src/common/utils.c
4901                 check proper string for NULL pointer, found by Colin
4902
4903 2002-12-05 [darko]      0.8.6claws62
4904
4905         * src/common/utils.[ch]
4906                 expand_search_string(): new function
4907                 converts Mutt-like patterns to Sylpheed's
4908                 filtering engine
4909         * src/summaryview.c
4910                 use expand_search_string() to allow Mutt-like
4911                 patterns in extended search
4912         * README.claws
4913                 document extended option in quick search
4914
4915 2002-12-05 [paul]       0.8.6claws61
4916
4917         * sync with 0.8.6cvs16
4918                 see ChangeLog 2002-12-05
4919                 
4920         * po/POTFILES.in
4921                 clean up
4922
4923 2002-12-04 [christoph]  0.8.6claws60
4924
4925         * src/imap.[ch]
4926                 put imap authentication code into a new function and
4927                 remove it from imap_session_new that will allow to
4928                 send other commands before authentication
4929
4930 2002-12-04 [christoph]  0.8.6claws59
4931
4932         * src/imap.[ch]
4933                 use already existing method to prevent unneeded IMAP
4934                 folder selects. Set imap_select parameters to NULL
4935                 in some functions if the values are not required.
4936
4937         * src/xml.h
4938                 remove no longer required include
4939
4940 2002-12-04 [paul]       0.8.6claws58
4941
4942         * po/es.po
4943                 updated by Ricardo Mones Lastra
4944                 
4945         * configure.in
4946           po/hu.po      ** NEW FILE **
4947                 initial Hungarian translation, submitted
4948                 by Gál Zoltán <galzoli@hu.inter.net>
4949
4950 2002-12-03 [christoph]  0.8.6claws57
4951
4952         * src/Makefile.am
4953         * src/gtksctree.[ch]            ** REMOVE **
4954         * src/gtk/Makefile.am
4955         * src/gtk/gtksctree.[ch]        ** NEW **
4956                 move gtksctree files to gtk directory
4957
4958 2002-12-03 [christoph]  0.8.6claws56
4959
4960         * src/Makefile.am
4961         * src/md5.[ch]                  ** REMOVE **
4962         * srm/common/Makefile.am
4963         * src/common/md5.[ch]           ** NEW **
4964                 move md5 files to common directory
4965
4966         * src/gtkstext.c
4967                 remove not required #include
4968
4969 2002-12-03 [sergey]     0.8.6claws55
4970
4971         * src/gtkutils.c
4972         * src/gtkutils.h
4973                 gtkut_window_popup(): new function.
4974         * src/mainwindow.c
4975                 main_window_popup(): use gtkut_window_popup() to raise
4976                 window without changing its position.
4977                 (see sylpheed-main ML message [sylpheed:17247])
4978
4979 2002-12-03 [sergey]     0.8.6claws54
4980
4981         * src/send.c
4982                 send_message_local(): removed first-dot escaping
4983                 (SMTP-only, not needed for sending through pipe)
4984
4985 2002-12-03 [paul]       0.8.6claws53
4986
4987         * po/POTFILES.in
4988                 update to reflect recent changes (thanks
4989                 to Ricardo Mones Lastra)
4990                 
4991         * tools/filter_conv.pl
4992                  fix problem with quoted strings. Patch submitted
4993                  by Luke Plant <lukeplant@softhome.net>
4994
4995 2002-12-03 [paul]       0.8.6claws52
4996
4997         * sync with 0.8.6cvs15
4998                 see ChangeLog 2002-12-03
4999
5000 2002-12-02 [christoph]  0.8.6claws51
5001
5002         * src/logwindow.[ch]
5003         * src/common/log.[ch]
5004                 implement logging using a hook function
5005
5006         * src/folderview.c
5007         * src/folder.[ch]
5008                 define hooklist name in header file to avoid
5009                 errors caused by wrong spelling of hooklist names
5010
5011         * src/toolbar.c
5012                 fix warnings
5013
5014 2002-12-02 [christoph]  0.8.6claws50
5015
5016         * src/common/Makefile.am
5017                 add src/common/hooks.[ch]
5018
5019         * src/common/hooks.[ch]
5020                 implement a simple hook system using glib's hook functions
5021
5022         * src/folder.[ch]
5023         * src/folderview.c
5024                 use new hook system for folder item updates
5025
5026 2002-12-02 [christoph]  0.8.6claws49
5027
5028         * doc-src/ui_seperation.txt     ** NEW **
5029                 information for ui seperation
5030
5031         * src/Makefile.am
5032                 remove files that were moved to common
5033                 include common directory by default for the header files
5034
5035         * src/inc.c
5036         * src/common/socket.c
5037         * src/automaton.[ch]
5038                 implement automaton using g_io_*-functions instead of
5039                 gdk_input_add to make it ui independent
5040
5041         * src/codeconv.c
5042         * src/compose.c
5043         * src/ldif.c
5044         * src/pgptext.c
5045         * src/procmime.c
5046         * src/rfc2015.c
5047         * src/smtp.c
5048         * src/unmime.c
5049                 remove common/ prefix because directory is now in
5050                 include path
5051
5052         * src/compose.c
5053         * src/folder.c
5054         * src/folderview.c
5055         * src/mainwindow.c
5056         * src/messageview.c
5057         * src/prefs_common.c
5058         * src/procmsg.c
5059         * src/rfc2015.c
5060                 fix warnings
5061
5062         * src/imap.c
5063         * src/inc.c
5064         * src/news.c
5065         * src/pop.c
5066         * src/send.c
5067         * src/smtp.c
5068         * src/ssl_certificate.c
5069                 add log.h header file for logging functions
5070
5071         * src/main.c
5072         * src/common/utils.c
5073         * src/summaryview.c
5074         * src/xml.c
5075                 o move debug_mode to common/utils.c
5076                 o add functions to set and get debug_mode
5077
5078         * src/defs.h                    ** REMOVE **
5079         * src/intl.h                    ** REMOVE **
5080         * src/socket.[ch]               ** REMOVE **
5081         * src/ssl.[ch]                  ** REMOVE **
5082         * src/utils.[ch]                ** REMOVE **
5083                 replaced by new files in src/common/
5084         
5085         * src/common/Makefile.am
5086                 add new files in src/common/
5087
5088         * src/common/defs.h             ** NEW **
5089         * src/common/intl.h             ** NEW **
5090         * src/common/log.[ch]           ** NEW **
5091         * src/common/socket.[ch]        ** NEW **
5092         * src/common/ssl.[ch]           ** NEW **
5093         * src/common/utils.[ch]         ** NEW **
5094                 replacement for files in src/
5095
5096 2002-12-02 [colin]      0.8.6claws48
5097
5098         * src/folderview.c
5099                 Scroll folderview if necessary during dnd
5100
5101 2002-12-02 [colin]      0.8.6claws47
5102
5103         * src/folder.[ch]
5104                 Add check to verify a move is within a single mailbox
5105         * src/folderview.c
5106                 Add specific error string for this check
5107
5108 2002-12-02 [colin]      0.8.6claws46
5109
5110         * src/folder.c
5111                 Add a test to folder moving, remove a statusbar_print
5112         * src/folderview.c
5113                 Add Move folder... context-menu item
5114                 Factorize folder moving code
5115                 Enable folder DND for mbox
5116
5117 2002-12-01 [christoph]  0.8.6claws45
5118
5119         * ac/aspell.m4
5120                 remove conf.aspelltest if the version check fails
5121
5122 2002-11-30 [christoph]  0.8.6claws44
5123
5124         * autogen.sh
5125                 run libtoolize --force in autogen to create missing
5126                 libtool scripts
5127
5128 2002-11-30 [christoph]  0.8.6claws43
5129
5130         * src/Makefile.am
5131         * src/pgptext.c
5132         * src/procmime.c
5133         * src/rfc2015.c
5134         * src/uuencode.[ch]             ** REMOVED **
5135         * src/common/Makefile.am
5136         * src/common/uuencode.[ch]      ** NEW **
5137                 move uuen/decoder to common directory
5138
5139 2002-11-30 [christoph]  0.8.6claws42
5140
5141         * src/Makefile.am
5142         * src/base64.[ch]               ** REMOVED **
5143         * src/codeconv.c
5144         * src/compose.c
5145         * src/ldif.c
5146         * src/pgptext.c
5147         * src/procmime.c
5148         * src/rfc2015.c
5149         * src/smtp.c
5150         * src/unmime.c
5151         * src/common/Makefile.am
5152         * src/common/base64.[ch]        ** NEW **
5153                 move base64 en/decoder to common directory
5154
5155 2002-11-30 [christoph]  0.8.6claws41
5156
5157         * src/common                    ** NEW **
5158                 new directory for UI independent code
5159         * src/gtk                       ** NEW **
5160                 new directory for GTK frontend
5161         * src/common/.cvsignore         ** NEW **
5162         * src/gtk/.cvsignore            ** NEW **
5163                 ignore build files
5164         * src/common/Makefile.am        ** NEW **
5165         * src/gtk/Makefile.am           ** NEW **
5166                 automake files to build new seperated stuff
5167         * src/Makefile.am
5168                 the binary will currently still be build with the
5169                 files in src, so we include the code from the
5170                 subdirs for now after building the libs there
5171
5172 2002-11-30 [paul]       0.8.6claws40
5173
5174         * src/compose.c
5175                 fix bug [642731] 'Wrong selected account with drafted mail'
5176
5177 2002-11-29 [oliver]     0.8.6claws39
5178         
5179         * src/messageview.c
5180                 o update summaryview when switching between different
5181                   messageviews          
5182         * src/toolbar.c  
5183                 o check if messageview holds already removed msg
5184                   from summaryview
5185                 
5186
5187 2002-11-29 [oliver]     0.8.6claws38
5188
5189         * src/toolbar.c 
5190                 remove not needed variables and includes
5191                 make messageview stay opened and move to next when msgs are deleted 
5192
5193 2002-11-29 [oliver]     0.8.6claws37
5194         
5195         * src/toolbar.c 
5196                 disable compose button (messageview toolbar) by default
5197                 deleted msgs are moved to trash
5198         
5199 2002-11-29 [melvin]     0.8.6claws36
5200
5201         * configure.in
5202                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5203                 and to detect signatures expirations (gpgme 0.3.6)
5204
5205         * src/main.c
5206                 Use non obsolescent function for Gpgme engine checking.
5207
5208         * src/rfc2015.c
5209                 Inform about expired signatures or signatures which key
5210                 has expired. Expiration date is displayed.
5211
5212         * src/sigstatus.c
5213                 Inform about expired signatures or signatures which key
5214                 has expired.
5215
5216 2002-11-28 [paul]       0.8.6claws35
5217
5218         * src/folderview.c
5219                 re-instate 'Check for new messages' in Newsgroup
5220                 folders right-click menu, after a suggestion from
5221                 Tim Mann <timmann@users.sourceforge.net>
5222
5223         * src/main.c
5224                 after a crash check only local folders for new
5225                 messages
5226
5227 2002-11-28 [paul]       0.8.6claws34
5228
5229         * configure.in
5230                 apply patch that fixes the checking of GTK with XIM 
5231                 support on different OSs, such as FreeBSD. Patch 
5232                 submitted by Topia <topia@users.sourceforge.net>
5233                 
5234 2002-11-28 [paul]       0.8.6claws33
5235
5236         * src/mainwindow.c
5237           src/prefs_common.c
5238           src/prefs_toolbar.c
5239                 more changes to the English
5240
5241 2002-11-28 [paul]       0.8.6claws32
5242
5243         * sync with 0.8.6cvs13
5244                 see ChangeLog 2002-11-28 (no sync needed
5245                 for src/compose.c)
5246
5247 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5248         
5249         * src/mainwindow.[ch]
5250                 add patch by Ivan F. Martinez introducing messageview Toolbar
5251                 some changes and committed by oliver    
5252
5253 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5254
5255         * src/messageview.[ch]
5256                 add patch by Ivan F. Martinez introducing messageview Toolbar
5257                 some changes and committed by oliver    
5258
5259 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5260
5261         * src/compose.[ch]
5262                 add patch by Ivan F. Martinez introducing messageview Toolbar
5263                 some changes and committed by oliver    
5264
5265 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5266         
5267         * src/toolbar.[ch]
5268                 add patch by Ivan F. Martinez introducing messageview Toolbar
5269                 some changes and committed by oliver
5270
5271 2002-11-28 [oliver]     0.8.6claws27
5272         
5273         * src/prefs_toolbar.[ch]
5274                 getting ready for messageview toolbar
5275                 free mem allocated by gettext
5276                 change prefs_toolbar to prefs_toolbar_open
5277  
5278 2002-11-28 [thorsten]   0.8.6claws26
5279
5280         * src/imageview.[ch]
5281                 cleaned up conflicting declarations of
5282                 imageview_show_image()
5283
5284 2002-11-28 [paul]       0.8.6claws25
5285
5286         * src/grouplistdialog.c
5287           src/prefs_common.c
5288           src/prefs_summary_column.c
5289                 a few more improvements to the English
5290
5291 2002-11-28 [colin]      0.8.6claws24
5292
5293         * man/sylpheed.1
5294                 A few updates to command-line parameters
5295
5296 2002-11-28 [colin]      0.8.6claws23
5297
5298         * src/prefs_filtering.c
5299                 Fix problems with prefs_filtering_delete_path:
5300                 a) if the first rule is removed, original pointers
5301                    weren't updated (leading to segfaults)
5302                 b) it was always global_processing updated in case
5303                    of removed path was parent of rule path
5304
5305 2002-11-27 [paul]       0.8.6claws22
5306
5307         * src/mainwindow.c
5308           src/prefs_account.c
5309           src/prefs_actions.c
5310           src/prefs_common.c
5311           src/prefs_customheader.c
5312           src/prefs_display_header.c
5313           src/prefs_filtering.c
5314           src/prefs_folder_item.c
5315           src/prefs_matcher.c
5316           src/prefs_scoring.c
5317           src/prefs_summary_column.c
5318           src/prefs_template.c
5319           src/prefs_toolbar.c
5320                  improve the English in the GUI
5321
5322 2002-11-27 [colin]      0.8.6claws21
5323
5324         * src/folder.c
5325                 Fix processing renaming problems happening after
5326                 last commit
5327
5328 2002-11-27 [colin]      0.8.6claws20
5329
5330         * src/folder.c
5331                 recursive move now deletes src each subfolder after 
5332                 having moved it
5333         * src/folderview.c
5334                 Use identifier instead of path during dnd (enables
5335                 IMAP folder dnd)
5336
5337 2002-11-27 [paul]       0.8.6claws19
5338
5339         * src/main.c
5340                 apply patch that does command-line processing 
5341                 BEFORE gtk_init, allowing claws to run from 
5342                 shell-scripts in non-X environment (e.g. crontab 
5343                 or ip-up, ip-down scripts). Patch submitted by
5344                 Ruslan N. Balkin <baron@dartel.ru>
5345                 
5346         * po/it.po
5347                 updated by Alessandro Maestri
5348
5349 2002-11-27 [paul]       0.8.6claws18
5350
5351         * sync with 0.8.6cvs12
5352           src/prefs_common.c
5353                 Differences are that main uses a 'Receive dialog'
5354                 frame on the Interface tab, whereas claws groups all 
5355                 the dialogs together in a 'Dialogs' frame.
5356
5357 2002-11-27 [colin]      0.8.6claws17
5358
5359         * src/prefs_matcher.c
5360                 Fix Execute criteria's NOT flag
5361
5362
5363 2002-11-26 [christoph]  0.8.6claws16
5364
5365         * src/ssl.c
5366                 rewrite the ssl code a little bit, only use one
5367                 SSL context, set default certificates' file/path
5368
5369 2002-11-26 [thorsten]   0.8.6claws15
5370
5371         * src/compose.c
5372                 default-reply-to didn't work for ml-reply
5373
5374 2002-11-26 [melvin]     0.8.6claws14
5375
5376         * src/prefs_actions.c
5377                 Made pipe-actions ignore short headers in message view
5378                 Made trailing-pipe-actions write in the message view with
5379                 the same font as the original message
5380
5381 2002-11-26 [paul]       0.8.6claws13
5382
5383         * src/compose.c
5384                 this time commit the correct file
5385
5386 2002-11-26 [paul]       0.8.6claws12
5387
5388         * sync with 0.8.6cvs11
5389           src/quote_fmt_parse.y  
5390                 no sync needed
5391           src/account.[ch]       
5392                 not sync'ed
5393           src/compose.c
5394                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5395                 on draft mode.
5396                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5397                 header
5398                 
5399         see ChangeLog 2002-11-25 and 2002-11-26
5400
5401 2002-11-26 [colin]      0.8.6claws11
5402
5403         * src/folderview.c
5404                 Fix collapsed folder not auto-expanding during
5405                 mail dnd, if it was the source folder.
5406
5407 2002-11-25 [colin]      0.8.6claws10
5408
5409         * src/folderview.[ch]
5410                 Variable renaming and cleaning (slist of nodes 
5411                 to be re-collapsed is stored in FolderView)
5412
5413 2002-11-25 [paul]       0.8.6claws9
5414
5415         * src/prefs_common.[ch]
5416                 fix breakage caused by last commit
5417
5418 2002-11-25 [paul]       0.8.6claws8
5419
5420         * sync with 0.8.6cvs4
5421                 see ChangeLog 2002-11-21
5422
5423 2002-11-25 [paul]       0.8.6claws7
5424
5425         * sync with 0.8.6cvs4
5426                 see ChangeLog 2002-11-20
5427
5428 2002-11-25 [paul]       0.8.6claws6
5429
5430         * sync with 0.8.6cvs3
5431                 see ChangeLog 2002-11-18
5432
5433 2002-11-25 [colin]      0.8.6claws5
5434
5435         * src/gtkutils.[ch]
5436                 Add gtkut_ctree_node_is_parent()
5437         * src/folderview.c
5438                 Spring-loaded folders
5439
5440 2002-11-25 [colin]      0.8.6claws4
5441
5442         * src/utils.[ch]
5443                 Add slist_concat_unique(), function to merge
5444                 two GSList filtering dups
5445         * src/folder.[ch]
5446         * src/summaryview.[ch]
5447         * src/folderview.c
5448         * src/main.c
5449                 Add detection/update/display of unread answers
5450                 to marked mails
5451         * src/procmsg.[ch]
5452                 Add procmsg_find_children()
5453                 Add procmsg_msg_has_marked_parent()
5454
5455 2002-11-25 [colin]      0.8.6claws3
5456
5457         * src/ssl_certificate.[ch]
5458                 Allow checking a certificate without a DNS
5459                 lookup
5460                 Allow to forget a cert (by deleting it)
5461                 Make ssl_certificate_destroy_public
5462         * src/ssl_manager.[ch] ** NEW FILES **
5463                 Gui to manage (display/remove) certificates
5464         * src/prefs_common.[ch]
5465                 Add a pref to allow silent acceptation of
5466                 trusted certificates or not (based on the
5467                 "I want to know what's going on" principle)
5468         * src/mainwindow.c
5469                 Add SSL manager in Tools menu
5470         * src/Makefile.am
5471                 Add the new files to the build
5472         * po/POTFILES.in
5473                 Add ssl_manager.c to translations
5474
5475 2002-11-25 [colin]      0.8.6claws2
5476
5477         * src/summaryview.[ch]
5478                 Add S_SEARCH_EXTENDED to the quick search, which 
5479                 allows to search using filtering syntax.
5480
5481 2002-11-25 [colin]      0.8.6claws1
5482
5483         * src/summaryview.c
5484                 Deletion of duplicates now prefer deleting
5485                 the unread dup (fixes feature-request 638989).
5486
5487 2002-11-24 [paul]       0.8.6claws
5488
5489         * po/es.po
5490           po/pl.po
5491           po/ru.po
5492           po/sr.po
5493                 updated by Ricardo Mones Lastra,
5494                 Witold Wladyslaw Wojciech Wilk,
5495                 Ruslan N. Balkin, and  Urke MMI 
5496                 respectively
5497
5498 2002-11-24 [paul]       0.8.5claws182
5499
5500         * po/bg.po
5501                 updated by George Danchev
5502
5503 2002-11-23 [alfons]     0.8.5claws181
5504
5505         * src/imap.c
5506                 tiny memory leak found by browsing Dimitar's 
5507                 valgrind report
5508
5509 2002-11-23 [paul]       0.8.5claws180
5510
5511         * po/it.po
5512                 updated by Alessandro Maestri
5513
5514 2002-11-22 [christoph]  0.8.5claws179
5515
5516         * src/compose.c
5517         * src/inc.c
5518         * src/prefs_filtering.c
5519         * src/summaryview.c
5520                 more warning fixes
5521
5522 2002-11-22 [alfons]     0.8.5claws178
5523
5524         * src/summaryview.c
5525                 summary_execute_delete_func(): if message is deleted, make 
5526                 sure to also remove its entry in the subject hash table. 
5527                 fixes a corner case bug.
5528
5529 2002-11-22 [paul]       0.8.5claws177
5530
5531         * .cvsignore
5532                 add 'autom4te.cache'
5533                 
5534         * ltconfig      ** REMOVED **
5535                 not needed
5536
5537 2002-11-22 [paul]       0.8.5claws176
5538
5539         * src/textview.c
5540                 textview_set_font(): fix for message display in
5541                 UTF-8 locales (thanks to Sergey Vlasov).
5542                 
5543         * AUTHORS
5544                 add new team members and contributors
5545
5546
5547 2002-11-21 [colin]      0.8.5claws175
5548
5549         * src/procmsg.[ch]
5550                 Add procmsg_remove_special_headers()
5551         * src/mh.c
5552                 Use procmsg_remove_special_headers() for 
5553                 previous fix
5554
5555 2002-11-21 [colin]      0.8.5claws174
5556
5557         * src/mh.c
5558                 Fix moving/copying from queue/draft folders
5559                 for MH folders
5560
5561 2002-11-21 [christoph]  0.8.5claws173
5562
5563         * src/crash.c
5564         * src/filtering.c
5565         * src/logwindow.c
5566         * src/main.c
5567         * src/matcher_parser_lex.[hl]
5568         * src/mbox.c
5569         * src/mbox_folder.[ch]
5570         * src/prefs_filtering.c
5571         * src/procheader.c
5572         * src/quote_fmt_lex.l
5573         * src/ssl.c
5574                 fix all warnings except the warnings in lex and yacc files
5575
5576 2002-11-20 [christoph]  0.8.5claws172
5577
5578         * src/imap.c
5579                 fix MsgInfo retrieval for IMAP draft and queue folders
5580                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5581
5582 2002-11-19 [christoph]  0.8.5claws171
5583
5584         * src/compose.c
5585                 fix segfault, when draft saving does not get
5586                 the MsgInfo of the new message
5587                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5588
5589 2002-11-19 [christoph]  0.8.5claws170
5590
5591         * src/procmsg.c
5592                 add parameter check for flag setting function
5593                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5594
5595 2002-11-18 [paul]       0.8.5claws169
5596
5597         * src/compose.c
5598                 more sensitivity fixes to redirect mode:
5599                 * disable toolbar draft button
5600                 * allow only Address book in the Tools menu
5601                 * disable editing of message by the spell
5602                   checker
5603
5604 2002-11-18 [paul]       0.8.5claws168
5605
5606         * src/compose.c
5607                 fix sensitivity of menu items in compose_redirect():
5608                 allow only the necessary items 
5609
5610 2002-11-18 [paul]       0.8.5claws167
5611
5612         * src/compose.c
5613                 fix bug [ 603259 ] 'attachment got lost on bounce'
5614
5615 2002-11-18 [paul]       0.8.5claws166
5616
5617         * po/ru.po
5618                 updated by Ruslan N. Balkin <baron@dartel.ru>
5619
5620 2002-11-18 [colin]      0.8.5claws165
5621
5622         * src/main.c
5623           src/defs.h
5624                 Remove old filtering stuff
5625
5626
5627 2002-11-17 [oliver]     0.8.5claws164
5628
5629         * src/toolbar.h
5630                 remove not needed typedef 
5631
5632 2002-11-17 [oliver]     0.8.5claws163
5633
5634         * src/toolbar.c
5635                 make toolbar's on click events translatable
5636
5637 2002-11-15 [colin]      0.8.5claws162
5638
5639         * src/summaryview.c
5640                 Revert too-soon integration of a feature
5641
5642 2002-11-15 [christoph]  0.8.5claws161
5643
5644         * src/imap.c
5645                 use main's implementation of imap_get_msginfo
5646
5647 2002-11-15 [christoph]  0.8.5claws160
5648
5649         * src/compose.c
5650         * src/folder.[ch]
5651         * src/imap.c
5652         * src/mbox_folder.c
5653         * src/mh.c
5654         * src/news.c
5655         * src/procmsg.c
5656         * src/summaryview.c
5657                 replace claws' fetch_msginfo with main's get_msginfo
5658                 (use main's implementation where possible)
5659
5660 2002-11-15 [colin]      0.8.5claws159
5661
5662         * src/ssl_certificate.c
5663                 Missed a check
5664
5665 2002-11-16 [melvin]     0.8.5claws158
5666
5667         * po/fr.po
5668                 Updated French translations.
5669
5670 2002-11-16 [colin]      0.8.5claws157
5671
5672         * src/ssl_certificate.c
5673                 Check for missing parts in the certificates
5674
5675 2002-11-15 [colin]      0.8.5claws156
5676
5677         * src/folderview.c
5678                 Preventive fix (missing check) found by
5679                 Alfons
5680
5681 2002-11-15 [paul]
5682
5683         * NEWS
5684                 sync with 0.8.6 release
5685
5686 2002-11-15 [colin]      0.8.5claws155
5687
5688         * src/folder.[ch]
5689           src/folderview.c
5690                 Fix error handling of folder_item_move_to()
5691                 (thanks to Alfons!)
5692
5693 2002-11-15 [colin]      0.8.5claws154
5694
5695         * src/folder.[ch]
5696           src/folderview.c
5697                 folder_item_move_to() sets an error message instead
5698                 of having GUI stuff in folder.c
5699
5700 2002-11-15 [colin]      0.8.5claws153
5701
5702         * src/procmsg.[ch]
5703                 Implemented a callback for MsgInfo updates, 
5704                 heavily copy/pasted from Christoph's folder 
5705                 callback system
5706         * src/summaryview.[ch]
5707                 Register summary_update_msg as callback
5708
5709 2002-11-14 [colin]      0.8.5claws152
5710         
5711         * src/procmsg.c
5712                 Update the FolderItem after sending (fixes 617593)
5713
5714 2002-11-14 [christoph]  0.8.5claws151
5715
5716         * src/folder.c
5717                 fix wrong position of NULL pointer check found
5718                 by Sergey
5719
5720 2002-11-14 [christoph]  0.8.5claws150
5721
5722         * src/folder.c
5723                 fix segfault when deleting messages from IMAP folders
5724                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5725
5726 2002-11-14 [colin]      0.8.5claws149
5727
5728         * src/compose.c
5729                 Forwarding was also ignoring the folder's default account.
5730
5731 2002-11-14 [colin]      0.8.5claws148
5732
5733         * src/compose.c
5734                 Fix sent folder not set to folder properties when 
5735                 forwarding.
5736
5737 2002-11-14 [thorsten]   0.8.5claws147
5738
5739         * src/inc.c
5740                 inc_start(): Files were not moved from .processing to inbox,
5741                 if no global processing rule existed
5742
5743 2002-11-14 [colin]      0.8.5claws146
5744
5745         * src/ssl_certificate
5746                 Fix file operations
5747
5748 2002-11-14 [paul]       0.8.5claws145
5749
5750         * po/it.po
5751                 updated by Alessandro Maestri
5752
5753 2002-11-13 [alfons]     0.8.5claws144
5754
5755         * src/folder.c
5756                 folder_item_close(): only mark messages unread
5757                 when a folder has new messages 
5758
5759 2002-11-13 [keith]      0.8.5claws143
5760
5761         * src/imap.c
5762                 Fix problem moving or copying between
5763                 IMAP folders
5764
5765 2002-11-13 [colin]      0.8.5claws142
5766
5767         * src/matcher_parser_parse.y
5768                 Fix rule problem when " don't match
5769
5770 2002-11-13 [christoph]  0.8.5claws141
5771
5772         * src/folder.c
5773         * src/folderview.c
5774                 moved cache saving to folder_item_close
5775                 the folderview should not have to deal with
5776                 this things
5777
5778 2002-11-13 [christoph]  0.8.5claws140
5779
5780         * src/summaryview.c
5781                 moved setting of important score to
5782                 summary_set_prefs_from_folderitem
5783
5784 2002-11-13 [colin]      0.8.5claws139
5785
5786         * src/matcher_parser_parse.y
5787                 Fix a segfault in the parser (happening when
5788                 a good expression had been tested and a bad 
5789                 one arrives)
5790
5791 2002-11-13 [paul]       0.8.5claws138
5792
5793         * sync with 0.8.5cvs24
5794                 see ChangeLog 2002-11-13
5795                 
5796         * po/pt_BR.po
5797                 updated by Fabio Jr. Beneditto
5798
5799 2002-11-13 [colin]      0.8.5claws137
5800         
5801         * src/msgcache.c
5802           src/defs.h
5803           src/procmsg.[ch]
5804                 Revert last commit, problem
5805
5806 2002-11-13 [colin]      0.8.5claws136
5807
5808         * src/msgcache.c
5809                 Remove duplicated code
5810         * src/defs.h
5811                 Bumped CACHE_VERSION and MARK_VERSION
5812         * src/procmsg.[ch]
5813                 Network endian for cache and mark files
5814
5815 2002-11-12 [colin]      0.8.5claws135
5816
5817         * src/inc.c
5818                 Fix the "socket error" dialog which disappeared
5819
5820 2002-11-12 [colin]      0.8.5claws134
5821
5822         * src/msgcache.c
5823                 Reverse last commit which had performance 
5824                 problems, but still reverse the list
5825
5826 2002-11-12 [colin]      0.8.5claws133
5827
5828         * src/msgcache.c
5829                 Reverse list order
5830
5831 2002-11-12 [melvin]     0.8.5claws132
5832
5833         * src/compose.c
5834                 Added a check for a NULL prefs_common.dictionary
5835
5836 2002-11-12 [colin]      0.8.5claws131
5837
5838         * src/ssl_certificate.[ch]
5839                 Use FQDN hostname
5840
5841 2002-11-12 [colin]      0.8.5claws130
5842
5843         * src/ssl_certificate.[ch]
5844                 Take connection port into account for 
5845                 checking certificates (a single hostname
5846                 could have multiple servers with multiple
5847                 certificates)
5848         * src/ssl.c
5849                 Pass the port to ssl_certificate_check
5850
5851 2002-11-12 [paul]       0.8.5claws129
5852
5853         * src/folder.c
5854                 fix a typo in last commit
5855
5856 2002-11-12 [paul]       0.8.5claws128
5857
5858         * sync with 0.8.5cvs23
5859                 see ChangeLog entry 2002-11-12
5860
5861 2002-11-11 [colin]      0.8.5claws127
5862
5863         * src/ssl_certificate.c
5864                 Cleaner messages
5865                 Don't popup, instead log error, if the 
5866                 corresponding pref is checked
5867         * src/ssl_certificate.h
5868                 include <openssl/objects/h>
5869
5870 2002-11-11 [colin]      0.8.5claws126
5871
5872         * src/ssl_certificate.h
5873                 _Really_ clean it
5874
5875 2002-11-11 [colin]      0.8.5claws125
5876         
5877         * src/ssl_certificate.c
5878                 Fixed leak
5879
5880 2002-11-11 [colin]      0.8.5claws124
5881
5882         * src/ssl.c
5883                 Cleaned a bit
5884         * src/ssl_certificate.[ch]
5885                 Cleaned a bit (better use of SSL API)
5886                 (This will cause non-recognition of saved 
5887                  certificates of claws12[23]...)
5888
5889 2002-11-11 [paul]       0.8.5claws123
5890         
5891         * po/es.po
5892                 updated by Ricardo Mones Lastra
5893
5894 2002-11-11 [colin]      0.8.5claws122
5895
5896         * src/ssl.c
5897                 Fix a typo
5898
5899 2002-11-11 [colin]      0.8.5claws121
5900
5901         * src/ssl_certificate.[ch] ** NEW FILES **
5902         * src/ssl.[ch]
5903                 Check SSL certificates presented to us
5904         * src/Makefile.am
5905                 Add ssl_certificate.[ch]
5906         * po/POTFILES.in
5907                 Add ssl_certificate.c
5908
5909 2002-11-11 [paul]       0.8.5claws120
5910
5911         * sync with 0.8.5cvs22
5912                 see ChangeLog 2002-11-11
5913
5914 2002-11-11 [paul]       0.8.5claws119
5915
5916         * sync with 0.8.5cvs21
5917                 see ChangeLog 2002-11-11
5918
5919 2002-11-10 [jens]       0.8.5claws118
5920
5921         * src/folder.c
5922         * src/folderview.c
5923                 corrected some typing
5924         * po/de.po
5925                 updated german translation
5926         * sylpheed.spec.in
5927                 cleaned up specfile and adjusted it for claws
5928
5929 2002-11-10 [colin]      0.8.5claws117
5930
5931         * src/summaryview.c
5932                 a STATUSBAR_PUSH/POP fix
5933
5934 2002-11-10 [colin]      0.8.5claws116
5935
5936         * src/prefs_folder_item.c
5937                 Fix hanging after opening folder properties
5938
5939 2002-11-10 [hoa]        0.8.5claws115
5940
5941         * src/matcher_parser_lex.l
5942         * src/matcher_parser_parse.y
5943                 config file for scoring and filtering is no more trashed
5944                 when there is a syntax error in a filtering rule when
5945                 editing it in a dialog.
5946
5947 2002-11-09 [colin]      0.8.5claws114
5948
5949         * src/mbox_folder.c
5950                 Added missing initialisation of folder->destroy()
5951
5952 2002-11-09 [colin]      0.8.5claws113
5953
5954         * src/folder.c
5955           src/folderview.c
5956                 Fix the status bar messages
5957
5958 2002-11-09 [colin]      0.8.5claws112
5959
5960         * src/folderview.c
5961                 Fix hangs after folder dnd, happening after 
5962                 claws109.
5963
5964 2002-11-09 [christoph]  0.8.5claws111
5965
5966         * src/folderview.c
5967                 just changed order of calls (reverse order of
5968                 associated calls)
5969         * src/inc.c
5970                 lock inc when checking only one account, otherwise
5971                 inc all could be executed at the same time
5972
5973 2002-11-09 [christoph]  0.8.5claws110
5974
5975         * src/folderview.c
5976                 better unlock the mouse cursor before calling
5977                 summary_show because it changes the cursor too
5978
5979 2002-11-09 [christoph]  0.8.5claws109
5980
5981         * src/folder.[ch]
5982         * src/folderview.c
5983                 add functions to open and close a folder
5984                 o opending will execute scanning for remote folders
5985                   and processing
5986                 o closing will unset new flag for messages
5987
5988 2002-11-09 [colin]      0.8.5claws108
5989
5990         * src/folder.c
5991                 Add a call to prefs_matcher_write_config to 
5992                 avoid non-leaf folders filtering settings to be
5993                 lost
5994
5995 2002-11-09 [paul]       0.8.5claws107
5996
5997         * src/prefs_account.c
5998                 re-word a label
5999
6000 2002-11-09 [colin]      0.8.5claws106
6001
6002         * src/folderview.c
6003                 Minor esthetic fix
6004
6005 2002-11-09 [colin]      0.8.5claws105
6006
6007         * src/folderview.c
6008                 Fix prefs_filtering deletion for MH folders (same
6009                 reason as below)
6010         * src/prefs_filtering.c
6011                 Fix prefs_filtering renaming and deletion for 
6012                 folder-based processing rules.  
6013
6014 2002-11-09 [christoph]  0.8.5claws104
6015
6016         * src/compose.c
6017         * src/folder.[ch]
6018         * src/folderview.[ch]
6019         * src/import.c
6020         * src/inc.c
6021         * src/main.c
6022         * src/mainwindow.c
6023         * src/messageview.c
6024         * src/prefs_folder_item.c
6025         * src/procmsg.c
6026         * src/summaryview.c
6027                 implement a callback system for folder item updates
6028
6029 2002-11-09 [colin]      0.8.5claws103
6030
6031         * src/folderview.c
6032                 Fix prefs_filtering renaming for MH folders (we
6033                 shouldn't rename by path as another folder could
6034                 have the same hierarchy).
6035
6036 2002-11-09 [colin]      0.8.5claws102
6037
6038         * src/folder.c
6039                 Fix a leak found by Christoph, use better variable
6040                 names
6041
6042 2002-11-09 [colin]      0.8.5claws101
6043
6044         * src/folder.c
6045                 One more fix for processing rules
6046
6047 2002-11-08 [colin]      0.8.5claws100
6048         
6049         * src/matcher.c
6050                 Don't copy the compiled regexp (will be reevaluated)
6051         * src/folderview.c
6052                 Lock folderview while moving
6053         * src/folder.c
6054                 Provide info on what's happening to the user
6055
6056 2002-11-08 [colin]      0.8.5claws99
6057
6058         * src/folderview.c
6059                 Fix folder reordering after a move if parent is 
6060                 root
6061         * src/scoring.[ch]
6062                 Add function to copy a ScoringProp
6063         * src/prefs_folder_item.c
6064                 Copy scoring rules when copying a folder prefs
6065
6066 2002-11-08 [colin]      0.8.5claws98
6067
6068         * src/folderview.c
6069                 Fixes in case of failure
6070         * src/filtering.[ch]    
6071                 Add function to duplicate a FilteringProp
6072         * src/matcher.[ch]
6073                 Add function to duplicate a MatcherProp
6074         * src/prefs_folder_item.c
6075                 Save folder's processing rules when copying 
6076                 its prefs
6077
6078 2002-11-08 [colin]      0.8.5claws97
6079         
6080         * src/folderview.c
6081                 Sort after move
6082         * src/folder.c 
6083                 Change a printf to debug_print
6084
6085 2002-11-08 [colin]      0.8.5claws96
6086
6087         * src/folder.c
6088           src/folderview.c
6089                 Fix segfaults, call me stupido
6090         
6091
6092 2002-11-08 [colin]      0.8.5claws95
6093
6094         *src/folder.c
6095                 Added forgotten prefs to save when moving folders
6096
6097 2002-11-08 [colin]      0.8.5claws94
6098
6099         * src/folder.c
6100                 Fixes to folder DND (prefs copy)
6101         * src/folderview.c
6102                 Optimization for folder DND (don't rescan whole tree)
6103                 Added folderview_create_folder_node() for this 
6104                 optimization, so de-duped a bit the code
6105         * src/prefs_folder_item.[ch]
6106                 Added prefs_folder_item_copy_prefs()    
6107           
6108 2002-11-08 [paul]       0.8.5claws93
6109
6110         * src/prefs_account.c
6111           tools/README
6112           tools/kmail2sylpheed_v2.pl
6113                 correct some typos
6114
6115 2002-11-08 [paul]       0.8.5claws92
6116
6117         * src/compose.c
6118           src/prefs_account.[ch]
6119                 remove account options 'clearsign' and 'ascii_armored',
6120                 replace with 'default_gnupg_mode' to prevent mixed-mode
6121                 Privacy settings
6122
6123 2002-11-08 [paul]       0.8.5claws91
6124
6125         * src/compose.[ch]
6126                 re-implement GnuPG 'on-the-fly' mode selection,
6127                 disallow mixed-mode
6128
6129 2002-11-08 [colin]      0.8.5claws90
6130
6131         * src/folderview.c
6132           src/prefs_folder_item.c
6133                 Change "Property" to "Properties"
6134
6135 2002-11-07 [colin]      0.8.5claws89
6136
6137         * src/folderview.c
6138           src/folder.c
6139                 Allow folder dropping to a root folder
6140
6141 2002-11-07 [paul]       0.8.5claws88
6142
6143         * src/compose.c
6144                 revert last commit
6145
6146 2002-11-07 [paul]       0.8.5claws87
6147
6148         * src/compose.c
6149                 fix reply-to-list bug. closes bug report
6150                 "[633382] reply-to-list broken in recent cvs"
6151
6152 2002-11-07 [paul]       0.8.5claws86
6153
6154         * src/compose.c
6155                 add a forgotten '#if USE_GPGME ... #endif'
6156
6157 2002-11-07 [paul]       0.8.5claws85
6158
6159         * sync with 0.8.5cvs20
6160                 see ChangeLog 2002-11-07
6161
6162 2002-11-07 [colin]      0.8.5claws84
6163
6164         * src/folder.[ch]
6165                 Change folder_item_move_to to return the newly 
6166                 created folderitem.
6167         * src/folderview.c
6168                 Select the new folderitem after moving.
6169
6170 2002-11-07 [colin]      0.8.5claws83
6171
6172         * src/prefs_filtering.c
6173                 Fix rule rewriting when moving a leaf folder to a 
6174                 shorter path
6175
6176 2002-11-07 [colin]      0.8.5claws82
6177
6178         * src/prefs_filtering.c
6179                 fix a leak
6180
6181 2002-11-07 [colin]      0.8.5claws81
6182
6183         * src/folder.[ch]
6184                 Add folder_item_move_to() function to move a 
6185                 folderitem into another one (updates matcher etc)
6186         * src/folderview.c
6187                 Add folder drag'n drop (context menu to come)
6188                 [Should be dataloss free, but Please backup before 
6189                  trying !]
6190
6191 2002-11-06 [colin]      0.8.5claws80
6192
6193         * src/mh.c
6194                 mh_create_folder() returns NULL if can't create
6195                 directory hierarchy
6196
6197 2002-11-06 [paul]       0.8.5claws79
6198
6199         * src/compose.[ch]
6200                 allow 'on-the-fly' changing of the type of encryption 
6201                 and/or signing used (mime/ascii) via the compose window
6202
6203 2002-11-06 [paul]       0.8.5claws78
6204
6205         * sync with 0.8.5cvs19
6206                 see ChangeLog 2002-11-06 for src/account.c: 
6207                 account_get_special_folder()
6208                 
6209 2002-11-05 [alfons]     0.8.5claws77
6210
6211         * src/crash.c
6212                 very minor cleanups: nothing to see here, move on. :-)
6213
6214 2002-11-05 [colin]      0.8.5claws76
6215
6216         * src/main.c
6217                 Changes choices if compose windows are opened to
6218                 Discard, Draft, Don't quit
6219
6220 2002-11-05 [thorsten]   0.8.5claws75
6221
6222         * src/compose.c
6223                 reenabled default_reply_to folder option
6224
6225 2002-11-05 [colin]      0.8.5claws74
6226
6227         * src/compose.[ch] 
6228                 add compose_draft()
6229         * src/crash.c
6230                 add SIGTERM handler
6231         * src/main.[ch]
6232                 add clean_quit() for the SIGTERM handler
6233
6234 2002-11-05 [paul]       0.8.5claws73
6235         
6236         * po/es.po
6237                 updated by Ricardo Mones Lastra
6238
6239 2002-11-05 [melvin]     0.8.5claws72
6240
6241         * src/logwindow.c
6242                 Fixed log-clipping bug #616795.
6243                 To stop logging in the log window use 0 length.
6244         * src/prefs_common.c
6245                 Added a label to inform about the 0 log length behaviour.
6246
6247 2002-11-05 [paul]       0.8.5claws71
6248
6249         * sync with 0.8.5cvs17
6250                 see ChangeLog 2002-11-05
6251
6252 2002-11-04 [paul]       0.8.5claws70
6253
6254         * sylpheed-128x128.png
6255           sylpheed-64x64.png
6256           sylpheed.png
6257                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6258                 <nikai@users.sourceforge.net>
6259                 
6260         * po/bg.po
6261                 updated by George Danchev
6262
6263 2002-11-03 [thorsten]   0.8.5claws69
6264
6265         * src/main.c
6266           src/mimeview.c
6267           src/rfc2015.h
6268                 add check if gpg is active
6269
6270 2002-11-03 [thorsten]   0.8.5claws68
6271
6272         * src/toolbar.h
6273                 removed GSList declaration causing trouble on MacOS-X
6274                 (submitted by alfons, reported by xfesty)
6275
6276 2002-11-01 [paul]       0.8.5claws67
6277
6278         * src/mainwindow.c
6279                 remove last remnants of main's filter code
6280
6281 2002-11-01 [paul]       0.8.5claws66
6282
6283         * tools/filter_conv.pl
6284                 fix bug where user-defined headers were ignored
6285
6286 2002-11-01 [paul]       0.8.5claws65
6287
6288         * src/logwindow.c
6289                 make a debug_print() not translatable
6290
6291 2002-10-31 [melvin]     0.8.5claws64
6292
6293         * ac/aspell.m4
6294                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6295                 not run any GNU/aspell test.  The dictionary path will
6296                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6297                 was given, in which case, it will be $prefix/lib/aspell/
6298         * configure.in
6299                 Fixed typo in commentary (Aspell code).
6300
6301 2002-10-31 [paul]       0.8.5claws63
6302
6303         * po/POTFILES.in
6304                 remove src/filter.c and src/prefs_filter.c
6305                 thanks to Ricardo for reminding me
6306
6307 2002-10-31 [colin]      0.8.5claws62
6308
6309         * src/mbox_folder.c
6310                 Plug some leaks
6311
6312 2002-10-31 [paul]       0.8.5claws61
6313
6314         * src/prefs_filter.[ch] ** REMOVED **
6315           src/filter.[ch]       ** REMOVED **
6316           
6317         * src/Makefile.am
6318           src/folderview.c
6319           src/inc.c
6320           src/main.c
6321           src/mainwindow.c
6322           src/mbox.c
6323           src/prefs_common.c
6324           src/prefs_filtering.c
6325           src/summaryview.[ch]
6326                 remove main's 'filter' code
6327                 
6328         README.claws
6329                 update to reflect removal of main's filter
6330
6331 2002-10-31 [paul]       0.8.5claws60
6332
6333         * src/summaryview.c
6334                 remove check for global_processing in summary_filter_open(). 
6335                 This fixes the bug where if the user uses the right-click 
6336                 'Create filter rule...' and doesn't have any filter rules 
6337                 already defined in claws' advanced filtering, the newly 
6338                 created filter rule goes to main's filtering which is 
6339                 inaccessible through the gui. Now the filter rule gets added
6340                 to claws' filtering by default.
6341
6342 2002-10-28 [melvin]     0.8.5claws59
6343
6344         * src/prefs_actions.c
6345                 Fixed bug #627322 where MIME parts were not always
6346                 correctly passed to a %p action
6347                 Display an error dialog when message filename is not found.
6348
6349 2002-10-28 [melvin]     0.8.5claws58
6350
6351         * src/prefs_common.c
6352                 Readded a missing function declaration lost in 0.8.3claws34
6353
6354 2002-10-28 [paul]       0.8.5claws57
6355
6356         * sync with 0.8.5cvs15
6357                 see ChangeLog 2002-10-28 and 2002-10-25
6358                 
6359         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6360
6361 2002-10-27 [oliver]     0.8.5claws56
6362
6363         * src/pop.c
6364                 plug leak in pop3_top_recv
6365
6366 2002-10-26 [christoph]  0.8.5claws55
6367
6368         * src/folder.c
6369                 set need_update folder flag when messages are added
6370                 (closes bug [ 626922 ] folder not updated after receiving)
6371
6372 2002-10-25 [melvin]     0.8.5claws54
6373
6374         * src/imageview.c
6375                 Fixed a memleak introduced in the scaling code.
6376
6377 2002-10-24 [alfons]     0.8.5claws53
6378
6379         * src/filtering.c
6380                 make filtering's forward message action forward from the 
6381                 correct account
6382                 (closes bug [628089 ] Filter -> Forward from address problem
6383                 reported by Oktay)
6384
6385 2002-10-24 [christoph]  0.8.5claws52
6386
6387         * src/mainwindow.c
6388         * src/manual.[ch]
6389                 o use manual of current locale or english if current
6390                   locale is not available (and english is available)
6391                 o also link to sylpheed doc project manuals
6392
6393 2002-10-23 [paul]       0.8.5claws51
6394
6395         * tools/README
6396           tools/kmail2sylpheed_v2.pl
6397                 add new version of kmail addressbook importer script.
6398                 works with newer versions of Kmail/KAddressBook which
6399                 have new and rearranged data.
6400
6401 2002-10-23 [martin]     0.8.5claws50
6402
6403         * src/folderview.c
6404         * src/summaryview.c
6405         * src/utils.h
6406         * src/utils.c
6407                 added length parameter to get_abbrev_newsgroup_name()
6408                 changed this function so that it abbreviates the newsgroup
6409                 names only so long it is smaller than the length parameter
6410                 (for better reading of some newsgroup names and space efficiency)
6411
6412 2002-10-22 [colin]      0.8.5claws49
6413
6414         *src/foldersel.c
6415                 Revert Alfons' last modification (after voting ;-))
6416
6417 2002-10-21 [alfons]     0.8.5claws48
6418
6419         * src/foldersel.c
6420                 folder view in folder selection dialog reflects state of
6421                 folder view in main window
6422
6423 2002-10-18 [alfons]     0.8.5claws47
6424
6425         * src/mbox.c
6426                 drop imported messages in folder selected by user,
6427                 and not in the inbox
6428                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6429
6430 2002-10-18 [alfons]     0.8.5claws46
6431
6432         * src/compose.c
6433                 make automagic reply work correctly for email accounts 
6434                 (whether it's viable to do a full sync with Hiro's 
6435                 compose.c is still under discussion)
6436
6437 2002-10-18 [melvin]     0.8.5claws45
6438
6439         * src/prefs_actions.c
6440                 Fixed bug #622275 where asynchroneous actions left 
6441                 zombies processes
6442                 Made (synchroneous) actions' input be displayed live.
6443
6444 2002-10-18 [christoph]  0.8.5claws44
6445
6446         * src/textview.c
6447                 don't add a newline in the textview in front of the
6448                 first textpart if header display is disabled
6449                 (closes bug [ 603385 ] disabled header display leaves blank
6450                  lin)
6451
6452 2002-10-18 [christoph]  0.8.5claws43
6453
6454         * src/folder.[ch]
6455         * src/imap.c
6456         * src/mbox_folder.c
6457         * src/mh.c
6458         * src/news.c
6459                 folder->get_num_list now returns an error code
6460                 (closes bug [ 609424 ] News cache cleared on failure)
6461                 
6462 2002-10-17 [colin]      0.8.5claws42
6463         
6464         * src/news.c
6465                 Changed a printf by debug_print
6466
6467 2002-10-16 [paul]       
6468
6469         * tools/OOo2sylpheed.pl
6470                 allow for spaces in the name of the
6471                 file to be attached.
6472
6473 2002-10-16 [colin]      0.8.5claws41
6474
6475         * src/main.c
6476                 Use a tristate to change online mode
6477
6478 2002-10-16 [paul]       0.8.5claws40
6479
6480         * po/es.po
6481                 updated by Ricardo Mones Lastra
6482
6483 2002-10-16 [colin]      0.8.5claws39
6484
6485         * src/main.c
6486           src/mainwindow.[ch]
6487                 Added --online and --offline command-line
6488                 switches
6489
6490 2002-10-15 [christoph]  0.8.5claws38
6491
6492         * src/procmime.c
6493                 set mimeinfo->name to NULL after g_free to
6494                 avoid double freeing with g_free
6495
6496 2002-10-14 [christoph]  0.8.5claws37
6497
6498         * src/compose.c
6499         * src/filtering.c
6500         * src/summaryview.c
6501                 remove calls to folder->change_flags that are now
6502                 done by procmsg flag functions (seems it is not
6503                 used by any foldertype anyway)
6504         * src/folder.c
6505                 init folder->change_flags with NULL
6506
6507 2002-10-14 [christoph]  0.8.5claws36
6508
6509         * src/folder.[ch]
6510         * src/imap.[ch]
6511                 use virtual functions for folder item new and destroy
6512                 functions
6513
6514 2002-10-14 [melvin]     0.8.5claws35
6515
6516         * src/compose.c
6517                 Added a test to not run the spell checker if no default
6518                 dictionary is available. No dialog is displayed though.
6519
6520 2002-10-14 [melvin]     0.8.5claws34
6521
6522         * src/gtkaspell.c
6523                 Fixed bug in dictionary list context menu where
6524                 "More..." pointed to an emtpy submenu if the
6525                 number of dictionaries is a multiple of 15
6526                 Removed unneeded code in suggestions list creation
6527
6528 2002-10-14 [paul]       0.8.5claws33
6529
6530         * po/bg.po
6531                 updated by George Danchev
6532
6533 2002-10-13 [hoa]        0.8.5claws32
6534
6535         * src/matcher.[ch]
6536           src/matcher_parser_parser.y
6537                 removed the escaped string from internal structure
6538                 of matcher.
6539
6540 2002-10-12 [colin]      0.8.5claws31
6541
6542         * src/gtksctree.[ch]
6543           src/summaryview.c
6544                 Removed useless function gtksctree_reanchor
6545
6546 2002-10-12 [alfons]     0.8.5claws30
6547         
6548         * sync with remaining main changes 2002-10-09 - 2002-10-11
6549         - drop changes to src/compose.c (requires claws specific changes)
6550         
6551 2002-10-12 [alfons]     0.8.5claws29
6552         
6553         * sync with main changes of 2002-10-08
6554         - drop changes to src/compose.c (requires claws specific changes)
6555         - drop changes to src/summaryview.c (requires changes to compose.c)     
6556
6557 2002-10-12 [alfons]     0.8.5claws28
6558         
6559         * sync with main changes of 2002-10-07
6560
6561 2002-10-12 [alfons]     0.8.5claws27
6562
6563         * sync with main changes of 2002-10-04
6564         - drop changes to src/compose.c (requires claws specific changes)
6565         - drop changes to src/prefs_folder_item.c (claws implementation
6566           seems to be working)
6567
6568 2002-10-12 [colin]      0.8.5claws26
6569
6570         * src/mainwindow.c
6571                 Fix folder-flicker when space-reading, introduced 
6572                 in claws22.
6573
6574 2002-10-12 [colin]      0.8.5claws25
6575
6576         * src/compose.c
6577                 Save account address when saving as draft.
6578                 (closes bug 621838)
6579
6580 2002-10-12 [colin]      0.8.5claws24
6581
6582         * src/summaryview.c
6583                 Fix the problem consisting of no message selected
6584                 after the last message in a folder has been moved.
6585
6586 2002-10-12 [paul]       0.8.5claws23
6587
6588         * src/compose.c
6589           src/prefs_template.c
6590           src/template.[ch]
6591                 add Cc and Bcc to templates. Patch submitted by
6592                 John L. Males.
6593
6594 2002-10-12 [colin]      0.8.5claws22
6595
6596         * src/folderview.c
6597                 Fix a bug after "Check for new messages":
6598                 If a folder was opened, it was still selected at
6599                 the end of the check, but displayed empty.
6600         * src/mainwindow.c
6601                 Remove unnecessary check
6602
6603 2002-10-12 [paul]
6604
6605         * tools/README
6606                 be more verbose in the description of
6607                 OOo2sylpheed.pl
6608                 
6609
6610 2002-10-11 [colin]      0.8.5claws21
6611
6612         * src/mainwindow.c
6613                 Make space work (better) when no mail is selected
6614
6615 2002-10-11 [colin]      0.8.5claws20
6616
6617         * src/inc.c
6618           src/news.c
6619                 fix warnings
6620
6621 2002-10-11 [colin]      0.8.5claws19
6622
6623         * src/mainwindow.c
6624                 revert 0.8.5claws6 changes as i couldn't get to
6625                 anything satisfying
6626
6627 2002-10-11 [melvin]     0.8.5claws18
6628
6629         * src/compose.c
6630                 Removed buggy and unused macro (should have been committed in
6631                 0.8.5claws17)
6632
6633 2002-10-11 [melvin]     0.8.5claws17
6634
6635         * src/compose.c
6636                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6637
6638 2002-10-11 [thorsten]   0.8.5claws16 
6639
6640         * src/folderview.c
6641                 remove rescan warning
6642
6643 2002-10-11 [colin]      0.8.5claws15 
6644
6645         * src/procheader.c
6646                 fix a segfault that happens if conv_unmime_header
6647                 fails (should be better to find out why it fails)
6648
6649 2002-10-11 [christoph]  0.8.5claws14
6650
6651         * src/summaryview.c
6652                 update folderview stats after ignore/unignore thread
6653
6654 2002-10-11 [hoa]        0.8.5claws13
6655
6656         * src/quote_fmt_parse.y
6657                 Fixed a yacc/bison syntax error
6658         * src/matcher.c
6659                 Escaping of string is fixed.
6660
6661 2002-10-11 [colin]      0.8.5claws12
6662
6663         * src/imageview.c
6664                 Resize images to fit
6665
6666 2002-10-11 [paul]       0.8.5claws11
6667
6668         * po/es.po
6669                 updated by Ricardo Mones Lastra
6670
6671 2002-10-10 [alfons]     0.8.5claws10
6672
6673         * src/compose.c
6674                 allow dropping files by "moving" files from a file manager,
6675                 not only by the more cumbersome "copying". the latter 
6676                 mostly implies holding down the Control button
6677
6678 2002-10-10 [christoph]  0.8.5claws9
6679
6680         * src/summaryview.c
6681                 update folders after thread building for ignored threads
6682
6683 2002-10-10 [christoph]  0.8.5claws8
6684
6685         * config/.cvsignore
6686                 added Makefile
6687         * src/filtering.[ch]
6688         * src/folder.[ch]
6689         * src/folderview.[ch]
6690         * src/import.c
6691         * src/inc.[ch]
6692         * src/mbox.[ch]
6693         * src/procmsg.c
6694         * src/summaryview.[ch]
6695                 o added new flag need_update to FolderItem
6696                 o removed folder_table from various functions from tracking
6697                   folder updates
6698                 o set need_update flags in folder.c's move, copy and delete
6699                   functions and procmsg's flags functions
6700                 o added function folderview_update_items_when_required that
6701                   updates all folders with need_update set
6702                 o call folderview_update_items_when_required instead of
6703                   folderview_update_item_foreach
6704
6705 2002-10-09 [sergey]     0.8.5claws7
6706
6707         * src/compose.c
6708                 Strip CRs whel loading the text into editor in reedit mode.
6709
6710 2002-10-09 [colin]      0.8.5claws6
6711
6712         * src/mainwindow.c
6713                 Make Space work when no mail is selected
6714
6715 2002-10-09 [colin]      0.8.5claws5
6716
6717         * src/gtksctree.[ch]
6718                 Fix range_select
6719                 Add gtk_sctree_reanchor() 
6720         * src/summaryview.c
6721                 Use gtk_sctree_reanchor() - better fix for 
6722                 bug 60413
6723
6724 2002-10-09 [colin]      0.8.5claws4
6725
6726         * src/summaryview.c
6727                 Fix shift-click select after delete problem
6728                 (closes bug 60413)
6729
6730 2002-10-08 [thorsten]   0.8.5claws3
6731
6732         * src/summaryview.c
6733                 exclude current msg from -hide read messages-
6734
6735 2002-10-08 [colin]      0.8.5claws2
6736
6737         * src/inc.[ch]
6738           src/pop.c
6739           src/recv.c
6740                 Differentiate socket errors from disk full
6741                 errors
6742
6743 2002-10-08 [christoph]  0.8.5claws1
6744
6745         * Makefile.am
6746         * configure.in
6747                 modifications for new config directory
6748
6749         * config.guess  ** REMOVED **
6750         * config.sub    ** REMOVED **
6751         * install-sh    ** REMOVED **
6752         * ltmain.sh     ** REMOVED **
6753         * missing       ** REMOVED **
6754         * mkinstalldirs ** REMOVED **
6755                 these files are autogenerated by automake
6756                 when you run autogen.sh
6757
6758         * config/.cvsignore     ** NEW FILE **
6759         * config/Makefile.am    ** NEW FILE **
6760                 ignore autogenerated files
6761                 create a Makefile in this directory
6762
6763 2002-10-08 [paul]       0.8.5claws
6764
6765         * 0.8.5claws release
6766         
6767         * src/compose.c
6768           src/procheader.c
6769           src/procmsg.c
6770                 fix quote reply format for newsgroups reply bug
6771                 (thanks to Hoa)
6772                 
6773         * po/en_GB.po
6774           po/pl.po
6775                 updated by me and Witold Wladyslaw Wojciech Wilk
6776                 repectively
6777
6778 2002-10-07 [paul]       0.8.3claws53
6779
6780         * po/it.po
6781           po/pt_BR.po
6782           po/sr.po
6783                 updated messages catalogs, submitted by
6784                 Alessandro Maestri, Fabio Jr.Beneditto 
6785                 and Urke MMI, respectively.
6786
6787 2002-10-07 [christoph]  0.8.3claws52
6788
6789         * src/folder.[ch]
6790         * src/folderview.c
6791         * src/mainwindow.c
6792                 fix new folder ghost message bug
6793                 (closes bug [ 619722 ] wrong count for newly created folders)
6794
6795 2002-10-07 [christoph]  0.8.3claws51
6796
6797         * src/compose.c
6798                 fix news posting problem
6799
6800 2002-10-07 [melvin]     0.8.3claws50
6801
6802         * po/fr.po
6803                 Updated French translation
6804
6805 2002-10-05 [christoph]  0.8.3claws49
6806
6807         * src/gtkstext.c
6808                 check if line_start_cache is set in gtk_stext_update_text
6809                 (closes bug [ 618119 ] crash while doing search in folder)
6810
6811 2002-10-05 [christoph]  0.8.3claws48
6812
6813         * src/imap.c
6814         * src/news.c
6815         * src/utils.c
6816         * src/utils.h
6817                 implement cache cleanups for claws' folder system
6818                 (closes bug [ 595916 ] imapcache not cleaned up)
6819
6820 2002-10-05 [melvin]     0.8.3claws47
6821
6822         * src/prefs_actions.c
6823                 Made the help text more clear for the %p token
6824
6825 2002-10-04 [paul]       0.8.3claws46
6826
6827         * sync with 0.8.5
6828                 see ChangeLog 2002-10-02 and 2002-10-03
6829
6830 2002-10-04 [christoph]  0.8.3claws45
6831
6832         * src/inc.c
6833                 fix segfault caused by pop before smtp
6834                 call to inc_account_mail with NULL
6835                 pointer for mainwin
6836
6837 2002-10-04 [paul]       0.8.3claws44
6838
6839         * configure.in
6840                 sync the LDAP detection from 0.8.5cvs1
6841
6842 2002-10-02 [christoph]  0.8.3claws43
6843
6844         * po/de.po
6845                 fix small spelling error
6846
6847 2002-10-02 [melvin]     0.8.3claws42
6848
6849         * ac/aspell.m4
6850                 Behave better and say "no" when test program cannot be run.
6851
6852 2002-10-02 [paul]       0.8.3claws41
6853
6854         * sync with 0.8.4cvs1
6855                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6856                 
6857         * src/summaryview.c
6858                 toggle the behavior of Reply menuitem between
6859                 normal reply and reply-to-list
6860
6861 2002-10-01 [sergey]     0.8.3claws40
6862
6863         * src/compose.c
6864                 Convert newlines in the message text to the canonical form
6865                 before base64 encoding (RFC2045 compliance, fixes some
6866                 interoperability issues with Evolution 1.0.3)
6867
6868 2002-09-29 [colin]      0.8.3claws39
6869
6870         * src/summaryview.c
6871                 Fix an unwanted copy/paste
6872
6873 2002-09-29 [colin]      0.8.3claws38
6874
6875         * src/mainwindow.c
6876                 Renamed "Custom toolbar" to "Customize toolbar"
6877                 Renamed "Show all header" to "Show all headers"
6878                 Renamed "Set diplay item" to "Set displayed items"
6879         * src/prefs_common.c
6880                 Renamed "Show all header" to "Show all headers"
6881         * src/prefs_summary_column.c
6882                 Renamed "diplay item" to "displayed items"
6883
6884 2002-09-29 [colin]      0.8.3claws37
6885
6886         * src/mainwindow.[ch]
6887                 online/offline status pixmaps follow theme
6888                 changes
6889         * src/summaryview.[ch]
6890                 quicksearch pixmap follows theme changes
6891
6892 2002-09-29 [thorsten]   0.8.3claws36
6893
6894         * src/compose.c
6895           src/prefs_folder_item.[ch]
6896                 add default_reply_to folder option (closes patch 581044)
6897
6898 2002-09-29 [christoph]  0.8.3claws35
6899
6900         * acconfig.h    ** REMOVED **
6901         * configure.in
6902         * ac/aspell.m4
6903         * ac/check-type.m4
6904         * ac/gnupg-check-typedef.m4
6905                 fix autoheader 2.50 warning
6906
6907 2002-09-29 [christoph]  0.8.3claws34
6908
6909         * major code cleanup (part 2)
6910         
6911                 - unused variables removed
6912                 - unused functions removed
6913                 - uninitialized variables checked
6914                 - missing return statements added
6915                 - missing function return types added
6916                 - added parentheses around assignment
6917                   when suggested by gcc
6918
6919 2002-09-29 [alfons]     0.8.3claws33
6920
6921         * src/logwindow.c
6922                 log_window_clear(): only bracket gtk_text_forward_delete() 
6923                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6924                 works around GTK text bug)
6925
6926 2002-09-29 [paul]       0.8.3claws32
6927
6928         * po/bg.po
6929           po/sr.po
6930                 updated by George Danchev and Urke MMI
6931                 respectively
6932
6933 2002-09-27 [christoph]  0.8.3claws31
6934
6935         * doc-src/readme.txt
6936         * doc-src/rfc1806.txt   ** REMOVED **
6937         * doc-src/rfc2183.txt   ** NEW FILE **
6938         * doc-src/rfc2980.txt   ** NEW FILE **
6939                 update rfcs
6940
6941 2002-09-27 [melvin]     0.8.3claws30
6942
6943         * ac/aspell.m4
6944                 Fixed typo which could break linking
6945
6946 2002-09-27 [melvin]     0.8.3claws29
6947
6948         * ac/aspell.m4
6949                 Improved GNU/aspell checking. 
6950                 Fixed bug #614490
6951
6952 2002-09-27 [paul]       0.8.3claws28
6953
6954         * sync with 0.8.3cvs8
6955                 see ChangeLog 2002-09-27
6956
6957 2002-09-26 [colin]      0.8.3claws27
6958
6959         * src/toolbar.[ch]
6960           src/mainwindow.[ch]
6961                 Add "Reply to Mailing-list" to the toolbar
6962
6963 2002-09-26 [christoph]  0.8.3claws26
6964
6965         * src/summaryview.c
6966                 Fix wrong message counts in summaryview status
6967
6968 2002-09-26 [paul]       0.8.3claws25
6969
6970         * sync with 0.8.3cvs7
6971                 see ChangeLog 2002-09-26
6972
6973 2002-09-26 [paul]       0.8.3claws24
6974
6975         * sync with 0.8.3cvs6
6976                 see ChangeLog 2002-09-25
6977
6978 2002-09-25 [christoph]  0.8.3claws23
6979
6980         * src/prefs_common.c
6981         * src/prefs_folder_item.c
6982         * src/prefs_scoring.c
6983                 Renamed "kill score" to "hide score" in GUI
6984                 and prefs files
6985
6986 2002-09-25 [paul]       0.8.3claws22
6987
6988         * sync with 0.8.3cvs5
6989                 see ChangeLog 2002-09-24
6990
6991 2002-09-24 [alfons]     0.8.3claws21
6992
6993         patch by Satoshi Nagayasu: allows appending / saving multiple 
6994         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6995         'Save as ...'")
6996
6997         * AUTHORS
6998                 add Satoshi Nagayasu
6999         * src/summaryview.c
7000                 summary_save_as(): allow saving selected files to
7001                 one file
7002                 summary_set_menu_sensitive: enable "Save As..." when
7003                 multiple files are selected
7004         * src/utils.[ch]
7005                 append_file(): new function
7006
7007 2002-09-24 [colin]      0.8.3claws20
7008
7009         * src/procmime.c
7010                 Fix segfault when mimeinfo doesn't have a 
7011                 content_type. 
7012
7013 2002-09-24 [colin]      0.8.3claws19
7014
7015         * src/prefs_common.[ch]
7016                 Add a preference to display send dialog or not
7017         * src/send.c
7018                 Display send dialog according to preference
7019
7020 2002-09-24 [colin]      0.8.3claws18
7021
7022         * src/compose.[ch]
7023                 Disable user actions when sending
7024
7025 2002-09-24 [colin]      0.8.3claws17
7026
7027         * src/procmime.c
7028                 Do not display name or filename for attachments
7029                 with an application/pgp-signature type
7030                 (security flaw, see bug 537413)
7031
7032 2002-09-23 [colin]      0.8.3claws16
7033
7034         * src/editaddress.c
7035                 Initialize entry_email, entry_alias and 
7036                 entry_remarks to first email address of the list
7037
7038 2002-09-23 [colin]      0.83claws15
7039
7040         * src/compose.c
7041                 Drop pgp-signature when reediting a signed queued
7042                 message
7043
7044 2002-09-23 [melvin]     0.8.3claws14
7045
7046         * po/fr.po
7047                 Updated French translation
7048
7049 2002-09-23 [melvin]     0.8.3claws13
7050
7051         * src/mainwindow.c
7052                 Made custom toolbar menu labels more consistent
7053         * src/prefs_toolbar.c
7054                 Made custom toolbar window title more consistent
7055
7056 2002-09-22 [colin]      0.8.3claws12
7057
7058         * src/inc.c
7059                 Initialize session type to normal before getting 
7060                 mail (fixes strange Get behaviour)
7061         * src/prefs_account.h
7062                 Move STYPE_POP_BEFORE_SMTP to last position to 
7063                 avoid other side-effects
7064
7065 2002-09-22 [colin]      0.8.3claws11
7066
7067         * src/prefs_account.c
7068                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7069                 from pop3 to apop or vice-versa
7070
7071 2002-09-22 [colin]      0.8.3claws10
7072         
7073         * src/prefs_account.[ch]
7074                 Add an option for the POP before SMTP timeout
7075         * src/inc.c
7076                 Remember time of last POP connection
7077         * src/send.c
7078                 Do POP before SMTP only if timeout reached
7079
7080 2002-09-22 [oliver]     0.8.3claws9
7081         
7082         * README.claws
7083                 explain custom toolbar
7084
7085 2002-09-22 [oliver]     0.8.3claws8
7086
7087         * src/prefs_actions.[ch]
7088         custom toolbar for compose      
7089                 actions callback from compose toolbar
7090         * src/folderview.c
7091                 remove include toolbar.h
7092
7093 2002-09-22 [oliver]     0.8.3claws7
7094         
7095         * src/prefs_toolbar.[ch]
7096                 custom toolbar for compose
7097                 - generic prefs_toolbar handles both
7098                   Mainwin's toolbar as well as Compose toolbar          
7099
7100 2002-09-22 [oliver]     0.8.3claws6
7101         
7102         * src/toolbar.[ch]
7103                 custom toolbar for compose
7104                 restructure toolbar.[ch]
7105
7106 2002-09-22 [oliver]     0.8.3claws5
7107
7108         * src/compose.[ch]
7109                 custom toolbar for compose
7110
7111 2002-09-22 [oliver]     0.8.3claws4
7112         
7113         * src/mainwindow.[ch]
7114                 custom toolbar for compose 
7115                 move mainwin toolbar back to mainwindow
7116
7117 2002-09-22 [alfons]     0.8.3claws3
7118
7119         * src/procmsg.c
7120                 :%sno/if(/if (/gc
7121                 :%sno/for(/for (/gc
7122                 (beautify)
7123
7124 2002-09-22 [alfons]     0.8.3claws2
7125         
7126         * src/procmsg.c
7127                 procmsg_save_to_outbox(): don't unlink message file from queue;
7128                 callers should do it using folder_item_remove_msg()
7129
7130 2002-09-22 [colin]      0.8.3claws1
7131
7132         * src/mimeview.[ch]
7133                 Made mimeview_check_signature() public
7134         * src/textview.c
7135                 Made GPG signatures verifiable by clicking
7136                 the [application/pgp-signature] in the Text
7137                 view
7138
7139 2002-09-22 [paul]       0.8.3claws
7140
7141         * po/bg.po
7142           po/en_GB.po
7143           po/es.po
7144           po/it.po
7145           po/pl.po
7146           po/pt_BR.po
7147           po/sr.po
7148                 updated translations, submitted by George Danchev,
7149                 me, Ricardo Mones Lastra, Alessandro Maestri,
7150                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7151                 and Urke MMI, respectively.     
7152
7153 2002-09-22 [alfons]     0.8.2claws65
7154
7155         * src/procmsg.c
7156         * src/pgptext.c
7157                 no furry valgrinds have been used to plug these memleaks
7158
7159 2002-09-20 [paul]       0.8.2claws64
7160
7161         * sync with 0.8.3cvs4
7162                 'Select thread' re-implemented 
7163                 see ChangeLog 2002-09-20
7164
7165 2002-09-21 [alfons]     0.8.2claws63
7166
7167         * src/compose.c
7168                 compose_send(): plug unnoticed memleak
7169
7170 2002-09-20 [alfons]     0.8.2claws62
7171
7172         * src/addr_compl.c
7173                 replace_address_in_edit(): strict check for NULL address to
7174                 fix "[ 607348 ] Segfault in address completion". My guess is
7175                 that this happens with an empty address book, but it's good
7176                 to have this check here anyway
7177                 
7178                 completion_window_button_press(): free string returned 
7179                 from the internal cache
7180
7181 2002-09-20 [christoph]  0.8.2claws61
7182
7183         * src/procmime.h
7184                 added ENC_BINARY to EncodingType
7185         * src/procmime.c
7186                 the string returned by procmime_get_encoding_str
7187                 should not depend on the order of values in the
7188                 EncodingType definition
7189         * doc-src/rfc1806.txt   ** NEW FILE **
7190                 Added rfc1806 about MIME Content-Disposition
7191                 Extension
7192
7193 2002-09-19 [paul]       0.8.2claws60
7194
7195         * sync with 0.8.2cvs3
7196                 see ChangeLog 2002-09-19
7197
7198 2002-09-19 [paul]       0.8.2claws59
7199
7200         * src/prefs_folder_item.c
7201                 revert to Darko's original alignment of colour
7202                 selector button
7203                 add a colon to folder_color label
7204                 
7205         * src/compose.c
7206                 add Colin's patch (with Hiro's modifications) to 
7207                 force BASE64 encoding for 8-bit text when signing
7208                 (sync with 0.8.3cvs2)
7209
7210 2002-09-18 [alfons]     0.8.2claws58
7211
7212         * src/compose.c
7213                 :%sno/if(/if (/gc
7214                 :%sno/for(/for (/gc
7215                 (beautify a little bit)
7216
7217 2002-09-18 [christoph]  0.8.2claws57
7218
7219         * src/pine.c
7220                 fix handling of fgetc return value
7221
7222 2002-09-17 [alfons]     0.8.2claws56
7223         
7224         * src/summaryview.c
7225                 summary_sort(): check non-NULL summaryview->folder_item when no 
7226                 folder is selected at all
7227                 (closes "[ 610344 ] sort label make syl Crash")
7228
7229 2002-09-17 [alfons]     0.8.2claws55
7230         
7231         * src/compose.c
7232                 beautify a little bit
7233
7234 2002-09-17 [christoph]  0.8.2claws54
7235
7236         * src/folder.c
7237                 initialize max values for cache and folder
7238                 when cache or folder is empty
7239
7240 2002-09-15 [colin]      0.8.2claws53
7241
7242         * src/compose.c
7243                 Fix a leak (thanks Alfons!) and cleaned
7244                 variables names for custom headers
7245
7246 2002-09-15 [colin]      0.8.2claws52
7247
7248         * src/compose.c
7249                 Fix custom headers recognition when
7250                 prefs_common.trans_hdr is on
7251
7252 2002-09-15 [colin]      0.8.2claws51
7253
7254         * src/compose.c
7255                 Allow dynamically-added custom headers
7256                 Yet not reparsed if reedited
7257
7258 2002-09-15 [alfons]     0.8.2claws50
7259
7260         * src/prefs_account.c
7261                 fix warnings
7262
7263 2002-09-15 [colin]      0.8.2claws49
7264         
7265         * src/prefs_account.c
7266                 fix pop_before_smtp sensitivity
7267
7268 2002-09-15 [colin]      0.8.2claws48
7269
7270         * src/inc.[ch]
7271                 add inc_pop_before_smtp()
7272                 allow MainWindow to be undefined in 
7273                 inc_account_mail() and inc_start()
7274         * src/pop.c
7275           src/prefs_account.h
7276                 add STYPE_POP_BEFORE_SMTP session type
7277         * src/prefs_account.c
7278                 activated pop before smtp option
7279         * src/send.c
7280                 do pop before smtp if the relevant option 
7281                 is set
7282
7283 2002-09-15 [paul]       0.8.2claws47
7284
7285         * sync with 0.8.3
7286                 see ChangeLog 2002-09-15
7287
7288 2002-09-14 [paul]       0.8.2claws46
7289
7290         * po/bg.po
7291                 updated Bulgarian translation, submitted by
7292                 George Danchev
7293
7294 2002-09-13 [paul]       0.8.2claws45
7295
7296         * src/compose.c
7297                 merge claws' select_account() with main's
7298                 (new) compose_select_account(). [sync with
7299                 0.8.2cvs15, see ChangeLog 2002-09-11]
7300
7301 2002-09-12 [christoph]  0.8.2claws44
7302
7303         * src/filter.c
7304                 allocate 1 elements of FolderItem not 0
7305
7306 2002-09-12 [colin]      0.8.2claws43
7307
7308         * src/compose.c
7309                 Fix bug #590825 (obey Follow-up: poster)
7310
7311 2002-09-12 [colin]      0.8.2claws42
7312
7313         * src/procmime.c
7314                 Fix bug #557009 (wrong headers for messages 
7315                 forwarded as attachments)
7316
7317 2002-09-11 [colin]      0.8.2claws41
7318         
7319         * src/compose.c
7320                 Put SCF: pseudo-header on top of message
7321                 Set draft tmp_flag when saved as draft
7322
7323         * src/procmsg.c
7324           src/procheader.c
7325                 Skip after first \n\n for beginning of real message
7326                 for drafts too
7327
7328 2002-09-11 [christoph]  0.8.2claws40
7329
7330         * src/filtering.c
7331                 use procmsg flag functions in filtering or processing
7332                 will cause incorrect folder message counts
7333
7334 2002-09-11 [colin]      0.8.2claws39
7335
7336         * src/compose.c
7337                 Fix bug #550175 - wrong save folder when reediting
7338                 drafts
7339
7340 2002-09-11 [paul]       0.8.2claws38
7341
7342         * sync with 0.8.2cvs14
7343                 see ChangeLog 2002-09-11
7344
7345 2002-09-11 [colin]      0.8.2claws37
7346
7347         * src/folder.c
7348                 Fix a typo (seeming to cause new/unread status to
7349                 be lost)
7350
7351 2002-09-10 [christoph]  0.8.2claws36
7352
7353         * src/compose.c
7354                 compose_redirect should not use compose_generic_new
7355                 because that does more stuff than expected including
7356                 opening the external editor
7357                 (closes bug "[ 526608 ] bounced messages appear blank
7358                  in editor")
7359
7360 2002-09-10 [christoph]  0.8.2claws35
7361
7362         * src/folder.c
7363                 fix problem with too large message number range
7364                 causing a crash in folder_item_scan
7365
7366 2002-09-10 [paul]       0.8.2claws34
7367
7368         * sync with 0.8.2cvs13
7369                 see ChangeLog 2002-09-10
7370
7371 2002-09-10 [christoph]  0.8.2claws33
7372
7373         * src/msgcache.c
7374                 set MsgInfo TmpFlags for queue and draft folders
7375                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7376
7377 2002-09-10 [paul]       0.8.2claws32
7378
7379         * AUTHORS
7380           po/bg.po      ** NEW FILE **
7381                 new Bulgarian translation submitted by
7382                 George Danchev <danchev@spnet.net>
7383                 
7384         * tools/Makefile.am
7385           tools/README
7386           tools/tb2sylpheed     ** NEW FILE **
7387                 add script that converts an addressbook exported
7388                 from The Bat! into a Sylpheed addressbook. Submitted
7389                 by Urke MMI <urke-kg@eunet.yu>
7390
7391 2002-09-10 [paul]       0.8.2claws31
7392
7393         * sync with 0.8.2cvs12
7394                 see ChangeLog 2002-09-10
7395
7396 2002-09-06 [paul]       0.8.2claws30
7397
7398         * src/prefs_common.c
7399                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7400                 
7401         * tools/Makefile.am
7402           tools/README
7403           tools/ldif-to-xml.py  ** REMOVED **
7404                 remove obsolete python script
7405
7406 2002-09-06 [paul]       0.8.2claws29
7407
7408         * sync with 0.8.2cvs10
7409                 see ChangeLog 2002-09-06
7410
7411 2002-09-04 [paul]       0.8.2claws28
7412
7413         * sync with 0.8.2cvs9
7414                 see ChangeLog 2002-08-04
7415
7416 2002-09-04 [colin]      0.8.2claws27 
7417
7418         * src/prefs_common.[ch]
7419                 Added signature color configuration
7420         * src/textview.c
7421                 Use user-specified signature color
7422
7423 2002-09-03 [colin]      0.8.2claws26
7424
7425         * src/prefs_common.[ch]
7426                 Added autosave and autosave_length prefs
7427         * src/compose.c
7428                 Added compose_remove_draft()
7429                 Auto-save drafts according to the prefs
7430         * src/main.c
7431                 Added a crash-indicator file, allowing to check
7432                 for new messages on startup if Sylpheed crashed
7433                 (makes saved drafts "reappear")
7434
7435 2002-09-03 [colin]      0.8.2claws25
7436
7437         * src/textview.[ch]
7438                 Grey the signature
7439
7440 2002-09-03 [paul]       0.8.2claws24
7441
7442         * sync with 0.8.2cvs8
7443                 see ChangeLog 2002-09-02 and 2002-09-03
7444
7445 2002-09-03 [darko]      0.8.2claws23
7446
7447         * src/folderview.c
7448                 use normal style when creating new folder to pick
7449                 proper font size 
7450
7451 2002-09-02 [melvin]     0.8.2claws22
7452
7453         * src/gtkaspell.m4
7454                 removed some obsolete code
7455
7456 2002-09-02 [melvin]     0.8.2claws21
7457
7458         * ac/aspell.m4
7459                 fixed test's equality sign (== to =)
7460
7461 2002-09-02 [alfons]     0.8.2claws20
7462
7463         * src/folder.c
7464         * src/mh.c
7465                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7466                 as folder->destroy virtual as suggested by Hiro
7467                 (the mh.c code seems to have been lost around mh.c.1.21)
7468
7469 2002-09-02 [paul]       0.8.2claws19
7470
7471         * po/pt_BR.po
7472                 updated by Fabio Jr. Beneditto
7473                 
7474         * src/defs.h
7475                 use 'http://claws.sylpheed.org' for homepage link. 
7476                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7477
7478 2002-09-01 [alfons]     0.8.2claws18
7479
7480         * src/mh.c
7481                 plug memleak related to one Martin Kluge found
7482
7483 2002-08-31 [paul]       0.8.2claws17
7484
7485         * sync with 0.8.2cvs6
7486                 see ChangeLog 2002-08-30
7487
7488 2002-08-31 [alfons]     0.8.2claws16
7489
7490         * src/folder.c
7491                 folder_destroy(): remove mailbox from folderlist even if it has
7492                 no destroy virtual
7493
7494 2002-08-31 [alfons]     0.8.2claws15
7495
7496         * src/folder.c
7497                 :%sno/if(/if (/gc
7498                 :%sno/for(/for (/gc
7499                 (being pedantic I know)
7500
7501 2002-08-31 [alfons]     0.8.2claws14
7502
7503         * src/folder.c
7504                 check for NULL pointers returned from folder->fetch_msginfo virtual
7505                 (should solve some reported crashes)
7506
7507 2002-08-30 [alfons]     0.8.2claws13
7508
7509         * acconfig.h
7510         * configure.in
7511         * src/crash.c
7512                 enable crash dialog on compilation time
7513                 (--enable-crash-dialog configure option)
7514
7515 2002-08-30 [alfons]     0.8.2claws12
7516
7517         * AUTHORS
7518                 add Martin Kluge
7519         * src/mh.c
7520                 apply memory leak plug patch by Martin Kluge
7521                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7522                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7523                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7524
7525 2002-08-30 [darko]      0.8.2claws11
7526
7527         * src/folderview.c
7528                 copy Gtk style from normal style to match
7529                 font size for coloured folders
7530
7531 2002-08-29 [alfons]     0.8.2claws10
7532
7533         * sylpheed.desktop
7534                 Type=Internet <- Type=Application
7535                 (reported by Michael Schwendt, see:
7536                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7537                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7538
7539 2002-08-29 [paul]       0.8.2claws9
7540
7541         * sync with 0.8.2cvs5
7542                 see ChangeLog 2002-08-29
7543
7544 2002-08-29 [colin]      0.8.2claws8
7545
7546         * src/summaryview.c
7547                 Added a sanity check in summary_select_thread
7548                 Should fix bug 601605
7549
7550 2002-08-29 [colin]      0.8.2claws7
7551
7552         * src/main.c
7553                 Revert claws6 changes regarding bug #591676
7554
7555 2002-08-28 [colin]      0.8.2claws6
7556         
7557         * src/main.c
7558                 Ignore cache for queue folderitems
7559                 Fix bug #591676
7560
7561 2002-08-28 [melvin]     0.8.2claws5
7562
7563         * README.claws
7564                 Fixed typos.
7565
7566 2002-08-28 [melvin]     0.8.2claws4
7567
7568         * README.claws
7569                 Updated a bit the text concerning the spell checker
7570
7571 2002-08-28 [melvin]     0.8.2claws3
7572
7573         Merged the GNU_aspell_branch:
7574                 Support of new GNU/aspell is now included and the old pspell
7575                 is not supported anymore.
7576                 See README.claws
7577
7578         * README.claws
7579                 Updated spell checker text to reflect the switch to GNU/aspell
7580
7581         * ac/aspell.m4          *** NEW ***
7582         * src/gtkaspell.[ch]    *** NEW *** 
7583         * ac/pspell.m4          *** DELETED *** 
7584         * src/gtkspell.[ch]     *** DELETED ***
7585
7586         * ac/Makefile.am
7587                 Updated for GNU/aspell support
7588
7589         * po/POTFILES.in
7590                 Replaced gtkspell.c by gtkaspell.c
7591
7592         * acconfig.h
7593         * src/Makefile.am
7594         * src/about.c
7595         * src/compose.[ch]
7596         * src/crash.c
7597         * src/main.c
7598         * src/prefs_common.[ch]
7599                 Updated for GNU/aspell support
7600
7601 2002-08-28 [paul]       0.8.2claws2
7602
7603         * sync with 0.8.2cvs4
7604                 see ChangeLog 2002-08-27 and 2002-08-28
7605
7606 2002-08-28 [colin]      0.8.2claws1
7607
7608         * src/summary_search.c
7609                 Added "AND search"
7610
7611 2002-08-28 [jens]       0.8.2claws
7612
7613         *po/de.po
7614                 Updated German translations
7615
7616 2002-08-27 [melvin]     0.8.2claws
7617
7618         * po/fr.po
7619                 Updated French translations
7620
7621 2002-08-27 [paul]       0.8.2claws
7622
7623         * sync with 0.8.2 main release
7624
7625         * po/en_GB.po
7626           po/es.po
7627           po/it.po
7628           po/pl.po
7629           po/pt_BR.po
7630           po/sr.po
7631                 updated message catalogs submitted by
7632                 Ricardo Mones Lastra, Alessandro Maestri,
7633                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7634                 Beneditto and Urke MMI  
7635
7636 2002-08-27 [hoa]        0.8.1claws123
7637
7638         * src/mainwindow.[ch]
7639         * src/summaryview.[ch]
7640                 removed the "filter setting" menu option.
7641                 add a "cancel a news message" menu option.
7642
7643 2002-08-26 [martin]     0.8.1claws122
7644
7645         * ChangeLog.claws
7646                 changed string under 0.8.1claws79 changed by myself
7647                 i'm sorry alfons :(
7648
7649 2002-08-26 [martin]     0.8.1claws121
7650
7651         * src/crash.c
7652                 added kill command to debuggerrc to start crash dialog
7653
7654 2002-08-26 [paul]       0.8.1claws120
7655
7656         * sync with 0.8.1cvs31
7657                 see ChangeLog 2002-08-26
7658
7659 2002-08-25 [alfons]     0.8.1claws119
7660
7661         * src/procmsg.c
7662                 fix bug that didn't send out correct headers to news server
7663                 when sending news article and email from queue (bug reported
7664                 and patch provided by Tim Mann; closes bug 
7665                 "[ 583196 ] 0.7.8claws can't post news")
7666
7667 2002-08-25 [alfons]     0.8.1claws118
7668
7669         * src/selective_download.c
7670                 mark two strings as translatable
7671                 (thanks to Urke MMI for pointing this out)
7672
7673 2002-08-25 [alfons]     0.8.1claws117
7674
7675         * src/summaryview.c
7676                 treat sent boxes as special and allow sorting them by addressee
7677                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7678                 submitted by Steve Lamb)
7679
7680 2002-08-24 [alfons]     0.8.1claws116
7681
7682         * src/matcher.c
7683                 fix memleak reported by Martin Kluge
7684                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7685
7686 2002-08-24 [oliver]     0.8.1claws115
7687
7688         * src/prefs_toolbar.c
7689                 o code cleanup as suggested by Alfons
7690                 o memleak fix
7691
7692 2002-08-24 [alfons]     0.8.1claws114
7693
7694         * src/summaryview.c
7695                 o fix another memory leak reported by Martin Kluge
7696                   (see "[ 599568 ] Small Memory Leak")
7697                 o remove 'from' variable from 'summary_set_header()'; we can
7698                   do with just 'to' 
7699
7700 2002-08-24 [paul]       0.8.1claws113
7701
7702         * sync with 0.8.1cvs30
7703                 see ChangeLog 2002-08-23
7704
7705 2002-08-24 [alfons]     0.8.1claws112
7706
7707         * src/summaryview.c
7708                 remove unnecessary allocations for search bar fixing leaks
7709                 reported by Martin Kluge
7710                 (see "[ 599451 ] Further memory leaks?")
7711
7712 2002-08-24 [alfons]     0.8.1claws111
7713
7714         * src/main.c
7715                 make get_socket_name() public for crash.c
7716         * src/crash.c
7717                 o make report bug button work (goes to claws' 
7718                   bug tracker at sf.net)
7719                 o introduce function for doing important stuff just
7720                   before claws goes down
7721                 o clean up code 
7722
7723 2002-08-24 [alfons]     0.8.1claws110
7724
7725         * src/compose.c
7726                 move cursor to "To" entry when forwarding as attachment
7727                 (reported and solved by Steve Lamb, closes bug report
7728                 "[ 592880 ] Forward as attachment; cursor not in to")
7729
7730 2002-08-24 [colin]      0.8.1claws109
7731
7732         * src/mainwindow.c
7733                 fix quick search visibility after GUI (de)separations.
7734
7735 2002-08-23 [colin]      0.8.1claws108
7736
7737         * src/mainwindow.c
7738                 fix header pane visibility after folderview or
7739                 messageview (de)separation
7740
7741 2002-08-23 [paul]       0.8.1claws107
7742
7743         * src/mainwindow.[ch]
7744           src/toolbar.c
7745                 give full control of display or non-display 
7746                 of the Execute icon to Custom toolbar settings.
7747                 add new sensitivity condition to maninwindow.h: 
7748                 M_DELAY_EXEC
7749
7750         * ChangeLog
7751           ChangeLog.jp
7752           NEWS
7753                 more sync with 0.8.1cvs29
7754
7755 2002-08-23 [melvin]     0.8.1claws106
7756
7757         * src/alertpanel.c
7758                 Readded support for custom widget in alertpanel lost in last
7759                 sync.
7760
7761 2002-08-23 [paul]       0.8.1claws105
7762
7763         * sync with 0.8.1cvs29
7764                 see ChangeLog 2002-08-23
7765
7766 2002-08-23 [colin]      0.8.1claws104
7767
7768         * src/summaryview.c
7769                 Fix folder and search pixmaps exchanging positions
7770                 after theme or toolbar changes. Thank to Oliver for 
7771                 reporting this.
7772
7773 2002-08-23 [colin]      0.8.1claws103
7774
7775         * src/mainwindow.c
7776           src/messageview.[ch]
7777           src/noticeview.[ch]
7778           src/summaryview.c
7779                 Changed messageview_create() and noticeview_create()
7780                 to avoid the last gdk_warning
7781
7782 2002-08-22 [colin]      0.8.1claws102
7783
7784         * src/summaryview.c
7785                 Fix my new `Creating pixmap from xpm' warning
7786
7787 2002-08-22 [colin]      0.8.1claws101
7788
7789         * src/mainwindow.c
7790                 Fix some of the gdk warnings
7791
7792 2002-08-22 [colin]      0.8.1claws100
7793
7794         * src/Makefile.am
7795         * src/stock_pixmap.c
7796         * src/stock_pixmap.h
7797         * src/pixmaps/quicksearch.xpm *ADDED*
7798                 Add the quicksearch pixmap
7799         * src/mainwindow.c
7800         * src/summaryview.c
7801         * src/summaryview.h
7802                 Make quicksearch bar visible/hidden via a button
7803
7804 2002-08-22 [christoph]  0.8.1claws99
7805
7806         * src/folder.c
7807                 fix folder update for newsgroups with message
7808                 numbers below minimum number of articles to fetch
7809                 (closes bug #598445)
7810
7811 2002-08-22 [paul]       0.8.1claws98
7812
7813         * sync with 0.8.1cvs28
7814                 see ChangeLog 2002-08-22
7815
7816 2002-08-21 [alfons]     0.8.1claws97
7817
7818         * src/crash.c
7819                 use bt instead of bt full which seems to work 
7820                 better, and bt full doesn't give a great deal 
7821                 of information anyway
7822
7823 2002-08-21 [colin]      0.8.1claws96
7824
7825         * src/summaryview.c
7826                 fix summaryview_searchtype_changed prototype
7827
7828 2002-08-21 [christoph]  0.8.1claws95
7829
7830         * src/mainwindow.c
7831                 o fix broken menu update for sorting type, we have to
7832                   get this info from the summaryview now
7833                 o removed setting of threaded state in menu callback
7834         * src/summaryview.[ch]
7835                 more summaryview/folderitem seperation for
7836                 threading option
7837         * configure.in
7838                 removed not required --with-compiler-flags option
7839
7840 2002-08-21 [oliver]     0.8.1claws94
7841         
7842         * src/toolbar.h 
7843                 o rename toolbar.xml to toolbar_main.xml
7844                   since toolbar_compose.xml might come up 
7845                   any time soon
7846         * README.claws
7847                 add custom toolbar              
7848
7849 2002-08-21 [darko]      0.8.1claws93
7850
7851         * src/procmsg.c
7852                 don't reset tmp flags for messages copied
7853                 to sent folder
7854
7855 2002-08-21 [colin]      0.8.1claws92
7856         
7857         * src/prefs_filtering.c
7858                 fix renaming rules on folder rename 
7859                 when folder is not a leaf folder
7860
7861 2002-08-21 [paul]       0.8.1claws91
7862
7863         * src/prefs_folder_item.c
7864                 fix alignment of colour selector
7865
7866 2002-08-21 [paul]       0.8.1claws90
7867
7868         * sync with 0.8.1cvs27
7869                 see ChangeLog 2002-08-21
7870
7871 2002-08-21 [paul]       0.8.1claws89
7872
7873         * src/summaryview.c
7874                 fix crash when changing field type in
7875                 Quick search bar
7876
7877 2002-08-21 [colin]      0.8.1claws88
7878
7879         * src/summaryview.c
7880                 Made quick search case-insensitive
7881
7882 2002-08-21 [paul]       0.8.1claws87
7883
7884         * sync with 0.8.1cvs26
7885                 see ChangeLog 2002-08-21
7886
7887 2002-08-20 [christoph]  0.8.1claws86
7888
7889         * src/folderview.c
7890         * src/main.c
7891         * src/summaryview.[ch]
7892                 more summaryview/folderitem seperation for
7893                 sort_key and sort_type
7894         * src/procmsg.c
7895                 added missing return statement
7896
7897 2002-08-20 [colin]      0.8.1claws85
7898
7899         * src/summaryview.[ch]
7900                 Added a quick search box
7901         * src/mainwindow.c
7902         * src/prefs_common.[ch]
7903                 Added a show/hide option for the quick search
7904
7905 2002-08-20 [oliver]     0.8.1claws84
7906         
7907         * src/mainwindow.c
7908                 remove toolbar_create_popups
7909         * src/toolbar.[ch]
7910                 o remove toolbar_create_popups
7911                 o fix toolbar_set_sensitive 
7912                   (Bug reports #596834 and #596832)     
7913         * src/prefs_toolbar.c
7914                 o add "Set default" button
7915                 o align label and text + combo widgets
7916
7917 2002-08-20 [hoa]        0.8.1claws83bis
7918
7919         * src/imap.c
7920                 fixed a bug in imap_fetch_msginfo() in case there is no
7921                 current folder.
7922
7923 2002-08-20 [darko]      0.8.1claws83
7924
7925         * src/folderview.c
7926                 copy the color style of folder view so it
7927                 works with GTK themes
7928
7929 2002-08-20 [darko]      0.8.1claws82
7930
7931         * src/folder.h
7932         * src/folderview.c
7933         * src/prefs_folder_item.[hc]
7934                 don't use UI stuff in folder.h
7935
7936 2002-08-20 [darko]      0.8.1claws81
7937
7938         * src/folder.h
7939         * src/prefs_folder_item.h
7940         * src/folderview.c
7941         * src/prefs_folder_item.c
7942                 ability to set folder color in folderview
7943
7944 2002-08-19 [alfons]     0.8.1claws80
7945
7946         * src/summaryview.c
7947                 fix one of the earlier memleaks reported by Martin Kluge
7948
7949 2002-08-19 [alfons]     0.8.1claws79
7950
7951         * src/mainwindow.c
7952                 hide notice view when selecting seperate folder
7953                 view (reported by Urke MMI)
7954
7955 2002-08-19 [christoph]  0.8.1claws78
7956
7957         * src/folderview.c
7958         * src/prefs_folder_item.h
7959         * src/summaryview.[ch]
7960                 o add summary_set_prefs_from_folderitem to set
7961                   summaryview prefs (first step to remove all
7962                   references to the folderitem in summaryview)
7963                 o moved compiled regex stuff from folderitem prefs
7964                   to summaryview code
7965
7966 2002-08-19 [paul]       0.8.1claws77
7967
7968         * src/compose.c
7969                 add check for '.' to QUOTE_IF_REQUIRED
7970
7971 2002-08-19 [paul]       0.8.1claws76
7972
7973         * src/inc.c
7974                 sync with 0.8.1cvs25 (plug memory leak)
7975
7976         * src/prefs_toolbar.c
7977                 re-order prefs_toolbar_cancel()
7978
7979 2002-08-18 [alfons]     0.8.1claws75
7980
7981         * src/inc.c
7982         * src/matcher.c
7983                 plug other memleaks reported by Martin Kluge
7984
7985 2002-08-18 [paul]       0.8.1claws74
7986
7987         * po/pt_BR.po
7988                 updated by Fabio Jr. Beneditto
7989
7990 2002-08-18 [paul]       0.8.1claws73
7991
7992         * src/toolbar.[ch]
7993                 fix bug where tooltips were displayed untranslated              
7994
7995         * src/prefs_toolbar.c
7996                 fix bug where clicking 'Cancel' creates an icon & text
7997                 toolbar regardless of prefs
7998         
7999
8000 2002-08-17 [oliver]     0.8.1claws72
8001
8002         * src/prefs_toolbar.c
8003                 update toolbar on CANCEL
8004                 bug reported by Martin Kluge
8005         * src/toolbar.c
8006                 toolbar_destroy memleak fixed           
8007
8008 2002-08-17 [alfons]     0.8.1claws71
8009
8010         * src/toolbar.c
8011                 plug another memleak reported by Martin Kluge
8012
8013 2002-08-16 [alfons]     0.8.1claws70
8014
8015         * src/crash.c
8016                 use execvp() correctly (suggested by wwp; thanks!)
8017
8018 2002-08-16 [alfons]     0.8.1claws69
8019
8020         * src/gtksctree.c
8021                 plug memory leak reported by Kim Schultz & Martin Kluge
8022
8023 2002-08-16 [paul]       0.8.1claws68
8024
8025         * po/es.po
8026                 updated by Ricardo Mones Lastra
8027
8028 2002-08-16 [paul]       0.8.1claws67
8029
8030         * src/toolbar.h
8031                 fix bug where 'Compose News' icon showed wrong
8032                 tooltip
8033
8034 2002-08-16 [paul]       0.8.1claws66
8035
8036         * sync with 0.8.1cvs24
8037                 see ChangeLog 2002-08-16
8038
8039         * po/it.po
8040                 updated by Alessandro Maestri
8041
8042 2002-08-15 [paul]       0.8.1claws65
8043
8044         * po/sr.po
8045                 updated by Urke MMI
8046
8047 2002-08-15 [paul]       0.8.1claws64
8048
8049         * src/*.c
8050                 don't translate debug info
8051
8052         * src/matcher.[ch]
8053                 add copyright info
8054
8055 2002-08-15 [paul]       0.8.1claws63
8056
8057         * src/prefs_toolbar.c
8058                 fix bug where clicking 'OK' creates an icon & text
8059                 toolbar regardless of prefs
8060
8061 2002-08-14 [alfons]     0.8.1claws62
8062
8063         * src/main.c
8064                 add global var that has the full argv[0]
8065         * src/crash.c
8066                 o execvp the correct sylpheed by using argv0
8067                   and setting the correct work dir
8068                 o other tweaks  
8069
8070 2002-08-14 [oliver]     0.8.1claws61
8071         
8072         * enable/disable Toolbar Action Buttons 
8073         * code cleanups
8074         * src/mainwindow.c
8075         * src/toolbar.[ch]      
8076         * src/prefs_toolbar.c   
8077
8078 2002-08-14 [melvin]     0.8.1claws60
8079
8080         * po/fr.po
8081                 Updated French translations
8082
8083 2002-08-14 [melvin]     0.8.1claws59
8084
8085         * src/crash.c
8086                 Made bug report not translatable
8087         * src/exporthtml.c
8088                 Fixed exporthtml_build_filespec() return value
8089         * src/foldersel.c
8090                 Fixed incorrect include file
8091         * src/gtkspell.c
8092         * src/prefs_actions.c
8093         * src/prefs_toolbar.c
8094                 Made debug info not translatable
8095         * src/mutt.c
8096         * src/quote_fmt.c
8097                 Added missing includes
8098         * src/prefs_common.c
8099                 Fixed typo
8100
8101 2002-08-14 [paul]       0.8.1claws58
8102
8103         * faq/es/sylpheed-faq.html
8104           faq/es/sylpheed-faq-[1-3].html
8105           faq/es/sylpheed-faq-4.html     **NEW FILE **
8106                 update Spanish FAQ
8107
8108 2002-08-13 [christoph]  0.8.1claws57
8109
8110         * src/procmsg.c
8111                 ignore thread fix that did not mark all
8112                 child nodes of a ignored thread as
8113                 ignored. Does not work perfectly yet,
8114                 but it is better now
8115
8116 2002-08-13 [alfons]     0.8.1claws56
8117
8118         * src/crash.c
8119                 o implement 'save crash log'
8120                 o some tweaks
8121
8122 2002-08-13 [melvin]     0.8.1claws55
8123
8124         * src/main.c
8125                 removed unrequired "execinfo.h" header
8126
8127 2002-08-12 [paul]       0.8.1claws54
8128
8129         * faq/en/sylpheed-faq.html
8130           faq/en/sylpheed-faq-[1-3].html
8131           faq/en/sylpheed-faq-4.html     **NEW FILE **
8132                 update English FAQ
8133
8134 2002-08-12 [alfons]     0.8.1claws53
8135
8136         * po/POTFILES.in
8137                 add crash.c to translatables
8138         * src/crash.c
8139                 bring in Leandro's crash dialog
8140
8141 2002-08-11 [alfons]     0.8.1claws52
8142
8143         * src/crash.c
8144                 clean up some warnings
8145
8146 2002-08-11 [alfons]     0.8.1claws51
8147
8148         * acconfig.h
8149         * configure.in
8150         * src/crash.[ch]        ** NEW FILES **
8151         * src/main.c            
8152                 initial gdb crash handler
8153
8154 2002-08-11 [paul]       0.8.1claws50
8155
8156         * src/prefs_toolbar.c
8157                 replace Up/Down arrow pixmaps with text to be
8158                 consistent across icon themes
8159
8160 2002-08-11 [paul]       0.8.1claws49
8161
8162         * src/prefs_common.c
8163           src/prefs_toolbar.c
8164                 rename 'Pixmap' -> 'Icon'
8165
8166         * src/toolbar.[ch]
8167                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8168
8169 2002-08-10 [paul]       0.8.1claws48
8170
8171         * src/prefs_toolbar.c
8172                 re-work the UI
8173
8174 2002-08-10 [paul]       0.8.1claws47
8175
8176         * src/main.c
8177                 don't write Processing progress to status bar
8178                 patch submitted by Alexander Evseev
8179
8180         * src/prefs_toolbar.c
8181                 re-position and resize window
8182                 make window assume correct size on first call
8183
8184 2002-08-10 [paul]       0.8.1claws46
8185
8186         * src/mainwindow.c
8187           src/prefs_toolbar.c
8188           src/toolbar.c
8189           src/toolbar.h
8190                 obey coding style
8191                 follow UI text conventions
8192
8193 2002-08-10 [alfons]     0.8.1claws45
8194
8195         * src/toolbar.c
8196                 correct pixmap for delete action
8197
8198 2002-08-10 [paul]       0.8.1claws44
8199
8200         * po/pt_BR.po
8201                 updated by Fabio Jr. Beneditto
8202
8203 2002-08-10 [paul]       0.8.1claws43
8204
8205         * po/POTFILES.in
8206                 add custom toolbar files
8207
8208 2002-08-10 [paul]       0.8.1claws42
8209
8210         * sync with 0.8.1cvs22
8211                 see ChangeLog 2002-08-09
8212
8213 2002-08-09 [paul]       0.8.1claws41
8214
8215         * tools/Makefile.am
8216           tools/README
8217           tools/outlook2sylpheed.pl     ** NEW FILE **
8218                 add script to convert exported Outlook
8219                 contacts list to a Sylpheed addressbook.
8220                 Submitted by Ricardo Mones Lastra.
8221
8222 2002-08-09 [paul]       0.8.1claws40
8223
8224         * AUTHORS
8225           configure.in
8226           po/sr.po      ** NEW FILE **
8227                 add Serbian message catalog. Submitted by
8228                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8229
8230 2002-08-09 [paul]       0.8.1claws39
8231
8232         * sync with 0.8.1cvs21
8233                 see ChangeLog 2002-08-08
8234
8235 2002-08-08 [oliver]     0.8.1claws38
8236
8237         * src/mainwindow.c
8238                 move Custom Toolbar to Configuration menu
8239
8240 2002-08-08 [oliver]     0.8.1claws37
8241
8242         * src/prefs_toolbar.c
8243                 fix substitute pixmap bug
8244
8245 2002-08-08 [paul]       0.8.1claws36
8246
8247         * sync with 0.8.1cvs19
8248                 see ChangeLog 2002-08-08
8249
8250 2002-08-07 [christoph]  0.8.1claws35
8251
8252         * src/utils.c
8253                 fixed a memory leak in new canonicalize_file_replace
8254
8255 2002-08-07 [christoph]  0.8.1claws34
8256
8257         * src/utils.[ch]
8258                 o canonicalize_file_replace should create the temporary
8259                   file in the same directory as the original file.
8260                 o added get_tmpfile_in_dir that creates a temorary file
8261                   in a specified directory.
8262
8263 2002-08-07 [melvin]     0.8.1claws33
8264
8265         * src/toolbar.c
8266                 fixed bug where 'Article' button acted as 'Email' button.
8267
8268 2002-08-07 [paul]       0.8.1claws32
8269
8270         * sync with 0.8.1.cvs17
8271                 see ChangeLog 2002-08-07
8272
8273 2002-08-07 [colin]      0.8.1claws31
8274         
8275         * src/news.c
8276                 fix mass-cancel problem
8277
8278 2002-08-07 [thorsten]   0.8.1claws30
8279
8280         * src/prefs_toolbar.c
8281                 fix: crash on replace or add new button
8282         * src/toolbar.c
8283                 fix: close xmlfile after reading
8284         * src/utils.c
8285                 fix: unlink() file before rename()
8286
8287 2002-08-06 [paul]       0.8.1claws29
8288
8289         * sync with 0.8.cvs15
8290                 see ChangeLog 2002-08-06
8291
8292 2002-08-06 [oliver]     0.8.1claws28
8293
8294         * src/toolbar.c
8295         * src/prefs_toolbar.c
8296                 fixed empty toolbar issue
8297
8298 2002-08-06 [oliver]     0.8.1claws27
8299
8300         * Custom Toolbar Final 
8301         * src/folderview.c
8302         * src/inc.c
8303         * src/summaryview.c
8304                 o toolbar stuff now lives in src/toolbar.[ch]
8305                 o main_window_toolbar_* functions are renamed to
8306                   toolbar_* reflecting their new source file
8307         * src/mainwindow.[ch]
8308                 o remove toolbar stuff  
8309
8310 2002-08-06 [oliver]     0.8.1claws26
8311         
8312         * src/Makefile.am
8313         * src/prefs_toolbar.[ch]        **New File**
8314         * src/toolbar.[ch]              **New File**
8315                 o prefs_toolbar.[ch] custom toolbar frontend
8316                 o toolbar.[ch]       backend 
8317
8318 2002-08-06 [oliver]     0.8.1claws25
8319
8320         * src/prefs_actions.[ch]
8321                 o new exported function actions_execute
8322
8323 2002-08-06 [paul]       0.8.1claws24
8324
8325         * sync with 0.8.1cvs4
8326                 see ChangeLog 2002-08-06
8327
8328 2002-08-06 [paul]       0.8.1claws23
8329
8330         * sync with 0.8.1cvs13
8331                 see ChangeLog 2002-08-06
8332
8333 2002-08-06 [paul]       0.8.1claws22
8334
8335         * sync with 0.8.1cvs12
8336                 see ChangeLog 2002-08-05 and 2002-08-06
8337
8338 2002-08-06 [match]      0.8.1claws21
8339
8340         * src/addrclip.c
8341                 improvements to cut/copy/paste address
8342
8343 2002-08-05 [match]      0.8.1claws20
8344
8345         * src/addritem.[ch]
8346         * src/addrcache.c
8347         * src/addrbook.c
8348         * src/editaddress.c
8349         * src/addressbook.c
8350                 fixes to improve cut/copy/paste
8351
8352 2002-08-06 [melvin]     0.8.1claws19
8353
8354         * src/account.[ch]
8355                 account_find_all_from_address(): new function that returns the
8356                 list of all accounts that are matched in an address.
8357         * src/alertpanel.[ch]
8358                 alertpanel() now accepts a custom widget
8359                 alertpanel_with_widget(): new function that pops up a panel with
8360                 a custom widget in it 
8361         * src/gtkutils.[ch]
8362                 gtkut_account_menu_new(): new function that allows the selection
8363                 of an account from a list of accounts.
8364         * src/messageview.c
8365                 Extended Return Receipt notification to select the correct 
8366                 account and to make a security test on the Delivery-Notification
8367                 address which should be the same as the Return-Path.
8368
8369 2002-08-06 [thorsten]   0.8.1claws18
8370
8371         * src/mimeview.c
8372                 attach_all: save unnamed as "noname.%d",
8373                 dont free static dirname
8374
8375 2002-08-05 [alfons]     0.8.1claws17
8376
8377         * configure.in
8378                 detect XIM by trying to link rather than compile a XIM program
8379
8380 2002-08-05 [oliver]     0.8.1claws16
8381                 
8382         * src/stock_pixmap.[ch]
8383                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8384                 o new func to retrieve pixmaps
8385
8386 2002-08-05 [paul]       0.8.1claws15
8387
8388         * sync with 0.8.1cvs10
8389                 see ChangeLog 2002-08-05
8390
8391 2002-08-04 [alfons]     0.8.1claws14
8392
8393         * src/textview.c
8394                 see if this plugs memleak
8395
8396 2002-08-04 [melvin]     0.8.1claws13
8397
8398         * src/gtkspell.c
8399                 fixed bug that could crash Sylpheed when highlighting
8400                 all misspelled words.
8401
8402 2002-08-03 [melvin]     0.8.1claws12
8403
8404         * src/prefs_actions.c
8405                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8406         * src/messageview.c
8407                 fixed bug where the Return Receipt was sent to
8408                 Delivery-Notification-To address even if it was not present
8409
8410 2002-08-02 [alfons]     0.8.1claws11
8411
8412         * src/prefs_actions.c
8413                 o more check for NULLs
8414                 o put create_io_dialog() in right conditional block
8415
8416 2002-08-02 [paul]       0.8.1claws10
8417
8418         * po/es.po
8419                 updated by Ricardo Mones Lastra
8420
8421 2002-08-01 [christoph]  0.8.1claws9
8422
8423         * src/folder.c
8424                 don't free the cache of the opened
8425                 folder in the summaryview
8426         * src/summaryview.c
8427                 don't unset flags, if it is not required
8428
8429 2002-08-01 [paul]       0.8.1claws8
8430
8431         * sync with 0.8.1cvs8
8432                 see ChangeLog entry 2002-08-01
8433
8434 2002-08-01 [paul]       0.8.1claws7
8435
8436         * sync with 0.8.1cvs7
8437                 see ChangeLog 2002-07-31 and 2002-08-01
8438
8439 2002-07-31 [christoph]  0.8.1claws6
8440
8441         * src/mainwindow.c
8442                 forgot to update menu sensitivity
8443                 function for new menu entry
8444
8445 2002-07-31 [alfons]     0.8.1claws5
8446
8447         * src/main.c
8448                 check folder item and its path for NULL on
8449                 initial processing
8450
8451 2002-07-31 [christoph]  0.8.1claws4
8452
8453         * src/folder.c
8454                 check if folder_item_get_msginfo in
8455                 folder_item_remove_msg returned NULL
8456         * src/imap.c
8457                 better clear the uid cache in the
8458                 uid validity check function and delete
8459                 cached messages
8460
8461 2002-07-31 [paul]       0.8.1claws3
8462
8463         * man/sylpheed.1
8464                 add the '--attach' option and a few other
8465                 minor changes
8466
8467 2002-07-31 [paul]       0.8.1claws2
8468
8469         * sync with 0.8.1cvs5
8470                 see ChangeLog 2002-07-31
8471
8472 2002-07-31 [christoph]  0.8.1claws1
8473
8474         * src/folderview.[ch]
8475         * src/mainwindow.c
8476                 replace "Rescan all folders..." with
8477                 "Check all folders for new messages..."
8478
8479 2002-07-30 [paul]       0.8.1claws
8480
8481         * version 0.8.1claws released
8482
8483 2002-07-30 [paul]       0.8.0claws29
8484
8485         * tools/OOo2sylpheed.pl ** NEW FILE **
8486           tools/README
8487                 add script to enable sending documents as
8488                 attachments from OpenOffice.org
8489
8490 2002-07-30 [melvin]     0.8.0claws28
8491
8492         * src/prefs_actions.c
8493                 Made the actions' input/output dialog display
8494                 without delay.
8495
8496 2002-07-30 [christoph]  0.8.0claws27
8497
8498         * src/procmsg.c
8499                 check if folder_item_get_msginfo in
8500                 procmsg_save_to_outbox returned NULL
8501
8502 2002-07-30 [paul]       0.8.0claws26
8503
8504         * sync with 0.8.1cvs4
8505                 see ChangeLog 2002-07-29
8506
8507 2002-07-29 [thorsten]   0.8.0claws25
8508
8509         * README.claws
8510                 added selective download, delete on server
8511
8512 2002-07-29 [paul]       0.8.0claws24
8513
8514         * sync with 0.8.1cvs3
8515                 see ChangeLog 2002-07-29
8516
8517 2002-07-27 [christoph]  0.8.0claws23
8518
8519         * src/folder.c
8520                 add extra check if fetching the msginfo
8521                 returned NULL
8522
8523 2002-07-27 [paul]       0.8.0claws22
8524
8525         * sync with 0.8.1cvs2
8526                 see ChangeLog 2002-07-26
8527
8528 2002-07-27 [christoph]  0.8.0claws21
8529
8530         * src/imap.c
8531                 add another check if a valid msginfo
8532                 was returned
8533
8534 2002-07-26 [hoa]        0.8.0claws20
8535
8536         * src/folder.c
8537                 Fixed a condition in folder_item_destroy()
8538
8539         * src/imap.c
8540                 Fixed an error in IMAP protocol
8541
8542 2002-07-26 [alfons]     0.8.0claws19
8543
8544         * src/folder.c
8545                 ofcourse compare with identifier, not the path
8546
8547 2002-07-26 [alfons]     0.8.0claws18
8548
8549         * src/folder.c
8550                 use folder item identifier for saving / restoring
8551                 preferences because folder->path might not be unique
8552
8553 2002-07-26 [melvin]     0.8.0claws17
8554
8555         * src/logwindow.c
8556                 Fixed a crash introduced in 0.8.0claws5 when log is 
8557                 cut under 80 characters.
8558
8559 2002-07-26 [paul]       0.8.0claws16
8560
8561         * sync with 0.8.1cvs1
8562                 see ChangeLog 2002-07-26
8563
8564 2002-07-26 [christoph]  0.8.0claws15
8565
8566         * src/imap.[ch]
8567                 imap folder now remembers the last selected
8568                 folder and imap_fetch_msginfo skips selecting
8569                 the folder if it is already selected
8570
8571 2002-07-26 [christoph]  0.8.0claws14
8572
8573         * src/folder.c
8574         * src/folderview.c
8575         * src/imap.c
8576                 fix imap folder rescanning
8577
8578 2002-07-25 [christoph]  0.8.0claws13
8579
8580         * src/filter.c
8581         * src/folder.[ch]
8582         * src/folderview.c
8583         * src/imap.[ch]
8584         * src/mainwindow.c
8585         * src/mbox_folder.c
8586         * src/mh.c
8587         * src/news.c
8588                 implement imap uid cache and uid validity check
8589
8590 2002-07-25 [alfons]     0.8.0claws12
8591
8592         * src/summaryview.c
8593                 fix a brown paper bag bug, and also add some more
8594                 checks
8595
8596 2002-07-25 [christoph]  0.8.0claws11
8597
8598         * src/folder.c
8599                 don't mix copy, fetch_msginfo and remove
8600                 operations in folder item copy and move
8601                 operations
8602
8603 2002-07-25 [christoph]  0.8.0claws10
8604
8605         * src/folderview.c
8606         * src/mainwindow.c
8607         * src/prefs_folder_item.c
8608         * src/summaryview.[ch]
8609                 remove no longer required parameter update_cache from
8610                 summary_show
8611
8612 2002-07-25 [paul]       0.8.0claws9
8613
8614         * sync with 0.8.1
8615         
8616         * AUTHORS
8617                 a few corrections
8618
8619 2002-07-24 [alfons]     0.8.0claws8
8620
8621         * src/summaryview.c
8622                 sort correctly when using simplified subject line
8623                 (closes feature request "[ 585141 ] applying regexp to subject 
8624                 before sort" submitted by Alexandra Walford)
8625
8626 2002-07-24 [paul]       0.8.0claws7
8627
8628         * sync with 0.8.0cvs3
8629                 see ChangeLog 2002-07-24
8630
8631 2002-07-23 [christoph]  0.8.0claws6
8632
8633         * src/folder.c
8634         * src/folder.h
8635         * src/summaryview.c
8636         * src/summaryview.h
8637         * src/main.c
8638                 o separate processing and summaryview
8639                 o removed summary_write_cache from summaryview
8640                 o removed summaryview->killed_messages, because we don't have
8641                   to keep a list of killed messages anymore. New cache will
8642                   keep the hidden messages in cache anyway
8643         * src/folderview.c
8644         * src/inc.c
8645         * src/selective_download.c
8646                 o removed unnecessary summary_write_cache calls
8647         * src/procmsg.c
8648                 o don't set ignore thread flag in procmsg_get_thread_tree
8649                   if it is already set
8650         * src/mainwindow.c
8651         * src/statusbar.h
8652                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8653                   they are used in different files
8654
8655 2002-07-23 [melvin]     0.8.0claws5
8656
8657         * src/addressbook.c
8658         * src/addrgather.c
8659         * src/editaddress.c
8660         * src/editgroup.c
8661         * src/editldap_basedn.c
8662         * src/importldif.c
8663         * src/prefs_common.c
8664                 Fixed few memory leak (gtk_editable_get_chars returns
8665                 an allocated string)
8666         * src/logwindow.c
8667                 Fixed few memory leak (gtk_editable_get_chars returns
8668                 an allocated string) and modified a little the log cutting
8669                 loop.
8670         * src/compose.c
8671                 Replaced a call to an obsolete function gtk_entry_get_text()
8672                 by gtk_editable_get_chars()
8673         * src/send.c
8674                 Removed a debug printf
8675
8676 2002-07-23 [christoph]  0.8.0claws4
8677
8678         * src/filesel.c
8679                 fix another g_dirname memory leak
8680
8681 2002-07-23 [christoph]  0.8.0claws3
8682
8683         * src/mh.c
8684                 fixed a memory leak in mh_fetch_msginfo
8685                 fixed crash when message header could not be
8686                 parsed
8687
8688 2002-07-23 [paul]       0.8.0claws2
8689
8690         * sync with 0.8.0cvs2
8691                 see ChangeLog 2002-07-23
8692
8693 2002-07-23 [paul]       0.8.0claws1
8694
8695         * sync with 0.8.0cvs1
8696                 see ChangeLog 2002-07-23
8697
8698 2002-07-23 [paul]       0.8.0claws
8699
8700         * release of 0.8.0claws
8701
8702 2002-07-23 [paul]       0.7.8claws99
8703
8704         * po/ru.po
8705                 new Russian translation, submitted by
8706                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8707
8708 2002-07-22 [jens]       0.7.8claws98
8709
8710         * po/de.po
8711                 Updated German translations.
8712
8713 2002-07-22 [paul]       0.7.8claws97
8714
8715         * po/es.po
8716           po/it.po
8717           po/nl.po
8718           po/pt_BR.po
8719                 updated translations by Ricardo Mones Lastra,
8720                 Alessandro Maestri, Wilbert Berendsen and 
8721                 Fabio Jr. Beneditto respectively
8722
8723 2002-07-22 [christoph]  0.7.8claws96
8724
8725         * src/mimeview.c
8726                 fix memory leak caused by wrong g_dirname usage
8727
8728 2002-07-22 [christoph]  0.7.8claws95
8729
8730         * src/summaryview.c
8731                 update new and unread message counts for summaryview
8732                 summaryview does not get it from the folder anymore
8733                 and has to update the values itself
8734
8735 2002-07-22 [melvin]     0.7.8claws94
8736
8737         * po/fr.po
8738                 Updated French translations.
8739
8740 2002-07-22 [christoph]  0.7.8claws93
8741
8742         * src/matcher.c
8743                 set prop->preg pointer to NULL or following check
8744                 will not fail and regexec will be called with
8745                 invalid pointer
8746
8747 2002-07-21 [alfons]     0.7.8claws92
8748         
8749         * src/prefs_common.[ch]
8750                 remove option "Send return receipt on request"
8751
8752 2002-07-21 [thorsten]   0.7.8claws91
8753
8754         * src/mimeview.c
8755                 fixed memleaks, coding style as pointed out by alfons
8756
8757 2002-07-21 [alfons]     0.7.8claws90
8758
8759         * src/messageview.c
8760         * src/noticeview.[ch]
8761                 o fix bug notice view being displayed when going to empty folder 
8762                   (noticed by Christoph)
8763                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8764                   (noticed by Thorsten)
8765
8766 2002-07-21 [thorsten]   0.7.8claws89
8767
8768         * src/mimeview.c
8769                 Included save_all patch from Xaview FACQ
8770                 added support for pathnames
8771
8772 2002-07-21 [alfons]     0.7.8claws88
8773
8774         * po/POTFILES.in
8775         * src/Makefile.am
8776         * src/mainwindow.c
8777         * src/messageview.[ch]
8778         * src/noticeview.c      ** NEW FILE **
8779         * src/noticeview.h      ** NEW FILE **
8780                 make return receipts work again
8781                 (UI idea by Leandro Pereira)
8782
8783 2002-07-21 [paul]       0.7.8claws87
8784
8785         * src/summaryview.c
8786                 fix sensitivity of 'Select thread'
8787
8788 2002-07-21 [paul]       0.7.8claws86
8789
8790         * src/prefs_common.c
8791                 add browser command line for Galeon
8792
8793 2002-07-21 [paul]       0.7.8claws85
8794
8795         * Makefile.am
8796                 fix 'EXTRA_DIST': remove README.README, add TODO
8797                 and TODO.claws
8798
8799 2002-07-21 [alfons]     0.7.8claws84
8800
8801         * src/gtkstext.c
8802                 make enter clear selection
8803                 (closes "[ 579888 ] Editor selection/entry error"
8804                 reported by Steve Lamb)
8805
8806 2002-07-21 [alfons]     0.7.8claws83
8807         
8808         * src/summaryview.c
8809                 sort message list when selecting unthread messages
8810                 (closes "[ 501593 ] switching threaded view doesn't sort"
8811                 reported by Simon Schubert)
8812
8813 2002-07-20 [alfons]     0.7.8claws82
8814         
8815         * src/matcher.c
8816                 const-correctness
8817
8818 2002-07-20 [thorsten]   0.7.8claws81
8819
8820         * src/matcher.c
8821                 Fixed expansion of empty fields in matchactions
8822
8823 2002-07-19 [melvin]     0.7.8claws80
8824
8825         * src/gtkspell.c
8826                 Removed a duplicate menu entry (fast mode) introduced during
8827                 the new cache merge
8828                 Added a menu separator between 'Use alternate' and 'Fast mode'
8829
8830 2002-07-19 [paul]       0.7.8claws79
8831
8832         * tools/Makefile.am
8833           tools/README
8834                 correct typos
8835
8836 2002-07-19 [thorsten]   0.7.8claws78
8837
8838         * tools/calypso_convert.pl      ** NEW FILE **
8839           tools/README
8840           tools/Makefile.am
8841                 script to import mbox files exported
8842                 by calypso
8843                 o generates folder structure
8844                 o includes attachments
8845
8846 2002-07-19 [melvin]     0.7.8claws77
8847
8848         * src/selective_download.[ch]
8849                 Fixed bug where closing the dialog with the window manager's
8850                 close button will not unlock the summary
8851                 Corrected some function declarations that missed a return value
8852                 Made the source code comply better with coding style.
8853         * src/prefs_common.c
8854                 Added new browser command line for Mozilla.
8855
8856 2002-07-18 [paul]       0.7.8claws76
8857
8858         * src/mainwindow.c
8859           src/selective_download.[ch]
8860                 reflect theme changes, fix Gdk Warning when creating 
8861                 pixmap from NULL window, and minor clean up.
8862                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8863
8864         * po/en_GB.po
8865                 updated
8866
8867 2002-07-17 [paul]       0.7.8claws75
8868
8869         * INSTALL[.jp]
8870                 sync with 0.8.0
8871         
8872         * po/en_GB.po
8873                 updated
8874
8875 2002-07-16 [paul]       0.7.8claws74
8876
8877         * tools/filter_conv.pl
8878           tools/README
8879                 replace conversion script with reimplemented version, 
8880                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8881
8882 2002-07-16 [colin]      0.7.8claws73
8883
8884         * src/summaryview.c
8885                 remove forgotten debug messages - sorry ;-)
8886
8887 2002-07-16 [colin]      0.7.8claws72
8888
8889         * src/mimeview.c
8890           src/summaryview.c
8891           src/textview.c
8892           src/textview.h
8893                 add the ability to select part of a text mime-part 
8894                 to reply.
8895
8896 2002-07-15 [christoph]  0.7.8claws71
8897
8898         * src/folder.c
8899                 fix folder message count for folders without
8900                 msg_is_changed (includes news folders)
8901
8902 2002-07-15 [martin]     0.7.8claws70
8903
8904         * src/summaryview.c
8905                 option "display recipient on 'From'..." now works
8906                 without the need of enabling the option
8907                 "display  sender  using  address  book".
8908
8909 2002-07-15 [christoph]  0.7.8claws69
8910
8911         * src/summaryview.c
8912                 removed setting folder status from summaryview.
8913                 folder.c should update all message counts correctly.
8914
8915 2002-07-15 [paul]       0.7.8claws68
8916
8917         * po/pt_BR.po
8918                 updated by Fabio Junior Beneditto
8919
8920 2002-07-15 [darko]      0.7.8claws67
8921
8922         * src/mh.c
8923                 Fixed target folder colorization, don't decrease op
8924                 number twice
8925
8926 2002-07-14 [paul]       0.7.8claws66
8927
8928         * sync with main 0.8.0
8929                 see ChangeLog 2002-07-14
8930
8931 2002-07-13 [melvin]     0.7.8claws65
8932         
8933         * src/addrbook.c
8934         * src/addressbook.c
8935         * src/addrindex.c
8936                 Replaced sprintf by g_snprintf to prevent possible buffer
8937                 overflow.
8938         * src/news.c
8939                 Corrected a log message output format.
8940                 Added a missing "done" debug output.
8941         * src/compose.c
8942                 Added keyboard accelerator for Priority menu items
8943                 Added missing \n in debug output
8944         * src/logwindow.c
8945         * src/gtkspell.c
8946         * src/rfc2015.c
8947                 Added missing \n in debug output
8948
8949 2002-07-13 [paul]       0.7.8claws64
8950
8951         * man/sylpheed.1
8952                 change Sergey's email address to the sf address
8953
8954         * src/textview.c
8955                 increase show_url_timeout (more useful for long
8956                 urls)
8957
8958 2002-07-12 [sergey]     0.7.8claws63
8959
8960         * src/rfc2015.c
8961                 applied (with some modifications) patch to set the
8962                 micalg parameter for signatures
8963                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8964
8965 2002-07-12 [sergey]     0.7.8claws62
8966
8967         * man/Makefile.am
8968         * configure.in
8969                 fixed man page installation
8970
8971 2002-07-12 [paul]       0.7.8claws61
8972
8973         * sync with 0.7.8cvs26
8974                 see ChangeLog 2002-07-11 and 2002-07-12
8975
8976 2002-07-11 [christoph]  0.7.8claws60
8977
8978         * src/compose.c
8979         * src/procmsg.c
8980                 first use the message number to find the message
8981                 to mark with a reply flag but check the
8982                 message-id if we got the correct message, if not
8983                 try to find it by message-id.
8984                 use new string seperator that is not allowed
8985                 in message-ids.
8986
8987 2002-07-11 [paul]       0.7.8claws59
8988
8989         * sync with 0.7.8cvs23
8990                 see ChangeLog 2002-07-10
8991
8992 2002-07-10 [christoph]  0.7.8claws58
8993
8994         * src/folder.[ch]
8995         * src/msgcache.[ch]
8996                 Added message-id table to the cache in memory
8997                 and functions to msgcache.c and folder.c to
8998                 fetch MsgInfos by message id
8999         * src/compose.c
9000         * src/procmsg.c
9001                 store folder and message-id of message replying
9002                 to in queue header and set reply flag after sending
9003                 (Closes bug #469498)
9004
9005 2002-07-10 [paul]       0.7.8claws57
9006
9007         * AUTHORS
9008           man/sylpheed.1.gz
9009                 add Martin to the list of authors
9010
9011 2002-07-09 [martin]     0.7.8claws56
9012         * src/gtksctree.c
9013                 Added gtk_ctree_last_visible(), tree_update_level(),
9014                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9015                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9016                 from gtk+ to gtksctree.c for the new sorting code
9017                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9018                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9019         * src/gtksctree.h
9020                 Added declaration for gtk_sctree_sort_recursive() and
9021                 gtk_sctree_sort_node
9022         * src/addressbook.c
9023         * src/foldersel.c
9024         * src/folderview.c
9025         * src/summaryview.c
9026                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9027                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9028
9029 2002-07-08 [paul]       0.7.8claws55
9030
9031         * more sync with 0.7.8cvs21
9032                 see ChangeLog 2002-07-08
9033
9034 2002-07-08 [paul]       0.7.8claws54
9035
9036         * sync with 0.7.8cvs21
9037                 see ChangeLog 2002-07-08
9038
9039 2002-07-07 [alfons]     0.7.8claws53
9040
9041         * src/Makefile.am
9042         * src/stock_pixmap.[ch]
9043         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9044         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9045         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9046                 add new pixmaps for upcoming notice pane
9047
9048 2002-07-06 [melvin]     0.7.8claws52
9049
9050         * src/gtkspell.[ch]
9051                 Made them a bit closer to Sylpheed's coding style.
9052                 Removed old code.
9053                 Removed possible memory leaks when some errors occurs.
9054
9055 2002-07-06 [melvin]     0.7.8claws51
9056
9057         * po/Makefile.in.in
9058                 Removed --no-location in xgettext command line to help
9059                 translators that use Emacs' po-mode
9060         * src/quote_fmt.c
9061                 Removed unnecessary comments that messed up sylpheed.pot
9062
9063 2002-07-06 [paul]       0.7.8claws50
9064
9065         * sync with 0.7.8cvs19
9066                 see ChangeLog 2002-07-05
9067
9068 2002-07-06 [christoph]  0.7.8claws49
9069
9070         * src/folder.c
9071         * src/mainwindow.c
9072                 fix folder_item_remove_all_msg and folderview
9073                 status for trash folders after emptying trash
9074
9075 2002-07-05 [paul]       0.7.8claws48
9076
9077         * sync with 0.7.8cvs16
9078                 see ChangeLog 2002-07-04 and 2002-07-05
9079
9080 2002-07-04 [paul]       0.7.8claws47
9081
9082         * sync with 0.7.8cvs14
9083                 see  ChangeLog 2002-07-04
9084
9085 2002-07-03 [alfons]     0.7.8claws46
9086
9087         * src/folder.c
9088                 dupe folder item's path because it's being reallocated
9089                 by new folder scanning code
9090
9091 2002-07-03 [christoph]  0.7.8claws45
9092
9093         * src/imap.c
9094                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9095         * src/msgcache.c
9096                 add missing return in msgcache_write
9097
9098 2002-07-02 [thorsten]   0.7.8claws44
9099
9100         * src/jpilot.c
9101         * src/msgcache.c
9102         * src/rfc2015.c
9103                 use binary mode for file access
9104
9105 2002-07-02 [christoph]  0.7.8claws43
9106
9107         * major code cleanup (part 1)
9108         
9109                 - unused variables removed
9110                 - unused functions removed
9111                 - uninitialized variables checked
9112                 - missing return statements added
9113                 - missing function return types added
9114                 - added parentheses around assignment and
9115                   && in || when suggested by gcc
9116               
9117         * src/mh.c
9118         * src/folder.c
9119                 replaced direct calls to folder->scan_tree
9120                 with folder_scan_tree and restore folder
9121                 prefs in this function. The folder should
9122                 not have to deal with them.
9123                 ( Should now work for all folder types )
9124
9125 2002-07-02 [paul]       0.7.8claws42
9126
9127         * sync with 0.7.8cvs13
9128                 see ChangeLog 2002-07-01 and 2002-07-02
9129
9130 2002-07-01 [christoph]  0.7.8claws41
9131
9132         * src/summaryview.c
9133                 fix "goto next/prev unread message" with
9134                 ignored threads
9135
9136 2002-07-01 [paul]       0.7.8claws40
9137
9138         * po/es.po
9139                 updated by Ricardo Mones Lastra
9140
9141 2002-06-30 [match]      0.7.8claws39
9142
9143         * src/jpilot.c
9144                 applied variation of leonerd's patch (566661) to
9145                 allow multiple email addresses per JPilot entry.
9146                 addresses may be separated by space, comma, pipe,
9147                 semi-colon, new-line.
9148
9149 2002-06-30 [alfons]     0.7.8claws38
9150
9151         * src/procmsg.c
9152                 simple fix for putting older nodes before
9153                 newer nodes when threading by subject
9154
9155 2002-06-30 [christoph]  0.7.8claws37
9156
9157         * src/folder.c
9158         * src/folderview.c
9159         * src/mh.c
9160         * src/news.c
9161         * src/procmsg.c
9162                 fix broken folder tree rescaning
9163                 and don't use procmsg_get_mark_sum
9164                 anymore
9165
9166 2002-06-30 [christoph]  0.7.8claws36
9167
9168         * merge new cache branch
9169         * src/imap.c
9170                 fix new cache imap copy bug
9171         * src/folder.c
9172                 improved folder_item_scan
9173                 it should now always set the correct
9174                 new, unread and total message counts
9175
9176 2002-06-29 [paul]       0.7.8claws35
9177
9178         * configure.in
9179                 correct syntax error
9180
9181 2002-06-29 [paul]       0.7.8claws34
9182
9183         * configure.in
9184           Makefile.am
9185           man/Makefile.am       ** NEW FILE **
9186           man/sylpheed.1.gz     ** NEW FILE **
9187                 add Sylpheed man page
9188
9189 2002-06-29 [paul]       0.7.8claws33
9190
9191         * po/pt_BR.po
9192                 updated by Fabio Junior Beneditto
9193
9194 2002-06-28 [jens]       0.7.8claws32
9195
9196         * po/de.po
9197                 translation updated
9198
9199         * src/selective_download.c
9200                 removed gettext for space " "
9201
9202         * src/imap.c
9203                 removed wrong space
9204
9205 2002-06-28 [paul]       0.7.8claws31
9206
9207         * sync with 0.7.8cvs11
9208                 see ChangeLog 2002-06-28
9209
9210 2002-06-28 [paul]       0.7.8claws30
9211
9212         * sync with 0.7.8cvs10
9213                 see ChangeLog 2002-06-27 and 2002-06-28
9214
9215 2002-06-26 [paul]       0.7.8claws29
9216
9217         * src/addrgather.c
9218           src/selective_download.c
9219                 don't gettextise empty strings.
9220                 reserved by gettext. gettext("") returns 
9221                 the header entry with meta information, 
9222                 not the empty string
9223
9224         * po/en_GB.po
9225                 updated
9226
9227 2002-06-26 [paul]       0.7.8claws28
9228
9229         * sync with 0.7.8cvs7
9230                 see ChangeLog 2002-06-25
9231
9232         * src/prefs_common.c
9233                 ...and in the process, tweak the gui a little
9234
9235 2002-06-25 [alfons]     0.7.8claws27
9236         
9237         * configure.in
9238         * src/Makefile.am
9239                 fine tune ldap library detection
9240
9241 2002-06-25 [alfons]     0.7.8claws26
9242
9243         * src/compose.c
9244                 don't allow return receipts when composing a news article
9245
9246 2002-06-25 [paul]       0.7.8claws25
9247
9248         * Makefile.am
9249                 add '$(AMTAR)' to 'release' section to allow for
9250                 new and older autotools
9251
9252 2002-06-25 [paul]       0.7.8claws24
9253
9254         * src/summaryview.c
9255                 fix "No more unread messages" persistant pop-up
9256                 window bug
9257
9258 2002-06-25 [paul]       0.7.8claws23
9259
9260         * po/it.po
9261                 updated by Alessandro Maestri
9262
9263 2002-06-25 [paul]       0.7.8claws22
9264
9265         * sync with 0.7.8cvs6
9266                 see ChangeLog 2002-06-25
9267
9268 2002-06-24 [paul]       0.7.8claws21
9269
9270         * tools/update-po
9271                 add GPL copyright information
9272
9273 2002-06-24 [paul]       0.7.8claws20
9274
9275         * tools/Makefile.am
9276           tools/README
9277           tools/update-po       ** NEW FILE **
9278                 add script that eases the creation of *.po files
9279                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9280
9281 2002-06-23 [alfons]     0.7.8claws19
9282
9283         * src/messageview.c
9284                 make notification_convert_header obey const correctness
9285                 (next step will be fixing the broken return receipt)
9286
9287 2002-06-23 [paul]       0.7.8claws18
9288
9289         * src/messageview.c
9290                 fix bug introduced in last commit:
9291                 removed too much code in last commit - put back what's
9292                 needed
9293
9294 2002-06-23 [paul]       0.7.8claws17
9295
9296         * src/messageview.[ch]
9297                 remove code committed in error from locally patched
9298                 source
9299
9300 2002-06-23 [colin]      0.7.8claws16
9301
9302         * src/compose.[ch]
9303                 add compose_entry_select(), used to select the default_to
9304                 email address - hopefully avoiding people sending mails to
9305                 wrong recipients.
9306
9307 2002-06-22 [alfons]     0.7.8claws15
9308
9309         * AUTHORS
9310                 add Bram Metsch & Stanislav Karchebny
9311         * src/smtp.[ch]
9312         * src/prefs_account.[ch]
9313         * src/send.c
9314                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9315                   options.  (see <http://sourceforge.net/tracker/index.php
9316                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9317
9318                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9319                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9320
9321 2002-06-22 [paul]       0.7.8claws14
9322
9323         * sync with 0.7.8cvs5
9324                 see ChangeLog 2002-06-19 and 2002-06-20
9325
9326 2002-06-22 [alfons]     0.7.8claws13
9327
9328         * src/selective_download.c
9329                 fix a stupid mistake I made
9330
9331 2002-06-22 [alfons]     0.7.8claws12
9332
9333         * src/selective_download.[ch]
9334                 fix another unnoticed leak; cleanup code
9335
9336 2002-06-21 [alfons]
9337
9338         * tools/Makefile.am
9339                 gpg-sign <-- gpg-sign-syl
9340
9341 2002-06-21 [alfons]     0.7.8claws11
9342
9343         * src/selective_download.c
9344         * src/selective_download.h
9345                 fix assorted mix of allocation errors (should solve
9346                 problem reported by Philippe Gramoullé, see:
9347                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9348
9349 2002-06-20 [melvin]     0.7.8claws10
9350
9351         * tools/gpg-sign *REMOVED*
9352           tools/gpg-sign-syl *ADDED*
9353                 Replaced the gpg clearsigning script with the version using
9354                 xterm instead of ssh-askpass and changed its name.
9355
9356         * README.claws
9357                 Updated actions example to reflect the renaming of the
9358                 gpg clearsigning script.
9359
9360 2002-06-19 [paul]       0.7.8claws9
9361
9362         * sync with 0.7.8claws9
9363                 see ChangeLog 2002-06-18 and 2002-06-19
9364
9365 2002-06-19 [paul]       0.7.8claws8
9366
9367         * sync with 0.7.8cvs1
9368                 see ChangeLog 2002-06-18
9369
9370 2002-06-18 [alfons]     0.7.8claws7
9371
9372         * src/mainwindow.h
9373                 add omitted prototype
9374
9375 2002-06-17 [paul]       0.7.8claws6
9376
9377         * src/mainwindow.c
9378                 fix hiding of exec_btn
9379
9380 2002-06-17 [paul]       0.7.8claws5
9381
9382         * src/pop.c
9383                 remove unneeded code: should_delete() 
9384                 and Pop3State::uidl_todelete_list
9385
9386 2002-06-17 [paul]       0.7.8claws4
9387
9388         * sync with 0.7.8
9389                 see ChangeLog 2002-06-11 and 2002-06-13
9390
9391 2002-06-16 [alfons]     0.7.8claws3
9392         
9393         * src/folder.c
9394                 make sure lock sort mode (claws specific) is
9395                 also persists after a tree rescan
9396
9397 2002-06-16 [alfons]     0.7.8claws2
9398
9399         * src/prefs_folder_item.c
9400         * src/folder.[ch]
9401                 fix persistence of folder sort mode (broken
9402                 by adapting Hiro's new folder persistence code)
9403
9404 2002-06-16 [alfons]     0.7.8claws1
9405
9406         * AUTHORS
9407         * src/logwindow.c
9408         * src/prefscommon.[ch]
9409                 control size of log text in log window; 
9410                 closes patch #569155 submitted by Mitko Haralanov.
9411
9412 2002-06-15 [paul]       0.7.8claws
9413
9414         * release of 0.7.8claws
9415
9416 2002-06-15 [paul]       0.7.7claws
9417
9418         * po/pt_BR.po
9419                 updated by Fabio Junior Beneditto
9420
9421 2002-06-14 [paul]       0.7.6claws49
9422
9423         * po/es.po
9424                 updated by Ricardo Mones Lastra
9425
9426 2002-06-14 [paul]       0.7.6claws48
9427
9428         * po/nl.po
9429                 updated translation by Wilbert Berendsen
9430
9431 2002-06-14 [melvin]     0.7.6claws47
9432
9433         * po/fr.po
9434                 Updated French translation
9435
9436 2002-06-13 [paul]       0.7.6claws46
9437
9438         * src/filesel.c
9439                 allow filename to be typed in, rather than just
9440                 selected by the mouse. Patch by Gustavo Noronha Silva.
9441
9442 2002-06-13 [alfons]     0.7.6claws45
9443
9444         * src/mainwindow.[ch]
9445                 more cleanups (removing unnecessary menu items Expand 
9446                 summary / message view)
9447
9448 2002-06-13 [melvin]     0.7.6claws44
9449
9450         * po/POTFILES.in
9451                 Added src/string_match.c
9452         * src/string_match.c
9453                 Fixed possible buffer overflow.
9454                 Corrected typo.
9455                 Added missing config.h header.
9456         * src/prefs_common.c
9457           src/prefs_matcher.c
9458           src/prefs_scoring.c
9459                 Made some strings translatable (missing _(..)).
9460
9461 2002-06-13 [melvin]     0.7.6claws43
9462
9463         * README.claws
9464                 Corrected action example (verifying clearsigned mail).
9465         * src/prefs_account.c
9466                 Corrected typo.
9467         * src/prefs_common.c
9468                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9469
9470 2002-06-12 [alfons]     0.7.6claws42
9471
9472         * src/summaryview.c
9473                 add init of score column lost in 0.7.6claws42
9474
9475 2002-06-12 [paul]       0.7.6claws41
9476
9477         * src/prefs_account.c
9478                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9479                 behavior of the radio buttons, (from 0.7.7cvs2)
9480
9481 2002-06-11 [alfons]     0.7.6claws40
9482
9483         * src/messageview.[ch]
9484         * src/summaryview.[ch]
9485         * src/summary_search.c
9486         * src/mainwindow.c
9487                 perform a sync to bring in Hiro's separate view implementation 
9488
9489                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9490
9491 2002-06-11 [paul]       0.7.6claws39
9492         
9493         * src/prefs_account.c
9494                 correct a typo on the Receive tab
9495
9496 2002-06-10 [match]      0.7.6claws38
9497
9498         * src/addressbook.c
9499                 Included address completion patch from Gustavo Noronha.
9500
9501 2002-06-10 [paul]       0.7.6claws37
9502
9503         * src/inc.[ch]
9504           src/pop.c
9505           src/prefs_account.[ch]
9506           src/selective_download.[ch]
9507                 apply PATCH #561712
9508                  NEW:
9509                 - check if POP Account
9510                 - Receive Button renamed to Preview
9511                 - Preview Button Popup: preview new/all messages
9512                 - Download Button
9513                 - Account Preferences-->Receive tab checkbutton if you
9514                   want to remove Mail after Download
9515                 -: default YES
9516                 - Account Preferences-->Receive tab checkbutton use
9517                   filtering rules on preview
9518                   (think of delete_on_server)
9519                 -: default YES
9520                 - Account selectable from SD dialog
9521                 - checkbutton to show already downloaded messages if
9522                   all messages are previewed
9523                 - new clist column showing Date
9524                 - ESC KEY close
9525                 FIXES:
9526                 - play ball with UIDL
9527                 - fault tolerant (?) 
9528                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9529
9530 2002-06-10 [melvin]     0.7.6claws36
9531
9532         * README.claws
9533                 Added a hint to ac/README in cvs instructions.
9534
9535         * src/prefs_actions.c
9536                 Made it possible to use a more elaborate command line
9537                 for asynchronous actions, too.
9538
9539 2002-06-10 [melvin]     0.7.6claws35
9540         
9541         * src/prefs_actions.c
9542                 Make it possible to use a more elaborate command line
9543                 (e.g. |foo|bar|cat>there;echo Done|)
9544                 Corrected error message when calling %f, %F and %p commands
9545                 from the compose window.
9546
9547 2002-06-09 [colin]      0.7.6claws34
9548
9549         * src/summaryview.c
9550                 Automatically find unread messages in current folder
9551                 before annoying the user.
9552
9553 2002-06-08 [alfons]     0.7.6claws33
9554
9555         * po/it.po
9556                 remove bad formatting string in it.po translation
9557                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9558
9559 2002-06-08 [paul]       0.7.6claws32
9560
9561         * sync with 0.7.6cvs25
9562                 see ChangeLog 2002-06-07
9563
9564 2002-06-05 [paul]       0.7.6claws31
9565
9566         * src/mainwindow.c
9567                 add 'Sort by locked' and 'Sort by score'
9568
9569 2002-06-05 [paul]       0.7.6claws30
9570
9571         * sync with 0.7.6cvs24
9572                 see ChangeLog 2002-06-04
9573
9574 2002-06-04 [paul]       0.7.6claws29
9575
9576         * po/pt_BR.po
9577                 updated by Fabio Junior Beneditto
9578
9579 2002-06-03 [thorsten]   0.7.6claws28
9580
9581         * src/matcher.c
9582                 fclose() matcherrc after reading
9583
9584 2002-06-03 [paul]       0.7.6claws27
9585
9586         * sync with 0.7.6cvs21
9587                 see ChangeLog 2002-05-31
9588
9589 2002-05-31 [paul]       0.7.6claws26
9590
9591         * sync with 0.7.6cvs20
9592                 see ChangeLog 2002-05-29 and 2002-05-30
9593
9594 2002-05-31 [paul]       0.7.6claws25
9595
9596         * src/imap.c
9597                 hopefully fix last buggy sync
9598
9599         * README.claws
9600                 correct typo in 'Actions' examples
9601
9602 2002-05-29 [paul]       0.7.6claws24
9603
9604         * sync with 0.7.6cvs18
9605                 see ChangeLog 2002-05-28 and 2002-05-29
9606
9607         * src/news.c
9608           src/nntp.[ch]
9609                 sync with above 
9610
9611 2002-05-28 [paul]       0.7.6claws23
9612
9613         * sync with 0.7.6cvs16
9614                 see ChangeLog 2002-05-28
9615
9616 2002-05-27 [thorsten]   0.7.6claws22 
9617
9618         * faq/it/sylpheed-faq-1.html
9619           faq/it/sylpheed-faq-2.html
9620           faq/it/sylpheed-faq-3.html
9621           faq/it/sylpheed-faq.html
9622                 corrected DOS lineendings
9623         * faq/de/sylpheed-faq-1.html
9624           faq/de/sylpheed-faq-2.html
9625           faq/en/sylpheed-faq-1.html
9626           faq/en/sylpheed-faq-2.html
9627           faq/en/sylpheed-faq-3.html
9628           faq/es/sylpheed-faq-1.html
9629           faq/es/sylpheed-faq-2.html
9630           faq/es/sylpheed-faq-3.html
9631           faq/fr/sylpheed-faq-1.html
9632           faq/it/sylpheed-faq-1.html
9633           faq/it/sylpheed-faq-2.html
9634           faq/it/sylpheed-faq-3.html
9635           faq/it/sylpheed-faq.html
9636                 changed ">" to &quot;
9637
9638 2002-05-27 [paul]       0.7.6claws21
9639         
9640         * sync with 0.7.6cvs15
9641                 see ChangeLog 2002-05-27
9642
9643 2002-05-27 [paul]       0.7.6claws20
9644
9645         * src/prefs_account.c
9646                 correct a typo
9647
9648 2002-05-26 [paul]       0.7.6claws19
9649
9650         * tools/README
9651                 correct a typo
9652
9653 2002-05-25 [paul]       0.7.6claws18
9654
9655         * tools/README
9656                 add description of kmail2sylpheed.pl
9657
9658 2002-05-25 [paul]       0.7.6claws17
9659
9660         * tools/kmail2sylpheed.pl       ** NEW FILE **
9661                 perl script that converts an exported Kmail address
9662                 book, converts it to sylpheed addressbook file,
9663                 writes the file to .sylpheed, and updates
9664                 addrbook--index.xml 
9665
9666 2002-05-25 [paul]       0.7.6claws16
9667
9668         * sync with 0.7.6cvs14
9669                 see ChangeLog 2002-05-23
9670
9671 2002-05-24 [paul]       0.7.6claws15
9672
9673         * README.claws
9674                 make a correction and add some more info
9675
9676 2002-05-24 [paul]       0.7.6claws14
9677
9678         * src/compose.c
9679                 fix memory leak in 
9680                 compose_redirect_write_headers_from_headerlist()
9681                 add Subject and Resent-Message-ID to
9682                 compose_redirect_write_headers()
9683                 Received, Subject, and X-UIDL are filtered out in 
9684                 compose_redirect_write_to_file()
9685
9686 2002-05-23 [paul]       0.7.6claws13
9687
9688         * src/compose.[ch]
9689           src/filtering.c
9690           src/mainwindow.c
9691           src/matcher.[ch]
9692           src/matcher_parser_lex.l
9693           src/matcher_parser_parse.y
9694           src/prefs_common.[ch]
9695           src/prefs_filtering.c
9696           src/summaryview.c
9697                 rename 'Bounce' to 'Redirect'
9698
9699 2002-05-23 [paul]       0.7.6claws12
9700
9701         * more sync with 0.7.6cvs13
9702           src/compose.c
9703                 see ChangeLog 2002-05-22
9704
9705 2002-05-22 [paul]       0.7.6claws11
9706
9707         * sync with 0.7.6cvs13
9708           src/codeconv.c
9709                 see ChangeLog 2002-05-20
9710           src/prefs_common.c
9711                 see ChangeLog 2002-05-22
9712
9713 2002-05-21 [melvin]     0.7.6claws10
9714
9715         * src/folderview.c
9716                 Added missing filtering and scoring headers
9717                 Fixed bad function call that showed garbage 
9718                 in Folder->Processing
9719
9720 2002-05-21 [paul]       0.7.6claws9
9721
9722         * tools/Makefile.am
9723                 make all tools executable, (patch by Alfons).
9724
9725 2002-05-20 [alfons]     0.7.6claws8
9726
9727         * src/procheader.c
9728                 don't forget to call mktime() so we have a valid week 
9729                 and year day
9730                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9731
9732 2002-05-20 [paul]       0.7.6claws7
9733
9734         * src/html.c
9735                 fix broken parsing of urls
9736         * src/textview.c
9737                 fix displaying of urls
9738
9739                 both fixes from the patch [547855] by Eugene 
9740                 Brevdo (zonem)
9741
9742 2002-05-19 [alfons]     0.7.6claws6
9743
9744         * configure.in
9745                 make sylpheed configure correctly with the latest
9746                 and greatest of automake / autoconf / gettext
9747
9748 2002-05-19 [alfons]     0.7.6claws5
9749
9750         * src/procheader.c
9751         * src/procheader.h
9752                 add function for returning ime zone offset
9753         * src/quote_fmt.c
9754         * src/quote_fmt_parse.y
9755                 better quotation formatting - does not convert
9756                 to local time, but uses the original date string.
9757                 
9758                 Note: %z inserts the timezone offset (should 
9759                 work also on platforms where strftime does not
9760                 support %z).
9761
9762 2002-05-18 [christoph]  0.7.6claws4
9763
9764         * src/summaryview.c
9765                 fix indentation of some code
9766         * tools/Makefile.am
9767                 fix spaces after \
9768         * src/Makefile.am
9769                 add missing \
9770                 correct path for ignorethread.xpm
9771                 incorrect filename for sylpheed_logo.xpm
9772                 add missing include matcher_parser_parse.h
9773
9774 2002-05-18 [paul]       0.7.6claws3
9775
9776         * sync with 0.7.6cvs8
9777                 see ChangeLog 2002-05-16 and 2002-05-17
9778
9779 2002-05-18 [melvin]     0.7.6claws2
9780
9781         * README.claws
9782                 Corrected an action's definition and fixed some misspellings.
9783
9784 2002-05-18 [paul]       0.7.6claws1
9785
9786         * tools/Makefile.am
9787           tools/gpg-sign        ** new file **
9788           tools/uudec           ** new file **
9789                 add Melvin's Actions scripts
9790
9791         * README.claws
9792                 add Melvin's descriptions for Actions
9793
9794 2002-05-18 [paul]       0.7.6claws
9795
9796         * Version 0.7.6claws released
9797
9798 2002-05-17 [paul]       0.7.5claws32
9799
9800         * po/es.po
9801                 updated by Ricardo Mones Lastra
9802
9803 2002-05-17 [paul]       0.7.5claws31
9804
9805         * src/compose.c
9806                 fix Account prefs default folder for sent/draft/deleted
9807                 messages bug
9808
9809         * po/it.po
9810           po/nl.po
9811                 updated translation by Alessandro Maestri and
9812                 Wilbert Berendsen
9813
9814 2002-05-17 [melvin]     0.7.5claws30
9815
9816         * src/prefs_actions.c
9817                 Fixed bug where using %F not at the end of the command 
9818                 resulted in an additional empty argument being created.
9819                 Thanks to Darko Koruga for reporting the bug.
9820
9821 2002-05-17 [melvin]     0.7.5claws29
9822
9823         * po/fr.po
9824                 Updated French translations.
9825
9826 2002-05-15 [paul]       0.7.5claws28
9827         
9828         * po/es.po
9829                 updated by Ricardo Mones Lastra
9830
9831 2002-05-15 [paul]       0.7.5claws27
9832
9833         * sync with 0.7.6cvs4
9834                 see ChangeLog 2002-05-14 and 2002-05-15
9835
9836 2002-05-14 [paul]       0.7.5claws26
9837
9838         * sync with 0.7.6cvs1
9839                 see ChangeLog 2002-05-13
9840
9841 2002-05-13 [thorsten]   0.7.5claws25
9842
9843         * src/messageview.c
9844                 fix select_all and copy in multipart messages
9845         * src/mainwindow.c
9846                 fix select_all and copy in multipart messages
9847
9848 2002-05-12 [paul]       0.7.5claws24
9849
9850         * src/summaryview.c
9851                 reverse last commit, bug already fixed in 0.7.5claws3
9852
9853 2002-05-12 [netztorte]  0.7.5claws23
9854
9855         * src/summaryview.c
9856                 dont parse empty addressbook (checked in before claws20)
9857
9858 2002-05-12 [melvin]     0.7.5claws22
9859
9860         * src/procmsg.[ch]
9861                 Removed unneeded priority code introduced by the previous 
9862                 commit.
9863
9864 2002-05-12 [melvin]     0.7.5claws21
9865
9866         * src/compose.[ch]
9867                 Added possibility to set message's priority.
9868         * src/procmsg.[ch]
9869                 Added possibility to set message's priority.
9870                 Added missing headers
9871
9872 2002-05-12 [melvin]     0.7.5claws20
9873
9874         * src/prefs_actions.c
9875                 Removed implicitely added quotes around the name
9876                 of the temporary files of mime parts.
9877
9878 2002-05-12 [paul]       0.7.5claws19
9879
9880         * sync with 0.7.5cvs20
9881                 see ChangeLog 2002-05-11
9882
9883 2002-05-12 [alfons]     0.7.5claws18
9884
9885         * src/quote_fmt_lex.l
9886         * src/quote_fmt_parse.y
9887                 allow quote / reply date & time format to be set using
9888                 %D{format}. format is a format string you'd pass to
9889                 strftime() (see man strftime, or the Display tab |
9890                 Date format setting).
9891
9892                 Currently %D converts the date to local time. 
9893
9894 2002-05-11 [paul]       0.7.5claws17
9895
9896         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9897                 see ChangeLog 2002-05-10 and 2002-05-11
9898
9899 2002-05-10 [paul]       0.7.5claws16
9900
9901         * sync with 0.7.5cvs16
9902                 see ChangeLog entries 2002-05-09 and 
9903                 2002-05-10
9904
9905 2002-05-10 [colin]      0.7.5claws15
9906
9907         * src/textview.c
9908                 Corrected a bug that prevented sylpheed to open
9909                 double-clicked URIs.
9910
9911 2002-05-09 [paul]       0.7.5claws14
9912
9913         * sync with 0.7.5cvs14
9914                 see ChangeLog 2002-05-08 and 2002-05-09
9915
9916 2002-05-08 [paul]       0.7.5claws13
9917
9918         * sync with 0.7.5cvs11
9919                 see ChangeLog entry 2002-05-08
9920
9921 2002-05-08 [paul]       0.7.5claws12
9922
9923         * src/mainwindow.c
9924           src/textview.[ch]
9925                 fix segfault on View->Open in new window
9926                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9927
9928 2002-05-07 [paul]       0.7.5claws11
9929
9930         * sync with 0.7.5cvs9
9931                 see ChangeLog entry 2002-05-07
9932
9933 2002-05-06 [paul]       0.7.5claws10
9934
9935         * src/messageview.c
9936           src/textview.c
9937                 display url in statusbar on single-click
9938                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9939
9940 2002-05-06 [match]      0.7.5claws9
9941
9942         * src/addritem.[ch]
9943                 new functions.
9944         * src/addrcache.c
9945                 tidy up.
9946         * src/xmlprops.[ch]
9947                 XML implementation of properties file.
9948         * src/exporthtml.[ch]
9949         * src/expthtmldlg.[ch]
9950         * src/addressbook.c
9951                 export to HTML.
9952
9953 2002-05-02 [sergey]     0.7.5claws8
9954
9955         * src/mainwindow.c (mainwin_entries),
9956           src/prefs_common.c (prefs_send_create()),
9957           src/codeconv.c (locale_table):
9958                 use charset name "Windows-1251" instead of "CP1251".
9959
9960 2002-05-02 [colin]      0.7.5claws7
9961         
9962         * src/compose.c
9963           src/prefs_common.c
9964           src/prefs_folder_item.c
9965                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9966
9967 2002-05-02 [hiro]       0.7.5claws6
9968
9969         * src/imap.c
9970                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9971
9972 2002-05-02 [paul]       0.7.5claws5
9973
9974         * src/compose.c
9975                 more sync with 0.7.5cvs7, see ChangeLog entry
9976                 2002-05-02
9977
9978 2002-05-02 [hiro]       0.7.5claws4
9979
9980         * src/compose.c
9981                 compose_queue_sub():
9982                 check if queue folder exists (closes #550397).
9983                 removed directory creation since it should be handled
9984                 transparently.
9985         * src/imap.c
9986                 imap_add_msg(): return UID for appended message
9987                 (closes #548842).
9988
9989 2002-04-30 [paul]       0.7.5claws3
9990
9991         * src/summaryview.c
9992                 fix account_find_from_address() bug
9993
9994 2002-04-28 [colin]      0.7.5claws2
9995
9996         * src/compose.c
9997           src/textview.c
9998           src/prefs_common.[ch]
9999           src/utils.[ch]
10000                 Added user-definable quotation characters recognition.
10001
10002 2002-04-28 [paul]       0.7.5claws1
10003
10004         * sync with 0.7.5cvs4
10005                 see ChangeLog entry  2002-04-25
10006
10007 2002-04-28 [paul]       0.7.5claws
10008
10009         * po/es.po
10010           po/nl.po
10011           po/pt_BR.po
10012                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10013                 Fabio Junior Beneditto
10014
10015 2002-04-27 [jens]       0.7.4claws103
10016
10017         * po/de.po
10018                 updated German translation.
10019
10020 2002-04-27 [hiro]       0.7.4claws102
10021
10022         * src/summaryview.c
10023                 summary_write_cache(): fixed the mark loss of hidden messages.
10024
10025 2002-04-26 [melvin]     0.7.4claws101
10026
10027         * src/procmsg.c
10028                 fixed a second typo (same one)
10029         * po/fr.po
10030           po/it.po
10031           po/pt_BR.po
10032                 fixed the type again...
10033
10034 2002-04-26 [melvin]     0.7.4claws100
10035
10036         * src/procmsg.c
10037                 fixed a typo in an alert message ("temorary").
10038         * po/it.po
10039         * po/pt_BR.po
10040                 corrected the typo  described above.
10041         * po/fr.po
10042                 updated French translation.
10043
10044 2002-04-26 [darko]      0.7.4claws99
10045
10046         * src/summaryview.c
10047                 fix target folder colorization
10048
10049 2002-04-25 [paul]       0.7.4claws98
10050
10051         * po/it.po
10052                 updated by Alessandro Maestri
10053
10054 2002-04-24 [colin]      0.7.4claws97
10055         
10056         * src/compose.c
10057                 Fixed double "subject is empty" question.
10058
10059 2002-04-23 [colin]      0.7.4claws96
10060         
10061         * src/mimeview.c
10062                 Corrected issue when "automatically display images" was
10063                 not set : first image remained after selecting second.
10064
10065 2002-04-23 [melvin]     0.7.4claws95
10066
10067         * src/prefs_actions.c
10068                 Don't display in/out dialog if there is nothing to show.
10069
10070 2002-04-23 [paul]       0.7.4claws94
10071
10072         * sync with 0.7.5cvs3
10073                 bug fixes: see ChangeLog entry 2002-04-23
10074
10075 2002-04-22 [darko]      0.7.4claws93
10076
10077         * src/compose.c
10078                 fix previous check-in which changed code after
10079                 merge from main
10080
10081 2002-04-22 [paul]       0.7.4claws92
10082
10083         * faq/de/*
10084                 add German FAQ
10085         * faq/en/*
10086           faq/es/*
10087           faq/fr/*
10088                 update English, Spanish and French FAQs
10089         * manual/de/*
10090           manual/es/*
10091                 add German and Spanish manuals
10092         * manual/en/*
10093           manual/fr/*
10094                 update English and French manuals
10095
10096         * src/Makefile.am
10097                 add to and re-arrange the pixmap entries
10098
10099 2002-04-22 [darko]      0.7.4claws91
10100
10101         * src/compose.c
10102                 fix sender initials recognition to only allow
10103                 '>' after the initials
10104
10105 2002-04-21 [paul]       0.7.4claws90
10106
10107         * sync with 0.7.5 release
10108                 see ChangeLog entry 2002-04-21
10109
10110 2002-04-21 [alfons]
10111
10112         * src/Makefile.am
10113                 add colin's new pixmaps to EXTRA_DIST
10114
10115 2002-04-21 [colin]      0.7.4claws89
10116         * src/compose.c
10117         * src/inc.c
10118         * src/mainwindow.[ch]
10119         * src/prefs_common.[ch]
10120         * src/stock_pixmap.[ch]
10121                 Added "Work offline" ability.
10122
10123 2002-04-21 [colin]      0.7.4claws88
10124         
10125         * src/mimeview.c
10126         * src/prefs_common.c
10127         * src/prefs_common.h
10128         * src/textview.c : Added an option to common preferences -> display
10129           to allow user not to automatically display images.
10130
10131 2002-04-21 [paul]       0.7.4claws87
10132
10133         * sync with 0.7.4cvs52
10134                 see ChangeLog entry 2002-04-21 (src/imap.c)
10135
10136 2002-04-21 [paul]       0.7.4claws86
10137
10138         * sync with 0.7.4cvs51
10139                 see ChangeLog entry 2002-04-21
10140
10141 2002-04-21 [paul]       0.7.4claws85
10142
10143         * sync with 0.7.4cvs49
10144                 see ChangeLog entries 2002-04-20 and 2002-04-21
10145
10146         * src/Makefile.am
10147                 clean up: remove old 'stock_' element from xpm 
10148                 filenames.
10149
10150 2002-04-21 [alfons]     0.7.4claws84
10151
10152         apply sync patch from Paul
10153
10154         * src/folderview.c
10155                 use old claws prefs_folder_item_create() for now
10156
10157 2002-04-19 [match]      0.7.4claws83
10158
10159         * src/addressbook.[ch]
10160         * src/addrharvest.[ch]
10161         * src/addrgather.[ch]
10162                 recurse folders.
10163         * src/mainwindow.c
10164         * src/summaryview.[ch]
10165                 change menu option.
10166
10167 2002-04-19 [paul]       0.7.4claws82
10168
10169         * po/pt_BR.po
10170                 updated by Fabio Junior Beneditto
10171
10172 2002-04-14 [alfons]     0.7.4claws81
10173
10174         * src/passphrase.c
10175                 add #include <sys/types.h> for mode_t and off_t 
10176
10177 2002-04-13 [paul]       0.7.4claws80
10178         
10179         * src/main.c
10180           src/passphrase.[ch]
10181           src/pgptext.c
10182           src/prefs_common.[ch]
10183           src/rfc2015.c
10184                 enable storing of GnuPG passphrase for the whole 
10185                 session or a user-defined number of minutes. patch 
10186                 submitted by Ravemax <ravemax@dextrose.com>
10187
10188 2002-04-13 [alfons]     0.7.4claws79
10189
10190         * src/textview.c
10191                 make email parser also stop scanning when encountering separators
10192                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10193
10194 2002-04-13 [paul]       0.7.4claws78
10195
10196         * sync with 0.7.4cvs39
10197                 see ChangeLog entry 2002-04-12
10198
10199 2002-04-11 [paul]       0.7.4claws77
10200
10201         * sync with 0.7.4cvs37
10202                 see ChangeLog entry 2002-04-11
10203
10204 2002-04-11 [paul]       0.7.4claws76
10205
10206         * COPYING 
10207                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10208                 the clause for OpenSSL). sync with sylpheed main
10209
10210 2002-04-09 [melvin]     0.7.4claws75
10211
10212         * src/compose.c
10213                 Made 'Ctrl-Enter' on send ignore some modifiers 
10214                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10215                 to bind other *-Enter (but not Alt-Enter).
10216
10217 2002-04-09 [paul]       0.7.4claws74
10218
10219         * sync with 0.7.4cvs35
10220                 see ChangeLog entries 2002-04-09
10221
10222 2002-04-08 [paul]       0.7.4claws73
10223
10224         * sync with 0.7.4cvs33
10225                 see ChangeLog entry 200-04-08
10226
10227 2002-04-07 [match]      0.7.4claws72
10228
10229         * src/addrharvest.[ch]
10230                 fixed to read all addresses in header, regardless
10231                 of header size. improved name parsing. accommodate
10232                 harvest from folders and selected message.
10233         * src/addritem.[ch]
10234                 included new address parsing function.
10235         * src/addrgather.[ch]
10236         * src/addressbook.[ch]
10237         * src/summaryview.[ch]
10238         * src/mainwindow.c
10239                 allow address harvest of folder as well as selected
10240                 messages.
10241
10242 2002-04-07 [paul]       0.7.4claws71
10243
10244         * src/esmtp.[ch]
10245           src/smtp.c
10246                 don't try to authenticate with CRAM-MD5 in SMTP when 
10247                 SMTP-AUTH enabled if MTA doesn't issue this 
10248                 auth-method in it's ehlo-response. bug item #531364,
10249                 patch item #938910. patch submitted by Colin Leroy 
10250                 <colin@colino.net>
10251
10252 2002-04-07 [paul]       0.7.4claws70
10253
10254         * src/nntp.c
10255                 fix missing MODE_READER bug. patch submitted by
10256                 Colin Leroy <colin@colino.net>
10257
10258 2002-04-07 [alfons]     0.7.4claws69
10259
10260         * src/matcher.[ch]
10261         * src/prefs_filtering.c
10262         * src/summaryview.c
10263                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10264                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10265
10266 2002-04-07 [paul]       0.7.4claws68
10267
10268         * sync with 0.7.4cvs32
10269                 see ChangeLog entry 2002-04-06
10270
10271         * tools/filter_conv.pl
10272                 more bug fixes
10273
10274 2002-04-06 [paul]       0.7.4claws67
10275
10276         * tools/filter_conv.pl
10277                 modify to be able to find the name of the first
10278                 mailbox and use that. main's filter does not
10279                 record the full path to the mailbox and therefore
10280                 can only filter to the first mailbox.
10281
10282 2002-04-05 [paul]       0.7.4claws66
10283
10284         * tools/filter_conv.pl
10285                 attempt to make the script all-encompassing and
10286                 be able to convert any main 'filter' rule thrown
10287                 at it
10288
10289 2002-04-05 [paul]       0.7.4claws65
10290
10291         * tools/filter_conv.pl
10292                 allow for collapsed folder trees
10293
10294 2002-04-05 [paul]       0.7.4claws64
10295
10296         * sync with 0.7.4cvs31
10297                 see ChangeLog entries 2002-04-05
10298
10299 2002-04-03 [paul]       0.7.4claws63
10300
10301         * sync with 0.7.4cvs29
10302                 see ChangeLog entries 2002-04-02 and 2002-04-03
10303
10304 2002-04-02 [paul]       0.7.4claws62
10305
10306         * sync with 0.7.4cvs26
10307                 see ChangeLog entry 2002-04-01
10308
10309 2002-04-02 [match]      0.7.4claws61
10310
10311         * src/pine.[ch]
10312         * src/importpine.[ch]
10313         * src/addressbook.c
10314                 import Pine address book.
10315
10316 2002-04-02 [match]      0.7.4claws60
10317
10318         * src/addrharvest.[ch]
10319                 improve address parsing of funky addresses.
10320
10321 2002-04-02 [darko]      0.7.4claws59
10322
10323         * src/compose.c
10324                 wrap on send improvements, it now recognizes quoted
10325                 initials as part of the quotation string, and it
10326                 does not join lines separated by CR
10327
10328 2002-04-01 [match]      0.7.4claws58
10329
10330         * src/mgutils.[ch]
10331                 added new functions.
10332         * src/mutt.[ch]
10333                 remove excessive duplicate address generation
10334                 on import.
10335
10336 2002-04-01 [alfons]     0.7.4claws57
10337         
10338         * src/summaryview.c
10339                 put back g_free() 
10340
10341 2002-04-01 [paul]       0.7.4claws56
10342
10343         * sync with 0.7.4cvs25
10344                 see ChangeLog entry 2002-04-01
10345
10346 2002-04-01 [alfons]     0.7.4aprilfool55
10347
10348         * src/summaryview.c
10349                 honour feature request item #537427 to allow for
10350                 displaying names from address book for sent mail also
10351
10352 2002-03-29 [paul]       0.7.4claws54
10353
10354         * src/mainwindow.c
10355           src/prefs_filtering.[ch]
10356           src/prefs_matcher.c
10357           src/summaryview.c
10358                 add 'fast filter' for claws' filtering,
10359                 /Tools/Create filter rule/... patch submitted
10360                 by Neill Miller <neillm@thecodefactory.org>
10361
10362 2002-03-29 [paul]       0.7.4claws53
10363
10364         * sync with 0.7.4cvs24
10365                 see ChangeLog entry 2002-03-29
10366
10367 2002-03-28 [paul]       0.7.4claws52
10368
10369         * sync with 0.7.4cvs23
10370                 see ChangeLog entry 2002-03-28
10371
10372 2002-03-27 [melvin]     0.7.4claws51
10373
10374         * src/prefs_actions.c
10375                 Added support to pass only one message part (as a
10376                 file) to the command using '%p'. No quotes are needed
10377                 because doubles quotes are automatically added.
10378                 Fixed bug where Sylpheed could block when waiting for
10379                 a child process to finish.
10380                 Changed the help menu to remove quotes around symbols to 
10381                 avoid misinterpretation (they must not be used).
10382
10383 2002-03-27 [melvin]     0.7.4claws50
10384
10385         * src/inc.c
10386                 Made the new mail notification command always 
10387                 execute asynchronously.
10388
10389 2002-03-27 [paul]       0.7.4claws49
10390
10391         * src/compose.c
10392                 fix bug introduced in last commit
10393
10394 2002-03-27 [paul]       0.7.4claws48
10395
10396         * sync with 0.7.4cvs21
10397                 see ChangeLog 2002-03-26 and 2002-03-27
10398
10399 2002-03-26 [hoa]        0.7.4claws47
10400
10401         * src/prefs_folder_item.c
10402                 really fixed the bug #516442 with folder rescan.
10403
10404 2002-03-26 [paul]       0.7.4claws46
10405
10406         * sync with 0.7.4cvs19
10407                 see ChangeLog entries 2002-03-25 and 2002-03-26
10408
10409 2002-03-25 [hoa]        0.7.4claws45
10410
10411         * src/matcher.c
10412         * src/mh.c
10413                 fix the bug #516442 with folder rescan.
10414
10415         * src/prefs_common.[ch]
10416         * src/compose.c
10417                 added an option to enable two different behaviours
10418                 for bounce.
10419
10420
10421 2002-03-25 [paul]       0.7.4claws44
10422
10423         * src/mainwindow.c
10424           src/selective_download.c
10425                 correct a few menuitem labels
10426
10427 2002-03-25 [christoph]  0.7.4claws43
10428
10429         * src/procmsg.c
10430                 fix non deleted tmp message in
10431                 procmsg_save_to_outbox
10432                 fix problems caused by sync with
10433                 main branch's procmsg_send_queue
10434
10435 2002-03-25 [paul]       0.7.4claws42
10436
10437         * src/quote_fmt.c
10438           src/quote_fmt_lex.l
10439           src/quote_fmt_parse.y
10440                 add Last name (%L) placeholder for quoting. 
10441                 patch submitted by Thorsten Thielen 
10442                 <thth@users.sourceforge.net>
10443
10444 2002-03-25 [paul]       0.7.4claws41
10445
10446         * src/utils.c
10447                 get full hostname. patch submitted by
10448                 Bob Woodside <rwoodside1@comcast.net>
10449
10450 2002-03-25 [paul]       0.7.4claws40
10451
10452         * src/account.c
10453           src/news.c
10454           src/nntp.[ch]
10455           src/prefs_account.[ch]
10456                 enable NNTP over SSL. patch submitted by
10457                 Pascal Jermini <pascal@infinity.hn.org>
10458
10459 2002-03-24 [paul]       0.7.4claws39
10460
10461         * src/prefs_common.c
10462                 make the arrangement of the Compose tab more
10463                 coherent
10464
10465         * src/mainwindow.c
10466                 fix some irregularities of style
10467
10468         * po/de.po
10469                 updated by Kilian Krause
10470
10471 2002-03-23 [paul]       0.7.4claws38
10472
10473         * po/pt_BR.po
10474                 updated by Fabio Junior Beneditto
10475
10476 2002-03-23 [paul]       0.7.4claws37
10477
10478         * src/mainwindow.c
10479                 move 'Gather addresses' to 'Tools' menu
10480                 make 'Selective download' sensitive
10481
10482 2002-03-23 [paul]       0.7.4claws36
10483
10484         * sync with 0.7.4cvs16
10485                 see ChangeLog entries 2002-03-23
10486
10487 2002-03-22 [christoph]  0.7.4claws35
10488
10489         * src/quote_fmt_parse.y
10490                 fix include program output
10491
10492 2002-03-22 [alfons]     0.7.4claws34
10493
10494         * src/pop.c
10495                 initialize GDate stack variable correctly (sorry!)
10496
10497 2002-03-22 [paul]       0.7.4claws33
10498
10499         * src/compose.c
10500           src/mainwindow.c
10501           src/prefs_actions.c
10502           src/prefs_common.c
10503                 rename 'Tool' to 'Tools'
10504
10505         * src/mainwindow.c
10506                 move 'Delete duplicated messages' from
10507                 'Message/' to 'Tools/'
10508                 re-arrange the order of 'Tools/' items
10509
10510 2002-03-22 [paul]       0.7.4claws32
10511
10512         * src/addr_compl.c
10513           src/addressbook.[ch]
10514                 auto-address completion now also matches on
10515                 Nickname. patch submitted by Bob Forsman 
10516                 <hammor@users.sourceforge.net>
10517
10518         * src/editaddress.c
10519                 correct a spelling mistake
10520
10521 2002-03-22 [alfons]     0.7.4claws31
10522
10523         * src/pop.c
10524                 fix getting uidl from incorrect string 
10525                 (spotted by Colin)
10526
10527 2002-03-21 [alfons]     0.7.4claws30
10528
10529         * src/pop.c
10530                 more code refactoring
10531                 plug mem leak introduced by delete on server
10532
10533 2002-03-21 [paul]       0.7.4claws29
10534
10535         * sync with 0.7.4cvs11
10536                 see ChangeLog entries 2002-03-20
10537
10538 2002-03-20 [alfons]     0.7.4claws28
10539
10540         * src/inc.c
10541                 apply Colin's patch and refactor
10542
10543 2002-03-20 [paul]       0.7.4claws27
10544
10545         * sync with sylpheed 0.7.4cvs9
10546                 see ChangeLog entry 2002-03-20
10547
10548 2002-03-19 [christoph]  0.7.4claws26
10549
10550         * src/mh.c
10551         * src/procmsg.[ch]
10552         * src/summaryview.c
10553                 revert changes for flag updates
10554                 (does not work correctly and no time to debug)
10555
10556 2002-03-20 [alfons]     0.7.4claws25
10557
10558         * src/pop.c
10559                 refactor should_delete() a little bit 
10560
10561 2002-03-19 [paul]       0.7.4claws24
10562
10563         * src/inc.[ch]
10564           src/pop.c
10565           src/prefs_account.[ch]
10566                 allow the user to leave downloaded mail on the 
10567                 server for n days. Patch submitted by Colin Leroy 
10568                 <colin@colino.net>
10569
10570 2002-02-19 [paul]       0.7.4claws23
10571
10572         * sync with sylpheed 0.7.4cvs8
10573                 see ChangeLog entries 2002-03-19
10574
10575 2002-03-18 [paul]       0.7.4claws22
10576
10577         * sync with sylpheed 0.7.4cvs6
10578                 see ChangeLog entry 2002-03-18
10579
10580 2002-03-18 [paul]       0.7.4claws21
10581
10582         * po/en_GB.po
10583                 add en_GB message catalogue
10584
10585         * src/mbox_folder.c
10586           src/prefs_account.c
10587           src/prefs_actions.c
10588                 correct a few spelling mistakes
10589
10590 2002-03-17 [alfons]     0.7.4claws20
10591
10592         * src/matcher.c
10593                 more stringent checks for NULL params when writing
10594                 filtering actions to a file
10595                 
10596 2002-03-17 [hoa]        0.7.3claws20
10597
10598         * src/news.c
10599                 fixed the count of new messages
10600
10601         * src/compose.c
10602                 fixed the "attachment properties" window
10603
10604 2002-03-17 [paul]       0.7.4claws19
10605
10606         * src/defs.h
10607           src/folder.h
10608           src/news.c
10609           src/prefs_account.[ch]
10610           src/procmsg.[ch]
10611           src/summaryview.c
10612                 automatically mark cross-posted messages as read 
10613                 and (optionally) give them a colour label
10614                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10615                 
10616
10617 2002-03-17 [paul]       0.7.4claws18
10618
10619         * sync with sylpheed 0.7.4cvs5
10620                 see ChangeLog entry 2002-03-17
10621
10622 2002-03-17 [melvin]     0.7.4claws17
10623         
10624         * src/textview.c
10625                 Worked around a gtktext 'bug': when searching for 
10626                 a text in a long message it was scrolling slowly
10627                 line by line until it hit the searched text.
10628         * po/fr.po
10629                 Updated French translation
10630
10631 2002-03-17 [melvin]     0.7.4claws16
10632
10633         * src/mainwindow.c
10634         * src/compose.c
10635         * src/prefs_actions.c
10636                 Moved "Edit/Actions" to "Tool/Actions"
10637                 Made mainwindow/compose window sensitive as soon as
10638                 no child process is running anymore even if the io dialog
10639                 is open.
10640                 Fixed a struct being initialized with a non constant char*
10641
10642 2002-03-16 [christoph]  0.7.4claws15
10643
10644         * configure.in
10645                 add --with-compiler-flags option
10646                 (only for developer hacking)
10647         * src/mh.c
10648         * src/procmsg.[ch]
10649         * src/summaryview.c
10650                 try to make folder-stats and flag handling more
10651                 independent from the summaryview. msgcounts
10652                 are only set when the folder is opened and
10653                 procmsg_msginfo_(un)set_flags will handle it
10654                 later and summaryview will get the values
10655                 from the folder.
10656
10657 2002-03-16 [paul]       0.7.4claws14
10658
10659         * src/messageview.c
10660                 fix Return-receipt. Patch submitted by Bob
10661                 Woodside <rwoodside1@comcast.net>
10662
10663 2002-03-16 [paul]       0.7.4claws13
10664
10665         * src/compose.c
10666                 fix 'dynamic' signatures, make it work again
10667                 broken during sync on 2002-03-14 (0.7.4claws2)
10668
10669 2002-03-15 [match]      0.7.4claws12
10670
10671         * src/addrharvest.[ch]
10672         * src/addrgather.[ch]
10673         * src/addressbook.[ch]
10674         * src/mainwindow.c
10675                 included address harvester feature. still some
10676                 issues with address parsing that I will fix.
10677
10678 2002-03-15 [match]      0.7.4claws11
10679
10680         * src/addrbook.[ch]
10681         * src/addrcache.[ch]
10682         * src/addressbook.[ch]
10683         * src/addrindex.c
10684         * src/editbook.c
10685         * src/importldif.c
10686         * src/importmutt.c
10687         * src/jpilot.[ch]
10688         * src/main.c
10689         * src/syldap.[ch]
10690         * src/vcard.[ch]
10691                 tidy up. fix memory leaks. moved attribs and methods
10692                 from individual interfaces to addrcache object. prep
10693                 for new stuff to come in.
10694
10695 2002-03-15 [alfons]     0.7.4claws10
10696
10697         * src/matcher.[ch]
10698         * src/matcher_parser_parse.y
10699         * src/matcher_parser_lex.l
10700         * src/prefs_matcher.c
10701                 add filtering conditions message greater than, smaller 
10702                 than, and exactly matching a size in bytes
10703                 (does not work with delete from POP3 server yet)
10704
10705                 this should also give others an idea what you should
10706                 do to add new criterions to claws filtering system
10707                 
10708
10709 2002-03-15 [paul]       0.7.4claws9
10710
10711         * tools/filter_conv.pl
10712                 exit if there are no filter rules to convert
10713                 rename filterrc to filterrc.old after completion
10714
10715 2002-03-15 [paul]       0.7.4claws8
10716
10717         * sync with sylpheed 0.7.4cvs3
10718                 see ChangeLog entry 2002-03-14
10719
10720 2002-03-14 [paul]       0.7.4claws7
10721
10722         * src/compose.c
10723                 clean up the last commit (ahem)
10724
10725 2002-03-14 [paul]       0.7.4claws6
10726
10727         * src/compose.c
10728                 fix bug #515655. honour account preferences
10729                 regarding gpg default signing/encryption when 
10730                 changing account from the compose window.
10731
10732 2002-03-14 [paul]       0.7.4claws5
10733
10734         * src/folderview.c
10735                 remove unnecessary curly brackets
10736
10737 2002-03-14 [paul]       0.7.4claws4
10738
10739         * src/folderview.c
10740           src/prefs_filtering.[ch]
10741                 add filter rename on folder rename and filter
10742                 delete on folder delete. Patch submitted by
10743                 Neill Miller <neillm@thecodefactory.org> 
10744
10745 2002-03-14 [christoph]  0.7.4claws3
10746
10747         * src/procmsg.c
10748         * src/send.c
10749                 fix local delivery
10750                 (patch submitted by "Simon 'corecode' Schubert")
10751         * src/prefs_common.c
10752         * src/procmsg.c
10753                 fix gcc 3.0 warning
10754
10755 2002-03-14 [paul]       0.7.4claws2
10756
10757         * sync with sylpheed 0.7.4cvs2
10758                 see ChangeLog entry 2002-03-13
10759
10760 2002-03-12 [darko]      0.7.4claws1
10761
10762         * src/mainwindow.c
10763                 fix what seems to be a copy and paste error
10764                 when setting color for important messages
10765                 (reported by wwp)
10766
10767 2002-03-11 [paul]       version 0.7.4claws released
10768
10769 2002-03-11 [paul]       0.7.4claws
10770
10771         * po/es.po
10772           po/it.po
10773           po/nl.po
10774           po/pt_BR.po
10775                 update message catalogs. Submitted by Ricardo Mones 
10776                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10777                 Fabio Junior Beneditto
10778
10779         * configure.in
10780           faq/Makefile.am
10781           faq/it/Makefile
10782           faq/it/sylpheed-faq*
10783           src/mainwindow.c
10784           src/manual.[ch]
10785                 add FAQ in Italian
10786         
10787
10788 2002-03-11 [jens]       0.7.3claws7
10789
10790         * po/de.po
10791                 updated German translation
10792
10793 2002-03-11 [melvin]     0.7.3claws6
10794
10795         * po/fr.po
10796                 updated and corrected French translation
10797
10798 2002-03-10 [hoa]        0.7.3claws5
10799
10800         * src/account.c
10801         * src/inc.c
10802         * src/prefs_account.c
10803         * src/procmsg.c
10804         * src/send.[ch]
10805                 fixed the local account.
10806                 you have to change the default "/usr/sbin/sendmail"
10807                 to "/usr/sbin/sendmail -t" in the preferences of
10808                 the local account.
10809
10810         * src/procmime.c
10811                 removed some debug display for renderer
10812
10813 2002-03-10 [paul]       0.7.3claws4
10814
10815         * faq/en/sylpheed-faq-1.html
10816           faq/en/sylpheed-faq-2.html
10817                 update
10818
10819 2002-03-09 [paul]       0.7.3claws3
10820
10821         * sync with sylpheed 0.7.4
10822                 see ChangeLog entry 2002-03-09
10823
10824 2002-03-08 [paul]       0.7.3claws2
10825
10826         * faq/en/sylpheed-faq*
10827           faq/es/sylpheed-faq*
10828           faq/fr/sylpheed-faq*
10829                 update the FAQs
10830
10831         * manual/fr/.cvsignore
10832           manual/fr/Makefilea.am
10833           manual/fr/sylpheed*
10834           src/mainwindow.c
10835           src/manual.[ch]
10836                 add the French manual
10837
10838 2002-03-07 [paul]       0.7.3claws1
10839
10840         * sync with sylpheed 0.7.3cvs4
10841                 see ChangeLog entries  2002-03-06 and 2002-03-07
10842         
10843         * po/nl.po
10844                 updated by Wilbert Berendsen
10845
10846 2002-03-07 [melvin]     0.7.2claws34
10847
10848         * src/selective_download.c
10849                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10850
10851 2002-03-06 [paul]       0.7.2claws33
10852
10853         * sync with sylpheed 0.7.3cvs1
10854                 bug fix, see ChangeLog entry 2002-03-05
10855
10856 2002-03-05 [paul]       0.7.2claws32
10857
10858         * src/mimeview.c
10859           src/pgptext.[ch]
10860           src/procmsg.c
10861                 reverse the pgp ascii-armored code implemented in 
10862                 0.7.2claws16. removal of this code until it matures.
10863                 this means that verifying ascii-armored pgp sigs and
10864                 automatic decryption of ascii-armored encrypted
10865                 messages no longer works.
10866
10867 2002-03-05 [paul]       0.7.2claws31
10868
10869         * configure.in
10870           Makefile.am
10871         * faq/Makefile.am
10872         * faq/en/Makefile.am
10873           faq/en/sylpheed-faq.html
10874           faq/en/sylpheed-faq-1.html
10875           faq/en/sylpheed-faq-2.html
10876           faq/en/sylpheed-faq-3.html
10877         * faq/es/Makefile.am
10878           faq/es/sylpheed-faq.html
10879           faq/es/sylpheed-faq-1.html
10880           faq/es/sylpheed-faq-2.html
10881           faq/es/sylpheed-faq-3.html
10882           faq/es/sylpheed-faq-4.html
10883         * faq/fr/Makefile.am
10884           faq/fr/sylpheed-faq.html
10885           faq/fr/sylpheed-faq-1.html
10886           faq/fr/sylpheed-faq-2.html
10887           faq/fr/sylpheed-faq-3.html
10888         * src/Makefile.am
10889           src/defs.h
10890           src/mainwindow.c
10891           src/manual.[ch]
10892                 add FAQs in English, Spanish and French
10893
10894
10895 2002-03-05 [paul]       0.7.2claws30
10896
10897         * manual/en/sylpheed.html
10898           manual/en/sylpheed-XX.html
10899                 updated the English manual
10900
10901 2002-03-05 [hoa]        
10902
10903         * src/summaryview.c
10904                 dialog box pops up if the article can't be deleted.
10905
10906 2002-03-04 [paul]       
10907         
10908         * po/pt_BR.po
10909                 updated by Fabio Junior Benedito
10910
10911 2002-03-04 [hoa]
10912
10913         * removed ac/gpgme.m4
10914                 to avoid autogen common problem
10915                 developers have to install gpgme development package now
10916
10917         * src/compose.c
10918                 encoding to 7bit or 8bit is enabled.
10919
10920 2002-03-03 [alfons]     0.7.2claws29
10921
10922         * src/pop.c
10923                 merge fix by Oliver Haertel for selective
10924                 download buglet
10925
10926 2002-03-03 [paul]       0.7.2claws28
10927         
10928         * sync with sylpheed 0.7.3
10929
10930 2002-03-03 [paul]       0.7.2claws27
10931
10932         * sync with sylpheed 0.7.2cvs24
10933                 see ChangeLog entries 2002-03-02 and 2002-03-03
10934
10935 2002-03-02 [melvin]     0.7.2claws26
10936
10937         * src/inc.[ch]
10938         * src/main.c
10939         * src/mainwindow.c
10940         * src/prefs_common.[ch]
10941                 Added user definable notification on new mail arrival.
10942                 Removed unused variables in spell checker prefs code.
10943
10944 2002-03-02 [melvin]     0.7.2claws25
10945
10946         * src/quote_fmt.c
10947                 Removed unnecessary escape sequences.
10948                 Changed 'Initial...' to 'Initials of Sender'
10949
10950 2002-03-02 [paul]       0.7.2claws24
10951
10952         * sync with sylpheed 0.7.2cvs22
10953                 see ChangeLog entry 2002-03-01
10954
10955 2002-03-01 [hoa]        0.7.2claws23
10956
10957         * src/mainwindow.c
10958                 Set sensitivity of delete actions to active
10959                 even if the folder is a newsgroup.
10960
10961         * src/summaryview.c
10962                 - Set sensitivity of delete actions
10963                 - Added function check_permission() that will check if the
10964                   user is authorized to delete a message. For news, it
10965                   will check if the author is the same.
10966                 - Enabled deletion when there is no trash folder.
10967
10968         * src/news.[ch]
10969                 - Added news_cancel_article() to cancel articles
10970                 - Implemented news_remove_message() (public function)
10971
10972 2002-03-01 [paul]       0.7.2claws22
10973
10974         * src/gtkutils.c
10975           src/textview.c
10976                 recognise urls that that don't include 'http://' and
10977                 simply begin 'www.' 
10978
10979         * AUTHORS
10980                 remove duplicated name
10981
10982 2002-02-28 [paul]       0.7.2claws21
10983
10984         * src/mainwindow.c
10985           src/summaryview.[ch]
10986                 add ability to 'Select thread'
10987                 combines Melvin's "Select thread's head" patch (#510907)
10988                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10989                 patch (#518514) 
10990
10991 2002-02-28 [paul]       0.7.2claws20
10992
10993         * src/mimeview.c
10994                 hopefully fix segfault on right-clicking a mime part
10995                 that some people have experienced.      
10996                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10997
10998 2002-02-28 [paul]       0.7.2claws19
10999
11000         * sync with sylpheed 0.7.2cvs21
11001                 see ChangeLog entries 2002-02-27 and 2002-02-28
11002
11003 2002-02-27 [paul]       0.7.2claws18
11004
11005         * sync with sylpheed 0.7.2cvs18
11006                 see ChangeLog entries 2002-02-26 and 2002-02-27
11007
11008 2002-02-26 [alfons]     0.7.2claws17
11009
11010         * src/procheader.c
11011                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11012                 (spotted by Chris Hessman <idatech@gmx.net>)
11013
11014 2002-02-26 [paul]       0.7.2claws16
11015
11016         * src/mimeview.c
11017           src/pgptext.[ch]
11018           src/procmsg.c
11019                 make decryption of ascii-armored pgp encrypted messages
11020                 and verification of ascii-armored signatures work again.
11021                 slightly altered from the patch by Jens Jahnke 
11022                 <jan0sch@gmx.net>
11023
11024                 ##FIX ME##
11025                 * the checking of plaintext signatures always comes up in 
11026                   a popup box
11027                 * it doesn't work for multipart messages 
11028                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11029                   including the msg headers and these 2 line themselves, are 
11030                   not displayed
11031
11032         * src/mainwindow.c
11033                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11034                 "View/Message View" becomes "View/Separate Message View"
11035                 because its less ambiguous.
11036
11037         * po/es.po
11038                 updated by Ricardo Mones Lastra
11039
11040 2002-02-26 [paul]       0.7.2claws15
11041
11042         * sync with sylpheed 0.7.2cvs17
11043                 see ChangeLog entries 2002-02-25 and 2002-02-26
11044
11045 2002-02-25 [christoph]  0.7.2claws14
11046
11047         * src/filtering.[ch]
11048         * src/inc.c
11049                 do filtering stuff after all messages have been received
11050                   1. drop all messages to .processing
11051                   2. scan processing folder for messages
11052                   3. filter messages or move to inbox
11053                 this will also find old messages left in processing after
11054                 a crash or something like that and we get a real msginfo
11055                 from folder->get_msg_list and do not have to create our
11056                 own in filter_message
11057         * src/matcher_parser_parse.y
11058                 remove MIX/MAX warning (reordered includes)
11059
11060 2002-02-25 [paul]       0.7.2claws13
11061
11062         * sync with sylpheed 0.7.2cvs15
11063                 see ChangeLog entry 2002-02-24
11064
11065 2002-02-24 [alfons]     0.7.2claws12
11066
11067         * src/filtering.c
11068                 clear old color flags first when applying a new color to
11069                 a message info. 
11070                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11071
11072 2002-02-24 [alfons]     0.7.2.claws11
11073         
11074         * AUTHORS
11075         * src/prefs_common.c
11076                 add presets for Opera and Konqueror, closes patch #517261,
11077                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11078
11079 2002-02-24 [alfons]     0.7.2.claws10
11080
11081         * AUTHORS
11082         * src/summaryview.c
11083                 fix threading for null message ids, closes patch #521601,
11084                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11085
11086 2002-02-24 [alfons]     0.7.2claws9
11087
11088         * src/summaryview.c
11089         * src/filtering.c
11090                 make Tool | Filter Message work with filtering system so
11091                 setting flags also works
11092
11093                 TODO:
11094
11095                 - Processing uses the same function as Tool | Filter
11096                   Message, but doesn't use the same update proc yet
11097
11098 2002-02-23 [paul]       0.7.2claws8
11099
11100         * sync with sylpheed 0.7.2cvs14
11101                 see ChangeLog entries 2002-02-22 and 2002-02-23
11102
11103 2002-02-22 [christoph]  0.7.2claws7
11104
11105         * src/quote_fmt.c
11106                 Add column space to table
11107         * src/quote_fmt_parse.y
11108                 Close files
11109
11110 2002-02-22 [paul]       0.7.2claws6
11111
11112         * src/Makefile.am
11113           src/defs.h
11114           src/filtering.c
11115           src/inc.[ch]
11116           src/mainwindow.c
11117           src/matcher.[ch]
11118           src/matcher_parser_lex.l
11119           src/matcher_parser_parse.y
11120           src/pop.[ch]
11121           src/prefs_account.h
11122           src/prefs_filtering.c
11123           src/selective_download.[ch]   *** NEW FILES ***
11124           src/utils.[ch]
11125           po/POTFILES.in
11126                 Selective Download added to 'Tool' menu. 
11127                 Retrieves email headers of the currently selected pop3 
11128                 account and allows the user to mark emails for deletion 
11129                 right on the pop3 server. Patch submitted by Oliver Haertel 
11130                 <oha@users.sourceforge.net>.
11131         
11132         * po/POTFILES.in
11133                 add 'src/quote_fmt.c'           
11134
11135 2002-02-22 [christoph]  0.7.2claws5
11136
11137         * src/Makefile.am
11138                 added quote_fmt.c
11139         * src/prefs_common.[ch]
11140         * src/prefs_template.c
11141         * src/quote_fmt.c               *** NEW FILE ***
11142         * src/quote_fmt.h
11143                 move quote format symbol description code
11144                 to it's own file because it is used from
11145                 differnent code parts
11146                 Rewrote symbol description GUI
11147                   + use table
11148                   + add separators
11149                   + get data from array (no more long constant strings)
11150         * src/quote_fmt_lex.l
11151         * src/quote_fmt_parse.y
11152                 Symbol for Literal % changed to \% instead of %%
11153                 (More logical as \ is used for quoting for other symbols)
11154                 Add |f and |p to include files and program output
11155                 Examples:
11156                     |f{/home/.../.signature}
11157                     |p{date}
11158         * po/de.po
11159                 Correct wrong spelling for "Referenzen"
11160
11161 2002-02-21 [paul]       0.7.2claws4
11162
11163         * src/procmsg.c
11164                 forgotten during sync
11165
11166 2002-02-21 [paul]       0.7.2claws3
11167
11168         * sync with sylpheed 0.7.2cvs11
11169                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11170                 2002-02-20 and 2002-02-21
11171
11172 2002-02-20 [melvin]     0.7.2claws2
11173
11174         * src/prefs_actions.c
11175                 Added error report when child cannot fork or when execvp 
11176                 returns with an error.
11177
11178 2002-02-19 [christoph]  0.7.2claws1
11179
11180         * src/codeconv.c
11181                 return unconverted text if conde conversion is not possible
11182                 when libjconv is used.
11183                 (patch submitted by "Simon 'corecode' Schubert")
11184
11185 2002-02-19 [paul]       
11186
11187         * version 0.7.2claws release
11188
11189 2002-02-19 [paul]       0.7.2claws
11190
11191         * po/nl.po
11192                 updated by Wilbert Berendsen
11193
11194
11195 2002-02-18 [alfons]     0.7.1claws13
11196
11197         * src/syldap.c
11198         * src/jpilot.c
11199                 remove references to dlfcn and explicitly loading functions
11200                 from dynalink libs, because libs linked anyway, and functions
11201                 are loaded explicitly
11202
11203 2002-02-17 [melvin]     0.7.1claws12
11204
11205         * src/prefs_actions.c
11206                 Replaced children wait loop with double fork technique.
11207                 Now, input/output window updated at each new output.
11208                 free_children(): Fixed a memory leak.
11209                 Made input/output window non closable if running children
11210                 still exist.
11211                 Added missing <unistd.h> include.
11212                 Added some --debug outputs.
11213
11214 2002-02-17 [melvin]     0.7.1claws11
11215
11216         * src/summaryview.c
11217                 Fixed bug where descending sort order did not select top
11218                 message.
11219
11220 2002-02-17 [melvin]     0.7.1claws10
11221
11222         * acconfig.h
11223                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11224         * src/prefs_common.c
11225                 Pspell data package directory no more hard coded but
11226                 set during configuration (PSPELL_PATH). (Thanks to 
11227                                 Gustavo Noronha Silva.)
11228
11229 2002-02-17 [melvin]     0.7.1claws9
11230
11231         * configure.in
11232                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11233         * src/gtkspell.c
11234                 Fixed compile-time warnings.
11235
11236 2002-02-16 [alfons]     0.7.1claws8
11237
11238         * src/filesel.c
11239                 fix inadvertent free of NULL pointer which caused
11240                 sylpheed to crash when closing the save-as dialog
11241                 using the window close button
11242
11243 2002-02-16 [carsten]    0.7.1claws7
11244         * src/mainwindow.[ch]
11245           src/summaryview.c
11246           src/prefs_common.c
11247                 fixes for pixmap theming code:
11248                         - recently changed mail attributes shouldn't get
11249                           lost any longer
11250                         - theme is only reloaded iff another theme was
11251                           selected
11252
11253 2002-02-16 [paul]       0.7.1claws6
11254
11255         * sync with sylpheed 0.7.2 release
11256                 see ChangeLog entry 2002-02-15 and 2002-02-16
11257
11258 2002-02-15 [paul]       0.7.1claws5
11259
11260         * sync with sylpheed 0.7.1cvs9
11261                 see ChangeLog entry 2002-02-15
11262
11263         * po/POTFILES.in
11264                 remove unneeded headerwindow.c entry
11265
11266 2002-02-14 [carsten]    0.7.1claws4
11267         * src/summaryview.c
11268                 fixed a bug for "Go to next unread message": there was
11269                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11270                 in the prefs, because of doing "Search again" instead
11271                 "No"
11272
11273 2002-02-14 [carsten]    0.7.1claws3
11274         * src/stock_pixmap.c
11275                 removed 2 more mem leaks; following memprof,
11276                 this code is "leak free" now :)
11277
11278 2002-02-14 [carsten]    0.7.1claws2
11279         * src/stock_pixmap.c
11280                 used opendir/readdir/closedir instead of scandir
11281                 -> code should work now on Solaris
11282
11283 2002-02-14 [paul]       0.7.1claws1
11284
11285         * sync with sylpheed 0.7.1cvs8
11286                 see ChangeLog entries 2002-02-13 and 2002-02-14
11287
11288         * README.claws
11289                 add some description of Actions and Pixmap Themes
11290
11291 2002-02-13 [paul]       
11292
11293         * version 0.7.1claws release
11294
11295 2002-02-13 [paul]       0.7.1claws
11296
11297         * po/es.po
11298           po/it.po
11299           po/pt_BR.po
11300                 updated translations, submitted by Ricardo Mones Lastra,
11301                 Alessandro Maestri and Fabio Junior Beneditto
11302
11303 2002-02-13 [melvin]     0.7.0claws75
11304
11305         * src/prefs_actions.c
11306                 Added missing "signal.h" include
11307
11308 2002-02-13 [melvin]     0.7.0claws74
11309
11310         * src/prefs_folder_item.c
11311                 Added missing "config.h" include
11312         * po/fr.po
11313                 Updated French translation for folder propriety.
11314
11315 2002-02-13 [jens]       0.7.0claws73
11316
11317         * po/POTFILES.in
11318                 Added missing src/prefs_folder_item.c [log added by melvin]
11319         * po/de.po
11320                 Updated German translation.
11321
11322 2002-02-13 [melvin]     0.7.0claws72
11323
11324         * po/fr.po
11325                 Updated French translation.
11326
11327 2002-02-13 [melvin]     0.7.0claws71
11328
11329         * src/gtkutils.c
11330                 Made gtkut_editable_get_selection return NULL if selection
11331                 is of length zero.
11332                 This fixes a bug where selecting part of message A then
11333                 switching to message B and replying to it will not
11334                 quote the message's body.
11335
11336 2002-02-12 [paul]       0.7.0claws70
11337
11338         * src/mainwindow.c
11339                 cosmetic, relating to pixmap themes: on toolbar make 
11340                 updating of 'Exec' and 'Compose news/Compose email'
11341                 icons faster.
11342
11343 2002-02-12 [carsten]    0.7.0claws69
11344         * src/folderview.c
11345           src/mainwindow.[ch]
11346           src/stock_pixmap.c
11347           src/summaryview.c
11348           src/prefs_common.c
11349                 - refreshing after changing pixmap theme better
11350                   now (thanks Paul)
11351                 - wanted to remove some mem leaks, but alfons was
11352                   faster (and had the better solution ;)
11353
11354 2002-02-12 [alfons]     0.7.0claws68
11355
11356         * src/prefs_common.c
11357         * src/stock_pixmap.[ch]
11358                 plug mem leaks, refactor code a little bit
11359
11360
11361 2002-02-12 [sergey]     0.7.0claws67
11362
11363         * src/imap.c
11364                 Fixed problem with copying messages to IMAP folders when the
11365                 server uses something other than '/' as a namespace separator
11366                 (cyrus-imapd uses '.').
11367
11368 2002-02-12 [jens]       0.7.0claws66
11369
11370         * po/de.po
11371                 Updated German Translation
11372
11373 2002-02-12 [paul]       0.7.0claws65
11374
11375         * sync with sylpheed 0.7.1cvs1
11376                 see ChangeLog entry 2002-02-12
11377
11378 2002-02-12 [melvin]     0.7.0claws64
11379
11380         * src/prefs_actions.c
11381                 Fixed "feature" where children's output was duplicated 
11382                 instead of refreshed while monitoring.
11383                 Removed some debug code.
11384
11385 2002-02-12 [christoph]  0.7.0claws63
11386
11387         * src/compose.c
11388                 always delete message from queue after sending/send error
11389                 (closes bug #509601)
11390
11391 2002-02-12 [melvin]     0.7.0claws62
11392
11393         * src/prefs_actions.c
11394                 Children wait loop is now triggered with a timeout of 1s
11395                 Added %F which is replaced with the list of filenames 
11396                 of all selected messages (as suggested by Ricardo Mones Lestra)
11397                 Pipe syntax changed. Prefix with | to send selection, postfix
11398                 with | to retrieve output. Prefix with > or * to send
11399                 user definable input to the command (*: input is hidden)
11400                 Old pipe action should now be postfixed with |, too.
11401
11402 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11403         * src/stock_pixmap.c
11404                 fixed a bug: if there's no theme directory don't
11405                 throw an error, just do "nothing" (thanks Alfons)
11406
11407 2002-02-12 [carsten]    0.7.0claws60
11408         * src/folderview.c
11409           src/summaryview.c
11410                 had to write the cache twice (nasty!); some marks would 
11411                 get lost if not
11412
11413 2002-02-11 [carsten]    0.7.0claws59
11414         * acconfig.h
11415           configure.in
11416           doc-src/maintainer_guide.txt
11417           src/compose.[ch]
11418           src/defs.h
11419           src/folderview.[ch]
11420           src/gtkutils.[ch]
11421           src/mainwindow.[ch]
11422           src/prefs_common.[ch]
11423           src/stock_pixmap.[ch]
11424           src/summaryview.[ch]
11425                 pixmap theming and related work on pixmap
11426                 handling on some other places
11427                 (e.g. hrm features for all folder)
11428           src/pixmap/stock_*.xpm -> the stock_ was removed
11429         
11430 2002-02-11 [paul]       0.7.0claws58
11431
11432         * sync with sylpheed 0.7.1 release
11433                 see ChangeLog entries 2002-02-11
11434
11435 2002-02-08 [paul]       0.7.0claws57
11436
11437         * sync with sylpheed 0.7.0cvs39
11438                 see ChangeLog entry 2002-02-07 (last entry) 
11439
11440         * src/prefs_actions.c
11441           src/prefs_filtering.c
11442           src/prefs_matcher.c
11443           src/prefs_scoring.c
11444                 sync: made it compile with C compilers other than gcc
11445
11446 2002-02-07 [paul]       0.7.0claws56
11447
11448         * sync with sylpheed 0.7.0cvs38
11449                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11450                 2002-02-07
11451
11452 2002-02-07 [darko]      0.7.0claws55
11453
11454         * src/gtkutils.[ch]
11455         * src/summaryview.c
11456                 Fix const gchar */gchar * issue (thanks Hiro)
11457
11458 2002-02-07 [darko]      0.7.0claws54
11459
11460         * src/compose.[ch]
11461         * src/filtering.c
11462         * src/gtkutils.[ch]
11463         * src/prefs_template.c
11464         * src/quote_fmt.h
11465         * src/quote_fmt_parse.y
11466         * src/summaryview.c
11467         * src/utils.[ch]
11468                 When replying or forwarding an email don't quote the entire
11469                 mail body but use the part of the message text that is selected
11470
11471 2002-02-06 [melvin]     0.7.0claws53
11472
11473         * src/prefs_common.[ch]
11474         * src/gtkspell.[ch]
11475         * src/compose.c
11476                 Made possible to switch quickly to last used dictionary
11477                 which makes checking bilingual documents easier.
11478
11479 2002-02-06 [melvin]     0.7.0claws52
11480         
11481         * po/POTFILES.in
11482                 Added forgotten new file src/prefs_actions.c
11483
11484 2002-02-06 [melvin]     0.7.0claws51
11485
11486         * src/prefs_actions.c   ** NEW FILE **
11487         * src/prefs_actions.h   ** NEW FILE **
11488                 Added actions to execute on message text view, or on the
11489                         message's file.
11490         * src/Makefile.am
11491                 Added src/prefs_actions.[ch]
11492         * src/compose.c
11493                 Added new menu "Edit/Actions"
11494         * src/defs.h
11495                 Added new actionsrc file.
11496         * src/main.c
11497                 Added actionsrc reading.
11498         * src/mainwindow.c
11499                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11500         * src/prefs_common.h
11501                 Added new element actionslst element to prefs_common.
11502
11503 2002-02-06 [paul]       0.7.0claws50
11504
11505         * sync with sylpheed 0.7.0cvs36
11506                 see ChangeLog entry 2002-02-06
11507
11508 2002-02-05 [paul]
11509
11510         * po/es.po
11511                 updated by Ricardo Mones Lastra
11512
11513 2002-02-05 [paul]       0.7.0claws49
11514
11515         * sync with sylpheed 0.7.0cvs33
11516                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11517
11518 2002-02-05 [paul]       0.7.0claws48
11519
11520         * src/compose.c
11521                 re-add 'Edit/Advanced/Delete entire line', previously named
11522                 'Delete Line+'
11523
11524 2002-02-04 [paul]       0.7.0claws47
11525
11526         * src/compose.c
11527           src/summaryview.c
11528                 fix bug #494993 (Reply All not taking Reply-To into consi)
11529                 eliminate differences in behaviour of right-click 'Reply to all' 
11530                 in summary view and 'Reply to all' on the toolbar. 
11531                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11532                 view and From gets ignored by 'Reply to all' on toolbar.
11533                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11534                 From when no Reply-To header is present.
11535
11536 2002-02-04 [paul]       0.7.0claws46
11537
11538         * sync with sylpheed 0.7.0cvs30
11539                 see ChangeLog entries 2002-02-03 and 2002-02-04
11540
11541 2002-02-03 [melvin]     0.7.0claws45
11542
11543         * src/gtkspell.[ch]
11544                 Readded function to highlight all misspelled words.
11545                 Fixed bug where user-provided-words did not replace
11546                         correctly the misspelled word when using the mouse.
11547                 Fixed bug where checking a region selected from right to left did
11548                         not check the region at all.
11549                 Fixed bug where 'Check backwards' may not check at all. 
11550                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11551                 Fixed possible buffer overflow when checking for long strings (>1k).
11552                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11553                 Accelerators code uses now gtk_widget_add_accel.
11554                 Removed and disabled obsolete and unfinished code.
11555                 Cleaning up.
11556
11557         * src/compose.c
11558                 Added menu item to Highlight all misspelled words.
11559
11560 2002-02-01 [paul]       0.7.0claws44
11561
11562         * src/mainwindow.c
11563                 fix '/View/Hide read messages' sensitivity when all
11564                 messages in a folder are hidden
11565
11566 2002-02-01 [paul]       0.7.0claws43
11567
11568         * src/main.c
11569                 add --send option to command line interface, sends all
11570                 queued mail. Patch submitted by Ricardo Mones Lastra.
11571
11572 2002-01-31 [paul]       0.7.0claws42
11573
11574         * src/mainwindow.c
11575                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11576
11577 2002-01-31 [paul]       0.7.0claws41
11578
11579         * sync with sylpheed 0.7.0cvs27
11580                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11581                 and 2002-01-31
11582
11583         * src/textview.c
11584                 comment out elements of textview_show_part() as temporary
11585                 workaround for attachment 'Display as text' bug 
11586
11587         * po/pt_BR.po
11588                 updated by Fabio Junior Beneditto
11589
11590 2002-01-30 [paul]       0.7.0claws40
11591
11592         * sync with sylpheed 0.7.0cvs24
11593                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11594                 and 2002-01-30
11595
11596         * src/compose.c
11597                 add {N_("/_Spelling"), ... "<Branch>"} to 
11598                 GtkItemFactoryEntry compose_entries[]
11599
11600         * src/prefs_common.c
11601                 add claws menu items to prefs_keybind_apply_clicked()
11602                 and remove non-claws menu items
11603
11604 2002-01-29 [paul]       0.7.0claws39
11605
11606         * sync with sylpheed 0.7.0cvs22
11607                 see ChangeLog entries 2002-01-28 and 2002-01-29
11608
11609 2002-01-28 [melvin]     0.7.0claws38
11610
11611         * src/compose.c
11612                 Added the declartion of compose_send_control_enter.
11613
11614         * src/compose.c
11615         * src/gtkspell.[ch]
11616                 Added in a 'Spelling' menu which includes the configuration menu. 
11617                 Added a real 'Check all' and got rid from the old one which only
11618                 highlited misspelled word.
11619                 Made 'Check while typing' a disableable option.
11620                 Added a dialog when there are no more misspelled word.
11621                 Added a dialog if error occurs when switching to a dictionary.
11622         
11623         * src/prefs_common.[ch]
11624                 Added option for the default 'Check while typing' option.
11625
11626
11627 2002-01-28 [alfons]     0.7.0claws37
11628
11629         * src/compose.c
11630                 fix buglet and make code comply with sylpheed code style
11631
11632 2002-01-28 [paul]       0.7.0claws36
11633
11634         * sync with sylpheed 0.7.0cvs19
11635                 see ChangeLog entries for 2002-01-28
11636
11637 2002-01-28 [hoa]        0.7.0claws35
11638
11639         * src/defs.h
11640                 added rendererrc
11641
11642         * src/main.c
11643                 read the renderer config
11644
11645         * src/procmime.[ch]
11646                 use the renderer config to convert mime attachments
11647
11648         * src/textview.c
11649                 don't use textview_show_html/ertf,
11650                 use get_text_content instead
11651
11652 2002-01-27 [alfons]     0.7.0claws34
11653         
11654         * src/news.c
11655                 make sylpheed believe it can delete a news message...
11656                 (messages are NOT deleted, maybe we should remove
11657                 processing from the folder properties after all.)
11658
11659 2002-01-27 [alfons]     0.7.0claws33
11660
11661         * src/folder.c
11662                 add extra checks
11663         * src/news.c
11664                 implement remove_msg() 
11665
11666 2002-01-27 [alfons]     0.7.0claws32
11667
11668         * src/procmsg.h
11669         * src/procheader.c
11670         * src/messageview.c
11671                 fix return receipt / disposition notification again. this
11672                 stuff seems to break on _every_ major summary UI change, so
11673                 it's now implemented using a flag which is saved in the
11674                 marks cache
11675                 
11676 2002-01-26 [alfons]     0.7.0claws31
11677
11678         * src/import.c
11679                 let import dialog show the destination folder identifier
11680
11681 2002-01-26 [melvin]     0.7.0claws30
11682
11683         * src/folderview.c
11684         * src/summaryview.c
11685                 Readded 'Mark all read' into summary view popup menu
11686                 Added 'Mark all read' in folder view popup menu for IMAP
11687                 and NNTP.
11688                 Made it insensitive if the selected folder is not the shown
11689                 one to avoid 'Mark all read' on the wrong folder.
11690                 
11691 2002-01-26 [paul]       0.7.0claws29
11692
11693         * src/folderview.c
11694           src/summaryview.c
11695                 move 'Mark all read' from summary view to folder view
11696                 menu. (adapted from) patch submitted by Jeremy Andrews,
11697                 <lists@kerneltrap.com>
11698
11699 2002-01-25 [alfons]     0.7.0claws28
11700
11701         * src/gtkstext.c
11702                 put the gtk class name back so GtkSText adapts the 
11703                 settings of GtkText
11704
11705 2002-01-25 [alfons]     0.7.0claws27
11706
11707         * src/folderview.c 
11708                 assimilate Ricardo's patch that shows pixmaps instead of
11709                 plain "new" and "unread" texts in the folder view column
11710                 headers 
11711
11712 2002-01-25 [paul]       0.7.0claws26
11713
11714         * src/Makefile.am
11715                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11716                 be found in non-standard locations. 
11717                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11718
11719 2002-01-25 [paul]       0.7.0claws25
11720
11721         * sync with sylpheed 0.7.0cvs16
11722                 see ChangeLog entry 2002-01-25
11723
11724 2002-01-24 [paul]       0.7.0claws24
11725
11726         * more sync with sylpheed 0.7.0cvs15
11727                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11728
11729 2002-01-23 [sergey]     0.7.0claws23
11730
11731         * src/importldif.c
11732                 Fixed segfault when closing LDIF import wizard with
11733                 the window manager.
11734         * src/imageview.c
11735         * src/imageview.h
11736         * src/messageview.c
11737         * src/mimeview.c
11738                 Fixed wrong scrolling position after switching between
11739                 text and image parts.
11740
11741 2002-01-23 [paul]       0.7.0claws22
11742
11743         * sync with sylpheed 0.7.0cvs15
11744                 see ChangeLog entries 2002-01-22 and 2002-01-23
11745
11746 2002-01-21 [melvin]     0.7.0claws21
11747
11748         * src/prefs_scoring.c
11749         * src/prefs_filtering.c
11750                 Fixed bug where scoring and filtering windows stopped
11751                 autochecking.
11752
11753 2002-01-21 [paul]       0.7.0claws20
11754
11755         * sync with sylpheed 0.7.0cvs12
11756                 see ChangeLog entries 2002-01-20 and 2002-01-21
11757
11758 2002-01-21 [carsten]    0.7.0claws19
11759         * src/mainwindow.c
11760         * src/menu.[ch]
11761         * src/messageview.[ch]
11762         * src/summaryview.[ch]
11763                 changes to shortcuts handling again:
11764                         + "Q" now controled by mainwin
11765                         + v/V are now customizable and have slightly
11766                           different meanings
11767                 the "button" to minimize the messageview (and maximize
11768                 the summary view) is a real button now
11769         * src/compose.c
11770                 "Delete Line+" added to Edit/Advanced (this will also
11771                 delete the '\n')
11772
11773 2002-01-20 [melvin] 0.7.0claws18
11774
11775         * src/addressbook.c
11776                 Made "Bcc" sensitive when addressbook is called from
11777                 compose window (it was a Claws only bug).
11778
11779 2002-01-19 [alfons] 0.7.0claws17
11780
11781         * src/inc.c
11782                 prevent unnecessary updates when currently selected folder has
11783                 no new messages 
11784
11785 2002-01-19 [alfons] 0.7.0claws16
11786         
11787         * src/summaryview.c
11788                 prevent writing the cache based on current message list in summary 
11789                 view when filtering also put messages in currently selected folder
11790
11791 2002-01-19 [paul]
11792
11793         * po/it.po
11794                 Italian translation submitted by Alessandro Maestri
11795                 <a.maestri@cs.tin.it>
11796
11797 2002-01-18 [melvin]     0.7.0claws15
11798
11799         * src/prefs_filters.c
11800                 fixed bug where 'cancel' from 'filters' window stops autochecking
11801                 if the timer timed out  when the window was open.
11802
11803 2002-01-18 [match]      0.7.0claws14
11804
11805         * src/addrclip.[ch]     ** NEW FILE **
11806         * src/addrselect.[ch]   ** NEW FILE **
11807         * src/adbookbase.h      ** NEW FILE **
11808                 addressbook cut, copy and paste
11809         * src/addrbook.[ch]
11810         * src/addrcache.[ch]
11811         * src/addressitem.h
11812         * src/addrindex.[ch]
11813         * src/addritem.[ch]
11814         * src/importldif.c
11815         * src/importmutt.c
11816         * src/jpilot.[ch]
11817         * src/syldap.[ch]
11818         * src/vcard.[ch]
11819         * src/jpilot.[ch]
11820         * src/editbook.c
11821         * src/editjpilot.c
11822         * src/editldap.c
11823         * src/editvcard.c
11824                 support for copy/paste
11825         * src/addressbook.c
11826                 support for copy/paste
11827                 tidy up menu option processing
11828                 correct address list function arguments
11829         * src/editaddress.c
11830                 sort user attributes
11831         * src/ldif.h
11832         * src/mutt.h
11833                 tidy up
11834
11835         * src/addrbook.[ch]
11836         * src/addrbook.[ch]
11837         * src/addrbook.[ch]
11838                 
11839
11840 2002-01-18 [paul]       0.7.0claws13
11841
11842         * sync with sylpheed 0.7.0cvs8
11843                 configure.in: support Mac OS X (Darwin)
11844
11845 2002-01-18 [carsten]    0.7.0claws12
11846         * src/html.c
11847                 small hack to fix a segfault with an empty href
11848                 (reported by Alexandra Walford <deeni@altern.org>)
11849         * src/mainwindow.c
11850         * src/summaryview.c
11851                 the shortcuts for Mark und Mark as unread are hardcoded
11852                 again
11853         * src/compose.c
11854         * src/gtkstext.[ch]
11855                 readded the shortcuts in gtkstext but made them
11856                 customizeable (simply by adding a menu plus a wrapper
11857                 to compose.c)
11858
11859 2002-01-17 [melvin]     0.7.0claws11
11860
11861         * src/gtkspell.c
11862                 fix default dictionary not being saved.
11863
11864 2002-01-16 [darko]      0.7.0claws10
11865
11866         * src/compose.c
11867                 fix wrapping crash with URL longer than wrapping margin
11868
11869 2002-12-08 [hoa]        0.7.0claws10
11870
11871         * src/matcher_parser_parse.y
11872                 fixed some bugs
11873
11874         * src/prefs_filtering.c
11875                 now, we can use bounce action in the dialog box.
11876
11877 2002-01-16 [carsten]    0.7.0claws9
11878         * src/gtkstext.c
11879                 removed the <control> and <alt> shortcuts because they're
11880                 not needed and interefered with the "normal" shortcuts
11881         * src/mainwindow.c
11882         * src/summaryview.c
11883                 removed most of the hardcoded shortcuts and assigned
11884                 them to menu entries making them easy customizable by
11885                 that
11886
11887 2002-01-16 |melvin]     0.7.0claws8
11888
11889         * src/gtkspell.c
11890                 fixed bug where using the mouse and when the compose
11891                 window is not on top may result in a crash.
11892
11893 2002-01-16 [melvin]     0.7.0claws7
11894
11895         * src/compose.c
11896                 fixed a long standingspell checker bug which could 
11897                 cause a crash after sending a message.
11898
11899 2002-01-16 [paul]       0.7.0claws6
11900
11901         * sync with sylpheed 0.7.0cvs7
11902                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11903                 2002-01-15, and 2002-01-16
11904
11905 2002-01-16 [melvin]     0.7.0claws5
11906
11907         * README.claws
11908         * src/compose.c
11909         * src/gtkspell.[ch]
11910         * src/main.c
11911                 Heavily modified spell checker code to work around
11912                 ispell bug, to add keyboard shortcuts and for future
11913                 enhancements. See README.claws for usage information.
11914
11915 2002-01-15 [alfons]     0.7.0claws4
11916         
11917         * src/summaryview.c
11918                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11919                 so sorting within threads reflects sort mode
11920
11921 2002-01-15 [christoph]  0.7.0claws3
11922
11923         * src/procmsg.c
11924                 added alertpanel if mail sending failed
11925
11926 2002-01-15 [alfons]     0.7.0claws2
11927         
11928         * src/prefs_filtering.c
11929                 don't stop timer when prefs filtering dialog is opened
11930
11931 2002-01-14 [alfons]     0.7.0claws1
11932
11933         * src/addr_compl.c
11934         * src/prefs.c
11935                 remove debug_print()s for privacy reasons
11936
11937 2002-01-14 [darko]      0.7.0claws
11938
11939         * README.claws
11940                 quotation wrapping is now also in the main branch
11941
11942 2002-01-14 [paul]
11943
11944         * tools/filter_conv.pl
11945                 allow for Boolean Op and case-sensitivity
11946                 this file is included in the release and tagged
11947                 'rel_0_7_0'
11948
11949 2002-01-13 [paul]       0.7.0claws
11950
11951         * release 0.7.0, with cvs tag 'rel_0_7_0'
11952
11953 2002-01-13 [paul]
11954
11955         * tools/filter_conv.pl
11956         * tools/README
11957                 rewritten to output to matcherrc instead of filteringrc
11958
11959         * po/es.po
11960                 updated Spanish translation by Ricardo Mones Lastra
11961
11962 2002-01-13 [alfons]
11963
11964         * po/nl.po
11965                 update dutch translation
11966
11967 2002-01-13 [paul]
11968
11969         * po/pt_BR.po
11970                 Updated by Fabio Junior Beneditto 
11971
11972 2002-01-13 [melvin]     0.6.6claws53
11973
11974         * po/fr.po
11975                 Updated french translation
11976
11977 2002-01-12 [alfons]     0.6.6claws52
11978
11979         * src/filtering.c
11980                 plug mem leak that has been sitting there for ages              
11981
11982 2002-01-12 [alfons]     0.6.6claws51
11983
11984         * src/summaryview.c
11985                 undo melvin's changes from 0.6.6claws48 because summary
11986                 view now refuses to select first unread message when
11987                 selecting a folder 
11988
11989 2002-01-11 [alfons]     0.6.6claws50
11990
11991         * src/import.c
11992                 use claws' semantics for getting folder item when
11993                 importing an mbox file into a folder 
11994                 (submitted by Dale P. Smith)
11995
11996 2002-01-11 [christoph]  0.6.6claws49
11997
11998         * src/prefs.h
11999                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12000                 toggle widget, because non static prefs can not use
12001                 prefs_set_* functions
12002         * src/prefs_account.c
12003                 toggle smtp auth password field sensitivity if
12004                 user id is empty and add descrition of usage for
12005                 these fields
12006         * src/prefs_folder_item.c
12007                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12008                 callbacks
12009
12010 2002-01-11 [melvin]     0.6.6claws48
12011
12012         * src/compose.c
12013                 fix the 'Ctrl-Enter' feature for sending and test really
12014                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12015                 editables which was not documented in Gtk)
12016
12017         * src/summaryview.c
12018                 Made summaryview refresh after sorting and not before.
12019
12020 2002-01-11 [christoph]  0.6.6claws47
12021
12022         * src/compose.c
12023                 select account from account ids if possible and
12024                 correctly set save folder for copy in reedit
12025
12026 2002-01-10 [paul]       0.6.6claws46
12027
12028         * sync with sylpheed 0.7.0 release
12029                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12030                 2002-01-09
12031
12032 2002-01-09 [alfons]
12033
12034         * src/summaryview.c
12035                 remove more dirt traces...
12036
12037 2002-01-09 [alfons]
12038         
12039         * src/summaryview.c
12040                 clean up some traces of my debugging stuff
12041
12042 2002-01-09 [alfons]     0.6.6claws45
12043
12044         * src/filtering.c
12045                 break up filteringprop_apply() in three separate pieces
12046                 so we can drop messages that failed processing in the
12047                 inbox
12048
12049         * src/summaryview.c
12050                 fix bug #469598 "no refresh of inbox after filter" which 
12051                 was introduced by the new summary view locking, and which 
12052                 prevented the summary view to update after a manual filter 
12053                 message. claw's filter message requires a summary_show().
12054                 (aargh, summary_show() again! :-)
12055                 
12056 2002-01-07 [alfons]     0.6.6claws44
12057
12058         * src/headerwindow.c
12059         * src/logwindow.c
12060         * src/messageview.c
12061         * src/sourcewindow.c
12062                 bring in Hiro's last 0.7.0 wm class fixes
12063
12064         * tools/sylprint.pl
12065                 bring in Ricardo's fix for sylprint script
12066
12067         * AUTHORS       
12068         * src/rfc2015.[ch]
12069         * src/prefs_common.[ch]
12070         * src/prefs_account.[ch]
12071         * src/compose.c
12072                 clean up account preference poison in rfc2015,
12073                 and preparation to fix double sign bug 
12074                 (patch submitted by Simon 'corecode' Schubert)
12075
12076 2002-01-07 [christoph]  0.6.6claws43
12077
12078         * src/mh.c
12079                 search for free message number, do not only rely
12080                 on last_num
12081         * src/send.c
12082                 fix smtp auth and use extra account information
12083                 if available, if not use pop3 data instead
12084                 (closes bug #500341)            
12085         * src/ssl.[ch]
12086                 match coding style
12087
12088 2002-01-06 [alfons]     0.6.6claws42
12089
12090         * src/mainwindow.c
12091                 try making the separate windows work again...
12092
12093 2002-01-06 [alfons]     0.6.6claws41
12094
12095         * src/mainwindow.c
12096                 adapt Hiro's separate window menu (to get rid of the funny
12097                 duplicate menu items), and make it work again
12098
12099 2002-01-06 [alfons]     0.6.6claws40
12100
12101         * tools/Makefile.am
12102         * tools/sylprint.rc
12103         * tools/sylprint.pl
12104         * tools/README.sylprint
12105                 add sylprint script for printing mails from Sylpheed
12106                 (contributed by Ricardo Mones Lastra)
12107
12108         * src/acount.c
12109                 clean up
12110
12111 2002-01-06 [melvin]     0.6.6claws39
12112
12113         * src/mainwindow.c
12114         * src/summaryview.c
12115                 Fixed crash introduced in 0.6.6claws38 by the menu
12116                 reorganisation (Hide read messages)
12117         
12118         * ChangeLog.claws 
12119                 Fixed typo (we are now in 2002, alfons ;) )
12120
12121 2002-01-05 [alfons]     0.6.6claws38
12122
12123         * sync with sylpheed 0.6.6cvs10-17
12124                 (last stuff marked as LAST_STABLE)
12125
12126 2002-01-04 [melvin]     0.6.6claws37
12127
12128         * src/account.c
12129                 Made account selection code use strcasestr again instead of
12130                 g_strcasecmp (fixes bug where reediting queued messages
12131                 did not select proper account reported by T. Link).
12132         
12133         * src/folderview.c
12134                 Fix bug where folder icons are not shown when 'hide read messages'
12135                 is on.
12136         
12137         * src/stock_pixmaps.[ch]
12138                 Added folder icons for 'hide read messages'.
12139         
12140         * src/compose.c
12141                 Fixed bug where 'Enter' in a header entry will send the message 
12142                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12143
12144 2002-01-03 [melvin]     0.6.6claws36
12145         
12146         * src/prefs.[ch]
12147                 Added popup menu for common preferences and
12148                 account preferences (right click on tab displays
12149                                 a menu of all tabs.)
12150
12151 2002-01-02 [melvin]     0.6.6claws35
12152
12153         * src/gtkspell.[ch]
12154                 Made spelling code compatible with undo/redo feature.
12155                 Added creation of suggestion mode menu for the general
12156                         preferences.
12157         
12158         * src/prefs_common.[ch]
12159                 Added option menu for the speller's suggestion mode.
12160                 Added missing spaces in "..." buttons and made a "..."
12161                         button non translatable!
12162         
12163         * src/compose.c
12164                 Made speller use the default suggestion mode.
12165                 Hack to make it possible to choose 'CTRL-Enter' as a
12166                         shortcut for sending (and only for sending).
12167
12168         * src/prefs_folder_item.c
12169                 Changing subject simplification does not update cache 
12170                         anymore (because it is unnecessary).
12171                 Fixed bug where changing subject simplification updated the 
12172                         summaryview even when the viewed folder is not the
12173                         folder which properties are being changed. (E.g. 
12174                                         viewing folder A and changing
12175                                         the subject simplification of 
12176                                         folder B -not being viewed- updated the 
12177                                         summaryview of folder A with data of
12178                                         folder B). (Hope this is clear... )
12179
12180 2001-12-31 [alfons]     0.6.6claws34
12181         
12182         * src/ldif.c
12183         * src/mutt.c
12184                 fgetc() returns a signed integer which doesn't
12185                 fit in a char. so c truncates this to a char
12186                 but we may lose significant bits. i.e. we may
12187                 comparing 0xFF which may not be equal to -1
12188                 unless properly casted to signed char which
12189                 we won't do because fgetc() returns a signed
12190                 integer which doesn't fit in a char. so c 
12191                 truncates this to a char but we may lose 
12192                 significat bits. (you got the idea, thanks
12193                 to Gustavo Noronha Silva <kov@debian.org>
12194                 and the Debian folks!)
12195
12196 2001-12-30 [alfons]     0.6.6claws33
12197
12198         * src/prefs_common.c
12199                 add #ifdef USE_PSPELLs that Melvin forgot               
12200
12201 2001-12-30 [melvin]     0.6.6claws32
12202         
12203         * src/prefs_common.[ch]
12204                 Added configurable color for misspelled words.
12205
12206         * src/gtkspell.[ch]
12207                 Fixed bug of foreground text color (reported by David
12208                                 Mehrmann)
12209                 Added configurable color for misspelled words.
12210
12211 2001-12-30 [alfons]     0.6.6claws31
12212
12213         * src/folder.c
12214                 remove unnecessary things someone put there
12215
12216         * src/mh.c
12217         * src/folder.[ch]
12218                 make folder properties (like threading and sorting) persistent
12219                 (closes bug #497424 "rescan folder tree resets proprieties")
12220                 currently this is only for MH folders. 
12221
12222 2001-12-29 [melvin]     0.6.6claws30
12223
12224         * src/string_match.[ch]
12225                 Optimized a bit: regexp pattern buffer compiled only once, and
12226                   one subroutine call removed. Fixed ^ regexp search: Now, 
12227                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12228         
12229         * src/summaryview.c
12230                 Subject filtering changed to filter summary columns and
12231                   not directly the messages subject cache. The loss in 
12232                   performance is balanced by the improvement of string_match.
12233                 Added an alert panel if there is an error in the regexp.
12234
12235         * src/src/prefs_folder_item.h
12236                 Added a regexp pattern buffer.
12237
12238 2001-12-28 [alfons]     0.6.6claws29
12239
12240         * src/string_match.[ch]
12241                 clean up name space
12242                 allow compilation *BSD
12243
12244 2001-12-27 [alfons]     0.6.6claws28
12245
12246         * src/filter.c
12247                 sync the Hiro's bug fix for BSD
12248
12249 2001-12-27 [melvin]     0.6.6claws27
12250         
12251         * src/compose.c
12252                 Simplify focus to subject entry code.
12253
12254 2001-12-27 [darko]      0.6.6claws26
12255
12256         * src/filtering.c
12257         * src/mbox_folder.c
12258         * src/messageview.c
12259         * src/mh.c
12260         * src/procheader.[ch]
12261         * src/procmsg.h
12262         * src/stock_pixmap.[ch]
12263         * src/summaryview.c
12264                 Show key icon for encrypted mails in summary view
12265
12266         * src/pixmaps/clip.xpm
12267         * src/pixmaps/clipkey.xpm
12268         * src/pixmaps/key.xpm
12269                 New/modified icons for the above
12270
12271 2001-12-27 [melvin]     0.6.6claws25
12272
12273         * src/prefs_common.c
12274                 Put spell checker options in a separate tab to decrease
12275                 the Common Preferences window height.
12276
12277         * README.claws  
12278                 Update spell checker usage instruction about its options
12279                 location.
12280
12281 2001-12-27 [melvin]     0.6.6claws24
12282
12283         * src/compose.c
12284                 Changed subject entry widget position. Initial focus is
12285                 on the To header instead of the subject entry.
12286                 Creating a new header scrolls the header list to make the
12287                 created one visible. Nevertheless, when automatically filling
12288                 headers, the first one is shown.
12289                 A Tab key press in the last empty header entry zips the 
12290                 focus to the subject entry.
12291                 (I did not change the combo boxes, yet)
12292
12293 2001-12-26 [alfons]     0.6.6claws23
12294
12295         * src/prefs_account.c
12296         * src/inc.c
12297                 allow default inbox to reside in another mailbox (only
12298                 works for POP3 accounts)
12299
12300 2001-12-26 [alfons]     0.6.6claws22
12301         
12302         * src/textview.c
12303                 make reply-on-click work with the account of the selected folder
12304         * src/compose.c
12305                 put a fixme here to remind me to fix finding correct default
12306                 account for nested folders
12307
12308 2001-12-25 [alfons]     0.6.6claws21
12309
12310         * src/summaryview.c
12311                 make column headers display locked and mark pixmaps (idea by Melvin) 
12312                 fix bug by adding score and locked column type to sort array
12313
12314 2001-12-25 [alfons]     0.6.6claws20
12315         
12316         * src/summaryview.c
12317                 catch a *potentially* inadvertent write back of  
12318                 the message cache(s) introduced by 0.6.5claws37
12319
12320 2001-12-25 [christoph]  0.6.6claws19
12321
12322         * src/stock_pixmap.[ch]
12323         * src/summaryview.c
12324                 add ignore thread pixmap
12325                 (can someone draw a better icon for this?)
12326
12327 2001-12-24 [alfons]     0.6.6claws18
12328
12329         * src/prefs_folder_item.c
12330                 make address completion actually work for the
12331                 Default To address in the Folder Property dialog.
12332
12333 2001-12-24 [alfons]     0.6.6claws17
12334         
12335         * src/summaryview.c
12336                 use new style regexp for subject stripping 
12337                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12338
12339 2001-12-24 [darko]      0.6.6claws16
12340
12341         * src/pgptext.c
12342         * src/rfc2015.c
12343                 move GPG related informational messages to debug mode
12344
12345 2001-12-23 [alfons]     0.6.6claws15
12346
12347         * src/stock_pixmap.[ch]
12348         * src/summaryview.c
12349                 add the forgotten Claws' locked pixmap
12350
12351 2001-12-23 [alfons]     0.6.6claws14
12352
12353         * src/filesel.c
12354                 accept file name typed in entry in multi file
12355                 selector (patch submitted by Gustavo Noronha Silva 
12356                 <kov@debian.org>)
12357
12358 2001-12-23 [alfons]     0.6.6claws13
12359
12360         * src/prefs_filter.c
12361         * src/prefs_filtering.c
12362         * src/matcher.c
12363         * src/importmutt.c
12364                 clean up a little bit
12365         
12366         * src/string_match.c
12367                 validate input strings a little bit more
12368
12369 2001-12-23 [alfons]     0.6.6claws12
12370
12371         * src/Makefile.am
12372         * src/summaryview.c
12373         * src/string_match.[ch]         ** NEW **
12374         * src/folderview.[ch]
12375         * src/headerview.h
12376         * src/folder.[ch]
12377         * src/prefs_folder_item.[ch]
12378                 add subject simplification to strip out strings from
12379                 a subject line (esp. handy for mailing lists). 
12380                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12381                 but slightly changed things for better integration.)
12382
12383 2001-12-23 [alfons]     0.6.6claws11
12384
12385         * src/mainwindow.c
12386                 fix bug introduced by submission included in 0.6.5claws52.
12387                 ideally this submission should clean the trash if any trash
12388                 folder has a message. however, the hasTrash variable was
12389                 set to false whenever a trash folder was empty (discarding
12390                 a previously found *filled* trash folder.)
12391
12392                 also edited the code a little bit and made it more safe.
12393
12394 2001-12-22 [alfons]     0.6.6claws10
12395
12396         * src/imap.c
12397                 quick fix for Martin Pool's omission of an account
12398                 specific SSL setting
12399
12400 2001-12-22 [alfons]     0.6.6claws9
12401
12402         * src/compose.c
12403         * src/messageview.c
12404         * src/mimeview.c
12405         * src/pgptext.c
12406         * src/procmime.[ch]
12407                 better support for multipart/digest (submitted
12408                 by Fredrik <e98fo@efd.lth.se>)
12409
12410 2001-12-22 [alfons]     0.6.6claws8
12411
12412         * src/addressbook.c
12413                 correct function signature
12414         * src/socket.[ch]
12415         * src/imap.[ch]
12416         * src/prefs_account.[ch]
12417                 allow IMAP over SSH tunnel (patch submitted by 
12418                 Martin Pool <mbp@samba.org>)
12419
12420 2001-12-21 [alfons]     0.6.6claws7
12421
12422         * sync with sylpheed 0.6.6cvs4-9
12423                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12424
12425 2001-12-21 [christoph]  0.6.6claws6
12426
12427         * src/compose.c
12428         * src/prefs_folder_item.[ch]
12429                 implement saving of outgoing messages to current folder.
12430                 fix segfault when no default outbox is available
12431                 (closes bug #495683)
12432
12433 2001-12-21 [carsten]    0.6.6claws5
12434         * src/folderview.c
12435         * src/summaryview.c
12436                 pressing CTRL while DND does now the expected thing and
12437                 copies the mail (moving is still the default, as this
12438                 seam more appropriate for handling mails by DND)
12439
12440 2001-12-18 [paul]       0.6.6claws4
12441
12442         * sync with sylpheed 0.6.6cvs3
12443                 see ChangeLog entries 2001-12-18
12444
12445 2001-12-18 [hiro]       0.6.6claws3
12446
12447         * src/undo.c
12448                 fix for multibyte characters (obtain the number of letters
12449                 instead of bytes).
12450
12451 2001-12-17 [paul]       0.6.6claws2
12452
12453         * sync with sylpheed 0.6.6cvs1
12454                 see ChangeLog entry 2001-12-16
12455
12456 2000-12-17 [alfons]     0.6.6claws1
12457
12458         * src/filtering.c
12459                 clean up
12460
12461 2001-12-16 [paul]       0.6.6claws
12462 2001-12-15
12463
12464         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12465
12466         * src/mimeview.c
12467                 last minute sync with main 0.6.6
12468
12469         * po/es.po
12470                 updated by Ricardo Mones Lastra
12471                 update for last minute sync
12472         * po/fr.po
12473         * po/nl.po
12474                 update for last minute sync
12475         * po/de.po
12476                 updated by Jens Oberender
12477         * po/pt_BR.po
12478                 updated by Fabio Junior Beneditto
12479
12480         * src/prefs_common.[ch]
12481         * src/undo.c
12482                 number of undo levels is user configurable
12483                 (squeeze it into the release in the dying
12484                 moments) Submitted by Jens Oberender    
12485
12486 2001-12-15 [melvin]
12487
12488         * po/fr.po
12489                 updated french translation
12490
12491 2001-12-15 [paul]       0.6.5claws92
12492
12493         * sync with sylpheed 0.6.5cvs28
12494                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12495
12496         * po/nl.po
12497                 update to allow for sync
12498
12499 2001-12-15 [alfons]
12500         
12501         * po/nl.po
12502                 update dutch translation
12503
12504 2001-12-14 [carsten]    0.6.5claws91
12505         * src/summaryview.c
12506                 fixed bug #473785; also after changing the column order
12507                 the same message will be selected and displayed as before
12508                 the reordering
12509
12510 2001-12-14 [carsten]    0.6.5claws90
12511         * src/folderview.c
12512                 probably found the bug reported by wwb opening or closing
12513                 a folder tree just before dnd (found the solution in the
12514                 balsa source -- thanks to them)
12515
12516 2001-12-14 [carsten]    0.6.5claws89
12517         * src/gtkutils.c
12518         * src/account.c
12519                 moved gtk_clist_moveto to the right place, so that
12520                 only the accounts dialog is effected on opening
12521
12522 2001-12-14 [carsten]    0.6.5claws88
12523         * src/gtkutils.c
12524                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12525                 now, so that the focused row will be seen in any case
12526                 (reported by wwp on sf-claws-user)
12527
12528 2001-12-14 [darko]      0.6.5claws87
12529
12530         * src/compose.c
12531                 remove unnecessary line
12532
12533 2001-12-14 [paul]       0.6.5claws86
12534
12535         * sync with sylpheed 0.6.5cvs27
12536                 see ChangeLog entries 2001-12-14
12537
12538 2001-12-14 [carsten]    0.6.5claws85
12539         * src/mainwindow.c
12540                 following a suggestion of Melvin the rcoabm pops up
12541                 right under the button now and the button is reliefed
12542                 while the popup is open
12543
12544 2001-12-14 [darko]      0.6.5claws84
12545
12546         * src/compose.c
12547                 fix crash when wrapping long lines if linewrap quotation
12548                 is disabled and wrapper encounters a word spanning more
12549                 than one line
12550
12551 2001-12-13 [paul]       0.6.5claws83
12552
12553         * src/compose.c
12554                 prefer 'Reply-To' header over mailing list header when
12555                 replying to a message. Finally prevent all those confirmation 
12556                 messages being sent to the list itself.
12557
12558         * src/summaryview.c
12559                 remove unused summary_set_menu_sensitive() entry
12560
12561 2001-12-13 [paul]       0.6.5claws82
12562
12563         * src/folderview.c
12564         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12565         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12566         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12567                 improvements to 'Hide read messages': Inbox, Outbox,
12568                 Trash, Queue, and Draft icons now reveal presence of hidden 
12569                 messages
12570
12571 2001-12-12 [alfons]     0.6.5claws81
12572
12573         0.6.5claws80 was tagged as LAST_STABLE
12574
12575         * src/filtering.[ch]
12576         * src/matcher.[ch]
12577         * src/matcher_parser_lex.c
12578                 fix the filtering; my last attempt to get it right, 
12579                 if it does not work, it's Hoa's turn. ;-)
12580
12581                 for my honourable peers:
12582                 
12583                 the code now makes a clear distinction between
12584                 rules as they are displayed (probably escaped),
12585                 and as they are executed (probably unescaped). the
12586                 parser does *NOT* do any unescaping, this is
12587                 the task of the matcher.c (which breaks up a
12588                 rule into condition) and the filtering.c (which
12589                 breaks up the rule's action). to make this
12590                 run happily we provide an unescaped copy of
12591                 crucial strings to the MatcherProp and 
12592                 FilteringAction structures. note that the only
12593                 exception to this is any REGEXP string. those
12594                 are directly passed to regcomp() and regexp()
12595                 (who have much more powerful unescape functions).
12596                 
12597                 for everyone else:
12598         
12599                 you can escape tab (\t), carriage return (\r),
12600                 linefeed (\n), form feed (\f), quote (\"), 
12601                 single quote (\'), bell (\b) in all the entry
12602                 lines in the scoring & filtering dialogs.
12603                 as an added bonus this should not affect
12604                 existing filtering rules.
12605
12606 2001-12-12 [carsten]    0.6.5claws80
12607
12608         * src/summaryview.c
12609         * po/de.po
12610                 "item(s) selected" is now sensitive to 1 or more
12611                 than one selected (nice for language where simple
12612                 adding of a "s" is not possible as German (Eintrag
12613                 ->Eintr"age)
12614                 
12615                 the "forward as attachment" entry from the right
12616                 click menu removed, "forward" acts following the
12617                 prefs
12618         
12619         * src/textview.c
12620                 reverted my former changes; so compiler warning again
12621                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12622                 nevertheless
12623
12624         * src/messageview.c
12625                 "search in message" does now *not* only work in MVIEW_TEXT
12626                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12627                 message
12628
12629         * src/mainwindow.c
12630                 removed "/File/_Close" as it was the same as "/File/E_xit"
12631                 and we don't need it two times
12632
12633                 the separate folder view and message view now get a distinct
12634                 WMCLASS, just in case someone is using sawfish ;-)
12635
12636                 as the menu entries "/View/Message view" and "/View/Folder tree"
12637                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12638                 make them sensitive accordingly and as these two are "shown"
12639                 after startup anytime check this menuitem at startup
12640
12641 2001-12-12 [paul]       0.6.5claws79
12642
12643         * src/folderview.c
12644                 fix sensitivity of 'Search folder...', broken in
12645                 0.6.5claws75
12646
12647         * src/mainwindow.c
12648                 fix dodgy English
12649
12650 2001-12-11 [carsten]    0.6.5claws78
12651         * src/filtering.c
12652                 fixed two typos returning a wrong FALSE/TRUE
12653         * src/mainwindow.[ch]
12654                 extra menu for email/news button removed
12655
12656 2001-12-11 [alfons]     0.6.5claws77
12657         
12658         * src/matcher.c                 (1.3)
12659         * src/matcher_parser_lex.l      (1.28)
12660                 revert for another attempt
12661                 mark 0.6.5claws77 as LAST_STABLE
12662
12663 2001-12-11 [christoph]  0.6.5claws76
12664
12665         * po/de.po
12666                 fixed wrong translation for prev. unread msg
12667
12668 2001-12-11 [paul]       0.6.5claws75
12669
12670         * src/folder.[ch]
12671         * src/folderview.c
12672         * src/mainwindow.c
12673         * src/summaryview.[ch]
12674         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12675                 enable ability to hide read messages on per folder basis via 
12676                 '/Summary/Hide read messages'; when selected, a folder will 
12677                 have a red open folder icon, instead of a blue icon, if the 
12678                 folder contains hidden messges
12679                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12680
12681         * src/mainwindow.c
12682                 remove '/Message/Forward as attachment' from 
12683                 main_window_set_menu_sensitive() to prevent debug warning
12684
12685         * src/folderview.c
12686         * src/mainwindow.c
12687                 Clean up some of the English
12688
12689         * tools/newscache_clean.pl
12690                 allow for new 'hidereadmsgs' entry in folderlist.xml
12691
12692         * po/es.po
12693                 updated translation, submitted by Ricardo Mones Lastra
12694
12695 2001-12-11 [paul]       0.6.5claws74
12696
12697         * sync with sylpheed 0.6.5cvs25
12698                 see ChangeLog entry 2001-12-11
12699
12700 2001-12-10 [alfons]     0.6.5claws73
12701
12702         * src/matcher.c
12703                 add more control characters
12704         * src/matcher_parser_lex.l
12705                 make escaping / unescaping work again
12706
12707 2001-12-10 [alfons]     0.6.5claws72
12708
12709         * src/imap.c
12710                 clean up warnings "returning value for void function" 
12711         * src/prefs_filtering.c
12712                 make info button for execute action sensitive
12713
12714 2001-12-10 [paul]       0.6.5claws71
12715
12716         * src/compose.c
12717         * src/imap.[ch]
12718         * src/summaryview.c
12719                 fix: imap server now gets informed of MARKED, UNMARKED
12720                 and REPLY events. Now people can use different IMAP-Mail
12721                 clients and have the exact same information about MARKED,
12722                 UNMARKED and REPLY status with all of them. Especially
12723                 useful for imap servers with a web-frontend.
12724                 submitted by Tobias Sandhaas <medlor@web.de>
12725
12726 2001-12-09 [melvin]     0.6.5claws70
12727         
12728         * src/textview.[ch]
12729                 fixed bug #490076 (hunted down by Alfons who implemented
12730                 a workaround in 0.6.5claws65)
12731
12732 2001-12-09 [christoph]  0.6.5claws69
12733
12734         * src/summaryview.c
12735                 set pointer to string in LOCKED column to NULL
12736                 (might fix bug #490800)
12737
12738 2001-12-09 [carsten]    0.6.5claws68
12739
12740         * po/de.po
12741                 resolved some cluttered menu shortcuts 
12742                 ('creating new email' and 'creating news message'
12743                 hade the same)
12744         * src/compose.c
12745                 wmclass now distinc from main window
12746         * src/mainwindow.c
12747           src/mainwindow.h
12748                 email/news and forward button functionality similar
12749                 to the reply buttons; removed the ugly dropdown arrows
12750                 and use instead the right mouse button
12751
12752 2001-12-09 [paul]       0.6.5claws67
12753
12754         * src/imap.c
12755         * src/utils.h
12756                 allow spaces in imap folder names
12757                 submitted by Willem van Engen <wvengen@stack.nl>
12758
12759 2001-12-09 [paul]       0.6.5claws66
12760
12761         * sync with sylpheed 0.6.5cvs24
12762                 see ChangeLog entry 2001-12-09
12763
12764 2001-12-08 [alfons]     0.6.5claws65
12765
12766         * src/textview.c
12767                 prevent secondary selection claim after "add to sender" dialog
12768                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12769                 we trick GTK by simulating a click at (0, 0) in the textview.
12770
12771 2001-12-08 [hoa]        0.6.5claws64
12772
12773         * src/folder.c
12774                 fixed a bug about the .processing folder name while filtering
12775
12776 2001-12-08 [alfons]     0.6.5claws63
12777
12778         * src/folderview.c 
12779                 work around problem of not correctly updating folder stats
12780                 when deleting messages. there's some folder scanning evil
12781                 going so the folderview_update_msg_num() does not work
12782                 correctly. need to investigate this.
12783
12784 2001-12-08 [paul]       0.6.5claws62
12785
12786         * sync with sylpheed 0.6.5cvs23
12787                 see ChangeLog entry 2001-12-08
12788
12789 2001-12-07 [christoph]  0.6.5claws61
12790
12791         * src/compose.c
12792                 fix another header translation problem
12793
12794 2001-12-07 [alfons]     0.6.5claws60
12795
12796         * src/mbox.c
12797                 make filtering also work on local spool mbox
12798
12799 2001-12-07 [carsten]    0.6.5claws59
12800         * src/addressbook.c
12801                 addressbook window gets a wmclass distinct from the main
12802                 sylpheed window
12803         * src/compose.h
12804         * src/mainwindow.[ch]
12805                   forward menu item will use mode selected in prefs, forward 
12806                 as attatchment in menu removed (will be substituted in the
12807                 toolbar similar to reply buttons)
12808                   create news message menu entry and news button is now 
12809                 sensitive to the existance of a news account
12810         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12811         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12812         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12813                 these are removed because the toolbar buttons don't show
12814                 the quoting modus any longer
12815
12816 2001-12-07 [paul]
12817
12818         * tools/newscache_clean.pl      ** NEW FILE **
12819                 perl script to do some tidying up in the newscache directory 
12820                 
12821         * tools/sylpheed-switcher       ** NEW FILE **
12822                 perl script to enable easy switching between main and claws
12823                 
12824         * tools/README
12825                 added descriptions of the two new perl scripts          
12826
12827
12828 2001-12-07 [melvin]     0.6.5claws58
12829
12830         * src/messageview.c
12831                 fixed a warning during compilation introduced in 0.6.5claws56
12832
12833 2001-12-07 [paul]       0.6.5claws57
12834
12835         * src/mainwindow.[ch]
12836         * src/menu.[ch]
12837                 further usability enhancements to replying with or without 
12838                 quoting via the toolbar, use of Ctrl key is replaced by 
12839                 drop down menu 
12840                 Submitted by Carsten Schurig            
12841
12842 2001-12-07 [melvin]     0.6.5claws56
12843
12844         * src/messageview.c
12845                 hack to fix bug that prevented to make/paste selections
12846                 after switching between MVIEW_TEXT and MVIEW_MIME views
12847                 without deselecting the selection first.
12848
12849 2001-12-06 [alfons]     0.6.5claws55
12850
12851         * src/filtering.[ch]
12852         * src/inc.c
12853                 revise filtering a little bit more, and make sure
12854                 messages are delivered to the appropriate inbox
12855                 (perhaps set per account)
12856
12857 2001-12-06 [paul]       0.6.5claws54
12858
12859         * sync with sylpheed 0.6.5cvs22
12860                 see ChangeLog entry 2001-12-06
12861
12862 2001-12-05 [alfons]     0.6.5claws53
12863
12864         * src/inc.c
12865         * src/folder.[ch]
12866         * src/procmsg.c
12867         * src/filtering.c
12868                 more revisions of filtering system
12869                 (last stable version is marked as LAST_STABLE)
12870                 
12871                 | NOTE 1): the filtering system now uses a local folder called
12872                 | .processing. if filtering fails, check this directory
12873                 | for missing messages.
12874                 |
12875                 | NOTE 2): help us find the filtering actions still missing
12876
12877 2001-12-05 [paul]       0.6.5claws52
12878
12879         * src/mainwindow.c
12880                 fix bug where 'Empty Trash?' pop-up window appears even
12881                 when Trash is empty, submitted by Jesse Skinner         
12882
12883 2001-12-05 [melvin]     0.6.5claws51
12884
12885         * src/compose.c
12886                 fixed bug #486106 to select correct account when reediting 
12887                 a queued message
12888         
12889 2001-12-04 [alfons]     0.6.5claws50
12890
12891         * src/mh.c
12892                 declare markfile in appropriate functions when
12893                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12894                 for spotting this)
12895
12896 2001-12-04 [paul]       0.6.5claws49
12897
12898         * sync with sylpheed 0.6.5cvs21
12899                 see ChangeLog entry 2001-12-04
12900
12901 2001-12-03 [christoph]  0.6.5claws48
12902
12903         * po/de.po
12904                 changed translation of undo
12905         * src/account.c
12906         * src/folder.c
12907                 don't reinvent the wheel to traverse a GNode
12908         * src/compose.[ch]
12909                 seperate code to create the compose gui into functions
12910                 add "Others" page with folder selection for saving copy
12911                 of the message.
12912                 the folder identifier is saved to queue header
12913         * src/procmsg.c
12914                 save message to folder in queue header
12915
12916 2001-12-03 [paul]       0.6.5claws47
12917
12918         * sync with sylpheed 0.6.5cvs20
12919                 see ChangeLog entry 2001-12-03
12920
12921 2001-12-01 [paul]
12922
12923         * more sync with sylpheed 0.6.5cvs19
12924                 see ChangeLog entry 2001-11-29
12925
12926 2001-11-30 [paul]       0.6.5claws46
12927         
12928         * src/compose.c
12929                 remove conflicts introduced by Hoa's last commit
12930          
12931         * src/mainwindow.c
12932                 make 'Message/Bounce' sensitive
12933
12934 2001-11-30 [hoa]        0.6.5claws45
12935
12936         * src/compose.c
12937                 slightly change bounce function to add
12938                 information about the user that bounced the mail
12939                 in the From header line.
12940
12941         * src/folderview.c
12942                 permit the use of processing in outbox folder.
12943
12944 2001-11-29 [paul]       0.6.5claws44
12945
12946         * src/mainwindow.[ch]
12947         * src/prefs_common.c
12948         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12949         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12950         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12951                 usability enhancements to the quoting, implements
12952                 use of Ctrl key to toggle quoting settings
12953                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12954
12955 2001-11-29 [paul]       0.6.5claws43
12956         
12957         * sync with sylpheed 0.6.5cvs19
12958                 see ChangeLog entry 2001-11-28
12959
12960 2001-11-29 [melvin]     0.6.5claws42
12961         * src/Makefile.am
12962                 added enriched.[ch] to the list of files
12963
12964         * src/textview.c
12965         * src/mimeview.c
12966         * src/procmime.[ch]
12967         * src/enriched.[ch]
12968                 added support to view text/enriched
12969                 added support to show headers in message view for text/enriched and text/html
12970                         in non multipart messages
12971
12972 2001-11-28 [paul]       0.6.5claws41
12973
12974         * more sync with sylpheed 0.6.5cvs18
12975                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12976
12977 2001-11-27 [paul]       0.6.5claws40
12978         
12979         * po/pt_BR.po
12980                 updated translation, submitted by Fabio Junior Beneditto
12981                 
12982         * sync with sylpheed 0.6.5cvs18
12983                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12984                 2001-11-27
12985
12986
12987 2001-11-26 [paul]
12988
12989         * po/es.po
12990                 updated translation, submitted by Ricardo Mones Lastra
12991
12992 2001-11-26 [alfons]
12993
12994         * src/matcher.c
12995                 add more translatable strings
12996
12997 2001-11-26 [christoph]  0.6.5claws39
12998
12999         * po/de.po      
13000                 fixed one more umlaut
13001         * src/compose.c
13002                 fix translated header when it should not be translated
13003
13004 2001-11-26 [paul]       0.6.5claws38
13005
13006         * src/mainwindow.c
13007                 remove '/Message/Add Sender to address book' from 
13008                 main_window_set_menu_sensitive(), prevent debug warning
13009                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13010
13011 2001-11-26 [paul]       0.6.5claws37
13012
13013         * src/summaryview.c
13014                 fix 'recurring unread state' bug 
13015
13016         * tools/README 
13017         * tools/filter_conv.pl
13018                 read name of top level mailbox from folderlist.xml
13019                 and presume nothing about its name              
13020
13021 2001-11-26 [darko]      0.6.5claws36
13022
13023         * src/gtkstext.[ch]
13024                 removed functions that are now in gtkutils.c
13025                 use gtkut_text_is_uri_string() from gtkutils.c
13026         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13027
13028 2001-11-26 [paul]       0.6.5claws35
13029
13030         * sync with sylpheed 0.6.5cvs16
13031                 see ChangeLog entries 2001-11-25 and 2001-11-26
13032
13033 2001-11-25 [alfons]     0.6.5claws34
13034
13035         EXPERIMENTAL!!! Please checkout the last stable version using: 
13036           
13037         % cvs update -r LAST_STABLE -dRAP
13038
13039         (Or help us testing this stuff.)
13040
13041         * src/filtering.c               (1.14)
13042         * src/filtering.h               (1.6)
13043         * src/inc.c                     (1.28)
13044         * src/matcher.c                 (1.20)
13045         * src/mbox.c                    (1.9)
13046         * src/procmsg.h                 (1.14)
13047         * src/summaryview.c             (1.59)
13048         * src/summaryview.h             (dunno)
13049                 revert/merge/sync to as it was before commit 
13050                 on Thu, 19 Jul 2001 10:15:51 -0700.
13051
13052 2001-11-25 [hoa]        0.6.5claws33
13053
13054         * src/main.c
13055                 processing mails at startup
13056
13057         * src/folderview.c
13058         * src/summaryview.[ch]
13059                 processing mails when entering folder
13060
13061         * src/prefs_filtering.c
13062                 fixed some UI bugs
13063
13064 2001-11-24 [alfons]     0.6.5claws32
13065
13066         * src/summaryview.[ch]
13067                 make summary sort headers work, and also make
13068                 sure the sort type is stored
13069
13070 2001-11-23 [alfons]     0.6.5claws31
13071
13072         * src/summaryview.[ch]
13073                 make lock work like mark
13074                 disallow deleting messages marked as locked
13075
13076 2001-11-23 [alfons]     0.6.5claws30
13077
13078         * src/gtkstext.c
13079         * src/compose.[ch]
13080         * src/Makefile.am
13081         * src/undo.[ch]
13082                 merge undo patch submitted by Jens
13083
13084 2001-11-23 [christoph]  0.6.5claws29
13085
13086         * src/.cvsignore
13087                 added ylwrap
13088         * src/compose.c
13089                 fixed gpg signing and encoding
13090         * src/folder.[ch]
13091         * src/main.c
13092                 added --status option to get new, unread and total
13093                 message count from a running sylpheed
13094         * src/prefs_common.c
13095                 temporary fix for reply_with_quote problem
13096                 (don't call functions for non existing widget)
13097         * src/procmsg.c
13098                 one more check for ignored threads but still not
13099                 always working correctly. probably a recursive
13100                 check for all parents is needed
13101
13102 2001-11-23 [darko]      0.6.5claws28
13103
13104         * src/compose.c
13105                 wrapping on send improvements
13106         * src/gtkutils.[ch]
13107                 fix for GtkSText after last sync with main branch
13108                 GTK_TEXT -> GTK_STEXT
13109
13110 2001-11-23 [paul]       0.6.5claws27
13111
13112         * sync with sylpheed 0.6.5cvs14
13113                 see ChangeLog entries 2001-11-22 and 2001-11-23
13114                 
13115         * po/de.po
13116                 fixed the scrambled umlauts 
13117                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13118
13119 2001-11-21 [paul]       0.6.5claws26
13120
13121         * sync with sylpheed 0.6.5cvs12
13122                 see 2nd ChangeLog entry dated 2001-11-20
13123
13124 2001-11-20 [paul]       0.6.5claws25
13125
13126         * sync with sylpheed 0.6.5cvs11
13127                 see ChangeLog entry 2001-11-19 (src/utils.c)
13128
13129 2001-11-20 [hiro]
13130
13131         * src/compose.c
13132                 GTK_TEXT -> GTK_STEXT
13133                 fix for wrong comment
13134
13135 2001-11-20 [hiro]       0.6.5claws24
13136
13137         * src/compose.[ch]
13138                 more merges from main branch
13139                 removed fatal warnings (uninitialized variables etc.)
13140                 some coding style fix
13141         * src/gtkutils.h
13142                 fixed typo.
13143         * src/addressbook.c
13144           src/addrindex.c
13145                 V-Card -> vCard
13146
13147 2001-11-19 [hoa]        0.6.5claws23
13148
13149         * src/filtering.c
13150         * src/prefs_scoring.c
13151         * src/matcher.[ch]
13152         * src/scoring.c
13153                 cleaning code
13154
13155         * src/matcher_parser_parse.y
13156         * src/prefs_filtering.c
13157                 bouncing
13158
13159 2001-11-19 [alfons]     0.6.5claws22
13160
13161         more of my old things into claws
13162
13163         * src/Makefile.am
13164         * src/prefs_common.c
13165         * src/procmsg.h
13166         * src/summaryview.[ch]
13167         * src/prefs_summary_column.c
13168         * src/pixmaps/locked.xpm
13169                 add indicators for locking of message in summary view
13170                 (does not work yet, only visual indicator)
13171
13172 2001-11-19 [paul]       0.6.5claws21
13173
13174         * sync with sylpheed 0.6.5cvs10
13175                 see ChangeLog entry 2001-11-19
13176
13177 2001-11-18 [alfons]     0.6.5claws20
13178         
13179         * src/filtering.c
13180                 remove an inadvertent free I forgot in previous clean up 
13181
13182 2001-11-18 [alfons]     0.6.5claws19
13183
13184         * src/filtering.[ch]
13185                 clean up & plug leaks
13186
13187 2001-11-18 [paul]       0.6.5claws18
13188
13189         * sync with sylpheed 0.6.5cvs9
13190                 see ChangeLog entries 2001-11-17 and 2001-11-18
13191
13192 2001-11-16 [paul]       0.6.5claws17
13193
13194         * sync with sylpheed 0.6.5cvs8
13195                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13196
13197 2001-11-16 [paul]       0.6.5claws16
13198
13199         * sync with sylpheed 0.6.5cvs7
13200                 see ChangeLog entries 2001-11-15 and 2001-11-16
13201
13202 2001-11-15 [hoa]        0.6.5claws15
13203
13204         * src/compose.c
13205                 fix bounce, mails we received couln't be bounced to ourself.
13206
13207         * src/defs.h
13208         * src/filtering.[ch]
13209         * src/matcher.[ch]
13210         * src/matcher_parser.h
13211         * src/matcher_parser_lex.l
13212         * src/matcher_parser_parse.y
13213         * src/inc.c
13214         * src/main.c
13215         * src/mbox.c
13216         * src/prefs_filtering.[ch]
13217         * src/mainwindow.c
13218         * src/prefs_matcher.c
13219         * src/prefs_scoring.c
13220         * src/scoring.[ch]
13221         * src/summaryview.c
13222                 new matcher/filter/score configuration file parser
13223                 one unique configuration file => ~/.sylpheed/matcherrc
13224                 import in currently automatic, then save are made
13225                 in this new file.
13226                 one filter per folder and one global filter
13227                 (filter of a folder will be used as folder processing)
13228
13229         * src/folder.c
13230                 fix a bug in folder_item_get_identifier
13231                 
13232         * src/messageview.c
13233                 receive receipt return are fixed.
13234
13235 2001-11-14 [alfons]     0.6.5claws14
13236
13237         * src/session.h
13238                 add things from main branch to make claws compile
13239
13240 2001-11-14 [paul]       0.6.5claws13
13241
13242         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13243                 see ChangeLog entries 2001-11-08 to 2001-11-14
13244
13245 2001-11-14 [hoa] 0.6.5claws12
13246
13247         * src/compose.[ch]
13248         * src/mainwindow.c
13249         * src/summaryview.c
13250                 add "bounce mail" option
13251
13252 2001-11-13 [christoph]  0.6.5claws11
13253
13254         * src/compose.c
13255                 Cleanup a mess i add before commiting
13256
13257 2001-11-13 [hoa]        0.6.5claws10
13258
13259         * src/compose.c
13260                 some fixes when mail are sent or
13261                 for crossposts
13262
13263 2001-11-13 [christoph]  0.6.5claws9
13264
13265         * po/de.po
13266                 Changed two string with the same translation
13267         * src/compose.c
13268         * src/procmsg.[ch]
13269         * src/send.[ch]
13270                 New mailsending process:
13271                   - Always queue message before sending
13272                     (message will be saved if sylpheed crashed or
13273                      freezes while sending)
13274                   - Allow queuing of newspostings
13275                   - No copy in outbox before sending
13276                     (closes bug #469501)
13277                   - No more redundant code for send and send_later
13278         * src/summaryview.c
13279                 Applied wwp <subscript@free.fr>'s patch that fixes
13280                 marks for multiple forwarded messages (+compose.c)
13281
13282 2001-11-12 [alfons]
13283
13284         * README.claws
13285                 remove things that are now in main branch
13286         
13287         * po/nl.po
13288                 update Dutch translation
13289
13290 2001-11-12 [mhadasht]   0.6.5.claws8
13291
13292         * src/prefs_common.c
13293                 re-enabled account autoselection feature for forward
13294                 and reedit lost during the branch point for SYNC-B4-REL
13295         * src/gtkspell.c
13296                 gtkpspell_get_dict(): more readable code (even if function is
13297                 not used yet)
13298         * ChangeLog.claws
13299                 added version number info to 2001-11-12 [hiro] comment.
13300
13301 2001-11-12 [hiro]       0.6.5.claws7
13302
13303         * src/compose.c
13304                 compose_forward(): fixed a bug that forward quote mark
13305                 wasn't used.
13306                 removed unnecessary code.
13307         * src/template_select.[ch]: removed.
13308
13309 2001-11-11 [alfons]
13310
13311         * src/compose.c
13312                 :%s/GTK_TEXT/GTK_STEXT/g
13313         
13314         * src/compose.[ch]
13315         * src/undo.[ch]
13316         * src/Makefile.am
13317                 revert the undo stuff (this is 0.6.6claws stuff)
13318
13319 2001-11-11 [hoa]        0.6.5.claws6
13320
13321         * src/compose.[ch]
13322                 Insert signature at the end of the text.
13323                 Added undo patch but currently disabled
13324
13325         * src/procmsg.c
13326                 Threading by subject improved.
13327
13328         * added src/undo.[ch]
13329                 Undo module for compose dialog box.
13330
13331 2001-11-11 [alfons]     0.6.5.claws5
13332
13333         * src/procmsg.c
13334                 prevent threading by subject on nodes that have already been
13335                 threaded by in-reply-to (as in "circular references in a tree
13336                 result in a dead branch")
13337
13338 2001-11-09 [hoa]        0.6.5.claws4
13339         
13340         * src/folderview.c
13341                 allows creation of mbox folder item from any files.
13342
13343 2001-11-09 [alfons]     0.6.5.claws3
13344         
13345         * src/utils.c
13346         * src/procmsg.c
13347                 do what I mean and correct threading by subject so it really
13348                 ignores attracting lines without "Re: "
13349
13350 2001-11-07 [alfons]     0.6.5.claws2
13351
13352         * src/procmsg.c
13353         * src/utils.[ch]
13354                 only attract by subject if a subject line starts with a "Re: "
13355         * src/syldap.c
13356                 remove warning
13357
13358 2001-11-07 [paul]       0.6.5claws1
13359
13360         * sync with sylpheed 0.6.5. release
13361                 see ChangeLog entry 2001-11-07
13362
13363 2001-11-07 [paul]       0.6.4claws31
13364
13365         * sync with sylpheed 0.6.4cvs18
13366                 see ChangeLog entries 2001-10-30 to 2001-11-07
13367                 prefs_templates.[ch] renamed prefs_template.[ch]
13368
13369 2001-11-06 [alfons]
13370         
13371         * src/utils.h
13372                 add semicolon Hoa forgot ;-)
13373                 
13374
13375 2001-11-06 [hoa]        0.6.4claws30
13376         
13377         * src/procmsg.c
13378         * src/summaryview.c
13379         * src/utils.c
13380         * src/utils.h
13381                 threading by subject - empty subject are ignored
13382
13383 2001-11-06 [christoph]  0.6.4claws29
13384
13385         * src/socket.c
13386                 use SSL_peek for sock_gets
13387         * src/utils.c
13388                 removed unneeded pointer in extracting quoted
13389                 names implementation
13390
13391 2001-11-06 [melvin]     0.6.4claws28
13392
13393         * src/gtkspell.c
13394                 fixed bug #476792 Selection overtyping with spell checker
13395                 fixed bug which could cause a buffer overflow
13396                 fixed a memory leak
13397
13398 2001-11-06 [hoa]        0.6.4claws27
13399         
13400         * src/procmsg.c
13401         * src/summaryview.c
13402                 threading by subject
13403
13404 2001-11-05 [alfons]     0.6.4claws26
13405         
13406         * README.claws
13407                 Claws -> Sylpheed (vice versa)
13408
13409         * src/compose.c
13410                 :%s/gtk_text/gtk_stext/g
13411                 :%s/GTK_TEXT/GTK_STEXT/g
13412                 (thanks to Jonathan Ware for spotting this)
13413
13414 2001-11-04 [christoph]  0.6.4claws25
13415
13416         * src/summaryview.c
13417                 replace Xalloca + strdup with Xstrdup_a
13418         * src/utils.c
13419                 better implementation of extracting quoted names
13420                 from addresses (remove backlashes and ignore
13421                 quotes after them)
13422
13423 2001-11-04 [alfons]     0.6.4claws24
13424
13425         * src/utils.[ch]
13426                 edit to comply more with coding style
13427
13428         * src/textview.c
13429                 fix bug reported by Kim Schulz. introduced by the patch integrated
13430                 in 0.6.4claws15. the code did not check the return value of
13431                 the html parser.
13432
13433         * AUTHORS
13434                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13435
13436 2001-11-04 [christoph]  0.6.4claws23
13437
13438         * src/main.c
13439         * src/prefs_common.[ch]
13440                 init some pointers that possibly caused a segfault
13441                 reported in the claws-users ML
13442
13443 2001-11-04 [hoa]        0.6.4claws22
13444
13445         * src/grouplistdialog.c
13446                 change the names of the nodes in the tree
13447
13448         * src/compose.c
13449                 enhanced mailto syntax as described in
13450                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13451                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13452
13453         * src/utils.c
13454                 encode and decode URI (useful when opening URL into
13455                 netscape).
13456
13457 2001-11-03 [hoa]        0.6.4claws21
13458
13459         * src/grouplistdialog.c
13460                 a new newsgroups list selection dialog box
13461                 with a CTree instead of a CList
13462
13463 2001-11-03 [hoa]        0.6.4claws20
13464
13465         * src/folderview.c
13466                 enable property and scoring options when right
13467                 click on "inbox"
13468
13469         * src/summaryview.c
13470                 fixed bug when nickname were displayed using
13471                 the address book.
13472
13473 2001-11-02 [darko]      0.6.4claws19
13474
13475         * src/compose.c
13476                 new wrap quotation and URL/long words wrapping implementation
13477         * src/compose.c src/gtkstext.[ch]
13478                 move gtkstext_strncmp() to gtkstext.c
13479
13480 2001-11-01 [christoph]  0.6.4claws18
13481
13482         * src/prefs_account.c
13483                 fixed mess in account settings dialog
13484         * src/prefs_folder_item.c
13485                 added label with folder path to dialog
13486
13487 2001-10-31 [match]      0.6.4claws17
13488
13489         * src/vcard.c
13490                 fix memory leak.
13491         * src/addrbook.c
13492                 fix generation of spurious address book file names.
13493                 remove redundant functions.
13494         * po/POTFILES.in
13495                 added missing file names.
13496
13497 2001-10-30 [paul]       0.6.4claws16
13498
13499         * sync with sylpheed 0.6.4cvs6
13500                 see ChangeLog entries 2001-10-26 to 2001-10-30
13501
13502         * tools/filter_conv.pl
13503                 read folderlist.xml to discover whether the top-level
13504                 folder is called 'Mailbox' or 'Mail' 
13505
13506 2001-10-29 [paul]       0.6.4claws15
13507
13508         * src/html.c, src/textview.c
13509                 activate links in html mail and fix clickable parts
13510                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13511
13512 2001-10-29 [paul]
13513
13514         * po/de.po, po/es.po, po/pt_BR/po
13515                 updated translations, submitted by Jens Oberender,
13516                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13517
13518 2001-10-29 [darko]      0.6.4claws14
13519
13520         * src/compose.c
13521                 fix wrapping for good
13522
13523 2001-10-29 [darko]
13524
13525         * src/compose.c
13526                 undo previous change as it broke the smart wrapping
13527
13528 2001-10-29 [darko]      0.6.4claws13
13529
13530         * src/compose.c
13531                 fix infinite loop when long URL is quoted
13532                 (closes bug #475122.
13533
13534 2001-10-28 [match]
13535
13536         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13537                 import Mutt address book
13538         * src/ldif.[ch] src/importldif.h
13539                 modified import LDIF handle user attributes
13540
13541 2001-10-28 [christoph]  0.6.4claws12
13542
13543         * src/summaryview.c
13544                 fixed that filtering did not work if there
13545                 were no filter rules
13546                 (closes bug #472003 and better implementation
13547                  of patch #474644)
13548
13549 2001-10-27 [christoph]  0.6.4claws11
13550
13551         * src/compose.c
13552                 make the folder's default account to be used when
13553                 replying. (patch by wwp <subscript@free.fr>)
13554         * src/compose.c
13555                 code cleanup, nearly killed all of wwp's patch
13556                 for folder's default account in compose
13557         * src/folderview.c
13558                 error panel when a folder could not be created
13559                 (closes bug #471080 new folder name & already
13560                  existing file)
13561
13562 2001-10-26 [alfons]
13563
13564         * src/utils.h
13565                 change prototype of strstr2() that Christoph forgot about
13566
13567 2001-10-26 [christoph]  0.6.4claws10
13568
13569         * src/account.c
13570                 made search for accounts by email address not case
13571                 sensitive
13572         * src/folder.c
13573                 fixed memory leak in folder_item_get_identifier
13574         * src/gtkspell.c
13575         * src/utils.c
13576                 fixed wrong strstr2 (should work like strstr)
13577
13578 2001-10-26 [darko]      0.6.4claws9
13579
13580         * src/compose.c src/gtkstext.[ch]
13581         * src/gtkstext.c
13582                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13583
13584 2001-10-26 [paul]       0.6.4claws8
13585
13586         * src/html.c
13587                 ignore css and javascript tags in html mail
13588                 case-insensitive, with or without double-quoted
13589                 strings
13590
13591 2001-10-26 [paul]       0.6.4claws7
13592
13593         * sync with sylpheed 0.6.4cvs1
13594                 see ChangeLog entry 2001-10-26
13595
13596         * src/prefs_account.c, src/prefs_common.c,
13597           src/prefs_summary_column.c
13598                 minor improvements to the English
13599
13600 2001-10-25 [alfons]     0.6.4claws6
13601
13602         * src/gtkstext.c
13603         
13604                 make GtkSText follow style of GtkText (closes bug 
13605                 #469211 "text selection while writing message")
13606                 
13607                 do sync with GTK 1.2.10
13608
13609 2001-10-25 [paul]       0.6.4claws5
13610
13611         * src/html.c
13612                 ignore css tags in html mail
13613
13614 2001-10-25 [darko]      0.6.4claws4
13615
13616         * src/compose.c
13617                 don't declare is_url_string as static function since
13618                 we need it in gtkstext.c
13619         * src/gtkstext.c
13620                 remove unused variable
13621                 don't wrap long URLs while composing a message
13622
13623 2001-10-24 [christoph]  0.6.4claws3
13624
13625         * src/socket.c
13626                 fix ssl deadlock, when peer closes connection
13627
13628 2001-10-24 [paul]       0.6.4claws2
13629
13630         * src/prefs_common.c
13631                 gettextize the gpg ascii-armored warning message
13632
13633         * src/compose.c
13634                 insert a DOS/MAC file into the composed message
13635                 (improvements)
13636
13637         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13638
13639 2001-10-22 [paul]       0.6.4claws1
13640
13641         * sync with sylpheed 0.6.4 release
13642                 see ChangeLog entries 2001-10-21
13643
13644         * po/fr.po, po/pt_BR.po
13645                 updated by Melvin Hadasht and Fabio Junior Beneditto
13646
13647 2001-10-21 [paul]       0.6.3claws30
13648
13649         * src/compose.c
13650                 insert a DOS text file from the compose window
13651                 into the composed message text (removes CRs characters)
13652                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13653
13654         * tools/filter_conv.pl, tools/README
13655                 automatically use ~/.sylpheed as working directory
13656                 print out confirmation message on completion
13657
13658         * correct Hoa's last ChangeLog.claws entry
13659
13660 2001-10-20 [hoa]        0.6.3claws29
13661
13662         * src/grouplistdialog.c
13663                 bugfix (another ?) to give the right
13664                 newsgroups list for each news server.
13665
13666         * src/news.c
13667         * src/news.h
13668                 improve the newsgroups list cache
13669
13670 2001-10-20 [paul]       0.6.3claws28
13671
13672         * sync with sylpheed 0.6.3cvs9
13673                 see ChangeLog entry 2001-10-19
13674
13675         * correct Alfons' last ChangeLog.claws entry
13676
13677 2001-10-19 [alfons]
13678
13679         * src/pgptext.[ch]
13680                 fix compilation problems (part of bug #472895)
13681
13682 2001-10-18 [hoa]        0.6.3claws27
13683
13684         * src/grouplistdialog.c
13685                 bugfix when we refresh was clicked (bug 472701)
13686
13687 2001-10-19 [christoph]  0.6.3claws26
13688
13689         * src/compose.c
13690                 last header entry should default to "To:" or
13691                 "Newsgroups:" and not copy the last entry line
13692                 in a new compose window
13693                 (closes bug #472686, #470792)
13694
13695 2001-10-19 [paul]       0.6.3claws25
13696
13697         * sync with Sylpheed 0.6.3cvs8
13698                 see ChangeLog entries 2001-10-18 and 2001-10-19
13699
13700 2001-10-18 [christoph]  0.6.3claws24
13701
13702         * src/procmsg.c
13703                 reimplement ignore thread
13704         
13705 2001-10-18 [hoa]        0.6.3claws23
13706
13707         * src/folderview.c
13708         * src/grouplistdialog.[ch]
13709                 enhanced news subscription interface (feature 469113)
13710
13711         * src/news.c
13712         * src/news.h
13713                 enchanced newsgroup listing,
13714                 now, we can get groups informations
13715                 (NNTPGroupInfo)
13716
13717 2001-10-18 [paul]       0.6.3claws22
13718
13719         * src/summaryview.c
13720                 remove comment (sync with main branch)
13721         * src/mainwindow.c
13722                 fix 'Re-edit' bug in 'Message' menu
13723
13724 2001-10-17 [christoph]  0.6.3claws21
13725
13726         * src/compose.c
13727                 ignore empty or whitespace only header lines
13728
13729 2001-10-17 [paul]       0.6.3claws20
13730
13731         * sync with sylpheed 0.6.3cvs7
13732                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13733                 2001-10-17
13734
13735 2001-10-17 [darko]
13736
13737         * src/compose.c
13738                 wrap long lines without spaces
13739                 don't wrap URLs
13740
13741 2001-10-16 [paul]
13742
13743         * po/es.po, po/nl.po, po/pt_BR.po
13744                 updated by Ricardo Mones Lastra, Alfons,
13745                 and Fabio Junior Beneditto
13746
13747         * sylpheed-0.6.3claws released
13748
13749 2001-10-15 [melvin] 0.6.3claws18
13750
13751         * README.claws
13752                 added summary and detailed installation instructions
13753                 for spell checker
13754         * po/fr.po
13755                 Updated, corrected and completed french translation
13756
13757 2001-10-15 [hoa] 0.6.3claws17
13758         * src/grouplistdialog.c
13759                 we can choose the newsgroups to display with wildcards
13760
13761 2001-10-15 [christoph]  0.6.3claws16
13762
13763         * src/account.c
13764         * src/compose.c
13765         * src/prefs_folder_item.[ch]
13766                 applied wwp <subscript@free.fr>'s folder
13767                 default account patch
13768         * po/de.po
13769                 Fixed wrong translation
13770
13771 2001-10-13 [alfons, christoph, melvin]  
13772                         0.6.3claws15
13773
13774         solution #2 to solve MT-safety problems defers all GUI related calls
13775         to the main thread using a gtk_idle_add() callback. discussed on
13776         ircnet #sylpheed, with christoph spotting some issues with the
13777         original code, and melvin allowing us to lobotomize his sylpheed.
13778
13779         * src/syldap.[ch], src/main.c
13780                 fix race problem in ldap search thread by deferring GUI 
13781                 stuff to main thread using gtk_idle_add()
13782
13783 2001-10-13 [paul]       0.6.3claws14
13784
13785         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13786                 add Sergey's smtpcred.patch
13787                 adds separate username/password setting for SMTP Auth
13788                 needed by some servers
13789                 (closes feature request #471659)
13790
13791 2001-10-13 [paul]       0.6.3claws13
13792
13793         * src/pgptext.[ch] **NEW FILES**
13794         * src/Makefile.am, src/messageview.c, src/mimeview.c
13795                 decrypt ascii-armored gpg text embedded in
13796                 the message body.
13797                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13798
13799 2001-10-13 [christoph]  0.6.3claws12
13800
13801         * README.claws
13802                 some more details on default to and
13803                 feature requests
13804         * src/main.c
13805                 init glib threading when ldap is used
13806         * src/syldap.c
13807                 threading fixes
13808         * po/de.po
13809                 fixed a typo
13810
13811 2001-10-12 [paul]       0.6.3claws11
13812
13813         * src/prefs_common.[ch], src/rfc2015.c
13814                 enable ascii-armored gpg text to be embedded in the
13815                 message body, selectable through the 'Privacy'
13816                 preferences. Supports encrypting only.
13817                 Submitted by Ravemax <ravemax@dextrose.com>
13818
13819 2001-10-12 [paul]       0.6.3claws10
13820
13821         * sync with sylpheed 0.6.3cvs6
13822                 see ChangeLog entries 2001-10-11 and 2001-11-12
13823
13824         * src/folderview.c
13825                 incorporated mbox folders, scoring, and folder
13826                 properties into the sync
13827
13828 2001-10-12 [darko]      0.6.3claws9
13829
13830         * README.claws
13831                 describe quotation wrapping
13832         * src/compose.c
13833                 don't treat tab as space to calculate line length properly
13834
13835 2001-10-11 [alfons]
13836
13837         * README.claws
13838                 correct description of how to make new filtering system work,
13839                 add some other things
13840                 
13841         * src/syldap.c
13842                 remove sched_yield() (not necessary / unportable)
13843
13844 2001-10-11 [paul]       0.6.3claws8
13845
13846         * sync with sylpheed 0.6.3cvs3
13847                 see ChangeLog entry 2001-10-10
13848
13849 2001-10-10 [christoph]  0.6.3claws7
13850
13851         * .cvsignore
13852                 ignore 2 files created by newer autotools
13853         * src/prefs_folder_item.c
13854                 using table for widget alignment
13855                 fixed memory leak and broken octal display
13856         * src/filesel.c
13857                 fixed segfault caused by lost filename
13858                 workaround (closes bug #469551)
13859
13860 2001-10-10 [paul]       0.6.3claws6
13861
13862         * sync with sylpheed 0.6.3cvs2
13863                 see ChangeLog entries 2001-10-09 and 2001-10-10
13864
13865 2001-10-10 [darko]      0.6.3.claws5
13866
13867         * src/gtkstext.c
13868                 proper calculation of right margin if smart wrapping is enabled
13869         * src/compose.c
13870                 automatically wrap long lines if wrap quotation is enabled
13871
13872 2001-10-09 [alfons]     0.6.3.claws4
13873
13874         * src/summaryview.c
13875                 select correct row when deleting last row in the summary view (and
13876                 close bug "[ #469104 ] select second last in list when deleting")
13877
13878 2001-10-09 [paul]       0.6.3claws3
13879
13880         * sync with sylpheed 0.6.3cvs1
13881                 updated some autotool scripts
13882
13883 2001-10-09 [darko]      0.6.3claws2
13884
13885         * src/gtkstext.[ch]
13886                 new name and mark with Sylpheed comment
13887         * src/compose.c
13888                 smart quotation wrapping a-la VIM
13889
13890 2001-10-08 [paul]       0.6.3claws1
13891
13892         * sync with sylpheed 0.6.3 release
13893                 see ChangeLog entry 2001-10-08
13894
13895 2001-10-08 [paul]       0.6.2claws24
13896
13897         * src/summaryview.c
13898                 more sync with sylpheed 0.6.2cvs12
13899                 Fixed the bug that didn't select the last row correctly
13900
13901
13902 2001-10-07 [paul]       0.6.2claws23
13903
13904         * sync with sylpheed 0.6.2cvs12
13905                 see ChangeLog entry 2001-10-07
13906
13907 2001-10-06 [match]
13908         * src/jpilot.[ch]
13909                 enable jpilot to read unsynch'ed addresses.
13910
13911         * src/editldap_basedn.c
13912                 fix segfault when opening dialog.
13913
13914 2001-10-06 [alfons]     0.6.2.claws22
13915
13916         * src/summaryview.c
13917                 fix bug with summary view selecting last *inserted*
13918                 node instead of last *visible* node. remember we
13919                 work with a tree
13920
13921 2001-10-06 [paul]       0.6.2claws21
13922
13923         * po/pt_BR.po
13924                 updated translation, contains some fixes and new
13925                 translations, submitted by Gustavo Noronha Silva
13926                 <kov@debian.org>
13927
13928         * src/prefs_common.c
13929                 change 'each' to 'every' - fix dubious English
13930
13931         * sync with sylpheed 0.6.2cvs11
13932
13933 2001-10-05 [alfons]     0.6.2claws20
13934
13935         * src/mainwindow.[ch], src/folderview.c
13936                 make composite tool button switch between "Compose News"
13937                 and "Compose Mail" depending on selected folder
13938                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13939
13940 2001-10-05 [paul]       0.6.2claws19
13941
13942         * src/mainwindow.c, src/summaryview.c
13943                 fix 'Message/Reply to all', broken in last commit
13944
13945         * src/compose.c
13946                 fix X_BEENTHERE seg fault, thanks to Alfons
13947
13948 2001-10-04 [paul]       0.6.2claws18
13949
13950         * src/compose.[ch], src/mainwindow.c
13951                 make "Message/Reply" reply to mailing lists; matches
13952                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13953                 based on portions of the patch submitted by
13954                 Junichi Uekawa <dancer@netfort.gr.jp>
13955
13956 2001-10-04 [darko]      0.6.2claws17
13957
13958         * src/compose.c
13959                 better smart wrapping
13960         * src/gtkstext.[hc]
13961                 a function to make text buffer contiguous
13962
13963 2001-10-03 [paul]       0.6.2claws16
13964
13965         * sync with sylpheed 0.6.2cvs10
13966
13967 2001-10-02 [alfons]
13968
13969         * configure.in
13970         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13971                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13972                 references to chinese translations (hope someone picks up
13973                 this)
13974
13975 2001-10-02 [christoph]  0.6.2claws15
13976
13977         * src/compose.c
13978                 fixed non translated header bug
13979         * ChangeLog.claws
13980                 fixed wrong date in alfons last entry ;)
13981
13982 2001-10-02 [alfons]     0.6.2claws14
13983
13984         * src/compose.c, src/prefs_common.[ch]
13985                 add block cursor option
13986
13987 2001-10-02 [paul]       0.6.2claws13
13988
13989         * sync with sylpheed 0.6.2cvs9
13990
13991 2001-09-30 [paul]       0.6.2claws12
13992
13993         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13994                 updated translations
13995
13996         * po/POTFILES.in
13997                 add 'src/importldif.c'
13998
13999         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14000                 added eudora-to-vCard conversion tool
14001                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14002
14003         * sync with sylpheed 0.6.2cvs8
14004
14005 2001-09-30 [paul]
14006
14007         * sylpheed-0.6.2claws released
14008
14009 2001-09-27 [melvin]     0.6.2claws11
14010
14011         * src/gtkspell.c
14012                 fixed crash when using default path (introduced 
14013                 in 0.6.2claws10)
14014                 fixed tiny bug for initial suggestion mode
14015
14016 2001-09-27 [melvin]     0.6.2claws10
14017         
14018         * src/gtkspell.c
14019                 fixed bug where gtkpspell didn't set the path correctly
14020
14021         * README.claws
14022                 added a paragraph about spell checking
14023                 
14024
14025
14026 2001-09-27 [paul]       0.6.2claws9
14027
14028         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14029                 replace '// comments' with '/* comments */' to prevent
14030                 some compiler warnings 
14031
14032         * sync with sylpheed 0.6.2cvs6
14033
14034 2001-09-26 [alfons]     0.6.2claws8
14035
14036         * src/messageview.c
14037                 introduce return receipt request notification again,
14038                 which was lost because of other semantics in 
14039                 procheader_parse() (???)
14040
14041 2001-09-26 [christoph]  0.6.2claws7
14042
14043         * src/compose.c
14044                 replace comments for old code with #if 0
14045                 readded auto cc, bcc and reply-to
14046         * src/prefs_matcher.c
14047         * src/prefs_scoring.c
14048                 removed some definition (was moved to
14049                 prefs.h)
14050
14051 2001-09-26 [paul]       0.6.2claws6
14052
14053         * src/mainwindow.c
14054                 make 'Follow-up and reply to' sensitive
14055
14056         * more sync with sylpheed 0.6.2cvs5
14057
14058 2001-09-25 [melvin]
14059
14060         * 0.6.2claws5
14061
14062         * src/gtkspell.c
14063                 fixed bug for "US-ASCII" introduced by the encoding code
14064
14065 2001-09-25 [paul]
14066
14067         * 0.6.2claws4
14068
14069         * src/prefs_common.[ch], src/summaryview.c
14070                 'next unread msg' 'go to next folder?' dialog can be
14071                 given default behaviour, either always show dialog,
14072                 or assume 'yes', or assume 'no'
14073                 Submitted by wwp <subscript@free.fr>
14074
14075 2001-09-25 [melvin]
14076                 
14077         * src/compose.c src/gtkspell.[ch]
14078                 added support for different encodings
14079
14080 2001-09-25 [paul]
14081
14082         * more sync with sylpheed 0.6.2cvs5
14083
14084 2001-09-24 [alfons]
14085         
14086         * src/prefs_folder_item.c
14087                 add check for item->prefs->default_to string is NULL and
14088                 add another check when freeing this string
14089
14090 2001-09-24 [paul]
14091
14092         * configure.in
14093                 change to version 0.6.2claws3
14094
14095         * sync with sylpheed 0.6.2cvs5 
14096
14097 2001-09-24 [match]
14098         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14099                 import LDIF files.
14100         * src/addrcache.[ch], addrindex.[ch]
14101                 small update for future
14102         * src/addrbook.c
14103                 fix test XML file.
14104
14105 2001-09-24 [melvin]
14106         * src/gtkspell.[ch]
14107                 added 'Learn from mistakes' option
14108                 better handling of quotes in checked words
14109                 sorted dict list
14110         * po/fr.po
14111                 small update for spell checking stuff
14112
14113 2001-09-23 [alfons]
14114         
14115         * src/gtkspell.c
14116                 edit a little bit so it complies more with main coding style
14117
14118 2001-09-23 [alfons]
14119
14120         * src/folder.[ch], prefs_folder_item.c, compose.c
14121                 migrate "request return receipt" folder property
14122                 to folderlist.xml
14123
14124 2001-09-22 [alfons]
14125
14126         * README.claws **NEW**
14127                 (add things of interest for users of main branch 
14128                 and claws here)
14129
14130         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14131                 re-implement threading per folder option, but store 
14132                 the setting in folderlist.xml (where it belongs)
14133
14134 2001-09-21 [melvin]
14135
14136         * src/gtkspell.[ch]
14137                 fixed bug when compose window is under another window
14138         * src/prefs_common.[ch] src/compose.c
14139                 changed 'dictionary_path' to 'dictionary' to be consistent
14140                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14141         * ac/pspell.m4 src/Makefile.am 
14142                 dropped PSPELL_PATH macro
14143         * po/fr.po
14144                 updated translations
14145
14146 2001-09-21 [christoph]
14147
14148         * src/compose.c
14149                 added border around header fields
14150                 keep header type when new field is added
14151
14152 2001-09-20 [christoph]
14153
14154         * src/utils.[ch]
14155                 more portable debug_print with source filename
14156                 and linenumber
14157         * src/procmsg.c
14158                 more newlines after debug messages
14159
14160 2001-09-20 [paul]
14161
14162         * configure.in
14163                 change to version 0.6.2claws2
14164
14165         * sync with sylpheed 0.6.2cvs3
14166
14167 2001-09-19 [melvin]
14168
14169         * src/gtkspell.c
14170                 fixed the post-right-click focus pb
14171                 fixed crash when 'Spell check all' after dict change 
14172                         and when cursor is at the end of the text
14173                 shift-right-click pops up config menu even on misspelled words.
14174         * po/POTFILES.in
14175                 added gtkspell.c
14176
14177 2001-09-19 [melvin]
14178
14179         * src/about.c
14180                 added pspell to compiled-in features list
14181
14182 2001-09-18 [melvin]
14183
14184         * switched to pspell and dropped ispell
14185         * ac/pspell.m4
14186                 new file. autoconf macro for pspell
14187         * ac/Makefile.am 
14188         * configure.in acconfig.h
14189                 added pspell support
14190         * src/Makefile.am
14191         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14192         * src/prefs_common.[ch] 
14193                 added pspell support
14194
14195 2001-09-18 [christoph]
14196
14197         * src/addr_compl.c
14198         * src/template.[ch]
14199                 replace LOG_MESSAGE with debug_print
14200         * src/compose.[ch]
14201                 gui improvements
14202         * src/menu.c
14203                 added newline after debug message
14204         * src/utils.h
14205                 using __VA_ARGS__ for debug_print macro
14206         * tools/.cvsignore
14207                 ignore Makefile and Makefile.in
14208
14209 2001-09-18 [paul]
14210
14211         * configure.in
14212                 change to version 0.6.2claws1
14213         * sync with sylpheed 0.6.2cvs1
14214
14215         * src/matcher.c 
14216         * src/prefs_matcher.c
14217                 add 'score equal to' option, submitted by
14218                 Paul Evans <nerd@freeuk.com>
14219
14220 2001-09-15 [christoph]
14221
14222         * src/mainwindow.c
14223                 comment out menu entry not existing in claws
14224         * src/menu.c
14225                 add debug output for non existing menu entries
14226         * src/summaryview.c
14227                 fix next/prev unread message for ignored threads
14228         * src/utils.[ch]
14229                 add sourcefile and line number to debug output
14230                 otherwise it is sometimes hard to find the
14231                 source code part if debug messages are translated
14232
14233 2001-09-14 [darko]
14234         
14235         * src/folderview.c
14236                 refresh target folder style after colour is changed
14237
14238 2001-09-13 [paul]
14239
14240         * configure.in
14241                 change to version 0.6.1claws3
14242
14243         * sync with sylpheed 0.6.1cvs6
14244
14245 2001-09-13 [darko]
14246         
14247         * src/folderview.c
14248                 fix target folder colourization to use user selected colour
14249
14250 2001-09-12 [darko]
14251         
14252         * src/summaryview.c
14253                 fix crash when message that is marked for copy/move is unmarked
14254
14255 2001-09-09 [paul]
14256
14257         * configure.in
14258                 change to version 0.6.1claws2
14259
14260         * sync with sylpheed 0.6.1cvs3
14261
14262 2001-09-09 [alfons]
14263         
14264         * src/folderview.c
14265                 fix bug with default font used for trash folder text
14266
14267 2001-09-06 [paul]
14268
14269         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14270                 updated translations
14271
14272         * configure.in
14273                 change to version 0.6.1claws1
14274
14275         * sync with sylpheed 0.6.1cvs2
14276
14277 2001-09-03 [paul]
14278
14279         * po/POTFILES.in
14280                 add Match's new addressbook
14281
14282         * po/de.po
14283                 updated translation submitted by Jens Oberender
14284
14285 2001-09-02 [paul]
14286
14287         * configure.in
14288                 change to 0.6.1claws
14289         * sync with sylpheed 0.6.1 release
14290
14291 2001-09-02 [paul]
14292
14293         * configure.in
14294                 change to 0.6.0claws2
14295
14296         * sync with sylpheed 0.6.0cvs4
14297
14298         * po/pt_BR.po
14299                 updated translation submitted by Fabio Junior Beneditto
14300
14301 2001-09-01 [match]
14302         * pixmaps/
14303                 interface.xpm
14304                 book.xpm
14305                 address.xpm
14306         * src/
14307                 Makefile.am
14308                 a ton of new files
14309
14310 2001-08-31 [paul]
14311
14312         * configure.in
14313                 change to version 0.6.0claws1
14314
14315         * sync with sylpheed 0.6.0cvs1
14316
14317         * po/es.po
14318                 updated translation submitted by Ricardo Mones Lastra
14319
14320         * po/POTFILES.in
14321                 add 'src/prefs_templates.c'
14322
14323         * src/compose.c, src/summaryview.c
14324                 fix segfault on 'Re_edit'               
14325
14326 2001-08-30 [alfons]
14327
14328         * configure.in, Makefile.am
14329         * tools/Makefile.am
14330                 add tools directory to source distribution
14331
14332 2001-08-30 [paul]
14333
14334         * configure.in
14335                 change to version 0.6.0claws
14336
14337         * sync with sylpheed 0.6.0 release
14338
14339 2001-08-30 [christoph]
14340
14341         * configure.in
14342                 removed autoconf version check
14343
14344 2001-08-30 [paul]
14345
14346         * src/account.c, src/compose.c, src/prefs_common.[ch]
14347         * src/procheader.[ch] src/utils.[ch]
14348                 Enhanced automatic account selection on replies
14349                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14350
14351         * configure.in
14352                 add LDAP and JPilot to the configuration results output.
14353
14354 2001-08-29 [christoph]
14355
14356         * src/summeryview.c
14357                 no bold font for ignored threads
14358
14359 2001-08-29 [paul]
14360
14361         * configure.in
14362                 change to version 0.5.3claws6
14363
14364         * sync with sylpheed 0.5.3cvs10
14365                 src/stringtable.[ch]: New Files
14366
14367         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14368         * src/pixmaps/sylpheed.xpm
14369                 add mini-icons to windows (by Alfons)
14370
14371 2001-08-27 [paul]
14372
14373         * src/mainwindow.c
14374                 new functions: next_labeled_cb(), prev_labeled_cb()
14375
14376         * src/summaryview.c
14377                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14378                 summary_select_next_labeled(), summary_select_prev_labeled()
14379
14380         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14381                 give claws blue folders and a blue trash can
14382
14383 2001-08-27 [paul]
14384
14385         * configure.in
14386                 change to version 0.5.3claws5
14387
14388         * sync with sylpheed 0.5.3cvs9
14389                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14390
14391 2001-08-24 [christoph]
14392
14393         * src/filesel.c
14394                 keep filename when browsing directories
14395                 (not working for user entered filename, but
14396                  for default name and selected filename from
14397                  file list)
14398         * src/mainwindow.c
14399                 fixed wrong spelling "Folllow-up"
14400         * src/mbox_folder.c
14401         * src/procmsg.c
14402         * src/summaryview.c
14403                 fixed new/unread message count with ignored
14404                 threads (2 commits, first didn't notice no
14405                 longer needed decreasing)
14406         * src/inc.c
14407                 readded scrolling of progress dialog
14408                 (lost in sync)
14409
14410 2001-08-24 [paul]
14411
14412         * configure.in
14413                 change to 0.5.3claws4
14414
14415         * sync with sylpheed 0.5.3cvs7
14416
14417 2001-08-24 [christoph]
14418
14419         * src/compose.c
14420                 set request return receipt when replying
14421                 if it is set is the folder prefs of the
14422                 message
14423         * src/inc.c
14424                 disable final error popup if popups are
14425                 disabled in config (again)
14426
14427 2001-08-23 [paul]
14428
14429         * configure.in
14430                 Change version number to 0.5.3claws3
14431
14432         * sync with sylpheed 0.5.3cvs5
14433
14434         * src/mimeview.c
14435                 double quote '%s' in 'gedit %s' to fix bug when
14436                 opening attachment with spaces in the name
14437
14438 2001-08-22 [alte]
14439         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14440           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14441                 initial message templates support
14442
14443
14444 2001-08-22 [paul]
14445
14446         * configure.in
14447                 change version number to 0.5.3claws2
14448
14449         * sync with sylpheed 0.5.3cvs4
14450
14451         * src/procmsg.h src/summaryview.c
14452                 re-implement (un)ignore thread
14453
14454 2001-08-21 [paul]
14455
14456         * src/summaryview.c
14457                 remove unnecessary code
14458         * src/compose.c
14459                 enable 'dynamic' signatures (submitted by
14460                 Eric Limpens <eric@hscg-internet.nl>)
14461
14462 2001-08-21 [paul]
14463
14464         clean up after sync with sylpheed 0.5.3 release
14465
14466         * src/folderview.c
14467                 fix re-introduced font mess, see Christoph's
14468                 entry 2001-06-24
14469
14470         * src/summaryview.c
14471                 remove prev_msgnum
14472                 use sylpheed's small font instead of
14473                 gtk default font for summary view
14474
14475
14476 2001-08-17 [paul]
14477
14478         * configure.in
14479                 add pl to ALL_LINGUAS - sync with main branch
14480
14481         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14482                 Updated. Translations by Jens Oberender, Ricardo Mones
14483                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14484
14485         * po/pl.po  ** NEW FILE **
14486                 sync with the main branch
14487
14488         * src/folderview.c
14489                 fix target folder colorizing and refresh problem
14490
14491
14492 2001-08-17 [christoph]
14493
14494         * src/mainwindow.c
14495                 claws uses 4 colors for target folder coloring.
14496                 arrays were not long enough and destroyed the
14497                 stack causing a segfault.
14498                 target folder colorizing does not work anymore
14499                 for me
14500
14501 2001-08-16 [paul]
14502
14503         * configure.in
14504                 change to version 0.5.3claws1
14505
14506         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14507           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14508           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14509
14510                 sync with sylpheed 0.5.3 release, but keep claws method of
14511                 configuring/saving fonts
14512
14513         * src/addressbook.[ch]
14514                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14515                 in line with a similar change in Hiroyuki's branch
14516
14517         * src/mainwindow.[ch]
14518                 disable main_window_set_thread_option()
14519         * src/prefs_folder_item.c
14520                 comment out &tmps_prefs.enable_thread,
14521         * src/mbox_folder.c, src/procmsg.[ch]
14522                 comment out MSG_IS_IGNORE_THREAD
14523         * src/summaryview.c
14524                 comment out summary_ignore_thread() and summary_unignore_thread()
14525                 comment out MSG_IS_IGNORE_THREAD
14526
14527                 use Hiroyuki's threading instead.
14528
14529
14530
14531 2001-08-15 [paul]
14532
14533         * src/account.c
14534                 use Hiroyuki's 0.5.3 column scheme but also
14535                 include the enable/disable button.
14536         * src/pixmaps/mark.xpm
14537                 add Hiroyuki's amended pixmap
14538
14539 2001-08-13 [christoph]
14540
14541         * src/account.c
14542                 receive at get all column showed wrong state for APOP
14543                 button should only work for POP3 and APOP accounts
14544         * src/prefs_account.c
14545                 added missing preprocessor statement for SSL
14546
14547 2001-08-12 [paul]
14548
14549         * src/account.[ch]
14550                 add 'receive at get all' column and enable/disable
14551                 button.
14552
14553 2001-08-06 [christoph]
14554
14555         * src/account.c
14556                 show usage of SSL in protocol column
14557
14558         * src/imap.c
14559         * src/inc.c
14560                 renamed ssl options
14561
14562         * src/prefs_account.[ch]
14563                 moved ssl options to a new page
14564
14565         * src/send.c
14566         * src/smtp.c
14567         * src/ssl.[ch]
14568                 renamed ssl options
14569                 added support for SMTP STARTTLS command
14570
14571 2001-08-05 [christoph]
14572
14573         * configure.in
14574                 debian autoconf needs version check to find
14575                 correct autoconf version. if the file is
14576                 named configure.in 2.13 is used, which does
14577                 not work with this configure.in script.
14578                 other solution would be to rename the script
14579                 to configure.ac as suggested in the autoconf
14580                 manual.
14581
14582         * src/inc.c
14583                 disable final error popup if popups are
14584                 diabled in config
14585
14586         * src/socket.c
14587                 bugfix in ssl_gets
14588                 fixes IMAP over SSL problem
14589
14590 2001-08-03 [paul]
14591
14592         * configure.in
14593                 change to 0.5.2claws1
14594
14595         * sync with sylpheed 0.5.2cvs1
14596
14597 2001-08-02 [alfons]
14598
14599         * configure.in
14600                 quick fix for ispell detection...
14601
14602 2001-08-01 [paul]
14603
14604         * configure.in
14605                 change to 0.5.1claws4
14606
14607         * sync with sylpheed 0.5.1cvs7
14608
14609 2001-07-31 [alfons]
14610
14611         * src/prefs_common.c, src/prefs_common.h, 
14612           src/gtkspell.c, src/gtkspell.h
14613                 add global spelling checker settings (compose tab) +
14614                 selection of dictionary 
14615           
14616         * configure.in  
14617                 guess valid ispell location
14618
14619 2001-07-31 [paul]
14620
14621         * po/POTFILES.in
14622                 removal of 'src/quote_fmt_parse.c'
14623         * po/de.po
14624                 Updated de.po
14625                 (submitted by Jens Oberender <didge@suse.de>)
14626
14627 2001-07-31 [darko]
14628
14629         * src/folder.[ch]
14630         * src/folderview.[ch]
14631         * src/mainwindow.c
14632         * src/mh.c
14633         * src/prefs_common.[ch]
14634         * src/summaryview.c
14635                 target folder colourization
14636
14637 2001-07-30 [paul]
14638
14639         more sync with Sylpheed 0.5.1cvs6 
14640
14641 2001-07-30 [darko]
14642
14643         * src/mh.c
14644         * src/prefs_folder_item.[hc]
14645         * src/summaryview.c
14646                 shared folders support with a GUI
14647
14648 2001-07-29 [paul]
14649
14650         0.5.1claws3
14651
14652         * sync with Sylpheed 0.5.1cvs6
14653
14654 2001-07-29 [paul]
14655
14656         * po/pt_BR.po
14657                 updated
14658                 (submitted by Fabio Junior Beneditto)
14659
14660 2001-07-28 [paul]
14661
14662         * src/procmime.c
14663         * AUTHORS
14664                 patch to correct bad image mime headers
14665                 (submitted by Don Quijote <dq@searchlores.org>)
14666
14667 2001-07-28 [paul]
14668
14669         * tools/gif2xface.pl   **NEW FILE**
14670         * tools/README
14671                 script to convert file.gif to file.xface for
14672                 use in a custom header.
14673                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14674
14675 2001-07-27 [alfons]
14676         
14677         * configure.in
14678                 change macros for detecting JPilot and LDAP
14679
14680 2001-07-27 [christoph]
14681
14682         * src/filtering.c
14683                 code cleanup (MIN / MAX warning, needed casting)
14684
14685 2001-07-27 [alfons]
14686
14687         * procheader.c
14688                 disallow setting flags when detecting certain headers
14689                 (X-Status, Status, Seen, X-Seen). 
14690         
14691         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14692
14693 2001-07-27 [christoph]
14694
14695         * src/prefs_filter.c
14696         * src/prefs_filtering.c
14697         * src/prefs_matcher.c
14698         * src/prefs_scoring.c
14699                 scroll list when moving rows up or down
14700
14701         * src/imap.c
14702         * src/imap.h
14703         * src/prefs_account.c
14704         * src/prefs_account.h
14705         * src/send.c
14706                 SMTP over SSL (untested, feedback requested)
14707                 IMAP over SSL
14708
14709         * src/ssl.c
14710                 code cleanup
14711
14712 2001-07-26 [alfons]
14713         
14714         * configure.in, acconfig.h
14715                 define CLAWS (need this for main / claws detection)
14716
14717 2001-07-25 [alfons]
14718
14719         * configure.in
14720                 Sylpheed 0.5.1claws2
14721                 
14722         * sync with Sylpheed 0.5.1cvs4
14723
14724 2001-07-25 [christoph]
14725
14726         * src/scoring.c
14727                 fixed segfault
14728                 item->prefs == NULL (don't know why)
14729
14730 2001-07-25 [alfons]
14731
14732         * configure.in
14733                 Sylpheed 0.5.1claws1
14734
14735         * sync with Sylpheed 0.5.1cvs1-3
14736
14737 2001-07-24 [christoph]
14738
14739         * src/folderview.c
14740         * src/prefs_folder_item.[ch]
14741                 added folderitem preferences dialog with
14742                 default To: and auto request return receipt
14743
14744         * src/compose.[ch]
14745         * src/menu.[ch]
14746                 changes to handle new folderitem preferences
14747
14748         * src/mainwindow.c
14749         * src/summaryview.c
14750                 call compose new mail with current folderitem
14751
14752 2001-07-24 [alfons]
14753
14754         Release Sylpheed 0.5.1claws
14755
14756         * configure.in
14757                 change to release version 0.5.1claws
14758
14759 2001-07-24 [christoph]
14760
14761         * src/summaryview.c
14762                 fixed segfault that happend when the selected
14763                 message was removed while retrieving new messages.
14764
14765         * po/es.po
14766                 updated translation
14767                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14768
14769 2001-07-22 [alfons]
14770
14771         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14772         this is a work in progress, for more information: http://nlpagan.net/sylman 
14773         
14774         * configure.in, src/mainwindow.c, manual/Makefile.am
14775                 add support for English manual
14776
14777         * AUTHORS
14778                 add authors of user manuals
14779
14780         * manual/en/sylpheed*.html
14781                 add English documentation
14782
14783 2001-07-22 [christoph]
14784
14785         * po/POTFILES.in
14786                 added src/ssl.c
14787         * src/ssl.c
14788                 changed a wrong debug message
14789
14790 2001-07-22 [alfons]
14791
14792         * po/nl.po
14793                 update Dutch translation
14794
14795         * src/prefs_filtering.c, 
14796           src/prefs_matcher.c
14797                 add more translatable strings           
14798
14799 2001-07-21 [alfons]
14800
14801         0.5.0claws7
14802
14803         * configure.in
14804                 change version
14805
14806         * src/inc.c, src/summaryview.[ch]
14807                 prevent update of mark file when filtering has done, by
14808                 using a variable; this affects two functions:
14809                         inc.c::inc_finished()
14810                         summaryview.c::summary_show()
14811
14812 2001-07-20 [alfons]
14813
14814         * src/filtering.[ch], src/prefs_filtering.c, 
14815           src/matcher.[ch]
14816                 add filtering action for label coloring 
14817
14818         * po/POTFILES.in
14819                 add labelcolors.c
14820
14821         * added src/labelcolors.c
14822         * added src/labelcolors.h
14823         * src/Makefile.am, src/summaryview.c
14824                 rearrange label coloring code
14825
14826         * src/procmsg.h
14827                 add more parentheses so label colouring works correctly
14828
14829         * src/filtering.c
14830                 don't really delete message, but move it to Trash
14831
14832         * src/prefs_matcher.c
14833                 add quote options to info dialog
14834
14835 2001-07-20 [christoph]
14836
14837         * src/Makefile.am
14838         * src/inc.c
14839         * src/main.[ch]
14840         * src/socket.h
14841         * src/ssl.[ch] (new)
14842                 moved ssl stuff to a seperate file
14843
14844 2001-07-20 [darko]
14845
14846         * src/summaryview.c
14847                 fix show sender using address book with no e-mail
14848                 address in From: field
14849
14850 2001-07-19 [alfons]
14851
14852         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14853                 fix messy handling of escaping... now at least the
14854                 execute command is useful. escape char is '\', we
14855                 accept \n and \r too. 
14856
14857                 Real life example:
14858                 
14859                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14860                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14861
14862 2001-07-18 [alfons]
14863
14864         0.5.0claws6
14865
14866         * src/summaryview.c
14867                 clean up
14868
14869         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14870           src/procmsg.[ch]
14871                 revise filtering; currently move, copy, marking have
14872                 been tested. if you like bleeding edge stuff, you
14873                 should definitely go for this version :)
14874
14875         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14876
14877 2001-07-17 [christoph]
14878
14879         * src/utils.c
14880                 timestamp log
14881
14882 2001-07-17 [alfons]
14883
14884         0.5.0claws5
14885
14886         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14887           bits in the mark file, without affecting either branch. Lots of
14888           files changed, also in claws branch.
14889
14890           UNTESTED: use of mbox folders
14891
14892         * src/summaryview.c
14893                 added mark all read; however this was a quick hack used for
14894                 cleaning up mess after initial merge with Hiroyuki
14895
14896         * configure.in
14897                 change claws version number back to 0.5.0claws5 to clear up 
14898                 confusion & pretension (recent release was technically 
14899                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14900
14901 2001-07-16 [alfons]
14902
14903         sync with Hiroyuki's 0.5.0cvs4
14904
14905 2001-07-16 [alfons]
14906
14907         0.5.1claws3
14908
14909         * src/filtering.[ch]
14910                 remove invalid updating of mark files for 
14911                 filter actions MATCHING_ACTION_MOVE and 
14912                 MATCHING_ACTION_DELETE; this should fix the
14913                 folder update bug
14914                 
14915         * src/procmsg.c
14916                 revert Christoph's stab at fixing the folder 
14917                 update bug
14918
14919         * po/POTFILES.in
14920                 add missing files with translatable strings
14921
14922         * src/summaryview.c
14923                 remove debug print
14924
14925 2001-07-15 [alfons]
14926
14927         * src/addr_compl.[ch], src/prefs_filtering.c
14928                 make "filtering pref dialog's destination entry" an
14929                 "address completable entry", if filter destination is 
14930                 an email address
14931
14932         0.5.1claws2
14933         
14934         sync with Hiroyuki's 0.5.0cvs2-3
14935
14936 2001-07-15 [christoph]
14937
14938         * src/procmsg.c
14939                 fixed folder stats update after incorporation
14940
14941 2001-07-15 [alfons]
14942
14943         * src/summaryview.c
14944                 * finish label colouring stuff (for now)
14945                 * fix incorrect colour bug (off by one) 
14946
14947 2001-07-14 [alfons]
14948
14949         * src/mainwindow.c
14950                 change text labels for news and mail message so there's
14951                 plenty of toolbar estate left
14952
14953         * configure.in
14954                 0.5.1claws1
14955
14956         * src/folderview.c
14957           src/folder.[ch]
14958                 sync with Hiroyuki's 0.5.0cvs1
14959
14960         * src/summaryview.c
14961                 more rewrite label colouring
14962
14963 2001-07-14 [alfons]
14964
14965         * src/summaryview.[ch]
14966                 * start rewrite label colouring 
14967                 * fix proper location "Add Sender To Addressbook" menu item
14968
14969 2001-07-13
14970
14971         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14972         (actually this is 0.5.0claws4)
14973
14974 2001-07-13 [alfons]
14975
14976         * po/pt_BR.po
14977                 * fix duplicate message
14978                 * add updated Portugese / Brazilian translation
14979                   submitted by Fabio Junior Beneditto
14980
14981 2001-07-12 [alfons]
14982
14983         * AUTHORS
14984                 add Jens
14985
14986         * po/nl.po
14987                 add updated Dutch translation
14988
14989         * po/de.po
14990                 add updated German translation submitted by Jens
14991
14992 2001-07-11 [alfons]
14993
14994         Prerelease before 0.5.0claws. Please test.
14995         This version is temporarily tagged as VERSION_0_5_0_TEST
14996
14997         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14998           src/prefs_scoring.c, src/prefs_matcher.c, 
14999           src/prefs_filtering.c, src/mbox.c, 
15000           src/main.c, src/inc.c, src/filtering.[ch]
15001                 revert new Hoa's new matcher (does not work yet)
15002
15003         * src/Makefile.am
15004                 clean up
15005
15006 2001-07-10
15007
15008         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15009
15010
15011 2001-07-10 [alfons]
15012
15013         * Makefile.am
15014                 add ChangeLog.claws to EXTRA_DIST
15015         * src/Makefile.am
15016                 add matcher_parser_parse.h to EXTRA_DIST
15017
15018 2001-07-10 [christoph]
15019
15020         * src/inc.c
15021                 add destination folder to table of
15022                 folders that need to be updated after
15023                 incorporation
15024
15025 2001-07-10 [alfons]
15026
15027         * folder.[ch]
15028           folderview.c
15029                 make collapse state of folders and folder items persistent, i.e.
15030                 if you collapse a folder tree, the next time sylpheed-claws starts 
15031                 up the folder tree remains collapsed.  
15032                 
15033 2001-07-10 [christoph]
15034
15035         * acconfig.h
15036         * configure.in
15037                 added --enable-ssl
15038         * src/md5.[ch]
15039                 renamed MD5_CTX to MD5_CTX_syl
15040                 conflicts with a struct in openssl
15041         * src/inc.c
15042         * src/main.[ch]
15043         * src/prefs_account.[ch]
15044         * src/socket.[ch]
15045                 SSL support for POP
15046         * src/mainwindow.c
15047                 fixed compose with current account
15048                 broken by new compose button stuff
15049
15050 2001-07-09 [hoa]
15051
15052         * AUTHORS
15053                 changed my email address
15054
15055         * src/matcher_parser_parse.y
15056                 clean the parser to remove conflicts
15057
15058 2001-07-09 [alfons]
15059
15060         * AUTHORS
15061                 add Match Grun
15062
15063         * configure.in
15064                 fix incorrect description of --enable-ldap parameter
15065
15066         * src/prefs_common.[ch]
15067           src/compose.c
15068                 add experimental option "smart wrapping" which makes the
15069                 compose editor auto wrap.
15070                 
15071                 | TODO: the problem with the buggy cursor handling is caused |
15072                 | by the GtkText. when deleting / backspacing text its       |
15073                 | wrapping algorithm does not take in account the previous   |
15074                 | line. should find a way to hack this in.                   |
15075                 | or should perhaps combine this with the word wrapping      |
15076                 | patch i wrote in january.                                  |
15077
15078         * src/about.c
15079                 show build parameters for LDAP and JPilot
15080
15081         * src/summaryview.c
15082                 revert Christoph's bugfix for selecting next unread message, 
15083                 because folder stats aren't updated correctly
15084
15085 2001-07-08 [hoa]
15086
15087         * src/filtering.c
15088         * src/mainwindow.c
15089         * src/matcher.c
15090         * src/matcher_parser_lex.l
15091         * src/matcher_parser_parse.y
15092         * src/prefs_filtering.c
15093         * src/prefs_scoring.c
15094         * src/scoring.c
15095                 bugfix of the config file parser
15096
15097 2001-07-08 [alfons]
15098
15099         * src/Makefile.am
15100                 added generated matcher sources to BUILT_SOURCES
15101
15102 2001-07-08 [hoa]
15103
15104         * src/Makefile.am
15105         * src/.cvsignore
15106                 added new config file parser
15107
15108         * src/scoring.[ch]
15109         * src/filtering.[ch]
15110         * src/matcher.[ch]
15111         * src/prefs_filtering.c
15112         * src/prefs_matcher.c
15113         * src/prefs_scoring.c
15114         * added src/matcher_parser.h
15115         * added src/matcher_parser_lex.h
15116         * added src/matcher_parser_lex.l
15117         * added src/matcher_parser_parse.y
15118                 lex & yacc config file parser
15119
15120         * src/mbox.c
15121         * src/inc.c
15122         * src/main.c
15123                 changes prefs_filtering into global_filtering           
15124
15125         * src/summaryview.c
15126                 build threads with subjects only if "Re: " is at the
15127                 beginning of the subject
15128
15129 2001-07-07 [paul]
15130
15131         0.5.0claws
15132
15133         sync with sylpheed 0.5.0
15134                 change of version number only
15135
15136 2001-07-06 [paul]
15137
15138         0.5.0claws5
15139
15140         sync with sylpheed 0.5.0pre5
15141
15142 2001-07-05 [paul]
15143
15144         sync with sylpheed 0.5.0pre4 release
15145                 /po and /manual/ja not sync'ed
15146
15147 2001-07-04 [paul]
15148
15149         more sync with sylpheed 0.5.0pre4
15150
15151 2001-07-03 [christoph]
15152
15153         * src/addressbook.c
15154                 fixed address book broken by address book
15155                 for VCard, JPilot, LDAP
15156
15157 2001-07-03 [alfons]
15158
15159         * src/matcher.c
15160         * src/textview.c
15161                 stopped memory leaks
15162
15163 2001-07-03 [paul]
15164
15165         more sync with sylpheed 0.5.0pre4
15166
15167 2001-07-02 [match]
15168
15169         * included address book patch for VCard, JPilot, LDAP
15170         * pref_common.c - fixed Font options on Display tab (cosmetic)
15171         * alertpanel.c - fixed truncated message
15172
15173 2001-07-02 [christoph]
15174
15175         * src/mbox_folder.c
15176         * src/procmsg.[ch]
15177         * src/summaryview.c
15178                 mark threads for ignoring
15179
15180 2001-07-02 [paul]
15181
15182         0.5.0claws4
15183
15184         * sync with sylpheed 0.5.0pre4
15185                 updated gettext to 0.10.38.
15186
15187 2001-07-01 [paul]
15188
15189         * src/ mainwindow.c
15190         * src/procmsg.h
15191         * src/summaryview.[ch]
15192                 new right-click option: Label.
15193                 substitute for 'Mark-->Mark/Unmark', colours the line.
15194                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15195
15196 2001-07-01 [christoph]
15197
15198         * src/folderview.c
15199                 fixed font for trash
15200         * src/summaryview.c
15201                 move ctree to unread message
15202
15203 2001-07-01 [paul]
15204
15205         * sync with sylpheed 0.5.0pre3 release
15206
15207 2001-06-30 [alfons]
15208
15209         * src/filesel.[ch]
15210         * src/compose.c
15211                 allow inserting / attaching multiple files in
15212                 the composer window
15213
15214 2001-06-30 [paul]
15215
15216         * src/codeconv.c
15217                 small change to Alfons' previous stuff so that it
15218                 actually makes
15219
15220 2001-06-30 [alfons]
15221
15222         * lots of files changed; first attempt to merge the changes
15223           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15224
15225 2001-06-30 [paul]
15226
15227         * po/pt_BR.po
15228                 updated and completed, translations by Fabio
15229                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15230
15231 2001-06-29 [alfons]
15232
15233         * src/compose.c
15234         * src/mimeproc.[ch]
15235                 allow selecting an attached files' mime type from a 
15236                 list of types.
15237
15238 2001-06-29 [paul]
15239
15240         * more sync with sylpheed 0.5.0pre3
15241
15242 2001-06-29 [paul]
15243
15244         * po/pt_BR.po
15245                 merge with sylpheed.pot and pt_BR.po provided by
15246                 Fabio Junior Beneditto.
15247
15248 2001-06-29 [darko]
15249
15250         * src/procmime.c
15251                 make MIME types case insensitive
15252
15253 2001-06-28 [alfons]
15254
15255         * po/nl.po
15256                 merge with sylpheed.pot and old nl.po; translations added.
15257
15258 2001-06-28 [paul]
15259
15260         * more sync with sylpheed 0.5.0pre3
15261
15262 2001-06-27 [alfons]
15263
15264         * src/summaryview.c
15265                 don't crash when removing parent node of messages
15266                 attracted by subject. this was caused by not deleting
15267                 the parent node from the subject line hash table.
15268
15269 2001-06-27 [alfons]
15270
15271         * src/summaryview.c
15272         * src/compose.[ch]
15273         * src/mainwindow.c
15274                 if there are multiple messages selected, allow forwarding
15275                 them as attachments.
15276
15277 2001-06-27 [paul]
15278
15279         * more sync with sylpheed 0.5.0pre3
15280
15281 2001-06-26 [paul]
15282
15283         0.5.0claws3
15284
15285         * sync with sylpheed 0.5.0pre3
15286
15287 2001-06-25 [paul]
15288
15289         * src/mainwindow.c
15290                 fixed 'compose news article' bug
15291                 from icon-and-text toolbar
15292
15293 2001-06-25 [paul]
15294
15295         * sync with sylpheed 0.5.0pre2 release
15296
15297 2001-06-24 [christoph]
15298
15299         * src/prefs_common.c
15300                 bug fix in font selection
15301         * src/folderview.c
15302                 use sylpheed's normal font instead of
15303                 gtk default font for folders without
15304                 new messages
15305
15306 2001-06-24 [alfons]
15307
15308         * src/mainwindow.[ch]
15309                 added composite compose mail / news button (an idea by Leandro
15310                 Pereira <leandro@linuxmag.com.br>)
15311
15312 2001-06-24 [paul]
15313
15314         Added instructions for ldif-to-xml.py
15315
15316         * tools/README
15317
15318 2001-06-23 [alfons]
15319
15320         Some minor things.
15321
15322         * src/pixmaps/stock_news_compose.xpm
15323                 added pixmap by Leandro
15324         * src/prefs_common.c
15325                 tested built-in spelling checker of GCC 3.0 :)
15326         * po/nl.po
15327                 merged dutch translation of sylpheed-main with
15328                 sylpheed.pot
15329
15330 2001-06-23 [paul]
15331
15332         Added tools directory and files.
15333
15334         * tools/filter_conv.pl
15335                 converts old filter system to new filtering system
15336         * tools/ldif-to-xml.py
15337                 converts netscape addressbook to sylpheed addressbook
15338         * tools/README
15339                 descriptions/instructions for above two files
15340
15341 2001-06-23 [christoph]
15342
15343         * src/inc.c
15344         * src/manage_window.[ch]
15345         * src/prefs_common.[ch]
15346                 mail retrieval dialog can be enabled, disabled
15347                 or hidden if non of sylpheed's windows is active
15348
15349 2001-06-22 [paul]
15350
15351         0.5.0claws2
15352
15353         * sync with sylpheed 0.5.0pre2
15354
15355 2001-06-21 [christoph]
15356
15357         * src/summaryview.c
15358                 show recipient on 'from' for all accounts
15359                 
15360         * src/inc.c
15361         * src/prefs_common.[ch]
15362                 disable error popup on mail receive errors
15363
15364 2001-06-21 [alfons]
15365
15366         * src/compose.c
15367                 made the ruler correctly appear and disappear.
15368
15369         * src/Makefile.am
15370                 removed Hoa's work-in-progress-stuff (interesting!) so 
15371                 claws compiles ok.
15372
15373 2001-06-20 [christoph]
15374
15375         * src/inc.c
15376         * src/progressdialog.c
15377                 added scrolled window for list in progressdialog
15378
15379 2001-06-20 [paul]
15380
15381         sync with sylpheed 0.5.0pre1 release
15382
15383 2001-06-20 [christoph]
15384
15385         * src/summeryview.c
15386                 make building threads by subject work when
15387                 thread view is enabled
15388                 
15389         * src/compose.c
15390         * src/prefs_common.[ch]
15391                 automatically select account for mail replys
15392
15393 2001-06-19 [sergey]
15394
15395         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15396         they are filled in from the account settings.
15397
15398 2001-06-19 [paul]
15399
15400         * more sync with sylpheed 0.5.0pre1
15401
15402 2001-06-18 [alfons]
15403
15404         * src/Makefile.am,
15405           src/procmime.c
15406                 added --sysconfdir to CPPFLAGS for pointing to the correct
15407                 location of mime.types. 
15408
15409                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15410                 or ./configure!
15411
15412 2001-06-18 [hoa]
15413
15414         * src/summaryview.c
15415                 fixed some bug when building threads
15416
15417 2001-06-18 [pau]l
15418
15419         * src/prefs_account.c
15420                 UI stuff: More changes to the English
15421
15422 2001-06-18 [paul]
15423
15424         * src/pixmaps/stock_news_compose.xpm: new file
15425         * src/Makefile.am
15426         * src/mainwindow.c
15427         * src/summaryview.c
15428                 Added new icon for Hoa's 'compose a news
15429                 message', plus minor improvements to the
15430                 English
15431
15432         * po/ja.po
15433         * ChangeLog
15434         * ChangeLog.jp
15435                 more sync with sylpheed 0.5.0pre1
15436
15437 2001-06-18 [hoa]
15438
15439         * src/compose.[ch]
15440         * src/mainwindow.c
15441                 Follow-up and reply to
15442
15443         * src/summaryview.[ch]
15444                 Build threads also with subjects
15445
15446 2001-06-17 [hoa]
15447
15448         * src/compose.c
15449                 forwarding use the current account.
15450
15451         * src/mainwindow.c
15452                 the "compose message" button has been replaced with
15453                 "new mail" and "new news" buttons
15454
15455         * src/prefs_common.[ch]
15456                 added a configuration option to use the forward button
15457                 as "forward as attachment"
15458                 changed reply and forward format description
15459
15460         * src/quote_fmt_lex.l
15461         * src/quote_fmt_parse.y
15462                 added message with no signature in format for reply
15463                 and forward.
15464
15465 2001-06-17 [paul]
15466
15467         Minor UI stuff
15468
15469         * src/mainwindow.c
15470         * src/summaryview.c
15471                 Improvements to the English
15472
15473         * src/prefs_common.c
15474                 Improvements to the English and some
15475                 clarity/continuity improvements in the
15476                 description of Quote symbols.
15477
15478 2001-06-17 [paul]
15479
15480         0.5.0claws1
15481
15482         * sync with sylpheed 0.5.0pre1
15483
15484 2001-06-17 [hoa]
15485
15486         * src/compose.c
15487                 Better interface for compose, displayed fields
15488                 are updated whenever we change account.
15489                 Newsgroups field is automatically filled.
15490
15491         * src/mainwindow.c
15492                 Newsgroups field is automatically filled.
15493
15494         * src/prefs_account.c
15495                 Some interface stuff when fields appear and
15496                 disappear.
15497
15498 2001-06-16 [paul]
15499
15500         0.4.99claws
15501
15502         * sync with sylpheed 0.4.99
15503
15504 2001-06-16 [sergey]
15505
15506         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15507         base64_decoder_free, base64_decoder_decode): new object and
15508         functions for decoding base64 streams.
15509         * src/procmime.c (procmime_decode_content): modified to use the
15510         new base64 decoder.
15511
15512 2001-06-15 [paul]
15513
15514         0.4.99claws10
15515
15516         * sync with sylpheed 0.4.99cvs11
15517
15518 2001-06-13 [paul]
15519
15520         0.4.99claws9
15521
15522         * sync with sylpheed 0.4.99cvs9
15523
15524 2001-06-13 [hoa]
15525
15526         * src/compose.c
15527         * src/prefs_account.c
15528
15529                 SMTP server can be defined in the news account
15530                 mime type of attachment are kept.
15531
15532         * src/summaryview.c
15533
15534                 now choose the highest important score between default
15535                 and important score of folder.
15536
15537 2001-06-09 [alfons]
15538         
15539         * src/prefs_common.c: 
15540
15541                 (prefs_quote_description_create): corrected description of 
15542                 quote format characters
15543
15544 2001-06-09 [paul]
15545
15546         0.4.99claws8
15547
15548         * sync with sylpheed 0.4.99cvs8
15549
15550 2001-06-08 [sergey]
15551
15552         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15553         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15554
15555 2001-06-08 [paul]
15556
15557         0.4.99claws7
15558
15559         * sync with sylpheed 0.4.99cvs7
15560
15561 2001-06-06 [sergey]
15562
15563         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15564         clashes with autogenerated header).
15565         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15566         * src/Makefile.am: added quote_fmt.h.
15567         * src/.cvsignore: added lex/yacc autogenerated files
15568         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15569
15570 2001-06-06 [paul]
15571
15572         0.4.99claws6
15573
15574         * sync with sylpheed 0.4.99cvs6
15575
15576 2001-06-06 [hoa]
15577
15578         * added src/quote_fmt_parse.h
15579         * src/compose.c
15580                 removed warnings
15581
15582         * src/prefs.[ch]
15583                 don't modify readonly configuration files
15584
15585         * src/prefs_account.c
15586         * src/prefs_common.c
15587         * src/prefs_customheader.c
15588         * src/prefs_display_header.c
15589         * src/prefs_filter.c
15590         * src/prefs_filtering.c
15591         * src/prefs_scoring.c
15592                 don't open dialog box when configuration files
15593                 are readonly
15594
15595 2001-06-05 [sergey]
15596
15597         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15598
15599         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15600         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15601         BUILT_SOURCES to make all files rebuild properly.
15602
15603         * src/compose.c: removed #include "quote_fmt.tab.h".
15604
15605         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15606         CHARACTER value in yylval.
15607
15608         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15609         receive CHARACTER value by documented means (yylval).
15610
15611         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15612
15613 2001-06-05 [hoa]
15614
15615         * src/Makefile.am
15616                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15617
15618         * src/filtering.c
15619         * src/matcher.c
15620         * src/matcher.h
15621         * src/prefs_filtering.c
15622                 now keep the configuration for execute action
15623
15624         * src/mbox_folder.c
15625                 fixed a warning
15626
15627 2001-06-05 [paul]
15628
15629         * sync with sylpheed 0.4.99cvs5
15630
15631 2001-06-05 [hoa]
15632
15633         * src/Makefile.am
15634                 added quote_fmt.[ch]
15635
15636         * added src/quote_fmt.y
15637         * added src/quote_fmt.l
15638         * added src/quote_fmt.tab.h
15639         * added src/quote_fmt.tab.c
15640         * added src/lex.quote_fmt.c
15641                 parsing configuration for replying
15642                 and forwarding
15643
15644         * src/prefs_common.[ch]
15645                 added configuration UI for replying
15646                 and forwarding
15647
15648         * src/compose.c
15649                 using configuration for replying
15650                 and forwarding
15651
15652 2001-06-04 [hoa]
15653
15654         * src/filtering.c
15655         * src/matcher.c
15656         * src/matcher.h
15657         * src/prefs_filtering.c
15658         * src/prefs_matcher.c
15659         * src/prefs_matcher.h
15660                 action "run a command" for filtering
15661                 and matching with a command.
15662                 fixed the "whole message" matching
15663
15664         * src/mbox_folder.c
15665                 changed temporary filename for security
15666
15667         * src/messageview.c
15668                 queue the notification if it fails to send.
15669
15670         * src/prefs_common.c
15671         * src/prefs_folder_item.c
15672                 changed the default important score             
15673
15674         * src/prefs_scoring.c
15675         * src/scoring.c
15676                 hide kill score input when the folder is not
15677                 a newsgroup
15678
15679 2001-06-03 [alfons]
15680
15681         * src/prefs_common.c:
15682
15683                 (prefs_font_select): pass font name in font entry box to font
15684                 selection dialog.
15685
15686 2001-06-03 [sergey]
15687
15688         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15689
15690 2001-06-03 [paul]
15691
15692         * sync with sylpheed 0.4.99cvs4
15693
15694 2001-06-03 [alfons]
15695
15696         * src/headerwindow.c:
15697
15698                 (headerwindow_show_cb): use the selected summary view item, not
15699                 the displayed item.
15700
15701 2001-06-02 [alfons]
15702
15703         * src/headerwindow.c:
15704
15705                 (headerwindow_show_cb): always try to show msginfo
15706
15707 2001-06-02 [hoa]
15708
15709         * src/compose.c
15710                 keep attached parts when reediting or forwarding.
15711
15712 2001-06-01 [hoa]
15713
15714         * src/folderview.c
15715         * src/prefs_folder_item.[ch]
15716         * src/prefs_scoring.[ch]
15717         * src/scoring.[ch]
15718         * src/summaryview.[ch]
15719         * src/main.c
15720         * src/mainwindow.c
15721         * src/prefs_common.[ch]
15722                 support for folder scoring
15723                 kill score and important score for messages
15724         
15725         * src/prefs_account.c
15726                 some display bug fixed for local account
15727                 preferences
15728
15729 2001-05-31 [alfons]
15730
15731         * src/summaryview.c:
15732
15733                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15734                 sender to address book menu item is disabled.
15735
15736 2001-05-30 [hoa]
15737
15738         * src/filtering.[ch]
15739         * src/summaryview.c
15740                 handling summary menu / filter messages
15741
15742         * src/folder.[ch]
15743                 add some stuff
15744
15745         * src/foldersel.c
15746                 imap folders now appears in list
15747
15748         * src/mbox_folder.c
15749                 doesn't crash if destination mail is not writeable
15750
15751 2001-05-29 [hoa]
15752
15753         * src/compose.c
15754                 removed some warnings
15755
15756         * src/filtering.c
15757         * src/folder.[ch]
15758         * src/prefs_filtering.c
15759                 global string to identify any folders           
15760                 removed some debug info
15761                 filtering to mbox folders is now possible
15762
15763         * src/mainwindow.c
15764                 removed some warnings
15765
15766         * src/mbox_folder.c
15767                 permission on files are changed to read/write for user only,
15768                 nothing for other.
15769                 creation of subfolder is handled better.
15770
15771 2001-05-28 [alfons]
15772
15773         Verified the sync for src/prefs_common.[ch] and
15774         src/prefs_account.[ch]. I believe there were some
15775         minor indentation differences.
15776
15777 2001-05-28 [paul]
15778
15779         0.4.99claws3
15780
15781         * sync with 0.4.99cvs3
15782
15783 2001-05-28 [hoa]
15784
15785         * src/compose.c
15786                 handling flags for mbox format
15787
15788         * src/filtering.c
15789                 use of mark file only for MH format
15790                 handling flags for mbox format
15791                 filtering cannot yet move or copy mails to mbox folders.
15792
15793         * src/folder.[ch]
15794                 changed move_msg, copy_msg,
15795                 move_msgs_with_dest, copy_msgs_with_dest functions
15796                 uses only folder->copy_msg() function
15797                 uses folder->finished_copy() to handle the destination
15798                 folder at the end of the copy or move operation.
15799
15800         * src/foldersel.c
15801                 included mbox directories.
15802
15803         * src/folderview.[ch]
15804         * src/mainwindow.c
15805                 handle folders operation for mbox format
15806
15807         * src/mbox.c
15808                 disable conversion of "From " header
15809
15810         * src/mbox_folder.[ch]
15811                 completion of mbox format handling
15812
15813         * src/mh.c
15814                 changed mh_copy_msg() function and
15815                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15816                 mh_copy_msgs_with_dest()
15817
15818         * src/prefs_filtering.c
15819                 removed some warnings
15820
15821         * src/prefs_matcher.c
15822                 default boolean operation is AND
15823
15824         * src/procheader.c
15825                 handling flags for mbox format
15826                 handling of "From " header
15827
15828         * src/procmsg.[ch]
15829                 removed data field
15830                 added MSG_REALLY_DELETED flags to handle deletion of
15831                 messages in mbox format.
15832
15833         * src/summaryview.c
15834                 handling flags for mbox format
15835                 disable the MSG_DELETED flags when messages
15836                 are deleted in mbox format
15837
15838         * src/textview.c
15839                 "From " headers display fixed.
15840
15841 2001-05-27 [alfons]
15842
15843         * src/textview.c:
15844                 
15845                 (get_email_part): skip quoted email addresses, like in e.g.
15846                 "'alfons@proteus.demon.nl'".
15847
15848 2001-05-26 [alfons]
15849
15850         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15851         and fixing the persistence troubles when using separate windows.
15852
15853         * src/mainwindow.c:
15854         
15855             Added #define SEPARATE_ACTION used in the gtk item factory for 
15856             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15857                 use gtk_item_factory_get_widget_by_action() to get the items.
15858                 
15859             Removed separate_widget_cb from the gtk item factory data   
15860           
15861             (mainwindow_create): connect separate_widget_cb() to check
15862             menu item "toggled" signal. also passing a MainWindow pointer
15863                 as object data for both check menu items.
15864                 
15865             (separate_widget_cb): definition of separate_widget_cb() to match
15866             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15867                 window using gtk_object_get_data(). The type of window separation 
15868                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15869         
15870         * src/prefs_filtering.c,
15871           src/prefs_matcher.c: added horizontal scrollbars
15872
15873 2001-05-25 [darko]
15874
15875         * src/headerview.c
15876                 fix segfault with invalid bold font
15877         * src/summaryview.c
15878                 correctly display summary stats after row is marked
15879
15880 2001-05-23 [sergey]
15881
15882         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15883         encodings with libjconv.
15884
15885 2001-05-23 [hoa]
15886
15887         * src/Makefile.am
15888                 added mbox_folder.[ch]
15889         * src/defs.h
15890                 mbox temporary folder
15891         * src/folder.[ch]
15892         * added src/mbox_folder.[ch]
15893         * src/folderview.c
15894         * src/procheader.[ch]
15895                 added mbox support
15896         * src/mbox.c
15897                 bugfix for file incorporation filtering
15898         * src/imap.c
15899                 enable creation of MBOX
15900         * src/prefs_display_header.c
15901                 enable use of headers like "From "
15902                 something that should be fixed :
15903                         displaying of such headers add an extra space
15904         * src/prefs_folder_item.c
15905                 don't create folders because it is not necessary
15906         * src/procmsg.h
15907                 added data field to MsgInfo for mbox internal use
15908         * src/summaryview.c
15909                 added some support for mbox
15910         * src/utils.[ch]
15911                 added get_mbox_cache_dir() function
15912
15913 2001-05-23 [hiroyuki]
15914
15915         * src/headerwindow.c
15916           src/inc.c
15917           src/main.c
15918           src/mh.c
15919           src/nntp.c
15920           src/procmsg.h
15921           src/session.h
15922           src/socket.[ch]
15923           src/summaryview.c
15924           src/textview.c
15925           src/automaton.c
15926           src/folderview.c: more sync with 0.4.99cvs2.
15927
15928         * src/headerwindow.c: reverted.
15929
15930 2001-05-22 [paul]
15931
15932         0.4.99claws2
15933
15934         * sync with sylpheed 0.4.99cvs2
15935                 * src/news.[ch]
15936                 * src/nntp.[ch]
15937                 * INSTALL
15938                 * INSTALL.jp
15939
15940 2001-05-22 [alfons]
15941
15942         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15943
15944 2001-05-21 [alfons]
15945
15946         Minor things:
15947
15948         * configure.in: if gnome-config not found, "no" is displayed
15949         
15950         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15951
15952         * src/textview.c: now also possible to add mail addresses by right
15953           clicking in the text view
15954
15955         * src/codeconv.c: merged patch which fixes endless loop when encountering
15956           invalid wide characters; from Alte <010@imis.ru>  
15957
15958 2001-05-20 [alfons]
15959
15960         Added installation of gnome specific things:
15961
15962         * Makefile.am: gnome conditional
15963
15964         * configure.in: check for installed gnome
15965
15966         * added sylpheed.png, sylpheed.desktop
15967
15968 2001-05-20 [sergey]
15969
15970         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15971
15972         * src/mainwindow.h (main_window_toolbar_create): created a button
15973         for "Reply to all".
15974         (main_window_set_toolbar_sensitive): enable/disable the new button
15975         appropriately.
15976         (toolbar_reply_to_author_cb): handle the new button.
15977
15978         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15979         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15980         failure).
15981
15982 2001-05-19 [sergey]
15983
15984         * src/compose.h (ComposeReplyMode): new modes
15985         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15986         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15987
15988         * src/compose.c
15989         (compose_send): move some code into a new function:
15990         (compose_current_mail_account): new function.
15991         (compose_reply): new argument to_author, all callers changed; if
15992         to_author==TRUE and account->protocol==A_NNTP, find and use an
15993         appropriate mail account for replying.
15994         (compose_reply_set_entry): new argument to_author; ignore
15995         compose->replyto if to_author==TRUE.
15996
15997         * src/mainwindow.c: new command "Message/Reply to author".
15998         (main_window_set_menu_sensitive): enable/disable it.
15999         (reply_cb): handle it.
16000
16001         * src/summaryview.c: new command "Reply to author".
16002         (summary_set_menu_sensitive): enable/disable it.
16003         (summary_reply_cb): handle it.
16004
16005         * src/account.c (account_find_mail_from_address): new function.
16006
16007 2001-05-18 [paul]
16008
16009         0.4.99claws1
16010
16011         * sync with sylpheed 0.4.99cvs1
16012
16013 2001-05-18 [hoa]
16014
16015         * src/compose.[ch]
16016         * src/filtering.c
16017         * src/summaryview.c
16018                 new filtering action : forward and forward as attachment
16019
16020         * src/main.c
16021                 no need for $DISPLAY when we run sylpheed --help
16022                 call to parse_cmd_opt() is moved
16023
16024         * src/mainwindow.[ch]
16025                 execute button is hidden when immediate execute
16026                 is chosen
16027
16028         * src/mh.c
16029         * src/news.c
16030         * src/prefs_folder_item.c
16031         * src/procmsg.c
16032                 better handling of missing directories
16033
16034         * src/summaryview.c
16035                 reedit is enabled in outbox
16036                 reedit is enabled in queue
16037
16038 2001-05-17 [hoa]
16039
16040         * src/filtering.c
16041         * src/matcher.[ch]
16042         * src/prefs_filtering.c
16043                 changed attachement into attachment
16044
16045 2001-05-17 [alfons]
16046
16047         0.4.67claws4    
16048
16049         * sync with sylpheed 0.4.67cvs9
16050         * sync with sylpheed 0.4.67cvs7-8
16051
16052 2001-05-17 [hoa]
16053
16054         * src/Makefile.am
16055                 added prefs_filtering.c
16056
16057         * src/filtering.[ch]
16058         * src/matcher.[ch]
16059                 removed action : forward_news and forward_news_as_attachement
16060                 (forward and forward_as_attachement can be used instead)
16061
16062         * src/mainwindow.c
16063                 added menu option to access filtering configuration
16064
16065         * src/prefs_account.c
16066                 changed mail_command default to /usr/sbin/sendmail
16067
16068         * added src/prefs_filtering.[ch]
16069                 dialog box for filtering configuration
16070
16071         * src/prefs_matcher.c
16072                 added function prefs_matcher_get_criteria_from_matching()
16073
16074         * src/prefs_scoring.c
16075                 reset the dialog when register or substitute is clicked
16076
16077 2001-05-15 [hoa]
16078
16079         * src/Makefile.am
16080                 added filtering.[ch]
16081         * src/inc.c
16082                 using filering.[ch] instead of filter.[ch]
16083         * src/main.c
16084                 reading new filtering configuration
16085         * src/matcher.[ch]
16086                 added some filtering actions
16087                 and fixed a bug for headers and mail body matching
16088         * src/mbox.c
16089                 using filering.[ch] instead of filter.[ch]
16090         * src/mh.c
16091                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16092         * src/summaryview.c
16093                 some fixes for filtering
16094
16095 2001-05-14 [hiroyuki]
16096
16097         * src/send.c: fixed some weird indentations.
16098           send_message_with_command(): call pclose() only if p != NULL.
16099         * src/textview.c: get_email_part(): modified the code for readability.
16100
16101 2001-05-14 [hiroyuki]
16102
16103         * src/md5global.h
16104           src/md5ify.c
16105           src/md5ify.h: removed from the cvs.
16106
16107 2001-05-13 [sergey]
16108
16109         * src/main.c: include rfc2015.h to avoid compiler warnings.
16110         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16111         the panel is already on screen.
16112         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16113         closing the alert window by ESC as "No".
16114         * src/prefs_common.c (prefs_interface_create): moved return
16115         receipt check button to the correct place.
16116
16117 2001-03-13 [alfons]
16118
16119         * src/prefs_common.c: 
16120                 moved return receipt check button to the Send tab. (prefs_send_create)
16121                 removed the date format ui related globals. (prefs_display_create)
16122
16123         0.4.67claws3
16124         
16125         * sync with sylpheed 0.4.67cvs5-6
16126
16127 2001-05-13 [paul]
16128
16129         * added Alfons' font selection patch
16130
16131         * src/defs.h
16132         * src/headerwindow.c
16133         * src/prefs_common.c
16134         * src/prefs_common.h
16135
16136 2001-05-13 [hoa]
16137         * src/defs.h
16138                 changed version of cache
16139         * src/matcher.[ch]
16140         * src/prefs_matcher.c
16141                 added additionnal matching criteria
16142         * src/procheader.c
16143         * src/procmsg.[ch]
16144         * src/news.c
16145                 added references in MsgInfo
16146
16147 2001-05-12 [hoa]
16148
16149         * src/defs.h
16150                 prepared some things for new filtering
16151         * src/matcher.[ch]
16152                 added some matching properties
16153                 inreplyto need to be enhanced
16154                 prepared some things for new filtering
16155         * src/messageview.c
16156                 added Return-Receipt-To handling
16157         * src/prefs_folder_item.c
16158                 changed default value to TRUE
16159         * src/prefs_matcher.c
16160                 added some matching properties
16161         * src/prefs_scoring.[ch]
16162                 the scoring dialog is finished
16163         * src/procheader.c
16164                 added Return-Receipt-To handling
16165                 Reference need to be added
16166         * src/procmsg.[ch]
16167                 added Return-Receipt-To handling
16168                 added threadscore to get a better score sorting when
16169                 threads are enabled
16170         * src/summaryview.c
16171                 suppressed a bug when we sort the list
16172                 when no folder is opened.
16173                 better score sorting when threads are enabled
16174
16175 2001-05-12 [alfons]
16176
16177         * reverted previous patch because of potential errors 
16178
16179         0.4.67claws2
16180         
16181         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16182                 applied "toggle mail-retrieval dialog window" patch submitted 
16183                 by Eric Limpens <eric@qnt.net>
16184
16185         * sync with sylpheed 0.4.67cvs4
16186
16187 2001-05-12 [sergey]
16188
16189         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16190         some picky compilers.
16191         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16192         * src/grouplist_dialog.c: include alertpanel.h.
16193         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16194         fix compile warning.
16195         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16196         #include "defs.h" before others to prevent the warning of `MIN'
16197         and `MAX' redefinition.
16198
16199 2001-05-11 [hoa]
16200
16201         * src/main.c
16202         * src/messageview.c
16203         * src/prefs_account.c
16204         * src/prefs_display_header.c
16205                 removed warning
16206         * src/Makefile.am
16207                 added prefs_scoring.[ch]
16208         * src/grouplist_dialog.c
16209                 display an error dialog box if the group list
16210                 cannot be fetched.
16211         * src/mainwindow.[ch]
16212                 added main_window_set_thread_option() function
16213                 scoring dialog box enabled
16214         * src/matcher.[ch]
16215                 added flags matching unread /new / marked
16216                 / deleted / replied / forwarded
16217         * src/news.c
16218                 newsgroups are now finally in newscache
16219         * src/prefs_matcher.[ch]
16220                 finished preferences for matching dialog
16221         * added src/prefs_scoring.[ch]
16222                 scoring dialog box completed
16223         * src/scoring.[ch]
16224                 conversion to string : added scoringprop_to_string()
16225                 write config for preferences :
16226                 added prefs_scoring_write_config()
16227         * src/summaryview.c
16228                 threads can be enabled/disabled independently
16229                 for each folder
16230
16231 2001-05-10 [alfons]
16232
16233         0.4.67claws1
16234         
16235         * AUTHORS: 
16236                 thought it would be nice to have a list of all
16237                 contributors (used Changelog as a reference)
16238         
16239         * configure.in: 
16240                 messed up version numbering...
16241
16242         0.4.66claws1
16243
16244         * sync with sylpheed 0.4.67cvs1-3
16245
16246 2001-05-10 [darko]
16247
16248         * src/prefs_common.c:
16249                 better UI for strftime format, double clicking
16250                 on format now inserts the format in text entry
16251                 replaced close button with standard OK/Cancel
16252                 moved date format button to the right of the
16253                 text entry field
16254
16255 2001-05-09 [alfons]
16256
16257         * src/gtkstext.c:
16258                 Ctrl-Home / Ctrl-End have proper cursor navigation
16259
16260 2001-05-09 [hoa]
16261
16262         * src/prefs_matcher.c
16263                 finished UI to define matching properties
16264                 added ok and cancel button
16265         * src/prefs_filter.c
16266                 added ok and cancel button
16267         * src/news.c
16268                 fixed some bug in xhdr parsing
16269
16270 2001-05-08 [alfons]
16271
16272         * src/textview.c: 
16273                 fixed a bug in textview_show_header(), which displayed two colons (':');
16274                 cleaned up some warnings
16275
16276 2001-05-08 [hoa]
16277
16278         * src/Makefile.am
16279                 added prefs_matcher.[ch]
16280                 compilation with -W -Wall
16281         * src/alertpanel.c
16282                 ungrab the mouse events if grabbed - does it
16283                 fix the bug for disposition notification ?
16284         * src/mainwindow.c
16285                 added a menu option to open the matching dialog.
16286         * src/matcher.[ch]
16287                 added matcherprop_to_string() and matcherlist_to_string()
16288                 fixed some bugs, changed the name of some options
16289                 age_sup and age_inf becomes age_greater and age_lower,
16290                 body and messageheaders becomes body_part and headers_part,
16291                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16292         * src/prefs_display_header.c
16293         * src/prefs_headers.c
16294                 fixed a bug that accidentally destroyed dialogs
16295                 when closed them with delete_event
16296                 Added *_deleted() which handle delete_event signal correctly.
16297         * src/prefs_folder_item.[ch]
16298                 added "enable_thread" field for future customization
16299         * added src/prefs_matcher.[ch]
16300                 sample of the UI to define matching properties
16301         * src/procheader.c
16302                 using procheader_headername_equal instead of str*cmp functions
16303                 using procheader_parse_header() function
16304         * src/scoring.c
16305                 using MATCHING_XXX instead of SCORING_XXX
16306         * src/summaryview.c
16307                 display the sender of the news even if this is ourself
16308                 when this is a news message.
16309         * src/textview.c
16310                 using headername_equal() instead of str*cmp functions
16311
16312 2001-05-08 [alfons]
16313
16314         0.4.66claws
16315
16316         * sync with sylpheed 0.4.66
16317         * src/gtkstext.c: trace logs added 
16318
16319 2001-05-08 [sergey]
16320
16321         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16322         signature check popup.
16323         * src/rfc2015.c (check_signature): show signature check popup only
16324         if it is enabled in preferences.
16325
16326 2001-05-07 [alfons]
16327
16328         0.4.66claws4
16329         
16330         * sync with sylpheed 0.4.66cvs6
16331
16332 2001-05-07 [darko]
16333
16334         * src/prefs_common.[ch]: added option to enable/disable
16335           looking up sender name in address book for summary pane
16336         * src/summaryview.c: look up sender in the address book
16337           by using Alfons' address completion code
16338
16339 2001-05-07 [hiroyuki]
16340
16341         * src/inc.h
16342           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16343           member of Pop3State.
16344         * src/news.c: brought #include "defs.h" before #include <glib.h>
16345           to prevent the warning of `MIN' and `MAX' redefinition.
16346
16347 2001-05-06 [hoa]
16348
16349         * removed src/headers_display.[ch]
16350         * removed src/prefs_display_headers.[ch]
16351         * src/inc.c
16352                 use a temporary file in the user directory for mbox import
16353         * src/news.c
16354                 added XHDR support to get "To" and "Cc" headers
16355                 (in order to match news with to or cc field for
16356                 scoring)
16357                 added function news_parse_xhdr() to get XHDR response
16358         * src/nntp.[ch]
16359                 added function nntp_xhdr()
16360         * src/matcher.c
16361                 fetch the message if necessary
16362
16363 2001-05-06 [alfons]
16364
16365         0.4.66claws3
16366
16367         * sync with sylpheed 0.4.66cvs3-5
16368
16369 2001-05-06 [hoa]
16370
16371         * src/utils.[ch]
16372                 added function itos_buf() to enable use of several buffers
16373         * src/summaryview.c
16374                 use of itos_buf() instead of itos() in summary list
16375                 to fix the broken display of message number.
16376
16377 2001-05-06 [alfons]
16378
16379         * src/gtkstext.c: bug in cursor up navigation fixed,
16380                 fixed another unsigned / signed comparison (we're getting there :-)
16381
16382 2001-05-06 [hoa]
16383
16384         * src/Makefile.am
16385                 added scoring.c scoring.h
16386                 prefs_folder_item.c prefs_folder_item.h
16387                 matcher.c matcher.h
16388         * src/defs.h
16389                 added FOLDERITEM_RC SCORING_RC
16390         * src/folder.[ch]
16391                 added prefs field in FolderItem :
16392                 properties for each folder (PrefsFolderItem),
16393                 sorting type and mode were added as the first properties.
16394         * src/main.c
16395                 read config for scoring
16396         * added src/matcher.[ch]
16397                 gives functions to parse configuration file to do
16398                 matching on mails with a list of conditions.
16399         * src/mainwindow.c
16400                 add option to sort by score
16401         * src/prefs_common.[ch]
16402                 added preference option to show score and for
16403                 the score column size
16404         * added src/prefs_folder_item.[ch]
16405                 properties for each folder (PrefsFolderItem),
16406                 sorting type and mode were added as the first properties.
16407         * src/procheader.[ch]
16408                 added procheader_parse_header()
16409                 added procheader_header_free()
16410                 added procheader_headername_equal()
16411                 and made modification to use them.
16412         * src/procmsg.[ch]
16413                 added score field to MsgInfo structure
16414         * added src/scoring.[ch]
16415                 gives functions to parse configuration file to do
16416                 scoring on mails with a list of conditions.
16417         * src/summaryview.[ch]
16418                 save the sorting type and mode for the folder
16419                 added column to display the score of the mail
16420                 added function summary_score_clicked()
16421                 sorting type and mode are restored to the folder
16422                 when it is reopen
16423         * src/textview.c
16424                 use procheader_parse_header(), procheader_headername_equal()
16425                 removed memory leak in text_scan_header when freeing headers
16426         * src/filter.c
16427                 changed the function to match names of headers
16428                 using procheader_headername_equal()
16429
16430         Scoring functions are implemented, an interface is needed
16431         to configure that.
16432
16433 2001-05-04 [alfons]
16434
16435         * src/gtkstext.c: 
16436                 hopefully fixed the row up navigation bug,
16437                 removed adding back / forward lines to cache
16438
16439 2001-05-04 [sergey]
16440
16441         * src/prefs_display_headers.c: user interface changes:
16442         (prefs_display_headers_create): remove unused "Show" check button;
16443         allow reordering of headers by dragging.
16444         (prefs_display_headers_write_config): remove unused variables.
16445         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16446         of lists (not needed with the new UI).
16447         (prefs_display_headers_set_list): scan lists starting from row 0,
16448         not 1 (do not skip "(New)").
16449         (prefs_display_headers_find_header): new function.
16450         (prefs_display_headers_clist_set_row): do not allow duplicates.
16451         (prefs_display_headers_delete_cb): do not skip row 0; treat
16452         closing the alert window by ESC as "No".
16453         (prefs_display_headers_up): do not protect row 0.
16454         (prefs_display_headers_down): do not protect row 0.
16455
16456 2001-05-04 [sergey]
16457
16458         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16459         functions.
16460
16461         * src/summaryview.c
16462         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16463         summary_select_next_marked, summary_select_prev_marked): new
16464         functions.
16465
16466 2001-05-03 [sergey]
16467
16468         * src/news.c: fixed a bug when no article can be fetched after
16469         server timeout if the connection was restored by news_post():
16470         (news_select_group): new function.
16471         (news_fetch_msg): call news_select_group() before fetching
16472         article.
16473         (news_get_uncached_articles): set session->group after successful
16474         GROUP command.
16475
16476 2001-05-03 [hoa]
16477
16478         * src/defs.h
16479         * src/procmsg.[ch]
16480         * src/procheader.c
16481                  changed version of cache, added cc field
16482
16483         * src/prefs_display_headers.c
16484                 the interface was changed
16485
16486         * src/prefs_headers.c
16487                 added cancel button
16488
16489 2001-05-03 [alfons]
16490
16491         * completed sync of sylpheed cvs2
16492         * src/gtkstext.c: updated row up / down cursor navigation
16493         * src/textview.c: re-edited, prepared for fixing the email address
16494                 scanner.
16495
16496 2001-05-03 [darko]
16497
16498         * src/prefs_common.c: use alfons' strftime ui code
16499         entry_datefmt and datefmt_sample widgets have to be
16500         global in this module because of this change
16501
16502 2001-05-03 [hoa]
16503
16504         * src/messageview.c
16505         * src/prefs_common.[ch] added option to activate the return receipt
16506                 feature.
16507
16508 2001-05-02 [alfons]
16509
16510         * src/gtkstext.c: fix for row up/down cursor navigation. 
16511
16512         0.4.66claws2
16513         
16514         * sync with 0.4.66cvs2
16515
16516 2001-05-02 [paul]
16517
16518         added add-sender-to-addressbook patch
16519
16520         * src/addressbook.c
16521         * src/addressbook.h
16522         * src/summaryview.c
16523
16524 2001-05-02 [sergey]
16525
16526         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16527         G_ALERTDISABLE.
16528
16529         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16530         all existing callers changed to pass FALSE; create a check button
16531         to disable the message.
16532         (alertpanel_message_with_disable): new function.
16533         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16534         (alertpanel_button_toggled): new function.
16535         (alertpanel_button_clicked, alertpanel_close): set value using
16536         G_ALERT_VALUE_MASK.
16537
16538         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16539
16540         * src/prefs_common.c (prefs_privacy_create): new check button
16541         checkbtn_gpgme_warning.
16542
16543         * src/main.c (main): moved preferences reading before gpgme
16544         initialization; check prefs_common.gpgme_warning before giving the
16545         GnuPG warning and set it to FALSE if the user wants to disable the
16546         warning.
16547
16548 2001-05-02 [hiroyuki]
16549
16550         * src/prefs_display_headers.c: modified the layout and some labels.
16551
16552 2001-05-02 [sergey]
16553
16554         * src/prefs_account.c (prefs_account_fix_size): new function.
16555         (prefs_account_create): call prefs_account_fix_size(); use
16556         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16557         size when the window is shown for the first time).
16558         (prefs_account_basic_create): changed layout of serv_table; moved
16559         localmbox_entry above smtpserv_entry (logically it replaces
16560         POP3/IMAP server).
16561         (prefs_account_protocol_activated): set sensitivity of
16562         nntpauth_chkbtn according to the protocol (in addition to
16563         hide/show); commented out gtk_table_set_row_spacing() calls.
16564         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16565         not sensitive (fixes a bug with disabled username/password boxes
16566         when editing POP3 account after NNTP with authentication).
16567
16568 2001-05-02 [hoa]
16569
16570         * src/account.c
16571         * src/inc.c
16572         * src/prefs_account.[ch]
16573         * src/send.c
16574                 removed local account without SMTP server
16575                 added option to use mail command instead of a connexion
16576                 to SMTP server when a local account is used
16577         * src/prefs_headers.c
16578                 fixed a bug
16579         * src/news.c
16580                 fixed a bug when connexion immediately closed
16581
16582 2001-05-01 [alfons]
16583
16584         0.4.66claws1
16585         
16586         * sync with 0.4.65
16587
16588 2001-05-01 [sergey]
16589
16590         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16591         widget nntpauth_chkbtn.
16592         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16593         visibility.
16594         (prefs_account_nntpauth_toggled): new function.
16595
16596         * src/news.c (news_session_new_for_folder): use NNTP
16597         authentication only if ac->use_nntp_auth is set.
16598
16599 2001-05-01 [hoa]
16600
16601         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16602         * src/prefs_display_headers.c changed the UI
16603         * src/prefs_headers.c changed account_name to account_id
16604         * src/compose.c using customheader.h
16605
16606 2001-05-01 [hiroyuki]
16607
16608         * src/esmtp.c
16609           src/news.c
16610           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16611           unsynched.
16612
16613 2001-05-01 [hoa]
16614
16615         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16616         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16617                 for displaying of headers
16618         * src/grouplist_dialog.[ch] minor changes to remove warnings
16619         * src/prefs_display_headers.[ch] dialog to choose the
16620         headers to display in the mail viewer.
16621         * src/headers.h correction of #define
16622         * src/headers_display.[ch] configuration for displaying of headers.
16623         * src/main.c read config of displaying of headers
16624         * src/prefs_common.c add a button to access the config dialog
16625                 for displaying of headers
16626         * src/prefs_display_headers.[ch] dialog for configuration for
16627                 displaying of the headers.
16628         * src/prefs_headers.c cleaning of code
16629         * src/procheader.c comments added to code
16630         * src/textview.c changes to reorder the headers depending
16631                 on the config for displaying of headers
16632
16633 2001-04-30 [alfons]
16634
16635         0.4.65claws7
16636
16637         * sync with 0.4.65cvs12
16638
16639         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16640
16641 2001-04-30 [sergey]
16642
16643         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16644
16645         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16646         is set to force reconnection after authentication failure.
16647         (nntp_gen_command): set sock->auth_failed on authentication
16648         failure, or if sock->userid and sock->passwd are not set.
16649
16650         * src/news.c (news_session_new_for_folder): set userid=NULL if
16651         password dialog is cancelled.
16652
16653 2001-04-30 [sergey]
16654
16655         * src/nntp.h (NNTPSockInfo): new type.
16656
16657         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16658         SockInfo.
16659         (nntp_open_auth, nntp_close): new functions.
16660         (nntp_gen_command): new function to handle authentication; all
16661         NNTP command functions updated to use it.
16662         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16663         (nntp_list): removed old useless code.
16664
16665         * src/news.h (NNTPSession): new field nntp_sock.
16666
16667         * src/news.c: all functions updated to use NNTPSockInfo instead of
16668         SockInfo.
16669         (news_session_new): new arguments (userid, passwd); made static;
16670         use nntp_open_auth() if needed.
16671         (news_session_destroy): use nntp_close() instead of sock_close().
16672         (news_query_password): changed arguments.
16673         (news_session_new_for_folder): new function.
16674         (news_session_get): use news_session_new_for_folder().
16675         (news_authenticate): deleted.
16676         (news_get_uncached_articles): removed old authentication code.
16677
16678 2001-04-30 [sergey]
16679
16680         * src/news.c: reverted my previous changes (need to do NNTP
16681         authentication in a cleaner way).
16682         
16683 2001-04-29 [sergey]
16684
16685         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16686         news_nntp_post, news_nntp_mode): new functions (wrappers with
16687         authentication support).
16688         (news_get_article_cmd, news_get_article, news_get_header): new
16689         argument "folder"; all callers changed.
16690         (news_get_article_cmd): added authentication support.
16691         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16692         (news_post): use news_nntp_post() instead of nntp_post().
16693         (news_get_uncached_articles): use news_nntp_group() instead of
16694         nntp_group() and news_nntp_xover() instead of nntp_xover();
16695         removed old authentication code.
16696         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16697
16698         * src/nntp.c (nntp_list): return real error code instead of
16699         hardcoded NN_ERROR.
16700
16701 2001-04-29 [sergey]
16702
16703         * configure.in: fixed wint_t typedef detection again
16704
16705 2001-04-28 [hoa]
16706
16707         * src/prefs_account.[ch], added A_LOCAL_CMD
16708                 (send mail with mail command)
16709         * src/send.c added function send_message_with_command()
16710         * src/inc.c made a more secure get_spool() function with
16711                 mktemp() but maybe mkstemp() or something more
16712                 secure can be used.
16713
16714 2001-04-28 [alfons]
16715
16716         * src/textview.c, colorization of email addresses in headers
16717
16718         0.4.65claws6
16719
16720         * bug sync with sylpheed
16721         * prefs_common.c: created date format ui for darko
16722         * sync with 0.4.65cvs11
16723         * configure.in: corrected to have the new gpg checks
16724
16725 2001-04-27 [alfons]
16726
16727         * completed sync with 0.4.65cvs10
16728         * minor debug things added to gtkstext.c
16729
16730 2001-04-27 [darko]
16731
16732         * configure.in: remove check for availability of
16733           strftime() as advised by Hiroyuki
16734         * src/prefs_common.[ch], src/procheader.c:
16735           synch strftime() code with Hiroyki's main branch
16736
16737 2001-04-26 [sergey]
16738
16739         * src/news.c: news_query_password(), news_authenticate(): new
16740           functions.
16741           news_get_uncached_articles(): added NNTP authentication
16742           handling.
16743         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16744           new functions.
16745         * src/prefs_account.c: prefs_account_protocol_activated():
16746           enable userid and password fields for NNTP.
16747
16748 2001-04-26
16749
16750         * configure.in: check for availability of strftime()
16751           [darko]
16752         * src/prefs_common.[ch], src/procheader.c: use
16753           strftime() for displaying date in summary pane if it
16754           is available
16755
16756 2001-04-25
16757
16758         * more .cvsignore cleanups [alfons]
16759
16760 2001-04-25
16761
16762         * ac/sv-check-type.m4: new autoconf macro.
16763         * configure.in: fixed wint_t typedef detection (did not work
16764           with gcc-2.96).
16765
16766 2001-04-25
16767
16768         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16769           [hiroyuki]
16770
16771 2001-04-24
16772         * modified gtkstext.c : buggy cursor navigation fixed, 
16773           and font descent also taken in account when drawing
16774           cursor. [alfons]
16775
16776 2001-04-24 [hoa]
16777         * added comments in src/news.c src/nntp.c
16778         * added src/prefs_headers.[ch]
16779         * added src/headers.[ch]
16780         * modified compose.c to activate custom headers
16781                 added function is_in_custom_headers
16782         * modified prefs_account.[ch]
16783                 added function prefs_account_customhdr_edit
16784         * modified src/defs.h :
16785                 added HEADERS_RC : name of the config file
16786                 for the custom headers
16787
16788 2001-04-24
16789
16790     0.4.65claws5
16791
16792         * configure.in
16793           src/gtkstext.[ch]
16794           src/compose.c
16795           src/Makefile.am
16796           
16797           added gtkstext with configure.in patch by Hiroyuki which
16798           should fix the XIM detection [alfons]
16799
16800         * more clean up of cvs [alfons]
16801
16802                  * removed all Makefile.in files to attic.
16803
16804                  * updated all .cvsignores to really ignore things that could
16805                    be unintentionally committed by a recursive commit.
16806
16807 2001-04-23 [hoa]
16808         * added src/grouplist_dialog.[ch]
16809         * changed src/folderview.c to call grouplist_dialog instead
16810                 of inputdialog
16811         * src/news.c :
16812                 added functions news_reset_group_list
16813                 and news_get_group_list
16814         * src/nntp.c :
16815                 added function nntp_list
16816         * src/defs.h :
16817                 added GROUPLIST_FILE : name of the newsgroup list cache file
16818
16819 2001-04-21
16820
16821         * added option to warn about queued messages on exit [sergey]:
16822
16823           * src/compose.c: compose_queue(): call folder_item_scan()
16824             and folderview_update_item() after queueing.
16825           * src/folderview.c: folderview_update_node(): draw the queue
16826             folder in bold font if there are queued messages.
16827           * src/mainwindow.c: queued_messages(): new function.
16828             app_exit_cb(): display warning if there are queued messages
16829             if warn_queued_on_exit is set.
16830           * prefs_common.[ch]: add warn_queued_on_exit option.
16831
16832         * enhanced GnuPG key selection support [sergey]:
16833
16834           * src/select-keys.c: updated to newer version from Win32
16835             branch with support for selecting arbitrary keys.
16836           * src/prefs_account.c: added the Privacy tab to the account
16837             options window.
16838             prefs_account_privacy_create(),
16839             prefs_account_sign_key_set_data_from_radiobtn(),
16840             prefs_account_sign_key_set_radiobtn(): new functions.
16841           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16842           * src/rfc2015.c: set_signers(): new function.
16843             pgp_sign(): add the account parameter, call set_signers().
16844             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16845           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16846           * src/compose.c: pass the current account to rfc2015_sign().
16847
16848         * tag name claws added to prevent confusion with main branch [alfons]
16849
16850         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16851
16852         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16853
16854         * sync with recent sylpheed cvs. Untested though. [alfons]
16855