205657c8a2e1a96bdb5be293edb9e456f67624be
[claws.git] / ChangeLog.claws
1 2003-07-05 [christoph]  0.9.0claws84
2
3         * src/Makefile.am
4         * src/messageview.c
5         * src/mimeview.[ch]
6         * src/stock_pixmap.[ch]
7         * src/pixmaps/messageview_text.xpm              ** NEW **
8                 move mimeview tabs to the right side and use icons
9                 instead of text to save some space
10
11         (patch by Luke Plant <lukeplant@softhome.net>)
12
13 2003-07-05 [christoph]  0.9.0claws83
14
15         * src/inc.c
16                 add NULL pointer checks
17
18         (patch by Luke Plant <lukeplant@softhome.net>)
19         (closes Bug 204 0.9.0 quits on authentication error?!)
20
21 2003-07-05 [alfons]     0.9.0claws82
22
23         * configure.ac
24                 take the clue in bug #202 "./configure script - 
25                 'if test' comparison failure" reported by John Kristoff. 
26
27 2003-07-04 [christoph]  0.9.0claws81
28
29         * src/plugins/spamassassin/spamassassin.c
30                 set timeout for spam check
31
32 2003-07-04 [christoph]  0.9.0claws80
33
34         * src/main.c
35                 destroy all FolderItems when shutting down to
36                 allow folders to clean up
37
38 2003-07-04 [melvin]     0.9.0claws79
39
40         * src/gtk/gtkaspell.c
41                 Fixed bug #184 "Entering non-ascii character deletes
42                 previous char if spell checking enabled": this makes
43                 the spell checking in multibytes (e.g. UTF-8)locales work.
44                 (Patch by Luke Plant).
45                 
46 2003-07-04 [christoph]  0.9.0claws78
47
48         * sync with 0.9.2cvs1
49                 see ChangeLog 2003-06-10
50
51 2003-07-04 [paul]       0.9.0claws77
52
53         * sync with 0.9.3 release
54                 see ChangeLog 2003-07-04
55
56 2003-07-03 [christoph]  0.9.0claws76
57
58         * src/folder.[ch]
59         * src/imap.c
60         * src/mbox_folder.c
61         * src/mh.c
62         * src/news.c
63                 move folder_item_get_path() stuff into a folder virtual function
64
65         * src/procmsg.c
66                 use folder_item_fetch_msg() to get message and do not contruct
67                 the filename from path and number
68
69 2003-07-03 [paul]       0.9.0claws75
70
71         * sync with 0.9.2cvs12
72                 see ChangeLog 2003-07-03
73
74 2003-07-02 [paul]       0.9.0claws74
75
76         * src/messageview.c
77                 fix text-selection for replying
78
79 2003-07-02 [paul]       0.9.0claws73
80
81         * sync with 0.9.2cvs11
82                 see ChangeLog 2003-07-02
83
84 2003-07-02 [paul]       0.9.0claws72
85
86         * src/procmsg.c
87                 revert last commit because it breaks more
88                 than it fixes
89
90 2003-07-02 [paul]       0.9.0claws71
91
92         * src/procmsg.c
93                 fix thread by subject/sort by date
94
95 2003-07-01 [paul]       0.9.0claws70
96
97         * sync with 0.9.2cvs10
98                 see ChangeLog 2003-07-01
99
100 2003-06-30 [paul]       0.9.0claws69
101
102         * sync with 0.9.2cvs9
103                 see ChangeLog 2003-06-30
104
105 2003-06-28 [match]      0.9.0claws68
106
107         * src/addressbook.c
108                 fix null ptr.
109
110 2003-06-27 [paul]       0.9.0claws67
111
112         * sync with 0.9.2cvs7
113                 see ChangeLog 2003-06-27
114
115 2003-06-26 [christoph]  0.9.0claws66
116
117         * src/folder.c
118                 freeze folder updates while a folder is scanned
119
120         (closes Bug 185 New message counter)
121
122 2003-06-26 [darko]      0.9.0claws65
123
124         * src/ldapserver.c
125                 fix infinite loop when adding a new LDAP server
126
127 2003-06-26 [paul]       0.9.0claws64
128
129         * sync with 0.9.2cvs6
130                 see ChangeLog 2003-06-26
131
132 2003-06-26 [paul]       0.9.0claws63
133
134         * sync with 0.9.2cvs5
135                 see ChangeLog 2003-06-25 and 2003-06-26
136
137 2003-06-25 [match]      0.9.0claws62
138
139         * src/addr_compl.c
140                 Fixed tab/backtab for dropped-down completion list to
141                 move next/previous field. (close bug 147)
142
143 2003-06-25 [christoph]  0.9.0claws61
144
145         * src/addr_compl.[ch]
146         * src/addrindex.[ch]
147         * src/folderview.c
148         * src/inc.c
149         * src/news.c
150         * src/summaryview.c
151         * src/toolbar.c
152                 fix warnings
153
154 2003-06-25 [leandro]    0.9.0claws60
155
156         * src/compose.c
157                 o cleanups
158                 o gray out "Message/Remove references" menu item if not
159                   replying to a message
160
161 2003-06-24 [leandro]    0.9.0claws59
162
163         * src/compose.[ch]
164                 o removed "Message/Create new thread" menu item
165                 o added "Message/Remove references" menu item
166                   (it's off by default and will not check anymore
167                    if the subject changed)
168
169 2003-06-23 [alfons]     0.9.0claws58
170
171         * src/procmsg.c
172                 try better grouping messages threaded by subject based on their age.
173                 still not perfect - because the message tree is not sorted by date.  
174
175 2003-06-23 [thorsten]   0.9.0claws57
176
177         * src/pop.[ch]
178                 added mail_receive_hook to allow modifications
179                 directly after retrieval (e.g. adding headers).
180
181 2003-06-23 [paul]       0.9.0claws56
182
183         * src/sourcewindow.c
184                  enable the use of Ctrl+A to select all text in
185                  the sourcewindow
186                  Patch submitted by Ivan Francolin Martinez
187                  <ivanfm@users.sourceforge.net>
188
189 2003-06-22 [christoph]  0.9.0claws55
190
191         * src/folder.[ch]
192                 o add notification hook for folder tree changes
193                 o invoke hooks after folder tree scanning
194
195         * src/folderview.[ch]
196                 register hook for folder tree changes that
197                 updates the ctree
198
199         (there are more places that should be updated, like add, remove 
200          or move folder)
201
202         (closes Bug 164 Crash on rebuild folder tree)
203         (closes Bug 190 Crash on 'rebuilding folder tree')
204
205 2003-06-21 [leandro]    0.9.0claws54
206
207         * src/compose.[ch]
208                 create a new thread if subject changes
209                 (it's on by default, can be disabled in Message menu)
210
211 2003-06-21 [alfons]     0.9.0claws53
212
213         * src/summaryview.c
214                 quiet little compiler
215
216 2003-06-21 [christoph]  0.9.0claws52
217
218         update gettext stuff to version 0.12
219
220 2003-06-19 [alfons]     0.9.0claws51
221
222         * src/common/log.c
223         * src/common/plugin.c
224                 move defs.h before glib.h to prevent MIN/MAX redefs
225
226 2003-06-19 [alfons]
227
228         * src/addressbook.c
229                 translatable
230
231 2003-06-19 [match]      0.9.0claws50
232
233         * src/addressbook.[ch]
234         * src/addrindex.[ch]
235         * src/addr_compl.[ch]
236         * src/editldap.[ch]
237         * src/editldap_basedn.[ch]
238         * src/addritem.[ch]
239         * src/ldapquery.h
240                 re-implemented dynamic LDAP search. works without
241                 slowdown on display sender with addressbook
242                 option.
243         * src/addrbook.c
244                 documented code.
245
246 2003-06-19 [paul]       0.9.0claws49
247
248         * src/compose.c
249                 fix Bug #136 'Nonprovided quotation marks crash claws'
250                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
251
252 2003-06-19 [alfons]     0.9.0claws48
253
254         * src/prefs_common.[ch]
255         * src/procmsg.c
256                 restrict threading by subject by checking thread for
257                 age (prefs_common.thread_by_subject_max_age)
258
259 2003-06-18 [christoph]  0.9.0claws47
260
261         * src/imap.c
262                 fix memory leak in imap_cmd_fetch()
263
264 2003-06-18 [christoph]  0.9.0claws46
265
266         * src/prefs_gtk.c
267                 fix memory leak in prefs_set_default() when used multiple
268                 times or after prefs have been read
269
270 2003-06-18 [christoph]  0.9.0claws45
271
272         * src/common/plugin.c
273                 fix memory leak in plugin_unload()
274
275 2003-06-18 [christoph]  0.9.0claws44
276
277         * src/imap.c
278                 fix memory leak in imap_cmd_ok()
279
280 2003-06-18 [christoph]  0.9.0claws43
281
282         * src/folder.c
283                 stop messages that are downloaded from POP3 and added to
284                 an IMAP inbox from being filtered twice (first by POP3
285                 and again when IMAP folder is scaned to get the UID of
286                 the APPEND operation when no UIDPLUS is available)
287
288 2003-06-18 [alfons]
289
290         * tools/Makefile.am
291                 phoenix <- firebird     
292
293 2003-06-18 [paul]
294
295         * tools/launch_phoenix          ** REMOVED **
296           tools/launch_firebird         ** NEW **
297                 renamed and edited to reflect the browser's name change from
298                 'phoenix' to 'firebird'
299
300 2003-06-18 [paul]       0.9.0claws42
301
302         * sync with 0.9.2cvs2
303                 see ChangeLog 2003-06-16
304
305 2003-06-17 [alfons]     0.9.0claws41
306
307         * src/procmsg.c
308                 prevent threading problems when a node is an ancestor (parent / great parent),
309                 which mostly happens with circular references (thanks to Phillipe Gramoullé
310                 for finding an sample set of messages)
311
312 2003-06-16 [christoph]  0.9.0claws40
313
314         * src/main.c
315                 don't popup main window on --receive or --receive-all
316
317         * src/mainwindow.[ch]
318         * src/plugins/trayicon/trayicon.c
319                 allow hiding of main window by clicking on the trayicon
320                 (doesn't work correctly in seperate window mode and may
321                  cause unexpected GTK problems I couldn't find yet)
322
323         * src/common/ssl.c
324                 remove incorrect warning
325
326 2003-06-15 [alfons]     0.9.0claws39
327
328         * src/gtk/gtkstext.c
329                 don't output debug text;
330                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
331                 for pointing this out);
332
333 2003-06-14 [alfons]     0.9.0claws38
334         
335         * src/messageview.c
336                 remove printf() and make one if..else comply with coding style
337
338 2003-06-14 [alfons]     0.9.0claws37
339
340         * AUTHORS
341                 add Martin Wicke
342         * src/action.c
343         * src/messageview.[ch]
344         * src/summaryview.c
345                 apply patch #754162 "Quoting messages filtered by actions" submitted
346                 by Martin Wicke, which allows quoting message body changed by an
347                 action (Thanks!).
348
349 2003-06-13 [alfons]     0.9.0claws36
350
351         * src/utils.c
352                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
353                 use case insensitive regexp (suggested by Ivan Martinez)
354
355 2003-06-13 [christoph]  0.9.0claws35
356
357         * configure.ac
358         * src/plugins/trayicon/Makefile.am
359         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
360         * src/plugins/trayicon/trayicon.c
361         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
362         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
363         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
364         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
365         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
366         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
367                 replace my own EggTrayIcon backport with the backport
368                 used by (l|x)mule and gabber.
369
370 2003-06-13 [alfons]     0.9.0claws34
371
372         * AUTHORS
373         * src/common/utils.c
374                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
375
376 2003-06-13 [alfons]     0.9.0claws33
377
378         * src/compose.c
379                 clean up a little bit
380
381 2003-06-12 [alfons]     0.9.0claws32
382
383         * src/compose.c
384                 const correctness fix
385
386         * src/common/sylpheed.[ch]
387                 () -> (void)
388                 prevent redef MIN/MAX
389                 
390         * src/common/utils.[ch]
391                 () -> (void)
392
393 2003-06-12 [melvin]     0.9.0claws31
394
395         * src/compose.c
396                 Updated to take into accounts changes in GtkAspell.
397
398 2003-06-12 [alfons]     0.9.0claws30
399
400         * src/compose.c
401         * src/procmsg.c
402         * src/common/utils.[ch]
403                 handle reply subject prefixes better (initial 
404                 suggestion by Robert Story adapted and enhanced 
405                 using regexps)
406
407 2003-06-12 [melvin]     0.9.0claws29
408
409         * src/compose.c
410                 Use new gtkaspell_checkers_strerror() to get the speller's
411                 error message instead of accessing the (now private)
412                 checkers structure.
413                 Minor code clean up
414
415         * src/main.c
416                 Use #ifdef instead of #if for USE_ASPELL
417                 Use the new spell checkers init/quit functions 
418
419         * src/gtk/gtkaspell.c
420                 Use #ifdef instead of #if for USE_ASPELL
421                 Moved in the majority of GtkAspell structures that were
422                 exported before by gtkaspell.h
423         
424         * src/gtk/gktaspell.h
425                 Made gtkaspell.h contain only the necessary data to be
426                 publicized by moving many structures to gtkaspell.c.
427                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
428                 gtkaspell_checkers_new(): replaced by...
429                 gtkaspell_checkers_init(): new function for initialization
430                 gtkaspell_checkers_delete(): replaced by...
431                 gtkaspell_checkers_quit(): new function
432                 gtkaspell_checkers_strerror(): new function that returns
433                 the checker's last error message.
434                 
435 2003-06-11 [melvin]     0.9.0claws28
436
437         * po/POTFILES.in
438                 Updated to take into account gtkaspell.c migration to
439                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
440
441 2003-06-10 [alfons]     0.9.0claws27
442
443         * src/filtering.[ch]
444         * src/folder.c
445         * src/matcher.c
446         * src/scoring.[ch]
447                 - try fixing bug #18 (any brave testers?)
448                 - add more robustness by refusing previously 
449                   unchecked NULL pointers 
450
451 2003-06-10 [alfons]     0.9.0claws26
452
453         * src/procmsg.c
454                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
455
456 2003-06-09 [alfons]     0.9.0claws25
457
458         * src/prefs_common.c
459                 fix bug #163 "Icon switching doesnt work properly" by 
460                 preventing early freeing of prefs_common.pixmap_theme_path.
461
462 2003-06-09 [christoph]  0.9.0claws24
463
464         * src/gtk/gtkaspell.c
465                 revert Thorsten's fix and add forgotten g_strdup for
466                 aspell path (it should not be possible to alter the path a
467                 GtkASpell uses from outside)
468
469 2003-06-09 [thorsten]   0.9.0claws23
470
471         * src/gtk/gtkaspell.c
472                 dont free prefs_common.aspell_path when closing compose
473
474 2003-06-08 [colin]      0.9.0claws22
475
476         * src/plugins/spamassassin/spamassassin.c
477                 fix prefs types
478
479 2003-06-07 [christoph]  0.9.0claws21
480
481         * src/Makefile.am
482         * src/compose.c
483         * src/gtkaspell.[ch]            ** REMOVE **
484         * src/gtk/Makefile.am
485         * src/gtk/gtkaspell.[ch]        ** NEW **
486                 o make gtkaspell independent from sylpheed's prefs
487                 o move gtkaspell.[ch] to gtk directory
488
489 2003-06-07 [christoph]  0.9.0claws20
490
491         * src/Makefile.am
492         * src/crash.c
493         * src/export.c
494         * src/filesel.[ch]              ** REMOVE **
495         * src/folder.c
496         * src/main.[ch]
497         * src/common/sylpheed.[ch]
498         * src/gtk/Makefile.am
499         * src/gtk/filesel.[ch]          ** NEW **
500         * src/gtk/pluginwindow.c
501         * src/gtk/sslcertwindow.c
502                 move filesel.[ch] to gtk directory
503
504 2003-06-07 [alfons]     0.9.0claws19
505
506         * src/filesel.c
507                 make (multi) file selection dialog work again (Claws-only)
508
509 2003-06-07 [thorsten]   0.9.0claws18
510
511         * po/de.po
512                 fix typos
513
514 2003-06-07 [alfons]     0.9.0claws17
515
516         * configure.ac
517         * src/mimeview.c
518                 detect apache mishap in which case don't include fnmatch.h
519                 if regex.h is already included
520
521 2003-06-06 [christoph]  0.9.0claws16
522
523         * configure.ac
524         * src/mimeview.h
525                 add check for fnmatch.h and include it when available
526
527         * src/mimeview.[ch]
528                 fix wrong case sensitivity of Content-Types
529
530         * src/gtk/Makefile.am
531                 need the same include paths in gtk directory as in
532                 common directory because .h files in common can
533                 include files from these directories, when included
534                 in gtk's .h or .c files
535
536 2003-06-06 [alfons]     0.9.0claws15
537
538         * src/mimeview.c
539         * src/summaryview.c
540                 make it compile again because of regex.h / fnmatch.h 
541                 include problems (related to recent mime stuff, can
542                 someone check this?)
543
544 2003-06-06 [thorsten]   0.9.0claws14
545
546         * src/folderview.c
547                 possible use of uninitialized pointer while dragging
548
549 2003-06-06 [paul]       0.9.0claws13
550
551         * src/compose.c
552                 fix bug where the insert sig button would be effective
553                 only when auto_sig was set
554
555 2003-06-06 [paul]       0.9.0claws12
556
557         * sync with 0.9.2 release
558
559 2003-06-02 [paul]       0.9.0claws11
560
561         * sync with 0.9.1cvs1
562                 see ChangeLog 2003-06-02
563                 
564         * po/de.po
565                 update by Jens
566
567 2003-06-01 [christoph]  0.9.0claws10
568
569         * src/account.c
570                 don't use substring search to find accounts by email address
571
572         (closes Bug 169 Overly loose matching of "From" address)
573
574 2003-05-31 [christoph]  0.9.0claws9
575
576         * doc-src/rfc2683.txt
577         * src/imap.c
578                 limit IMAP command length as recommended in RFC2683
579                 (message number lists will be split into multiple imap
580                 sets, the limit of 1000 octets is not a hard limit)
581
582         (closes Bug 161 sylpheed-claws exits with segfault when logging
583          in to certain imap-servers)
584
585 2003-05-29 [alfons]     0.9.0claws8
586
587         * src/toolbar.[ch]
588                 add print button (calling summary_print());
589                 fine tune setting tooltip text;
590                 (if someone needs other buttons, please take these 
591                 commits as a guide, instead of bothering us - also
592                 see 0.8.11claws150) 
593
594 2003-05-29 [darko]      0.9.0claws7
595
596         * src/compose.c
597                 fix crash when word wrapping kicks in due to
598                 changed text by spell checker
599
600 2003-05-29 [paul]       0.9.0claws6
601
602         * src/compose.c
603                 fix bug where changing account would insert
604                 sig even if auto_sig was FALSE
605                 
606         * ChangeLog
607           ChangeLog.jp
608           INSTALL
609                 sync with 0.9.1 release
610
611 2003-05-28 [christoph]  0.9.0claws5
612
613         * src/imap.c
614                 fix truncation of too long commands
615
616         (closes Bug 167 IMAP hangs trying to get envelope
617          information in imap_get_uncached_messages)
618
619 2003-05-27 [paul]       0.9.0claws4
620
621         * tools/Makefile.am
622           tools/maildir2sylpheed.pl     ** NEW FILE **
623                 add kmail to sylpheed mailbox conversion script
624
625 2003-05-27 [paul]       0.9.0claws3
626
627         * sync with 0.9.0cvs10
628                 see ChangeLog 2003-05-26
629
630 2003-05-26 [paul]       0.9.0claws2
631
632         * sync with 0.9.0cvs9
633                 see ChangeLog 2003-05-26
634
635 2003-05-24 [paul]       0.9.0claws1
636
637         * sync with 0.9.0cvs8
638                 see ChangeLog 2003-05-23
639
640 2003-05-24 [paul]       0.9.0claws
641
642         * version 0.9.0claws released
643
644 2003-05-24 [paul]       0.8.11claws177
645
646         * src/plugins/dillo-viewer/Makefile.am
647           src/plugins/traycon/Makefile.am
648                 add missing files
649                 
650         * po/bg.po
651           po/en_GB.po
652           po/es.po
653           po/it.po
654           po/pt_BR.po
655           po/ru.po
656           po/sr.po
657                 update Bulgarian, British English, Spanish, Italian, 
658                 Brazilian Portuguese, Russian, and Serbian translations, 
659                 submitted by George Danchev, [me], Ricardo Mones Lastra,
660                 André Filipe de Assunção e Brito, Alessandro Maestri, 
661                 Ruslan N. Balkin, and Urke MMI
662
663 2003-05-23 [melvin]     0.8.11claws176
664
665         * po/fr.po
666                 Updated French translations
667
668 2003-05-22 [paul]       0.8.11claws175
669
670         * src/Makefile.am
671           src/addrbook.[ch]
672           src/addrcache.[ch]
673           src/addr_compl.[ch]
674           src/adressbook.[ch]
675           src/addrindex.[ch]
676           src/addritem.[ch]
677           src/editaddress.c
678           src/editgroup.c
679           src/editldap_basedn.c
680           src/editldap.c
681           src/jpilot.c
682           src/vcard.c
683                 revert to get ldap into it previous working state
684                 
685         * po/zh_TW.Big5.po
686                 new Taiwanese translation,
687                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
688
689 2003-05-22 [christoph]  0.8.11claws174
690
691         * src/plugins/spamassassin/libspamc.[ch]
692                 sync libspamc with SpamAssaain release 2.55
693
694 2003-05-22 [paul]       0.8.11claws173
695
696         * sync with 0.9.0cvs7
697                 see ChangeLog 2003-05-22
698                 
699         * src/summaryview.c
700                 revert change in 0.8.11claws172: follow
701                 Hiroyuki's decision and that's the end of it.
702
703 2003-05-21 [paul]       0.8.11claws172
704
705         * src/summaryview.c
706                 fix discrepency between open_unread_on_enter
707                 and always_show_msg
708
709 2003-05-21 [paul]       0.8.11claws171
710
711         * sync with 0.9.0cvs6
712                 see ChangeLog 2003-05-21
713
714 2003-05-21 [paul]       0.8.11claws170
715
716         * sync with 0.9.0cvs5
717                 see ChangeLog 2003-05-21
718
719 2003-05-20 [paul]       0.8.11claws169
720
721         * sync with 0.9.0cvs4
722                 see ChangeLog 2003-05-20
723                 fixes bug #152, 'encoding of IMAP folders names'
724
725 2003-05-20 [paul]       0.8.11claws168
726
727         * sync with 0.9.0cvs3
728                 see ChangeLog 2003-05-20
729                 
730         * src/tools/convert_mbox.pl
731                 minor change in the comments, submitted by Fred Marton
732
733 2003-05-19 [paul]       0.8.11claws167
734
735         * src/plugins/clamav/Makefile.am
736           configure.ac
737                 link clamav_lib to the plugin and not to the main program
738
739 2003-05-19 [christoph]
740
741         * src/Makefile.am
742                 add -export-dynamic for linking
743
744 2003-05-19 [paul]       0.8.11claws166
745
746         * sync with 0.9.0cvs1
747                 see ChangeLog 2003-05-19
748
749 2003-05-19 [paul]       0.8.11claws165
750
751         * src/inc.c
752                 fix 'pop before smtp' timeout
753
754 2003-05-18 [alfons]     0.8.11claws164
755
756         * src/prefs_matcher.c
757                 put "execute" action command line ("expression") in edit box
758
759 2003-05-18 [christoph]  0.8.11claws163
760
761         * src/mimeview.[ch]
762         * src/plugins/dillo_viewer/dillo_viewer.c
763         * src/plugins/image_viewer/viewer.c
764         * src/plugins/mathml_viewer/mathml_viewer.c
765                 let a viewer have a list of Content-Types
766
767 2003-05-18 [paul]       0.8.11claws162
768
769         * src/prefs_filtering.c
770                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
771                 and REDIRECT actions
772
773 2003-05-17 [christoph]
774
775         * README.claws
776                 o remove dynamic signatures that was syned with main
777                 o add infos about no longer "build in" image viewer
778                 o update bugtracker URL
779
780 2003-05-17 [christoph]  0.8.11claws161
781
782         * src/folder.c
783         * src/folderview.c
784         * src/imap.c
785                 don't use imap_scan_folder anymore. Instead call folder_item_scan
786                 for every folder after rebuilding the folder tree.
787
788         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
789          messages)
790
791 2003-05-17 [christoph]  0.8.11claws160
792
793         * src/imap.c
794                 don't use STATUS command on current folder to check for
795                 content changes. imap_cmd_ok() now tracks changes to
796                 folder and number of existing messages.
797
798 2003-05-17 [paul]       0.8.11claws159
799
800         * src/plugins/clamav/clamav_plugin.c
801                 remove unnecessary debug_print
802
803 2003-05-16 [thorsten]   0.8.11claws158
804
805         * src/plugins/demo.c
806                 included missing intl.h
807
808 2003-05-16 [paul]       0.8.11claws157
809
810         * po/POTFILES.in
811                 remove non-existant entries
812         
813         * src/plugins/clamav/clamav_plugin.c
814           src/plugins/clamav/clamav_plugin_gtk.c
815           src/plugins/dillo_viewer/dillo_prefs.c
816           src/plugins/dillo_viewer/dillo_viewer.c
817                 gettextise
818
819 2003-05-16 [christoph]  0.8.11claws156
820
821         * po/POTFILES.in
822                 include plugin .c files for translation until I
823                 find a better solution to have plugins have their
824                 own textdomain
825         * src/plugins/demo/demo.c
826         * src/plugins/image_viewer/plugin.c
827         * src/plugins/mathml_viewer/mathml_viewer.c
828         * src/plugins/spamassassin/spamassassin.c
829         * src/plugins/spamassassin/spamassassin_gtk.c
830         * src/plugins/trayicon/trayicon.c
831                 add gettext macros for plugin name and description
832
833 2003-05-16 [paul]
834
835         * sync with 0.9.0
836
837 2003-05-16 [paul]       0.8.11claws155
838
839         * sync with lastest 0.9.0pre1
840                 see ChangeLog 2003-05-16
841
842 2003-05-15 [paul]       0.8.11claws154
843
844         * sync with latest 0.9.0pre1
845                 see ChangeLog 2003-05-14 and 2003-05-15
846
847 2003-05-14 [christoph]  0.8.11claws153
848
849         * src/plugins/image_viewer/viewer.c
850         * src/plugins/image_viewer/viewer.glade         ** NEW **
851         * src/plugins/image_viewer/viewerprefs.c
852                 make it possible to disable the autoload function in the
853                 imageviewer again
854
855 2003-05-14 [christoph]  0.8.11claws152
856
857         * src/folder.c
858                 fix folder update after adding a message
859
860 2003-05-13 [alfons]     0.8.11claws151
861
862         * src/common/session.c
863                 remove debug traces
864                 
865         * src/addrcache.[ch]
866         * src/filtering.[ch]
867         * src/folder.[c]
868         * src/gtkaspell.[ch]
869         * src/imap.[ch]
870         * src/mbox_folder.[ch]
871         * src/mh.[ch]
872         * src/mimeview.h
873         * src/msgcache.[ch]
874         * src/news.[ch]
875         * src/passphrase.[ch]
876         * src/prefs_common.[ch]
877         * src/prefs_gtk.[ch]
878         * src/procmsg.c
879         * src/scoring.[ch]
880                 be pedantic; (in prototypes () implies (int))
881
882 2003-05-13 [alfons]     0.8.11claws150
883
884         * src/prefs_toolbar.[ch]
885         * src/summaryview.[ch]
886         * src/toolbar.[ch]
887                 change misleading text in toolbar prefs;
888                 add toolbar action for ignore thread (toggles ignore thread flag);
889                 clean up a little bit;
890
891 2003-05-12 [paul]
892
893         * tools/convert_mbox.pl
894                 bug fixed by Fred Marton
895
896 2003-05-12 [paul]
897
898         * sync with 0.9.0pre1
899
900 2003-05-09 [paul]       0.8.11claws149
901
902         * sync with 0.8.11cvs43
903                 see ChangeLog 2003-05-09
904
905 2003-05-08 [christoph]  0.8.11claws148
906
907         * src/imap.[ch]
908                 o use CAPABILIY as first command and check for PREAUTH
909                   information in the response to it
910                 o rewrite all imap_cmd_* functions to use an IMAPSession
911                   instead of a SockInfo as parameter
912                 o do STARTTLS after fetching and checking the server
913                   capabilities
914
915 2003-05-08 [paul]       0.8.11claws147
916
917         * tools/Makefile.am
918           tools/README
919           tools/convert_mbox.pl         ** NEW FILE **
920                 add mbox conversion script. Submitted by 
921                 Fred Marton <Fred.Marton@uni-bayreuth.de>
922
923 2003-05-07 [christoph]
924
925         * doc-src/glade.txt
926         * src/gtk/pluginwindow.glade
927         * src/plugins/image_viewer/viewerprefs.glade
928         * src/plugins/spamassassin/spamassassin_gtk.glade
929                 add glade files for user interfaces and a description how
930                 to use glade to create the sylpheed code
931
932 2003-05-07 [paul]       0.8.11claws146
933
934         * sync with 0.8.11cvs41
935                 see ChangeLog 2003-05-07
936
937 2003-05-06 [christoph]  0.8.11claws145
938
939         * src/main.c
940         * src/plugins/image_viewer/viewer.c
941                 fix usage of imlib in imageviewer plugin
942
943         * src/gtk/prefswindow.c
944                 handle window close event correctly
945
946 2003-05-06 [paul]       0.8.11claws144
947
948         * src/common/ssl.c
949                 fix typo introduced in sync
950
951 2003-05-06 [paul]       0.8.11claws143
952
953         * sync with 0.8.11cvs39
954                 see ChangeLog 2003-05-06
955
956 2003-05-06 [paul]       0.8.11claws142
957
958         * AUTHORS
959           po/cs.po
960                 updated Czech translation, submitted by 
961                 Radek Vybiral <Radek.Vybiral@vsb.cz>
962                 
963         * src/plugins/clamav/clamav_plugin_gtk.c
964                 clean up
965
966 2003-05-03 [alfons]     0.8.11claws141
967
968         * src/compose.[ch]
969                 make paste as quotation work even when the call to 
970                 text_inserted() was deferred (fixes bug #140 "Paste 
971                 as quotation does not work when using "external" 
972                 clipboard")
973
974 2003-05-03 [thorsten]   0.8.11claws140
975
976         * src/addrquery.h
977           src/ldapquery.h
978           src/mainwindow.c
979                 removed C++ comments
980         * src/addr_compl.c
981                 function with non-int retval/param used before
982                 implementation/declaration
983
984 2003-05-02 [paul]       0.8.11claws139
985
986         * src/addr_compl.[ch]
987           src/addressbook.[ch]
988           src/addrindex.c
989           src/summaryview.c
990                 revert match's changes to (finally) remove the bug where
991                 opening a folder causes massive slowdown when using the 
992                 'Display sender using address book' option
993
994 2003-05-01 [melvin]     0.8.11claws138
995
996         * src/plugins/dillo_viewer/dillo_prefs.[ch]
997         * src/plugins/dillo_viewer/dillo_viewer.c
998                 Fixed bug where "Cancel" button from prefs issued
999                 warnings.
1000                 Comply a little more to coding style
1001
1002 2003-05-01 [paul]       0.8.11claws137
1003
1004         * sync with 0.8.11cvs38
1005                 see ChangeLog 2003-05-01
1006
1007 2003-05-01 [paul]       0.8.11claws136
1008
1009         * po/bg.po
1010                 updated by George Danchev
1011
1012 2003-04-30 [christoph]  0.8.11claws135
1013
1014         * src/plugins/dillo_viewer/dillo_prefs.c
1015         * src/plugins/image_viewer/viewerprefs.c
1016         * src/plugins/spamassassin/spamassassin_gtk.c
1017                 remove gtk_widget_ref() calls for widgets in
1018                 glade code
1019
1020 2003-04-30 [paul]       0.8.11claws134
1021
1022         * src/addrindex.c
1023                 ok, this time a better fix for the bug where opening folder
1024                 has massive slowdown when using the 'Display sender using 
1025                 address book' option
1026
1027 2003-04-30 [paul]       0.8.11claws133
1028
1029         * src/addrindex.c
1030                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1031         
1032 2003-04-30 [melvin]     0.8.11claws132
1033
1034         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1035
1036         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1037                 Preferences for the dillo plugin
1038         * src/plugins/dillo_viewer/dillo_viewer.c
1039                 Support for preferences
1040         * src/plugins/dillo_viewer/Makefile.am
1041                 Added dillo_prefs.[ch]
1042
1043 2003-04-30 [alfons]     0.8.11claws131
1044
1045         * src/common/plugin.[ch]
1046                 see? this ANSI C'fication immediately gives us type
1047                 checking for free.
1048
1049 2003-04-30 [alfons]     0.8.11claws130
1050
1051         * src/common/plugin.[ch]
1052         * src/plugins/clamav/clamav_plugin.[ch]
1053         * src/plugins/clamav/clamav_plugin_gtk.c
1054         * src/plugins/demo/demo.c
1055         * src/plugins/dillo_viewer/dillo_viewer.c
1056         * src/plugins/image_viewer/plugin.c
1057         * src/plugins/image_viewer/viewer.[ch]
1058         * src/plugins/image_viewer/viewerprefs.[ch]
1059         * src/plugins/mathml_viewer/mathml_viewer.c
1060         * src/plugins/spamassassin/spamassassin.[ch]
1061         * src/plugins/spamassassin/spamassassin_gtk.c
1062         * src/plugins/trayicon/trayicon.c
1063                 clean up
1064
1065 2003-04-30 [alfons]     0.8.11claws129
1066
1067         * src/common/utils.c
1068                 make is_ascii_str() fail gracefully when NULL pointer
1069                 is passed
1070
1071 2003-04-30 [paul]       0.8.11claws128
1072
1073         * src/addrindex.c
1074                 fix bug where opening folder has massive slowdown when
1075                 using the 'Display sender using address book' option
1076
1077 2003-04-30 [paul]       0.8.11claws127
1078
1079         * src/plugins/clamav/clamav_plugin.c
1080           src/plugins/clamav/clamav_plugin_gtk.c
1081           src/plugins/demo/demo.c
1082           src/plugins/dillo_viewer/dillo_viewer.c
1083           src/plugins/image_viewer/plugin.c
1084           src/plugins/mathml_viewer/mathml_viewer.c
1085           src/plugins/spamassassin/spamassassin.c
1086           src/plugins/spamassassin/spamassassin_gtk.c
1087           src/plugins/trayicon/trayicon.c
1088                 get rid of eye-hurting function signatures
1089
1090 2003-04-30 [paul]       0.8.11claws126
1091
1092         * src/plugins/trayicon/trayicon.c
1093                 add description
1094                 
1095         * src/mimeview.c
1096                 be more descriptive
1097
1098 2003-04-30 [paul]       0.8.11claws125
1099
1100         * configure.ac
1101                 arrange the plugins in reverse alphabetical order
1102                 
1103         * src/plugins/clamav/clamav_plugin.[ch]
1104           src/plugins/clamav/clamav_plugin_gtk.c
1105                 rename some params
1106                 resize max_size window
1107                 re-arrange the order of some gui elements
1108                 improve descriptions
1109         
1110         * src/plugins/image_viewer/plugin.c
1111           src/plugins/mathml_viewer/mathml_viewer.c
1112                 add descriptions
1113                 
1114         * src/plugins/spamassassin/spamassassin_gtk.c
1115                 resize max_size window
1116                 re-arrange the order of some gui elements
1117                 
1118         * src/messageview.c
1119           src/mimeview.c
1120                 correct typos
1121
1122 2003-04-30 [alfons]     0.8.11claws124
1123
1124         * src/imap.c
1125                 fix a leak found while browsing Martin Kluge's 
1126                 valgrind log (Claws only)
1127
1128 2003-04-29 [darko]      0.8.11claws123
1129
1130         * src/gtk/gtkstext.h
1131                 include wchar.h if it is available, fixes compilation
1132                 on HP-UX systems
1133
1134 2003-04-29 [melvin]     0.8.11claws122
1135
1136         * src/prefs_actions.c
1137                 Improved help text of Actions' syntax
1138
1139 2003-04-28 [paul]       0.8.11claws121
1140
1141         * src/action.c
1142                 a better fix for the crash when performing an action
1143                 on a mime part
1144
1145 2003-04-28 [paul]       0.8.11claws120
1146
1147         * src/action.c
1148                 fix crash when performing an action on a
1149                 mime part
1150
1151 2003-04-28 [paul]       0.8.11claws119
1152
1153         * sync with 0.8.11cvs36
1154                 see ChangeLog 2003-04-28
1155
1156 2003-04-27 [paul]       0.8.11claws118
1157
1158         * more sync with 0.8.11cvs35
1159                 see ChangeLog 2003-04-25
1160
1161 2003-04-26 [christoph]  0.8.11claws117
1162
1163         * src/folder.c
1164                 fix remove virtual check
1165
1166 2003-04-26 [paul]       0.8.11claws116
1167
1168         * src/messageview.c
1169                 fix return-receipt, make it work again
1170
1171 2003-04-26 [paul]       0.8.11claws115
1172
1173         * src/mimeview.c
1174                 restore double-clicking of the [application/pgp-signature 
1175                 (Select "Check signature" to check)] line in the message view,
1176                 broken in recent sync
1177
1178 2003-04-26 [christoph]  0.8.11claws114
1179
1180         * src/folder.c
1181                 check if remove virtual really exists before
1182                 calling the function
1183
1184 2003-04-25 [match]      0.8.11claws113
1185
1186         * src/addrindex.c
1187         * src/addrbook.c
1188         * src/ldapquery.[ch]
1189         * src/ldapctrl.[ch]
1190                 fix memleak.
1191         * src/ldapserver.[ch]
1192                 fix memleak. fix segfault.
1193                 plug a Claws memleak
1194
1195 2003-04-25 [alfons]     0.8.11claws112
1196
1197         * src/folder.c
1198                 plug a Claws memleak
1199
1200 2003-04-25 [alfons]     0.8.11claws111
1201
1202         * src/common/session.c
1203                 plug a memleak
1204
1205 2003-04-25 [paul]       0.8.11claws110
1206
1207         * sync with 0.8.11cvs35
1208                 see ChangeLog 2003-04-24 and 2003-04-25
1209                 
1210         * src/gtk/pluginwindow.c
1211                 correct another strange float value
1212
1213 2003-04-24 [christoph]  0.8.11claws109
1214
1215         * src/folder.c
1216                 freeze folder item updates when unsetting new flags
1217
1218         * src/gtk/pluginwindow.c
1219                 correct strange float value
1220
1221 2003-04-23 [paul]       0.8.11claws108
1222
1223         * sync with 0.8.11cvs33
1224                 see ChangeLog 2003-04-23
1225
1226 2003-04-22 [paul]       0.8.11claws107
1227
1228         * src/Makefile.am
1229           src/messageview.c
1230           src/mimeview.c
1231           src/pgptext.[ch]      ** REMOVED **
1232                 remove pgptext.[ch] as its not used any more
1233
1234 2003-04-22 [paul]       0.8.11claws106
1235
1236         * sync with 0.8.11cvs31
1237                 see ChangeLog 2003-04-21 and 2003-04-22
1238
1239 2003-04-21 [alfons]     0.8.11claws105
1240
1241         * src/main.c
1242                 No access to GTK structures if we're a spawned child
1243                 (and clean up code a little bit...) Should fix #126.
1244
1245 2003-04-21 [melvin]     0.8.11claws104
1246
1247         * src/plugins/dillo_viewer/README
1248                 Improved slightly the text.
1249
1250 2003-04-21 [melvin]     0.8.11claws103
1251
1252         * src/plugins/dillo_viewer/README *** NEW ***
1253                 Added a README file for the Dillo plugin
1254
1255 2003-04-20 [paul]
1256
1257         * tools/README
1258           tools/outlook2sylpheed.pl
1259                 updated and improved by Ricardo Mones Lastra
1260
1261 2003-04-18 [oliver]     0.8.11claws102
1262
1263         * src/inc.c 
1264         * src/prefs_account.h
1265                 remove Pop3SessionType (used by selective download)
1266         * src/prefs_toolbar.c
1267                 enable set Default Toolbar button
1268
1269 2003-04-18 [paul]       0.8.11claws101
1270
1271         * sync with 0.8.11cvs29
1272                 see ChangeLog 2003-04-18
1273
1274 2003-04-17 [paul]       0.8.11claws100
1275
1276         * src/prefs_common.[ch]
1277           src/summaryview.c
1278                 remove 'Open next message on deletion' option,
1279                 as the same effect can now be achieved via the
1280                 'Always open messages in summary when selected'
1281                 option.
1282
1283 2003-04-17 [paul]       0.8.11claws99
1284
1285         * sync with 0.8.11cvs28
1286                 see ChangeLog 2003-04-17
1287
1288 2003-04-17 [christoph]  0.8.11claws98
1289
1290         * ac/spamassassin.m4
1291         * src/plugins/spamassassin/libspamc.[ch]
1292         * src/plugins/spamassassin/utils.[ch]
1293                 sync libspamc with SpamAssassin project
1294
1295 2003-04-17 [christoph]  0.8.11claws97
1296
1297         * src/common/socket.h
1298         * src/gtk/sslcertwindow.h
1299                 rename old USE_SSL to USE_OPENSSL
1300
1301 2003-04-17 [paul]       0.8.11claws96
1302
1303         * src/prefs_common.h
1304                 use gulong for P_COLOR so that it compiles/runs on
1305                 64-bit systems. Patch submitted by James Noyes
1306                 <jnoyes-claws@retrogeeks.com>
1307                 
1308         * po/de.po
1309                 updated by Jens
1310
1311 2003-04-17 [paul]       0.8.11claws95
1312
1313         * sync with 0.8.11cvs27
1314                 see ChangeLog 2003-04-16
1315
1316 2003-04-15 [paul]       0.8.11claws94
1317
1318         * src/prefs_common.[ch]
1319                 rearrange to stop the window getting too long:
1320                         move Receive dialog stuff to Receive tab
1321                         move Send dialog to Send tab
1322                         remove Dialogs frame
1323                 rename 'Open messages in summary with cursor keys' to
1324                 'Always open messages in summary when selected', as its
1325                 more appropriate
1326
1327 2003-04-15 [paul]       0.8.11claws93
1328
1329         * src/prefs_common.[ch]
1330           src/summaryview.c
1331                 add new option '/Interface/Open next message on deletion'
1332
1333 2003-04-15 [paul]       0.8.11claws92
1334
1335         * src/summaryview.[ch]
1336                 add /Mark/Lock and /Mark/Unlock to the pop-up
1337                 menu. Patch submitted by Ivan Francolin Martinez
1338                 <ivanfm@users.sourceforge.net>
1339
1340 2003-04-15 [paul]       0.8.11claws91
1341
1342         * sync with 0.8.11cvs24
1343                 see ChangeLog 2003-04-15
1344
1345 2003-04-14 [jens]       0.8.11claws90
1346
1347         * updated German translation and some corrections from
1348                 Roland Bless <bless@tm.uka.de>
1349
1350 2003-04-14 [paul]       0.8.11claws89
1351
1352         * sync with 0.8.11cvs22
1353                 see ChangeLog 2003-04-14
1354
1355 2003-04-13 [paul]       0.8.11claws88
1356
1357         * src/plugins/clamav/clamav_plugin.c
1358                 fix memory leaks
1359                 clean up
1360
1361 2003-04-12 [paul]       0.8.11claws87
1362
1363         * src/plugins/clamav/clamav_plugin.c
1364                 activate enable/disable archive scanning option
1365                 
1366         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1367
1368 2003-04-12 [paul]       0.8.11claws86
1369
1370         * src/plugins/Makefile.am
1371           src/plugins/clamav/Makefile.am                ** NEW FILE **
1372           src/plugins/clamav/README                     ** NEW FILE ** 
1373           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1374           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1375                 add Clam AntiVirus plugin
1376
1377 2003-04-12 [paul]       0.8.11claws85
1378
1379         * sync with 0.8.11cvs21
1380                 see ChangeLog 2003-04-11
1381
1382 2003-04-11 [paul]       0.8.11claws84
1383
1384         * po/es.po
1385                 update Spanish translation. Submitted by Ricardo
1386                 Mones Lastra.
1387
1388 2003-04-10 [christoph]  0.8.11claws83
1389
1390         * src/mbox.c
1391                 fix typo that did not move unfiltered mails to destination
1392                 folder
1393
1394         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1395          when filtering from spool)
1396
1397 2003-04-10 [christoph]  0.8.11claws82
1398
1399         * src/imap.c
1400                 use BODY.PEEK instead of BODY in in message fetch operation
1401                 to make sure the IMAP server does not set the \Seen flag for
1402                 messages. Sylpheed does that later itself, when the message
1403                 is opened in sylpheed
1404
1405         (closes Bug 111 Claws destroys unread marks)
1406
1407 2003-04-09 [oliver]     0.8.11claws81
1408         
1409         * src/folder.c
1410                 fix crash in folder_destroy
1411         * README.claws
1412                 remove selective download
1413
1414 2003-04-09 [christoph]  0.8.11claws80
1415
1416         * src/imap.c
1417                 fix crash in imap_get_msginfo() when then fetched message
1418                 is not found
1419
1420         (closes Bug 110 Crash during mail composition)
1421
1422 2003-04-08 [christoph]  0.8.11claws79
1423
1424         * src/folder.c
1425         * src/prefs_account.c
1426                 Filter new messages that are found in an INBOX folder
1427                 when 'Filter messages on receiving' is enabled in the
1428                 Folder's AccountPrefs. This allows to use Sylpheed's
1429                 filtering engine for IMAP folders where messages are
1430                 added to the INBOX by a MTA
1431
1432 2003-04-08 [paul]       0.8.11claws78
1433
1434         * src/procmsg.h
1435                 clean up after last commit
1436
1437 2003-04-08 [paul]       0.8.11claws77
1438
1439         * sync with 0.8.11cvs20
1440                 see ChangeLog 2003-04-07 and 2003-04-08
1441
1442 2003-04-07 [christoph]  0.8.11claws76
1443
1444         * src/filtering.[ch]
1445         * src/inc.[ch]
1446         * src/mbox.c
1447         * src/procmsg.[ch]
1448                 add procmsg_msginfo_filter() to execute filtering actions
1449
1450 2003-04-06 [christoph]  0.8.11claws75
1451
1452         * src/imap.c
1453                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1454
1455 2003-04-06 [christoph]  0.8.11claws74
1456
1457         * src/common/utils.[ch]
1458                 add g_int_compare() function for slist sorting
1459
1460         * src/imap.c
1461                 fetch all MsgInfos with one command in imap_get_msginfos()
1462                 using an imap set with a list of ranges
1463
1464         * src/news.c
1465                 use new g_int_compare() function
1466
1467 2003-04-06 [thorsten]   0.8.11claws73
1468
1469         * src/mh.c
1470                 corrected implementation of mh_folder_destroy()
1471
1472 2003-04-05 [christoph]  0.8.11claws72
1473
1474         * src/account.c
1475         * src/folder.[ch]
1476         * src/folderview.c
1477         * src/imap.c
1478         * src/inc.c
1479         * src/main.c
1480         * src/mainwindow.c
1481         * src/mbox_folder.c
1482         * src/mh.c
1483         * src/mimeview.h
1484         * src/msgcache.[ch]
1485         * src/news.c
1486         * src/procmime.h
1487         * src/procmsg.[ch]
1488         * src/setup.c
1489         * src/gtk/gtkutils.c
1490                 o rename structure field names class and new to klass and
1491                   new_msgs, to allow including files in C++
1492                 o add 'extern "C"' block to some header files
1493                 o add MsgInfoList and MsgNumberList as alias for GSList for
1494                   developers to know what type of list is expected
1495
1496         * src/plugins/image_viewer/plugin.c
1497         * src/plugins/image_viewer/viewer.[ch]
1498         * src/plugins/image_viewer/viewerprefs.[ch]
1499                 rename function names to prevent conflicts
1500
1501 2003-04-05 [paul]       0.8.11claws71
1502
1503         * sync with 0.8.11cvs18
1504                 see ChangeLog 2003-04-03 and 2003-04-04
1505
1506 2003-04-02 [christoph]  0.8.11claws70
1507
1508         * src/folder.[ch]
1509         * src/imap.[ch]
1510         * src/mbox_folder.[ch]
1511         * src/mh.[ch]
1512         * src/news.[ch]
1513                 o Make all virtual folder functions private
1514                 o remove unused folder code
1515
1516         * src/common/socket.[ch]
1517         * src/summaryview.c
1518                 fix warnings
1519
1520 2003-03-30 [alfons]     0.8.11claws69
1521
1522         * src/send_message.c
1523                 remove two debug traces and see if people still report
1524                 errors
1525
1526 2003-03-30 [alfons]     0.8.11claws68
1527
1528         * src/send_message.c
1529         * src/commons/session.c
1530                 add more debug traces
1531
1532 2003-03-30 [christoph]  0.8.11claws67
1533
1534         * src/folder.c
1535                 change processing folder name from .processing to processing
1536
1537         * src/common/ssl.c
1538                 disable SSL certificate check because it causes Xlib error
1539                 when the child process want's to open an GTK window
1540
1541 2003-03-30 [christoph]  0.8.11claws66
1542
1543         * src/folder.c
1544                 don't use default folder for processing folder item because
1545                 it can be a non local folder
1546
1547         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1548
1549 2003-03-30 [alfons]     0.8.11claws65
1550
1551         * src/send_message.c
1552                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1553                 to generate bad code for 'send_send_data_progressive': When
1554                 called from 'send_send_data_finished', the 'data' pointer is
1555                 cleared just before the assignment to the dialog pointer
1556
1557 2003-03-29 [christoph]  0.8.11claws64
1558
1559         * src/common/prefs.h
1560         * src/plugins/image_viewer/Makefile.am
1561         * src/plugins/image_viewer/plugin.c
1562         * src/plugins/image_viewer/viewer.[ch]
1563         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1564                 add PrefsPage for ImageViewer
1565
1566 2003-03-28 [thorsten]   0.8.11claws63
1567
1568         * src/common/session.c
1569                 added some comments
1570
1571 2003-03-28 [paul]       0.8.11claws62
1572
1573         * sync with 0.8.11cvs16
1574                 see ChangeLog 2003-03-28
1575
1576 2003-03-28 [paul]       0.8.11claws61
1577
1578         * sync with 0.8.11cvs15
1579                 see ChangeLog 2003-03-28
1580
1581 2003-03-27 [christoph]  0.8.11claws60
1582
1583         * src/folder.c
1584         * src/imap.c
1585         * src/common/socket.[ch]
1586                 set socket state to DISCONNECTED when any operation
1587                 fails to allow reconnecting in IMAP code without
1588                 checking the return code of all calls to the command
1589                 functions
1590
1591         * src/folderview.c
1592         * src/summaryview.c
1593                 remove some more stuff that depends on specific
1594                 folder types
1595
1596 2003-03-27 [paul]       0.8.11claws59
1597
1598         * sync with 0.8.11cvs14
1599                 see ChangeLog 2003-03-27
1600                 
1601         * src/selective_download.[ch]   ** REMOVED **
1602                 really removed
1603
1604 2003-03-27 [christoph]  0.8.11claws58
1605
1606         * src/folder.c
1607                 fix handling of tmp_flags in flag copy function
1608
1609 2003-03-27 [paul]       0.8.11claws57
1610
1611         * sync with 0.8.11cvs13
1612                 see ChangeLog 2003-03-27
1613
1614 2003-03-27 [oliver]     0.8.11claws56
1615
1616         * src/maiwindow.c
1617                 remove sel_download_cb
1618
1619 2003-03-27 [oliver]     0.8.11claws55
1620         
1621         * src/inc.c
1622                 remove POP3_TOP
1623         
1624 2003-03-26 [oliver]     0.8.11claws54
1625
1626         *src/pop.h
1627                 remove POP3_TOP*
1628         * README.claws
1629                 remove selective donwload readme
1630
1631 2003-03-26 [oliver]     0.8.11claws53
1632         * src/matcher.[ch]
1633         * src/matcher_parser_parse.y 
1634         * src/pop.c 
1635         * src/prefs_account.[ch]
1636         * src/prefs_filtering.c
1637                 remove selective donwload
1638
1639 2003-03-26 [oliver]     0.8.11claws52
1640
1641         * src/inc.[ch] 
1642         * src/filtering.c 
1643         * src/mainwindow.c 
1644                 remove selective donwload
1645
1646 2003-03-26 [oliver]     0.8.11claws51
1647         
1648         * src/Makefile.am
1649         * src/selective_download.[ch]   ** REMOVE **    
1650
1651 2003-03-26 [christoph]  0.8.11claws50
1652
1653         * src/news.c
1654                 fix NEWS that got broken by a sync with sylpheed-main
1655
1656 2003-03-26 [christoph]  0.8.11claws49
1657
1658         * src/mimeview.c
1659                 fix mime type guessing when no mime type is found for a file
1660
1661 2003-03-25 [christoph]  0.8.11claws48
1662
1663         * src/mimeview.c
1664         * src/procmime.c
1665                 remove mime type guessing from mime parser and use
1666                 name based mime types in viewer lookup for mime type
1667                 application/octet-stream
1668
1669 2003-03-25 [christoph]  0.8.11claws47
1670
1671         * doc-src/readme.txt
1672         * doc-src/rfc2554.txt
1673                 add RFC about SMTP AUTH
1674
1675         * src/send_message.c
1676         * src/common/smtp.[ch]
1677                 add extra error code for authentication errors and
1678                 clear temporary password when this error occurs
1679
1680         (closes Bug 84 authentication failure while sending should
1681          prompt for password again)
1682
1683 2003-03-25 [christoph]  0.8.11claws46
1684
1685         * configure.ac
1686         * src/Makefile.am
1687         * src/imageview.[ch]                            ** REMOVE **
1688         * src/messageview.[ch]
1689         * src/mimeview.[ch]
1690         * src/prefs_common.[ch]
1691         * src/textview.c
1692         * src/plugins/Makefile.am
1693         * src/plugins/image_viewer/.cvsignore           ** NEW **
1694         * src/plugins/image_viewer/Makefile.am          ** NEW **
1695         * src/plugins/image_viewer/plugin.c             ** NEW **
1696         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1697                 move image viewer into a plugin (building is enabled by default)
1698                 [ToDo: Prefs for resize and autoview]
1699
1700 2003-03-25 [paul]       0.8.11claws45
1701
1702         * sync with 0.8.11cvs12
1703                 see ChangeLog 2003-03-26
1704
1705 2003-03-25 [paul]       0.8.11claws44
1706
1707         * sync with 0.8.11cvs11
1708                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1709                 
1710         Note: Selective Download is broken.
1711                 
1712 2003-03-22 [christoph]  0.8.11claws43
1713
1714         * src/folder.c
1715                 code cleanup for flags copying
1716
1717 2003-03-22 [christoph]  0.8.11claws42
1718
1719         * src/plugins/trayicon/trayicon.c
1720                 fix setting the transparent area when the window size
1721                 is forced by the system tray
1722
1723 2003-03-22 [christoph]  0.8.11claws41
1724
1725         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1726         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1727         * src/plugins/trayicon/newmail.xpm              ** NEW **
1728         * src/plugins/trayicon/nomail.xpm               ** NEW **
1729         * src/plugins/trayicon/trayicon.c
1730         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1731                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1732                 o add icon for unread mails
1733                 o set transparency for window
1734
1735 2003-03-22 [christoph]  0.8.11claws40
1736
1737         * src/news.c
1738                 init news session to prevent crash when session is closed
1739
1740 2003-03-22 [christoph]  0.8.11claws39
1741
1742         * src/imap.c
1743         * src/common/session.[ch]
1744                 Init session data to make sure we don't have invalid pointers
1745                 for read_ch and write_ch when new multi process sessions are
1746                 not used
1747
1748         * src/main.c
1749         * src/common/plugin.c
1750         * src/common/sylpheed.c
1751         * src/plugins/demo/demo.c
1752         * src/plugins/dillo_viewer/dillo_viewer.c
1753         * src/plugins/mathml_viewer/mathml_viewer.c
1754         * src/plugins/spamassassin/spamassassin.c
1755         * src/plugins/spamassassin/spamassassin_gtk.c
1756                 add plugin types to allow loading plugins at different times
1757                 (and maybe for different frontends), because it's not good to
1758                 load GTK-Plugins gefore gtk_init was called
1759
1760         * configure.ac
1761         * src/plugins/Makefile.am
1762         * src/plugins/trayicon/.cvsignore               ** NEW **
1763         * src/plugins/trayicon/Makefile.am              ** NEW **
1764         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1765         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1766         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1767         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1768         * src/plugins/trayicon/trayicon.c               ** NEW **
1769                 New Trayicon plugin that shows an icon in a systray that uses
1770                 XEMBED protocol like Gnome's systray. Icon shows if there
1771                 are new mails and a tooltip shows information about new,
1772                 unread and total messages.
1773
1774 2003-03-22 [paul]       0.8.11claws38
1775
1776         * src/common/smtp.c
1777                 fix ESMTP AUTH CRAM-MD5
1778                 [sync with main (still version 0.8.11cvs6), see
1779                  ChangeLog 2003-03-22]
1780
1781 2003-03-21 [colin]      0.8.11claws37
1782
1783         * src/send_message.c
1784                 Fix USE_SSL => USE_OPENSSL
1785
1786 2003-03-21 [colin]      0.8.11claws36
1787
1788         * src/folderview.c
1789                 Fix counts in drag and dropped subfolders
1790
1791 2003-03-21 [colin]      0.8.11claws35
1792
1793         * src/folder.c 
1794         * src/folderview.c
1795                 speed up a bit folder dnd
1796
1797 2003-03-20 [alfons]     0.8.11claws34
1798
1799         * src/main.c
1800         * src/toolbar.c
1801         * src/procmsg.c
1802                 don't send locked queue messages
1803                 (feature request "[ 705245 ] Locking message in outbox 
1804                  should prevent sending")
1805
1806 2003-03-20 [christoph]  0.8.11claws33
1807
1808         * src/folder.c
1809                 remove NEW and UNREAD flag in special folders when scanning
1810                 
1811         * src/common/smtp.c
1812                 fix ESMTP AUTH CRAM-MD5
1813
1814 2003-03-20 [paul]       0.8.11claws32
1815
1816         * src/prefs_account.c
1817                 Re-write 'Tunnel command to open connection' as
1818                 'Use command to communicate with server', and disable
1819                 it for all except IMAP accounts
1820
1821 2003-03-20 [paul]       0.8.11claws31
1822
1823         * sync with 0.8.11cvs6
1824                 see ChangeLog 2003-03-20
1825
1826 2003-03-19 [match]      0.8.11claws30
1827
1828         * src/addritem.[ch]
1829                 include documentation. minor refactoring.
1830         * src/addr_compl.[ch]
1831         * src/addrindex.[ch]
1832         * src/addresbook.[ch]
1833         * src/summaryview.c
1834                 re-enable address lookup (was disabled in
1835                 0.8.11claws20).
1836
1837 2003-03-19 [christoph]  0.8.11claws29
1838
1839         * src/procmsg.c
1840                 add temp flag handling, will make moving and copying
1841                 messages possible again
1842
1843         * src/folder.c
1844                 correct calulation of folder stats
1845
1846 2003-03-18 [match]      0.8.11claws28
1847
1848         * src/editgroup.h
1849                 remove case sensitive comparison (closes bug 80).
1850
1851 2003-03-18 [christoph]  0.8.11claws27
1852
1853         * src/imap.c
1854                 fix imap using a tunnel command
1855
1856         (closes bug 87)
1857
1858 2003-03-18 [christoph]  0.8.11claws26
1859
1860         * src/folder.[ch]
1861         * src/imap.c
1862         * src/procmsg.[ch]
1863                 rewrite flag handling for folders
1864
1865 2003-03-18 [christoph]  0.8.11claws25
1866
1867         * src/folder.c
1868         * src/procmsg.c
1869         * src/summaryview.c
1870                 unset NEW and UNREAD flags when message is ignored, to make
1871                 sure messages don't show up as unread on other IMAP clients,
1872                 because the IGNORE_THREAD flag can not be syncronized through
1873                 the IMAP folder
1874
1875 2003-03-17 [christoph]  0.8.11claws24
1876
1877         * src/imap.c
1878                 don't use recursion to fetch uids when the number of messages
1879                 does not match. Moved code into subfunction that is used
1880                 again when needed, to prevent an endless loop.
1881
1882 2003-03-17 [thorsten]   0.8.11claws23
1883
1884         * src/imageview.[ch]
1885                 export imageview_get_resized_size() (for plugins)
1886         * src/prefs_common.[ch]
1887                 added prefs_common_get() (for plugins)
1888
1889 2003-03-17 [christoph]  0.8.11claws22
1890
1891         * src/imap.c
1892                 o remove UID guessing from copy code
1893                 o support UIDPLUS extension for APPEND command
1894
1895 2003-03-17 [paul]       0.8.11claws21
1896
1897         * src/gtk/about.c
1898                 remove 'Compiled-plugins' section.
1899                 
1900         * src/plugins/dillo_viewer/dillo_viewer.c
1901                 slight change to description text
1902
1903 2003-03-16 [match]      0.8.11claws20
1904         * src/ldapserver.[ch]           ** NEW **
1905         * src/ldapctrl.[ch]             ** NEW **
1906         * src/ldapquery.[ch]            ** NEW **
1907         * src/ldaputil.[ch]             ** NEW **
1908         * src/addrcindex.[ch]           ** NEW **
1909         * src/addrquery.h               ** NEW **
1910         * src/addritem.[ch]
1911         * src/addrcache.[ch]
1912         * src/addrindex.[ch]
1913         * src/addr_compl.[ch]
1914         * src/addressbook.[ch]
1915         * src/addrbook.[ch]
1916         * src/editgroup.c
1917         * src/editaddress.c
1918         * src/editldap.c
1919         * src/editldap_basedn.c
1920         * src/vcard.c
1921         * src/jpilot.c
1922         * src/Makefile.am
1923                 included dynamic LDAP queries. improved address
1924                 completion.
1925
1926 2003-03-16 [paul]       0.8.11claws19
1927
1928         * tools/multiwebsearch.pl
1929                 fix a fatal typo
1930
1931 2003-03-16 [christoph]  0.8.11claws18
1932
1933         * src/mimeview.c
1934         * src/plugins/dillo_viewer/dillo_viewer.c
1935         * src/plugins/mathml_viewer/mathml_viewer.c
1936                 make unregistering of MimeViewerFactorys possible
1937
1938 2003-03-16 [alfons]     0.8.11claws17
1939
1940         * configure.ac
1941                 correct typo
1942
1943 2003-03-16 [melvin]     0.8.11claws16
1944
1945         * src/plugins/dillo_viewer.c
1946                 Fixed bug where it was not possible to view more than
1947                 one text/html attachment per message (bug discovered
1948                 by Christoph Hohmann).
1949
1950 2003-03-15 [melvin]     0.8.11claws15
1951
1952         * src/prefs_actions.c
1953                 Fixed compilation warnings.
1954
1955 2003-03-15 [melvin]     0.8.11claws14
1956
1957         * src/plugins/Makefile.am
1958         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1959         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1960         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1961                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1962                 newer (http://dillo.auriga.wearlab.de/).
1963
1964 2003-03-15 [christoph]  0.8.11claws13
1965
1966         * src/imap.c
1967                 don't query imap folder for attributes because we already
1968                 for them from imap_status
1969
1970         * src/mimeview.[ch]
1971                 add support for plugable MimeViewers (unloading Viewers
1972                 not yet complete)
1973
1974         * src/plugins/Makefile.am
1975         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1976         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1977         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1978                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1979                 widget from http://helm.cs.unibo.it/mml-widget/
1980
1981 2003-03-14 [christoph]  0.8.11claws12
1982
1983         * src/folder.[ch]
1984                 o error return code's should better be negative
1985                 o replace printf with debug_print
1986
1987         * src/imap.c
1988                 improve IMAP folder scan by checking UID-NEXT
1989
1990         * src/summaryview.c
1991                 remove check that are unnecessary in my opinion
1992
1993 2003-03-13 [christoph]  0.8.11claws11
1994
1995         * src/folder.[ch]
1996         * src/foldersel.c
1997         * src/folderview.c
1998         * src/imap.c
1999         * src/mbox_folder.c
2000         * src/mh.c
2001         * src/news.c
2002         * src/prefs_scoring.c
2003         * src/summaryview.c
2004                 use a common function to get a displayable name
2005                 for a FolderItem
2006
2007 2003-03-13 [paul]       0.8.11claws10
2008
2009         * tools/Makefile.am
2010           tools/README
2011           tools/multiwebsearch.conf     ** NEW FILE **
2012           tools/multiwebsearch.pl       ** NEW FILE **
2013                 add multiwebsearch Actions script
2014
2015 2003-03-13 [colin]      0.8.11claws9
2016
2017         * src/compose.c
2018                 Remove leading emtpy lines from quoted text
2019                 before quoting it
2020
2021 2003-03-13 [melvin]     0.8.11claws8
2022
2023         * src/prefs_actions.c
2024                 Fixed a memory leak
2025                 Code clean ups
2026                 Added Cancel and OK buttons
2027                 Corrected help text
2028
2029 2003-03-13 [christoph]  0.8.11claws7
2030
2031         * src/account.c
2032         * src/folder.[ch]
2033         * src/imap.c
2034         * src/mainwindow.c
2035         * src/mbox_folder.c
2036         * src/mh.c
2037         * src/news.c
2038         * src/setup.c
2039                 replace more folder type stuff with folder class stuff
2040
2041 2003-03-13 [melvin]     0.8.11claws6
2042
2043         * src/prefs_actions.c
2044                 Added new tokens:
2045                 %u: user provided argument
2046                 %h: user provided argument (hidden on input)
2047                 %s: current text selection in the message view 
2048
2049 2003-03-13 [paul]       0.8.11claws5
2050
2051         * sync with 0.8.11cvs5
2052                 see ChangeLog 2003-03-11, 2003-03-12
2053
2054 2003-03-12 [christoph]  0.8.11claws4
2055
2056         * src/folder.c
2057                 use folder class idstr when writing folderlist.xml
2058
2059         * src/folder.h
2060         * src/imap.c
2061         * src/news.c
2062                 replace folder type checks with folder class checks
2063
2064 2003-03-12 [christoph]  0.8.11claws3
2065
2066         * src/folder.[ch]
2067         * src/imap.[ch]
2068         * src/main.c
2069         * src/mbox_folder.[ch]
2070         * src/mh.[ch]
2071         * src/news.[ch]
2072                 o create a list of known folder classes in the folder system
2073                 o use folder class id strings for folder item identifiers
2074
2075 2003-03-12 [christoph]  0.8.11claws2
2076
2077         * src/imap.c
2078                 fix imap uid validity check
2079
2080 2003-03-12 [christoph]  0.8.11claws1
2081
2082         * src/account.c
2083         * src/folder.[ch]
2084         * src/foldersel.c
2085         * src/folderview.c
2086         * src/imap.c
2087         * src/mainwindow.c
2088         * src/mbox_folder.c
2089         * src/mh.c
2090         * src/news.c
2091         * src/prefs_scoring.c
2092         * src/procmsg.c
2093         * src/setup.c
2094         * src/summaryview.c
2095                 initial restructuring of folder system, seperating
2096                 folders and folder classes
2097
2098 2003-03-12 [paul]       0.8.11claws
2099
2100         0.8.11claws release
2101
2102 2003-03-12 [christoph]
2103
2104         * src/gtk/prefswindow.c
2105                 fix translation of "Page Index"
2106
2107 2003-03-12 [paul]       0.8.10claws110
2108
2109         a sync from 0.8.11cvs4 before the release
2110
2111         * src/common/utils.c
2112                 subject_compare_for_sort(): allow null strings (fixes
2113                 summary sorting).
2114
2115 2003-03-11 [paul]       0.8.10claws109
2116
2117         * po/es.po
2118                 update Spanish translation, submitted by
2119                 Ricardo Mones Lastra
2120
2121 2003-03-11 [melvin]     0.8.10claws108
2122
2123         * po/fr.po
2124                 Updated French translations
2125
2126 2003-03-11 [paul]       0.8.10claws107
2127
2128         * manual/en/Makefile.am
2129           manual/en/*.html
2130                 update English manual, add a new page
2131                 updated by Francois Barriere <fbarriere@atmel.fr>
2132                 
2133         * po/bg.po
2134           po/it.po
2135           po/sr.po
2136                 update Bulgarian, Italian, and Serbian translations
2137                 submitted by George Danchev, Alessandro Maestri, and
2138                 Urke MMI
2139
2140 2003-03-10 [paul]       0.8.10claws106
2141
2142         * src/gtk/about.c
2143           src/gtk/prefswindow.c
2144                 make some strings translatable
2145
2146 2003-03-10 [darko]      0.8.10claws105
2147
2148         * src/compose.c
2149                 code cleanup to make Hiro happy
2150
2151 2003-03-10 [paul]       0.8.10claws104
2152
2153         * sync with 0.8.11cvs2
2154                 see ChangeLog 2003-03-10
2155
2156 2003-03-09 [melvin]     0.8.10claws103
2157
2158         * src/textview.c
2159                 textview_set_font(): fix for message display in
2160                 UTF-8 locales (thanks to Sergey Vlasov).
2161                 (was unintentionnaly reverted in 0.8.6claws6)   
2162
2163 2003-03-08 [darko]      0.8.10claws102
2164
2165         * src/compose.c
2166                 fix infinite loop in wrapping as reported
2167                 by happycactus
2168                 obsoletes patch #696482
2169
2170 2003-03-08 [christoph]  0.8.10claws101
2171
2172         * src/imap.c
2173                 add workaround for IMAP servers that do not
2174                 support the "UID SEARCH UID" command
2175
2176 2003-03-07 [christoph]  0.8.10claws100
2177
2178         * src/plugins/spamassassin/spamassassin.[ch]
2179         * src/plugins/spamassassin/spamassassin_gtk.c
2180                 code cleanup
2181
2182 2003-03-07 [paul]       0.8.10claws99
2183
2184         * po/es.po
2185                 updated Spanish translation, submitted by
2186                 Ricardo Mones Lastra
2187
2188 2003-03-07 [christoph]  0.8.10claws98
2189
2190         * src/send.c
2191                 fix in 0.8.10claws94 was wrong
2192                 local delivery does not require escaping, remove escaping
2193                 code to make signatures of mails with "." lines valid
2194                 
2195                 NOTE: requires that sendmail is executed with "-i" option,
2196                       what is the default now, but has to be changed in all
2197                       exsiting accounts)
2198
2199 2003-03-07 [paul]       0.8.10claws97
2200
2201         * sync with 0.8.11 release
2202                 see ChangeLog 2003-03-07
2203
2204 2003-03-06 [paul]       0.8.10claws96
2205
2206         * src/compose.c
2207                 revert commit 0.8.10claws92
2208
2209 2003-03-06 [paul]       0.8.10claws95
2210
2211         * src/folderview.c
2212                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2213
2214         * src/gtkaspell.c
2215                 fix bug 74, 'Crash opening editor window with pseudo-color
2216                 display'
2217                 
2218         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2219
2220 2003-03-06 [christoph]  0.8.10claws94
2221
2222         * src/send.c
2223                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2224                 all lines starting with a period get an extra period
2225                 inserted
2226                 (found by Simon 'corecode' Schubert)
2227
2228 2003-03-06 [paul]       0.8.10claws93
2229
2230         * src/folderview.c
2231                 if configured font can't be loaded fall back to gtk
2232                 default. (with thanks to Christoph)
2233                 
2234                 closes long-standing bug 15 'Crashes on startup'
2235
2236 2003-03-06 [paul]       0.8.10claws92
2237
2238         * src/compose.c
2239                 freeze text before autosave and thaw afterwards
2240                 fixes bug 67 'autosave make re-rediting message crazy'
2241
2242 2003-03-06 [christoph]  0.8.10claws91
2243
2244         * src/compose.c
2245                 ignore address comment in dupe check for Cc-list
2246
2247         (closes reopened bug 47 Replying to message strips name part of
2248          e-mail addresses of Cc: lines)
2249
2250 2003-03-06 [paul]       0.8.10claws90
2251
2252         * src/Makefile.am
2253                 remove reference to gtkxtext.h as its no longer in
2254                 the repository
2255
2256 2003-03-06 [paul]       0.8.10claws89
2257
2258         * sync with 0.8.10cvs25
2259                 see ChangeLog 2003-03-06
2260
2261 2003-03-06 [oliver]     0.8.10claws88
2262         
2263         * src/messageview.c
2264                 remove include
2265
2266 2003-03-06 [oliver]     0.8.10claws87
2267         
2268         * src/folderview.c 
2269                 remove changes introduced inclaws74
2270         * src/messageview.c
2271                 another attempt to sanely delete and update
2272                 messages deleted in separate messageview
2273
2274 2003-03-05 [christoph]  0.8.10claws86
2275
2276         * src/summaryview.c
2277                 check if "From" matches any account's address if
2278                 addressbook completion of addresses is disabled too
2279
2280         (closes Bug 70 "Display recipient in from" doesn't check
2281          folder's default account)
2282
2283 2003-03-05 [christoph]  0.8.10claws85
2284
2285         * src/compose.c
2286         * src/common/utils.[ch]
2287                 don't strip address comments when building Cc lists
2288
2289         (closes Bug 47 Replying to message strips name part of e-mail addresses
2290          of Cc: lines)
2291
2292         * src/folder.c
2293                 fix return value of copy function
2294
2295 2003-03-05 [christoph]  0.8.10claws84
2296
2297         * src/imap.c
2298                 don't ask imap server for non rfc822 headers
2299
2300         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2301
2302         * src/imap.c
2303                 destroy session on socket error to allow reconnecting
2304
2305 2003-03-05 [christoph]  0.8.10claws83
2306
2307         * configure.ac
2308                 fix building with gnome when no prefix is set
2309
2310         (closes bug 66 Gnome directory is set to NONE)
2311
2312 2003-03-05 [paul]       0.8.10claws82
2313
2314         * sync with 0.8.10cvs23
2315                 see ChangeLog 2003-03-05
2316
2317 2003-03-04 [christoph]  0.8.10claws81
2318
2319         * src/folder.c
2320                 o fix moving and copying when folder returns 0 for new
2321                   message number
2322                 o remove some code for single message copy and move
2323                   operations and use functions for multiple messages
2324
2325         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2326
2327         * src/news.c
2328                 remove unused include
2329
2330 2003-03-04 [paul]       0.8.10claws80
2331
2332         * src/gtk/about.c
2333                 list 'Compiled plugins'
2334
2335 2003-03-03 [christoph]  0.8.10claws79
2336
2337         * src/news.[ch]
2338                 have to multiply the percentage of the current fetch with
2339                 the percentage that it has of the total fetch operation
2340                 for correct values
2341
2342 2003-03-03 [christoph]  0.8.10claws78
2343
2344         * src/news.c
2345                 fix calculation of expected lines for progress indicator
2346
2347 2003-03-03 [christoph]  0.8.10claws77
2348
2349         * src/summaryview.c
2350         * src/common/utils.c
2351                 fix segfault when opening the root news folder
2352
2353 2003-03-03 [christoph]  0.8.10claws76
2354
2355         * src/mainwindow.[ch]
2356         * src/common/Makefile.am
2357         * src/common/progressindicator.[ch]
2358                 add UI independent progress indicator handling
2359
2360         * src/news.[ch]
2361                 use new progress indicator for message info fetching
2362
2363         * src/common/hooks.h
2364                 code cleanup
2365
2366 2003-03-03 [oliver]     0.8.10claws75
2367
2368         * src/toolbar.c
2369         * src/compose.c
2370                 removed commented code
2371
2372 2003-03-03 [oliver]     0.8.10claws74
2373
2374         * src/toolbar.[ch]
2375                 cleanups and refactoring
2376         * src/compose.[ch]
2377                 compose_reply_mode reply & forwarding interface for
2378                 toolbar buttons
2379         * src/folderview.c
2380                 act on messages marked for deletion in folderview_selected
2381                 based on prefs_common.immediate_exec since a message might 
2382                 have been deleted by messageview in a folder we are changing 
2383                 to (does anybody understand what I'm on about ?)
2384
2385 2003-03-03 [oliver]     0.8.10claws73
2386         
2387         * src/messageview.[ch]
2388                 new functions
2389                 - messageview_delete: delete message shown in messagview
2390                 - messageview_update_view: update messageview to currently 
2391                   selected summaryview message
2392                 - add separate messageview to msgview_list in order to update 
2393                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2394         * src/summaryview.[ch]
2395                 summary_get_selection returns a list of selected msgs
2396                 in summaryview
2397         * src/mainwindow.c
2398                 toolbar reply refactoring
2399
2400 2003-03-03 [paul]       0.8.10claws72
2401
2402         * sync with 0.8.10cvs21
2403                 see ChangeLog 2003-03-03
2404
2405 2003-03-02 [christoph]  0.8.10claws71
2406
2407         * src/common/passcrypt.c
2408                 use POSIX includes
2409
2410 2003-03-02 [christoph]  0.8.10claws70
2411
2412         * configure.ac
2413         * src/prefs_account.c
2414         * src/prefs_gtk.[ch]
2415         * src/common/.cvsignore
2416         * src/common/Makefile.am
2417         * src/common/passcrypt.c                ** NEW **
2418         * src/common/passcrypt.h.in             ** NEW **
2419                 Implement password encryption in config files
2420                 using unix encrypt and setkey functions. The crypt
2421                 key can be set as a configure parameter. Old
2422                 passwords will be converted if they do not begin
2423                 with '!'
2424
2425 2003-03-02 [paul]       0.8.10claws69
2426
2427         * src/prefs_account.c
2428                 fix compile error
2429
2430 2003-03-01 [thorsten]   0.8.10claws68
2431
2432         * po/el.po
2433           po/hr.po
2434           po/it.po
2435           po/nl.po
2436           po/sr.po
2437           po/sv.po
2438                 corrected format strings
2439         * po/en_GB.po
2440                 corrected headers
2441                 (fix compile errors with GNU gettext-0.11.5)
2442
2443 2003-03-01 [oliver]     0.8.10claws67
2444
2445         * src/summaryview.c
2446                 menu callbacks call toolbar_menu_reply
2447
2448 2003-03-01 [oliver]     0.8.10claws66
2449
2450         * src/mainwindow.c
2451         * src/messageview.c
2452                 menu callbacks call toolbar_menu_reply
2453         * src/toolbar.[ch]
2454                 callbacks from menu handled by toolbar_menu_reply
2455
2456 2003-03-01 [paul]       0.8.10claws65
2457
2458         * src/addressbook.c
2459                 revert commit 0.8.10claws54 - breaks editing of
2460                 addressbook.
2461                 
2462         * po/bg.po
2463                 update Bulgarian translation, submitted by
2464                 George Danchev
2465
2466 2003-02-28 [christoph]  0.8.10claws64
2467
2468         * src/account.c
2469         * src/addressadd.c
2470         * src/compose.c
2471         * src/gtkaspell.c
2472         * src/gtkxtext.h                ** REMOVE **
2473         * src/imap.c
2474         * src/matcher.[ch]
2475         * src/mh.c
2476         * src/news.c
2477         * src/pine.c
2478         * src/prefs_common.c
2479         * src/prefs_matcher.c
2480         * src/procheader.[ch]
2481         * src/procmsg.[ch]
2482         * src/toolbar.c
2483         * src/common/ssl_certificate.c
2484         * src/gtk/colorlabel.c
2485         * src/gtk/menu.c
2486                 o fix warnings
2487                 o remove code obsoleted by new cache and folder system rework
2488
2489 2003-02-28 [oliver]     0.8.10claws63
2490         
2491         * src/toolbar.[ch]
2492                 * fix bug where reply in Messageview replied to 
2493                 Message displayed in summaryview
2494                 (reportedd via ML by chinatinte at gmx dot ch)
2495                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2496                 didn't work in separate MessageView Toolbar
2497                 (wondering if anybody uses this at all ?)
2498         * src/summaryview.[ch]
2499                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2500                 (generalize reply and forward code);
2501         * src/messageview.c 
2502                 remove focus_in event which updated summaryview to messageview
2503
2504 2003-02-28 [paul]       0.8.10claws62
2505
2506         * po/Makefile.in.in
2507                 add the --check option
2508                 Patch submitted by Ricardo Mones Lastra
2509
2510 2003-02-28 [paul]       0.8.10claws61
2511
2512         * src/prefs_account.c
2513                 re-order 'Signature' items
2514
2515 2003-02-28 [paul]       0.8.10claws60
2516
2517         * sync with 0.8.10cvs20
2518                 see ChangeLog 2003-02-28
2519
2520 2003-02-28 [paul]       0.8.10claws59
2521
2522         * po/POTFILES.in
2523                 update to reflect recent movement of files
2524
2525 2003-02-28 [paul]       0.8.10claws58
2526
2527         * sync with 0.8.10cvs19
2528                 see ChangeLog 2003-02-28
2529
2530 2003-02-27 [martin]     0.8.10claws57
2531
2532         * src/prefs_matcher.c 
2533                 fix segfault in prefs_matcher_ok() when the
2534                 last entry is deleted and prevents that the
2535                 message "entry not saved" comes up after deleting
2536                 an entry
2537
2538 2003-02-27 [martin]     0.8.10claws56
2539
2540         * src/prefs_filtering.c 
2541                 fix segfault in prefs_filtering_ok() when the
2542                 last entry is deleted and prevents that the
2543                 message "entry not saved" comes up after deleting
2544                 an entry
2545
2546 2003-02-27 [paul]       0.8.10claws55
2547
2548         * sync with 0.8.10cvs18
2549                 see ChangeLog 2003-02-27
2550
2551 2003-02-27 [paul]       0.8.10claws54
2552
2553         * src/addressbook.c
2554                 fix bug where the address book crashes with 
2555                 multiple lookups.
2556                 Patch [687729] submitted by David Frager 
2557                 <dbfrager@users.sourceforge.net>
2558
2559 2003-02-25 [christoph]  0.8.10claws53
2560
2561         * src/Makefile.am
2562         * src/colorlabel.[ch]           ** REMOVE **
2563         * src/gtk/Makefile.am
2564         * src/gtk/colorlabel.[ch]       ** NEW **
2565                 move colorlabel files to gtk directory
2566
2567         * src/esmtp.[ch]                ** REMOVE **
2568                 has been merged into smtp.[ch] in 0.7.5
2569
2570 2003-02-25 [christoph]  0.8.10claws52
2571
2572         * src/Makefile.am
2573         * src/about.[ch]                ** REMOVE **
2574         * src/gtk/Makefile.am
2575         * src/gtk/about.[ch]            ** NEW **
2576                 move about files to gtk directory
2577
2578 2003-02-25 [christoph]  0.8.10claws51
2579
2580         * src/folder.c
2581                 some code optimization of folder scanning code
2582
2583         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2584
2585 2003-02-25 [christoph]  0.8.10claws50
2586
2587         * src/main.c
2588         * src/common/sylpheed.c
2589                 add command line parameter parsing to common code
2590
2591 2003-02-24 [christoph]
2592
2593         * Makefile.am
2594         * configure.ac
2595                 fix gnome prefix problems, the configure script now removed
2596                 `gnome-config --prefix` from `gnome-config --datadir`
2597                 and adds $(prefix} instead
2598
2599         (closes Bug 24 Makefile does not respect prefix when installing
2600          GNOME data)
2601
2602 2003-02-24 [christoph]  0.8.10claws49
2603
2604         * src/news.c
2605                 check for valid session before trying to authenticate
2606
2607         (closes Bug 60 crash if "authenticate on logon" is activated
2608          and newsserver-hostname is not valid)
2609
2610 2003-02-24 [melvin]     0.8.10claws48
2611
2612         * src/prefs_actions.c
2613                 Make sure all user's input is sent to the action and then
2614                 close the socket..
2615
2616 2003-02-23 [alfons]     0.8.10claws46
2617
2618         * src/summaryview.c
2619                 also wait cursor when deleting files
2620
2621 2003-02-23 [paul]
2622
2623         * tools/freshmeat_search.pl
2624           tools/google_search.pl
2625                 scripts should now work for any browser/browser command line
2626
2627 2003-02-22 [christoph]  0.8.10claws45
2628
2629         * src/procmsg.c
2630                 fix IMAP flag setting, IMAP flag is not handled correctly
2631                 anymore by the folder system and information about the
2632                 folder should not be saved in the MsgInfo (in my opinion)
2633
2634         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2635
2636 2003-02-22 [christoph]  0.8.10claws44
2637
2638         * src/summaryview.c
2639                 fix spelling of "label" ;-)
2640
2641 2003-02-22 [thorsten]   0.8.10claws43
2642
2643         * src/mimeview.c
2644           src/prefs_common.[ch]
2645           src/procmime.[ch]
2646                 do not use description as attachment name
2647
2648 2003-02-22 [alfons]     0.8.10claws42
2649
2650         * src/summaryview.c
2651                 freeze/thaw folder item updates when changing color labels,
2652                 and put a wait cursors on
2653
2654 2003-02-22 [thorsten]   0.8.10claws41
2655
2656         * src/mimeview.c
2657                 save-all fixes: crash if invoked on multipart container,
2658                 mimeinfo access, pathseparators, error dialog
2659
2660 2003-02-21 [alfons]     0.8.10claws40
2661
2662         * src/prefs_gtk.c
2663                 remove unused var
2664
2665 2003-02-21 [colin]      0.8.10claws39
2666
2667         * src/send.c
2668                 Fix smtp logging
2669
2670 2003-02-21 [colin]      0.8.10claws38
2671
2672         * src/summaryview.c
2673                 Freeze/thaw folderItem updates when filtering messages 
2674                 via Tools/Filter messages
2675
2676 2003-02-21 [paul]       0.8.10claws37
2677
2678         * src/compose.c
2679                 revert commit 0.8.10claws26, there are ulterior motives
2680                 for users to set a Reply-To header when posting to
2681                 newsgroups
2682
2683 2003-02-21 [paul]       0.8.10claws36
2684
2685         * sync with 0.8.10cvs17
2686                 see ChangeLog 2003-02-21
2687
2688 2003-02-20 [christoph]  0.8.10claws35
2689
2690         * src/imap.c
2691                 IMAP UID fetch speedup using SEARCH
2692
2693         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2694
2695         * src/imap.c
2696                 fix problem with UIDs in IMAP UID cache that no longer existed
2697
2698 2003-02-20 [christoph]  0.8.10claws34
2699
2700         * src/imap.c
2701         * src/procheader.c
2702         * src/procheader.h
2703                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2704
2705         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2706
2707         * src/imap.c
2708                 Rewrite imap_cmd_gen_recv use sock_getline instead
2709                 of sock_gets to avoid problems with too long reply
2710                 lines
2711     
2712 2003-02-20 [colin]      0.8.10claws33
2713         
2714         * src/prefs_account.c
2715                 Better wording
2716
2717 2003-02-20 [colin]      0.8.10claws32
2718
2719         * src/compose.c
2720                 Remove useless '&& !to_sender' 
2721
2722 2003-02-20 [darko]
2723
2724         * AUTHORS
2725                 change my e-mail address
2726
2727 2003-02-19 [colin]      0.8.10claws31
2728
2729         * src/prefs_common.c
2730                 X11 style colors for every configurable color
2731
2732 2003-02-19 [alfons]     0.8.10claws30
2733
2734         * src/prefs_gtk.[ch]
2735         * src/prefs_common.c
2736                 for color_new accept both plain integers and X11 style color
2737                 names (as found in /usr/lib/X11/rgb.txt)
2738
2739 2003-02-19 [paul]       0.8.10claws29
2740
2741         * src/mainwindow.c
2742                 add tooltips to online/offline button and account selector
2743                 button
2744
2745 2003-02-19 [paul]       0.8.10claws28
2746
2747         * src/folder.c
2748           src/news.c
2749           src/prefs_account.[ch]
2750           src/prefs_common.[ch]
2751                 move 'Maximum number of articles to download' to
2752                 account prefs.
2753                 clean up account prefs gui a little by hiding entries
2754                 rather then greying out entries
2755
2756 2003-02-19 [hiro]       0.8.10claws27
2757
2758         * src/common/utils.c
2759                 fix bug #54 'yesterdays date is displayed in the message 
2760                 summary window'
2761
2762 2003-02-19 [paul]       0.8.10claws26
2763
2764         * src/compose.c
2765                 fix bug reported in Feature Request [688596] 
2766                 'Reply-to header in news'
2767
2768 2003-02-18 [paul]       0.8.10claws25
2769
2770         * src/select-keys.c
2771                 add a 'List all keys' button to key selection dialog
2772
2773 2003-02-18 [colin]      0.8.10claws24
2774         
2775         * src/stock_pixmap.c
2776                 fix compile error
2777
2778 2003-02-18 [colin]      0.8.10claws23
2779
2780         * src/common/smtp.[ch]
2781           src/prefs_account.c
2782                 Try to starttls if it seems to be the only
2783                 way to authenticate a user
2784
2785 2003-02-18 [paul]       0.8.10claws22
2786
2787         * src/Makefile.am
2788           src/folderview.c
2789           src/stock_pixmap.[ch]
2790           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2791           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2792                 as a Drafts folder is a special folder allow it to have
2793                 its own unique icons
2794
2795 2003-02-18 [colin]      0.8.10claws21
2796
2797         * src/imap.c
2798                 Fix port selection when using starttls
2799
2800 2003-02-18 [paul]       0.8.10claws20
2801
2802         * src/mainwindow.c
2803           src/prefs_common.[ch]
2804                 make blue the default new mail colour
2805
2806 2003-02-18 [paul]       0.8.10claws19
2807
2808         * sync with 0.8.10cvs14
2809                 see ChangeLog 2003-02-18
2810
2811 2003-02-17 [jens]       0.8.10claws18
2812
2813         * src/common/md5.c
2814                 fixed a compile problem with gcc 3.3
2815                 works on 2.95.3 too (testet on PPC as it is big endian)
2816
2817 2003-02-17 [paul]       0.8.10claws17
2818
2819         * sync with 0.8.10cvs13
2820                 see ChangeLog 2003-02-17
2821
2822 2003-02-17 [paul]       0.8.10claws16
2823
2824         * sync with 0.8.10cvs12
2825                 see ChangeLog 2003-02-17
2826
2827 2003-02-16 [match]      0.8.10claws15
2828
2829         * src/addressbook.c
2830                 Eliminates reloading of address data when items
2831                 deleted or added. Applied submitted by
2832                 Luke Plant <lukeplant@softhome.net>
2833
2834 2003-02-16 [paul]       0.8.10claws14
2835
2836         * src/news.c
2837                 when a 'protocol error' is encountered disconnect from
2838                 the server. This means that the user can carry on viewing
2839                 other articles and doesn't have to either wait until the
2840                 server timesout or quit sylpheed.
2841                 Fixes bug #53 'Unable to read messages in newsgroups, 
2842                 displayed message doesn't change'
2843
2844 2003-02-15 [christoph]  0.8.10claws13
2845
2846         * src/imap.c
2847                 fix bug that stopped scanning of folders when an
2848                 IMAP folder was empty
2849
2850         (closes bug 46 stop scan messages in folders after empty folder)
2851
2852 2003-02-15 [paul]
2853
2854         * tools/Makefile.am
2855           tools/README
2856           tools/freshmeat_search.pl     ** NEW FILE **
2857           tools/google_search.pl        ** NEW FILE **
2858                 Add 2 Actions scripts which search freshmeat/google
2859                 for the selected text using the browser configured
2860                 in sylpheedrc.
2861                 
2862         Note: These scripts are very dependent on the format of the
2863         browser command and may not work on every occasion. Testing
2864         is welcome. 
2865
2866 2003-02-14 [alfons]     0.8.10claws12
2867
2868         * src/compose.c
2869                 fix breakage because of uninitialized account pointer.
2870                 please verify.
2871
2872 2003-02-14 [paul]       0.8.10claws11
2873
2874         * src/compose.c
2875           src/prefs_account.[ch]
2876           src/prefs_common.[ch]
2877                 move signature settings to Account Prefs
2878
2879 2003-02-14 [paul]       0.8.10claws10
2880
2881         * sync with 0.8.10cvs11
2882                 see ChangeLog 2003-02-14
2883
2884 2003-02-13 [thorsten]   0.8.10claws9
2885
2886         * src/news.c
2887                 revert news progressbar (GUI separation)
2888
2889 2003-02-13 [paul]       0.8.10claws8
2890
2891         * src/compose.c
2892                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2893                 paragraph 1
2894
2895 2003-02-13 [paul]       0.8.10claws7
2896
2897         * src/compose.[ch]
2898           src/summaryview.c
2899                 fix 'Follow-up and Reply-to' so that it creates a reply to
2900                 the newsgroup and the sender. If the message has the keyword
2901                 'poster' in the Followup-To header, all replies go to the
2902                 sender, re: RFC 1036, Section 2.2.3
2903                 rename all instances of 'ignore_replyto' to 'to_sender', both
2904                 were previously used, now we use just one.
2905
2906 2003-02-13 [paul]       0.8.10claws6
2907
2908         * sync with 0.8.10cvs9
2909                 see ChangeLog 2003-02-13
2910
2911 2003-02-13 [paul]       0.8.10claws5
2912
2913         * configure.ac
2914                 show which plugins are configured in the configure
2915                 output.
2916
2917 2003-02-12 [thorsten]   0.8.10claws4
2918
2919         * src/news.c
2920                 show progress while fetching news headers
2921
2922 2003-02-12 [christoph]  0.8.10claws3
2923
2924         * configure.ac
2925         * src/plugins/Makefile.am
2926                 use AM_CONDITIONAL to enable plugins, automake correctly
2927                 manages this when creating distdir
2928
2929 2003-02-12 [christoph]  0.8.10claws2
2930
2931         * ac/spamassassin.m4
2932         * src/plugins/spamassassin/Makefile.am
2933                 fix building SpamAssassin plugin without OpenSSL
2934
2935 2003-02-12 [paul]       0.8.10claws1
2936
2937         * ac/Makefile.am
2938           src/Makefile.am
2939           src/plugins/Makefile.am
2940                 fix failure of 'make release'
2941
2942 2003-02-12 [paul]       0.8.10claws
2943
2944         * 0.8.10claws released
2945
2946 2003-02-12 [paul]       0.8.9claws56
2947
2948         * po/bg.po
2949           po/es.po
2950           po/it.po
2951           po/ru.po
2952           po/sr.po
2953                 updated translations by George Danchev, Ricardo Mones Lastra,
2954                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2955                 
2956         * sylpheed.spec.in
2957                 Allow the building of RPMs by a regular user. Submitted
2958                 by Sergei Astanin
2959
2960 2003-02-11 [alfons]     0.8.9claws55
2961
2962         * src/colorlabel.c
2963                 don't use pixmaps for label color rect but draw rectangles
2964                 so we can respect the color map of palette based visuals
2965                 (fixes the long time crashes on Suns - thanks to Andreas
2966                 Engel and Steve O'Hara-Smith for testing)
2967
2968 2003-02-11 [christoph]  0.8.9claws54
2969
2970         * src/matcher_parser_parse.y
2971                 correct bug where filering rules of not existing folders in
2972                 matcherrc were added to global filtering
2973                 
2974         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2975          main filter-rules after removing directory, http://bugs.debian.org/180253)
2976         
2977 2003-02-11 [paul]       0.8.9claws53
2978
2979         * sync with 0.8.10cvs7
2980                 see ChangeLog 2003-02-09
2981
2982 2003-02-11 [melvin]     0.8.9claws52
2983
2984         * po/fr.po
2985                 Updated French tranlsations
2986
2987 2003-02-10 [paul]       0.8.9claws51
2988
2989         * sylpheed.spec.in
2990                 correct --enable-openssl
2991                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2992
2993 2003-02-09 [martin]     0.8.9claws50
2994
2995         * src/prefs_matcher.c
2996                 fix segfault in prefs_matcher_substitute_cb() when
2997                 no row is selected
2998
2999 2003-02-09 [paul]       0.8.9claws49
3000
3001         * src/folderview.c
3002                 fix bug where a newsgroup folder's processing rules were
3003                 merged with the global filtering rules when the newsgroup
3004                 folder was deleted, causing some seriously bad results,
3005                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3006
3007 2003-02-08 [melvin]     0.8.9claws48
3008
3009         * src/compose.c
3010                 Corrected and modified an alert message.
3011
3012 2003-02-07 [paul]       0.8.9claws47
3013
3014         * src/folderview.c
3015                 fix bug where both an 'Account properties' window and a
3016                 'Folder properties' window were opened when clicking on
3017                 'Properties' in an NNTP or IMAP folder's popup menu.
3018
3019 2003-02-07 [paul]       0.8.9claws46
3020
3021         * sync with 0.8.10cvs6
3022                 see ChangeLog 2003-02-06
3023
3024 2003-02-06 [christoph]  0.8.9claws45
3025
3026         * src/mbox.c
3027                 freeze folder updates while importing mbox files
3028                 (closes bug 43 importing mbox took hours)
3029                 
3030         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3031
3032 2003-02-06 [thorsten]   0.8.9claws44
3033
3034         * po/de.po
3035                 Updated german translations
3036
3037 2003-02-06 [thorsten]   0.8.9claws43
3038
3039         * src/news.h
3040                 use guint for message numbers (fix count in grouplist dialog)
3041
3042 2003-02-05 [paul]       0.8.9claws42
3043
3044         * sync with 0.8.10cvs2
3045                 see ChangeLog 2003-02-05
3046
3047 2003-02-04 [colin]      0.8.9claws41
3048
3049         * src/prefs_common.[ch]
3050           src/procmsg.c
3051           src/summaryview.c
3052                 Add an option to disable threading by subject
3053
3054 2003-02-04 [christoph]  0.8.9claws40
3055
3056         * src/inc.c
3057                 only abort fetching mails from multiple accounts when the
3058                 error is fatal and does not allow to check any more accounts
3059                 (currently only disk full error)
3060
3061         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3062          receive mails for other accouts)
3063
3064 2003-02-04 [christoph]  0.8.9claws39
3065
3066         * src/folder.c
3067                 first add the new message to the cache, then
3068                 send the update notification
3069
3070         (closes bug 39 after sending message folderview doesnt get updated)
3071
3072 2003-02-04 [colin]      0.8.9claws38
3073
3074         * src/inc.c
3075                 _really_ fix this Connecting... status
3076
3077 2003-02-04 [paul]       0.8.9claws37
3078
3079         * sync with 0.8.10
3080                 see ChangeLog 2003-02-04
3081
3082 2003-02-04 [paul]       0.8.9claws36
3083
3084         * sync with 0.8.9cvs6
3085                 see ChangeLog 2003-02-03
3086
3087 2003-02-04 [paul]       0.8.9claws35
3088
3089         * po/pt_BR.po
3090                 updated by André Filipe de Assunção e Brito 
3091                 <bedecko@netsite.com.br>
3092
3093 2003-02-03 [thorsten]   0.8.9claws34
3094
3095         * po/de.po
3096                 Updated german translations
3097
3098 2003-02-02 [paul]       0.8.9claws33
3099
3100         * po/es.po
3101                 updated by Ricardo Mones Lastra
3102
3103 2003-02-02 [thorsten]   0.8.9claws32
3104
3105         * src/mh.c
3106                 Fix mh_get_msginfo() segfault if file is inaccessible
3107
3108 2003-01-31 [colin]      0.8.9claws31
3109
3110         * src/procheader.c
3111                 Fix last commit's bug
3112
3113 2003-01-31 [colin]      0.8.9claws30
3114
3115         * src/procheader.c
3116                 Missing a change for gpg-signed messages
3117
3118 2003-01-31 [paul]       0.8.9claws29
3119
3120         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3121           src/procheader.c
3122           src/stock_pixmap.[ch]
3123           src/summaryview.c
3124                 indicate GnuPG signed messages by displaying an icon
3125                 in the Attachment column.
3126
3127 2003-01-31 [paul]       0.8.9claws28
3128
3129         * sync with 0.8.9cvs4
3130                 see ChangeLog 2003-01-31
3131
3132 2003-01-31 [alfons]     0.8.9claws27
3133
3134         * src/textview.c
3135                 tune URI parser to accept mailto URLs with a '?'
3136                 (patch from Ruslan Balkin)
3137
3138 2003-01-31 [colin]      0.8.9claws26
3139
3140         * src/summaryview.c
3141                 Fix a leak introduced in claws24
3142
3143 2003-01-31 [colin]      0.8.9claws25
3144
3145         * src/summaryview.c
3146                 Freeze/Thaw folder updates when deleting dups
3147
3148 2003-01-31 [colin]      0.8.9claws24
3149         
3150         * src/addr_compl.c
3151           src/summaryview.c
3152           src/msgcache.c
3153                 little speed improvements
3154
3155 2003-01-31 [colin]      0.8.9claws23
3156
3157         * src/summaryview.c
3158                 Fix segfault when forwarding nothing
3159                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3160                 
3161 2003-01-30 [paul]       0.8.9claws22
3162
3163         * sync with 0.8.9cvs3
3164                 see ChangeLog 2003-01-30
3165
3166 2003-01-30 [paul]       0.8.9claws21
3167
3168         * sync with 0.8.9cvs2
3169                 see ChangeLog 2003-01-30
3170
3171 2003-01-29 [paul]       0.8.9claws20
3172
3173         * sync with 0.8.9cvs1
3174                 see ChangeLog 2003-01-29
3175
3176 2003-01-28 [paul]       0.8.9claws19
3177
3178         * po/POTFILES.in
3179                 update to reflect changes. 
3180                 thanks to Ricardo Mones Lastra
3181
3182 2003-01-27 [christoph]  0.8.9claws18
3183
3184         * ac/openssl.m4
3185         * ac/spamassassin.m4
3186         * src/plugins/spamassassin/README
3187         * src/plugins/spamassassin/libspamc.[ch]
3188         * src/plugins/spamassassin/utils.[ch]
3189                 updated to latest libspamc
3190
3191 2003-01-27 [christoph]  0.8.9claws17
3192
3193         * src/folder.c
3194                 fix wrong use of procheader_get_header_fields
3195
3196 2003-01-27 [christoph]  0.8.9claws16
3197
3198         * src/news.c
3199         * src/prefs_account.[ch]
3200         * src/common/nntp.[ch]
3201                 allow to force authentication for NNTP servers
3202
3203         Patch submitted by Florian Mickler <dmk@d-labs.de>
3204
3205 2003-01-26 [paul]       0.8.9claws15
3206
3207         * src/summaryview.c
3208                 speed up of marking messages as read
3209                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3210
3211 2003-01-26 [christoph]  0.8.9claws14
3212
3213         * src/Makefile.am
3214         * src/mgutils.[ch]              ** REMOVE **
3215         * src/xml.[ch]                  ** REMOVE **
3216         * src/xmlprops.[ch]             ** REMOVE **
3217         * src/common/Makefile.am
3218         * src/common/mgutils.[ch]       ** NEW **
3219         * src/common/xml.[ch]           ** NEW **
3220         * src/common/xmlprops.[ch]      ** NEW **
3221                 move xml files to common directory
3222
3223 2003-01-26 [christoph]  0.8.9claws13
3224
3225         * src/plugins/spamassassin/spamassassin_gtk.c
3226                 only set gtk entry text if string is available
3227
3228 2003-01-26 [melvin]     0.8.9claws12
3229
3230         * src/description_window.c
3231                 Allow resizing of the window
3232                 Allow automatic horizontal scroll bar
3233                 Do not vertically expand and fill
3234
3235 2003-01-26 [christoph]  0.8.9claws11
3236
3237         * src/Makefile.am
3238         * src/gtkutils.[ch]             ** REMOVE **
3239         * src/common/sylpheed.c
3240         * src/gtk/Makefile.am
3241         * src/gtk/description_window.c
3242         * src/gtk/gtkutils.[ch]         ** NEW **
3243         * src/gtk/prefswindow.c
3244                 move gtkutils to gtk directory
3245
3246 2003-01-26 [paul]       0.8.9claws10
3247
3248         * src/summaryview.c
3249                 rename summary_unread_clicked() to summary_status_clicked()
3250
3251 2003-01-26 [melvin]     0.8.9claws9
3252
3253         * src/prefs_actions.c
3254                 Cosmetical changes to the help text
3255
3256 2003-01-26 [paul]       0.8.9claws8
3257
3258         * src/folder.[ch]
3259           src/mainwindow.c
3260           src/prefs_common.c
3261           src/prefs_sumamry_column.c
3262           summaryview.[ch]
3263                 rename the 'Unread' column to 'Status'
3264
3265 2003-01-25 [match]      0.8.9claws7
3266
3267         * src/mgutils.[ch]
3268                 removed reference to LDAP constants. removed error2string.
3269                 included functions to support LDAP dynamic queries.
3270         * src/syldap.h
3271                 moved LDAP constants here.
3272         * src/addressbook.c
3273         * src/addrindex.c
3274         * src/importldif.c
3275                 removed references to LDAP constants and references to
3276                 error2string.
3277
3278 2003-01-25 [paul]       0.8.9claws6
3279
3280         * src/summaryview.c
3281                 summary_thread_build(), summary_thread_init(): remove 
3282                 unneeded reference to summaryview->folder_item
3283
3284 2003-01-25 [christoph]  0.8.9claws5
3285
3286         * src/gtk/description_window.c
3287                 o allow description texts to expand over multiple columns
3288                 o translate all columns
3289         * src/prefs_actions.c
3290                 change syntax description to use new multi column feature
3291
3292         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3293
3294 2003-01-25 [match]      0.8.9claws4
3295
3296         * src/vcard.c
3297                 fixed bug with Quoted-Printable
3298
3299 2003-01-25 [paul]       0.8.9claws3
3300
3301         * src/folder.[ch]
3302           src/summaryview.[ch]
3303                 implement per-folder collapsed/expanded threads setting
3304                 
3305         * src/prefs_common.c
3306                 remove global collapsed/expanded threads option
3307
3308 2003-01-25 [christoph]  0.8.9claws2
3309
3310         * po/POTFILES.in
3311                 add pluginwindow and prefswindow
3312         * src/compose.c
3313                 make send respond correctly to messages that could be added
3314                 to the queue folder, but the UID of the message is unknown
3315         * src/folder.c
3316         * src/imap.c
3317                 don't return guessed UIDs in imap_add_msg anymore. We return
3318                 0 to tell the folder system it was appened but the UID is
3319                 unknown. Folder system now get's the UID by scaning the folder
3320                 and searching the cache for the Message-ID
3321                 (closes bug #29 Messages queued, but not sent)
3322
3323 2003-01-25 [paul]       0.8.9claws1
3324
3325         * src/codeconv.c
3326                 conv_encode_header():  fix bug when long headers with 8-bit
3327                 characters are used, so that the encoded words are wrapped.
3328                 If the space in the original text falls on the wrap boundary,
3329                 it can be lost.
3330                 Patch by Sergey Vlasov.
3331                 
3332         * src/folderview.c
3333                  fix bug where a change to the sorting method or thread view
3334                  of a folder's messages is lost if simpify-subject is set and
3335                  toggled on or off.
3336                  Patch by Luke Plant.
3337
3338 2003-01-24 [paul]       0.8.9claws
3339
3340         * sylpheed-0.8.9claws released
3341         
3342         * Makefile.am
3343           sylpheed.spec.in
3344                 remove reference to 'INSTALL.jp'
3345
3346 2003-01-23 [paul]       0.8.8claws128
3347
3348         * po/es.po
3349           po/it.po
3350           po/ru.po
3351           po/sr.po
3352                 updated translations. submitted by Ricardo Mones Lastra,
3353                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3354
3355 2003-01-23 [colin]      0.8.8claws127
3356
3357         * src/compose.c
3358                 Fix drafted and queued news articles re-edition
3359
3360 2003-01-23 [melvin]     0.8.8claws126
3361
3362         * po/fr.po
3363                 Updated French translations
3364
3365 2003-01-23 [colin]      0.8.8claws125
3366
3367         * src/inc.c
3368                 Fix "Connecting to..." status message
3369
3370 2003-01-22 [paul]       0.8.8claws124
3371
3372         * po/bg.po
3373                 updated by George Danchev
3374                 
3375         * src/folder.c
3376                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3377                 and folder deletion
3378
3379 2003-01-21 [paul]       0.8.8claws123
3380
3381         * po/bg.po
3382                 updated by George Danchev
3383                 
3384         * src/about.c
3385                 its now 2003
3386                 
3387         * src/toolbar.c
3388                 don't translate 'Separator'
3389                 
3390         * src/plugins/spamassassin/Makefile.am
3391                 add aspell to CPPFLAGS
3392                 
3393         * src/plugins/spamassassin/spamassassin.c
3394           src/plugins/spamassassin/spamassassin_gtk.c
3395                 set correct default for spamassassin_receive_spam
3396                 slightly re-word descriptions and some
3397                 other minor changes
3398
3399 2003-01-19 [alfons]     0.8.8claws122
3400                 
3401         * src/mimeview.c
3402                 mimeview_save_as(): we might as well show the file name for
3403                 the single case "Save As" too
3404
3405 2003-01-19 [alfons]     0.8.8claws121
3406
3407         * src/crash.c
3408                 change bug tracker URL to bugzilla URL
3409
3410 2003-01-19 [alfons]     0.8.8claws120
3411
3412         * src/mimeview.c
3413                 mimeview_save_all(): display name of file before overwriting;
3414                 continue saving all, even when one overwrite was cancelled
3415
3416 2003-01-19 [christoph]  0.8.8claws119
3417
3418         * src/summaryview.c
3419         * src/procmsg.[ch]
3420                 fix wrong usage of procmsg_find_children in summaryview
3421                 by using procmsg_update_unread_children instead of
3422                 summaryview_update_unread_children
3423
3424 2003-01-19 [christoph]  0.8.8claws118
3425
3426         * src/procmsg.c
3427                 fix infinite loop in procmsg_find_children
3428                  (closes bug #25 sylpheed crashes on delete.)
3429
3430         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3431
3432 2003-01-19 [paul]       0.8.8claws117
3433
3434         * po/pt_BR.po
3435                 updated by Ivan Francolin Martinez
3436
3437 2003-01-18 [melvin]     0.8.8claws116
3438
3439         * src/prefs_actions.c
3440                 Removed syntax limitation of only one '&' at the end of command.
3441                         Now actions that contain '>/dev/null 2>&1' are possible.
3442
3443 2003-01-18 [melvin]     0.8.8claws115
3444
3445         * src/prefs_actions.c
3446                 Actions IO dialog: when the action ends
3447                 the "Close" button now has focus and [Escape] closes the
3448                 window.
3449
3450 2003-01-18 [christoph]  0.8.8claws114
3451
3452         * src/procmsg.c
3453                 o add debug output when MsgInfos are really freed
3454                 o free GSLists in procmsg_find_children and
3455                   procmsg_update_unread_children
3456
3457 2003-01-18 [christoph]  0.8.8claws113
3458
3459         * src/mainwindow.c
3460                 reorder Configuration menu
3461
3462 2003-01-18 [christoph]  0.8.8claws112
3463
3464         * src/compose.c
3465                 fix applying templates to forwarded messages
3466
3467         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3468
3469 2003-01-17 [christoph]  0.8.8claws111
3470
3471         * src/folder.c
3472                 destroy folder items, when a folder item is removed
3473
3474 2003-01-17 [christoph]  0.8.8claws110
3475
3476         * src/folder.c
3477                 fix wrong folder stats update when ignored message is
3478                 deleted
3479
3480 2003-01-17 [colin]      0.8.8claws109
3481         
3482         * src/mainwindow.c
3483         * src/summaryview.c
3484                 Quicksearch bugfixes: 
3485                 - hide help button at startup if not extended
3486                 - switch to extended when looking for replies
3487
3488 2003-01-17 [paul]
3489
3490         * sync with 0.8.9 release
3491
3492 2003-01-17 [paul]       0.8.8claws108
3493
3494         * sync with 0.8.8cvs11
3495                 see ChangeLog 2003-01-17
3496
3497 2003-01-16 [colin]      0.8.8claws107
3498
3499         * src/procmsg.c
3500                 Changed encryption test to re-ask passphrase
3501                 if an encrypted message hasn't been decrypted
3502                 Fixes bug #5
3503
3504 2003-01-16 [christoph]  0.8.8claws106
3505
3506         * src/prefs_gtk.c
3507         * src/prefs_toolbar.c
3508         * src/gtk/prefswindow.h
3509         * src/plugins/spamassassin/spamassassin_gtk.c
3510                 remove page destroy function that is not used anymore
3511
3512 2003-01-16 [paul]       0.8.8claws105
3513
3514         * sync with 0.8.8cvs9
3515                 see ChangeLog 2002-01-16
3516
3517 2003-01-16 [colin]      0.8.8claws104
3518
3519         * src/compose.[ch]
3520                 Fix bug with autosaved drafts for IMAP, when draft
3521                 folder is specified - fixes bugzilla bug #20
3522
3523 2003-01-15 [paul]       0.8.8claws103
3524
3525         * src/compose.[ch]
3526           src/procmsg.c
3527                 store folder and message-id of message forwarding
3528                 in queue header and set forward flag after sending
3529
3530 2003-01-15 [paul]       0.8.8claws102
3531
3532         * sync with 0.8.8cvs8
3533                 see ChangeLog 2002-01-15
3534
3535 2003-01-15 [colin]      0.8.8claws101
3536
3537         * src/Makefile.am
3538                 Fix linking with GNU libiconv
3539
3540 2003-01-15 [darko]      0.8.8claws100
3541
3542         * src/pine.c
3543                 fix crash when importing pine address book
3544                 entry with an empty name (reported by DY
3545                 <dybulk at tri8.net>)
3546
3547 2003-01-14 [paul]       0.8.8claws99
3548
3549         * configure.in  ** REMOVED **
3550           configure.ac  ** NEW FILE **
3551                 rename configure.in to configure.ac, as it is now
3552                 preferred
3553
3554 2003-01-14 [melvin]     0.8.8claws98
3555
3556         * src/folderview.c
3557                 folderview_check_new(): More precise function description
3558
3559 2003-01-14 [melvin]     0.8.8claws97
3560
3561         * src/folderview.c
3562                 folderview_check_new(): return the number of new messages 
3563                         since last check.
3564         * src/inc.c
3565                 inc_account_mail(): Disable counting of new messages for IMAP
3566                         and NNTP until bug [19] and [14] are fixed.
3567
3568 2003-01-14 [paul]       0.8.8claws96
3569
3570         * sync with 0.8.8cvs6
3571                 see ChangeLog 2003-01-14
3572
3573 2003-01-13 [alfons]     0.8.8claws95
3574
3575         * src/textview.c
3576                 tune email address validation (c. 0.8.8claws89): if . is 
3577                 just one char away from @, the address is invalid too 
3578                 (correctly rejects addresses like foo@.com)
3579
3580 2003-01-13 [paul]       0.8.8claws94
3581
3582         * src/messageview.c
3583           src/toolbar.c
3584                 fixes to the Message View toolbar and menu:
3585                 fix non-functioning Forward button
3586                 make Reply button consider default_reply_list
3587                 remove 'Follow-up...' menu entry
3588                 add 'Forward' and 'Redirect' menu entries
3589
3590 2003-01-13 [melvin]     0.8.8claws93
3591
3592         * src/inc.c
3593                 Fixed typo that could make new messages count incorrect.
3594
3595 2003-01-13 [melvin]     0.8.8claws92
3596
3597         * src/folderview.[ch]
3598                 folderview_check_new(): return the number of new messages.
3599         * src/inc.c
3600                 Should fix bug [14] where new mail notification worked 
3601                         incorrectly with IMAP accounts.
3602                 inc_spool_account(): return number of new msgs, or -1 on error
3603                 inc_all_spool(): return number of new msgs
3604                 
3605 2003-01-13 [melvin]     0.8.8claws91
3606
3607         * src/prefs_actions.c
3608                 Justify help text.
3609
3610 2003-01-12 [thorsten]   0.8.8claws90
3611
3612         * src/common/prefs.c
3613                 close file before rename
3614
3615 2003-01-12 [alfons]     0.8.8claws89
3616
3617         * AUTHORS
3618                 add Christian Mertes
3619         * src/common/utils.[ch]
3620                 g_stricase_hash(), g_stricase_equal(): functions for 
3621                 case insensitive hash tables
3622         * src/textview.c
3623                 use top level domain names to validate email address, based
3624                 on a patch by Christian Mertes (thanks!), but changed 
3625                 implementation to use a hash table 
3626
3627 2003-01-12 [paul]       0.8.8claws88
3628
3629         * po/bg.po
3630                 updated by George Danchev
3631
3632 2003-01-12 [alfons]     0.8.8claws87
3633
3634         * src/summaryview.c
3635                 delete / execute performance: use new style folder update
3636
3637 2003-01-12 [paul]       0.8.8claws86
3638
3639         * sync with 0.8.8cvs5
3640                 see ChangeLog 2003-01-13 (!)
3641
3642 2003-01-12 [alfons]     0.8.8claws85
3643
3644         * src/filtering.c
3645         * src/matcher_parser_parse.y
3646                 prepare change_score filtering action
3647         * src/matcher.[ch]
3648                 give up const-correctness on functions that call non-const-correct functions;
3649                 several casts to gpointer in g_free();
3650                 add change_score;
3651
3652 2003-01-12 [christoph]  0.8.8claws84
3653
3654         * src/compose.c
3655                 fix 2 warnings
3656
3657         * src/gtk/prefswindow.[ch]
3658         * src/plugins/spamassassin/spamassassin_gtk.c
3659                 changed the call of the widget create function
3660                 for PrefsPages, because sometimes the widget
3661                 create function needs a widget that already has
3662                 been attached to a window (to create GDK pixmaps
3663                 for exmaple). So we simply pass the GtkWindow as
3664                 the second parameter now.
3665
3666         * src/main.c
3667         * src/mainwindow.c
3668         * src/prefs_toolbar.[ch]
3669                 rewrite Toolbar Preferences using the new
3670                 prefs window
3671
3672 2003-01-11 [alfons]     0.8.8claws83
3673
3674         * src/addressadd.c
3675                 fix crash when adding sender to addressbook because status bar
3676                 isn't there (the status bar doesn't seem to be used though,
3677                 but I'll let Match decide what to do with it)
3678
3679 2003-01-11 [colin]      0.8.8claws82
3680
3681         * src/main.c
3682           src/toolbar.c
3683                 Two useless changes reversed
3684
3685 2003-01-11 [colin]      0.8.8claws81
3686
3687         * src/mainwindow.c
3688           src/mainwindow.h
3689                 Add mainwindow_get_mainwindow()
3690         * src/alertpanel.c
3691           src/alertpanel.h
3692                 Add alertpanel_error_log() 
3693         * src/compose.c
3694           src/inc.c
3695           src/messageview.c
3696           src/toolbar.c
3697           src/main.c
3698           src/procmsg.c
3699                 Network errors get a View Log button
3700
3701 2003-01-10 [alfons]     0.8.8claws80
3702
3703         * src/prefs_toolbar.c
3704         * src/toolbar.c
3705                 use the translatable string for "Separator" as file name for
3706                 separator toolbar items (probably make this uppercase?)
3707
3708 2003-01-10 [alfons]     0.8.8claws79
3709
3710         * src/prefs_toolbar.c
3711                 put right A_SEPARATOR description string in "displayed
3712                 toolbar items list" so manually added separators are
3713                 saved correctly (bug #10, "Adding a separator to the main 
3714                 toolbar fails, entry in xml file is wrong")
3715
3716 2003-01-10 [christoph]  0.8.8claws78
3717
3718         * src/imap.c
3719                 o fix warnings
3720                 o use CAPABILITY to check if NAMESPACE is available
3721
3722 2003-01-10 [christoph]  0.8.8claws77
3723
3724         * src/imap.[ch]
3725                 apply UIDPLUS IMAP extension support patch
3726
3727         Patch submitted by Simon 'corecode' Schubert
3728
3729 2003-01-10 [paul]       0.8.8claws76
3730
3731         * src/folderview.c
3732                 a sync from main which fixes the news account folders'
3733                 Properties bug
3734
3735 2003-01-10 [christoph]  0.8.8claws75
3736
3737         * src/folder.c
3738                 don't accept 0 as a valid uid returned by copy and move
3739                 functions. 0 means the message was copied or moved but the
3740                 new uid could not be fetched. It is not an error condition
3741                 for the copy or move operation.
3742
3743 2003-01-10 [paul]       0.8.8claws74
3744
3745         * src/prefs_filtering.c
3746                 change English used in Alert when entry is not
3747                 saved.
3748                 
3749         * sync with 0.8.8cvs4
3750                 see ChangeLog 2003-01-10
3751
3752 2003-01-10 [darko]      0.8.8claws73
3753
3754         * src/pine.c
3755                 fix crash when importing address book entry
3756                 without a valid address
3757
3758 2003-01-09 [alfons]     0.8.8claws72
3759
3760         * src/inc.c
3761                 filtering performance: use new style folder update
3762
3763 2003-01-09 [christoph]  0.8.8claws71
3764
3765         * src/compose.c
3766         * src/gtk/menu.[ch]
3767                 fix wrong selecting of mime encoding type, when
3768                 opening property dialog of attachments in the
3769                 compose window. 7bit was always selected and that
3770                 destoryed files with 8bit data.
3771                 (closes bug #9 Sylpheed-claws destroys attachments when
3772                  changing MIME-types)
3773
3774 2003-01-09 [paul]       0.8.8claws70
3775
3776         * sync with 0.8.8cvs3
3777                 see ChangeLog 2003-01-09
3778
3779 2003-01-08 [alfons]     0.8.8claws69
3780         
3781         * src/addressadd.c
3782                 apply patch by Kim Schulz to fix build breakage
3783                 because of missing variable
3784
3785 2003-01-08 [paul]       0.8.8claws68
3786
3787         * sync with 0.8.8cvs2
3788                 see ChangeLog 2002-01-08
3789
3790 2003-01-08 [paul]       0.8.8claws67
3791
3792         * po/it.po
3793                 updated by Alessandro Maestri
3794                 
3795         * src/addressadd.c
3796                 when using 'Add sender to addressbook' allow
3797                 name to be edited and remarks to be entered
3798                 Patch submitted by Luke Plant
3799
3800 2003-01-08 [darko]      0.8.8claws66
3801
3802         * README.claws, src/summaryview.c
3803                 fix description for marked messages
3804
3805 2003-01-08 [paul]
3806
3807         * tools/Makefile.am
3808           tools/launch_phoenix  ** NEW FILE **
3809                 add script that enables using Phoenix as the default
3810                 web browser. 
3811                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3812                 
3813         * tools/OOo2sylpheed.pl
3814                 remove full path to sylpheed executable, just 'sylpheed'
3815                 will do
3816                 
3817         * tools/README
3818                 add launch_phoenix informtion and re-arrange and compress
3819                 the data a little
3820
3821 2003-01-07 [christoph]  0.8.8claws65
3822
3823         * src/folder.c
3824                 fix update for source folder when moving messages
3825         * src/procmsg.[ch]
3826         * src/summaryview.c
3827                 use function to set to_folder for message infos and
3828                 automatically update the op_count for old and new
3829                 folder
3830
3831 2003-01-07 [melvin]     0.8.8claws64
3832
3833         * src/prefs_actions.c
3834                 Fixed bug where an '%p' Action on a displayed image crashed 
3835                         Sylpheed
3836                 Code clean up (get rid of duplicated code and removed unnecessary 
3837                                 structure member)
3838
3839 2003-01-07 [christoph]  0.8.8claws63
3840
3841         * src/compose.c
3842         * src/folder.[ch]
3843         * src/folderview.c
3844         * src/import.c
3845         * src/inc.c
3846         * src/main.c
3847         * src/mainwindow.c
3848         * src/messageview.c
3849         * src/prefs_folder_item.c
3850         * src/procmsg.c
3851         * src/summaryview.c
3852         * src/toolbar.c
3853                 o remove all folder update triggering from the UI code. The folder
3854                   system should know much better when a folder needs an update.
3855                 o to prevent multiple updates in a row the folder updates can be
3856                   frozen for some time.
3857
3858                 Note: - Please verify that no updates are missing
3859                       - Check where freeze/thaws should be added
3860
3861 2003-01-07 [christoph]  0.8.8claws62
3862
3863         * src/prefs_actions.c
3864                 don't translate empty strings
3865
3866         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3867
3868 2003-01-06 [christoph]  0.8.8claws61
3869
3870         * src/prefs_actions.c
3871                 mark strings for gettext
3872         * src/prefs_matcher.c
3873                 use new description window for Execute action and
3874                 match condition in Filtering
3875
3876         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3877
3878 2003-01-06 [alfons]     0.8.8claws60
3879
3880         keep myself inspired to re-organize matcher part 8; 
3881         yes, more to come (I need to move out the descriptive
3882         text for actions to matcher.c, or at least make it not
3883         depend on the wicked ordering)
3884
3885         * src/prefs_matcher.c
3886                 add documentation so others may comprehend the
3887                 UI part of the conditions
3888                 
3889 2003-01-06 [christoph]  0.8.8claws59
3890
3891         * src/prefs_actions.c
3892                 use new description window for syntax help
3893         * src/gtk/description_window.c
3894                 fix display of descriptions with column count != 2
3895
3896         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3897
3898 2003-01-06 [christoph]  0.8.8claws58
3899
3900         * src/quote_fmt.c
3901         * src/summaryview.[ch]
3902         * src/gtk/Makefile.am
3903         * src/gtk/description_window.[ch]       ** NEW **
3904                 use a generic window to display syntax descriptions
3905                 currently used in quote_fmt and summaryview (new description
3906                 for extended quick search)
3907
3908         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3909
3910 2003-01-06 [paul]       0.8.8claws57
3911
3912         * sync with 0.8.8cvs1
3913                 see ChangeLog 2003-01-06
3914
3915 2003-01-06 [christoph]  0.8.8claws56
3916
3917         * src/mainwindow.c
3918         * src/prefs_gtk.[ch]
3919         * src/gtk/prefswindow.[ch]
3920         * src/plugins/spamassassin/spamassassin_gtk.c
3921                 o remove page management from prefswindow, pages
3922                   will be an argument to prefswindow_open
3923                 o prefswindow_open gets a datapointer that is
3924                   passed to the widget_create function to allow
3925                   creation of prefswindow for specific items
3926
3927 2003-01-06 [colin]      0.8.8claws55
3928         
3929         * src/summaryview.c
3930                 We don't want regexp in the reply-finder, 
3931                 because MIDs can contain !,$,. and so on
3932
3933 2003-01-06 [jens]       0.8.8claws54
3934
3935         * src/jpilot.c
3936                 fixed a wrong free in jpilot_read_db_files
3937
3938 2003-01-06 [alfons]     0.8.8claws53
3939
3940         re-organize matcher part 8; more to come
3941        
3942         * src/matcher.c
3943                 matcherprop_to_string(): put g_free()s before the
3944                 switch-case break to fix memleaks                
3945
3946 2003-01-06 [colin]      0.8.8claws52
3947
3948         * src/summaryview.c
3949                 cleanup & reply-finder now displays the first 
3950                 matching message
3951
3952 2003-01-05 [alfons]     0.8.8claws51
3953
3954         re-organize matcher part 7; more to come
3955
3956         * src/matcher.[ch]
3957                 fixes for constant correctness;
3958                 more documentation;
3959
3960 2003-01-05 [alfons]     0.8.8claws50
3961
3962         re-organize matcher part 6; more to come
3963         
3964         * src/matcher.[ch]
3965                 fixes for constant correctness;
3966                 more documentation;
3967         * src/filtering.c
3968                 fix for constant correctness
3969
3970 2003-01-05 [colin]      0.8.8claws49
3971
3972         * src/account.[ch]
3973                 Add account_get_reply_account function
3974         * src/compose.c
3975                 Use account_get_reply_account function 
3976         * src/summaryview.c
3977                 Basic reply-finder - click on the replied
3978                 icon gets you to the outbox using quick-search
3979
3980 2003-01-05 [paul]       0.8.8claws48
3981
3982         * src/prefs_common.c
3983                 small change to English
3984                 
3985         * src/prefs_filtering.c
3986                 prefs_filtering_action_select(): improve logic and uniformity
3987                 of gui
3988
3989 2003-01-05 [alfons]     0.8.8claws47
3990
3991         fine tune solution to focus problems (bug #7)
3992
3993         * src/mainwindow.c
3994                 mainwindow_focus_in_event(): remove grab event check
3995         * src/summaryview.c
3996                 summary_button_pressed(): move selection on right-click
3997                 too. we can't possibly move the selection back after
3998                 canceling a dialog, because gtk's incomplete focus 
3999                 management. whether this is a good solution, only time
4000                 will tell.
4001
4002 2003-01-05 [christoph]  0.8.8claws46
4003
4004         * src/imap.c
4005                 fix crash when no imap connection could be established
4006
4007 2003-01-05 [paul]       0.8.8claws45
4008
4009         * src/mainwindow.c
4010           src/sumamryview.c
4011           src/gtk/menu.[ch]
4012                 fix bug 605957 'shortcuts in popup-menu'
4013                 make user-defined shortcuts work
4014                 show shortcuts that are already defined
4015                 in the main menu
4016                 Patch submitted by Luke Plant
4017
4018 2003-01-05 [alfons]     0.8.8claws44
4019
4020         * src/mainwindow.c
4021                 focus_in_event handler should not select summary view row 
4022                 when another window (menu, dialog) grabbed for events 
4023                 (bug #7, "[0.8.8claws42] Message summary focus") 
4024
4025 2003-01-04 [christoph]  0.8.8claws43
4026
4027         * src/procmsg.c
4028                 update save folder after adding the sent message
4029                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4030
4031 2003-01-02 [christoph]  0.8.8claws42
4032
4033         * src/common/plugin.c
4034                 fix unloading of all plugins and unload
4035                 plugins in reverse order
4036                 
4037         * src/gtk/pluginwindow.c
4038                 implement function of load and unload button
4039
4040         * src/gtk/prefswindow.c
4041         * src/gtk/prefswindow.h
4042                 rename register function and add new unregister
4043                 function
4044
4045         * src/plugins/spamassassin/spamassassin_gtk.c
4046                 unregister prefs page and update for changes in
4047                 src/gtk/prefswindow.c
4048
4049 2003-01-02 [paul]       0.8.8claws41
4050
4051         * po/es.po
4052                 updated by Ricardo Mones Lastra
4053
4054 2003-01-02 [paul]
4055
4056         * tools/tb2sylpheed
4057                 fixes and improvements by Urke MMI
4058
4059 2003-01-02 [thorsten]   0.8.8claws40
4060
4061         * src/procmsg.c
4062                 fixed wrong return value
4063
4064 2003-01-02 [thorsten]   0.8.8claws39
4065
4066         * src/prefs.c
4067                 fixed printing wrong variable
4068
4069 2003-01-02 [thorsten]   0.8.8claws38
4070
4071         * src/prefs.c
4072                 fixed acessing members of freed pfile struct
4073
4074 2003-01-02 [thorsten]   0.8.8claws37
4075
4076         * src/procmsg.c
4077                 detect loops across several messages
4078                 as suggested by Christoph Hohmann
4079
4080 2003-01-01 [match]      0.8.8claws36
4081
4082         * src/addrindex.c
4083                 fixed another memory leak.
4084
4085 2003-01-01 [match]      0.8.8claws35
4086
4087         * src/jpilot.[ch]
4088                 fixed memory leaks. applied Doxygen comments.
4089
4090 2003-01-01 [thorsten]   0.8.8claws34
4091
4092         * src/procmsg.c
4093                 inhibit endless loop if msg references itself
4094                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4095
4096 2003-01-01 [christoph]  0.8.8claws33
4097
4098         * src/mainwindow.c
4099         * src/gtk/Makefile.am
4100         * src/gtk/pluginwindow.c                ** NEW **
4101         * src/gtk/pluginwindow.h                ** NEW **
4102                 add plugin window
4103
4104         * src/plugins/demo/demo.c
4105         * src/plugins/spamassassin/spamassassin.c
4106         * src/plugins/spamassassin/spamassassin_gtk.c
4107                 write better plugin descriptions
4108
4109 2002-12-31 [christoph]  0.8.8claws32
4110
4111         * src/gtk/prefswindow.c
4112         * src/plugins/spamassassin/spamassassin_gtk.c
4113                 some small improvements to GTK code
4114
4115 2002-12-31 [christoph]  0.8.8claws31
4116
4117         * src/plugins/spamassassin/spamassassin_gtk.c
4118                 enable folder select button
4119
4120 2002-12-31 [christoph]  0.8.8claws30
4121
4122         * src/mainwindow.c
4123         * src/gtk/Makefile.am
4124         * src/gtk/prefswindow.c                         ** NEW **
4125         * src/gtk/prefswindow.h                         ** NEW **
4126                 add new prefs window
4127
4128         * src/common/plugin.c
4129                 don't try to load empty config lines
4130         
4131         * src/plugins/spamassassin/Makefile.am
4132         * src/plugins/spamassassin/spamassassin.c
4133         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4134         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4135                 GTK config for SpamAssassin Plugin using
4136                 the new prefs window
4137
4138 2002-12-31 [paul]       0.8.8claws29
4139
4140         * po/POTFILES.in
4141                 remove obsolete entry 'src/menu.c'
4142
4143 2002-12-31 [alfons]     0.8.8claws28
4144
4145         * src/matcher.[ch]
4146         * src/matcher_parser_parse.y
4147         * src/prefs_matcher.c
4148                 add "ignore_thread" and "~ignore_thread" condition so it's
4149                 possible to make the actions / scoring operate on the ignore
4150                 thread flag
4151
4152 2002-12-31 [christoph]  0.8.8claws27
4153
4154         * src/addrbook.c
4155         * src/addrindex.c
4156         * src/folder.c
4157         * src/matcher.c
4158         * src/prefs_account.c
4159         * src/prefs_actions.c
4160         * src/prefs_customheader.c
4161         * src/prefs_display_header.c
4162         * src/prefs_gtk.c
4163         * src/procmime.c
4164         * src/toolbar.c
4165         * src/xmlprops.c
4166         * src/common/prefs.[ch]
4167                 extend prefs file handling for reading and automatic handling
4168                 of blocks. When reading prefs_set_block_label will automatically
4169                 move on to the block. When writing it will copy all other blocks
4170                 automatically
4171
4172         * src/common/plugin.c
4173                 Now loading plugin filenames from [Plugins] block in
4174                 sylpheed rc file
4175
4176 2002-12-30 [christoph]  0.8.8claws26
4177
4178         * src/common/hooks.[ch]
4179                 return abort status to caller of hooks_invoke
4180                 
4181         * src/inc.[ch]
4182                 invoke message filtering hook and stop
4183                 default handling when filter returns abort
4184
4185         * src/common/plugin.[ch]
4186         * src/plugins/demo/demo.c
4187                 modify plugin loader, because resolving symbols for strings
4188                 does not work correctly
4189         
4190         * configure.in
4191         * ac/spamassassin.m4                            ** NEW **
4192         * src/plugins/spamassassin/.cvsignore           ** NEW **
4193         * src/plugins/spamassassin/Makefile.am          ** NEW **
4194         * src/plugins/spamassassin/README               ** NEW **
4195         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4196         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4197         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4198                 add spamassassin plugin, see src/plugins/spamassassin/README
4199                 for details
4200
4201 2002-12-29 [alfons]     0.8.8claws25
4202
4203         * src/mainwindow.c
4204                 when moving focus from a message view to the main 
4205                 window, don't forget to select the summary node
4206                 of the displayed message. should fix "[ 659103 ] 
4207                 focus-follows-mouse confuses sylpheed"
4208
4209 2002-12-29 [christoph]  0.8.8claws24
4210
4211         * src/Makefile.am
4212         * src/stringtable.[ch]          ** REMOVE **
4213         * src/common/Makefile.am
4214         * src/common/stringtable.[ch]   ** NEW **
4215                 move stringtable files to common directory
4216
4217 2002-12-29 [christoph]  0.8.8claws23
4218
4219         * src/Makefile.am
4220         * src/menu.[ch]                 ** REMOVE **
4221         * src/gtk/Makefile.am
4222         * src/gtk/menu.[ch]             ** NEW **
4223                 move menu files to gtk directory
4224
4225 2002-12-29 [match]      0.8.8claws22
4226
4227         * src/addressbook.c
4228         * src/syldap.c
4229                 moved UI specific code out of LDAP code into addressbook
4230                 UI code. fixed memory leak.
4231
4232 2002-12-29 [christoph]  0.8.8claws21
4233
4234         * src/folder.c
4235                 only check for IGNORED parent message when message is
4236                 not IGNORED itself
4237
4238 2002-12-29 [alfons]     0.8.8claws20
4239
4240         * src/summaryview.c
4241                 set gtksctree's anchor correct (immediate execute
4242                 changes the tree's layout, and anchor points at 
4243                 the incorrect row). fixes "[ 657233 ] multiple msg 
4244                 delete sometimes off by 1".
4245                 we probably have to look for more tree layout /
4246                 anchor glitches.
4247
4248 2002-12-29 [paul]       0.8.8claws19
4249
4250         * src/summaryview.c
4251                 fix bug [ 659054 ] incorrect sorting of 'From' column
4252                 when using 'display sender using address book'
4253                 thanks to Alfons and Luke Plant
4254
4255 2002-12-29 [christoph]  0.8.8claws18
4256
4257         * src/folder.c
4258         * src/procmsg.[ch]
4259                 check parent messages for IGNORE THREAD flag, when adding,
4260                 moving or copying messages to a folder
4261
4262 2002-12-27 [alfons]     0.8.8claws17
4263
4264         re-organize matcher part 5; more to come
4265
4266         * src/matcher.c
4267                 hash keywords in matchparser_tab 
4268
4269 2002-12-27 [alfons]     0.8.8claws16
4270
4271         re-organize matcher part 4; more to come
4272
4273         * src/matcher_parser.h
4274         * src/matcher_parser_lex.l
4275         * src/matcher_parser_parse.y
4276                 cleanup
4277
4278 2002-12-27 [alfons]     0.8.8claws15
4279
4280         re-organize matcher part 3; more to come
4281
4282         * src/matcher.[ch]
4283                 cleanup
4284
4285 2002-12-27 [alfons]     0.8.8claws14
4286
4287         re-organize matcher part 2; more to come but this should
4288         work. cc me if there are any regressions.
4289
4290         * src/matcher.h
4291                 add prototype for get_matchparser_tab_id()
4292         * src/matcher_parser_lex.l
4293                 look up keywords using matchparser_tab_id();
4294
4295 2002-12-27 [alfons]     0.8.8claws12
4296
4297         re-organize matcher part 1
4298
4299         * src/matcher.h
4300                 map yacc generated constants to sylpheed matcher constants
4301         * src/matcher.c
4302                 add function to find a matcher constant from a string
4303
4304 2002-12-27 [christoph]  0.8.8claws11
4305
4306         * src/compose.c
4307                 MENUITEM_ADD casts the 4th argument from integer to pointer
4308                 so it probably should not be a pointer, this means we
4309                 should use account id for it and not the account's pointer
4310
4311 2002-12-27 [paul]       0.8.8claws10
4312
4313         * src/mainwindow.c
4314                 remove unneeded 'GtkWidget *vbox'
4315                 
4316         * src/summaryview.c
4317                 further sync with 0.8.8 - make sort
4318                 by recipient work as expected
4319                 
4320         * NEWS
4321                 sync with 0.8.8
4322
4323 2002-12-27 [paul]       0.8.8claws9
4324
4325         * po/pt_BR.po
4326                 updated by Ivan F. Martinez
4327                 
4328 2002-12-27 [darko]      0.8.8claws8
4329
4330         * src/common/utils.c
4331                 added locked pattern to extended search
4332
4333 2002-12-27 [alfons]     0.8.8claws7
4334
4335         * src/prefs_matcher.[ch]
4336                 clean up
4337
4338 2002-12-26 [alfons]     0.8.8claws6
4339
4340         * src/matcher.[ch]
4341         * src/matcher_parser_lex.l
4342         * src/matcher_parser_parse.y
4343         * src/prefs_matcher.c
4344                 allow color label as a condition in the matcher
4345
4346 2002-12-26 [oliver]     0.8.8claws5
4347         
4348         * src/toolbar.c 
4349                 enable Addressbook for Main and Messageview
4350         * src/prefs_actions.c
4351                 enable actions in Messageview
4352
4353 2002-12-26 [christoph]  0.8.8claws4
4354
4355         * src/common/plugin.c
4356                 add a little debug output
4357         * configure.in
4358         * src/plugins/demo/Makefile.am
4359                 better use of automake
4360
4361 2002-12-26 [christoph]  0.8.8claws3
4362
4363         * src/Makefile.am
4364         * src/common/Makefile.am
4365                 fix "make distdir"
4366
4367 2002-12-26 [christoph]  0.8.8claws2
4368
4369         * configure.in
4370                 sort configure checks into common / gtk / plugins
4371         * po/POTFILES.in
4372                 add src/prefs_gtk.c
4373         * src/Makefile.am
4374                 add plugins SUBDIR
4375         * src/main.c
4376         * src/common/sylpheed.[ch]
4377                 added now sylpheed_done function for shutdown
4378         * src/common/Makefile.am
4379         * src/common/plugin.[ch]                ** NEW **
4380                 plugin loader and unloader
4381         * src/plugins/.cvsignore                ** NEW **
4382         * src/plugins/Makefile.am               ** NEW **
4383                 build plugins
4384         * src/plugins/demo/.cvsignore           ** NEW **
4385         * src/plugins/demo/Makefile.am          ** NEW **
4386         * src/plugins/demo/demo.c               ** NEW **
4387                 small demo plugin that installs a logtext hook and
4388                 outputs the log text to stdout
4389
4390 2002-12-26 [paul]       0.8.8claws1
4391
4392         * po/es.po
4393                 updated by Ricardo Mones Lastra
4394
4395 2002-12-26 [paul]       0.8.8claws
4396
4397         * 0.8.8claws released
4398
4399 2002-12-26 [paul]       0.8.7claws12
4400
4401         * po/bg.po
4402                 updated by George Danchev
4403
4404 2002-12-26 [paul]       0.8.7claws11
4405
4406         * po/POTFILES.in
4407                 remove unneeded 'src/prefs.c' entry 
4408
4409 2002-12-26 [paul]       0.8.7claws10
4410
4411         * src/codeconv.c
4412           src/mainwindow.c
4413                 sync with 0.8.8 release
4414         
4415         * src/folder.[ch]
4416           src/mh.c
4417           src/summaryview.c
4418                 partial sync with 0.8.8 release
4419         
4420
4421 2002-12-25 [alfons]     0.8.7claws9
4422
4423         * src/matcher.[ch]
4424         * src/matcher_parser_lex.l
4425         * src/matcher_parser_parse.y
4426         * src/prefs_matcher.c
4427                 add locked flag to possible filtering / matcher 
4428                 conditions (also a good example what should be
4429                 done to add a simple boolean condition)
4430
4431 2002-12-25 [christoph]  0.8.7claws8
4432
4433         * src/Makefile.am
4434         * src/account.[ch]
4435         * src/addrbook.c
4436         * src/addressbook.c
4437         * src/addrindex.c
4438         * src/filtering.c
4439         * src/folder.c
4440         * src/matcher.c
4441         * src/prefs.[ch]                ** REMOVE **
4442         * src/prefs_account.c
4443         * src/prefs_actions.c
4444         * src/prefs_common.c
4445         * src/prefs_customheader.c
4446         * src/prefs_display_header.c
4447         * src/prefs_filtering.c
4448         * src/prefs_folder_item.c
4449         * src/prefs_gtk.[ch]            ** NEW **
4450         * src/prefs_matcher.c
4451         * src/prefs_scoring.c
4452         * src/prefs_summary_column.c
4453         * src/procmime.c
4454         * src/selective_download.c
4455         * src/toolbar.c
4456         * src/common/Makefile.am
4457         * src/common/prefs.[ch]         ** NEW **
4458                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4459
4460 2002-12-24 [alfons]     0.8.7claws7
4461
4462         * src/summaryview.c
4463                 summary_thread_build(): fix real cause of the crash mentioned in
4464                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4465                 this way we get meaningful ctree nodes 
4466
4467 2002-12-24 [oliver]     0.8.7claws6
4468
4469         * src/mainwindow.[ch]
4470         * src/messageview.[ch]
4471         * src/compose.[ch]
4472         * src/inc.c
4473         * src/summaryview.c
4474                 changes to use updated toolbar handling
4475                 
4476 2002-12-24 [oliver]     0.8.7claws5
4477
4478         * src/toolbar.[ch]
4479                 generic toolbar handling
4480                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4481         * src/prefs_toolbar.[ch]
4482                 adjust to handling
4483         
4484 2002-12-24 [oliver]     0.8.7claws4
4485         
4486         * src/stock_pixmap.[ch]
4487                 move SYLPHEED_LOGO to end of list in order 
4488                 to remove it from Custom Toolbar`s Icon View
4489
4490 2002-12-24 [alfons]     0.8.7claws3
4491
4492         * src/summaryview.c
4493                 summary_thread_build(): fix crash because of focus != selection 
4494                 after threading. when deleting the selection, gtk tries but fails 
4495                 to find the correct focusable element. we now force the selection
4496                 to be focused. this should solve the infamous bug reported by 
4497                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4498                 a test case is available. 
4499
4500 2002-12-24 [darko]      0.8.7claws2
4501
4502         * src/summaryview.c
4503                 don't crash when unmarking message with unread children
4504
4505 2002-12-23 [christoph]  0.8.7claws1
4506
4507         * src/Makefile.am
4508         * src/common/Makefile.am
4509                 update Makefiles for moved intl.h, version.h and defs.h
4510         * src/imap.c
4511                 rewrite imap_session_get to avoid duplicate code
4512
4513 2002-12-23 [paul]       0.8.7claws
4514
4515         * Santa-Claws released
4516         
4517         * po/hu.po
4518           po/ru.po
4519                 squeeze in updated Hungarian and Russian translations.
4520                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4521
4522 2002-12-23 [paul]       0.8.6claws129
4523
4524         * po/pl.po
4525                 updated by Witold Wladyslaw Wojciech Wilk
4526
4527 2002-12-23 [paul]       0.8.6claws128
4528
4529         * src/quote_fmt_parse.y
4530                 fix typo and add licence header
4531
4532 2002-12-23 [paul]       0.8.6claws127
4533
4534         * po/en_GB.po
4535                 updated
4536
4537 2002-12-23 [paul]       0.8.6claws126
4538
4539         * po/it.po
4540                 updated translation, submitted by Alessandro Maestri
4541                 
4542 2002-12-23 [paul]       0.8.6claws125
4543
4544         * src/quote_fmt_parse.y
4545                 fix signature-stripping on replies bug. match
4546                 '-- \n' and not '-- '.
4547
4548 2002-12-22 [paul]       0.8.6claws124
4549
4550         * po/bg.po
4551           po/es.po
4552           po/sr.po
4553                 updated translations. submitted by George Danchev,
4554                 Ricardo Mones Lastra, and Urke MMI respectively
4555
4556 2002-12-21 [paul]       0.8.6claws123
4557
4558         * src/addrbook.c
4559                 fix coding style
4560
4561 2002-12-21 [paul]       0.8.6claws122
4562
4563         * src/addrbook.c
4564                 fix bug [643638] where if a person is in one or more
4565                 addressbook groups editing that person's email 
4566                 address results in removal from those groups.
4567                 Patch submitted by Luke Plant.
4568
4569 2002-12-20 [christoph]  0.8.6claws121
4570
4571         * src/common/utils.c
4572         * src/summaryview.c
4573                 reimplement expand_search_string using GString to
4574                 prevent crashs caused by miscalculated string
4575                 lengths reported by Paul
4576
4577 2002-12-20 [christoph]  0.8.6claws120
4578
4579         * src/summaryview.c
4580                 don't use "changed" to check if op_count has to be changed as it
4581                 is also set when the message has unread children
4582                 (closes bug [ 653221 ] crash while deleting duplicates)
4583
4584 2002-12-20 [paul]       0.8.6claws119
4585
4586         * sync with 0.8.6cvs27
4587                 see ChangeLog 2002-12-20
4588
4589 2002-12-20 [paul]       0.8.6claws118
4590
4591         * sync with 0.8.6cvs26
4592                 see ChangeLog 2002-12-19 and 2002-12-20
4593
4594 2002-12-19 [alfons]     0.8.6claws117
4595
4596         * src/textview.c
4597                 fix incorrect parsing of email addresses, submitted by 
4598                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4599                 name display if it contains @".
4600
4601 2002-12-18 [paul]       0.8.6claws116
4602
4603         * sync with 0.8.6cvs23
4604                 see ChangeLog 2002-12-18
4605
4606 2002-12-18 [paul]       0.8.6claws115
4607
4608         * src/Makefile.am
4609         * src/account.c
4610         * src/codeconv.c
4611         * src/gtkutils.[ch]
4612         * src/imap.c
4613                 sync with 0.8.6cvs22.
4614                 see ChangeLog 2002-12-17 and 2002-12-18
4615
4616 2002-12-17 [christoph]  0.8.6claws114
4617
4618         * src/imap.c
4619                 o don't create a session if imap greeting fails
4620                 o don't close socket when authentication fails
4621                   this is done by imap_session_destroy
4622
4623 2002-12-17 [thorsten]   0.8.6claws113
4624
4625         * tools/Makefile.am
4626           tools/README
4627           tools/google_msgid.pl ** NEW FILE **
4628                 Added "search for message-id" script and doc
4629
4630 2002-12-17 [thorsten]   0.8.6claws112
4631
4632         * po/hu.po
4633                 Updated hungarian translation
4634                 (updated by Gal Zoltan)
4635
4636 2002-12-16 [christoph]  0.8.6claws111
4637
4638         * src/addr_compl.c
4639                 remove stupid addressbook dump to debug output
4640         * src/mh.c
4641                 fix memory leak found by Hiro
4642
4643 2002-12-14 [paul]       0.8.6claws110
4644
4645         * src/compose.c
4646                 fix menubar sensitivity on send
4647                 
4648         * src/prefs_filtering.c
4649         * src/prefs_matcher.c
4650         * src/prefs_scoring.c
4651                 Fix english ;)
4652                 
4653         * src/common/quoted-printable.h
4654                 sync: fix typo
4655         
4656 2002-12-13 [christoph]  0.8.6claws109
4657
4658         * src/Makefile.am
4659         * src/manage_window.[ch]        ** REMOVE **
4660         * src/gtk/Makefile.am
4661         * src/gtk/manage_window.[ch]    ** NEW **
4662                 move manage_window files to gtk directory
4663
4664 2002-12-13 [christoph]  0.8.6claws108
4665
4666         * src/Makefile.am
4667         * src/gtkshruler.[ch]           ** REMOVE **
4668         * src/gtk/Makefile.am
4669         * src/gtk/gtkshruler.[ch]       ** NEW **
4670                 move gtkshruler files to gtk directory
4671
4672 2002-12-13 [christoph]  0.8.6claws107
4673
4674         * src/Makefile.am
4675         * src/compose.c
4676         * src/gtkstext.[ch]             ** REMOVE **
4677         * src/gtkutils.[ch]
4678         * src/textview.c
4679         * src/gtk/gtkstext.[ch]         ** NEW **
4680         * src/gtk/Makefile.am
4681                 o move stext functions to gtkstext.c to remove
4682                   dependency of gtkutils
4683                 o move gtkstext files to gtk directory
4684
4685         * src/gtk/Makefile.am
4686         * src/gtk/sslcertwindow.[ch]
4687                 UI stuff can always depend on common code so
4688                 it's ok to add ../common to include path
4689
4690 2002-12-13 [colin]      0.8.6claws106
4691
4692         * src/summaryview.c
4693                 Disconnect sighandlers for mainwindow when
4694                 quicksearch has the focus
4695                 Fix bug #653231
4696         * src/mainwindow.[ch]
4697                 Make key_pressed callback public, to be able
4698                 to disconnect it
4699
4700 2002-12-13 [christoph]  0.8.6claws105
4701
4702         * src/mh.c
4703                 create .mh_sequences file in new MH folders
4704                 (closes feature request [ 523162 ] MH folders should
4705                  get a .mh_sequences)
4706
4707 2002-12-13 [colin]      0.8.6claws104
4708
4709         * src/summaryview.c
4710                 Better handling of quicksearch show/hide
4711                 (basically the button stays under the mouse 
4712                  when toggled)
4713
4714 2002-12-13 [paul]       0.8.6claws103
4715
4716         * sync with 0.8.6cvs17
4717                 see ChangeLog 2002-12-13
4718
4719 2002-12-13 [paul]       0.8.6claws102
4720
4721         * po/es.po
4722                 updated by Ricardo Mones Lastra
4723
4724 2002-12-11 [colin]       0.8.6claws101
4725
4726         * src/folder.c
4727                 remove statusbar stuff
4728           src/folderview.c
4729                 set statusbar verbosity when moving folders
4730
4731 2002-12-11 [colin]       0.8.6claws100
4732         * src/prefs_filtering.c
4733         * src/prefs_matcher.c
4734         * src/prefs_scoring.c
4735                 Fix english ;)
4736
4737 2002-12-11 [colin]       0.8.6claws99
4738
4739         * src/prefs_common.[ch]
4740                 Add summary_quicksearch_type
4741         * src/summaryview.c
4742                 Save last used quicksearch type
4743
4744 2002-12-11 [jens]       0.8.6claws98
4745         * src/prefs_filtering.c
4746         * src/prefs_matcher.c
4747         * src/prefs_scoring.c
4748                 added dialog for incomplete rules in scoring, filtering and
4749                 matcher to ask wheather really close
4750
4751 2002-12-11 [colin]      0.8.6claws97
4752
4753         * src/folder.c
4754                 Fix folder dnd statusbar logging
4755
4756 2002-12-10 [christoph]  0.8.6claws96
4757
4758         * src/compose.c
4759         * src/folder.c
4760         * src/imap.c
4761         * src/inc.c
4762         * src/main.c
4763         * src/mainwindow.c
4764         * src/news.c
4765         * src/send.c
4766         * src/statusbar.[ch]
4767         * src/common/hooks.c
4768         * src/common/log.[ch]
4769                 o handle verbose logging in statusbar directly in statusbar code
4770                   and common code does not need any knowledge about a statusbar
4771                 o remove direct calls to statusbar_(puts|pop)_all functions
4772
4773 2002-12-10 [jens]       0.8.6claws95
4774
4775         * src/*.c
4776                 removed gettext from g_warnings
4777         * po/POTFILES.in
4778                 cleaned and updated
4779         * po/de.po
4780                 updated
4781
4782 2002-12-10 [colin]      0.8.6claws94
4783
4784         * src/main.c
4785                 finish crash dialog fix
4786
4787 2002-12-10 [colin]      0.8.6claws93
4788
4789         * src/main.c
4790                 "Fix" "sylpheed already running" instead of
4791                 crash dialog appearing after a crash
4792
4793 2002-12-10 [colin]      0.8.6claws92
4794
4795         * po/POTFILES.in
4796                 add src/gtk/sslcertwindow.c
4797
4798 2002-12-10 [paul]       0.8.6claws91
4799
4800         * po/POTFILES.in
4801                 updated to reflect recent changes
4802                 submitted by Alessandro Maestri
4803
4804 2002-12-09 [christoph]  0.8.6claws90
4805
4806         * src/Makefile.am
4807         * src/smtp.[ch]                 ** REMOVE **
4808         * src/common/Makefile.am
4809         * src/common/smtp.[ch]          ** NEW **
4810                 move smtp files to common directory
4811
4812 2002-12-09 [christoph]  0.8.6claws89
4813
4814         * src/Makefile.am
4815         * src/session.[ch]              ** REMOVE **
4816         * src/common/Makefile.am
4817         * src/common/session.[ch]       ** NEW **
4818                 move session files to common directory
4819
4820 2002-12-09 [paul]       0.8.6claws88
4821
4822         * src/account.c
4823                 fix bug [649746] edit accounts: move account reverted
4824                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4825
4826 2002-12-09 [colin]      0.8.6claws87
4827
4828         * src/ssl_certificate.c
4829                 cleanup
4830
4831 2002-12-09 [colin]      0.8.6claws86
4832
4833         * src/ssl.c
4834                 Try to open the cert.pem database and 
4835                 issue a warning if it isn't there
4836
4837 2002-12-09 [colin]      0.8.6claws85
4838
4839         * src/common/ssl_certificate.c
4840         * src/gtk/sslcertwindow.c
4841                 Warning fixes
4842
4843 2002-12-09 [colin]      0.8.6claws84
4844
4845         * src/ssl_certificate.[ch] ** REMOVED **
4846         * src/common/ssl_certificate.[ch] ** NEW **
4847         * src/Makefile.am
4848         * src/common/Makefile.am
4849                 Moved ssl_certificate.[ch] to common
4850         * src/common/ssl.c 
4851                 Put back needed include
4852         * src/gtk/sslcertwindow.[ch]
4853                 Changed ssl_certificate.h include
4854         
4855 2002-12-09 [colin]      0.8.6claws83
4856
4857         * src/gtk/sslcertwindow.[ch]
4858                 Implement hook for certificate acception
4859         * src/ssl_certificate.[ch]
4860                 Implement hook for certificate acception
4861         * src/common/ssl.c
4862                 Reenable certificate acception check
4863         * src/mainwindow.c
4864                 Register sslcertwindow's hook
4865         
4866 2002-12-08 [christoph]  0.8.6claws82
4867
4868         * src/about.c
4869         * src/addr_compl.c
4870         * src/codeconv.c
4871         * src/manual.c
4872         * src/undo.c
4873         * src/common/utils.c
4874                 o add missing includes
4875                 o fix warnings
4876         * src/.cvsignore
4877         * src/common/.cvsignore
4878         * src/common/version.h          ** REMOVE **
4879                 remove autogenerated file
4880
4881 2002-12-08 [paul]       0.8.6claws81
4882
4883         * src/stringtable.c
4884                 put back needed include
4885
4886 2002-12-08 [colin]      0.8.6claws80
4887         
4888         * src/gtk/sslcertwindow.c
4889                 Cleaner popups when asking
4890         * src/ssl_certificate.c
4891         * src/prefs_common.[ch]
4892                 remove ssl certificate pref
4893                 put back needed include
4894         * src/undo.c
4895                 put back needed include
4896
4897 2002-12-08 [christoph]  0.8.6claws79
4898
4899         * src/folderview.c
4900         * src/logwindow.c
4901         * src/statusbar.c
4902         * src/summaryview.c
4903                 only abort hook invokation if required data is missing not
4904                 if our own data pointer is NULL, update hookfunction for
4905                 log window
4906
4907 2002-12-08 [paul]       0.8.6claws78
4908
4909         * src/about.c
4910         * src/addrcache.c
4911         * src/addrclip.c
4912         * src/addr_compl.c
4913         * src/addrselect.c
4914         * src/codeconv.c
4915         * src/colorlabel.c
4916         * src/enriched.c
4917         * src/esmtp.c
4918         * src/exporthtml.c
4919         * src/headerview.c
4920         * src/imageview.c
4921         * src/manual.c
4922         * src/noticeview.c
4923         * src/pgptext.c
4924         * src/scoring.c
4925         * src/sourcewindow.c
4926         * src/stringtable.c
4927         * src/undo.c
4928                 clean up: remove unneccesary includes
4929
4930 2002-12-08 [christoph]  0.8.6claws77
4931
4932         * src/folderview.c
4933         * src/statusbar.c
4934         * src/summaryview.c
4935         * src/common/hooks.[ch]
4936                 hook functions now have a gboolean return value, if a hook
4937                 returns TRUE it will stop executing of any more hooks in
4938                 the same hooklist for this invokation
4939
4940 2002-12-08 [colin]      0.8.6claws76
4941         
4942         * src/main.c
4943                 put back argv0 for CRASH_DIALOG
4944
4945 2002-12-08 [christoph]  0.8.6claws75
4946
4947         * src/Makefile.am
4948         * src/about.c
4949         * src/account.c
4950         * src/crash.c
4951         * src/esmtp.h
4952         * src/imap.[ch]
4953         * src/inc.c
4954         * src/main.c
4955         * src/mainwindow.c
4956         * src/news.c
4957         * src/pop.[ch]
4958         * src/prefs_account.[ch]
4959         * src/prefs_common.[ch]
4960         * src/send.[ch]
4961         * src/smtp.[ch]
4962         * src/ssl_certificate.[ch]
4963         * src/ssl_manager.[ch]
4964         * src/common/Makefile.am
4965         * src/common/log.c
4966         * src/common/nntp.[ch]
4967         * src/common/socket.[ch]
4968         * src/common/ssl.[ch]
4969         * src/gtk/sslcertwindow.[ch]
4970         * ac/openssl.m4
4971                 use new autoconf script to detect OpenSSL with extra parameters
4972                 to specify the location of libs and includes, also remove USE_SSL
4973                 to USE_OPENSSL
4974
4975         * src/common/sylpheed.[ch]
4976         * src/common/version.h.in
4977                 start seperation of common code initialization seperated from gui
4978
4979         * src/summaryview.c
4980                 The function that is called when a color label changes
4981                 should not change the color lable again
4982
4983 2002-12-08 [colin]      0.8.6claws74
4984
4985         * src/gtk/sslcertwindow.c
4986                 warning fixes
4987
4988 2002-12-08 [colin]      0.8.6claws73
4989
4990         * src/statusbar.c
4991           src/common/log.h
4992                 Register a hook for statusbar_puts_all
4993         * src/common/log.c
4994                 invoke statusbar_puts_all's hook
4995         
4996 2002-12-08 [colin]      0.8.6claws72
4997
4998         * src/ssl_certificate.c
4999                 Put back a badly-removed include
5000
5001 2002-12-08 [colin]      0.8.6claws71
5002
5003         * src/gtk/sslcertwindow.[ch]    ** NEW **
5004                 new certificate presentation
5005         * src/gtk/Makefile.am
5006                 add new files
5007         * src/ssl_certificate.[ch]
5008                 gtk cleanup, made utility functions public
5009         * src/ssl_manager.c
5010                 use new cert presentation
5011
5012 2002-12-07 [christoph]  0.8.6claws70
5013
5014         * src/Makefile.am
5015         * src/nntp.[ch]                 ** REMOVE **
5016         * src/common/Makefile.am
5017         * src/common/nntp.[ch]          ** NEW **
5018                 move nntp files to common directory
5019
5020 2002-12-07 [christoph]  0.8.6claws69
5021
5022         * src/procmsg.[ch]
5023         * src/summaryview.c
5024                 implement msginfo update callback using sylpheed's new
5025                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5026
5027 2002-12-06 [christoph]  0.8.6claws68
5028
5029         * src/editgroup.c
5030                 This patch changes the 'Edit Group Details' dialog to
5031                 allow extended selections in either pane, so that
5032                 addresses can be added or removed from a group more
5033                 quickly and easily. (it actually is a net decrease in
5034                 file size, as some unnecessary functions have been
5035                 removed). 
5036                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5037
5038 2002-12-06 [christoph]  0.8.6claws67
5039
5040         * src/Makefile.am
5041         * src/template.[ch]             ** REMOVE **
5042         * src/common/Makefile.am
5043         * src/common/template.[ch]      ** NEW **
5044                 move template files to common directory
5045
5046         * src/nntp.c
5047                 add missing log.h include
5048
5049 2002-12-06 [melvin]     0.8.6claws66
5050
5051         * src/prefs_actions.c
5052                 Added the trailing ">" syntax to insert command's output
5053                 without replacing old text (in contrast to trailing "|").
5054
5055 2002-12-05 [colin]      0.8.6claws65
5056         
5057         * src/common/utils.c
5058                 Don't modify original search_string or it'll change
5059                 the next iterations in the for()
5060
5061 2002-12-05 [darko]      0.8.6claws64
5062
5063         * src/common/utils.c
5064                 proper check for filtering commands, found by Colin
5065
5066 2002-12-05 [darko]      0.8.6claws63
5067
5068         * src/common/utils.c
5069                 check proper string for NULL pointer, found by Colin
5070
5071 2002-12-05 [darko]      0.8.6claws62
5072
5073         * src/common/utils.[ch]
5074                 expand_search_string(): new function
5075                 converts Mutt-like patterns to Sylpheed's
5076                 filtering engine
5077         * src/summaryview.c
5078                 use expand_search_string() to allow Mutt-like
5079                 patterns in extended search
5080         * README.claws
5081                 document extended option in quick search
5082
5083 2002-12-05 [paul]       0.8.6claws61
5084
5085         * sync with 0.8.6cvs16
5086                 see ChangeLog 2002-12-05
5087                 
5088         * po/POTFILES.in
5089                 clean up
5090
5091 2002-12-04 [christoph]  0.8.6claws60
5092
5093         * src/imap.[ch]
5094                 put imap authentication code into a new function and
5095                 remove it from imap_session_new that will allow to
5096                 send other commands before authentication
5097
5098 2002-12-04 [christoph]  0.8.6claws59
5099
5100         * src/imap.[ch]
5101                 use already existing method to prevent unneeded IMAP
5102                 folder selects. Set imap_select parameters to NULL
5103                 in some functions if the values are not required.
5104
5105         * src/xml.h
5106                 remove no longer required include
5107
5108 2002-12-04 [paul]       0.8.6claws58
5109
5110         * po/es.po
5111                 updated by Ricardo Mones Lastra
5112                 
5113         * configure.in
5114           po/hu.po      ** NEW FILE **
5115                 initial Hungarian translation, submitted
5116                 by Gál Zoltán <galzoli@hu.inter.net>
5117
5118 2002-12-03 [christoph]  0.8.6claws57
5119
5120         * src/Makefile.am
5121         * src/gtksctree.[ch]            ** REMOVE **
5122         * src/gtk/Makefile.am
5123         * src/gtk/gtksctree.[ch]        ** NEW **
5124                 move gtksctree files to gtk directory
5125
5126 2002-12-03 [christoph]  0.8.6claws56
5127
5128         * src/Makefile.am
5129         * src/md5.[ch]                  ** REMOVE **
5130         * srm/common/Makefile.am
5131         * src/common/md5.[ch]           ** NEW **
5132                 move md5 files to common directory
5133
5134         * src/gtkstext.c
5135                 remove not required #include
5136
5137 2002-12-03 [sergey]     0.8.6claws55
5138
5139         * src/gtkutils.c
5140         * src/gtkutils.h
5141                 gtkut_window_popup(): new function.
5142         * src/mainwindow.c
5143                 main_window_popup(): use gtkut_window_popup() to raise
5144                 window without changing its position.
5145                 (see sylpheed-main ML message [sylpheed:17247])
5146
5147 2002-12-03 [sergey]     0.8.6claws54
5148
5149         * src/send.c
5150                 send_message_local(): removed first-dot escaping
5151                 (SMTP-only, not needed for sending through pipe)
5152
5153 2002-12-03 [paul]       0.8.6claws53
5154
5155         * po/POTFILES.in
5156                 update to reflect recent changes (thanks
5157                 to Ricardo Mones Lastra)
5158                 
5159         * tools/filter_conv.pl
5160                  fix problem with quoted strings. Patch submitted
5161                  by Luke Plant <lukeplant@softhome.net>
5162
5163 2002-12-03 [paul]       0.8.6claws52
5164
5165         * sync with 0.8.6cvs15
5166                 see ChangeLog 2002-12-03
5167
5168 2002-12-02 [christoph]  0.8.6claws51
5169
5170         * src/logwindow.[ch]
5171         * src/common/log.[ch]
5172                 implement logging using a hook function
5173
5174         * src/folderview.c
5175         * src/folder.[ch]
5176                 define hooklist name in header file to avoid
5177                 errors caused by wrong spelling of hooklist names
5178
5179         * src/toolbar.c
5180                 fix warnings
5181
5182 2002-12-02 [christoph]  0.8.6claws50
5183
5184         * src/common/Makefile.am
5185                 add src/common/hooks.[ch]
5186
5187         * src/common/hooks.[ch]
5188                 implement a simple hook system using glib's hook functions
5189
5190         * src/folder.[ch]
5191         * src/folderview.c
5192                 use new hook system for folder item updates
5193
5194 2002-12-02 [christoph]  0.8.6claws49
5195
5196         * doc-src/ui_seperation.txt     ** NEW **
5197                 information for ui seperation
5198
5199         * src/Makefile.am
5200                 remove files that were moved to common
5201                 include common directory by default for the header files
5202
5203         * src/inc.c
5204         * src/common/socket.c
5205         * src/automaton.[ch]
5206                 implement automaton using g_io_*-functions instead of
5207                 gdk_input_add to make it ui independent
5208
5209         * src/codeconv.c
5210         * src/compose.c
5211         * src/ldif.c
5212         * src/pgptext.c
5213         * src/procmime.c
5214         * src/rfc2015.c
5215         * src/smtp.c
5216         * src/unmime.c
5217                 remove common/ prefix because directory is now in
5218                 include path
5219
5220         * src/compose.c
5221         * src/folder.c
5222         * src/folderview.c
5223         * src/mainwindow.c
5224         * src/messageview.c
5225         * src/prefs_common.c
5226         * src/procmsg.c
5227         * src/rfc2015.c
5228                 fix warnings
5229
5230         * src/imap.c
5231         * src/inc.c
5232         * src/news.c
5233         * src/pop.c
5234         * src/send.c
5235         * src/smtp.c
5236         * src/ssl_certificate.c
5237                 add log.h header file for logging functions
5238
5239         * src/main.c
5240         * src/common/utils.c
5241         * src/summaryview.c
5242         * src/xml.c
5243                 o move debug_mode to common/utils.c
5244                 o add functions to set and get debug_mode
5245
5246         * src/defs.h                    ** REMOVE **
5247         * src/intl.h                    ** REMOVE **
5248         * src/socket.[ch]               ** REMOVE **
5249         * src/ssl.[ch]                  ** REMOVE **
5250         * src/utils.[ch]                ** REMOVE **
5251                 replaced by new files in src/common/
5252         
5253         * src/common/Makefile.am
5254                 add new files in src/common/
5255
5256         * src/common/defs.h             ** NEW **
5257         * src/common/intl.h             ** NEW **
5258         * src/common/log.[ch]           ** NEW **
5259         * src/common/socket.[ch]        ** NEW **
5260         * src/common/ssl.[ch]           ** NEW **
5261         * src/common/utils.[ch]         ** NEW **
5262                 replacement for files in src/
5263
5264 2002-12-02 [colin]      0.8.6claws48
5265
5266         * src/folderview.c
5267                 Scroll folderview if necessary during dnd
5268
5269 2002-12-02 [colin]      0.8.6claws47
5270
5271         * src/folder.[ch]
5272                 Add check to verify a move is within a single mailbox
5273         * src/folderview.c
5274                 Add specific error string for this check
5275
5276 2002-12-02 [colin]      0.8.6claws46
5277
5278         * src/folder.c
5279                 Add a test to folder moving, remove a statusbar_print
5280         * src/folderview.c
5281                 Add Move folder... context-menu item
5282                 Factorize folder moving code
5283                 Enable folder DND for mbox
5284
5285 2002-12-01 [christoph]  0.8.6claws45
5286
5287         * ac/aspell.m4
5288                 remove conf.aspelltest if the version check fails
5289
5290 2002-11-30 [christoph]  0.8.6claws44
5291
5292         * autogen.sh
5293                 run libtoolize --force in autogen to create missing
5294                 libtool scripts
5295
5296 2002-11-30 [christoph]  0.8.6claws43
5297
5298         * src/Makefile.am
5299         * src/pgptext.c
5300         * src/procmime.c
5301         * src/rfc2015.c
5302         * src/uuencode.[ch]             ** REMOVED **
5303         * src/common/Makefile.am
5304         * src/common/uuencode.[ch]      ** NEW **
5305                 move uuen/decoder to common directory
5306
5307 2002-11-30 [christoph]  0.8.6claws42
5308
5309         * src/Makefile.am
5310         * src/base64.[ch]               ** REMOVED **
5311         * src/codeconv.c
5312         * src/compose.c
5313         * src/ldif.c
5314         * src/pgptext.c
5315         * src/procmime.c
5316         * src/rfc2015.c
5317         * src/smtp.c
5318         * src/unmime.c
5319         * src/common/Makefile.am
5320         * src/common/base64.[ch]        ** NEW **
5321                 move base64 en/decoder to common directory
5322
5323 2002-11-30 [christoph]  0.8.6claws41
5324
5325         * src/common                    ** NEW **
5326                 new directory for UI independent code
5327         * src/gtk                       ** NEW **
5328                 new directory for GTK frontend
5329         * src/common/.cvsignore         ** NEW **
5330         * src/gtk/.cvsignore            ** NEW **
5331                 ignore build files
5332         * src/common/Makefile.am        ** NEW **
5333         * src/gtk/Makefile.am           ** NEW **
5334                 automake files to build new seperated stuff
5335         * src/Makefile.am
5336                 the binary will currently still be build with the
5337                 files in src, so we include the code from the
5338                 subdirs for now after building the libs there
5339
5340 2002-11-30 [paul]       0.8.6claws40
5341
5342         * src/compose.c
5343                 fix bug [642731] 'Wrong selected account with drafted mail'
5344
5345 2002-11-29 [oliver]     0.8.6claws39
5346         
5347         * src/messageview.c
5348                 o update summaryview when switching between different
5349                   messageviews          
5350         * src/toolbar.c  
5351                 o check if messageview holds already removed msg
5352                   from summaryview
5353                 
5354
5355 2002-11-29 [oliver]     0.8.6claws38
5356
5357         * src/toolbar.c 
5358                 remove not needed variables and includes
5359                 make messageview stay opened and move to next when msgs are deleted 
5360
5361 2002-11-29 [oliver]     0.8.6claws37
5362         
5363         * src/toolbar.c 
5364                 disable compose button (messageview toolbar) by default
5365                 deleted msgs are moved to trash
5366         
5367 2002-11-29 [melvin]     0.8.6claws36
5368
5369         * configure.in
5370                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5371                 and to detect signatures expirations (gpgme 0.3.6)
5372
5373         * src/main.c
5374                 Use non obsolescent function for Gpgme engine checking.
5375
5376         * src/rfc2015.c
5377                 Inform about expired signatures or signatures which key
5378                 has expired. Expiration date is displayed.
5379
5380         * src/sigstatus.c
5381                 Inform about expired signatures or signatures which key
5382                 has expired.
5383
5384 2002-11-28 [paul]       0.8.6claws35
5385
5386         * src/folderview.c
5387                 re-instate 'Check for new messages' in Newsgroup
5388                 folders right-click menu, after a suggestion from
5389                 Tim Mann <timmann@users.sourceforge.net>
5390
5391         * src/main.c
5392                 after a crash check only local folders for new
5393                 messages
5394
5395 2002-11-28 [paul]       0.8.6claws34
5396
5397         * configure.in
5398                 apply patch that fixes the checking of GTK with XIM 
5399                 support on different OSs, such as FreeBSD. Patch 
5400                 submitted by Topia <topia@users.sourceforge.net>
5401                 
5402 2002-11-28 [paul]       0.8.6claws33
5403
5404         * src/mainwindow.c
5405           src/prefs_common.c
5406           src/prefs_toolbar.c
5407                 more changes to the English
5408
5409 2002-11-28 [paul]       0.8.6claws32
5410
5411         * sync with 0.8.6cvs13
5412                 see ChangeLog 2002-11-28 (no sync needed
5413                 for src/compose.c)
5414
5415 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5416         
5417         * src/mainwindow.[ch]
5418                 add patch by Ivan F. Martinez introducing messageview Toolbar
5419                 some changes and committed by oliver    
5420
5421 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5422
5423         * src/messageview.[ch]
5424                 add patch by Ivan F. Martinez introducing messageview Toolbar
5425                 some changes and committed by oliver    
5426
5427 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5428
5429         * src/compose.[ch]
5430                 add patch by Ivan F. Martinez introducing messageview Toolbar
5431                 some changes and committed by oliver    
5432
5433 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5434         
5435         * src/toolbar.[ch]
5436                 add patch by Ivan F. Martinez introducing messageview Toolbar
5437                 some changes and committed by oliver
5438
5439 2002-11-28 [oliver]     0.8.6claws27
5440         
5441         * src/prefs_toolbar.[ch]
5442                 getting ready for messageview toolbar
5443                 free mem allocated by gettext
5444                 change prefs_toolbar to prefs_toolbar_open
5445  
5446 2002-11-28 [thorsten]   0.8.6claws26
5447
5448         * src/imageview.[ch]
5449                 cleaned up conflicting declarations of
5450                 imageview_show_image()
5451
5452 2002-11-28 [paul]       0.8.6claws25
5453
5454         * src/grouplistdialog.c
5455           src/prefs_common.c
5456           src/prefs_summary_column.c
5457                 a few more improvements to the English
5458
5459 2002-11-28 [colin]      0.8.6claws24
5460
5461         * man/sylpheed.1
5462                 A few updates to command-line parameters
5463
5464 2002-11-28 [colin]      0.8.6claws23
5465
5466         * src/prefs_filtering.c
5467                 Fix problems with prefs_filtering_delete_path:
5468                 a) if the first rule is removed, original pointers
5469                    weren't updated (leading to segfaults)
5470                 b) it was always global_processing updated in case
5471                    of removed path was parent of rule path
5472
5473 2002-11-27 [paul]       0.8.6claws22
5474
5475         * src/mainwindow.c
5476           src/prefs_account.c
5477           src/prefs_actions.c
5478           src/prefs_common.c
5479           src/prefs_customheader.c
5480           src/prefs_display_header.c
5481           src/prefs_filtering.c
5482           src/prefs_folder_item.c
5483           src/prefs_matcher.c
5484           src/prefs_scoring.c
5485           src/prefs_summary_column.c
5486           src/prefs_template.c
5487           src/prefs_toolbar.c
5488                  improve the English in the GUI
5489
5490 2002-11-27 [colin]      0.8.6claws21
5491
5492         * src/folder.c
5493                 Fix processing renaming problems happening after
5494                 last commit
5495
5496 2002-11-27 [colin]      0.8.6claws20
5497
5498         * src/folder.c
5499                 recursive move now deletes src each subfolder after 
5500                 having moved it
5501         * src/folderview.c
5502                 Use identifier instead of path during dnd (enables
5503                 IMAP folder dnd)
5504
5505 2002-11-27 [paul]       0.8.6claws19
5506
5507         * src/main.c
5508                 apply patch that does command-line processing 
5509                 BEFORE gtk_init, allowing claws to run from 
5510                 shell-scripts in non-X environment (e.g. crontab 
5511                 or ip-up, ip-down scripts). Patch submitted by
5512                 Ruslan N. Balkin <baron@dartel.ru>
5513                 
5514         * po/it.po
5515                 updated by Alessandro Maestri
5516
5517 2002-11-27 [paul]       0.8.6claws18
5518
5519         * sync with 0.8.6cvs12
5520           src/prefs_common.c
5521                 Differences are that main uses a 'Receive dialog'
5522                 frame on the Interface tab, whereas claws groups all 
5523                 the dialogs together in a 'Dialogs' frame.
5524
5525 2002-11-27 [colin]      0.8.6claws17
5526
5527         * src/prefs_matcher.c
5528                 Fix Execute criteria's NOT flag
5529
5530
5531 2002-11-26 [christoph]  0.8.6claws16
5532
5533         * src/ssl.c
5534                 rewrite the ssl code a little bit, only use one
5535                 SSL context, set default certificates' file/path
5536
5537 2002-11-26 [thorsten]   0.8.6claws15
5538
5539         * src/compose.c
5540                 default-reply-to didn't work for ml-reply
5541
5542 2002-11-26 [melvin]     0.8.6claws14
5543
5544         * src/prefs_actions.c
5545                 Made pipe-actions ignore short headers in message view
5546                 Made trailing-pipe-actions write in the message view with
5547                 the same font as the original message
5548
5549 2002-11-26 [paul]       0.8.6claws13
5550
5551         * src/compose.c
5552                 this time commit the correct file
5553
5554 2002-11-26 [paul]       0.8.6claws12
5555
5556         * sync with 0.8.6cvs11
5557           src/quote_fmt_parse.y  
5558                 no sync needed
5559           src/account.[ch]       
5560                 not sync'ed
5561           src/compose.c
5562                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5563                 on draft mode.
5564                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5565                 header
5566                 
5567         see ChangeLog 2002-11-25 and 2002-11-26
5568
5569 2002-11-26 [colin]      0.8.6claws11
5570
5571         * src/folderview.c
5572                 Fix collapsed folder not auto-expanding during
5573                 mail dnd, if it was the source folder.
5574
5575 2002-11-25 [colin]      0.8.6claws10
5576
5577         * src/folderview.[ch]
5578                 Variable renaming and cleaning (slist of nodes 
5579                 to be re-collapsed is stored in FolderView)
5580
5581 2002-11-25 [paul]       0.8.6claws9
5582
5583         * src/prefs_common.[ch]
5584                 fix breakage caused by last commit
5585
5586 2002-11-25 [paul]       0.8.6claws8
5587
5588         * sync with 0.8.6cvs4
5589                 see ChangeLog 2002-11-21
5590
5591 2002-11-25 [paul]       0.8.6claws7
5592
5593         * sync with 0.8.6cvs4
5594                 see ChangeLog 2002-11-20
5595
5596 2002-11-25 [paul]       0.8.6claws6
5597
5598         * sync with 0.8.6cvs3
5599                 see ChangeLog 2002-11-18
5600
5601 2002-11-25 [colin]      0.8.6claws5
5602
5603         * src/gtkutils.[ch]
5604                 Add gtkut_ctree_node_is_parent()
5605         * src/folderview.c
5606                 Spring-loaded folders
5607
5608 2002-11-25 [colin]      0.8.6claws4
5609
5610         * src/utils.[ch]
5611                 Add slist_concat_unique(), function to merge
5612                 two GSList filtering dups
5613         * src/folder.[ch]
5614         * src/summaryview.[ch]
5615         * src/folderview.c
5616         * src/main.c
5617                 Add detection/update/display of unread answers
5618                 to marked mails
5619         * src/procmsg.[ch]
5620                 Add procmsg_find_children()
5621                 Add procmsg_msg_has_marked_parent()
5622
5623 2002-11-25 [colin]      0.8.6claws3
5624
5625         * src/ssl_certificate.[ch]
5626                 Allow checking a certificate without a DNS
5627                 lookup
5628                 Allow to forget a cert (by deleting it)
5629                 Make ssl_certificate_destroy_public
5630         * src/ssl_manager.[ch] ** NEW FILES **
5631                 Gui to manage (display/remove) certificates
5632         * src/prefs_common.[ch]
5633                 Add a pref to allow silent acceptation of
5634                 trusted certificates or not (based on the
5635                 "I want to know what's going on" principle)
5636         * src/mainwindow.c
5637                 Add SSL manager in Tools menu
5638         * src/Makefile.am
5639                 Add the new files to the build
5640         * po/POTFILES.in
5641                 Add ssl_manager.c to translations
5642
5643 2002-11-25 [colin]      0.8.6claws2
5644
5645         * src/summaryview.[ch]
5646                 Add S_SEARCH_EXTENDED to the quick search, which 
5647                 allows to search using filtering syntax.
5648
5649 2002-11-25 [colin]      0.8.6claws1
5650
5651         * src/summaryview.c
5652                 Deletion of duplicates now prefer deleting
5653                 the unread dup (fixes feature-request 638989).
5654
5655 2002-11-24 [paul]       0.8.6claws
5656
5657         * po/es.po
5658           po/pl.po
5659           po/ru.po
5660           po/sr.po
5661                 updated by Ricardo Mones Lastra,
5662                 Witold Wladyslaw Wojciech Wilk,
5663                 Ruslan N. Balkin, and  Urke MMI 
5664                 respectively
5665
5666 2002-11-24 [paul]       0.8.5claws182
5667
5668         * po/bg.po
5669                 updated by George Danchev
5670
5671 2002-11-23 [alfons]     0.8.5claws181
5672
5673         * src/imap.c
5674                 tiny memory leak found by browsing Dimitar's 
5675                 valgrind report
5676
5677 2002-11-23 [paul]       0.8.5claws180
5678
5679         * po/it.po
5680                 updated by Alessandro Maestri
5681
5682 2002-11-22 [christoph]  0.8.5claws179
5683
5684         * src/compose.c
5685         * src/inc.c
5686         * src/prefs_filtering.c
5687         * src/summaryview.c
5688                 more warning fixes
5689
5690 2002-11-22 [alfons]     0.8.5claws178
5691
5692         * src/summaryview.c
5693                 summary_execute_delete_func(): if message is deleted, make 
5694                 sure to also remove its entry in the subject hash table. 
5695                 fixes a corner case bug.
5696
5697 2002-11-22 [paul]       0.8.5claws177
5698
5699         * .cvsignore
5700                 add 'autom4te.cache'
5701                 
5702         * ltconfig      ** REMOVED **
5703                 not needed
5704
5705 2002-11-22 [paul]       0.8.5claws176
5706
5707         * src/textview.c
5708                 textview_set_font(): fix for message display in
5709                 UTF-8 locales (thanks to Sergey Vlasov).
5710                 
5711         * AUTHORS
5712                 add new team members and contributors
5713
5714
5715 2002-11-21 [colin]      0.8.5claws175
5716
5717         * src/procmsg.[ch]
5718                 Add procmsg_remove_special_headers()
5719         * src/mh.c
5720                 Use procmsg_remove_special_headers() for 
5721                 previous fix
5722
5723 2002-11-21 [colin]      0.8.5claws174
5724
5725         * src/mh.c
5726                 Fix moving/copying from queue/draft folders
5727                 for MH folders
5728
5729 2002-11-21 [christoph]  0.8.5claws173
5730
5731         * src/crash.c
5732         * src/filtering.c
5733         * src/logwindow.c
5734         * src/main.c
5735         * src/matcher_parser_lex.[hl]
5736         * src/mbox.c
5737         * src/mbox_folder.[ch]
5738         * src/prefs_filtering.c
5739         * src/procheader.c
5740         * src/quote_fmt_lex.l
5741         * src/ssl.c
5742                 fix all warnings except the warnings in lex and yacc files
5743
5744 2002-11-20 [christoph]  0.8.5claws172
5745
5746         * src/imap.c
5747                 fix MsgInfo retrieval for IMAP draft and queue folders
5748                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5749
5750 2002-11-19 [christoph]  0.8.5claws171
5751
5752         * src/compose.c
5753                 fix segfault, when draft saving does not get
5754                 the MsgInfo of the new message
5755                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5756
5757 2002-11-19 [christoph]  0.8.5claws170
5758
5759         * src/procmsg.c
5760                 add parameter check for flag setting function
5761                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5762
5763 2002-11-18 [paul]       0.8.5claws169
5764
5765         * src/compose.c
5766                 more sensitivity fixes to redirect mode:
5767                 * disable toolbar draft button
5768                 * allow only Address book in the Tools menu
5769                 * disable editing of message by the spell
5770                   checker
5771
5772 2002-11-18 [paul]       0.8.5claws168
5773
5774         * src/compose.c
5775                 fix sensitivity of menu items in compose_redirect():
5776                 allow only the necessary items 
5777
5778 2002-11-18 [paul]       0.8.5claws167
5779
5780         * src/compose.c
5781                 fix bug [ 603259 ] 'attachment got lost on bounce'
5782
5783 2002-11-18 [paul]       0.8.5claws166
5784
5785         * po/ru.po
5786                 updated by Ruslan N. Balkin <baron@dartel.ru>
5787
5788 2002-11-18 [colin]      0.8.5claws165
5789
5790         * src/main.c
5791           src/defs.h
5792                 Remove old filtering stuff
5793
5794
5795 2002-11-17 [oliver]     0.8.5claws164
5796
5797         * src/toolbar.h
5798                 remove not needed typedef 
5799
5800 2002-11-17 [oliver]     0.8.5claws163
5801
5802         * src/toolbar.c
5803                 make toolbar's on click events translatable
5804
5805 2002-11-15 [colin]      0.8.5claws162
5806
5807         * src/summaryview.c
5808                 Revert too-soon integration of a feature
5809
5810 2002-11-15 [christoph]  0.8.5claws161
5811
5812         * src/imap.c
5813                 use main's implementation of imap_get_msginfo
5814
5815 2002-11-15 [christoph]  0.8.5claws160
5816
5817         * src/compose.c
5818         * src/folder.[ch]
5819         * src/imap.c
5820         * src/mbox_folder.c
5821         * src/mh.c
5822         * src/news.c
5823         * src/procmsg.c
5824         * src/summaryview.c
5825                 replace claws' fetch_msginfo with main's get_msginfo
5826                 (use main's implementation where possible)
5827
5828 2002-11-15 [colin]      0.8.5claws159
5829
5830         * src/ssl_certificate.c
5831                 Missed a check
5832
5833 2002-11-16 [melvin]     0.8.5claws158
5834
5835         * po/fr.po
5836                 Updated French translations.
5837
5838 2002-11-16 [colin]      0.8.5claws157
5839
5840         * src/ssl_certificate.c
5841                 Check for missing parts in the certificates
5842
5843 2002-11-15 [colin]      0.8.5claws156
5844
5845         * src/folderview.c
5846                 Preventive fix (missing check) found by
5847                 Alfons
5848
5849 2002-11-15 [paul]
5850
5851         * NEWS
5852                 sync with 0.8.6 release
5853
5854 2002-11-15 [colin]      0.8.5claws155
5855
5856         * src/folder.[ch]
5857           src/folderview.c
5858                 Fix error handling of folder_item_move_to()
5859                 (thanks to Alfons!)
5860
5861 2002-11-15 [colin]      0.8.5claws154
5862
5863         * src/folder.[ch]
5864           src/folderview.c
5865                 folder_item_move_to() sets an error message instead
5866                 of having GUI stuff in folder.c
5867
5868 2002-11-15 [colin]      0.8.5claws153
5869
5870         * src/procmsg.[ch]
5871                 Implemented a callback for MsgInfo updates, 
5872                 heavily copy/pasted from Christoph's folder 
5873                 callback system
5874         * src/summaryview.[ch]
5875                 Register summary_update_msg as callback
5876
5877 2002-11-14 [colin]      0.8.5claws152
5878         
5879         * src/procmsg.c
5880                 Update the FolderItem after sending (fixes 617593)
5881
5882 2002-11-14 [christoph]  0.8.5claws151
5883
5884         * src/folder.c
5885                 fix wrong position of NULL pointer check found
5886                 by Sergey
5887
5888 2002-11-14 [christoph]  0.8.5claws150
5889
5890         * src/folder.c
5891                 fix segfault when deleting messages from IMAP folders
5892                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5893
5894 2002-11-14 [colin]      0.8.5claws149
5895
5896         * src/compose.c
5897                 Forwarding was also ignoring the folder's default account.
5898
5899 2002-11-14 [colin]      0.8.5claws148
5900
5901         * src/compose.c
5902                 Fix sent folder not set to folder properties when 
5903                 forwarding.
5904
5905 2002-11-14 [thorsten]   0.8.5claws147
5906
5907         * src/inc.c
5908                 inc_start(): Files were not moved from .processing to inbox,
5909                 if no global processing rule existed
5910
5911 2002-11-14 [colin]      0.8.5claws146
5912
5913         * src/ssl_certificate
5914                 Fix file operations
5915
5916 2002-11-14 [paul]       0.8.5claws145
5917
5918         * po/it.po
5919                 updated by Alessandro Maestri
5920
5921 2002-11-13 [alfons]     0.8.5claws144
5922
5923         * src/folder.c
5924                 folder_item_close(): only mark messages unread
5925                 when a folder has new messages 
5926
5927 2002-11-13 [keith]      0.8.5claws143
5928
5929         * src/imap.c
5930                 Fix problem moving or copying between
5931                 IMAP folders
5932
5933 2002-11-13 [colin]      0.8.5claws142
5934
5935         * src/matcher_parser_parse.y
5936                 Fix rule problem when " don't match
5937
5938 2002-11-13 [christoph]  0.8.5claws141
5939
5940         * src/folder.c
5941         * src/folderview.c
5942                 moved cache saving to folder_item_close
5943                 the folderview should not have to deal with
5944                 this things
5945
5946 2002-11-13 [christoph]  0.8.5claws140
5947
5948         * src/summaryview.c
5949                 moved setting of important score to
5950                 summary_set_prefs_from_folderitem
5951
5952 2002-11-13 [colin]      0.8.5claws139
5953
5954         * src/matcher_parser_parse.y
5955                 Fix a segfault in the parser (happening when
5956                 a good expression had been tested and a bad 
5957                 one arrives)
5958
5959 2002-11-13 [paul]       0.8.5claws138
5960
5961         * sync with 0.8.5cvs24
5962                 see ChangeLog 2002-11-13
5963                 
5964         * po/pt_BR.po
5965                 updated by Fabio Jr. Beneditto
5966
5967 2002-11-13 [colin]      0.8.5claws137
5968         
5969         * src/msgcache.c
5970           src/defs.h
5971           src/procmsg.[ch]
5972                 Revert last commit, problem
5973
5974 2002-11-13 [colin]      0.8.5claws136
5975
5976         * src/msgcache.c
5977                 Remove duplicated code
5978         * src/defs.h
5979                 Bumped CACHE_VERSION and MARK_VERSION
5980         * src/procmsg.[ch]
5981                 Network endian for cache and mark files
5982
5983 2002-11-12 [colin]      0.8.5claws135
5984
5985         * src/inc.c
5986                 Fix the "socket error" dialog which disappeared
5987
5988 2002-11-12 [colin]      0.8.5claws134
5989
5990         * src/msgcache.c
5991                 Reverse last commit which had performance 
5992                 problems, but still reverse the list
5993
5994 2002-11-12 [colin]      0.8.5claws133
5995
5996         * src/msgcache.c
5997                 Reverse list order
5998
5999 2002-11-12 [melvin]     0.8.5claws132
6000
6001         * src/compose.c
6002                 Added a check for a NULL prefs_common.dictionary
6003
6004 2002-11-12 [colin]      0.8.5claws131
6005
6006         * src/ssl_certificate.[ch]
6007                 Use FQDN hostname
6008
6009 2002-11-12 [colin]      0.8.5claws130
6010
6011         * src/ssl_certificate.[ch]
6012                 Take connection port into account for 
6013                 checking certificates (a single hostname
6014                 could have multiple servers with multiple
6015                 certificates)
6016         * src/ssl.c
6017                 Pass the port to ssl_certificate_check
6018
6019 2002-11-12 [paul]       0.8.5claws129
6020
6021         * src/folder.c
6022                 fix a typo in last commit
6023
6024 2002-11-12 [paul]       0.8.5claws128
6025
6026         * sync with 0.8.5cvs23
6027                 see ChangeLog entry 2002-11-12
6028
6029 2002-11-11 [colin]      0.8.5claws127
6030
6031         * src/ssl_certificate.c
6032                 Cleaner messages
6033                 Don't popup, instead log error, if the 
6034                 corresponding pref is checked
6035         * src/ssl_certificate.h
6036                 include <openssl/objects/h>
6037
6038 2002-11-11 [colin]      0.8.5claws126
6039
6040         * src/ssl_certificate.h
6041                 _Really_ clean it
6042
6043 2002-11-11 [colin]      0.8.5claws125
6044         
6045         * src/ssl_certificate.c
6046                 Fixed leak
6047
6048 2002-11-11 [colin]      0.8.5claws124
6049
6050         * src/ssl.c
6051                 Cleaned a bit
6052         * src/ssl_certificate.[ch]
6053                 Cleaned a bit (better use of SSL API)
6054                 (This will cause non-recognition of saved 
6055                  certificates of claws12[23]...)
6056
6057 2002-11-11 [paul]       0.8.5claws123
6058         
6059         * po/es.po
6060                 updated by Ricardo Mones Lastra
6061
6062 2002-11-11 [colin]      0.8.5claws122
6063
6064         * src/ssl.c
6065                 Fix a typo
6066
6067 2002-11-11 [colin]      0.8.5claws121
6068
6069         * src/ssl_certificate.[ch] ** NEW FILES **
6070         * src/ssl.[ch]
6071                 Check SSL certificates presented to us
6072         * src/Makefile.am
6073                 Add ssl_certificate.[ch]
6074         * po/POTFILES.in
6075                 Add ssl_certificate.c
6076
6077 2002-11-11 [paul]       0.8.5claws120
6078
6079         * sync with 0.8.5cvs22
6080                 see ChangeLog 2002-11-11
6081
6082 2002-11-11 [paul]       0.8.5claws119
6083
6084         * sync with 0.8.5cvs21
6085                 see ChangeLog 2002-11-11
6086
6087 2002-11-10 [jens]       0.8.5claws118
6088
6089         * src/folder.c
6090         * src/folderview.c
6091                 corrected some typing
6092         * po/de.po
6093                 updated german translation
6094         * sylpheed.spec.in
6095                 cleaned up specfile and adjusted it for claws
6096
6097 2002-11-10 [colin]      0.8.5claws117
6098
6099         * src/summaryview.c
6100                 a STATUSBAR_PUSH/POP fix
6101
6102 2002-11-10 [colin]      0.8.5claws116
6103
6104         * src/prefs_folder_item.c
6105                 Fix hanging after opening folder properties
6106
6107 2002-11-10 [hoa]        0.8.5claws115
6108
6109         * src/matcher_parser_lex.l
6110         * src/matcher_parser_parse.y
6111                 config file for scoring and filtering is no more trashed
6112                 when there is a syntax error in a filtering rule when
6113                 editing it in a dialog.
6114
6115 2002-11-09 [colin]      0.8.5claws114
6116
6117         * src/mbox_folder.c
6118                 Added missing initialisation of folder->destroy()
6119
6120 2002-11-09 [colin]      0.8.5claws113
6121
6122         * src/folder.c
6123           src/folderview.c
6124                 Fix the status bar messages
6125
6126 2002-11-09 [colin]      0.8.5claws112
6127
6128         * src/folderview.c
6129                 Fix hangs after folder dnd, happening after 
6130                 claws109.
6131
6132 2002-11-09 [christoph]  0.8.5claws111
6133
6134         * src/folderview.c
6135                 just changed order of calls (reverse order of
6136                 associated calls)
6137         * src/inc.c
6138                 lock inc when checking only one account, otherwise
6139                 inc all could be executed at the same time
6140
6141 2002-11-09 [christoph]  0.8.5claws110
6142
6143         * src/folderview.c
6144                 better unlock the mouse cursor before calling
6145                 summary_show because it changes the cursor too
6146
6147 2002-11-09 [christoph]  0.8.5claws109
6148
6149         * src/folder.[ch]
6150         * src/folderview.c
6151                 add functions to open and close a folder
6152                 o opending will execute scanning for remote folders
6153                   and processing
6154                 o closing will unset new flag for messages
6155
6156 2002-11-09 [colin]      0.8.5claws108
6157
6158         * src/folder.c
6159                 Add a call to prefs_matcher_write_config to 
6160                 avoid non-leaf folders filtering settings to be
6161                 lost
6162
6163 2002-11-09 [paul]       0.8.5claws107
6164
6165         * src/prefs_account.c
6166                 re-word a label
6167
6168 2002-11-09 [colin]      0.8.5claws106
6169
6170         * src/folderview.c
6171                 Minor esthetic fix
6172
6173 2002-11-09 [colin]      0.8.5claws105
6174
6175         * src/folderview.c
6176                 Fix prefs_filtering deletion for MH folders (same
6177                 reason as below)
6178         * src/prefs_filtering.c
6179                 Fix prefs_filtering renaming and deletion for 
6180                 folder-based processing rules.  
6181
6182 2002-11-09 [christoph]  0.8.5claws104
6183
6184         * src/compose.c
6185         * src/folder.[ch]
6186         * src/folderview.[ch]
6187         * src/import.c
6188         * src/inc.c
6189         * src/main.c
6190         * src/mainwindow.c
6191         * src/messageview.c
6192         * src/prefs_folder_item.c
6193         * src/procmsg.c
6194         * src/summaryview.c
6195                 implement a callback system for folder item updates
6196
6197 2002-11-09 [colin]      0.8.5claws103
6198
6199         * src/folderview.c
6200                 Fix prefs_filtering renaming for MH folders (we
6201                 shouldn't rename by path as another folder could
6202                 have the same hierarchy).
6203
6204 2002-11-09 [colin]      0.8.5claws102
6205
6206         * src/folder.c
6207                 Fix a leak found by Christoph, use better variable
6208                 names
6209
6210 2002-11-09 [colin]      0.8.5claws101
6211
6212         * src/folder.c
6213                 One more fix for processing rules
6214
6215 2002-11-08 [colin]      0.8.5claws100
6216         
6217         * src/matcher.c
6218                 Don't copy the compiled regexp (will be reevaluated)
6219         * src/folderview.c
6220                 Lock folderview while moving
6221         * src/folder.c
6222                 Provide info on what's happening to the user
6223
6224 2002-11-08 [colin]      0.8.5claws99
6225
6226         * src/folderview.c
6227                 Fix folder reordering after a move if parent is 
6228                 root
6229         * src/scoring.[ch]
6230                 Add function to copy a ScoringProp
6231         * src/prefs_folder_item.c
6232                 Copy scoring rules when copying a folder prefs
6233
6234 2002-11-08 [colin]      0.8.5claws98
6235
6236         * src/folderview.c
6237                 Fixes in case of failure
6238         * src/filtering.[ch]    
6239                 Add function to duplicate a FilteringProp
6240         * src/matcher.[ch]
6241                 Add function to duplicate a MatcherProp
6242         * src/prefs_folder_item.c
6243                 Save folder's processing rules when copying 
6244                 its prefs
6245
6246 2002-11-08 [colin]      0.8.5claws97
6247         
6248         * src/folderview.c
6249                 Sort after move
6250         * src/folder.c 
6251                 Change a printf to debug_print
6252
6253 2002-11-08 [colin]      0.8.5claws96
6254
6255         * src/folder.c
6256           src/folderview.c
6257                 Fix segfaults, call me stupido
6258         
6259
6260 2002-11-08 [colin]      0.8.5claws95
6261
6262         *src/folder.c
6263                 Added forgotten prefs to save when moving folders
6264
6265 2002-11-08 [colin]      0.8.5claws94
6266
6267         * src/folder.c
6268                 Fixes to folder DND (prefs copy)
6269         * src/folderview.c
6270                 Optimization for folder DND (don't rescan whole tree)
6271                 Added folderview_create_folder_node() for this 
6272                 optimization, so de-duped a bit the code
6273         * src/prefs_folder_item.[ch]
6274                 Added prefs_folder_item_copy_prefs()    
6275           
6276 2002-11-08 [paul]       0.8.5claws93
6277
6278         * src/prefs_account.c
6279           tools/README
6280           tools/kmail2sylpheed_v2.pl
6281                 correct some typos
6282
6283 2002-11-08 [paul]       0.8.5claws92
6284
6285         * src/compose.c
6286           src/prefs_account.[ch]
6287                 remove account options 'clearsign' and 'ascii_armored',
6288                 replace with 'default_gnupg_mode' to prevent mixed-mode
6289                 Privacy settings
6290
6291 2002-11-08 [paul]       0.8.5claws91
6292
6293         * src/compose.[ch]
6294                 re-implement GnuPG 'on-the-fly' mode selection,
6295                 disallow mixed-mode
6296
6297 2002-11-08 [colin]      0.8.5claws90
6298
6299         * src/folderview.c
6300           src/prefs_folder_item.c
6301                 Change "Property" to "Properties"
6302
6303 2002-11-07 [colin]      0.8.5claws89
6304
6305         * src/folderview.c
6306           src/folder.c
6307                 Allow folder dropping to a root folder
6308
6309 2002-11-07 [paul]       0.8.5claws88
6310
6311         * src/compose.c
6312                 revert last commit
6313
6314 2002-11-07 [paul]       0.8.5claws87
6315
6316         * src/compose.c
6317                 fix reply-to-list bug. closes bug report
6318                 "[633382] reply-to-list broken in recent cvs"
6319
6320 2002-11-07 [paul]       0.8.5claws86
6321
6322         * src/compose.c
6323                 add a forgotten '#if USE_GPGME ... #endif'
6324
6325 2002-11-07 [paul]       0.8.5claws85
6326
6327         * sync with 0.8.5cvs20
6328                 see ChangeLog 2002-11-07
6329
6330 2002-11-07 [colin]      0.8.5claws84
6331
6332         * src/folder.[ch]
6333                 Change folder_item_move_to to return the newly 
6334                 created folderitem.
6335         * src/folderview.c
6336                 Select the new folderitem after moving.
6337
6338 2002-11-07 [colin]      0.8.5claws83
6339
6340         * src/prefs_filtering.c
6341                 Fix rule rewriting when moving a leaf folder to a 
6342                 shorter path
6343
6344 2002-11-07 [colin]      0.8.5claws82
6345
6346         * src/prefs_filtering.c
6347                 fix a leak
6348
6349 2002-11-07 [colin]      0.8.5claws81
6350
6351         * src/folder.[ch]
6352                 Add folder_item_move_to() function to move a 
6353                 folderitem into another one (updates matcher etc)
6354         * src/folderview.c
6355                 Add folder drag'n drop (context menu to come)
6356                 [Should be dataloss free, but Please backup before 
6357                  trying !]
6358
6359 2002-11-06 [colin]      0.8.5claws80
6360
6361         * src/mh.c
6362                 mh_create_folder() returns NULL if can't create
6363                 directory hierarchy
6364
6365 2002-11-06 [paul]       0.8.5claws79
6366
6367         * src/compose.[ch]
6368                 allow 'on-the-fly' changing of the type of encryption 
6369                 and/or signing used (mime/ascii) via the compose window
6370
6371 2002-11-06 [paul]       0.8.5claws78
6372
6373         * sync with 0.8.5cvs19
6374                 see ChangeLog 2002-11-06 for src/account.c: 
6375                 account_get_special_folder()
6376                 
6377 2002-11-05 [alfons]     0.8.5claws77
6378
6379         * src/crash.c
6380                 very minor cleanups: nothing to see here, move on. :-)
6381
6382 2002-11-05 [colin]      0.8.5claws76
6383
6384         * src/main.c
6385                 Changes choices if compose windows are opened to
6386                 Discard, Draft, Don't quit
6387
6388 2002-11-05 [thorsten]   0.8.5claws75
6389
6390         * src/compose.c
6391                 reenabled default_reply_to folder option
6392
6393 2002-11-05 [colin]      0.8.5claws74
6394
6395         * src/compose.[ch] 
6396                 add compose_draft()
6397         * src/crash.c
6398                 add SIGTERM handler
6399         * src/main.[ch]
6400                 add clean_quit() for the SIGTERM handler
6401
6402 2002-11-05 [paul]       0.8.5claws73
6403         
6404         * po/es.po
6405                 updated by Ricardo Mones Lastra
6406
6407 2002-11-05 [melvin]     0.8.5claws72
6408
6409         * src/logwindow.c
6410                 Fixed log-clipping bug #616795.
6411                 To stop logging in the log window use 0 length.
6412         * src/prefs_common.c
6413                 Added a label to inform about the 0 log length behaviour.
6414
6415 2002-11-05 [paul]       0.8.5claws71
6416
6417         * sync with 0.8.5cvs17
6418                 see ChangeLog 2002-11-05
6419
6420 2002-11-04 [paul]       0.8.5claws70
6421
6422         * sylpheed-128x128.png
6423           sylpheed-64x64.png
6424           sylpheed.png
6425                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6426                 <nikai@users.sourceforge.net>
6427                 
6428         * po/bg.po
6429                 updated by George Danchev
6430
6431 2002-11-03 [thorsten]   0.8.5claws69
6432
6433         * src/main.c
6434           src/mimeview.c
6435           src/rfc2015.h
6436                 add check if gpg is active
6437
6438 2002-11-03 [thorsten]   0.8.5claws68
6439
6440         * src/toolbar.h
6441                 removed GSList declaration causing trouble on MacOS-X
6442                 (submitted by alfons, reported by xfesty)
6443
6444 2002-11-01 [paul]       0.8.5claws67
6445
6446         * src/mainwindow.c
6447                 remove last remnants of main's filter code
6448
6449 2002-11-01 [paul]       0.8.5claws66
6450
6451         * tools/filter_conv.pl
6452                 fix bug where user-defined headers were ignored
6453
6454 2002-11-01 [paul]       0.8.5claws65
6455
6456         * src/logwindow.c
6457                 make a debug_print() not translatable
6458
6459 2002-10-31 [melvin]     0.8.5claws64
6460
6461         * ac/aspell.m4
6462                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6463                 not run any GNU/aspell test.  The dictionary path will
6464                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6465                 was given, in which case, it will be $prefix/lib/aspell/
6466         * configure.in
6467                 Fixed typo in commentary (Aspell code).
6468
6469 2002-10-31 [paul]       0.8.5claws63
6470
6471         * po/POTFILES.in
6472                 remove src/filter.c and src/prefs_filter.c
6473                 thanks to Ricardo for reminding me
6474
6475 2002-10-31 [colin]      0.8.5claws62
6476
6477         * src/mbox_folder.c
6478                 Plug some leaks
6479
6480 2002-10-31 [paul]       0.8.5claws61
6481
6482         * src/prefs_filter.[ch] ** REMOVED **
6483           src/filter.[ch]       ** REMOVED **
6484           
6485         * src/Makefile.am
6486           src/folderview.c
6487           src/inc.c
6488           src/main.c
6489           src/mainwindow.c
6490           src/mbox.c
6491           src/prefs_common.c
6492           src/prefs_filtering.c
6493           src/summaryview.[ch]
6494                 remove main's 'filter' code
6495                 
6496         README.claws
6497                 update to reflect removal of main's filter
6498
6499 2002-10-31 [paul]       0.8.5claws60
6500
6501         * src/summaryview.c
6502                 remove check for global_processing in summary_filter_open(). 
6503                 This fixes the bug where if the user uses the right-click 
6504                 'Create filter rule...' and doesn't have any filter rules 
6505                 already defined in claws' advanced filtering, the newly 
6506                 created filter rule goes to main's filtering which is 
6507                 inaccessible through the gui. Now the filter rule gets added
6508                 to claws' filtering by default.
6509
6510 2002-10-28 [melvin]     0.8.5claws59
6511
6512         * src/prefs_actions.c
6513                 Fixed bug #627322 where MIME parts were not always
6514                 correctly passed to a %p action
6515                 Display an error dialog when message filename is not found.
6516
6517 2002-10-28 [melvin]     0.8.5claws58
6518
6519         * src/prefs_common.c
6520                 Readded a missing function declaration lost in 0.8.3claws34
6521
6522 2002-10-28 [paul]       0.8.5claws57
6523
6524         * sync with 0.8.5cvs15
6525                 see ChangeLog 2002-10-28 and 2002-10-25
6526                 
6527         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6528
6529 2002-10-27 [oliver]     0.8.5claws56
6530
6531         * src/pop.c
6532                 plug leak in pop3_top_recv
6533
6534 2002-10-26 [christoph]  0.8.5claws55
6535
6536         * src/folder.c
6537                 set need_update folder flag when messages are added
6538                 (closes bug [ 626922 ] folder not updated after receiving)
6539
6540 2002-10-25 [melvin]     0.8.5claws54
6541
6542         * src/imageview.c
6543                 Fixed a memleak introduced in the scaling code.
6544
6545 2002-10-24 [alfons]     0.8.5claws53
6546
6547         * src/filtering.c
6548                 make filtering's forward message action forward from the 
6549                 correct account
6550                 (closes bug [628089 ] Filter -> Forward from address problem
6551                 reported by Oktay)
6552
6553 2002-10-24 [christoph]  0.8.5claws52
6554
6555         * src/mainwindow.c
6556         * src/manual.[ch]
6557                 o use manual of current locale or english if current
6558                   locale is not available (and english is available)
6559                 o also link to sylpheed doc project manuals
6560
6561 2002-10-23 [paul]       0.8.5claws51
6562
6563         * tools/README
6564           tools/kmail2sylpheed_v2.pl
6565                 add new version of kmail addressbook importer script.
6566                 works with newer versions of Kmail/KAddressBook which
6567                 have new and rearranged data.
6568
6569 2002-10-23 [martin]     0.8.5claws50
6570
6571         * src/folderview.c
6572         * src/summaryview.c
6573         * src/utils.h
6574         * src/utils.c
6575                 added length parameter to get_abbrev_newsgroup_name()
6576                 changed this function so that it abbreviates the newsgroup
6577                 names only so long it is smaller than the length parameter
6578                 (for better reading of some newsgroup names and space efficiency)
6579
6580 2002-10-22 [colin]      0.8.5claws49
6581
6582         *src/foldersel.c
6583                 Revert Alfons' last modification (after voting ;-))
6584
6585 2002-10-21 [alfons]     0.8.5claws48
6586
6587         * src/foldersel.c
6588                 folder view in folder selection dialog reflects state of
6589                 folder view in main window
6590
6591 2002-10-18 [alfons]     0.8.5claws47
6592
6593         * src/mbox.c
6594                 drop imported messages in folder selected by user,
6595                 and not in the inbox
6596                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6597
6598 2002-10-18 [alfons]     0.8.5claws46
6599
6600         * src/compose.c
6601                 make automagic reply work correctly for email accounts 
6602                 (whether it's viable to do a full sync with Hiro's 
6603                 compose.c is still under discussion)
6604
6605 2002-10-18 [melvin]     0.8.5claws45
6606
6607         * src/prefs_actions.c
6608                 Fixed bug #622275 where asynchroneous actions left 
6609                 zombies processes
6610                 Made (synchroneous) actions' input be displayed live.
6611
6612 2002-10-18 [christoph]  0.8.5claws44
6613
6614         * src/textview.c
6615                 don't add a newline in the textview in front of the
6616                 first textpart if header display is disabled
6617                 (closes bug [ 603385 ] disabled header display leaves blank
6618                  lin)
6619
6620 2002-10-18 [christoph]  0.8.5claws43
6621
6622         * src/folder.[ch]
6623         * src/imap.c
6624         * src/mbox_folder.c
6625         * src/mh.c
6626         * src/news.c
6627                 folder->get_num_list now returns an error code
6628                 (closes bug [ 609424 ] News cache cleared on failure)
6629                 
6630 2002-10-17 [colin]      0.8.5claws42
6631         
6632         * src/news.c
6633                 Changed a printf by debug_print
6634
6635 2002-10-16 [paul]       
6636
6637         * tools/OOo2sylpheed.pl
6638                 allow for spaces in the name of the
6639                 file to be attached.
6640
6641 2002-10-16 [colin]      0.8.5claws41
6642
6643         * src/main.c
6644                 Use a tristate to change online mode
6645
6646 2002-10-16 [paul]       0.8.5claws40
6647
6648         * po/es.po
6649                 updated by Ricardo Mones Lastra
6650
6651 2002-10-16 [colin]      0.8.5claws39
6652
6653         * src/main.c
6654           src/mainwindow.[ch]
6655                 Added --online and --offline command-line
6656                 switches
6657
6658 2002-10-15 [christoph]  0.8.5claws38
6659
6660         * src/procmime.c
6661                 set mimeinfo->name to NULL after g_free to
6662                 avoid double freeing with g_free
6663
6664 2002-10-14 [christoph]  0.8.5claws37
6665
6666         * src/compose.c
6667         * src/filtering.c
6668         * src/summaryview.c
6669                 remove calls to folder->change_flags that are now
6670                 done by procmsg flag functions (seems it is not
6671                 used by any foldertype anyway)
6672         * src/folder.c
6673                 init folder->change_flags with NULL
6674
6675 2002-10-14 [christoph]  0.8.5claws36
6676
6677         * src/folder.[ch]
6678         * src/imap.[ch]
6679                 use virtual functions for folder item new and destroy
6680                 functions
6681
6682 2002-10-14 [melvin]     0.8.5claws35
6683
6684         * src/compose.c
6685                 Added a test to not run the spell checker if no default
6686                 dictionary is available. No dialog is displayed though.
6687
6688 2002-10-14 [melvin]     0.8.5claws34
6689
6690         * src/gtkaspell.c
6691                 Fixed bug in dictionary list context menu where
6692                 "More..." pointed to an emtpy submenu if the
6693                 number of dictionaries is a multiple of 15
6694                 Removed unneeded code in suggestions list creation
6695
6696 2002-10-14 [paul]       0.8.5claws33
6697
6698         * po/bg.po
6699                 updated by George Danchev
6700
6701 2002-10-13 [hoa]        0.8.5claws32
6702
6703         * src/matcher.[ch]
6704           src/matcher_parser_parser.y
6705                 removed the escaped string from internal structure
6706                 of matcher.
6707
6708 2002-10-12 [colin]      0.8.5claws31
6709
6710         * src/gtksctree.[ch]
6711           src/summaryview.c
6712                 Removed useless function gtksctree_reanchor
6713
6714 2002-10-12 [alfons]     0.8.5claws30
6715         
6716         * sync with remaining main changes 2002-10-09 - 2002-10-11
6717         - drop changes to src/compose.c (requires claws specific changes)
6718         
6719 2002-10-12 [alfons]     0.8.5claws29
6720         
6721         * sync with main changes of 2002-10-08
6722         - drop changes to src/compose.c (requires claws specific changes)
6723         - drop changes to src/summaryview.c (requires changes to compose.c)     
6724
6725 2002-10-12 [alfons]     0.8.5claws28
6726         
6727         * sync with main changes of 2002-10-07
6728
6729 2002-10-12 [alfons]     0.8.5claws27
6730
6731         * sync with main changes of 2002-10-04
6732         - drop changes to src/compose.c (requires claws specific changes)
6733         - drop changes to src/prefs_folder_item.c (claws implementation
6734           seems to be working)
6735
6736 2002-10-12 [colin]      0.8.5claws26
6737
6738         * src/mainwindow.c
6739                 Fix folder-flicker when space-reading, introduced 
6740                 in claws22.
6741
6742 2002-10-12 [colin]      0.8.5claws25
6743
6744         * src/compose.c
6745                 Save account address when saving as draft.
6746                 (closes bug 621838)
6747
6748 2002-10-12 [colin]      0.8.5claws24
6749
6750         * src/summaryview.c
6751                 Fix the problem consisting of no message selected
6752                 after the last message in a folder has been moved.
6753
6754 2002-10-12 [paul]       0.8.5claws23
6755
6756         * src/compose.c
6757           src/prefs_template.c
6758           src/template.[ch]
6759                 add Cc and Bcc to templates. Patch submitted by
6760                 John L. Males.
6761
6762 2002-10-12 [colin]      0.8.5claws22
6763
6764         * src/folderview.c
6765                 Fix a bug after "Check for new messages":
6766                 If a folder was opened, it was still selected at
6767                 the end of the check, but displayed empty.
6768         * src/mainwindow.c
6769                 Remove unnecessary check
6770
6771 2002-10-12 [paul]
6772
6773         * tools/README
6774                 be more verbose in the description of
6775                 OOo2sylpheed.pl
6776                 
6777
6778 2002-10-11 [colin]      0.8.5claws21
6779
6780         * src/mainwindow.c
6781                 Make space work (better) when no mail is selected
6782
6783 2002-10-11 [colin]      0.8.5claws20
6784
6785         * src/inc.c
6786           src/news.c
6787                 fix warnings
6788
6789 2002-10-11 [colin]      0.8.5claws19
6790
6791         * src/mainwindow.c
6792                 revert 0.8.5claws6 changes as i couldn't get to
6793                 anything satisfying
6794
6795 2002-10-11 [melvin]     0.8.5claws18
6796
6797         * src/compose.c
6798                 Removed buggy and unused macro (should have been committed in
6799                 0.8.5claws17)
6800
6801 2002-10-11 [melvin]     0.8.5claws17
6802
6803         * src/compose.c
6804                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6805
6806 2002-10-11 [thorsten]   0.8.5claws16 
6807
6808         * src/folderview.c
6809                 remove rescan warning
6810
6811 2002-10-11 [colin]      0.8.5claws15 
6812
6813         * src/procheader.c
6814                 fix a segfault that happens if conv_unmime_header
6815                 fails (should be better to find out why it fails)
6816
6817 2002-10-11 [christoph]  0.8.5claws14
6818
6819         * src/summaryview.c
6820                 update folderview stats after ignore/unignore thread
6821
6822 2002-10-11 [hoa]        0.8.5claws13
6823
6824         * src/quote_fmt_parse.y
6825                 Fixed a yacc/bison syntax error
6826         * src/matcher.c
6827                 Escaping of string is fixed.
6828
6829 2002-10-11 [colin]      0.8.5claws12
6830
6831         * src/imageview.c
6832                 Resize images to fit
6833
6834 2002-10-11 [paul]       0.8.5claws11
6835
6836         * po/es.po
6837                 updated by Ricardo Mones Lastra
6838
6839 2002-10-10 [alfons]     0.8.5claws10
6840
6841         * src/compose.c
6842                 allow dropping files by "moving" files from a file manager,
6843                 not only by the more cumbersome "copying". the latter 
6844                 mostly implies holding down the Control button
6845
6846 2002-10-10 [christoph]  0.8.5claws9
6847
6848         * src/summaryview.c
6849                 update folders after thread building for ignored threads
6850
6851 2002-10-10 [christoph]  0.8.5claws8
6852
6853         * config/.cvsignore
6854                 added Makefile
6855         * src/filtering.[ch]
6856         * src/folder.[ch]
6857         * src/folderview.[ch]
6858         * src/import.c
6859         * src/inc.[ch]
6860         * src/mbox.[ch]
6861         * src/procmsg.c
6862         * src/summaryview.[ch]
6863                 o added new flag need_update to FolderItem
6864                 o removed folder_table from various functions from tracking
6865                   folder updates
6866                 o set need_update flags in folder.c's move, copy and delete
6867                   functions and procmsg's flags functions
6868                 o added function folderview_update_items_when_required that
6869                   updates all folders with need_update set
6870                 o call folderview_update_items_when_required instead of
6871                   folderview_update_item_foreach
6872
6873 2002-10-09 [sergey]     0.8.5claws7
6874
6875         * src/compose.c
6876                 Strip CRs whel loading the text into editor in reedit mode.
6877
6878 2002-10-09 [colin]      0.8.5claws6
6879
6880         * src/mainwindow.c
6881                 Make Space work when no mail is selected
6882
6883 2002-10-09 [colin]      0.8.5claws5
6884
6885         * src/gtksctree.[ch]
6886                 Fix range_select
6887                 Add gtk_sctree_reanchor() 
6888         * src/summaryview.c
6889                 Use gtk_sctree_reanchor() - better fix for 
6890                 bug 60413
6891
6892 2002-10-09 [colin]      0.8.5claws4
6893
6894         * src/summaryview.c
6895                 Fix shift-click select after delete problem
6896                 (closes bug 60413)
6897
6898 2002-10-08 [thorsten]   0.8.5claws3
6899
6900         * src/summaryview.c
6901                 exclude current msg from -hide read messages-
6902
6903 2002-10-08 [colin]      0.8.5claws2
6904
6905         * src/inc.[ch]
6906           src/pop.c
6907           src/recv.c
6908                 Differentiate socket errors from disk full
6909                 errors
6910
6911 2002-10-08 [christoph]  0.8.5claws1
6912
6913         * Makefile.am
6914         * configure.in
6915                 modifications for new config directory
6916
6917         * config.guess  ** REMOVED **
6918         * config.sub    ** REMOVED **
6919         * install-sh    ** REMOVED **
6920         * ltmain.sh     ** REMOVED **
6921         * missing       ** REMOVED **
6922         * mkinstalldirs ** REMOVED **
6923                 these files are autogenerated by automake
6924                 when you run autogen.sh
6925
6926         * config/.cvsignore     ** NEW FILE **
6927         * config/Makefile.am    ** NEW FILE **
6928                 ignore autogenerated files
6929                 create a Makefile in this directory
6930
6931 2002-10-08 [paul]       0.8.5claws
6932
6933         * 0.8.5claws release
6934         
6935         * src/compose.c
6936           src/procheader.c
6937           src/procmsg.c
6938                 fix quote reply format for newsgroups reply bug
6939                 (thanks to Hoa)
6940                 
6941         * po/en_GB.po
6942           po/pl.po
6943                 updated by me and Witold Wladyslaw Wojciech Wilk
6944                 repectively
6945
6946 2002-10-07 [paul]       0.8.3claws53
6947
6948         * po/it.po
6949           po/pt_BR.po
6950           po/sr.po
6951                 updated messages catalogs, submitted by
6952                 Alessandro Maestri, Fabio Jr.Beneditto 
6953                 and Urke MMI, respectively.
6954
6955 2002-10-07 [christoph]  0.8.3claws52
6956
6957         * src/folder.[ch]
6958         * src/folderview.c
6959         * src/mainwindow.c
6960                 fix new folder ghost message bug
6961                 (closes bug [ 619722 ] wrong count for newly created folders)
6962
6963 2002-10-07 [christoph]  0.8.3claws51
6964
6965         * src/compose.c
6966                 fix news posting problem
6967
6968 2002-10-07 [melvin]     0.8.3claws50
6969
6970         * po/fr.po
6971                 Updated French translation
6972
6973 2002-10-05 [christoph]  0.8.3claws49
6974
6975         * src/gtkstext.c
6976                 check if line_start_cache is set in gtk_stext_update_text
6977                 (closes bug [ 618119 ] crash while doing search in folder)
6978
6979 2002-10-05 [christoph]  0.8.3claws48
6980
6981         * src/imap.c
6982         * src/news.c
6983         * src/utils.c
6984         * src/utils.h
6985                 implement cache cleanups for claws' folder system
6986                 (closes bug [ 595916 ] imapcache not cleaned up)
6987
6988 2002-10-05 [melvin]     0.8.3claws47
6989
6990         * src/prefs_actions.c
6991                 Made the help text more clear for the %p token
6992
6993 2002-10-04 [paul]       0.8.3claws46
6994
6995         * sync with 0.8.5
6996                 see ChangeLog 2002-10-02 and 2002-10-03
6997
6998 2002-10-04 [christoph]  0.8.3claws45
6999
7000         * src/inc.c
7001                 fix segfault caused by pop before smtp
7002                 call to inc_account_mail with NULL
7003                 pointer for mainwin
7004
7005 2002-10-04 [paul]       0.8.3claws44
7006
7007         * configure.in
7008                 sync the LDAP detection from 0.8.5cvs1
7009
7010 2002-10-02 [christoph]  0.8.3claws43
7011
7012         * po/de.po
7013                 fix small spelling error
7014
7015 2002-10-02 [melvin]     0.8.3claws42
7016
7017         * ac/aspell.m4
7018                 Behave better and say "no" when test program cannot be run.
7019
7020 2002-10-02 [paul]       0.8.3claws41
7021
7022         * sync with 0.8.4cvs1
7023                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7024                 
7025         * src/summaryview.c
7026                 toggle the behavior of Reply menuitem between
7027                 normal reply and reply-to-list
7028
7029 2002-10-01 [sergey]     0.8.3claws40
7030
7031         * src/compose.c
7032                 Convert newlines in the message text to the canonical form
7033                 before base64 encoding (RFC2045 compliance, fixes some
7034                 interoperability issues with Evolution 1.0.3)
7035
7036 2002-09-29 [colin]      0.8.3claws39
7037
7038         * src/summaryview.c
7039                 Fix an unwanted copy/paste
7040
7041 2002-09-29 [colin]      0.8.3claws38
7042
7043         * src/mainwindow.c
7044                 Renamed "Custom toolbar" to "Customize toolbar"
7045                 Renamed "Show all header" to "Show all headers"
7046                 Renamed "Set diplay item" to "Set displayed items"
7047         * src/prefs_common.c
7048                 Renamed "Show all header" to "Show all headers"
7049         * src/prefs_summary_column.c
7050                 Renamed "diplay item" to "displayed items"
7051
7052 2002-09-29 [colin]      0.8.3claws37
7053
7054         * src/mainwindow.[ch]
7055                 online/offline status pixmaps follow theme
7056                 changes
7057         * src/summaryview.[ch]
7058                 quicksearch pixmap follows theme changes
7059
7060 2002-09-29 [thorsten]   0.8.3claws36
7061
7062         * src/compose.c
7063           src/prefs_folder_item.[ch]
7064                 add default_reply_to folder option (closes patch 581044)
7065
7066 2002-09-29 [christoph]  0.8.3claws35
7067
7068         * acconfig.h    ** REMOVED **
7069         * configure.in
7070         * ac/aspell.m4
7071         * ac/check-type.m4
7072         * ac/gnupg-check-typedef.m4
7073                 fix autoheader 2.50 warning
7074
7075 2002-09-29 [christoph]  0.8.3claws34
7076
7077         * major code cleanup (part 2)
7078         
7079                 - unused variables removed
7080                 - unused functions removed
7081                 - uninitialized variables checked
7082                 - missing return statements added
7083                 - missing function return types added
7084                 - added parentheses around assignment
7085                   when suggested by gcc
7086
7087 2002-09-29 [alfons]     0.8.3claws33
7088
7089         * src/logwindow.c
7090                 log_window_clear(): only bracket gtk_text_forward_delete() 
7091                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7092                 works around GTK text bug)
7093
7094 2002-09-29 [paul]       0.8.3claws32
7095
7096         * po/bg.po
7097           po/sr.po
7098                 updated by George Danchev and Urke MMI
7099                 respectively
7100
7101 2002-09-27 [christoph]  0.8.3claws31
7102
7103         * doc-src/readme.txt
7104         * doc-src/rfc1806.txt   ** REMOVED **
7105         * doc-src/rfc2183.txt   ** NEW FILE **
7106         * doc-src/rfc2980.txt   ** NEW FILE **
7107                 update rfcs
7108
7109 2002-09-27 [melvin]     0.8.3claws30
7110
7111         * ac/aspell.m4
7112                 Fixed typo which could break linking
7113
7114 2002-09-27 [melvin]     0.8.3claws29
7115
7116         * ac/aspell.m4
7117                 Improved GNU/aspell checking. 
7118                 Fixed bug #614490
7119
7120 2002-09-27 [paul]       0.8.3claws28
7121
7122         * sync with 0.8.3cvs8
7123                 see ChangeLog 2002-09-27
7124
7125 2002-09-26 [colin]      0.8.3claws27
7126
7127         * src/toolbar.[ch]
7128           src/mainwindow.[ch]
7129                 Add "Reply to Mailing-list" to the toolbar
7130
7131 2002-09-26 [christoph]  0.8.3claws26
7132
7133         * src/summaryview.c
7134                 Fix wrong message counts in summaryview status
7135
7136 2002-09-26 [paul]       0.8.3claws25
7137
7138         * sync with 0.8.3cvs7
7139                 see ChangeLog 2002-09-26
7140
7141 2002-09-26 [paul]       0.8.3claws24
7142
7143         * sync with 0.8.3cvs6
7144                 see ChangeLog 2002-09-25
7145
7146 2002-09-25 [christoph]  0.8.3claws23
7147
7148         * src/prefs_common.c
7149         * src/prefs_folder_item.c
7150         * src/prefs_scoring.c
7151                 Renamed "kill score" to "hide score" in GUI
7152                 and prefs files
7153
7154 2002-09-25 [paul]       0.8.3claws22
7155
7156         * sync with 0.8.3cvs5
7157                 see ChangeLog 2002-09-24
7158
7159 2002-09-24 [alfons]     0.8.3claws21
7160
7161         patch by Satoshi Nagayasu: allows appending / saving multiple 
7162         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7163         'Save as ...'")
7164
7165         * AUTHORS
7166                 add Satoshi Nagayasu
7167         * src/summaryview.c
7168                 summary_save_as(): allow saving selected files to
7169                 one file
7170                 summary_set_menu_sensitive: enable "Save As..." when
7171                 multiple files are selected
7172         * src/utils.[ch]
7173                 append_file(): new function
7174
7175 2002-09-24 [colin]      0.8.3claws20
7176
7177         * src/procmime.c
7178                 Fix segfault when mimeinfo doesn't have a 
7179                 content_type. 
7180
7181 2002-09-24 [colin]      0.8.3claws19
7182
7183         * src/prefs_common.[ch]
7184                 Add a preference to display send dialog or not
7185         * src/send.c
7186                 Display send dialog according to preference
7187
7188 2002-09-24 [colin]      0.8.3claws18
7189
7190         * src/compose.[ch]
7191                 Disable user actions when sending
7192
7193 2002-09-24 [colin]      0.8.3claws17
7194
7195         * src/procmime.c
7196                 Do not display name or filename for attachments
7197                 with an application/pgp-signature type
7198                 (security flaw, see bug 537413)
7199
7200 2002-09-23 [colin]      0.8.3claws16
7201
7202         * src/editaddress.c
7203                 Initialize entry_email, entry_alias and 
7204                 entry_remarks to first email address of the list
7205
7206 2002-09-23 [colin]      0.83claws15
7207
7208         * src/compose.c
7209                 Drop pgp-signature when reediting a signed queued
7210                 message
7211
7212 2002-09-23 [melvin]     0.8.3claws14
7213
7214         * po/fr.po
7215                 Updated French translation
7216
7217 2002-09-23 [melvin]     0.8.3claws13
7218
7219         * src/mainwindow.c
7220                 Made custom toolbar menu labels more consistent
7221         * src/prefs_toolbar.c
7222                 Made custom toolbar window title more consistent
7223
7224 2002-09-22 [colin]      0.8.3claws12
7225
7226         * src/inc.c
7227                 Initialize session type to normal before getting 
7228                 mail (fixes strange Get behaviour)
7229         * src/prefs_account.h
7230                 Move STYPE_POP_BEFORE_SMTP to last position to 
7231                 avoid other side-effects
7232
7233 2002-09-22 [colin]      0.8.3claws11
7234
7235         * src/prefs_account.c
7236                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7237                 from pop3 to apop or vice-versa
7238
7239 2002-09-22 [colin]      0.8.3claws10
7240         
7241         * src/prefs_account.[ch]
7242                 Add an option for the POP before SMTP timeout
7243         * src/inc.c
7244                 Remember time of last POP connection
7245         * src/send.c
7246                 Do POP before SMTP only if timeout reached
7247
7248 2002-09-22 [oliver]     0.8.3claws9
7249         
7250         * README.claws
7251                 explain custom toolbar
7252
7253 2002-09-22 [oliver]     0.8.3claws8
7254
7255         * src/prefs_actions.[ch]
7256         custom toolbar for compose      
7257                 actions callback from compose toolbar
7258         * src/folderview.c
7259                 remove include toolbar.h
7260
7261 2002-09-22 [oliver]     0.8.3claws7
7262         
7263         * src/prefs_toolbar.[ch]
7264                 custom toolbar for compose
7265                 - generic prefs_toolbar handles both
7266                   Mainwin's toolbar as well as Compose toolbar          
7267
7268 2002-09-22 [oliver]     0.8.3claws6
7269         
7270         * src/toolbar.[ch]
7271                 custom toolbar for compose
7272                 restructure toolbar.[ch]
7273
7274 2002-09-22 [oliver]     0.8.3claws5
7275
7276         * src/compose.[ch]
7277                 custom toolbar for compose
7278
7279 2002-09-22 [oliver]     0.8.3claws4
7280         
7281         * src/mainwindow.[ch]
7282                 custom toolbar for compose 
7283                 move mainwin toolbar back to mainwindow
7284
7285 2002-09-22 [alfons]     0.8.3claws3
7286
7287         * src/procmsg.c
7288                 :%sno/if(/if (/gc
7289                 :%sno/for(/for (/gc
7290                 (beautify)
7291
7292 2002-09-22 [alfons]     0.8.3claws2
7293         
7294         * src/procmsg.c
7295                 procmsg_save_to_outbox(): don't unlink message file from queue;
7296                 callers should do it using folder_item_remove_msg()
7297
7298 2002-09-22 [colin]      0.8.3claws1
7299
7300         * src/mimeview.[ch]
7301                 Made mimeview_check_signature() public
7302         * src/textview.c
7303                 Made GPG signatures verifiable by clicking
7304                 the [application/pgp-signature] in the Text
7305                 view
7306
7307 2002-09-22 [paul]       0.8.3claws
7308
7309         * po/bg.po
7310           po/en_GB.po
7311           po/es.po
7312           po/it.po
7313           po/pl.po
7314           po/pt_BR.po
7315           po/sr.po
7316                 updated translations, submitted by George Danchev,
7317                 me, Ricardo Mones Lastra, Alessandro Maestri,
7318                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7319                 and Urke MMI, respectively.     
7320
7321 2002-09-22 [alfons]     0.8.2claws65
7322
7323         * src/procmsg.c
7324         * src/pgptext.c
7325                 no furry valgrinds have been used to plug these memleaks
7326
7327 2002-09-20 [paul]       0.8.2claws64
7328
7329         * sync with 0.8.3cvs4
7330                 'Select thread' re-implemented 
7331                 see ChangeLog 2002-09-20
7332
7333 2002-09-21 [alfons]     0.8.2claws63
7334
7335         * src/compose.c
7336                 compose_send(): plug unnoticed memleak
7337
7338 2002-09-20 [alfons]     0.8.2claws62
7339
7340         * src/addr_compl.c
7341                 replace_address_in_edit(): strict check for NULL address to
7342                 fix "[ 607348 ] Segfault in address completion". My guess is
7343                 that this happens with an empty address book, but it's good
7344                 to have this check here anyway
7345                 
7346                 completion_window_button_press(): free string returned 
7347                 from the internal cache
7348
7349 2002-09-20 [christoph]  0.8.2claws61
7350
7351         * src/procmime.h
7352                 added ENC_BINARY to EncodingType
7353         * src/procmime.c
7354                 the string returned by procmime_get_encoding_str
7355                 should not depend on the order of values in the
7356                 EncodingType definition
7357         * doc-src/rfc1806.txt   ** NEW FILE **
7358                 Added rfc1806 about MIME Content-Disposition
7359                 Extension
7360
7361 2002-09-19 [paul]       0.8.2claws60
7362
7363         * sync with 0.8.2cvs3
7364                 see ChangeLog 2002-09-19
7365
7366 2002-09-19 [paul]       0.8.2claws59
7367
7368         * src/prefs_folder_item.c
7369                 revert to Darko's original alignment of colour
7370                 selector button
7371                 add a colon to folder_color label
7372                 
7373         * src/compose.c
7374                 add Colin's patch (with Hiro's modifications) to 
7375                 force BASE64 encoding for 8-bit text when signing
7376                 (sync with 0.8.3cvs2)
7377
7378 2002-09-18 [alfons]     0.8.2claws58
7379
7380         * src/compose.c
7381                 :%sno/if(/if (/gc
7382                 :%sno/for(/for (/gc
7383                 (beautify a little bit)
7384
7385 2002-09-18 [christoph]  0.8.2claws57
7386
7387         * src/pine.c
7388                 fix handling of fgetc return value
7389
7390 2002-09-17 [alfons]     0.8.2claws56
7391         
7392         * src/summaryview.c
7393                 summary_sort(): check non-NULL summaryview->folder_item when no 
7394                 folder is selected at all
7395                 (closes "[ 610344 ] sort label make syl Crash")
7396
7397 2002-09-17 [alfons]     0.8.2claws55
7398         
7399         * src/compose.c
7400                 beautify a little bit
7401
7402 2002-09-17 [christoph]  0.8.2claws54
7403
7404         * src/folder.c
7405                 initialize max values for cache and folder
7406                 when cache or folder is empty
7407
7408 2002-09-15 [colin]      0.8.2claws53
7409
7410         * src/compose.c
7411                 Fix a leak (thanks Alfons!) and cleaned
7412                 variables names for custom headers
7413
7414 2002-09-15 [colin]      0.8.2claws52
7415
7416         * src/compose.c
7417                 Fix custom headers recognition when
7418                 prefs_common.trans_hdr is on
7419
7420 2002-09-15 [colin]      0.8.2claws51
7421
7422         * src/compose.c
7423                 Allow dynamically-added custom headers
7424                 Yet not reparsed if reedited
7425
7426 2002-09-15 [alfons]     0.8.2claws50
7427
7428         * src/prefs_account.c
7429                 fix warnings
7430
7431 2002-09-15 [colin]      0.8.2claws49
7432         
7433         * src/prefs_account.c
7434                 fix pop_before_smtp sensitivity
7435
7436 2002-09-15 [colin]      0.8.2claws48
7437
7438         * src/inc.[ch]
7439                 add inc_pop_before_smtp()
7440                 allow MainWindow to be undefined in 
7441                 inc_account_mail() and inc_start()
7442         * src/pop.c
7443           src/prefs_account.h
7444                 add STYPE_POP_BEFORE_SMTP session type
7445         * src/prefs_account.c
7446                 activated pop before smtp option
7447         * src/send.c
7448                 do pop before smtp if the relevant option 
7449                 is set
7450
7451 2002-09-15 [paul]       0.8.2claws47
7452
7453         * sync with 0.8.3
7454                 see ChangeLog 2002-09-15
7455
7456 2002-09-14 [paul]       0.8.2claws46
7457
7458         * po/bg.po
7459                 updated Bulgarian translation, submitted by
7460                 George Danchev
7461
7462 2002-09-13 [paul]       0.8.2claws45
7463
7464         * src/compose.c
7465                 merge claws' select_account() with main's
7466                 (new) compose_select_account(). [sync with
7467                 0.8.2cvs15, see ChangeLog 2002-09-11]
7468
7469 2002-09-12 [christoph]  0.8.2claws44
7470
7471         * src/filter.c
7472                 allocate 1 elements of FolderItem not 0
7473
7474 2002-09-12 [colin]      0.8.2claws43
7475
7476         * src/compose.c
7477                 Fix bug #590825 (obey Follow-up: poster)
7478
7479 2002-09-12 [colin]      0.8.2claws42
7480
7481         * src/procmime.c
7482                 Fix bug #557009 (wrong headers for messages 
7483                 forwarded as attachments)
7484
7485 2002-09-11 [colin]      0.8.2claws41
7486         
7487         * src/compose.c
7488                 Put SCF: pseudo-header on top of message
7489                 Set draft tmp_flag when saved as draft
7490
7491         * src/procmsg.c
7492           src/procheader.c
7493                 Skip after first \n\n for beginning of real message
7494                 for drafts too
7495
7496 2002-09-11 [christoph]  0.8.2claws40
7497
7498         * src/filtering.c
7499                 use procmsg flag functions in filtering or processing
7500                 will cause incorrect folder message counts
7501
7502 2002-09-11 [colin]      0.8.2claws39
7503
7504         * src/compose.c
7505                 Fix bug #550175 - wrong save folder when reediting
7506                 drafts
7507
7508 2002-09-11 [paul]       0.8.2claws38
7509
7510         * sync with 0.8.2cvs14
7511                 see ChangeLog 2002-09-11
7512
7513 2002-09-11 [colin]      0.8.2claws37
7514
7515         * src/folder.c
7516                 Fix a typo (seeming to cause new/unread status to
7517                 be lost)
7518
7519 2002-09-10 [christoph]  0.8.2claws36
7520
7521         * src/compose.c
7522                 compose_redirect should not use compose_generic_new
7523                 because that does more stuff than expected including
7524                 opening the external editor
7525                 (closes bug "[ 526608 ] bounced messages appear blank
7526                  in editor")
7527
7528 2002-09-10 [christoph]  0.8.2claws35
7529
7530         * src/folder.c
7531                 fix problem with too large message number range
7532                 causing a crash in folder_item_scan
7533
7534 2002-09-10 [paul]       0.8.2claws34
7535
7536         * sync with 0.8.2cvs13
7537                 see ChangeLog 2002-09-10
7538
7539 2002-09-10 [christoph]  0.8.2claws33
7540
7541         * src/msgcache.c
7542                 set MsgInfo TmpFlags for queue and draft folders
7543                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7544
7545 2002-09-10 [paul]       0.8.2claws32
7546
7547         * AUTHORS
7548           po/bg.po      ** NEW FILE **
7549                 new Bulgarian translation submitted by
7550                 George Danchev <danchev@spnet.net>
7551                 
7552         * tools/Makefile.am
7553           tools/README
7554           tools/tb2sylpheed     ** NEW FILE **
7555                 add script that converts an addressbook exported
7556                 from The Bat! into a Sylpheed addressbook. Submitted
7557                 by Urke MMI <urke-kg@eunet.yu>
7558
7559 2002-09-10 [paul]       0.8.2claws31
7560
7561         * sync with 0.8.2cvs12
7562                 see ChangeLog 2002-09-10
7563
7564 2002-09-06 [paul]       0.8.2claws30
7565
7566         * src/prefs_common.c
7567                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7568                 
7569         * tools/Makefile.am
7570           tools/README
7571           tools/ldif-to-xml.py  ** REMOVED **
7572                 remove obsolete python script
7573
7574 2002-09-06 [paul]       0.8.2claws29
7575
7576         * sync with 0.8.2cvs10
7577                 see ChangeLog 2002-09-06
7578
7579 2002-09-04 [paul]       0.8.2claws28
7580
7581         * sync with 0.8.2cvs9
7582                 see ChangeLog 2002-08-04
7583
7584 2002-09-04 [colin]      0.8.2claws27 
7585
7586         * src/prefs_common.[ch]
7587                 Added signature color configuration
7588         * src/textview.c
7589                 Use user-specified signature color
7590
7591 2002-09-03 [colin]      0.8.2claws26
7592
7593         * src/prefs_common.[ch]
7594                 Added autosave and autosave_length prefs
7595         * src/compose.c
7596                 Added compose_remove_draft()
7597                 Auto-save drafts according to the prefs
7598         * src/main.c
7599                 Added a crash-indicator file, allowing to check
7600                 for new messages on startup if Sylpheed crashed
7601                 (makes saved drafts "reappear")
7602
7603 2002-09-03 [colin]      0.8.2claws25
7604
7605         * src/textview.[ch]
7606                 Grey the signature
7607
7608 2002-09-03 [paul]       0.8.2claws24
7609
7610         * sync with 0.8.2cvs8
7611                 see ChangeLog 2002-09-02 and 2002-09-03
7612
7613 2002-09-03 [darko]      0.8.2claws23
7614
7615         * src/folderview.c
7616                 use normal style when creating new folder to pick
7617                 proper font size 
7618
7619 2002-09-02 [melvin]     0.8.2claws22
7620
7621         * src/gtkaspell.m4
7622                 removed some obsolete code
7623
7624 2002-09-02 [melvin]     0.8.2claws21
7625
7626         * ac/aspell.m4
7627                 fixed test's equality sign (== to =)
7628
7629 2002-09-02 [alfons]     0.8.2claws20
7630
7631         * src/folder.c
7632         * src/mh.c
7633                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7634                 as folder->destroy virtual as suggested by Hiro
7635                 (the mh.c code seems to have been lost around mh.c.1.21)
7636
7637 2002-09-02 [paul]       0.8.2claws19
7638
7639         * po/pt_BR.po
7640                 updated by Fabio Jr. Beneditto
7641                 
7642         * src/defs.h
7643                 use 'http://claws.sylpheed.org' for homepage link. 
7644                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7645
7646 2002-09-01 [alfons]     0.8.2claws18
7647
7648         * src/mh.c
7649                 plug memleak related to one Martin Kluge found
7650
7651 2002-08-31 [paul]       0.8.2claws17
7652
7653         * sync with 0.8.2cvs6
7654                 see ChangeLog 2002-08-30
7655
7656 2002-08-31 [alfons]     0.8.2claws16
7657
7658         * src/folder.c
7659                 folder_destroy(): remove mailbox from folderlist even if it has
7660                 no destroy virtual
7661
7662 2002-08-31 [alfons]     0.8.2claws15
7663
7664         * src/folder.c
7665                 :%sno/if(/if (/gc
7666                 :%sno/for(/for (/gc
7667                 (being pedantic I know)
7668
7669 2002-08-31 [alfons]     0.8.2claws14
7670
7671         * src/folder.c
7672                 check for NULL pointers returned from folder->fetch_msginfo virtual
7673                 (should solve some reported crashes)
7674
7675 2002-08-30 [alfons]     0.8.2claws13
7676
7677         * acconfig.h
7678         * configure.in
7679         * src/crash.c
7680                 enable crash dialog on compilation time
7681                 (--enable-crash-dialog configure option)
7682
7683 2002-08-30 [alfons]     0.8.2claws12
7684
7685         * AUTHORS
7686                 add Martin Kluge
7687         * src/mh.c
7688                 apply memory leak plug patch by Martin Kluge
7689                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7690                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7691                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7692
7693 2002-08-30 [darko]      0.8.2claws11
7694
7695         * src/folderview.c
7696                 copy Gtk style from normal style to match
7697                 font size for coloured folders
7698
7699 2002-08-29 [alfons]     0.8.2claws10
7700
7701         * sylpheed.desktop
7702                 Type=Internet <- Type=Application
7703                 (reported by Michael Schwendt, see:
7704                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7705                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7706
7707 2002-08-29 [paul]       0.8.2claws9
7708
7709         * sync with 0.8.2cvs5
7710                 see ChangeLog 2002-08-29
7711
7712 2002-08-29 [colin]      0.8.2claws8
7713
7714         * src/summaryview.c
7715                 Added a sanity check in summary_select_thread
7716                 Should fix bug 601605
7717
7718 2002-08-29 [colin]      0.8.2claws7
7719
7720         * src/main.c
7721                 Revert claws6 changes regarding bug #591676
7722
7723 2002-08-28 [colin]      0.8.2claws6
7724         
7725         * src/main.c
7726                 Ignore cache for queue folderitems
7727                 Fix bug #591676
7728
7729 2002-08-28 [melvin]     0.8.2claws5
7730
7731         * README.claws
7732                 Fixed typos.
7733
7734 2002-08-28 [melvin]     0.8.2claws4
7735
7736         * README.claws
7737                 Updated a bit the text concerning the spell checker
7738
7739 2002-08-28 [melvin]     0.8.2claws3
7740
7741         Merged the GNU_aspell_branch:
7742                 Support of new GNU/aspell is now included and the old pspell
7743                 is not supported anymore.
7744                 See README.claws
7745
7746         * README.claws
7747                 Updated spell checker text to reflect the switch to GNU/aspell
7748
7749         * ac/aspell.m4          *** NEW ***
7750         * src/gtkaspell.[ch]    *** NEW *** 
7751         * ac/pspell.m4          *** DELETED *** 
7752         * src/gtkspell.[ch]     *** DELETED ***
7753
7754         * ac/Makefile.am
7755                 Updated for GNU/aspell support
7756
7757         * po/POTFILES.in
7758                 Replaced gtkspell.c by gtkaspell.c
7759
7760         * acconfig.h
7761         * src/Makefile.am
7762         * src/about.c
7763         * src/compose.[ch]
7764         * src/crash.c
7765         * src/main.c
7766         * src/prefs_common.[ch]
7767                 Updated for GNU/aspell support
7768
7769 2002-08-28 [paul]       0.8.2claws2
7770
7771         * sync with 0.8.2cvs4
7772                 see ChangeLog 2002-08-27 and 2002-08-28
7773
7774 2002-08-28 [colin]      0.8.2claws1
7775
7776         * src/summary_search.c
7777                 Added "AND search"
7778
7779 2002-08-28 [jens]       0.8.2claws
7780
7781         *po/de.po
7782                 Updated German translations
7783
7784 2002-08-27 [melvin]     0.8.2claws
7785
7786         * po/fr.po
7787                 Updated French translations
7788
7789 2002-08-27 [paul]       0.8.2claws
7790
7791         * sync with 0.8.2 main release
7792
7793         * po/en_GB.po
7794           po/es.po
7795           po/it.po
7796           po/pl.po
7797           po/pt_BR.po
7798           po/sr.po
7799                 updated message catalogs submitted by
7800                 Ricardo Mones Lastra, Alessandro Maestri,
7801                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7802                 Beneditto and Urke MMI  
7803
7804 2002-08-27 [hoa]        0.8.1claws123
7805
7806         * src/mainwindow.[ch]
7807         * src/summaryview.[ch]
7808                 removed the "filter setting" menu option.
7809                 add a "cancel a news message" menu option.
7810
7811 2002-08-26 [martin]     0.8.1claws122
7812
7813         * ChangeLog.claws
7814                 changed string under 0.8.1claws79 changed by myself
7815                 i'm sorry alfons :(
7816
7817 2002-08-26 [martin]     0.8.1claws121
7818
7819         * src/crash.c
7820                 added kill command to debuggerrc to start crash dialog
7821
7822 2002-08-26 [paul]       0.8.1claws120
7823
7824         * sync with 0.8.1cvs31
7825                 see ChangeLog 2002-08-26
7826
7827 2002-08-25 [alfons]     0.8.1claws119
7828
7829         * src/procmsg.c
7830                 fix bug that didn't send out correct headers to news server
7831                 when sending news article and email from queue (bug reported
7832                 and patch provided by Tim Mann; closes bug 
7833                 "[ 583196 ] 0.7.8claws can't post news")
7834
7835 2002-08-25 [alfons]     0.8.1claws118
7836
7837         * src/selective_download.c
7838                 mark two strings as translatable
7839                 (thanks to Urke MMI for pointing this out)
7840
7841 2002-08-25 [alfons]     0.8.1claws117
7842
7843         * src/summaryview.c
7844                 treat sent boxes as special and allow sorting them by addressee
7845                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7846                 submitted by Steve Lamb)
7847
7848 2002-08-24 [alfons]     0.8.1claws116
7849
7850         * src/matcher.c
7851                 fix memleak reported by Martin Kluge
7852                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7853
7854 2002-08-24 [oliver]     0.8.1claws115
7855
7856         * src/prefs_toolbar.c
7857                 o code cleanup as suggested by Alfons
7858                 o memleak fix
7859
7860 2002-08-24 [alfons]     0.8.1claws114
7861
7862         * src/summaryview.c
7863                 o fix another memory leak reported by Martin Kluge
7864                   (see "[ 599568 ] Small Memory Leak")
7865                 o remove 'from' variable from 'summary_set_header()'; we can
7866                   do with just 'to' 
7867
7868 2002-08-24 [paul]       0.8.1claws113
7869
7870         * sync with 0.8.1cvs30
7871                 see ChangeLog 2002-08-23
7872
7873 2002-08-24 [alfons]     0.8.1claws112
7874
7875         * src/summaryview.c
7876                 remove unnecessary allocations for search bar fixing leaks
7877                 reported by Martin Kluge
7878                 (see "[ 599451 ] Further memory leaks?")
7879
7880 2002-08-24 [alfons]     0.8.1claws111
7881
7882         * src/main.c
7883                 make get_socket_name() public for crash.c
7884         * src/crash.c
7885                 o make report bug button work (goes to claws' 
7886                   bug tracker at sf.net)
7887                 o introduce function for doing important stuff just
7888                   before claws goes down
7889                 o clean up code 
7890
7891 2002-08-24 [alfons]     0.8.1claws110
7892
7893         * src/compose.c
7894                 move cursor to "To" entry when forwarding as attachment
7895                 (reported and solved by Steve Lamb, closes bug report
7896                 "[ 592880 ] Forward as attachment; cursor not in to")
7897
7898 2002-08-24 [colin]      0.8.1claws109
7899
7900         * src/mainwindow.c
7901                 fix quick search visibility after GUI (de)separations.
7902
7903 2002-08-23 [colin]      0.8.1claws108
7904
7905         * src/mainwindow.c
7906                 fix header pane visibility after folderview or
7907                 messageview (de)separation
7908
7909 2002-08-23 [paul]       0.8.1claws107
7910
7911         * src/mainwindow.[ch]
7912           src/toolbar.c
7913                 give full control of display or non-display 
7914                 of the Execute icon to Custom toolbar settings.
7915                 add new sensitivity condition to maninwindow.h: 
7916                 M_DELAY_EXEC
7917
7918         * ChangeLog
7919           ChangeLog.jp
7920           NEWS
7921                 more sync with 0.8.1cvs29
7922
7923 2002-08-23 [melvin]     0.8.1claws106
7924
7925         * src/alertpanel.c
7926                 Readded support for custom widget in alertpanel lost in last
7927                 sync.
7928
7929 2002-08-23 [paul]       0.8.1claws105
7930
7931         * sync with 0.8.1cvs29
7932                 see ChangeLog 2002-08-23
7933
7934 2002-08-23 [colin]      0.8.1claws104
7935
7936         * src/summaryview.c
7937                 Fix folder and search pixmaps exchanging positions
7938                 after theme or toolbar changes. Thank to Oliver for 
7939                 reporting this.
7940
7941 2002-08-23 [colin]      0.8.1claws103
7942
7943         * src/mainwindow.c
7944           src/messageview.[ch]
7945           src/noticeview.[ch]
7946           src/summaryview.c
7947                 Changed messageview_create() and noticeview_create()
7948                 to avoid the last gdk_warning
7949
7950 2002-08-22 [colin]      0.8.1claws102
7951
7952         * src/summaryview.c
7953                 Fix my new `Creating pixmap from xpm' warning
7954
7955 2002-08-22 [colin]      0.8.1claws101
7956
7957         * src/mainwindow.c
7958                 Fix some of the gdk warnings
7959
7960 2002-08-22 [colin]      0.8.1claws100
7961
7962         * src/Makefile.am
7963         * src/stock_pixmap.c
7964         * src/stock_pixmap.h
7965         * src/pixmaps/quicksearch.xpm *ADDED*
7966                 Add the quicksearch pixmap
7967         * src/mainwindow.c
7968         * src/summaryview.c
7969         * src/summaryview.h
7970                 Make quicksearch bar visible/hidden via a button
7971
7972 2002-08-22 [christoph]  0.8.1claws99
7973
7974         * src/folder.c
7975                 fix folder update for newsgroups with message
7976                 numbers below minimum number of articles to fetch
7977                 (closes bug #598445)
7978
7979 2002-08-22 [paul]       0.8.1claws98
7980
7981         * sync with 0.8.1cvs28
7982                 see ChangeLog 2002-08-22
7983
7984 2002-08-21 [alfons]     0.8.1claws97
7985
7986         * src/crash.c
7987                 use bt instead of bt full which seems to work 
7988                 better, and bt full doesn't give a great deal 
7989                 of information anyway
7990
7991 2002-08-21 [colin]      0.8.1claws96
7992
7993         * src/summaryview.c
7994                 fix summaryview_searchtype_changed prototype
7995
7996 2002-08-21 [christoph]  0.8.1claws95
7997
7998         * src/mainwindow.c
7999                 o fix broken menu update for sorting type, we have to
8000                   get this info from the summaryview now
8001                 o removed setting of threaded state in menu callback
8002         * src/summaryview.[ch]
8003                 more summaryview/folderitem seperation for
8004                 threading option
8005         * configure.in
8006                 removed not required --with-compiler-flags option
8007
8008 2002-08-21 [oliver]     0.8.1claws94
8009         
8010         * src/toolbar.h 
8011                 o rename toolbar.xml to toolbar_main.xml
8012                   since toolbar_compose.xml might come up 
8013                   any time soon
8014         * README.claws
8015                 add custom toolbar              
8016
8017 2002-08-21 [darko]      0.8.1claws93
8018
8019         * src/procmsg.c
8020                 don't reset tmp flags for messages copied
8021                 to sent folder
8022
8023 2002-08-21 [colin]      0.8.1claws92
8024         
8025         * src/prefs_filtering.c
8026                 fix renaming rules on folder rename 
8027                 when folder is not a leaf folder
8028
8029 2002-08-21 [paul]       0.8.1claws91
8030
8031         * src/prefs_folder_item.c
8032                 fix alignment of colour selector
8033
8034 2002-08-21 [paul]       0.8.1claws90
8035
8036         * sync with 0.8.1cvs27
8037                 see ChangeLog 2002-08-21
8038
8039 2002-08-21 [paul]       0.8.1claws89
8040
8041         * src/summaryview.c
8042                 fix crash when changing field type in
8043                 Quick search bar
8044
8045 2002-08-21 [colin]      0.8.1claws88
8046
8047         * src/summaryview.c
8048                 Made quick search case-insensitive
8049
8050 2002-08-21 [paul]       0.8.1claws87
8051
8052         * sync with 0.8.1cvs26
8053                 see ChangeLog 2002-08-21
8054
8055 2002-08-20 [christoph]  0.8.1claws86
8056
8057         * src/folderview.c
8058         * src/main.c
8059         * src/summaryview.[ch]
8060                 more summaryview/folderitem seperation for
8061                 sort_key and sort_type
8062         * src/procmsg.c
8063                 added missing return statement
8064
8065 2002-08-20 [colin]      0.8.1claws85
8066
8067         * src/summaryview.[ch]
8068                 Added a quick search box
8069         * src/mainwindow.c
8070         * src/prefs_common.[ch]
8071                 Added a show/hide option for the quick search
8072
8073 2002-08-20 [oliver]     0.8.1claws84
8074         
8075         * src/mainwindow.c
8076                 remove toolbar_create_popups
8077         * src/toolbar.[ch]
8078                 o remove toolbar_create_popups
8079                 o fix toolbar_set_sensitive 
8080                   (Bug reports #596834 and #596832)     
8081         * src/prefs_toolbar.c
8082                 o add "Set default" button
8083                 o align label and text + combo widgets
8084
8085 2002-08-20 [hoa]        0.8.1claws83bis
8086
8087         * src/imap.c
8088                 fixed a bug in imap_fetch_msginfo() in case there is no
8089                 current folder.
8090
8091 2002-08-20 [darko]      0.8.1claws83
8092
8093         * src/folderview.c
8094                 copy the color style of folder view so it
8095                 works with GTK themes
8096
8097 2002-08-20 [darko]      0.8.1claws82
8098
8099         * src/folder.h
8100         * src/folderview.c
8101         * src/prefs_folder_item.[hc]
8102                 don't use UI stuff in folder.h
8103
8104 2002-08-20 [darko]      0.8.1claws81
8105
8106         * src/folder.h
8107         * src/prefs_folder_item.h
8108         * src/folderview.c
8109         * src/prefs_folder_item.c
8110                 ability to set folder color in folderview
8111
8112 2002-08-19 [alfons]     0.8.1claws80
8113
8114         * src/summaryview.c
8115                 fix one of the earlier memleaks reported by Martin Kluge
8116
8117 2002-08-19 [alfons]     0.8.1claws79
8118
8119         * src/mainwindow.c
8120                 hide notice view when selecting seperate folder
8121                 view (reported by Urke MMI)
8122
8123 2002-08-19 [christoph]  0.8.1claws78
8124
8125         * src/folderview.c
8126         * src/prefs_folder_item.h
8127         * src/summaryview.[ch]
8128                 o add summary_set_prefs_from_folderitem to set
8129                   summaryview prefs (first step to remove all
8130                   references to the folderitem in summaryview)
8131                 o moved compiled regex stuff from folderitem prefs
8132                   to summaryview code
8133
8134 2002-08-19 [paul]       0.8.1claws77
8135
8136         * src/compose.c
8137                 add check for '.' to QUOTE_IF_REQUIRED
8138
8139 2002-08-19 [paul]       0.8.1claws76
8140
8141         * src/inc.c
8142                 sync with 0.8.1cvs25 (plug memory leak)
8143
8144         * src/prefs_toolbar.c
8145                 re-order prefs_toolbar_cancel()
8146
8147 2002-08-18 [alfons]     0.8.1claws75
8148
8149         * src/inc.c
8150         * src/matcher.c
8151                 plug other memleaks reported by Martin Kluge
8152
8153 2002-08-18 [paul]       0.8.1claws74
8154
8155         * po/pt_BR.po
8156                 updated by Fabio Jr. Beneditto
8157
8158 2002-08-18 [paul]       0.8.1claws73
8159
8160         * src/toolbar.[ch]
8161                 fix bug where tooltips were displayed untranslated              
8162
8163         * src/prefs_toolbar.c
8164                 fix bug where clicking 'Cancel' creates an icon & text
8165                 toolbar regardless of prefs
8166         
8167
8168 2002-08-17 [oliver]     0.8.1claws72
8169
8170         * src/prefs_toolbar.c
8171                 update toolbar on CANCEL
8172                 bug reported by Martin Kluge
8173         * src/toolbar.c
8174                 toolbar_destroy memleak fixed           
8175
8176 2002-08-17 [alfons]     0.8.1claws71
8177
8178         * src/toolbar.c
8179                 plug another memleak reported by Martin Kluge
8180
8181 2002-08-16 [alfons]     0.8.1claws70
8182
8183         * src/crash.c
8184                 use execvp() correctly (suggested by wwp; thanks!)
8185
8186 2002-08-16 [alfons]     0.8.1claws69
8187
8188         * src/gtksctree.c
8189                 plug memory leak reported by Kim Schultz & Martin Kluge
8190
8191 2002-08-16 [paul]       0.8.1claws68
8192
8193         * po/es.po
8194                 updated by Ricardo Mones Lastra
8195
8196 2002-08-16 [paul]       0.8.1claws67
8197
8198         * src/toolbar.h
8199                 fix bug where 'Compose News' icon showed wrong
8200                 tooltip
8201
8202 2002-08-16 [paul]       0.8.1claws66
8203
8204         * sync with 0.8.1cvs24
8205                 see ChangeLog 2002-08-16
8206
8207         * po/it.po
8208                 updated by Alessandro Maestri
8209
8210 2002-08-15 [paul]       0.8.1claws65
8211
8212         * po/sr.po
8213                 updated by Urke MMI
8214
8215 2002-08-15 [paul]       0.8.1claws64
8216
8217         * src/*.c
8218                 don't translate debug info
8219
8220         * src/matcher.[ch]
8221                 add copyright info
8222
8223 2002-08-15 [paul]       0.8.1claws63
8224
8225         * src/prefs_toolbar.c
8226                 fix bug where clicking 'OK' creates an icon & text
8227                 toolbar regardless of prefs
8228
8229 2002-08-14 [alfons]     0.8.1claws62
8230
8231         * src/main.c
8232                 add global var that has the full argv[0]
8233         * src/crash.c
8234                 o execvp the correct sylpheed by using argv0
8235                   and setting the correct work dir
8236                 o other tweaks  
8237
8238 2002-08-14 [oliver]     0.8.1claws61
8239         
8240         * enable/disable Toolbar Action Buttons 
8241         * code cleanups
8242         * src/mainwindow.c
8243         * src/toolbar.[ch]      
8244         * src/prefs_toolbar.c   
8245
8246 2002-08-14 [melvin]     0.8.1claws60
8247
8248         * po/fr.po
8249                 Updated French translations
8250
8251 2002-08-14 [melvin]     0.8.1claws59
8252
8253         * src/crash.c
8254                 Made bug report not translatable
8255         * src/exporthtml.c
8256                 Fixed exporthtml_build_filespec() return value
8257         * src/foldersel.c
8258                 Fixed incorrect include file
8259         * src/gtkspell.c
8260         * src/prefs_actions.c
8261         * src/prefs_toolbar.c
8262                 Made debug info not translatable
8263         * src/mutt.c
8264         * src/quote_fmt.c
8265                 Added missing includes
8266         * src/prefs_common.c
8267                 Fixed typo
8268
8269 2002-08-14 [paul]       0.8.1claws58
8270
8271         * faq/es/sylpheed-faq.html
8272           faq/es/sylpheed-faq-[1-3].html
8273           faq/es/sylpheed-faq-4.html     **NEW FILE **
8274                 update Spanish FAQ
8275
8276 2002-08-13 [christoph]  0.8.1claws57
8277
8278         * src/procmsg.c
8279                 ignore thread fix that did not mark all
8280                 child nodes of a ignored thread as
8281                 ignored. Does not work perfectly yet,
8282                 but it is better now
8283
8284 2002-08-13 [alfons]     0.8.1claws56
8285
8286         * src/crash.c
8287                 o implement 'save crash log'
8288                 o some tweaks
8289
8290 2002-08-13 [melvin]     0.8.1claws55
8291
8292         * src/main.c
8293                 removed unrequired "execinfo.h" header
8294
8295 2002-08-12 [paul]       0.8.1claws54
8296
8297         * faq/en/sylpheed-faq.html
8298           faq/en/sylpheed-faq-[1-3].html
8299           faq/en/sylpheed-faq-4.html     **NEW FILE **
8300                 update English FAQ
8301
8302 2002-08-12 [alfons]     0.8.1claws53
8303
8304         * po/POTFILES.in
8305                 add crash.c to translatables
8306         * src/crash.c
8307                 bring in Leandro's crash dialog
8308
8309 2002-08-11 [alfons]     0.8.1claws52
8310
8311         * src/crash.c
8312                 clean up some warnings
8313
8314 2002-08-11 [alfons]     0.8.1claws51
8315
8316         * acconfig.h
8317         * configure.in
8318         * src/crash.[ch]        ** NEW FILES **
8319         * src/main.c            
8320                 initial gdb crash handler
8321
8322 2002-08-11 [paul]       0.8.1claws50
8323
8324         * src/prefs_toolbar.c
8325                 replace Up/Down arrow pixmaps with text to be
8326                 consistent across icon themes
8327
8328 2002-08-11 [paul]       0.8.1claws49
8329
8330         * src/prefs_common.c
8331           src/prefs_toolbar.c
8332                 rename 'Pixmap' -> 'Icon'
8333
8334         * src/toolbar.[ch]
8335                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8336
8337 2002-08-10 [paul]       0.8.1claws48
8338
8339         * src/prefs_toolbar.c
8340                 re-work the UI
8341
8342 2002-08-10 [paul]       0.8.1claws47
8343
8344         * src/main.c
8345                 don't write Processing progress to status bar
8346                 patch submitted by Alexander Evseev
8347
8348         * src/prefs_toolbar.c
8349                 re-position and resize window
8350                 make window assume correct size on first call
8351
8352 2002-08-10 [paul]       0.8.1claws46
8353
8354         * src/mainwindow.c
8355           src/prefs_toolbar.c
8356           src/toolbar.c
8357           src/toolbar.h
8358                 obey coding style
8359                 follow UI text conventions
8360
8361 2002-08-10 [alfons]     0.8.1claws45
8362
8363         * src/toolbar.c
8364                 correct pixmap for delete action
8365
8366 2002-08-10 [paul]       0.8.1claws44
8367
8368         * po/pt_BR.po
8369                 updated by Fabio Jr. Beneditto
8370
8371 2002-08-10 [paul]       0.8.1claws43
8372
8373         * po/POTFILES.in
8374                 add custom toolbar files
8375
8376 2002-08-10 [paul]       0.8.1claws42
8377
8378         * sync with 0.8.1cvs22
8379                 see ChangeLog 2002-08-09
8380
8381 2002-08-09 [paul]       0.8.1claws41
8382
8383         * tools/Makefile.am
8384           tools/README
8385           tools/outlook2sylpheed.pl     ** NEW FILE **
8386                 add script to convert exported Outlook
8387                 contacts list to a Sylpheed addressbook.
8388                 Submitted by Ricardo Mones Lastra.
8389
8390 2002-08-09 [paul]       0.8.1claws40
8391
8392         * AUTHORS
8393           configure.in
8394           po/sr.po      ** NEW FILE **
8395                 add Serbian message catalog. Submitted by
8396                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8397
8398 2002-08-09 [paul]       0.8.1claws39
8399
8400         * sync with 0.8.1cvs21
8401                 see ChangeLog 2002-08-08
8402
8403 2002-08-08 [oliver]     0.8.1claws38
8404
8405         * src/mainwindow.c
8406                 move Custom Toolbar to Configuration menu
8407
8408 2002-08-08 [oliver]     0.8.1claws37
8409
8410         * src/prefs_toolbar.c
8411                 fix substitute pixmap bug
8412
8413 2002-08-08 [paul]       0.8.1claws36
8414
8415         * sync with 0.8.1cvs19
8416                 see ChangeLog 2002-08-08
8417
8418 2002-08-07 [christoph]  0.8.1claws35
8419
8420         * src/utils.c
8421                 fixed a memory leak in new canonicalize_file_replace
8422
8423 2002-08-07 [christoph]  0.8.1claws34
8424
8425         * src/utils.[ch]
8426                 o canonicalize_file_replace should create the temporary
8427                   file in the same directory as the original file.
8428                 o added get_tmpfile_in_dir that creates a temorary file
8429                   in a specified directory.
8430
8431 2002-08-07 [melvin]     0.8.1claws33
8432
8433         * src/toolbar.c
8434                 fixed bug where 'Article' button acted as 'Email' button.
8435
8436 2002-08-07 [paul]       0.8.1claws32
8437
8438         * sync with 0.8.1.cvs17
8439                 see ChangeLog 2002-08-07
8440
8441 2002-08-07 [colin]      0.8.1claws31
8442         
8443         * src/news.c
8444                 fix mass-cancel problem
8445
8446 2002-08-07 [thorsten]   0.8.1claws30
8447
8448         * src/prefs_toolbar.c
8449                 fix: crash on replace or add new button
8450         * src/toolbar.c
8451                 fix: close xmlfile after reading
8452         * src/utils.c
8453                 fix: unlink() file before rename()
8454
8455 2002-08-06 [paul]       0.8.1claws29
8456
8457         * sync with 0.8.cvs15
8458                 see ChangeLog 2002-08-06
8459
8460 2002-08-06 [oliver]     0.8.1claws28
8461
8462         * src/toolbar.c
8463         * src/prefs_toolbar.c
8464                 fixed empty toolbar issue
8465
8466 2002-08-06 [oliver]     0.8.1claws27
8467
8468         * Custom Toolbar Final 
8469         * src/folderview.c
8470         * src/inc.c
8471         * src/summaryview.c
8472                 o toolbar stuff now lives in src/toolbar.[ch]
8473                 o main_window_toolbar_* functions are renamed to
8474                   toolbar_* reflecting their new source file
8475         * src/mainwindow.[ch]
8476                 o remove toolbar stuff  
8477
8478 2002-08-06 [oliver]     0.8.1claws26
8479         
8480         * src/Makefile.am
8481         * src/prefs_toolbar.[ch]        **New File**
8482         * src/toolbar.[ch]              **New File**
8483                 o prefs_toolbar.[ch] custom toolbar frontend
8484                 o toolbar.[ch]       backend 
8485
8486 2002-08-06 [oliver]     0.8.1claws25
8487
8488         * src/prefs_actions.[ch]
8489                 o new exported function actions_execute
8490
8491 2002-08-06 [paul]       0.8.1claws24
8492
8493         * sync with 0.8.1cvs4
8494                 see ChangeLog 2002-08-06
8495
8496 2002-08-06 [paul]       0.8.1claws23
8497
8498         * sync with 0.8.1cvs13
8499                 see ChangeLog 2002-08-06
8500
8501 2002-08-06 [paul]       0.8.1claws22
8502
8503         * sync with 0.8.1cvs12
8504                 see ChangeLog 2002-08-05 and 2002-08-06
8505
8506 2002-08-06 [match]      0.8.1claws21
8507
8508         * src/addrclip.c
8509                 improvements to cut/copy/paste address
8510
8511 2002-08-05 [match]      0.8.1claws20
8512
8513         * src/addritem.[ch]
8514         * src/addrcache.c
8515         * src/addrbook.c
8516         * src/editaddress.c
8517         * src/addressbook.c
8518                 fixes to improve cut/copy/paste
8519
8520 2002-08-06 [melvin]     0.8.1claws19
8521
8522         * src/account.[ch]
8523                 account_find_all_from_address(): new function that returns the
8524                 list of all accounts that are matched in an address.
8525         * src/alertpanel.[ch]
8526                 alertpanel() now accepts a custom widget
8527                 alertpanel_with_widget(): new function that pops up a panel with
8528                 a custom widget in it 
8529         * src/gtkutils.[ch]
8530                 gtkut_account_menu_new(): new function that allows the selection
8531                 of an account from a list of accounts.
8532         * src/messageview.c
8533                 Extended Return Receipt notification to select the correct 
8534                 account and to make a security test on the Delivery-Notification
8535                 address which should be the same as the Return-Path.
8536
8537 2002-08-06 [thorsten]   0.8.1claws18
8538
8539         * src/mimeview.c
8540                 attach_all: save unnamed as "noname.%d",
8541                 dont free static dirname
8542
8543 2002-08-05 [alfons]     0.8.1claws17
8544
8545         * configure.in
8546                 detect XIM by trying to link rather than compile a XIM program
8547
8548 2002-08-05 [oliver]     0.8.1claws16
8549                 
8550         * src/stock_pixmap.[ch]
8551                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8552                 o new func to retrieve pixmaps
8553
8554 2002-08-05 [paul]       0.8.1claws15
8555
8556         * sync with 0.8.1cvs10
8557                 see ChangeLog 2002-08-05
8558
8559 2002-08-04 [alfons]     0.8.1claws14
8560
8561         * src/textview.c
8562                 see if this plugs memleak
8563
8564 2002-08-04 [melvin]     0.8.1claws13
8565
8566         * src/gtkspell.c
8567                 fixed bug that could crash Sylpheed when highlighting
8568                 all misspelled words.
8569
8570 2002-08-03 [melvin]     0.8.1claws12
8571
8572         * src/prefs_actions.c
8573                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8574         * src/messageview.c
8575                 fixed bug where the Return Receipt was sent to
8576                 Delivery-Notification-To address even if it was not present
8577
8578 2002-08-02 [alfons]     0.8.1claws11
8579
8580         * src/prefs_actions.c
8581                 o more check for NULLs
8582                 o put create_io_dialog() in right conditional block
8583
8584 2002-08-02 [paul]       0.8.1claws10
8585
8586         * po/es.po
8587                 updated by Ricardo Mones Lastra
8588
8589 2002-08-01 [christoph]  0.8.1claws9
8590
8591         * src/folder.c
8592                 don't free the cache of the opened
8593                 folder in the summaryview
8594         * src/summaryview.c
8595                 don't unset flags, if it is not required
8596
8597 2002-08-01 [paul]       0.8.1claws8
8598
8599         * sync with 0.8.1cvs8
8600                 see ChangeLog entry 2002-08-01
8601
8602 2002-08-01 [paul]       0.8.1claws7
8603
8604         * sync with 0.8.1cvs7
8605                 see ChangeLog 2002-07-31 and 2002-08-01
8606
8607 2002-07-31 [christoph]  0.8.1claws6
8608
8609         * src/mainwindow.c
8610                 forgot to update menu sensitivity
8611                 function for new menu entry
8612
8613 2002-07-31 [alfons]     0.8.1claws5
8614
8615         * src/main.c
8616                 check folder item and its path for NULL on
8617                 initial processing
8618
8619 2002-07-31 [christoph]  0.8.1claws4
8620
8621         * src/folder.c
8622                 check if folder_item_get_msginfo in
8623                 folder_item_remove_msg returned NULL
8624         * src/imap.c
8625                 better clear the uid cache in the
8626                 uid validity check function and delete
8627                 cached messages
8628
8629 2002-07-31 [paul]       0.8.1claws3
8630
8631         * man/sylpheed.1
8632                 add the '--attach' option and a few other
8633                 minor changes
8634
8635 2002-07-31 [paul]       0.8.1claws2
8636
8637         * sync with 0.8.1cvs5
8638                 see ChangeLog 2002-07-31
8639
8640 2002-07-31 [christoph]  0.8.1claws1
8641
8642         * src/folderview.[ch]
8643         * src/mainwindow.c
8644                 replace "Rescan all folders..." with
8645                 "Check all folders for new messages..."
8646
8647 2002-07-30 [paul]       0.8.1claws
8648
8649         * version 0.8.1claws released
8650
8651 2002-07-30 [paul]       0.8.0claws29
8652
8653         * tools/OOo2sylpheed.pl ** NEW FILE **
8654           tools/README
8655                 add script to enable sending documents as
8656                 attachments from OpenOffice.org
8657
8658 2002-07-30 [melvin]     0.8.0claws28
8659
8660         * src/prefs_actions.c
8661                 Made the actions' input/output dialog display
8662                 without delay.
8663
8664 2002-07-30 [christoph]  0.8.0claws27
8665
8666         * src/procmsg.c
8667                 check if folder_item_get_msginfo in
8668                 procmsg_save_to_outbox returned NULL
8669
8670 2002-07-30 [paul]       0.8.0claws26
8671
8672         * sync with 0.8.1cvs4
8673                 see ChangeLog 2002-07-29
8674
8675 2002-07-29 [thorsten]   0.8.0claws25
8676
8677         * README.claws
8678                 added selective download, delete on server
8679
8680 2002-07-29 [paul]       0.8.0claws24
8681
8682         * sync with 0.8.1cvs3
8683                 see ChangeLog 2002-07-29
8684
8685 2002-07-27 [christoph]  0.8.0claws23
8686
8687         * src/folder.c
8688                 add extra check if fetching the msginfo
8689                 returned NULL
8690
8691 2002-07-27 [paul]       0.8.0claws22
8692
8693         * sync with 0.8.1cvs2
8694                 see ChangeLog 2002-07-26
8695
8696 2002-07-27 [christoph]  0.8.0claws21
8697
8698         * src/imap.c
8699                 add another check if a valid msginfo
8700                 was returned
8701
8702 2002-07-26 [hoa]        0.8.0claws20
8703
8704         * src/folder.c
8705                 Fixed a condition in folder_item_destroy()
8706
8707         * src/imap.c
8708                 Fixed an error in IMAP protocol
8709
8710 2002-07-26 [alfons]     0.8.0claws19
8711
8712         * src/folder.c
8713                 ofcourse compare with identifier, not the path
8714
8715 2002-07-26 [alfons]     0.8.0claws18
8716
8717         * src/folder.c
8718                 use folder item identifier for saving / restoring
8719                 preferences because folder->path might not be unique
8720
8721 2002-07-26 [melvin]     0.8.0claws17
8722
8723         * src/logwindow.c
8724                 Fixed a crash introduced in 0.8.0claws5 when log is 
8725                 cut under 80 characters.
8726
8727 2002-07-26 [paul]       0.8.0claws16
8728
8729         * sync with 0.8.1cvs1
8730                 see ChangeLog 2002-07-26
8731
8732 2002-07-26 [christoph]  0.8.0claws15
8733
8734         * src/imap.[ch]
8735                 imap folder now remembers the last selected
8736                 folder and imap_fetch_msginfo skips selecting
8737                 the folder if it is already selected
8738
8739 2002-07-26 [christoph]  0.8.0claws14
8740
8741         * src/folder.c
8742         * src/folderview.c
8743         * src/imap.c
8744                 fix imap folder rescanning
8745
8746 2002-07-25 [christoph]  0.8.0claws13
8747
8748         * src/filter.c
8749         * src/folder.[ch]
8750         * src/folderview.c
8751         * src/imap.[ch]
8752         * src/mainwindow.c
8753         * src/mbox_folder.c
8754         * src/mh.c
8755         * src/news.c
8756                 implement imap uid cache and uid validity check
8757
8758 2002-07-25 [alfons]     0.8.0claws12
8759
8760         * src/summaryview.c
8761                 fix a brown paper bag bug, and also add some more
8762                 checks
8763
8764 2002-07-25 [christoph]  0.8.0claws11
8765
8766         * src/folder.c
8767                 don't mix copy, fetch_msginfo and remove
8768                 operations in folder item copy and move
8769                 operations
8770
8771 2002-07-25 [christoph]  0.8.0claws10
8772
8773         * src/folderview.c
8774         * src/mainwindow.c
8775         * src/prefs_folder_item.c
8776         * src/summaryview.[ch]
8777                 remove no longer required parameter update_cache from
8778                 summary_show
8779
8780 2002-07-25 [paul]       0.8.0claws9
8781
8782         * sync with 0.8.1
8783         
8784         * AUTHORS
8785                 a few corrections
8786
8787 2002-07-24 [alfons]     0.8.0claws8
8788
8789         * src/summaryview.c
8790                 sort correctly when using simplified subject line
8791                 (closes feature request "[ 585141 ] applying regexp to subject 
8792                 before sort" submitted by Alexandra Walford)
8793
8794 2002-07-24 [paul]       0.8.0claws7
8795
8796         * sync with 0.8.0cvs3
8797                 see ChangeLog 2002-07-24
8798
8799 2002-07-23 [christoph]  0.8.0claws6
8800
8801         * src/folder.c
8802         * src/folder.h
8803         * src/summaryview.c
8804         * src/summaryview.h
8805         * src/main.c
8806                 o separate processing and summaryview
8807                 o removed summary_write_cache from summaryview
8808                 o removed summaryview->killed_messages, because we don't have
8809                   to keep a list of killed messages anymore. New cache will
8810                   keep the hidden messages in cache anyway
8811         * src/folderview.c
8812         * src/inc.c
8813         * src/selective_download.c
8814                 o removed unnecessary summary_write_cache calls
8815         * src/procmsg.c
8816                 o don't set ignore thread flag in procmsg_get_thread_tree
8817                   if it is already set
8818         * src/mainwindow.c
8819         * src/statusbar.h
8820                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8821                   they are used in different files
8822
8823 2002-07-23 [melvin]     0.8.0claws5
8824
8825         * src/addressbook.c
8826         * src/addrgather.c
8827         * src/editaddress.c
8828         * src/editgroup.c
8829         * src/editldap_basedn.c
8830         * src/importldif.c
8831         * src/prefs_common.c
8832                 Fixed few memory leak (gtk_editable_get_chars returns
8833                 an allocated string)
8834         * src/logwindow.c
8835                 Fixed few memory leak (gtk_editable_get_chars returns
8836                 an allocated string) and modified a little the log cutting
8837                 loop.
8838         * src/compose.c
8839                 Replaced a call to an obsolete function gtk_entry_get_text()
8840                 by gtk_editable_get_chars()
8841         * src/send.c
8842                 Removed a debug printf
8843
8844 2002-07-23 [christoph]  0.8.0claws4
8845
8846         * src/filesel.c
8847                 fix another g_dirname memory leak
8848
8849 2002-07-23 [christoph]  0.8.0claws3
8850
8851         * src/mh.c
8852                 fixed a memory leak in mh_fetch_msginfo
8853                 fixed crash when message header could not be
8854                 parsed
8855
8856 2002-07-23 [paul]       0.8.0claws2
8857
8858         * sync with 0.8.0cvs2
8859                 see ChangeLog 2002-07-23
8860
8861 2002-07-23 [paul]       0.8.0claws1
8862
8863         * sync with 0.8.0cvs1
8864                 see ChangeLog 2002-07-23
8865
8866 2002-07-23 [paul]       0.8.0claws
8867
8868         * release of 0.8.0claws
8869
8870 2002-07-23 [paul]       0.7.8claws99
8871
8872         * po/ru.po
8873                 new Russian translation, submitted by
8874                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8875
8876 2002-07-22 [jens]       0.7.8claws98
8877
8878         * po/de.po
8879                 Updated German translations.
8880
8881 2002-07-22 [paul]       0.7.8claws97
8882
8883         * po/es.po
8884           po/it.po
8885           po/nl.po
8886           po/pt_BR.po
8887                 updated translations by Ricardo Mones Lastra,
8888                 Alessandro Maestri, Wilbert Berendsen and 
8889                 Fabio Jr. Beneditto respectively
8890
8891 2002-07-22 [christoph]  0.7.8claws96
8892
8893         * src/mimeview.c
8894                 fix memory leak caused by wrong g_dirname usage
8895
8896 2002-07-22 [christoph]  0.7.8claws95
8897
8898         * src/summaryview.c
8899                 update new and unread message counts for summaryview
8900                 summaryview does not get it from the folder anymore
8901                 and has to update the values itself
8902
8903 2002-07-22 [melvin]     0.7.8claws94
8904
8905         * po/fr.po
8906                 Updated French translations.
8907
8908 2002-07-22 [christoph]  0.7.8claws93
8909
8910         * src/matcher.c
8911                 set prop->preg pointer to NULL or following check
8912                 will not fail and regexec will be called with
8913                 invalid pointer
8914
8915 2002-07-21 [alfons]     0.7.8claws92
8916         
8917         * src/prefs_common.[ch]
8918                 remove option "Send return receipt on request"
8919
8920 2002-07-21 [thorsten]   0.7.8claws91
8921
8922         * src/mimeview.c
8923                 fixed memleaks, coding style as pointed out by alfons
8924
8925 2002-07-21 [alfons]     0.7.8claws90
8926
8927         * src/messageview.c
8928         * src/noticeview.[ch]
8929                 o fix bug notice view being displayed when going to empty folder 
8930                   (noticed by Christoph)
8931                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8932                   (noticed by Thorsten)
8933
8934 2002-07-21 [thorsten]   0.7.8claws89
8935
8936         * src/mimeview.c
8937                 Included save_all patch from Xaview FACQ
8938                 added support for pathnames
8939
8940 2002-07-21 [alfons]     0.7.8claws88
8941
8942         * po/POTFILES.in
8943         * src/Makefile.am
8944         * src/mainwindow.c
8945         * src/messageview.[ch]
8946         * src/noticeview.c      ** NEW FILE **
8947         * src/noticeview.h      ** NEW FILE **
8948                 make return receipts work again
8949                 (UI idea by Leandro Pereira)
8950
8951 2002-07-21 [paul]       0.7.8claws87
8952
8953         * src/summaryview.c
8954                 fix sensitivity of 'Select thread'
8955
8956 2002-07-21 [paul]       0.7.8claws86
8957
8958         * src/prefs_common.c
8959                 add browser command line for Galeon
8960
8961 2002-07-21 [paul]       0.7.8claws85
8962
8963         * Makefile.am
8964                 fix 'EXTRA_DIST': remove README.README, add TODO
8965                 and TODO.claws
8966
8967 2002-07-21 [alfons]     0.7.8claws84
8968
8969         * src/gtkstext.c
8970                 make enter clear selection
8971                 (closes "[ 579888 ] Editor selection/entry error"
8972                 reported by Steve Lamb)
8973
8974 2002-07-21 [alfons]     0.7.8claws83
8975         
8976         * src/summaryview.c
8977                 sort message list when selecting unthread messages
8978                 (closes "[ 501593 ] switching threaded view doesn't sort"
8979                 reported by Simon Schubert)
8980
8981 2002-07-20 [alfons]     0.7.8claws82
8982         
8983         * src/matcher.c
8984                 const-correctness
8985
8986 2002-07-20 [thorsten]   0.7.8claws81
8987
8988         * src/matcher.c
8989                 Fixed expansion of empty fields in matchactions
8990
8991 2002-07-19 [melvin]     0.7.8claws80
8992
8993         * src/gtkspell.c
8994                 Removed a duplicate menu entry (fast mode) introduced during
8995                 the new cache merge
8996                 Added a menu separator between 'Use alternate' and 'Fast mode'
8997
8998 2002-07-19 [paul]       0.7.8claws79
8999
9000         * tools/Makefile.am
9001           tools/README
9002                 correct typos
9003
9004 2002-07-19 [thorsten]   0.7.8claws78
9005
9006         * tools/calypso_convert.pl      ** NEW FILE **
9007           tools/README
9008           tools/Makefile.am
9009                 script to import mbox files exported
9010                 by calypso
9011                 o generates folder structure
9012                 o includes attachments
9013
9014 2002-07-19 [melvin]     0.7.8claws77
9015
9016         * src/selective_download.[ch]
9017                 Fixed bug where closing the dialog with the window manager's
9018                 close button will not unlock the summary
9019                 Corrected some function declarations that missed a return value
9020                 Made the source code comply better with coding style.
9021         * src/prefs_common.c
9022                 Added new browser command line for Mozilla.
9023
9024 2002-07-18 [paul]       0.7.8claws76
9025
9026         * src/mainwindow.c
9027           src/selective_download.[ch]
9028                 reflect theme changes, fix Gdk Warning when creating 
9029                 pixmap from NULL window, and minor clean up.
9030                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9031
9032         * po/en_GB.po
9033                 updated
9034
9035 2002-07-17 [paul]       0.7.8claws75
9036
9037         * INSTALL[.jp]
9038                 sync with 0.8.0
9039         
9040         * po/en_GB.po
9041                 updated
9042
9043 2002-07-16 [paul]       0.7.8claws74
9044
9045         * tools/filter_conv.pl
9046           tools/README
9047                 replace conversion script with reimplemented version, 
9048                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9049
9050 2002-07-16 [colin]      0.7.8claws73
9051
9052         * src/summaryview.c
9053                 remove forgotten debug messages - sorry ;-)
9054
9055 2002-07-16 [colin]      0.7.8claws72
9056
9057         * src/mimeview.c
9058           src/summaryview.c
9059           src/textview.c
9060           src/textview.h
9061                 add the ability to select part of a text mime-part 
9062                 to reply.
9063
9064 2002-07-15 [christoph]  0.7.8claws71
9065
9066         * src/folder.c
9067                 fix folder message count for folders without
9068                 msg_is_changed (includes news folders)
9069
9070 2002-07-15 [martin]     0.7.8claws70
9071
9072         * src/summaryview.c
9073                 option "display recipient on 'From'..." now works
9074                 without the need of enabling the option
9075                 "display  sender  using  address  book".
9076
9077 2002-07-15 [christoph]  0.7.8claws69
9078
9079         * src/summaryview.c
9080                 removed setting folder status from summaryview.
9081                 folder.c should update all message counts correctly.
9082
9083 2002-07-15 [paul]       0.7.8claws68
9084
9085         * po/pt_BR.po
9086                 updated by Fabio Junior Beneditto
9087
9088 2002-07-15 [darko]      0.7.8claws67
9089
9090         * src/mh.c
9091                 Fixed target folder colorization, don't decrease op
9092                 number twice
9093
9094 2002-07-14 [paul]       0.7.8claws66
9095
9096         * sync with main 0.8.0
9097                 see ChangeLog 2002-07-14
9098
9099 2002-07-13 [melvin]     0.7.8claws65
9100         
9101         * src/addrbook.c
9102         * src/addressbook.c
9103         * src/addrindex.c
9104                 Replaced sprintf by g_snprintf to prevent possible buffer
9105                 overflow.
9106         * src/news.c
9107                 Corrected a log message output format.
9108                 Added a missing "done" debug output.
9109         * src/compose.c
9110                 Added keyboard accelerator for Priority menu items
9111                 Added missing \n in debug output
9112         * src/logwindow.c
9113         * src/gtkspell.c
9114         * src/rfc2015.c
9115                 Added missing \n in debug output
9116
9117 2002-07-13 [paul]       0.7.8claws64
9118
9119         * man/sylpheed.1
9120                 change Sergey's email address to the sf address
9121
9122         * src/textview.c
9123                 increase show_url_timeout (more useful for long
9124                 urls)
9125
9126 2002-07-12 [sergey]     0.7.8claws63
9127
9128         * src/rfc2015.c
9129                 applied (with some modifications) patch to set the
9130                 micalg parameter for signatures
9131                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9132
9133 2002-07-12 [sergey]     0.7.8claws62
9134
9135         * man/Makefile.am
9136         * configure.in
9137                 fixed man page installation
9138
9139 2002-07-12 [paul]       0.7.8claws61
9140
9141         * sync with 0.7.8cvs26
9142                 see ChangeLog 2002-07-11 and 2002-07-12
9143
9144 2002-07-11 [christoph]  0.7.8claws60
9145
9146         * src/compose.c
9147         * src/procmsg.c
9148                 first use the message number to find the message
9149                 to mark with a reply flag but check the
9150                 message-id if we got the correct message, if not
9151                 try to find it by message-id.
9152                 use new string seperator that is not allowed
9153                 in message-ids.
9154
9155 2002-07-11 [paul]       0.7.8claws59
9156
9157         * sync with 0.7.8cvs23
9158                 see ChangeLog 2002-07-10
9159
9160 2002-07-10 [christoph]  0.7.8claws58
9161
9162         * src/folder.[ch]
9163         * src/msgcache.[ch]
9164                 Added message-id table to the cache in memory
9165                 and functions to msgcache.c and folder.c to
9166                 fetch MsgInfos by message id
9167         * src/compose.c
9168         * src/procmsg.c
9169                 store folder and message-id of message replying
9170                 to in queue header and set reply flag after sending
9171                 (Closes bug #469498)
9172
9173 2002-07-10 [paul]       0.7.8claws57
9174
9175         * AUTHORS
9176           man/sylpheed.1.gz
9177                 add Martin to the list of authors
9178
9179 2002-07-09 [martin]     0.7.8claws56
9180         * src/gtksctree.c
9181                 Added gtk_ctree_last_visible(), tree_update_level(),
9182                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9183                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9184                 from gtk+ to gtksctree.c for the new sorting code
9185                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9186                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9187         * src/gtksctree.h
9188                 Added declaration for gtk_sctree_sort_recursive() and
9189                 gtk_sctree_sort_node
9190         * src/addressbook.c
9191         * src/foldersel.c
9192         * src/folderview.c
9193         * src/summaryview.c
9194                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9195                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9196
9197 2002-07-08 [paul]       0.7.8claws55
9198
9199         * more sync with 0.7.8cvs21
9200                 see ChangeLog 2002-07-08
9201
9202 2002-07-08 [paul]       0.7.8claws54
9203
9204         * sync with 0.7.8cvs21
9205                 see ChangeLog 2002-07-08
9206
9207 2002-07-07 [alfons]     0.7.8claws53
9208
9209         * src/Makefile.am
9210         * src/stock_pixmap.[ch]
9211         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9212         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9213         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9214                 add new pixmaps for upcoming notice pane
9215
9216 2002-07-06 [melvin]     0.7.8claws52
9217
9218         * src/gtkspell.[ch]
9219                 Made them a bit closer to Sylpheed's coding style.
9220                 Removed old code.
9221                 Removed possible memory leaks when some errors occurs.
9222
9223 2002-07-06 [melvin]     0.7.8claws51
9224
9225         * po/Makefile.in.in
9226                 Removed --no-location in xgettext command line to help
9227                 translators that use Emacs' po-mode
9228         * src/quote_fmt.c
9229                 Removed unnecessary comments that messed up sylpheed.pot
9230
9231 2002-07-06 [paul]       0.7.8claws50
9232
9233         * sync with 0.7.8cvs19
9234                 see ChangeLog 2002-07-05
9235
9236 2002-07-06 [christoph]  0.7.8claws49
9237
9238         * src/folder.c
9239         * src/mainwindow.c
9240                 fix folder_item_remove_all_msg and folderview
9241                 status for trash folders after emptying trash
9242
9243 2002-07-05 [paul]       0.7.8claws48
9244
9245         * sync with 0.7.8cvs16
9246                 see ChangeLog 2002-07-04 and 2002-07-05
9247
9248 2002-07-04 [paul]       0.7.8claws47
9249
9250         * sync with 0.7.8cvs14
9251                 see  ChangeLog 2002-07-04
9252
9253 2002-07-03 [alfons]     0.7.8claws46
9254
9255         * src/folder.c
9256                 dupe folder item's path because it's being reallocated
9257                 by new folder scanning code
9258
9259 2002-07-03 [christoph]  0.7.8claws45
9260
9261         * src/imap.c
9262                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9263         * src/msgcache.c
9264                 add missing return in msgcache_write
9265
9266 2002-07-02 [thorsten]   0.7.8claws44
9267
9268         * src/jpilot.c
9269         * src/msgcache.c
9270         * src/rfc2015.c
9271                 use binary mode for file access
9272
9273 2002-07-02 [christoph]  0.7.8claws43
9274
9275         * major code cleanup (part 1)
9276         
9277                 - unused variables removed
9278                 - unused functions removed
9279                 - uninitialized variables checked
9280                 - missing return statements added
9281                 - missing function return types added
9282                 - added parentheses around assignment and
9283                   && in || when suggested by gcc
9284               
9285         * src/mh.c
9286         * src/folder.c
9287                 replaced direct calls to folder->scan_tree
9288                 with folder_scan_tree and restore folder
9289                 prefs in this function. The folder should
9290                 not have to deal with them.
9291                 ( Should now work for all folder types )
9292
9293 2002-07-02 [paul]       0.7.8claws42
9294
9295         * sync with 0.7.8cvs13
9296                 see ChangeLog 2002-07-01 and 2002-07-02
9297
9298 2002-07-01 [christoph]  0.7.8claws41
9299
9300         * src/summaryview.c
9301                 fix "goto next/prev unread message" with
9302                 ignored threads
9303
9304 2002-07-01 [paul]       0.7.8claws40
9305
9306         * po/es.po
9307                 updated by Ricardo Mones Lastra
9308
9309 2002-06-30 [match]      0.7.8claws39
9310
9311         * src/jpilot.c
9312                 applied variation of leonerd's patch (566661) to
9313                 allow multiple email addresses per JPilot entry.
9314                 addresses may be separated by space, comma, pipe,
9315                 semi-colon, new-line.
9316
9317 2002-06-30 [alfons]     0.7.8claws38
9318
9319         * src/procmsg.c
9320                 simple fix for putting older nodes before
9321                 newer nodes when threading by subject
9322
9323 2002-06-30 [christoph]  0.7.8claws37
9324
9325         * src/folder.c
9326         * src/folderview.c
9327         * src/mh.c
9328         * src/news.c
9329         * src/procmsg.c
9330                 fix broken folder tree rescaning
9331                 and don't use procmsg_get_mark_sum
9332                 anymore
9333
9334 2002-06-30 [christoph]  0.7.8claws36
9335
9336         * merge new cache branch
9337         * src/imap.c
9338                 fix new cache imap copy bug
9339         * src/folder.c
9340                 improved folder_item_scan
9341                 it should now always set the correct
9342                 new, unread and total message counts
9343
9344 2002-06-29 [paul]       0.7.8claws35
9345
9346         * configure.in
9347                 correct syntax error
9348
9349 2002-06-29 [paul]       0.7.8claws34
9350
9351         * configure.in
9352           Makefile.am
9353           man/Makefile.am       ** NEW FILE **
9354           man/sylpheed.1.gz     ** NEW FILE **
9355                 add Sylpheed man page
9356
9357 2002-06-29 [paul]       0.7.8claws33
9358
9359         * po/pt_BR.po
9360                 updated by Fabio Junior Beneditto
9361
9362 2002-06-28 [jens]       0.7.8claws32
9363
9364         * po/de.po
9365                 translation updated
9366
9367         * src/selective_download.c
9368                 removed gettext for space " "
9369
9370         * src/imap.c
9371                 removed wrong space
9372
9373 2002-06-28 [paul]       0.7.8claws31
9374
9375         * sync with 0.7.8cvs11
9376                 see ChangeLog 2002-06-28
9377
9378 2002-06-28 [paul]       0.7.8claws30
9379
9380         * sync with 0.7.8cvs10
9381                 see ChangeLog 2002-06-27 and 2002-06-28
9382
9383 2002-06-26 [paul]       0.7.8claws29
9384
9385         * src/addrgather.c
9386           src/selective_download.c
9387                 don't gettextise empty strings.
9388                 reserved by gettext. gettext("") returns 
9389                 the header entry with meta information, 
9390                 not the empty string
9391
9392         * po/en_GB.po
9393                 updated
9394
9395 2002-06-26 [paul]       0.7.8claws28
9396
9397         * sync with 0.7.8cvs7
9398                 see ChangeLog 2002-06-25
9399
9400         * src/prefs_common.c
9401                 ...and in the process, tweak the gui a little
9402
9403 2002-06-25 [alfons]     0.7.8claws27
9404         
9405         * configure.in
9406         * src/Makefile.am
9407                 fine tune ldap library detection
9408
9409 2002-06-25 [alfons]     0.7.8claws26
9410
9411         * src/compose.c
9412                 don't allow return receipts when composing a news article
9413
9414 2002-06-25 [paul]       0.7.8claws25
9415
9416         * Makefile.am
9417                 add '$(AMTAR)' to 'release' section to allow for
9418                 new and older autotools
9419
9420 2002-06-25 [paul]       0.7.8claws24
9421
9422         * src/summaryview.c
9423                 fix "No more unread messages" persistant pop-up
9424                 window bug
9425
9426 2002-06-25 [paul]       0.7.8claws23
9427
9428         * po/it.po
9429                 updated by Alessandro Maestri
9430
9431 2002-06-25 [paul]       0.7.8claws22
9432
9433         * sync with 0.7.8cvs6
9434                 see ChangeLog 2002-06-25
9435
9436 2002-06-24 [paul]       0.7.8claws21
9437
9438         * tools/update-po
9439                 add GPL copyright information
9440
9441 2002-06-24 [paul]       0.7.8claws20
9442
9443         * tools/Makefile.am
9444           tools/README
9445           tools/update-po       ** NEW FILE **
9446                 add script that eases the creation of *.po files
9447                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9448
9449 2002-06-23 [alfons]     0.7.8claws19
9450
9451         * src/messageview.c
9452                 make notification_convert_header obey const correctness
9453                 (next step will be fixing the broken return receipt)
9454
9455 2002-06-23 [paul]       0.7.8claws18
9456
9457         * src/messageview.c
9458                 fix bug introduced in last commit:
9459                 removed too much code in last commit - put back what's
9460                 needed
9461
9462 2002-06-23 [paul]       0.7.8claws17
9463
9464         * src/messageview.[ch]
9465                 remove code committed in error from locally patched
9466                 source
9467
9468 2002-06-23 [colin]      0.7.8claws16
9469
9470         * src/compose.[ch]
9471                 add compose_entry_select(), used to select the default_to
9472                 email address - hopefully avoiding people sending mails to
9473                 wrong recipients.
9474
9475 2002-06-22 [alfons]     0.7.8claws15
9476
9477         * AUTHORS
9478                 add Bram Metsch & Stanislav Karchebny
9479         * src/smtp.[ch]
9480         * src/prefs_account.[ch]
9481         * src/send.c
9482                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9483                   options.  (see <http://sourceforge.net/tracker/index.php
9484                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9485
9486                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9487                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9488
9489 2002-06-22 [paul]       0.7.8claws14
9490
9491         * sync with 0.7.8cvs5
9492                 see ChangeLog 2002-06-19 and 2002-06-20
9493
9494 2002-06-22 [alfons]     0.7.8claws13
9495
9496         * src/selective_download.c
9497                 fix a stupid mistake I made
9498
9499 2002-06-22 [alfons]     0.7.8claws12
9500
9501         * src/selective_download.[ch]
9502                 fix another unnoticed leak; cleanup code
9503
9504 2002-06-21 [alfons]
9505
9506         * tools/Makefile.am
9507                 gpg-sign <-- gpg-sign-syl
9508
9509 2002-06-21 [alfons]     0.7.8claws11
9510
9511         * src/selective_download.c
9512         * src/selective_download.h
9513                 fix assorted mix of allocation errors (should solve
9514                 problem reported by Philippe Gramoullé, see:
9515                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9516
9517 2002-06-20 [melvin]     0.7.8claws10
9518
9519         * tools/gpg-sign *REMOVED*
9520           tools/gpg-sign-syl *ADDED*
9521                 Replaced the gpg clearsigning script with the version using
9522                 xterm instead of ssh-askpass and changed its name.
9523
9524         * README.claws
9525                 Updated actions example to reflect the renaming of the
9526                 gpg clearsigning script.
9527
9528 2002-06-19 [paul]       0.7.8claws9
9529
9530         * sync with 0.7.8claws9
9531                 see ChangeLog 2002-06-18 and 2002-06-19
9532
9533 2002-06-19 [paul]       0.7.8claws8
9534
9535         * sync with 0.7.8cvs1
9536                 see ChangeLog 2002-06-18
9537
9538 2002-06-18 [alfons]     0.7.8claws7
9539
9540         * src/mainwindow.h
9541                 add omitted prototype
9542
9543 2002-06-17 [paul]       0.7.8claws6
9544
9545         * src/mainwindow.c
9546                 fix hiding of exec_btn
9547
9548 2002-06-17 [paul]       0.7.8claws5
9549
9550         * src/pop.c
9551                 remove unneeded code: should_delete() 
9552                 and Pop3State::uidl_todelete_list
9553
9554 2002-06-17 [paul]       0.7.8claws4
9555
9556         * sync with 0.7.8
9557                 see ChangeLog 2002-06-11 and 2002-06-13
9558
9559 2002-06-16 [alfons]     0.7.8claws3
9560         
9561         * src/folder.c
9562                 make sure lock sort mode (claws specific) is
9563                 also persists after a tree rescan
9564
9565 2002-06-16 [alfons]     0.7.8claws2
9566
9567         * src/prefs_folder_item.c
9568         * src/folder.[ch]
9569                 fix persistence of folder sort mode (broken
9570                 by adapting Hiro's new folder persistence code)
9571
9572 2002-06-16 [alfons]     0.7.8claws1
9573
9574         * AUTHORS
9575         * src/logwindow.c
9576         * src/prefscommon.[ch]
9577                 control size of log text in log window; 
9578                 closes patch #569155 submitted by Mitko Haralanov.
9579
9580 2002-06-15 [paul]       0.7.8claws
9581
9582         * release of 0.7.8claws
9583
9584 2002-06-15 [paul]       0.7.7claws
9585
9586         * po/pt_BR.po
9587                 updated by Fabio Junior Beneditto
9588
9589 2002-06-14 [paul]       0.7.6claws49
9590
9591         * po/es.po
9592                 updated by Ricardo Mones Lastra
9593
9594 2002-06-14 [paul]       0.7.6claws48
9595
9596         * po/nl.po
9597                 updated translation by Wilbert Berendsen
9598
9599 2002-06-14 [melvin]     0.7.6claws47
9600
9601         * po/fr.po
9602                 Updated French translation
9603
9604 2002-06-13 [paul]       0.7.6claws46
9605
9606         * src/filesel.c
9607                 allow filename to be typed in, rather than just
9608                 selected by the mouse. Patch by Gustavo Noronha Silva.
9609
9610 2002-06-13 [alfons]     0.7.6claws45
9611
9612         * src/mainwindow.[ch]
9613                 more cleanups (removing unnecessary menu items Expand 
9614                 summary / message view)
9615
9616 2002-06-13 [melvin]     0.7.6claws44
9617
9618         * po/POTFILES.in
9619                 Added src/string_match.c
9620         * src/string_match.c
9621                 Fixed possible buffer overflow.
9622                 Corrected typo.
9623                 Added missing config.h header.
9624         * src/prefs_common.c
9625           src/prefs_matcher.c
9626           src/prefs_scoring.c
9627                 Made some strings translatable (missing _(..)).
9628
9629 2002-06-13 [melvin]     0.7.6claws43
9630
9631         * README.claws
9632                 Corrected action example (verifying clearsigned mail).
9633         * src/prefs_account.c
9634                 Corrected typo.
9635         * src/prefs_common.c
9636                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9637
9638 2002-06-12 [alfons]     0.7.6claws42
9639
9640         * src/summaryview.c
9641                 add init of score column lost in 0.7.6claws42
9642
9643 2002-06-12 [paul]       0.7.6claws41
9644
9645         * src/prefs_account.c
9646                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9647                 behavior of the radio buttons, (from 0.7.7cvs2)
9648
9649 2002-06-11 [alfons]     0.7.6claws40
9650
9651         * src/messageview.[ch]
9652         * src/summaryview.[ch]
9653         * src/summary_search.c
9654         * src/mainwindow.c
9655                 perform a sync to bring in Hiro's separate view implementation 
9656
9657                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9658
9659 2002-06-11 [paul]       0.7.6claws39
9660         
9661         * src/prefs_account.c
9662                 correct a typo on the Receive tab
9663
9664 2002-06-10 [match]      0.7.6claws38
9665
9666         * src/addressbook.c
9667                 Included address completion patch from Gustavo Noronha.
9668
9669 2002-06-10 [paul]       0.7.6claws37
9670
9671         * src/inc.[ch]
9672           src/pop.c
9673           src/prefs_account.[ch]
9674           src/selective_download.[ch]
9675                 apply PATCH #561712
9676                  NEW:
9677                 - check if POP Account
9678                 - Receive Button renamed to Preview
9679                 - Preview Button Popup: preview new/all messages
9680                 - Download Button
9681                 - Account Preferences-->Receive tab checkbutton if you
9682                   want to remove Mail after Download
9683                 -: default YES
9684                 - Account Preferences-->Receive tab checkbutton use
9685                   filtering rules on preview
9686                   (think of delete_on_server)
9687                 -: default YES
9688                 - Account selectable from SD dialog
9689                 - checkbutton to show already downloaded messages if
9690                   all messages are previewed
9691                 - new clist column showing Date
9692                 - ESC KEY close
9693                 FIXES:
9694                 - play ball with UIDL
9695                 - fault tolerant (?) 
9696                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9697
9698 2002-06-10 [melvin]     0.7.6claws36
9699
9700         * README.claws
9701                 Added a hint to ac/README in cvs instructions.
9702
9703         * src/prefs_actions.c
9704                 Made it possible to use a more elaborate command line
9705                 for asynchronous actions, too.
9706
9707 2002-06-10 [melvin]     0.7.6claws35
9708         
9709         * src/prefs_actions.c
9710                 Make it possible to use a more elaborate command line
9711                 (e.g. |foo|bar|cat>there;echo Done|)
9712                 Corrected error message when calling %f, %F and %p commands
9713                 from the compose window.
9714
9715 2002-06-09 [colin]      0.7.6claws34
9716
9717         * src/summaryview.c
9718                 Automatically find unread messages in current folder
9719                 before annoying the user.
9720
9721 2002-06-08 [alfons]     0.7.6claws33
9722
9723         * po/it.po
9724                 remove bad formatting string in it.po translation
9725                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9726
9727 2002-06-08 [paul]       0.7.6claws32
9728
9729         * sync with 0.7.6cvs25
9730                 see ChangeLog 2002-06-07
9731
9732 2002-06-05 [paul]       0.7.6claws31
9733
9734         * src/mainwindow.c
9735                 add 'Sort by locked' and 'Sort by score'
9736
9737 2002-06-05 [paul]       0.7.6claws30
9738
9739         * sync with 0.7.6cvs24
9740                 see ChangeLog 2002-06-04
9741
9742 2002-06-04 [paul]       0.7.6claws29
9743
9744         * po/pt_BR.po
9745                 updated by Fabio Junior Beneditto
9746
9747 2002-06-03 [thorsten]   0.7.6claws28
9748
9749         * src/matcher.c
9750                 fclose() matcherrc after reading
9751
9752 2002-06-03 [paul]       0.7.6claws27
9753
9754         * sync with 0.7.6cvs21
9755                 see ChangeLog 2002-05-31
9756
9757 2002-05-31 [paul]       0.7.6claws26
9758
9759         * sync with 0.7.6cvs20
9760                 see ChangeLog 2002-05-29 and 2002-05-30
9761
9762 2002-05-31 [paul]       0.7.6claws25
9763
9764         * src/imap.c
9765                 hopefully fix last buggy sync
9766
9767         * README.claws
9768                 correct typo in 'Actions' examples
9769
9770 2002-05-29 [paul]       0.7.6claws24
9771
9772         * sync with 0.7.6cvs18
9773                 see ChangeLog 2002-05-28 and 2002-05-29
9774
9775         * src/news.c
9776           src/nntp.[ch]
9777                 sync with above 
9778
9779 2002-05-28 [paul]       0.7.6claws23
9780
9781         * sync with 0.7.6cvs16
9782                 see ChangeLog 2002-05-28
9783
9784 2002-05-27 [thorsten]   0.7.6claws22 
9785
9786         * faq/it/sylpheed-faq-1.html
9787           faq/it/sylpheed-faq-2.html
9788           faq/it/sylpheed-faq-3.html
9789           faq/it/sylpheed-faq.html
9790                 corrected DOS lineendings
9791         * faq/de/sylpheed-faq-1.html
9792           faq/de/sylpheed-faq-2.html
9793           faq/en/sylpheed-faq-1.html
9794           faq/en/sylpheed-faq-2.html
9795           faq/en/sylpheed-faq-3.html
9796           faq/es/sylpheed-faq-1.html
9797           faq/es/sylpheed-faq-2.html
9798           faq/es/sylpheed-faq-3.html
9799           faq/fr/sylpheed-faq-1.html
9800           faq/it/sylpheed-faq-1.html
9801           faq/it/sylpheed-faq-2.html
9802           faq/it/sylpheed-faq-3.html
9803           faq/it/sylpheed-faq.html
9804                 changed ">" to &quot;
9805
9806 2002-05-27 [paul]       0.7.6claws21
9807         
9808         * sync with 0.7.6cvs15
9809                 see ChangeLog 2002-05-27
9810
9811 2002-05-27 [paul]       0.7.6claws20
9812
9813         * src/prefs_account.c
9814                 correct a typo
9815
9816 2002-05-26 [paul]       0.7.6claws19
9817
9818         * tools/README
9819                 correct a typo
9820
9821 2002-05-25 [paul]       0.7.6claws18
9822
9823         * tools/README
9824                 add description of kmail2sylpheed.pl
9825
9826 2002-05-25 [paul]       0.7.6claws17
9827
9828         * tools/kmail2sylpheed.pl       ** NEW FILE **
9829                 perl script that converts an exported Kmail address
9830                 book, converts it to sylpheed addressbook file,
9831                 writes the file to .sylpheed, and updates
9832                 addrbook--index.xml 
9833
9834 2002-05-25 [paul]       0.7.6claws16
9835
9836         * sync with 0.7.6cvs14
9837                 see ChangeLog 2002-05-23
9838
9839 2002-05-24 [paul]       0.7.6claws15
9840
9841         * README.claws
9842                 make a correction and add some more info
9843
9844 2002-05-24 [paul]       0.7.6claws14
9845
9846         * src/compose.c
9847                 fix memory leak in 
9848                 compose_redirect_write_headers_from_headerlist()
9849                 add Subject and Resent-Message-ID to
9850                 compose_redirect_write_headers()
9851                 Received, Subject, and X-UIDL are filtered out in 
9852                 compose_redirect_write_to_file()
9853
9854 2002-05-23 [paul]       0.7.6claws13
9855
9856         * src/compose.[ch]
9857           src/filtering.c
9858           src/mainwindow.c
9859           src/matcher.[ch]
9860           src/matcher_parser_lex.l
9861           src/matcher_parser_parse.y
9862           src/prefs_common.[ch]
9863           src/prefs_filtering.c
9864           src/summaryview.c
9865                 rename 'Bounce' to 'Redirect'
9866
9867 2002-05-23 [paul]       0.7.6claws12
9868
9869         * more sync with 0.7.6cvs13
9870           src/compose.c
9871                 see ChangeLog 2002-05-22
9872
9873 2002-05-22 [paul]       0.7.6claws11
9874
9875         * sync with 0.7.6cvs13
9876           src/codeconv.c
9877                 see ChangeLog 2002-05-20
9878           src/prefs_common.c
9879                 see ChangeLog 2002-05-22
9880
9881 2002-05-21 [melvin]     0.7.6claws10
9882
9883         * src/folderview.c
9884                 Added missing filtering and scoring headers
9885                 Fixed bad function call that showed garbage 
9886                 in Folder->Processing
9887
9888 2002-05-21 [paul]       0.7.6claws9
9889
9890         * tools/Makefile.am
9891                 make all tools executable, (patch by Alfons).
9892
9893 2002-05-20 [alfons]     0.7.6claws8
9894
9895         * src/procheader.c
9896                 don't forget to call mktime() so we have a valid week 
9897                 and year day
9898                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9899
9900 2002-05-20 [paul]       0.7.6claws7
9901
9902         * src/html.c
9903                 fix broken parsing of urls
9904         * src/textview.c
9905                 fix displaying of urls
9906
9907                 both fixes from the patch [547855] by Eugene 
9908                 Brevdo (zonem)
9909
9910 2002-05-19 [alfons]     0.7.6claws6
9911
9912         * configure.in
9913                 make sylpheed configure correctly with the latest
9914                 and greatest of automake / autoconf / gettext
9915
9916 2002-05-19 [alfons]     0.7.6claws5
9917
9918         * src/procheader.c
9919         * src/procheader.h
9920                 add function for returning ime zone offset
9921         * src/quote_fmt.c
9922         * src/quote_fmt_parse.y
9923                 better quotation formatting - does not convert
9924                 to local time, but uses the original date string.
9925                 
9926                 Note: %z inserts the timezone offset (should 
9927                 work also on platforms where strftime does not
9928                 support %z).
9929
9930 2002-05-18 [christoph]  0.7.6claws4
9931
9932         * src/summaryview.c
9933                 fix indentation of some code
9934         * tools/Makefile.am
9935                 fix spaces after \
9936         * src/Makefile.am
9937                 add missing \
9938                 correct path for ignorethread.xpm
9939                 incorrect filename for sylpheed_logo.xpm
9940                 add missing include matcher_parser_parse.h
9941
9942 2002-05-18 [paul]       0.7.6claws3
9943
9944         * sync with 0.7.6cvs8
9945                 see ChangeLog 2002-05-16 and 2002-05-17
9946
9947 2002-05-18 [melvin]     0.7.6claws2
9948
9949         * README.claws
9950                 Corrected an action's definition and fixed some misspellings.
9951
9952 2002-05-18 [paul]       0.7.6claws1
9953
9954         * tools/Makefile.am
9955           tools/gpg-sign        ** new file **
9956           tools/uudec           ** new file **
9957                 add Melvin's Actions scripts
9958
9959         * README.claws
9960                 add Melvin's descriptions for Actions
9961
9962 2002-05-18 [paul]       0.7.6claws
9963
9964         * Version 0.7.6claws released
9965
9966 2002-05-17 [paul]       0.7.5claws32
9967
9968         * po/es.po
9969                 updated by Ricardo Mones Lastra
9970
9971 2002-05-17 [paul]       0.7.5claws31
9972
9973         * src/compose.c
9974                 fix Account prefs default folder for sent/draft/deleted
9975                 messages bug
9976
9977         * po/it.po
9978           po/nl.po
9979                 updated translation by Alessandro Maestri and
9980                 Wilbert Berendsen
9981
9982 2002-05-17 [melvin]     0.7.5claws30
9983
9984         * src/prefs_actions.c
9985                 Fixed bug where using %F not at the end of the command 
9986                 resulted in an additional empty argument being created.
9987                 Thanks to Darko Koruga for reporting the bug.
9988
9989 2002-05-17 [melvin]     0.7.5claws29
9990
9991         * po/fr.po
9992                 Updated French translations.
9993
9994 2002-05-15 [paul]       0.7.5claws28
9995         
9996         * po/es.po
9997                 updated by Ricardo Mones Lastra
9998
9999 2002-05-15 [paul]       0.7.5claws27
10000
10001         * sync with 0.7.6cvs4
10002                 see ChangeLog 2002-05-14 and 2002-05-15
10003
10004 2002-05-14 [paul]       0.7.5claws26
10005
10006         * sync with 0.7.6cvs1
10007                 see ChangeLog 2002-05-13
10008
10009 2002-05-13 [thorsten]   0.7.5claws25
10010
10011         * src/messageview.c
10012                 fix select_all and copy in multipart messages
10013         * src/mainwindow.c
10014                 fix select_all and copy in multipart messages
10015
10016 2002-05-12 [paul]       0.7.5claws24
10017
10018         * src/summaryview.c
10019                 reverse last commit, bug already fixed in 0.7.5claws3
10020
10021 2002-05-12 [netztorte]  0.7.5claws23
10022
10023         * src/summaryview.c
10024                 dont parse empty addressbook (checked in before claws20)
10025
10026 2002-05-12 [melvin]     0.7.5claws22
10027
10028         * src/procmsg.[ch]
10029                 Removed unneeded priority code introduced by the previous 
10030                 commit.
10031
10032 2002-05-12 [melvin]     0.7.5claws21
10033
10034         * src/compose.[ch]
10035                 Added possibility to set message's priority.
10036         * src/procmsg.[ch]
10037                 Added possibility to set message's priority.
10038                 Added missing headers
10039
10040 2002-05-12 [melvin]     0.7.5claws20
10041
10042         * src/prefs_actions.c
10043                 Removed implicitely added quotes around the name
10044                 of the temporary files of mime parts.
10045
10046 2002-05-12 [paul]       0.7.5claws19
10047
10048         * sync with 0.7.5cvs20
10049                 see ChangeLog 2002-05-11
10050
10051 2002-05-12 [alfons]     0.7.5claws18
10052
10053         * src/quote_fmt_lex.l
10054         * src/quote_fmt_parse.y
10055                 allow quote / reply date & time format to be set using
10056                 %D{format}. format is a format string you'd pass to
10057                 strftime() (see man strftime, or the Display tab |
10058                 Date format setting).
10059
10060                 Currently %D converts the date to local time. 
10061
10062 2002-05-11 [paul]       0.7.5claws17
10063
10064         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10065                 see ChangeLog 2002-05-10 and 2002-05-11
10066
10067 2002-05-10 [paul]       0.7.5claws16
10068
10069         * sync with 0.7.5cvs16
10070                 see ChangeLog entries 2002-05-09 and 
10071                 2002-05-10
10072
10073 2002-05-10 [colin]      0.7.5claws15
10074
10075         * src/textview.c
10076                 Corrected a bug that prevented sylpheed to open
10077                 double-clicked URIs.
10078
10079 2002-05-09 [paul]       0.7.5claws14
10080
10081         * sync with 0.7.5cvs14
10082                 see ChangeLog 2002-05-08 and 2002-05-09
10083
10084 2002-05-08 [paul]       0.7.5claws13
10085
10086         * sync with 0.7.5cvs11
10087                 see ChangeLog entry 2002-05-08
10088
10089 2002-05-08 [paul]       0.7.5claws12
10090
10091         * src/mainwindow.c
10092           src/textview.[ch]
10093                 fix segfault on View->Open in new window
10094                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10095
10096 2002-05-07 [paul]       0.7.5claws11
10097
10098         * sync with 0.7.5cvs9
10099                 see ChangeLog entry 2002-05-07
10100
10101 2002-05-06 [paul]       0.7.5claws10
10102
10103         * src/messageview.c
10104           src/textview.c
10105                 display url in statusbar on single-click
10106                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10107
10108 2002-05-06 [match]      0.7.5claws9
10109
10110         * src/addritem.[ch]
10111                 new functions.
10112         * src/addrcache.c
10113                 tidy up.
10114         * src/xmlprops.[ch]
10115                 XML implementation of properties file.
10116         * src/exporthtml.[ch]
10117         * src/expthtmldlg.[ch]
10118         * src/addressbook.c
10119                 export to HTML.
10120
10121 2002-05-02 [sergey]     0.7.5claws8
10122
10123         * src/mainwindow.c (mainwin_entries),
10124           src/prefs_common.c (prefs_send_create()),
10125           src/codeconv.c (locale_table):
10126                 use charset name "Windows-1251" instead of "CP1251".
10127
10128 2002-05-02 [colin]      0.7.5claws7
10129         
10130         * src/compose.c
10131           src/prefs_common.c
10132           src/prefs_folder_item.c
10133                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10134
10135 2002-05-02 [hiro]       0.7.5claws6
10136
10137         * src/imap.c
10138                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10139
10140 2002-05-02 [paul]       0.7.5claws5
10141
10142         * src/compose.c
10143                 more sync with 0.7.5cvs7, see ChangeLog entry
10144                 2002-05-02
10145
10146 2002-05-02 [hiro]       0.7.5claws4
10147
10148         * src/compose.c
10149                 compose_queue_sub():
10150                 check if queue folder exists (closes #550397).
10151                 removed directory creation since it should be handled
10152                 transparently.
10153         * src/imap.c
10154                 imap_add_msg(): return UID for appended message
10155                 (closes #548842).
10156
10157 2002-04-30 [paul]       0.7.5claws3
10158
10159         * src/summaryview.c
10160                 fix account_find_from_address() bug
10161
10162 2002-04-28 [colin]      0.7.5claws2
10163
10164         * src/compose.c
10165           src/textview.c
10166           src/prefs_common.[ch]
10167           src/utils.[ch]
10168                 Added user-definable quotation characters recognition.
10169
10170 2002-04-28 [paul]       0.7.5claws1
10171
10172         * sync with 0.7.5cvs4
10173                 see ChangeLog entry  2002-04-25
10174
10175 2002-04-28 [paul]       0.7.5claws
10176
10177         * po/es.po
10178           po/nl.po
10179           po/pt_BR.po
10180                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10181                 Fabio Junior Beneditto
10182
10183 2002-04-27 [jens]       0.7.4claws103
10184
10185         * po/de.po
10186                 updated German translation.
10187
10188 2002-04-27 [hiro]       0.7.4claws102
10189
10190         * src/summaryview.c
10191                 summary_write_cache(): fixed the mark loss of hidden messages.
10192
10193 2002-04-26 [melvin]     0.7.4claws101
10194
10195         * src/procmsg.c
10196                 fixed a second typo (same one)
10197         * po/fr.po
10198           po/it.po
10199           po/pt_BR.po
10200                 fixed the type again...
10201
10202 2002-04-26 [melvin]     0.7.4claws100
10203
10204         * src/procmsg.c
10205                 fixed a typo in an alert message ("temorary").
10206         * po/it.po
10207         * po/pt_BR.po
10208                 corrected the typo  described above.
10209         * po/fr.po
10210                 updated French translation.
10211
10212 2002-04-26 [darko]      0.7.4claws99
10213
10214         * src/summaryview.c
10215                 fix target folder colorization
10216
10217 2002-04-25 [paul]       0.7.4claws98
10218
10219         * po/it.po
10220                 updated by Alessandro Maestri
10221
10222 2002-04-24 [colin]      0.7.4claws97
10223         
10224         * src/compose.c
10225                 Fixed double "subject is empty" question.
10226
10227 2002-04-23 [colin]      0.7.4claws96
10228         
10229         * src/mimeview.c
10230                 Corrected issue when "automatically display images" was
10231                 not set : first image remained after selecting second.
10232
10233 2002-04-23 [melvin]     0.7.4claws95
10234
10235         * src/prefs_actions.c
10236                 Don't display in/out dialog if there is nothing to show.
10237
10238 2002-04-23 [paul]       0.7.4claws94
10239
10240         * sync with 0.7.5cvs3
10241                 bug fixes: see ChangeLog entry 2002-04-23
10242
10243 2002-04-22 [darko]      0.7.4claws93
10244
10245         * src/compose.c
10246                 fix previous check-in which changed code after
10247                 merge from main
10248
10249 2002-04-22 [paul]       0.7.4claws92
10250
10251         * faq/de/*
10252                 add German FAQ
10253         * faq/en/*
10254           faq/es/*
10255           faq/fr/*
10256                 update English, Spanish and French FAQs
10257         * manual/de/*
10258           manual/es/*
10259                 add German and Spanish manuals
10260         * manual/en/*
10261           manual/fr/*
10262                 update English and French manuals
10263
10264         * src/Makefile.am
10265                 add to and re-arrange the pixmap entries
10266
10267 2002-04-22 [darko]      0.7.4claws91
10268
10269         * src/compose.c
10270                 fix sender initials recognition to only allow
10271                 '>' after the initials
10272
10273 2002-04-21 [paul]       0.7.4claws90
10274
10275         * sync with 0.7.5 release
10276                 see ChangeLog entry 2002-04-21
10277
10278 2002-04-21 [alfons]
10279
10280         * src/Makefile.am
10281                 add colin's new pixmaps to EXTRA_DIST
10282
10283 2002-04-21 [colin]      0.7.4claws89
10284         * src/compose.c
10285         * src/inc.c
10286         * src/mainwindow.[ch]
10287         * src/prefs_common.[ch]
10288         * src/stock_pixmap.[ch]
10289                 Added "Work offline" ability.
10290
10291 2002-04-21 [colin]      0.7.4claws88
10292         
10293         * src/mimeview.c
10294         * src/prefs_common.c
10295         * src/prefs_common.h
10296         * src/textview.c : Added an option to common preferences -> display
10297           to allow user not to automatically display images.
10298
10299 2002-04-21 [paul]       0.7.4claws87
10300
10301         * sync with 0.7.4cvs52
10302                 see ChangeLog entry 2002-04-21 (src/imap.c)
10303
10304 2002-04-21 [paul]       0.7.4claws86
10305
10306         * sync with 0.7.4cvs51
10307                 see ChangeLog entry 2002-04-21
10308
10309 2002-04-21 [paul]       0.7.4claws85
10310
10311         * sync with 0.7.4cvs49
10312                 see ChangeLog entries 2002-04-20 and 2002-04-21
10313
10314         * src/Makefile.am
10315                 clean up: remove old 'stock_' element from xpm 
10316                 filenames.
10317
10318 2002-04-21 [alfons]     0.7.4claws84
10319
10320         apply sync patch from Paul
10321
10322         * src/folderview.c
10323                 use old claws prefs_folder_item_create() for now
10324
10325 2002-04-19 [match]      0.7.4claws83
10326
10327         * src/addressbook.[ch]
10328         * src/addrharvest.[ch]
10329         * src/addrgather.[ch]
10330                 recurse folders.
10331         * src/mainwindow.c
10332         * src/summaryview.[ch]
10333                 change menu option.
10334
10335 2002-04-19 [paul]       0.7.4claws82
10336
10337         * po/pt_BR.po
10338                 updated by Fabio Junior Beneditto
10339
10340 2002-04-14 [alfons]     0.7.4claws81
10341
10342         * src/passphrase.c
10343                 add #include <sys/types.h> for mode_t and off_t 
10344
10345 2002-04-13 [paul]       0.7.4claws80
10346         
10347         * src/main.c
10348           src/passphrase.[ch]
10349           src/pgptext.c
10350           src/prefs_common.[ch]
10351           src/rfc2015.c
10352                 enable storing of GnuPG passphrase for the whole 
10353                 session or a user-defined number of minutes. patch 
10354                 submitted by Ravemax <ravemax@dextrose.com>
10355
10356 2002-04-13 [alfons]     0.7.4claws79
10357
10358         * src/textview.c
10359                 make email parser also stop scanning when encountering separators
10360                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10361
10362 2002-04-13 [paul]       0.7.4claws78
10363
10364         * sync with 0.7.4cvs39
10365                 see ChangeLog entry 2002-04-12
10366
10367 2002-04-11 [paul]       0.7.4claws77
10368
10369         * sync with 0.7.4cvs37
10370                 see ChangeLog entry 2002-04-11
10371
10372 2002-04-11 [paul]       0.7.4claws76
10373
10374         * COPYING 
10375                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10376                 the clause for OpenSSL). sync with sylpheed main
10377
10378 2002-04-09 [melvin]     0.7.4claws75
10379
10380         * src/compose.c
10381                 Made 'Ctrl-Enter' on send ignore some modifiers 
10382                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10383                 to bind other *-Enter (but not Alt-Enter).
10384
10385 2002-04-09 [paul]       0.7.4claws74
10386
10387         * sync with 0.7.4cvs35
10388                 see ChangeLog entries 2002-04-09
10389
10390 2002-04-08 [paul]       0.7.4claws73
10391
10392         * sync with 0.7.4cvs33
10393                 see ChangeLog entry 200-04-08
10394
10395 2002-04-07 [match]      0.7.4claws72
10396
10397         * src/addrharvest.[ch]
10398                 fixed to read all addresses in header, regardless
10399                 of header size. improved name parsing. accommodate
10400                 harvest from folders and selected message.
10401         * src/addritem.[ch]
10402                 included new address parsing function.
10403         * src/addrgather.[ch]
10404         * src/addressbook.[ch]
10405         * src/summaryview.[ch]
10406         * src/mainwindow.c
10407                 allow address harvest of folder as well as selected
10408                 messages.
10409
10410 2002-04-07 [paul]       0.7.4claws71
10411
10412         * src/esmtp.[ch]
10413           src/smtp.c
10414                 don't try to authenticate with CRAM-MD5 in SMTP when 
10415                 SMTP-AUTH enabled if MTA doesn't issue this 
10416                 auth-method in it's ehlo-response. bug item #531364,
10417                 patch item #938910. patch submitted by Colin Leroy 
10418                 <colin@colino.net>
10419
10420 2002-04-07 [paul]       0.7.4claws70
10421
10422         * src/nntp.c
10423                 fix missing MODE_READER bug. patch submitted by
10424                 Colin Leroy <colin@colino.net>
10425
10426 2002-04-07 [alfons]     0.7.4claws69
10427
10428         * src/matcher.[ch]
10429         * src/prefs_filtering.c
10430         * src/summaryview.c
10431                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10432                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10433
10434 2002-04-07 [paul]       0.7.4claws68
10435
10436         * sync with 0.7.4cvs32
10437                 see ChangeLog entry 2002-04-06
10438
10439         * tools/filter_conv.pl
10440                 more bug fixes
10441
10442 2002-04-06 [paul]       0.7.4claws67
10443
10444         * tools/filter_conv.pl
10445                 modify to be able to find the name of the first
10446                 mailbox and use that. main's filter does not
10447                 record the full path to the mailbox and therefore
10448                 can only filter to the first mailbox.
10449
10450 2002-04-05 [paul]       0.7.4claws66
10451
10452         * tools/filter_conv.pl
10453                 attempt to make the script all-encompassing and
10454                 be able to convert any main 'filter' rule thrown
10455                 at it
10456
10457 2002-04-05 [paul]       0.7.4claws65
10458
10459         * tools/filter_conv.pl
10460                 allow for collapsed folder trees
10461
10462 2002-04-05 [paul]       0.7.4claws64
10463
10464         * sync with 0.7.4cvs31
10465                 see ChangeLog entries 2002-04-05
10466
10467 2002-04-03 [paul]       0.7.4claws63
10468
10469         * sync with 0.7.4cvs29
10470                 see ChangeLog entries 2002-04-02 and 2002-04-03
10471
10472 2002-04-02 [paul]       0.7.4claws62
10473
10474         * sync with 0.7.4cvs26
10475                 see ChangeLog entry 2002-04-01
10476
10477 2002-04-02 [match]      0.7.4claws61
10478
10479         * src/pine.[ch]
10480         * src/importpine.[ch]
10481         * src/addressbook.c
10482                 import Pine address book.
10483
10484 2002-04-02 [match]      0.7.4claws60
10485
10486         * src/addrharvest.[ch]
10487                 improve address parsing of funky addresses.
10488
10489 2002-04-02 [darko]      0.7.4claws59
10490
10491         * src/compose.c
10492                 wrap on send improvements, it now recognizes quoted
10493                 initials as part of the quotation string, and it
10494                 does not join lines separated by CR
10495
10496 2002-04-01 [match]      0.7.4claws58
10497
10498         * src/mgutils.[ch]
10499                 added new functions.
10500         * src/mutt.[ch]
10501                 remove excessive duplicate address generation
10502                 on import.
10503
10504 2002-04-01 [alfons]     0.7.4claws57
10505         
10506         * src/summaryview.c
10507                 put back g_free() 
10508
10509 2002-04-01 [paul]       0.7.4claws56
10510
10511         * sync with 0.7.4cvs25
10512                 see ChangeLog entry 2002-04-01
10513
10514 2002-04-01 [alfons]     0.7.4aprilfool55
10515
10516         * src/summaryview.c
10517                 honour feature request item #537427 to allow for
10518                 displaying names from address book for sent mail also
10519
10520 2002-03-29 [paul]       0.7.4claws54
10521
10522         * src/mainwindow.c
10523           src/prefs_filtering.[ch]
10524           src/prefs_matcher.c
10525           src/summaryview.c
10526                 add 'fast filter' for claws' filtering,
10527                 /Tools/Create filter rule/... patch submitted
10528                 by Neill Miller <neillm@thecodefactory.org>
10529
10530 2002-03-29 [paul]       0.7.4claws53
10531
10532         * sync with 0.7.4cvs24
10533                 see ChangeLog entry 2002-03-29
10534
10535 2002-03-28 [paul]       0.7.4claws52
10536
10537         * sync with 0.7.4cvs23
10538                 see ChangeLog entry 2002-03-28
10539
10540 2002-03-27 [melvin]     0.7.4claws51
10541
10542         * src/prefs_actions.c
10543                 Added support to pass only one message part (as a
10544                 file) to the command using '%p'. No quotes are needed
10545                 because doubles quotes are automatically added.
10546                 Fixed bug where Sylpheed could block when waiting for
10547                 a child process to finish.
10548                 Changed the help menu to remove quotes around symbols to 
10549                 avoid misinterpretation (they must not be used).
10550
10551 2002-03-27 [melvin]     0.7.4claws50
10552
10553         * src/inc.c
10554                 Made the new mail notification command always 
10555                 execute asynchronously.
10556
10557 2002-03-27 [paul]       0.7.4claws49
10558
10559         * src/compose.c
10560                 fix bug introduced in last commit
10561
10562 2002-03-27 [paul]       0.7.4claws48
10563
10564         * sync with 0.7.4cvs21
10565                 see ChangeLog 2002-03-26 and 2002-03-27
10566
10567 2002-03-26 [hoa]        0.7.4claws47
10568
10569         * src/prefs_folder_item.c
10570                 really fixed the bug #516442 with folder rescan.
10571
10572 2002-03-26 [paul]       0.7.4claws46
10573
10574         * sync with 0.7.4cvs19
10575                 see ChangeLog entries 2002-03-25 and 2002-03-26
10576
10577 2002-03-25 [hoa]        0.7.4claws45
10578
10579         * src/matcher.c
10580         * src/mh.c
10581                 fix the bug #516442 with folder rescan.
10582
10583         * src/prefs_common.[ch]
10584         * src/compose.c
10585                 added an option to enable two different behaviours
10586                 for bounce.
10587
10588
10589 2002-03-25 [paul]       0.7.4claws44
10590
10591         * src/mainwindow.c
10592           src/selective_download.c
10593                 correct a few menuitem labels
10594
10595 2002-03-25 [christoph]  0.7.4claws43
10596
10597         * src/procmsg.c
10598                 fix non deleted tmp message in
10599                 procmsg_save_to_outbox
10600                 fix problems caused by sync with
10601                 main branch's procmsg_send_queue
10602
10603 2002-03-25 [paul]       0.7.4claws42
10604
10605         * src/quote_fmt.c
10606           src/quote_fmt_lex.l
10607           src/quote_fmt_parse.y
10608                 add Last name (%L) placeholder for quoting. 
10609                 patch submitted by Thorsten Thielen 
10610                 <thth@users.sourceforge.net>
10611
10612 2002-03-25 [paul]       0.7.4claws41
10613
10614         * src/utils.c
10615                 get full hostname. patch submitted by
10616                 Bob Woodside <rwoodside1@comcast.net>
10617
10618 2002-03-25 [paul]       0.7.4claws40
10619
10620         * src/account.c
10621           src/news.c
10622           src/nntp.[ch]
10623           src/prefs_account.[ch]
10624                 enable NNTP over SSL. patch submitted by
10625                 Pascal Jermini <pascal@infinity.hn.org>
10626
10627 2002-03-24 [paul]       0.7.4claws39
10628
10629         * src/prefs_common.c
10630                 make the arrangement of the Compose tab more
10631                 coherent
10632
10633         * src/mainwindow.c
10634                 fix some irregularities of style
10635
10636         * po/de.po
10637                 updated by Kilian Krause
10638
10639 2002-03-23 [paul]       0.7.4claws38
10640
10641         * po/pt_BR.po
10642                 updated by Fabio Junior Beneditto
10643
10644 2002-03-23 [paul]       0.7.4claws37
10645
10646         * src/mainwindow.c
10647                 move 'Gather addresses' to 'Tools' menu
10648                 make 'Selective download' sensitive
10649
10650 2002-03-23 [paul]       0.7.4claws36
10651
10652         * sync with 0.7.4cvs16
10653                 see ChangeLog entries 2002-03-23
10654
10655 2002-03-22 [christoph]  0.7.4claws35
10656
10657         * src/quote_fmt_parse.y
10658                 fix include program output
10659
10660 2002-03-22 [alfons]     0.7.4claws34
10661
10662         * src/pop.c
10663                 initialize GDate stack variable correctly (sorry!)
10664
10665 2002-03-22 [paul]       0.7.4claws33
10666
10667         * src/compose.c
10668           src/mainwindow.c
10669           src/prefs_actions.c
10670           src/prefs_common.c
10671                 rename 'Tool' to 'Tools'
10672
10673         * src/mainwindow.c
10674                 move 'Delete duplicated messages' from
10675                 'Message/' to 'Tools/'
10676                 re-arrange the order of 'Tools/' items
10677
10678 2002-03-22 [paul]       0.7.4claws32
10679
10680         * src/addr_compl.c
10681           src/addressbook.[ch]
10682                 auto-address completion now also matches on
10683                 Nickname. patch submitted by Bob Forsman 
10684                 <hammor@users.sourceforge.net>
10685
10686         * src/editaddress.c
10687                 correct a spelling mistake
10688
10689 2002-03-22 [alfons]     0.7.4claws31
10690
10691         * src/pop.c
10692                 fix getting uidl from incorrect string 
10693                 (spotted by Colin)
10694
10695 2002-03-21 [alfons]     0.7.4claws30
10696
10697         * src/pop.c
10698                 more code refactoring
10699                 plug mem leak introduced by delete on server
10700
10701 2002-03-21 [paul]       0.7.4claws29
10702
10703         * sync with 0.7.4cvs11
10704                 see ChangeLog entries 2002-03-20
10705
10706 2002-03-20 [alfons]     0.7.4claws28
10707
10708         * src/inc.c
10709                 apply Colin's patch and refactor
10710
10711 2002-03-20 [paul]       0.7.4claws27
10712
10713         * sync with sylpheed 0.7.4cvs9
10714                 see ChangeLog entry 2002-03-20
10715
10716 2002-03-19 [christoph]  0.7.4claws26
10717
10718         * src/mh.c
10719         * src/procmsg.[ch]
10720         * src/summaryview.c
10721                 revert changes for flag updates
10722                 (does not work correctly and no time to debug)
10723
10724 2002-03-20 [alfons]     0.7.4claws25
10725
10726         * src/pop.c
10727                 refactor should_delete() a little bit 
10728
10729 2002-03-19 [paul]       0.7.4claws24
10730
10731         * src/inc.[ch]
10732           src/pop.c
10733           src/prefs_account.[ch]
10734                 allow the user to leave downloaded mail on the 
10735                 server for n days. Patch submitted by Colin Leroy 
10736                 <colin@colino.net>
10737
10738 2002-02-19 [paul]       0.7.4claws23
10739
10740         * sync with sylpheed 0.7.4cvs8
10741                 see ChangeLog entries 2002-03-19
10742
10743 2002-03-18 [paul]       0.7.4claws22
10744
10745         * sync with sylpheed 0.7.4cvs6
10746                 see ChangeLog entry 2002-03-18
10747
10748 2002-03-18 [paul]       0.7.4claws21
10749
10750         * po/en_GB.po
10751                 add en_GB message catalogue
10752
10753         * src/mbox_folder.c
10754           src/prefs_account.c
10755           src/prefs_actions.c
10756                 correct a few spelling mistakes
10757
10758 2002-03-17 [alfons]     0.7.4claws20
10759
10760         * src/matcher.c
10761                 more stringent checks for NULL params when writing
10762                 filtering actions to a file
10763                 
10764 2002-03-17 [hoa]        0.7.3claws20
10765
10766         * src/news.c
10767                 fixed the count of new messages
10768
10769         * src/compose.c
10770                 fixed the "attachment properties" window
10771
10772 2002-03-17 [paul]       0.7.4claws19
10773
10774         * src/defs.h
10775           src/folder.h
10776           src/news.c
10777           src/prefs_account.[ch]
10778           src/procmsg.[ch]
10779           src/summaryview.c
10780                 automatically mark cross-posted messages as read 
10781                 and (optionally) give them a colour label
10782                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10783                 
10784
10785 2002-03-17 [paul]       0.7.4claws18
10786
10787         * sync with sylpheed 0.7.4cvs5
10788                 see ChangeLog entry 2002-03-17
10789
10790 2002-03-17 [melvin]     0.7.4claws17
10791         
10792         * src/textview.c
10793                 Worked around a gtktext 'bug': when searching for 
10794                 a text in a long message it was scrolling slowly
10795                 line by line until it hit the searched text.
10796         * po/fr.po
10797                 Updated French translation
10798
10799 2002-03-17 [melvin]     0.7.4claws16
10800
10801         * src/mainwindow.c
10802         * src/compose.c
10803         * src/prefs_actions.c
10804                 Moved "Edit/Actions" to "Tool/Actions"
10805                 Made mainwindow/compose window sensitive as soon as
10806                 no child process is running anymore even if the io dialog
10807                 is open.
10808                 Fixed a struct being initialized with a non constant char*
10809
10810 2002-03-16 [christoph]  0.7.4claws15
10811
10812         * configure.in
10813                 add --with-compiler-flags option
10814                 (only for developer hacking)
10815         * src/mh.c
10816         * src/procmsg.[ch]
10817         * src/summaryview.c
10818                 try to make folder-stats and flag handling more
10819                 independent from the summaryview. msgcounts
10820                 are only set when the folder is opened and
10821                 procmsg_msginfo_(un)set_flags will handle it
10822                 later and summaryview will get the values
10823                 from the folder.
10824
10825 2002-03-16 [paul]       0.7.4claws14
10826
10827         * src/messageview.c
10828                 fix Return-receipt. Patch submitted by Bob
10829                 Woodside <rwoodside1@comcast.net>
10830
10831 2002-03-16 [paul]       0.7.4claws13
10832
10833         * src/compose.c
10834                 fix 'dynamic' signatures, make it work again
10835                 broken during sync on 2002-03-14 (0.7.4claws2)
10836
10837 2002-03-15 [match]      0.7.4claws12
10838
10839         * src/addrharvest.[ch]
10840         * src/addrgather.[ch]
10841         * src/addressbook.[ch]
10842         * src/mainwindow.c
10843                 included address harvester feature. still some
10844                 issues with address parsing that I will fix.
10845
10846 2002-03-15 [match]      0.7.4claws11
10847
10848         * src/addrbook.[ch]
10849         * src/addrcache.[ch]
10850         * src/addressbook.[ch]
10851         * src/addrindex.c
10852         * src/editbook.c
10853         * src/importldif.c
10854         * src/importmutt.c
10855         * src/jpilot.[ch]
10856         * src/main.c
10857         * src/syldap.[ch]
10858         * src/vcard.[ch]
10859                 tidy up. fix memory leaks. moved attribs and methods
10860                 from individual interfaces to addrcache object. prep
10861                 for new stuff to come in.
10862
10863 2002-03-15 [alfons]     0.7.4claws10
10864
10865         * src/matcher.[ch]
10866         * src/matcher_parser_parse.y
10867         * src/matcher_parser_lex.l
10868         * src/prefs_matcher.c
10869                 add filtering conditions message greater than, smaller 
10870                 than, and exactly matching a size in bytes
10871                 (does not work with delete from POP3 server yet)
10872
10873                 this should also give others an idea what you should
10874                 do to add new criterions to claws filtering system
10875                 
10876
10877 2002-03-15 [paul]       0.7.4claws9
10878
10879         * tools/filter_conv.pl
10880                 exit if there are no filter rules to convert
10881                 rename filterrc to filterrc.old after completion
10882
10883 2002-03-15 [paul]       0.7.4claws8
10884
10885         * sync with sylpheed 0.7.4cvs3
10886                 see ChangeLog entry 2002-03-14
10887
10888 2002-03-14 [paul]       0.7.4claws7
10889
10890         * src/compose.c
10891                 clean up the last commit (ahem)
10892
10893 2002-03-14 [paul]       0.7.4claws6
10894
10895         * src/compose.c
10896                 fix bug #515655. honour account preferences
10897                 regarding gpg default signing/encryption when 
10898                 changing account from the compose window.
10899
10900 2002-03-14 [paul]       0.7.4claws5
10901
10902         * src/folderview.c
10903                 remove unnecessary curly brackets
10904
10905 2002-03-14 [paul]       0.7.4claws4
10906
10907         * src/folderview.c
10908           src/prefs_filtering.[ch]
10909                 add filter rename on folder rename and filter
10910                 delete on folder delete. Patch submitted by
10911                 Neill Miller <neillm@thecodefactory.org> 
10912
10913 2002-03-14 [christoph]  0.7.4claws3
10914
10915         * src/procmsg.c
10916         * src/send.c
10917                 fix local delivery
10918                 (patch submitted by "Simon 'corecode' Schubert")
10919         * src/prefs_common.c
10920         * src/procmsg.c
10921                 fix gcc 3.0 warning
10922
10923 2002-03-14 [paul]       0.7.4claws2
10924
10925         * sync with sylpheed 0.7.4cvs2
10926                 see ChangeLog entry 2002-03-13
10927
10928 2002-03-12 [darko]      0.7.4claws1
10929
10930         * src/mainwindow.c
10931                 fix what seems to be a copy and paste error
10932                 when setting color for important messages
10933                 (reported by wwp)
10934
10935 2002-03-11 [paul]       version 0.7.4claws released
10936
10937 2002-03-11 [paul]       0.7.4claws
10938
10939         * po/es.po
10940           po/it.po
10941           po/nl.po
10942           po/pt_BR.po
10943                 update message catalogs. Submitted by Ricardo Mones 
10944                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10945                 Fabio Junior Beneditto
10946
10947         * configure.in
10948           faq/Makefile.am
10949           faq/it/Makefile
10950           faq/it/sylpheed-faq*
10951           src/mainwindow.c
10952           src/manual.[ch]
10953                 add FAQ in Italian
10954         
10955
10956 2002-03-11 [jens]       0.7.3claws7
10957
10958         * po/de.po
10959                 updated German translation
10960
10961 2002-03-11 [melvin]     0.7.3claws6
10962
10963         * po/fr.po
10964                 updated and corrected French translation
10965
10966 2002-03-10 [hoa]        0.7.3claws5
10967
10968         * src/account.c
10969         * src/inc.c
10970         * src/prefs_account.c
10971         * src/procmsg.c
10972         * src/send.[ch]
10973                 fixed the local account.
10974                 you have to change the default "/usr/sbin/sendmail"
10975                 to "/usr/sbin/sendmail -t" in the preferences of
10976                 the local account.
10977
10978         * src/procmime.c
10979                 removed some debug display for renderer
10980
10981 2002-03-10 [paul]       0.7.3claws4
10982
10983         * faq/en/sylpheed-faq-1.html
10984           faq/en/sylpheed-faq-2.html
10985                 update
10986
10987 2002-03-09 [paul]       0.7.3claws3
10988
10989         * sync with sylpheed 0.7.4
10990                 see ChangeLog entry 2002-03-09
10991
10992 2002-03-08 [paul]       0.7.3claws2
10993
10994         * faq/en/sylpheed-faq*
10995           faq/es/sylpheed-faq*
10996           faq/fr/sylpheed-faq*
10997                 update the FAQs
10998
10999         * manual/fr/.cvsignore
11000           manual/fr/Makefilea.am
11001           manual/fr/sylpheed*
11002           src/mainwindow.c
11003           src/manual.[ch]
11004                 add the French manual
11005
11006 2002-03-07 [paul]       0.7.3claws1
11007
11008         * sync with sylpheed 0.7.3cvs4
11009                 see ChangeLog entries  2002-03-06 and 2002-03-07
11010         
11011         * po/nl.po
11012                 updated by Wilbert Berendsen
11013
11014 2002-03-07 [melvin]     0.7.2claws34
11015
11016         * src/selective_download.c
11017                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11018
11019 2002-03-06 [paul]       0.7.2claws33
11020
11021         * sync with sylpheed 0.7.3cvs1
11022                 bug fix, see ChangeLog entry 2002-03-05
11023
11024 2002-03-05 [paul]       0.7.2claws32
11025
11026         * src/mimeview.c
11027           src/pgptext.[ch]
11028           src/procmsg.c
11029                 reverse the pgp ascii-armored code implemented in 
11030                 0.7.2claws16. removal of this code until it matures.
11031                 this means that verifying ascii-armored pgp sigs and
11032                 automatic decryption of ascii-armored encrypted
11033                 messages no longer works.
11034
11035 2002-03-05 [paul]       0.7.2claws31
11036
11037         * configure.in
11038           Makefile.am
11039         * faq/Makefile.am
11040         * faq/en/Makefile.am
11041           faq/en/sylpheed-faq.html
11042           faq/en/sylpheed-faq-1.html
11043           faq/en/sylpheed-faq-2.html
11044           faq/en/sylpheed-faq-3.html
11045         * faq/es/Makefile.am
11046           faq/es/sylpheed-faq.html
11047           faq/es/sylpheed-faq-1.html
11048           faq/es/sylpheed-faq-2.html
11049           faq/es/sylpheed-faq-3.html
11050           faq/es/sylpheed-faq-4.html
11051         * faq/fr/Makefile.am
11052           faq/fr/sylpheed-faq.html
11053           faq/fr/sylpheed-faq-1.html
11054           faq/fr/sylpheed-faq-2.html
11055           faq/fr/sylpheed-faq-3.html
11056         * src/Makefile.am
11057           src/defs.h
11058           src/mainwindow.c
11059           src/manual.[ch]
11060                 add FAQs in English, Spanish and French
11061
11062
11063 2002-03-05 [paul]       0.7.2claws30
11064
11065         * manual/en/sylpheed.html
11066           manual/en/sylpheed-XX.html
11067                 updated the English manual
11068
11069 2002-03-05 [hoa]        
11070
11071         * src/summaryview.c
11072                 dialog box pops up if the article can't be deleted.
11073
11074 2002-03-04 [paul]       
11075         
11076         * po/pt_BR.po
11077                 updated by Fabio Junior Benedito
11078
11079 2002-03-04 [hoa]
11080
11081         * removed ac/gpgme.m4
11082                 to avoid autogen common problem
11083                 developers have to install gpgme development package now
11084
11085         * src/compose.c
11086                 encoding to 7bit or 8bit is enabled.
11087
11088 2002-03-03 [alfons]     0.7.2claws29
11089
11090         * src/pop.c
11091                 merge fix by Oliver Haertel for selective
11092                 download buglet
11093
11094 2002-03-03 [paul]       0.7.2claws28
11095         
11096         * sync with sylpheed 0.7.3
11097
11098 2002-03-03 [paul]       0.7.2claws27
11099
11100         * sync with sylpheed 0.7.2cvs24
11101                 see ChangeLog entries 2002-03-02 and 2002-03-03
11102
11103 2002-03-02 [melvin]     0.7.2claws26
11104
11105         * src/inc.[ch]
11106         * src/main.c
11107         * src/mainwindow.c
11108         * src/prefs_common.[ch]
11109                 Added user definable notification on new mail arrival.
11110                 Removed unused variables in spell checker prefs code.
11111
11112 2002-03-02 [melvin]     0.7.2claws25
11113
11114         * src/quote_fmt.c
11115                 Removed unnecessary escape sequences.
11116                 Changed 'Initial...' to 'Initials of Sender'
11117
11118 2002-03-02 [paul]       0.7.2claws24
11119
11120         * sync with sylpheed 0.7.2cvs22
11121                 see ChangeLog entry 2002-03-01
11122
11123 2002-03-01 [hoa]        0.7.2claws23
11124
11125         * src/mainwindow.c
11126                 Set sensitivity of delete actions to active
11127                 even if the folder is a newsgroup.
11128
11129         * src/summaryview.c
11130                 - Set sensitivity of delete actions
11131                 - Added function check_permission() that will check if the
11132                   user is authorized to delete a message. For news, it
11133                   will check if the author is the same.
11134                 - Enabled deletion when there is no trash folder.
11135
11136         * src/news.[ch]
11137                 - Added news_cancel_article() to cancel articles
11138                 - Implemented news_remove_message() (public function)
11139
11140 2002-03-01 [paul]       0.7.2claws22
11141
11142         * src/gtkutils.c
11143           src/textview.c
11144                 recognise urls that that don't include 'http://' and
11145                 simply begin 'www.' 
11146
11147         * AUTHORS
11148                 remove duplicated name
11149
11150 2002-02-28 [paul]       0.7.2claws21
11151
11152         * src/mainwindow.c
11153           src/summaryview.[ch]
11154                 add ability to 'Select thread'
11155                 combines Melvin's "Select thread's head" patch (#510907)
11156                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11157                 patch (#518514) 
11158
11159 2002-02-28 [paul]       0.7.2claws20
11160
11161         * src/mimeview.c
11162                 hopefully fix segfault on right-clicking a mime part
11163                 that some people have experienced.      
11164                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11165
11166 2002-02-28 [paul]       0.7.2claws19
11167
11168         * sync with sylpheed 0.7.2cvs21
11169                 see ChangeLog entries 2002-02-27 and 2002-02-28
11170
11171 2002-02-27 [paul]       0.7.2claws18
11172
11173         * sync with sylpheed 0.7.2cvs18
11174                 see ChangeLog entries 2002-02-26 and 2002-02-27
11175
11176 2002-02-26 [alfons]     0.7.2claws17
11177
11178         * src/procheader.c
11179                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11180                 (spotted by Chris Hessman <idatech@gmx.net>)
11181
11182 2002-02-26 [paul]       0.7.2claws16
11183
11184         * src/mimeview.c
11185           src/pgptext.[ch]
11186           src/procmsg.c
11187                 make decryption of ascii-armored pgp encrypted messages
11188                 and verification of ascii-armored signatures work again.
11189                 slightly altered from the patch by Jens Jahnke 
11190                 <jan0sch@gmx.net>
11191
11192                 ##FIX ME##
11193                 * the checking of plaintext signatures always comes up in 
11194                   a popup box
11195                 * it doesn't work for multipart messages 
11196                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11197                   including the msg headers and these 2 line themselves, are 
11198                   not displayed
11199
11200         * src/mainwindow.c
11201                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11202                 "View/Message View" becomes "View/Separate Message View"
11203                 because its less ambiguous.
11204
11205         * po/es.po
11206                 updated by Ricardo Mones Lastra
11207
11208 2002-02-26 [paul]       0.7.2claws15
11209
11210         * sync with sylpheed 0.7.2cvs17
11211                 see ChangeLog entries 2002-02-25 and 2002-02-26
11212
11213 2002-02-25 [christoph]  0.7.2claws14
11214
11215         * src/filtering.[ch]
11216         * src/inc.c
11217                 do filtering stuff after all messages have been received
11218                   1. drop all messages to .processing
11219                   2. scan processing folder for messages
11220                   3. filter messages or move to inbox
11221                 this will also find old messages left in processing after
11222                 a crash or something like that and we get a real msginfo
11223                 from folder->get_msg_list and do not have to create our
11224                 own in filter_message
11225         * src/matcher_parser_parse.y
11226                 remove MIX/MAX warning (reordered includes)
11227
11228 2002-02-25 [paul]       0.7.2claws13
11229
11230         * sync with sylpheed 0.7.2cvs15
11231                 see ChangeLog entry 2002-02-24
11232
11233 2002-02-24 [alfons]     0.7.2claws12
11234
11235         * src/filtering.c
11236                 clear old color flags first when applying a new color to
11237                 a message info. 
11238                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11239
11240 2002-02-24 [alfons]     0.7.2.claws11
11241         
11242         * AUTHORS
11243         * src/prefs_common.c
11244                 add presets for Opera and Konqueror, closes patch #517261,
11245                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11246
11247 2002-02-24 [alfons]     0.7.2.claws10
11248
11249         * AUTHORS
11250         * src/summaryview.c
11251                 fix threading for null message ids, closes patch #521601,
11252                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11253
11254 2002-02-24 [alfons]     0.7.2claws9
11255
11256         * src/summaryview.c
11257         * src/filtering.c
11258                 make Tool | Filter Message work with filtering system so
11259                 setting flags also works
11260
11261                 TODO:
11262
11263                 - Processing uses the same function as Tool | Filter
11264                   Message, but doesn't use the same update proc yet
11265
11266 2002-02-23 [paul]       0.7.2claws8
11267
11268         * sync with sylpheed 0.7.2cvs14
11269                 see ChangeLog entries 2002-02-22 and 2002-02-23
11270
11271 2002-02-22 [christoph]  0.7.2claws7
11272
11273         * src/quote_fmt.c
11274                 Add column space to table
11275         * src/quote_fmt_parse.y
11276                 Close files
11277
11278 2002-02-22 [paul]       0.7.2claws6
11279
11280         * src/Makefile.am
11281           src/defs.h
11282           src/filtering.c
11283           src/inc.[ch]
11284           src/mainwindow.c
11285           src/matcher.[ch]
11286           src/matcher_parser_lex.l
11287           src/matcher_parser_parse.y
11288           src/pop.[ch]
11289           src/prefs_account.h
11290           src/prefs_filtering.c
11291           src/selective_download.[ch]   *** NEW FILES ***
11292           src/utils.[ch]
11293           po/POTFILES.in
11294                 Selective Download added to 'Tool' menu. 
11295                 Retrieves email headers of the currently selected pop3 
11296                 account and allows the user to mark emails for deletion 
11297                 right on the pop3 server. Patch submitted by Oliver Haertel 
11298                 <oha@users.sourceforge.net>.
11299         
11300         * po/POTFILES.in
11301                 add 'src/quote_fmt.c'           
11302
11303 2002-02-22 [christoph]  0.7.2claws5
11304
11305         * src/Makefile.am
11306                 added quote_fmt.c
11307         * src/prefs_common.[ch]
11308         * src/prefs_template.c
11309         * src/quote_fmt.c               *** NEW FILE ***
11310         * src/quote_fmt.h
11311                 move quote format symbol description code
11312                 to it's own file because it is used from
11313                 differnent code parts
11314                 Rewrote symbol description GUI
11315                   + use table
11316                   + add separators
11317                   + get data from array (no more long constant strings)
11318         * src/quote_fmt_lex.l
11319         * src/quote_fmt_parse.y
11320                 Symbol for Literal % changed to \% instead of %%
11321                 (More logical as \ is used for quoting for other symbols)
11322                 Add |f and |p to include files and program output
11323                 Examples:
11324                     |f{/home/.../.signature}
11325                     |p{date}
11326         * po/de.po
11327                 Correct wrong spelling for "Referenzen"
11328
11329 2002-02-21 [paul]       0.7.2claws4
11330
11331         * src/procmsg.c
11332                 forgotten during sync
11333
11334 2002-02-21 [paul]       0.7.2claws3
11335
11336         * sync with sylpheed 0.7.2cvs11
11337                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11338                 2002-02-20 and 2002-02-21
11339
11340 2002-02-20 [melvin]     0.7.2claws2
11341
11342         * src/prefs_actions.c
11343                 Added error report when child cannot fork or when execvp 
11344                 returns with an error.
11345
11346 2002-02-19 [christoph]  0.7.2claws1
11347
11348         * src/codeconv.c
11349                 return unconverted text if conde conversion is not possible
11350                 when libjconv is used.
11351                 (patch submitted by "Simon 'corecode' Schubert")
11352
11353 2002-02-19 [paul]       
11354
11355         * version 0.7.2claws release
11356
11357 2002-02-19 [paul]       0.7.2claws
11358
11359         * po/nl.po
11360                 updated by Wilbert Berendsen
11361
11362
11363 2002-02-18 [alfons]     0.7.1claws13
11364
11365         * src/syldap.c
11366         * src/jpilot.c
11367                 remove references to dlfcn and explicitly loading functions
11368                 from dynalink libs, because libs linked anyway, and functions
11369                 are loaded explicitly
11370
11371 2002-02-17 [melvin]     0.7.1claws12
11372
11373         * src/prefs_actions.c
11374                 Replaced children wait loop with double fork technique.
11375                 Now, input/output window updated at each new output.
11376                 free_children(): Fixed a memory leak.
11377                 Made input/output window non closable if running children
11378                 still exist.
11379                 Added missing <unistd.h> include.
11380                 Added some --debug outputs.
11381
11382 2002-02-17 [melvin]     0.7.1claws11
11383
11384         * src/summaryview.c
11385                 Fixed bug where descending sort order did not select top
11386                 message.
11387
11388 2002-02-17 [melvin]     0.7.1claws10
11389
11390         * acconfig.h
11391                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11392         * src/prefs_common.c
11393                 Pspell data package directory no more hard coded but
11394                 set during configuration (PSPELL_PATH). (Thanks to 
11395                                 Gustavo Noronha Silva.)
11396
11397 2002-02-17 [melvin]     0.7.1claws9
11398
11399         * configure.in
11400                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11401         * src/gtkspell.c
11402                 Fixed compile-time warnings.
11403
11404 2002-02-16 [alfons]     0.7.1claws8
11405
11406         * src/filesel.c
11407                 fix inadvertent free of NULL pointer which caused
11408                 sylpheed to crash when closing the save-as dialog
11409                 using the window close button
11410
11411 2002-02-16 [carsten]    0.7.1claws7
11412         * src/mainwindow.[ch]
11413           src/summaryview.c
11414           src/prefs_common.c
11415                 fixes for pixmap theming code:
11416                         - recently changed mail attributes shouldn't get
11417                           lost any longer
11418                         - theme is only reloaded iff another theme was
11419                           selected
11420
11421 2002-02-16 [paul]       0.7.1claws6
11422
11423         * sync with sylpheed 0.7.2 release
11424                 see ChangeLog entry 2002-02-15 and 2002-02-16
11425
11426 2002-02-15 [paul]       0.7.1claws5
11427
11428         * sync with sylpheed 0.7.1cvs9
11429                 see ChangeLog entry 2002-02-15
11430
11431         * po/POTFILES.in
11432                 remove unneeded headerwindow.c entry
11433
11434 2002-02-14 [carsten]    0.7.1claws4
11435         * src/summaryview.c
11436                 fixed a bug for "Go to next unread message": there was
11437                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11438                 in the prefs, because of doing "Search again" instead
11439                 "No"
11440
11441 2002-02-14 [carsten]    0.7.1claws3
11442         * src/stock_pixmap.c
11443                 removed 2 more mem leaks; following memprof,
11444                 this code is "leak free" now :)
11445
11446 2002-02-14 [carsten]    0.7.1claws2
11447         * src/stock_pixmap.c
11448                 used opendir/readdir/closedir instead of scandir
11449                 -> code should work now on Solaris
11450
11451 2002-02-14 [paul]       0.7.1claws1
11452
11453         * sync with sylpheed 0.7.1cvs8
11454                 see ChangeLog entries 2002-02-13 and 2002-02-14
11455
11456         * README.claws
11457                 add some description of Actions and Pixmap Themes
11458
11459 2002-02-13 [paul]       
11460
11461         * version 0.7.1claws release
11462
11463 2002-02-13 [paul]       0.7.1claws
11464
11465         * po/es.po
11466           po/it.po
11467           po/pt_BR.po
11468                 updated translations, submitted by Ricardo Mones Lastra,
11469                 Alessandro Maestri and Fabio Junior Beneditto
11470
11471 2002-02-13 [melvin]     0.7.0claws75
11472
11473         * src/prefs_actions.c
11474                 Added missing "signal.h" include
11475
11476 2002-02-13 [melvin]     0.7.0claws74
11477
11478         * src/prefs_folder_item.c
11479                 Added missing "config.h" include
11480         * po/fr.po
11481                 Updated French translation for folder propriety.
11482
11483 2002-02-13 [jens]       0.7.0claws73
11484
11485         * po/POTFILES.in
11486                 Added missing src/prefs_folder_item.c [log added by melvin]
11487         * po/de.po
11488                 Updated German translation.
11489
11490 2002-02-13 [melvin]     0.7.0claws72
11491
11492         * po/fr.po
11493                 Updated French translation.
11494
11495 2002-02-13 [melvin]     0.7.0claws71
11496
11497         * src/gtkutils.c
11498                 Made gtkut_editable_get_selection return NULL if selection
11499                 is of length zero.
11500                 This fixes a bug where selecting part of message A then
11501                 switching to message B and replying to it will not
11502                 quote the message's body.
11503
11504 2002-02-12 [paul]       0.7.0claws70
11505
11506         * src/mainwindow.c
11507                 cosmetic, relating to pixmap themes: on toolbar make 
11508                 updating of 'Exec' and 'Compose news/Compose email'
11509                 icons faster.
11510
11511 2002-02-12 [carsten]    0.7.0claws69
11512         * src/folderview.c
11513           src/mainwindow.[ch]
11514           src/stock_pixmap.c
11515           src/summaryview.c
11516           src/prefs_common.c
11517                 - refreshing after changing pixmap theme better
11518                   now (thanks Paul)
11519                 - wanted to remove some mem leaks, but alfons was
11520                   faster (and had the better solution ;)
11521
11522 2002-02-12 [alfons]     0.7.0claws68
11523
11524         * src/prefs_common.c
11525         * src/stock_pixmap.[ch]
11526                 plug mem leaks, refactor code a little bit
11527
11528
11529 2002-02-12 [sergey]     0.7.0claws67
11530
11531         * src/imap.c
11532                 Fixed problem with copying messages to IMAP folders when the
11533                 server uses something other than '/' as a namespace separator
11534                 (cyrus-imapd uses '.').
11535
11536 2002-02-12 [jens]       0.7.0claws66
11537
11538         * po/de.po
11539                 Updated German Translation
11540
11541 2002-02-12 [paul]       0.7.0claws65
11542
11543         * sync with sylpheed 0.7.1cvs1
11544                 see ChangeLog entry 2002-02-12
11545
11546 2002-02-12 [melvin]     0.7.0claws64
11547
11548         * src/prefs_actions.c
11549                 Fixed "feature" where children's output was duplicated 
11550                 instead of refreshed while monitoring.
11551                 Removed some debug code.
11552
11553 2002-02-12 [christoph]  0.7.0claws63
11554
11555         * src/compose.c
11556                 always delete message from queue after sending/send error
11557                 (closes bug #509601)
11558
11559 2002-02-12 [melvin]     0.7.0claws62
11560
11561         * src/prefs_actions.c
11562                 Children wait loop is now triggered with a timeout of 1s
11563                 Added %F which is replaced with the list of filenames 
11564                 of all selected messages (as suggested by Ricardo Mones Lestra)
11565                 Pipe syntax changed. Prefix with | to send selection, postfix
11566                 with | to retrieve output. Prefix with > or * to send
11567                 user definable input to the command (*: input is hidden)
11568                 Old pipe action should now be postfixed with |, too.
11569
11570 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11571         * src/stock_pixmap.c
11572                 fixed a bug: if there's no theme directory don't
11573                 throw an error, just do "nothing" (thanks Alfons)
11574
11575 2002-02-12 [carsten]    0.7.0claws60
11576         * src/folderview.c
11577           src/summaryview.c
11578                 had to write the cache twice (nasty!); some marks would 
11579                 get lost if not
11580
11581 2002-02-11 [carsten]    0.7.0claws59
11582         * acconfig.h
11583           configure.in
11584           doc-src/maintainer_guide.txt
11585           src/compose.[ch]
11586           src/defs.h
11587           src/folderview.[ch]
11588           src/gtkutils.[ch]
11589           src/mainwindow.[ch]
11590           src/prefs_common.[ch]
11591           src/stock_pixmap.[ch]
11592           src/summaryview.[ch]
11593                 pixmap theming and related work on pixmap
11594                 handling on some other places
11595                 (e.g. hrm features for all folder)
11596           src/pixmap/stock_*.xpm -> the stock_ was removed
11597         
11598 2002-02-11 [paul]       0.7.0claws58
11599
11600         * sync with sylpheed 0.7.1 release
11601                 see ChangeLog entries 2002-02-11
11602
11603 2002-02-08 [paul]       0.7.0claws57
11604
11605         * sync with sylpheed 0.7.0cvs39
11606                 see ChangeLog entry 2002-02-07 (last entry) 
11607
11608         * src/prefs_actions.c
11609           src/prefs_filtering.c
11610           src/prefs_matcher.c
11611           src/prefs_scoring.c
11612                 sync: made it compile with C compilers other than gcc
11613
11614 2002-02-07 [paul]       0.7.0claws56
11615
11616         * sync with sylpheed 0.7.0cvs38
11617                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11618                 2002-02-07
11619
11620 2002-02-07 [darko]      0.7.0claws55
11621
11622         * src/gtkutils.[ch]
11623         * src/summaryview.c
11624                 Fix const gchar */gchar * issue (thanks Hiro)
11625
11626 2002-02-07 [darko]      0.7.0claws54
11627
11628         * src/compose.[ch]
11629         * src/filtering.c
11630         * src/gtkutils.[ch]
11631         * src/prefs_template.c
11632         * src/quote_fmt.h
11633         * src/quote_fmt_parse.y
11634         * src/summaryview.c
11635         * src/utils.[ch]
11636                 When replying or forwarding an email don't quote the entire
11637                 mail body but use the part of the message text that is selected
11638
11639 2002-02-06 [melvin]     0.7.0claws53
11640
11641         * src/prefs_common.[ch]
11642         * src/gtkspell.[ch]
11643         * src/compose.c
11644                 Made possible to switch quickly to last used dictionary
11645                 which makes checking bilingual documents easier.
11646
11647 2002-02-06 [melvin]     0.7.0claws52
11648         
11649         * po/POTFILES.in
11650                 Added forgotten new file src/prefs_actions.c
11651
11652 2002-02-06 [melvin]     0.7.0claws51
11653
11654         * src/prefs_actions.c   ** NEW FILE **
11655         * src/prefs_actions.h   ** NEW FILE **
11656                 Added actions to execute on message text view, or on the
11657                         message's file.
11658         * src/Makefile.am
11659                 Added src/prefs_actions.[ch]
11660         * src/compose.c
11661                 Added new menu "Edit/Actions"
11662         * src/defs.h
11663                 Added new actionsrc file.
11664         * src/main.c
11665                 Added actionsrc reading.
11666         * src/mainwindow.c
11667                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11668         * src/prefs_common.h
11669                 Added new element actionslst element to prefs_common.
11670
11671 2002-02-06 [paul]       0.7.0claws50
11672
11673         * sync with sylpheed 0.7.0cvs36
11674                 see ChangeLog entry 2002-02-06
11675
11676 2002-02-05 [paul]
11677
11678         * po/es.po
11679                 updated by Ricardo Mones Lastra
11680
11681 2002-02-05 [paul]       0.7.0claws49
11682
11683         * sync with sylpheed 0.7.0cvs33
11684                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11685
11686 2002-02-05 [paul]       0.7.0claws48
11687
11688         * src/compose.c
11689                 re-add 'Edit/Advanced/Delete entire line', previously named
11690                 'Delete Line+'
11691
11692 2002-02-04 [paul]       0.7.0claws47
11693
11694         * src/compose.c
11695           src/summaryview.c
11696                 fix bug #494993 (Reply All not taking Reply-To into consi)
11697                 eliminate differences in behaviour of right-click 'Reply to all' 
11698                 in summary view and 'Reply to all' on the toolbar. 
11699                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11700                 view and From gets ignored by 'Reply to all' on toolbar.
11701                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11702                 From when no Reply-To header is present.
11703
11704 2002-02-04 [paul]       0.7.0claws46
11705
11706         * sync with sylpheed 0.7.0cvs30
11707                 see ChangeLog entries 2002-02-03 and 2002-02-04
11708
11709 2002-02-03 [melvin]     0.7.0claws45
11710
11711         * src/gtkspell.[ch]
11712                 Readded function to highlight all misspelled words.
11713                 Fixed bug where user-provided-words did not replace
11714                         correctly the misspelled word when using the mouse.
11715                 Fixed bug where checking a region selected from right to left did
11716                         not check the region at all.
11717                 Fixed bug where 'Check backwards' may not check at all. 
11718                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11719                 Fixed possible buffer overflow when checking for long strings (>1k).
11720                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11721                 Accelerators code uses now gtk_widget_add_accel.
11722                 Removed and disabled obsolete and unfinished code.
11723                 Cleaning up.
11724
11725         * src/compose.c
11726                 Added menu item to Highlight all misspelled words.
11727
11728 2002-02-01 [paul]       0.7.0claws44
11729
11730         * src/mainwindow.c
11731                 fix '/View/Hide read messages' sensitivity when all
11732                 messages in a folder are hidden
11733
11734 2002-02-01 [paul]       0.7.0claws43
11735
11736         * src/main.c
11737                 add --send option to command line interface, sends all
11738                 queued mail. Patch submitted by Ricardo Mones Lastra.
11739
11740 2002-01-31 [paul]       0.7.0claws42
11741
11742         * src/mainwindow.c
11743                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11744
11745 2002-01-31 [paul]       0.7.0claws41
11746
11747         * sync with sylpheed 0.7.0cvs27
11748                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11749                 and 2002-01-31
11750
11751         * src/textview.c
11752                 comment out elements of textview_show_part() as temporary
11753                 workaround for attachment 'Display as text' bug 
11754
11755         * po/pt_BR.po
11756                 updated by Fabio Junior Beneditto
11757
11758 2002-01-30 [paul]       0.7.0claws40
11759
11760         * sync with sylpheed 0.7.0cvs24
11761                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11762                 and 2002-01-30
11763
11764         * src/compose.c
11765                 add {N_("/_Spelling"), ... "<Branch>"} to 
11766                 GtkItemFactoryEntry compose_entries[]
11767
11768         * src/prefs_common.c
11769                 add claws menu items to prefs_keybind_apply_clicked()
11770                 and remove non-claws menu items
11771
11772 2002-01-29 [paul]       0.7.0claws39
11773
11774         * sync with sylpheed 0.7.0cvs22
11775                 see ChangeLog entries 2002-01-28 and 2002-01-29
11776
11777 2002-01-28 [melvin]     0.7.0claws38
11778
11779         * src/compose.c
11780                 Added the declartion of compose_send_control_enter.
11781
11782         * src/compose.c
11783         * src/gtkspell.[ch]
11784                 Added in a 'Spelling' menu which includes the configuration menu. 
11785                 Added a real 'Check all' and got rid from the old one which only
11786                 highlited misspelled word.
11787                 Made 'Check while typing' a disableable option.
11788                 Added a dialog when there are no more misspelled word.
11789                 Added a dialog if error occurs when switching to a dictionary.
11790         
11791         * src/prefs_common.[ch]
11792                 Added option for the default 'Check while typing' option.
11793
11794
11795 2002-01-28 [alfons]     0.7.0claws37
11796
11797         * src/compose.c
11798                 fix buglet and make code comply with sylpheed code style
11799
11800 2002-01-28 [paul]       0.7.0claws36
11801
11802         * sync with sylpheed 0.7.0cvs19
11803                 see ChangeLog entries for 2002-01-28
11804
11805 2002-01-28 [hoa]        0.7.0claws35
11806
11807         * src/defs.h
11808                 added rendererrc
11809
11810         * src/main.c
11811                 read the renderer config
11812
11813         * src/procmime.[ch]
11814                 use the renderer config to convert mime attachments
11815
11816         * src/textview.c
11817                 don't use textview_show_html/ertf,
11818                 use get_text_content instead
11819
11820 2002-01-27 [alfons]     0.7.0claws34
11821         
11822         * src/news.c
11823                 make sylpheed believe it can delete a news message...
11824                 (messages are NOT deleted, maybe we should remove
11825                 processing from the folder properties after all.)
11826
11827 2002-01-27 [alfons]     0.7.0claws33
11828
11829         * src/folder.c
11830                 add extra checks
11831         * src/news.c
11832                 implement remove_msg() 
11833
11834 2002-01-27 [alfons]     0.7.0claws32
11835
11836         * src/procmsg.h
11837         * src/procheader.c
11838         * src/messageview.c
11839                 fix return receipt / disposition notification again. this
11840                 stuff seems to break on _every_ major summary UI change, so
11841                 it's now implemented using a flag which is saved in the
11842                 marks cache
11843                 
11844 2002-01-26 [alfons]     0.7.0claws31
11845
11846         * src/import.c
11847                 let import dialog show the destination folder identifier
11848
11849 2002-01-26 [melvin]     0.7.0claws30
11850
11851         * src/folderview.c
11852         * src/summaryview.c
11853                 Readded 'Mark all read' into summary view popup menu
11854                 Added 'Mark all read' in folder view popup menu for IMAP
11855                 and NNTP.
11856                 Made it insensitive if the selected folder is not the shown
11857                 one to avoid 'Mark all read' on the wrong folder.
11858                 
11859 2002-01-26 [paul]       0.7.0claws29
11860
11861         * src/folderview.c
11862           src/summaryview.c
11863                 move 'Mark all read' from summary view to folder view
11864                 menu. (adapted from) patch submitted by Jeremy Andrews,
11865                 <lists@kerneltrap.com>
11866
11867 2002-01-25 [alfons]     0.7.0claws28
11868
11869         * src/gtkstext.c
11870                 put the gtk class name back so GtkSText adapts the 
11871                 settings of GtkText
11872
11873 2002-01-25 [alfons]     0.7.0claws27
11874
11875         * src/folderview.c 
11876                 assimilate Ricardo's patch that shows pixmaps instead of
11877                 plain "new" and "unread" texts in the folder view column
11878                 headers 
11879
11880 2002-01-25 [paul]       0.7.0claws26
11881
11882         * src/Makefile.am
11883                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11884                 be found in non-standard locations. 
11885                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11886
11887 2002-01-25 [paul]       0.7.0claws25
11888
11889         * sync with sylpheed 0.7.0cvs16
11890                 see ChangeLog entry 2002-01-25
11891
11892 2002-01-24 [paul]       0.7.0claws24
11893
11894         * more sync with sylpheed 0.7.0cvs15
11895                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11896
11897 2002-01-23 [sergey]     0.7.0claws23
11898
11899         * src/importldif.c
11900                 Fixed segfault when closing LDIF import wizard with
11901                 the window manager.
11902         * src/imageview.c
11903         * src/imageview.h
11904         * src/messageview.c
11905         * src/mimeview.c
11906                 Fixed wrong scrolling position after switching between
11907                 text and image parts.
11908
11909 2002-01-23 [paul]       0.7.0claws22
11910
11911         * sync with sylpheed 0.7.0cvs15
11912                 see ChangeLog entries 2002-01-22 and 2002-01-23
11913
11914 2002-01-21 [melvin]     0.7.0claws21
11915
11916         * src/prefs_scoring.c
11917         * src/prefs_filtering.c
11918                 Fixed bug where scoring and filtering windows stopped
11919                 autochecking.
11920
11921 2002-01-21 [paul]       0.7.0claws20
11922
11923         * sync with sylpheed 0.7.0cvs12
11924                 see ChangeLog entries 2002-01-20 and 2002-01-21
11925
11926 2002-01-21 [carsten]    0.7.0claws19
11927         * src/mainwindow.c
11928         * src/menu.[ch]
11929         * src/messageview.[ch]
11930         * src/summaryview.[ch]
11931                 changes to shortcuts handling again:
11932                         + "Q" now controled by mainwin
11933                         + v/V are now customizable and have slightly
11934                           different meanings
11935                 the "button" to minimize the messageview (and maximize
11936                 the summary view) is a real button now
11937         * src/compose.c
11938                 "Delete Line+" added to Edit/Advanced (this will also
11939                 delete the '\n')
11940
11941 2002-01-20 [melvin] 0.7.0claws18
11942
11943         * src/addressbook.c
11944                 Made "Bcc" sensitive when addressbook is called from
11945                 compose window (it was a Claws only bug).
11946
11947 2002-01-19 [alfons] 0.7.0claws17
11948
11949         * src/inc.c
11950                 prevent unnecessary updates when currently selected folder has
11951                 no new messages 
11952
11953 2002-01-19 [alfons] 0.7.0claws16
11954         
11955         * src/summaryview.c
11956                 prevent writing the cache based on current message list in summary 
11957                 view when filtering also put messages in currently selected folder
11958
11959 2002-01-19 [paul]
11960
11961         * po/it.po
11962                 Italian translation submitted by Alessandro Maestri
11963                 <a.maestri@cs.tin.it>
11964
11965 2002-01-18 [melvin]     0.7.0claws15
11966
11967         * src/prefs_filters.c
11968                 fixed bug where 'cancel' from 'filters' window stops autochecking
11969                 if the timer timed out  when the window was open.
11970
11971 2002-01-18 [match]      0.7.0claws14
11972
11973         * src/addrclip.[ch]     ** NEW FILE **
11974         * src/addrselect.[ch]   ** NEW FILE **
11975         * src/adbookbase.h      ** NEW FILE **
11976                 addressbook cut, copy and paste
11977         * src/addrbook.[ch]
11978         * src/addrcache.[ch]
11979         * src/addressitem.h
11980         * src/addrindex.[ch]
11981         * src/addritem.[ch]
11982         * src/importldif.c
11983         * src/importmutt.c
11984         * src/jpilot.[ch]
11985         * src/syldap.[ch]
11986         * src/vcard.[ch]
11987         * src/jpilot.[ch]
11988         * src/editbook.c
11989         * src/editjpilot.c
11990         * src/editldap.c
11991         * src/editvcard.c
11992                 support for copy/paste
11993         * src/addressbook.c
11994                 support for copy/paste
11995                 tidy up menu option processing
11996                 correct address list function arguments
11997         * src/editaddress.c
11998                 sort user attributes
11999         * src/ldif.h
12000         * src/mutt.h
12001                 tidy up
12002
12003         * src/addrbook.[ch]
12004         * src/addrbook.[ch]
12005         * src/addrbook.[ch]
12006                 
12007
12008 2002-01-18 [paul]       0.7.0claws13
12009
12010         * sync with sylpheed 0.7.0cvs8
12011                 configure.in: support Mac OS X (Darwin)
12012
12013 2002-01-18 [carsten]    0.7.0claws12
12014         * src/html.c
12015                 small hack to fix a segfault with an empty href
12016                 (reported by Alexandra Walford <deeni@altern.org>)
12017         * src/mainwindow.c
12018         * src/summaryview.c
12019                 the shortcuts for Mark und Mark as unread are hardcoded
12020                 again
12021         * src/compose.c
12022         * src/gtkstext.[ch]
12023                 readded the shortcuts in gtkstext but made them
12024                 customizeable (simply by adding a menu plus a wrapper
12025                 to compose.c)
12026
12027 2002-01-17 [melvin]     0.7.0claws11
12028
12029         * src/gtkspell.c
12030                 fix default dictionary not being saved.
12031
12032 2002-01-16 [darko]      0.7.0claws10
12033
12034         * src/compose.c
12035                 fix wrapping crash with URL longer than wrapping margin
12036
12037 2002-12-08 [hoa]        0.7.0claws10
12038
12039         * src/matcher_parser_parse.y
12040                 fixed some bugs
12041
12042         * src/prefs_filtering.c
12043                 now, we can use bounce action in the dialog box.
12044
12045 2002-01-16 [carsten]    0.7.0claws9
12046         * src/gtkstext.c
12047                 removed the <control> and <alt> shortcuts because they're
12048                 not needed and interefered with the "normal" shortcuts
12049         * src/mainwindow.c
12050         * src/summaryview.c
12051                 removed most of the hardcoded shortcuts and assigned
12052                 them to menu entries making them easy customizable by
12053                 that
12054
12055 2002-01-16 |melvin]     0.7.0claws8
12056
12057         * src/gtkspell.c
12058                 fixed bug where using the mouse and when the compose
12059                 window is not on top may result in a crash.
12060
12061 2002-01-16 [melvin]     0.7.0claws7
12062
12063         * src/compose.c
12064                 fixed a long standingspell checker bug which could 
12065                 cause a crash after sending a message.
12066
12067 2002-01-16 [paul]       0.7.0claws6
12068
12069         * sync with sylpheed 0.7.0cvs7
12070                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12071                 2002-01-15, and 2002-01-16
12072
12073 2002-01-16 [melvin]     0.7.0claws5
12074
12075         * README.claws
12076         * src/compose.c
12077         * src/gtkspell.[ch]
12078         * src/main.c
12079                 Heavily modified spell checker code to work around
12080                 ispell bug, to add keyboard shortcuts and for future
12081                 enhancements. See README.claws for usage information.
12082
12083 2002-01-15 [alfons]     0.7.0claws4
12084         
12085         * src/summaryview.c
12086                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12087                 so sorting within threads reflects sort mode
12088
12089 2002-01-15 [christoph]  0.7.0claws3
12090
12091         * src/procmsg.c
12092                 added alertpanel if mail sending failed
12093
12094 2002-01-15 [alfons]     0.7.0claws2
12095         
12096         * src/prefs_filtering.c
12097                 don't stop timer when prefs filtering dialog is opened
12098
12099 2002-01-14 [alfons]     0.7.0claws1
12100
12101         * src/addr_compl.c
12102         * src/prefs.c
12103                 remove debug_print()s for privacy reasons
12104
12105 2002-01-14 [darko]      0.7.0claws
12106
12107         * README.claws
12108                 quotation wrapping is now also in the main branch
12109
12110 2002-01-14 [paul]
12111
12112         * tools/filter_conv.pl
12113                 allow for Boolean Op and case-sensitivity
12114                 this file is included in the release and tagged
12115                 'rel_0_7_0'
12116
12117 2002-01-13 [paul]       0.7.0claws
12118
12119         * release 0.7.0, with cvs tag 'rel_0_7_0'
12120
12121 2002-01-13 [paul]
12122
12123         * tools/filter_conv.pl
12124         * tools/README
12125                 rewritten to output to matcherrc instead of filteringrc
12126
12127         * po/es.po
12128                 updated Spanish translation by Ricardo Mones Lastra
12129
12130 2002-01-13 [alfons]
12131
12132         * po/nl.po
12133                 update dutch translation
12134
12135 2002-01-13 [paul]
12136
12137         * po/pt_BR.po
12138                 Updated by Fabio Junior Beneditto 
12139
12140 2002-01-13 [melvin]     0.6.6claws53
12141
12142         * po/fr.po
12143                 Updated french translation
12144
12145 2002-01-12 [alfons]     0.6.6claws52
12146
12147         * src/filtering.c
12148                 plug mem leak that has been sitting there for ages              
12149
12150 2002-01-12 [alfons]     0.6.6claws51
12151
12152         * src/summaryview.c
12153                 undo melvin's changes from 0.6.6claws48 because summary
12154                 view now refuses to select first unread message when
12155                 selecting a folder 
12156
12157 2002-01-11 [alfons]     0.6.6claws50
12158
12159         * src/import.c
12160                 use claws' semantics for getting folder item when
12161                 importing an mbox file into a folder 
12162                 (submitted by Dale P. Smith)
12163
12164 2002-01-11 [christoph]  0.6.6claws49
12165
12166         * src/prefs.h
12167                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12168                 toggle widget, because non static prefs can not use
12169                 prefs_set_* functions
12170         * src/prefs_account.c
12171                 toggle smtp auth password field sensitivity if
12172                 user id is empty and add descrition of usage for
12173                 these fields
12174         * src/prefs_folder_item.c
12175                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12176                 callbacks
12177
12178 2002-01-11 [melvin]     0.6.6claws48
12179
12180         * src/compose.c
12181                 fix the 'Ctrl-Enter' feature for sending and test really
12182                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12183                 editables which was not documented in Gtk)
12184
12185         * src/summaryview.c
12186                 Made summaryview refresh after sorting and not before.
12187
12188 2002-01-11 [christoph]  0.6.6claws47
12189
12190         * src/compose.c
12191                 select account from account ids if possible and
12192                 correctly set save folder for copy in reedit
12193
12194 2002-01-10 [paul]       0.6.6claws46
12195
12196         * sync with sylpheed 0.7.0 release
12197                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12198                 2002-01-09
12199
12200 2002-01-09 [alfons]
12201
12202         * src/summaryview.c
12203                 remove more dirt traces...
12204
12205 2002-01-09 [alfons]
12206         
12207         * src/summaryview.c
12208                 clean up some traces of my debugging stuff
12209
12210 2002-01-09 [alfons]     0.6.6claws45
12211
12212         * src/filtering.c
12213                 break up filteringprop_apply() in three separate pieces
12214                 so we can drop messages that failed processing in the
12215                 inbox
12216
12217         * src/summaryview.c
12218                 fix bug #469598 "no refresh of inbox after filter" which 
12219                 was introduced by the new summary view locking, and which 
12220                 prevented the summary view to update after a manual filter 
12221                 message. claw's filter message requires a summary_show().
12222                 (aargh, summary_show() again! :-)
12223                 
12224 2002-01-07 [alfons]     0.6.6claws44
12225
12226         * src/headerwindow.c
12227         * src/logwindow.c
12228         * src/messageview.c
12229         * src/sourcewindow.c
12230                 bring in Hiro's last 0.7.0 wm class fixes
12231
12232         * tools/sylprint.pl
12233                 bring in Ricardo's fix for sylprint script
12234
12235         * AUTHORS       
12236         * src/rfc2015.[ch]
12237         * src/prefs_common.[ch]
12238         * src/prefs_account.[ch]
12239         * src/compose.c
12240                 clean up account preference poison in rfc2015,
12241                 and preparation to fix double sign bug 
12242                 (patch submitted by Simon 'corecode' Schubert)
12243
12244 2002-01-07 [christoph]  0.6.6claws43
12245
12246         * src/mh.c
12247                 search for free message number, do not only rely
12248                 on last_num
12249         * src/send.c
12250                 fix smtp auth and use extra account information
12251                 if available, if not use pop3 data instead
12252                 (closes bug #500341)            
12253         * src/ssl.[ch]
12254                 match coding style
12255
12256 2002-01-06 [alfons]     0.6.6claws42
12257
12258         * src/mainwindow.c
12259                 try making the separate windows work again...
12260
12261 2002-01-06 [alfons]     0.6.6claws41
12262
12263         * src/mainwindow.c
12264                 adapt Hiro's separate window menu (to get rid of the funny
12265                 duplicate menu items), and make it work again
12266
12267 2002-01-06 [alfons]     0.6.6claws40
12268
12269         * tools/Makefile.am
12270         * tools/sylprint.rc
12271         * tools/sylprint.pl
12272         * tools/README.sylprint
12273                 add sylprint script for printing mails from Sylpheed
12274                 (contributed by Ricardo Mones Lastra)
12275
12276         * src/acount.c
12277                 clean up
12278
12279 2002-01-06 [melvin]     0.6.6claws39
12280
12281         * src/mainwindow.c
12282         * src/summaryview.c
12283                 Fixed crash introduced in 0.6.6claws38 by the menu
12284                 reorganisation (Hide read messages)
12285         
12286         * ChangeLog.claws 
12287                 Fixed typo (we are now in 2002, alfons ;) )
12288
12289 2002-01-05 [alfons]     0.6.6claws38
12290
12291         * sync with sylpheed 0.6.6cvs10-17
12292                 (last stuff marked as LAST_STABLE)
12293
12294 2002-01-04 [melvin]     0.6.6claws37
12295
12296         * src/account.c
12297                 Made account selection code use strcasestr again instead of
12298                 g_strcasecmp (fixes bug where reediting queued messages
12299                 did not select proper account reported by T. Link).
12300         
12301         * src/folderview.c
12302                 Fix bug where folder icons are not shown when 'hide read messages'
12303                 is on.
12304         
12305         * src/stock_pixmaps.[ch]
12306                 Added folder icons for 'hide read messages'.
12307         
12308         * src/compose.c
12309                 Fixed bug where 'Enter' in a header entry will send the message 
12310                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12311
12312 2002-01-03 [melvin]     0.6.6claws36
12313         
12314         * src/prefs.[ch]
12315                 Added popup menu for common preferences and
12316                 account preferences (right click on tab displays
12317                                 a menu of all tabs.)
12318
12319 2002-01-02 [melvin]     0.6.6claws35
12320
12321         * src/gtkspell.[ch]
12322                 Made spelling code compatible with undo/redo feature.
12323                 Added creation of suggestion mode menu for the general
12324                         preferences.
12325         
12326         * src/prefs_common.[ch]
12327                 Added option menu for the speller's suggestion mode.
12328                 Added missing spaces in "..." buttons and made a "..."
12329                         button non translatable!
12330         
12331         * src/compose.c
12332                 Made speller use the default suggestion mode.
12333                 Hack to make it possible to choose 'CTRL-Enter' as a
12334                         shortcut for sending (and only for sending).
12335
12336         * src/prefs_folder_item.c
12337                 Changing subject simplification does not update cache 
12338                         anymore (because it is unnecessary).
12339                 Fixed bug where changing subject simplification updated the 
12340                         summaryview even when the viewed folder is not the
12341                         folder which properties are being changed. (E.g. 
12342                                         viewing folder A and changing
12343                                         the subject simplification of 
12344                                         folder B -not being viewed- updated the 
12345                                         summaryview of folder A with data of
12346                                         folder B). (Hope this is clear... )
12347
12348 2001-12-31 [alfons]     0.6.6claws34
12349         
12350         * src/ldif.c
12351         * src/mutt.c
12352                 fgetc() returns a signed integer which doesn't
12353                 fit in a char. so c truncates this to a char
12354                 but we may lose significant bits. i.e. we may
12355                 comparing 0xFF which may not be equal to -1
12356                 unless properly casted to signed char which
12357                 we won't do because fgetc() returns a signed
12358                 integer which doesn't fit in a char. so c 
12359                 truncates this to a char but we may lose 
12360                 significat bits. (you got the idea, thanks
12361                 to Gustavo Noronha Silva <kov@debian.org>
12362                 and the Debian folks!)
12363
12364 2001-12-30 [alfons]     0.6.6claws33
12365
12366         * src/prefs_common.c
12367                 add #ifdef USE_PSPELLs that Melvin forgot               
12368
12369 2001-12-30 [melvin]     0.6.6claws32
12370         
12371         * src/prefs_common.[ch]
12372                 Added configurable color for misspelled words.
12373
12374         * src/gtkspell.[ch]
12375                 Fixed bug of foreground text color (reported by David
12376                                 Mehrmann)
12377                 Added configurable color for misspelled words.
12378
12379 2001-12-30 [alfons]     0.6.6claws31
12380
12381         * src/folder.c
12382                 remove unnecessary things someone put there
12383
12384         * src/mh.c
12385         * src/folder.[ch]
12386                 make folder properties (like threading and sorting) persistent
12387                 (closes bug #497424 "rescan folder tree resets proprieties")
12388                 currently this is only for MH folders. 
12389
12390 2001-12-29 [melvin]     0.6.6claws30
12391
12392         * src/string_match.[ch]
12393                 Optimized a bit: regexp pattern buffer compiled only once, and
12394                   one subroutine call removed. Fixed ^ regexp search: Now, 
12395                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12396         
12397         * src/summaryview.c
12398                 Subject filtering changed to filter summary columns and
12399                   not directly the messages subject cache. The loss in 
12400                   performance is balanced by the improvement of string_match.
12401                 Added an alert panel if there is an error in the regexp.
12402
12403         * src/src/prefs_folder_item.h
12404                 Added a regexp pattern buffer.
12405
12406 2001-12-28 [alfons]     0.6.6claws29
12407
12408         * src/string_match.[ch]
12409                 clean up name space
12410                 allow compilation *BSD
12411
12412 2001-12-27 [alfons]     0.6.6claws28
12413
12414         * src/filter.c
12415                 sync the Hiro's bug fix for BSD
12416
12417 2001-12-27 [melvin]     0.6.6claws27
12418         
12419         * src/compose.c
12420                 Simplify focus to subject entry code.
12421
12422 2001-12-27 [darko]      0.6.6claws26
12423
12424         * src/filtering.c
12425         * src/mbox_folder.c
12426         * src/messageview.c
12427         * src/mh.c
12428         * src/procheader.[ch]
12429         * src/procmsg.h
12430         * src/stock_pixmap.[ch]
12431         * src/summaryview.c
12432                 Show key icon for encrypted mails in summary view
12433
12434         * src/pixmaps/clip.xpm
12435         * src/pixmaps/clipkey.xpm
12436         * src/pixmaps/key.xpm
12437                 New/modified icons for the above
12438
12439 2001-12-27 [melvin]     0.6.6claws25
12440
12441         * src/prefs_common.c
12442                 Put spell checker options in a separate tab to decrease
12443                 the Common Preferences window height.
12444
12445         * README.claws  
12446                 Update spell checker usage instruction about its options
12447                 location.
12448
12449 2001-12-27 [melvin]     0.6.6claws24
12450
12451         * src/compose.c
12452                 Changed subject entry widget position. Initial focus is
12453                 on the To header instead of the subject entry.
12454                 Creating a new header scrolls the header list to make the
12455                 created one visible. Nevertheless, when automatically filling
12456                 headers, the first one is shown.
12457                 A Tab key press in the last empty header entry zips the 
12458                 focus to the subject entry.
12459                 (I did not change the combo boxes, yet)
12460
12461 2001-12-26 [alfons]     0.6.6claws23
12462
12463         * src/prefs_account.c
12464         * src/inc.c
12465                 allow default inbox to reside in another mailbox (only
12466                 works for POP3 accounts)
12467
12468 2001-12-26 [alfons]     0.6.6claws22
12469         
12470         * src/textview.c
12471                 make reply-on-click work with the account of the selected folder
12472         * src/compose.c
12473                 put a fixme here to remind me to fix finding correct default
12474                 account for nested folders
12475
12476 2001-12-25 [alfons]     0.6.6claws21
12477
12478         * src/summaryview.c
12479                 make column headers display locked and mark pixmaps (idea by Melvin) 
12480                 fix bug by adding score and locked column type to sort array
12481
12482 2001-12-25 [alfons]     0.6.6claws20
12483         
12484         * src/summaryview.c
12485                 catch a *potentially* inadvertent write back of  
12486                 the message cache(s) introduced by 0.6.5claws37
12487
12488 2001-12-25 [christoph]  0.6.6claws19
12489
12490         * src/stock_pixmap.[ch]
12491         * src/summaryview.c
12492                 add ignore thread pixmap
12493                 (can someone draw a better icon for this?)
12494
12495 2001-12-24 [alfons]     0.6.6claws18
12496
12497         * src/prefs_folder_item.c
12498                 make address completion actually work for the
12499                 Default To address in the Folder Property dialog.
12500
12501 2001-12-24 [alfons]     0.6.6claws17
12502         
12503         * src/summaryview.c
12504                 use new style regexp for subject stripping 
12505                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12506
12507 2001-12-24 [darko]      0.6.6claws16
12508
12509         * src/pgptext.c
12510         * src/rfc2015.c
12511                 move GPG related informational messages to debug mode
12512
12513 2001-12-23 [alfons]     0.6.6claws15
12514
12515         * src/stock_pixmap.[ch]
12516         * src/summaryview.c
12517                 add the forgotten Claws' locked pixmap
12518
12519 2001-12-23 [alfons]     0.6.6claws14
12520
12521         * src/filesel.c
12522                 accept file name typed in entry in multi file
12523                 selector (patch submitted by Gustavo Noronha Silva 
12524                 <kov@debian.org>)
12525
12526 2001-12-23 [alfons]     0.6.6claws13
12527
12528         * src/prefs_filter.c
12529         * src/prefs_filtering.c
12530         * src/matcher.c
12531         * src/importmutt.c
12532                 clean up a little bit
12533         
12534         * src/string_match.c
12535                 validate input strings a little bit more
12536
12537 2001-12-23 [alfons]     0.6.6claws12
12538
12539         * src/Makefile.am
12540         * src/summaryview.c
12541         * src/string_match.[ch]         ** NEW **
12542         * src/folderview.[ch]
12543         * src/headerview.h
12544         * src/folder.[ch]
12545         * src/prefs_folder_item.[ch]
12546                 add subject simplification to strip out strings from
12547                 a subject line (esp. handy for mailing lists). 
12548                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12549                 but slightly changed things for better integration.)
12550
12551 2001-12-23 [alfons]     0.6.6claws11
12552
12553         * src/mainwindow.c
12554                 fix bug introduced by submission included in 0.6.5claws52.
12555                 ideally this submission should clean the trash if any trash
12556                 folder has a message. however, the hasTrash variable was
12557                 set to false whenever a trash folder was empty (discarding
12558                 a previously found *filled* trash folder.)
12559
12560                 also edited the code a little bit and made it more safe.
12561
12562 2001-12-22 [alfons]     0.6.6claws10
12563
12564         * src/imap.c
12565                 quick fix for Martin Pool's omission of an account
12566                 specific SSL setting
12567
12568 2001-12-22 [alfons]     0.6.6claws9
12569
12570         * src/compose.c
12571         * src/messageview.c
12572         * src/mimeview.c
12573         * src/pgptext.c
12574         * src/procmime.[ch]
12575                 better support for multipart/digest (submitted
12576                 by Fredrik <e98fo@efd.lth.se>)
12577
12578 2001-12-22 [alfons]     0.6.6claws8
12579
12580         * src/addressbook.c
12581                 correct function signature
12582         * src/socket.[ch]
12583         * src/imap.[ch]
12584         * src/prefs_account.[ch]
12585                 allow IMAP over SSH tunnel (patch submitted by 
12586                 Martin Pool <mbp@samba.org>)
12587
12588 2001-12-21 [alfons]     0.6.6claws7
12589
12590         * sync with sylpheed 0.6.6cvs4-9
12591                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12592
12593 2001-12-21 [christoph]  0.6.6claws6
12594
12595         * src/compose.c
12596         * src/prefs_folder_item.[ch]
12597                 implement saving of outgoing messages to current folder.
12598                 fix segfault when no default outbox is available
12599                 (closes bug #495683)
12600
12601 2001-12-21 [carsten]    0.6.6claws5
12602         * src/folderview.c
12603         * src/summaryview.c
12604                 pressing CTRL while DND does now the expected thing and
12605                 copies the mail (moving is still the default, as this
12606                 seam more appropriate for handling mails by DND)
12607
12608 2001-12-18 [paul]       0.6.6claws4
12609
12610         * sync with sylpheed 0.6.6cvs3
12611                 see ChangeLog entries 2001-12-18
12612
12613 2001-12-18 [hiro]       0.6.6claws3
12614
12615         * src/undo.c
12616                 fix for multibyte characters (obtain the number of letters
12617                 instead of bytes).
12618
12619 2001-12-17 [paul]       0.6.6claws2
12620
12621         * sync with sylpheed 0.6.6cvs1
12622                 see ChangeLog entry 2001-12-16
12623
12624 2000-12-17 [alfons]     0.6.6claws1
12625
12626         * src/filtering.c
12627                 clean up
12628
12629 2001-12-16 [paul]       0.6.6claws
12630 2001-12-15
12631
12632         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12633
12634         * src/mimeview.c
12635                 last minute sync with main 0.6.6
12636
12637         * po/es.po
12638                 updated by Ricardo Mones Lastra
12639                 update for last minute sync
12640         * po/fr.po
12641         * po/nl.po
12642                 update for last minute sync
12643         * po/de.po
12644                 updated by Jens Oberender
12645         * po/pt_BR.po
12646                 updated by Fabio Junior Beneditto
12647
12648         * src/prefs_common.[ch]
12649         * src/undo.c
12650                 number of undo levels is user configurable
12651                 (squeeze it into the release in the dying
12652                 moments) Submitted by Jens Oberender    
12653
12654 2001-12-15 [melvin]
12655
12656         * po/fr.po
12657                 updated french translation
12658
12659 2001-12-15 [paul]       0.6.5claws92
12660
12661         * sync with sylpheed 0.6.5cvs28
12662                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12663
12664         * po/nl.po
12665                 update to allow for sync
12666
12667 2001-12-15 [alfons]
12668         
12669         * po/nl.po
12670                 update dutch translation
12671
12672 2001-12-14 [carsten]    0.6.5claws91
12673         * src/summaryview.c
12674                 fixed bug #473785; also after changing the column order
12675                 the same message will be selected and displayed as before
12676                 the reordering
12677
12678 2001-12-14 [carsten]    0.6.5claws90
12679         * src/folderview.c
12680                 probably found the bug reported by wwb opening or closing
12681                 a folder tree just before dnd (found the solution in the
12682                 balsa source -- thanks to them)
12683
12684 2001-12-14 [carsten]    0.6.5claws89
12685         * src/gtkutils.c
12686         * src/account.c
12687                 moved gtk_clist_moveto to the right place, so that
12688                 only the accounts dialog is effected on opening
12689
12690 2001-12-14 [carsten]    0.6.5claws88
12691         * src/gtkutils.c
12692                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12693                 now, so that the focused row will be seen in any case
12694                 (reported by wwp on sf-claws-user)
12695
12696 2001-12-14 [darko]      0.6.5claws87
12697
12698         * src/compose.c
12699                 remove unnecessary line
12700
12701 2001-12-14 [paul]       0.6.5claws86
12702
12703         * sync with sylpheed 0.6.5cvs27
12704                 see ChangeLog entries 2001-12-14
12705
12706 2001-12-14 [carsten]    0.6.5claws85
12707         * src/mainwindow.c
12708                 following a suggestion of Melvin the rcoabm pops up
12709                 right under the button now and the button is reliefed
12710                 while the popup is open
12711
12712 2001-12-14 [darko]      0.6.5claws84
12713
12714         * src/compose.c
12715                 fix crash when wrapping long lines if linewrap quotation
12716                 is disabled and wrapper encounters a word spanning more
12717                 than one line
12718
12719 2001-12-13 [paul]       0.6.5claws83
12720
12721         * src/compose.c
12722                 prefer 'Reply-To' header over mailing list header when
12723                 replying to a message. Finally prevent all those confirmation 
12724                 messages being sent to the list itself.
12725
12726         * src/summaryview.c
12727                 remove unused summary_set_menu_sensitive() entry
12728
12729 2001-12-13 [paul]       0.6.5claws82
12730
12731         * src/folderview.c
12732         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12733         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12734         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12735                 improvements to 'Hide read messages': Inbox, Outbox,
12736                 Trash, Queue, and Draft icons now reveal presence of hidden 
12737                 messages
12738
12739 2001-12-12 [alfons]     0.6.5claws81
12740
12741         0.6.5claws80 was tagged as LAST_STABLE
12742
12743         * src/filtering.[ch]
12744         * src/matcher.[ch]
12745         * src/matcher_parser_lex.c
12746                 fix the filtering; my last attempt to get it right, 
12747                 if it does not work, it's Hoa's turn. ;-)
12748
12749                 for my honourable peers:
12750                 
12751                 the code now makes a clear distinction between
12752                 rules as they are displayed (probably escaped),
12753                 and as they are executed (probably unescaped). the
12754                 parser does *NOT* do any unescaping, this is
12755                 the task of the matcher.c (which breaks up a
12756                 rule into condition) and the filtering.c (which
12757                 breaks up the rule's action). to make this
12758                 run happily we provide an unescaped copy of
12759                 crucial strings to the MatcherProp and 
12760                 FilteringAction structures. note that the only
12761                 exception to this is any REGEXP string. those
12762                 are directly passed to regcomp() and regexp()
12763                 (who have much more powerful unescape functions).
12764                 
12765                 for everyone else:
12766         
12767                 you can escape tab (\t), carriage return (\r),
12768                 linefeed (\n), form feed (\f), quote (\"), 
12769                 single quote (\'), bell (\b) in all the entry
12770                 lines in the scoring & filtering dialogs.
12771                 as an added bonus this should not affect
12772                 existing filtering rules.
12773
12774 2001-12-12 [carsten]    0.6.5claws80
12775
12776         * src/summaryview.c
12777         * po/de.po
12778                 "item(s) selected" is now sensitive to 1 or more
12779                 than one selected (nice for language where simple
12780                 adding of a "s" is not possible as German (Eintrag
12781                 ->Eintr"age)
12782                 
12783                 the "forward as attachment" entry from the right
12784                 click menu removed, "forward" acts following the
12785                 prefs
12786         
12787         * src/textview.c
12788                 reverted my former changes; so compiler warning again
12789                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12790                 nevertheless
12791
12792         * src/messageview.c
12793                 "search in message" does now *not* only work in MVIEW_TEXT
12794                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12795                 message
12796
12797         * src/mainwindow.c
12798                 removed "/File/_Close" as it was the same as "/File/E_xit"
12799                 and we don't need it two times
12800
12801                 the separate folder view and message view now get a distinct
12802                 WMCLASS, just in case someone is using sawfish ;-)
12803
12804                 as the menu entries "/View/Message view" and "/View/Folder tree"
12805                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12806                 make them sensitive accordingly and as these two are "shown"
12807                 after startup anytime check this menuitem at startup
12808
12809 2001-12-12 [paul]       0.6.5claws79
12810
12811         * src/folderview.c
12812                 fix sensitivity of 'Search folder...', broken in
12813                 0.6.5claws75
12814
12815         * src/mainwindow.c
12816                 fix dodgy English
12817
12818 2001-12-11 [carsten]    0.6.5claws78
12819         * src/filtering.c
12820                 fixed two typos returning a wrong FALSE/TRUE
12821         * src/mainwindow.[ch]
12822                 extra menu for email/news button removed
12823
12824 2001-12-11 [alfons]     0.6.5claws77
12825         
12826         * src/matcher.c                 (1.3)
12827         * src/matcher_parser_lex.l      (1.28)
12828                 revert for another attempt
12829                 mark 0.6.5claws77 as LAST_STABLE
12830
12831 2001-12-11 [christoph]  0.6.5claws76
12832
12833         * po/de.po
12834                 fixed wrong translation for prev. unread msg
12835
12836 2001-12-11 [paul]       0.6.5claws75
12837
12838         * src/folder.[ch]
12839         * src/folderview.c
12840         * src/mainwindow.c
12841         * src/summaryview.[ch]
12842         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12843                 enable ability to hide read messages on per folder basis via 
12844                 '/Summary/Hide read messages'; when selected, a folder will 
12845                 have a red open folder icon, instead of a blue icon, if the 
12846                 folder contains hidden messges
12847                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12848
12849         * src/mainwindow.c
12850                 remove '/Message/Forward as attachment' from 
12851                 main_window_set_menu_sensitive() to prevent debug warning
12852
12853         * src/folderview.c
12854         * src/mainwindow.c
12855                 Clean up some of the English
12856
12857         * tools/newscache_clean.pl
12858                 allow for new 'hidereadmsgs' entry in folderlist.xml
12859
12860         * po/es.po
12861                 updated translation, submitted by Ricardo Mones Lastra
12862
12863 2001-12-11 [paul]       0.6.5claws74
12864
12865         * sync with sylpheed 0.6.5cvs25
12866                 see ChangeLog entry 2001-12-11
12867
12868 2001-12-10 [alfons]     0.6.5claws73
12869
12870         * src/matcher.c
12871                 add more control characters
12872         * src/matcher_parser_lex.l
12873                 make escaping / unescaping work again
12874
12875 2001-12-10 [alfons]     0.6.5claws72
12876
12877         * src/imap.c
12878                 clean up warnings "returning value for void function" 
12879         * src/prefs_filtering.c
12880                 make info button for execute action sensitive
12881
12882 2001-12-10 [paul]       0.6.5claws71
12883
12884         * src/compose.c
12885         * src/imap.[ch]
12886         * src/summaryview.c
12887                 fix: imap server now gets informed of MARKED, UNMARKED
12888                 and REPLY events. Now people can use different IMAP-Mail
12889                 clients and have the exact same information about MARKED,
12890                 UNMARKED and REPLY status with all of them. Especially
12891                 useful for imap servers with a web-frontend.
12892                 submitted by Tobias Sandhaas <medlor@web.de>
12893
12894 2001-12-09 [melvin]     0.6.5claws70
12895         
12896         * src/textview.[ch]
12897                 fixed bug #490076 (hunted down by Alfons who implemented
12898                 a workaround in 0.6.5claws65)
12899
12900 2001-12-09 [christoph]  0.6.5claws69
12901
12902         * src/summaryview.c
12903                 set pointer to string in LOCKED column to NULL
12904                 (might fix bug #490800)
12905
12906 2001-12-09 [carsten]    0.6.5claws68
12907
12908         * po/de.po
12909                 resolved some cluttered menu shortcuts 
12910                 ('creating new email' and 'creating news message'
12911                 hade the same)
12912         * src/compose.c
12913                 wmclass now distinc from main window
12914         * src/mainwindow.c
12915           src/mainwindow.h
12916                 email/news and forward button functionality similar
12917                 to the reply buttons; removed the ugly dropdown arrows
12918                 and use instead the right mouse button
12919
12920 2001-12-09 [paul]       0.6.5claws67
12921
12922         * src/imap.c
12923         * src/utils.h
12924                 allow spaces in imap folder names
12925                 submitted by Willem van Engen <wvengen@stack.nl>
12926
12927 2001-12-09 [paul]       0.6.5claws66
12928
12929         * sync with sylpheed 0.6.5cvs24
12930                 see ChangeLog entry 2001-12-09
12931
12932 2001-12-08 [alfons]     0.6.5claws65
12933
12934         * src/textview.c
12935                 prevent secondary selection claim after "add to sender" dialog
12936                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12937                 we trick GTK by simulating a click at (0, 0) in the textview.
12938
12939 2001-12-08 [hoa]        0.6.5claws64
12940
12941         * src/folder.c
12942                 fixed a bug about the .processing folder name while filtering
12943
12944 2001-12-08 [alfons]     0.6.5claws63
12945
12946         * src/folderview.c 
12947                 work around problem of not correctly updating folder stats
12948                 when deleting messages. there's some folder scanning evil
12949                 going so the folderview_update_msg_num() does not work
12950                 correctly. need to investigate this.
12951
12952 2001-12-08 [paul]       0.6.5claws62
12953
12954         * sync with sylpheed 0.6.5cvs23
12955                 see ChangeLog entry 2001-12-08
12956
12957 2001-12-07 [christoph]  0.6.5claws61
12958
12959         * src/compose.c
12960                 fix another header translation problem
12961
12962 2001-12-07 [alfons]     0.6.5claws60
12963
12964         * src/mbox.c
12965                 make filtering also work on local spool mbox
12966
12967 2001-12-07 [carsten]    0.6.5claws59
12968         * src/addressbook.c
12969                 addressbook window gets a wmclass distinct from the main
12970                 sylpheed window
12971         * src/compose.h
12972         * src/mainwindow.[ch]
12973                   forward menu item will use mode selected in prefs, forward 
12974                 as attatchment in menu removed (will be substituted in the
12975                 toolbar similar to reply buttons)
12976                   create news message menu entry and news button is now 
12977                 sensitive to the existance of a news account
12978         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12979         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12980         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12981                 these are removed because the toolbar buttons don't show
12982                 the quoting modus any longer
12983
12984 2001-12-07 [paul]
12985
12986         * tools/newscache_clean.pl      ** NEW FILE **
12987                 perl script to do some tidying up in the newscache directory 
12988                 
12989         * tools/sylpheed-switcher       ** NEW FILE **
12990                 perl script to enable easy switching between main and claws
12991                 
12992         * tools/README
12993                 added descriptions of the two new perl scripts          
12994
12995
12996 2001-12-07 [melvin]     0.6.5claws58
12997
12998         * src/messageview.c
12999                 fixed a warning during compilation introduced in 0.6.5claws56
13000
13001 2001-12-07 [paul]       0.6.5claws57
13002
13003         * src/mainwindow.[ch]
13004         * src/menu.[ch]
13005                 further usability enhancements to replying with or without 
13006                 quoting via the toolbar, use of Ctrl key is replaced by 
13007                 drop down menu 
13008                 Submitted by Carsten Schurig            
13009
13010 2001-12-07 [melvin]     0.6.5claws56
13011
13012         * src/messageview.c
13013                 hack to fix bug that prevented to make/paste selections
13014                 after switching between MVIEW_TEXT and MVIEW_MIME views
13015                 without deselecting the selection first.
13016
13017 2001-12-06 [alfons]     0.6.5claws55
13018
13019         * src/filtering.[ch]
13020         * src/inc.c
13021                 revise filtering a little bit more, and make sure
13022                 messages are delivered to the appropriate inbox
13023                 (perhaps set per account)
13024
13025 2001-12-06 [paul]       0.6.5claws54
13026
13027         * sync with sylpheed 0.6.5cvs22
13028                 see ChangeLog entry 2001-12-06
13029
13030 2001-12-05 [alfons]     0.6.5claws53
13031
13032         * src/inc.c
13033         * src/folder.[ch]
13034         * src/procmsg.c
13035         * src/filtering.c
13036                 more revisions of filtering system
13037                 (last stable version is marked as LAST_STABLE)
13038                 
13039                 | NOTE 1): the filtering system now uses a local folder called
13040                 | .processing. if filtering fails, check this directory
13041                 | for missing messages.
13042                 |
13043                 | NOTE 2): help us find the filtering actions still missing
13044
13045 2001-12-05 [paul]       0.6.5claws52
13046
13047         * src/mainwindow.c
13048                 fix bug where 'Empty Trash?' pop-up window appears even
13049                 when Trash is empty, submitted by Jesse Skinner         
13050
13051 2001-12-05 [melvin]     0.6.5claws51
13052
13053         * src/compose.c
13054                 fixed bug #486106 to select correct account when reediting 
13055                 a queued message
13056         
13057 2001-12-04 [alfons]     0.6.5claws50
13058
13059         * src/mh.c
13060                 declare markfile in appropriate functions when
13061                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13062                 for spotting this)
13063
13064 2001-12-04 [paul]       0.6.5claws49
13065
13066         * sync with sylpheed 0.6.5cvs21
13067                 see ChangeLog entry 2001-12-04
13068
13069 2001-12-03 [christoph]  0.6.5claws48
13070
13071         * po/de.po
13072                 changed translation of undo
13073         * src/account.c
13074         * src/folder.c
13075                 don't reinvent the wheel to traverse a GNode
13076         * src/compose.[ch]
13077                 seperate code to create the compose gui into functions
13078                 add "Others" page with folder selection for saving copy
13079                 of the message.
13080                 the folder identifier is saved to queue header
13081         * src/procmsg.c
13082                 save message to folder in queue header
13083
13084 2001-12-03 [paul]       0.6.5claws47
13085
13086         * sync with sylpheed 0.6.5cvs20
13087                 see ChangeLog entry 2001-12-03
13088
13089 2001-12-01 [paul]
13090
13091         * more sync with sylpheed 0.6.5cvs19
13092                 see ChangeLog entry 2001-11-29
13093
13094 2001-11-30 [paul]       0.6.5claws46
13095         
13096         * src/compose.c
13097                 remove conflicts introduced by Hoa's last commit
13098          
13099         * src/mainwindow.c
13100                 make 'Message/Bounce' sensitive
13101
13102 2001-11-30 [hoa]        0.6.5claws45
13103
13104         * src/compose.c
13105                 slightly change bounce function to add
13106                 information about the user that bounced the mail
13107                 in the From header line.
13108
13109         * src/folderview.c
13110                 permit the use of processing in outbox folder.
13111
13112 2001-11-29 [paul]       0.6.5claws44
13113
13114         * src/mainwindow.[ch]
13115         * src/prefs_common.c
13116         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13117         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13118         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13119                 usability enhancements to the quoting, implements
13120                 use of Ctrl key to toggle quoting settings
13121                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13122
13123 2001-11-29 [paul]       0.6.5claws43
13124         
13125         * sync with sylpheed 0.6.5cvs19
13126                 see ChangeLog entry 2001-11-28
13127
13128 2001-11-29 [melvin]     0.6.5claws42
13129         * src/Makefile.am
13130                 added enriched.[ch] to the list of files
13131
13132         * src/textview.c
13133         * src/mimeview.c
13134         * src/procmime.[ch]
13135         * src/enriched.[ch]
13136                 added support to view text/enriched
13137                 added support to show headers in message view for text/enriched and text/html
13138                         in non multipart messages
13139
13140 2001-11-28 [paul]       0.6.5claws41
13141
13142         * more sync with sylpheed 0.6.5cvs18
13143                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13144
13145 2001-11-27 [paul]       0.6.5claws40
13146         
13147         * po/pt_BR.po
13148                 updated translation, submitted by Fabio Junior Beneditto
13149                 
13150         * sync with sylpheed 0.6.5cvs18
13151                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13152                 2001-11-27
13153
13154
13155 2001-11-26 [paul]
13156
13157         * po/es.po
13158                 updated translation, submitted by Ricardo Mones Lastra
13159
13160 2001-11-26 [alfons]
13161
13162         * src/matcher.c
13163                 add more translatable strings
13164
13165 2001-11-26 [christoph]  0.6.5claws39
13166
13167         * po/de.po      
13168                 fixed one more umlaut
13169         * src/compose.c
13170                 fix translated header when it should not be translated
13171
13172 2001-11-26 [paul]       0.6.5claws38
13173
13174         * src/mainwindow.c
13175                 remove '/Message/Add Sender to address book' from 
13176                 main_window_set_menu_sensitive(), prevent debug warning
13177                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13178
13179 2001-11-26 [paul]       0.6.5claws37
13180
13181         * src/summaryview.c
13182                 fix 'recurring unread state' bug 
13183
13184         * tools/README 
13185         * tools/filter_conv.pl
13186                 read name of top level mailbox from folderlist.xml
13187                 and presume nothing about its name              
13188
13189 2001-11-26 [darko]      0.6.5claws36
13190
13191         * src/gtkstext.[ch]
13192                 removed functions that are now in gtkutils.c
13193                 use gtkut_text_is_uri_string() from gtkutils.c
13194         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13195
13196 2001-11-26 [paul]       0.6.5claws35
13197
13198         * sync with sylpheed 0.6.5cvs16
13199                 see ChangeLog entries 2001-11-25 and 2001-11-26
13200
13201 2001-11-25 [alfons]     0.6.5claws34
13202
13203         EXPERIMENTAL!!! Please checkout the last stable version using: 
13204           
13205         % cvs update -r LAST_STABLE -dRAP
13206
13207         (Or help us testing this stuff.)
13208
13209         * src/filtering.c               (1.14)
13210         * src/filtering.h               (1.6)
13211         * src/inc.c                     (1.28)
13212         * src/matcher.c                 (1.20)
13213         * src/mbox.c                    (1.9)
13214         * src/procmsg.h                 (1.14)
13215         * src/summaryview.c             (1.59)
13216         * src/summaryview.h             (dunno)
13217                 revert/merge/sync to as it was before commit 
13218                 on Thu, 19 Jul 2001 10:15:51 -0700.
13219
13220 2001-11-25 [hoa]        0.6.5claws33
13221
13222         * src/main.c
13223                 processing mails at startup
13224
13225         * src/folderview.c
13226         * src/summaryview.[ch]
13227                 processing mails when entering folder
13228
13229         * src/prefs_filtering.c
13230                 fixed some UI bugs
13231
13232 2001-11-24 [alfons]     0.6.5claws32
13233
13234         * src/summaryview.[ch]
13235                 make summary sort headers work, and also make
13236                 sure the sort type is stored
13237
13238 2001-11-23 [alfons]     0.6.5claws31
13239
13240         * src/summaryview.[ch]
13241                 make lock work like mark
13242                 disallow deleting messages marked as locked
13243
13244 2001-11-23 [alfons]     0.6.5claws30
13245
13246         * src/gtkstext.c
13247         * src/compose.[ch]
13248         * src/Makefile.am
13249         * src/undo.[ch]
13250                 merge undo patch submitted by Jens
13251
13252 2001-11-23 [christoph]  0.6.5claws29
13253
13254         * src/.cvsignore
13255                 added ylwrap
13256         * src/compose.c
13257                 fixed gpg signing and encoding
13258         * src/folder.[ch]
13259         * src/main.c
13260                 added --status option to get new, unread and total
13261                 message count from a running sylpheed
13262         * src/prefs_common.c
13263                 temporary fix for reply_with_quote problem
13264                 (don't call functions for non existing widget)
13265         * src/procmsg.c
13266                 one more check for ignored threads but still not
13267                 always working correctly. probably a recursive
13268                 check for all parents is needed
13269
13270 2001-11-23 [darko]      0.6.5claws28
13271
13272         * src/compose.c
13273                 wrapping on send improvements
13274         * src/gtkutils.[ch]
13275                 fix for GtkSText after last sync with main branch
13276                 GTK_TEXT -> GTK_STEXT
13277
13278 2001-11-23 [paul]       0.6.5claws27
13279
13280         * sync with sylpheed 0.6.5cvs14
13281                 see ChangeLog entries 2001-11-22 and 2001-11-23
13282                 
13283         * po/de.po
13284                 fixed the scrambled umlauts 
13285                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13286
13287 2001-11-21 [paul]       0.6.5claws26
13288
13289         * sync with sylpheed 0.6.5cvs12
13290                 see 2nd ChangeLog entry dated 2001-11-20
13291
13292 2001-11-20 [paul]       0.6.5claws25
13293
13294         * sync with sylpheed 0.6.5cvs11
13295                 see ChangeLog entry 2001-11-19 (src/utils.c)
13296
13297 2001-11-20 [hiro]
13298
13299         * src/compose.c
13300                 GTK_TEXT -> GTK_STEXT
13301                 fix for wrong comment
13302
13303 2001-11-20 [hiro]       0.6.5claws24
13304
13305         * src/compose.[ch]
13306                 more merges from main branch
13307                 removed fatal warnings (uninitialized variables etc.)
13308                 some coding style fix
13309         * src/gtkutils.h
13310                 fixed typo.
13311         * src/addressbook.c
13312           src/addrindex.c
13313                 V-Card -> vCard
13314
13315 2001-11-19 [hoa]        0.6.5claws23
13316
13317         * src/filtering.c
13318         * src/prefs_scoring.c
13319         * src/matcher.[ch]
13320         * src/scoring.c
13321                 cleaning code
13322
13323         * src/matcher_parser_parse.y
13324         * src/prefs_filtering.c
13325                 bouncing
13326
13327 2001-11-19 [alfons]     0.6.5claws22
13328
13329         more of my old things into claws
13330
13331         * src/Makefile.am
13332         * src/prefs_common.c
13333         * src/procmsg.h
13334         * src/summaryview.[ch]
13335         * src/prefs_summary_column.c
13336         * src/pixmaps/locked.xpm
13337                 add indicators for locking of message in summary view
13338                 (does not work yet, only visual indicator)
13339
13340 2001-11-19 [paul]       0.6.5claws21
13341
13342         * sync with sylpheed 0.6.5cvs10
13343                 see ChangeLog entry 2001-11-19
13344
13345 2001-11-18 [alfons]     0.6.5claws20
13346         
13347         * src/filtering.c
13348                 remove an inadvertent free I forgot in previous clean up 
13349
13350 2001-11-18 [alfons]     0.6.5claws19
13351
13352         * src/filtering.[ch]
13353                 clean up & plug leaks
13354
13355 2001-11-18 [paul]       0.6.5claws18
13356
13357         * sync with sylpheed 0.6.5cvs9
13358                 see ChangeLog entries 2001-11-17 and 2001-11-18
13359
13360 2001-11-16 [paul]       0.6.5claws17
13361
13362         * sync with sylpheed 0.6.5cvs8
13363                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13364
13365 2001-11-16 [paul]       0.6.5claws16
13366
13367         * sync with sylpheed 0.6.5cvs7
13368                 see ChangeLog entries 2001-11-15 and 2001-11-16
13369
13370 2001-11-15 [hoa]        0.6.5claws15
13371
13372         * src/compose.c
13373                 fix bounce, mails we received couln't be bounced to ourself.
13374
13375         * src/defs.h
13376         * src/filtering.[ch]
13377         * src/matcher.[ch]
13378         * src/matcher_parser.h
13379         * src/matcher_parser_lex.l
13380         * src/matcher_parser_parse.y
13381         * src/inc.c
13382         * src/main.c
13383         * src/mbox.c
13384         * src/prefs_filtering.[ch]
13385         * src/mainwindow.c
13386         * src/prefs_matcher.c
13387         * src/prefs_scoring.c
13388         * src/scoring.[ch]
13389         * src/summaryview.c
13390                 new matcher/filter/score configuration file parser
13391                 one unique configuration file => ~/.sylpheed/matcherrc
13392                 import in currently automatic, then save are made
13393                 in this new file.
13394                 one filter per folder and one global filter
13395                 (filter of a folder will be used as folder processing)
13396
13397         * src/folder.c
13398                 fix a bug in folder_item_get_identifier
13399                 
13400         * src/messageview.c
13401                 receive receipt return are fixed.
13402
13403 2001-11-14 [alfons]     0.6.5claws14
13404
13405         * src/session.h
13406                 add things from main branch to make claws compile
13407
13408 2001-11-14 [paul]       0.6.5claws13
13409
13410         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13411                 see ChangeLog entries 2001-11-08 to 2001-11-14
13412
13413 2001-11-14 [hoa] 0.6.5claws12
13414
13415         * src/compose.[ch]
13416         * src/mainwindow.c
13417         * src/summaryview.c
13418                 add "bounce mail" option
13419
13420 2001-11-13 [christoph]  0.6.5claws11
13421
13422         * src/compose.c
13423                 Cleanup a mess i add before commiting
13424
13425 2001-11-13 [hoa]        0.6.5claws10
13426
13427         * src/compose.c
13428                 some fixes when mail are sent or
13429                 for crossposts
13430
13431 2001-11-13 [christoph]  0.6.5claws9
13432
13433         * po/de.po
13434                 Changed two string with the same translation
13435         * src/compose.c
13436         * src/procmsg.[ch]
13437         * src/send.[ch]
13438                 New mailsending process:
13439                   - Always queue message before sending
13440                     (message will be saved if sylpheed crashed or
13441                      freezes while sending)
13442                   - Allow queuing of newspostings
13443                   - No copy in outbox before sending
13444                     (closes bug #469501)
13445                   - No more redundant code for send and send_later
13446         * src/summaryview.c
13447                 Applied wwp <subscript@free.fr>'s patch that fixes
13448                 marks for multiple forwarded messages (+compose.c)
13449
13450 2001-11-12 [alfons]
13451
13452         * README.claws
13453                 remove things that are now in main branch
13454         
13455         * po/nl.po
13456                 update Dutch translation
13457
13458 2001-11-12 [mhadasht]   0.6.5.claws8
13459
13460         * src/prefs_common.c
13461                 re-enabled account autoselection feature for forward
13462                 and reedit lost during the branch point for SYNC-B4-REL
13463         * src/gtkspell.c
13464                 gtkpspell_get_dict(): more readable code (even if function is
13465                 not used yet)
13466         * ChangeLog.claws
13467                 added version number info to 2001-11-12 [hiro] comment.
13468
13469 2001-11-12 [hiro]       0.6.5.claws7
13470
13471         * src/compose.c
13472                 compose_forward(): fixed a bug that forward quote mark
13473                 wasn't used.
13474                 removed unnecessary code.
13475         * src/template_select.[ch]: removed.
13476
13477 2001-11-11 [alfons]
13478
13479         * src/compose.c
13480                 :%s/GTK_TEXT/GTK_STEXT/g
13481         
13482         * src/compose.[ch]
13483         * src/undo.[ch]
13484         * src/Makefile.am
13485                 revert the undo stuff (this is 0.6.6claws stuff)
13486
13487 2001-11-11 [hoa]        0.6.5.claws6
13488
13489         * src/compose.[ch]
13490                 Insert signature at the end of the text.
13491                 Added undo patch but currently disabled
13492
13493         * src/procmsg.c
13494                 Threading by subject improved.
13495
13496         * added src/undo.[ch]
13497                 Undo module for compose dialog box.
13498
13499 2001-11-11 [alfons]     0.6.5.claws5
13500
13501         * src/procmsg.c
13502                 prevent threading by subject on nodes that have already been
13503                 threaded by in-reply-to (as in "circular references in a tree
13504                 result in a dead branch")
13505
13506 2001-11-09 [hoa]        0.6.5.claws4
13507         
13508         * src/folderview.c
13509                 allows creation of mbox folder item from any files.
13510
13511 2001-11-09 [alfons]     0.6.5.claws3
13512         
13513         * src/utils.c
13514         * src/procmsg.c
13515                 do what I mean and correct threading by subject so it really
13516                 ignores attracting lines without "Re: "
13517
13518 2001-11-07 [alfons]     0.6.5.claws2
13519
13520         * src/procmsg.c
13521         * src/utils.[ch]
13522                 only attract by subject if a subject line starts with a "Re: "
13523         * src/syldap.c
13524                 remove warning
13525
13526 2001-11-07 [paul]       0.6.5claws1
13527
13528         * sync with sylpheed 0.6.5. release
13529                 see ChangeLog entry 2001-11-07
13530
13531 2001-11-07 [paul]       0.6.4claws31
13532
13533         * sync with sylpheed 0.6.4cvs18
13534                 see ChangeLog entries 2001-10-30 to 2001-11-07
13535                 prefs_templates.[ch] renamed prefs_template.[ch]
13536
13537 2001-11-06 [alfons]
13538         
13539         * src/utils.h
13540                 add semicolon Hoa forgot ;-)
13541                 
13542
13543 2001-11-06 [hoa]        0.6.4claws30
13544         
13545         * src/procmsg.c
13546         * src/summaryview.c
13547         * src/utils.c
13548         * src/utils.h
13549                 threading by subject - empty subject are ignored
13550
13551 2001-11-06 [christoph]  0.6.4claws29
13552
13553         * src/socket.c
13554                 use SSL_peek for sock_gets
13555         * src/utils.c
13556                 removed unneeded pointer in extracting quoted
13557                 names implementation
13558
13559 2001-11-06 [melvin]     0.6.4claws28
13560
13561         * src/gtkspell.c
13562                 fixed bug #476792 Selection overtyping with spell checker
13563                 fixed bug which could cause a buffer overflow
13564                 fixed a memory leak
13565
13566 2001-11-06 [hoa]        0.6.4claws27
13567         
13568         * src/procmsg.c
13569         * src/summaryview.c
13570                 threading by subject
13571
13572 2001-11-05 [alfons]     0.6.4claws26
13573         
13574         * README.claws
13575                 Claws -> Sylpheed (vice versa)
13576
13577         * src/compose.c
13578                 :%s/gtk_text/gtk_stext/g
13579                 :%s/GTK_TEXT/GTK_STEXT/g
13580                 (thanks to Jonathan Ware for spotting this)
13581
13582 2001-11-04 [christoph]  0.6.4claws25
13583
13584         * src/summaryview.c
13585                 replace Xalloca + strdup with Xstrdup_a
13586         * src/utils.c
13587                 better implementation of extracting quoted names
13588                 from addresses (remove backlashes and ignore
13589                 quotes after them)
13590
13591 2001-11-04 [alfons]     0.6.4claws24
13592
13593         * src/utils.[ch]
13594                 edit to comply more with coding style
13595
13596         * src/textview.c
13597                 fix bug reported by Kim Schulz. introduced by the patch integrated
13598                 in 0.6.4claws15. the code did not check the return value of
13599                 the html parser.
13600
13601         * AUTHORS
13602                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13603
13604 2001-11-04 [christoph]  0.6.4claws23
13605
13606         * src/main.c
13607         * src/prefs_common.[ch]
13608                 init some pointers that possibly caused a segfault
13609                 reported in the claws-users ML
13610
13611 2001-11-04 [hoa]        0.6.4claws22
13612
13613         * src/grouplistdialog.c
13614                 change the names of the nodes in the tree
13615
13616         * src/compose.c
13617                 enhanced mailto syntax as described in
13618                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13619                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13620
13621         * src/utils.c
13622                 encode and decode URI (useful when opening URL into
13623                 netscape).
13624
13625 2001-11-03 [hoa]        0.6.4claws21
13626
13627         * src/grouplistdialog.c
13628                 a new newsgroups list selection dialog box
13629                 with a CTree instead of a CList
13630
13631 2001-11-03 [hoa]        0.6.4claws20
13632
13633         * src/folderview.c
13634                 enable property and scoring options when right
13635                 click on "inbox"
13636
13637         * src/summaryview.c
13638                 fixed bug when nickname were displayed using
13639                 the address book.
13640
13641 2001-11-02 [darko]      0.6.4claws19
13642
13643         * src/compose.c
13644                 new wrap quotation and URL/long words wrapping implementation
13645         * src/compose.c src/gtkstext.[ch]
13646                 move gtkstext_strncmp() to gtkstext.c
13647
13648 2001-11-01 [christoph]  0.6.4claws18
13649
13650         * src/prefs_account.c
13651                 fixed mess in account settings dialog
13652         * src/prefs_folder_item.c
13653                 added label with folder path to dialog
13654
13655 2001-10-31 [match]      0.6.4claws17
13656
13657         * src/vcard.c
13658                 fix memory leak.
13659         * src/addrbook.c
13660                 fix generation of spurious address book file names.
13661                 remove redundant functions.
13662         * po/POTFILES.in
13663                 added missing file names.
13664
13665 2001-10-30 [paul]       0.6.4claws16
13666
13667         * sync with sylpheed 0.6.4cvs6
13668                 see ChangeLog entries 2001-10-26 to 2001-10-30
13669
13670         * tools/filter_conv.pl
13671                 read folderlist.xml to discover whether the top-level
13672                 folder is called 'Mailbox' or 'Mail' 
13673
13674 2001-10-29 [paul]       0.6.4claws15
13675
13676         * src/html.c, src/textview.c
13677                 activate links in html mail and fix clickable parts
13678                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13679
13680 2001-10-29 [paul]
13681
13682         * po/de.po, po/es.po, po/pt_BR/po
13683                 updated translations, submitted by Jens Oberender,
13684                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13685
13686 2001-10-29 [darko]      0.6.4claws14
13687
13688         * src/compose.c
13689                 fix wrapping for good
13690
13691 2001-10-29 [darko]
13692
13693         * src/compose.c
13694                 undo previous change as it broke the smart wrapping
13695
13696 2001-10-29 [darko]      0.6.4claws13
13697
13698         * src/compose.c
13699                 fix infinite loop when long URL is quoted
13700                 (closes bug #475122.
13701
13702 2001-10-28 [match]
13703
13704         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13705                 import Mutt address book
13706         * src/ldif.[ch] src/importldif.h
13707                 modified import LDIF handle user attributes
13708
13709 2001-10-28 [christoph]  0.6.4claws12
13710
13711         * src/summaryview.c
13712                 fixed that filtering did not work if there
13713                 were no filter rules
13714                 (closes bug #472003 and better implementation
13715                  of patch #474644)
13716
13717 2001-10-27 [christoph]  0.6.4claws11
13718
13719         * src/compose.c
13720                 make the folder's default account to be used when
13721                 replying. (patch by wwp <subscript@free.fr>)
13722         * src/compose.c
13723                 code cleanup, nearly killed all of wwp's patch
13724                 for folder's default account in compose
13725         * src/folderview.c
13726                 error panel when a folder could not be created
13727                 (closes bug #471080 new folder name & already
13728                  existing file)
13729
13730 2001-10-26 [alfons]
13731
13732         * src/utils.h
13733                 change prototype of strstr2() that Christoph forgot about
13734
13735 2001-10-26 [christoph]  0.6.4claws10
13736
13737         * src/account.c
13738                 made search for accounts by email address not case
13739                 sensitive
13740         * src/folder.c
13741                 fixed memory leak in folder_item_get_identifier
13742         * src/gtkspell.c
13743         * src/utils.c
13744                 fixed wrong strstr2 (should work like strstr)
13745
13746 2001-10-26 [darko]      0.6.4claws9
13747
13748         * src/compose.c src/gtkstext.[ch]
13749         * src/gtkstext.c
13750                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13751
13752 2001-10-26 [paul]       0.6.4claws8
13753
13754         * src/html.c
13755                 ignore css and javascript tags in html mail
13756                 case-insensitive, with or without double-quoted
13757                 strings
13758
13759 2001-10-26 [paul]       0.6.4claws7
13760
13761         * sync with sylpheed 0.6.4cvs1
13762                 see ChangeLog entry 2001-10-26
13763
13764         * src/prefs_account.c, src/prefs_common.c,
13765           src/prefs_summary_column.c
13766                 minor improvements to the English
13767
13768 2001-10-25 [alfons]     0.6.4claws6
13769
13770         * src/gtkstext.c
13771         
13772                 make GtkSText follow style of GtkText (closes bug 
13773                 #469211 "text selection while writing message")
13774                 
13775                 do sync with GTK 1.2.10
13776
13777 2001-10-25 [paul]       0.6.4claws5
13778
13779         * src/html.c
13780                 ignore css tags in html mail
13781
13782 2001-10-25 [darko]      0.6.4claws4
13783
13784         * src/compose.c
13785                 don't declare is_url_string as static function since
13786                 we need it in gtkstext.c
13787         * src/gtkstext.c
13788                 remove unused variable
13789                 don't wrap long URLs while composing a message
13790
13791 2001-10-24 [christoph]  0.6.4claws3
13792
13793         * src/socket.c
13794                 fix ssl deadlock, when peer closes connection
13795
13796 2001-10-24 [paul]       0.6.4claws2
13797
13798         * src/prefs_common.c
13799                 gettextize the gpg ascii-armored warning message
13800
13801         * src/compose.c
13802                 insert a DOS/MAC file into the composed message
13803                 (improvements)
13804
13805         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13806
13807 2001-10-22 [paul]       0.6.4claws1
13808
13809         * sync with sylpheed 0.6.4 release
13810                 see ChangeLog entries 2001-10-21
13811
13812         * po/fr.po, po/pt_BR.po
13813                 updated by Melvin Hadasht and Fabio Junior Beneditto
13814
13815 2001-10-21 [paul]       0.6.3claws30
13816
13817         * src/compose.c
13818                 insert a DOS text file from the compose window
13819                 into the composed message text (removes CRs characters)
13820                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13821
13822         * tools/filter_conv.pl, tools/README
13823                 automatically use ~/.sylpheed as working directory
13824                 print out confirmation message on completion
13825
13826         * correct Hoa's last ChangeLog.claws entry
13827
13828 2001-10-20 [hoa]        0.6.3claws29
13829
13830         * src/grouplistdialog.c
13831                 bugfix (another ?) to give the right
13832                 newsgroups list for each news server.
13833
13834         * src/news.c
13835         * src/news.h
13836                 improve the newsgroups list cache
13837
13838 2001-10-20 [paul]       0.6.3claws28
13839
13840         * sync with sylpheed 0.6.3cvs9
13841                 see ChangeLog entry 2001-10-19
13842
13843         * correct Alfons' last ChangeLog.claws entry
13844
13845 2001-10-19 [alfons]
13846
13847         * src/pgptext.[ch]
13848                 fix compilation problems (part of bug #472895)
13849
13850 2001-10-18 [hoa]        0.6.3claws27
13851
13852         * src/grouplistdialog.c
13853                 bugfix when we refresh was clicked (bug 472701)
13854
13855 2001-10-19 [christoph]  0.6.3claws26
13856
13857         * src/compose.c
13858                 last header entry should default to "To:" or
13859                 "Newsgroups:" and not copy the last entry line
13860                 in a new compose window
13861                 (closes bug #472686, #470792)
13862
13863 2001-10-19 [paul]       0.6.3claws25
13864
13865         * sync with Sylpheed 0.6.3cvs8
13866                 see ChangeLog entries 2001-10-18 and 2001-10-19
13867
13868 2001-10-18 [christoph]  0.6.3claws24
13869
13870         * src/procmsg.c
13871                 reimplement ignore thread
13872         
13873 2001-10-18 [hoa]        0.6.3claws23
13874
13875         * src/folderview.c
13876         * src/grouplistdialog.[ch]
13877                 enhanced news subscription interface (feature 469113)
13878
13879         * src/news.c
13880         * src/news.h
13881                 enchanced newsgroup listing,
13882                 now, we can get groups informations
13883                 (NNTPGroupInfo)
13884
13885 2001-10-18 [paul]       0.6.3claws22
13886
13887         * src/summaryview.c
13888                 remove comment (sync with main branch)
13889         * src/mainwindow.c
13890                 fix 'Re-edit' bug in 'Message' menu
13891
13892 2001-10-17 [christoph]  0.6.3claws21
13893
13894         * src/compose.c
13895                 ignore empty or whitespace only header lines
13896
13897 2001-10-17 [paul]       0.6.3claws20
13898
13899         * sync with sylpheed 0.6.3cvs7
13900                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13901                 2001-10-17
13902
13903 2001-10-17 [darko]
13904
13905         * src/compose.c
13906                 wrap long lines without spaces
13907                 don't wrap URLs
13908
13909 2001-10-16 [paul]
13910
13911         * po/es.po, po/nl.po, po/pt_BR.po
13912                 updated by Ricardo Mones Lastra, Alfons,
13913                 and Fabio Junior Beneditto
13914
13915         * sylpheed-0.6.3claws released
13916
13917 2001-10-15 [melvin] 0.6.3claws18
13918
13919         * README.claws
13920                 added summary and detailed installation instructions
13921                 for spell checker
13922         * po/fr.po
13923                 Updated, corrected and completed french translation
13924
13925 2001-10-15 [hoa] 0.6.3claws17
13926         * src/grouplistdialog.c
13927                 we can choose the newsgroups to display with wildcards
13928
13929 2001-10-15 [christoph]  0.6.3claws16
13930
13931         * src/account.c
13932         * src/compose.c
13933         * src/prefs_folder_item.[ch]
13934                 applied wwp <subscript@free.fr>'s folder
13935                 default account patch
13936         * po/de.po
13937                 Fixed wrong translation
13938
13939 2001-10-13 [alfons, christoph, melvin]  
13940                         0.6.3claws15
13941
13942         solution #2 to solve MT-safety problems defers all GUI related calls
13943         to the main thread using a gtk_idle_add() callback. discussed on
13944         ircnet #sylpheed, with christoph spotting some issues with the
13945         original code, and melvin allowing us to lobotomize his sylpheed.
13946
13947         * src/syldap.[ch], src/main.c
13948                 fix race problem in ldap search thread by deferring GUI 
13949                 stuff to main thread using gtk_idle_add()
13950
13951 2001-10-13 [paul]       0.6.3claws14
13952
13953         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13954                 add Sergey's smtpcred.patch
13955                 adds separate username/password setting for SMTP Auth
13956                 needed by some servers
13957                 (closes feature request #471659)
13958
13959 2001-10-13 [paul]       0.6.3claws13
13960
13961         * src/pgptext.[ch] **NEW FILES**
13962         * src/Makefile.am, src/messageview.c, src/mimeview.c
13963                 decrypt ascii-armored gpg text embedded in
13964                 the message body.
13965                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13966
13967 2001-10-13 [christoph]  0.6.3claws12
13968
13969         * README.claws
13970                 some more details on default to and
13971                 feature requests
13972         * src/main.c
13973                 init glib threading when ldap is used
13974         * src/syldap.c
13975                 threading fixes
13976         * po/de.po
13977                 fixed a typo
13978
13979 2001-10-12 [paul]       0.6.3claws11
13980
13981         * src/prefs_common.[ch], src/rfc2015.c
13982                 enable ascii-armored gpg text to be embedded in the
13983                 message body, selectable through the 'Privacy'
13984                 preferences. Supports encrypting only.
13985                 Submitted by Ravemax <ravemax@dextrose.com>
13986
13987 2001-10-12 [paul]       0.6.3claws10
13988
13989         * sync with sylpheed 0.6.3cvs6
13990                 see ChangeLog entries 2001-10-11 and 2001-11-12
13991
13992         * src/folderview.c
13993                 incorporated mbox folders, scoring, and folder
13994                 properties into the sync
13995
13996 2001-10-12 [darko]      0.6.3claws9
13997
13998         * README.claws
13999                 describe quotation wrapping
14000         * src/compose.c
14001                 don't treat tab as space to calculate line length properly
14002
14003 2001-10-11 [alfons]
14004
14005         * README.claws
14006                 correct description of how to make new filtering system work,
14007                 add some other things
14008                 
14009         * src/syldap.c
14010                 remove sched_yield() (not necessary / unportable)
14011
14012 2001-10-11 [paul]       0.6.3claws8
14013
14014         * sync with sylpheed 0.6.3cvs3
14015                 see ChangeLog entry 2001-10-10
14016
14017 2001-10-10 [christoph]  0.6.3claws7
14018
14019         * .cvsignore
14020                 ignore 2 files created by newer autotools
14021         * src/prefs_folder_item.c
14022                 using table for widget alignment
14023                 fixed memory leak and broken octal display
14024         * src/filesel.c
14025                 fixed segfault caused by lost filename
14026                 workaround (closes bug #469551)
14027
14028 2001-10-10 [paul]       0.6.3claws6
14029
14030         * sync with sylpheed 0.6.3cvs2
14031                 see ChangeLog entries 2001-10-09 and 2001-10-10
14032
14033 2001-10-10 [darko]      0.6.3.claws5
14034
14035         * src/gtkstext.c
14036                 proper calculation of right margin if smart wrapping is enabled
14037         * src/compose.c
14038                 automatically wrap long lines if wrap quotation is enabled
14039
14040 2001-10-09 [alfons]     0.6.3.claws4
14041
14042         * src/summaryview.c
14043                 select correct row when deleting last row in the summary view (and
14044                 close bug "[ #469104 ] select second last in list when deleting")
14045
14046 2001-10-09 [paul]       0.6.3claws3
14047
14048         * sync with sylpheed 0.6.3cvs1
14049                 updated some autotool scripts
14050
14051 2001-10-09 [darko]      0.6.3claws2
14052
14053         * src/gtkstext.[ch]
14054                 new name and mark with Sylpheed comment
14055         * src/compose.c
14056                 smart quotation wrapping a-la VIM
14057
14058 2001-10-08 [paul]       0.6.3claws1
14059
14060         * sync with sylpheed 0.6.3 release
14061                 see ChangeLog entry 2001-10-08
14062
14063 2001-10-08 [paul]       0.6.2claws24
14064
14065         * src/summaryview.c
14066                 more sync with sylpheed 0.6.2cvs12
14067                 Fixed the bug that didn't select the last row correctly
14068
14069
14070 2001-10-07 [paul]       0.6.2claws23
14071
14072         * sync with sylpheed 0.6.2cvs12
14073                 see ChangeLog entry 2001-10-07
14074
14075 2001-10-06 [match]
14076         * src/jpilot.[ch]
14077                 enable jpilot to read unsynch'ed addresses.
14078
14079         * src/editldap_basedn.c
14080                 fix segfault when opening dialog.
14081
14082 2001-10-06 [alfons]     0.6.2.claws22
14083
14084         * src/summaryview.c
14085                 fix bug with summary view selecting last *inserted*
14086                 node instead of last *visible* node. remember we
14087                 work with a tree
14088
14089 2001-10-06 [paul]       0.6.2claws21
14090
14091         * po/pt_BR.po
14092                 updated translation, contains some fixes and new
14093                 translations, submitted by Gustavo Noronha Silva
14094                 <kov@debian.org>
14095
14096         * src/prefs_common.c
14097                 change 'each' to 'every' - fix dubious English
14098
14099         * sync with sylpheed 0.6.2cvs11
14100
14101 2001-10-05 [alfons]     0.6.2claws20
14102
14103         * src/mainwindow.[ch], src/folderview.c
14104                 make composite tool button switch between "Compose News"
14105                 and "Compose Mail" depending on selected folder
14106                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14107
14108 2001-10-05 [paul]       0.6.2claws19
14109
14110         * src/mainwindow.c, src/summaryview.c
14111                 fix 'Message/Reply to all', broken in last commit
14112
14113         * src/compose.c
14114                 fix X_BEENTHERE seg fault, thanks to Alfons
14115
14116 2001-10-04 [paul]       0.6.2claws18
14117
14118         * src/compose.[ch], src/mainwindow.c
14119                 make "Message/Reply" reply to mailing lists; matches
14120                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14121                 based on portions of the patch submitted by
14122                 Junichi Uekawa <dancer@netfort.gr.jp>
14123
14124 2001-10-04 [darko]      0.6.2claws17
14125
14126         * src/compose.c
14127                 better smart wrapping
14128         * src/gtkstext.[hc]
14129                 a function to make text buffer contiguous
14130
14131 2001-10-03 [paul]       0.6.2claws16
14132
14133         * sync with sylpheed 0.6.2cvs10
14134
14135 2001-10-02 [alfons]
14136
14137         * configure.in
14138         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14139                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14140                 references to chinese translations (hope someone picks up
14141                 this)
14142
14143 2001-10-02 [christoph]  0.6.2claws15
14144
14145         * src/compose.c
14146                 fixed non translated header bug
14147         * ChangeLog.claws
14148                 fixed wrong date in alfons last entry ;)
14149
14150 2001-10-02 [alfons]     0.6.2claws14
14151
14152         * src/compose.c, src/prefs_common.[ch]
14153                 add block cursor option
14154
14155 2001-10-02 [paul]       0.6.2claws13
14156
14157         * sync with sylpheed 0.6.2cvs9
14158
14159 2001-09-30 [paul]       0.6.2claws12
14160
14161         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14162                 updated translations
14163
14164         * po/POTFILES.in
14165                 add 'src/importldif.c'
14166
14167         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14168                 added eudora-to-vCard conversion tool
14169                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14170
14171         * sync with sylpheed 0.6.2cvs8
14172
14173 2001-09-30 [paul]
14174
14175         * sylpheed-0.6.2claws released
14176
14177 2001-09-27 [melvin]     0.6.2claws11
14178
14179         * src/gtkspell.c
14180                 fixed crash when using default path (introduced 
14181                 in 0.6.2claws10)
14182                 fixed tiny bug for initial suggestion mode
14183
14184 2001-09-27 [melvin]     0.6.2claws10
14185         
14186         * src/gtkspell.c
14187                 fixed bug where gtkpspell didn't set the path correctly
14188
14189         * README.claws
14190                 added a paragraph about spell checking
14191                 
14192
14193
14194 2001-09-27 [paul]       0.6.2claws9
14195
14196         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14197                 replace '// comments' with '/* comments */' to prevent
14198                 some compiler warnings 
14199
14200         * sync with sylpheed 0.6.2cvs6
14201
14202 2001-09-26 [alfons]     0.6.2claws8
14203
14204         * src/messageview.c
14205                 introduce return receipt request notification again,
14206                 which was lost because of other semantics in 
14207                 procheader_parse() (???)
14208
14209 2001-09-26 [christoph]  0.6.2claws7
14210
14211         * src/compose.c
14212                 replace comments for old code with #if 0
14213                 readded auto cc, bcc and reply-to
14214         * src/prefs_matcher.c
14215         * src/prefs_scoring.c
14216                 removed some definition (was moved to
14217                 prefs.h)
14218
14219 2001-09-26 [paul]       0.6.2claws6
14220
14221         * src/mainwindow.c
14222                 make 'Follow-up and reply to' sensitive
14223
14224         * more sync with sylpheed 0.6.2cvs5
14225
14226 2001-09-25 [melvin]
14227
14228         * 0.6.2claws5
14229
14230         * src/gtkspell.c
14231                 fixed bug for "US-ASCII" introduced by the encoding code
14232
14233 2001-09-25 [paul]
14234
14235         * 0.6.2claws4
14236
14237         * src/prefs_common.[ch], src/summaryview.c
14238                 'next unread msg' 'go to next folder?' dialog can be
14239                 given default behaviour, either always show dialog,
14240                 or assume 'yes', or assume 'no'
14241                 Submitted by wwp <subscript@free.fr>
14242
14243 2001-09-25 [melvin]
14244                 
14245         * src/compose.c src/gtkspell.[ch]
14246                 added support for different encodings
14247
14248 2001-09-25 [paul]
14249
14250         * more sync with sylpheed 0.6.2cvs5
14251
14252 2001-09-24 [alfons]
14253         
14254         * src/prefs_folder_item.c
14255                 add check for item->prefs->default_to string is NULL and
14256                 add another check when freeing this string
14257
14258 2001-09-24 [paul]
14259
14260         * configure.in
14261                 change to version 0.6.2claws3
14262
14263         * sync with sylpheed 0.6.2cvs5 
14264
14265 2001-09-24 [match]
14266         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14267                 import LDIF files.
14268         * src/addrcache.[ch], addrindex.[ch]
14269                 small update for future
14270         * src/addrbook.c
14271                 fix test XML file.
14272
14273 2001-09-24 [melvin]
14274         * src/gtkspell.[ch]
14275                 added 'Learn from mistakes' option
14276                 better handling of quotes in checked words
14277                 sorted dict list
14278         * po/fr.po
14279                 small update for spell checking stuff
14280
14281 2001-09-23 [alfons]
14282         
14283         * src/gtkspell.c
14284                 edit a little bit so it complies more with main coding style
14285
14286 2001-09-23 [alfons]
14287
14288         * src/folder.[ch], prefs_folder_item.c, compose.c
14289                 migrate "request return receipt" folder property
14290                 to folderlist.xml
14291
14292 2001-09-22 [alfons]
14293
14294         * README.claws **NEW**
14295                 (add things of interest for users of main branch 
14296                 and claws here)
14297
14298         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14299                 re-implement threading per folder option, but store 
14300                 the setting in folderlist.xml (where it belongs)
14301
14302 2001-09-21 [melvin]
14303
14304         * src/gtkspell.[ch]
14305                 fixed bug when compose window is under another window
14306         * src/prefs_common.[ch] src/compose.c
14307                 changed 'dictionary_path' to 'dictionary' to be consistent
14308                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14309         * ac/pspell.m4 src/Makefile.am 
14310                 dropped PSPELL_PATH macro
14311         * po/fr.po
14312                 updated translations
14313
14314 2001-09-21 [christoph]
14315
14316         * src/compose.c
14317                 added border around header fields
14318                 keep header type when new field is added
14319
14320 2001-09-20 [christoph]
14321
14322         * src/utils.[ch]
14323                 more portable debug_print with source filename
14324                 and linenumber
14325         * src/procmsg.c
14326                 more newlines after debug messages
14327
14328 2001-09-20 [paul]
14329
14330         * configure.in
14331                 change to version 0.6.2claws2
14332
14333         * sync with sylpheed 0.6.2cvs3
14334
14335 2001-09-19 [melvin]
14336
14337         * src/gtkspell.c
14338                 fixed the post-right-click focus pb
14339                 fixed crash when 'Spell check all' after dict change 
14340                         and when cursor is at the end of the text
14341                 shift-right-click pops up config menu even on misspelled words.
14342         * po/POTFILES.in
14343                 added gtkspell.c
14344
14345 2001-09-19 [melvin]
14346
14347         * src/about.c
14348                 added pspell to compiled-in features list
14349
14350 2001-09-18 [melvin]
14351
14352         * switched to pspell and dropped ispell
14353         * ac/pspell.m4
14354                 new file. autoconf macro for pspell
14355         * ac/Makefile.am 
14356         * configure.in acconfig.h
14357                 added pspell support
14358         * src/Makefile.am
14359         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14360         * src/prefs_common.[ch] 
14361                 added pspell support
14362
14363 2001-09-18 [christoph]
14364
14365         * src/addr_compl.c
14366         * src/template.[ch]
14367                 replace LOG_MESSAGE with debug_print
14368         * src/compose.[ch]
14369                 gui improvements
14370         * src/menu.c
14371                 added newline after debug message
14372         * src/utils.h
14373                 using __VA_ARGS__ for debug_print macro
14374         * tools/.cvsignore
14375                 ignore Makefile and Makefile.in
14376
14377 2001-09-18 [paul]
14378
14379         * configure.in
14380                 change to version 0.6.2claws1
14381         * sync with sylpheed 0.6.2cvs1
14382
14383         * src/matcher.c 
14384         * src/prefs_matcher.c
14385                 add 'score equal to' option, submitted by
14386                 Paul Evans <nerd@freeuk.com>
14387
14388 2001-09-15 [christoph]
14389
14390         * src/mainwindow.c
14391                 comment out menu entry not existing in claws
14392         * src/menu.c
14393                 add debug output for non existing menu entries
14394         * src/summaryview.c
14395                 fix next/prev unread message for ignored threads
14396         * src/utils.[ch]
14397                 add sourcefile and line number to debug output
14398                 otherwise it is sometimes hard to find the
14399                 source code part if debug messages are translated
14400
14401 2001-09-14 [darko]
14402         
14403         * src/folderview.c
14404                 refresh target folder style after colour is changed
14405
14406 2001-09-13 [paul]
14407
14408         * configure.in
14409                 change to version 0.6.1claws3
14410
14411         * sync with sylpheed 0.6.1cvs6
14412
14413 2001-09-13 [darko]
14414         
14415         * src/folderview.c
14416                 fix target folder colourization to use user selected colour
14417
14418 2001-09-12 [darko]
14419         
14420         * src/summaryview.c
14421                 fix crash when message that is marked for copy/move is unmarked
14422
14423 2001-09-09 [paul]
14424
14425         * configure.in
14426                 change to version 0.6.1claws2
14427
14428         * sync with sylpheed 0.6.1cvs3
14429
14430 2001-09-09 [alfons]
14431         
14432         * src/folderview.c
14433                 fix bug with default font used for trash folder text
14434
14435 2001-09-06 [paul]
14436
14437         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14438                 updated translations
14439
14440         * configure.in
14441                 change to version 0.6.1claws1
14442
14443         * sync with sylpheed 0.6.1cvs2
14444
14445 2001-09-03 [paul]
14446
14447         * po/POTFILES.in
14448                 add Match's new addressbook
14449
14450         * po/de.po
14451                 updated translation submitted by Jens Oberender
14452
14453 2001-09-02 [paul]
14454
14455         * configure.in
14456                 change to 0.6.1claws
14457         * sync with sylpheed 0.6.1 release
14458
14459 2001-09-02 [paul]
14460
14461         * configure.in
14462                 change to 0.6.0claws2
14463
14464         * sync with sylpheed 0.6.0cvs4
14465
14466         * po/pt_BR.po
14467                 updated translation submitted by Fabio Junior Beneditto
14468
14469 2001-09-01 [match]
14470         * pixmaps/
14471                 interface.xpm
14472                 book.xpm
14473                 address.xpm
14474         * src/
14475                 Makefile.am
14476                 a ton of new files
14477
14478 2001-08-31 [paul]
14479
14480         * configure.in
14481                 change to version 0.6.0claws1
14482
14483         * sync with sylpheed 0.6.0cvs1
14484
14485         * po/es.po
14486                 updated translation submitted by Ricardo Mones Lastra
14487
14488         * po/POTFILES.in
14489                 add 'src/prefs_templates.c'
14490
14491         * src/compose.c, src/summaryview.c
14492                 fix segfault on 'Re_edit'               
14493
14494 2001-08-30 [alfons]
14495
14496         * configure.in, Makefile.am
14497         * tools/Makefile.am
14498                 add tools directory to source distribution
14499
14500 2001-08-30 [paul]
14501
14502         * configure.in
14503                 change to version 0.6.0claws
14504
14505         * sync with sylpheed 0.6.0 release
14506
14507 2001-08-30 [christoph]
14508
14509         * configure.in
14510                 removed autoconf version check
14511
14512 2001-08-30 [paul]
14513
14514         * src/account.c, src/compose.c, src/prefs_common.[ch]
14515         * src/procheader.[ch] src/utils.[ch]
14516                 Enhanced automatic account selection on replies
14517                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14518
14519         * configure.in
14520                 add LDAP and JPilot to the configuration results output.
14521
14522 2001-08-29 [christoph]
14523
14524         * src/summeryview.c
14525                 no bold font for ignored threads
14526
14527 2001-08-29 [paul]
14528
14529         * configure.in
14530                 change to version 0.5.3claws6
14531
14532         * sync with sylpheed 0.5.3cvs10
14533                 src/stringtable.[ch]: New Files
14534
14535         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14536         * src/pixmaps/sylpheed.xpm
14537                 add mini-icons to windows (by Alfons)
14538
14539 2001-08-27 [paul]
14540
14541         * src/mainwindow.c
14542                 new functions: next_labeled_cb(), prev_labeled_cb()
14543
14544         * src/summaryview.c
14545                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14546                 summary_select_next_labeled(), summary_select_prev_labeled()
14547
14548         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14549                 give claws blue folders and a blue trash can
14550
14551 2001-08-27 [paul]
14552
14553         * configure.in
14554                 change to version 0.5.3claws5
14555
14556         * sync with sylpheed 0.5.3cvs9
14557                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14558
14559 2001-08-24 [christoph]
14560
14561         * src/filesel.c
14562                 keep filename when browsing directories
14563                 (not working for user entered filename, but
14564                  for default name and selected filename from
14565                  file list)
14566         * src/mainwindow.c
14567                 fixed wrong spelling "Folllow-up"
14568         * src/mbox_folder.c
14569         * src/procmsg.c
14570         * src/summaryview.c
14571                 fixed new/unread message count with ignored
14572                 threads (2 commits, first didn't notice no
14573                 longer needed decreasing)
14574         * src/inc.c
14575                 readded scrolling of progress dialog
14576                 (lost in sync)
14577
14578 2001-08-24 [paul]
14579
14580         * configure.in
14581                 change to 0.5.3claws4
14582
14583         * sync with sylpheed 0.5.3cvs7
14584
14585 2001-08-24 [christoph]
14586
14587         * src/compose.c
14588                 set request return receipt when replying
14589                 if it is set is the folder prefs of the
14590                 message
14591         * src/inc.c
14592                 disable final error popup if popups are
14593                 disabled in config (again)
14594
14595 2001-08-23 [paul]
14596
14597         * configure.in
14598                 Change version number to 0.5.3claws3
14599
14600         * sync with sylpheed 0.5.3cvs5
14601
14602         * src/mimeview.c
14603                 double quote '%s' in 'gedit %s' to fix bug when
14604                 opening attachment with spaces in the name
14605
14606 2001-08-22 [alte]
14607         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14608           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14609                 initial message templates support
14610
14611
14612 2001-08-22 [paul]
14613
14614         * configure.in
14615                 change version number to 0.5.3claws2
14616
14617         * sync with sylpheed 0.5.3cvs4
14618
14619         * src/procmsg.h src/summaryview.c
14620                 re-implement (un)ignore thread
14621
14622 2001-08-21 [paul]
14623
14624         * src/summaryview.c
14625                 remove unnecessary code
14626         * src/compose.c
14627                 enable 'dynamic' signatures (submitted by
14628                 Eric Limpens <eric@hscg-internet.nl>)
14629
14630 2001-08-21 [paul]
14631
14632         clean up after sync with sylpheed 0.5.3 release
14633
14634         * src/folderview.c
14635                 fix re-introduced font mess, see Christoph's
14636                 entry 2001-06-24
14637
14638         * src/summaryview.c
14639                 remove prev_msgnum
14640                 use sylpheed's small font instead of
14641                 gtk default font for summary view
14642
14643
14644 2001-08-17 [paul]
14645
14646         * configure.in
14647                 add pl to ALL_LINGUAS - sync with main branch
14648
14649         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14650                 Updated. Translations by Jens Oberender, Ricardo Mones
14651                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14652
14653         * po/pl.po  ** NEW FILE **
14654                 sync with the main branch
14655
14656         * src/folderview.c
14657                 fix target folder colorizing and refresh problem
14658
14659
14660 2001-08-17 [christoph]
14661
14662         * src/mainwindow.c
14663                 claws uses 4 colors for target folder coloring.
14664                 arrays were not long enough and destroyed the
14665                 stack causing a segfault.
14666                 target folder colorizing does not work anymore
14667                 for me
14668
14669 2001-08-16 [paul]
14670
14671         * configure.in
14672                 change to version 0.5.3claws1
14673
14674         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14675           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14676           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14677
14678                 sync with sylpheed 0.5.3 release, but keep claws method of
14679                 configuring/saving fonts
14680
14681         * src/addressbook.[ch]
14682                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14683                 in line with a similar change in Hiroyuki's branch
14684
14685         * src/mainwindow.[ch]
14686                 disable main_window_set_thread_option()
14687         * src/prefs_folder_item.c
14688                 comment out &tmps_prefs.enable_thread,
14689         * src/mbox_folder.c, src/procmsg.[ch]
14690                 comment out MSG_IS_IGNORE_THREAD
14691         * src/summaryview.c
14692                 comment out summary_ignore_thread() and summary_unignore_thread()
14693                 comment out MSG_IS_IGNORE_THREAD
14694
14695                 use Hiroyuki's threading instead.
14696
14697
14698
14699 2001-08-15 [paul]
14700
14701         * src/account.c
14702                 use Hiroyuki's 0.5.3 column scheme but also
14703                 include the enable/disable button.
14704         * src/pixmaps/mark.xpm
14705                 add Hiroyuki's amended pixmap
14706
14707 2001-08-13 [christoph]
14708
14709         * src/account.c
14710                 receive at get all column showed wrong state for APOP
14711                 button should only work for POP3 and APOP accounts
14712         * src/prefs_account.c
14713                 added missing preprocessor statement for SSL
14714
14715 2001-08-12 [paul]
14716
14717         * src/account.[ch]
14718                 add 'receive at get all' column and enable/disable
14719                 button.
14720
14721 2001-08-06 [christoph]
14722
14723         * src/account.c
14724                 show usage of SSL in protocol column
14725
14726         * src/imap.c
14727         * src/inc.c
14728                 renamed ssl options
14729
14730         * src/prefs_account.[ch]
14731                 moved ssl options to a new page
14732
14733         * src/send.c
14734         * src/smtp.c
14735         * src/ssl.[ch]
14736                 renamed ssl options
14737                 added support for SMTP STARTTLS command
14738
14739 2001-08-05 [christoph]
14740
14741         * configure.in
14742                 debian autoconf needs version check to find
14743                 correct autoconf version. if the file is
14744                 named configure.in 2.13 is used, which does
14745                 not work with this configure.in script.
14746                 other solution would be to rename the script
14747                 to configure.ac as suggested in the autoconf
14748                 manual.
14749
14750         * src/inc.c
14751                 disable final error popup if popups are
14752                 diabled in config
14753
14754         * src/socket.c
14755                 bugfix in ssl_gets
14756                 fixes IMAP over SSL problem
14757
14758 2001-08-03 [paul]
14759
14760         * configure.in
14761                 change to 0.5.2claws1
14762
14763         * sync with sylpheed 0.5.2cvs1
14764
14765 2001-08-02 [alfons]
14766
14767         * configure.in
14768                 quick fix for ispell detection...
14769
14770 2001-08-01 [paul]
14771
14772         * configure.in
14773                 change to 0.5.1claws4
14774
14775         * sync with sylpheed 0.5.1cvs7
14776
14777 2001-07-31 [alfons]
14778
14779         * src/prefs_common.c, src/prefs_common.h, 
14780           src/gtkspell.c, src/gtkspell.h
14781                 add global spelling checker settings (compose tab) +
14782                 selection of dictionary 
14783           
14784         * configure.in  
14785                 guess valid ispell location
14786
14787 2001-07-31 [paul]
14788
14789         * po/POTFILES.in
14790                 removal of 'src/quote_fmt_parse.c'
14791         * po/de.po
14792                 Updated de.po
14793                 (submitted by Jens Oberender <didge@suse.de>)
14794
14795 2001-07-31 [darko]
14796
14797         * src/folder.[ch]
14798         * src/folderview.[ch]
14799         * src/mainwindow.c
14800         * src/mh.c
14801         * src/prefs_common.[ch]
14802         * src/summaryview.c
14803                 target folder colourization
14804
14805 2001-07-30 [paul]
14806
14807         more sync with Sylpheed 0.5.1cvs6 
14808
14809 2001-07-30 [darko]
14810
14811         * src/mh.c
14812         * src/prefs_folder_item.[hc]
14813         * src/summaryview.c
14814                 shared folders support with a GUI
14815
14816 2001-07-29 [paul]
14817
14818         0.5.1claws3
14819
14820         * sync with Sylpheed 0.5.1cvs6
14821
14822 2001-07-29 [paul]
14823
14824         * po/pt_BR.po
14825                 updated
14826                 (submitted by Fabio Junior Beneditto)
14827
14828 2001-07-28 [paul]
14829
14830         * src/procmime.c
14831         * AUTHORS
14832                 patch to correct bad image mime headers
14833                 (submitted by Don Quijote <dq@searchlores.org>)
14834
14835 2001-07-28 [paul]
14836
14837         * tools/gif2xface.pl   **NEW FILE**
14838         * tools/README
14839                 script to convert file.gif to file.xface for
14840                 use in a custom header.
14841                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14842
14843 2001-07-27 [alfons]
14844         
14845         * configure.in
14846                 change macros for detecting JPilot and LDAP
14847
14848 2001-07-27 [christoph]
14849
14850         * src/filtering.c
14851                 code cleanup (MIN / MAX warning, needed casting)
14852
14853 2001-07-27 [alfons]
14854
14855         * procheader.c
14856                 disallow setting flags when detecting certain headers
14857                 (X-Status, Status, Seen, X-Seen). 
14858         
14859         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14860
14861 2001-07-27 [christoph]
14862
14863         * src/prefs_filter.c
14864         * src/prefs_filtering.c
14865         * src/prefs_matcher.c
14866         * src/prefs_scoring.c
14867                 scroll list when moving rows up or down
14868
14869         * src/imap.c
14870         * src/imap.h
14871         * src/prefs_account.c
14872         * src/prefs_account.h
14873         * src/send.c
14874                 SMTP over SSL (untested, feedback requested)
14875                 IMAP over SSL
14876
14877         * src/ssl.c
14878                 code cleanup
14879
14880 2001-07-26 [alfons]
14881         
14882         * configure.in, acconfig.h
14883                 define CLAWS (need this for main / claws detection)
14884
14885 2001-07-25 [alfons]
14886
14887         * configure.in
14888                 Sylpheed 0.5.1claws2
14889                 
14890         * sync with Sylpheed 0.5.1cvs4
14891
14892 2001-07-25 [christoph]
14893
14894         * src/scoring.c
14895                 fixed segfault
14896                 item->prefs == NULL (don't know why)
14897
14898 2001-07-25 [alfons]
14899
14900         * configure.in
14901                 Sylpheed 0.5.1claws1
14902
14903         * sync with Sylpheed 0.5.1cvs1-3
14904
14905 2001-07-24 [christoph]
14906
14907         * src/folderview.c
14908         * src/prefs_folder_item.[ch]
14909                 added folderitem preferences dialog with
14910                 default To: and auto request return receipt
14911
14912         * src/compose.[ch]
14913         * src/menu.[ch]
14914                 changes to handle new folderitem preferences
14915
14916         * src/mainwindow.c
14917         * src/summaryview.c
14918                 call compose new mail with current folderitem
14919
14920 2001-07-24 [alfons]
14921
14922         Release Sylpheed 0.5.1claws
14923
14924         * configure.in
14925                 change to release version 0.5.1claws
14926
14927 2001-07-24 [christoph]
14928
14929         * src/summaryview.c
14930                 fixed segfault that happend when the selected
14931                 message was removed while retrieving new messages.
14932
14933         * po/es.po
14934                 updated translation
14935                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14936
14937 2001-07-22 [alfons]
14938
14939         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14940         this is a work in progress, for more information: http://nlpagan.net/sylman 
14941         
14942         * configure.in, src/mainwindow.c, manual/Makefile.am
14943                 add support for English manual
14944
14945         * AUTHORS
14946                 add authors of user manuals
14947
14948         * manual/en/sylpheed*.html
14949                 add English documentation
14950
14951 2001-07-22 [christoph]
14952
14953         * po/POTFILES.in
14954                 added src/ssl.c
14955         * src/ssl.c
14956                 changed a wrong debug message
14957
14958 2001-07-22 [alfons]
14959
14960         * po/nl.po
14961                 update Dutch translation
14962
14963         * src/prefs_filtering.c, 
14964           src/prefs_matcher.c
14965                 add more translatable strings           
14966
14967 2001-07-21 [alfons]
14968
14969         0.5.0claws7
14970
14971         * configure.in
14972                 change version
14973
14974         * src/inc.c, src/summaryview.[ch]
14975                 prevent update of mark file when filtering has done, by
14976                 using a variable; this affects two functions:
14977                         inc.c::inc_finished()
14978                         summaryview.c::summary_show()
14979
14980 2001-07-20 [alfons]
14981
14982         * src/filtering.[ch], src/prefs_filtering.c, 
14983           src/matcher.[ch]
14984                 add filtering action for label coloring 
14985
14986         * po/POTFILES.in
14987                 add labelcolors.c
14988
14989         * added src/labelcolors.c
14990         * added src/labelcolors.h
14991         * src/Makefile.am, src/summaryview.c
14992                 rearrange label coloring code
14993
14994         * src/procmsg.h
14995                 add more parentheses so label colouring works correctly
14996
14997         * src/filtering.c
14998                 don't really delete message, but move it to Trash
14999
15000         * src/prefs_matcher.c
15001                 add quote options to info dialog
15002
15003 2001-07-20 [christoph]
15004
15005         * src/Makefile.am
15006         * src/inc.c
15007         * src/main.[ch]
15008         * src/socket.h
15009         * src/ssl.[ch] (new)
15010                 moved ssl stuff to a seperate file
15011
15012 2001-07-20 [darko]
15013
15014         * src/summaryview.c
15015                 fix show sender using address book with no e-mail
15016                 address in From: field
15017
15018 2001-07-19 [alfons]
15019
15020         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15021                 fix messy handling of escaping... now at least the
15022                 execute command is useful. escape char is '\', we
15023                 accept \n and \r too. 
15024
15025                 Real life example:
15026                 
15027                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15028                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15029
15030 2001-07-18 [alfons]
15031
15032         0.5.0claws6
15033
15034         * src/summaryview.c
15035                 clean up
15036
15037         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15038           src/procmsg.[ch]
15039                 revise filtering; currently move, copy, marking have
15040                 been tested. if you like bleeding edge stuff, you
15041                 should definitely go for this version :)
15042
15043         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15044
15045 2001-07-17 [christoph]
15046
15047         * src/utils.c
15048                 timestamp log
15049
15050 2001-07-17 [alfons]
15051
15052         0.5.0claws5
15053
15054         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15055           bits in the mark file, without affecting either branch. Lots of
15056           files changed, also in claws branch.
15057
15058           UNTESTED: use of mbox folders
15059
15060         * src/summaryview.c
15061                 added mark all read; however this was a quick hack used for
15062                 cleaning up mess after initial merge with Hiroyuki
15063
15064         * configure.in
15065                 change claws version number back to 0.5.0claws5 to clear up 
15066                 confusion & pretension (recent release was technically 
15067                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15068
15069 2001-07-16 [alfons]
15070
15071         sync with Hiroyuki's 0.5.0cvs4
15072
15073 2001-07-16 [alfons]
15074
15075         0.5.1claws3
15076
15077         * src/filtering.[ch]
15078                 remove invalid updating of mark files for 
15079                 filter actions MATCHING_ACTION_MOVE and 
15080                 MATCHING_ACTION_DELETE; this should fix the
15081                 folder update bug
15082                 
15083         * src/procmsg.c
15084                 revert Christoph's stab at fixing the folder 
15085                 update bug
15086
15087         * po/POTFILES.in
15088                 add missing files with translatable strings
15089
15090         * src/summaryview.c
15091                 remove debug print
15092
15093 2001-07-15 [alfons]
15094
15095         * src/addr_compl.[ch], src/prefs_filtering.c
15096                 make "filtering pref dialog's destination entry" an
15097                 "address completable entry", if filter destination is 
15098                 an email address
15099
15100         0.5.1claws2
15101         
15102         sync with Hiroyuki's 0.5.0cvs2-3
15103
15104 2001-07-15 [christoph]
15105
15106         * src/procmsg.c
15107                 fixed folder stats update after incorporation
15108
15109 2001-07-15 [alfons]
15110
15111         * src/summaryview.c
15112                 * finish label colouring stuff (for now)
15113                 * fix incorrect colour bug (off by one) 
15114
15115 2001-07-14 [alfons]
15116
15117         * src/mainwindow.c
15118                 change text labels for news and mail message so there's
15119                 plenty of toolbar estate left
15120
15121         * configure.in
15122                 0.5.1claws1
15123
15124         * src/folderview.c
15125           src/folder.[ch]
15126                 sync with Hiroyuki's 0.5.0cvs1
15127
15128         * src/summaryview.c
15129                 more rewrite label colouring
15130
15131 2001-07-14 [alfons]
15132
15133         * src/summaryview.[ch]
15134                 * start rewrite label colouring 
15135                 * fix proper location "Add Sender To Addressbook" menu item
15136
15137 2001-07-13
15138
15139         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15140         (actually this is 0.5.0claws4)
15141
15142 2001-07-13 [alfons]
15143
15144         * po/pt_BR.po
15145                 * fix duplicate message
15146                 * add updated Portugese / Brazilian translation
15147                   submitted by Fabio Junior Beneditto
15148
15149 2001-07-12 [alfons]
15150
15151         * AUTHORS
15152                 add Jens
15153
15154         * po/nl.po
15155                 add updated Dutch translation
15156
15157         * po/de.po
15158                 add updated German translation submitted by Jens
15159
15160 2001-07-11 [alfons]
15161
15162         Prerelease before 0.5.0claws. Please test.
15163         This version is temporarily tagged as VERSION_0_5_0_TEST
15164
15165         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15166           src/prefs_scoring.c, src/prefs_matcher.c, 
15167           src/prefs_filtering.c, src/mbox.c, 
15168           src/main.c, src/inc.c, src/filtering.[ch]
15169                 revert new Hoa's new matcher (does not work yet)
15170
15171         * src/Makefile.am
15172                 clean up
15173
15174 2001-07-10
15175
15176         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15177
15178
15179 2001-07-10 [alfons]
15180
15181         * Makefile.am
15182                 add ChangeLog.claws to EXTRA_DIST
15183         * src/Makefile.am
15184                 add matcher_parser_parse.h to EXTRA_DIST
15185
15186 2001-07-10 [christoph]
15187
15188         * src/inc.c
15189                 add destination folder to table of
15190                 folders that need to be updated after
15191                 incorporation
15192
15193 2001-07-10 [alfons]
15194
15195         * folder.[ch]
15196           folderview.c
15197                 make collapse state of folders and folder items persistent, i.e.
15198                 if you collapse a folder tree, the next time sylpheed-claws starts 
15199                 up the folder tree remains collapsed.  
15200                 
15201 2001-07-10 [christoph]
15202
15203         * acconfig.h
15204         * configure.in
15205                 added --enable-ssl
15206         * src/md5.[ch]
15207                 renamed MD5_CTX to MD5_CTX_syl
15208                 conflicts with a struct in openssl
15209         * src/inc.c
15210         * src/main.[ch]
15211         * src/prefs_account.[ch]
15212         * src/socket.[ch]
15213                 SSL support for POP
15214         * src/mainwindow.c
15215                 fixed compose with current account
15216                 broken by new compose button stuff
15217
15218 2001-07-09 [hoa]
15219
15220         * AUTHORS
15221                 changed my email address
15222
15223         * src/matcher_parser_parse.y
15224                 clean the parser to remove conflicts
15225
15226 2001-07-09 [alfons]
15227
15228         * AUTHORS
15229                 add Match Grun
15230
15231         * configure.in
15232                 fix incorrect description of --enable-ldap parameter
15233
15234         * src/prefs_common.[ch]
15235           src/compose.c
15236                 add experimental option "smart wrapping" which makes the
15237                 compose editor auto wrap.
15238                 
15239                 | TODO: the problem with the buggy cursor handling is caused |
15240                 | by the GtkText. when deleting / backspacing text its       |
15241                 | wrapping algorithm does not take in account the previous   |
15242                 | line. should find a way to hack this in.                   |
15243                 | or should perhaps combine this with the word wrapping      |
15244                 | patch i wrote in january.                                  |
15245
15246         * src/about.c
15247                 show build parameters for LDAP and JPilot
15248
15249         * src/summaryview.c
15250                 revert Christoph's bugfix for selecting next unread message, 
15251                 because folder stats aren't updated correctly
15252
15253 2001-07-08 [hoa]
15254
15255         * src/filtering.c
15256         * src/mainwindow.c
15257         * src/matcher.c
15258         * src/matcher_parser_lex.l
15259         * src/matcher_parser_parse.y
15260         * src/prefs_filtering.c
15261         * src/prefs_scoring.c
15262         * src/scoring.c
15263                 bugfix of the config file parser
15264
15265 2001-07-08 [alfons]
15266
15267         * src/Makefile.am
15268                 added generated matcher sources to BUILT_SOURCES
15269
15270 2001-07-08 [hoa]
15271
15272         * src/Makefile.am
15273         * src/.cvsignore
15274                 added new config file parser
15275
15276         * src/scoring.[ch]
15277         * src/filtering.[ch]
15278         * src/matcher.[ch]
15279         * src/prefs_filtering.c
15280         * src/prefs_matcher.c
15281         * src/prefs_scoring.c
15282         * added src/matcher_parser.h
15283         * added src/matcher_parser_lex.h
15284         * added src/matcher_parser_lex.l
15285         * added src/matcher_parser_parse.y
15286                 lex & yacc config file parser
15287
15288         * src/mbox.c
15289         * src/inc.c
15290         * src/main.c
15291                 changes prefs_filtering into global_filtering           
15292
15293         * src/summaryview.c
15294                 build threads with subjects only if "Re: " is at the
15295                 beginning of the subject
15296
15297 2001-07-07 [paul]
15298
15299         0.5.0claws
15300
15301         sync with sylpheed 0.5.0
15302                 change of version number only
15303
15304 2001-07-06 [paul]
15305
15306         0.5.0claws5
15307
15308         sync with sylpheed 0.5.0pre5
15309
15310 2001-07-05 [paul]
15311
15312         sync with sylpheed 0.5.0pre4 release
15313                 /po and /manual/ja not sync'ed
15314
15315 2001-07-04 [paul]
15316
15317         more sync with sylpheed 0.5.0pre4
15318
15319 2001-07-03 [christoph]
15320
15321         * src/addressbook.c
15322                 fixed address book broken by address book
15323                 for VCard, JPilot, LDAP
15324
15325 2001-07-03 [alfons]
15326
15327         * src/matcher.c
15328         * src/textview.c
15329                 stopped memory leaks
15330
15331 2001-07-03 [paul]
15332
15333         more sync with sylpheed 0.5.0pre4
15334
15335 2001-07-02 [match]
15336
15337         * included address book patch for VCard, JPilot, LDAP
15338         * pref_common.c - fixed Font options on Display tab (cosmetic)
15339         * alertpanel.c - fixed truncated message
15340
15341 2001-07-02 [christoph]
15342
15343         * src/mbox_folder.c
15344         * src/procmsg.[ch]
15345         * src/summaryview.c
15346                 mark threads for ignoring
15347
15348 2001-07-02 [paul]
15349
15350         0.5.0claws4
15351
15352         * sync with sylpheed 0.5.0pre4
15353                 updated gettext to 0.10.38.
15354
15355 2001-07-01 [paul]
15356
15357         * src/ mainwindow.c
15358         * src/procmsg.h
15359         * src/summaryview.[ch]
15360                 new right-click option: Label.
15361                 substitute for 'Mark-->Mark/Unmark', colours the line.
15362                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15363
15364 2001-07-01 [christoph]
15365
15366         * src/folderview.c
15367                 fixed font for trash
15368         * src/summaryview.c
15369                 move ctree to unread message
15370
15371 2001-07-01 [paul]
15372
15373         * sync with sylpheed 0.5.0pre3 release
15374
15375 2001-06-30 [alfons]
15376
15377         * src/filesel.[ch]
15378         * src/compose.c
15379                 allow inserting / attaching multiple files in
15380                 the composer window
15381
15382 2001-06-30 [paul]
15383
15384         * src/codeconv.c
15385                 small change to Alfons' previous stuff so that it
15386                 actually makes
15387
15388 2001-06-30 [alfons]
15389
15390         * lots of files changed; first attempt to merge the changes
15391           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15392
15393 2001-06-30 [paul]
15394
15395         * po/pt_BR.po
15396                 updated and completed, translations by Fabio
15397                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15398
15399 2001-06-29 [alfons]
15400
15401         * src/compose.c
15402         * src/mimeproc.[ch]
15403                 allow selecting an attached files' mime type from a 
15404                 list of types.
15405
15406 2001-06-29 [paul]
15407
15408         * more sync with sylpheed 0.5.0pre3
15409
15410 2001-06-29 [paul]
15411
15412         * po/pt_BR.po
15413                 merge with sylpheed.pot and pt_BR.po provided by
15414                 Fabio Junior Beneditto.
15415
15416 2001-06-29 [darko]
15417
15418         * src/procmime.c
15419                 make MIME types case insensitive
15420
15421 2001-06-28 [alfons]
15422
15423         * po/nl.po
15424                 merge with sylpheed.pot and old nl.po; translations added.
15425
15426 2001-06-28 [paul]
15427
15428         * more sync with sylpheed 0.5.0pre3
15429
15430 2001-06-27 [alfons]
15431
15432         * src/summaryview.c
15433                 don't crash when removing parent node of messages
15434                 attracted by subject. this was caused by not deleting
15435                 the parent node from the subject line hash table.
15436
15437 2001-06-27 [alfons]
15438
15439         * src/summaryview.c
15440         * src/compose.[ch]
15441         * src/mainwindow.c
15442                 if there are multiple messages selected, allow forwarding
15443                 them as attachments.
15444
15445 2001-06-27 [paul]
15446
15447         * more sync with sylpheed 0.5.0pre3
15448
15449 2001-06-26 [paul]
15450
15451         0.5.0claws3
15452
15453         * sync with sylpheed 0.5.0pre3
15454
15455 2001-06-25 [paul]
15456
15457         * src/mainwindow.c
15458                 fixed 'compose news article' bug
15459                 from icon-and-text toolbar
15460
15461 2001-06-25 [paul]
15462
15463         * sync with sylpheed 0.5.0pre2 release
15464
15465 2001-06-24 [christoph]
15466
15467         * src/prefs_common.c
15468                 bug fix in font selection
15469         * src/folderview.c
15470                 use sylpheed's normal font instead of
15471                 gtk default font for folders without
15472                 new messages
15473
15474 2001-06-24 [alfons]
15475
15476         * src/mainwindow.[ch]
15477                 added composite compose mail / news button (an idea by Leandro
15478                 Pereira <leandro@linuxmag.com.br>)
15479
15480 2001-06-24 [paul]
15481
15482         Added instructions for ldif-to-xml.py
15483
15484         * tools/README
15485
15486 2001-06-23 [alfons]
15487
15488         Some minor things.
15489
15490         * src/pixmaps/stock_news_compose.xpm
15491                 added pixmap by Leandro
15492         * src/prefs_common.c
15493                 tested built-in spelling checker of GCC 3.0 :)
15494         * po/nl.po
15495                 merged dutch translation of sylpheed-main with
15496                 sylpheed.pot
15497
15498 2001-06-23 [paul]
15499
15500         Added tools directory and files.
15501
15502         * tools/filter_conv.pl
15503                 converts old filter system to new filtering system
15504         * tools/ldif-to-xml.py
15505                 converts netscape addressbook to sylpheed addressbook
15506         * tools/README
15507                 descriptions/instructions for above two files
15508
15509 2001-06-23 [christoph]
15510
15511         * src/inc.c
15512         * src/manage_window.[ch]
15513         * src/prefs_common.[ch]
15514                 mail retrieval dialog can be enabled, disabled
15515                 or hidden if non of sylpheed's windows is active
15516
15517 2001-06-22 [paul]
15518
15519         0.5.0claws2
15520
15521         * sync with sylpheed 0.5.0pre2
15522
15523 2001-06-21 [christoph]
15524
15525         * src/summaryview.c
15526                 show recipient on 'from' for all accounts
15527                 
15528         * src/inc.c
15529         * src/prefs_common.[ch]
15530                 disable error popup on mail receive errors
15531
15532 2001-06-21 [alfons]
15533
15534         * src/compose.c
15535                 made the ruler correctly appear and disappear.
15536
15537         * src/Makefile.am
15538                 removed Hoa's work-in-progress-stuff (interesting!) so 
15539                 claws compiles ok.
15540
15541 2001-06-20 [christoph]
15542
15543         * src/inc.c
15544         * src/progressdialog.c
15545                 added scrolled window for list in progressdialog
15546
15547 2001-06-20 [paul]
15548
15549         sync with sylpheed 0.5.0pre1 release
15550
15551 2001-06-20 [christoph]
15552
15553         * src/summeryview.c
15554                 make building threads by subject work when
15555                 thread view is enabled
15556                 
15557         * src/compose.c
15558         * src/prefs_common.[ch]
15559                 automatically select account for mail replys
15560
15561 2001-06-19 [sergey]
15562
15563         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15564         they are filled in from the account settings.
15565
15566 2001-06-19 [paul]
15567
15568         * more sync with sylpheed 0.5.0pre1
15569
15570 2001-06-18 [alfons]
15571
15572         * src/Makefile.am,
15573           src/procmime.c
15574                 added --sysconfdir to CPPFLAGS for pointing to the correct
15575                 location of mime.types. 
15576
15577                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15578                 or ./configure!
15579
15580 2001-06-18 [hoa]
15581
15582         * src/summaryview.c
15583                 fixed some bug when building threads
15584
15585 2001-06-18 [pau]l
15586
15587         * src/prefs_account.c
15588                 UI stuff: More changes to the English
15589
15590 2001-06-18 [paul]
15591
15592         * src/pixmaps/stock_news_compose.xpm: new file
15593         * src/Makefile.am
15594         * src/mainwindow.c
15595         * src/summaryview.c
15596                 Added new icon for Hoa's 'compose a news
15597                 message', plus minor improvements to the
15598                 English
15599
15600         * po/ja.po
15601         * ChangeLog
15602         * ChangeLog.jp
15603                 more sync with sylpheed 0.5.0pre1
15604
15605 2001-06-18 [hoa]
15606
15607         * src/compose.[ch]
15608         * src/mainwindow.c
15609                 Follow-up and reply to
15610
15611         * src/summaryview.[ch]
15612                 Build threads also with subjects
15613
15614 2001-06-17 [hoa]
15615
15616         * src/compose.c
15617                 forwarding use the current account.
15618
15619         * src/mainwindow.c
15620                 the "compose message" button has been replaced with
15621                 "new mail" and "new news" buttons
15622
15623         * src/prefs_common.[ch]
15624                 added a configuration option to use the forward button
15625                 as "forward as attachment"
15626                 changed reply and forward format description
15627
15628         * src/quote_fmt_lex.l
15629         * src/quote_fmt_parse.y
15630                 added message with no signature in format for reply
15631                 and forward.
15632
15633 2001-06-17 [paul]
15634
15635         Minor UI stuff
15636
15637         * src/mainwindow.c
15638         * src/summaryview.c
15639                 Improvements to the English
15640
15641         * src/prefs_common.c
15642                 Improvements to the English and some
15643                 clarity/continuity improvements in the
15644                 description of Quote symbols.
15645
15646 2001-06-17 [paul]
15647
15648         0.5.0claws1
15649
15650         * sync with sylpheed 0.5.0pre1
15651
15652 2001-06-17 [hoa]
15653
15654         * src/compose.c
15655                 Better interface for compose, displayed fields
15656                 are updated whenever we change account.
15657                 Newsgroups field is automatically filled.
15658
15659         * src/mainwindow.c
15660                 Newsgroups field is automatically filled.
15661
15662         * src/prefs_account.c
15663                 Some interface stuff when fields appear and
15664                 disappear.
15665
15666 2001-06-16 [paul]
15667
15668         0.4.99claws
15669
15670         * sync with sylpheed 0.4.99
15671
15672 2001-06-16 [sergey]
15673
15674         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15675         base64_decoder_free, base64_decoder_decode): new object and
15676         functions for decoding base64 streams.
15677         * src/procmime.c (procmime_decode_content): modified to use the
15678         new base64 decoder.
15679
15680 2001-06-15 [paul]
15681
15682         0.4.99claws10
15683
15684         * sync with sylpheed 0.4.99cvs11
15685
15686 2001-06-13 [paul]
15687
15688         0.4.99claws9
15689
15690         * sync with sylpheed 0.4.99cvs9
15691
15692 2001-06-13 [hoa]
15693
15694         * src/compose.c
15695         * src/prefs_account.c
15696
15697                 SMTP server can be defined in the news account
15698                 mime type of attachment are kept.
15699
15700         * src/summaryview.c
15701
15702                 now choose the highest important score between default
15703                 and important score of folder.
15704
15705 2001-06-09 [alfons]
15706         
15707         * src/prefs_common.c: 
15708
15709                 (prefs_quote_description_create): corrected description of 
15710                 quote format characters
15711
15712 2001-06-09 [paul]
15713
15714         0.4.99claws8
15715
15716         * sync with sylpheed 0.4.99cvs8
15717
15718 2001-06-08 [sergey]
15719
15720         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15721         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15722
15723 2001-06-08 [paul]
15724
15725         0.4.99claws7
15726
15727         * sync with sylpheed 0.4.99cvs7
15728
15729 2001-06-06 [sergey]
15730
15731         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15732         clashes with autogenerated header).
15733         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15734         * src/Makefile.am: added quote_fmt.h.
15735         * src/.cvsignore: added lex/yacc autogenerated files
15736         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15737
15738 2001-06-06 [paul]
15739
15740         0.4.99claws6
15741
15742         * sync with sylpheed 0.4.99cvs6
15743
15744 2001-06-06 [hoa]
15745
15746         * added src/quote_fmt_parse.h
15747         * src/compose.c
15748                 removed warnings
15749
15750         * src/prefs.[ch]
15751                 don't modify readonly configuration files
15752
15753         * src/prefs_account.c
15754         * src/prefs_common.c
15755         * src/prefs_customheader.c
15756         * src/prefs_display_header.c
15757         * src/prefs_filter.c
15758         * src/prefs_filtering.c
15759         * src/prefs_scoring.c
15760                 don't open dialog box when configuration files
15761                 are readonly
15762
15763 2001-06-05 [sergey]
15764
15765         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15766
15767         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15768         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15769         BUILT_SOURCES to make all files rebuild properly.
15770
15771         * src/compose.c: removed #include "quote_fmt.tab.h".
15772
15773         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15774         CHARACTER value in yylval.
15775
15776         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15777         receive CHARACTER value by documented means (yylval).
15778
15779         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15780
15781 2001-06-05 [hoa]
15782
15783         * src/Makefile.am
15784                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15785
15786         * src/filtering.c
15787         * src/matcher.c
15788         * src/matcher.h
15789         * src/prefs_filtering.c
15790                 now keep the configuration for execute action
15791
15792         * src/mbox_folder.c
15793                 fixed a warning
15794
15795 2001-06-05 [paul]
15796
15797         * sync with sylpheed 0.4.99cvs5
15798
15799 2001-06-05 [hoa]
15800
15801         * src/Makefile.am
15802                 added quote_fmt.[ch]
15803
15804         * added src/quote_fmt.y
15805         * added src/quote_fmt.l
15806         * added src/quote_fmt.tab.h
15807         * added src/quote_fmt.tab.c
15808         * added src/lex.quote_fmt.c
15809                 parsing configuration for replying
15810                 and forwarding
15811
15812         * src/prefs_common.[ch]
15813                 added configuration UI for replying
15814                 and forwarding
15815
15816         * src/compose.c
15817                 using configuration for replying
15818                 and forwarding
15819
15820 2001-06-04 [hoa]
15821
15822         * src/filtering.c
15823         * src/matcher.c
15824         * src/matcher.h
15825         * src/prefs_filtering.c
15826         * src/prefs_matcher.c
15827         * src/prefs_matcher.h
15828                 action "run a command" for filtering
15829                 and matching with a command.
15830                 fixed the "whole message" matching
15831
15832         * src/mbox_folder.c
15833                 changed temporary filename for security
15834
15835         * src/messageview.c
15836                 queue the notification if it fails to send.
15837
15838         * src/prefs_common.c
15839         * src/prefs_folder_item.c
15840                 changed the default important score             
15841
15842         * src/prefs_scoring.c
15843         * src/scoring.c
15844                 hide kill score input when the folder is not
15845                 a newsgroup
15846
15847 2001-06-03 [alfons]
15848
15849         * src/prefs_common.c:
15850
15851                 (prefs_font_select): pass font name in font entry box to font
15852                 selection dialog.
15853
15854 2001-06-03 [sergey]
15855
15856         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15857
15858 2001-06-03 [paul]
15859
15860         * sync with sylpheed 0.4.99cvs4
15861
15862 2001-06-03 [alfons]
15863
15864         * src/headerwindow.c:
15865
15866                 (headerwindow_show_cb): use the selected summary view item, not
15867                 the displayed item.
15868
15869 2001-06-02 [alfons]
15870
15871         * src/headerwindow.c:
15872
15873                 (headerwindow_show_cb): always try to show msginfo
15874
15875 2001-06-02 [hoa]
15876
15877         * src/compose.c
15878                 keep attached parts when reediting or forwarding.
15879
15880 2001-06-01 [hoa]
15881
15882         * src/folderview.c
15883         * src/prefs_folder_item.[ch]
15884         * src/prefs_scoring.[ch]
15885         * src/scoring.[ch]
15886         * src/summaryview.[ch]
15887         * src/main.c
15888         * src/mainwindow.c
15889         * src/prefs_common.[ch]
15890                 support for folder scoring
15891                 kill score and important score for messages
15892         
15893         * src/prefs_account.c
15894                 some display bug fixed for local account
15895                 preferences
15896
15897 2001-05-31 [alfons]
15898
15899         * src/summaryview.c:
15900
15901                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15902                 sender to address book menu item is disabled.
15903
15904 2001-05-30 [hoa]
15905
15906         * src/filtering.[ch]
15907         * src/summaryview.c
15908                 handling summary menu / filter messages
15909
15910         * src/folder.[ch]
15911                 add some stuff
15912
15913         * src/foldersel.c
15914                 imap folders now appears in list
15915
15916         * src/mbox_folder.c
15917                 doesn't crash if destination mail is not writeable
15918
15919 2001-05-29 [hoa]
15920
15921         * src/compose.c
15922                 removed some warnings
15923
15924         * src/filtering.c
15925         * src/folder.[ch]
15926         * src/prefs_filtering.c
15927                 global string to identify any folders           
15928                 removed some debug info
15929                 filtering to mbox folders is now possible
15930
15931         * src/mainwindow.c
15932                 removed some warnings
15933
15934         * src/mbox_folder.c
15935                 permission on files are changed to read/write for user only,
15936                 nothing for other.
15937                 creation of subfolder is handled better.
15938
15939 2001-05-28 [alfons]
15940
15941         Verified the sync for src/prefs_common.[ch] and
15942         src/prefs_account.[ch]. I believe there were some
15943         minor indentation differences.
15944
15945 2001-05-28 [paul]
15946
15947         0.4.99claws3
15948
15949         * sync with 0.4.99cvs3
15950
15951 2001-05-28 [hoa]
15952
15953         * src/compose.c
15954                 handling flags for mbox format
15955
15956         * src/filtering.c
15957                 use of mark file only for MH format
15958                 handling flags for mbox format
15959                 filtering cannot yet move or copy mails to mbox folders.
15960
15961         * src/folder.[ch]
15962                 changed move_msg, copy_msg,
15963                 move_msgs_with_dest, copy_msgs_with_dest functions
15964                 uses only folder->copy_msg() function
15965                 uses folder->finished_copy() to handle the destination
15966                 folder at the end of the copy or move operation.
15967
15968         * src/foldersel.c
15969                 included mbox directories.
15970
15971         * src/folderview.[ch]
15972         * src/mainwindow.c
15973                 handle folders operation for mbox format
15974
15975         * src/mbox.c
15976                 disable conversion of "From " header
15977
15978         * src/mbox_folder.[ch]
15979                 completion of mbox format handling
15980
15981         * src/mh.c
15982                 changed mh_copy_msg() function and
15983                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15984                 mh_copy_msgs_with_dest()
15985
15986         * src/prefs_filtering.c
15987                 removed some warnings
15988
15989         * src/prefs_matcher.c
15990                 default boolean operation is AND
15991
15992         * src/procheader.c
15993                 handling flags for mbox format
15994                 handling of "From " header
15995
15996         * src/procmsg.[ch]
15997                 removed data field
15998                 added MSG_REALLY_DELETED flags to handle deletion of
15999                 messages in mbox format.
16000
16001         * src/summaryview.c
16002                 handling flags for mbox format
16003                 disable the MSG_DELETED flags when messages
16004                 are deleted in mbox format
16005
16006         * src/textview.c
16007                 "From " headers display fixed.
16008
16009 2001-05-27 [alfons]
16010
16011         * src/textview.c:
16012                 
16013                 (get_email_part): skip quoted email addresses, like in e.g.
16014                 "'alfons@proteus.demon.nl'".
16015
16016 2001-05-26 [alfons]
16017
16018         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16019         and fixing the persistence troubles when using separate windows.
16020
16021         * src/mainwindow.c:
16022         
16023             Added #define SEPARATE_ACTION used in the gtk item factory for 
16024             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16025                 use gtk_item_factory_get_widget_by_action() to get the items.
16026                 
16027             Removed separate_widget_cb from the gtk item factory data   
16028           
16029             (mainwindow_create): connect separate_widget_cb() to check
16030             menu item "toggled" signal. also passing a MainWindow pointer
16031                 as object data for both check menu items.
16032                 
16033             (separate_widget_cb): definition of separate_widget_cb() to match
16034             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16035                 window using gtk_object_get_data(). The type of window separation 
16036                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16037         
16038         * src/prefs_filtering.c,
16039           src/prefs_matcher.c: added horizontal scrollbars
16040
16041 2001-05-25 [darko]
16042
16043         * src/headerview.c
16044                 fix segfault with invalid bold font
16045         * src/summaryview.c
16046                 correctly display summary stats after row is marked
16047
16048 2001-05-23 [sergey]
16049
16050         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16051         encodings with libjconv.
16052
16053 2001-05-23 [hoa]
16054
16055         * src/Makefile.am
16056                 added mbox_folder.[ch]
16057         * src/defs.h
16058                 mbox temporary folder
16059         * src/folder.[ch]
16060         * added src/mbox_folder.[ch]
16061         * src/folderview.c
16062         * src/procheader.[ch]
16063                 added mbox support
16064         * src/mbox.c
16065                 bugfix for file incorporation filtering
16066         * src/imap.c
16067                 enable creation of MBOX
16068         * src/prefs_display_header.c
16069                 enable use of headers like "From "
16070                 something that should be fixed :
16071                         displaying of such headers add an extra space
16072         * src/prefs_folder_item.c
16073                 don't create folders because it is not necessary
16074         * src/procmsg.h
16075                 added data field to MsgInfo for mbox internal use
16076         * src/summaryview.c
16077                 added some support for mbox
16078         * src/utils.[ch]
16079                 added get_mbox_cache_dir() function
16080
16081 2001-05-23 [hiroyuki]
16082
16083         * src/headerwindow.c
16084           src/inc.c
16085           src/main.c
16086           src/mh.c
16087           src/nntp.c
16088           src/procmsg.h
16089           src/session.h
16090           src/socket.[ch]
16091           src/summaryview.c
16092           src/textview.c
16093           src/automaton.c
16094           src/folderview.c: more sync with 0.4.99cvs2.
16095
16096         * src/headerwindow.c: reverted.
16097
16098 2001-05-22 [paul]
16099
16100         0.4.99claws2
16101
16102         * sync with sylpheed 0.4.99cvs2
16103                 * src/news.[ch]
16104                 * src/nntp.[ch]
16105                 * INSTALL
16106                 * INSTALL.jp
16107
16108 2001-05-22 [alfons]
16109
16110         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16111
16112 2001-05-21 [alfons]
16113
16114         Minor things:
16115
16116         * configure.in: if gnome-config not found, "no" is displayed
16117         
16118         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16119
16120         * src/textview.c: now also possible to add mail addresses by right
16121           clicking in the text view
16122
16123         * src/codeconv.c: merged patch which fixes endless loop when encountering
16124           invalid wide characters; from Alte <010@imis.ru>  
16125
16126 2001-05-20 [alfons]
16127
16128         Added installation of gnome specific things:
16129
16130         * Makefile.am: gnome conditional
16131
16132         * configure.in: check for installed gnome
16133
16134         * added sylpheed.png, sylpheed.desktop
16135
16136 2001-05-20 [sergey]
16137
16138         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16139
16140         * src/mainwindow.h (main_window_toolbar_create): created a button
16141         for "Reply to all".
16142         (main_window_set_toolbar_sensitive): enable/disable the new button
16143         appropriately.
16144         (toolbar_reply_to_author_cb): handle the new button.
16145
16146         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16147         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16148         failure).
16149
16150 2001-05-19 [sergey]
16151
16152         * src/compose.h (ComposeReplyMode): new modes
16153         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16154         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16155
16156         * src/compose.c
16157         (compose_send): move some code into a new function:
16158         (compose_current_mail_account): new function.
16159         (compose_reply): new argument to_author, all callers changed; if
16160         to_author==TRUE and account->protocol==A_NNTP, find and use an
16161         appropriate mail account for replying.
16162         (compose_reply_set_entry): new argument to_author; ignore
16163         compose->replyto if to_author==TRUE.
16164
16165         * src/mainwindow.c: new command "Message/Reply to author".
16166         (main_window_set_menu_sensitive): enable/disable it.
16167         (reply_cb): handle it.
16168
16169         * src/summaryview.c: new command "Reply to author".
16170         (summary_set_menu_sensitive): enable/disable it.
16171         (summary_reply_cb): handle it.
16172
16173         * src/account.c (account_find_mail_from_address): new function.
16174
16175 2001-05-18 [paul]
16176
16177         0.4.99claws1
16178
16179         * sync with sylpheed 0.4.99cvs1
16180
16181 2001-05-18 [hoa]
16182
16183         * src/compose.[ch]
16184         * src/filtering.c
16185         * src/summaryview.c
16186                 new filtering action : forward and forward as attachment
16187
16188         * src/main.c
16189                 no need for $DISPLAY when we run sylpheed --help
16190                 call to parse_cmd_opt() is moved
16191
16192         * src/mainwindow.[ch]
16193                 execute button is hidden when immediate execute
16194                 is chosen
16195
16196         * src/mh.c
16197         * src/news.c
16198         * src/prefs_folder_item.c
16199         * src/procmsg.c
16200                 better handling of missing directories
16201
16202         * src/summaryview.c
16203                 reedit is enabled in outbox
16204                 reedit is enabled in queue
16205
16206 2001-05-17 [hoa]
16207
16208         * src/filtering.c
16209         * src/matcher.[ch]
16210         * src/prefs_filtering.c
16211                 changed attachement into attachment
16212
16213 2001-05-17 [alfons]
16214
16215         0.4.67claws4    
16216
16217         * sync with sylpheed 0.4.67cvs9
16218         * sync with sylpheed 0.4.67cvs7-8
16219
16220 2001-05-17 [hoa]
16221
16222         * src/Makefile.am
16223                 added prefs_filtering.c
16224
16225         * src/filtering.[ch]
16226         * src/matcher.[ch]
16227                 removed action : forward_news and forward_news_as_attachement
16228                 (forward and forward_as_attachement can be used instead)
16229
16230         * src/mainwindow.c
16231                 added menu option to access filtering configuration
16232
16233         * src/prefs_account.c
16234                 changed mail_command default to /usr/sbin/sendmail
16235
16236         * added src/prefs_filtering.[ch]
16237                 dialog box for filtering configuration
16238
16239         * src/prefs_matcher.c
16240                 added function prefs_matcher_get_criteria_from_matching()
16241
16242         * src/prefs_scoring.c
16243                 reset the dialog when register or substitute is clicked
16244
16245 2001-05-15 [hoa]
16246
16247         * src/Makefile.am
16248                 added filtering.[ch]
16249         * src/inc.c
16250                 using filering.[ch] instead of filter.[ch]
16251         * src/main.c
16252                 reading new filtering configuration
16253         * src/matcher.[ch]
16254                 added some filtering actions
16255                 and fixed a bug for headers and mail body matching
16256         * src/mbox.c
16257                 using filering.[ch] instead of filter.[ch]
16258         * src/mh.c
16259                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16260         * src/summaryview.c
16261                 some fixes for filtering
16262
16263 2001-05-14 [hiroyuki]
16264
16265         * src/send.c: fixed some weird indentations.
16266           send_message_with_command(): call pclose() only if p != NULL.
16267         * src/textview.c: get_email_part(): modified the code for readability.
16268
16269 2001-05-14 [hiroyuki]
16270
16271         * src/md5global.h
16272           src/md5ify.c
16273           src/md5ify.h: removed from the cvs.
16274
16275 2001-05-13 [sergey]
16276
16277         * src/main.c: include rfc2015.h to avoid compiler warnings.
16278         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16279         the panel is already on screen.
16280         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16281         closing the alert window by ESC as "No".
16282         * src/prefs_common.c (prefs_interface_create): moved return
16283         receipt check button to the correct place.
16284
16285 2001-03-13 [alfons]
16286
16287         * src/prefs_common.c: 
16288                 moved return receipt check button to the Send tab. (prefs_send_create)
16289                 removed the date format ui related globals. (prefs_display_create)
16290
16291         0.4.67claws3
16292         
16293         * sync with sylpheed 0.4.67cvs5-6
16294
16295 2001-05-13 [paul]
16296
16297         * added Alfons' font selection patch
16298
16299         * src/defs.h
16300         * src/headerwindow.c
16301         * src/prefs_common.c
16302         * src/prefs_common.h
16303
16304 2001-05-13 [hoa]
16305         * src/defs.h
16306                 changed version of cache
16307         * src/matcher.[ch]
16308         * src/prefs_matcher.c
16309                 added additionnal matching criteria
16310         * src/procheader.c
16311         * src/procmsg.[ch]
16312         * src/news.c
16313                 added references in MsgInfo
16314
16315 2001-05-12 [hoa]
16316
16317         * src/defs.h
16318                 prepared some things for new filtering
16319         * src/matcher.[ch]
16320                 added some matching properties
16321                 inreplyto need to be enhanced
16322                 prepared some things for new filtering
16323         * src/messageview.c
16324                 added Return-Receipt-To handling
16325         * src/prefs_folder_item.c
16326                 changed default value to TRUE
16327         * src/prefs_matcher.c
16328                 added some matching properties
16329         * src/prefs_scoring.[ch]
16330                 the scoring dialog is finished
16331         * src/procheader.c
16332                 added Return-Receipt-To handling
16333                 Reference need to be added
16334         * src/procmsg.[ch]
16335                 added Return-Receipt-To handling
16336                 added threadscore to get a better score sorting when
16337                 threads are enabled
16338         * src/summaryview.c
16339                 suppressed a bug when we sort the list
16340                 when no folder is opened.
16341                 better score sorting when threads are enabled
16342
16343 2001-05-12 [alfons]
16344
16345         * reverted previous patch because of potential errors 
16346
16347         0.4.67claws2
16348         
16349         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16350                 applied "toggle mail-retrieval dialog window" patch submitted 
16351                 by Eric Limpens <eric@qnt.net>
16352
16353         * sync with sylpheed 0.4.67cvs4
16354
16355 2001-05-12 [sergey]
16356
16357         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16358         some picky compilers.
16359         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16360         * src/grouplist_dialog.c: include alertpanel.h.
16361         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16362         fix compile warning.
16363         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16364         #include "defs.h" before others to prevent the warning of `MIN'
16365         and `MAX' redefinition.
16366
16367 2001-05-11 [hoa]
16368
16369         * src/main.c
16370         * src/messageview.c
16371         * src/prefs_account.c
16372         * src/prefs_display_header.c
16373                 removed warning
16374         * src/Makefile.am
16375                 added prefs_scoring.[ch]
16376         * src/grouplist_dialog.c
16377                 display an error dialog box if the group list
16378                 cannot be fetched.
16379         * src/mainwindow.[ch]
16380                 added main_window_set_thread_option() function
16381                 scoring dialog box enabled
16382         * src/matcher.[ch]
16383                 added flags matching unread /new / marked
16384                 / deleted / replied / forwarded
16385         * src/news.c
16386                 newsgroups are now finally in newscache
16387         * src/prefs_matcher.[ch]
16388                 finished preferences for matching dialog
16389         * added src/prefs_scoring.[ch]
16390                 scoring dialog box completed
16391         * src/scoring.[ch]
16392                 conversion to string : added scoringprop_to_string()
16393                 write config for preferences :
16394                 added prefs_scoring_write_config()
16395         * src/summaryview.c
16396                 threads can be enabled/disabled independently
16397                 for each folder
16398
16399 2001-05-10 [alfons]
16400
16401         0.4.67claws1
16402         
16403         * AUTHORS: 
16404                 thought it would be nice to have a list of all
16405                 contributors (used Changelog as a reference)
16406         
16407         * configure.in: 
16408                 messed up version numbering...
16409
16410         0.4.66claws1
16411
16412         * sync with sylpheed 0.4.67cvs1-3
16413
16414 2001-05-10 [darko]
16415
16416         * src/prefs_common.c:
16417                 better UI for strftime format, double clicking
16418                 on format now inserts the format in text entry
16419                 replaced close button with standard OK/Cancel
16420                 moved date format button to the right of the
16421                 text entry field
16422
16423 2001-05-09 [alfons]
16424
16425         * src/gtkstext.c:
16426                 Ctrl-Home / Ctrl-End have proper cursor navigation
16427
16428 2001-05-09 [hoa]
16429
16430         * src/prefs_matcher.c
16431                 finished UI to define matching properties
16432                 added ok and cancel button
16433         * src/prefs_filter.c
16434                 added ok and cancel button
16435         * src/news.c
16436                 fixed some bug in xhdr parsing
16437
16438 2001-05-08 [alfons]
16439
16440         * src/textview.c: 
16441                 fixed a bug in textview_show_header(), which displayed two colons (':');
16442                 cleaned up some warnings
16443
16444 2001-05-08 [hoa]
16445
16446         * src/Makefile.am
16447                 added prefs_matcher.[ch]
16448                 compilation with -W -Wall
16449         * src/alertpanel.c
16450                 ungrab the mouse events if grabbed - does it
16451                 fix the bug for disposition notification ?
16452         * src/mainwindow.c
16453                 added a menu option to open the matching dialog.
16454         * src/matcher.[ch]
16455                 added matcherprop_to_string() and matcherlist_to_string()
16456                 fixed some bugs, changed the name of some options
16457                 age_sup and age_inf becomes age_greater and age_lower,
16458                 body and messageheaders becomes body_part and headers_part,
16459                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16460         * src/prefs_display_header.c
16461         * src/prefs_headers.c
16462                 fixed a bug that accidentally destroyed dialogs
16463                 when closed them with delete_event
16464                 Added *_deleted() which handle delete_event signal correctly.
16465         * src/prefs_folder_item.[ch]
16466                 added "enable_thread" field for future customization
16467         * added src/prefs_matcher.[ch]
16468                 sample of the UI to define matching properties
16469         * src/procheader.c
16470                 using procheader_headername_equal instead of str*cmp functions
16471                 using procheader_parse_header() function
16472         * src/scoring.c
16473                 using MATCHING_XXX instead of SCORING_XXX
16474         * src/summaryview.c
16475                 display the sender of the news even if this is ourself
16476                 when this is a news message.
16477         * src/textview.c
16478                 using headername_equal() instead of str*cmp functions
16479
16480 2001-05-08 [alfons]
16481
16482         0.4.66claws
16483
16484         * sync with sylpheed 0.4.66
16485         * src/gtkstext.c: trace logs added 
16486
16487 2001-05-08 [sergey]
16488
16489         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16490         signature check popup.
16491         * src/rfc2015.c (check_signature): show signature check popup only
16492         if it is enabled in preferences.
16493
16494 2001-05-07 [alfons]
16495
16496         0.4.66claws4
16497         
16498         * sync with sylpheed 0.4.66cvs6
16499
16500 2001-05-07 [darko]
16501
16502         * src/prefs_common.[ch]: added option to enable/disable
16503           looking up sender name in address book for summary pane
16504         * src/summaryview.c: look up sender in the address book
16505           by using Alfons' address completion code
16506
16507 2001-05-07 [hiroyuki]
16508
16509         * src/inc.h
16510           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16511           member of Pop3State.
16512         * src/news.c: brought #include "defs.h" before #include <glib.h>
16513           to prevent the warning of `MIN' and `MAX' redefinition.
16514
16515 2001-05-06 [hoa]
16516
16517         * removed src/headers_display.[ch]
16518         * removed src/prefs_display_headers.[ch]
16519         * src/inc.c
16520                 use a temporary file in the user directory for mbox import
16521         * src/news.c
16522                 added XHDR support to get "To" and "Cc" headers
16523                 (in order to match news with to or cc field for
16524                 scoring)
16525                 added function news_parse_xhdr() to get XHDR response
16526         * src/nntp.[ch]
16527                 added function nntp_xhdr()
16528         * src/matcher.c
16529                 fetch the message if necessary
16530
16531 2001-05-06 [alfons]
16532
16533         0.4.66claws3
16534
16535         * sync with sylpheed 0.4.66cvs3-5
16536
16537 2001-05-06 [hoa]
16538
16539         * src/utils.[ch]
16540                 added function itos_buf() to enable use of several buffers
16541         * src/summaryview.c
16542                 use of itos_buf() instead of itos() in summary list
16543                 to fix the broken display of message number.
16544
16545 2001-05-06 [alfons]
16546
16547         * src/gtkstext.c: bug in cursor up navigation fixed,
16548                 fixed another unsigned / signed comparison (we're getting there :-)
16549
16550 2001-05-06 [hoa]
16551
16552         * src/Makefile.am
16553                 added scoring.c scoring.h
16554                 prefs_folder_item.c prefs_folder_item.h
16555                 matcher.c matcher.h
16556         * src/defs.h
16557                 added FOLDERITEM_RC SCORING_RC
16558         * src/folder.[ch]
16559                 added prefs field in FolderItem :
16560                 properties for each folder (PrefsFolderItem),
16561                 sorting type and mode were added as the first properties.
16562         * src/main.c
16563                 read config for scoring
16564         * added src/matcher.[ch]
16565                 gives functions to parse configuration file to do
16566                 matching on mails with a list of conditions.
16567         * src/mainwindow.c
16568                 add option to sort by score
16569         * src/prefs_common.[ch]
16570                 added preference option to show score and for
16571                 the score column size
16572         * added src/prefs_folder_item.[ch]
16573                 properties for each folder (PrefsFolderItem),
16574                 sorting type and mode were added as the first properties.
16575         * src/procheader.[ch]
16576                 added procheader_parse_header()
16577                 added procheader_header_free()
16578                 added procheader_headername_equal()
16579                 and made modification to use them.
16580         * src/procmsg.[ch]
16581                 added score field to MsgInfo structure
16582         * added src/scoring.[ch]
16583                 gives functions to parse configuration file to do
16584                 scoring on mails with a list of conditions.
16585         * src/summaryview.[ch]
16586                 save the sorting type and mode for the folder
16587                 added column to display the score of the mail
16588                 added function summary_score_clicked()
16589                 sorting type and mode are restored to the folder
16590                 when it is reopen
16591         * src/textview.c
16592                 use procheader_parse_header(), procheader_headername_equal()
16593                 removed memory leak in text_scan_header when freeing headers
16594         * src/filter.c
16595                 changed the function to match names of headers
16596                 using procheader_headername_equal()
16597
16598         Scoring functions are implemented, an interface is needed
16599         to configure that.
16600
16601 2001-05-04 [alfons]
16602
16603         * src/gtkstext.c: 
16604                 hopefully fixed the row up navigation bug,
16605                 removed adding back / forward lines to cache
16606
16607 2001-05-04 [sergey]
16608
16609         * src/prefs_display_headers.c: user interface changes:
16610         (prefs_display_headers_create): remove unused "Show" check button;
16611         allow reordering of headers by dragging.
16612         (prefs_display_headers_write_config): remove unused variables.
16613         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16614         of lists (not needed with the new UI).
16615         (prefs_display_headers_set_list): scan lists starting from row 0,
16616         not 1 (do not skip "(New)").
16617         (prefs_display_headers_find_header): new function.
16618         (prefs_display_headers_clist_set_row): do not allow duplicates.
16619         (prefs_display_headers_delete_cb): do not skip row 0; treat
16620         closing the alert window by ESC as "No".
16621         (prefs_display_headers_up): do not protect row 0.
16622         (prefs_display_headers_down): do not protect row 0.
16623
16624 2001-05-04 [sergey]
16625
16626         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16627         functions.
16628
16629         * src/summaryview.c
16630         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16631         summary_select_next_marked, summary_select_prev_marked): new
16632         functions.
16633
16634 2001-05-03 [sergey]
16635
16636         * src/news.c: fixed a bug when no article can be fetched after
16637         server timeout if the connection was restored by news_post():
16638         (news_select_group): new function.
16639         (news_fetch_msg): call news_select_group() before fetching
16640         article.
16641         (news_get_uncached_articles): set session->group after successful
16642         GROUP command.
16643
16644 2001-05-03 [hoa]
16645
16646         * src/defs.h
16647         * src/procmsg.[ch]
16648         * src/procheader.c
16649                  changed version of cache, added cc field
16650
16651         * src/prefs_display_headers.c
16652                 the interface was changed
16653
16654         * src/prefs_headers.c
16655                 added cancel button
16656
16657 2001-05-03 [alfons]
16658
16659         * completed sync of sylpheed cvs2
16660         * src/gtkstext.c: updated row up / down cursor navigation
16661         * src/textview.c: re-edited, prepared for fixing the email address
16662                 scanner.
16663
16664 2001-05-03 [darko]
16665
16666         * src/prefs_common.c: use alfons' strftime ui code
16667         entry_datefmt and datefmt_sample widgets have to be
16668         global in this module because of this change
16669
16670 2001-05-03 [hoa]
16671
16672         * src/messageview.c
16673         * src/prefs_common.[ch] added option to activate the return receipt
16674                 feature.
16675
16676 2001-05-02 [alfons]
16677
16678         * src/gtkstext.c: fix for row up/down cursor navigation. 
16679
16680         0.4.66claws2
16681         
16682         * sync with 0.4.66cvs2
16683
16684 2001-05-02 [paul]
16685
16686         added add-sender-to-addressbook patch
16687
16688         * src/addressbook.c
16689         * src/addressbook.h
16690         * src/summaryview.c
16691
16692 2001-05-02 [sergey]
16693
16694         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16695         G_ALERTDISABLE.
16696
16697         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16698         all existing callers changed to pass FALSE; create a check button
16699         to disable the message.
16700         (alertpanel_message_with_disable): new function.
16701         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16702         (alertpanel_button_toggled): new function.
16703         (alertpanel_button_clicked, alertpanel_close): set value using
16704         G_ALERT_VALUE_MASK.
16705
16706         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16707
16708         * src/prefs_common.c (prefs_privacy_create): new check button
16709         checkbtn_gpgme_warning.
16710
16711         * src/main.c (main): moved preferences reading before gpgme
16712         initialization; check prefs_common.gpgme_warning before giving the
16713         GnuPG warning and set it to FALSE if the user wants to disable the
16714         warning.
16715
16716 2001-05-02 [hiroyuki]
16717
16718         * src/prefs_display_headers.c: modified the layout and some labels.
16719
16720 2001-05-02 [sergey]
16721
16722         * src/prefs_account.c (prefs_account_fix_size): new function.
16723         (prefs_account_create): call prefs_account_fix_size(); use
16724         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16725         size when the window is shown for the first time).
16726         (prefs_account_basic_create): changed layout of serv_table; moved
16727         localmbox_entry above smtpserv_entry (logically it replaces
16728         POP3/IMAP server).
16729         (prefs_account_protocol_activated): set sensitivity of
16730         nntpauth_chkbtn according to the protocol (in addition to
16731         hide/show); commented out gtk_table_set_row_spacing() calls.
16732         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16733         not sensitive (fixes a bug with disabled username/password boxes
16734         when editing POP3 account after NNTP with authentication).
16735
16736 2001-05-02 [hoa]
16737
16738         * src/account.c
16739         * src/inc.c
16740         * src/prefs_account.[ch]
16741         * src/send.c
16742                 removed local account without SMTP server
16743                 added option to use mail command instead of a connexion
16744                 to SMTP server when a local account is used
16745         * src/prefs_headers.c
16746                 fixed a bug
16747         * src/news.c
16748                 fixed a bug when connexion immediately closed
16749
16750 2001-05-01 [alfons]
16751
16752         0.4.66claws1
16753         
16754         * sync with 0.4.65
16755
16756 2001-05-01 [sergey]
16757
16758         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16759         widget nntpauth_chkbtn.
16760         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16761         visibility.
16762         (prefs_account_nntpauth_toggled): new function.
16763
16764         * src/news.c (news_session_new_for_folder): use NNTP
16765         authentication only if ac->use_nntp_auth is set.
16766
16767 2001-05-01 [hoa]
16768
16769         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16770         * src/prefs_display_headers.c changed the UI
16771         * src/prefs_headers.c changed account_name to account_id
16772         * src/compose.c using customheader.h
16773
16774 2001-05-01 [hiroyuki]
16775
16776         * src/esmtp.c
16777           src/news.c
16778           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16779           unsynched.
16780
16781 2001-05-01 [hoa]
16782
16783         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16784         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16785                 for displaying of headers
16786         * src/grouplist_dialog.[ch] minor changes to remove warnings
16787         * src/prefs_display_headers.[ch] dialog to choose the
16788         headers to display in the mail viewer.
16789         * src/headers.h correction of #define
16790         * src/headers_display.[ch] configuration for displaying of headers.
16791         * src/main.c read config of displaying of headers
16792         * src/prefs_common.c add a button to access the config dialog
16793                 for displaying of headers
16794         * src/prefs_display_headers.[ch] dialog for configuration for
16795                 displaying of the headers.
16796         * src/prefs_headers.c cleaning of code
16797         * src/procheader.c comments added to code
16798         * src/textview.c changes to reorder the headers depending
16799                 on the config for displaying of headers
16800
16801 2001-04-30 [alfons]
16802
16803         0.4.65claws7
16804
16805         * sync with 0.4.65cvs12
16806
16807         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16808
16809 2001-04-30 [sergey]
16810
16811         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16812
16813         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16814         is set to force reconnection after authentication failure.
16815         (nntp_gen_command): set sock->auth_failed on authentication
16816         failure, or if sock->userid and sock->passwd are not set.
16817
16818         * src/news.c (news_session_new_for_folder): set userid=NULL if
16819         password dialog is cancelled.
16820
16821 2001-04-30 [sergey]
16822
16823         * src/nntp.h (NNTPSockInfo): new type.
16824
16825         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16826         SockInfo.
16827         (nntp_open_auth, nntp_close): new functions.
16828         (nntp_gen_command): new function to handle authentication; all
16829         NNTP command functions updated to use it.
16830         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16831         (nntp_list): removed old useless code.
16832
16833         * src/news.h (NNTPSession): new field nntp_sock.
16834
16835         * src/news.c: all functions updated to use NNTPSockInfo instead of
16836         SockInfo.
16837         (news_session_new): new arguments (userid, passwd); made static;
16838         use nntp_open_auth() if needed.
16839         (news_session_destroy): use nntp_close() instead of sock_close().
16840         (news_query_password): changed arguments.
16841         (news_session_new_for_folder): new function.
16842         (news_session_get): use news_session_new_for_folder().
16843         (news_authenticate): deleted.
16844         (news_get_uncached_articles): removed old authentication code.
16845
16846 2001-04-30 [sergey]
16847
16848         * src/news.c: reverted my previous changes (need to do NNTP
16849         authentication in a cleaner way).
16850         
16851 2001-04-29 [sergey]
16852
16853         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16854         news_nntp_post, news_nntp_mode): new functions (wrappers with
16855         authentication support).
16856         (news_get_article_cmd, news_get_article, news_get_header): new
16857         argument "folder"; all callers changed.
16858         (news_get_article_cmd): added authentication support.
16859         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16860         (news_post): use news_nntp_post() instead of nntp_post().
16861         (news_get_uncached_articles): use news_nntp_group() instead of
16862         nntp_group() and news_nntp_xover() instead of nntp_xover();
16863         removed old authentication code.
16864         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16865
16866         * src/nntp.c (nntp_list): return real error code instead of
16867         hardcoded NN_ERROR.
16868
16869 2001-04-29 [sergey]
16870
16871         * configure.in: fixed wint_t typedef detection again
16872
16873 2001-04-28 [hoa]
16874
16875         * src/prefs_account.[ch], added A_LOCAL_CMD
16876                 (send mail with mail command)
16877         * src/send.c added function send_message_with_command()
16878         * src/inc.c made a more secure get_spool() function with
16879                 mktemp() but maybe mkstemp() or something more
16880                 secure can be used.
16881
16882 2001-04-28 [alfons]
16883
16884         * src/textview.c, colorization of email addresses in headers
16885
16886         0.4.65claws6
16887
16888         * bug sync with sylpheed
16889         * prefs_common.c: created date format ui for darko
16890         * sync with 0.4.65cvs11
16891         * configure.in: corrected to have the new gpg checks
16892
16893 2001-04-27 [alfons]
16894
16895         * completed sync with 0.4.65cvs10
16896         * minor debug things added to gtkstext.c
16897
16898 2001-04-27 [darko]
16899
16900         * configure.in: remove check for availability of
16901           strftime() as advised by Hiroyuki
16902         * src/prefs_common.[ch], src/procheader.c:
16903           synch strftime() code with Hiroyki's main branch
16904
16905 2001-04-26 [sergey]
16906
16907         * src/news.c: news_query_password(), news_authenticate(): new
16908           functions.
16909           news_get_uncached_articles(): added NNTP authentication
16910           handling.
16911         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16912           new functions.
16913         * src/prefs_account.c: prefs_account_protocol_activated():
16914           enable userid and password fields for NNTP.
16915
16916 2001-04-26
16917
16918         * configure.in: check for availability of strftime()
16919           [darko]
16920         * src/prefs_common.[ch], src/procheader.c: use
16921           strftime() for displaying date in summary pane if it
16922           is available
16923
16924 2001-04-25
16925
16926         * more .cvsignore cleanups [alfons]
16927
16928 2001-04-25
16929
16930         * ac/sv-check-type.m4: new autoconf macro.
16931         * configure.in: fixed wint_t typedef detection (did not work
16932           with gcc-2.96).
16933
16934 2001-04-25
16935
16936         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16937           [hiroyuki]
16938
16939 2001-04-24
16940         * modified gtkstext.c : buggy cursor navigation fixed, 
16941           and font descent also taken in account when drawing
16942           cursor. [alfons]
16943
16944 2001-04-24 [hoa]
16945         * added comments in src/news.c src/nntp.c
16946         * added src/prefs_headers.[ch]
16947         * added src/headers.[ch]
16948         * modified compose.c to activate custom headers
16949                 added function is_in_custom_headers
16950         * modified prefs_account.[ch]
16951                 added function prefs_account_customhdr_edit
16952         * modified src/defs.h :
16953                 added HEADERS_RC : name of the config file
16954                 for the custom headers
16955
16956 2001-04-24
16957
16958     0.4.65claws5
16959
16960         * configure.in
16961           src/gtkstext.[ch]
16962           src/compose.c
16963           src/Makefile.am
16964           
16965           added gtkstext with configure.in patch by Hiroyuki which
16966           should fix the XIM detection [alfons]
16967
16968         * more clean up of cvs [alfons]
16969
16970                  * removed all Makefile.in files to attic.
16971
16972                  * updated all .cvsignores to really ignore things that could
16973                    be unintentionally committed by a recursive commit.
16974
16975 2001-04-23 [hoa]
16976         * added src/grouplist_dialog.[ch]
16977         * changed src/folderview.c to call grouplist_dialog instead
16978                 of inputdialog
16979         * src/news.c :
16980                 added functions news_reset_group_list
16981                 and news_get_group_list
16982         * src/nntp.c :
16983                 added function nntp_list
16984         * src/defs.h :
16985                 added GROUPLIST_FILE : name of the newsgroup list cache file
16986
16987 2001-04-21
16988
16989         * added option to warn about queued messages on exit [sergey]:
16990
16991           * src/compose.c: compose_queue(): call folder_item_scan()
16992             and folderview_update_item() after queueing.
16993           * src/folderview.c: folderview_update_node(): draw the queue
16994             folder in bold font if there are queued messages.
16995           * src/mainwindow.c: queued_messages(): new function.
16996             app_exit_cb(): display warning if there are queued messages
16997             if warn_queued_on_exit is set.
16998           * prefs_common.[ch]: add warn_queued_on_exit option.
16999
17000         * enhanced GnuPG key selection support [sergey]:
17001
17002           * src/select-keys.c: updated to newer version from Win32
17003             branch with support for selecting arbitrary keys.
17004           * src/prefs_account.c: added the Privacy tab to the account
17005             options window.
17006             prefs_account_privacy_create(),
17007             prefs_account_sign_key_set_data_from_radiobtn(),
17008             prefs_account_sign_key_set_radiobtn(): new functions.
17009           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17010           * src/rfc2015.c: set_signers(): new function.
17011             pgp_sign(): add the account parameter, call set_signers().
17012             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17013           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17014           * src/compose.c: pass the current account to rfc2015_sign().
17015
17016         * tag name claws added to prevent confusion with main branch [alfons]
17017
17018         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17019
17020         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17021
17022         * sync with recent sylpheed cvs. Untested though. [alfons]
17023