0.9.0claws84
[claws.git] / ChangeLog.claws
1 2003-07-05 [christoph]  0.9.0claws84
2
3         * src/Makefile.am
4         * src/messageview.c
5         * src/mimeview.[ch]
6         * src/stock_pixmap.[ch]
7                 move mimeview tabs to the right side and use icons
8                 instead of text to save some space
9
10         (patch by Luke Plant <lukeplant@softhome.net>)
11
12 2003-07-05 [christoph]  0.9.0claws83
13
14         * src/inc.c
15                 add NULL pointer checks
16
17         (patch by Luke Plant <lukeplant@softhome.net>)
18         (closes Bug 204 0.9.0 quits on authentication error?!)
19
20 2003-07-05 [alfons]     0.9.0claws82
21
22         * configure.ac
23                 take the clue in bug #202 "./configure script - 
24                 'if test' comparison failure" reported by John Kristoff. 
25
26 2003-07-04 [christoph]  0.9.0claws81
27
28         * src/plugins/spamassassin/spamassassin.c
29                 set timeout for spam check
30
31 2003-07-04 [christoph]  0.9.0claws80
32
33         * src/main.c
34                 destroy all FolderItems when shutting down to
35                 allow folders to clean up
36
37 2003-07-04 [melvin]     0.9.0claws79
38
39         * src/gtk/gtkaspell.c
40                 Fixed bug #184 "Entering non-ascii character deletes
41                 previous char if spell checking enabled": this makes
42                 the spell checking in multibytes (e.g. UTF-8)locales work.
43                 (Patch by Luke Plant).
44                 
45 2003-07-04 [christoph]  0.9.0claws78
46
47         * sync with 0.9.2cvs1
48                 see ChangeLog 2003-06-10
49
50 2003-07-04 [paul]       0.9.0claws77
51
52         * sync with 0.9.3 release
53                 see ChangeLog 2003-07-04
54
55 2003-07-03 [christoph]  0.9.0claws76
56
57         * src/folder.[ch]
58         * src/imap.c
59         * src/mbox_folder.c
60         * src/mh.c
61         * src/news.c
62                 move folder_item_get_path() stuff into a folder virtual function
63
64         * src/procmsg.c
65                 use folder_item_fetch_msg() to get message and do not contruct
66                 the filename from path and number
67
68 2003-07-03 [paul]       0.9.0claws75
69
70         * sync with 0.9.2cvs12
71                 see ChangeLog 2003-07-03
72
73 2003-07-02 [paul]       0.9.0claws74
74
75         * src/messageview.c
76                 fix text-selection for replying
77
78 2003-07-02 [paul]       0.9.0claws73
79
80         * sync with 0.9.2cvs11
81                 see ChangeLog 2003-07-02
82
83 2003-07-02 [paul]       0.9.0claws72
84
85         * src/procmsg.c
86                 revert last commit because it breaks more
87                 than it fixes
88
89 2003-07-02 [paul]       0.9.0claws71
90
91         * src/procmsg.c
92                 fix thread by subject/sort by date
93
94 2003-07-01 [paul]       0.9.0claws70
95
96         * sync with 0.9.2cvs10
97                 see ChangeLog 2003-07-01
98
99 2003-06-30 [paul]       0.9.0claws69
100
101         * sync with 0.9.2cvs9
102                 see ChangeLog 2003-06-30
103
104 2003-06-28 [match]      0.9.0claws68
105
106         * src/addressbook.c
107                 fix null ptr.
108
109 2003-06-27 [paul]       0.9.0claws67
110
111         * sync with 0.9.2cvs7
112                 see ChangeLog 2003-06-27
113
114 2003-06-26 [christoph]  0.9.0claws66
115
116         * src/folder.c
117                 freeze folder updates while a folder is scanned
118
119         (closes Bug 185 New message counter)
120
121 2003-06-26 [darko]      0.9.0claws65
122
123         * src/ldapserver.c
124                 fix infinite loop when adding a new LDAP server
125
126 2003-06-26 [paul]       0.9.0claws64
127
128         * sync with 0.9.2cvs6
129                 see ChangeLog 2003-06-26
130
131 2003-06-26 [paul]       0.9.0claws63
132
133         * sync with 0.9.2cvs5
134                 see ChangeLog 2003-06-25 and 2003-06-26
135
136 2003-06-25 [match]      0.9.0claws62
137
138         * src/addr_compl.c
139                 Fixed tab/backtab for dropped-down completion list to
140                 move next/previous field. (close bug 147)
141
142 2003-06-25 [christoph]  0.9.0claws61
143
144         * src/addr_compl.[ch]
145         * src/addrindex.[ch]
146         * src/folderview.c
147         * src/inc.c
148         * src/news.c
149         * src/summaryview.c
150         * src/toolbar.c
151                 fix warnings
152
153 2003-06-25 [leandro]    0.9.0claws60
154
155         * src/compose.c
156                 o cleanups
157                 o gray out "Message/Remove references" menu item if not
158                   replying to a message
159
160 2003-06-24 [leandro]    0.9.0claws59
161
162         * src/compose.[ch]
163                 o removed "Message/Create new thread" menu item
164                 o added "Message/Remove references" menu item
165                   (it's off by default and will not check anymore
166                    if the subject changed)
167
168 2003-06-23 [alfons]     0.9.0claws58
169
170         * src/procmsg.c
171                 try better grouping messages threaded by subject based on their age.
172                 still not perfect - because the message tree is not sorted by date.  
173
174 2003-06-23 [thorsten]   0.9.0claws57
175
176         * src/pop.[ch]
177                 added mail_receive_hook to allow modifications
178                 directly after retrieval (e.g. adding headers).
179
180 2003-06-23 [paul]       0.9.0claws56
181
182         * src/sourcewindow.c
183                  enable the use of Ctrl+A to select all text in
184                  the sourcewindow
185                  Patch submitted by Ivan Francolin Martinez
186                  <ivanfm@users.sourceforge.net>
187
188 2003-06-22 [christoph]  0.9.0claws55
189
190         * src/folder.[ch]
191                 o add notification hook for folder tree changes
192                 o invoke hooks after folder tree scanning
193
194         * src/folderview.[ch]
195                 register hook for folder tree changes that
196                 updates the ctree
197
198         (there are more places that should be updated, like add, remove 
199          or move folder)
200
201         (closes Bug 164 Crash on rebuild folder tree)
202         (closes Bug 190 Crash on 'rebuilding folder tree')
203
204 2003-06-21 [leandro]    0.9.0claws54
205
206         * src/compose.[ch]
207                 create a new thread if subject changes
208                 (it's on by default, can be disabled in Message menu)
209
210 2003-06-21 [alfons]     0.9.0claws53
211
212         * src/summaryview.c
213                 quiet little compiler
214
215 2003-06-21 [christoph]  0.9.0claws52
216
217         update gettext stuff to version 0.12
218
219 2003-06-19 [alfons]     0.9.0claws51
220
221         * src/common/log.c
222         * src/common/plugin.c
223                 move defs.h before glib.h to prevent MIN/MAX redefs
224
225 2003-06-19 [alfons]
226
227         * src/addressbook.c
228                 translatable
229
230 2003-06-19 [match]      0.9.0claws50
231
232         * src/addressbook.[ch]
233         * src/addrindex.[ch]
234         * src/addr_compl.[ch]
235         * src/editldap.[ch]
236         * src/editldap_basedn.[ch]
237         * src/addritem.[ch]
238         * src/ldapquery.h
239                 re-implemented dynamic LDAP search. works without
240                 slowdown on display sender with addressbook
241                 option.
242         * src/addrbook.c
243                 documented code.
244
245 2003-06-19 [paul]       0.9.0claws49
246
247         * src/compose.c
248                 fix Bug #136 'Nonprovided quotation marks crash claws'
249                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
250
251 2003-06-19 [alfons]     0.9.0claws48
252
253         * src/prefs_common.[ch]
254         * src/procmsg.c
255                 restrict threading by subject by checking thread for
256                 age (prefs_common.thread_by_subject_max_age)
257
258 2003-06-18 [christoph]  0.9.0claws47
259
260         * src/imap.c
261                 fix memory leak in imap_cmd_fetch()
262
263 2003-06-18 [christoph]  0.9.0claws46
264
265         * src/prefs_gtk.c
266                 fix memory leak in prefs_set_default() when used multiple
267                 times or after prefs have been read
268
269 2003-06-18 [christoph]  0.9.0claws45
270
271         * src/common/plugin.c
272                 fix memory leak in plugin_unload()
273
274 2003-06-18 [christoph]  0.9.0claws44
275
276         * src/imap.c
277                 fix memory leak in imap_cmd_ok()
278
279 2003-06-18 [christoph]  0.9.0claws43
280
281         * src/folder.c
282                 stop messages that are downloaded from POP3 and added to
283                 an IMAP inbox from being filtered twice (first by POP3
284                 and again when IMAP folder is scaned to get the UID of
285                 the APPEND operation when no UIDPLUS is available)
286
287 2003-06-18 [alfons]
288
289         * tools/Makefile.am
290                 phoenix <- firebird     
291
292 2003-06-18 [paul]
293
294         * tools/launch_phoenix          ** REMOVED **
295           tools/launch_firebird         ** NEW **
296                 renamed and edited to reflect the browser's name change from
297                 'phoenix' to 'firebird'
298
299 2003-06-18 [paul]       0.9.0claws42
300
301         * sync with 0.9.2cvs2
302                 see ChangeLog 2003-06-16
303
304 2003-06-17 [alfons]     0.9.0claws41
305
306         * src/procmsg.c
307                 prevent threading problems when a node is an ancestor (parent / great parent),
308                 which mostly happens with circular references (thanks to Phillipe Gramoullé
309                 for finding an sample set of messages)
310
311 2003-06-16 [christoph]  0.9.0claws40
312
313         * src/main.c
314                 don't popup main window on --receive or --receive-all
315
316         * src/mainwindow.[ch]
317         * src/plugins/trayicon/trayicon.c
318                 allow hiding of main window by clicking on the trayicon
319                 (doesn't work correctly in seperate window mode and may
320                  cause unexpected GTK problems I couldn't find yet)
321
322         * src/common/ssl.c
323                 remove incorrect warning
324
325 2003-06-15 [alfons]     0.9.0claws39
326
327         * src/gtk/gtkstext.c
328                 don't output debug text;
329                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
330                 for pointing this out);
331
332 2003-06-14 [alfons]     0.9.0claws38
333         
334         * src/messageview.c
335                 remove printf() and make one if..else comply with coding style
336
337 2003-06-14 [alfons]     0.9.0claws37
338
339         * AUTHORS
340                 add Martin Wicke
341         * src/action.c
342         * src/messageview.[ch]
343         * src/summaryview.c
344                 apply patch #754162 "Quoting messages filtered by actions" submitted
345                 by Martin Wicke, which allows quoting message body changed by an
346                 action (Thanks!).
347
348 2003-06-13 [alfons]     0.9.0claws36
349
350         * src/utils.c
351                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
352                 use case insensitive regexp (suggested by Ivan Martinez)
353
354 2003-06-13 [christoph]  0.9.0claws35
355
356         * configure.ac
357         * src/plugins/trayicon/Makefile.am
358         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
359         * src/plugins/trayicon/trayicon.c
360         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
361         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
362         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
363         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
364         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
365         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
366                 replace my own EggTrayIcon backport with the backport
367                 used by (l|x)mule and gabber.
368
369 2003-06-13 [alfons]     0.9.0claws34
370
371         * AUTHORS
372         * src/common/utils.c
373                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
374
375 2003-06-13 [alfons]     0.9.0claws33
376
377         * src/compose.c
378                 clean up a little bit
379
380 2003-06-12 [alfons]     0.9.0claws32
381
382         * src/compose.c
383                 const correctness fix
384
385         * src/common/sylpheed.[ch]
386                 () -> (void)
387                 prevent redef MIN/MAX
388                 
389         * src/common/utils.[ch]
390                 () -> (void)
391
392 2003-06-12 [melvin]     0.9.0claws31
393
394         * src/compose.c
395                 Updated to take into accounts changes in GtkAspell.
396
397 2003-06-12 [alfons]     0.9.0claws30
398
399         * src/compose.c
400         * src/procmsg.c
401         * src/common/utils.[ch]
402                 handle reply subject prefixes better (initial 
403                 suggestion by Robert Story adapted and enhanced 
404                 using regexps)
405
406 2003-06-12 [melvin]     0.9.0claws29
407
408         * src/compose.c
409                 Use new gtkaspell_checkers_strerror() to get the speller's
410                 error message instead of accessing the (now private)
411                 checkers structure.
412                 Minor code clean up
413
414         * src/main.c
415                 Use #ifdef instead of #if for USE_ASPELL
416                 Use the new spell checkers init/quit functions 
417
418         * src/gtk/gtkaspell.c
419                 Use #ifdef instead of #if for USE_ASPELL
420                 Moved in the majority of GtkAspell structures that were
421                 exported before by gtkaspell.h
422         
423         * src/gtk/gktaspell.h
424                 Made gtkaspell.h contain only the necessary data to be
425                 publicized by moving many structures to gtkaspell.c.
426                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
427                 gtkaspell_checkers_new(): replaced by...
428                 gtkaspell_checkers_init(): new function for initialization
429                 gtkaspell_checkers_delete(): replaced by...
430                 gtkaspell_checkers_quit(): new function
431                 gtkaspell_checkers_strerror(): new function that returns
432                 the checker's last error message.
433                 
434 2003-06-11 [melvin]     0.9.0claws28
435
436         * po/POTFILES.in
437                 Updated to take into account gtkaspell.c migration to
438                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
439
440 2003-06-10 [alfons]     0.9.0claws27
441
442         * src/filtering.[ch]
443         * src/folder.c
444         * src/matcher.c
445         * src/scoring.[ch]
446                 - try fixing bug #18 (any brave testers?)
447                 - add more robustness by refusing previously 
448                   unchecked NULL pointers 
449
450 2003-06-10 [alfons]     0.9.0claws26
451
452         * src/procmsg.c
453                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
454
455 2003-06-09 [alfons]     0.9.0claws25
456
457         * src/prefs_common.c
458                 fix bug #163 "Icon switching doesnt work properly" by 
459                 preventing early freeing of prefs_common.pixmap_theme_path.
460
461 2003-06-09 [christoph]  0.9.0claws24
462
463         * src/gtk/gtkaspell.c
464                 revert Thorsten's fix and add forgotten g_strdup for
465                 aspell path (it should not be possible to alter the path a
466                 GtkASpell uses from outside)
467
468 2003-06-09 [thorsten]   0.9.0claws23
469
470         * src/gtk/gtkaspell.c
471                 dont free prefs_common.aspell_path when closing compose
472
473 2003-06-08 [colin]      0.9.0claws22
474
475         * src/plugins/spamassassin/spamassassin.c
476                 fix prefs types
477
478 2003-06-07 [christoph]  0.9.0claws21
479
480         * src/Makefile.am
481         * src/compose.c
482         * src/gtkaspell.[ch]            ** REMOVE **
483         * src/gtk/Makefile.am
484         * src/gtk/gtkaspell.[ch]        ** NEW **
485                 o make gtkaspell independent from sylpheed's prefs
486                 o move gtkaspell.[ch] to gtk directory
487
488 2003-06-07 [christoph]  0.9.0claws20
489
490         * src/Makefile.am
491         * src/crash.c
492         * src/export.c
493         * src/filesel.[ch]              ** REMOVE **
494         * src/folder.c
495         * src/main.[ch]
496         * src/common/sylpheed.[ch]
497         * src/gtk/Makefile.am
498         * src/gtk/filesel.[ch]          ** NEW **
499         * src/gtk/pluginwindow.c
500         * src/gtk/sslcertwindow.c
501                 move filesel.[ch] to gtk directory
502
503 2003-06-07 [alfons]     0.9.0claws19
504
505         * src/filesel.c
506                 make (multi) file selection dialog work again (Claws-only)
507
508 2003-06-07 [thorsten]   0.9.0claws18
509
510         * po/de.po
511                 fix typos
512
513 2003-06-07 [alfons]     0.9.0claws17
514
515         * configure.ac
516         * src/mimeview.c
517                 detect apache mishap in which case don't include fnmatch.h
518                 if regex.h is already included
519
520 2003-06-06 [christoph]  0.9.0claws16
521
522         * configure.ac
523         * src/mimeview.h
524                 add check for fnmatch.h and include it when available
525
526         * src/mimeview.[ch]
527                 fix wrong case sensitivity of Content-Types
528
529         * src/gtk/Makefile.am
530                 need the same include paths in gtk directory as in
531                 common directory because .h files in common can
532                 include files from these directories, when included
533                 in gtk's .h or .c files
534
535 2003-06-06 [alfons]     0.9.0claws15
536
537         * src/mimeview.c
538         * src/summaryview.c
539                 make it compile again because of regex.h / fnmatch.h 
540                 include problems (related to recent mime stuff, can
541                 someone check this?)
542
543 2003-06-06 [thorsten]   0.9.0claws14
544
545         * src/folderview.c
546                 possible use of uninitialized pointer while dragging
547
548 2003-06-06 [paul]       0.9.0claws13
549
550         * src/compose.c
551                 fix bug where the insert sig button would be effective
552                 only when auto_sig was set
553
554 2003-06-06 [paul]       0.9.0claws12
555
556         * sync with 0.9.2 release
557
558 2003-06-02 [paul]       0.9.0claws11
559
560         * sync with 0.9.1cvs1
561                 see ChangeLog 2003-06-02
562                 
563         * po/de.po
564                 update by Jens
565
566 2003-06-01 [christoph]  0.9.0claws10
567
568         * src/account.c
569                 don't use substring search to find accounts by email address
570
571         (closes Bug 169 Overly loose matching of "From" address)
572
573 2003-05-31 [christoph]  0.9.0claws9
574
575         * doc-src/rfc2683.txt
576         * src/imap.c
577                 limit IMAP command length as recommended in RFC2683
578                 (message number lists will be split into multiple imap
579                 sets, the limit of 1000 octets is not a hard limit)
580
581         (closes Bug 161 sylpheed-claws exits with segfault when logging
582          in to certain imap-servers)
583
584 2003-05-29 [alfons]     0.9.0claws8
585
586         * src/toolbar.[ch]
587                 add print button (calling summary_print());
588                 fine tune setting tooltip text;
589                 (if someone needs other buttons, please take these 
590                 commits as a guide, instead of bothering us - also
591                 see 0.8.11claws150) 
592
593 2003-05-29 [darko]      0.9.0claws7
594
595         * src/compose.c
596                 fix crash when word wrapping kicks in due to
597                 changed text by spell checker
598
599 2003-05-29 [paul]       0.9.0claws6
600
601         * src/compose.c
602                 fix bug where changing account would insert
603                 sig even if auto_sig was FALSE
604                 
605         * ChangeLog
606           ChangeLog.jp
607           INSTALL
608                 sync with 0.9.1 release
609
610 2003-05-28 [christoph]  0.9.0claws5
611
612         * src/imap.c
613                 fix truncation of too long commands
614
615         (closes Bug 167 IMAP hangs trying to get envelope
616          information in imap_get_uncached_messages)
617
618 2003-05-27 [paul]       0.9.0claws4
619
620         * tools/Makefile.am
621           tools/maildir2sylpheed.pl     ** NEW FILE **
622                 add kmail to sylpheed mailbox conversion script
623
624 2003-05-27 [paul]       0.9.0claws3
625
626         * sync with 0.9.0cvs10
627                 see ChangeLog 2003-05-26
628
629 2003-05-26 [paul]       0.9.0claws2
630
631         * sync with 0.9.0cvs9
632                 see ChangeLog 2003-05-26
633
634 2003-05-24 [paul]       0.9.0claws1
635
636         * sync with 0.9.0cvs8
637                 see ChangeLog 2003-05-23
638
639 2003-05-24 [paul]       0.9.0claws
640
641         * version 0.9.0claws released
642
643 2003-05-24 [paul]       0.8.11claws177
644
645         * src/plugins/dillo-viewer/Makefile.am
646           src/plugins/traycon/Makefile.am
647                 add missing files
648                 
649         * po/bg.po
650           po/en_GB.po
651           po/es.po
652           po/it.po
653           po/pt_BR.po
654           po/ru.po
655           po/sr.po
656                 update Bulgarian, British English, Spanish, Italian, 
657                 Brazilian Portuguese, Russian, and Serbian translations, 
658                 submitted by George Danchev, [me], Ricardo Mones Lastra,
659                 André Filipe de Assunção e Brito, Alessandro Maestri, 
660                 Ruslan N. Balkin, and Urke MMI
661
662 2003-05-23 [melvin]     0.8.11claws176
663
664         * po/fr.po
665                 Updated French translations
666
667 2003-05-22 [paul]       0.8.11claws175
668
669         * src/Makefile.am
670           src/addrbook.[ch]
671           src/addrcache.[ch]
672           src/addr_compl.[ch]
673           src/adressbook.[ch]
674           src/addrindex.[ch]
675           src/addritem.[ch]
676           src/editaddress.c
677           src/editgroup.c
678           src/editldap_basedn.c
679           src/editldap.c
680           src/jpilot.c
681           src/vcard.c
682                 revert to get ldap into it previous working state
683                 
684         * po/zh_TW.Big5.po
685                 new Taiwanese translation,
686                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
687
688 2003-05-22 [christoph]  0.8.11claws174
689
690         * src/plugins/spamassassin/libspamc.[ch]
691                 sync libspamc with SpamAssaain release 2.55
692
693 2003-05-22 [paul]       0.8.11claws173
694
695         * sync with 0.9.0cvs7
696                 see ChangeLog 2003-05-22
697                 
698         * src/summaryview.c
699                 revert change in 0.8.11claws172: follow
700                 Hiroyuki's decision and that's the end of it.
701
702 2003-05-21 [paul]       0.8.11claws172
703
704         * src/summaryview.c
705                 fix discrepency between open_unread_on_enter
706                 and always_show_msg
707
708 2003-05-21 [paul]       0.8.11claws171
709
710         * sync with 0.9.0cvs6
711                 see ChangeLog 2003-05-21
712
713 2003-05-21 [paul]       0.8.11claws170
714
715         * sync with 0.9.0cvs5
716                 see ChangeLog 2003-05-21
717
718 2003-05-20 [paul]       0.8.11claws169
719
720         * sync with 0.9.0cvs4
721                 see ChangeLog 2003-05-20
722                 fixes bug #152, 'encoding of IMAP folders names'
723
724 2003-05-20 [paul]       0.8.11claws168
725
726         * sync with 0.9.0cvs3
727                 see ChangeLog 2003-05-20
728                 
729         * src/tools/convert_mbox.pl
730                 minor change in the comments, submitted by Fred Marton
731
732 2003-05-19 [paul]       0.8.11claws167
733
734         * src/plugins/clamav/Makefile.am
735           configure.ac
736                 link clamav_lib to the plugin and not to the main program
737
738 2003-05-19 [christoph]
739
740         * src/Makefile.am
741                 add -export-dynamic for linking
742
743 2003-05-19 [paul]       0.8.11claws166
744
745         * sync with 0.9.0cvs1
746                 see ChangeLog 2003-05-19
747
748 2003-05-19 [paul]       0.8.11claws165
749
750         * src/inc.c
751                 fix 'pop before smtp' timeout
752
753 2003-05-18 [alfons]     0.8.11claws164
754
755         * src/prefs_matcher.c
756                 put "execute" action command line ("expression") in edit box
757
758 2003-05-18 [christoph]  0.8.11claws163
759
760         * src/mimeview.[ch]
761         * src/plugins/dillo_viewer/dillo_viewer.c
762         * src/plugins/image_viewer/viewer.c
763         * src/plugins/mathml_viewer/mathml_viewer.c
764                 let a viewer have a list of Content-Types
765
766 2003-05-18 [paul]       0.8.11claws162
767
768         * src/prefs_filtering.c
769                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
770                 and REDIRECT actions
771
772 2003-05-17 [christoph]
773
774         * README.claws
775                 o remove dynamic signatures that was syned with main
776                 o add infos about no longer "build in" image viewer
777                 o update bugtracker URL
778
779 2003-05-17 [christoph]  0.8.11claws161
780
781         * src/folder.c
782         * src/folderview.c
783         * src/imap.c
784                 don't use imap_scan_folder anymore. Instead call folder_item_scan
785                 for every folder after rebuilding the folder tree.
786
787         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
788          messages)
789
790 2003-05-17 [christoph]  0.8.11claws160
791
792         * src/imap.c
793                 don't use STATUS command on current folder to check for
794                 content changes. imap_cmd_ok() now tracks changes to
795                 folder and number of existing messages.
796
797 2003-05-17 [paul]       0.8.11claws159
798
799         * src/plugins/clamav/clamav_plugin.c
800                 remove unnecessary debug_print
801
802 2003-05-16 [thorsten]   0.8.11claws158
803
804         * src/plugins/demo.c
805                 included missing intl.h
806
807 2003-05-16 [paul]       0.8.11claws157
808
809         * po/POTFILES.in
810                 remove non-existant entries
811         
812         * src/plugins/clamav/clamav_plugin.c
813           src/plugins/clamav/clamav_plugin_gtk.c
814           src/plugins/dillo_viewer/dillo_prefs.c
815           src/plugins/dillo_viewer/dillo_viewer.c
816                 gettextise
817
818 2003-05-16 [christoph]  0.8.11claws156
819
820         * po/POTFILES.in
821                 include plugin .c files for translation until I
822                 find a better solution to have plugins have their
823                 own textdomain
824         * src/plugins/demo/demo.c
825         * src/plugins/image_viewer/plugin.c
826         * src/plugins/mathml_viewer/mathml_viewer.c
827         * src/plugins/spamassassin/spamassassin.c
828         * src/plugins/spamassassin/spamassassin_gtk.c
829         * src/plugins/trayicon/trayicon.c
830                 add gettext macros for plugin name and description
831
832 2003-05-16 [paul]
833
834         * sync with 0.9.0
835
836 2003-05-16 [paul]       0.8.11claws155
837
838         * sync with lastest 0.9.0pre1
839                 see ChangeLog 2003-05-16
840
841 2003-05-15 [paul]       0.8.11claws154
842
843         * sync with latest 0.9.0pre1
844                 see ChangeLog 2003-05-14 and 2003-05-15
845
846 2003-05-14 [christoph]  0.8.11claws153
847
848         * src/plugins/image_viewer/viewer.c
849         * src/plugins/image_viewer/viewer.glade         ** NEW **
850         * src/plugins/image_viewer/viewerprefs.c
851                 make it possible to disable the autoload function in the
852                 imageviewer again
853
854 2003-05-14 [christoph]  0.8.11claws152
855
856         * src/folder.c
857                 fix folder update after adding a message
858
859 2003-05-13 [alfons]     0.8.11claws151
860
861         * src/common/session.c
862                 remove debug traces
863                 
864         * src/addrcache.[ch]
865         * src/filtering.[ch]
866         * src/folder.[c]
867         * src/gtkaspell.[ch]
868         * src/imap.[ch]
869         * src/mbox_folder.[ch]
870         * src/mh.[ch]
871         * src/mimeview.h
872         * src/msgcache.[ch]
873         * src/news.[ch]
874         * src/passphrase.[ch]
875         * src/prefs_common.[ch]
876         * src/prefs_gtk.[ch]
877         * src/procmsg.c
878         * src/scoring.[ch]
879                 be pedantic; (in prototypes () implies (int))
880
881 2003-05-13 [alfons]     0.8.11claws150
882
883         * src/prefs_toolbar.[ch]
884         * src/summaryview.[ch]
885         * src/toolbar.[ch]
886                 change misleading text in toolbar prefs;
887                 add toolbar action for ignore thread (toggles ignore thread flag);
888                 clean up a little bit;
889
890 2003-05-12 [paul]
891
892         * tools/convert_mbox.pl
893                 bug fixed by Fred Marton
894
895 2003-05-12 [paul]
896
897         * sync with 0.9.0pre1
898
899 2003-05-09 [paul]       0.8.11claws149
900
901         * sync with 0.8.11cvs43
902                 see ChangeLog 2003-05-09
903
904 2003-05-08 [christoph]  0.8.11claws148
905
906         * src/imap.[ch]
907                 o use CAPABILIY as first command and check for PREAUTH
908                   information in the response to it
909                 o rewrite all imap_cmd_* functions to use an IMAPSession
910                   instead of a SockInfo as parameter
911                 o do STARTTLS after fetching and checking the server
912                   capabilities
913
914 2003-05-08 [paul]       0.8.11claws147
915
916         * tools/Makefile.am
917           tools/README
918           tools/convert_mbox.pl         ** NEW FILE **
919                 add mbox conversion script. Submitted by 
920                 Fred Marton <Fred.Marton@uni-bayreuth.de>
921
922 2003-05-07 [christoph]
923
924         * doc-src/glade.txt
925         * src/gtk/pluginwindow.glade
926         * src/plugins/image_viewer/viewerprefs.glade
927         * src/plugins/spamassassin/spamassassin_gtk.glade
928                 add glade files for user interfaces and a description how
929                 to use glade to create the sylpheed code
930
931 2003-05-07 [paul]       0.8.11claws146
932
933         * sync with 0.8.11cvs41
934                 see ChangeLog 2003-05-07
935
936 2003-05-06 [christoph]  0.8.11claws145
937
938         * src/main.c
939         * src/plugins/image_viewer/viewer.c
940                 fix usage of imlib in imageviewer plugin
941
942         * src/gtk/prefswindow.c
943                 handle window close event correctly
944
945 2003-05-06 [paul]       0.8.11claws144
946
947         * src/common/ssl.c
948                 fix typo introduced in sync
949
950 2003-05-06 [paul]       0.8.11claws143
951
952         * sync with 0.8.11cvs39
953                 see ChangeLog 2003-05-06
954
955 2003-05-06 [paul]       0.8.11claws142
956
957         * AUTHORS
958           po/cs.po
959                 updated Czech translation, submitted by 
960                 Radek Vybiral <Radek.Vybiral@vsb.cz>
961                 
962         * src/plugins/clamav/clamav_plugin_gtk.c
963                 clean up
964
965 2003-05-03 [alfons]     0.8.11claws141
966
967         * src/compose.[ch]
968                 make paste as quotation work even when the call to 
969                 text_inserted() was deferred (fixes bug #140 "Paste 
970                 as quotation does not work when using "external" 
971                 clipboard")
972
973 2003-05-03 [thorsten]   0.8.11claws140
974
975         * src/addrquery.h
976           src/ldapquery.h
977           src/mainwindow.c
978                 removed C++ comments
979         * src/addr_compl.c
980                 function with non-int retval/param used before
981                 implementation/declaration
982
983 2003-05-02 [paul]       0.8.11claws139
984
985         * src/addr_compl.[ch]
986           src/addressbook.[ch]
987           src/addrindex.c
988           src/summaryview.c
989                 revert match's changes to (finally) remove the bug where
990                 opening a folder causes massive slowdown when using the 
991                 'Display sender using address book' option
992
993 2003-05-01 [melvin]     0.8.11claws138
994
995         * src/plugins/dillo_viewer/dillo_prefs.[ch]
996         * src/plugins/dillo_viewer/dillo_viewer.c
997                 Fixed bug where "Cancel" button from prefs issued
998                 warnings.
999                 Comply a little more to coding style
1000
1001 2003-05-01 [paul]       0.8.11claws137
1002
1003         * sync with 0.8.11cvs38
1004                 see ChangeLog 2003-05-01
1005
1006 2003-05-01 [paul]       0.8.11claws136
1007
1008         * po/bg.po
1009                 updated by George Danchev
1010
1011 2003-04-30 [christoph]  0.8.11claws135
1012
1013         * src/plugins/dillo_viewer/dillo_prefs.c
1014         * src/plugins/image_viewer/viewerprefs.c
1015         * src/plugins/spamassassin/spamassassin_gtk.c
1016                 remove gtk_widget_ref() calls for widgets in
1017                 glade code
1018
1019 2003-04-30 [paul]       0.8.11claws134
1020
1021         * src/addrindex.c
1022                 ok, this time a better fix for the bug where opening folder
1023                 has massive slowdown when using the 'Display sender using 
1024                 address book' option
1025
1026 2003-04-30 [paul]       0.8.11claws133
1027
1028         * src/addrindex.c
1029                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1030         
1031 2003-04-30 [melvin]     0.8.11claws132
1032
1033         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1034
1035         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1036                 Preferences for the dillo plugin
1037         * src/plugins/dillo_viewer/dillo_viewer.c
1038                 Support for preferences
1039         * src/plugins/dillo_viewer/Makefile.am
1040                 Added dillo_prefs.[ch]
1041
1042 2003-04-30 [alfons]     0.8.11claws131
1043
1044         * src/common/plugin.[ch]
1045                 see? this ANSI C'fication immediately gives us type
1046                 checking for free.
1047
1048 2003-04-30 [alfons]     0.8.11claws130
1049
1050         * src/common/plugin.[ch]
1051         * src/plugins/clamav/clamav_plugin.[ch]
1052         * src/plugins/clamav/clamav_plugin_gtk.c
1053         * src/plugins/demo/demo.c
1054         * src/plugins/dillo_viewer/dillo_viewer.c
1055         * src/plugins/image_viewer/plugin.c
1056         * src/plugins/image_viewer/viewer.[ch]
1057         * src/plugins/image_viewer/viewerprefs.[ch]
1058         * src/plugins/mathml_viewer/mathml_viewer.c
1059         * src/plugins/spamassassin/spamassassin.[ch]
1060         * src/plugins/spamassassin/spamassassin_gtk.c
1061         * src/plugins/trayicon/trayicon.c
1062                 clean up
1063
1064 2003-04-30 [alfons]     0.8.11claws129
1065
1066         * src/common/utils.c
1067                 make is_ascii_str() fail gracefully when NULL pointer
1068                 is passed
1069
1070 2003-04-30 [paul]       0.8.11claws128
1071
1072         * src/addrindex.c
1073                 fix bug where opening folder has massive slowdown when
1074                 using the 'Display sender using address book' option
1075
1076 2003-04-30 [paul]       0.8.11claws127
1077
1078         * src/plugins/clamav/clamav_plugin.c
1079           src/plugins/clamav/clamav_plugin_gtk.c
1080           src/plugins/demo/demo.c
1081           src/plugins/dillo_viewer/dillo_viewer.c
1082           src/plugins/image_viewer/plugin.c
1083           src/plugins/mathml_viewer/mathml_viewer.c
1084           src/plugins/spamassassin/spamassassin.c
1085           src/plugins/spamassassin/spamassassin_gtk.c
1086           src/plugins/trayicon/trayicon.c
1087                 get rid of eye-hurting function signatures
1088
1089 2003-04-30 [paul]       0.8.11claws126
1090
1091         * src/plugins/trayicon/trayicon.c
1092                 add description
1093                 
1094         * src/mimeview.c
1095                 be more descriptive
1096
1097 2003-04-30 [paul]       0.8.11claws125
1098
1099         * configure.ac
1100                 arrange the plugins in reverse alphabetical order
1101                 
1102         * src/plugins/clamav/clamav_plugin.[ch]
1103           src/plugins/clamav/clamav_plugin_gtk.c
1104                 rename some params
1105                 resize max_size window
1106                 re-arrange the order of some gui elements
1107                 improve descriptions
1108         
1109         * src/plugins/image_viewer/plugin.c
1110           src/plugins/mathml_viewer/mathml_viewer.c
1111                 add descriptions
1112                 
1113         * src/plugins/spamassassin/spamassassin_gtk.c
1114                 resize max_size window
1115                 re-arrange the order of some gui elements
1116                 
1117         * src/messageview.c
1118           src/mimeview.c
1119                 correct typos
1120
1121 2003-04-30 [alfons]     0.8.11claws124
1122
1123         * src/imap.c
1124                 fix a leak found while browsing Martin Kluge's 
1125                 valgrind log (Claws only)
1126
1127 2003-04-29 [darko]      0.8.11claws123
1128
1129         * src/gtk/gtkstext.h
1130                 include wchar.h if it is available, fixes compilation
1131                 on HP-UX systems
1132
1133 2003-04-29 [melvin]     0.8.11claws122
1134
1135         * src/prefs_actions.c
1136                 Improved help text of Actions' syntax
1137
1138 2003-04-28 [paul]       0.8.11claws121
1139
1140         * src/action.c
1141                 a better fix for the crash when performing an action
1142                 on a mime part
1143
1144 2003-04-28 [paul]       0.8.11claws120
1145
1146         * src/action.c
1147                 fix crash when performing an action on a
1148                 mime part
1149
1150 2003-04-28 [paul]       0.8.11claws119
1151
1152         * sync with 0.8.11cvs36
1153                 see ChangeLog 2003-04-28
1154
1155 2003-04-27 [paul]       0.8.11claws118
1156
1157         * more sync with 0.8.11cvs35
1158                 see ChangeLog 2003-04-25
1159
1160 2003-04-26 [christoph]  0.8.11claws117
1161
1162         * src/folder.c
1163                 fix remove virtual check
1164
1165 2003-04-26 [paul]       0.8.11claws116
1166
1167         * src/messageview.c
1168                 fix return-receipt, make it work again
1169
1170 2003-04-26 [paul]       0.8.11claws115
1171
1172         * src/mimeview.c
1173                 restore double-clicking of the [application/pgp-signature 
1174                 (Select "Check signature" to check)] line in the message view,
1175                 broken in recent sync
1176
1177 2003-04-26 [christoph]  0.8.11claws114
1178
1179         * src/folder.c
1180                 check if remove virtual really exists before
1181                 calling the function
1182
1183 2003-04-25 [match]      0.8.11claws113
1184
1185         * src/addrindex.c
1186         * src/addrbook.c
1187         * src/ldapquery.[ch]
1188         * src/ldapctrl.[ch]
1189                 fix memleak.
1190         * src/ldapserver.[ch]
1191                 fix memleak. fix segfault.
1192                 plug a Claws memleak
1193
1194 2003-04-25 [alfons]     0.8.11claws112
1195
1196         * src/folder.c
1197                 plug a Claws memleak
1198
1199 2003-04-25 [alfons]     0.8.11claws111
1200
1201         * src/common/session.c
1202                 plug a memleak
1203
1204 2003-04-25 [paul]       0.8.11claws110
1205
1206         * sync with 0.8.11cvs35
1207                 see ChangeLog 2003-04-24 and 2003-04-25
1208                 
1209         * src/gtk/pluginwindow.c
1210                 correct another strange float value
1211
1212 2003-04-24 [christoph]  0.8.11claws109
1213
1214         * src/folder.c
1215                 freeze folder item updates when unsetting new flags
1216
1217         * src/gtk/pluginwindow.c
1218                 correct strange float value
1219
1220 2003-04-23 [paul]       0.8.11claws108
1221
1222         * sync with 0.8.11cvs33
1223                 see ChangeLog 2003-04-23
1224
1225 2003-04-22 [paul]       0.8.11claws107
1226
1227         * src/Makefile.am
1228           src/messageview.c
1229           src/mimeview.c
1230           src/pgptext.[ch]      ** REMOVED **
1231                 remove pgptext.[ch] as its not used any more
1232
1233 2003-04-22 [paul]       0.8.11claws106
1234
1235         * sync with 0.8.11cvs31
1236                 see ChangeLog 2003-04-21 and 2003-04-22
1237
1238 2003-04-21 [alfons]     0.8.11claws105
1239
1240         * src/main.c
1241                 No access to GTK structures if we're a spawned child
1242                 (and clean up code a little bit...) Should fix #126.
1243
1244 2003-04-21 [melvin]     0.8.11claws104
1245
1246         * src/plugins/dillo_viewer/README
1247                 Improved slightly the text.
1248
1249 2003-04-21 [melvin]     0.8.11claws103
1250
1251         * src/plugins/dillo_viewer/README *** NEW ***
1252                 Added a README file for the Dillo plugin
1253
1254 2003-04-20 [paul]
1255
1256         * tools/README
1257           tools/outlook2sylpheed.pl
1258                 updated and improved by Ricardo Mones Lastra
1259
1260 2003-04-18 [oliver]     0.8.11claws102
1261
1262         * src/inc.c 
1263         * src/prefs_account.h
1264                 remove Pop3SessionType (used by selective download)
1265         * src/prefs_toolbar.c
1266                 enable set Default Toolbar button
1267
1268 2003-04-18 [paul]       0.8.11claws101
1269
1270         * sync with 0.8.11cvs29
1271                 see ChangeLog 2003-04-18
1272
1273 2003-04-17 [paul]       0.8.11claws100
1274
1275         * src/prefs_common.[ch]
1276           src/summaryview.c
1277                 remove 'Open next message on deletion' option,
1278                 as the same effect can now be achieved via the
1279                 'Always open messages in summary when selected'
1280                 option.
1281
1282 2003-04-17 [paul]       0.8.11claws99
1283
1284         * sync with 0.8.11cvs28
1285                 see ChangeLog 2003-04-17
1286
1287 2003-04-17 [christoph]  0.8.11claws98
1288
1289         * ac/spamassassin.m4
1290         * src/plugins/spamassassin/libspamc.[ch]
1291         * src/plugins/spamassassin/utils.[ch]
1292                 sync libspamc with SpamAssassin project
1293
1294 2003-04-17 [christoph]  0.8.11claws97
1295
1296         * src/common/socket.h
1297         * src/gtk/sslcertwindow.h
1298                 rename old USE_SSL to USE_OPENSSL
1299
1300 2003-04-17 [paul]       0.8.11claws96
1301
1302         * src/prefs_common.h
1303                 use gulong for P_COLOR so that it compiles/runs on
1304                 64-bit systems. Patch submitted by James Noyes
1305                 <jnoyes-claws@retrogeeks.com>
1306                 
1307         * po/de.po
1308                 updated by Jens
1309
1310 2003-04-17 [paul]       0.8.11claws95
1311
1312         * sync with 0.8.11cvs27
1313                 see ChangeLog 2003-04-16
1314
1315 2003-04-15 [paul]       0.8.11claws94
1316
1317         * src/prefs_common.[ch]
1318                 rearrange to stop the window getting too long:
1319                         move Receive dialog stuff to Receive tab
1320                         move Send dialog to Send tab
1321                         remove Dialogs frame
1322                 rename 'Open messages in summary with cursor keys' to
1323                 'Always open messages in summary when selected', as its
1324                 more appropriate
1325
1326 2003-04-15 [paul]       0.8.11claws93
1327
1328         * src/prefs_common.[ch]
1329           src/summaryview.c
1330                 add new option '/Interface/Open next message on deletion'
1331
1332 2003-04-15 [paul]       0.8.11claws92
1333
1334         * src/summaryview.[ch]
1335                 add /Mark/Lock and /Mark/Unlock to the pop-up
1336                 menu. Patch submitted by Ivan Francolin Martinez
1337                 <ivanfm@users.sourceforge.net>
1338
1339 2003-04-15 [paul]       0.8.11claws91
1340
1341         * sync with 0.8.11cvs24
1342                 see ChangeLog 2003-04-15
1343
1344 2003-04-14 [jens]       0.8.11claws90
1345
1346         * updated German translation and some corrections from
1347                 Roland Bless <bless@tm.uka.de>
1348
1349 2003-04-14 [paul]       0.8.11claws89
1350
1351         * sync with 0.8.11cvs22
1352                 see ChangeLog 2003-04-14
1353
1354 2003-04-13 [paul]       0.8.11claws88
1355
1356         * src/plugins/clamav/clamav_plugin.c
1357                 fix memory leaks
1358                 clean up
1359
1360 2003-04-12 [paul]       0.8.11claws87
1361
1362         * src/plugins/clamav/clamav_plugin.c
1363                 activate enable/disable archive scanning option
1364                 
1365         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1366
1367 2003-04-12 [paul]       0.8.11claws86
1368
1369         * src/plugins/Makefile.am
1370           src/plugins/clamav/Makefile.am                ** NEW FILE **
1371           src/plugins/clamav/README                     ** NEW FILE ** 
1372           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1373           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1374                 add Clam AntiVirus plugin
1375
1376 2003-04-12 [paul]       0.8.11claws85
1377
1378         * sync with 0.8.11cvs21
1379                 see ChangeLog 2003-04-11
1380
1381 2003-04-11 [paul]       0.8.11claws84
1382
1383         * po/es.po
1384                 update Spanish translation. Submitted by Ricardo
1385                 Mones Lastra.
1386
1387 2003-04-10 [christoph]  0.8.11claws83
1388
1389         * src/mbox.c
1390                 fix typo that did not move unfiltered mails to destination
1391                 folder
1392
1393         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1394          when filtering from spool)
1395
1396 2003-04-10 [christoph]  0.8.11claws82
1397
1398         * src/imap.c
1399                 use BODY.PEEK instead of BODY in in message fetch operation
1400                 to make sure the IMAP server does not set the \Seen flag for
1401                 messages. Sylpheed does that later itself, when the message
1402                 is opened in sylpheed
1403
1404         (closes Bug 111 Claws destroys unread marks)
1405
1406 2003-04-09 [oliver]     0.8.11claws81
1407         
1408         * src/folder.c
1409                 fix crash in folder_destroy
1410         * README.claws
1411                 remove selective download
1412
1413 2003-04-09 [christoph]  0.8.11claws80
1414
1415         * src/imap.c
1416                 fix crash in imap_get_msginfo() when then fetched message
1417                 is not found
1418
1419         (closes Bug 110 Crash during mail composition)
1420
1421 2003-04-08 [christoph]  0.8.11claws79
1422
1423         * src/folder.c
1424         * src/prefs_account.c
1425                 Filter new messages that are found in an INBOX folder
1426                 when 'Filter messages on receiving' is enabled in the
1427                 Folder's AccountPrefs. This allows to use Sylpheed's
1428                 filtering engine for IMAP folders where messages are
1429                 added to the INBOX by a MTA
1430
1431 2003-04-08 [paul]       0.8.11claws78
1432
1433         * src/procmsg.h
1434                 clean up after last commit
1435
1436 2003-04-08 [paul]       0.8.11claws77
1437
1438         * sync with 0.8.11cvs20
1439                 see ChangeLog 2003-04-07 and 2003-04-08
1440
1441 2003-04-07 [christoph]  0.8.11claws76
1442
1443         * src/filtering.[ch]
1444         * src/inc.[ch]
1445         * src/mbox.c
1446         * src/procmsg.[ch]
1447                 add procmsg_msginfo_filter() to execute filtering actions
1448
1449 2003-04-06 [christoph]  0.8.11claws75
1450
1451         * src/imap.c
1452                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1453
1454 2003-04-06 [christoph]  0.8.11claws74
1455
1456         * src/common/utils.[ch]
1457                 add g_int_compare() function for slist sorting
1458
1459         * src/imap.c
1460                 fetch all MsgInfos with one command in imap_get_msginfos()
1461                 using an imap set with a list of ranges
1462
1463         * src/news.c
1464                 use new g_int_compare() function
1465
1466 2003-04-06 [thorsten]   0.8.11claws73
1467
1468         * src/mh.c
1469                 corrected implementation of mh_folder_destroy()
1470
1471 2003-04-05 [christoph]  0.8.11claws72
1472
1473         * src/account.c
1474         * src/folder.[ch]
1475         * src/folderview.c
1476         * src/imap.c
1477         * src/inc.c
1478         * src/main.c
1479         * src/mainwindow.c
1480         * src/mbox_folder.c
1481         * src/mh.c
1482         * src/mimeview.h
1483         * src/msgcache.[ch]
1484         * src/news.c
1485         * src/procmime.h
1486         * src/procmsg.[ch]
1487         * src/setup.c
1488         * src/gtk/gtkutils.c
1489                 o rename structure field names class and new to klass and
1490                   new_msgs, to allow including files in C++
1491                 o add 'extern "C"' block to some header files
1492                 o add MsgInfoList and MsgNumberList as alias for GSList for
1493                   developers to know what type of list is expected
1494
1495         * src/plugins/image_viewer/plugin.c
1496         * src/plugins/image_viewer/viewer.[ch]
1497         * src/plugins/image_viewer/viewerprefs.[ch]
1498                 rename function names to prevent conflicts
1499
1500 2003-04-05 [paul]       0.8.11claws71
1501
1502         * sync with 0.8.11cvs18
1503                 see ChangeLog 2003-04-03 and 2003-04-04
1504
1505 2003-04-02 [christoph]  0.8.11claws70
1506
1507         * src/folder.[ch]
1508         * src/imap.[ch]
1509         * src/mbox_folder.[ch]
1510         * src/mh.[ch]
1511         * src/news.[ch]
1512                 o Make all virtual folder functions private
1513                 o remove unused folder code
1514
1515         * src/common/socket.[ch]
1516         * src/summaryview.c
1517                 fix warnings
1518
1519 2003-03-30 [alfons]     0.8.11claws69
1520
1521         * src/send_message.c
1522                 remove two debug traces and see if people still report
1523                 errors
1524
1525 2003-03-30 [alfons]     0.8.11claws68
1526
1527         * src/send_message.c
1528         * src/commons/session.c
1529                 add more debug traces
1530
1531 2003-03-30 [christoph]  0.8.11claws67
1532
1533         * src/folder.c
1534                 change processing folder name from .processing to processing
1535
1536         * src/common/ssl.c
1537                 disable SSL certificate check because it causes Xlib error
1538                 when the child process want's to open an GTK window
1539
1540 2003-03-30 [christoph]  0.8.11claws66
1541
1542         * src/folder.c
1543                 don't use default folder for processing folder item because
1544                 it can be a non local folder
1545
1546         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1547
1548 2003-03-30 [alfons]     0.8.11claws65
1549
1550         * src/send_message.c
1551                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1552                 to generate bad code for 'send_send_data_progressive': When
1553                 called from 'send_send_data_finished', the 'data' pointer is
1554                 cleared just before the assignment to the dialog pointer
1555
1556 2003-03-29 [christoph]  0.8.11claws64
1557
1558         * src/common/prefs.h
1559         * src/plugins/image_viewer/Makefile.am
1560         * src/plugins/image_viewer/plugin.c
1561         * src/plugins/image_viewer/viewer.[ch]
1562         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1563                 add PrefsPage for ImageViewer
1564
1565 2003-03-28 [thorsten]   0.8.11claws63
1566
1567         * src/common/session.c
1568                 added some comments
1569
1570 2003-03-28 [paul]       0.8.11claws62
1571
1572         * sync with 0.8.11cvs16
1573                 see ChangeLog 2003-03-28
1574
1575 2003-03-28 [paul]       0.8.11claws61
1576
1577         * sync with 0.8.11cvs15
1578                 see ChangeLog 2003-03-28
1579
1580 2003-03-27 [christoph]  0.8.11claws60
1581
1582         * src/folder.c
1583         * src/imap.c
1584         * src/common/socket.[ch]
1585                 set socket state to DISCONNECTED when any operation
1586                 fails to allow reconnecting in IMAP code without
1587                 checking the return code of all calls to the command
1588                 functions
1589
1590         * src/folderview.c
1591         * src/summaryview.c
1592                 remove some more stuff that depends on specific
1593                 folder types
1594
1595 2003-03-27 [paul]       0.8.11claws59
1596
1597         * sync with 0.8.11cvs14
1598                 see ChangeLog 2003-03-27
1599                 
1600         * src/selective_download.[ch]   ** REMOVED **
1601                 really removed
1602
1603 2003-03-27 [christoph]  0.8.11claws58
1604
1605         * src/folder.c
1606                 fix handling of tmp_flags in flag copy function
1607
1608 2003-03-27 [paul]       0.8.11claws57
1609
1610         * sync with 0.8.11cvs13
1611                 see ChangeLog 2003-03-27
1612
1613 2003-03-27 [oliver]     0.8.11claws56
1614
1615         * src/maiwindow.c
1616                 remove sel_download_cb
1617
1618 2003-03-27 [oliver]     0.8.11claws55
1619         
1620         * src/inc.c
1621                 remove POP3_TOP
1622         
1623 2003-03-26 [oliver]     0.8.11claws54
1624
1625         *src/pop.h
1626                 remove POP3_TOP*
1627         * README.claws
1628                 remove selective donwload readme
1629
1630 2003-03-26 [oliver]     0.8.11claws53
1631         * src/matcher.[ch]
1632         * src/matcher_parser_parse.y 
1633         * src/pop.c 
1634         * src/prefs_account.[ch]
1635         * src/prefs_filtering.c
1636                 remove selective donwload
1637
1638 2003-03-26 [oliver]     0.8.11claws52
1639
1640         * src/inc.[ch] 
1641         * src/filtering.c 
1642         * src/mainwindow.c 
1643                 remove selective donwload
1644
1645 2003-03-26 [oliver]     0.8.11claws51
1646         
1647         * src/Makefile.am
1648         * src/selective_download.[ch]   ** REMOVE **    
1649
1650 2003-03-26 [christoph]  0.8.11claws50
1651
1652         * src/news.c
1653                 fix NEWS that got broken by a sync with sylpheed-main
1654
1655 2003-03-26 [christoph]  0.8.11claws49
1656
1657         * src/mimeview.c
1658                 fix mime type guessing when no mime type is found for a file
1659
1660 2003-03-25 [christoph]  0.8.11claws48
1661
1662         * src/mimeview.c
1663         * src/procmime.c
1664                 remove mime type guessing from mime parser and use
1665                 name based mime types in viewer lookup for mime type
1666                 application/octet-stream
1667
1668 2003-03-25 [christoph]  0.8.11claws47
1669
1670         * doc-src/readme.txt
1671         * doc-src/rfc2554.txt
1672                 add RFC about SMTP AUTH
1673
1674         * src/send_message.c
1675         * src/common/smtp.[ch]
1676                 add extra error code for authentication errors and
1677                 clear temporary password when this error occurs
1678
1679         (closes Bug 84 authentication failure while sending should
1680          prompt for password again)
1681
1682 2003-03-25 [christoph]  0.8.11claws46
1683
1684         * configure.ac
1685         * src/Makefile.am
1686         * src/imageview.[ch]                            ** REMOVE **
1687         * src/messageview.[ch]
1688         * src/mimeview.[ch]
1689         * src/prefs_common.[ch]
1690         * src/textview.c
1691         * src/plugins/Makefile.am
1692         * src/plugins/image_viewer/.cvsignore           ** NEW **
1693         * src/plugins/image_viewer/Makefile.am          ** NEW **
1694         * src/plugins/image_viewer/plugin.c             ** NEW **
1695         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1696                 move image viewer into a plugin (building is enabled by default)
1697                 [ToDo: Prefs for resize and autoview]
1698
1699 2003-03-25 [paul]       0.8.11claws45
1700
1701         * sync with 0.8.11cvs12
1702                 see ChangeLog 2003-03-26
1703
1704 2003-03-25 [paul]       0.8.11claws44
1705
1706         * sync with 0.8.11cvs11
1707                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1708                 
1709         Note: Selective Download is broken.
1710                 
1711 2003-03-22 [christoph]  0.8.11claws43
1712
1713         * src/folder.c
1714                 code cleanup for flags copying
1715
1716 2003-03-22 [christoph]  0.8.11claws42
1717
1718         * src/plugins/trayicon/trayicon.c
1719                 fix setting the transparent area when the window size
1720                 is forced by the system tray
1721
1722 2003-03-22 [christoph]  0.8.11claws41
1723
1724         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1725         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1726         * src/plugins/trayicon/newmail.xpm              ** NEW **
1727         * src/plugins/trayicon/nomail.xpm               ** NEW **
1728         * src/plugins/trayicon/trayicon.c
1729         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1730                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1731                 o add icon for unread mails
1732                 o set transparency for window
1733
1734 2003-03-22 [christoph]  0.8.11claws40
1735
1736         * src/news.c
1737                 init news session to prevent crash when session is closed
1738
1739 2003-03-22 [christoph]  0.8.11claws39
1740
1741         * src/imap.c
1742         * src/common/session.[ch]
1743                 Init session data to make sure we don't have invalid pointers
1744                 for read_ch and write_ch when new multi process sessions are
1745                 not used
1746
1747         * src/main.c
1748         * src/common/plugin.c
1749         * src/common/sylpheed.c
1750         * src/plugins/demo/demo.c
1751         * src/plugins/dillo_viewer/dillo_viewer.c
1752         * src/plugins/mathml_viewer/mathml_viewer.c
1753         * src/plugins/spamassassin/spamassassin.c
1754         * src/plugins/spamassassin/spamassassin_gtk.c
1755                 add plugin types to allow loading plugins at different times
1756                 (and maybe for different frontends), because it's not good to
1757                 load GTK-Plugins gefore gtk_init was called
1758
1759         * configure.ac
1760         * src/plugins/Makefile.am
1761         * src/plugins/trayicon/.cvsignore               ** NEW **
1762         * src/plugins/trayicon/Makefile.am              ** NEW **
1763         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1764         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1765         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1766         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1767         * src/plugins/trayicon/trayicon.c               ** NEW **
1768                 New Trayicon plugin that shows an icon in a systray that uses
1769                 XEMBED protocol like Gnome's systray. Icon shows if there
1770                 are new mails and a tooltip shows information about new,
1771                 unread and total messages.
1772
1773 2003-03-22 [paul]       0.8.11claws38
1774
1775         * src/common/smtp.c
1776                 fix ESMTP AUTH CRAM-MD5
1777                 [sync with main (still version 0.8.11cvs6), see
1778                  ChangeLog 2003-03-22]
1779
1780 2003-03-21 [colin]      0.8.11claws37
1781
1782         * src/send_message.c
1783                 Fix USE_SSL => USE_OPENSSL
1784
1785 2003-03-21 [colin]      0.8.11claws36
1786
1787         * src/folderview.c
1788                 Fix counts in drag and dropped subfolders
1789
1790 2003-03-21 [colin]      0.8.11claws35
1791
1792         * src/folder.c 
1793         * src/folderview.c
1794                 speed up a bit folder dnd
1795
1796 2003-03-20 [alfons]     0.8.11claws34
1797
1798         * src/main.c
1799         * src/toolbar.c
1800         * src/procmsg.c
1801                 don't send locked queue messages
1802                 (feature request "[ 705245 ] Locking message in outbox 
1803                  should prevent sending")
1804
1805 2003-03-20 [christoph]  0.8.11claws33
1806
1807         * src/folder.c
1808                 remove NEW and UNREAD flag in special folders when scanning
1809                 
1810         * src/common/smtp.c
1811                 fix ESMTP AUTH CRAM-MD5
1812
1813 2003-03-20 [paul]       0.8.11claws32
1814
1815         * src/prefs_account.c
1816                 Re-write 'Tunnel command to open connection' as
1817                 'Use command to communicate with server', and disable
1818                 it for all except IMAP accounts
1819
1820 2003-03-20 [paul]       0.8.11claws31
1821
1822         * sync with 0.8.11cvs6
1823                 see ChangeLog 2003-03-20
1824
1825 2003-03-19 [match]      0.8.11claws30
1826
1827         * src/addritem.[ch]
1828                 include documentation. minor refactoring.
1829         * src/addr_compl.[ch]
1830         * src/addrindex.[ch]
1831         * src/addresbook.[ch]
1832         * src/summaryview.c
1833                 re-enable address lookup (was disabled in
1834                 0.8.11claws20).
1835
1836 2003-03-19 [christoph]  0.8.11claws29
1837
1838         * src/procmsg.c
1839                 add temp flag handling, will make moving and copying
1840                 messages possible again
1841
1842         * src/folder.c
1843                 correct calulation of folder stats
1844
1845 2003-03-18 [match]      0.8.11claws28
1846
1847         * src/editgroup.h
1848                 remove case sensitive comparison (closes bug 80).
1849
1850 2003-03-18 [christoph]  0.8.11claws27
1851
1852         * src/imap.c
1853                 fix imap using a tunnel command
1854
1855         (closes bug 87)
1856
1857 2003-03-18 [christoph]  0.8.11claws26
1858
1859         * src/folder.[ch]
1860         * src/imap.c
1861         * src/procmsg.[ch]
1862                 rewrite flag handling for folders
1863
1864 2003-03-18 [christoph]  0.8.11claws25
1865
1866         * src/folder.c
1867         * src/procmsg.c
1868         * src/summaryview.c
1869                 unset NEW and UNREAD flags when message is ignored, to make
1870                 sure messages don't show up as unread on other IMAP clients,
1871                 because the IGNORE_THREAD flag can not be syncronized through
1872                 the IMAP folder
1873
1874 2003-03-17 [christoph]  0.8.11claws24
1875
1876         * src/imap.c
1877                 don't use recursion to fetch uids when the number of messages
1878                 does not match. Moved code into subfunction that is used
1879                 again when needed, to prevent an endless loop.
1880
1881 2003-03-17 [thorsten]   0.8.11claws23
1882
1883         * src/imageview.[ch]
1884                 export imageview_get_resized_size() (for plugins)
1885         * src/prefs_common.[ch]
1886                 added prefs_common_get() (for plugins)
1887
1888 2003-03-17 [christoph]  0.8.11claws22
1889
1890         * src/imap.c
1891                 o remove UID guessing from copy code
1892                 o support UIDPLUS extension for APPEND command
1893
1894 2003-03-17 [paul]       0.8.11claws21
1895
1896         * src/gtk/about.c
1897                 remove 'Compiled-plugins' section.
1898                 
1899         * src/plugins/dillo_viewer/dillo_viewer.c
1900                 slight change to description text
1901
1902 2003-03-16 [match]      0.8.11claws20
1903         * src/ldapserver.[ch]           ** NEW **
1904         * src/ldapctrl.[ch]             ** NEW **
1905         * src/ldapquery.[ch]            ** NEW **
1906         * src/ldaputil.[ch]             ** NEW **
1907         * src/addrcindex.[ch]           ** NEW **
1908         * src/addrquery.h               ** NEW **
1909         * src/addritem.[ch]
1910         * src/addrcache.[ch]
1911         * src/addrindex.[ch]
1912         * src/addr_compl.[ch]
1913         * src/addressbook.[ch]
1914         * src/addrbook.[ch]
1915         * src/editgroup.c
1916         * src/editaddress.c
1917         * src/editldap.c
1918         * src/editldap_basedn.c
1919         * src/vcard.c
1920         * src/jpilot.c
1921         * src/Makefile.am
1922                 included dynamic LDAP queries. improved address
1923                 completion.
1924
1925 2003-03-16 [paul]       0.8.11claws19
1926
1927         * tools/multiwebsearch.pl
1928                 fix a fatal typo
1929
1930 2003-03-16 [christoph]  0.8.11claws18
1931
1932         * src/mimeview.c
1933         * src/plugins/dillo_viewer/dillo_viewer.c
1934         * src/plugins/mathml_viewer/mathml_viewer.c
1935                 make unregistering of MimeViewerFactorys possible
1936
1937 2003-03-16 [alfons]     0.8.11claws17
1938
1939         * configure.ac
1940                 correct typo
1941
1942 2003-03-16 [melvin]     0.8.11claws16
1943
1944         * src/plugins/dillo_viewer.c
1945                 Fixed bug where it was not possible to view more than
1946                 one text/html attachment per message (bug discovered
1947                 by Christoph Hohmann).
1948
1949 2003-03-15 [melvin]     0.8.11claws15
1950
1951         * src/prefs_actions.c
1952                 Fixed compilation warnings.
1953
1954 2003-03-15 [melvin]     0.8.11claws14
1955
1956         * src/plugins/Makefile.am
1957         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1958         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1959         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1960                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1961                 newer (http://dillo.auriga.wearlab.de/).
1962
1963 2003-03-15 [christoph]  0.8.11claws13
1964
1965         * src/imap.c
1966                 don't query imap folder for attributes because we already
1967                 for them from imap_status
1968
1969         * src/mimeview.[ch]
1970                 add support for plugable MimeViewers (unloading Viewers
1971                 not yet complete)
1972
1973         * src/plugins/Makefile.am
1974         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1975         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1976         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1977                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1978                 widget from http://helm.cs.unibo.it/mml-widget/
1979
1980 2003-03-14 [christoph]  0.8.11claws12
1981
1982         * src/folder.[ch]
1983                 o error return code's should better be negative
1984                 o replace printf with debug_print
1985
1986         * src/imap.c
1987                 improve IMAP folder scan by checking UID-NEXT
1988
1989         * src/summaryview.c
1990                 remove check that are unnecessary in my opinion
1991
1992 2003-03-13 [christoph]  0.8.11claws11
1993
1994         * src/folder.[ch]
1995         * src/foldersel.c
1996         * src/folderview.c
1997         * src/imap.c
1998         * src/mbox_folder.c
1999         * src/mh.c
2000         * src/news.c
2001         * src/prefs_scoring.c
2002         * src/summaryview.c
2003                 use a common function to get a displayable name
2004                 for a FolderItem
2005
2006 2003-03-13 [paul]       0.8.11claws10
2007
2008         * tools/Makefile.am
2009           tools/README
2010           tools/multiwebsearch.conf     ** NEW FILE **
2011           tools/multiwebsearch.pl       ** NEW FILE **
2012                 add multiwebsearch Actions script
2013
2014 2003-03-13 [colin]      0.8.11claws9
2015
2016         * src/compose.c
2017                 Remove leading emtpy lines from quoted text
2018                 before quoting it
2019
2020 2003-03-13 [melvin]     0.8.11claws8
2021
2022         * src/prefs_actions.c
2023                 Fixed a memory leak
2024                 Code clean ups
2025                 Added Cancel and OK buttons
2026                 Corrected help text
2027
2028 2003-03-13 [christoph]  0.8.11claws7
2029
2030         * src/account.c
2031         * src/folder.[ch]
2032         * src/imap.c
2033         * src/mainwindow.c
2034         * src/mbox_folder.c
2035         * src/mh.c
2036         * src/news.c
2037         * src/setup.c
2038                 replace more folder type stuff with folder class stuff
2039
2040 2003-03-13 [melvin]     0.8.11claws6
2041
2042         * src/prefs_actions.c
2043                 Added new tokens:
2044                 %u: user provided argument
2045                 %h: user provided argument (hidden on input)
2046                 %s: current text selection in the message view 
2047
2048 2003-03-13 [paul]       0.8.11claws5
2049
2050         * sync with 0.8.11cvs5
2051                 see ChangeLog 2003-03-11, 2003-03-12
2052
2053 2003-03-12 [christoph]  0.8.11claws4
2054
2055         * src/folder.c
2056                 use folder class idstr when writing folderlist.xml
2057
2058         * src/folder.h
2059         * src/imap.c
2060         * src/news.c
2061                 replace folder type checks with folder class checks
2062
2063 2003-03-12 [christoph]  0.8.11claws3
2064
2065         * src/folder.[ch]
2066         * src/imap.[ch]
2067         * src/main.c
2068         * src/mbox_folder.[ch]
2069         * src/mh.[ch]
2070         * src/news.[ch]
2071                 o create a list of known folder classes in the folder system
2072                 o use folder class id strings for folder item identifiers
2073
2074 2003-03-12 [christoph]  0.8.11claws2
2075
2076         * src/imap.c
2077                 fix imap uid validity check
2078
2079 2003-03-12 [christoph]  0.8.11claws1
2080
2081         * src/account.c
2082         * src/folder.[ch]
2083         * src/foldersel.c
2084         * src/folderview.c
2085         * src/imap.c
2086         * src/mainwindow.c
2087         * src/mbox_folder.c
2088         * src/mh.c
2089         * src/news.c
2090         * src/prefs_scoring.c
2091         * src/procmsg.c
2092         * src/setup.c
2093         * src/summaryview.c
2094                 initial restructuring of folder system, seperating
2095                 folders and folder classes
2096
2097 2003-03-12 [paul]       0.8.11claws
2098
2099         0.8.11claws release
2100
2101 2003-03-12 [christoph]
2102
2103         * src/gtk/prefswindow.c
2104                 fix translation of "Page Index"
2105
2106 2003-03-12 [paul]       0.8.10claws110
2107
2108         a sync from 0.8.11cvs4 before the release
2109
2110         * src/common/utils.c
2111                 subject_compare_for_sort(): allow null strings (fixes
2112                 summary sorting).
2113
2114 2003-03-11 [paul]       0.8.10claws109
2115
2116         * po/es.po
2117                 update Spanish translation, submitted by
2118                 Ricardo Mones Lastra
2119
2120 2003-03-11 [melvin]     0.8.10claws108
2121
2122         * po/fr.po
2123                 Updated French translations
2124
2125 2003-03-11 [paul]       0.8.10claws107
2126
2127         * manual/en/Makefile.am
2128           manual/en/*.html
2129                 update English manual, add a new page
2130                 updated by Francois Barriere <fbarriere@atmel.fr>
2131                 
2132         * po/bg.po
2133           po/it.po
2134           po/sr.po
2135                 update Bulgarian, Italian, and Serbian translations
2136                 submitted by George Danchev, Alessandro Maestri, and
2137                 Urke MMI
2138
2139 2003-03-10 [paul]       0.8.10claws106
2140
2141         * src/gtk/about.c
2142           src/gtk/prefswindow.c
2143                 make some strings translatable
2144
2145 2003-03-10 [darko]      0.8.10claws105
2146
2147         * src/compose.c
2148                 code cleanup to make Hiro happy
2149
2150 2003-03-10 [paul]       0.8.10claws104
2151
2152         * sync with 0.8.11cvs2
2153                 see ChangeLog 2003-03-10
2154
2155 2003-03-09 [melvin]     0.8.10claws103
2156
2157         * src/textview.c
2158                 textview_set_font(): fix for message display in
2159                 UTF-8 locales (thanks to Sergey Vlasov).
2160                 (was unintentionnaly reverted in 0.8.6claws6)   
2161
2162 2003-03-08 [darko]      0.8.10claws102
2163
2164         * src/compose.c
2165                 fix infinite loop in wrapping as reported
2166                 by happycactus
2167                 obsoletes patch #696482
2168
2169 2003-03-08 [christoph]  0.8.10claws101
2170
2171         * src/imap.c
2172                 add workaround for IMAP servers that do not
2173                 support the "UID SEARCH UID" command
2174
2175 2003-03-07 [christoph]  0.8.10claws100
2176
2177         * src/plugins/spamassassin/spamassassin.[ch]
2178         * src/plugins/spamassassin/spamassassin_gtk.c
2179                 code cleanup
2180
2181 2003-03-07 [paul]       0.8.10claws99
2182
2183         * po/es.po
2184                 updated Spanish translation, submitted by
2185                 Ricardo Mones Lastra
2186
2187 2003-03-07 [christoph]  0.8.10claws98
2188
2189         * src/send.c
2190                 fix in 0.8.10claws94 was wrong
2191                 local delivery does not require escaping, remove escaping
2192                 code to make signatures of mails with "." lines valid
2193                 
2194                 NOTE: requires that sendmail is executed with "-i" option,
2195                       what is the default now, but has to be changed in all
2196                       exsiting accounts)
2197
2198 2003-03-07 [paul]       0.8.10claws97
2199
2200         * sync with 0.8.11 release
2201                 see ChangeLog 2003-03-07
2202
2203 2003-03-06 [paul]       0.8.10claws96
2204
2205         * src/compose.c
2206                 revert commit 0.8.10claws92
2207
2208 2003-03-06 [paul]       0.8.10claws95
2209
2210         * src/folderview.c
2211                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2212
2213         * src/gtkaspell.c
2214                 fix bug 74, 'Crash opening editor window with pseudo-color
2215                 display'
2216                 
2217         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2218
2219 2003-03-06 [christoph]  0.8.10claws94
2220
2221         * src/send.c
2222                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2223                 all lines starting with a period get an extra period
2224                 inserted
2225                 (found by Simon 'corecode' Schubert)
2226
2227 2003-03-06 [paul]       0.8.10claws93
2228
2229         * src/folderview.c
2230                 if configured font can't be loaded fall back to gtk
2231                 default. (with thanks to Christoph)
2232                 
2233                 closes long-standing bug 15 'Crashes on startup'
2234
2235 2003-03-06 [paul]       0.8.10claws92
2236
2237         * src/compose.c
2238                 freeze text before autosave and thaw afterwards
2239                 fixes bug 67 'autosave make re-rediting message crazy'
2240
2241 2003-03-06 [christoph]  0.8.10claws91
2242
2243         * src/compose.c
2244                 ignore address comment in dupe check for Cc-list
2245
2246         (closes reopened bug 47 Replying to message strips name part of
2247          e-mail addresses of Cc: lines)
2248
2249 2003-03-06 [paul]       0.8.10claws90
2250
2251         * src/Makefile.am
2252                 remove reference to gtkxtext.h as its no longer in
2253                 the repository
2254
2255 2003-03-06 [paul]       0.8.10claws89
2256
2257         * sync with 0.8.10cvs25
2258                 see ChangeLog 2003-03-06
2259
2260 2003-03-06 [oliver]     0.8.10claws88
2261         
2262         * src/messageview.c
2263                 remove include
2264
2265 2003-03-06 [oliver]     0.8.10claws87
2266         
2267         * src/folderview.c 
2268                 remove changes introduced inclaws74
2269         * src/messageview.c
2270                 another attempt to sanely delete and update
2271                 messages deleted in separate messageview
2272
2273 2003-03-05 [christoph]  0.8.10claws86
2274
2275         * src/summaryview.c
2276                 check if "From" matches any account's address if
2277                 addressbook completion of addresses is disabled too
2278
2279         (closes Bug 70 "Display recipient in from" doesn't check
2280          folder's default account)
2281
2282 2003-03-05 [christoph]  0.8.10claws85
2283
2284         * src/compose.c
2285         * src/common/utils.[ch]
2286                 don't strip address comments when building Cc lists
2287
2288         (closes Bug 47 Replying to message strips name part of e-mail addresses
2289          of Cc: lines)
2290
2291         * src/folder.c
2292                 fix return value of copy function
2293
2294 2003-03-05 [christoph]  0.8.10claws84
2295
2296         * src/imap.c
2297                 don't ask imap server for non rfc822 headers
2298
2299         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2300
2301         * src/imap.c
2302                 destroy session on socket error to allow reconnecting
2303
2304 2003-03-05 [christoph]  0.8.10claws83
2305
2306         * configure.ac
2307                 fix building with gnome when no prefix is set
2308
2309         (closes bug 66 Gnome directory is set to NONE)
2310
2311 2003-03-05 [paul]       0.8.10claws82
2312
2313         * sync with 0.8.10cvs23
2314                 see ChangeLog 2003-03-05
2315
2316 2003-03-04 [christoph]  0.8.10claws81
2317
2318         * src/folder.c
2319                 o fix moving and copying when folder returns 0 for new
2320                   message number
2321                 o remove some code for single message copy and move
2322                   operations and use functions for multiple messages
2323
2324         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2325
2326         * src/news.c
2327                 remove unused include
2328
2329 2003-03-04 [paul]       0.8.10claws80
2330
2331         * src/gtk/about.c
2332                 list 'Compiled plugins'
2333
2334 2003-03-03 [christoph]  0.8.10claws79
2335
2336         * src/news.[ch]
2337                 have to multiply the percentage of the current fetch with
2338                 the percentage that it has of the total fetch operation
2339                 for correct values
2340
2341 2003-03-03 [christoph]  0.8.10claws78
2342
2343         * src/news.c
2344                 fix calculation of expected lines for progress indicator
2345
2346 2003-03-03 [christoph]  0.8.10claws77
2347
2348         * src/summaryview.c
2349         * src/common/utils.c
2350                 fix segfault when opening the root news folder
2351
2352 2003-03-03 [christoph]  0.8.10claws76
2353
2354         * src/mainwindow.[ch]
2355         * src/common/Makefile.am
2356         * src/common/progressindicator.[ch]
2357                 add UI independent progress indicator handling
2358
2359         * src/news.[ch]
2360                 use new progress indicator for message info fetching
2361
2362         * src/common/hooks.h
2363                 code cleanup
2364
2365 2003-03-03 [oliver]     0.8.10claws75
2366
2367         * src/toolbar.c
2368         * src/compose.c
2369                 removed commented code
2370
2371 2003-03-03 [oliver]     0.8.10claws74
2372
2373         * src/toolbar.[ch]
2374                 cleanups and refactoring
2375         * src/compose.[ch]
2376                 compose_reply_mode reply & forwarding interface for
2377                 toolbar buttons
2378         * src/folderview.c
2379                 act on messages marked for deletion in folderview_selected
2380                 based on prefs_common.immediate_exec since a message might 
2381                 have been deleted by messageview in a folder we are changing 
2382                 to (does anybody understand what I'm on about ?)
2383
2384 2003-03-03 [oliver]     0.8.10claws73
2385         
2386         * src/messageview.[ch]
2387                 new functions
2388                 - messageview_delete: delete message shown in messagview
2389                 - messageview_update_view: update messageview to currently 
2390                   selected summaryview message
2391                 - add separate messageview to msgview_list in order to update 
2392                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2393         * src/summaryview.[ch]
2394                 summary_get_selection returns a list of selected msgs
2395                 in summaryview
2396         * src/mainwindow.c
2397                 toolbar reply refactoring
2398
2399 2003-03-03 [paul]       0.8.10claws72
2400
2401         * sync with 0.8.10cvs21
2402                 see ChangeLog 2003-03-03
2403
2404 2003-03-02 [christoph]  0.8.10claws71
2405
2406         * src/common/passcrypt.c
2407                 use POSIX includes
2408
2409 2003-03-02 [christoph]  0.8.10claws70
2410
2411         * configure.ac
2412         * src/prefs_account.c
2413         * src/prefs_gtk.[ch]
2414         * src/common/.cvsignore
2415         * src/common/Makefile.am
2416         * src/common/passcrypt.c                ** NEW **
2417         * src/common/passcrypt.h.in             ** NEW **
2418                 Implement password encryption in config files
2419                 using unix encrypt and setkey functions. The crypt
2420                 key can be set as a configure parameter. Old
2421                 passwords will be converted if they do not begin
2422                 with '!'
2423
2424 2003-03-02 [paul]       0.8.10claws69
2425
2426         * src/prefs_account.c
2427                 fix compile error
2428
2429 2003-03-01 [thorsten]   0.8.10claws68
2430
2431         * po/el.po
2432           po/hr.po
2433           po/it.po
2434           po/nl.po
2435           po/sr.po
2436           po/sv.po
2437                 corrected format strings
2438         * po/en_GB.po
2439                 corrected headers
2440                 (fix compile errors with GNU gettext-0.11.5)
2441
2442 2003-03-01 [oliver]     0.8.10claws67
2443
2444         * src/summaryview.c
2445                 menu callbacks call toolbar_menu_reply
2446
2447 2003-03-01 [oliver]     0.8.10claws66
2448
2449         * src/mainwindow.c
2450         * src/messageview.c
2451                 menu callbacks call toolbar_menu_reply
2452         * src/toolbar.[ch]
2453                 callbacks from menu handled by toolbar_menu_reply
2454
2455 2003-03-01 [paul]       0.8.10claws65
2456
2457         * src/addressbook.c
2458                 revert commit 0.8.10claws54 - breaks editing of
2459                 addressbook.
2460                 
2461         * po/bg.po
2462                 update Bulgarian translation, submitted by
2463                 George Danchev
2464
2465 2003-02-28 [christoph]  0.8.10claws64
2466
2467         * src/account.c
2468         * src/addressadd.c
2469         * src/compose.c
2470         * src/gtkaspell.c
2471         * src/gtkxtext.h                ** REMOVE **
2472         * src/imap.c
2473         * src/matcher.[ch]
2474         * src/mh.c
2475         * src/news.c
2476         * src/pine.c
2477         * src/prefs_common.c
2478         * src/prefs_matcher.c
2479         * src/procheader.[ch]
2480         * src/procmsg.[ch]
2481         * src/toolbar.c
2482         * src/common/ssl_certificate.c
2483         * src/gtk/colorlabel.c
2484         * src/gtk/menu.c
2485                 o fix warnings
2486                 o remove code obsoleted by new cache and folder system rework
2487
2488 2003-02-28 [oliver]     0.8.10claws63
2489         
2490         * src/toolbar.[ch]
2491                 * fix bug where reply in Messageview replied to 
2492                 Message displayed in summaryview
2493                 (reportedd via ML by chinatinte at gmx dot ch)
2494                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2495                 didn't work in separate MessageView Toolbar
2496                 (wondering if anybody uses this at all ?)
2497         * src/summaryview.[ch]
2498                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2499                 (generalize reply and forward code);
2500         * src/messageview.c 
2501                 remove focus_in event which updated summaryview to messageview
2502
2503 2003-02-28 [paul]       0.8.10claws62
2504
2505         * po/Makefile.in.in
2506                 add the --check option
2507                 Patch submitted by Ricardo Mones Lastra
2508
2509 2003-02-28 [paul]       0.8.10claws61
2510
2511         * src/prefs_account.c
2512                 re-order 'Signature' items
2513
2514 2003-02-28 [paul]       0.8.10claws60
2515
2516         * sync with 0.8.10cvs20
2517                 see ChangeLog 2003-02-28
2518
2519 2003-02-28 [paul]       0.8.10claws59
2520
2521         * po/POTFILES.in
2522                 update to reflect recent movement of files
2523
2524 2003-02-28 [paul]       0.8.10claws58
2525
2526         * sync with 0.8.10cvs19
2527                 see ChangeLog 2003-02-28
2528
2529 2003-02-27 [martin]     0.8.10claws57
2530
2531         * src/prefs_matcher.c 
2532                 fix segfault in prefs_matcher_ok() when the
2533                 last entry is deleted and prevents that the
2534                 message "entry not saved" comes up after deleting
2535                 an entry
2536
2537 2003-02-27 [martin]     0.8.10claws56
2538
2539         * src/prefs_filtering.c 
2540                 fix segfault in prefs_filtering_ok() when the
2541                 last entry is deleted and prevents that the
2542                 message "entry not saved" comes up after deleting
2543                 an entry
2544
2545 2003-02-27 [paul]       0.8.10claws55
2546
2547         * sync with 0.8.10cvs18
2548                 see ChangeLog 2003-02-27
2549
2550 2003-02-27 [paul]       0.8.10claws54
2551
2552         * src/addressbook.c
2553                 fix bug where the address book crashes with 
2554                 multiple lookups.
2555                 Patch [687729] submitted by David Frager 
2556                 <dbfrager@users.sourceforge.net>
2557
2558 2003-02-25 [christoph]  0.8.10claws53
2559
2560         * src/Makefile.am
2561         * src/colorlabel.[ch]           ** REMOVE **
2562         * src/gtk/Makefile.am
2563         * src/gtk/colorlabel.[ch]       ** NEW **
2564                 move colorlabel files to gtk directory
2565
2566         * src/esmtp.[ch]                ** REMOVE **
2567                 has been merged into smtp.[ch] in 0.7.5
2568
2569 2003-02-25 [christoph]  0.8.10claws52
2570
2571         * src/Makefile.am
2572         * src/about.[ch]                ** REMOVE **
2573         * src/gtk/Makefile.am
2574         * src/gtk/about.[ch]            ** NEW **
2575                 move about files to gtk directory
2576
2577 2003-02-25 [christoph]  0.8.10claws51
2578
2579         * src/folder.c
2580                 some code optimization of folder scanning code
2581
2582         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2583
2584 2003-02-25 [christoph]  0.8.10claws50
2585
2586         * src/main.c
2587         * src/common/sylpheed.c
2588                 add command line parameter parsing to common code
2589
2590 2003-02-24 [christoph]
2591
2592         * Makefile.am
2593         * configure.ac
2594                 fix gnome prefix problems, the configure script now removed
2595                 `gnome-config --prefix` from `gnome-config --datadir`
2596                 and adds $(prefix} instead
2597
2598         (closes Bug 24 Makefile does not respect prefix when installing
2599          GNOME data)
2600
2601 2003-02-24 [christoph]  0.8.10claws49
2602
2603         * src/news.c
2604                 check for valid session before trying to authenticate
2605
2606         (closes Bug 60 crash if "authenticate on logon" is activated
2607          and newsserver-hostname is not valid)
2608
2609 2003-02-24 [melvin]     0.8.10claws48
2610
2611         * src/prefs_actions.c
2612                 Make sure all user's input is sent to the action and then
2613                 close the socket..
2614
2615 2003-02-23 [alfons]     0.8.10claws46
2616
2617         * src/summaryview.c
2618                 also wait cursor when deleting files
2619
2620 2003-02-23 [paul]
2621
2622         * tools/freshmeat_search.pl
2623           tools/google_search.pl
2624                 scripts should now work for any browser/browser command line
2625
2626 2003-02-22 [christoph]  0.8.10claws45
2627
2628         * src/procmsg.c
2629                 fix IMAP flag setting, IMAP flag is not handled correctly
2630                 anymore by the folder system and information about the
2631                 folder should not be saved in the MsgInfo (in my opinion)
2632
2633         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2634
2635 2003-02-22 [christoph]  0.8.10claws44
2636
2637         * src/summaryview.c
2638                 fix spelling of "label" ;-)
2639
2640 2003-02-22 [thorsten]   0.8.10claws43
2641
2642         * src/mimeview.c
2643           src/prefs_common.[ch]
2644           src/procmime.[ch]
2645                 do not use description as attachment name
2646
2647 2003-02-22 [alfons]     0.8.10claws42
2648
2649         * src/summaryview.c
2650                 freeze/thaw folder item updates when changing color labels,
2651                 and put a wait cursors on
2652
2653 2003-02-22 [thorsten]   0.8.10claws41
2654
2655         * src/mimeview.c
2656                 save-all fixes: crash if invoked on multipart container,
2657                 mimeinfo access, pathseparators, error dialog
2658
2659 2003-02-21 [alfons]     0.8.10claws40
2660
2661         * src/prefs_gtk.c
2662                 remove unused var
2663
2664 2003-02-21 [colin]      0.8.10claws39
2665
2666         * src/send.c
2667                 Fix smtp logging
2668
2669 2003-02-21 [colin]      0.8.10claws38
2670
2671         * src/summaryview.c
2672                 Freeze/thaw folderItem updates when filtering messages 
2673                 via Tools/Filter messages
2674
2675 2003-02-21 [paul]       0.8.10claws37
2676
2677         * src/compose.c
2678                 revert commit 0.8.10claws26, there are ulterior motives
2679                 for users to set a Reply-To header when posting to
2680                 newsgroups
2681
2682 2003-02-21 [paul]       0.8.10claws36
2683
2684         * sync with 0.8.10cvs17
2685                 see ChangeLog 2003-02-21
2686
2687 2003-02-20 [christoph]  0.8.10claws35
2688
2689         * src/imap.c
2690                 IMAP UID fetch speedup using SEARCH
2691
2692         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2693
2694         * src/imap.c
2695                 fix problem with UIDs in IMAP UID cache that no longer existed
2696
2697 2003-02-20 [christoph]  0.8.10claws34
2698
2699         * src/imap.c
2700         * src/procheader.c
2701         * src/procheader.h
2702                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2703
2704         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2705
2706         * src/imap.c
2707                 Rewrite imap_cmd_gen_recv use sock_getline instead
2708                 of sock_gets to avoid problems with too long reply
2709                 lines
2710     
2711 2003-02-20 [colin]      0.8.10claws33
2712         
2713         * src/prefs_account.c
2714                 Better wording
2715
2716 2003-02-20 [colin]      0.8.10claws32
2717
2718         * src/compose.c
2719                 Remove useless '&& !to_sender' 
2720
2721 2003-02-20 [darko]
2722
2723         * AUTHORS
2724                 change my e-mail address
2725
2726 2003-02-19 [colin]      0.8.10claws31
2727
2728         * src/prefs_common.c
2729                 X11 style colors for every configurable color
2730
2731 2003-02-19 [alfons]     0.8.10claws30
2732
2733         * src/prefs_gtk.[ch]
2734         * src/prefs_common.c
2735                 for color_new accept both plain integers and X11 style color
2736                 names (as found in /usr/lib/X11/rgb.txt)
2737
2738 2003-02-19 [paul]       0.8.10claws29
2739
2740         * src/mainwindow.c
2741                 add tooltips to online/offline button and account selector
2742                 button
2743
2744 2003-02-19 [paul]       0.8.10claws28
2745
2746         * src/folder.c
2747           src/news.c
2748           src/prefs_account.[ch]
2749           src/prefs_common.[ch]
2750                 move 'Maximum number of articles to download' to
2751                 account prefs.
2752                 clean up account prefs gui a little by hiding entries
2753                 rather then greying out entries
2754
2755 2003-02-19 [hiro]       0.8.10claws27
2756
2757         * src/common/utils.c
2758                 fix bug #54 'yesterdays date is displayed in the message 
2759                 summary window'
2760
2761 2003-02-19 [paul]       0.8.10claws26
2762
2763         * src/compose.c
2764                 fix bug reported in Feature Request [688596] 
2765                 'Reply-to header in news'
2766
2767 2003-02-18 [paul]       0.8.10claws25
2768
2769         * src/select-keys.c
2770                 add a 'List all keys' button to key selection dialog
2771
2772 2003-02-18 [colin]      0.8.10claws24
2773         
2774         * src/stock_pixmap.c
2775                 fix compile error
2776
2777 2003-02-18 [colin]      0.8.10claws23
2778
2779         * src/common/smtp.[ch]
2780           src/prefs_account.c
2781                 Try to starttls if it seems to be the only
2782                 way to authenticate a user
2783
2784 2003-02-18 [paul]       0.8.10claws22
2785
2786         * src/Makefile.am
2787           src/folderview.c
2788           src/stock_pixmap.[ch]
2789           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2790           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2791                 as a Drafts folder is a special folder allow it to have
2792                 its own unique icons
2793
2794 2003-02-18 [colin]      0.8.10claws21
2795
2796         * src/imap.c
2797                 Fix port selection when using starttls
2798
2799 2003-02-18 [paul]       0.8.10claws20
2800
2801         * src/mainwindow.c
2802           src/prefs_common.[ch]
2803                 make blue the default new mail colour
2804
2805 2003-02-18 [paul]       0.8.10claws19
2806
2807         * sync with 0.8.10cvs14
2808                 see ChangeLog 2003-02-18
2809
2810 2003-02-17 [jens]       0.8.10claws18
2811
2812         * src/common/md5.c
2813                 fixed a compile problem with gcc 3.3
2814                 works on 2.95.3 too (testet on PPC as it is big endian)
2815
2816 2003-02-17 [paul]       0.8.10claws17
2817
2818         * sync with 0.8.10cvs13
2819                 see ChangeLog 2003-02-17
2820
2821 2003-02-17 [paul]       0.8.10claws16
2822
2823         * sync with 0.8.10cvs12
2824                 see ChangeLog 2003-02-17
2825
2826 2003-02-16 [match]      0.8.10claws15
2827
2828         * src/addressbook.c
2829                 Eliminates reloading of address data when items
2830                 deleted or added. Applied submitted by
2831                 Luke Plant <lukeplant@softhome.net>
2832
2833 2003-02-16 [paul]       0.8.10claws14
2834
2835         * src/news.c
2836                 when a 'protocol error' is encountered disconnect from
2837                 the server. This means that the user can carry on viewing
2838                 other articles and doesn't have to either wait until the
2839                 server timesout or quit sylpheed.
2840                 Fixes bug #53 'Unable to read messages in newsgroups, 
2841                 displayed message doesn't change'
2842
2843 2003-02-15 [christoph]  0.8.10claws13
2844
2845         * src/imap.c
2846                 fix bug that stopped scanning of folders when an
2847                 IMAP folder was empty
2848
2849         (closes bug 46 stop scan messages in folders after empty folder)
2850
2851 2003-02-15 [paul]
2852
2853         * tools/Makefile.am
2854           tools/README
2855           tools/freshmeat_search.pl     ** NEW FILE **
2856           tools/google_search.pl        ** NEW FILE **
2857                 Add 2 Actions scripts which search freshmeat/google
2858                 for the selected text using the browser configured
2859                 in sylpheedrc.
2860                 
2861         Note: These scripts are very dependent on the format of the
2862         browser command and may not work on every occasion. Testing
2863         is welcome. 
2864
2865 2003-02-14 [alfons]     0.8.10claws12
2866
2867         * src/compose.c
2868                 fix breakage because of uninitialized account pointer.
2869                 please verify.
2870
2871 2003-02-14 [paul]       0.8.10claws11
2872
2873         * src/compose.c
2874           src/prefs_account.[ch]
2875           src/prefs_common.[ch]
2876                 move signature settings to Account Prefs
2877
2878 2003-02-14 [paul]       0.8.10claws10
2879
2880         * sync with 0.8.10cvs11
2881                 see ChangeLog 2003-02-14
2882
2883 2003-02-13 [thorsten]   0.8.10claws9
2884
2885         * src/news.c
2886                 revert news progressbar (GUI separation)
2887
2888 2003-02-13 [paul]       0.8.10claws8
2889
2890         * src/compose.c
2891                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2892                 paragraph 1
2893
2894 2003-02-13 [paul]       0.8.10claws7
2895
2896         * src/compose.[ch]
2897           src/summaryview.c
2898                 fix 'Follow-up and Reply-to' so that it creates a reply to
2899                 the newsgroup and the sender. If the message has the keyword
2900                 'poster' in the Followup-To header, all replies go to the
2901                 sender, re: RFC 1036, Section 2.2.3
2902                 rename all instances of 'ignore_replyto' to 'to_sender', both
2903                 were previously used, now we use just one.
2904
2905 2003-02-13 [paul]       0.8.10claws6
2906
2907         * sync with 0.8.10cvs9
2908                 see ChangeLog 2003-02-13
2909
2910 2003-02-13 [paul]       0.8.10claws5
2911
2912         * configure.ac
2913                 show which plugins are configured in the configure
2914                 output.
2915
2916 2003-02-12 [thorsten]   0.8.10claws4
2917
2918         * src/news.c
2919                 show progress while fetching news headers
2920
2921 2003-02-12 [christoph]  0.8.10claws3
2922
2923         * configure.ac
2924         * src/plugins/Makefile.am
2925                 use AM_CONDITIONAL to enable plugins, automake correctly
2926                 manages this when creating distdir
2927
2928 2003-02-12 [christoph]  0.8.10claws2
2929
2930         * ac/spamassassin.m4
2931         * src/plugins/spamassassin/Makefile.am
2932                 fix building SpamAssassin plugin without OpenSSL
2933
2934 2003-02-12 [paul]       0.8.10claws1
2935
2936         * ac/Makefile.am
2937           src/Makefile.am
2938           src/plugins/Makefile.am
2939                 fix failure of 'make release'
2940
2941 2003-02-12 [paul]       0.8.10claws
2942
2943         * 0.8.10claws released
2944
2945 2003-02-12 [paul]       0.8.9claws56
2946
2947         * po/bg.po
2948           po/es.po
2949           po/it.po
2950           po/ru.po
2951           po/sr.po
2952                 updated translations by George Danchev, Ricardo Mones Lastra,
2953                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2954                 
2955         * sylpheed.spec.in
2956                 Allow the building of RPMs by a regular user. Submitted
2957                 by Sergei Astanin
2958
2959 2003-02-11 [alfons]     0.8.9claws55
2960
2961         * src/colorlabel.c
2962                 don't use pixmaps for label color rect but draw rectangles
2963                 so we can respect the color map of palette based visuals
2964                 (fixes the long time crashes on Suns - thanks to Andreas
2965                 Engel and Steve O'Hara-Smith for testing)
2966
2967 2003-02-11 [christoph]  0.8.9claws54
2968
2969         * src/matcher_parser_parse.y
2970                 correct bug where filering rules of not existing folders in
2971                 matcherrc were added to global filtering
2972                 
2973         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2974          main filter-rules after removing directory, http://bugs.debian.org/180253)
2975         
2976 2003-02-11 [paul]       0.8.9claws53
2977
2978         * sync with 0.8.10cvs7
2979                 see ChangeLog 2003-02-09
2980
2981 2003-02-11 [melvin]     0.8.9claws52
2982
2983         * po/fr.po
2984                 Updated French tranlsations
2985
2986 2003-02-10 [paul]       0.8.9claws51
2987
2988         * sylpheed.spec.in
2989                 correct --enable-openssl
2990                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2991
2992 2003-02-09 [martin]     0.8.9claws50
2993
2994         * src/prefs_matcher.c
2995                 fix segfault in prefs_matcher_substitute_cb() when
2996                 no row is selected
2997
2998 2003-02-09 [paul]       0.8.9claws49
2999
3000         * src/folderview.c
3001                 fix bug where a newsgroup folder's processing rules were
3002                 merged with the global filtering rules when the newsgroup
3003                 folder was deleted, causing some seriously bad results,
3004                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3005
3006 2003-02-08 [melvin]     0.8.9claws48
3007
3008         * src/compose.c
3009                 Corrected and modified an alert message.
3010
3011 2003-02-07 [paul]       0.8.9claws47
3012
3013         * src/folderview.c
3014                 fix bug where both an 'Account properties' window and a
3015                 'Folder properties' window were opened when clicking on
3016                 'Properties' in an NNTP or IMAP folder's popup menu.
3017
3018 2003-02-07 [paul]       0.8.9claws46
3019
3020         * sync with 0.8.10cvs6
3021                 see ChangeLog 2003-02-06
3022
3023 2003-02-06 [christoph]  0.8.9claws45
3024
3025         * src/mbox.c
3026                 freeze folder updates while importing mbox files
3027                 (closes bug 43 importing mbox took hours)
3028                 
3029         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3030
3031 2003-02-06 [thorsten]   0.8.9claws44
3032
3033         * po/de.po
3034                 Updated german translations
3035
3036 2003-02-06 [thorsten]   0.8.9claws43
3037
3038         * src/news.h
3039                 use guint for message numbers (fix count in grouplist dialog)
3040
3041 2003-02-05 [paul]       0.8.9claws42
3042
3043         * sync with 0.8.10cvs2
3044                 see ChangeLog 2003-02-05
3045
3046 2003-02-04 [colin]      0.8.9claws41
3047
3048         * src/prefs_common.[ch]
3049           src/procmsg.c
3050           src/summaryview.c
3051                 Add an option to disable threading by subject
3052
3053 2003-02-04 [christoph]  0.8.9claws40
3054
3055         * src/inc.c
3056                 only abort fetching mails from multiple accounts when the
3057                 error is fatal and does not allow to check any more accounts
3058                 (currently only disk full error)
3059
3060         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3061          receive mails for other accouts)
3062
3063 2003-02-04 [christoph]  0.8.9claws39
3064
3065         * src/folder.c
3066                 first add the new message to the cache, then
3067                 send the update notification
3068
3069         (closes bug 39 after sending message folderview doesnt get updated)
3070
3071 2003-02-04 [colin]      0.8.9claws38
3072
3073         * src/inc.c
3074                 _really_ fix this Connecting... status
3075
3076 2003-02-04 [paul]       0.8.9claws37
3077
3078         * sync with 0.8.10
3079                 see ChangeLog 2003-02-04
3080
3081 2003-02-04 [paul]       0.8.9claws36
3082
3083         * sync with 0.8.9cvs6
3084                 see ChangeLog 2003-02-03
3085
3086 2003-02-04 [paul]       0.8.9claws35
3087
3088         * po/pt_BR.po
3089                 updated by André Filipe de Assunção e Brito 
3090                 <bedecko@netsite.com.br>
3091
3092 2003-02-03 [thorsten]   0.8.9claws34
3093
3094         * po/de.po
3095                 Updated german translations
3096
3097 2003-02-02 [paul]       0.8.9claws33
3098
3099         * po/es.po
3100                 updated by Ricardo Mones Lastra
3101
3102 2003-02-02 [thorsten]   0.8.9claws32
3103
3104         * src/mh.c
3105                 Fix mh_get_msginfo() segfault if file is inaccessible
3106
3107 2003-01-31 [colin]      0.8.9claws31
3108
3109         * src/procheader.c
3110                 Fix last commit's bug
3111
3112 2003-01-31 [colin]      0.8.9claws30
3113
3114         * src/procheader.c
3115                 Missing a change for gpg-signed messages
3116
3117 2003-01-31 [paul]       0.8.9claws29
3118
3119         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3120           src/procheader.c
3121           src/stock_pixmap.[ch]
3122           src/summaryview.c
3123                 indicate GnuPG signed messages by displaying an icon
3124                 in the Attachment column.
3125
3126 2003-01-31 [paul]       0.8.9claws28
3127
3128         * sync with 0.8.9cvs4
3129                 see ChangeLog 2003-01-31
3130
3131 2003-01-31 [alfons]     0.8.9claws27
3132
3133         * src/textview.c
3134                 tune URI parser to accept mailto URLs with a '?'
3135                 (patch from Ruslan Balkin)
3136
3137 2003-01-31 [colin]      0.8.9claws26
3138
3139         * src/summaryview.c
3140                 Fix a leak introduced in claws24
3141
3142 2003-01-31 [colin]      0.8.9claws25
3143
3144         * src/summaryview.c
3145                 Freeze/Thaw folder updates when deleting dups
3146
3147 2003-01-31 [colin]      0.8.9claws24
3148         
3149         * src/addr_compl.c
3150           src/summaryview.c
3151           src/msgcache.c
3152                 little speed improvements
3153
3154 2003-01-31 [colin]      0.8.9claws23
3155
3156         * src/summaryview.c
3157                 Fix segfault when forwarding nothing
3158                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3159                 
3160 2003-01-30 [paul]       0.8.9claws22
3161
3162         * sync with 0.8.9cvs3
3163                 see ChangeLog 2003-01-30
3164
3165 2003-01-30 [paul]       0.8.9claws21
3166
3167         * sync with 0.8.9cvs2
3168                 see ChangeLog 2003-01-30
3169
3170 2003-01-29 [paul]       0.8.9claws20
3171
3172         * sync with 0.8.9cvs1
3173                 see ChangeLog 2003-01-29
3174
3175 2003-01-28 [paul]       0.8.9claws19
3176
3177         * po/POTFILES.in
3178                 update to reflect changes. 
3179                 thanks to Ricardo Mones Lastra
3180
3181 2003-01-27 [christoph]  0.8.9claws18
3182
3183         * ac/openssl.m4
3184         * ac/spamassassin.m4
3185         * src/plugins/spamassassin/README
3186         * src/plugins/spamassassin/libspamc.[ch]
3187         * src/plugins/spamassassin/utils.[ch]
3188                 updated to latest libspamc
3189
3190 2003-01-27 [christoph]  0.8.9claws17
3191
3192         * src/folder.c
3193                 fix wrong use of procheader_get_header_fields
3194
3195 2003-01-27 [christoph]  0.8.9claws16
3196
3197         * src/news.c
3198         * src/prefs_account.[ch]
3199         * src/common/nntp.[ch]
3200                 allow to force authentication for NNTP servers
3201
3202         Patch submitted by Florian Mickler <dmk@d-labs.de>
3203
3204 2003-01-26 [paul]       0.8.9claws15
3205
3206         * src/summaryview.c
3207                 speed up of marking messages as read
3208                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3209
3210 2003-01-26 [christoph]  0.8.9claws14
3211
3212         * src/Makefile.am
3213         * src/mgutils.[ch]              ** REMOVE **
3214         * src/xml.[ch]                  ** REMOVE **
3215         * src/xmlprops.[ch]             ** REMOVE **
3216         * src/common/Makefile.am
3217         * src/common/mgutils.[ch]       ** NEW **
3218         * src/common/xml.[ch]           ** NEW **
3219         * src/common/xmlprops.[ch]      ** NEW **
3220                 move xml files to common directory
3221
3222 2003-01-26 [christoph]  0.8.9claws13
3223
3224         * src/plugins/spamassassin/spamassassin_gtk.c
3225                 only set gtk entry text if string is available
3226
3227 2003-01-26 [melvin]     0.8.9claws12
3228
3229         * src/description_window.c
3230                 Allow resizing of the window
3231                 Allow automatic horizontal scroll bar
3232                 Do not vertically expand and fill
3233
3234 2003-01-26 [christoph]  0.8.9claws11
3235
3236         * src/Makefile.am
3237         * src/gtkutils.[ch]             ** REMOVE **
3238         * src/common/sylpheed.c
3239         * src/gtk/Makefile.am
3240         * src/gtk/description_window.c
3241         * src/gtk/gtkutils.[ch]         ** NEW **
3242         * src/gtk/prefswindow.c
3243                 move gtkutils to gtk directory
3244
3245 2003-01-26 [paul]       0.8.9claws10
3246
3247         * src/summaryview.c
3248                 rename summary_unread_clicked() to summary_status_clicked()
3249
3250 2003-01-26 [melvin]     0.8.9claws9
3251
3252         * src/prefs_actions.c
3253                 Cosmetical changes to the help text
3254
3255 2003-01-26 [paul]       0.8.9claws8
3256
3257         * src/folder.[ch]
3258           src/mainwindow.c
3259           src/prefs_common.c
3260           src/prefs_sumamry_column.c
3261           summaryview.[ch]
3262                 rename the 'Unread' column to 'Status'
3263
3264 2003-01-25 [match]      0.8.9claws7
3265
3266         * src/mgutils.[ch]
3267                 removed reference to LDAP constants. removed error2string.
3268                 included functions to support LDAP dynamic queries.
3269         * src/syldap.h
3270                 moved LDAP constants here.
3271         * src/addressbook.c
3272         * src/addrindex.c
3273         * src/importldif.c
3274                 removed references to LDAP constants and references to
3275                 error2string.
3276
3277 2003-01-25 [paul]       0.8.9claws6
3278
3279         * src/summaryview.c
3280                 summary_thread_build(), summary_thread_init(): remove 
3281                 unneeded reference to summaryview->folder_item
3282
3283 2003-01-25 [christoph]  0.8.9claws5
3284
3285         * src/gtk/description_window.c
3286                 o allow description texts to expand over multiple columns
3287                 o translate all columns
3288         * src/prefs_actions.c
3289                 change syntax description to use new multi column feature
3290
3291         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3292
3293 2003-01-25 [match]      0.8.9claws4
3294
3295         * src/vcard.c
3296                 fixed bug with Quoted-Printable
3297
3298 2003-01-25 [paul]       0.8.9claws3
3299
3300         * src/folder.[ch]
3301           src/summaryview.[ch]
3302                 implement per-folder collapsed/expanded threads setting
3303                 
3304         * src/prefs_common.c
3305                 remove global collapsed/expanded threads option
3306
3307 2003-01-25 [christoph]  0.8.9claws2
3308
3309         * po/POTFILES.in
3310                 add pluginwindow and prefswindow
3311         * src/compose.c
3312                 make send respond correctly to messages that could be added
3313                 to the queue folder, but the UID of the message is unknown
3314         * src/folder.c
3315         * src/imap.c
3316                 don't return guessed UIDs in imap_add_msg anymore. We return
3317                 0 to tell the folder system it was appened but the UID is
3318                 unknown. Folder system now get's the UID by scaning the folder
3319                 and searching the cache for the Message-ID
3320                 (closes bug #29 Messages queued, but not sent)
3321
3322 2003-01-25 [paul]       0.8.9claws1
3323
3324         * src/codeconv.c
3325                 conv_encode_header():  fix bug when long headers with 8-bit
3326                 characters are used, so that the encoded words are wrapped.
3327                 If the space in the original text falls on the wrap boundary,
3328                 it can be lost.
3329                 Patch by Sergey Vlasov.
3330                 
3331         * src/folderview.c
3332                  fix bug where a change to the sorting method or thread view
3333                  of a folder's messages is lost if simpify-subject is set and
3334                  toggled on or off.
3335                  Patch by Luke Plant.
3336
3337 2003-01-24 [paul]       0.8.9claws
3338
3339         * sylpheed-0.8.9claws released
3340         
3341         * Makefile.am
3342           sylpheed.spec.in
3343                 remove reference to 'INSTALL.jp'
3344
3345 2003-01-23 [paul]       0.8.8claws128
3346
3347         * po/es.po
3348           po/it.po
3349           po/ru.po
3350           po/sr.po
3351                 updated translations. submitted by Ricardo Mones Lastra,
3352                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3353
3354 2003-01-23 [colin]      0.8.8claws127
3355
3356         * src/compose.c
3357                 Fix drafted and queued news articles re-edition
3358
3359 2003-01-23 [melvin]     0.8.8claws126
3360
3361         * po/fr.po
3362                 Updated French translations
3363
3364 2003-01-23 [colin]      0.8.8claws125
3365
3366         * src/inc.c
3367                 Fix "Connecting to..." status message
3368
3369 2003-01-22 [paul]       0.8.8claws124
3370
3371         * po/bg.po
3372                 updated by George Danchev
3373                 
3374         * src/folder.c
3375                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3376                 and folder deletion
3377
3378 2003-01-21 [paul]       0.8.8claws123
3379
3380         * po/bg.po
3381                 updated by George Danchev
3382                 
3383         * src/about.c
3384                 its now 2003
3385                 
3386         * src/toolbar.c
3387                 don't translate 'Separator'
3388                 
3389         * src/plugins/spamassassin/Makefile.am
3390                 add aspell to CPPFLAGS
3391                 
3392         * src/plugins/spamassassin/spamassassin.c
3393           src/plugins/spamassassin/spamassassin_gtk.c
3394                 set correct default for spamassassin_receive_spam
3395                 slightly re-word descriptions and some
3396                 other minor changes
3397
3398 2003-01-19 [alfons]     0.8.8claws122
3399                 
3400         * src/mimeview.c
3401                 mimeview_save_as(): we might as well show the file name for
3402                 the single case "Save As" too
3403
3404 2003-01-19 [alfons]     0.8.8claws121
3405
3406         * src/crash.c
3407                 change bug tracker URL to bugzilla URL
3408
3409 2003-01-19 [alfons]     0.8.8claws120
3410
3411         * src/mimeview.c
3412                 mimeview_save_all(): display name of file before overwriting;
3413                 continue saving all, even when one overwrite was cancelled
3414
3415 2003-01-19 [christoph]  0.8.8claws119
3416
3417         * src/summaryview.c
3418         * src/procmsg.[ch]
3419                 fix wrong usage of procmsg_find_children in summaryview
3420                 by using procmsg_update_unread_children instead of
3421                 summaryview_update_unread_children
3422
3423 2003-01-19 [christoph]  0.8.8claws118
3424
3425         * src/procmsg.c
3426                 fix infinite loop in procmsg_find_children
3427                  (closes bug #25 sylpheed crashes on delete.)
3428
3429         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3430
3431 2003-01-19 [paul]       0.8.8claws117
3432
3433         * po/pt_BR.po
3434                 updated by Ivan Francolin Martinez
3435
3436 2003-01-18 [melvin]     0.8.8claws116
3437
3438         * src/prefs_actions.c
3439                 Removed syntax limitation of only one '&' at the end of command.
3440                         Now actions that contain '>/dev/null 2>&1' are possible.
3441
3442 2003-01-18 [melvin]     0.8.8claws115
3443
3444         * src/prefs_actions.c
3445                 Actions IO dialog: when the action ends
3446                 the "Close" button now has focus and [Escape] closes the
3447                 window.
3448
3449 2003-01-18 [christoph]  0.8.8claws114
3450
3451         * src/procmsg.c
3452                 o add debug output when MsgInfos are really freed
3453                 o free GSLists in procmsg_find_children and
3454                   procmsg_update_unread_children
3455
3456 2003-01-18 [christoph]  0.8.8claws113
3457
3458         * src/mainwindow.c
3459                 reorder Configuration menu
3460
3461 2003-01-18 [christoph]  0.8.8claws112
3462
3463         * src/compose.c
3464                 fix applying templates to forwarded messages
3465
3466         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3467
3468 2003-01-17 [christoph]  0.8.8claws111
3469
3470         * src/folder.c
3471                 destroy folder items, when a folder item is removed
3472
3473 2003-01-17 [christoph]  0.8.8claws110
3474
3475         * src/folder.c
3476                 fix wrong folder stats update when ignored message is
3477                 deleted
3478
3479 2003-01-17 [colin]      0.8.8claws109
3480         
3481         * src/mainwindow.c
3482         * src/summaryview.c
3483                 Quicksearch bugfixes: 
3484                 - hide help button at startup if not extended
3485                 - switch to extended when looking for replies
3486
3487 2003-01-17 [paul]
3488
3489         * sync with 0.8.9 release
3490
3491 2003-01-17 [paul]       0.8.8claws108
3492
3493         * sync with 0.8.8cvs11
3494                 see ChangeLog 2003-01-17
3495
3496 2003-01-16 [colin]      0.8.8claws107
3497
3498         * src/procmsg.c
3499                 Changed encryption test to re-ask passphrase
3500                 if an encrypted message hasn't been decrypted
3501                 Fixes bug #5
3502
3503 2003-01-16 [christoph]  0.8.8claws106
3504
3505         * src/prefs_gtk.c
3506         * src/prefs_toolbar.c
3507         * src/gtk/prefswindow.h
3508         * src/plugins/spamassassin/spamassassin_gtk.c
3509                 remove page destroy function that is not used anymore
3510
3511 2003-01-16 [paul]       0.8.8claws105
3512
3513         * sync with 0.8.8cvs9
3514                 see ChangeLog 2002-01-16
3515
3516 2003-01-16 [colin]      0.8.8claws104
3517
3518         * src/compose.[ch]
3519                 Fix bug with autosaved drafts for IMAP, when draft
3520                 folder is specified - fixes bugzilla bug #20
3521
3522 2003-01-15 [paul]       0.8.8claws103
3523
3524         * src/compose.[ch]
3525           src/procmsg.c
3526                 store folder and message-id of message forwarding
3527                 in queue header and set forward flag after sending
3528
3529 2003-01-15 [paul]       0.8.8claws102
3530
3531         * sync with 0.8.8cvs8
3532                 see ChangeLog 2002-01-15
3533
3534 2003-01-15 [colin]      0.8.8claws101
3535
3536         * src/Makefile.am
3537                 Fix linking with GNU libiconv
3538
3539 2003-01-15 [darko]      0.8.8claws100
3540
3541         * src/pine.c
3542                 fix crash when importing pine address book
3543                 entry with an empty name (reported by DY
3544                 <dybulk at tri8.net>)
3545
3546 2003-01-14 [paul]       0.8.8claws99
3547
3548         * configure.in  ** REMOVED **
3549           configure.ac  ** NEW FILE **
3550                 rename configure.in to configure.ac, as it is now
3551                 preferred
3552
3553 2003-01-14 [melvin]     0.8.8claws98
3554
3555         * src/folderview.c
3556                 folderview_check_new(): More precise function description
3557
3558 2003-01-14 [melvin]     0.8.8claws97
3559
3560         * src/folderview.c
3561                 folderview_check_new(): return the number of new messages 
3562                         since last check.
3563         * src/inc.c
3564                 inc_account_mail(): Disable counting of new messages for IMAP
3565                         and NNTP until bug [19] and [14] are fixed.
3566
3567 2003-01-14 [paul]       0.8.8claws96
3568
3569         * sync with 0.8.8cvs6
3570                 see ChangeLog 2003-01-14
3571
3572 2003-01-13 [alfons]     0.8.8claws95
3573
3574         * src/textview.c
3575                 tune email address validation (c. 0.8.8claws89): if . is 
3576                 just one char away from @, the address is invalid too 
3577                 (correctly rejects addresses like foo@.com)
3578
3579 2003-01-13 [paul]       0.8.8claws94
3580
3581         * src/messageview.c
3582           src/toolbar.c
3583                 fixes to the Message View toolbar and menu:
3584                 fix non-functioning Forward button
3585                 make Reply button consider default_reply_list
3586                 remove 'Follow-up...' menu entry
3587                 add 'Forward' and 'Redirect' menu entries
3588
3589 2003-01-13 [melvin]     0.8.8claws93
3590
3591         * src/inc.c
3592                 Fixed typo that could make new messages count incorrect.
3593
3594 2003-01-13 [melvin]     0.8.8claws92
3595
3596         * src/folderview.[ch]
3597                 folderview_check_new(): return the number of new messages.
3598         * src/inc.c
3599                 Should fix bug [14] where new mail notification worked 
3600                         incorrectly with IMAP accounts.
3601                 inc_spool_account(): return number of new msgs, or -1 on error
3602                 inc_all_spool(): return number of new msgs
3603                 
3604 2003-01-13 [melvin]     0.8.8claws91
3605
3606         * src/prefs_actions.c
3607                 Justify help text.
3608
3609 2003-01-12 [thorsten]   0.8.8claws90
3610
3611         * src/common/prefs.c
3612                 close file before rename
3613
3614 2003-01-12 [alfons]     0.8.8claws89
3615
3616         * AUTHORS
3617                 add Christian Mertes
3618         * src/common/utils.[ch]
3619                 g_stricase_hash(), g_stricase_equal(): functions for 
3620                 case insensitive hash tables
3621         * src/textview.c
3622                 use top level domain names to validate email address, based
3623                 on a patch by Christian Mertes (thanks!), but changed 
3624                 implementation to use a hash table 
3625
3626 2003-01-12 [paul]       0.8.8claws88
3627
3628         * po/bg.po
3629                 updated by George Danchev
3630
3631 2003-01-12 [alfons]     0.8.8claws87
3632
3633         * src/summaryview.c
3634                 delete / execute performance: use new style folder update
3635
3636 2003-01-12 [paul]       0.8.8claws86
3637
3638         * sync with 0.8.8cvs5
3639                 see ChangeLog 2003-01-13 (!)
3640
3641 2003-01-12 [alfons]     0.8.8claws85
3642
3643         * src/filtering.c
3644         * src/matcher_parser_parse.y
3645                 prepare change_score filtering action
3646         * src/matcher.[ch]
3647                 give up const-correctness on functions that call non-const-correct functions;
3648                 several casts to gpointer in g_free();
3649                 add change_score;
3650
3651 2003-01-12 [christoph]  0.8.8claws84
3652
3653         * src/compose.c
3654                 fix 2 warnings
3655
3656         * src/gtk/prefswindow.[ch]
3657         * src/plugins/spamassassin/spamassassin_gtk.c
3658                 changed the call of the widget create function
3659                 for PrefsPages, because sometimes the widget
3660                 create function needs a widget that already has
3661                 been attached to a window (to create GDK pixmaps
3662                 for exmaple). So we simply pass the GtkWindow as
3663                 the second parameter now.
3664
3665         * src/main.c
3666         * src/mainwindow.c
3667         * src/prefs_toolbar.[ch]
3668                 rewrite Toolbar Preferences using the new
3669                 prefs window
3670
3671 2003-01-11 [alfons]     0.8.8claws83
3672
3673         * src/addressadd.c
3674                 fix crash when adding sender to addressbook because status bar
3675                 isn't there (the status bar doesn't seem to be used though,
3676                 but I'll let Match decide what to do with it)
3677
3678 2003-01-11 [colin]      0.8.8claws82
3679
3680         * src/main.c
3681           src/toolbar.c
3682                 Two useless changes reversed
3683
3684 2003-01-11 [colin]      0.8.8claws81
3685
3686         * src/mainwindow.c
3687           src/mainwindow.h
3688                 Add mainwindow_get_mainwindow()
3689         * src/alertpanel.c
3690           src/alertpanel.h
3691                 Add alertpanel_error_log() 
3692         * src/compose.c
3693           src/inc.c
3694           src/messageview.c
3695           src/toolbar.c
3696           src/main.c
3697           src/procmsg.c
3698                 Network errors get a View Log button
3699
3700 2003-01-10 [alfons]     0.8.8claws80
3701
3702         * src/prefs_toolbar.c
3703         * src/toolbar.c
3704                 use the translatable string for "Separator" as file name for
3705                 separator toolbar items (probably make this uppercase?)
3706
3707 2003-01-10 [alfons]     0.8.8claws79
3708
3709         * src/prefs_toolbar.c
3710                 put right A_SEPARATOR description string in "displayed
3711                 toolbar items list" so manually added separators are
3712                 saved correctly (bug #10, "Adding a separator to the main 
3713                 toolbar fails, entry in xml file is wrong")
3714
3715 2003-01-10 [christoph]  0.8.8claws78
3716
3717         * src/imap.c
3718                 o fix warnings
3719                 o use CAPABILITY to check if NAMESPACE is available
3720
3721 2003-01-10 [christoph]  0.8.8claws77
3722
3723         * src/imap.[ch]
3724                 apply UIDPLUS IMAP extension support patch
3725
3726         Patch submitted by Simon 'corecode' Schubert
3727
3728 2003-01-10 [paul]       0.8.8claws76
3729
3730         * src/folderview.c
3731                 a sync from main which fixes the news account folders'
3732                 Properties bug
3733
3734 2003-01-10 [christoph]  0.8.8claws75
3735
3736         * src/folder.c
3737                 don't accept 0 as a valid uid returned by copy and move
3738                 functions. 0 means the message was copied or moved but the
3739                 new uid could not be fetched. It is not an error condition
3740                 for the copy or move operation.
3741
3742 2003-01-10 [paul]       0.8.8claws74
3743
3744         * src/prefs_filtering.c
3745                 change English used in Alert when entry is not
3746                 saved.
3747                 
3748         * sync with 0.8.8cvs4
3749                 see ChangeLog 2003-01-10
3750
3751 2003-01-10 [darko]      0.8.8claws73
3752
3753         * src/pine.c
3754                 fix crash when importing address book entry
3755                 without a valid address
3756
3757 2003-01-09 [alfons]     0.8.8claws72
3758
3759         * src/inc.c
3760                 filtering performance: use new style folder update
3761
3762 2003-01-09 [christoph]  0.8.8claws71
3763
3764         * src/compose.c
3765         * src/gtk/menu.[ch]
3766                 fix wrong selecting of mime encoding type, when
3767                 opening property dialog of attachments in the
3768                 compose window. 7bit was always selected and that
3769                 destoryed files with 8bit data.
3770                 (closes bug #9 Sylpheed-claws destroys attachments when
3771                  changing MIME-types)
3772
3773 2003-01-09 [paul]       0.8.8claws70
3774
3775         * sync with 0.8.8cvs3
3776                 see ChangeLog 2003-01-09
3777
3778 2003-01-08 [alfons]     0.8.8claws69
3779         
3780         * src/addressadd.c
3781                 apply patch by Kim Schulz to fix build breakage
3782                 because of missing variable
3783
3784 2003-01-08 [paul]       0.8.8claws68
3785
3786         * sync with 0.8.8cvs2
3787                 see ChangeLog 2002-01-08
3788
3789 2003-01-08 [paul]       0.8.8claws67
3790
3791         * po/it.po
3792                 updated by Alessandro Maestri
3793                 
3794         * src/addressadd.c
3795                 when using 'Add sender to addressbook' allow
3796                 name to be edited and remarks to be entered
3797                 Patch submitted by Luke Plant
3798
3799 2003-01-08 [darko]      0.8.8claws66
3800
3801         * README.claws, src/summaryview.c
3802                 fix description for marked messages
3803
3804 2003-01-08 [paul]
3805
3806         * tools/Makefile.am
3807           tools/launch_phoenix  ** NEW FILE **
3808                 add script that enables using Phoenix as the default
3809                 web browser. 
3810                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3811                 
3812         * tools/OOo2sylpheed.pl
3813                 remove full path to sylpheed executable, just 'sylpheed'
3814                 will do
3815                 
3816         * tools/README
3817                 add launch_phoenix informtion and re-arrange and compress
3818                 the data a little
3819
3820 2003-01-07 [christoph]  0.8.8claws65
3821
3822         * src/folder.c
3823                 fix update for source folder when moving messages
3824         * src/procmsg.[ch]
3825         * src/summaryview.c
3826                 use function to set to_folder for message infos and
3827                 automatically update the op_count for old and new
3828                 folder
3829
3830 2003-01-07 [melvin]     0.8.8claws64
3831
3832         * src/prefs_actions.c
3833                 Fixed bug where an '%p' Action on a displayed image crashed 
3834                         Sylpheed
3835                 Code clean up (get rid of duplicated code and removed unnecessary 
3836                                 structure member)
3837
3838 2003-01-07 [christoph]  0.8.8claws63
3839
3840         * src/compose.c
3841         * src/folder.[ch]
3842         * src/folderview.c
3843         * src/import.c
3844         * src/inc.c
3845         * src/main.c
3846         * src/mainwindow.c
3847         * src/messageview.c
3848         * src/prefs_folder_item.c
3849         * src/procmsg.c
3850         * src/summaryview.c
3851         * src/toolbar.c
3852                 o remove all folder update triggering from the UI code. The folder
3853                   system should know much better when a folder needs an update.
3854                 o to prevent multiple updates in a row the folder updates can be
3855                   frozen for some time.
3856
3857                 Note: - Please verify that no updates are missing
3858                       - Check where freeze/thaws should be added
3859
3860 2003-01-07 [christoph]  0.8.8claws62
3861
3862         * src/prefs_actions.c
3863                 don't translate empty strings
3864
3865         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3866
3867 2003-01-06 [christoph]  0.8.8claws61
3868
3869         * src/prefs_actions.c
3870                 mark strings for gettext
3871         * src/prefs_matcher.c
3872                 use new description window for Execute action and
3873                 match condition in Filtering
3874
3875         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3876
3877 2003-01-06 [alfons]     0.8.8claws60
3878
3879         keep myself inspired to re-organize matcher part 8; 
3880         yes, more to come (I need to move out the descriptive
3881         text for actions to matcher.c, or at least make it not
3882         depend on the wicked ordering)
3883
3884         * src/prefs_matcher.c
3885                 add documentation so others may comprehend the
3886                 UI part of the conditions
3887                 
3888 2003-01-06 [christoph]  0.8.8claws59
3889
3890         * src/prefs_actions.c
3891                 use new description window for syntax help
3892         * src/gtk/description_window.c
3893                 fix display of descriptions with column count != 2
3894
3895         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3896
3897 2003-01-06 [christoph]  0.8.8claws58
3898
3899         * src/quote_fmt.c
3900         * src/summaryview.[ch]
3901         * src/gtk/Makefile.am
3902         * src/gtk/description_window.[ch]       ** NEW **
3903                 use a generic window to display syntax descriptions
3904                 currently used in quote_fmt and summaryview (new description
3905                 for extended quick search)
3906
3907         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3908
3909 2003-01-06 [paul]       0.8.8claws57
3910
3911         * sync with 0.8.8cvs1
3912                 see ChangeLog 2003-01-06
3913
3914 2003-01-06 [christoph]  0.8.8claws56
3915
3916         * src/mainwindow.c
3917         * src/prefs_gtk.[ch]
3918         * src/gtk/prefswindow.[ch]
3919         * src/plugins/spamassassin/spamassassin_gtk.c
3920                 o remove page management from prefswindow, pages
3921                   will be an argument to prefswindow_open
3922                 o prefswindow_open gets a datapointer that is
3923                   passed to the widget_create function to allow
3924                   creation of prefswindow for specific items
3925
3926 2003-01-06 [colin]      0.8.8claws55
3927         
3928         * src/summaryview.c
3929                 We don't want regexp in the reply-finder, 
3930                 because MIDs can contain !,$,. and so on
3931
3932 2003-01-06 [jens]       0.8.8claws54
3933
3934         * src/jpilot.c
3935                 fixed a wrong free in jpilot_read_db_files
3936
3937 2003-01-06 [alfons]     0.8.8claws53
3938
3939         re-organize matcher part 8; more to come
3940        
3941         * src/matcher.c
3942                 matcherprop_to_string(): put g_free()s before the
3943                 switch-case break to fix memleaks                
3944
3945 2003-01-06 [colin]      0.8.8claws52
3946
3947         * src/summaryview.c
3948                 cleanup & reply-finder now displays the first 
3949                 matching message
3950
3951 2003-01-05 [alfons]     0.8.8claws51
3952
3953         re-organize matcher part 7; more to come
3954
3955         * src/matcher.[ch]
3956                 fixes for constant correctness;
3957                 more documentation;
3958
3959 2003-01-05 [alfons]     0.8.8claws50
3960
3961         re-organize matcher part 6; more to come
3962         
3963         * src/matcher.[ch]
3964                 fixes for constant correctness;
3965                 more documentation;
3966         * src/filtering.c
3967                 fix for constant correctness
3968
3969 2003-01-05 [colin]      0.8.8claws49
3970
3971         * src/account.[ch]
3972                 Add account_get_reply_account function
3973         * src/compose.c
3974                 Use account_get_reply_account function 
3975         * src/summaryview.c
3976                 Basic reply-finder - click on the replied
3977                 icon gets you to the outbox using quick-search
3978
3979 2003-01-05 [paul]       0.8.8claws48
3980
3981         * src/prefs_common.c
3982                 small change to English
3983                 
3984         * src/prefs_filtering.c
3985                 prefs_filtering_action_select(): improve logic and uniformity
3986                 of gui
3987
3988 2003-01-05 [alfons]     0.8.8claws47
3989
3990         fine tune solution to focus problems (bug #7)
3991
3992         * src/mainwindow.c
3993                 mainwindow_focus_in_event(): remove grab event check
3994         * src/summaryview.c
3995                 summary_button_pressed(): move selection on right-click
3996                 too. we can't possibly move the selection back after
3997                 canceling a dialog, because gtk's incomplete focus 
3998                 management. whether this is a good solution, only time
3999                 will tell.
4000
4001 2003-01-05 [christoph]  0.8.8claws46
4002
4003         * src/imap.c
4004                 fix crash when no imap connection could be established
4005
4006 2003-01-05 [paul]       0.8.8claws45
4007
4008         * src/mainwindow.c
4009           src/sumamryview.c
4010           src/gtk/menu.[ch]
4011                 fix bug 605957 'shortcuts in popup-menu'
4012                 make user-defined shortcuts work
4013                 show shortcuts that are already defined
4014                 in the main menu
4015                 Patch submitted by Luke Plant
4016
4017 2003-01-05 [alfons]     0.8.8claws44
4018
4019         * src/mainwindow.c
4020                 focus_in_event handler should not select summary view row 
4021                 when another window (menu, dialog) grabbed for events 
4022                 (bug #7, "[0.8.8claws42] Message summary focus") 
4023
4024 2003-01-04 [christoph]  0.8.8claws43
4025
4026         * src/procmsg.c
4027                 update save folder after adding the sent message
4028                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4029
4030 2003-01-02 [christoph]  0.8.8claws42
4031
4032         * src/common/plugin.c
4033                 fix unloading of all plugins and unload
4034                 plugins in reverse order
4035                 
4036         * src/gtk/pluginwindow.c
4037                 implement function of load and unload button
4038
4039         * src/gtk/prefswindow.c
4040         * src/gtk/prefswindow.h
4041                 rename register function and add new unregister
4042                 function
4043
4044         * src/plugins/spamassassin/spamassassin_gtk.c
4045                 unregister prefs page and update for changes in
4046                 src/gtk/prefswindow.c
4047
4048 2003-01-02 [paul]       0.8.8claws41
4049
4050         * po/es.po
4051                 updated by Ricardo Mones Lastra
4052
4053 2003-01-02 [paul]
4054
4055         * tools/tb2sylpheed
4056                 fixes and improvements by Urke MMI
4057
4058 2003-01-02 [thorsten]   0.8.8claws40
4059
4060         * src/procmsg.c
4061                 fixed wrong return value
4062
4063 2003-01-02 [thorsten]   0.8.8claws39
4064
4065         * src/prefs.c
4066                 fixed printing wrong variable
4067
4068 2003-01-02 [thorsten]   0.8.8claws38
4069
4070         * src/prefs.c
4071                 fixed acessing members of freed pfile struct
4072
4073 2003-01-02 [thorsten]   0.8.8claws37
4074
4075         * src/procmsg.c
4076                 detect loops across several messages
4077                 as suggested by Christoph Hohmann
4078
4079 2003-01-01 [match]      0.8.8claws36
4080
4081         * src/addrindex.c
4082                 fixed another memory leak.
4083
4084 2003-01-01 [match]      0.8.8claws35
4085
4086         * src/jpilot.[ch]
4087                 fixed memory leaks. applied Doxygen comments.
4088
4089 2003-01-01 [thorsten]   0.8.8claws34
4090
4091         * src/procmsg.c
4092                 inhibit endless loop if msg references itself
4093                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4094
4095 2003-01-01 [christoph]  0.8.8claws33
4096
4097         * src/mainwindow.c
4098         * src/gtk/Makefile.am
4099         * src/gtk/pluginwindow.c                ** NEW **
4100         * src/gtk/pluginwindow.h                ** NEW **
4101                 add plugin window
4102
4103         * src/plugins/demo/demo.c
4104         * src/plugins/spamassassin/spamassassin.c
4105         * src/plugins/spamassassin/spamassassin_gtk.c
4106                 write better plugin descriptions
4107
4108 2002-12-31 [christoph]  0.8.8claws32
4109
4110         * src/gtk/prefswindow.c
4111         * src/plugins/spamassassin/spamassassin_gtk.c
4112                 some small improvements to GTK code
4113
4114 2002-12-31 [christoph]  0.8.8claws31
4115
4116         * src/plugins/spamassassin/spamassassin_gtk.c
4117                 enable folder select button
4118
4119 2002-12-31 [christoph]  0.8.8claws30
4120
4121         * src/mainwindow.c
4122         * src/gtk/Makefile.am
4123         * src/gtk/prefswindow.c                         ** NEW **
4124         * src/gtk/prefswindow.h                         ** NEW **
4125                 add new prefs window
4126
4127         * src/common/plugin.c
4128                 don't try to load empty config lines
4129         
4130         * src/plugins/spamassassin/Makefile.am
4131         * src/plugins/spamassassin/spamassassin.c
4132         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4133         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4134                 GTK config for SpamAssassin Plugin using
4135                 the new prefs window
4136
4137 2002-12-31 [paul]       0.8.8claws29
4138
4139         * po/POTFILES.in
4140                 remove obsolete entry 'src/menu.c'
4141
4142 2002-12-31 [alfons]     0.8.8claws28
4143
4144         * src/matcher.[ch]
4145         * src/matcher_parser_parse.y
4146         * src/prefs_matcher.c
4147                 add "ignore_thread" and "~ignore_thread" condition so it's
4148                 possible to make the actions / scoring operate on the ignore
4149                 thread flag
4150
4151 2002-12-31 [christoph]  0.8.8claws27
4152
4153         * src/addrbook.c
4154         * src/addrindex.c
4155         * src/folder.c
4156         * src/matcher.c
4157         * src/prefs_account.c
4158         * src/prefs_actions.c
4159         * src/prefs_customheader.c
4160         * src/prefs_display_header.c
4161         * src/prefs_gtk.c
4162         * src/procmime.c
4163         * src/toolbar.c
4164         * src/xmlprops.c
4165         * src/common/prefs.[ch]
4166                 extend prefs file handling for reading and automatic handling
4167                 of blocks. When reading prefs_set_block_label will automatically
4168                 move on to the block. When writing it will copy all other blocks
4169                 automatically
4170
4171         * src/common/plugin.c
4172                 Now loading plugin filenames from [Plugins] block in
4173                 sylpheed rc file
4174
4175 2002-12-30 [christoph]  0.8.8claws26
4176
4177         * src/common/hooks.[ch]
4178                 return abort status to caller of hooks_invoke
4179                 
4180         * src/inc.[ch]
4181                 invoke message filtering hook and stop
4182                 default handling when filter returns abort
4183
4184         * src/common/plugin.[ch]
4185         * src/plugins/demo/demo.c
4186                 modify plugin loader, because resolving symbols for strings
4187                 does not work correctly
4188         
4189         * configure.in
4190         * ac/spamassassin.m4                            ** NEW **
4191         * src/plugins/spamassassin/.cvsignore           ** NEW **
4192         * src/plugins/spamassassin/Makefile.am          ** NEW **
4193         * src/plugins/spamassassin/README               ** NEW **
4194         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4195         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4196         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4197                 add spamassassin plugin, see src/plugins/spamassassin/README
4198                 for details
4199
4200 2002-12-29 [alfons]     0.8.8claws25
4201
4202         * src/mainwindow.c
4203                 when moving focus from a message view to the main 
4204                 window, don't forget to select the summary node
4205                 of the displayed message. should fix "[ 659103 ] 
4206                 focus-follows-mouse confuses sylpheed"
4207
4208 2002-12-29 [christoph]  0.8.8claws24
4209
4210         * src/Makefile.am
4211         * src/stringtable.[ch]          ** REMOVE **
4212         * src/common/Makefile.am
4213         * src/common/stringtable.[ch]   ** NEW **
4214                 move stringtable files to common directory
4215
4216 2002-12-29 [christoph]  0.8.8claws23
4217
4218         * src/Makefile.am
4219         * src/menu.[ch]                 ** REMOVE **
4220         * src/gtk/Makefile.am
4221         * src/gtk/menu.[ch]             ** NEW **
4222                 move menu files to gtk directory
4223
4224 2002-12-29 [match]      0.8.8claws22
4225
4226         * src/addressbook.c
4227         * src/syldap.c
4228                 moved UI specific code out of LDAP code into addressbook
4229                 UI code. fixed memory leak.
4230
4231 2002-12-29 [christoph]  0.8.8claws21
4232
4233         * src/folder.c
4234                 only check for IGNORED parent message when message is
4235                 not IGNORED itself
4236
4237 2002-12-29 [alfons]     0.8.8claws20
4238
4239         * src/summaryview.c
4240                 set gtksctree's anchor correct (immediate execute
4241                 changes the tree's layout, and anchor points at 
4242                 the incorrect row). fixes "[ 657233 ] multiple msg 
4243                 delete sometimes off by 1".
4244                 we probably have to look for more tree layout /
4245                 anchor glitches.
4246
4247 2002-12-29 [paul]       0.8.8claws19
4248
4249         * src/summaryview.c
4250                 fix bug [ 659054 ] incorrect sorting of 'From' column
4251                 when using 'display sender using address book'
4252                 thanks to Alfons and Luke Plant
4253
4254 2002-12-29 [christoph]  0.8.8claws18
4255
4256         * src/folder.c
4257         * src/procmsg.[ch]
4258                 check parent messages for IGNORE THREAD flag, when adding,
4259                 moving or copying messages to a folder
4260
4261 2002-12-27 [alfons]     0.8.8claws17
4262
4263         re-organize matcher part 5; more to come
4264
4265         * src/matcher.c
4266                 hash keywords in matchparser_tab 
4267
4268 2002-12-27 [alfons]     0.8.8claws16
4269
4270         re-organize matcher part 4; more to come
4271
4272         * src/matcher_parser.h
4273         * src/matcher_parser_lex.l
4274         * src/matcher_parser_parse.y
4275                 cleanup
4276
4277 2002-12-27 [alfons]     0.8.8claws15
4278
4279         re-organize matcher part 3; more to come
4280
4281         * src/matcher.[ch]
4282                 cleanup
4283
4284 2002-12-27 [alfons]     0.8.8claws14
4285
4286         re-organize matcher part 2; more to come but this should
4287         work. cc me if there are any regressions.
4288
4289         * src/matcher.h
4290                 add prototype for get_matchparser_tab_id()
4291         * src/matcher_parser_lex.l
4292                 look up keywords using matchparser_tab_id();
4293
4294 2002-12-27 [alfons]     0.8.8claws12
4295
4296         re-organize matcher part 1
4297
4298         * src/matcher.h
4299                 map yacc generated constants to sylpheed matcher constants
4300         * src/matcher.c
4301                 add function to find a matcher constant from a string
4302
4303 2002-12-27 [christoph]  0.8.8claws11
4304
4305         * src/compose.c
4306                 MENUITEM_ADD casts the 4th argument from integer to pointer
4307                 so it probably should not be a pointer, this means we
4308                 should use account id for it and not the account's pointer
4309
4310 2002-12-27 [paul]       0.8.8claws10
4311
4312         * src/mainwindow.c
4313                 remove unneeded 'GtkWidget *vbox'
4314                 
4315         * src/summaryview.c
4316                 further sync with 0.8.8 - make sort
4317                 by recipient work as expected
4318                 
4319         * NEWS
4320                 sync with 0.8.8
4321
4322 2002-12-27 [paul]       0.8.8claws9
4323
4324         * po/pt_BR.po
4325                 updated by Ivan F. Martinez
4326                 
4327 2002-12-27 [darko]      0.8.8claws8
4328
4329         * src/common/utils.c
4330                 added locked pattern to extended search
4331
4332 2002-12-27 [alfons]     0.8.8claws7
4333
4334         * src/prefs_matcher.[ch]
4335                 clean up
4336
4337 2002-12-26 [alfons]     0.8.8claws6
4338
4339         * src/matcher.[ch]
4340         * src/matcher_parser_lex.l
4341         * src/matcher_parser_parse.y
4342         * src/prefs_matcher.c
4343                 allow color label as a condition in the matcher
4344
4345 2002-12-26 [oliver]     0.8.8claws5
4346         
4347         * src/toolbar.c 
4348                 enable Addressbook for Main and Messageview
4349         * src/prefs_actions.c
4350                 enable actions in Messageview
4351
4352 2002-12-26 [christoph]  0.8.8claws4
4353
4354         * src/common/plugin.c
4355                 add a little debug output
4356         * configure.in
4357         * src/plugins/demo/Makefile.am
4358                 better use of automake
4359
4360 2002-12-26 [christoph]  0.8.8claws3
4361
4362         * src/Makefile.am
4363         * src/common/Makefile.am
4364                 fix "make distdir"
4365
4366 2002-12-26 [christoph]  0.8.8claws2
4367
4368         * configure.in
4369                 sort configure checks into common / gtk / plugins
4370         * po/POTFILES.in
4371                 add src/prefs_gtk.c
4372         * src/Makefile.am
4373                 add plugins SUBDIR
4374         * src/main.c
4375         * src/common/sylpheed.[ch]
4376                 added now sylpheed_done function for shutdown
4377         * src/common/Makefile.am
4378         * src/common/plugin.[ch]                ** NEW **
4379                 plugin loader and unloader
4380         * src/plugins/.cvsignore                ** NEW **
4381         * src/plugins/Makefile.am               ** NEW **
4382                 build plugins
4383         * src/plugins/demo/.cvsignore           ** NEW **
4384         * src/plugins/demo/Makefile.am          ** NEW **
4385         * src/plugins/demo/demo.c               ** NEW **
4386                 small demo plugin that installs a logtext hook and
4387                 outputs the log text to stdout
4388
4389 2002-12-26 [paul]       0.8.8claws1
4390
4391         * po/es.po
4392                 updated by Ricardo Mones Lastra
4393
4394 2002-12-26 [paul]       0.8.8claws
4395
4396         * 0.8.8claws released
4397
4398 2002-12-26 [paul]       0.8.7claws12
4399
4400         * po/bg.po
4401                 updated by George Danchev
4402
4403 2002-12-26 [paul]       0.8.7claws11
4404
4405         * po/POTFILES.in
4406                 remove unneeded 'src/prefs.c' entry 
4407
4408 2002-12-26 [paul]       0.8.7claws10
4409
4410         * src/codeconv.c
4411           src/mainwindow.c
4412                 sync with 0.8.8 release
4413         
4414         * src/folder.[ch]
4415           src/mh.c
4416           src/summaryview.c
4417                 partial sync with 0.8.8 release
4418         
4419
4420 2002-12-25 [alfons]     0.8.7claws9
4421
4422         * src/matcher.[ch]
4423         * src/matcher_parser_lex.l
4424         * src/matcher_parser_parse.y
4425         * src/prefs_matcher.c
4426                 add locked flag to possible filtering / matcher 
4427                 conditions (also a good example what should be
4428                 done to add a simple boolean condition)
4429
4430 2002-12-25 [christoph]  0.8.7claws8
4431
4432         * src/Makefile.am
4433         * src/account.[ch]
4434         * src/addrbook.c
4435         * src/addressbook.c
4436         * src/addrindex.c
4437         * src/filtering.c
4438         * src/folder.c
4439         * src/matcher.c
4440         * src/prefs.[ch]                ** REMOVE **
4441         * src/prefs_account.c
4442         * src/prefs_actions.c
4443         * src/prefs_common.c
4444         * src/prefs_customheader.c
4445         * src/prefs_display_header.c
4446         * src/prefs_filtering.c
4447         * src/prefs_folder_item.c
4448         * src/prefs_gtk.[ch]            ** NEW **
4449         * src/prefs_matcher.c
4450         * src/prefs_scoring.c
4451         * src/prefs_summary_column.c
4452         * src/procmime.c
4453         * src/selective_download.c
4454         * src/toolbar.c
4455         * src/common/Makefile.am
4456         * src/common/prefs.[ch]         ** NEW **
4457                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4458
4459 2002-12-24 [alfons]     0.8.7claws7
4460
4461         * src/summaryview.c
4462                 summary_thread_build(): fix real cause of the crash mentioned in
4463                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4464                 this way we get meaningful ctree nodes 
4465
4466 2002-12-24 [oliver]     0.8.7claws6
4467
4468         * src/mainwindow.[ch]
4469         * src/messageview.[ch]
4470         * src/compose.[ch]
4471         * src/inc.c
4472         * src/summaryview.c
4473                 changes to use updated toolbar handling
4474                 
4475 2002-12-24 [oliver]     0.8.7claws5
4476
4477         * src/toolbar.[ch]
4478                 generic toolbar handling
4479                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4480         * src/prefs_toolbar.[ch]
4481                 adjust to handling
4482         
4483 2002-12-24 [oliver]     0.8.7claws4
4484         
4485         * src/stock_pixmap.[ch]
4486                 move SYLPHEED_LOGO to end of list in order 
4487                 to remove it from Custom Toolbar`s Icon View
4488
4489 2002-12-24 [alfons]     0.8.7claws3
4490
4491         * src/summaryview.c
4492                 summary_thread_build(): fix crash because of focus != selection 
4493                 after threading. when deleting the selection, gtk tries but fails 
4494                 to find the correct focusable element. we now force the selection
4495                 to be focused. this should solve the infamous bug reported by 
4496                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4497                 a test case is available. 
4498
4499 2002-12-24 [darko]      0.8.7claws2
4500
4501         * src/summaryview.c
4502                 don't crash when unmarking message with unread children
4503
4504 2002-12-23 [christoph]  0.8.7claws1
4505
4506         * src/Makefile.am
4507         * src/common/Makefile.am
4508                 update Makefiles for moved intl.h, version.h and defs.h
4509         * src/imap.c
4510                 rewrite imap_session_get to avoid duplicate code
4511
4512 2002-12-23 [paul]       0.8.7claws
4513
4514         * Santa-Claws released
4515         
4516         * po/hu.po
4517           po/ru.po
4518                 squeeze in updated Hungarian and Russian translations.
4519                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4520
4521 2002-12-23 [paul]       0.8.6claws129
4522
4523         * po/pl.po
4524                 updated by Witold Wladyslaw Wojciech Wilk
4525
4526 2002-12-23 [paul]       0.8.6claws128
4527
4528         * src/quote_fmt_parse.y
4529                 fix typo and add licence header
4530
4531 2002-12-23 [paul]       0.8.6claws127
4532
4533         * po/en_GB.po
4534                 updated
4535
4536 2002-12-23 [paul]       0.8.6claws126
4537
4538         * po/it.po
4539                 updated translation, submitted by Alessandro Maestri
4540                 
4541 2002-12-23 [paul]       0.8.6claws125
4542
4543         * src/quote_fmt_parse.y
4544                 fix signature-stripping on replies bug. match
4545                 '-- \n' and not '-- '.
4546
4547 2002-12-22 [paul]       0.8.6claws124
4548
4549         * po/bg.po
4550           po/es.po
4551           po/sr.po
4552                 updated translations. submitted by George Danchev,
4553                 Ricardo Mones Lastra, and Urke MMI respectively
4554
4555 2002-12-21 [paul]       0.8.6claws123
4556
4557         * src/addrbook.c
4558                 fix coding style
4559
4560 2002-12-21 [paul]       0.8.6claws122
4561
4562         * src/addrbook.c
4563                 fix bug [643638] where if a person is in one or more
4564                 addressbook groups editing that person's email 
4565                 address results in removal from those groups.
4566                 Patch submitted by Luke Plant.
4567
4568 2002-12-20 [christoph]  0.8.6claws121
4569
4570         * src/common/utils.c
4571         * src/summaryview.c
4572                 reimplement expand_search_string using GString to
4573                 prevent crashs caused by miscalculated string
4574                 lengths reported by Paul
4575
4576 2002-12-20 [christoph]  0.8.6claws120
4577
4578         * src/summaryview.c
4579                 don't use "changed" to check if op_count has to be changed as it
4580                 is also set when the message has unread children
4581                 (closes bug [ 653221 ] crash while deleting duplicates)
4582
4583 2002-12-20 [paul]       0.8.6claws119
4584
4585         * sync with 0.8.6cvs27
4586                 see ChangeLog 2002-12-20
4587
4588 2002-12-20 [paul]       0.8.6claws118
4589
4590         * sync with 0.8.6cvs26
4591                 see ChangeLog 2002-12-19 and 2002-12-20
4592
4593 2002-12-19 [alfons]     0.8.6claws117
4594
4595         * src/textview.c
4596                 fix incorrect parsing of email addresses, submitted by 
4597                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4598                 name display if it contains @".
4599
4600 2002-12-18 [paul]       0.8.6claws116
4601
4602         * sync with 0.8.6cvs23
4603                 see ChangeLog 2002-12-18
4604
4605 2002-12-18 [paul]       0.8.6claws115
4606
4607         * src/Makefile.am
4608         * src/account.c
4609         * src/codeconv.c
4610         * src/gtkutils.[ch]
4611         * src/imap.c
4612                 sync with 0.8.6cvs22.
4613                 see ChangeLog 2002-12-17 and 2002-12-18
4614
4615 2002-12-17 [christoph]  0.8.6claws114
4616
4617         * src/imap.c
4618                 o don't create a session if imap greeting fails
4619                 o don't close socket when authentication fails
4620                   this is done by imap_session_destroy
4621
4622 2002-12-17 [thorsten]   0.8.6claws113
4623
4624         * tools/Makefile.am
4625           tools/README
4626           tools/google_msgid.pl ** NEW FILE **
4627                 Added "search for message-id" script and doc
4628
4629 2002-12-17 [thorsten]   0.8.6claws112
4630
4631         * po/hu.po
4632                 Updated hungarian translation
4633                 (updated by Gal Zoltan)
4634
4635 2002-12-16 [christoph]  0.8.6claws111
4636
4637         * src/addr_compl.c
4638                 remove stupid addressbook dump to debug output
4639         * src/mh.c
4640                 fix memory leak found by Hiro
4641
4642 2002-12-14 [paul]       0.8.6claws110
4643
4644         * src/compose.c
4645                 fix menubar sensitivity on send
4646                 
4647         * src/prefs_filtering.c
4648         * src/prefs_matcher.c
4649         * src/prefs_scoring.c
4650                 Fix english ;)
4651                 
4652         * src/common/quoted-printable.h
4653                 sync: fix typo
4654         
4655 2002-12-13 [christoph]  0.8.6claws109
4656
4657         * src/Makefile.am
4658         * src/manage_window.[ch]        ** REMOVE **
4659         * src/gtk/Makefile.am
4660         * src/gtk/manage_window.[ch]    ** NEW **
4661                 move manage_window files to gtk directory
4662
4663 2002-12-13 [christoph]  0.8.6claws108
4664
4665         * src/Makefile.am
4666         * src/gtkshruler.[ch]           ** REMOVE **
4667         * src/gtk/Makefile.am
4668         * src/gtk/gtkshruler.[ch]       ** NEW **
4669                 move gtkshruler files to gtk directory
4670
4671 2002-12-13 [christoph]  0.8.6claws107
4672
4673         * src/Makefile.am
4674         * src/compose.c
4675         * src/gtkstext.[ch]             ** REMOVE **
4676         * src/gtkutils.[ch]
4677         * src/textview.c
4678         * src/gtk/gtkstext.[ch]         ** NEW **
4679         * src/gtk/Makefile.am
4680                 o move stext functions to gtkstext.c to remove
4681                   dependency of gtkutils
4682                 o move gtkstext files to gtk directory
4683
4684         * src/gtk/Makefile.am
4685         * src/gtk/sslcertwindow.[ch]
4686                 UI stuff can always depend on common code so
4687                 it's ok to add ../common to include path
4688
4689 2002-12-13 [colin]      0.8.6claws106
4690
4691         * src/summaryview.c
4692                 Disconnect sighandlers for mainwindow when
4693                 quicksearch has the focus
4694                 Fix bug #653231
4695         * src/mainwindow.[ch]
4696                 Make key_pressed callback public, to be able
4697                 to disconnect it
4698
4699 2002-12-13 [christoph]  0.8.6claws105
4700
4701         * src/mh.c
4702                 create .mh_sequences file in new MH folders
4703                 (closes feature request [ 523162 ] MH folders should
4704                  get a .mh_sequences)
4705
4706 2002-12-13 [colin]      0.8.6claws104
4707
4708         * src/summaryview.c
4709                 Better handling of quicksearch show/hide
4710                 (basically the button stays under the mouse 
4711                  when toggled)
4712
4713 2002-12-13 [paul]       0.8.6claws103
4714
4715         * sync with 0.8.6cvs17
4716                 see ChangeLog 2002-12-13
4717
4718 2002-12-13 [paul]       0.8.6claws102
4719
4720         * po/es.po
4721                 updated by Ricardo Mones Lastra
4722
4723 2002-12-11 [colin]       0.8.6claws101
4724
4725         * src/folder.c
4726                 remove statusbar stuff
4727           src/folderview.c
4728                 set statusbar verbosity when moving folders
4729
4730 2002-12-11 [colin]       0.8.6claws100
4731         * src/prefs_filtering.c
4732         * src/prefs_matcher.c
4733         * src/prefs_scoring.c
4734                 Fix english ;)
4735
4736 2002-12-11 [colin]       0.8.6claws99
4737
4738         * src/prefs_common.[ch]
4739                 Add summary_quicksearch_type
4740         * src/summaryview.c
4741                 Save last used quicksearch type
4742
4743 2002-12-11 [jens]       0.8.6claws98
4744         * src/prefs_filtering.c
4745         * src/prefs_matcher.c
4746         * src/prefs_scoring.c
4747                 added dialog for incomplete rules in scoring, filtering and
4748                 matcher to ask wheather really close
4749
4750 2002-12-11 [colin]      0.8.6claws97
4751
4752         * src/folder.c
4753                 Fix folder dnd statusbar logging
4754
4755 2002-12-10 [christoph]  0.8.6claws96
4756
4757         * src/compose.c
4758         * src/folder.c
4759         * src/imap.c
4760         * src/inc.c
4761         * src/main.c
4762         * src/mainwindow.c
4763         * src/news.c
4764         * src/send.c
4765         * src/statusbar.[ch]
4766         * src/common/hooks.c
4767         * src/common/log.[ch]
4768                 o handle verbose logging in statusbar directly in statusbar code
4769                   and common code does not need any knowledge about a statusbar
4770                 o remove direct calls to statusbar_(puts|pop)_all functions
4771
4772 2002-12-10 [jens]       0.8.6claws95
4773
4774         * src/*.c
4775                 removed gettext from g_warnings
4776         * po/POTFILES.in
4777                 cleaned and updated
4778         * po/de.po
4779                 updated
4780
4781 2002-12-10 [colin]      0.8.6claws94
4782
4783         * src/main.c
4784                 finish crash dialog fix
4785
4786 2002-12-10 [colin]      0.8.6claws93
4787
4788         * src/main.c
4789                 "Fix" "sylpheed already running" instead of
4790                 crash dialog appearing after a crash
4791
4792 2002-12-10 [colin]      0.8.6claws92
4793
4794         * po/POTFILES.in
4795                 add src/gtk/sslcertwindow.c
4796
4797 2002-12-10 [paul]       0.8.6claws91
4798
4799         * po/POTFILES.in
4800                 updated to reflect recent changes
4801                 submitted by Alessandro Maestri
4802
4803 2002-12-09 [christoph]  0.8.6claws90
4804
4805         * src/Makefile.am
4806         * src/smtp.[ch]                 ** REMOVE **
4807         * src/common/Makefile.am
4808         * src/common/smtp.[ch]          ** NEW **
4809                 move smtp files to common directory
4810
4811 2002-12-09 [christoph]  0.8.6claws89
4812
4813         * src/Makefile.am
4814         * src/session.[ch]              ** REMOVE **
4815         * src/common/Makefile.am
4816         * src/common/session.[ch]       ** NEW **
4817                 move session files to common directory
4818
4819 2002-12-09 [paul]       0.8.6claws88
4820
4821         * src/account.c
4822                 fix bug [649746] edit accounts: move account reverted
4823                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4824
4825 2002-12-09 [colin]      0.8.6claws87
4826
4827         * src/ssl_certificate.c
4828                 cleanup
4829
4830 2002-12-09 [colin]      0.8.6claws86
4831
4832         * src/ssl.c
4833                 Try to open the cert.pem database and 
4834                 issue a warning if it isn't there
4835
4836 2002-12-09 [colin]      0.8.6claws85
4837
4838         * src/common/ssl_certificate.c
4839         * src/gtk/sslcertwindow.c
4840                 Warning fixes
4841
4842 2002-12-09 [colin]      0.8.6claws84
4843
4844         * src/ssl_certificate.[ch] ** REMOVED **
4845         * src/common/ssl_certificate.[ch] ** NEW **
4846         * src/Makefile.am
4847         * src/common/Makefile.am
4848                 Moved ssl_certificate.[ch] to common
4849         * src/common/ssl.c 
4850                 Put back needed include
4851         * src/gtk/sslcertwindow.[ch]
4852                 Changed ssl_certificate.h include
4853         
4854 2002-12-09 [colin]      0.8.6claws83
4855
4856         * src/gtk/sslcertwindow.[ch]
4857                 Implement hook for certificate acception
4858         * src/ssl_certificate.[ch]
4859                 Implement hook for certificate acception
4860         * src/common/ssl.c
4861                 Reenable certificate acception check
4862         * src/mainwindow.c
4863                 Register sslcertwindow's hook
4864         
4865 2002-12-08 [christoph]  0.8.6claws82
4866
4867         * src/about.c
4868         * src/addr_compl.c
4869         * src/codeconv.c
4870         * src/manual.c
4871         * src/undo.c
4872         * src/common/utils.c
4873                 o add missing includes
4874                 o fix warnings
4875         * src/.cvsignore
4876         * src/common/.cvsignore
4877         * src/common/version.h          ** REMOVE **
4878                 remove autogenerated file
4879
4880 2002-12-08 [paul]       0.8.6claws81
4881
4882         * src/stringtable.c
4883                 put back needed include
4884
4885 2002-12-08 [colin]      0.8.6claws80
4886         
4887         * src/gtk/sslcertwindow.c
4888                 Cleaner popups when asking
4889         * src/ssl_certificate.c
4890         * src/prefs_common.[ch]
4891                 remove ssl certificate pref
4892                 put back needed include
4893         * src/undo.c
4894                 put back needed include
4895
4896 2002-12-08 [christoph]  0.8.6claws79
4897
4898         * src/folderview.c
4899         * src/logwindow.c
4900         * src/statusbar.c
4901         * src/summaryview.c
4902                 only abort hook invokation if required data is missing not
4903                 if our own data pointer is NULL, update hookfunction for
4904                 log window
4905
4906 2002-12-08 [paul]       0.8.6claws78
4907
4908         * src/about.c
4909         * src/addrcache.c
4910         * src/addrclip.c
4911         * src/addr_compl.c
4912         * src/addrselect.c
4913         * src/codeconv.c
4914         * src/colorlabel.c
4915         * src/enriched.c
4916         * src/esmtp.c
4917         * src/exporthtml.c
4918         * src/headerview.c
4919         * src/imageview.c
4920         * src/manual.c
4921         * src/noticeview.c
4922         * src/pgptext.c
4923         * src/scoring.c
4924         * src/sourcewindow.c
4925         * src/stringtable.c
4926         * src/undo.c
4927                 clean up: remove unneccesary includes
4928
4929 2002-12-08 [christoph]  0.8.6claws77
4930
4931         * src/folderview.c
4932         * src/statusbar.c
4933         * src/summaryview.c
4934         * src/common/hooks.[ch]
4935                 hook functions now have a gboolean return value, if a hook
4936                 returns TRUE it will stop executing of any more hooks in
4937                 the same hooklist for this invokation
4938
4939 2002-12-08 [colin]      0.8.6claws76
4940         
4941         * src/main.c
4942                 put back argv0 for CRASH_DIALOG
4943
4944 2002-12-08 [christoph]  0.8.6claws75
4945
4946         * src/Makefile.am
4947         * src/about.c
4948         * src/account.c
4949         * src/crash.c
4950         * src/esmtp.h
4951         * src/imap.[ch]
4952         * src/inc.c
4953         * src/main.c
4954         * src/mainwindow.c
4955         * src/news.c
4956         * src/pop.[ch]
4957         * src/prefs_account.[ch]
4958         * src/prefs_common.[ch]
4959         * src/send.[ch]
4960         * src/smtp.[ch]
4961         * src/ssl_certificate.[ch]
4962         * src/ssl_manager.[ch]
4963         * src/common/Makefile.am
4964         * src/common/log.c
4965         * src/common/nntp.[ch]
4966         * src/common/socket.[ch]
4967         * src/common/ssl.[ch]
4968         * src/gtk/sslcertwindow.[ch]
4969         * ac/openssl.m4
4970                 use new autoconf script to detect OpenSSL with extra parameters
4971                 to specify the location of libs and includes, also remove USE_SSL
4972                 to USE_OPENSSL
4973
4974         * src/common/sylpheed.[ch]
4975         * src/common/version.h.in
4976                 start seperation of common code initialization seperated from gui
4977
4978         * src/summaryview.c
4979                 The function that is called when a color label changes
4980                 should not change the color lable again
4981
4982 2002-12-08 [colin]      0.8.6claws74
4983
4984         * src/gtk/sslcertwindow.c
4985                 warning fixes
4986
4987 2002-12-08 [colin]      0.8.6claws73
4988
4989         * src/statusbar.c
4990           src/common/log.h
4991                 Register a hook for statusbar_puts_all
4992         * src/common/log.c
4993                 invoke statusbar_puts_all's hook
4994         
4995 2002-12-08 [colin]      0.8.6claws72
4996
4997         * src/ssl_certificate.c
4998                 Put back a badly-removed include
4999
5000 2002-12-08 [colin]      0.8.6claws71
5001
5002         * src/gtk/sslcertwindow.[ch]    ** NEW **
5003                 new certificate presentation
5004         * src/gtk/Makefile.am
5005                 add new files
5006         * src/ssl_certificate.[ch]
5007                 gtk cleanup, made utility functions public
5008         * src/ssl_manager.c
5009                 use new cert presentation
5010
5011 2002-12-07 [christoph]  0.8.6claws70
5012
5013         * src/Makefile.am
5014         * src/nntp.[ch]                 ** REMOVE **
5015         * src/common/Makefile.am
5016         * src/common/nntp.[ch]          ** NEW **
5017                 move nntp files to common directory
5018
5019 2002-12-07 [christoph]  0.8.6claws69
5020
5021         * src/procmsg.[ch]
5022         * src/summaryview.c
5023                 implement msginfo update callback using sylpheed's new
5024                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5025
5026 2002-12-06 [christoph]  0.8.6claws68
5027
5028         * src/editgroup.c
5029                 This patch changes the 'Edit Group Details' dialog to
5030                 allow extended selections in either pane, so that
5031                 addresses can be added or removed from a group more
5032                 quickly and easily. (it actually is a net decrease in
5033                 file size, as some unnecessary functions have been
5034                 removed). 
5035                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5036
5037 2002-12-06 [christoph]  0.8.6claws67
5038
5039         * src/Makefile.am
5040         * src/template.[ch]             ** REMOVE **
5041         * src/common/Makefile.am
5042         * src/common/template.[ch]      ** NEW **
5043                 move template files to common directory
5044
5045         * src/nntp.c
5046                 add missing log.h include
5047
5048 2002-12-06 [melvin]     0.8.6claws66
5049
5050         * src/prefs_actions.c
5051                 Added the trailing ">" syntax to insert command's output
5052                 without replacing old text (in contrast to trailing "|").
5053
5054 2002-12-05 [colin]      0.8.6claws65
5055         
5056         * src/common/utils.c
5057                 Don't modify original search_string or it'll change
5058                 the next iterations in the for()
5059
5060 2002-12-05 [darko]      0.8.6claws64
5061
5062         * src/common/utils.c
5063                 proper check for filtering commands, found by Colin
5064
5065 2002-12-05 [darko]      0.8.6claws63
5066
5067         * src/common/utils.c
5068                 check proper string for NULL pointer, found by Colin
5069
5070 2002-12-05 [darko]      0.8.6claws62
5071
5072         * src/common/utils.[ch]
5073                 expand_search_string(): new function
5074                 converts Mutt-like patterns to Sylpheed's
5075                 filtering engine
5076         * src/summaryview.c
5077                 use expand_search_string() to allow Mutt-like
5078                 patterns in extended search
5079         * README.claws
5080                 document extended option in quick search
5081
5082 2002-12-05 [paul]       0.8.6claws61
5083
5084         * sync with 0.8.6cvs16
5085                 see ChangeLog 2002-12-05
5086                 
5087         * po/POTFILES.in
5088                 clean up
5089
5090 2002-12-04 [christoph]  0.8.6claws60
5091
5092         * src/imap.[ch]
5093                 put imap authentication code into a new function and
5094                 remove it from imap_session_new that will allow to
5095                 send other commands before authentication
5096
5097 2002-12-04 [christoph]  0.8.6claws59
5098
5099         * src/imap.[ch]
5100                 use already existing method to prevent unneeded IMAP
5101                 folder selects. Set imap_select parameters to NULL
5102                 in some functions if the values are not required.
5103
5104         * src/xml.h
5105                 remove no longer required include
5106
5107 2002-12-04 [paul]       0.8.6claws58
5108
5109         * po/es.po
5110                 updated by Ricardo Mones Lastra
5111                 
5112         * configure.in
5113           po/hu.po      ** NEW FILE **
5114                 initial Hungarian translation, submitted
5115                 by Gál Zoltán <galzoli@hu.inter.net>
5116
5117 2002-12-03 [christoph]  0.8.6claws57
5118
5119         * src/Makefile.am
5120         * src/gtksctree.[ch]            ** REMOVE **
5121         * src/gtk/Makefile.am
5122         * src/gtk/gtksctree.[ch]        ** NEW **
5123                 move gtksctree files to gtk directory
5124
5125 2002-12-03 [christoph]  0.8.6claws56
5126
5127         * src/Makefile.am
5128         * src/md5.[ch]                  ** REMOVE **
5129         * srm/common/Makefile.am
5130         * src/common/md5.[ch]           ** NEW **
5131                 move md5 files to common directory
5132
5133         * src/gtkstext.c
5134                 remove not required #include
5135
5136 2002-12-03 [sergey]     0.8.6claws55
5137
5138         * src/gtkutils.c
5139         * src/gtkutils.h
5140                 gtkut_window_popup(): new function.
5141         * src/mainwindow.c
5142                 main_window_popup(): use gtkut_window_popup() to raise
5143                 window without changing its position.
5144                 (see sylpheed-main ML message [sylpheed:17247])
5145
5146 2002-12-03 [sergey]     0.8.6claws54
5147
5148         * src/send.c
5149                 send_message_local(): removed first-dot escaping
5150                 (SMTP-only, not needed for sending through pipe)
5151
5152 2002-12-03 [paul]       0.8.6claws53
5153
5154         * po/POTFILES.in
5155                 update to reflect recent changes (thanks
5156                 to Ricardo Mones Lastra)
5157                 
5158         * tools/filter_conv.pl
5159                  fix problem with quoted strings. Patch submitted
5160                  by Luke Plant <lukeplant@softhome.net>
5161
5162 2002-12-03 [paul]       0.8.6claws52
5163
5164         * sync with 0.8.6cvs15
5165                 see ChangeLog 2002-12-03
5166
5167 2002-12-02 [christoph]  0.8.6claws51
5168
5169         * src/logwindow.[ch]
5170         * src/common/log.[ch]
5171                 implement logging using a hook function
5172
5173         * src/folderview.c
5174         * src/folder.[ch]
5175                 define hooklist name in header file to avoid
5176                 errors caused by wrong spelling of hooklist names
5177
5178         * src/toolbar.c
5179                 fix warnings
5180
5181 2002-12-02 [christoph]  0.8.6claws50
5182
5183         * src/common/Makefile.am
5184                 add src/common/hooks.[ch]
5185
5186         * src/common/hooks.[ch]
5187                 implement a simple hook system using glib's hook functions
5188
5189         * src/folder.[ch]
5190         * src/folderview.c
5191                 use new hook system for folder item updates
5192
5193 2002-12-02 [christoph]  0.8.6claws49
5194
5195         * doc-src/ui_seperation.txt     ** NEW **
5196                 information for ui seperation
5197
5198         * src/Makefile.am
5199                 remove files that were moved to common
5200                 include common directory by default for the header files
5201
5202         * src/inc.c
5203         * src/common/socket.c
5204         * src/automaton.[ch]
5205                 implement automaton using g_io_*-functions instead of
5206                 gdk_input_add to make it ui independent
5207
5208         * src/codeconv.c
5209         * src/compose.c
5210         * src/ldif.c
5211         * src/pgptext.c
5212         * src/procmime.c
5213         * src/rfc2015.c
5214         * src/smtp.c
5215         * src/unmime.c
5216                 remove common/ prefix because directory is now in
5217                 include path
5218
5219         * src/compose.c
5220         * src/folder.c
5221         * src/folderview.c
5222         * src/mainwindow.c
5223         * src/messageview.c
5224         * src/prefs_common.c
5225         * src/procmsg.c
5226         * src/rfc2015.c
5227                 fix warnings
5228
5229         * src/imap.c
5230         * src/inc.c
5231         * src/news.c
5232         * src/pop.c
5233         * src/send.c
5234         * src/smtp.c
5235         * src/ssl_certificate.c
5236                 add log.h header file for logging functions
5237
5238         * src/main.c
5239         * src/common/utils.c
5240         * src/summaryview.c
5241         * src/xml.c
5242                 o move debug_mode to common/utils.c
5243                 o add functions to set and get debug_mode
5244
5245         * src/defs.h                    ** REMOVE **
5246         * src/intl.h                    ** REMOVE **
5247         * src/socket.[ch]               ** REMOVE **
5248         * src/ssl.[ch]                  ** REMOVE **
5249         * src/utils.[ch]                ** REMOVE **
5250                 replaced by new files in src/common/
5251         
5252         * src/common/Makefile.am
5253                 add new files in src/common/
5254
5255         * src/common/defs.h             ** NEW **
5256         * src/common/intl.h             ** NEW **
5257         * src/common/log.[ch]           ** NEW **
5258         * src/common/socket.[ch]        ** NEW **
5259         * src/common/ssl.[ch]           ** NEW **
5260         * src/common/utils.[ch]         ** NEW **
5261                 replacement for files in src/
5262
5263 2002-12-02 [colin]      0.8.6claws48
5264
5265         * src/folderview.c
5266                 Scroll folderview if necessary during dnd
5267
5268 2002-12-02 [colin]      0.8.6claws47
5269
5270         * src/folder.[ch]
5271                 Add check to verify a move is within a single mailbox
5272         * src/folderview.c
5273                 Add specific error string for this check
5274
5275 2002-12-02 [colin]      0.8.6claws46
5276
5277         * src/folder.c
5278                 Add a test to folder moving, remove a statusbar_print
5279         * src/folderview.c
5280                 Add Move folder... context-menu item
5281                 Factorize folder moving code
5282                 Enable folder DND for mbox
5283
5284 2002-12-01 [christoph]  0.8.6claws45
5285
5286         * ac/aspell.m4
5287                 remove conf.aspelltest if the version check fails
5288
5289 2002-11-30 [christoph]  0.8.6claws44
5290
5291         * autogen.sh
5292                 run libtoolize --force in autogen to create missing
5293                 libtool scripts
5294
5295 2002-11-30 [christoph]  0.8.6claws43
5296
5297         * src/Makefile.am
5298         * src/pgptext.c
5299         * src/procmime.c
5300         * src/rfc2015.c
5301         * src/uuencode.[ch]             ** REMOVED **
5302         * src/common/Makefile.am
5303         * src/common/uuencode.[ch]      ** NEW **
5304                 move uuen/decoder to common directory
5305
5306 2002-11-30 [christoph]  0.8.6claws42
5307
5308         * src/Makefile.am
5309         * src/base64.[ch]               ** REMOVED **
5310         * src/codeconv.c
5311         * src/compose.c
5312         * src/ldif.c
5313         * src/pgptext.c
5314         * src/procmime.c
5315         * src/rfc2015.c
5316         * src/smtp.c
5317         * src/unmime.c
5318         * src/common/Makefile.am
5319         * src/common/base64.[ch]        ** NEW **
5320                 move base64 en/decoder to common directory
5321
5322 2002-11-30 [christoph]  0.8.6claws41
5323
5324         * src/common                    ** NEW **
5325                 new directory for UI independent code
5326         * src/gtk                       ** NEW **
5327                 new directory for GTK frontend
5328         * src/common/.cvsignore         ** NEW **
5329         * src/gtk/.cvsignore            ** NEW **
5330                 ignore build files
5331         * src/common/Makefile.am        ** NEW **
5332         * src/gtk/Makefile.am           ** NEW **
5333                 automake files to build new seperated stuff
5334         * src/Makefile.am
5335                 the binary will currently still be build with the
5336                 files in src, so we include the code from the
5337                 subdirs for now after building the libs there
5338
5339 2002-11-30 [paul]       0.8.6claws40
5340
5341         * src/compose.c
5342                 fix bug [642731] 'Wrong selected account with drafted mail'
5343
5344 2002-11-29 [oliver]     0.8.6claws39
5345         
5346         * src/messageview.c
5347                 o update summaryview when switching between different
5348                   messageviews          
5349         * src/toolbar.c  
5350                 o check if messageview holds already removed msg
5351                   from summaryview
5352                 
5353
5354 2002-11-29 [oliver]     0.8.6claws38
5355
5356         * src/toolbar.c 
5357                 remove not needed variables and includes
5358                 make messageview stay opened and move to next when msgs are deleted 
5359
5360 2002-11-29 [oliver]     0.8.6claws37
5361         
5362         * src/toolbar.c 
5363                 disable compose button (messageview toolbar) by default
5364                 deleted msgs are moved to trash
5365         
5366 2002-11-29 [melvin]     0.8.6claws36
5367
5368         * configure.in
5369                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5370                 and to detect signatures expirations (gpgme 0.3.6)
5371
5372         * src/main.c
5373                 Use non obsolescent function for Gpgme engine checking.
5374
5375         * src/rfc2015.c
5376                 Inform about expired signatures or signatures which key
5377                 has expired. Expiration date is displayed.
5378
5379         * src/sigstatus.c
5380                 Inform about expired signatures or signatures which key
5381                 has expired.
5382
5383 2002-11-28 [paul]       0.8.6claws35
5384
5385         * src/folderview.c
5386                 re-instate 'Check for new messages' in Newsgroup
5387                 folders right-click menu, after a suggestion from
5388                 Tim Mann <timmann@users.sourceforge.net>
5389
5390         * src/main.c
5391                 after a crash check only local folders for new
5392                 messages
5393
5394 2002-11-28 [paul]       0.8.6claws34
5395
5396         * configure.in
5397                 apply patch that fixes the checking of GTK with XIM 
5398                 support on different OSs, such as FreeBSD. Patch 
5399                 submitted by Topia <topia@users.sourceforge.net>
5400                 
5401 2002-11-28 [paul]       0.8.6claws33
5402
5403         * src/mainwindow.c
5404           src/prefs_common.c
5405           src/prefs_toolbar.c
5406                 more changes to the English
5407
5408 2002-11-28 [paul]       0.8.6claws32
5409
5410         * sync with 0.8.6cvs13
5411                 see ChangeLog 2002-11-28 (no sync needed
5412                 for src/compose.c)
5413
5414 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5415         
5416         * src/mainwindow.[ch]
5417                 add patch by Ivan F. Martinez introducing messageview Toolbar
5418                 some changes and committed by oliver    
5419
5420 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5421
5422         * src/messageview.[ch]
5423                 add patch by Ivan F. Martinez introducing messageview Toolbar
5424                 some changes and committed by oliver    
5425
5426 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5427
5428         * src/compose.[ch]
5429                 add patch by Ivan F. Martinez introducing messageview Toolbar
5430                 some changes and committed by oliver    
5431
5432 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5433         
5434         * src/toolbar.[ch]
5435                 add patch by Ivan F. Martinez introducing messageview Toolbar
5436                 some changes and committed by oliver
5437
5438 2002-11-28 [oliver]     0.8.6claws27
5439         
5440         * src/prefs_toolbar.[ch]
5441                 getting ready for messageview toolbar
5442                 free mem allocated by gettext
5443                 change prefs_toolbar to prefs_toolbar_open
5444  
5445 2002-11-28 [thorsten]   0.8.6claws26
5446
5447         * src/imageview.[ch]
5448                 cleaned up conflicting declarations of
5449                 imageview_show_image()
5450
5451 2002-11-28 [paul]       0.8.6claws25
5452
5453         * src/grouplistdialog.c
5454           src/prefs_common.c
5455           src/prefs_summary_column.c
5456                 a few more improvements to the English
5457
5458 2002-11-28 [colin]      0.8.6claws24
5459
5460         * man/sylpheed.1
5461                 A few updates to command-line parameters
5462
5463 2002-11-28 [colin]      0.8.6claws23
5464
5465         * src/prefs_filtering.c
5466                 Fix problems with prefs_filtering_delete_path:
5467                 a) if the first rule is removed, original pointers
5468                    weren't updated (leading to segfaults)
5469                 b) it was always global_processing updated in case
5470                    of removed path was parent of rule path
5471
5472 2002-11-27 [paul]       0.8.6claws22
5473
5474         * src/mainwindow.c
5475           src/prefs_account.c
5476           src/prefs_actions.c
5477           src/prefs_common.c
5478           src/prefs_customheader.c
5479           src/prefs_display_header.c
5480           src/prefs_filtering.c
5481           src/prefs_folder_item.c
5482           src/prefs_matcher.c
5483           src/prefs_scoring.c
5484           src/prefs_summary_column.c
5485           src/prefs_template.c
5486           src/prefs_toolbar.c
5487                  improve the English in the GUI
5488
5489 2002-11-27 [colin]      0.8.6claws21
5490
5491         * src/folder.c
5492                 Fix processing renaming problems happening after
5493                 last commit
5494
5495 2002-11-27 [colin]      0.8.6claws20
5496
5497         * src/folder.c
5498                 recursive move now deletes src each subfolder after 
5499                 having moved it
5500         * src/folderview.c
5501                 Use identifier instead of path during dnd (enables
5502                 IMAP folder dnd)
5503
5504 2002-11-27 [paul]       0.8.6claws19
5505
5506         * src/main.c
5507                 apply patch that does command-line processing 
5508                 BEFORE gtk_init, allowing claws to run from 
5509                 shell-scripts in non-X environment (e.g. crontab 
5510                 or ip-up, ip-down scripts). Patch submitted by
5511                 Ruslan N. Balkin <baron@dartel.ru>
5512                 
5513         * po/it.po
5514                 updated by Alessandro Maestri
5515
5516 2002-11-27 [paul]       0.8.6claws18
5517
5518         * sync with 0.8.6cvs12
5519           src/prefs_common.c
5520                 Differences are that main uses a 'Receive dialog'
5521                 frame on the Interface tab, whereas claws groups all 
5522                 the dialogs together in a 'Dialogs' frame.
5523
5524 2002-11-27 [colin]      0.8.6claws17
5525
5526         * src/prefs_matcher.c
5527                 Fix Execute criteria's NOT flag
5528
5529
5530 2002-11-26 [christoph]  0.8.6claws16
5531
5532         * src/ssl.c
5533                 rewrite the ssl code a little bit, only use one
5534                 SSL context, set default certificates' file/path
5535
5536 2002-11-26 [thorsten]   0.8.6claws15
5537
5538         * src/compose.c
5539                 default-reply-to didn't work for ml-reply
5540
5541 2002-11-26 [melvin]     0.8.6claws14
5542
5543         * src/prefs_actions.c
5544                 Made pipe-actions ignore short headers in message view
5545                 Made trailing-pipe-actions write in the message view with
5546                 the same font as the original message
5547
5548 2002-11-26 [paul]       0.8.6claws13
5549
5550         * src/compose.c
5551                 this time commit the correct file
5552
5553 2002-11-26 [paul]       0.8.6claws12
5554
5555         * sync with 0.8.6cvs11
5556           src/quote_fmt_parse.y  
5557                 no sync needed
5558           src/account.[ch]       
5559                 not sync'ed
5560           src/compose.c
5561                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5562                 on draft mode.
5563                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5564                 header
5565                 
5566         see ChangeLog 2002-11-25 and 2002-11-26
5567
5568 2002-11-26 [colin]      0.8.6claws11
5569
5570         * src/folderview.c
5571                 Fix collapsed folder not auto-expanding during
5572                 mail dnd, if it was the source folder.
5573
5574 2002-11-25 [colin]      0.8.6claws10
5575
5576         * src/folderview.[ch]
5577                 Variable renaming and cleaning (slist of nodes 
5578                 to be re-collapsed is stored in FolderView)
5579
5580 2002-11-25 [paul]       0.8.6claws9
5581
5582         * src/prefs_common.[ch]
5583                 fix breakage caused by last commit
5584
5585 2002-11-25 [paul]       0.8.6claws8
5586
5587         * sync with 0.8.6cvs4
5588                 see ChangeLog 2002-11-21
5589
5590 2002-11-25 [paul]       0.8.6claws7
5591
5592         * sync with 0.8.6cvs4
5593                 see ChangeLog 2002-11-20
5594
5595 2002-11-25 [paul]       0.8.6claws6
5596
5597         * sync with 0.8.6cvs3
5598                 see ChangeLog 2002-11-18
5599
5600 2002-11-25 [colin]      0.8.6claws5
5601
5602         * src/gtkutils.[ch]
5603                 Add gtkut_ctree_node_is_parent()
5604         * src/folderview.c
5605                 Spring-loaded folders
5606
5607 2002-11-25 [colin]      0.8.6claws4
5608
5609         * src/utils.[ch]
5610                 Add slist_concat_unique(), function to merge
5611                 two GSList filtering dups
5612         * src/folder.[ch]
5613         * src/summaryview.[ch]
5614         * src/folderview.c
5615         * src/main.c
5616                 Add detection/update/display of unread answers
5617                 to marked mails
5618         * src/procmsg.[ch]
5619                 Add procmsg_find_children()
5620                 Add procmsg_msg_has_marked_parent()
5621
5622 2002-11-25 [colin]      0.8.6claws3
5623
5624         * src/ssl_certificate.[ch]
5625                 Allow checking a certificate without a DNS
5626                 lookup
5627                 Allow to forget a cert (by deleting it)
5628                 Make ssl_certificate_destroy_public
5629         * src/ssl_manager.[ch] ** NEW FILES **
5630                 Gui to manage (display/remove) certificates
5631         * src/prefs_common.[ch]
5632                 Add a pref to allow silent acceptation of
5633                 trusted certificates or not (based on the
5634                 "I want to know what's going on" principle)
5635         * src/mainwindow.c
5636                 Add SSL manager in Tools menu
5637         * src/Makefile.am
5638                 Add the new files to the build
5639         * po/POTFILES.in
5640                 Add ssl_manager.c to translations
5641
5642 2002-11-25 [colin]      0.8.6claws2
5643
5644         * src/summaryview.[ch]
5645                 Add S_SEARCH_EXTENDED to the quick search, which 
5646                 allows to search using filtering syntax.
5647
5648 2002-11-25 [colin]      0.8.6claws1
5649
5650         * src/summaryview.c
5651                 Deletion of duplicates now prefer deleting
5652                 the unread dup (fixes feature-request 638989).
5653
5654 2002-11-24 [paul]       0.8.6claws
5655
5656         * po/es.po
5657           po/pl.po
5658           po/ru.po
5659           po/sr.po
5660                 updated by Ricardo Mones Lastra,
5661                 Witold Wladyslaw Wojciech Wilk,
5662                 Ruslan N. Balkin, and  Urke MMI 
5663                 respectively
5664
5665 2002-11-24 [paul]       0.8.5claws182
5666
5667         * po/bg.po
5668                 updated by George Danchev
5669
5670 2002-11-23 [alfons]     0.8.5claws181
5671
5672         * src/imap.c
5673                 tiny memory leak found by browsing Dimitar's 
5674                 valgrind report
5675
5676 2002-11-23 [paul]       0.8.5claws180
5677
5678         * po/it.po
5679                 updated by Alessandro Maestri
5680
5681 2002-11-22 [christoph]  0.8.5claws179
5682
5683         * src/compose.c
5684         * src/inc.c
5685         * src/prefs_filtering.c
5686         * src/summaryview.c
5687                 more warning fixes
5688
5689 2002-11-22 [alfons]     0.8.5claws178
5690
5691         * src/summaryview.c
5692                 summary_execute_delete_func(): if message is deleted, make 
5693                 sure to also remove its entry in the subject hash table. 
5694                 fixes a corner case bug.
5695
5696 2002-11-22 [paul]       0.8.5claws177
5697
5698         * .cvsignore
5699                 add 'autom4te.cache'
5700                 
5701         * ltconfig      ** REMOVED **
5702                 not needed
5703
5704 2002-11-22 [paul]       0.8.5claws176
5705
5706         * src/textview.c
5707                 textview_set_font(): fix for message display in
5708                 UTF-8 locales (thanks to Sergey Vlasov).
5709                 
5710         * AUTHORS
5711                 add new team members and contributors
5712
5713
5714 2002-11-21 [colin]      0.8.5claws175
5715
5716         * src/procmsg.[ch]
5717                 Add procmsg_remove_special_headers()
5718         * src/mh.c
5719                 Use procmsg_remove_special_headers() for 
5720                 previous fix
5721
5722 2002-11-21 [colin]      0.8.5claws174
5723
5724         * src/mh.c
5725                 Fix moving/copying from queue/draft folders
5726                 for MH folders
5727
5728 2002-11-21 [christoph]  0.8.5claws173
5729
5730         * src/crash.c
5731         * src/filtering.c
5732         * src/logwindow.c
5733         * src/main.c
5734         * src/matcher_parser_lex.[hl]
5735         * src/mbox.c
5736         * src/mbox_folder.[ch]
5737         * src/prefs_filtering.c
5738         * src/procheader.c
5739         * src/quote_fmt_lex.l
5740         * src/ssl.c
5741                 fix all warnings except the warnings in lex and yacc files
5742
5743 2002-11-20 [christoph]  0.8.5claws172
5744
5745         * src/imap.c
5746                 fix MsgInfo retrieval for IMAP draft and queue folders
5747                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5748
5749 2002-11-19 [christoph]  0.8.5claws171
5750
5751         * src/compose.c
5752                 fix segfault, when draft saving does not get
5753                 the MsgInfo of the new message
5754                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5755
5756 2002-11-19 [christoph]  0.8.5claws170
5757
5758         * src/procmsg.c
5759                 add parameter check for flag setting function
5760                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5761
5762 2002-11-18 [paul]       0.8.5claws169
5763
5764         * src/compose.c
5765                 more sensitivity fixes to redirect mode:
5766                 * disable toolbar draft button
5767                 * allow only Address book in the Tools menu
5768                 * disable editing of message by the spell
5769                   checker
5770
5771 2002-11-18 [paul]       0.8.5claws168
5772
5773         * src/compose.c
5774                 fix sensitivity of menu items in compose_redirect():
5775                 allow only the necessary items 
5776
5777 2002-11-18 [paul]       0.8.5claws167
5778
5779         * src/compose.c
5780                 fix bug [ 603259 ] 'attachment got lost on bounce'
5781
5782 2002-11-18 [paul]       0.8.5claws166
5783
5784         * po/ru.po
5785                 updated by Ruslan N. Balkin <baron@dartel.ru>
5786
5787 2002-11-18 [colin]      0.8.5claws165
5788
5789         * src/main.c
5790           src/defs.h
5791                 Remove old filtering stuff
5792
5793
5794 2002-11-17 [oliver]     0.8.5claws164
5795
5796         * src/toolbar.h
5797                 remove not needed typedef 
5798
5799 2002-11-17 [oliver]     0.8.5claws163
5800
5801         * src/toolbar.c
5802                 make toolbar's on click events translatable
5803
5804 2002-11-15 [colin]      0.8.5claws162
5805
5806         * src/summaryview.c
5807                 Revert too-soon integration of a feature
5808
5809 2002-11-15 [christoph]  0.8.5claws161
5810
5811         * src/imap.c
5812                 use main's implementation of imap_get_msginfo
5813
5814 2002-11-15 [christoph]  0.8.5claws160
5815
5816         * src/compose.c
5817         * src/folder.[ch]
5818         * src/imap.c
5819         * src/mbox_folder.c
5820         * src/mh.c
5821         * src/news.c
5822         * src/procmsg.c
5823         * src/summaryview.c
5824                 replace claws' fetch_msginfo with main's get_msginfo
5825                 (use main's implementation where possible)
5826
5827 2002-11-15 [colin]      0.8.5claws159
5828
5829         * src/ssl_certificate.c
5830                 Missed a check
5831
5832 2002-11-16 [melvin]     0.8.5claws158
5833
5834         * po/fr.po
5835                 Updated French translations.
5836
5837 2002-11-16 [colin]      0.8.5claws157
5838
5839         * src/ssl_certificate.c
5840                 Check for missing parts in the certificates
5841
5842 2002-11-15 [colin]      0.8.5claws156
5843
5844         * src/folderview.c
5845                 Preventive fix (missing check) found by
5846                 Alfons
5847
5848 2002-11-15 [paul]
5849
5850         * NEWS
5851                 sync with 0.8.6 release
5852
5853 2002-11-15 [colin]      0.8.5claws155
5854
5855         * src/folder.[ch]
5856           src/folderview.c
5857                 Fix error handling of folder_item_move_to()
5858                 (thanks to Alfons!)
5859
5860 2002-11-15 [colin]      0.8.5claws154
5861
5862         * src/folder.[ch]
5863           src/folderview.c
5864                 folder_item_move_to() sets an error message instead
5865                 of having GUI stuff in folder.c
5866
5867 2002-11-15 [colin]      0.8.5claws153
5868
5869         * src/procmsg.[ch]
5870                 Implemented a callback for MsgInfo updates, 
5871                 heavily copy/pasted from Christoph's folder 
5872                 callback system
5873         * src/summaryview.[ch]
5874                 Register summary_update_msg as callback
5875
5876 2002-11-14 [colin]      0.8.5claws152
5877         
5878         * src/procmsg.c
5879                 Update the FolderItem after sending (fixes 617593)
5880
5881 2002-11-14 [christoph]  0.8.5claws151
5882
5883         * src/folder.c
5884                 fix wrong position of NULL pointer check found
5885                 by Sergey
5886
5887 2002-11-14 [christoph]  0.8.5claws150
5888
5889         * src/folder.c
5890                 fix segfault when deleting messages from IMAP folders
5891                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5892
5893 2002-11-14 [colin]      0.8.5claws149
5894
5895         * src/compose.c
5896                 Forwarding was also ignoring the folder's default account.
5897
5898 2002-11-14 [colin]      0.8.5claws148
5899
5900         * src/compose.c
5901                 Fix sent folder not set to folder properties when 
5902                 forwarding.
5903
5904 2002-11-14 [thorsten]   0.8.5claws147
5905
5906         * src/inc.c
5907                 inc_start(): Files were not moved from .processing to inbox,
5908                 if no global processing rule existed
5909
5910 2002-11-14 [colin]      0.8.5claws146
5911
5912         * src/ssl_certificate
5913                 Fix file operations
5914
5915 2002-11-14 [paul]       0.8.5claws145
5916
5917         * po/it.po
5918                 updated by Alessandro Maestri
5919
5920 2002-11-13 [alfons]     0.8.5claws144
5921
5922         * src/folder.c
5923                 folder_item_close(): only mark messages unread
5924                 when a folder has new messages 
5925
5926 2002-11-13 [keith]      0.8.5claws143
5927
5928         * src/imap.c
5929                 Fix problem moving or copying between
5930                 IMAP folders
5931
5932 2002-11-13 [colin]      0.8.5claws142
5933
5934         * src/matcher_parser_parse.y
5935                 Fix rule problem when " don't match
5936
5937 2002-11-13 [christoph]  0.8.5claws141
5938
5939         * src/folder.c
5940         * src/folderview.c
5941                 moved cache saving to folder_item_close
5942                 the folderview should not have to deal with
5943                 this things
5944
5945 2002-11-13 [christoph]  0.8.5claws140
5946
5947         * src/summaryview.c
5948                 moved setting of important score to
5949                 summary_set_prefs_from_folderitem
5950
5951 2002-11-13 [colin]      0.8.5claws139
5952
5953         * src/matcher_parser_parse.y
5954                 Fix a segfault in the parser (happening when
5955                 a good expression had been tested and a bad 
5956                 one arrives)
5957
5958 2002-11-13 [paul]       0.8.5claws138
5959
5960         * sync with 0.8.5cvs24
5961                 see ChangeLog 2002-11-13
5962                 
5963         * po/pt_BR.po
5964                 updated by Fabio Jr. Beneditto
5965
5966 2002-11-13 [colin]      0.8.5claws137
5967         
5968         * src/msgcache.c
5969           src/defs.h
5970           src/procmsg.[ch]
5971                 Revert last commit, problem
5972
5973 2002-11-13 [colin]      0.8.5claws136
5974
5975         * src/msgcache.c
5976                 Remove duplicated code
5977         * src/defs.h
5978                 Bumped CACHE_VERSION and MARK_VERSION
5979         * src/procmsg.[ch]
5980                 Network endian for cache and mark files
5981
5982 2002-11-12 [colin]      0.8.5claws135
5983
5984         * src/inc.c
5985                 Fix the "socket error" dialog which disappeared
5986
5987 2002-11-12 [colin]      0.8.5claws134
5988
5989         * src/msgcache.c
5990                 Reverse last commit which had performance 
5991                 problems, but still reverse the list
5992
5993 2002-11-12 [colin]      0.8.5claws133
5994
5995         * src/msgcache.c
5996                 Reverse list order
5997
5998 2002-11-12 [melvin]     0.8.5claws132
5999
6000         * src/compose.c
6001                 Added a check for a NULL prefs_common.dictionary
6002
6003 2002-11-12 [colin]      0.8.5claws131
6004
6005         * src/ssl_certificate.[ch]
6006                 Use FQDN hostname
6007
6008 2002-11-12 [colin]      0.8.5claws130
6009
6010         * src/ssl_certificate.[ch]
6011                 Take connection port into account for 
6012                 checking certificates (a single hostname
6013                 could have multiple servers with multiple
6014                 certificates)
6015         * src/ssl.c
6016                 Pass the port to ssl_certificate_check
6017
6018 2002-11-12 [paul]       0.8.5claws129
6019
6020         * src/folder.c
6021                 fix a typo in last commit
6022
6023 2002-11-12 [paul]       0.8.5claws128
6024
6025         * sync with 0.8.5cvs23
6026                 see ChangeLog entry 2002-11-12
6027
6028 2002-11-11 [colin]      0.8.5claws127
6029
6030         * src/ssl_certificate.c
6031                 Cleaner messages
6032                 Don't popup, instead log error, if the 
6033                 corresponding pref is checked
6034         * src/ssl_certificate.h
6035                 include <openssl/objects/h>
6036
6037 2002-11-11 [colin]      0.8.5claws126
6038
6039         * src/ssl_certificate.h
6040                 _Really_ clean it
6041
6042 2002-11-11 [colin]      0.8.5claws125
6043         
6044         * src/ssl_certificate.c
6045                 Fixed leak
6046
6047 2002-11-11 [colin]      0.8.5claws124
6048
6049         * src/ssl.c
6050                 Cleaned a bit
6051         * src/ssl_certificate.[ch]
6052                 Cleaned a bit (better use of SSL API)
6053                 (This will cause non-recognition of saved 
6054                  certificates of claws12[23]...)
6055
6056 2002-11-11 [paul]       0.8.5claws123
6057         
6058         * po/es.po
6059                 updated by Ricardo Mones Lastra
6060
6061 2002-11-11 [colin]      0.8.5claws122
6062
6063         * src/ssl.c
6064                 Fix a typo
6065
6066 2002-11-11 [colin]      0.8.5claws121
6067
6068         * src/ssl_certificate.[ch] ** NEW FILES **
6069         * src/ssl.[ch]
6070                 Check SSL certificates presented to us
6071         * src/Makefile.am
6072                 Add ssl_certificate.[ch]
6073         * po/POTFILES.in
6074                 Add ssl_certificate.c
6075
6076 2002-11-11 [paul]       0.8.5claws120
6077
6078         * sync with 0.8.5cvs22
6079                 see ChangeLog 2002-11-11
6080
6081 2002-11-11 [paul]       0.8.5claws119
6082
6083         * sync with 0.8.5cvs21
6084                 see ChangeLog 2002-11-11
6085
6086 2002-11-10 [jens]       0.8.5claws118
6087
6088         * src/folder.c
6089         * src/folderview.c
6090                 corrected some typing
6091         * po/de.po
6092                 updated german translation
6093         * sylpheed.spec.in
6094                 cleaned up specfile and adjusted it for claws
6095
6096 2002-11-10 [colin]      0.8.5claws117
6097
6098         * src/summaryview.c
6099                 a STATUSBAR_PUSH/POP fix
6100
6101 2002-11-10 [colin]      0.8.5claws116
6102
6103         * src/prefs_folder_item.c
6104                 Fix hanging after opening folder properties
6105
6106 2002-11-10 [hoa]        0.8.5claws115
6107
6108         * src/matcher_parser_lex.l
6109         * src/matcher_parser_parse.y
6110                 config file for scoring and filtering is no more trashed
6111                 when there is a syntax error in a filtering rule when
6112                 editing it in a dialog.
6113
6114 2002-11-09 [colin]      0.8.5claws114
6115
6116         * src/mbox_folder.c
6117                 Added missing initialisation of folder->destroy()
6118
6119 2002-11-09 [colin]      0.8.5claws113
6120
6121         * src/folder.c
6122           src/folderview.c
6123                 Fix the status bar messages
6124
6125 2002-11-09 [colin]      0.8.5claws112
6126
6127         * src/folderview.c
6128                 Fix hangs after folder dnd, happening after 
6129                 claws109.
6130
6131 2002-11-09 [christoph]  0.8.5claws111
6132
6133         * src/folderview.c
6134                 just changed order of calls (reverse order of
6135                 associated calls)
6136         * src/inc.c
6137                 lock inc when checking only one account, otherwise
6138                 inc all could be executed at the same time
6139
6140 2002-11-09 [christoph]  0.8.5claws110
6141
6142         * src/folderview.c
6143                 better unlock the mouse cursor before calling
6144                 summary_show because it changes the cursor too
6145
6146 2002-11-09 [christoph]  0.8.5claws109
6147
6148         * src/folder.[ch]
6149         * src/folderview.c
6150                 add functions to open and close a folder
6151                 o opending will execute scanning for remote folders
6152                   and processing
6153                 o closing will unset new flag for messages
6154
6155 2002-11-09 [colin]      0.8.5claws108
6156
6157         * src/folder.c
6158                 Add a call to prefs_matcher_write_config to 
6159                 avoid non-leaf folders filtering settings to be
6160                 lost
6161
6162 2002-11-09 [paul]       0.8.5claws107
6163
6164         * src/prefs_account.c
6165                 re-word a label
6166
6167 2002-11-09 [colin]      0.8.5claws106
6168
6169         * src/folderview.c
6170                 Minor esthetic fix
6171
6172 2002-11-09 [colin]      0.8.5claws105
6173
6174         * src/folderview.c
6175                 Fix prefs_filtering deletion for MH folders (same
6176                 reason as below)
6177         * src/prefs_filtering.c
6178                 Fix prefs_filtering renaming and deletion for 
6179                 folder-based processing rules.  
6180
6181 2002-11-09 [christoph]  0.8.5claws104
6182
6183         * src/compose.c
6184         * src/folder.[ch]
6185         * src/folderview.[ch]
6186         * src/import.c
6187         * src/inc.c
6188         * src/main.c
6189         * src/mainwindow.c
6190         * src/messageview.c
6191         * src/prefs_folder_item.c
6192         * src/procmsg.c
6193         * src/summaryview.c
6194                 implement a callback system for folder item updates
6195
6196 2002-11-09 [colin]      0.8.5claws103
6197
6198         * src/folderview.c
6199                 Fix prefs_filtering renaming for MH folders (we
6200                 shouldn't rename by path as another folder could
6201                 have the same hierarchy).
6202
6203 2002-11-09 [colin]      0.8.5claws102
6204
6205         * src/folder.c
6206                 Fix a leak found by Christoph, use better variable
6207                 names
6208
6209 2002-11-09 [colin]      0.8.5claws101
6210
6211         * src/folder.c
6212                 One more fix for processing rules
6213
6214 2002-11-08 [colin]      0.8.5claws100
6215         
6216         * src/matcher.c
6217                 Don't copy the compiled regexp (will be reevaluated)
6218         * src/folderview.c
6219                 Lock folderview while moving
6220         * src/folder.c
6221                 Provide info on what's happening to the user
6222
6223 2002-11-08 [colin]      0.8.5claws99
6224
6225         * src/folderview.c
6226                 Fix folder reordering after a move if parent is 
6227                 root
6228         * src/scoring.[ch]
6229                 Add function to copy a ScoringProp
6230         * src/prefs_folder_item.c
6231                 Copy scoring rules when copying a folder prefs
6232
6233 2002-11-08 [colin]      0.8.5claws98
6234
6235         * src/folderview.c
6236                 Fixes in case of failure
6237         * src/filtering.[ch]    
6238                 Add function to duplicate a FilteringProp
6239         * src/matcher.[ch]
6240                 Add function to duplicate a MatcherProp
6241         * src/prefs_folder_item.c
6242                 Save folder's processing rules when copying 
6243                 its prefs
6244
6245 2002-11-08 [colin]      0.8.5claws97
6246         
6247         * src/folderview.c
6248                 Sort after move
6249         * src/folder.c 
6250                 Change a printf to debug_print
6251
6252 2002-11-08 [colin]      0.8.5claws96
6253
6254         * src/folder.c
6255           src/folderview.c
6256                 Fix segfaults, call me stupido
6257         
6258
6259 2002-11-08 [colin]      0.8.5claws95
6260
6261         *src/folder.c
6262                 Added forgotten prefs to save when moving folders
6263
6264 2002-11-08 [colin]      0.8.5claws94
6265
6266         * src/folder.c
6267                 Fixes to folder DND (prefs copy)
6268         * src/folderview.c
6269                 Optimization for folder DND (don't rescan whole tree)
6270                 Added folderview_create_folder_node() for this 
6271                 optimization, so de-duped a bit the code
6272         * src/prefs_folder_item.[ch]
6273                 Added prefs_folder_item_copy_prefs()    
6274           
6275 2002-11-08 [paul]       0.8.5claws93
6276
6277         * src/prefs_account.c
6278           tools/README
6279           tools/kmail2sylpheed_v2.pl
6280                 correct some typos
6281
6282 2002-11-08 [paul]       0.8.5claws92
6283
6284         * src/compose.c
6285           src/prefs_account.[ch]
6286                 remove account options 'clearsign' and 'ascii_armored',
6287                 replace with 'default_gnupg_mode' to prevent mixed-mode
6288                 Privacy settings
6289
6290 2002-11-08 [paul]       0.8.5claws91
6291
6292         * src/compose.[ch]
6293                 re-implement GnuPG 'on-the-fly' mode selection,
6294                 disallow mixed-mode
6295
6296 2002-11-08 [colin]      0.8.5claws90
6297
6298         * src/folderview.c
6299           src/prefs_folder_item.c
6300                 Change "Property" to "Properties"
6301
6302 2002-11-07 [colin]      0.8.5claws89
6303
6304         * src/folderview.c
6305           src/folder.c
6306                 Allow folder dropping to a root folder
6307
6308 2002-11-07 [paul]       0.8.5claws88
6309
6310         * src/compose.c
6311                 revert last commit
6312
6313 2002-11-07 [paul]       0.8.5claws87
6314
6315         * src/compose.c
6316                 fix reply-to-list bug. closes bug report
6317                 "[633382] reply-to-list broken in recent cvs"
6318
6319 2002-11-07 [paul]       0.8.5claws86
6320
6321         * src/compose.c
6322                 add a forgotten '#if USE_GPGME ... #endif'
6323
6324 2002-11-07 [paul]       0.8.5claws85
6325
6326         * sync with 0.8.5cvs20
6327                 see ChangeLog 2002-11-07
6328
6329 2002-11-07 [colin]      0.8.5claws84
6330
6331         * src/folder.[ch]
6332                 Change folder_item_move_to to return the newly 
6333                 created folderitem.
6334         * src/folderview.c
6335                 Select the new folderitem after moving.
6336
6337 2002-11-07 [colin]      0.8.5claws83
6338
6339         * src/prefs_filtering.c
6340                 Fix rule rewriting when moving a leaf folder to a 
6341                 shorter path
6342
6343 2002-11-07 [colin]      0.8.5claws82
6344
6345         * src/prefs_filtering.c
6346                 fix a leak
6347
6348 2002-11-07 [colin]      0.8.5claws81
6349
6350         * src/folder.[ch]
6351                 Add folder_item_move_to() function to move a 
6352                 folderitem into another one (updates matcher etc)
6353         * src/folderview.c
6354                 Add folder drag'n drop (context menu to come)
6355                 [Should be dataloss free, but Please backup before 
6356                  trying !]
6357
6358 2002-11-06 [colin]      0.8.5claws80
6359
6360         * src/mh.c
6361                 mh_create_folder() returns NULL if can't create
6362                 directory hierarchy
6363
6364 2002-11-06 [paul]       0.8.5claws79
6365
6366         * src/compose.[ch]
6367                 allow 'on-the-fly' changing of the type of encryption 
6368                 and/or signing used (mime/ascii) via the compose window
6369
6370 2002-11-06 [paul]       0.8.5claws78
6371
6372         * sync with 0.8.5cvs19
6373                 see ChangeLog 2002-11-06 for src/account.c: 
6374                 account_get_special_folder()
6375                 
6376 2002-11-05 [alfons]     0.8.5claws77
6377
6378         * src/crash.c
6379                 very minor cleanups: nothing to see here, move on. :-)
6380
6381 2002-11-05 [colin]      0.8.5claws76
6382
6383         * src/main.c
6384                 Changes choices if compose windows are opened to
6385                 Discard, Draft, Don't quit
6386
6387 2002-11-05 [thorsten]   0.8.5claws75
6388
6389         * src/compose.c
6390                 reenabled default_reply_to folder option
6391
6392 2002-11-05 [colin]      0.8.5claws74
6393
6394         * src/compose.[ch] 
6395                 add compose_draft()
6396         * src/crash.c
6397                 add SIGTERM handler
6398         * src/main.[ch]
6399                 add clean_quit() for the SIGTERM handler
6400
6401 2002-11-05 [paul]       0.8.5claws73
6402         
6403         * po/es.po
6404                 updated by Ricardo Mones Lastra
6405
6406 2002-11-05 [melvin]     0.8.5claws72
6407
6408         * src/logwindow.c
6409                 Fixed log-clipping bug #616795.
6410                 To stop logging in the log window use 0 length.
6411         * src/prefs_common.c
6412                 Added a label to inform about the 0 log length behaviour.
6413
6414 2002-11-05 [paul]       0.8.5claws71
6415
6416         * sync with 0.8.5cvs17
6417                 see ChangeLog 2002-11-05
6418
6419 2002-11-04 [paul]       0.8.5claws70
6420
6421         * sylpheed-128x128.png
6422           sylpheed-64x64.png
6423           sylpheed.png
6424                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6425                 <nikai@users.sourceforge.net>
6426                 
6427         * po/bg.po
6428                 updated by George Danchev
6429
6430 2002-11-03 [thorsten]   0.8.5claws69
6431
6432         * src/main.c
6433           src/mimeview.c
6434           src/rfc2015.h
6435                 add check if gpg is active
6436
6437 2002-11-03 [thorsten]   0.8.5claws68
6438
6439         * src/toolbar.h
6440                 removed GSList declaration causing trouble on MacOS-X
6441                 (submitted by alfons, reported by xfesty)
6442
6443 2002-11-01 [paul]       0.8.5claws67
6444
6445         * src/mainwindow.c
6446                 remove last remnants of main's filter code
6447
6448 2002-11-01 [paul]       0.8.5claws66
6449
6450         * tools/filter_conv.pl
6451                 fix bug where user-defined headers were ignored
6452
6453 2002-11-01 [paul]       0.8.5claws65
6454
6455         * src/logwindow.c
6456                 make a debug_print() not translatable
6457
6458 2002-10-31 [melvin]     0.8.5claws64
6459
6460         * ac/aspell.m4
6461                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6462                 not run any GNU/aspell test.  The dictionary path will
6463                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6464                 was given, in which case, it will be $prefix/lib/aspell/
6465         * configure.in
6466                 Fixed typo in commentary (Aspell code).
6467
6468 2002-10-31 [paul]       0.8.5claws63
6469
6470         * po/POTFILES.in
6471                 remove src/filter.c and src/prefs_filter.c
6472                 thanks to Ricardo for reminding me
6473
6474 2002-10-31 [colin]      0.8.5claws62
6475
6476         * src/mbox_folder.c
6477                 Plug some leaks
6478
6479 2002-10-31 [paul]       0.8.5claws61
6480
6481         * src/prefs_filter.[ch] ** REMOVED **
6482           src/filter.[ch]       ** REMOVED **
6483           
6484         * src/Makefile.am
6485           src/folderview.c
6486           src/inc.c
6487           src/main.c
6488           src/mainwindow.c
6489           src/mbox.c
6490           src/prefs_common.c
6491           src/prefs_filtering.c
6492           src/summaryview.[ch]
6493                 remove main's 'filter' code
6494                 
6495         README.claws
6496                 update to reflect removal of main's filter
6497
6498 2002-10-31 [paul]       0.8.5claws60
6499
6500         * src/summaryview.c
6501                 remove check for global_processing in summary_filter_open(). 
6502                 This fixes the bug where if the user uses the right-click 
6503                 'Create filter rule...' and doesn't have any filter rules 
6504                 already defined in claws' advanced filtering, the newly 
6505                 created filter rule goes to main's filtering which is 
6506                 inaccessible through the gui. Now the filter rule gets added
6507                 to claws' filtering by default.
6508
6509 2002-10-28 [melvin]     0.8.5claws59
6510
6511         * src/prefs_actions.c
6512                 Fixed bug #627322 where MIME parts were not always
6513                 correctly passed to a %p action
6514                 Display an error dialog when message filename is not found.
6515
6516 2002-10-28 [melvin]     0.8.5claws58
6517
6518         * src/prefs_common.c
6519                 Readded a missing function declaration lost in 0.8.3claws34
6520
6521 2002-10-28 [paul]       0.8.5claws57
6522
6523         * sync with 0.8.5cvs15
6524                 see ChangeLog 2002-10-28 and 2002-10-25
6525                 
6526         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6527
6528 2002-10-27 [oliver]     0.8.5claws56
6529
6530         * src/pop.c
6531                 plug leak in pop3_top_recv
6532
6533 2002-10-26 [christoph]  0.8.5claws55
6534
6535         * src/folder.c
6536                 set need_update folder flag when messages are added
6537                 (closes bug [ 626922 ] folder not updated after receiving)
6538
6539 2002-10-25 [melvin]     0.8.5claws54
6540
6541         * src/imageview.c
6542                 Fixed a memleak introduced in the scaling code.
6543
6544 2002-10-24 [alfons]     0.8.5claws53
6545
6546         * src/filtering.c
6547                 make filtering's forward message action forward from the 
6548                 correct account
6549                 (closes bug [628089 ] Filter -> Forward from address problem
6550                 reported by Oktay)
6551
6552 2002-10-24 [christoph]  0.8.5claws52
6553
6554         * src/mainwindow.c
6555         * src/manual.[ch]
6556                 o use manual of current locale or english if current
6557                   locale is not available (and english is available)
6558                 o also link to sylpheed doc project manuals
6559
6560 2002-10-23 [paul]       0.8.5claws51
6561
6562         * tools/README
6563           tools/kmail2sylpheed_v2.pl
6564                 add new version of kmail addressbook importer script.
6565                 works with newer versions of Kmail/KAddressBook which
6566                 have new and rearranged data.
6567
6568 2002-10-23 [martin]     0.8.5claws50
6569
6570         * src/folderview.c
6571         * src/summaryview.c
6572         * src/utils.h
6573         * src/utils.c
6574                 added length parameter to get_abbrev_newsgroup_name()
6575                 changed this function so that it abbreviates the newsgroup
6576                 names only so long it is smaller than the length parameter
6577                 (for better reading of some newsgroup names and space efficiency)
6578
6579 2002-10-22 [colin]      0.8.5claws49
6580
6581         *src/foldersel.c
6582                 Revert Alfons' last modification (after voting ;-))
6583
6584 2002-10-21 [alfons]     0.8.5claws48
6585
6586         * src/foldersel.c
6587                 folder view in folder selection dialog reflects state of
6588                 folder view in main window
6589
6590 2002-10-18 [alfons]     0.8.5claws47
6591
6592         * src/mbox.c
6593                 drop imported messages in folder selected by user,
6594                 and not in the inbox
6595                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6596
6597 2002-10-18 [alfons]     0.8.5claws46
6598
6599         * src/compose.c
6600                 make automagic reply work correctly for email accounts 
6601                 (whether it's viable to do a full sync with Hiro's 
6602                 compose.c is still under discussion)
6603
6604 2002-10-18 [melvin]     0.8.5claws45
6605
6606         * src/prefs_actions.c
6607                 Fixed bug #622275 where asynchroneous actions left 
6608                 zombies processes
6609                 Made (synchroneous) actions' input be displayed live.
6610
6611 2002-10-18 [christoph]  0.8.5claws44
6612
6613         * src/textview.c
6614                 don't add a newline in the textview in front of the
6615                 first textpart if header display is disabled
6616                 (closes bug [ 603385 ] disabled header display leaves blank
6617                  lin)
6618
6619 2002-10-18 [christoph]  0.8.5claws43
6620
6621         * src/folder.[ch]
6622         * src/imap.c
6623         * src/mbox_folder.c
6624         * src/mh.c
6625         * src/news.c
6626                 folder->get_num_list now returns an error code
6627                 (closes bug [ 609424 ] News cache cleared on failure)
6628                 
6629 2002-10-17 [colin]      0.8.5claws42
6630         
6631         * src/news.c
6632                 Changed a printf by debug_print
6633
6634 2002-10-16 [paul]       
6635
6636         * tools/OOo2sylpheed.pl
6637                 allow for spaces in the name of the
6638                 file to be attached.
6639
6640 2002-10-16 [colin]      0.8.5claws41
6641
6642         * src/main.c
6643                 Use a tristate to change online mode
6644
6645 2002-10-16 [paul]       0.8.5claws40
6646
6647         * po/es.po
6648                 updated by Ricardo Mones Lastra
6649
6650 2002-10-16 [colin]      0.8.5claws39
6651
6652         * src/main.c
6653           src/mainwindow.[ch]
6654                 Added --online and --offline command-line
6655                 switches
6656
6657 2002-10-15 [christoph]  0.8.5claws38
6658
6659         * src/procmime.c
6660                 set mimeinfo->name to NULL after g_free to
6661                 avoid double freeing with g_free
6662
6663 2002-10-14 [christoph]  0.8.5claws37
6664
6665         * src/compose.c
6666         * src/filtering.c
6667         * src/summaryview.c
6668                 remove calls to folder->change_flags that are now
6669                 done by procmsg flag functions (seems it is not
6670                 used by any foldertype anyway)
6671         * src/folder.c
6672                 init folder->change_flags with NULL
6673
6674 2002-10-14 [christoph]  0.8.5claws36
6675
6676         * src/folder.[ch]
6677         * src/imap.[ch]
6678                 use virtual functions for folder item new and destroy
6679                 functions
6680
6681 2002-10-14 [melvin]     0.8.5claws35
6682
6683         * src/compose.c
6684                 Added a test to not run the spell checker if no default
6685                 dictionary is available. No dialog is displayed though.
6686
6687 2002-10-14 [melvin]     0.8.5claws34
6688
6689         * src/gtkaspell.c
6690                 Fixed bug in dictionary list context menu where
6691                 "More..." pointed to an emtpy submenu if the
6692                 number of dictionaries is a multiple of 15
6693                 Removed unneeded code in suggestions list creation
6694
6695 2002-10-14 [paul]       0.8.5claws33
6696
6697         * po/bg.po
6698                 updated by George Danchev
6699
6700 2002-10-13 [hoa]        0.8.5claws32
6701
6702         * src/matcher.[ch]
6703           src/matcher_parser_parser.y
6704                 removed the escaped string from internal structure
6705                 of matcher.
6706
6707 2002-10-12 [colin]      0.8.5claws31
6708
6709         * src/gtksctree.[ch]
6710           src/summaryview.c
6711                 Removed useless function gtksctree_reanchor
6712
6713 2002-10-12 [alfons]     0.8.5claws30
6714         
6715         * sync with remaining main changes 2002-10-09 - 2002-10-11
6716         - drop changes to src/compose.c (requires claws specific changes)
6717         
6718 2002-10-12 [alfons]     0.8.5claws29
6719         
6720         * sync with main changes of 2002-10-08
6721         - drop changes to src/compose.c (requires claws specific changes)
6722         - drop changes to src/summaryview.c (requires changes to compose.c)     
6723
6724 2002-10-12 [alfons]     0.8.5claws28
6725         
6726         * sync with main changes of 2002-10-07
6727
6728 2002-10-12 [alfons]     0.8.5claws27
6729
6730         * sync with main changes of 2002-10-04
6731         - drop changes to src/compose.c (requires claws specific changes)
6732         - drop changes to src/prefs_folder_item.c (claws implementation
6733           seems to be working)
6734
6735 2002-10-12 [colin]      0.8.5claws26
6736
6737         * src/mainwindow.c
6738                 Fix folder-flicker when space-reading, introduced 
6739                 in claws22.
6740
6741 2002-10-12 [colin]      0.8.5claws25
6742
6743         * src/compose.c
6744                 Save account address when saving as draft.
6745                 (closes bug 621838)
6746
6747 2002-10-12 [colin]      0.8.5claws24
6748
6749         * src/summaryview.c
6750                 Fix the problem consisting of no message selected
6751                 after the last message in a folder has been moved.
6752
6753 2002-10-12 [paul]       0.8.5claws23
6754
6755         * src/compose.c
6756           src/prefs_template.c
6757           src/template.[ch]
6758                 add Cc and Bcc to templates. Patch submitted by
6759                 John L. Males.
6760
6761 2002-10-12 [colin]      0.8.5claws22
6762
6763         * src/folderview.c
6764                 Fix a bug after "Check for new messages":
6765                 If a folder was opened, it was still selected at
6766                 the end of the check, but displayed empty.
6767         * src/mainwindow.c
6768                 Remove unnecessary check
6769
6770 2002-10-12 [paul]
6771
6772         * tools/README
6773                 be more verbose in the description of
6774                 OOo2sylpheed.pl
6775                 
6776
6777 2002-10-11 [colin]      0.8.5claws21
6778
6779         * src/mainwindow.c
6780                 Make space work (better) when no mail is selected
6781
6782 2002-10-11 [colin]      0.8.5claws20
6783
6784         * src/inc.c
6785           src/news.c
6786                 fix warnings
6787
6788 2002-10-11 [colin]      0.8.5claws19
6789
6790         * src/mainwindow.c
6791                 revert 0.8.5claws6 changes as i couldn't get to
6792                 anything satisfying
6793
6794 2002-10-11 [melvin]     0.8.5claws18
6795
6796         * src/compose.c
6797                 Removed buggy and unused macro (should have been committed in
6798                 0.8.5claws17)
6799
6800 2002-10-11 [melvin]     0.8.5claws17
6801
6802         * src/compose.c
6803                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6804
6805 2002-10-11 [thorsten]   0.8.5claws16 
6806
6807         * src/folderview.c
6808                 remove rescan warning
6809
6810 2002-10-11 [colin]      0.8.5claws15 
6811
6812         * src/procheader.c
6813                 fix a segfault that happens if conv_unmime_header
6814                 fails (should be better to find out why it fails)
6815
6816 2002-10-11 [christoph]  0.8.5claws14
6817
6818         * src/summaryview.c
6819                 update folderview stats after ignore/unignore thread
6820
6821 2002-10-11 [hoa]        0.8.5claws13
6822
6823         * src/quote_fmt_parse.y
6824                 Fixed a yacc/bison syntax error
6825         * src/matcher.c
6826                 Escaping of string is fixed.
6827
6828 2002-10-11 [colin]      0.8.5claws12
6829
6830         * src/imageview.c
6831                 Resize images to fit
6832
6833 2002-10-11 [paul]       0.8.5claws11
6834
6835         * po/es.po
6836                 updated by Ricardo Mones Lastra
6837
6838 2002-10-10 [alfons]     0.8.5claws10
6839
6840         * src/compose.c
6841                 allow dropping files by "moving" files from a file manager,
6842                 not only by the more cumbersome "copying". the latter 
6843                 mostly implies holding down the Control button
6844
6845 2002-10-10 [christoph]  0.8.5claws9
6846
6847         * src/summaryview.c
6848                 update folders after thread building for ignored threads
6849
6850 2002-10-10 [christoph]  0.8.5claws8
6851
6852         * config/.cvsignore
6853                 added Makefile
6854         * src/filtering.[ch]
6855         * src/folder.[ch]
6856         * src/folderview.[ch]
6857         * src/import.c
6858         * src/inc.[ch]
6859         * src/mbox.[ch]
6860         * src/procmsg.c
6861         * src/summaryview.[ch]
6862                 o added new flag need_update to FolderItem
6863                 o removed folder_table from various functions from tracking
6864                   folder updates
6865                 o set need_update flags in folder.c's move, copy and delete
6866                   functions and procmsg's flags functions
6867                 o added function folderview_update_items_when_required that
6868                   updates all folders with need_update set
6869                 o call folderview_update_items_when_required instead of
6870                   folderview_update_item_foreach
6871
6872 2002-10-09 [sergey]     0.8.5claws7
6873
6874         * src/compose.c
6875                 Strip CRs whel loading the text into editor in reedit mode.
6876
6877 2002-10-09 [colin]      0.8.5claws6
6878
6879         * src/mainwindow.c
6880                 Make Space work when no mail is selected
6881
6882 2002-10-09 [colin]      0.8.5claws5
6883
6884         * src/gtksctree.[ch]
6885                 Fix range_select
6886                 Add gtk_sctree_reanchor() 
6887         * src/summaryview.c
6888                 Use gtk_sctree_reanchor() - better fix for 
6889                 bug 60413
6890
6891 2002-10-09 [colin]      0.8.5claws4
6892
6893         * src/summaryview.c
6894                 Fix shift-click select after delete problem
6895                 (closes bug 60413)
6896
6897 2002-10-08 [thorsten]   0.8.5claws3
6898
6899         * src/summaryview.c
6900                 exclude current msg from -hide read messages-
6901
6902 2002-10-08 [colin]      0.8.5claws2
6903
6904         * src/inc.[ch]
6905           src/pop.c
6906           src/recv.c
6907                 Differentiate socket errors from disk full
6908                 errors
6909
6910 2002-10-08 [christoph]  0.8.5claws1
6911
6912         * Makefile.am
6913         * configure.in
6914                 modifications for new config directory
6915
6916         * config.guess  ** REMOVED **
6917         * config.sub    ** REMOVED **
6918         * install-sh    ** REMOVED **
6919         * ltmain.sh     ** REMOVED **
6920         * missing       ** REMOVED **
6921         * mkinstalldirs ** REMOVED **
6922                 these files are autogenerated by automake
6923                 when you run autogen.sh
6924
6925         * config/.cvsignore     ** NEW FILE **
6926         * config/Makefile.am    ** NEW FILE **
6927                 ignore autogenerated files
6928                 create a Makefile in this directory
6929
6930 2002-10-08 [paul]       0.8.5claws
6931
6932         * 0.8.5claws release
6933         
6934         * src/compose.c
6935           src/procheader.c
6936           src/procmsg.c
6937                 fix quote reply format for newsgroups reply bug
6938                 (thanks to Hoa)
6939                 
6940         * po/en_GB.po
6941           po/pl.po
6942                 updated by me and Witold Wladyslaw Wojciech Wilk
6943                 repectively
6944
6945 2002-10-07 [paul]       0.8.3claws53
6946
6947         * po/it.po
6948           po/pt_BR.po
6949           po/sr.po
6950                 updated messages catalogs, submitted by
6951                 Alessandro Maestri, Fabio Jr.Beneditto 
6952                 and Urke MMI, respectively.
6953
6954 2002-10-07 [christoph]  0.8.3claws52
6955
6956         * src/folder.[ch]
6957         * src/folderview.c
6958         * src/mainwindow.c
6959                 fix new folder ghost message bug
6960                 (closes bug [ 619722 ] wrong count for newly created folders)
6961
6962 2002-10-07 [christoph]  0.8.3claws51
6963
6964         * src/compose.c
6965                 fix news posting problem
6966
6967 2002-10-07 [melvin]     0.8.3claws50
6968
6969         * po/fr.po
6970                 Updated French translation
6971
6972 2002-10-05 [christoph]  0.8.3claws49
6973
6974         * src/gtkstext.c
6975                 check if line_start_cache is set in gtk_stext_update_text
6976                 (closes bug [ 618119 ] crash while doing search in folder)
6977
6978 2002-10-05 [christoph]  0.8.3claws48
6979
6980         * src/imap.c
6981         * src/news.c
6982         * src/utils.c
6983         * src/utils.h
6984                 implement cache cleanups for claws' folder system
6985                 (closes bug [ 595916 ] imapcache not cleaned up)
6986
6987 2002-10-05 [melvin]     0.8.3claws47
6988
6989         * src/prefs_actions.c
6990                 Made the help text more clear for the %p token
6991
6992 2002-10-04 [paul]       0.8.3claws46
6993
6994         * sync with 0.8.5
6995                 see ChangeLog 2002-10-02 and 2002-10-03
6996
6997 2002-10-04 [christoph]  0.8.3claws45
6998
6999         * src/inc.c
7000                 fix segfault caused by pop before smtp
7001                 call to inc_account_mail with NULL
7002                 pointer for mainwin
7003
7004 2002-10-04 [paul]       0.8.3claws44
7005
7006         * configure.in
7007                 sync the LDAP detection from 0.8.5cvs1
7008
7009 2002-10-02 [christoph]  0.8.3claws43
7010
7011         * po/de.po
7012                 fix small spelling error
7013
7014 2002-10-02 [melvin]     0.8.3claws42
7015
7016         * ac/aspell.m4
7017                 Behave better and say "no" when test program cannot be run.
7018
7019 2002-10-02 [paul]       0.8.3claws41
7020
7021         * sync with 0.8.4cvs1
7022                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7023                 
7024         * src/summaryview.c
7025                 toggle the behavior of Reply menuitem between
7026                 normal reply and reply-to-list
7027
7028 2002-10-01 [sergey]     0.8.3claws40
7029
7030         * src/compose.c
7031                 Convert newlines in the message text to the canonical form
7032                 before base64 encoding (RFC2045 compliance, fixes some
7033                 interoperability issues with Evolution 1.0.3)
7034
7035 2002-09-29 [colin]      0.8.3claws39
7036
7037         * src/summaryview.c
7038                 Fix an unwanted copy/paste
7039
7040 2002-09-29 [colin]      0.8.3claws38
7041
7042         * src/mainwindow.c
7043                 Renamed "Custom toolbar" to "Customize toolbar"
7044                 Renamed "Show all header" to "Show all headers"
7045                 Renamed "Set diplay item" to "Set displayed items"
7046         * src/prefs_common.c
7047                 Renamed "Show all header" to "Show all headers"
7048         * src/prefs_summary_column.c
7049                 Renamed "diplay item" to "displayed items"
7050
7051 2002-09-29 [colin]      0.8.3claws37
7052
7053         * src/mainwindow.[ch]
7054                 online/offline status pixmaps follow theme
7055                 changes
7056         * src/summaryview.[ch]
7057                 quicksearch pixmap follows theme changes
7058
7059 2002-09-29 [thorsten]   0.8.3claws36
7060
7061         * src/compose.c
7062           src/prefs_folder_item.[ch]
7063                 add default_reply_to folder option (closes patch 581044)
7064
7065 2002-09-29 [christoph]  0.8.3claws35
7066
7067         * acconfig.h    ** REMOVED **
7068         * configure.in
7069         * ac/aspell.m4
7070         * ac/check-type.m4
7071         * ac/gnupg-check-typedef.m4
7072                 fix autoheader 2.50 warning
7073
7074 2002-09-29 [christoph]  0.8.3claws34
7075
7076         * major code cleanup (part 2)
7077         
7078                 - unused variables removed
7079                 - unused functions removed
7080                 - uninitialized variables checked
7081                 - missing return statements added
7082                 - missing function return types added
7083                 - added parentheses around assignment
7084                   when suggested by gcc
7085
7086 2002-09-29 [alfons]     0.8.3claws33
7087
7088         * src/logwindow.c
7089                 log_window_clear(): only bracket gtk_text_forward_delete() 
7090                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7091                 works around GTK text bug)
7092
7093 2002-09-29 [paul]       0.8.3claws32
7094
7095         * po/bg.po
7096           po/sr.po
7097                 updated by George Danchev and Urke MMI
7098                 respectively
7099
7100 2002-09-27 [christoph]  0.8.3claws31
7101
7102         * doc-src/readme.txt
7103         * doc-src/rfc1806.txt   ** REMOVED **
7104         * doc-src/rfc2183.txt   ** NEW FILE **
7105         * doc-src/rfc2980.txt   ** NEW FILE **
7106                 update rfcs
7107
7108 2002-09-27 [melvin]     0.8.3claws30
7109
7110         * ac/aspell.m4
7111                 Fixed typo which could break linking
7112
7113 2002-09-27 [melvin]     0.8.3claws29
7114
7115         * ac/aspell.m4
7116                 Improved GNU/aspell checking. 
7117                 Fixed bug #614490
7118
7119 2002-09-27 [paul]       0.8.3claws28
7120
7121         * sync with 0.8.3cvs8
7122                 see ChangeLog 2002-09-27
7123
7124 2002-09-26 [colin]      0.8.3claws27
7125
7126         * src/toolbar.[ch]
7127           src/mainwindow.[ch]
7128                 Add "Reply to Mailing-list" to the toolbar
7129
7130 2002-09-26 [christoph]  0.8.3claws26
7131
7132         * src/summaryview.c
7133                 Fix wrong message counts in summaryview status
7134
7135 2002-09-26 [paul]       0.8.3claws25
7136
7137         * sync with 0.8.3cvs7
7138                 see ChangeLog 2002-09-26
7139
7140 2002-09-26 [paul]       0.8.3claws24
7141
7142         * sync with 0.8.3cvs6
7143                 see ChangeLog 2002-09-25
7144
7145 2002-09-25 [christoph]  0.8.3claws23
7146
7147         * src/prefs_common.c
7148         * src/prefs_folder_item.c
7149         * src/prefs_scoring.c
7150                 Renamed "kill score" to "hide score" in GUI
7151                 and prefs files
7152
7153 2002-09-25 [paul]       0.8.3claws22
7154
7155         * sync with 0.8.3cvs5
7156                 see ChangeLog 2002-09-24
7157
7158 2002-09-24 [alfons]     0.8.3claws21
7159
7160         patch by Satoshi Nagayasu: allows appending / saving multiple 
7161         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7162         'Save as ...'")
7163
7164         * AUTHORS
7165                 add Satoshi Nagayasu
7166         * src/summaryview.c
7167                 summary_save_as(): allow saving selected files to
7168                 one file
7169                 summary_set_menu_sensitive: enable "Save As..." when
7170                 multiple files are selected
7171         * src/utils.[ch]
7172                 append_file(): new function
7173
7174 2002-09-24 [colin]      0.8.3claws20
7175
7176         * src/procmime.c
7177                 Fix segfault when mimeinfo doesn't have a 
7178                 content_type. 
7179
7180 2002-09-24 [colin]      0.8.3claws19
7181
7182         * src/prefs_common.[ch]
7183                 Add a preference to display send dialog or not
7184         * src/send.c
7185                 Display send dialog according to preference
7186
7187 2002-09-24 [colin]      0.8.3claws18
7188
7189         * src/compose.[ch]
7190                 Disable user actions when sending
7191
7192 2002-09-24 [colin]      0.8.3claws17
7193
7194         * src/procmime.c
7195                 Do not display name or filename for attachments
7196                 with an application/pgp-signature type
7197                 (security flaw, see bug 537413)
7198
7199 2002-09-23 [colin]      0.8.3claws16
7200
7201         * src/editaddress.c
7202                 Initialize entry_email, entry_alias and 
7203                 entry_remarks to first email address of the list
7204
7205 2002-09-23 [colin]      0.83claws15
7206
7207         * src/compose.c
7208                 Drop pgp-signature when reediting a signed queued
7209                 message
7210
7211 2002-09-23 [melvin]     0.8.3claws14
7212
7213         * po/fr.po
7214                 Updated French translation
7215
7216 2002-09-23 [melvin]     0.8.3claws13
7217
7218         * src/mainwindow.c
7219                 Made custom toolbar menu labels more consistent
7220         * src/prefs_toolbar.c
7221                 Made custom toolbar window title more consistent
7222
7223 2002-09-22 [colin]      0.8.3claws12
7224
7225         * src/inc.c
7226                 Initialize session type to normal before getting 
7227                 mail (fixes strange Get behaviour)
7228         * src/prefs_account.h
7229                 Move STYPE_POP_BEFORE_SMTP to last position to 
7230                 avoid other side-effects
7231
7232 2002-09-22 [colin]      0.8.3claws11
7233
7234         * src/prefs_account.c
7235                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7236                 from pop3 to apop or vice-versa
7237
7238 2002-09-22 [colin]      0.8.3claws10
7239         
7240         * src/prefs_account.[ch]
7241                 Add an option for the POP before SMTP timeout
7242         * src/inc.c
7243                 Remember time of last POP connection
7244         * src/send.c
7245                 Do POP before SMTP only if timeout reached
7246
7247 2002-09-22 [oliver]     0.8.3claws9
7248         
7249         * README.claws
7250                 explain custom toolbar
7251
7252 2002-09-22 [oliver]     0.8.3claws8
7253
7254         * src/prefs_actions.[ch]
7255         custom toolbar for compose      
7256                 actions callback from compose toolbar
7257         * src/folderview.c
7258                 remove include toolbar.h
7259
7260 2002-09-22 [oliver]     0.8.3claws7
7261         
7262         * src/prefs_toolbar.[ch]
7263                 custom toolbar for compose
7264                 - generic prefs_toolbar handles both
7265                   Mainwin's toolbar as well as Compose toolbar          
7266
7267 2002-09-22 [oliver]     0.8.3claws6
7268         
7269         * src/toolbar.[ch]
7270                 custom toolbar for compose
7271                 restructure toolbar.[ch]
7272
7273 2002-09-22 [oliver]     0.8.3claws5
7274
7275         * src/compose.[ch]
7276                 custom toolbar for compose
7277
7278 2002-09-22 [oliver]     0.8.3claws4
7279         
7280         * src/mainwindow.[ch]
7281                 custom toolbar for compose 
7282                 move mainwin toolbar back to mainwindow
7283
7284 2002-09-22 [alfons]     0.8.3claws3
7285
7286         * src/procmsg.c
7287                 :%sno/if(/if (/gc
7288                 :%sno/for(/for (/gc
7289                 (beautify)
7290
7291 2002-09-22 [alfons]     0.8.3claws2
7292         
7293         * src/procmsg.c
7294                 procmsg_save_to_outbox(): don't unlink message file from queue;
7295                 callers should do it using folder_item_remove_msg()
7296
7297 2002-09-22 [colin]      0.8.3claws1
7298
7299         * src/mimeview.[ch]
7300                 Made mimeview_check_signature() public
7301         * src/textview.c
7302                 Made GPG signatures verifiable by clicking
7303                 the [application/pgp-signature] in the Text
7304                 view
7305
7306 2002-09-22 [paul]       0.8.3claws
7307
7308         * po/bg.po
7309           po/en_GB.po
7310           po/es.po
7311           po/it.po
7312           po/pl.po
7313           po/pt_BR.po
7314           po/sr.po
7315                 updated translations, submitted by George Danchev,
7316                 me, Ricardo Mones Lastra, Alessandro Maestri,
7317                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7318                 and Urke MMI, respectively.     
7319
7320 2002-09-22 [alfons]     0.8.2claws65
7321
7322         * src/procmsg.c
7323         * src/pgptext.c
7324                 no furry valgrinds have been used to plug these memleaks
7325
7326 2002-09-20 [paul]       0.8.2claws64
7327
7328         * sync with 0.8.3cvs4
7329                 'Select thread' re-implemented 
7330                 see ChangeLog 2002-09-20
7331
7332 2002-09-21 [alfons]     0.8.2claws63
7333
7334         * src/compose.c
7335                 compose_send(): plug unnoticed memleak
7336
7337 2002-09-20 [alfons]     0.8.2claws62
7338
7339         * src/addr_compl.c
7340                 replace_address_in_edit(): strict check for NULL address to
7341                 fix "[ 607348 ] Segfault in address completion". My guess is
7342                 that this happens with an empty address book, but it's good
7343                 to have this check here anyway
7344                 
7345                 completion_window_button_press(): free string returned 
7346                 from the internal cache
7347
7348 2002-09-20 [christoph]  0.8.2claws61
7349
7350         * src/procmime.h
7351                 added ENC_BINARY to EncodingType
7352         * src/procmime.c
7353                 the string returned by procmime_get_encoding_str
7354                 should not depend on the order of values in the
7355                 EncodingType definition
7356         * doc-src/rfc1806.txt   ** NEW FILE **
7357                 Added rfc1806 about MIME Content-Disposition
7358                 Extension
7359
7360 2002-09-19 [paul]       0.8.2claws60
7361
7362         * sync with 0.8.2cvs3
7363                 see ChangeLog 2002-09-19
7364
7365 2002-09-19 [paul]       0.8.2claws59
7366
7367         * src/prefs_folder_item.c
7368                 revert to Darko's original alignment of colour
7369                 selector button
7370                 add a colon to folder_color label
7371                 
7372         * src/compose.c
7373                 add Colin's patch (with Hiro's modifications) to 
7374                 force BASE64 encoding for 8-bit text when signing
7375                 (sync with 0.8.3cvs2)
7376
7377 2002-09-18 [alfons]     0.8.2claws58
7378
7379         * src/compose.c
7380                 :%sno/if(/if (/gc
7381                 :%sno/for(/for (/gc
7382                 (beautify a little bit)
7383
7384 2002-09-18 [christoph]  0.8.2claws57
7385
7386         * src/pine.c
7387                 fix handling of fgetc return value
7388
7389 2002-09-17 [alfons]     0.8.2claws56
7390         
7391         * src/summaryview.c
7392                 summary_sort(): check non-NULL summaryview->folder_item when no 
7393                 folder is selected at all
7394                 (closes "[ 610344 ] sort label make syl Crash")
7395
7396 2002-09-17 [alfons]     0.8.2claws55
7397         
7398         * src/compose.c
7399                 beautify a little bit
7400
7401 2002-09-17 [christoph]  0.8.2claws54
7402
7403         * src/folder.c
7404                 initialize max values for cache and folder
7405                 when cache or folder is empty
7406
7407 2002-09-15 [colin]      0.8.2claws53
7408
7409         * src/compose.c
7410                 Fix a leak (thanks Alfons!) and cleaned
7411                 variables names for custom headers
7412
7413 2002-09-15 [colin]      0.8.2claws52
7414
7415         * src/compose.c
7416                 Fix custom headers recognition when
7417                 prefs_common.trans_hdr is on
7418
7419 2002-09-15 [colin]      0.8.2claws51
7420
7421         * src/compose.c
7422                 Allow dynamically-added custom headers
7423                 Yet not reparsed if reedited
7424
7425 2002-09-15 [alfons]     0.8.2claws50
7426
7427         * src/prefs_account.c
7428                 fix warnings
7429
7430 2002-09-15 [colin]      0.8.2claws49
7431         
7432         * src/prefs_account.c
7433                 fix pop_before_smtp sensitivity
7434
7435 2002-09-15 [colin]      0.8.2claws48
7436
7437         * src/inc.[ch]
7438                 add inc_pop_before_smtp()
7439                 allow MainWindow to be undefined in 
7440                 inc_account_mail() and inc_start()
7441         * src/pop.c
7442           src/prefs_account.h
7443                 add STYPE_POP_BEFORE_SMTP session type
7444         * src/prefs_account.c
7445                 activated pop before smtp option
7446         * src/send.c
7447                 do pop before smtp if the relevant option 
7448                 is set
7449
7450 2002-09-15 [paul]       0.8.2claws47
7451
7452         * sync with 0.8.3
7453                 see ChangeLog 2002-09-15
7454
7455 2002-09-14 [paul]       0.8.2claws46
7456
7457         * po/bg.po
7458                 updated Bulgarian translation, submitted by
7459                 George Danchev
7460
7461 2002-09-13 [paul]       0.8.2claws45
7462
7463         * src/compose.c
7464                 merge claws' select_account() with main's
7465                 (new) compose_select_account(). [sync with
7466                 0.8.2cvs15, see ChangeLog 2002-09-11]
7467
7468 2002-09-12 [christoph]  0.8.2claws44
7469
7470         * src/filter.c
7471                 allocate 1 elements of FolderItem not 0
7472
7473 2002-09-12 [colin]      0.8.2claws43
7474
7475         * src/compose.c
7476                 Fix bug #590825 (obey Follow-up: poster)
7477
7478 2002-09-12 [colin]      0.8.2claws42
7479
7480         * src/procmime.c
7481                 Fix bug #557009 (wrong headers for messages 
7482                 forwarded as attachments)
7483
7484 2002-09-11 [colin]      0.8.2claws41
7485         
7486         * src/compose.c
7487                 Put SCF: pseudo-header on top of message
7488                 Set draft tmp_flag when saved as draft
7489
7490         * src/procmsg.c
7491           src/procheader.c
7492                 Skip after first \n\n for beginning of real message
7493                 for drafts too
7494
7495 2002-09-11 [christoph]  0.8.2claws40
7496
7497         * src/filtering.c
7498                 use procmsg flag functions in filtering or processing
7499                 will cause incorrect folder message counts
7500
7501 2002-09-11 [colin]      0.8.2claws39
7502
7503         * src/compose.c
7504                 Fix bug #550175 - wrong save folder when reediting
7505                 drafts
7506
7507 2002-09-11 [paul]       0.8.2claws38
7508
7509         * sync with 0.8.2cvs14
7510                 see ChangeLog 2002-09-11
7511
7512 2002-09-11 [colin]      0.8.2claws37
7513
7514         * src/folder.c
7515                 Fix a typo (seeming to cause new/unread status to
7516                 be lost)
7517
7518 2002-09-10 [christoph]  0.8.2claws36
7519
7520         * src/compose.c
7521                 compose_redirect should not use compose_generic_new
7522                 because that does more stuff than expected including
7523                 opening the external editor
7524                 (closes bug "[ 526608 ] bounced messages appear blank
7525                  in editor")
7526
7527 2002-09-10 [christoph]  0.8.2claws35
7528
7529         * src/folder.c
7530                 fix problem with too large message number range
7531                 causing a crash in folder_item_scan
7532
7533 2002-09-10 [paul]       0.8.2claws34
7534
7535         * sync with 0.8.2cvs13
7536                 see ChangeLog 2002-09-10
7537
7538 2002-09-10 [christoph]  0.8.2claws33
7539
7540         * src/msgcache.c
7541                 set MsgInfo TmpFlags for queue and draft folders
7542                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7543
7544 2002-09-10 [paul]       0.8.2claws32
7545
7546         * AUTHORS
7547           po/bg.po      ** NEW FILE **
7548                 new Bulgarian translation submitted by
7549                 George Danchev <danchev@spnet.net>
7550                 
7551         * tools/Makefile.am
7552           tools/README
7553           tools/tb2sylpheed     ** NEW FILE **
7554                 add script that converts an addressbook exported
7555                 from The Bat! into a Sylpheed addressbook. Submitted
7556                 by Urke MMI <urke-kg@eunet.yu>
7557
7558 2002-09-10 [paul]       0.8.2claws31
7559
7560         * sync with 0.8.2cvs12
7561                 see ChangeLog 2002-09-10
7562
7563 2002-09-06 [paul]       0.8.2claws30
7564
7565         * src/prefs_common.c
7566                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7567                 
7568         * tools/Makefile.am
7569           tools/README
7570           tools/ldif-to-xml.py  ** REMOVED **
7571                 remove obsolete python script
7572
7573 2002-09-06 [paul]       0.8.2claws29
7574
7575         * sync with 0.8.2cvs10
7576                 see ChangeLog 2002-09-06
7577
7578 2002-09-04 [paul]       0.8.2claws28
7579
7580         * sync with 0.8.2cvs9
7581                 see ChangeLog 2002-08-04
7582
7583 2002-09-04 [colin]      0.8.2claws27 
7584
7585         * src/prefs_common.[ch]
7586                 Added signature color configuration
7587         * src/textview.c
7588                 Use user-specified signature color
7589
7590 2002-09-03 [colin]      0.8.2claws26
7591
7592         * src/prefs_common.[ch]
7593                 Added autosave and autosave_length prefs
7594         * src/compose.c
7595                 Added compose_remove_draft()
7596                 Auto-save drafts according to the prefs
7597         * src/main.c
7598                 Added a crash-indicator file, allowing to check
7599                 for new messages on startup if Sylpheed crashed
7600                 (makes saved drafts "reappear")
7601
7602 2002-09-03 [colin]      0.8.2claws25
7603
7604         * src/textview.[ch]
7605                 Grey the signature
7606
7607 2002-09-03 [paul]       0.8.2claws24
7608
7609         * sync with 0.8.2cvs8
7610                 see ChangeLog 2002-09-02 and 2002-09-03
7611
7612 2002-09-03 [darko]      0.8.2claws23
7613
7614         * src/folderview.c
7615                 use normal style when creating new folder to pick
7616                 proper font size 
7617
7618 2002-09-02 [melvin]     0.8.2claws22
7619
7620         * src/gtkaspell.m4
7621                 removed some obsolete code
7622
7623 2002-09-02 [melvin]     0.8.2claws21
7624
7625         * ac/aspell.m4
7626                 fixed test's equality sign (== to =)
7627
7628 2002-09-02 [alfons]     0.8.2claws20
7629
7630         * src/folder.c
7631         * src/mh.c
7632                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7633                 as folder->destroy virtual as suggested by Hiro
7634                 (the mh.c code seems to have been lost around mh.c.1.21)
7635
7636 2002-09-02 [paul]       0.8.2claws19
7637
7638         * po/pt_BR.po
7639                 updated by Fabio Jr. Beneditto
7640                 
7641         * src/defs.h
7642                 use 'http://claws.sylpheed.org' for homepage link. 
7643                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7644
7645 2002-09-01 [alfons]     0.8.2claws18
7646
7647         * src/mh.c
7648                 plug memleak related to one Martin Kluge found
7649
7650 2002-08-31 [paul]       0.8.2claws17
7651
7652         * sync with 0.8.2cvs6
7653                 see ChangeLog 2002-08-30
7654
7655 2002-08-31 [alfons]     0.8.2claws16
7656
7657         * src/folder.c
7658                 folder_destroy(): remove mailbox from folderlist even if it has
7659                 no destroy virtual
7660
7661 2002-08-31 [alfons]     0.8.2claws15
7662
7663         * src/folder.c
7664                 :%sno/if(/if (/gc
7665                 :%sno/for(/for (/gc
7666                 (being pedantic I know)
7667
7668 2002-08-31 [alfons]     0.8.2claws14
7669
7670         * src/folder.c
7671                 check for NULL pointers returned from folder->fetch_msginfo virtual
7672                 (should solve some reported crashes)
7673
7674 2002-08-30 [alfons]     0.8.2claws13
7675
7676         * acconfig.h
7677         * configure.in
7678         * src/crash.c
7679                 enable crash dialog on compilation time
7680                 (--enable-crash-dialog configure option)
7681
7682 2002-08-30 [alfons]     0.8.2claws12
7683
7684         * AUTHORS
7685                 add Martin Kluge
7686         * src/mh.c
7687                 apply memory leak plug patch by Martin Kluge
7688                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7689                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7690                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7691
7692 2002-08-30 [darko]      0.8.2claws11
7693
7694         * src/folderview.c
7695                 copy Gtk style from normal style to match
7696                 font size for coloured folders
7697
7698 2002-08-29 [alfons]     0.8.2claws10
7699
7700         * sylpheed.desktop
7701                 Type=Internet <- Type=Application
7702                 (reported by Michael Schwendt, see:
7703                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7704                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7705
7706 2002-08-29 [paul]       0.8.2claws9
7707
7708         * sync with 0.8.2cvs5
7709                 see ChangeLog 2002-08-29
7710
7711 2002-08-29 [colin]      0.8.2claws8
7712
7713         * src/summaryview.c
7714                 Added a sanity check in summary_select_thread
7715                 Should fix bug 601605
7716
7717 2002-08-29 [colin]      0.8.2claws7
7718
7719         * src/main.c
7720                 Revert claws6 changes regarding bug #591676
7721
7722 2002-08-28 [colin]      0.8.2claws6
7723         
7724         * src/main.c
7725                 Ignore cache for queue folderitems
7726                 Fix bug #591676
7727
7728 2002-08-28 [melvin]     0.8.2claws5
7729
7730         * README.claws
7731                 Fixed typos.
7732
7733 2002-08-28 [melvin]     0.8.2claws4
7734
7735         * README.claws
7736                 Updated a bit the text concerning the spell checker
7737
7738 2002-08-28 [melvin]     0.8.2claws3
7739
7740         Merged the GNU_aspell_branch:
7741                 Support of new GNU/aspell is now included and the old pspell
7742                 is not supported anymore.
7743                 See README.claws
7744
7745         * README.claws
7746                 Updated spell checker text to reflect the switch to GNU/aspell
7747
7748         * ac/aspell.m4          *** NEW ***
7749         * src/gtkaspell.[ch]    *** NEW *** 
7750         * ac/pspell.m4          *** DELETED *** 
7751         * src/gtkspell.[ch]     *** DELETED ***
7752
7753         * ac/Makefile.am
7754                 Updated for GNU/aspell support
7755
7756         * po/POTFILES.in
7757                 Replaced gtkspell.c by gtkaspell.c
7758
7759         * acconfig.h
7760         * src/Makefile.am
7761         * src/about.c
7762         * src/compose.[ch]
7763         * src/crash.c
7764         * src/main.c
7765         * src/prefs_common.[ch]
7766                 Updated for GNU/aspell support
7767
7768 2002-08-28 [paul]       0.8.2claws2
7769
7770         * sync with 0.8.2cvs4
7771                 see ChangeLog 2002-08-27 and 2002-08-28
7772
7773 2002-08-28 [colin]      0.8.2claws1
7774
7775         * src/summary_search.c
7776                 Added "AND search"
7777
7778 2002-08-28 [jens]       0.8.2claws
7779
7780         *po/de.po
7781                 Updated German translations
7782
7783 2002-08-27 [melvin]     0.8.2claws
7784
7785         * po/fr.po
7786                 Updated French translations
7787
7788 2002-08-27 [paul]       0.8.2claws
7789
7790         * sync with 0.8.2 main release
7791
7792         * po/en_GB.po
7793           po/es.po
7794           po/it.po
7795           po/pl.po
7796           po/pt_BR.po
7797           po/sr.po
7798                 updated message catalogs submitted by
7799                 Ricardo Mones Lastra, Alessandro Maestri,
7800                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7801                 Beneditto and Urke MMI  
7802
7803 2002-08-27 [hoa]        0.8.1claws123
7804
7805         * src/mainwindow.[ch]
7806         * src/summaryview.[ch]
7807                 removed the "filter setting" menu option.
7808                 add a "cancel a news message" menu option.
7809
7810 2002-08-26 [martin]     0.8.1claws122
7811
7812         * ChangeLog.claws
7813                 changed string under 0.8.1claws79 changed by myself
7814                 i'm sorry alfons :(
7815
7816 2002-08-26 [martin]     0.8.1claws121
7817
7818         * src/crash.c
7819                 added kill command to debuggerrc to start crash dialog
7820
7821 2002-08-26 [paul]       0.8.1claws120
7822
7823         * sync with 0.8.1cvs31
7824                 see ChangeLog 2002-08-26
7825
7826 2002-08-25 [alfons]     0.8.1claws119
7827
7828         * src/procmsg.c
7829                 fix bug that didn't send out correct headers to news server
7830                 when sending news article and email from queue (bug reported
7831                 and patch provided by Tim Mann; closes bug 
7832                 "[ 583196 ] 0.7.8claws can't post news")
7833
7834 2002-08-25 [alfons]     0.8.1claws118
7835
7836         * src/selective_download.c
7837                 mark two strings as translatable
7838                 (thanks to Urke MMI for pointing this out)
7839
7840 2002-08-25 [alfons]     0.8.1claws117
7841
7842         * src/summaryview.c
7843                 treat sent boxes as special and allow sorting them by addressee
7844                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7845                 submitted by Steve Lamb)
7846
7847 2002-08-24 [alfons]     0.8.1claws116
7848
7849         * src/matcher.c
7850                 fix memleak reported by Martin Kluge
7851                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7852
7853 2002-08-24 [oliver]     0.8.1claws115
7854
7855         * src/prefs_toolbar.c
7856                 o code cleanup as suggested by Alfons
7857                 o memleak fix
7858
7859 2002-08-24 [alfons]     0.8.1claws114
7860
7861         * src/summaryview.c
7862                 o fix another memory leak reported by Martin Kluge
7863                   (see "[ 599568 ] Small Memory Leak")
7864                 o remove 'from' variable from 'summary_set_header()'; we can
7865                   do with just 'to' 
7866
7867 2002-08-24 [paul]       0.8.1claws113
7868
7869         * sync with 0.8.1cvs30
7870                 see ChangeLog 2002-08-23
7871
7872 2002-08-24 [alfons]     0.8.1claws112
7873
7874         * src/summaryview.c
7875                 remove unnecessary allocations for search bar fixing leaks
7876                 reported by Martin Kluge
7877                 (see "[ 599451 ] Further memory leaks?")
7878
7879 2002-08-24 [alfons]     0.8.1claws111
7880
7881         * src/main.c
7882                 make get_socket_name() public for crash.c
7883         * src/crash.c
7884                 o make report bug button work (goes to claws' 
7885                   bug tracker at sf.net)
7886                 o introduce function for doing important stuff just
7887                   before claws goes down
7888                 o clean up code 
7889
7890 2002-08-24 [alfons]     0.8.1claws110
7891
7892         * src/compose.c
7893                 move cursor to "To" entry when forwarding as attachment
7894                 (reported and solved by Steve Lamb, closes bug report
7895                 "[ 592880 ] Forward as attachment; cursor not in to")
7896
7897 2002-08-24 [colin]      0.8.1claws109
7898
7899         * src/mainwindow.c
7900                 fix quick search visibility after GUI (de)separations.
7901
7902 2002-08-23 [colin]      0.8.1claws108
7903
7904         * src/mainwindow.c
7905                 fix header pane visibility after folderview or
7906                 messageview (de)separation
7907
7908 2002-08-23 [paul]       0.8.1claws107
7909
7910         * src/mainwindow.[ch]
7911           src/toolbar.c
7912                 give full control of display or non-display 
7913                 of the Execute icon to Custom toolbar settings.
7914                 add new sensitivity condition to maninwindow.h: 
7915                 M_DELAY_EXEC
7916
7917         * ChangeLog
7918           ChangeLog.jp
7919           NEWS
7920                 more sync with 0.8.1cvs29
7921
7922 2002-08-23 [melvin]     0.8.1claws106
7923
7924         * src/alertpanel.c
7925                 Readded support for custom widget in alertpanel lost in last
7926                 sync.
7927
7928 2002-08-23 [paul]       0.8.1claws105
7929
7930         * sync with 0.8.1cvs29
7931                 see ChangeLog 2002-08-23
7932
7933 2002-08-23 [colin]      0.8.1claws104
7934
7935         * src/summaryview.c
7936                 Fix folder and search pixmaps exchanging positions
7937                 after theme or toolbar changes. Thank to Oliver for 
7938                 reporting this.
7939
7940 2002-08-23 [colin]      0.8.1claws103
7941
7942         * src/mainwindow.c
7943           src/messageview.[ch]
7944           src/noticeview.[ch]
7945           src/summaryview.c
7946                 Changed messageview_create() and noticeview_create()
7947                 to avoid the last gdk_warning
7948
7949 2002-08-22 [colin]      0.8.1claws102
7950
7951         * src/summaryview.c
7952                 Fix my new `Creating pixmap from xpm' warning
7953
7954 2002-08-22 [colin]      0.8.1claws101
7955
7956         * src/mainwindow.c
7957                 Fix some of the gdk warnings
7958
7959 2002-08-22 [colin]      0.8.1claws100
7960
7961         * src/Makefile.am
7962         * src/stock_pixmap.c
7963         * src/stock_pixmap.h
7964         * src/pixmaps/quicksearch.xpm *ADDED*
7965                 Add the quicksearch pixmap
7966         * src/mainwindow.c
7967         * src/summaryview.c
7968         * src/summaryview.h
7969                 Make quicksearch bar visible/hidden via a button
7970
7971 2002-08-22 [christoph]  0.8.1claws99
7972
7973         * src/folder.c
7974                 fix folder update for newsgroups with message
7975                 numbers below minimum number of articles to fetch
7976                 (closes bug #598445)
7977
7978 2002-08-22 [paul]       0.8.1claws98
7979
7980         * sync with 0.8.1cvs28
7981                 see ChangeLog 2002-08-22
7982
7983 2002-08-21 [alfons]     0.8.1claws97
7984
7985         * src/crash.c
7986                 use bt instead of bt full which seems to work 
7987                 better, and bt full doesn't give a great deal 
7988                 of information anyway
7989
7990 2002-08-21 [colin]      0.8.1claws96
7991
7992         * src/summaryview.c
7993                 fix summaryview_searchtype_changed prototype
7994
7995 2002-08-21 [christoph]  0.8.1claws95
7996
7997         * src/mainwindow.c
7998                 o fix broken menu update for sorting type, we have to
7999                   get this info from the summaryview now
8000                 o removed setting of threaded state in menu callback
8001         * src/summaryview.[ch]
8002                 more summaryview/folderitem seperation for
8003                 threading option
8004         * configure.in
8005                 removed not required --with-compiler-flags option
8006
8007 2002-08-21 [oliver]     0.8.1claws94
8008         
8009         * src/toolbar.h 
8010                 o rename toolbar.xml to toolbar_main.xml
8011                   since toolbar_compose.xml might come up 
8012                   any time soon
8013         * README.claws
8014                 add custom toolbar              
8015
8016 2002-08-21 [darko]      0.8.1claws93
8017
8018         * src/procmsg.c
8019                 don't reset tmp flags for messages copied
8020                 to sent folder
8021
8022 2002-08-21 [colin]      0.8.1claws92
8023         
8024         * src/prefs_filtering.c
8025                 fix renaming rules on folder rename 
8026                 when folder is not a leaf folder
8027
8028 2002-08-21 [paul]       0.8.1claws91
8029
8030         * src/prefs_folder_item.c
8031                 fix alignment of colour selector
8032
8033 2002-08-21 [paul]       0.8.1claws90
8034
8035         * sync with 0.8.1cvs27
8036                 see ChangeLog 2002-08-21
8037
8038 2002-08-21 [paul]       0.8.1claws89
8039
8040         * src/summaryview.c
8041                 fix crash when changing field type in
8042                 Quick search bar
8043
8044 2002-08-21 [colin]      0.8.1claws88
8045
8046         * src/summaryview.c
8047                 Made quick search case-insensitive
8048
8049 2002-08-21 [paul]       0.8.1claws87
8050
8051         * sync with 0.8.1cvs26
8052                 see ChangeLog 2002-08-21
8053
8054 2002-08-20 [christoph]  0.8.1claws86
8055
8056         * src/folderview.c
8057         * src/main.c
8058         * src/summaryview.[ch]
8059                 more summaryview/folderitem seperation for
8060                 sort_key and sort_type
8061         * src/procmsg.c
8062                 added missing return statement
8063
8064 2002-08-20 [colin]      0.8.1claws85
8065
8066         * src/summaryview.[ch]
8067                 Added a quick search box
8068         * src/mainwindow.c
8069         * src/prefs_common.[ch]
8070                 Added a show/hide option for the quick search
8071
8072 2002-08-20 [oliver]     0.8.1claws84
8073         
8074         * src/mainwindow.c
8075                 remove toolbar_create_popups
8076         * src/toolbar.[ch]
8077                 o remove toolbar_create_popups
8078                 o fix toolbar_set_sensitive 
8079                   (Bug reports #596834 and #596832)     
8080         * src/prefs_toolbar.c
8081                 o add "Set default" button
8082                 o align label and text + combo widgets
8083
8084 2002-08-20 [hoa]        0.8.1claws83bis
8085
8086         * src/imap.c
8087                 fixed a bug in imap_fetch_msginfo() in case there is no
8088                 current folder.
8089
8090 2002-08-20 [darko]      0.8.1claws83
8091
8092         * src/folderview.c
8093                 copy the color style of folder view so it
8094                 works with GTK themes
8095
8096 2002-08-20 [darko]      0.8.1claws82
8097
8098         * src/folder.h
8099         * src/folderview.c
8100         * src/prefs_folder_item.[hc]
8101                 don't use UI stuff in folder.h
8102
8103 2002-08-20 [darko]      0.8.1claws81
8104
8105         * src/folder.h
8106         * src/prefs_folder_item.h
8107         * src/folderview.c
8108         * src/prefs_folder_item.c
8109                 ability to set folder color in folderview
8110
8111 2002-08-19 [alfons]     0.8.1claws80
8112
8113         * src/summaryview.c
8114                 fix one of the earlier memleaks reported by Martin Kluge
8115
8116 2002-08-19 [alfons]     0.8.1claws79
8117
8118         * src/mainwindow.c
8119                 hide notice view when selecting seperate folder
8120                 view (reported by Urke MMI)
8121
8122 2002-08-19 [christoph]  0.8.1claws78
8123
8124         * src/folderview.c
8125         * src/prefs_folder_item.h
8126         * src/summaryview.[ch]
8127                 o add summary_set_prefs_from_folderitem to set
8128                   summaryview prefs (first step to remove all
8129                   references to the folderitem in summaryview)
8130                 o moved compiled regex stuff from folderitem prefs
8131                   to summaryview code
8132
8133 2002-08-19 [paul]       0.8.1claws77
8134
8135         * src/compose.c
8136                 add check for '.' to QUOTE_IF_REQUIRED
8137
8138 2002-08-19 [paul]       0.8.1claws76
8139
8140         * src/inc.c
8141                 sync with 0.8.1cvs25 (plug memory leak)
8142
8143         * src/prefs_toolbar.c
8144                 re-order prefs_toolbar_cancel()
8145
8146 2002-08-18 [alfons]     0.8.1claws75
8147
8148         * src/inc.c
8149         * src/matcher.c
8150                 plug other memleaks reported by Martin Kluge
8151
8152 2002-08-18 [paul]       0.8.1claws74
8153
8154         * po/pt_BR.po
8155                 updated by Fabio Jr. Beneditto
8156
8157 2002-08-18 [paul]       0.8.1claws73
8158
8159         * src/toolbar.[ch]
8160                 fix bug where tooltips were displayed untranslated              
8161
8162         * src/prefs_toolbar.c
8163                 fix bug where clicking 'Cancel' creates an icon & text
8164                 toolbar regardless of prefs
8165         
8166
8167 2002-08-17 [oliver]     0.8.1claws72
8168
8169         * src/prefs_toolbar.c
8170                 update toolbar on CANCEL
8171                 bug reported by Martin Kluge
8172         * src/toolbar.c
8173                 toolbar_destroy memleak fixed           
8174
8175 2002-08-17 [alfons]     0.8.1claws71
8176
8177         * src/toolbar.c
8178                 plug another memleak reported by Martin Kluge
8179
8180 2002-08-16 [alfons]     0.8.1claws70
8181
8182         * src/crash.c
8183                 use execvp() correctly (suggested by wwp; thanks!)
8184
8185 2002-08-16 [alfons]     0.8.1claws69
8186
8187         * src/gtksctree.c
8188                 plug memory leak reported by Kim Schultz & Martin Kluge
8189
8190 2002-08-16 [paul]       0.8.1claws68
8191
8192         * po/es.po
8193                 updated by Ricardo Mones Lastra
8194
8195 2002-08-16 [paul]       0.8.1claws67
8196
8197         * src/toolbar.h
8198                 fix bug where 'Compose News' icon showed wrong
8199                 tooltip
8200
8201 2002-08-16 [paul]       0.8.1claws66
8202
8203         * sync with 0.8.1cvs24
8204                 see ChangeLog 2002-08-16
8205
8206         * po/it.po
8207                 updated by Alessandro Maestri
8208
8209 2002-08-15 [paul]       0.8.1claws65
8210
8211         * po/sr.po
8212                 updated by Urke MMI
8213
8214 2002-08-15 [paul]       0.8.1claws64
8215
8216         * src/*.c
8217                 don't translate debug info
8218
8219         * src/matcher.[ch]
8220                 add copyright info
8221
8222 2002-08-15 [paul]       0.8.1claws63
8223
8224         * src/prefs_toolbar.c
8225                 fix bug where clicking 'OK' creates an icon & text
8226                 toolbar regardless of prefs
8227
8228 2002-08-14 [alfons]     0.8.1claws62
8229
8230         * src/main.c
8231                 add global var that has the full argv[0]
8232         * src/crash.c
8233                 o execvp the correct sylpheed by using argv0
8234                   and setting the correct work dir
8235                 o other tweaks  
8236
8237 2002-08-14 [oliver]     0.8.1claws61
8238         
8239         * enable/disable Toolbar Action Buttons 
8240         * code cleanups
8241         * src/mainwindow.c
8242         * src/toolbar.[ch]      
8243         * src/prefs_toolbar.c   
8244
8245 2002-08-14 [melvin]     0.8.1claws60
8246
8247         * po/fr.po
8248                 Updated French translations
8249
8250 2002-08-14 [melvin]     0.8.1claws59
8251
8252         * src/crash.c
8253                 Made bug report not translatable
8254         * src/exporthtml.c
8255                 Fixed exporthtml_build_filespec() return value
8256         * src/foldersel.c
8257                 Fixed incorrect include file
8258         * src/gtkspell.c
8259         * src/prefs_actions.c
8260         * src/prefs_toolbar.c
8261                 Made debug info not translatable
8262         * src/mutt.c
8263         * src/quote_fmt.c
8264                 Added missing includes
8265         * src/prefs_common.c
8266                 Fixed typo
8267
8268 2002-08-14 [paul]       0.8.1claws58
8269
8270         * faq/es/sylpheed-faq.html
8271           faq/es/sylpheed-faq-[1-3].html
8272           faq/es/sylpheed-faq-4.html     **NEW FILE **
8273                 update Spanish FAQ
8274
8275 2002-08-13 [christoph]  0.8.1claws57
8276
8277         * src/procmsg.c
8278                 ignore thread fix that did not mark all
8279                 child nodes of a ignored thread as
8280                 ignored. Does not work perfectly yet,
8281                 but it is better now
8282
8283 2002-08-13 [alfons]     0.8.1claws56
8284
8285         * src/crash.c
8286                 o implement 'save crash log'
8287                 o some tweaks
8288
8289 2002-08-13 [melvin]     0.8.1claws55
8290
8291         * src/main.c
8292                 removed unrequired "execinfo.h" header
8293
8294 2002-08-12 [paul]       0.8.1claws54
8295
8296         * faq/en/sylpheed-faq.html
8297           faq/en/sylpheed-faq-[1-3].html
8298           faq/en/sylpheed-faq-4.html     **NEW FILE **
8299                 update English FAQ
8300
8301 2002-08-12 [alfons]     0.8.1claws53
8302
8303         * po/POTFILES.in
8304                 add crash.c to translatables
8305         * src/crash.c
8306                 bring in Leandro's crash dialog
8307
8308 2002-08-11 [alfons]     0.8.1claws52
8309
8310         * src/crash.c
8311                 clean up some warnings
8312
8313 2002-08-11 [alfons]     0.8.1claws51
8314
8315         * acconfig.h
8316         * configure.in
8317         * src/crash.[ch]        ** NEW FILES **
8318         * src/main.c            
8319                 initial gdb crash handler
8320
8321 2002-08-11 [paul]       0.8.1claws50
8322
8323         * src/prefs_toolbar.c
8324                 replace Up/Down arrow pixmaps with text to be
8325                 consistent across icon themes
8326
8327 2002-08-11 [paul]       0.8.1claws49
8328
8329         * src/prefs_common.c
8330           src/prefs_toolbar.c
8331                 rename 'Pixmap' -> 'Icon'
8332
8333         * src/toolbar.[ch]
8334                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8335
8336 2002-08-10 [paul]       0.8.1claws48
8337
8338         * src/prefs_toolbar.c
8339                 re-work the UI
8340
8341 2002-08-10 [paul]       0.8.1claws47
8342
8343         * src/main.c
8344                 don't write Processing progress to status bar
8345                 patch submitted by Alexander Evseev
8346
8347         * src/prefs_toolbar.c
8348                 re-position and resize window
8349                 make window assume correct size on first call
8350
8351 2002-08-10 [paul]       0.8.1claws46
8352
8353         * src/mainwindow.c
8354           src/prefs_toolbar.c
8355           src/toolbar.c
8356           src/toolbar.h
8357                 obey coding style
8358                 follow UI text conventions
8359
8360 2002-08-10 [alfons]     0.8.1claws45
8361
8362         * src/toolbar.c
8363                 correct pixmap for delete action
8364
8365 2002-08-10 [paul]       0.8.1claws44
8366
8367         * po/pt_BR.po
8368                 updated by Fabio Jr. Beneditto
8369
8370 2002-08-10 [paul]       0.8.1claws43
8371
8372         * po/POTFILES.in
8373                 add custom toolbar files
8374
8375 2002-08-10 [paul]       0.8.1claws42
8376
8377         * sync with 0.8.1cvs22
8378                 see ChangeLog 2002-08-09
8379
8380 2002-08-09 [paul]       0.8.1claws41
8381
8382         * tools/Makefile.am
8383           tools/README
8384           tools/outlook2sylpheed.pl     ** NEW FILE **
8385                 add script to convert exported Outlook
8386                 contacts list to a Sylpheed addressbook.
8387                 Submitted by Ricardo Mones Lastra.
8388
8389 2002-08-09 [paul]       0.8.1claws40
8390
8391         * AUTHORS
8392           configure.in
8393           po/sr.po      ** NEW FILE **
8394                 add Serbian message catalog. Submitted by
8395                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8396
8397 2002-08-09 [paul]       0.8.1claws39
8398
8399         * sync with 0.8.1cvs21
8400                 see ChangeLog 2002-08-08
8401
8402 2002-08-08 [oliver]     0.8.1claws38
8403
8404         * src/mainwindow.c
8405                 move Custom Toolbar to Configuration menu
8406
8407 2002-08-08 [oliver]     0.8.1claws37
8408
8409         * src/prefs_toolbar.c
8410                 fix substitute pixmap bug
8411
8412 2002-08-08 [paul]       0.8.1claws36
8413
8414         * sync with 0.8.1cvs19
8415                 see ChangeLog 2002-08-08
8416
8417 2002-08-07 [christoph]  0.8.1claws35
8418
8419         * src/utils.c
8420                 fixed a memory leak in new canonicalize_file_replace
8421
8422 2002-08-07 [christoph]  0.8.1claws34
8423
8424         * src/utils.[ch]
8425                 o canonicalize_file_replace should create the temporary
8426                   file in the same directory as the original file.
8427                 o added get_tmpfile_in_dir that creates a temorary file
8428                   in a specified directory.
8429
8430 2002-08-07 [melvin]     0.8.1claws33
8431
8432         * src/toolbar.c
8433                 fixed bug where 'Article' button acted as 'Email' button.
8434
8435 2002-08-07 [paul]       0.8.1claws32
8436
8437         * sync with 0.8.1.cvs17
8438                 see ChangeLog 2002-08-07
8439
8440 2002-08-07 [colin]      0.8.1claws31
8441         
8442         * src/news.c
8443                 fix mass-cancel problem
8444
8445 2002-08-07 [thorsten]   0.8.1claws30
8446
8447         * src/prefs_toolbar.c
8448                 fix: crash on replace or add new button
8449         * src/toolbar.c
8450                 fix: close xmlfile after reading
8451         * src/utils.c
8452                 fix: unlink() file before rename()
8453
8454 2002-08-06 [paul]       0.8.1claws29
8455
8456         * sync with 0.8.cvs15
8457                 see ChangeLog 2002-08-06
8458
8459 2002-08-06 [oliver]     0.8.1claws28
8460
8461         * src/toolbar.c
8462         * src/prefs_toolbar.c
8463                 fixed empty toolbar issue
8464
8465 2002-08-06 [oliver]     0.8.1claws27
8466
8467         * Custom Toolbar Final 
8468         * src/folderview.c
8469         * src/inc.c
8470         * src/summaryview.c
8471                 o toolbar stuff now lives in src/toolbar.[ch]
8472                 o main_window_toolbar_* functions are renamed to
8473                   toolbar_* reflecting their new source file
8474         * src/mainwindow.[ch]
8475                 o remove toolbar stuff  
8476
8477 2002-08-06 [oliver]     0.8.1claws26
8478         
8479         * src/Makefile.am
8480         * src/prefs_toolbar.[ch]        **New File**
8481         * src/toolbar.[ch]              **New File**
8482                 o prefs_toolbar.[ch] custom toolbar frontend
8483                 o toolbar.[ch]       backend 
8484
8485 2002-08-06 [oliver]     0.8.1claws25
8486
8487         * src/prefs_actions.[ch]
8488                 o new exported function actions_execute
8489
8490 2002-08-06 [paul]       0.8.1claws24
8491
8492         * sync with 0.8.1cvs4
8493                 see ChangeLog 2002-08-06
8494
8495 2002-08-06 [paul]       0.8.1claws23
8496
8497         * sync with 0.8.1cvs13
8498                 see ChangeLog 2002-08-06
8499
8500 2002-08-06 [paul]       0.8.1claws22
8501
8502         * sync with 0.8.1cvs12
8503                 see ChangeLog 2002-08-05 and 2002-08-06
8504
8505 2002-08-06 [match]      0.8.1claws21
8506
8507         * src/addrclip.c
8508                 improvements to cut/copy/paste address
8509
8510 2002-08-05 [match]      0.8.1claws20
8511
8512         * src/addritem.[ch]
8513         * src/addrcache.c
8514         * src/addrbook.c
8515         * src/editaddress.c
8516         * src/addressbook.c
8517                 fixes to improve cut/copy/paste
8518
8519 2002-08-06 [melvin]     0.8.1claws19
8520
8521         * src/account.[ch]
8522                 account_find_all_from_address(): new function that returns the
8523                 list of all accounts that are matched in an address.
8524         * src/alertpanel.[ch]
8525                 alertpanel() now accepts a custom widget
8526                 alertpanel_with_widget(): new function that pops up a panel with
8527                 a custom widget in it 
8528         * src/gtkutils.[ch]
8529                 gtkut_account_menu_new(): new function that allows the selection
8530                 of an account from a list of accounts.
8531         * src/messageview.c
8532                 Extended Return Receipt notification to select the correct 
8533                 account and to make a security test on the Delivery-Notification
8534                 address which should be the same as the Return-Path.
8535
8536 2002-08-06 [thorsten]   0.8.1claws18
8537
8538         * src/mimeview.c
8539                 attach_all: save unnamed as "noname.%d",
8540                 dont free static dirname
8541
8542 2002-08-05 [alfons]     0.8.1claws17
8543
8544         * configure.in
8545                 detect XIM by trying to link rather than compile a XIM program
8546
8547 2002-08-05 [oliver]     0.8.1claws16
8548                 
8549         * src/stock_pixmap.[ch]
8550                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8551                 o new func to retrieve pixmaps
8552
8553 2002-08-05 [paul]       0.8.1claws15
8554
8555         * sync with 0.8.1cvs10
8556                 see ChangeLog 2002-08-05
8557
8558 2002-08-04 [alfons]     0.8.1claws14
8559
8560         * src/textview.c
8561                 see if this plugs memleak
8562
8563 2002-08-04 [melvin]     0.8.1claws13
8564
8565         * src/gtkspell.c
8566                 fixed bug that could crash Sylpheed when highlighting
8567                 all misspelled words.
8568
8569 2002-08-03 [melvin]     0.8.1claws12
8570
8571         * src/prefs_actions.c
8572                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8573         * src/messageview.c
8574                 fixed bug where the Return Receipt was sent to
8575                 Delivery-Notification-To address even if it was not present
8576
8577 2002-08-02 [alfons]     0.8.1claws11
8578
8579         * src/prefs_actions.c
8580                 o more check for NULLs
8581                 o put create_io_dialog() in right conditional block
8582
8583 2002-08-02 [paul]       0.8.1claws10
8584
8585         * po/es.po
8586                 updated by Ricardo Mones Lastra
8587
8588 2002-08-01 [christoph]  0.8.1claws9
8589
8590         * src/folder.c
8591                 don't free the cache of the opened
8592                 folder in the summaryview
8593         * src/summaryview.c
8594                 don't unset flags, if it is not required
8595
8596 2002-08-01 [paul]       0.8.1claws8
8597
8598         * sync with 0.8.1cvs8
8599                 see ChangeLog entry 2002-08-01
8600
8601 2002-08-01 [paul]       0.8.1claws7
8602
8603         * sync with 0.8.1cvs7
8604                 see ChangeLog 2002-07-31 and 2002-08-01
8605
8606 2002-07-31 [christoph]  0.8.1claws6
8607
8608         * src/mainwindow.c
8609                 forgot to update menu sensitivity
8610                 function for new menu entry
8611
8612 2002-07-31 [alfons]     0.8.1claws5
8613
8614         * src/main.c
8615                 check folder item and its path for NULL on
8616                 initial processing
8617
8618 2002-07-31 [christoph]  0.8.1claws4
8619
8620         * src/folder.c
8621                 check if folder_item_get_msginfo in
8622                 folder_item_remove_msg returned NULL
8623         * src/imap.c
8624                 better clear the uid cache in the
8625                 uid validity check function and delete
8626                 cached messages
8627
8628 2002-07-31 [paul]       0.8.1claws3
8629
8630         * man/sylpheed.1
8631                 add the '--attach' option and a few other
8632                 minor changes
8633
8634 2002-07-31 [paul]       0.8.1claws2
8635
8636         * sync with 0.8.1cvs5
8637                 see ChangeLog 2002-07-31
8638
8639 2002-07-31 [christoph]  0.8.1claws1
8640
8641         * src/folderview.[ch]
8642         * src/mainwindow.c
8643                 replace "Rescan all folders..." with
8644                 "Check all folders for new messages..."
8645
8646 2002-07-30 [paul]       0.8.1claws
8647
8648         * version 0.8.1claws released
8649
8650 2002-07-30 [paul]       0.8.0claws29
8651
8652         * tools/OOo2sylpheed.pl ** NEW FILE **
8653           tools/README
8654                 add script to enable sending documents as
8655                 attachments from OpenOffice.org
8656
8657 2002-07-30 [melvin]     0.8.0claws28
8658
8659         * src/prefs_actions.c
8660                 Made the actions' input/output dialog display
8661                 without delay.
8662
8663 2002-07-30 [christoph]  0.8.0claws27
8664
8665         * src/procmsg.c
8666                 check if folder_item_get_msginfo in
8667                 procmsg_save_to_outbox returned NULL
8668
8669 2002-07-30 [paul]       0.8.0claws26
8670
8671         * sync with 0.8.1cvs4
8672                 see ChangeLog 2002-07-29
8673
8674 2002-07-29 [thorsten]   0.8.0claws25
8675
8676         * README.claws
8677                 added selective download, delete on server
8678
8679 2002-07-29 [paul]       0.8.0claws24
8680
8681         * sync with 0.8.1cvs3
8682                 see ChangeLog 2002-07-29
8683
8684 2002-07-27 [christoph]  0.8.0claws23
8685
8686         * src/folder.c
8687                 add extra check if fetching the msginfo
8688                 returned NULL
8689
8690 2002-07-27 [paul]       0.8.0claws22
8691
8692         * sync with 0.8.1cvs2
8693                 see ChangeLog 2002-07-26
8694
8695 2002-07-27 [christoph]  0.8.0claws21
8696
8697         * src/imap.c
8698                 add another check if a valid msginfo
8699                 was returned
8700
8701 2002-07-26 [hoa]        0.8.0claws20
8702
8703         * src/folder.c
8704                 Fixed a condition in folder_item_destroy()
8705
8706         * src/imap.c
8707                 Fixed an error in IMAP protocol
8708
8709 2002-07-26 [alfons]     0.8.0claws19
8710
8711         * src/folder.c
8712                 ofcourse compare with identifier, not the path
8713
8714 2002-07-26 [alfons]     0.8.0claws18
8715
8716         * src/folder.c
8717                 use folder item identifier for saving / restoring
8718                 preferences because folder->path might not be unique
8719
8720 2002-07-26 [melvin]     0.8.0claws17
8721
8722         * src/logwindow.c
8723                 Fixed a crash introduced in 0.8.0claws5 when log is 
8724                 cut under 80 characters.
8725
8726 2002-07-26 [paul]       0.8.0claws16
8727
8728         * sync with 0.8.1cvs1
8729                 see ChangeLog 2002-07-26
8730
8731 2002-07-26 [christoph]  0.8.0claws15
8732
8733         * src/imap.[ch]
8734                 imap folder now remembers the last selected
8735                 folder and imap_fetch_msginfo skips selecting
8736                 the folder if it is already selected
8737
8738 2002-07-26 [christoph]  0.8.0claws14
8739
8740         * src/folder.c
8741         * src/folderview.c
8742         * src/imap.c
8743                 fix imap folder rescanning
8744
8745 2002-07-25 [christoph]  0.8.0claws13
8746
8747         * src/filter.c
8748         * src/folder.[ch]
8749         * src/folderview.c
8750         * src/imap.[ch]
8751         * src/mainwindow.c
8752         * src/mbox_folder.c
8753         * src/mh.c
8754         * src/news.c
8755                 implement imap uid cache and uid validity check
8756
8757 2002-07-25 [alfons]     0.8.0claws12
8758
8759         * src/summaryview.c
8760                 fix a brown paper bag bug, and also add some more
8761                 checks
8762
8763 2002-07-25 [christoph]  0.8.0claws11
8764
8765         * src/folder.c
8766                 don't mix copy, fetch_msginfo and remove
8767                 operations in folder item copy and move
8768                 operations
8769
8770 2002-07-25 [christoph]  0.8.0claws10
8771
8772         * src/folderview.c
8773         * src/mainwindow.c
8774         * src/prefs_folder_item.c
8775         * src/summaryview.[ch]
8776                 remove no longer required parameter update_cache from
8777                 summary_show
8778
8779 2002-07-25 [paul]       0.8.0claws9
8780
8781         * sync with 0.8.1
8782         
8783         * AUTHORS
8784                 a few corrections
8785
8786 2002-07-24 [alfons]     0.8.0claws8
8787
8788         * src/summaryview.c
8789                 sort correctly when using simplified subject line
8790                 (closes feature request "[ 585141 ] applying regexp to subject 
8791                 before sort" submitted by Alexandra Walford)
8792
8793 2002-07-24 [paul]       0.8.0claws7
8794
8795         * sync with 0.8.0cvs3
8796                 see ChangeLog 2002-07-24
8797
8798 2002-07-23 [christoph]  0.8.0claws6
8799
8800         * src/folder.c
8801         * src/folder.h
8802         * src/summaryview.c
8803         * src/summaryview.h
8804         * src/main.c
8805                 o separate processing and summaryview
8806                 o removed summary_write_cache from summaryview
8807                 o removed summaryview->killed_messages, because we don't have
8808                   to keep a list of killed messages anymore. New cache will
8809                   keep the hidden messages in cache anyway
8810         * src/folderview.c
8811         * src/inc.c
8812         * src/selective_download.c
8813                 o removed unnecessary summary_write_cache calls
8814         * src/procmsg.c
8815                 o don't set ignore thread flag in procmsg_get_thread_tree
8816                   if it is already set
8817         * src/mainwindow.c
8818         * src/statusbar.h
8819                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8820                   they are used in different files
8821
8822 2002-07-23 [melvin]     0.8.0claws5
8823
8824         * src/addressbook.c
8825         * src/addrgather.c
8826         * src/editaddress.c
8827         * src/editgroup.c
8828         * src/editldap_basedn.c
8829         * src/importldif.c
8830         * src/prefs_common.c
8831                 Fixed few memory leak (gtk_editable_get_chars returns
8832                 an allocated string)
8833         * src/logwindow.c
8834                 Fixed few memory leak (gtk_editable_get_chars returns
8835                 an allocated string) and modified a little the log cutting
8836                 loop.
8837         * src/compose.c
8838                 Replaced a call to an obsolete function gtk_entry_get_text()
8839                 by gtk_editable_get_chars()
8840         * src/send.c
8841                 Removed a debug printf
8842
8843 2002-07-23 [christoph]  0.8.0claws4
8844
8845         * src/filesel.c
8846                 fix another g_dirname memory leak
8847
8848 2002-07-23 [christoph]  0.8.0claws3
8849
8850         * src/mh.c
8851                 fixed a memory leak in mh_fetch_msginfo
8852                 fixed crash when message header could not be
8853                 parsed
8854
8855 2002-07-23 [paul]       0.8.0claws2
8856
8857         * sync with 0.8.0cvs2
8858                 see ChangeLog 2002-07-23
8859
8860 2002-07-23 [paul]       0.8.0claws1
8861
8862         * sync with 0.8.0cvs1
8863                 see ChangeLog 2002-07-23
8864
8865 2002-07-23 [paul]       0.8.0claws
8866
8867         * release of 0.8.0claws
8868
8869 2002-07-23 [paul]       0.7.8claws99
8870
8871         * po/ru.po
8872                 new Russian translation, submitted by
8873                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8874
8875 2002-07-22 [jens]       0.7.8claws98
8876
8877         * po/de.po
8878                 Updated German translations.
8879
8880 2002-07-22 [paul]       0.7.8claws97
8881
8882         * po/es.po
8883           po/it.po
8884           po/nl.po
8885           po/pt_BR.po
8886                 updated translations by Ricardo Mones Lastra,
8887                 Alessandro Maestri, Wilbert Berendsen and 
8888                 Fabio Jr. Beneditto respectively
8889
8890 2002-07-22 [christoph]  0.7.8claws96
8891
8892         * src/mimeview.c
8893                 fix memory leak caused by wrong g_dirname usage
8894
8895 2002-07-22 [christoph]  0.7.8claws95
8896
8897         * src/summaryview.c
8898                 update new and unread message counts for summaryview
8899                 summaryview does not get it from the folder anymore
8900                 and has to update the values itself
8901
8902 2002-07-22 [melvin]     0.7.8claws94
8903
8904         * po/fr.po
8905                 Updated French translations.
8906
8907 2002-07-22 [christoph]  0.7.8claws93
8908
8909         * src/matcher.c
8910                 set prop->preg pointer to NULL or following check
8911                 will not fail and regexec will be called with
8912                 invalid pointer
8913
8914 2002-07-21 [alfons]     0.7.8claws92
8915         
8916         * src/prefs_common.[ch]
8917                 remove option "Send return receipt on request"
8918
8919 2002-07-21 [thorsten]   0.7.8claws91
8920
8921         * src/mimeview.c
8922                 fixed memleaks, coding style as pointed out by alfons
8923
8924 2002-07-21 [alfons]     0.7.8claws90
8925
8926         * src/messageview.c
8927         * src/noticeview.[ch]
8928                 o fix bug notice view being displayed when going to empty folder 
8929                   (noticed by Christoph)
8930                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8931                   (noticed by Thorsten)
8932
8933 2002-07-21 [thorsten]   0.7.8claws89
8934
8935         * src/mimeview.c
8936                 Included save_all patch from Xaview FACQ
8937                 added support for pathnames
8938
8939 2002-07-21 [alfons]     0.7.8claws88
8940
8941         * po/POTFILES.in
8942         * src/Makefile.am
8943         * src/mainwindow.c
8944         * src/messageview.[ch]
8945         * src/noticeview.c      ** NEW FILE **
8946         * src/noticeview.h      ** NEW FILE **
8947                 make return receipts work again
8948                 (UI idea by Leandro Pereira)
8949
8950 2002-07-21 [paul]       0.7.8claws87
8951
8952         * src/summaryview.c
8953                 fix sensitivity of 'Select thread'
8954
8955 2002-07-21 [paul]       0.7.8claws86
8956
8957         * src/prefs_common.c
8958                 add browser command line for Galeon
8959
8960 2002-07-21 [paul]       0.7.8claws85
8961
8962         * Makefile.am
8963                 fix 'EXTRA_DIST': remove README.README, add TODO
8964                 and TODO.claws
8965
8966 2002-07-21 [alfons]     0.7.8claws84
8967
8968         * src/gtkstext.c
8969                 make enter clear selection
8970                 (closes "[ 579888 ] Editor selection/entry error"
8971                 reported by Steve Lamb)
8972
8973 2002-07-21 [alfons]     0.7.8claws83
8974         
8975         * src/summaryview.c
8976                 sort message list when selecting unthread messages
8977                 (closes "[ 501593 ] switching threaded view doesn't sort"
8978                 reported by Simon Schubert)
8979
8980 2002-07-20 [alfons]     0.7.8claws82
8981         
8982         * src/matcher.c
8983                 const-correctness
8984
8985 2002-07-20 [thorsten]   0.7.8claws81
8986
8987         * src/matcher.c
8988                 Fixed expansion of empty fields in matchactions
8989
8990 2002-07-19 [melvin]     0.7.8claws80
8991
8992         * src/gtkspell.c
8993                 Removed a duplicate menu entry (fast mode) introduced during
8994                 the new cache merge
8995                 Added a menu separator between 'Use alternate' and 'Fast mode'
8996
8997 2002-07-19 [paul]       0.7.8claws79
8998
8999         * tools/Makefile.am
9000           tools/README
9001                 correct typos
9002
9003 2002-07-19 [thorsten]   0.7.8claws78
9004
9005         * tools/calypso_convert.pl      ** NEW FILE **
9006           tools/README
9007           tools/Makefile.am
9008                 script to import mbox files exported
9009                 by calypso
9010                 o generates folder structure
9011                 o includes attachments
9012
9013 2002-07-19 [melvin]     0.7.8claws77
9014
9015         * src/selective_download.[ch]
9016                 Fixed bug where closing the dialog with the window manager's
9017                 close button will not unlock the summary
9018                 Corrected some function declarations that missed a return value
9019                 Made the source code comply better with coding style.
9020         * src/prefs_common.c
9021                 Added new browser command line for Mozilla.
9022
9023 2002-07-18 [paul]       0.7.8claws76
9024
9025         * src/mainwindow.c
9026           src/selective_download.[ch]
9027                 reflect theme changes, fix Gdk Warning when creating 
9028                 pixmap from NULL window, and minor clean up.
9029                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9030
9031         * po/en_GB.po
9032                 updated
9033
9034 2002-07-17 [paul]       0.7.8claws75
9035
9036         * INSTALL[.jp]
9037                 sync with 0.8.0
9038         
9039         * po/en_GB.po
9040                 updated
9041
9042 2002-07-16 [paul]       0.7.8claws74
9043
9044         * tools/filter_conv.pl
9045           tools/README
9046                 replace conversion script with reimplemented version, 
9047                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9048
9049 2002-07-16 [colin]      0.7.8claws73
9050
9051         * src/summaryview.c
9052                 remove forgotten debug messages - sorry ;-)
9053
9054 2002-07-16 [colin]      0.7.8claws72
9055
9056         * src/mimeview.c
9057           src/summaryview.c
9058           src/textview.c
9059           src/textview.h
9060                 add the ability to select part of a text mime-part 
9061                 to reply.
9062
9063 2002-07-15 [christoph]  0.7.8claws71
9064
9065         * src/folder.c
9066                 fix folder message count for folders without
9067                 msg_is_changed (includes news folders)
9068
9069 2002-07-15 [martin]     0.7.8claws70
9070
9071         * src/summaryview.c
9072                 option "display recipient on 'From'..." now works
9073                 without the need of enabling the option
9074                 "display  sender  using  address  book".
9075
9076 2002-07-15 [christoph]  0.7.8claws69
9077
9078         * src/summaryview.c
9079                 removed setting folder status from summaryview.
9080                 folder.c should update all message counts correctly.
9081
9082 2002-07-15 [paul]       0.7.8claws68
9083
9084         * po/pt_BR.po
9085                 updated by Fabio Junior Beneditto
9086
9087 2002-07-15 [darko]      0.7.8claws67
9088
9089         * src/mh.c
9090                 Fixed target folder colorization, don't decrease op
9091                 number twice
9092
9093 2002-07-14 [paul]       0.7.8claws66
9094
9095         * sync with main 0.8.0
9096                 see ChangeLog 2002-07-14
9097
9098 2002-07-13 [melvin]     0.7.8claws65
9099         
9100         * src/addrbook.c
9101         * src/addressbook.c
9102         * src/addrindex.c
9103                 Replaced sprintf by g_snprintf to prevent possible buffer
9104                 overflow.
9105         * src/news.c
9106                 Corrected a log message output format.
9107                 Added a missing "done" debug output.
9108         * src/compose.c
9109                 Added keyboard accelerator for Priority menu items
9110                 Added missing \n in debug output
9111         * src/logwindow.c
9112         * src/gtkspell.c
9113         * src/rfc2015.c
9114                 Added missing \n in debug output
9115
9116 2002-07-13 [paul]       0.7.8claws64
9117
9118         * man/sylpheed.1
9119                 change Sergey's email address to the sf address
9120
9121         * src/textview.c
9122                 increase show_url_timeout (more useful for long
9123                 urls)
9124
9125 2002-07-12 [sergey]     0.7.8claws63
9126
9127         * src/rfc2015.c
9128                 applied (with some modifications) patch to set the
9129                 micalg parameter for signatures
9130                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9131
9132 2002-07-12 [sergey]     0.7.8claws62
9133
9134         * man/Makefile.am
9135         * configure.in
9136                 fixed man page installation
9137
9138 2002-07-12 [paul]       0.7.8claws61
9139
9140         * sync with 0.7.8cvs26
9141                 see ChangeLog 2002-07-11 and 2002-07-12
9142
9143 2002-07-11 [christoph]  0.7.8claws60
9144
9145         * src/compose.c
9146         * src/procmsg.c
9147                 first use the message number to find the message
9148                 to mark with a reply flag but check the
9149                 message-id if we got the correct message, if not
9150                 try to find it by message-id.
9151                 use new string seperator that is not allowed
9152                 in message-ids.
9153
9154 2002-07-11 [paul]       0.7.8claws59
9155
9156         * sync with 0.7.8cvs23
9157                 see ChangeLog 2002-07-10
9158
9159 2002-07-10 [christoph]  0.7.8claws58
9160
9161         * src/folder.[ch]
9162         * src/msgcache.[ch]
9163                 Added message-id table to the cache in memory
9164                 and functions to msgcache.c and folder.c to
9165                 fetch MsgInfos by message id
9166         * src/compose.c
9167         * src/procmsg.c
9168                 store folder and message-id of message replying
9169                 to in queue header and set reply flag after sending
9170                 (Closes bug #469498)
9171
9172 2002-07-10 [paul]       0.7.8claws57
9173
9174         * AUTHORS
9175           man/sylpheed.1.gz
9176                 add Martin to the list of authors
9177
9178 2002-07-09 [martin]     0.7.8claws56
9179         * src/gtksctree.c
9180                 Added gtk_ctree_last_visible(), tree_update_level(),
9181                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9182                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9183                 from gtk+ to gtksctree.c for the new sorting code
9184                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9185                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9186         * src/gtksctree.h
9187                 Added declaration for gtk_sctree_sort_recursive() and
9188                 gtk_sctree_sort_node
9189         * src/addressbook.c
9190         * src/foldersel.c
9191         * src/folderview.c
9192         * src/summaryview.c
9193                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9194                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9195
9196 2002-07-08 [paul]       0.7.8claws55
9197
9198         * more sync with 0.7.8cvs21
9199                 see ChangeLog 2002-07-08
9200
9201 2002-07-08 [paul]       0.7.8claws54
9202
9203         * sync with 0.7.8cvs21
9204                 see ChangeLog 2002-07-08
9205
9206 2002-07-07 [alfons]     0.7.8claws53
9207
9208         * src/Makefile.am
9209         * src/stock_pixmap.[ch]
9210         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9211         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9212         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9213                 add new pixmaps for upcoming notice pane
9214
9215 2002-07-06 [melvin]     0.7.8claws52
9216
9217         * src/gtkspell.[ch]
9218                 Made them a bit closer to Sylpheed's coding style.
9219                 Removed old code.
9220                 Removed possible memory leaks when some errors occurs.
9221
9222 2002-07-06 [melvin]     0.7.8claws51
9223
9224         * po/Makefile.in.in
9225                 Removed --no-location in xgettext command line to help
9226                 translators that use Emacs' po-mode
9227         * src/quote_fmt.c
9228                 Removed unnecessary comments that messed up sylpheed.pot
9229
9230 2002-07-06 [paul]       0.7.8claws50
9231
9232         * sync with 0.7.8cvs19
9233                 see ChangeLog 2002-07-05
9234
9235 2002-07-06 [christoph]  0.7.8claws49
9236
9237         * src/folder.c
9238         * src/mainwindow.c
9239                 fix folder_item_remove_all_msg and folderview
9240                 status for trash folders after emptying trash
9241
9242 2002-07-05 [paul]       0.7.8claws48
9243
9244         * sync with 0.7.8cvs16
9245                 see ChangeLog 2002-07-04 and 2002-07-05
9246
9247 2002-07-04 [paul]       0.7.8claws47
9248
9249         * sync with 0.7.8cvs14
9250                 see  ChangeLog 2002-07-04
9251
9252 2002-07-03 [alfons]     0.7.8claws46
9253
9254         * src/folder.c
9255                 dupe folder item's path because it's being reallocated
9256                 by new folder scanning code
9257
9258 2002-07-03 [christoph]  0.7.8claws45
9259
9260         * src/imap.c
9261                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9262         * src/msgcache.c
9263                 add missing return in msgcache_write
9264
9265 2002-07-02 [thorsten]   0.7.8claws44
9266
9267         * src/jpilot.c
9268         * src/msgcache.c
9269         * src/rfc2015.c
9270                 use binary mode for file access
9271
9272 2002-07-02 [christoph]  0.7.8claws43
9273
9274         * major code cleanup (part 1)
9275         
9276                 - unused variables removed
9277                 - unused functions removed
9278                 - uninitialized variables checked
9279                 - missing return statements added
9280                 - missing function return types added
9281                 - added parentheses around assignment and
9282                   && in || when suggested by gcc
9283               
9284         * src/mh.c
9285         * src/folder.c
9286                 replaced direct calls to folder->scan_tree
9287                 with folder_scan_tree and restore folder
9288                 prefs in this function. The folder should
9289                 not have to deal with them.
9290                 ( Should now work for all folder types )
9291
9292 2002-07-02 [paul]       0.7.8claws42
9293
9294         * sync with 0.7.8cvs13
9295                 see ChangeLog 2002-07-01 and 2002-07-02
9296
9297 2002-07-01 [christoph]  0.7.8claws41
9298
9299         * src/summaryview.c
9300                 fix "goto next/prev unread message" with
9301                 ignored threads
9302
9303 2002-07-01 [paul]       0.7.8claws40
9304
9305         * po/es.po
9306                 updated by Ricardo Mones Lastra
9307
9308 2002-06-30 [match]      0.7.8claws39
9309
9310         * src/jpilot.c
9311                 applied variation of leonerd's patch (566661) to
9312                 allow multiple email addresses per JPilot entry.
9313                 addresses may be separated by space, comma, pipe,
9314                 semi-colon, new-line.
9315
9316 2002-06-30 [alfons]     0.7.8claws38
9317
9318         * src/procmsg.c
9319                 simple fix for putting older nodes before
9320                 newer nodes when threading by subject
9321
9322 2002-06-30 [christoph]  0.7.8claws37
9323
9324         * src/folder.c
9325         * src/folderview.c
9326         * src/mh.c
9327         * src/news.c
9328         * src/procmsg.c
9329                 fix broken folder tree rescaning
9330                 and don't use procmsg_get_mark_sum
9331                 anymore
9332
9333 2002-06-30 [christoph]  0.7.8claws36
9334
9335         * merge new cache branch
9336         * src/imap.c
9337                 fix new cache imap copy bug
9338         * src/folder.c
9339                 improved folder_item_scan
9340                 it should now always set the correct
9341                 new, unread and total message counts
9342
9343 2002-06-29 [paul]       0.7.8claws35
9344
9345         * configure.in
9346                 correct syntax error
9347
9348 2002-06-29 [paul]       0.7.8claws34
9349
9350         * configure.in
9351           Makefile.am
9352           man/Makefile.am       ** NEW FILE **
9353           man/sylpheed.1.gz     ** NEW FILE **
9354                 add Sylpheed man page
9355
9356 2002-06-29 [paul]       0.7.8claws33
9357
9358         * po/pt_BR.po
9359                 updated by Fabio Junior Beneditto
9360
9361 2002-06-28 [jens]       0.7.8claws32
9362
9363         * po/de.po
9364                 translation updated
9365
9366         * src/selective_download.c
9367                 removed gettext for space " "
9368
9369         * src/imap.c
9370                 removed wrong space
9371
9372 2002-06-28 [paul]       0.7.8claws31
9373
9374         * sync with 0.7.8cvs11
9375                 see ChangeLog 2002-06-28
9376
9377 2002-06-28 [paul]       0.7.8claws30
9378
9379         * sync with 0.7.8cvs10
9380                 see ChangeLog 2002-06-27 and 2002-06-28
9381
9382 2002-06-26 [paul]       0.7.8claws29
9383
9384         * src/addrgather.c
9385           src/selective_download.c
9386                 don't gettextise empty strings.
9387                 reserved by gettext. gettext("") returns 
9388                 the header entry with meta information, 
9389                 not the empty string
9390
9391         * po/en_GB.po
9392                 updated
9393
9394 2002-06-26 [paul]       0.7.8claws28
9395
9396         * sync with 0.7.8cvs7
9397                 see ChangeLog 2002-06-25
9398
9399         * src/prefs_common.c
9400                 ...and in the process, tweak the gui a little
9401
9402 2002-06-25 [alfons]     0.7.8claws27
9403         
9404         * configure.in
9405         * src/Makefile.am
9406                 fine tune ldap library detection
9407
9408 2002-06-25 [alfons]     0.7.8claws26
9409
9410         * src/compose.c
9411                 don't allow return receipts when composing a news article
9412
9413 2002-06-25 [paul]       0.7.8claws25
9414
9415         * Makefile.am
9416                 add '$(AMTAR)' to 'release' section to allow for
9417                 new and older autotools
9418
9419 2002-06-25 [paul]       0.7.8claws24
9420
9421         * src/summaryview.c
9422                 fix "No more unread messages" persistant pop-up
9423                 window bug
9424
9425 2002-06-25 [paul]       0.7.8claws23
9426
9427         * po/it.po
9428                 updated by Alessandro Maestri
9429
9430 2002-06-25 [paul]       0.7.8claws22
9431
9432         * sync with 0.7.8cvs6
9433                 see ChangeLog 2002-06-25
9434
9435 2002-06-24 [paul]       0.7.8claws21
9436
9437         * tools/update-po
9438                 add GPL copyright information
9439
9440 2002-06-24 [paul]       0.7.8claws20
9441
9442         * tools/Makefile.am
9443           tools/README
9444           tools/update-po       ** NEW FILE **
9445                 add script that eases the creation of *.po files
9446                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9447
9448 2002-06-23 [alfons]     0.7.8claws19
9449
9450         * src/messageview.c
9451                 make notification_convert_header obey const correctness
9452                 (next step will be fixing the broken return receipt)
9453
9454 2002-06-23 [paul]       0.7.8claws18
9455
9456         * src/messageview.c
9457                 fix bug introduced in last commit:
9458                 removed too much code in last commit - put back what's
9459                 needed
9460
9461 2002-06-23 [paul]       0.7.8claws17
9462
9463         * src/messageview.[ch]
9464                 remove code committed in error from locally patched
9465                 source
9466
9467 2002-06-23 [colin]      0.7.8claws16
9468
9469         * src/compose.[ch]
9470                 add compose_entry_select(), used to select the default_to
9471                 email address - hopefully avoiding people sending mails to
9472                 wrong recipients.
9473
9474 2002-06-22 [alfons]     0.7.8claws15
9475
9476         * AUTHORS
9477                 add Bram Metsch & Stanislav Karchebny
9478         * src/smtp.[ch]
9479         * src/prefs_account.[ch]
9480         * src/send.c
9481                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9482                   options.  (see <http://sourceforge.net/tracker/index.php
9483                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9484
9485                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9486                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9487
9488 2002-06-22 [paul]       0.7.8claws14
9489
9490         * sync with 0.7.8cvs5
9491                 see ChangeLog 2002-06-19 and 2002-06-20
9492
9493 2002-06-22 [alfons]     0.7.8claws13
9494
9495         * src/selective_download.c
9496                 fix a stupid mistake I made
9497
9498 2002-06-22 [alfons]     0.7.8claws12
9499
9500         * src/selective_download.[ch]
9501                 fix another unnoticed leak; cleanup code
9502
9503 2002-06-21 [alfons]
9504
9505         * tools/Makefile.am
9506                 gpg-sign <-- gpg-sign-syl
9507
9508 2002-06-21 [alfons]     0.7.8claws11
9509
9510         * src/selective_download.c
9511         * src/selective_download.h
9512                 fix assorted mix of allocation errors (should solve
9513                 problem reported by Philippe Gramoullé, see:
9514                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9515
9516 2002-06-20 [melvin]     0.7.8claws10
9517
9518         * tools/gpg-sign *REMOVED*
9519           tools/gpg-sign-syl *ADDED*
9520                 Replaced the gpg clearsigning script with the version using
9521                 xterm instead of ssh-askpass and changed its name.
9522
9523         * README.claws
9524                 Updated actions example to reflect the renaming of the
9525                 gpg clearsigning script.
9526
9527 2002-06-19 [paul]       0.7.8claws9
9528
9529         * sync with 0.7.8claws9
9530                 see ChangeLog 2002-06-18 and 2002-06-19
9531
9532 2002-06-19 [paul]       0.7.8claws8
9533
9534         * sync with 0.7.8cvs1
9535                 see ChangeLog 2002-06-18
9536
9537 2002-06-18 [alfons]     0.7.8claws7
9538
9539         * src/mainwindow.h
9540                 add omitted prototype
9541
9542 2002-06-17 [paul]       0.7.8claws6
9543
9544         * src/mainwindow.c
9545                 fix hiding of exec_btn
9546
9547 2002-06-17 [paul]       0.7.8claws5
9548
9549         * src/pop.c
9550                 remove unneeded code: should_delete() 
9551                 and Pop3State::uidl_todelete_list
9552
9553 2002-06-17 [paul]       0.7.8claws4
9554
9555         * sync with 0.7.8
9556                 see ChangeLog 2002-06-11 and 2002-06-13
9557
9558 2002-06-16 [alfons]     0.7.8claws3
9559         
9560         * src/folder.c
9561                 make sure lock sort mode (claws specific) is
9562                 also persists after a tree rescan
9563
9564 2002-06-16 [alfons]     0.7.8claws2
9565
9566         * src/prefs_folder_item.c
9567         * src/folder.[ch]
9568                 fix persistence of folder sort mode (broken
9569                 by adapting Hiro's new folder persistence code)
9570
9571 2002-06-16 [alfons]     0.7.8claws1
9572
9573         * AUTHORS
9574         * src/logwindow.c
9575         * src/prefscommon.[ch]
9576                 control size of log text in log window; 
9577                 closes patch #569155 submitted by Mitko Haralanov.
9578
9579 2002-06-15 [paul]       0.7.8claws
9580
9581         * release of 0.7.8claws
9582
9583 2002-06-15 [paul]       0.7.7claws
9584
9585         * po/pt_BR.po
9586                 updated by Fabio Junior Beneditto
9587
9588 2002-06-14 [paul]       0.7.6claws49
9589
9590         * po/es.po
9591                 updated by Ricardo Mones Lastra
9592
9593 2002-06-14 [paul]       0.7.6claws48
9594
9595         * po/nl.po
9596                 updated translation by Wilbert Berendsen
9597
9598 2002-06-14 [melvin]     0.7.6claws47
9599
9600         * po/fr.po
9601                 Updated French translation
9602
9603 2002-06-13 [paul]       0.7.6claws46
9604
9605         * src/filesel.c
9606                 allow filename to be typed in, rather than just
9607                 selected by the mouse. Patch by Gustavo Noronha Silva.
9608
9609 2002-06-13 [alfons]     0.7.6claws45
9610
9611         * src/mainwindow.[ch]
9612                 more cleanups (removing unnecessary menu items Expand 
9613                 summary / message view)
9614
9615 2002-06-13 [melvin]     0.7.6claws44
9616
9617         * po/POTFILES.in
9618                 Added src/string_match.c
9619         * src/string_match.c
9620                 Fixed possible buffer overflow.
9621                 Corrected typo.
9622                 Added missing config.h header.
9623         * src/prefs_common.c
9624           src/prefs_matcher.c
9625           src/prefs_scoring.c
9626                 Made some strings translatable (missing _(..)).
9627
9628 2002-06-13 [melvin]     0.7.6claws43
9629
9630         * README.claws
9631                 Corrected action example (verifying clearsigned mail).
9632         * src/prefs_account.c
9633                 Corrected typo.
9634         * src/prefs_common.c
9635                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9636
9637 2002-06-12 [alfons]     0.7.6claws42
9638
9639         * src/summaryview.c
9640                 add init of score column lost in 0.7.6claws42
9641
9642 2002-06-12 [paul]       0.7.6claws41
9643
9644         * src/prefs_account.c
9645                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9646                 behavior of the radio buttons, (from 0.7.7cvs2)
9647
9648 2002-06-11 [alfons]     0.7.6claws40
9649
9650         * src/messageview.[ch]
9651         * src/summaryview.[ch]
9652         * src/summary_search.c
9653         * src/mainwindow.c
9654                 perform a sync to bring in Hiro's separate view implementation 
9655
9656                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9657
9658 2002-06-11 [paul]       0.7.6claws39
9659         
9660         * src/prefs_account.c
9661                 correct a typo on the Receive tab
9662
9663 2002-06-10 [match]      0.7.6claws38
9664
9665         * src/addressbook.c
9666                 Included address completion patch from Gustavo Noronha.
9667
9668 2002-06-10 [paul]       0.7.6claws37
9669
9670         * src/inc.[ch]
9671           src/pop.c
9672           src/prefs_account.[ch]
9673           src/selective_download.[ch]
9674                 apply PATCH #561712
9675                  NEW:
9676                 - check if POP Account
9677                 - Receive Button renamed to Preview
9678                 - Preview Button Popup: preview new/all messages
9679                 - Download Button
9680                 - Account Preferences-->Receive tab checkbutton if you
9681                   want to remove Mail after Download
9682                 -: default YES
9683                 - Account Preferences-->Receive tab checkbutton use
9684                   filtering rules on preview
9685                   (think of delete_on_server)
9686                 -: default YES
9687                 - Account selectable from SD dialog
9688                 - checkbutton to show already downloaded messages if
9689                   all messages are previewed
9690                 - new clist column showing Date
9691                 - ESC KEY close
9692                 FIXES:
9693                 - play ball with UIDL
9694                 - fault tolerant (?) 
9695                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9696
9697 2002-06-10 [melvin]     0.7.6claws36
9698
9699         * README.claws
9700                 Added a hint to ac/README in cvs instructions.
9701
9702         * src/prefs_actions.c
9703                 Made it possible to use a more elaborate command line
9704                 for asynchronous actions, too.
9705
9706 2002-06-10 [melvin]     0.7.6claws35
9707         
9708         * src/prefs_actions.c
9709                 Make it possible to use a more elaborate command line
9710                 (e.g. |foo|bar|cat>there;echo Done|)
9711                 Corrected error message when calling %f, %F and %p commands
9712                 from the compose window.
9713
9714 2002-06-09 [colin]      0.7.6claws34
9715
9716         * src/summaryview.c
9717                 Automatically find unread messages in current folder
9718                 before annoying the user.
9719
9720 2002-06-08 [alfons]     0.7.6claws33
9721
9722         * po/it.po
9723                 remove bad formatting string in it.po translation
9724                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9725
9726 2002-06-08 [paul]       0.7.6claws32
9727
9728         * sync with 0.7.6cvs25
9729                 see ChangeLog 2002-06-07
9730
9731 2002-06-05 [paul]       0.7.6claws31
9732
9733         * src/mainwindow.c
9734                 add 'Sort by locked' and 'Sort by score'
9735
9736 2002-06-05 [paul]       0.7.6claws30
9737
9738         * sync with 0.7.6cvs24
9739                 see ChangeLog 2002-06-04
9740
9741 2002-06-04 [paul]       0.7.6claws29
9742
9743         * po/pt_BR.po
9744                 updated by Fabio Junior Beneditto
9745
9746 2002-06-03 [thorsten]   0.7.6claws28
9747
9748         * src/matcher.c
9749                 fclose() matcherrc after reading
9750
9751 2002-06-03 [paul]       0.7.6claws27
9752
9753         * sync with 0.7.6cvs21
9754                 see ChangeLog 2002-05-31
9755
9756 2002-05-31 [paul]       0.7.6claws26
9757
9758         * sync with 0.7.6cvs20
9759                 see ChangeLog 2002-05-29 and 2002-05-30
9760
9761 2002-05-31 [paul]       0.7.6claws25
9762
9763         * src/imap.c
9764                 hopefully fix last buggy sync
9765
9766         * README.claws
9767                 correct typo in 'Actions' examples
9768
9769 2002-05-29 [paul]       0.7.6claws24
9770
9771         * sync with 0.7.6cvs18
9772                 see ChangeLog 2002-05-28 and 2002-05-29
9773
9774         * src/news.c
9775           src/nntp.[ch]
9776                 sync with above 
9777
9778 2002-05-28 [paul]       0.7.6claws23
9779
9780         * sync with 0.7.6cvs16
9781                 see ChangeLog 2002-05-28
9782
9783 2002-05-27 [thorsten]   0.7.6claws22 
9784
9785         * faq/it/sylpheed-faq-1.html
9786           faq/it/sylpheed-faq-2.html
9787           faq/it/sylpheed-faq-3.html
9788           faq/it/sylpheed-faq.html
9789                 corrected DOS lineendings
9790         * faq/de/sylpheed-faq-1.html
9791           faq/de/sylpheed-faq-2.html
9792           faq/en/sylpheed-faq-1.html
9793           faq/en/sylpheed-faq-2.html
9794           faq/en/sylpheed-faq-3.html
9795           faq/es/sylpheed-faq-1.html
9796           faq/es/sylpheed-faq-2.html
9797           faq/es/sylpheed-faq-3.html
9798           faq/fr/sylpheed-faq-1.html
9799           faq/it/sylpheed-faq-1.html
9800           faq/it/sylpheed-faq-2.html
9801           faq/it/sylpheed-faq-3.html
9802           faq/it/sylpheed-faq.html
9803                 changed ">" to &quot;
9804
9805 2002-05-27 [paul]       0.7.6claws21
9806         
9807         * sync with 0.7.6cvs15
9808                 see ChangeLog 2002-05-27
9809
9810 2002-05-27 [paul]       0.7.6claws20
9811
9812         * src/prefs_account.c
9813                 correct a typo
9814
9815 2002-05-26 [paul]       0.7.6claws19
9816
9817         * tools/README
9818                 correct a typo
9819
9820 2002-05-25 [paul]       0.7.6claws18
9821
9822         * tools/README
9823                 add description of kmail2sylpheed.pl
9824
9825 2002-05-25 [paul]       0.7.6claws17
9826
9827         * tools/kmail2sylpheed.pl       ** NEW FILE **
9828                 perl script that converts an exported Kmail address
9829                 book, converts it to sylpheed addressbook file,
9830                 writes the file to .sylpheed, and updates
9831                 addrbook--index.xml 
9832
9833 2002-05-25 [paul]       0.7.6claws16
9834
9835         * sync with 0.7.6cvs14
9836                 see ChangeLog 2002-05-23
9837
9838 2002-05-24 [paul]       0.7.6claws15
9839
9840         * README.claws
9841                 make a correction and add some more info
9842
9843 2002-05-24 [paul]       0.7.6claws14
9844
9845         * src/compose.c
9846                 fix memory leak in 
9847                 compose_redirect_write_headers_from_headerlist()
9848                 add Subject and Resent-Message-ID to
9849                 compose_redirect_write_headers()
9850                 Received, Subject, and X-UIDL are filtered out in 
9851                 compose_redirect_write_to_file()
9852
9853 2002-05-23 [paul]       0.7.6claws13
9854
9855         * src/compose.[ch]
9856           src/filtering.c
9857           src/mainwindow.c
9858           src/matcher.[ch]
9859           src/matcher_parser_lex.l
9860           src/matcher_parser_parse.y
9861           src/prefs_common.[ch]
9862           src/prefs_filtering.c
9863           src/summaryview.c
9864                 rename 'Bounce' to 'Redirect'
9865
9866 2002-05-23 [paul]       0.7.6claws12
9867
9868         * more sync with 0.7.6cvs13
9869           src/compose.c
9870                 see ChangeLog 2002-05-22
9871
9872 2002-05-22 [paul]       0.7.6claws11
9873
9874         * sync with 0.7.6cvs13
9875           src/codeconv.c
9876                 see ChangeLog 2002-05-20
9877           src/prefs_common.c
9878                 see ChangeLog 2002-05-22
9879
9880 2002-05-21 [melvin]     0.7.6claws10
9881
9882         * src/folderview.c
9883                 Added missing filtering and scoring headers
9884                 Fixed bad function call that showed garbage 
9885                 in Folder->Processing
9886
9887 2002-05-21 [paul]       0.7.6claws9
9888
9889         * tools/Makefile.am
9890                 make all tools executable, (patch by Alfons).
9891
9892 2002-05-20 [alfons]     0.7.6claws8
9893
9894         * src/procheader.c
9895                 don't forget to call mktime() so we have a valid week 
9896                 and year day
9897                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9898
9899 2002-05-20 [paul]       0.7.6claws7
9900
9901         * src/html.c
9902                 fix broken parsing of urls
9903         * src/textview.c
9904                 fix displaying of urls
9905
9906                 both fixes from the patch [547855] by Eugene 
9907                 Brevdo (zonem)
9908
9909 2002-05-19 [alfons]     0.7.6claws6
9910
9911         * configure.in
9912                 make sylpheed configure correctly with the latest
9913                 and greatest of automake / autoconf / gettext
9914
9915 2002-05-19 [alfons]     0.7.6claws5
9916
9917         * src/procheader.c
9918         * src/procheader.h
9919                 add function for returning ime zone offset
9920         * src/quote_fmt.c
9921         * src/quote_fmt_parse.y
9922                 better quotation formatting - does not convert
9923                 to local time, but uses the original date string.
9924                 
9925                 Note: %z inserts the timezone offset (should 
9926                 work also on platforms where strftime does not
9927                 support %z).
9928
9929 2002-05-18 [christoph]  0.7.6claws4
9930
9931         * src/summaryview.c
9932                 fix indentation of some code
9933         * tools/Makefile.am
9934                 fix spaces after \
9935         * src/Makefile.am
9936                 add missing \
9937                 correct path for ignorethread.xpm
9938                 incorrect filename for sylpheed_logo.xpm
9939                 add missing include matcher_parser_parse.h
9940
9941 2002-05-18 [paul]       0.7.6claws3
9942
9943         * sync with 0.7.6cvs8
9944                 see ChangeLog 2002-05-16 and 2002-05-17
9945
9946 2002-05-18 [melvin]     0.7.6claws2
9947
9948         * README.claws
9949                 Corrected an action's definition and fixed some misspellings.
9950
9951 2002-05-18 [paul]       0.7.6claws1
9952
9953         * tools/Makefile.am
9954           tools/gpg-sign        ** new file **
9955           tools/uudec           ** new file **
9956                 add Melvin's Actions scripts
9957
9958         * README.claws
9959                 add Melvin's descriptions for Actions
9960
9961 2002-05-18 [paul]       0.7.6claws
9962
9963         * Version 0.7.6claws released
9964
9965 2002-05-17 [paul]       0.7.5claws32
9966
9967         * po/es.po
9968                 updated by Ricardo Mones Lastra
9969
9970 2002-05-17 [paul]       0.7.5claws31
9971
9972         * src/compose.c
9973                 fix Account prefs default folder for sent/draft/deleted
9974                 messages bug
9975
9976         * po/it.po
9977           po/nl.po
9978                 updated translation by Alessandro Maestri and
9979                 Wilbert Berendsen
9980
9981 2002-05-17 [melvin]     0.7.5claws30
9982
9983         * src/prefs_actions.c
9984                 Fixed bug where using %F not at the end of the command 
9985                 resulted in an additional empty argument being created.
9986                 Thanks to Darko Koruga for reporting the bug.
9987
9988 2002-05-17 [melvin]     0.7.5claws29
9989
9990         * po/fr.po
9991                 Updated French translations.
9992
9993 2002-05-15 [paul]       0.7.5claws28
9994         
9995         * po/es.po
9996                 updated by Ricardo Mones Lastra
9997
9998 2002-05-15 [paul]       0.7.5claws27
9999
10000         * sync with 0.7.6cvs4
10001                 see ChangeLog 2002-05-14 and 2002-05-15
10002
10003 2002-05-14 [paul]       0.7.5claws26
10004
10005         * sync with 0.7.6cvs1
10006                 see ChangeLog 2002-05-13
10007
10008 2002-05-13 [thorsten]   0.7.5claws25
10009
10010         * src/messageview.c
10011                 fix select_all and copy in multipart messages
10012         * src/mainwindow.c
10013                 fix select_all and copy in multipart messages
10014
10015 2002-05-12 [paul]       0.7.5claws24
10016
10017         * src/summaryview.c
10018                 reverse last commit, bug already fixed in 0.7.5claws3
10019
10020 2002-05-12 [netztorte]  0.7.5claws23
10021
10022         * src/summaryview.c
10023                 dont parse empty addressbook (checked in before claws20)
10024
10025 2002-05-12 [melvin]     0.7.5claws22
10026
10027         * src/procmsg.[ch]
10028                 Removed unneeded priority code introduced by the previous 
10029                 commit.
10030
10031 2002-05-12 [melvin]     0.7.5claws21
10032
10033         * src/compose.[ch]
10034                 Added possibility to set message's priority.
10035         * src/procmsg.[ch]
10036                 Added possibility to set message's priority.
10037                 Added missing headers
10038
10039 2002-05-12 [melvin]     0.7.5claws20
10040
10041         * src/prefs_actions.c
10042                 Removed implicitely added quotes around the name
10043                 of the temporary files of mime parts.
10044
10045 2002-05-12 [paul]       0.7.5claws19
10046
10047         * sync with 0.7.5cvs20
10048                 see ChangeLog 2002-05-11
10049
10050 2002-05-12 [alfons]     0.7.5claws18
10051
10052         * src/quote_fmt_lex.l
10053         * src/quote_fmt_parse.y
10054                 allow quote / reply date & time format to be set using
10055                 %D{format}. format is a format string you'd pass to
10056                 strftime() (see man strftime, or the Display tab |
10057                 Date format setting).
10058
10059                 Currently %D converts the date to local time. 
10060
10061 2002-05-11 [paul]       0.7.5claws17
10062
10063         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10064                 see ChangeLog 2002-05-10 and 2002-05-11
10065
10066 2002-05-10 [paul]       0.7.5claws16
10067
10068         * sync with 0.7.5cvs16
10069                 see ChangeLog entries 2002-05-09 and 
10070                 2002-05-10
10071
10072 2002-05-10 [colin]      0.7.5claws15
10073
10074         * src/textview.c
10075                 Corrected a bug that prevented sylpheed to open
10076                 double-clicked URIs.
10077
10078 2002-05-09 [paul]       0.7.5claws14
10079
10080         * sync with 0.7.5cvs14
10081                 see ChangeLog 2002-05-08 and 2002-05-09
10082
10083 2002-05-08 [paul]       0.7.5claws13
10084
10085         * sync with 0.7.5cvs11
10086                 see ChangeLog entry 2002-05-08
10087
10088 2002-05-08 [paul]       0.7.5claws12
10089
10090         * src/mainwindow.c
10091           src/textview.[ch]
10092                 fix segfault on View->Open in new window
10093                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10094
10095 2002-05-07 [paul]       0.7.5claws11
10096
10097         * sync with 0.7.5cvs9
10098                 see ChangeLog entry 2002-05-07
10099
10100 2002-05-06 [paul]       0.7.5claws10
10101
10102         * src/messageview.c
10103           src/textview.c
10104                 display url in statusbar on single-click
10105                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10106
10107 2002-05-06 [match]      0.7.5claws9
10108
10109         * src/addritem.[ch]
10110                 new functions.
10111         * src/addrcache.c
10112                 tidy up.
10113         * src/xmlprops.[ch]
10114                 XML implementation of properties file.
10115         * src/exporthtml.[ch]
10116         * src/expthtmldlg.[ch]
10117         * src/addressbook.c
10118                 export to HTML.
10119
10120 2002-05-02 [sergey]     0.7.5claws8
10121
10122         * src/mainwindow.c (mainwin_entries),
10123           src/prefs_common.c (prefs_send_create()),
10124           src/codeconv.c (locale_table):
10125                 use charset name "Windows-1251" instead of "CP1251".
10126
10127 2002-05-02 [colin]      0.7.5claws7
10128         
10129         * src/compose.c
10130           src/prefs_common.c
10131           src/prefs_folder_item.c
10132                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10133
10134 2002-05-02 [hiro]       0.7.5claws6
10135
10136         * src/imap.c
10137                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10138
10139 2002-05-02 [paul]       0.7.5claws5
10140
10141         * src/compose.c
10142                 more sync with 0.7.5cvs7, see ChangeLog entry
10143                 2002-05-02
10144
10145 2002-05-02 [hiro]       0.7.5claws4
10146
10147         * src/compose.c
10148                 compose_queue_sub():
10149                 check if queue folder exists (closes #550397).
10150                 removed directory creation since it should be handled
10151                 transparently.
10152         * src/imap.c
10153                 imap_add_msg(): return UID for appended message
10154                 (closes #548842).
10155
10156 2002-04-30 [paul]       0.7.5claws3
10157
10158         * src/summaryview.c
10159                 fix account_find_from_address() bug
10160
10161 2002-04-28 [colin]      0.7.5claws2
10162
10163         * src/compose.c
10164           src/textview.c
10165           src/prefs_common.[ch]
10166           src/utils.[ch]
10167                 Added user-definable quotation characters recognition.
10168
10169 2002-04-28 [paul]       0.7.5claws1
10170
10171         * sync with 0.7.5cvs4
10172                 see ChangeLog entry  2002-04-25
10173
10174 2002-04-28 [paul]       0.7.5claws
10175
10176         * po/es.po
10177           po/nl.po
10178           po/pt_BR.po
10179                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10180                 Fabio Junior Beneditto
10181
10182 2002-04-27 [jens]       0.7.4claws103
10183
10184         * po/de.po
10185                 updated German translation.
10186
10187 2002-04-27 [hiro]       0.7.4claws102
10188
10189         * src/summaryview.c
10190                 summary_write_cache(): fixed the mark loss of hidden messages.
10191
10192 2002-04-26 [melvin]     0.7.4claws101
10193
10194         * src/procmsg.c
10195                 fixed a second typo (same one)
10196         * po/fr.po
10197           po/it.po
10198           po/pt_BR.po
10199                 fixed the type again...
10200
10201 2002-04-26 [melvin]     0.7.4claws100
10202
10203         * src/procmsg.c
10204                 fixed a typo in an alert message ("temorary").
10205         * po/it.po
10206         * po/pt_BR.po
10207                 corrected the typo  described above.
10208         * po/fr.po
10209                 updated French translation.
10210
10211 2002-04-26 [darko]      0.7.4claws99
10212
10213         * src/summaryview.c
10214                 fix target folder colorization
10215
10216 2002-04-25 [paul]       0.7.4claws98
10217
10218         * po/it.po
10219                 updated by Alessandro Maestri
10220
10221 2002-04-24 [colin]      0.7.4claws97
10222         
10223         * src/compose.c
10224                 Fixed double "subject is empty" question.
10225
10226 2002-04-23 [colin]      0.7.4claws96
10227         
10228         * src/mimeview.c
10229                 Corrected issue when "automatically display images" was
10230                 not set : first image remained after selecting second.
10231
10232 2002-04-23 [melvin]     0.7.4claws95
10233
10234         * src/prefs_actions.c
10235                 Don't display in/out dialog if there is nothing to show.
10236
10237 2002-04-23 [paul]       0.7.4claws94
10238
10239         * sync with 0.7.5cvs3
10240                 bug fixes: see ChangeLog entry 2002-04-23
10241
10242 2002-04-22 [darko]      0.7.4claws93
10243
10244         * src/compose.c
10245                 fix previous check-in which changed code after
10246                 merge from main
10247
10248 2002-04-22 [paul]       0.7.4claws92
10249
10250         * faq/de/*
10251                 add German FAQ
10252         * faq/en/*
10253           faq/es/*
10254           faq/fr/*
10255                 update English, Spanish and French FAQs
10256         * manual/de/*
10257           manual/es/*
10258                 add German and Spanish manuals
10259         * manual/en/*
10260           manual/fr/*
10261                 update English and French manuals
10262
10263         * src/Makefile.am
10264                 add to and re-arrange the pixmap entries
10265
10266 2002-04-22 [darko]      0.7.4claws91
10267
10268         * src/compose.c
10269                 fix sender initials recognition to only allow
10270                 '>' after the initials
10271
10272 2002-04-21 [paul]       0.7.4claws90
10273
10274         * sync with 0.7.5 release
10275                 see ChangeLog entry 2002-04-21
10276
10277 2002-04-21 [alfons]
10278
10279         * src/Makefile.am
10280                 add colin's new pixmaps to EXTRA_DIST
10281
10282 2002-04-21 [colin]      0.7.4claws89
10283         * src/compose.c
10284         * src/inc.c
10285         * src/mainwindow.[ch]
10286         * src/prefs_common.[ch]
10287         * src/stock_pixmap.[ch]
10288                 Added "Work offline" ability.
10289
10290 2002-04-21 [colin]      0.7.4claws88
10291         
10292         * src/mimeview.c
10293         * src/prefs_common.c
10294         * src/prefs_common.h
10295         * src/textview.c : Added an option to common preferences -> display
10296           to allow user not to automatically display images.
10297
10298 2002-04-21 [paul]       0.7.4claws87
10299
10300         * sync with 0.7.4cvs52
10301                 see ChangeLog entry 2002-04-21 (src/imap.c)
10302
10303 2002-04-21 [paul]       0.7.4claws86
10304
10305         * sync with 0.7.4cvs51
10306                 see ChangeLog entry 2002-04-21
10307
10308 2002-04-21 [paul]       0.7.4claws85
10309
10310         * sync with 0.7.4cvs49
10311                 see ChangeLog entries 2002-04-20 and 2002-04-21
10312
10313         * src/Makefile.am
10314                 clean up: remove old 'stock_' element from xpm 
10315                 filenames.
10316
10317 2002-04-21 [alfons]     0.7.4claws84
10318
10319         apply sync patch from Paul
10320
10321         * src/folderview.c
10322                 use old claws prefs_folder_item_create() for now
10323
10324 2002-04-19 [match]      0.7.4claws83
10325
10326         * src/addressbook.[ch]
10327         * src/addrharvest.[ch]
10328         * src/addrgather.[ch]
10329                 recurse folders.
10330         * src/mainwindow.c
10331         * src/summaryview.[ch]
10332                 change menu option.
10333
10334 2002-04-19 [paul]       0.7.4claws82
10335
10336         * po/pt_BR.po
10337                 updated by Fabio Junior Beneditto
10338
10339 2002-04-14 [alfons]     0.7.4claws81
10340
10341         * src/passphrase.c
10342                 add #include <sys/types.h> for mode_t and off_t 
10343
10344 2002-04-13 [paul]       0.7.4claws80
10345         
10346         * src/main.c
10347           src/passphrase.[ch]
10348           src/pgptext.c
10349           src/prefs_common.[ch]
10350           src/rfc2015.c
10351                 enable storing of GnuPG passphrase for the whole 
10352                 session or a user-defined number of minutes. patch 
10353                 submitted by Ravemax <ravemax@dextrose.com>
10354
10355 2002-04-13 [alfons]     0.7.4claws79
10356
10357         * src/textview.c
10358                 make email parser also stop scanning when encountering separators
10359                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10360
10361 2002-04-13 [paul]       0.7.4claws78
10362
10363         * sync with 0.7.4cvs39
10364                 see ChangeLog entry 2002-04-12
10365
10366 2002-04-11 [paul]       0.7.4claws77
10367
10368         * sync with 0.7.4cvs37
10369                 see ChangeLog entry 2002-04-11
10370
10371 2002-04-11 [paul]       0.7.4claws76
10372
10373         * COPYING 
10374                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10375                 the clause for OpenSSL). sync with sylpheed main
10376
10377 2002-04-09 [melvin]     0.7.4claws75
10378
10379         * src/compose.c
10380                 Made 'Ctrl-Enter' on send ignore some modifiers 
10381                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10382                 to bind other *-Enter (but not Alt-Enter).
10383
10384 2002-04-09 [paul]       0.7.4claws74
10385
10386         * sync with 0.7.4cvs35
10387                 see ChangeLog entries 2002-04-09
10388
10389 2002-04-08 [paul]       0.7.4claws73
10390
10391         * sync with 0.7.4cvs33
10392                 see ChangeLog entry 200-04-08
10393
10394 2002-04-07 [match]      0.7.4claws72
10395
10396         * src/addrharvest.[ch]
10397                 fixed to read all addresses in header, regardless
10398                 of header size. improved name parsing. accommodate
10399                 harvest from folders and selected message.
10400         * src/addritem.[ch]
10401                 included new address parsing function.
10402         * src/addrgather.[ch]
10403         * src/addressbook.[ch]
10404         * src/summaryview.[ch]
10405         * src/mainwindow.c
10406                 allow address harvest of folder as well as selected
10407                 messages.
10408
10409 2002-04-07 [paul]       0.7.4claws71
10410
10411         * src/esmtp.[ch]
10412           src/smtp.c
10413                 don't try to authenticate with CRAM-MD5 in SMTP when 
10414                 SMTP-AUTH enabled if MTA doesn't issue this 
10415                 auth-method in it's ehlo-response. bug item #531364,
10416                 patch item #938910. patch submitted by Colin Leroy 
10417                 <colin@colino.net>
10418
10419 2002-04-07 [paul]       0.7.4claws70
10420
10421         * src/nntp.c
10422                 fix missing MODE_READER bug. patch submitted by
10423                 Colin Leroy <colin@colino.net>
10424
10425 2002-04-07 [alfons]     0.7.4claws69
10426
10427         * src/matcher.[ch]
10428         * src/prefs_filtering.c
10429         * src/summaryview.c
10430                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10431                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10432
10433 2002-04-07 [paul]       0.7.4claws68
10434
10435         * sync with 0.7.4cvs32
10436                 see ChangeLog entry 2002-04-06
10437
10438         * tools/filter_conv.pl
10439                 more bug fixes
10440
10441 2002-04-06 [paul]       0.7.4claws67
10442
10443         * tools/filter_conv.pl
10444                 modify to be able to find the name of the first
10445                 mailbox and use that. main's filter does not
10446                 record the full path to the mailbox and therefore
10447                 can only filter to the first mailbox.
10448
10449 2002-04-05 [paul]       0.7.4claws66
10450
10451         * tools/filter_conv.pl
10452                 attempt to make the script all-encompassing and
10453                 be able to convert any main 'filter' rule thrown
10454                 at it
10455
10456 2002-04-05 [paul]       0.7.4claws65
10457
10458         * tools/filter_conv.pl
10459                 allow for collapsed folder trees
10460
10461 2002-04-05 [paul]       0.7.4claws64
10462
10463         * sync with 0.7.4cvs31
10464                 see ChangeLog entries 2002-04-05
10465
10466 2002-04-03 [paul]       0.7.4claws63
10467
10468         * sync with 0.7.4cvs29
10469                 see ChangeLog entries 2002-04-02 and 2002-04-03
10470
10471 2002-04-02 [paul]       0.7.4claws62
10472
10473         * sync with 0.7.4cvs26
10474                 see ChangeLog entry 2002-04-01
10475
10476 2002-04-02 [match]      0.7.4claws61
10477
10478         * src/pine.[ch]
10479         * src/importpine.[ch]
10480         * src/addressbook.c
10481                 import Pine address book.
10482
10483 2002-04-02 [match]      0.7.4claws60
10484
10485         * src/addrharvest.[ch]
10486                 improve address parsing of funky addresses.
10487
10488 2002-04-02 [darko]      0.7.4claws59
10489
10490         * src/compose.c
10491                 wrap on send improvements, it now recognizes quoted
10492                 initials as part of the quotation string, and it
10493                 does not join lines separated by CR
10494
10495 2002-04-01 [match]      0.7.4claws58
10496
10497         * src/mgutils.[ch]
10498                 added new functions.
10499         * src/mutt.[ch]
10500                 remove excessive duplicate address generation
10501                 on import.
10502
10503 2002-04-01 [alfons]     0.7.4claws57
10504         
10505         * src/summaryview.c
10506                 put back g_free() 
10507
10508 2002-04-01 [paul]       0.7.4claws56
10509
10510         * sync with 0.7.4cvs25
10511                 see ChangeLog entry 2002-04-01
10512
10513 2002-04-01 [alfons]     0.7.4aprilfool55
10514
10515         * src/summaryview.c
10516                 honour feature request item #537427 to allow for
10517                 displaying names from address book for sent mail also
10518
10519 2002-03-29 [paul]       0.7.4claws54
10520
10521         * src/mainwindow.c
10522           src/prefs_filtering.[ch]
10523           src/prefs_matcher.c
10524           src/summaryview.c
10525                 add 'fast filter' for claws' filtering,
10526                 /Tools/Create filter rule/... patch submitted
10527                 by Neill Miller <neillm@thecodefactory.org>
10528
10529 2002-03-29 [paul]       0.7.4claws53
10530
10531         * sync with 0.7.4cvs24
10532                 see ChangeLog entry 2002-03-29
10533
10534 2002-03-28 [paul]       0.7.4claws52
10535
10536         * sync with 0.7.4cvs23
10537                 see ChangeLog entry 2002-03-28
10538
10539 2002-03-27 [melvin]     0.7.4claws51
10540
10541         * src/prefs_actions.c
10542                 Added support to pass only one message part (as a
10543                 file) to the command using '%p'. No quotes are needed
10544                 because doubles quotes are automatically added.
10545                 Fixed bug where Sylpheed could block when waiting for
10546                 a child process to finish.
10547                 Changed the help menu to remove quotes around symbols to 
10548                 avoid misinterpretation (they must not be used).
10549
10550 2002-03-27 [melvin]     0.7.4claws50
10551
10552         * src/inc.c
10553                 Made the new mail notification command always 
10554                 execute asynchronously.
10555
10556 2002-03-27 [paul]       0.7.4claws49
10557
10558         * src/compose.c
10559                 fix bug introduced in last commit
10560
10561 2002-03-27 [paul]       0.7.4claws48
10562
10563         * sync with 0.7.4cvs21
10564                 see ChangeLog 2002-03-26 and 2002-03-27
10565
10566 2002-03-26 [hoa]        0.7.4claws47
10567
10568         * src/prefs_folder_item.c
10569                 really fixed the bug #516442 with folder rescan.
10570
10571 2002-03-26 [paul]       0.7.4claws46
10572
10573         * sync with 0.7.4cvs19
10574                 see ChangeLog entries 2002-03-25 and 2002-03-26
10575
10576 2002-03-25 [hoa]        0.7.4claws45
10577
10578         * src/matcher.c
10579         * src/mh.c
10580                 fix the bug #516442 with folder rescan.
10581
10582         * src/prefs_common.[ch]
10583         * src/compose.c
10584                 added an option to enable two different behaviours
10585                 for bounce.
10586
10587
10588 2002-03-25 [paul]       0.7.4claws44
10589
10590         * src/mainwindow.c
10591           src/selective_download.c
10592                 correct a few menuitem labels
10593
10594 2002-03-25 [christoph]  0.7.4claws43
10595
10596         * src/procmsg.c
10597                 fix non deleted tmp message in
10598                 procmsg_save_to_outbox
10599                 fix problems caused by sync with
10600                 main branch's procmsg_send_queue
10601
10602 2002-03-25 [paul]       0.7.4claws42
10603
10604         * src/quote_fmt.c
10605           src/quote_fmt_lex.l
10606           src/quote_fmt_parse.y
10607                 add Last name (%L) placeholder for quoting. 
10608                 patch submitted by Thorsten Thielen 
10609                 <thth@users.sourceforge.net>
10610
10611 2002-03-25 [paul]       0.7.4claws41
10612
10613         * src/utils.c
10614                 get full hostname. patch submitted by
10615                 Bob Woodside <rwoodside1@comcast.net>
10616
10617 2002-03-25 [paul]       0.7.4claws40
10618
10619         * src/account.c
10620           src/news.c
10621           src/nntp.[ch]
10622           src/prefs_account.[ch]
10623                 enable NNTP over SSL. patch submitted by
10624                 Pascal Jermini <pascal@infinity.hn.org>
10625
10626 2002-03-24 [paul]       0.7.4claws39
10627
10628         * src/prefs_common.c
10629                 make the arrangement of the Compose tab more
10630                 coherent
10631
10632         * src/mainwindow.c
10633                 fix some irregularities of style
10634
10635         * po/de.po
10636                 updated by Kilian Krause
10637
10638 2002-03-23 [paul]       0.7.4claws38
10639
10640         * po/pt_BR.po
10641                 updated by Fabio Junior Beneditto
10642
10643 2002-03-23 [paul]       0.7.4claws37
10644
10645         * src/mainwindow.c
10646                 move 'Gather addresses' to 'Tools' menu
10647                 make 'Selective download' sensitive
10648
10649 2002-03-23 [paul]       0.7.4claws36
10650
10651         * sync with 0.7.4cvs16
10652                 see ChangeLog entries 2002-03-23
10653
10654 2002-03-22 [christoph]  0.7.4claws35
10655
10656         * src/quote_fmt_parse.y
10657                 fix include program output
10658
10659 2002-03-22 [alfons]     0.7.4claws34
10660
10661         * src/pop.c
10662                 initialize GDate stack variable correctly (sorry!)
10663
10664 2002-03-22 [paul]       0.7.4claws33
10665
10666         * src/compose.c
10667           src/mainwindow.c
10668           src/prefs_actions.c
10669           src/prefs_common.c
10670                 rename 'Tool' to 'Tools'
10671
10672         * src/mainwindow.c
10673                 move 'Delete duplicated messages' from
10674                 'Message/' to 'Tools/'
10675                 re-arrange the order of 'Tools/' items
10676
10677 2002-03-22 [paul]       0.7.4claws32
10678
10679         * src/addr_compl.c
10680           src/addressbook.[ch]
10681                 auto-address completion now also matches on
10682                 Nickname. patch submitted by Bob Forsman 
10683                 <hammor@users.sourceforge.net>
10684
10685         * src/editaddress.c
10686                 correct a spelling mistake
10687
10688 2002-03-22 [alfons]     0.7.4claws31
10689
10690         * src/pop.c
10691                 fix getting uidl from incorrect string 
10692                 (spotted by Colin)
10693
10694 2002-03-21 [alfons]     0.7.4claws30
10695
10696         * src/pop.c
10697                 more code refactoring
10698                 plug mem leak introduced by delete on server
10699
10700 2002-03-21 [paul]       0.7.4claws29
10701
10702         * sync with 0.7.4cvs11
10703                 see ChangeLog entries 2002-03-20
10704
10705 2002-03-20 [alfons]     0.7.4claws28
10706
10707         * src/inc.c
10708                 apply Colin's patch and refactor
10709
10710 2002-03-20 [paul]       0.7.4claws27
10711
10712         * sync with sylpheed 0.7.4cvs9
10713                 see ChangeLog entry 2002-03-20
10714
10715 2002-03-19 [christoph]  0.7.4claws26
10716
10717         * src/mh.c
10718         * src/procmsg.[ch]
10719         * src/summaryview.c
10720                 revert changes for flag updates
10721                 (does not work correctly and no time to debug)
10722
10723 2002-03-20 [alfons]     0.7.4claws25
10724
10725         * src/pop.c
10726                 refactor should_delete() a little bit 
10727
10728 2002-03-19 [paul]       0.7.4claws24
10729
10730         * src/inc.[ch]
10731           src/pop.c
10732           src/prefs_account.[ch]
10733                 allow the user to leave downloaded mail on the 
10734                 server for n days. Patch submitted by Colin Leroy 
10735                 <colin@colino.net>
10736
10737 2002-02-19 [paul]       0.7.4claws23
10738
10739         * sync with sylpheed 0.7.4cvs8
10740                 see ChangeLog entries 2002-03-19
10741
10742 2002-03-18 [paul]       0.7.4claws22
10743
10744         * sync with sylpheed 0.7.4cvs6
10745                 see ChangeLog entry 2002-03-18
10746
10747 2002-03-18 [paul]       0.7.4claws21
10748
10749         * po/en_GB.po
10750                 add en_GB message catalogue
10751
10752         * src/mbox_folder.c
10753           src/prefs_account.c
10754           src/prefs_actions.c
10755                 correct a few spelling mistakes
10756
10757 2002-03-17 [alfons]     0.7.4claws20
10758
10759         * src/matcher.c
10760                 more stringent checks for NULL params when writing
10761                 filtering actions to a file
10762                 
10763 2002-03-17 [hoa]        0.7.3claws20
10764
10765         * src/news.c
10766                 fixed the count of new messages
10767
10768         * src/compose.c
10769                 fixed the "attachment properties" window
10770
10771 2002-03-17 [paul]       0.7.4claws19
10772
10773         * src/defs.h
10774           src/folder.h
10775           src/news.c
10776           src/prefs_account.[ch]
10777           src/procmsg.[ch]
10778           src/summaryview.c
10779                 automatically mark cross-posted messages as read 
10780                 and (optionally) give them a colour label
10781                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10782                 
10783
10784 2002-03-17 [paul]       0.7.4claws18
10785
10786         * sync with sylpheed 0.7.4cvs5
10787                 see ChangeLog entry 2002-03-17
10788
10789 2002-03-17 [melvin]     0.7.4claws17
10790         
10791         * src/textview.c
10792                 Worked around a gtktext 'bug': when searching for 
10793                 a text in a long message it was scrolling slowly
10794                 line by line until it hit the searched text.
10795         * po/fr.po
10796                 Updated French translation
10797
10798 2002-03-17 [melvin]     0.7.4claws16
10799
10800         * src/mainwindow.c
10801         * src/compose.c
10802         * src/prefs_actions.c
10803                 Moved "Edit/Actions" to "Tool/Actions"
10804                 Made mainwindow/compose window sensitive as soon as
10805                 no child process is running anymore even if the io dialog
10806                 is open.
10807                 Fixed a struct being initialized with a non constant char*
10808
10809 2002-03-16 [christoph]  0.7.4claws15
10810
10811         * configure.in
10812                 add --with-compiler-flags option
10813                 (only for developer hacking)
10814         * src/mh.c
10815         * src/procmsg.[ch]
10816         * src/summaryview.c
10817                 try to make folder-stats and flag handling more
10818                 independent from the summaryview. msgcounts
10819                 are only set when the folder is opened and
10820                 procmsg_msginfo_(un)set_flags will handle it
10821                 later and summaryview will get the values
10822                 from the folder.
10823
10824 2002-03-16 [paul]       0.7.4claws14
10825
10826         * src/messageview.c
10827                 fix Return-receipt. Patch submitted by Bob
10828                 Woodside <rwoodside1@comcast.net>
10829
10830 2002-03-16 [paul]       0.7.4claws13
10831
10832         * src/compose.c
10833                 fix 'dynamic' signatures, make it work again
10834                 broken during sync on 2002-03-14 (0.7.4claws2)
10835
10836 2002-03-15 [match]      0.7.4claws12
10837
10838         * src/addrharvest.[ch]
10839         * src/addrgather.[ch]
10840         * src/addressbook.[ch]
10841         * src/mainwindow.c
10842                 included address harvester feature. still some
10843                 issues with address parsing that I will fix.
10844
10845 2002-03-15 [match]      0.7.4claws11
10846
10847         * src/addrbook.[ch]
10848         * src/addrcache.[ch]
10849         * src/addressbook.[ch]
10850         * src/addrindex.c
10851         * src/editbook.c
10852         * src/importldif.c
10853         * src/importmutt.c
10854         * src/jpilot.[ch]
10855         * src/main.c
10856         * src/syldap.[ch]
10857         * src/vcard.[ch]
10858                 tidy up. fix memory leaks. moved attribs and methods
10859                 from individual interfaces to addrcache object. prep
10860                 for new stuff to come in.
10861
10862 2002-03-15 [alfons]     0.7.4claws10
10863
10864         * src/matcher.[ch]
10865         * src/matcher_parser_parse.y
10866         * src/matcher_parser_lex.l
10867         * src/prefs_matcher.c
10868                 add filtering conditions message greater than, smaller 
10869                 than, and exactly matching a size in bytes
10870                 (does not work with delete from POP3 server yet)
10871
10872                 this should also give others an idea what you should
10873                 do to add new criterions to claws filtering system
10874                 
10875
10876 2002-03-15 [paul]       0.7.4claws9
10877
10878         * tools/filter_conv.pl
10879                 exit if there are no filter rules to convert
10880                 rename filterrc to filterrc.old after completion
10881
10882 2002-03-15 [paul]       0.7.4claws8
10883
10884         * sync with sylpheed 0.7.4cvs3
10885                 see ChangeLog entry 2002-03-14
10886
10887 2002-03-14 [paul]       0.7.4claws7
10888
10889         * src/compose.c
10890                 clean up the last commit (ahem)
10891
10892 2002-03-14 [paul]       0.7.4claws6
10893
10894         * src/compose.c
10895                 fix bug #515655. honour account preferences
10896                 regarding gpg default signing/encryption when 
10897                 changing account from the compose window.
10898
10899 2002-03-14 [paul]       0.7.4claws5
10900
10901         * src/folderview.c
10902                 remove unnecessary curly brackets
10903
10904 2002-03-14 [paul]       0.7.4claws4
10905
10906         * src/folderview.c
10907           src/prefs_filtering.[ch]
10908                 add filter rename on folder rename and filter
10909                 delete on folder delete. Patch submitted by
10910                 Neill Miller <neillm@thecodefactory.org> 
10911
10912 2002-03-14 [christoph]  0.7.4claws3
10913
10914         * src/procmsg.c
10915         * src/send.c
10916                 fix local delivery
10917                 (patch submitted by "Simon 'corecode' Schubert")
10918         * src/prefs_common.c
10919         * src/procmsg.c
10920                 fix gcc 3.0 warning
10921
10922 2002-03-14 [paul]       0.7.4claws2
10923
10924         * sync with sylpheed 0.7.4cvs2
10925                 see ChangeLog entry 2002-03-13
10926
10927 2002-03-12 [darko]      0.7.4claws1
10928
10929         * src/mainwindow.c
10930                 fix what seems to be a copy and paste error
10931                 when setting color for important messages
10932                 (reported by wwp)
10933
10934 2002-03-11 [paul]       version 0.7.4claws released
10935
10936 2002-03-11 [paul]       0.7.4claws
10937
10938         * po/es.po
10939           po/it.po
10940           po/nl.po
10941           po/pt_BR.po
10942                 update message catalogs. Submitted by Ricardo Mones 
10943                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10944                 Fabio Junior Beneditto
10945
10946         * configure.in
10947           faq/Makefile.am
10948           faq/it/Makefile
10949           faq/it/sylpheed-faq*
10950           src/mainwindow.c
10951           src/manual.[ch]
10952                 add FAQ in Italian
10953         
10954
10955 2002-03-11 [jens]       0.7.3claws7
10956
10957         * po/de.po
10958                 updated German translation
10959
10960 2002-03-11 [melvin]     0.7.3claws6
10961
10962         * po/fr.po
10963                 updated and corrected French translation
10964
10965 2002-03-10 [hoa]        0.7.3claws5
10966
10967         * src/account.c
10968         * src/inc.c
10969         * src/prefs_account.c
10970         * src/procmsg.c
10971         * src/send.[ch]
10972                 fixed the local account.
10973                 you have to change the default "/usr/sbin/sendmail"
10974                 to "/usr/sbin/sendmail -t" in the preferences of
10975                 the local account.
10976
10977         * src/procmime.c
10978                 removed some debug display for renderer
10979
10980 2002-03-10 [paul]       0.7.3claws4
10981
10982         * faq/en/sylpheed-faq-1.html
10983           faq/en/sylpheed-faq-2.html
10984                 update
10985
10986 2002-03-09 [paul]       0.7.3claws3
10987
10988         * sync with sylpheed 0.7.4
10989                 see ChangeLog entry 2002-03-09
10990
10991 2002-03-08 [paul]       0.7.3claws2
10992
10993         * faq/en/sylpheed-faq*
10994           faq/es/sylpheed-faq*
10995           faq/fr/sylpheed-faq*
10996                 update the FAQs
10997
10998         * manual/fr/.cvsignore
10999           manual/fr/Makefilea.am
11000           manual/fr/sylpheed*
11001           src/mainwindow.c
11002           src/manual.[ch]
11003                 add the French manual
11004
11005 2002-03-07 [paul]       0.7.3claws1
11006
11007         * sync with sylpheed 0.7.3cvs4
11008                 see ChangeLog entries  2002-03-06 and 2002-03-07
11009         
11010         * po/nl.po
11011                 updated by Wilbert Berendsen
11012
11013 2002-03-07 [melvin]     0.7.2claws34
11014
11015         * src/selective_download.c
11016                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11017
11018 2002-03-06 [paul]       0.7.2claws33
11019
11020         * sync with sylpheed 0.7.3cvs1
11021                 bug fix, see ChangeLog entry 2002-03-05
11022
11023 2002-03-05 [paul]       0.7.2claws32
11024
11025         * src/mimeview.c
11026           src/pgptext.[ch]
11027           src/procmsg.c
11028                 reverse the pgp ascii-armored code implemented in 
11029                 0.7.2claws16. removal of this code until it matures.
11030                 this means that verifying ascii-armored pgp sigs and
11031                 automatic decryption of ascii-armored encrypted
11032                 messages no longer works.
11033
11034 2002-03-05 [paul]       0.7.2claws31
11035
11036         * configure.in
11037           Makefile.am
11038         * faq/Makefile.am
11039         * faq/en/Makefile.am
11040           faq/en/sylpheed-faq.html
11041           faq/en/sylpheed-faq-1.html
11042           faq/en/sylpheed-faq-2.html
11043           faq/en/sylpheed-faq-3.html
11044         * faq/es/Makefile.am
11045           faq/es/sylpheed-faq.html
11046           faq/es/sylpheed-faq-1.html
11047           faq/es/sylpheed-faq-2.html
11048           faq/es/sylpheed-faq-3.html
11049           faq/es/sylpheed-faq-4.html
11050         * faq/fr/Makefile.am
11051           faq/fr/sylpheed-faq.html
11052           faq/fr/sylpheed-faq-1.html
11053           faq/fr/sylpheed-faq-2.html
11054           faq/fr/sylpheed-faq-3.html
11055         * src/Makefile.am
11056           src/defs.h
11057           src/mainwindow.c
11058           src/manual.[ch]
11059                 add FAQs in English, Spanish and French
11060
11061
11062 2002-03-05 [paul]       0.7.2claws30
11063
11064         * manual/en/sylpheed.html
11065           manual/en/sylpheed-XX.html
11066                 updated the English manual
11067
11068 2002-03-05 [hoa]        
11069
11070         * src/summaryview.c
11071                 dialog box pops up if the article can't be deleted.
11072
11073 2002-03-04 [paul]       
11074         
11075         * po/pt_BR.po
11076                 updated by Fabio Junior Benedito
11077
11078 2002-03-04 [hoa]
11079
11080         * removed ac/gpgme.m4
11081                 to avoid autogen common problem
11082                 developers have to install gpgme development package now
11083
11084         * src/compose.c
11085                 encoding to 7bit or 8bit is enabled.
11086
11087 2002-03-03 [alfons]     0.7.2claws29
11088
11089         * src/pop.c
11090                 merge fix by Oliver Haertel for selective
11091                 download buglet
11092
11093 2002-03-03 [paul]       0.7.2claws28
11094         
11095         * sync with sylpheed 0.7.3
11096
11097 2002-03-03 [paul]       0.7.2claws27
11098
11099         * sync with sylpheed 0.7.2cvs24
11100                 see ChangeLog entries 2002-03-02 and 2002-03-03
11101
11102 2002-03-02 [melvin]     0.7.2claws26
11103
11104         * src/inc.[ch]
11105         * src/main.c
11106         * src/mainwindow.c
11107         * src/prefs_common.[ch]
11108                 Added user definable notification on new mail arrival.
11109                 Removed unused variables in spell checker prefs code.
11110
11111 2002-03-02 [melvin]     0.7.2claws25
11112
11113         * src/quote_fmt.c
11114                 Removed unnecessary escape sequences.
11115                 Changed 'Initial...' to 'Initials of Sender'
11116
11117 2002-03-02 [paul]       0.7.2claws24
11118
11119         * sync with sylpheed 0.7.2cvs22
11120                 see ChangeLog entry 2002-03-01
11121
11122 2002-03-01 [hoa]        0.7.2claws23
11123
11124         * src/mainwindow.c
11125                 Set sensitivity of delete actions to active
11126                 even if the folder is a newsgroup.
11127
11128         * src/summaryview.c
11129                 - Set sensitivity of delete actions
11130                 - Added function check_permission() that will check if the
11131                   user is authorized to delete a message. For news, it
11132                   will check if the author is the same.
11133                 - Enabled deletion when there is no trash folder.
11134
11135         * src/news.[ch]
11136                 - Added news_cancel_article() to cancel articles
11137                 - Implemented news_remove_message() (public function)
11138
11139 2002-03-01 [paul]       0.7.2claws22
11140
11141         * src/gtkutils.c
11142           src/textview.c
11143                 recognise urls that that don't include 'http://' and
11144                 simply begin 'www.' 
11145
11146         * AUTHORS
11147                 remove duplicated name
11148
11149 2002-02-28 [paul]       0.7.2claws21
11150
11151         * src/mainwindow.c
11152           src/summaryview.[ch]
11153                 add ability to 'Select thread'
11154                 combines Melvin's "Select thread's head" patch (#510907)
11155                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11156                 patch (#518514) 
11157
11158 2002-02-28 [paul]       0.7.2claws20
11159
11160         * src/mimeview.c
11161                 hopefully fix segfault on right-clicking a mime part
11162                 that some people have experienced.      
11163                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11164
11165 2002-02-28 [paul]       0.7.2claws19
11166
11167         * sync with sylpheed 0.7.2cvs21
11168                 see ChangeLog entries 2002-02-27 and 2002-02-28
11169
11170 2002-02-27 [paul]       0.7.2claws18
11171
11172         * sync with sylpheed 0.7.2cvs18
11173                 see ChangeLog entries 2002-02-26 and 2002-02-27
11174
11175 2002-02-26 [alfons]     0.7.2claws17
11176
11177         * src/procheader.c
11178                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11179                 (spotted by Chris Hessman <idatech@gmx.net>)
11180
11181 2002-02-26 [paul]       0.7.2claws16
11182
11183         * src/mimeview.c
11184           src/pgptext.[ch]
11185           src/procmsg.c
11186                 make decryption of ascii-armored pgp encrypted messages
11187                 and verification of ascii-armored signatures work again.
11188                 slightly altered from the patch by Jens Jahnke 
11189                 <jan0sch@gmx.net>
11190
11191                 ##FIX ME##
11192                 * the checking of plaintext signatures always comes up in 
11193                   a popup box
11194                 * it doesn't work for multipart messages 
11195                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11196                   including the msg headers and these 2 line themselves, are 
11197                   not displayed
11198
11199         * src/mainwindow.c
11200                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11201                 "View/Message View" becomes "View/Separate Message View"
11202                 because its less ambiguous.
11203
11204         * po/es.po
11205                 updated by Ricardo Mones Lastra
11206
11207 2002-02-26 [paul]       0.7.2claws15
11208
11209         * sync with sylpheed 0.7.2cvs17
11210                 see ChangeLog entries 2002-02-25 and 2002-02-26
11211
11212 2002-02-25 [christoph]  0.7.2claws14
11213
11214         * src/filtering.[ch]
11215         * src/inc.c
11216                 do filtering stuff after all messages have been received
11217                   1. drop all messages to .processing
11218                   2. scan processing folder for messages
11219                   3. filter messages or move to inbox
11220                 this will also find old messages left in processing after
11221                 a crash or something like that and we get a real msginfo
11222                 from folder->get_msg_list and do not have to create our
11223                 own in filter_message
11224         * src/matcher_parser_parse.y
11225                 remove MIX/MAX warning (reordered includes)
11226
11227 2002-02-25 [paul]       0.7.2claws13
11228
11229         * sync with sylpheed 0.7.2cvs15
11230                 see ChangeLog entry 2002-02-24
11231
11232 2002-02-24 [alfons]     0.7.2claws12
11233
11234         * src/filtering.c
11235                 clear old color flags first when applying a new color to
11236                 a message info. 
11237                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11238
11239 2002-02-24 [alfons]     0.7.2.claws11
11240         
11241         * AUTHORS
11242         * src/prefs_common.c
11243                 add presets for Opera and Konqueror, closes patch #517261,
11244                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11245
11246 2002-02-24 [alfons]     0.7.2.claws10
11247
11248         * AUTHORS
11249         * src/summaryview.c
11250                 fix threading for null message ids, closes patch #521601,
11251                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11252
11253 2002-02-24 [alfons]     0.7.2claws9
11254
11255         * src/summaryview.c
11256         * src/filtering.c
11257                 make Tool | Filter Message work with filtering system so
11258                 setting flags also works
11259
11260                 TODO:
11261
11262                 - Processing uses the same function as Tool | Filter
11263                   Message, but doesn't use the same update proc yet
11264
11265 2002-02-23 [paul]       0.7.2claws8
11266
11267         * sync with sylpheed 0.7.2cvs14
11268                 see ChangeLog entries 2002-02-22 and 2002-02-23
11269
11270 2002-02-22 [christoph]  0.7.2claws7
11271
11272         * src/quote_fmt.c
11273                 Add column space to table
11274         * src/quote_fmt_parse.y
11275                 Close files
11276
11277 2002-02-22 [paul]       0.7.2claws6
11278
11279         * src/Makefile.am
11280           src/defs.h
11281           src/filtering.c
11282           src/inc.[ch]
11283           src/mainwindow.c
11284           src/matcher.[ch]
11285           src/matcher_parser_lex.l
11286           src/matcher_parser_parse.y
11287           src/pop.[ch]
11288           src/prefs_account.h
11289           src/prefs_filtering.c
11290           src/selective_download.[ch]   *** NEW FILES ***
11291           src/utils.[ch]
11292           po/POTFILES.in
11293                 Selective Download added to 'Tool' menu. 
11294                 Retrieves email headers of the currently selected pop3 
11295                 account and allows the user to mark emails for deletion 
11296                 right on the pop3 server. Patch submitted by Oliver Haertel 
11297                 <oha@users.sourceforge.net>.
11298         
11299         * po/POTFILES.in
11300                 add 'src/quote_fmt.c'           
11301
11302 2002-02-22 [christoph]  0.7.2claws5
11303
11304         * src/Makefile.am
11305                 added quote_fmt.c
11306         * src/prefs_common.[ch]
11307         * src/prefs_template.c
11308         * src/quote_fmt.c               *** NEW FILE ***
11309         * src/quote_fmt.h
11310                 move quote format symbol description code
11311                 to it's own file because it is used from
11312                 differnent code parts
11313                 Rewrote symbol description GUI
11314                   + use table
11315                   + add separators
11316                   + get data from array (no more long constant strings)
11317         * src/quote_fmt_lex.l
11318         * src/quote_fmt_parse.y
11319                 Symbol for Literal % changed to \% instead of %%
11320                 (More logical as \ is used for quoting for other symbols)
11321                 Add |f and |p to include files and program output
11322                 Examples:
11323                     |f{/home/.../.signature}
11324                     |p{date}
11325         * po/de.po
11326                 Correct wrong spelling for "Referenzen"
11327
11328 2002-02-21 [paul]       0.7.2claws4
11329
11330         * src/procmsg.c
11331                 forgotten during sync
11332
11333 2002-02-21 [paul]       0.7.2claws3
11334
11335         * sync with sylpheed 0.7.2cvs11
11336                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11337                 2002-02-20 and 2002-02-21
11338
11339 2002-02-20 [melvin]     0.7.2claws2
11340
11341         * src/prefs_actions.c
11342                 Added error report when child cannot fork or when execvp 
11343                 returns with an error.
11344
11345 2002-02-19 [christoph]  0.7.2claws1
11346
11347         * src/codeconv.c
11348                 return unconverted text if conde conversion is not possible
11349                 when libjconv is used.
11350                 (patch submitted by "Simon 'corecode' Schubert")
11351
11352 2002-02-19 [paul]       
11353
11354         * version 0.7.2claws release
11355
11356 2002-02-19 [paul]       0.7.2claws
11357
11358         * po/nl.po
11359                 updated by Wilbert Berendsen
11360
11361
11362 2002-02-18 [alfons]     0.7.1claws13
11363
11364         * src/syldap.c
11365         * src/jpilot.c
11366                 remove references to dlfcn and explicitly loading functions
11367                 from dynalink libs, because libs linked anyway, and functions
11368                 are loaded explicitly
11369
11370 2002-02-17 [melvin]     0.7.1claws12
11371
11372         * src/prefs_actions.c
11373                 Replaced children wait loop with double fork technique.
11374                 Now, input/output window updated at each new output.
11375                 free_children(): Fixed a memory leak.
11376                 Made input/output window non closable if running children
11377                 still exist.
11378                 Added missing <unistd.h> include.
11379                 Added some --debug outputs.
11380
11381 2002-02-17 [melvin]     0.7.1claws11
11382
11383         * src/summaryview.c
11384                 Fixed bug where descending sort order did not select top
11385                 message.
11386
11387 2002-02-17 [melvin]     0.7.1claws10
11388
11389         * acconfig.h
11390                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11391         * src/prefs_common.c
11392                 Pspell data package directory no more hard coded but
11393                 set during configuration (PSPELL_PATH). (Thanks to 
11394                                 Gustavo Noronha Silva.)
11395
11396 2002-02-17 [melvin]     0.7.1claws9
11397
11398         * configure.in
11399                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11400         * src/gtkspell.c
11401                 Fixed compile-time warnings.
11402
11403 2002-02-16 [alfons]     0.7.1claws8
11404
11405         * src/filesel.c
11406                 fix inadvertent free of NULL pointer which caused
11407                 sylpheed to crash when closing the save-as dialog
11408                 using the window close button
11409
11410 2002-02-16 [carsten]    0.7.1claws7
11411         * src/mainwindow.[ch]
11412           src/summaryview.c
11413           src/prefs_common.c
11414                 fixes for pixmap theming code:
11415                         - recently changed mail attributes shouldn't get
11416                           lost any longer
11417                         - theme is only reloaded iff another theme was
11418                           selected
11419
11420 2002-02-16 [paul]       0.7.1claws6
11421
11422         * sync with sylpheed 0.7.2 release
11423                 see ChangeLog entry 2002-02-15 and 2002-02-16
11424
11425 2002-02-15 [paul]       0.7.1claws5
11426
11427         * sync with sylpheed 0.7.1cvs9
11428                 see ChangeLog entry 2002-02-15
11429
11430         * po/POTFILES.in
11431                 remove unneeded headerwindow.c entry
11432
11433 2002-02-14 [carsten]    0.7.1claws4
11434         * src/summaryview.c
11435                 fixed a bug for "Go to next unread message": there was
11436                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11437                 in the prefs, because of doing "Search again" instead
11438                 "No"
11439
11440 2002-02-14 [carsten]    0.7.1claws3
11441         * src/stock_pixmap.c
11442                 removed 2 more mem leaks; following memprof,
11443                 this code is "leak free" now :)
11444
11445 2002-02-14 [carsten]    0.7.1claws2
11446         * src/stock_pixmap.c
11447                 used opendir/readdir/closedir instead of scandir
11448                 -> code should work now on Solaris
11449
11450 2002-02-14 [paul]       0.7.1claws1
11451
11452         * sync with sylpheed 0.7.1cvs8
11453                 see ChangeLog entries 2002-02-13 and 2002-02-14
11454
11455         * README.claws
11456                 add some description of Actions and Pixmap Themes
11457
11458 2002-02-13 [paul]       
11459
11460         * version 0.7.1claws release
11461
11462 2002-02-13 [paul]       0.7.1claws
11463
11464         * po/es.po
11465           po/it.po
11466           po/pt_BR.po
11467                 updated translations, submitted by Ricardo Mones Lastra,
11468                 Alessandro Maestri and Fabio Junior Beneditto
11469
11470 2002-02-13 [melvin]     0.7.0claws75
11471
11472         * src/prefs_actions.c
11473                 Added missing "signal.h" include
11474
11475 2002-02-13 [melvin]     0.7.0claws74
11476
11477         * src/prefs_folder_item.c
11478                 Added missing "config.h" include
11479         * po/fr.po
11480                 Updated French translation for folder propriety.
11481
11482 2002-02-13 [jens]       0.7.0claws73
11483
11484         * po/POTFILES.in
11485                 Added missing src/prefs_folder_item.c [log added by melvin]
11486         * po/de.po
11487                 Updated German translation.
11488
11489 2002-02-13 [melvin]     0.7.0claws72
11490
11491         * po/fr.po
11492                 Updated French translation.
11493
11494 2002-02-13 [melvin]     0.7.0claws71
11495
11496         * src/gtkutils.c
11497                 Made gtkut_editable_get_selection return NULL if selection
11498                 is of length zero.
11499                 This fixes a bug where selecting part of message A then
11500                 switching to message B and replying to it will not
11501                 quote the message's body.
11502
11503 2002-02-12 [paul]       0.7.0claws70
11504
11505         * src/mainwindow.c
11506                 cosmetic, relating to pixmap themes: on toolbar make 
11507                 updating of 'Exec' and 'Compose news/Compose email'
11508                 icons faster.
11509
11510 2002-02-12 [carsten]    0.7.0claws69
11511         * src/folderview.c
11512           src/mainwindow.[ch]
11513           src/stock_pixmap.c
11514           src/summaryview.c
11515           src/prefs_common.c
11516                 - refreshing after changing pixmap theme better
11517                   now (thanks Paul)
11518                 - wanted to remove some mem leaks, but alfons was
11519                   faster (and had the better solution ;)
11520
11521 2002-02-12 [alfons]     0.7.0claws68
11522
11523         * src/prefs_common.c
11524         * src/stock_pixmap.[ch]
11525                 plug mem leaks, refactor code a little bit
11526
11527
11528 2002-02-12 [sergey]     0.7.0claws67
11529
11530         * src/imap.c
11531                 Fixed problem with copying messages to IMAP folders when the
11532                 server uses something other than '/' as a namespace separator
11533                 (cyrus-imapd uses '.').
11534
11535 2002-02-12 [jens]       0.7.0claws66
11536
11537         * po/de.po
11538                 Updated German Translation
11539
11540 2002-02-12 [paul]       0.7.0claws65
11541
11542         * sync with sylpheed 0.7.1cvs1
11543                 see ChangeLog entry 2002-02-12
11544
11545 2002-02-12 [melvin]     0.7.0claws64
11546
11547         * src/prefs_actions.c
11548                 Fixed "feature" where children's output was duplicated 
11549                 instead of refreshed while monitoring.
11550                 Removed some debug code.
11551
11552 2002-02-12 [christoph]  0.7.0claws63
11553
11554         * src/compose.c
11555                 always delete message from queue after sending/send error
11556                 (closes bug #509601)
11557
11558 2002-02-12 [melvin]     0.7.0claws62
11559
11560         * src/prefs_actions.c
11561                 Children wait loop is now triggered with a timeout of 1s
11562                 Added %F which is replaced with the list of filenames 
11563                 of all selected messages (as suggested by Ricardo Mones Lestra)
11564                 Pipe syntax changed. Prefix with | to send selection, postfix
11565                 with | to retrieve output. Prefix with > or * to send
11566                 user definable input to the command (*: input is hidden)
11567                 Old pipe action should now be postfixed with |, too.
11568
11569 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11570         * src/stock_pixmap.c
11571                 fixed a bug: if there's no theme directory don't
11572                 throw an error, just do "nothing" (thanks Alfons)
11573
11574 2002-02-12 [carsten]    0.7.0claws60
11575         * src/folderview.c
11576           src/summaryview.c
11577                 had to write the cache twice (nasty!); some marks would 
11578                 get lost if not
11579
11580 2002-02-11 [carsten]    0.7.0claws59
11581         * acconfig.h
11582           configure.in
11583           doc-src/maintainer_guide.txt
11584           src/compose.[ch]
11585           src/defs.h
11586           src/folderview.[ch]
11587           src/gtkutils.[ch]
11588           src/mainwindow.[ch]
11589           src/prefs_common.[ch]
11590           src/stock_pixmap.[ch]
11591           src/summaryview.[ch]
11592                 pixmap theming and related work on pixmap
11593                 handling on some other places
11594                 (e.g. hrm features for all folder)
11595           src/pixmap/stock_*.xpm -> the stock_ was removed
11596         
11597 2002-02-11 [paul]       0.7.0claws58
11598
11599         * sync with sylpheed 0.7.1 release
11600                 see ChangeLog entries 2002-02-11
11601
11602 2002-02-08 [paul]       0.7.0claws57
11603
11604         * sync with sylpheed 0.7.0cvs39
11605                 see ChangeLog entry 2002-02-07 (last entry) 
11606
11607         * src/prefs_actions.c
11608           src/prefs_filtering.c
11609           src/prefs_matcher.c
11610           src/prefs_scoring.c
11611                 sync: made it compile with C compilers other than gcc
11612
11613 2002-02-07 [paul]       0.7.0claws56
11614
11615         * sync with sylpheed 0.7.0cvs38
11616                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11617                 2002-02-07
11618
11619 2002-02-07 [darko]      0.7.0claws55
11620
11621         * src/gtkutils.[ch]
11622         * src/summaryview.c
11623                 Fix const gchar */gchar * issue (thanks Hiro)
11624
11625 2002-02-07 [darko]      0.7.0claws54
11626
11627         * src/compose.[ch]
11628         * src/filtering.c
11629         * src/gtkutils.[ch]
11630         * src/prefs_template.c
11631         * src/quote_fmt.h
11632         * src/quote_fmt_parse.y
11633         * src/summaryview.c
11634         * src/utils.[ch]
11635                 When replying or forwarding an email don't quote the entire
11636                 mail body but use the part of the message text that is selected
11637
11638 2002-02-06 [melvin]     0.7.0claws53
11639
11640         * src/prefs_common.[ch]
11641         * src/gtkspell.[ch]
11642         * src/compose.c
11643                 Made possible to switch quickly to last used dictionary
11644                 which makes checking bilingual documents easier.
11645
11646 2002-02-06 [melvin]     0.7.0claws52
11647         
11648         * po/POTFILES.in
11649                 Added forgotten new file src/prefs_actions.c
11650
11651 2002-02-06 [melvin]     0.7.0claws51
11652
11653         * src/prefs_actions.c   ** NEW FILE **
11654         * src/prefs_actions.h   ** NEW FILE **
11655                 Added actions to execute on message text view, or on the
11656                         message's file.
11657         * src/Makefile.am
11658                 Added src/prefs_actions.[ch]
11659         * src/compose.c
11660                 Added new menu "Edit/Actions"
11661         * src/defs.h
11662                 Added new actionsrc file.
11663         * src/main.c
11664                 Added actionsrc reading.
11665         * src/mainwindow.c
11666                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11667         * src/prefs_common.h
11668                 Added new element actionslst element to prefs_common.
11669
11670 2002-02-06 [paul]       0.7.0claws50
11671
11672         * sync with sylpheed 0.7.0cvs36
11673                 see ChangeLog entry 2002-02-06
11674
11675 2002-02-05 [paul]
11676
11677         * po/es.po
11678                 updated by Ricardo Mones Lastra
11679
11680 2002-02-05 [paul]       0.7.0claws49
11681
11682         * sync with sylpheed 0.7.0cvs33
11683                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11684
11685 2002-02-05 [paul]       0.7.0claws48
11686
11687         * src/compose.c
11688                 re-add 'Edit/Advanced/Delete entire line', previously named
11689                 'Delete Line+'
11690
11691 2002-02-04 [paul]       0.7.0claws47
11692
11693         * src/compose.c
11694           src/summaryview.c
11695                 fix bug #494993 (Reply All not taking Reply-To into consi)
11696                 eliminate differences in behaviour of right-click 'Reply to all' 
11697                 in summary view and 'Reply to all' on the toolbar. 
11698                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11699                 view and From gets ignored by 'Reply to all' on toolbar.
11700                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11701                 From when no Reply-To header is present.
11702
11703 2002-02-04 [paul]       0.7.0claws46
11704
11705         * sync with sylpheed 0.7.0cvs30
11706                 see ChangeLog entries 2002-02-03 and 2002-02-04
11707
11708 2002-02-03 [melvin]     0.7.0claws45
11709
11710         * src/gtkspell.[ch]
11711                 Readded function to highlight all misspelled words.
11712                 Fixed bug where user-provided-words did not replace
11713                         correctly the misspelled word when using the mouse.
11714                 Fixed bug where checking a region selected from right to left did
11715                         not check the region at all.
11716                 Fixed bug where 'Check backwards' may not check at all. 
11717                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11718                 Fixed possible buffer overflow when checking for long strings (>1k).
11719                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11720                 Accelerators code uses now gtk_widget_add_accel.
11721                 Removed and disabled obsolete and unfinished code.
11722                 Cleaning up.
11723
11724         * src/compose.c
11725                 Added menu item to Highlight all misspelled words.
11726
11727 2002-02-01 [paul]       0.7.0claws44
11728
11729         * src/mainwindow.c
11730                 fix '/View/Hide read messages' sensitivity when all
11731                 messages in a folder are hidden
11732
11733 2002-02-01 [paul]       0.7.0claws43
11734
11735         * src/main.c
11736                 add --send option to command line interface, sends all
11737                 queued mail. Patch submitted by Ricardo Mones Lastra.
11738
11739 2002-01-31 [paul]       0.7.0claws42
11740
11741         * src/mainwindow.c
11742                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11743
11744 2002-01-31 [paul]       0.7.0claws41
11745
11746         * sync with sylpheed 0.7.0cvs27
11747                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11748                 and 2002-01-31
11749
11750         * src/textview.c
11751                 comment out elements of textview_show_part() as temporary
11752                 workaround for attachment 'Display as text' bug 
11753
11754         * po/pt_BR.po
11755                 updated by Fabio Junior Beneditto
11756
11757 2002-01-30 [paul]       0.7.0claws40
11758
11759         * sync with sylpheed 0.7.0cvs24
11760                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11761                 and 2002-01-30
11762
11763         * src/compose.c
11764                 add {N_("/_Spelling"), ... "<Branch>"} to 
11765                 GtkItemFactoryEntry compose_entries[]
11766
11767         * src/prefs_common.c
11768                 add claws menu items to prefs_keybind_apply_clicked()
11769                 and remove non-claws menu items
11770
11771 2002-01-29 [paul]       0.7.0claws39
11772
11773         * sync with sylpheed 0.7.0cvs22
11774                 see ChangeLog entries 2002-01-28 and 2002-01-29
11775
11776 2002-01-28 [melvin]     0.7.0claws38
11777
11778         * src/compose.c
11779                 Added the declartion of compose_send_control_enter.
11780
11781         * src/compose.c
11782         * src/gtkspell.[ch]
11783                 Added in a 'Spelling' menu which includes the configuration menu. 
11784                 Added a real 'Check all' and got rid from the old one which only
11785                 highlited misspelled word.
11786                 Made 'Check while typing' a disableable option.
11787                 Added a dialog when there are no more misspelled word.
11788                 Added a dialog if error occurs when switching to a dictionary.
11789         
11790         * src/prefs_common.[ch]
11791                 Added option for the default 'Check while typing' option.
11792
11793
11794 2002-01-28 [alfons]     0.7.0claws37
11795
11796         * src/compose.c
11797                 fix buglet and make code comply with sylpheed code style
11798
11799 2002-01-28 [paul]       0.7.0claws36
11800
11801         * sync with sylpheed 0.7.0cvs19
11802                 see ChangeLog entries for 2002-01-28
11803
11804 2002-01-28 [hoa]        0.7.0claws35
11805
11806         * src/defs.h
11807                 added rendererrc
11808
11809         * src/main.c
11810                 read the renderer config
11811
11812         * src/procmime.[ch]
11813                 use the renderer config to convert mime attachments
11814
11815         * src/textview.c
11816                 don't use textview_show_html/ertf,
11817                 use get_text_content instead
11818
11819 2002-01-27 [alfons]     0.7.0claws34
11820         
11821         * src/news.c
11822                 make sylpheed believe it can delete a news message...
11823                 (messages are NOT deleted, maybe we should remove
11824                 processing from the folder properties after all.)
11825
11826 2002-01-27 [alfons]     0.7.0claws33
11827
11828         * src/folder.c
11829                 add extra checks
11830         * src/news.c
11831                 implement remove_msg() 
11832
11833 2002-01-27 [alfons]     0.7.0claws32
11834
11835         * src/procmsg.h
11836         * src/procheader.c
11837         * src/messageview.c
11838                 fix return receipt / disposition notification again. this
11839                 stuff seems to break on _every_ major summary UI change, so
11840                 it's now implemented using a flag which is saved in the
11841                 marks cache
11842                 
11843 2002-01-26 [alfons]     0.7.0claws31
11844
11845         * src/import.c
11846                 let import dialog show the destination folder identifier
11847
11848 2002-01-26 [melvin]     0.7.0claws30
11849
11850         * src/folderview.c
11851         * src/summaryview.c
11852                 Readded 'Mark all read' into summary view popup menu
11853                 Added 'Mark all read' in folder view popup menu for IMAP
11854                 and NNTP.
11855                 Made it insensitive if the selected folder is not the shown
11856                 one to avoid 'Mark all read' on the wrong folder.
11857                 
11858 2002-01-26 [paul]       0.7.0claws29
11859
11860         * src/folderview.c
11861           src/summaryview.c
11862                 move 'Mark all read' from summary view to folder view
11863                 menu. (adapted from) patch submitted by Jeremy Andrews,
11864                 <lists@kerneltrap.com>
11865
11866 2002-01-25 [alfons]     0.7.0claws28
11867
11868         * src/gtkstext.c
11869                 put the gtk class name back so GtkSText adapts the 
11870                 settings of GtkText
11871
11872 2002-01-25 [alfons]     0.7.0claws27
11873
11874         * src/folderview.c 
11875                 assimilate Ricardo's patch that shows pixmaps instead of
11876                 plain "new" and "unread" texts in the folder view column
11877                 headers 
11878
11879 2002-01-25 [paul]       0.7.0claws26
11880
11881         * src/Makefile.am
11882                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11883                 be found in non-standard locations. 
11884                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11885
11886 2002-01-25 [paul]       0.7.0claws25
11887
11888         * sync with sylpheed 0.7.0cvs16
11889                 see ChangeLog entry 2002-01-25
11890
11891 2002-01-24 [paul]       0.7.0claws24
11892
11893         * more sync with sylpheed 0.7.0cvs15
11894                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11895
11896 2002-01-23 [sergey]     0.7.0claws23
11897
11898         * src/importldif.c
11899                 Fixed segfault when closing LDIF import wizard with
11900                 the window manager.
11901         * src/imageview.c
11902         * src/imageview.h
11903         * src/messageview.c
11904         * src/mimeview.c
11905                 Fixed wrong scrolling position after switching between
11906                 text and image parts.
11907
11908 2002-01-23 [paul]       0.7.0claws22
11909
11910         * sync with sylpheed 0.7.0cvs15
11911                 see ChangeLog entries 2002-01-22 and 2002-01-23
11912
11913 2002-01-21 [melvin]     0.7.0claws21
11914
11915         * src/prefs_scoring.c
11916         * src/prefs_filtering.c
11917                 Fixed bug where scoring and filtering windows stopped
11918                 autochecking.
11919
11920 2002-01-21 [paul]       0.7.0claws20
11921
11922         * sync with sylpheed 0.7.0cvs12
11923                 see ChangeLog entries 2002-01-20 and 2002-01-21
11924
11925 2002-01-21 [carsten]    0.7.0claws19
11926         * src/mainwindow.c
11927         * src/menu.[ch]
11928         * src/messageview.[ch]
11929         * src/summaryview.[ch]
11930                 changes to shortcuts handling again:
11931                         + "Q" now controled by mainwin
11932                         + v/V are now customizable and have slightly
11933                           different meanings
11934                 the "button" to minimize the messageview (and maximize
11935                 the summary view) is a real button now
11936         * src/compose.c
11937                 "Delete Line+" added to Edit/Advanced (this will also
11938                 delete the '\n')
11939
11940 2002-01-20 [melvin] 0.7.0claws18
11941
11942         * src/addressbook.c
11943                 Made "Bcc" sensitive when addressbook is called from
11944                 compose window (it was a Claws only bug).
11945
11946 2002-01-19 [alfons] 0.7.0claws17
11947
11948         * src/inc.c
11949                 prevent unnecessary updates when currently selected folder has
11950                 no new messages 
11951
11952 2002-01-19 [alfons] 0.7.0claws16
11953         
11954         * src/summaryview.c
11955                 prevent writing the cache based on current message list in summary 
11956                 view when filtering also put messages in currently selected folder
11957
11958 2002-01-19 [paul]
11959
11960         * po/it.po
11961                 Italian translation submitted by Alessandro Maestri
11962                 <a.maestri@cs.tin.it>
11963
11964 2002-01-18 [melvin]     0.7.0claws15
11965
11966         * src/prefs_filters.c
11967                 fixed bug where 'cancel' from 'filters' window stops autochecking
11968                 if the timer timed out  when the window was open.
11969
11970 2002-01-18 [match]      0.7.0claws14
11971
11972         * src/addrclip.[ch]     ** NEW FILE **
11973         * src/addrselect.[ch]   ** NEW FILE **
11974         * src/adbookbase.h      ** NEW FILE **
11975                 addressbook cut, copy and paste
11976         * src/addrbook.[ch]
11977         * src/addrcache.[ch]
11978         * src/addressitem.h
11979         * src/addrindex.[ch]
11980         * src/addritem.[ch]
11981         * src/importldif.c
11982         * src/importmutt.c
11983         * src/jpilot.[ch]
11984         * src/syldap.[ch]
11985         * src/vcard.[ch]
11986         * src/jpilot.[ch]
11987         * src/editbook.c
11988         * src/editjpilot.c
11989         * src/editldap.c
11990         * src/editvcard.c
11991                 support for copy/paste
11992         * src/addressbook.c
11993                 support for copy/paste
11994                 tidy up menu option processing
11995                 correct address list function arguments
11996         * src/editaddress.c
11997                 sort user attributes
11998         * src/ldif.h
11999         * src/mutt.h
12000                 tidy up
12001
12002         * src/addrbook.[ch]
12003         * src/addrbook.[ch]
12004         * src/addrbook.[ch]
12005                 
12006
12007 2002-01-18 [paul]       0.7.0claws13
12008
12009         * sync with sylpheed 0.7.0cvs8
12010                 configure.in: support Mac OS X (Darwin)
12011
12012 2002-01-18 [carsten]    0.7.0claws12
12013         * src/html.c
12014                 small hack to fix a segfault with an empty href
12015                 (reported by Alexandra Walford <deeni@altern.org>)
12016         * src/mainwindow.c
12017         * src/summaryview.c
12018                 the shortcuts for Mark und Mark as unread are hardcoded
12019                 again
12020         * src/compose.c
12021         * src/gtkstext.[ch]
12022                 readded the shortcuts in gtkstext but made them
12023                 customizeable (simply by adding a menu plus a wrapper
12024                 to compose.c)
12025
12026 2002-01-17 [melvin]     0.7.0claws11
12027
12028         * src/gtkspell.c
12029                 fix default dictionary not being saved.
12030
12031 2002-01-16 [darko]      0.7.0claws10
12032
12033         * src/compose.c
12034                 fix wrapping crash with URL longer than wrapping margin
12035
12036 2002-12-08 [hoa]        0.7.0claws10
12037
12038         * src/matcher_parser_parse.y
12039                 fixed some bugs
12040
12041         * src/prefs_filtering.c
12042                 now, we can use bounce action in the dialog box.
12043
12044 2002-01-16 [carsten]    0.7.0claws9
12045         * src/gtkstext.c
12046                 removed the <control> and <alt> shortcuts because they're
12047                 not needed and interefered with the "normal" shortcuts
12048         * src/mainwindow.c
12049         * src/summaryview.c
12050                 removed most of the hardcoded shortcuts and assigned
12051                 them to menu entries making them easy customizable by
12052                 that
12053
12054 2002-01-16 |melvin]     0.7.0claws8
12055
12056         * src/gtkspell.c
12057                 fixed bug where using the mouse and when the compose
12058                 window is not on top may result in a crash.
12059
12060 2002-01-16 [melvin]     0.7.0claws7
12061
12062         * src/compose.c
12063                 fixed a long standingspell checker bug which could 
12064                 cause a crash after sending a message.
12065
12066 2002-01-16 [paul]       0.7.0claws6
12067
12068         * sync with sylpheed 0.7.0cvs7
12069                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12070                 2002-01-15, and 2002-01-16
12071
12072 2002-01-16 [melvin]     0.7.0claws5
12073
12074         * README.claws
12075         * src/compose.c
12076         * src/gtkspell.[ch]
12077         * src/main.c
12078                 Heavily modified spell checker code to work around
12079                 ispell bug, to add keyboard shortcuts and for future
12080                 enhancements. See README.claws for usage information.
12081
12082 2002-01-15 [alfons]     0.7.0claws4
12083         
12084         * src/summaryview.c
12085                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12086                 so sorting within threads reflects sort mode
12087
12088 2002-01-15 [christoph]  0.7.0claws3
12089
12090         * src/procmsg.c
12091                 added alertpanel if mail sending failed
12092
12093 2002-01-15 [alfons]     0.7.0claws2
12094         
12095         * src/prefs_filtering.c
12096                 don't stop timer when prefs filtering dialog is opened
12097
12098 2002-01-14 [alfons]     0.7.0claws1
12099
12100         * src/addr_compl.c
12101         * src/prefs.c
12102                 remove debug_print()s for privacy reasons
12103
12104 2002-01-14 [darko]      0.7.0claws
12105
12106         * README.claws
12107                 quotation wrapping is now also in the main branch
12108
12109 2002-01-14 [paul]
12110
12111         * tools/filter_conv.pl
12112                 allow for Boolean Op and case-sensitivity
12113                 this file is included in the release and tagged
12114                 'rel_0_7_0'
12115
12116 2002-01-13 [paul]       0.7.0claws
12117
12118         * release 0.7.0, with cvs tag 'rel_0_7_0'
12119
12120 2002-01-13 [paul]
12121
12122         * tools/filter_conv.pl
12123         * tools/README
12124                 rewritten to output to matcherrc instead of filteringrc
12125
12126         * po/es.po
12127                 updated Spanish translation by Ricardo Mones Lastra
12128
12129 2002-01-13 [alfons]
12130
12131         * po/nl.po
12132                 update dutch translation
12133
12134 2002-01-13 [paul]
12135
12136         * po/pt_BR.po
12137                 Updated by Fabio Junior Beneditto 
12138
12139 2002-01-13 [melvin]     0.6.6claws53
12140
12141         * po/fr.po
12142                 Updated french translation
12143
12144 2002-01-12 [alfons]     0.6.6claws52
12145
12146         * src/filtering.c
12147                 plug mem leak that has been sitting there for ages              
12148
12149 2002-01-12 [alfons]     0.6.6claws51
12150
12151         * src/summaryview.c
12152                 undo melvin's changes from 0.6.6claws48 because summary
12153                 view now refuses to select first unread message when
12154                 selecting a folder 
12155
12156 2002-01-11 [alfons]     0.6.6claws50
12157
12158         * src/import.c
12159                 use claws' semantics for getting folder item when
12160                 importing an mbox file into a folder 
12161                 (submitted by Dale P. Smith)
12162
12163 2002-01-11 [christoph]  0.6.6claws49
12164
12165         * src/prefs.h
12166                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12167                 toggle widget, because non static prefs can not use
12168                 prefs_set_* functions
12169         * src/prefs_account.c
12170                 toggle smtp auth password field sensitivity if
12171                 user id is empty and add descrition of usage for
12172                 these fields
12173         * src/prefs_folder_item.c
12174                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12175                 callbacks
12176
12177 2002-01-11 [melvin]     0.6.6claws48
12178
12179         * src/compose.c
12180                 fix the 'Ctrl-Enter' feature for sending and test really
12181                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12182                 editables which was not documented in Gtk)
12183
12184         * src/summaryview.c
12185                 Made summaryview refresh after sorting and not before.
12186
12187 2002-01-11 [christoph]  0.6.6claws47
12188
12189         * src/compose.c
12190                 select account from account ids if possible and
12191                 correctly set save folder for copy in reedit
12192
12193 2002-01-10 [paul]       0.6.6claws46
12194
12195         * sync with sylpheed 0.7.0 release
12196                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12197                 2002-01-09
12198
12199 2002-01-09 [alfons]
12200
12201         * src/summaryview.c
12202                 remove more dirt traces...
12203
12204 2002-01-09 [alfons]
12205         
12206         * src/summaryview.c
12207                 clean up some traces of my debugging stuff
12208
12209 2002-01-09 [alfons]     0.6.6claws45
12210
12211         * src/filtering.c
12212                 break up filteringprop_apply() in three separate pieces
12213                 so we can drop messages that failed processing in the
12214                 inbox
12215
12216         * src/summaryview.c
12217                 fix bug #469598 "no refresh of inbox after filter" which 
12218                 was introduced by the new summary view locking, and which 
12219                 prevented the summary view to update after a manual filter 
12220                 message. claw's filter message requires a summary_show().
12221                 (aargh, summary_show() again! :-)
12222                 
12223 2002-01-07 [alfons]     0.6.6claws44
12224
12225         * src/headerwindow.c
12226         * src/logwindow.c
12227         * src/messageview.c
12228         * src/sourcewindow.c
12229                 bring in Hiro's last 0.7.0 wm class fixes
12230
12231         * tools/sylprint.pl
12232                 bring in Ricardo's fix for sylprint script
12233
12234         * AUTHORS       
12235         * src/rfc2015.[ch]
12236         * src/prefs_common.[ch]
12237         * src/prefs_account.[ch]
12238         * src/compose.c
12239                 clean up account preference poison in rfc2015,
12240                 and preparation to fix double sign bug 
12241                 (patch submitted by Simon 'corecode' Schubert)
12242
12243 2002-01-07 [christoph]  0.6.6claws43
12244
12245         * src/mh.c
12246                 search for free message number, do not only rely
12247                 on last_num
12248         * src/send.c
12249                 fix smtp auth and use extra account information
12250                 if available, if not use pop3 data instead
12251                 (closes bug #500341)            
12252         * src/ssl.[ch]
12253                 match coding style
12254
12255 2002-01-06 [alfons]     0.6.6claws42
12256
12257         * src/mainwindow.c
12258                 try making the separate windows work again...
12259
12260 2002-01-06 [alfons]     0.6.6claws41
12261
12262         * src/mainwindow.c
12263                 adapt Hiro's separate window menu (to get rid of the funny
12264                 duplicate menu items), and make it work again
12265
12266 2002-01-06 [alfons]     0.6.6claws40
12267
12268         * tools/Makefile.am
12269         * tools/sylprint.rc
12270         * tools/sylprint.pl
12271         * tools/README.sylprint
12272                 add sylprint script for printing mails from Sylpheed
12273                 (contributed by Ricardo Mones Lastra)
12274
12275         * src/acount.c
12276                 clean up
12277
12278 2002-01-06 [melvin]     0.6.6claws39
12279
12280         * src/mainwindow.c
12281         * src/summaryview.c
12282                 Fixed crash introduced in 0.6.6claws38 by the menu
12283                 reorganisation (Hide read messages)
12284         
12285         * ChangeLog.claws 
12286                 Fixed typo (we are now in 2002, alfons ;) )
12287
12288 2002-01-05 [alfons]     0.6.6claws38
12289
12290         * sync with sylpheed 0.6.6cvs10-17
12291                 (last stuff marked as LAST_STABLE)
12292
12293 2002-01-04 [melvin]     0.6.6claws37
12294
12295         * src/account.c
12296                 Made account selection code use strcasestr again instead of
12297                 g_strcasecmp (fixes bug where reediting queued messages
12298                 did not select proper account reported by T. Link).
12299         
12300         * src/folderview.c
12301                 Fix bug where folder icons are not shown when 'hide read messages'
12302                 is on.
12303         
12304         * src/stock_pixmaps.[ch]
12305                 Added folder icons for 'hide read messages'.
12306         
12307         * src/compose.c
12308                 Fixed bug where 'Enter' in a header entry will send the message 
12309                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12310
12311 2002-01-03 [melvin]     0.6.6claws36
12312         
12313         * src/prefs.[ch]
12314                 Added popup menu for common preferences and
12315                 account preferences (right click on tab displays
12316                                 a menu of all tabs.)
12317
12318 2002-01-02 [melvin]     0.6.6claws35
12319
12320         * src/gtkspell.[ch]
12321                 Made spelling code compatible with undo/redo feature.
12322                 Added creation of suggestion mode menu for the general
12323                         preferences.
12324         
12325         * src/prefs_common.[ch]
12326                 Added option menu for the speller's suggestion mode.
12327                 Added missing spaces in "..." buttons and made a "..."
12328                         button non translatable!
12329         
12330         * src/compose.c
12331                 Made speller use the default suggestion mode.
12332                 Hack to make it possible to choose 'CTRL-Enter' as a
12333                         shortcut for sending (and only for sending).
12334
12335         * src/prefs_folder_item.c
12336                 Changing subject simplification does not update cache 
12337                         anymore (because it is unnecessary).
12338                 Fixed bug where changing subject simplification updated the 
12339                         summaryview even when the viewed folder is not the
12340                         folder which properties are being changed. (E.g. 
12341                                         viewing folder A and changing
12342                                         the subject simplification of 
12343                                         folder B -not being viewed- updated the 
12344                                         summaryview of folder A with data of
12345                                         folder B). (Hope this is clear... )
12346
12347 2001-12-31 [alfons]     0.6.6claws34
12348         
12349         * src/ldif.c
12350         * src/mutt.c
12351                 fgetc() returns a signed integer which doesn't
12352                 fit in a char. so c truncates this to a char
12353                 but we may lose significant bits. i.e. we may
12354                 comparing 0xFF which may not be equal to -1
12355                 unless properly casted to signed char which
12356                 we won't do because fgetc() returns a signed
12357                 integer which doesn't fit in a char. so c 
12358                 truncates this to a char but we may lose 
12359                 significat bits. (you got the idea, thanks
12360                 to Gustavo Noronha Silva <kov@debian.org>
12361                 and the Debian folks!)
12362
12363 2001-12-30 [alfons]     0.6.6claws33
12364
12365         * src/prefs_common.c
12366                 add #ifdef USE_PSPELLs that Melvin forgot               
12367
12368 2001-12-30 [melvin]     0.6.6claws32
12369         
12370         * src/prefs_common.[ch]
12371                 Added configurable color for misspelled words.
12372
12373         * src/gtkspell.[ch]
12374                 Fixed bug of foreground text color (reported by David
12375                                 Mehrmann)
12376                 Added configurable color for misspelled words.
12377
12378 2001-12-30 [alfons]     0.6.6claws31
12379
12380         * src/folder.c
12381                 remove unnecessary things someone put there
12382
12383         * src/mh.c
12384         * src/folder.[ch]
12385                 make folder properties (like threading and sorting) persistent
12386                 (closes bug #497424 "rescan folder tree resets proprieties")
12387                 currently this is only for MH folders. 
12388
12389 2001-12-29 [melvin]     0.6.6claws30
12390
12391         * src/string_match.[ch]
12392                 Optimized a bit: regexp pattern buffer compiled only once, and
12393                   one subroutine call removed. Fixed ^ regexp search: Now, 
12394                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12395         
12396         * src/summaryview.c
12397                 Subject filtering changed to filter summary columns and
12398                   not directly the messages subject cache. The loss in 
12399                   performance is balanced by the improvement of string_match.
12400                 Added an alert panel if there is an error in the regexp.
12401
12402         * src/src/prefs_folder_item.h
12403                 Added a regexp pattern buffer.
12404
12405 2001-12-28 [alfons]     0.6.6claws29
12406
12407         * src/string_match.[ch]
12408                 clean up name space
12409                 allow compilation *BSD
12410
12411 2001-12-27 [alfons]     0.6.6claws28
12412
12413         * src/filter.c
12414                 sync the Hiro's bug fix for BSD
12415
12416 2001-12-27 [melvin]     0.6.6claws27
12417         
12418         * src/compose.c
12419                 Simplify focus to subject entry code.
12420
12421 2001-12-27 [darko]      0.6.6claws26
12422
12423         * src/filtering.c
12424         * src/mbox_folder.c
12425         * src/messageview.c
12426         * src/mh.c
12427         * src/procheader.[ch]
12428         * src/procmsg.h
12429         * src/stock_pixmap.[ch]
12430         * src/summaryview.c
12431                 Show key icon for encrypted mails in summary view
12432
12433         * src/pixmaps/clip.xpm
12434         * src/pixmaps/clipkey.xpm
12435         * src/pixmaps/key.xpm
12436                 New/modified icons for the above
12437
12438 2001-12-27 [melvin]     0.6.6claws25
12439
12440         * src/prefs_common.c
12441                 Put spell checker options in a separate tab to decrease
12442                 the Common Preferences window height.
12443
12444         * README.claws  
12445                 Update spell checker usage instruction about its options
12446                 location.
12447
12448 2001-12-27 [melvin]     0.6.6claws24
12449
12450         * src/compose.c
12451                 Changed subject entry widget position. Initial focus is
12452                 on the To header instead of the subject entry.
12453                 Creating a new header scrolls the header list to make the
12454                 created one visible. Nevertheless, when automatically filling
12455                 headers, the first one is shown.
12456                 A Tab key press in the last empty header entry zips the 
12457                 focus to the subject entry.
12458                 (I did not change the combo boxes, yet)
12459
12460 2001-12-26 [alfons]     0.6.6claws23
12461
12462         * src/prefs_account.c
12463         * src/inc.c
12464                 allow default inbox to reside in another mailbox (only
12465                 works for POP3 accounts)
12466
12467 2001-12-26 [alfons]     0.6.6claws22
12468         
12469         * src/textview.c
12470                 make reply-on-click work with the account of the selected folder
12471         * src/compose.c
12472                 put a fixme here to remind me to fix finding correct default
12473                 account for nested folders
12474
12475 2001-12-25 [alfons]     0.6.6claws21
12476
12477         * src/summaryview.c
12478                 make column headers display locked and mark pixmaps (idea by Melvin) 
12479                 fix bug by adding score and locked column type to sort array
12480
12481 2001-12-25 [alfons]     0.6.6claws20
12482         
12483         * src/summaryview.c
12484                 catch a *potentially* inadvertent write back of  
12485                 the message cache(s) introduced by 0.6.5claws37
12486
12487 2001-12-25 [christoph]  0.6.6claws19
12488
12489         * src/stock_pixmap.[ch]
12490         * src/summaryview.c
12491                 add ignore thread pixmap
12492                 (can someone draw a better icon for this?)
12493
12494 2001-12-24 [alfons]     0.6.6claws18
12495
12496         * src/prefs_folder_item.c
12497                 make address completion actually work for the
12498                 Default To address in the Folder Property dialog.
12499
12500 2001-12-24 [alfons]     0.6.6claws17
12501         
12502         * src/summaryview.c
12503                 use new style regexp for subject stripping 
12504                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12505
12506 2001-12-24 [darko]      0.6.6claws16
12507
12508         * src/pgptext.c
12509         * src/rfc2015.c
12510                 move GPG related informational messages to debug mode
12511
12512 2001-12-23 [alfons]     0.6.6claws15
12513
12514         * src/stock_pixmap.[ch]
12515         * src/summaryview.c
12516                 add the forgotten Claws' locked pixmap
12517
12518 2001-12-23 [alfons]     0.6.6claws14
12519
12520         * src/filesel.c
12521                 accept file name typed in entry in multi file
12522                 selector (patch submitted by Gustavo Noronha Silva 
12523                 <kov@debian.org>)
12524
12525 2001-12-23 [alfons]     0.6.6claws13
12526
12527         * src/prefs_filter.c
12528         * src/prefs_filtering.c
12529         * src/matcher.c
12530         * src/importmutt.c
12531                 clean up a little bit
12532         
12533         * src/string_match.c
12534                 validate input strings a little bit more
12535
12536 2001-12-23 [alfons]     0.6.6claws12
12537
12538         * src/Makefile.am
12539         * src/summaryview.c
12540         * src/string_match.[ch]         ** NEW **
12541         * src/folderview.[ch]
12542         * src/headerview.h
12543         * src/folder.[ch]
12544         * src/prefs_folder_item.[ch]
12545                 add subject simplification to strip out strings from
12546                 a subject line (esp. handy for mailing lists). 
12547                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12548                 but slightly changed things for better integration.)
12549
12550 2001-12-23 [alfons]     0.6.6claws11
12551
12552         * src/mainwindow.c
12553                 fix bug introduced by submission included in 0.6.5claws52.
12554                 ideally this submission should clean the trash if any trash
12555                 folder has a message. however, the hasTrash variable was
12556                 set to false whenever a trash folder was empty (discarding
12557                 a previously found *filled* trash folder.)
12558
12559                 also edited the code a little bit and made it more safe.
12560
12561 2001-12-22 [alfons]     0.6.6claws10
12562
12563         * src/imap.c
12564                 quick fix for Martin Pool's omission of an account
12565                 specific SSL setting
12566
12567 2001-12-22 [alfons]     0.6.6claws9
12568
12569         * src/compose.c
12570         * src/messageview.c
12571         * src/mimeview.c
12572         * src/pgptext.c
12573         * src/procmime.[ch]
12574                 better support for multipart/digest (submitted
12575                 by Fredrik <e98fo@efd.lth.se>)
12576
12577 2001-12-22 [alfons]     0.6.6claws8
12578
12579         * src/addressbook.c
12580                 correct function signature
12581         * src/socket.[ch]
12582         * src/imap.[ch]
12583         * src/prefs_account.[ch]
12584                 allow IMAP over SSH tunnel (patch submitted by 
12585                 Martin Pool <mbp@samba.org>)
12586
12587 2001-12-21 [alfons]     0.6.6claws7
12588
12589         * sync with sylpheed 0.6.6cvs4-9
12590                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12591
12592 2001-12-21 [christoph]  0.6.6claws6
12593
12594         * src/compose.c
12595         * src/prefs_folder_item.[ch]
12596                 implement saving of outgoing messages to current folder.
12597                 fix segfault when no default outbox is available
12598                 (closes bug #495683)
12599
12600 2001-12-21 [carsten]    0.6.6claws5
12601         * src/folderview.c
12602         * src/summaryview.c
12603                 pressing CTRL while DND does now the expected thing and
12604                 copies the mail (moving is still the default, as this
12605                 seam more appropriate for handling mails by DND)
12606
12607 2001-12-18 [paul]       0.6.6claws4
12608
12609         * sync with sylpheed 0.6.6cvs3
12610                 see ChangeLog entries 2001-12-18
12611
12612 2001-12-18 [hiro]       0.6.6claws3
12613
12614         * src/undo.c
12615                 fix for multibyte characters (obtain the number of letters
12616                 instead of bytes).
12617
12618 2001-12-17 [paul]       0.6.6claws2
12619
12620         * sync with sylpheed 0.6.6cvs1
12621                 see ChangeLog entry 2001-12-16
12622
12623 2000-12-17 [alfons]     0.6.6claws1
12624
12625         * src/filtering.c
12626                 clean up
12627
12628 2001-12-16 [paul]       0.6.6claws
12629 2001-12-15
12630
12631         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12632
12633         * src/mimeview.c
12634                 last minute sync with main 0.6.6
12635
12636         * po/es.po
12637                 updated by Ricardo Mones Lastra
12638                 update for last minute sync
12639         * po/fr.po
12640         * po/nl.po
12641                 update for last minute sync
12642         * po/de.po
12643                 updated by Jens Oberender
12644         * po/pt_BR.po
12645                 updated by Fabio Junior Beneditto
12646
12647         * src/prefs_common.[ch]
12648         * src/undo.c
12649                 number of undo levels is user configurable
12650                 (squeeze it into the release in the dying
12651                 moments) Submitted by Jens Oberender    
12652
12653 2001-12-15 [melvin]
12654
12655         * po/fr.po
12656                 updated french translation
12657
12658 2001-12-15 [paul]       0.6.5claws92
12659
12660         * sync with sylpheed 0.6.5cvs28
12661                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12662
12663         * po/nl.po
12664                 update to allow for sync
12665
12666 2001-12-15 [alfons]
12667         
12668         * po/nl.po
12669                 update dutch translation
12670
12671 2001-12-14 [carsten]    0.6.5claws91
12672         * src/summaryview.c
12673                 fixed bug #473785; also after changing the column order
12674                 the same message will be selected and displayed as before
12675                 the reordering
12676
12677 2001-12-14 [carsten]    0.6.5claws90
12678         * src/folderview.c
12679                 probably found the bug reported by wwb opening or closing
12680                 a folder tree just before dnd (found the solution in the
12681                 balsa source -- thanks to them)
12682
12683 2001-12-14 [carsten]    0.6.5claws89
12684         * src/gtkutils.c
12685         * src/account.c
12686                 moved gtk_clist_moveto to the right place, so that
12687                 only the accounts dialog is effected on opening
12688
12689 2001-12-14 [carsten]    0.6.5claws88
12690         * src/gtkutils.c
12691                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12692                 now, so that the focused row will be seen in any case
12693                 (reported by wwp on sf-claws-user)
12694
12695 2001-12-14 [darko]      0.6.5claws87
12696
12697         * src/compose.c
12698                 remove unnecessary line
12699
12700 2001-12-14 [paul]       0.6.5claws86
12701
12702         * sync with sylpheed 0.6.5cvs27
12703                 see ChangeLog entries 2001-12-14
12704
12705 2001-12-14 [carsten]    0.6.5claws85
12706         * src/mainwindow.c
12707                 following a suggestion of Melvin the rcoabm pops up
12708                 right under the button now and the button is reliefed
12709                 while the popup is open
12710
12711 2001-12-14 [darko]      0.6.5claws84
12712
12713         * src/compose.c
12714                 fix crash when wrapping long lines if linewrap quotation
12715                 is disabled and wrapper encounters a word spanning more
12716                 than one line
12717
12718 2001-12-13 [paul]       0.6.5claws83
12719
12720         * src/compose.c
12721                 prefer 'Reply-To' header over mailing list header when
12722                 replying to a message. Finally prevent all those confirmation 
12723                 messages being sent to the list itself.
12724
12725         * src/summaryview.c
12726                 remove unused summary_set_menu_sensitive() entry
12727
12728 2001-12-13 [paul]       0.6.5claws82
12729
12730         * src/folderview.c
12731         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12732         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12733         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12734                 improvements to 'Hide read messages': Inbox, Outbox,
12735                 Trash, Queue, and Draft icons now reveal presence of hidden 
12736                 messages
12737
12738 2001-12-12 [alfons]     0.6.5claws81
12739
12740         0.6.5claws80 was tagged as LAST_STABLE
12741
12742         * src/filtering.[ch]
12743         * src/matcher.[ch]
12744         * src/matcher_parser_lex.c
12745                 fix the filtering; my last attempt to get it right, 
12746                 if it does not work, it's Hoa's turn. ;-)
12747
12748                 for my honourable peers:
12749                 
12750                 the code now makes a clear distinction between
12751                 rules as they are displayed (probably escaped),
12752                 and as they are executed (probably unescaped). the
12753                 parser does *NOT* do any unescaping, this is
12754                 the task of the matcher.c (which breaks up a
12755                 rule into condition) and the filtering.c (which
12756                 breaks up the rule's action). to make this
12757                 run happily we provide an unescaped copy of
12758                 crucial strings to the MatcherProp and 
12759                 FilteringAction structures. note that the only
12760                 exception to this is any REGEXP string. those
12761                 are directly passed to regcomp() and regexp()
12762                 (who have much more powerful unescape functions).
12763                 
12764                 for everyone else:
12765         
12766                 you can escape tab (\t), carriage return (\r),
12767                 linefeed (\n), form feed (\f), quote (\"), 
12768                 single quote (\'), bell (\b) in all the entry
12769                 lines in the scoring & filtering dialogs.
12770                 as an added bonus this should not affect
12771                 existing filtering rules.
12772
12773 2001-12-12 [carsten]    0.6.5claws80
12774
12775         * src/summaryview.c
12776         * po/de.po
12777                 "item(s) selected" is now sensitive to 1 or more
12778                 than one selected (nice for language where simple
12779                 adding of a "s" is not possible as German (Eintrag
12780                 ->Eintr"age)
12781                 
12782                 the "forward as attachment" entry from the right
12783                 click menu removed, "forward" acts following the
12784                 prefs
12785         
12786         * src/textview.c
12787                 reverted my former changes; so compiler warning again
12788                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12789                 nevertheless
12790
12791         * src/messageview.c
12792                 "search in message" does now *not* only work in MVIEW_TEXT
12793                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12794                 message
12795
12796         * src/mainwindow.c
12797                 removed "/File/_Close" as it was the same as "/File/E_xit"
12798                 and we don't need it two times
12799
12800                 the separate folder view and message view now get a distinct
12801                 WMCLASS, just in case someone is using sawfish ;-)
12802
12803                 as the menu entries "/View/Message view" and "/View/Folder tree"
12804                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12805                 make them sensitive accordingly and as these two are "shown"
12806                 after startup anytime check this menuitem at startup
12807
12808 2001-12-12 [paul]       0.6.5claws79
12809
12810         * src/folderview.c
12811                 fix sensitivity of 'Search folder...', broken in
12812                 0.6.5claws75
12813
12814         * src/mainwindow.c
12815                 fix dodgy English
12816
12817 2001-12-11 [carsten]    0.6.5claws78
12818         * src/filtering.c
12819                 fixed two typos returning a wrong FALSE/TRUE
12820         * src/mainwindow.[ch]
12821                 extra menu for email/news button removed
12822
12823 2001-12-11 [alfons]     0.6.5claws77
12824         
12825         * src/matcher.c                 (1.3)
12826         * src/matcher_parser_lex.l      (1.28)
12827                 revert for another attempt
12828                 mark 0.6.5claws77 as LAST_STABLE
12829
12830 2001-12-11 [christoph]  0.6.5claws76
12831
12832         * po/de.po
12833                 fixed wrong translation for prev. unread msg
12834
12835 2001-12-11 [paul]       0.6.5claws75
12836
12837         * src/folder.[ch]
12838         * src/folderview.c
12839         * src/mainwindow.c
12840         * src/summaryview.[ch]
12841         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12842                 enable ability to hide read messages on per folder basis via 
12843                 '/Summary/Hide read messages'; when selected, a folder will 
12844                 have a red open folder icon, instead of a blue icon, if the 
12845                 folder contains hidden messges
12846                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12847
12848         * src/mainwindow.c
12849                 remove '/Message/Forward as attachment' from 
12850                 main_window_set_menu_sensitive() to prevent debug warning
12851
12852         * src/folderview.c
12853         * src/mainwindow.c
12854                 Clean up some of the English
12855
12856         * tools/newscache_clean.pl
12857                 allow for new 'hidereadmsgs' entry in folderlist.xml
12858
12859         * po/es.po
12860                 updated translation, submitted by Ricardo Mones Lastra
12861
12862 2001-12-11 [paul]       0.6.5claws74
12863
12864         * sync with sylpheed 0.6.5cvs25
12865                 see ChangeLog entry 2001-12-11
12866
12867 2001-12-10 [alfons]     0.6.5claws73
12868
12869         * src/matcher.c
12870                 add more control characters
12871         * src/matcher_parser_lex.l
12872                 make escaping / unescaping work again
12873
12874 2001-12-10 [alfons]     0.6.5claws72
12875
12876         * src/imap.c
12877                 clean up warnings "returning value for void function" 
12878         * src/prefs_filtering.c
12879                 make info button for execute action sensitive
12880
12881 2001-12-10 [paul]       0.6.5claws71
12882
12883         * src/compose.c
12884         * src/imap.[ch]
12885         * src/summaryview.c
12886                 fix: imap server now gets informed of MARKED, UNMARKED
12887                 and REPLY events. Now people can use different IMAP-Mail
12888                 clients and have the exact same information about MARKED,
12889                 UNMARKED and REPLY status with all of them. Especially
12890                 useful for imap servers with a web-frontend.
12891                 submitted by Tobias Sandhaas <medlor@web.de>
12892
12893 2001-12-09 [melvin]     0.6.5claws70
12894         
12895         * src/textview.[ch]
12896                 fixed bug #490076 (hunted down by Alfons who implemented
12897                 a workaround in 0.6.5claws65)
12898
12899 2001-12-09 [christoph]  0.6.5claws69
12900
12901         * src/summaryview.c
12902                 set pointer to string in LOCKED column to NULL
12903                 (might fix bug #490800)
12904
12905 2001-12-09 [carsten]    0.6.5claws68
12906
12907         * po/de.po
12908                 resolved some cluttered menu shortcuts 
12909                 ('creating new email' and 'creating news message'
12910                 hade the same)
12911         * src/compose.c
12912                 wmclass now distinc from main window
12913         * src/mainwindow.c
12914           src/mainwindow.h
12915                 email/news and forward button functionality similar
12916                 to the reply buttons; removed the ugly dropdown arrows
12917                 and use instead the right mouse button
12918
12919 2001-12-09 [paul]       0.6.5claws67
12920
12921         * src/imap.c
12922         * src/utils.h
12923                 allow spaces in imap folder names
12924                 submitted by Willem van Engen <wvengen@stack.nl>
12925
12926 2001-12-09 [paul]       0.6.5claws66
12927
12928         * sync with sylpheed 0.6.5cvs24
12929                 see ChangeLog entry 2001-12-09
12930
12931 2001-12-08 [alfons]     0.6.5claws65
12932
12933         * src/textview.c
12934                 prevent secondary selection claim after "add to sender" dialog
12935                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12936                 we trick GTK by simulating a click at (0, 0) in the textview.
12937
12938 2001-12-08 [hoa]        0.6.5claws64
12939
12940         * src/folder.c
12941                 fixed a bug about the .processing folder name while filtering
12942
12943 2001-12-08 [alfons]     0.6.5claws63
12944
12945         * src/folderview.c 
12946                 work around problem of not correctly updating folder stats
12947                 when deleting messages. there's some folder scanning evil
12948                 going so the folderview_update_msg_num() does not work
12949                 correctly. need to investigate this.
12950
12951 2001-12-08 [paul]       0.6.5claws62
12952
12953         * sync with sylpheed 0.6.5cvs23
12954                 see ChangeLog entry 2001-12-08
12955
12956 2001-12-07 [christoph]  0.6.5claws61
12957
12958         * src/compose.c
12959                 fix another header translation problem
12960
12961 2001-12-07 [alfons]     0.6.5claws60
12962
12963         * src/mbox.c
12964                 make filtering also work on local spool mbox
12965
12966 2001-12-07 [carsten]    0.6.5claws59
12967         * src/addressbook.c
12968                 addressbook window gets a wmclass distinct from the main
12969                 sylpheed window
12970         * src/compose.h
12971         * src/mainwindow.[ch]
12972                   forward menu item will use mode selected in prefs, forward 
12973                 as attatchment in menu removed (will be substituted in the
12974                 toolbar similar to reply buttons)
12975                   create news message menu entry and news button is now 
12976                 sensitive to the existance of a news account
12977         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12978         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12979         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12980                 these are removed because the toolbar buttons don't show
12981                 the quoting modus any longer
12982
12983 2001-12-07 [paul]
12984
12985         * tools/newscache_clean.pl      ** NEW FILE **
12986                 perl script to do some tidying up in the newscache directory 
12987                 
12988         * tools/sylpheed-switcher       ** NEW FILE **
12989                 perl script to enable easy switching between main and claws
12990                 
12991         * tools/README
12992                 added descriptions of the two new perl scripts          
12993
12994
12995 2001-12-07 [melvin]     0.6.5claws58
12996
12997         * src/messageview.c
12998                 fixed a warning during compilation introduced in 0.6.5claws56
12999
13000 2001-12-07 [paul]       0.6.5claws57
13001
13002         * src/mainwindow.[ch]
13003         * src/menu.[ch]
13004                 further usability enhancements to replying with or without 
13005                 quoting via the toolbar, use of Ctrl key is replaced by 
13006                 drop down menu 
13007                 Submitted by Carsten Schurig            
13008
13009 2001-12-07 [melvin]     0.6.5claws56
13010
13011         * src/messageview.c
13012                 hack to fix bug that prevented to make/paste selections
13013                 after switching between MVIEW_TEXT and MVIEW_MIME views
13014                 without deselecting the selection first.
13015
13016 2001-12-06 [alfons]     0.6.5claws55
13017
13018         * src/filtering.[ch]
13019         * src/inc.c
13020                 revise filtering a little bit more, and make sure
13021                 messages are delivered to the appropriate inbox
13022                 (perhaps set per account)
13023
13024 2001-12-06 [paul]       0.6.5claws54
13025
13026         * sync with sylpheed 0.6.5cvs22
13027                 see ChangeLog entry 2001-12-06
13028
13029 2001-12-05 [alfons]     0.6.5claws53
13030
13031         * src/inc.c
13032         * src/folder.[ch]
13033         * src/procmsg.c
13034         * src/filtering.c
13035                 more revisions of filtering system
13036                 (last stable version is marked as LAST_STABLE)
13037                 
13038                 | NOTE 1): the filtering system now uses a local folder called
13039                 | .processing. if filtering fails, check this directory
13040                 | for missing messages.
13041                 |
13042                 | NOTE 2): help us find the filtering actions still missing
13043
13044 2001-12-05 [paul]       0.6.5claws52
13045
13046         * src/mainwindow.c
13047                 fix bug where 'Empty Trash?' pop-up window appears even
13048                 when Trash is empty, submitted by Jesse Skinner         
13049
13050 2001-12-05 [melvin]     0.6.5claws51
13051
13052         * src/compose.c
13053                 fixed bug #486106 to select correct account when reediting 
13054                 a queued message
13055         
13056 2001-12-04 [alfons]     0.6.5claws50
13057
13058         * src/mh.c
13059                 declare markfile in appropriate functions when
13060                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13061                 for spotting this)
13062
13063 2001-12-04 [paul]       0.6.5claws49
13064
13065         * sync with sylpheed 0.6.5cvs21
13066                 see ChangeLog entry 2001-12-04
13067
13068 2001-12-03 [christoph]  0.6.5claws48
13069
13070         * po/de.po
13071                 changed translation of undo
13072         * src/account.c
13073         * src/folder.c
13074                 don't reinvent the wheel to traverse a GNode
13075         * src/compose.[ch]
13076                 seperate code to create the compose gui into functions
13077                 add "Others" page with folder selection for saving copy
13078                 of the message.
13079                 the folder identifier is saved to queue header
13080         * src/procmsg.c
13081                 save message to folder in queue header
13082
13083 2001-12-03 [paul]       0.6.5claws47
13084
13085         * sync with sylpheed 0.6.5cvs20
13086                 see ChangeLog entry 2001-12-03
13087
13088 2001-12-01 [paul]
13089
13090         * more sync with sylpheed 0.6.5cvs19
13091                 see ChangeLog entry 2001-11-29
13092
13093 2001-11-30 [paul]       0.6.5claws46
13094         
13095         * src/compose.c
13096                 remove conflicts introduced by Hoa's last commit
13097          
13098         * src/mainwindow.c
13099                 make 'Message/Bounce' sensitive
13100
13101 2001-11-30 [hoa]        0.6.5claws45
13102
13103         * src/compose.c
13104                 slightly change bounce function to add
13105                 information about the user that bounced the mail
13106                 in the From header line.
13107
13108         * src/folderview.c
13109                 permit the use of processing in outbox folder.
13110
13111 2001-11-29 [paul]       0.6.5claws44
13112
13113         * src/mainwindow.[ch]
13114         * src/prefs_common.c
13115         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13116         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13117         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13118                 usability enhancements to the quoting, implements
13119                 use of Ctrl key to toggle quoting settings
13120                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13121
13122 2001-11-29 [paul]       0.6.5claws43
13123         
13124         * sync with sylpheed 0.6.5cvs19
13125                 see ChangeLog entry 2001-11-28
13126
13127 2001-11-29 [melvin]     0.6.5claws42
13128         * src/Makefile.am
13129                 added enriched.[ch] to the list of files
13130
13131         * src/textview.c
13132         * src/mimeview.c
13133         * src/procmime.[ch]
13134         * src/enriched.[ch]
13135                 added support to view text/enriched
13136                 added support to show headers in message view for text/enriched and text/html
13137                         in non multipart messages
13138
13139 2001-11-28 [paul]       0.6.5claws41
13140
13141         * more sync with sylpheed 0.6.5cvs18
13142                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13143
13144 2001-11-27 [paul]       0.6.5claws40
13145         
13146         * po/pt_BR.po
13147                 updated translation, submitted by Fabio Junior Beneditto
13148                 
13149         * sync with sylpheed 0.6.5cvs18
13150                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13151                 2001-11-27
13152
13153
13154 2001-11-26 [paul]
13155
13156         * po/es.po
13157                 updated translation, submitted by Ricardo Mones Lastra
13158
13159 2001-11-26 [alfons]
13160
13161         * src/matcher.c
13162                 add more translatable strings
13163
13164 2001-11-26 [christoph]  0.6.5claws39
13165
13166         * po/de.po      
13167                 fixed one more umlaut
13168         * src/compose.c
13169                 fix translated header when it should not be translated
13170
13171 2001-11-26 [paul]       0.6.5claws38
13172
13173         * src/mainwindow.c
13174                 remove '/Message/Add Sender to address book' from 
13175                 main_window_set_menu_sensitive(), prevent debug warning
13176                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13177
13178 2001-11-26 [paul]       0.6.5claws37
13179
13180         * src/summaryview.c
13181                 fix 'recurring unread state' bug 
13182
13183         * tools/README 
13184         * tools/filter_conv.pl
13185                 read name of top level mailbox from folderlist.xml
13186                 and presume nothing about its name              
13187
13188 2001-11-26 [darko]      0.6.5claws36
13189
13190         * src/gtkstext.[ch]
13191                 removed functions that are now in gtkutils.c
13192                 use gtkut_text_is_uri_string() from gtkutils.c
13193         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13194
13195 2001-11-26 [paul]       0.6.5claws35
13196
13197         * sync with sylpheed 0.6.5cvs16
13198                 see ChangeLog entries 2001-11-25 and 2001-11-26
13199
13200 2001-11-25 [alfons]     0.6.5claws34
13201
13202         EXPERIMENTAL!!! Please checkout the last stable version using: 
13203           
13204         % cvs update -r LAST_STABLE -dRAP
13205
13206         (Or help us testing this stuff.)
13207
13208         * src/filtering.c               (1.14)
13209         * src/filtering.h               (1.6)
13210         * src/inc.c                     (1.28)
13211         * src/matcher.c                 (1.20)
13212         * src/mbox.c                    (1.9)
13213         * src/procmsg.h                 (1.14)
13214         * src/summaryview.c             (1.59)
13215         * src/summaryview.h             (dunno)
13216                 revert/merge/sync to as it was before commit 
13217                 on Thu, 19 Jul 2001 10:15:51 -0700.
13218
13219 2001-11-25 [hoa]        0.6.5claws33
13220
13221         * src/main.c
13222                 processing mails at startup
13223
13224         * src/folderview.c
13225         * src/summaryview.[ch]
13226                 processing mails when entering folder
13227
13228         * src/prefs_filtering.c
13229                 fixed some UI bugs
13230
13231 2001-11-24 [alfons]     0.6.5claws32
13232
13233         * src/summaryview.[ch]
13234                 make summary sort headers work, and also make
13235                 sure the sort type is stored
13236
13237 2001-11-23 [alfons]     0.6.5claws31
13238
13239         * src/summaryview.[ch]
13240                 make lock work like mark
13241                 disallow deleting messages marked as locked
13242
13243 2001-11-23 [alfons]     0.6.5claws30
13244
13245         * src/gtkstext.c
13246         * src/compose.[ch]
13247         * src/Makefile.am
13248         * src/undo.[ch]
13249                 merge undo patch submitted by Jens
13250
13251 2001-11-23 [christoph]  0.6.5claws29
13252
13253         * src/.cvsignore
13254                 added ylwrap
13255         * src/compose.c
13256                 fixed gpg signing and encoding
13257         * src/folder.[ch]
13258         * src/main.c
13259                 added --status option to get new, unread and total
13260                 message count from a running sylpheed
13261         * src/prefs_common.c
13262                 temporary fix for reply_with_quote problem
13263                 (don't call functions for non existing widget)
13264         * src/procmsg.c
13265                 one more check for ignored threads but still not
13266                 always working correctly. probably a recursive
13267                 check for all parents is needed
13268
13269 2001-11-23 [darko]      0.6.5claws28
13270
13271         * src/compose.c
13272                 wrapping on send improvements
13273         * src/gtkutils.[ch]
13274                 fix for GtkSText after last sync with main branch
13275                 GTK_TEXT -> GTK_STEXT
13276
13277 2001-11-23 [paul]       0.6.5claws27
13278
13279         * sync with sylpheed 0.6.5cvs14
13280                 see ChangeLog entries 2001-11-22 and 2001-11-23
13281                 
13282         * po/de.po
13283                 fixed the scrambled umlauts 
13284                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13285
13286 2001-11-21 [paul]       0.6.5claws26
13287
13288         * sync with sylpheed 0.6.5cvs12
13289                 see 2nd ChangeLog entry dated 2001-11-20
13290
13291 2001-11-20 [paul]       0.6.5claws25
13292
13293         * sync with sylpheed 0.6.5cvs11
13294                 see ChangeLog entry 2001-11-19 (src/utils.c)
13295
13296 2001-11-20 [hiro]
13297
13298         * src/compose.c
13299                 GTK_TEXT -> GTK_STEXT
13300                 fix for wrong comment
13301
13302 2001-11-20 [hiro]       0.6.5claws24
13303
13304         * src/compose.[ch]
13305                 more merges from main branch
13306                 removed fatal warnings (uninitialized variables etc.)
13307                 some coding style fix
13308         * src/gtkutils.h
13309                 fixed typo.
13310         * src/addressbook.c
13311           src/addrindex.c
13312                 V-Card -> vCard
13313
13314 2001-11-19 [hoa]        0.6.5claws23
13315
13316         * src/filtering.c
13317         * src/prefs_scoring.c
13318         * src/matcher.[ch]
13319         * src/scoring.c
13320                 cleaning code
13321
13322         * src/matcher_parser_parse.y
13323         * src/prefs_filtering.c
13324                 bouncing
13325
13326 2001-11-19 [alfons]     0.6.5claws22
13327
13328         more of my old things into claws
13329
13330         * src/Makefile.am
13331         * src/prefs_common.c
13332         * src/procmsg.h
13333         * src/summaryview.[ch]
13334         * src/prefs_summary_column.c
13335         * src/pixmaps/locked.xpm
13336                 add indicators for locking of message in summary view
13337                 (does not work yet, only visual indicator)
13338
13339 2001-11-19 [paul]       0.6.5claws21
13340
13341         * sync with sylpheed 0.6.5cvs10
13342                 see ChangeLog entry 2001-11-19
13343
13344 2001-11-18 [alfons]     0.6.5claws20
13345         
13346         * src/filtering.c
13347                 remove an inadvertent free I forgot in previous clean up 
13348
13349 2001-11-18 [alfons]     0.6.5claws19
13350
13351         * src/filtering.[ch]
13352                 clean up & plug leaks
13353
13354 2001-11-18 [paul]       0.6.5claws18
13355
13356         * sync with sylpheed 0.6.5cvs9
13357                 see ChangeLog entries 2001-11-17 and 2001-11-18
13358
13359 2001-11-16 [paul]       0.6.5claws17
13360
13361         * sync with sylpheed 0.6.5cvs8
13362                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13363
13364 2001-11-16 [paul]       0.6.5claws16
13365
13366         * sync with sylpheed 0.6.5cvs7
13367                 see ChangeLog entries 2001-11-15 and 2001-11-16
13368
13369 2001-11-15 [hoa]        0.6.5claws15
13370
13371         * src/compose.c
13372                 fix bounce, mails we received couln't be bounced to ourself.
13373
13374         * src/defs.h
13375         * src/filtering.[ch]
13376         * src/matcher.[ch]
13377         * src/matcher_parser.h
13378         * src/matcher_parser_lex.l
13379         * src/matcher_parser_parse.y
13380         * src/inc.c
13381         * src/main.c
13382         * src/mbox.c
13383         * src/prefs_filtering.[ch]
13384         * src/mainwindow.c
13385         * src/prefs_matcher.c
13386         * src/prefs_scoring.c
13387         * src/scoring.[ch]
13388         * src/summaryview.c
13389                 new matcher/filter/score configuration file parser
13390                 one unique configuration file => ~/.sylpheed/matcherrc
13391                 import in currently automatic, then save are made
13392                 in this new file.
13393                 one filter per folder and one global filter
13394                 (filter of a folder will be used as folder processing)
13395
13396         * src/folder.c
13397                 fix a bug in folder_item_get_identifier
13398                 
13399         * src/messageview.c
13400                 receive receipt return are fixed.
13401
13402 2001-11-14 [alfons]     0.6.5claws14
13403
13404         * src/session.h
13405                 add things from main branch to make claws compile
13406
13407 2001-11-14 [paul]       0.6.5claws13
13408
13409         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13410                 see ChangeLog entries 2001-11-08 to 2001-11-14
13411
13412 2001-11-14 [hoa] 0.6.5claws12
13413
13414         * src/compose.[ch]
13415         * src/mainwindow.c
13416         * src/summaryview.c
13417                 add "bounce mail" option
13418
13419 2001-11-13 [christoph]  0.6.5claws11
13420
13421         * src/compose.c
13422                 Cleanup a mess i add before commiting
13423
13424 2001-11-13 [hoa]        0.6.5claws10
13425
13426         * src/compose.c
13427                 some fixes when mail are sent or
13428                 for crossposts
13429
13430 2001-11-13 [christoph]  0.6.5claws9
13431
13432         * po/de.po
13433                 Changed two string with the same translation
13434         * src/compose.c
13435         * src/procmsg.[ch]
13436         * src/send.[ch]
13437                 New mailsending process:
13438                   - Always queue message before sending
13439                     (message will be saved if sylpheed crashed or
13440                      freezes while sending)
13441                   - Allow queuing of newspostings
13442                   - No copy in outbox before sending
13443                     (closes bug #469501)
13444                   - No more redundant code for send and send_later
13445         * src/summaryview.c
13446                 Applied wwp <subscript@free.fr>'s patch that fixes
13447                 marks for multiple forwarded messages (+compose.c)
13448
13449 2001-11-12 [alfons]
13450
13451         * README.claws
13452                 remove things that are now in main branch
13453         
13454         * po/nl.po
13455                 update Dutch translation
13456
13457 2001-11-12 [mhadasht]   0.6.5.claws8
13458
13459         * src/prefs_common.c
13460                 re-enabled account autoselection feature for forward
13461                 and reedit lost during the branch point for SYNC-B4-REL
13462         * src/gtkspell.c
13463                 gtkpspell_get_dict(): more readable code (even if function is
13464                 not used yet)
13465         * ChangeLog.claws
13466                 added version number info to 2001-11-12 [hiro] comment.
13467
13468 2001-11-12 [hiro]       0.6.5.claws7
13469
13470         * src/compose.c
13471                 compose_forward(): fixed a bug that forward quote mark
13472                 wasn't used.
13473                 removed unnecessary code.
13474         * src/template_select.[ch]: removed.
13475
13476 2001-11-11 [alfons]
13477
13478         * src/compose.c
13479                 :%s/GTK_TEXT/GTK_STEXT/g
13480         
13481         * src/compose.[ch]
13482         * src/undo.[ch]
13483         * src/Makefile.am
13484                 revert the undo stuff (this is 0.6.6claws stuff)
13485
13486 2001-11-11 [hoa]        0.6.5.claws6
13487
13488         * src/compose.[ch]
13489                 Insert signature at the end of the text.
13490                 Added undo patch but currently disabled
13491
13492         * src/procmsg.c
13493                 Threading by subject improved.
13494
13495         * added src/undo.[ch]
13496                 Undo module for compose dialog box.
13497
13498 2001-11-11 [alfons]     0.6.5.claws5
13499
13500         * src/procmsg.c
13501                 prevent threading by subject on nodes that have already been
13502                 threaded by in-reply-to (as in "circular references in a tree
13503                 result in a dead branch")
13504
13505 2001-11-09 [hoa]        0.6.5.claws4
13506         
13507         * src/folderview.c
13508                 allows creation of mbox folder item from any files.
13509
13510 2001-11-09 [alfons]     0.6.5.claws3
13511         
13512         * src/utils.c
13513         * src/procmsg.c
13514                 do what I mean and correct threading by subject so it really
13515                 ignores attracting lines without "Re: "
13516
13517 2001-11-07 [alfons]     0.6.5.claws2
13518
13519         * src/procmsg.c
13520         * src/utils.[ch]
13521                 only attract by subject if a subject line starts with a "Re: "
13522         * src/syldap.c
13523                 remove warning
13524
13525 2001-11-07 [paul]       0.6.5claws1
13526
13527         * sync with sylpheed 0.6.5. release
13528                 see ChangeLog entry 2001-11-07
13529
13530 2001-11-07 [paul]       0.6.4claws31
13531
13532         * sync with sylpheed 0.6.4cvs18
13533                 see ChangeLog entries 2001-10-30 to 2001-11-07
13534                 prefs_templates.[ch] renamed prefs_template.[ch]
13535
13536 2001-11-06 [alfons]
13537         
13538         * src/utils.h
13539                 add semicolon Hoa forgot ;-)
13540                 
13541
13542 2001-11-06 [hoa]        0.6.4claws30
13543         
13544         * src/procmsg.c
13545         * src/summaryview.c
13546         * src/utils.c
13547         * src/utils.h
13548                 threading by subject - empty subject are ignored
13549
13550 2001-11-06 [christoph]  0.6.4claws29
13551
13552         * src/socket.c
13553                 use SSL_peek for sock_gets
13554         * src/utils.c
13555                 removed unneeded pointer in extracting quoted
13556                 names implementation
13557
13558 2001-11-06 [melvin]     0.6.4claws28
13559
13560         * src/gtkspell.c
13561                 fixed bug #476792 Selection overtyping with spell checker
13562                 fixed bug which could cause a buffer overflow
13563                 fixed a memory leak
13564
13565 2001-11-06 [hoa]        0.6.4claws27
13566         
13567         * src/procmsg.c
13568         * src/summaryview.c
13569                 threading by subject
13570
13571 2001-11-05 [alfons]     0.6.4claws26
13572         
13573         * README.claws
13574                 Claws -> Sylpheed (vice versa)
13575
13576         * src/compose.c
13577                 :%s/gtk_text/gtk_stext/g
13578                 :%s/GTK_TEXT/GTK_STEXT/g
13579                 (thanks to Jonathan Ware for spotting this)
13580
13581 2001-11-04 [christoph]  0.6.4claws25
13582
13583         * src/summaryview.c
13584                 replace Xalloca + strdup with Xstrdup_a
13585         * src/utils.c
13586                 better implementation of extracting quoted names
13587                 from addresses (remove backlashes and ignore
13588                 quotes after them)
13589
13590 2001-11-04 [alfons]     0.6.4claws24
13591
13592         * src/utils.[ch]
13593                 edit to comply more with coding style
13594
13595         * src/textview.c
13596                 fix bug reported by Kim Schulz. introduced by the patch integrated
13597                 in 0.6.4claws15. the code did not check the return value of
13598                 the html parser.
13599
13600         * AUTHORS
13601                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13602
13603 2001-11-04 [christoph]  0.6.4claws23
13604
13605         * src/main.c
13606         * src/prefs_common.[ch]
13607                 init some pointers that possibly caused a segfault
13608                 reported in the claws-users ML
13609
13610 2001-11-04 [hoa]        0.6.4claws22
13611
13612         * src/grouplistdialog.c
13613                 change the names of the nodes in the tree
13614
13615         * src/compose.c
13616                 enhanced mailto syntax as described in
13617                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13618                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13619
13620         * src/utils.c
13621                 encode and decode URI (useful when opening URL into
13622                 netscape).
13623
13624 2001-11-03 [hoa]        0.6.4claws21
13625
13626         * src/grouplistdialog.c
13627                 a new newsgroups list selection dialog box
13628                 with a CTree instead of a CList
13629
13630 2001-11-03 [hoa]        0.6.4claws20
13631
13632         * src/folderview.c
13633                 enable property and scoring options when right
13634                 click on "inbox"
13635
13636         * src/summaryview.c
13637                 fixed bug when nickname were displayed using
13638                 the address book.
13639
13640 2001-11-02 [darko]      0.6.4claws19
13641
13642         * src/compose.c
13643                 new wrap quotation and URL/long words wrapping implementation
13644         * src/compose.c src/gtkstext.[ch]
13645                 move gtkstext_strncmp() to gtkstext.c
13646
13647 2001-11-01 [christoph]  0.6.4claws18
13648
13649         * src/prefs_account.c
13650                 fixed mess in account settings dialog
13651         * src/prefs_folder_item.c
13652                 added label with folder path to dialog
13653
13654 2001-10-31 [match]      0.6.4claws17
13655
13656         * src/vcard.c
13657                 fix memory leak.
13658         * src/addrbook.c
13659                 fix generation of spurious address book file names.
13660                 remove redundant functions.
13661         * po/POTFILES.in
13662                 added missing file names.
13663
13664 2001-10-30 [paul]       0.6.4claws16
13665
13666         * sync with sylpheed 0.6.4cvs6
13667                 see ChangeLog entries 2001-10-26 to 2001-10-30
13668
13669         * tools/filter_conv.pl
13670                 read folderlist.xml to discover whether the top-level
13671                 folder is called 'Mailbox' or 'Mail' 
13672
13673 2001-10-29 [paul]       0.6.4claws15
13674
13675         * src/html.c, src/textview.c
13676                 activate links in html mail and fix clickable parts
13677                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13678
13679 2001-10-29 [paul]
13680
13681         * po/de.po, po/es.po, po/pt_BR/po
13682                 updated translations, submitted by Jens Oberender,
13683                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13684
13685 2001-10-29 [darko]      0.6.4claws14
13686
13687         * src/compose.c
13688                 fix wrapping for good
13689
13690 2001-10-29 [darko]
13691
13692         * src/compose.c
13693                 undo previous change as it broke the smart wrapping
13694
13695 2001-10-29 [darko]      0.6.4claws13
13696
13697         * src/compose.c
13698                 fix infinite loop when long URL is quoted
13699                 (closes bug #475122.
13700
13701 2001-10-28 [match]
13702
13703         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13704                 import Mutt address book
13705         * src/ldif.[ch] src/importldif.h
13706                 modified import LDIF handle user attributes
13707
13708 2001-10-28 [christoph]  0.6.4claws12
13709
13710         * src/summaryview.c
13711                 fixed that filtering did not work if there
13712                 were no filter rules
13713                 (closes bug #472003 and better implementation
13714                  of patch #474644)
13715
13716 2001-10-27 [christoph]  0.6.4claws11
13717
13718         * src/compose.c
13719                 make the folder's default account to be used when
13720                 replying. (patch by wwp <subscript@free.fr>)
13721         * src/compose.c
13722                 code cleanup, nearly killed all of wwp's patch
13723                 for folder's default account in compose
13724         * src/folderview.c
13725                 error panel when a folder could not be created
13726                 (closes bug #471080 new folder name & already
13727                  existing file)
13728
13729 2001-10-26 [alfons]
13730
13731         * src/utils.h
13732                 change prototype of strstr2() that Christoph forgot about
13733
13734 2001-10-26 [christoph]  0.6.4claws10
13735
13736         * src/account.c
13737                 made search for accounts by email address not case
13738                 sensitive
13739         * src/folder.c
13740                 fixed memory leak in folder_item_get_identifier
13741         * src/gtkspell.c
13742         * src/utils.c
13743                 fixed wrong strstr2 (should work like strstr)
13744
13745 2001-10-26 [darko]      0.6.4claws9
13746
13747         * src/compose.c src/gtkstext.[ch]
13748         * src/gtkstext.c
13749                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13750
13751 2001-10-26 [paul]       0.6.4claws8
13752
13753         * src/html.c
13754                 ignore css and javascript tags in html mail
13755                 case-insensitive, with or without double-quoted
13756                 strings
13757
13758 2001-10-26 [paul]       0.6.4claws7
13759
13760         * sync with sylpheed 0.6.4cvs1
13761                 see ChangeLog entry 2001-10-26
13762
13763         * src/prefs_account.c, src/prefs_common.c,
13764           src/prefs_summary_column.c
13765                 minor improvements to the English
13766
13767 2001-10-25 [alfons]     0.6.4claws6
13768
13769         * src/gtkstext.c
13770         
13771                 make GtkSText follow style of GtkText (closes bug 
13772                 #469211 "text selection while writing message")
13773                 
13774                 do sync with GTK 1.2.10
13775
13776 2001-10-25 [paul]       0.6.4claws5
13777
13778         * src/html.c
13779                 ignore css tags in html mail
13780
13781 2001-10-25 [darko]      0.6.4claws4
13782
13783         * src/compose.c
13784                 don't declare is_url_string as static function since
13785                 we need it in gtkstext.c
13786         * src/gtkstext.c
13787                 remove unused variable
13788                 don't wrap long URLs while composing a message
13789
13790 2001-10-24 [christoph]  0.6.4claws3
13791
13792         * src/socket.c
13793                 fix ssl deadlock, when peer closes connection
13794
13795 2001-10-24 [paul]       0.6.4claws2
13796
13797         * src/prefs_common.c
13798                 gettextize the gpg ascii-armored warning message
13799
13800         * src/compose.c
13801                 insert a DOS/MAC file into the composed message
13802                 (improvements)
13803
13804         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13805
13806 2001-10-22 [paul]       0.6.4claws1
13807
13808         * sync with sylpheed 0.6.4 release
13809                 see ChangeLog entries 2001-10-21
13810
13811         * po/fr.po, po/pt_BR.po
13812                 updated by Melvin Hadasht and Fabio Junior Beneditto
13813
13814 2001-10-21 [paul]       0.6.3claws30
13815
13816         * src/compose.c
13817                 insert a DOS text file from the compose window
13818                 into the composed message text (removes CRs characters)
13819                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13820
13821         * tools/filter_conv.pl, tools/README
13822                 automatically use ~/.sylpheed as working directory
13823                 print out confirmation message on completion
13824
13825         * correct Hoa's last ChangeLog.claws entry
13826
13827 2001-10-20 [hoa]        0.6.3claws29
13828
13829         * src/grouplistdialog.c
13830                 bugfix (another ?) to give the right
13831                 newsgroups list for each news server.
13832
13833         * src/news.c
13834         * src/news.h
13835                 improve the newsgroups list cache
13836
13837 2001-10-20 [paul]       0.6.3claws28
13838
13839         * sync with sylpheed 0.6.3cvs9
13840                 see ChangeLog entry 2001-10-19
13841
13842         * correct Alfons' last ChangeLog.claws entry
13843
13844 2001-10-19 [alfons]
13845
13846         * src/pgptext.[ch]
13847                 fix compilation problems (part of bug #472895)
13848
13849 2001-10-18 [hoa]        0.6.3claws27
13850
13851         * src/grouplistdialog.c
13852                 bugfix when we refresh was clicked (bug 472701)
13853
13854 2001-10-19 [christoph]  0.6.3claws26
13855
13856         * src/compose.c
13857                 last header entry should default to "To:" or
13858                 "Newsgroups:" and not copy the last entry line
13859                 in a new compose window
13860                 (closes bug #472686, #470792)
13861
13862 2001-10-19 [paul]       0.6.3claws25
13863
13864         * sync with Sylpheed 0.6.3cvs8
13865                 see ChangeLog entries 2001-10-18 and 2001-10-19
13866
13867 2001-10-18 [christoph]  0.6.3claws24
13868
13869         * src/procmsg.c
13870                 reimplement ignore thread
13871         
13872 2001-10-18 [hoa]        0.6.3claws23
13873
13874         * src/folderview.c
13875         * src/grouplistdialog.[ch]
13876                 enhanced news subscription interface (feature 469113)
13877
13878         * src/news.c
13879         * src/news.h
13880                 enchanced newsgroup listing,
13881                 now, we can get groups informations
13882                 (NNTPGroupInfo)
13883
13884 2001-10-18 [paul]       0.6.3claws22
13885
13886         * src/summaryview.c
13887                 remove comment (sync with main branch)
13888         * src/mainwindow.c
13889                 fix 'Re-edit' bug in 'Message' menu
13890
13891 2001-10-17 [christoph]  0.6.3claws21
13892
13893         * src/compose.c
13894                 ignore empty or whitespace only header lines
13895
13896 2001-10-17 [paul]       0.6.3claws20
13897
13898         * sync with sylpheed 0.6.3cvs7
13899                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13900                 2001-10-17
13901
13902 2001-10-17 [darko]
13903
13904         * src/compose.c
13905                 wrap long lines without spaces
13906                 don't wrap URLs
13907
13908 2001-10-16 [paul]
13909
13910         * po/es.po, po/nl.po, po/pt_BR.po
13911                 updated by Ricardo Mones Lastra, Alfons,
13912                 and Fabio Junior Beneditto
13913
13914         * sylpheed-0.6.3claws released
13915
13916 2001-10-15 [melvin] 0.6.3claws18
13917
13918         * README.claws
13919                 added summary and detailed installation instructions
13920                 for spell checker
13921         * po/fr.po
13922                 Updated, corrected and completed french translation
13923
13924 2001-10-15 [hoa] 0.6.3claws17
13925         * src/grouplistdialog.c
13926                 we can choose the newsgroups to display with wildcards
13927
13928 2001-10-15 [christoph]  0.6.3claws16
13929
13930         * src/account.c
13931         * src/compose.c
13932         * src/prefs_folder_item.[ch]
13933                 applied wwp <subscript@free.fr>'s folder
13934                 default account patch
13935         * po/de.po
13936                 Fixed wrong translation
13937
13938 2001-10-13 [alfons, christoph, melvin]  
13939                         0.6.3claws15
13940
13941         solution #2 to solve MT-safety problems defers all GUI related calls
13942         to the main thread using a gtk_idle_add() callback. discussed on
13943         ircnet #sylpheed, with christoph spotting some issues with the
13944         original code, and melvin allowing us to lobotomize his sylpheed.
13945
13946         * src/syldap.[ch], src/main.c
13947                 fix race problem in ldap search thread by deferring GUI 
13948                 stuff to main thread using gtk_idle_add()
13949
13950 2001-10-13 [paul]       0.6.3claws14
13951
13952         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13953                 add Sergey's smtpcred.patch
13954                 adds separate username/password setting for SMTP Auth
13955                 needed by some servers
13956                 (closes feature request #471659)
13957
13958 2001-10-13 [paul]       0.6.3claws13
13959
13960         * src/pgptext.[ch] **NEW FILES**
13961         * src/Makefile.am, src/messageview.c, src/mimeview.c
13962                 decrypt ascii-armored gpg text embedded in
13963                 the message body.
13964                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13965
13966 2001-10-13 [christoph]  0.6.3claws12
13967
13968         * README.claws
13969                 some more details on default to and
13970                 feature requests
13971         * src/main.c
13972                 init glib threading when ldap is used
13973         * src/syldap.c
13974                 threading fixes
13975         * po/de.po
13976                 fixed a typo
13977
13978 2001-10-12 [paul]       0.6.3claws11
13979
13980         * src/prefs_common.[ch], src/rfc2015.c
13981                 enable ascii-armored gpg text to be embedded in the
13982                 message body, selectable through the 'Privacy'
13983                 preferences. Supports encrypting only.
13984                 Submitted by Ravemax <ravemax@dextrose.com>
13985
13986 2001-10-12 [paul]       0.6.3claws10
13987
13988         * sync with sylpheed 0.6.3cvs6
13989                 see ChangeLog entries 2001-10-11 and 2001-11-12
13990
13991         * src/folderview.c
13992                 incorporated mbox folders, scoring, and folder
13993                 properties into the sync
13994
13995 2001-10-12 [darko]      0.6.3claws9
13996
13997         * README.claws
13998                 describe quotation wrapping
13999         * src/compose.c
14000                 don't treat tab as space to calculate line length properly
14001
14002 2001-10-11 [alfons]
14003
14004         * README.claws
14005                 correct description of how to make new filtering system work,
14006                 add some other things
14007                 
14008         * src/syldap.c
14009                 remove sched_yield() (not necessary / unportable)
14010
14011 2001-10-11 [paul]       0.6.3claws8
14012
14013         * sync with sylpheed 0.6.3cvs3
14014                 see ChangeLog entry 2001-10-10
14015
14016 2001-10-10 [christoph]  0.6.3claws7
14017
14018         * .cvsignore
14019                 ignore 2 files created by newer autotools
14020         * src/prefs_folder_item.c
14021                 using table for widget alignment
14022                 fixed memory leak and broken octal display
14023         * src/filesel.c
14024                 fixed segfault caused by lost filename
14025                 workaround (closes bug #469551)
14026
14027 2001-10-10 [paul]       0.6.3claws6
14028
14029         * sync with sylpheed 0.6.3cvs2
14030                 see ChangeLog entries 2001-10-09 and 2001-10-10
14031
14032 2001-10-10 [darko]      0.6.3.claws5
14033
14034         * src/gtkstext.c
14035                 proper calculation of right margin if smart wrapping is enabled
14036         * src/compose.c
14037                 automatically wrap long lines if wrap quotation is enabled
14038
14039 2001-10-09 [alfons]     0.6.3.claws4
14040
14041         * src/summaryview.c
14042                 select correct row when deleting last row in the summary view (and
14043                 close bug "[ #469104 ] select second last in list when deleting")
14044
14045 2001-10-09 [paul]       0.6.3claws3
14046
14047         * sync with sylpheed 0.6.3cvs1
14048                 updated some autotool scripts
14049
14050 2001-10-09 [darko]      0.6.3claws2
14051
14052         * src/gtkstext.[ch]
14053                 new name and mark with Sylpheed comment
14054         * src/compose.c
14055                 smart quotation wrapping a-la VIM
14056
14057 2001-10-08 [paul]       0.6.3claws1
14058
14059         * sync with sylpheed 0.6.3 release
14060                 see ChangeLog entry 2001-10-08
14061
14062 2001-10-08 [paul]       0.6.2claws24
14063
14064         * src/summaryview.c
14065                 more sync with sylpheed 0.6.2cvs12
14066                 Fixed the bug that didn't select the last row correctly
14067
14068
14069 2001-10-07 [paul]       0.6.2claws23
14070
14071         * sync with sylpheed 0.6.2cvs12
14072                 see ChangeLog entry 2001-10-07
14073
14074 2001-10-06 [match]
14075         * src/jpilot.[ch]
14076                 enable jpilot to read unsynch'ed addresses.
14077
14078         * src/editldap_basedn.c
14079                 fix segfault when opening dialog.
14080
14081 2001-10-06 [alfons]     0.6.2.claws22
14082
14083         * src/summaryview.c
14084                 fix bug with summary view selecting last *inserted*
14085                 node instead of last *visible* node. remember we
14086                 work with a tree
14087
14088 2001-10-06 [paul]       0.6.2claws21
14089
14090         * po/pt_BR.po
14091                 updated translation, contains some fixes and new
14092                 translations, submitted by Gustavo Noronha Silva
14093                 <kov@debian.org>
14094
14095         * src/prefs_common.c
14096                 change 'each' to 'every' - fix dubious English
14097
14098         * sync with sylpheed 0.6.2cvs11
14099
14100 2001-10-05 [alfons]     0.6.2claws20
14101
14102         * src/mainwindow.[ch], src/folderview.c
14103                 make composite tool button switch between "Compose News"
14104                 and "Compose Mail" depending on selected folder
14105                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14106
14107 2001-10-05 [paul]       0.6.2claws19
14108
14109         * src/mainwindow.c, src/summaryview.c
14110                 fix 'Message/Reply to all', broken in last commit
14111
14112         * src/compose.c
14113                 fix X_BEENTHERE seg fault, thanks to Alfons
14114
14115 2001-10-04 [paul]       0.6.2claws18
14116
14117         * src/compose.[ch], src/mainwindow.c
14118                 make "Message/Reply" reply to mailing lists; matches
14119                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14120                 based on portions of the patch submitted by
14121                 Junichi Uekawa <dancer@netfort.gr.jp>
14122
14123 2001-10-04 [darko]      0.6.2claws17
14124
14125         * src/compose.c
14126                 better smart wrapping
14127         * src/gtkstext.[hc]
14128                 a function to make text buffer contiguous
14129
14130 2001-10-03 [paul]       0.6.2claws16
14131
14132         * sync with sylpheed 0.6.2cvs10
14133
14134 2001-10-02 [alfons]
14135
14136         * configure.in
14137         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14138                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14139                 references to chinese translations (hope someone picks up
14140                 this)
14141
14142 2001-10-02 [christoph]  0.6.2claws15
14143
14144         * src/compose.c
14145                 fixed non translated header bug
14146         * ChangeLog.claws
14147                 fixed wrong date in alfons last entry ;)
14148
14149 2001-10-02 [alfons]     0.6.2claws14
14150
14151         * src/compose.c, src/prefs_common.[ch]
14152                 add block cursor option
14153
14154 2001-10-02 [paul]       0.6.2claws13
14155
14156         * sync with sylpheed 0.6.2cvs9
14157
14158 2001-09-30 [paul]       0.6.2claws12
14159
14160         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14161                 updated translations
14162
14163         * po/POTFILES.in
14164                 add 'src/importldif.c'
14165
14166         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14167                 added eudora-to-vCard conversion tool
14168                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14169
14170         * sync with sylpheed 0.6.2cvs8
14171
14172 2001-09-30 [paul]
14173
14174         * sylpheed-0.6.2claws released
14175
14176 2001-09-27 [melvin]     0.6.2claws11
14177
14178         * src/gtkspell.c
14179                 fixed crash when using default path (introduced 
14180                 in 0.6.2claws10)
14181                 fixed tiny bug for initial suggestion mode
14182
14183 2001-09-27 [melvin]     0.6.2claws10
14184         
14185         * src/gtkspell.c
14186                 fixed bug where gtkpspell didn't set the path correctly
14187
14188         * README.claws
14189                 added a paragraph about spell checking
14190                 
14191
14192
14193 2001-09-27 [paul]       0.6.2claws9
14194
14195         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14196                 replace '// comments' with '/* comments */' to prevent
14197                 some compiler warnings 
14198
14199         * sync with sylpheed 0.6.2cvs6
14200
14201 2001-09-26 [alfons]     0.6.2claws8
14202
14203         * src/messageview.c
14204                 introduce return receipt request notification again,
14205                 which was lost because of other semantics in 
14206                 procheader_parse() (???)
14207
14208 2001-09-26 [christoph]  0.6.2claws7
14209
14210         * src/compose.c
14211                 replace comments for old code with #if 0
14212                 readded auto cc, bcc and reply-to
14213         * src/prefs_matcher.c
14214         * src/prefs_scoring.c
14215                 removed some definition (was moved to
14216                 prefs.h)
14217
14218 2001-09-26 [paul]       0.6.2claws6
14219
14220         * src/mainwindow.c
14221                 make 'Follow-up and reply to' sensitive
14222
14223         * more sync with sylpheed 0.6.2cvs5
14224
14225 2001-09-25 [melvin]
14226
14227         * 0.6.2claws5
14228
14229         * src/gtkspell.c
14230                 fixed bug for "US-ASCII" introduced by the encoding code
14231
14232 2001-09-25 [paul]
14233
14234         * 0.6.2claws4
14235
14236         * src/prefs_common.[ch], src/summaryview.c
14237                 'next unread msg' 'go to next folder?' dialog can be
14238                 given default behaviour, either always show dialog,
14239                 or assume 'yes', or assume 'no'
14240                 Submitted by wwp <subscript@free.fr>
14241
14242 2001-09-25 [melvin]
14243                 
14244         * src/compose.c src/gtkspell.[ch]
14245                 added support for different encodings
14246
14247 2001-09-25 [paul]
14248
14249         * more sync with sylpheed 0.6.2cvs5
14250
14251 2001-09-24 [alfons]
14252         
14253         * src/prefs_folder_item.c
14254                 add check for item->prefs->default_to string is NULL and
14255                 add another check when freeing this string
14256
14257 2001-09-24 [paul]
14258
14259         * configure.in
14260                 change to version 0.6.2claws3
14261
14262         * sync with sylpheed 0.6.2cvs5 
14263
14264 2001-09-24 [match]
14265         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14266                 import LDIF files.
14267         * src/addrcache.[ch], addrindex.[ch]
14268                 small update for future
14269         * src/addrbook.c
14270                 fix test XML file.
14271
14272 2001-09-24 [melvin]
14273         * src/gtkspell.[ch]
14274                 added 'Learn from mistakes' option
14275                 better handling of quotes in checked words
14276                 sorted dict list
14277         * po/fr.po
14278                 small update for spell checking stuff
14279
14280 2001-09-23 [alfons]
14281         
14282         * src/gtkspell.c
14283                 edit a little bit so it complies more with main coding style
14284
14285 2001-09-23 [alfons]
14286
14287         * src/folder.[ch], prefs_folder_item.c, compose.c
14288                 migrate "request return receipt" folder property
14289                 to folderlist.xml
14290
14291 2001-09-22 [alfons]
14292
14293         * README.claws **NEW**
14294                 (add things of interest for users of main branch 
14295                 and claws here)
14296
14297         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14298                 re-implement threading per folder option, but store 
14299                 the setting in folderlist.xml (where it belongs)
14300
14301 2001-09-21 [melvin]
14302
14303         * src/gtkspell.[ch]
14304                 fixed bug when compose window is under another window
14305         * src/prefs_common.[ch] src/compose.c
14306                 changed 'dictionary_path' to 'dictionary' to be consistent
14307                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14308         * ac/pspell.m4 src/Makefile.am 
14309                 dropped PSPELL_PATH macro
14310         * po/fr.po
14311                 updated translations
14312
14313 2001-09-21 [christoph]
14314
14315         * src/compose.c
14316                 added border around header fields
14317                 keep header type when new field is added
14318
14319 2001-09-20 [christoph]
14320
14321         * src/utils.[ch]
14322                 more portable debug_print with source filename
14323                 and linenumber
14324         * src/procmsg.c
14325                 more newlines after debug messages
14326
14327 2001-09-20 [paul]
14328
14329         * configure.in
14330                 change to version 0.6.2claws2
14331
14332         * sync with sylpheed 0.6.2cvs3
14333
14334 2001-09-19 [melvin]
14335
14336         * src/gtkspell.c
14337                 fixed the post-right-click focus pb
14338                 fixed crash when 'Spell check all' after dict change 
14339                         and when cursor is at the end of the text
14340                 shift-right-click pops up config menu even on misspelled words.
14341         * po/POTFILES.in
14342                 added gtkspell.c
14343
14344 2001-09-19 [melvin]
14345
14346         * src/about.c
14347                 added pspell to compiled-in features list
14348
14349 2001-09-18 [melvin]
14350
14351         * switched to pspell and dropped ispell
14352         * ac/pspell.m4
14353                 new file. autoconf macro for pspell
14354         * ac/Makefile.am 
14355         * configure.in acconfig.h
14356                 added pspell support
14357         * src/Makefile.am
14358         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14359         * src/prefs_common.[ch] 
14360                 added pspell support
14361
14362 2001-09-18 [christoph]
14363
14364         * src/addr_compl.c
14365         * src/template.[ch]
14366                 replace LOG_MESSAGE with debug_print
14367         * src/compose.[ch]
14368                 gui improvements
14369         * src/menu.c
14370                 added newline after debug message
14371         * src/utils.h
14372                 using __VA_ARGS__ for debug_print macro
14373         * tools/.cvsignore
14374                 ignore Makefile and Makefile.in
14375
14376 2001-09-18 [paul]
14377
14378         * configure.in
14379                 change to version 0.6.2claws1
14380         * sync with sylpheed 0.6.2cvs1
14381
14382         * src/matcher.c 
14383         * src/prefs_matcher.c
14384                 add 'score equal to' option, submitted by
14385                 Paul Evans <nerd@freeuk.com>
14386
14387 2001-09-15 [christoph]
14388
14389         * src/mainwindow.c
14390                 comment out menu entry not existing in claws
14391         * src/menu.c
14392                 add debug output for non existing menu entries
14393         * src/summaryview.c
14394                 fix next/prev unread message for ignored threads
14395         * src/utils.[ch]
14396                 add sourcefile and line number to debug output
14397                 otherwise it is sometimes hard to find the
14398                 source code part if debug messages are translated
14399
14400 2001-09-14 [darko]
14401         
14402         * src/folderview.c
14403                 refresh target folder style after colour is changed
14404
14405 2001-09-13 [paul]
14406
14407         * configure.in
14408                 change to version 0.6.1claws3
14409
14410         * sync with sylpheed 0.6.1cvs6
14411
14412 2001-09-13 [darko]
14413         
14414         * src/folderview.c
14415                 fix target folder colourization to use user selected colour
14416
14417 2001-09-12 [darko]
14418         
14419         * src/summaryview.c
14420                 fix crash when message that is marked for copy/move is unmarked
14421
14422 2001-09-09 [paul]
14423
14424         * configure.in
14425                 change to version 0.6.1claws2
14426
14427         * sync with sylpheed 0.6.1cvs3
14428
14429 2001-09-09 [alfons]
14430         
14431         * src/folderview.c
14432                 fix bug with default font used for trash folder text
14433
14434 2001-09-06 [paul]
14435
14436         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14437                 updated translations
14438
14439         * configure.in
14440                 change to version 0.6.1claws1
14441
14442         * sync with sylpheed 0.6.1cvs2
14443
14444 2001-09-03 [paul]
14445
14446         * po/POTFILES.in
14447                 add Match's new addressbook
14448
14449         * po/de.po
14450                 updated translation submitted by Jens Oberender
14451
14452 2001-09-02 [paul]
14453
14454         * configure.in
14455                 change to 0.6.1claws
14456         * sync with sylpheed 0.6.1 release
14457
14458 2001-09-02 [paul]
14459
14460         * configure.in
14461                 change to 0.6.0claws2
14462
14463         * sync with sylpheed 0.6.0cvs4
14464
14465         * po/pt_BR.po
14466                 updated translation submitted by Fabio Junior Beneditto
14467
14468 2001-09-01 [match]
14469         * pixmaps/
14470                 interface.xpm
14471                 book.xpm
14472                 address.xpm
14473         * src/
14474                 Makefile.am
14475                 a ton of new files
14476
14477 2001-08-31 [paul]
14478
14479         * configure.in
14480                 change to version 0.6.0claws1
14481
14482         * sync with sylpheed 0.6.0cvs1
14483
14484         * po/es.po
14485                 updated translation submitted by Ricardo Mones Lastra
14486
14487         * po/POTFILES.in
14488                 add 'src/prefs_templates.c'
14489
14490         * src/compose.c, src/summaryview.c
14491                 fix segfault on 'Re_edit'               
14492
14493 2001-08-30 [alfons]
14494
14495         * configure.in, Makefile.am
14496         * tools/Makefile.am
14497                 add tools directory to source distribution
14498
14499 2001-08-30 [paul]
14500
14501         * configure.in
14502                 change to version 0.6.0claws
14503
14504         * sync with sylpheed 0.6.0 release
14505
14506 2001-08-30 [christoph]
14507
14508         * configure.in
14509                 removed autoconf version check
14510
14511 2001-08-30 [paul]
14512
14513         * src/account.c, src/compose.c, src/prefs_common.[ch]
14514         * src/procheader.[ch] src/utils.[ch]
14515                 Enhanced automatic account selection on replies
14516                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14517
14518         * configure.in
14519                 add LDAP and JPilot to the configuration results output.
14520
14521 2001-08-29 [christoph]
14522
14523         * src/summeryview.c
14524                 no bold font for ignored threads
14525
14526 2001-08-29 [paul]
14527
14528         * configure.in
14529                 change to version 0.5.3claws6
14530
14531         * sync with sylpheed 0.5.3cvs10
14532                 src/stringtable.[ch]: New Files
14533
14534         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14535         * src/pixmaps/sylpheed.xpm
14536                 add mini-icons to windows (by Alfons)
14537
14538 2001-08-27 [paul]
14539
14540         * src/mainwindow.c
14541                 new functions: next_labeled_cb(), prev_labeled_cb()
14542
14543         * src/summaryview.c
14544                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14545                 summary_select_next_labeled(), summary_select_prev_labeled()
14546
14547         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14548                 give claws blue folders and a blue trash can
14549
14550 2001-08-27 [paul]
14551
14552         * configure.in
14553                 change to version 0.5.3claws5
14554
14555         * sync with sylpheed 0.5.3cvs9
14556                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14557
14558 2001-08-24 [christoph]
14559
14560         * src/filesel.c
14561                 keep filename when browsing directories
14562                 (not working for user entered filename, but
14563                  for default name and selected filename from
14564                  file list)
14565         * src/mainwindow.c
14566                 fixed wrong spelling "Folllow-up"
14567         * src/mbox_folder.c
14568         * src/procmsg.c
14569         * src/summaryview.c
14570                 fixed new/unread message count with ignored
14571                 threads (2 commits, first didn't notice no
14572                 longer needed decreasing)
14573         * src/inc.c
14574                 readded scrolling of progress dialog
14575                 (lost in sync)
14576
14577 2001-08-24 [paul]
14578
14579         * configure.in
14580                 change to 0.5.3claws4
14581
14582         * sync with sylpheed 0.5.3cvs7
14583
14584 2001-08-24 [christoph]
14585
14586         * src/compose.c
14587                 set request return receipt when replying
14588                 if it is set is the folder prefs of the
14589                 message
14590         * src/inc.c
14591                 disable final error popup if popups are
14592                 disabled in config (again)
14593
14594 2001-08-23 [paul]
14595
14596         * configure.in
14597                 Change version number to 0.5.3claws3
14598
14599         * sync with sylpheed 0.5.3cvs5
14600
14601         * src/mimeview.c
14602                 double quote '%s' in 'gedit %s' to fix bug when
14603                 opening attachment with spaces in the name
14604
14605 2001-08-22 [alte]
14606         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14607           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14608                 initial message templates support
14609
14610
14611 2001-08-22 [paul]
14612
14613         * configure.in
14614                 change version number to 0.5.3claws2
14615
14616         * sync with sylpheed 0.5.3cvs4
14617
14618         * src/procmsg.h src/summaryview.c
14619                 re-implement (un)ignore thread
14620
14621 2001-08-21 [paul]
14622
14623         * src/summaryview.c
14624                 remove unnecessary code
14625         * src/compose.c
14626                 enable 'dynamic' signatures (submitted by
14627                 Eric Limpens <eric@hscg-internet.nl>)
14628
14629 2001-08-21 [paul]
14630
14631         clean up after sync with sylpheed 0.5.3 release
14632
14633         * src/folderview.c
14634                 fix re-introduced font mess, see Christoph's
14635                 entry 2001-06-24
14636
14637         * src/summaryview.c
14638                 remove prev_msgnum
14639                 use sylpheed's small font instead of
14640                 gtk default font for summary view
14641
14642
14643 2001-08-17 [paul]
14644
14645         * configure.in
14646                 add pl to ALL_LINGUAS - sync with main branch
14647
14648         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14649                 Updated. Translations by Jens Oberender, Ricardo Mones
14650                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14651
14652         * po/pl.po  ** NEW FILE **
14653                 sync with the main branch
14654
14655         * src/folderview.c
14656                 fix target folder colorizing and refresh problem
14657
14658
14659 2001-08-17 [christoph]
14660
14661         * src/mainwindow.c
14662                 claws uses 4 colors for target folder coloring.
14663                 arrays were not long enough and destroyed the
14664                 stack causing a segfault.
14665                 target folder colorizing does not work anymore
14666                 for me
14667
14668 2001-08-16 [paul]
14669
14670         * configure.in
14671                 change to version 0.5.3claws1
14672
14673         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14674           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14675           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14676
14677                 sync with sylpheed 0.5.3 release, but keep claws method of
14678                 configuring/saving fonts
14679
14680         * src/addressbook.[ch]
14681                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14682                 in line with a similar change in Hiroyuki's branch
14683
14684         * src/mainwindow.[ch]
14685                 disable main_window_set_thread_option()
14686         * src/prefs_folder_item.c
14687                 comment out &tmps_prefs.enable_thread,
14688         * src/mbox_folder.c, src/procmsg.[ch]
14689                 comment out MSG_IS_IGNORE_THREAD
14690         * src/summaryview.c
14691                 comment out summary_ignore_thread() and summary_unignore_thread()
14692                 comment out MSG_IS_IGNORE_THREAD
14693
14694                 use Hiroyuki's threading instead.
14695
14696
14697
14698 2001-08-15 [paul]
14699
14700         * src/account.c
14701                 use Hiroyuki's 0.5.3 column scheme but also
14702                 include the enable/disable button.
14703         * src/pixmaps/mark.xpm
14704                 add Hiroyuki's amended pixmap
14705
14706 2001-08-13 [christoph]
14707
14708         * src/account.c
14709                 receive at get all column showed wrong state for APOP
14710                 button should only work for POP3 and APOP accounts
14711         * src/prefs_account.c
14712                 added missing preprocessor statement for SSL
14713
14714 2001-08-12 [paul]
14715
14716         * src/account.[ch]
14717                 add 'receive at get all' column and enable/disable
14718                 button.
14719
14720 2001-08-06 [christoph]
14721
14722         * src/account.c
14723                 show usage of SSL in protocol column
14724
14725         * src/imap.c
14726         * src/inc.c
14727                 renamed ssl options
14728
14729         * src/prefs_account.[ch]
14730                 moved ssl options to a new page
14731
14732         * src/send.c
14733         * src/smtp.c
14734         * src/ssl.[ch]
14735                 renamed ssl options
14736                 added support for SMTP STARTTLS command
14737
14738 2001-08-05 [christoph]
14739
14740         * configure.in
14741                 debian autoconf needs version check to find
14742                 correct autoconf version. if the file is
14743                 named configure.in 2.13 is used, which does
14744                 not work with this configure.in script.
14745                 other solution would be to rename the script
14746                 to configure.ac as suggested in the autoconf
14747                 manual.
14748
14749         * src/inc.c
14750                 disable final error popup if popups are
14751                 diabled in config
14752
14753         * src/socket.c
14754                 bugfix in ssl_gets
14755                 fixes IMAP over SSL problem
14756
14757 2001-08-03 [paul]
14758
14759         * configure.in
14760                 change to 0.5.2claws1
14761
14762         * sync with sylpheed 0.5.2cvs1
14763
14764 2001-08-02 [alfons]
14765
14766         * configure.in
14767                 quick fix for ispell detection...
14768
14769 2001-08-01 [paul]
14770
14771         * configure.in
14772                 change to 0.5.1claws4
14773
14774         * sync with sylpheed 0.5.1cvs7
14775
14776 2001-07-31 [alfons]
14777
14778         * src/prefs_common.c, src/prefs_common.h, 
14779           src/gtkspell.c, src/gtkspell.h
14780                 add global spelling checker settings (compose tab) +
14781                 selection of dictionary 
14782           
14783         * configure.in  
14784                 guess valid ispell location
14785
14786 2001-07-31 [paul]
14787
14788         * po/POTFILES.in
14789                 removal of 'src/quote_fmt_parse.c'
14790         * po/de.po
14791                 Updated de.po
14792                 (submitted by Jens Oberender <didge@suse.de>)
14793
14794 2001-07-31 [darko]
14795
14796         * src/folder.[ch]
14797         * src/folderview.[ch]
14798         * src/mainwindow.c
14799         * src/mh.c
14800         * src/prefs_common.[ch]
14801         * src/summaryview.c
14802                 target folder colourization
14803
14804 2001-07-30 [paul]
14805
14806         more sync with Sylpheed 0.5.1cvs6 
14807
14808 2001-07-30 [darko]
14809
14810         * src/mh.c
14811         * src/prefs_folder_item.[hc]
14812         * src/summaryview.c
14813                 shared folders support with a GUI
14814
14815 2001-07-29 [paul]
14816
14817         0.5.1claws3
14818
14819         * sync with Sylpheed 0.5.1cvs6
14820
14821 2001-07-29 [paul]
14822
14823         * po/pt_BR.po
14824                 updated
14825                 (submitted by Fabio Junior Beneditto)
14826
14827 2001-07-28 [paul]
14828
14829         * src/procmime.c
14830         * AUTHORS
14831                 patch to correct bad image mime headers
14832                 (submitted by Don Quijote <dq@searchlores.org>)
14833
14834 2001-07-28 [paul]
14835
14836         * tools/gif2xface.pl   **NEW FILE**
14837         * tools/README
14838                 script to convert file.gif to file.xface for
14839                 use in a custom header.
14840                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14841
14842 2001-07-27 [alfons]
14843         
14844         * configure.in
14845                 change macros for detecting JPilot and LDAP
14846
14847 2001-07-27 [christoph]
14848
14849         * src/filtering.c
14850                 code cleanup (MIN / MAX warning, needed casting)
14851
14852 2001-07-27 [alfons]
14853
14854         * procheader.c
14855                 disallow setting flags when detecting certain headers
14856                 (X-Status, Status, Seen, X-Seen). 
14857         
14858         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14859
14860 2001-07-27 [christoph]
14861
14862         * src/prefs_filter.c
14863         * src/prefs_filtering.c
14864         * src/prefs_matcher.c
14865         * src/prefs_scoring.c
14866                 scroll list when moving rows up or down
14867
14868         * src/imap.c
14869         * src/imap.h
14870         * src/prefs_account.c
14871         * src/prefs_account.h
14872         * src/send.c
14873                 SMTP over SSL (untested, feedback requested)
14874                 IMAP over SSL
14875
14876         * src/ssl.c
14877                 code cleanup
14878
14879 2001-07-26 [alfons]
14880         
14881         * configure.in, acconfig.h
14882                 define CLAWS (need this for main / claws detection)
14883
14884 2001-07-25 [alfons]
14885
14886         * configure.in
14887                 Sylpheed 0.5.1claws2
14888                 
14889         * sync with Sylpheed 0.5.1cvs4
14890
14891 2001-07-25 [christoph]
14892
14893         * src/scoring.c
14894                 fixed segfault
14895                 item->prefs == NULL (don't know why)
14896
14897 2001-07-25 [alfons]
14898
14899         * configure.in
14900                 Sylpheed 0.5.1claws1
14901
14902         * sync with Sylpheed 0.5.1cvs1-3
14903
14904 2001-07-24 [christoph]
14905
14906         * src/folderview.c
14907         * src/prefs_folder_item.[ch]
14908                 added folderitem preferences dialog with
14909                 default To: and auto request return receipt
14910
14911         * src/compose.[ch]
14912         * src/menu.[ch]
14913                 changes to handle new folderitem preferences
14914
14915         * src/mainwindow.c
14916         * src/summaryview.c
14917                 call compose new mail with current folderitem
14918
14919 2001-07-24 [alfons]
14920
14921         Release Sylpheed 0.5.1claws
14922
14923         * configure.in
14924                 change to release version 0.5.1claws
14925
14926 2001-07-24 [christoph]
14927
14928         * src/summaryview.c
14929                 fixed segfault that happend when the selected
14930                 message was removed while retrieving new messages.
14931
14932         * po/es.po
14933                 updated translation
14934                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14935
14936 2001-07-22 [alfons]
14937
14938         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14939         this is a work in progress, for more information: http://nlpagan.net/sylman 
14940         
14941         * configure.in, src/mainwindow.c, manual/Makefile.am
14942                 add support for English manual
14943
14944         * AUTHORS
14945                 add authors of user manuals
14946
14947         * manual/en/sylpheed*.html
14948                 add English documentation
14949
14950 2001-07-22 [christoph]
14951
14952         * po/POTFILES.in
14953                 added src/ssl.c
14954         * src/ssl.c
14955                 changed a wrong debug message
14956
14957 2001-07-22 [alfons]
14958
14959         * po/nl.po
14960                 update Dutch translation
14961
14962         * src/prefs_filtering.c, 
14963           src/prefs_matcher.c
14964                 add more translatable strings           
14965
14966 2001-07-21 [alfons]
14967
14968         0.5.0claws7
14969
14970         * configure.in
14971                 change version
14972
14973         * src/inc.c, src/summaryview.[ch]
14974                 prevent update of mark file when filtering has done, by
14975                 using a variable; this affects two functions:
14976                         inc.c::inc_finished()
14977                         summaryview.c::summary_show()
14978
14979 2001-07-20 [alfons]
14980
14981         * src/filtering.[ch], src/prefs_filtering.c, 
14982           src/matcher.[ch]
14983                 add filtering action for label coloring 
14984
14985         * po/POTFILES.in
14986                 add labelcolors.c
14987
14988         * added src/labelcolors.c
14989         * added src/labelcolors.h
14990         * src/Makefile.am, src/summaryview.c
14991                 rearrange label coloring code
14992
14993         * src/procmsg.h
14994                 add more parentheses so label colouring works correctly
14995
14996         * src/filtering.c
14997                 don't really delete message, but move it to Trash
14998
14999         * src/prefs_matcher.c
15000                 add quote options to info dialog
15001
15002 2001-07-20 [christoph]
15003
15004         * src/Makefile.am
15005         * src/inc.c
15006         * src/main.[ch]
15007         * src/socket.h
15008         * src/ssl.[ch] (new)
15009                 moved ssl stuff to a seperate file
15010
15011 2001-07-20 [darko]
15012
15013         * src/summaryview.c
15014                 fix show sender using address book with no e-mail
15015                 address in From: field
15016
15017 2001-07-19 [alfons]
15018
15019         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15020                 fix messy handling of escaping... now at least the
15021                 execute command is useful. escape char is '\', we
15022                 accept \n and \r too. 
15023
15024                 Real life example:
15025                 
15026                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15027                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15028
15029 2001-07-18 [alfons]
15030
15031         0.5.0claws6
15032
15033         * src/summaryview.c
15034                 clean up
15035
15036         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15037           src/procmsg.[ch]
15038                 revise filtering; currently move, copy, marking have
15039                 been tested. if you like bleeding edge stuff, you
15040                 should definitely go for this version :)
15041
15042         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15043
15044 2001-07-17 [christoph]
15045
15046         * src/utils.c
15047                 timestamp log
15048
15049 2001-07-17 [alfons]
15050
15051         0.5.0claws5
15052
15053         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15054           bits in the mark file, without affecting either branch. Lots of
15055           files changed, also in claws branch.
15056
15057           UNTESTED: use of mbox folders
15058
15059         * src/summaryview.c
15060                 added mark all read; however this was a quick hack used for
15061                 cleaning up mess after initial merge with Hiroyuki
15062
15063         * configure.in
15064                 change claws version number back to 0.5.0claws5 to clear up 
15065                 confusion & pretension (recent release was technically 
15066                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15067
15068 2001-07-16 [alfons]
15069
15070         sync with Hiroyuki's 0.5.0cvs4
15071
15072 2001-07-16 [alfons]
15073
15074         0.5.1claws3
15075
15076         * src/filtering.[ch]
15077                 remove invalid updating of mark files for 
15078                 filter actions MATCHING_ACTION_MOVE and 
15079                 MATCHING_ACTION_DELETE; this should fix the
15080                 folder update bug
15081                 
15082         * src/procmsg.c
15083                 revert Christoph's stab at fixing the folder 
15084                 update bug
15085
15086         * po/POTFILES.in
15087                 add missing files with translatable strings
15088
15089         * src/summaryview.c
15090                 remove debug print
15091
15092 2001-07-15 [alfons]
15093
15094         * src/addr_compl.[ch], src/prefs_filtering.c
15095                 make "filtering pref dialog's destination entry" an
15096                 "address completable entry", if filter destination is 
15097                 an email address
15098
15099         0.5.1claws2
15100         
15101         sync with Hiroyuki's 0.5.0cvs2-3
15102
15103 2001-07-15 [christoph]
15104
15105         * src/procmsg.c
15106                 fixed folder stats update after incorporation
15107
15108 2001-07-15 [alfons]
15109
15110         * src/summaryview.c
15111                 * finish label colouring stuff (for now)
15112                 * fix incorrect colour bug (off by one) 
15113
15114 2001-07-14 [alfons]
15115
15116         * src/mainwindow.c
15117                 change text labels for news and mail message so there's
15118                 plenty of toolbar estate left
15119
15120         * configure.in
15121                 0.5.1claws1
15122
15123         * src/folderview.c
15124           src/folder.[ch]
15125                 sync with Hiroyuki's 0.5.0cvs1
15126
15127         * src/summaryview.c
15128                 more rewrite label colouring
15129
15130 2001-07-14 [alfons]
15131
15132         * src/summaryview.[ch]
15133                 * start rewrite label colouring 
15134                 * fix proper location "Add Sender To Addressbook" menu item
15135
15136 2001-07-13
15137
15138         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15139         (actually this is 0.5.0claws4)
15140
15141 2001-07-13 [alfons]
15142
15143         * po/pt_BR.po
15144                 * fix duplicate message
15145                 * add updated Portugese / Brazilian translation
15146                   submitted by Fabio Junior Beneditto
15147
15148 2001-07-12 [alfons]
15149
15150         * AUTHORS
15151                 add Jens
15152
15153         * po/nl.po
15154                 add updated Dutch translation
15155
15156         * po/de.po
15157                 add updated German translation submitted by Jens
15158
15159 2001-07-11 [alfons]
15160
15161         Prerelease before 0.5.0claws. Please test.
15162         This version is temporarily tagged as VERSION_0_5_0_TEST
15163
15164         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15165           src/prefs_scoring.c, src/prefs_matcher.c, 
15166           src/prefs_filtering.c, src/mbox.c, 
15167           src/main.c, src/inc.c, src/filtering.[ch]
15168                 revert new Hoa's new matcher (does not work yet)
15169
15170         * src/Makefile.am
15171                 clean up
15172
15173 2001-07-10
15174
15175         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15176
15177
15178 2001-07-10 [alfons]
15179
15180         * Makefile.am
15181                 add ChangeLog.claws to EXTRA_DIST
15182         * src/Makefile.am
15183                 add matcher_parser_parse.h to EXTRA_DIST
15184
15185 2001-07-10 [christoph]
15186
15187         * src/inc.c
15188                 add destination folder to table of
15189                 folders that need to be updated after
15190                 incorporation
15191
15192 2001-07-10 [alfons]
15193
15194         * folder.[ch]
15195           folderview.c
15196                 make collapse state of folders and folder items persistent, i.e.
15197                 if you collapse a folder tree, the next time sylpheed-claws starts 
15198                 up the folder tree remains collapsed.  
15199                 
15200 2001-07-10 [christoph]
15201
15202         * acconfig.h
15203         * configure.in
15204                 added --enable-ssl
15205         * src/md5.[ch]
15206                 renamed MD5_CTX to MD5_CTX_syl
15207                 conflicts with a struct in openssl
15208         * src/inc.c
15209         * src/main.[ch]
15210         * src/prefs_account.[ch]
15211         * src/socket.[ch]
15212                 SSL support for POP
15213         * src/mainwindow.c
15214                 fixed compose with current account
15215                 broken by new compose button stuff
15216
15217 2001-07-09 [hoa]
15218
15219         * AUTHORS
15220                 changed my email address
15221
15222         * src/matcher_parser_parse.y
15223                 clean the parser to remove conflicts
15224
15225 2001-07-09 [alfons]
15226
15227         * AUTHORS
15228                 add Match Grun
15229
15230         * configure.in
15231                 fix incorrect description of --enable-ldap parameter
15232
15233         * src/prefs_common.[ch]
15234           src/compose.c
15235                 add experimental option "smart wrapping" which makes the
15236                 compose editor auto wrap.
15237                 
15238                 | TODO: the problem with the buggy cursor handling is caused |
15239                 | by the GtkText. when deleting / backspacing text its       |
15240                 | wrapping algorithm does not take in account the previous   |
15241                 | line. should find a way to hack this in.                   |
15242                 | or should perhaps combine this with the word wrapping      |
15243                 | patch i wrote in january.                                  |
15244
15245         * src/about.c
15246                 show build parameters for LDAP and JPilot
15247
15248         * src/summaryview.c
15249                 revert Christoph's bugfix for selecting next unread message, 
15250                 because folder stats aren't updated correctly
15251
15252 2001-07-08 [hoa]
15253
15254         * src/filtering.c
15255         * src/mainwindow.c
15256         * src/matcher.c
15257         * src/matcher_parser_lex.l
15258         * src/matcher_parser_parse.y
15259         * src/prefs_filtering.c
15260         * src/prefs_scoring.c
15261         * src/scoring.c
15262                 bugfix of the config file parser
15263
15264 2001-07-08 [alfons]
15265
15266         * src/Makefile.am
15267                 added generated matcher sources to BUILT_SOURCES
15268
15269 2001-07-08 [hoa]
15270
15271         * src/Makefile.am
15272         * src/.cvsignore
15273                 added new config file parser
15274
15275         * src/scoring.[ch]
15276         * src/filtering.[ch]
15277         * src/matcher.[ch]
15278         * src/prefs_filtering.c
15279         * src/prefs_matcher.c
15280         * src/prefs_scoring.c
15281         * added src/matcher_parser.h
15282         * added src/matcher_parser_lex.h
15283         * added src/matcher_parser_lex.l
15284         * added src/matcher_parser_parse.y
15285                 lex & yacc config file parser
15286
15287         * src/mbox.c
15288         * src/inc.c
15289         * src/main.c
15290                 changes prefs_filtering into global_filtering           
15291
15292         * src/summaryview.c
15293                 build threads with subjects only if "Re: " is at the
15294                 beginning of the subject
15295
15296 2001-07-07 [paul]
15297
15298         0.5.0claws
15299
15300         sync with sylpheed 0.5.0
15301                 change of version number only
15302
15303 2001-07-06 [paul]
15304
15305         0.5.0claws5
15306
15307         sync with sylpheed 0.5.0pre5
15308
15309 2001-07-05 [paul]
15310
15311         sync with sylpheed 0.5.0pre4 release
15312                 /po and /manual/ja not sync'ed
15313
15314 2001-07-04 [paul]
15315
15316         more sync with sylpheed 0.5.0pre4
15317
15318 2001-07-03 [christoph]
15319
15320         * src/addressbook.c
15321                 fixed address book broken by address book
15322                 for VCard, JPilot, LDAP
15323
15324 2001-07-03 [alfons]
15325
15326         * src/matcher.c
15327         * src/textview.c
15328                 stopped memory leaks
15329
15330 2001-07-03 [paul]
15331
15332         more sync with sylpheed 0.5.0pre4
15333
15334 2001-07-02 [match]
15335
15336         * included address book patch for VCard, JPilot, LDAP
15337         * pref_common.c - fixed Font options on Display tab (cosmetic)
15338         * alertpanel.c - fixed truncated message
15339
15340 2001-07-02 [christoph]
15341
15342         * src/mbox_folder.c
15343         * src/procmsg.[ch]
15344         * src/summaryview.c
15345                 mark threads for ignoring
15346
15347 2001-07-02 [paul]
15348
15349         0.5.0claws4
15350
15351         * sync with sylpheed 0.5.0pre4
15352                 updated gettext to 0.10.38.
15353
15354 2001-07-01 [paul]
15355
15356         * src/ mainwindow.c
15357         * src/procmsg.h
15358         * src/summaryview.[ch]
15359                 new right-click option: Label.
15360                 substitute for 'Mark-->Mark/Unmark', colours the line.
15361                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15362
15363 2001-07-01 [christoph]
15364
15365         * src/folderview.c
15366                 fixed font for trash
15367         * src/summaryview.c
15368                 move ctree to unread message
15369
15370 2001-07-01 [paul]
15371
15372         * sync with sylpheed 0.5.0pre3 release
15373
15374 2001-06-30 [alfons]
15375
15376         * src/filesel.[ch]
15377         * src/compose.c
15378                 allow inserting / attaching multiple files in
15379                 the composer window
15380
15381 2001-06-30 [paul]
15382
15383         * src/codeconv.c
15384                 small change to Alfons' previous stuff so that it
15385                 actually makes
15386
15387 2001-06-30 [alfons]
15388
15389         * lots of files changed; first attempt to merge the changes
15390           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15391
15392 2001-06-30 [paul]
15393
15394         * po/pt_BR.po
15395                 updated and completed, translations by Fabio
15396                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15397
15398 2001-06-29 [alfons]
15399
15400         * src/compose.c
15401         * src/mimeproc.[ch]
15402                 allow selecting an attached files' mime type from a 
15403                 list of types.
15404
15405 2001-06-29 [paul]
15406
15407         * more sync with sylpheed 0.5.0pre3
15408
15409 2001-06-29 [paul]
15410
15411         * po/pt_BR.po
15412                 merge with sylpheed.pot and pt_BR.po provided by
15413                 Fabio Junior Beneditto.
15414
15415 2001-06-29 [darko]
15416
15417         * src/procmime.c
15418                 make MIME types case insensitive
15419
15420 2001-06-28 [alfons]
15421
15422         * po/nl.po
15423                 merge with sylpheed.pot and old nl.po; translations added.
15424
15425 2001-06-28 [paul]
15426
15427         * more sync with sylpheed 0.5.0pre3
15428
15429 2001-06-27 [alfons]
15430
15431         * src/summaryview.c
15432                 don't crash when removing parent node of messages
15433                 attracted by subject. this was caused by not deleting
15434                 the parent node from the subject line hash table.
15435
15436 2001-06-27 [alfons]
15437
15438         * src/summaryview.c
15439         * src/compose.[ch]
15440         * src/mainwindow.c
15441                 if there are multiple messages selected, allow forwarding
15442                 them as attachments.
15443
15444 2001-06-27 [paul]
15445
15446         * more sync with sylpheed 0.5.0pre3
15447
15448 2001-06-26 [paul]
15449
15450         0.5.0claws3
15451
15452         * sync with sylpheed 0.5.0pre3
15453
15454 2001-06-25 [paul]
15455
15456         * src/mainwindow.c
15457                 fixed 'compose news article' bug
15458                 from icon-and-text toolbar
15459
15460 2001-06-25 [paul]
15461
15462         * sync with sylpheed 0.5.0pre2 release
15463
15464 2001-06-24 [christoph]
15465
15466         * src/prefs_common.c
15467                 bug fix in font selection
15468         * src/folderview.c
15469                 use sylpheed's normal font instead of
15470                 gtk default font for folders without
15471                 new messages
15472
15473 2001-06-24 [alfons]
15474
15475         * src/mainwindow.[ch]
15476                 added composite compose mail / news button (an idea by Leandro
15477                 Pereira <leandro@linuxmag.com.br>)
15478
15479 2001-06-24 [paul]
15480
15481         Added instructions for ldif-to-xml.py
15482
15483         * tools/README
15484
15485 2001-06-23 [alfons]
15486
15487         Some minor things.
15488
15489         * src/pixmaps/stock_news_compose.xpm
15490                 added pixmap by Leandro
15491         * src/prefs_common.c
15492                 tested built-in spelling checker of GCC 3.0 :)
15493         * po/nl.po
15494                 merged dutch translation of sylpheed-main with
15495                 sylpheed.pot
15496
15497 2001-06-23 [paul]
15498
15499         Added tools directory and files.
15500
15501         * tools/filter_conv.pl
15502                 converts old filter system to new filtering system
15503         * tools/ldif-to-xml.py
15504                 converts netscape addressbook to sylpheed addressbook
15505         * tools/README
15506                 descriptions/instructions for above two files
15507
15508 2001-06-23 [christoph]
15509
15510         * src/inc.c
15511         * src/manage_window.[ch]
15512         * src/prefs_common.[ch]
15513                 mail retrieval dialog can be enabled, disabled
15514                 or hidden if non of sylpheed's windows is active
15515
15516 2001-06-22 [paul]
15517
15518         0.5.0claws2
15519
15520         * sync with sylpheed 0.5.0pre2
15521
15522 2001-06-21 [christoph]
15523
15524         * src/summaryview.c
15525                 show recipient on 'from' for all accounts
15526                 
15527         * src/inc.c
15528         * src/prefs_common.[ch]
15529                 disable error popup on mail receive errors
15530
15531 2001-06-21 [alfons]
15532
15533         * src/compose.c
15534                 made the ruler correctly appear and disappear.
15535
15536         * src/Makefile.am
15537                 removed Hoa's work-in-progress-stuff (interesting!) so 
15538                 claws compiles ok.
15539
15540 2001-06-20 [christoph]
15541
15542         * src/inc.c
15543         * src/progressdialog.c
15544                 added scrolled window for list in progressdialog
15545
15546 2001-06-20 [paul]
15547
15548         sync with sylpheed 0.5.0pre1 release
15549
15550 2001-06-20 [christoph]
15551
15552         * src/summeryview.c
15553                 make building threads by subject work when
15554                 thread view is enabled
15555                 
15556         * src/compose.c
15557         * src/prefs_common.[ch]
15558                 automatically select account for mail replys
15559
15560 2001-06-19 [sergey]
15561
15562         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15563         they are filled in from the account settings.
15564
15565 2001-06-19 [paul]
15566
15567         * more sync with sylpheed 0.5.0pre1
15568
15569 2001-06-18 [alfons]
15570
15571         * src/Makefile.am,
15572           src/procmime.c
15573                 added --sysconfdir to CPPFLAGS for pointing to the correct
15574                 location of mime.types. 
15575
15576                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15577                 or ./configure!
15578
15579 2001-06-18 [hoa]
15580
15581         * src/summaryview.c
15582                 fixed some bug when building threads
15583
15584 2001-06-18 [pau]l
15585
15586         * src/prefs_account.c
15587                 UI stuff: More changes to the English
15588
15589 2001-06-18 [paul]
15590
15591         * src/pixmaps/stock_news_compose.xpm: new file
15592         * src/Makefile.am
15593         * src/mainwindow.c
15594         * src/summaryview.c
15595                 Added new icon for Hoa's 'compose a news
15596                 message', plus minor improvements to the
15597                 English
15598
15599         * po/ja.po
15600         * ChangeLog
15601         * ChangeLog.jp
15602                 more sync with sylpheed 0.5.0pre1
15603
15604 2001-06-18 [hoa]
15605
15606         * src/compose.[ch]
15607         * src/mainwindow.c
15608                 Follow-up and reply to
15609
15610         * src/summaryview.[ch]
15611                 Build threads also with subjects
15612
15613 2001-06-17 [hoa]
15614
15615         * src/compose.c
15616                 forwarding use the current account.
15617
15618         * src/mainwindow.c
15619                 the "compose message" button has been replaced with
15620                 "new mail" and "new news" buttons
15621
15622         * src/prefs_common.[ch]
15623                 added a configuration option to use the forward button
15624                 as "forward as attachment"
15625                 changed reply and forward format description
15626
15627         * src/quote_fmt_lex.l
15628         * src/quote_fmt_parse.y
15629                 added message with no signature in format for reply
15630                 and forward.
15631
15632 2001-06-17 [paul]
15633
15634         Minor UI stuff
15635
15636         * src/mainwindow.c
15637         * src/summaryview.c
15638                 Improvements to the English
15639
15640         * src/prefs_common.c
15641                 Improvements to the English and some
15642                 clarity/continuity improvements in the
15643                 description of Quote symbols.
15644
15645 2001-06-17 [paul]
15646
15647         0.5.0claws1
15648
15649         * sync with sylpheed 0.5.0pre1
15650
15651 2001-06-17 [hoa]
15652
15653         * src/compose.c
15654                 Better interface for compose, displayed fields
15655                 are updated whenever we change account.
15656                 Newsgroups field is automatically filled.
15657
15658         * src/mainwindow.c
15659                 Newsgroups field is automatically filled.
15660
15661         * src/prefs_account.c
15662                 Some interface stuff when fields appear and
15663                 disappear.
15664
15665 2001-06-16 [paul]
15666
15667         0.4.99claws
15668
15669         * sync with sylpheed 0.4.99
15670
15671 2001-06-16 [sergey]
15672
15673         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15674         base64_decoder_free, base64_decoder_decode): new object and
15675         functions for decoding base64 streams.
15676         * src/procmime.c (procmime_decode_content): modified to use the
15677         new base64 decoder.
15678
15679 2001-06-15 [paul]
15680
15681         0.4.99claws10
15682
15683         * sync with sylpheed 0.4.99cvs11
15684
15685 2001-06-13 [paul]
15686
15687         0.4.99claws9
15688
15689         * sync with sylpheed 0.4.99cvs9
15690
15691 2001-06-13 [hoa]
15692
15693         * src/compose.c
15694         * src/prefs_account.c
15695
15696                 SMTP server can be defined in the news account
15697                 mime type of attachment are kept.
15698
15699         * src/summaryview.c
15700
15701                 now choose the highest important score between default
15702                 and important score of folder.
15703
15704 2001-06-09 [alfons]
15705         
15706         * src/prefs_common.c: 
15707
15708                 (prefs_quote_description_create): corrected description of 
15709                 quote format characters
15710
15711 2001-06-09 [paul]
15712
15713         0.4.99claws8
15714
15715         * sync with sylpheed 0.4.99cvs8
15716
15717 2001-06-08 [sergey]
15718
15719         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15720         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15721
15722 2001-06-08 [paul]
15723
15724         0.4.99claws7
15725
15726         * sync with sylpheed 0.4.99cvs7
15727
15728 2001-06-06 [sergey]
15729
15730         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15731         clashes with autogenerated header).
15732         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15733         * src/Makefile.am: added quote_fmt.h.
15734         * src/.cvsignore: added lex/yacc autogenerated files
15735         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15736
15737 2001-06-06 [paul]
15738
15739         0.4.99claws6
15740
15741         * sync with sylpheed 0.4.99cvs6
15742
15743 2001-06-06 [hoa]
15744
15745         * added src/quote_fmt_parse.h
15746         * src/compose.c
15747                 removed warnings
15748
15749         * src/prefs.[ch]
15750                 don't modify readonly configuration files
15751
15752         * src/prefs_account.c
15753         * src/prefs_common.c
15754         * src/prefs_customheader.c
15755         * src/prefs_display_header.c
15756         * src/prefs_filter.c
15757         * src/prefs_filtering.c
15758         * src/prefs_scoring.c
15759                 don't open dialog box when configuration files
15760                 are readonly
15761
15762 2001-06-05 [sergey]
15763
15764         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15765
15766         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15767         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15768         BUILT_SOURCES to make all files rebuild properly.
15769
15770         * src/compose.c: removed #include "quote_fmt.tab.h".
15771
15772         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15773         CHARACTER value in yylval.
15774
15775         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15776         receive CHARACTER value by documented means (yylval).
15777
15778         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15779
15780 2001-06-05 [hoa]
15781
15782         * src/Makefile.am
15783                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15784
15785         * src/filtering.c
15786         * src/matcher.c
15787         * src/matcher.h
15788         * src/prefs_filtering.c
15789                 now keep the configuration for execute action
15790
15791         * src/mbox_folder.c
15792                 fixed a warning
15793
15794 2001-06-05 [paul]
15795
15796         * sync with sylpheed 0.4.99cvs5
15797
15798 2001-06-05 [hoa]
15799
15800         * src/Makefile.am
15801                 added quote_fmt.[ch]
15802
15803         * added src/quote_fmt.y
15804         * added src/quote_fmt.l
15805         * added src/quote_fmt.tab.h
15806         * added src/quote_fmt.tab.c
15807         * added src/lex.quote_fmt.c
15808                 parsing configuration for replying
15809                 and forwarding
15810
15811         * src/prefs_common.[ch]
15812                 added configuration UI for replying
15813                 and forwarding
15814
15815         * src/compose.c
15816                 using configuration for replying
15817                 and forwarding
15818
15819 2001-06-04 [hoa]
15820
15821         * src/filtering.c
15822         * src/matcher.c
15823         * src/matcher.h
15824         * src/prefs_filtering.c
15825         * src/prefs_matcher.c
15826         * src/prefs_matcher.h
15827                 action "run a command" for filtering
15828                 and matching with a command.
15829                 fixed the "whole message" matching
15830
15831         * src/mbox_folder.c
15832                 changed temporary filename for security
15833
15834         * src/messageview.c
15835                 queue the notification if it fails to send.
15836
15837         * src/prefs_common.c
15838         * src/prefs_folder_item.c
15839                 changed the default important score             
15840
15841         * src/prefs_scoring.c
15842         * src/scoring.c
15843                 hide kill score input when the folder is not
15844                 a newsgroup
15845
15846 2001-06-03 [alfons]
15847
15848         * src/prefs_common.c:
15849
15850                 (prefs_font_select): pass font name in font entry box to font
15851                 selection dialog.
15852
15853 2001-06-03 [sergey]
15854
15855         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15856
15857 2001-06-03 [paul]
15858
15859         * sync with sylpheed 0.4.99cvs4
15860
15861 2001-06-03 [alfons]
15862
15863         * src/headerwindow.c:
15864
15865                 (headerwindow_show_cb): use the selected summary view item, not
15866                 the displayed item.
15867
15868 2001-06-02 [alfons]
15869
15870         * src/headerwindow.c:
15871
15872                 (headerwindow_show_cb): always try to show msginfo
15873
15874 2001-06-02 [hoa]
15875
15876         * src/compose.c
15877                 keep attached parts when reediting or forwarding.
15878
15879 2001-06-01 [hoa]
15880
15881         * src/folderview.c
15882         * src/prefs_folder_item.[ch]
15883         * src/prefs_scoring.[ch]
15884         * src/scoring.[ch]
15885         * src/summaryview.[ch]
15886         * src/main.c
15887         * src/mainwindow.c
15888         * src/prefs_common.[ch]
15889                 support for folder scoring
15890                 kill score and important score for messages
15891         
15892         * src/prefs_account.c
15893                 some display bug fixed for local account
15894                 preferences
15895
15896 2001-05-31 [alfons]
15897
15898         * src/summaryview.c:
15899
15900                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15901                 sender to address book menu item is disabled.
15902
15903 2001-05-30 [hoa]
15904
15905         * src/filtering.[ch]
15906         * src/summaryview.c
15907                 handling summary menu / filter messages
15908
15909         * src/folder.[ch]
15910                 add some stuff
15911
15912         * src/foldersel.c
15913                 imap folders now appears in list
15914
15915         * src/mbox_folder.c
15916                 doesn't crash if destination mail is not writeable
15917
15918 2001-05-29 [hoa]
15919
15920         * src/compose.c
15921                 removed some warnings
15922
15923         * src/filtering.c
15924         * src/folder.[ch]
15925         * src/prefs_filtering.c
15926                 global string to identify any folders           
15927                 removed some debug info
15928                 filtering to mbox folders is now possible
15929
15930         * src/mainwindow.c
15931                 removed some warnings
15932
15933         * src/mbox_folder.c
15934                 permission on files are changed to read/write for user only,
15935                 nothing for other.
15936                 creation of subfolder is handled better.
15937
15938 2001-05-28 [alfons]
15939
15940         Verified the sync for src/prefs_common.[ch] and
15941         src/prefs_account.[ch]. I believe there were some
15942         minor indentation differences.
15943
15944 2001-05-28 [paul]
15945
15946         0.4.99claws3
15947
15948         * sync with 0.4.99cvs3
15949
15950 2001-05-28 [hoa]
15951
15952         * src/compose.c
15953                 handling flags for mbox format
15954
15955         * src/filtering.c
15956                 use of mark file only for MH format
15957                 handling flags for mbox format
15958                 filtering cannot yet move or copy mails to mbox folders.
15959
15960         * src/folder.[ch]
15961                 changed move_msg, copy_msg,
15962                 move_msgs_with_dest, copy_msgs_with_dest functions
15963                 uses only folder->copy_msg() function
15964                 uses folder->finished_copy() to handle the destination
15965                 folder at the end of the copy or move operation.
15966
15967         * src/foldersel.c
15968                 included mbox directories.
15969
15970         * src/folderview.[ch]
15971         * src/mainwindow.c
15972                 handle folders operation for mbox format
15973
15974         * src/mbox.c
15975                 disable conversion of "From " header
15976
15977         * src/mbox_folder.[ch]
15978                 completion of mbox format handling
15979
15980         * src/mh.c
15981                 changed mh_copy_msg() function and
15982                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15983                 mh_copy_msgs_with_dest()
15984
15985         * src/prefs_filtering.c
15986                 removed some warnings
15987
15988         * src/prefs_matcher.c
15989                 default boolean operation is AND
15990
15991         * src/procheader.c
15992                 handling flags for mbox format
15993                 handling of "From " header
15994
15995         * src/procmsg.[ch]
15996                 removed data field
15997                 added MSG_REALLY_DELETED flags to handle deletion of
15998                 messages in mbox format.
15999
16000         * src/summaryview.c
16001                 handling flags for mbox format
16002                 disable the MSG_DELETED flags when messages
16003                 are deleted in mbox format
16004
16005         * src/textview.c
16006                 "From " headers display fixed.
16007
16008 2001-05-27 [alfons]
16009
16010         * src/textview.c:
16011                 
16012                 (get_email_part): skip quoted email addresses, like in e.g.
16013                 "'alfons@proteus.demon.nl'".
16014
16015 2001-05-26 [alfons]
16016
16017         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16018         and fixing the persistence troubles when using separate windows.
16019
16020         * src/mainwindow.c:
16021         
16022             Added #define SEPARATE_ACTION used in the gtk item factory for 
16023             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16024                 use gtk_item_factory_get_widget_by_action() to get the items.
16025                 
16026             Removed separate_widget_cb from the gtk item factory data   
16027           
16028             (mainwindow_create): connect separate_widget_cb() to check
16029             menu item "toggled" signal. also passing a MainWindow pointer
16030                 as object data for both check menu items.
16031                 
16032             (separate_widget_cb): definition of separate_widget_cb() to match
16033             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16034                 window using gtk_object_get_data(). The type of window separation 
16035                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16036         
16037         * src/prefs_filtering.c,
16038           src/prefs_matcher.c: added horizontal scrollbars
16039
16040 2001-05-25 [darko]
16041
16042         * src/headerview.c
16043                 fix segfault with invalid bold font
16044         * src/summaryview.c
16045                 correctly display summary stats after row is marked
16046
16047 2001-05-23 [sergey]
16048
16049         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16050         encodings with libjconv.
16051
16052 2001-05-23 [hoa]
16053
16054         * src/Makefile.am
16055                 added mbox_folder.[ch]
16056         * src/defs.h
16057                 mbox temporary folder
16058         * src/folder.[ch]
16059         * added src/mbox_folder.[ch]
16060         * src/folderview.c
16061         * src/procheader.[ch]
16062                 added mbox support
16063         * src/mbox.c
16064                 bugfix for file incorporation filtering
16065         * src/imap.c
16066                 enable creation of MBOX
16067         * src/prefs_display_header.c
16068                 enable use of headers like "From "
16069                 something that should be fixed :
16070                         displaying of such headers add an extra space
16071         * src/prefs_folder_item.c
16072                 don't create folders because it is not necessary
16073         * src/procmsg.h
16074                 added data field to MsgInfo for mbox internal use
16075         * src/summaryview.c
16076                 added some support for mbox
16077         * src/utils.[ch]
16078                 added get_mbox_cache_dir() function
16079
16080 2001-05-23 [hiroyuki]
16081
16082         * src/headerwindow.c
16083           src/inc.c
16084           src/main.c
16085           src/mh.c
16086           src/nntp.c
16087           src/procmsg.h
16088           src/session.h
16089           src/socket.[ch]
16090           src/summaryview.c
16091           src/textview.c
16092           src/automaton.c
16093           src/folderview.c: more sync with 0.4.99cvs2.
16094
16095         * src/headerwindow.c: reverted.
16096
16097 2001-05-22 [paul]
16098
16099         0.4.99claws2
16100
16101         * sync with sylpheed 0.4.99cvs2
16102                 * src/news.[ch]
16103                 * src/nntp.[ch]
16104                 * INSTALL
16105                 * INSTALL.jp
16106
16107 2001-05-22 [alfons]
16108
16109         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16110
16111 2001-05-21 [alfons]
16112
16113         Minor things:
16114
16115         * configure.in: if gnome-config not found, "no" is displayed
16116         
16117         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16118
16119         * src/textview.c: now also possible to add mail addresses by right
16120           clicking in the text view
16121
16122         * src/codeconv.c: merged patch which fixes endless loop when encountering
16123           invalid wide characters; from Alte <010@imis.ru>  
16124
16125 2001-05-20 [alfons]
16126
16127         Added installation of gnome specific things:
16128
16129         * Makefile.am: gnome conditional
16130
16131         * configure.in: check for installed gnome
16132
16133         * added sylpheed.png, sylpheed.desktop
16134
16135 2001-05-20 [sergey]
16136
16137         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16138
16139         * src/mainwindow.h (main_window_toolbar_create): created a button
16140         for "Reply to all".
16141         (main_window_set_toolbar_sensitive): enable/disable the new button
16142         appropriately.
16143         (toolbar_reply_to_author_cb): handle the new button.
16144
16145         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16146         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16147         failure).
16148
16149 2001-05-19 [sergey]
16150
16151         * src/compose.h (ComposeReplyMode): new modes
16152         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16153         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16154
16155         * src/compose.c
16156         (compose_send): move some code into a new function:
16157         (compose_current_mail_account): new function.
16158         (compose_reply): new argument to_author, all callers changed; if
16159         to_author==TRUE and account->protocol==A_NNTP, find and use an
16160         appropriate mail account for replying.
16161         (compose_reply_set_entry): new argument to_author; ignore
16162         compose->replyto if to_author==TRUE.
16163
16164         * src/mainwindow.c: new command "Message/Reply to author".
16165         (main_window_set_menu_sensitive): enable/disable it.
16166         (reply_cb): handle it.
16167
16168         * src/summaryview.c: new command "Reply to author".
16169         (summary_set_menu_sensitive): enable/disable it.
16170         (summary_reply_cb): handle it.
16171
16172         * src/account.c (account_find_mail_from_address): new function.
16173
16174 2001-05-18 [paul]
16175
16176         0.4.99claws1
16177
16178         * sync with sylpheed 0.4.99cvs1
16179
16180 2001-05-18 [hoa]
16181
16182         * src/compose.[ch]
16183         * src/filtering.c
16184         * src/summaryview.c
16185                 new filtering action : forward and forward as attachment
16186
16187         * src/main.c
16188                 no need for $DISPLAY when we run sylpheed --help
16189                 call to parse_cmd_opt() is moved
16190
16191         * src/mainwindow.[ch]
16192                 execute button is hidden when immediate execute
16193                 is chosen
16194
16195         * src/mh.c
16196         * src/news.c
16197         * src/prefs_folder_item.c
16198         * src/procmsg.c
16199                 better handling of missing directories
16200
16201         * src/summaryview.c
16202                 reedit is enabled in outbox
16203                 reedit is enabled in queue
16204
16205 2001-05-17 [hoa]
16206
16207         * src/filtering.c
16208         * src/matcher.[ch]
16209         * src/prefs_filtering.c
16210                 changed attachement into attachment
16211
16212 2001-05-17 [alfons]
16213
16214         0.4.67claws4    
16215
16216         * sync with sylpheed 0.4.67cvs9
16217         * sync with sylpheed 0.4.67cvs7-8
16218
16219 2001-05-17 [hoa]
16220
16221         * src/Makefile.am
16222                 added prefs_filtering.c
16223
16224         * src/filtering.[ch]
16225         * src/matcher.[ch]
16226                 removed action : forward_news and forward_news_as_attachement
16227                 (forward and forward_as_attachement can be used instead)
16228
16229         * src/mainwindow.c
16230                 added menu option to access filtering configuration
16231
16232         * src/prefs_account.c
16233                 changed mail_command default to /usr/sbin/sendmail
16234
16235         * added src/prefs_filtering.[ch]
16236                 dialog box for filtering configuration
16237
16238         * src/prefs_matcher.c
16239                 added function prefs_matcher_get_criteria_from_matching()
16240
16241         * src/prefs_scoring.c
16242                 reset the dialog when register or substitute is clicked
16243
16244 2001-05-15 [hoa]
16245
16246         * src/Makefile.am
16247                 added filtering.[ch]
16248         * src/inc.c
16249                 using filering.[ch] instead of filter.[ch]
16250         * src/main.c
16251                 reading new filtering configuration
16252         * src/matcher.[ch]
16253                 added some filtering actions
16254                 and fixed a bug for headers and mail body matching
16255         * src/mbox.c
16256                 using filering.[ch] instead of filter.[ch]
16257         * src/mh.c
16258                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16259         * src/summaryview.c
16260                 some fixes for filtering
16261
16262 2001-05-14 [hiroyuki]
16263
16264         * src/send.c: fixed some weird indentations.
16265           send_message_with_command(): call pclose() only if p != NULL.
16266         * src/textview.c: get_email_part(): modified the code for readability.
16267
16268 2001-05-14 [hiroyuki]
16269
16270         * src/md5global.h
16271           src/md5ify.c
16272           src/md5ify.h: removed from the cvs.
16273
16274 2001-05-13 [sergey]
16275
16276         * src/main.c: include rfc2015.h to avoid compiler warnings.
16277         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16278         the panel is already on screen.
16279         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16280         closing the alert window by ESC as "No".
16281         * src/prefs_common.c (prefs_interface_create): moved return
16282         receipt check button to the correct place.
16283
16284 2001-03-13 [alfons]
16285
16286         * src/prefs_common.c: 
16287                 moved return receipt check button to the Send tab. (prefs_send_create)
16288                 removed the date format ui related globals. (prefs_display_create)
16289
16290         0.4.67claws3
16291         
16292         * sync with sylpheed 0.4.67cvs5-6
16293
16294 2001-05-13 [paul]
16295
16296         * added Alfons' font selection patch
16297
16298         * src/defs.h
16299         * src/headerwindow.c
16300         * src/prefs_common.c
16301         * src/prefs_common.h
16302
16303 2001-05-13 [hoa]
16304         * src/defs.h
16305                 changed version of cache
16306         * src/matcher.[ch]
16307         * src/prefs_matcher.c
16308                 added additionnal matching criteria
16309         * src/procheader.c
16310         * src/procmsg.[ch]
16311         * src/news.c
16312                 added references in MsgInfo
16313
16314 2001-05-12 [hoa]
16315
16316         * src/defs.h
16317                 prepared some things for new filtering
16318         * src/matcher.[ch]
16319                 added some matching properties
16320                 inreplyto need to be enhanced
16321                 prepared some things for new filtering
16322         * src/messageview.c
16323                 added Return-Receipt-To handling
16324         * src/prefs_folder_item.c
16325                 changed default value to TRUE
16326         * src/prefs_matcher.c
16327                 added some matching properties
16328         * src/prefs_scoring.[ch]
16329                 the scoring dialog is finished
16330         * src/procheader.c
16331                 added Return-Receipt-To handling
16332                 Reference need to be added
16333         * src/procmsg.[ch]
16334                 added Return-Receipt-To handling
16335                 added threadscore to get a better score sorting when
16336                 threads are enabled
16337         * src/summaryview.c
16338                 suppressed a bug when we sort the list
16339                 when no folder is opened.
16340                 better score sorting when threads are enabled
16341
16342 2001-05-12 [alfons]
16343
16344         * reverted previous patch because of potential errors 
16345
16346         0.4.67claws2
16347         
16348         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16349                 applied "toggle mail-retrieval dialog window" patch submitted 
16350                 by Eric Limpens <eric@qnt.net>
16351
16352         * sync with sylpheed 0.4.67cvs4
16353
16354 2001-05-12 [sergey]
16355
16356         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16357         some picky compilers.
16358         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16359         * src/grouplist_dialog.c: include alertpanel.h.
16360         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16361         fix compile warning.
16362         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16363         #include "defs.h" before others to prevent the warning of `MIN'
16364         and `MAX' redefinition.
16365
16366 2001-05-11 [hoa]
16367
16368         * src/main.c
16369         * src/messageview.c
16370         * src/prefs_account.c
16371         * src/prefs_display_header.c
16372                 removed warning
16373         * src/Makefile.am
16374                 added prefs_scoring.[ch]
16375         * src/grouplist_dialog.c
16376                 display an error dialog box if the group list
16377                 cannot be fetched.
16378         * src/mainwindow.[ch]
16379                 added main_window_set_thread_option() function
16380                 scoring dialog box enabled
16381         * src/matcher.[ch]
16382                 added flags matching unread /new / marked
16383                 / deleted / replied / forwarded
16384         * src/news.c
16385                 newsgroups are now finally in newscache
16386         * src/prefs_matcher.[ch]
16387                 finished preferences for matching dialog
16388         * added src/prefs_scoring.[ch]
16389                 scoring dialog box completed
16390         * src/scoring.[ch]
16391                 conversion to string : added scoringprop_to_string()
16392                 write config for preferences :
16393                 added prefs_scoring_write_config()
16394         * src/summaryview.c
16395                 threads can be enabled/disabled independently
16396                 for each folder
16397
16398 2001-05-10 [alfons]
16399
16400         0.4.67claws1
16401         
16402         * AUTHORS: 
16403                 thought it would be nice to have a list of all
16404                 contributors (used Changelog as a reference)
16405         
16406         * configure.in: 
16407                 messed up version numbering...
16408
16409         0.4.66claws1
16410
16411         * sync with sylpheed 0.4.67cvs1-3
16412
16413 2001-05-10 [darko]
16414
16415         * src/prefs_common.c:
16416                 better UI for strftime format, double clicking
16417                 on format now inserts the format in text entry
16418                 replaced close button with standard OK/Cancel
16419                 moved date format button to the right of the
16420                 text entry field
16421
16422 2001-05-09 [alfons]
16423
16424         * src/gtkstext.c:
16425                 Ctrl-Home / Ctrl-End have proper cursor navigation
16426
16427 2001-05-09 [hoa]
16428
16429         * src/prefs_matcher.c
16430                 finished UI to define matching properties
16431                 added ok and cancel button
16432         * src/prefs_filter.c
16433                 added ok and cancel button
16434         * src/news.c
16435                 fixed some bug in xhdr parsing
16436
16437 2001-05-08 [alfons]
16438
16439         * src/textview.c: 
16440                 fixed a bug in textview_show_header(), which displayed two colons (':');
16441                 cleaned up some warnings
16442
16443 2001-05-08 [hoa]
16444
16445         * src/Makefile.am
16446                 added prefs_matcher.[ch]
16447                 compilation with -W -Wall
16448         * src/alertpanel.c
16449                 ungrab the mouse events if grabbed - does it
16450                 fix the bug for disposition notification ?
16451         * src/mainwindow.c
16452                 added a menu option to open the matching dialog.
16453         * src/matcher.[ch]
16454                 added matcherprop_to_string() and matcherlist_to_string()
16455                 fixed some bugs, changed the name of some options
16456                 age_sup and age_inf becomes age_greater and age_lower,
16457                 body and messageheaders becomes body_part and headers_part,
16458                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16459         * src/prefs_display_header.c
16460         * src/prefs_headers.c
16461                 fixed a bug that accidentally destroyed dialogs
16462                 when closed them with delete_event
16463                 Added *_deleted() which handle delete_event signal correctly.
16464         * src/prefs_folder_item.[ch]
16465                 added "enable_thread" field for future customization
16466         * added src/prefs_matcher.[ch]
16467                 sample of the UI to define matching properties
16468         * src/procheader.c
16469                 using procheader_headername_equal instead of str*cmp functions
16470                 using procheader_parse_header() function
16471         * src/scoring.c
16472                 using MATCHING_XXX instead of SCORING_XXX
16473         * src/summaryview.c
16474                 display the sender of the news even if this is ourself
16475                 when this is a news message.
16476         * src/textview.c
16477                 using headername_equal() instead of str*cmp functions
16478
16479 2001-05-08 [alfons]
16480
16481         0.4.66claws
16482
16483         * sync with sylpheed 0.4.66
16484         * src/gtkstext.c: trace logs added 
16485
16486 2001-05-08 [sergey]
16487
16488         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16489         signature check popup.
16490         * src/rfc2015.c (check_signature): show signature check popup only
16491         if it is enabled in preferences.
16492
16493 2001-05-07 [alfons]
16494
16495         0.4.66claws4
16496         
16497         * sync with sylpheed 0.4.66cvs6
16498
16499 2001-05-07 [darko]
16500
16501         * src/prefs_common.[ch]: added option to enable/disable
16502           looking up sender name in address book for summary pane
16503         * src/summaryview.c: look up sender in the address book
16504           by using Alfons' address completion code
16505
16506 2001-05-07 [hiroyuki]
16507
16508         * src/inc.h
16509           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16510           member of Pop3State.
16511         * src/news.c: brought #include "defs.h" before #include <glib.h>
16512           to prevent the warning of `MIN' and `MAX' redefinition.
16513
16514 2001-05-06 [hoa]
16515
16516         * removed src/headers_display.[ch]
16517         * removed src/prefs_display_headers.[ch]
16518         * src/inc.c
16519                 use a temporary file in the user directory for mbox import
16520         * src/news.c
16521                 added XHDR support to get "To" and "Cc" headers
16522                 (in order to match news with to or cc field for
16523                 scoring)
16524                 added function news_parse_xhdr() to get XHDR response
16525         * src/nntp.[ch]
16526                 added function nntp_xhdr()
16527         * src/matcher.c
16528                 fetch the message if necessary
16529
16530 2001-05-06 [alfons]
16531
16532         0.4.66claws3
16533
16534         * sync with sylpheed 0.4.66cvs3-5
16535
16536 2001-05-06 [hoa]
16537
16538         * src/utils.[ch]
16539                 added function itos_buf() to enable use of several buffers
16540         * src/summaryview.c
16541                 use of itos_buf() instead of itos() in summary list
16542                 to fix the broken display of message number.
16543
16544 2001-05-06 [alfons]
16545
16546         * src/gtkstext.c: bug in cursor up navigation fixed,
16547                 fixed another unsigned / signed comparison (we're getting there :-)
16548
16549 2001-05-06 [hoa]
16550
16551         * src/Makefile.am
16552                 added scoring.c scoring.h
16553                 prefs_folder_item.c prefs_folder_item.h
16554                 matcher.c matcher.h
16555         * src/defs.h
16556                 added FOLDERITEM_RC SCORING_RC
16557         * src/folder.[ch]
16558                 added prefs field in FolderItem :
16559                 properties for each folder (PrefsFolderItem),
16560                 sorting type and mode were added as the first properties.
16561         * src/main.c
16562                 read config for scoring
16563         * added src/matcher.[ch]
16564                 gives functions to parse configuration file to do
16565                 matching on mails with a list of conditions.
16566         * src/mainwindow.c
16567                 add option to sort by score
16568         * src/prefs_common.[ch]
16569                 added preference option to show score and for
16570                 the score column size
16571         * added src/prefs_folder_item.[ch]
16572                 properties for each folder (PrefsFolderItem),
16573                 sorting type and mode were added as the first properties.
16574         * src/procheader.[ch]
16575                 added procheader_parse_header()
16576                 added procheader_header_free()
16577                 added procheader_headername_equal()
16578                 and made modification to use them.
16579         * src/procmsg.[ch]
16580                 added score field to MsgInfo structure
16581         * added src/scoring.[ch]
16582                 gives functions to parse configuration file to do
16583                 scoring on mails with a list of conditions.
16584         * src/summaryview.[ch]
16585                 save the sorting type and mode for the folder
16586                 added column to display the score of the mail
16587                 added function summary_score_clicked()
16588                 sorting type and mode are restored to the folder
16589                 when it is reopen
16590         * src/textview.c
16591                 use procheader_parse_header(), procheader_headername_equal()
16592                 removed memory leak in text_scan_header when freeing headers
16593         * src/filter.c
16594                 changed the function to match names of headers
16595                 using procheader_headername_equal()
16596
16597         Scoring functions are implemented, an interface is needed
16598         to configure that.
16599
16600 2001-05-04 [alfons]
16601
16602         * src/gtkstext.c: 
16603                 hopefully fixed the row up navigation bug,
16604                 removed adding back / forward lines to cache
16605
16606 2001-05-04 [sergey]
16607
16608         * src/prefs_display_headers.c: user interface changes:
16609         (prefs_display_headers_create): remove unused "Show" check button;
16610         allow reordering of headers by dragging.
16611         (prefs_display_headers_write_config): remove unused variables.
16612         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16613         of lists (not needed with the new UI).
16614         (prefs_display_headers_set_list): scan lists starting from row 0,
16615         not 1 (do not skip "(New)").
16616         (prefs_display_headers_find_header): new function.
16617         (prefs_display_headers_clist_set_row): do not allow duplicates.
16618         (prefs_display_headers_delete_cb): do not skip row 0; treat
16619         closing the alert window by ESC as "No".
16620         (prefs_display_headers_up): do not protect row 0.
16621         (prefs_display_headers_down): do not protect row 0.
16622
16623 2001-05-04 [sergey]
16624
16625         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16626         functions.
16627
16628         * src/summaryview.c
16629         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16630         summary_select_next_marked, summary_select_prev_marked): new
16631         functions.
16632
16633 2001-05-03 [sergey]
16634
16635         * src/news.c: fixed a bug when no article can be fetched after
16636         server timeout if the connection was restored by news_post():
16637         (news_select_group): new function.
16638         (news_fetch_msg): call news_select_group() before fetching
16639         article.
16640         (news_get_uncached_articles): set session->group after successful
16641         GROUP command.
16642
16643 2001-05-03 [hoa]
16644
16645         * src/defs.h
16646         * src/procmsg.[ch]
16647         * src/procheader.c
16648                  changed version of cache, added cc field
16649
16650         * src/prefs_display_headers.c
16651                 the interface was changed
16652
16653         * src/prefs_headers.c
16654                 added cancel button
16655
16656 2001-05-03 [alfons]
16657
16658         * completed sync of sylpheed cvs2
16659         * src/gtkstext.c: updated row up / down cursor navigation
16660         * src/textview.c: re-edited, prepared for fixing the email address
16661                 scanner.
16662
16663 2001-05-03 [darko]
16664
16665         * src/prefs_common.c: use alfons' strftime ui code
16666         entry_datefmt and datefmt_sample widgets have to be
16667         global in this module because of this change
16668
16669 2001-05-03 [hoa]
16670
16671         * src/messageview.c
16672         * src/prefs_common.[ch] added option to activate the return receipt
16673                 feature.
16674
16675 2001-05-02 [alfons]
16676
16677         * src/gtkstext.c: fix for row up/down cursor navigation. 
16678
16679         0.4.66claws2
16680         
16681         * sync with 0.4.66cvs2
16682
16683 2001-05-02 [paul]
16684
16685         added add-sender-to-addressbook patch
16686
16687         * src/addressbook.c
16688         * src/addressbook.h
16689         * src/summaryview.c
16690
16691 2001-05-02 [sergey]
16692
16693         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16694         G_ALERTDISABLE.
16695
16696         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16697         all existing callers changed to pass FALSE; create a check button
16698         to disable the message.
16699         (alertpanel_message_with_disable): new function.
16700         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16701         (alertpanel_button_toggled): new function.
16702         (alertpanel_button_clicked, alertpanel_close): set value using
16703         G_ALERT_VALUE_MASK.
16704
16705         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16706
16707         * src/prefs_common.c (prefs_privacy_create): new check button
16708         checkbtn_gpgme_warning.
16709
16710         * src/main.c (main): moved preferences reading before gpgme
16711         initialization; check prefs_common.gpgme_warning before giving the
16712         GnuPG warning and set it to FALSE if the user wants to disable the
16713         warning.
16714
16715 2001-05-02 [hiroyuki]
16716
16717         * src/prefs_display_headers.c: modified the layout and some labels.
16718
16719 2001-05-02 [sergey]
16720
16721         * src/prefs_account.c (prefs_account_fix_size): new function.
16722         (prefs_account_create): call prefs_account_fix_size(); use
16723         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16724         size when the window is shown for the first time).
16725         (prefs_account_basic_create): changed layout of serv_table; moved
16726         localmbox_entry above smtpserv_entry (logically it replaces
16727         POP3/IMAP server).
16728         (prefs_account_protocol_activated): set sensitivity of
16729         nntpauth_chkbtn according to the protocol (in addition to
16730         hide/show); commented out gtk_table_set_row_spacing() calls.
16731         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16732         not sensitive (fixes a bug with disabled username/password boxes
16733         when editing POP3 account after NNTP with authentication).
16734
16735 2001-05-02 [hoa]
16736
16737         * src/account.c
16738         * src/inc.c
16739         * src/prefs_account.[ch]
16740         * src/send.c
16741                 removed local account without SMTP server
16742                 added option to use mail command instead of a connexion
16743                 to SMTP server when a local account is used
16744         * src/prefs_headers.c
16745                 fixed a bug
16746         * src/news.c
16747                 fixed a bug when connexion immediately closed
16748
16749 2001-05-01 [alfons]
16750
16751         0.4.66claws1
16752         
16753         * sync with 0.4.65
16754
16755 2001-05-01 [sergey]
16756
16757         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16758         widget nntpauth_chkbtn.
16759         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16760         visibility.
16761         (prefs_account_nntpauth_toggled): new function.
16762
16763         * src/news.c (news_session_new_for_folder): use NNTP
16764         authentication only if ac->use_nntp_auth is set.
16765
16766 2001-05-01 [hoa]
16767
16768         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16769         * src/prefs_display_headers.c changed the UI
16770         * src/prefs_headers.c changed account_name to account_id
16771         * src/compose.c using customheader.h
16772
16773 2001-05-01 [hiroyuki]
16774
16775         * src/esmtp.c
16776           src/news.c
16777           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16778           unsynched.
16779
16780 2001-05-01 [hoa]
16781
16782         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16783         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16784                 for displaying of headers
16785         * src/grouplist_dialog.[ch] minor changes to remove warnings
16786         * src/prefs_display_headers.[ch] dialog to choose the
16787         headers to display in the mail viewer.
16788         * src/headers.h correction of #define
16789         * src/headers_display.[ch] configuration for displaying of headers.
16790         * src/main.c read config of displaying of headers
16791         * src/prefs_common.c add a button to access the config dialog
16792                 for displaying of headers
16793         * src/prefs_display_headers.[ch] dialog for configuration for
16794                 displaying of the headers.
16795         * src/prefs_headers.c cleaning of code
16796         * src/procheader.c comments added to code
16797         * src/textview.c changes to reorder the headers depending
16798                 on the config for displaying of headers
16799
16800 2001-04-30 [alfons]
16801
16802         0.4.65claws7
16803
16804         * sync with 0.4.65cvs12
16805
16806         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16807
16808 2001-04-30 [sergey]
16809
16810         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16811
16812         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16813         is set to force reconnection after authentication failure.
16814         (nntp_gen_command): set sock->auth_failed on authentication
16815         failure, or if sock->userid and sock->passwd are not set.
16816
16817         * src/news.c (news_session_new_for_folder): set userid=NULL if
16818         password dialog is cancelled.
16819
16820 2001-04-30 [sergey]
16821
16822         * src/nntp.h (NNTPSockInfo): new type.
16823
16824         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16825         SockInfo.
16826         (nntp_open_auth, nntp_close): new functions.
16827         (nntp_gen_command): new function to handle authentication; all
16828         NNTP command functions updated to use it.
16829         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16830         (nntp_list): removed old useless code.
16831
16832         * src/news.h (NNTPSession): new field nntp_sock.
16833
16834         * src/news.c: all functions updated to use NNTPSockInfo instead of
16835         SockInfo.
16836         (news_session_new): new arguments (userid, passwd); made static;
16837         use nntp_open_auth() if needed.
16838         (news_session_destroy): use nntp_close() instead of sock_close().
16839         (news_query_password): changed arguments.
16840         (news_session_new_for_folder): new function.
16841         (news_session_get): use news_session_new_for_folder().
16842         (news_authenticate): deleted.
16843         (news_get_uncached_articles): removed old authentication code.
16844
16845 2001-04-30 [sergey]
16846
16847         * src/news.c: reverted my previous changes (need to do NNTP
16848         authentication in a cleaner way).
16849         
16850 2001-04-29 [sergey]
16851
16852         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16853         news_nntp_post, news_nntp_mode): new functions (wrappers with
16854         authentication support).
16855         (news_get_article_cmd, news_get_article, news_get_header): new
16856         argument "folder"; all callers changed.
16857         (news_get_article_cmd): added authentication support.
16858         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16859         (news_post): use news_nntp_post() instead of nntp_post().
16860         (news_get_uncached_articles): use news_nntp_group() instead of
16861         nntp_group() and news_nntp_xover() instead of nntp_xover();
16862         removed old authentication code.
16863         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16864
16865         * src/nntp.c (nntp_list): return real error code instead of
16866         hardcoded NN_ERROR.
16867
16868 2001-04-29 [sergey]
16869
16870         * configure.in: fixed wint_t typedef detection again
16871
16872 2001-04-28 [hoa]
16873
16874         * src/prefs_account.[ch], added A_LOCAL_CMD
16875                 (send mail with mail command)
16876         * src/send.c added function send_message_with_command()
16877         * src/inc.c made a more secure get_spool() function with
16878                 mktemp() but maybe mkstemp() or something more
16879                 secure can be used.
16880
16881 2001-04-28 [alfons]
16882
16883         * src/textview.c, colorization of email addresses in headers
16884
16885         0.4.65claws6
16886
16887         * bug sync with sylpheed
16888         * prefs_common.c: created date format ui for darko
16889         * sync with 0.4.65cvs11
16890         * configure.in: corrected to have the new gpg checks
16891
16892 2001-04-27 [alfons]
16893
16894         * completed sync with 0.4.65cvs10
16895         * minor debug things added to gtkstext.c
16896
16897 2001-04-27 [darko]
16898
16899         * configure.in: remove check for availability of
16900           strftime() as advised by Hiroyuki
16901         * src/prefs_common.[ch], src/procheader.c:
16902           synch strftime() code with Hiroyki's main branch
16903
16904 2001-04-26 [sergey]
16905
16906         * src/news.c: news_query_password(), news_authenticate(): new
16907           functions.
16908           news_get_uncached_articles(): added NNTP authentication
16909           handling.
16910         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16911           new functions.
16912         * src/prefs_account.c: prefs_account_protocol_activated():
16913           enable userid and password fields for NNTP.
16914
16915 2001-04-26
16916
16917         * configure.in: check for availability of strftime()
16918           [darko]
16919         * src/prefs_common.[ch], src/procheader.c: use
16920           strftime() for displaying date in summary pane if it
16921           is available
16922
16923 2001-04-25
16924
16925         * more .cvsignore cleanups [alfons]
16926
16927 2001-04-25
16928
16929         * ac/sv-check-type.m4: new autoconf macro.
16930         * configure.in: fixed wint_t typedef detection (did not work
16931           with gcc-2.96).
16932
16933 2001-04-25
16934
16935         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16936           [hiroyuki]
16937
16938 2001-04-24
16939         * modified gtkstext.c : buggy cursor navigation fixed, 
16940           and font descent also taken in account when drawing
16941           cursor. [alfons]
16942
16943 2001-04-24 [hoa]
16944         * added comments in src/news.c src/nntp.c
16945         * added src/prefs_headers.[ch]
16946         * added src/headers.[ch]
16947         * modified compose.c to activate custom headers
16948                 added function is_in_custom_headers
16949         * modified prefs_account.[ch]
16950                 added function prefs_account_customhdr_edit
16951         * modified src/defs.h :
16952                 added HEADERS_RC : name of the config file
16953                 for the custom headers
16954
16955 2001-04-24
16956
16957     0.4.65claws5
16958
16959         * configure.in
16960           src/gtkstext.[ch]
16961           src/compose.c
16962           src/Makefile.am
16963           
16964           added gtkstext with configure.in patch by Hiroyuki which
16965           should fix the XIM detection [alfons]
16966
16967         * more clean up of cvs [alfons]
16968
16969                  * removed all Makefile.in files to attic.
16970
16971                  * updated all .cvsignores to really ignore things that could
16972                    be unintentionally committed by a recursive commit.
16973
16974 2001-04-23 [hoa]
16975         * added src/grouplist_dialog.[ch]
16976         * changed src/folderview.c to call grouplist_dialog instead
16977                 of inputdialog
16978         * src/news.c :
16979                 added functions news_reset_group_list
16980                 and news_get_group_list
16981         * src/nntp.c :
16982                 added function nntp_list
16983         * src/defs.h :
16984                 added GROUPLIST_FILE : name of the newsgroup list cache file
16985
16986 2001-04-21
16987
16988         * added option to warn about queued messages on exit [sergey]:
16989
16990           * src/compose.c: compose_queue(): call folder_item_scan()
16991             and folderview_update_item() after queueing.
16992           * src/folderview.c: folderview_update_node(): draw the queue
16993             folder in bold font if there are queued messages.
16994           * src/mainwindow.c: queued_messages(): new function.
16995             app_exit_cb(): display warning if there are queued messages
16996             if warn_queued_on_exit is set.
16997           * prefs_common.[ch]: add warn_queued_on_exit option.
16998
16999         * enhanced GnuPG key selection support [sergey]:
17000
17001           * src/select-keys.c: updated to newer version from Win32
17002             branch with support for selecting arbitrary keys.
17003           * src/prefs_account.c: added the Privacy tab to the account
17004             options window.
17005             prefs_account_privacy_create(),
17006             prefs_account_sign_key_set_data_from_radiobtn(),
17007             prefs_account_sign_key_set_radiobtn(): new functions.
17008           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17009           * src/rfc2015.c: set_signers(): new function.
17010             pgp_sign(): add the account parameter, call set_signers().
17011             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17012           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17013           * src/compose.c: pass the current account to rfc2015_sign().
17014
17015         * tag name claws added to prevent confusion with main branch [alfons]
17016
17017         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17018
17019         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17020
17021         * sync with recent sylpheed cvs. Untested though. [alfons]
17022