0.9.0claws83
[claws.git] / ChangeLog.claws
1 2003-07-05 [christoph]  0.9.0claws83
2
3         * src/inc.c
4                 add NULL pointer checks
5
6         (patch by Luke Plant <lukeplant@softhome.net>)
7         (closes Bug 204 0.9.0 quits on authentication error?!)
8
9 2003-07-05 [alfons]     0.9.0claws82
10
11         * configure.ac
12                 take the clue in bug #202 "./configure script - 
13                 'if test' comparison failure" reported by John Kristoff. 
14
15 2003-07-04 [christoph]  0.9.0claws81
16
17         * src/plugins/spamassassin/spamassassin.c
18                 set timeout for spam check
19
20 2003-07-04 [christoph]  0.9.0claws80
21
22         * src/main.c
23                 destroy all FolderItems when shutting down to
24                 allow folders to clean up
25
26 2003-07-04 [melvin]     0.9.0claws79
27
28         * src/gtk/gtkaspell.c
29                 Fixed bug #184 "Entering non-ascii character deletes
30                 previous char if spell checking enabled": this makes
31                 the spell checking in multibytes (e.g. UTF-8)locales work.
32                 (Patch by Luke Plant).
33                 
34 2003-07-04 [christoph]  0.9.0claws78
35
36         * sync with 0.9.2cvs1
37                 see ChangeLog 2003-06-10
38
39 2003-07-04 [paul]       0.9.0claws77
40
41         * sync with 0.9.3 release
42                 see ChangeLog 2003-07-04
43
44 2003-07-03 [christoph]  0.9.0claws76
45
46         * src/folder.[ch]
47         * src/imap.c
48         * src/mbox_folder.c
49         * src/mh.c
50         * src/news.c
51                 move folder_item_get_path() stuff into a folder virtual function
52
53         * src/procmsg.c
54                 use folder_item_fetch_msg() to get message and do not contruct
55                 the filename from path and number
56
57 2003-07-03 [paul]       0.9.0claws75
58
59         * sync with 0.9.2cvs12
60                 see ChangeLog 2003-07-03
61
62 2003-07-02 [paul]       0.9.0claws74
63
64         * src/messageview.c
65                 fix text-selection for replying
66
67 2003-07-02 [paul]       0.9.0claws73
68
69         * sync with 0.9.2cvs11
70                 see ChangeLog 2003-07-02
71
72 2003-07-02 [paul]       0.9.0claws72
73
74         * src/procmsg.c
75                 revert last commit because it breaks more
76                 than it fixes
77
78 2003-07-02 [paul]       0.9.0claws71
79
80         * src/procmsg.c
81                 fix thread by subject/sort by date
82
83 2003-07-01 [paul]       0.9.0claws70
84
85         * sync with 0.9.2cvs10
86                 see ChangeLog 2003-07-01
87
88 2003-06-30 [paul]       0.9.0claws69
89
90         * sync with 0.9.2cvs9
91                 see ChangeLog 2003-06-30
92
93 2003-06-28 [match]      0.9.0claws68
94
95         * src/addressbook.c
96                 fix null ptr.
97
98 2003-06-27 [paul]       0.9.0claws67
99
100         * sync with 0.9.2cvs7
101                 see ChangeLog 2003-06-27
102
103 2003-06-26 [christoph]  0.9.0claws66
104
105         * src/folder.c
106                 freeze folder updates while a folder is scanned
107
108         (closes Bug 185 New message counter)
109
110 2003-06-26 [darko]      0.9.0claws65
111
112         * src/ldapserver.c
113                 fix infinite loop when adding a new LDAP server
114
115 2003-06-26 [paul]       0.9.0claws64
116
117         * sync with 0.9.2cvs6
118                 see ChangeLog 2003-06-26
119
120 2003-06-26 [paul]       0.9.0claws63
121
122         * sync with 0.9.2cvs5
123                 see ChangeLog 2003-06-25 and 2003-06-26
124
125 2003-06-25 [match]      0.9.0claws62
126
127         * src/addr_compl.c
128                 Fixed tab/backtab for dropped-down completion list to
129                 move next/previous field. (close bug 147)
130
131 2003-06-25 [christoph]  0.9.0claws61
132
133         * src/addr_compl.[ch]
134         * src/addrindex.[ch]
135         * src/folderview.c
136         * src/inc.c
137         * src/news.c
138         * src/summaryview.c
139         * src/toolbar.c
140                 fix warnings
141
142 2003-06-25 [leandro]    0.9.0claws60
143
144         * src/compose.c
145                 o cleanups
146                 o gray out "Message/Remove references" menu item if not
147                   replying to a message
148
149 2003-06-24 [leandro]    0.9.0claws59
150
151         * src/compose.[ch]
152                 o removed "Message/Create new thread" menu item
153                 o added "Message/Remove references" menu item
154                   (it's off by default and will not check anymore
155                    if the subject changed)
156
157 2003-06-23 [alfons]     0.9.0claws58
158
159         * src/procmsg.c
160                 try better grouping messages threaded by subject based on their age.
161                 still not perfect - because the message tree is not sorted by date.  
162
163 2003-06-23 [thorsten]   0.9.0claws57
164
165         * src/pop.[ch]
166                 added mail_receive_hook to allow modifications
167                 directly after retrieval (e.g. adding headers).
168
169 2003-06-23 [paul]       0.9.0claws56
170
171         * src/sourcewindow.c
172                  enable the use of Ctrl+A to select all text in
173                  the sourcewindow
174                  Patch submitted by Ivan Francolin Martinez
175                  <ivanfm@users.sourceforge.net>
176
177 2003-06-22 [christoph]  0.9.0claws55
178
179         * src/folder.[ch]
180                 o add notification hook for folder tree changes
181                 o invoke hooks after folder tree scanning
182
183         * src/folderview.[ch]
184                 register hook for folder tree changes that
185                 updates the ctree
186
187         (there are more places that should be updated, like add, remove 
188          or move folder)
189
190         (closes Bug 164 Crash on rebuild folder tree)
191         (closes Bug 190 Crash on 'rebuilding folder tree')
192
193 2003-06-21 [leandro]    0.9.0claws54
194
195         * src/compose.[ch]
196                 create a new thread if subject changes
197                 (it's on by default, can be disabled in Message menu)
198
199 2003-06-21 [alfons]     0.9.0claws53
200
201         * src/summaryview.c
202                 quiet little compiler
203
204 2003-06-21 [christoph]  0.9.0claws52
205
206         update gettext stuff to version 0.12
207
208 2003-06-19 [alfons]     0.9.0claws51
209
210         * src/common/log.c
211         * src/common/plugin.c
212                 move defs.h before glib.h to prevent MIN/MAX redefs
213
214 2003-06-19 [alfons]
215
216         * src/addressbook.c
217                 translatable
218
219 2003-06-19 [match]      0.9.0claws50
220
221         * src/addressbook.[ch]
222         * src/addrindex.[ch]
223         * src/addr_compl.[ch]
224         * src/editldap.[ch]
225         * src/editldap_basedn.[ch]
226         * src/addritem.[ch]
227         * src/ldapquery.h
228                 re-implemented dynamic LDAP search. works without
229                 slowdown on display sender with addressbook
230                 option.
231         * src/addrbook.c
232                 documented code.
233
234 2003-06-19 [paul]       0.9.0claws49
235
236         * src/compose.c
237                 fix Bug #136 'Nonprovided quotation marks crash claws'
238                 patch submitted by Pawel PĂȘkala <c0rn@gazeta.pl>
239
240 2003-06-19 [alfons]     0.9.0claws48
241
242         * src/prefs_common.[ch]
243         * src/procmsg.c
244                 restrict threading by subject by checking thread for
245                 age (prefs_common.thread_by_subject_max_age)
246
247 2003-06-18 [christoph]  0.9.0claws47
248
249         * src/imap.c
250                 fix memory leak in imap_cmd_fetch()
251
252 2003-06-18 [christoph]  0.9.0claws46
253
254         * src/prefs_gtk.c
255                 fix memory leak in prefs_set_default() when used multiple
256                 times or after prefs have been read
257
258 2003-06-18 [christoph]  0.9.0claws45
259
260         * src/common/plugin.c
261                 fix memory leak in plugin_unload()
262
263 2003-06-18 [christoph]  0.9.0claws44
264
265         * src/imap.c
266                 fix memory leak in imap_cmd_ok()
267
268 2003-06-18 [christoph]  0.9.0claws43
269
270         * src/folder.c
271                 stop messages that are downloaded from POP3 and added to
272                 an IMAP inbox from being filtered twice (first by POP3
273                 and again when IMAP folder is scaned to get the UID of
274                 the APPEND operation when no UIDPLUS is available)
275
276 2003-06-18 [alfons]
277
278         * tools/Makefile.am
279                 phoenix <- firebird     
280
281 2003-06-18 [paul]
282
283         * tools/launch_phoenix          ** REMOVED **
284           tools/launch_firebird         ** NEW **
285                 renamed and edited to reflect the browser's name change from
286                 'phoenix' to 'firebird'
287
288 2003-06-18 [paul]       0.9.0claws42
289
290         * sync with 0.9.2cvs2
291                 see ChangeLog 2003-06-16
292
293 2003-06-17 [alfons]     0.9.0claws41
294
295         * src/procmsg.c
296                 prevent threading problems when a node is an ancestor (parent / great parent),
297                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
298                 for finding an sample set of messages)
299
300 2003-06-16 [christoph]  0.9.0claws40
301
302         * src/main.c
303                 don't popup main window on --receive or --receive-all
304
305         * src/mainwindow.[ch]
306         * src/plugins/trayicon/trayicon.c
307                 allow hiding of main window by clicking on the trayicon
308                 (doesn't work correctly in seperate window mode and may
309                  cause unexpected GTK problems I couldn't find yet)
310
311         * src/common/ssl.c
312                 remove incorrect warning
313
314 2003-06-15 [alfons]     0.9.0claws39
315
316         * src/gtk/gtkstext.c
317                 don't output debug text;
318                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
319                 for pointing this out);
320
321 2003-06-14 [alfons]     0.9.0claws38
322         
323         * src/messageview.c
324                 remove printf() and make one if..else comply with coding style
325
326 2003-06-14 [alfons]     0.9.0claws37
327
328         * AUTHORS
329                 add Martin Wicke
330         * src/action.c
331         * src/messageview.[ch]
332         * src/summaryview.c
333                 apply patch #754162 "Quoting messages filtered by actions" submitted
334                 by Martin Wicke, which allows quoting message body changed by an
335                 action (Thanks!).
336
337 2003-06-13 [alfons]     0.9.0claws36
338
339         * src/utils.c
340                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
341                 use case insensitive regexp (suggested by Ivan Martinez)
342
343 2003-06-13 [christoph]  0.9.0claws35
344
345         * configure.ac
346         * src/plugins/trayicon/Makefile.am
347         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
348         * src/plugins/trayicon/trayicon.c
349         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
350         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
351         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
352         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
353         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
354         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
355                 replace my own EggTrayIcon backport with the backport
356                 used by (l|x)mule and gabber.
357
358 2003-06-13 [alfons]     0.9.0claws34
359
360         * AUTHORS
361         * src/common/utils.c
362                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
363
364 2003-06-13 [alfons]     0.9.0claws33
365
366         * src/compose.c
367                 clean up a little bit
368
369 2003-06-12 [alfons]     0.9.0claws32
370
371         * src/compose.c
372                 const correctness fix
373
374         * src/common/sylpheed.[ch]
375                 () -> (void)
376                 prevent redef MIN/MAX
377                 
378         * src/common/utils.[ch]
379                 () -> (void)
380
381 2003-06-12 [melvin]     0.9.0claws31
382
383         * src/compose.c
384                 Updated to take into accounts changes in GtkAspell.
385
386 2003-06-12 [alfons]     0.9.0claws30
387
388         * src/compose.c
389         * src/procmsg.c
390         * src/common/utils.[ch]
391                 handle reply subject prefixes better (initial 
392                 suggestion by Robert Story adapted and enhanced 
393                 using regexps)
394
395 2003-06-12 [melvin]     0.9.0claws29
396
397         * src/compose.c
398                 Use new gtkaspell_checkers_strerror() to get the speller's
399                 error message instead of accessing the (now private)
400                 checkers structure.
401                 Minor code clean up
402
403         * src/main.c
404                 Use #ifdef instead of #if for USE_ASPELL
405                 Use the new spell checkers init/quit functions 
406
407         * src/gtk/gtkaspell.c
408                 Use #ifdef instead of #if for USE_ASPELL
409                 Moved in the majority of GtkAspell structures that were
410                 exported before by gtkaspell.h
411         
412         * src/gtk/gktaspell.h
413                 Made gtkaspell.h contain only the necessary data to be
414                 publicized by moving many structures to gtkaspell.c.
415                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
416                 gtkaspell_checkers_new(): replaced by...
417                 gtkaspell_checkers_init(): new function for initialization
418                 gtkaspell_checkers_delete(): replaced by...
419                 gtkaspell_checkers_quit(): new function
420                 gtkaspell_checkers_strerror(): new function that returns
421                 the checker's last error message.
422                 
423 2003-06-11 [melvin]     0.9.0claws28
424
425         * po/POTFILES.in
426                 Updated to take into account gtkaspell.c migration to
427                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
428
429 2003-06-10 [alfons]     0.9.0claws27
430
431         * src/filtering.[ch]
432         * src/folder.c
433         * src/matcher.c
434         * src/scoring.[ch]
435                 - try fixing bug #18 (any brave testers?)
436                 - add more robustness by refusing previously 
437                   unchecked NULL pointers 
438
439 2003-06-10 [alfons]     0.9.0claws26
440
441         * src/procmsg.c
442                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
443
444 2003-06-09 [alfons]     0.9.0claws25
445
446         * src/prefs_common.c
447                 fix bug #163 "Icon switching doesnt work properly" by 
448                 preventing early freeing of prefs_common.pixmap_theme_path.
449
450 2003-06-09 [christoph]  0.9.0claws24
451
452         * src/gtk/gtkaspell.c
453                 revert Thorsten's fix and add forgotten g_strdup for
454                 aspell path (it should not be possible to alter the path a
455                 GtkASpell uses from outside)
456
457 2003-06-09 [thorsten]   0.9.0claws23
458
459         * src/gtk/gtkaspell.c
460                 dont free prefs_common.aspell_path when closing compose
461
462 2003-06-08 [colin]      0.9.0claws22
463
464         * src/plugins/spamassassin/spamassassin.c
465                 fix prefs types
466
467 2003-06-07 [christoph]  0.9.0claws21
468
469         * src/Makefile.am
470         * src/compose.c
471         * src/gtkaspell.[ch]            ** REMOVE **
472         * src/gtk/Makefile.am
473         * src/gtk/gtkaspell.[ch]        ** NEW **
474                 o make gtkaspell independent from sylpheed's prefs
475                 o move gtkaspell.[ch] to gtk directory
476
477 2003-06-07 [christoph]  0.9.0claws20
478
479         * src/Makefile.am
480         * src/crash.c
481         * src/export.c
482         * src/filesel.[ch]              ** REMOVE **
483         * src/folder.c
484         * src/main.[ch]
485         * src/common/sylpheed.[ch]
486         * src/gtk/Makefile.am
487         * src/gtk/filesel.[ch]          ** NEW **
488         * src/gtk/pluginwindow.c
489         * src/gtk/sslcertwindow.c
490                 move filesel.[ch] to gtk directory
491
492 2003-06-07 [alfons]     0.9.0claws19
493
494         * src/filesel.c
495                 make (multi) file selection dialog work again (Claws-only)
496
497 2003-06-07 [thorsten]   0.9.0claws18
498
499         * po/de.po
500                 fix typos
501
502 2003-06-07 [alfons]     0.9.0claws17
503
504         * configure.ac
505         * src/mimeview.c
506                 detect apache mishap in which case don't include fnmatch.h
507                 if regex.h is already included
508
509 2003-06-06 [christoph]  0.9.0claws16
510
511         * configure.ac
512         * src/mimeview.h
513                 add check for fnmatch.h and include it when available
514
515         * src/mimeview.[ch]
516                 fix wrong case sensitivity of Content-Types
517
518         * src/gtk/Makefile.am
519                 need the same include paths in gtk directory as in
520                 common directory because .h files in common can
521                 include files from these directories, when included
522                 in gtk's .h or .c files
523
524 2003-06-06 [alfons]     0.9.0claws15
525
526         * src/mimeview.c
527         * src/summaryview.c
528                 make it compile again because of regex.h / fnmatch.h 
529                 include problems (related to recent mime stuff, can
530                 someone check this?)
531
532 2003-06-06 [thorsten]   0.9.0claws14
533
534         * src/folderview.c
535                 possible use of uninitialized pointer while dragging
536
537 2003-06-06 [paul]       0.9.0claws13
538
539         * src/compose.c
540                 fix bug where the insert sig button would be effective
541                 only when auto_sig was set
542
543 2003-06-06 [paul]       0.9.0claws12
544
545         * sync with 0.9.2 release
546
547 2003-06-02 [paul]       0.9.0claws11
548
549         * sync with 0.9.1cvs1
550                 see ChangeLog 2003-06-02
551                 
552         * po/de.po
553                 update by Jens
554
555 2003-06-01 [christoph]  0.9.0claws10
556
557         * src/account.c
558                 don't use substring search to find accounts by email address
559
560         (closes Bug 169 Overly loose matching of "From" address)
561
562 2003-05-31 [christoph]  0.9.0claws9
563
564         * doc-src/rfc2683.txt
565         * src/imap.c
566                 limit IMAP command length as recommended in RFC2683
567                 (message number lists will be split into multiple imap
568                 sets, the limit of 1000 octets is not a hard limit)
569
570         (closes Bug 161 sylpheed-claws exits with segfault when logging
571          in to certain imap-servers)
572
573 2003-05-29 [alfons]     0.9.0claws8
574
575         * src/toolbar.[ch]
576                 add print button (calling summary_print());
577                 fine tune setting tooltip text;
578                 (if someone needs other buttons, please take these 
579                 commits as a guide, instead of bothering us - also
580                 see 0.8.11claws150) 
581
582 2003-05-29 [darko]      0.9.0claws7
583
584         * src/compose.c
585                 fix crash when word wrapping kicks in due to
586                 changed text by spell checker
587
588 2003-05-29 [paul]       0.9.0claws6
589
590         * src/compose.c
591                 fix bug where changing account would insert
592                 sig even if auto_sig was FALSE
593                 
594         * ChangeLog
595           ChangeLog.jp
596           INSTALL
597                 sync with 0.9.1 release
598
599 2003-05-28 [christoph]  0.9.0claws5
600
601         * src/imap.c
602                 fix truncation of too long commands
603
604         (closes Bug 167 IMAP hangs trying to get envelope
605          information in imap_get_uncached_messages)
606
607 2003-05-27 [paul]       0.9.0claws4
608
609         * tools/Makefile.am
610           tools/maildir2sylpheed.pl     ** NEW FILE **
611                 add kmail to sylpheed mailbox conversion script
612
613 2003-05-27 [paul]       0.9.0claws3
614
615         * sync with 0.9.0cvs10
616                 see ChangeLog 2003-05-26
617
618 2003-05-26 [paul]       0.9.0claws2
619
620         * sync with 0.9.0cvs9
621                 see ChangeLog 2003-05-26
622
623 2003-05-24 [paul]       0.9.0claws1
624
625         * sync with 0.9.0cvs8
626                 see ChangeLog 2003-05-23
627
628 2003-05-24 [paul]       0.9.0claws
629
630         * version 0.9.0claws released
631
632 2003-05-24 [paul]       0.8.11claws177
633
634         * src/plugins/dillo-viewer/Makefile.am
635           src/plugins/traycon/Makefile.am
636                 add missing files
637                 
638         * po/bg.po
639           po/en_GB.po
640           po/es.po
641           po/it.po
642           po/pt_BR.po
643           po/ru.po
644           po/sr.po
645                 update Bulgarian, British English, Spanish, Italian, 
646                 Brazilian Portuguese, Russian, and Serbian translations, 
647                 submitted by George Danchev, [me], Ricardo Mones Lastra,
648                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
649                 Ruslan N. Balkin, and Urke MMI
650
651 2003-05-23 [melvin]     0.8.11claws176
652
653         * po/fr.po
654                 Updated French translations
655
656 2003-05-22 [paul]       0.8.11claws175
657
658         * src/Makefile.am
659           src/addrbook.[ch]
660           src/addrcache.[ch]
661           src/addr_compl.[ch]
662           src/adressbook.[ch]
663           src/addrindex.[ch]
664           src/addritem.[ch]
665           src/editaddress.c
666           src/editgroup.c
667           src/editldap_basedn.c
668           src/editldap.c
669           src/jpilot.c
670           src/vcard.c
671                 revert to get ldap into it previous working state
672                 
673         * po/zh_TW.Big5.po
674                 new Taiwanese translation,
675                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
676
677 2003-05-22 [christoph]  0.8.11claws174
678
679         * src/plugins/spamassassin/libspamc.[ch]
680                 sync libspamc with SpamAssaain release 2.55
681
682 2003-05-22 [paul]       0.8.11claws173
683
684         * sync with 0.9.0cvs7
685                 see ChangeLog 2003-05-22
686                 
687         * src/summaryview.c
688                 revert change in 0.8.11claws172: follow
689                 Hiroyuki's decision and that's the end of it.
690
691 2003-05-21 [paul]       0.8.11claws172
692
693         * src/summaryview.c
694                 fix discrepency between open_unread_on_enter
695                 and always_show_msg
696
697 2003-05-21 [paul]       0.8.11claws171
698
699         * sync with 0.9.0cvs6
700                 see ChangeLog 2003-05-21
701
702 2003-05-21 [paul]       0.8.11claws170
703
704         * sync with 0.9.0cvs5
705                 see ChangeLog 2003-05-21
706
707 2003-05-20 [paul]       0.8.11claws169
708
709         * sync with 0.9.0cvs4
710                 see ChangeLog 2003-05-20
711                 fixes bug #152, 'encoding of IMAP folders names'
712
713 2003-05-20 [paul]       0.8.11claws168
714
715         * sync with 0.9.0cvs3
716                 see ChangeLog 2003-05-20
717                 
718         * src/tools/convert_mbox.pl
719                 minor change in the comments, submitted by Fred Marton
720
721 2003-05-19 [paul]       0.8.11claws167
722
723         * src/plugins/clamav/Makefile.am
724           configure.ac
725                 link clamav_lib to the plugin and not to the main program
726
727 2003-05-19 [christoph]
728
729         * src/Makefile.am
730                 add -export-dynamic for linking
731
732 2003-05-19 [paul]       0.8.11claws166
733
734         * sync with 0.9.0cvs1
735                 see ChangeLog 2003-05-19
736
737 2003-05-19 [paul]       0.8.11claws165
738
739         * src/inc.c
740                 fix 'pop before smtp' timeout
741
742 2003-05-18 [alfons]     0.8.11claws164
743
744         * src/prefs_matcher.c
745                 put "execute" action command line ("expression") in edit box
746
747 2003-05-18 [christoph]  0.8.11claws163
748
749         * src/mimeview.[ch]
750         * src/plugins/dillo_viewer/dillo_viewer.c
751         * src/plugins/image_viewer/viewer.c
752         * src/plugins/mathml_viewer/mathml_viewer.c
753                 let a viewer have a list of Content-Types
754
755 2003-05-18 [paul]       0.8.11claws162
756
757         * src/prefs_filtering.c
758                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
759                 and REDIRECT actions
760
761 2003-05-17 [christoph]
762
763         * README.claws
764                 o remove dynamic signatures that was syned with main
765                 o add infos about no longer "build in" image viewer
766                 o update bugtracker URL
767
768 2003-05-17 [christoph]  0.8.11claws161
769
770         * src/folder.c
771         * src/folderview.c
772         * src/imap.c
773                 don't use imap_scan_folder anymore. Instead call folder_item_scan
774                 for every folder after rebuilding the folder tree.
775
776         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
777          messages)
778
779 2003-05-17 [christoph]  0.8.11claws160
780
781         * src/imap.c
782                 don't use STATUS command on current folder to check for
783                 content changes. imap_cmd_ok() now tracks changes to
784                 folder and number of existing messages.
785
786 2003-05-17 [paul]       0.8.11claws159
787
788         * src/plugins/clamav/clamav_plugin.c
789                 remove unnecessary debug_print
790
791 2003-05-16 [thorsten]   0.8.11claws158
792
793         * src/plugins/demo.c
794                 included missing intl.h
795
796 2003-05-16 [paul]       0.8.11claws157
797
798         * po/POTFILES.in
799                 remove non-existant entries
800         
801         * src/plugins/clamav/clamav_plugin.c
802           src/plugins/clamav/clamav_plugin_gtk.c
803           src/plugins/dillo_viewer/dillo_prefs.c
804           src/plugins/dillo_viewer/dillo_viewer.c
805                 gettextise
806
807 2003-05-16 [christoph]  0.8.11claws156
808
809         * po/POTFILES.in
810                 include plugin .c files for translation until I
811                 find a better solution to have plugins have their
812                 own textdomain
813         * src/plugins/demo/demo.c
814         * src/plugins/image_viewer/plugin.c
815         * src/plugins/mathml_viewer/mathml_viewer.c
816         * src/plugins/spamassassin/spamassassin.c
817         * src/plugins/spamassassin/spamassassin_gtk.c
818         * src/plugins/trayicon/trayicon.c
819                 add gettext macros for plugin name and description
820
821 2003-05-16 [paul]
822
823         * sync with 0.9.0
824
825 2003-05-16 [paul]       0.8.11claws155
826
827         * sync with lastest 0.9.0pre1
828                 see ChangeLog 2003-05-16
829
830 2003-05-15 [paul]       0.8.11claws154
831
832         * sync with latest 0.9.0pre1
833                 see ChangeLog 2003-05-14 and 2003-05-15
834
835 2003-05-14 [christoph]  0.8.11claws153
836
837         * src/plugins/image_viewer/viewer.c
838         * src/plugins/image_viewer/viewer.glade         ** NEW **
839         * src/plugins/image_viewer/viewerprefs.c
840                 make it possible to disable the autoload function in the
841                 imageviewer again
842
843 2003-05-14 [christoph]  0.8.11claws152
844
845         * src/folder.c
846                 fix folder update after adding a message
847
848 2003-05-13 [alfons]     0.8.11claws151
849
850         * src/common/session.c
851                 remove debug traces
852                 
853         * src/addrcache.[ch]
854         * src/filtering.[ch]
855         * src/folder.[c]
856         * src/gtkaspell.[ch]
857         * src/imap.[ch]
858         * src/mbox_folder.[ch]
859         * src/mh.[ch]
860         * src/mimeview.h
861         * src/msgcache.[ch]
862         * src/news.[ch]
863         * src/passphrase.[ch]
864         * src/prefs_common.[ch]
865         * src/prefs_gtk.[ch]
866         * src/procmsg.c
867         * src/scoring.[ch]
868                 be pedantic; (in prototypes () implies (int))
869
870 2003-05-13 [alfons]     0.8.11claws150
871
872         * src/prefs_toolbar.[ch]
873         * src/summaryview.[ch]
874         * src/toolbar.[ch]
875                 change misleading text in toolbar prefs;
876                 add toolbar action for ignore thread (toggles ignore thread flag);
877                 clean up a little bit;
878
879 2003-05-12 [paul]
880
881         * tools/convert_mbox.pl
882                 bug fixed by Fred Marton
883
884 2003-05-12 [paul]
885
886         * sync with 0.9.0pre1
887
888 2003-05-09 [paul]       0.8.11claws149
889
890         * sync with 0.8.11cvs43
891                 see ChangeLog 2003-05-09
892
893 2003-05-08 [christoph]  0.8.11claws148
894
895         * src/imap.[ch]
896                 o use CAPABILIY as first command and check for PREAUTH
897                   information in the response to it
898                 o rewrite all imap_cmd_* functions to use an IMAPSession
899                   instead of a SockInfo as parameter
900                 o do STARTTLS after fetching and checking the server
901                   capabilities
902
903 2003-05-08 [paul]       0.8.11claws147
904
905         * tools/Makefile.am
906           tools/README
907           tools/convert_mbox.pl         ** NEW FILE **
908                 add mbox conversion script. Submitted by 
909                 Fred Marton <Fred.Marton@uni-bayreuth.de>
910
911 2003-05-07 [christoph]
912
913         * doc-src/glade.txt
914         * src/gtk/pluginwindow.glade
915         * src/plugins/image_viewer/viewerprefs.glade
916         * src/plugins/spamassassin/spamassassin_gtk.glade
917                 add glade files for user interfaces and a description how
918                 to use glade to create the sylpheed code
919
920 2003-05-07 [paul]       0.8.11claws146
921
922         * sync with 0.8.11cvs41
923                 see ChangeLog 2003-05-07
924
925 2003-05-06 [christoph]  0.8.11claws145
926
927         * src/main.c
928         * src/plugins/image_viewer/viewer.c
929                 fix usage of imlib in imageviewer plugin
930
931         * src/gtk/prefswindow.c
932                 handle window close event correctly
933
934 2003-05-06 [paul]       0.8.11claws144
935
936         * src/common/ssl.c
937                 fix typo introduced in sync
938
939 2003-05-06 [paul]       0.8.11claws143
940
941         * sync with 0.8.11cvs39
942                 see ChangeLog 2003-05-06
943
944 2003-05-06 [paul]       0.8.11claws142
945
946         * AUTHORS
947           po/cs.po
948                 updated Czech translation, submitted by 
949                 Radek Vybiral <Radek.Vybiral@vsb.cz>
950                 
951         * src/plugins/clamav/clamav_plugin_gtk.c
952                 clean up
953
954 2003-05-03 [alfons]     0.8.11claws141
955
956         * src/compose.[ch]
957                 make paste as quotation work even when the call to 
958                 text_inserted() was deferred (fixes bug #140 "Paste 
959                 as quotation does not work when using "external" 
960                 clipboard")
961
962 2003-05-03 [thorsten]   0.8.11claws140
963
964         * src/addrquery.h
965           src/ldapquery.h
966           src/mainwindow.c
967                 removed C++ comments
968         * src/addr_compl.c
969                 function with non-int retval/param used before
970                 implementation/declaration
971
972 2003-05-02 [paul]       0.8.11claws139
973
974         * src/addr_compl.[ch]
975           src/addressbook.[ch]
976           src/addrindex.c
977           src/summaryview.c
978                 revert match's changes to (finally) remove the bug where
979                 opening a folder causes massive slowdown when using the 
980                 'Display sender using address book' option
981
982 2003-05-01 [melvin]     0.8.11claws138
983
984         * src/plugins/dillo_viewer/dillo_prefs.[ch]
985         * src/plugins/dillo_viewer/dillo_viewer.c
986                 Fixed bug where "Cancel" button from prefs issued
987                 warnings.
988                 Comply a little more to coding style
989
990 2003-05-01 [paul]       0.8.11claws137
991
992         * sync with 0.8.11cvs38
993                 see ChangeLog 2003-05-01
994
995 2003-05-01 [paul]       0.8.11claws136
996
997         * po/bg.po
998                 updated by George Danchev
999
1000 2003-04-30 [christoph]  0.8.11claws135
1001
1002         * src/plugins/dillo_viewer/dillo_prefs.c
1003         * src/plugins/image_viewer/viewerprefs.c
1004         * src/plugins/spamassassin/spamassassin_gtk.c
1005                 remove gtk_widget_ref() calls for widgets in
1006                 glade code
1007
1008 2003-04-30 [paul]       0.8.11claws134
1009
1010         * src/addrindex.c
1011                 ok, this time a better fix for the bug where opening folder
1012                 has massive slowdown when using the 'Display sender using 
1013                 address book' option
1014
1015 2003-04-30 [paul]       0.8.11claws133
1016
1017         * src/addrindex.c
1018                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1019         
1020 2003-04-30 [melvin]     0.8.11claws132
1021
1022         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1023
1024         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1025                 Preferences for the dillo plugin
1026         * src/plugins/dillo_viewer/dillo_viewer.c
1027                 Support for preferences
1028         * src/plugins/dillo_viewer/Makefile.am
1029                 Added dillo_prefs.[ch]
1030
1031 2003-04-30 [alfons]     0.8.11claws131
1032
1033         * src/common/plugin.[ch]
1034                 see? this ANSI C'fication immediately gives us type
1035                 checking for free.
1036
1037 2003-04-30 [alfons]     0.8.11claws130
1038
1039         * src/common/plugin.[ch]
1040         * src/plugins/clamav/clamav_plugin.[ch]
1041         * src/plugins/clamav/clamav_plugin_gtk.c
1042         * src/plugins/demo/demo.c
1043         * src/plugins/dillo_viewer/dillo_viewer.c
1044         * src/plugins/image_viewer/plugin.c
1045         * src/plugins/image_viewer/viewer.[ch]
1046         * src/plugins/image_viewer/viewerprefs.[ch]
1047         * src/plugins/mathml_viewer/mathml_viewer.c
1048         * src/plugins/spamassassin/spamassassin.[ch]
1049         * src/plugins/spamassassin/spamassassin_gtk.c
1050         * src/plugins/trayicon/trayicon.c
1051                 clean up
1052
1053 2003-04-30 [alfons]     0.8.11claws129
1054
1055         * src/common/utils.c
1056                 make is_ascii_str() fail gracefully when NULL pointer
1057                 is passed
1058
1059 2003-04-30 [paul]       0.8.11claws128
1060
1061         * src/addrindex.c
1062                 fix bug where opening folder has massive slowdown when
1063                 using the 'Display sender using address book' option
1064
1065 2003-04-30 [paul]       0.8.11claws127
1066
1067         * src/plugins/clamav/clamav_plugin.c
1068           src/plugins/clamav/clamav_plugin_gtk.c
1069           src/plugins/demo/demo.c
1070           src/plugins/dillo_viewer/dillo_viewer.c
1071           src/plugins/image_viewer/plugin.c
1072           src/plugins/mathml_viewer/mathml_viewer.c
1073           src/plugins/spamassassin/spamassassin.c
1074           src/plugins/spamassassin/spamassassin_gtk.c
1075           src/plugins/trayicon/trayicon.c
1076                 get rid of eye-hurting function signatures
1077
1078 2003-04-30 [paul]       0.8.11claws126
1079
1080         * src/plugins/trayicon/trayicon.c
1081                 add description
1082                 
1083         * src/mimeview.c
1084                 be more descriptive
1085
1086 2003-04-30 [paul]       0.8.11claws125
1087
1088         * configure.ac
1089                 arrange the plugins in reverse alphabetical order
1090                 
1091         * src/plugins/clamav/clamav_plugin.[ch]
1092           src/plugins/clamav/clamav_plugin_gtk.c
1093                 rename some params
1094                 resize max_size window
1095                 re-arrange the order of some gui elements
1096                 improve descriptions
1097         
1098         * src/plugins/image_viewer/plugin.c
1099           src/plugins/mathml_viewer/mathml_viewer.c
1100                 add descriptions
1101                 
1102         * src/plugins/spamassassin/spamassassin_gtk.c
1103                 resize max_size window
1104                 re-arrange the order of some gui elements
1105                 
1106         * src/messageview.c
1107           src/mimeview.c
1108                 correct typos
1109
1110 2003-04-30 [alfons]     0.8.11claws124
1111
1112         * src/imap.c
1113                 fix a leak found while browsing Martin Kluge's 
1114                 valgrind log (Claws only)
1115
1116 2003-04-29 [darko]      0.8.11claws123
1117
1118         * src/gtk/gtkstext.h
1119                 include wchar.h if it is available, fixes compilation
1120                 on HP-UX systems
1121
1122 2003-04-29 [melvin]     0.8.11claws122
1123
1124         * src/prefs_actions.c
1125                 Improved help text of Actions' syntax
1126
1127 2003-04-28 [paul]       0.8.11claws121
1128
1129         * src/action.c
1130                 a better fix for the crash when performing an action
1131                 on a mime part
1132
1133 2003-04-28 [paul]       0.8.11claws120
1134
1135         * src/action.c
1136                 fix crash when performing an action on a
1137                 mime part
1138
1139 2003-04-28 [paul]       0.8.11claws119
1140
1141         * sync with 0.8.11cvs36
1142                 see ChangeLog 2003-04-28
1143
1144 2003-04-27 [paul]       0.8.11claws118
1145
1146         * more sync with 0.8.11cvs35
1147                 see ChangeLog 2003-04-25
1148
1149 2003-04-26 [christoph]  0.8.11claws117
1150
1151         * src/folder.c
1152                 fix remove virtual check
1153
1154 2003-04-26 [paul]       0.8.11claws116
1155
1156         * src/messageview.c
1157                 fix return-receipt, make it work again
1158
1159 2003-04-26 [paul]       0.8.11claws115
1160
1161         * src/mimeview.c
1162                 restore double-clicking of the [application/pgp-signature 
1163                 (Select "Check signature" to check)] line in the message view,
1164                 broken in recent sync
1165
1166 2003-04-26 [christoph]  0.8.11claws114
1167
1168         * src/folder.c
1169                 check if remove virtual really exists before
1170                 calling the function
1171
1172 2003-04-25 [match]      0.8.11claws113
1173
1174         * src/addrindex.c
1175         * src/addrbook.c
1176         * src/ldapquery.[ch]
1177         * src/ldapctrl.[ch]
1178                 fix memleak.
1179         * src/ldapserver.[ch]
1180                 fix memleak. fix segfault.
1181                 plug a Claws memleak
1182
1183 2003-04-25 [alfons]     0.8.11claws112
1184
1185         * src/folder.c
1186                 plug a Claws memleak
1187
1188 2003-04-25 [alfons]     0.8.11claws111
1189
1190         * src/common/session.c
1191                 plug a memleak
1192
1193 2003-04-25 [paul]       0.8.11claws110
1194
1195         * sync with 0.8.11cvs35
1196                 see ChangeLog 2003-04-24 and 2003-04-25
1197                 
1198         * src/gtk/pluginwindow.c
1199                 correct another strange float value
1200
1201 2003-04-24 [christoph]  0.8.11claws109
1202
1203         * src/folder.c
1204                 freeze folder item updates when unsetting new flags
1205
1206         * src/gtk/pluginwindow.c
1207                 correct strange float value
1208
1209 2003-04-23 [paul]       0.8.11claws108
1210
1211         * sync with 0.8.11cvs33
1212                 see ChangeLog 2003-04-23
1213
1214 2003-04-22 [paul]       0.8.11claws107
1215
1216         * src/Makefile.am
1217           src/messageview.c
1218           src/mimeview.c
1219           src/pgptext.[ch]      ** REMOVED **
1220                 remove pgptext.[ch] as its not used any more
1221
1222 2003-04-22 [paul]       0.8.11claws106
1223
1224         * sync with 0.8.11cvs31
1225                 see ChangeLog 2003-04-21 and 2003-04-22
1226
1227 2003-04-21 [alfons]     0.8.11claws105
1228
1229         * src/main.c
1230                 No access to GTK structures if we're a spawned child
1231                 (and clean up code a little bit...) Should fix #126.
1232
1233 2003-04-21 [melvin]     0.8.11claws104
1234
1235         * src/plugins/dillo_viewer/README
1236                 Improved slightly the text.
1237
1238 2003-04-21 [melvin]     0.8.11claws103
1239
1240         * src/plugins/dillo_viewer/README *** NEW ***
1241                 Added a README file for the Dillo plugin
1242
1243 2003-04-20 [paul]
1244
1245         * tools/README
1246           tools/outlook2sylpheed.pl
1247                 updated and improved by Ricardo Mones Lastra
1248
1249 2003-04-18 [oliver]     0.8.11claws102
1250
1251         * src/inc.c 
1252         * src/prefs_account.h
1253                 remove Pop3SessionType (used by selective download)
1254         * src/prefs_toolbar.c
1255                 enable set Default Toolbar button
1256
1257 2003-04-18 [paul]       0.8.11claws101
1258
1259         * sync with 0.8.11cvs29
1260                 see ChangeLog 2003-04-18
1261
1262 2003-04-17 [paul]       0.8.11claws100
1263
1264         * src/prefs_common.[ch]
1265           src/summaryview.c
1266                 remove 'Open next message on deletion' option,
1267                 as the same effect can now be achieved via the
1268                 'Always open messages in summary when selected'
1269                 option.
1270
1271 2003-04-17 [paul]       0.8.11claws99
1272
1273         * sync with 0.8.11cvs28
1274                 see ChangeLog 2003-04-17
1275
1276 2003-04-17 [christoph]  0.8.11claws98
1277
1278         * ac/spamassassin.m4
1279         * src/plugins/spamassassin/libspamc.[ch]
1280         * src/plugins/spamassassin/utils.[ch]
1281                 sync libspamc with SpamAssassin project
1282
1283 2003-04-17 [christoph]  0.8.11claws97
1284
1285         * src/common/socket.h
1286         * src/gtk/sslcertwindow.h
1287                 rename old USE_SSL to USE_OPENSSL
1288
1289 2003-04-17 [paul]       0.8.11claws96
1290
1291         * src/prefs_common.h
1292                 use gulong for P_COLOR so that it compiles/runs on
1293                 64-bit systems. Patch submitted by James Noyes
1294                 <jnoyes-claws@retrogeeks.com>
1295                 
1296         * po/de.po
1297                 updated by Jens
1298
1299 2003-04-17 [paul]       0.8.11claws95
1300
1301         * sync with 0.8.11cvs27
1302                 see ChangeLog 2003-04-16
1303
1304 2003-04-15 [paul]       0.8.11claws94
1305
1306         * src/prefs_common.[ch]
1307                 rearrange to stop the window getting too long:
1308                         move Receive dialog stuff to Receive tab
1309                         move Send dialog to Send tab
1310                         remove Dialogs frame
1311                 rename 'Open messages in summary with cursor keys' to
1312                 'Always open messages in summary when selected', as its
1313                 more appropriate
1314
1315 2003-04-15 [paul]       0.8.11claws93
1316
1317         * src/prefs_common.[ch]
1318           src/summaryview.c
1319                 add new option '/Interface/Open next message on deletion'
1320
1321 2003-04-15 [paul]       0.8.11claws92
1322
1323         * src/summaryview.[ch]
1324                 add /Mark/Lock and /Mark/Unlock to the pop-up
1325                 menu. Patch submitted by Ivan Francolin Martinez
1326                 <ivanfm@users.sourceforge.net>
1327
1328 2003-04-15 [paul]       0.8.11claws91
1329
1330         * sync with 0.8.11cvs24
1331                 see ChangeLog 2003-04-15
1332
1333 2003-04-14 [jens]       0.8.11claws90
1334
1335         * updated German translation and some corrections from
1336                 Roland Bless <bless@tm.uka.de>
1337
1338 2003-04-14 [paul]       0.8.11claws89
1339
1340         * sync with 0.8.11cvs22
1341                 see ChangeLog 2003-04-14
1342
1343 2003-04-13 [paul]       0.8.11claws88
1344
1345         * src/plugins/clamav/clamav_plugin.c
1346                 fix memory leaks
1347                 clean up
1348
1349 2003-04-12 [paul]       0.8.11claws87
1350
1351         * src/plugins/clamav/clamav_plugin.c
1352                 activate enable/disable archive scanning option
1353                 
1354         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1355
1356 2003-04-12 [paul]       0.8.11claws86
1357
1358         * src/plugins/Makefile.am
1359           src/plugins/clamav/Makefile.am                ** NEW FILE **
1360           src/plugins/clamav/README                     ** NEW FILE ** 
1361           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1362           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1363                 add Clam AntiVirus plugin
1364
1365 2003-04-12 [paul]       0.8.11claws85
1366
1367         * sync with 0.8.11cvs21
1368                 see ChangeLog 2003-04-11
1369
1370 2003-04-11 [paul]       0.8.11claws84
1371
1372         * po/es.po
1373                 update Spanish translation. Submitted by Ricardo
1374                 Mones Lastra.
1375
1376 2003-04-10 [christoph]  0.8.11claws83
1377
1378         * src/mbox.c
1379                 fix typo that did not move unfiltered mails to destination
1380                 folder
1381
1382         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1383          when filtering from spool)
1384
1385 2003-04-10 [christoph]  0.8.11claws82
1386
1387         * src/imap.c
1388                 use BODY.PEEK instead of BODY in in message fetch operation
1389                 to make sure the IMAP server does not set the \Seen flag for
1390                 messages. Sylpheed does that later itself, when the message
1391                 is opened in sylpheed
1392
1393         (closes Bug 111 Claws destroys unread marks)
1394
1395 2003-04-09 [oliver]     0.8.11claws81
1396         
1397         * src/folder.c
1398                 fix crash in folder_destroy
1399         * README.claws
1400                 remove selective download
1401
1402 2003-04-09 [christoph]  0.8.11claws80
1403
1404         * src/imap.c
1405                 fix crash in imap_get_msginfo() when then fetched message
1406                 is not found
1407
1408         (closes Bug 110 Crash during mail composition)
1409
1410 2003-04-08 [christoph]  0.8.11claws79
1411
1412         * src/folder.c
1413         * src/prefs_account.c
1414                 Filter new messages that are found in an INBOX folder
1415                 when 'Filter messages on receiving' is enabled in the
1416                 Folder's AccountPrefs. This allows to use Sylpheed's
1417                 filtering engine for IMAP folders where messages are
1418                 added to the INBOX by a MTA
1419
1420 2003-04-08 [paul]       0.8.11claws78
1421
1422         * src/procmsg.h
1423                 clean up after last commit
1424
1425 2003-04-08 [paul]       0.8.11claws77
1426
1427         * sync with 0.8.11cvs20
1428                 see ChangeLog 2003-04-07 and 2003-04-08
1429
1430 2003-04-07 [christoph]  0.8.11claws76
1431
1432         * src/filtering.[ch]
1433         * src/inc.[ch]
1434         * src/mbox.c
1435         * src/procmsg.[ch]
1436                 add procmsg_msginfo_filter() to execute filtering actions
1437
1438 2003-04-06 [christoph]  0.8.11claws75
1439
1440         * src/imap.c
1441                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1442
1443 2003-04-06 [christoph]  0.8.11claws74
1444
1445         * src/common/utils.[ch]
1446                 add g_int_compare() function for slist sorting
1447
1448         * src/imap.c
1449                 fetch all MsgInfos with one command in imap_get_msginfos()
1450                 using an imap set with a list of ranges
1451
1452         * src/news.c
1453                 use new g_int_compare() function
1454
1455 2003-04-06 [thorsten]   0.8.11claws73
1456
1457         * src/mh.c
1458                 corrected implementation of mh_folder_destroy()
1459
1460 2003-04-05 [christoph]  0.8.11claws72
1461
1462         * src/account.c
1463         * src/folder.[ch]
1464         * src/folderview.c
1465         * src/imap.c
1466         * src/inc.c
1467         * src/main.c
1468         * src/mainwindow.c
1469         * src/mbox_folder.c
1470         * src/mh.c
1471         * src/mimeview.h
1472         * src/msgcache.[ch]
1473         * src/news.c
1474         * src/procmime.h
1475         * src/procmsg.[ch]
1476         * src/setup.c
1477         * src/gtk/gtkutils.c
1478                 o rename structure field names class and new to klass and
1479                   new_msgs, to allow including files in C++
1480                 o add 'extern "C"' block to some header files
1481                 o add MsgInfoList and MsgNumberList as alias for GSList for
1482                   developers to know what type of list is expected
1483
1484         * src/plugins/image_viewer/plugin.c
1485         * src/plugins/image_viewer/viewer.[ch]
1486         * src/plugins/image_viewer/viewerprefs.[ch]
1487                 rename function names to prevent conflicts
1488
1489 2003-04-05 [paul]       0.8.11claws71
1490
1491         * sync with 0.8.11cvs18
1492                 see ChangeLog 2003-04-03 and 2003-04-04
1493
1494 2003-04-02 [christoph]  0.8.11claws70
1495
1496         * src/folder.[ch]
1497         * src/imap.[ch]
1498         * src/mbox_folder.[ch]
1499         * src/mh.[ch]
1500         * src/news.[ch]
1501                 o Make all virtual folder functions private
1502                 o remove unused folder code
1503
1504         * src/common/socket.[ch]
1505         * src/summaryview.c
1506                 fix warnings
1507
1508 2003-03-30 [alfons]     0.8.11claws69
1509
1510         * src/send_message.c
1511                 remove two debug traces and see if people still report
1512                 errors
1513
1514 2003-03-30 [alfons]     0.8.11claws68
1515
1516         * src/send_message.c
1517         * src/commons/session.c
1518                 add more debug traces
1519
1520 2003-03-30 [christoph]  0.8.11claws67
1521
1522         * src/folder.c
1523                 change processing folder name from .processing to processing
1524
1525         * src/common/ssl.c
1526                 disable SSL certificate check because it causes Xlib error
1527                 when the child process want's to open an GTK window
1528
1529 2003-03-30 [christoph]  0.8.11claws66
1530
1531         * src/folder.c
1532                 don't use default folder for processing folder item because
1533                 it can be a non local folder
1534
1535         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1536
1537 2003-03-30 [alfons]     0.8.11claws65
1538
1539         * src/send_message.c
1540                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1541                 to generate bad code for 'send_send_data_progressive': When
1542                 called from 'send_send_data_finished', the 'data' pointer is
1543                 cleared just before the assignment to the dialog pointer
1544
1545 2003-03-29 [christoph]  0.8.11claws64
1546
1547         * src/common/prefs.h
1548         * src/plugins/image_viewer/Makefile.am
1549         * src/plugins/image_viewer/plugin.c
1550         * src/plugins/image_viewer/viewer.[ch]
1551         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1552                 add PrefsPage for ImageViewer
1553
1554 2003-03-28 [thorsten]   0.8.11claws63
1555
1556         * src/common/session.c
1557                 added some comments
1558
1559 2003-03-28 [paul]       0.8.11claws62
1560
1561         * sync with 0.8.11cvs16
1562                 see ChangeLog 2003-03-28
1563
1564 2003-03-28 [paul]       0.8.11claws61
1565
1566         * sync with 0.8.11cvs15
1567                 see ChangeLog 2003-03-28
1568
1569 2003-03-27 [christoph]  0.8.11claws60
1570
1571         * src/folder.c
1572         * src/imap.c
1573         * src/common/socket.[ch]
1574                 set socket state to DISCONNECTED when any operation
1575                 fails to allow reconnecting in IMAP code without
1576                 checking the return code of all calls to the command
1577                 functions
1578
1579         * src/folderview.c
1580         * src/summaryview.c
1581                 remove some more stuff that depends on specific
1582                 folder types
1583
1584 2003-03-27 [paul]       0.8.11claws59
1585
1586         * sync with 0.8.11cvs14
1587                 see ChangeLog 2003-03-27
1588                 
1589         * src/selective_download.[ch]   ** REMOVED **
1590                 really removed
1591
1592 2003-03-27 [christoph]  0.8.11claws58
1593
1594         * src/folder.c
1595                 fix handling of tmp_flags in flag copy function
1596
1597 2003-03-27 [paul]       0.8.11claws57
1598
1599         * sync with 0.8.11cvs13
1600                 see ChangeLog 2003-03-27
1601
1602 2003-03-27 [oliver]     0.8.11claws56
1603
1604         * src/maiwindow.c
1605                 remove sel_download_cb
1606
1607 2003-03-27 [oliver]     0.8.11claws55
1608         
1609         * src/inc.c
1610                 remove POP3_TOP
1611         
1612 2003-03-26 [oliver]     0.8.11claws54
1613
1614         *src/pop.h
1615                 remove POP3_TOP*
1616         * README.claws
1617                 remove selective donwload readme
1618
1619 2003-03-26 [oliver]     0.8.11claws53
1620         * src/matcher.[ch]
1621         * src/matcher_parser_parse.y 
1622         * src/pop.c 
1623         * src/prefs_account.[ch]
1624         * src/prefs_filtering.c
1625                 remove selective donwload
1626
1627 2003-03-26 [oliver]     0.8.11claws52
1628
1629         * src/inc.[ch] 
1630         * src/filtering.c 
1631         * src/mainwindow.c 
1632                 remove selective donwload
1633
1634 2003-03-26 [oliver]     0.8.11claws51
1635         
1636         * src/Makefile.am
1637         * src/selective_download.[ch]   ** REMOVE **    
1638
1639 2003-03-26 [christoph]  0.8.11claws50
1640
1641         * src/news.c
1642                 fix NEWS that got broken by a sync with sylpheed-main
1643
1644 2003-03-26 [christoph]  0.8.11claws49
1645
1646         * src/mimeview.c
1647                 fix mime type guessing when no mime type is found for a file
1648
1649 2003-03-25 [christoph]  0.8.11claws48
1650
1651         * src/mimeview.c
1652         * src/procmime.c
1653                 remove mime type guessing from mime parser and use
1654                 name based mime types in viewer lookup for mime type
1655                 application/octet-stream
1656
1657 2003-03-25 [christoph]  0.8.11claws47
1658
1659         * doc-src/readme.txt
1660         * doc-src/rfc2554.txt
1661                 add RFC about SMTP AUTH
1662
1663         * src/send_message.c
1664         * src/common/smtp.[ch]
1665                 add extra error code for authentication errors and
1666                 clear temporary password when this error occurs
1667
1668         (closes Bug 84 authentication failure while sending should
1669          prompt for password again)
1670
1671 2003-03-25 [christoph]  0.8.11claws46
1672
1673         * configure.ac
1674         * src/Makefile.am
1675         * src/imageview.[ch]                            ** REMOVE **
1676         * src/messageview.[ch]
1677         * src/mimeview.[ch]
1678         * src/prefs_common.[ch]
1679         * src/textview.c
1680         * src/plugins/Makefile.am
1681         * src/plugins/image_viewer/.cvsignore           ** NEW **
1682         * src/plugins/image_viewer/Makefile.am          ** NEW **
1683         * src/plugins/image_viewer/plugin.c             ** NEW **
1684         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1685                 move image viewer into a plugin (building is enabled by default)
1686                 [ToDo: Prefs for resize and autoview]
1687
1688 2003-03-25 [paul]       0.8.11claws45
1689
1690         * sync with 0.8.11cvs12
1691                 see ChangeLog 2003-03-26
1692
1693 2003-03-25 [paul]       0.8.11claws44
1694
1695         * sync with 0.8.11cvs11
1696                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1697                 
1698         Note: Selective Download is broken.
1699                 
1700 2003-03-22 [christoph]  0.8.11claws43
1701
1702         * src/folder.c
1703                 code cleanup for flags copying
1704
1705 2003-03-22 [christoph]  0.8.11claws42
1706
1707         * src/plugins/trayicon/trayicon.c
1708                 fix setting the transparent area when the window size
1709                 is forced by the system tray
1710
1711 2003-03-22 [christoph]  0.8.11claws41
1712
1713         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1714         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1715         * src/plugins/trayicon/newmail.xpm              ** NEW **
1716         * src/plugins/trayicon/nomail.xpm               ** NEW **
1717         * src/plugins/trayicon/trayicon.c
1718         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1719                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1720                 o add icon for unread mails
1721                 o set transparency for window
1722
1723 2003-03-22 [christoph]  0.8.11claws40
1724
1725         * src/news.c
1726                 init news session to prevent crash when session is closed
1727
1728 2003-03-22 [christoph]  0.8.11claws39
1729
1730         * src/imap.c
1731         * src/common/session.[ch]
1732                 Init session data to make sure we don't have invalid pointers
1733                 for read_ch and write_ch when new multi process sessions are
1734                 not used
1735
1736         * src/main.c
1737         * src/common/plugin.c
1738         * src/common/sylpheed.c
1739         * src/plugins/demo/demo.c
1740         * src/plugins/dillo_viewer/dillo_viewer.c
1741         * src/plugins/mathml_viewer/mathml_viewer.c
1742         * src/plugins/spamassassin/spamassassin.c
1743         * src/plugins/spamassassin/spamassassin_gtk.c
1744                 add plugin types to allow loading plugins at different times
1745                 (and maybe for different frontends), because it's not good to
1746                 load GTK-Plugins gefore gtk_init was called
1747
1748         * configure.ac
1749         * src/plugins/Makefile.am
1750         * src/plugins/trayicon/.cvsignore               ** NEW **
1751         * src/plugins/trayicon/Makefile.am              ** NEW **
1752         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1753         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1754         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1755         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1756         * src/plugins/trayicon/trayicon.c               ** NEW **
1757                 New Trayicon plugin that shows an icon in a systray that uses
1758                 XEMBED protocol like Gnome's systray. Icon shows if there
1759                 are new mails and a tooltip shows information about new,
1760                 unread and total messages.
1761
1762 2003-03-22 [paul]       0.8.11claws38
1763
1764         * src/common/smtp.c
1765                 fix ESMTP AUTH CRAM-MD5
1766                 [sync with main (still version 0.8.11cvs6), see
1767                  ChangeLog 2003-03-22]
1768
1769 2003-03-21 [colin]      0.8.11claws37
1770
1771         * src/send_message.c
1772                 Fix USE_SSL => USE_OPENSSL
1773
1774 2003-03-21 [colin]      0.8.11claws36
1775
1776         * src/folderview.c
1777                 Fix counts in drag and dropped subfolders
1778
1779 2003-03-21 [colin]      0.8.11claws35
1780
1781         * src/folder.c 
1782         * src/folderview.c
1783                 speed up a bit folder dnd
1784
1785 2003-03-20 [alfons]     0.8.11claws34
1786
1787         * src/main.c
1788         * src/toolbar.c
1789         * src/procmsg.c
1790                 don't send locked queue messages
1791                 (feature request "[ 705245 ] Locking message in outbox 
1792                  should prevent sending")
1793
1794 2003-03-20 [christoph]  0.8.11claws33
1795
1796         * src/folder.c
1797                 remove NEW and UNREAD flag in special folders when scanning
1798                 
1799         * src/common/smtp.c
1800                 fix ESMTP AUTH CRAM-MD5
1801
1802 2003-03-20 [paul]       0.8.11claws32
1803
1804         * src/prefs_account.c
1805                 Re-write 'Tunnel command to open connection' as
1806                 'Use command to communicate with server', and disable
1807                 it for all except IMAP accounts
1808
1809 2003-03-20 [paul]       0.8.11claws31
1810
1811         * sync with 0.8.11cvs6
1812                 see ChangeLog 2003-03-20
1813
1814 2003-03-19 [match]      0.8.11claws30
1815
1816         * src/addritem.[ch]
1817                 include documentation. minor refactoring.
1818         * src/addr_compl.[ch]
1819         * src/addrindex.[ch]
1820         * src/addresbook.[ch]
1821         * src/summaryview.c
1822                 re-enable address lookup (was disabled in
1823                 0.8.11claws20).
1824
1825 2003-03-19 [christoph]  0.8.11claws29
1826
1827         * src/procmsg.c
1828                 add temp flag handling, will make moving and copying
1829                 messages possible again
1830
1831         * src/folder.c
1832                 correct calulation of folder stats
1833
1834 2003-03-18 [match]      0.8.11claws28
1835
1836         * src/editgroup.h
1837                 remove case sensitive comparison (closes bug 80).
1838
1839 2003-03-18 [christoph]  0.8.11claws27
1840
1841         * src/imap.c
1842                 fix imap using a tunnel command
1843
1844         (closes bug 87)
1845
1846 2003-03-18 [christoph]  0.8.11claws26
1847
1848         * src/folder.[ch]
1849         * src/imap.c
1850         * src/procmsg.[ch]
1851                 rewrite flag handling for folders
1852
1853 2003-03-18 [christoph]  0.8.11claws25
1854
1855         * src/folder.c
1856         * src/procmsg.c
1857         * src/summaryview.c
1858                 unset NEW and UNREAD flags when message is ignored, to make
1859                 sure messages don't show up as unread on other IMAP clients,
1860                 because the IGNORE_THREAD flag can not be syncronized through
1861                 the IMAP folder
1862
1863 2003-03-17 [christoph]  0.8.11claws24
1864
1865         * src/imap.c
1866                 don't use recursion to fetch uids when the number of messages
1867                 does not match. Moved code into subfunction that is used
1868                 again when needed, to prevent an endless loop.
1869
1870 2003-03-17 [thorsten]   0.8.11claws23
1871
1872         * src/imageview.[ch]
1873                 export imageview_get_resized_size() (for plugins)
1874         * src/prefs_common.[ch]
1875                 added prefs_common_get() (for plugins)
1876
1877 2003-03-17 [christoph]  0.8.11claws22
1878
1879         * src/imap.c
1880                 o remove UID guessing from copy code
1881                 o support UIDPLUS extension for APPEND command
1882
1883 2003-03-17 [paul]       0.8.11claws21
1884
1885         * src/gtk/about.c
1886                 remove 'Compiled-plugins' section.
1887                 
1888         * src/plugins/dillo_viewer/dillo_viewer.c
1889                 slight change to description text
1890
1891 2003-03-16 [match]      0.8.11claws20
1892         * src/ldapserver.[ch]           ** NEW **
1893         * src/ldapctrl.[ch]             ** NEW **
1894         * src/ldapquery.[ch]            ** NEW **
1895         * src/ldaputil.[ch]             ** NEW **
1896         * src/addrcindex.[ch]           ** NEW **
1897         * src/addrquery.h               ** NEW **
1898         * src/addritem.[ch]
1899         * src/addrcache.[ch]
1900         * src/addrindex.[ch]
1901         * src/addr_compl.[ch]
1902         * src/addressbook.[ch]
1903         * src/addrbook.[ch]
1904         * src/editgroup.c
1905         * src/editaddress.c
1906         * src/editldap.c
1907         * src/editldap_basedn.c
1908         * src/vcard.c
1909         * src/jpilot.c
1910         * src/Makefile.am
1911                 included dynamic LDAP queries. improved address
1912                 completion.
1913
1914 2003-03-16 [paul]       0.8.11claws19
1915
1916         * tools/multiwebsearch.pl
1917                 fix a fatal typo
1918
1919 2003-03-16 [christoph]  0.8.11claws18
1920
1921         * src/mimeview.c
1922         * src/plugins/dillo_viewer/dillo_viewer.c
1923         * src/plugins/mathml_viewer/mathml_viewer.c
1924                 make unregistering of MimeViewerFactorys possible
1925
1926 2003-03-16 [alfons]     0.8.11claws17
1927
1928         * configure.ac
1929                 correct typo
1930
1931 2003-03-16 [melvin]     0.8.11claws16
1932
1933         * src/plugins/dillo_viewer.c
1934                 Fixed bug where it was not possible to view more than
1935                 one text/html attachment per message (bug discovered
1936                 by Christoph Hohmann).
1937
1938 2003-03-15 [melvin]     0.8.11claws15
1939
1940         * src/prefs_actions.c
1941                 Fixed compilation warnings.
1942
1943 2003-03-15 [melvin]     0.8.11claws14
1944
1945         * src/plugins/Makefile.am
1946         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1947         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1948         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1949                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1950                 newer (http://dillo.auriga.wearlab.de/).
1951
1952 2003-03-15 [christoph]  0.8.11claws13
1953
1954         * src/imap.c
1955                 don't query imap folder for attributes because we already
1956                 for them from imap_status
1957
1958         * src/mimeview.[ch]
1959                 add support for plugable MimeViewers (unloading Viewers
1960                 not yet complete)
1961
1962         * src/plugins/Makefile.am
1963         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1964         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1965         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1966                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1967                 widget from http://helm.cs.unibo.it/mml-widget/
1968
1969 2003-03-14 [christoph]  0.8.11claws12
1970
1971         * src/folder.[ch]
1972                 o error return code's should better be negative
1973                 o replace printf with debug_print
1974
1975         * src/imap.c
1976                 improve IMAP folder scan by checking UID-NEXT
1977
1978         * src/summaryview.c
1979                 remove check that are unnecessary in my opinion
1980
1981 2003-03-13 [christoph]  0.8.11claws11
1982
1983         * src/folder.[ch]
1984         * src/foldersel.c
1985         * src/folderview.c
1986         * src/imap.c
1987         * src/mbox_folder.c
1988         * src/mh.c
1989         * src/news.c
1990         * src/prefs_scoring.c
1991         * src/summaryview.c
1992                 use a common function to get a displayable name
1993                 for a FolderItem
1994
1995 2003-03-13 [paul]       0.8.11claws10
1996
1997         * tools/Makefile.am
1998           tools/README
1999           tools/multiwebsearch.conf     ** NEW FILE **
2000           tools/multiwebsearch.pl       ** NEW FILE **
2001                 add multiwebsearch Actions script
2002
2003 2003-03-13 [colin]      0.8.11claws9
2004
2005         * src/compose.c
2006                 Remove leading emtpy lines from quoted text
2007                 before quoting it
2008
2009 2003-03-13 [melvin]     0.8.11claws8
2010
2011         * src/prefs_actions.c
2012                 Fixed a memory leak
2013                 Code clean ups
2014                 Added Cancel and OK buttons
2015                 Corrected help text
2016
2017 2003-03-13 [christoph]  0.8.11claws7
2018
2019         * src/account.c
2020         * src/folder.[ch]
2021         * src/imap.c
2022         * src/mainwindow.c
2023         * src/mbox_folder.c
2024         * src/mh.c
2025         * src/news.c
2026         * src/setup.c
2027                 replace more folder type stuff with folder class stuff
2028
2029 2003-03-13 [melvin]     0.8.11claws6
2030
2031         * src/prefs_actions.c
2032                 Added new tokens:
2033                 %u: user provided argument
2034                 %h: user provided argument (hidden on input)
2035                 %s: current text selection in the message view 
2036
2037 2003-03-13 [paul]       0.8.11claws5
2038
2039         * sync with 0.8.11cvs5
2040                 see ChangeLog 2003-03-11, 2003-03-12
2041
2042 2003-03-12 [christoph]  0.8.11claws4
2043
2044         * src/folder.c
2045                 use folder class idstr when writing folderlist.xml
2046
2047         * src/folder.h
2048         * src/imap.c
2049         * src/news.c
2050                 replace folder type checks with folder class checks
2051
2052 2003-03-12 [christoph]  0.8.11claws3
2053
2054         * src/folder.[ch]
2055         * src/imap.[ch]
2056         * src/main.c
2057         * src/mbox_folder.[ch]
2058         * src/mh.[ch]
2059         * src/news.[ch]
2060                 o create a list of known folder classes in the folder system
2061                 o use folder class id strings for folder item identifiers
2062
2063 2003-03-12 [christoph]  0.8.11claws2
2064
2065         * src/imap.c
2066                 fix imap uid validity check
2067
2068 2003-03-12 [christoph]  0.8.11claws1
2069
2070         * src/account.c
2071         * src/folder.[ch]
2072         * src/foldersel.c
2073         * src/folderview.c
2074         * src/imap.c
2075         * src/mainwindow.c
2076         * src/mbox_folder.c
2077         * src/mh.c
2078         * src/news.c
2079         * src/prefs_scoring.c
2080         * src/procmsg.c
2081         * src/setup.c
2082         * src/summaryview.c
2083                 initial restructuring of folder system, seperating
2084                 folders and folder classes
2085
2086 2003-03-12 [paul]       0.8.11claws
2087
2088         0.8.11claws release
2089
2090 2003-03-12 [christoph]
2091
2092         * src/gtk/prefswindow.c
2093                 fix translation of "Page Index"
2094
2095 2003-03-12 [paul]       0.8.10claws110
2096
2097         a sync from 0.8.11cvs4 before the release
2098
2099         * src/common/utils.c
2100                 subject_compare_for_sort(): allow null strings (fixes
2101                 summary sorting).
2102
2103 2003-03-11 [paul]       0.8.10claws109
2104
2105         * po/es.po
2106                 update Spanish translation, submitted by
2107                 Ricardo Mones Lastra
2108
2109 2003-03-11 [melvin]     0.8.10claws108
2110
2111         * po/fr.po
2112                 Updated French translations
2113
2114 2003-03-11 [paul]       0.8.10claws107
2115
2116         * manual/en/Makefile.am
2117           manual/en/*.html
2118                 update English manual, add a new page
2119                 updated by Francois Barriere <fbarriere@atmel.fr>
2120                 
2121         * po/bg.po
2122           po/it.po
2123           po/sr.po
2124                 update Bulgarian, Italian, and Serbian translations
2125                 submitted by George Danchev, Alessandro Maestri, and
2126                 Urke MMI
2127
2128 2003-03-10 [paul]       0.8.10claws106
2129
2130         * src/gtk/about.c
2131           src/gtk/prefswindow.c
2132                 make some strings translatable
2133
2134 2003-03-10 [darko]      0.8.10claws105
2135
2136         * src/compose.c
2137                 code cleanup to make Hiro happy
2138
2139 2003-03-10 [paul]       0.8.10claws104
2140
2141         * sync with 0.8.11cvs2
2142                 see ChangeLog 2003-03-10
2143
2144 2003-03-09 [melvin]     0.8.10claws103
2145
2146         * src/textview.c
2147                 textview_set_font(): fix for message display in
2148                 UTF-8 locales (thanks to Sergey Vlasov).
2149                 (was unintentionnaly reverted in 0.8.6claws6)   
2150
2151 2003-03-08 [darko]      0.8.10claws102
2152
2153         * src/compose.c
2154                 fix infinite loop in wrapping as reported
2155                 by happycactus
2156                 obsoletes patch #696482
2157
2158 2003-03-08 [christoph]  0.8.10claws101
2159
2160         * src/imap.c
2161                 add workaround for IMAP servers that do not
2162                 support the "UID SEARCH UID" command
2163
2164 2003-03-07 [christoph]  0.8.10claws100
2165
2166         * src/plugins/spamassassin/spamassassin.[ch]
2167         * src/plugins/spamassassin/spamassassin_gtk.c
2168                 code cleanup
2169
2170 2003-03-07 [paul]       0.8.10claws99
2171
2172         * po/es.po
2173                 updated Spanish translation, submitted by
2174                 Ricardo Mones Lastra
2175
2176 2003-03-07 [christoph]  0.8.10claws98
2177
2178         * src/send.c
2179                 fix in 0.8.10claws94 was wrong
2180                 local delivery does not require escaping, remove escaping
2181                 code to make signatures of mails with "." lines valid
2182                 
2183                 NOTE: requires that sendmail is executed with "-i" option,
2184                       what is the default now, but has to be changed in all
2185                       exsiting accounts)
2186
2187 2003-03-07 [paul]       0.8.10claws97
2188
2189         * sync with 0.8.11 release
2190                 see ChangeLog 2003-03-07
2191
2192 2003-03-06 [paul]       0.8.10claws96
2193
2194         * src/compose.c
2195                 revert commit 0.8.10claws92
2196
2197 2003-03-06 [paul]       0.8.10claws95
2198
2199         * src/folderview.c
2200                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2201
2202         * src/gtkaspell.c
2203                 fix bug 74, 'Crash opening editor window with pseudo-color
2204                 display'
2205                 
2206         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2207
2208 2003-03-06 [christoph]  0.8.10claws94
2209
2210         * src/send.c
2211                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2212                 all lines starting with a period get an extra period
2213                 inserted
2214                 (found by Simon 'corecode' Schubert)
2215
2216 2003-03-06 [paul]       0.8.10claws93
2217
2218         * src/folderview.c
2219                 if configured font can't be loaded fall back to gtk
2220                 default. (with thanks to Christoph)
2221                 
2222                 closes long-standing bug 15 'Crashes on startup'
2223
2224 2003-03-06 [paul]       0.8.10claws92
2225
2226         * src/compose.c
2227                 freeze text before autosave and thaw afterwards
2228                 fixes bug 67 'autosave make re-rediting message crazy'
2229
2230 2003-03-06 [christoph]  0.8.10claws91
2231
2232         * src/compose.c
2233                 ignore address comment in dupe check for Cc-list
2234
2235         (closes reopened bug 47 Replying to message strips name part of
2236          e-mail addresses of Cc: lines)
2237
2238 2003-03-06 [paul]       0.8.10claws90
2239
2240         * src/Makefile.am
2241                 remove reference to gtkxtext.h as its no longer in
2242                 the repository
2243
2244 2003-03-06 [paul]       0.8.10claws89
2245
2246         * sync with 0.8.10cvs25
2247                 see ChangeLog 2003-03-06
2248
2249 2003-03-06 [oliver]     0.8.10claws88
2250         
2251         * src/messageview.c
2252                 remove include
2253
2254 2003-03-06 [oliver]     0.8.10claws87
2255         
2256         * src/folderview.c 
2257                 remove changes introduced inclaws74
2258         * src/messageview.c
2259                 another attempt to sanely delete and update
2260                 messages deleted in separate messageview
2261
2262 2003-03-05 [christoph]  0.8.10claws86
2263
2264         * src/summaryview.c
2265                 check if "From" matches any account's address if
2266                 addressbook completion of addresses is disabled too
2267
2268         (closes Bug 70 "Display recipient in from" doesn't check
2269          folder's default account)
2270
2271 2003-03-05 [christoph]  0.8.10claws85
2272
2273         * src/compose.c
2274         * src/common/utils.[ch]
2275                 don't strip address comments when building Cc lists
2276
2277         (closes Bug 47 Replying to message strips name part of e-mail addresses
2278          of Cc: lines)
2279
2280         * src/folder.c
2281                 fix return value of copy function
2282
2283 2003-03-05 [christoph]  0.8.10claws84
2284
2285         * src/imap.c
2286                 don't ask imap server for non rfc822 headers
2287
2288         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2289
2290         * src/imap.c
2291                 destroy session on socket error to allow reconnecting
2292
2293 2003-03-05 [christoph]  0.8.10claws83
2294
2295         * configure.ac
2296                 fix building with gnome when no prefix is set
2297
2298         (closes bug 66 Gnome directory is set to NONE)
2299
2300 2003-03-05 [paul]       0.8.10claws82
2301
2302         * sync with 0.8.10cvs23
2303                 see ChangeLog 2003-03-05
2304
2305 2003-03-04 [christoph]  0.8.10claws81
2306
2307         * src/folder.c
2308                 o fix moving and copying when folder returns 0 for new
2309                   message number
2310                 o remove some code for single message copy and move
2311                   operations and use functions for multiple messages
2312
2313         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2314
2315         * src/news.c
2316                 remove unused include
2317
2318 2003-03-04 [paul]       0.8.10claws80
2319
2320         * src/gtk/about.c
2321                 list 'Compiled plugins'
2322
2323 2003-03-03 [christoph]  0.8.10claws79
2324
2325         * src/news.[ch]
2326                 have to multiply the percentage of the current fetch with
2327                 the percentage that it has of the total fetch operation
2328                 for correct values
2329
2330 2003-03-03 [christoph]  0.8.10claws78
2331
2332         * src/news.c
2333                 fix calculation of expected lines for progress indicator
2334
2335 2003-03-03 [christoph]  0.8.10claws77
2336
2337         * src/summaryview.c
2338         * src/common/utils.c
2339                 fix segfault when opening the root news folder
2340
2341 2003-03-03 [christoph]  0.8.10claws76
2342
2343         * src/mainwindow.[ch]
2344         * src/common/Makefile.am
2345         * src/common/progressindicator.[ch]
2346                 add UI independent progress indicator handling
2347
2348         * src/news.[ch]
2349                 use new progress indicator for message info fetching
2350
2351         * src/common/hooks.h
2352                 code cleanup
2353
2354 2003-03-03 [oliver]     0.8.10claws75
2355
2356         * src/toolbar.c
2357         * src/compose.c
2358                 removed commented code
2359
2360 2003-03-03 [oliver]     0.8.10claws74
2361
2362         * src/toolbar.[ch]
2363                 cleanups and refactoring
2364         * src/compose.[ch]
2365                 compose_reply_mode reply & forwarding interface for
2366                 toolbar buttons
2367         * src/folderview.c
2368                 act on messages marked for deletion in folderview_selected
2369                 based on prefs_common.immediate_exec since a message might 
2370                 have been deleted by messageview in a folder we are changing 
2371                 to (does anybody understand what I'm on about ?)
2372
2373 2003-03-03 [oliver]     0.8.10claws73
2374         
2375         * src/messageview.[ch]
2376                 new functions
2377                 - messageview_delete: delete message shown in messagview
2378                 - messageview_update_view: update messageview to currently 
2379                   selected summaryview message
2380                 - add separate messageview to msgview_list in order to update 
2381                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2382         * src/summaryview.[ch]
2383                 summary_get_selection returns a list of selected msgs
2384                 in summaryview
2385         * src/mainwindow.c
2386                 toolbar reply refactoring
2387
2388 2003-03-03 [paul]       0.8.10claws72
2389
2390         * sync with 0.8.10cvs21
2391                 see ChangeLog 2003-03-03
2392
2393 2003-03-02 [christoph]  0.8.10claws71
2394
2395         * src/common/passcrypt.c
2396                 use POSIX includes
2397
2398 2003-03-02 [christoph]  0.8.10claws70
2399
2400         * configure.ac
2401         * src/prefs_account.c
2402         * src/prefs_gtk.[ch]
2403         * src/common/.cvsignore
2404         * src/common/Makefile.am
2405         * src/common/passcrypt.c                ** NEW **
2406         * src/common/passcrypt.h.in             ** NEW **
2407                 Implement password encryption in config files
2408                 using unix encrypt and setkey functions. The crypt
2409                 key can be set as a configure parameter. Old
2410                 passwords will be converted if they do not begin
2411                 with '!'
2412
2413 2003-03-02 [paul]       0.8.10claws69
2414
2415         * src/prefs_account.c
2416                 fix compile error
2417
2418 2003-03-01 [thorsten]   0.8.10claws68
2419
2420         * po/el.po
2421           po/hr.po
2422           po/it.po
2423           po/nl.po
2424           po/sr.po
2425           po/sv.po
2426                 corrected format strings
2427         * po/en_GB.po
2428                 corrected headers
2429                 (fix compile errors with GNU gettext-0.11.5)
2430
2431 2003-03-01 [oliver]     0.8.10claws67
2432
2433         * src/summaryview.c
2434                 menu callbacks call toolbar_menu_reply
2435
2436 2003-03-01 [oliver]     0.8.10claws66
2437
2438         * src/mainwindow.c
2439         * src/messageview.c
2440                 menu callbacks call toolbar_menu_reply
2441         * src/toolbar.[ch]
2442                 callbacks from menu handled by toolbar_menu_reply
2443
2444 2003-03-01 [paul]       0.8.10claws65
2445
2446         * src/addressbook.c
2447                 revert commit 0.8.10claws54 - breaks editing of
2448                 addressbook.
2449                 
2450         * po/bg.po
2451                 update Bulgarian translation, submitted by
2452                 George Danchev
2453
2454 2003-02-28 [christoph]  0.8.10claws64
2455
2456         * src/account.c
2457         * src/addressadd.c
2458         * src/compose.c
2459         * src/gtkaspell.c
2460         * src/gtkxtext.h                ** REMOVE **
2461         * src/imap.c
2462         * src/matcher.[ch]
2463         * src/mh.c
2464         * src/news.c
2465         * src/pine.c
2466         * src/prefs_common.c
2467         * src/prefs_matcher.c
2468         * src/procheader.[ch]
2469         * src/procmsg.[ch]
2470         * src/toolbar.c
2471         * src/common/ssl_certificate.c
2472         * src/gtk/colorlabel.c
2473         * src/gtk/menu.c
2474                 o fix warnings
2475                 o remove code obsoleted by new cache and folder system rework
2476
2477 2003-02-28 [oliver]     0.8.10claws63
2478         
2479         * src/toolbar.[ch]
2480                 * fix bug where reply in Messageview replied to 
2481                 Message displayed in summaryview
2482                 (reportedd via ML by chinatinte at gmx dot ch)
2483                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2484                 didn't work in separate MessageView Toolbar
2485                 (wondering if anybody uses this at all ?)
2486         * src/summaryview.[ch]
2487                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2488                 (generalize reply and forward code);
2489         * src/messageview.c 
2490                 remove focus_in event which updated summaryview to messageview
2491
2492 2003-02-28 [paul]       0.8.10claws62
2493
2494         * po/Makefile.in.in
2495                 add the --check option
2496                 Patch submitted by Ricardo Mones Lastra
2497
2498 2003-02-28 [paul]       0.8.10claws61
2499
2500         * src/prefs_account.c
2501                 re-order 'Signature' items
2502
2503 2003-02-28 [paul]       0.8.10claws60
2504
2505         * sync with 0.8.10cvs20
2506                 see ChangeLog 2003-02-28
2507
2508 2003-02-28 [paul]       0.8.10claws59
2509
2510         * po/POTFILES.in
2511                 update to reflect recent movement of files
2512
2513 2003-02-28 [paul]       0.8.10claws58
2514
2515         * sync with 0.8.10cvs19
2516                 see ChangeLog 2003-02-28
2517
2518 2003-02-27 [martin]     0.8.10claws57
2519
2520         * src/prefs_matcher.c 
2521                 fix segfault in prefs_matcher_ok() when the
2522                 last entry is deleted and prevents that the
2523                 message "entry not saved" comes up after deleting
2524                 an entry
2525
2526 2003-02-27 [martin]     0.8.10claws56
2527
2528         * src/prefs_filtering.c 
2529                 fix segfault in prefs_filtering_ok() when the
2530                 last entry is deleted and prevents that the
2531                 message "entry not saved" comes up after deleting
2532                 an entry
2533
2534 2003-02-27 [paul]       0.8.10claws55
2535
2536         * sync with 0.8.10cvs18
2537                 see ChangeLog 2003-02-27
2538
2539 2003-02-27 [paul]       0.8.10claws54
2540
2541         * src/addressbook.c
2542                 fix bug where the address book crashes with 
2543                 multiple lookups.
2544                 Patch [687729] submitted by David Frager 
2545                 <dbfrager@users.sourceforge.net>
2546
2547 2003-02-25 [christoph]  0.8.10claws53
2548
2549         * src/Makefile.am
2550         * src/colorlabel.[ch]           ** REMOVE **
2551         * src/gtk/Makefile.am
2552         * src/gtk/colorlabel.[ch]       ** NEW **
2553                 move colorlabel files to gtk directory
2554
2555         * src/esmtp.[ch]                ** REMOVE **
2556                 has been merged into smtp.[ch] in 0.7.5
2557
2558 2003-02-25 [christoph]  0.8.10claws52
2559
2560         * src/Makefile.am
2561         * src/about.[ch]                ** REMOVE **
2562         * src/gtk/Makefile.am
2563         * src/gtk/about.[ch]            ** NEW **
2564                 move about files to gtk directory
2565
2566 2003-02-25 [christoph]  0.8.10claws51
2567
2568         * src/folder.c
2569                 some code optimization of folder scanning code
2570
2571         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2572
2573 2003-02-25 [christoph]  0.8.10claws50
2574
2575         * src/main.c
2576         * src/common/sylpheed.c
2577                 add command line parameter parsing to common code
2578
2579 2003-02-24 [christoph]
2580
2581         * Makefile.am
2582         * configure.ac
2583                 fix gnome prefix problems, the configure script now removed
2584                 `gnome-config --prefix` from `gnome-config --datadir`
2585                 and adds $(prefix} instead
2586
2587         (closes Bug 24 Makefile does not respect prefix when installing
2588          GNOME data)
2589
2590 2003-02-24 [christoph]  0.8.10claws49
2591
2592         * src/news.c
2593                 check for valid session before trying to authenticate
2594
2595         (closes Bug 60 crash if "authenticate on logon" is activated
2596          and newsserver-hostname is not valid)
2597
2598 2003-02-24 [melvin]     0.8.10claws48
2599
2600         * src/prefs_actions.c
2601                 Make sure all user's input is sent to the action and then
2602                 close the socket..
2603
2604 2003-02-23 [alfons]     0.8.10claws46
2605
2606         * src/summaryview.c
2607                 also wait cursor when deleting files
2608
2609 2003-02-23 [paul]
2610
2611         * tools/freshmeat_search.pl
2612           tools/google_search.pl
2613                 scripts should now work for any browser/browser command line
2614
2615 2003-02-22 [christoph]  0.8.10claws45
2616
2617         * src/procmsg.c
2618                 fix IMAP flag setting, IMAP flag is not handled correctly
2619                 anymore by the folder system and information about the
2620                 folder should not be saved in the MsgInfo (in my opinion)
2621
2622         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2623
2624 2003-02-22 [christoph]  0.8.10claws44
2625
2626         * src/summaryview.c
2627                 fix spelling of "label" ;-)
2628
2629 2003-02-22 [thorsten]   0.8.10claws43
2630
2631         * src/mimeview.c
2632           src/prefs_common.[ch]
2633           src/procmime.[ch]
2634                 do not use description as attachment name
2635
2636 2003-02-22 [alfons]     0.8.10claws42
2637
2638         * src/summaryview.c
2639                 freeze/thaw folder item updates when changing color labels,
2640                 and put a wait cursors on
2641
2642 2003-02-22 [thorsten]   0.8.10claws41
2643
2644         * src/mimeview.c
2645                 save-all fixes: crash if invoked on multipart container,
2646                 mimeinfo access, pathseparators, error dialog
2647
2648 2003-02-21 [alfons]     0.8.10claws40
2649
2650         * src/prefs_gtk.c
2651                 remove unused var
2652
2653 2003-02-21 [colin]      0.8.10claws39
2654
2655         * src/send.c
2656                 Fix smtp logging
2657
2658 2003-02-21 [colin]      0.8.10claws38
2659
2660         * src/summaryview.c
2661                 Freeze/thaw folderItem updates when filtering messages 
2662                 via Tools/Filter messages
2663
2664 2003-02-21 [paul]       0.8.10claws37
2665
2666         * src/compose.c
2667                 revert commit 0.8.10claws26, there are ulterior motives
2668                 for users to set a Reply-To header when posting to
2669                 newsgroups
2670
2671 2003-02-21 [paul]       0.8.10claws36
2672
2673         * sync with 0.8.10cvs17
2674                 see ChangeLog 2003-02-21
2675
2676 2003-02-20 [christoph]  0.8.10claws35
2677
2678         * src/imap.c
2679                 IMAP UID fetch speedup using SEARCH
2680
2681         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2682
2683         * src/imap.c
2684                 fix problem with UIDs in IMAP UID cache that no longer existed
2685
2686 2003-02-20 [christoph]  0.8.10claws34
2687
2688         * src/imap.c
2689         * src/procheader.c
2690         * src/procheader.h
2691                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2692
2693         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2694
2695         * src/imap.c
2696                 Rewrite imap_cmd_gen_recv use sock_getline instead
2697                 of sock_gets to avoid problems with too long reply
2698                 lines
2699     
2700 2003-02-20 [colin]      0.8.10claws33
2701         
2702         * src/prefs_account.c
2703                 Better wording
2704
2705 2003-02-20 [colin]      0.8.10claws32
2706
2707         * src/compose.c
2708                 Remove useless '&& !to_sender' 
2709
2710 2003-02-20 [darko]
2711
2712         * AUTHORS
2713                 change my e-mail address
2714
2715 2003-02-19 [colin]      0.8.10claws31
2716
2717         * src/prefs_common.c
2718                 X11 style colors for every configurable color
2719
2720 2003-02-19 [alfons]     0.8.10claws30
2721
2722         * src/prefs_gtk.[ch]
2723         * src/prefs_common.c
2724                 for color_new accept both plain integers and X11 style color
2725                 names (as found in /usr/lib/X11/rgb.txt)
2726
2727 2003-02-19 [paul]       0.8.10claws29
2728
2729         * src/mainwindow.c
2730                 add tooltips to online/offline button and account selector
2731                 button
2732
2733 2003-02-19 [paul]       0.8.10claws28
2734
2735         * src/folder.c
2736           src/news.c
2737           src/prefs_account.[ch]
2738           src/prefs_common.[ch]
2739                 move 'Maximum number of articles to download' to
2740                 account prefs.
2741                 clean up account prefs gui a little by hiding entries
2742                 rather then greying out entries
2743
2744 2003-02-19 [hiro]       0.8.10claws27
2745
2746         * src/common/utils.c
2747                 fix bug #54 'yesterdays date is displayed in the message 
2748                 summary window'
2749
2750 2003-02-19 [paul]       0.8.10claws26
2751
2752         * src/compose.c
2753                 fix bug reported in Feature Request [688596] 
2754                 'Reply-to header in news'
2755
2756 2003-02-18 [paul]       0.8.10claws25
2757
2758         * src/select-keys.c
2759                 add a 'List all keys' button to key selection dialog
2760
2761 2003-02-18 [colin]      0.8.10claws24
2762         
2763         * src/stock_pixmap.c
2764                 fix compile error
2765
2766 2003-02-18 [colin]      0.8.10claws23
2767
2768         * src/common/smtp.[ch]
2769           src/prefs_account.c
2770                 Try to starttls if it seems to be the only
2771                 way to authenticate a user
2772
2773 2003-02-18 [paul]       0.8.10claws22
2774
2775         * src/Makefile.am
2776           src/folderview.c
2777           src/stock_pixmap.[ch]
2778           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2779           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2780                 as a Drafts folder is a special folder allow it to have
2781                 its own unique icons
2782
2783 2003-02-18 [colin]      0.8.10claws21
2784
2785         * src/imap.c
2786                 Fix port selection when using starttls
2787
2788 2003-02-18 [paul]       0.8.10claws20
2789
2790         * src/mainwindow.c
2791           src/prefs_common.[ch]
2792                 make blue the default new mail colour
2793
2794 2003-02-18 [paul]       0.8.10claws19
2795
2796         * sync with 0.8.10cvs14
2797                 see ChangeLog 2003-02-18
2798
2799 2003-02-17 [jens]       0.8.10claws18
2800
2801         * src/common/md5.c
2802                 fixed a compile problem with gcc 3.3
2803                 works on 2.95.3 too (testet on PPC as it is big endian)
2804
2805 2003-02-17 [paul]       0.8.10claws17
2806
2807         * sync with 0.8.10cvs13
2808                 see ChangeLog 2003-02-17
2809
2810 2003-02-17 [paul]       0.8.10claws16
2811
2812         * sync with 0.8.10cvs12
2813                 see ChangeLog 2003-02-17
2814
2815 2003-02-16 [match]      0.8.10claws15
2816
2817         * src/addressbook.c
2818                 Eliminates reloading of address data when items
2819                 deleted or added. Applied submitted by
2820                 Luke Plant <lukeplant@softhome.net>
2821
2822 2003-02-16 [paul]       0.8.10claws14
2823
2824         * src/news.c
2825                 when a 'protocol error' is encountered disconnect from
2826                 the server. This means that the user can carry on viewing
2827                 other articles and doesn't have to either wait until the
2828                 server timesout or quit sylpheed.
2829                 Fixes bug #53 'Unable to read messages in newsgroups, 
2830                 displayed message doesn't change'
2831
2832 2003-02-15 [christoph]  0.8.10claws13
2833
2834         * src/imap.c
2835                 fix bug that stopped scanning of folders when an
2836                 IMAP folder was empty
2837
2838         (closes bug 46 stop scan messages in folders after empty folder)
2839
2840 2003-02-15 [paul]
2841
2842         * tools/Makefile.am
2843           tools/README
2844           tools/freshmeat_search.pl     ** NEW FILE **
2845           tools/google_search.pl        ** NEW FILE **
2846                 Add 2 Actions scripts which search freshmeat/google
2847                 for the selected text using the browser configured
2848                 in sylpheedrc.
2849                 
2850         Note: These scripts are very dependent on the format of the
2851         browser command and may not work on every occasion. Testing
2852         is welcome. 
2853
2854 2003-02-14 [alfons]     0.8.10claws12
2855
2856         * src/compose.c
2857                 fix breakage because of uninitialized account pointer.
2858                 please verify.
2859
2860 2003-02-14 [paul]       0.8.10claws11
2861
2862         * src/compose.c
2863           src/prefs_account.[ch]
2864           src/prefs_common.[ch]
2865                 move signature settings to Account Prefs
2866
2867 2003-02-14 [paul]       0.8.10claws10
2868
2869         * sync with 0.8.10cvs11
2870                 see ChangeLog 2003-02-14
2871
2872 2003-02-13 [thorsten]   0.8.10claws9
2873
2874         * src/news.c
2875                 revert news progressbar (GUI separation)
2876
2877 2003-02-13 [paul]       0.8.10claws8
2878
2879         * src/compose.c
2880                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2881                 paragraph 1
2882
2883 2003-02-13 [paul]       0.8.10claws7
2884
2885         * src/compose.[ch]
2886           src/summaryview.c
2887                 fix 'Follow-up and Reply-to' so that it creates a reply to
2888                 the newsgroup and the sender. If the message has the keyword
2889                 'poster' in the Followup-To header, all replies go to the
2890                 sender, re: RFC 1036, Section 2.2.3
2891                 rename all instances of 'ignore_replyto' to 'to_sender', both
2892                 were previously used, now we use just one.
2893
2894 2003-02-13 [paul]       0.8.10claws6
2895
2896         * sync with 0.8.10cvs9
2897                 see ChangeLog 2003-02-13
2898
2899 2003-02-13 [paul]       0.8.10claws5
2900
2901         * configure.ac
2902                 show which plugins are configured in the configure
2903                 output.
2904
2905 2003-02-12 [thorsten]   0.8.10claws4
2906
2907         * src/news.c
2908                 show progress while fetching news headers
2909
2910 2003-02-12 [christoph]  0.8.10claws3
2911
2912         * configure.ac
2913         * src/plugins/Makefile.am
2914                 use AM_CONDITIONAL to enable plugins, automake correctly
2915                 manages this when creating distdir
2916
2917 2003-02-12 [christoph]  0.8.10claws2
2918
2919         * ac/spamassassin.m4
2920         * src/plugins/spamassassin/Makefile.am
2921                 fix building SpamAssassin plugin without OpenSSL
2922
2923 2003-02-12 [paul]       0.8.10claws1
2924
2925         * ac/Makefile.am
2926           src/Makefile.am
2927           src/plugins/Makefile.am
2928                 fix failure of 'make release'
2929
2930 2003-02-12 [paul]       0.8.10claws
2931
2932         * 0.8.10claws released
2933
2934 2003-02-12 [paul]       0.8.9claws56
2935
2936         * po/bg.po
2937           po/es.po
2938           po/it.po
2939           po/ru.po
2940           po/sr.po
2941                 updated translations by George Danchev, Ricardo Mones Lastra,
2942                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2943                 
2944         * sylpheed.spec.in
2945                 Allow the building of RPMs by a regular user. Submitted
2946                 by Sergei Astanin
2947
2948 2003-02-11 [alfons]     0.8.9claws55
2949
2950         * src/colorlabel.c
2951                 don't use pixmaps for label color rect but draw rectangles
2952                 so we can respect the color map of palette based visuals
2953                 (fixes the long time crashes on Suns - thanks to Andreas
2954                 Engel and Steve O'Hara-Smith for testing)
2955
2956 2003-02-11 [christoph]  0.8.9claws54
2957
2958         * src/matcher_parser_parse.y
2959                 correct bug where filering rules of not existing folders in
2960                 matcherrc were added to global filtering
2961                 
2962         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2963          main filter-rules after removing directory, http://bugs.debian.org/180253)
2964         
2965 2003-02-11 [paul]       0.8.9claws53
2966
2967         * sync with 0.8.10cvs7
2968                 see ChangeLog 2003-02-09
2969
2970 2003-02-11 [melvin]     0.8.9claws52
2971
2972         * po/fr.po
2973                 Updated French tranlsations
2974
2975 2003-02-10 [paul]       0.8.9claws51
2976
2977         * sylpheed.spec.in
2978                 correct --enable-openssl
2979                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2980
2981 2003-02-09 [martin]     0.8.9claws50
2982
2983         * src/prefs_matcher.c
2984                 fix segfault in prefs_matcher_substitute_cb() when
2985                 no row is selected
2986
2987 2003-02-09 [paul]       0.8.9claws49
2988
2989         * src/folderview.c
2990                 fix bug where a newsgroup folder's processing rules were
2991                 merged with the global filtering rules when the newsgroup
2992                 folder was deleted, causing some seriously bad results,
2993                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2994
2995 2003-02-08 [melvin]     0.8.9claws48
2996
2997         * src/compose.c
2998                 Corrected and modified an alert message.
2999
3000 2003-02-07 [paul]       0.8.9claws47
3001
3002         * src/folderview.c
3003                 fix bug where both an 'Account properties' window and a
3004                 'Folder properties' window were opened when clicking on
3005                 'Properties' in an NNTP or IMAP folder's popup menu.
3006
3007 2003-02-07 [paul]       0.8.9claws46
3008
3009         * sync with 0.8.10cvs6
3010                 see ChangeLog 2003-02-06
3011
3012 2003-02-06 [christoph]  0.8.9claws45
3013
3014         * src/mbox.c
3015                 freeze folder updates while importing mbox files
3016                 (closes bug 43 importing mbox took hours)
3017                 
3018         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3019
3020 2003-02-06 [thorsten]   0.8.9claws44
3021
3022         * po/de.po
3023                 Updated german translations
3024
3025 2003-02-06 [thorsten]   0.8.9claws43
3026
3027         * src/news.h
3028                 use guint for message numbers (fix count in grouplist dialog)
3029
3030 2003-02-05 [paul]       0.8.9claws42
3031
3032         * sync with 0.8.10cvs2
3033                 see ChangeLog 2003-02-05
3034
3035 2003-02-04 [colin]      0.8.9claws41
3036
3037         * src/prefs_common.[ch]
3038           src/procmsg.c
3039           src/summaryview.c
3040                 Add an option to disable threading by subject
3041
3042 2003-02-04 [christoph]  0.8.9claws40
3043
3044         * src/inc.c
3045                 only abort fetching mails from multiple accounts when the
3046                 error is fatal and does not allow to check any more accounts
3047                 (currently only disk full error)
3048
3049         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3050          receive mails for other accouts)
3051
3052 2003-02-04 [christoph]  0.8.9claws39
3053
3054         * src/folder.c
3055                 first add the new message to the cache, then
3056                 send the update notification
3057
3058         (closes bug 39 after sending message folderview doesnt get updated)
3059
3060 2003-02-04 [colin]      0.8.9claws38
3061
3062         * src/inc.c
3063                 _really_ fix this Connecting... status
3064
3065 2003-02-04 [paul]       0.8.9claws37
3066
3067         * sync with 0.8.10
3068                 see ChangeLog 2003-02-04
3069
3070 2003-02-04 [paul]       0.8.9claws36
3071
3072         * sync with 0.8.9cvs6
3073                 see ChangeLog 2003-02-03
3074
3075 2003-02-04 [paul]       0.8.9claws35
3076
3077         * po/pt_BR.po
3078                 updated by AndrĂ© Filipe de Assunção e Brito 
3079                 <bedecko@netsite.com.br>
3080
3081 2003-02-03 [thorsten]   0.8.9claws34
3082
3083         * po/de.po
3084                 Updated german translations
3085
3086 2003-02-02 [paul]       0.8.9claws33
3087
3088         * po/es.po
3089                 updated by Ricardo Mones Lastra
3090
3091 2003-02-02 [thorsten]   0.8.9claws32
3092
3093         * src/mh.c
3094                 Fix mh_get_msginfo() segfault if file is inaccessible
3095
3096 2003-01-31 [colin]      0.8.9claws31
3097
3098         * src/procheader.c
3099                 Fix last commit's bug
3100
3101 2003-01-31 [colin]      0.8.9claws30
3102
3103         * src/procheader.c
3104                 Missing a change for gpg-signed messages
3105
3106 2003-01-31 [paul]       0.8.9claws29
3107
3108         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3109           src/procheader.c
3110           src/stock_pixmap.[ch]
3111           src/summaryview.c
3112                 indicate GnuPG signed messages by displaying an icon
3113                 in the Attachment column.
3114
3115 2003-01-31 [paul]       0.8.9claws28
3116
3117         * sync with 0.8.9cvs4
3118                 see ChangeLog 2003-01-31
3119
3120 2003-01-31 [alfons]     0.8.9claws27
3121
3122         * src/textview.c
3123                 tune URI parser to accept mailto URLs with a '?'
3124                 (patch from Ruslan Balkin)
3125
3126 2003-01-31 [colin]      0.8.9claws26
3127
3128         * src/summaryview.c
3129                 Fix a leak introduced in claws24
3130
3131 2003-01-31 [colin]      0.8.9claws25
3132
3133         * src/summaryview.c
3134                 Freeze/Thaw folder updates when deleting dups
3135
3136 2003-01-31 [colin]      0.8.9claws24
3137         
3138         * src/addr_compl.c
3139           src/summaryview.c
3140           src/msgcache.c
3141                 little speed improvements
3142
3143 2003-01-31 [colin]      0.8.9claws23
3144
3145         * src/summaryview.c
3146                 Fix segfault when forwarding nothing
3147                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3148                 
3149 2003-01-30 [paul]       0.8.9claws22
3150
3151         * sync with 0.8.9cvs3
3152                 see ChangeLog 2003-01-30
3153
3154 2003-01-30 [paul]       0.8.9claws21
3155
3156         * sync with 0.8.9cvs2
3157                 see ChangeLog 2003-01-30
3158
3159 2003-01-29 [paul]       0.8.9claws20
3160
3161         * sync with 0.8.9cvs1
3162                 see ChangeLog 2003-01-29
3163
3164 2003-01-28 [paul]       0.8.9claws19
3165
3166         * po/POTFILES.in
3167                 update to reflect changes. 
3168                 thanks to Ricardo Mones Lastra
3169
3170 2003-01-27 [christoph]  0.8.9claws18
3171
3172         * ac/openssl.m4
3173         * ac/spamassassin.m4
3174         * src/plugins/spamassassin/README
3175         * src/plugins/spamassassin/libspamc.[ch]
3176         * src/plugins/spamassassin/utils.[ch]
3177                 updated to latest libspamc
3178
3179 2003-01-27 [christoph]  0.8.9claws17
3180
3181         * src/folder.c
3182                 fix wrong use of procheader_get_header_fields
3183
3184 2003-01-27 [christoph]  0.8.9claws16
3185
3186         * src/news.c
3187         * src/prefs_account.[ch]
3188         * src/common/nntp.[ch]
3189                 allow to force authentication for NNTP servers
3190
3191         Patch submitted by Florian Mickler <dmk@d-labs.de>
3192
3193 2003-01-26 [paul]       0.8.9claws15
3194
3195         * src/summaryview.c
3196                 speed up of marking messages as read
3197                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3198
3199 2003-01-26 [christoph]  0.8.9claws14
3200
3201         * src/Makefile.am
3202         * src/mgutils.[ch]              ** REMOVE **
3203         * src/xml.[ch]                  ** REMOVE **
3204         * src/xmlprops.[ch]             ** REMOVE **
3205         * src/common/Makefile.am
3206         * src/common/mgutils.[ch]       ** NEW **
3207         * src/common/xml.[ch]           ** NEW **
3208         * src/common/xmlprops.[ch]      ** NEW **
3209                 move xml files to common directory
3210
3211 2003-01-26 [christoph]  0.8.9claws13
3212
3213         * src/plugins/spamassassin/spamassassin_gtk.c
3214                 only set gtk entry text if string is available
3215
3216 2003-01-26 [melvin]     0.8.9claws12
3217
3218         * src/description_window.c
3219                 Allow resizing of the window
3220                 Allow automatic horizontal scroll bar
3221                 Do not vertically expand and fill
3222
3223 2003-01-26 [christoph]  0.8.9claws11
3224
3225         * src/Makefile.am
3226         * src/gtkutils.[ch]             ** REMOVE **
3227         * src/common/sylpheed.c
3228         * src/gtk/Makefile.am
3229         * src/gtk/description_window.c
3230         * src/gtk/gtkutils.[ch]         ** NEW **
3231         * src/gtk/prefswindow.c
3232                 move gtkutils to gtk directory
3233
3234 2003-01-26 [paul]       0.8.9claws10
3235
3236         * src/summaryview.c
3237                 rename summary_unread_clicked() to summary_status_clicked()
3238
3239 2003-01-26 [melvin]     0.8.9claws9
3240
3241         * src/prefs_actions.c
3242                 Cosmetical changes to the help text
3243
3244 2003-01-26 [paul]       0.8.9claws8
3245
3246         * src/folder.[ch]
3247           src/mainwindow.c
3248           src/prefs_common.c
3249           src/prefs_sumamry_column.c
3250           summaryview.[ch]
3251                 rename the 'Unread' column to 'Status'
3252
3253 2003-01-25 [match]      0.8.9claws7
3254
3255         * src/mgutils.[ch]
3256                 removed reference to LDAP constants. removed error2string.
3257                 included functions to support LDAP dynamic queries.
3258         * src/syldap.h
3259                 moved LDAP constants here.
3260         * src/addressbook.c
3261         * src/addrindex.c
3262         * src/importldif.c
3263                 removed references to LDAP constants and references to
3264                 error2string.
3265
3266 2003-01-25 [paul]       0.8.9claws6
3267
3268         * src/summaryview.c
3269                 summary_thread_build(), summary_thread_init(): remove 
3270                 unneeded reference to summaryview->folder_item
3271
3272 2003-01-25 [christoph]  0.8.9claws5
3273
3274         * src/gtk/description_window.c
3275                 o allow description texts to expand over multiple columns
3276                 o translate all columns
3277         * src/prefs_actions.c
3278                 change syntax description to use new multi column feature
3279
3280         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3281
3282 2003-01-25 [match]      0.8.9claws4
3283
3284         * src/vcard.c
3285                 fixed bug with Quoted-Printable
3286
3287 2003-01-25 [paul]       0.8.9claws3
3288
3289         * src/folder.[ch]
3290           src/summaryview.[ch]
3291                 implement per-folder collapsed/expanded threads setting
3292                 
3293         * src/prefs_common.c
3294                 remove global collapsed/expanded threads option
3295
3296 2003-01-25 [christoph]  0.8.9claws2
3297
3298         * po/POTFILES.in
3299                 add pluginwindow and prefswindow
3300         * src/compose.c
3301                 make send respond correctly to messages that could be added
3302                 to the queue folder, but the UID of the message is unknown
3303         * src/folder.c
3304         * src/imap.c
3305                 don't return guessed UIDs in imap_add_msg anymore. We return
3306                 0 to tell the folder system it was appened but the UID is
3307                 unknown. Folder system now get's the UID by scaning the folder
3308                 and searching the cache for the Message-ID
3309                 (closes bug #29 Messages queued, but not sent)
3310
3311 2003-01-25 [paul]       0.8.9claws1
3312
3313         * src/codeconv.c
3314                 conv_encode_header():  fix bug when long headers with 8-bit
3315                 characters are used, so that the encoded words are wrapped.
3316                 If the space in the original text falls on the wrap boundary,
3317                 it can be lost.
3318                 Patch by Sergey Vlasov.
3319                 
3320         * src/folderview.c
3321                  fix bug where a change to the sorting method or thread view
3322                  of a folder's messages is lost if simpify-subject is set and
3323                  toggled on or off.
3324                  Patch by Luke Plant.
3325
3326 2003-01-24 [paul]       0.8.9claws
3327
3328         * sylpheed-0.8.9claws released
3329         
3330         * Makefile.am
3331           sylpheed.spec.in
3332                 remove reference to 'INSTALL.jp'
3333
3334 2003-01-23 [paul]       0.8.8claws128
3335
3336         * po/es.po
3337           po/it.po
3338           po/ru.po
3339           po/sr.po
3340                 updated translations. submitted by Ricardo Mones Lastra,
3341                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3342
3343 2003-01-23 [colin]      0.8.8claws127
3344
3345         * src/compose.c
3346                 Fix drafted and queued news articles re-edition
3347
3348 2003-01-23 [melvin]     0.8.8claws126
3349
3350         * po/fr.po
3351                 Updated French translations
3352
3353 2003-01-23 [colin]      0.8.8claws125
3354
3355         * src/inc.c
3356                 Fix "Connecting to..." status message
3357
3358 2003-01-22 [paul]       0.8.8claws124
3359
3360         * po/bg.po
3361                 updated by George Danchev
3362                 
3363         * src/folder.c
3364                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3365                 and folder deletion
3366
3367 2003-01-21 [paul]       0.8.8claws123
3368
3369         * po/bg.po
3370                 updated by George Danchev
3371                 
3372         * src/about.c
3373                 its now 2003
3374                 
3375         * src/toolbar.c
3376                 don't translate 'Separator'
3377                 
3378         * src/plugins/spamassassin/Makefile.am
3379                 add aspell to CPPFLAGS
3380                 
3381         * src/plugins/spamassassin/spamassassin.c
3382           src/plugins/spamassassin/spamassassin_gtk.c
3383                 set correct default for spamassassin_receive_spam
3384                 slightly re-word descriptions and some
3385                 other minor changes
3386
3387 2003-01-19 [alfons]     0.8.8claws122
3388                 
3389         * src/mimeview.c
3390                 mimeview_save_as(): we might as well show the file name for
3391                 the single case "Save As" too
3392
3393 2003-01-19 [alfons]     0.8.8claws121
3394
3395         * src/crash.c
3396                 change bug tracker URL to bugzilla URL
3397
3398 2003-01-19 [alfons]     0.8.8claws120
3399
3400         * src/mimeview.c
3401                 mimeview_save_all(): display name of file before overwriting;
3402                 continue saving all, even when one overwrite was cancelled
3403
3404 2003-01-19 [christoph]  0.8.8claws119
3405
3406         * src/summaryview.c
3407         * src/procmsg.[ch]
3408                 fix wrong usage of procmsg_find_children in summaryview
3409                 by using procmsg_update_unread_children instead of
3410                 summaryview_update_unread_children
3411
3412 2003-01-19 [christoph]  0.8.8claws118
3413
3414         * src/procmsg.c
3415                 fix infinite loop in procmsg_find_children
3416                  (closes bug #25 sylpheed crashes on delete.)
3417
3418         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3419
3420 2003-01-19 [paul]       0.8.8claws117
3421
3422         * po/pt_BR.po
3423                 updated by Ivan Francolin Martinez
3424
3425 2003-01-18 [melvin]     0.8.8claws116
3426
3427         * src/prefs_actions.c
3428                 Removed syntax limitation of only one '&' at the end of command.
3429                         Now actions that contain '>/dev/null 2>&1' are possible.
3430
3431 2003-01-18 [melvin]     0.8.8claws115
3432
3433         * src/prefs_actions.c
3434                 Actions IO dialog: when the action ends
3435                 the "Close" button now has focus and [Escape] closes the
3436                 window.
3437
3438 2003-01-18 [christoph]  0.8.8claws114
3439
3440         * src/procmsg.c
3441                 o add debug output when MsgInfos are really freed
3442                 o free GSLists in procmsg_find_children and
3443                   procmsg_update_unread_children
3444
3445 2003-01-18 [christoph]  0.8.8claws113
3446
3447         * src/mainwindow.c
3448                 reorder Configuration menu
3449
3450 2003-01-18 [christoph]  0.8.8claws112
3451
3452         * src/compose.c
3453                 fix applying templates to forwarded messages
3454
3455         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3456
3457 2003-01-17 [christoph]  0.8.8claws111
3458
3459         * src/folder.c
3460                 destroy folder items, when a folder item is removed
3461
3462 2003-01-17 [christoph]  0.8.8claws110
3463
3464         * src/folder.c
3465                 fix wrong folder stats update when ignored message is
3466                 deleted
3467
3468 2003-01-17 [colin]      0.8.8claws109
3469         
3470         * src/mainwindow.c
3471         * src/summaryview.c
3472                 Quicksearch bugfixes: 
3473                 - hide help button at startup if not extended
3474                 - switch to extended when looking for replies
3475
3476 2003-01-17 [paul]
3477
3478         * sync with 0.8.9 release
3479
3480 2003-01-17 [paul]       0.8.8claws108
3481
3482         * sync with 0.8.8cvs11
3483                 see ChangeLog 2003-01-17
3484
3485 2003-01-16 [colin]      0.8.8claws107
3486
3487         * src/procmsg.c
3488                 Changed encryption test to re-ask passphrase
3489                 if an encrypted message hasn't been decrypted
3490                 Fixes bug #5
3491
3492 2003-01-16 [christoph]  0.8.8claws106
3493
3494         * src/prefs_gtk.c
3495         * src/prefs_toolbar.c
3496         * src/gtk/prefswindow.h
3497         * src/plugins/spamassassin/spamassassin_gtk.c
3498                 remove page destroy function that is not used anymore
3499
3500 2003-01-16 [paul]       0.8.8claws105
3501
3502         * sync with 0.8.8cvs9
3503                 see ChangeLog 2002-01-16
3504
3505 2003-01-16 [colin]      0.8.8claws104
3506
3507         * src/compose.[ch]
3508                 Fix bug with autosaved drafts for IMAP, when draft
3509                 folder is specified - fixes bugzilla bug #20
3510
3511 2003-01-15 [paul]       0.8.8claws103
3512
3513         * src/compose.[ch]
3514           src/procmsg.c
3515                 store folder and message-id of message forwarding
3516                 in queue header and set forward flag after sending
3517
3518 2003-01-15 [paul]       0.8.8claws102
3519
3520         * sync with 0.8.8cvs8
3521                 see ChangeLog 2002-01-15
3522
3523 2003-01-15 [colin]      0.8.8claws101
3524
3525         * src/Makefile.am
3526                 Fix linking with GNU libiconv
3527
3528 2003-01-15 [darko]      0.8.8claws100
3529
3530         * src/pine.c
3531                 fix crash when importing pine address book
3532                 entry with an empty name (reported by DY
3533                 <dybulk at tri8.net>)
3534
3535 2003-01-14 [paul]       0.8.8claws99
3536
3537         * configure.in  ** REMOVED **
3538           configure.ac  ** NEW FILE **
3539                 rename configure.in to configure.ac, as it is now
3540                 preferred
3541
3542 2003-01-14 [melvin]     0.8.8claws98
3543
3544         * src/folderview.c
3545                 folderview_check_new(): More precise function description
3546
3547 2003-01-14 [melvin]     0.8.8claws97
3548
3549         * src/folderview.c
3550                 folderview_check_new(): return the number of new messages 
3551                         since last check.
3552         * src/inc.c
3553                 inc_account_mail(): Disable counting of new messages for IMAP
3554                         and NNTP until bug [19] and [14] are fixed.
3555
3556 2003-01-14 [paul]       0.8.8claws96
3557
3558         * sync with 0.8.8cvs6
3559                 see ChangeLog 2003-01-14
3560
3561 2003-01-13 [alfons]     0.8.8claws95
3562
3563         * src/textview.c
3564                 tune email address validation (c. 0.8.8claws89): if . is 
3565                 just one char away from @, the address is invalid too 
3566                 (correctly rejects addresses like foo@.com)
3567
3568 2003-01-13 [paul]       0.8.8claws94
3569
3570         * src/messageview.c
3571           src/toolbar.c
3572                 fixes to the Message View toolbar and menu:
3573                 fix non-functioning Forward button
3574                 make Reply button consider default_reply_list
3575                 remove 'Follow-up...' menu entry
3576                 add 'Forward' and 'Redirect' menu entries
3577
3578 2003-01-13 [melvin]     0.8.8claws93
3579
3580         * src/inc.c
3581                 Fixed typo that could make new messages count incorrect.
3582
3583 2003-01-13 [melvin]     0.8.8claws92
3584
3585         * src/folderview.[ch]
3586                 folderview_check_new(): return the number of new messages.
3587         * src/inc.c
3588                 Should fix bug [14] where new mail notification worked 
3589                         incorrectly with IMAP accounts.
3590                 inc_spool_account(): return number of new msgs, or -1 on error
3591                 inc_all_spool(): return number of new msgs
3592                 
3593 2003-01-13 [melvin]     0.8.8claws91
3594
3595         * src/prefs_actions.c
3596                 Justify help text.
3597
3598 2003-01-12 [thorsten]   0.8.8claws90
3599
3600         * src/common/prefs.c
3601                 close file before rename
3602
3603 2003-01-12 [alfons]     0.8.8claws89
3604
3605         * AUTHORS
3606                 add Christian Mertes
3607         * src/common/utils.[ch]
3608                 g_stricase_hash(), g_stricase_equal(): functions for 
3609                 case insensitive hash tables
3610         * src/textview.c
3611                 use top level domain names to validate email address, based
3612                 on a patch by Christian Mertes (thanks!), but changed 
3613                 implementation to use a hash table 
3614
3615 2003-01-12 [paul]       0.8.8claws88
3616
3617         * po/bg.po
3618                 updated by George Danchev
3619
3620 2003-01-12 [alfons]     0.8.8claws87
3621
3622         * src/summaryview.c
3623                 delete / execute performance: use new style folder update
3624
3625 2003-01-12 [paul]       0.8.8claws86
3626
3627         * sync with 0.8.8cvs5
3628                 see ChangeLog 2003-01-13 (!)
3629
3630 2003-01-12 [alfons]     0.8.8claws85
3631
3632         * src/filtering.c
3633         * src/matcher_parser_parse.y
3634                 prepare change_score filtering action
3635         * src/matcher.[ch]
3636                 give up const-correctness on functions that call non-const-correct functions;
3637                 several casts to gpointer in g_free();
3638                 add change_score;
3639
3640 2003-01-12 [christoph]  0.8.8claws84
3641
3642         * src/compose.c
3643                 fix 2 warnings
3644
3645         * src/gtk/prefswindow.[ch]
3646         * src/plugins/spamassassin/spamassassin_gtk.c
3647                 changed the call of the widget create function
3648                 for PrefsPages, because sometimes the widget
3649                 create function needs a widget that already has
3650                 been attached to a window (to create GDK pixmaps
3651                 for exmaple). So we simply pass the GtkWindow as
3652                 the second parameter now.
3653
3654         * src/main.c
3655         * src/mainwindow.c
3656         * src/prefs_toolbar.[ch]
3657                 rewrite Toolbar Preferences using the new
3658                 prefs window
3659
3660 2003-01-11 [alfons]     0.8.8claws83
3661
3662         * src/addressadd.c
3663                 fix crash when adding sender to addressbook because status bar
3664                 isn't there (the status bar doesn't seem to be used though,
3665                 but I'll let Match decide what to do with it)
3666
3667 2003-01-11 [colin]      0.8.8claws82
3668
3669         * src/main.c
3670           src/toolbar.c
3671                 Two useless changes reversed
3672
3673 2003-01-11 [colin]      0.8.8claws81
3674
3675         * src/mainwindow.c
3676           src/mainwindow.h
3677                 Add mainwindow_get_mainwindow()
3678         * src/alertpanel.c
3679           src/alertpanel.h
3680                 Add alertpanel_error_log() 
3681         * src/compose.c
3682           src/inc.c
3683           src/messageview.c
3684           src/toolbar.c
3685           src/main.c
3686           src/procmsg.c
3687                 Network errors get a View Log button
3688
3689 2003-01-10 [alfons]     0.8.8claws80
3690
3691         * src/prefs_toolbar.c
3692         * src/toolbar.c
3693                 use the translatable string for "Separator" as file name for
3694                 separator toolbar items (probably make this uppercase?)
3695
3696 2003-01-10 [alfons]     0.8.8claws79
3697
3698         * src/prefs_toolbar.c
3699                 put right A_SEPARATOR description string in "displayed
3700                 toolbar items list" so manually added separators are
3701                 saved correctly (bug #10, "Adding a separator to the main 
3702                 toolbar fails, entry in xml file is wrong")
3703
3704 2003-01-10 [christoph]  0.8.8claws78
3705
3706         * src/imap.c
3707                 o fix warnings
3708                 o use CAPABILITY to check if NAMESPACE is available
3709
3710 2003-01-10 [christoph]  0.8.8claws77
3711
3712         * src/imap.[ch]
3713                 apply UIDPLUS IMAP extension support patch
3714
3715         Patch submitted by Simon 'corecode' Schubert
3716
3717 2003-01-10 [paul]       0.8.8claws76
3718
3719         * src/folderview.c
3720                 a sync from main which fixes the news account folders'
3721                 Properties bug
3722
3723 2003-01-10 [christoph]  0.8.8claws75
3724
3725         * src/folder.c
3726                 don't accept 0 as a valid uid returned by copy and move
3727                 functions. 0 means the message was copied or moved but the
3728                 new uid could not be fetched. It is not an error condition
3729                 for the copy or move operation.
3730
3731 2003-01-10 [paul]       0.8.8claws74
3732
3733         * src/prefs_filtering.c
3734                 change English used in Alert when entry is not
3735                 saved.
3736                 
3737         * sync with 0.8.8cvs4
3738                 see ChangeLog 2003-01-10
3739
3740 2003-01-10 [darko]      0.8.8claws73
3741
3742         * src/pine.c
3743                 fix crash when importing address book entry
3744                 without a valid address
3745
3746 2003-01-09 [alfons]     0.8.8claws72
3747
3748         * src/inc.c
3749                 filtering performance: use new style folder update
3750
3751 2003-01-09 [christoph]  0.8.8claws71
3752
3753         * src/compose.c
3754         * src/gtk/menu.[ch]
3755                 fix wrong selecting of mime encoding type, when
3756                 opening property dialog of attachments in the
3757                 compose window. 7bit was always selected and that
3758                 destoryed files with 8bit data.
3759                 (closes bug #9 Sylpheed-claws destroys attachments when
3760                  changing MIME-types)
3761
3762 2003-01-09 [paul]       0.8.8claws70
3763
3764         * sync with 0.8.8cvs3
3765                 see ChangeLog 2003-01-09
3766
3767 2003-01-08 [alfons]     0.8.8claws69
3768         
3769         * src/addressadd.c
3770                 apply patch by Kim Schulz to fix build breakage
3771                 because of missing variable
3772
3773 2003-01-08 [paul]       0.8.8claws68
3774
3775         * sync with 0.8.8cvs2
3776                 see ChangeLog 2002-01-08
3777
3778 2003-01-08 [paul]       0.8.8claws67
3779
3780         * po/it.po
3781                 updated by Alessandro Maestri
3782                 
3783         * src/addressadd.c
3784                 when using 'Add sender to addressbook' allow
3785                 name to be edited and remarks to be entered
3786                 Patch submitted by Luke Plant
3787
3788 2003-01-08 [darko]      0.8.8claws66
3789
3790         * README.claws, src/summaryview.c
3791                 fix description for marked messages
3792
3793 2003-01-08 [paul]
3794
3795         * tools/Makefile.am
3796           tools/launch_phoenix  ** NEW FILE **
3797                 add script that enables using Phoenix as the default
3798                 web browser. 
3799                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3800                 
3801         * tools/OOo2sylpheed.pl
3802                 remove full path to sylpheed executable, just 'sylpheed'
3803                 will do
3804                 
3805         * tools/README
3806                 add launch_phoenix informtion and re-arrange and compress
3807                 the data a little
3808
3809 2003-01-07 [christoph]  0.8.8claws65
3810
3811         * src/folder.c
3812                 fix update for source folder when moving messages
3813         * src/procmsg.[ch]
3814         * src/summaryview.c
3815                 use function to set to_folder for message infos and
3816                 automatically update the op_count for old and new
3817                 folder
3818
3819 2003-01-07 [melvin]     0.8.8claws64
3820
3821         * src/prefs_actions.c
3822                 Fixed bug where an '%p' Action on a displayed image crashed 
3823                         Sylpheed
3824                 Code clean up (get rid of duplicated code and removed unnecessary 
3825                                 structure member)
3826
3827 2003-01-07 [christoph]  0.8.8claws63
3828
3829         * src/compose.c
3830         * src/folder.[ch]
3831         * src/folderview.c
3832         * src/import.c
3833         * src/inc.c
3834         * src/main.c
3835         * src/mainwindow.c
3836         * src/messageview.c
3837         * src/prefs_folder_item.c
3838         * src/procmsg.c
3839         * src/summaryview.c
3840         * src/toolbar.c
3841                 o remove all folder update triggering from the UI code. The folder
3842                   system should know much better when a folder needs an update.
3843                 o to prevent multiple updates in a row the folder updates can be
3844                   frozen for some time.
3845
3846                 Note: - Please verify that no updates are missing
3847                       - Check where freeze/thaws should be added
3848
3849 2003-01-07 [christoph]  0.8.8claws62
3850
3851         * src/prefs_actions.c
3852                 don't translate empty strings
3853
3854         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3855
3856 2003-01-06 [christoph]  0.8.8claws61
3857
3858         * src/prefs_actions.c
3859                 mark strings for gettext
3860         * src/prefs_matcher.c
3861                 use new description window for Execute action and
3862                 match condition in Filtering
3863
3864         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3865
3866 2003-01-06 [alfons]     0.8.8claws60
3867
3868         keep myself inspired to re-organize matcher part 8; 
3869         yes, more to come (I need to move out the descriptive
3870         text for actions to matcher.c, or at least make it not
3871         depend on the wicked ordering)
3872
3873         * src/prefs_matcher.c
3874                 add documentation so others may comprehend the
3875                 UI part of the conditions
3876                 
3877 2003-01-06 [christoph]  0.8.8claws59
3878
3879         * src/prefs_actions.c
3880                 use new description window for syntax help
3881         * src/gtk/description_window.c
3882                 fix display of descriptions with column count != 2
3883
3884         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3885
3886 2003-01-06 [christoph]  0.8.8claws58
3887
3888         * src/quote_fmt.c
3889         * src/summaryview.[ch]
3890         * src/gtk/Makefile.am
3891         * src/gtk/description_window.[ch]       ** NEW **
3892                 use a generic window to display syntax descriptions
3893                 currently used in quote_fmt and summaryview (new description
3894                 for extended quick search)
3895
3896         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3897
3898 2003-01-06 [paul]       0.8.8claws57
3899
3900         * sync with 0.8.8cvs1
3901                 see ChangeLog 2003-01-06
3902
3903 2003-01-06 [christoph]  0.8.8claws56
3904
3905         * src/mainwindow.c
3906         * src/prefs_gtk.[ch]
3907         * src/gtk/prefswindow.[ch]
3908         * src/plugins/spamassassin/spamassassin_gtk.c
3909                 o remove page management from prefswindow, pages
3910                   will be an argument to prefswindow_open
3911                 o prefswindow_open gets a datapointer that is
3912                   passed to the widget_create function to allow
3913                   creation of prefswindow for specific items
3914
3915 2003-01-06 [colin]      0.8.8claws55
3916         
3917         * src/summaryview.c
3918                 We don't want regexp in the reply-finder, 
3919                 because MIDs can contain !,$,. and so on
3920
3921 2003-01-06 [jens]       0.8.8claws54
3922
3923         * src/jpilot.c
3924                 fixed a wrong free in jpilot_read_db_files
3925
3926 2003-01-06 [alfons]     0.8.8claws53
3927
3928         re-organize matcher part 8; more to come
3929        
3930         * src/matcher.c
3931                 matcherprop_to_string(): put g_free()s before the
3932                 switch-case break to fix memleaks                
3933
3934 2003-01-06 [colin]      0.8.8claws52
3935
3936         * src/summaryview.c
3937                 cleanup & reply-finder now displays the first 
3938                 matching message
3939
3940 2003-01-05 [alfons]     0.8.8claws51
3941
3942         re-organize matcher part 7; more to come
3943
3944         * src/matcher.[ch]
3945                 fixes for constant correctness;
3946                 more documentation;
3947
3948 2003-01-05 [alfons]     0.8.8claws50
3949
3950         re-organize matcher part 6; more to come
3951         
3952         * src/matcher.[ch]
3953                 fixes for constant correctness;
3954                 more documentation;
3955         * src/filtering.c
3956                 fix for constant correctness
3957
3958 2003-01-05 [colin]      0.8.8claws49
3959
3960         * src/account.[ch]
3961                 Add account_get_reply_account function
3962         * src/compose.c
3963                 Use account_get_reply_account function 
3964         * src/summaryview.c
3965                 Basic reply-finder - click on the replied
3966                 icon gets you to the outbox using quick-search
3967
3968 2003-01-05 [paul]       0.8.8claws48
3969
3970         * src/prefs_common.c
3971                 small change to English
3972                 
3973         * src/prefs_filtering.c
3974                 prefs_filtering_action_select(): improve logic and uniformity
3975                 of gui
3976
3977 2003-01-05 [alfons]     0.8.8claws47
3978
3979         fine tune solution to focus problems (bug #7)
3980
3981         * src/mainwindow.c
3982                 mainwindow_focus_in_event(): remove grab event check
3983         * src/summaryview.c
3984                 summary_button_pressed(): move selection on right-click
3985                 too. we can't possibly move the selection back after
3986                 canceling a dialog, because gtk's incomplete focus 
3987                 management. whether this is a good solution, only time
3988                 will tell.
3989
3990 2003-01-05 [christoph]  0.8.8claws46
3991
3992         * src/imap.c
3993                 fix crash when no imap connection could be established
3994
3995 2003-01-05 [paul]       0.8.8claws45
3996
3997         * src/mainwindow.c
3998           src/sumamryview.c
3999           src/gtk/menu.[ch]
4000                 fix bug 605957 'shortcuts in popup-menu'
4001                 make user-defined shortcuts work
4002                 show shortcuts that are already defined
4003                 in the main menu
4004                 Patch submitted by Luke Plant
4005
4006 2003-01-05 [alfons]     0.8.8claws44
4007
4008         * src/mainwindow.c
4009                 focus_in_event handler should not select summary view row 
4010                 when another window (menu, dialog) grabbed for events 
4011                 (bug #7, "[0.8.8claws42] Message summary focus") 
4012
4013 2003-01-04 [christoph]  0.8.8claws43
4014
4015         * src/procmsg.c
4016                 update save folder after adding the sent message
4017                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4018
4019 2003-01-02 [christoph]  0.8.8claws42
4020
4021         * src/common/plugin.c
4022                 fix unloading of all plugins and unload
4023                 plugins in reverse order
4024                 
4025         * src/gtk/pluginwindow.c
4026                 implement function of load and unload button
4027
4028         * src/gtk/prefswindow.c
4029         * src/gtk/prefswindow.h
4030                 rename register function and add new unregister
4031                 function
4032
4033         * src/plugins/spamassassin/spamassassin_gtk.c
4034                 unregister prefs page and update for changes in
4035                 src/gtk/prefswindow.c
4036
4037 2003-01-02 [paul]       0.8.8claws41
4038
4039         * po/es.po
4040                 updated by Ricardo Mones Lastra
4041
4042 2003-01-02 [paul]
4043
4044         * tools/tb2sylpheed
4045                 fixes and improvements by Urke MMI
4046
4047 2003-01-02 [thorsten]   0.8.8claws40
4048
4049         * src/procmsg.c
4050                 fixed wrong return value
4051
4052 2003-01-02 [thorsten]   0.8.8claws39
4053
4054         * src/prefs.c
4055                 fixed printing wrong variable
4056
4057 2003-01-02 [thorsten]   0.8.8claws38
4058
4059         * src/prefs.c
4060                 fixed acessing members of freed pfile struct
4061
4062 2003-01-02 [thorsten]   0.8.8claws37
4063
4064         * src/procmsg.c
4065                 detect loops across several messages
4066                 as suggested by Christoph Hohmann
4067
4068 2003-01-01 [match]      0.8.8claws36
4069
4070         * src/addrindex.c
4071                 fixed another memory leak.
4072
4073 2003-01-01 [match]      0.8.8claws35
4074
4075         * src/jpilot.[ch]
4076                 fixed memory leaks. applied Doxygen comments.
4077
4078 2003-01-01 [thorsten]   0.8.8claws34
4079
4080         * src/procmsg.c
4081                 inhibit endless loop if msg references itself
4082                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4083
4084 2003-01-01 [christoph]  0.8.8claws33
4085
4086         * src/mainwindow.c
4087         * src/gtk/Makefile.am
4088         * src/gtk/pluginwindow.c                ** NEW **
4089         * src/gtk/pluginwindow.h                ** NEW **
4090                 add plugin window
4091
4092         * src/plugins/demo/demo.c
4093         * src/plugins/spamassassin/spamassassin.c
4094         * src/plugins/spamassassin/spamassassin_gtk.c
4095                 write better plugin descriptions
4096
4097 2002-12-31 [christoph]  0.8.8claws32
4098
4099         * src/gtk/prefswindow.c
4100         * src/plugins/spamassassin/spamassassin_gtk.c
4101                 some small improvements to GTK code
4102
4103 2002-12-31 [christoph]  0.8.8claws31
4104
4105         * src/plugins/spamassassin/spamassassin_gtk.c
4106                 enable folder select button
4107
4108 2002-12-31 [christoph]  0.8.8claws30
4109
4110         * src/mainwindow.c
4111         * src/gtk/Makefile.am
4112         * src/gtk/prefswindow.c                         ** NEW **
4113         * src/gtk/prefswindow.h                         ** NEW **
4114                 add new prefs window
4115
4116         * src/common/plugin.c
4117                 don't try to load empty config lines
4118         
4119         * src/plugins/spamassassin/Makefile.am
4120         * src/plugins/spamassassin/spamassassin.c
4121         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4122         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4123                 GTK config for SpamAssassin Plugin using
4124                 the new prefs window
4125
4126 2002-12-31 [paul]       0.8.8claws29
4127
4128         * po/POTFILES.in
4129                 remove obsolete entry 'src/menu.c'
4130
4131 2002-12-31 [alfons]     0.8.8claws28
4132
4133         * src/matcher.[ch]
4134         * src/matcher_parser_parse.y
4135         * src/prefs_matcher.c
4136                 add "ignore_thread" and "~ignore_thread" condition so it's
4137                 possible to make the actions / scoring operate on the ignore
4138                 thread flag
4139
4140 2002-12-31 [christoph]  0.8.8claws27
4141
4142         * src/addrbook.c
4143         * src/addrindex.c
4144         * src/folder.c
4145         * src/matcher.c
4146         * src/prefs_account.c
4147         * src/prefs_actions.c
4148         * src/prefs_customheader.c
4149         * src/prefs_display_header.c
4150         * src/prefs_gtk.c
4151         * src/procmime.c
4152         * src/toolbar.c
4153         * src/xmlprops.c
4154         * src/common/prefs.[ch]
4155                 extend prefs file handling for reading and automatic handling
4156                 of blocks. When reading prefs_set_block_label will automatically
4157                 move on to the block. When writing it will copy all other blocks
4158                 automatically
4159
4160         * src/common/plugin.c
4161                 Now loading plugin filenames from [Plugins] block in
4162                 sylpheed rc file
4163
4164 2002-12-30 [christoph]  0.8.8claws26
4165
4166         * src/common/hooks.[ch]
4167                 return abort status to caller of hooks_invoke
4168                 
4169         * src/inc.[ch]
4170                 invoke message filtering hook and stop
4171                 default handling when filter returns abort
4172
4173         * src/common/plugin.[ch]
4174         * src/plugins/demo/demo.c
4175                 modify plugin loader, because resolving symbols for strings
4176                 does not work correctly
4177         
4178         * configure.in
4179         * ac/spamassassin.m4                            ** NEW **
4180         * src/plugins/spamassassin/.cvsignore           ** NEW **
4181         * src/plugins/spamassassin/Makefile.am          ** NEW **
4182         * src/plugins/spamassassin/README               ** NEW **
4183         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4184         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4185         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4186                 add spamassassin plugin, see src/plugins/spamassassin/README
4187                 for details
4188
4189 2002-12-29 [alfons]     0.8.8claws25
4190
4191         * src/mainwindow.c
4192                 when moving focus from a message view to the main 
4193                 window, don't forget to select the summary node
4194                 of the displayed message. should fix "[ 659103 ] 
4195                 focus-follows-mouse confuses sylpheed"
4196
4197 2002-12-29 [christoph]  0.8.8claws24
4198
4199         * src/Makefile.am
4200         * src/stringtable.[ch]          ** REMOVE **
4201         * src/common/Makefile.am
4202         * src/common/stringtable.[ch]   ** NEW **
4203                 move stringtable files to common directory
4204
4205 2002-12-29 [christoph]  0.8.8claws23
4206
4207         * src/Makefile.am
4208         * src/menu.[ch]                 ** REMOVE **
4209         * src/gtk/Makefile.am
4210         * src/gtk/menu.[ch]             ** NEW **
4211                 move menu files to gtk directory
4212
4213 2002-12-29 [match]      0.8.8claws22
4214
4215         * src/addressbook.c
4216         * src/syldap.c
4217                 moved UI specific code out of LDAP code into addressbook
4218                 UI code. fixed memory leak.
4219
4220 2002-12-29 [christoph]  0.8.8claws21
4221
4222         * src/folder.c
4223                 only check for IGNORED parent message when message is
4224                 not IGNORED itself
4225
4226 2002-12-29 [alfons]     0.8.8claws20
4227
4228         * src/summaryview.c
4229                 set gtksctree's anchor correct (immediate execute
4230                 changes the tree's layout, and anchor points at 
4231                 the incorrect row). fixes "[ 657233 ] multiple msg 
4232                 delete sometimes off by 1".
4233                 we probably have to look for more tree layout /
4234                 anchor glitches.
4235
4236 2002-12-29 [paul]       0.8.8claws19
4237
4238         * src/summaryview.c
4239                 fix bug [ 659054 ] incorrect sorting of 'From' column
4240                 when using 'display sender using address book'
4241                 thanks to Alfons and Luke Plant
4242
4243 2002-12-29 [christoph]  0.8.8claws18
4244
4245         * src/folder.c
4246         * src/procmsg.[ch]
4247                 check parent messages for IGNORE THREAD flag, when adding,
4248                 moving or copying messages to a folder
4249
4250 2002-12-27 [alfons]     0.8.8claws17
4251
4252         re-organize matcher part 5; more to come
4253
4254         * src/matcher.c
4255                 hash keywords in matchparser_tab 
4256
4257 2002-12-27 [alfons]     0.8.8claws16
4258
4259         re-organize matcher part 4; more to come
4260
4261         * src/matcher_parser.h
4262         * src/matcher_parser_lex.l
4263         * src/matcher_parser_parse.y
4264                 cleanup
4265
4266 2002-12-27 [alfons]     0.8.8claws15
4267
4268         re-organize matcher part 3; more to come
4269
4270         * src/matcher.[ch]
4271                 cleanup
4272
4273 2002-12-27 [alfons]     0.8.8claws14
4274
4275         re-organize matcher part 2; more to come but this should
4276         work. cc me if there are any regressions.
4277
4278         * src/matcher.h
4279                 add prototype for get_matchparser_tab_id()
4280         * src/matcher_parser_lex.l
4281                 look up keywords using matchparser_tab_id();
4282
4283 2002-12-27 [alfons]     0.8.8claws12
4284
4285         re-organize matcher part 1
4286
4287         * src/matcher.h
4288                 map yacc generated constants to sylpheed matcher constants
4289         * src/matcher.c
4290                 add function to find a matcher constant from a string
4291
4292 2002-12-27 [christoph]  0.8.8claws11
4293
4294         * src/compose.c
4295                 MENUITEM_ADD casts the 4th argument from integer to pointer
4296                 so it probably should not be a pointer, this means we
4297                 should use account id for it and not the account's pointer
4298
4299 2002-12-27 [paul]       0.8.8claws10
4300
4301         * src/mainwindow.c
4302                 remove unneeded 'GtkWidget *vbox'
4303                 
4304         * src/summaryview.c
4305                 further sync with 0.8.8 - make sort
4306                 by recipient work as expected
4307                 
4308         * NEWS
4309                 sync with 0.8.8
4310
4311 2002-12-27 [paul]       0.8.8claws9
4312
4313         * po/pt_BR.po
4314                 updated by Ivan F. Martinez
4315                 
4316 2002-12-27 [darko]      0.8.8claws8
4317
4318         * src/common/utils.c
4319                 added locked pattern to extended search
4320
4321 2002-12-27 [alfons]     0.8.8claws7
4322
4323         * src/prefs_matcher.[ch]
4324                 clean up
4325
4326 2002-12-26 [alfons]     0.8.8claws6
4327
4328         * src/matcher.[ch]
4329         * src/matcher_parser_lex.l
4330         * src/matcher_parser_parse.y
4331         * src/prefs_matcher.c
4332                 allow color label as a condition in the matcher
4333
4334 2002-12-26 [oliver]     0.8.8claws5
4335         
4336         * src/toolbar.c 
4337                 enable Addressbook for Main and Messageview
4338         * src/prefs_actions.c
4339                 enable actions in Messageview
4340
4341 2002-12-26 [christoph]  0.8.8claws4
4342
4343         * src/common/plugin.c
4344                 add a little debug output
4345         * configure.in
4346         * src/plugins/demo/Makefile.am
4347                 better use of automake
4348
4349 2002-12-26 [christoph]  0.8.8claws3
4350
4351         * src/Makefile.am
4352         * src/common/Makefile.am
4353                 fix "make distdir"
4354
4355 2002-12-26 [christoph]  0.8.8claws2
4356
4357         * configure.in
4358                 sort configure checks into common / gtk / plugins
4359         * po/POTFILES.in
4360                 add src/prefs_gtk.c
4361         * src/Makefile.am
4362                 add plugins SUBDIR
4363         * src/main.c
4364         * src/common/sylpheed.[ch]
4365                 added now sylpheed_done function for shutdown
4366         * src/common/Makefile.am
4367         * src/common/plugin.[ch]                ** NEW **
4368                 plugin loader and unloader
4369         * src/plugins/.cvsignore                ** NEW **
4370         * src/plugins/Makefile.am               ** NEW **
4371                 build plugins
4372         * src/plugins/demo/.cvsignore           ** NEW **
4373         * src/plugins/demo/Makefile.am          ** NEW **
4374         * src/plugins/demo/demo.c               ** NEW **
4375                 small demo plugin that installs a logtext hook and
4376                 outputs the log text to stdout
4377
4378 2002-12-26 [paul]       0.8.8claws1
4379
4380         * po/es.po
4381                 updated by Ricardo Mones Lastra
4382
4383 2002-12-26 [paul]       0.8.8claws
4384
4385         * 0.8.8claws released
4386
4387 2002-12-26 [paul]       0.8.7claws12
4388
4389         * po/bg.po
4390                 updated by George Danchev
4391
4392 2002-12-26 [paul]       0.8.7claws11
4393
4394         * po/POTFILES.in
4395                 remove unneeded 'src/prefs.c' entry 
4396
4397 2002-12-26 [paul]       0.8.7claws10
4398
4399         * src/codeconv.c
4400           src/mainwindow.c
4401                 sync with 0.8.8 release
4402         
4403         * src/folder.[ch]
4404           src/mh.c
4405           src/summaryview.c
4406                 partial sync with 0.8.8 release
4407         
4408
4409 2002-12-25 [alfons]     0.8.7claws9
4410
4411         * src/matcher.[ch]
4412         * src/matcher_parser_lex.l
4413         * src/matcher_parser_parse.y
4414         * src/prefs_matcher.c
4415                 add locked flag to possible filtering / matcher 
4416                 conditions (also a good example what should be
4417                 done to add a simple boolean condition)
4418
4419 2002-12-25 [christoph]  0.8.7claws8
4420
4421         * src/Makefile.am
4422         * src/account.[ch]
4423         * src/addrbook.c
4424         * src/addressbook.c
4425         * src/addrindex.c
4426         * src/filtering.c
4427         * src/folder.c
4428         * src/matcher.c
4429         * src/prefs.[ch]                ** REMOVE **
4430         * src/prefs_account.c
4431         * src/prefs_actions.c
4432         * src/prefs_common.c
4433         * src/prefs_customheader.c
4434         * src/prefs_display_header.c
4435         * src/prefs_filtering.c
4436         * src/prefs_folder_item.c
4437         * src/prefs_gtk.[ch]            ** NEW **
4438         * src/prefs_matcher.c
4439         * src/prefs_scoring.c
4440         * src/prefs_summary_column.c
4441         * src/procmime.c
4442         * src/selective_download.c
4443         * src/toolbar.c
4444         * src/common/Makefile.am
4445         * src/common/prefs.[ch]         ** NEW **
4446                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4447
4448 2002-12-24 [alfons]     0.8.7claws7
4449
4450         * src/summaryview.c
4451                 summary_thread_build(): fix real cause of the crash mentioned in
4452                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4453                 this way we get meaningful ctree nodes 
4454
4455 2002-12-24 [oliver]     0.8.7claws6
4456
4457         * src/mainwindow.[ch]
4458         * src/messageview.[ch]
4459         * src/compose.[ch]
4460         * src/inc.c
4461         * src/summaryview.c
4462                 changes to use updated toolbar handling
4463                 
4464 2002-12-24 [oliver]     0.8.7claws5
4465
4466         * src/toolbar.[ch]
4467                 generic toolbar handling
4468                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4469         * src/prefs_toolbar.[ch]
4470                 adjust to handling
4471         
4472 2002-12-24 [oliver]     0.8.7claws4
4473         
4474         * src/stock_pixmap.[ch]
4475                 move SYLPHEED_LOGO to end of list in order 
4476                 to remove it from Custom Toolbar`s Icon View
4477
4478 2002-12-24 [alfons]     0.8.7claws3
4479
4480         * src/summaryview.c
4481                 summary_thread_build(): fix crash because of focus != selection 
4482                 after threading. when deleting the selection, gtk tries but fails 
4483                 to find the correct focusable element. we now force the selection
4484                 to be focused. this should solve the infamous bug reported by 
4485                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4486                 a test case is available. 
4487
4488 2002-12-24 [darko]      0.8.7claws2
4489
4490         * src/summaryview.c
4491                 don't crash when unmarking message with unread children
4492
4493 2002-12-23 [christoph]  0.8.7claws1
4494
4495         * src/Makefile.am
4496         * src/common/Makefile.am
4497                 update Makefiles for moved intl.h, version.h and defs.h
4498         * src/imap.c
4499                 rewrite imap_session_get to avoid duplicate code
4500
4501 2002-12-23 [paul]       0.8.7claws
4502
4503         * Santa-Claws released
4504         
4505         * po/hu.po
4506           po/ru.po
4507                 squeeze in updated Hungarian and Russian translations.
4508                 Submitted by  GĂĄl ZoltĂĄn and Ruslan N. Balkin
4509
4510 2002-12-23 [paul]       0.8.6claws129
4511
4512         * po/pl.po
4513                 updated by Witold Wladyslaw Wojciech Wilk
4514
4515 2002-12-23 [paul]       0.8.6claws128
4516
4517         * src/quote_fmt_parse.y
4518                 fix typo and add licence header
4519
4520 2002-12-23 [paul]       0.8.6claws127
4521
4522         * po/en_GB.po
4523                 updated
4524
4525 2002-12-23 [paul]       0.8.6claws126
4526
4527         * po/it.po
4528                 updated translation, submitted by Alessandro Maestri
4529                 
4530 2002-12-23 [paul]       0.8.6claws125
4531
4532         * src/quote_fmt_parse.y
4533                 fix signature-stripping on replies bug. match
4534                 '-- \n' and not '-- '.
4535
4536 2002-12-22 [paul]       0.8.6claws124
4537
4538         * po/bg.po
4539           po/es.po
4540           po/sr.po
4541                 updated translations. submitted by George Danchev,
4542                 Ricardo Mones Lastra, and Urke MMI respectively
4543
4544 2002-12-21 [paul]       0.8.6claws123
4545
4546         * src/addrbook.c
4547                 fix coding style
4548
4549 2002-12-21 [paul]       0.8.6claws122
4550
4551         * src/addrbook.c
4552                 fix bug [643638] where if a person is in one or more
4553                 addressbook groups editing that person's email 
4554                 address results in removal from those groups.
4555                 Patch submitted by Luke Plant.
4556
4557 2002-12-20 [christoph]  0.8.6claws121
4558
4559         * src/common/utils.c
4560         * src/summaryview.c
4561                 reimplement expand_search_string using GString to
4562                 prevent crashs caused by miscalculated string
4563                 lengths reported by Paul
4564
4565 2002-12-20 [christoph]  0.8.6claws120
4566
4567         * src/summaryview.c
4568                 don't use "changed" to check if op_count has to be changed as it
4569                 is also set when the message has unread children
4570                 (closes bug [ 653221 ] crash while deleting duplicates)
4571
4572 2002-12-20 [paul]       0.8.6claws119
4573
4574         * sync with 0.8.6cvs27
4575                 see ChangeLog 2002-12-20
4576
4577 2002-12-20 [paul]       0.8.6claws118
4578
4579         * sync with 0.8.6cvs26
4580                 see ChangeLog 2002-12-19 and 2002-12-20
4581
4582 2002-12-19 [alfons]     0.8.6claws117
4583
4584         * src/textview.c
4585                 fix incorrect parsing of email addresses, submitted by 
4586                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4587                 name display if it contains @".
4588
4589 2002-12-18 [paul]       0.8.6claws116
4590
4591         * sync with 0.8.6cvs23
4592                 see ChangeLog 2002-12-18
4593
4594 2002-12-18 [paul]       0.8.6claws115
4595
4596         * src/Makefile.am
4597         * src/account.c
4598         * src/codeconv.c
4599         * src/gtkutils.[ch]
4600         * src/imap.c
4601                 sync with 0.8.6cvs22.
4602                 see ChangeLog 2002-12-17 and 2002-12-18
4603
4604 2002-12-17 [christoph]  0.8.6claws114
4605
4606         * src/imap.c
4607                 o don't create a session if imap greeting fails
4608                 o don't close socket when authentication fails
4609                   this is done by imap_session_destroy
4610
4611 2002-12-17 [thorsten]   0.8.6claws113
4612
4613         * tools/Makefile.am
4614           tools/README
4615           tools/google_msgid.pl ** NEW FILE **
4616                 Added "search for message-id" script and doc
4617
4618 2002-12-17 [thorsten]   0.8.6claws112
4619
4620         * po/hu.po
4621                 Updated hungarian translation
4622                 (updated by Gal Zoltan)
4623
4624 2002-12-16 [christoph]  0.8.6claws111
4625
4626         * src/addr_compl.c
4627                 remove stupid addressbook dump to debug output
4628         * src/mh.c
4629                 fix memory leak found by Hiro
4630
4631 2002-12-14 [paul]       0.8.6claws110
4632
4633         * src/compose.c
4634                 fix menubar sensitivity on send
4635                 
4636         * src/prefs_filtering.c
4637         * src/prefs_matcher.c
4638         * src/prefs_scoring.c
4639                 Fix english ;)
4640                 
4641         * src/common/quoted-printable.h
4642                 sync: fix typo
4643         
4644 2002-12-13 [christoph]  0.8.6claws109
4645
4646         * src/Makefile.am
4647         * src/manage_window.[ch]        ** REMOVE **
4648         * src/gtk/Makefile.am
4649         * src/gtk/manage_window.[ch]    ** NEW **
4650                 move manage_window files to gtk directory
4651
4652 2002-12-13 [christoph]  0.8.6claws108
4653
4654         * src/Makefile.am
4655         * src/gtkshruler.[ch]           ** REMOVE **
4656         * src/gtk/Makefile.am
4657         * src/gtk/gtkshruler.[ch]       ** NEW **
4658                 move gtkshruler files to gtk directory
4659
4660 2002-12-13 [christoph]  0.8.6claws107
4661
4662         * src/Makefile.am
4663         * src/compose.c
4664         * src/gtkstext.[ch]             ** REMOVE **
4665         * src/gtkutils.[ch]
4666         * src/textview.c
4667         * src/gtk/gtkstext.[ch]         ** NEW **
4668         * src/gtk/Makefile.am
4669                 o move stext functions to gtkstext.c to remove
4670                   dependency of gtkutils
4671                 o move gtkstext files to gtk directory
4672
4673         * src/gtk/Makefile.am
4674         * src/gtk/sslcertwindow.[ch]
4675                 UI stuff can always depend on common code so
4676                 it's ok to add ../common to include path
4677
4678 2002-12-13 [colin]      0.8.6claws106
4679
4680         * src/summaryview.c
4681                 Disconnect sighandlers for mainwindow when
4682                 quicksearch has the focus
4683                 Fix bug #653231
4684         * src/mainwindow.[ch]
4685                 Make key_pressed callback public, to be able
4686                 to disconnect it
4687
4688 2002-12-13 [christoph]  0.8.6claws105
4689
4690         * src/mh.c
4691                 create .mh_sequences file in new MH folders
4692                 (closes feature request [ 523162 ] MH folders should
4693                  get a .mh_sequences)
4694
4695 2002-12-13 [colin]      0.8.6claws104
4696
4697         * src/summaryview.c
4698                 Better handling of quicksearch show/hide
4699                 (basically the button stays under the mouse 
4700                  when toggled)
4701
4702 2002-12-13 [paul]       0.8.6claws103
4703
4704         * sync with 0.8.6cvs17
4705                 see ChangeLog 2002-12-13
4706
4707 2002-12-13 [paul]       0.8.6claws102
4708
4709         * po/es.po
4710                 updated by Ricardo Mones Lastra
4711
4712 2002-12-11 [colin]       0.8.6claws101
4713
4714         * src/folder.c
4715                 remove statusbar stuff
4716           src/folderview.c
4717                 set statusbar verbosity when moving folders
4718
4719 2002-12-11 [colin]       0.8.6claws100
4720         * src/prefs_filtering.c
4721         * src/prefs_matcher.c
4722         * src/prefs_scoring.c
4723                 Fix english ;)
4724
4725 2002-12-11 [colin]       0.8.6claws99
4726
4727         * src/prefs_common.[ch]
4728                 Add summary_quicksearch_type
4729         * src/summaryview.c
4730                 Save last used quicksearch type
4731
4732 2002-12-11 [jens]       0.8.6claws98
4733         * src/prefs_filtering.c
4734         * src/prefs_matcher.c
4735         * src/prefs_scoring.c
4736                 added dialog for incomplete rules in scoring, filtering and
4737                 matcher to ask wheather really close
4738
4739 2002-12-11 [colin]      0.8.6claws97
4740
4741         * src/folder.c
4742                 Fix folder dnd statusbar logging
4743
4744 2002-12-10 [christoph]  0.8.6claws96
4745
4746         * src/compose.c
4747         * src/folder.c
4748         * src/imap.c
4749         * src/inc.c
4750         * src/main.c
4751         * src/mainwindow.c
4752         * src/news.c
4753         * src/send.c
4754         * src/statusbar.[ch]
4755         * src/common/hooks.c
4756         * src/common/log.[ch]
4757                 o handle verbose logging in statusbar directly in statusbar code
4758                   and common code does not need any knowledge about a statusbar
4759                 o remove direct calls to statusbar_(puts|pop)_all functions
4760
4761 2002-12-10 [jens]       0.8.6claws95
4762
4763         * src/*.c
4764                 removed gettext from g_warnings
4765         * po/POTFILES.in
4766                 cleaned and updated
4767         * po/de.po
4768                 updated
4769
4770 2002-12-10 [colin]      0.8.6claws94
4771
4772         * src/main.c
4773                 finish crash dialog fix
4774
4775 2002-12-10 [colin]      0.8.6claws93
4776
4777         * src/main.c
4778                 "Fix" "sylpheed already running" instead of
4779                 crash dialog appearing after a crash
4780
4781 2002-12-10 [colin]      0.8.6claws92
4782
4783         * po/POTFILES.in
4784                 add src/gtk/sslcertwindow.c
4785
4786 2002-12-10 [paul]       0.8.6claws91
4787
4788         * po/POTFILES.in
4789                 updated to reflect recent changes
4790                 submitted by Alessandro Maestri
4791
4792 2002-12-09 [christoph]  0.8.6claws90
4793
4794         * src/Makefile.am
4795         * src/smtp.[ch]                 ** REMOVE **
4796         * src/common/Makefile.am
4797         * src/common/smtp.[ch]          ** NEW **
4798                 move smtp files to common directory
4799
4800 2002-12-09 [christoph]  0.8.6claws89
4801
4802         * src/Makefile.am
4803         * src/session.[ch]              ** REMOVE **
4804         * src/common/Makefile.am
4805         * src/common/session.[ch]       ** NEW **
4806                 move session files to common directory
4807
4808 2002-12-09 [paul]       0.8.6claws88
4809
4810         * src/account.c
4811                 fix bug [649746] edit accounts: move account reverted
4812                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4813
4814 2002-12-09 [colin]      0.8.6claws87
4815
4816         * src/ssl_certificate.c
4817                 cleanup
4818
4819 2002-12-09 [colin]      0.8.6claws86
4820
4821         * src/ssl.c
4822                 Try to open the cert.pem database and 
4823                 issue a warning if it isn't there
4824
4825 2002-12-09 [colin]      0.8.6claws85
4826
4827         * src/common/ssl_certificate.c
4828         * src/gtk/sslcertwindow.c
4829                 Warning fixes
4830
4831 2002-12-09 [colin]      0.8.6claws84
4832
4833         * src/ssl_certificate.[ch] ** REMOVED **
4834         * src/common/ssl_certificate.[ch] ** NEW **
4835         * src/Makefile.am
4836         * src/common/Makefile.am
4837                 Moved ssl_certificate.[ch] to common
4838         * src/common/ssl.c 
4839                 Put back needed include
4840         * src/gtk/sslcertwindow.[ch]
4841                 Changed ssl_certificate.h include
4842         
4843 2002-12-09 [colin]      0.8.6claws83
4844
4845         * src/gtk/sslcertwindow.[ch]
4846                 Implement hook for certificate acception
4847         * src/ssl_certificate.[ch]
4848                 Implement hook for certificate acception
4849         * src/common/ssl.c
4850                 Reenable certificate acception check
4851         * src/mainwindow.c
4852                 Register sslcertwindow's hook
4853         
4854 2002-12-08 [christoph]  0.8.6claws82
4855
4856         * src/about.c
4857         * src/addr_compl.c
4858         * src/codeconv.c
4859         * src/manual.c
4860         * src/undo.c
4861         * src/common/utils.c
4862                 o add missing includes
4863                 o fix warnings
4864         * src/.cvsignore
4865         * src/common/.cvsignore
4866         * src/common/version.h          ** REMOVE **
4867                 remove autogenerated file
4868
4869 2002-12-08 [paul]       0.8.6claws81
4870
4871         * src/stringtable.c
4872                 put back needed include
4873
4874 2002-12-08 [colin]      0.8.6claws80
4875         
4876         * src/gtk/sslcertwindow.c
4877                 Cleaner popups when asking
4878         * src/ssl_certificate.c
4879         * src/prefs_common.[ch]
4880                 remove ssl certificate pref
4881                 put back needed include
4882         * src/undo.c
4883                 put back needed include
4884
4885 2002-12-08 [christoph]  0.8.6claws79
4886
4887         * src/folderview.c
4888         * src/logwindow.c
4889         * src/statusbar.c
4890         * src/summaryview.c
4891                 only abort hook invokation if required data is missing not
4892                 if our own data pointer is NULL, update hookfunction for
4893                 log window
4894
4895 2002-12-08 [paul]       0.8.6claws78
4896
4897         * src/about.c
4898         * src/addrcache.c
4899         * src/addrclip.c
4900         * src/addr_compl.c
4901         * src/addrselect.c
4902         * src/codeconv.c
4903         * src/colorlabel.c
4904         * src/enriched.c
4905         * src/esmtp.c
4906         * src/exporthtml.c
4907         * src/headerview.c
4908         * src/imageview.c
4909         * src/manual.c
4910         * src/noticeview.c
4911         * src/pgptext.c
4912         * src/scoring.c
4913         * src/sourcewindow.c
4914         * src/stringtable.c
4915         * src/undo.c
4916                 clean up: remove unneccesary includes
4917
4918 2002-12-08 [christoph]  0.8.6claws77
4919
4920         * src/folderview.c
4921         * src/statusbar.c
4922         * src/summaryview.c
4923         * src/common/hooks.[ch]
4924                 hook functions now have a gboolean return value, if a hook
4925                 returns TRUE it will stop executing of any more hooks in
4926                 the same hooklist for this invokation
4927
4928 2002-12-08 [colin]      0.8.6claws76
4929         
4930         * src/main.c
4931                 put back argv0 for CRASH_DIALOG
4932
4933 2002-12-08 [christoph]  0.8.6claws75
4934
4935         * src/Makefile.am
4936         * src/about.c
4937         * src/account.c
4938         * src/crash.c
4939         * src/esmtp.h
4940         * src/imap.[ch]
4941         * src/inc.c
4942         * src/main.c
4943         * src/mainwindow.c
4944         * src/news.c
4945         * src/pop.[ch]
4946         * src/prefs_account.[ch]
4947         * src/prefs_common.[ch]
4948         * src/send.[ch]
4949         * src/smtp.[ch]
4950         * src/ssl_certificate.[ch]
4951         * src/ssl_manager.[ch]
4952         * src/common/Makefile.am
4953         * src/common/log.c
4954         * src/common/nntp.[ch]
4955         * src/common/socket.[ch]
4956         * src/common/ssl.[ch]
4957         * src/gtk/sslcertwindow.[ch]
4958         * ac/openssl.m4
4959                 use new autoconf script to detect OpenSSL with extra parameters
4960                 to specify the location of libs and includes, also remove USE_SSL
4961                 to USE_OPENSSL
4962
4963         * src/common/sylpheed.[ch]
4964         * src/common/version.h.in
4965                 start seperation of common code initialization seperated from gui
4966
4967         * src/summaryview.c
4968                 The function that is called when a color label changes
4969                 should not change the color lable again
4970
4971 2002-12-08 [colin]      0.8.6claws74
4972
4973         * src/gtk/sslcertwindow.c
4974                 warning fixes
4975
4976 2002-12-08 [colin]      0.8.6claws73
4977
4978         * src/statusbar.c
4979           src/common/log.h
4980                 Register a hook for statusbar_puts_all
4981         * src/common/log.c
4982                 invoke statusbar_puts_all's hook
4983         
4984 2002-12-08 [colin]      0.8.6claws72
4985
4986         * src/ssl_certificate.c
4987                 Put back a badly-removed include
4988
4989 2002-12-08 [colin]      0.8.6claws71
4990
4991         * src/gtk/sslcertwindow.[ch]    ** NEW **
4992                 new certificate presentation
4993         * src/gtk/Makefile.am
4994                 add new files
4995         * src/ssl_certificate.[ch]
4996                 gtk cleanup, made utility functions public
4997         * src/ssl_manager.c
4998                 use new cert presentation
4999
5000 2002-12-07 [christoph]  0.8.6claws70
5001
5002         * src/Makefile.am
5003         * src/nntp.[ch]                 ** REMOVE **
5004         * src/common/Makefile.am
5005         * src/common/nntp.[ch]          ** NEW **
5006                 move nntp files to common directory
5007
5008 2002-12-07 [christoph]  0.8.6claws69
5009
5010         * src/procmsg.[ch]
5011         * src/summaryview.c
5012                 implement msginfo update callback using sylpheed's new
5013                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5014
5015 2002-12-06 [christoph]  0.8.6claws68
5016
5017         * src/editgroup.c
5018                 This patch changes the 'Edit Group Details' dialog to
5019                 allow extended selections in either pane, so that
5020                 addresses can be added or removed from a group more
5021                 quickly and easily. (it actually is a net decrease in
5022                 file size, as some unnecessary functions have been
5023                 removed). 
5024                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5025
5026 2002-12-06 [christoph]  0.8.6claws67
5027
5028         * src/Makefile.am
5029         * src/template.[ch]             ** REMOVE **
5030         * src/common/Makefile.am
5031         * src/common/template.[ch]      ** NEW **
5032                 move template files to common directory
5033
5034         * src/nntp.c
5035                 add missing log.h include
5036
5037 2002-12-06 [melvin]     0.8.6claws66
5038
5039         * src/prefs_actions.c
5040                 Added the trailing ">" syntax to insert command's output
5041                 without replacing old text (in contrast to trailing "|").
5042
5043 2002-12-05 [colin]      0.8.6claws65
5044         
5045         * src/common/utils.c
5046                 Don't modify original search_string or it'll change
5047                 the next iterations in the for()
5048
5049 2002-12-05 [darko]      0.8.6claws64
5050
5051         * src/common/utils.c
5052                 proper check for filtering commands, found by Colin
5053
5054 2002-12-05 [darko]      0.8.6claws63
5055
5056         * src/common/utils.c
5057                 check proper string for NULL pointer, found by Colin
5058
5059 2002-12-05 [darko]      0.8.6claws62
5060
5061         * src/common/utils.[ch]
5062                 expand_search_string(): new function
5063                 converts Mutt-like patterns to Sylpheed's
5064                 filtering engine
5065         * src/summaryview.c
5066                 use expand_search_string() to allow Mutt-like
5067                 patterns in extended search
5068         * README.claws
5069                 document extended option in quick search
5070
5071 2002-12-05 [paul]       0.8.6claws61
5072
5073         * sync with 0.8.6cvs16
5074                 see ChangeLog 2002-12-05
5075                 
5076         * po/POTFILES.in
5077                 clean up
5078
5079 2002-12-04 [christoph]  0.8.6claws60
5080
5081         * src/imap.[ch]
5082                 put imap authentication code into a new function and
5083                 remove it from imap_session_new that will allow to
5084                 send other commands before authentication
5085
5086 2002-12-04 [christoph]  0.8.6claws59
5087
5088         * src/imap.[ch]
5089                 use already existing method to prevent unneeded IMAP
5090                 folder selects. Set imap_select parameters to NULL
5091                 in some functions if the values are not required.
5092
5093         * src/xml.h
5094                 remove no longer required include
5095
5096 2002-12-04 [paul]       0.8.6claws58
5097
5098         * po/es.po
5099                 updated by Ricardo Mones Lastra
5100                 
5101         * configure.in
5102           po/hu.po      ** NEW FILE **
5103                 initial Hungarian translation, submitted
5104                 by GĂĄl ZoltĂĄn <galzoli@hu.inter.net>
5105
5106 2002-12-03 [christoph]  0.8.6claws57
5107
5108         * src/Makefile.am
5109         * src/gtksctree.[ch]            ** REMOVE **
5110         * src/gtk/Makefile.am
5111         * src/gtk/gtksctree.[ch]        ** NEW **
5112                 move gtksctree files to gtk directory
5113
5114 2002-12-03 [christoph]  0.8.6claws56
5115
5116         * src/Makefile.am
5117         * src/md5.[ch]                  ** REMOVE **
5118         * srm/common/Makefile.am
5119         * src/common/md5.[ch]           ** NEW **
5120                 move md5 files to common directory
5121
5122         * src/gtkstext.c
5123                 remove not required #include
5124
5125 2002-12-03 [sergey]     0.8.6claws55
5126
5127         * src/gtkutils.c
5128         * src/gtkutils.h
5129                 gtkut_window_popup(): new function.
5130         * src/mainwindow.c
5131                 main_window_popup(): use gtkut_window_popup() to raise
5132                 window without changing its position.
5133                 (see sylpheed-main ML message [sylpheed:17247])
5134
5135 2002-12-03 [sergey]     0.8.6claws54
5136
5137         * src/send.c
5138                 send_message_local(): removed first-dot escaping
5139                 (SMTP-only, not needed for sending through pipe)
5140
5141 2002-12-03 [paul]       0.8.6claws53
5142
5143         * po/POTFILES.in
5144                 update to reflect recent changes (thanks
5145                 to Ricardo Mones Lastra)
5146                 
5147         * tools/filter_conv.pl
5148                  fix problem with quoted strings. Patch submitted
5149                  by Luke Plant <lukeplant@softhome.net>
5150
5151 2002-12-03 [paul]       0.8.6claws52
5152
5153         * sync with 0.8.6cvs15
5154                 see ChangeLog 2002-12-03
5155
5156 2002-12-02 [christoph]  0.8.6claws51
5157
5158         * src/logwindow.[ch]
5159         * src/common/log.[ch]
5160                 implement logging using a hook function
5161
5162         * src/folderview.c
5163         * src/folder.[ch]
5164                 define hooklist name in header file to avoid
5165                 errors caused by wrong spelling of hooklist names
5166
5167         * src/toolbar.c
5168                 fix warnings
5169
5170 2002-12-02 [christoph]  0.8.6claws50
5171
5172         * src/common/Makefile.am
5173                 add src/common/hooks.[ch]
5174
5175         * src/common/hooks.[ch]
5176                 implement a simple hook system using glib's hook functions
5177
5178         * src/folder.[ch]
5179         * src/folderview.c
5180                 use new hook system for folder item updates
5181
5182 2002-12-02 [christoph]  0.8.6claws49
5183
5184         * doc-src/ui_seperation.txt     ** NEW **
5185                 information for ui seperation
5186
5187         * src/Makefile.am
5188                 remove files that were moved to common
5189                 include common directory by default for the header files
5190
5191         * src/inc.c
5192         * src/common/socket.c
5193         * src/automaton.[ch]
5194                 implement automaton using g_io_*-functions instead of
5195                 gdk_input_add to make it ui independent
5196
5197         * src/codeconv.c
5198         * src/compose.c
5199         * src/ldif.c
5200         * src/pgptext.c
5201         * src/procmime.c
5202         * src/rfc2015.c
5203         * src/smtp.c
5204         * src/unmime.c
5205                 remove common/ prefix because directory is now in
5206                 include path
5207
5208         * src/compose.c
5209         * src/folder.c
5210         * src/folderview.c
5211         * src/mainwindow.c
5212         * src/messageview.c
5213         * src/prefs_common.c
5214         * src/procmsg.c
5215         * src/rfc2015.c
5216                 fix warnings
5217
5218         * src/imap.c
5219         * src/inc.c
5220         * src/news.c
5221         * src/pop.c
5222         * src/send.c
5223         * src/smtp.c
5224         * src/ssl_certificate.c
5225                 add log.h header file for logging functions
5226
5227         * src/main.c
5228         * src/common/utils.c
5229         * src/summaryview.c
5230         * src/xml.c
5231                 o move debug_mode to common/utils.c
5232                 o add functions to set and get debug_mode
5233
5234         * src/defs.h                    ** REMOVE **
5235         * src/intl.h                    ** REMOVE **
5236         * src/socket.[ch]               ** REMOVE **
5237         * src/ssl.[ch]                  ** REMOVE **
5238         * src/utils.[ch]                ** REMOVE **
5239                 replaced by new files in src/common/
5240         
5241         * src/common/Makefile.am
5242                 add new files in src/common/
5243
5244         * src/common/defs.h             ** NEW **
5245         * src/common/intl.h             ** NEW **
5246         * src/common/log.[ch]           ** NEW **
5247         * src/common/socket.[ch]        ** NEW **
5248         * src/common/ssl.[ch]           ** NEW **
5249         * src/common/utils.[ch]         ** NEW **
5250                 replacement for files in src/
5251
5252 2002-12-02 [colin]      0.8.6claws48
5253
5254         * src/folderview.c
5255                 Scroll folderview if necessary during dnd
5256
5257 2002-12-02 [colin]      0.8.6claws47
5258
5259         * src/folder.[ch]
5260                 Add check to verify a move is within a single mailbox
5261         * src/folderview.c
5262                 Add specific error string for this check
5263
5264 2002-12-02 [colin]      0.8.6claws46
5265
5266         * src/folder.c
5267                 Add a test to folder moving, remove a statusbar_print
5268         * src/folderview.c
5269                 Add Move folder... context-menu item
5270                 Factorize folder moving code
5271                 Enable folder DND for mbox
5272
5273 2002-12-01 [christoph]  0.8.6claws45
5274
5275         * ac/aspell.m4
5276                 remove conf.aspelltest if the version check fails
5277
5278 2002-11-30 [christoph]  0.8.6claws44
5279
5280         * autogen.sh
5281                 run libtoolize --force in autogen to create missing
5282                 libtool scripts
5283
5284 2002-11-30 [christoph]  0.8.6claws43
5285
5286         * src/Makefile.am
5287         * src/pgptext.c
5288         * src/procmime.c
5289         * src/rfc2015.c
5290         * src/uuencode.[ch]             ** REMOVED **
5291         * src/common/Makefile.am
5292         * src/common/uuencode.[ch]      ** NEW **
5293                 move uuen/decoder to common directory
5294
5295 2002-11-30 [christoph]  0.8.6claws42
5296
5297         * src/Makefile.am
5298         * src/base64.[ch]               ** REMOVED **
5299         * src/codeconv.c
5300         * src/compose.c
5301         * src/ldif.c
5302         * src/pgptext.c
5303         * src/procmime.c
5304         * src/rfc2015.c
5305         * src/smtp.c
5306         * src/unmime.c
5307         * src/common/Makefile.am
5308         * src/common/base64.[ch]        ** NEW **
5309                 move base64 en/decoder to common directory
5310
5311 2002-11-30 [christoph]  0.8.6claws41
5312
5313         * src/common                    ** NEW **
5314                 new directory for UI independent code
5315         * src/gtk                       ** NEW **
5316                 new directory for GTK frontend
5317         * src/common/.cvsignore         ** NEW **
5318         * src/gtk/.cvsignore            ** NEW **
5319                 ignore build files
5320         * src/common/Makefile.am        ** NEW **
5321         * src/gtk/Makefile.am           ** NEW **
5322                 automake files to build new seperated stuff
5323         * src/Makefile.am
5324                 the binary will currently still be build with the
5325                 files in src, so we include the code from the
5326                 subdirs for now after building the libs there
5327
5328 2002-11-30 [paul]       0.8.6claws40
5329
5330         * src/compose.c
5331                 fix bug [642731] 'Wrong selected account with drafted mail'
5332
5333 2002-11-29 [oliver]     0.8.6claws39
5334         
5335         * src/messageview.c
5336                 o update summaryview when switching between different
5337                   messageviews          
5338         * src/toolbar.c  
5339                 o check if messageview holds already removed msg
5340                   from summaryview
5341                 
5342
5343 2002-11-29 [oliver]     0.8.6claws38
5344
5345         * src/toolbar.c 
5346                 remove not needed variables and includes
5347                 make messageview stay opened and move to next when msgs are deleted 
5348
5349 2002-11-29 [oliver]     0.8.6claws37
5350         
5351         * src/toolbar.c 
5352                 disable compose button (messageview toolbar) by default
5353                 deleted msgs are moved to trash
5354         
5355 2002-11-29 [melvin]     0.8.6claws36
5356
5357         * configure.in
5358                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5359                 and to detect signatures expirations (gpgme 0.3.6)
5360
5361         * src/main.c
5362                 Use non obsolescent function for Gpgme engine checking.
5363
5364         * src/rfc2015.c
5365                 Inform about expired signatures or signatures which key
5366                 has expired. Expiration date is displayed.
5367
5368         * src/sigstatus.c
5369                 Inform about expired signatures or signatures which key
5370                 has expired.
5371
5372 2002-11-28 [paul]       0.8.6claws35
5373
5374         * src/folderview.c
5375                 re-instate 'Check for new messages' in Newsgroup
5376                 folders right-click menu, after a suggestion from
5377                 Tim Mann <timmann@users.sourceforge.net>
5378
5379         * src/main.c
5380                 after a crash check only local folders for new
5381                 messages
5382
5383 2002-11-28 [paul]       0.8.6claws34
5384
5385         * configure.in
5386                 apply patch that fixes the checking of GTK with XIM 
5387                 support on different OSs, such as FreeBSD. Patch 
5388                 submitted by Topia <topia@users.sourceforge.net>
5389                 
5390 2002-11-28 [paul]       0.8.6claws33
5391
5392         * src/mainwindow.c
5393           src/prefs_common.c
5394           src/prefs_toolbar.c
5395                 more changes to the English
5396
5397 2002-11-28 [paul]       0.8.6claws32
5398
5399         * sync with 0.8.6cvs13
5400                 see ChangeLog 2002-11-28 (no sync needed
5401                 for src/compose.c)
5402
5403 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5404         
5405         * src/mainwindow.[ch]
5406                 add patch by Ivan F. Martinez introducing messageview Toolbar
5407                 some changes and committed by oliver    
5408
5409 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5410
5411         * src/messageview.[ch]
5412                 add patch by Ivan F. Martinez introducing messageview Toolbar
5413                 some changes and committed by oliver    
5414
5415 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5416
5417         * src/compose.[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.6claws28
5422         
5423         * src/toolbar.[ch]
5424                 add patch by Ivan F. Martinez introducing messageview Toolbar
5425                 some changes and committed by oliver
5426
5427 2002-11-28 [oliver]     0.8.6claws27
5428         
5429         * src/prefs_toolbar.[ch]
5430                 getting ready for messageview toolbar
5431                 free mem allocated by gettext
5432                 change prefs_toolbar to prefs_toolbar_open
5433  
5434 2002-11-28 [thorsten]   0.8.6claws26
5435
5436         * src/imageview.[ch]
5437                 cleaned up conflicting declarations of
5438                 imageview_show_image()
5439
5440 2002-11-28 [paul]       0.8.6claws25
5441
5442         * src/grouplistdialog.c
5443           src/prefs_common.c
5444           src/prefs_summary_column.c
5445                 a few more improvements to the English
5446
5447 2002-11-28 [colin]      0.8.6claws24
5448
5449         * man/sylpheed.1
5450                 A few updates to command-line parameters
5451
5452 2002-11-28 [colin]      0.8.6claws23
5453
5454         * src/prefs_filtering.c
5455                 Fix problems with prefs_filtering_delete_path:
5456                 a) if the first rule is removed, original pointers
5457                    weren't updated (leading to segfaults)
5458                 b) it was always global_processing updated in case
5459                    of removed path was parent of rule path
5460
5461 2002-11-27 [paul]       0.8.6claws22
5462
5463         * src/mainwindow.c
5464           src/prefs_account.c
5465           src/prefs_actions.c
5466           src/prefs_common.c
5467           src/prefs_customheader.c
5468           src/prefs_display_header.c
5469           src/prefs_filtering.c
5470           src/prefs_folder_item.c
5471           src/prefs_matcher.c
5472           src/prefs_scoring.c
5473           src/prefs_summary_column.c
5474           src/prefs_template.c
5475           src/prefs_toolbar.c
5476                  improve the English in the GUI
5477
5478 2002-11-27 [colin]      0.8.6claws21
5479
5480         * src/folder.c
5481                 Fix processing renaming problems happening after
5482                 last commit
5483
5484 2002-11-27 [colin]      0.8.6claws20
5485
5486         * src/folder.c
5487                 recursive move now deletes src each subfolder after 
5488                 having moved it
5489         * src/folderview.c
5490                 Use identifier instead of path during dnd (enables
5491                 IMAP folder dnd)
5492
5493 2002-11-27 [paul]       0.8.6claws19
5494
5495         * src/main.c
5496                 apply patch that does command-line processing 
5497                 BEFORE gtk_init, allowing claws to run from 
5498                 shell-scripts in non-X environment (e.g. crontab 
5499                 or ip-up, ip-down scripts). Patch submitted by
5500                 Ruslan N. Balkin <baron@dartel.ru>
5501                 
5502         * po/it.po
5503                 updated by Alessandro Maestri
5504
5505 2002-11-27 [paul]       0.8.6claws18
5506
5507         * sync with 0.8.6cvs12
5508           src/prefs_common.c
5509                 Differences are that main uses a 'Receive dialog'
5510                 frame on the Interface tab, whereas claws groups all 
5511                 the dialogs together in a 'Dialogs' frame.
5512
5513 2002-11-27 [colin]      0.8.6claws17
5514
5515         * src/prefs_matcher.c
5516                 Fix Execute criteria's NOT flag
5517
5518
5519 2002-11-26 [christoph]  0.8.6claws16
5520
5521         * src/ssl.c
5522                 rewrite the ssl code a little bit, only use one
5523                 SSL context, set default certificates' file/path
5524
5525 2002-11-26 [thorsten]   0.8.6claws15
5526
5527         * src/compose.c
5528                 default-reply-to didn't work for ml-reply
5529
5530 2002-11-26 [melvin]     0.8.6claws14
5531
5532         * src/prefs_actions.c
5533                 Made pipe-actions ignore short headers in message view
5534                 Made trailing-pipe-actions write in the message view with
5535                 the same font as the original message
5536
5537 2002-11-26 [paul]       0.8.6claws13
5538
5539         * src/compose.c
5540                 this time commit the correct file
5541
5542 2002-11-26 [paul]       0.8.6claws12
5543
5544         * sync with 0.8.6cvs11
5545           src/quote_fmt_parse.y  
5546                 no sync needed
5547           src/account.[ch]       
5548                 not sync'ed
5549           src/compose.c
5550                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5551                 on draft mode.
5552                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5553                 header
5554                 
5555         see ChangeLog 2002-11-25 and 2002-11-26
5556
5557 2002-11-26 [colin]      0.8.6claws11
5558
5559         * src/folderview.c
5560                 Fix collapsed folder not auto-expanding during
5561                 mail dnd, if it was the source folder.
5562
5563 2002-11-25 [colin]      0.8.6claws10
5564
5565         * src/folderview.[ch]
5566                 Variable renaming and cleaning (slist of nodes 
5567                 to be re-collapsed is stored in FolderView)
5568
5569 2002-11-25 [paul]       0.8.6claws9
5570
5571         * src/prefs_common.[ch]
5572                 fix breakage caused by last commit
5573
5574 2002-11-25 [paul]       0.8.6claws8
5575
5576         * sync with 0.8.6cvs4
5577                 see ChangeLog 2002-11-21
5578
5579 2002-11-25 [paul]       0.8.6claws7
5580
5581         * sync with 0.8.6cvs4
5582                 see ChangeLog 2002-11-20
5583
5584 2002-11-25 [paul]       0.8.6claws6
5585
5586         * sync with 0.8.6cvs3
5587                 see ChangeLog 2002-11-18
5588
5589 2002-11-25 [colin]      0.8.6claws5
5590
5591         * src/gtkutils.[ch]
5592                 Add gtkut_ctree_node_is_parent()
5593         * src/folderview.c
5594                 Spring-loaded folders
5595
5596 2002-11-25 [colin]      0.8.6claws4
5597
5598         * src/utils.[ch]
5599                 Add slist_concat_unique(), function to merge
5600                 two GSList filtering dups
5601         * src/folder.[ch]
5602         * src/summaryview.[ch]
5603         * src/folderview.c
5604         * src/main.c
5605                 Add detection/update/display of unread answers
5606                 to marked mails
5607         * src/procmsg.[ch]
5608                 Add procmsg_find_children()
5609                 Add procmsg_msg_has_marked_parent()
5610
5611 2002-11-25 [colin]      0.8.6claws3
5612
5613         * src/ssl_certificate.[ch]
5614                 Allow checking a certificate without a DNS
5615                 lookup
5616                 Allow to forget a cert (by deleting it)
5617                 Make ssl_certificate_destroy_public
5618         * src/ssl_manager.[ch] ** NEW FILES **
5619                 Gui to manage (display/remove) certificates
5620         * src/prefs_common.[ch]
5621                 Add a pref to allow silent acceptation of
5622                 trusted certificates or not (based on the
5623                 "I want to know what's going on" principle)
5624         * src/mainwindow.c
5625                 Add SSL manager in Tools menu
5626         * src/Makefile.am
5627                 Add the new files to the build
5628         * po/POTFILES.in
5629                 Add ssl_manager.c to translations
5630
5631 2002-11-25 [colin]      0.8.6claws2
5632
5633         * src/summaryview.[ch]
5634                 Add S_SEARCH_EXTENDED to the quick search, which 
5635                 allows to search using filtering syntax.
5636
5637 2002-11-25 [colin]      0.8.6claws1
5638
5639         * src/summaryview.c
5640                 Deletion of duplicates now prefer deleting
5641                 the unread dup (fixes feature-request 638989).
5642
5643 2002-11-24 [paul]       0.8.6claws
5644
5645         * po/es.po
5646           po/pl.po
5647           po/ru.po
5648           po/sr.po
5649                 updated by Ricardo Mones Lastra,
5650                 Witold Wladyslaw Wojciech Wilk,
5651                 Ruslan N. Balkin, and  Urke MMI 
5652                 respectively
5653
5654 2002-11-24 [paul]       0.8.5claws182
5655
5656         * po/bg.po
5657                 updated by George Danchev
5658
5659 2002-11-23 [alfons]     0.8.5claws181
5660
5661         * src/imap.c
5662                 tiny memory leak found by browsing Dimitar's 
5663                 valgrind report
5664
5665 2002-11-23 [paul]       0.8.5claws180
5666
5667         * po/it.po
5668                 updated by Alessandro Maestri
5669
5670 2002-11-22 [christoph]  0.8.5claws179
5671
5672         * src/compose.c
5673         * src/inc.c
5674         * src/prefs_filtering.c
5675         * src/summaryview.c
5676                 more warning fixes
5677
5678 2002-11-22 [alfons]     0.8.5claws178
5679
5680         * src/summaryview.c
5681                 summary_execute_delete_func(): if message is deleted, make 
5682                 sure to also remove its entry in the subject hash table. 
5683                 fixes a corner case bug.
5684
5685 2002-11-22 [paul]       0.8.5claws177
5686
5687         * .cvsignore
5688                 add 'autom4te.cache'
5689                 
5690         * ltconfig      ** REMOVED **
5691                 not needed
5692
5693 2002-11-22 [paul]       0.8.5claws176
5694
5695         * src/textview.c
5696                 textview_set_font(): fix for message display in
5697                 UTF-8 locales (thanks to Sergey Vlasov).
5698                 
5699         * AUTHORS
5700                 add new team members and contributors
5701
5702
5703 2002-11-21 [colin]      0.8.5claws175
5704
5705         * src/procmsg.[ch]
5706                 Add procmsg_remove_special_headers()
5707         * src/mh.c
5708                 Use procmsg_remove_special_headers() for 
5709                 previous fix
5710
5711 2002-11-21 [colin]      0.8.5claws174
5712
5713         * src/mh.c
5714                 Fix moving/copying from queue/draft folders
5715                 for MH folders
5716
5717 2002-11-21 [christoph]  0.8.5claws173
5718
5719         * src/crash.c
5720         * src/filtering.c
5721         * src/logwindow.c
5722         * src/main.c
5723         * src/matcher_parser_lex.[hl]
5724         * src/mbox.c
5725         * src/mbox_folder.[ch]
5726         * src/prefs_filtering.c
5727         * src/procheader.c
5728         * src/quote_fmt_lex.l
5729         * src/ssl.c
5730                 fix all warnings except the warnings in lex and yacc files
5731
5732 2002-11-20 [christoph]  0.8.5claws172
5733
5734         * src/imap.c
5735                 fix MsgInfo retrieval for IMAP draft and queue folders
5736                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5737
5738 2002-11-19 [christoph]  0.8.5claws171
5739
5740         * src/compose.c
5741                 fix segfault, when draft saving does not get
5742                 the MsgInfo of the new message
5743                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5744
5745 2002-11-19 [christoph]  0.8.5claws170
5746
5747         * src/procmsg.c
5748                 add parameter check for flag setting function
5749                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5750
5751 2002-11-18 [paul]       0.8.5claws169
5752
5753         * src/compose.c
5754                 more sensitivity fixes to redirect mode:
5755                 * disable toolbar draft button
5756                 * allow only Address book in the Tools menu
5757                 * disable editing of message by the spell
5758                   checker
5759
5760 2002-11-18 [paul]       0.8.5claws168
5761
5762         * src/compose.c
5763                 fix sensitivity of menu items in compose_redirect():
5764                 allow only the necessary items 
5765
5766 2002-11-18 [paul]       0.8.5claws167
5767
5768         * src/compose.c
5769                 fix bug [ 603259 ] 'attachment got lost on bounce'
5770
5771 2002-11-18 [paul]       0.8.5claws166
5772
5773         * po/ru.po
5774                 updated by Ruslan N. Balkin <baron@dartel.ru>
5775
5776 2002-11-18 [colin]      0.8.5claws165
5777
5778         * src/main.c
5779           src/defs.h
5780                 Remove old filtering stuff
5781
5782
5783 2002-11-17 [oliver]     0.8.5claws164
5784
5785         * src/toolbar.h
5786                 remove not needed typedef 
5787
5788 2002-11-17 [oliver]     0.8.5claws163
5789
5790         * src/toolbar.c
5791                 make toolbar's on click events translatable
5792
5793 2002-11-15 [colin]      0.8.5claws162
5794
5795         * src/summaryview.c
5796                 Revert too-soon integration of a feature
5797
5798 2002-11-15 [christoph]  0.8.5claws161
5799
5800         * src/imap.c
5801                 use main's implementation of imap_get_msginfo
5802
5803 2002-11-15 [christoph]  0.8.5claws160
5804
5805         * src/compose.c
5806         * src/folder.[ch]
5807         * src/imap.c
5808         * src/mbox_folder.c
5809         * src/mh.c
5810         * src/news.c
5811         * src/procmsg.c
5812         * src/summaryview.c
5813                 replace claws' fetch_msginfo with main's get_msginfo
5814                 (use main's implementation where possible)
5815
5816 2002-11-15 [colin]      0.8.5claws159
5817
5818         * src/ssl_certificate.c
5819                 Missed a check
5820
5821 2002-11-16 [melvin]     0.8.5claws158
5822
5823         * po/fr.po
5824                 Updated French translations.
5825
5826 2002-11-16 [colin]      0.8.5claws157
5827
5828         * src/ssl_certificate.c
5829                 Check for missing parts in the certificates
5830
5831 2002-11-15 [colin]      0.8.5claws156
5832
5833         * src/folderview.c
5834                 Preventive fix (missing check) found by
5835                 Alfons
5836
5837 2002-11-15 [paul]
5838
5839         * NEWS
5840                 sync with 0.8.6 release
5841
5842 2002-11-15 [colin]      0.8.5claws155
5843
5844         * src/folder.[ch]
5845           src/folderview.c
5846                 Fix error handling of folder_item_move_to()
5847                 (thanks to Alfons!)
5848
5849 2002-11-15 [colin]      0.8.5claws154
5850
5851         * src/folder.[ch]
5852           src/folderview.c
5853                 folder_item_move_to() sets an error message instead
5854                 of having GUI stuff in folder.c
5855
5856 2002-11-15 [colin]      0.8.5claws153
5857
5858         * src/procmsg.[ch]
5859                 Implemented a callback for MsgInfo updates, 
5860                 heavily copy/pasted from Christoph's folder 
5861                 callback system
5862         * src/summaryview.[ch]
5863                 Register summary_update_msg as callback
5864
5865 2002-11-14 [colin]      0.8.5claws152
5866         
5867         * src/procmsg.c
5868                 Update the FolderItem after sending (fixes 617593)
5869
5870 2002-11-14 [christoph]  0.8.5claws151
5871
5872         * src/folder.c
5873                 fix wrong position of NULL pointer check found
5874                 by Sergey
5875
5876 2002-11-14 [christoph]  0.8.5claws150
5877
5878         * src/folder.c
5879                 fix segfault when deleting messages from IMAP folders
5880                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5881
5882 2002-11-14 [colin]      0.8.5claws149
5883
5884         * src/compose.c
5885                 Forwarding was also ignoring the folder's default account.
5886
5887 2002-11-14 [colin]      0.8.5claws148
5888
5889         * src/compose.c
5890                 Fix sent folder not set to folder properties when 
5891                 forwarding.
5892
5893 2002-11-14 [thorsten]   0.8.5claws147
5894
5895         * src/inc.c
5896                 inc_start(): Files were not moved from .processing to inbox,
5897                 if no global processing rule existed
5898
5899 2002-11-14 [colin]      0.8.5claws146
5900
5901         * src/ssl_certificate
5902                 Fix file operations
5903
5904 2002-11-14 [paul]       0.8.5claws145
5905
5906         * po/it.po
5907                 updated by Alessandro Maestri
5908
5909 2002-11-13 [alfons]     0.8.5claws144
5910
5911         * src/folder.c
5912                 folder_item_close(): only mark messages unread
5913                 when a folder has new messages 
5914
5915 2002-11-13 [keith]      0.8.5claws143
5916
5917         * src/imap.c
5918                 Fix problem moving or copying between
5919                 IMAP folders
5920
5921 2002-11-13 [colin]      0.8.5claws142
5922
5923         * src/matcher_parser_parse.y
5924                 Fix rule problem when " don't match
5925
5926 2002-11-13 [christoph]  0.8.5claws141
5927
5928         * src/folder.c
5929         * src/folderview.c
5930                 moved cache saving to folder_item_close
5931                 the folderview should not have to deal with
5932                 this things
5933
5934 2002-11-13 [christoph]  0.8.5claws140
5935
5936         * src/summaryview.c
5937                 moved setting of important score to
5938                 summary_set_prefs_from_folderitem
5939
5940 2002-11-13 [colin]      0.8.5claws139
5941
5942         * src/matcher_parser_parse.y
5943                 Fix a segfault in the parser (happening when
5944                 a good expression had been tested and a bad 
5945                 one arrives)
5946
5947 2002-11-13 [paul]       0.8.5claws138
5948
5949         * sync with 0.8.5cvs24
5950                 see ChangeLog 2002-11-13
5951                 
5952         * po/pt_BR.po
5953                 updated by Fabio Jr. Beneditto
5954
5955 2002-11-13 [colin]      0.8.5claws137
5956         
5957         * src/msgcache.c
5958           src/defs.h
5959           src/procmsg.[ch]
5960                 Revert last commit, problem
5961
5962 2002-11-13 [colin]      0.8.5claws136
5963
5964         * src/msgcache.c
5965                 Remove duplicated code
5966         * src/defs.h
5967                 Bumped CACHE_VERSION and MARK_VERSION
5968         * src/procmsg.[ch]
5969                 Network endian for cache and mark files
5970
5971 2002-11-12 [colin]      0.8.5claws135
5972
5973         * src/inc.c
5974                 Fix the "socket error" dialog which disappeared
5975
5976 2002-11-12 [colin]      0.8.5claws134
5977
5978         * src/msgcache.c
5979                 Reverse last commit which had performance 
5980                 problems, but still reverse the list
5981
5982 2002-11-12 [colin]      0.8.5claws133
5983
5984         * src/msgcache.c
5985                 Reverse list order
5986
5987 2002-11-12 [melvin]     0.8.5claws132
5988
5989         * src/compose.c
5990                 Added a check for a NULL prefs_common.dictionary
5991
5992 2002-11-12 [colin]      0.8.5claws131
5993
5994         * src/ssl_certificate.[ch]
5995                 Use FQDN hostname
5996
5997 2002-11-12 [colin]      0.8.5claws130
5998
5999         * src/ssl_certificate.[ch]
6000                 Take connection port into account for 
6001                 checking certificates (a single hostname
6002                 could have multiple servers with multiple
6003                 certificates)
6004         * src/ssl.c
6005                 Pass the port to ssl_certificate_check
6006
6007 2002-11-12 [paul]       0.8.5claws129
6008
6009         * src/folder.c
6010                 fix a typo in last commit
6011
6012 2002-11-12 [paul]       0.8.5claws128
6013
6014         * sync with 0.8.5cvs23
6015                 see ChangeLog entry 2002-11-12
6016
6017 2002-11-11 [colin]      0.8.5claws127
6018
6019         * src/ssl_certificate.c
6020                 Cleaner messages
6021                 Don't popup, instead log error, if the 
6022                 corresponding pref is checked
6023         * src/ssl_certificate.h
6024                 include <openssl/objects/h>
6025
6026 2002-11-11 [colin]      0.8.5claws126
6027
6028         * src/ssl_certificate.h
6029                 _Really_ clean it
6030
6031 2002-11-11 [colin]      0.8.5claws125
6032         
6033         * src/ssl_certificate.c
6034                 Fixed leak
6035
6036 2002-11-11 [colin]      0.8.5claws124
6037
6038         * src/ssl.c
6039                 Cleaned a bit
6040         * src/ssl_certificate.[ch]
6041                 Cleaned a bit (better use of SSL API)
6042                 (This will cause non-recognition of saved 
6043                  certificates of claws12[23]...)
6044
6045 2002-11-11 [paul]       0.8.5claws123
6046         
6047         * po/es.po
6048                 updated by Ricardo Mones Lastra
6049
6050 2002-11-11 [colin]      0.8.5claws122
6051
6052         * src/ssl.c
6053                 Fix a typo
6054
6055 2002-11-11 [colin]      0.8.5claws121
6056
6057         * src/ssl_certificate.[ch] ** NEW FILES **
6058         * src/ssl.[ch]
6059                 Check SSL certificates presented to us
6060         * src/Makefile.am
6061                 Add ssl_certificate.[ch]
6062         * po/POTFILES.in
6063                 Add ssl_certificate.c
6064
6065 2002-11-11 [paul]       0.8.5claws120
6066
6067         * sync with 0.8.5cvs22
6068                 see ChangeLog 2002-11-11
6069
6070 2002-11-11 [paul]       0.8.5claws119
6071
6072         * sync with 0.8.5cvs21
6073                 see ChangeLog 2002-11-11
6074
6075 2002-11-10 [jens]       0.8.5claws118
6076
6077         * src/folder.c
6078         * src/folderview.c
6079                 corrected some typing
6080         * po/de.po
6081                 updated german translation
6082         * sylpheed.spec.in
6083                 cleaned up specfile and adjusted it for claws
6084
6085 2002-11-10 [colin]      0.8.5claws117
6086
6087         * src/summaryview.c
6088                 a STATUSBAR_PUSH/POP fix
6089
6090 2002-11-10 [colin]      0.8.5claws116
6091
6092         * src/prefs_folder_item.c
6093                 Fix hanging after opening folder properties
6094
6095 2002-11-10 [hoa]        0.8.5claws115
6096
6097         * src/matcher_parser_lex.l
6098         * src/matcher_parser_parse.y
6099                 config file for scoring and filtering is no more trashed
6100                 when there is a syntax error in a filtering rule when
6101                 editing it in a dialog.
6102
6103 2002-11-09 [colin]      0.8.5claws114
6104
6105         * src/mbox_folder.c
6106                 Added missing initialisation of folder->destroy()
6107
6108 2002-11-09 [colin]      0.8.5claws113
6109
6110         * src/folder.c
6111           src/folderview.c
6112                 Fix the status bar messages
6113
6114 2002-11-09 [colin]      0.8.5claws112
6115
6116         * src/folderview.c
6117                 Fix hangs after folder dnd, happening after 
6118                 claws109.
6119
6120 2002-11-09 [christoph]  0.8.5claws111
6121
6122         * src/folderview.c
6123                 just changed order of calls (reverse order of
6124                 associated calls)
6125         * src/inc.c
6126                 lock inc when checking only one account, otherwise
6127                 inc all could be executed at the same time
6128
6129 2002-11-09 [christoph]  0.8.5claws110
6130
6131         * src/folderview.c
6132                 better unlock the mouse cursor before calling
6133                 summary_show because it changes the cursor too
6134
6135 2002-11-09 [christoph]  0.8.5claws109
6136
6137         * src/folder.[ch]
6138         * src/folderview.c
6139                 add functions to open and close a folder
6140                 o opending will execute scanning for remote folders
6141                   and processing
6142                 o closing will unset new flag for messages
6143
6144 2002-11-09 [colin]      0.8.5claws108
6145
6146         * src/folder.c
6147                 Add a call to prefs_matcher_write_config to 
6148                 avoid non-leaf folders filtering settings to be
6149                 lost
6150
6151 2002-11-09 [paul]       0.8.5claws107
6152
6153         * src/prefs_account.c
6154                 re-word a label
6155
6156 2002-11-09 [colin]      0.8.5claws106
6157
6158         * src/folderview.c
6159                 Minor esthetic fix
6160
6161 2002-11-09 [colin]      0.8.5claws105
6162
6163         * src/folderview.c
6164                 Fix prefs_filtering deletion for MH folders (same
6165                 reason as below)
6166         * src/prefs_filtering.c
6167                 Fix prefs_filtering renaming and deletion for 
6168                 folder-based processing rules.  
6169
6170 2002-11-09 [christoph]  0.8.5claws104
6171
6172         * src/compose.c
6173         * src/folder.[ch]
6174         * src/folderview.[ch]
6175         * src/import.c
6176         * src/inc.c
6177         * src/main.c
6178         * src/mainwindow.c
6179         * src/messageview.c
6180         * src/prefs_folder_item.c
6181         * src/procmsg.c
6182         * src/summaryview.c
6183                 implement a callback system for folder item updates
6184
6185 2002-11-09 [colin]      0.8.5claws103
6186
6187         * src/folderview.c
6188                 Fix prefs_filtering renaming for MH folders (we
6189                 shouldn't rename by path as another folder could
6190                 have the same hierarchy).
6191
6192 2002-11-09 [colin]      0.8.5claws102
6193
6194         * src/folder.c
6195                 Fix a leak found by Christoph, use better variable
6196                 names
6197
6198 2002-11-09 [colin]      0.8.5claws101
6199
6200         * src/folder.c
6201                 One more fix for processing rules
6202
6203 2002-11-08 [colin]      0.8.5claws100
6204         
6205         * src/matcher.c
6206                 Don't copy the compiled regexp (will be reevaluated)
6207         * src/folderview.c
6208                 Lock folderview while moving
6209         * src/folder.c
6210                 Provide info on what's happening to the user
6211
6212 2002-11-08 [colin]      0.8.5claws99
6213
6214         * src/folderview.c
6215                 Fix folder reordering after a move if parent is 
6216                 root
6217         * src/scoring.[ch]
6218                 Add function to copy a ScoringProp
6219         * src/prefs_folder_item.c
6220                 Copy scoring rules when copying a folder prefs
6221
6222 2002-11-08 [colin]      0.8.5claws98
6223
6224         * src/folderview.c
6225                 Fixes in case of failure
6226         * src/filtering.[ch]    
6227                 Add function to duplicate a FilteringProp
6228         * src/matcher.[ch]
6229                 Add function to duplicate a MatcherProp
6230         * src/prefs_folder_item.c
6231                 Save folder's processing rules when copying 
6232                 its prefs
6233
6234 2002-11-08 [colin]      0.8.5claws97
6235         
6236         * src/folderview.c
6237                 Sort after move
6238         * src/folder.c 
6239                 Change a printf to debug_print
6240
6241 2002-11-08 [colin]      0.8.5claws96
6242
6243         * src/folder.c
6244           src/folderview.c
6245                 Fix segfaults, call me stupido
6246         
6247
6248 2002-11-08 [colin]      0.8.5claws95
6249
6250         *src/folder.c
6251                 Added forgotten prefs to save when moving folders
6252
6253 2002-11-08 [colin]      0.8.5claws94
6254
6255         * src/folder.c
6256                 Fixes to folder DND (prefs copy)
6257         * src/folderview.c
6258                 Optimization for folder DND (don't rescan whole tree)
6259                 Added folderview_create_folder_node() for this 
6260                 optimization, so de-duped a bit the code
6261         * src/prefs_folder_item.[ch]
6262                 Added prefs_folder_item_copy_prefs()    
6263           
6264 2002-11-08 [paul]       0.8.5claws93
6265
6266         * src/prefs_account.c
6267           tools/README
6268           tools/kmail2sylpheed_v2.pl
6269                 correct some typos
6270
6271 2002-11-08 [paul]       0.8.5claws92
6272
6273         * src/compose.c
6274           src/prefs_account.[ch]
6275                 remove account options 'clearsign' and 'ascii_armored',
6276                 replace with 'default_gnupg_mode' to prevent mixed-mode
6277                 Privacy settings
6278
6279 2002-11-08 [paul]       0.8.5claws91
6280
6281         * src/compose.[ch]
6282                 re-implement GnuPG 'on-the-fly' mode selection,
6283                 disallow mixed-mode
6284
6285 2002-11-08 [colin]      0.8.5claws90
6286
6287         * src/folderview.c
6288           src/prefs_folder_item.c
6289                 Change "Property" to "Properties"
6290
6291 2002-11-07 [colin]      0.8.5claws89
6292
6293         * src/folderview.c
6294           src/folder.c
6295                 Allow folder dropping to a root folder
6296
6297 2002-11-07 [paul]       0.8.5claws88
6298
6299         * src/compose.c
6300                 revert last commit
6301
6302 2002-11-07 [paul]       0.8.5claws87
6303
6304         * src/compose.c
6305                 fix reply-to-list bug. closes bug report
6306                 "[633382] reply-to-list broken in recent cvs"
6307
6308 2002-11-07 [paul]       0.8.5claws86
6309
6310         * src/compose.c
6311                 add a forgotten '#if USE_GPGME ... #endif'
6312
6313 2002-11-07 [paul]       0.8.5claws85
6314
6315         * sync with 0.8.5cvs20
6316                 see ChangeLog 2002-11-07
6317
6318 2002-11-07 [colin]      0.8.5claws84
6319
6320         * src/folder.[ch]
6321                 Change folder_item_move_to to return the newly 
6322                 created folderitem.
6323         * src/folderview.c
6324                 Select the new folderitem after moving.
6325
6326 2002-11-07 [colin]      0.8.5claws83
6327
6328         * src/prefs_filtering.c
6329                 Fix rule rewriting when moving a leaf folder to a 
6330                 shorter path
6331
6332 2002-11-07 [colin]      0.8.5claws82
6333
6334         * src/prefs_filtering.c
6335                 fix a leak
6336
6337 2002-11-07 [colin]      0.8.5claws81
6338
6339         * src/folder.[ch]
6340                 Add folder_item_move_to() function to move a 
6341                 folderitem into another one (updates matcher etc)
6342         * src/folderview.c
6343                 Add folder drag'n drop (context menu to come)
6344                 [Should be dataloss free, but Please backup before 
6345                  trying !]
6346
6347 2002-11-06 [colin]      0.8.5claws80
6348
6349         * src/mh.c
6350                 mh_create_folder() returns NULL if can't create
6351                 directory hierarchy
6352
6353 2002-11-06 [paul]       0.8.5claws79
6354
6355         * src/compose.[ch]
6356                 allow 'on-the-fly' changing of the type of encryption 
6357                 and/or signing used (mime/ascii) via the compose window
6358
6359 2002-11-06 [paul]       0.8.5claws78
6360
6361         * sync with 0.8.5cvs19
6362                 see ChangeLog 2002-11-06 for src/account.c: 
6363                 account_get_special_folder()
6364                 
6365 2002-11-05 [alfons]     0.8.5claws77
6366
6367         * src/crash.c
6368                 very minor cleanups: nothing to see here, move on. :-)
6369
6370 2002-11-05 [colin]      0.8.5claws76
6371
6372         * src/main.c
6373                 Changes choices if compose windows are opened to
6374                 Discard, Draft, Don't quit
6375
6376 2002-11-05 [thorsten]   0.8.5claws75
6377
6378         * src/compose.c
6379                 reenabled default_reply_to folder option
6380
6381 2002-11-05 [colin]      0.8.5claws74
6382
6383         * src/compose.[ch] 
6384                 add compose_draft()
6385         * src/crash.c
6386                 add SIGTERM handler
6387         * src/main.[ch]
6388                 add clean_quit() for the SIGTERM handler
6389
6390 2002-11-05 [paul]       0.8.5claws73
6391         
6392         * po/es.po
6393                 updated by Ricardo Mones Lastra
6394
6395 2002-11-05 [melvin]     0.8.5claws72
6396
6397         * src/logwindow.c
6398                 Fixed log-clipping bug #616795.
6399                 To stop logging in the log window use 0 length.
6400         * src/prefs_common.c
6401                 Added a label to inform about the 0 log length behaviour.
6402
6403 2002-11-05 [paul]       0.8.5claws71
6404
6405         * sync with 0.8.5cvs17
6406                 see ChangeLog 2002-11-05
6407
6408 2002-11-04 [paul]       0.8.5claws70
6409
6410         * sylpheed-128x128.png
6411           sylpheed-64x64.png
6412           sylpheed.png
6413                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6414                 <nikai@users.sourceforge.net>
6415                 
6416         * po/bg.po
6417                 updated by George Danchev
6418
6419 2002-11-03 [thorsten]   0.8.5claws69
6420
6421         * src/main.c
6422           src/mimeview.c
6423           src/rfc2015.h
6424                 add check if gpg is active
6425
6426 2002-11-03 [thorsten]   0.8.5claws68
6427
6428         * src/toolbar.h
6429                 removed GSList declaration causing trouble on MacOS-X
6430                 (submitted by alfons, reported by xfesty)
6431
6432 2002-11-01 [paul]       0.8.5claws67
6433
6434         * src/mainwindow.c
6435                 remove last remnants of main's filter code
6436
6437 2002-11-01 [paul]       0.8.5claws66
6438
6439         * tools/filter_conv.pl
6440                 fix bug where user-defined headers were ignored
6441
6442 2002-11-01 [paul]       0.8.5claws65
6443
6444         * src/logwindow.c
6445                 make a debug_print() not translatable
6446
6447 2002-10-31 [melvin]     0.8.5claws64
6448
6449         * ac/aspell.m4
6450                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6451                 not run any GNU/aspell test.  The dictionary path will
6452                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6453                 was given, in which case, it will be $prefix/lib/aspell/
6454         * configure.in
6455                 Fixed typo in commentary (Aspell code).
6456
6457 2002-10-31 [paul]       0.8.5claws63
6458
6459         * po/POTFILES.in
6460                 remove src/filter.c and src/prefs_filter.c
6461                 thanks to Ricardo for reminding me
6462
6463 2002-10-31 [colin]      0.8.5claws62
6464
6465         * src/mbox_folder.c
6466                 Plug some leaks
6467
6468 2002-10-31 [paul]       0.8.5claws61
6469
6470         * src/prefs_filter.[ch] ** REMOVED **
6471           src/filter.[ch]       ** REMOVED **
6472           
6473         * src/Makefile.am
6474           src/folderview.c
6475           src/inc.c
6476           src/main.c
6477           src/mainwindow.c
6478           src/mbox.c
6479           src/prefs_common.c
6480           src/prefs_filtering.c
6481           src/summaryview.[ch]
6482                 remove main's 'filter' code
6483                 
6484         README.claws
6485                 update to reflect removal of main's filter
6486
6487 2002-10-31 [paul]       0.8.5claws60
6488
6489         * src/summaryview.c
6490                 remove check for global_processing in summary_filter_open(). 
6491                 This fixes the bug where if the user uses the right-click 
6492                 'Create filter rule...' and doesn't have any filter rules 
6493                 already defined in claws' advanced filtering, the newly 
6494                 created filter rule goes to main's filtering which is 
6495                 inaccessible through the gui. Now the filter rule gets added
6496                 to claws' filtering by default.
6497
6498 2002-10-28 [melvin]     0.8.5claws59
6499
6500         * src/prefs_actions.c
6501                 Fixed bug #627322 where MIME parts were not always
6502                 correctly passed to a %p action
6503                 Display an error dialog when message filename is not found.
6504
6505 2002-10-28 [melvin]     0.8.5claws58
6506
6507         * src/prefs_common.c
6508                 Readded a missing function declaration lost in 0.8.3claws34
6509
6510 2002-10-28 [paul]       0.8.5claws57
6511
6512         * sync with 0.8.5cvs15
6513                 see ChangeLog 2002-10-28 and 2002-10-25
6514                 
6515         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6516
6517 2002-10-27 [oliver]     0.8.5claws56
6518
6519         * src/pop.c
6520                 plug leak in pop3_top_recv
6521
6522 2002-10-26 [christoph]  0.8.5claws55
6523
6524         * src/folder.c
6525                 set need_update folder flag when messages are added
6526                 (closes bug [ 626922 ] folder not updated after receiving)
6527
6528 2002-10-25 [melvin]     0.8.5claws54
6529
6530         * src/imageview.c
6531                 Fixed a memleak introduced in the scaling code.
6532
6533 2002-10-24 [alfons]     0.8.5claws53
6534
6535         * src/filtering.c
6536                 make filtering's forward message action forward from the 
6537                 correct account
6538                 (closes bug [628089 ] Filter -> Forward from address problem
6539                 reported by Oktay)
6540
6541 2002-10-24 [christoph]  0.8.5claws52
6542
6543         * src/mainwindow.c
6544         * src/manual.[ch]
6545                 o use manual of current locale or english if current
6546                   locale is not available (and english is available)
6547                 o also link to sylpheed doc project manuals
6548
6549 2002-10-23 [paul]       0.8.5claws51
6550
6551         * tools/README
6552           tools/kmail2sylpheed_v2.pl
6553                 add new version of kmail addressbook importer script.
6554                 works with newer versions of Kmail/KAddressBook which
6555                 have new and rearranged data.
6556
6557 2002-10-23 [martin]     0.8.5claws50
6558
6559         * src/folderview.c
6560         * src/summaryview.c
6561         * src/utils.h
6562         * src/utils.c
6563                 added length parameter to get_abbrev_newsgroup_name()
6564                 changed this function so that it abbreviates the newsgroup
6565                 names only so long it is smaller than the length parameter
6566                 (for better reading of some newsgroup names and space efficiency)
6567
6568 2002-10-22 [colin]      0.8.5claws49
6569
6570         *src/foldersel.c
6571                 Revert Alfons' last modification (after voting ;-))
6572
6573 2002-10-21 [alfons]     0.8.5claws48
6574
6575         * src/foldersel.c
6576                 folder view in folder selection dialog reflects state of
6577                 folder view in main window
6578
6579 2002-10-18 [alfons]     0.8.5claws47
6580
6581         * src/mbox.c
6582                 drop imported messages in folder selected by user,
6583                 and not in the inbox
6584                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6585
6586 2002-10-18 [alfons]     0.8.5claws46
6587
6588         * src/compose.c
6589                 make automagic reply work correctly for email accounts 
6590                 (whether it's viable to do a full sync with Hiro's 
6591                 compose.c is still under discussion)
6592
6593 2002-10-18 [melvin]     0.8.5claws45
6594
6595         * src/prefs_actions.c
6596                 Fixed bug #622275 where asynchroneous actions left 
6597                 zombies processes
6598                 Made (synchroneous) actions' input be displayed live.
6599
6600 2002-10-18 [christoph]  0.8.5claws44
6601
6602         * src/textview.c
6603                 don't add a newline in the textview in front of the
6604                 first textpart if header display is disabled
6605                 (closes bug [ 603385 ] disabled header display leaves blank
6606                  lin)
6607
6608 2002-10-18 [christoph]  0.8.5claws43
6609
6610         * src/folder.[ch]
6611         * src/imap.c
6612         * src/mbox_folder.c
6613         * src/mh.c
6614         * src/news.c
6615                 folder->get_num_list now returns an error code
6616                 (closes bug [ 609424 ] News cache cleared on failure)
6617                 
6618 2002-10-17 [colin]      0.8.5claws42
6619         
6620         * src/news.c
6621                 Changed a printf by debug_print
6622
6623 2002-10-16 [paul]       
6624
6625         * tools/OOo2sylpheed.pl
6626                 allow for spaces in the name of the
6627                 file to be attached.
6628
6629 2002-10-16 [colin]      0.8.5claws41
6630
6631         * src/main.c
6632                 Use a tristate to change online mode
6633
6634 2002-10-16 [paul]       0.8.5claws40
6635
6636         * po/es.po
6637                 updated by Ricardo Mones Lastra
6638
6639 2002-10-16 [colin]      0.8.5claws39
6640
6641         * src/main.c
6642           src/mainwindow.[ch]
6643                 Added --online and --offline command-line
6644                 switches
6645
6646 2002-10-15 [christoph]  0.8.5claws38
6647
6648         * src/procmime.c
6649                 set mimeinfo->name to NULL after g_free to
6650                 avoid double freeing with g_free
6651
6652 2002-10-14 [christoph]  0.8.5claws37
6653
6654         * src/compose.c
6655         * src/filtering.c
6656         * src/summaryview.c
6657                 remove calls to folder->change_flags that are now
6658                 done by procmsg flag functions (seems it is not
6659                 used by any foldertype anyway)
6660         * src/folder.c
6661                 init folder->change_flags with NULL
6662
6663 2002-10-14 [christoph]  0.8.5claws36
6664
6665         * src/folder.[ch]
6666         * src/imap.[ch]
6667                 use virtual functions for folder item new and destroy
6668                 functions
6669
6670 2002-10-14 [melvin]     0.8.5claws35
6671
6672         * src/compose.c
6673                 Added a test to not run the spell checker if no default
6674                 dictionary is available. No dialog is displayed though.
6675
6676 2002-10-14 [melvin]     0.8.5claws34
6677
6678         * src/gtkaspell.c
6679                 Fixed bug in dictionary list context menu where
6680                 "More..." pointed to an emtpy submenu if the
6681                 number of dictionaries is a multiple of 15
6682                 Removed unneeded code in suggestions list creation
6683
6684 2002-10-14 [paul]       0.8.5claws33
6685
6686         * po/bg.po
6687                 updated by George Danchev
6688
6689 2002-10-13 [hoa]        0.8.5claws32
6690
6691         * src/matcher.[ch]
6692           src/matcher_parser_parser.y
6693                 removed the escaped string from internal structure
6694                 of matcher.
6695
6696 2002-10-12 [colin]      0.8.5claws31
6697
6698         * src/gtksctree.[ch]
6699           src/summaryview.c
6700                 Removed useless function gtksctree_reanchor
6701
6702 2002-10-12 [alfons]     0.8.5claws30
6703         
6704         * sync with remaining main changes 2002-10-09 - 2002-10-11
6705         - drop changes to src/compose.c (requires claws specific changes)
6706         
6707 2002-10-12 [alfons]     0.8.5claws29
6708         
6709         * sync with main changes of 2002-10-08
6710         - drop changes to src/compose.c (requires claws specific changes)
6711         - drop changes to src/summaryview.c (requires changes to compose.c)     
6712
6713 2002-10-12 [alfons]     0.8.5claws28
6714         
6715         * sync with main changes of 2002-10-07
6716
6717 2002-10-12 [alfons]     0.8.5claws27
6718
6719         * sync with main changes of 2002-10-04
6720         - drop changes to src/compose.c (requires claws specific changes)
6721         - drop changes to src/prefs_folder_item.c (claws implementation
6722           seems to be working)
6723
6724 2002-10-12 [colin]      0.8.5claws26
6725
6726         * src/mainwindow.c
6727                 Fix folder-flicker when space-reading, introduced 
6728                 in claws22.
6729
6730 2002-10-12 [colin]      0.8.5claws25
6731
6732         * src/compose.c
6733                 Save account address when saving as draft.
6734                 (closes bug 621838)
6735
6736 2002-10-12 [colin]      0.8.5claws24
6737
6738         * src/summaryview.c
6739                 Fix the problem consisting of no message selected
6740                 after the last message in a folder has been moved.
6741
6742 2002-10-12 [paul]       0.8.5claws23
6743
6744         * src/compose.c
6745           src/prefs_template.c
6746           src/template.[ch]
6747                 add Cc and Bcc to templates. Patch submitted by
6748                 John L. Males.
6749
6750 2002-10-12 [colin]      0.8.5claws22
6751
6752         * src/folderview.c
6753                 Fix a bug after "Check for new messages":
6754                 If a folder was opened, it was still selected at
6755                 the end of the check, but displayed empty.
6756         * src/mainwindow.c
6757                 Remove unnecessary check
6758
6759 2002-10-12 [paul]
6760
6761         * tools/README
6762                 be more verbose in the description of
6763                 OOo2sylpheed.pl
6764                 
6765
6766 2002-10-11 [colin]      0.8.5claws21
6767
6768         * src/mainwindow.c
6769                 Make space work (better) when no mail is selected
6770
6771 2002-10-11 [colin]      0.8.5claws20
6772
6773         * src/inc.c
6774           src/news.c
6775                 fix warnings
6776
6777 2002-10-11 [colin]      0.8.5claws19
6778
6779         * src/mainwindow.c
6780                 revert 0.8.5claws6 changes as i couldn't get to
6781                 anything satisfying
6782
6783 2002-10-11 [melvin]     0.8.5claws18
6784
6785         * src/compose.c
6786                 Removed buggy and unused macro (should have been committed in
6787                 0.8.5claws17)
6788
6789 2002-10-11 [melvin]     0.8.5claws17
6790
6791         * src/compose.c
6792                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6793
6794 2002-10-11 [thorsten]   0.8.5claws16 
6795
6796         * src/folderview.c
6797                 remove rescan warning
6798
6799 2002-10-11 [colin]      0.8.5claws15 
6800
6801         * src/procheader.c
6802                 fix a segfault that happens if conv_unmime_header
6803                 fails (should be better to find out why it fails)
6804
6805 2002-10-11 [christoph]  0.8.5claws14
6806
6807         * src/summaryview.c
6808                 update folderview stats after ignore/unignore thread
6809
6810 2002-10-11 [hoa]        0.8.5claws13
6811
6812         * src/quote_fmt_parse.y
6813                 Fixed a yacc/bison syntax error
6814         * src/matcher.c
6815                 Escaping of string is fixed.
6816
6817 2002-10-11 [colin]      0.8.5claws12
6818
6819         * src/imageview.c
6820                 Resize images to fit
6821
6822 2002-10-11 [paul]       0.8.5claws11
6823
6824         * po/es.po
6825                 updated by Ricardo Mones Lastra
6826
6827 2002-10-10 [alfons]     0.8.5claws10
6828
6829         * src/compose.c
6830                 allow dropping files by "moving" files from a file manager,
6831                 not only by the more cumbersome "copying". the latter 
6832                 mostly implies holding down the Control button
6833
6834 2002-10-10 [christoph]  0.8.5claws9
6835
6836         * src/summaryview.c
6837                 update folders after thread building for ignored threads
6838
6839 2002-10-10 [christoph]  0.8.5claws8
6840
6841         * config/.cvsignore
6842                 added Makefile
6843         * src/filtering.[ch]
6844         * src/folder.[ch]
6845         * src/folderview.[ch]
6846         * src/import.c
6847         * src/inc.[ch]
6848         * src/mbox.[ch]
6849         * src/procmsg.c
6850         * src/summaryview.[ch]
6851                 o added new flag need_update to FolderItem
6852                 o removed folder_table from various functions from tracking
6853                   folder updates
6854                 o set need_update flags in folder.c's move, copy and delete
6855                   functions and procmsg's flags functions
6856                 o added function folderview_update_items_when_required that
6857                   updates all folders with need_update set
6858                 o call folderview_update_items_when_required instead of
6859                   folderview_update_item_foreach
6860
6861 2002-10-09 [sergey]     0.8.5claws7
6862
6863         * src/compose.c
6864                 Strip CRs whel loading the text into editor in reedit mode.
6865
6866 2002-10-09 [colin]      0.8.5claws6
6867
6868         * src/mainwindow.c
6869                 Make Space work when no mail is selected
6870
6871 2002-10-09 [colin]      0.8.5claws5
6872
6873         * src/gtksctree.[ch]
6874                 Fix range_select
6875                 Add gtk_sctree_reanchor() 
6876         * src/summaryview.c
6877                 Use gtk_sctree_reanchor() - better fix for 
6878                 bug 60413
6879
6880 2002-10-09 [colin]      0.8.5claws4
6881
6882         * src/summaryview.c
6883                 Fix shift-click select after delete problem
6884                 (closes bug 60413)
6885
6886 2002-10-08 [thorsten]   0.8.5claws3
6887
6888         * src/summaryview.c
6889                 exclude current msg from -hide read messages-
6890
6891 2002-10-08 [colin]      0.8.5claws2
6892
6893         * src/inc.[ch]
6894           src/pop.c
6895           src/recv.c
6896                 Differentiate socket errors from disk full
6897                 errors
6898
6899 2002-10-08 [christoph]  0.8.5claws1
6900
6901         * Makefile.am
6902         * configure.in
6903                 modifications for new config directory
6904
6905         * config.guess  ** REMOVED **
6906         * config.sub    ** REMOVED **
6907         * install-sh    ** REMOVED **
6908         * ltmain.sh     ** REMOVED **
6909         * missing       ** REMOVED **
6910         * mkinstalldirs ** REMOVED **
6911                 these files are autogenerated by automake
6912                 when you run autogen.sh
6913
6914         * config/.cvsignore     ** NEW FILE **
6915         * config/Makefile.am    ** NEW FILE **
6916                 ignore autogenerated files
6917                 create a Makefile in this directory
6918
6919 2002-10-08 [paul]       0.8.5claws
6920
6921         * 0.8.5claws release
6922         
6923         * src/compose.c
6924           src/procheader.c
6925           src/procmsg.c
6926                 fix quote reply format for newsgroups reply bug
6927                 (thanks to Hoa)
6928                 
6929         * po/en_GB.po
6930           po/pl.po
6931                 updated by me and Witold Wladyslaw Wojciech Wilk
6932                 repectively
6933
6934 2002-10-07 [paul]       0.8.3claws53
6935
6936         * po/it.po
6937           po/pt_BR.po
6938           po/sr.po
6939                 updated messages catalogs, submitted by
6940                 Alessandro Maestri, Fabio Jr.Beneditto 
6941                 and Urke MMI, respectively.
6942
6943 2002-10-07 [christoph]  0.8.3claws52
6944
6945         * src/folder.[ch]
6946         * src/folderview.c
6947         * src/mainwindow.c
6948                 fix new folder ghost message bug
6949                 (closes bug [ 619722 ] wrong count for newly created folders)
6950
6951 2002-10-07 [christoph]  0.8.3claws51
6952
6953         * src/compose.c
6954                 fix news posting problem
6955
6956 2002-10-07 [melvin]     0.8.3claws50
6957
6958         * po/fr.po
6959                 Updated French translation
6960
6961 2002-10-05 [christoph]  0.8.3claws49
6962
6963         * src/gtkstext.c
6964                 check if line_start_cache is set in gtk_stext_update_text
6965                 (closes bug [ 618119 ] crash while doing search in folder)
6966
6967 2002-10-05 [christoph]  0.8.3claws48
6968
6969         * src/imap.c
6970         * src/news.c
6971         * src/utils.c
6972         * src/utils.h
6973                 implement cache cleanups for claws' folder system
6974                 (closes bug [ 595916 ] imapcache not cleaned up)
6975
6976 2002-10-05 [melvin]     0.8.3claws47
6977
6978         * src/prefs_actions.c
6979                 Made the help text more clear for the %p token
6980
6981 2002-10-04 [paul]       0.8.3claws46
6982
6983         * sync with 0.8.5
6984                 see ChangeLog 2002-10-02 and 2002-10-03
6985
6986 2002-10-04 [christoph]  0.8.3claws45
6987
6988         * src/inc.c
6989                 fix segfault caused by pop before smtp
6990                 call to inc_account_mail with NULL
6991                 pointer for mainwin
6992
6993 2002-10-04 [paul]       0.8.3claws44
6994
6995         * configure.in
6996                 sync the LDAP detection from 0.8.5cvs1
6997
6998 2002-10-02 [christoph]  0.8.3claws43
6999
7000         * po/de.po
7001                 fix small spelling error
7002
7003 2002-10-02 [melvin]     0.8.3claws42
7004
7005         * ac/aspell.m4
7006                 Behave better and say "no" when test program cannot be run.
7007
7008 2002-10-02 [paul]       0.8.3claws41
7009
7010         * sync with 0.8.4cvs1
7011                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7012                 
7013         * src/summaryview.c
7014                 toggle the behavior of Reply menuitem between
7015                 normal reply and reply-to-list
7016
7017 2002-10-01 [sergey]     0.8.3claws40
7018
7019         * src/compose.c
7020                 Convert newlines in the message text to the canonical form
7021                 before base64 encoding (RFC2045 compliance, fixes some
7022                 interoperability issues with Evolution 1.0.3)
7023
7024 2002-09-29 [colin]      0.8.3claws39
7025
7026         * src/summaryview.c
7027                 Fix an unwanted copy/paste
7028
7029 2002-09-29 [colin]      0.8.3claws38
7030
7031         * src/mainwindow.c
7032                 Renamed "Custom toolbar" to "Customize toolbar"
7033                 Renamed "Show all header" to "Show all headers"
7034                 Renamed "Set diplay item" to "Set displayed items"
7035         * src/prefs_common.c
7036                 Renamed "Show all header" to "Show all headers"
7037         * src/prefs_summary_column.c
7038                 Renamed "diplay item" to "displayed items"
7039
7040 2002-09-29 [colin]      0.8.3claws37
7041
7042         * src/mainwindow.[ch]
7043                 online/offline status pixmaps follow theme
7044                 changes
7045         * src/summaryview.[ch]
7046                 quicksearch pixmap follows theme changes
7047
7048 2002-09-29 [thorsten]   0.8.3claws36
7049
7050         * src/compose.c
7051           src/prefs_folder_item.[ch]
7052                 add default_reply_to folder option (closes patch 581044)
7053
7054 2002-09-29 [christoph]  0.8.3claws35
7055
7056         * acconfig.h    ** REMOVED **
7057         * configure.in
7058         * ac/aspell.m4
7059         * ac/check-type.m4
7060         * ac/gnupg-check-typedef.m4
7061                 fix autoheader 2.50 warning
7062
7063 2002-09-29 [christoph]  0.8.3claws34
7064
7065         * major code cleanup (part 2)
7066         
7067                 - unused variables removed
7068                 - unused functions removed
7069                 - uninitialized variables checked
7070                 - missing return statements added
7071                 - missing function return types added
7072                 - added parentheses around assignment
7073                   when suggested by gcc
7074
7075 2002-09-29 [alfons]     0.8.3claws33
7076
7077         * src/logwindow.c
7078                 log_window_clear(): only bracket gtk_text_forward_delete() 
7079                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7080                 works around GTK text bug)
7081
7082 2002-09-29 [paul]       0.8.3claws32
7083
7084         * po/bg.po
7085           po/sr.po
7086                 updated by George Danchev and Urke MMI
7087                 respectively
7088
7089 2002-09-27 [christoph]  0.8.3claws31
7090
7091         * doc-src/readme.txt
7092         * doc-src/rfc1806.txt   ** REMOVED **
7093         * doc-src/rfc2183.txt   ** NEW FILE **
7094         * doc-src/rfc2980.txt   ** NEW FILE **
7095                 update rfcs
7096
7097 2002-09-27 [melvin]     0.8.3claws30
7098
7099         * ac/aspell.m4
7100                 Fixed typo which could break linking
7101
7102 2002-09-27 [melvin]     0.8.3claws29
7103
7104         * ac/aspell.m4
7105                 Improved GNU/aspell checking. 
7106                 Fixed bug #614490
7107
7108 2002-09-27 [paul]       0.8.3claws28
7109
7110         * sync with 0.8.3cvs8
7111                 see ChangeLog 2002-09-27
7112
7113 2002-09-26 [colin]      0.8.3claws27
7114
7115         * src/toolbar.[ch]
7116           src/mainwindow.[ch]
7117                 Add "Reply to Mailing-list" to the toolbar
7118
7119 2002-09-26 [christoph]  0.8.3claws26
7120
7121         * src/summaryview.c
7122                 Fix wrong message counts in summaryview status
7123
7124 2002-09-26 [paul]       0.8.3claws25
7125
7126         * sync with 0.8.3cvs7
7127                 see ChangeLog 2002-09-26
7128
7129 2002-09-26 [paul]       0.8.3claws24
7130
7131         * sync with 0.8.3cvs6
7132                 see ChangeLog 2002-09-25
7133
7134 2002-09-25 [christoph]  0.8.3claws23
7135
7136         * src/prefs_common.c
7137         * src/prefs_folder_item.c
7138         * src/prefs_scoring.c
7139                 Renamed "kill score" to "hide score" in GUI
7140                 and prefs files
7141
7142 2002-09-25 [paul]       0.8.3claws22
7143
7144         * sync with 0.8.3cvs5
7145                 see ChangeLog 2002-09-24
7146
7147 2002-09-24 [alfons]     0.8.3claws21
7148
7149         patch by Satoshi Nagayasu: allows appending / saving multiple 
7150         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7151         'Save as ...'")
7152
7153         * AUTHORS
7154                 add Satoshi Nagayasu
7155         * src/summaryview.c
7156                 summary_save_as(): allow saving selected files to
7157                 one file
7158                 summary_set_menu_sensitive: enable "Save As..." when
7159                 multiple files are selected
7160         * src/utils.[ch]
7161                 append_file(): new function
7162
7163 2002-09-24 [colin]      0.8.3claws20
7164
7165         * src/procmime.c
7166                 Fix segfault when mimeinfo doesn't have a 
7167                 content_type. 
7168
7169 2002-09-24 [colin]      0.8.3claws19
7170
7171         * src/prefs_common.[ch]
7172                 Add a preference to display send dialog or not
7173         * src/send.c
7174                 Display send dialog according to preference
7175
7176 2002-09-24 [colin]      0.8.3claws18
7177
7178         * src/compose.[ch]
7179                 Disable user actions when sending
7180
7181 2002-09-24 [colin]      0.8.3claws17
7182
7183         * src/procmime.c
7184                 Do not display name or filename for attachments
7185                 with an application/pgp-signature type
7186                 (security flaw, see bug 537413)
7187
7188 2002-09-23 [colin]      0.8.3claws16
7189
7190         * src/editaddress.c
7191                 Initialize entry_email, entry_alias and 
7192                 entry_remarks to first email address of the list
7193
7194 2002-09-23 [colin]      0.83claws15
7195
7196         * src/compose.c
7197                 Drop pgp-signature when reediting a signed queued
7198                 message
7199
7200 2002-09-23 [melvin]     0.8.3claws14
7201
7202         * po/fr.po
7203                 Updated French translation
7204
7205 2002-09-23 [melvin]     0.8.3claws13
7206
7207         * src/mainwindow.c
7208                 Made custom toolbar menu labels more consistent
7209         * src/prefs_toolbar.c
7210                 Made custom toolbar window title more consistent
7211
7212 2002-09-22 [colin]      0.8.3claws12
7213
7214         * src/inc.c
7215                 Initialize session type to normal before getting 
7216                 mail (fixes strange Get behaviour)
7217         * src/prefs_account.h
7218                 Move STYPE_POP_BEFORE_SMTP to last position to 
7219                 avoid other side-effects
7220
7221 2002-09-22 [colin]      0.8.3claws11
7222
7223         * src/prefs_account.c
7224                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7225                 from pop3 to apop or vice-versa
7226
7227 2002-09-22 [colin]      0.8.3claws10
7228         
7229         * src/prefs_account.[ch]
7230                 Add an option for the POP before SMTP timeout
7231         * src/inc.c
7232                 Remember time of last POP connection
7233         * src/send.c
7234                 Do POP before SMTP only if timeout reached
7235
7236 2002-09-22 [oliver]     0.8.3claws9
7237         
7238         * README.claws
7239                 explain custom toolbar
7240
7241 2002-09-22 [oliver]     0.8.3claws8
7242
7243         * src/prefs_actions.[ch]
7244         custom toolbar for compose      
7245                 actions callback from compose toolbar
7246         * src/folderview.c
7247                 remove include toolbar.h
7248
7249 2002-09-22 [oliver]     0.8.3claws7
7250         
7251         * src/prefs_toolbar.[ch]
7252                 custom toolbar for compose
7253                 - generic prefs_toolbar handles both
7254                   Mainwin's toolbar as well as Compose toolbar          
7255
7256 2002-09-22 [oliver]     0.8.3claws6
7257         
7258         * src/toolbar.[ch]
7259                 custom toolbar for compose
7260                 restructure toolbar.[ch]
7261
7262 2002-09-22 [oliver]     0.8.3claws5
7263
7264         * src/compose.[ch]
7265                 custom toolbar for compose
7266
7267 2002-09-22 [oliver]     0.8.3claws4
7268         
7269         * src/mainwindow.[ch]
7270                 custom toolbar for compose 
7271                 move mainwin toolbar back to mainwindow
7272
7273 2002-09-22 [alfons]     0.8.3claws3
7274
7275         * src/procmsg.c
7276                 :%sno/if(/if (/gc
7277                 :%sno/for(/for (/gc
7278                 (beautify)
7279
7280 2002-09-22 [alfons]     0.8.3claws2
7281         
7282         * src/procmsg.c
7283                 procmsg_save_to_outbox(): don't unlink message file from queue;
7284                 callers should do it using folder_item_remove_msg()
7285
7286 2002-09-22 [colin]      0.8.3claws1
7287
7288         * src/mimeview.[ch]
7289                 Made mimeview_check_signature() public
7290         * src/textview.c
7291                 Made GPG signatures verifiable by clicking
7292                 the [application/pgp-signature] in the Text
7293                 view
7294
7295 2002-09-22 [paul]       0.8.3claws
7296
7297         * po/bg.po
7298           po/en_GB.po
7299           po/es.po
7300           po/it.po
7301           po/pl.po
7302           po/pt_BR.po
7303           po/sr.po
7304                 updated translations, submitted by George Danchev,
7305                 me, Ricardo Mones Lastra, Alessandro Maestri,
7306                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7307                 and Urke MMI, respectively.     
7308
7309 2002-09-22 [alfons]     0.8.2claws65
7310
7311         * src/procmsg.c
7312         * src/pgptext.c
7313                 no furry valgrinds have been used to plug these memleaks
7314
7315 2002-09-20 [paul]       0.8.2claws64
7316
7317         * sync with 0.8.3cvs4
7318                 'Select thread' re-implemented 
7319                 see ChangeLog 2002-09-20
7320
7321 2002-09-21 [alfons]     0.8.2claws63
7322
7323         * src/compose.c
7324                 compose_send(): plug unnoticed memleak
7325
7326 2002-09-20 [alfons]     0.8.2claws62
7327
7328         * src/addr_compl.c
7329                 replace_address_in_edit(): strict check for NULL address to
7330                 fix "[ 607348 ] Segfault in address completion". My guess is
7331                 that this happens with an empty address book, but it's good
7332                 to have this check here anyway
7333                 
7334                 completion_window_button_press(): free string returned 
7335                 from the internal cache
7336
7337 2002-09-20 [christoph]  0.8.2claws61
7338
7339         * src/procmime.h
7340                 added ENC_BINARY to EncodingType
7341         * src/procmime.c
7342                 the string returned by procmime_get_encoding_str
7343                 should not depend on the order of values in the
7344                 EncodingType definition
7345         * doc-src/rfc1806.txt   ** NEW FILE **
7346                 Added rfc1806 about MIME Content-Disposition
7347                 Extension
7348
7349 2002-09-19 [paul]       0.8.2claws60
7350
7351         * sync with 0.8.2cvs3
7352                 see ChangeLog 2002-09-19
7353
7354 2002-09-19 [paul]       0.8.2claws59
7355
7356         * src/prefs_folder_item.c
7357                 revert to Darko's original alignment of colour
7358                 selector button
7359                 add a colon to folder_color label
7360                 
7361         * src/compose.c
7362                 add Colin's patch (with Hiro's modifications) to 
7363                 force BASE64 encoding for 8-bit text when signing
7364                 (sync with 0.8.3cvs2)
7365
7366 2002-09-18 [alfons]     0.8.2claws58
7367
7368         * src/compose.c
7369                 :%sno/if(/if (/gc
7370                 :%sno/for(/for (/gc
7371                 (beautify a little bit)
7372
7373 2002-09-18 [christoph]  0.8.2claws57
7374
7375         * src/pine.c
7376                 fix handling of fgetc return value
7377
7378 2002-09-17 [alfons]     0.8.2claws56
7379         
7380         * src/summaryview.c
7381                 summary_sort(): check non-NULL summaryview->folder_item when no 
7382                 folder is selected at all
7383                 (closes "[ 610344 ] sort label make syl Crash")
7384
7385 2002-09-17 [alfons]     0.8.2claws55
7386         
7387         * src/compose.c
7388                 beautify a little bit
7389
7390 2002-09-17 [christoph]  0.8.2claws54
7391
7392         * src/folder.c
7393                 initialize max values for cache and folder
7394                 when cache or folder is empty
7395
7396 2002-09-15 [colin]      0.8.2claws53
7397
7398         * src/compose.c
7399                 Fix a leak (thanks Alfons!) and cleaned
7400                 variables names for custom headers
7401
7402 2002-09-15 [colin]      0.8.2claws52
7403
7404         * src/compose.c
7405                 Fix custom headers recognition when
7406                 prefs_common.trans_hdr is on
7407
7408 2002-09-15 [colin]      0.8.2claws51
7409
7410         * src/compose.c
7411                 Allow dynamically-added custom headers
7412                 Yet not reparsed if reedited
7413
7414 2002-09-15 [alfons]     0.8.2claws50
7415
7416         * src/prefs_account.c
7417                 fix warnings
7418
7419 2002-09-15 [colin]      0.8.2claws49
7420         
7421         * src/prefs_account.c
7422                 fix pop_before_smtp sensitivity
7423
7424 2002-09-15 [colin]      0.8.2claws48
7425
7426         * src/inc.[ch]
7427                 add inc_pop_before_smtp()
7428                 allow MainWindow to be undefined in 
7429                 inc_account_mail() and inc_start()
7430         * src/pop.c
7431           src/prefs_account.h
7432                 add STYPE_POP_BEFORE_SMTP session type
7433         * src/prefs_account.c
7434                 activated pop before smtp option
7435         * src/send.c
7436                 do pop before smtp if the relevant option 
7437                 is set
7438
7439 2002-09-15 [paul]       0.8.2claws47
7440
7441         * sync with 0.8.3
7442                 see ChangeLog 2002-09-15
7443
7444 2002-09-14 [paul]       0.8.2claws46
7445
7446         * po/bg.po
7447                 updated Bulgarian translation, submitted by
7448                 George Danchev
7449
7450 2002-09-13 [paul]       0.8.2claws45
7451
7452         * src/compose.c
7453                 merge claws' select_account() with main's
7454                 (new) compose_select_account(). [sync with
7455                 0.8.2cvs15, see ChangeLog 2002-09-11]
7456
7457 2002-09-12 [christoph]  0.8.2claws44
7458
7459         * src/filter.c
7460                 allocate 1 elements of FolderItem not 0
7461
7462 2002-09-12 [colin]      0.8.2claws43
7463
7464         * src/compose.c
7465                 Fix bug #590825 (obey Follow-up: poster)
7466
7467 2002-09-12 [colin]      0.8.2claws42
7468
7469         * src/procmime.c
7470                 Fix bug #557009 (wrong headers for messages 
7471                 forwarded as attachments)
7472
7473 2002-09-11 [colin]      0.8.2claws41
7474         
7475         * src/compose.c
7476                 Put SCF: pseudo-header on top of message
7477                 Set draft tmp_flag when saved as draft
7478
7479         * src/procmsg.c
7480           src/procheader.c
7481                 Skip after first \n\n for beginning of real message
7482                 for drafts too
7483
7484 2002-09-11 [christoph]  0.8.2claws40
7485
7486         * src/filtering.c
7487                 use procmsg flag functions in filtering or processing
7488                 will cause incorrect folder message counts
7489
7490 2002-09-11 [colin]      0.8.2claws39
7491
7492         * src/compose.c
7493                 Fix bug #550175 - wrong save folder when reediting
7494                 drafts
7495
7496 2002-09-11 [paul]       0.8.2claws38
7497
7498         * sync with 0.8.2cvs14
7499                 see ChangeLog 2002-09-11
7500
7501 2002-09-11 [colin]      0.8.2claws37
7502
7503         * src/folder.c
7504                 Fix a typo (seeming to cause new/unread status to
7505                 be lost)
7506
7507 2002-09-10 [christoph]  0.8.2claws36
7508
7509         * src/compose.c
7510                 compose_redirect should not use compose_generic_new
7511                 because that does more stuff than expected including
7512                 opening the external editor
7513                 (closes bug "[ 526608 ] bounced messages appear blank
7514                  in editor")
7515
7516 2002-09-10 [christoph]  0.8.2claws35
7517
7518         * src/folder.c
7519                 fix problem with too large message number range
7520                 causing a crash in folder_item_scan
7521
7522 2002-09-10 [paul]       0.8.2claws34
7523
7524         * sync with 0.8.2cvs13
7525                 see ChangeLog 2002-09-10
7526
7527 2002-09-10 [christoph]  0.8.2claws33
7528
7529         * src/msgcache.c
7530                 set MsgInfo TmpFlags for queue and draft folders
7531                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7532
7533 2002-09-10 [paul]       0.8.2claws32
7534
7535         * AUTHORS
7536           po/bg.po      ** NEW FILE **
7537                 new Bulgarian translation submitted by
7538                 George Danchev <danchev@spnet.net>
7539                 
7540         * tools/Makefile.am
7541           tools/README
7542           tools/tb2sylpheed     ** NEW FILE **
7543                 add script that converts an addressbook exported
7544                 from The Bat! into a Sylpheed addressbook. Submitted
7545                 by Urke MMI <urke-kg@eunet.yu>
7546
7547 2002-09-10 [paul]       0.8.2claws31
7548
7549         * sync with 0.8.2cvs12
7550                 see ChangeLog 2002-09-10
7551
7552 2002-09-06 [paul]       0.8.2claws30
7553
7554         * src/prefs_common.c
7555                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7556                 
7557         * tools/Makefile.am
7558           tools/README
7559           tools/ldif-to-xml.py  ** REMOVED **
7560                 remove obsolete python script
7561
7562 2002-09-06 [paul]       0.8.2claws29
7563
7564         * sync with 0.8.2cvs10
7565                 see ChangeLog 2002-09-06
7566
7567 2002-09-04 [paul]       0.8.2claws28
7568
7569         * sync with 0.8.2cvs9
7570                 see ChangeLog 2002-08-04
7571
7572 2002-09-04 [colin]      0.8.2claws27 
7573
7574         * src/prefs_common.[ch]
7575                 Added signature color configuration
7576         * src/textview.c
7577                 Use user-specified signature color
7578
7579 2002-09-03 [colin]      0.8.2claws26
7580
7581         * src/prefs_common.[ch]
7582                 Added autosave and autosave_length prefs
7583         * src/compose.c
7584                 Added compose_remove_draft()
7585                 Auto-save drafts according to the prefs
7586         * src/main.c
7587                 Added a crash-indicator file, allowing to check
7588                 for new messages on startup if Sylpheed crashed
7589                 (makes saved drafts "reappear")
7590
7591 2002-09-03 [colin]      0.8.2claws25
7592
7593         * src/textview.[ch]
7594                 Grey the signature
7595
7596 2002-09-03 [paul]       0.8.2claws24
7597
7598         * sync with 0.8.2cvs8
7599                 see ChangeLog 2002-09-02 and 2002-09-03
7600
7601 2002-09-03 [darko]      0.8.2claws23
7602
7603         * src/folderview.c
7604                 use normal style when creating new folder to pick
7605                 proper font size 
7606
7607 2002-09-02 [melvin]     0.8.2claws22
7608
7609         * src/gtkaspell.m4
7610                 removed some obsolete code
7611
7612 2002-09-02 [melvin]     0.8.2claws21
7613
7614         * ac/aspell.m4
7615                 fixed test's equality sign (== to =)
7616
7617 2002-09-02 [alfons]     0.8.2claws20
7618
7619         * src/folder.c
7620         * src/mh.c
7621                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7622                 as folder->destroy virtual as suggested by Hiro
7623                 (the mh.c code seems to have been lost around mh.c.1.21)
7624
7625 2002-09-02 [paul]       0.8.2claws19
7626
7627         * po/pt_BR.po
7628                 updated by Fabio Jr. Beneditto
7629                 
7630         * src/defs.h
7631                 use 'http://claws.sylpheed.org' for homepage link. 
7632                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7633
7634 2002-09-01 [alfons]     0.8.2claws18
7635
7636         * src/mh.c
7637                 plug memleak related to one Martin Kluge found
7638
7639 2002-08-31 [paul]       0.8.2claws17
7640
7641         * sync with 0.8.2cvs6
7642                 see ChangeLog 2002-08-30
7643
7644 2002-08-31 [alfons]     0.8.2claws16
7645
7646         * src/folder.c
7647                 folder_destroy(): remove mailbox from folderlist even if it has
7648                 no destroy virtual
7649
7650 2002-08-31 [alfons]     0.8.2claws15
7651
7652         * src/folder.c
7653                 :%sno/if(/if (/gc
7654                 :%sno/for(/for (/gc
7655                 (being pedantic I know)
7656
7657 2002-08-31 [alfons]     0.8.2claws14
7658
7659         * src/folder.c
7660                 check for NULL pointers returned from folder->fetch_msginfo virtual
7661                 (should solve some reported crashes)
7662
7663 2002-08-30 [alfons]     0.8.2claws13
7664
7665         * acconfig.h
7666         * configure.in
7667         * src/crash.c
7668                 enable crash dialog on compilation time
7669                 (--enable-crash-dialog configure option)
7670
7671 2002-08-30 [alfons]     0.8.2claws12
7672
7673         * AUTHORS
7674                 add Martin Kluge
7675         * src/mh.c
7676                 apply memory leak plug patch by Martin Kluge
7677                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7678                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7679                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7680
7681 2002-08-30 [darko]      0.8.2claws11
7682
7683         * src/folderview.c
7684                 copy Gtk style from normal style to match
7685                 font size for coloured folders
7686
7687 2002-08-29 [alfons]     0.8.2claws10
7688
7689         * sylpheed.desktop
7690                 Type=Internet <- Type=Application
7691                 (reported by Michael Schwendt, see:
7692                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7693                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7694
7695 2002-08-29 [paul]       0.8.2claws9
7696
7697         * sync with 0.8.2cvs5
7698                 see ChangeLog 2002-08-29
7699
7700 2002-08-29 [colin]      0.8.2claws8
7701
7702         * src/summaryview.c
7703                 Added a sanity check in summary_select_thread
7704                 Should fix bug 601605
7705
7706 2002-08-29 [colin]      0.8.2claws7
7707
7708         * src/main.c
7709                 Revert claws6 changes regarding bug #591676
7710
7711 2002-08-28 [colin]      0.8.2claws6
7712         
7713         * src/main.c
7714                 Ignore cache for queue folderitems
7715                 Fix bug #591676
7716
7717 2002-08-28 [melvin]     0.8.2claws5
7718
7719         * README.claws
7720                 Fixed typos.
7721
7722 2002-08-28 [melvin]     0.8.2claws4
7723
7724         * README.claws
7725                 Updated a bit the text concerning the spell checker
7726
7727 2002-08-28 [melvin]     0.8.2claws3
7728
7729         Merged the GNU_aspell_branch:
7730                 Support of new GNU/aspell is now included and the old pspell
7731                 is not supported anymore.
7732                 See README.claws
7733
7734         * README.claws
7735                 Updated spell checker text to reflect the switch to GNU/aspell
7736
7737         * ac/aspell.m4          *** NEW ***
7738         * src/gtkaspell.[ch]    *** NEW *** 
7739         * ac/pspell.m4          *** DELETED *** 
7740         * src/gtkspell.[ch]     *** DELETED ***
7741
7742         * ac/Makefile.am
7743                 Updated for GNU/aspell support
7744
7745         * po/POTFILES.in
7746                 Replaced gtkspell.c by gtkaspell.c
7747
7748         * acconfig.h
7749         * src/Makefile.am
7750         * src/about.c
7751         * src/compose.[ch]
7752         * src/crash.c
7753         * src/main.c
7754         * src/prefs_common.[ch]
7755                 Updated for GNU/aspell support
7756
7757 2002-08-28 [paul]       0.8.2claws2
7758
7759         * sync with 0.8.2cvs4
7760                 see ChangeLog 2002-08-27 and 2002-08-28
7761
7762 2002-08-28 [colin]      0.8.2claws1
7763
7764         * src/summary_search.c
7765                 Added "AND search"
7766
7767 2002-08-28 [jens]       0.8.2claws
7768
7769         *po/de.po
7770                 Updated German translations
7771
7772 2002-08-27 [melvin]     0.8.2claws
7773
7774         * po/fr.po
7775                 Updated French translations
7776
7777 2002-08-27 [paul]       0.8.2claws
7778
7779         * sync with 0.8.2 main release
7780
7781         * po/en_GB.po
7782           po/es.po
7783           po/it.po
7784           po/pl.po
7785           po/pt_BR.po
7786           po/sr.po
7787                 updated message catalogs submitted by
7788                 Ricardo Mones Lastra, Alessandro Maestri,
7789                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7790                 Beneditto and Urke MMI  
7791
7792 2002-08-27 [hoa]        0.8.1claws123
7793
7794         * src/mainwindow.[ch]
7795         * src/summaryview.[ch]
7796                 removed the "filter setting" menu option.
7797                 add a "cancel a news message" menu option.
7798
7799 2002-08-26 [martin]     0.8.1claws122
7800
7801         * ChangeLog.claws
7802                 changed string under 0.8.1claws79 changed by myself
7803                 i'm sorry alfons :(
7804
7805 2002-08-26 [martin]     0.8.1claws121
7806
7807         * src/crash.c
7808                 added kill command to debuggerrc to start crash dialog
7809
7810 2002-08-26 [paul]       0.8.1claws120
7811
7812         * sync with 0.8.1cvs31
7813                 see ChangeLog 2002-08-26
7814
7815 2002-08-25 [alfons]     0.8.1claws119
7816
7817         * src/procmsg.c
7818                 fix bug that didn't send out correct headers to news server
7819                 when sending news article and email from queue (bug reported
7820                 and patch provided by Tim Mann; closes bug 
7821                 "[ 583196 ] 0.7.8claws can't post news")
7822
7823 2002-08-25 [alfons]     0.8.1claws118
7824
7825         * src/selective_download.c
7826                 mark two strings as translatable
7827                 (thanks to Urke MMI for pointing this out)
7828
7829 2002-08-25 [alfons]     0.8.1claws117
7830
7831         * src/summaryview.c
7832                 treat sent boxes as special and allow sorting them by addressee
7833                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7834                 submitted by Steve Lamb)
7835
7836 2002-08-24 [alfons]     0.8.1claws116
7837
7838         * src/matcher.c
7839                 fix memleak reported by Martin Kluge
7840                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7841
7842 2002-08-24 [oliver]     0.8.1claws115
7843
7844         * src/prefs_toolbar.c
7845                 o code cleanup as suggested by Alfons
7846                 o memleak fix
7847
7848 2002-08-24 [alfons]     0.8.1claws114
7849
7850         * src/summaryview.c
7851                 o fix another memory leak reported by Martin Kluge
7852                   (see "[ 599568 ] Small Memory Leak")
7853                 o remove 'from' variable from 'summary_set_header()'; we can
7854                   do with just 'to' 
7855
7856 2002-08-24 [paul]       0.8.1claws113
7857
7858         * sync with 0.8.1cvs30
7859                 see ChangeLog 2002-08-23
7860
7861 2002-08-24 [alfons]     0.8.1claws112
7862
7863         * src/summaryview.c
7864                 remove unnecessary allocations for search bar fixing leaks
7865                 reported by Martin Kluge
7866                 (see "[ 599451 ] Further memory leaks?")
7867
7868 2002-08-24 [alfons]     0.8.1claws111
7869
7870         * src/main.c
7871                 make get_socket_name() public for crash.c
7872         * src/crash.c
7873                 o make report bug button work (goes to claws' 
7874                   bug tracker at sf.net)
7875                 o introduce function for doing important stuff just
7876                   before claws goes down
7877                 o clean up code 
7878
7879 2002-08-24 [alfons]     0.8.1claws110
7880
7881         * src/compose.c
7882                 move cursor to "To" entry when forwarding as attachment
7883                 (reported and solved by Steve Lamb, closes bug report
7884                 "[ 592880 ] Forward as attachment; cursor not in to")
7885
7886 2002-08-24 [colin]      0.8.1claws109
7887
7888         * src/mainwindow.c
7889                 fix quick search visibility after GUI (de)separations.
7890
7891 2002-08-23 [colin]      0.8.1claws108
7892
7893         * src/mainwindow.c
7894                 fix header pane visibility after folderview or
7895                 messageview (de)separation
7896
7897 2002-08-23 [paul]       0.8.1claws107
7898
7899         * src/mainwindow.[ch]
7900           src/toolbar.c
7901                 give full control of display or non-display 
7902                 of the Execute icon to Custom toolbar settings.
7903                 add new sensitivity condition to maninwindow.h: 
7904                 M_DELAY_EXEC
7905
7906         * ChangeLog
7907           ChangeLog.jp
7908           NEWS
7909                 more sync with 0.8.1cvs29
7910
7911 2002-08-23 [melvin]     0.8.1claws106
7912
7913         * src/alertpanel.c
7914                 Readded support for custom widget in alertpanel lost in last
7915                 sync.
7916
7917 2002-08-23 [paul]       0.8.1claws105
7918
7919         * sync with 0.8.1cvs29
7920                 see ChangeLog 2002-08-23
7921
7922 2002-08-23 [colin]      0.8.1claws104
7923
7924         * src/summaryview.c
7925                 Fix folder and search pixmaps exchanging positions
7926                 after theme or toolbar changes. Thank to Oliver for 
7927                 reporting this.
7928
7929 2002-08-23 [colin]      0.8.1claws103
7930
7931         * src/mainwindow.c
7932           src/messageview.[ch]
7933           src/noticeview.[ch]
7934           src/summaryview.c
7935                 Changed messageview_create() and noticeview_create()
7936                 to avoid the last gdk_warning
7937
7938 2002-08-22 [colin]      0.8.1claws102
7939
7940         * src/summaryview.c
7941                 Fix my new `Creating pixmap from xpm' warning
7942
7943 2002-08-22 [colin]      0.8.1claws101
7944
7945         * src/mainwindow.c
7946                 Fix some of the gdk warnings
7947
7948 2002-08-22 [colin]      0.8.1claws100
7949
7950         * src/Makefile.am
7951         * src/stock_pixmap.c
7952         * src/stock_pixmap.h
7953         * src/pixmaps/quicksearch.xpm *ADDED*
7954                 Add the quicksearch pixmap
7955         * src/mainwindow.c
7956         * src/summaryview.c
7957         * src/summaryview.h
7958                 Make quicksearch bar visible/hidden via a button
7959
7960 2002-08-22 [christoph]  0.8.1claws99
7961
7962         * src/folder.c
7963                 fix folder update for newsgroups with message
7964                 numbers below minimum number of articles to fetch
7965                 (closes bug #598445)
7966
7967 2002-08-22 [paul]       0.8.1claws98
7968
7969         * sync with 0.8.1cvs28
7970                 see ChangeLog 2002-08-22
7971
7972 2002-08-21 [alfons]     0.8.1claws97
7973
7974         * src/crash.c
7975                 use bt instead of bt full which seems to work 
7976                 better, and bt full doesn't give a great deal 
7977                 of information anyway
7978
7979 2002-08-21 [colin]      0.8.1claws96
7980
7981         * src/summaryview.c
7982                 fix summaryview_searchtype_changed prototype
7983
7984 2002-08-21 [christoph]  0.8.1claws95
7985
7986         * src/mainwindow.c
7987                 o fix broken menu update for sorting type, we have to
7988                   get this info from the summaryview now
7989                 o removed setting of threaded state in menu callback
7990         * src/summaryview.[ch]
7991                 more summaryview/folderitem seperation for
7992                 threading option
7993         * configure.in
7994                 removed not required --with-compiler-flags option
7995
7996 2002-08-21 [oliver]     0.8.1claws94
7997         
7998         * src/toolbar.h 
7999                 o rename toolbar.xml to toolbar_main.xml
8000                   since toolbar_compose.xml might come up 
8001                   any time soon
8002         * README.claws
8003                 add custom toolbar              
8004
8005 2002-08-21 [darko]      0.8.1claws93
8006
8007         * src/procmsg.c
8008                 don't reset tmp flags for messages copied
8009                 to sent folder
8010
8011 2002-08-21 [colin]      0.8.1claws92
8012         
8013         * src/prefs_filtering.c
8014                 fix renaming rules on folder rename 
8015                 when folder is not a leaf folder
8016
8017 2002-08-21 [paul]       0.8.1claws91
8018
8019         * src/prefs_folder_item.c
8020                 fix alignment of colour selector
8021
8022 2002-08-21 [paul]       0.8.1claws90
8023
8024         * sync with 0.8.1cvs27
8025                 see ChangeLog 2002-08-21
8026
8027 2002-08-21 [paul]       0.8.1claws89
8028
8029         * src/summaryview.c
8030                 fix crash when changing field type in
8031                 Quick search bar
8032
8033 2002-08-21 [colin]      0.8.1claws88
8034
8035         * src/summaryview.c
8036                 Made quick search case-insensitive
8037
8038 2002-08-21 [paul]       0.8.1claws87
8039
8040         * sync with 0.8.1cvs26
8041                 see ChangeLog 2002-08-21
8042
8043 2002-08-20 [christoph]  0.8.1claws86
8044
8045         * src/folderview.c
8046         * src/main.c
8047         * src/summaryview.[ch]
8048                 more summaryview/folderitem seperation for
8049                 sort_key and sort_type
8050         * src/procmsg.c
8051                 added missing return statement
8052
8053 2002-08-20 [colin]      0.8.1claws85
8054
8055         * src/summaryview.[ch]
8056                 Added a quick search box
8057         * src/mainwindow.c
8058         * src/prefs_common.[ch]
8059                 Added a show/hide option for the quick search
8060
8061 2002-08-20 [oliver]     0.8.1claws84
8062         
8063         * src/mainwindow.c
8064                 remove toolbar_create_popups
8065         * src/toolbar.[ch]
8066                 o remove toolbar_create_popups
8067                 o fix toolbar_set_sensitive 
8068                   (Bug reports #596834 and #596832)     
8069         * src/prefs_toolbar.c
8070                 o add "Set default" button
8071                 o align label and text + combo widgets
8072
8073 2002-08-20 [hoa]        0.8.1claws83bis
8074
8075         * src/imap.c
8076                 fixed a bug in imap_fetch_msginfo() in case there is no
8077                 current folder.
8078
8079 2002-08-20 [darko]      0.8.1claws83
8080
8081         * src/folderview.c
8082                 copy the color style of folder view so it
8083                 works with GTK themes
8084
8085 2002-08-20 [darko]      0.8.1claws82
8086
8087         * src/folder.h
8088         * src/folderview.c
8089         * src/prefs_folder_item.[hc]
8090                 don't use UI stuff in folder.h
8091
8092 2002-08-20 [darko]      0.8.1claws81
8093
8094         * src/folder.h
8095         * src/prefs_folder_item.h
8096         * src/folderview.c
8097         * src/prefs_folder_item.c
8098                 ability to set folder color in folderview
8099
8100 2002-08-19 [alfons]     0.8.1claws80
8101
8102         * src/summaryview.c
8103                 fix one of the earlier memleaks reported by Martin Kluge
8104
8105 2002-08-19 [alfons]     0.8.1claws79
8106
8107         * src/mainwindow.c
8108                 hide notice view when selecting seperate folder
8109                 view (reported by Urke MMI)
8110
8111 2002-08-19 [christoph]  0.8.1claws78
8112
8113         * src/folderview.c
8114         * src/prefs_folder_item.h
8115         * src/summaryview.[ch]
8116                 o add summary_set_prefs_from_folderitem to set
8117                   summaryview prefs (first step to remove all
8118                   references to the folderitem in summaryview)
8119                 o moved compiled regex stuff from folderitem prefs
8120                   to summaryview code
8121
8122 2002-08-19 [paul]       0.8.1claws77
8123
8124         * src/compose.c
8125                 add check for '.' to QUOTE_IF_REQUIRED
8126
8127 2002-08-19 [paul]       0.8.1claws76
8128
8129         * src/inc.c
8130                 sync with 0.8.1cvs25 (plug memory leak)
8131
8132         * src/prefs_toolbar.c
8133                 re-order prefs_toolbar_cancel()
8134
8135 2002-08-18 [alfons]     0.8.1claws75
8136
8137         * src/inc.c
8138         * src/matcher.c
8139                 plug other memleaks reported by Martin Kluge
8140
8141 2002-08-18 [paul]       0.8.1claws74
8142
8143         * po/pt_BR.po
8144                 updated by Fabio Jr. Beneditto
8145
8146 2002-08-18 [paul]       0.8.1claws73
8147
8148         * src/toolbar.[ch]
8149                 fix bug where tooltips were displayed untranslated              
8150
8151         * src/prefs_toolbar.c
8152                 fix bug where clicking 'Cancel' creates an icon & text
8153                 toolbar regardless of prefs
8154         
8155
8156 2002-08-17 [oliver]     0.8.1claws72
8157
8158         * src/prefs_toolbar.c
8159                 update toolbar on CANCEL
8160                 bug reported by Martin Kluge
8161         * src/toolbar.c
8162                 toolbar_destroy memleak fixed           
8163
8164 2002-08-17 [alfons]     0.8.1claws71
8165
8166         * src/toolbar.c
8167                 plug another memleak reported by Martin Kluge
8168
8169 2002-08-16 [alfons]     0.8.1claws70
8170
8171         * src/crash.c
8172                 use execvp() correctly (suggested by wwp; thanks!)
8173
8174 2002-08-16 [alfons]     0.8.1claws69
8175
8176         * src/gtksctree.c
8177                 plug memory leak reported by Kim Schultz & Martin Kluge
8178
8179 2002-08-16 [paul]       0.8.1claws68
8180
8181         * po/es.po
8182                 updated by Ricardo Mones Lastra
8183
8184 2002-08-16 [paul]       0.8.1claws67
8185
8186         * src/toolbar.h
8187                 fix bug where 'Compose News' icon showed wrong
8188                 tooltip
8189
8190 2002-08-16 [paul]       0.8.1claws66
8191
8192         * sync with 0.8.1cvs24
8193                 see ChangeLog 2002-08-16
8194
8195         * po/it.po
8196                 updated by Alessandro Maestri
8197
8198 2002-08-15 [paul]       0.8.1claws65
8199
8200         * po/sr.po
8201                 updated by Urke MMI
8202
8203 2002-08-15 [paul]       0.8.1claws64
8204
8205         * src/*.c
8206                 don't translate debug info
8207
8208         * src/matcher.[ch]
8209                 add copyright info
8210
8211 2002-08-15 [paul]       0.8.1claws63
8212
8213         * src/prefs_toolbar.c
8214                 fix bug where clicking 'OK' creates an icon & text
8215                 toolbar regardless of prefs
8216
8217 2002-08-14 [alfons]     0.8.1claws62
8218
8219         * src/main.c
8220                 add global var that has the full argv[0]
8221         * src/crash.c
8222                 o execvp the correct sylpheed by using argv0
8223                   and setting the correct work dir
8224                 o other tweaks  
8225
8226 2002-08-14 [oliver]     0.8.1claws61
8227         
8228         * enable/disable Toolbar Action Buttons 
8229         * code cleanups
8230         * src/mainwindow.c
8231         * src/toolbar.[ch]      
8232         * src/prefs_toolbar.c   
8233
8234 2002-08-14 [melvin]     0.8.1claws60
8235
8236         * po/fr.po
8237                 Updated French translations
8238
8239 2002-08-14 [melvin]     0.8.1claws59
8240
8241         * src/crash.c
8242                 Made bug report not translatable
8243         * src/exporthtml.c
8244                 Fixed exporthtml_build_filespec() return value
8245         * src/foldersel.c
8246                 Fixed incorrect include file
8247         * src/gtkspell.c
8248         * src/prefs_actions.c
8249         * src/prefs_toolbar.c
8250                 Made debug info not translatable
8251         * src/mutt.c
8252         * src/quote_fmt.c
8253                 Added missing includes
8254         * src/prefs_common.c
8255                 Fixed typo
8256
8257 2002-08-14 [paul]       0.8.1claws58
8258
8259         * faq/es/sylpheed-faq.html
8260           faq/es/sylpheed-faq-[1-3].html
8261           faq/es/sylpheed-faq-4.html     **NEW FILE **
8262                 update Spanish FAQ
8263
8264 2002-08-13 [christoph]  0.8.1claws57
8265
8266         * src/procmsg.c
8267                 ignore thread fix that did not mark all
8268                 child nodes of a ignored thread as
8269                 ignored. Does not work perfectly yet,
8270                 but it is better now
8271
8272 2002-08-13 [alfons]     0.8.1claws56
8273
8274         * src/crash.c
8275                 o implement 'save crash log'
8276                 o some tweaks
8277
8278 2002-08-13 [melvin]     0.8.1claws55
8279
8280         * src/main.c
8281                 removed unrequired "execinfo.h" header
8282
8283 2002-08-12 [paul]       0.8.1claws54
8284
8285         * faq/en/sylpheed-faq.html
8286           faq/en/sylpheed-faq-[1-3].html
8287           faq/en/sylpheed-faq-4.html     **NEW FILE **
8288                 update English FAQ
8289
8290 2002-08-12 [alfons]     0.8.1claws53
8291
8292         * po/POTFILES.in
8293                 add crash.c to translatables
8294         * src/crash.c
8295                 bring in Leandro's crash dialog
8296
8297 2002-08-11 [alfons]     0.8.1claws52
8298
8299         * src/crash.c
8300                 clean up some warnings
8301
8302 2002-08-11 [alfons]     0.8.1claws51
8303
8304         * acconfig.h
8305         * configure.in
8306         * src/crash.[ch]        ** NEW FILES **
8307         * src/main.c            
8308                 initial gdb crash handler
8309
8310 2002-08-11 [paul]       0.8.1claws50
8311
8312         * src/prefs_toolbar.c
8313                 replace Up/Down arrow pixmaps with text to be
8314                 consistent across icon themes
8315
8316 2002-08-11 [paul]       0.8.1claws49
8317
8318         * src/prefs_common.c
8319           src/prefs_toolbar.c
8320                 rename 'Pixmap' -> 'Icon'
8321
8322         * src/toolbar.[ch]
8323                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8324
8325 2002-08-10 [paul]       0.8.1claws48
8326
8327         * src/prefs_toolbar.c
8328                 re-work the UI
8329
8330 2002-08-10 [paul]       0.8.1claws47
8331
8332         * src/main.c
8333                 don't write Processing progress to status bar
8334                 patch submitted by Alexander Evseev
8335
8336         * src/prefs_toolbar.c
8337                 re-position and resize window
8338                 make window assume correct size on first call
8339
8340 2002-08-10 [paul]       0.8.1claws46
8341
8342         * src/mainwindow.c
8343           src/prefs_toolbar.c
8344           src/toolbar.c
8345           src/toolbar.h
8346                 obey coding style
8347                 follow UI text conventions
8348
8349 2002-08-10 [alfons]     0.8.1claws45
8350
8351         * src/toolbar.c
8352                 correct pixmap for delete action
8353
8354 2002-08-10 [paul]       0.8.1claws44
8355
8356         * po/pt_BR.po
8357                 updated by Fabio Jr. Beneditto
8358
8359 2002-08-10 [paul]       0.8.1claws43
8360
8361         * po/POTFILES.in
8362                 add custom toolbar files
8363
8364 2002-08-10 [paul]       0.8.1claws42
8365
8366         * sync with 0.8.1cvs22
8367                 see ChangeLog 2002-08-09
8368
8369 2002-08-09 [paul]       0.8.1claws41
8370
8371         * tools/Makefile.am
8372           tools/README
8373           tools/outlook2sylpheed.pl     ** NEW FILE **
8374                 add script to convert exported Outlook
8375                 contacts list to a Sylpheed addressbook.
8376                 Submitted by Ricardo Mones Lastra.
8377
8378 2002-08-09 [paul]       0.8.1claws40
8379
8380         * AUTHORS
8381           configure.in
8382           po/sr.po      ** NEW FILE **
8383                 add Serbian message catalog. Submitted by
8384                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8385
8386 2002-08-09 [paul]       0.8.1claws39
8387
8388         * sync with 0.8.1cvs21
8389                 see ChangeLog 2002-08-08
8390
8391 2002-08-08 [oliver]     0.8.1claws38
8392
8393         * src/mainwindow.c
8394                 move Custom Toolbar to Configuration menu
8395
8396 2002-08-08 [oliver]     0.8.1claws37
8397
8398         * src/prefs_toolbar.c
8399                 fix substitute pixmap bug
8400
8401 2002-08-08 [paul]       0.8.1claws36
8402
8403         * sync with 0.8.1cvs19
8404                 see ChangeLog 2002-08-08
8405
8406 2002-08-07 [christoph]  0.8.1claws35
8407
8408         * src/utils.c
8409                 fixed a memory leak in new canonicalize_file_replace
8410
8411 2002-08-07 [christoph]  0.8.1claws34
8412
8413         * src/utils.[ch]
8414                 o canonicalize_file_replace should create the temporary
8415                   file in the same directory as the original file.
8416                 o added get_tmpfile_in_dir that creates a temorary file
8417                   in a specified directory.
8418
8419 2002-08-07 [melvin]     0.8.1claws33
8420
8421         * src/toolbar.c
8422                 fixed bug where 'Article' button acted as 'Email' button.
8423
8424 2002-08-07 [paul]       0.8.1claws32
8425
8426         * sync with 0.8.1.cvs17
8427                 see ChangeLog 2002-08-07
8428
8429 2002-08-07 [colin]      0.8.1claws31
8430         
8431         * src/news.c
8432                 fix mass-cancel problem
8433
8434 2002-08-07 [thorsten]   0.8.1claws30
8435
8436         * src/prefs_toolbar.c
8437                 fix: crash on replace or add new button
8438         * src/toolbar.c
8439                 fix: close xmlfile after reading
8440         * src/utils.c
8441                 fix: unlink() file before rename()
8442
8443 2002-08-06 [paul]       0.8.1claws29
8444
8445         * sync with 0.8.cvs15
8446                 see ChangeLog 2002-08-06
8447
8448 2002-08-06 [oliver]     0.8.1claws28
8449
8450         * src/toolbar.c
8451         * src/prefs_toolbar.c
8452                 fixed empty toolbar issue
8453
8454 2002-08-06 [oliver]     0.8.1claws27
8455
8456         * Custom Toolbar Final 
8457         * src/folderview.c
8458         * src/inc.c
8459         * src/summaryview.c
8460                 o toolbar stuff now lives in src/toolbar.[ch]
8461                 o main_window_toolbar_* functions are renamed to
8462                   toolbar_* reflecting their new source file
8463         * src/mainwindow.[ch]
8464                 o remove toolbar stuff  
8465
8466 2002-08-06 [oliver]     0.8.1claws26
8467         
8468         * src/Makefile.am
8469         * src/prefs_toolbar.[ch]        **New File**
8470         * src/toolbar.[ch]              **New File**
8471                 o prefs_toolbar.[ch] custom toolbar frontend
8472                 o toolbar.[ch]       backend 
8473
8474 2002-08-06 [oliver]     0.8.1claws25
8475
8476         * src/prefs_actions.[ch]
8477                 o new exported function actions_execute
8478
8479 2002-08-06 [paul]       0.8.1claws24
8480
8481         * sync with 0.8.1cvs4
8482                 see ChangeLog 2002-08-06
8483
8484 2002-08-06 [paul]       0.8.1claws23
8485
8486         * sync with 0.8.1cvs13
8487                 see ChangeLog 2002-08-06
8488
8489 2002-08-06 [paul]       0.8.1claws22
8490
8491         * sync with 0.8.1cvs12
8492                 see ChangeLog 2002-08-05 and 2002-08-06
8493
8494 2002-08-06 [match]      0.8.1claws21
8495
8496         * src/addrclip.c
8497                 improvements to cut/copy/paste address
8498
8499 2002-08-05 [match]      0.8.1claws20
8500
8501         * src/addritem.[ch]
8502         * src/addrcache.c
8503         * src/addrbook.c
8504         * src/editaddress.c
8505         * src/addressbook.c
8506                 fixes to improve cut/copy/paste
8507
8508 2002-08-06 [melvin]     0.8.1claws19
8509
8510         * src/account.[ch]
8511                 account_find_all_from_address(): new function that returns the
8512                 list of all accounts that are matched in an address.
8513         * src/alertpanel.[ch]
8514                 alertpanel() now accepts a custom widget
8515                 alertpanel_with_widget(): new function that pops up a panel with
8516                 a custom widget in it 
8517         * src/gtkutils.[ch]
8518                 gtkut_account_menu_new(): new function that allows the selection
8519                 of an account from a list of accounts.
8520         * src/messageview.c
8521                 Extended Return Receipt notification to select the correct 
8522                 account and to make a security test on the Delivery-Notification
8523                 address which should be the same as the Return-Path.
8524
8525 2002-08-06 [thorsten]   0.8.1claws18
8526
8527         * src/mimeview.c
8528                 attach_all: save unnamed as "noname.%d",
8529                 dont free static dirname
8530
8531 2002-08-05 [alfons]     0.8.1claws17
8532
8533         * configure.in
8534                 detect XIM by trying to link rather than compile a XIM program
8535
8536 2002-08-05 [oliver]     0.8.1claws16
8537                 
8538         * src/stock_pixmap.[ch]
8539                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8540                 o new func to retrieve pixmaps
8541
8542 2002-08-05 [paul]       0.8.1claws15
8543
8544         * sync with 0.8.1cvs10
8545                 see ChangeLog 2002-08-05
8546
8547 2002-08-04 [alfons]     0.8.1claws14
8548
8549         * src/textview.c
8550                 see if this plugs memleak
8551
8552 2002-08-04 [melvin]     0.8.1claws13
8553
8554         * src/gtkspell.c
8555                 fixed bug that could crash Sylpheed when highlighting
8556                 all misspelled words.
8557
8558 2002-08-03 [melvin]     0.8.1claws12
8559
8560         * src/prefs_actions.c
8561                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8562         * src/messageview.c
8563                 fixed bug where the Return Receipt was sent to
8564                 Delivery-Notification-To address even if it was not present
8565
8566 2002-08-02 [alfons]     0.8.1claws11
8567
8568         * src/prefs_actions.c
8569                 o more check for NULLs
8570                 o put create_io_dialog() in right conditional block
8571
8572 2002-08-02 [paul]       0.8.1claws10
8573
8574         * po/es.po
8575                 updated by Ricardo Mones Lastra
8576
8577 2002-08-01 [christoph]  0.8.1claws9
8578
8579         * src/folder.c
8580                 don't free the cache of the opened
8581                 folder in the summaryview
8582         * src/summaryview.c
8583                 don't unset flags, if it is not required
8584
8585 2002-08-01 [paul]       0.8.1claws8
8586
8587         * sync with 0.8.1cvs8
8588                 see ChangeLog entry 2002-08-01
8589
8590 2002-08-01 [paul]       0.8.1claws7
8591
8592         * sync with 0.8.1cvs7
8593                 see ChangeLog 2002-07-31 and 2002-08-01
8594
8595 2002-07-31 [christoph]  0.8.1claws6
8596
8597         * src/mainwindow.c
8598                 forgot to update menu sensitivity
8599                 function for new menu entry
8600
8601 2002-07-31 [alfons]     0.8.1claws5
8602
8603         * src/main.c
8604                 check folder item and its path for NULL on
8605                 initial processing
8606
8607 2002-07-31 [christoph]  0.8.1claws4
8608
8609         * src/folder.c
8610                 check if folder_item_get_msginfo in
8611                 folder_item_remove_msg returned NULL
8612         * src/imap.c
8613                 better clear the uid cache in the
8614                 uid validity check function and delete
8615                 cached messages
8616
8617 2002-07-31 [paul]       0.8.1claws3
8618
8619         * man/sylpheed.1
8620                 add the '--attach' option and a few other
8621                 minor changes
8622
8623 2002-07-31 [paul]       0.8.1claws2
8624
8625         * sync with 0.8.1cvs5
8626                 see ChangeLog 2002-07-31
8627
8628 2002-07-31 [christoph]  0.8.1claws1
8629
8630         * src/folderview.[ch]
8631         * src/mainwindow.c
8632                 replace "Rescan all folders..." with
8633                 "Check all folders for new messages..."
8634
8635 2002-07-30 [paul]       0.8.1claws
8636
8637         * version 0.8.1claws released
8638
8639 2002-07-30 [paul]       0.8.0claws29
8640
8641         * tools/OOo2sylpheed.pl ** NEW FILE **
8642           tools/README
8643                 add script to enable sending documents as
8644                 attachments from OpenOffice.org
8645
8646 2002-07-30 [melvin]     0.8.0claws28
8647
8648         * src/prefs_actions.c
8649                 Made the actions' input/output dialog display
8650                 without delay.
8651
8652 2002-07-30 [christoph]  0.8.0claws27
8653
8654         * src/procmsg.c
8655                 check if folder_item_get_msginfo in
8656                 procmsg_save_to_outbox returned NULL
8657
8658 2002-07-30 [paul]       0.8.0claws26
8659
8660         * sync with 0.8.1cvs4
8661                 see ChangeLog 2002-07-29
8662
8663 2002-07-29 [thorsten]   0.8.0claws25
8664
8665         * README.claws
8666                 added selective download, delete on server
8667
8668 2002-07-29 [paul]       0.8.0claws24
8669
8670         * sync with 0.8.1cvs3
8671                 see ChangeLog 2002-07-29
8672
8673 2002-07-27 [christoph]  0.8.0claws23
8674
8675         * src/folder.c
8676                 add extra check if fetching the msginfo
8677                 returned NULL
8678
8679 2002-07-27 [paul]       0.8.0claws22
8680
8681         * sync with 0.8.1cvs2
8682                 see ChangeLog 2002-07-26
8683
8684 2002-07-27 [christoph]  0.8.0claws21
8685
8686         * src/imap.c
8687                 add another check if a valid msginfo
8688                 was returned
8689
8690 2002-07-26 [hoa]        0.8.0claws20
8691
8692         * src/folder.c
8693                 Fixed a condition in folder_item_destroy()
8694
8695         * src/imap.c
8696                 Fixed an error in IMAP protocol
8697
8698 2002-07-26 [alfons]     0.8.0claws19
8699
8700         * src/folder.c
8701                 ofcourse compare with identifier, not the path
8702
8703 2002-07-26 [alfons]     0.8.0claws18
8704
8705         * src/folder.c
8706                 use folder item identifier for saving / restoring
8707                 preferences because folder->path might not be unique
8708
8709 2002-07-26 [melvin]     0.8.0claws17
8710
8711         * src/logwindow.c
8712                 Fixed a crash introduced in 0.8.0claws5 when log is 
8713                 cut under 80 characters.
8714
8715 2002-07-26 [paul]       0.8.0claws16
8716
8717         * sync with 0.8.1cvs1
8718                 see ChangeLog 2002-07-26
8719
8720 2002-07-26 [christoph]  0.8.0claws15
8721
8722         * src/imap.[ch]
8723                 imap folder now remembers the last selected
8724                 folder and imap_fetch_msginfo skips selecting
8725                 the folder if it is already selected
8726
8727 2002-07-26 [christoph]  0.8.0claws14
8728
8729         * src/folder.c
8730         * src/folderview.c
8731         * src/imap.c
8732                 fix imap folder rescanning
8733
8734 2002-07-25 [christoph]  0.8.0claws13
8735
8736         * src/filter.c
8737         * src/folder.[ch]
8738         * src/folderview.c
8739         * src/imap.[ch]
8740         * src/mainwindow.c
8741         * src/mbox_folder.c
8742         * src/mh.c
8743         * src/news.c
8744                 implement imap uid cache and uid validity check
8745
8746 2002-07-25 [alfons]     0.8.0claws12
8747
8748         * src/summaryview.c
8749                 fix a brown paper bag bug, and also add some more
8750                 checks
8751
8752 2002-07-25 [christoph]  0.8.0claws11
8753
8754         * src/folder.c
8755                 don't mix copy, fetch_msginfo and remove
8756                 operations in folder item copy and move
8757                 operations
8758
8759 2002-07-25 [christoph]  0.8.0claws10
8760
8761         * src/folderview.c
8762         * src/mainwindow.c
8763         * src/prefs_folder_item.c
8764         * src/summaryview.[ch]
8765                 remove no longer required parameter update_cache from
8766                 summary_show
8767
8768 2002-07-25 [paul]       0.8.0claws9
8769
8770         * sync with 0.8.1
8771         
8772         * AUTHORS
8773                 a few corrections
8774
8775 2002-07-24 [alfons]     0.8.0claws8
8776
8777         * src/summaryview.c
8778                 sort correctly when using simplified subject line
8779                 (closes feature request "[ 585141 ] applying regexp to subject 
8780                 before sort" submitted by Alexandra Walford)
8781
8782 2002-07-24 [paul]       0.8.0claws7
8783
8784         * sync with 0.8.0cvs3
8785                 see ChangeLog 2002-07-24
8786
8787 2002-07-23 [christoph]  0.8.0claws6
8788
8789         * src/folder.c
8790         * src/folder.h
8791         * src/summaryview.c
8792         * src/summaryview.h
8793         * src/main.c
8794                 o separate processing and summaryview
8795                 o removed summary_write_cache from summaryview
8796                 o removed summaryview->killed_messages, because we don't have
8797                   to keep a list of killed messages anymore. New cache will
8798                   keep the hidden messages in cache anyway
8799         * src/folderview.c
8800         * src/inc.c
8801         * src/selective_download.c
8802                 o removed unnecessary summary_write_cache calls
8803         * src/procmsg.c
8804                 o don't set ignore thread flag in procmsg_get_thread_tree
8805                   if it is already set
8806         * src/mainwindow.c
8807         * src/statusbar.h
8808                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8809                   they are used in different files
8810
8811 2002-07-23 [melvin]     0.8.0claws5
8812
8813         * src/addressbook.c
8814         * src/addrgather.c
8815         * src/editaddress.c
8816         * src/editgroup.c
8817         * src/editldap_basedn.c
8818         * src/importldif.c
8819         * src/prefs_common.c
8820                 Fixed few memory leak (gtk_editable_get_chars returns
8821                 an allocated string)
8822         * src/logwindow.c
8823                 Fixed few memory leak (gtk_editable_get_chars returns
8824                 an allocated string) and modified a little the log cutting
8825                 loop.
8826         * src/compose.c
8827                 Replaced a call to an obsolete function gtk_entry_get_text()
8828                 by gtk_editable_get_chars()
8829         * src/send.c
8830                 Removed a debug printf
8831
8832 2002-07-23 [christoph]  0.8.0claws4
8833
8834         * src/filesel.c
8835                 fix another g_dirname memory leak
8836
8837 2002-07-23 [christoph]  0.8.0claws3
8838
8839         * src/mh.c
8840                 fixed a memory leak in mh_fetch_msginfo
8841                 fixed crash when message header could not be
8842                 parsed
8843
8844 2002-07-23 [paul]       0.8.0claws2
8845
8846         * sync with 0.8.0cvs2
8847                 see ChangeLog 2002-07-23
8848
8849 2002-07-23 [paul]       0.8.0claws1
8850
8851         * sync with 0.8.0cvs1
8852                 see ChangeLog 2002-07-23
8853
8854 2002-07-23 [paul]       0.8.0claws
8855
8856         * release of 0.8.0claws
8857
8858 2002-07-23 [paul]       0.7.8claws99
8859
8860         * po/ru.po
8861                 new Russian translation, submitted by
8862                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8863
8864 2002-07-22 [jens]       0.7.8claws98
8865
8866         * po/de.po
8867                 Updated German translations.
8868
8869 2002-07-22 [paul]       0.7.8claws97
8870
8871         * po/es.po
8872           po/it.po
8873           po/nl.po
8874           po/pt_BR.po
8875                 updated translations by Ricardo Mones Lastra,
8876                 Alessandro Maestri, Wilbert Berendsen and 
8877                 Fabio Jr. Beneditto respectively
8878
8879 2002-07-22 [christoph]  0.7.8claws96
8880
8881         * src/mimeview.c
8882                 fix memory leak caused by wrong g_dirname usage
8883
8884 2002-07-22 [christoph]  0.7.8claws95
8885
8886         * src/summaryview.c
8887                 update new and unread message counts for summaryview
8888                 summaryview does not get it from the folder anymore
8889                 and has to update the values itself
8890
8891 2002-07-22 [melvin]     0.7.8claws94
8892
8893         * po/fr.po
8894                 Updated French translations.
8895
8896 2002-07-22 [christoph]  0.7.8claws93
8897
8898         * src/matcher.c
8899                 set prop->preg pointer to NULL or following check
8900                 will not fail and regexec will be called with
8901                 invalid pointer
8902
8903 2002-07-21 [alfons]     0.7.8claws92
8904         
8905         * src/prefs_common.[ch]
8906                 remove option "Send return receipt on request"
8907
8908 2002-07-21 [thorsten]   0.7.8claws91
8909
8910         * src/mimeview.c
8911                 fixed memleaks, coding style as pointed out by alfons
8912
8913 2002-07-21 [alfons]     0.7.8claws90
8914
8915         * src/messageview.c
8916         * src/noticeview.[ch]
8917                 o fix bug notice view being displayed when going to empty folder 
8918                   (noticed by Christoph)
8919                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8920                   (noticed by Thorsten)
8921
8922 2002-07-21 [thorsten]   0.7.8claws89
8923
8924         * src/mimeview.c
8925                 Included save_all patch from Xaview FACQ
8926                 added support for pathnames
8927
8928 2002-07-21 [alfons]     0.7.8claws88
8929
8930         * po/POTFILES.in
8931         * src/Makefile.am
8932         * src/mainwindow.c
8933         * src/messageview.[ch]
8934         * src/noticeview.c      ** NEW FILE **
8935         * src/noticeview.h      ** NEW FILE **
8936                 make return receipts work again
8937                 (UI idea by Leandro Pereira)
8938
8939 2002-07-21 [paul]       0.7.8claws87
8940
8941         * src/summaryview.c
8942                 fix sensitivity of 'Select thread'
8943
8944 2002-07-21 [paul]       0.7.8claws86
8945
8946         * src/prefs_common.c
8947                 add browser command line for Galeon
8948
8949 2002-07-21 [paul]       0.7.8claws85
8950
8951         * Makefile.am
8952                 fix 'EXTRA_DIST': remove README.README, add TODO
8953                 and TODO.claws
8954
8955 2002-07-21 [alfons]     0.7.8claws84
8956
8957         * src/gtkstext.c
8958                 make enter clear selection
8959                 (closes "[ 579888 ] Editor selection/entry error"
8960                 reported by Steve Lamb)
8961
8962 2002-07-21 [alfons]     0.7.8claws83
8963         
8964         * src/summaryview.c
8965                 sort message list when selecting unthread messages
8966                 (closes "[ 501593 ] switching threaded view doesn't sort"
8967                 reported by Simon Schubert)
8968
8969 2002-07-20 [alfons]     0.7.8claws82
8970         
8971         * src/matcher.c
8972                 const-correctness
8973
8974 2002-07-20 [thorsten]   0.7.8claws81
8975
8976         * src/matcher.c
8977                 Fixed expansion of empty fields in matchactions
8978
8979 2002-07-19 [melvin]     0.7.8claws80
8980
8981         * src/gtkspell.c
8982                 Removed a duplicate menu entry (fast mode) introduced during
8983                 the new cache merge
8984                 Added a menu separator between 'Use alternate' and 'Fast mode'
8985
8986 2002-07-19 [paul]       0.7.8claws79
8987
8988         * tools/Makefile.am
8989           tools/README
8990                 correct typos
8991
8992 2002-07-19 [thorsten]   0.7.8claws78
8993
8994         * tools/calypso_convert.pl      ** NEW FILE **
8995           tools/README
8996           tools/Makefile.am
8997                 script to import mbox files exported
8998                 by calypso
8999                 o generates folder structure
9000                 o includes attachments
9001
9002 2002-07-19 [melvin]     0.7.8claws77
9003
9004         * src/selective_download.[ch]
9005                 Fixed bug where closing the dialog with the window manager's
9006                 close button will not unlock the summary
9007                 Corrected some function declarations that missed a return value
9008                 Made the source code comply better with coding style.
9009         * src/prefs_common.c
9010                 Added new browser command line for Mozilla.
9011
9012 2002-07-18 [paul]       0.7.8claws76
9013
9014         * src/mainwindow.c
9015           src/selective_download.[ch]
9016                 reflect theme changes, fix Gdk Warning when creating 
9017                 pixmap from NULL window, and minor clean up.
9018                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9019
9020         * po/en_GB.po
9021                 updated
9022
9023 2002-07-17 [paul]       0.7.8claws75
9024
9025         * INSTALL[.jp]
9026                 sync with 0.8.0
9027         
9028         * po/en_GB.po
9029                 updated
9030
9031 2002-07-16 [paul]       0.7.8claws74
9032
9033         * tools/filter_conv.pl
9034           tools/README
9035                 replace conversion script with reimplemented version, 
9036                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9037
9038 2002-07-16 [colin]      0.7.8claws73
9039
9040         * src/summaryview.c
9041                 remove forgotten debug messages - sorry ;-)
9042
9043 2002-07-16 [colin]      0.7.8claws72
9044
9045         * src/mimeview.c
9046           src/summaryview.c
9047           src/textview.c
9048           src/textview.h
9049                 add the ability to select part of a text mime-part 
9050                 to reply.
9051
9052 2002-07-15 [christoph]  0.7.8claws71
9053
9054         * src/folder.c
9055                 fix folder message count for folders without
9056                 msg_is_changed (includes news folders)
9057
9058 2002-07-15 [martin]     0.7.8claws70
9059
9060         * src/summaryview.c
9061                 option "display recipient on 'From'..." now works
9062                 without the need of enabling the option
9063                 "display  sender  using  address  book".
9064
9065 2002-07-15 [christoph]  0.7.8claws69
9066
9067         * src/summaryview.c
9068                 removed setting folder status from summaryview.
9069                 folder.c should update all message counts correctly.
9070
9071 2002-07-15 [paul]       0.7.8claws68
9072
9073         * po/pt_BR.po
9074                 updated by Fabio Junior Beneditto
9075
9076 2002-07-15 [darko]      0.7.8claws67
9077
9078         * src/mh.c
9079                 Fixed target folder colorization, don't decrease op
9080                 number twice
9081
9082 2002-07-14 [paul]       0.7.8claws66
9083
9084         * sync with main 0.8.0
9085                 see ChangeLog 2002-07-14
9086
9087 2002-07-13 [melvin]     0.7.8claws65
9088         
9089         * src/addrbook.c
9090         * src/addressbook.c
9091         * src/addrindex.c
9092                 Replaced sprintf by g_snprintf to prevent possible buffer
9093                 overflow.
9094         * src/news.c
9095                 Corrected a log message output format.
9096                 Added a missing "done" debug output.
9097         * src/compose.c
9098                 Added keyboard accelerator for Priority menu items
9099                 Added missing \n in debug output
9100         * src/logwindow.c
9101         * src/gtkspell.c
9102         * src/rfc2015.c
9103                 Added missing \n in debug output
9104
9105 2002-07-13 [paul]       0.7.8claws64
9106
9107         * man/sylpheed.1
9108                 change Sergey's email address to the sf address
9109
9110         * src/textview.c
9111                 increase show_url_timeout (more useful for long
9112                 urls)
9113
9114 2002-07-12 [sergey]     0.7.8claws63
9115
9116         * src/rfc2015.c
9117                 applied (with some modifications) patch to set the
9118                 micalg parameter for signatures
9119                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9120
9121 2002-07-12 [sergey]     0.7.8claws62
9122
9123         * man/Makefile.am
9124         * configure.in
9125                 fixed man page installation
9126
9127 2002-07-12 [paul]       0.7.8claws61
9128
9129         * sync with 0.7.8cvs26
9130                 see ChangeLog 2002-07-11 and 2002-07-12
9131
9132 2002-07-11 [christoph]  0.7.8claws60
9133
9134         * src/compose.c
9135         * src/procmsg.c
9136                 first use the message number to find the message
9137                 to mark with a reply flag but check the
9138                 message-id if we got the correct message, if not
9139                 try to find it by message-id.
9140                 use new string seperator that is not allowed
9141                 in message-ids.
9142
9143 2002-07-11 [paul]       0.7.8claws59
9144
9145         * sync with 0.7.8cvs23
9146                 see ChangeLog 2002-07-10
9147
9148 2002-07-10 [christoph]  0.7.8claws58
9149
9150         * src/folder.[ch]
9151         * src/msgcache.[ch]
9152                 Added message-id table to the cache in memory
9153                 and functions to msgcache.c and folder.c to
9154                 fetch MsgInfos by message id
9155         * src/compose.c
9156         * src/procmsg.c
9157                 store folder and message-id of message replying
9158                 to in queue header and set reply flag after sending
9159                 (Closes bug #469498)
9160
9161 2002-07-10 [paul]       0.7.8claws57
9162
9163         * AUTHORS
9164           man/sylpheed.1.gz
9165                 add Martin to the list of authors
9166
9167 2002-07-09 [martin]     0.7.8claws56
9168         * src/gtksctree.c
9169                 Added gtk_ctree_last_visible(), tree_update_level(),
9170                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9171                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9172                 from gtk+ to gtksctree.c for the new sorting code
9173                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9174                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9175         * src/gtksctree.h
9176                 Added declaration for gtk_sctree_sort_recursive() and
9177                 gtk_sctree_sort_node
9178         * src/addressbook.c
9179         * src/foldersel.c
9180         * src/folderview.c
9181         * src/summaryview.c
9182                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9183                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9184
9185 2002-07-08 [paul]       0.7.8claws55
9186
9187         * more sync with 0.7.8cvs21
9188                 see ChangeLog 2002-07-08
9189
9190 2002-07-08 [paul]       0.7.8claws54
9191
9192         * sync with 0.7.8cvs21
9193                 see ChangeLog 2002-07-08
9194
9195 2002-07-07 [alfons]     0.7.8claws53
9196
9197         * src/Makefile.am
9198         * src/stock_pixmap.[ch]
9199         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9200         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9201         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9202                 add new pixmaps for upcoming notice pane
9203
9204 2002-07-06 [melvin]     0.7.8claws52
9205
9206         * src/gtkspell.[ch]
9207                 Made them a bit closer to Sylpheed's coding style.
9208                 Removed old code.
9209                 Removed possible memory leaks when some errors occurs.
9210
9211 2002-07-06 [melvin]     0.7.8claws51
9212
9213         * po/Makefile.in.in
9214                 Removed --no-location in xgettext command line to help
9215                 translators that use Emacs' po-mode
9216         * src/quote_fmt.c
9217                 Removed unnecessary comments that messed up sylpheed.pot
9218
9219 2002-07-06 [paul]       0.7.8claws50
9220
9221         * sync with 0.7.8cvs19
9222                 see ChangeLog 2002-07-05
9223
9224 2002-07-06 [christoph]  0.7.8claws49
9225
9226         * src/folder.c
9227         * src/mainwindow.c
9228                 fix folder_item_remove_all_msg and folderview
9229                 status for trash folders after emptying trash
9230
9231 2002-07-05 [paul]       0.7.8claws48
9232
9233         * sync with 0.7.8cvs16
9234                 see ChangeLog 2002-07-04 and 2002-07-05
9235
9236 2002-07-04 [paul]       0.7.8claws47
9237
9238         * sync with 0.7.8cvs14
9239                 see  ChangeLog 2002-07-04
9240
9241 2002-07-03 [alfons]     0.7.8claws46
9242
9243         * src/folder.c
9244                 dupe folder item's path because it's being reallocated
9245                 by new folder scanning code
9246
9247 2002-07-03 [christoph]  0.7.8claws45
9248
9249         * src/imap.c
9250                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9251         * src/msgcache.c
9252                 add missing return in msgcache_write
9253
9254 2002-07-02 [thorsten]   0.7.8claws44
9255
9256         * src/jpilot.c
9257         * src/msgcache.c
9258         * src/rfc2015.c
9259                 use binary mode for file access
9260
9261 2002-07-02 [christoph]  0.7.8claws43
9262
9263         * major code cleanup (part 1)
9264         
9265                 - unused variables removed
9266                 - unused functions removed
9267                 - uninitialized variables checked
9268                 - missing return statements added
9269                 - missing function return types added
9270                 - added parentheses around assignment and
9271                   && in || when suggested by gcc
9272               
9273         * src/mh.c
9274         * src/folder.c
9275                 replaced direct calls to folder->scan_tree
9276                 with folder_scan_tree and restore folder
9277                 prefs in this function. The folder should
9278                 not have to deal with them.
9279                 ( Should now work for all folder types )
9280
9281 2002-07-02 [paul]       0.7.8claws42
9282
9283         * sync with 0.7.8cvs13
9284                 see ChangeLog 2002-07-01 and 2002-07-02
9285
9286 2002-07-01 [christoph]  0.7.8claws41
9287
9288         * src/summaryview.c
9289                 fix "goto next/prev unread message" with
9290                 ignored threads
9291
9292 2002-07-01 [paul]       0.7.8claws40
9293
9294         * po/es.po
9295                 updated by Ricardo Mones Lastra
9296
9297 2002-06-30 [match]      0.7.8claws39
9298
9299         * src/jpilot.c
9300                 applied variation of leonerd's patch (566661) to
9301                 allow multiple email addresses per JPilot entry.
9302                 addresses may be separated by space, comma, pipe,
9303                 semi-colon, new-line.
9304
9305 2002-06-30 [alfons]     0.7.8claws38
9306
9307         * src/procmsg.c
9308                 simple fix for putting older nodes before
9309                 newer nodes when threading by subject
9310
9311 2002-06-30 [christoph]  0.7.8claws37
9312
9313         * src/folder.c
9314         * src/folderview.c
9315         * src/mh.c
9316         * src/news.c
9317         * src/procmsg.c
9318                 fix broken folder tree rescaning
9319                 and don't use procmsg_get_mark_sum
9320                 anymore
9321
9322 2002-06-30 [christoph]  0.7.8claws36
9323
9324         * merge new cache branch
9325         * src/imap.c
9326                 fix new cache imap copy bug
9327         * src/folder.c
9328                 improved folder_item_scan
9329                 it should now always set the correct
9330                 new, unread and total message counts
9331
9332 2002-06-29 [paul]       0.7.8claws35
9333
9334         * configure.in
9335                 correct syntax error
9336
9337 2002-06-29 [paul]       0.7.8claws34
9338
9339         * configure.in
9340           Makefile.am
9341           man/Makefile.am       ** NEW FILE **
9342           man/sylpheed.1.gz     ** NEW FILE **
9343                 add Sylpheed man page
9344
9345 2002-06-29 [paul]       0.7.8claws33
9346
9347         * po/pt_BR.po
9348                 updated by Fabio Junior Beneditto
9349
9350 2002-06-28 [jens]       0.7.8claws32
9351
9352         * po/de.po
9353                 translation updated
9354
9355         * src/selective_download.c
9356                 removed gettext for space " "
9357
9358         * src/imap.c
9359                 removed wrong space
9360
9361 2002-06-28 [paul]       0.7.8claws31
9362
9363         * sync with 0.7.8cvs11
9364                 see ChangeLog 2002-06-28
9365
9366 2002-06-28 [paul]       0.7.8claws30
9367
9368         * sync with 0.7.8cvs10
9369                 see ChangeLog 2002-06-27 and 2002-06-28
9370
9371 2002-06-26 [paul]       0.7.8claws29
9372
9373         * src/addrgather.c
9374           src/selective_download.c
9375                 don't gettextise empty strings.
9376                 reserved by gettext. gettext("") returns 
9377                 the header entry with meta information, 
9378                 not the empty string
9379
9380         * po/en_GB.po
9381                 updated
9382
9383 2002-06-26 [paul]       0.7.8claws28
9384
9385         * sync with 0.7.8cvs7
9386                 see ChangeLog 2002-06-25
9387
9388         * src/prefs_common.c
9389                 ...and in the process, tweak the gui a little
9390
9391 2002-06-25 [alfons]     0.7.8claws27
9392         
9393         * configure.in
9394         * src/Makefile.am
9395                 fine tune ldap library detection
9396
9397 2002-06-25 [alfons]     0.7.8claws26
9398
9399         * src/compose.c
9400                 don't allow return receipts when composing a news article
9401
9402 2002-06-25 [paul]       0.7.8claws25
9403
9404         * Makefile.am
9405                 add '$(AMTAR)' to 'release' section to allow for
9406                 new and older autotools
9407
9408 2002-06-25 [paul]       0.7.8claws24
9409
9410         * src/summaryview.c
9411                 fix "No more unread messages" persistant pop-up
9412                 window bug
9413
9414 2002-06-25 [paul]       0.7.8claws23
9415
9416         * po/it.po
9417                 updated by Alessandro Maestri
9418
9419 2002-06-25 [paul]       0.7.8claws22
9420
9421         * sync with 0.7.8cvs6
9422                 see ChangeLog 2002-06-25
9423
9424 2002-06-24 [paul]       0.7.8claws21
9425
9426         * tools/update-po
9427                 add GPL copyright information
9428
9429 2002-06-24 [paul]       0.7.8claws20
9430
9431         * tools/Makefile.am
9432           tools/README
9433           tools/update-po       ** NEW FILE **
9434                 add script that eases the creation of *.po files
9435                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9436
9437 2002-06-23 [alfons]     0.7.8claws19
9438
9439         * src/messageview.c
9440                 make notification_convert_header obey const correctness
9441                 (next step will be fixing the broken return receipt)
9442
9443 2002-06-23 [paul]       0.7.8claws18
9444
9445         * src/messageview.c
9446                 fix bug introduced in last commit:
9447                 removed too much code in last commit - put back what's
9448                 needed
9449
9450 2002-06-23 [paul]       0.7.8claws17
9451
9452         * src/messageview.[ch]
9453                 remove code committed in error from locally patched
9454                 source
9455
9456 2002-06-23 [colin]      0.7.8claws16
9457
9458         * src/compose.[ch]
9459                 add compose_entry_select(), used to select the default_to
9460                 email address - hopefully avoiding people sending mails to
9461                 wrong recipients.
9462
9463 2002-06-22 [alfons]     0.7.8claws15
9464
9465         * AUTHORS
9466                 add Bram Metsch & Stanislav Karchebny
9467         * src/smtp.[ch]
9468         * src/prefs_account.[ch]
9469         * src/send.c
9470                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9471                   options.  (see <http://sourceforge.net/tracker/index.php
9472                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9473
9474                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9475                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9476
9477 2002-06-22 [paul]       0.7.8claws14
9478
9479         * sync with 0.7.8cvs5
9480                 see ChangeLog 2002-06-19 and 2002-06-20
9481
9482 2002-06-22 [alfons]     0.7.8claws13
9483
9484         * src/selective_download.c
9485                 fix a stupid mistake I made
9486
9487 2002-06-22 [alfons]     0.7.8claws12
9488
9489         * src/selective_download.[ch]
9490                 fix another unnoticed leak; cleanup code
9491
9492 2002-06-21 [alfons]
9493
9494         * tools/Makefile.am
9495                 gpg-sign <-- gpg-sign-syl
9496
9497 2002-06-21 [alfons]     0.7.8claws11
9498
9499         * src/selective_download.c
9500         * src/selective_download.h
9501                 fix assorted mix of allocation errors (should solve
9502                 problem reported by Philippe GramoullĂ©, see:
9503                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9504
9505 2002-06-20 [melvin]     0.7.8claws10
9506
9507         * tools/gpg-sign *REMOVED*
9508           tools/gpg-sign-syl *ADDED*
9509                 Replaced the gpg clearsigning script with the version using
9510                 xterm instead of ssh-askpass and changed its name.
9511
9512         * README.claws
9513                 Updated actions example to reflect the renaming of the
9514                 gpg clearsigning script.
9515
9516 2002-06-19 [paul]       0.7.8claws9
9517
9518         * sync with 0.7.8claws9
9519                 see ChangeLog 2002-06-18 and 2002-06-19
9520
9521 2002-06-19 [paul]       0.7.8claws8
9522
9523         * sync with 0.7.8cvs1
9524                 see ChangeLog 2002-06-18
9525
9526 2002-06-18 [alfons]     0.7.8claws7
9527
9528         * src/mainwindow.h
9529                 add omitted prototype
9530
9531 2002-06-17 [paul]       0.7.8claws6
9532
9533         * src/mainwindow.c
9534                 fix hiding of exec_btn
9535
9536 2002-06-17 [paul]       0.7.8claws5
9537
9538         * src/pop.c
9539                 remove unneeded code: should_delete() 
9540                 and Pop3State::uidl_todelete_list
9541
9542 2002-06-17 [paul]       0.7.8claws4
9543
9544         * sync with 0.7.8
9545                 see ChangeLog 2002-06-11 and 2002-06-13
9546
9547 2002-06-16 [alfons]     0.7.8claws3
9548         
9549         * src/folder.c
9550                 make sure lock sort mode (claws specific) is
9551                 also persists after a tree rescan
9552
9553 2002-06-16 [alfons]     0.7.8claws2
9554
9555         * src/prefs_folder_item.c
9556         * src/folder.[ch]
9557                 fix persistence of folder sort mode (broken
9558                 by adapting Hiro's new folder persistence code)
9559
9560 2002-06-16 [alfons]     0.7.8claws1
9561
9562         * AUTHORS
9563         * src/logwindow.c
9564         * src/prefscommon.[ch]
9565                 control size of log text in log window; 
9566                 closes patch #569155 submitted by Mitko Haralanov.
9567
9568 2002-06-15 [paul]       0.7.8claws
9569
9570         * release of 0.7.8claws
9571
9572 2002-06-15 [paul]       0.7.7claws
9573
9574         * po/pt_BR.po
9575                 updated by Fabio Junior Beneditto
9576
9577 2002-06-14 [paul]       0.7.6claws49
9578
9579         * po/es.po
9580                 updated by Ricardo Mones Lastra
9581
9582 2002-06-14 [paul]       0.7.6claws48
9583
9584         * po/nl.po
9585                 updated translation by Wilbert Berendsen
9586
9587 2002-06-14 [melvin]     0.7.6claws47
9588
9589         * po/fr.po
9590                 Updated French translation
9591
9592 2002-06-13 [paul]       0.7.6claws46
9593
9594         * src/filesel.c
9595                 allow filename to be typed in, rather than just
9596                 selected by the mouse. Patch by Gustavo Noronha Silva.
9597
9598 2002-06-13 [alfons]     0.7.6claws45
9599
9600         * src/mainwindow.[ch]
9601                 more cleanups (removing unnecessary menu items Expand 
9602                 summary / message view)
9603
9604 2002-06-13 [melvin]     0.7.6claws44
9605
9606         * po/POTFILES.in
9607                 Added src/string_match.c
9608         * src/string_match.c
9609                 Fixed possible buffer overflow.
9610                 Corrected typo.
9611                 Added missing config.h header.
9612         * src/prefs_common.c
9613           src/prefs_matcher.c
9614           src/prefs_scoring.c
9615                 Made some strings translatable (missing _(..)).
9616
9617 2002-06-13 [melvin]     0.7.6claws43
9618
9619         * README.claws
9620                 Corrected action example (verifying clearsigned mail).
9621         * src/prefs_account.c
9622                 Corrected typo.
9623         * src/prefs_common.c
9624                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9625
9626 2002-06-12 [alfons]     0.7.6claws42
9627
9628         * src/summaryview.c
9629                 add init of score column lost in 0.7.6claws42
9630
9631 2002-06-12 [paul]       0.7.6claws41
9632
9633         * src/prefs_account.c
9634                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9635                 behavior of the radio buttons, (from 0.7.7cvs2)
9636
9637 2002-06-11 [alfons]     0.7.6claws40
9638
9639         * src/messageview.[ch]
9640         * src/summaryview.[ch]
9641         * src/summary_search.c
9642         * src/mainwindow.c
9643                 perform a sync to bring in Hiro's separate view implementation 
9644
9645                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9646
9647 2002-06-11 [paul]       0.7.6claws39
9648         
9649         * src/prefs_account.c
9650                 correct a typo on the Receive tab
9651
9652 2002-06-10 [match]      0.7.6claws38
9653
9654         * src/addressbook.c
9655                 Included address completion patch from Gustavo Noronha.
9656
9657 2002-06-10 [paul]       0.7.6claws37
9658
9659         * src/inc.[ch]
9660           src/pop.c
9661           src/prefs_account.[ch]
9662           src/selective_download.[ch]
9663                 apply PATCH #561712
9664                  NEW:
9665                 - check if POP Account
9666                 - Receive Button renamed to Preview
9667                 - Preview Button Popup: preview new/all messages
9668                 - Download Button
9669                 - Account Preferences-->Receive tab checkbutton if you
9670                   want to remove Mail after Download
9671                 -: default YES
9672                 - Account Preferences-->Receive tab checkbutton use
9673                   filtering rules on preview
9674                   (think of delete_on_server)
9675                 -: default YES
9676                 - Account selectable from SD dialog
9677                 - checkbutton to show already downloaded messages if
9678                   all messages are previewed
9679                 - new clist column showing Date
9680                 - ESC KEY close
9681                 FIXES:
9682                 - play ball with UIDL
9683                 - fault tolerant (?) 
9684                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9685
9686 2002-06-10 [melvin]     0.7.6claws36
9687
9688         * README.claws
9689                 Added a hint to ac/README in cvs instructions.
9690
9691         * src/prefs_actions.c
9692                 Made it possible to use a more elaborate command line
9693                 for asynchronous actions, too.
9694
9695 2002-06-10 [melvin]     0.7.6claws35
9696         
9697         * src/prefs_actions.c
9698                 Make it possible to use a more elaborate command line
9699                 (e.g. |foo|bar|cat>there;echo Done|)
9700                 Corrected error message when calling %f, %F and %p commands
9701                 from the compose window.
9702
9703 2002-06-09 [colin]      0.7.6claws34
9704
9705         * src/summaryview.c
9706                 Automatically find unread messages in current folder
9707                 before annoying the user.
9708
9709 2002-06-08 [alfons]     0.7.6claws33
9710
9711         * po/it.po
9712                 remove bad formatting string in it.po translation
9713                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9714
9715 2002-06-08 [paul]       0.7.6claws32
9716
9717         * sync with 0.7.6cvs25
9718                 see ChangeLog 2002-06-07
9719
9720 2002-06-05 [paul]       0.7.6claws31
9721
9722         * src/mainwindow.c
9723                 add 'Sort by locked' and 'Sort by score'
9724
9725 2002-06-05 [paul]       0.7.6claws30
9726
9727         * sync with 0.7.6cvs24
9728                 see ChangeLog 2002-06-04
9729
9730 2002-06-04 [paul]       0.7.6claws29
9731
9732         * po/pt_BR.po
9733                 updated by Fabio Junior Beneditto
9734
9735 2002-06-03 [thorsten]   0.7.6claws28
9736
9737         * src/matcher.c
9738                 fclose() matcherrc after reading
9739
9740 2002-06-03 [paul]       0.7.6claws27
9741
9742         * sync with 0.7.6cvs21
9743                 see ChangeLog 2002-05-31
9744
9745 2002-05-31 [paul]       0.7.6claws26
9746
9747         * sync with 0.7.6cvs20
9748                 see ChangeLog 2002-05-29 and 2002-05-30
9749
9750 2002-05-31 [paul]       0.7.6claws25
9751
9752         * src/imap.c
9753                 hopefully fix last buggy sync
9754
9755         * README.claws
9756                 correct typo in 'Actions' examples
9757
9758 2002-05-29 [paul]       0.7.6claws24
9759
9760         * sync with 0.7.6cvs18
9761                 see ChangeLog 2002-05-28 and 2002-05-29
9762
9763         * src/news.c
9764           src/nntp.[ch]
9765                 sync with above 
9766
9767 2002-05-28 [paul]       0.7.6claws23
9768
9769         * sync with 0.7.6cvs16
9770                 see ChangeLog 2002-05-28
9771
9772 2002-05-27 [thorsten]   0.7.6claws22 
9773
9774         * faq/it/sylpheed-faq-1.html
9775           faq/it/sylpheed-faq-2.html
9776           faq/it/sylpheed-faq-3.html
9777           faq/it/sylpheed-faq.html
9778                 corrected DOS lineendings
9779         * faq/de/sylpheed-faq-1.html
9780           faq/de/sylpheed-faq-2.html
9781           faq/en/sylpheed-faq-1.html
9782           faq/en/sylpheed-faq-2.html
9783           faq/en/sylpheed-faq-3.html
9784           faq/es/sylpheed-faq-1.html
9785           faq/es/sylpheed-faq-2.html
9786           faq/es/sylpheed-faq-3.html
9787           faq/fr/sylpheed-faq-1.html
9788           faq/it/sylpheed-faq-1.html
9789           faq/it/sylpheed-faq-2.html
9790           faq/it/sylpheed-faq-3.html
9791           faq/it/sylpheed-faq.html
9792                 changed ">" to &quot;
9793
9794 2002-05-27 [paul]       0.7.6claws21
9795         
9796         * sync with 0.7.6cvs15
9797                 see ChangeLog 2002-05-27
9798
9799 2002-05-27 [paul]       0.7.6claws20
9800
9801         * src/prefs_account.c
9802                 correct a typo
9803
9804 2002-05-26 [paul]       0.7.6claws19
9805
9806         * tools/README
9807                 correct a typo
9808
9809 2002-05-25 [paul]       0.7.6claws18
9810
9811         * tools/README
9812                 add description of kmail2sylpheed.pl
9813
9814 2002-05-25 [paul]       0.7.6claws17
9815
9816         * tools/kmail2sylpheed.pl       ** NEW FILE **
9817                 perl script that converts an exported Kmail address
9818                 book, converts it to sylpheed addressbook file,
9819                 writes the file to .sylpheed, and updates
9820                 addrbook--index.xml 
9821
9822 2002-05-25 [paul]       0.7.6claws16
9823
9824         * sync with 0.7.6cvs14
9825                 see ChangeLog 2002-05-23
9826
9827 2002-05-24 [paul]       0.7.6claws15
9828
9829         * README.claws
9830                 make a correction and add some more info
9831
9832 2002-05-24 [paul]       0.7.6claws14
9833
9834         * src/compose.c
9835                 fix memory leak in 
9836                 compose_redirect_write_headers_from_headerlist()
9837                 add Subject and Resent-Message-ID to
9838                 compose_redirect_write_headers()
9839                 Received, Subject, and X-UIDL are filtered out in 
9840                 compose_redirect_write_to_file()
9841
9842 2002-05-23 [paul]       0.7.6claws13
9843
9844         * src/compose.[ch]
9845           src/filtering.c
9846           src/mainwindow.c
9847           src/matcher.[ch]
9848           src/matcher_parser_lex.l
9849           src/matcher_parser_parse.y
9850           src/prefs_common.[ch]
9851           src/prefs_filtering.c
9852           src/summaryview.c
9853                 rename 'Bounce' to 'Redirect'
9854
9855 2002-05-23 [paul]       0.7.6claws12
9856
9857         * more sync with 0.7.6cvs13
9858           src/compose.c
9859                 see ChangeLog 2002-05-22
9860
9861 2002-05-22 [paul]       0.7.6claws11
9862
9863         * sync with 0.7.6cvs13
9864           src/codeconv.c
9865                 see ChangeLog 2002-05-20
9866           src/prefs_common.c
9867                 see ChangeLog 2002-05-22
9868
9869 2002-05-21 [melvin]     0.7.6claws10
9870
9871         * src/folderview.c
9872                 Added missing filtering and scoring headers
9873                 Fixed bad function call that showed garbage 
9874                 in Folder->Processing
9875
9876 2002-05-21 [paul]       0.7.6claws9
9877
9878         * tools/Makefile.am
9879                 make all tools executable, (patch by Alfons).
9880
9881 2002-05-20 [alfons]     0.7.6claws8
9882
9883         * src/procheader.c
9884                 don't forget to call mktime() so we have a valid week 
9885                 and year day
9886                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9887
9888 2002-05-20 [paul]       0.7.6claws7
9889
9890         * src/html.c
9891                 fix broken parsing of urls
9892         * src/textview.c
9893                 fix displaying of urls
9894
9895                 both fixes from the patch [547855] by Eugene 
9896                 Brevdo (zonem)
9897
9898 2002-05-19 [alfons]     0.7.6claws6
9899
9900         * configure.in
9901                 make sylpheed configure correctly with the latest
9902                 and greatest of automake / autoconf / gettext
9903
9904 2002-05-19 [alfons]     0.7.6claws5
9905
9906         * src/procheader.c
9907         * src/procheader.h
9908                 add function for returning ime zone offset
9909         * src/quote_fmt.c
9910         * src/quote_fmt_parse.y
9911                 better quotation formatting - does not convert
9912                 to local time, but uses the original date string.
9913                 
9914                 Note: %z inserts the timezone offset (should 
9915                 work also on platforms where strftime does not
9916                 support %z).
9917
9918 2002-05-18 [christoph]  0.7.6claws4
9919
9920         * src/summaryview.c
9921                 fix indentation of some code
9922         * tools/Makefile.am
9923                 fix spaces after \
9924         * src/Makefile.am
9925                 add missing \
9926                 correct path for ignorethread.xpm
9927                 incorrect filename for sylpheed_logo.xpm
9928                 add missing include matcher_parser_parse.h
9929
9930 2002-05-18 [paul]       0.7.6claws3
9931
9932         * sync with 0.7.6cvs8
9933                 see ChangeLog 2002-05-16 and 2002-05-17
9934
9935 2002-05-18 [melvin]     0.7.6claws2
9936
9937         * README.claws
9938                 Corrected an action's definition and fixed some misspellings.
9939
9940 2002-05-18 [paul]       0.7.6claws1
9941
9942         * tools/Makefile.am
9943           tools/gpg-sign        ** new file **
9944           tools/uudec           ** new file **
9945                 add Melvin's Actions scripts
9946
9947         * README.claws
9948                 add Melvin's descriptions for Actions
9949
9950 2002-05-18 [paul]       0.7.6claws
9951
9952         * Version 0.7.6claws released
9953
9954 2002-05-17 [paul]       0.7.5claws32
9955
9956         * po/es.po
9957                 updated by Ricardo Mones Lastra
9958
9959 2002-05-17 [paul]       0.7.5claws31
9960
9961         * src/compose.c
9962                 fix Account prefs default folder for sent/draft/deleted
9963                 messages bug
9964
9965         * po/it.po
9966           po/nl.po
9967                 updated translation by Alessandro Maestri and
9968                 Wilbert Berendsen
9969
9970 2002-05-17 [melvin]     0.7.5claws30
9971
9972         * src/prefs_actions.c
9973                 Fixed bug where using %F not at the end of the command 
9974                 resulted in an additional empty argument being created.
9975                 Thanks to Darko Koruga for reporting the bug.
9976
9977 2002-05-17 [melvin]     0.7.5claws29
9978
9979         * po/fr.po
9980                 Updated French translations.
9981
9982 2002-05-15 [paul]       0.7.5claws28
9983         
9984         * po/es.po
9985                 updated by Ricardo Mones Lastra
9986
9987 2002-05-15 [paul]       0.7.5claws27
9988
9989         * sync with 0.7.6cvs4
9990                 see ChangeLog 2002-05-14 and 2002-05-15
9991
9992 2002-05-14 [paul]       0.7.5claws26
9993
9994         * sync with 0.7.6cvs1
9995                 see ChangeLog 2002-05-13
9996
9997 2002-05-13 [thorsten]   0.7.5claws25
9998
9999         * src/messageview.c
10000                 fix select_all and copy in multipart messages
10001         * src/mainwindow.c
10002                 fix select_all and copy in multipart messages
10003
10004 2002-05-12 [paul]       0.7.5claws24
10005
10006         * src/summaryview.c
10007                 reverse last commit, bug already fixed in 0.7.5claws3
10008
10009 2002-05-12 [netztorte]  0.7.5claws23
10010
10011         * src/summaryview.c
10012                 dont parse empty addressbook (checked in before claws20)
10013
10014 2002-05-12 [melvin]     0.7.5claws22
10015
10016         * src/procmsg.[ch]
10017                 Removed unneeded priority code introduced by the previous 
10018                 commit.
10019
10020 2002-05-12 [melvin]     0.7.5claws21
10021
10022         * src/compose.[ch]
10023                 Added possibility to set message's priority.
10024         * src/procmsg.[ch]
10025                 Added possibility to set message's priority.
10026                 Added missing headers
10027
10028 2002-05-12 [melvin]     0.7.5claws20
10029
10030         * src/prefs_actions.c
10031                 Removed implicitely added quotes around the name
10032                 of the temporary files of mime parts.
10033
10034 2002-05-12 [paul]       0.7.5claws19
10035
10036         * sync with 0.7.5cvs20
10037                 see ChangeLog 2002-05-11
10038
10039 2002-05-12 [alfons]     0.7.5claws18
10040
10041         * src/quote_fmt_lex.l
10042         * src/quote_fmt_parse.y
10043                 allow quote / reply date & time format to be set using
10044                 %D{format}. format is a format string you'd pass to
10045                 strftime() (see man strftime, or the Display tab |
10046                 Date format setting).
10047
10048                 Currently %D converts the date to local time. 
10049
10050 2002-05-11 [paul]       0.7.5claws17
10051
10052         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10053                 see ChangeLog 2002-05-10 and 2002-05-11
10054
10055 2002-05-10 [paul]       0.7.5claws16
10056
10057         * sync with 0.7.5cvs16
10058                 see ChangeLog entries 2002-05-09 and 
10059                 2002-05-10
10060
10061 2002-05-10 [colin]      0.7.5claws15
10062
10063         * src/textview.c
10064                 Corrected a bug that prevented sylpheed to open
10065                 double-clicked URIs.
10066
10067 2002-05-09 [paul]       0.7.5claws14
10068
10069         * sync with 0.7.5cvs14
10070                 see ChangeLog 2002-05-08 and 2002-05-09
10071
10072 2002-05-08 [paul]       0.7.5claws13
10073
10074         * sync with 0.7.5cvs11
10075                 see ChangeLog entry 2002-05-08
10076
10077 2002-05-08 [paul]       0.7.5claws12
10078
10079         * src/mainwindow.c
10080           src/textview.[ch]
10081                 fix segfault on View->Open in new window
10082                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10083
10084 2002-05-07 [paul]       0.7.5claws11
10085
10086         * sync with 0.7.5cvs9
10087                 see ChangeLog entry 2002-05-07
10088
10089 2002-05-06 [paul]       0.7.5claws10
10090
10091         * src/messageview.c
10092           src/textview.c
10093                 display url in statusbar on single-click
10094                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10095
10096 2002-05-06 [match]      0.7.5claws9
10097
10098         * src/addritem.[ch]
10099                 new functions.
10100         * src/addrcache.c
10101                 tidy up.
10102         * src/xmlprops.[ch]
10103                 XML implementation of properties file.
10104         * src/exporthtml.[ch]
10105         * src/expthtmldlg.[ch]
10106         * src/addressbook.c
10107                 export to HTML.
10108
10109 2002-05-02 [sergey]     0.7.5claws8
10110
10111         * src/mainwindow.c (mainwin_entries),
10112           src/prefs_common.c (prefs_send_create()),
10113           src/codeconv.c (locale_table):
10114                 use charset name "Windows-1251" instead of "CP1251".
10115
10116 2002-05-02 [colin]      0.7.5claws7
10117         
10118         * src/compose.c
10119           src/prefs_common.c
10120           src/prefs_folder_item.c
10121                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10122
10123 2002-05-02 [hiro]       0.7.5claws6
10124
10125         * src/imap.c
10126                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10127
10128 2002-05-02 [paul]       0.7.5claws5
10129
10130         * src/compose.c
10131                 more sync with 0.7.5cvs7, see ChangeLog entry
10132                 2002-05-02
10133
10134 2002-05-02 [hiro]       0.7.5claws4
10135
10136         * src/compose.c
10137                 compose_queue_sub():
10138                 check if queue folder exists (closes #550397).
10139                 removed directory creation since it should be handled
10140                 transparently.
10141         * src/imap.c
10142                 imap_add_msg(): return UID for appended message
10143                 (closes #548842).
10144
10145 2002-04-30 [paul]       0.7.5claws3
10146
10147         * src/summaryview.c
10148                 fix account_find_from_address() bug
10149
10150 2002-04-28 [colin]      0.7.5claws2
10151
10152         * src/compose.c
10153           src/textview.c
10154           src/prefs_common.[ch]
10155           src/utils.[ch]
10156                 Added user-definable quotation characters recognition.
10157
10158 2002-04-28 [paul]       0.7.5claws1
10159
10160         * sync with 0.7.5cvs4
10161                 see ChangeLog entry  2002-04-25
10162
10163 2002-04-28 [paul]       0.7.5claws
10164
10165         * po/es.po
10166           po/nl.po
10167           po/pt_BR.po
10168                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10169                 Fabio Junior Beneditto
10170
10171 2002-04-27 [jens]       0.7.4claws103
10172
10173         * po/de.po
10174                 updated German translation.
10175
10176 2002-04-27 [hiro]       0.7.4claws102
10177
10178         * src/summaryview.c
10179                 summary_write_cache(): fixed the mark loss of hidden messages.
10180
10181 2002-04-26 [melvin]     0.7.4claws101
10182
10183         * src/procmsg.c
10184                 fixed a second typo (same one)
10185         * po/fr.po
10186           po/it.po
10187           po/pt_BR.po
10188                 fixed the type again...
10189
10190 2002-04-26 [melvin]     0.7.4claws100
10191
10192         * src/procmsg.c
10193                 fixed a typo in an alert message ("temorary").
10194         * po/it.po
10195         * po/pt_BR.po
10196                 corrected the typo  described above.
10197         * po/fr.po
10198                 updated French translation.
10199
10200 2002-04-26 [darko]      0.7.4claws99
10201
10202         * src/summaryview.c
10203                 fix target folder colorization
10204
10205 2002-04-25 [paul]       0.7.4claws98
10206
10207         * po/it.po
10208                 updated by Alessandro Maestri
10209
10210 2002-04-24 [colin]      0.7.4claws97
10211         
10212         * src/compose.c
10213                 Fixed double "subject is empty" question.
10214
10215 2002-04-23 [colin]      0.7.4claws96
10216         
10217         * src/mimeview.c
10218                 Corrected issue when "automatically display images" was
10219                 not set : first image remained after selecting second.
10220
10221 2002-04-23 [melvin]     0.7.4claws95
10222
10223         * src/prefs_actions.c
10224                 Don't display in/out dialog if there is nothing to show.
10225
10226 2002-04-23 [paul]       0.7.4claws94
10227
10228         * sync with 0.7.5cvs3
10229                 bug fixes: see ChangeLog entry 2002-04-23
10230
10231 2002-04-22 [darko]      0.7.4claws93
10232
10233         * src/compose.c
10234                 fix previous check-in which changed code after
10235                 merge from main
10236
10237 2002-04-22 [paul]       0.7.4claws92
10238
10239         * faq/de/*
10240                 add German FAQ
10241         * faq/en/*
10242           faq/es/*
10243           faq/fr/*
10244                 update English, Spanish and French FAQs
10245         * manual/de/*
10246           manual/es/*
10247                 add German and Spanish manuals
10248         * manual/en/*
10249           manual/fr/*
10250                 update English and French manuals
10251
10252         * src/Makefile.am
10253                 add to and re-arrange the pixmap entries
10254
10255 2002-04-22 [darko]      0.7.4claws91
10256
10257         * src/compose.c
10258                 fix sender initials recognition to only allow
10259                 '>' after the initials
10260
10261 2002-04-21 [paul]       0.7.4claws90
10262
10263         * sync with 0.7.5 release
10264                 see ChangeLog entry 2002-04-21
10265
10266 2002-04-21 [alfons]
10267
10268         * src/Makefile.am
10269                 add colin's new pixmaps to EXTRA_DIST
10270
10271 2002-04-21 [colin]      0.7.4claws89
10272         * src/compose.c
10273         * src/inc.c
10274         * src/mainwindow.[ch]
10275         * src/prefs_common.[ch]
10276         * src/stock_pixmap.[ch]
10277                 Added "Work offline" ability.
10278
10279 2002-04-21 [colin]      0.7.4claws88
10280         
10281         * src/mimeview.c
10282         * src/prefs_common.c
10283         * src/prefs_common.h
10284         * src/textview.c : Added an option to common preferences -> display
10285           to allow user not to automatically display images.
10286
10287 2002-04-21 [paul]       0.7.4claws87
10288
10289         * sync with 0.7.4cvs52
10290                 see ChangeLog entry 2002-04-21 (src/imap.c)
10291
10292 2002-04-21 [paul]       0.7.4claws86
10293
10294         * sync with 0.7.4cvs51
10295                 see ChangeLog entry 2002-04-21
10296
10297 2002-04-21 [paul]       0.7.4claws85
10298
10299         * sync with 0.7.4cvs49
10300                 see ChangeLog entries 2002-04-20 and 2002-04-21
10301
10302         * src/Makefile.am
10303                 clean up: remove old 'stock_' element from xpm 
10304                 filenames.
10305
10306 2002-04-21 [alfons]     0.7.4claws84
10307
10308         apply sync patch from Paul
10309
10310         * src/folderview.c
10311                 use old claws prefs_folder_item_create() for now
10312
10313 2002-04-19 [match]      0.7.4claws83
10314
10315         * src/addressbook.[ch]
10316         * src/addrharvest.[ch]
10317         * src/addrgather.[ch]
10318                 recurse folders.
10319         * src/mainwindow.c
10320         * src/summaryview.[ch]
10321                 change menu option.
10322
10323 2002-04-19 [paul]       0.7.4claws82
10324
10325         * po/pt_BR.po
10326                 updated by Fabio Junior Beneditto
10327
10328 2002-04-14 [alfons]     0.7.4claws81
10329
10330         * src/passphrase.c
10331                 add #include <sys/types.h> for mode_t and off_t 
10332
10333 2002-04-13 [paul]       0.7.4claws80
10334         
10335         * src/main.c
10336           src/passphrase.[ch]
10337           src/pgptext.c
10338           src/prefs_common.[ch]
10339           src/rfc2015.c
10340                 enable storing of GnuPG passphrase for the whole 
10341                 session or a user-defined number of minutes. patch 
10342                 submitted by Ravemax <ravemax@dextrose.com>
10343
10344 2002-04-13 [alfons]     0.7.4claws79
10345
10346         * src/textview.c
10347                 make email parser also stop scanning when encountering separators
10348                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10349
10350 2002-04-13 [paul]       0.7.4claws78
10351
10352         * sync with 0.7.4cvs39
10353                 see ChangeLog entry 2002-04-12
10354
10355 2002-04-11 [paul]       0.7.4claws77
10356
10357         * sync with 0.7.4cvs37
10358                 see ChangeLog entry 2002-04-11
10359
10360 2002-04-11 [paul]       0.7.4claws76
10361
10362         * COPYING 
10363                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10364                 the clause for OpenSSL). sync with sylpheed main
10365
10366 2002-04-09 [melvin]     0.7.4claws75
10367
10368         * src/compose.c
10369                 Made 'Ctrl-Enter' on send ignore some modifiers 
10370                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10371                 to bind other *-Enter (but not Alt-Enter).
10372
10373 2002-04-09 [paul]       0.7.4claws74
10374
10375         * sync with 0.7.4cvs35
10376                 see ChangeLog entries 2002-04-09
10377
10378 2002-04-08 [paul]       0.7.4claws73
10379
10380         * sync with 0.7.4cvs33
10381                 see ChangeLog entry 200-04-08
10382
10383 2002-04-07 [match]      0.7.4claws72
10384
10385         * src/addrharvest.[ch]
10386                 fixed to read all addresses in header, regardless
10387                 of header size. improved name parsing. accommodate
10388                 harvest from folders and selected message.
10389         * src/addritem.[ch]
10390                 included new address parsing function.
10391         * src/addrgather.[ch]
10392         * src/addressbook.[ch]
10393         * src/summaryview.[ch]
10394         * src/mainwindow.c
10395                 allow address harvest of folder as well as selected
10396                 messages.
10397
10398 2002-04-07 [paul]       0.7.4claws71
10399
10400         * src/esmtp.[ch]
10401           src/smtp.c
10402                 don't try to authenticate with CRAM-MD5 in SMTP when 
10403                 SMTP-AUTH enabled if MTA doesn't issue this 
10404                 auth-method in it's ehlo-response. bug item #531364,
10405                 patch item #938910. patch submitted by Colin Leroy 
10406                 <colin@colino.net>
10407
10408 2002-04-07 [paul]       0.7.4claws70
10409
10410         * src/nntp.c
10411                 fix missing MODE_READER bug. patch submitted by
10412                 Colin Leroy <colin@colino.net>
10413
10414 2002-04-07 [alfons]     0.7.4claws69
10415
10416         * src/matcher.[ch]
10417         * src/prefs_filtering.c
10418         * src/summaryview.c
10419                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10420                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10421
10422 2002-04-07 [paul]       0.7.4claws68
10423
10424         * sync with 0.7.4cvs32
10425                 see ChangeLog entry 2002-04-06
10426
10427         * tools/filter_conv.pl
10428                 more bug fixes
10429
10430 2002-04-06 [paul]       0.7.4claws67
10431
10432         * tools/filter_conv.pl
10433                 modify to be able to find the name of the first
10434                 mailbox and use that. main's filter does not
10435                 record the full path to the mailbox and therefore
10436                 can only filter to the first mailbox.
10437
10438 2002-04-05 [paul]       0.7.4claws66
10439
10440         * tools/filter_conv.pl
10441                 attempt to make the script all-encompassing and
10442                 be able to convert any main 'filter' rule thrown
10443                 at it
10444
10445 2002-04-05 [paul]       0.7.4claws65
10446
10447         * tools/filter_conv.pl
10448                 allow for collapsed folder trees
10449
10450 2002-04-05 [paul]       0.7.4claws64
10451
10452         * sync with 0.7.4cvs31
10453                 see ChangeLog entries 2002-04-05
10454
10455 2002-04-03 [paul]       0.7.4claws63
10456
10457         * sync with 0.7.4cvs29
10458                 see ChangeLog entries 2002-04-02 and 2002-04-03
10459
10460 2002-04-02 [paul]       0.7.4claws62
10461
10462         * sync with 0.7.4cvs26
10463                 see ChangeLog entry 2002-04-01
10464
10465 2002-04-02 [match]      0.7.4claws61
10466
10467         * src/pine.[ch]
10468         * src/importpine.[ch]
10469         * src/addressbook.c
10470                 import Pine address book.
10471
10472 2002-04-02 [match]      0.7.4claws60
10473
10474         * src/addrharvest.[ch]
10475                 improve address parsing of funky addresses.
10476
10477 2002-04-02 [darko]      0.7.4claws59
10478
10479         * src/compose.c
10480                 wrap on send improvements, it now recognizes quoted
10481                 initials as part of the quotation string, and it
10482                 does not join lines separated by CR
10483
10484 2002-04-01 [match]      0.7.4claws58
10485
10486         * src/mgutils.[ch]
10487                 added new functions.
10488         * src/mutt.[ch]
10489                 remove excessive duplicate address generation
10490                 on import.
10491
10492 2002-04-01 [alfons]     0.7.4claws57
10493         
10494         * src/summaryview.c
10495                 put back g_free() 
10496
10497 2002-04-01 [paul]       0.7.4claws56
10498
10499         * sync with 0.7.4cvs25
10500                 see ChangeLog entry 2002-04-01
10501
10502 2002-04-01 [alfons]     0.7.4aprilfool55
10503
10504         * src/summaryview.c
10505                 honour feature request item #537427 to allow for
10506                 displaying names from address book for sent mail also
10507
10508 2002-03-29 [paul]       0.7.4claws54
10509
10510         * src/mainwindow.c
10511           src/prefs_filtering.[ch]
10512           src/prefs_matcher.c
10513           src/summaryview.c
10514                 add 'fast filter' for claws' filtering,
10515                 /Tools/Create filter rule/... patch submitted
10516                 by Neill Miller <neillm@thecodefactory.org>
10517
10518 2002-03-29 [paul]       0.7.4claws53
10519
10520         * sync with 0.7.4cvs24
10521                 see ChangeLog entry 2002-03-29
10522
10523 2002-03-28 [paul]       0.7.4claws52
10524
10525         * sync with 0.7.4cvs23
10526                 see ChangeLog entry 2002-03-28
10527
10528 2002-03-27 [melvin]     0.7.4claws51
10529
10530         * src/prefs_actions.c
10531                 Added support to pass only one message part (as a
10532                 file) to the command using '%p'. No quotes are needed
10533                 because doubles quotes are automatically added.
10534                 Fixed bug where Sylpheed could block when waiting for
10535                 a child process to finish.
10536                 Changed the help menu to remove quotes around symbols to 
10537                 avoid misinterpretation (they must not be used).
10538
10539 2002-03-27 [melvin]     0.7.4claws50
10540
10541         * src/inc.c
10542                 Made the new mail notification command always 
10543                 execute asynchronously.
10544
10545 2002-03-27 [paul]       0.7.4claws49
10546
10547         * src/compose.c
10548                 fix bug introduced in last commit
10549
10550 2002-03-27 [paul]       0.7.4claws48
10551
10552         * sync with 0.7.4cvs21
10553                 see ChangeLog 2002-03-26 and 2002-03-27
10554
10555 2002-03-26 [hoa]        0.7.4claws47
10556
10557         * src/prefs_folder_item.c
10558                 really fixed the bug #516442 with folder rescan.
10559
10560 2002-03-26 [paul]       0.7.4claws46
10561
10562         * sync with 0.7.4cvs19
10563                 see ChangeLog entries 2002-03-25 and 2002-03-26
10564
10565 2002-03-25 [hoa]        0.7.4claws45
10566
10567         * src/matcher.c
10568         * src/mh.c
10569                 fix the bug #516442 with folder rescan.
10570
10571         * src/prefs_common.[ch]
10572         * src/compose.c
10573                 added an option to enable two different behaviours
10574                 for bounce.
10575
10576
10577 2002-03-25 [paul]       0.7.4claws44
10578
10579         * src/mainwindow.c
10580           src/selective_download.c
10581                 correct a few menuitem labels
10582
10583 2002-03-25 [christoph]  0.7.4claws43
10584
10585         * src/procmsg.c
10586                 fix non deleted tmp message in
10587                 procmsg_save_to_outbox
10588                 fix problems caused by sync with
10589                 main branch's procmsg_send_queue
10590
10591 2002-03-25 [paul]       0.7.4claws42
10592
10593         * src/quote_fmt.c
10594           src/quote_fmt_lex.l
10595           src/quote_fmt_parse.y
10596                 add Last name (%L) placeholder for quoting. 
10597                 patch submitted by Thorsten Thielen 
10598                 <thth@users.sourceforge.net>
10599
10600 2002-03-25 [paul]       0.7.4claws41
10601
10602         * src/utils.c
10603                 get full hostname. patch submitted by
10604                 Bob Woodside <rwoodside1@comcast.net>
10605
10606 2002-03-25 [paul]       0.7.4claws40
10607
10608         * src/account.c
10609           src/news.c
10610           src/nntp.[ch]
10611           src/prefs_account.[ch]
10612                 enable NNTP over SSL. patch submitted by
10613                 Pascal Jermini <pascal@infinity.hn.org>
10614
10615 2002-03-24 [paul]       0.7.4claws39
10616
10617         * src/prefs_common.c
10618                 make the arrangement of the Compose tab more
10619                 coherent
10620
10621         * src/mainwindow.c
10622                 fix some irregularities of style
10623
10624         * po/de.po
10625                 updated by Kilian Krause
10626
10627 2002-03-23 [paul]       0.7.4claws38
10628
10629         * po/pt_BR.po
10630                 updated by Fabio Junior Beneditto
10631
10632 2002-03-23 [paul]       0.7.4claws37
10633
10634         * src/mainwindow.c
10635                 move 'Gather addresses' to 'Tools' menu
10636                 make 'Selective download' sensitive
10637
10638 2002-03-23 [paul]       0.7.4claws36
10639
10640         * sync with 0.7.4cvs16
10641                 see ChangeLog entries 2002-03-23
10642
10643 2002-03-22 [christoph]  0.7.4claws35
10644
10645         * src/quote_fmt_parse.y
10646                 fix include program output
10647
10648 2002-03-22 [alfons]     0.7.4claws34
10649
10650         * src/pop.c
10651                 initialize GDate stack variable correctly (sorry!)
10652
10653 2002-03-22 [paul]       0.7.4claws33
10654
10655         * src/compose.c
10656           src/mainwindow.c
10657           src/prefs_actions.c
10658           src/prefs_common.c
10659                 rename 'Tool' to 'Tools'
10660
10661         * src/mainwindow.c
10662                 move 'Delete duplicated messages' from
10663                 'Message/' to 'Tools/'
10664                 re-arrange the order of 'Tools/' items
10665
10666 2002-03-22 [paul]       0.7.4claws32
10667
10668         * src/addr_compl.c
10669           src/addressbook.[ch]
10670                 auto-address completion now also matches on
10671                 Nickname. patch submitted by Bob Forsman 
10672                 <hammor@users.sourceforge.net>
10673
10674         * src/editaddress.c
10675                 correct a spelling mistake
10676
10677 2002-03-22 [alfons]     0.7.4claws31
10678
10679         * src/pop.c
10680                 fix getting uidl from incorrect string 
10681                 (spotted by Colin)
10682
10683 2002-03-21 [alfons]     0.7.4claws30
10684
10685         * src/pop.c
10686                 more code refactoring
10687                 plug mem leak introduced by delete on server
10688
10689 2002-03-21 [paul]       0.7.4claws29
10690
10691         * sync with 0.7.4cvs11
10692                 see ChangeLog entries 2002-03-20
10693
10694 2002-03-20 [alfons]     0.7.4claws28
10695
10696         * src/inc.c
10697                 apply Colin's patch and refactor
10698
10699 2002-03-20 [paul]       0.7.4claws27
10700
10701         * sync with sylpheed 0.7.4cvs9
10702                 see ChangeLog entry 2002-03-20
10703
10704 2002-03-19 [christoph]  0.7.4claws26
10705
10706         * src/mh.c
10707         * src/procmsg.[ch]
10708         * src/summaryview.c
10709                 revert changes for flag updates
10710                 (does not work correctly and no time to debug)
10711
10712 2002-03-20 [alfons]     0.7.4claws25
10713
10714         * src/pop.c
10715                 refactor should_delete() a little bit 
10716
10717 2002-03-19 [paul]       0.7.4claws24
10718
10719         * src/inc.[ch]
10720           src/pop.c
10721           src/prefs_account.[ch]
10722                 allow the user to leave downloaded mail on the 
10723                 server for n days. Patch submitted by Colin Leroy 
10724                 <colin@colino.net>
10725
10726 2002-02-19 [paul]       0.7.4claws23
10727
10728         * sync with sylpheed 0.7.4cvs8
10729                 see ChangeLog entries 2002-03-19
10730
10731 2002-03-18 [paul]       0.7.4claws22
10732
10733         * sync with sylpheed 0.7.4cvs6
10734                 see ChangeLog entry 2002-03-18
10735
10736 2002-03-18 [paul]       0.7.4claws21
10737
10738         * po/en_GB.po
10739                 add en_GB message catalogue
10740
10741         * src/mbox_folder.c
10742           src/prefs_account.c
10743           src/prefs_actions.c
10744                 correct a few spelling mistakes
10745
10746 2002-03-17 [alfons]     0.7.4claws20
10747
10748         * src/matcher.c
10749                 more stringent checks for NULL params when writing
10750                 filtering actions to a file
10751                 
10752 2002-03-17 [hoa]        0.7.3claws20
10753
10754         * src/news.c
10755                 fixed the count of new messages
10756
10757         * src/compose.c
10758                 fixed the "attachment properties" window
10759
10760 2002-03-17 [paul]       0.7.4claws19
10761
10762         * src/defs.h
10763           src/folder.h
10764           src/news.c
10765           src/prefs_account.[ch]
10766           src/procmsg.[ch]
10767           src/summaryview.c
10768                 automatically mark cross-posted messages as read 
10769                 and (optionally) give them a colour label
10770                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10771                 
10772
10773 2002-03-17 [paul]       0.7.4claws18
10774
10775         * sync with sylpheed 0.7.4cvs5
10776                 see ChangeLog entry 2002-03-17
10777
10778 2002-03-17 [melvin]     0.7.4claws17
10779         
10780         * src/textview.c
10781                 Worked around a gtktext 'bug': when searching for 
10782                 a text in a long message it was scrolling slowly
10783                 line by line until it hit the searched text.
10784         * po/fr.po
10785                 Updated French translation
10786
10787 2002-03-17 [melvin]     0.7.4claws16
10788
10789         * src/mainwindow.c
10790         * src/compose.c
10791         * src/prefs_actions.c
10792                 Moved "Edit/Actions" to "Tool/Actions"
10793                 Made mainwindow/compose window sensitive as soon as
10794                 no child process is running anymore even if the io dialog
10795                 is open.
10796                 Fixed a struct being initialized with a non constant char*
10797
10798 2002-03-16 [christoph]  0.7.4claws15
10799
10800         * configure.in
10801                 add --with-compiler-flags option
10802                 (only for developer hacking)
10803         * src/mh.c
10804         * src/procmsg.[ch]
10805         * src/summaryview.c
10806                 try to make folder-stats and flag handling more
10807                 independent from the summaryview. msgcounts
10808                 are only set when the folder is opened and
10809                 procmsg_msginfo_(un)set_flags will handle it
10810                 later and summaryview will get the values
10811                 from the folder.
10812
10813 2002-03-16 [paul]       0.7.4claws14
10814
10815         * src/messageview.c
10816                 fix Return-receipt. Patch submitted by Bob
10817                 Woodside <rwoodside1@comcast.net>
10818
10819 2002-03-16 [paul]       0.7.4claws13
10820
10821         * src/compose.c
10822                 fix 'dynamic' signatures, make it work again
10823                 broken during sync on 2002-03-14 (0.7.4claws2)
10824
10825 2002-03-15 [match]      0.7.4claws12
10826
10827         * src/addrharvest.[ch]
10828         * src/addrgather.[ch]
10829         * src/addressbook.[ch]
10830         * src/mainwindow.c
10831                 included address harvester feature. still some
10832                 issues with address parsing that I will fix.
10833
10834 2002-03-15 [match]      0.7.4claws11
10835
10836         * src/addrbook.[ch]
10837         * src/addrcache.[ch]
10838         * src/addressbook.[ch]
10839         * src/addrindex.c
10840         * src/editbook.c
10841         * src/importldif.c
10842         * src/importmutt.c
10843         * src/jpilot.[ch]
10844         * src/main.c
10845         * src/syldap.[ch]
10846         * src/vcard.[ch]
10847                 tidy up. fix memory leaks. moved attribs and methods
10848                 from individual interfaces to addrcache object. prep
10849                 for new stuff to come in.
10850
10851 2002-03-15 [alfons]     0.7.4claws10
10852
10853         * src/matcher.[ch]
10854         * src/matcher_parser_parse.y
10855         * src/matcher_parser_lex.l
10856         * src/prefs_matcher.c
10857                 add filtering conditions message greater than, smaller 
10858                 than, and exactly matching a size in bytes
10859                 (does not work with delete from POP3 server yet)
10860
10861                 this should also give others an idea what you should
10862                 do to add new criterions to claws filtering system
10863                 
10864
10865 2002-03-15 [paul]       0.7.4claws9
10866
10867         * tools/filter_conv.pl
10868                 exit if there are no filter rules to convert
10869                 rename filterrc to filterrc.old after completion
10870
10871 2002-03-15 [paul]       0.7.4claws8
10872
10873         * sync with sylpheed 0.7.4cvs3
10874                 see ChangeLog entry 2002-03-14
10875
10876 2002-03-14 [paul]       0.7.4claws7
10877
10878         * src/compose.c
10879                 clean up the last commit (ahem)
10880
10881 2002-03-14 [paul]       0.7.4claws6
10882
10883         * src/compose.c
10884                 fix bug #515655. honour account preferences
10885                 regarding gpg default signing/encryption when 
10886                 changing account from the compose window.
10887
10888 2002-03-14 [paul]       0.7.4claws5
10889
10890         * src/folderview.c
10891                 remove unnecessary curly brackets
10892
10893 2002-03-14 [paul]       0.7.4claws4
10894
10895         * src/folderview.c
10896           src/prefs_filtering.[ch]
10897                 add filter rename on folder rename and filter
10898                 delete on folder delete. Patch submitted by
10899                 Neill Miller <neillm@thecodefactory.org> 
10900
10901 2002-03-14 [christoph]  0.7.4claws3
10902
10903         * src/procmsg.c
10904         * src/send.c
10905                 fix local delivery
10906                 (patch submitted by "Simon 'corecode' Schubert")
10907         * src/prefs_common.c
10908         * src/procmsg.c
10909                 fix gcc 3.0 warning
10910
10911 2002-03-14 [paul]       0.7.4claws2
10912
10913         * sync with sylpheed 0.7.4cvs2
10914                 see ChangeLog entry 2002-03-13
10915
10916 2002-03-12 [darko]      0.7.4claws1
10917
10918         * src/mainwindow.c
10919                 fix what seems to be a copy and paste error
10920                 when setting color for important messages
10921                 (reported by wwp)
10922
10923 2002-03-11 [paul]       version 0.7.4claws released
10924
10925 2002-03-11 [paul]       0.7.4claws
10926
10927         * po/es.po
10928           po/it.po
10929           po/nl.po
10930           po/pt_BR.po
10931                 update message catalogs. Submitted by Ricardo Mones 
10932                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10933                 Fabio Junior Beneditto
10934
10935         * configure.in
10936           faq/Makefile.am
10937           faq/it/Makefile
10938           faq/it/sylpheed-faq*
10939           src/mainwindow.c
10940           src/manual.[ch]
10941                 add FAQ in Italian
10942         
10943
10944 2002-03-11 [jens]       0.7.3claws7
10945
10946         * po/de.po
10947                 updated German translation
10948
10949 2002-03-11 [melvin]     0.7.3claws6
10950
10951         * po/fr.po
10952                 updated and corrected French translation
10953
10954 2002-03-10 [hoa]        0.7.3claws5
10955
10956         * src/account.c
10957         * src/inc.c
10958         * src/prefs_account.c
10959         * src/procmsg.c
10960         * src/send.[ch]
10961                 fixed the local account.
10962                 you have to change the default "/usr/sbin/sendmail"
10963                 to "/usr/sbin/sendmail -t" in the preferences of
10964                 the local account.
10965
10966         * src/procmime.c
10967                 removed some debug display for renderer
10968
10969 2002-03-10 [paul]       0.7.3claws4
10970
10971         * faq/en/sylpheed-faq-1.html
10972           faq/en/sylpheed-faq-2.html
10973                 update
10974
10975 2002-03-09 [paul]       0.7.3claws3
10976
10977         * sync with sylpheed 0.7.4
10978                 see ChangeLog entry 2002-03-09
10979
10980 2002-03-08 [paul]       0.7.3claws2
10981
10982         * faq/en/sylpheed-faq*
10983           faq/es/sylpheed-faq*
10984           faq/fr/sylpheed-faq*
10985                 update the FAQs
10986
10987         * manual/fr/.cvsignore
10988           manual/fr/Makefilea.am
10989           manual/fr/sylpheed*
10990           src/mainwindow.c
10991           src/manual.[ch]
10992                 add the French manual
10993
10994 2002-03-07 [paul]       0.7.3claws1
10995
10996         * sync with sylpheed 0.7.3cvs4
10997                 see ChangeLog entries  2002-03-06 and 2002-03-07
10998         
10999         * po/nl.po
11000                 updated by Wilbert Berendsen
11001
11002 2002-03-07 [melvin]     0.7.2claws34
11003
11004         * src/selective_download.c
11005                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11006
11007 2002-03-06 [paul]       0.7.2claws33
11008
11009         * sync with sylpheed 0.7.3cvs1
11010                 bug fix, see ChangeLog entry 2002-03-05
11011
11012 2002-03-05 [paul]       0.7.2claws32
11013
11014         * src/mimeview.c
11015           src/pgptext.[ch]
11016           src/procmsg.c
11017                 reverse the pgp ascii-armored code implemented in 
11018                 0.7.2claws16. removal of this code until it matures.
11019                 this means that verifying ascii-armored pgp sigs and
11020                 automatic decryption of ascii-armored encrypted
11021                 messages no longer works.
11022
11023 2002-03-05 [paul]       0.7.2claws31
11024
11025         * configure.in
11026           Makefile.am
11027         * faq/Makefile.am
11028         * faq/en/Makefile.am
11029           faq/en/sylpheed-faq.html
11030           faq/en/sylpheed-faq-1.html
11031           faq/en/sylpheed-faq-2.html
11032           faq/en/sylpheed-faq-3.html
11033         * faq/es/Makefile.am
11034           faq/es/sylpheed-faq.html
11035           faq/es/sylpheed-faq-1.html
11036           faq/es/sylpheed-faq-2.html
11037           faq/es/sylpheed-faq-3.html
11038           faq/es/sylpheed-faq-4.html
11039         * faq/fr/Makefile.am
11040           faq/fr/sylpheed-faq.html
11041           faq/fr/sylpheed-faq-1.html
11042           faq/fr/sylpheed-faq-2.html
11043           faq/fr/sylpheed-faq-3.html
11044         * src/Makefile.am
11045           src/defs.h
11046           src/mainwindow.c
11047           src/manual.[ch]
11048                 add FAQs in English, Spanish and French
11049
11050
11051 2002-03-05 [paul]       0.7.2claws30
11052
11053         * manual/en/sylpheed.html
11054           manual/en/sylpheed-XX.html
11055                 updated the English manual
11056
11057 2002-03-05 [hoa]        
11058
11059         * src/summaryview.c
11060                 dialog box pops up if the article can't be deleted.
11061
11062 2002-03-04 [paul]       
11063         
11064         * po/pt_BR.po
11065                 updated by Fabio Junior Benedito
11066
11067 2002-03-04 [hoa]
11068
11069         * removed ac/gpgme.m4
11070                 to avoid autogen common problem
11071                 developers have to install gpgme development package now
11072
11073         * src/compose.c
11074                 encoding to 7bit or 8bit is enabled.
11075
11076 2002-03-03 [alfons]     0.7.2claws29
11077
11078         * src/pop.c
11079                 merge fix by Oliver Haertel for selective
11080                 download buglet
11081
11082 2002-03-03 [paul]       0.7.2claws28
11083         
11084         * sync with sylpheed 0.7.3
11085
11086 2002-03-03 [paul]       0.7.2claws27
11087
11088         * sync with sylpheed 0.7.2cvs24
11089                 see ChangeLog entries 2002-03-02 and 2002-03-03
11090
11091 2002-03-02 [melvin]     0.7.2claws26
11092
11093         * src/inc.[ch]
11094         * src/main.c
11095         * src/mainwindow.c
11096         * src/prefs_common.[ch]
11097                 Added user definable notification on new mail arrival.
11098                 Removed unused variables in spell checker prefs code.
11099
11100 2002-03-02 [melvin]     0.7.2claws25
11101
11102         * src/quote_fmt.c
11103                 Removed unnecessary escape sequences.
11104                 Changed 'Initial...' to 'Initials of Sender'
11105
11106 2002-03-02 [paul]       0.7.2claws24
11107
11108         * sync with sylpheed 0.7.2cvs22
11109                 see ChangeLog entry 2002-03-01
11110
11111 2002-03-01 [hoa]        0.7.2claws23
11112
11113         * src/mainwindow.c
11114                 Set sensitivity of delete actions to active
11115                 even if the folder is a newsgroup.
11116
11117         * src/summaryview.c
11118                 - Set sensitivity of delete actions
11119                 - Added function check_permission() that will check if the
11120                   user is authorized to delete a message. For news, it
11121                   will check if the author is the same.
11122                 - Enabled deletion when there is no trash folder.
11123
11124         * src/news.[ch]
11125                 - Added news_cancel_article() to cancel articles
11126                 - Implemented news_remove_message() (public function)
11127
11128 2002-03-01 [paul]       0.7.2claws22
11129
11130         * src/gtkutils.c
11131           src/textview.c
11132                 recognise urls that that don't include 'http://' and
11133                 simply begin 'www.' 
11134
11135         * AUTHORS
11136                 remove duplicated name
11137
11138 2002-02-28 [paul]       0.7.2claws21
11139
11140         * src/mainwindow.c
11141           src/summaryview.[ch]
11142                 add ability to 'Select thread'
11143                 combines Melvin's "Select thread's head" patch (#510907)
11144                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11145                 patch (#518514) 
11146
11147 2002-02-28 [paul]       0.7.2claws20
11148
11149         * src/mimeview.c
11150                 hopefully fix segfault on right-clicking a mime part
11151                 that some people have experienced.      
11152                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11153
11154 2002-02-28 [paul]       0.7.2claws19
11155
11156         * sync with sylpheed 0.7.2cvs21
11157                 see ChangeLog entries 2002-02-27 and 2002-02-28
11158
11159 2002-02-27 [paul]       0.7.2claws18
11160
11161         * sync with sylpheed 0.7.2cvs18
11162                 see ChangeLog entries 2002-02-26 and 2002-02-27
11163
11164 2002-02-26 [alfons]     0.7.2claws17
11165
11166         * src/procheader.c
11167                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11168                 (spotted by Chris Hessman <idatech@gmx.net>)
11169
11170 2002-02-26 [paul]       0.7.2claws16
11171
11172         * src/mimeview.c
11173           src/pgptext.[ch]
11174           src/procmsg.c
11175                 make decryption of ascii-armored pgp encrypted messages
11176                 and verification of ascii-armored signatures work again.
11177                 slightly altered from the patch by Jens Jahnke 
11178                 <jan0sch@gmx.net>
11179
11180                 ##FIX ME##
11181                 * the checking of plaintext signatures always comes up in 
11182                   a popup box
11183                 * it doesn't work for multipart messages 
11184                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11185                   including the msg headers and these 2 line themselves, are 
11186                   not displayed
11187
11188         * src/mainwindow.c
11189                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11190                 "View/Message View" becomes "View/Separate Message View"
11191                 because its less ambiguous.
11192
11193         * po/es.po
11194                 updated by Ricardo Mones Lastra
11195
11196 2002-02-26 [paul]       0.7.2claws15
11197
11198         * sync with sylpheed 0.7.2cvs17
11199                 see ChangeLog entries 2002-02-25 and 2002-02-26
11200
11201 2002-02-25 [christoph]  0.7.2claws14
11202
11203         * src/filtering.[ch]
11204         * src/inc.c
11205                 do filtering stuff after all messages have been received
11206                   1. drop all messages to .processing
11207                   2. scan processing folder for messages
11208                   3. filter messages or move to inbox
11209                 this will also find old messages left in processing after
11210                 a crash or something like that and we get a real msginfo
11211                 from folder->get_msg_list and do not have to create our
11212                 own in filter_message
11213         * src/matcher_parser_parse.y
11214                 remove MIX/MAX warning (reordered includes)
11215
11216 2002-02-25 [paul]       0.7.2claws13
11217
11218         * sync with sylpheed 0.7.2cvs15
11219                 see ChangeLog entry 2002-02-24
11220
11221 2002-02-24 [alfons]     0.7.2claws12
11222
11223         * src/filtering.c
11224                 clear old color flags first when applying a new color to
11225                 a message info. 
11226                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11227
11228 2002-02-24 [alfons]     0.7.2.claws11
11229         
11230         * AUTHORS
11231         * src/prefs_common.c
11232                 add presets for Opera and Konqueror, closes patch #517261,
11233                 submitted by Ville SkyttĂ€ <scop@users.sourceforge.net>
11234
11235 2002-02-24 [alfons]     0.7.2.claws10
11236
11237         * AUTHORS
11238         * src/summaryview.c
11239                 fix threading for null message ids, closes patch #521601,
11240                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11241
11242 2002-02-24 [alfons]     0.7.2claws9
11243
11244         * src/summaryview.c
11245         * src/filtering.c
11246                 make Tool | Filter Message work with filtering system so
11247                 setting flags also works
11248
11249                 TODO:
11250
11251                 - Processing uses the same function as Tool | Filter
11252                   Message, but doesn't use the same update proc yet
11253
11254 2002-02-23 [paul]       0.7.2claws8
11255
11256         * sync with sylpheed 0.7.2cvs14
11257                 see ChangeLog entries 2002-02-22 and 2002-02-23
11258
11259 2002-02-22 [christoph]  0.7.2claws7
11260
11261         * src/quote_fmt.c
11262                 Add column space to table
11263         * src/quote_fmt_parse.y
11264                 Close files
11265
11266 2002-02-22 [paul]       0.7.2claws6
11267
11268         * src/Makefile.am
11269           src/defs.h
11270           src/filtering.c
11271           src/inc.[ch]
11272           src/mainwindow.c
11273           src/matcher.[ch]
11274           src/matcher_parser_lex.l
11275           src/matcher_parser_parse.y
11276           src/pop.[ch]
11277           src/prefs_account.h
11278           src/prefs_filtering.c
11279           src/selective_download.[ch]   *** NEW FILES ***
11280           src/utils.[ch]
11281           po/POTFILES.in
11282                 Selective Download added to 'Tool' menu. 
11283                 Retrieves email headers of the currently selected pop3 
11284                 account and allows the user to mark emails for deletion 
11285                 right on the pop3 server. Patch submitted by Oliver Haertel 
11286                 <oha@users.sourceforge.net>.
11287         
11288         * po/POTFILES.in
11289                 add 'src/quote_fmt.c'           
11290
11291 2002-02-22 [christoph]  0.7.2claws5
11292
11293         * src/Makefile.am
11294                 added quote_fmt.c
11295         * src/prefs_common.[ch]
11296         * src/prefs_template.c
11297         * src/quote_fmt.c               *** NEW FILE ***
11298         * src/quote_fmt.h
11299                 move quote format symbol description code
11300                 to it's own file because it is used from
11301                 differnent code parts
11302                 Rewrote symbol description GUI
11303                   + use table
11304                   + add separators
11305                   + get data from array (no more long constant strings)
11306         * src/quote_fmt_lex.l
11307         * src/quote_fmt_parse.y
11308                 Symbol for Literal % changed to \% instead of %%
11309                 (More logical as \ is used for quoting for other symbols)
11310                 Add |f and |p to include files and program output
11311                 Examples:
11312                     |f{/home/.../.signature}
11313                     |p{date}
11314         * po/de.po
11315                 Correct wrong spelling for "Referenzen"
11316
11317 2002-02-21 [paul]       0.7.2claws4
11318
11319         * src/procmsg.c
11320                 forgotten during sync
11321
11322 2002-02-21 [paul]       0.7.2claws3
11323
11324         * sync with sylpheed 0.7.2cvs11
11325                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11326                 2002-02-20 and 2002-02-21
11327
11328 2002-02-20 [melvin]     0.7.2claws2
11329
11330         * src/prefs_actions.c
11331                 Added error report when child cannot fork or when execvp 
11332                 returns with an error.
11333
11334 2002-02-19 [christoph]  0.7.2claws1
11335
11336         * src/codeconv.c
11337                 return unconverted text if conde conversion is not possible
11338                 when libjconv is used.
11339                 (patch submitted by "Simon 'corecode' Schubert")
11340
11341 2002-02-19 [paul]       
11342
11343         * version 0.7.2claws release
11344
11345 2002-02-19 [paul]       0.7.2claws
11346
11347         * po/nl.po
11348                 updated by Wilbert Berendsen
11349
11350
11351 2002-02-18 [alfons]     0.7.1claws13
11352
11353         * src/syldap.c
11354         * src/jpilot.c
11355                 remove references to dlfcn and explicitly loading functions
11356                 from dynalink libs, because libs linked anyway, and functions
11357                 are loaded explicitly
11358
11359 2002-02-17 [melvin]     0.7.1claws12
11360
11361         * src/prefs_actions.c
11362                 Replaced children wait loop with double fork technique.
11363                 Now, input/output window updated at each new output.
11364                 free_children(): Fixed a memory leak.
11365                 Made input/output window non closable if running children
11366                 still exist.
11367                 Added missing <unistd.h> include.
11368                 Added some --debug outputs.
11369
11370 2002-02-17 [melvin]     0.7.1claws11
11371
11372         * src/summaryview.c
11373                 Fixed bug where descending sort order did not select top
11374                 message.
11375
11376 2002-02-17 [melvin]     0.7.1claws10
11377
11378         * acconfig.h
11379                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11380         * src/prefs_common.c
11381                 Pspell data package directory no more hard coded but
11382                 set during configuration (PSPELL_PATH). (Thanks to 
11383                                 Gustavo Noronha Silva.)
11384
11385 2002-02-17 [melvin]     0.7.1claws9
11386
11387         * configure.in
11388                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11389         * src/gtkspell.c
11390                 Fixed compile-time warnings.
11391
11392 2002-02-16 [alfons]     0.7.1claws8
11393
11394         * src/filesel.c
11395                 fix inadvertent free of NULL pointer which caused
11396                 sylpheed to crash when closing the save-as dialog
11397                 using the window close button
11398
11399 2002-02-16 [carsten]    0.7.1claws7
11400         * src/mainwindow.[ch]
11401           src/summaryview.c
11402           src/prefs_common.c
11403                 fixes for pixmap theming code:
11404                         - recently changed mail attributes shouldn't get
11405                           lost any longer
11406                         - theme is only reloaded iff another theme was
11407                           selected
11408
11409 2002-02-16 [paul]       0.7.1claws6
11410
11411         * sync with sylpheed 0.7.2 release
11412                 see ChangeLog entry 2002-02-15 and 2002-02-16
11413
11414 2002-02-15 [paul]       0.7.1claws5
11415
11416         * sync with sylpheed 0.7.1cvs9
11417                 see ChangeLog entry 2002-02-15
11418
11419         * po/POTFILES.in
11420                 remove unneeded headerwindow.c entry
11421
11422 2002-02-14 [carsten]    0.7.1claws4
11423         * src/summaryview.c
11424                 fixed a bug for "Go to next unread message": there was
11425                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11426                 in the prefs, because of doing "Search again" instead
11427                 "No"
11428
11429 2002-02-14 [carsten]    0.7.1claws3
11430         * src/stock_pixmap.c
11431                 removed 2 more mem leaks; following memprof,
11432                 this code is "leak free" now :)
11433
11434 2002-02-14 [carsten]    0.7.1claws2
11435         * src/stock_pixmap.c
11436                 used opendir/readdir/closedir instead of scandir
11437                 -> code should work now on Solaris
11438
11439 2002-02-14 [paul]       0.7.1claws1
11440
11441         * sync with sylpheed 0.7.1cvs8
11442                 see ChangeLog entries 2002-02-13 and 2002-02-14
11443
11444         * README.claws
11445                 add some description of Actions and Pixmap Themes
11446
11447 2002-02-13 [paul]       
11448
11449         * version 0.7.1claws release
11450
11451 2002-02-13 [paul]       0.7.1claws
11452
11453         * po/es.po
11454           po/it.po
11455           po/pt_BR.po
11456                 updated translations, submitted by Ricardo Mones Lastra,
11457                 Alessandro Maestri and Fabio Junior Beneditto
11458
11459 2002-02-13 [melvin]     0.7.0claws75
11460
11461         * src/prefs_actions.c
11462                 Added missing "signal.h" include
11463
11464 2002-02-13 [melvin]     0.7.0claws74
11465
11466         * src/prefs_folder_item.c
11467                 Added missing "config.h" include
11468         * po/fr.po
11469                 Updated French translation for folder propriety.
11470
11471 2002-02-13 [jens]       0.7.0claws73
11472
11473         * po/POTFILES.in
11474                 Added missing src/prefs_folder_item.c [log added by melvin]
11475         * po/de.po
11476                 Updated German translation.
11477
11478 2002-02-13 [melvin]     0.7.0claws72
11479
11480         * po/fr.po
11481                 Updated French translation.
11482
11483 2002-02-13 [melvin]     0.7.0claws71
11484
11485         * src/gtkutils.c
11486                 Made gtkut_editable_get_selection return NULL if selection
11487                 is of length zero.
11488                 This fixes a bug where selecting part of message A then
11489                 switching to message B and replying to it will not
11490                 quote the message's body.
11491
11492 2002-02-12 [paul]       0.7.0claws70
11493
11494         * src/mainwindow.c
11495                 cosmetic, relating to pixmap themes: on toolbar make 
11496                 updating of 'Exec' and 'Compose news/Compose email'
11497                 icons faster.
11498
11499 2002-02-12 [carsten]    0.7.0claws69
11500         * src/folderview.c
11501           src/mainwindow.[ch]
11502           src/stock_pixmap.c
11503           src/summaryview.c
11504           src/prefs_common.c
11505                 - refreshing after changing pixmap theme better
11506                   now (thanks Paul)
11507                 - wanted to remove some mem leaks, but alfons was
11508                   faster (and had the better solution ;)
11509
11510 2002-02-12 [alfons]     0.7.0claws68
11511
11512         * src/prefs_common.c
11513         * src/stock_pixmap.[ch]
11514                 plug mem leaks, refactor code a little bit
11515
11516
11517 2002-02-12 [sergey]     0.7.0claws67
11518
11519         * src/imap.c
11520                 Fixed problem with copying messages to IMAP folders when the
11521                 server uses something other than '/' as a namespace separator
11522                 (cyrus-imapd uses '.').
11523
11524 2002-02-12 [jens]       0.7.0claws66
11525
11526         * po/de.po
11527                 Updated German Translation
11528
11529 2002-02-12 [paul]       0.7.0claws65
11530
11531         * sync with sylpheed 0.7.1cvs1
11532                 see ChangeLog entry 2002-02-12
11533
11534 2002-02-12 [melvin]     0.7.0claws64
11535
11536         * src/prefs_actions.c
11537                 Fixed "feature" where children's output was duplicated 
11538                 instead of refreshed while monitoring.
11539                 Removed some debug code.
11540
11541 2002-02-12 [christoph]  0.7.0claws63
11542
11543         * src/compose.c
11544                 always delete message from queue after sending/send error
11545                 (closes bug #509601)
11546
11547 2002-02-12 [melvin]     0.7.0claws62
11548
11549         * src/prefs_actions.c
11550                 Children wait loop is now triggered with a timeout of 1s
11551                 Added %F which is replaced with the list of filenames 
11552                 of all selected messages (as suggested by Ricardo Mones Lestra)
11553                 Pipe syntax changed. Prefix with | to send selection, postfix
11554                 with | to retrieve output. Prefix with > or * to send
11555                 user definable input to the command (*: input is hidden)
11556                 Old pipe action should now be postfixed with |, too.
11557
11558 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11559         * src/stock_pixmap.c
11560                 fixed a bug: if there's no theme directory don't
11561                 throw an error, just do "nothing" (thanks Alfons)
11562
11563 2002-02-12 [carsten]    0.7.0claws60
11564         * src/folderview.c
11565           src/summaryview.c
11566                 had to write the cache twice (nasty!); some marks would 
11567                 get lost if not
11568
11569 2002-02-11 [carsten]    0.7.0claws59
11570         * acconfig.h
11571           configure.in
11572           doc-src/maintainer_guide.txt
11573           src/compose.[ch]
11574           src/defs.h
11575           src/folderview.[ch]
11576           src/gtkutils.[ch]
11577           src/mainwindow.[ch]
11578           src/prefs_common.[ch]
11579           src/stock_pixmap.[ch]
11580           src/summaryview.[ch]
11581                 pixmap theming and related work on pixmap
11582                 handling on some other places
11583                 (e.g. hrm features for all folder)
11584           src/pixmap/stock_*.xpm -> the stock_ was removed
11585         
11586 2002-02-11 [paul]       0.7.0claws58
11587
11588         * sync with sylpheed 0.7.1 release
11589                 see ChangeLog entries 2002-02-11
11590
11591 2002-02-08 [paul]       0.7.0claws57
11592
11593         * sync with sylpheed 0.7.0cvs39
11594                 see ChangeLog entry 2002-02-07 (last entry) 
11595
11596         * src/prefs_actions.c
11597           src/prefs_filtering.c
11598           src/prefs_matcher.c
11599           src/prefs_scoring.c
11600                 sync: made it compile with C compilers other than gcc
11601
11602 2002-02-07 [paul]       0.7.0claws56
11603
11604         * sync with sylpheed 0.7.0cvs38
11605                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11606                 2002-02-07
11607
11608 2002-02-07 [darko]      0.7.0claws55
11609
11610         * src/gtkutils.[ch]
11611         * src/summaryview.c
11612                 Fix const gchar */gchar * issue (thanks Hiro)
11613
11614 2002-02-07 [darko]      0.7.0claws54
11615
11616         * src/compose.[ch]
11617         * src/filtering.c
11618         * src/gtkutils.[ch]
11619         * src/prefs_template.c
11620         * src/quote_fmt.h
11621         * src/quote_fmt_parse.y
11622         * src/summaryview.c
11623         * src/utils.[ch]
11624                 When replying or forwarding an email don't quote the entire
11625                 mail body but use the part of the message text that is selected
11626
11627 2002-02-06 [melvin]     0.7.0claws53
11628
11629         * src/prefs_common.[ch]
11630         * src/gtkspell.[ch]
11631         * src/compose.c
11632                 Made possible to switch quickly to last used dictionary
11633                 which makes checking bilingual documents easier.
11634
11635 2002-02-06 [melvin]     0.7.0claws52
11636         
11637         * po/POTFILES.in
11638                 Added forgotten new file src/prefs_actions.c
11639
11640 2002-02-06 [melvin]     0.7.0claws51
11641
11642         * src/prefs_actions.c   ** NEW FILE **
11643         * src/prefs_actions.h   ** NEW FILE **
11644                 Added actions to execute on message text view, or on the
11645                         message's file.
11646         * src/Makefile.am
11647                 Added src/prefs_actions.[ch]
11648         * src/compose.c
11649                 Added new menu "Edit/Actions"
11650         * src/defs.h
11651                 Added new actionsrc file.
11652         * src/main.c
11653                 Added actionsrc reading.
11654         * src/mainwindow.c
11655                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11656         * src/prefs_common.h
11657                 Added new element actionslst element to prefs_common.
11658
11659 2002-02-06 [paul]       0.7.0claws50
11660
11661         * sync with sylpheed 0.7.0cvs36
11662                 see ChangeLog entry 2002-02-06
11663
11664 2002-02-05 [paul]
11665
11666         * po/es.po
11667                 updated by Ricardo Mones Lastra
11668
11669 2002-02-05 [paul]       0.7.0claws49
11670
11671         * sync with sylpheed 0.7.0cvs33
11672                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11673
11674 2002-02-05 [paul]       0.7.0claws48
11675
11676         * src/compose.c
11677                 re-add 'Edit/Advanced/Delete entire line', previously named
11678                 'Delete Line+'
11679
11680 2002-02-04 [paul]       0.7.0claws47
11681
11682         * src/compose.c
11683           src/summaryview.c
11684                 fix bug #494993 (Reply All not taking Reply-To into consi)
11685                 eliminate differences in behaviour of right-click 'Reply to all' 
11686                 in summary view and 'Reply to all' on the toolbar. 
11687                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11688                 view and From gets ignored by 'Reply to all' on toolbar.
11689                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11690                 From when no Reply-To header is present.
11691
11692 2002-02-04 [paul]       0.7.0claws46
11693
11694         * sync with sylpheed 0.7.0cvs30
11695                 see ChangeLog entries 2002-02-03 and 2002-02-04
11696
11697 2002-02-03 [melvin]     0.7.0claws45
11698
11699         * src/gtkspell.[ch]
11700                 Readded function to highlight all misspelled words.
11701                 Fixed bug where user-provided-words did not replace
11702                         correctly the misspelled word when using the mouse.
11703                 Fixed bug where checking a region selected from right to left did
11704                         not check the region at all.
11705                 Fixed bug where 'Check backwards' may not check at all. 
11706                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11707                 Fixed possible buffer overflow when checking for long strings (>1k).
11708                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11709                 Accelerators code uses now gtk_widget_add_accel.
11710                 Removed and disabled obsolete and unfinished code.
11711                 Cleaning up.
11712
11713         * src/compose.c
11714                 Added menu item to Highlight all misspelled words.
11715
11716 2002-02-01 [paul]       0.7.0claws44
11717
11718         * src/mainwindow.c
11719                 fix '/View/Hide read messages' sensitivity when all
11720                 messages in a folder are hidden
11721
11722 2002-02-01 [paul]       0.7.0claws43
11723
11724         * src/main.c
11725                 add --send option to command line interface, sends all
11726                 queued mail. Patch submitted by Ricardo Mones Lastra.
11727
11728 2002-01-31 [paul]       0.7.0claws42
11729
11730         * src/mainwindow.c
11731                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11732
11733 2002-01-31 [paul]       0.7.0claws41
11734
11735         * sync with sylpheed 0.7.0cvs27
11736                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11737                 and 2002-01-31
11738
11739         * src/textview.c
11740                 comment out elements of textview_show_part() as temporary
11741                 workaround for attachment 'Display as text' bug 
11742
11743         * po/pt_BR.po
11744                 updated by Fabio Junior Beneditto
11745
11746 2002-01-30 [paul]       0.7.0claws40
11747
11748         * sync with sylpheed 0.7.0cvs24
11749                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11750                 and 2002-01-30
11751
11752         * src/compose.c
11753                 add {N_("/_Spelling"), ... "<Branch>"} to 
11754                 GtkItemFactoryEntry compose_entries[]
11755
11756         * src/prefs_common.c
11757                 add claws menu items to prefs_keybind_apply_clicked()
11758                 and remove non-claws menu items
11759
11760 2002-01-29 [paul]       0.7.0claws39
11761
11762         * sync with sylpheed 0.7.0cvs22
11763                 see ChangeLog entries 2002-01-28 and 2002-01-29
11764
11765 2002-01-28 [melvin]     0.7.0claws38
11766
11767         * src/compose.c
11768                 Added the declartion of compose_send_control_enter.
11769
11770         * src/compose.c
11771         * src/gtkspell.[ch]
11772                 Added in a 'Spelling' menu which includes the configuration menu. 
11773                 Added a real 'Check all' and got rid from the old one which only
11774                 highlited misspelled word.
11775                 Made 'Check while typing' a disableable option.
11776                 Added a dialog when there are no more misspelled word.
11777                 Added a dialog if error occurs when switching to a dictionary.
11778         
11779         * src/prefs_common.[ch]
11780                 Added option for the default 'Check while typing' option.
11781
11782
11783 2002-01-28 [alfons]     0.7.0claws37
11784
11785         * src/compose.c
11786                 fix buglet and make code comply with sylpheed code style
11787
11788 2002-01-28 [paul]       0.7.0claws36
11789
11790         * sync with sylpheed 0.7.0cvs19
11791                 see ChangeLog entries for 2002-01-28
11792
11793 2002-01-28 [hoa]        0.7.0claws35
11794
11795         * src/defs.h
11796                 added rendererrc
11797
11798         * src/main.c
11799                 read the renderer config
11800
11801         * src/procmime.[ch]
11802                 use the renderer config to convert mime attachments
11803
11804         * src/textview.c
11805                 don't use textview_show_html/ertf,
11806                 use get_text_content instead
11807
11808 2002-01-27 [alfons]     0.7.0claws34
11809         
11810         * src/news.c
11811                 make sylpheed believe it can delete a news message...
11812                 (messages are NOT deleted, maybe we should remove
11813                 processing from the folder properties after all.)
11814
11815 2002-01-27 [alfons]     0.7.0claws33
11816
11817         * src/folder.c
11818                 add extra checks
11819         * src/news.c
11820                 implement remove_msg() 
11821
11822 2002-01-27 [alfons]     0.7.0claws32
11823
11824         * src/procmsg.h
11825         * src/procheader.c
11826         * src/messageview.c
11827                 fix return receipt / disposition notification again. this
11828                 stuff seems to break on _every_ major summary UI change, so
11829                 it's now implemented using a flag which is saved in the
11830                 marks cache
11831                 
11832 2002-01-26 [alfons]     0.7.0claws31
11833
11834         * src/import.c
11835                 let import dialog show the destination folder identifier
11836
11837 2002-01-26 [melvin]     0.7.0claws30
11838
11839         * src/folderview.c
11840         * src/summaryview.c
11841                 Readded 'Mark all read' into summary view popup menu
11842                 Added 'Mark all read' in folder view popup menu for IMAP
11843                 and NNTP.
11844                 Made it insensitive if the selected folder is not the shown
11845                 one to avoid 'Mark all read' on the wrong folder.
11846                 
11847 2002-01-26 [paul]       0.7.0claws29
11848
11849         * src/folderview.c
11850           src/summaryview.c
11851                 move 'Mark all read' from summary view to folder view
11852                 menu. (adapted from) patch submitted by Jeremy Andrews,
11853                 <lists@kerneltrap.com>
11854
11855 2002-01-25 [alfons]     0.7.0claws28
11856
11857         * src/gtkstext.c
11858                 put the gtk class name back so GtkSText adapts the 
11859                 settings of GtkText
11860
11861 2002-01-25 [alfons]     0.7.0claws27
11862
11863         * src/folderview.c 
11864                 assimilate Ricardo's patch that shows pixmaps instead of
11865                 plain "new" and "unread" texts in the folder view column
11866                 headers 
11867
11868 2002-01-25 [paul]       0.7.0claws26
11869
11870         * src/Makefile.am
11871                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11872                 be found in non-standard locations. 
11873                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11874
11875 2002-01-25 [paul]       0.7.0claws25
11876
11877         * sync with sylpheed 0.7.0cvs16
11878                 see ChangeLog entry 2002-01-25
11879
11880 2002-01-24 [paul]       0.7.0claws24
11881
11882         * more sync with sylpheed 0.7.0cvs15
11883                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11884
11885 2002-01-23 [sergey]     0.7.0claws23
11886
11887         * src/importldif.c
11888                 Fixed segfault when closing LDIF import wizard with
11889                 the window manager.
11890         * src/imageview.c
11891         * src/imageview.h
11892         * src/messageview.c
11893         * src/mimeview.c
11894                 Fixed wrong scrolling position after switching between
11895                 text and image parts.
11896
11897 2002-01-23 [paul]       0.7.0claws22
11898
11899         * sync with sylpheed 0.7.0cvs15
11900                 see ChangeLog entries 2002-01-22 and 2002-01-23
11901
11902 2002-01-21 [melvin]     0.7.0claws21
11903
11904         * src/prefs_scoring.c
11905         * src/prefs_filtering.c
11906                 Fixed bug where scoring and filtering windows stopped
11907                 autochecking.
11908
11909 2002-01-21 [paul]       0.7.0claws20
11910
11911         * sync with sylpheed 0.7.0cvs12
11912                 see ChangeLog entries 2002-01-20 and 2002-01-21
11913
11914 2002-01-21 [carsten]    0.7.0claws19
11915         * src/mainwindow.c
11916         * src/menu.[ch]
11917         * src/messageview.[ch]
11918         * src/summaryview.[ch]
11919                 changes to shortcuts handling again:
11920                         + "Q" now controled by mainwin
11921                         + v/V are now customizable and have slightly
11922                           different meanings
11923                 the "button" to minimize the messageview (and maximize
11924                 the summary view) is a real button now
11925         * src/compose.c
11926                 "Delete Line+" added to Edit/Advanced (this will also
11927                 delete the '\n')
11928
11929 2002-01-20 [melvin] 0.7.0claws18
11930
11931         * src/addressbook.c
11932                 Made "Bcc" sensitive when addressbook is called from
11933                 compose window (it was a Claws only bug).
11934
11935 2002-01-19 [alfons] 0.7.0claws17
11936
11937         * src/inc.c
11938                 prevent unnecessary updates when currently selected folder has
11939                 no new messages 
11940
11941 2002-01-19 [alfons] 0.7.0claws16
11942         
11943         * src/summaryview.c
11944                 prevent writing the cache based on current message list in summary 
11945                 view when filtering also put messages in currently selected folder
11946
11947 2002-01-19 [paul]
11948
11949         * po/it.po
11950                 Italian translation submitted by Alessandro Maestri
11951                 <a.maestri@cs.tin.it>
11952
11953 2002-01-18 [melvin]     0.7.0claws15
11954
11955         * src/prefs_filters.c
11956                 fixed bug where 'cancel' from 'filters' window stops autochecking
11957                 if the timer timed out  when the window was open.
11958
11959 2002-01-18 [match]      0.7.0claws14
11960
11961         * src/addrclip.[ch]     ** NEW FILE **
11962         * src/addrselect.[ch]   ** NEW FILE **
11963         * src/adbookbase.h      ** NEW FILE **
11964                 addressbook cut, copy and paste
11965         * src/addrbook.[ch]
11966         * src/addrcache.[ch]
11967         * src/addressitem.h
11968         * src/addrindex.[ch]
11969         * src/addritem.[ch]
11970         * src/importldif.c
11971         * src/importmutt.c
11972         * src/jpilot.[ch]
11973         * src/syldap.[ch]
11974         * src/vcard.[ch]
11975         * src/jpilot.[ch]
11976         * src/editbook.c
11977         * src/editjpilot.c
11978         * src/editldap.c
11979         * src/editvcard.c
11980                 support for copy/paste
11981         * src/addressbook.c
11982                 support for copy/paste
11983                 tidy up menu option processing
11984                 correct address list function arguments
11985         * src/editaddress.c
11986                 sort user attributes
11987         * src/ldif.h
11988         * src/mutt.h
11989                 tidy up
11990
11991         * src/addrbook.[ch]
11992         * src/addrbook.[ch]
11993         * src/addrbook.[ch]
11994                 
11995
11996 2002-01-18 [paul]       0.7.0claws13
11997
11998         * sync with sylpheed 0.7.0cvs8
11999                 configure.in: support Mac OS X (Darwin)
12000
12001 2002-01-18 [carsten]    0.7.0claws12
12002         * src/html.c
12003                 small hack to fix a segfault with an empty href
12004                 (reported by Alexandra Walford <deeni@altern.org>)
12005         * src/mainwindow.c
12006         * src/summaryview.c
12007                 the shortcuts for Mark und Mark as unread are hardcoded
12008                 again
12009         * src/compose.c
12010         * src/gtkstext.[ch]
12011                 readded the shortcuts in gtkstext but made them
12012                 customizeable (simply by adding a menu plus a wrapper
12013                 to compose.c)
12014
12015 2002-01-17 [melvin]     0.7.0claws11
12016
12017         * src/gtkspell.c
12018                 fix default dictionary not being saved.
12019
12020 2002-01-16 [darko]      0.7.0claws10
12021
12022         * src/compose.c
12023                 fix wrapping crash with URL longer than wrapping margin
12024
12025 2002-12-08 [hoa]        0.7.0claws10
12026
12027         * src/matcher_parser_parse.y
12028                 fixed some bugs
12029
12030         * src/prefs_filtering.c
12031                 now, we can use bounce action in the dialog box.
12032
12033 2002-01-16 [carsten]    0.7.0claws9
12034         * src/gtkstext.c
12035                 removed the <control> and <alt> shortcuts because they're
12036                 not needed and interefered with the "normal" shortcuts
12037         * src/mainwindow.c
12038         * src/summaryview.c
12039                 removed most of the hardcoded shortcuts and assigned
12040                 them to menu entries making them easy customizable by
12041                 that
12042
12043 2002-01-16 |melvin]     0.7.0claws8
12044
12045         * src/gtkspell.c
12046                 fixed bug where using the mouse and when the compose
12047                 window is not on top may result in a crash.
12048
12049 2002-01-16 [melvin]     0.7.0claws7
12050
12051         * src/compose.c
12052                 fixed a long standingspell checker bug which could 
12053                 cause a crash after sending a message.
12054
12055 2002-01-16 [paul]       0.7.0claws6
12056
12057         * sync with sylpheed 0.7.0cvs7
12058                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12059                 2002-01-15, and 2002-01-16
12060
12061 2002-01-16 [melvin]     0.7.0claws5
12062
12063         * README.claws
12064         * src/compose.c
12065         * src/gtkspell.[ch]
12066         * src/main.c
12067                 Heavily modified spell checker code to work around
12068                 ispell bug, to add keyboard shortcuts and for future
12069                 enhancements. See README.claws for usage information.
12070
12071 2002-01-15 [alfons]     0.7.0claws4
12072         
12073         * src/summaryview.c
12074                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12075                 so sorting within threads reflects sort mode
12076
12077 2002-01-15 [christoph]  0.7.0claws3
12078
12079         * src/procmsg.c
12080                 added alertpanel if mail sending failed
12081
12082 2002-01-15 [alfons]     0.7.0claws2
12083         
12084         * src/prefs_filtering.c
12085                 don't stop timer when prefs filtering dialog is opened
12086
12087 2002-01-14 [alfons]     0.7.0claws1
12088
12089         * src/addr_compl.c
12090         * src/prefs.c
12091                 remove debug_print()s for privacy reasons
12092
12093 2002-01-14 [darko]      0.7.0claws
12094
12095         * README.claws
12096                 quotation wrapping is now also in the main branch
12097
12098 2002-01-14 [paul]
12099
12100         * tools/filter_conv.pl
12101                 allow for Boolean Op and case-sensitivity
12102                 this file is included in the release and tagged
12103                 'rel_0_7_0'
12104
12105 2002-01-13 [paul]       0.7.0claws
12106
12107         * release 0.7.0, with cvs tag 'rel_0_7_0'
12108
12109 2002-01-13 [paul]
12110
12111         * tools/filter_conv.pl
12112         * tools/README
12113                 rewritten to output to matcherrc instead of filteringrc
12114
12115         * po/es.po
12116                 updated Spanish translation by Ricardo Mones Lastra
12117
12118 2002-01-13 [alfons]
12119
12120         * po/nl.po
12121                 update dutch translation
12122
12123 2002-01-13 [paul]
12124
12125         * po/pt_BR.po
12126                 Updated by Fabio Junior Beneditto 
12127
12128 2002-01-13 [melvin]     0.6.6claws53
12129
12130         * po/fr.po
12131                 Updated french translation
12132
12133 2002-01-12 [alfons]     0.6.6claws52
12134
12135         * src/filtering.c
12136                 plug mem leak that has been sitting there for ages              
12137
12138 2002-01-12 [alfons]     0.6.6claws51
12139
12140         * src/summaryview.c
12141                 undo melvin's changes from 0.6.6claws48 because summary
12142                 view now refuses to select first unread message when
12143                 selecting a folder 
12144
12145 2002-01-11 [alfons]     0.6.6claws50
12146
12147         * src/import.c
12148                 use claws' semantics for getting folder item when
12149                 importing an mbox file into a folder 
12150                 (submitted by Dale P. Smith)
12151
12152 2002-01-11 [christoph]  0.6.6claws49
12153
12154         * src/prefs.h
12155                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12156                 toggle widget, because non static prefs can not use
12157                 prefs_set_* functions
12158         * src/prefs_account.c
12159                 toggle smtp auth password field sensitivity if
12160                 user id is empty and add descrition of usage for
12161                 these fields
12162         * src/prefs_folder_item.c
12163                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12164                 callbacks
12165
12166 2002-01-11 [melvin]     0.6.6claws48
12167
12168         * src/compose.c
12169                 fix the 'Ctrl-Enter' feature for sending and test really
12170                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12171                 editables which was not documented in Gtk)
12172
12173         * src/summaryview.c
12174                 Made summaryview refresh after sorting and not before.
12175
12176 2002-01-11 [christoph]  0.6.6claws47
12177
12178         * src/compose.c
12179                 select account from account ids if possible and
12180                 correctly set save folder for copy in reedit
12181
12182 2002-01-10 [paul]       0.6.6claws46
12183
12184         * sync with sylpheed 0.7.0 release
12185                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12186                 2002-01-09
12187
12188 2002-01-09 [alfons]
12189
12190         * src/summaryview.c
12191                 remove more dirt traces...
12192
12193 2002-01-09 [alfons]
12194         
12195         * src/summaryview.c
12196                 clean up some traces of my debugging stuff
12197
12198 2002-01-09 [alfons]     0.6.6claws45
12199
12200         * src/filtering.c
12201                 break up filteringprop_apply() in three separate pieces
12202                 so we can drop messages that failed processing in the
12203                 inbox
12204
12205         * src/summaryview.c
12206                 fix bug #469598 "no refresh of inbox after filter" which 
12207                 was introduced by the new summary view locking, and which 
12208                 prevented the summary view to update after a manual filter 
12209                 message. claw's filter message requires a summary_show().
12210                 (aargh, summary_show() again! :-)
12211                 
12212 2002-01-07 [alfons]     0.6.6claws44
12213
12214         * src/headerwindow.c
12215         * src/logwindow.c
12216         * src/messageview.c
12217         * src/sourcewindow.c
12218                 bring in Hiro's last 0.7.0 wm class fixes
12219
12220         * tools/sylprint.pl
12221                 bring in Ricardo's fix for sylprint script
12222
12223         * AUTHORS       
12224         * src/rfc2015.[ch]
12225         * src/prefs_common.[ch]
12226         * src/prefs_account.[ch]
12227         * src/compose.c
12228                 clean up account preference poison in rfc2015,
12229                 and preparation to fix double sign bug 
12230                 (patch submitted by Simon 'corecode' Schubert)
12231
12232 2002-01-07 [christoph]  0.6.6claws43
12233
12234         * src/mh.c
12235                 search for free message number, do not only rely
12236                 on last_num
12237         * src/send.c
12238                 fix smtp auth and use extra account information
12239                 if available, if not use pop3 data instead
12240                 (closes bug #500341)            
12241         * src/ssl.[ch]
12242                 match coding style
12243
12244 2002-01-06 [alfons]     0.6.6claws42
12245
12246         * src/mainwindow.c
12247                 try making the separate windows work again...
12248
12249 2002-01-06 [alfons]     0.6.6claws41
12250
12251         * src/mainwindow.c
12252                 adapt Hiro's separate window menu (to get rid of the funny
12253                 duplicate menu items), and make it work again
12254
12255 2002-01-06 [alfons]     0.6.6claws40
12256
12257         * tools/Makefile.am
12258         * tools/sylprint.rc
12259         * tools/sylprint.pl
12260         * tools/README.sylprint
12261                 add sylprint script for printing mails from Sylpheed
12262                 (contributed by Ricardo Mones Lastra)
12263
12264         * src/acount.c
12265                 clean up
12266
12267 2002-01-06 [melvin]     0.6.6claws39
12268
12269         * src/mainwindow.c
12270         * src/summaryview.c
12271                 Fixed crash introduced in 0.6.6claws38 by the menu
12272                 reorganisation (Hide read messages)
12273         
12274         * ChangeLog.claws 
12275                 Fixed typo (we are now in 2002, alfons ;) )
12276
12277 2002-01-05 [alfons]     0.6.6claws38
12278
12279         * sync with sylpheed 0.6.6cvs10-17
12280                 (last stuff marked as LAST_STABLE)
12281
12282 2002-01-04 [melvin]     0.6.6claws37
12283
12284         * src/account.c
12285                 Made account selection code use strcasestr again instead of
12286                 g_strcasecmp (fixes bug where reediting queued messages
12287                 did not select proper account reported by T. Link).
12288         
12289         * src/folderview.c
12290                 Fix bug where folder icons are not shown when 'hide read messages'
12291                 is on.
12292         
12293         * src/stock_pixmaps.[ch]
12294                 Added folder icons for 'hide read messages'.
12295         
12296         * src/compose.c
12297                 Fixed bug where 'Enter' in a header entry will send the message 
12298                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12299
12300 2002-01-03 [melvin]     0.6.6claws36
12301         
12302         * src/prefs.[ch]
12303                 Added popup menu for common preferences and
12304                 account preferences (right click on tab displays
12305                                 a menu of all tabs.)
12306
12307 2002-01-02 [melvin]     0.6.6claws35
12308
12309         * src/gtkspell.[ch]
12310                 Made spelling code compatible with undo/redo feature.
12311                 Added creation of suggestion mode menu for the general
12312                         preferences.
12313         
12314         * src/prefs_common.[ch]
12315                 Added option menu for the speller's suggestion mode.
12316                 Added missing spaces in "..." buttons and made a "..."
12317                         button non translatable!
12318         
12319         * src/compose.c
12320                 Made speller use the default suggestion mode.
12321                 Hack to make it possible to choose 'CTRL-Enter' as a
12322                         shortcut for sending (and only for sending).
12323
12324         * src/prefs_folder_item.c
12325                 Changing subject simplification does not update cache 
12326                         anymore (because it is unnecessary).
12327                 Fixed bug where changing subject simplification updated the 
12328                         summaryview even when the viewed folder is not the
12329                         folder which properties are being changed. (E.g. 
12330                                         viewing folder A and changing
12331                                         the subject simplification of 
12332                                         folder B -not being viewed- updated the 
12333                                         summaryview of folder A with data of
12334                                         folder B). (Hope this is clear... )
12335
12336 2001-12-31 [alfons]     0.6.6claws34
12337         
12338         * src/ldif.c
12339         * src/mutt.c
12340                 fgetc() returns a signed integer which doesn't
12341                 fit in a char. so c truncates this to a char
12342                 but we may lose significant bits. i.e. we may
12343                 comparing 0xFF which may not be equal to -1
12344                 unless properly casted to signed char which
12345                 we won't do because fgetc() returns a signed
12346                 integer which doesn't fit in a char. so c 
12347                 truncates this to a char but we may lose 
12348                 significat bits. (you got the idea, thanks
12349                 to Gustavo Noronha Silva <kov@debian.org>
12350                 and the Debian folks!)
12351
12352 2001-12-30 [alfons]     0.6.6claws33
12353
12354         * src/prefs_common.c
12355                 add #ifdef USE_PSPELLs that Melvin forgot               
12356
12357 2001-12-30 [melvin]     0.6.6claws32
12358         
12359         * src/prefs_common.[ch]
12360                 Added configurable color for misspelled words.
12361
12362         * src/gtkspell.[ch]
12363                 Fixed bug of foreground text color (reported by David
12364                                 Mehrmann)
12365                 Added configurable color for misspelled words.
12366
12367 2001-12-30 [alfons]     0.6.6claws31
12368
12369         * src/folder.c
12370                 remove unnecessary things someone put there
12371
12372         * src/mh.c
12373         * src/folder.[ch]
12374                 make folder properties (like threading and sorting) persistent
12375                 (closes bug #497424 "rescan folder tree resets proprieties")
12376                 currently this is only for MH folders. 
12377
12378 2001-12-29 [melvin]     0.6.6claws30
12379
12380         * src/string_match.[ch]
12381                 Optimized a bit: regexp pattern buffer compiled only once, and
12382                   one subroutine call removed. Fixed ^ regexp search: Now, 
12383                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12384         
12385         * src/summaryview.c
12386                 Subject filtering changed to filter summary columns and
12387                   not directly the messages subject cache. The loss in 
12388                   performance is balanced by the improvement of string_match.
12389                 Added an alert panel if there is an error in the regexp.
12390
12391         * src/src/prefs_folder_item.h
12392                 Added a regexp pattern buffer.
12393
12394 2001-12-28 [alfons]     0.6.6claws29
12395
12396         * src/string_match.[ch]
12397                 clean up name space
12398                 allow compilation *BSD
12399
12400 2001-12-27 [alfons]     0.6.6claws28
12401
12402         * src/filter.c
12403                 sync the Hiro's bug fix for BSD
12404
12405 2001-12-27 [melvin]     0.6.6claws27
12406         
12407         * src/compose.c
12408                 Simplify focus to subject entry code.
12409
12410 2001-12-27 [darko]      0.6.6claws26
12411
12412         * src/filtering.c
12413         * src/mbox_folder.c
12414         * src/messageview.c
12415         * src/mh.c
12416         * src/procheader.[ch]
12417         * src/procmsg.h
12418         * src/stock_pixmap.[ch]
12419         * src/summaryview.c
12420                 Show key icon for encrypted mails in summary view
12421
12422         * src/pixmaps/clip.xpm
12423         * src/pixmaps/clipkey.xpm
12424         * src/pixmaps/key.xpm
12425                 New/modified icons for the above
12426
12427 2001-12-27 [melvin]     0.6.6claws25
12428
12429         * src/prefs_common.c
12430                 Put spell checker options in a separate tab to decrease
12431                 the Common Preferences window height.
12432
12433         * README.claws  
12434                 Update spell checker usage instruction about its options
12435                 location.
12436
12437 2001-12-27 [melvin]     0.6.6claws24
12438
12439         * src/compose.c
12440                 Changed subject entry widget position. Initial focus is
12441                 on the To header instead of the subject entry.
12442                 Creating a new header scrolls the header list to make the
12443                 created one visible. Nevertheless, when automatically filling
12444                 headers, the first one is shown.
12445                 A Tab key press in the last empty header entry zips the 
12446                 focus to the subject entry.
12447                 (I did not change the combo boxes, yet)
12448
12449 2001-12-26 [alfons]     0.6.6claws23
12450
12451         * src/prefs_account.c
12452         * src/inc.c
12453                 allow default inbox to reside in another mailbox (only
12454                 works for POP3 accounts)
12455
12456 2001-12-26 [alfons]     0.6.6claws22
12457         
12458         * src/textview.c
12459                 make reply-on-click work with the account of the selected folder
12460         * src/compose.c
12461                 put a fixme here to remind me to fix finding correct default
12462                 account for nested folders
12463
12464 2001-12-25 [alfons]     0.6.6claws21
12465
12466         * src/summaryview.c
12467                 make column headers display locked and mark pixmaps (idea by Melvin) 
12468                 fix bug by adding score and locked column type to sort array
12469
12470 2001-12-25 [alfons]     0.6.6claws20
12471         
12472         * src/summaryview.c
12473                 catch a *potentially* inadvertent write back of  
12474                 the message cache(s) introduced by 0.6.5claws37
12475
12476 2001-12-25 [christoph]  0.6.6claws19
12477
12478         * src/stock_pixmap.[ch]
12479         * src/summaryview.c
12480                 add ignore thread pixmap
12481                 (can someone draw a better icon for this?)
12482
12483 2001-12-24 [alfons]     0.6.6claws18
12484
12485         * src/prefs_folder_item.c
12486                 make address completion actually work for the
12487                 Default To address in the Folder Property dialog.
12488
12489 2001-12-24 [alfons]     0.6.6claws17
12490         
12491         * src/summaryview.c
12492                 use new style regexp for subject stripping 
12493                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12494
12495 2001-12-24 [darko]      0.6.6claws16
12496
12497         * src/pgptext.c
12498         * src/rfc2015.c
12499                 move GPG related informational messages to debug mode
12500
12501 2001-12-23 [alfons]     0.6.6claws15
12502
12503         * src/stock_pixmap.[ch]
12504         * src/summaryview.c
12505                 add the forgotten Claws' locked pixmap
12506
12507 2001-12-23 [alfons]     0.6.6claws14
12508
12509         * src/filesel.c
12510                 accept file name typed in entry in multi file
12511                 selector (patch submitted by Gustavo Noronha Silva 
12512                 <kov@debian.org>)
12513
12514 2001-12-23 [alfons]     0.6.6claws13
12515
12516         * src/prefs_filter.c
12517         * src/prefs_filtering.c
12518         * src/matcher.c
12519         * src/importmutt.c
12520                 clean up a little bit
12521         
12522         * src/string_match.c
12523                 validate input strings a little bit more
12524
12525 2001-12-23 [alfons]     0.6.6claws12
12526
12527         * src/Makefile.am
12528         * src/summaryview.c
12529         * src/string_match.[ch]         ** NEW **
12530         * src/folderview.[ch]
12531         * src/headerview.h
12532         * src/folder.[ch]
12533         * src/prefs_folder_item.[ch]
12534                 add subject simplification to strip out strings from
12535                 a subject line (esp. handy for mailing lists). 
12536                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12537                 but slightly changed things for better integration.)
12538
12539 2001-12-23 [alfons]     0.6.6claws11
12540
12541         * src/mainwindow.c
12542                 fix bug introduced by submission included in 0.6.5claws52.
12543                 ideally this submission should clean the trash if any trash
12544                 folder has a message. however, the hasTrash variable was
12545                 set to false whenever a trash folder was empty (discarding
12546                 a previously found *filled* trash folder.)
12547
12548                 also edited the code a little bit and made it more safe.
12549
12550 2001-12-22 [alfons]     0.6.6claws10
12551
12552         * src/imap.c
12553                 quick fix for Martin Pool's omission of an account
12554                 specific SSL setting
12555
12556 2001-12-22 [alfons]     0.6.6claws9
12557
12558         * src/compose.c
12559         * src/messageview.c
12560         * src/mimeview.c
12561         * src/pgptext.c
12562         * src/procmime.[ch]
12563                 better support for multipart/digest (submitted
12564                 by Fredrik <e98fo@efd.lth.se>)
12565
12566 2001-12-22 [alfons]     0.6.6claws8
12567
12568         * src/addressbook.c
12569                 correct function signature
12570         * src/socket.[ch]
12571         * src/imap.[ch]
12572         * src/prefs_account.[ch]
12573                 allow IMAP over SSH tunnel (patch submitted by 
12574                 Martin Pool <mbp@samba.org>)
12575
12576 2001-12-21 [alfons]     0.6.6claws7
12577
12578         * sync with sylpheed 0.6.6cvs4-9
12579                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12580
12581 2001-12-21 [christoph]  0.6.6claws6
12582
12583         * src/compose.c
12584         * src/prefs_folder_item.[ch]
12585                 implement saving of outgoing messages to current folder.
12586                 fix segfault when no default outbox is available
12587                 (closes bug #495683)
12588
12589 2001-12-21 [carsten]    0.6.6claws5
12590         * src/folderview.c
12591         * src/summaryview.c
12592                 pressing CTRL while DND does now the expected thing and
12593                 copies the mail (moving is still the default, as this
12594                 seam more appropriate for handling mails by DND)
12595
12596 2001-12-18 [paul]       0.6.6claws4
12597
12598         * sync with sylpheed 0.6.6cvs3
12599                 see ChangeLog entries 2001-12-18
12600
12601 2001-12-18 [hiro]       0.6.6claws3
12602
12603         * src/undo.c
12604                 fix for multibyte characters (obtain the number of letters
12605                 instead of bytes).
12606
12607 2001-12-17 [paul]       0.6.6claws2
12608
12609         * sync with sylpheed 0.6.6cvs1
12610                 see ChangeLog entry 2001-12-16
12611
12612 2000-12-17 [alfons]     0.6.6claws1
12613
12614         * src/filtering.c
12615                 clean up
12616
12617 2001-12-16 [paul]       0.6.6claws
12618 2001-12-15
12619
12620         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12621
12622         * src/mimeview.c
12623                 last minute sync with main 0.6.6
12624
12625         * po/es.po
12626                 updated by Ricardo Mones Lastra
12627                 update for last minute sync
12628         * po/fr.po
12629         * po/nl.po
12630                 update for last minute sync
12631         * po/de.po
12632                 updated by Jens Oberender
12633         * po/pt_BR.po
12634                 updated by Fabio Junior Beneditto
12635
12636         * src/prefs_common.[ch]
12637         * src/undo.c
12638                 number of undo levels is user configurable
12639                 (squeeze it into the release in the dying
12640                 moments) Submitted by Jens Oberender    
12641
12642 2001-12-15 [melvin]
12643
12644         * po/fr.po
12645                 updated french translation
12646
12647 2001-12-15 [paul]       0.6.5claws92
12648
12649         * sync with sylpheed 0.6.5cvs28
12650                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12651
12652         * po/nl.po
12653                 update to allow for sync
12654
12655 2001-12-15 [alfons]
12656         
12657         * po/nl.po
12658                 update dutch translation
12659
12660 2001-12-14 [carsten]    0.6.5claws91
12661         * src/summaryview.c
12662                 fixed bug #473785; also after changing the column order
12663                 the same message will be selected and displayed as before
12664                 the reordering
12665
12666 2001-12-14 [carsten]    0.6.5claws90
12667         * src/folderview.c
12668                 probably found the bug reported by wwb opening or closing
12669                 a folder tree just before dnd (found the solution in the
12670                 balsa source -- thanks to them)
12671
12672 2001-12-14 [carsten]    0.6.5claws89
12673         * src/gtkutils.c
12674         * src/account.c
12675                 moved gtk_clist_moveto to the right place, so that
12676                 only the accounts dialog is effected on opening
12677
12678 2001-12-14 [carsten]    0.6.5claws88
12679         * src/gtkutils.c
12680                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12681                 now, so that the focused row will be seen in any case
12682                 (reported by wwp on sf-claws-user)
12683
12684 2001-12-14 [darko]      0.6.5claws87
12685
12686         * src/compose.c
12687                 remove unnecessary line
12688
12689 2001-12-14 [paul]       0.6.5claws86
12690
12691         * sync with sylpheed 0.6.5cvs27
12692                 see ChangeLog entries 2001-12-14
12693
12694 2001-12-14 [carsten]    0.6.5claws85
12695         * src/mainwindow.c
12696                 following a suggestion of Melvin the rcoabm pops up
12697                 right under the button now and the button is reliefed
12698                 while the popup is open
12699
12700 2001-12-14 [darko]      0.6.5claws84
12701
12702         * src/compose.c
12703                 fix crash when wrapping long lines if linewrap quotation
12704                 is disabled and wrapper encounters a word spanning more
12705                 than one line
12706
12707 2001-12-13 [paul]       0.6.5claws83
12708
12709         * src/compose.c
12710                 prefer 'Reply-To' header over mailing list header when
12711                 replying to a message. Finally prevent all those confirmation 
12712                 messages being sent to the list itself.
12713
12714         * src/summaryview.c
12715                 remove unused summary_set_menu_sensitive() entry
12716
12717 2001-12-13 [paul]       0.6.5claws82
12718
12719         * src/folderview.c
12720         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12721         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12722         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12723                 improvements to 'Hide read messages': Inbox, Outbox,
12724                 Trash, Queue, and Draft icons now reveal presence of hidden 
12725                 messages
12726
12727 2001-12-12 [alfons]     0.6.5claws81
12728
12729         0.6.5claws80 was tagged as LAST_STABLE
12730
12731         * src/filtering.[ch]
12732         * src/matcher.[ch]
12733         * src/matcher_parser_lex.c
12734                 fix the filtering; my last attempt to get it right, 
12735                 if it does not work, it's Hoa's turn. ;-)
12736
12737                 for my honourable peers:
12738                 
12739                 the code now makes a clear distinction between
12740                 rules as they are displayed (probably escaped),
12741                 and as they are executed (probably unescaped). the
12742                 parser does *NOT* do any unescaping, this is
12743                 the task of the matcher.c (which breaks up a
12744                 rule into condition) and the filtering.c (which
12745                 breaks up the rule's action). to make this
12746                 run happily we provide an unescaped copy of
12747                 crucial strings to the MatcherProp and 
12748                 FilteringAction structures. note that the only
12749                 exception to this is any REGEXP string. those
12750                 are directly passed to regcomp() and regexp()
12751                 (who have much more powerful unescape functions).
12752                 
12753                 for everyone else:
12754         
12755                 you can escape tab (\t), carriage return (\r),
12756                 linefeed (\n), form feed (\f), quote (\"), 
12757                 single quote (\'), bell (\b) in all the entry
12758                 lines in the scoring & filtering dialogs.
12759                 as an added bonus this should not affect
12760                 existing filtering rules.
12761
12762 2001-12-12 [carsten]    0.6.5claws80
12763
12764         * src/summaryview.c
12765         * po/de.po
12766                 "item(s) selected" is now sensitive to 1 or more
12767                 than one selected (nice for language where simple
12768                 adding of a "s" is not possible as German (Eintrag
12769                 ->Eintr"age)
12770                 
12771                 the "forward as attachment" entry from the right
12772                 click menu removed, "forward" acts following the
12773                 prefs
12774         
12775         * src/textview.c
12776                 reverted my former changes; so compiler warning again
12777                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12778                 nevertheless
12779
12780         * src/messageview.c
12781                 "search in message" does now *not* only work in MVIEW_TEXT
12782                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12783                 message
12784
12785         * src/mainwindow.c
12786                 removed "/File/_Close" as it was the same as "/File/E_xit"
12787                 and we don't need it two times
12788
12789                 the separate folder view and message view now get a distinct
12790                 WMCLASS, just in case someone is using sawfish ;-)
12791
12792                 as the menu entries "/View/Message view" and "/View/Folder tree"
12793                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12794                 make them sensitive accordingly and as these two are "shown"
12795                 after startup anytime check this menuitem at startup
12796
12797 2001-12-12 [paul]       0.6.5claws79
12798
12799         * src/folderview.c
12800                 fix sensitivity of 'Search folder...', broken in
12801                 0.6.5claws75
12802
12803         * src/mainwindow.c
12804                 fix dodgy English
12805
12806 2001-12-11 [carsten]    0.6.5claws78
12807         * src/filtering.c
12808                 fixed two typos returning a wrong FALSE/TRUE
12809         * src/mainwindow.[ch]
12810                 extra menu for email/news button removed
12811
12812 2001-12-11 [alfons]     0.6.5claws77
12813         
12814         * src/matcher.c                 (1.3)
12815         * src/matcher_parser_lex.l      (1.28)
12816                 revert for another attempt
12817                 mark 0.6.5claws77 as LAST_STABLE
12818
12819 2001-12-11 [christoph]  0.6.5claws76
12820
12821         * po/de.po
12822                 fixed wrong translation for prev. unread msg
12823
12824 2001-12-11 [paul]       0.6.5claws75
12825
12826         * src/folder.[ch]
12827         * src/folderview.c
12828         * src/mainwindow.c
12829         * src/summaryview.[ch]
12830         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12831                 enable ability to hide read messages on per folder basis via 
12832                 '/Summary/Hide read messages'; when selected, a folder will 
12833                 have a red open folder icon, instead of a blue icon, if the 
12834                 folder contains hidden messges
12835                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12836
12837         * src/mainwindow.c
12838                 remove '/Message/Forward as attachment' from 
12839                 main_window_set_menu_sensitive() to prevent debug warning
12840
12841         * src/folderview.c
12842         * src/mainwindow.c
12843                 Clean up some of the English
12844
12845         * tools/newscache_clean.pl
12846                 allow for new 'hidereadmsgs' entry in folderlist.xml
12847
12848         * po/es.po
12849                 updated translation, submitted by Ricardo Mones Lastra
12850
12851 2001-12-11 [paul]       0.6.5claws74
12852
12853         * sync with sylpheed 0.6.5cvs25
12854                 see ChangeLog entry 2001-12-11
12855
12856 2001-12-10 [alfons]     0.6.5claws73
12857
12858         * src/matcher.c
12859                 add more control characters
12860         * src/matcher_parser_lex.l
12861                 make escaping / unescaping work again
12862
12863 2001-12-10 [alfons]     0.6.5claws72
12864
12865         * src/imap.c
12866                 clean up warnings "returning value for void function" 
12867         * src/prefs_filtering.c
12868                 make info button for execute action sensitive
12869
12870 2001-12-10 [paul]       0.6.5claws71
12871
12872         * src/compose.c
12873         * src/imap.[ch]
12874         * src/summaryview.c
12875                 fix: imap server now gets informed of MARKED, UNMARKED
12876                 and REPLY events. Now people can use different IMAP-Mail
12877                 clients and have the exact same information about MARKED,
12878                 UNMARKED and REPLY status with all of them. Especially
12879                 useful for imap servers with a web-frontend.
12880                 submitted by Tobias Sandhaas <medlor@web.de>
12881
12882 2001-12-09 [melvin]     0.6.5claws70
12883         
12884         * src/textview.[ch]
12885                 fixed bug #490076 (hunted down by Alfons who implemented
12886                 a workaround in 0.6.5claws65)
12887
12888 2001-12-09 [christoph]  0.6.5claws69
12889
12890         * src/summaryview.c
12891                 set pointer to string in LOCKED column to NULL
12892                 (might fix bug #490800)
12893
12894 2001-12-09 [carsten]    0.6.5claws68
12895
12896         * po/de.po
12897                 resolved some cluttered menu shortcuts 
12898                 ('creating new email' and 'creating news message'
12899                 hade the same)
12900         * src/compose.c
12901                 wmclass now distinc from main window
12902         * src/mainwindow.c
12903           src/mainwindow.h
12904                 email/news and forward button functionality similar
12905                 to the reply buttons; removed the ugly dropdown arrows
12906                 and use instead the right mouse button
12907
12908 2001-12-09 [paul]       0.6.5claws67
12909
12910         * src/imap.c
12911         * src/utils.h
12912                 allow spaces in imap folder names
12913                 submitted by Willem van Engen <wvengen@stack.nl>
12914
12915 2001-12-09 [paul]       0.6.5claws66
12916
12917         * sync with sylpheed 0.6.5cvs24
12918                 see ChangeLog entry 2001-12-09
12919
12920 2001-12-08 [alfons]     0.6.5claws65
12921
12922         * src/textview.c
12923                 prevent secondary selection claim after "add to sender" dialog
12924                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12925                 we trick GTK by simulating a click at (0, 0) in the textview.
12926
12927 2001-12-08 [hoa]        0.6.5claws64
12928
12929         * src/folder.c
12930                 fixed a bug about the .processing folder name while filtering
12931
12932 2001-12-08 [alfons]     0.6.5claws63
12933
12934         * src/folderview.c 
12935                 work around problem of not correctly updating folder stats
12936                 when deleting messages. there's some folder scanning evil
12937                 going so the folderview_update_msg_num() does not work
12938                 correctly. need to investigate this.
12939
12940 2001-12-08 [paul]       0.6.5claws62
12941
12942         * sync with sylpheed 0.6.5cvs23
12943                 see ChangeLog entry 2001-12-08
12944
12945 2001-12-07 [christoph]  0.6.5claws61
12946
12947         * src/compose.c
12948                 fix another header translation problem
12949
12950 2001-12-07 [alfons]     0.6.5claws60
12951
12952         * src/mbox.c
12953                 make filtering also work on local spool mbox
12954
12955 2001-12-07 [carsten]    0.6.5claws59
12956         * src/addressbook.c
12957                 addressbook window gets a wmclass distinct from the main
12958                 sylpheed window
12959         * src/compose.h
12960         * src/mainwindow.[ch]
12961                   forward menu item will use mode selected in prefs, forward 
12962                 as attatchment in menu removed (will be substituted in the
12963                 toolbar similar to reply buttons)
12964                   create news message menu entry and news button is now 
12965                 sensitive to the existance of a news account
12966         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12967         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12968         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12969                 these are removed because the toolbar buttons don't show
12970                 the quoting modus any longer
12971
12972 2001-12-07 [paul]
12973
12974         * tools/newscache_clean.pl      ** NEW FILE **
12975                 perl script to do some tidying up in the newscache directory 
12976                 
12977         * tools/sylpheed-switcher       ** NEW FILE **
12978                 perl script to enable easy switching between main and claws
12979                 
12980         * tools/README
12981                 added descriptions of the two new perl scripts          
12982
12983
12984 2001-12-07 [melvin]     0.6.5claws58
12985
12986         * src/messageview.c
12987                 fixed a warning during compilation introduced in 0.6.5claws56
12988
12989 2001-12-07 [paul]       0.6.5claws57
12990
12991         * src/mainwindow.[ch]
12992         * src/menu.[ch]
12993                 further usability enhancements to replying with or without 
12994                 quoting via the toolbar, use of Ctrl key is replaced by 
12995                 drop down menu 
12996                 Submitted by Carsten Schurig            
12997
12998 2001-12-07 [melvin]     0.6.5claws56
12999
13000         * src/messageview.c
13001                 hack to fix bug that prevented to make/paste selections
13002                 after switching between MVIEW_TEXT and MVIEW_MIME views
13003                 without deselecting the selection first.
13004
13005 2001-12-06 [alfons]     0.6.5claws55
13006
13007         * src/filtering.[ch]
13008         * src/inc.c
13009                 revise filtering a little bit more, and make sure
13010                 messages are delivered to the appropriate inbox
13011                 (perhaps set per account)
13012
13013 2001-12-06 [paul]       0.6.5claws54
13014
13015         * sync with sylpheed 0.6.5cvs22
13016                 see ChangeLog entry 2001-12-06
13017
13018 2001-12-05 [alfons]     0.6.5claws53
13019
13020         * src/inc.c
13021         * src/folder.[ch]
13022         * src/procmsg.c
13023         * src/filtering.c
13024                 more revisions of filtering system
13025                 (last stable version is marked as LAST_STABLE)
13026                 
13027                 | NOTE 1): the filtering system now uses a local folder called
13028                 | .processing. if filtering fails, check this directory
13029                 | for missing messages.
13030                 |
13031                 | NOTE 2): help us find the filtering actions still missing
13032
13033 2001-12-05 [paul]       0.6.5claws52
13034
13035         * src/mainwindow.c
13036                 fix bug where 'Empty Trash?' pop-up window appears even
13037                 when Trash is empty, submitted by Jesse Skinner         
13038
13039 2001-12-05 [melvin]     0.6.5claws51
13040
13041         * src/compose.c
13042                 fixed bug #486106 to select correct account when reediting 
13043                 a queued message
13044         
13045 2001-12-04 [alfons]     0.6.5claws50
13046
13047         * src/mh.c
13048                 declare markfile in appropriate functions when
13049                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13050                 for spotting this)
13051
13052 2001-12-04 [paul]       0.6.5claws49
13053
13054         * sync with sylpheed 0.6.5cvs21
13055                 see ChangeLog entry 2001-12-04
13056
13057 2001-12-03 [christoph]  0.6.5claws48
13058
13059         * po/de.po
13060                 changed translation of undo
13061         * src/account.c
13062         * src/folder.c
13063                 don't reinvent the wheel to traverse a GNode
13064         * src/compose.[ch]
13065                 seperate code to create the compose gui into functions
13066                 add "Others" page with folder selection for saving copy
13067                 of the message.
13068                 the folder identifier is saved to queue header
13069         * src/procmsg.c
13070                 save message to folder in queue header
13071
13072 2001-12-03 [paul]       0.6.5claws47
13073
13074         * sync with sylpheed 0.6.5cvs20
13075                 see ChangeLog entry 2001-12-03
13076
13077 2001-12-01 [paul]
13078
13079         * more sync with sylpheed 0.6.5cvs19
13080                 see ChangeLog entry 2001-11-29
13081
13082 2001-11-30 [paul]       0.6.5claws46
13083         
13084         * src/compose.c
13085                 remove conflicts introduced by Hoa's last commit
13086          
13087         * src/mainwindow.c
13088                 make 'Message/Bounce' sensitive
13089
13090 2001-11-30 [hoa]        0.6.5claws45
13091
13092         * src/compose.c
13093                 slightly change bounce function to add
13094                 information about the user that bounced the mail
13095                 in the From header line.
13096
13097         * src/folderview.c
13098                 permit the use of processing in outbox folder.
13099
13100 2001-11-29 [paul]       0.6.5claws44
13101
13102         * src/mainwindow.[ch]
13103         * src/prefs_common.c
13104         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13105         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13106         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13107                 usability enhancements to the quoting, implements
13108                 use of Ctrl key to toggle quoting settings
13109                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13110
13111 2001-11-29 [paul]       0.6.5claws43
13112         
13113         * sync with sylpheed 0.6.5cvs19
13114                 see ChangeLog entry 2001-11-28
13115
13116 2001-11-29 [melvin]     0.6.5claws42
13117         * src/Makefile.am
13118                 added enriched.[ch] to the list of files
13119
13120         * src/textview.c
13121         * src/mimeview.c
13122         * src/procmime.[ch]
13123         * src/enriched.[ch]
13124                 added support to view text/enriched
13125                 added support to show headers in message view for text/enriched and text/html
13126                         in non multipart messages
13127
13128 2001-11-28 [paul]       0.6.5claws41
13129
13130         * more sync with sylpheed 0.6.5cvs18
13131                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13132
13133 2001-11-27 [paul]       0.6.5claws40
13134         
13135         * po/pt_BR.po
13136                 updated translation, submitted by Fabio Junior Beneditto
13137                 
13138         * sync with sylpheed 0.6.5cvs18
13139                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13140                 2001-11-27
13141
13142
13143 2001-11-26 [paul]
13144
13145         * po/es.po
13146                 updated translation, submitted by Ricardo Mones Lastra
13147
13148 2001-11-26 [alfons]
13149
13150         * src/matcher.c
13151                 add more translatable strings
13152
13153 2001-11-26 [christoph]  0.6.5claws39
13154
13155         * po/de.po      
13156                 fixed one more umlaut
13157         * src/compose.c
13158                 fix translated header when it should not be translated
13159
13160 2001-11-26 [paul]       0.6.5claws38
13161
13162         * src/mainwindow.c
13163                 remove '/Message/Add Sender to address book' from 
13164                 main_window_set_menu_sensitive(), prevent debug warning
13165                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13166
13167 2001-11-26 [paul]       0.6.5claws37
13168
13169         * src/summaryview.c
13170                 fix 'recurring unread state' bug 
13171
13172         * tools/README 
13173         * tools/filter_conv.pl
13174                 read name of top level mailbox from folderlist.xml
13175                 and presume nothing about its name              
13176
13177 2001-11-26 [darko]      0.6.5claws36
13178
13179         * src/gtkstext.[ch]
13180                 removed functions that are now in gtkutils.c
13181                 use gtkut_text_is_uri_string() from gtkutils.c
13182         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13183
13184 2001-11-26 [paul]       0.6.5claws35
13185
13186         * sync with sylpheed 0.6.5cvs16
13187                 see ChangeLog entries 2001-11-25 and 2001-11-26
13188
13189 2001-11-25 [alfons]     0.6.5claws34
13190
13191         EXPERIMENTAL!!! Please checkout the last stable version using: 
13192           
13193         % cvs update -r LAST_STABLE -dRAP
13194
13195         (Or help us testing this stuff.)
13196
13197         * src/filtering.c               (1.14)
13198         * src/filtering.h               (1.6)
13199         * src/inc.c                     (1.28)
13200         * src/matcher.c                 (1.20)
13201         * src/mbox.c                    (1.9)
13202         * src/procmsg.h                 (1.14)
13203         * src/summaryview.c             (1.59)
13204         * src/summaryview.h             (dunno)
13205                 revert/merge/sync to as it was before commit 
13206                 on Thu, 19 Jul 2001 10:15:51 -0700.
13207
13208 2001-11-25 [hoa]        0.6.5claws33
13209
13210         * src/main.c
13211                 processing mails at startup
13212
13213         * src/folderview.c
13214         * src/summaryview.[ch]
13215                 processing mails when entering folder
13216
13217         * src/prefs_filtering.c
13218                 fixed some UI bugs
13219
13220 2001-11-24 [alfons]     0.6.5claws32
13221
13222         * src/summaryview.[ch]
13223                 make summary sort headers work, and also make
13224                 sure the sort type is stored
13225
13226 2001-11-23 [alfons]     0.6.5claws31
13227
13228         * src/summaryview.[ch]
13229                 make lock work like mark
13230                 disallow deleting messages marked as locked
13231
13232 2001-11-23 [alfons]     0.6.5claws30
13233
13234         * src/gtkstext.c
13235         * src/compose.[ch]
13236         * src/Makefile.am
13237         * src/undo.[ch]
13238                 merge undo patch submitted by Jens
13239
13240 2001-11-23 [christoph]  0.6.5claws29
13241
13242         * src/.cvsignore
13243                 added ylwrap
13244         * src/compose.c
13245                 fixed gpg signing and encoding
13246         * src/folder.[ch]
13247         * src/main.c
13248                 added --status option to get new, unread and total
13249                 message count from a running sylpheed
13250         * src/prefs_common.c
13251                 temporary fix for reply_with_quote problem
13252                 (don't call functions for non existing widget)
13253         * src/procmsg.c
13254                 one more check for ignored threads but still not
13255                 always working correctly. probably a recursive
13256                 check for all parents is needed
13257
13258 2001-11-23 [darko]      0.6.5claws28
13259
13260         * src/compose.c
13261                 wrapping on send improvements
13262         * src/gtkutils.[ch]
13263                 fix for GtkSText after last sync with main branch
13264                 GTK_TEXT -> GTK_STEXT
13265
13266 2001-11-23 [paul]       0.6.5claws27
13267
13268         * sync with sylpheed 0.6.5cvs14
13269                 see ChangeLog entries 2001-11-22 and 2001-11-23
13270                 
13271         * po/de.po
13272                 fixed the scrambled umlauts 
13273                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13274
13275 2001-11-21 [paul]       0.6.5claws26
13276
13277         * sync with sylpheed 0.6.5cvs12
13278                 see 2nd ChangeLog entry dated 2001-11-20
13279
13280 2001-11-20 [paul]       0.6.5claws25
13281
13282         * sync with sylpheed 0.6.5cvs11
13283                 see ChangeLog entry 2001-11-19 (src/utils.c)
13284
13285 2001-11-20 [hiro]
13286
13287         * src/compose.c
13288                 GTK_TEXT -> GTK_STEXT
13289                 fix for wrong comment
13290
13291 2001-11-20 [hiro]       0.6.5claws24
13292
13293         * src/compose.[ch]
13294                 more merges from main branch
13295                 removed fatal warnings (uninitialized variables etc.)
13296                 some coding style fix
13297         * src/gtkutils.h
13298                 fixed typo.
13299         * src/addressbook.c
13300           src/addrindex.c
13301                 V-Card -> vCard
13302
13303 2001-11-19 [hoa]        0.6.5claws23
13304
13305         * src/filtering.c
13306         * src/prefs_scoring.c
13307         * src/matcher.[ch]
13308         * src/scoring.c
13309                 cleaning code
13310
13311         * src/matcher_parser_parse.y
13312         * src/prefs_filtering.c
13313                 bouncing
13314
13315 2001-11-19 [alfons]     0.6.5claws22
13316
13317         more of my old things into claws
13318
13319         * src/Makefile.am
13320         * src/prefs_common.c
13321         * src/procmsg.h
13322         * src/summaryview.[ch]
13323         * src/prefs_summary_column.c
13324         * src/pixmaps/locked.xpm
13325                 add indicators for locking of message in summary view
13326                 (does not work yet, only visual indicator)
13327
13328 2001-11-19 [paul]       0.6.5claws21
13329
13330         * sync with sylpheed 0.6.5cvs10
13331                 see ChangeLog entry 2001-11-19
13332
13333 2001-11-18 [alfons]     0.6.5claws20
13334         
13335         * src/filtering.c
13336                 remove an inadvertent free I forgot in previous clean up 
13337
13338 2001-11-18 [alfons]     0.6.5claws19
13339
13340         * src/filtering.[ch]
13341                 clean up & plug leaks
13342
13343 2001-11-18 [paul]       0.6.5claws18
13344
13345         * sync with sylpheed 0.6.5cvs9
13346                 see ChangeLog entries 2001-11-17 and 2001-11-18
13347
13348 2001-11-16 [paul]       0.6.5claws17
13349
13350         * sync with sylpheed 0.6.5cvs8
13351                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13352
13353 2001-11-16 [paul]       0.6.5claws16
13354
13355         * sync with sylpheed 0.6.5cvs7
13356                 see ChangeLog entries 2001-11-15 and 2001-11-16
13357
13358 2001-11-15 [hoa]        0.6.5claws15
13359
13360         * src/compose.c
13361                 fix bounce, mails we received couln't be bounced to ourself.
13362
13363         * src/defs.h
13364         * src/filtering.[ch]
13365         * src/matcher.[ch]
13366         * src/matcher_parser.h
13367         * src/matcher_parser_lex.l
13368         * src/matcher_parser_parse.y
13369         * src/inc.c
13370         * src/main.c
13371         * src/mbox.c
13372         * src/prefs_filtering.[ch]
13373         * src/mainwindow.c
13374         * src/prefs_matcher.c
13375         * src/prefs_scoring.c
13376         * src/scoring.[ch]
13377         * src/summaryview.c
13378                 new matcher/filter/score configuration file parser
13379                 one unique configuration file => ~/.sylpheed/matcherrc
13380                 import in currently automatic, then save are made
13381                 in this new file.
13382                 one filter per folder and one global filter
13383                 (filter of a folder will be used as folder processing)
13384
13385         * src/folder.c
13386                 fix a bug in folder_item_get_identifier
13387                 
13388         * src/messageview.c
13389                 receive receipt return are fixed.
13390
13391 2001-11-14 [alfons]     0.6.5claws14
13392
13393         * src/session.h
13394                 add things from main branch to make claws compile
13395
13396 2001-11-14 [paul]       0.6.5claws13
13397
13398         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13399                 see ChangeLog entries 2001-11-08 to 2001-11-14
13400
13401 2001-11-14 [hoa] 0.6.5claws12
13402
13403         * src/compose.[ch]
13404         * src/mainwindow.c
13405         * src/summaryview.c
13406                 add "bounce mail" option
13407
13408 2001-11-13 [christoph]  0.6.5claws11
13409
13410         * src/compose.c
13411                 Cleanup a mess i add before commiting
13412
13413 2001-11-13 [hoa]        0.6.5claws10
13414
13415         * src/compose.c
13416                 some fixes when mail are sent or
13417                 for crossposts
13418
13419 2001-11-13 [christoph]  0.6.5claws9
13420
13421         * po/de.po
13422                 Changed two string with the same translation
13423         * src/compose.c
13424         * src/procmsg.[ch]
13425         * src/send.[ch]
13426                 New mailsending process:
13427                   - Always queue message before sending
13428                     (message will be saved if sylpheed crashed or
13429                      freezes while sending)
13430                   - Allow queuing of newspostings
13431                   - No copy in outbox before sending
13432                     (closes bug #469501)
13433                   - No more redundant code for send and send_later
13434         * src/summaryview.c
13435                 Applied wwp <subscript@free.fr>'s patch that fixes
13436                 marks for multiple forwarded messages (+compose.c)
13437
13438 2001-11-12 [alfons]
13439
13440         * README.claws
13441                 remove things that are now in main branch
13442         
13443         * po/nl.po
13444                 update Dutch translation
13445
13446 2001-11-12 [mhadasht]   0.6.5.claws8
13447
13448         * src/prefs_common.c
13449                 re-enabled account autoselection feature for forward
13450                 and reedit lost during the branch point for SYNC-B4-REL
13451         * src/gtkspell.c
13452                 gtkpspell_get_dict(): more readable code (even if function is
13453                 not used yet)
13454         * ChangeLog.claws
13455                 added version number info to 2001-11-12 [hiro] comment.
13456
13457 2001-11-12 [hiro]       0.6.5.claws7
13458
13459         * src/compose.c
13460                 compose_forward(): fixed a bug that forward quote mark
13461                 wasn't used.
13462                 removed unnecessary code.
13463         * src/template_select.[ch]: removed.
13464
13465 2001-11-11 [alfons]
13466
13467         * src/compose.c
13468                 :%s/GTK_TEXT/GTK_STEXT/g
13469         
13470         * src/compose.[ch]
13471         * src/undo.[ch]
13472         * src/Makefile.am
13473                 revert the undo stuff (this is 0.6.6claws stuff)
13474
13475 2001-11-11 [hoa]        0.6.5.claws6
13476
13477         * src/compose.[ch]
13478                 Insert signature at the end of the text.
13479                 Added undo patch but currently disabled
13480
13481         * src/procmsg.c
13482                 Threading by subject improved.
13483
13484         * added src/undo.[ch]
13485                 Undo module for compose dialog box.
13486
13487 2001-11-11 [alfons]     0.6.5.claws5
13488
13489         * src/procmsg.c
13490                 prevent threading by subject on nodes that have already been
13491                 threaded by in-reply-to (as in "circular references in a tree
13492                 result in a dead branch")
13493
13494 2001-11-09 [hoa]        0.6.5.claws4
13495         
13496         * src/folderview.c
13497                 allows creation of mbox folder item from any files.
13498
13499 2001-11-09 [alfons]     0.6.5.claws3
13500         
13501         * src/utils.c
13502         * src/procmsg.c
13503                 do what I mean and correct threading by subject so it really
13504                 ignores attracting lines without "Re: "
13505
13506 2001-11-07 [alfons]     0.6.5.claws2
13507
13508         * src/procmsg.c
13509         * src/utils.[ch]
13510                 only attract by subject if a subject line starts with a "Re: "
13511         * src/syldap.c
13512                 remove warning
13513
13514 2001-11-07 [paul]       0.6.5claws1
13515
13516         * sync with sylpheed 0.6.5. release
13517                 see ChangeLog entry 2001-11-07
13518
13519 2001-11-07 [paul]       0.6.4claws31
13520
13521         * sync with sylpheed 0.6.4cvs18
13522                 see ChangeLog entries 2001-10-30 to 2001-11-07
13523                 prefs_templates.[ch] renamed prefs_template.[ch]
13524
13525 2001-11-06 [alfons]
13526         
13527         * src/utils.h
13528                 add semicolon Hoa forgot ;-)
13529                 
13530
13531 2001-11-06 [hoa]        0.6.4claws30
13532         
13533         * src/procmsg.c
13534         * src/summaryview.c
13535         * src/utils.c
13536         * src/utils.h
13537                 threading by subject - empty subject are ignored
13538
13539 2001-11-06 [christoph]  0.6.4claws29
13540
13541         * src/socket.c
13542                 use SSL_peek for sock_gets
13543         * src/utils.c
13544                 removed unneeded pointer in extracting quoted
13545                 names implementation
13546
13547 2001-11-06 [melvin]     0.6.4claws28
13548
13549         * src/gtkspell.c
13550                 fixed bug #476792 Selection overtyping with spell checker
13551                 fixed bug which could cause a buffer overflow
13552                 fixed a memory leak
13553
13554 2001-11-06 [hoa]        0.6.4claws27
13555         
13556         * src/procmsg.c
13557         * src/summaryview.c
13558                 threading by subject
13559
13560 2001-11-05 [alfons]     0.6.4claws26
13561         
13562         * README.claws
13563                 Claws -> Sylpheed (vice versa)
13564
13565         * src/compose.c
13566                 :%s/gtk_text/gtk_stext/g
13567                 :%s/GTK_TEXT/GTK_STEXT/g
13568                 (thanks to Jonathan Ware for spotting this)
13569
13570 2001-11-04 [christoph]  0.6.4claws25
13571
13572         * src/summaryview.c
13573                 replace Xalloca + strdup with Xstrdup_a
13574         * src/utils.c
13575                 better implementation of extracting quoted names
13576                 from addresses (remove backlashes and ignore
13577                 quotes after them)
13578
13579 2001-11-04 [alfons]     0.6.4claws24
13580
13581         * src/utils.[ch]
13582                 edit to comply more with coding style
13583
13584         * src/textview.c
13585                 fix bug reported by Kim Schulz. introduced by the patch integrated
13586                 in 0.6.4claws15. the code did not check the return value of
13587                 the html parser.
13588
13589         * AUTHORS
13590                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13591
13592 2001-11-04 [christoph]  0.6.4claws23
13593
13594         * src/main.c
13595         * src/prefs_common.[ch]
13596                 init some pointers that possibly caused a segfault
13597                 reported in the claws-users ML
13598
13599 2001-11-04 [hoa]        0.6.4claws22
13600
13601         * src/grouplistdialog.c
13602                 change the names of the nodes in the tree
13603
13604         * src/compose.c
13605                 enhanced mailto syntax as described in
13606                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13607                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13608
13609         * src/utils.c
13610                 encode and decode URI (useful when opening URL into
13611                 netscape).
13612
13613 2001-11-03 [hoa]        0.6.4claws21
13614
13615         * src/grouplistdialog.c
13616                 a new newsgroups list selection dialog box
13617                 with a CTree instead of a CList
13618
13619 2001-11-03 [hoa]        0.6.4claws20
13620
13621         * src/folderview.c
13622                 enable property and scoring options when right
13623                 click on "inbox"
13624
13625         * src/summaryview.c
13626                 fixed bug when nickname were displayed using
13627                 the address book.
13628
13629 2001-11-02 [darko]      0.6.4claws19
13630
13631         * src/compose.c
13632                 new wrap quotation and URL/long words wrapping implementation
13633         * src/compose.c src/gtkstext.[ch]
13634                 move gtkstext_strncmp() to gtkstext.c
13635
13636 2001-11-01 [christoph]  0.6.4claws18
13637
13638         * src/prefs_account.c
13639                 fixed mess in account settings dialog
13640         * src/prefs_folder_item.c
13641                 added label with folder path to dialog
13642
13643 2001-10-31 [match]      0.6.4claws17
13644
13645         * src/vcard.c
13646                 fix memory leak.
13647         * src/addrbook.c
13648                 fix generation of spurious address book file names.
13649                 remove redundant functions.
13650         * po/POTFILES.in
13651                 added missing file names.
13652
13653 2001-10-30 [paul]       0.6.4claws16
13654
13655         * sync with sylpheed 0.6.4cvs6
13656                 see ChangeLog entries 2001-10-26 to 2001-10-30
13657
13658         * tools/filter_conv.pl
13659                 read folderlist.xml to discover whether the top-level
13660                 folder is called 'Mailbox' or 'Mail' 
13661
13662 2001-10-29 [paul]       0.6.4claws15
13663
13664         * src/html.c, src/textview.c
13665                 activate links in html mail and fix clickable parts
13666                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13667
13668 2001-10-29 [paul]
13669
13670         * po/de.po, po/es.po, po/pt_BR/po
13671                 updated translations, submitted by Jens Oberender,
13672                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13673
13674 2001-10-29 [darko]      0.6.4claws14
13675
13676         * src/compose.c
13677                 fix wrapping for good
13678
13679 2001-10-29 [darko]
13680
13681         * src/compose.c
13682                 undo previous change as it broke the smart wrapping
13683
13684 2001-10-29 [darko]      0.6.4claws13
13685
13686         * src/compose.c
13687                 fix infinite loop when long URL is quoted
13688                 (closes bug #475122.
13689
13690 2001-10-28 [match]
13691
13692         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13693                 import Mutt address book
13694         * src/ldif.[ch] src/importldif.h
13695                 modified import LDIF handle user attributes
13696
13697 2001-10-28 [christoph]  0.6.4claws12
13698
13699         * src/summaryview.c
13700                 fixed that filtering did not work if there
13701                 were no filter rules
13702                 (closes bug #472003 and better implementation
13703                  of patch #474644)
13704
13705 2001-10-27 [christoph]  0.6.4claws11
13706
13707         * src/compose.c
13708                 make the folder's default account to be used when
13709                 replying. (patch by wwp <subscript@free.fr>)
13710         * src/compose.c
13711                 code cleanup, nearly killed all of wwp's patch
13712                 for folder's default account in compose
13713         * src/folderview.c
13714                 error panel when a folder could not be created
13715                 (closes bug #471080 new folder name & already
13716                  existing file)
13717
13718 2001-10-26 [alfons]
13719
13720         * src/utils.h
13721                 change prototype of strstr2() that Christoph forgot about
13722
13723 2001-10-26 [christoph]  0.6.4claws10
13724
13725         * src/account.c
13726                 made search for accounts by email address not case
13727                 sensitive
13728         * src/folder.c
13729                 fixed memory leak in folder_item_get_identifier
13730         * src/gtkspell.c
13731         * src/utils.c
13732                 fixed wrong strstr2 (should work like strstr)
13733
13734 2001-10-26 [darko]      0.6.4claws9
13735
13736         * src/compose.c src/gtkstext.[ch]
13737         * src/gtkstext.c
13738                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13739
13740 2001-10-26 [paul]       0.6.4claws8
13741
13742         * src/html.c
13743                 ignore css and javascript tags in html mail
13744                 case-insensitive, with or without double-quoted
13745                 strings
13746
13747 2001-10-26 [paul]       0.6.4claws7
13748
13749         * sync with sylpheed 0.6.4cvs1
13750                 see ChangeLog entry 2001-10-26
13751
13752         * src/prefs_account.c, src/prefs_common.c,
13753           src/prefs_summary_column.c
13754                 minor improvements to the English
13755
13756 2001-10-25 [alfons]     0.6.4claws6
13757
13758         * src/gtkstext.c
13759         
13760                 make GtkSText follow style of GtkText (closes bug 
13761                 #469211 "text selection while writing message")
13762                 
13763                 do sync with GTK 1.2.10
13764
13765 2001-10-25 [paul]       0.6.4claws5
13766
13767         * src/html.c
13768                 ignore css tags in html mail
13769
13770 2001-10-25 [darko]      0.6.4claws4
13771
13772         * src/compose.c
13773                 don't declare is_url_string as static function since
13774                 we need it in gtkstext.c
13775         * src/gtkstext.c
13776                 remove unused variable
13777                 don't wrap long URLs while composing a message
13778
13779 2001-10-24 [christoph]  0.6.4claws3
13780
13781         * src/socket.c
13782                 fix ssl deadlock, when peer closes connection
13783
13784 2001-10-24 [paul]       0.6.4claws2
13785
13786         * src/prefs_common.c
13787                 gettextize the gpg ascii-armored warning message
13788
13789         * src/compose.c
13790                 insert a DOS/MAC file into the composed message
13791                 (improvements)
13792
13793         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13794
13795 2001-10-22 [paul]       0.6.4claws1
13796
13797         * sync with sylpheed 0.6.4 release
13798                 see ChangeLog entries 2001-10-21
13799
13800         * po/fr.po, po/pt_BR.po
13801                 updated by Melvin Hadasht and Fabio Junior Beneditto
13802
13803 2001-10-21 [paul]       0.6.3claws30
13804
13805         * src/compose.c
13806                 insert a DOS text file from the compose window
13807                 into the composed message text (removes CRs characters)
13808                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13809
13810         * tools/filter_conv.pl, tools/README
13811                 automatically use ~/.sylpheed as working directory
13812                 print out confirmation message on completion
13813
13814         * correct Hoa's last ChangeLog.claws entry
13815
13816 2001-10-20 [hoa]        0.6.3claws29
13817
13818         * src/grouplistdialog.c
13819                 bugfix (another ?) to give the right
13820                 newsgroups list for each news server.
13821
13822         * src/news.c
13823         * src/news.h
13824                 improve the newsgroups list cache
13825
13826 2001-10-20 [paul]       0.6.3claws28
13827
13828         * sync with sylpheed 0.6.3cvs9
13829                 see ChangeLog entry 2001-10-19
13830
13831         * correct Alfons' last ChangeLog.claws entry
13832
13833 2001-10-19 [alfons]
13834
13835         * src/pgptext.[ch]
13836                 fix compilation problems (part of bug #472895)
13837
13838 2001-10-18 [hoa]        0.6.3claws27
13839
13840         * src/grouplistdialog.c
13841                 bugfix when we refresh was clicked (bug 472701)
13842
13843 2001-10-19 [christoph]  0.6.3claws26
13844
13845         * src/compose.c
13846                 last header entry should default to "To:" or
13847                 "Newsgroups:" and not copy the last entry line
13848                 in a new compose window
13849                 (closes bug #472686, #470792)
13850
13851 2001-10-19 [paul]       0.6.3claws25
13852
13853         * sync with Sylpheed 0.6.3cvs8
13854                 see ChangeLog entries 2001-10-18 and 2001-10-19
13855
13856 2001-10-18 [christoph]  0.6.3claws24
13857
13858         * src/procmsg.c
13859                 reimplement ignore thread
13860         
13861 2001-10-18 [hoa]        0.6.3claws23
13862
13863         * src/folderview.c
13864         * src/grouplistdialog.[ch]
13865                 enhanced news subscription interface (feature 469113)
13866
13867         * src/news.c
13868         * src/news.h
13869                 enchanced newsgroup listing,
13870                 now, we can get groups informations
13871                 (NNTPGroupInfo)
13872
13873 2001-10-18 [paul]       0.6.3claws22
13874
13875         * src/summaryview.c
13876                 remove comment (sync with main branch)
13877         * src/mainwindow.c
13878                 fix 'Re-edit' bug in 'Message' menu
13879
13880 2001-10-17 [christoph]  0.6.3claws21
13881
13882         * src/compose.c
13883                 ignore empty or whitespace only header lines
13884
13885 2001-10-17 [paul]       0.6.3claws20
13886
13887         * sync with sylpheed 0.6.3cvs7
13888                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13889                 2001-10-17
13890
13891 2001-10-17 [darko]
13892
13893         * src/compose.c
13894                 wrap long lines without spaces
13895                 don't wrap URLs
13896
13897 2001-10-16 [paul]
13898
13899         * po/es.po, po/nl.po, po/pt_BR.po
13900                 updated by Ricardo Mones Lastra, Alfons,
13901                 and Fabio Junior Beneditto
13902
13903         * sylpheed-0.6.3claws released
13904
13905 2001-10-15 [melvin] 0.6.3claws18
13906
13907         * README.claws
13908                 added summary and detailed installation instructions
13909                 for spell checker
13910         * po/fr.po
13911                 Updated, corrected and completed french translation
13912
13913 2001-10-15 [hoa] 0.6.3claws17
13914         * src/grouplistdialog.c
13915                 we can choose the newsgroups to display with wildcards
13916
13917 2001-10-15 [christoph]  0.6.3claws16
13918
13919         * src/account.c
13920         * src/compose.c
13921         * src/prefs_folder_item.[ch]
13922                 applied wwp <subscript@free.fr>'s folder
13923                 default account patch
13924         * po/de.po
13925                 Fixed wrong translation
13926
13927 2001-10-13 [alfons, christoph, melvin]  
13928                         0.6.3claws15
13929
13930         solution #2 to solve MT-safety problems defers all GUI related calls
13931         to the main thread using a gtk_idle_add() callback. discussed on
13932         ircnet #sylpheed, with christoph spotting some issues with the
13933         original code, and melvin allowing us to lobotomize his sylpheed.
13934
13935         * src/syldap.[ch], src/main.c
13936                 fix race problem in ldap search thread by deferring GUI 
13937                 stuff to main thread using gtk_idle_add()
13938
13939 2001-10-13 [paul]       0.6.3claws14
13940
13941         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13942                 add Sergey's smtpcred.patch
13943                 adds separate username/password setting for SMTP Auth
13944                 needed by some servers
13945                 (closes feature request #471659)
13946
13947 2001-10-13 [paul]       0.6.3claws13
13948
13949         * src/pgptext.[ch] **NEW FILES**
13950         * src/Makefile.am, src/messageview.c, src/mimeview.c
13951                 decrypt ascii-armored gpg text embedded in
13952                 the message body.
13953                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13954
13955 2001-10-13 [christoph]  0.6.3claws12
13956
13957         * README.claws
13958                 some more details on default to and
13959                 feature requests
13960         * src/main.c
13961                 init glib threading when ldap is used
13962         * src/syldap.c
13963                 threading fixes
13964         * po/de.po
13965                 fixed a typo
13966
13967 2001-10-12 [paul]       0.6.3claws11
13968
13969         * src/prefs_common.[ch], src/rfc2015.c
13970                 enable ascii-armored gpg text to be embedded in the
13971                 message body, selectable through the 'Privacy'
13972                 preferences. Supports encrypting only.
13973                 Submitted by Ravemax <ravemax@dextrose.com>
13974
13975 2001-10-12 [paul]       0.6.3claws10
13976
13977         * sync with sylpheed 0.6.3cvs6
13978                 see ChangeLog entries 2001-10-11 and 2001-11-12
13979
13980         * src/folderview.c
13981                 incorporated mbox folders, scoring, and folder
13982                 properties into the sync
13983
13984 2001-10-12 [darko]      0.6.3claws9
13985
13986         * README.claws
13987                 describe quotation wrapping
13988         * src/compose.c
13989                 don't treat tab as space to calculate line length properly
13990
13991 2001-10-11 [alfons]
13992
13993         * README.claws
13994                 correct description of how to make new filtering system work,
13995                 add some other things
13996                 
13997         * src/syldap.c
13998                 remove sched_yield() (not necessary / unportable)
13999
14000 2001-10-11 [paul]       0.6.3claws8
14001
14002         * sync with sylpheed 0.6.3cvs3
14003                 see ChangeLog entry 2001-10-10
14004
14005 2001-10-10 [christoph]  0.6.3claws7
14006
14007         * .cvsignore
14008                 ignore 2 files created by newer autotools
14009         * src/prefs_folder_item.c
14010                 using table for widget alignment
14011                 fixed memory leak and broken octal display
14012         * src/filesel.c
14013                 fixed segfault caused by lost filename
14014                 workaround (closes bug #469551)
14015
14016 2001-10-10 [paul]       0.6.3claws6
14017
14018         * sync with sylpheed 0.6.3cvs2
14019                 see ChangeLog entries 2001-10-09 and 2001-10-10
14020
14021 2001-10-10 [darko]      0.6.3.claws5
14022
14023         * src/gtkstext.c
14024                 proper calculation of right margin if smart wrapping is enabled
14025         * src/compose.c
14026                 automatically wrap long lines if wrap quotation is enabled
14027
14028 2001-10-09 [alfons]     0.6.3.claws4
14029
14030         * src/summaryview.c
14031                 select correct row when deleting last row in the summary view (and
14032                 close bug "[ #469104 ] select second last in list when deleting")
14033
14034 2001-10-09 [paul]       0.6.3claws3
14035
14036         * sync with sylpheed 0.6.3cvs1
14037                 updated some autotool scripts
14038
14039 2001-10-09 [darko]      0.6.3claws2
14040
14041         * src/gtkstext.[ch]
14042                 new name and mark with Sylpheed comment
14043         * src/compose.c
14044                 smart quotation wrapping a-la VIM
14045
14046 2001-10-08 [paul]       0.6.3claws1
14047
14048         * sync with sylpheed 0.6.3 release
14049                 see ChangeLog entry 2001-10-08
14050
14051 2001-10-08 [paul]       0.6.2claws24
14052
14053         * src/summaryview.c
14054                 more sync with sylpheed 0.6.2cvs12
14055                 Fixed the bug that didn't select the last row correctly
14056
14057
14058 2001-10-07 [paul]       0.6.2claws23
14059
14060         * sync with sylpheed 0.6.2cvs12
14061                 see ChangeLog entry 2001-10-07
14062
14063 2001-10-06 [match]
14064         * src/jpilot.[ch]
14065                 enable jpilot to read unsynch'ed addresses.
14066
14067         * src/editldap_basedn.c
14068                 fix segfault when opening dialog.
14069
14070 2001-10-06 [alfons]     0.6.2.claws22
14071
14072         * src/summaryview.c
14073                 fix bug with summary view selecting last *inserted*
14074                 node instead of last *visible* node. remember we
14075                 work with a tree
14076
14077 2001-10-06 [paul]       0.6.2claws21
14078
14079         * po/pt_BR.po
14080                 updated translation, contains some fixes and new
14081                 translations, submitted by Gustavo Noronha Silva
14082                 <kov@debian.org>
14083
14084         * src/prefs_common.c
14085                 change 'each' to 'every' - fix dubious English
14086
14087         * sync with sylpheed 0.6.2cvs11
14088
14089 2001-10-05 [alfons]     0.6.2claws20
14090
14091         * src/mainwindow.[ch], src/folderview.c
14092                 make composite tool button switch between "Compose News"
14093                 and "Compose Mail" depending on selected folder
14094                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14095
14096 2001-10-05 [paul]       0.6.2claws19
14097
14098         * src/mainwindow.c, src/summaryview.c
14099                 fix 'Message/Reply to all', broken in last commit
14100
14101         * src/compose.c
14102                 fix X_BEENTHERE seg fault, thanks to Alfons
14103
14104 2001-10-04 [paul]       0.6.2claws18
14105
14106         * src/compose.[ch], src/mainwindow.c
14107                 make "Message/Reply" reply to mailing lists; matches
14108                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14109                 based on portions of the patch submitted by
14110                 Junichi Uekawa <dancer@netfort.gr.jp>
14111
14112 2001-10-04 [darko]      0.6.2claws17
14113
14114         * src/compose.c
14115                 better smart wrapping
14116         * src/gtkstext.[hc]
14117                 a function to make text buffer contiguous
14118
14119 2001-10-03 [paul]       0.6.2claws16
14120
14121         * sync with sylpheed 0.6.2cvs10
14122
14123 2001-10-02 [alfons]
14124
14125         * configure.in
14126         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14127                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14128                 references to chinese translations (hope someone picks up
14129                 this)
14130
14131 2001-10-02 [christoph]  0.6.2claws15
14132
14133         * src/compose.c
14134                 fixed non translated header bug
14135         * ChangeLog.claws
14136                 fixed wrong date in alfons last entry ;)
14137
14138 2001-10-02 [alfons]     0.6.2claws14
14139
14140         * src/compose.c, src/prefs_common.[ch]
14141                 add block cursor option
14142
14143 2001-10-02 [paul]       0.6.2claws13
14144
14145         * sync with sylpheed 0.6.2cvs9
14146
14147 2001-09-30 [paul]       0.6.2claws12
14148
14149         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14150                 updated translations
14151
14152         * po/POTFILES.in
14153                 add 'src/importldif.c'
14154
14155         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14156                 added eudora-to-vCard conversion tool
14157                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14158
14159         * sync with sylpheed 0.6.2cvs8
14160
14161 2001-09-30 [paul]
14162
14163         * sylpheed-0.6.2claws released
14164
14165 2001-09-27 [melvin]     0.6.2claws11
14166
14167         * src/gtkspell.c
14168                 fixed crash when using default path (introduced 
14169                 in 0.6.2claws10)
14170                 fixed tiny bug for initial suggestion mode
14171
14172 2001-09-27 [melvin]     0.6.2claws10
14173         
14174         * src/gtkspell.c
14175                 fixed bug where gtkpspell didn't set the path correctly
14176
14177         * README.claws
14178                 added a paragraph about spell checking
14179                 
14180
14181
14182 2001-09-27 [paul]       0.6.2claws9
14183
14184         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14185                 replace '// comments' with '/* comments */' to prevent
14186                 some compiler warnings 
14187
14188         * sync with sylpheed 0.6.2cvs6
14189
14190 2001-09-26 [alfons]     0.6.2claws8
14191
14192         * src/messageview.c
14193                 introduce return receipt request notification again,
14194                 which was lost because of other semantics in 
14195                 procheader_parse() (???)
14196
14197 2001-09-26 [christoph]  0.6.2claws7
14198
14199         * src/compose.c
14200                 replace comments for old code with #if 0
14201                 readded auto cc, bcc and reply-to
14202         * src/prefs_matcher.c
14203         * src/prefs_scoring.c
14204                 removed some definition (was moved to
14205                 prefs.h)
14206
14207 2001-09-26 [paul]       0.6.2claws6
14208
14209         * src/mainwindow.c
14210                 make 'Follow-up and reply to' sensitive
14211
14212         * more sync with sylpheed 0.6.2cvs5
14213
14214 2001-09-25 [melvin]
14215
14216         * 0.6.2claws5
14217
14218         * src/gtkspell.c
14219                 fixed bug for "US-ASCII" introduced by the encoding code
14220
14221 2001-09-25 [paul]
14222
14223         * 0.6.2claws4
14224
14225         * src/prefs_common.[ch], src/summaryview.c
14226                 'next unread msg' 'go to next folder?' dialog can be
14227                 given default behaviour, either always show dialog,
14228                 or assume 'yes', or assume 'no'
14229                 Submitted by wwp <subscript@free.fr>
14230
14231 2001-09-25 [melvin]
14232                 
14233         * src/compose.c src/gtkspell.[ch]
14234                 added support for different encodings
14235
14236 2001-09-25 [paul]
14237
14238         * more sync with sylpheed 0.6.2cvs5
14239
14240 2001-09-24 [alfons]
14241         
14242         * src/prefs_folder_item.c
14243                 add check for item->prefs->default_to string is NULL and
14244                 add another check when freeing this string
14245
14246 2001-09-24 [paul]
14247
14248         * configure.in
14249                 change to version 0.6.2claws3
14250
14251         * sync with sylpheed 0.6.2cvs5 
14252
14253 2001-09-24 [match]
14254         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14255                 import LDIF files.
14256         * src/addrcache.[ch], addrindex.[ch]
14257                 small update for future
14258         * src/addrbook.c
14259                 fix test XML file.
14260
14261 2001-09-24 [melvin]
14262         * src/gtkspell.[ch]
14263                 added 'Learn from mistakes' option
14264                 better handling of quotes in checked words
14265                 sorted dict list
14266         * po/fr.po
14267                 small update for spell checking stuff
14268
14269 2001-09-23 [alfons]
14270         
14271         * src/gtkspell.c
14272                 edit a little bit so it complies more with main coding style
14273
14274 2001-09-23 [alfons]
14275
14276         * src/folder.[ch], prefs_folder_item.c, compose.c
14277                 migrate "request return receipt" folder property
14278                 to folderlist.xml
14279
14280 2001-09-22 [alfons]
14281
14282         * README.claws **NEW**
14283                 (add things of interest for users of main branch 
14284                 and claws here)
14285
14286         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14287                 re-implement threading per folder option, but store 
14288                 the setting in folderlist.xml (where it belongs)
14289
14290 2001-09-21 [melvin]
14291
14292         * src/gtkspell.[ch]
14293                 fixed bug when compose window is under another window
14294         * src/prefs_common.[ch] src/compose.c
14295                 changed 'dictionary_path' to 'dictionary' to be consistent
14296                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14297         * ac/pspell.m4 src/Makefile.am 
14298                 dropped PSPELL_PATH macro
14299         * po/fr.po
14300                 updated translations
14301
14302 2001-09-21 [christoph]
14303
14304         * src/compose.c
14305                 added border around header fields
14306                 keep header type when new field is added
14307
14308 2001-09-20 [christoph]
14309
14310         * src/utils.[ch]
14311                 more portable debug_print with source filename
14312                 and linenumber
14313         * src/procmsg.c
14314                 more newlines after debug messages
14315
14316 2001-09-20 [paul]
14317
14318         * configure.in
14319                 change to version 0.6.2claws2
14320
14321         * sync with sylpheed 0.6.2cvs3
14322
14323 2001-09-19 [melvin]
14324
14325         * src/gtkspell.c
14326                 fixed the post-right-click focus pb
14327                 fixed crash when 'Spell check all' after dict change 
14328                         and when cursor is at the end of the text
14329                 shift-right-click pops up config menu even on misspelled words.
14330         * po/POTFILES.in
14331                 added gtkspell.c
14332
14333 2001-09-19 [melvin]
14334
14335         * src/about.c
14336                 added pspell to compiled-in features list
14337
14338 2001-09-18 [melvin]
14339
14340         * switched to pspell and dropped ispell
14341         * ac/pspell.m4
14342                 new file. autoconf macro for pspell
14343         * ac/Makefile.am 
14344         * configure.in acconfig.h
14345                 added pspell support
14346         * src/Makefile.am
14347         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14348         * src/prefs_common.[ch] 
14349                 added pspell support
14350
14351 2001-09-18 [christoph]
14352
14353         * src/addr_compl.c
14354         * src/template.[ch]
14355                 replace LOG_MESSAGE with debug_print
14356         * src/compose.[ch]
14357                 gui improvements
14358         * src/menu.c
14359                 added newline after debug message
14360         * src/utils.h
14361                 using __VA_ARGS__ for debug_print macro
14362         * tools/.cvsignore
14363                 ignore Makefile and Makefile.in
14364
14365 2001-09-18 [paul]
14366
14367         * configure.in
14368                 change to version 0.6.2claws1
14369         * sync with sylpheed 0.6.2cvs1
14370
14371         * src/matcher.c 
14372         * src/prefs_matcher.c
14373                 add 'score equal to' option, submitted by
14374                 Paul Evans <nerd@freeuk.com>
14375
14376 2001-09-15 [christoph]
14377
14378         * src/mainwindow.c
14379                 comment out menu entry not existing in claws
14380         * src/menu.c
14381                 add debug output for non existing menu entries
14382         * src/summaryview.c
14383                 fix next/prev unread message for ignored threads
14384         * src/utils.[ch]
14385                 add sourcefile and line number to debug output
14386                 otherwise it is sometimes hard to find the
14387                 source code part if debug messages are translated
14388
14389 2001-09-14 [darko]
14390         
14391         * src/folderview.c
14392                 refresh target folder style after colour is changed
14393
14394 2001-09-13 [paul]
14395
14396         * configure.in
14397                 change to version 0.6.1claws3
14398
14399         * sync with sylpheed 0.6.1cvs6
14400
14401 2001-09-13 [darko]
14402         
14403         * src/folderview.c
14404                 fix target folder colourization to use user selected colour
14405
14406 2001-09-12 [darko]
14407         
14408         * src/summaryview.c
14409                 fix crash when message that is marked for copy/move is unmarked
14410
14411 2001-09-09 [paul]
14412
14413         * configure.in
14414                 change to version 0.6.1claws2
14415
14416         * sync with sylpheed 0.6.1cvs3
14417
14418 2001-09-09 [alfons]
14419         
14420         * src/folderview.c
14421                 fix bug with default font used for trash folder text
14422
14423 2001-09-06 [paul]
14424
14425         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14426                 updated translations
14427
14428         * configure.in
14429                 change to version 0.6.1claws1
14430
14431         * sync with sylpheed 0.6.1cvs2
14432
14433 2001-09-03 [paul]
14434
14435         * po/POTFILES.in
14436                 add Match's new addressbook
14437
14438         * po/de.po
14439                 updated translation submitted by Jens Oberender
14440
14441 2001-09-02 [paul]
14442
14443         * configure.in
14444                 change to 0.6.1claws
14445         * sync with sylpheed 0.6.1 release
14446
14447 2001-09-02 [paul]
14448
14449         * configure.in
14450                 change to 0.6.0claws2
14451
14452         * sync with sylpheed 0.6.0cvs4
14453
14454         * po/pt_BR.po
14455                 updated translation submitted by Fabio Junior Beneditto
14456
14457 2001-09-01 [match]
14458         * pixmaps/
14459                 interface.xpm
14460                 book.xpm
14461                 address.xpm
14462         * src/
14463                 Makefile.am
14464                 a ton of new files
14465
14466 2001-08-31 [paul]
14467
14468         * configure.in
14469                 change to version 0.6.0claws1
14470
14471         * sync with sylpheed 0.6.0cvs1
14472
14473         * po/es.po
14474                 updated translation submitted by Ricardo Mones Lastra
14475
14476         * po/POTFILES.in
14477                 add 'src/prefs_templates.c'
14478
14479         * src/compose.c, src/summaryview.c
14480                 fix segfault on 'Re_edit'               
14481
14482 2001-08-30 [alfons]
14483
14484         * configure.in, Makefile.am
14485         * tools/Makefile.am
14486                 add tools directory to source distribution
14487
14488 2001-08-30 [paul]
14489
14490         * configure.in
14491                 change to version 0.6.0claws
14492
14493         * sync with sylpheed 0.6.0 release
14494
14495 2001-08-30 [christoph]
14496
14497         * configure.in
14498                 removed autoconf version check
14499
14500 2001-08-30 [paul]
14501
14502         * src/account.c, src/compose.c, src/prefs_common.[ch]
14503         * src/procheader.[ch] src/utils.[ch]
14504                 Enhanced automatic account selection on replies
14505                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14506
14507         * configure.in
14508                 add LDAP and JPilot to the configuration results output.
14509
14510 2001-08-29 [christoph]
14511
14512         * src/summeryview.c
14513                 no bold font for ignored threads
14514
14515 2001-08-29 [paul]
14516
14517         * configure.in
14518                 change to version 0.5.3claws6
14519
14520         * sync with sylpheed 0.5.3cvs10
14521                 src/stringtable.[ch]: New Files
14522
14523         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14524         * src/pixmaps/sylpheed.xpm
14525                 add mini-icons to windows (by Alfons)
14526
14527 2001-08-27 [paul]
14528
14529         * src/mainwindow.c
14530                 new functions: next_labeled_cb(), prev_labeled_cb()
14531
14532         * src/summaryview.c
14533                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14534                 summary_select_next_labeled(), summary_select_prev_labeled()
14535
14536         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14537                 give claws blue folders and a blue trash can
14538
14539 2001-08-27 [paul]
14540
14541         * configure.in
14542                 change to version 0.5.3claws5
14543
14544         * sync with sylpheed 0.5.3cvs9
14545                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14546
14547 2001-08-24 [christoph]
14548
14549         * src/filesel.c
14550                 keep filename when browsing directories
14551                 (not working for user entered filename, but
14552                  for default name and selected filename from
14553                  file list)
14554         * src/mainwindow.c
14555                 fixed wrong spelling "Folllow-up"
14556         * src/mbox_folder.c
14557         * src/procmsg.c
14558         * src/summaryview.c
14559                 fixed new/unread message count with ignored
14560                 threads (2 commits, first didn't notice no
14561                 longer needed decreasing)
14562         * src/inc.c
14563                 readded scrolling of progress dialog
14564                 (lost in sync)
14565
14566 2001-08-24 [paul]
14567
14568         * configure.in
14569                 change to 0.5.3claws4
14570
14571         * sync with sylpheed 0.5.3cvs7
14572
14573 2001-08-24 [christoph]
14574
14575         * src/compose.c
14576                 set request return receipt when replying
14577                 if it is set is the folder prefs of the
14578                 message
14579         * src/inc.c
14580                 disable final error popup if popups are
14581                 disabled in config (again)
14582
14583 2001-08-23 [paul]
14584
14585         * configure.in
14586                 Change version number to 0.5.3claws3
14587
14588         * sync with sylpheed 0.5.3cvs5
14589
14590         * src/mimeview.c
14591                 double quote '%s' in 'gedit %s' to fix bug when
14592                 opening attachment with spaces in the name
14593
14594 2001-08-22 [alte]
14595         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14596           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14597                 initial message templates support
14598
14599
14600 2001-08-22 [paul]
14601
14602         * configure.in
14603                 change version number to 0.5.3claws2
14604
14605         * sync with sylpheed 0.5.3cvs4
14606
14607         * src/procmsg.h src/summaryview.c
14608                 re-implement (un)ignore thread
14609
14610 2001-08-21 [paul]
14611
14612         * src/summaryview.c
14613                 remove unnecessary code
14614         * src/compose.c
14615                 enable 'dynamic' signatures (submitted by
14616                 Eric Limpens <eric@hscg-internet.nl>)
14617
14618 2001-08-21 [paul]
14619
14620         clean up after sync with sylpheed 0.5.3 release
14621
14622         * src/folderview.c
14623                 fix re-introduced font mess, see Christoph's
14624                 entry 2001-06-24
14625
14626         * src/summaryview.c
14627                 remove prev_msgnum
14628                 use sylpheed's small font instead of
14629                 gtk default font for summary view
14630
14631
14632 2001-08-17 [paul]
14633
14634         * configure.in
14635                 add pl to ALL_LINGUAS - sync with main branch
14636
14637         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14638                 Updated. Translations by Jens Oberender, Ricardo Mones
14639                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14640
14641         * po/pl.po  ** NEW FILE **
14642                 sync with the main branch
14643
14644         * src/folderview.c
14645                 fix target folder colorizing and refresh problem
14646
14647
14648 2001-08-17 [christoph]
14649
14650         * src/mainwindow.c
14651                 claws uses 4 colors for target folder coloring.
14652                 arrays were not long enough and destroyed the
14653                 stack causing a segfault.
14654                 target folder colorizing does not work anymore
14655                 for me
14656
14657 2001-08-16 [paul]
14658
14659         * configure.in
14660                 change to version 0.5.3claws1
14661
14662         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14663           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14664           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14665
14666                 sync with sylpheed 0.5.3 release, but keep claws method of
14667                 configuring/saving fonts
14668
14669         * src/addressbook.[ch]
14670                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14671                 in line with a similar change in Hiroyuki's branch
14672
14673         * src/mainwindow.[ch]
14674                 disable main_window_set_thread_option()
14675         * src/prefs_folder_item.c
14676                 comment out &tmps_prefs.enable_thread,
14677         * src/mbox_folder.c, src/procmsg.[ch]
14678                 comment out MSG_IS_IGNORE_THREAD
14679         * src/summaryview.c
14680                 comment out summary_ignore_thread() and summary_unignore_thread()
14681                 comment out MSG_IS_IGNORE_THREAD
14682
14683                 use Hiroyuki's threading instead.
14684
14685
14686
14687 2001-08-15 [paul]
14688
14689         * src/account.c
14690                 use Hiroyuki's 0.5.3 column scheme but also
14691                 include the enable/disable button.
14692         * src/pixmaps/mark.xpm
14693                 add Hiroyuki's amended pixmap
14694
14695 2001-08-13 [christoph]
14696
14697         * src/account.c
14698                 receive at get all column showed wrong state for APOP
14699                 button should only work for POP3 and APOP accounts
14700         * src/prefs_account.c
14701                 added missing preprocessor statement for SSL
14702
14703 2001-08-12 [paul]
14704
14705         * src/account.[ch]
14706                 add 'receive at get all' column and enable/disable
14707                 button.
14708
14709 2001-08-06 [christoph]
14710
14711         * src/account.c
14712                 show usage of SSL in protocol column
14713
14714         * src/imap.c
14715         * src/inc.c
14716                 renamed ssl options
14717
14718         * src/prefs_account.[ch]
14719                 moved ssl options to a new page
14720
14721         * src/send.c
14722         * src/smtp.c
14723         * src/ssl.[ch]
14724                 renamed ssl options
14725                 added support for SMTP STARTTLS command
14726
14727 2001-08-05 [christoph]
14728
14729         * configure.in
14730                 debian autoconf needs version check to find
14731                 correct autoconf version. if the file is
14732                 named configure.in 2.13 is used, which does
14733                 not work with this configure.in script.
14734                 other solution would be to rename the script
14735                 to configure.ac as suggested in the autoconf
14736                 manual.
14737
14738         * src/inc.c
14739                 disable final error popup if popups are
14740                 diabled in config
14741
14742         * src/socket.c
14743                 bugfix in ssl_gets
14744                 fixes IMAP over SSL problem
14745
14746 2001-08-03 [paul]
14747
14748         * configure.in
14749                 change to 0.5.2claws1
14750
14751         * sync with sylpheed 0.5.2cvs1
14752
14753 2001-08-02 [alfons]
14754
14755         * configure.in
14756                 quick fix for ispell detection...
14757
14758 2001-08-01 [paul]
14759
14760         * configure.in
14761                 change to 0.5.1claws4
14762
14763         * sync with sylpheed 0.5.1cvs7
14764
14765 2001-07-31 [alfons]
14766
14767         * src/prefs_common.c, src/prefs_common.h, 
14768           src/gtkspell.c, src/gtkspell.h
14769                 add global spelling checker settings (compose tab) +
14770                 selection of dictionary 
14771           
14772         * configure.in  
14773                 guess valid ispell location
14774
14775 2001-07-31 [paul]
14776
14777         * po/POTFILES.in
14778                 removal of 'src/quote_fmt_parse.c'
14779         * po/de.po
14780                 Updated de.po
14781                 (submitted by Jens Oberender <didge@suse.de>)
14782
14783 2001-07-31 [darko]
14784
14785         * src/folder.[ch]
14786         * src/folderview.[ch]
14787         * src/mainwindow.c
14788         * src/mh.c
14789         * src/prefs_common.[ch]
14790         * src/summaryview.c
14791                 target folder colourization
14792
14793 2001-07-30 [paul]
14794
14795         more sync with Sylpheed 0.5.1cvs6 
14796
14797 2001-07-30 [darko]
14798
14799         * src/mh.c
14800         * src/prefs_folder_item.[hc]
14801         * src/summaryview.c
14802                 shared folders support with a GUI
14803
14804 2001-07-29 [paul]
14805
14806         0.5.1claws3
14807
14808         * sync with Sylpheed 0.5.1cvs6
14809
14810 2001-07-29 [paul]
14811
14812         * po/pt_BR.po
14813                 updated
14814                 (submitted by Fabio Junior Beneditto)
14815
14816 2001-07-28 [paul]
14817
14818         * src/procmime.c
14819         * AUTHORS
14820                 patch to correct bad image mime headers
14821                 (submitted by Don Quijote <dq@searchlores.org>)
14822
14823 2001-07-28 [paul]
14824
14825         * tools/gif2xface.pl   **NEW FILE**
14826         * tools/README
14827                 script to convert file.gif to file.xface for
14828                 use in a custom header.
14829                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14830
14831 2001-07-27 [alfons]
14832         
14833         * configure.in
14834                 change macros for detecting JPilot and LDAP
14835
14836 2001-07-27 [christoph]
14837
14838         * src/filtering.c
14839                 code cleanup (MIN / MAX warning, needed casting)
14840
14841 2001-07-27 [alfons]
14842
14843         * procheader.c
14844                 disallow setting flags when detecting certain headers
14845                 (X-Status, Status, Seen, X-Seen). 
14846         
14847         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14848
14849 2001-07-27 [christoph]
14850
14851         * src/prefs_filter.c
14852         * src/prefs_filtering.c
14853         * src/prefs_matcher.c
14854         * src/prefs_scoring.c
14855                 scroll list when moving rows up or down
14856
14857         * src/imap.c
14858         * src/imap.h
14859         * src/prefs_account.c
14860         * src/prefs_account.h
14861         * src/send.c
14862                 SMTP over SSL (untested, feedback requested)
14863                 IMAP over SSL
14864
14865         * src/ssl.c
14866                 code cleanup
14867
14868 2001-07-26 [alfons]
14869         
14870         * configure.in, acconfig.h
14871                 define CLAWS (need this for main / claws detection)
14872
14873 2001-07-25 [alfons]
14874
14875         * configure.in
14876                 Sylpheed 0.5.1claws2
14877                 
14878         * sync with Sylpheed 0.5.1cvs4
14879
14880 2001-07-25 [christoph]
14881
14882         * src/scoring.c
14883                 fixed segfault
14884                 item->prefs == NULL (don't know why)
14885
14886 2001-07-25 [alfons]
14887
14888         * configure.in
14889                 Sylpheed 0.5.1claws1
14890
14891         * sync with Sylpheed 0.5.1cvs1-3
14892
14893 2001-07-24 [christoph]
14894
14895         * src/folderview.c
14896         * src/prefs_folder_item.[ch]
14897                 added folderitem preferences dialog with
14898                 default To: and auto request return receipt
14899
14900         * src/compose.[ch]
14901         * src/menu.[ch]
14902                 changes to handle new folderitem preferences
14903
14904         * src/mainwindow.c
14905         * src/summaryview.c
14906                 call compose new mail with current folderitem
14907
14908 2001-07-24 [alfons]
14909
14910         Release Sylpheed 0.5.1claws
14911
14912         * configure.in
14913                 change to release version 0.5.1claws
14914
14915 2001-07-24 [christoph]
14916
14917         * src/summaryview.c
14918                 fixed segfault that happend when the selected
14919                 message was removed while retrieving new messages.
14920
14921         * po/es.po
14922                 updated translation
14923                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14924
14925 2001-07-22 [alfons]
14926
14927         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14928         this is a work in progress, for more information: http://nlpagan.net/sylman 
14929         
14930         * configure.in, src/mainwindow.c, manual/Makefile.am
14931                 add support for English manual
14932
14933         * AUTHORS
14934                 add authors of user manuals
14935
14936         * manual/en/sylpheed*.html
14937                 add English documentation
14938
14939 2001-07-22 [christoph]
14940
14941         * po/POTFILES.in
14942                 added src/ssl.c
14943         * src/ssl.c
14944                 changed a wrong debug message
14945
14946 2001-07-22 [alfons]
14947
14948         * po/nl.po
14949                 update Dutch translation
14950
14951         * src/prefs_filtering.c, 
14952           src/prefs_matcher.c
14953                 add more translatable strings           
14954
14955 2001-07-21 [alfons]
14956
14957         0.5.0claws7
14958
14959         * configure.in
14960                 change version
14961
14962         * src/inc.c, src/summaryview.[ch]
14963                 prevent update of mark file when filtering has done, by
14964                 using a variable; this affects two functions:
14965                         inc.c::inc_finished()
14966                         summaryview.c::summary_show()
14967
14968 2001-07-20 [alfons]
14969
14970         * src/filtering.[ch], src/prefs_filtering.c, 
14971           src/matcher.[ch]
14972                 add filtering action for label coloring 
14973
14974         * po/POTFILES.in
14975                 add labelcolors.c
14976
14977         * added src/labelcolors.c
14978         * added src/labelcolors.h
14979         * src/Makefile.am, src/summaryview.c
14980                 rearrange label coloring code
14981
14982         * src/procmsg.h
14983                 add more parentheses so label colouring works correctly
14984
14985         * src/filtering.c
14986                 don't really delete message, but move it to Trash
14987
14988         * src/prefs_matcher.c
14989                 add quote options to info dialog
14990
14991 2001-07-20 [christoph]
14992
14993         * src/Makefile.am
14994         * src/inc.c
14995         * src/main.[ch]
14996         * src/socket.h
14997         * src/ssl.[ch] (new)
14998                 moved ssl stuff to a seperate file
14999
15000 2001-07-20 [darko]
15001
15002         * src/summaryview.c
15003                 fix show sender using address book with no e-mail
15004                 address in From: field
15005
15006 2001-07-19 [alfons]
15007
15008         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15009                 fix messy handling of escaping... now at least the
15010                 execute command is useful. escape char is '\', we
15011                 accept \n and \r too. 
15012
15013                 Real life example:
15014                 
15015                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15016                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15017
15018 2001-07-18 [alfons]
15019
15020         0.5.0claws6
15021
15022         * src/summaryview.c
15023                 clean up
15024
15025         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15026           src/procmsg.[ch]
15027                 revise filtering; currently move, copy, marking have
15028                 been tested. if you like bleeding edge stuff, you
15029                 should definitely go for this version :)
15030
15031         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15032
15033 2001-07-17 [christoph]
15034
15035         * src/utils.c
15036                 timestamp log
15037
15038 2001-07-17 [alfons]
15039
15040         0.5.0claws5
15041
15042         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15043           bits in the mark file, without affecting either branch. Lots of
15044           files changed, also in claws branch.
15045
15046           UNTESTED: use of mbox folders
15047
15048         * src/summaryview.c
15049                 added mark all read; however this was a quick hack used for
15050                 cleaning up mess after initial merge with Hiroyuki
15051
15052         * configure.in
15053                 change claws version number back to 0.5.0claws5 to clear up 
15054                 confusion & pretension (recent release was technically 
15055                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15056
15057 2001-07-16 [alfons]
15058
15059         sync with Hiroyuki's 0.5.0cvs4
15060
15061 2001-07-16 [alfons]
15062
15063         0.5.1claws3
15064
15065         * src/filtering.[ch]
15066                 remove invalid updating of mark files for 
15067                 filter actions MATCHING_ACTION_MOVE and 
15068                 MATCHING_ACTION_DELETE; this should fix the
15069                 folder update bug
15070                 
15071         * src/procmsg.c
15072                 revert Christoph's stab at fixing the folder 
15073                 update bug
15074
15075         * po/POTFILES.in
15076                 add missing files with translatable strings
15077
15078         * src/summaryview.c
15079                 remove debug print
15080
15081 2001-07-15 [alfons]
15082
15083         * src/addr_compl.[ch], src/prefs_filtering.c
15084                 make "filtering pref dialog's destination entry" an
15085                 "address completable entry", if filter destination is 
15086                 an email address
15087
15088         0.5.1claws2
15089         
15090         sync with Hiroyuki's 0.5.0cvs2-3
15091
15092 2001-07-15 [christoph]
15093
15094         * src/procmsg.c
15095                 fixed folder stats update after incorporation
15096
15097 2001-07-15 [alfons]
15098
15099         * src/summaryview.c
15100                 * finish label colouring stuff (for now)
15101                 * fix incorrect colour bug (off by one) 
15102
15103 2001-07-14 [alfons]
15104
15105         * src/mainwindow.c
15106                 change text labels for news and mail message so there's
15107                 plenty of toolbar estate left
15108
15109         * configure.in
15110                 0.5.1claws1
15111
15112         * src/folderview.c
15113           src/folder.[ch]
15114                 sync with Hiroyuki's 0.5.0cvs1
15115
15116         * src/summaryview.c
15117                 more rewrite label colouring
15118
15119 2001-07-14 [alfons]
15120
15121         * src/summaryview.[ch]
15122                 * start rewrite label colouring 
15123                 * fix proper location "Add Sender To Addressbook" menu item
15124
15125 2001-07-13
15126
15127         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15128         (actually this is 0.5.0claws4)
15129
15130 2001-07-13 [alfons]
15131
15132         * po/pt_BR.po
15133                 * fix duplicate message
15134                 * add updated Portugese / Brazilian translation
15135                   submitted by Fabio Junior Beneditto
15136
15137 2001-07-12 [alfons]
15138
15139         * AUTHORS
15140                 add Jens
15141
15142         * po/nl.po
15143                 add updated Dutch translation
15144
15145         * po/de.po
15146                 add updated German translation submitted by Jens
15147
15148 2001-07-11 [alfons]
15149
15150         Prerelease before 0.5.0claws. Please test.
15151         This version is temporarily tagged as VERSION_0_5_0_TEST
15152
15153         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15154           src/prefs_scoring.c, src/prefs_matcher.c, 
15155           src/prefs_filtering.c, src/mbox.c, 
15156           src/main.c, src/inc.c, src/filtering.[ch]
15157                 revert new Hoa's new matcher (does not work yet)
15158
15159         * src/Makefile.am
15160                 clean up
15161
15162 2001-07-10
15163
15164         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15165
15166
15167 2001-07-10 [alfons]
15168
15169         * Makefile.am
15170                 add ChangeLog.claws to EXTRA_DIST
15171         * src/Makefile.am
15172                 add matcher_parser_parse.h to EXTRA_DIST
15173
15174 2001-07-10 [christoph]
15175
15176         * src/inc.c
15177                 add destination folder to table of
15178                 folders that need to be updated after
15179                 incorporation
15180
15181 2001-07-10 [alfons]
15182
15183         * folder.[ch]
15184           folderview.c
15185                 make collapse state of folders and folder items persistent, i.e.
15186                 if you collapse a folder tree, the next time sylpheed-claws starts 
15187                 up the folder tree remains collapsed.  
15188                 
15189 2001-07-10 [christoph]
15190
15191         * acconfig.h
15192         * configure.in
15193                 added --enable-ssl
15194         * src/md5.[ch]
15195                 renamed MD5_CTX to MD5_CTX_syl
15196                 conflicts with a struct in openssl
15197         * src/inc.c
15198         * src/main.[ch]
15199         * src/prefs_account.[ch]
15200         * src/socket.[ch]
15201                 SSL support for POP
15202         * src/mainwindow.c
15203                 fixed compose with current account
15204                 broken by new compose button stuff
15205
15206 2001-07-09 [hoa]
15207
15208         * AUTHORS
15209                 changed my email address
15210
15211         * src/matcher_parser_parse.y
15212                 clean the parser to remove conflicts
15213
15214 2001-07-09 [alfons]
15215
15216         * AUTHORS
15217                 add Match Grun
15218
15219         * configure.in
15220                 fix incorrect description of --enable-ldap parameter
15221
15222         * src/prefs_common.[ch]
15223           src/compose.c
15224                 add experimental option "smart wrapping" which makes the
15225                 compose editor auto wrap.
15226                 
15227                 | TODO: the problem with the buggy cursor handling is caused |
15228                 | by the GtkText. when deleting / backspacing text its       |
15229                 | wrapping algorithm does not take in account the previous   |
15230                 | line. should find a way to hack this in.                   |
15231                 | or should perhaps combine this with the word wrapping      |
15232                 | patch i wrote in january.                                  |
15233
15234         * src/about.c
15235                 show build parameters for LDAP and JPilot
15236
15237         * src/summaryview.c
15238                 revert Christoph's bugfix for selecting next unread message, 
15239                 because folder stats aren't updated correctly
15240
15241 2001-07-08 [hoa]
15242
15243         * src/filtering.c
15244         * src/mainwindow.c
15245         * src/matcher.c
15246         * src/matcher_parser_lex.l
15247         * src/matcher_parser_parse.y
15248         * src/prefs_filtering.c
15249         * src/prefs_scoring.c
15250         * src/scoring.c
15251                 bugfix of the config file parser
15252
15253 2001-07-08 [alfons]
15254
15255         * src/Makefile.am
15256                 added generated matcher sources to BUILT_SOURCES
15257
15258 2001-07-08 [hoa]
15259
15260         * src/Makefile.am
15261         * src/.cvsignore
15262                 added new config file parser
15263
15264         * src/scoring.[ch]
15265         * src/filtering.[ch]
15266         * src/matcher.[ch]
15267         * src/prefs_filtering.c
15268         * src/prefs_matcher.c
15269         * src/prefs_scoring.c
15270         * added src/matcher_parser.h
15271         * added src/matcher_parser_lex.h
15272         * added src/matcher_parser_lex.l
15273         * added src/matcher_parser_parse.y
15274                 lex & yacc config file parser
15275
15276         * src/mbox.c
15277         * src/inc.c
15278         * src/main.c
15279                 changes prefs_filtering into global_filtering           
15280
15281         * src/summaryview.c
15282                 build threads with subjects only if "Re: " is at the
15283                 beginning of the subject
15284
15285 2001-07-07 [paul]
15286
15287         0.5.0claws
15288
15289         sync with sylpheed 0.5.0
15290                 change of version number only
15291
15292 2001-07-06 [paul]
15293
15294         0.5.0claws5
15295
15296         sync with sylpheed 0.5.0pre5
15297
15298 2001-07-05 [paul]
15299
15300         sync with sylpheed 0.5.0pre4 release
15301                 /po and /manual/ja not sync'ed
15302
15303 2001-07-04 [paul]
15304
15305         more sync with sylpheed 0.5.0pre4
15306
15307 2001-07-03 [christoph]
15308
15309         * src/addressbook.c
15310                 fixed address book broken by address book
15311                 for VCard, JPilot, LDAP
15312
15313 2001-07-03 [alfons]
15314
15315         * src/matcher.c
15316         * src/textview.c
15317                 stopped memory leaks
15318
15319 2001-07-03 [paul]
15320
15321         more sync with sylpheed 0.5.0pre4
15322
15323 2001-07-02 [match]
15324
15325         * included address book patch for VCard, JPilot, LDAP
15326         * pref_common.c - fixed Font options on Display tab (cosmetic)
15327         * alertpanel.c - fixed truncated message
15328
15329 2001-07-02 [christoph]
15330
15331         * src/mbox_folder.c
15332         * src/procmsg.[ch]
15333         * src/summaryview.c
15334                 mark threads for ignoring
15335
15336 2001-07-02 [paul]
15337
15338         0.5.0claws4
15339
15340         * sync with sylpheed 0.5.0pre4
15341                 updated gettext to 0.10.38.
15342
15343 2001-07-01 [paul]
15344
15345         * src/ mainwindow.c
15346         * src/procmsg.h
15347         * src/summaryview.[ch]
15348                 new right-click option: Label.
15349                 substitute for 'Mark-->Mark/Unmark', colours the line.
15350                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15351
15352 2001-07-01 [christoph]
15353
15354         * src/folderview.c
15355                 fixed font for trash
15356         * src/summaryview.c
15357                 move ctree to unread message
15358
15359 2001-07-01 [paul]
15360
15361         * sync with sylpheed 0.5.0pre3 release
15362
15363 2001-06-30 [alfons]
15364
15365         * src/filesel.[ch]
15366         * src/compose.c
15367                 allow inserting / attaching multiple files in
15368                 the composer window
15369
15370 2001-06-30 [paul]
15371
15372         * src/codeconv.c
15373                 small change to Alfons' previous stuff so that it
15374                 actually makes
15375
15376 2001-06-30 [alfons]
15377
15378         * lots of files changed; first attempt to merge the changes
15379           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15380
15381 2001-06-30 [paul]
15382
15383         * po/pt_BR.po
15384                 updated and completed, translations by Fabio
15385                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15386
15387 2001-06-29 [alfons]
15388
15389         * src/compose.c
15390         * src/mimeproc.[ch]
15391                 allow selecting an attached files' mime type from a 
15392                 list of types.
15393
15394 2001-06-29 [paul]
15395
15396         * more sync with sylpheed 0.5.0pre3
15397
15398 2001-06-29 [paul]
15399
15400         * po/pt_BR.po
15401                 merge with sylpheed.pot and pt_BR.po provided by
15402                 Fabio Junior Beneditto.
15403
15404 2001-06-29 [darko]
15405
15406         * src/procmime.c
15407                 make MIME types case insensitive
15408
15409 2001-06-28 [alfons]
15410
15411         * po/nl.po
15412                 merge with sylpheed.pot and old nl.po; translations added.
15413
15414 2001-06-28 [paul]
15415
15416         * more sync with sylpheed 0.5.0pre3
15417
15418 2001-06-27 [alfons]
15419
15420         * src/summaryview.c
15421                 don't crash when removing parent node of messages
15422                 attracted by subject. this was caused by not deleting
15423                 the parent node from the subject line hash table.
15424
15425 2001-06-27 [alfons]
15426
15427         * src/summaryview.c
15428         * src/compose.[ch]
15429         * src/mainwindow.c
15430                 if there are multiple messages selected, allow forwarding
15431                 them as attachments.
15432
15433 2001-06-27 [paul]
15434
15435         * more sync with sylpheed 0.5.0pre3
15436
15437 2001-06-26 [paul]
15438
15439         0.5.0claws3
15440
15441         * sync with sylpheed 0.5.0pre3
15442
15443 2001-06-25 [paul]
15444
15445         * src/mainwindow.c
15446                 fixed 'compose news article' bug
15447                 from icon-and-text toolbar
15448
15449 2001-06-25 [paul]
15450
15451         * sync with sylpheed 0.5.0pre2 release
15452
15453 2001-06-24 [christoph]
15454
15455         * src/prefs_common.c
15456                 bug fix in font selection
15457         * src/folderview.c
15458                 use sylpheed's normal font instead of
15459                 gtk default font for folders without
15460                 new messages
15461
15462 2001-06-24 [alfons]
15463
15464         * src/mainwindow.[ch]
15465                 added composite compose mail / news button (an idea by Leandro
15466                 Pereira <leandro@linuxmag.com.br>)
15467
15468 2001-06-24 [paul]
15469
15470         Added instructions for ldif-to-xml.py
15471
15472         * tools/README
15473
15474 2001-06-23 [alfons]
15475
15476         Some minor things.
15477
15478         * src/pixmaps/stock_news_compose.xpm
15479                 added pixmap by Leandro
15480         * src/prefs_common.c
15481                 tested built-in spelling checker of GCC 3.0 :)
15482         * po/nl.po
15483                 merged dutch translation of sylpheed-main with
15484                 sylpheed.pot
15485
15486 2001-06-23 [paul]
15487
15488         Added tools directory and files.
15489
15490         * tools/filter_conv.pl
15491                 converts old filter system to new filtering system
15492         * tools/ldif-to-xml.py
15493                 converts netscape addressbook to sylpheed addressbook
15494         * tools/README
15495                 descriptions/instructions for above two files
15496
15497 2001-06-23 [christoph]
15498
15499         * src/inc.c
15500         * src/manage_window.[ch]
15501         * src/prefs_common.[ch]
15502                 mail retrieval dialog can be enabled, disabled
15503                 or hidden if non of sylpheed's windows is active
15504
15505 2001-06-22 [paul]
15506
15507         0.5.0claws2
15508
15509         * sync with sylpheed 0.5.0pre2
15510
15511 2001-06-21 [christoph]
15512
15513         * src/summaryview.c
15514                 show recipient on 'from' for all accounts
15515                 
15516         * src/inc.c
15517         * src/prefs_common.[ch]
15518                 disable error popup on mail receive errors
15519
15520 2001-06-21 [alfons]
15521
15522         * src/compose.c
15523                 made the ruler correctly appear and disappear.
15524
15525         * src/Makefile.am
15526                 removed Hoa's work-in-progress-stuff (interesting!) so 
15527                 claws compiles ok.
15528
15529 2001-06-20 [christoph]
15530
15531         * src/inc.c
15532         * src/progressdialog.c
15533                 added scrolled window for list in progressdialog
15534
15535 2001-06-20 [paul]
15536
15537         sync with sylpheed 0.5.0pre1 release
15538
15539 2001-06-20 [christoph]
15540
15541         * src/summeryview.c
15542                 make building threads by subject work when
15543                 thread view is enabled
15544                 
15545         * src/compose.c
15546         * src/prefs_common.[ch]
15547                 automatically select account for mail replys
15548
15549 2001-06-19 [sergey]
15550
15551         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15552         they are filled in from the account settings.
15553
15554 2001-06-19 [paul]
15555
15556         * more sync with sylpheed 0.5.0pre1
15557
15558 2001-06-18 [alfons]
15559
15560         * src/Makefile.am,
15561           src/procmime.c
15562                 added --sysconfdir to CPPFLAGS for pointing to the correct
15563                 location of mime.types. 
15564
15565                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15566                 or ./configure!
15567
15568 2001-06-18 [hoa]
15569
15570         * src/summaryview.c
15571                 fixed some bug when building threads
15572
15573 2001-06-18 [pau]l
15574
15575         * src/prefs_account.c
15576                 UI stuff: More changes to the English
15577
15578 2001-06-18 [paul]
15579
15580         * src/pixmaps/stock_news_compose.xpm: new file
15581         * src/Makefile.am
15582         * src/mainwindow.c
15583         * src/summaryview.c
15584                 Added new icon for Hoa's 'compose a news
15585                 message', plus minor improvements to the
15586                 English
15587
15588         * po/ja.po
15589         * ChangeLog
15590         * ChangeLog.jp
15591                 more sync with sylpheed 0.5.0pre1
15592
15593 2001-06-18 [hoa]
15594
15595         * src/compose.[ch]
15596         * src/mainwindow.c
15597                 Follow-up and reply to
15598
15599         * src/summaryview.[ch]
15600                 Build threads also with subjects
15601
15602 2001-06-17 [hoa]
15603
15604         * src/compose.c
15605                 forwarding use the current account.
15606
15607         * src/mainwindow.c
15608                 the "compose message" button has been replaced with
15609                 "new mail" and "new news" buttons
15610
15611         * src/prefs_common.[ch]
15612                 added a configuration option to use the forward button
15613                 as "forward as attachment"
15614                 changed reply and forward format description
15615
15616         * src/quote_fmt_lex.l
15617         * src/quote_fmt_parse.y
15618                 added message with no signature in format for reply
15619                 and forward.
15620
15621 2001-06-17 [paul]
15622
15623         Minor UI stuff
15624
15625         * src/mainwindow.c
15626         * src/summaryview.c
15627                 Improvements to the English
15628
15629         * src/prefs_common.c
15630                 Improvements to the English and some
15631                 clarity/continuity improvements in the
15632                 description of Quote symbols.
15633
15634 2001-06-17 [paul]
15635
15636         0.5.0claws1
15637
15638         * sync with sylpheed 0.5.0pre1
15639
15640 2001-06-17 [hoa]
15641
15642         * src/compose.c
15643                 Better interface for compose, displayed fields
15644                 are updated whenever we change account.
15645                 Newsgroups field is automatically filled.
15646
15647         * src/mainwindow.c
15648                 Newsgroups field is automatically filled.
15649
15650         * src/prefs_account.c
15651                 Some interface stuff when fields appear and
15652                 disappear.
15653
15654 2001-06-16 [paul]
15655
15656         0.4.99claws
15657
15658         * sync with sylpheed 0.4.99
15659
15660 2001-06-16 [sergey]
15661
15662         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15663         base64_decoder_free, base64_decoder_decode): new object and
15664         functions for decoding base64 streams.
15665         * src/procmime.c (procmime_decode_content): modified to use the
15666         new base64 decoder.
15667
15668 2001-06-15 [paul]
15669
15670         0.4.99claws10
15671
15672         * sync with sylpheed 0.4.99cvs11
15673
15674 2001-06-13 [paul]
15675
15676         0.4.99claws9
15677
15678         * sync with sylpheed 0.4.99cvs9
15679
15680 2001-06-13 [hoa]
15681
15682         * src/compose.c
15683         * src/prefs_account.c
15684
15685                 SMTP server can be defined in the news account
15686                 mime type of attachment are kept.
15687
15688         * src/summaryview.c
15689
15690                 now choose the highest important score between default
15691                 and important score of folder.
15692
15693 2001-06-09 [alfons]
15694         
15695         * src/prefs_common.c: 
15696
15697                 (prefs_quote_description_create): corrected description of 
15698                 quote format characters
15699
15700 2001-06-09 [paul]
15701
15702         0.4.99claws8
15703
15704         * sync with sylpheed 0.4.99cvs8
15705
15706 2001-06-08 [sergey]
15707
15708         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15709         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15710
15711 2001-06-08 [paul]
15712
15713         0.4.99claws7
15714
15715         * sync with sylpheed 0.4.99cvs7
15716
15717 2001-06-06 [sergey]
15718
15719         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15720         clashes with autogenerated header).
15721         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15722         * src/Makefile.am: added quote_fmt.h.
15723         * src/.cvsignore: added lex/yacc autogenerated files
15724         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15725
15726 2001-06-06 [paul]
15727
15728         0.4.99claws6
15729
15730         * sync with sylpheed 0.4.99cvs6
15731
15732 2001-06-06 [hoa]
15733
15734         * added src/quote_fmt_parse.h
15735         * src/compose.c
15736                 removed warnings
15737
15738         * src/prefs.[ch]
15739                 don't modify readonly configuration files
15740
15741         * src/prefs_account.c
15742         * src/prefs_common.c
15743         * src/prefs_customheader.c
15744         * src/prefs_display_header.c
15745         * src/prefs_filter.c
15746         * src/prefs_filtering.c
15747         * src/prefs_scoring.c
15748                 don't open dialog box when configuration files
15749                 are readonly
15750
15751 2001-06-05 [sergey]
15752
15753         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15754
15755         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15756         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15757         BUILT_SOURCES to make all files rebuild properly.
15758
15759         * src/compose.c: removed #include "quote_fmt.tab.h".
15760
15761         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15762         CHARACTER value in yylval.
15763
15764         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15765         receive CHARACTER value by documented means (yylval).
15766
15767         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15768
15769 2001-06-05 [hoa]
15770
15771         * src/Makefile.am
15772                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15773
15774         * src/filtering.c
15775         * src/matcher.c
15776         * src/matcher.h
15777         * src/prefs_filtering.c
15778                 now keep the configuration for execute action
15779
15780         * src/mbox_folder.c
15781                 fixed a warning
15782
15783 2001-06-05 [paul]
15784
15785         * sync with sylpheed 0.4.99cvs5
15786
15787 2001-06-05 [hoa]
15788
15789         * src/Makefile.am
15790                 added quote_fmt.[ch]
15791
15792         * added src/quote_fmt.y
15793         * added src/quote_fmt.l
15794         * added src/quote_fmt.tab.h
15795         * added src/quote_fmt.tab.c
15796         * added src/lex.quote_fmt.c
15797                 parsing configuration for replying
15798                 and forwarding
15799
15800         * src/prefs_common.[ch]
15801                 added configuration UI for replying
15802                 and forwarding
15803
15804         * src/compose.c
15805                 using configuration for replying
15806                 and forwarding
15807
15808 2001-06-04 [hoa]
15809
15810         * src/filtering.c
15811         * src/matcher.c
15812         * src/matcher.h
15813         * src/prefs_filtering.c
15814         * src/prefs_matcher.c
15815         * src/prefs_matcher.h
15816                 action "run a command" for filtering
15817                 and matching with a command.
15818                 fixed the "whole message" matching
15819
15820         * src/mbox_folder.c
15821                 changed temporary filename for security
15822
15823         * src/messageview.c
15824                 queue the notification if it fails to send.
15825
15826         * src/prefs_common.c
15827         * src/prefs_folder_item.c
15828                 changed the default important score             
15829
15830         * src/prefs_scoring.c
15831         * src/scoring.c
15832                 hide kill score input when the folder is not
15833                 a newsgroup
15834
15835 2001-06-03 [alfons]
15836
15837         * src/prefs_common.c:
15838
15839                 (prefs_font_select): pass font name in font entry box to font
15840                 selection dialog.
15841
15842 2001-06-03 [sergey]
15843
15844         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15845
15846 2001-06-03 [paul]
15847
15848         * sync with sylpheed 0.4.99cvs4
15849
15850 2001-06-03 [alfons]
15851
15852         * src/headerwindow.c:
15853
15854                 (headerwindow_show_cb): use the selected summary view item, not
15855                 the displayed item.
15856
15857 2001-06-02 [alfons]
15858
15859         * src/headerwindow.c:
15860
15861                 (headerwindow_show_cb): always try to show msginfo
15862
15863 2001-06-02 [hoa]
15864
15865         * src/compose.c
15866                 keep attached parts when reediting or forwarding.
15867
15868 2001-06-01 [hoa]
15869
15870         * src/folderview.c
15871         * src/prefs_folder_item.[ch]
15872         * src/prefs_scoring.[ch]
15873         * src/scoring.[ch]
15874         * src/summaryview.[ch]
15875         * src/main.c
15876         * src/mainwindow.c
15877         * src/prefs_common.[ch]
15878                 support for folder scoring
15879                 kill score and important score for messages
15880         
15881         * src/prefs_account.c
15882                 some display bug fixed for local account
15883                 preferences
15884
15885 2001-05-31 [alfons]
15886
15887         * src/summaryview.c:
15888
15889                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15890                 sender to address book menu item is disabled.
15891
15892 2001-05-30 [hoa]
15893
15894         * src/filtering.[ch]
15895         * src/summaryview.c
15896                 handling summary menu / filter messages
15897
15898         * src/folder.[ch]
15899                 add some stuff
15900
15901         * src/foldersel.c
15902                 imap folders now appears in list
15903
15904         * src/mbox_folder.c
15905                 doesn't crash if destination mail is not writeable
15906
15907 2001-05-29 [hoa]
15908
15909         * src/compose.c
15910                 removed some warnings
15911
15912         * src/filtering.c
15913         * src/folder.[ch]
15914         * src/prefs_filtering.c
15915                 global string to identify any folders           
15916                 removed some debug info
15917                 filtering to mbox folders is now possible
15918
15919         * src/mainwindow.c
15920                 removed some warnings
15921
15922         * src/mbox_folder.c
15923                 permission on files are changed to read/write for user only,
15924                 nothing for other.
15925                 creation of subfolder is handled better.
15926
15927 2001-05-28 [alfons]
15928
15929         Verified the sync for src/prefs_common.[ch] and
15930         src/prefs_account.[ch]. I believe there were some
15931         minor indentation differences.
15932
15933 2001-05-28 [paul]
15934
15935         0.4.99claws3
15936
15937         * sync with 0.4.99cvs3
15938
15939 2001-05-28 [hoa]
15940
15941         * src/compose.c
15942                 handling flags for mbox format
15943
15944         * src/filtering.c
15945                 use of mark file only for MH format
15946                 handling flags for mbox format
15947                 filtering cannot yet move or copy mails to mbox folders.
15948
15949         * src/folder.[ch]
15950                 changed move_msg, copy_msg,
15951                 move_msgs_with_dest, copy_msgs_with_dest functions
15952                 uses only folder->copy_msg() function
15953                 uses folder->finished_copy() to handle the destination
15954                 folder at the end of the copy or move operation.
15955
15956         * src/foldersel.c
15957                 included mbox directories.
15958
15959         * src/folderview.[ch]
15960         * src/mainwindow.c
15961                 handle folders operation for mbox format
15962
15963         * src/mbox.c
15964                 disable conversion of "From " header
15965
15966         * src/mbox_folder.[ch]
15967                 completion of mbox format handling
15968
15969         * src/mh.c
15970                 changed mh_copy_msg() function and
15971                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15972                 mh_copy_msgs_with_dest()
15973
15974         * src/prefs_filtering.c
15975                 removed some warnings
15976
15977         * src/prefs_matcher.c
15978                 default boolean operation is AND
15979
15980         * src/procheader.c
15981                 handling flags for mbox format
15982                 handling of "From " header
15983
15984         * src/procmsg.[ch]
15985                 removed data field
15986                 added MSG_REALLY_DELETED flags to handle deletion of
15987                 messages in mbox format.
15988
15989         * src/summaryview.c
15990                 handling flags for mbox format
15991                 disable the MSG_DELETED flags when messages
15992                 are deleted in mbox format
15993
15994         * src/textview.c
15995                 "From " headers display fixed.
15996
15997 2001-05-27 [alfons]
15998
15999         * src/textview.c:
16000                 
16001                 (get_email_part): skip quoted email addresses, like in e.g.
16002                 "'alfons@proteus.demon.nl'".
16003
16004 2001-05-26 [alfons]
16005
16006         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16007         and fixing the persistence troubles when using separate windows.
16008
16009         * src/mainwindow.c:
16010         
16011             Added #define SEPARATE_ACTION used in the gtk item factory for 
16012             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16013                 use gtk_item_factory_get_widget_by_action() to get the items.
16014                 
16015             Removed separate_widget_cb from the gtk item factory data   
16016           
16017             (mainwindow_create): connect separate_widget_cb() to check
16018             menu item "toggled" signal. also passing a MainWindow pointer
16019                 as object data for both check menu items.
16020                 
16021             (separate_widget_cb): definition of separate_widget_cb() to match
16022             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16023                 window using gtk_object_get_data(). The type of window separation 
16024                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16025         
16026         * src/prefs_filtering.c,
16027           src/prefs_matcher.c: added horizontal scrollbars
16028
16029 2001-05-25 [darko]
16030
16031         * src/headerview.c
16032                 fix segfault with invalid bold font
16033         * src/summaryview.c
16034                 correctly display summary stats after row is marked
16035
16036 2001-05-23 [sergey]
16037
16038         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16039         encodings with libjconv.
16040
16041 2001-05-23 [hoa]
16042
16043         * src/Makefile.am
16044                 added mbox_folder.[ch]
16045         * src/defs.h
16046                 mbox temporary folder
16047         * src/folder.[ch]
16048         * added src/mbox_folder.[ch]
16049         * src/folderview.c
16050         * src/procheader.[ch]
16051                 added mbox support
16052         * src/mbox.c
16053                 bugfix for file incorporation filtering
16054         * src/imap.c
16055                 enable creation of MBOX
16056         * src/prefs_display_header.c
16057                 enable use of headers like "From "
16058                 something that should be fixed :
16059                         displaying of such headers add an extra space
16060         * src/prefs_folder_item.c
16061                 don't create folders because it is not necessary
16062         * src/procmsg.h
16063                 added data field to MsgInfo for mbox internal use
16064         * src/summaryview.c
16065                 added some support for mbox
16066         * src/utils.[ch]
16067                 added get_mbox_cache_dir() function
16068
16069 2001-05-23 [hiroyuki]
16070
16071         * src/headerwindow.c
16072           src/inc.c
16073           src/main.c
16074           src/mh.c
16075           src/nntp.c
16076           src/procmsg.h
16077           src/session.h
16078           src/socket.[ch]
16079           src/summaryview.c
16080           src/textview.c
16081           src/automaton.c
16082           src/folderview.c: more sync with 0.4.99cvs2.
16083
16084         * src/headerwindow.c: reverted.
16085
16086 2001-05-22 [paul]
16087
16088         0.4.99claws2
16089
16090         * sync with sylpheed 0.4.99cvs2
16091                 * src/news.[ch]
16092                 * src/nntp.[ch]
16093                 * INSTALL
16094                 * INSTALL.jp
16095
16096 2001-05-22 [alfons]
16097
16098         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16099
16100 2001-05-21 [alfons]
16101
16102         Minor things:
16103
16104         * configure.in: if gnome-config not found, "no" is displayed
16105         
16106         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16107
16108         * src/textview.c: now also possible to add mail addresses by right
16109           clicking in the text view
16110
16111         * src/codeconv.c: merged patch which fixes endless loop when encountering
16112           invalid wide characters; from Alte <010@imis.ru>  
16113
16114 2001-05-20 [alfons]
16115
16116         Added installation of gnome specific things:
16117
16118         * Makefile.am: gnome conditional
16119
16120         * configure.in: check for installed gnome
16121
16122         * added sylpheed.png, sylpheed.desktop
16123
16124 2001-05-20 [sergey]
16125
16126         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16127
16128         * src/mainwindow.h (main_window_toolbar_create): created a button
16129         for "Reply to all".
16130         (main_window_set_toolbar_sensitive): enable/disable the new button
16131         appropriately.
16132         (toolbar_reply_to_author_cb): handle the new button.
16133
16134         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16135         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16136         failure).
16137
16138 2001-05-19 [sergey]
16139
16140         * src/compose.h (ComposeReplyMode): new modes
16141         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16142         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16143
16144         * src/compose.c
16145         (compose_send): move some code into a new function:
16146         (compose_current_mail_account): new function.
16147         (compose_reply): new argument to_author, all callers changed; if
16148         to_author==TRUE and account->protocol==A_NNTP, find and use an
16149         appropriate mail account for replying.
16150         (compose_reply_set_entry): new argument to_author; ignore
16151         compose->replyto if to_author==TRUE.
16152
16153         * src/mainwindow.c: new command "Message/Reply to author".
16154         (main_window_set_menu_sensitive): enable/disable it.
16155         (reply_cb): handle it.
16156
16157         * src/summaryview.c: new command "Reply to author".
16158         (summary_set_menu_sensitive): enable/disable it.
16159         (summary_reply_cb): handle it.
16160
16161         * src/account.c (account_find_mail_from_address): new function.
16162
16163 2001-05-18 [paul]
16164
16165         0.4.99claws1
16166
16167         * sync with sylpheed 0.4.99cvs1
16168
16169 2001-05-18 [hoa]
16170
16171         * src/compose.[ch]
16172         * src/filtering.c
16173         * src/summaryview.c
16174                 new filtering action : forward and forward as attachment
16175
16176         * src/main.c
16177                 no need for $DISPLAY when we run sylpheed --help
16178                 call to parse_cmd_opt() is moved
16179
16180         * src/mainwindow.[ch]
16181                 execute button is hidden when immediate execute
16182                 is chosen
16183
16184         * src/mh.c
16185         * src/news.c
16186         * src/prefs_folder_item.c
16187         * src/procmsg.c
16188                 better handling of missing directories
16189
16190         * src/summaryview.c
16191                 reedit is enabled in outbox
16192                 reedit is enabled in queue
16193
16194 2001-05-17 [hoa]
16195
16196         * src/filtering.c
16197         * src/matcher.[ch]
16198         * src/prefs_filtering.c
16199                 changed attachement into attachment
16200
16201 2001-05-17 [alfons]
16202
16203         0.4.67claws4    
16204
16205         * sync with sylpheed 0.4.67cvs9
16206         * sync with sylpheed 0.4.67cvs7-8
16207
16208 2001-05-17 [hoa]
16209
16210         * src/Makefile.am
16211                 added prefs_filtering.c
16212
16213         * src/filtering.[ch]
16214         * src/matcher.[ch]
16215                 removed action : forward_news and forward_news_as_attachement
16216                 (forward and forward_as_attachement can be used instead)
16217
16218         * src/mainwindow.c
16219                 added menu option to access filtering configuration
16220
16221         * src/prefs_account.c
16222                 changed mail_command default to /usr/sbin/sendmail
16223
16224         * added src/prefs_filtering.[ch]
16225                 dialog box for filtering configuration
16226
16227         * src/prefs_matcher.c
16228                 added function prefs_matcher_get_criteria_from_matching()
16229
16230         * src/prefs_scoring.c
16231                 reset the dialog when register or substitute is clicked
16232
16233 2001-05-15 [hoa]
16234
16235         * src/Makefile.am
16236                 added filtering.[ch]
16237         * src/inc.c
16238                 using filering.[ch] instead of filter.[ch]
16239         * src/main.c
16240                 reading new filtering configuration
16241         * src/matcher.[ch]
16242                 added some filtering actions
16243                 and fixed a bug for headers and mail body matching
16244         * src/mbox.c
16245                 using filering.[ch] instead of filter.[ch]
16246         * src/mh.c
16247                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16248         * src/summaryview.c
16249                 some fixes for filtering
16250
16251 2001-05-14 [hiroyuki]
16252
16253         * src/send.c: fixed some weird indentations.
16254           send_message_with_command(): call pclose() only if p != NULL.
16255         * src/textview.c: get_email_part(): modified the code for readability.
16256
16257 2001-05-14 [hiroyuki]
16258
16259         * src/md5global.h
16260           src/md5ify.c
16261           src/md5ify.h: removed from the cvs.
16262
16263 2001-05-13 [sergey]
16264
16265         * src/main.c: include rfc2015.h to avoid compiler warnings.
16266         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16267         the panel is already on screen.
16268         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16269         closing the alert window by ESC as "No".
16270         * src/prefs_common.c (prefs_interface_create): moved return
16271         receipt check button to the correct place.
16272
16273 2001-03-13 [alfons]
16274
16275         * src/prefs_common.c: 
16276                 moved return receipt check button to the Send tab. (prefs_send_create)
16277                 removed the date format ui related globals. (prefs_display_create)
16278
16279         0.4.67claws3
16280         
16281         * sync with sylpheed 0.4.67cvs5-6
16282
16283 2001-05-13 [paul]
16284
16285         * added Alfons' font selection patch
16286
16287         * src/defs.h
16288         * src/headerwindow.c
16289         * src/prefs_common.c
16290         * src/prefs_common.h
16291
16292 2001-05-13 [hoa]
16293         * src/defs.h
16294                 changed version of cache
16295         * src/matcher.[ch]
16296         * src/prefs_matcher.c
16297                 added additionnal matching criteria
16298         * src/procheader.c
16299         * src/procmsg.[ch]
16300         * src/news.c
16301                 added references in MsgInfo
16302
16303 2001-05-12 [hoa]
16304
16305         * src/defs.h
16306                 prepared some things for new filtering
16307         * src/matcher.[ch]
16308                 added some matching properties
16309                 inreplyto need to be enhanced
16310                 prepared some things for new filtering
16311         * src/messageview.c
16312                 added Return-Receipt-To handling
16313         * src/prefs_folder_item.c
16314                 changed default value to TRUE
16315         * src/prefs_matcher.c
16316                 added some matching properties
16317         * src/prefs_scoring.[ch]
16318                 the scoring dialog is finished
16319         * src/procheader.c
16320                 added Return-Receipt-To handling
16321                 Reference need to be added
16322         * src/procmsg.[ch]
16323                 added Return-Receipt-To handling
16324                 added threadscore to get a better score sorting when
16325                 threads are enabled
16326         * src/summaryview.c
16327                 suppressed a bug when we sort the list
16328                 when no folder is opened.
16329                 better score sorting when threads are enabled
16330
16331 2001-05-12 [alfons]
16332
16333         * reverted previous patch because of potential errors 
16334
16335         0.4.67claws2
16336         
16337         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16338                 applied "toggle mail-retrieval dialog window" patch submitted 
16339                 by Eric Limpens <eric@qnt.net>
16340
16341         * sync with sylpheed 0.4.67cvs4
16342
16343 2001-05-12 [sergey]
16344
16345         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16346         some picky compilers.
16347         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16348         * src/grouplist_dialog.c: include alertpanel.h.
16349         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16350         fix compile warning.
16351         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16352         #include "defs.h" before others to prevent the warning of `MIN'
16353         and `MAX' redefinition.
16354
16355 2001-05-11 [hoa]
16356
16357         * src/main.c
16358         * src/messageview.c
16359         * src/prefs_account.c
16360         * src/prefs_display_header.c
16361                 removed warning
16362         * src/Makefile.am
16363                 added prefs_scoring.[ch]
16364         * src/grouplist_dialog.c
16365                 display an error dialog box if the group list
16366                 cannot be fetched.
16367         * src/mainwindow.[ch]
16368                 added main_window_set_thread_option() function
16369                 scoring dialog box enabled
16370         * src/matcher.[ch]
16371                 added flags matching unread /new / marked
16372                 / deleted / replied / forwarded
16373         * src/news.c
16374                 newsgroups are now finally in newscache
16375         * src/prefs_matcher.[ch]
16376                 finished preferences for matching dialog
16377         * added src/prefs_scoring.[ch]
16378                 scoring dialog box completed
16379         * src/scoring.[ch]
16380                 conversion to string : added scoringprop_to_string()
16381                 write config for preferences :
16382                 added prefs_scoring_write_config()
16383         * src/summaryview.c
16384                 threads can be enabled/disabled independently
16385                 for each folder
16386
16387 2001-05-10 [alfons]
16388
16389         0.4.67claws1
16390         
16391         * AUTHORS: 
16392                 thought it would be nice to have a list of all
16393                 contributors (used Changelog as a reference)
16394         
16395         * configure.in: 
16396                 messed up version numbering...
16397
16398         0.4.66claws1
16399
16400         * sync with sylpheed 0.4.67cvs1-3
16401
16402 2001-05-10 [darko]
16403
16404         * src/prefs_common.c:
16405                 better UI for strftime format, double clicking
16406                 on format now inserts the format in text entry
16407                 replaced close button with standard OK/Cancel
16408                 moved date format button to the right of the
16409                 text entry field
16410
16411 2001-05-09 [alfons]
16412
16413         * src/gtkstext.c:
16414                 Ctrl-Home / Ctrl-End have proper cursor navigation
16415
16416 2001-05-09 [hoa]
16417
16418         * src/prefs_matcher.c
16419                 finished UI to define matching properties
16420                 added ok and cancel button
16421         * src/prefs_filter.c
16422                 added ok and cancel button
16423         * src/news.c
16424                 fixed some bug in xhdr parsing
16425
16426 2001-05-08 [alfons]
16427
16428         * src/textview.c: 
16429                 fixed a bug in textview_show_header(), which displayed two colons (':');
16430                 cleaned up some warnings
16431
16432 2001-05-08 [hoa]
16433
16434         * src/Makefile.am
16435                 added prefs_matcher.[ch]
16436                 compilation with -W -Wall
16437         * src/alertpanel.c
16438                 ungrab the mouse events if grabbed - does it
16439                 fix the bug for disposition notification ?
16440         * src/mainwindow.c
16441                 added a menu option to open the matching dialog.
16442         * src/matcher.[ch]
16443                 added matcherprop_to_string() and matcherlist_to_string()
16444                 fixed some bugs, changed the name of some options
16445                 age_sup and age_inf becomes age_greater and age_lower,
16446                 body and messageheaders becomes body_part and headers_part,
16447                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16448         * src/prefs_display_header.c
16449         * src/prefs_headers.c
16450                 fixed a bug that accidentally destroyed dialogs
16451                 when closed them with delete_event
16452                 Added *_deleted() which handle delete_event signal correctly.
16453         * src/prefs_folder_item.[ch]
16454                 added "enable_thread" field for future customization
16455         * added src/prefs_matcher.[ch]
16456                 sample of the UI to define matching properties
16457         * src/procheader.c
16458                 using procheader_headername_equal instead of str*cmp functions
16459                 using procheader_parse_header() function
16460         * src/scoring.c
16461                 using MATCHING_XXX instead of SCORING_XXX
16462         * src/summaryview.c
16463                 display the sender of the news even if this is ourself
16464                 when this is a news message.
16465         * src/textview.c
16466                 using headername_equal() instead of str*cmp functions
16467
16468 2001-05-08 [alfons]
16469
16470         0.4.66claws
16471
16472         * sync with sylpheed 0.4.66
16473         * src/gtkstext.c: trace logs added 
16474
16475 2001-05-08 [sergey]
16476
16477         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16478         signature check popup.
16479         * src/rfc2015.c (check_signature): show signature check popup only
16480         if it is enabled in preferences.
16481
16482 2001-05-07 [alfons]
16483
16484         0.4.66claws4
16485         
16486         * sync with sylpheed 0.4.66cvs6
16487
16488 2001-05-07 [darko]
16489
16490         * src/prefs_common.[ch]: added option to enable/disable
16491           looking up sender name in address book for summary pane
16492         * src/summaryview.c: look up sender in the address book
16493           by using Alfons' address completion code
16494
16495 2001-05-07 [hiroyuki]
16496
16497         * src/inc.h
16498           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16499           member of Pop3State.
16500         * src/news.c: brought #include "defs.h" before #include <glib.h>
16501           to prevent the warning of `MIN' and `MAX' redefinition.
16502
16503 2001-05-06 [hoa]
16504
16505         * removed src/headers_display.[ch]
16506         * removed src/prefs_display_headers.[ch]
16507         * src/inc.c
16508                 use a temporary file in the user directory for mbox import
16509         * src/news.c
16510                 added XHDR support to get "To" and "Cc" headers
16511                 (in order to match news with to or cc field for
16512                 scoring)
16513                 added function news_parse_xhdr() to get XHDR response
16514         * src/nntp.[ch]
16515                 added function nntp_xhdr()
16516         * src/matcher.c
16517                 fetch the message if necessary
16518
16519 2001-05-06 [alfons]
16520
16521         0.4.66claws3
16522
16523         * sync with sylpheed 0.4.66cvs3-5
16524
16525 2001-05-06 [hoa]
16526
16527         * src/utils.[ch]
16528                 added function itos_buf() to enable use of several buffers
16529         * src/summaryview.c
16530                 use of itos_buf() instead of itos() in summary list
16531                 to fix the broken display of message number.
16532
16533 2001-05-06 [alfons]
16534
16535         * src/gtkstext.c: bug in cursor up navigation fixed,
16536                 fixed another unsigned / signed comparison (we're getting there :-)
16537
16538 2001-05-06 [hoa]
16539
16540         * src/Makefile.am
16541                 added scoring.c scoring.h
16542                 prefs_folder_item.c prefs_folder_item.h
16543                 matcher.c matcher.h
16544         * src/defs.h
16545                 added FOLDERITEM_RC SCORING_RC
16546         * src/folder.[ch]
16547                 added prefs field in FolderItem :
16548                 properties for each folder (PrefsFolderItem),
16549                 sorting type and mode were added as the first properties.
16550         * src/main.c
16551                 read config for scoring
16552         * added src/matcher.[ch]
16553                 gives functions to parse configuration file to do
16554                 matching on mails with a list of conditions.
16555         * src/mainwindow.c
16556                 add option to sort by score
16557         * src/prefs_common.[ch]
16558                 added preference option to show score and for
16559                 the score column size
16560         * added src/prefs_folder_item.[ch]
16561                 properties for each folder (PrefsFolderItem),
16562                 sorting type and mode were added as the first properties.
16563         * src/procheader.[ch]
16564                 added procheader_parse_header()
16565                 added procheader_header_free()
16566                 added procheader_headername_equal()
16567                 and made modification to use them.
16568         * src/procmsg.[ch]
16569                 added score field to MsgInfo structure
16570         * added src/scoring.[ch]
16571                 gives functions to parse configuration file to do
16572                 scoring on mails with a list of conditions.
16573         * src/summaryview.[ch]
16574                 save the sorting type and mode for the folder
16575                 added column to display the score of the mail
16576                 added function summary_score_clicked()
16577                 sorting type and mode are restored to the folder
16578                 when it is reopen
16579         * src/textview.c
16580                 use procheader_parse_header(), procheader_headername_equal()
16581                 removed memory leak in text_scan_header when freeing headers
16582         * src/filter.c
16583                 changed the function to match names of headers
16584                 using procheader_headername_equal()
16585
16586         Scoring functions are implemented, an interface is needed
16587         to configure that.
16588
16589 2001-05-04 [alfons]
16590
16591         * src/gtkstext.c: 
16592                 hopefully fixed the row up navigation bug,
16593                 removed adding back / forward lines to cache
16594
16595 2001-05-04 [sergey]
16596
16597         * src/prefs_display_headers.c: user interface changes:
16598         (prefs_display_headers_create): remove unused "Show" check button;
16599         allow reordering of headers by dragging.
16600         (prefs_display_headers_write_config): remove unused variables.
16601         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16602         of lists (not needed with the new UI).
16603         (prefs_display_headers_set_list): scan lists starting from row 0,
16604         not 1 (do not skip "(New)").
16605         (prefs_display_headers_find_header): new function.
16606         (prefs_display_headers_clist_set_row): do not allow duplicates.
16607         (prefs_display_headers_delete_cb): do not skip row 0; treat
16608         closing the alert window by ESC as "No".
16609         (prefs_display_headers_up): do not protect row 0.
16610         (prefs_display_headers_down): do not protect row 0.
16611
16612 2001-05-04 [sergey]
16613
16614         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16615         functions.
16616
16617         * src/summaryview.c
16618         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16619         summary_select_next_marked, summary_select_prev_marked): new
16620         functions.
16621
16622 2001-05-03 [sergey]
16623
16624         * src/news.c: fixed a bug when no article can be fetched after
16625         server timeout if the connection was restored by news_post():
16626         (news_select_group): new function.
16627         (news_fetch_msg): call news_select_group() before fetching
16628         article.
16629         (news_get_uncached_articles): set session->group after successful
16630         GROUP command.
16631
16632 2001-05-03 [hoa]
16633
16634         * src/defs.h
16635         * src/procmsg.[ch]
16636         * src/procheader.c
16637                  changed version of cache, added cc field
16638
16639         * src/prefs_display_headers.c
16640                 the interface was changed
16641
16642         * src/prefs_headers.c
16643                 added cancel button
16644
16645 2001-05-03 [alfons]
16646
16647         * completed sync of sylpheed cvs2
16648         * src/gtkstext.c: updated row up / down cursor navigation
16649         * src/textview.c: re-edited, prepared for fixing the email address
16650                 scanner.
16651
16652 2001-05-03 [darko]
16653
16654         * src/prefs_common.c: use alfons' strftime ui code
16655         entry_datefmt and datefmt_sample widgets have to be
16656         global in this module because of this change
16657
16658 2001-05-03 [hoa]
16659
16660         * src/messageview.c
16661         * src/prefs_common.[ch] added option to activate the return receipt
16662                 feature.
16663
16664 2001-05-02 [alfons]
16665
16666         * src/gtkstext.c: fix for row up/down cursor navigation. 
16667
16668         0.4.66claws2
16669         
16670         * sync with 0.4.66cvs2
16671
16672 2001-05-02 [paul]
16673
16674         added add-sender-to-addressbook patch
16675
16676         * src/addressbook.c
16677         * src/addressbook.h
16678         * src/summaryview.c
16679
16680 2001-05-02 [sergey]
16681
16682         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16683         G_ALERTDISABLE.
16684
16685         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16686         all existing callers changed to pass FALSE; create a check button
16687         to disable the message.
16688         (alertpanel_message_with_disable): new function.
16689         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16690         (alertpanel_button_toggled): new function.
16691         (alertpanel_button_clicked, alertpanel_close): set value using
16692         G_ALERT_VALUE_MASK.
16693
16694         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16695
16696         * src/prefs_common.c (prefs_privacy_create): new check button
16697         checkbtn_gpgme_warning.
16698
16699         * src/main.c (main): moved preferences reading before gpgme
16700         initialization; check prefs_common.gpgme_warning before giving the
16701         GnuPG warning and set it to FALSE if the user wants to disable the
16702         warning.
16703
16704 2001-05-02 [hiroyuki]
16705
16706         * src/prefs_display_headers.c: modified the layout and some labels.
16707
16708 2001-05-02 [sergey]
16709
16710         * src/prefs_account.c (prefs_account_fix_size): new function.
16711         (prefs_account_create): call prefs_account_fix_size(); use
16712         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16713         size when the window is shown for the first time).
16714         (prefs_account_basic_create): changed layout of serv_table; moved
16715         localmbox_entry above smtpserv_entry (logically it replaces
16716         POP3/IMAP server).
16717         (prefs_account_protocol_activated): set sensitivity of
16718         nntpauth_chkbtn according to the protocol (in addition to
16719         hide/show); commented out gtk_table_set_row_spacing() calls.
16720         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16721         not sensitive (fixes a bug with disabled username/password boxes
16722         when editing POP3 account after NNTP with authentication).
16723
16724 2001-05-02 [hoa]
16725
16726         * src/account.c
16727         * src/inc.c
16728         * src/prefs_account.[ch]
16729         * src/send.c
16730                 removed local account without SMTP server
16731                 added option to use mail command instead of a connexion
16732                 to SMTP server when a local account is used
16733         * src/prefs_headers.c
16734                 fixed a bug
16735         * src/news.c
16736                 fixed a bug when connexion immediately closed
16737
16738 2001-05-01 [alfons]
16739
16740         0.4.66claws1
16741         
16742         * sync with 0.4.65
16743
16744 2001-05-01 [sergey]
16745
16746         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16747         widget nntpauth_chkbtn.
16748         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16749         visibility.
16750         (prefs_account_nntpauth_toggled): new function.
16751
16752         * src/news.c (news_session_new_for_folder): use NNTP
16753         authentication only if ac->use_nntp_auth is set.
16754
16755 2001-05-01 [hoa]
16756
16757         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16758         * src/prefs_display_headers.c changed the UI
16759         * src/prefs_headers.c changed account_name to account_id
16760         * src/compose.c using customheader.h
16761
16762 2001-05-01 [hiroyuki]
16763
16764         * src/esmtp.c
16765           src/news.c
16766           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16767           unsynched.
16768
16769 2001-05-01 [hoa]
16770
16771         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16772         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16773                 for displaying of headers
16774         * src/grouplist_dialog.[ch] minor changes to remove warnings
16775         * src/prefs_display_headers.[ch] dialog to choose the
16776         headers to display in the mail viewer.
16777         * src/headers.h correction of #define
16778         * src/headers_display.[ch] configuration for displaying of headers.
16779         * src/main.c read config of displaying of headers
16780         * src/prefs_common.c add a button to access the config dialog
16781                 for displaying of headers
16782         * src/prefs_display_headers.[ch] dialog for configuration for
16783                 displaying of the headers.
16784         * src/prefs_headers.c cleaning of code
16785         * src/procheader.c comments added to code
16786         * src/textview.c changes to reorder the headers depending
16787                 on the config for displaying of headers
16788
16789 2001-04-30 [alfons]
16790
16791         0.4.65claws7
16792
16793         * sync with 0.4.65cvs12
16794
16795         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16796
16797 2001-04-30 [sergey]
16798
16799         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16800
16801         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16802         is set to force reconnection after authentication failure.
16803         (nntp_gen_command): set sock->auth_failed on authentication
16804         failure, or if sock->userid and sock->passwd are not set.
16805
16806         * src/news.c (news_session_new_for_folder): set userid=NULL if
16807         password dialog is cancelled.
16808
16809 2001-04-30 [sergey]
16810
16811         * src/nntp.h (NNTPSockInfo): new type.
16812
16813         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16814         SockInfo.
16815         (nntp_open_auth, nntp_close): new functions.
16816         (nntp_gen_command): new function to handle authentication; all
16817         NNTP command functions updated to use it.
16818         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16819         (nntp_list): removed old useless code.
16820
16821         * src/news.h (NNTPSession): new field nntp_sock.
16822
16823         * src/news.c: all functions updated to use NNTPSockInfo instead of
16824         SockInfo.
16825         (news_session_new): new arguments (userid, passwd); made static;
16826         use nntp_open_auth() if needed.
16827         (news_session_destroy): use nntp_close() instead of sock_close().
16828         (news_query_password): changed arguments.
16829         (news_session_new_for_folder): new function.
16830         (news_session_get): use news_session_new_for_folder().
16831         (news_authenticate): deleted.
16832         (news_get_uncached_articles): removed old authentication code.
16833
16834 2001-04-30 [sergey]
16835
16836         * src/news.c: reverted my previous changes (need to do NNTP
16837         authentication in a cleaner way).
16838         
16839 2001-04-29 [sergey]
16840
16841         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16842         news_nntp_post, news_nntp_mode): new functions (wrappers with
16843         authentication support).
16844         (news_get_article_cmd, news_get_article, news_get_header): new
16845         argument "folder"; all callers changed.
16846         (news_get_article_cmd): added authentication support.
16847         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16848         (news_post): use news_nntp_post() instead of nntp_post().
16849         (news_get_uncached_articles): use news_nntp_group() instead of
16850         nntp_group() and news_nntp_xover() instead of nntp_xover();
16851         removed old authentication code.
16852         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16853
16854         * src/nntp.c (nntp_list): return real error code instead of
16855         hardcoded NN_ERROR.
16856
16857 2001-04-29 [sergey]
16858
16859         * configure.in: fixed wint_t typedef detection again
16860
16861 2001-04-28 [hoa]
16862
16863         * src/prefs_account.[ch], added A_LOCAL_CMD
16864                 (send mail with mail command)
16865         * src/send.c added function send_message_with_command()
16866         * src/inc.c made a more secure get_spool() function with
16867                 mktemp() but maybe mkstemp() or something more
16868                 secure can be used.
16869
16870 2001-04-28 [alfons]
16871
16872         * src/textview.c, colorization of email addresses in headers
16873
16874         0.4.65claws6
16875
16876         * bug sync with sylpheed
16877         * prefs_common.c: created date format ui for darko
16878         * sync with 0.4.65cvs11
16879         * configure.in: corrected to have the new gpg checks
16880
16881 2001-04-27 [alfons]
16882
16883         * completed sync with 0.4.65cvs10
16884         * minor debug things added to gtkstext.c
16885
16886 2001-04-27 [darko]
16887
16888         * configure.in: remove check for availability of
16889           strftime() as advised by Hiroyuki
16890         * src/prefs_common.[ch], src/procheader.c:
16891           synch strftime() code with Hiroyki's main branch
16892
16893 2001-04-26 [sergey]
16894
16895         * src/news.c: news_query_password(), news_authenticate(): new
16896           functions.
16897           news_get_uncached_articles(): added NNTP authentication
16898           handling.
16899         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16900           new functions.
16901         * src/prefs_account.c: prefs_account_protocol_activated():
16902           enable userid and password fields for NNTP.
16903
16904 2001-04-26
16905
16906         * configure.in: check for availability of strftime()
16907           [darko]
16908         * src/prefs_common.[ch], src/procheader.c: use
16909           strftime() for displaying date in summary pane if it
16910           is available
16911
16912 2001-04-25
16913
16914         * more .cvsignore cleanups [alfons]
16915
16916 2001-04-25
16917
16918         * ac/sv-check-type.m4: new autoconf macro.
16919         * configure.in: fixed wint_t typedef detection (did not work
16920           with gcc-2.96).
16921
16922 2001-04-25
16923
16924         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16925           [hiroyuki]
16926
16927 2001-04-24
16928         * modified gtkstext.c : buggy cursor navigation fixed, 
16929           and font descent also taken in account when drawing
16930           cursor. [alfons]
16931
16932 2001-04-24 [hoa]
16933         * added comments in src/news.c src/nntp.c
16934         * added src/prefs_headers.[ch]
16935         * added src/headers.[ch]
16936         * modified compose.c to activate custom headers
16937                 added function is_in_custom_headers
16938         * modified prefs_account.[ch]
16939                 added function prefs_account_customhdr_edit
16940         * modified src/defs.h :
16941                 added HEADERS_RC : name of the config file
16942                 for the custom headers
16943
16944 2001-04-24
16945
16946     0.4.65claws5
16947
16948         * configure.in
16949           src/gtkstext.[ch]
16950           src/compose.c
16951           src/Makefile.am
16952           
16953           added gtkstext with configure.in patch by Hiroyuki which
16954           should fix the XIM detection [alfons]
16955
16956         * more clean up of cvs [alfons]
16957
16958                  * removed all Makefile.in files to attic.
16959
16960                  * updated all .cvsignores to really ignore things that could
16961                    be unintentionally committed by a recursive commit.
16962
16963 2001-04-23 [hoa]
16964         * added src/grouplist_dialog.[ch]
16965         * changed src/folderview.c to call grouplist_dialog instead
16966                 of inputdialog
16967         * src/news.c :
16968                 added functions news_reset_group_list
16969                 and news_get_group_list
16970         * src/nntp.c :
16971                 added function nntp_list
16972         * src/defs.h :
16973                 added GROUPLIST_FILE : name of the newsgroup list cache file
16974
16975 2001-04-21
16976
16977         * added option to warn about queued messages on exit [sergey]:
16978
16979           * src/compose.c: compose_queue(): call folder_item_scan()
16980             and folderview_update_item() after queueing.
16981           * src/folderview.c: folderview_update_node(): draw the queue
16982             folder in bold font if there are queued messages.
16983           * src/mainwindow.c: queued_messages(): new function.
16984             app_exit_cb(): display warning if there are queued messages
16985             if warn_queued_on_exit is set.
16986           * prefs_common.[ch]: add warn_queued_on_exit option.
16987
16988         * enhanced GnuPG key selection support [sergey]:
16989
16990           * src/select-keys.c: updated to newer version from Win32
16991             branch with support for selecting arbitrary keys.
16992           * src/prefs_account.c: added the Privacy tab to the account
16993             options window.
16994             prefs_account_privacy_create(),
16995             prefs_account_sign_key_set_data_from_radiobtn(),
16996             prefs_account_sign_key_set_radiobtn(): new functions.
16997           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16998           * src/rfc2015.c: set_signers(): new function.
16999             pgp_sign(): add the account parameter, call set_signers().
17000             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17001           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17002           * src/compose.c: pass the current account to rfc2015_sign().
17003
17004         * tag name claws added to prevent confusion with main branch [alfons]
17005
17006         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17007
17008         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17009
17010         * sync with recent sylpheed cvs. Untested though. [alfons]
17011