96f3a112de7e6ceb5c48d419862338be9c1b3e88
[claws.git] / ChangeLog.claws
1 2003-06-25 [christoph]  0.9.0claws61
2
3         * src/addr_compl.[ch]
4         * src/addrindex.[ch]
5         * src/folderview.c
6         * src/inc.c
7         * src/news.c
8         * src/summaryview.c
9         * src/toolbar.c
10                 fix warnings
11
12 2003-06-25 [leandro]    0.9.0claws60
13
14         * src/compose.c
15                 o cleanups
16                 o gray out "Message/Remove references" menu item if not
17                   replying to a message
18
19 2003-06-24 [leandro]    0.9.0claws59
20
21         * src/compose.[ch]
22                 o removed "Message/Create new thread" menu item
23                 o added "Message/Remove references" menu item
24                   (it's off by default and will not check anymore
25                    if the subject changed)
26
27 2003-06-23 [alfons]     0.9.0claws58
28
29         * src/procmsg.c
30                 try better grouping messages threaded by subject based on their age.
31                 still not perfect - because the message tree is not sorted by date.  
32
33 2003-06-23 [thorsten]   0.9.0claws57
34
35         * src/pop.[ch]
36                 added mail_receive_hook to allow modifications
37                 directly after retrieval (e.g. adding headers).
38
39 2003-06-23 [paul]       0.9.0claws56
40
41         * src/sourcewindow.c
42                  enable the use of Ctrl+A to select all text in
43                  the sourcewindow
44                  Patch submitted by Ivan Francolin Martinez
45                  <ivanfm@users.sourceforge.net>
46
47 2003-06-22 [christoph]  0.9.0claws55
48
49         * src/folder.[ch]
50                 o add notification hook for folder tree changes
51                 o invoke hooks after folder tree scanning
52
53         * src/folderview.[ch]
54                 register hook for folder tree changes that
55                 updates the ctree
56
57         (there are more places that should be updated, like add, remove 
58          or move folder)
59
60         (closes Bug 164 Crash on rebuild folder tree)
61         (closes Bug 190 Crash on 'rebuilding folder tree')
62
63 2003-06-21 [leandro]    0.9.0claws54
64
65         * src/compose.[ch]
66                 create a new thread if subject changes
67                 (it's on by default, can be disabled in Message menu)
68
69 2003-06-21 [alfons]     0.9.0claws53
70
71         * src/summaryview.c
72                 quiet little compiler
73
74 2003-06-21 [christoph]  0.9.0claws52
75
76         update gettext stuff to version 0.12
77
78 2003-06-19 [alfons]     0.9.0claws51
79
80         * src/common/log.c
81         * src/common/plugin.c
82                 move defs.h before glib.h to prevent MIN/MAX redefs
83
84 2003-06-19 [alfons]
85
86         * src/addressbook.c
87                 translatable
88
89 2003-06-19 [match]      0.9.0claws50
90
91         * src/addressbook.[ch]
92         * src/addrindex.[ch]
93         * src/addr_compl.[ch]
94         * src/editldap.[ch]
95         * src/editldap_basedn.[ch]
96         * src/addritem.[ch]
97         * src/ldapquery.h
98                 re-implemented dynamic LDAP search. works without
99                 slowdown on display sender with addressbook
100                 option.
101         * src/addrbook.c
102                 documented code.
103
104 2003-06-19 [paul]       0.9.0claws49
105
106         * src/compose.c
107                 fix Bug #136 'Nonprovided quotation marks crash claws'
108                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
109
110 2003-06-19 [alfons]     0.9.0claws48
111
112         * src/prefs_common.[ch]
113         * src/procmsg.c
114                 restrict threading by subject by checking thread for
115                 age (prefs_common.thread_by_subject_max_age)
116
117 2003-06-18 [christoph]  0.9.0claws47
118
119         * src/imap.c
120                 fix memory leak in imap_cmd_fetch()
121
122 2003-06-18 [christoph]  0.9.0claws46
123
124         * src/prefs_gtk.c
125                 fix memory leak in prefs_set_default() when used multiple
126                 times or after prefs have been read
127
128 2003-06-18 [christoph]  0.9.0claws45
129
130         * src/common/plugin.c
131                 fix memory leak in plugin_unload()
132
133 2003-06-18 [christoph]  0.9.0claws44
134
135         * src/imap.c
136                 fix memory leak in imap_cmd_ok()
137
138 2003-06-18 [christoph]  0.9.0claws43
139
140         * src/folder.c
141                 stop messages that are downloaded from POP3 and added to
142                 an IMAP inbox from being filtered twice (first by POP3
143                 and again when IMAP folder is scaned to get the UID of
144                 the APPEND operation when no UIDPLUS is available)
145
146 2003-06-18 [alfons]
147
148         * tools/Makefile.am
149                 phoenix <- firebird     
150
151 2003-06-18 [paul]
152
153         * tools/launch_phoenix          ** REMOVED **
154           tools/launch_firebird         ** NEW **
155                 renamed and edited to reflect the browser's name change from
156                 'phoenix' to 'firebird'
157
158 2003-06-18 [paul]       0.9.0claws42
159
160         * sync with 0.9.2cvs2
161                 see ChangeLog 2003-06-16
162
163 2003-06-17 [alfons]     0.9.0claws41
164
165         * src/procmsg.c
166                 prevent threading problems when a node is an ancestor (parent / great parent),
167                 which mostly happens with circular references (thanks to Phillipe Gramoullé
168                 for finding an sample set of messages)
169
170 2003-06-16 [christoph]  0.9.0claws40
171
172         * src/main.c
173                 don't popup main window on --receive or --receive-all
174
175         * src/mainwindow.[ch]
176         * src/plugins/trayicon/trayicon.c
177                 allow hiding of main window by clicking on the trayicon
178                 (doesn't work correctly in seperate window mode and may
179                  cause unexpected GTK problems I couldn't find yet)
180
181         * src/common/ssl.c
182                 remove incorrect warning
183
184 2003-06-15 [alfons]     0.9.0claws39
185
186         * src/gtk/gtkstext.c
187                 don't output debug text;
188                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
189                 for pointing this out);
190
191 2003-06-14 [alfons]     0.9.0claws38
192         
193         * src/messageview.c
194                 remove printf() and make one if..else comply with coding style
195
196 2003-06-14 [alfons]     0.9.0claws37
197
198         * AUTHORS
199                 add Martin Wicke
200         * src/action.c
201         * src/messageview.[ch]
202         * src/summaryview.c
203                 apply patch #754162 "Quoting messages filtered by actions" submitted
204                 by Martin Wicke, which allows quoting message body changed by an
205                 action (Thanks!).
206
207 2003-06-13 [alfons]     0.9.0claws36
208
209         * src/utils.c
210                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
211                 use case insensitive regexp (suggested by Ivan Martinez)
212
213 2003-06-13 [christoph]  0.9.0claws35
214
215         * configure.ac
216         * src/plugins/trayicon/Makefile.am
217         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
218         * src/plugins/trayicon/trayicon.c
219         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
220         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
221         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
222         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
223         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
224         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
225                 replace my own EggTrayIcon backport with the backport
226                 used by (l|x)mule and gabber.
227
228 2003-06-13 [alfons]     0.9.0claws34
229
230         * AUTHORS
231         * src/common/utils.c
232                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
233
234 2003-06-13 [alfons]     0.9.0claws33
235
236         * src/compose.c
237                 clean up a little bit
238
239 2003-06-12 [alfons]     0.9.0claws32
240
241         * src/compose.c
242                 const correctness fix
243
244         * src/common/sylpheed.[ch]
245                 () -> (void)
246                 prevent redef MIN/MAX
247                 
248         * src/common/utils.[ch]
249                 () -> (void)
250
251 2003-06-12 [melvin]     0.9.0claws31
252
253         * src/compose.c
254                 Updated to take into accounts changes in GtkAspell.
255
256 2003-06-12 [alfons]     0.9.0claws30
257
258         * src/compose.c
259         * src/procmsg.c
260         * src/common/utils.[ch]
261                 handle reply subject prefixes better (initial 
262                 suggestion by Robert Story adapted and enhanced 
263                 using regexps)
264
265 2003-06-12 [melvin]     0.9.0claws29
266
267         * src/compose.c
268                 Use new gtkaspell_checkers_strerror() to get the speller's
269                 error message instead of accessing the (now private)
270                 checkers structure.
271                 Minor code clean up
272
273         * src/main.c
274                 Use #ifdef instead of #if for USE_ASPELL
275                 Use the new spell checkers init/quit functions 
276
277         * src/gtk/gtkaspell.c
278                 Use #ifdef instead of #if for USE_ASPELL
279                 Moved in the majority of GtkAspell structures that were
280                 exported before by gtkaspell.h
281         
282         * src/gtk/gktaspell.h
283                 Made gtkaspell.h contain only the necessary data to be
284                 publicized by moving many structures to gtkaspell.c.
285                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
286                 gtkaspell_checkers_new(): replaced by...
287                 gtkaspell_checkers_init(): new function for initialization
288                 gtkaspell_checkers_delete(): replaced by...
289                 gtkaspell_checkers_quit(): new function
290                 gtkaspell_checkers_strerror(): new function that returns
291                 the checker's last error message.
292                 
293 2003-06-11 [melvin]     0.9.0claws28
294
295         * po/POTFILES.in
296                 Updated to take into account gtkaspell.c migration to
297                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
298
299 2003-06-10 [alfons]     0.9.0claws27
300
301         * src/filtering.[ch]
302         * src/folder.c
303         * src/matcher.c
304         * src/scoring.[ch]
305                 - try fixing bug #18 (any brave testers?)
306                 - add more robustness by refusing previously 
307                   unchecked NULL pointers 
308
309 2003-06-10 [alfons]     0.9.0claws26
310
311         * src/procmsg.c
312                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
313
314 2003-06-09 [alfons]     0.9.0claws25
315
316         * src/prefs_common.c
317                 fix bug #163 "Icon switching doesnt work properly" by 
318                 preventing early freeing of prefs_common.pixmap_theme_path.
319
320 2003-06-09 [christoph]  0.9.0claws24
321
322         * src/gtk/gtkaspell.c
323                 revert Thorsten's fix and add forgotten g_strdup for
324                 aspell path (it should not be possible to alter the path a
325                 GtkASpell uses from outside)
326
327 2003-06-09 [thorsten]   0.9.0claws23
328
329         * src/gtk/gtkaspell.c
330                 dont free prefs_common.aspell_path when closing compose
331
332 2003-06-08 [colin]      0.9.0claws22
333
334         * src/plugins/spamassassin/spamassassin.c
335                 fix prefs types
336
337 2003-06-07 [christoph]  0.9.0claws21
338
339         * src/Makefile.am
340         * src/compose.c
341         * src/gtkaspell.[ch]            ** REMOVE **
342         * src/gtk/Makefile.am
343         * src/gtk/gtkaspell.[ch]        ** NEW **
344                 o make gtkaspell independent from sylpheed's prefs
345                 o move gtkaspell.[ch] to gtk directory
346
347 2003-06-07 [christoph]  0.9.0claws20
348
349         * src/Makefile.am
350         * src/crash.c
351         * src/export.c
352         * src/filesel.[ch]              ** REMOVE **
353         * src/folder.c
354         * src/main.[ch]
355         * src/common/sylpheed.[ch]
356         * src/gtk/Makefile.am
357         * src/gtk/filesel.[ch]          ** NEW **
358         * src/gtk/pluginwindow.c
359         * src/gtk/sslcertwindow.c
360                 move filesel.[ch] to gtk directory
361
362 2003-06-07 [alfons]     0.9.0claws19
363
364         * src/filesel.c
365                 make (multi) file selection dialog work again (Claws-only)
366
367 2003-06-07 [thorsten]   0.9.0claws18
368
369         * po/de.po
370                 fix typos
371
372 2003-06-07 [alfons]     0.9.0claws17
373
374         * configure.ac
375         * src/mimeview.c
376                 detect apache mishap in which case don't include fnmatch.h
377                 if regex.h is already included
378
379 2003-06-06 [christoph]  0.9.0claws16
380
381         * configure.ac
382         * src/mimeview.h
383                 add check for fnmatch.h and include it when available
384
385         * src/mimeview.[ch]
386                 fix wrong case sensitivity of Content-Types
387
388         * src/gtk/Makefile.am
389                 need the same include paths in gtk directory as in
390                 common directory because .h files in common can
391                 include files from these directories, when included
392                 in gtk's .h or .c files
393
394 2003-06-06 [alfons]     0.9.0claws15
395
396         * src/mimeview.c
397         * src/summaryview.c
398                 make it compile again because of regex.h / fnmatch.h 
399                 include problems (related to recent mime stuff, can
400                 someone check this?)
401
402 2003-06-06 [thorsten]   0.9.0claws14
403
404         * src/folderview.c
405                 possible use of uninitialized pointer while dragging
406
407 2003-06-06 [paul]       0.9.0claws13
408
409         * src/compose.c
410                 fix bug where the insert sig button would be effective
411                 only when auto_sig was set
412
413 2003-06-06 [paul]       0.9.0claws12
414
415         * sync with 0.9.2 release
416
417 2003-06-02 [paul]       0.9.0claws11
418
419         * sync with 0.9.1cvs1
420                 see ChangeLog 2003-06-02
421                 
422         * po/de.po
423                 update by Jens
424
425 2003-06-01 [christoph]  0.9.0claws10
426
427         * src/account.c
428                 don't use substring search to find accounts by email address
429
430         (closes Bug 169 Overly loose matching of "From" address)
431
432 2003-05-31 [christoph]  0.9.0claws9
433
434         * doc-src/rfc2683.txt
435         * src/imap.c
436                 limit IMAP command length as recommended in RFC2683
437                 (message number lists will be split into multiple imap
438                 sets, the limit of 1000 octets is not a hard limit)
439
440         (closes Bug 161 sylpheed-claws exits with segfault when logging
441          in to certain imap-servers)
442
443 2003-05-29 [alfons]     0.9.0claws8
444
445         * src/toolbar.[ch]
446                 add print button (calling summary_print());
447                 fine tune setting tooltip text;
448                 (if someone needs other buttons, please take these 
449                 commits as a guide, instead of bothering us - also
450                 see 0.8.11claws150) 
451
452 2003-05-29 [darko]      0.9.0claws7
453
454         * src/compose.c
455                 fix crash when word wrapping kicks in due to
456                 changed text by spell checker
457
458 2003-05-29 [paul]       0.9.0claws6
459
460         * src/compose.c
461                 fix bug where changing account would insert
462                 sig even if auto_sig was FALSE
463                 
464         * ChangeLog
465           ChangeLog.jp
466           INSTALL
467                 sync with 0.9.1 release
468
469 2003-05-28 [christoph]  0.9.0claws5
470
471         * src/imap.c
472                 fix truncation of too long commands
473
474         (closes Bug 167 IMAP hangs trying to get envelope
475          information in imap_get_uncached_messages)
476
477 2003-05-27 [paul]       0.9.0claws4
478
479         * tools/Makefile.am
480           tools/maildir2sylpheed.pl     ** NEW FILE **
481                 add kmail to sylpheed mailbox conversion script
482
483 2003-05-27 [paul]       0.9.0claws3
484
485         * sync with 0.9.0cvs10
486                 see ChangeLog 2003-05-26
487
488 2003-05-26 [paul]       0.9.0claws2
489
490         * sync with 0.9.0cvs9
491                 see ChangeLog 2003-05-26
492
493 2003-05-24 [paul]       0.9.0claws1
494
495         * sync with 0.9.0cvs8
496                 see ChangeLog 2003-05-23
497
498 2003-05-24 [paul]       0.9.0claws
499
500         * version 0.9.0claws released
501
502 2003-05-24 [paul]       0.8.11claws177
503
504         * src/plugins/dillo-viewer/Makefile.am
505           src/plugins/traycon/Makefile.am
506                 add missing files
507                 
508         * po/bg.po
509           po/en_GB.po
510           po/es.po
511           po/it.po
512           po/pt_BR.po
513           po/ru.po
514           po/sr.po
515                 update Bulgarian, British English, Spanish, Italian, 
516                 Brazilian Portuguese, Russian, and Serbian translations, 
517                 submitted by George Danchev, [me], Ricardo Mones Lastra,
518                 André Filipe de Assunção e Brito, Alessandro Maestri, 
519                 Ruslan N. Balkin, and Urke MMI
520
521 2003-05-23 [melvin]     0.8.11claws176
522
523         * po/fr.po
524                 Updated French translations
525
526 2003-05-22 [paul]       0.8.11claws175
527
528         * src/Makefile.am
529           src/addrbook.[ch]
530           src/addrcache.[ch]
531           src/addr_compl.[ch]
532           src/adressbook.[ch]
533           src/addrindex.[ch]
534           src/addritem.[ch]
535           src/editaddress.c
536           src/editgroup.c
537           src/editldap_basedn.c
538           src/editldap.c
539           src/jpilot.c
540           src/vcard.c
541                 revert to get ldap into it previous working state
542                 
543         * po/zh_TW.Big5.po
544                 new Taiwanese translation,
545                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
546
547 2003-05-22 [christoph]  0.8.11claws174
548
549         * src/plugins/spamassassin/libspamc.[ch]
550                 sync libspamc with SpamAssaain release 2.55
551
552 2003-05-22 [paul]       0.8.11claws173
553
554         * sync with 0.9.0cvs7
555                 see ChangeLog 2003-05-22
556                 
557         * src/summaryview.c
558                 revert change in 0.8.11claws172: follow
559                 Hiroyuki's decision and that's the end of it.
560
561 2003-05-21 [paul]       0.8.11claws172
562
563         * src/summaryview.c
564                 fix discrepency between open_unread_on_enter
565                 and always_show_msg
566
567 2003-05-21 [paul]       0.8.11claws171
568
569         * sync with 0.9.0cvs6
570                 see ChangeLog 2003-05-21
571
572 2003-05-21 [paul]       0.8.11claws170
573
574         * sync with 0.9.0cvs5
575                 see ChangeLog 2003-05-21
576
577 2003-05-20 [paul]       0.8.11claws169
578
579         * sync with 0.9.0cvs4
580                 see ChangeLog 2003-05-20
581                 fixes bug #152, 'encoding of IMAP folders names'
582
583 2003-05-20 [paul]       0.8.11claws168
584
585         * sync with 0.9.0cvs3
586                 see ChangeLog 2003-05-20
587                 
588         * src/tools/convert_mbox.pl
589                 minor change in the comments, submitted by Fred Marton
590
591 2003-05-19 [paul]       0.8.11claws167
592
593         * src/plugins/clamav/Makefile.am
594           configure.ac
595                 link clamav_lib to the plugin and not to the main program
596
597 2003-05-19 [christoph]
598
599         * src/Makefile.am
600                 add -export-dynamic for linking
601
602 2003-05-19 [paul]       0.8.11claws166
603
604         * sync with 0.9.0cvs1
605                 see ChangeLog 2003-05-19
606
607 2003-05-19 [paul]       0.8.11claws165
608
609         * src/inc.c
610                 fix 'pop before smtp' timeout
611
612 2003-05-18 [alfons]     0.8.11claws164
613
614         * src/prefs_matcher.c
615                 put "execute" action command line ("expression") in edit box
616
617 2003-05-18 [christoph]  0.8.11claws163
618
619         * src/mimeview.[ch]
620         * src/plugins/dillo_viewer/dillo_viewer.c
621         * src/plugins/image_viewer/viewer.c
622         * src/plugins/mathml_viewer/mathml_viewer.c
623                 let a viewer have a list of Content-Types
624
625 2003-05-18 [paul]       0.8.11claws162
626
627         * src/prefs_filtering.c
628                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
629                 and REDIRECT actions
630
631 2003-05-17 [christoph]
632
633         * README.claws
634                 o remove dynamic signatures that was syned with main
635                 o add infos about no longer "build in" image viewer
636                 o update bugtracker URL
637
638 2003-05-17 [christoph]  0.8.11claws161
639
640         * src/folder.c
641         * src/folderview.c
642         * src/imap.c
643                 don't use imap_scan_folder anymore. Instead call folder_item_scan
644                 for every folder after rebuilding the folder tree.
645
646         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
647          messages)
648
649 2003-05-17 [christoph]  0.8.11claws160
650
651         * src/imap.c
652                 don't use STATUS command on current folder to check for
653                 content changes. imap_cmd_ok() now tracks changes to
654                 folder and number of existing messages.
655
656 2003-05-17 [paul]       0.8.11claws159
657
658         * src/plugins/clamav/clamav_plugin.c
659                 remove unnecessary debug_print
660
661 2003-05-16 [thorsten]   0.8.11claws158
662
663         * src/plugins/demo.c
664                 included missing intl.h
665
666 2003-05-16 [paul]       0.8.11claws157
667
668         * po/POTFILES.in
669                 remove non-existant entries
670         
671         * src/plugins/clamav/clamav_plugin.c
672           src/plugins/clamav/clamav_plugin_gtk.c
673           src/plugins/dillo_viewer/dillo_prefs.c
674           src/plugins/dillo_viewer/dillo_viewer.c
675                 gettextise
676
677 2003-05-16 [christoph]  0.8.11claws156
678
679         * po/POTFILES.in
680                 include plugin .c files for translation until I
681                 find a better solution to have plugins have their
682                 own textdomain
683         * src/plugins/demo/demo.c
684         * src/plugins/image_viewer/plugin.c
685         * src/plugins/mathml_viewer/mathml_viewer.c
686         * src/plugins/spamassassin/spamassassin.c
687         * src/plugins/spamassassin/spamassassin_gtk.c
688         * src/plugins/trayicon/trayicon.c
689                 add gettext macros for plugin name and description
690
691 2003-05-16 [paul]
692
693         * sync with 0.9.0
694
695 2003-05-16 [paul]       0.8.11claws155
696
697         * sync with lastest 0.9.0pre1
698                 see ChangeLog 2003-05-16
699
700 2003-05-15 [paul]       0.8.11claws154
701
702         * sync with latest 0.9.0pre1
703                 see ChangeLog 2003-05-14 and 2003-05-15
704
705 2003-05-14 [christoph]  0.8.11claws153
706
707         * src/plugins/image_viewer/viewer.c
708         * src/plugins/image_viewer/viewer.glade         ** NEW **
709         * src/plugins/image_viewer/viewerprefs.c
710                 make it possible to disable the autoload function in the
711                 imageviewer again
712
713 2003-05-14 [christoph]  0.8.11claws152
714
715         * src/folder.c
716                 fix folder update after adding a message
717
718 2003-05-13 [alfons]     0.8.11claws151
719
720         * src/common/session.c
721                 remove debug traces
722                 
723         * src/addrcache.[ch]
724         * src/filtering.[ch]
725         * src/folder.[c]
726         * src/gtkaspell.[ch]
727         * src/imap.[ch]
728         * src/mbox_folder.[ch]
729         * src/mh.[ch]
730         * src/mimeview.h
731         * src/msgcache.[ch]
732         * src/news.[ch]
733         * src/passphrase.[ch]
734         * src/prefs_common.[ch]
735         * src/prefs_gtk.[ch]
736         * src/procmsg.c
737         * src/scoring.[ch]
738                 be pedantic; (in prototypes () implies (int))
739
740 2003-05-13 [alfons]     0.8.11claws150
741
742         * src/prefs_toolbar.[ch]
743         * src/summaryview.[ch]
744         * src/toolbar.[ch]
745                 change misleading text in toolbar prefs;
746                 add toolbar action for ignore thread (toggles ignore thread flag);
747                 clean up a little bit;
748
749 2003-05-12 [paul]
750
751         * tools/convert_mbox.pl
752                 bug fixed by Fred Marton
753
754 2003-05-12 [paul]
755
756         * sync with 0.9.0pre1
757
758 2003-05-09 [paul]       0.8.11claws149
759
760         * sync with 0.8.11cvs43
761                 see ChangeLog 2003-05-09
762
763 2003-05-08 [christoph]  0.8.11claws148
764
765         * src/imap.[ch]
766                 o use CAPABILIY as first command and check for PREAUTH
767                   information in the response to it
768                 o rewrite all imap_cmd_* functions to use an IMAPSession
769                   instead of a SockInfo as parameter
770                 o do STARTTLS after fetching and checking the server
771                   capabilities
772
773 2003-05-08 [paul]       0.8.11claws147
774
775         * tools/Makefile.am
776           tools/README
777           tools/convert_mbox.pl         ** NEW FILE **
778                 add mbox conversion script. Submitted by 
779                 Fred Marton <Fred.Marton@uni-bayreuth.de>
780
781 2003-05-07 [christoph]
782
783         * doc-src/glade.txt
784         * src/gtk/pluginwindow.glade
785         * src/plugins/image_viewer/viewerprefs.glade
786         * src/plugins/spamassassin/spamassassin_gtk.glade
787                 add glade files for user interfaces and a description how
788                 to use glade to create the sylpheed code
789
790 2003-05-07 [paul]       0.8.11claws146
791
792         * sync with 0.8.11cvs41
793                 see ChangeLog 2003-05-07
794
795 2003-05-06 [christoph]  0.8.11claws145
796
797         * src/main.c
798         * src/plugins/image_viewer/viewer.c
799                 fix usage of imlib in imageviewer plugin
800
801         * src/gtk/prefswindow.c
802                 handle window close event correctly
803
804 2003-05-06 [paul]       0.8.11claws144
805
806         * src/common/ssl.c
807                 fix typo introduced in sync
808
809 2003-05-06 [paul]       0.8.11claws143
810
811         * sync with 0.8.11cvs39
812                 see ChangeLog 2003-05-06
813
814 2003-05-06 [paul]       0.8.11claws142
815
816         * AUTHORS
817           po/cs.po
818                 updated Czech translation, submitted by 
819                 Radek Vybiral <Radek.Vybiral@vsb.cz>
820                 
821         * src/plugins/clamav/clamav_plugin_gtk.c
822                 clean up
823
824 2003-05-03 [alfons]     0.8.11claws141
825
826         * src/compose.[ch]
827                 make paste as quotation work even when the call to 
828                 text_inserted() was deferred (fixes bug #140 "Paste 
829                 as quotation does not work when using "external" 
830                 clipboard")
831
832 2003-05-03 [thorsten]   0.8.11claws140
833
834         * src/addrquery.h
835           src/ldapquery.h
836           src/mainwindow.c
837                 removed C++ comments
838         * src/addr_compl.c
839                 function with non-int retval/param used before
840                 implementation/declaration
841
842 2003-05-02 [paul]       0.8.11claws139
843
844         * src/addr_compl.[ch]
845           src/addressbook.[ch]
846           src/addrindex.c
847           src/summaryview.c
848                 revert match's changes to (finally) remove the bug where
849                 opening a folder causes massive slowdown when using the 
850                 'Display sender using address book' option
851
852 2003-05-01 [melvin]     0.8.11claws138
853
854         * src/plugins/dillo_viewer/dillo_prefs.[ch]
855         * src/plugins/dillo_viewer/dillo_viewer.c
856                 Fixed bug where "Cancel" button from prefs issued
857                 warnings.
858                 Comply a little more to coding style
859
860 2003-05-01 [paul]       0.8.11claws137
861
862         * sync with 0.8.11cvs38
863                 see ChangeLog 2003-05-01
864
865 2003-05-01 [paul]       0.8.11claws136
866
867         * po/bg.po
868                 updated by George Danchev
869
870 2003-04-30 [christoph]  0.8.11claws135
871
872         * src/plugins/dillo_viewer/dillo_prefs.c
873         * src/plugins/image_viewer/viewerprefs.c
874         * src/plugins/spamassassin/spamassassin_gtk.c
875                 remove gtk_widget_ref() calls for widgets in
876                 glade code
877
878 2003-04-30 [paul]       0.8.11claws134
879
880         * src/addrindex.c
881                 ok, this time a better fix for the bug where opening folder
882                 has massive slowdown when using the 'Display sender using 
883                 address book' option
884
885 2003-04-30 [paul]       0.8.11claws133
886
887         * src/addrindex.c
888                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
889         
890 2003-04-30 [melvin]     0.8.11claws132
891
892         New: Dillo plugin preferences (patch by Dimitar Haralanov)
893
894         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
895                 Preferences for the dillo plugin
896         * src/plugins/dillo_viewer/dillo_viewer.c
897                 Support for preferences
898         * src/plugins/dillo_viewer/Makefile.am
899                 Added dillo_prefs.[ch]
900
901 2003-04-30 [alfons]     0.8.11claws131
902
903         * src/common/plugin.[ch]
904                 see? this ANSI C'fication immediately gives us type
905                 checking for free.
906
907 2003-04-30 [alfons]     0.8.11claws130
908
909         * src/common/plugin.[ch]
910         * src/plugins/clamav/clamav_plugin.[ch]
911         * src/plugins/clamav/clamav_plugin_gtk.c
912         * src/plugins/demo/demo.c
913         * src/plugins/dillo_viewer/dillo_viewer.c
914         * src/plugins/image_viewer/plugin.c
915         * src/plugins/image_viewer/viewer.[ch]
916         * src/plugins/image_viewer/viewerprefs.[ch]
917         * src/plugins/mathml_viewer/mathml_viewer.c
918         * src/plugins/spamassassin/spamassassin.[ch]
919         * src/plugins/spamassassin/spamassassin_gtk.c
920         * src/plugins/trayicon/trayicon.c
921                 clean up
922
923 2003-04-30 [alfons]     0.8.11claws129
924
925         * src/common/utils.c
926                 make is_ascii_str() fail gracefully when NULL pointer
927                 is passed
928
929 2003-04-30 [paul]       0.8.11claws128
930
931         * src/addrindex.c
932                 fix bug where opening folder has massive slowdown when
933                 using the 'Display sender using address book' option
934
935 2003-04-30 [paul]       0.8.11claws127
936
937         * src/plugins/clamav/clamav_plugin.c
938           src/plugins/clamav/clamav_plugin_gtk.c
939           src/plugins/demo/demo.c
940           src/plugins/dillo_viewer/dillo_viewer.c
941           src/plugins/image_viewer/plugin.c
942           src/plugins/mathml_viewer/mathml_viewer.c
943           src/plugins/spamassassin/spamassassin.c
944           src/plugins/spamassassin/spamassassin_gtk.c
945           src/plugins/trayicon/trayicon.c
946                 get rid of eye-hurting function signatures
947
948 2003-04-30 [paul]       0.8.11claws126
949
950         * src/plugins/trayicon/trayicon.c
951                 add description
952                 
953         * src/mimeview.c
954                 be more descriptive
955
956 2003-04-30 [paul]       0.8.11claws125
957
958         * configure.ac
959                 arrange the plugins in reverse alphabetical order
960                 
961         * src/plugins/clamav/clamav_plugin.[ch]
962           src/plugins/clamav/clamav_plugin_gtk.c
963                 rename some params
964                 resize max_size window
965                 re-arrange the order of some gui elements
966                 improve descriptions
967         
968         * src/plugins/image_viewer/plugin.c
969           src/plugins/mathml_viewer/mathml_viewer.c
970                 add descriptions
971                 
972         * src/plugins/spamassassin/spamassassin_gtk.c
973                 resize max_size window
974                 re-arrange the order of some gui elements
975                 
976         * src/messageview.c
977           src/mimeview.c
978                 correct typos
979
980 2003-04-30 [alfons]     0.8.11claws124
981
982         * src/imap.c
983                 fix a leak found while browsing Martin Kluge's 
984                 valgrind log (Claws only)
985
986 2003-04-29 [darko]      0.8.11claws123
987
988         * src/gtk/gtkstext.h
989                 include wchar.h if it is available, fixes compilation
990                 on HP-UX systems
991
992 2003-04-29 [melvin]     0.8.11claws122
993
994         * src/prefs_actions.c
995                 Improved help text of Actions' syntax
996
997 2003-04-28 [paul]       0.8.11claws121
998
999         * src/action.c
1000                 a better fix for the crash when performing an action
1001                 on a mime part
1002
1003 2003-04-28 [paul]       0.8.11claws120
1004
1005         * src/action.c
1006                 fix crash when performing an action on a
1007                 mime part
1008
1009 2003-04-28 [paul]       0.8.11claws119
1010
1011         * sync with 0.8.11cvs36
1012                 see ChangeLog 2003-04-28
1013
1014 2003-04-27 [paul]       0.8.11claws118
1015
1016         * more sync with 0.8.11cvs35
1017                 see ChangeLog 2003-04-25
1018
1019 2003-04-26 [christoph]  0.8.11claws117
1020
1021         * src/folder.c
1022                 fix remove virtual check
1023
1024 2003-04-26 [paul]       0.8.11claws116
1025
1026         * src/messageview.c
1027                 fix return-receipt, make it work again
1028
1029 2003-04-26 [paul]       0.8.11claws115
1030
1031         * src/mimeview.c
1032                 restore double-clicking of the [application/pgp-signature 
1033                 (Select "Check signature" to check)] line in the message view,
1034                 broken in recent sync
1035
1036 2003-04-26 [christoph]  0.8.11claws114
1037
1038         * src/folder.c
1039                 check if remove virtual really exists before
1040                 calling the function
1041
1042 2003-04-25 [match]      0.8.11claws113
1043
1044         * src/addrindex.c
1045         * src/addrbook.c
1046         * src/ldapquery.[ch]
1047         * src/ldapctrl.[ch]
1048                 fix memleak.
1049         * src/ldapserver.[ch]
1050                 fix memleak. fix segfault.
1051                 plug a Claws memleak
1052
1053 2003-04-25 [alfons]     0.8.11claws112
1054
1055         * src/folder.c
1056                 plug a Claws memleak
1057
1058 2003-04-25 [alfons]     0.8.11claws111
1059
1060         * src/common/session.c
1061                 plug a memleak
1062
1063 2003-04-25 [paul]       0.8.11claws110
1064
1065         * sync with 0.8.11cvs35
1066                 see ChangeLog 2003-04-24 and 2003-04-25
1067                 
1068         * src/gtk/pluginwindow.c
1069                 correct another strange float value
1070
1071 2003-04-24 [christoph]  0.8.11claws109
1072
1073         * src/folder.c
1074                 freeze folder item updates when unsetting new flags
1075
1076         * src/gtk/pluginwindow.c
1077                 correct strange float value
1078
1079 2003-04-23 [paul]       0.8.11claws108
1080
1081         * sync with 0.8.11cvs33
1082                 see ChangeLog 2003-04-23
1083
1084 2003-04-22 [paul]       0.8.11claws107
1085
1086         * src/Makefile.am
1087           src/messageview.c
1088           src/mimeview.c
1089           src/pgptext.[ch]      ** REMOVED **
1090                 remove pgptext.[ch] as its not used any more
1091
1092 2003-04-22 [paul]       0.8.11claws106
1093
1094         * sync with 0.8.11cvs31
1095                 see ChangeLog 2003-04-21 and 2003-04-22
1096
1097 2003-04-21 [alfons]     0.8.11claws105
1098
1099         * src/main.c
1100                 No access to GTK structures if we're a spawned child
1101                 (and clean up code a little bit...) Should fix #126.
1102
1103 2003-04-21 [melvin]     0.8.11claws104
1104
1105         * src/plugins/dillo_viewer/README
1106                 Improved slightly the text.
1107
1108 2003-04-21 [melvin]     0.8.11claws103
1109
1110         * src/plugins/dillo_viewer/README *** NEW ***
1111                 Added a README file for the Dillo plugin
1112
1113 2003-04-20 [paul]
1114
1115         * tools/README
1116           tools/outlook2sylpheed.pl
1117                 updated and improved by Ricardo Mones Lastra
1118
1119 2003-04-18 [oliver]     0.8.11claws102
1120
1121         * src/inc.c 
1122         * src/prefs_account.h
1123                 remove Pop3SessionType (used by selective download)
1124         * src/prefs_toolbar.c
1125                 enable set Default Toolbar button
1126
1127 2003-04-18 [paul]       0.8.11claws101
1128
1129         * sync with 0.8.11cvs29
1130                 see ChangeLog 2003-04-18
1131
1132 2003-04-17 [paul]       0.8.11claws100
1133
1134         * src/prefs_common.[ch]
1135           src/summaryview.c
1136                 remove 'Open next message on deletion' option,
1137                 as the same effect can now be achieved via the
1138                 'Always open messages in summary when selected'
1139                 option.
1140
1141 2003-04-17 [paul]       0.8.11claws99
1142
1143         * sync with 0.8.11cvs28
1144                 see ChangeLog 2003-04-17
1145
1146 2003-04-17 [christoph]  0.8.11claws98
1147
1148         * ac/spamassassin.m4
1149         * src/plugins/spamassassin/libspamc.[ch]
1150         * src/plugins/spamassassin/utils.[ch]
1151                 sync libspamc with SpamAssassin project
1152
1153 2003-04-17 [christoph]  0.8.11claws97
1154
1155         * src/common/socket.h
1156         * src/gtk/sslcertwindow.h
1157                 rename old USE_SSL to USE_OPENSSL
1158
1159 2003-04-17 [paul]       0.8.11claws96
1160
1161         * src/prefs_common.h
1162                 use gulong for P_COLOR so that it compiles/runs on
1163                 64-bit systems. Patch submitted by James Noyes
1164                 <jnoyes-claws@retrogeeks.com>
1165                 
1166         * po/de.po
1167                 updated by Jens
1168
1169 2003-04-17 [paul]       0.8.11claws95
1170
1171         * sync with 0.8.11cvs27
1172                 see ChangeLog 2003-04-16
1173
1174 2003-04-15 [paul]       0.8.11claws94
1175
1176         * src/prefs_common.[ch]
1177                 rearrange to stop the window getting too long:
1178                         move Receive dialog stuff to Receive tab
1179                         move Send dialog to Send tab
1180                         remove Dialogs frame
1181                 rename 'Open messages in summary with cursor keys' to
1182                 'Always open messages in summary when selected', as its
1183                 more appropriate
1184
1185 2003-04-15 [paul]       0.8.11claws93
1186
1187         * src/prefs_common.[ch]
1188           src/summaryview.c
1189                 add new option '/Interface/Open next message on deletion'
1190
1191 2003-04-15 [paul]       0.8.11claws92
1192
1193         * src/summaryview.[ch]
1194                 add /Mark/Lock and /Mark/Unlock to the pop-up
1195                 menu. Patch submitted by Ivan Francolin Martinez
1196                 <ivanfm@users.sourceforge.net>
1197
1198 2003-04-15 [paul]       0.8.11claws91
1199
1200         * sync with 0.8.11cvs24
1201                 see ChangeLog 2003-04-15
1202
1203 2003-04-14 [jens]       0.8.11claws90
1204
1205         * updated German translation and some corrections from
1206                 Roland Bless <bless@tm.uka.de>
1207
1208 2003-04-14 [paul]       0.8.11claws89
1209
1210         * sync with 0.8.11cvs22
1211                 see ChangeLog 2003-04-14
1212
1213 2003-04-13 [paul]       0.8.11claws88
1214
1215         * src/plugins/clamav/clamav_plugin.c
1216                 fix memory leaks
1217                 clean up
1218
1219 2003-04-12 [paul]       0.8.11claws87
1220
1221         * src/plugins/clamav/clamav_plugin.c
1222                 activate enable/disable archive scanning option
1223                 
1224         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1225
1226 2003-04-12 [paul]       0.8.11claws86
1227
1228         * src/plugins/Makefile.am
1229           src/plugins/clamav/Makefile.am                ** NEW FILE **
1230           src/plugins/clamav/README                     ** NEW FILE ** 
1231           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1232           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1233                 add Clam AntiVirus plugin
1234
1235 2003-04-12 [paul]       0.8.11claws85
1236
1237         * sync with 0.8.11cvs21
1238                 see ChangeLog 2003-04-11
1239
1240 2003-04-11 [paul]       0.8.11claws84
1241
1242         * po/es.po
1243                 update Spanish translation. Submitted by Ricardo
1244                 Mones Lastra.
1245
1246 2003-04-10 [christoph]  0.8.11claws83
1247
1248         * src/mbox.c
1249                 fix typo that did not move unfiltered mails to destination
1250                 folder
1251
1252         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1253          when filtering from spool)
1254
1255 2003-04-10 [christoph]  0.8.11claws82
1256
1257         * src/imap.c
1258                 use BODY.PEEK instead of BODY in in message fetch operation
1259                 to make sure the IMAP server does not set the \Seen flag for
1260                 messages. Sylpheed does that later itself, when the message
1261                 is opened in sylpheed
1262
1263         (closes Bug 111 Claws destroys unread marks)
1264
1265 2003-04-09 [oliver]     0.8.11claws81
1266         
1267         * src/folder.c
1268                 fix crash in folder_destroy
1269         * README.claws
1270                 remove selective download
1271
1272 2003-04-09 [christoph]  0.8.11claws80
1273
1274         * src/imap.c
1275                 fix crash in imap_get_msginfo() when then fetched message
1276                 is not found
1277
1278         (closes Bug 110 Crash during mail composition)
1279
1280 2003-04-08 [christoph]  0.8.11claws79
1281
1282         * src/folder.c
1283         * src/prefs_account.c
1284                 Filter new messages that are found in an INBOX folder
1285                 when 'Filter messages on receiving' is enabled in the
1286                 Folder's AccountPrefs. This allows to use Sylpheed's
1287                 filtering engine for IMAP folders where messages are
1288                 added to the INBOX by a MTA
1289
1290 2003-04-08 [paul]       0.8.11claws78
1291
1292         * src/procmsg.h
1293                 clean up after last commit
1294
1295 2003-04-08 [paul]       0.8.11claws77
1296
1297         * sync with 0.8.11cvs20
1298                 see ChangeLog 2003-04-07 and 2003-04-08
1299
1300 2003-04-07 [christoph]  0.8.11claws76
1301
1302         * src/filtering.[ch]
1303         * src/inc.[ch]
1304         * src/mbox.c
1305         * src/procmsg.[ch]
1306                 add procmsg_msginfo_filter() to execute filtering actions
1307
1308 2003-04-06 [christoph]  0.8.11claws75
1309
1310         * src/imap.c
1311                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1312
1313 2003-04-06 [christoph]  0.8.11claws74
1314
1315         * src/common/utils.[ch]
1316                 add g_int_compare() function for slist sorting
1317
1318         * src/imap.c
1319                 fetch all MsgInfos with one command in imap_get_msginfos()
1320                 using an imap set with a list of ranges
1321
1322         * src/news.c
1323                 use new g_int_compare() function
1324
1325 2003-04-06 [thorsten]   0.8.11claws73
1326
1327         * src/mh.c
1328                 corrected implementation of mh_folder_destroy()
1329
1330 2003-04-05 [christoph]  0.8.11claws72
1331
1332         * src/account.c
1333         * src/folder.[ch]
1334         * src/folderview.c
1335         * src/imap.c
1336         * src/inc.c
1337         * src/main.c
1338         * src/mainwindow.c
1339         * src/mbox_folder.c
1340         * src/mh.c
1341         * src/mimeview.h
1342         * src/msgcache.[ch]
1343         * src/news.c
1344         * src/procmime.h
1345         * src/procmsg.[ch]
1346         * src/setup.c
1347         * src/gtk/gtkutils.c
1348                 o rename structure field names class and new to klass and
1349                   new_msgs, to allow including files in C++
1350                 o add 'extern "C"' block to some header files
1351                 o add MsgInfoList and MsgNumberList as alias for GSList for
1352                   developers to know what type of list is expected
1353
1354         * src/plugins/image_viewer/plugin.c
1355         * src/plugins/image_viewer/viewer.[ch]
1356         * src/plugins/image_viewer/viewerprefs.[ch]
1357                 rename function names to prevent conflicts
1358
1359 2003-04-05 [paul]       0.8.11claws71
1360
1361         * sync with 0.8.11cvs18
1362                 see ChangeLog 2003-04-03 and 2003-04-04
1363
1364 2003-04-02 [christoph]  0.8.11claws70
1365
1366         * src/folder.[ch]
1367         * src/imap.[ch]
1368         * src/mbox_folder.[ch]
1369         * src/mh.[ch]
1370         * src/news.[ch]
1371                 o Make all virtual folder functions private
1372                 o remove unused folder code
1373
1374         * src/common/socket.[ch]
1375         * src/summaryview.c
1376                 fix warnings
1377
1378 2003-03-30 [alfons]     0.8.11claws69
1379
1380         * src/send_message.c
1381                 remove two debug traces and see if people still report
1382                 errors
1383
1384 2003-03-30 [alfons]     0.8.11claws68
1385
1386         * src/send_message.c
1387         * src/commons/session.c
1388                 add more debug traces
1389
1390 2003-03-30 [christoph]  0.8.11claws67
1391
1392         * src/folder.c
1393                 change processing folder name from .processing to processing
1394
1395         * src/common/ssl.c
1396                 disable SSL certificate check because it causes Xlib error
1397                 when the child process want's to open an GTK window
1398
1399 2003-03-30 [christoph]  0.8.11claws66
1400
1401         * src/folder.c
1402                 don't use default folder for processing folder item because
1403                 it can be a non local folder
1404
1405         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1406
1407 2003-03-30 [alfons]     0.8.11claws65
1408
1409         * src/send_message.c
1410                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1411                 to generate bad code for 'send_send_data_progressive': When
1412                 called from 'send_send_data_finished', the 'data' pointer is
1413                 cleared just before the assignment to the dialog pointer
1414
1415 2003-03-29 [christoph]  0.8.11claws64
1416
1417         * src/common/prefs.h
1418         * src/plugins/image_viewer/Makefile.am
1419         * src/plugins/image_viewer/plugin.c
1420         * src/plugins/image_viewer/viewer.[ch]
1421         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1422                 add PrefsPage for ImageViewer
1423
1424 2003-03-28 [thorsten]   0.8.11claws63
1425
1426         * src/common/session.c
1427                 added some comments
1428
1429 2003-03-28 [paul]       0.8.11claws62
1430
1431         * sync with 0.8.11cvs16
1432                 see ChangeLog 2003-03-28
1433
1434 2003-03-28 [paul]       0.8.11claws61
1435
1436         * sync with 0.8.11cvs15
1437                 see ChangeLog 2003-03-28
1438
1439 2003-03-27 [christoph]  0.8.11claws60
1440
1441         * src/folder.c
1442         * src/imap.c
1443         * src/common/socket.[ch]
1444                 set socket state to DISCONNECTED when any operation
1445                 fails to allow reconnecting in IMAP code without
1446                 checking the return code of all calls to the command
1447                 functions
1448
1449         * src/folderview.c
1450         * src/summaryview.c
1451                 remove some more stuff that depends on specific
1452                 folder types
1453
1454 2003-03-27 [paul]       0.8.11claws59
1455
1456         * sync with 0.8.11cvs14
1457                 see ChangeLog 2003-03-27
1458                 
1459         * src/selective_download.[ch]   ** REMOVED **
1460                 really removed
1461
1462 2003-03-27 [christoph]  0.8.11claws58
1463
1464         * src/folder.c
1465                 fix handling of tmp_flags in flag copy function
1466
1467 2003-03-27 [paul]       0.8.11claws57
1468
1469         * sync with 0.8.11cvs13
1470                 see ChangeLog 2003-03-27
1471
1472 2003-03-27 [oliver]     0.8.11claws56
1473
1474         * src/maiwindow.c
1475                 remove sel_download_cb
1476
1477 2003-03-27 [oliver]     0.8.11claws55
1478         
1479         * src/inc.c
1480                 remove POP3_TOP
1481         
1482 2003-03-26 [oliver]     0.8.11claws54
1483
1484         *src/pop.h
1485                 remove POP3_TOP*
1486         * README.claws
1487                 remove selective donwload readme
1488
1489 2003-03-26 [oliver]     0.8.11claws53
1490         * src/matcher.[ch]
1491         * src/matcher_parser_parse.y 
1492         * src/pop.c 
1493         * src/prefs_account.[ch]
1494         * src/prefs_filtering.c
1495                 remove selective donwload
1496
1497 2003-03-26 [oliver]     0.8.11claws52
1498
1499         * src/inc.[ch] 
1500         * src/filtering.c 
1501         * src/mainwindow.c 
1502                 remove selective donwload
1503
1504 2003-03-26 [oliver]     0.8.11claws51
1505         
1506         * src/Makefile.am
1507         * src/selective_download.[ch]   ** REMOVE **    
1508
1509 2003-03-26 [christoph]  0.8.11claws50
1510
1511         * src/news.c
1512                 fix NEWS that got broken by a sync with sylpheed-main
1513
1514 2003-03-26 [christoph]  0.8.11claws49
1515
1516         * src/mimeview.c
1517                 fix mime type guessing when no mime type is found for a file
1518
1519 2003-03-25 [christoph]  0.8.11claws48
1520
1521         * src/mimeview.c
1522         * src/procmime.c
1523                 remove mime type guessing from mime parser and use
1524                 name based mime types in viewer lookup for mime type
1525                 application/octet-stream
1526
1527 2003-03-25 [christoph]  0.8.11claws47
1528
1529         * doc-src/readme.txt
1530         * doc-src/rfc2554.txt
1531                 add RFC about SMTP AUTH
1532
1533         * src/send_message.c
1534         * src/common/smtp.[ch]
1535                 add extra error code for authentication errors and
1536                 clear temporary password when this error occurs
1537
1538         (closes Bug 84 authentication failure while sending should
1539          prompt for password again)
1540
1541 2003-03-25 [christoph]  0.8.11claws46
1542
1543         * configure.ac
1544         * src/Makefile.am
1545         * src/imageview.[ch]                            ** REMOVE **
1546         * src/messageview.[ch]
1547         * src/mimeview.[ch]
1548         * src/prefs_common.[ch]
1549         * src/textview.c
1550         * src/plugins/Makefile.am
1551         * src/plugins/image_viewer/.cvsignore           ** NEW **
1552         * src/plugins/image_viewer/Makefile.am          ** NEW **
1553         * src/plugins/image_viewer/plugin.c             ** NEW **
1554         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1555                 move image viewer into a plugin (building is enabled by default)
1556                 [ToDo: Prefs for resize and autoview]
1557
1558 2003-03-25 [paul]       0.8.11claws45
1559
1560         * sync with 0.8.11cvs12
1561                 see ChangeLog 2003-03-26
1562
1563 2003-03-25 [paul]       0.8.11claws44
1564
1565         * sync with 0.8.11cvs11
1566                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1567                 
1568         Note: Selective Download is broken.
1569                 
1570 2003-03-22 [christoph]  0.8.11claws43
1571
1572         * src/folder.c
1573                 code cleanup for flags copying
1574
1575 2003-03-22 [christoph]  0.8.11claws42
1576
1577         * src/plugins/trayicon/trayicon.c
1578                 fix setting the transparent area when the window size
1579                 is forced by the system tray
1580
1581 2003-03-22 [christoph]  0.8.11claws41
1582
1583         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1584         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1585         * src/plugins/trayicon/newmail.xpm              ** NEW **
1586         * src/plugins/trayicon/nomail.xpm               ** NEW **
1587         * src/plugins/trayicon/trayicon.c
1588         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1589                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1590                 o add icon for unread mails
1591                 o set transparency for window
1592
1593 2003-03-22 [christoph]  0.8.11claws40
1594
1595         * src/news.c
1596                 init news session to prevent crash when session is closed
1597
1598 2003-03-22 [christoph]  0.8.11claws39
1599
1600         * src/imap.c
1601         * src/common/session.[ch]
1602                 Init session data to make sure we don't have invalid pointers
1603                 for read_ch and write_ch when new multi process sessions are
1604                 not used
1605
1606         * src/main.c
1607         * src/common/plugin.c
1608         * src/common/sylpheed.c
1609         * src/plugins/demo/demo.c
1610         * src/plugins/dillo_viewer/dillo_viewer.c
1611         * src/plugins/mathml_viewer/mathml_viewer.c
1612         * src/plugins/spamassassin/spamassassin.c
1613         * src/plugins/spamassassin/spamassassin_gtk.c
1614                 add plugin types to allow loading plugins at different times
1615                 (and maybe for different frontends), because it's not good to
1616                 load GTK-Plugins gefore gtk_init was called
1617
1618         * configure.ac
1619         * src/plugins/Makefile.am
1620         * src/plugins/trayicon/.cvsignore               ** NEW **
1621         * src/plugins/trayicon/Makefile.am              ** NEW **
1622         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1623         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1624         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1625         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1626         * src/plugins/trayicon/trayicon.c               ** NEW **
1627                 New Trayicon plugin that shows an icon in a systray that uses
1628                 XEMBED protocol like Gnome's systray. Icon shows if there
1629                 are new mails and a tooltip shows information about new,
1630                 unread and total messages.
1631
1632 2003-03-22 [paul]       0.8.11claws38
1633
1634         * src/common/smtp.c
1635                 fix ESMTP AUTH CRAM-MD5
1636                 [sync with main (still version 0.8.11cvs6), see
1637                  ChangeLog 2003-03-22]
1638
1639 2003-03-21 [colin]      0.8.11claws37
1640
1641         * src/send_message.c
1642                 Fix USE_SSL => USE_OPENSSL
1643
1644 2003-03-21 [colin]      0.8.11claws36
1645
1646         * src/folderview.c
1647                 Fix counts in drag and dropped subfolders
1648
1649 2003-03-21 [colin]      0.8.11claws35
1650
1651         * src/folder.c 
1652         * src/folderview.c
1653                 speed up a bit folder dnd
1654
1655 2003-03-20 [alfons]     0.8.11claws34
1656
1657         * src/main.c
1658         * src/toolbar.c
1659         * src/procmsg.c
1660                 don't send locked queue messages
1661                 (feature request "[ 705245 ] Locking message in outbox 
1662                  should prevent sending")
1663
1664 2003-03-20 [christoph]  0.8.11claws33
1665
1666         * src/folder.c
1667                 remove NEW and UNREAD flag in special folders when scanning
1668                 
1669         * src/common/smtp.c
1670                 fix ESMTP AUTH CRAM-MD5
1671
1672 2003-03-20 [paul]       0.8.11claws32
1673
1674         * src/prefs_account.c
1675                 Re-write 'Tunnel command to open connection' as
1676                 'Use command to communicate with server', and disable
1677                 it for all except IMAP accounts
1678
1679 2003-03-20 [paul]       0.8.11claws31
1680
1681         * sync with 0.8.11cvs6
1682                 see ChangeLog 2003-03-20
1683
1684 2003-03-19 [match]      0.8.11claws30
1685
1686         * src/addritem.[ch]
1687                 include documentation. minor refactoring.
1688         * src/addr_compl.[ch]
1689         * src/addrindex.[ch]
1690         * src/addresbook.[ch]
1691         * src/summaryview.c
1692                 re-enable address lookup (was disabled in
1693                 0.8.11claws20).
1694
1695 2003-03-19 [christoph]  0.8.11claws29
1696
1697         * src/procmsg.c
1698                 add temp flag handling, will make moving and copying
1699                 messages possible again
1700
1701         * src/folder.c
1702                 correct calulation of folder stats
1703
1704 2003-03-18 [match]      0.8.11claws28
1705
1706         * src/editgroup.h
1707                 remove case sensitive comparison (closes bug 80).
1708
1709 2003-03-18 [christoph]  0.8.11claws27
1710
1711         * src/imap.c
1712                 fix imap using a tunnel command
1713
1714         (closes bug 87)
1715
1716 2003-03-18 [christoph]  0.8.11claws26
1717
1718         * src/folder.[ch]
1719         * src/imap.c
1720         * src/procmsg.[ch]
1721                 rewrite flag handling for folders
1722
1723 2003-03-18 [christoph]  0.8.11claws25
1724
1725         * src/folder.c
1726         * src/procmsg.c
1727         * src/summaryview.c
1728                 unset NEW and UNREAD flags when message is ignored, to make
1729                 sure messages don't show up as unread on other IMAP clients,
1730                 because the IGNORE_THREAD flag can not be syncronized through
1731                 the IMAP folder
1732
1733 2003-03-17 [christoph]  0.8.11claws24
1734
1735         * src/imap.c
1736                 don't use recursion to fetch uids when the number of messages
1737                 does not match. Moved code into subfunction that is used
1738                 again when needed, to prevent an endless loop.
1739
1740 2003-03-17 [thorsten]   0.8.11claws23
1741
1742         * src/imageview.[ch]
1743                 export imageview_get_resized_size() (for plugins)
1744         * src/prefs_common.[ch]
1745                 added prefs_common_get() (for plugins)
1746
1747 2003-03-17 [christoph]  0.8.11claws22
1748
1749         * src/imap.c
1750                 o remove UID guessing from copy code
1751                 o support UIDPLUS extension for APPEND command
1752
1753 2003-03-17 [paul]       0.8.11claws21
1754
1755         * src/gtk/about.c
1756                 remove 'Compiled-plugins' section.
1757                 
1758         * src/plugins/dillo_viewer/dillo_viewer.c
1759                 slight change to description text
1760
1761 2003-03-16 [match]      0.8.11claws20
1762         * src/ldapserver.[ch]           ** NEW **
1763         * src/ldapctrl.[ch]             ** NEW **
1764         * src/ldapquery.[ch]            ** NEW **
1765         * src/ldaputil.[ch]             ** NEW **
1766         * src/addrcindex.[ch]           ** NEW **
1767         * src/addrquery.h               ** NEW **
1768         * src/addritem.[ch]
1769         * src/addrcache.[ch]
1770         * src/addrindex.[ch]
1771         * src/addr_compl.[ch]
1772         * src/addressbook.[ch]
1773         * src/addrbook.[ch]
1774         * src/editgroup.c
1775         * src/editaddress.c
1776         * src/editldap.c
1777         * src/editldap_basedn.c
1778         * src/vcard.c
1779         * src/jpilot.c
1780         * src/Makefile.am
1781                 included dynamic LDAP queries. improved address
1782                 completion.
1783
1784 2003-03-16 [paul]       0.8.11claws19
1785
1786         * tools/multiwebsearch.pl
1787                 fix a fatal typo
1788
1789 2003-03-16 [christoph]  0.8.11claws18
1790
1791         * src/mimeview.c
1792         * src/plugins/dillo_viewer/dillo_viewer.c
1793         * src/plugins/mathml_viewer/mathml_viewer.c
1794                 make unregistering of MimeViewerFactorys possible
1795
1796 2003-03-16 [alfons]     0.8.11claws17
1797
1798         * configure.ac
1799                 correct typo
1800
1801 2003-03-16 [melvin]     0.8.11claws16
1802
1803         * src/plugins/dillo_viewer.c
1804                 Fixed bug where it was not possible to view more than
1805                 one text/html attachment per message (bug discovered
1806                 by Christoph Hohmann).
1807
1808 2003-03-15 [melvin]     0.8.11claws15
1809
1810         * src/prefs_actions.c
1811                 Fixed compilation warnings.
1812
1813 2003-03-15 [melvin]     0.8.11claws14
1814
1815         * src/plugins/Makefile.am
1816         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1817         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1818         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1819                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1820                 newer (http://dillo.auriga.wearlab.de/).
1821
1822 2003-03-15 [christoph]  0.8.11claws13
1823
1824         * src/imap.c
1825                 don't query imap folder for attributes because we already
1826                 for them from imap_status
1827
1828         * src/mimeview.[ch]
1829                 add support for plugable MimeViewers (unloading Viewers
1830                 not yet complete)
1831
1832         * src/plugins/Makefile.am
1833         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1834         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1835         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1836                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1837                 widget from http://helm.cs.unibo.it/mml-widget/
1838
1839 2003-03-14 [christoph]  0.8.11claws12
1840
1841         * src/folder.[ch]
1842                 o error return code's should better be negative
1843                 o replace printf with debug_print
1844
1845         * src/imap.c
1846                 improve IMAP folder scan by checking UID-NEXT
1847
1848         * src/summaryview.c
1849                 remove check that are unnecessary in my opinion
1850
1851 2003-03-13 [christoph]  0.8.11claws11
1852
1853         * src/folder.[ch]
1854         * src/foldersel.c
1855         * src/folderview.c
1856         * src/imap.c
1857         * src/mbox_folder.c
1858         * src/mh.c
1859         * src/news.c
1860         * src/prefs_scoring.c
1861         * src/summaryview.c
1862                 use a common function to get a displayable name
1863                 for a FolderItem
1864
1865 2003-03-13 [paul]       0.8.11claws10
1866
1867         * tools/Makefile.am
1868           tools/README
1869           tools/multiwebsearch.conf     ** NEW FILE **
1870           tools/multiwebsearch.pl       ** NEW FILE **
1871                 add multiwebsearch Actions script
1872
1873 2003-03-13 [colin]      0.8.11claws9
1874
1875         * src/compose.c
1876                 Remove leading emtpy lines from quoted text
1877                 before quoting it
1878
1879 2003-03-13 [melvin]     0.8.11claws8
1880
1881         * src/prefs_actions.c
1882                 Fixed a memory leak
1883                 Code clean ups
1884                 Added Cancel and OK buttons
1885                 Corrected help text
1886
1887 2003-03-13 [christoph]  0.8.11claws7
1888
1889         * src/account.c
1890         * src/folder.[ch]
1891         * src/imap.c
1892         * src/mainwindow.c
1893         * src/mbox_folder.c
1894         * src/mh.c
1895         * src/news.c
1896         * src/setup.c
1897                 replace more folder type stuff with folder class stuff
1898
1899 2003-03-13 [melvin]     0.8.11claws6
1900
1901         * src/prefs_actions.c
1902                 Added new tokens:
1903                 %u: user provided argument
1904                 %h: user provided argument (hidden on input)
1905                 %s: current text selection in the message view 
1906
1907 2003-03-13 [paul]       0.8.11claws5
1908
1909         * sync with 0.8.11cvs5
1910                 see ChangeLog 2003-03-11, 2003-03-12
1911
1912 2003-03-12 [christoph]  0.8.11claws4
1913
1914         * src/folder.c
1915                 use folder class idstr when writing folderlist.xml
1916
1917         * src/folder.h
1918         * src/imap.c
1919         * src/news.c
1920                 replace folder type checks with folder class checks
1921
1922 2003-03-12 [christoph]  0.8.11claws3
1923
1924         * src/folder.[ch]
1925         * src/imap.[ch]
1926         * src/main.c
1927         * src/mbox_folder.[ch]
1928         * src/mh.[ch]
1929         * src/news.[ch]
1930                 o create a list of known folder classes in the folder system
1931                 o use folder class id strings for folder item identifiers
1932
1933 2003-03-12 [christoph]  0.8.11claws2
1934
1935         * src/imap.c
1936                 fix imap uid validity check
1937
1938 2003-03-12 [christoph]  0.8.11claws1
1939
1940         * src/account.c
1941         * src/folder.[ch]
1942         * src/foldersel.c
1943         * src/folderview.c
1944         * src/imap.c
1945         * src/mainwindow.c
1946         * src/mbox_folder.c
1947         * src/mh.c
1948         * src/news.c
1949         * src/prefs_scoring.c
1950         * src/procmsg.c
1951         * src/setup.c
1952         * src/summaryview.c
1953                 initial restructuring of folder system, seperating
1954                 folders and folder classes
1955
1956 2003-03-12 [paul]       0.8.11claws
1957
1958         0.8.11claws release
1959
1960 2003-03-12 [christoph]
1961
1962         * src/gtk/prefswindow.c
1963                 fix translation of "Page Index"
1964
1965 2003-03-12 [paul]       0.8.10claws110
1966
1967         a sync from 0.8.11cvs4 before the release
1968
1969         * src/common/utils.c
1970                 subject_compare_for_sort(): allow null strings (fixes
1971                 summary sorting).
1972
1973 2003-03-11 [paul]       0.8.10claws109
1974
1975         * po/es.po
1976                 update Spanish translation, submitted by
1977                 Ricardo Mones Lastra
1978
1979 2003-03-11 [melvin]     0.8.10claws108
1980
1981         * po/fr.po
1982                 Updated French translations
1983
1984 2003-03-11 [paul]       0.8.10claws107
1985
1986         * manual/en/Makefile.am
1987           manual/en/*.html
1988                 update English manual, add a new page
1989                 updated by Francois Barriere <fbarriere@atmel.fr>
1990                 
1991         * po/bg.po
1992           po/it.po
1993           po/sr.po
1994                 update Bulgarian, Italian, and Serbian translations
1995                 submitted by George Danchev, Alessandro Maestri, and
1996                 Urke MMI
1997
1998 2003-03-10 [paul]       0.8.10claws106
1999
2000         * src/gtk/about.c
2001           src/gtk/prefswindow.c
2002                 make some strings translatable
2003
2004 2003-03-10 [darko]      0.8.10claws105
2005
2006         * src/compose.c
2007                 code cleanup to make Hiro happy
2008
2009 2003-03-10 [paul]       0.8.10claws104
2010
2011         * sync with 0.8.11cvs2
2012                 see ChangeLog 2003-03-10
2013
2014 2003-03-09 [melvin]     0.8.10claws103
2015
2016         * src/textview.c
2017                 textview_set_font(): fix for message display in
2018                 UTF-8 locales (thanks to Sergey Vlasov).
2019                 (was unintentionnaly reverted in 0.8.6claws6)   
2020
2021 2003-03-08 [darko]      0.8.10claws102
2022
2023         * src/compose.c
2024                 fix infinite loop in wrapping as reported
2025                 by happycactus
2026                 obsoletes patch #696482
2027
2028 2003-03-08 [christoph]  0.8.10claws101
2029
2030         * src/imap.c
2031                 add workaround for IMAP servers that do not
2032                 support the "UID SEARCH UID" command
2033
2034 2003-03-07 [christoph]  0.8.10claws100
2035
2036         * src/plugins/spamassassin/spamassassin.[ch]
2037         * src/plugins/spamassassin/spamassassin_gtk.c
2038                 code cleanup
2039
2040 2003-03-07 [paul]       0.8.10claws99
2041
2042         * po/es.po
2043                 updated Spanish translation, submitted by
2044                 Ricardo Mones Lastra
2045
2046 2003-03-07 [christoph]  0.8.10claws98
2047
2048         * src/send.c
2049                 fix in 0.8.10claws94 was wrong
2050                 local delivery does not require escaping, remove escaping
2051                 code to make signatures of mails with "." lines valid
2052                 
2053                 NOTE: requires that sendmail is executed with "-i" option,
2054                       what is the default now, but has to be changed in all
2055                       exsiting accounts)
2056
2057 2003-03-07 [paul]       0.8.10claws97
2058
2059         * sync with 0.8.11 release
2060                 see ChangeLog 2003-03-07
2061
2062 2003-03-06 [paul]       0.8.10claws96
2063
2064         * src/compose.c
2065                 revert commit 0.8.10claws92
2066
2067 2003-03-06 [paul]       0.8.10claws95
2068
2069         * src/folderview.c
2070                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2071
2072         * src/gtkaspell.c
2073                 fix bug 74, 'Crash opening editor window with pseudo-color
2074                 display'
2075                 
2076         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2077
2078 2003-03-06 [christoph]  0.8.10claws94
2079
2080         * src/send.c
2081                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2082                 all lines starting with a period get an extra period
2083                 inserted
2084                 (found by Simon 'corecode' Schubert)
2085
2086 2003-03-06 [paul]       0.8.10claws93
2087
2088         * src/folderview.c
2089                 if configured font can't be loaded fall back to gtk
2090                 default. (with thanks to Christoph)
2091                 
2092                 closes long-standing bug 15 'Crashes on startup'
2093
2094 2003-03-06 [paul]       0.8.10claws92
2095
2096         * src/compose.c
2097                 freeze text before autosave and thaw afterwards
2098                 fixes bug 67 'autosave make re-rediting message crazy'
2099
2100 2003-03-06 [christoph]  0.8.10claws91
2101
2102         * src/compose.c
2103                 ignore address comment in dupe check for Cc-list
2104
2105         (closes reopened bug 47 Replying to message strips name part of
2106          e-mail addresses of Cc: lines)
2107
2108 2003-03-06 [paul]       0.8.10claws90
2109
2110         * src/Makefile.am
2111                 remove reference to gtkxtext.h as its no longer in
2112                 the repository
2113
2114 2003-03-06 [paul]       0.8.10claws89
2115
2116         * sync with 0.8.10cvs25
2117                 see ChangeLog 2003-03-06
2118
2119 2003-03-06 [oliver]     0.8.10claws88
2120         
2121         * src/messageview.c
2122                 remove include
2123
2124 2003-03-06 [oliver]     0.8.10claws87
2125         
2126         * src/folderview.c 
2127                 remove changes introduced inclaws74
2128         * src/messageview.c
2129                 another attempt to sanely delete and update
2130                 messages deleted in separate messageview
2131
2132 2003-03-05 [christoph]  0.8.10claws86
2133
2134         * src/summaryview.c
2135                 check if "From" matches any account's address if
2136                 addressbook completion of addresses is disabled too
2137
2138         (closes Bug 70 "Display recipient in from" doesn't check
2139          folder's default account)
2140
2141 2003-03-05 [christoph]  0.8.10claws85
2142
2143         * src/compose.c
2144         * src/common/utils.[ch]
2145                 don't strip address comments when building Cc lists
2146
2147         (closes Bug 47 Replying to message strips name part of e-mail addresses
2148          of Cc: lines)
2149
2150         * src/folder.c
2151                 fix return value of copy function
2152
2153 2003-03-05 [christoph]  0.8.10claws84
2154
2155         * src/imap.c
2156                 don't ask imap server for non rfc822 headers
2157
2158         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2159
2160         * src/imap.c
2161                 destroy session on socket error to allow reconnecting
2162
2163 2003-03-05 [christoph]  0.8.10claws83
2164
2165         * configure.ac
2166                 fix building with gnome when no prefix is set
2167
2168         (closes bug 66 Gnome directory is set to NONE)
2169
2170 2003-03-05 [paul]       0.8.10claws82
2171
2172         * sync with 0.8.10cvs23
2173                 see ChangeLog 2003-03-05
2174
2175 2003-03-04 [christoph]  0.8.10claws81
2176
2177         * src/folder.c
2178                 o fix moving and copying when folder returns 0 for new
2179                   message number
2180                 o remove some code for single message copy and move
2181                   operations and use functions for multiple messages
2182
2183         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2184
2185         * src/news.c
2186                 remove unused include
2187
2188 2003-03-04 [paul]       0.8.10claws80
2189
2190         * src/gtk/about.c
2191                 list 'Compiled plugins'
2192
2193 2003-03-03 [christoph]  0.8.10claws79
2194
2195         * src/news.[ch]
2196                 have to multiply the percentage of the current fetch with
2197                 the percentage that it has of the total fetch operation
2198                 for correct values
2199
2200 2003-03-03 [christoph]  0.8.10claws78
2201
2202         * src/news.c
2203                 fix calculation of expected lines for progress indicator
2204
2205 2003-03-03 [christoph]  0.8.10claws77
2206
2207         * src/summaryview.c
2208         * src/common/utils.c
2209                 fix segfault when opening the root news folder
2210
2211 2003-03-03 [christoph]  0.8.10claws76
2212
2213         * src/mainwindow.[ch]
2214         * src/common/Makefile.am
2215         * src/common/progressindicator.[ch]
2216                 add UI independent progress indicator handling
2217
2218         * src/news.[ch]
2219                 use new progress indicator for message info fetching
2220
2221         * src/common/hooks.h
2222                 code cleanup
2223
2224 2003-03-03 [oliver]     0.8.10claws75
2225
2226         * src/toolbar.c
2227         * src/compose.c
2228                 removed commented code
2229
2230 2003-03-03 [oliver]     0.8.10claws74
2231
2232         * src/toolbar.[ch]
2233                 cleanups and refactoring
2234         * src/compose.[ch]
2235                 compose_reply_mode reply & forwarding interface for
2236                 toolbar buttons
2237         * src/folderview.c
2238                 act on messages marked for deletion in folderview_selected
2239                 based on prefs_common.immediate_exec since a message might 
2240                 have been deleted by messageview in a folder we are changing 
2241                 to (does anybody understand what I'm on about ?)
2242
2243 2003-03-03 [oliver]     0.8.10claws73
2244         
2245         * src/messageview.[ch]
2246                 new functions
2247                 - messageview_delete: delete message shown in messagview
2248                 - messageview_update_view: update messageview to currently 
2249                   selected summaryview message
2250                 - add separate messageview to msgview_list in order to update 
2251                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2252         * src/summaryview.[ch]
2253                 summary_get_selection returns a list of selected msgs
2254                 in summaryview
2255         * src/mainwindow.c
2256                 toolbar reply refactoring
2257
2258 2003-03-03 [paul]       0.8.10claws72
2259
2260         * sync with 0.8.10cvs21
2261                 see ChangeLog 2003-03-03
2262
2263 2003-03-02 [christoph]  0.8.10claws71
2264
2265         * src/common/passcrypt.c
2266                 use POSIX includes
2267
2268 2003-03-02 [christoph]  0.8.10claws70
2269
2270         * configure.ac
2271         * src/prefs_account.c
2272         * src/prefs_gtk.[ch]
2273         * src/common/.cvsignore
2274         * src/common/Makefile.am
2275         * src/common/passcrypt.c                ** NEW **
2276         * src/common/passcrypt.h.in             ** NEW **
2277                 Implement password encryption in config files
2278                 using unix encrypt and setkey functions. The crypt
2279                 key can be set as a configure parameter. Old
2280                 passwords will be converted if they do not begin
2281                 with '!'
2282
2283 2003-03-02 [paul]       0.8.10claws69
2284
2285         * src/prefs_account.c
2286                 fix compile error
2287
2288 2003-03-01 [thorsten]   0.8.10claws68
2289
2290         * po/el.po
2291           po/hr.po
2292           po/it.po
2293           po/nl.po
2294           po/sr.po
2295           po/sv.po
2296                 corrected format strings
2297         * po/en_GB.po
2298                 corrected headers
2299                 (fix compile errors with GNU gettext-0.11.5)
2300
2301 2003-03-01 [oliver]     0.8.10claws67
2302
2303         * src/summaryview.c
2304                 menu callbacks call toolbar_menu_reply
2305
2306 2003-03-01 [oliver]     0.8.10claws66
2307
2308         * src/mainwindow.c
2309         * src/messageview.c
2310                 menu callbacks call toolbar_menu_reply
2311         * src/toolbar.[ch]
2312                 callbacks from menu handled by toolbar_menu_reply
2313
2314 2003-03-01 [paul]       0.8.10claws65
2315
2316         * src/addressbook.c
2317                 revert commit 0.8.10claws54 - breaks editing of
2318                 addressbook.
2319                 
2320         * po/bg.po
2321                 update Bulgarian translation, submitted by
2322                 George Danchev
2323
2324 2003-02-28 [christoph]  0.8.10claws64
2325
2326         * src/account.c
2327         * src/addressadd.c
2328         * src/compose.c
2329         * src/gtkaspell.c
2330         * src/gtkxtext.h                ** REMOVE **
2331         * src/imap.c
2332         * src/matcher.[ch]
2333         * src/mh.c
2334         * src/news.c
2335         * src/pine.c
2336         * src/prefs_common.c
2337         * src/prefs_matcher.c
2338         * src/procheader.[ch]
2339         * src/procmsg.[ch]
2340         * src/toolbar.c
2341         * src/common/ssl_certificate.c
2342         * src/gtk/colorlabel.c
2343         * src/gtk/menu.c
2344                 o fix warnings
2345                 o remove code obsoleted by new cache and folder system rework
2346
2347 2003-02-28 [oliver]     0.8.10claws63
2348         
2349         * src/toolbar.[ch]
2350                 * fix bug where reply in Messageview replied to 
2351                 Message displayed in summaryview
2352                 (reportedd via ML by chinatinte at gmx dot ch)
2353                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2354                 didn't work in separate MessageView Toolbar
2355                 (wondering if anybody uses this at all ?)
2356         * src/summaryview.[ch]
2357                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2358                 (generalize reply and forward code);
2359         * src/messageview.c 
2360                 remove focus_in event which updated summaryview to messageview
2361
2362 2003-02-28 [paul]       0.8.10claws62
2363
2364         * po/Makefile.in.in
2365                 add the --check option
2366                 Patch submitted by Ricardo Mones Lastra
2367
2368 2003-02-28 [paul]       0.8.10claws61
2369
2370         * src/prefs_account.c
2371                 re-order 'Signature' items
2372
2373 2003-02-28 [paul]       0.8.10claws60
2374
2375         * sync with 0.8.10cvs20
2376                 see ChangeLog 2003-02-28
2377
2378 2003-02-28 [paul]       0.8.10claws59
2379
2380         * po/POTFILES.in
2381                 update to reflect recent movement of files
2382
2383 2003-02-28 [paul]       0.8.10claws58
2384
2385         * sync with 0.8.10cvs19
2386                 see ChangeLog 2003-02-28
2387
2388 2003-02-27 [martin]     0.8.10claws57
2389
2390         * src/prefs_matcher.c 
2391                 fix segfault in prefs_matcher_ok() when the
2392                 last entry is deleted and prevents that the
2393                 message "entry not saved" comes up after deleting
2394                 an entry
2395
2396 2003-02-27 [martin]     0.8.10claws56
2397
2398         * src/prefs_filtering.c 
2399                 fix segfault in prefs_filtering_ok() when the
2400                 last entry is deleted and prevents that the
2401                 message "entry not saved" comes up after deleting
2402                 an entry
2403
2404 2003-02-27 [paul]       0.8.10claws55
2405
2406         * sync with 0.8.10cvs18
2407                 see ChangeLog 2003-02-27
2408
2409 2003-02-27 [paul]       0.8.10claws54
2410
2411         * src/addressbook.c
2412                 fix bug where the address book crashes with 
2413                 multiple lookups.
2414                 Patch [687729] submitted by David Frager 
2415                 <dbfrager@users.sourceforge.net>
2416
2417 2003-02-25 [christoph]  0.8.10claws53
2418
2419         * src/Makefile.am
2420         * src/colorlabel.[ch]           ** REMOVE **
2421         * src/gtk/Makefile.am
2422         * src/gtk/colorlabel.[ch]       ** NEW **
2423                 move colorlabel files to gtk directory
2424
2425         * src/esmtp.[ch]                ** REMOVE **
2426                 has been merged into smtp.[ch] in 0.7.5
2427
2428 2003-02-25 [christoph]  0.8.10claws52
2429
2430         * src/Makefile.am
2431         * src/about.[ch]                ** REMOVE **
2432         * src/gtk/Makefile.am
2433         * src/gtk/about.[ch]            ** NEW **
2434                 move about files to gtk directory
2435
2436 2003-02-25 [christoph]  0.8.10claws51
2437
2438         * src/folder.c
2439                 some code optimization of folder scanning code
2440
2441         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2442
2443 2003-02-25 [christoph]  0.8.10claws50
2444
2445         * src/main.c
2446         * src/common/sylpheed.c
2447                 add command line parameter parsing to common code
2448
2449 2003-02-24 [christoph]
2450
2451         * Makefile.am
2452         * configure.ac
2453                 fix gnome prefix problems, the configure script now removed
2454                 `gnome-config --prefix` from `gnome-config --datadir`
2455                 and adds $(prefix} instead
2456
2457         (closes Bug 24 Makefile does not respect prefix when installing
2458          GNOME data)
2459
2460 2003-02-24 [christoph]  0.8.10claws49
2461
2462         * src/news.c
2463                 check for valid session before trying to authenticate
2464
2465         (closes Bug 60 crash if "authenticate on logon" is activated
2466          and newsserver-hostname is not valid)
2467
2468 2003-02-24 [melvin]     0.8.10claws48
2469
2470         * src/prefs_actions.c
2471                 Make sure all user's input is sent to the action and then
2472                 close the socket..
2473
2474 2003-02-23 [alfons]     0.8.10claws46
2475
2476         * src/summaryview.c
2477                 also wait cursor when deleting files
2478
2479 2003-02-23 [paul]
2480
2481         * tools/freshmeat_search.pl
2482           tools/google_search.pl
2483                 scripts should now work for any browser/browser command line
2484
2485 2003-02-22 [christoph]  0.8.10claws45
2486
2487         * src/procmsg.c
2488                 fix IMAP flag setting, IMAP flag is not handled correctly
2489                 anymore by the folder system and information about the
2490                 folder should not be saved in the MsgInfo (in my opinion)
2491
2492         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2493
2494 2003-02-22 [christoph]  0.8.10claws44
2495
2496         * src/summaryview.c
2497                 fix spelling of "label" ;-)
2498
2499 2003-02-22 [thorsten]   0.8.10claws43
2500
2501         * src/mimeview.c
2502           src/prefs_common.[ch]
2503           src/procmime.[ch]
2504                 do not use description as attachment name
2505
2506 2003-02-22 [alfons]     0.8.10claws42
2507
2508         * src/summaryview.c
2509                 freeze/thaw folder item updates when changing color labels,
2510                 and put a wait cursors on
2511
2512 2003-02-22 [thorsten]   0.8.10claws41
2513
2514         * src/mimeview.c
2515                 save-all fixes: crash if invoked on multipart container,
2516                 mimeinfo access, pathseparators, error dialog
2517
2518 2003-02-21 [alfons]     0.8.10claws40
2519
2520         * src/prefs_gtk.c
2521                 remove unused var
2522
2523 2003-02-21 [colin]      0.8.10claws39
2524
2525         * src/send.c
2526                 Fix smtp logging
2527
2528 2003-02-21 [colin]      0.8.10claws38
2529
2530         * src/summaryview.c
2531                 Freeze/thaw folderItem updates when filtering messages 
2532                 via Tools/Filter messages
2533
2534 2003-02-21 [paul]       0.8.10claws37
2535
2536         * src/compose.c
2537                 revert commit 0.8.10claws26, there are ulterior motives
2538                 for users to set a Reply-To header when posting to
2539                 newsgroups
2540
2541 2003-02-21 [paul]       0.8.10claws36
2542
2543         * sync with 0.8.10cvs17
2544                 see ChangeLog 2003-02-21
2545
2546 2003-02-20 [christoph]  0.8.10claws35
2547
2548         * src/imap.c
2549                 IMAP UID fetch speedup using SEARCH
2550
2551         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2552
2553         * src/imap.c
2554                 fix problem with UIDs in IMAP UID cache that no longer existed
2555
2556 2003-02-20 [christoph]  0.8.10claws34
2557
2558         * src/imap.c
2559         * src/procheader.c
2560         * src/procheader.h
2561                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2562
2563         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2564
2565         * src/imap.c
2566                 Rewrite imap_cmd_gen_recv use sock_getline instead
2567                 of sock_gets to avoid problems with too long reply
2568                 lines
2569     
2570 2003-02-20 [colin]      0.8.10claws33
2571         
2572         * src/prefs_account.c
2573                 Better wording
2574
2575 2003-02-20 [colin]      0.8.10claws32
2576
2577         * src/compose.c
2578                 Remove useless '&& !to_sender' 
2579
2580 2003-02-20 [darko]
2581
2582         * AUTHORS
2583                 change my e-mail address
2584
2585 2003-02-19 [colin]      0.8.10claws31
2586
2587         * src/prefs_common.c
2588                 X11 style colors for every configurable color
2589
2590 2003-02-19 [alfons]     0.8.10claws30
2591
2592         * src/prefs_gtk.[ch]
2593         * src/prefs_common.c
2594                 for color_new accept both plain integers and X11 style color
2595                 names (as found in /usr/lib/X11/rgb.txt)
2596
2597 2003-02-19 [paul]       0.8.10claws29
2598
2599         * src/mainwindow.c
2600                 add tooltips to online/offline button and account selector
2601                 button
2602
2603 2003-02-19 [paul]       0.8.10claws28
2604
2605         * src/folder.c
2606           src/news.c
2607           src/prefs_account.[ch]
2608           src/prefs_common.[ch]
2609                 move 'Maximum number of articles to download' to
2610                 account prefs.
2611                 clean up account prefs gui a little by hiding entries
2612                 rather then greying out entries
2613
2614 2003-02-19 [hiro]       0.8.10claws27
2615
2616         * src/common/utils.c
2617                 fix bug #54 'yesterdays date is displayed in the message 
2618                 summary window'
2619
2620 2003-02-19 [paul]       0.8.10claws26
2621
2622         * src/compose.c
2623                 fix bug reported in Feature Request [688596] 
2624                 'Reply-to header in news'
2625
2626 2003-02-18 [paul]       0.8.10claws25
2627
2628         * src/select-keys.c
2629                 add a 'List all keys' button to key selection dialog
2630
2631 2003-02-18 [colin]      0.8.10claws24
2632         
2633         * src/stock_pixmap.c
2634                 fix compile error
2635
2636 2003-02-18 [colin]      0.8.10claws23
2637
2638         * src/common/smtp.[ch]
2639           src/prefs_account.c
2640                 Try to starttls if it seems to be the only
2641                 way to authenticate a user
2642
2643 2003-02-18 [paul]       0.8.10claws22
2644
2645         * src/Makefile.am
2646           src/folderview.c
2647           src/stock_pixmap.[ch]
2648           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2649           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2650                 as a Drafts folder is a special folder allow it to have
2651                 its own unique icons
2652
2653 2003-02-18 [colin]      0.8.10claws21
2654
2655         * src/imap.c
2656                 Fix port selection when using starttls
2657
2658 2003-02-18 [paul]       0.8.10claws20
2659
2660         * src/mainwindow.c
2661           src/prefs_common.[ch]
2662                 make blue the default new mail colour
2663
2664 2003-02-18 [paul]       0.8.10claws19
2665
2666         * sync with 0.8.10cvs14
2667                 see ChangeLog 2003-02-18
2668
2669 2003-02-17 [jens]       0.8.10claws18
2670
2671         * src/common/md5.c
2672                 fixed a compile problem with gcc 3.3
2673                 works on 2.95.3 too (testet on PPC as it is big endian)
2674
2675 2003-02-17 [paul]       0.8.10claws17
2676
2677         * sync with 0.8.10cvs13
2678                 see ChangeLog 2003-02-17
2679
2680 2003-02-17 [paul]       0.8.10claws16
2681
2682         * sync with 0.8.10cvs12
2683                 see ChangeLog 2003-02-17
2684
2685 2003-02-16 [match]      0.8.10claws15
2686
2687         * src/addressbook.c
2688                 Eliminates reloading of address data when items
2689                 deleted or added. Applied submitted by
2690                 Luke Plant <lukeplant@softhome.net>
2691
2692 2003-02-16 [paul]       0.8.10claws14
2693
2694         * src/news.c
2695                 when a 'protocol error' is encountered disconnect from
2696                 the server. This means that the user can carry on viewing
2697                 other articles and doesn't have to either wait until the
2698                 server timesout or quit sylpheed.
2699                 Fixes bug #53 'Unable to read messages in newsgroups, 
2700                 displayed message doesn't change'
2701
2702 2003-02-15 [christoph]  0.8.10claws13
2703
2704         * src/imap.c
2705                 fix bug that stopped scanning of folders when an
2706                 IMAP folder was empty
2707
2708         (closes bug 46 stop scan messages in folders after empty folder)
2709
2710 2003-02-15 [paul]
2711
2712         * tools/Makefile.am
2713           tools/README
2714           tools/freshmeat_search.pl     ** NEW FILE **
2715           tools/google_search.pl        ** NEW FILE **
2716                 Add 2 Actions scripts which search freshmeat/google
2717                 for the selected text using the browser configured
2718                 in sylpheedrc.
2719                 
2720         Note: These scripts are very dependent on the format of the
2721         browser command and may not work on every occasion. Testing
2722         is welcome. 
2723
2724 2003-02-14 [alfons]     0.8.10claws12
2725
2726         * src/compose.c
2727                 fix breakage because of uninitialized account pointer.
2728                 please verify.
2729
2730 2003-02-14 [paul]       0.8.10claws11
2731
2732         * src/compose.c
2733           src/prefs_account.[ch]
2734           src/prefs_common.[ch]
2735                 move signature settings to Account Prefs
2736
2737 2003-02-14 [paul]       0.8.10claws10
2738
2739         * sync with 0.8.10cvs11
2740                 see ChangeLog 2003-02-14
2741
2742 2003-02-13 [thorsten]   0.8.10claws9
2743
2744         * src/news.c
2745                 revert news progressbar (GUI separation)
2746
2747 2003-02-13 [paul]       0.8.10claws8
2748
2749         * src/compose.c
2750                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2751                 paragraph 1
2752
2753 2003-02-13 [paul]       0.8.10claws7
2754
2755         * src/compose.[ch]
2756           src/summaryview.c
2757                 fix 'Follow-up and Reply-to' so that it creates a reply to
2758                 the newsgroup and the sender. If the message has the keyword
2759                 'poster' in the Followup-To header, all replies go to the
2760                 sender, re: RFC 1036, Section 2.2.3
2761                 rename all instances of 'ignore_replyto' to 'to_sender', both
2762                 were previously used, now we use just one.
2763
2764 2003-02-13 [paul]       0.8.10claws6
2765
2766         * sync with 0.8.10cvs9
2767                 see ChangeLog 2003-02-13
2768
2769 2003-02-13 [paul]       0.8.10claws5
2770
2771         * configure.ac
2772                 show which plugins are configured in the configure
2773                 output.
2774
2775 2003-02-12 [thorsten]   0.8.10claws4
2776
2777         * src/news.c
2778                 show progress while fetching news headers
2779
2780 2003-02-12 [christoph]  0.8.10claws3
2781
2782         * configure.ac
2783         * src/plugins/Makefile.am
2784                 use AM_CONDITIONAL to enable plugins, automake correctly
2785                 manages this when creating distdir
2786
2787 2003-02-12 [christoph]  0.8.10claws2
2788
2789         * ac/spamassassin.m4
2790         * src/plugins/spamassassin/Makefile.am
2791                 fix building SpamAssassin plugin without OpenSSL
2792
2793 2003-02-12 [paul]       0.8.10claws1
2794
2795         * ac/Makefile.am
2796           src/Makefile.am
2797           src/plugins/Makefile.am
2798                 fix failure of 'make release'
2799
2800 2003-02-12 [paul]       0.8.10claws
2801
2802         * 0.8.10claws released
2803
2804 2003-02-12 [paul]       0.8.9claws56
2805
2806         * po/bg.po
2807           po/es.po
2808           po/it.po
2809           po/ru.po
2810           po/sr.po
2811                 updated translations by George Danchev, Ricardo Mones Lastra,
2812                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2813                 
2814         * sylpheed.spec.in
2815                 Allow the building of RPMs by a regular user. Submitted
2816                 by Sergei Astanin
2817
2818 2003-02-11 [alfons]     0.8.9claws55
2819
2820         * src/colorlabel.c
2821                 don't use pixmaps for label color rect but draw rectangles
2822                 so we can respect the color map of palette based visuals
2823                 (fixes the long time crashes on Suns - thanks to Andreas
2824                 Engel and Steve O'Hara-Smith for testing)
2825
2826 2003-02-11 [christoph]  0.8.9claws54
2827
2828         * src/matcher_parser_parse.y
2829                 correct bug where filering rules of not existing folders in
2830                 matcherrc were added to global filtering
2831                 
2832         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2833          main filter-rules after removing directory, http://bugs.debian.org/180253)
2834         
2835 2003-02-11 [paul]       0.8.9claws53
2836
2837         * sync with 0.8.10cvs7
2838                 see ChangeLog 2003-02-09
2839
2840 2003-02-11 [melvin]     0.8.9claws52
2841
2842         * po/fr.po
2843                 Updated French tranlsations
2844
2845 2003-02-10 [paul]       0.8.9claws51
2846
2847         * sylpheed.spec.in
2848                 correct --enable-openssl
2849                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2850
2851 2003-02-09 [martin]     0.8.9claws50
2852
2853         * src/prefs_matcher.c
2854                 fix segfault in prefs_matcher_substitute_cb() when
2855                 no row is selected
2856
2857 2003-02-09 [paul]       0.8.9claws49
2858
2859         * src/folderview.c
2860                 fix bug where a newsgroup folder's processing rules were
2861                 merged with the global filtering rules when the newsgroup
2862                 folder was deleted, causing some seriously bad results,
2863                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2864
2865 2003-02-08 [melvin]     0.8.9claws48
2866
2867         * src/compose.c
2868                 Corrected and modified an alert message.
2869
2870 2003-02-07 [paul]       0.8.9claws47
2871
2872         * src/folderview.c
2873                 fix bug where both an 'Account properties' window and a
2874                 'Folder properties' window were opened when clicking on
2875                 'Properties' in an NNTP or IMAP folder's popup menu.
2876
2877 2003-02-07 [paul]       0.8.9claws46
2878
2879         * sync with 0.8.10cvs6
2880                 see ChangeLog 2003-02-06
2881
2882 2003-02-06 [christoph]  0.8.9claws45
2883
2884         * src/mbox.c
2885                 freeze folder updates while importing mbox files
2886                 (closes bug 43 importing mbox took hours)
2887                 
2888         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2889
2890 2003-02-06 [thorsten]   0.8.9claws44
2891
2892         * po/de.po
2893                 Updated german translations
2894
2895 2003-02-06 [thorsten]   0.8.9claws43
2896
2897         * src/news.h
2898                 use guint for message numbers (fix count in grouplist dialog)
2899
2900 2003-02-05 [paul]       0.8.9claws42
2901
2902         * sync with 0.8.10cvs2
2903                 see ChangeLog 2003-02-05
2904
2905 2003-02-04 [colin]      0.8.9claws41
2906
2907         * src/prefs_common.[ch]
2908           src/procmsg.c
2909           src/summaryview.c
2910                 Add an option to disable threading by subject
2911
2912 2003-02-04 [christoph]  0.8.9claws40
2913
2914         * src/inc.c
2915                 only abort fetching mails from multiple accounts when the
2916                 error is fatal and does not allow to check any more accounts
2917                 (currently only disk full error)
2918
2919         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2920          receive mails for other accouts)
2921
2922 2003-02-04 [christoph]  0.8.9claws39
2923
2924         * src/folder.c
2925                 first add the new message to the cache, then
2926                 send the update notification
2927
2928         (closes bug 39 after sending message folderview doesnt get updated)
2929
2930 2003-02-04 [colin]      0.8.9claws38
2931
2932         * src/inc.c
2933                 _really_ fix this Connecting... status
2934
2935 2003-02-04 [paul]       0.8.9claws37
2936
2937         * sync with 0.8.10
2938                 see ChangeLog 2003-02-04
2939
2940 2003-02-04 [paul]       0.8.9claws36
2941
2942         * sync with 0.8.9cvs6
2943                 see ChangeLog 2003-02-03
2944
2945 2003-02-04 [paul]       0.8.9claws35
2946
2947         * po/pt_BR.po
2948                 updated by André Filipe de Assunção e Brito 
2949                 <bedecko@netsite.com.br>
2950
2951 2003-02-03 [thorsten]   0.8.9claws34
2952
2953         * po/de.po
2954                 Updated german translations
2955
2956 2003-02-02 [paul]       0.8.9claws33
2957
2958         * po/es.po
2959                 updated by Ricardo Mones Lastra
2960
2961 2003-02-02 [thorsten]   0.8.9claws32
2962
2963         * src/mh.c
2964                 Fix mh_get_msginfo() segfault if file is inaccessible
2965
2966 2003-01-31 [colin]      0.8.9claws31
2967
2968         * src/procheader.c
2969                 Fix last commit's bug
2970
2971 2003-01-31 [colin]      0.8.9claws30
2972
2973         * src/procheader.c
2974                 Missing a change for gpg-signed messages
2975
2976 2003-01-31 [paul]       0.8.9claws29
2977
2978         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2979           src/procheader.c
2980           src/stock_pixmap.[ch]
2981           src/summaryview.c
2982                 indicate GnuPG signed messages by displaying an icon
2983                 in the Attachment column.
2984
2985 2003-01-31 [paul]       0.8.9claws28
2986
2987         * sync with 0.8.9cvs4
2988                 see ChangeLog 2003-01-31
2989
2990 2003-01-31 [alfons]     0.8.9claws27
2991
2992         * src/textview.c
2993                 tune URI parser to accept mailto URLs with a '?'
2994                 (patch from Ruslan Balkin)
2995
2996 2003-01-31 [colin]      0.8.9claws26
2997
2998         * src/summaryview.c
2999                 Fix a leak introduced in claws24
3000
3001 2003-01-31 [colin]      0.8.9claws25
3002
3003         * src/summaryview.c
3004                 Freeze/Thaw folder updates when deleting dups
3005
3006 2003-01-31 [colin]      0.8.9claws24
3007         
3008         * src/addr_compl.c
3009           src/summaryview.c
3010           src/msgcache.c
3011                 little speed improvements
3012
3013 2003-01-31 [colin]      0.8.9claws23
3014
3015         * src/summaryview.c
3016                 Fix segfault when forwarding nothing
3017                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3018                 
3019 2003-01-30 [paul]       0.8.9claws22
3020
3021         * sync with 0.8.9cvs3
3022                 see ChangeLog 2003-01-30
3023
3024 2003-01-30 [paul]       0.8.9claws21
3025
3026         * sync with 0.8.9cvs2
3027                 see ChangeLog 2003-01-30
3028
3029 2003-01-29 [paul]       0.8.9claws20
3030
3031         * sync with 0.8.9cvs1
3032                 see ChangeLog 2003-01-29
3033
3034 2003-01-28 [paul]       0.8.9claws19
3035
3036         * po/POTFILES.in
3037                 update to reflect changes. 
3038                 thanks to Ricardo Mones Lastra
3039
3040 2003-01-27 [christoph]  0.8.9claws18
3041
3042         * ac/openssl.m4
3043         * ac/spamassassin.m4
3044         * src/plugins/spamassassin/README
3045         * src/plugins/spamassassin/libspamc.[ch]
3046         * src/plugins/spamassassin/utils.[ch]
3047                 updated to latest libspamc
3048
3049 2003-01-27 [christoph]  0.8.9claws17
3050
3051         * src/folder.c
3052                 fix wrong use of procheader_get_header_fields
3053
3054 2003-01-27 [christoph]  0.8.9claws16
3055
3056         * src/news.c
3057         * src/prefs_account.[ch]
3058         * src/common/nntp.[ch]
3059                 allow to force authentication for NNTP servers
3060
3061         Patch submitted by Florian Mickler <dmk@d-labs.de>
3062
3063 2003-01-26 [paul]       0.8.9claws15
3064
3065         * src/summaryview.c
3066                 speed up of marking messages as read
3067                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3068
3069 2003-01-26 [christoph]  0.8.9claws14
3070
3071         * src/Makefile.am
3072         * src/mgutils.[ch]              ** REMOVE **
3073         * src/xml.[ch]                  ** REMOVE **
3074         * src/xmlprops.[ch]             ** REMOVE **
3075         * src/common/Makefile.am
3076         * src/common/mgutils.[ch]       ** NEW **
3077         * src/common/xml.[ch]           ** NEW **
3078         * src/common/xmlprops.[ch]      ** NEW **
3079                 move xml files to common directory
3080
3081 2003-01-26 [christoph]  0.8.9claws13
3082
3083         * src/plugins/spamassassin/spamassassin_gtk.c
3084                 only set gtk entry text if string is available
3085
3086 2003-01-26 [melvin]     0.8.9claws12
3087
3088         * src/description_window.c
3089                 Allow resizing of the window
3090                 Allow automatic horizontal scroll bar
3091                 Do not vertically expand and fill
3092
3093 2003-01-26 [christoph]  0.8.9claws11
3094
3095         * src/Makefile.am
3096         * src/gtkutils.[ch]             ** REMOVE **
3097         * src/common/sylpheed.c
3098         * src/gtk/Makefile.am
3099         * src/gtk/description_window.c
3100         * src/gtk/gtkutils.[ch]         ** NEW **
3101         * src/gtk/prefswindow.c
3102                 move gtkutils to gtk directory
3103
3104 2003-01-26 [paul]       0.8.9claws10
3105
3106         * src/summaryview.c
3107                 rename summary_unread_clicked() to summary_status_clicked()
3108
3109 2003-01-26 [melvin]     0.8.9claws9
3110
3111         * src/prefs_actions.c
3112                 Cosmetical changes to the help text
3113
3114 2003-01-26 [paul]       0.8.9claws8
3115
3116         * src/folder.[ch]
3117           src/mainwindow.c
3118           src/prefs_common.c
3119           src/prefs_sumamry_column.c
3120           summaryview.[ch]
3121                 rename the 'Unread' column to 'Status'
3122
3123 2003-01-25 [match]      0.8.9claws7
3124
3125         * src/mgutils.[ch]
3126                 removed reference to LDAP constants. removed error2string.
3127                 included functions to support LDAP dynamic queries.
3128         * src/syldap.h
3129                 moved LDAP constants here.
3130         * src/addressbook.c
3131         * src/addrindex.c
3132         * src/importldif.c
3133                 removed references to LDAP constants and references to
3134                 error2string.
3135
3136 2003-01-25 [paul]       0.8.9claws6
3137
3138         * src/summaryview.c
3139                 summary_thread_build(), summary_thread_init(): remove 
3140                 unneeded reference to summaryview->folder_item
3141
3142 2003-01-25 [christoph]  0.8.9claws5
3143
3144         * src/gtk/description_window.c
3145                 o allow description texts to expand over multiple columns
3146                 o translate all columns
3147         * src/prefs_actions.c
3148                 change syntax description to use new multi column feature
3149
3150         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3151
3152 2003-01-25 [match]      0.8.9claws4
3153
3154         * src/vcard.c
3155                 fixed bug with Quoted-Printable
3156
3157 2003-01-25 [paul]       0.8.9claws3
3158
3159         * src/folder.[ch]
3160           src/summaryview.[ch]
3161                 implement per-folder collapsed/expanded threads setting
3162                 
3163         * src/prefs_common.c
3164                 remove global collapsed/expanded threads option
3165
3166 2003-01-25 [christoph]  0.8.9claws2
3167
3168         * po/POTFILES.in
3169                 add pluginwindow and prefswindow
3170         * src/compose.c
3171                 make send respond correctly to messages that could be added
3172                 to the queue folder, but the UID of the message is unknown
3173         * src/folder.c
3174         * src/imap.c
3175                 don't return guessed UIDs in imap_add_msg anymore. We return
3176                 0 to tell the folder system it was appened but the UID is
3177                 unknown. Folder system now get's the UID by scaning the folder
3178                 and searching the cache for the Message-ID
3179                 (closes bug #29 Messages queued, but not sent)
3180
3181 2003-01-25 [paul]       0.8.9claws1
3182
3183         * src/codeconv.c
3184                 conv_encode_header():  fix bug when long headers with 8-bit
3185                 characters are used, so that the encoded words are wrapped.
3186                 If the space in the original text falls on the wrap boundary,
3187                 it can be lost.
3188                 Patch by Sergey Vlasov.
3189                 
3190         * src/folderview.c
3191                  fix bug where a change to the sorting method or thread view
3192                  of a folder's messages is lost if simpify-subject is set and
3193                  toggled on or off.
3194                  Patch by Luke Plant.
3195
3196 2003-01-24 [paul]       0.8.9claws
3197
3198         * sylpheed-0.8.9claws released
3199         
3200         * Makefile.am
3201           sylpheed.spec.in
3202                 remove reference to 'INSTALL.jp'
3203
3204 2003-01-23 [paul]       0.8.8claws128
3205
3206         * po/es.po
3207           po/it.po
3208           po/ru.po
3209           po/sr.po
3210                 updated translations. submitted by Ricardo Mones Lastra,
3211                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3212
3213 2003-01-23 [colin]      0.8.8claws127
3214
3215         * src/compose.c
3216                 Fix drafted and queued news articles re-edition
3217
3218 2003-01-23 [melvin]     0.8.8claws126
3219
3220         * po/fr.po
3221                 Updated French translations
3222
3223 2003-01-23 [colin]      0.8.8claws125
3224
3225         * src/inc.c
3226                 Fix "Connecting to..." status message
3227
3228 2003-01-22 [paul]       0.8.8claws124
3229
3230         * po/bg.po
3231                 updated by George Danchev
3232                 
3233         * src/folder.c
3234                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3235                 and folder deletion
3236
3237 2003-01-21 [paul]       0.8.8claws123
3238
3239         * po/bg.po
3240                 updated by George Danchev
3241                 
3242         * src/about.c
3243                 its now 2003
3244                 
3245         * src/toolbar.c
3246                 don't translate 'Separator'
3247                 
3248         * src/plugins/spamassassin/Makefile.am
3249                 add aspell to CPPFLAGS
3250                 
3251         * src/plugins/spamassassin/spamassassin.c
3252           src/plugins/spamassassin/spamassassin_gtk.c
3253                 set correct default for spamassassin_receive_spam
3254                 slightly re-word descriptions and some
3255                 other minor changes
3256
3257 2003-01-19 [alfons]     0.8.8claws122
3258                 
3259         * src/mimeview.c
3260                 mimeview_save_as(): we might as well show the file name for
3261                 the single case "Save As" too
3262
3263 2003-01-19 [alfons]     0.8.8claws121
3264
3265         * src/crash.c
3266                 change bug tracker URL to bugzilla URL
3267
3268 2003-01-19 [alfons]     0.8.8claws120
3269
3270         * src/mimeview.c
3271                 mimeview_save_all(): display name of file before overwriting;
3272                 continue saving all, even when one overwrite was cancelled
3273
3274 2003-01-19 [christoph]  0.8.8claws119
3275
3276         * src/summaryview.c
3277         * src/procmsg.[ch]
3278                 fix wrong usage of procmsg_find_children in summaryview
3279                 by using procmsg_update_unread_children instead of
3280                 summaryview_update_unread_children
3281
3282 2003-01-19 [christoph]  0.8.8claws118
3283
3284         * src/procmsg.c
3285                 fix infinite loop in procmsg_find_children
3286                  (closes bug #25 sylpheed crashes on delete.)
3287
3288         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3289
3290 2003-01-19 [paul]       0.8.8claws117
3291
3292         * po/pt_BR.po
3293                 updated by Ivan Francolin Martinez
3294
3295 2003-01-18 [melvin]     0.8.8claws116
3296
3297         * src/prefs_actions.c
3298                 Removed syntax limitation of only one '&' at the end of command.
3299                         Now actions that contain '>/dev/null 2>&1' are possible.
3300
3301 2003-01-18 [melvin]     0.8.8claws115
3302
3303         * src/prefs_actions.c
3304                 Actions IO dialog: when the action ends
3305                 the "Close" button now has focus and [Escape] closes the
3306                 window.
3307
3308 2003-01-18 [christoph]  0.8.8claws114
3309
3310         * src/procmsg.c
3311                 o add debug output when MsgInfos are really freed
3312                 o free GSLists in procmsg_find_children and
3313                   procmsg_update_unread_children
3314
3315 2003-01-18 [christoph]  0.8.8claws113
3316
3317         * src/mainwindow.c
3318                 reorder Configuration menu
3319
3320 2003-01-18 [christoph]  0.8.8claws112
3321
3322         * src/compose.c
3323                 fix applying templates to forwarded messages
3324
3325         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3326
3327 2003-01-17 [christoph]  0.8.8claws111
3328
3329         * src/folder.c
3330                 destroy folder items, when a folder item is removed
3331
3332 2003-01-17 [christoph]  0.8.8claws110
3333
3334         * src/folder.c
3335                 fix wrong folder stats update when ignored message is
3336                 deleted
3337
3338 2003-01-17 [colin]      0.8.8claws109
3339         
3340         * src/mainwindow.c
3341         * src/summaryview.c
3342                 Quicksearch bugfixes: 
3343                 - hide help button at startup if not extended
3344                 - switch to extended when looking for replies
3345
3346 2003-01-17 [paul]
3347
3348         * sync with 0.8.9 release
3349
3350 2003-01-17 [paul]       0.8.8claws108
3351
3352         * sync with 0.8.8cvs11
3353                 see ChangeLog 2003-01-17
3354
3355 2003-01-16 [colin]      0.8.8claws107
3356
3357         * src/procmsg.c
3358                 Changed encryption test to re-ask passphrase
3359                 if an encrypted message hasn't been decrypted
3360                 Fixes bug #5
3361
3362 2003-01-16 [christoph]  0.8.8claws106
3363
3364         * src/prefs_gtk.c
3365         * src/prefs_toolbar.c
3366         * src/gtk/prefswindow.h
3367         * src/plugins/spamassassin/spamassassin_gtk.c
3368                 remove page destroy function that is not used anymore
3369
3370 2003-01-16 [paul]       0.8.8claws105
3371
3372         * sync with 0.8.8cvs9
3373                 see ChangeLog 2002-01-16
3374
3375 2003-01-16 [colin]      0.8.8claws104
3376
3377         * src/compose.[ch]
3378                 Fix bug with autosaved drafts for IMAP, when draft
3379                 folder is specified - fixes bugzilla bug #20
3380
3381 2003-01-15 [paul]       0.8.8claws103
3382
3383         * src/compose.[ch]
3384           src/procmsg.c
3385                 store folder and message-id of message forwarding
3386                 in queue header and set forward flag after sending
3387
3388 2003-01-15 [paul]       0.8.8claws102
3389
3390         * sync with 0.8.8cvs8
3391                 see ChangeLog 2002-01-15
3392
3393 2003-01-15 [colin]      0.8.8claws101
3394
3395         * src/Makefile.am
3396                 Fix linking with GNU libiconv
3397
3398 2003-01-15 [darko]      0.8.8claws100
3399
3400         * src/pine.c
3401                 fix crash when importing pine address book
3402                 entry with an empty name (reported by DY
3403                 <dybulk at tri8.net>)
3404
3405 2003-01-14 [paul]       0.8.8claws99
3406
3407         * configure.in  ** REMOVED **
3408           configure.ac  ** NEW FILE **
3409                 rename configure.in to configure.ac, as it is now
3410                 preferred
3411
3412 2003-01-14 [melvin]     0.8.8claws98
3413
3414         * src/folderview.c
3415                 folderview_check_new(): More precise function description
3416
3417 2003-01-14 [melvin]     0.8.8claws97
3418
3419         * src/folderview.c
3420                 folderview_check_new(): return the number of new messages 
3421                         since last check.
3422         * src/inc.c
3423                 inc_account_mail(): Disable counting of new messages for IMAP
3424                         and NNTP until bug [19] and [14] are fixed.
3425
3426 2003-01-14 [paul]       0.8.8claws96
3427
3428         * sync with 0.8.8cvs6
3429                 see ChangeLog 2003-01-14
3430
3431 2003-01-13 [alfons]     0.8.8claws95
3432
3433         * src/textview.c
3434                 tune email address validation (c. 0.8.8claws89): if . is 
3435                 just one char away from @, the address is invalid too 
3436                 (correctly rejects addresses like foo@.com)
3437
3438 2003-01-13 [paul]       0.8.8claws94
3439
3440         * src/messageview.c
3441           src/toolbar.c
3442                 fixes to the Message View toolbar and menu:
3443                 fix non-functioning Forward button
3444                 make Reply button consider default_reply_list
3445                 remove 'Follow-up...' menu entry
3446                 add 'Forward' and 'Redirect' menu entries
3447
3448 2003-01-13 [melvin]     0.8.8claws93
3449
3450         * src/inc.c
3451                 Fixed typo that could make new messages count incorrect.
3452
3453 2003-01-13 [melvin]     0.8.8claws92
3454
3455         * src/folderview.[ch]
3456                 folderview_check_new(): return the number of new messages.
3457         * src/inc.c
3458                 Should fix bug [14] where new mail notification worked 
3459                         incorrectly with IMAP accounts.
3460                 inc_spool_account(): return number of new msgs, or -1 on error
3461                 inc_all_spool(): return number of new msgs
3462                 
3463 2003-01-13 [melvin]     0.8.8claws91
3464
3465         * src/prefs_actions.c
3466                 Justify help text.
3467
3468 2003-01-12 [thorsten]   0.8.8claws90
3469
3470         * src/common/prefs.c
3471                 close file before rename
3472
3473 2003-01-12 [alfons]     0.8.8claws89
3474
3475         * AUTHORS
3476                 add Christian Mertes
3477         * src/common/utils.[ch]
3478                 g_stricase_hash(), g_stricase_equal(): functions for 
3479                 case insensitive hash tables
3480         * src/textview.c
3481                 use top level domain names to validate email address, based
3482                 on a patch by Christian Mertes (thanks!), but changed 
3483                 implementation to use a hash table 
3484
3485 2003-01-12 [paul]       0.8.8claws88
3486
3487         * po/bg.po
3488                 updated by George Danchev
3489
3490 2003-01-12 [alfons]     0.8.8claws87
3491
3492         * src/summaryview.c
3493                 delete / execute performance: use new style folder update
3494
3495 2003-01-12 [paul]       0.8.8claws86
3496
3497         * sync with 0.8.8cvs5
3498                 see ChangeLog 2003-01-13 (!)
3499
3500 2003-01-12 [alfons]     0.8.8claws85
3501
3502         * src/filtering.c
3503         * src/matcher_parser_parse.y
3504                 prepare change_score filtering action
3505         * src/matcher.[ch]
3506                 give up const-correctness on functions that call non-const-correct functions;
3507                 several casts to gpointer in g_free();
3508                 add change_score;
3509
3510 2003-01-12 [christoph]  0.8.8claws84
3511
3512         * src/compose.c
3513                 fix 2 warnings
3514
3515         * src/gtk/prefswindow.[ch]
3516         * src/plugins/spamassassin/spamassassin_gtk.c
3517                 changed the call of the widget create function
3518                 for PrefsPages, because sometimes the widget
3519                 create function needs a widget that already has
3520                 been attached to a window (to create GDK pixmaps
3521                 for exmaple). So we simply pass the GtkWindow as
3522                 the second parameter now.
3523
3524         * src/main.c
3525         * src/mainwindow.c
3526         * src/prefs_toolbar.[ch]
3527                 rewrite Toolbar Preferences using the new
3528                 prefs window
3529
3530 2003-01-11 [alfons]     0.8.8claws83
3531
3532         * src/addressadd.c
3533                 fix crash when adding sender to addressbook because status bar
3534                 isn't there (the status bar doesn't seem to be used though,
3535                 but I'll let Match decide what to do with it)
3536
3537 2003-01-11 [colin]      0.8.8claws82
3538
3539         * src/main.c
3540           src/toolbar.c
3541                 Two useless changes reversed
3542
3543 2003-01-11 [colin]      0.8.8claws81
3544
3545         * src/mainwindow.c
3546           src/mainwindow.h
3547                 Add mainwindow_get_mainwindow()
3548         * src/alertpanel.c
3549           src/alertpanel.h
3550                 Add alertpanel_error_log() 
3551         * src/compose.c
3552           src/inc.c
3553           src/messageview.c
3554           src/toolbar.c
3555           src/main.c
3556           src/procmsg.c
3557                 Network errors get a View Log button
3558
3559 2003-01-10 [alfons]     0.8.8claws80
3560
3561         * src/prefs_toolbar.c
3562         * src/toolbar.c
3563                 use the translatable string for "Separator" as file name for
3564                 separator toolbar items (probably make this uppercase?)
3565
3566 2003-01-10 [alfons]     0.8.8claws79
3567
3568         * src/prefs_toolbar.c
3569                 put right A_SEPARATOR description string in "displayed
3570                 toolbar items list" so manually added separators are
3571                 saved correctly (bug #10, "Adding a separator to the main 
3572                 toolbar fails, entry in xml file is wrong")
3573
3574 2003-01-10 [christoph]  0.8.8claws78
3575
3576         * src/imap.c
3577                 o fix warnings
3578                 o use CAPABILITY to check if NAMESPACE is available
3579
3580 2003-01-10 [christoph]  0.8.8claws77
3581
3582         * src/imap.[ch]
3583                 apply UIDPLUS IMAP extension support patch
3584
3585         Patch submitted by Simon 'corecode' Schubert
3586
3587 2003-01-10 [paul]       0.8.8claws76
3588
3589         * src/folderview.c
3590                 a sync from main which fixes the news account folders'
3591                 Properties bug
3592
3593 2003-01-10 [christoph]  0.8.8claws75
3594
3595         * src/folder.c
3596                 don't accept 0 as a valid uid returned by copy and move
3597                 functions. 0 means the message was copied or moved but the
3598                 new uid could not be fetched. It is not an error condition
3599                 for the copy or move operation.
3600
3601 2003-01-10 [paul]       0.8.8claws74
3602
3603         * src/prefs_filtering.c
3604                 change English used in Alert when entry is not
3605                 saved.
3606                 
3607         * sync with 0.8.8cvs4
3608                 see ChangeLog 2003-01-10
3609
3610 2003-01-10 [darko]      0.8.8claws73
3611
3612         * src/pine.c
3613                 fix crash when importing address book entry
3614                 without a valid address
3615
3616 2003-01-09 [alfons]     0.8.8claws72
3617
3618         * src/inc.c
3619                 filtering performance: use new style folder update
3620
3621 2003-01-09 [christoph]  0.8.8claws71
3622
3623         * src/compose.c
3624         * src/gtk/menu.[ch]
3625                 fix wrong selecting of mime encoding type, when
3626                 opening property dialog of attachments in the
3627                 compose window. 7bit was always selected and that
3628                 destoryed files with 8bit data.
3629                 (closes bug #9 Sylpheed-claws destroys attachments when
3630                  changing MIME-types)
3631
3632 2003-01-09 [paul]       0.8.8claws70
3633
3634         * sync with 0.8.8cvs3
3635                 see ChangeLog 2003-01-09
3636
3637 2003-01-08 [alfons]     0.8.8claws69
3638         
3639         * src/addressadd.c
3640                 apply patch by Kim Schulz to fix build breakage
3641                 because of missing variable
3642
3643 2003-01-08 [paul]       0.8.8claws68
3644
3645         * sync with 0.8.8cvs2
3646                 see ChangeLog 2002-01-08
3647
3648 2003-01-08 [paul]       0.8.8claws67
3649
3650         * po/it.po
3651                 updated by Alessandro Maestri
3652                 
3653         * src/addressadd.c
3654                 when using 'Add sender to addressbook' allow
3655                 name to be edited and remarks to be entered
3656                 Patch submitted by Luke Plant
3657
3658 2003-01-08 [darko]      0.8.8claws66
3659
3660         * README.claws, src/summaryview.c
3661                 fix description for marked messages
3662
3663 2003-01-08 [paul]
3664
3665         * tools/Makefile.am
3666           tools/launch_phoenix  ** NEW FILE **
3667                 add script that enables using Phoenix as the default
3668                 web browser. 
3669                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3670                 
3671         * tools/OOo2sylpheed.pl
3672                 remove full path to sylpheed executable, just 'sylpheed'
3673                 will do
3674                 
3675         * tools/README
3676                 add launch_phoenix informtion and re-arrange and compress
3677                 the data a little
3678
3679 2003-01-07 [christoph]  0.8.8claws65
3680
3681         * src/folder.c
3682                 fix update for source folder when moving messages
3683         * src/procmsg.[ch]
3684         * src/summaryview.c
3685                 use function to set to_folder for message infos and
3686                 automatically update the op_count for old and new
3687                 folder
3688
3689 2003-01-07 [melvin]     0.8.8claws64
3690
3691         * src/prefs_actions.c
3692                 Fixed bug where an '%p' Action on a displayed image crashed 
3693                         Sylpheed
3694                 Code clean up (get rid of duplicated code and removed unnecessary 
3695                                 structure member)
3696
3697 2003-01-07 [christoph]  0.8.8claws63
3698
3699         * src/compose.c
3700         * src/folder.[ch]
3701         * src/folderview.c
3702         * src/import.c
3703         * src/inc.c
3704         * src/main.c
3705         * src/mainwindow.c
3706         * src/messageview.c
3707         * src/prefs_folder_item.c
3708         * src/procmsg.c
3709         * src/summaryview.c
3710         * src/toolbar.c
3711                 o remove all folder update triggering from the UI code. The folder
3712                   system should know much better when a folder needs an update.
3713                 o to prevent multiple updates in a row the folder updates can be
3714                   frozen for some time.
3715
3716                 Note: - Please verify that no updates are missing
3717                       - Check where freeze/thaws should be added
3718
3719 2003-01-07 [christoph]  0.8.8claws62
3720
3721         * src/prefs_actions.c
3722                 don't translate empty strings
3723
3724         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3725
3726 2003-01-06 [christoph]  0.8.8claws61
3727
3728         * src/prefs_actions.c
3729                 mark strings for gettext
3730         * src/prefs_matcher.c
3731                 use new description window for Execute action and
3732                 match condition in Filtering
3733
3734         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3735
3736 2003-01-06 [alfons]     0.8.8claws60
3737
3738         keep myself inspired to re-organize matcher part 8; 
3739         yes, more to come (I need to move out the descriptive
3740         text for actions to matcher.c, or at least make it not
3741         depend on the wicked ordering)
3742
3743         * src/prefs_matcher.c
3744                 add documentation so others may comprehend the
3745                 UI part of the conditions
3746                 
3747 2003-01-06 [christoph]  0.8.8claws59
3748
3749         * src/prefs_actions.c
3750                 use new description window for syntax help
3751         * src/gtk/description_window.c
3752                 fix display of descriptions with column count != 2
3753
3754         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3755
3756 2003-01-06 [christoph]  0.8.8claws58
3757
3758         * src/quote_fmt.c
3759         * src/summaryview.[ch]
3760         * src/gtk/Makefile.am
3761         * src/gtk/description_window.[ch]       ** NEW **
3762                 use a generic window to display syntax descriptions
3763                 currently used in quote_fmt and summaryview (new description
3764                 for extended quick search)
3765
3766         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3767
3768 2003-01-06 [paul]       0.8.8claws57
3769
3770         * sync with 0.8.8cvs1
3771                 see ChangeLog 2003-01-06
3772
3773 2003-01-06 [christoph]  0.8.8claws56
3774
3775         * src/mainwindow.c
3776         * src/prefs_gtk.[ch]
3777         * src/gtk/prefswindow.[ch]
3778         * src/plugins/spamassassin/spamassassin_gtk.c
3779                 o remove page management from prefswindow, pages
3780                   will be an argument to prefswindow_open
3781                 o prefswindow_open gets a datapointer that is
3782                   passed to the widget_create function to allow
3783                   creation of prefswindow for specific items
3784
3785 2003-01-06 [colin]      0.8.8claws55
3786         
3787         * src/summaryview.c
3788                 We don't want regexp in the reply-finder, 
3789                 because MIDs can contain !,$,. and so on
3790
3791 2003-01-06 [jens]       0.8.8claws54
3792
3793         * src/jpilot.c
3794                 fixed a wrong free in jpilot_read_db_files
3795
3796 2003-01-06 [alfons]     0.8.8claws53
3797
3798         re-organize matcher part 8; more to come
3799        
3800         * src/matcher.c
3801                 matcherprop_to_string(): put g_free()s before the
3802                 switch-case break to fix memleaks                
3803
3804 2003-01-06 [colin]      0.8.8claws52
3805
3806         * src/summaryview.c
3807                 cleanup & reply-finder now displays the first 
3808                 matching message
3809
3810 2003-01-05 [alfons]     0.8.8claws51
3811
3812         re-organize matcher part 7; more to come
3813
3814         * src/matcher.[ch]
3815                 fixes for constant correctness;
3816                 more documentation;
3817
3818 2003-01-05 [alfons]     0.8.8claws50
3819
3820         re-organize matcher part 6; more to come
3821         
3822         * src/matcher.[ch]
3823                 fixes for constant correctness;
3824                 more documentation;
3825         * src/filtering.c
3826                 fix for constant correctness
3827
3828 2003-01-05 [colin]      0.8.8claws49
3829
3830         * src/account.[ch]
3831                 Add account_get_reply_account function
3832         * src/compose.c
3833                 Use account_get_reply_account function 
3834         * src/summaryview.c
3835                 Basic reply-finder - click on the replied
3836                 icon gets you to the outbox using quick-search
3837
3838 2003-01-05 [paul]       0.8.8claws48
3839
3840         * src/prefs_common.c
3841                 small change to English
3842                 
3843         * src/prefs_filtering.c
3844                 prefs_filtering_action_select(): improve logic and uniformity
3845                 of gui
3846
3847 2003-01-05 [alfons]     0.8.8claws47
3848
3849         fine tune solution to focus problems (bug #7)
3850
3851         * src/mainwindow.c
3852                 mainwindow_focus_in_event(): remove grab event check
3853         * src/summaryview.c
3854                 summary_button_pressed(): move selection on right-click
3855                 too. we can't possibly move the selection back after
3856                 canceling a dialog, because gtk's incomplete focus 
3857                 management. whether this is a good solution, only time
3858                 will tell.
3859
3860 2003-01-05 [christoph]  0.8.8claws46
3861
3862         * src/imap.c
3863                 fix crash when no imap connection could be established
3864
3865 2003-01-05 [paul]       0.8.8claws45
3866
3867         * src/mainwindow.c
3868           src/sumamryview.c
3869           src/gtk/menu.[ch]
3870                 fix bug 605957 'shortcuts in popup-menu'
3871                 make user-defined shortcuts work
3872                 show shortcuts that are already defined
3873                 in the main menu
3874                 Patch submitted by Luke Plant
3875
3876 2003-01-05 [alfons]     0.8.8claws44
3877
3878         * src/mainwindow.c
3879                 focus_in_event handler should not select summary view row 
3880                 when another window (menu, dialog) grabbed for events 
3881                 (bug #7, "[0.8.8claws42] Message summary focus") 
3882
3883 2003-01-04 [christoph]  0.8.8claws43
3884
3885         * src/procmsg.c
3886                 update save folder after adding the sent message
3887                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3888
3889 2003-01-02 [christoph]  0.8.8claws42
3890
3891         * src/common/plugin.c
3892                 fix unloading of all plugins and unload
3893                 plugins in reverse order
3894                 
3895         * src/gtk/pluginwindow.c
3896                 implement function of load and unload button
3897
3898         * src/gtk/prefswindow.c
3899         * src/gtk/prefswindow.h
3900                 rename register function and add new unregister
3901                 function
3902
3903         * src/plugins/spamassassin/spamassassin_gtk.c
3904                 unregister prefs page and update for changes in
3905                 src/gtk/prefswindow.c
3906
3907 2003-01-02 [paul]       0.8.8claws41
3908
3909         * po/es.po
3910                 updated by Ricardo Mones Lastra
3911
3912 2003-01-02 [paul]
3913
3914         * tools/tb2sylpheed
3915                 fixes and improvements by Urke MMI
3916
3917 2003-01-02 [thorsten]   0.8.8claws40
3918
3919         * src/procmsg.c
3920                 fixed wrong return value
3921
3922 2003-01-02 [thorsten]   0.8.8claws39
3923
3924         * src/prefs.c
3925                 fixed printing wrong variable
3926
3927 2003-01-02 [thorsten]   0.8.8claws38
3928
3929         * src/prefs.c
3930                 fixed acessing members of freed pfile struct
3931
3932 2003-01-02 [thorsten]   0.8.8claws37
3933
3934         * src/procmsg.c
3935                 detect loops across several messages
3936                 as suggested by Christoph Hohmann
3937
3938 2003-01-01 [match]      0.8.8claws36
3939
3940         * src/addrindex.c
3941                 fixed another memory leak.
3942
3943 2003-01-01 [match]      0.8.8claws35
3944
3945         * src/jpilot.[ch]
3946                 fixed memory leaks. applied Doxygen comments.
3947
3948 2003-01-01 [thorsten]   0.8.8claws34
3949
3950         * src/procmsg.c
3951                 inhibit endless loop if msg references itself
3952                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3953
3954 2003-01-01 [christoph]  0.8.8claws33
3955
3956         * src/mainwindow.c
3957         * src/gtk/Makefile.am
3958         * src/gtk/pluginwindow.c                ** NEW **
3959         * src/gtk/pluginwindow.h                ** NEW **
3960                 add plugin window
3961
3962         * src/plugins/demo/demo.c
3963         * src/plugins/spamassassin/spamassassin.c
3964         * src/plugins/spamassassin/spamassassin_gtk.c
3965                 write better plugin descriptions
3966
3967 2002-12-31 [christoph]  0.8.8claws32
3968
3969         * src/gtk/prefswindow.c
3970         * src/plugins/spamassassin/spamassassin_gtk.c
3971                 some small improvements to GTK code
3972
3973 2002-12-31 [christoph]  0.8.8claws31
3974
3975         * src/plugins/spamassassin/spamassassin_gtk.c
3976                 enable folder select button
3977
3978 2002-12-31 [christoph]  0.8.8claws30
3979
3980         * src/mainwindow.c
3981         * src/gtk/Makefile.am
3982         * src/gtk/prefswindow.c                         ** NEW **
3983         * src/gtk/prefswindow.h                         ** NEW **
3984                 add new prefs window
3985
3986         * src/common/plugin.c
3987                 don't try to load empty config lines
3988         
3989         * src/plugins/spamassassin/Makefile.am
3990         * src/plugins/spamassassin/spamassassin.c
3991         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3992         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3993                 GTK config for SpamAssassin Plugin using
3994                 the new prefs window
3995
3996 2002-12-31 [paul]       0.8.8claws29
3997
3998         * po/POTFILES.in
3999                 remove obsolete entry 'src/menu.c'
4000
4001 2002-12-31 [alfons]     0.8.8claws28
4002
4003         * src/matcher.[ch]
4004         * src/matcher_parser_parse.y
4005         * src/prefs_matcher.c
4006                 add "ignore_thread" and "~ignore_thread" condition so it's
4007                 possible to make the actions / scoring operate on the ignore
4008                 thread flag
4009
4010 2002-12-31 [christoph]  0.8.8claws27
4011
4012         * src/addrbook.c
4013         * src/addrindex.c
4014         * src/folder.c
4015         * src/matcher.c
4016         * src/prefs_account.c
4017         * src/prefs_actions.c
4018         * src/prefs_customheader.c
4019         * src/prefs_display_header.c
4020         * src/prefs_gtk.c
4021         * src/procmime.c
4022         * src/toolbar.c
4023         * src/xmlprops.c
4024         * src/common/prefs.[ch]
4025                 extend prefs file handling for reading and automatic handling
4026                 of blocks. When reading prefs_set_block_label will automatically
4027                 move on to the block. When writing it will copy all other blocks
4028                 automatically
4029
4030         * src/common/plugin.c
4031                 Now loading plugin filenames from [Plugins] block in
4032                 sylpheed rc file
4033
4034 2002-12-30 [christoph]  0.8.8claws26
4035
4036         * src/common/hooks.[ch]
4037                 return abort status to caller of hooks_invoke
4038                 
4039         * src/inc.[ch]
4040                 invoke message filtering hook and stop
4041                 default handling when filter returns abort
4042
4043         * src/common/plugin.[ch]
4044         * src/plugins/demo/demo.c
4045                 modify plugin loader, because resolving symbols for strings
4046                 does not work correctly
4047         
4048         * configure.in
4049         * ac/spamassassin.m4                            ** NEW **
4050         * src/plugins/spamassassin/.cvsignore           ** NEW **
4051         * src/plugins/spamassassin/Makefile.am          ** NEW **
4052         * src/plugins/spamassassin/README               ** NEW **
4053         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4054         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4055         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4056                 add spamassassin plugin, see src/plugins/spamassassin/README
4057                 for details
4058
4059 2002-12-29 [alfons]     0.8.8claws25
4060
4061         * src/mainwindow.c
4062                 when moving focus from a message view to the main 
4063                 window, don't forget to select the summary node
4064                 of the displayed message. should fix "[ 659103 ] 
4065                 focus-follows-mouse confuses sylpheed"
4066
4067 2002-12-29 [christoph]  0.8.8claws24
4068
4069         * src/Makefile.am
4070         * src/stringtable.[ch]          ** REMOVE **
4071         * src/common/Makefile.am
4072         * src/common/stringtable.[ch]   ** NEW **
4073                 move stringtable files to common directory
4074
4075 2002-12-29 [christoph]  0.8.8claws23
4076
4077         * src/Makefile.am
4078         * src/menu.[ch]                 ** REMOVE **
4079         * src/gtk/Makefile.am
4080         * src/gtk/menu.[ch]             ** NEW **
4081                 move menu files to gtk directory
4082
4083 2002-12-29 [match]      0.8.8claws22
4084
4085         * src/addressbook.c
4086         * src/syldap.c
4087                 moved UI specific code out of LDAP code into addressbook
4088                 UI code. fixed memory leak.
4089
4090 2002-12-29 [christoph]  0.8.8claws21
4091
4092         * src/folder.c
4093                 only check for IGNORED parent message when message is
4094                 not IGNORED itself
4095
4096 2002-12-29 [alfons]     0.8.8claws20
4097
4098         * src/summaryview.c
4099                 set gtksctree's anchor correct (immediate execute
4100                 changes the tree's layout, and anchor points at 
4101                 the incorrect row). fixes "[ 657233 ] multiple msg 
4102                 delete sometimes off by 1".
4103                 we probably have to look for more tree layout /
4104                 anchor glitches.
4105
4106 2002-12-29 [paul]       0.8.8claws19
4107
4108         * src/summaryview.c
4109                 fix bug [ 659054 ] incorrect sorting of 'From' column
4110                 when using 'display sender using address book'
4111                 thanks to Alfons and Luke Plant
4112
4113 2002-12-29 [christoph]  0.8.8claws18
4114
4115         * src/folder.c
4116         * src/procmsg.[ch]
4117                 check parent messages for IGNORE THREAD flag, when adding,
4118                 moving or copying messages to a folder
4119
4120 2002-12-27 [alfons]     0.8.8claws17
4121
4122         re-organize matcher part 5; more to come
4123
4124         * src/matcher.c
4125                 hash keywords in matchparser_tab 
4126
4127 2002-12-27 [alfons]     0.8.8claws16
4128
4129         re-organize matcher part 4; more to come
4130
4131         * src/matcher_parser.h
4132         * src/matcher_parser_lex.l
4133         * src/matcher_parser_parse.y
4134                 cleanup
4135
4136 2002-12-27 [alfons]     0.8.8claws15
4137
4138         re-organize matcher part 3; more to come
4139
4140         * src/matcher.[ch]
4141                 cleanup
4142
4143 2002-12-27 [alfons]     0.8.8claws14
4144
4145         re-organize matcher part 2; more to come but this should
4146         work. cc me if there are any regressions.
4147
4148         * src/matcher.h
4149                 add prototype for get_matchparser_tab_id()
4150         * src/matcher_parser_lex.l
4151                 look up keywords using matchparser_tab_id();
4152
4153 2002-12-27 [alfons]     0.8.8claws12
4154
4155         re-organize matcher part 1
4156
4157         * src/matcher.h
4158                 map yacc generated constants to sylpheed matcher constants
4159         * src/matcher.c
4160                 add function to find a matcher constant from a string
4161
4162 2002-12-27 [christoph]  0.8.8claws11
4163
4164         * src/compose.c
4165                 MENUITEM_ADD casts the 4th argument from integer to pointer
4166                 so it probably should not be a pointer, this means we
4167                 should use account id for it and not the account's pointer
4168
4169 2002-12-27 [paul]       0.8.8claws10
4170
4171         * src/mainwindow.c
4172                 remove unneeded 'GtkWidget *vbox'
4173                 
4174         * src/summaryview.c
4175                 further sync with 0.8.8 - make sort
4176                 by recipient work as expected
4177                 
4178         * NEWS
4179                 sync with 0.8.8
4180
4181 2002-12-27 [paul]       0.8.8claws9
4182
4183         * po/pt_BR.po
4184                 updated by Ivan F. Martinez
4185                 
4186 2002-12-27 [darko]      0.8.8claws8
4187
4188         * src/common/utils.c
4189                 added locked pattern to extended search
4190
4191 2002-12-27 [alfons]     0.8.8claws7
4192
4193         * src/prefs_matcher.[ch]
4194                 clean up
4195
4196 2002-12-26 [alfons]     0.8.8claws6
4197
4198         * src/matcher.[ch]
4199         * src/matcher_parser_lex.l
4200         * src/matcher_parser_parse.y
4201         * src/prefs_matcher.c
4202                 allow color label as a condition in the matcher
4203
4204 2002-12-26 [oliver]     0.8.8claws5
4205         
4206         * src/toolbar.c 
4207                 enable Addressbook for Main and Messageview
4208         * src/prefs_actions.c
4209                 enable actions in Messageview
4210
4211 2002-12-26 [christoph]  0.8.8claws4
4212
4213         * src/common/plugin.c
4214                 add a little debug output
4215         * configure.in
4216         * src/plugins/demo/Makefile.am
4217                 better use of automake
4218
4219 2002-12-26 [christoph]  0.8.8claws3
4220
4221         * src/Makefile.am
4222         * src/common/Makefile.am
4223                 fix "make distdir"
4224
4225 2002-12-26 [christoph]  0.8.8claws2
4226
4227         * configure.in
4228                 sort configure checks into common / gtk / plugins
4229         * po/POTFILES.in
4230                 add src/prefs_gtk.c
4231         * src/Makefile.am
4232                 add plugins SUBDIR
4233         * src/main.c
4234         * src/common/sylpheed.[ch]
4235                 added now sylpheed_done function for shutdown
4236         * src/common/Makefile.am
4237         * src/common/plugin.[ch]                ** NEW **
4238                 plugin loader and unloader
4239         * src/plugins/.cvsignore                ** NEW **
4240         * src/plugins/Makefile.am               ** NEW **
4241                 build plugins
4242         * src/plugins/demo/.cvsignore           ** NEW **
4243         * src/plugins/demo/Makefile.am          ** NEW **
4244         * src/plugins/demo/demo.c               ** NEW **
4245                 small demo plugin that installs a logtext hook and
4246                 outputs the log text to stdout
4247
4248 2002-12-26 [paul]       0.8.8claws1
4249
4250         * po/es.po
4251                 updated by Ricardo Mones Lastra
4252
4253 2002-12-26 [paul]       0.8.8claws
4254
4255         * 0.8.8claws released
4256
4257 2002-12-26 [paul]       0.8.7claws12
4258
4259         * po/bg.po
4260                 updated by George Danchev
4261
4262 2002-12-26 [paul]       0.8.7claws11
4263
4264         * po/POTFILES.in
4265                 remove unneeded 'src/prefs.c' entry 
4266
4267 2002-12-26 [paul]       0.8.7claws10
4268
4269         * src/codeconv.c
4270           src/mainwindow.c
4271                 sync with 0.8.8 release
4272         
4273         * src/folder.[ch]
4274           src/mh.c
4275           src/summaryview.c
4276                 partial sync with 0.8.8 release
4277         
4278
4279 2002-12-25 [alfons]     0.8.7claws9
4280
4281         * src/matcher.[ch]
4282         * src/matcher_parser_lex.l
4283         * src/matcher_parser_parse.y
4284         * src/prefs_matcher.c
4285                 add locked flag to possible filtering / matcher 
4286                 conditions (also a good example what should be
4287                 done to add a simple boolean condition)
4288
4289 2002-12-25 [christoph]  0.8.7claws8
4290
4291         * src/Makefile.am
4292         * src/account.[ch]
4293         * src/addrbook.c
4294         * src/addressbook.c
4295         * src/addrindex.c
4296         * src/filtering.c
4297         * src/folder.c
4298         * src/matcher.c
4299         * src/prefs.[ch]                ** REMOVE **
4300         * src/prefs_account.c
4301         * src/prefs_actions.c
4302         * src/prefs_common.c
4303         * src/prefs_customheader.c
4304         * src/prefs_display_header.c
4305         * src/prefs_filtering.c
4306         * src/prefs_folder_item.c
4307         * src/prefs_gtk.[ch]            ** NEW **
4308         * src/prefs_matcher.c
4309         * src/prefs_scoring.c
4310         * src/prefs_summary_column.c
4311         * src/procmime.c
4312         * src/selective_download.c
4313         * src/toolbar.c
4314         * src/common/Makefile.am
4315         * src/common/prefs.[ch]         ** NEW **
4316                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4317
4318 2002-12-24 [alfons]     0.8.7claws7
4319
4320         * src/summaryview.c
4321                 summary_thread_build(): fix real cause of the crash mentioned in
4322                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4323                 this way we get meaningful ctree nodes 
4324
4325 2002-12-24 [oliver]     0.8.7claws6
4326
4327         * src/mainwindow.[ch]
4328         * src/messageview.[ch]
4329         * src/compose.[ch]
4330         * src/inc.c
4331         * src/summaryview.c
4332                 changes to use updated toolbar handling
4333                 
4334 2002-12-24 [oliver]     0.8.7claws5
4335
4336         * src/toolbar.[ch]
4337                 generic toolbar handling
4338                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4339         * src/prefs_toolbar.[ch]
4340                 adjust to handling
4341         
4342 2002-12-24 [oliver]     0.8.7claws4
4343         
4344         * src/stock_pixmap.[ch]
4345                 move SYLPHEED_LOGO to end of list in order 
4346                 to remove it from Custom Toolbar`s Icon View
4347
4348 2002-12-24 [alfons]     0.8.7claws3
4349
4350         * src/summaryview.c
4351                 summary_thread_build(): fix crash because of focus != selection 
4352                 after threading. when deleting the selection, gtk tries but fails 
4353                 to find the correct focusable element. we now force the selection
4354                 to be focused. this should solve the infamous bug reported by 
4355                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4356                 a test case is available. 
4357
4358 2002-12-24 [darko]      0.8.7claws2
4359
4360         * src/summaryview.c
4361                 don't crash when unmarking message with unread children
4362
4363 2002-12-23 [christoph]  0.8.7claws1
4364
4365         * src/Makefile.am
4366         * src/common/Makefile.am
4367                 update Makefiles for moved intl.h, version.h and defs.h
4368         * src/imap.c
4369                 rewrite imap_session_get to avoid duplicate code
4370
4371 2002-12-23 [paul]       0.8.7claws
4372
4373         * Santa-Claws released
4374         
4375         * po/hu.po
4376           po/ru.po
4377                 squeeze in updated Hungarian and Russian translations.
4378                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4379
4380 2002-12-23 [paul]       0.8.6claws129
4381
4382         * po/pl.po
4383                 updated by Witold Wladyslaw Wojciech Wilk
4384
4385 2002-12-23 [paul]       0.8.6claws128
4386
4387         * src/quote_fmt_parse.y
4388                 fix typo and add licence header
4389
4390 2002-12-23 [paul]       0.8.6claws127
4391
4392         * po/en_GB.po
4393                 updated
4394
4395 2002-12-23 [paul]       0.8.6claws126
4396
4397         * po/it.po
4398                 updated translation, submitted by Alessandro Maestri
4399                 
4400 2002-12-23 [paul]       0.8.6claws125
4401
4402         * src/quote_fmt_parse.y
4403                 fix signature-stripping on replies bug. match
4404                 '-- \n' and not '-- '.
4405
4406 2002-12-22 [paul]       0.8.6claws124
4407
4408         * po/bg.po
4409           po/es.po
4410           po/sr.po
4411                 updated translations. submitted by George Danchev,
4412                 Ricardo Mones Lastra, and Urke MMI respectively
4413
4414 2002-12-21 [paul]       0.8.6claws123
4415
4416         * src/addrbook.c
4417                 fix coding style
4418
4419 2002-12-21 [paul]       0.8.6claws122
4420
4421         * src/addrbook.c
4422                 fix bug [643638] where if a person is in one or more
4423                 addressbook groups editing that person's email 
4424                 address results in removal from those groups.
4425                 Patch submitted by Luke Plant.
4426
4427 2002-12-20 [christoph]  0.8.6claws121
4428
4429         * src/common/utils.c
4430         * src/summaryview.c
4431                 reimplement expand_search_string using GString to
4432                 prevent crashs caused by miscalculated string
4433                 lengths reported by Paul
4434
4435 2002-12-20 [christoph]  0.8.6claws120
4436
4437         * src/summaryview.c
4438                 don't use "changed" to check if op_count has to be changed as it
4439                 is also set when the message has unread children
4440                 (closes bug [ 653221 ] crash while deleting duplicates)
4441
4442 2002-12-20 [paul]       0.8.6claws119
4443
4444         * sync with 0.8.6cvs27
4445                 see ChangeLog 2002-12-20
4446
4447 2002-12-20 [paul]       0.8.6claws118
4448
4449         * sync with 0.8.6cvs26
4450                 see ChangeLog 2002-12-19 and 2002-12-20
4451
4452 2002-12-19 [alfons]     0.8.6claws117
4453
4454         * src/textview.c
4455                 fix incorrect parsing of email addresses, submitted by 
4456                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4457                 name display if it contains @".
4458
4459 2002-12-18 [paul]       0.8.6claws116
4460
4461         * sync with 0.8.6cvs23
4462                 see ChangeLog 2002-12-18
4463
4464 2002-12-18 [paul]       0.8.6claws115
4465
4466         * src/Makefile.am
4467         * src/account.c
4468         * src/codeconv.c
4469         * src/gtkutils.[ch]
4470         * src/imap.c
4471                 sync with 0.8.6cvs22.
4472                 see ChangeLog 2002-12-17 and 2002-12-18
4473
4474 2002-12-17 [christoph]  0.8.6claws114
4475
4476         * src/imap.c
4477                 o don't create a session if imap greeting fails
4478                 o don't close socket when authentication fails
4479                   this is done by imap_session_destroy
4480
4481 2002-12-17 [thorsten]   0.8.6claws113
4482
4483         * tools/Makefile.am
4484           tools/README
4485           tools/google_msgid.pl ** NEW FILE **
4486                 Added "search for message-id" script and doc
4487
4488 2002-12-17 [thorsten]   0.8.6claws112
4489
4490         * po/hu.po
4491                 Updated hungarian translation
4492                 (updated by Gal Zoltan)
4493
4494 2002-12-16 [christoph]  0.8.6claws111
4495
4496         * src/addr_compl.c
4497                 remove stupid addressbook dump to debug output
4498         * src/mh.c
4499                 fix memory leak found by Hiro
4500
4501 2002-12-14 [paul]       0.8.6claws110
4502
4503         * src/compose.c
4504                 fix menubar sensitivity on send
4505                 
4506         * src/prefs_filtering.c
4507         * src/prefs_matcher.c
4508         * src/prefs_scoring.c
4509                 Fix english ;)
4510                 
4511         * src/common/quoted-printable.h
4512                 sync: fix typo
4513         
4514 2002-12-13 [christoph]  0.8.6claws109
4515
4516         * src/Makefile.am
4517         * src/manage_window.[ch]        ** REMOVE **
4518         * src/gtk/Makefile.am
4519         * src/gtk/manage_window.[ch]    ** NEW **
4520                 move manage_window files to gtk directory
4521
4522 2002-12-13 [christoph]  0.8.6claws108
4523
4524         * src/Makefile.am
4525         * src/gtkshruler.[ch]           ** REMOVE **
4526         * src/gtk/Makefile.am
4527         * src/gtk/gtkshruler.[ch]       ** NEW **
4528                 move gtkshruler files to gtk directory
4529
4530 2002-12-13 [christoph]  0.8.6claws107
4531
4532         * src/Makefile.am
4533         * src/compose.c
4534         * src/gtkstext.[ch]             ** REMOVE **
4535         * src/gtkutils.[ch]
4536         * src/textview.c
4537         * src/gtk/gtkstext.[ch]         ** NEW **
4538         * src/gtk/Makefile.am
4539                 o move stext functions to gtkstext.c to remove
4540                   dependency of gtkutils
4541                 o move gtkstext files to gtk directory
4542
4543         * src/gtk/Makefile.am
4544         * src/gtk/sslcertwindow.[ch]
4545                 UI stuff can always depend on common code so
4546                 it's ok to add ../common to include path
4547
4548 2002-12-13 [colin]      0.8.6claws106
4549
4550         * src/summaryview.c
4551                 Disconnect sighandlers for mainwindow when
4552                 quicksearch has the focus
4553                 Fix bug #653231
4554         * src/mainwindow.[ch]
4555                 Make key_pressed callback public, to be able
4556                 to disconnect it
4557
4558 2002-12-13 [christoph]  0.8.6claws105
4559
4560         * src/mh.c
4561                 create .mh_sequences file in new MH folders
4562                 (closes feature request [ 523162 ] MH folders should
4563                  get a .mh_sequences)
4564
4565 2002-12-13 [colin]      0.8.6claws104
4566
4567         * src/summaryview.c
4568                 Better handling of quicksearch show/hide
4569                 (basically the button stays under the mouse 
4570                  when toggled)
4571
4572 2002-12-13 [paul]       0.8.6claws103
4573
4574         * sync with 0.8.6cvs17
4575                 see ChangeLog 2002-12-13
4576
4577 2002-12-13 [paul]       0.8.6claws102
4578
4579         * po/es.po
4580                 updated by Ricardo Mones Lastra
4581
4582 2002-12-11 [colin]       0.8.6claws101
4583
4584         * src/folder.c
4585                 remove statusbar stuff
4586           src/folderview.c
4587                 set statusbar verbosity when moving folders
4588
4589 2002-12-11 [colin]       0.8.6claws100
4590         * src/prefs_filtering.c
4591         * src/prefs_matcher.c
4592         * src/prefs_scoring.c
4593                 Fix english ;)
4594
4595 2002-12-11 [colin]       0.8.6claws99
4596
4597         * src/prefs_common.[ch]
4598                 Add summary_quicksearch_type
4599         * src/summaryview.c
4600                 Save last used quicksearch type
4601
4602 2002-12-11 [jens]       0.8.6claws98
4603         * src/prefs_filtering.c
4604         * src/prefs_matcher.c
4605         * src/prefs_scoring.c
4606                 added dialog for incomplete rules in scoring, filtering and
4607                 matcher to ask wheather really close
4608
4609 2002-12-11 [colin]      0.8.6claws97
4610
4611         * src/folder.c
4612                 Fix folder dnd statusbar logging
4613
4614 2002-12-10 [christoph]  0.8.6claws96
4615
4616         * src/compose.c
4617         * src/folder.c
4618         * src/imap.c
4619         * src/inc.c
4620         * src/main.c
4621         * src/mainwindow.c
4622         * src/news.c
4623         * src/send.c
4624         * src/statusbar.[ch]
4625         * src/common/hooks.c
4626         * src/common/log.[ch]
4627                 o handle verbose logging in statusbar directly in statusbar code
4628                   and common code does not need any knowledge about a statusbar
4629                 o remove direct calls to statusbar_(puts|pop)_all functions
4630
4631 2002-12-10 [jens]       0.8.6claws95
4632
4633         * src/*.c
4634                 removed gettext from g_warnings
4635         * po/POTFILES.in
4636                 cleaned and updated
4637         * po/de.po
4638                 updated
4639
4640 2002-12-10 [colin]      0.8.6claws94
4641
4642         * src/main.c
4643                 finish crash dialog fix
4644
4645 2002-12-10 [colin]      0.8.6claws93
4646
4647         * src/main.c
4648                 "Fix" "sylpheed already running" instead of
4649                 crash dialog appearing after a crash
4650
4651 2002-12-10 [colin]      0.8.6claws92
4652
4653         * po/POTFILES.in
4654                 add src/gtk/sslcertwindow.c
4655
4656 2002-12-10 [paul]       0.8.6claws91
4657
4658         * po/POTFILES.in
4659                 updated to reflect recent changes
4660                 submitted by Alessandro Maestri
4661
4662 2002-12-09 [christoph]  0.8.6claws90
4663
4664         * src/Makefile.am
4665         * src/smtp.[ch]                 ** REMOVE **
4666         * src/common/Makefile.am
4667         * src/common/smtp.[ch]          ** NEW **
4668                 move smtp files to common directory
4669
4670 2002-12-09 [christoph]  0.8.6claws89
4671
4672         * src/Makefile.am
4673         * src/session.[ch]              ** REMOVE **
4674         * src/common/Makefile.am
4675         * src/common/session.[ch]       ** NEW **
4676                 move session files to common directory
4677
4678 2002-12-09 [paul]       0.8.6claws88
4679
4680         * src/account.c
4681                 fix bug [649746] edit accounts: move account reverted
4682                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4683
4684 2002-12-09 [colin]      0.8.6claws87
4685
4686         * src/ssl_certificate.c
4687                 cleanup
4688
4689 2002-12-09 [colin]      0.8.6claws86
4690
4691         * src/ssl.c
4692                 Try to open the cert.pem database and 
4693                 issue a warning if it isn't there
4694
4695 2002-12-09 [colin]      0.8.6claws85
4696
4697         * src/common/ssl_certificate.c
4698         * src/gtk/sslcertwindow.c
4699                 Warning fixes
4700
4701 2002-12-09 [colin]      0.8.6claws84
4702
4703         * src/ssl_certificate.[ch] ** REMOVED **
4704         * src/common/ssl_certificate.[ch] ** NEW **
4705         * src/Makefile.am
4706         * src/common/Makefile.am
4707                 Moved ssl_certificate.[ch] to common
4708         * src/common/ssl.c 
4709                 Put back needed include
4710         * src/gtk/sslcertwindow.[ch]
4711                 Changed ssl_certificate.h include
4712         
4713 2002-12-09 [colin]      0.8.6claws83
4714
4715         * src/gtk/sslcertwindow.[ch]
4716                 Implement hook for certificate acception
4717         * src/ssl_certificate.[ch]
4718                 Implement hook for certificate acception
4719         * src/common/ssl.c
4720                 Reenable certificate acception check
4721         * src/mainwindow.c
4722                 Register sslcertwindow's hook
4723         
4724 2002-12-08 [christoph]  0.8.6claws82
4725
4726         * src/about.c
4727         * src/addr_compl.c
4728         * src/codeconv.c
4729         * src/manual.c
4730         * src/undo.c
4731         * src/common/utils.c
4732                 o add missing includes
4733                 o fix warnings
4734         * src/.cvsignore
4735         * src/common/.cvsignore
4736         * src/common/version.h          ** REMOVE **
4737                 remove autogenerated file
4738
4739 2002-12-08 [paul]       0.8.6claws81
4740
4741         * src/stringtable.c
4742                 put back needed include
4743
4744 2002-12-08 [colin]      0.8.6claws80
4745         
4746         * src/gtk/sslcertwindow.c
4747                 Cleaner popups when asking
4748         * src/ssl_certificate.c
4749         * src/prefs_common.[ch]
4750                 remove ssl certificate pref
4751                 put back needed include
4752         * src/undo.c
4753                 put back needed include
4754
4755 2002-12-08 [christoph]  0.8.6claws79
4756
4757         * src/folderview.c
4758         * src/logwindow.c
4759         * src/statusbar.c
4760         * src/summaryview.c
4761                 only abort hook invokation if required data is missing not
4762                 if our own data pointer is NULL, update hookfunction for
4763                 log window
4764
4765 2002-12-08 [paul]       0.8.6claws78
4766
4767         * src/about.c
4768         * src/addrcache.c
4769         * src/addrclip.c
4770         * src/addr_compl.c
4771         * src/addrselect.c
4772         * src/codeconv.c
4773         * src/colorlabel.c
4774         * src/enriched.c
4775         * src/esmtp.c
4776         * src/exporthtml.c
4777         * src/headerview.c
4778         * src/imageview.c
4779         * src/manual.c
4780         * src/noticeview.c
4781         * src/pgptext.c
4782         * src/scoring.c
4783         * src/sourcewindow.c
4784         * src/stringtable.c
4785         * src/undo.c
4786                 clean up: remove unneccesary includes
4787
4788 2002-12-08 [christoph]  0.8.6claws77
4789
4790         * src/folderview.c
4791         * src/statusbar.c
4792         * src/summaryview.c
4793         * src/common/hooks.[ch]
4794                 hook functions now have a gboolean return value, if a hook
4795                 returns TRUE it will stop executing of any more hooks in
4796                 the same hooklist for this invokation
4797
4798 2002-12-08 [colin]      0.8.6claws76
4799         
4800         * src/main.c
4801                 put back argv0 for CRASH_DIALOG
4802
4803 2002-12-08 [christoph]  0.8.6claws75
4804
4805         * src/Makefile.am
4806         * src/about.c
4807         * src/account.c
4808         * src/crash.c
4809         * src/esmtp.h
4810         * src/imap.[ch]
4811         * src/inc.c
4812         * src/main.c
4813         * src/mainwindow.c
4814         * src/news.c
4815         * src/pop.[ch]
4816         * src/prefs_account.[ch]
4817         * src/prefs_common.[ch]
4818         * src/send.[ch]
4819         * src/smtp.[ch]
4820         * src/ssl_certificate.[ch]
4821         * src/ssl_manager.[ch]
4822         * src/common/Makefile.am
4823         * src/common/log.c
4824         * src/common/nntp.[ch]
4825         * src/common/socket.[ch]
4826         * src/common/ssl.[ch]
4827         * src/gtk/sslcertwindow.[ch]
4828         * ac/openssl.m4
4829                 use new autoconf script to detect OpenSSL with extra parameters
4830                 to specify the location of libs and includes, also remove USE_SSL
4831                 to USE_OPENSSL
4832
4833         * src/common/sylpheed.[ch]
4834         * src/common/version.h.in
4835                 start seperation of common code initialization seperated from gui
4836
4837         * src/summaryview.c
4838                 The function that is called when a color label changes
4839                 should not change the color lable again
4840
4841 2002-12-08 [colin]      0.8.6claws74
4842
4843         * src/gtk/sslcertwindow.c
4844                 warning fixes
4845
4846 2002-12-08 [colin]      0.8.6claws73
4847
4848         * src/statusbar.c
4849           src/common/log.h
4850                 Register a hook for statusbar_puts_all
4851         * src/common/log.c
4852                 invoke statusbar_puts_all's hook
4853         
4854 2002-12-08 [colin]      0.8.6claws72
4855
4856         * src/ssl_certificate.c
4857                 Put back a badly-removed include
4858
4859 2002-12-08 [colin]      0.8.6claws71
4860
4861         * src/gtk/sslcertwindow.[ch]    ** NEW **
4862                 new certificate presentation
4863         * src/gtk/Makefile.am
4864                 add new files
4865         * src/ssl_certificate.[ch]
4866                 gtk cleanup, made utility functions public
4867         * src/ssl_manager.c
4868                 use new cert presentation
4869
4870 2002-12-07 [christoph]  0.8.6claws70
4871
4872         * src/Makefile.am
4873         * src/nntp.[ch]                 ** REMOVE **
4874         * src/common/Makefile.am
4875         * src/common/nntp.[ch]          ** NEW **
4876                 move nntp files to common directory
4877
4878 2002-12-07 [christoph]  0.8.6claws69
4879
4880         * src/procmsg.[ch]
4881         * src/summaryview.c
4882                 implement msginfo update callback using sylpheed's new
4883                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4884
4885 2002-12-06 [christoph]  0.8.6claws68
4886
4887         * src/editgroup.c
4888                 This patch changes the 'Edit Group Details' dialog to
4889                 allow extended selections in either pane, so that
4890                 addresses can be added or removed from a group more
4891                 quickly and easily. (it actually is a net decrease in
4892                 file size, as some unnecessary functions have been
4893                 removed). 
4894                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4895
4896 2002-12-06 [christoph]  0.8.6claws67
4897
4898         * src/Makefile.am
4899         * src/template.[ch]             ** REMOVE **
4900         * src/common/Makefile.am
4901         * src/common/template.[ch]      ** NEW **
4902                 move template files to common directory
4903
4904         * src/nntp.c
4905                 add missing log.h include
4906
4907 2002-12-06 [melvin]     0.8.6claws66
4908
4909         * src/prefs_actions.c
4910                 Added the trailing ">" syntax to insert command's output
4911                 without replacing old text (in contrast to trailing "|").
4912
4913 2002-12-05 [colin]      0.8.6claws65
4914         
4915         * src/common/utils.c
4916                 Don't modify original search_string or it'll change
4917                 the next iterations in the for()
4918
4919 2002-12-05 [darko]      0.8.6claws64
4920
4921         * src/common/utils.c
4922                 proper check for filtering commands, found by Colin
4923
4924 2002-12-05 [darko]      0.8.6claws63
4925
4926         * src/common/utils.c
4927                 check proper string for NULL pointer, found by Colin
4928
4929 2002-12-05 [darko]      0.8.6claws62
4930
4931         * src/common/utils.[ch]
4932                 expand_search_string(): new function
4933                 converts Mutt-like patterns to Sylpheed's
4934                 filtering engine
4935         * src/summaryview.c
4936                 use expand_search_string() to allow Mutt-like
4937                 patterns in extended search
4938         * README.claws
4939                 document extended option in quick search
4940
4941 2002-12-05 [paul]       0.8.6claws61
4942
4943         * sync with 0.8.6cvs16
4944                 see ChangeLog 2002-12-05
4945                 
4946         * po/POTFILES.in
4947                 clean up
4948
4949 2002-12-04 [christoph]  0.8.6claws60
4950
4951         * src/imap.[ch]
4952                 put imap authentication code into a new function and
4953                 remove it from imap_session_new that will allow to
4954                 send other commands before authentication
4955
4956 2002-12-04 [christoph]  0.8.6claws59
4957
4958         * src/imap.[ch]
4959                 use already existing method to prevent unneeded IMAP
4960                 folder selects. Set imap_select parameters to NULL
4961                 in some functions if the values are not required.
4962
4963         * src/xml.h
4964                 remove no longer required include
4965
4966 2002-12-04 [paul]       0.8.6claws58
4967
4968         * po/es.po
4969                 updated by Ricardo Mones Lastra
4970                 
4971         * configure.in
4972           po/hu.po      ** NEW FILE **
4973                 initial Hungarian translation, submitted
4974                 by Gál Zoltán <galzoli@hu.inter.net>
4975
4976 2002-12-03 [christoph]  0.8.6claws57
4977
4978         * src/Makefile.am
4979         * src/gtksctree.[ch]            ** REMOVE **
4980         * src/gtk/Makefile.am
4981         * src/gtk/gtksctree.[ch]        ** NEW **
4982                 move gtksctree files to gtk directory
4983
4984 2002-12-03 [christoph]  0.8.6claws56
4985
4986         * src/Makefile.am
4987         * src/md5.[ch]                  ** REMOVE **
4988         * srm/common/Makefile.am
4989         * src/common/md5.[ch]           ** NEW **
4990                 move md5 files to common directory
4991
4992         * src/gtkstext.c
4993                 remove not required #include
4994
4995 2002-12-03 [sergey]     0.8.6claws55
4996
4997         * src/gtkutils.c
4998         * src/gtkutils.h
4999                 gtkut_window_popup(): new function.
5000         * src/mainwindow.c
5001                 main_window_popup(): use gtkut_window_popup() to raise
5002                 window without changing its position.
5003                 (see sylpheed-main ML message [sylpheed:17247])
5004
5005 2002-12-03 [sergey]     0.8.6claws54
5006
5007         * src/send.c
5008                 send_message_local(): removed first-dot escaping
5009                 (SMTP-only, not needed for sending through pipe)
5010
5011 2002-12-03 [paul]       0.8.6claws53
5012
5013         * po/POTFILES.in
5014                 update to reflect recent changes (thanks
5015                 to Ricardo Mones Lastra)
5016                 
5017         * tools/filter_conv.pl
5018                  fix problem with quoted strings. Patch submitted
5019                  by Luke Plant <lukeplant@softhome.net>
5020
5021 2002-12-03 [paul]       0.8.6claws52
5022
5023         * sync with 0.8.6cvs15
5024                 see ChangeLog 2002-12-03
5025
5026 2002-12-02 [christoph]  0.8.6claws51
5027
5028         * src/logwindow.[ch]
5029         * src/common/log.[ch]
5030                 implement logging using a hook function
5031
5032         * src/folderview.c
5033         * src/folder.[ch]
5034                 define hooklist name in header file to avoid
5035                 errors caused by wrong spelling of hooklist names
5036
5037         * src/toolbar.c
5038                 fix warnings
5039
5040 2002-12-02 [christoph]  0.8.6claws50
5041
5042         * src/common/Makefile.am
5043                 add src/common/hooks.[ch]
5044
5045         * src/common/hooks.[ch]
5046                 implement a simple hook system using glib's hook functions
5047
5048         * src/folder.[ch]
5049         * src/folderview.c
5050                 use new hook system for folder item updates
5051
5052 2002-12-02 [christoph]  0.8.6claws49
5053
5054         * doc-src/ui_seperation.txt     ** NEW **
5055                 information for ui seperation
5056
5057         * src/Makefile.am
5058                 remove files that were moved to common
5059                 include common directory by default for the header files
5060
5061         * src/inc.c
5062         * src/common/socket.c
5063         * src/automaton.[ch]
5064                 implement automaton using g_io_*-functions instead of
5065                 gdk_input_add to make it ui independent
5066
5067         * src/codeconv.c
5068         * src/compose.c
5069         * src/ldif.c
5070         * src/pgptext.c
5071         * src/procmime.c
5072         * src/rfc2015.c
5073         * src/smtp.c
5074         * src/unmime.c
5075                 remove common/ prefix because directory is now in
5076                 include path
5077
5078         * src/compose.c
5079         * src/folder.c
5080         * src/folderview.c
5081         * src/mainwindow.c
5082         * src/messageview.c
5083         * src/prefs_common.c
5084         * src/procmsg.c
5085         * src/rfc2015.c
5086                 fix warnings
5087
5088         * src/imap.c
5089         * src/inc.c
5090         * src/news.c
5091         * src/pop.c
5092         * src/send.c
5093         * src/smtp.c
5094         * src/ssl_certificate.c
5095                 add log.h header file for logging functions
5096
5097         * src/main.c
5098         * src/common/utils.c
5099         * src/summaryview.c
5100         * src/xml.c
5101                 o move debug_mode to common/utils.c
5102                 o add functions to set and get debug_mode
5103
5104         * src/defs.h                    ** REMOVE **
5105         * src/intl.h                    ** REMOVE **
5106         * src/socket.[ch]               ** REMOVE **
5107         * src/ssl.[ch]                  ** REMOVE **
5108         * src/utils.[ch]                ** REMOVE **
5109                 replaced by new files in src/common/
5110         
5111         * src/common/Makefile.am
5112                 add new files in src/common/
5113
5114         * src/common/defs.h             ** NEW **
5115         * src/common/intl.h             ** NEW **
5116         * src/common/log.[ch]           ** NEW **
5117         * src/common/socket.[ch]        ** NEW **
5118         * src/common/ssl.[ch]           ** NEW **
5119         * src/common/utils.[ch]         ** NEW **
5120                 replacement for files in src/
5121
5122 2002-12-02 [colin]      0.8.6claws48
5123
5124         * src/folderview.c
5125                 Scroll folderview if necessary during dnd
5126
5127 2002-12-02 [colin]      0.8.6claws47
5128
5129         * src/folder.[ch]
5130                 Add check to verify a move is within a single mailbox
5131         * src/folderview.c
5132                 Add specific error string for this check
5133
5134 2002-12-02 [colin]      0.8.6claws46
5135
5136         * src/folder.c
5137                 Add a test to folder moving, remove a statusbar_print
5138         * src/folderview.c
5139                 Add Move folder... context-menu item
5140                 Factorize folder moving code
5141                 Enable folder DND for mbox
5142
5143 2002-12-01 [christoph]  0.8.6claws45
5144
5145         * ac/aspell.m4
5146                 remove conf.aspelltest if the version check fails
5147
5148 2002-11-30 [christoph]  0.8.6claws44
5149
5150         * autogen.sh
5151                 run libtoolize --force in autogen to create missing
5152                 libtool scripts
5153
5154 2002-11-30 [christoph]  0.8.6claws43
5155
5156         * src/Makefile.am
5157         * src/pgptext.c
5158         * src/procmime.c
5159         * src/rfc2015.c
5160         * src/uuencode.[ch]             ** REMOVED **
5161         * src/common/Makefile.am
5162         * src/common/uuencode.[ch]      ** NEW **
5163                 move uuen/decoder to common directory
5164
5165 2002-11-30 [christoph]  0.8.6claws42
5166
5167         * src/Makefile.am
5168         * src/base64.[ch]               ** REMOVED **
5169         * src/codeconv.c
5170         * src/compose.c
5171         * src/ldif.c
5172         * src/pgptext.c
5173         * src/procmime.c
5174         * src/rfc2015.c
5175         * src/smtp.c
5176         * src/unmime.c
5177         * src/common/Makefile.am
5178         * src/common/base64.[ch]        ** NEW **
5179                 move base64 en/decoder to common directory
5180
5181 2002-11-30 [christoph]  0.8.6claws41
5182
5183         * src/common                    ** NEW **
5184                 new directory for UI independent code
5185         * src/gtk                       ** NEW **
5186                 new directory for GTK frontend
5187         * src/common/.cvsignore         ** NEW **
5188         * src/gtk/.cvsignore            ** NEW **
5189                 ignore build files
5190         * src/common/Makefile.am        ** NEW **
5191         * src/gtk/Makefile.am           ** NEW **
5192                 automake files to build new seperated stuff
5193         * src/Makefile.am
5194                 the binary will currently still be build with the
5195                 files in src, so we include the code from the
5196                 subdirs for now after building the libs there
5197
5198 2002-11-30 [paul]       0.8.6claws40
5199
5200         * src/compose.c
5201                 fix bug [642731] 'Wrong selected account with drafted mail'
5202
5203 2002-11-29 [oliver]     0.8.6claws39
5204         
5205         * src/messageview.c
5206                 o update summaryview when switching between different
5207                   messageviews          
5208         * src/toolbar.c  
5209                 o check if messageview holds already removed msg
5210                   from summaryview
5211                 
5212
5213 2002-11-29 [oliver]     0.8.6claws38
5214
5215         * src/toolbar.c 
5216                 remove not needed variables and includes
5217                 make messageview stay opened and move to next when msgs are deleted 
5218
5219 2002-11-29 [oliver]     0.8.6claws37
5220         
5221         * src/toolbar.c 
5222                 disable compose button (messageview toolbar) by default
5223                 deleted msgs are moved to trash
5224         
5225 2002-11-29 [melvin]     0.8.6claws36
5226
5227         * configure.in
5228                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5229                 and to detect signatures expirations (gpgme 0.3.6)
5230
5231         * src/main.c
5232                 Use non obsolescent function for Gpgme engine checking.
5233
5234         * src/rfc2015.c
5235                 Inform about expired signatures or signatures which key
5236                 has expired. Expiration date is displayed.
5237
5238         * src/sigstatus.c
5239                 Inform about expired signatures or signatures which key
5240                 has expired.
5241
5242 2002-11-28 [paul]       0.8.6claws35
5243
5244         * src/folderview.c
5245                 re-instate 'Check for new messages' in Newsgroup
5246                 folders right-click menu, after a suggestion from
5247                 Tim Mann <timmann@users.sourceforge.net>
5248
5249         * src/main.c
5250                 after a crash check only local folders for new
5251                 messages
5252
5253 2002-11-28 [paul]       0.8.6claws34
5254
5255         * configure.in
5256                 apply patch that fixes the checking of GTK with XIM 
5257                 support on different OSs, such as FreeBSD. Patch 
5258                 submitted by Topia <topia@users.sourceforge.net>
5259                 
5260 2002-11-28 [paul]       0.8.6claws33
5261
5262         * src/mainwindow.c
5263           src/prefs_common.c
5264           src/prefs_toolbar.c
5265                 more changes to the English
5266
5267 2002-11-28 [paul]       0.8.6claws32
5268
5269         * sync with 0.8.6cvs13
5270                 see ChangeLog 2002-11-28 (no sync needed
5271                 for src/compose.c)
5272
5273 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5274         
5275         * src/mainwindow.[ch]
5276                 add patch by Ivan F. Martinez introducing messageview Toolbar
5277                 some changes and committed by oliver    
5278
5279 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5280
5281         * src/messageview.[ch]
5282                 add patch by Ivan F. Martinez introducing messageview Toolbar
5283                 some changes and committed by oliver    
5284
5285 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5286
5287         * src/compose.[ch]
5288                 add patch by Ivan F. Martinez introducing messageview Toolbar
5289                 some changes and committed by oliver    
5290
5291 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5292         
5293         * src/toolbar.[ch]
5294                 add patch by Ivan F. Martinez introducing messageview Toolbar
5295                 some changes and committed by oliver
5296
5297 2002-11-28 [oliver]     0.8.6claws27
5298         
5299         * src/prefs_toolbar.[ch]
5300                 getting ready for messageview toolbar
5301                 free mem allocated by gettext
5302                 change prefs_toolbar to prefs_toolbar_open
5303  
5304 2002-11-28 [thorsten]   0.8.6claws26
5305
5306         * src/imageview.[ch]
5307                 cleaned up conflicting declarations of
5308                 imageview_show_image()
5309
5310 2002-11-28 [paul]       0.8.6claws25
5311
5312         * src/grouplistdialog.c
5313           src/prefs_common.c
5314           src/prefs_summary_column.c
5315                 a few more improvements to the English
5316
5317 2002-11-28 [colin]      0.8.6claws24
5318
5319         * man/sylpheed.1
5320                 A few updates to command-line parameters
5321
5322 2002-11-28 [colin]      0.8.6claws23
5323
5324         * src/prefs_filtering.c
5325                 Fix problems with prefs_filtering_delete_path:
5326                 a) if the first rule is removed, original pointers
5327                    weren't updated (leading to segfaults)
5328                 b) it was always global_processing updated in case
5329                    of removed path was parent of rule path
5330
5331 2002-11-27 [paul]       0.8.6claws22
5332
5333         * src/mainwindow.c
5334           src/prefs_account.c
5335           src/prefs_actions.c
5336           src/prefs_common.c
5337           src/prefs_customheader.c
5338           src/prefs_display_header.c
5339           src/prefs_filtering.c
5340           src/prefs_folder_item.c
5341           src/prefs_matcher.c
5342           src/prefs_scoring.c
5343           src/prefs_summary_column.c
5344           src/prefs_template.c
5345           src/prefs_toolbar.c
5346                  improve the English in the GUI
5347
5348 2002-11-27 [colin]      0.8.6claws21
5349
5350         * src/folder.c
5351                 Fix processing renaming problems happening after
5352                 last commit
5353
5354 2002-11-27 [colin]      0.8.6claws20
5355
5356         * src/folder.c
5357                 recursive move now deletes src each subfolder after 
5358                 having moved it
5359         * src/folderview.c
5360                 Use identifier instead of path during dnd (enables
5361                 IMAP folder dnd)
5362
5363 2002-11-27 [paul]       0.8.6claws19
5364
5365         * src/main.c
5366                 apply patch that does command-line processing 
5367                 BEFORE gtk_init, allowing claws to run from 
5368                 shell-scripts in non-X environment (e.g. crontab 
5369                 or ip-up, ip-down scripts). Patch submitted by
5370                 Ruslan N. Balkin <baron@dartel.ru>
5371                 
5372         * po/it.po
5373                 updated by Alessandro Maestri
5374
5375 2002-11-27 [paul]       0.8.6claws18
5376
5377         * sync with 0.8.6cvs12
5378           src/prefs_common.c
5379                 Differences are that main uses a 'Receive dialog'
5380                 frame on the Interface tab, whereas claws groups all 
5381                 the dialogs together in a 'Dialogs' frame.
5382
5383 2002-11-27 [colin]      0.8.6claws17
5384
5385         * src/prefs_matcher.c
5386                 Fix Execute criteria's NOT flag
5387
5388
5389 2002-11-26 [christoph]  0.8.6claws16
5390
5391         * src/ssl.c
5392                 rewrite the ssl code a little bit, only use one
5393                 SSL context, set default certificates' file/path
5394
5395 2002-11-26 [thorsten]   0.8.6claws15
5396
5397         * src/compose.c
5398                 default-reply-to didn't work for ml-reply
5399
5400 2002-11-26 [melvin]     0.8.6claws14
5401
5402         * src/prefs_actions.c
5403                 Made pipe-actions ignore short headers in message view
5404                 Made trailing-pipe-actions write in the message view with
5405                 the same font as the original message
5406
5407 2002-11-26 [paul]       0.8.6claws13
5408
5409         * src/compose.c
5410                 this time commit the correct file
5411
5412 2002-11-26 [paul]       0.8.6claws12
5413
5414         * sync with 0.8.6cvs11
5415           src/quote_fmt_parse.y  
5416                 no sync needed
5417           src/account.[ch]       
5418                 not sync'ed
5419           src/compose.c
5420                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5421                 on draft mode.
5422                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5423                 header
5424                 
5425         see ChangeLog 2002-11-25 and 2002-11-26
5426
5427 2002-11-26 [colin]      0.8.6claws11
5428
5429         * src/folderview.c
5430                 Fix collapsed folder not auto-expanding during
5431                 mail dnd, if it was the source folder.
5432
5433 2002-11-25 [colin]      0.8.6claws10
5434
5435         * src/folderview.[ch]
5436                 Variable renaming and cleaning (slist of nodes 
5437                 to be re-collapsed is stored in FolderView)
5438
5439 2002-11-25 [paul]       0.8.6claws9
5440
5441         * src/prefs_common.[ch]
5442                 fix breakage caused by last commit
5443
5444 2002-11-25 [paul]       0.8.6claws8
5445
5446         * sync with 0.8.6cvs4
5447                 see ChangeLog 2002-11-21
5448
5449 2002-11-25 [paul]       0.8.6claws7
5450
5451         * sync with 0.8.6cvs4
5452                 see ChangeLog 2002-11-20
5453
5454 2002-11-25 [paul]       0.8.6claws6
5455
5456         * sync with 0.8.6cvs3
5457                 see ChangeLog 2002-11-18
5458
5459 2002-11-25 [colin]      0.8.6claws5
5460
5461         * src/gtkutils.[ch]
5462                 Add gtkut_ctree_node_is_parent()
5463         * src/folderview.c
5464                 Spring-loaded folders
5465
5466 2002-11-25 [colin]      0.8.6claws4
5467
5468         * src/utils.[ch]
5469                 Add slist_concat_unique(), function to merge
5470                 two GSList filtering dups
5471         * src/folder.[ch]
5472         * src/summaryview.[ch]
5473         * src/folderview.c
5474         * src/main.c
5475                 Add detection/update/display of unread answers
5476                 to marked mails
5477         * src/procmsg.[ch]
5478                 Add procmsg_find_children()
5479                 Add procmsg_msg_has_marked_parent()
5480
5481 2002-11-25 [colin]      0.8.6claws3
5482
5483         * src/ssl_certificate.[ch]
5484                 Allow checking a certificate without a DNS
5485                 lookup
5486                 Allow to forget a cert (by deleting it)
5487                 Make ssl_certificate_destroy_public
5488         * src/ssl_manager.[ch] ** NEW FILES **
5489                 Gui to manage (display/remove) certificates
5490         * src/prefs_common.[ch]
5491                 Add a pref to allow silent acceptation of
5492                 trusted certificates or not (based on the
5493                 "I want to know what's going on" principle)
5494         * src/mainwindow.c
5495                 Add SSL manager in Tools menu
5496         * src/Makefile.am
5497                 Add the new files to the build
5498         * po/POTFILES.in
5499                 Add ssl_manager.c to translations
5500
5501 2002-11-25 [colin]      0.8.6claws2
5502
5503         * src/summaryview.[ch]
5504                 Add S_SEARCH_EXTENDED to the quick search, which 
5505                 allows to search using filtering syntax.
5506
5507 2002-11-25 [colin]      0.8.6claws1
5508
5509         * src/summaryview.c
5510                 Deletion of duplicates now prefer deleting
5511                 the unread dup (fixes feature-request 638989).
5512
5513 2002-11-24 [paul]       0.8.6claws
5514
5515         * po/es.po
5516           po/pl.po
5517           po/ru.po
5518           po/sr.po
5519                 updated by Ricardo Mones Lastra,
5520                 Witold Wladyslaw Wojciech Wilk,
5521                 Ruslan N. Balkin, and  Urke MMI 
5522                 respectively
5523
5524 2002-11-24 [paul]       0.8.5claws182
5525
5526         * po/bg.po
5527                 updated by George Danchev
5528
5529 2002-11-23 [alfons]     0.8.5claws181
5530
5531         * src/imap.c
5532                 tiny memory leak found by browsing Dimitar's 
5533                 valgrind report
5534
5535 2002-11-23 [paul]       0.8.5claws180
5536
5537         * po/it.po
5538                 updated by Alessandro Maestri
5539
5540 2002-11-22 [christoph]  0.8.5claws179
5541
5542         * src/compose.c
5543         * src/inc.c
5544         * src/prefs_filtering.c
5545         * src/summaryview.c
5546                 more warning fixes
5547
5548 2002-11-22 [alfons]     0.8.5claws178
5549
5550         * src/summaryview.c
5551                 summary_execute_delete_func(): if message is deleted, make 
5552                 sure to also remove its entry in the subject hash table. 
5553                 fixes a corner case bug.
5554
5555 2002-11-22 [paul]       0.8.5claws177
5556
5557         * .cvsignore
5558                 add 'autom4te.cache'
5559                 
5560         * ltconfig      ** REMOVED **
5561                 not needed
5562
5563 2002-11-22 [paul]       0.8.5claws176
5564
5565         * src/textview.c
5566                 textview_set_font(): fix for message display in
5567                 UTF-8 locales (thanks to Sergey Vlasov).
5568                 
5569         * AUTHORS
5570                 add new team members and contributors
5571
5572
5573 2002-11-21 [colin]      0.8.5claws175
5574
5575         * src/procmsg.[ch]
5576                 Add procmsg_remove_special_headers()
5577         * src/mh.c
5578                 Use procmsg_remove_special_headers() for 
5579                 previous fix
5580
5581 2002-11-21 [colin]      0.8.5claws174
5582
5583         * src/mh.c
5584                 Fix moving/copying from queue/draft folders
5585                 for MH folders
5586
5587 2002-11-21 [christoph]  0.8.5claws173
5588
5589         * src/crash.c
5590         * src/filtering.c
5591         * src/logwindow.c
5592         * src/main.c
5593         * src/matcher_parser_lex.[hl]
5594         * src/mbox.c
5595         * src/mbox_folder.[ch]
5596         * src/prefs_filtering.c
5597         * src/procheader.c
5598         * src/quote_fmt_lex.l
5599         * src/ssl.c
5600                 fix all warnings except the warnings in lex and yacc files
5601
5602 2002-11-20 [christoph]  0.8.5claws172
5603
5604         * src/imap.c
5605                 fix MsgInfo retrieval for IMAP draft and queue folders
5606                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5607
5608 2002-11-19 [christoph]  0.8.5claws171
5609
5610         * src/compose.c
5611                 fix segfault, when draft saving does not get
5612                 the MsgInfo of the new message
5613                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5614
5615 2002-11-19 [christoph]  0.8.5claws170
5616
5617         * src/procmsg.c
5618                 add parameter check for flag setting function
5619                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5620
5621 2002-11-18 [paul]       0.8.5claws169
5622
5623         * src/compose.c
5624                 more sensitivity fixes to redirect mode:
5625                 * disable toolbar draft button
5626                 * allow only Address book in the Tools menu
5627                 * disable editing of message by the spell
5628                   checker
5629
5630 2002-11-18 [paul]       0.8.5claws168
5631
5632         * src/compose.c
5633                 fix sensitivity of menu items in compose_redirect():
5634                 allow only the necessary items 
5635
5636 2002-11-18 [paul]       0.8.5claws167
5637
5638         * src/compose.c
5639                 fix bug [ 603259 ] 'attachment got lost on bounce'
5640
5641 2002-11-18 [paul]       0.8.5claws166
5642
5643         * po/ru.po
5644                 updated by Ruslan N. Balkin <baron@dartel.ru>
5645
5646 2002-11-18 [colin]      0.8.5claws165
5647
5648         * src/main.c
5649           src/defs.h
5650                 Remove old filtering stuff
5651
5652
5653 2002-11-17 [oliver]     0.8.5claws164
5654
5655         * src/toolbar.h
5656                 remove not needed typedef 
5657
5658 2002-11-17 [oliver]     0.8.5claws163
5659
5660         * src/toolbar.c
5661                 make toolbar's on click events translatable
5662
5663 2002-11-15 [colin]      0.8.5claws162
5664
5665         * src/summaryview.c
5666                 Revert too-soon integration of a feature
5667
5668 2002-11-15 [christoph]  0.8.5claws161
5669
5670         * src/imap.c
5671                 use main's implementation of imap_get_msginfo
5672
5673 2002-11-15 [christoph]  0.8.5claws160
5674
5675         * src/compose.c
5676         * src/folder.[ch]
5677         * src/imap.c
5678         * src/mbox_folder.c
5679         * src/mh.c
5680         * src/news.c
5681         * src/procmsg.c
5682         * src/summaryview.c
5683                 replace claws' fetch_msginfo with main's get_msginfo
5684                 (use main's implementation where possible)
5685
5686 2002-11-15 [colin]      0.8.5claws159
5687
5688         * src/ssl_certificate.c
5689                 Missed a check
5690
5691 2002-11-16 [melvin]     0.8.5claws158
5692
5693         * po/fr.po
5694                 Updated French translations.
5695
5696 2002-11-16 [colin]      0.8.5claws157
5697
5698         * src/ssl_certificate.c
5699                 Check for missing parts in the certificates
5700
5701 2002-11-15 [colin]      0.8.5claws156
5702
5703         * src/folderview.c
5704                 Preventive fix (missing check) found by
5705                 Alfons
5706
5707 2002-11-15 [paul]
5708
5709         * NEWS
5710                 sync with 0.8.6 release
5711
5712 2002-11-15 [colin]      0.8.5claws155
5713
5714         * src/folder.[ch]
5715           src/folderview.c
5716                 Fix error handling of folder_item_move_to()
5717                 (thanks to Alfons!)
5718
5719 2002-11-15 [colin]      0.8.5claws154
5720
5721         * src/folder.[ch]
5722           src/folderview.c
5723                 folder_item_move_to() sets an error message instead
5724                 of having GUI stuff in folder.c
5725
5726 2002-11-15 [colin]      0.8.5claws153
5727
5728         * src/procmsg.[ch]
5729                 Implemented a callback for MsgInfo updates, 
5730                 heavily copy/pasted from Christoph's folder 
5731                 callback system
5732         * src/summaryview.[ch]
5733                 Register summary_update_msg as callback
5734
5735 2002-11-14 [colin]      0.8.5claws152
5736         
5737         * src/procmsg.c
5738                 Update the FolderItem after sending (fixes 617593)
5739
5740 2002-11-14 [christoph]  0.8.5claws151
5741
5742         * src/folder.c
5743                 fix wrong position of NULL pointer check found
5744                 by Sergey
5745
5746 2002-11-14 [christoph]  0.8.5claws150
5747
5748         * src/folder.c
5749                 fix segfault when deleting messages from IMAP folders
5750                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5751
5752 2002-11-14 [colin]      0.8.5claws149
5753
5754         * src/compose.c
5755                 Forwarding was also ignoring the folder's default account.
5756
5757 2002-11-14 [colin]      0.8.5claws148
5758
5759         * src/compose.c
5760                 Fix sent folder not set to folder properties when 
5761                 forwarding.
5762
5763 2002-11-14 [thorsten]   0.8.5claws147
5764
5765         * src/inc.c
5766                 inc_start(): Files were not moved from .processing to inbox,
5767                 if no global processing rule existed
5768
5769 2002-11-14 [colin]      0.8.5claws146
5770
5771         * src/ssl_certificate
5772                 Fix file operations
5773
5774 2002-11-14 [paul]       0.8.5claws145
5775
5776         * po/it.po
5777                 updated by Alessandro Maestri
5778
5779 2002-11-13 [alfons]     0.8.5claws144
5780
5781         * src/folder.c
5782                 folder_item_close(): only mark messages unread
5783                 when a folder has new messages 
5784
5785 2002-11-13 [keith]      0.8.5claws143
5786
5787         * src/imap.c
5788                 Fix problem moving or copying between
5789                 IMAP folders
5790
5791 2002-11-13 [colin]      0.8.5claws142
5792
5793         * src/matcher_parser_parse.y
5794                 Fix rule problem when " don't match
5795
5796 2002-11-13 [christoph]  0.8.5claws141
5797
5798         * src/folder.c
5799         * src/folderview.c
5800                 moved cache saving to folder_item_close
5801                 the folderview should not have to deal with
5802                 this things
5803
5804 2002-11-13 [christoph]  0.8.5claws140
5805
5806         * src/summaryview.c
5807                 moved setting of important score to
5808                 summary_set_prefs_from_folderitem
5809
5810 2002-11-13 [colin]      0.8.5claws139
5811
5812         * src/matcher_parser_parse.y
5813                 Fix a segfault in the parser (happening when
5814                 a good expression had been tested and a bad 
5815                 one arrives)
5816
5817 2002-11-13 [paul]       0.8.5claws138
5818
5819         * sync with 0.8.5cvs24
5820                 see ChangeLog 2002-11-13
5821                 
5822         * po/pt_BR.po
5823                 updated by Fabio Jr. Beneditto
5824
5825 2002-11-13 [colin]      0.8.5claws137
5826         
5827         * src/msgcache.c
5828           src/defs.h
5829           src/procmsg.[ch]
5830                 Revert last commit, problem
5831
5832 2002-11-13 [colin]      0.8.5claws136
5833
5834         * src/msgcache.c
5835                 Remove duplicated code
5836         * src/defs.h
5837                 Bumped CACHE_VERSION and MARK_VERSION
5838         * src/procmsg.[ch]
5839                 Network endian for cache and mark files
5840
5841 2002-11-12 [colin]      0.8.5claws135
5842
5843         * src/inc.c
5844                 Fix the "socket error" dialog which disappeared
5845
5846 2002-11-12 [colin]      0.8.5claws134
5847
5848         * src/msgcache.c
5849                 Reverse last commit which had performance 
5850                 problems, but still reverse the list
5851
5852 2002-11-12 [colin]      0.8.5claws133
5853
5854         * src/msgcache.c
5855                 Reverse list order
5856
5857 2002-11-12 [melvin]     0.8.5claws132
5858
5859         * src/compose.c
5860                 Added a check for a NULL prefs_common.dictionary
5861
5862 2002-11-12 [colin]      0.8.5claws131
5863
5864         * src/ssl_certificate.[ch]
5865                 Use FQDN hostname
5866
5867 2002-11-12 [colin]      0.8.5claws130
5868
5869         * src/ssl_certificate.[ch]
5870                 Take connection port into account for 
5871                 checking certificates (a single hostname
5872                 could have multiple servers with multiple
5873                 certificates)
5874         * src/ssl.c
5875                 Pass the port to ssl_certificate_check
5876
5877 2002-11-12 [paul]       0.8.5claws129
5878
5879         * src/folder.c
5880                 fix a typo in last commit
5881
5882 2002-11-12 [paul]       0.8.5claws128
5883
5884         * sync with 0.8.5cvs23
5885                 see ChangeLog entry 2002-11-12
5886
5887 2002-11-11 [colin]      0.8.5claws127
5888
5889         * src/ssl_certificate.c
5890                 Cleaner messages
5891                 Don't popup, instead log error, if the 
5892                 corresponding pref is checked
5893         * src/ssl_certificate.h
5894                 include <openssl/objects/h>
5895
5896 2002-11-11 [colin]      0.8.5claws126
5897
5898         * src/ssl_certificate.h
5899                 _Really_ clean it
5900
5901 2002-11-11 [colin]      0.8.5claws125
5902         
5903         * src/ssl_certificate.c
5904                 Fixed leak
5905
5906 2002-11-11 [colin]      0.8.5claws124
5907
5908         * src/ssl.c
5909                 Cleaned a bit
5910         * src/ssl_certificate.[ch]
5911                 Cleaned a bit (better use of SSL API)
5912                 (This will cause non-recognition of saved 
5913                  certificates of claws12[23]...)
5914
5915 2002-11-11 [paul]       0.8.5claws123
5916         
5917         * po/es.po
5918                 updated by Ricardo Mones Lastra
5919
5920 2002-11-11 [colin]      0.8.5claws122
5921
5922         * src/ssl.c
5923                 Fix a typo
5924
5925 2002-11-11 [colin]      0.8.5claws121
5926
5927         * src/ssl_certificate.[ch] ** NEW FILES **
5928         * src/ssl.[ch]
5929                 Check SSL certificates presented to us
5930         * src/Makefile.am
5931                 Add ssl_certificate.[ch]
5932         * po/POTFILES.in
5933                 Add ssl_certificate.c
5934
5935 2002-11-11 [paul]       0.8.5claws120
5936
5937         * sync with 0.8.5cvs22
5938                 see ChangeLog 2002-11-11
5939
5940 2002-11-11 [paul]       0.8.5claws119
5941
5942         * sync with 0.8.5cvs21
5943                 see ChangeLog 2002-11-11
5944
5945 2002-11-10 [jens]       0.8.5claws118
5946
5947         * src/folder.c
5948         * src/folderview.c
5949                 corrected some typing
5950         * po/de.po
5951                 updated german translation
5952         * sylpheed.spec.in
5953                 cleaned up specfile and adjusted it for claws
5954
5955 2002-11-10 [colin]      0.8.5claws117
5956
5957         * src/summaryview.c
5958                 a STATUSBAR_PUSH/POP fix
5959
5960 2002-11-10 [colin]      0.8.5claws116
5961
5962         * src/prefs_folder_item.c
5963                 Fix hanging after opening folder properties
5964
5965 2002-11-10 [hoa]        0.8.5claws115
5966
5967         * src/matcher_parser_lex.l
5968         * src/matcher_parser_parse.y
5969                 config file for scoring and filtering is no more trashed
5970                 when there is a syntax error in a filtering rule when
5971                 editing it in a dialog.
5972
5973 2002-11-09 [colin]      0.8.5claws114
5974
5975         * src/mbox_folder.c
5976                 Added missing initialisation of folder->destroy()
5977
5978 2002-11-09 [colin]      0.8.5claws113
5979
5980         * src/folder.c
5981           src/folderview.c
5982                 Fix the status bar messages
5983
5984 2002-11-09 [colin]      0.8.5claws112
5985
5986         * src/folderview.c
5987                 Fix hangs after folder dnd, happening after 
5988                 claws109.
5989
5990 2002-11-09 [christoph]  0.8.5claws111
5991
5992         * src/folderview.c
5993                 just changed order of calls (reverse order of
5994                 associated calls)
5995         * src/inc.c
5996                 lock inc when checking only one account, otherwise
5997                 inc all could be executed at the same time
5998
5999 2002-11-09 [christoph]  0.8.5claws110
6000
6001         * src/folderview.c
6002                 better unlock the mouse cursor before calling
6003                 summary_show because it changes the cursor too
6004
6005 2002-11-09 [christoph]  0.8.5claws109
6006
6007         * src/folder.[ch]
6008         * src/folderview.c
6009                 add functions to open and close a folder
6010                 o opending will execute scanning for remote folders
6011                   and processing
6012                 o closing will unset new flag for messages
6013
6014 2002-11-09 [colin]      0.8.5claws108
6015
6016         * src/folder.c
6017                 Add a call to prefs_matcher_write_config to 
6018                 avoid non-leaf folders filtering settings to be
6019                 lost
6020
6021 2002-11-09 [paul]       0.8.5claws107
6022
6023         * src/prefs_account.c
6024                 re-word a label
6025
6026 2002-11-09 [colin]      0.8.5claws106
6027
6028         * src/folderview.c
6029                 Minor esthetic fix
6030
6031 2002-11-09 [colin]      0.8.5claws105
6032
6033         * src/folderview.c
6034                 Fix prefs_filtering deletion for MH folders (same
6035                 reason as below)
6036         * src/prefs_filtering.c
6037                 Fix prefs_filtering renaming and deletion for 
6038                 folder-based processing rules.  
6039
6040 2002-11-09 [christoph]  0.8.5claws104
6041
6042         * src/compose.c
6043         * src/folder.[ch]
6044         * src/folderview.[ch]
6045         * src/import.c
6046         * src/inc.c
6047         * src/main.c
6048         * src/mainwindow.c
6049         * src/messageview.c
6050         * src/prefs_folder_item.c
6051         * src/procmsg.c
6052         * src/summaryview.c
6053                 implement a callback system for folder item updates
6054
6055 2002-11-09 [colin]      0.8.5claws103
6056
6057         * src/folderview.c
6058                 Fix prefs_filtering renaming for MH folders (we
6059                 shouldn't rename by path as another folder could
6060                 have the same hierarchy).
6061
6062 2002-11-09 [colin]      0.8.5claws102
6063
6064         * src/folder.c
6065                 Fix a leak found by Christoph, use better variable
6066                 names
6067
6068 2002-11-09 [colin]      0.8.5claws101
6069
6070         * src/folder.c
6071                 One more fix for processing rules
6072
6073 2002-11-08 [colin]      0.8.5claws100
6074         
6075         * src/matcher.c
6076                 Don't copy the compiled regexp (will be reevaluated)
6077         * src/folderview.c
6078                 Lock folderview while moving
6079         * src/folder.c
6080                 Provide info on what's happening to the user
6081
6082 2002-11-08 [colin]      0.8.5claws99
6083
6084         * src/folderview.c
6085                 Fix folder reordering after a move if parent is 
6086                 root
6087         * src/scoring.[ch]
6088                 Add function to copy a ScoringProp
6089         * src/prefs_folder_item.c
6090                 Copy scoring rules when copying a folder prefs
6091
6092 2002-11-08 [colin]      0.8.5claws98
6093
6094         * src/folderview.c
6095                 Fixes in case of failure
6096         * src/filtering.[ch]    
6097                 Add function to duplicate a FilteringProp
6098         * src/matcher.[ch]
6099                 Add function to duplicate a MatcherProp
6100         * src/prefs_folder_item.c
6101                 Save folder's processing rules when copying 
6102                 its prefs
6103
6104 2002-11-08 [colin]      0.8.5claws97
6105         
6106         * src/folderview.c
6107                 Sort after move
6108         * src/folder.c 
6109                 Change a printf to debug_print
6110
6111 2002-11-08 [colin]      0.8.5claws96
6112
6113         * src/folder.c
6114           src/folderview.c
6115                 Fix segfaults, call me stupido
6116         
6117
6118 2002-11-08 [colin]      0.8.5claws95
6119
6120         *src/folder.c
6121                 Added forgotten prefs to save when moving folders
6122
6123 2002-11-08 [colin]      0.8.5claws94
6124
6125         * src/folder.c
6126                 Fixes to folder DND (prefs copy)
6127         * src/folderview.c
6128                 Optimization for folder DND (don't rescan whole tree)
6129                 Added folderview_create_folder_node() for this 
6130                 optimization, so de-duped a bit the code
6131         * src/prefs_folder_item.[ch]
6132                 Added prefs_folder_item_copy_prefs()    
6133           
6134 2002-11-08 [paul]       0.8.5claws93
6135
6136         * src/prefs_account.c
6137           tools/README
6138           tools/kmail2sylpheed_v2.pl
6139                 correct some typos
6140
6141 2002-11-08 [paul]       0.8.5claws92
6142
6143         * src/compose.c
6144           src/prefs_account.[ch]
6145                 remove account options 'clearsign' and 'ascii_armored',
6146                 replace with 'default_gnupg_mode' to prevent mixed-mode
6147                 Privacy settings
6148
6149 2002-11-08 [paul]       0.8.5claws91
6150
6151         * src/compose.[ch]
6152                 re-implement GnuPG 'on-the-fly' mode selection,
6153                 disallow mixed-mode
6154
6155 2002-11-08 [colin]      0.8.5claws90
6156
6157         * src/folderview.c
6158           src/prefs_folder_item.c
6159                 Change "Property" to "Properties"
6160
6161 2002-11-07 [colin]      0.8.5claws89
6162
6163         * src/folderview.c
6164           src/folder.c
6165                 Allow folder dropping to a root folder
6166
6167 2002-11-07 [paul]       0.8.5claws88
6168
6169         * src/compose.c
6170                 revert last commit
6171
6172 2002-11-07 [paul]       0.8.5claws87
6173
6174         * src/compose.c
6175                 fix reply-to-list bug. closes bug report
6176                 "[633382] reply-to-list broken in recent cvs"
6177
6178 2002-11-07 [paul]       0.8.5claws86
6179
6180         * src/compose.c
6181                 add a forgotten '#if USE_GPGME ... #endif'
6182
6183 2002-11-07 [paul]       0.8.5claws85
6184
6185         * sync with 0.8.5cvs20
6186                 see ChangeLog 2002-11-07
6187
6188 2002-11-07 [colin]      0.8.5claws84
6189
6190         * src/folder.[ch]
6191                 Change folder_item_move_to to return the newly 
6192                 created folderitem.
6193         * src/folderview.c
6194                 Select the new folderitem after moving.
6195
6196 2002-11-07 [colin]      0.8.5claws83
6197
6198         * src/prefs_filtering.c
6199                 Fix rule rewriting when moving a leaf folder to a 
6200                 shorter path
6201
6202 2002-11-07 [colin]      0.8.5claws82
6203
6204         * src/prefs_filtering.c
6205                 fix a leak
6206
6207 2002-11-07 [colin]      0.8.5claws81
6208
6209         * src/folder.[ch]
6210                 Add folder_item_move_to() function to move a 
6211                 folderitem into another one (updates matcher etc)
6212         * src/folderview.c
6213                 Add folder drag'n drop (context menu to come)
6214                 [Should be dataloss free, but Please backup before 
6215                  trying !]
6216
6217 2002-11-06 [colin]      0.8.5claws80
6218
6219         * src/mh.c
6220                 mh_create_folder() returns NULL if can't create
6221                 directory hierarchy
6222
6223 2002-11-06 [paul]       0.8.5claws79
6224
6225         * src/compose.[ch]
6226                 allow 'on-the-fly' changing of the type of encryption 
6227                 and/or signing used (mime/ascii) via the compose window
6228
6229 2002-11-06 [paul]       0.8.5claws78
6230
6231         * sync with 0.8.5cvs19
6232                 see ChangeLog 2002-11-06 for src/account.c: 
6233                 account_get_special_folder()
6234                 
6235 2002-11-05 [alfons]     0.8.5claws77
6236
6237         * src/crash.c
6238                 very minor cleanups: nothing to see here, move on. :-)
6239
6240 2002-11-05 [colin]      0.8.5claws76
6241
6242         * src/main.c
6243                 Changes choices if compose windows are opened to
6244                 Discard, Draft, Don't quit
6245
6246 2002-11-05 [thorsten]   0.8.5claws75
6247
6248         * src/compose.c
6249                 reenabled default_reply_to folder option
6250
6251 2002-11-05 [colin]      0.8.5claws74
6252
6253         * src/compose.[ch] 
6254                 add compose_draft()
6255         * src/crash.c
6256                 add SIGTERM handler
6257         * src/main.[ch]
6258                 add clean_quit() for the SIGTERM handler
6259
6260 2002-11-05 [paul]       0.8.5claws73
6261         
6262         * po/es.po
6263                 updated by Ricardo Mones Lastra
6264
6265 2002-11-05 [melvin]     0.8.5claws72
6266
6267         * src/logwindow.c
6268                 Fixed log-clipping bug #616795.
6269                 To stop logging in the log window use 0 length.
6270         * src/prefs_common.c
6271                 Added a label to inform about the 0 log length behaviour.
6272
6273 2002-11-05 [paul]       0.8.5claws71
6274
6275         * sync with 0.8.5cvs17
6276                 see ChangeLog 2002-11-05
6277
6278 2002-11-04 [paul]       0.8.5claws70
6279
6280         * sylpheed-128x128.png
6281           sylpheed-64x64.png
6282           sylpheed.png
6283                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6284                 <nikai@users.sourceforge.net>
6285                 
6286         * po/bg.po
6287                 updated by George Danchev
6288
6289 2002-11-03 [thorsten]   0.8.5claws69
6290
6291         * src/main.c
6292           src/mimeview.c
6293           src/rfc2015.h
6294                 add check if gpg is active
6295
6296 2002-11-03 [thorsten]   0.8.5claws68
6297
6298         * src/toolbar.h
6299                 removed GSList declaration causing trouble on MacOS-X
6300                 (submitted by alfons, reported by xfesty)
6301
6302 2002-11-01 [paul]       0.8.5claws67
6303
6304         * src/mainwindow.c
6305                 remove last remnants of main's filter code
6306
6307 2002-11-01 [paul]       0.8.5claws66
6308
6309         * tools/filter_conv.pl
6310                 fix bug where user-defined headers were ignored
6311
6312 2002-11-01 [paul]       0.8.5claws65
6313
6314         * src/logwindow.c
6315                 make a debug_print() not translatable
6316
6317 2002-10-31 [melvin]     0.8.5claws64
6318
6319         * ac/aspell.m4
6320                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6321                 not run any GNU/aspell test.  The dictionary path will
6322                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6323                 was given, in which case, it will be $prefix/lib/aspell/
6324         * configure.in
6325                 Fixed typo in commentary (Aspell code).
6326
6327 2002-10-31 [paul]       0.8.5claws63
6328
6329         * po/POTFILES.in
6330                 remove src/filter.c and src/prefs_filter.c
6331                 thanks to Ricardo for reminding me
6332
6333 2002-10-31 [colin]      0.8.5claws62
6334
6335         * src/mbox_folder.c
6336                 Plug some leaks
6337
6338 2002-10-31 [paul]       0.8.5claws61
6339
6340         * src/prefs_filter.[ch] ** REMOVED **
6341           src/filter.[ch]       ** REMOVED **
6342           
6343         * src/Makefile.am
6344           src/folderview.c
6345           src/inc.c
6346           src/main.c
6347           src/mainwindow.c
6348           src/mbox.c
6349           src/prefs_common.c
6350           src/prefs_filtering.c
6351           src/summaryview.[ch]
6352                 remove main's 'filter' code
6353                 
6354         README.claws
6355                 update to reflect removal of main's filter
6356
6357 2002-10-31 [paul]       0.8.5claws60
6358
6359         * src/summaryview.c
6360                 remove check for global_processing in summary_filter_open(). 
6361                 This fixes the bug where if the user uses the right-click 
6362                 'Create filter rule...' and doesn't have any filter rules 
6363                 already defined in claws' advanced filtering, the newly 
6364                 created filter rule goes to main's filtering which is 
6365                 inaccessible through the gui. Now the filter rule gets added
6366                 to claws' filtering by default.
6367
6368 2002-10-28 [melvin]     0.8.5claws59
6369
6370         * src/prefs_actions.c
6371                 Fixed bug #627322 where MIME parts were not always
6372                 correctly passed to a %p action
6373                 Display an error dialog when message filename is not found.
6374
6375 2002-10-28 [melvin]     0.8.5claws58
6376
6377         * src/prefs_common.c
6378                 Readded a missing function declaration lost in 0.8.3claws34
6379
6380 2002-10-28 [paul]       0.8.5claws57
6381
6382         * sync with 0.8.5cvs15
6383                 see ChangeLog 2002-10-28 and 2002-10-25
6384                 
6385         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6386
6387 2002-10-27 [oliver]     0.8.5claws56
6388
6389         * src/pop.c
6390                 plug leak in pop3_top_recv
6391
6392 2002-10-26 [christoph]  0.8.5claws55
6393
6394         * src/folder.c
6395                 set need_update folder flag when messages are added
6396                 (closes bug [ 626922 ] folder not updated after receiving)
6397
6398 2002-10-25 [melvin]     0.8.5claws54
6399
6400         * src/imageview.c
6401                 Fixed a memleak introduced in the scaling code.
6402
6403 2002-10-24 [alfons]     0.8.5claws53
6404
6405         * src/filtering.c
6406                 make filtering's forward message action forward from the 
6407                 correct account
6408                 (closes bug [628089 ] Filter -> Forward from address problem
6409                 reported by Oktay)
6410
6411 2002-10-24 [christoph]  0.8.5claws52
6412
6413         * src/mainwindow.c
6414         * src/manual.[ch]
6415                 o use manual of current locale or english if current
6416                   locale is not available (and english is available)
6417                 o also link to sylpheed doc project manuals
6418
6419 2002-10-23 [paul]       0.8.5claws51
6420
6421         * tools/README
6422           tools/kmail2sylpheed_v2.pl
6423                 add new version of kmail addressbook importer script.
6424                 works with newer versions of Kmail/KAddressBook which
6425                 have new and rearranged data.
6426
6427 2002-10-23 [martin]     0.8.5claws50
6428
6429         * src/folderview.c
6430         * src/summaryview.c
6431         * src/utils.h
6432         * src/utils.c
6433                 added length parameter to get_abbrev_newsgroup_name()
6434                 changed this function so that it abbreviates the newsgroup
6435                 names only so long it is smaller than the length parameter
6436                 (for better reading of some newsgroup names and space efficiency)
6437
6438 2002-10-22 [colin]      0.8.5claws49
6439
6440         *src/foldersel.c
6441                 Revert Alfons' last modification (after voting ;-))
6442
6443 2002-10-21 [alfons]     0.8.5claws48
6444
6445         * src/foldersel.c
6446                 folder view in folder selection dialog reflects state of
6447                 folder view in main window
6448
6449 2002-10-18 [alfons]     0.8.5claws47
6450
6451         * src/mbox.c
6452                 drop imported messages in folder selected by user,
6453                 and not in the inbox
6454                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6455
6456 2002-10-18 [alfons]     0.8.5claws46
6457
6458         * src/compose.c
6459                 make automagic reply work correctly for email accounts 
6460                 (whether it's viable to do a full sync with Hiro's 
6461                 compose.c is still under discussion)
6462
6463 2002-10-18 [melvin]     0.8.5claws45
6464
6465         * src/prefs_actions.c
6466                 Fixed bug #622275 where asynchroneous actions left 
6467                 zombies processes
6468                 Made (synchroneous) actions' input be displayed live.
6469
6470 2002-10-18 [christoph]  0.8.5claws44
6471
6472         * src/textview.c
6473                 don't add a newline in the textview in front of the
6474                 first textpart if header display is disabled
6475                 (closes bug [ 603385 ] disabled header display leaves blank
6476                  lin)
6477
6478 2002-10-18 [christoph]  0.8.5claws43
6479
6480         * src/folder.[ch]
6481         * src/imap.c
6482         * src/mbox_folder.c
6483         * src/mh.c
6484         * src/news.c
6485                 folder->get_num_list now returns an error code
6486                 (closes bug [ 609424 ] News cache cleared on failure)
6487                 
6488 2002-10-17 [colin]      0.8.5claws42
6489         
6490         * src/news.c
6491                 Changed a printf by debug_print
6492
6493 2002-10-16 [paul]       
6494
6495         * tools/OOo2sylpheed.pl
6496                 allow for spaces in the name of the
6497                 file to be attached.
6498
6499 2002-10-16 [colin]      0.8.5claws41
6500
6501         * src/main.c
6502                 Use a tristate to change online mode
6503
6504 2002-10-16 [paul]       0.8.5claws40
6505
6506         * po/es.po
6507                 updated by Ricardo Mones Lastra
6508
6509 2002-10-16 [colin]      0.8.5claws39
6510
6511         * src/main.c
6512           src/mainwindow.[ch]
6513                 Added --online and --offline command-line
6514                 switches
6515
6516 2002-10-15 [christoph]  0.8.5claws38
6517
6518         * src/procmime.c
6519                 set mimeinfo->name to NULL after g_free to
6520                 avoid double freeing with g_free
6521
6522 2002-10-14 [christoph]  0.8.5claws37
6523
6524         * src/compose.c
6525         * src/filtering.c
6526         * src/summaryview.c
6527                 remove calls to folder->change_flags that are now
6528                 done by procmsg flag functions (seems it is not
6529                 used by any foldertype anyway)
6530         * src/folder.c
6531                 init folder->change_flags with NULL
6532
6533 2002-10-14 [christoph]  0.8.5claws36
6534
6535         * src/folder.[ch]
6536         * src/imap.[ch]
6537                 use virtual functions for folder item new and destroy
6538                 functions
6539
6540 2002-10-14 [melvin]     0.8.5claws35
6541
6542         * src/compose.c
6543                 Added a test to not run the spell checker if no default
6544                 dictionary is available. No dialog is displayed though.
6545
6546 2002-10-14 [melvin]     0.8.5claws34
6547
6548         * src/gtkaspell.c
6549                 Fixed bug in dictionary list context menu where
6550                 "More..." pointed to an emtpy submenu if the
6551                 number of dictionaries is a multiple of 15
6552                 Removed unneeded code in suggestions list creation
6553
6554 2002-10-14 [paul]       0.8.5claws33
6555
6556         * po/bg.po
6557                 updated by George Danchev
6558
6559 2002-10-13 [hoa]        0.8.5claws32
6560
6561         * src/matcher.[ch]
6562           src/matcher_parser_parser.y
6563                 removed the escaped string from internal structure
6564                 of matcher.
6565
6566 2002-10-12 [colin]      0.8.5claws31
6567
6568         * src/gtksctree.[ch]
6569           src/summaryview.c
6570                 Removed useless function gtksctree_reanchor
6571
6572 2002-10-12 [alfons]     0.8.5claws30
6573         
6574         * sync with remaining main changes 2002-10-09 - 2002-10-11
6575         - drop changes to src/compose.c (requires claws specific changes)
6576         
6577 2002-10-12 [alfons]     0.8.5claws29
6578         
6579         * sync with main changes of 2002-10-08
6580         - drop changes to src/compose.c (requires claws specific changes)
6581         - drop changes to src/summaryview.c (requires changes to compose.c)     
6582
6583 2002-10-12 [alfons]     0.8.5claws28
6584         
6585         * sync with main changes of 2002-10-07
6586
6587 2002-10-12 [alfons]     0.8.5claws27
6588
6589         * sync with main changes of 2002-10-04
6590         - drop changes to src/compose.c (requires claws specific changes)
6591         - drop changes to src/prefs_folder_item.c (claws implementation
6592           seems to be working)
6593
6594 2002-10-12 [colin]      0.8.5claws26
6595
6596         * src/mainwindow.c
6597                 Fix folder-flicker when space-reading, introduced 
6598                 in claws22.
6599
6600 2002-10-12 [colin]      0.8.5claws25
6601
6602         * src/compose.c
6603                 Save account address when saving as draft.
6604                 (closes bug 621838)
6605
6606 2002-10-12 [colin]      0.8.5claws24
6607
6608         * src/summaryview.c
6609                 Fix the problem consisting of no message selected
6610                 after the last message in a folder has been moved.
6611
6612 2002-10-12 [paul]       0.8.5claws23
6613
6614         * src/compose.c
6615           src/prefs_template.c
6616           src/template.[ch]
6617                 add Cc and Bcc to templates. Patch submitted by
6618                 John L. Males.
6619
6620 2002-10-12 [colin]      0.8.5claws22
6621
6622         * src/folderview.c
6623                 Fix a bug after "Check for new messages":
6624                 If a folder was opened, it was still selected at
6625                 the end of the check, but displayed empty.
6626         * src/mainwindow.c
6627                 Remove unnecessary check
6628
6629 2002-10-12 [paul]
6630
6631         * tools/README
6632                 be more verbose in the description of
6633                 OOo2sylpheed.pl
6634                 
6635
6636 2002-10-11 [colin]      0.8.5claws21
6637
6638         * src/mainwindow.c
6639                 Make space work (better) when no mail is selected
6640
6641 2002-10-11 [colin]      0.8.5claws20
6642
6643         * src/inc.c
6644           src/news.c
6645                 fix warnings
6646
6647 2002-10-11 [colin]      0.8.5claws19
6648
6649         * src/mainwindow.c
6650                 revert 0.8.5claws6 changes as i couldn't get to
6651                 anything satisfying
6652
6653 2002-10-11 [melvin]     0.8.5claws18
6654
6655         * src/compose.c
6656                 Removed buggy and unused macro (should have been committed in
6657                 0.8.5claws17)
6658
6659 2002-10-11 [melvin]     0.8.5claws17
6660
6661         * src/compose.c
6662                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6663
6664 2002-10-11 [thorsten]   0.8.5claws16 
6665
6666         * src/folderview.c
6667                 remove rescan warning
6668
6669 2002-10-11 [colin]      0.8.5claws15 
6670
6671         * src/procheader.c
6672                 fix a segfault that happens if conv_unmime_header
6673                 fails (should be better to find out why it fails)
6674
6675 2002-10-11 [christoph]  0.8.5claws14
6676
6677         * src/summaryview.c
6678                 update folderview stats after ignore/unignore thread
6679
6680 2002-10-11 [hoa]        0.8.5claws13
6681
6682         * src/quote_fmt_parse.y
6683                 Fixed a yacc/bison syntax error
6684         * src/matcher.c
6685                 Escaping of string is fixed.
6686
6687 2002-10-11 [colin]      0.8.5claws12
6688
6689         * src/imageview.c
6690                 Resize images to fit
6691
6692 2002-10-11 [paul]       0.8.5claws11
6693
6694         * po/es.po
6695                 updated by Ricardo Mones Lastra
6696
6697 2002-10-10 [alfons]     0.8.5claws10
6698
6699         * src/compose.c
6700                 allow dropping files by "moving" files from a file manager,
6701                 not only by the more cumbersome "copying". the latter 
6702                 mostly implies holding down the Control button
6703
6704 2002-10-10 [christoph]  0.8.5claws9
6705
6706         * src/summaryview.c
6707                 update folders after thread building for ignored threads
6708
6709 2002-10-10 [christoph]  0.8.5claws8
6710
6711         * config/.cvsignore
6712                 added Makefile
6713         * src/filtering.[ch]
6714         * src/folder.[ch]
6715         * src/folderview.[ch]
6716         * src/import.c
6717         * src/inc.[ch]
6718         * src/mbox.[ch]
6719         * src/procmsg.c
6720         * src/summaryview.[ch]
6721                 o added new flag need_update to FolderItem
6722                 o removed folder_table from various functions from tracking
6723                   folder updates
6724                 o set need_update flags in folder.c's move, copy and delete
6725                   functions and procmsg's flags functions
6726                 o added function folderview_update_items_when_required that
6727                   updates all folders with need_update set
6728                 o call folderview_update_items_when_required instead of
6729                   folderview_update_item_foreach
6730
6731 2002-10-09 [sergey]     0.8.5claws7
6732
6733         * src/compose.c
6734                 Strip CRs whel loading the text into editor in reedit mode.
6735
6736 2002-10-09 [colin]      0.8.5claws6
6737
6738         * src/mainwindow.c
6739                 Make Space work when no mail is selected
6740
6741 2002-10-09 [colin]      0.8.5claws5
6742
6743         * src/gtksctree.[ch]
6744                 Fix range_select
6745                 Add gtk_sctree_reanchor() 
6746         * src/summaryview.c
6747                 Use gtk_sctree_reanchor() - better fix for 
6748                 bug 60413
6749
6750 2002-10-09 [colin]      0.8.5claws4
6751
6752         * src/summaryview.c
6753                 Fix shift-click select after delete problem
6754                 (closes bug 60413)
6755
6756 2002-10-08 [thorsten]   0.8.5claws3
6757
6758         * src/summaryview.c
6759                 exclude current msg from -hide read messages-
6760
6761 2002-10-08 [colin]      0.8.5claws2
6762
6763         * src/inc.[ch]
6764           src/pop.c
6765           src/recv.c
6766                 Differentiate socket errors from disk full
6767                 errors
6768
6769 2002-10-08 [christoph]  0.8.5claws1
6770
6771         * Makefile.am
6772         * configure.in
6773                 modifications for new config directory
6774
6775         * config.guess  ** REMOVED **
6776         * config.sub    ** REMOVED **
6777         * install-sh    ** REMOVED **
6778         * ltmain.sh     ** REMOVED **
6779         * missing       ** REMOVED **
6780         * mkinstalldirs ** REMOVED **
6781                 these files are autogenerated by automake
6782                 when you run autogen.sh
6783
6784         * config/.cvsignore     ** NEW FILE **
6785         * config/Makefile.am    ** NEW FILE **
6786                 ignore autogenerated files
6787                 create a Makefile in this directory
6788
6789 2002-10-08 [paul]       0.8.5claws
6790
6791         * 0.8.5claws release
6792         
6793         * src/compose.c
6794           src/procheader.c
6795           src/procmsg.c
6796                 fix quote reply format for newsgroups reply bug
6797                 (thanks to Hoa)
6798                 
6799         * po/en_GB.po
6800           po/pl.po
6801                 updated by me and Witold Wladyslaw Wojciech Wilk
6802                 repectively
6803
6804 2002-10-07 [paul]       0.8.3claws53
6805
6806         * po/it.po
6807           po/pt_BR.po
6808           po/sr.po
6809                 updated messages catalogs, submitted by
6810                 Alessandro Maestri, Fabio Jr.Beneditto 
6811                 and Urke MMI, respectively.
6812
6813 2002-10-07 [christoph]  0.8.3claws52
6814
6815         * src/folder.[ch]
6816         * src/folderview.c
6817         * src/mainwindow.c
6818                 fix new folder ghost message bug
6819                 (closes bug [ 619722 ] wrong count for newly created folders)
6820
6821 2002-10-07 [christoph]  0.8.3claws51
6822
6823         * src/compose.c
6824                 fix news posting problem
6825
6826 2002-10-07 [melvin]     0.8.3claws50
6827
6828         * po/fr.po
6829                 Updated French translation
6830
6831 2002-10-05 [christoph]  0.8.3claws49
6832
6833         * src/gtkstext.c
6834                 check if line_start_cache is set in gtk_stext_update_text
6835                 (closes bug [ 618119 ] crash while doing search in folder)
6836
6837 2002-10-05 [christoph]  0.8.3claws48
6838
6839         * src/imap.c
6840         * src/news.c
6841         * src/utils.c
6842         * src/utils.h
6843                 implement cache cleanups for claws' folder system
6844                 (closes bug [ 595916 ] imapcache not cleaned up)
6845
6846 2002-10-05 [melvin]     0.8.3claws47
6847
6848         * src/prefs_actions.c
6849                 Made the help text more clear for the %p token
6850
6851 2002-10-04 [paul]       0.8.3claws46
6852
6853         * sync with 0.8.5
6854                 see ChangeLog 2002-10-02 and 2002-10-03
6855
6856 2002-10-04 [christoph]  0.8.3claws45
6857
6858         * src/inc.c
6859                 fix segfault caused by pop before smtp
6860                 call to inc_account_mail with NULL
6861                 pointer for mainwin
6862
6863 2002-10-04 [paul]       0.8.3claws44
6864
6865         * configure.in
6866                 sync the LDAP detection from 0.8.5cvs1
6867
6868 2002-10-02 [christoph]  0.8.3claws43
6869
6870         * po/de.po
6871                 fix small spelling error
6872
6873 2002-10-02 [melvin]     0.8.3claws42
6874
6875         * ac/aspell.m4
6876                 Behave better and say "no" when test program cannot be run.
6877
6878 2002-10-02 [paul]       0.8.3claws41
6879
6880         * sync with 0.8.4cvs1
6881                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6882                 
6883         * src/summaryview.c
6884                 toggle the behavior of Reply menuitem between
6885                 normal reply and reply-to-list
6886
6887 2002-10-01 [sergey]     0.8.3claws40
6888
6889         * src/compose.c
6890                 Convert newlines in the message text to the canonical form
6891                 before base64 encoding (RFC2045 compliance, fixes some
6892                 interoperability issues with Evolution 1.0.3)
6893
6894 2002-09-29 [colin]      0.8.3claws39
6895
6896         * src/summaryview.c
6897                 Fix an unwanted copy/paste
6898
6899 2002-09-29 [colin]      0.8.3claws38
6900
6901         * src/mainwindow.c
6902                 Renamed "Custom toolbar" to "Customize toolbar"
6903                 Renamed "Show all header" to "Show all headers"
6904                 Renamed "Set diplay item" to "Set displayed items"
6905         * src/prefs_common.c
6906                 Renamed "Show all header" to "Show all headers"
6907         * src/prefs_summary_column.c
6908                 Renamed "diplay item" to "displayed items"
6909
6910 2002-09-29 [colin]      0.8.3claws37
6911
6912         * src/mainwindow.[ch]
6913                 online/offline status pixmaps follow theme
6914                 changes
6915         * src/summaryview.[ch]
6916                 quicksearch pixmap follows theme changes
6917
6918 2002-09-29 [thorsten]   0.8.3claws36
6919
6920         * src/compose.c
6921           src/prefs_folder_item.[ch]
6922                 add default_reply_to folder option (closes patch 581044)
6923
6924 2002-09-29 [christoph]  0.8.3claws35
6925
6926         * acconfig.h    ** REMOVED **
6927         * configure.in
6928         * ac/aspell.m4
6929         * ac/check-type.m4
6930         * ac/gnupg-check-typedef.m4
6931                 fix autoheader 2.50 warning
6932
6933 2002-09-29 [christoph]  0.8.3claws34
6934
6935         * major code cleanup (part 2)
6936         
6937                 - unused variables removed
6938                 - unused functions removed
6939                 - uninitialized variables checked
6940                 - missing return statements added
6941                 - missing function return types added
6942                 - added parentheses around assignment
6943                   when suggested by gcc
6944
6945 2002-09-29 [alfons]     0.8.3claws33
6946
6947         * src/logwindow.c
6948                 log_window_clear(): only bracket gtk_text_forward_delete() 
6949                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6950                 works around GTK text bug)
6951
6952 2002-09-29 [paul]       0.8.3claws32
6953
6954         * po/bg.po
6955           po/sr.po
6956                 updated by George Danchev and Urke MMI
6957                 respectively
6958
6959 2002-09-27 [christoph]  0.8.3claws31
6960
6961         * doc-src/readme.txt
6962         * doc-src/rfc1806.txt   ** REMOVED **
6963         * doc-src/rfc2183.txt   ** NEW FILE **
6964         * doc-src/rfc2980.txt   ** NEW FILE **
6965                 update rfcs
6966
6967 2002-09-27 [melvin]     0.8.3claws30
6968
6969         * ac/aspell.m4
6970                 Fixed typo which could break linking
6971
6972 2002-09-27 [melvin]     0.8.3claws29
6973
6974         * ac/aspell.m4
6975                 Improved GNU/aspell checking. 
6976                 Fixed bug #614490
6977
6978 2002-09-27 [paul]       0.8.3claws28
6979
6980         * sync with 0.8.3cvs8
6981                 see ChangeLog 2002-09-27
6982
6983 2002-09-26 [colin]      0.8.3claws27
6984
6985         * src/toolbar.[ch]
6986           src/mainwindow.[ch]
6987                 Add "Reply to Mailing-list" to the toolbar
6988
6989 2002-09-26 [christoph]  0.8.3claws26
6990
6991         * src/summaryview.c
6992                 Fix wrong message counts in summaryview status
6993
6994 2002-09-26 [paul]       0.8.3claws25
6995
6996         * sync with 0.8.3cvs7
6997                 see ChangeLog 2002-09-26
6998
6999 2002-09-26 [paul]       0.8.3claws24
7000
7001         * sync with 0.8.3cvs6
7002                 see ChangeLog 2002-09-25
7003
7004 2002-09-25 [christoph]  0.8.3claws23
7005
7006         * src/prefs_common.c
7007         * src/prefs_folder_item.c
7008         * src/prefs_scoring.c
7009                 Renamed "kill score" to "hide score" in GUI
7010                 and prefs files
7011
7012 2002-09-25 [paul]       0.8.3claws22
7013
7014         * sync with 0.8.3cvs5
7015                 see ChangeLog 2002-09-24
7016
7017 2002-09-24 [alfons]     0.8.3claws21
7018
7019         patch by Satoshi Nagayasu: allows appending / saving multiple 
7020         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7021         'Save as ...'")
7022
7023         * AUTHORS
7024                 add Satoshi Nagayasu
7025         * src/summaryview.c
7026                 summary_save_as(): allow saving selected files to
7027                 one file
7028                 summary_set_menu_sensitive: enable "Save As..." when
7029                 multiple files are selected
7030         * src/utils.[ch]
7031                 append_file(): new function
7032
7033 2002-09-24 [colin]      0.8.3claws20
7034
7035         * src/procmime.c
7036                 Fix segfault when mimeinfo doesn't have a 
7037                 content_type. 
7038
7039 2002-09-24 [colin]      0.8.3claws19
7040
7041         * src/prefs_common.[ch]
7042                 Add a preference to display send dialog or not
7043         * src/send.c
7044                 Display send dialog according to preference
7045
7046 2002-09-24 [colin]      0.8.3claws18
7047
7048         * src/compose.[ch]
7049                 Disable user actions when sending
7050
7051 2002-09-24 [colin]      0.8.3claws17
7052
7053         * src/procmime.c
7054                 Do not display name or filename for attachments
7055                 with an application/pgp-signature type
7056                 (security flaw, see bug 537413)
7057
7058 2002-09-23 [colin]      0.8.3claws16
7059
7060         * src/editaddress.c
7061                 Initialize entry_email, entry_alias and 
7062                 entry_remarks to first email address of the list
7063
7064 2002-09-23 [colin]      0.83claws15
7065
7066         * src/compose.c
7067                 Drop pgp-signature when reediting a signed queued
7068                 message
7069
7070 2002-09-23 [melvin]     0.8.3claws14
7071
7072         * po/fr.po
7073                 Updated French translation
7074
7075 2002-09-23 [melvin]     0.8.3claws13
7076
7077         * src/mainwindow.c
7078                 Made custom toolbar menu labels more consistent
7079         * src/prefs_toolbar.c
7080                 Made custom toolbar window title more consistent
7081
7082 2002-09-22 [colin]      0.8.3claws12
7083
7084         * src/inc.c
7085                 Initialize session type to normal before getting 
7086                 mail (fixes strange Get behaviour)
7087         * src/prefs_account.h
7088                 Move STYPE_POP_BEFORE_SMTP to last position to 
7089                 avoid other side-effects
7090
7091 2002-09-22 [colin]      0.8.3claws11
7092
7093         * src/prefs_account.c
7094                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7095                 from pop3 to apop or vice-versa
7096
7097 2002-09-22 [colin]      0.8.3claws10
7098         
7099         * src/prefs_account.[ch]
7100                 Add an option for the POP before SMTP timeout
7101         * src/inc.c
7102                 Remember time of last POP connection
7103         * src/send.c
7104                 Do POP before SMTP only if timeout reached
7105
7106 2002-09-22 [oliver]     0.8.3claws9
7107         
7108         * README.claws
7109                 explain custom toolbar
7110
7111 2002-09-22 [oliver]     0.8.3claws8
7112
7113         * src/prefs_actions.[ch]
7114         custom toolbar for compose      
7115                 actions callback from compose toolbar
7116         * src/folderview.c
7117                 remove include toolbar.h
7118
7119 2002-09-22 [oliver]     0.8.3claws7
7120         
7121         * src/prefs_toolbar.[ch]
7122                 custom toolbar for compose
7123                 - generic prefs_toolbar handles both
7124                   Mainwin's toolbar as well as Compose toolbar          
7125
7126 2002-09-22 [oliver]     0.8.3claws6
7127         
7128         * src/toolbar.[ch]
7129                 custom toolbar for compose
7130                 restructure toolbar.[ch]
7131
7132 2002-09-22 [oliver]     0.8.3claws5
7133
7134         * src/compose.[ch]
7135                 custom toolbar for compose
7136
7137 2002-09-22 [oliver]     0.8.3claws4
7138         
7139         * src/mainwindow.[ch]
7140                 custom toolbar for compose 
7141                 move mainwin toolbar back to mainwindow
7142
7143 2002-09-22 [alfons]     0.8.3claws3
7144
7145         * src/procmsg.c
7146                 :%sno/if(/if (/gc
7147                 :%sno/for(/for (/gc
7148                 (beautify)
7149
7150 2002-09-22 [alfons]     0.8.3claws2
7151         
7152         * src/procmsg.c
7153                 procmsg_save_to_outbox(): don't unlink message file from queue;
7154                 callers should do it using folder_item_remove_msg()
7155
7156 2002-09-22 [colin]      0.8.3claws1
7157
7158         * src/mimeview.[ch]
7159                 Made mimeview_check_signature() public
7160         * src/textview.c
7161                 Made GPG signatures verifiable by clicking
7162                 the [application/pgp-signature] in the Text
7163                 view
7164
7165 2002-09-22 [paul]       0.8.3claws
7166
7167         * po/bg.po
7168           po/en_GB.po
7169           po/es.po
7170           po/it.po
7171           po/pl.po
7172           po/pt_BR.po
7173           po/sr.po
7174                 updated translations, submitted by George Danchev,
7175                 me, Ricardo Mones Lastra, Alessandro Maestri,
7176                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7177                 and Urke MMI, respectively.     
7178
7179 2002-09-22 [alfons]     0.8.2claws65
7180
7181         * src/procmsg.c
7182         * src/pgptext.c
7183                 no furry valgrinds have been used to plug these memleaks
7184
7185 2002-09-20 [paul]       0.8.2claws64
7186
7187         * sync with 0.8.3cvs4
7188                 'Select thread' re-implemented 
7189                 see ChangeLog 2002-09-20
7190
7191 2002-09-21 [alfons]     0.8.2claws63
7192
7193         * src/compose.c
7194                 compose_send(): plug unnoticed memleak
7195
7196 2002-09-20 [alfons]     0.8.2claws62
7197
7198         * src/addr_compl.c
7199                 replace_address_in_edit(): strict check for NULL address to
7200                 fix "[ 607348 ] Segfault in address completion". My guess is
7201                 that this happens with an empty address book, but it's good
7202                 to have this check here anyway
7203                 
7204                 completion_window_button_press(): free string returned 
7205                 from the internal cache
7206
7207 2002-09-20 [christoph]  0.8.2claws61
7208
7209         * src/procmime.h
7210                 added ENC_BINARY to EncodingType
7211         * src/procmime.c
7212                 the string returned by procmime_get_encoding_str
7213                 should not depend on the order of values in the
7214                 EncodingType definition
7215         * doc-src/rfc1806.txt   ** NEW FILE **
7216                 Added rfc1806 about MIME Content-Disposition
7217                 Extension
7218
7219 2002-09-19 [paul]       0.8.2claws60
7220
7221         * sync with 0.8.2cvs3
7222                 see ChangeLog 2002-09-19
7223
7224 2002-09-19 [paul]       0.8.2claws59
7225
7226         * src/prefs_folder_item.c
7227                 revert to Darko's original alignment of colour
7228                 selector button
7229                 add a colon to folder_color label
7230                 
7231         * src/compose.c
7232                 add Colin's patch (with Hiro's modifications) to 
7233                 force BASE64 encoding for 8-bit text when signing
7234                 (sync with 0.8.3cvs2)
7235
7236 2002-09-18 [alfons]     0.8.2claws58
7237
7238         * src/compose.c
7239                 :%sno/if(/if (/gc
7240                 :%sno/for(/for (/gc
7241                 (beautify a little bit)
7242
7243 2002-09-18 [christoph]  0.8.2claws57
7244
7245         * src/pine.c
7246                 fix handling of fgetc return value
7247
7248 2002-09-17 [alfons]     0.8.2claws56
7249         
7250         * src/summaryview.c
7251                 summary_sort(): check non-NULL summaryview->folder_item when no 
7252                 folder is selected at all
7253                 (closes "[ 610344 ] sort label make syl Crash")
7254
7255 2002-09-17 [alfons]     0.8.2claws55
7256         
7257         * src/compose.c
7258                 beautify a little bit
7259
7260 2002-09-17 [christoph]  0.8.2claws54
7261
7262         * src/folder.c
7263                 initialize max values for cache and folder
7264                 when cache or folder is empty
7265
7266 2002-09-15 [colin]      0.8.2claws53
7267
7268         * src/compose.c
7269                 Fix a leak (thanks Alfons!) and cleaned
7270                 variables names for custom headers
7271
7272 2002-09-15 [colin]      0.8.2claws52
7273
7274         * src/compose.c
7275                 Fix custom headers recognition when
7276                 prefs_common.trans_hdr is on
7277
7278 2002-09-15 [colin]      0.8.2claws51
7279
7280         * src/compose.c
7281                 Allow dynamically-added custom headers
7282                 Yet not reparsed if reedited
7283
7284 2002-09-15 [alfons]     0.8.2claws50
7285
7286         * src/prefs_account.c
7287                 fix warnings
7288
7289 2002-09-15 [colin]      0.8.2claws49
7290         
7291         * src/prefs_account.c
7292                 fix pop_before_smtp sensitivity
7293
7294 2002-09-15 [colin]      0.8.2claws48
7295
7296         * src/inc.[ch]
7297                 add inc_pop_before_smtp()
7298                 allow MainWindow to be undefined in 
7299                 inc_account_mail() and inc_start()
7300         * src/pop.c
7301           src/prefs_account.h
7302                 add STYPE_POP_BEFORE_SMTP session type
7303         * src/prefs_account.c
7304                 activated pop before smtp option
7305         * src/send.c
7306                 do pop before smtp if the relevant option 
7307                 is set
7308
7309 2002-09-15 [paul]       0.8.2claws47
7310
7311         * sync with 0.8.3
7312                 see ChangeLog 2002-09-15
7313
7314 2002-09-14 [paul]       0.8.2claws46
7315
7316         * po/bg.po
7317                 updated Bulgarian translation, submitted by
7318                 George Danchev
7319
7320 2002-09-13 [paul]       0.8.2claws45
7321
7322         * src/compose.c
7323                 merge claws' select_account() with main's
7324                 (new) compose_select_account(). [sync with
7325                 0.8.2cvs15, see ChangeLog 2002-09-11]
7326
7327 2002-09-12 [christoph]  0.8.2claws44
7328
7329         * src/filter.c
7330                 allocate 1 elements of FolderItem not 0
7331
7332 2002-09-12 [colin]      0.8.2claws43
7333
7334         * src/compose.c
7335                 Fix bug #590825 (obey Follow-up: poster)
7336
7337 2002-09-12 [colin]      0.8.2claws42
7338
7339         * src/procmime.c
7340                 Fix bug #557009 (wrong headers for messages 
7341                 forwarded as attachments)
7342
7343 2002-09-11 [colin]      0.8.2claws41
7344         
7345         * src/compose.c
7346                 Put SCF: pseudo-header on top of message
7347                 Set draft tmp_flag when saved as draft
7348
7349         * src/procmsg.c
7350           src/procheader.c
7351                 Skip after first \n\n for beginning of real message
7352                 for drafts too
7353
7354 2002-09-11 [christoph]  0.8.2claws40
7355
7356         * src/filtering.c
7357                 use procmsg flag functions in filtering or processing
7358                 will cause incorrect folder message counts
7359
7360 2002-09-11 [colin]      0.8.2claws39
7361
7362         * src/compose.c
7363                 Fix bug #550175 - wrong save folder when reediting
7364                 drafts
7365
7366 2002-09-11 [paul]       0.8.2claws38
7367
7368         * sync with 0.8.2cvs14
7369                 see ChangeLog 2002-09-11
7370
7371 2002-09-11 [colin]      0.8.2claws37
7372
7373         * src/folder.c
7374                 Fix a typo (seeming to cause new/unread status to
7375                 be lost)
7376
7377 2002-09-10 [christoph]  0.8.2claws36
7378
7379         * src/compose.c
7380                 compose_redirect should not use compose_generic_new
7381                 because that does more stuff than expected including
7382                 opening the external editor
7383                 (closes bug "[ 526608 ] bounced messages appear blank
7384                  in editor")
7385
7386 2002-09-10 [christoph]  0.8.2claws35
7387
7388         * src/folder.c
7389                 fix problem with too large message number range
7390                 causing a crash in folder_item_scan
7391
7392 2002-09-10 [paul]       0.8.2claws34
7393
7394         * sync with 0.8.2cvs13
7395                 see ChangeLog 2002-09-10
7396
7397 2002-09-10 [christoph]  0.8.2claws33
7398
7399         * src/msgcache.c
7400                 set MsgInfo TmpFlags for queue and draft folders
7401                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7402
7403 2002-09-10 [paul]       0.8.2claws32
7404
7405         * AUTHORS
7406           po/bg.po      ** NEW FILE **
7407                 new Bulgarian translation submitted by
7408                 George Danchev <danchev@spnet.net>
7409                 
7410         * tools/Makefile.am
7411           tools/README
7412           tools/tb2sylpheed     ** NEW FILE **
7413                 add script that converts an addressbook exported
7414                 from The Bat! into a Sylpheed addressbook. Submitted
7415                 by Urke MMI <urke-kg@eunet.yu>
7416
7417 2002-09-10 [paul]       0.8.2claws31
7418
7419         * sync with 0.8.2cvs12
7420                 see ChangeLog 2002-09-10
7421
7422 2002-09-06 [paul]       0.8.2claws30
7423
7424         * src/prefs_common.c
7425                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7426                 
7427         * tools/Makefile.am
7428           tools/README
7429           tools/ldif-to-xml.py  ** REMOVED **
7430                 remove obsolete python script
7431
7432 2002-09-06 [paul]       0.8.2claws29
7433
7434         * sync with 0.8.2cvs10
7435                 see ChangeLog 2002-09-06
7436
7437 2002-09-04 [paul]       0.8.2claws28
7438
7439         * sync with 0.8.2cvs9
7440                 see ChangeLog 2002-08-04
7441
7442 2002-09-04 [colin]      0.8.2claws27 
7443
7444         * src/prefs_common.[ch]
7445                 Added signature color configuration
7446         * src/textview.c
7447                 Use user-specified signature color
7448
7449 2002-09-03 [colin]      0.8.2claws26
7450
7451         * src/prefs_common.[ch]
7452                 Added autosave and autosave_length prefs
7453         * src/compose.c
7454                 Added compose_remove_draft()
7455                 Auto-save drafts according to the prefs
7456         * src/main.c
7457                 Added a crash-indicator file, allowing to check
7458                 for new messages on startup if Sylpheed crashed
7459                 (makes saved drafts "reappear")
7460
7461 2002-09-03 [colin]      0.8.2claws25
7462
7463         * src/textview.[ch]
7464                 Grey the signature
7465
7466 2002-09-03 [paul]       0.8.2claws24
7467
7468         * sync with 0.8.2cvs8
7469                 see ChangeLog 2002-09-02 and 2002-09-03
7470
7471 2002-09-03 [darko]      0.8.2claws23
7472
7473         * src/folderview.c
7474                 use normal style when creating new folder to pick
7475                 proper font size 
7476
7477 2002-09-02 [melvin]     0.8.2claws22
7478
7479         * src/gtkaspell.m4
7480                 removed some obsolete code
7481
7482 2002-09-02 [melvin]     0.8.2claws21
7483
7484         * ac/aspell.m4
7485                 fixed test's equality sign (== to =)
7486
7487 2002-09-02 [alfons]     0.8.2claws20
7488
7489         * src/folder.c
7490         * src/mh.c
7491                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7492                 as folder->destroy virtual as suggested by Hiro
7493                 (the mh.c code seems to have been lost around mh.c.1.21)
7494
7495 2002-09-02 [paul]       0.8.2claws19
7496
7497         * po/pt_BR.po
7498                 updated by Fabio Jr. Beneditto
7499                 
7500         * src/defs.h
7501                 use 'http://claws.sylpheed.org' for homepage link. 
7502                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7503
7504 2002-09-01 [alfons]     0.8.2claws18
7505
7506         * src/mh.c
7507                 plug memleak related to one Martin Kluge found
7508
7509 2002-08-31 [paul]       0.8.2claws17
7510
7511         * sync with 0.8.2cvs6
7512                 see ChangeLog 2002-08-30
7513
7514 2002-08-31 [alfons]     0.8.2claws16
7515
7516         * src/folder.c
7517                 folder_destroy(): remove mailbox from folderlist even if it has
7518                 no destroy virtual
7519
7520 2002-08-31 [alfons]     0.8.2claws15
7521
7522         * src/folder.c
7523                 :%sno/if(/if (/gc
7524                 :%sno/for(/for (/gc
7525                 (being pedantic I know)
7526
7527 2002-08-31 [alfons]     0.8.2claws14
7528
7529         * src/folder.c
7530                 check for NULL pointers returned from folder->fetch_msginfo virtual
7531                 (should solve some reported crashes)
7532
7533 2002-08-30 [alfons]     0.8.2claws13
7534
7535         * acconfig.h
7536         * configure.in
7537         * src/crash.c
7538                 enable crash dialog on compilation time
7539                 (--enable-crash-dialog configure option)
7540
7541 2002-08-30 [alfons]     0.8.2claws12
7542
7543         * AUTHORS
7544                 add Martin Kluge
7545         * src/mh.c
7546                 apply memory leak plug patch by Martin Kluge
7547                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7548                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7549                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7550
7551 2002-08-30 [darko]      0.8.2claws11
7552
7553         * src/folderview.c
7554                 copy Gtk style from normal style to match
7555                 font size for coloured folders
7556
7557 2002-08-29 [alfons]     0.8.2claws10
7558
7559         * sylpheed.desktop
7560                 Type=Internet <- Type=Application
7561                 (reported by Michael Schwendt, see:
7562                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7563                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7564
7565 2002-08-29 [paul]       0.8.2claws9
7566
7567         * sync with 0.8.2cvs5
7568                 see ChangeLog 2002-08-29
7569
7570 2002-08-29 [colin]      0.8.2claws8
7571
7572         * src/summaryview.c
7573                 Added a sanity check in summary_select_thread
7574                 Should fix bug 601605
7575
7576 2002-08-29 [colin]      0.8.2claws7
7577
7578         * src/main.c
7579                 Revert claws6 changes regarding bug #591676
7580
7581 2002-08-28 [colin]      0.8.2claws6
7582         
7583         * src/main.c
7584                 Ignore cache for queue folderitems
7585                 Fix bug #591676
7586
7587 2002-08-28 [melvin]     0.8.2claws5
7588
7589         * README.claws
7590                 Fixed typos.
7591
7592 2002-08-28 [melvin]     0.8.2claws4
7593
7594         * README.claws
7595                 Updated a bit the text concerning the spell checker
7596
7597 2002-08-28 [melvin]     0.8.2claws3
7598
7599         Merged the GNU_aspell_branch:
7600                 Support of new GNU/aspell is now included and the old pspell
7601                 is not supported anymore.
7602                 See README.claws
7603
7604         * README.claws
7605                 Updated spell checker text to reflect the switch to GNU/aspell
7606
7607         * ac/aspell.m4          *** NEW ***
7608         * src/gtkaspell.[ch]    *** NEW *** 
7609         * ac/pspell.m4          *** DELETED *** 
7610         * src/gtkspell.[ch]     *** DELETED ***
7611
7612         * ac/Makefile.am
7613                 Updated for GNU/aspell support
7614
7615         * po/POTFILES.in
7616                 Replaced gtkspell.c by gtkaspell.c
7617
7618         * acconfig.h
7619         * src/Makefile.am
7620         * src/about.c
7621         * src/compose.[ch]
7622         * src/crash.c
7623         * src/main.c
7624         * src/prefs_common.[ch]
7625                 Updated for GNU/aspell support
7626
7627 2002-08-28 [paul]       0.8.2claws2
7628
7629         * sync with 0.8.2cvs4
7630                 see ChangeLog 2002-08-27 and 2002-08-28
7631
7632 2002-08-28 [colin]      0.8.2claws1
7633
7634         * src/summary_search.c
7635                 Added "AND search"
7636
7637 2002-08-28 [jens]       0.8.2claws
7638
7639         *po/de.po
7640                 Updated German translations
7641
7642 2002-08-27 [melvin]     0.8.2claws
7643
7644         * po/fr.po
7645                 Updated French translations
7646
7647 2002-08-27 [paul]       0.8.2claws
7648
7649         * sync with 0.8.2 main release
7650
7651         * po/en_GB.po
7652           po/es.po
7653           po/it.po
7654           po/pl.po
7655           po/pt_BR.po
7656           po/sr.po
7657                 updated message catalogs submitted by
7658                 Ricardo Mones Lastra, Alessandro Maestri,
7659                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7660                 Beneditto and Urke MMI  
7661
7662 2002-08-27 [hoa]        0.8.1claws123
7663
7664         * src/mainwindow.[ch]
7665         * src/summaryview.[ch]
7666                 removed the "filter setting" menu option.
7667                 add a "cancel a news message" menu option.
7668
7669 2002-08-26 [martin]     0.8.1claws122
7670
7671         * ChangeLog.claws
7672                 changed string under 0.8.1claws79 changed by myself
7673                 i'm sorry alfons :(
7674
7675 2002-08-26 [martin]     0.8.1claws121
7676
7677         * src/crash.c
7678                 added kill command to debuggerrc to start crash dialog
7679
7680 2002-08-26 [paul]       0.8.1claws120
7681
7682         * sync with 0.8.1cvs31
7683                 see ChangeLog 2002-08-26
7684
7685 2002-08-25 [alfons]     0.8.1claws119
7686
7687         * src/procmsg.c
7688                 fix bug that didn't send out correct headers to news server
7689                 when sending news article and email from queue (bug reported
7690                 and patch provided by Tim Mann; closes bug 
7691                 "[ 583196 ] 0.7.8claws can't post news")
7692
7693 2002-08-25 [alfons]     0.8.1claws118
7694
7695         * src/selective_download.c
7696                 mark two strings as translatable
7697                 (thanks to Urke MMI for pointing this out)
7698
7699 2002-08-25 [alfons]     0.8.1claws117
7700
7701         * src/summaryview.c
7702                 treat sent boxes as special and allow sorting them by addressee
7703                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7704                 submitted by Steve Lamb)
7705
7706 2002-08-24 [alfons]     0.8.1claws116
7707
7708         * src/matcher.c
7709                 fix memleak reported by Martin Kluge
7710                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7711
7712 2002-08-24 [oliver]     0.8.1claws115
7713
7714         * src/prefs_toolbar.c
7715                 o code cleanup as suggested by Alfons
7716                 o memleak fix
7717
7718 2002-08-24 [alfons]     0.8.1claws114
7719
7720         * src/summaryview.c
7721                 o fix another memory leak reported by Martin Kluge
7722                   (see "[ 599568 ] Small Memory Leak")
7723                 o remove 'from' variable from 'summary_set_header()'; we can
7724                   do with just 'to' 
7725
7726 2002-08-24 [paul]       0.8.1claws113
7727
7728         * sync with 0.8.1cvs30
7729                 see ChangeLog 2002-08-23
7730
7731 2002-08-24 [alfons]     0.8.1claws112
7732
7733         * src/summaryview.c
7734                 remove unnecessary allocations for search bar fixing leaks
7735                 reported by Martin Kluge
7736                 (see "[ 599451 ] Further memory leaks?")
7737
7738 2002-08-24 [alfons]     0.8.1claws111
7739
7740         * src/main.c
7741                 make get_socket_name() public for crash.c
7742         * src/crash.c
7743                 o make report bug button work (goes to claws' 
7744                   bug tracker at sf.net)
7745                 o introduce function for doing important stuff just
7746                   before claws goes down
7747                 o clean up code 
7748
7749 2002-08-24 [alfons]     0.8.1claws110
7750
7751         * src/compose.c
7752                 move cursor to "To" entry when forwarding as attachment
7753                 (reported and solved by Steve Lamb, closes bug report
7754                 "[ 592880 ] Forward as attachment; cursor not in to")
7755
7756 2002-08-24 [colin]      0.8.1claws109
7757
7758         * src/mainwindow.c
7759                 fix quick search visibility after GUI (de)separations.
7760
7761 2002-08-23 [colin]      0.8.1claws108
7762
7763         * src/mainwindow.c
7764                 fix header pane visibility after folderview or
7765                 messageview (de)separation
7766
7767 2002-08-23 [paul]       0.8.1claws107
7768
7769         * src/mainwindow.[ch]
7770           src/toolbar.c
7771                 give full control of display or non-display 
7772                 of the Execute icon to Custom toolbar settings.
7773                 add new sensitivity condition to maninwindow.h: 
7774                 M_DELAY_EXEC
7775
7776         * ChangeLog
7777           ChangeLog.jp
7778           NEWS
7779                 more sync with 0.8.1cvs29
7780
7781 2002-08-23 [melvin]     0.8.1claws106
7782
7783         * src/alertpanel.c
7784                 Readded support for custom widget in alertpanel lost in last
7785                 sync.
7786
7787 2002-08-23 [paul]       0.8.1claws105
7788
7789         * sync with 0.8.1cvs29
7790                 see ChangeLog 2002-08-23
7791
7792 2002-08-23 [colin]      0.8.1claws104
7793
7794         * src/summaryview.c
7795                 Fix folder and search pixmaps exchanging positions
7796                 after theme or toolbar changes. Thank to Oliver for 
7797                 reporting this.
7798
7799 2002-08-23 [colin]      0.8.1claws103
7800
7801         * src/mainwindow.c
7802           src/messageview.[ch]
7803           src/noticeview.[ch]
7804           src/summaryview.c
7805                 Changed messageview_create() and noticeview_create()
7806                 to avoid the last gdk_warning
7807
7808 2002-08-22 [colin]      0.8.1claws102
7809
7810         * src/summaryview.c
7811                 Fix my new `Creating pixmap from xpm' warning
7812
7813 2002-08-22 [colin]      0.8.1claws101
7814
7815         * src/mainwindow.c
7816                 Fix some of the gdk warnings
7817
7818 2002-08-22 [colin]      0.8.1claws100
7819
7820         * src/Makefile.am
7821         * src/stock_pixmap.c
7822         * src/stock_pixmap.h
7823         * src/pixmaps/quicksearch.xpm *ADDED*
7824                 Add the quicksearch pixmap
7825         * src/mainwindow.c
7826         * src/summaryview.c
7827         * src/summaryview.h
7828                 Make quicksearch bar visible/hidden via a button
7829
7830 2002-08-22 [christoph]  0.8.1claws99
7831
7832         * src/folder.c
7833                 fix folder update for newsgroups with message
7834                 numbers below minimum number of articles to fetch
7835                 (closes bug #598445)
7836
7837 2002-08-22 [paul]       0.8.1claws98
7838
7839         * sync with 0.8.1cvs28
7840                 see ChangeLog 2002-08-22
7841
7842 2002-08-21 [alfons]     0.8.1claws97
7843
7844         * src/crash.c
7845                 use bt instead of bt full which seems to work 
7846                 better, and bt full doesn't give a great deal 
7847                 of information anyway
7848
7849 2002-08-21 [colin]      0.8.1claws96
7850
7851         * src/summaryview.c
7852                 fix summaryview_searchtype_changed prototype
7853
7854 2002-08-21 [christoph]  0.8.1claws95
7855
7856         * src/mainwindow.c
7857                 o fix broken menu update for sorting type, we have to
7858                   get this info from the summaryview now
7859                 o removed setting of threaded state in menu callback
7860         * src/summaryview.[ch]
7861                 more summaryview/folderitem seperation for
7862                 threading option
7863         * configure.in
7864                 removed not required --with-compiler-flags option
7865
7866 2002-08-21 [oliver]     0.8.1claws94
7867         
7868         * src/toolbar.h 
7869                 o rename toolbar.xml to toolbar_main.xml
7870                   since toolbar_compose.xml might come up 
7871                   any time soon
7872         * README.claws
7873                 add custom toolbar              
7874
7875 2002-08-21 [darko]      0.8.1claws93
7876
7877         * src/procmsg.c
7878                 don't reset tmp flags for messages copied
7879                 to sent folder
7880
7881 2002-08-21 [colin]      0.8.1claws92
7882         
7883         * src/prefs_filtering.c
7884                 fix renaming rules on folder rename 
7885                 when folder is not a leaf folder
7886
7887 2002-08-21 [paul]       0.8.1claws91
7888
7889         * src/prefs_folder_item.c
7890                 fix alignment of colour selector
7891
7892 2002-08-21 [paul]       0.8.1claws90
7893
7894         * sync with 0.8.1cvs27
7895                 see ChangeLog 2002-08-21
7896
7897 2002-08-21 [paul]       0.8.1claws89
7898
7899         * src/summaryview.c
7900                 fix crash when changing field type in
7901                 Quick search bar
7902
7903 2002-08-21 [colin]      0.8.1claws88
7904
7905         * src/summaryview.c
7906                 Made quick search case-insensitive
7907
7908 2002-08-21 [paul]       0.8.1claws87
7909
7910         * sync with 0.8.1cvs26
7911                 see ChangeLog 2002-08-21
7912
7913 2002-08-20 [christoph]  0.8.1claws86
7914
7915         * src/folderview.c
7916         * src/main.c
7917         * src/summaryview.[ch]
7918                 more summaryview/folderitem seperation for
7919                 sort_key and sort_type
7920         * src/procmsg.c
7921                 added missing return statement
7922
7923 2002-08-20 [colin]      0.8.1claws85
7924
7925         * src/summaryview.[ch]
7926                 Added a quick search box
7927         * src/mainwindow.c
7928         * src/prefs_common.[ch]
7929                 Added a show/hide option for the quick search
7930
7931 2002-08-20 [oliver]     0.8.1claws84
7932         
7933         * src/mainwindow.c
7934                 remove toolbar_create_popups
7935         * src/toolbar.[ch]
7936                 o remove toolbar_create_popups
7937                 o fix toolbar_set_sensitive 
7938                   (Bug reports #596834 and #596832)     
7939         * src/prefs_toolbar.c
7940                 o add "Set default" button
7941                 o align label and text + combo widgets
7942
7943 2002-08-20 [hoa]        0.8.1claws83bis
7944
7945         * src/imap.c
7946                 fixed a bug in imap_fetch_msginfo() in case there is no
7947                 current folder.
7948
7949 2002-08-20 [darko]      0.8.1claws83
7950
7951         * src/folderview.c
7952                 copy the color style of folder view so it
7953                 works with GTK themes
7954
7955 2002-08-20 [darko]      0.8.1claws82
7956
7957         * src/folder.h
7958         * src/folderview.c
7959         * src/prefs_folder_item.[hc]
7960                 don't use UI stuff in folder.h
7961
7962 2002-08-20 [darko]      0.8.1claws81
7963
7964         * src/folder.h
7965         * src/prefs_folder_item.h
7966         * src/folderview.c
7967         * src/prefs_folder_item.c
7968                 ability to set folder color in folderview
7969
7970 2002-08-19 [alfons]     0.8.1claws80
7971
7972         * src/summaryview.c
7973                 fix one of the earlier memleaks reported by Martin Kluge
7974
7975 2002-08-19 [alfons]     0.8.1claws79
7976
7977         * src/mainwindow.c
7978                 hide notice view when selecting seperate folder
7979                 view (reported by Urke MMI)
7980
7981 2002-08-19 [christoph]  0.8.1claws78
7982
7983         * src/folderview.c
7984         * src/prefs_folder_item.h
7985         * src/summaryview.[ch]
7986                 o add summary_set_prefs_from_folderitem to set
7987                   summaryview prefs (first step to remove all
7988                   references to the folderitem in summaryview)
7989                 o moved compiled regex stuff from folderitem prefs
7990                   to summaryview code
7991
7992 2002-08-19 [paul]       0.8.1claws77
7993
7994         * src/compose.c
7995                 add check for '.' to QUOTE_IF_REQUIRED
7996
7997 2002-08-19 [paul]       0.8.1claws76
7998
7999         * src/inc.c
8000                 sync with 0.8.1cvs25 (plug memory leak)
8001
8002         * src/prefs_toolbar.c
8003                 re-order prefs_toolbar_cancel()
8004
8005 2002-08-18 [alfons]     0.8.1claws75
8006
8007         * src/inc.c
8008         * src/matcher.c
8009                 plug other memleaks reported by Martin Kluge
8010
8011 2002-08-18 [paul]       0.8.1claws74
8012
8013         * po/pt_BR.po
8014                 updated by Fabio Jr. Beneditto
8015
8016 2002-08-18 [paul]       0.8.1claws73
8017
8018         * src/toolbar.[ch]
8019                 fix bug where tooltips were displayed untranslated              
8020
8021         * src/prefs_toolbar.c
8022                 fix bug where clicking 'Cancel' creates an icon & text
8023                 toolbar regardless of prefs
8024         
8025
8026 2002-08-17 [oliver]     0.8.1claws72
8027
8028         * src/prefs_toolbar.c
8029                 update toolbar on CANCEL
8030                 bug reported by Martin Kluge
8031         * src/toolbar.c
8032                 toolbar_destroy memleak fixed           
8033
8034 2002-08-17 [alfons]     0.8.1claws71
8035
8036         * src/toolbar.c
8037                 plug another memleak reported by Martin Kluge
8038
8039 2002-08-16 [alfons]     0.8.1claws70
8040
8041         * src/crash.c
8042                 use execvp() correctly (suggested by wwp; thanks!)
8043
8044 2002-08-16 [alfons]     0.8.1claws69
8045
8046         * src/gtksctree.c
8047                 plug memory leak reported by Kim Schultz & Martin Kluge
8048
8049 2002-08-16 [paul]       0.8.1claws68
8050
8051         * po/es.po
8052                 updated by Ricardo Mones Lastra
8053
8054 2002-08-16 [paul]       0.8.1claws67
8055
8056         * src/toolbar.h
8057                 fix bug where 'Compose News' icon showed wrong
8058                 tooltip
8059
8060 2002-08-16 [paul]       0.8.1claws66
8061
8062         * sync with 0.8.1cvs24
8063                 see ChangeLog 2002-08-16
8064
8065         * po/it.po
8066                 updated by Alessandro Maestri
8067
8068 2002-08-15 [paul]       0.8.1claws65
8069
8070         * po/sr.po
8071                 updated by Urke MMI
8072
8073 2002-08-15 [paul]       0.8.1claws64
8074
8075         * src/*.c
8076                 don't translate debug info
8077
8078         * src/matcher.[ch]
8079                 add copyright info
8080
8081 2002-08-15 [paul]       0.8.1claws63
8082
8083         * src/prefs_toolbar.c
8084                 fix bug where clicking 'OK' creates an icon & text
8085                 toolbar regardless of prefs
8086
8087 2002-08-14 [alfons]     0.8.1claws62
8088
8089         * src/main.c
8090                 add global var that has the full argv[0]
8091         * src/crash.c
8092                 o execvp the correct sylpheed by using argv0
8093                   and setting the correct work dir
8094                 o other tweaks  
8095
8096 2002-08-14 [oliver]     0.8.1claws61
8097         
8098         * enable/disable Toolbar Action Buttons 
8099         * code cleanups
8100         * src/mainwindow.c
8101         * src/toolbar.[ch]      
8102         * src/prefs_toolbar.c   
8103
8104 2002-08-14 [melvin]     0.8.1claws60
8105
8106         * po/fr.po
8107                 Updated French translations
8108
8109 2002-08-14 [melvin]     0.8.1claws59
8110
8111         * src/crash.c
8112                 Made bug report not translatable
8113         * src/exporthtml.c
8114                 Fixed exporthtml_build_filespec() return value
8115         * src/foldersel.c
8116                 Fixed incorrect include file
8117         * src/gtkspell.c
8118         * src/prefs_actions.c
8119         * src/prefs_toolbar.c
8120                 Made debug info not translatable
8121         * src/mutt.c
8122         * src/quote_fmt.c
8123                 Added missing includes
8124         * src/prefs_common.c
8125                 Fixed typo
8126
8127 2002-08-14 [paul]       0.8.1claws58
8128
8129         * faq/es/sylpheed-faq.html
8130           faq/es/sylpheed-faq-[1-3].html
8131           faq/es/sylpheed-faq-4.html     **NEW FILE **
8132                 update Spanish FAQ
8133
8134 2002-08-13 [christoph]  0.8.1claws57
8135
8136         * src/procmsg.c
8137                 ignore thread fix that did not mark all
8138                 child nodes of a ignored thread as
8139                 ignored. Does not work perfectly yet,
8140                 but it is better now
8141
8142 2002-08-13 [alfons]     0.8.1claws56
8143
8144         * src/crash.c
8145                 o implement 'save crash log'
8146                 o some tweaks
8147
8148 2002-08-13 [melvin]     0.8.1claws55
8149
8150         * src/main.c
8151                 removed unrequired "execinfo.h" header
8152
8153 2002-08-12 [paul]       0.8.1claws54
8154
8155         * faq/en/sylpheed-faq.html
8156           faq/en/sylpheed-faq-[1-3].html
8157           faq/en/sylpheed-faq-4.html     **NEW FILE **
8158                 update English FAQ
8159
8160 2002-08-12 [alfons]     0.8.1claws53
8161
8162         * po/POTFILES.in
8163                 add crash.c to translatables
8164         * src/crash.c
8165                 bring in Leandro's crash dialog
8166
8167 2002-08-11 [alfons]     0.8.1claws52
8168
8169         * src/crash.c
8170                 clean up some warnings
8171
8172 2002-08-11 [alfons]     0.8.1claws51
8173
8174         * acconfig.h
8175         * configure.in
8176         * src/crash.[ch]        ** NEW FILES **
8177         * src/main.c            
8178                 initial gdb crash handler
8179
8180 2002-08-11 [paul]       0.8.1claws50
8181
8182         * src/prefs_toolbar.c
8183                 replace Up/Down arrow pixmaps with text to be
8184                 consistent across icon themes
8185
8186 2002-08-11 [paul]       0.8.1claws49
8187
8188         * src/prefs_common.c
8189           src/prefs_toolbar.c
8190                 rename 'Pixmap' -> 'Icon'
8191
8192         * src/toolbar.[ch]
8193                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8194
8195 2002-08-10 [paul]       0.8.1claws48
8196
8197         * src/prefs_toolbar.c
8198                 re-work the UI
8199
8200 2002-08-10 [paul]       0.8.1claws47
8201
8202         * src/main.c
8203                 don't write Processing progress to status bar
8204                 patch submitted by Alexander Evseev
8205
8206         * src/prefs_toolbar.c
8207                 re-position and resize window
8208                 make window assume correct size on first call
8209
8210 2002-08-10 [paul]       0.8.1claws46
8211
8212         * src/mainwindow.c
8213           src/prefs_toolbar.c
8214           src/toolbar.c
8215           src/toolbar.h
8216                 obey coding style
8217                 follow UI text conventions
8218
8219 2002-08-10 [alfons]     0.8.1claws45
8220
8221         * src/toolbar.c
8222                 correct pixmap for delete action
8223
8224 2002-08-10 [paul]       0.8.1claws44
8225
8226         * po/pt_BR.po
8227                 updated by Fabio Jr. Beneditto
8228
8229 2002-08-10 [paul]       0.8.1claws43
8230
8231         * po/POTFILES.in
8232                 add custom toolbar files
8233
8234 2002-08-10 [paul]       0.8.1claws42
8235
8236         * sync with 0.8.1cvs22
8237                 see ChangeLog 2002-08-09
8238
8239 2002-08-09 [paul]       0.8.1claws41
8240
8241         * tools/Makefile.am
8242           tools/README
8243           tools/outlook2sylpheed.pl     ** NEW FILE **
8244                 add script to convert exported Outlook
8245                 contacts list to a Sylpheed addressbook.
8246                 Submitted by Ricardo Mones Lastra.
8247
8248 2002-08-09 [paul]       0.8.1claws40
8249
8250         * AUTHORS
8251           configure.in
8252           po/sr.po      ** NEW FILE **
8253                 add Serbian message catalog. Submitted by
8254                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8255
8256 2002-08-09 [paul]       0.8.1claws39
8257
8258         * sync with 0.8.1cvs21
8259                 see ChangeLog 2002-08-08
8260
8261 2002-08-08 [oliver]     0.8.1claws38
8262
8263         * src/mainwindow.c
8264                 move Custom Toolbar to Configuration menu
8265
8266 2002-08-08 [oliver]     0.8.1claws37
8267
8268         * src/prefs_toolbar.c
8269                 fix substitute pixmap bug
8270
8271 2002-08-08 [paul]       0.8.1claws36
8272
8273         * sync with 0.8.1cvs19
8274                 see ChangeLog 2002-08-08
8275
8276 2002-08-07 [christoph]  0.8.1claws35
8277
8278         * src/utils.c
8279                 fixed a memory leak in new canonicalize_file_replace
8280
8281 2002-08-07 [christoph]  0.8.1claws34
8282
8283         * src/utils.[ch]
8284                 o canonicalize_file_replace should create the temporary
8285                   file in the same directory as the original file.
8286                 o added get_tmpfile_in_dir that creates a temorary file
8287                   in a specified directory.
8288
8289 2002-08-07 [melvin]     0.8.1claws33
8290
8291         * src/toolbar.c
8292                 fixed bug where 'Article' button acted as 'Email' button.
8293
8294 2002-08-07 [paul]       0.8.1claws32
8295
8296         * sync with 0.8.1.cvs17
8297                 see ChangeLog 2002-08-07
8298
8299 2002-08-07 [colin]      0.8.1claws31
8300         
8301         * src/news.c
8302                 fix mass-cancel problem
8303
8304 2002-08-07 [thorsten]   0.8.1claws30
8305
8306         * src/prefs_toolbar.c
8307                 fix: crash on replace or add new button
8308         * src/toolbar.c
8309                 fix: close xmlfile after reading
8310         * src/utils.c
8311                 fix: unlink() file before rename()
8312
8313 2002-08-06 [paul]       0.8.1claws29
8314
8315         * sync with 0.8.cvs15
8316                 see ChangeLog 2002-08-06
8317
8318 2002-08-06 [oliver]     0.8.1claws28
8319
8320         * src/toolbar.c
8321         * src/prefs_toolbar.c
8322                 fixed empty toolbar issue
8323
8324 2002-08-06 [oliver]     0.8.1claws27
8325
8326         * Custom Toolbar Final 
8327         * src/folderview.c
8328         * src/inc.c
8329         * src/summaryview.c
8330                 o toolbar stuff now lives in src/toolbar.[ch]
8331                 o main_window_toolbar_* functions are renamed to
8332                   toolbar_* reflecting their new source file
8333         * src/mainwindow.[ch]
8334                 o remove toolbar stuff  
8335
8336 2002-08-06 [oliver]     0.8.1claws26
8337         
8338         * src/Makefile.am
8339         * src/prefs_toolbar.[ch]        **New File**
8340         * src/toolbar.[ch]              **New File**
8341                 o prefs_toolbar.[ch] custom toolbar frontend
8342                 o toolbar.[ch]       backend 
8343
8344 2002-08-06 [oliver]     0.8.1claws25
8345
8346         * src/prefs_actions.[ch]
8347                 o new exported function actions_execute
8348
8349 2002-08-06 [paul]       0.8.1claws24
8350
8351         * sync with 0.8.1cvs4
8352                 see ChangeLog 2002-08-06
8353
8354 2002-08-06 [paul]       0.8.1claws23
8355
8356         * sync with 0.8.1cvs13
8357                 see ChangeLog 2002-08-06
8358
8359 2002-08-06 [paul]       0.8.1claws22
8360
8361         * sync with 0.8.1cvs12
8362                 see ChangeLog 2002-08-05 and 2002-08-06
8363
8364 2002-08-06 [match]      0.8.1claws21
8365
8366         * src/addrclip.c
8367                 improvements to cut/copy/paste address
8368
8369 2002-08-05 [match]      0.8.1claws20
8370
8371         * src/addritem.[ch]
8372         * src/addrcache.c
8373         * src/addrbook.c
8374         * src/editaddress.c
8375         * src/addressbook.c
8376                 fixes to improve cut/copy/paste
8377
8378 2002-08-06 [melvin]     0.8.1claws19
8379
8380         * src/account.[ch]
8381                 account_find_all_from_address(): new function that returns the
8382                 list of all accounts that are matched in an address.
8383         * src/alertpanel.[ch]
8384                 alertpanel() now accepts a custom widget
8385                 alertpanel_with_widget(): new function that pops up a panel with
8386                 a custom widget in it 
8387         * src/gtkutils.[ch]
8388                 gtkut_account_menu_new(): new function that allows the selection
8389                 of an account from a list of accounts.
8390         * src/messageview.c
8391                 Extended Return Receipt notification to select the correct 
8392                 account and to make a security test on the Delivery-Notification
8393                 address which should be the same as the Return-Path.
8394
8395 2002-08-06 [thorsten]   0.8.1claws18
8396
8397         * src/mimeview.c
8398                 attach_all: save unnamed as "noname.%d",
8399                 dont free static dirname
8400
8401 2002-08-05 [alfons]     0.8.1claws17
8402
8403         * configure.in
8404                 detect XIM by trying to link rather than compile a XIM program
8405
8406 2002-08-05 [oliver]     0.8.1claws16
8407                 
8408         * src/stock_pixmap.[ch]
8409                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8410                 o new func to retrieve pixmaps
8411
8412 2002-08-05 [paul]       0.8.1claws15
8413
8414         * sync with 0.8.1cvs10
8415                 see ChangeLog 2002-08-05
8416
8417 2002-08-04 [alfons]     0.8.1claws14
8418
8419         * src/textview.c
8420                 see if this plugs memleak
8421
8422 2002-08-04 [melvin]     0.8.1claws13
8423
8424         * src/gtkspell.c
8425                 fixed bug that could crash Sylpheed when highlighting
8426                 all misspelled words.
8427
8428 2002-08-03 [melvin]     0.8.1claws12
8429
8430         * src/prefs_actions.c
8431                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8432         * src/messageview.c
8433                 fixed bug where the Return Receipt was sent to
8434                 Delivery-Notification-To address even if it was not present
8435
8436 2002-08-02 [alfons]     0.8.1claws11
8437
8438         * src/prefs_actions.c
8439                 o more check for NULLs
8440                 o put create_io_dialog() in right conditional block
8441
8442 2002-08-02 [paul]       0.8.1claws10
8443
8444         * po/es.po
8445                 updated by Ricardo Mones Lastra
8446
8447 2002-08-01 [christoph]  0.8.1claws9
8448
8449         * src/folder.c
8450                 don't free the cache of the opened
8451                 folder in the summaryview
8452         * src/summaryview.c
8453                 don't unset flags, if it is not required
8454
8455 2002-08-01 [paul]       0.8.1claws8
8456
8457         * sync with 0.8.1cvs8
8458                 see ChangeLog entry 2002-08-01
8459
8460 2002-08-01 [paul]       0.8.1claws7
8461
8462         * sync with 0.8.1cvs7
8463                 see ChangeLog 2002-07-31 and 2002-08-01
8464
8465 2002-07-31 [christoph]  0.8.1claws6
8466
8467         * src/mainwindow.c
8468                 forgot to update menu sensitivity
8469                 function for new menu entry
8470
8471 2002-07-31 [alfons]     0.8.1claws5
8472
8473         * src/main.c
8474                 check folder item and its path for NULL on
8475                 initial processing
8476
8477 2002-07-31 [christoph]  0.8.1claws4
8478
8479         * src/folder.c
8480                 check if folder_item_get_msginfo in
8481                 folder_item_remove_msg returned NULL
8482         * src/imap.c
8483                 better clear the uid cache in the
8484                 uid validity check function and delete
8485                 cached messages
8486
8487 2002-07-31 [paul]       0.8.1claws3
8488
8489         * man/sylpheed.1
8490                 add the '--attach' option and a few other
8491                 minor changes
8492
8493 2002-07-31 [paul]       0.8.1claws2
8494
8495         * sync with 0.8.1cvs5
8496                 see ChangeLog 2002-07-31
8497
8498 2002-07-31 [christoph]  0.8.1claws1
8499
8500         * src/folderview.[ch]
8501         * src/mainwindow.c
8502                 replace "Rescan all folders..." with
8503                 "Check all folders for new messages..."
8504
8505 2002-07-30 [paul]       0.8.1claws
8506
8507         * version 0.8.1claws released
8508
8509 2002-07-30 [paul]       0.8.0claws29
8510
8511         * tools/OOo2sylpheed.pl ** NEW FILE **
8512           tools/README
8513                 add script to enable sending documents as
8514                 attachments from OpenOffice.org
8515
8516 2002-07-30 [melvin]     0.8.0claws28
8517
8518         * src/prefs_actions.c
8519                 Made the actions' input/output dialog display
8520                 without delay.
8521
8522 2002-07-30 [christoph]  0.8.0claws27
8523
8524         * src/procmsg.c
8525                 check if folder_item_get_msginfo in
8526                 procmsg_save_to_outbox returned NULL
8527
8528 2002-07-30 [paul]       0.8.0claws26
8529
8530         * sync with 0.8.1cvs4
8531                 see ChangeLog 2002-07-29
8532
8533 2002-07-29 [thorsten]   0.8.0claws25
8534
8535         * README.claws
8536                 added selective download, delete on server
8537
8538 2002-07-29 [paul]       0.8.0claws24
8539
8540         * sync with 0.8.1cvs3
8541                 see ChangeLog 2002-07-29
8542
8543 2002-07-27 [christoph]  0.8.0claws23
8544
8545         * src/folder.c
8546                 add extra check if fetching the msginfo
8547                 returned NULL
8548
8549 2002-07-27 [paul]       0.8.0claws22
8550
8551         * sync with 0.8.1cvs2
8552                 see ChangeLog 2002-07-26
8553
8554 2002-07-27 [christoph]  0.8.0claws21
8555
8556         * src/imap.c
8557                 add another check if a valid msginfo
8558                 was returned
8559
8560 2002-07-26 [hoa]        0.8.0claws20
8561
8562         * src/folder.c
8563                 Fixed a condition in folder_item_destroy()
8564
8565         * src/imap.c
8566                 Fixed an error in IMAP protocol
8567
8568 2002-07-26 [alfons]     0.8.0claws19
8569
8570         * src/folder.c
8571                 ofcourse compare with identifier, not the path
8572
8573 2002-07-26 [alfons]     0.8.0claws18
8574
8575         * src/folder.c
8576                 use folder item identifier for saving / restoring
8577                 preferences because folder->path might not be unique
8578
8579 2002-07-26 [melvin]     0.8.0claws17
8580
8581         * src/logwindow.c
8582                 Fixed a crash introduced in 0.8.0claws5 when log is 
8583                 cut under 80 characters.
8584
8585 2002-07-26 [paul]       0.8.0claws16
8586
8587         * sync with 0.8.1cvs1
8588                 see ChangeLog 2002-07-26
8589
8590 2002-07-26 [christoph]  0.8.0claws15
8591
8592         * src/imap.[ch]
8593                 imap folder now remembers the last selected
8594                 folder and imap_fetch_msginfo skips selecting
8595                 the folder if it is already selected
8596
8597 2002-07-26 [christoph]  0.8.0claws14
8598
8599         * src/folder.c
8600         * src/folderview.c
8601         * src/imap.c
8602                 fix imap folder rescanning
8603
8604 2002-07-25 [christoph]  0.8.0claws13
8605
8606         * src/filter.c
8607         * src/folder.[ch]
8608         * src/folderview.c
8609         * src/imap.[ch]
8610         * src/mainwindow.c
8611         * src/mbox_folder.c
8612         * src/mh.c
8613         * src/news.c
8614                 implement imap uid cache and uid validity check
8615
8616 2002-07-25 [alfons]     0.8.0claws12
8617
8618         * src/summaryview.c
8619                 fix a brown paper bag bug, and also add some more
8620                 checks
8621
8622 2002-07-25 [christoph]  0.8.0claws11
8623
8624         * src/folder.c
8625                 don't mix copy, fetch_msginfo and remove
8626                 operations in folder item copy and move
8627                 operations
8628
8629 2002-07-25 [christoph]  0.8.0claws10
8630
8631         * src/folderview.c
8632         * src/mainwindow.c
8633         * src/prefs_folder_item.c
8634         * src/summaryview.[ch]
8635                 remove no longer required parameter update_cache from
8636                 summary_show
8637
8638 2002-07-25 [paul]       0.8.0claws9
8639
8640         * sync with 0.8.1
8641         
8642         * AUTHORS
8643                 a few corrections
8644
8645 2002-07-24 [alfons]     0.8.0claws8
8646
8647         * src/summaryview.c
8648                 sort correctly when using simplified subject line
8649                 (closes feature request "[ 585141 ] applying regexp to subject 
8650                 before sort" submitted by Alexandra Walford)
8651
8652 2002-07-24 [paul]       0.8.0claws7
8653
8654         * sync with 0.8.0cvs3
8655                 see ChangeLog 2002-07-24
8656
8657 2002-07-23 [christoph]  0.8.0claws6
8658
8659         * src/folder.c
8660         * src/folder.h
8661         * src/summaryview.c
8662         * src/summaryview.h
8663         * src/main.c
8664                 o separate processing and summaryview
8665                 o removed summary_write_cache from summaryview
8666                 o removed summaryview->killed_messages, because we don't have
8667                   to keep a list of killed messages anymore. New cache will
8668                   keep the hidden messages in cache anyway
8669         * src/folderview.c
8670         * src/inc.c
8671         * src/selective_download.c
8672                 o removed unnecessary summary_write_cache calls
8673         * src/procmsg.c
8674                 o don't set ignore thread flag in procmsg_get_thread_tree
8675                   if it is already set
8676         * src/mainwindow.c
8677         * src/statusbar.h
8678                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8679                   they are used in different files
8680
8681 2002-07-23 [melvin]     0.8.0claws5
8682
8683         * src/addressbook.c
8684         * src/addrgather.c
8685         * src/editaddress.c
8686         * src/editgroup.c
8687         * src/editldap_basedn.c
8688         * src/importldif.c
8689         * src/prefs_common.c
8690                 Fixed few memory leak (gtk_editable_get_chars returns
8691                 an allocated string)
8692         * src/logwindow.c
8693                 Fixed few memory leak (gtk_editable_get_chars returns
8694                 an allocated string) and modified a little the log cutting
8695                 loop.
8696         * src/compose.c
8697                 Replaced a call to an obsolete function gtk_entry_get_text()
8698                 by gtk_editable_get_chars()
8699         * src/send.c
8700                 Removed a debug printf
8701
8702 2002-07-23 [christoph]  0.8.0claws4
8703
8704         * src/filesel.c
8705                 fix another g_dirname memory leak
8706
8707 2002-07-23 [christoph]  0.8.0claws3
8708
8709         * src/mh.c
8710                 fixed a memory leak in mh_fetch_msginfo
8711                 fixed crash when message header could not be
8712                 parsed
8713
8714 2002-07-23 [paul]       0.8.0claws2
8715
8716         * sync with 0.8.0cvs2
8717                 see ChangeLog 2002-07-23
8718
8719 2002-07-23 [paul]       0.8.0claws1
8720
8721         * sync with 0.8.0cvs1
8722                 see ChangeLog 2002-07-23
8723
8724 2002-07-23 [paul]       0.8.0claws
8725
8726         * release of 0.8.0claws
8727
8728 2002-07-23 [paul]       0.7.8claws99
8729
8730         * po/ru.po
8731                 new Russian translation, submitted by
8732                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8733
8734 2002-07-22 [jens]       0.7.8claws98
8735
8736         * po/de.po
8737                 Updated German translations.
8738
8739 2002-07-22 [paul]       0.7.8claws97
8740
8741         * po/es.po
8742           po/it.po
8743           po/nl.po
8744           po/pt_BR.po
8745                 updated translations by Ricardo Mones Lastra,
8746                 Alessandro Maestri, Wilbert Berendsen and 
8747                 Fabio Jr. Beneditto respectively
8748
8749 2002-07-22 [christoph]  0.7.8claws96
8750
8751         * src/mimeview.c
8752                 fix memory leak caused by wrong g_dirname usage
8753
8754 2002-07-22 [christoph]  0.7.8claws95
8755
8756         * src/summaryview.c
8757                 update new and unread message counts for summaryview
8758                 summaryview does not get it from the folder anymore
8759                 and has to update the values itself
8760
8761 2002-07-22 [melvin]     0.7.8claws94
8762
8763         * po/fr.po
8764                 Updated French translations.
8765
8766 2002-07-22 [christoph]  0.7.8claws93
8767
8768         * src/matcher.c
8769                 set prop->preg pointer to NULL or following check
8770                 will not fail and regexec will be called with
8771                 invalid pointer
8772
8773 2002-07-21 [alfons]     0.7.8claws92
8774         
8775         * src/prefs_common.[ch]
8776                 remove option "Send return receipt on request"
8777
8778 2002-07-21 [thorsten]   0.7.8claws91
8779
8780         * src/mimeview.c
8781                 fixed memleaks, coding style as pointed out by alfons
8782
8783 2002-07-21 [alfons]     0.7.8claws90
8784
8785         * src/messageview.c
8786         * src/noticeview.[ch]
8787                 o fix bug notice view being displayed when going to empty folder 
8788                   (noticed by Christoph)
8789                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8790                   (noticed by Thorsten)
8791
8792 2002-07-21 [thorsten]   0.7.8claws89
8793
8794         * src/mimeview.c
8795                 Included save_all patch from Xaview FACQ
8796                 added support for pathnames
8797
8798 2002-07-21 [alfons]     0.7.8claws88
8799
8800         * po/POTFILES.in
8801         * src/Makefile.am
8802         * src/mainwindow.c
8803         * src/messageview.[ch]
8804         * src/noticeview.c      ** NEW FILE **
8805         * src/noticeview.h      ** NEW FILE **
8806                 make return receipts work again
8807                 (UI idea by Leandro Pereira)
8808
8809 2002-07-21 [paul]       0.7.8claws87
8810
8811         * src/summaryview.c
8812                 fix sensitivity of 'Select thread'
8813
8814 2002-07-21 [paul]       0.7.8claws86
8815
8816         * src/prefs_common.c
8817                 add browser command line for Galeon
8818
8819 2002-07-21 [paul]       0.7.8claws85
8820
8821         * Makefile.am
8822                 fix 'EXTRA_DIST': remove README.README, add TODO
8823                 and TODO.claws
8824
8825 2002-07-21 [alfons]     0.7.8claws84
8826
8827         * src/gtkstext.c
8828                 make enter clear selection
8829                 (closes "[ 579888 ] Editor selection/entry error"
8830                 reported by Steve Lamb)
8831
8832 2002-07-21 [alfons]     0.7.8claws83
8833         
8834         * src/summaryview.c
8835                 sort message list when selecting unthread messages
8836                 (closes "[ 501593 ] switching threaded view doesn't sort"
8837                 reported by Simon Schubert)
8838
8839 2002-07-20 [alfons]     0.7.8claws82
8840         
8841         * src/matcher.c
8842                 const-correctness
8843
8844 2002-07-20 [thorsten]   0.7.8claws81
8845
8846         * src/matcher.c
8847                 Fixed expansion of empty fields in matchactions
8848
8849 2002-07-19 [melvin]     0.7.8claws80
8850
8851         * src/gtkspell.c
8852                 Removed a duplicate menu entry (fast mode) introduced during
8853                 the new cache merge
8854                 Added a menu separator between 'Use alternate' and 'Fast mode'
8855
8856 2002-07-19 [paul]       0.7.8claws79
8857
8858         * tools/Makefile.am
8859           tools/README
8860                 correct typos
8861
8862 2002-07-19 [thorsten]   0.7.8claws78
8863
8864         * tools/calypso_convert.pl      ** NEW FILE **
8865           tools/README
8866           tools/Makefile.am
8867                 script to import mbox files exported
8868                 by calypso
8869                 o generates folder structure
8870                 o includes attachments
8871
8872 2002-07-19 [melvin]     0.7.8claws77
8873
8874         * src/selective_download.[ch]
8875                 Fixed bug where closing the dialog with the window manager's
8876                 close button will not unlock the summary
8877                 Corrected some function declarations that missed a return value
8878                 Made the source code comply better with coding style.
8879         * src/prefs_common.c
8880                 Added new browser command line for Mozilla.
8881
8882 2002-07-18 [paul]       0.7.8claws76
8883
8884         * src/mainwindow.c
8885           src/selective_download.[ch]
8886                 reflect theme changes, fix Gdk Warning when creating 
8887                 pixmap from NULL window, and minor clean up.
8888                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8889
8890         * po/en_GB.po
8891                 updated
8892
8893 2002-07-17 [paul]       0.7.8claws75
8894
8895         * INSTALL[.jp]
8896                 sync with 0.8.0
8897         
8898         * po/en_GB.po
8899                 updated
8900
8901 2002-07-16 [paul]       0.7.8claws74
8902
8903         * tools/filter_conv.pl
8904           tools/README
8905                 replace conversion script with reimplemented version, 
8906                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8907
8908 2002-07-16 [colin]      0.7.8claws73
8909
8910         * src/summaryview.c
8911                 remove forgotten debug messages - sorry ;-)
8912
8913 2002-07-16 [colin]      0.7.8claws72
8914
8915         * src/mimeview.c
8916           src/summaryview.c
8917           src/textview.c
8918           src/textview.h
8919                 add the ability to select part of a text mime-part 
8920                 to reply.
8921
8922 2002-07-15 [christoph]  0.7.8claws71
8923
8924         * src/folder.c
8925                 fix folder message count for folders without
8926                 msg_is_changed (includes news folders)
8927
8928 2002-07-15 [martin]     0.7.8claws70
8929
8930         * src/summaryview.c
8931                 option "display recipient on 'From'..." now works
8932                 without the need of enabling the option
8933                 "display  sender  using  address  book".
8934
8935 2002-07-15 [christoph]  0.7.8claws69
8936
8937         * src/summaryview.c
8938                 removed setting folder status from summaryview.
8939                 folder.c should update all message counts correctly.
8940
8941 2002-07-15 [paul]       0.7.8claws68
8942
8943         * po/pt_BR.po
8944                 updated by Fabio Junior Beneditto
8945
8946 2002-07-15 [darko]      0.7.8claws67
8947
8948         * src/mh.c
8949                 Fixed target folder colorization, don't decrease op
8950                 number twice
8951
8952 2002-07-14 [paul]       0.7.8claws66
8953
8954         * sync with main 0.8.0
8955                 see ChangeLog 2002-07-14
8956
8957 2002-07-13 [melvin]     0.7.8claws65
8958         
8959         * src/addrbook.c
8960         * src/addressbook.c
8961         * src/addrindex.c
8962                 Replaced sprintf by g_snprintf to prevent possible buffer
8963                 overflow.
8964         * src/news.c
8965                 Corrected a log message output format.
8966                 Added a missing "done" debug output.
8967         * src/compose.c
8968                 Added keyboard accelerator for Priority menu items
8969                 Added missing \n in debug output
8970         * src/logwindow.c
8971         * src/gtkspell.c
8972         * src/rfc2015.c
8973                 Added missing \n in debug output
8974
8975 2002-07-13 [paul]       0.7.8claws64
8976
8977         * man/sylpheed.1
8978                 change Sergey's email address to the sf address
8979
8980         * src/textview.c
8981                 increase show_url_timeout (more useful for long
8982                 urls)
8983
8984 2002-07-12 [sergey]     0.7.8claws63
8985
8986         * src/rfc2015.c
8987                 applied (with some modifications) patch to set the
8988                 micalg parameter for signatures
8989                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8990
8991 2002-07-12 [sergey]     0.7.8claws62
8992
8993         * man/Makefile.am
8994         * configure.in
8995                 fixed man page installation
8996
8997 2002-07-12 [paul]       0.7.8claws61
8998
8999         * sync with 0.7.8cvs26
9000                 see ChangeLog 2002-07-11 and 2002-07-12
9001
9002 2002-07-11 [christoph]  0.7.8claws60
9003
9004         * src/compose.c
9005         * src/procmsg.c
9006                 first use the message number to find the message
9007                 to mark with a reply flag but check the
9008                 message-id if we got the correct message, if not
9009                 try to find it by message-id.
9010                 use new string seperator that is not allowed
9011                 in message-ids.
9012
9013 2002-07-11 [paul]       0.7.8claws59
9014
9015         * sync with 0.7.8cvs23
9016                 see ChangeLog 2002-07-10
9017
9018 2002-07-10 [christoph]  0.7.8claws58
9019
9020         * src/folder.[ch]
9021         * src/msgcache.[ch]
9022                 Added message-id table to the cache in memory
9023                 and functions to msgcache.c and folder.c to
9024                 fetch MsgInfos by message id
9025         * src/compose.c
9026         * src/procmsg.c
9027                 store folder and message-id of message replying
9028                 to in queue header and set reply flag after sending
9029                 (Closes bug #469498)
9030
9031 2002-07-10 [paul]       0.7.8claws57
9032
9033         * AUTHORS
9034           man/sylpheed.1.gz
9035                 add Martin to the list of authors
9036
9037 2002-07-09 [martin]     0.7.8claws56
9038         * src/gtksctree.c
9039                 Added gtk_ctree_last_visible(), tree_update_level(),
9040                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9041                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9042                 from gtk+ to gtksctree.c for the new sorting code
9043                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9044                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9045         * src/gtksctree.h
9046                 Added declaration for gtk_sctree_sort_recursive() and
9047                 gtk_sctree_sort_node
9048         * src/addressbook.c
9049         * src/foldersel.c
9050         * src/folderview.c
9051         * src/summaryview.c
9052                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9053                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9054
9055 2002-07-08 [paul]       0.7.8claws55
9056
9057         * more sync with 0.7.8cvs21
9058                 see ChangeLog 2002-07-08
9059
9060 2002-07-08 [paul]       0.7.8claws54
9061
9062         * sync with 0.7.8cvs21
9063                 see ChangeLog 2002-07-08
9064
9065 2002-07-07 [alfons]     0.7.8claws53
9066
9067         * src/Makefile.am
9068         * src/stock_pixmap.[ch]
9069         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9070         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9071         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9072                 add new pixmaps for upcoming notice pane
9073
9074 2002-07-06 [melvin]     0.7.8claws52
9075
9076         * src/gtkspell.[ch]
9077                 Made them a bit closer to Sylpheed's coding style.
9078                 Removed old code.
9079                 Removed possible memory leaks when some errors occurs.
9080
9081 2002-07-06 [melvin]     0.7.8claws51
9082
9083         * po/Makefile.in.in
9084                 Removed --no-location in xgettext command line to help
9085                 translators that use Emacs' po-mode
9086         * src/quote_fmt.c
9087                 Removed unnecessary comments that messed up sylpheed.pot
9088
9089 2002-07-06 [paul]       0.7.8claws50
9090
9091         * sync with 0.7.8cvs19
9092                 see ChangeLog 2002-07-05
9093
9094 2002-07-06 [christoph]  0.7.8claws49
9095
9096         * src/folder.c
9097         * src/mainwindow.c
9098                 fix folder_item_remove_all_msg and folderview
9099                 status for trash folders after emptying trash
9100
9101 2002-07-05 [paul]       0.7.8claws48
9102
9103         * sync with 0.7.8cvs16
9104                 see ChangeLog 2002-07-04 and 2002-07-05
9105
9106 2002-07-04 [paul]       0.7.8claws47
9107
9108         * sync with 0.7.8cvs14
9109                 see  ChangeLog 2002-07-04
9110
9111 2002-07-03 [alfons]     0.7.8claws46
9112
9113         * src/folder.c
9114                 dupe folder item's path because it's being reallocated
9115                 by new folder scanning code
9116
9117 2002-07-03 [christoph]  0.7.8claws45
9118
9119         * src/imap.c
9120                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9121         * src/msgcache.c
9122                 add missing return in msgcache_write
9123
9124 2002-07-02 [thorsten]   0.7.8claws44
9125
9126         * src/jpilot.c
9127         * src/msgcache.c
9128         * src/rfc2015.c
9129                 use binary mode for file access
9130
9131 2002-07-02 [christoph]  0.7.8claws43
9132
9133         * major code cleanup (part 1)
9134         
9135                 - unused variables removed
9136                 - unused functions removed
9137                 - uninitialized variables checked
9138                 - missing return statements added
9139                 - missing function return types added
9140                 - added parentheses around assignment and
9141                   && in || when suggested by gcc
9142               
9143         * src/mh.c
9144         * src/folder.c
9145                 replaced direct calls to folder->scan_tree
9146                 with folder_scan_tree and restore folder
9147                 prefs in this function. The folder should
9148                 not have to deal with them.
9149                 ( Should now work for all folder types )
9150
9151 2002-07-02 [paul]       0.7.8claws42
9152
9153         * sync with 0.7.8cvs13
9154                 see ChangeLog 2002-07-01 and 2002-07-02
9155
9156 2002-07-01 [christoph]  0.7.8claws41
9157
9158         * src/summaryview.c
9159                 fix "goto next/prev unread message" with
9160                 ignored threads
9161
9162 2002-07-01 [paul]       0.7.8claws40
9163
9164         * po/es.po
9165                 updated by Ricardo Mones Lastra
9166
9167 2002-06-30 [match]      0.7.8claws39
9168
9169         * src/jpilot.c
9170                 applied variation of leonerd's patch (566661) to
9171                 allow multiple email addresses per JPilot entry.
9172                 addresses may be separated by space, comma, pipe,
9173                 semi-colon, new-line.
9174
9175 2002-06-30 [alfons]     0.7.8claws38
9176
9177         * src/procmsg.c
9178                 simple fix for putting older nodes before
9179                 newer nodes when threading by subject
9180
9181 2002-06-30 [christoph]  0.7.8claws37
9182
9183         * src/folder.c
9184         * src/folderview.c
9185         * src/mh.c
9186         * src/news.c
9187         * src/procmsg.c
9188                 fix broken folder tree rescaning
9189                 and don't use procmsg_get_mark_sum
9190                 anymore
9191
9192 2002-06-30 [christoph]  0.7.8claws36
9193
9194         * merge new cache branch
9195         * src/imap.c
9196                 fix new cache imap copy bug
9197         * src/folder.c
9198                 improved folder_item_scan
9199                 it should now always set the correct
9200                 new, unread and total message counts
9201
9202 2002-06-29 [paul]       0.7.8claws35
9203
9204         * configure.in
9205                 correct syntax error
9206
9207 2002-06-29 [paul]       0.7.8claws34
9208
9209         * configure.in
9210           Makefile.am
9211           man/Makefile.am       ** NEW FILE **
9212           man/sylpheed.1.gz     ** NEW FILE **
9213                 add Sylpheed man page
9214
9215 2002-06-29 [paul]       0.7.8claws33
9216
9217         * po/pt_BR.po
9218                 updated by Fabio Junior Beneditto
9219
9220 2002-06-28 [jens]       0.7.8claws32
9221
9222         * po/de.po
9223                 translation updated
9224
9225         * src/selective_download.c
9226                 removed gettext for space " "
9227
9228         * src/imap.c
9229                 removed wrong space
9230
9231 2002-06-28 [paul]       0.7.8claws31
9232
9233         * sync with 0.7.8cvs11
9234                 see ChangeLog 2002-06-28
9235
9236 2002-06-28 [paul]       0.7.8claws30
9237
9238         * sync with 0.7.8cvs10
9239                 see ChangeLog 2002-06-27 and 2002-06-28
9240
9241 2002-06-26 [paul]       0.7.8claws29
9242
9243         * src/addrgather.c
9244           src/selective_download.c
9245                 don't gettextise empty strings.
9246                 reserved by gettext. gettext("") returns 
9247                 the header entry with meta information, 
9248                 not the empty string
9249
9250         * po/en_GB.po
9251                 updated
9252
9253 2002-06-26 [paul]       0.7.8claws28
9254
9255         * sync with 0.7.8cvs7
9256                 see ChangeLog 2002-06-25
9257
9258         * src/prefs_common.c
9259                 ...and in the process, tweak the gui a little
9260
9261 2002-06-25 [alfons]     0.7.8claws27
9262         
9263         * configure.in
9264         * src/Makefile.am
9265                 fine tune ldap library detection
9266
9267 2002-06-25 [alfons]     0.7.8claws26
9268
9269         * src/compose.c
9270                 don't allow return receipts when composing a news article
9271
9272 2002-06-25 [paul]       0.7.8claws25
9273
9274         * Makefile.am
9275                 add '$(AMTAR)' to 'release' section to allow for
9276                 new and older autotools
9277
9278 2002-06-25 [paul]       0.7.8claws24
9279
9280         * src/summaryview.c
9281                 fix "No more unread messages" persistant pop-up
9282                 window bug
9283
9284 2002-06-25 [paul]       0.7.8claws23
9285
9286         * po/it.po
9287                 updated by Alessandro Maestri
9288
9289 2002-06-25 [paul]       0.7.8claws22
9290
9291         * sync with 0.7.8cvs6
9292                 see ChangeLog 2002-06-25
9293
9294 2002-06-24 [paul]       0.7.8claws21
9295
9296         * tools/update-po
9297                 add GPL copyright information
9298
9299 2002-06-24 [paul]       0.7.8claws20
9300
9301         * tools/Makefile.am
9302           tools/README
9303           tools/update-po       ** NEW FILE **
9304                 add script that eases the creation of *.po files
9305                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9306
9307 2002-06-23 [alfons]     0.7.8claws19
9308
9309         * src/messageview.c
9310                 make notification_convert_header obey const correctness
9311                 (next step will be fixing the broken return receipt)
9312
9313 2002-06-23 [paul]       0.7.8claws18
9314
9315         * src/messageview.c
9316                 fix bug introduced in last commit:
9317                 removed too much code in last commit - put back what's
9318                 needed
9319
9320 2002-06-23 [paul]       0.7.8claws17
9321
9322         * src/messageview.[ch]
9323                 remove code committed in error from locally patched
9324                 source
9325
9326 2002-06-23 [colin]      0.7.8claws16
9327
9328         * src/compose.[ch]
9329                 add compose_entry_select(), used to select the default_to
9330                 email address - hopefully avoiding people sending mails to
9331                 wrong recipients.
9332
9333 2002-06-22 [alfons]     0.7.8claws15
9334
9335         * AUTHORS
9336                 add Bram Metsch & Stanislav Karchebny
9337         * src/smtp.[ch]
9338         * src/prefs_account.[ch]
9339         * src/send.c
9340                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9341                   options.  (see <http://sourceforge.net/tracker/index.php
9342                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9343
9344                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9345                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9346
9347 2002-06-22 [paul]       0.7.8claws14
9348
9349         * sync with 0.7.8cvs5
9350                 see ChangeLog 2002-06-19 and 2002-06-20
9351
9352 2002-06-22 [alfons]     0.7.8claws13
9353
9354         * src/selective_download.c
9355                 fix a stupid mistake I made
9356
9357 2002-06-22 [alfons]     0.7.8claws12
9358
9359         * src/selective_download.[ch]
9360                 fix another unnoticed leak; cleanup code
9361
9362 2002-06-21 [alfons]
9363
9364         * tools/Makefile.am
9365                 gpg-sign <-- gpg-sign-syl
9366
9367 2002-06-21 [alfons]     0.7.8claws11
9368
9369         * src/selective_download.c
9370         * src/selective_download.h
9371                 fix assorted mix of allocation errors (should solve
9372                 problem reported by Philippe Gramoullé, see:
9373                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9374
9375 2002-06-20 [melvin]     0.7.8claws10
9376
9377         * tools/gpg-sign *REMOVED*
9378           tools/gpg-sign-syl *ADDED*
9379                 Replaced the gpg clearsigning script with the version using
9380                 xterm instead of ssh-askpass and changed its name.
9381
9382         * README.claws
9383                 Updated actions example to reflect the renaming of the
9384                 gpg clearsigning script.
9385
9386 2002-06-19 [paul]       0.7.8claws9
9387
9388         * sync with 0.7.8claws9
9389                 see ChangeLog 2002-06-18 and 2002-06-19
9390
9391 2002-06-19 [paul]       0.7.8claws8
9392
9393         * sync with 0.7.8cvs1
9394                 see ChangeLog 2002-06-18
9395
9396 2002-06-18 [alfons]     0.7.8claws7
9397
9398         * src/mainwindow.h
9399                 add omitted prototype
9400
9401 2002-06-17 [paul]       0.7.8claws6
9402
9403         * src/mainwindow.c
9404                 fix hiding of exec_btn
9405
9406 2002-06-17 [paul]       0.7.8claws5
9407
9408         * src/pop.c
9409                 remove unneeded code: should_delete() 
9410                 and Pop3State::uidl_todelete_list
9411
9412 2002-06-17 [paul]       0.7.8claws4
9413
9414         * sync with 0.7.8
9415                 see ChangeLog 2002-06-11 and 2002-06-13
9416
9417 2002-06-16 [alfons]     0.7.8claws3
9418         
9419         * src/folder.c
9420                 make sure lock sort mode (claws specific) is
9421                 also persists after a tree rescan
9422
9423 2002-06-16 [alfons]     0.7.8claws2
9424
9425         * src/prefs_folder_item.c
9426         * src/folder.[ch]
9427                 fix persistence of folder sort mode (broken
9428                 by adapting Hiro's new folder persistence code)
9429
9430 2002-06-16 [alfons]     0.7.8claws1
9431
9432         * AUTHORS
9433         * src/logwindow.c
9434         * src/prefscommon.[ch]
9435                 control size of log text in log window; 
9436                 closes patch #569155 submitted by Mitko Haralanov.
9437
9438 2002-06-15 [paul]       0.7.8claws
9439
9440         * release of 0.7.8claws
9441
9442 2002-06-15 [paul]       0.7.7claws
9443
9444         * po/pt_BR.po
9445                 updated by Fabio Junior Beneditto
9446
9447 2002-06-14 [paul]       0.7.6claws49
9448
9449         * po/es.po
9450                 updated by Ricardo Mones Lastra
9451
9452 2002-06-14 [paul]       0.7.6claws48
9453
9454         * po/nl.po
9455                 updated translation by Wilbert Berendsen
9456
9457 2002-06-14 [melvin]     0.7.6claws47
9458
9459         * po/fr.po
9460                 Updated French translation
9461
9462 2002-06-13 [paul]       0.7.6claws46
9463
9464         * src/filesel.c
9465                 allow filename to be typed in, rather than just
9466                 selected by the mouse. Patch by Gustavo Noronha Silva.
9467
9468 2002-06-13 [alfons]     0.7.6claws45
9469
9470         * src/mainwindow.[ch]
9471                 more cleanups (removing unnecessary menu items Expand 
9472                 summary / message view)
9473
9474 2002-06-13 [melvin]     0.7.6claws44
9475
9476         * po/POTFILES.in
9477                 Added src/string_match.c
9478         * src/string_match.c
9479                 Fixed possible buffer overflow.
9480                 Corrected typo.
9481                 Added missing config.h header.
9482         * src/prefs_common.c
9483           src/prefs_matcher.c
9484           src/prefs_scoring.c
9485                 Made some strings translatable (missing _(..)).
9486
9487 2002-06-13 [melvin]     0.7.6claws43
9488
9489         * README.claws
9490                 Corrected action example (verifying clearsigned mail).
9491         * src/prefs_account.c
9492                 Corrected typo.
9493         * src/prefs_common.c
9494                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9495
9496 2002-06-12 [alfons]     0.7.6claws42
9497
9498         * src/summaryview.c
9499                 add init of score column lost in 0.7.6claws42
9500
9501 2002-06-12 [paul]       0.7.6claws41
9502
9503         * src/prefs_account.c
9504                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9505                 behavior of the radio buttons, (from 0.7.7cvs2)
9506
9507 2002-06-11 [alfons]     0.7.6claws40
9508
9509         * src/messageview.[ch]
9510         * src/summaryview.[ch]
9511         * src/summary_search.c
9512         * src/mainwindow.c
9513                 perform a sync to bring in Hiro's separate view implementation 
9514
9515                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9516
9517 2002-06-11 [paul]       0.7.6claws39
9518         
9519         * src/prefs_account.c
9520                 correct a typo on the Receive tab
9521
9522 2002-06-10 [match]      0.7.6claws38
9523
9524         * src/addressbook.c
9525                 Included address completion patch from Gustavo Noronha.
9526
9527 2002-06-10 [paul]       0.7.6claws37
9528
9529         * src/inc.[ch]
9530           src/pop.c
9531           src/prefs_account.[ch]
9532           src/selective_download.[ch]
9533                 apply PATCH #561712
9534                  NEW:
9535                 - check if POP Account
9536                 - Receive Button renamed to Preview
9537                 - Preview Button Popup: preview new/all messages
9538                 - Download Button
9539                 - Account Preferences-->Receive tab checkbutton if you
9540                   want to remove Mail after Download
9541                 -: default YES
9542                 - Account Preferences-->Receive tab checkbutton use
9543                   filtering rules on preview
9544                   (think of delete_on_server)
9545                 -: default YES
9546                 - Account selectable from SD dialog
9547                 - checkbutton to show already downloaded messages if
9548                   all messages are previewed
9549                 - new clist column showing Date
9550                 - ESC KEY close
9551                 FIXES:
9552                 - play ball with UIDL
9553                 - fault tolerant (?) 
9554                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9555
9556 2002-06-10 [melvin]     0.7.6claws36
9557
9558         * README.claws
9559                 Added a hint to ac/README in cvs instructions.
9560
9561         * src/prefs_actions.c
9562                 Made it possible to use a more elaborate command line
9563                 for asynchronous actions, too.
9564
9565 2002-06-10 [melvin]     0.7.6claws35
9566         
9567         * src/prefs_actions.c
9568                 Make it possible to use a more elaborate command line
9569                 (e.g. |foo|bar|cat>there;echo Done|)
9570                 Corrected error message when calling %f, %F and %p commands
9571                 from the compose window.
9572
9573 2002-06-09 [colin]      0.7.6claws34
9574
9575         * src/summaryview.c
9576                 Automatically find unread messages in current folder
9577                 before annoying the user.
9578
9579 2002-06-08 [alfons]     0.7.6claws33
9580
9581         * po/it.po
9582                 remove bad formatting string in it.po translation
9583                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9584
9585 2002-06-08 [paul]       0.7.6claws32
9586
9587         * sync with 0.7.6cvs25
9588                 see ChangeLog 2002-06-07
9589
9590 2002-06-05 [paul]       0.7.6claws31
9591
9592         * src/mainwindow.c
9593                 add 'Sort by locked' and 'Sort by score'
9594
9595 2002-06-05 [paul]       0.7.6claws30
9596
9597         * sync with 0.7.6cvs24
9598                 see ChangeLog 2002-06-04
9599
9600 2002-06-04 [paul]       0.7.6claws29
9601
9602         * po/pt_BR.po
9603                 updated by Fabio Junior Beneditto
9604
9605 2002-06-03 [thorsten]   0.7.6claws28
9606
9607         * src/matcher.c
9608                 fclose() matcherrc after reading
9609
9610 2002-06-03 [paul]       0.7.6claws27
9611
9612         * sync with 0.7.6cvs21
9613                 see ChangeLog 2002-05-31
9614
9615 2002-05-31 [paul]       0.7.6claws26
9616
9617         * sync with 0.7.6cvs20
9618                 see ChangeLog 2002-05-29 and 2002-05-30
9619
9620 2002-05-31 [paul]       0.7.6claws25
9621
9622         * src/imap.c
9623                 hopefully fix last buggy sync
9624
9625         * README.claws
9626                 correct typo in 'Actions' examples
9627
9628 2002-05-29 [paul]       0.7.6claws24
9629
9630         * sync with 0.7.6cvs18
9631                 see ChangeLog 2002-05-28 and 2002-05-29
9632
9633         * src/news.c
9634           src/nntp.[ch]
9635                 sync with above 
9636
9637 2002-05-28 [paul]       0.7.6claws23
9638
9639         * sync with 0.7.6cvs16
9640                 see ChangeLog 2002-05-28
9641
9642 2002-05-27 [thorsten]   0.7.6claws22 
9643
9644         * faq/it/sylpheed-faq-1.html
9645           faq/it/sylpheed-faq-2.html
9646           faq/it/sylpheed-faq-3.html
9647           faq/it/sylpheed-faq.html
9648                 corrected DOS lineendings
9649         * faq/de/sylpheed-faq-1.html
9650           faq/de/sylpheed-faq-2.html
9651           faq/en/sylpheed-faq-1.html
9652           faq/en/sylpheed-faq-2.html
9653           faq/en/sylpheed-faq-3.html
9654           faq/es/sylpheed-faq-1.html
9655           faq/es/sylpheed-faq-2.html
9656           faq/es/sylpheed-faq-3.html
9657           faq/fr/sylpheed-faq-1.html
9658           faq/it/sylpheed-faq-1.html
9659           faq/it/sylpheed-faq-2.html
9660           faq/it/sylpheed-faq-3.html
9661           faq/it/sylpheed-faq.html
9662                 changed ">" to &quot;
9663
9664 2002-05-27 [paul]       0.7.6claws21
9665         
9666         * sync with 0.7.6cvs15
9667                 see ChangeLog 2002-05-27
9668
9669 2002-05-27 [paul]       0.7.6claws20
9670
9671         * src/prefs_account.c
9672                 correct a typo
9673
9674 2002-05-26 [paul]       0.7.6claws19
9675
9676         * tools/README
9677                 correct a typo
9678
9679 2002-05-25 [paul]       0.7.6claws18
9680
9681         * tools/README
9682                 add description of kmail2sylpheed.pl
9683
9684 2002-05-25 [paul]       0.7.6claws17
9685
9686         * tools/kmail2sylpheed.pl       ** NEW FILE **
9687                 perl script that converts an exported Kmail address
9688                 book, converts it to sylpheed addressbook file,
9689                 writes the file to .sylpheed, and updates
9690                 addrbook--index.xml 
9691
9692 2002-05-25 [paul]       0.7.6claws16
9693
9694         * sync with 0.7.6cvs14
9695                 see ChangeLog 2002-05-23
9696
9697 2002-05-24 [paul]       0.7.6claws15
9698
9699         * README.claws
9700                 make a correction and add some more info
9701
9702 2002-05-24 [paul]       0.7.6claws14
9703
9704         * src/compose.c
9705                 fix memory leak in 
9706                 compose_redirect_write_headers_from_headerlist()
9707                 add Subject and Resent-Message-ID to
9708                 compose_redirect_write_headers()
9709                 Received, Subject, and X-UIDL are filtered out in 
9710                 compose_redirect_write_to_file()
9711
9712 2002-05-23 [paul]       0.7.6claws13
9713
9714         * src/compose.[ch]
9715           src/filtering.c
9716           src/mainwindow.c
9717           src/matcher.[ch]
9718           src/matcher_parser_lex.l
9719           src/matcher_parser_parse.y
9720           src/prefs_common.[ch]
9721           src/prefs_filtering.c
9722           src/summaryview.c
9723                 rename 'Bounce' to 'Redirect'
9724
9725 2002-05-23 [paul]       0.7.6claws12
9726
9727         * more sync with 0.7.6cvs13
9728           src/compose.c
9729                 see ChangeLog 2002-05-22
9730
9731 2002-05-22 [paul]       0.7.6claws11
9732
9733         * sync with 0.7.6cvs13
9734           src/codeconv.c
9735                 see ChangeLog 2002-05-20
9736           src/prefs_common.c
9737                 see ChangeLog 2002-05-22
9738
9739 2002-05-21 [melvin]     0.7.6claws10
9740
9741         * src/folderview.c
9742                 Added missing filtering and scoring headers
9743                 Fixed bad function call that showed garbage 
9744                 in Folder->Processing
9745
9746 2002-05-21 [paul]       0.7.6claws9
9747
9748         * tools/Makefile.am
9749                 make all tools executable, (patch by Alfons).
9750
9751 2002-05-20 [alfons]     0.7.6claws8
9752
9753         * src/procheader.c
9754                 don't forget to call mktime() so we have a valid week 
9755                 and year day
9756                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9757
9758 2002-05-20 [paul]       0.7.6claws7
9759
9760         * src/html.c
9761                 fix broken parsing of urls
9762         * src/textview.c
9763                 fix displaying of urls
9764
9765                 both fixes from the patch [547855] by Eugene 
9766                 Brevdo (zonem)
9767
9768 2002-05-19 [alfons]     0.7.6claws6
9769
9770         * configure.in
9771                 make sylpheed configure correctly with the latest
9772                 and greatest of automake / autoconf / gettext
9773
9774 2002-05-19 [alfons]     0.7.6claws5
9775
9776         * src/procheader.c
9777         * src/procheader.h
9778                 add function for returning ime zone offset
9779         * src/quote_fmt.c
9780         * src/quote_fmt_parse.y
9781                 better quotation formatting - does not convert
9782                 to local time, but uses the original date string.
9783                 
9784                 Note: %z inserts the timezone offset (should 
9785                 work also on platforms where strftime does not
9786                 support %z).
9787
9788 2002-05-18 [christoph]  0.7.6claws4
9789
9790         * src/summaryview.c
9791                 fix indentation of some code
9792         * tools/Makefile.am
9793                 fix spaces after \
9794         * src/Makefile.am
9795                 add missing \
9796                 correct path for ignorethread.xpm
9797                 incorrect filename for sylpheed_logo.xpm
9798                 add missing include matcher_parser_parse.h
9799
9800 2002-05-18 [paul]       0.7.6claws3
9801
9802         * sync with 0.7.6cvs8
9803                 see ChangeLog 2002-05-16 and 2002-05-17
9804
9805 2002-05-18 [melvin]     0.7.6claws2
9806
9807         * README.claws
9808                 Corrected an action's definition and fixed some misspellings.
9809
9810 2002-05-18 [paul]       0.7.6claws1
9811
9812         * tools/Makefile.am
9813           tools/gpg-sign        ** new file **
9814           tools/uudec           ** new file **
9815                 add Melvin's Actions scripts
9816
9817         * README.claws
9818                 add Melvin's descriptions for Actions
9819
9820 2002-05-18 [paul]       0.7.6claws
9821
9822         * Version 0.7.6claws released
9823
9824 2002-05-17 [paul]       0.7.5claws32
9825
9826         * po/es.po
9827                 updated by Ricardo Mones Lastra
9828
9829 2002-05-17 [paul]       0.7.5claws31
9830
9831         * src/compose.c
9832                 fix Account prefs default folder for sent/draft/deleted
9833                 messages bug
9834
9835         * po/it.po
9836           po/nl.po
9837                 updated translation by Alessandro Maestri and
9838                 Wilbert Berendsen
9839
9840 2002-05-17 [melvin]     0.7.5claws30
9841
9842         * src/prefs_actions.c
9843                 Fixed bug where using %F not at the end of the command 
9844                 resulted in an additional empty argument being created.
9845                 Thanks to Darko Koruga for reporting the bug.
9846
9847 2002-05-17 [melvin]     0.7.5claws29
9848
9849         * po/fr.po
9850                 Updated French translations.
9851
9852 2002-05-15 [paul]       0.7.5claws28
9853         
9854         * po/es.po
9855                 updated by Ricardo Mones Lastra
9856
9857 2002-05-15 [paul]       0.7.5claws27
9858
9859         * sync with 0.7.6cvs4
9860                 see ChangeLog 2002-05-14 and 2002-05-15
9861
9862 2002-05-14 [paul]       0.7.5claws26
9863
9864         * sync with 0.7.6cvs1
9865                 see ChangeLog 2002-05-13
9866
9867 2002-05-13 [thorsten]   0.7.5claws25
9868
9869         * src/messageview.c
9870                 fix select_all and copy in multipart messages
9871         * src/mainwindow.c
9872                 fix select_all and copy in multipart messages
9873
9874 2002-05-12 [paul]       0.7.5claws24
9875
9876         * src/summaryview.c
9877                 reverse last commit, bug already fixed in 0.7.5claws3
9878
9879 2002-05-12 [netztorte]  0.7.5claws23
9880
9881         * src/summaryview.c
9882                 dont parse empty addressbook (checked in before claws20)
9883
9884 2002-05-12 [melvin]     0.7.5claws22
9885
9886         * src/procmsg.[ch]
9887                 Removed unneeded priority code introduced by the previous 
9888                 commit.
9889
9890 2002-05-12 [melvin]     0.7.5claws21
9891
9892         * src/compose.[ch]
9893                 Added possibility to set message's priority.
9894         * src/procmsg.[ch]
9895                 Added possibility to set message's priority.
9896                 Added missing headers
9897
9898 2002-05-12 [melvin]     0.7.5claws20
9899
9900         * src/prefs_actions.c
9901                 Removed implicitely added quotes around the name
9902                 of the temporary files of mime parts.
9903
9904 2002-05-12 [paul]       0.7.5claws19
9905
9906         * sync with 0.7.5cvs20
9907                 see ChangeLog 2002-05-11
9908
9909 2002-05-12 [alfons]     0.7.5claws18
9910
9911         * src/quote_fmt_lex.l
9912         * src/quote_fmt_parse.y
9913                 allow quote / reply date & time format to be set using
9914                 %D{format}. format is a format string you'd pass to
9915                 strftime() (see man strftime, or the Display tab |
9916                 Date format setting).
9917
9918                 Currently %D converts the date to local time. 
9919
9920 2002-05-11 [paul]       0.7.5claws17
9921
9922         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9923                 see ChangeLog 2002-05-10 and 2002-05-11
9924
9925 2002-05-10 [paul]       0.7.5claws16
9926
9927         * sync with 0.7.5cvs16
9928                 see ChangeLog entries 2002-05-09 and 
9929                 2002-05-10
9930
9931 2002-05-10 [colin]      0.7.5claws15
9932
9933         * src/textview.c
9934                 Corrected a bug that prevented sylpheed to open
9935                 double-clicked URIs.
9936
9937 2002-05-09 [paul]       0.7.5claws14
9938
9939         * sync with 0.7.5cvs14
9940                 see ChangeLog 2002-05-08 and 2002-05-09
9941
9942 2002-05-08 [paul]       0.7.5claws13
9943
9944         * sync with 0.7.5cvs11
9945                 see ChangeLog entry 2002-05-08
9946
9947 2002-05-08 [paul]       0.7.5claws12
9948
9949         * src/mainwindow.c
9950           src/textview.[ch]
9951                 fix segfault on View->Open in new window
9952                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9953
9954 2002-05-07 [paul]       0.7.5claws11
9955
9956         * sync with 0.7.5cvs9
9957                 see ChangeLog entry 2002-05-07
9958
9959 2002-05-06 [paul]       0.7.5claws10
9960
9961         * src/messageview.c
9962           src/textview.c
9963                 display url in statusbar on single-click
9964                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9965
9966 2002-05-06 [match]      0.7.5claws9
9967
9968         * src/addritem.[ch]
9969                 new functions.
9970         * src/addrcache.c
9971                 tidy up.
9972         * src/xmlprops.[ch]
9973                 XML implementation of properties file.
9974         * src/exporthtml.[ch]
9975         * src/expthtmldlg.[ch]
9976         * src/addressbook.c
9977                 export to HTML.
9978
9979 2002-05-02 [sergey]     0.7.5claws8
9980
9981         * src/mainwindow.c (mainwin_entries),
9982           src/prefs_common.c (prefs_send_create()),
9983           src/codeconv.c (locale_table):
9984                 use charset name "Windows-1251" instead of "CP1251".
9985
9986 2002-05-02 [colin]      0.7.5claws7
9987         
9988         * src/compose.c
9989           src/prefs_common.c
9990           src/prefs_folder_item.c
9991                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9992
9993 2002-05-02 [hiro]       0.7.5claws6
9994
9995         * src/imap.c
9996                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9997
9998 2002-05-02 [paul]       0.7.5claws5
9999
10000         * src/compose.c
10001                 more sync with 0.7.5cvs7, see ChangeLog entry
10002                 2002-05-02
10003
10004 2002-05-02 [hiro]       0.7.5claws4
10005
10006         * src/compose.c
10007                 compose_queue_sub():
10008                 check if queue folder exists (closes #550397).
10009                 removed directory creation since it should be handled
10010                 transparently.
10011         * src/imap.c
10012                 imap_add_msg(): return UID for appended message
10013                 (closes #548842).
10014
10015 2002-04-30 [paul]       0.7.5claws3
10016
10017         * src/summaryview.c
10018                 fix account_find_from_address() bug
10019
10020 2002-04-28 [colin]      0.7.5claws2
10021
10022         * src/compose.c
10023           src/textview.c
10024           src/prefs_common.[ch]
10025           src/utils.[ch]
10026                 Added user-definable quotation characters recognition.
10027
10028 2002-04-28 [paul]       0.7.5claws1
10029
10030         * sync with 0.7.5cvs4
10031                 see ChangeLog entry  2002-04-25
10032
10033 2002-04-28 [paul]       0.7.5claws
10034
10035         * po/es.po
10036           po/nl.po
10037           po/pt_BR.po
10038                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10039                 Fabio Junior Beneditto
10040
10041 2002-04-27 [jens]       0.7.4claws103
10042
10043         * po/de.po
10044                 updated German translation.
10045
10046 2002-04-27 [hiro]       0.7.4claws102
10047
10048         * src/summaryview.c
10049                 summary_write_cache(): fixed the mark loss of hidden messages.
10050
10051 2002-04-26 [melvin]     0.7.4claws101
10052
10053         * src/procmsg.c
10054                 fixed a second typo (same one)
10055         * po/fr.po
10056           po/it.po
10057           po/pt_BR.po
10058                 fixed the type again...
10059
10060 2002-04-26 [melvin]     0.7.4claws100
10061
10062         * src/procmsg.c
10063                 fixed a typo in an alert message ("temorary").
10064         * po/it.po
10065         * po/pt_BR.po
10066                 corrected the typo  described above.
10067         * po/fr.po
10068                 updated French translation.
10069
10070 2002-04-26 [darko]      0.7.4claws99
10071
10072         * src/summaryview.c
10073                 fix target folder colorization
10074
10075 2002-04-25 [paul]       0.7.4claws98
10076
10077         * po/it.po
10078                 updated by Alessandro Maestri
10079
10080 2002-04-24 [colin]      0.7.4claws97
10081         
10082         * src/compose.c
10083                 Fixed double "subject is empty" question.
10084
10085 2002-04-23 [colin]      0.7.4claws96
10086         
10087         * src/mimeview.c
10088                 Corrected issue when "automatically display images" was
10089                 not set : first image remained after selecting second.
10090
10091 2002-04-23 [melvin]     0.7.4claws95
10092
10093         * src/prefs_actions.c
10094                 Don't display in/out dialog if there is nothing to show.
10095
10096 2002-04-23 [paul]       0.7.4claws94
10097
10098         * sync with 0.7.5cvs3
10099                 bug fixes: see ChangeLog entry 2002-04-23
10100
10101 2002-04-22 [darko]      0.7.4claws93
10102
10103         * src/compose.c
10104                 fix previous check-in which changed code after
10105                 merge from main
10106
10107 2002-04-22 [paul]       0.7.4claws92
10108
10109         * faq/de/*
10110                 add German FAQ
10111         * faq/en/*
10112           faq/es/*
10113           faq/fr/*
10114                 update English, Spanish and French FAQs
10115         * manual/de/*
10116           manual/es/*
10117                 add German and Spanish manuals
10118         * manual/en/*
10119           manual/fr/*
10120                 update English and French manuals
10121
10122         * src/Makefile.am
10123                 add to and re-arrange the pixmap entries
10124
10125 2002-04-22 [darko]      0.7.4claws91
10126
10127         * src/compose.c
10128                 fix sender initials recognition to only allow
10129                 '>' after the initials
10130
10131 2002-04-21 [paul]       0.7.4claws90
10132
10133         * sync with 0.7.5 release
10134                 see ChangeLog entry 2002-04-21
10135
10136 2002-04-21 [alfons]
10137
10138         * src/Makefile.am
10139                 add colin's new pixmaps to EXTRA_DIST
10140
10141 2002-04-21 [colin]      0.7.4claws89
10142         * src/compose.c
10143         * src/inc.c
10144         * src/mainwindow.[ch]
10145         * src/prefs_common.[ch]
10146         * src/stock_pixmap.[ch]
10147                 Added "Work offline" ability.
10148
10149 2002-04-21 [colin]      0.7.4claws88
10150         
10151         * src/mimeview.c
10152         * src/prefs_common.c
10153         * src/prefs_common.h
10154         * src/textview.c : Added an option to common preferences -> display
10155           to allow user not to automatically display images.
10156
10157 2002-04-21 [paul]       0.7.4claws87
10158
10159         * sync with 0.7.4cvs52
10160                 see ChangeLog entry 2002-04-21 (src/imap.c)
10161
10162 2002-04-21 [paul]       0.7.4claws86
10163
10164         * sync with 0.7.4cvs51
10165                 see ChangeLog entry 2002-04-21
10166
10167 2002-04-21 [paul]       0.7.4claws85
10168
10169         * sync with 0.7.4cvs49
10170                 see ChangeLog entries 2002-04-20 and 2002-04-21
10171
10172         * src/Makefile.am
10173                 clean up: remove old 'stock_' element from xpm 
10174                 filenames.
10175
10176 2002-04-21 [alfons]     0.7.4claws84
10177
10178         apply sync patch from Paul
10179
10180         * src/folderview.c
10181                 use old claws prefs_folder_item_create() for now
10182
10183 2002-04-19 [match]      0.7.4claws83
10184
10185         * src/addressbook.[ch]
10186         * src/addrharvest.[ch]
10187         * src/addrgather.[ch]
10188                 recurse folders.
10189         * src/mainwindow.c
10190         * src/summaryview.[ch]
10191                 change menu option.
10192
10193 2002-04-19 [paul]       0.7.4claws82
10194
10195         * po/pt_BR.po
10196                 updated by Fabio Junior Beneditto
10197
10198 2002-04-14 [alfons]     0.7.4claws81
10199
10200         * src/passphrase.c
10201                 add #include <sys/types.h> for mode_t and off_t 
10202
10203 2002-04-13 [paul]       0.7.4claws80
10204         
10205         * src/main.c
10206           src/passphrase.[ch]
10207           src/pgptext.c
10208           src/prefs_common.[ch]
10209           src/rfc2015.c
10210                 enable storing of GnuPG passphrase for the whole 
10211                 session or a user-defined number of minutes. patch 
10212                 submitted by Ravemax <ravemax@dextrose.com>
10213
10214 2002-04-13 [alfons]     0.7.4claws79
10215
10216         * src/textview.c
10217                 make email parser also stop scanning when encountering separators
10218                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10219
10220 2002-04-13 [paul]       0.7.4claws78
10221
10222         * sync with 0.7.4cvs39
10223                 see ChangeLog entry 2002-04-12
10224
10225 2002-04-11 [paul]       0.7.4claws77
10226
10227         * sync with 0.7.4cvs37
10228                 see ChangeLog entry 2002-04-11
10229
10230 2002-04-11 [paul]       0.7.4claws76
10231
10232         * COPYING 
10233                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10234                 the clause for OpenSSL). sync with sylpheed main
10235
10236 2002-04-09 [melvin]     0.7.4claws75
10237
10238         * src/compose.c
10239                 Made 'Ctrl-Enter' on send ignore some modifiers 
10240                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10241                 to bind other *-Enter (but not Alt-Enter).
10242
10243 2002-04-09 [paul]       0.7.4claws74
10244
10245         * sync with 0.7.4cvs35
10246                 see ChangeLog entries 2002-04-09
10247
10248 2002-04-08 [paul]       0.7.4claws73
10249
10250         * sync with 0.7.4cvs33
10251                 see ChangeLog entry 200-04-08
10252
10253 2002-04-07 [match]      0.7.4claws72
10254
10255         * src/addrharvest.[ch]
10256                 fixed to read all addresses in header, regardless
10257                 of header size. improved name parsing. accommodate
10258                 harvest from folders and selected message.
10259         * src/addritem.[ch]
10260                 included new address parsing function.
10261         * src/addrgather.[ch]
10262         * src/addressbook.[ch]
10263         * src/summaryview.[ch]
10264         * src/mainwindow.c
10265                 allow address harvest of folder as well as selected
10266                 messages.
10267
10268 2002-04-07 [paul]       0.7.4claws71
10269
10270         * src/esmtp.[ch]
10271           src/smtp.c
10272                 don't try to authenticate with CRAM-MD5 in SMTP when 
10273                 SMTP-AUTH enabled if MTA doesn't issue this 
10274                 auth-method in it's ehlo-response. bug item #531364,
10275                 patch item #938910. patch submitted by Colin Leroy 
10276                 <colin@colino.net>
10277
10278 2002-04-07 [paul]       0.7.4claws70
10279
10280         * src/nntp.c
10281                 fix missing MODE_READER bug. patch submitted by
10282                 Colin Leroy <colin@colino.net>
10283
10284 2002-04-07 [alfons]     0.7.4claws69
10285
10286         * src/matcher.[ch]
10287         * src/prefs_filtering.c
10288         * src/summaryview.c
10289                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10290                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10291
10292 2002-04-07 [paul]       0.7.4claws68
10293
10294         * sync with 0.7.4cvs32
10295                 see ChangeLog entry 2002-04-06
10296
10297         * tools/filter_conv.pl
10298                 more bug fixes
10299
10300 2002-04-06 [paul]       0.7.4claws67
10301
10302         * tools/filter_conv.pl
10303                 modify to be able to find the name of the first
10304                 mailbox and use that. main's filter does not
10305                 record the full path to the mailbox and therefore
10306                 can only filter to the first mailbox.
10307
10308 2002-04-05 [paul]       0.7.4claws66
10309
10310         * tools/filter_conv.pl
10311                 attempt to make the script all-encompassing and
10312                 be able to convert any main 'filter' rule thrown
10313                 at it
10314
10315 2002-04-05 [paul]       0.7.4claws65
10316
10317         * tools/filter_conv.pl
10318                 allow for collapsed folder trees
10319
10320 2002-04-05 [paul]       0.7.4claws64
10321
10322         * sync with 0.7.4cvs31
10323                 see ChangeLog entries 2002-04-05
10324
10325 2002-04-03 [paul]       0.7.4claws63
10326
10327         * sync with 0.7.4cvs29
10328                 see ChangeLog entries 2002-04-02 and 2002-04-03
10329
10330 2002-04-02 [paul]       0.7.4claws62
10331
10332         * sync with 0.7.4cvs26
10333                 see ChangeLog entry 2002-04-01
10334
10335 2002-04-02 [match]      0.7.4claws61
10336
10337         * src/pine.[ch]
10338         * src/importpine.[ch]
10339         * src/addressbook.c
10340                 import Pine address book.
10341
10342 2002-04-02 [match]      0.7.4claws60
10343
10344         * src/addrharvest.[ch]
10345                 improve address parsing of funky addresses.
10346
10347 2002-04-02 [darko]      0.7.4claws59
10348
10349         * src/compose.c
10350                 wrap on send improvements, it now recognizes quoted
10351                 initials as part of the quotation string, and it
10352                 does not join lines separated by CR
10353
10354 2002-04-01 [match]      0.7.4claws58
10355
10356         * src/mgutils.[ch]
10357                 added new functions.
10358         * src/mutt.[ch]
10359                 remove excessive duplicate address generation
10360                 on import.
10361
10362 2002-04-01 [alfons]     0.7.4claws57
10363         
10364         * src/summaryview.c
10365                 put back g_free() 
10366
10367 2002-04-01 [paul]       0.7.4claws56
10368
10369         * sync with 0.7.4cvs25
10370                 see ChangeLog entry 2002-04-01
10371
10372 2002-04-01 [alfons]     0.7.4aprilfool55
10373
10374         * src/summaryview.c
10375                 honour feature request item #537427 to allow for
10376                 displaying names from address book for sent mail also
10377
10378 2002-03-29 [paul]       0.7.4claws54
10379
10380         * src/mainwindow.c
10381           src/prefs_filtering.[ch]
10382           src/prefs_matcher.c
10383           src/summaryview.c
10384                 add 'fast filter' for claws' filtering,
10385                 /Tools/Create filter rule/... patch submitted
10386                 by Neill Miller <neillm@thecodefactory.org>
10387
10388 2002-03-29 [paul]       0.7.4claws53
10389
10390         * sync with 0.7.4cvs24
10391                 see ChangeLog entry 2002-03-29
10392
10393 2002-03-28 [paul]       0.7.4claws52
10394
10395         * sync with 0.7.4cvs23
10396                 see ChangeLog entry 2002-03-28
10397
10398 2002-03-27 [melvin]     0.7.4claws51
10399
10400         * src/prefs_actions.c
10401                 Added support to pass only one message part (as a
10402                 file) to the command using '%p'. No quotes are needed
10403                 because doubles quotes are automatically added.
10404                 Fixed bug where Sylpheed could block when waiting for
10405                 a child process to finish.
10406                 Changed the help menu to remove quotes around symbols to 
10407                 avoid misinterpretation (they must not be used).
10408
10409 2002-03-27 [melvin]     0.7.4claws50
10410
10411         * src/inc.c
10412                 Made the new mail notification command always 
10413                 execute asynchronously.
10414
10415 2002-03-27 [paul]       0.7.4claws49
10416
10417         * src/compose.c
10418                 fix bug introduced in last commit
10419
10420 2002-03-27 [paul]       0.7.4claws48
10421
10422         * sync with 0.7.4cvs21
10423                 see ChangeLog 2002-03-26 and 2002-03-27
10424
10425 2002-03-26 [hoa]        0.7.4claws47
10426
10427         * src/prefs_folder_item.c
10428                 really fixed the bug #516442 with folder rescan.
10429
10430 2002-03-26 [paul]       0.7.4claws46
10431
10432         * sync with 0.7.4cvs19
10433                 see ChangeLog entries 2002-03-25 and 2002-03-26
10434
10435 2002-03-25 [hoa]        0.7.4claws45
10436
10437         * src/matcher.c
10438         * src/mh.c
10439                 fix the bug #516442 with folder rescan.
10440
10441         * src/prefs_common.[ch]
10442         * src/compose.c
10443                 added an option to enable two different behaviours
10444                 for bounce.
10445
10446
10447 2002-03-25 [paul]       0.7.4claws44
10448
10449         * src/mainwindow.c
10450           src/selective_download.c
10451                 correct a few menuitem labels
10452
10453 2002-03-25 [christoph]  0.7.4claws43
10454
10455         * src/procmsg.c
10456                 fix non deleted tmp message in
10457                 procmsg_save_to_outbox
10458                 fix problems caused by sync with
10459                 main branch's procmsg_send_queue
10460
10461 2002-03-25 [paul]       0.7.4claws42
10462
10463         * src/quote_fmt.c
10464           src/quote_fmt_lex.l
10465           src/quote_fmt_parse.y
10466                 add Last name (%L) placeholder for quoting. 
10467                 patch submitted by Thorsten Thielen 
10468                 <thth@users.sourceforge.net>
10469
10470 2002-03-25 [paul]       0.7.4claws41
10471
10472         * src/utils.c
10473                 get full hostname. patch submitted by
10474                 Bob Woodside <rwoodside1@comcast.net>
10475
10476 2002-03-25 [paul]       0.7.4claws40
10477
10478         * src/account.c
10479           src/news.c
10480           src/nntp.[ch]
10481           src/prefs_account.[ch]
10482                 enable NNTP over SSL. patch submitted by
10483                 Pascal Jermini <pascal@infinity.hn.org>
10484
10485 2002-03-24 [paul]       0.7.4claws39
10486
10487         * src/prefs_common.c
10488                 make the arrangement of the Compose tab more
10489                 coherent
10490
10491         * src/mainwindow.c
10492                 fix some irregularities of style
10493
10494         * po/de.po
10495                 updated by Kilian Krause
10496
10497 2002-03-23 [paul]       0.7.4claws38
10498
10499         * po/pt_BR.po
10500                 updated by Fabio Junior Beneditto
10501
10502 2002-03-23 [paul]       0.7.4claws37
10503
10504         * src/mainwindow.c
10505                 move 'Gather addresses' to 'Tools' menu
10506                 make 'Selective download' sensitive
10507
10508 2002-03-23 [paul]       0.7.4claws36
10509
10510         * sync with 0.7.4cvs16
10511                 see ChangeLog entries 2002-03-23
10512
10513 2002-03-22 [christoph]  0.7.4claws35
10514
10515         * src/quote_fmt_parse.y
10516                 fix include program output
10517
10518 2002-03-22 [alfons]     0.7.4claws34
10519
10520         * src/pop.c
10521                 initialize GDate stack variable correctly (sorry!)
10522
10523 2002-03-22 [paul]       0.7.4claws33
10524
10525         * src/compose.c
10526           src/mainwindow.c
10527           src/prefs_actions.c
10528           src/prefs_common.c
10529                 rename 'Tool' to 'Tools'
10530
10531         * src/mainwindow.c
10532                 move 'Delete duplicated messages' from
10533                 'Message/' to 'Tools/'
10534                 re-arrange the order of 'Tools/' items
10535
10536 2002-03-22 [paul]       0.7.4claws32
10537
10538         * src/addr_compl.c
10539           src/addressbook.[ch]
10540                 auto-address completion now also matches on
10541                 Nickname. patch submitted by Bob Forsman 
10542                 <hammor@users.sourceforge.net>
10543
10544         * src/editaddress.c
10545                 correct a spelling mistake
10546
10547 2002-03-22 [alfons]     0.7.4claws31
10548
10549         * src/pop.c
10550                 fix getting uidl from incorrect string 
10551                 (spotted by Colin)
10552
10553 2002-03-21 [alfons]     0.7.4claws30
10554
10555         * src/pop.c
10556                 more code refactoring
10557                 plug mem leak introduced by delete on server
10558
10559 2002-03-21 [paul]       0.7.4claws29
10560
10561         * sync with 0.7.4cvs11
10562                 see ChangeLog entries 2002-03-20
10563
10564 2002-03-20 [alfons]     0.7.4claws28
10565
10566         * src/inc.c
10567                 apply Colin's patch and refactor
10568
10569 2002-03-20 [paul]       0.7.4claws27
10570
10571         * sync with sylpheed 0.7.4cvs9
10572                 see ChangeLog entry 2002-03-20
10573
10574 2002-03-19 [christoph]  0.7.4claws26
10575
10576         * src/mh.c
10577         * src/procmsg.[ch]
10578         * src/summaryview.c
10579                 revert changes for flag updates
10580                 (does not work correctly and no time to debug)
10581
10582 2002-03-20 [alfons]     0.7.4claws25
10583
10584         * src/pop.c
10585                 refactor should_delete() a little bit 
10586
10587 2002-03-19 [paul]       0.7.4claws24
10588
10589         * src/inc.[ch]
10590           src/pop.c
10591           src/prefs_account.[ch]
10592                 allow the user to leave downloaded mail on the 
10593                 server for n days. Patch submitted by Colin Leroy 
10594                 <colin@colino.net>
10595
10596 2002-02-19 [paul]       0.7.4claws23
10597
10598         * sync with sylpheed 0.7.4cvs8
10599                 see ChangeLog entries 2002-03-19
10600
10601 2002-03-18 [paul]       0.7.4claws22
10602
10603         * sync with sylpheed 0.7.4cvs6
10604                 see ChangeLog entry 2002-03-18
10605
10606 2002-03-18 [paul]       0.7.4claws21
10607
10608         * po/en_GB.po
10609                 add en_GB message catalogue
10610
10611         * src/mbox_folder.c
10612           src/prefs_account.c
10613           src/prefs_actions.c
10614                 correct a few spelling mistakes
10615
10616 2002-03-17 [alfons]     0.7.4claws20
10617
10618         * src/matcher.c
10619                 more stringent checks for NULL params when writing
10620                 filtering actions to a file
10621                 
10622 2002-03-17 [hoa]        0.7.3claws20
10623
10624         * src/news.c
10625                 fixed the count of new messages
10626
10627         * src/compose.c
10628                 fixed the "attachment properties" window
10629
10630 2002-03-17 [paul]       0.7.4claws19
10631
10632         * src/defs.h
10633           src/folder.h
10634           src/news.c
10635           src/prefs_account.[ch]
10636           src/procmsg.[ch]
10637           src/summaryview.c
10638                 automatically mark cross-posted messages as read 
10639                 and (optionally) give them a colour label
10640                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10641                 
10642
10643 2002-03-17 [paul]       0.7.4claws18
10644
10645         * sync with sylpheed 0.7.4cvs5
10646                 see ChangeLog entry 2002-03-17
10647
10648 2002-03-17 [melvin]     0.7.4claws17
10649         
10650         * src/textview.c
10651                 Worked around a gtktext 'bug': when searching for 
10652                 a text in a long message it was scrolling slowly
10653                 line by line until it hit the searched text.
10654         * po/fr.po
10655                 Updated French translation
10656
10657 2002-03-17 [melvin]     0.7.4claws16
10658
10659         * src/mainwindow.c
10660         * src/compose.c
10661         * src/prefs_actions.c
10662                 Moved "Edit/Actions" to "Tool/Actions"
10663                 Made mainwindow/compose window sensitive as soon as
10664                 no child process is running anymore even if the io dialog
10665                 is open.
10666                 Fixed a struct being initialized with a non constant char*
10667
10668 2002-03-16 [christoph]  0.7.4claws15
10669
10670         * configure.in
10671                 add --with-compiler-flags option
10672                 (only for developer hacking)
10673         * src/mh.c
10674         * src/procmsg.[ch]
10675         * src/summaryview.c
10676                 try to make folder-stats and flag handling more
10677                 independent from the summaryview. msgcounts
10678                 are only set when the folder is opened and
10679                 procmsg_msginfo_(un)set_flags will handle it
10680                 later and summaryview will get the values
10681                 from the folder.
10682
10683 2002-03-16 [paul]       0.7.4claws14
10684
10685         * src/messageview.c
10686                 fix Return-receipt. Patch submitted by Bob
10687                 Woodside <rwoodside1@comcast.net>
10688
10689 2002-03-16 [paul]       0.7.4claws13
10690
10691         * src/compose.c
10692                 fix 'dynamic' signatures, make it work again
10693                 broken during sync on 2002-03-14 (0.7.4claws2)
10694
10695 2002-03-15 [match]      0.7.4claws12
10696
10697         * src/addrharvest.[ch]
10698         * src/addrgather.[ch]
10699         * src/addressbook.[ch]
10700         * src/mainwindow.c
10701                 included address harvester feature. still some
10702                 issues with address parsing that I will fix.
10703
10704 2002-03-15 [match]      0.7.4claws11
10705
10706         * src/addrbook.[ch]
10707         * src/addrcache.[ch]
10708         * src/addressbook.[ch]
10709         * src/addrindex.c
10710         * src/editbook.c
10711         * src/importldif.c
10712         * src/importmutt.c
10713         * src/jpilot.[ch]
10714         * src/main.c
10715         * src/syldap.[ch]
10716         * src/vcard.[ch]
10717                 tidy up. fix memory leaks. moved attribs and methods
10718                 from individual interfaces to addrcache object. prep
10719                 for new stuff to come in.
10720
10721 2002-03-15 [alfons]     0.7.4claws10
10722
10723         * src/matcher.[ch]
10724         * src/matcher_parser_parse.y
10725         * src/matcher_parser_lex.l
10726         * src/prefs_matcher.c
10727                 add filtering conditions message greater than, smaller 
10728                 than, and exactly matching a size in bytes
10729                 (does not work with delete from POP3 server yet)
10730
10731                 this should also give others an idea what you should
10732                 do to add new criterions to claws filtering system
10733                 
10734
10735 2002-03-15 [paul]       0.7.4claws9
10736
10737         * tools/filter_conv.pl
10738                 exit if there are no filter rules to convert
10739                 rename filterrc to filterrc.old after completion
10740
10741 2002-03-15 [paul]       0.7.4claws8
10742
10743         * sync with sylpheed 0.7.4cvs3
10744                 see ChangeLog entry 2002-03-14
10745
10746 2002-03-14 [paul]       0.7.4claws7
10747
10748         * src/compose.c
10749                 clean up the last commit (ahem)
10750
10751 2002-03-14 [paul]       0.7.4claws6
10752
10753         * src/compose.c
10754                 fix bug #515655. honour account preferences
10755                 regarding gpg default signing/encryption when 
10756                 changing account from the compose window.
10757
10758 2002-03-14 [paul]       0.7.4claws5
10759
10760         * src/folderview.c
10761                 remove unnecessary curly brackets
10762
10763 2002-03-14 [paul]       0.7.4claws4
10764
10765         * src/folderview.c
10766           src/prefs_filtering.[ch]
10767                 add filter rename on folder rename and filter
10768                 delete on folder delete. Patch submitted by
10769                 Neill Miller <neillm@thecodefactory.org> 
10770
10771 2002-03-14 [christoph]  0.7.4claws3
10772
10773         * src/procmsg.c
10774         * src/send.c
10775                 fix local delivery
10776                 (patch submitted by "Simon 'corecode' Schubert")
10777         * src/prefs_common.c
10778         * src/procmsg.c
10779                 fix gcc 3.0 warning
10780
10781 2002-03-14 [paul]       0.7.4claws2
10782
10783         * sync with sylpheed 0.7.4cvs2
10784                 see ChangeLog entry 2002-03-13
10785
10786 2002-03-12 [darko]      0.7.4claws1
10787
10788         * src/mainwindow.c
10789                 fix what seems to be a copy and paste error
10790                 when setting color for important messages
10791                 (reported by wwp)
10792
10793 2002-03-11 [paul]       version 0.7.4claws released
10794
10795 2002-03-11 [paul]       0.7.4claws
10796
10797         * po/es.po
10798           po/it.po
10799           po/nl.po
10800           po/pt_BR.po
10801                 update message catalogs. Submitted by Ricardo Mones 
10802                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10803                 Fabio Junior Beneditto
10804
10805         * configure.in
10806           faq/Makefile.am
10807           faq/it/Makefile
10808           faq/it/sylpheed-faq*
10809           src/mainwindow.c
10810           src/manual.[ch]
10811                 add FAQ in Italian
10812         
10813
10814 2002-03-11 [jens]       0.7.3claws7
10815
10816         * po/de.po
10817                 updated German translation
10818
10819 2002-03-11 [melvin]     0.7.3claws6
10820
10821         * po/fr.po
10822                 updated and corrected French translation
10823
10824 2002-03-10 [hoa]        0.7.3claws5
10825
10826         * src/account.c
10827         * src/inc.c
10828         * src/prefs_account.c
10829         * src/procmsg.c
10830         * src/send.[ch]
10831                 fixed the local account.
10832                 you have to change the default "/usr/sbin/sendmail"
10833                 to "/usr/sbin/sendmail -t" in the preferences of
10834                 the local account.
10835
10836         * src/procmime.c
10837                 removed some debug display for renderer
10838
10839 2002-03-10 [paul]       0.7.3claws4
10840
10841         * faq/en/sylpheed-faq-1.html
10842           faq/en/sylpheed-faq-2.html
10843                 update
10844
10845 2002-03-09 [paul]       0.7.3claws3
10846
10847         * sync with sylpheed 0.7.4
10848                 see ChangeLog entry 2002-03-09
10849
10850 2002-03-08 [paul]       0.7.3claws2
10851
10852         * faq/en/sylpheed-faq*
10853           faq/es/sylpheed-faq*
10854           faq/fr/sylpheed-faq*
10855                 update the FAQs
10856
10857         * manual/fr/.cvsignore
10858           manual/fr/Makefilea.am
10859           manual/fr/sylpheed*
10860           src/mainwindow.c
10861           src/manual.[ch]
10862                 add the French manual
10863
10864 2002-03-07 [paul]       0.7.3claws1
10865
10866         * sync with sylpheed 0.7.3cvs4
10867                 see ChangeLog entries  2002-03-06 and 2002-03-07
10868         
10869         * po/nl.po
10870                 updated by Wilbert Berendsen
10871
10872 2002-03-07 [melvin]     0.7.2claws34
10873
10874         * src/selective_download.c
10875                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10876
10877 2002-03-06 [paul]       0.7.2claws33
10878
10879         * sync with sylpheed 0.7.3cvs1
10880                 bug fix, see ChangeLog entry 2002-03-05
10881
10882 2002-03-05 [paul]       0.7.2claws32
10883
10884         * src/mimeview.c
10885           src/pgptext.[ch]
10886           src/procmsg.c
10887                 reverse the pgp ascii-armored code implemented in 
10888                 0.7.2claws16. removal of this code until it matures.
10889                 this means that verifying ascii-armored pgp sigs and
10890                 automatic decryption of ascii-armored encrypted
10891                 messages no longer works.
10892
10893 2002-03-05 [paul]       0.7.2claws31
10894
10895         * configure.in
10896           Makefile.am
10897         * faq/Makefile.am
10898         * faq/en/Makefile.am
10899           faq/en/sylpheed-faq.html
10900           faq/en/sylpheed-faq-1.html
10901           faq/en/sylpheed-faq-2.html
10902           faq/en/sylpheed-faq-3.html
10903         * faq/es/Makefile.am
10904           faq/es/sylpheed-faq.html
10905           faq/es/sylpheed-faq-1.html
10906           faq/es/sylpheed-faq-2.html
10907           faq/es/sylpheed-faq-3.html
10908           faq/es/sylpheed-faq-4.html
10909         * faq/fr/Makefile.am
10910           faq/fr/sylpheed-faq.html
10911           faq/fr/sylpheed-faq-1.html
10912           faq/fr/sylpheed-faq-2.html
10913           faq/fr/sylpheed-faq-3.html
10914         * src/Makefile.am
10915           src/defs.h
10916           src/mainwindow.c
10917           src/manual.[ch]
10918                 add FAQs in English, Spanish and French
10919
10920
10921 2002-03-05 [paul]       0.7.2claws30
10922
10923         * manual/en/sylpheed.html
10924           manual/en/sylpheed-XX.html
10925                 updated the English manual
10926
10927 2002-03-05 [hoa]        
10928
10929         * src/summaryview.c
10930                 dialog box pops up if the article can't be deleted.
10931
10932 2002-03-04 [paul]       
10933         
10934         * po/pt_BR.po
10935                 updated by Fabio Junior Benedito
10936
10937 2002-03-04 [hoa]
10938
10939         * removed ac/gpgme.m4
10940                 to avoid autogen common problem
10941                 developers have to install gpgme development package now
10942
10943         * src/compose.c
10944                 encoding to 7bit or 8bit is enabled.
10945
10946 2002-03-03 [alfons]     0.7.2claws29
10947
10948         * src/pop.c
10949                 merge fix by Oliver Haertel for selective
10950                 download buglet
10951
10952 2002-03-03 [paul]       0.7.2claws28
10953         
10954         * sync with sylpheed 0.7.3
10955
10956 2002-03-03 [paul]       0.7.2claws27
10957
10958         * sync with sylpheed 0.7.2cvs24
10959                 see ChangeLog entries 2002-03-02 and 2002-03-03
10960
10961 2002-03-02 [melvin]     0.7.2claws26
10962
10963         * src/inc.[ch]
10964         * src/main.c
10965         * src/mainwindow.c
10966         * src/prefs_common.[ch]
10967                 Added user definable notification on new mail arrival.
10968                 Removed unused variables in spell checker prefs code.
10969
10970 2002-03-02 [melvin]     0.7.2claws25
10971
10972         * src/quote_fmt.c
10973                 Removed unnecessary escape sequences.
10974                 Changed 'Initial...' to 'Initials of Sender'
10975
10976 2002-03-02 [paul]       0.7.2claws24
10977
10978         * sync with sylpheed 0.7.2cvs22
10979                 see ChangeLog entry 2002-03-01
10980
10981 2002-03-01 [hoa]        0.7.2claws23
10982
10983         * src/mainwindow.c
10984                 Set sensitivity of delete actions to active
10985                 even if the folder is a newsgroup.
10986
10987         * src/summaryview.c
10988                 - Set sensitivity of delete actions
10989                 - Added function check_permission() that will check if the
10990                   user is authorized to delete a message. For news, it
10991                   will check if the author is the same.
10992                 - Enabled deletion when there is no trash folder.
10993
10994         * src/news.[ch]
10995                 - Added news_cancel_article() to cancel articles
10996                 - Implemented news_remove_message() (public function)
10997
10998 2002-03-01 [paul]       0.7.2claws22
10999
11000         * src/gtkutils.c
11001           src/textview.c
11002                 recognise urls that that don't include 'http://' and
11003                 simply begin 'www.' 
11004
11005         * AUTHORS
11006                 remove duplicated name
11007
11008 2002-02-28 [paul]       0.7.2claws21
11009
11010         * src/mainwindow.c
11011           src/summaryview.[ch]
11012                 add ability to 'Select thread'
11013                 combines Melvin's "Select thread's head" patch (#510907)
11014                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11015                 patch (#518514) 
11016
11017 2002-02-28 [paul]       0.7.2claws20
11018
11019         * src/mimeview.c
11020                 hopefully fix segfault on right-clicking a mime part
11021                 that some people have experienced.      
11022                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11023
11024 2002-02-28 [paul]       0.7.2claws19
11025
11026         * sync with sylpheed 0.7.2cvs21
11027                 see ChangeLog entries 2002-02-27 and 2002-02-28
11028
11029 2002-02-27 [paul]       0.7.2claws18
11030
11031         * sync with sylpheed 0.7.2cvs18
11032                 see ChangeLog entries 2002-02-26 and 2002-02-27
11033
11034 2002-02-26 [alfons]     0.7.2claws17
11035
11036         * src/procheader.c
11037                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11038                 (spotted by Chris Hessman <idatech@gmx.net>)
11039
11040 2002-02-26 [paul]       0.7.2claws16
11041
11042         * src/mimeview.c
11043           src/pgptext.[ch]
11044           src/procmsg.c
11045                 make decryption of ascii-armored pgp encrypted messages
11046                 and verification of ascii-armored signatures work again.
11047                 slightly altered from the patch by Jens Jahnke 
11048                 <jan0sch@gmx.net>
11049
11050                 ##FIX ME##
11051                 * the checking of plaintext signatures always comes up in 
11052                   a popup box
11053                 * it doesn't work for multipart messages 
11054                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11055                   including the msg headers and these 2 line themselves, are 
11056                   not displayed
11057
11058         * src/mainwindow.c
11059                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11060                 "View/Message View" becomes "View/Separate Message View"
11061                 because its less ambiguous.
11062
11063         * po/es.po
11064                 updated by Ricardo Mones Lastra
11065
11066 2002-02-26 [paul]       0.7.2claws15
11067
11068         * sync with sylpheed 0.7.2cvs17
11069                 see ChangeLog entries 2002-02-25 and 2002-02-26
11070
11071 2002-02-25 [christoph]  0.7.2claws14
11072
11073         * src/filtering.[ch]
11074         * src/inc.c
11075                 do filtering stuff after all messages have been received
11076                   1. drop all messages to .processing
11077                   2. scan processing folder for messages
11078                   3. filter messages or move to inbox
11079                 this will also find old messages left in processing after
11080                 a crash or something like that and we get a real msginfo
11081                 from folder->get_msg_list and do not have to create our
11082                 own in filter_message
11083         * src/matcher_parser_parse.y
11084                 remove MIX/MAX warning (reordered includes)
11085
11086 2002-02-25 [paul]       0.7.2claws13
11087
11088         * sync with sylpheed 0.7.2cvs15
11089                 see ChangeLog entry 2002-02-24
11090
11091 2002-02-24 [alfons]     0.7.2claws12
11092
11093         * src/filtering.c
11094                 clear old color flags first when applying a new color to
11095                 a message info. 
11096                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11097
11098 2002-02-24 [alfons]     0.7.2.claws11
11099         
11100         * AUTHORS
11101         * src/prefs_common.c
11102                 add presets for Opera and Konqueror, closes patch #517261,
11103                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11104
11105 2002-02-24 [alfons]     0.7.2.claws10
11106
11107         * AUTHORS
11108         * src/summaryview.c
11109                 fix threading for null message ids, closes patch #521601,
11110                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11111
11112 2002-02-24 [alfons]     0.7.2claws9
11113
11114         * src/summaryview.c
11115         * src/filtering.c
11116                 make Tool | Filter Message work with filtering system so
11117                 setting flags also works
11118
11119                 TODO:
11120
11121                 - Processing uses the same function as Tool | Filter
11122                   Message, but doesn't use the same update proc yet
11123
11124 2002-02-23 [paul]       0.7.2claws8
11125
11126         * sync with sylpheed 0.7.2cvs14
11127                 see ChangeLog entries 2002-02-22 and 2002-02-23
11128
11129 2002-02-22 [christoph]  0.7.2claws7
11130
11131         * src/quote_fmt.c
11132                 Add column space to table
11133         * src/quote_fmt_parse.y
11134                 Close files
11135
11136 2002-02-22 [paul]       0.7.2claws6
11137
11138         * src/Makefile.am
11139           src/defs.h
11140           src/filtering.c
11141           src/inc.[ch]
11142           src/mainwindow.c
11143           src/matcher.[ch]
11144           src/matcher_parser_lex.l
11145           src/matcher_parser_parse.y
11146           src/pop.[ch]
11147           src/prefs_account.h
11148           src/prefs_filtering.c
11149           src/selective_download.[ch]   *** NEW FILES ***
11150           src/utils.[ch]
11151           po/POTFILES.in
11152                 Selective Download added to 'Tool' menu. 
11153                 Retrieves email headers of the currently selected pop3 
11154                 account and allows the user to mark emails for deletion 
11155                 right on the pop3 server. Patch submitted by Oliver Haertel 
11156                 <oha@users.sourceforge.net>.
11157         
11158         * po/POTFILES.in
11159                 add 'src/quote_fmt.c'           
11160
11161 2002-02-22 [christoph]  0.7.2claws5
11162
11163         * src/Makefile.am
11164                 added quote_fmt.c
11165         * src/prefs_common.[ch]
11166         * src/prefs_template.c
11167         * src/quote_fmt.c               *** NEW FILE ***
11168         * src/quote_fmt.h
11169                 move quote format symbol description code
11170                 to it's own file because it is used from
11171                 differnent code parts
11172                 Rewrote symbol description GUI
11173                   + use table
11174                   + add separators
11175                   + get data from array (no more long constant strings)
11176         * src/quote_fmt_lex.l
11177         * src/quote_fmt_parse.y
11178                 Symbol for Literal % changed to \% instead of %%
11179                 (More logical as \ is used for quoting for other symbols)
11180                 Add |f and |p to include files and program output
11181                 Examples:
11182                     |f{/home/.../.signature}
11183                     |p{date}
11184         * po/de.po
11185                 Correct wrong spelling for "Referenzen"
11186
11187 2002-02-21 [paul]       0.7.2claws4
11188
11189         * src/procmsg.c
11190                 forgotten during sync
11191
11192 2002-02-21 [paul]       0.7.2claws3
11193
11194         * sync with sylpheed 0.7.2cvs11
11195                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11196                 2002-02-20 and 2002-02-21
11197
11198 2002-02-20 [melvin]     0.7.2claws2
11199
11200         * src/prefs_actions.c
11201                 Added error report when child cannot fork or when execvp 
11202                 returns with an error.
11203
11204 2002-02-19 [christoph]  0.7.2claws1
11205
11206         * src/codeconv.c
11207                 return unconverted text if conde conversion is not possible
11208                 when libjconv is used.
11209                 (patch submitted by "Simon 'corecode' Schubert")
11210
11211 2002-02-19 [paul]       
11212
11213         * version 0.7.2claws release
11214
11215 2002-02-19 [paul]       0.7.2claws
11216
11217         * po/nl.po
11218                 updated by Wilbert Berendsen
11219
11220
11221 2002-02-18 [alfons]     0.7.1claws13
11222
11223         * src/syldap.c
11224         * src/jpilot.c
11225                 remove references to dlfcn and explicitly loading functions
11226                 from dynalink libs, because libs linked anyway, and functions
11227                 are loaded explicitly
11228
11229 2002-02-17 [melvin]     0.7.1claws12
11230
11231         * src/prefs_actions.c
11232                 Replaced children wait loop with double fork technique.
11233                 Now, input/output window updated at each new output.
11234                 free_children(): Fixed a memory leak.
11235                 Made input/output window non closable if running children
11236                 still exist.
11237                 Added missing <unistd.h> include.
11238                 Added some --debug outputs.
11239
11240 2002-02-17 [melvin]     0.7.1claws11
11241
11242         * src/summaryview.c
11243                 Fixed bug where descending sort order did not select top
11244                 message.
11245
11246 2002-02-17 [melvin]     0.7.1claws10
11247
11248         * acconfig.h
11249                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11250         * src/prefs_common.c
11251                 Pspell data package directory no more hard coded but
11252                 set during configuration (PSPELL_PATH). (Thanks to 
11253                                 Gustavo Noronha Silva.)
11254
11255 2002-02-17 [melvin]     0.7.1claws9
11256
11257         * configure.in
11258                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11259         * src/gtkspell.c
11260                 Fixed compile-time warnings.
11261
11262 2002-02-16 [alfons]     0.7.1claws8
11263
11264         * src/filesel.c
11265                 fix inadvertent free of NULL pointer which caused
11266                 sylpheed to crash when closing the save-as dialog
11267                 using the window close button
11268
11269 2002-02-16 [carsten]    0.7.1claws7
11270         * src/mainwindow.[ch]
11271           src/summaryview.c
11272           src/prefs_common.c
11273                 fixes for pixmap theming code:
11274                         - recently changed mail attributes shouldn't get
11275                           lost any longer
11276                         - theme is only reloaded iff another theme was
11277                           selected
11278
11279 2002-02-16 [paul]       0.7.1claws6
11280
11281         * sync with sylpheed 0.7.2 release
11282                 see ChangeLog entry 2002-02-15 and 2002-02-16
11283
11284 2002-02-15 [paul]       0.7.1claws5
11285
11286         * sync with sylpheed 0.7.1cvs9
11287                 see ChangeLog entry 2002-02-15
11288
11289         * po/POTFILES.in
11290                 remove unneeded headerwindow.c entry
11291
11292 2002-02-14 [carsten]    0.7.1claws4
11293         * src/summaryview.c
11294                 fixed a bug for "Go to next unread message": there was
11295                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11296                 in the prefs, because of doing "Search again" instead
11297                 "No"
11298
11299 2002-02-14 [carsten]    0.7.1claws3
11300         * src/stock_pixmap.c
11301                 removed 2 more mem leaks; following memprof,
11302                 this code is "leak free" now :)
11303
11304 2002-02-14 [carsten]    0.7.1claws2
11305         * src/stock_pixmap.c
11306                 used opendir/readdir/closedir instead of scandir
11307                 -> code should work now on Solaris
11308
11309 2002-02-14 [paul]       0.7.1claws1
11310
11311         * sync with sylpheed 0.7.1cvs8
11312                 see ChangeLog entries 2002-02-13 and 2002-02-14
11313
11314         * README.claws
11315                 add some description of Actions and Pixmap Themes
11316
11317 2002-02-13 [paul]       
11318
11319         * version 0.7.1claws release
11320
11321 2002-02-13 [paul]       0.7.1claws
11322
11323         * po/es.po
11324           po/it.po
11325           po/pt_BR.po
11326                 updated translations, submitted by Ricardo Mones Lastra,
11327                 Alessandro Maestri and Fabio Junior Beneditto
11328
11329 2002-02-13 [melvin]     0.7.0claws75
11330
11331         * src/prefs_actions.c
11332                 Added missing "signal.h" include
11333
11334 2002-02-13 [melvin]     0.7.0claws74
11335
11336         * src/prefs_folder_item.c
11337                 Added missing "config.h" include
11338         * po/fr.po
11339                 Updated French translation for folder propriety.
11340
11341 2002-02-13 [jens]       0.7.0claws73
11342
11343         * po/POTFILES.in
11344                 Added missing src/prefs_folder_item.c [log added by melvin]
11345         * po/de.po
11346                 Updated German translation.
11347
11348 2002-02-13 [melvin]     0.7.0claws72
11349
11350         * po/fr.po
11351                 Updated French translation.
11352
11353 2002-02-13 [melvin]     0.7.0claws71
11354
11355         * src/gtkutils.c
11356                 Made gtkut_editable_get_selection return NULL if selection
11357                 is of length zero.
11358                 This fixes a bug where selecting part of message A then
11359                 switching to message B and replying to it will not
11360                 quote the message's body.
11361
11362 2002-02-12 [paul]       0.7.0claws70
11363
11364         * src/mainwindow.c
11365                 cosmetic, relating to pixmap themes: on toolbar make 
11366                 updating of 'Exec' and 'Compose news/Compose email'
11367                 icons faster.
11368
11369 2002-02-12 [carsten]    0.7.0claws69
11370         * src/folderview.c
11371           src/mainwindow.[ch]
11372           src/stock_pixmap.c
11373           src/summaryview.c
11374           src/prefs_common.c
11375                 - refreshing after changing pixmap theme better
11376                   now (thanks Paul)
11377                 - wanted to remove some mem leaks, but alfons was
11378                   faster (and had the better solution ;)
11379
11380 2002-02-12 [alfons]     0.7.0claws68
11381
11382         * src/prefs_common.c
11383         * src/stock_pixmap.[ch]
11384                 plug mem leaks, refactor code a little bit
11385
11386
11387 2002-02-12 [sergey]     0.7.0claws67
11388
11389         * src/imap.c
11390                 Fixed problem with copying messages to IMAP folders when the
11391                 server uses something other than '/' as a namespace separator
11392                 (cyrus-imapd uses '.').
11393
11394 2002-02-12 [jens]       0.7.0claws66
11395
11396         * po/de.po
11397                 Updated German Translation
11398
11399 2002-02-12 [paul]       0.7.0claws65
11400
11401         * sync with sylpheed 0.7.1cvs1
11402                 see ChangeLog entry 2002-02-12
11403
11404 2002-02-12 [melvin]     0.7.0claws64
11405
11406         * src/prefs_actions.c
11407                 Fixed "feature" where children's output was duplicated 
11408                 instead of refreshed while monitoring.
11409                 Removed some debug code.
11410
11411 2002-02-12 [christoph]  0.7.0claws63
11412
11413         * src/compose.c
11414                 always delete message from queue after sending/send error
11415                 (closes bug #509601)
11416
11417 2002-02-12 [melvin]     0.7.0claws62
11418
11419         * src/prefs_actions.c
11420                 Children wait loop is now triggered with a timeout of 1s
11421                 Added %F which is replaced with the list of filenames 
11422                 of all selected messages (as suggested by Ricardo Mones Lestra)
11423                 Pipe syntax changed. Prefix with | to send selection, postfix
11424                 with | to retrieve output. Prefix with > or * to send
11425                 user definable input to the command (*: input is hidden)
11426                 Old pipe action should now be postfixed with |, too.
11427
11428 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11429         * src/stock_pixmap.c
11430                 fixed a bug: if there's no theme directory don't
11431                 throw an error, just do "nothing" (thanks Alfons)
11432
11433 2002-02-12 [carsten]    0.7.0claws60
11434         * src/folderview.c
11435           src/summaryview.c
11436                 had to write the cache twice (nasty!); some marks would 
11437                 get lost if not
11438
11439 2002-02-11 [carsten]    0.7.0claws59
11440         * acconfig.h
11441           configure.in
11442           doc-src/maintainer_guide.txt
11443           src/compose.[ch]
11444           src/defs.h
11445           src/folderview.[ch]
11446           src/gtkutils.[ch]
11447           src/mainwindow.[ch]
11448           src/prefs_common.[ch]
11449           src/stock_pixmap.[ch]
11450           src/summaryview.[ch]
11451                 pixmap theming and related work on pixmap
11452                 handling on some other places
11453                 (e.g. hrm features for all folder)
11454           src/pixmap/stock_*.xpm -> the stock_ was removed
11455         
11456 2002-02-11 [paul]       0.7.0claws58
11457
11458         * sync with sylpheed 0.7.1 release
11459                 see ChangeLog entries 2002-02-11
11460
11461 2002-02-08 [paul]       0.7.0claws57
11462
11463         * sync with sylpheed 0.7.0cvs39
11464                 see ChangeLog entry 2002-02-07 (last entry) 
11465
11466         * src/prefs_actions.c
11467           src/prefs_filtering.c
11468           src/prefs_matcher.c
11469           src/prefs_scoring.c
11470                 sync: made it compile with C compilers other than gcc
11471
11472 2002-02-07 [paul]       0.7.0claws56
11473
11474         * sync with sylpheed 0.7.0cvs38
11475                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11476                 2002-02-07
11477
11478 2002-02-07 [darko]      0.7.0claws55
11479
11480         * src/gtkutils.[ch]
11481         * src/summaryview.c
11482                 Fix const gchar */gchar * issue (thanks Hiro)
11483
11484 2002-02-07 [darko]      0.7.0claws54
11485
11486         * src/compose.[ch]
11487         * src/filtering.c
11488         * src/gtkutils.[ch]
11489         * src/prefs_template.c
11490         * src/quote_fmt.h
11491         * src/quote_fmt_parse.y
11492         * src/summaryview.c
11493         * src/utils.[ch]
11494                 When replying or forwarding an email don't quote the entire
11495                 mail body but use the part of the message text that is selected
11496
11497 2002-02-06 [melvin]     0.7.0claws53
11498
11499         * src/prefs_common.[ch]
11500         * src/gtkspell.[ch]
11501         * src/compose.c
11502                 Made possible to switch quickly to last used dictionary
11503                 which makes checking bilingual documents easier.
11504
11505 2002-02-06 [melvin]     0.7.0claws52
11506         
11507         * po/POTFILES.in
11508                 Added forgotten new file src/prefs_actions.c
11509
11510 2002-02-06 [melvin]     0.7.0claws51
11511
11512         * src/prefs_actions.c   ** NEW FILE **
11513         * src/prefs_actions.h   ** NEW FILE **
11514                 Added actions to execute on message text view, or on the
11515                         message's file.
11516         * src/Makefile.am
11517                 Added src/prefs_actions.[ch]
11518         * src/compose.c
11519                 Added new menu "Edit/Actions"
11520         * src/defs.h
11521                 Added new actionsrc file.
11522         * src/main.c
11523                 Added actionsrc reading.
11524         * src/mainwindow.c
11525                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11526         * src/prefs_common.h
11527                 Added new element actionslst element to prefs_common.
11528
11529 2002-02-06 [paul]       0.7.0claws50
11530
11531         * sync with sylpheed 0.7.0cvs36
11532                 see ChangeLog entry 2002-02-06
11533
11534 2002-02-05 [paul]
11535
11536         * po/es.po
11537                 updated by Ricardo Mones Lastra
11538
11539 2002-02-05 [paul]       0.7.0claws49
11540
11541         * sync with sylpheed 0.7.0cvs33
11542                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11543
11544 2002-02-05 [paul]       0.7.0claws48
11545
11546         * src/compose.c
11547                 re-add 'Edit/Advanced/Delete entire line', previously named
11548                 'Delete Line+'
11549
11550 2002-02-04 [paul]       0.7.0claws47
11551
11552         * src/compose.c
11553           src/summaryview.c
11554                 fix bug #494993 (Reply All not taking Reply-To into consi)
11555                 eliminate differences in behaviour of right-click 'Reply to all' 
11556                 in summary view and 'Reply to all' on the toolbar. 
11557                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11558                 view and From gets ignored by 'Reply to all' on toolbar.
11559                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11560                 From when no Reply-To header is present.
11561
11562 2002-02-04 [paul]       0.7.0claws46
11563
11564         * sync with sylpheed 0.7.0cvs30
11565                 see ChangeLog entries 2002-02-03 and 2002-02-04
11566
11567 2002-02-03 [melvin]     0.7.0claws45
11568
11569         * src/gtkspell.[ch]
11570                 Readded function to highlight all misspelled words.
11571                 Fixed bug where user-provided-words did not replace
11572                         correctly the misspelled word when using the mouse.
11573                 Fixed bug where checking a region selected from right to left did
11574                         not check the region at all.
11575                 Fixed bug where 'Check backwards' may not check at all. 
11576                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11577                 Fixed possible buffer overflow when checking for long strings (>1k).
11578                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11579                 Accelerators code uses now gtk_widget_add_accel.
11580                 Removed and disabled obsolete and unfinished code.
11581                 Cleaning up.
11582
11583         * src/compose.c
11584                 Added menu item to Highlight all misspelled words.
11585
11586 2002-02-01 [paul]       0.7.0claws44
11587
11588         * src/mainwindow.c
11589                 fix '/View/Hide read messages' sensitivity when all
11590                 messages in a folder are hidden
11591
11592 2002-02-01 [paul]       0.7.0claws43
11593
11594         * src/main.c
11595                 add --send option to command line interface, sends all
11596                 queued mail. Patch submitted by Ricardo Mones Lastra.
11597
11598 2002-01-31 [paul]       0.7.0claws42
11599
11600         * src/mainwindow.c
11601                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11602
11603 2002-01-31 [paul]       0.7.0claws41
11604
11605         * sync with sylpheed 0.7.0cvs27
11606                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11607                 and 2002-01-31
11608
11609         * src/textview.c
11610                 comment out elements of textview_show_part() as temporary
11611                 workaround for attachment 'Display as text' bug 
11612
11613         * po/pt_BR.po
11614                 updated by Fabio Junior Beneditto
11615
11616 2002-01-30 [paul]       0.7.0claws40
11617
11618         * sync with sylpheed 0.7.0cvs24
11619                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11620                 and 2002-01-30
11621
11622         * src/compose.c
11623                 add {N_("/_Spelling"), ... "<Branch>"} to 
11624                 GtkItemFactoryEntry compose_entries[]
11625
11626         * src/prefs_common.c
11627                 add claws menu items to prefs_keybind_apply_clicked()
11628                 and remove non-claws menu items
11629
11630 2002-01-29 [paul]       0.7.0claws39
11631
11632         * sync with sylpheed 0.7.0cvs22
11633                 see ChangeLog entries 2002-01-28 and 2002-01-29
11634
11635 2002-01-28 [melvin]     0.7.0claws38
11636
11637         * src/compose.c
11638                 Added the declartion of compose_send_control_enter.
11639
11640         * src/compose.c
11641         * src/gtkspell.[ch]
11642                 Added in a 'Spelling' menu which includes the configuration menu. 
11643                 Added a real 'Check all' and got rid from the old one which only
11644                 highlited misspelled word.
11645                 Made 'Check while typing' a disableable option.
11646                 Added a dialog when there are no more misspelled word.
11647                 Added a dialog if error occurs when switching to a dictionary.
11648         
11649         * src/prefs_common.[ch]
11650                 Added option for the default 'Check while typing' option.
11651
11652
11653 2002-01-28 [alfons]     0.7.0claws37
11654
11655         * src/compose.c
11656                 fix buglet and make code comply with sylpheed code style
11657
11658 2002-01-28 [paul]       0.7.0claws36
11659
11660         * sync with sylpheed 0.7.0cvs19
11661                 see ChangeLog entries for 2002-01-28
11662
11663 2002-01-28 [hoa]        0.7.0claws35
11664
11665         * src/defs.h
11666                 added rendererrc
11667
11668         * src/main.c
11669                 read the renderer config
11670
11671         * src/procmime.[ch]
11672                 use the renderer config to convert mime attachments
11673
11674         * src/textview.c
11675                 don't use textview_show_html/ertf,
11676                 use get_text_content instead
11677
11678 2002-01-27 [alfons]     0.7.0claws34
11679         
11680         * src/news.c
11681                 make sylpheed believe it can delete a news message...
11682                 (messages are NOT deleted, maybe we should remove
11683                 processing from the folder properties after all.)
11684
11685 2002-01-27 [alfons]     0.7.0claws33
11686
11687         * src/folder.c
11688                 add extra checks
11689         * src/news.c
11690                 implement remove_msg() 
11691
11692 2002-01-27 [alfons]     0.7.0claws32
11693
11694         * src/procmsg.h
11695         * src/procheader.c
11696         * src/messageview.c
11697                 fix return receipt / disposition notification again. this
11698                 stuff seems to break on _every_ major summary UI change, so
11699                 it's now implemented using a flag which is saved in the
11700                 marks cache
11701                 
11702 2002-01-26 [alfons]     0.7.0claws31
11703
11704         * src/import.c
11705                 let import dialog show the destination folder identifier
11706
11707 2002-01-26 [melvin]     0.7.0claws30
11708
11709         * src/folderview.c
11710         * src/summaryview.c
11711                 Readded 'Mark all read' into summary view popup menu
11712                 Added 'Mark all read' in folder view popup menu for IMAP
11713                 and NNTP.
11714                 Made it insensitive if the selected folder is not the shown
11715                 one to avoid 'Mark all read' on the wrong folder.
11716                 
11717 2002-01-26 [paul]       0.7.0claws29
11718
11719         * src/folderview.c
11720           src/summaryview.c
11721                 move 'Mark all read' from summary view to folder view
11722                 menu. (adapted from) patch submitted by Jeremy Andrews,
11723                 <lists@kerneltrap.com>
11724
11725 2002-01-25 [alfons]     0.7.0claws28
11726
11727         * src/gtkstext.c
11728                 put the gtk class name back so GtkSText adapts the 
11729                 settings of GtkText
11730
11731 2002-01-25 [alfons]     0.7.0claws27
11732
11733         * src/folderview.c 
11734                 assimilate Ricardo's patch that shows pixmaps instead of
11735                 plain "new" and "unread" texts in the folder view column
11736                 headers 
11737
11738 2002-01-25 [paul]       0.7.0claws26
11739
11740         * src/Makefile.am
11741                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11742                 be found in non-standard locations. 
11743                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11744
11745 2002-01-25 [paul]       0.7.0claws25
11746
11747         * sync with sylpheed 0.7.0cvs16
11748                 see ChangeLog entry 2002-01-25
11749
11750 2002-01-24 [paul]       0.7.0claws24
11751
11752         * more sync with sylpheed 0.7.0cvs15
11753                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11754
11755 2002-01-23 [sergey]     0.7.0claws23
11756
11757         * src/importldif.c
11758                 Fixed segfault when closing LDIF import wizard with
11759                 the window manager.
11760         * src/imageview.c
11761         * src/imageview.h
11762         * src/messageview.c
11763         * src/mimeview.c
11764                 Fixed wrong scrolling position after switching between
11765                 text and image parts.
11766
11767 2002-01-23 [paul]       0.7.0claws22
11768
11769         * sync with sylpheed 0.7.0cvs15
11770                 see ChangeLog entries 2002-01-22 and 2002-01-23
11771
11772 2002-01-21 [melvin]     0.7.0claws21
11773
11774         * src/prefs_scoring.c
11775         * src/prefs_filtering.c
11776                 Fixed bug where scoring and filtering windows stopped
11777                 autochecking.
11778
11779 2002-01-21 [paul]       0.7.0claws20
11780
11781         * sync with sylpheed 0.7.0cvs12
11782                 see ChangeLog entries 2002-01-20 and 2002-01-21
11783
11784 2002-01-21 [carsten]    0.7.0claws19
11785         * src/mainwindow.c
11786         * src/menu.[ch]
11787         * src/messageview.[ch]
11788         * src/summaryview.[ch]
11789                 changes to shortcuts handling again:
11790                         + "Q" now controled by mainwin
11791                         + v/V are now customizable and have slightly
11792                           different meanings
11793                 the "button" to minimize the messageview (and maximize
11794                 the summary view) is a real button now
11795         * src/compose.c
11796                 "Delete Line+" added to Edit/Advanced (this will also
11797                 delete the '\n')
11798
11799 2002-01-20 [melvin] 0.7.0claws18
11800
11801         * src/addressbook.c
11802                 Made "Bcc" sensitive when addressbook is called from
11803                 compose window (it was a Claws only bug).
11804
11805 2002-01-19 [alfons] 0.7.0claws17
11806
11807         * src/inc.c
11808                 prevent unnecessary updates when currently selected folder has
11809                 no new messages 
11810
11811 2002-01-19 [alfons] 0.7.0claws16
11812         
11813         * src/summaryview.c
11814                 prevent writing the cache based on current message list in summary 
11815                 view when filtering also put messages in currently selected folder
11816
11817 2002-01-19 [paul]
11818
11819         * po/it.po
11820                 Italian translation submitted by Alessandro Maestri
11821                 <a.maestri@cs.tin.it>
11822
11823 2002-01-18 [melvin]     0.7.0claws15
11824
11825         * src/prefs_filters.c
11826                 fixed bug where 'cancel' from 'filters' window stops autochecking
11827                 if the timer timed out  when the window was open.
11828
11829 2002-01-18 [match]      0.7.0claws14
11830
11831         * src/addrclip.[ch]     ** NEW FILE **
11832         * src/addrselect.[ch]   ** NEW FILE **
11833         * src/adbookbase.h      ** NEW FILE **
11834                 addressbook cut, copy and paste
11835         * src/addrbook.[ch]
11836         * src/addrcache.[ch]
11837         * src/addressitem.h
11838         * src/addrindex.[ch]
11839         * src/addritem.[ch]
11840         * src/importldif.c
11841         * src/importmutt.c
11842         * src/jpilot.[ch]
11843         * src/syldap.[ch]
11844         * src/vcard.[ch]
11845         * src/jpilot.[ch]
11846         * src/editbook.c
11847         * src/editjpilot.c
11848         * src/editldap.c
11849         * src/editvcard.c
11850                 support for copy/paste
11851         * src/addressbook.c
11852                 support for copy/paste
11853                 tidy up menu option processing
11854                 correct address list function arguments
11855         * src/editaddress.c
11856                 sort user attributes
11857         * src/ldif.h
11858         * src/mutt.h
11859                 tidy up
11860
11861         * src/addrbook.[ch]
11862         * src/addrbook.[ch]
11863         * src/addrbook.[ch]
11864                 
11865
11866 2002-01-18 [paul]       0.7.0claws13
11867
11868         * sync with sylpheed 0.7.0cvs8
11869                 configure.in: support Mac OS X (Darwin)
11870
11871 2002-01-18 [carsten]    0.7.0claws12
11872         * src/html.c
11873                 small hack to fix a segfault with an empty href
11874                 (reported by Alexandra Walford <deeni@altern.org>)
11875         * src/mainwindow.c
11876         * src/summaryview.c
11877                 the shortcuts for Mark und Mark as unread are hardcoded
11878                 again
11879         * src/compose.c
11880         * src/gtkstext.[ch]
11881                 readded the shortcuts in gtkstext but made them
11882                 customizeable (simply by adding a menu plus a wrapper
11883                 to compose.c)
11884
11885 2002-01-17 [melvin]     0.7.0claws11
11886
11887         * src/gtkspell.c
11888                 fix default dictionary not being saved.
11889
11890 2002-01-16 [darko]      0.7.0claws10
11891
11892         * src/compose.c
11893                 fix wrapping crash with URL longer than wrapping margin
11894
11895 2002-12-08 [hoa]        0.7.0claws10
11896
11897         * src/matcher_parser_parse.y
11898                 fixed some bugs
11899
11900         * src/prefs_filtering.c
11901                 now, we can use bounce action in the dialog box.
11902
11903 2002-01-16 [carsten]    0.7.0claws9
11904         * src/gtkstext.c
11905                 removed the <control> and <alt> shortcuts because they're
11906                 not needed and interefered with the "normal" shortcuts
11907         * src/mainwindow.c
11908         * src/summaryview.c
11909                 removed most of the hardcoded shortcuts and assigned
11910                 them to menu entries making them easy customizable by
11911                 that
11912
11913 2002-01-16 |melvin]     0.7.0claws8
11914
11915         * src/gtkspell.c
11916                 fixed bug where using the mouse and when the compose
11917                 window is not on top may result in a crash.
11918
11919 2002-01-16 [melvin]     0.7.0claws7
11920
11921         * src/compose.c
11922                 fixed a long standingspell checker bug which could 
11923                 cause a crash after sending a message.
11924
11925 2002-01-16 [paul]       0.7.0claws6
11926
11927         * sync with sylpheed 0.7.0cvs7
11928                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11929                 2002-01-15, and 2002-01-16
11930
11931 2002-01-16 [melvin]     0.7.0claws5
11932
11933         * README.claws
11934         * src/compose.c
11935         * src/gtkspell.[ch]
11936         * src/main.c
11937                 Heavily modified spell checker code to work around
11938                 ispell bug, to add keyboard shortcuts and for future
11939                 enhancements. See README.claws for usage information.
11940
11941 2002-01-15 [alfons]     0.7.0claws4
11942         
11943         * src/summaryview.c
11944                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11945                 so sorting within threads reflects sort mode
11946
11947 2002-01-15 [christoph]  0.7.0claws3
11948
11949         * src/procmsg.c
11950                 added alertpanel if mail sending failed
11951
11952 2002-01-15 [alfons]     0.7.0claws2
11953         
11954         * src/prefs_filtering.c
11955                 don't stop timer when prefs filtering dialog is opened
11956
11957 2002-01-14 [alfons]     0.7.0claws1
11958
11959         * src/addr_compl.c
11960         * src/prefs.c
11961                 remove debug_print()s for privacy reasons
11962
11963 2002-01-14 [darko]      0.7.0claws
11964
11965         * README.claws
11966                 quotation wrapping is now also in the main branch
11967
11968 2002-01-14 [paul]
11969
11970         * tools/filter_conv.pl
11971                 allow for Boolean Op and case-sensitivity
11972                 this file is included in the release and tagged
11973                 'rel_0_7_0'
11974
11975 2002-01-13 [paul]       0.7.0claws
11976
11977         * release 0.7.0, with cvs tag 'rel_0_7_0'
11978
11979 2002-01-13 [paul]
11980
11981         * tools/filter_conv.pl
11982         * tools/README
11983                 rewritten to output to matcherrc instead of filteringrc
11984
11985         * po/es.po
11986                 updated Spanish translation by Ricardo Mones Lastra
11987
11988 2002-01-13 [alfons]
11989
11990         * po/nl.po
11991                 update dutch translation
11992
11993 2002-01-13 [paul]
11994
11995         * po/pt_BR.po
11996                 Updated by Fabio Junior Beneditto 
11997
11998 2002-01-13 [melvin]     0.6.6claws53
11999
12000         * po/fr.po
12001                 Updated french translation
12002
12003 2002-01-12 [alfons]     0.6.6claws52
12004
12005         * src/filtering.c
12006                 plug mem leak that has been sitting there for ages              
12007
12008 2002-01-12 [alfons]     0.6.6claws51
12009
12010         * src/summaryview.c
12011                 undo melvin's changes from 0.6.6claws48 because summary
12012                 view now refuses to select first unread message when
12013                 selecting a folder 
12014
12015 2002-01-11 [alfons]     0.6.6claws50
12016
12017         * src/import.c
12018                 use claws' semantics for getting folder item when
12019                 importing an mbox file into a folder 
12020                 (submitted by Dale P. Smith)
12021
12022 2002-01-11 [christoph]  0.6.6claws49
12023
12024         * src/prefs.h
12025                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12026                 toggle widget, because non static prefs can not use
12027                 prefs_set_* functions
12028         * src/prefs_account.c
12029                 toggle smtp auth password field sensitivity if
12030                 user id is empty and add descrition of usage for
12031                 these fields
12032         * src/prefs_folder_item.c
12033                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12034                 callbacks
12035
12036 2002-01-11 [melvin]     0.6.6claws48
12037
12038         * src/compose.c
12039                 fix the 'Ctrl-Enter' feature for sending and test really
12040                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12041                 editables which was not documented in Gtk)
12042
12043         * src/summaryview.c
12044                 Made summaryview refresh after sorting and not before.
12045
12046 2002-01-11 [christoph]  0.6.6claws47
12047
12048         * src/compose.c
12049                 select account from account ids if possible and
12050                 correctly set save folder for copy in reedit
12051
12052 2002-01-10 [paul]       0.6.6claws46
12053
12054         * sync with sylpheed 0.7.0 release
12055                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12056                 2002-01-09
12057
12058 2002-01-09 [alfons]
12059
12060         * src/summaryview.c
12061                 remove more dirt traces...
12062
12063 2002-01-09 [alfons]
12064         
12065         * src/summaryview.c
12066                 clean up some traces of my debugging stuff
12067
12068 2002-01-09 [alfons]     0.6.6claws45
12069
12070         * src/filtering.c
12071                 break up filteringprop_apply() in three separate pieces
12072                 so we can drop messages that failed processing in the
12073                 inbox
12074
12075         * src/summaryview.c
12076                 fix bug #469598 "no refresh of inbox after filter" which 
12077                 was introduced by the new summary view locking, and which 
12078                 prevented the summary view to update after a manual filter 
12079                 message. claw's filter message requires a summary_show().
12080                 (aargh, summary_show() again! :-)
12081                 
12082 2002-01-07 [alfons]     0.6.6claws44
12083
12084         * src/headerwindow.c
12085         * src/logwindow.c
12086         * src/messageview.c
12087         * src/sourcewindow.c
12088                 bring in Hiro's last 0.7.0 wm class fixes
12089
12090         * tools/sylprint.pl
12091                 bring in Ricardo's fix for sylprint script
12092
12093         * AUTHORS       
12094         * src/rfc2015.[ch]
12095         * src/prefs_common.[ch]
12096         * src/prefs_account.[ch]
12097         * src/compose.c
12098                 clean up account preference poison in rfc2015,
12099                 and preparation to fix double sign bug 
12100                 (patch submitted by Simon 'corecode' Schubert)
12101
12102 2002-01-07 [christoph]  0.6.6claws43
12103
12104         * src/mh.c
12105                 search for free message number, do not only rely
12106                 on last_num
12107         * src/send.c
12108                 fix smtp auth and use extra account information
12109                 if available, if not use pop3 data instead
12110                 (closes bug #500341)            
12111         * src/ssl.[ch]
12112                 match coding style
12113
12114 2002-01-06 [alfons]     0.6.6claws42
12115
12116         * src/mainwindow.c
12117                 try making the separate windows work again...
12118
12119 2002-01-06 [alfons]     0.6.6claws41
12120
12121         * src/mainwindow.c
12122                 adapt Hiro's separate window menu (to get rid of the funny
12123                 duplicate menu items), and make it work again
12124
12125 2002-01-06 [alfons]     0.6.6claws40
12126
12127         * tools/Makefile.am
12128         * tools/sylprint.rc
12129         * tools/sylprint.pl
12130         * tools/README.sylprint
12131                 add sylprint script for printing mails from Sylpheed
12132                 (contributed by Ricardo Mones Lastra)
12133
12134         * src/acount.c
12135                 clean up
12136
12137 2002-01-06 [melvin]     0.6.6claws39
12138
12139         * src/mainwindow.c
12140         * src/summaryview.c
12141                 Fixed crash introduced in 0.6.6claws38 by the menu
12142                 reorganisation (Hide read messages)
12143         
12144         * ChangeLog.claws 
12145                 Fixed typo (we are now in 2002, alfons ;) )
12146
12147 2002-01-05 [alfons]     0.6.6claws38
12148
12149         * sync with sylpheed 0.6.6cvs10-17
12150                 (last stuff marked as LAST_STABLE)
12151
12152 2002-01-04 [melvin]     0.6.6claws37
12153
12154         * src/account.c
12155                 Made account selection code use strcasestr again instead of
12156                 g_strcasecmp (fixes bug where reediting queued messages
12157                 did not select proper account reported by T. Link).
12158         
12159         * src/folderview.c
12160                 Fix bug where folder icons are not shown when 'hide read messages'
12161                 is on.
12162         
12163         * src/stock_pixmaps.[ch]
12164                 Added folder icons for 'hide read messages'.
12165         
12166         * src/compose.c
12167                 Fixed bug where 'Enter' in a header entry will send the message 
12168                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12169
12170 2002-01-03 [melvin]     0.6.6claws36
12171         
12172         * src/prefs.[ch]
12173                 Added popup menu for common preferences and
12174                 account preferences (right click on tab displays
12175                                 a menu of all tabs.)
12176
12177 2002-01-02 [melvin]     0.6.6claws35
12178
12179         * src/gtkspell.[ch]
12180                 Made spelling code compatible with undo/redo feature.
12181                 Added creation of suggestion mode menu for the general
12182                         preferences.
12183         
12184         * src/prefs_common.[ch]
12185                 Added option menu for the speller's suggestion mode.
12186                 Added missing spaces in "..." buttons and made a "..."
12187                         button non translatable!
12188         
12189         * src/compose.c
12190                 Made speller use the default suggestion mode.
12191                 Hack to make it possible to choose 'CTRL-Enter' as a
12192                         shortcut for sending (and only for sending).
12193
12194         * src/prefs_folder_item.c
12195                 Changing subject simplification does not update cache 
12196                         anymore (because it is unnecessary).
12197                 Fixed bug where changing subject simplification updated the 
12198                         summaryview even when the viewed folder is not the
12199                         folder which properties are being changed. (E.g. 
12200                                         viewing folder A and changing
12201                                         the subject simplification of 
12202                                         folder B -not being viewed- updated the 
12203                                         summaryview of folder A with data of
12204                                         folder B). (Hope this is clear... )
12205
12206 2001-12-31 [alfons]     0.6.6claws34
12207         
12208         * src/ldif.c
12209         * src/mutt.c
12210                 fgetc() returns a signed integer which doesn't
12211                 fit in a char. so c truncates this to a char
12212                 but we may lose significant bits. i.e. we may
12213                 comparing 0xFF which may not be equal to -1
12214                 unless properly casted to signed char which
12215                 we won't do because fgetc() returns a signed
12216                 integer which doesn't fit in a char. so c 
12217                 truncates this to a char but we may lose 
12218                 significat bits. (you got the idea, thanks
12219                 to Gustavo Noronha Silva <kov@debian.org>
12220                 and the Debian folks!)
12221
12222 2001-12-30 [alfons]     0.6.6claws33
12223
12224         * src/prefs_common.c
12225                 add #ifdef USE_PSPELLs that Melvin forgot               
12226
12227 2001-12-30 [melvin]     0.6.6claws32
12228         
12229         * src/prefs_common.[ch]
12230                 Added configurable color for misspelled words.
12231
12232         * src/gtkspell.[ch]
12233                 Fixed bug of foreground text color (reported by David
12234                                 Mehrmann)
12235                 Added configurable color for misspelled words.
12236
12237 2001-12-30 [alfons]     0.6.6claws31
12238
12239         * src/folder.c
12240                 remove unnecessary things someone put there
12241
12242         * src/mh.c
12243         * src/folder.[ch]
12244                 make folder properties (like threading and sorting) persistent
12245                 (closes bug #497424 "rescan folder tree resets proprieties")
12246                 currently this is only for MH folders. 
12247
12248 2001-12-29 [melvin]     0.6.6claws30
12249
12250         * src/string_match.[ch]
12251                 Optimized a bit: regexp pattern buffer compiled only once, and
12252                   one subroutine call removed. Fixed ^ regexp search: Now, 
12253                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12254         
12255         * src/summaryview.c
12256                 Subject filtering changed to filter summary columns and
12257                   not directly the messages subject cache. The loss in 
12258                   performance is balanced by the improvement of string_match.
12259                 Added an alert panel if there is an error in the regexp.
12260
12261         * src/src/prefs_folder_item.h
12262                 Added a regexp pattern buffer.
12263
12264 2001-12-28 [alfons]     0.6.6claws29
12265
12266         * src/string_match.[ch]
12267                 clean up name space
12268                 allow compilation *BSD
12269
12270 2001-12-27 [alfons]     0.6.6claws28
12271
12272         * src/filter.c
12273                 sync the Hiro's bug fix for BSD
12274
12275 2001-12-27 [melvin]     0.6.6claws27
12276         
12277         * src/compose.c
12278                 Simplify focus to subject entry code.
12279
12280 2001-12-27 [darko]      0.6.6claws26
12281
12282         * src/filtering.c
12283         * src/mbox_folder.c
12284         * src/messageview.c
12285         * src/mh.c
12286         * src/procheader.[ch]
12287         * src/procmsg.h
12288         * src/stock_pixmap.[ch]
12289         * src/summaryview.c
12290                 Show key icon for encrypted mails in summary view
12291
12292         * src/pixmaps/clip.xpm
12293         * src/pixmaps/clipkey.xpm
12294         * src/pixmaps/key.xpm
12295                 New/modified icons for the above
12296
12297 2001-12-27 [melvin]     0.6.6claws25
12298
12299         * src/prefs_common.c
12300                 Put spell checker options in a separate tab to decrease
12301                 the Common Preferences window height.
12302
12303         * README.claws  
12304                 Update spell checker usage instruction about its options
12305                 location.
12306
12307 2001-12-27 [melvin]     0.6.6claws24
12308
12309         * src/compose.c
12310                 Changed subject entry widget position. Initial focus is
12311                 on the To header instead of the subject entry.
12312                 Creating a new header scrolls the header list to make the
12313                 created one visible. Nevertheless, when automatically filling
12314                 headers, the first one is shown.
12315                 A Tab key press in the last empty header entry zips the 
12316                 focus to the subject entry.
12317                 (I did not change the combo boxes, yet)
12318
12319 2001-12-26 [alfons]     0.6.6claws23
12320
12321         * src/prefs_account.c
12322         * src/inc.c
12323                 allow default inbox to reside in another mailbox (only
12324                 works for POP3 accounts)
12325
12326 2001-12-26 [alfons]     0.6.6claws22
12327         
12328         * src/textview.c
12329                 make reply-on-click work with the account of the selected folder
12330         * src/compose.c
12331                 put a fixme here to remind me to fix finding correct default
12332                 account for nested folders
12333
12334 2001-12-25 [alfons]     0.6.6claws21
12335
12336         * src/summaryview.c
12337                 make column headers display locked and mark pixmaps (idea by Melvin) 
12338                 fix bug by adding score and locked column type to sort array
12339
12340 2001-12-25 [alfons]     0.6.6claws20
12341         
12342         * src/summaryview.c
12343                 catch a *potentially* inadvertent write back of  
12344                 the message cache(s) introduced by 0.6.5claws37
12345
12346 2001-12-25 [christoph]  0.6.6claws19
12347
12348         * src/stock_pixmap.[ch]
12349         * src/summaryview.c
12350                 add ignore thread pixmap
12351                 (can someone draw a better icon for this?)
12352
12353 2001-12-24 [alfons]     0.6.6claws18
12354
12355         * src/prefs_folder_item.c
12356                 make address completion actually work for the
12357                 Default To address in the Folder Property dialog.
12358
12359 2001-12-24 [alfons]     0.6.6claws17
12360         
12361         * src/summaryview.c
12362                 use new style regexp for subject stripping 
12363                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12364
12365 2001-12-24 [darko]      0.6.6claws16
12366
12367         * src/pgptext.c
12368         * src/rfc2015.c
12369                 move GPG related informational messages to debug mode
12370
12371 2001-12-23 [alfons]     0.6.6claws15
12372
12373         * src/stock_pixmap.[ch]
12374         * src/summaryview.c
12375                 add the forgotten Claws' locked pixmap
12376
12377 2001-12-23 [alfons]     0.6.6claws14
12378
12379         * src/filesel.c
12380                 accept file name typed in entry in multi file
12381                 selector (patch submitted by Gustavo Noronha Silva 
12382                 <kov@debian.org>)
12383
12384 2001-12-23 [alfons]     0.6.6claws13
12385
12386         * src/prefs_filter.c
12387         * src/prefs_filtering.c
12388         * src/matcher.c
12389         * src/importmutt.c
12390                 clean up a little bit
12391         
12392         * src/string_match.c
12393                 validate input strings a little bit more
12394
12395 2001-12-23 [alfons]     0.6.6claws12
12396
12397         * src/Makefile.am
12398         * src/summaryview.c
12399         * src/string_match.[ch]         ** NEW **
12400         * src/folderview.[ch]
12401         * src/headerview.h
12402         * src/folder.[ch]
12403         * src/prefs_folder_item.[ch]
12404                 add subject simplification to strip out strings from
12405                 a subject line (esp. handy for mailing lists). 
12406                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12407                 but slightly changed things for better integration.)
12408
12409 2001-12-23 [alfons]     0.6.6claws11
12410
12411         * src/mainwindow.c
12412                 fix bug introduced by submission included in 0.6.5claws52.
12413                 ideally this submission should clean the trash if any trash
12414                 folder has a message. however, the hasTrash variable was
12415                 set to false whenever a trash folder was empty (discarding
12416                 a previously found *filled* trash folder.)
12417
12418                 also edited the code a little bit and made it more safe.
12419
12420 2001-12-22 [alfons]     0.6.6claws10
12421
12422         * src/imap.c
12423                 quick fix for Martin Pool's omission of an account
12424                 specific SSL setting
12425
12426 2001-12-22 [alfons]     0.6.6claws9
12427
12428         * src/compose.c
12429         * src/messageview.c
12430         * src/mimeview.c
12431         * src/pgptext.c
12432         * src/procmime.[ch]
12433                 better support for multipart/digest (submitted
12434                 by Fredrik <e98fo@efd.lth.se>)
12435
12436 2001-12-22 [alfons]     0.6.6claws8
12437
12438         * src/addressbook.c
12439                 correct function signature
12440         * src/socket.[ch]
12441         * src/imap.[ch]
12442         * src/prefs_account.[ch]
12443                 allow IMAP over SSH tunnel (patch submitted by 
12444                 Martin Pool <mbp@samba.org>)
12445
12446 2001-12-21 [alfons]     0.6.6claws7
12447
12448         * sync with sylpheed 0.6.6cvs4-9
12449                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12450
12451 2001-12-21 [christoph]  0.6.6claws6
12452
12453         * src/compose.c
12454         * src/prefs_folder_item.[ch]
12455                 implement saving of outgoing messages to current folder.
12456                 fix segfault when no default outbox is available
12457                 (closes bug #495683)
12458
12459 2001-12-21 [carsten]    0.6.6claws5
12460         * src/folderview.c
12461         * src/summaryview.c
12462                 pressing CTRL while DND does now the expected thing and
12463                 copies the mail (moving is still the default, as this
12464                 seam more appropriate for handling mails by DND)
12465
12466 2001-12-18 [paul]       0.6.6claws4
12467
12468         * sync with sylpheed 0.6.6cvs3
12469                 see ChangeLog entries 2001-12-18
12470
12471 2001-12-18 [hiro]       0.6.6claws3
12472
12473         * src/undo.c
12474                 fix for multibyte characters (obtain the number of letters
12475                 instead of bytes).
12476
12477 2001-12-17 [paul]       0.6.6claws2
12478
12479         * sync with sylpheed 0.6.6cvs1
12480                 see ChangeLog entry 2001-12-16
12481
12482 2000-12-17 [alfons]     0.6.6claws1
12483
12484         * src/filtering.c
12485                 clean up
12486
12487 2001-12-16 [paul]       0.6.6claws
12488 2001-12-15
12489
12490         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12491
12492         * src/mimeview.c
12493                 last minute sync with main 0.6.6
12494
12495         * po/es.po
12496                 updated by Ricardo Mones Lastra
12497                 update for last minute sync
12498         * po/fr.po
12499         * po/nl.po
12500                 update for last minute sync
12501         * po/de.po
12502                 updated by Jens Oberender
12503         * po/pt_BR.po
12504                 updated by Fabio Junior Beneditto
12505
12506         * src/prefs_common.[ch]
12507         * src/undo.c
12508                 number of undo levels is user configurable
12509                 (squeeze it into the release in the dying
12510                 moments) Submitted by Jens Oberender    
12511
12512 2001-12-15 [melvin]
12513
12514         * po/fr.po
12515                 updated french translation
12516
12517 2001-12-15 [paul]       0.6.5claws92
12518
12519         * sync with sylpheed 0.6.5cvs28
12520                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12521
12522         * po/nl.po
12523                 update to allow for sync
12524
12525 2001-12-15 [alfons]
12526         
12527         * po/nl.po
12528                 update dutch translation
12529
12530 2001-12-14 [carsten]    0.6.5claws91
12531         * src/summaryview.c
12532                 fixed bug #473785; also after changing the column order
12533                 the same message will be selected and displayed as before
12534                 the reordering
12535
12536 2001-12-14 [carsten]    0.6.5claws90
12537         * src/folderview.c
12538                 probably found the bug reported by wwb opening or closing
12539                 a folder tree just before dnd (found the solution in the
12540                 balsa source -- thanks to them)
12541
12542 2001-12-14 [carsten]    0.6.5claws89
12543         * src/gtkutils.c
12544         * src/account.c
12545                 moved gtk_clist_moveto to the right place, so that
12546                 only the accounts dialog is effected on opening
12547
12548 2001-12-14 [carsten]    0.6.5claws88
12549         * src/gtkutils.c
12550                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12551                 now, so that the focused row will be seen in any case
12552                 (reported by wwp on sf-claws-user)
12553
12554 2001-12-14 [darko]      0.6.5claws87
12555
12556         * src/compose.c
12557                 remove unnecessary line
12558
12559 2001-12-14 [paul]       0.6.5claws86
12560
12561         * sync with sylpheed 0.6.5cvs27
12562                 see ChangeLog entries 2001-12-14
12563
12564 2001-12-14 [carsten]    0.6.5claws85
12565         * src/mainwindow.c
12566                 following a suggestion of Melvin the rcoabm pops up
12567                 right under the button now and the button is reliefed
12568                 while the popup is open
12569
12570 2001-12-14 [darko]      0.6.5claws84
12571
12572         * src/compose.c
12573                 fix crash when wrapping long lines if linewrap quotation
12574                 is disabled and wrapper encounters a word spanning more
12575                 than one line
12576
12577 2001-12-13 [paul]       0.6.5claws83
12578
12579         * src/compose.c
12580                 prefer 'Reply-To' header over mailing list header when
12581                 replying to a message. Finally prevent all those confirmation 
12582                 messages being sent to the list itself.
12583
12584         * src/summaryview.c
12585                 remove unused summary_set_menu_sensitive() entry
12586
12587 2001-12-13 [paul]       0.6.5claws82
12588
12589         * src/folderview.c
12590         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12591         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12592         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12593                 improvements to 'Hide read messages': Inbox, Outbox,
12594                 Trash, Queue, and Draft icons now reveal presence of hidden 
12595                 messages
12596
12597 2001-12-12 [alfons]     0.6.5claws81
12598
12599         0.6.5claws80 was tagged as LAST_STABLE
12600
12601         * src/filtering.[ch]
12602         * src/matcher.[ch]
12603         * src/matcher_parser_lex.c
12604                 fix the filtering; my last attempt to get it right, 
12605                 if it does not work, it's Hoa's turn. ;-)
12606
12607                 for my honourable peers:
12608                 
12609                 the code now makes a clear distinction between
12610                 rules as they are displayed (probably escaped),
12611                 and as they are executed (probably unescaped). the
12612                 parser does *NOT* do any unescaping, this is
12613                 the task of the matcher.c (which breaks up a
12614                 rule into condition) and the filtering.c (which
12615                 breaks up the rule's action). to make this
12616                 run happily we provide an unescaped copy of
12617                 crucial strings to the MatcherProp and 
12618                 FilteringAction structures. note that the only
12619                 exception to this is any REGEXP string. those
12620                 are directly passed to regcomp() and regexp()
12621                 (who have much more powerful unescape functions).
12622                 
12623                 for everyone else:
12624         
12625                 you can escape tab (\t), carriage return (\r),
12626                 linefeed (\n), form feed (\f), quote (\"), 
12627                 single quote (\'), bell (\b) in all the entry
12628                 lines in the scoring & filtering dialogs.
12629                 as an added bonus this should not affect
12630                 existing filtering rules.
12631
12632 2001-12-12 [carsten]    0.6.5claws80
12633
12634         * src/summaryview.c
12635         * po/de.po
12636                 "item(s) selected" is now sensitive to 1 or more
12637                 than one selected (nice for language where simple
12638                 adding of a "s" is not possible as German (Eintrag
12639                 ->Eintr"age)
12640                 
12641                 the "forward as attachment" entry from the right
12642                 click menu removed, "forward" acts following the
12643                 prefs
12644         
12645         * src/textview.c
12646                 reverted my former changes; so compiler warning again
12647                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12648                 nevertheless
12649
12650         * src/messageview.c
12651                 "search in message" does now *not* only work in MVIEW_TEXT
12652                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12653                 message
12654
12655         * src/mainwindow.c
12656                 removed "/File/_Close" as it was the same as "/File/E_xit"
12657                 and we don't need it two times
12658
12659                 the separate folder view and message view now get a distinct
12660                 WMCLASS, just in case someone is using sawfish ;-)
12661
12662                 as the menu entries "/View/Message view" and "/View/Folder tree"
12663                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12664                 make them sensitive accordingly and as these two are "shown"
12665                 after startup anytime check this menuitem at startup
12666
12667 2001-12-12 [paul]       0.6.5claws79
12668
12669         * src/folderview.c
12670                 fix sensitivity of 'Search folder...', broken in
12671                 0.6.5claws75
12672
12673         * src/mainwindow.c
12674                 fix dodgy English
12675
12676 2001-12-11 [carsten]    0.6.5claws78
12677         * src/filtering.c
12678                 fixed two typos returning a wrong FALSE/TRUE
12679         * src/mainwindow.[ch]
12680                 extra menu for email/news button removed
12681
12682 2001-12-11 [alfons]     0.6.5claws77
12683         
12684         * src/matcher.c                 (1.3)
12685         * src/matcher_parser_lex.l      (1.28)
12686                 revert for another attempt
12687                 mark 0.6.5claws77 as LAST_STABLE
12688
12689 2001-12-11 [christoph]  0.6.5claws76
12690
12691         * po/de.po
12692                 fixed wrong translation for prev. unread msg
12693
12694 2001-12-11 [paul]       0.6.5claws75
12695
12696         * src/folder.[ch]
12697         * src/folderview.c
12698         * src/mainwindow.c
12699         * src/summaryview.[ch]
12700         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12701                 enable ability to hide read messages on per folder basis via 
12702                 '/Summary/Hide read messages'; when selected, a folder will 
12703                 have a red open folder icon, instead of a blue icon, if the 
12704                 folder contains hidden messges
12705                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12706
12707         * src/mainwindow.c
12708                 remove '/Message/Forward as attachment' from 
12709                 main_window_set_menu_sensitive() to prevent debug warning
12710
12711         * src/folderview.c
12712         * src/mainwindow.c
12713                 Clean up some of the English
12714
12715         * tools/newscache_clean.pl
12716                 allow for new 'hidereadmsgs' entry in folderlist.xml
12717
12718         * po/es.po
12719                 updated translation, submitted by Ricardo Mones Lastra
12720
12721 2001-12-11 [paul]       0.6.5claws74
12722
12723         * sync with sylpheed 0.6.5cvs25
12724                 see ChangeLog entry 2001-12-11
12725
12726 2001-12-10 [alfons]     0.6.5claws73
12727
12728         * src/matcher.c
12729                 add more control characters
12730         * src/matcher_parser_lex.l
12731                 make escaping / unescaping work again
12732
12733 2001-12-10 [alfons]     0.6.5claws72
12734
12735         * src/imap.c
12736                 clean up warnings "returning value for void function" 
12737         * src/prefs_filtering.c
12738                 make info button for execute action sensitive
12739
12740 2001-12-10 [paul]       0.6.5claws71
12741
12742         * src/compose.c
12743         * src/imap.[ch]
12744         * src/summaryview.c
12745                 fix: imap server now gets informed of MARKED, UNMARKED
12746                 and REPLY events. Now people can use different IMAP-Mail
12747                 clients and have the exact same information about MARKED,
12748                 UNMARKED and REPLY status with all of them. Especially
12749                 useful for imap servers with a web-frontend.
12750                 submitted by Tobias Sandhaas <medlor@web.de>
12751
12752 2001-12-09 [melvin]     0.6.5claws70
12753         
12754         * src/textview.[ch]
12755                 fixed bug #490076 (hunted down by Alfons who implemented
12756                 a workaround in 0.6.5claws65)
12757
12758 2001-12-09 [christoph]  0.6.5claws69
12759
12760         * src/summaryview.c
12761                 set pointer to string in LOCKED column to NULL
12762                 (might fix bug #490800)
12763
12764 2001-12-09 [carsten]    0.6.5claws68
12765
12766         * po/de.po
12767                 resolved some cluttered menu shortcuts 
12768                 ('creating new email' and 'creating news message'
12769                 hade the same)
12770         * src/compose.c
12771                 wmclass now distinc from main window
12772         * src/mainwindow.c
12773           src/mainwindow.h
12774                 email/news and forward button functionality similar
12775                 to the reply buttons; removed the ugly dropdown arrows
12776                 and use instead the right mouse button
12777
12778 2001-12-09 [paul]       0.6.5claws67
12779
12780         * src/imap.c
12781         * src/utils.h
12782                 allow spaces in imap folder names
12783                 submitted by Willem van Engen <wvengen@stack.nl>
12784
12785 2001-12-09 [paul]       0.6.5claws66
12786
12787         * sync with sylpheed 0.6.5cvs24
12788                 see ChangeLog entry 2001-12-09
12789
12790 2001-12-08 [alfons]     0.6.5claws65
12791
12792         * src/textview.c
12793                 prevent secondary selection claim after "add to sender" dialog
12794                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12795                 we trick GTK by simulating a click at (0, 0) in the textview.
12796
12797 2001-12-08 [hoa]        0.6.5claws64
12798
12799         * src/folder.c
12800                 fixed a bug about the .processing folder name while filtering
12801
12802 2001-12-08 [alfons]     0.6.5claws63
12803
12804         * src/folderview.c 
12805                 work around problem of not correctly updating folder stats
12806                 when deleting messages. there's some folder scanning evil
12807                 going so the folderview_update_msg_num() does not work
12808                 correctly. need to investigate this.
12809
12810 2001-12-08 [paul]       0.6.5claws62
12811
12812         * sync with sylpheed 0.6.5cvs23
12813                 see ChangeLog entry 2001-12-08
12814
12815 2001-12-07 [christoph]  0.6.5claws61
12816
12817         * src/compose.c
12818                 fix another header translation problem
12819
12820 2001-12-07 [alfons]     0.6.5claws60
12821
12822         * src/mbox.c
12823                 make filtering also work on local spool mbox
12824
12825 2001-12-07 [carsten]    0.6.5claws59
12826         * src/addressbook.c
12827                 addressbook window gets a wmclass distinct from the main
12828                 sylpheed window
12829         * src/compose.h
12830         * src/mainwindow.[ch]
12831                   forward menu item will use mode selected in prefs, forward 
12832                 as attatchment in menu removed (will be substituted in the
12833                 toolbar similar to reply buttons)
12834                   create news message menu entry and news button is now 
12835                 sensitive to the existance of a news account
12836         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12837         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12838         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12839                 these are removed because the toolbar buttons don't show
12840                 the quoting modus any longer
12841
12842 2001-12-07 [paul]
12843
12844         * tools/newscache_clean.pl      ** NEW FILE **
12845                 perl script to do some tidying up in the newscache directory 
12846                 
12847         * tools/sylpheed-switcher       ** NEW FILE **
12848                 perl script to enable easy switching between main and claws
12849                 
12850         * tools/README
12851                 added descriptions of the two new perl scripts          
12852
12853
12854 2001-12-07 [melvin]     0.6.5claws58
12855
12856         * src/messageview.c
12857                 fixed a warning during compilation introduced in 0.6.5claws56
12858
12859 2001-12-07 [paul]       0.6.5claws57
12860
12861         * src/mainwindow.[ch]
12862         * src/menu.[ch]
12863                 further usability enhancements to replying with or without 
12864                 quoting via the toolbar, use of Ctrl key is replaced by 
12865                 drop down menu 
12866                 Submitted by Carsten Schurig            
12867
12868 2001-12-07 [melvin]     0.6.5claws56
12869
12870         * src/messageview.c
12871                 hack to fix bug that prevented to make/paste selections
12872                 after switching between MVIEW_TEXT and MVIEW_MIME views
12873                 without deselecting the selection first.
12874
12875 2001-12-06 [alfons]     0.6.5claws55
12876
12877         * src/filtering.[ch]
12878         * src/inc.c
12879                 revise filtering a little bit more, and make sure
12880                 messages are delivered to the appropriate inbox
12881                 (perhaps set per account)
12882
12883 2001-12-06 [paul]       0.6.5claws54
12884
12885         * sync with sylpheed 0.6.5cvs22
12886                 see ChangeLog entry 2001-12-06
12887
12888 2001-12-05 [alfons]     0.6.5claws53
12889
12890         * src/inc.c
12891         * src/folder.[ch]
12892         * src/procmsg.c
12893         * src/filtering.c
12894                 more revisions of filtering system
12895                 (last stable version is marked as LAST_STABLE)
12896                 
12897                 | NOTE 1): the filtering system now uses a local folder called
12898                 | .processing. if filtering fails, check this directory
12899                 | for missing messages.
12900                 |
12901                 | NOTE 2): help us find the filtering actions still missing
12902
12903 2001-12-05 [paul]       0.6.5claws52
12904
12905         * src/mainwindow.c
12906                 fix bug where 'Empty Trash?' pop-up window appears even
12907                 when Trash is empty, submitted by Jesse Skinner         
12908
12909 2001-12-05 [melvin]     0.6.5claws51
12910
12911         * src/compose.c
12912                 fixed bug #486106 to select correct account when reediting 
12913                 a queued message
12914         
12915 2001-12-04 [alfons]     0.6.5claws50
12916
12917         * src/mh.c
12918                 declare markfile in appropriate functions when
12919                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12920                 for spotting this)
12921
12922 2001-12-04 [paul]       0.6.5claws49
12923
12924         * sync with sylpheed 0.6.5cvs21
12925                 see ChangeLog entry 2001-12-04
12926
12927 2001-12-03 [christoph]  0.6.5claws48
12928
12929         * po/de.po
12930                 changed translation of undo
12931         * src/account.c
12932         * src/folder.c
12933                 don't reinvent the wheel to traverse a GNode
12934         * src/compose.[ch]
12935                 seperate code to create the compose gui into functions
12936                 add "Others" page with folder selection for saving copy
12937                 of the message.
12938                 the folder identifier is saved to queue header
12939         * src/procmsg.c
12940                 save message to folder in queue header
12941
12942 2001-12-03 [paul]       0.6.5claws47
12943
12944         * sync with sylpheed 0.6.5cvs20
12945                 see ChangeLog entry 2001-12-03
12946
12947 2001-12-01 [paul]
12948
12949         * more sync with sylpheed 0.6.5cvs19
12950                 see ChangeLog entry 2001-11-29
12951
12952 2001-11-30 [paul]       0.6.5claws46
12953         
12954         * src/compose.c
12955                 remove conflicts introduced by Hoa's last commit
12956          
12957         * src/mainwindow.c
12958                 make 'Message/Bounce' sensitive
12959
12960 2001-11-30 [hoa]        0.6.5claws45
12961
12962         * src/compose.c
12963                 slightly change bounce function to add
12964                 information about the user that bounced the mail
12965                 in the From header line.
12966
12967         * src/folderview.c
12968                 permit the use of processing in outbox folder.
12969
12970 2001-11-29 [paul]       0.6.5claws44
12971
12972         * src/mainwindow.[ch]
12973         * src/prefs_common.c
12974         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12975         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12976         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12977                 usability enhancements to the quoting, implements
12978                 use of Ctrl key to toggle quoting settings
12979                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12980
12981 2001-11-29 [paul]       0.6.5claws43
12982         
12983         * sync with sylpheed 0.6.5cvs19
12984                 see ChangeLog entry 2001-11-28
12985
12986 2001-11-29 [melvin]     0.6.5claws42
12987         * src/Makefile.am
12988                 added enriched.[ch] to the list of files
12989
12990         * src/textview.c
12991         * src/mimeview.c
12992         * src/procmime.[ch]
12993         * src/enriched.[ch]
12994                 added support to view text/enriched
12995                 added support to show headers in message view for text/enriched and text/html
12996                         in non multipart messages
12997
12998 2001-11-28 [paul]       0.6.5claws41
12999
13000         * more sync with sylpheed 0.6.5cvs18
13001                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13002
13003 2001-11-27 [paul]       0.6.5claws40
13004         
13005         * po/pt_BR.po
13006                 updated translation, submitted by Fabio Junior Beneditto
13007                 
13008         * sync with sylpheed 0.6.5cvs18
13009                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13010                 2001-11-27
13011
13012
13013 2001-11-26 [paul]
13014
13015         * po/es.po
13016                 updated translation, submitted by Ricardo Mones Lastra
13017
13018 2001-11-26 [alfons]
13019
13020         * src/matcher.c
13021                 add more translatable strings
13022
13023 2001-11-26 [christoph]  0.6.5claws39
13024
13025         * po/de.po      
13026                 fixed one more umlaut
13027         * src/compose.c
13028                 fix translated header when it should not be translated
13029
13030 2001-11-26 [paul]       0.6.5claws38
13031
13032         * src/mainwindow.c
13033                 remove '/Message/Add Sender to address book' from 
13034                 main_window_set_menu_sensitive(), prevent debug warning
13035                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13036
13037 2001-11-26 [paul]       0.6.5claws37
13038
13039         * src/summaryview.c
13040                 fix 'recurring unread state' bug 
13041
13042         * tools/README 
13043         * tools/filter_conv.pl
13044                 read name of top level mailbox from folderlist.xml
13045                 and presume nothing about its name              
13046
13047 2001-11-26 [darko]      0.6.5claws36
13048
13049         * src/gtkstext.[ch]
13050                 removed functions that are now in gtkutils.c
13051                 use gtkut_text_is_uri_string() from gtkutils.c
13052         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13053
13054 2001-11-26 [paul]       0.6.5claws35
13055
13056         * sync with sylpheed 0.6.5cvs16
13057                 see ChangeLog entries 2001-11-25 and 2001-11-26
13058
13059 2001-11-25 [alfons]     0.6.5claws34
13060
13061         EXPERIMENTAL!!! Please checkout the last stable version using: 
13062           
13063         % cvs update -r LAST_STABLE -dRAP
13064
13065         (Or help us testing this stuff.)
13066
13067         * src/filtering.c               (1.14)
13068         * src/filtering.h               (1.6)
13069         * src/inc.c                     (1.28)
13070         * src/matcher.c                 (1.20)
13071         * src/mbox.c                    (1.9)
13072         * src/procmsg.h                 (1.14)
13073         * src/summaryview.c             (1.59)
13074         * src/summaryview.h             (dunno)
13075                 revert/merge/sync to as it was before commit 
13076                 on Thu, 19 Jul 2001 10:15:51 -0700.
13077
13078 2001-11-25 [hoa]        0.6.5claws33
13079
13080         * src/main.c
13081                 processing mails at startup
13082
13083         * src/folderview.c
13084         * src/summaryview.[ch]
13085                 processing mails when entering folder
13086
13087         * src/prefs_filtering.c
13088                 fixed some UI bugs
13089
13090 2001-11-24 [alfons]     0.6.5claws32
13091
13092         * src/summaryview.[ch]
13093                 make summary sort headers work, and also make
13094                 sure the sort type is stored
13095
13096 2001-11-23 [alfons]     0.6.5claws31
13097
13098         * src/summaryview.[ch]
13099                 make lock work like mark
13100                 disallow deleting messages marked as locked
13101
13102 2001-11-23 [alfons]     0.6.5claws30
13103
13104         * src/gtkstext.c
13105         * src/compose.[ch]
13106         * src/Makefile.am
13107         * src/undo.[ch]
13108                 merge undo patch submitted by Jens
13109
13110 2001-11-23 [christoph]  0.6.5claws29
13111
13112         * src/.cvsignore
13113                 added ylwrap
13114         * src/compose.c
13115                 fixed gpg signing and encoding
13116         * src/folder.[ch]
13117         * src/main.c
13118                 added --status option to get new, unread and total
13119                 message count from a running sylpheed
13120         * src/prefs_common.c
13121                 temporary fix for reply_with_quote problem
13122                 (don't call functions for non existing widget)
13123         * src/procmsg.c
13124                 one more check for ignored threads but still not
13125                 always working correctly. probably a recursive
13126                 check for all parents is needed
13127
13128 2001-11-23 [darko]      0.6.5claws28
13129
13130         * src/compose.c
13131                 wrapping on send improvements
13132         * src/gtkutils.[ch]
13133                 fix for GtkSText after last sync with main branch
13134                 GTK_TEXT -> GTK_STEXT
13135
13136 2001-11-23 [paul]       0.6.5claws27
13137
13138         * sync with sylpheed 0.6.5cvs14
13139                 see ChangeLog entries 2001-11-22 and 2001-11-23
13140                 
13141         * po/de.po
13142                 fixed the scrambled umlauts 
13143                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13144
13145 2001-11-21 [paul]       0.6.5claws26
13146
13147         * sync with sylpheed 0.6.5cvs12
13148                 see 2nd ChangeLog entry dated 2001-11-20
13149
13150 2001-11-20 [paul]       0.6.5claws25
13151
13152         * sync with sylpheed 0.6.5cvs11
13153                 see ChangeLog entry 2001-11-19 (src/utils.c)
13154
13155 2001-11-20 [hiro]
13156
13157         * src/compose.c
13158                 GTK_TEXT -> GTK_STEXT
13159                 fix for wrong comment
13160
13161 2001-11-20 [hiro]       0.6.5claws24
13162
13163         * src/compose.[ch]
13164                 more merges from main branch
13165                 removed fatal warnings (uninitialized variables etc.)
13166                 some coding style fix
13167         * src/gtkutils.h
13168                 fixed typo.
13169         * src/addressbook.c
13170           src/addrindex.c
13171                 V-Card -> vCard
13172
13173 2001-11-19 [hoa]        0.6.5claws23
13174
13175         * src/filtering.c
13176         * src/prefs_scoring.c
13177         * src/matcher.[ch]
13178         * src/scoring.c
13179                 cleaning code
13180
13181         * src/matcher_parser_parse.y
13182         * src/prefs_filtering.c
13183                 bouncing
13184
13185 2001-11-19 [alfons]     0.6.5claws22
13186
13187         more of my old things into claws
13188
13189         * src/Makefile.am
13190         * src/prefs_common.c
13191         * src/procmsg.h
13192         * src/summaryview.[ch]
13193         * src/prefs_summary_column.c
13194         * src/pixmaps/locked.xpm
13195                 add indicators for locking of message in summary view
13196                 (does not work yet, only visual indicator)
13197
13198 2001-11-19 [paul]       0.6.5claws21
13199
13200         * sync with sylpheed 0.6.5cvs10
13201                 see ChangeLog entry 2001-11-19
13202
13203 2001-11-18 [alfons]     0.6.5claws20
13204         
13205         * src/filtering.c
13206                 remove an inadvertent free I forgot in previous clean up 
13207
13208 2001-11-18 [alfons]     0.6.5claws19
13209
13210         * src/filtering.[ch]
13211                 clean up & plug leaks
13212
13213 2001-11-18 [paul]       0.6.5claws18
13214
13215         * sync with sylpheed 0.6.5cvs9
13216                 see ChangeLog entries 2001-11-17 and 2001-11-18
13217
13218 2001-11-16 [paul]       0.6.5claws17
13219
13220         * sync with sylpheed 0.6.5cvs8
13221                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13222
13223 2001-11-16 [paul]       0.6.5claws16
13224
13225         * sync with sylpheed 0.6.5cvs7
13226                 see ChangeLog entries 2001-11-15 and 2001-11-16
13227
13228 2001-11-15 [hoa]        0.6.5claws15
13229
13230         * src/compose.c
13231                 fix bounce, mails we received couln't be bounced to ourself.
13232
13233         * src/defs.h
13234         * src/filtering.[ch]
13235         * src/matcher.[ch]
13236         * src/matcher_parser.h
13237         * src/matcher_parser_lex.l
13238         * src/matcher_parser_parse.y
13239         * src/inc.c
13240         * src/main.c
13241         * src/mbox.c
13242         * src/prefs_filtering.[ch]
13243         * src/mainwindow.c
13244         * src/prefs_matcher.c
13245         * src/prefs_scoring.c
13246         * src/scoring.[ch]
13247         * src/summaryview.c
13248                 new matcher/filter/score configuration file parser
13249                 one unique configuration file => ~/.sylpheed/matcherrc
13250                 import in currently automatic, then save are made
13251                 in this new file.
13252                 one filter per folder and one global filter
13253                 (filter of a folder will be used as folder processing)
13254
13255         * src/folder.c
13256                 fix a bug in folder_item_get_identifier
13257                 
13258         * src/messageview.c
13259                 receive receipt return are fixed.
13260
13261 2001-11-14 [alfons]     0.6.5claws14
13262
13263         * src/session.h
13264                 add things from main branch to make claws compile
13265
13266 2001-11-14 [paul]       0.6.5claws13
13267
13268         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13269                 see ChangeLog entries 2001-11-08 to 2001-11-14
13270
13271 2001-11-14 [hoa] 0.6.5claws12
13272
13273         * src/compose.[ch]
13274         * src/mainwindow.c
13275         * src/summaryview.c
13276                 add "bounce mail" option
13277
13278 2001-11-13 [christoph]  0.6.5claws11
13279
13280         * src/compose.c
13281                 Cleanup a mess i add before commiting
13282
13283 2001-11-13 [hoa]        0.6.5claws10
13284
13285         * src/compose.c
13286                 some fixes when mail are sent or
13287                 for crossposts
13288
13289 2001-11-13 [christoph]  0.6.5claws9
13290
13291         * po/de.po
13292                 Changed two string with the same translation
13293         * src/compose.c
13294         * src/procmsg.[ch]
13295         * src/send.[ch]
13296                 New mailsending process:
13297                   - Always queue message before sending
13298                     (message will be saved if sylpheed crashed or
13299                      freezes while sending)
13300                   - Allow queuing of newspostings
13301                   - No copy in outbox before sending
13302                     (closes bug #469501)
13303                   - No more redundant code for send and send_later
13304         * src/summaryview.c
13305                 Applied wwp <subscript@free.fr>'s patch that fixes
13306                 marks for multiple forwarded messages (+compose.c)
13307
13308 2001-11-12 [alfons]
13309
13310         * README.claws
13311                 remove things that are now in main branch
13312         
13313         * po/nl.po
13314                 update Dutch translation
13315
13316 2001-11-12 [mhadasht]   0.6.5.claws8
13317
13318         * src/prefs_common.c
13319                 re-enabled account autoselection feature for forward
13320                 and reedit lost during the branch point for SYNC-B4-REL
13321         * src/gtkspell.c
13322                 gtkpspell_get_dict(): more readable code (even if function is
13323                 not used yet)
13324         * ChangeLog.claws
13325                 added version number info to 2001-11-12 [hiro] comment.
13326
13327 2001-11-12 [hiro]       0.6.5.claws7
13328
13329         * src/compose.c
13330                 compose_forward(): fixed a bug that forward quote mark
13331                 wasn't used.
13332                 removed unnecessary code.
13333         * src/template_select.[ch]: removed.
13334
13335 2001-11-11 [alfons]
13336
13337         * src/compose.c
13338                 :%s/GTK_TEXT/GTK_STEXT/g
13339         
13340         * src/compose.[ch]
13341         * src/undo.[ch]
13342         * src/Makefile.am
13343                 revert the undo stuff (this is 0.6.6claws stuff)
13344
13345 2001-11-11 [hoa]        0.6.5.claws6
13346
13347         * src/compose.[ch]
13348                 Insert signature at the end of the text.
13349                 Added undo patch but currently disabled
13350
13351         * src/procmsg.c
13352                 Threading by subject improved.
13353
13354         * added src/undo.[ch]
13355                 Undo module for compose dialog box.
13356
13357 2001-11-11 [alfons]     0.6.5.claws5
13358
13359         * src/procmsg.c
13360                 prevent threading by subject on nodes that have already been
13361                 threaded by in-reply-to (as in "circular references in a tree
13362                 result in a dead branch")
13363
13364 2001-11-09 [hoa]        0.6.5.claws4
13365         
13366         * src/folderview.c
13367                 allows creation of mbox folder item from any files.
13368
13369 2001-11-09 [alfons]     0.6.5.claws3
13370         
13371         * src/utils.c
13372         * src/procmsg.c
13373                 do what I mean and correct threading by subject so it really
13374                 ignores attracting lines without "Re: "
13375
13376 2001-11-07 [alfons]     0.6.5.claws2
13377
13378         * src/procmsg.c
13379         * src/utils.[ch]
13380                 only attract by subject if a subject line starts with a "Re: "
13381         * src/syldap.c
13382                 remove warning
13383
13384 2001-11-07 [paul]       0.6.5claws1
13385
13386         * sync with sylpheed 0.6.5. release
13387                 see ChangeLog entry 2001-11-07
13388
13389 2001-11-07 [paul]       0.6.4claws31
13390
13391         * sync with sylpheed 0.6.4cvs18
13392                 see ChangeLog entries 2001-10-30 to 2001-11-07
13393                 prefs_templates.[ch] renamed prefs_template.[ch]
13394
13395 2001-11-06 [alfons]
13396         
13397         * src/utils.h
13398                 add semicolon Hoa forgot ;-)
13399                 
13400
13401 2001-11-06 [hoa]        0.6.4claws30
13402         
13403         * src/procmsg.c
13404         * src/summaryview.c
13405         * src/utils.c
13406         * src/utils.h
13407                 threading by subject - empty subject are ignored
13408
13409 2001-11-06 [christoph]  0.6.4claws29
13410
13411         * src/socket.c
13412                 use SSL_peek for sock_gets
13413         * src/utils.c
13414                 removed unneeded pointer in extracting quoted
13415                 names implementation
13416
13417 2001-11-06 [melvin]     0.6.4claws28
13418
13419         * src/gtkspell.c
13420                 fixed bug #476792 Selection overtyping with spell checker
13421                 fixed bug which could cause a buffer overflow
13422                 fixed a memory leak
13423
13424 2001-11-06 [hoa]        0.6.4claws27
13425         
13426         * src/procmsg.c
13427         * src/summaryview.c
13428                 threading by subject
13429
13430 2001-11-05 [alfons]     0.6.4claws26
13431         
13432         * README.claws
13433                 Claws -> Sylpheed (vice versa)
13434
13435         * src/compose.c
13436                 :%s/gtk_text/gtk_stext/g
13437                 :%s/GTK_TEXT/GTK_STEXT/g
13438                 (thanks to Jonathan Ware for spotting this)
13439
13440 2001-11-04 [christoph]  0.6.4claws25
13441
13442         * src/summaryview.c
13443                 replace Xalloca + strdup with Xstrdup_a
13444         * src/utils.c
13445                 better implementation of extracting quoted names
13446                 from addresses (remove backlashes and ignore
13447                 quotes after them)
13448
13449 2001-11-04 [alfons]     0.6.4claws24
13450
13451         * src/utils.[ch]
13452                 edit to comply more with coding style
13453
13454         * src/textview.c
13455                 fix bug reported by Kim Schulz. introduced by the patch integrated
13456                 in 0.6.4claws15. the code did not check the return value of
13457                 the html parser.
13458
13459         * AUTHORS
13460                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13461
13462 2001-11-04 [christoph]  0.6.4claws23
13463
13464         * src/main.c
13465         * src/prefs_common.[ch]
13466                 init some pointers that possibly caused a segfault
13467                 reported in the claws-users ML
13468
13469 2001-11-04 [hoa]        0.6.4claws22
13470
13471         * src/grouplistdialog.c
13472                 change the names of the nodes in the tree
13473
13474         * src/compose.c
13475                 enhanced mailto syntax as described in
13476                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13477                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13478
13479         * src/utils.c
13480                 encode and decode URI (useful when opening URL into
13481                 netscape).
13482
13483 2001-11-03 [hoa]        0.6.4claws21
13484
13485         * src/grouplistdialog.c
13486                 a new newsgroups list selection dialog box
13487                 with a CTree instead of a CList
13488
13489 2001-11-03 [hoa]        0.6.4claws20
13490
13491         * src/folderview.c
13492                 enable property and scoring options when right
13493                 click on "inbox"
13494
13495         * src/summaryview.c
13496                 fixed bug when nickname were displayed using
13497                 the address book.
13498
13499 2001-11-02 [darko]      0.6.4claws19
13500
13501         * src/compose.c
13502                 new wrap quotation and URL/long words wrapping implementation
13503         * src/compose.c src/gtkstext.[ch]
13504                 move gtkstext_strncmp() to gtkstext.c
13505
13506 2001-11-01 [christoph]  0.6.4claws18
13507
13508         * src/prefs_account.c
13509                 fixed mess in account settings dialog
13510         * src/prefs_folder_item.c
13511                 added label with folder path to dialog
13512
13513 2001-10-31 [match]      0.6.4claws17
13514
13515         * src/vcard.c
13516                 fix memory leak.
13517         * src/addrbook.c
13518                 fix generation of spurious address book file names.
13519                 remove redundant functions.
13520         * po/POTFILES.in
13521                 added missing file names.
13522
13523 2001-10-30 [paul]       0.6.4claws16
13524
13525         * sync with sylpheed 0.6.4cvs6
13526                 see ChangeLog entries 2001-10-26 to 2001-10-30
13527
13528         * tools/filter_conv.pl
13529                 read folderlist.xml to discover whether the top-level
13530                 folder is called 'Mailbox' or 'Mail' 
13531
13532 2001-10-29 [paul]       0.6.4claws15
13533
13534         * src/html.c, src/textview.c
13535                 activate links in html mail and fix clickable parts
13536                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13537
13538 2001-10-29 [paul]
13539
13540         * po/de.po, po/es.po, po/pt_BR/po
13541                 updated translations, submitted by Jens Oberender,
13542                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13543
13544 2001-10-29 [darko]      0.6.4claws14
13545
13546         * src/compose.c
13547                 fix wrapping for good
13548
13549 2001-10-29 [darko]
13550
13551         * src/compose.c
13552                 undo previous change as it broke the smart wrapping
13553
13554 2001-10-29 [darko]      0.6.4claws13
13555
13556         * src/compose.c
13557                 fix infinite loop when long URL is quoted
13558                 (closes bug #475122.
13559
13560 2001-10-28 [match]
13561
13562         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13563                 import Mutt address book
13564         * src/ldif.[ch] src/importldif.h
13565                 modified import LDIF handle user attributes
13566
13567 2001-10-28 [christoph]  0.6.4claws12
13568
13569         * src/summaryview.c
13570                 fixed that filtering did not work if there
13571                 were no filter rules
13572                 (closes bug #472003 and better implementation
13573                  of patch #474644)
13574
13575 2001-10-27 [christoph]  0.6.4claws11
13576
13577         * src/compose.c
13578                 make the folder's default account to be used when
13579                 replying. (patch by wwp <subscript@free.fr>)
13580         * src/compose.c
13581                 code cleanup, nearly killed all of wwp's patch
13582                 for folder's default account in compose
13583         * src/folderview.c
13584                 error panel when a folder could not be created
13585                 (closes bug #471080 new folder name & already
13586                  existing file)
13587
13588 2001-10-26 [alfons]
13589
13590         * src/utils.h
13591                 change prototype of strstr2() that Christoph forgot about
13592
13593 2001-10-26 [christoph]  0.6.4claws10
13594
13595         * src/account.c
13596                 made search for accounts by email address not case
13597                 sensitive
13598         * src/folder.c
13599                 fixed memory leak in folder_item_get_identifier
13600         * src/gtkspell.c
13601         * src/utils.c
13602                 fixed wrong strstr2 (should work like strstr)
13603
13604 2001-10-26 [darko]      0.6.4claws9
13605
13606         * src/compose.c src/gtkstext.[ch]
13607         * src/gtkstext.c
13608                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13609
13610 2001-10-26 [paul]       0.6.4claws8
13611
13612         * src/html.c
13613                 ignore css and javascript tags in html mail
13614                 case-insensitive, with or without double-quoted
13615                 strings
13616
13617 2001-10-26 [paul]       0.6.4claws7
13618
13619         * sync with sylpheed 0.6.4cvs1
13620                 see ChangeLog entry 2001-10-26
13621
13622         * src/prefs_account.c, src/prefs_common.c,
13623           src/prefs_summary_column.c
13624                 minor improvements to the English
13625
13626 2001-10-25 [alfons]     0.6.4claws6
13627
13628         * src/gtkstext.c
13629         
13630                 make GtkSText follow style of GtkText (closes bug 
13631                 #469211 "text selection while writing message")
13632                 
13633                 do sync with GTK 1.2.10
13634
13635 2001-10-25 [paul]       0.6.4claws5
13636
13637         * src/html.c
13638                 ignore css tags in html mail
13639
13640 2001-10-25 [darko]      0.6.4claws4
13641
13642         * src/compose.c
13643                 don't declare is_url_string as static function since
13644                 we need it in gtkstext.c
13645         * src/gtkstext.c
13646                 remove unused variable
13647                 don't wrap long URLs while composing a message
13648
13649 2001-10-24 [christoph]  0.6.4claws3
13650
13651         * src/socket.c
13652                 fix ssl deadlock, when peer closes connection
13653
13654 2001-10-24 [paul]       0.6.4claws2
13655
13656         * src/prefs_common.c
13657                 gettextize the gpg ascii-armored warning message
13658
13659         * src/compose.c
13660                 insert a DOS/MAC file into the composed message
13661                 (improvements)
13662
13663         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13664
13665 2001-10-22 [paul]       0.6.4claws1
13666
13667         * sync with sylpheed 0.6.4 release
13668                 see ChangeLog entries 2001-10-21
13669
13670         * po/fr.po, po/pt_BR.po
13671                 updated by Melvin Hadasht and Fabio Junior Beneditto
13672
13673 2001-10-21 [paul]       0.6.3claws30
13674
13675         * src/compose.c
13676                 insert a DOS text file from the compose window
13677                 into the composed message text (removes CRs characters)
13678                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13679
13680         * tools/filter_conv.pl, tools/README
13681                 automatically use ~/.sylpheed as working directory
13682                 print out confirmation message on completion
13683
13684         * correct Hoa's last ChangeLog.claws entry
13685
13686 2001-10-20 [hoa]        0.6.3claws29
13687
13688         * src/grouplistdialog.c
13689                 bugfix (another ?) to give the right
13690                 newsgroups list for each news server.
13691
13692         * src/news.c
13693         * src/news.h
13694                 improve the newsgroups list cache
13695
13696 2001-10-20 [paul]       0.6.3claws28
13697
13698         * sync with sylpheed 0.6.3cvs9
13699                 see ChangeLog entry 2001-10-19
13700
13701         * correct Alfons' last ChangeLog.claws entry
13702
13703 2001-10-19 [alfons]
13704
13705         * src/pgptext.[ch]
13706                 fix compilation problems (part of bug #472895)
13707
13708 2001-10-18 [hoa]        0.6.3claws27
13709
13710         * src/grouplistdialog.c
13711                 bugfix when we refresh was clicked (bug 472701)
13712
13713 2001-10-19 [christoph]  0.6.3claws26
13714
13715         * src/compose.c
13716                 last header entry should default to "To:" or
13717                 "Newsgroups:" and not copy the last entry line
13718                 in a new compose window
13719                 (closes bug #472686, #470792)
13720
13721 2001-10-19 [paul]       0.6.3claws25
13722
13723         * sync with Sylpheed 0.6.3cvs8
13724                 see ChangeLog entries 2001-10-18 and 2001-10-19
13725
13726 2001-10-18 [christoph]  0.6.3claws24
13727
13728         * src/procmsg.c
13729                 reimplement ignore thread
13730         
13731 2001-10-18 [hoa]        0.6.3claws23
13732
13733         * src/folderview.c
13734         * src/grouplistdialog.[ch]
13735                 enhanced news subscription interface (feature 469113)
13736
13737         * src/news.c
13738         * src/news.h
13739                 enchanced newsgroup listing,
13740                 now, we can get groups informations
13741                 (NNTPGroupInfo)
13742
13743 2001-10-18 [paul]       0.6.3claws22
13744
13745         * src/summaryview.c
13746                 remove comment (sync with main branch)
13747         * src/mainwindow.c
13748                 fix 'Re-edit' bug in 'Message' menu
13749
13750 2001-10-17 [christoph]  0.6.3claws21
13751
13752         * src/compose.c
13753                 ignore empty or whitespace only header lines
13754
13755 2001-10-17 [paul]       0.6.3claws20
13756
13757         * sync with sylpheed 0.6.3cvs7
13758                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13759                 2001-10-17
13760
13761 2001-10-17 [darko]
13762
13763         * src/compose.c
13764                 wrap long lines without spaces
13765                 don't wrap URLs
13766
13767 2001-10-16 [paul]
13768
13769         * po/es.po, po/nl.po, po/pt_BR.po
13770                 updated by Ricardo Mones Lastra, Alfons,
13771                 and Fabio Junior Beneditto
13772
13773         * sylpheed-0.6.3claws released
13774
13775 2001-10-15 [melvin] 0.6.3claws18
13776
13777         * README.claws
13778                 added summary and detailed installation instructions
13779                 for spell checker
13780         * po/fr.po
13781                 Updated, corrected and completed french translation
13782
13783 2001-10-15 [hoa] 0.6.3claws17
13784         * src/grouplistdialog.c
13785                 we can choose the newsgroups to display with wildcards
13786
13787 2001-10-15 [christoph]  0.6.3claws16
13788
13789         * src/account.c
13790         * src/compose.c
13791         * src/prefs_folder_item.[ch]
13792                 applied wwp <subscript@free.fr>'s folder
13793                 default account patch
13794         * po/de.po
13795                 Fixed wrong translation
13796
13797 2001-10-13 [alfons, christoph, melvin]  
13798                         0.6.3claws15
13799
13800         solution #2 to solve MT-safety problems defers all GUI related calls
13801         to the main thread using a gtk_idle_add() callback. discussed on
13802         ircnet #sylpheed, with christoph spotting some issues with the
13803         original code, and melvin allowing us to lobotomize his sylpheed.
13804
13805         * src/syldap.[ch], src/main.c
13806                 fix race problem in ldap search thread by deferring GUI 
13807                 stuff to main thread using gtk_idle_add()
13808
13809 2001-10-13 [paul]       0.6.3claws14
13810
13811         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13812                 add Sergey's smtpcred.patch
13813                 adds separate username/password setting for SMTP Auth
13814                 needed by some servers
13815                 (closes feature request #471659)
13816
13817 2001-10-13 [paul]       0.6.3claws13
13818
13819         * src/pgptext.[ch] **NEW FILES**
13820         * src/Makefile.am, src/messageview.c, src/mimeview.c
13821                 decrypt ascii-armored gpg text embedded in
13822                 the message body.
13823                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13824
13825 2001-10-13 [christoph]  0.6.3claws12
13826
13827         * README.claws
13828                 some more details on default to and
13829                 feature requests
13830         * src/main.c
13831                 init glib threading when ldap is used
13832         * src/syldap.c
13833                 threading fixes
13834         * po/de.po
13835                 fixed a typo
13836
13837 2001-10-12 [paul]       0.6.3claws11
13838
13839         * src/prefs_common.[ch], src/rfc2015.c
13840                 enable ascii-armored gpg text to be embedded in the
13841                 message body, selectable through the 'Privacy'
13842                 preferences. Supports encrypting only.
13843                 Submitted by Ravemax <ravemax@dextrose.com>
13844
13845 2001-10-12 [paul]       0.6.3claws10
13846
13847         * sync with sylpheed 0.6.3cvs6
13848                 see ChangeLog entries 2001-10-11 and 2001-11-12
13849
13850         * src/folderview.c
13851                 incorporated mbox folders, scoring, and folder
13852                 properties into the sync
13853
13854 2001-10-12 [darko]      0.6.3claws9
13855
13856         * README.claws
13857                 describe quotation wrapping
13858         * src/compose.c
13859                 don't treat tab as space to calculate line length properly
13860
13861 2001-10-11 [alfons]
13862
13863         * README.claws
13864                 correct description of how to make new filtering system work,
13865                 add some other things
13866                 
13867         * src/syldap.c
13868                 remove sched_yield() (not necessary / unportable)
13869
13870 2001-10-11 [paul]       0.6.3claws8
13871
13872         * sync with sylpheed 0.6.3cvs3
13873                 see ChangeLog entry 2001-10-10
13874
13875 2001-10-10 [christoph]  0.6.3claws7
13876
13877         * .cvsignore
13878                 ignore 2 files created by newer autotools
13879         * src/prefs_folder_item.c
13880                 using table for widget alignment
13881                 fixed memory leak and broken octal display
13882         * src/filesel.c
13883                 fixed segfault caused by lost filename
13884                 workaround (closes bug #469551)
13885
13886 2001-10-10 [paul]       0.6.3claws6
13887
13888         * sync with sylpheed 0.6.3cvs2
13889                 see ChangeLog entries 2001-10-09 and 2001-10-10
13890
13891 2001-10-10 [darko]      0.6.3.claws5
13892
13893         * src/gtkstext.c
13894                 proper calculation of right margin if smart wrapping is enabled
13895         * src/compose.c
13896                 automatically wrap long lines if wrap quotation is enabled
13897
13898 2001-10-09 [alfons]     0.6.3.claws4
13899
13900         * src/summaryview.c
13901                 select correct row when deleting last row in the summary view (and
13902                 close bug "[ #469104 ] select second last in list when deleting")
13903
13904 2001-10-09 [paul]       0.6.3claws3
13905
13906         * sync with sylpheed 0.6.3cvs1
13907                 updated some autotool scripts
13908
13909 2001-10-09 [darko]      0.6.3claws2
13910
13911         * src/gtkstext.[ch]
13912                 new name and mark with Sylpheed comment
13913         * src/compose.c
13914                 smart quotation wrapping a-la VIM
13915
13916 2001-10-08 [paul]       0.6.3claws1
13917
13918         * sync with sylpheed 0.6.3 release
13919                 see ChangeLog entry 2001-10-08
13920
13921 2001-10-08 [paul]       0.6.2claws24
13922
13923         * src/summaryview.c
13924                 more sync with sylpheed 0.6.2cvs12
13925                 Fixed the bug that didn't select the last row correctly
13926
13927
13928 2001-10-07 [paul]       0.6.2claws23
13929
13930         * sync with sylpheed 0.6.2cvs12
13931                 see ChangeLog entry 2001-10-07
13932
13933 2001-10-06 [match]
13934         * src/jpilot.[ch]
13935                 enable jpilot to read unsynch'ed addresses.
13936
13937         * src/editldap_basedn.c
13938                 fix segfault when opening dialog.
13939
13940 2001-10-06 [alfons]     0.6.2.claws22
13941
13942         * src/summaryview.c
13943                 fix bug with summary view selecting last *inserted*
13944                 node instead of last *visible* node. remember we
13945                 work with a tree
13946
13947 2001-10-06 [paul]       0.6.2claws21
13948
13949         * po/pt_BR.po
13950                 updated translation, contains some fixes and new
13951                 translations, submitted by Gustavo Noronha Silva
13952                 <kov@debian.org>
13953
13954         * src/prefs_common.c
13955                 change 'each' to 'every' - fix dubious English
13956
13957         * sync with sylpheed 0.6.2cvs11
13958
13959 2001-10-05 [alfons]     0.6.2claws20
13960
13961         * src/mainwindow.[ch], src/folderview.c
13962                 make composite tool button switch between "Compose News"
13963                 and "Compose Mail" depending on selected folder
13964                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13965
13966 2001-10-05 [paul]       0.6.2claws19
13967
13968         * src/mainwindow.c, src/summaryview.c
13969                 fix 'Message/Reply to all', broken in last commit
13970
13971         * src/compose.c
13972                 fix X_BEENTHERE seg fault, thanks to Alfons
13973
13974 2001-10-04 [paul]       0.6.2claws18
13975
13976         * src/compose.[ch], src/mainwindow.c
13977                 make "Message/Reply" reply to mailing lists; matches
13978                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13979                 based on portions of the patch submitted by
13980                 Junichi Uekawa <dancer@netfort.gr.jp>
13981
13982 2001-10-04 [darko]      0.6.2claws17
13983
13984         * src/compose.c
13985                 better smart wrapping
13986         * src/gtkstext.[hc]
13987                 a function to make text buffer contiguous
13988
13989 2001-10-03 [paul]       0.6.2claws16
13990
13991         * sync with sylpheed 0.6.2cvs10
13992
13993 2001-10-02 [alfons]
13994
13995         * configure.in
13996         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13997                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13998                 references to chinese translations (hope someone picks up
13999                 this)
14000
14001 2001-10-02 [christoph]  0.6.2claws15
14002
14003         * src/compose.c
14004                 fixed non translated header bug
14005         * ChangeLog.claws
14006                 fixed wrong date in alfons last entry ;)
14007
14008 2001-10-02 [alfons]     0.6.2claws14
14009
14010         * src/compose.c, src/prefs_common.[ch]
14011                 add block cursor option
14012
14013 2001-10-02 [paul]       0.6.2claws13
14014
14015         * sync with sylpheed 0.6.2cvs9
14016
14017 2001-09-30 [paul]       0.6.2claws12
14018
14019         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14020                 updated translations
14021
14022         * po/POTFILES.in
14023                 add 'src/importldif.c'
14024
14025         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14026                 added eudora-to-vCard conversion tool
14027                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14028
14029         * sync with sylpheed 0.6.2cvs8
14030
14031 2001-09-30 [paul]
14032
14033         * sylpheed-0.6.2claws released
14034
14035 2001-09-27 [melvin]     0.6.2claws11
14036
14037         * src/gtkspell.c
14038                 fixed crash when using default path (introduced 
14039                 in 0.6.2claws10)
14040                 fixed tiny bug for initial suggestion mode
14041
14042 2001-09-27 [melvin]     0.6.2claws10
14043         
14044         * src/gtkspell.c
14045                 fixed bug where gtkpspell didn't set the path correctly
14046
14047         * README.claws
14048                 added a paragraph about spell checking
14049                 
14050
14051
14052 2001-09-27 [paul]       0.6.2claws9
14053
14054         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14055                 replace '// comments' with '/* comments */' to prevent
14056                 some compiler warnings 
14057
14058         * sync with sylpheed 0.6.2cvs6
14059
14060 2001-09-26 [alfons]     0.6.2claws8
14061
14062         * src/messageview.c
14063                 introduce return receipt request notification again,
14064                 which was lost because of other semantics in 
14065                 procheader_parse() (???)
14066
14067 2001-09-26 [christoph]  0.6.2claws7
14068
14069         * src/compose.c
14070                 replace comments for old code with #if 0
14071                 readded auto cc, bcc and reply-to
14072         * src/prefs_matcher.c
14073         * src/prefs_scoring.c
14074                 removed some definition (was moved to
14075                 prefs.h)
14076
14077 2001-09-26 [paul]       0.6.2claws6
14078
14079         * src/mainwindow.c
14080                 make 'Follow-up and reply to' sensitive
14081
14082         * more sync with sylpheed 0.6.2cvs5
14083
14084 2001-09-25 [melvin]
14085
14086         * 0.6.2claws5
14087
14088         * src/gtkspell.c
14089                 fixed bug for "US-ASCII" introduced by the encoding code
14090
14091 2001-09-25 [paul]
14092
14093         * 0.6.2claws4
14094
14095         * src/prefs_common.[ch], src/summaryview.c
14096                 'next unread msg' 'go to next folder?' dialog can be
14097                 given default behaviour, either always show dialog,
14098                 or assume 'yes', or assume 'no'
14099                 Submitted by wwp <subscript@free.fr>
14100
14101 2001-09-25 [melvin]
14102                 
14103         * src/compose.c src/gtkspell.[ch]
14104                 added support for different encodings
14105
14106 2001-09-25 [paul]
14107
14108         * more sync with sylpheed 0.6.2cvs5
14109
14110 2001-09-24 [alfons]
14111         
14112         * src/prefs_folder_item.c
14113                 add check for item->prefs->default_to string is NULL and
14114                 add another check when freeing this string
14115
14116 2001-09-24 [paul]
14117
14118         * configure.in
14119                 change to version 0.6.2claws3
14120
14121         * sync with sylpheed 0.6.2cvs5 
14122
14123 2001-09-24 [match]
14124         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14125                 import LDIF files.
14126         * src/addrcache.[ch], addrindex.[ch]
14127                 small update for future
14128         * src/addrbook.c
14129                 fix test XML file.
14130
14131 2001-09-24 [melvin]
14132         * src/gtkspell.[ch]
14133                 added 'Learn from mistakes' option
14134                 better handling of quotes in checked words
14135                 sorted dict list
14136         * po/fr.po
14137                 small update for spell checking stuff
14138
14139 2001-09-23 [alfons]
14140         
14141         * src/gtkspell.c
14142                 edit a little bit so it complies more with main coding style
14143
14144 2001-09-23 [alfons]
14145
14146         * src/folder.[ch], prefs_folder_item.c, compose.c
14147                 migrate "request return receipt" folder property
14148                 to folderlist.xml
14149
14150 2001-09-22 [alfons]
14151
14152         * README.claws **NEW**
14153                 (add things of interest for users of main branch 
14154                 and claws here)
14155
14156         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14157                 re-implement threading per folder option, but store 
14158                 the setting in folderlist.xml (where it belongs)
14159
14160 2001-09-21 [melvin]
14161
14162         * src/gtkspell.[ch]
14163                 fixed bug when compose window is under another window
14164         * src/prefs_common.[ch] src/compose.c
14165                 changed 'dictionary_path' to 'dictionary' to be consistent
14166                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14167         * ac/pspell.m4 src/Makefile.am 
14168                 dropped PSPELL_PATH macro
14169         * po/fr.po
14170                 updated translations
14171
14172 2001-09-21 [christoph]
14173
14174         * src/compose.c
14175                 added border around header fields
14176                 keep header type when new field is added
14177
14178 2001-09-20 [christoph]
14179
14180         * src/utils.[ch]
14181                 more portable debug_print with source filename
14182                 and linenumber
14183         * src/procmsg.c
14184                 more newlines after debug messages
14185
14186 2001-09-20 [paul]
14187
14188         * configure.in
14189                 change to version 0.6.2claws2
14190
14191         * sync with sylpheed 0.6.2cvs3
14192
14193 2001-09-19 [melvin]
14194
14195         * src/gtkspell.c
14196                 fixed the post-right-click focus pb
14197                 fixed crash when 'Spell check all' after dict change 
14198                         and when cursor is at the end of the text
14199                 shift-right-click pops up config menu even on misspelled words.
14200         * po/POTFILES.in
14201                 added gtkspell.c
14202
14203 2001-09-19 [melvin]
14204
14205         * src/about.c
14206                 added pspell to compiled-in features list
14207
14208 2001-09-18 [melvin]
14209
14210         * switched to pspell and dropped ispell
14211         * ac/pspell.m4
14212                 new file. autoconf macro for pspell
14213         * ac/Makefile.am 
14214         * configure.in acconfig.h
14215                 added pspell support
14216         * src/Makefile.am
14217         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14218         * src/prefs_common.[ch] 
14219                 added pspell support
14220
14221 2001-09-18 [christoph]
14222
14223         * src/addr_compl.c
14224         * src/template.[ch]
14225                 replace LOG_MESSAGE with debug_print
14226         * src/compose.[ch]
14227                 gui improvements
14228         * src/menu.c
14229                 added newline after debug message
14230         * src/utils.h
14231                 using __VA_ARGS__ for debug_print macro
14232         * tools/.cvsignore
14233                 ignore Makefile and Makefile.in
14234
14235 2001-09-18 [paul]
14236
14237         * configure.in
14238                 change to version 0.6.2claws1
14239         * sync with sylpheed 0.6.2cvs1
14240
14241         * src/matcher.c 
14242         * src/prefs_matcher.c
14243                 add 'score equal to' option, submitted by
14244                 Paul Evans <nerd@freeuk.com>
14245
14246 2001-09-15 [christoph]
14247
14248         * src/mainwindow.c
14249                 comment out menu entry not existing in claws
14250         * src/menu.c
14251                 add debug output for non existing menu entries
14252         * src/summaryview.c
14253                 fix next/prev unread message for ignored threads
14254         * src/utils.[ch]
14255                 add sourcefile and line number to debug output
14256                 otherwise it is sometimes hard to find the
14257                 source code part if debug messages are translated
14258
14259 2001-09-14 [darko]
14260         
14261         * src/folderview.c
14262                 refresh target folder style after colour is changed
14263
14264 2001-09-13 [paul]
14265
14266         * configure.in
14267                 change to version 0.6.1claws3
14268
14269         * sync with sylpheed 0.6.1cvs6
14270
14271 2001-09-13 [darko]
14272         
14273         * src/folderview.c
14274                 fix target folder colourization to use user selected colour
14275
14276 2001-09-12 [darko]
14277         
14278         * src/summaryview.c
14279                 fix crash when message that is marked for copy/move is unmarked
14280
14281 2001-09-09 [paul]
14282
14283         * configure.in
14284                 change to version 0.6.1claws2
14285
14286         * sync with sylpheed 0.6.1cvs3
14287
14288 2001-09-09 [alfons]
14289         
14290         * src/folderview.c
14291                 fix bug with default font used for trash folder text
14292
14293 2001-09-06 [paul]
14294
14295         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14296                 updated translations
14297
14298         * configure.in
14299                 change to version 0.6.1claws1
14300
14301         * sync with sylpheed 0.6.1cvs2
14302
14303 2001-09-03 [paul]
14304
14305         * po/POTFILES.in
14306                 add Match's new addressbook
14307
14308         * po/de.po
14309                 updated translation submitted by Jens Oberender
14310
14311 2001-09-02 [paul]
14312
14313         * configure.in
14314                 change to 0.6.1claws
14315         * sync with sylpheed 0.6.1 release
14316
14317 2001-09-02 [paul]
14318
14319         * configure.in
14320                 change to 0.6.0claws2
14321
14322         * sync with sylpheed 0.6.0cvs4
14323
14324         * po/pt_BR.po
14325                 updated translation submitted by Fabio Junior Beneditto
14326
14327 2001-09-01 [match]
14328         * pixmaps/
14329                 interface.xpm
14330                 book.xpm
14331                 address.xpm
14332         * src/
14333                 Makefile.am
14334                 a ton of new files
14335
14336 2001-08-31 [paul]
14337
14338         * configure.in
14339                 change to version 0.6.0claws1
14340
14341         * sync with sylpheed 0.6.0cvs1
14342
14343         * po/es.po
14344                 updated translation submitted by Ricardo Mones Lastra
14345
14346         * po/POTFILES.in
14347                 add 'src/prefs_templates.c'
14348
14349         * src/compose.c, src/summaryview.c
14350                 fix segfault on 'Re_edit'               
14351
14352 2001-08-30 [alfons]
14353
14354         * configure.in, Makefile.am
14355         * tools/Makefile.am
14356                 add tools directory to source distribution
14357
14358 2001-08-30 [paul]
14359
14360         * configure.in
14361                 change to version 0.6.0claws
14362
14363         * sync with sylpheed 0.6.0 release
14364
14365 2001-08-30 [christoph]
14366
14367         * configure.in
14368                 removed autoconf version check
14369
14370 2001-08-30 [paul]
14371
14372         * src/account.c, src/compose.c, src/prefs_common.[ch]
14373         * src/procheader.[ch] src/utils.[ch]
14374                 Enhanced automatic account selection on replies
14375                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14376
14377         * configure.in
14378                 add LDAP and JPilot to the configuration results output.
14379
14380 2001-08-29 [christoph]
14381
14382         * src/summeryview.c
14383                 no bold font for ignored threads
14384
14385 2001-08-29 [paul]
14386
14387         * configure.in
14388                 change to version 0.5.3claws6
14389
14390         * sync with sylpheed 0.5.3cvs10
14391                 src/stringtable.[ch]: New Files
14392
14393         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14394         * src/pixmaps/sylpheed.xpm
14395                 add mini-icons to windows (by Alfons)
14396
14397 2001-08-27 [paul]
14398
14399         * src/mainwindow.c
14400                 new functions: next_labeled_cb(), prev_labeled_cb()
14401
14402         * src/summaryview.c
14403                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14404                 summary_select_next_labeled(), summary_select_prev_labeled()
14405
14406         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14407                 give claws blue folders and a blue trash can
14408
14409 2001-08-27 [paul]
14410
14411         * configure.in
14412                 change to version 0.5.3claws5
14413
14414         * sync with sylpheed 0.5.3cvs9
14415                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14416
14417 2001-08-24 [christoph]
14418
14419         * src/filesel.c
14420                 keep filename when browsing directories
14421                 (not working for user entered filename, but
14422                  for default name and selected filename from
14423                  file list)
14424         * src/mainwindow.c
14425                 fixed wrong spelling "Folllow-up"
14426         * src/mbox_folder.c
14427         * src/procmsg.c
14428         * src/summaryview.c
14429                 fixed new/unread message count with ignored
14430                 threads (2 commits, first didn't notice no
14431                 longer needed decreasing)
14432         * src/inc.c
14433                 readded scrolling of progress dialog
14434                 (lost in sync)
14435
14436 2001-08-24 [paul]
14437
14438         * configure.in
14439                 change to 0.5.3claws4
14440
14441         * sync with sylpheed 0.5.3cvs7
14442
14443 2001-08-24 [christoph]
14444
14445         * src/compose.c
14446                 set request return receipt when replying
14447                 if it is set is the folder prefs of the
14448                 message
14449         * src/inc.c
14450                 disable final error popup if popups are
14451                 disabled in config (again)
14452
14453 2001-08-23 [paul]
14454
14455         * configure.in
14456                 Change version number to 0.5.3claws3
14457
14458         * sync with sylpheed 0.5.3cvs5
14459
14460         * src/mimeview.c
14461                 double quote '%s' in 'gedit %s' to fix bug when
14462                 opening attachment with spaces in the name
14463
14464 2001-08-22 [alte]
14465         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14466           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14467                 initial message templates support
14468
14469
14470 2001-08-22 [paul]
14471
14472         * configure.in
14473                 change version number to 0.5.3claws2
14474
14475         * sync with sylpheed 0.5.3cvs4
14476
14477         * src/procmsg.h src/summaryview.c
14478                 re-implement (un)ignore thread
14479
14480 2001-08-21 [paul]
14481
14482         * src/summaryview.c
14483                 remove unnecessary code
14484         * src/compose.c
14485                 enable 'dynamic' signatures (submitted by
14486                 Eric Limpens <eric@hscg-internet.nl>)
14487
14488 2001-08-21 [paul]
14489
14490         clean up after sync with sylpheed 0.5.3 release
14491
14492         * src/folderview.c
14493                 fix re-introduced font mess, see Christoph's
14494                 entry 2001-06-24
14495
14496         * src/summaryview.c
14497                 remove prev_msgnum
14498                 use sylpheed's small font instead of
14499                 gtk default font for summary view
14500
14501
14502 2001-08-17 [paul]
14503
14504         * configure.in
14505                 add pl to ALL_LINGUAS - sync with main branch
14506
14507         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14508                 Updated. Translations by Jens Oberender, Ricardo Mones
14509                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14510
14511         * po/pl.po  ** NEW FILE **
14512                 sync with the main branch
14513
14514         * src/folderview.c
14515                 fix target folder colorizing and refresh problem
14516
14517
14518 2001-08-17 [christoph]
14519
14520         * src/mainwindow.c
14521                 claws uses 4 colors for target folder coloring.
14522                 arrays were not long enough and destroyed the
14523                 stack causing a segfault.
14524                 target folder colorizing does not work anymore
14525                 for me
14526
14527 2001-08-16 [paul]
14528
14529         * configure.in
14530                 change to version 0.5.3claws1
14531
14532         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14533           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14534           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14535
14536                 sync with sylpheed 0.5.3 release, but keep claws method of
14537                 configuring/saving fonts
14538
14539         * src/addressbook.[ch]
14540                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14541                 in line with a similar change in Hiroyuki's branch
14542
14543         * src/mainwindow.[ch]
14544                 disable main_window_set_thread_option()
14545         * src/prefs_folder_item.c
14546                 comment out &tmps_prefs.enable_thread,
14547         * src/mbox_folder.c, src/procmsg.[ch]
14548                 comment out MSG_IS_IGNORE_THREAD
14549         * src/summaryview.c
14550                 comment out summary_ignore_thread() and summary_unignore_thread()
14551                 comment out MSG_IS_IGNORE_THREAD
14552
14553                 use Hiroyuki's threading instead.
14554
14555
14556
14557 2001-08-15 [paul]
14558
14559         * src/account.c
14560                 use Hiroyuki's 0.5.3 column scheme but also
14561                 include the enable/disable button.
14562         * src/pixmaps/mark.xpm
14563                 add Hiroyuki's amended pixmap
14564
14565 2001-08-13 [christoph]
14566
14567         * src/account.c
14568                 receive at get all column showed wrong state for APOP
14569                 button should only work for POP3 and APOP accounts
14570         * src/prefs_account.c
14571                 added missing preprocessor statement for SSL
14572
14573 2001-08-12 [paul]
14574
14575         * src/account.[ch]
14576                 add 'receive at get all' column and enable/disable
14577                 button.
14578
14579 2001-08-06 [christoph]
14580
14581         * src/account.c
14582                 show usage of SSL in protocol column
14583
14584         * src/imap.c
14585         * src/inc.c
14586                 renamed ssl options
14587
14588         * src/prefs_account.[ch]
14589                 moved ssl options to a new page
14590
14591         * src/send.c
14592         * src/smtp.c
14593         * src/ssl.[ch]
14594                 renamed ssl options
14595                 added support for SMTP STARTTLS command
14596
14597 2001-08-05 [christoph]
14598
14599         * configure.in
14600                 debian autoconf needs version check to find
14601                 correct autoconf version. if the file is
14602                 named configure.in 2.13 is used, which does
14603                 not work with this configure.in script.
14604                 other solution would be to rename the script
14605                 to configure.ac as suggested in the autoconf
14606                 manual.
14607
14608         * src/inc.c
14609                 disable final error popup if popups are
14610                 diabled in config
14611
14612         * src/socket.c
14613                 bugfix in ssl_gets
14614                 fixes IMAP over SSL problem
14615
14616 2001-08-03 [paul]
14617
14618         * configure.in
14619                 change to 0.5.2claws1
14620
14621         * sync with sylpheed 0.5.2cvs1
14622
14623 2001-08-02 [alfons]
14624
14625         * configure.in
14626                 quick fix for ispell detection...
14627
14628 2001-08-01 [paul]
14629
14630         * configure.in
14631                 change to 0.5.1claws4
14632
14633         * sync with sylpheed 0.5.1cvs7
14634
14635 2001-07-31 [alfons]
14636
14637         * src/prefs_common.c, src/prefs_common.h, 
14638           src/gtkspell.c, src/gtkspell.h
14639                 add global spelling checker settings (compose tab) +
14640                 selection of dictionary 
14641           
14642         * configure.in  
14643                 guess valid ispell location
14644
14645 2001-07-31 [paul]
14646
14647         * po/POTFILES.in
14648                 removal of 'src/quote_fmt_parse.c'
14649         * po/de.po
14650                 Updated de.po
14651                 (submitted by Jens Oberender <didge@suse.de>)
14652
14653 2001-07-31 [darko]
14654
14655         * src/folder.[ch]
14656         * src/folderview.[ch]
14657         * src/mainwindow.c
14658         * src/mh.c
14659         * src/prefs_common.[ch]
14660         * src/summaryview.c
14661                 target folder colourization
14662
14663 2001-07-30 [paul]
14664
14665         more sync with Sylpheed 0.5.1cvs6 
14666
14667 2001-07-30 [darko]
14668
14669         * src/mh.c
14670         * src/prefs_folder_item.[hc]
14671         * src/summaryview.c
14672                 shared folders support with a GUI
14673
14674 2001-07-29 [paul]
14675
14676         0.5.1claws3
14677
14678         * sync with Sylpheed 0.5.1cvs6
14679
14680 2001-07-29 [paul]
14681
14682         * po/pt_BR.po
14683                 updated
14684                 (submitted by Fabio Junior Beneditto)
14685
14686 2001-07-28 [paul]
14687
14688         * src/procmime.c
14689         * AUTHORS
14690                 patch to correct bad image mime headers
14691                 (submitted by Don Quijote <dq@searchlores.org>)
14692
14693 2001-07-28 [paul]
14694
14695         * tools/gif2xface.pl   **NEW FILE**
14696         * tools/README
14697                 script to convert file.gif to file.xface for
14698                 use in a custom header.
14699                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14700
14701 2001-07-27 [alfons]
14702         
14703         * configure.in
14704                 change macros for detecting JPilot and LDAP
14705
14706 2001-07-27 [christoph]
14707
14708         * src/filtering.c
14709                 code cleanup (MIN / MAX warning, needed casting)
14710
14711 2001-07-27 [alfons]
14712
14713         * procheader.c
14714                 disallow setting flags when detecting certain headers
14715                 (X-Status, Status, Seen, X-Seen). 
14716         
14717         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14718
14719 2001-07-27 [christoph]
14720
14721         * src/prefs_filter.c
14722         * src/prefs_filtering.c
14723         * src/prefs_matcher.c
14724         * src/prefs_scoring.c
14725                 scroll list when moving rows up or down
14726
14727         * src/imap.c
14728         * src/imap.h
14729         * src/prefs_account.c
14730         * src/prefs_account.h
14731         * src/send.c
14732                 SMTP over SSL (untested, feedback requested)
14733                 IMAP over SSL
14734
14735         * src/ssl.c
14736                 code cleanup
14737
14738 2001-07-26 [alfons]
14739         
14740         * configure.in, acconfig.h
14741                 define CLAWS (need this for main / claws detection)
14742
14743 2001-07-25 [alfons]
14744
14745         * configure.in
14746                 Sylpheed 0.5.1claws2
14747                 
14748         * sync with Sylpheed 0.5.1cvs4
14749
14750 2001-07-25 [christoph]
14751
14752         * src/scoring.c
14753                 fixed segfault
14754                 item->prefs == NULL (don't know why)
14755
14756 2001-07-25 [alfons]
14757
14758         * configure.in
14759                 Sylpheed 0.5.1claws1
14760
14761         * sync with Sylpheed 0.5.1cvs1-3
14762
14763 2001-07-24 [christoph]
14764
14765         * src/folderview.c
14766         * src/prefs_folder_item.[ch]
14767                 added folderitem preferences dialog with
14768                 default To: and auto request return receipt
14769
14770         * src/compose.[ch]
14771         * src/menu.[ch]
14772                 changes to handle new folderitem preferences
14773
14774         * src/mainwindow.c
14775         * src/summaryview.c
14776                 call compose new mail with current folderitem
14777
14778 2001-07-24 [alfons]
14779
14780         Release Sylpheed 0.5.1claws
14781
14782         * configure.in
14783                 change to release version 0.5.1claws
14784
14785 2001-07-24 [christoph]
14786
14787         * src/summaryview.c
14788                 fixed segfault that happend when the selected
14789                 message was removed while retrieving new messages.
14790
14791         * po/es.po
14792                 updated translation
14793                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14794
14795 2001-07-22 [alfons]
14796
14797         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14798         this is a work in progress, for more information: http://nlpagan.net/sylman 
14799         
14800         * configure.in, src/mainwindow.c, manual/Makefile.am
14801                 add support for English manual
14802
14803         * AUTHORS
14804                 add authors of user manuals
14805
14806         * manual/en/sylpheed*.html
14807                 add English documentation
14808
14809 2001-07-22 [christoph]
14810
14811         * po/POTFILES.in
14812                 added src/ssl.c
14813         * src/ssl.c
14814                 changed a wrong debug message
14815
14816 2001-07-22 [alfons]
14817
14818         * po/nl.po
14819                 update Dutch translation
14820
14821         * src/prefs_filtering.c, 
14822           src/prefs_matcher.c
14823                 add more translatable strings           
14824
14825 2001-07-21 [alfons]
14826
14827         0.5.0claws7
14828
14829         * configure.in
14830                 change version
14831
14832         * src/inc.c, src/summaryview.[ch]
14833                 prevent update of mark file when filtering has done, by
14834                 using a variable; this affects two functions:
14835                         inc.c::inc_finished()
14836                         summaryview.c::summary_show()
14837
14838 2001-07-20 [alfons]
14839
14840         * src/filtering.[ch], src/prefs_filtering.c, 
14841           src/matcher.[ch]
14842                 add filtering action for label coloring 
14843
14844         * po/POTFILES.in
14845                 add labelcolors.c
14846
14847         * added src/labelcolors.c
14848         * added src/labelcolors.h
14849         * src/Makefile.am, src/summaryview.c
14850                 rearrange label coloring code
14851
14852         * src/procmsg.h
14853                 add more parentheses so label colouring works correctly
14854
14855         * src/filtering.c
14856                 don't really delete message, but move it to Trash
14857
14858         * src/prefs_matcher.c
14859                 add quote options to info dialog
14860
14861 2001-07-20 [christoph]
14862
14863         * src/Makefile.am
14864         * src/inc.c
14865         * src/main.[ch]
14866         * src/socket.h
14867         * src/ssl.[ch] (new)
14868                 moved ssl stuff to a seperate file
14869
14870 2001-07-20 [darko]
14871
14872         * src/summaryview.c
14873                 fix show sender using address book with no e-mail
14874                 address in From: field
14875
14876 2001-07-19 [alfons]
14877
14878         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14879                 fix messy handling of escaping... now at least the
14880                 execute command is useful. escape char is '\', we
14881                 accept \n and \r too. 
14882
14883                 Real life example:
14884                 
14885                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14886                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14887
14888 2001-07-18 [alfons]
14889
14890         0.5.0claws6
14891
14892         * src/summaryview.c
14893                 clean up
14894
14895         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14896           src/procmsg.[ch]
14897                 revise filtering; currently move, copy, marking have
14898                 been tested. if you like bleeding edge stuff, you
14899                 should definitely go for this version :)
14900
14901         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14902
14903 2001-07-17 [christoph]
14904
14905         * src/utils.c
14906                 timestamp log
14907
14908 2001-07-17 [alfons]
14909
14910         0.5.0claws5
14911
14912         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14913           bits in the mark file, without affecting either branch. Lots of
14914           files changed, also in claws branch.
14915
14916           UNTESTED: use of mbox folders
14917
14918         * src/summaryview.c
14919                 added mark all read; however this was a quick hack used for
14920                 cleaning up mess after initial merge with Hiroyuki
14921
14922         * configure.in
14923                 change claws version number back to 0.5.0claws5 to clear up 
14924                 confusion & pretension (recent release was technically 
14925                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14926
14927 2001-07-16 [alfons]
14928
14929         sync with Hiroyuki's 0.5.0cvs4
14930
14931 2001-07-16 [alfons]
14932
14933         0.5.1claws3
14934
14935         * src/filtering.[ch]
14936                 remove invalid updating of mark files for 
14937                 filter actions MATCHING_ACTION_MOVE and 
14938                 MATCHING_ACTION_DELETE; this should fix the
14939                 folder update bug
14940                 
14941         * src/procmsg.c
14942                 revert Christoph's stab at fixing the folder 
14943                 update bug
14944
14945         * po/POTFILES.in
14946                 add missing files with translatable strings
14947
14948         * src/summaryview.c
14949                 remove debug print
14950
14951 2001-07-15 [alfons]
14952
14953         * src/addr_compl.[ch], src/prefs_filtering.c
14954                 make "filtering pref dialog's destination entry" an
14955                 "address completable entry", if filter destination is 
14956                 an email address
14957
14958         0.5.1claws2
14959         
14960         sync with Hiroyuki's 0.5.0cvs2-3
14961
14962 2001-07-15 [christoph]
14963
14964         * src/procmsg.c
14965                 fixed folder stats update after incorporation
14966
14967 2001-07-15 [alfons]
14968
14969         * src/summaryview.c
14970                 * finish label colouring stuff (for now)
14971                 * fix incorrect colour bug (off by one) 
14972
14973 2001-07-14 [alfons]
14974
14975         * src/mainwindow.c
14976                 change text labels for news and mail message so there's
14977                 plenty of toolbar estate left
14978
14979         * configure.in
14980                 0.5.1claws1
14981
14982         * src/folderview.c
14983           src/folder.[ch]
14984                 sync with Hiroyuki's 0.5.0cvs1
14985
14986         * src/summaryview.c
14987                 more rewrite label colouring
14988
14989 2001-07-14 [alfons]
14990
14991         * src/summaryview.[ch]
14992                 * start rewrite label colouring 
14993                 * fix proper location "Add Sender To Addressbook" menu item
14994
14995 2001-07-13
14996
14997         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14998         (actually this is 0.5.0claws4)
14999
15000 2001-07-13 [alfons]
15001
15002         * po/pt_BR.po
15003                 * fix duplicate message
15004                 * add updated Portugese / Brazilian translation
15005                   submitted by Fabio Junior Beneditto
15006
15007 2001-07-12 [alfons]
15008
15009         * AUTHORS
15010                 add Jens
15011
15012         * po/nl.po
15013                 add updated Dutch translation
15014
15015         * po/de.po
15016                 add updated German translation submitted by Jens
15017
15018 2001-07-11 [alfons]
15019
15020         Prerelease before 0.5.0claws. Please test.
15021         This version is temporarily tagged as VERSION_0_5_0_TEST
15022
15023         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15024           src/prefs_scoring.c, src/prefs_matcher.c, 
15025           src/prefs_filtering.c, src/mbox.c, 
15026           src/main.c, src/inc.c, src/filtering.[ch]
15027                 revert new Hoa's new matcher (does not work yet)
15028
15029         * src/Makefile.am
15030                 clean up
15031
15032 2001-07-10
15033
15034         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15035
15036
15037 2001-07-10 [alfons]
15038
15039         * Makefile.am
15040                 add ChangeLog.claws to EXTRA_DIST
15041         * src/Makefile.am
15042                 add matcher_parser_parse.h to EXTRA_DIST
15043
15044 2001-07-10 [christoph]
15045
15046         * src/inc.c
15047                 add destination folder to table of
15048                 folders that need to be updated after
15049                 incorporation
15050
15051 2001-07-10 [alfons]
15052
15053         * folder.[ch]
15054           folderview.c
15055                 make collapse state of folders and folder items persistent, i.e.
15056                 if you collapse a folder tree, the next time sylpheed-claws starts 
15057                 up the folder tree remains collapsed.  
15058                 
15059 2001-07-10 [christoph]
15060
15061         * acconfig.h
15062         * configure.in
15063                 added --enable-ssl
15064         * src/md5.[ch]
15065                 renamed MD5_CTX to MD5_CTX_syl
15066                 conflicts with a struct in openssl
15067         * src/inc.c
15068         * src/main.[ch]
15069         * src/prefs_account.[ch]
15070         * src/socket.[ch]
15071                 SSL support for POP
15072         * src/mainwindow.c
15073                 fixed compose with current account
15074                 broken by new compose button stuff
15075
15076 2001-07-09 [hoa]
15077
15078         * AUTHORS
15079                 changed my email address
15080
15081         * src/matcher_parser_parse.y
15082                 clean the parser to remove conflicts
15083
15084 2001-07-09 [alfons]
15085
15086         * AUTHORS
15087                 add Match Grun
15088
15089         * configure.in
15090                 fix incorrect description of --enable-ldap parameter
15091
15092         * src/prefs_common.[ch]
15093           src/compose.c
15094                 add experimental option "smart wrapping" which makes the
15095                 compose editor auto wrap.
15096                 
15097                 | TODO: the problem with the buggy cursor handling is caused |
15098                 | by the GtkText. when deleting / backspacing text its       |
15099                 | wrapping algorithm does not take in account the previous   |
15100                 | line. should find a way to hack this in.                   |
15101                 | or should perhaps combine this with the word wrapping      |
15102                 | patch i wrote in january.                                  |
15103
15104         * src/about.c
15105                 show build parameters for LDAP and JPilot
15106
15107         * src/summaryview.c
15108                 revert Christoph's bugfix for selecting next unread message, 
15109                 because folder stats aren't updated correctly
15110
15111 2001-07-08 [hoa]
15112
15113         * src/filtering.c
15114         * src/mainwindow.c
15115         * src/matcher.c
15116         * src/matcher_parser_lex.l
15117         * src/matcher_parser_parse.y
15118         * src/prefs_filtering.c
15119         * src/prefs_scoring.c
15120         * src/scoring.c
15121                 bugfix of the config file parser
15122
15123 2001-07-08 [alfons]
15124
15125         * src/Makefile.am
15126                 added generated matcher sources to BUILT_SOURCES
15127
15128 2001-07-08 [hoa]
15129
15130         * src/Makefile.am
15131         * src/.cvsignore
15132                 added new config file parser
15133
15134         * src/scoring.[ch]
15135         * src/filtering.[ch]
15136         * src/matcher.[ch]
15137         * src/prefs_filtering.c
15138         * src/prefs_matcher.c
15139         * src/prefs_scoring.c
15140         * added src/matcher_parser.h
15141         * added src/matcher_parser_lex.h
15142         * added src/matcher_parser_lex.l
15143         * added src/matcher_parser_parse.y
15144                 lex & yacc config file parser
15145
15146         * src/mbox.c
15147         * src/inc.c
15148         * src/main.c
15149                 changes prefs_filtering into global_filtering           
15150
15151         * src/summaryview.c
15152                 build threads with subjects only if "Re: " is at the
15153                 beginning of the subject
15154
15155 2001-07-07 [paul]
15156
15157         0.5.0claws
15158
15159         sync with sylpheed 0.5.0
15160                 change of version number only
15161
15162 2001-07-06 [paul]
15163
15164         0.5.0claws5
15165
15166         sync with sylpheed 0.5.0pre5
15167
15168 2001-07-05 [paul]
15169
15170         sync with sylpheed 0.5.0pre4 release
15171                 /po and /manual/ja not sync'ed
15172
15173 2001-07-04 [paul]
15174
15175         more sync with sylpheed 0.5.0pre4
15176
15177 2001-07-03 [christoph]
15178
15179         * src/addressbook.c
15180                 fixed address book broken by address book
15181                 for VCard, JPilot, LDAP
15182
15183 2001-07-03 [alfons]
15184
15185         * src/matcher.c
15186         * src/textview.c
15187                 stopped memory leaks
15188
15189 2001-07-03 [paul]
15190
15191         more sync with sylpheed 0.5.0pre4
15192
15193 2001-07-02 [match]
15194
15195         * included address book patch for VCard, JPilot, LDAP
15196         * pref_common.c - fixed Font options on Display tab (cosmetic)
15197         * alertpanel.c - fixed truncated message
15198
15199 2001-07-02 [christoph]
15200
15201         * src/mbox_folder.c
15202         * src/procmsg.[ch]
15203         * src/summaryview.c
15204                 mark threads for ignoring
15205
15206 2001-07-02 [paul]
15207
15208         0.5.0claws4
15209
15210         * sync with sylpheed 0.5.0pre4
15211                 updated gettext to 0.10.38.
15212
15213 2001-07-01 [paul]
15214
15215         * src/ mainwindow.c
15216         * src/procmsg.h
15217         * src/summaryview.[ch]
15218                 new right-click option: Label.
15219                 substitute for 'Mark-->Mark/Unmark', colours the line.
15220                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15221
15222 2001-07-01 [christoph]
15223
15224         * src/folderview.c
15225                 fixed font for trash
15226         * src/summaryview.c
15227                 move ctree to unread message
15228
15229 2001-07-01 [paul]
15230
15231         * sync with sylpheed 0.5.0pre3 release
15232
15233 2001-06-30 [alfons]
15234
15235         * src/filesel.[ch]
15236         * src/compose.c
15237                 allow inserting / attaching multiple files in
15238                 the composer window
15239
15240 2001-06-30 [paul]
15241
15242         * src/codeconv.c
15243                 small change to Alfons' previous stuff so that it
15244                 actually makes
15245
15246 2001-06-30 [alfons]
15247
15248         * lots of files changed; first attempt to merge the changes
15249           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15250
15251 2001-06-30 [paul]
15252
15253         * po/pt_BR.po
15254                 updated and completed, translations by Fabio
15255                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15256
15257 2001-06-29 [alfons]
15258
15259         * src/compose.c
15260         * src/mimeproc.[ch]
15261                 allow selecting an attached files' mime type from a 
15262                 list of types.
15263
15264 2001-06-29 [paul]
15265
15266         * more sync with sylpheed 0.5.0pre3
15267
15268 2001-06-29 [paul]
15269
15270         * po/pt_BR.po
15271                 merge with sylpheed.pot and pt_BR.po provided by
15272                 Fabio Junior Beneditto.
15273
15274 2001-06-29 [darko]
15275
15276         * src/procmime.c
15277                 make MIME types case insensitive
15278
15279 2001-06-28 [alfons]
15280
15281         * po/nl.po
15282                 merge with sylpheed.pot and old nl.po; translations added.
15283
15284 2001-06-28 [paul]
15285
15286         * more sync with sylpheed 0.5.0pre3
15287
15288 2001-06-27 [alfons]
15289
15290         * src/summaryview.c
15291                 don't crash when removing parent node of messages
15292                 attracted by subject. this was caused by not deleting
15293                 the parent node from the subject line hash table.
15294
15295 2001-06-27 [alfons]
15296
15297         * src/summaryview.c
15298         * src/compose.[ch]
15299         * src/mainwindow.c
15300                 if there are multiple messages selected, allow forwarding
15301                 them as attachments.
15302
15303 2001-06-27 [paul]
15304
15305         * more sync with sylpheed 0.5.0pre3
15306
15307 2001-06-26 [paul]
15308
15309         0.5.0claws3
15310
15311         * sync with sylpheed 0.5.0pre3
15312
15313 2001-06-25 [paul]
15314
15315         * src/mainwindow.c
15316                 fixed 'compose news article' bug
15317                 from icon-and-text toolbar
15318
15319 2001-06-25 [paul]
15320
15321         * sync with sylpheed 0.5.0pre2 release
15322
15323 2001-06-24 [christoph]
15324
15325         * src/prefs_common.c
15326                 bug fix in font selection
15327         * src/folderview.c
15328                 use sylpheed's normal font instead of
15329                 gtk default font for folders without
15330                 new messages
15331
15332 2001-06-24 [alfons]
15333
15334         * src/mainwindow.[ch]
15335                 added composite compose mail / news button (an idea by Leandro
15336                 Pereira <leandro@linuxmag.com.br>)
15337
15338 2001-06-24 [paul]
15339
15340         Added instructions for ldif-to-xml.py
15341
15342         * tools/README
15343
15344 2001-06-23 [alfons]
15345
15346         Some minor things.
15347
15348         * src/pixmaps/stock_news_compose.xpm
15349                 added pixmap by Leandro
15350         * src/prefs_common.c
15351                 tested built-in spelling checker of GCC 3.0 :)
15352         * po/nl.po
15353                 merged dutch translation of sylpheed-main with
15354                 sylpheed.pot
15355
15356 2001-06-23 [paul]
15357
15358         Added tools directory and files.
15359
15360         * tools/filter_conv.pl
15361                 converts old filter system to new filtering system
15362         * tools/ldif-to-xml.py
15363                 converts netscape addressbook to sylpheed addressbook
15364         * tools/README
15365                 descriptions/instructions for above two files
15366
15367 2001-06-23 [christoph]
15368
15369         * src/inc.c
15370         * src/manage_window.[ch]
15371         * src/prefs_common.[ch]
15372                 mail retrieval dialog can be enabled, disabled
15373                 or hidden if non of sylpheed's windows is active
15374
15375 2001-06-22 [paul]
15376
15377         0.5.0claws2
15378
15379         * sync with sylpheed 0.5.0pre2
15380
15381 2001-06-21 [christoph]
15382
15383         * src/summaryview.c
15384                 show recipient on 'from' for all accounts
15385                 
15386         * src/inc.c
15387         * src/prefs_common.[ch]
15388                 disable error popup on mail receive errors
15389
15390 2001-06-21 [alfons]
15391
15392         * src/compose.c
15393                 made the ruler correctly appear and disappear.
15394
15395         * src/Makefile.am
15396                 removed Hoa's work-in-progress-stuff (interesting!) so 
15397                 claws compiles ok.
15398
15399 2001-06-20 [christoph]
15400
15401         * src/inc.c
15402         * src/progressdialog.c
15403                 added scrolled window for list in progressdialog
15404
15405 2001-06-20 [paul]
15406
15407         sync with sylpheed 0.5.0pre1 release
15408
15409 2001-06-20 [christoph]
15410
15411         * src/summeryview.c
15412                 make building threads by subject work when
15413                 thread view is enabled
15414                 
15415         * src/compose.c
15416         * src/prefs_common.[ch]
15417                 automatically select account for mail replys
15418
15419 2001-06-19 [sergey]
15420
15421         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15422         they are filled in from the account settings.
15423
15424 2001-06-19 [paul]
15425
15426         * more sync with sylpheed 0.5.0pre1
15427
15428 2001-06-18 [alfons]
15429
15430         * src/Makefile.am,
15431           src/procmime.c
15432                 added --sysconfdir to CPPFLAGS for pointing to the correct
15433                 location of mime.types. 
15434
15435                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15436                 or ./configure!
15437
15438 2001-06-18 [hoa]
15439
15440         * src/summaryview.c
15441                 fixed some bug when building threads
15442
15443 2001-06-18 [pau]l
15444
15445         * src/prefs_account.c
15446                 UI stuff: More changes to the English
15447
15448 2001-06-18 [paul]
15449
15450         * src/pixmaps/stock_news_compose.xpm: new file
15451         * src/Makefile.am
15452         * src/mainwindow.c
15453         * src/summaryview.c
15454                 Added new icon for Hoa's 'compose a news
15455                 message', plus minor improvements to the
15456                 English
15457
15458         * po/ja.po
15459         * ChangeLog
15460         * ChangeLog.jp
15461                 more sync with sylpheed 0.5.0pre1
15462
15463 2001-06-18 [hoa]
15464
15465         * src/compose.[ch]
15466         * src/mainwindow.c
15467                 Follow-up and reply to
15468
15469         * src/summaryview.[ch]
15470                 Build threads also with subjects
15471
15472 2001-06-17 [hoa]
15473
15474         * src/compose.c
15475                 forwarding use the current account.
15476
15477         * src/mainwindow.c
15478                 the "compose message" button has been replaced with
15479                 "new mail" and "new news" buttons
15480
15481         * src/prefs_common.[ch]
15482                 added a configuration option to use the forward button
15483                 as "forward as attachment"
15484                 changed reply and forward format description
15485
15486         * src/quote_fmt_lex.l
15487         * src/quote_fmt_parse.y
15488                 added message with no signature in format for reply
15489                 and forward.
15490
15491 2001-06-17 [paul]
15492
15493         Minor UI stuff
15494
15495         * src/mainwindow.c
15496         * src/summaryview.c
15497                 Improvements to the English
15498
15499         * src/prefs_common.c
15500                 Improvements to the English and some
15501                 clarity/continuity improvements in the
15502                 description of Quote symbols.
15503
15504 2001-06-17 [paul]
15505
15506         0.5.0claws1
15507
15508         * sync with sylpheed 0.5.0pre1
15509
15510 2001-06-17 [hoa]
15511
15512         * src/compose.c
15513                 Better interface for compose, displayed fields
15514                 are updated whenever we change account.
15515                 Newsgroups field is automatically filled.
15516
15517         * src/mainwindow.c
15518                 Newsgroups field is automatically filled.
15519
15520         * src/prefs_account.c
15521                 Some interface stuff when fields appear and
15522                 disappear.
15523
15524 2001-06-16 [paul]
15525
15526         0.4.99claws
15527
15528         * sync with sylpheed 0.4.99
15529
15530 2001-06-16 [sergey]
15531
15532         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15533         base64_decoder_free, base64_decoder_decode): new object and
15534         functions for decoding base64 streams.
15535         * src/procmime.c (procmime_decode_content): modified to use the
15536         new base64 decoder.
15537
15538 2001-06-15 [paul]
15539
15540         0.4.99claws10
15541
15542         * sync with sylpheed 0.4.99cvs11
15543
15544 2001-06-13 [paul]
15545
15546         0.4.99claws9
15547
15548         * sync with sylpheed 0.4.99cvs9
15549
15550 2001-06-13 [hoa]
15551
15552         * src/compose.c
15553         * src/prefs_account.c
15554
15555                 SMTP server can be defined in the news account
15556                 mime type of attachment are kept.
15557
15558         * src/summaryview.c
15559
15560                 now choose the highest important score between default
15561                 and important score of folder.
15562
15563 2001-06-09 [alfons]
15564         
15565         * src/prefs_common.c: 
15566
15567                 (prefs_quote_description_create): corrected description of 
15568                 quote format characters
15569
15570 2001-06-09 [paul]
15571
15572         0.4.99claws8
15573
15574         * sync with sylpheed 0.4.99cvs8
15575
15576 2001-06-08 [sergey]
15577
15578         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15579         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15580
15581 2001-06-08 [paul]
15582
15583         0.4.99claws7
15584
15585         * sync with sylpheed 0.4.99cvs7
15586
15587 2001-06-06 [sergey]
15588
15589         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15590         clashes with autogenerated header).
15591         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15592         * src/Makefile.am: added quote_fmt.h.
15593         * src/.cvsignore: added lex/yacc autogenerated files
15594         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15595
15596 2001-06-06 [paul]
15597
15598         0.4.99claws6
15599
15600         * sync with sylpheed 0.4.99cvs6
15601
15602 2001-06-06 [hoa]
15603
15604         * added src/quote_fmt_parse.h
15605         * src/compose.c
15606                 removed warnings
15607
15608         * src/prefs.[ch]
15609                 don't modify readonly configuration files
15610
15611         * src/prefs_account.c
15612         * src/prefs_common.c
15613         * src/prefs_customheader.c
15614         * src/prefs_display_header.c
15615         * src/prefs_filter.c
15616         * src/prefs_filtering.c
15617         * src/prefs_scoring.c
15618                 don't open dialog box when configuration files
15619                 are readonly
15620
15621 2001-06-05 [sergey]
15622
15623         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15624
15625         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15626         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15627         BUILT_SOURCES to make all files rebuild properly.
15628
15629         * src/compose.c: removed #include "quote_fmt.tab.h".
15630
15631         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15632         CHARACTER value in yylval.
15633
15634         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15635         receive CHARACTER value by documented means (yylval).
15636
15637         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15638
15639 2001-06-05 [hoa]
15640
15641         * src/Makefile.am
15642                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15643
15644         * src/filtering.c
15645         * src/matcher.c
15646         * src/matcher.h
15647         * src/prefs_filtering.c
15648                 now keep the configuration for execute action
15649
15650         * src/mbox_folder.c
15651                 fixed a warning
15652
15653 2001-06-05 [paul]
15654
15655         * sync with sylpheed 0.4.99cvs5
15656
15657 2001-06-05 [hoa]
15658
15659         * src/Makefile.am
15660                 added quote_fmt.[ch]
15661
15662         * added src/quote_fmt.y
15663         * added src/quote_fmt.l
15664         * added src/quote_fmt.tab.h
15665         * added src/quote_fmt.tab.c
15666         * added src/lex.quote_fmt.c
15667                 parsing configuration for replying
15668                 and forwarding
15669
15670         * src/prefs_common.[ch]
15671                 added configuration UI for replying
15672                 and forwarding
15673
15674         * src/compose.c
15675                 using configuration for replying
15676                 and forwarding
15677
15678 2001-06-04 [hoa]
15679
15680         * src/filtering.c
15681         * src/matcher.c
15682         * src/matcher.h
15683         * src/prefs_filtering.c
15684         * src/prefs_matcher.c
15685         * src/prefs_matcher.h
15686                 action "run a command" for filtering
15687                 and matching with a command.
15688                 fixed the "whole message" matching
15689
15690         * src/mbox_folder.c
15691                 changed temporary filename for security
15692
15693         * src/messageview.c
15694                 queue the notification if it fails to send.
15695
15696         * src/prefs_common.c
15697         * src/prefs_folder_item.c
15698                 changed the default important score             
15699
15700         * src/prefs_scoring.c
15701         * src/scoring.c
15702                 hide kill score input when the folder is not
15703                 a newsgroup
15704
15705 2001-06-03 [alfons]
15706
15707         * src/prefs_common.c:
15708
15709                 (prefs_font_select): pass font name in font entry box to font
15710                 selection dialog.
15711
15712 2001-06-03 [sergey]
15713
15714         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15715
15716 2001-06-03 [paul]
15717
15718         * sync with sylpheed 0.4.99cvs4
15719
15720 2001-06-03 [alfons]
15721
15722         * src/headerwindow.c:
15723
15724                 (headerwindow_show_cb): use the selected summary view item, not
15725                 the displayed item.
15726
15727 2001-06-02 [alfons]
15728
15729         * src/headerwindow.c:
15730
15731                 (headerwindow_show_cb): always try to show msginfo
15732
15733 2001-06-02 [hoa]
15734
15735         * src/compose.c
15736                 keep attached parts when reediting or forwarding.
15737
15738 2001-06-01 [hoa]
15739
15740         * src/folderview.c
15741         * src/prefs_folder_item.[ch]
15742         * src/prefs_scoring.[ch]
15743         * src/scoring.[ch]
15744         * src/summaryview.[ch]
15745         * src/main.c
15746         * src/mainwindow.c
15747         * src/prefs_common.[ch]
15748                 support for folder scoring
15749                 kill score and important score for messages
15750         
15751         * src/prefs_account.c
15752                 some display bug fixed for local account
15753                 preferences
15754
15755 2001-05-31 [alfons]
15756
15757         * src/summaryview.c:
15758
15759                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15760                 sender to address book menu item is disabled.
15761
15762 2001-05-30 [hoa]
15763
15764         * src/filtering.[ch]
15765         * src/summaryview.c
15766                 handling summary menu / filter messages
15767
15768         * src/folder.[ch]
15769                 add some stuff
15770
15771         * src/foldersel.c
15772                 imap folders now appears in list
15773
15774         * src/mbox_folder.c
15775                 doesn't crash if destination mail is not writeable
15776
15777 2001-05-29 [hoa]
15778
15779         * src/compose.c
15780                 removed some warnings
15781
15782         * src/filtering.c
15783         * src/folder.[ch]
15784         * src/prefs_filtering.c
15785                 global string to identify any folders           
15786                 removed some debug info
15787                 filtering to mbox folders is now possible
15788
15789         * src/mainwindow.c
15790                 removed some warnings
15791
15792         * src/mbox_folder.c
15793                 permission on files are changed to read/write for user only,
15794                 nothing for other.
15795                 creation of subfolder is handled better.
15796
15797 2001-05-28 [alfons]
15798
15799         Verified the sync for src/prefs_common.[ch] and
15800         src/prefs_account.[ch]. I believe there were some
15801         minor indentation differences.
15802
15803 2001-05-28 [paul]
15804
15805         0.4.99claws3
15806
15807         * sync with 0.4.99cvs3
15808
15809 2001-05-28 [hoa]
15810
15811         * src/compose.c
15812                 handling flags for mbox format
15813
15814         * src/filtering.c
15815                 use of mark file only for MH format
15816                 handling flags for mbox format
15817                 filtering cannot yet move or copy mails to mbox folders.
15818
15819         * src/folder.[ch]
15820                 changed move_msg, copy_msg,
15821                 move_msgs_with_dest, copy_msgs_with_dest functions
15822                 uses only folder->copy_msg() function
15823                 uses folder->finished_copy() to handle the destination
15824                 folder at the end of the copy or move operation.
15825
15826         * src/foldersel.c
15827                 included mbox directories.
15828
15829         * src/folderview.[ch]
15830         * src/mainwindow.c
15831                 handle folders operation for mbox format
15832
15833         * src/mbox.c
15834                 disable conversion of "From " header
15835
15836         * src/mbox_folder.[ch]
15837                 completion of mbox format handling
15838
15839         * src/mh.c
15840                 changed mh_copy_msg() function and
15841                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15842                 mh_copy_msgs_with_dest()
15843
15844         * src/prefs_filtering.c
15845                 removed some warnings
15846
15847         * src/prefs_matcher.c
15848                 default boolean operation is AND
15849
15850         * src/procheader.c
15851                 handling flags for mbox format
15852                 handling of "From " header
15853
15854         * src/procmsg.[ch]
15855                 removed data field
15856                 added MSG_REALLY_DELETED flags to handle deletion of
15857                 messages in mbox format.
15858
15859         * src/summaryview.c
15860                 handling flags for mbox format
15861                 disable the MSG_DELETED flags when messages
15862                 are deleted in mbox format
15863
15864         * src/textview.c
15865                 "From " headers display fixed.
15866
15867 2001-05-27 [alfons]
15868
15869         * src/textview.c:
15870                 
15871                 (get_email_part): skip quoted email addresses, like in e.g.
15872                 "'alfons@proteus.demon.nl'".
15873
15874 2001-05-26 [alfons]
15875
15876         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15877         and fixing the persistence troubles when using separate windows.
15878
15879         * src/mainwindow.c:
15880         
15881             Added #define SEPARATE_ACTION used in the gtk item factory for 
15882             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15883                 use gtk_item_factory_get_widget_by_action() to get the items.
15884                 
15885             Removed separate_widget_cb from the gtk item factory data   
15886           
15887             (mainwindow_create): connect separate_widget_cb() to check
15888             menu item "toggled" signal. also passing a MainWindow pointer
15889                 as object data for both check menu items.
15890                 
15891             (separate_widget_cb): definition of separate_widget_cb() to match
15892             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15893                 window using gtk_object_get_data(). The type of window separation 
15894                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15895         
15896         * src/prefs_filtering.c,
15897           src/prefs_matcher.c: added horizontal scrollbars
15898
15899 2001-05-25 [darko]
15900
15901         * src/headerview.c
15902                 fix segfault with invalid bold font
15903         * src/summaryview.c
15904                 correctly display summary stats after row is marked
15905
15906 2001-05-23 [sergey]
15907
15908         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15909         encodings with libjconv.
15910
15911 2001-05-23 [hoa]
15912
15913         * src/Makefile.am
15914                 added mbox_folder.[ch]
15915         * src/defs.h
15916                 mbox temporary folder
15917         * src/folder.[ch]
15918         * added src/mbox_folder.[ch]
15919         * src/folderview.c
15920         * src/procheader.[ch]
15921                 added mbox support
15922         * src/mbox.c
15923                 bugfix for file incorporation filtering
15924         * src/imap.c
15925                 enable creation of MBOX
15926         * src/prefs_display_header.c
15927                 enable use of headers like "From "
15928                 something that should be fixed :
15929                         displaying of such headers add an extra space
15930         * src/prefs_folder_item.c
15931                 don't create folders because it is not necessary
15932         * src/procmsg.h
15933                 added data field to MsgInfo for mbox internal use
15934         * src/summaryview.c
15935                 added some support for mbox
15936         * src/utils.[ch]
15937                 added get_mbox_cache_dir() function
15938
15939 2001-05-23 [hiroyuki]
15940
15941         * src/headerwindow.c
15942           src/inc.c
15943           src/main.c
15944           src/mh.c
15945           src/nntp.c
15946           src/procmsg.h
15947           src/session.h
15948           src/socket.[ch]
15949           src/summaryview.c
15950           src/textview.c
15951           src/automaton.c
15952           src/folderview.c: more sync with 0.4.99cvs2.
15953
15954         * src/headerwindow.c: reverted.
15955
15956 2001-05-22 [paul]
15957
15958         0.4.99claws2
15959
15960         * sync with sylpheed 0.4.99cvs2
15961                 * src/news.[ch]
15962                 * src/nntp.[ch]
15963                 * INSTALL
15964                 * INSTALL.jp
15965
15966 2001-05-22 [alfons]
15967
15968         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15969
15970 2001-05-21 [alfons]
15971
15972         Minor things:
15973
15974         * configure.in: if gnome-config not found, "no" is displayed
15975         
15976         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15977
15978         * src/textview.c: now also possible to add mail addresses by right
15979           clicking in the text view
15980
15981         * src/codeconv.c: merged patch which fixes endless loop when encountering
15982           invalid wide characters; from Alte <010@imis.ru>  
15983
15984 2001-05-20 [alfons]
15985
15986         Added installation of gnome specific things:
15987
15988         * Makefile.am: gnome conditional
15989
15990         * configure.in: check for installed gnome
15991
15992         * added sylpheed.png, sylpheed.desktop
15993
15994 2001-05-20 [sergey]
15995
15996         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15997
15998         * src/mainwindow.h (main_window_toolbar_create): created a button
15999         for "Reply to all".
16000         (main_window_set_toolbar_sensitive): enable/disable the new button
16001         appropriately.
16002         (toolbar_reply_to_author_cb): handle the new button.
16003
16004         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16005         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16006         failure).
16007
16008 2001-05-19 [sergey]
16009
16010         * src/compose.h (ComposeReplyMode): new modes
16011         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16012         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16013
16014         * src/compose.c
16015         (compose_send): move some code into a new function:
16016         (compose_current_mail_account): new function.
16017         (compose_reply): new argument to_author, all callers changed; if
16018         to_author==TRUE and account->protocol==A_NNTP, find and use an
16019         appropriate mail account for replying.
16020         (compose_reply_set_entry): new argument to_author; ignore
16021         compose->replyto if to_author==TRUE.
16022
16023         * src/mainwindow.c: new command "Message/Reply to author".
16024         (main_window_set_menu_sensitive): enable/disable it.
16025         (reply_cb): handle it.
16026
16027         * src/summaryview.c: new command "Reply to author".
16028         (summary_set_menu_sensitive): enable/disable it.
16029         (summary_reply_cb): handle it.
16030
16031         * src/account.c (account_find_mail_from_address): new function.
16032
16033 2001-05-18 [paul]
16034
16035         0.4.99claws1
16036
16037         * sync with sylpheed 0.4.99cvs1
16038
16039 2001-05-18 [hoa]
16040
16041         * src/compose.[ch]
16042         * src/filtering.c
16043         * src/summaryview.c
16044                 new filtering action : forward and forward as attachment
16045
16046         * src/main.c
16047                 no need for $DISPLAY when we run sylpheed --help
16048                 call to parse_cmd_opt() is moved
16049
16050         * src/mainwindow.[ch]
16051                 execute button is hidden when immediate execute
16052                 is chosen
16053
16054         * src/mh.c
16055         * src/news.c
16056         * src/prefs_folder_item.c
16057         * src/procmsg.c
16058                 better handling of missing directories
16059
16060         * src/summaryview.c
16061                 reedit is enabled in outbox
16062                 reedit is enabled in queue
16063
16064 2001-05-17 [hoa]
16065
16066         * src/filtering.c
16067         * src/matcher.[ch]
16068         * src/prefs_filtering.c
16069                 changed attachement into attachment
16070
16071 2001-05-17 [alfons]
16072
16073         0.4.67claws4    
16074
16075         * sync with sylpheed 0.4.67cvs9
16076         * sync with sylpheed 0.4.67cvs7-8
16077
16078 2001-05-17 [hoa]
16079
16080         * src/Makefile.am
16081                 added prefs_filtering.c
16082
16083         * src/filtering.[ch]
16084         * src/matcher.[ch]
16085                 removed action : forward_news and forward_news_as_attachement
16086                 (forward and forward_as_attachement can be used instead)
16087
16088         * src/mainwindow.c
16089                 added menu option to access filtering configuration
16090
16091         * src/prefs_account.c
16092                 changed mail_command default to /usr/sbin/sendmail
16093
16094         * added src/prefs_filtering.[ch]
16095                 dialog box for filtering configuration
16096
16097         * src/prefs_matcher.c
16098                 added function prefs_matcher_get_criteria_from_matching()
16099
16100         * src/prefs_scoring.c
16101                 reset the dialog when register or substitute is clicked
16102
16103 2001-05-15 [hoa]
16104
16105         * src/Makefile.am
16106                 added filtering.[ch]
16107         * src/inc.c
16108                 using filering.[ch] instead of filter.[ch]
16109         * src/main.c
16110                 reading new filtering configuration
16111         * src/matcher.[ch]
16112                 added some filtering actions
16113                 and fixed a bug for headers and mail body matching
16114         * src/mbox.c
16115                 using filering.[ch] instead of filter.[ch]
16116         * src/mh.c
16117                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16118         * src/summaryview.c
16119                 some fixes for filtering
16120
16121 2001-05-14 [hiroyuki]
16122
16123         * src/send.c: fixed some weird indentations.
16124           send_message_with_command(): call pclose() only if p != NULL.
16125         * src/textview.c: get_email_part(): modified the code for readability.
16126
16127 2001-05-14 [hiroyuki]
16128
16129         * src/md5global.h
16130           src/md5ify.c
16131           src/md5ify.h: removed from the cvs.
16132
16133 2001-05-13 [sergey]
16134
16135         * src/main.c: include rfc2015.h to avoid compiler warnings.
16136         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16137         the panel is already on screen.
16138         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16139         closing the alert window by ESC as "No".
16140         * src/prefs_common.c (prefs_interface_create): moved return
16141         receipt check button to the correct place.
16142
16143 2001-03-13 [alfons]
16144
16145         * src/prefs_common.c: 
16146                 moved return receipt check button to the Send tab. (prefs_send_create)
16147                 removed the date format ui related globals. (prefs_display_create)
16148
16149         0.4.67claws3
16150         
16151         * sync with sylpheed 0.4.67cvs5-6
16152
16153 2001-05-13 [paul]
16154
16155         * added Alfons' font selection patch
16156
16157         * src/defs.h
16158         * src/headerwindow.c
16159         * src/prefs_common.c
16160         * src/prefs_common.h
16161
16162 2001-05-13 [hoa]
16163         * src/defs.h
16164                 changed version of cache
16165         * src/matcher.[ch]
16166         * src/prefs_matcher.c
16167                 added additionnal matching criteria
16168         * src/procheader.c
16169         * src/procmsg.[ch]
16170         * src/news.c
16171                 added references in MsgInfo
16172
16173 2001-05-12 [hoa]
16174
16175         * src/defs.h
16176                 prepared some things for new filtering
16177         * src/matcher.[ch]
16178                 added some matching properties
16179                 inreplyto need to be enhanced
16180                 prepared some things for new filtering
16181         * src/messageview.c
16182                 added Return-Receipt-To handling
16183         * src/prefs_folder_item.c
16184                 changed default value to TRUE
16185         * src/prefs_matcher.c
16186                 added some matching properties
16187         * src/prefs_scoring.[ch]
16188                 the scoring dialog is finished
16189         * src/procheader.c
16190                 added Return-Receipt-To handling
16191                 Reference need to be added
16192         * src/procmsg.[ch]
16193                 added Return-Receipt-To handling
16194                 added threadscore to get a better score sorting when
16195                 threads are enabled
16196         * src/summaryview.c
16197                 suppressed a bug when we sort the list
16198                 when no folder is opened.
16199                 better score sorting when threads are enabled
16200
16201 2001-05-12 [alfons]
16202
16203         * reverted previous patch because of potential errors 
16204
16205         0.4.67claws2
16206         
16207         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16208                 applied "toggle mail-retrieval dialog window" patch submitted 
16209                 by Eric Limpens <eric@qnt.net>
16210
16211         * sync with sylpheed 0.4.67cvs4
16212
16213 2001-05-12 [sergey]
16214
16215         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16216         some picky compilers.
16217         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16218         * src/grouplist_dialog.c: include alertpanel.h.
16219         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16220         fix compile warning.
16221         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16222         #include "defs.h" before others to prevent the warning of `MIN'
16223         and `MAX' redefinition.
16224
16225 2001-05-11 [hoa]
16226
16227         * src/main.c
16228         * src/messageview.c
16229         * src/prefs_account.c
16230         * src/prefs_display_header.c
16231                 removed warning
16232         * src/Makefile.am
16233                 added prefs_scoring.[ch]
16234         * src/grouplist_dialog.c
16235                 display an error dialog box if the group list
16236                 cannot be fetched.
16237         * src/mainwindow.[ch]
16238                 added main_window_set_thread_option() function
16239                 scoring dialog box enabled
16240         * src/matcher.[ch]
16241                 added flags matching unread /new / marked
16242                 / deleted / replied / forwarded
16243         * src/news.c
16244                 newsgroups are now finally in newscache
16245         * src/prefs_matcher.[ch]
16246                 finished preferences for matching dialog
16247         * added src/prefs_scoring.[ch]
16248                 scoring dialog box completed
16249         * src/scoring.[ch]
16250                 conversion to string : added scoringprop_to_string()
16251                 write config for preferences :
16252                 added prefs_scoring_write_config()
16253         * src/summaryview.c
16254                 threads can be enabled/disabled independently
16255                 for each folder
16256
16257 2001-05-10 [alfons]
16258
16259         0.4.67claws1
16260         
16261         * AUTHORS: 
16262                 thought it would be nice to have a list of all
16263                 contributors (used Changelog as a reference)
16264         
16265         * configure.in: 
16266                 messed up version numbering...
16267
16268         0.4.66claws1
16269
16270         * sync with sylpheed 0.4.67cvs1-3
16271
16272 2001-05-10 [darko]
16273
16274         * src/prefs_common.c:
16275                 better UI for strftime format, double clicking
16276                 on format now inserts the format in text entry
16277                 replaced close button with standard OK/Cancel
16278                 moved date format button to the right of the
16279                 text entry field
16280
16281 2001-05-09 [alfons]
16282
16283         * src/gtkstext.c:
16284                 Ctrl-Home / Ctrl-End have proper cursor navigation
16285
16286 2001-05-09 [hoa]
16287
16288         * src/prefs_matcher.c
16289                 finished UI to define matching properties
16290                 added ok and cancel button
16291         * src/prefs_filter.c
16292                 added ok and cancel button
16293         * src/news.c
16294                 fixed some bug in xhdr parsing
16295
16296 2001-05-08 [alfons]
16297
16298         * src/textview.c: 
16299                 fixed a bug in textview_show_header(), which displayed two colons (':');
16300                 cleaned up some warnings
16301
16302 2001-05-08 [hoa]
16303
16304         * src/Makefile.am
16305                 added prefs_matcher.[ch]
16306                 compilation with -W -Wall
16307         * src/alertpanel.c
16308                 ungrab the mouse events if grabbed - does it
16309                 fix the bug for disposition notification ?
16310         * src/mainwindow.c
16311                 added a menu option to open the matching dialog.
16312         * src/matcher.[ch]
16313                 added matcherprop_to_string() and matcherlist_to_string()
16314                 fixed some bugs, changed the name of some options
16315                 age_sup and age_inf becomes age_greater and age_lower,
16316                 body and messageheaders becomes body_part and headers_part,
16317                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16318         * src/prefs_display_header.c
16319         * src/prefs_headers.c
16320                 fixed a bug that accidentally destroyed dialogs
16321                 when closed them with delete_event
16322                 Added *_deleted() which handle delete_event signal correctly.
16323         * src/prefs_folder_item.[ch]
16324                 added "enable_thread" field for future customization
16325         * added src/prefs_matcher.[ch]
16326                 sample of the UI to define matching properties
16327         * src/procheader.c
16328                 using procheader_headername_equal instead of str*cmp functions
16329                 using procheader_parse_header() function
16330         * src/scoring.c
16331                 using MATCHING_XXX instead of SCORING_XXX
16332         * src/summaryview.c
16333                 display the sender of the news even if this is ourself
16334                 when this is a news message.
16335         * src/textview.c
16336                 using headername_equal() instead of str*cmp functions
16337
16338 2001-05-08 [alfons]
16339
16340         0.4.66claws
16341
16342         * sync with sylpheed 0.4.66
16343         * src/gtkstext.c: trace logs added 
16344
16345 2001-05-08 [sergey]
16346
16347         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16348         signature check popup.
16349         * src/rfc2015.c (check_signature): show signature check popup only
16350         if it is enabled in preferences.
16351
16352 2001-05-07 [alfons]
16353
16354         0.4.66claws4
16355         
16356         * sync with sylpheed 0.4.66cvs6
16357
16358 2001-05-07 [darko]
16359
16360         * src/prefs_common.[ch]: added option to enable/disable
16361           looking up sender name in address book for summary pane
16362         * src/summaryview.c: look up sender in the address book
16363           by using Alfons' address completion code
16364
16365 2001-05-07 [hiroyuki]
16366
16367         * src/inc.h
16368           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16369           member of Pop3State.
16370         * src/news.c: brought #include "defs.h" before #include <glib.h>
16371           to prevent the warning of `MIN' and `MAX' redefinition.
16372
16373 2001-05-06 [hoa]
16374
16375         * removed src/headers_display.[ch]
16376         * removed src/prefs_display_headers.[ch]
16377         * src/inc.c
16378                 use a temporary file in the user directory for mbox import
16379         * src/news.c
16380                 added XHDR support to get "To" and "Cc" headers
16381                 (in order to match news with to or cc field for
16382                 scoring)
16383                 added function news_parse_xhdr() to get XHDR response
16384         * src/nntp.[ch]
16385                 added function nntp_xhdr()
16386         * src/matcher.c
16387                 fetch the message if necessary
16388
16389 2001-05-06 [alfons]
16390
16391         0.4.66claws3
16392
16393         * sync with sylpheed 0.4.66cvs3-5
16394
16395 2001-05-06 [hoa]
16396
16397         * src/utils.[ch]
16398                 added function itos_buf() to enable use of several buffers
16399         * src/summaryview.c
16400                 use of itos_buf() instead of itos() in summary list
16401                 to fix the broken display of message number.
16402
16403 2001-05-06 [alfons]
16404
16405         * src/gtkstext.c: bug in cursor up navigation fixed,
16406                 fixed another unsigned / signed comparison (we're getting there :-)
16407
16408 2001-05-06 [hoa]
16409
16410         * src/Makefile.am
16411                 added scoring.c scoring.h
16412                 prefs_folder_item.c prefs_folder_item.h
16413                 matcher.c matcher.h
16414         * src/defs.h
16415                 added FOLDERITEM_RC SCORING_RC
16416         * src/folder.[ch]
16417                 added prefs field in FolderItem :
16418                 properties for each folder (PrefsFolderItem),
16419                 sorting type and mode were added as the first properties.
16420         * src/main.c
16421                 read config for scoring
16422         * added src/matcher.[ch]
16423                 gives functions to parse configuration file to do
16424                 matching on mails with a list of conditions.
16425         * src/mainwindow.c
16426                 add option to sort by score
16427         * src/prefs_common.[ch]
16428                 added preference option to show score and for
16429                 the score column size
16430         * added src/prefs_folder_item.[ch]
16431                 properties for each folder (PrefsFolderItem),
16432                 sorting type and mode were added as the first properties.
16433         * src/procheader.[ch]
16434                 added procheader_parse_header()
16435                 added procheader_header_free()
16436                 added procheader_headername_equal()
16437                 and made modification to use them.
16438         * src/procmsg.[ch]
16439                 added score field to MsgInfo structure
16440         * added src/scoring.[ch]
16441                 gives functions to parse configuration file to do
16442                 scoring on mails with a list of conditions.
16443         * src/summaryview.[ch]
16444                 save the sorting type and mode for the folder
16445                 added column to display the score of the mail
16446                 added function summary_score_clicked()
16447                 sorting type and mode are restored to the folder
16448                 when it is reopen
16449         * src/textview.c
16450                 use procheader_parse_header(), procheader_headername_equal()
16451                 removed memory leak in text_scan_header when freeing headers
16452         * src/filter.c
16453                 changed the function to match names of headers
16454                 using procheader_headername_equal()
16455
16456         Scoring functions are implemented, an interface is needed
16457         to configure that.
16458
16459 2001-05-04 [alfons]
16460
16461         * src/gtkstext.c: 
16462                 hopefully fixed the row up navigation bug,
16463                 removed adding back / forward lines to cache
16464
16465 2001-05-04 [sergey]
16466
16467         * src/prefs_display_headers.c: user interface changes:
16468         (prefs_display_headers_create): remove unused "Show" check button;
16469         allow reordering of headers by dragging.
16470         (prefs_display_headers_write_config): remove unused variables.
16471         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16472         of lists (not needed with the new UI).
16473         (prefs_display_headers_set_list): scan lists starting from row 0,
16474         not 1 (do not skip "(New)").
16475         (prefs_display_headers_find_header): new function.
16476         (prefs_display_headers_clist_set_row): do not allow duplicates.
16477         (prefs_display_headers_delete_cb): do not skip row 0; treat
16478         closing the alert window by ESC as "No".
16479         (prefs_display_headers_up): do not protect row 0.
16480         (prefs_display_headers_down): do not protect row 0.
16481
16482 2001-05-04 [sergey]
16483
16484         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16485         functions.
16486
16487         * src/summaryview.c
16488         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16489         summary_select_next_marked, summary_select_prev_marked): new
16490         functions.
16491
16492 2001-05-03 [sergey]
16493
16494         * src/news.c: fixed a bug when no article can be fetched after
16495         server timeout if the connection was restored by news_post():
16496         (news_select_group): new function.
16497         (news_fetch_msg): call news_select_group() before fetching
16498         article.
16499         (news_get_uncached_articles): set session->group after successful
16500         GROUP command.
16501
16502 2001-05-03 [hoa]
16503
16504         * src/defs.h
16505         * src/procmsg.[ch]
16506         * src/procheader.c
16507                  changed version of cache, added cc field
16508
16509         * src/prefs_display_headers.c
16510                 the interface was changed
16511
16512         * src/prefs_headers.c
16513                 added cancel button
16514
16515 2001-05-03 [alfons]
16516
16517         * completed sync of sylpheed cvs2
16518         * src/gtkstext.c: updated row up / down cursor navigation
16519         * src/textview.c: re-edited, prepared for fixing the email address
16520                 scanner.
16521
16522 2001-05-03 [darko]
16523
16524         * src/prefs_common.c: use alfons' strftime ui code
16525         entry_datefmt and datefmt_sample widgets have to be
16526         global in this module because of this change
16527
16528 2001-05-03 [hoa]
16529
16530         * src/messageview.c
16531         * src/prefs_common.[ch] added option to activate the return receipt
16532                 feature.
16533
16534 2001-05-02 [alfons]
16535
16536         * src/gtkstext.c: fix for row up/down cursor navigation. 
16537
16538         0.4.66claws2
16539         
16540         * sync with 0.4.66cvs2
16541
16542 2001-05-02 [paul]
16543
16544         added add-sender-to-addressbook patch
16545
16546         * src/addressbook.c
16547         * src/addressbook.h
16548         * src/summaryview.c
16549
16550 2001-05-02 [sergey]
16551
16552         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16553         G_ALERTDISABLE.
16554
16555         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16556         all existing callers changed to pass FALSE; create a check button
16557         to disable the message.
16558         (alertpanel_message_with_disable): new function.
16559         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16560         (alertpanel_button_toggled): new function.
16561         (alertpanel_button_clicked, alertpanel_close): set value using
16562         G_ALERT_VALUE_MASK.
16563
16564         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16565
16566         * src/prefs_common.c (prefs_privacy_create): new check button
16567         checkbtn_gpgme_warning.
16568
16569         * src/main.c (main): moved preferences reading before gpgme
16570         initialization; check prefs_common.gpgme_warning before giving the
16571         GnuPG warning and set it to FALSE if the user wants to disable the
16572         warning.
16573
16574 2001-05-02 [hiroyuki]
16575
16576         * src/prefs_display_headers.c: modified the layout and some labels.
16577
16578 2001-05-02 [sergey]
16579
16580         * src/prefs_account.c (prefs_account_fix_size): new function.
16581         (prefs_account_create): call prefs_account_fix_size(); use
16582         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16583         size when the window is shown for the first time).
16584         (prefs_account_basic_create): changed layout of serv_table; moved
16585         localmbox_entry above smtpserv_entry (logically it replaces
16586         POP3/IMAP server).
16587         (prefs_account_protocol_activated): set sensitivity of
16588         nntpauth_chkbtn according to the protocol (in addition to
16589         hide/show); commented out gtk_table_set_row_spacing() calls.
16590         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16591         not sensitive (fixes a bug with disabled username/password boxes
16592         when editing POP3 account after NNTP with authentication).
16593
16594 2001-05-02 [hoa]
16595
16596         * src/account.c
16597         * src/inc.c
16598         * src/prefs_account.[ch]
16599         * src/send.c
16600                 removed local account without SMTP server
16601                 added option to use mail command instead of a connexion
16602                 to SMTP server when a local account is used
16603         * src/prefs_headers.c
16604                 fixed a bug
16605         * src/news.c
16606                 fixed a bug when connexion immediately closed
16607
16608 2001-05-01 [alfons]
16609
16610         0.4.66claws1
16611         
16612         * sync with 0.4.65
16613
16614 2001-05-01 [sergey]
16615
16616         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16617         widget nntpauth_chkbtn.
16618         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16619         visibility.
16620         (prefs_account_nntpauth_toggled): new function.
16621
16622         * src/news.c (news_session_new_for_folder): use NNTP
16623         authentication only if ac->use_nntp_auth is set.
16624
16625 2001-05-01 [hoa]
16626
16627         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16628         * src/prefs_display_headers.c changed the UI
16629         * src/prefs_headers.c changed account_name to account_id
16630         * src/compose.c using customheader.h
16631
16632 2001-05-01 [hiroyuki]
16633
16634         * src/esmtp.c
16635           src/news.c
16636           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16637           unsynched.
16638
16639 2001-05-01 [hoa]
16640
16641         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16642         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16643                 for displaying of headers
16644         * src/grouplist_dialog.[ch] minor changes to remove warnings
16645         * src/prefs_display_headers.[ch] dialog to choose the
16646         headers to display in the mail viewer.
16647         * src/headers.h correction of #define
16648         * src/headers_display.[ch] configuration for displaying of headers.
16649         * src/main.c read config of displaying of headers
16650         * src/prefs_common.c add a button to access the config dialog
16651                 for displaying of headers
16652         * src/prefs_display_headers.[ch] dialog for configuration for
16653                 displaying of the headers.
16654         * src/prefs_headers.c cleaning of code
16655         * src/procheader.c comments added to code
16656         * src/textview.c changes to reorder the headers depending
16657                 on the config for displaying of headers
16658
16659 2001-04-30 [alfons]
16660
16661         0.4.65claws7
16662
16663         * sync with 0.4.65cvs12
16664
16665         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16666
16667 2001-04-30 [sergey]
16668
16669         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16670
16671         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16672         is set to force reconnection after authentication failure.
16673         (nntp_gen_command): set sock->auth_failed on authentication
16674         failure, or if sock->userid and sock->passwd are not set.
16675
16676         * src/news.c (news_session_new_for_folder): set userid=NULL if
16677         password dialog is cancelled.
16678
16679 2001-04-30 [sergey]
16680
16681         * src/nntp.h (NNTPSockInfo): new type.
16682
16683         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16684         SockInfo.
16685         (nntp_open_auth, nntp_close): new functions.
16686         (nntp_gen_command): new function to handle authentication; all
16687         NNTP command functions updated to use it.
16688         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16689         (nntp_list): removed old useless code.
16690
16691         * src/news.h (NNTPSession): new field nntp_sock.
16692
16693         * src/news.c: all functions updated to use NNTPSockInfo instead of
16694         SockInfo.
16695         (news_session_new): new arguments (userid, passwd); made static;
16696         use nntp_open_auth() if needed.
16697         (news_session_destroy): use nntp_close() instead of sock_close().
16698         (news_query_password): changed arguments.
16699         (news_session_new_for_folder): new function.
16700         (news_session_get): use news_session_new_for_folder().
16701         (news_authenticate): deleted.
16702         (news_get_uncached_articles): removed old authentication code.
16703
16704 2001-04-30 [sergey]
16705
16706         * src/news.c: reverted my previous changes (need to do NNTP
16707         authentication in a cleaner way).
16708         
16709 2001-04-29 [sergey]
16710
16711         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16712         news_nntp_post, news_nntp_mode): new functions (wrappers with
16713         authentication support).
16714         (news_get_article_cmd, news_get_article, news_get_header): new
16715         argument "folder"; all callers changed.
16716         (news_get_article_cmd): added authentication support.
16717         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16718         (news_post): use news_nntp_post() instead of nntp_post().
16719         (news_get_uncached_articles): use news_nntp_group() instead of
16720         nntp_group() and news_nntp_xover() instead of nntp_xover();
16721         removed old authentication code.
16722         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16723
16724         * src/nntp.c (nntp_list): return real error code instead of
16725         hardcoded NN_ERROR.
16726
16727 2001-04-29 [sergey]
16728
16729         * configure.in: fixed wint_t typedef detection again
16730
16731 2001-04-28 [hoa]
16732
16733         * src/prefs_account.[ch], added A_LOCAL_CMD
16734                 (send mail with mail command)
16735         * src/send.c added function send_message_with_command()
16736         * src/inc.c made a more secure get_spool() function with
16737                 mktemp() but maybe mkstemp() or something more
16738                 secure can be used.
16739
16740 2001-04-28 [alfons]
16741
16742         * src/textview.c, colorization of email addresses in headers
16743
16744         0.4.65claws6
16745
16746         * bug sync with sylpheed
16747         * prefs_common.c: created date format ui for darko
16748         * sync with 0.4.65cvs11
16749         * configure.in: corrected to have the new gpg checks
16750
16751 2001-04-27 [alfons]
16752
16753         * completed sync with 0.4.65cvs10
16754         * minor debug things added to gtkstext.c
16755
16756 2001-04-27 [darko]
16757
16758         * configure.in: remove check for availability of
16759           strftime() as advised by Hiroyuki
16760         * src/prefs_common.[ch], src/procheader.c:
16761           synch strftime() code with Hiroyki's main branch
16762
16763 2001-04-26 [sergey]
16764
16765         * src/news.c: news_query_password(), news_authenticate(): new
16766           functions.
16767           news_get_uncached_articles(): added NNTP authentication
16768           handling.
16769         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16770           new functions.
16771         * src/prefs_account.c: prefs_account_protocol_activated():
16772           enable userid and password fields for NNTP.
16773
16774 2001-04-26
16775
16776         * configure.in: check for availability of strftime()
16777           [darko]
16778         * src/prefs_common.[ch], src/procheader.c: use
16779           strftime() for displaying date in summary pane if it
16780           is available
16781
16782 2001-04-25
16783
16784         * more .cvsignore cleanups [alfons]
16785
16786 2001-04-25
16787
16788         * ac/sv-check-type.m4: new autoconf macro.
16789         * configure.in: fixed wint_t typedef detection (did not work
16790           with gcc-2.96).
16791
16792 2001-04-25
16793
16794         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16795           [hiroyuki]
16796
16797 2001-04-24
16798         * modified gtkstext.c : buggy cursor navigation fixed, 
16799           and font descent also taken in account when drawing
16800           cursor. [alfons]
16801
16802 2001-04-24 [hoa]
16803         * added comments in src/news.c src/nntp.c
16804         * added src/prefs_headers.[ch]
16805         * added src/headers.[ch]
16806         * modified compose.c to activate custom headers
16807                 added function is_in_custom_headers
16808         * modified prefs_account.[ch]
16809                 added function prefs_account_customhdr_edit
16810         * modified src/defs.h :
16811                 added HEADERS_RC : name of the config file
16812                 for the custom headers
16813
16814 2001-04-24
16815
16816     0.4.65claws5
16817
16818         * configure.in
16819           src/gtkstext.[ch]
16820           src/compose.c
16821           src/Makefile.am
16822           
16823           added gtkstext with configure.in patch by Hiroyuki which
16824           should fix the XIM detection [alfons]
16825
16826         * more clean up of cvs [alfons]
16827
16828                  * removed all Makefile.in files to attic.
16829
16830                  * updated all .cvsignores to really ignore things that could
16831                    be unintentionally committed by a recursive commit.
16832
16833 2001-04-23 [hoa]
16834         * added src/grouplist_dialog.[ch]
16835         * changed src/folderview.c to call grouplist_dialog instead
16836                 of inputdialog
16837         * src/news.c :
16838                 added functions news_reset_group_list
16839                 and news_get_group_list
16840         * src/nntp.c :
16841                 added function nntp_list
16842         * src/defs.h :
16843                 added GROUPLIST_FILE : name of the newsgroup list cache file
16844
16845 2001-04-21
16846
16847         * added option to warn about queued messages on exit [sergey]:
16848
16849           * src/compose.c: compose_queue(): call folder_item_scan()
16850             and folderview_update_item() after queueing.
16851           * src/folderview.c: folderview_update_node(): draw the queue
16852             folder in bold font if there are queued messages.
16853           * src/mainwindow.c: queued_messages(): new function.
16854             app_exit_cb(): display warning if there are queued messages
16855             if warn_queued_on_exit is set.
16856           * prefs_common.[ch]: add warn_queued_on_exit option.
16857
16858         * enhanced GnuPG key selection support [sergey]:
16859
16860           * src/select-keys.c: updated to newer version from Win32
16861             branch with support for selecting arbitrary keys.
16862           * src/prefs_account.c: added the Privacy tab to the account
16863             options window.
16864             prefs_account_privacy_create(),
16865             prefs_account_sign_key_set_data_from_radiobtn(),
16866             prefs_account_sign_key_set_radiobtn(): new functions.
16867           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16868           * src/rfc2015.c: set_signers(): new function.
16869             pgp_sign(): add the account parameter, call set_signers().
16870             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16871           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16872           * src/compose.c: pass the current account to rfc2015_sign().
16873
16874         * tag name claws added to prevent confusion with main branch [alfons]
16875
16876         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16877
16878         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16879
16880         * sync with recent sylpheed cvs. Untested though. [alfons]
16881