Privatized most of GtkAspell's structures
[claws.git] / ChangeLog.claws
1 2003-06-12 [melvin]     0.9.0claws29
2
3         * src/compose.c
4                 Use new gtkaspell_checkers_strerror() to get the speller's
5                 error message instead of accessing the (now private)
6                 checkers structure.
7                 Minor code clean up
8
9         * src/main.c
10                 Use #ifdef instead of #if for USE_ASPELL
11                 Use the new spell checkers init/quit functions 
12
13         * src/gtk/gtkaspell.c
14                 Use #ifdef instead of #if for USE_ASPELL
15                 Moved in the majority of GtkAspell structures that were
16                 exported before by gtkaspell.h
17         
18         * src/gtk/gktaspell.h
19                 Made gtkaspell.h contain only the necessary data to be
20                 publicized by moving many structures to gtkaspell.c.
21                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
22                 gtkaspell_checkers_new(): replaced by...
23                 gtkaspell_checkers_init(): new function for initialization
24                 gtkaspell_checkers_delete(): replaced by...
25                 gtkaspell_checkers_quit(): new function
26                 gtkaspell_checkers_strerror(): new function that returns
27                 the checker's last error message.
28                 
29 2003-06-11 [melvin]     0.9.0claws28
30
31         * po/POTFILES.in
32                 Updated to take into account gtkaspell.c migration to
33                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
34
35 2003-06-10 [alfons]     0.9.0claws27
36
37         * src/filtering.[ch]
38         * src/folder.c
39         * src/matcher.c
40         * src/scoring.[ch]
41                 - try fixing bug #18 (any brave testers?)
42                 - add more robustness by refusing previously 
43                   unchecked NULL pointers 
44
45 2003-06-10 [alfons]     0.9.0claws26
46
47         * src/procmsg.c
48                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
49
50 2003-06-09 [alfons]     0.9.0claws25
51
52         * src/prefs_common.c
53                 fix bug #163 "Icon switching doesnt work properly" by 
54                 preventing early freeing of prefs_common.pixmap_theme_path.
55
56 2003-06-09 [christoph]  0.9.0claws24
57
58         * src/gtk/gtkaspell.c
59                 revert Thorsten's fix and add forgotten g_strdup for
60                 aspell path (it should not be possible to alter the path a
61                 GtkASpell uses from outside)
62
63 2003-06-09 [thorsten]   0.9.0claws23
64
65         * src/gtk/gtkaspell.c
66                 dont free prefs_common.aspell_path when closing compose
67
68 2003-06-08 [colin]      0.9.0claws22
69
70         * src/plugins/spamassassin/spamassassin.c
71                 fix prefs types
72
73 2003-06-07 [christoph]  0.9.0claws21
74
75         * src/Makefile.am
76         * src/compose.c
77         * src/gtkaspell.[ch]            ** REMOVE **
78         * src/gtk/Makefile.am
79         * src/gtk/gtkaspell.[ch]        ** NEW **
80                 o make gtkaspell independent from sylpheed's prefs
81                 o move gtkaspell.[ch] to gtk directory
82
83 2003-06-07 [christoph]  0.9.0claws20
84
85         * src/Makefile.am
86         * src/crash.c
87         * src/export.c
88         * src/filesel.[ch]              ** REMOVE **
89         * src/folder.c
90         * src/main.[ch]
91         * src/common/sylpheed.[ch]
92         * src/gtk/Makefile.am
93         * src/gtk/filesel.[ch]          ** NEW **
94         * src/gtk/pluginwindow.c
95         * src/gtk/sslcertwindow.c
96                 move filesel.[ch] to gtk directory
97
98 2003-06-07 [alfons]     0.9.0claws19
99
100         * src/filesel.c
101                 make (multi) file selection dialog work again (Claws-only)
102
103 2003-06-07 [thorsten]   0.9.0claws18
104
105         * po/de.po
106                 fix typos
107
108 2003-06-07 [alfons]     0.9.0claws17
109
110         * configure.ac
111         * src/mimeview.c
112                 detect apache mishap in which case don't include fnmatch.h
113                 if regex.h is already included
114
115 2003-06-06 [christoph]  0.9.0claws16
116
117         * configure.ac
118         * src/mimeview.h
119                 add check for fnmatch.h and include it when available
120
121         * src/mimeview.[ch]
122                 fix wrong case sensitivity of Content-Types
123
124         * src/gtk/Makefile.am
125                 need the same include paths in gtk directory as in
126                 common directory because .h files in common can
127                 include files from these directories, when included
128                 in gtk's .h or .c files
129
130 2003-06-06 [alfons]     0.9.0claws15
131
132         * src/mimeview.c
133         * src/summaryview.c
134                 make it compile again because of regex.h / fnmatch.h 
135                 include problems (related to recent mime stuff, can
136                 someone check this?)
137
138 2003-06-06 [thorsten]   0.9.0claws14
139
140         * src/folderview.c
141                 possible use of uninitialized pointer while dragging
142
143 2003-06-06 [paul]       0.9.0claws13
144
145         * src/compose.c
146                 fix bug where the insert sig button would be effective
147                 only when auto_sig was set
148
149 2003-06-06 [paul]       0.9.0claws12
150
151         * sync with 0.9.2 release
152
153 2003-06-02 [paul]       0.9.0claws11
154
155         * sync with 0.9.1cvs1
156                 see ChangeLog 2003-06-02
157                 
158         * po/de.po
159                 update by Jens
160
161 2003-06-01 [christoph]  0.9.0claws10
162
163         * src/account.c
164                 don't use substring search to find accounts by email address
165
166         (closes Bug 169 Overly loose matching of "From" address)
167
168 2003-05-31 [christoph]  0.9.0claws9
169
170         * doc-src/rfc2683.txt
171         * src/imap.c
172                 limit IMAP command length as recommended in RFC2683
173                 (message number lists will be split into multiple imap
174                 sets, the limit of 1000 octets is not a hard limit)
175
176         (closes Bug 161 sylpheed-claws exits with segfault when logging
177          in to certain imap-servers)
178
179 2003-05-29 [alfons]     0.9.0claws8
180
181         * src/toolbar.[ch]
182                 add print button (calling summary_print());
183                 fine tune setting tooltip text;
184                 (if someone needs other buttons, please take these 
185                 commits as a guide, instead of bothering us - also
186                 see 0.8.11claws150) 
187
188 2003-05-29 [darko]      0.9.0claws7
189
190         * src/compose.c
191                 fix crash when word wrapping kicks in due to
192                 changed text by spell checker
193
194 2003-05-29 [paul]       0.9.0claws6
195
196         * src/compose.c
197                 fix bug where changing account would insert
198                 sig even if auto_sig was FALSE
199                 
200         * ChangeLog
201           ChangeLog.jp
202           INSTALL
203                 sync with 0.9.1 release
204
205 2003-05-28 [christoph]  0.9.0claws5
206
207         * src/imap.c
208                 fix truncation of too long commands
209
210         (closes Bug 167 IMAP hangs trying to get envelope
211          information in imap_get_uncached_messages)
212
213 2003-05-27 [paul]       0.9.0claws4
214
215         * tools/Makefile.am
216           tools/maildir2sylpheed.pl     ** NEW FILE **
217                 add kmail to sylpheed mailbox conversion script
218
219 2003-05-27 [paul]       0.9.0claws3
220
221         * sync with 0.9.0cvs10
222                 see ChangeLog 2003-05-26
223
224 2003-05-26 [paul]       0.9.0claws2
225
226         * sync with 0.9.0cvs9
227                 see ChangeLog 2003-05-26
228
229 2003-05-24 [paul]       0.9.0claws1
230
231         * sync with 0.9.0cvs8
232                 see ChangeLog 2003-05-23
233
234 2003-05-24 [paul]       0.9.0claws
235
236         * version 0.9.0claws released
237
238 2003-05-24 [paul]       0.8.11claws177
239
240         * src/plugins/dillo-viewer/Makefile.am
241           src/plugins/traycon/Makefile.am
242                 add missing files
243                 
244         * po/bg.po
245           po/en_GB.po
246           po/es.po
247           po/it.po
248           po/pt_BR.po
249           po/ru.po
250           po/sr.po
251                 update Bulgarian, British English, Spanish, Italian, 
252                 Brazilian Portuguese, Russian, and Serbian translations, 
253                 submitted by George Danchev, [me], Ricardo Mones Lastra,
254                 André Filipe de Assunção e Brito, Alessandro Maestri, 
255                 Ruslan N. Balkin, and Urke MMI
256
257 2003-05-23 [melvin]     0.8.11claws176
258
259         * po/fr.po
260                 Updated French translations
261
262 2003-05-22 [paul]       0.8.11claws175
263
264         * src/Makefile.am
265           src/addrbook.[ch]
266           src/addrcache.[ch]
267           src/addr_compl.[ch]
268           src/adressbook.[ch]
269           src/addrindex.[ch]
270           src/addritem.[ch]
271           src/editaddress.c
272           src/editgroup.c
273           src/editldap_basedn.c
274           src/editldap.c
275           src/jpilot.c
276           src/vcard.c
277                 revert to get ldap into it previous working state
278                 
279         * po/zh_TW.Big5.po
280                 new Taiwanese translation,
281                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
282
283 2003-05-22 [christoph]  0.8.11claws174
284
285         * src/plugins/spamassassin/libspamc.[ch]
286                 sync libspamc with SpamAssaain release 2.55
287
288 2003-05-22 [paul]       0.8.11claws173
289
290         * sync with 0.9.0cvs7
291                 see ChangeLog 2003-05-22
292                 
293         * src/summaryview.c
294                 revert change in 0.8.11claws172: follow
295                 Hiroyuki's decision and that's the end of it.
296
297 2003-05-21 [paul]       0.8.11claws172
298
299         * src/summaryview.c
300                 fix discrepency between open_unread_on_enter
301                 and always_show_msg
302
303 2003-05-21 [paul]       0.8.11claws171
304
305         * sync with 0.9.0cvs6
306                 see ChangeLog 2003-05-21
307
308 2003-05-21 [paul]       0.8.11claws170
309
310         * sync with 0.9.0cvs5
311                 see ChangeLog 2003-05-21
312
313 2003-05-20 [paul]       0.8.11claws169
314
315         * sync with 0.9.0cvs4
316                 see ChangeLog 2003-05-20
317                 fixes bug #152, 'encoding of IMAP folders names'
318
319 2003-05-20 [paul]       0.8.11claws168
320
321         * sync with 0.9.0cvs3
322                 see ChangeLog 2003-05-20
323                 
324         * src/tools/convert_mbox.pl
325                 minor change in the comments, submitted by Fred Marton
326
327 2003-05-19 [paul]       0.8.11claws167
328
329         * src/plugins/clamav/Makefile.am
330           configure.ac
331                 link clamav_lib to the plugin and not to the main program
332
333 2003-05-19 [christoph]
334
335         * src/Makefile.am
336                 add -export-dynamic for linking
337
338 2003-05-19 [paul]       0.8.11claws166
339
340         * sync with 0.9.0cvs1
341                 see ChangeLog 2003-05-19
342
343 2003-05-19 [paul]       0.8.11claws165
344
345         * src/inc.c
346                 fix 'pop before smtp' timeout
347
348 2003-05-18 [alfons]     0.8.11claws164
349
350         * src/prefs_matcher.c
351                 put "execute" action command line ("expression") in edit box
352
353 2003-05-18 [christoph]  0.8.11claws163
354
355         * src/mimeview.[ch]
356         * src/plugins/dillo_viewer/dillo_viewer.c
357         * src/plugins/image_viewer/viewer.c
358         * src/plugins/mathml_viewer/mathml_viewer.c
359                 let a viewer have a list of Content-Types
360
361 2003-05-18 [paul]       0.8.11claws162
362
363         * src/prefs_filtering.c
364                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
365                 and REDIRECT actions
366
367 2003-05-17 [christoph]
368
369         * README.claws
370                 o remove dynamic signatures that was syned with main
371                 o add infos about no longer "build in" image viewer
372                 o update bugtracker URL
373
374 2003-05-17 [christoph]  0.8.11claws161
375
376         * src/folder.c
377         * src/folderview.c
378         * src/imap.c
379                 don't use imap_scan_folder anymore. Instead call folder_item_scan
380                 for every folder after rebuilding the folder tree.
381
382         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
383          messages)
384
385 2003-05-17 [christoph]  0.8.11claws160
386
387         * src/imap.c
388                 don't use STATUS command on current folder to check for
389                 content changes. imap_cmd_ok() now tracks changes to
390                 folder and number of existing messages.
391
392 2003-05-17 [paul]       0.8.11claws159
393
394         * src/plugins/clamav/clamav_plugin.c
395                 remove unnecessary debug_print
396
397 2003-05-16 [thorsten]   0.8.11claws158
398
399         * src/plugins/demo.c
400                 included missing intl.h
401
402 2003-05-16 [paul]       0.8.11claws157
403
404         * po/POTFILES.in
405                 remove non-existant entries
406         
407         * src/plugins/clamav/clamav_plugin.c
408           src/plugins/clamav/clamav_plugin_gtk.c
409           src/plugins/dillo_viewer/dillo_prefs.c
410           src/plugins/dillo_viewer/dillo_viewer.c
411                 gettextise
412
413 2003-05-16 [christoph]  0.8.11claws156
414
415         * po/POTFILES.in
416                 include plugin .c files for translation until I
417                 find a better solution to have plugins have their
418                 own textdomain
419         * src/plugins/demo/demo.c
420         * src/plugins/image_viewer/plugin.c
421         * src/plugins/mathml_viewer/mathml_viewer.c
422         * src/plugins/spamassassin/spamassassin.c
423         * src/plugins/spamassassin/spamassassin_gtk.c
424         * src/plugins/trayicon/trayicon.c
425                 add gettext macros for plugin name and description
426
427 2003-05-16 [paul]
428
429         * sync with 0.9.0
430
431 2003-05-16 [paul]       0.8.11claws155
432
433         * sync with lastest 0.9.0pre1
434                 see ChangeLog 2003-05-16
435
436 2003-05-15 [paul]       0.8.11claws154
437
438         * sync with latest 0.9.0pre1
439                 see ChangeLog 2003-05-14 and 2003-05-15
440
441 2003-05-14 [christoph]  0.8.11claws153
442
443         * src/plugins/image_viewer/viewer.c
444         * src/plugins/image_viewer/viewer.glade         ** NEW **
445         * src/plugins/image_viewer/viewerprefs.c
446                 make it possible to disable the autoload function in the
447                 imageviewer again
448
449 2003-05-14 [christoph]  0.8.11claws152
450
451         * src/folder.c
452                 fix folder update after adding a message
453
454 2003-05-13 [alfons]     0.8.11claws151
455
456         * src/common/session.c
457                 remove debug traces
458                 
459         * src/addrcache.[ch]
460         * src/filtering.[ch]
461         * src/folder.[c]
462         * src/gtkaspell.[ch]
463         * src/imap.[ch]
464         * src/mbox_folder.[ch]
465         * src/mh.[ch]
466         * src/mimeview.h
467         * src/msgcache.[ch]
468         * src/news.[ch]
469         * src/passphrase.[ch]
470         * src/prefs_common.[ch]
471         * src/prefs_gtk.[ch]
472         * src/procmsg.c
473         * src/scoring.[ch]
474                 be pedantic; (in prototypes () implies (int))
475
476 2003-05-13 [alfons]     0.8.11claws150
477
478         * src/prefs_toolbar.[ch]
479         * src/summaryview.[ch]
480         * src/toolbar.[ch]
481                 change misleading text in toolbar prefs;
482                 add toolbar action for ignore thread (toggles ignore thread flag);
483                 clean up a little bit;
484
485 2003-05-12 [paul]
486
487         * tools/convert_mbox.pl
488                 bug fixed by Fred Marton
489
490 2003-05-12 [paul]
491
492         * sync with 0.9.0pre1
493
494 2003-05-09 [paul]       0.8.11claws149
495
496         * sync with 0.8.11cvs43
497                 see ChangeLog 2003-05-09
498
499 2003-05-08 [christoph]  0.8.11claws148
500
501         * src/imap.[ch]
502                 o use CAPABILIY as first command and check for PREAUTH
503                   information in the response to it
504                 o rewrite all imap_cmd_* functions to use an IMAPSession
505                   instead of a SockInfo as parameter
506                 o do STARTTLS after fetching and checking the server
507                   capabilities
508
509 2003-05-08 [paul]       0.8.11claws147
510
511         * tools/Makefile.am
512           tools/README
513           tools/convert_mbox.pl         ** NEW FILE **
514                 add mbox conversion script. Submitted by 
515                 Fred Marton <Fred.Marton@uni-bayreuth.de>
516
517 2003-05-07 [christoph]
518
519         * doc-src/glade.txt
520         * src/gtk/pluginwindow.glade
521         * src/plugins/image_viewer/viewerprefs.glade
522         * src/plugins/spamassassin/spamassassin_gtk.glade
523                 add glade files for user interfaces and a description how
524                 to use glade to create the sylpheed code
525
526 2003-05-07 [paul]       0.8.11claws146
527
528         * sync with 0.8.11cvs41
529                 see ChangeLog 2003-05-07
530
531 2003-05-06 [christoph]  0.8.11claws145
532
533         * src/main.c
534         * src/plugins/image_viewer/viewer.c
535                 fix usage of imlib in imageviewer plugin
536
537         * src/gtk/prefswindow.c
538                 handle window close event correctly
539
540 2003-05-06 [paul]       0.8.11claws144
541
542         * src/common/ssl.c
543                 fix typo introduced in sync
544
545 2003-05-06 [paul]       0.8.11claws143
546
547         * sync with 0.8.11cvs39
548                 see ChangeLog 2003-05-06
549
550 2003-05-06 [paul]       0.8.11claws142
551
552         * AUTHORS
553           po/cs.po
554                 updated Czech translation, submitted by 
555                 Radek Vybiral <Radek.Vybiral@vsb.cz>
556                 
557         * src/plugins/clamav/clamav_plugin_gtk.c
558                 clean up
559
560 2003-05-03 [alfons]     0.8.11claws141
561
562         * src/compose.[ch]
563                 make paste as quotation work even when the call to 
564                 text_inserted() was deferred (fixes bug #140 "Paste 
565                 as quotation does not work when using "external" 
566                 clipboard")
567
568 2003-05-03 [thorsten]   0.8.11claws140
569
570         * src/addrquery.h
571           src/ldapquery.h
572           src/mainwindow.c
573                 removed C++ comments
574         * src/addr_compl.c
575                 function with non-int retval/param used before
576                 implementation/declaration
577
578 2003-05-02 [paul]       0.8.11claws139
579
580         * src/addr_compl.[ch]
581           src/addressbook.[ch]
582           src/addrindex.c
583           src/summaryview.c
584                 revert match's changes to (finally) remove the bug where
585                 opening a folder causes massive slowdown when using the 
586                 'Display sender using address book' option
587
588 2003-05-01 [melvin]     0.8.11claws138
589
590         * src/plugins/dillo_viewer/dillo_prefs.[ch]
591         * src/plugins/dillo_viewer/dillo_viewer.c
592                 Fixed bug where "Cancel" button from prefs issued
593                 warnings.
594                 Comply a little more to coding style
595
596 2003-05-01 [paul]       0.8.11claws137
597
598         * sync with 0.8.11cvs38
599                 see ChangeLog 2003-05-01
600
601 2003-05-01 [paul]       0.8.11claws136
602
603         * po/bg.po
604                 updated by George Danchev
605
606 2003-04-30 [christoph]  0.8.11claws135
607
608         * src/plugins/dillo_viewer/dillo_prefs.c
609         * src/plugins/image_viewer/viewerprefs.c
610         * src/plugins/spamassassin/spamassassin_gtk.c
611                 remove gtk_widget_ref() calls for widgets in
612                 glade code
613
614 2003-04-30 [paul]       0.8.11claws134
615
616         * src/addrindex.c
617                 ok, this time a better fix for the bug where opening folder
618                 has massive slowdown when using the 'Display sender using 
619                 address book' option
620
621 2003-04-30 [paul]       0.8.11claws133
622
623         * src/addrindex.c
624                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
625         
626 2003-04-30 [melvin]     0.8.11claws132
627
628         New: Dillo plugin preferences (patch by Dimitar Haralanov)
629
630         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
631                 Preferences for the dillo plugin
632         * src/plugins/dillo_viewer/dillo_viewer.c
633                 Support for preferences
634         * src/plugins/dillo_viewer/Makefile.am
635                 Added dillo_prefs.[ch]
636
637 2003-04-30 [alfons]     0.8.11claws131
638
639         * src/common/plugin.[ch]
640                 see? this ANSI C'fication immediately gives us type
641                 checking for free.
642
643 2003-04-30 [alfons]     0.8.11claws130
644
645         * src/common/plugin.[ch]
646         * src/plugins/clamav/clamav_plugin.[ch]
647         * src/plugins/clamav/clamav_plugin_gtk.c
648         * src/plugins/demo/demo.c
649         * src/plugins/dillo_viewer/dillo_viewer.c
650         * src/plugins/image_viewer/plugin.c
651         * src/plugins/image_viewer/viewer.[ch]
652         * src/plugins/image_viewer/viewerprefs.[ch]
653         * src/plugins/mathml_viewer/mathml_viewer.c
654         * src/plugins/spamassassin/spamassassin.[ch]
655         * src/plugins/spamassassin/spamassassin_gtk.c
656         * src/plugins/trayicon/trayicon.c
657                 clean up
658
659 2003-04-30 [alfons]     0.8.11claws129
660
661         * src/common/utils.c
662                 make is_ascii_str() fail gracefully when NULL pointer
663                 is passed
664
665 2003-04-30 [paul]       0.8.11claws128
666
667         * src/addrindex.c
668                 fix bug where opening folder has massive slowdown when
669                 using the 'Display sender using address book' option
670
671 2003-04-30 [paul]       0.8.11claws127
672
673         * src/plugins/clamav/clamav_plugin.c
674           src/plugins/clamav/clamav_plugin_gtk.c
675           src/plugins/demo/demo.c
676           src/plugins/dillo_viewer/dillo_viewer.c
677           src/plugins/image_viewer/plugin.c
678           src/plugins/mathml_viewer/mathml_viewer.c
679           src/plugins/spamassassin/spamassassin.c
680           src/plugins/spamassassin/spamassassin_gtk.c
681           src/plugins/trayicon/trayicon.c
682                 get rid of eye-hurting function signatures
683
684 2003-04-30 [paul]       0.8.11claws126
685
686         * src/plugins/trayicon/trayicon.c
687                 add description
688                 
689         * src/mimeview.c
690                 be more descriptive
691
692 2003-04-30 [paul]       0.8.11claws125
693
694         * configure.ac
695                 arrange the plugins in reverse alphabetical order
696                 
697         * src/plugins/clamav/clamav_plugin.[ch]
698           src/plugins/clamav/clamav_plugin_gtk.c
699                 rename some params
700                 resize max_size window
701                 re-arrange the order of some gui elements
702                 improve descriptions
703         
704         * src/plugins/image_viewer/plugin.c
705           src/plugins/mathml_viewer/mathml_viewer.c
706                 add descriptions
707                 
708         * src/plugins/spamassassin/spamassassin_gtk.c
709                 resize max_size window
710                 re-arrange the order of some gui elements
711                 
712         * src/messageview.c
713           src/mimeview.c
714                 correct typos
715
716 2003-04-30 [alfons]     0.8.11claws124
717
718         * src/imap.c
719                 fix a leak found while browsing Martin Kluge's 
720                 valgrind log (Claws only)
721
722 2003-04-29 [darko]      0.8.11claws123
723
724         * src/gtk/gtkstext.h
725                 include wchar.h if it is available, fixes compilation
726                 on HP-UX systems
727
728 2003-04-29 [melvin]     0.8.11claws122
729
730         * src/prefs_actions.c
731                 Improved help text of Actions' syntax
732
733 2003-04-28 [paul]       0.8.11claws121
734
735         * src/action.c
736                 a better fix for the crash when performing an action
737                 on a mime part
738
739 2003-04-28 [paul]       0.8.11claws120
740
741         * src/action.c
742                 fix crash when performing an action on a
743                 mime part
744
745 2003-04-28 [paul]       0.8.11claws119
746
747         * sync with 0.8.11cvs36
748                 see ChangeLog 2003-04-28
749
750 2003-04-27 [paul]       0.8.11claws118
751
752         * more sync with 0.8.11cvs35
753                 see ChangeLog 2003-04-25
754
755 2003-04-26 [christoph]  0.8.11claws117
756
757         * src/folder.c
758                 fix remove virtual check
759
760 2003-04-26 [paul]       0.8.11claws116
761
762         * src/messageview.c
763                 fix return-receipt, make it work again
764
765 2003-04-26 [paul]       0.8.11claws115
766
767         * src/mimeview.c
768                 restore double-clicking of the [application/pgp-signature 
769                 (Select "Check signature" to check)] line in the message view,
770                 broken in recent sync
771
772 2003-04-26 [christoph]  0.8.11claws114
773
774         * src/folder.c
775                 check if remove virtual really exists before
776                 calling the function
777
778 2003-04-25 [match]      0.8.11claws113
779
780         * src/addrindex.c
781         * src/addrbook.c
782         * src/ldapquery.[ch]
783         * src/ldapctrl.[ch]
784                 fix memleak.
785         * src/ldapserver.[ch]
786                 fix memleak. fix segfault.
787                 plug a Claws memleak
788
789 2003-04-25 [alfons]     0.8.11claws112
790
791         * src/folder.c
792                 plug a Claws memleak
793
794 2003-04-25 [alfons]     0.8.11claws111
795
796         * src/common/session.c
797                 plug a memleak
798
799 2003-04-25 [paul]       0.8.11claws110
800
801         * sync with 0.8.11cvs35
802                 see ChangeLog 2003-04-24 and 2003-04-25
803                 
804         * src/gtk/pluginwindow.c
805                 correct another strange float value
806
807 2003-04-24 [christoph]  0.8.11claws109
808
809         * src/folder.c
810                 freeze folder item updates when unsetting new flags
811
812         * src/gtk/pluginwindow.c
813                 correct strange float value
814
815 2003-04-23 [paul]       0.8.11claws108
816
817         * sync with 0.8.11cvs33
818                 see ChangeLog 2003-04-23
819
820 2003-04-22 [paul]       0.8.11claws107
821
822         * src/Makefile.am
823           src/messageview.c
824           src/mimeview.c
825           src/pgptext.[ch]      ** REMOVED **
826                 remove pgptext.[ch] as its not used any more
827
828 2003-04-22 [paul]       0.8.11claws106
829
830         * sync with 0.8.11cvs31
831                 see ChangeLog 2003-04-21 and 2003-04-22
832
833 2003-04-21 [alfons]     0.8.11claws105
834
835         * src/main.c
836                 No access to GTK structures if we're a spawned child
837                 (and clean up code a little bit...) Should fix #126.
838
839 2003-04-21 [melvin]     0.8.11claws104
840
841         * src/plugins/dillo_viewer/README
842                 Improved slightly the text.
843
844 2003-04-21 [melvin]     0.8.11claws103
845
846         * src/plugins/dillo_viewer/README *** NEW ***
847                 Added a README file for the Dillo plugin
848
849 2003-04-20 [paul]
850
851         * tools/README
852           tools/outlook2sylpheed.pl
853                 updated and improved by Ricardo Mones Lastra
854
855 2003-04-18 [oliver]     0.8.11claws102
856
857         * src/inc.c 
858         * src/prefs_account.h
859                 remove Pop3SessionType (used by selective download)
860         * src/prefs_toolbar.c
861                 enable set Default Toolbar button
862
863 2003-04-18 [paul]       0.8.11claws101
864
865         * sync with 0.8.11cvs29
866                 see ChangeLog 2003-04-18
867
868 2003-04-17 [paul]       0.8.11claws100
869
870         * src/prefs_common.[ch]
871           src/summaryview.c
872                 remove 'Open next message on deletion' option,
873                 as the same effect can now be achieved via the
874                 'Always open messages in summary when selected'
875                 option.
876
877 2003-04-17 [paul]       0.8.11claws99
878
879         * sync with 0.8.11cvs28
880                 see ChangeLog 2003-04-17
881
882 2003-04-17 [christoph]  0.8.11claws98
883
884         * ac/spamassassin.m4
885         * src/plugins/spamassassin/libspamc.[ch]
886         * src/plugins/spamassassin/utils.[ch]
887                 sync libspamc with SpamAssassin project
888
889 2003-04-17 [christoph]  0.8.11claws97
890
891         * src/common/socket.h
892         * src/gtk/sslcertwindow.h
893                 rename old USE_SSL to USE_OPENSSL
894
895 2003-04-17 [paul]       0.8.11claws96
896
897         * src/prefs_common.h
898                 use gulong for P_COLOR so that it compiles/runs on
899                 64-bit systems. Patch submitted by James Noyes
900                 <jnoyes-claws@retrogeeks.com>
901                 
902         * po/de.po
903                 updated by Jens
904
905 2003-04-17 [paul]       0.8.11claws95
906
907         * sync with 0.8.11cvs27
908                 see ChangeLog 2003-04-16
909
910 2003-04-15 [paul]       0.8.11claws94
911
912         * src/prefs_common.[ch]
913                 rearrange to stop the window getting too long:
914                         move Receive dialog stuff to Receive tab
915                         move Send dialog to Send tab
916                         remove Dialogs frame
917                 rename 'Open messages in summary with cursor keys' to
918                 'Always open messages in summary when selected', as its
919                 more appropriate
920
921 2003-04-15 [paul]       0.8.11claws93
922
923         * src/prefs_common.[ch]
924           src/summaryview.c
925                 add new option '/Interface/Open next message on deletion'
926
927 2003-04-15 [paul]       0.8.11claws92
928
929         * src/summaryview.[ch]
930                 add /Mark/Lock and /Mark/Unlock to the pop-up
931                 menu. Patch submitted by Ivan Francolin Martinez
932                 <ivanfm@users.sourceforge.net>
933
934 2003-04-15 [paul]       0.8.11claws91
935
936         * sync with 0.8.11cvs24
937                 see ChangeLog 2003-04-15
938
939 2003-04-14 [jens]       0.8.11claws90
940
941         * updated German translation and some corrections from
942                 Roland Bless <bless@tm.uka.de>
943
944 2003-04-14 [paul]       0.8.11claws89
945
946         * sync with 0.8.11cvs22
947                 see ChangeLog 2003-04-14
948
949 2003-04-13 [paul]       0.8.11claws88
950
951         * src/plugins/clamav/clamav_plugin.c
952                 fix memory leaks
953                 clean up
954
955 2003-04-12 [paul]       0.8.11claws87
956
957         * src/plugins/clamav/clamav_plugin.c
958                 activate enable/disable archive scanning option
959                 
960         * src/plugins/clamav/.cvsignore         ** NEW FILE **
961
962 2003-04-12 [paul]       0.8.11claws86
963
964         * src/plugins/Makefile.am
965           src/plugins/clamav/Makefile.am                ** NEW FILE **
966           src/plugins/clamav/README                     ** NEW FILE ** 
967           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
968           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
969                 add Clam AntiVirus plugin
970
971 2003-04-12 [paul]       0.8.11claws85
972
973         * sync with 0.8.11cvs21
974                 see ChangeLog 2003-04-11
975
976 2003-04-11 [paul]       0.8.11claws84
977
978         * po/es.po
979                 update Spanish translation. Submitted by Ricardo
980                 Mones Lastra.
981
982 2003-04-10 [christoph]  0.8.11claws83
983
984         * src/mbox.c
985                 fix typo that did not move unfiltered mails to destination
986                 folder
987
988         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
989          when filtering from spool)
990
991 2003-04-10 [christoph]  0.8.11claws82
992
993         * src/imap.c
994                 use BODY.PEEK instead of BODY in in message fetch operation
995                 to make sure the IMAP server does not set the \Seen flag for
996                 messages. Sylpheed does that later itself, when the message
997                 is opened in sylpheed
998
999         (closes Bug 111 Claws destroys unread marks)
1000
1001 2003-04-09 [oliver]     0.8.11claws81
1002         
1003         * src/folder.c
1004                 fix crash in folder_destroy
1005         * README.claws
1006                 remove selective download
1007
1008 2003-04-09 [christoph]  0.8.11claws80
1009
1010         * src/imap.c
1011                 fix crash in imap_get_msginfo() when then fetched message
1012                 is not found
1013
1014         (closes Bug 110 Crash during mail composition)
1015
1016 2003-04-08 [christoph]  0.8.11claws79
1017
1018         * src/folder.c
1019         * src/prefs_account.c
1020                 Filter new messages that are found in an INBOX folder
1021                 when 'Filter messages on receiving' is enabled in the
1022                 Folder's AccountPrefs. This allows to use Sylpheed's
1023                 filtering engine for IMAP folders where messages are
1024                 added to the INBOX by a MTA
1025
1026 2003-04-08 [paul]       0.8.11claws78
1027
1028         * src/procmsg.h
1029                 clean up after last commit
1030
1031 2003-04-08 [paul]       0.8.11claws77
1032
1033         * sync with 0.8.11cvs20
1034                 see ChangeLog 2003-04-07 and 2003-04-08
1035
1036 2003-04-07 [christoph]  0.8.11claws76
1037
1038         * src/filtering.[ch]
1039         * src/inc.[ch]
1040         * src/mbox.c
1041         * src/procmsg.[ch]
1042                 add procmsg_msginfo_filter() to execute filtering actions
1043
1044 2003-04-06 [christoph]  0.8.11claws75
1045
1046         * src/imap.c
1047                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1048
1049 2003-04-06 [christoph]  0.8.11claws74
1050
1051         * src/common/utils.[ch]
1052                 add g_int_compare() function for slist sorting
1053
1054         * src/imap.c
1055                 fetch all MsgInfos with one command in imap_get_msginfos()
1056                 using an imap set with a list of ranges
1057
1058         * src/news.c
1059                 use new g_int_compare() function
1060
1061 2003-04-06 [thorsten]   0.8.11claws73
1062
1063         * src/mh.c
1064                 corrected implementation of mh_folder_destroy()
1065
1066 2003-04-05 [christoph]  0.8.11claws72
1067
1068         * src/account.c
1069         * src/folder.[ch]
1070         * src/folderview.c
1071         * src/imap.c
1072         * src/inc.c
1073         * src/main.c
1074         * src/mainwindow.c
1075         * src/mbox_folder.c
1076         * src/mh.c
1077         * src/mimeview.h
1078         * src/msgcache.[ch]
1079         * src/news.c
1080         * src/procmime.h
1081         * src/procmsg.[ch]
1082         * src/setup.c
1083         * src/gtk/gtkutils.c
1084                 o rename structure field names class and new to klass and
1085                   new_msgs, to allow including files in C++
1086                 o add 'extern "C"' block to some header files
1087                 o add MsgInfoList and MsgNumberList as alias for GSList for
1088                   developers to know what type of list is expected
1089
1090         * src/plugins/image_viewer/plugin.c
1091         * src/plugins/image_viewer/viewer.[ch]
1092         * src/plugins/image_viewer/viewerprefs.[ch]
1093                 rename function names to prevent conflicts
1094
1095 2003-04-05 [paul]       0.8.11claws71
1096
1097         * sync with 0.8.11cvs18
1098                 see ChangeLog 2003-04-03 and 2003-04-04
1099
1100 2003-04-02 [christoph]  0.8.11claws70
1101
1102         * src/folder.[ch]
1103         * src/imap.[ch]
1104         * src/mbox_folder.[ch]
1105         * src/mh.[ch]
1106         * src/news.[ch]
1107                 o Make all virtual folder functions private
1108                 o remove unused folder code
1109
1110         * src/common/socket.[ch]
1111         * src/summaryview.c
1112                 fix warnings
1113
1114 2003-03-30 [alfons]     0.8.11claws69
1115
1116         * src/send_message.c
1117                 remove two debug traces and see if people still report
1118                 errors
1119
1120 2003-03-30 [alfons]     0.8.11claws68
1121
1122         * src/send_message.c
1123         * src/commons/session.c
1124                 add more debug traces
1125
1126 2003-03-30 [christoph]  0.8.11claws67
1127
1128         * src/folder.c
1129                 change processing folder name from .processing to processing
1130
1131         * src/common/ssl.c
1132                 disable SSL certificate check because it causes Xlib error
1133                 when the child process want's to open an GTK window
1134
1135 2003-03-30 [christoph]  0.8.11claws66
1136
1137         * src/folder.c
1138                 don't use default folder for processing folder item because
1139                 it can be a non local folder
1140
1141         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1142
1143 2003-03-30 [alfons]     0.8.11claws65
1144
1145         * src/send_message.c
1146                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1147                 to generate bad code for 'send_send_data_progressive': When
1148                 called from 'send_send_data_finished', the 'data' pointer is
1149                 cleared just before the assignment to the dialog pointer
1150
1151 2003-03-29 [christoph]  0.8.11claws64
1152
1153         * src/common/prefs.h
1154         * src/plugins/image_viewer/Makefile.am
1155         * src/plugins/image_viewer/plugin.c
1156         * src/plugins/image_viewer/viewer.[ch]
1157         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1158                 add PrefsPage for ImageViewer
1159
1160 2003-03-28 [thorsten]   0.8.11claws63
1161
1162         * src/common/session.c
1163                 added some comments
1164
1165 2003-03-28 [paul]       0.8.11claws62
1166
1167         * sync with 0.8.11cvs16
1168                 see ChangeLog 2003-03-28
1169
1170 2003-03-28 [paul]       0.8.11claws61
1171
1172         * sync with 0.8.11cvs15
1173                 see ChangeLog 2003-03-28
1174
1175 2003-03-27 [christoph]  0.8.11claws60
1176
1177         * src/folder.c
1178         * src/imap.c
1179         * src/common/socket.[ch]
1180                 set socket state to DISCONNECTED when any operation
1181                 fails to allow reconnecting in IMAP code without
1182                 checking the return code of all calls to the command
1183                 functions
1184
1185         * src/folderview.c
1186         * src/summaryview.c
1187                 remove some more stuff that depends on specific
1188                 folder types
1189
1190 2003-03-27 [paul]       0.8.11claws59
1191
1192         * sync with 0.8.11cvs14
1193                 see ChangeLog 2003-03-27
1194                 
1195         * src/selective_download.[ch]   ** REMOVED **
1196                 really removed
1197
1198 2003-03-27 [christoph]  0.8.11claws58
1199
1200         * src/folder.c
1201                 fix handling of tmp_flags in flag copy function
1202
1203 2003-03-27 [paul]       0.8.11claws57
1204
1205         * sync with 0.8.11cvs13
1206                 see ChangeLog 2003-03-27
1207
1208 2003-03-27 [oliver]     0.8.11claws56
1209
1210         * src/maiwindow.c
1211                 remove sel_download_cb
1212
1213 2003-03-27 [oliver]     0.8.11claws55
1214         
1215         * src/inc.c
1216                 remove POP3_TOP
1217         
1218 2003-03-26 [oliver]     0.8.11claws54
1219
1220         *src/pop.h
1221                 remove POP3_TOP*
1222         * README.claws
1223                 remove selective donwload readme
1224
1225 2003-03-26 [oliver]     0.8.11claws53
1226         * src/matcher.[ch]
1227         * src/matcher_parser_parse.y 
1228         * src/pop.c 
1229         * src/prefs_account.[ch]
1230         * src/prefs_filtering.c
1231                 remove selective donwload
1232
1233 2003-03-26 [oliver]     0.8.11claws52
1234
1235         * src/inc.[ch] 
1236         * src/filtering.c 
1237         * src/mainwindow.c 
1238                 remove selective donwload
1239
1240 2003-03-26 [oliver]     0.8.11claws51
1241         
1242         * src/Makefile.am
1243         * src/selective_download.[ch]   ** REMOVE **    
1244
1245 2003-03-26 [christoph]  0.8.11claws50
1246
1247         * src/news.c
1248                 fix NEWS that got broken by a sync with sylpheed-main
1249
1250 2003-03-26 [christoph]  0.8.11claws49
1251
1252         * src/mimeview.c
1253                 fix mime type guessing when no mime type is found for a file
1254
1255 2003-03-25 [christoph]  0.8.11claws48
1256
1257         * src/mimeview.c
1258         * src/procmime.c
1259                 remove mime type guessing from mime parser and use
1260                 name based mime types in viewer lookup for mime type
1261                 application/octet-stream
1262
1263 2003-03-25 [christoph]  0.8.11claws47
1264
1265         * doc-src/readme.txt
1266         * doc-src/rfc2554.txt
1267                 add RFC about SMTP AUTH
1268
1269         * src/send_message.c
1270         * src/common/smtp.[ch]
1271                 add extra error code for authentication errors and
1272                 clear temporary password when this error occurs
1273
1274         (closes Bug 84 authentication failure while sending should
1275          prompt for password again)
1276
1277 2003-03-25 [christoph]  0.8.11claws46
1278
1279         * configure.ac
1280         * src/Makefile.am
1281         * src/imageview.[ch]                            ** REMOVE **
1282         * src/messageview.[ch]
1283         * src/mimeview.[ch]
1284         * src/prefs_common.[ch]
1285         * src/textview.c
1286         * src/plugins/Makefile.am
1287         * src/plugins/image_viewer/.cvsignore           ** NEW **
1288         * src/plugins/image_viewer/Makefile.am          ** NEW **
1289         * src/plugins/image_viewer/plugin.c             ** NEW **
1290         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1291                 move image viewer into a plugin (building is enabled by default)
1292                 [ToDo: Prefs for resize and autoview]
1293
1294 2003-03-25 [paul]       0.8.11claws45
1295
1296         * sync with 0.8.11cvs12
1297                 see ChangeLog 2003-03-26
1298
1299 2003-03-25 [paul]       0.8.11claws44
1300
1301         * sync with 0.8.11cvs11
1302                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1303                 
1304         Note: Selective Download is broken.
1305                 
1306 2003-03-22 [christoph]  0.8.11claws43
1307
1308         * src/folder.c
1309                 code cleanup for flags copying
1310
1311 2003-03-22 [christoph]  0.8.11claws42
1312
1313         * src/plugins/trayicon/trayicon.c
1314                 fix setting the transparent area when the window size
1315                 is forced by the system tray
1316
1317 2003-03-22 [christoph]  0.8.11claws41
1318
1319         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1320         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1321         * src/plugins/trayicon/newmail.xpm              ** NEW **
1322         * src/plugins/trayicon/nomail.xpm               ** NEW **
1323         * src/plugins/trayicon/trayicon.c
1324         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1325                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1326                 o add icon for unread mails
1327                 o set transparency for window
1328
1329 2003-03-22 [christoph]  0.8.11claws40
1330
1331         * src/news.c
1332                 init news session to prevent crash when session is closed
1333
1334 2003-03-22 [christoph]  0.8.11claws39
1335
1336         * src/imap.c
1337         * src/common/session.[ch]
1338                 Init session data to make sure we don't have invalid pointers
1339                 for read_ch and write_ch when new multi process sessions are
1340                 not used
1341
1342         * src/main.c
1343         * src/common/plugin.c
1344         * src/common/sylpheed.c
1345         * src/plugins/demo/demo.c
1346         * src/plugins/dillo_viewer/dillo_viewer.c
1347         * src/plugins/mathml_viewer/mathml_viewer.c
1348         * src/plugins/spamassassin/spamassassin.c
1349         * src/plugins/spamassassin/spamassassin_gtk.c
1350                 add plugin types to allow loading plugins at different times
1351                 (and maybe for different frontends), because it's not good to
1352                 load GTK-Plugins gefore gtk_init was called
1353
1354         * configure.ac
1355         * src/plugins/Makefile.am
1356         * src/plugins/trayicon/.cvsignore               ** NEW **
1357         * src/plugins/trayicon/Makefile.am              ** NEW **
1358         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1359         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1360         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1361         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1362         * src/plugins/trayicon/trayicon.c               ** NEW **
1363                 New Trayicon plugin that shows an icon in a systray that uses
1364                 XEMBED protocol like Gnome's systray. Icon shows if there
1365                 are new mails and a tooltip shows information about new,
1366                 unread and total messages.
1367
1368 2003-03-22 [paul]       0.8.11claws38
1369
1370         * src/common/smtp.c
1371                 fix ESMTP AUTH CRAM-MD5
1372                 [sync with main (still version 0.8.11cvs6), see
1373                  ChangeLog 2003-03-22]
1374
1375 2003-03-21 [colin]      0.8.11claws37
1376
1377         * src/send_message.c
1378                 Fix USE_SSL => USE_OPENSSL
1379
1380 2003-03-21 [colin]      0.8.11claws36
1381
1382         * src/folderview.c
1383                 Fix counts in drag and dropped subfolders
1384
1385 2003-03-21 [colin]      0.8.11claws35
1386
1387         * src/folder.c 
1388         * src/folderview.c
1389                 speed up a bit folder dnd
1390
1391 2003-03-20 [alfons]     0.8.11claws34
1392
1393         * src/main.c
1394         * src/toolbar.c
1395         * src/procmsg.c
1396                 don't send locked queue messages
1397                 (feature request "[ 705245 ] Locking message in outbox 
1398                  should prevent sending")
1399
1400 2003-03-20 [christoph]  0.8.11claws33
1401
1402         * src/folder.c
1403                 remove NEW and UNREAD flag in special folders when scanning
1404                 
1405         * src/common/smtp.c
1406                 fix ESMTP AUTH CRAM-MD5
1407
1408 2003-03-20 [paul]       0.8.11claws32
1409
1410         * src/prefs_account.c
1411                 Re-write 'Tunnel command to open connection' as
1412                 'Use command to communicate with server', and disable
1413                 it for all except IMAP accounts
1414
1415 2003-03-20 [paul]       0.8.11claws31
1416
1417         * sync with 0.8.11cvs6
1418                 see ChangeLog 2003-03-20
1419
1420 2003-03-19 [match]      0.8.11claws30
1421
1422         * src/addritem.[ch]
1423                 include documentation. minor refactoring.
1424         * src/addr_compl.[ch]
1425         * src/addrindex.[ch]
1426         * src/addresbook.[ch]
1427         * src/summaryview.c
1428                 re-enable address lookup (was disabled in
1429                 0.8.11claws20).
1430
1431 2003-03-19 [christoph]  0.8.11claws29
1432
1433         * src/procmsg.c
1434                 add temp flag handling, will make moving and copying
1435                 messages possible again
1436
1437         * src/folder.c
1438                 correct calulation of folder stats
1439
1440 2003-03-18 [match]      0.8.11claws28
1441
1442         * src/editgroup.h
1443                 remove case sensitive comparison (closes bug 80).
1444
1445 2003-03-18 [christoph]  0.8.11claws27
1446
1447         * src/imap.c
1448                 fix imap using a tunnel command
1449
1450         (closes bug 87)
1451
1452 2003-03-18 [christoph]  0.8.11claws26
1453
1454         * src/folder.[ch]
1455         * src/imap.c
1456         * src/procmsg.[ch]
1457                 rewrite flag handling for folders
1458
1459 2003-03-18 [christoph]  0.8.11claws25
1460
1461         * src/folder.c
1462         * src/procmsg.c
1463         * src/summaryview.c
1464                 unset NEW and UNREAD flags when message is ignored, to make
1465                 sure messages don't show up as unread on other IMAP clients,
1466                 because the IGNORE_THREAD flag can not be syncronized through
1467                 the IMAP folder
1468
1469 2003-03-17 [christoph]  0.8.11claws24
1470
1471         * src/imap.c
1472                 don't use recursion to fetch uids when the number of messages
1473                 does not match. Moved code into subfunction that is used
1474                 again when needed, to prevent an endless loop.
1475
1476 2003-03-17 [thorsten]   0.8.11claws23
1477
1478         * src/imageview.[ch]
1479                 export imageview_get_resized_size() (for plugins)
1480         * src/prefs_common.[ch]
1481                 added prefs_common_get() (for plugins)
1482
1483 2003-03-17 [christoph]  0.8.11claws22
1484
1485         * src/imap.c
1486                 o remove UID guessing from copy code
1487                 o support UIDPLUS extension for APPEND command
1488
1489 2003-03-17 [paul]       0.8.11claws21
1490
1491         * src/gtk/about.c
1492                 remove 'Compiled-plugins' section.
1493                 
1494         * src/plugins/dillo_viewer/dillo_viewer.c
1495                 slight change to description text
1496
1497 2003-03-16 [match]      0.8.11claws20
1498         * src/ldapserver.[ch]           ** NEW **
1499         * src/ldapctrl.[ch]             ** NEW **
1500         * src/ldapquery.[ch]            ** NEW **
1501         * src/ldaputil.[ch]             ** NEW **
1502         * src/addrcindex.[ch]           ** NEW **
1503         * src/addrquery.h               ** NEW **
1504         * src/addritem.[ch]
1505         * src/addrcache.[ch]
1506         * src/addrindex.[ch]
1507         * src/addr_compl.[ch]
1508         * src/addressbook.[ch]
1509         * src/addrbook.[ch]
1510         * src/editgroup.c
1511         * src/editaddress.c
1512         * src/editldap.c
1513         * src/editldap_basedn.c
1514         * src/vcard.c
1515         * src/jpilot.c
1516         * src/Makefile.am
1517                 included dynamic LDAP queries. improved address
1518                 completion.
1519
1520 2003-03-16 [paul]       0.8.11claws19
1521
1522         * tools/multiwebsearch.pl
1523                 fix a fatal typo
1524
1525 2003-03-16 [christoph]  0.8.11claws18
1526
1527         * src/mimeview.c
1528         * src/plugins/dillo_viewer/dillo_viewer.c
1529         * src/plugins/mathml_viewer/mathml_viewer.c
1530                 make unregistering of MimeViewerFactorys possible
1531
1532 2003-03-16 [alfons]     0.8.11claws17
1533
1534         * configure.ac
1535                 correct typo
1536
1537 2003-03-16 [melvin]     0.8.11claws16
1538
1539         * src/plugins/dillo_viewer.c
1540                 Fixed bug where it was not possible to view more than
1541                 one text/html attachment per message (bug discovered
1542                 by Christoph Hohmann).
1543
1544 2003-03-15 [melvin]     0.8.11claws15
1545
1546         * src/prefs_actions.c
1547                 Fixed compilation warnings.
1548
1549 2003-03-15 [melvin]     0.8.11claws14
1550
1551         * src/plugins/Makefile.am
1552         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1553         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1554         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1555                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1556                 newer (http://dillo.auriga.wearlab.de/).
1557
1558 2003-03-15 [christoph]  0.8.11claws13
1559
1560         * src/imap.c
1561                 don't query imap folder for attributes because we already
1562                 for them from imap_status
1563
1564         * src/mimeview.[ch]
1565                 add support for plugable MimeViewers (unloading Viewers
1566                 not yet complete)
1567
1568         * src/plugins/Makefile.am
1569         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1570         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1571         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1572                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1573                 widget from http://helm.cs.unibo.it/mml-widget/
1574
1575 2003-03-14 [christoph]  0.8.11claws12
1576
1577         * src/folder.[ch]
1578                 o error return code's should better be negative
1579                 o replace printf with debug_print
1580
1581         * src/imap.c
1582                 improve IMAP folder scan by checking UID-NEXT
1583
1584         * src/summaryview.c
1585                 remove check that are unnecessary in my opinion
1586
1587 2003-03-13 [christoph]  0.8.11claws11
1588
1589         * src/folder.[ch]
1590         * src/foldersel.c
1591         * src/folderview.c
1592         * src/imap.c
1593         * src/mbox_folder.c
1594         * src/mh.c
1595         * src/news.c
1596         * src/prefs_scoring.c
1597         * src/summaryview.c
1598                 use a common function to get a displayable name
1599                 for a FolderItem
1600
1601 2003-03-13 [paul]       0.8.11claws10
1602
1603         * tools/Makefile.am
1604           tools/README
1605           tools/multiwebsearch.conf     ** NEW FILE **
1606           tools/multiwebsearch.pl       ** NEW FILE **
1607                 add multiwebsearch Actions script
1608
1609 2003-03-13 [colin]      0.8.11claws9
1610
1611         * src/compose.c
1612                 Remove leading emtpy lines from quoted text
1613                 before quoting it
1614
1615 2003-03-13 [melvin]     0.8.11claws8
1616
1617         * src/prefs_actions.c
1618                 Fixed a memory leak
1619                 Code clean ups
1620                 Added Cancel and OK buttons
1621                 Corrected help text
1622
1623 2003-03-13 [christoph]  0.8.11claws7
1624
1625         * src/account.c
1626         * src/folder.[ch]
1627         * src/imap.c
1628         * src/mainwindow.c
1629         * src/mbox_folder.c
1630         * src/mh.c
1631         * src/news.c
1632         * src/setup.c
1633                 replace more folder type stuff with folder class stuff
1634
1635 2003-03-13 [melvin]     0.8.11claws6
1636
1637         * src/prefs_actions.c
1638                 Added new tokens:
1639                 %u: user provided argument
1640                 %h: user provided argument (hidden on input)
1641                 %s: current text selection in the message view 
1642
1643 2003-03-13 [paul]       0.8.11claws5
1644
1645         * sync with 0.8.11cvs5
1646                 see ChangeLog 2003-03-11, 2003-03-12
1647
1648 2003-03-12 [christoph]  0.8.11claws4
1649
1650         * src/folder.c
1651                 use folder class idstr when writing folderlist.xml
1652
1653         * src/folder.h
1654         * src/imap.c
1655         * src/news.c
1656                 replace folder type checks with folder class checks
1657
1658 2003-03-12 [christoph]  0.8.11claws3
1659
1660         * src/folder.[ch]
1661         * src/imap.[ch]
1662         * src/main.c
1663         * src/mbox_folder.[ch]
1664         * src/mh.[ch]
1665         * src/news.[ch]
1666                 o create a list of known folder classes in the folder system
1667                 o use folder class id strings for folder item identifiers
1668
1669 2003-03-12 [christoph]  0.8.11claws2
1670
1671         * src/imap.c
1672                 fix imap uid validity check
1673
1674 2003-03-12 [christoph]  0.8.11claws1
1675
1676         * src/account.c
1677         * src/folder.[ch]
1678         * src/foldersel.c
1679         * src/folderview.c
1680         * src/imap.c
1681         * src/mainwindow.c
1682         * src/mbox_folder.c
1683         * src/mh.c
1684         * src/news.c
1685         * src/prefs_scoring.c
1686         * src/procmsg.c
1687         * src/setup.c
1688         * src/summaryview.c
1689                 initial restructuring of folder system, seperating
1690                 folders and folder classes
1691
1692 2003-03-12 [paul]       0.8.11claws
1693
1694         0.8.11claws release
1695
1696 2003-03-12 [christoph]
1697
1698         * src/gtk/prefswindow.c
1699                 fix translation of "Page Index"
1700
1701 2003-03-12 [paul]       0.8.10claws110
1702
1703         a sync from 0.8.11cvs4 before the release
1704
1705         * src/common/utils.c
1706                 subject_compare_for_sort(): allow null strings (fixes
1707                 summary sorting).
1708
1709 2003-03-11 [paul]       0.8.10claws109
1710
1711         * po/es.po
1712                 update Spanish translation, submitted by
1713                 Ricardo Mones Lastra
1714
1715 2003-03-11 [melvin]     0.8.10claws108
1716
1717         * po/fr.po
1718                 Updated French translations
1719
1720 2003-03-11 [paul]       0.8.10claws107
1721
1722         * manual/en/Makefile.am
1723           manual/en/*.html
1724                 update English manual, add a new page
1725                 updated by Francois Barriere <fbarriere@atmel.fr>
1726                 
1727         * po/bg.po
1728           po/it.po
1729           po/sr.po
1730                 update Bulgarian, Italian, and Serbian translations
1731                 submitted by George Danchev, Alessandro Maestri, and
1732                 Urke MMI
1733
1734 2003-03-10 [paul]       0.8.10claws106
1735
1736         * src/gtk/about.c
1737           src/gtk/prefswindow.c
1738                 make some strings translatable
1739
1740 2003-03-10 [darko]      0.8.10claws105
1741
1742         * src/compose.c
1743                 code cleanup to make Hiro happy
1744
1745 2003-03-10 [paul]       0.8.10claws104
1746
1747         * sync with 0.8.11cvs2
1748                 see ChangeLog 2003-03-10
1749
1750 2003-03-09 [melvin]     0.8.10claws103
1751
1752         * src/textview.c
1753                 textview_set_font(): fix for message display in
1754                 UTF-8 locales (thanks to Sergey Vlasov).
1755                 (was unintentionnaly reverted in 0.8.6claws6)   
1756
1757 2003-03-08 [darko]      0.8.10claws102
1758
1759         * src/compose.c
1760                 fix infinite loop in wrapping as reported
1761                 by happycactus
1762                 obsoletes patch #696482
1763
1764 2003-03-08 [christoph]  0.8.10claws101
1765
1766         * src/imap.c
1767                 add workaround for IMAP servers that do not
1768                 support the "UID SEARCH UID" command
1769
1770 2003-03-07 [christoph]  0.8.10claws100
1771
1772         * src/plugins/spamassassin/spamassassin.[ch]
1773         * src/plugins/spamassassin/spamassassin_gtk.c
1774                 code cleanup
1775
1776 2003-03-07 [paul]       0.8.10claws99
1777
1778         * po/es.po
1779                 updated Spanish translation, submitted by
1780                 Ricardo Mones Lastra
1781
1782 2003-03-07 [christoph]  0.8.10claws98
1783
1784         * src/send.c
1785                 fix in 0.8.10claws94 was wrong
1786                 local delivery does not require escaping, remove escaping
1787                 code to make signatures of mails with "." lines valid
1788                 
1789                 NOTE: requires that sendmail is executed with "-i" option,
1790                       what is the default now, but has to be changed in all
1791                       exsiting accounts)
1792
1793 2003-03-07 [paul]       0.8.10claws97
1794
1795         * sync with 0.8.11 release
1796                 see ChangeLog 2003-03-07
1797
1798 2003-03-06 [paul]       0.8.10claws96
1799
1800         * src/compose.c
1801                 revert commit 0.8.10claws92
1802
1803 2003-03-06 [paul]       0.8.10claws95
1804
1805         * src/folderview.c
1806                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1807
1808         * src/gtkaspell.c
1809                 fix bug 74, 'Crash opening editor window with pseudo-color
1810                 display'
1811                 
1812         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1813
1814 2003-03-06 [christoph]  0.8.10claws94
1815
1816         * src/send.c
1817                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1818                 all lines starting with a period get an extra period
1819                 inserted
1820                 (found by Simon 'corecode' Schubert)
1821
1822 2003-03-06 [paul]       0.8.10claws93
1823
1824         * src/folderview.c
1825                 if configured font can't be loaded fall back to gtk
1826                 default. (with thanks to Christoph)
1827                 
1828                 closes long-standing bug 15 'Crashes on startup'
1829
1830 2003-03-06 [paul]       0.8.10claws92
1831
1832         * src/compose.c
1833                 freeze text before autosave and thaw afterwards
1834                 fixes bug 67 'autosave make re-rediting message crazy'
1835
1836 2003-03-06 [christoph]  0.8.10claws91
1837
1838         * src/compose.c
1839                 ignore address comment in dupe check for Cc-list
1840
1841         (closes reopened bug 47 Replying to message strips name part of
1842          e-mail addresses of Cc: lines)
1843
1844 2003-03-06 [paul]       0.8.10claws90
1845
1846         * src/Makefile.am
1847                 remove reference to gtkxtext.h as its no longer in
1848                 the repository
1849
1850 2003-03-06 [paul]       0.8.10claws89
1851
1852         * sync with 0.8.10cvs25
1853                 see ChangeLog 2003-03-06
1854
1855 2003-03-06 [oliver]     0.8.10claws88
1856         
1857         * src/messageview.c
1858                 remove include
1859
1860 2003-03-06 [oliver]     0.8.10claws87
1861         
1862         * src/folderview.c 
1863                 remove changes introduced inclaws74
1864         * src/messageview.c
1865                 another attempt to sanely delete and update
1866                 messages deleted in separate messageview
1867
1868 2003-03-05 [christoph]  0.8.10claws86
1869
1870         * src/summaryview.c
1871                 check if "From" matches any account's address if
1872                 addressbook completion of addresses is disabled too
1873
1874         (closes Bug 70 "Display recipient in from" doesn't check
1875          folder's default account)
1876
1877 2003-03-05 [christoph]  0.8.10claws85
1878
1879         * src/compose.c
1880         * src/common/utils.[ch]
1881                 don't strip address comments when building Cc lists
1882
1883         (closes Bug 47 Replying to message strips name part of e-mail addresses
1884          of Cc: lines)
1885
1886         * src/folder.c
1887                 fix return value of copy function
1888
1889 2003-03-05 [christoph]  0.8.10claws84
1890
1891         * src/imap.c
1892                 don't ask imap server for non rfc822 headers
1893
1894         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1895
1896         * src/imap.c
1897                 destroy session on socket error to allow reconnecting
1898
1899 2003-03-05 [christoph]  0.8.10claws83
1900
1901         * configure.ac
1902                 fix building with gnome when no prefix is set
1903
1904         (closes bug 66 Gnome directory is set to NONE)
1905
1906 2003-03-05 [paul]       0.8.10claws82
1907
1908         * sync with 0.8.10cvs23
1909                 see ChangeLog 2003-03-05
1910
1911 2003-03-04 [christoph]  0.8.10claws81
1912
1913         * src/folder.c
1914                 o fix moving and copying when folder returns 0 for new
1915                   message number
1916                 o remove some code for single message copy and move
1917                   operations and use functions for multiple messages
1918
1919         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1920
1921         * src/news.c
1922                 remove unused include
1923
1924 2003-03-04 [paul]       0.8.10claws80
1925
1926         * src/gtk/about.c
1927                 list 'Compiled plugins'
1928
1929 2003-03-03 [christoph]  0.8.10claws79
1930
1931         * src/news.[ch]
1932                 have to multiply the percentage of the current fetch with
1933                 the percentage that it has of the total fetch operation
1934                 for correct values
1935
1936 2003-03-03 [christoph]  0.8.10claws78
1937
1938         * src/news.c
1939                 fix calculation of expected lines for progress indicator
1940
1941 2003-03-03 [christoph]  0.8.10claws77
1942
1943         * src/summaryview.c
1944         * src/common/utils.c
1945                 fix segfault when opening the root news folder
1946
1947 2003-03-03 [christoph]  0.8.10claws76
1948
1949         * src/mainwindow.[ch]
1950         * src/common/Makefile.am
1951         * src/common/progressindicator.[ch]
1952                 add UI independent progress indicator handling
1953
1954         * src/news.[ch]
1955                 use new progress indicator for message info fetching
1956
1957         * src/common/hooks.h
1958                 code cleanup
1959
1960 2003-03-03 [oliver]     0.8.10claws75
1961
1962         * src/toolbar.c
1963         * src/compose.c
1964                 removed commented code
1965
1966 2003-03-03 [oliver]     0.8.10claws74
1967
1968         * src/toolbar.[ch]
1969                 cleanups and refactoring
1970         * src/compose.[ch]
1971                 compose_reply_mode reply & forwarding interface for
1972                 toolbar buttons
1973         * src/folderview.c
1974                 act on messages marked for deletion in folderview_selected
1975                 based on prefs_common.immediate_exec since a message might 
1976                 have been deleted by messageview in a folder we are changing 
1977                 to (does anybody understand what I'm on about ?)
1978
1979 2003-03-03 [oliver]     0.8.10claws73
1980         
1981         * src/messageview.[ch]
1982                 new functions
1983                 - messageview_delete: delete message shown in messagview
1984                 - messageview_update_view: update messageview to currently 
1985                   selected summaryview message
1986                 - add separate messageview to msgview_list in order to update 
1987                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1988         * src/summaryview.[ch]
1989                 summary_get_selection returns a list of selected msgs
1990                 in summaryview
1991         * src/mainwindow.c
1992                 toolbar reply refactoring
1993
1994 2003-03-03 [paul]       0.8.10claws72
1995
1996         * sync with 0.8.10cvs21
1997                 see ChangeLog 2003-03-03
1998
1999 2003-03-02 [christoph]  0.8.10claws71
2000
2001         * src/common/passcrypt.c
2002                 use POSIX includes
2003
2004 2003-03-02 [christoph]  0.8.10claws70
2005
2006         * configure.ac
2007         * src/prefs_account.c
2008         * src/prefs_gtk.[ch]
2009         * src/common/.cvsignore
2010         * src/common/Makefile.am
2011         * src/common/passcrypt.c                ** NEW **
2012         * src/common/passcrypt.h.in             ** NEW **
2013                 Implement password encryption in config files
2014                 using unix encrypt and setkey functions. The crypt
2015                 key can be set as a configure parameter. Old
2016                 passwords will be converted if they do not begin
2017                 with '!'
2018
2019 2003-03-02 [paul]       0.8.10claws69
2020
2021         * src/prefs_account.c
2022                 fix compile error
2023
2024 2003-03-01 [thorsten]   0.8.10claws68
2025
2026         * po/el.po
2027           po/hr.po
2028           po/it.po
2029           po/nl.po
2030           po/sr.po
2031           po/sv.po
2032                 corrected format strings
2033         * po/en_GB.po
2034                 corrected headers
2035                 (fix compile errors with GNU gettext-0.11.5)
2036
2037 2003-03-01 [oliver]     0.8.10claws67
2038
2039         * src/summaryview.c
2040                 menu callbacks call toolbar_menu_reply
2041
2042 2003-03-01 [oliver]     0.8.10claws66
2043
2044         * src/mainwindow.c
2045         * src/messageview.c
2046                 menu callbacks call toolbar_menu_reply
2047         * src/toolbar.[ch]
2048                 callbacks from menu handled by toolbar_menu_reply
2049
2050 2003-03-01 [paul]       0.8.10claws65
2051
2052         * src/addressbook.c
2053                 revert commit 0.8.10claws54 - breaks editing of
2054                 addressbook.
2055                 
2056         * po/bg.po
2057                 update Bulgarian translation, submitted by
2058                 George Danchev
2059
2060 2003-02-28 [christoph]  0.8.10claws64
2061
2062         * src/account.c
2063         * src/addressadd.c
2064         * src/compose.c
2065         * src/gtkaspell.c
2066         * src/gtkxtext.h                ** REMOVE **
2067         * src/imap.c
2068         * src/matcher.[ch]
2069         * src/mh.c
2070         * src/news.c
2071         * src/pine.c
2072         * src/prefs_common.c
2073         * src/prefs_matcher.c
2074         * src/procheader.[ch]
2075         * src/procmsg.[ch]
2076         * src/toolbar.c
2077         * src/common/ssl_certificate.c
2078         * src/gtk/colorlabel.c
2079         * src/gtk/menu.c
2080                 o fix warnings
2081                 o remove code obsoleted by new cache and folder system rework
2082
2083 2003-02-28 [oliver]     0.8.10claws63
2084         
2085         * src/toolbar.[ch]
2086                 * fix bug where reply in Messageview replied to 
2087                 Message displayed in summaryview
2088                 (reportedd via ML by chinatinte at gmx dot ch)
2089                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2090                 didn't work in separate MessageView Toolbar
2091                 (wondering if anybody uses this at all ?)
2092         * src/summaryview.[ch]
2093                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2094                 (generalize reply and forward code);
2095         * src/messageview.c 
2096                 remove focus_in event which updated summaryview to messageview
2097
2098 2003-02-28 [paul]       0.8.10claws62
2099
2100         * po/Makefile.in.in
2101                 add the --check option
2102                 Patch submitted by Ricardo Mones Lastra
2103
2104 2003-02-28 [paul]       0.8.10claws61
2105
2106         * src/prefs_account.c
2107                 re-order 'Signature' items
2108
2109 2003-02-28 [paul]       0.8.10claws60
2110
2111         * sync with 0.8.10cvs20
2112                 see ChangeLog 2003-02-28
2113
2114 2003-02-28 [paul]       0.8.10claws59
2115
2116         * po/POTFILES.in
2117                 update to reflect recent movement of files
2118
2119 2003-02-28 [paul]       0.8.10claws58
2120
2121         * sync with 0.8.10cvs19
2122                 see ChangeLog 2003-02-28
2123
2124 2003-02-27 [martin]     0.8.10claws57
2125
2126         * src/prefs_matcher.c 
2127                 fix segfault in prefs_matcher_ok() when the
2128                 last entry is deleted and prevents that the
2129                 message "entry not saved" comes up after deleting
2130                 an entry
2131
2132 2003-02-27 [martin]     0.8.10claws56
2133
2134         * src/prefs_filtering.c 
2135                 fix segfault in prefs_filtering_ok() when the
2136                 last entry is deleted and prevents that the
2137                 message "entry not saved" comes up after deleting
2138                 an entry
2139
2140 2003-02-27 [paul]       0.8.10claws55
2141
2142         * sync with 0.8.10cvs18
2143                 see ChangeLog 2003-02-27
2144
2145 2003-02-27 [paul]       0.8.10claws54
2146
2147         * src/addressbook.c
2148                 fix bug where the address book crashes with 
2149                 multiple lookups.
2150                 Patch [687729] submitted by David Frager 
2151                 <dbfrager@users.sourceforge.net>
2152
2153 2003-02-25 [christoph]  0.8.10claws53
2154
2155         * src/Makefile.am
2156         * src/colorlabel.[ch]           ** REMOVE **
2157         * src/gtk/Makefile.am
2158         * src/gtk/colorlabel.[ch]       ** NEW **
2159                 move colorlabel files to gtk directory
2160
2161         * src/esmtp.[ch]                ** REMOVE **
2162                 has been merged into smtp.[ch] in 0.7.5
2163
2164 2003-02-25 [christoph]  0.8.10claws52
2165
2166         * src/Makefile.am
2167         * src/about.[ch]                ** REMOVE **
2168         * src/gtk/Makefile.am
2169         * src/gtk/about.[ch]            ** NEW **
2170                 move about files to gtk directory
2171
2172 2003-02-25 [christoph]  0.8.10claws51
2173
2174         * src/folder.c
2175                 some code optimization of folder scanning code
2176
2177         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2178
2179 2003-02-25 [christoph]  0.8.10claws50
2180
2181         * src/main.c
2182         * src/common/sylpheed.c
2183                 add command line parameter parsing to common code
2184
2185 2003-02-24 [christoph]
2186
2187         * Makefile.am
2188         * configure.ac
2189                 fix gnome prefix problems, the configure script now removed
2190                 `gnome-config --prefix` from `gnome-config --datadir`
2191                 and adds $(prefix} instead
2192
2193         (closes Bug 24 Makefile does not respect prefix when installing
2194          GNOME data)
2195
2196 2003-02-24 [christoph]  0.8.10claws49
2197
2198         * src/news.c
2199                 check for valid session before trying to authenticate
2200
2201         (closes Bug 60 crash if "authenticate on logon" is activated
2202          and newsserver-hostname is not valid)
2203
2204 2003-02-24 [melvin]     0.8.10claws48
2205
2206         * src/prefs_actions.c
2207                 Make sure all user's input is sent to the action and then
2208                 close the socket..
2209
2210 2003-02-23 [alfons]     0.8.10claws46
2211
2212         * src/summaryview.c
2213                 also wait cursor when deleting files
2214
2215 2003-02-23 [paul]
2216
2217         * tools/freshmeat_search.pl
2218           tools/google_search.pl
2219                 scripts should now work for any browser/browser command line
2220
2221 2003-02-22 [christoph]  0.8.10claws45
2222
2223         * src/procmsg.c
2224                 fix IMAP flag setting, IMAP flag is not handled correctly
2225                 anymore by the folder system and information about the
2226                 folder should not be saved in the MsgInfo (in my opinion)
2227
2228         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2229
2230 2003-02-22 [christoph]  0.8.10claws44
2231
2232         * src/summaryview.c
2233                 fix spelling of "label" ;-)
2234
2235 2003-02-22 [thorsten]   0.8.10claws43
2236
2237         * src/mimeview.c
2238           src/prefs_common.[ch]
2239           src/procmime.[ch]
2240                 do not use description as attachment name
2241
2242 2003-02-22 [alfons]     0.8.10claws42
2243
2244         * src/summaryview.c
2245                 freeze/thaw folder item updates when changing color labels,
2246                 and put a wait cursors on
2247
2248 2003-02-22 [thorsten]   0.8.10claws41
2249
2250         * src/mimeview.c
2251                 save-all fixes: crash if invoked on multipart container,
2252                 mimeinfo access, pathseparators, error dialog
2253
2254 2003-02-21 [alfons]     0.8.10claws40
2255
2256         * src/prefs_gtk.c
2257                 remove unused var
2258
2259 2003-02-21 [colin]      0.8.10claws39
2260
2261         * src/send.c
2262                 Fix smtp logging
2263
2264 2003-02-21 [colin]      0.8.10claws38
2265
2266         * src/summaryview.c
2267                 Freeze/thaw folderItem updates when filtering messages 
2268                 via Tools/Filter messages
2269
2270 2003-02-21 [paul]       0.8.10claws37
2271
2272         * src/compose.c
2273                 revert commit 0.8.10claws26, there are ulterior motives
2274                 for users to set a Reply-To header when posting to
2275                 newsgroups
2276
2277 2003-02-21 [paul]       0.8.10claws36
2278
2279         * sync with 0.8.10cvs17
2280                 see ChangeLog 2003-02-21
2281
2282 2003-02-20 [christoph]  0.8.10claws35
2283
2284         * src/imap.c
2285                 IMAP UID fetch speedup using SEARCH
2286
2287         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2288
2289         * src/imap.c
2290                 fix problem with UIDs in IMAP UID cache that no longer existed
2291
2292 2003-02-20 [christoph]  0.8.10claws34
2293
2294         * src/imap.c
2295         * src/procheader.c
2296         * src/procheader.h
2297                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2298
2299         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2300
2301         * src/imap.c
2302                 Rewrite imap_cmd_gen_recv use sock_getline instead
2303                 of sock_gets to avoid problems with too long reply
2304                 lines
2305     
2306 2003-02-20 [colin]      0.8.10claws33
2307         
2308         * src/prefs_account.c
2309                 Better wording
2310
2311 2003-02-20 [colin]      0.8.10claws32
2312
2313         * src/compose.c
2314                 Remove useless '&& !to_sender' 
2315
2316 2003-02-20 [darko]
2317
2318         * AUTHORS
2319                 change my e-mail address
2320
2321 2003-02-19 [colin]      0.8.10claws31
2322
2323         * src/prefs_common.c
2324                 X11 style colors for every configurable color
2325
2326 2003-02-19 [alfons]     0.8.10claws30
2327
2328         * src/prefs_gtk.[ch]
2329         * src/prefs_common.c
2330                 for color_new accept both plain integers and X11 style color
2331                 names (as found in /usr/lib/X11/rgb.txt)
2332
2333 2003-02-19 [paul]       0.8.10claws29
2334
2335         * src/mainwindow.c
2336                 add tooltips to online/offline button and account selector
2337                 button
2338
2339 2003-02-19 [paul]       0.8.10claws28
2340
2341         * src/folder.c
2342           src/news.c
2343           src/prefs_account.[ch]
2344           src/prefs_common.[ch]
2345                 move 'Maximum number of articles to download' to
2346                 account prefs.
2347                 clean up account prefs gui a little by hiding entries
2348                 rather then greying out entries
2349
2350 2003-02-19 [hiro]       0.8.10claws27
2351
2352         * src/common/utils.c
2353                 fix bug #54 'yesterdays date is displayed in the message 
2354                 summary window'
2355
2356 2003-02-19 [paul]       0.8.10claws26
2357
2358         * src/compose.c
2359                 fix bug reported in Feature Request [688596] 
2360                 'Reply-to header in news'
2361
2362 2003-02-18 [paul]       0.8.10claws25
2363
2364         * src/select-keys.c
2365                 add a 'List all keys' button to key selection dialog
2366
2367 2003-02-18 [colin]      0.8.10claws24
2368         
2369         * src/stock_pixmap.c
2370                 fix compile error
2371
2372 2003-02-18 [colin]      0.8.10claws23
2373
2374         * src/common/smtp.[ch]
2375           src/prefs_account.c
2376                 Try to starttls if it seems to be the only
2377                 way to authenticate a user
2378
2379 2003-02-18 [paul]       0.8.10claws22
2380
2381         * src/Makefile.am
2382           src/folderview.c
2383           src/stock_pixmap.[ch]
2384           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2385           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2386                 as a Drafts folder is a special folder allow it to have
2387                 its own unique icons
2388
2389 2003-02-18 [colin]      0.8.10claws21
2390
2391         * src/imap.c
2392                 Fix port selection when using starttls
2393
2394 2003-02-18 [paul]       0.8.10claws20
2395
2396         * src/mainwindow.c
2397           src/prefs_common.[ch]
2398                 make blue the default new mail colour
2399
2400 2003-02-18 [paul]       0.8.10claws19
2401
2402         * sync with 0.8.10cvs14
2403                 see ChangeLog 2003-02-18
2404
2405 2003-02-17 [jens]       0.8.10claws18
2406
2407         * src/common/md5.c
2408                 fixed a compile problem with gcc 3.3
2409                 works on 2.95.3 too (testet on PPC as it is big endian)
2410
2411 2003-02-17 [paul]       0.8.10claws17
2412
2413         * sync with 0.8.10cvs13
2414                 see ChangeLog 2003-02-17
2415
2416 2003-02-17 [paul]       0.8.10claws16
2417
2418         * sync with 0.8.10cvs12
2419                 see ChangeLog 2003-02-17
2420
2421 2003-02-16 [match]      0.8.10claws15
2422
2423         * src/addressbook.c
2424                 Eliminates reloading of address data when items
2425                 deleted or added. Applied submitted by
2426                 Luke Plant <lukeplant@softhome.net>
2427
2428 2003-02-16 [paul]       0.8.10claws14
2429
2430         * src/news.c
2431                 when a 'protocol error' is encountered disconnect from
2432                 the server. This means that the user can carry on viewing
2433                 other articles and doesn't have to either wait until the
2434                 server timesout or quit sylpheed.
2435                 Fixes bug #53 'Unable to read messages in newsgroups, 
2436                 displayed message doesn't change'
2437
2438 2003-02-15 [christoph]  0.8.10claws13
2439
2440         * src/imap.c
2441                 fix bug that stopped scanning of folders when an
2442                 IMAP folder was empty
2443
2444         (closes bug 46 stop scan messages in folders after empty folder)
2445
2446 2003-02-15 [paul]
2447
2448         * tools/Makefile.am
2449           tools/README
2450           tools/freshmeat_search.pl     ** NEW FILE **
2451           tools/google_search.pl        ** NEW FILE **
2452                 Add 2 Actions scripts which search freshmeat/google
2453                 for the selected text using the browser configured
2454                 in sylpheedrc.
2455                 
2456         Note: These scripts are very dependent on the format of the
2457         browser command and may not work on every occasion. Testing
2458         is welcome. 
2459
2460 2003-02-14 [alfons]     0.8.10claws12
2461
2462         * src/compose.c
2463                 fix breakage because of uninitialized account pointer.
2464                 please verify.
2465
2466 2003-02-14 [paul]       0.8.10claws11
2467
2468         * src/compose.c
2469           src/prefs_account.[ch]
2470           src/prefs_common.[ch]
2471                 move signature settings to Account Prefs
2472
2473 2003-02-14 [paul]       0.8.10claws10
2474
2475         * sync with 0.8.10cvs11
2476                 see ChangeLog 2003-02-14
2477
2478 2003-02-13 [thorsten]   0.8.10claws9
2479
2480         * src/news.c
2481                 revert news progressbar (GUI separation)
2482
2483 2003-02-13 [paul]       0.8.10claws8
2484
2485         * src/compose.c
2486                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2487                 paragraph 1
2488
2489 2003-02-13 [paul]       0.8.10claws7
2490
2491         * src/compose.[ch]
2492           src/summaryview.c
2493                 fix 'Follow-up and Reply-to' so that it creates a reply to
2494                 the newsgroup and the sender. If the message has the keyword
2495                 'poster' in the Followup-To header, all replies go to the
2496                 sender, re: RFC 1036, Section 2.2.3
2497                 rename all instances of 'ignore_replyto' to 'to_sender', both
2498                 were previously used, now we use just one.
2499
2500 2003-02-13 [paul]       0.8.10claws6
2501
2502         * sync with 0.8.10cvs9
2503                 see ChangeLog 2003-02-13
2504
2505 2003-02-13 [paul]       0.8.10claws5
2506
2507         * configure.ac
2508                 show which plugins are configured in the configure
2509                 output.
2510
2511 2003-02-12 [thorsten]   0.8.10claws4
2512
2513         * src/news.c
2514                 show progress while fetching news headers
2515
2516 2003-02-12 [christoph]  0.8.10claws3
2517
2518         * configure.ac
2519         * src/plugins/Makefile.am
2520                 use AM_CONDITIONAL to enable plugins, automake correctly
2521                 manages this when creating distdir
2522
2523 2003-02-12 [christoph]  0.8.10claws2
2524
2525         * ac/spamassassin.m4
2526         * src/plugins/spamassassin/Makefile.am
2527                 fix building SpamAssassin plugin without OpenSSL
2528
2529 2003-02-12 [paul]       0.8.10claws1
2530
2531         * ac/Makefile.am
2532           src/Makefile.am
2533           src/plugins/Makefile.am
2534                 fix failure of 'make release'
2535
2536 2003-02-12 [paul]       0.8.10claws
2537
2538         * 0.8.10claws released
2539
2540 2003-02-12 [paul]       0.8.9claws56
2541
2542         * po/bg.po
2543           po/es.po
2544           po/it.po
2545           po/ru.po
2546           po/sr.po
2547                 updated translations by George Danchev, Ricardo Mones Lastra,
2548                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2549                 
2550         * sylpheed.spec.in
2551                 Allow the building of RPMs by a regular user. Submitted
2552                 by Sergei Astanin
2553
2554 2003-02-11 [alfons]     0.8.9claws55
2555
2556         * src/colorlabel.c
2557                 don't use pixmaps for label color rect but draw rectangles
2558                 so we can respect the color map of palette based visuals
2559                 (fixes the long time crashes on Suns - thanks to Andreas
2560                 Engel and Steve O'Hara-Smith for testing)
2561
2562 2003-02-11 [christoph]  0.8.9claws54
2563
2564         * src/matcher_parser_parse.y
2565                 correct bug where filering rules of not existing folders in
2566                 matcherrc were added to global filtering
2567                 
2568         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2569          main filter-rules after removing directory, http://bugs.debian.org/180253)
2570         
2571 2003-02-11 [paul]       0.8.9claws53
2572
2573         * sync with 0.8.10cvs7
2574                 see ChangeLog 2003-02-09
2575
2576 2003-02-11 [melvin]     0.8.9claws52
2577
2578         * po/fr.po
2579                 Updated French tranlsations
2580
2581 2003-02-10 [paul]       0.8.9claws51
2582
2583         * sylpheed.spec.in
2584                 correct --enable-openssl
2585                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2586
2587 2003-02-09 [martin]     0.8.9claws50
2588
2589         * src/prefs_matcher.c
2590                 fix segfault in prefs_matcher_substitute_cb() when
2591                 no row is selected
2592
2593 2003-02-09 [paul]       0.8.9claws49
2594
2595         * src/folderview.c
2596                 fix bug where a newsgroup folder's processing rules were
2597                 merged with the global filtering rules when the newsgroup
2598                 folder was deleted, causing some seriously bad results,
2599                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2600
2601 2003-02-08 [melvin]     0.8.9claws48
2602
2603         * src/compose.c
2604                 Corrected and modified an alert message.
2605
2606 2003-02-07 [paul]       0.8.9claws47
2607
2608         * src/folderview.c
2609                 fix bug where both an 'Account properties' window and a
2610                 'Folder properties' window were opened when clicking on
2611                 'Properties' in an NNTP or IMAP folder's popup menu.
2612
2613 2003-02-07 [paul]       0.8.9claws46
2614
2615         * sync with 0.8.10cvs6
2616                 see ChangeLog 2003-02-06
2617
2618 2003-02-06 [christoph]  0.8.9claws45
2619
2620         * src/mbox.c
2621                 freeze folder updates while importing mbox files
2622                 (closes bug 43 importing mbox took hours)
2623                 
2624         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2625
2626 2003-02-06 [thorsten]   0.8.9claws44
2627
2628         * po/de.po
2629                 Updated german translations
2630
2631 2003-02-06 [thorsten]   0.8.9claws43
2632
2633         * src/news.h
2634                 use guint for message numbers (fix count in grouplist dialog)
2635
2636 2003-02-05 [paul]       0.8.9claws42
2637
2638         * sync with 0.8.10cvs2
2639                 see ChangeLog 2003-02-05
2640
2641 2003-02-04 [colin]      0.8.9claws41
2642
2643         * src/prefs_common.[ch]
2644           src/procmsg.c
2645           src/summaryview.c
2646                 Add an option to disable threading by subject
2647
2648 2003-02-04 [christoph]  0.8.9claws40
2649
2650         * src/inc.c
2651                 only abort fetching mails from multiple accounts when the
2652                 error is fatal and does not allow to check any more accounts
2653                 (currently only disk full error)
2654
2655         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2656          receive mails for other accouts)
2657
2658 2003-02-04 [christoph]  0.8.9claws39
2659
2660         * src/folder.c
2661                 first add the new message to the cache, then
2662                 send the update notification
2663
2664         (closes bug 39 after sending message folderview doesnt get updated)
2665
2666 2003-02-04 [colin]      0.8.9claws38
2667
2668         * src/inc.c
2669                 _really_ fix this Connecting... status
2670
2671 2003-02-04 [paul]       0.8.9claws37
2672
2673         * sync with 0.8.10
2674                 see ChangeLog 2003-02-04
2675
2676 2003-02-04 [paul]       0.8.9claws36
2677
2678         * sync with 0.8.9cvs6
2679                 see ChangeLog 2003-02-03
2680
2681 2003-02-04 [paul]       0.8.9claws35
2682
2683         * po/pt_BR.po
2684                 updated by André Filipe de Assunção e Brito 
2685                 <bedecko@netsite.com.br>
2686
2687 2003-02-03 [thorsten]   0.8.9claws34
2688
2689         * po/de.po
2690                 Updated german translations
2691
2692 2003-02-02 [paul]       0.8.9claws33
2693
2694         * po/es.po
2695                 updated by Ricardo Mones Lastra
2696
2697 2003-02-02 [thorsten]   0.8.9claws32
2698
2699         * src/mh.c
2700                 Fix mh_get_msginfo() segfault if file is inaccessible
2701
2702 2003-01-31 [colin]      0.8.9claws31
2703
2704         * src/procheader.c
2705                 Fix last commit's bug
2706
2707 2003-01-31 [colin]      0.8.9claws30
2708
2709         * src/procheader.c
2710                 Missing a change for gpg-signed messages
2711
2712 2003-01-31 [paul]       0.8.9claws29
2713
2714         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2715           src/procheader.c
2716           src/stock_pixmap.[ch]
2717           src/summaryview.c
2718                 indicate GnuPG signed messages by displaying an icon
2719                 in the Attachment column.
2720
2721 2003-01-31 [paul]       0.8.9claws28
2722
2723         * sync with 0.8.9cvs4
2724                 see ChangeLog 2003-01-31
2725
2726 2003-01-31 [alfons]     0.8.9claws27
2727
2728         * src/textview.c
2729                 tune URI parser to accept mailto URLs with a '?'
2730                 (patch from Ruslan Balkin)
2731
2732 2003-01-31 [colin]      0.8.9claws26
2733
2734         * src/summaryview.c
2735                 Fix a leak introduced in claws24
2736
2737 2003-01-31 [colin]      0.8.9claws25
2738
2739         * src/summaryview.c
2740                 Freeze/Thaw folder updates when deleting dups
2741
2742 2003-01-31 [colin]      0.8.9claws24
2743         
2744         * src/addr_compl.c
2745           src/summaryview.c
2746           src/msgcache.c
2747                 little speed improvements
2748
2749 2003-01-31 [colin]      0.8.9claws23
2750
2751         * src/summaryview.c
2752                 Fix segfault when forwarding nothing
2753                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2754                 
2755 2003-01-30 [paul]       0.8.9claws22
2756
2757         * sync with 0.8.9cvs3
2758                 see ChangeLog 2003-01-30
2759
2760 2003-01-30 [paul]       0.8.9claws21
2761
2762         * sync with 0.8.9cvs2
2763                 see ChangeLog 2003-01-30
2764
2765 2003-01-29 [paul]       0.8.9claws20
2766
2767         * sync with 0.8.9cvs1
2768                 see ChangeLog 2003-01-29
2769
2770 2003-01-28 [paul]       0.8.9claws19
2771
2772         * po/POTFILES.in
2773                 update to reflect changes. 
2774                 thanks to Ricardo Mones Lastra
2775
2776 2003-01-27 [christoph]  0.8.9claws18
2777
2778         * ac/openssl.m4
2779         * ac/spamassassin.m4
2780         * src/plugins/spamassassin/README
2781         * src/plugins/spamassassin/libspamc.[ch]
2782         * src/plugins/spamassassin/utils.[ch]
2783                 updated to latest libspamc
2784
2785 2003-01-27 [christoph]  0.8.9claws17
2786
2787         * src/folder.c
2788                 fix wrong use of procheader_get_header_fields
2789
2790 2003-01-27 [christoph]  0.8.9claws16
2791
2792         * src/news.c
2793         * src/prefs_account.[ch]
2794         * src/common/nntp.[ch]
2795                 allow to force authentication for NNTP servers
2796
2797         Patch submitted by Florian Mickler <dmk@d-labs.de>
2798
2799 2003-01-26 [paul]       0.8.9claws15
2800
2801         * src/summaryview.c
2802                 speed up of marking messages as read
2803                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2804
2805 2003-01-26 [christoph]  0.8.9claws14
2806
2807         * src/Makefile.am
2808         * src/mgutils.[ch]              ** REMOVE **
2809         * src/xml.[ch]                  ** REMOVE **
2810         * src/xmlprops.[ch]             ** REMOVE **
2811         * src/common/Makefile.am
2812         * src/common/mgutils.[ch]       ** NEW **
2813         * src/common/xml.[ch]           ** NEW **
2814         * src/common/xmlprops.[ch]      ** NEW **
2815                 move xml files to common directory
2816
2817 2003-01-26 [christoph]  0.8.9claws13
2818
2819         * src/plugins/spamassassin/spamassassin_gtk.c
2820                 only set gtk entry text if string is available
2821
2822 2003-01-26 [melvin]     0.8.9claws12
2823
2824         * src/description_window.c
2825                 Allow resizing of the window
2826                 Allow automatic horizontal scroll bar
2827                 Do not vertically expand and fill
2828
2829 2003-01-26 [christoph]  0.8.9claws11
2830
2831         * src/Makefile.am
2832         * src/gtkutils.[ch]             ** REMOVE **
2833         * src/common/sylpheed.c
2834         * src/gtk/Makefile.am
2835         * src/gtk/description_window.c
2836         * src/gtk/gtkutils.[ch]         ** NEW **
2837         * src/gtk/prefswindow.c
2838                 move gtkutils to gtk directory
2839
2840 2003-01-26 [paul]       0.8.9claws10
2841
2842         * src/summaryview.c
2843                 rename summary_unread_clicked() to summary_status_clicked()
2844
2845 2003-01-26 [melvin]     0.8.9claws9
2846
2847         * src/prefs_actions.c
2848                 Cosmetical changes to the help text
2849
2850 2003-01-26 [paul]       0.8.9claws8
2851
2852         * src/folder.[ch]
2853           src/mainwindow.c
2854           src/prefs_common.c
2855           src/prefs_sumamry_column.c
2856           summaryview.[ch]
2857                 rename the 'Unread' column to 'Status'
2858
2859 2003-01-25 [match]      0.8.9claws7
2860
2861         * src/mgutils.[ch]
2862                 removed reference to LDAP constants. removed error2string.
2863                 included functions to support LDAP dynamic queries.
2864         * src/syldap.h
2865                 moved LDAP constants here.
2866         * src/addressbook.c
2867         * src/addrindex.c
2868         * src/importldif.c
2869                 removed references to LDAP constants and references to
2870                 error2string.
2871
2872 2003-01-25 [paul]       0.8.9claws6
2873
2874         * src/summaryview.c
2875                 summary_thread_build(), summary_thread_init(): remove 
2876                 unneeded reference to summaryview->folder_item
2877
2878 2003-01-25 [christoph]  0.8.9claws5
2879
2880         * src/gtk/description_window.c
2881                 o allow description texts to expand over multiple columns
2882                 o translate all columns
2883         * src/prefs_actions.c
2884                 change syntax description to use new multi column feature
2885
2886         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2887
2888 2003-01-25 [match]      0.8.9claws4
2889
2890         * src/vcard.c
2891                 fixed bug with Quoted-Printable
2892
2893 2003-01-25 [paul]       0.8.9claws3
2894
2895         * src/folder.[ch]
2896           src/summaryview.[ch]
2897                 implement per-folder collapsed/expanded threads setting
2898                 
2899         * src/prefs_common.c
2900                 remove global collapsed/expanded threads option
2901
2902 2003-01-25 [christoph]  0.8.9claws2
2903
2904         * po/POTFILES.in
2905                 add pluginwindow and prefswindow
2906         * src/compose.c
2907                 make send respond correctly to messages that could be added
2908                 to the queue folder, but the UID of the message is unknown
2909         * src/folder.c
2910         * src/imap.c
2911                 don't return guessed UIDs in imap_add_msg anymore. We return
2912                 0 to tell the folder system it was appened but the UID is
2913                 unknown. Folder system now get's the UID by scaning the folder
2914                 and searching the cache for the Message-ID
2915                 (closes bug #29 Messages queued, but not sent)
2916
2917 2003-01-25 [paul]       0.8.9claws1
2918
2919         * src/codeconv.c
2920                 conv_encode_header():  fix bug when long headers with 8-bit
2921                 characters are used, so that the encoded words are wrapped.
2922                 If the space in the original text falls on the wrap boundary,
2923                 it can be lost.
2924                 Patch by Sergey Vlasov.
2925                 
2926         * src/folderview.c
2927                  fix bug where a change to the sorting method or thread view
2928                  of a folder's messages is lost if simpify-subject is set and
2929                  toggled on or off.
2930                  Patch by Luke Plant.
2931
2932 2003-01-24 [paul]       0.8.9claws
2933
2934         * sylpheed-0.8.9claws released
2935         
2936         * Makefile.am
2937           sylpheed.spec.in
2938                 remove reference to 'INSTALL.jp'
2939
2940 2003-01-23 [paul]       0.8.8claws128
2941
2942         * po/es.po
2943           po/it.po
2944           po/ru.po
2945           po/sr.po
2946                 updated translations. submitted by Ricardo Mones Lastra,
2947                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2948
2949 2003-01-23 [colin]      0.8.8claws127
2950
2951         * src/compose.c
2952                 Fix drafted and queued news articles re-edition
2953
2954 2003-01-23 [melvin]     0.8.8claws126
2955
2956         * po/fr.po
2957                 Updated French translations
2958
2959 2003-01-23 [colin]      0.8.8claws125
2960
2961         * src/inc.c
2962                 Fix "Connecting to..." status message
2963
2964 2003-01-22 [paul]       0.8.8claws124
2965
2966         * po/bg.po
2967                 updated by George Danchev
2968                 
2969         * src/folder.c
2970                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2971                 and folder deletion
2972
2973 2003-01-21 [paul]       0.8.8claws123
2974
2975         * po/bg.po
2976                 updated by George Danchev
2977                 
2978         * src/about.c
2979                 its now 2003
2980                 
2981         * src/toolbar.c
2982                 don't translate 'Separator'
2983                 
2984         * src/plugins/spamassassin/Makefile.am
2985                 add aspell to CPPFLAGS
2986                 
2987         * src/plugins/spamassassin/spamassassin.c
2988           src/plugins/spamassassin/spamassassin_gtk.c
2989                 set correct default for spamassassin_receive_spam
2990                 slightly re-word descriptions and some
2991                 other minor changes
2992
2993 2003-01-19 [alfons]     0.8.8claws122
2994                 
2995         * src/mimeview.c
2996                 mimeview_save_as(): we might as well show the file name for
2997                 the single case "Save As" too
2998
2999 2003-01-19 [alfons]     0.8.8claws121
3000
3001         * src/crash.c
3002                 change bug tracker URL to bugzilla URL
3003
3004 2003-01-19 [alfons]     0.8.8claws120
3005
3006         * src/mimeview.c
3007                 mimeview_save_all(): display name of file before overwriting;
3008                 continue saving all, even when one overwrite was cancelled
3009
3010 2003-01-19 [christoph]  0.8.8claws119
3011
3012         * src/summaryview.c
3013         * src/procmsg.[ch]
3014                 fix wrong usage of procmsg_find_children in summaryview
3015                 by using procmsg_update_unread_children instead of
3016                 summaryview_update_unread_children
3017
3018 2003-01-19 [christoph]  0.8.8claws118
3019
3020         * src/procmsg.c
3021                 fix infinite loop in procmsg_find_children
3022                  (closes bug #25 sylpheed crashes on delete.)
3023
3024         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3025
3026 2003-01-19 [paul]       0.8.8claws117
3027
3028         * po/pt_BR.po
3029                 updated by Ivan Francolin Martinez
3030
3031 2003-01-18 [melvin]     0.8.8claws116
3032
3033         * src/prefs_actions.c
3034                 Removed syntax limitation of only one '&' at the end of command.
3035                         Now actions that contain '>/dev/null 2>&1' are possible.
3036
3037 2003-01-18 [melvin]     0.8.8claws115
3038
3039         * src/prefs_actions.c
3040                 Actions IO dialog: when the action ends
3041                 the "Close" button now has focus and [Escape] closes the
3042                 window.
3043
3044 2003-01-18 [christoph]  0.8.8claws114
3045
3046         * src/procmsg.c
3047                 o add debug output when MsgInfos are really freed
3048                 o free GSLists in procmsg_find_children and
3049                   procmsg_update_unread_children
3050
3051 2003-01-18 [christoph]  0.8.8claws113
3052
3053         * src/mainwindow.c
3054                 reorder Configuration menu
3055
3056 2003-01-18 [christoph]  0.8.8claws112
3057
3058         * src/compose.c
3059                 fix applying templates to forwarded messages
3060
3061         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3062
3063 2003-01-17 [christoph]  0.8.8claws111
3064
3065         * src/folder.c
3066                 destroy folder items, when a folder item is removed
3067
3068 2003-01-17 [christoph]  0.8.8claws110
3069
3070         * src/folder.c
3071                 fix wrong folder stats update when ignored message is
3072                 deleted
3073
3074 2003-01-17 [colin]      0.8.8claws109
3075         
3076         * src/mainwindow.c
3077         * src/summaryview.c
3078                 Quicksearch bugfixes: 
3079                 - hide help button at startup if not extended
3080                 - switch to extended when looking for replies
3081
3082 2003-01-17 [paul]
3083
3084         * sync with 0.8.9 release
3085
3086 2003-01-17 [paul]       0.8.8claws108
3087
3088         * sync with 0.8.8cvs11
3089                 see ChangeLog 2003-01-17
3090
3091 2003-01-16 [colin]      0.8.8claws107
3092
3093         * src/procmsg.c
3094                 Changed encryption test to re-ask passphrase
3095                 if an encrypted message hasn't been decrypted
3096                 Fixes bug #5
3097
3098 2003-01-16 [christoph]  0.8.8claws106
3099
3100         * src/prefs_gtk.c
3101         * src/prefs_toolbar.c
3102         * src/gtk/prefswindow.h
3103         * src/plugins/spamassassin/spamassassin_gtk.c
3104                 remove page destroy function that is not used anymore
3105
3106 2003-01-16 [paul]       0.8.8claws105
3107
3108         * sync with 0.8.8cvs9
3109                 see ChangeLog 2002-01-16
3110
3111 2003-01-16 [colin]      0.8.8claws104
3112
3113         * src/compose.[ch]
3114                 Fix bug with autosaved drafts for IMAP, when draft
3115                 folder is specified - fixes bugzilla bug #20
3116
3117 2003-01-15 [paul]       0.8.8claws103
3118
3119         * src/compose.[ch]
3120           src/procmsg.c
3121                 store folder and message-id of message forwarding
3122                 in queue header and set forward flag after sending
3123
3124 2003-01-15 [paul]       0.8.8claws102
3125
3126         * sync with 0.8.8cvs8
3127                 see ChangeLog 2002-01-15
3128
3129 2003-01-15 [colin]      0.8.8claws101
3130
3131         * src/Makefile.am
3132                 Fix linking with GNU libiconv
3133
3134 2003-01-15 [darko]      0.8.8claws100
3135
3136         * src/pine.c
3137                 fix crash when importing pine address book
3138                 entry with an empty name (reported by DY
3139                 <dybulk at tri8.net>)
3140
3141 2003-01-14 [paul]       0.8.8claws99
3142
3143         * configure.in  ** REMOVED **
3144           configure.ac  ** NEW FILE **
3145                 rename configure.in to configure.ac, as it is now
3146                 preferred
3147
3148 2003-01-14 [melvin]     0.8.8claws98
3149
3150         * src/folderview.c
3151                 folderview_check_new(): More precise function description
3152
3153 2003-01-14 [melvin]     0.8.8claws97
3154
3155         * src/folderview.c
3156                 folderview_check_new(): return the number of new messages 
3157                         since last check.
3158         * src/inc.c
3159                 inc_account_mail(): Disable counting of new messages for IMAP
3160                         and NNTP until bug [19] and [14] are fixed.
3161
3162 2003-01-14 [paul]       0.8.8claws96
3163
3164         * sync with 0.8.8cvs6
3165                 see ChangeLog 2003-01-14
3166
3167 2003-01-13 [alfons]     0.8.8claws95
3168
3169         * src/textview.c
3170                 tune email address validation (c. 0.8.8claws89): if . is 
3171                 just one char away from @, the address is invalid too 
3172                 (correctly rejects addresses like foo@.com)
3173
3174 2003-01-13 [paul]       0.8.8claws94
3175
3176         * src/messageview.c
3177           src/toolbar.c
3178                 fixes to the Message View toolbar and menu:
3179                 fix non-functioning Forward button
3180                 make Reply button consider default_reply_list
3181                 remove 'Follow-up...' menu entry
3182                 add 'Forward' and 'Redirect' menu entries
3183
3184 2003-01-13 [melvin]     0.8.8claws93
3185
3186         * src/inc.c
3187                 Fixed typo that could make new messages count incorrect.
3188
3189 2003-01-13 [melvin]     0.8.8claws92
3190
3191         * src/folderview.[ch]
3192                 folderview_check_new(): return the number of new messages.
3193         * src/inc.c
3194                 Should fix bug [14] where new mail notification worked 
3195                         incorrectly with IMAP accounts.
3196                 inc_spool_account(): return number of new msgs, or -1 on error
3197                 inc_all_spool(): return number of new msgs
3198                 
3199 2003-01-13 [melvin]     0.8.8claws91
3200
3201         * src/prefs_actions.c
3202                 Justify help text.
3203
3204 2003-01-12 [thorsten]   0.8.8claws90
3205
3206         * src/common/prefs.c
3207                 close file before rename
3208
3209 2003-01-12 [alfons]     0.8.8claws89
3210
3211         * AUTHORS
3212                 add Christian Mertes
3213         * src/common/utils.[ch]
3214                 g_stricase_hash(), g_stricase_equal(): functions for 
3215                 case insensitive hash tables
3216         * src/textview.c
3217                 use top level domain names to validate email address, based
3218                 on a patch by Christian Mertes (thanks!), but changed 
3219                 implementation to use a hash table 
3220
3221 2003-01-12 [paul]       0.8.8claws88
3222
3223         * po/bg.po
3224                 updated by George Danchev
3225
3226 2003-01-12 [alfons]     0.8.8claws87
3227
3228         * src/summaryview.c
3229                 delete / execute performance: use new style folder update
3230
3231 2003-01-12 [paul]       0.8.8claws86
3232
3233         * sync with 0.8.8cvs5
3234                 see ChangeLog 2003-01-13 (!)
3235
3236 2003-01-12 [alfons]     0.8.8claws85
3237
3238         * src/filtering.c
3239         * src/matcher_parser_parse.y
3240                 prepare change_score filtering action
3241         * src/matcher.[ch]
3242                 give up const-correctness on functions that call non-const-correct functions;
3243                 several casts to gpointer in g_free();
3244                 add change_score;
3245
3246 2003-01-12 [christoph]  0.8.8claws84
3247
3248         * src/compose.c
3249                 fix 2 warnings
3250
3251         * src/gtk/prefswindow.[ch]
3252         * src/plugins/spamassassin/spamassassin_gtk.c
3253                 changed the call of the widget create function
3254                 for PrefsPages, because sometimes the widget
3255                 create function needs a widget that already has
3256                 been attached to a window (to create GDK pixmaps
3257                 for exmaple). So we simply pass the GtkWindow as
3258                 the second parameter now.
3259
3260         * src/main.c
3261         * src/mainwindow.c
3262         * src/prefs_toolbar.[ch]
3263                 rewrite Toolbar Preferences using the new
3264                 prefs window
3265
3266 2003-01-11 [alfons]     0.8.8claws83
3267
3268         * src/addressadd.c
3269                 fix crash when adding sender to addressbook because status bar
3270                 isn't there (the status bar doesn't seem to be used though,
3271                 but I'll let Match decide what to do with it)
3272
3273 2003-01-11 [colin]      0.8.8claws82
3274
3275         * src/main.c
3276           src/toolbar.c
3277                 Two useless changes reversed
3278
3279 2003-01-11 [colin]      0.8.8claws81
3280
3281         * src/mainwindow.c
3282           src/mainwindow.h
3283                 Add mainwindow_get_mainwindow()
3284         * src/alertpanel.c
3285           src/alertpanel.h
3286                 Add alertpanel_error_log() 
3287         * src/compose.c
3288           src/inc.c
3289           src/messageview.c
3290           src/toolbar.c
3291           src/main.c
3292           src/procmsg.c
3293                 Network errors get a View Log button
3294
3295 2003-01-10 [alfons]     0.8.8claws80
3296
3297         * src/prefs_toolbar.c
3298         * src/toolbar.c
3299                 use the translatable string for "Separator" as file name for
3300                 separator toolbar items (probably make this uppercase?)
3301
3302 2003-01-10 [alfons]     0.8.8claws79
3303
3304         * src/prefs_toolbar.c
3305                 put right A_SEPARATOR description string in "displayed
3306                 toolbar items list" so manually added separators are
3307                 saved correctly (bug #10, "Adding a separator to the main 
3308                 toolbar fails, entry in xml file is wrong")
3309
3310 2003-01-10 [christoph]  0.8.8claws78
3311
3312         * src/imap.c
3313                 o fix warnings
3314                 o use CAPABILITY to check if NAMESPACE is available
3315
3316 2003-01-10 [christoph]  0.8.8claws77
3317
3318         * src/imap.[ch]
3319                 apply UIDPLUS IMAP extension support patch
3320
3321         Patch submitted by Simon 'corecode' Schubert
3322
3323 2003-01-10 [paul]       0.8.8claws76
3324
3325         * src/folderview.c
3326                 a sync from main which fixes the news account folders'
3327                 Properties bug
3328
3329 2003-01-10 [christoph]  0.8.8claws75
3330
3331         * src/folder.c
3332                 don't accept 0 as a valid uid returned by copy and move
3333                 functions. 0 means the message was copied or moved but the
3334                 new uid could not be fetched. It is not an error condition
3335                 for the copy or move operation.
3336
3337 2003-01-10 [paul]       0.8.8claws74
3338
3339         * src/prefs_filtering.c
3340                 change English used in Alert when entry is not
3341                 saved.
3342                 
3343         * sync with 0.8.8cvs4
3344                 see ChangeLog 2003-01-10
3345
3346 2003-01-10 [darko]      0.8.8claws73
3347
3348         * src/pine.c
3349                 fix crash when importing address book entry
3350                 without a valid address
3351
3352 2003-01-09 [alfons]     0.8.8claws72
3353
3354         * src/inc.c
3355                 filtering performance: use new style folder update
3356
3357 2003-01-09 [christoph]  0.8.8claws71
3358
3359         * src/compose.c
3360         * src/gtk/menu.[ch]
3361                 fix wrong selecting of mime encoding type, when
3362                 opening property dialog of attachments in the
3363                 compose window. 7bit was always selected and that
3364                 destoryed files with 8bit data.
3365                 (closes bug #9 Sylpheed-claws destroys attachments when
3366                  changing MIME-types)
3367
3368 2003-01-09 [paul]       0.8.8claws70
3369
3370         * sync with 0.8.8cvs3
3371                 see ChangeLog 2003-01-09
3372
3373 2003-01-08 [alfons]     0.8.8claws69
3374         
3375         * src/addressadd.c
3376                 apply patch by Kim Schulz to fix build breakage
3377                 because of missing variable
3378
3379 2003-01-08 [paul]       0.8.8claws68
3380
3381         * sync with 0.8.8cvs2
3382                 see ChangeLog 2002-01-08
3383
3384 2003-01-08 [paul]       0.8.8claws67
3385
3386         * po/it.po
3387                 updated by Alessandro Maestri
3388                 
3389         * src/addressadd.c
3390                 when using 'Add sender to addressbook' allow
3391                 name to be edited and remarks to be entered
3392                 Patch submitted by Luke Plant
3393
3394 2003-01-08 [darko]      0.8.8claws66
3395
3396         * README.claws, src/summaryview.c
3397                 fix description for marked messages
3398
3399 2003-01-08 [paul]
3400
3401         * tools/Makefile.am
3402           tools/launch_phoenix  ** NEW FILE **
3403                 add script that enables using Phoenix as the default
3404                 web browser. 
3405                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3406                 
3407         * tools/OOo2sylpheed.pl
3408                 remove full path to sylpheed executable, just 'sylpheed'
3409                 will do
3410                 
3411         * tools/README
3412                 add launch_phoenix informtion and re-arrange and compress
3413                 the data a little
3414
3415 2003-01-07 [christoph]  0.8.8claws65
3416
3417         * src/folder.c
3418                 fix update for source folder when moving messages
3419         * src/procmsg.[ch]
3420         * src/summaryview.c
3421                 use function to set to_folder for message infos and
3422                 automatically update the op_count for old and new
3423                 folder
3424
3425 2003-01-07 [melvin]     0.8.8claws64
3426
3427         * src/prefs_actions.c
3428                 Fixed bug where an '%p' Action on a displayed image crashed 
3429                         Sylpheed
3430                 Code clean up (get rid of duplicated code and removed unnecessary 
3431                                 structure member)
3432
3433 2003-01-07 [christoph]  0.8.8claws63
3434
3435         * src/compose.c
3436         * src/folder.[ch]
3437         * src/folderview.c
3438         * src/import.c
3439         * src/inc.c
3440         * src/main.c
3441         * src/mainwindow.c
3442         * src/messageview.c
3443         * src/prefs_folder_item.c
3444         * src/procmsg.c
3445         * src/summaryview.c
3446         * src/toolbar.c
3447                 o remove all folder update triggering from the UI code. The folder
3448                   system should know much better when a folder needs an update.
3449                 o to prevent multiple updates in a row the folder updates can be
3450                   frozen for some time.
3451
3452                 Note: - Please verify that no updates are missing
3453                       - Check where freeze/thaws should be added
3454
3455 2003-01-07 [christoph]  0.8.8claws62
3456
3457         * src/prefs_actions.c
3458                 don't translate empty strings
3459
3460         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3461
3462 2003-01-06 [christoph]  0.8.8claws61
3463
3464         * src/prefs_actions.c
3465                 mark strings for gettext
3466         * src/prefs_matcher.c
3467                 use new description window for Execute action and
3468                 match condition in Filtering
3469
3470         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3471
3472 2003-01-06 [alfons]     0.8.8claws60
3473
3474         keep myself inspired to re-organize matcher part 8; 
3475         yes, more to come (I need to move out the descriptive
3476         text for actions to matcher.c, or at least make it not
3477         depend on the wicked ordering)
3478
3479         * src/prefs_matcher.c
3480                 add documentation so others may comprehend the
3481                 UI part of the conditions
3482                 
3483 2003-01-06 [christoph]  0.8.8claws59
3484
3485         * src/prefs_actions.c
3486                 use new description window for syntax help
3487         * src/gtk/description_window.c
3488                 fix display of descriptions with column count != 2
3489
3490         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3491
3492 2003-01-06 [christoph]  0.8.8claws58
3493
3494         * src/quote_fmt.c
3495         * src/summaryview.[ch]
3496         * src/gtk/Makefile.am
3497         * src/gtk/description_window.[ch]       ** NEW **
3498                 use a generic window to display syntax descriptions
3499                 currently used in quote_fmt and summaryview (new description
3500                 for extended quick search)
3501
3502         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3503
3504 2003-01-06 [paul]       0.8.8claws57
3505
3506         * sync with 0.8.8cvs1
3507                 see ChangeLog 2003-01-06
3508
3509 2003-01-06 [christoph]  0.8.8claws56
3510
3511         * src/mainwindow.c
3512         * src/prefs_gtk.[ch]
3513         * src/gtk/prefswindow.[ch]
3514         * src/plugins/spamassassin/spamassassin_gtk.c
3515                 o remove page management from prefswindow, pages
3516                   will be an argument to prefswindow_open
3517                 o prefswindow_open gets a datapointer that is
3518                   passed to the widget_create function to allow
3519                   creation of prefswindow for specific items
3520
3521 2003-01-06 [colin]      0.8.8claws55
3522         
3523         * src/summaryview.c
3524                 We don't want regexp in the reply-finder, 
3525                 because MIDs can contain !,$,. and so on
3526
3527 2003-01-06 [jens]       0.8.8claws54
3528
3529         * src/jpilot.c
3530                 fixed a wrong free in jpilot_read_db_files
3531
3532 2003-01-06 [alfons]     0.8.8claws53
3533
3534         re-organize matcher part 8; more to come
3535        
3536         * src/matcher.c
3537                 matcherprop_to_string(): put g_free()s before the
3538                 switch-case break to fix memleaks                
3539
3540 2003-01-06 [colin]      0.8.8claws52
3541
3542         * src/summaryview.c
3543                 cleanup & reply-finder now displays the first 
3544                 matching message
3545
3546 2003-01-05 [alfons]     0.8.8claws51
3547
3548         re-organize matcher part 7; more to come
3549
3550         * src/matcher.[ch]
3551                 fixes for constant correctness;
3552                 more documentation;
3553
3554 2003-01-05 [alfons]     0.8.8claws50
3555
3556         re-organize matcher part 6; more to come
3557         
3558         * src/matcher.[ch]
3559                 fixes for constant correctness;
3560                 more documentation;
3561         * src/filtering.c
3562                 fix for constant correctness
3563
3564 2003-01-05 [colin]      0.8.8claws49
3565
3566         * src/account.[ch]
3567                 Add account_get_reply_account function
3568         * src/compose.c
3569                 Use account_get_reply_account function 
3570         * src/summaryview.c
3571                 Basic reply-finder - click on the replied
3572                 icon gets you to the outbox using quick-search
3573
3574 2003-01-05 [paul]       0.8.8claws48
3575
3576         * src/prefs_common.c
3577                 small change to English
3578                 
3579         * src/prefs_filtering.c
3580                 prefs_filtering_action_select(): improve logic and uniformity
3581                 of gui
3582
3583 2003-01-05 [alfons]     0.8.8claws47
3584
3585         fine tune solution to focus problems (bug #7)
3586
3587         * src/mainwindow.c
3588                 mainwindow_focus_in_event(): remove grab event check
3589         * src/summaryview.c
3590                 summary_button_pressed(): move selection on right-click
3591                 too. we can't possibly move the selection back after
3592                 canceling a dialog, because gtk's incomplete focus 
3593                 management. whether this is a good solution, only time
3594                 will tell.
3595
3596 2003-01-05 [christoph]  0.8.8claws46
3597
3598         * src/imap.c
3599                 fix crash when no imap connection could be established
3600
3601 2003-01-05 [paul]       0.8.8claws45
3602
3603         * src/mainwindow.c
3604           src/sumamryview.c
3605           src/gtk/menu.[ch]
3606                 fix bug 605957 'shortcuts in popup-menu'
3607                 make user-defined shortcuts work
3608                 show shortcuts that are already defined
3609                 in the main menu
3610                 Patch submitted by Luke Plant
3611
3612 2003-01-05 [alfons]     0.8.8claws44
3613
3614         * src/mainwindow.c
3615                 focus_in_event handler should not select summary view row 
3616                 when another window (menu, dialog) grabbed for events 
3617                 (bug #7, "[0.8.8claws42] Message summary focus") 
3618
3619 2003-01-04 [christoph]  0.8.8claws43
3620
3621         * src/procmsg.c
3622                 update save folder after adding the sent message
3623                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3624
3625 2003-01-02 [christoph]  0.8.8claws42
3626
3627         * src/common/plugin.c
3628                 fix unloading of all plugins and unload
3629                 plugins in reverse order
3630                 
3631         * src/gtk/pluginwindow.c
3632                 implement function of load and unload button
3633
3634         * src/gtk/prefswindow.c
3635         * src/gtk/prefswindow.h
3636                 rename register function and add new unregister
3637                 function
3638
3639         * src/plugins/spamassassin/spamassassin_gtk.c
3640                 unregister prefs page and update for changes in
3641                 src/gtk/prefswindow.c
3642
3643 2003-01-02 [paul]       0.8.8claws41
3644
3645         * po/es.po
3646                 updated by Ricardo Mones Lastra
3647
3648 2003-01-02 [paul]
3649
3650         * tools/tb2sylpheed
3651                 fixes and improvements by Urke MMI
3652
3653 2003-01-02 [thorsten]   0.8.8claws40
3654
3655         * src/procmsg.c
3656                 fixed wrong return value
3657
3658 2003-01-02 [thorsten]   0.8.8claws39
3659
3660         * src/prefs.c
3661                 fixed printing wrong variable
3662
3663 2003-01-02 [thorsten]   0.8.8claws38
3664
3665         * src/prefs.c
3666                 fixed acessing members of freed pfile struct
3667
3668 2003-01-02 [thorsten]   0.8.8claws37
3669
3670         * src/procmsg.c
3671                 detect loops across several messages
3672                 as suggested by Christoph Hohmann
3673
3674 2003-01-01 [match]      0.8.8claws36
3675
3676         * src/addrindex.c
3677                 fixed another memory leak.
3678
3679 2003-01-01 [match]      0.8.8claws35
3680
3681         * src/jpilot.[ch]
3682                 fixed memory leaks. applied Doxygen comments.
3683
3684 2003-01-01 [thorsten]   0.8.8claws34
3685
3686         * src/procmsg.c
3687                 inhibit endless loop if msg references itself
3688                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3689
3690 2003-01-01 [christoph]  0.8.8claws33
3691
3692         * src/mainwindow.c
3693         * src/gtk/Makefile.am
3694         * src/gtk/pluginwindow.c                ** NEW **
3695         * src/gtk/pluginwindow.h                ** NEW **
3696                 add plugin window
3697
3698         * src/plugins/demo/demo.c
3699         * src/plugins/spamassassin/spamassassin.c
3700         * src/plugins/spamassassin/spamassassin_gtk.c
3701                 write better plugin descriptions
3702
3703 2002-12-31 [christoph]  0.8.8claws32
3704
3705         * src/gtk/prefswindow.c
3706         * src/plugins/spamassassin/spamassassin_gtk.c
3707                 some small improvements to GTK code
3708
3709 2002-12-31 [christoph]  0.8.8claws31
3710
3711         * src/plugins/spamassassin/spamassassin_gtk.c
3712                 enable folder select button
3713
3714 2002-12-31 [christoph]  0.8.8claws30
3715
3716         * src/mainwindow.c
3717         * src/gtk/Makefile.am
3718         * src/gtk/prefswindow.c                         ** NEW **
3719         * src/gtk/prefswindow.h                         ** NEW **
3720                 add new prefs window
3721
3722         * src/common/plugin.c
3723                 don't try to load empty config lines
3724         
3725         * src/plugins/spamassassin/Makefile.am
3726         * src/plugins/spamassassin/spamassassin.c
3727         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3728         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3729                 GTK config for SpamAssassin Plugin using
3730                 the new prefs window
3731
3732 2002-12-31 [paul]       0.8.8claws29
3733
3734         * po/POTFILES.in
3735                 remove obsolete entry 'src/menu.c'
3736
3737 2002-12-31 [alfons]     0.8.8claws28
3738
3739         * src/matcher.[ch]
3740         * src/matcher_parser_parse.y
3741         * src/prefs_matcher.c
3742                 add "ignore_thread" and "~ignore_thread" condition so it's
3743                 possible to make the actions / scoring operate on the ignore
3744                 thread flag
3745
3746 2002-12-31 [christoph]  0.8.8claws27
3747
3748         * src/addrbook.c
3749         * src/addrindex.c
3750         * src/folder.c
3751         * src/matcher.c
3752         * src/prefs_account.c
3753         * src/prefs_actions.c
3754         * src/prefs_customheader.c
3755         * src/prefs_display_header.c
3756         * src/prefs_gtk.c
3757         * src/procmime.c
3758         * src/toolbar.c
3759         * src/xmlprops.c
3760         * src/common/prefs.[ch]
3761                 extend prefs file handling for reading and automatic handling
3762                 of blocks. When reading prefs_set_block_label will automatically
3763                 move on to the block. When writing it will copy all other blocks
3764                 automatically
3765
3766         * src/common/plugin.c
3767                 Now loading plugin filenames from [Plugins] block in
3768                 sylpheed rc file
3769
3770 2002-12-30 [christoph]  0.8.8claws26
3771
3772         * src/common/hooks.[ch]
3773                 return abort status to caller of hooks_invoke
3774                 
3775         * src/inc.[ch]
3776                 invoke message filtering hook and stop
3777                 default handling when filter returns abort
3778
3779         * src/common/plugin.[ch]
3780         * src/plugins/demo/demo.c
3781                 modify plugin loader, because resolving symbols for strings
3782                 does not work correctly
3783         
3784         * configure.in
3785         * ac/spamassassin.m4                            ** NEW **
3786         * src/plugins/spamassassin/.cvsignore           ** NEW **
3787         * src/plugins/spamassassin/Makefile.am          ** NEW **
3788         * src/plugins/spamassassin/README               ** NEW **
3789         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3790         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3791         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3792                 add spamassassin plugin, see src/plugins/spamassassin/README
3793                 for details
3794
3795 2002-12-29 [alfons]     0.8.8claws25
3796
3797         * src/mainwindow.c
3798                 when moving focus from a message view to the main 
3799                 window, don't forget to select the summary node
3800                 of the displayed message. should fix "[ 659103 ] 
3801                 focus-follows-mouse confuses sylpheed"
3802
3803 2002-12-29 [christoph]  0.8.8claws24
3804
3805         * src/Makefile.am
3806         * src/stringtable.[ch]          ** REMOVE **
3807         * src/common/Makefile.am
3808         * src/common/stringtable.[ch]   ** NEW **
3809                 move stringtable files to common directory
3810
3811 2002-12-29 [christoph]  0.8.8claws23
3812
3813         * src/Makefile.am
3814         * src/menu.[ch]                 ** REMOVE **
3815         * src/gtk/Makefile.am
3816         * src/gtk/menu.[ch]             ** NEW **
3817                 move menu files to gtk directory
3818
3819 2002-12-29 [match]      0.8.8claws22
3820
3821         * src/addressbook.c
3822         * src/syldap.c
3823                 moved UI specific code out of LDAP code into addressbook
3824                 UI code. fixed memory leak.
3825
3826 2002-12-29 [christoph]  0.8.8claws21
3827
3828         * src/folder.c
3829                 only check for IGNORED parent message when message is
3830                 not IGNORED itself
3831
3832 2002-12-29 [alfons]     0.8.8claws20
3833
3834         * src/summaryview.c
3835                 set gtksctree's anchor correct (immediate execute
3836                 changes the tree's layout, and anchor points at 
3837                 the incorrect row). fixes "[ 657233 ] multiple msg 
3838                 delete sometimes off by 1".
3839                 we probably have to look for more tree layout /
3840                 anchor glitches.
3841
3842 2002-12-29 [paul]       0.8.8claws19
3843
3844         * src/summaryview.c
3845                 fix bug [ 659054 ] incorrect sorting of 'From' column
3846                 when using 'display sender using address book'
3847                 thanks to Alfons and Luke Plant
3848
3849 2002-12-29 [christoph]  0.8.8claws18
3850
3851         * src/folder.c
3852         * src/procmsg.[ch]
3853                 check parent messages for IGNORE THREAD flag, when adding,
3854                 moving or copying messages to a folder
3855
3856 2002-12-27 [alfons]     0.8.8claws17
3857
3858         re-organize matcher part 5; more to come
3859
3860         * src/matcher.c
3861                 hash keywords in matchparser_tab 
3862
3863 2002-12-27 [alfons]     0.8.8claws16
3864
3865         re-organize matcher part 4; more to come
3866
3867         * src/matcher_parser.h
3868         * src/matcher_parser_lex.l
3869         * src/matcher_parser_parse.y
3870                 cleanup
3871
3872 2002-12-27 [alfons]     0.8.8claws15
3873
3874         re-organize matcher part 3; more to come
3875
3876         * src/matcher.[ch]
3877                 cleanup
3878
3879 2002-12-27 [alfons]     0.8.8claws14
3880
3881         re-organize matcher part 2; more to come but this should
3882         work. cc me if there are any regressions.
3883
3884         * src/matcher.h
3885                 add prototype for get_matchparser_tab_id()
3886         * src/matcher_parser_lex.l
3887                 look up keywords using matchparser_tab_id();
3888
3889 2002-12-27 [alfons]     0.8.8claws12
3890
3891         re-organize matcher part 1
3892
3893         * src/matcher.h
3894                 map yacc generated constants to sylpheed matcher constants
3895         * src/matcher.c
3896                 add function to find a matcher constant from a string
3897
3898 2002-12-27 [christoph]  0.8.8claws11
3899
3900         * src/compose.c
3901                 MENUITEM_ADD casts the 4th argument from integer to pointer
3902                 so it probably should not be a pointer, this means we
3903                 should use account id for it and not the account's pointer
3904
3905 2002-12-27 [paul]       0.8.8claws10
3906
3907         * src/mainwindow.c
3908                 remove unneeded 'GtkWidget *vbox'
3909                 
3910         * src/summaryview.c
3911                 further sync with 0.8.8 - make sort
3912                 by recipient work as expected
3913                 
3914         * NEWS
3915                 sync with 0.8.8
3916
3917 2002-12-27 [paul]       0.8.8claws9
3918
3919         * po/pt_BR.po
3920                 updated by Ivan F. Martinez
3921                 
3922 2002-12-27 [darko]      0.8.8claws8
3923
3924         * src/common/utils.c
3925                 added locked pattern to extended search
3926
3927 2002-12-27 [alfons]     0.8.8claws7
3928
3929         * src/prefs_matcher.[ch]
3930                 clean up
3931
3932 2002-12-26 [alfons]     0.8.8claws6
3933
3934         * src/matcher.[ch]
3935         * src/matcher_parser_lex.l
3936         * src/matcher_parser_parse.y
3937         * src/prefs_matcher.c
3938                 allow color label as a condition in the matcher
3939
3940 2002-12-26 [oliver]     0.8.8claws5
3941         
3942         * src/toolbar.c 
3943                 enable Addressbook for Main and Messageview
3944         * src/prefs_actions.c
3945                 enable actions in Messageview
3946
3947 2002-12-26 [christoph]  0.8.8claws4
3948
3949         * src/common/plugin.c
3950                 add a little debug output
3951         * configure.in
3952         * src/plugins/demo/Makefile.am
3953                 better use of automake
3954
3955 2002-12-26 [christoph]  0.8.8claws3
3956
3957         * src/Makefile.am
3958         * src/common/Makefile.am
3959                 fix "make distdir"
3960
3961 2002-12-26 [christoph]  0.8.8claws2
3962
3963         * configure.in
3964                 sort configure checks into common / gtk / plugins
3965         * po/POTFILES.in
3966                 add src/prefs_gtk.c
3967         * src/Makefile.am
3968                 add plugins SUBDIR
3969         * src/main.c
3970         * src/common/sylpheed.[ch]
3971                 added now sylpheed_done function for shutdown
3972         * src/common/Makefile.am
3973         * src/common/plugin.[ch]                ** NEW **
3974                 plugin loader and unloader
3975         * src/plugins/.cvsignore                ** NEW **
3976         * src/plugins/Makefile.am               ** NEW **
3977                 build plugins
3978         * src/plugins/demo/.cvsignore           ** NEW **
3979         * src/plugins/demo/Makefile.am          ** NEW **
3980         * src/plugins/demo/demo.c               ** NEW **
3981                 small demo plugin that installs a logtext hook and
3982                 outputs the log text to stdout
3983
3984 2002-12-26 [paul]       0.8.8claws1
3985
3986         * po/es.po
3987                 updated by Ricardo Mones Lastra
3988
3989 2002-12-26 [paul]       0.8.8claws
3990
3991         * 0.8.8claws released
3992
3993 2002-12-26 [paul]       0.8.7claws12
3994
3995         * po/bg.po
3996                 updated by George Danchev
3997
3998 2002-12-26 [paul]       0.8.7claws11
3999
4000         * po/POTFILES.in
4001                 remove unneeded 'src/prefs.c' entry 
4002
4003 2002-12-26 [paul]       0.8.7claws10
4004
4005         * src/codeconv.c
4006           src/mainwindow.c
4007                 sync with 0.8.8 release
4008         
4009         * src/folder.[ch]
4010           src/mh.c
4011           src/summaryview.c
4012                 partial sync with 0.8.8 release
4013         
4014
4015 2002-12-25 [alfons]     0.8.7claws9
4016
4017         * src/matcher.[ch]
4018         * src/matcher_parser_lex.l
4019         * src/matcher_parser_parse.y
4020         * src/prefs_matcher.c
4021                 add locked flag to possible filtering / matcher 
4022                 conditions (also a good example what should be
4023                 done to add a simple boolean condition)
4024
4025 2002-12-25 [christoph]  0.8.7claws8
4026
4027         * src/Makefile.am
4028         * src/account.[ch]
4029         * src/addrbook.c
4030         * src/addressbook.c
4031         * src/addrindex.c
4032         * src/filtering.c
4033         * src/folder.c
4034         * src/matcher.c
4035         * src/prefs.[ch]                ** REMOVE **
4036         * src/prefs_account.c
4037         * src/prefs_actions.c
4038         * src/prefs_common.c
4039         * src/prefs_customheader.c
4040         * src/prefs_display_header.c
4041         * src/prefs_filtering.c
4042         * src/prefs_folder_item.c
4043         * src/prefs_gtk.[ch]            ** NEW **
4044         * src/prefs_matcher.c
4045         * src/prefs_scoring.c
4046         * src/prefs_summary_column.c
4047         * src/procmime.c
4048         * src/selective_download.c
4049         * src/toolbar.c
4050         * src/common/Makefile.am
4051         * src/common/prefs.[ch]         ** NEW **
4052                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4053
4054 2002-12-24 [alfons]     0.8.7claws7
4055
4056         * src/summaryview.c
4057                 summary_thread_build(): fix real cause of the crash mentioned in
4058                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4059                 this way we get meaningful ctree nodes 
4060
4061 2002-12-24 [oliver]     0.8.7claws6
4062
4063         * src/mainwindow.[ch]
4064         * src/messageview.[ch]
4065         * src/compose.[ch]
4066         * src/inc.c
4067         * src/summaryview.c
4068                 changes to use updated toolbar handling
4069                 
4070 2002-12-24 [oliver]     0.8.7claws5
4071
4072         * src/toolbar.[ch]
4073                 generic toolbar handling
4074                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4075         * src/prefs_toolbar.[ch]
4076                 adjust to handling
4077         
4078 2002-12-24 [oliver]     0.8.7claws4
4079         
4080         * src/stock_pixmap.[ch]
4081                 move SYLPHEED_LOGO to end of list in order 
4082                 to remove it from Custom Toolbar`s Icon View
4083
4084 2002-12-24 [alfons]     0.8.7claws3
4085
4086         * src/summaryview.c
4087                 summary_thread_build(): fix crash because of focus != selection 
4088                 after threading. when deleting the selection, gtk tries but fails 
4089                 to find the correct focusable element. we now force the selection
4090                 to be focused. this should solve the infamous bug reported by 
4091                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4092                 a test case is available. 
4093
4094 2002-12-24 [darko]      0.8.7claws2
4095
4096         * src/summaryview.c
4097                 don't crash when unmarking message with unread children
4098
4099 2002-12-23 [christoph]  0.8.7claws1
4100
4101         * src/Makefile.am
4102         * src/common/Makefile.am
4103                 update Makefiles for moved intl.h, version.h and defs.h
4104         * src/imap.c
4105                 rewrite imap_session_get to avoid duplicate code
4106
4107 2002-12-23 [paul]       0.8.7claws
4108
4109         * Santa-Claws released
4110         
4111         * po/hu.po
4112           po/ru.po
4113                 squeeze in updated Hungarian and Russian translations.
4114                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4115
4116 2002-12-23 [paul]       0.8.6claws129
4117
4118         * po/pl.po
4119                 updated by Witold Wladyslaw Wojciech Wilk
4120
4121 2002-12-23 [paul]       0.8.6claws128
4122
4123         * src/quote_fmt_parse.y
4124                 fix typo and add licence header
4125
4126 2002-12-23 [paul]       0.8.6claws127
4127
4128         * po/en_GB.po
4129                 updated
4130
4131 2002-12-23 [paul]       0.8.6claws126
4132
4133         * po/it.po
4134                 updated translation, submitted by Alessandro Maestri
4135                 
4136 2002-12-23 [paul]       0.8.6claws125
4137
4138         * src/quote_fmt_parse.y
4139                 fix signature-stripping on replies bug. match
4140                 '-- \n' and not '-- '.
4141
4142 2002-12-22 [paul]       0.8.6claws124
4143
4144         * po/bg.po
4145           po/es.po
4146           po/sr.po
4147                 updated translations. submitted by George Danchev,
4148                 Ricardo Mones Lastra, and Urke MMI respectively
4149
4150 2002-12-21 [paul]       0.8.6claws123
4151
4152         * src/addrbook.c
4153                 fix coding style
4154
4155 2002-12-21 [paul]       0.8.6claws122
4156
4157         * src/addrbook.c
4158                 fix bug [643638] where if a person is in one or more
4159                 addressbook groups editing that person's email 
4160                 address results in removal from those groups.
4161                 Patch submitted by Luke Plant.
4162
4163 2002-12-20 [christoph]  0.8.6claws121
4164
4165         * src/common/utils.c
4166         * src/summaryview.c
4167                 reimplement expand_search_string using GString to
4168                 prevent crashs caused by miscalculated string
4169                 lengths reported by Paul
4170
4171 2002-12-20 [christoph]  0.8.6claws120
4172
4173         * src/summaryview.c
4174                 don't use "changed" to check if op_count has to be changed as it
4175                 is also set when the message has unread children
4176                 (closes bug [ 653221 ] crash while deleting duplicates)
4177
4178 2002-12-20 [paul]       0.8.6claws119
4179
4180         * sync with 0.8.6cvs27
4181                 see ChangeLog 2002-12-20
4182
4183 2002-12-20 [paul]       0.8.6claws118
4184
4185         * sync with 0.8.6cvs26
4186                 see ChangeLog 2002-12-19 and 2002-12-20
4187
4188 2002-12-19 [alfons]     0.8.6claws117
4189
4190         * src/textview.c
4191                 fix incorrect parsing of email addresses, submitted by 
4192                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4193                 name display if it contains @".
4194
4195 2002-12-18 [paul]       0.8.6claws116
4196
4197         * sync with 0.8.6cvs23
4198                 see ChangeLog 2002-12-18
4199
4200 2002-12-18 [paul]       0.8.6claws115
4201
4202         * src/Makefile.am
4203         * src/account.c
4204         * src/codeconv.c
4205         * src/gtkutils.[ch]
4206         * src/imap.c
4207                 sync with 0.8.6cvs22.
4208                 see ChangeLog 2002-12-17 and 2002-12-18
4209
4210 2002-12-17 [christoph]  0.8.6claws114
4211
4212         * src/imap.c
4213                 o don't create a session if imap greeting fails
4214                 o don't close socket when authentication fails
4215                   this is done by imap_session_destroy
4216
4217 2002-12-17 [thorsten]   0.8.6claws113
4218
4219         * tools/Makefile.am
4220           tools/README
4221           tools/google_msgid.pl ** NEW FILE **
4222                 Added "search for message-id" script and doc
4223
4224 2002-12-17 [thorsten]   0.8.6claws112
4225
4226         * po/hu.po
4227                 Updated hungarian translation
4228                 (updated by Gal Zoltan)
4229
4230 2002-12-16 [christoph]  0.8.6claws111
4231
4232         * src/addr_compl.c
4233                 remove stupid addressbook dump to debug output
4234         * src/mh.c
4235                 fix memory leak found by Hiro
4236
4237 2002-12-14 [paul]       0.8.6claws110
4238
4239         * src/compose.c
4240                 fix menubar sensitivity on send
4241                 
4242         * src/prefs_filtering.c
4243         * src/prefs_matcher.c
4244         * src/prefs_scoring.c
4245                 Fix english ;)
4246                 
4247         * src/common/quoted-printable.h
4248                 sync: fix typo
4249         
4250 2002-12-13 [christoph]  0.8.6claws109
4251
4252         * src/Makefile.am
4253         * src/manage_window.[ch]        ** REMOVE **
4254         * src/gtk/Makefile.am
4255         * src/gtk/manage_window.[ch]    ** NEW **
4256                 move manage_window files to gtk directory
4257
4258 2002-12-13 [christoph]  0.8.6claws108
4259
4260         * src/Makefile.am
4261         * src/gtkshruler.[ch]           ** REMOVE **
4262         * src/gtk/Makefile.am
4263         * src/gtk/gtkshruler.[ch]       ** NEW **
4264                 move gtkshruler files to gtk directory
4265
4266 2002-12-13 [christoph]  0.8.6claws107
4267
4268         * src/Makefile.am
4269         * src/compose.c
4270         * src/gtkstext.[ch]             ** REMOVE **
4271         * src/gtkutils.[ch]
4272         * src/textview.c
4273         * src/gtk/gtkstext.[ch]         ** NEW **
4274         * src/gtk/Makefile.am
4275                 o move stext functions to gtkstext.c to remove
4276                   dependency of gtkutils
4277                 o move gtkstext files to gtk directory
4278
4279         * src/gtk/Makefile.am
4280         * src/gtk/sslcertwindow.[ch]
4281                 UI stuff can always depend on common code so
4282                 it's ok to add ../common to include path
4283
4284 2002-12-13 [colin]      0.8.6claws106
4285
4286         * src/summaryview.c
4287                 Disconnect sighandlers for mainwindow when
4288                 quicksearch has the focus
4289                 Fix bug #653231
4290         * src/mainwindow.[ch]
4291                 Make key_pressed callback public, to be able
4292                 to disconnect it
4293
4294 2002-12-13 [christoph]  0.8.6claws105
4295
4296         * src/mh.c
4297                 create .mh_sequences file in new MH folders
4298                 (closes feature request [ 523162 ] MH folders should
4299                  get a .mh_sequences)
4300
4301 2002-12-13 [colin]      0.8.6claws104
4302
4303         * src/summaryview.c
4304                 Better handling of quicksearch show/hide
4305                 (basically the button stays under the mouse 
4306                  when toggled)
4307
4308 2002-12-13 [paul]       0.8.6claws103
4309
4310         * sync with 0.8.6cvs17
4311                 see ChangeLog 2002-12-13
4312
4313 2002-12-13 [paul]       0.8.6claws102
4314
4315         * po/es.po
4316                 updated by Ricardo Mones Lastra
4317
4318 2002-12-11 [colin]       0.8.6claws101
4319
4320         * src/folder.c
4321                 remove statusbar stuff
4322           src/folderview.c
4323                 set statusbar verbosity when moving folders
4324
4325 2002-12-11 [colin]       0.8.6claws100
4326         * src/prefs_filtering.c
4327         * src/prefs_matcher.c
4328         * src/prefs_scoring.c
4329                 Fix english ;)
4330
4331 2002-12-11 [colin]       0.8.6claws99
4332
4333         * src/prefs_common.[ch]
4334                 Add summary_quicksearch_type
4335         * src/summaryview.c
4336                 Save last used quicksearch type
4337
4338 2002-12-11 [jens]       0.8.6claws98
4339         * src/prefs_filtering.c
4340         * src/prefs_matcher.c
4341         * src/prefs_scoring.c
4342                 added dialog for incomplete rules in scoring, filtering and
4343                 matcher to ask wheather really close
4344
4345 2002-12-11 [colin]      0.8.6claws97
4346
4347         * src/folder.c
4348                 Fix folder dnd statusbar logging
4349
4350 2002-12-10 [christoph]  0.8.6claws96
4351
4352         * src/compose.c
4353         * src/folder.c
4354         * src/imap.c
4355         * src/inc.c
4356         * src/main.c
4357         * src/mainwindow.c
4358         * src/news.c
4359         * src/send.c
4360         * src/statusbar.[ch]
4361         * src/common/hooks.c
4362         * src/common/log.[ch]
4363                 o handle verbose logging in statusbar directly in statusbar code
4364                   and common code does not need any knowledge about a statusbar
4365                 o remove direct calls to statusbar_(puts|pop)_all functions
4366
4367 2002-12-10 [jens]       0.8.6claws95
4368
4369         * src/*.c
4370                 removed gettext from g_warnings
4371         * po/POTFILES.in
4372                 cleaned and updated
4373         * po/de.po
4374                 updated
4375
4376 2002-12-10 [colin]      0.8.6claws94
4377
4378         * src/main.c
4379                 finish crash dialog fix
4380
4381 2002-12-10 [colin]      0.8.6claws93
4382
4383         * src/main.c
4384                 "Fix" "sylpheed already running" instead of
4385                 crash dialog appearing after a crash
4386
4387 2002-12-10 [colin]      0.8.6claws92
4388
4389         * po/POTFILES.in
4390                 add src/gtk/sslcertwindow.c
4391
4392 2002-12-10 [paul]       0.8.6claws91
4393
4394         * po/POTFILES.in
4395                 updated to reflect recent changes
4396                 submitted by Alessandro Maestri
4397
4398 2002-12-09 [christoph]  0.8.6claws90
4399
4400         * src/Makefile.am
4401         * src/smtp.[ch]                 ** REMOVE **
4402         * src/common/Makefile.am
4403         * src/common/smtp.[ch]          ** NEW **
4404                 move smtp files to common directory
4405
4406 2002-12-09 [christoph]  0.8.6claws89
4407
4408         * src/Makefile.am
4409         * src/session.[ch]              ** REMOVE **
4410         * src/common/Makefile.am
4411         * src/common/session.[ch]       ** NEW **
4412                 move session files to common directory
4413
4414 2002-12-09 [paul]       0.8.6claws88
4415
4416         * src/account.c
4417                 fix bug [649746] edit accounts: move account reverted
4418                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4419
4420 2002-12-09 [colin]      0.8.6claws87
4421
4422         * src/ssl_certificate.c
4423                 cleanup
4424
4425 2002-12-09 [colin]      0.8.6claws86
4426
4427         * src/ssl.c
4428                 Try to open the cert.pem database and 
4429                 issue a warning if it isn't there
4430
4431 2002-12-09 [colin]      0.8.6claws85
4432
4433         * src/common/ssl_certificate.c
4434         * src/gtk/sslcertwindow.c
4435                 Warning fixes
4436
4437 2002-12-09 [colin]      0.8.6claws84
4438
4439         * src/ssl_certificate.[ch] ** REMOVED **
4440         * src/common/ssl_certificate.[ch] ** NEW **
4441         * src/Makefile.am
4442         * src/common/Makefile.am
4443                 Moved ssl_certificate.[ch] to common
4444         * src/common/ssl.c 
4445                 Put back needed include
4446         * src/gtk/sslcertwindow.[ch]
4447                 Changed ssl_certificate.h include
4448         
4449 2002-12-09 [colin]      0.8.6claws83
4450
4451         * src/gtk/sslcertwindow.[ch]
4452                 Implement hook for certificate acception
4453         * src/ssl_certificate.[ch]
4454                 Implement hook for certificate acception
4455         * src/common/ssl.c
4456                 Reenable certificate acception check
4457         * src/mainwindow.c
4458                 Register sslcertwindow's hook
4459         
4460 2002-12-08 [christoph]  0.8.6claws82
4461
4462         * src/about.c
4463         * src/addr_compl.c
4464         * src/codeconv.c
4465         * src/manual.c
4466         * src/undo.c
4467         * src/common/utils.c
4468                 o add missing includes
4469                 o fix warnings
4470         * src/.cvsignore
4471         * src/common/.cvsignore
4472         * src/common/version.h          ** REMOVE **
4473                 remove autogenerated file
4474
4475 2002-12-08 [paul]       0.8.6claws81
4476
4477         * src/stringtable.c
4478                 put back needed include
4479
4480 2002-12-08 [colin]      0.8.6claws80
4481         
4482         * src/gtk/sslcertwindow.c
4483                 Cleaner popups when asking
4484         * src/ssl_certificate.c
4485         * src/prefs_common.[ch]
4486                 remove ssl certificate pref
4487                 put back needed include
4488         * src/undo.c
4489                 put back needed include
4490
4491 2002-12-08 [christoph]  0.8.6claws79
4492
4493         * src/folderview.c
4494         * src/logwindow.c
4495         * src/statusbar.c
4496         * src/summaryview.c
4497                 only abort hook invokation if required data is missing not
4498                 if our own data pointer is NULL, update hookfunction for
4499                 log window
4500
4501 2002-12-08 [paul]       0.8.6claws78
4502
4503         * src/about.c
4504         * src/addrcache.c
4505         * src/addrclip.c
4506         * src/addr_compl.c
4507         * src/addrselect.c
4508         * src/codeconv.c
4509         * src/colorlabel.c
4510         * src/enriched.c
4511         * src/esmtp.c
4512         * src/exporthtml.c
4513         * src/headerview.c
4514         * src/imageview.c
4515         * src/manual.c
4516         * src/noticeview.c
4517         * src/pgptext.c
4518         * src/scoring.c
4519         * src/sourcewindow.c
4520         * src/stringtable.c
4521         * src/undo.c
4522                 clean up: remove unneccesary includes
4523
4524 2002-12-08 [christoph]  0.8.6claws77
4525
4526         * src/folderview.c
4527         * src/statusbar.c
4528         * src/summaryview.c
4529         * src/common/hooks.[ch]
4530                 hook functions now have a gboolean return value, if a hook
4531                 returns TRUE it will stop executing of any more hooks in
4532                 the same hooklist for this invokation
4533
4534 2002-12-08 [colin]      0.8.6claws76
4535         
4536         * src/main.c
4537                 put back argv0 for CRASH_DIALOG
4538
4539 2002-12-08 [christoph]  0.8.6claws75
4540
4541         * src/Makefile.am
4542         * src/about.c
4543         * src/account.c
4544         * src/crash.c
4545         * src/esmtp.h
4546         * src/imap.[ch]
4547         * src/inc.c
4548         * src/main.c
4549         * src/mainwindow.c
4550         * src/news.c
4551         * src/pop.[ch]
4552         * src/prefs_account.[ch]
4553         * src/prefs_common.[ch]
4554         * src/send.[ch]
4555         * src/smtp.[ch]
4556         * src/ssl_certificate.[ch]
4557         * src/ssl_manager.[ch]
4558         * src/common/Makefile.am
4559         * src/common/log.c
4560         * src/common/nntp.[ch]
4561         * src/common/socket.[ch]
4562         * src/common/ssl.[ch]
4563         * src/gtk/sslcertwindow.[ch]
4564         * ac/openssl.m4
4565                 use new autoconf script to detect OpenSSL with extra parameters
4566                 to specify the location of libs and includes, also remove USE_SSL
4567                 to USE_OPENSSL
4568
4569         * src/common/sylpheed.[ch]
4570         * src/common/version.h.in
4571                 start seperation of common code initialization seperated from gui
4572
4573         * src/summaryview.c
4574                 The function that is called when a color label changes
4575                 should not change the color lable again
4576
4577 2002-12-08 [colin]      0.8.6claws74
4578
4579         * src/gtk/sslcertwindow.c
4580                 warning fixes
4581
4582 2002-12-08 [colin]      0.8.6claws73
4583
4584         * src/statusbar.c
4585           src/common/log.h
4586                 Register a hook for statusbar_puts_all
4587         * src/common/log.c
4588                 invoke statusbar_puts_all's hook
4589         
4590 2002-12-08 [colin]      0.8.6claws72
4591
4592         * src/ssl_certificate.c
4593                 Put back a badly-removed include
4594
4595 2002-12-08 [colin]      0.8.6claws71
4596
4597         * src/gtk/sslcertwindow.[ch]    ** NEW **
4598                 new certificate presentation
4599         * src/gtk/Makefile.am
4600                 add new files
4601         * src/ssl_certificate.[ch]
4602                 gtk cleanup, made utility functions public
4603         * src/ssl_manager.c
4604                 use new cert presentation
4605
4606 2002-12-07 [christoph]  0.8.6claws70
4607
4608         * src/Makefile.am
4609         * src/nntp.[ch]                 ** REMOVE **
4610         * src/common/Makefile.am
4611         * src/common/nntp.[ch]          ** NEW **
4612                 move nntp files to common directory
4613
4614 2002-12-07 [christoph]  0.8.6claws69
4615
4616         * src/procmsg.[ch]
4617         * src/summaryview.c
4618                 implement msginfo update callback using sylpheed's new
4619                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4620
4621 2002-12-06 [christoph]  0.8.6claws68
4622
4623         * src/editgroup.c
4624                 This patch changes the 'Edit Group Details' dialog to
4625                 allow extended selections in either pane, so that
4626                 addresses can be added or removed from a group more
4627                 quickly and easily. (it actually is a net decrease in
4628                 file size, as some unnecessary functions have been
4629                 removed). 
4630                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4631
4632 2002-12-06 [christoph]  0.8.6claws67
4633
4634         * src/Makefile.am
4635         * src/template.[ch]             ** REMOVE **
4636         * src/common/Makefile.am
4637         * src/common/template.[ch]      ** NEW **
4638                 move template files to common directory
4639
4640         * src/nntp.c
4641                 add missing log.h include
4642
4643 2002-12-06 [melvin]     0.8.6claws66
4644
4645         * src/prefs_actions.c
4646                 Added the trailing ">" syntax to insert command's output
4647                 without replacing old text (in contrast to trailing "|").
4648
4649 2002-12-05 [colin]      0.8.6claws65
4650         
4651         * src/common/utils.c
4652                 Don't modify original search_string or it'll change
4653                 the next iterations in the for()
4654
4655 2002-12-05 [darko]      0.8.6claws64
4656
4657         * src/common/utils.c
4658                 proper check for filtering commands, found by Colin
4659
4660 2002-12-05 [darko]      0.8.6claws63
4661
4662         * src/common/utils.c
4663                 check proper string for NULL pointer, found by Colin
4664
4665 2002-12-05 [darko]      0.8.6claws62
4666
4667         * src/common/utils.[ch]
4668                 expand_search_string(): new function
4669                 converts Mutt-like patterns to Sylpheed's
4670                 filtering engine
4671         * src/summaryview.c
4672                 use expand_search_string() to allow Mutt-like
4673                 patterns in extended search
4674         * README.claws
4675                 document extended option in quick search
4676
4677 2002-12-05 [paul]       0.8.6claws61
4678
4679         * sync with 0.8.6cvs16
4680                 see ChangeLog 2002-12-05
4681                 
4682         * po/POTFILES.in
4683                 clean up
4684
4685 2002-12-04 [christoph]  0.8.6claws60
4686
4687         * src/imap.[ch]
4688                 put imap authentication code into a new function and
4689                 remove it from imap_session_new that will allow to
4690                 send other commands before authentication
4691
4692 2002-12-04 [christoph]  0.8.6claws59
4693
4694         * src/imap.[ch]
4695                 use already existing method to prevent unneeded IMAP
4696                 folder selects. Set imap_select parameters to NULL
4697                 in some functions if the values are not required.
4698
4699         * src/xml.h
4700                 remove no longer required include
4701
4702 2002-12-04 [paul]       0.8.6claws58
4703
4704         * po/es.po
4705                 updated by Ricardo Mones Lastra
4706                 
4707         * configure.in
4708           po/hu.po      ** NEW FILE **
4709                 initial Hungarian translation, submitted
4710                 by Gál Zoltán <galzoli@hu.inter.net>
4711
4712 2002-12-03 [christoph]  0.8.6claws57
4713
4714         * src/Makefile.am
4715         * src/gtksctree.[ch]            ** REMOVE **
4716         * src/gtk/Makefile.am
4717         * src/gtk/gtksctree.[ch]        ** NEW **
4718                 move gtksctree files to gtk directory
4719
4720 2002-12-03 [christoph]  0.8.6claws56
4721
4722         * src/Makefile.am
4723         * src/md5.[ch]                  ** REMOVE **
4724         * srm/common/Makefile.am
4725         * src/common/md5.[ch]           ** NEW **
4726                 move md5 files to common directory
4727
4728         * src/gtkstext.c
4729                 remove not required #include
4730
4731 2002-12-03 [sergey]     0.8.6claws55
4732
4733         * src/gtkutils.c
4734         * src/gtkutils.h
4735                 gtkut_window_popup(): new function.
4736         * src/mainwindow.c
4737                 main_window_popup(): use gtkut_window_popup() to raise
4738                 window without changing its position.
4739                 (see sylpheed-main ML message [sylpheed:17247])
4740
4741 2002-12-03 [sergey]     0.8.6claws54
4742
4743         * src/send.c
4744                 send_message_local(): removed first-dot escaping
4745                 (SMTP-only, not needed for sending through pipe)
4746
4747 2002-12-03 [paul]       0.8.6claws53
4748
4749         * po/POTFILES.in
4750                 update to reflect recent changes (thanks
4751                 to Ricardo Mones Lastra)
4752                 
4753         * tools/filter_conv.pl
4754                  fix problem with quoted strings. Patch submitted
4755                  by Luke Plant <lukeplant@softhome.net>
4756
4757 2002-12-03 [paul]       0.8.6claws52
4758
4759         * sync with 0.8.6cvs15
4760                 see ChangeLog 2002-12-03
4761
4762 2002-12-02 [christoph]  0.8.6claws51
4763
4764         * src/logwindow.[ch]
4765         * src/common/log.[ch]
4766                 implement logging using a hook function
4767
4768         * src/folderview.c
4769         * src/folder.[ch]
4770                 define hooklist name in header file to avoid
4771                 errors caused by wrong spelling of hooklist names
4772
4773         * src/toolbar.c
4774                 fix warnings
4775
4776 2002-12-02 [christoph]  0.8.6claws50
4777
4778         * src/common/Makefile.am
4779                 add src/common/hooks.[ch]
4780
4781         * src/common/hooks.[ch]
4782                 implement a simple hook system using glib's hook functions
4783
4784         * src/folder.[ch]
4785         * src/folderview.c
4786                 use new hook system for folder item updates
4787
4788 2002-12-02 [christoph]  0.8.6claws49
4789
4790         * doc-src/ui_seperation.txt     ** NEW **
4791                 information for ui seperation
4792
4793         * src/Makefile.am
4794                 remove files that were moved to common
4795                 include common directory by default for the header files
4796
4797         * src/inc.c
4798         * src/common/socket.c
4799         * src/automaton.[ch]
4800                 implement automaton using g_io_*-functions instead of
4801                 gdk_input_add to make it ui independent
4802
4803         * src/codeconv.c
4804         * src/compose.c
4805         * src/ldif.c
4806         * src/pgptext.c
4807         * src/procmime.c
4808         * src/rfc2015.c
4809         * src/smtp.c
4810         * src/unmime.c
4811                 remove common/ prefix because directory is now in
4812                 include path
4813
4814         * src/compose.c
4815         * src/folder.c
4816         * src/folderview.c
4817         * src/mainwindow.c
4818         * src/messageview.c
4819         * src/prefs_common.c
4820         * src/procmsg.c
4821         * src/rfc2015.c
4822                 fix warnings
4823
4824         * src/imap.c
4825         * src/inc.c
4826         * src/news.c
4827         * src/pop.c
4828         * src/send.c
4829         * src/smtp.c
4830         * src/ssl_certificate.c
4831                 add log.h header file for logging functions
4832
4833         * src/main.c
4834         * src/common/utils.c
4835         * src/summaryview.c
4836         * src/xml.c
4837                 o move debug_mode to common/utils.c
4838                 o add functions to set and get debug_mode
4839
4840         * src/defs.h                    ** REMOVE **
4841         * src/intl.h                    ** REMOVE **
4842         * src/socket.[ch]               ** REMOVE **
4843         * src/ssl.[ch]                  ** REMOVE **
4844         * src/utils.[ch]                ** REMOVE **
4845                 replaced by new files in src/common/
4846         
4847         * src/common/Makefile.am
4848                 add new files in src/common/
4849
4850         * src/common/defs.h             ** NEW **
4851         * src/common/intl.h             ** NEW **
4852         * src/common/log.[ch]           ** NEW **
4853         * src/common/socket.[ch]        ** NEW **
4854         * src/common/ssl.[ch]           ** NEW **
4855         * src/common/utils.[ch]         ** NEW **
4856                 replacement for files in src/
4857
4858 2002-12-02 [colin]      0.8.6claws48
4859
4860         * src/folderview.c
4861                 Scroll folderview if necessary during dnd
4862
4863 2002-12-02 [colin]      0.8.6claws47
4864
4865         * src/folder.[ch]
4866                 Add check to verify a move is within a single mailbox
4867         * src/folderview.c
4868                 Add specific error string for this check
4869
4870 2002-12-02 [colin]      0.8.6claws46
4871
4872         * src/folder.c
4873                 Add a test to folder moving, remove a statusbar_print
4874         * src/folderview.c
4875                 Add Move folder... context-menu item
4876                 Factorize folder moving code
4877                 Enable folder DND for mbox
4878
4879 2002-12-01 [christoph]  0.8.6claws45
4880
4881         * ac/aspell.m4
4882                 remove conf.aspelltest if the version check fails
4883
4884 2002-11-30 [christoph]  0.8.6claws44
4885
4886         * autogen.sh
4887                 run libtoolize --force in autogen to create missing
4888                 libtool scripts
4889
4890 2002-11-30 [christoph]  0.8.6claws43
4891
4892         * src/Makefile.am
4893         * src/pgptext.c
4894         * src/procmime.c
4895         * src/rfc2015.c
4896         * src/uuencode.[ch]             ** REMOVED **
4897         * src/common/Makefile.am
4898         * src/common/uuencode.[ch]      ** NEW **
4899                 move uuen/decoder to common directory
4900
4901 2002-11-30 [christoph]  0.8.6claws42
4902
4903         * src/Makefile.am
4904         * src/base64.[ch]               ** REMOVED **
4905         * src/codeconv.c
4906         * src/compose.c
4907         * src/ldif.c
4908         * src/pgptext.c
4909         * src/procmime.c
4910         * src/rfc2015.c
4911         * src/smtp.c
4912         * src/unmime.c
4913         * src/common/Makefile.am
4914         * src/common/base64.[ch]        ** NEW **
4915                 move base64 en/decoder to common directory
4916
4917 2002-11-30 [christoph]  0.8.6claws41
4918
4919         * src/common                    ** NEW **
4920                 new directory for UI independent code
4921         * src/gtk                       ** NEW **
4922                 new directory for GTK frontend
4923         * src/common/.cvsignore         ** NEW **
4924         * src/gtk/.cvsignore            ** NEW **
4925                 ignore build files
4926         * src/common/Makefile.am        ** NEW **
4927         * src/gtk/Makefile.am           ** NEW **
4928                 automake files to build new seperated stuff
4929         * src/Makefile.am
4930                 the binary will currently still be build with the
4931                 files in src, so we include the code from the
4932                 subdirs for now after building the libs there
4933
4934 2002-11-30 [paul]       0.8.6claws40
4935
4936         * src/compose.c
4937                 fix bug [642731] 'Wrong selected account with drafted mail'
4938
4939 2002-11-29 [oliver]     0.8.6claws39
4940         
4941         * src/messageview.c
4942                 o update summaryview when switching between different
4943                   messageviews          
4944         * src/toolbar.c  
4945                 o check if messageview holds already removed msg
4946                   from summaryview
4947                 
4948
4949 2002-11-29 [oliver]     0.8.6claws38
4950
4951         * src/toolbar.c 
4952                 remove not needed variables and includes
4953                 make messageview stay opened and move to next when msgs are deleted 
4954
4955 2002-11-29 [oliver]     0.8.6claws37
4956         
4957         * src/toolbar.c 
4958                 disable compose button (messageview toolbar) by default
4959                 deleted msgs are moved to trash
4960         
4961 2002-11-29 [melvin]     0.8.6claws36
4962
4963         * configure.in
4964                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4965                 and to detect signatures expirations (gpgme 0.3.6)
4966
4967         * src/main.c
4968                 Use non obsolescent function for Gpgme engine checking.
4969
4970         * src/rfc2015.c
4971                 Inform about expired signatures or signatures which key
4972                 has expired. Expiration date is displayed.
4973
4974         * src/sigstatus.c
4975                 Inform about expired signatures or signatures which key
4976                 has expired.
4977
4978 2002-11-28 [paul]       0.8.6claws35
4979
4980         * src/folderview.c
4981                 re-instate 'Check for new messages' in Newsgroup
4982                 folders right-click menu, after a suggestion from
4983                 Tim Mann <timmann@users.sourceforge.net>
4984
4985         * src/main.c
4986                 after a crash check only local folders for new
4987                 messages
4988
4989 2002-11-28 [paul]       0.8.6claws34
4990
4991         * configure.in
4992                 apply patch that fixes the checking of GTK with XIM 
4993                 support on different OSs, such as FreeBSD. Patch 
4994                 submitted by Topia <topia@users.sourceforge.net>
4995                 
4996 2002-11-28 [paul]       0.8.6claws33
4997
4998         * src/mainwindow.c
4999           src/prefs_common.c
5000           src/prefs_toolbar.c
5001                 more changes to the English
5002
5003 2002-11-28 [paul]       0.8.6claws32
5004
5005         * sync with 0.8.6cvs13
5006                 see ChangeLog 2002-11-28 (no sync needed
5007                 for src/compose.c)
5008
5009 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5010         
5011         * src/mainwindow.[ch]
5012                 add patch by Ivan F. Martinez introducing messageview Toolbar
5013                 some changes and committed by oliver    
5014
5015 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5016
5017         * src/messageview.[ch]
5018                 add patch by Ivan F. Martinez introducing messageview Toolbar
5019                 some changes and committed by oliver    
5020
5021 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5022
5023         * src/compose.[ch]
5024                 add patch by Ivan F. Martinez introducing messageview Toolbar
5025                 some changes and committed by oliver    
5026
5027 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5028         
5029         * src/toolbar.[ch]
5030                 add patch by Ivan F. Martinez introducing messageview Toolbar
5031                 some changes and committed by oliver
5032
5033 2002-11-28 [oliver]     0.8.6claws27
5034         
5035         * src/prefs_toolbar.[ch]
5036                 getting ready for messageview toolbar
5037                 free mem allocated by gettext
5038                 change prefs_toolbar to prefs_toolbar_open
5039  
5040 2002-11-28 [thorsten]   0.8.6claws26
5041
5042         * src/imageview.[ch]
5043                 cleaned up conflicting declarations of
5044                 imageview_show_image()
5045
5046 2002-11-28 [paul]       0.8.6claws25
5047
5048         * src/grouplistdialog.c
5049           src/prefs_common.c
5050           src/prefs_summary_column.c
5051                 a few more improvements to the English
5052
5053 2002-11-28 [colin]      0.8.6claws24
5054
5055         * man/sylpheed.1
5056                 A few updates to command-line parameters
5057
5058 2002-11-28 [colin]      0.8.6claws23
5059
5060         * src/prefs_filtering.c
5061                 Fix problems with prefs_filtering_delete_path:
5062                 a) if the first rule is removed, original pointers
5063                    weren't updated (leading to segfaults)
5064                 b) it was always global_processing updated in case
5065                    of removed path was parent of rule path
5066
5067 2002-11-27 [paul]       0.8.6claws22
5068
5069         * src/mainwindow.c
5070           src/prefs_account.c
5071           src/prefs_actions.c
5072           src/prefs_common.c
5073           src/prefs_customheader.c
5074           src/prefs_display_header.c
5075           src/prefs_filtering.c
5076           src/prefs_folder_item.c
5077           src/prefs_matcher.c
5078           src/prefs_scoring.c
5079           src/prefs_summary_column.c
5080           src/prefs_template.c
5081           src/prefs_toolbar.c
5082                  improve the English in the GUI
5083
5084 2002-11-27 [colin]      0.8.6claws21
5085
5086         * src/folder.c
5087                 Fix processing renaming problems happening after
5088                 last commit
5089
5090 2002-11-27 [colin]      0.8.6claws20
5091
5092         * src/folder.c
5093                 recursive move now deletes src each subfolder after 
5094                 having moved it
5095         * src/folderview.c
5096                 Use identifier instead of path during dnd (enables
5097                 IMAP folder dnd)
5098
5099 2002-11-27 [paul]       0.8.6claws19
5100
5101         * src/main.c
5102                 apply patch that does command-line processing 
5103                 BEFORE gtk_init, allowing claws to run from 
5104                 shell-scripts in non-X environment (e.g. crontab 
5105                 or ip-up, ip-down scripts). Patch submitted by
5106                 Ruslan N. Balkin <baron@dartel.ru>
5107                 
5108         * po/it.po
5109                 updated by Alessandro Maestri
5110
5111 2002-11-27 [paul]       0.8.6claws18
5112
5113         * sync with 0.8.6cvs12
5114           src/prefs_common.c
5115                 Differences are that main uses a 'Receive dialog'
5116                 frame on the Interface tab, whereas claws groups all 
5117                 the dialogs together in a 'Dialogs' frame.
5118
5119 2002-11-27 [colin]      0.8.6claws17
5120
5121         * src/prefs_matcher.c
5122                 Fix Execute criteria's NOT flag
5123
5124
5125 2002-11-26 [christoph]  0.8.6claws16
5126
5127         * src/ssl.c
5128                 rewrite the ssl code a little bit, only use one
5129                 SSL context, set default certificates' file/path
5130
5131 2002-11-26 [thorsten]   0.8.6claws15
5132
5133         * src/compose.c
5134                 default-reply-to didn't work for ml-reply
5135
5136 2002-11-26 [melvin]     0.8.6claws14
5137
5138         * src/prefs_actions.c
5139                 Made pipe-actions ignore short headers in message view
5140                 Made trailing-pipe-actions write in the message view with
5141                 the same font as the original message
5142
5143 2002-11-26 [paul]       0.8.6claws13
5144
5145         * src/compose.c
5146                 this time commit the correct file
5147
5148 2002-11-26 [paul]       0.8.6claws12
5149
5150         * sync with 0.8.6cvs11
5151           src/quote_fmt_parse.y  
5152                 no sync needed
5153           src/account.[ch]       
5154                 not sync'ed
5155           src/compose.c
5156                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5157                 on draft mode.
5158                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5159                 header
5160                 
5161         see ChangeLog 2002-11-25 and 2002-11-26
5162
5163 2002-11-26 [colin]      0.8.6claws11
5164
5165         * src/folderview.c
5166                 Fix collapsed folder not auto-expanding during
5167                 mail dnd, if it was the source folder.
5168
5169 2002-11-25 [colin]      0.8.6claws10
5170
5171         * src/folderview.[ch]
5172                 Variable renaming and cleaning (slist of nodes 
5173                 to be re-collapsed is stored in FolderView)
5174
5175 2002-11-25 [paul]       0.8.6claws9
5176
5177         * src/prefs_common.[ch]
5178                 fix breakage caused by last commit
5179
5180 2002-11-25 [paul]       0.8.6claws8
5181
5182         * sync with 0.8.6cvs4
5183                 see ChangeLog 2002-11-21
5184
5185 2002-11-25 [paul]       0.8.6claws7
5186
5187         * sync with 0.8.6cvs4
5188                 see ChangeLog 2002-11-20
5189
5190 2002-11-25 [paul]       0.8.6claws6
5191
5192         * sync with 0.8.6cvs3
5193                 see ChangeLog 2002-11-18
5194
5195 2002-11-25 [colin]      0.8.6claws5
5196
5197         * src/gtkutils.[ch]
5198                 Add gtkut_ctree_node_is_parent()
5199         * src/folderview.c
5200                 Spring-loaded folders
5201
5202 2002-11-25 [colin]      0.8.6claws4
5203
5204         * src/utils.[ch]
5205                 Add slist_concat_unique(), function to merge
5206                 two GSList filtering dups
5207         * src/folder.[ch]
5208         * src/summaryview.[ch]
5209         * src/folderview.c
5210         * src/main.c
5211                 Add detection/update/display of unread answers
5212                 to marked mails
5213         * src/procmsg.[ch]
5214                 Add procmsg_find_children()
5215                 Add procmsg_msg_has_marked_parent()
5216
5217 2002-11-25 [colin]      0.8.6claws3
5218
5219         * src/ssl_certificate.[ch]
5220                 Allow checking a certificate without a DNS
5221                 lookup
5222                 Allow to forget a cert (by deleting it)
5223                 Make ssl_certificate_destroy_public
5224         * src/ssl_manager.[ch] ** NEW FILES **
5225                 Gui to manage (display/remove) certificates
5226         * src/prefs_common.[ch]
5227                 Add a pref to allow silent acceptation of
5228                 trusted certificates or not (based on the
5229                 "I want to know what's going on" principle)
5230         * src/mainwindow.c
5231                 Add SSL manager in Tools menu
5232         * src/Makefile.am
5233                 Add the new files to the build
5234         * po/POTFILES.in
5235                 Add ssl_manager.c to translations
5236
5237 2002-11-25 [colin]      0.8.6claws2
5238
5239         * src/summaryview.[ch]
5240                 Add S_SEARCH_EXTENDED to the quick search, which 
5241                 allows to search using filtering syntax.
5242
5243 2002-11-25 [colin]      0.8.6claws1
5244
5245         * src/summaryview.c
5246                 Deletion of duplicates now prefer deleting
5247                 the unread dup (fixes feature-request 638989).
5248
5249 2002-11-24 [paul]       0.8.6claws
5250
5251         * po/es.po
5252           po/pl.po
5253           po/ru.po
5254           po/sr.po
5255                 updated by Ricardo Mones Lastra,
5256                 Witold Wladyslaw Wojciech Wilk,
5257                 Ruslan N. Balkin, and  Urke MMI 
5258                 respectively
5259
5260 2002-11-24 [paul]       0.8.5claws182
5261
5262         * po/bg.po
5263                 updated by George Danchev
5264
5265 2002-11-23 [alfons]     0.8.5claws181
5266
5267         * src/imap.c
5268                 tiny memory leak found by browsing Dimitar's 
5269                 valgrind report
5270
5271 2002-11-23 [paul]       0.8.5claws180
5272
5273         * po/it.po
5274                 updated by Alessandro Maestri
5275
5276 2002-11-22 [christoph]  0.8.5claws179
5277
5278         * src/compose.c
5279         * src/inc.c
5280         * src/prefs_filtering.c
5281         * src/summaryview.c
5282                 more warning fixes
5283
5284 2002-11-22 [alfons]     0.8.5claws178
5285
5286         * src/summaryview.c
5287                 summary_execute_delete_func(): if message is deleted, make 
5288                 sure to also remove its entry in the subject hash table. 
5289                 fixes a corner case bug.
5290
5291 2002-11-22 [paul]       0.8.5claws177
5292
5293         * .cvsignore
5294                 add 'autom4te.cache'
5295                 
5296         * ltconfig      ** REMOVED **
5297                 not needed
5298
5299 2002-11-22 [paul]       0.8.5claws176
5300
5301         * src/textview.c
5302                 textview_set_font(): fix for message display in
5303                 UTF-8 locales (thanks to Sergey Vlasov).
5304                 
5305         * AUTHORS
5306                 add new team members and contributors
5307
5308
5309 2002-11-21 [colin]      0.8.5claws175
5310
5311         * src/procmsg.[ch]
5312                 Add procmsg_remove_special_headers()
5313         * src/mh.c
5314                 Use procmsg_remove_special_headers() for 
5315                 previous fix
5316
5317 2002-11-21 [colin]      0.8.5claws174
5318
5319         * src/mh.c
5320                 Fix moving/copying from queue/draft folders
5321                 for MH folders
5322
5323 2002-11-21 [christoph]  0.8.5claws173
5324
5325         * src/crash.c
5326         * src/filtering.c
5327         * src/logwindow.c
5328         * src/main.c
5329         * src/matcher_parser_lex.[hl]
5330         * src/mbox.c
5331         * src/mbox_folder.[ch]
5332         * src/prefs_filtering.c
5333         * src/procheader.c
5334         * src/quote_fmt_lex.l
5335         * src/ssl.c
5336                 fix all warnings except the warnings in lex and yacc files
5337
5338 2002-11-20 [christoph]  0.8.5claws172
5339
5340         * src/imap.c
5341                 fix MsgInfo retrieval for IMAP draft and queue folders
5342                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5343
5344 2002-11-19 [christoph]  0.8.5claws171
5345
5346         * src/compose.c
5347                 fix segfault, when draft saving does not get
5348                 the MsgInfo of the new message
5349                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5350
5351 2002-11-19 [christoph]  0.8.5claws170
5352
5353         * src/procmsg.c
5354                 add parameter check for flag setting function
5355                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5356
5357 2002-11-18 [paul]       0.8.5claws169
5358
5359         * src/compose.c
5360                 more sensitivity fixes to redirect mode:
5361                 * disable toolbar draft button
5362                 * allow only Address book in the Tools menu
5363                 * disable editing of message by the spell
5364                   checker
5365
5366 2002-11-18 [paul]       0.8.5claws168
5367
5368         * src/compose.c
5369                 fix sensitivity of menu items in compose_redirect():
5370                 allow only the necessary items 
5371
5372 2002-11-18 [paul]       0.8.5claws167
5373
5374         * src/compose.c
5375                 fix bug [ 603259 ] 'attachment got lost on bounce'
5376
5377 2002-11-18 [paul]       0.8.5claws166
5378
5379         * po/ru.po
5380                 updated by Ruslan N. Balkin <baron@dartel.ru>
5381
5382 2002-11-18 [colin]      0.8.5claws165
5383
5384         * src/main.c
5385           src/defs.h
5386                 Remove old filtering stuff
5387
5388
5389 2002-11-17 [oliver]     0.8.5claws164
5390
5391         * src/toolbar.h
5392                 remove not needed typedef 
5393
5394 2002-11-17 [oliver]     0.8.5claws163
5395
5396         * src/toolbar.c
5397                 make toolbar's on click events translatable
5398
5399 2002-11-15 [colin]      0.8.5claws162
5400
5401         * src/summaryview.c
5402                 Revert too-soon integration of a feature
5403
5404 2002-11-15 [christoph]  0.8.5claws161
5405
5406         * src/imap.c
5407                 use main's implementation of imap_get_msginfo
5408
5409 2002-11-15 [christoph]  0.8.5claws160
5410
5411         * src/compose.c
5412         * src/folder.[ch]
5413         * src/imap.c
5414         * src/mbox_folder.c
5415         * src/mh.c
5416         * src/news.c
5417         * src/procmsg.c
5418         * src/summaryview.c
5419                 replace claws' fetch_msginfo with main's get_msginfo
5420                 (use main's implementation where possible)
5421
5422 2002-11-15 [colin]      0.8.5claws159
5423
5424         * src/ssl_certificate.c
5425                 Missed a check
5426
5427 2002-11-16 [melvin]     0.8.5claws158
5428
5429         * po/fr.po
5430                 Updated French translations.
5431
5432 2002-11-16 [colin]      0.8.5claws157
5433
5434         * src/ssl_certificate.c
5435                 Check for missing parts in the certificates
5436
5437 2002-11-15 [colin]      0.8.5claws156
5438
5439         * src/folderview.c
5440                 Preventive fix (missing check) found by
5441                 Alfons
5442
5443 2002-11-15 [paul]
5444
5445         * NEWS
5446                 sync with 0.8.6 release
5447
5448 2002-11-15 [colin]      0.8.5claws155
5449
5450         * src/folder.[ch]
5451           src/folderview.c
5452                 Fix error handling of folder_item_move_to()
5453                 (thanks to Alfons!)
5454
5455 2002-11-15 [colin]      0.8.5claws154
5456
5457         * src/folder.[ch]
5458           src/folderview.c
5459                 folder_item_move_to() sets an error message instead
5460                 of having GUI stuff in folder.c
5461
5462 2002-11-15 [colin]      0.8.5claws153
5463
5464         * src/procmsg.[ch]
5465                 Implemented a callback for MsgInfo updates, 
5466                 heavily copy/pasted from Christoph's folder 
5467                 callback system
5468         * src/summaryview.[ch]
5469                 Register summary_update_msg as callback
5470
5471 2002-11-14 [colin]      0.8.5claws152
5472         
5473         * src/procmsg.c
5474                 Update the FolderItem after sending (fixes 617593)
5475
5476 2002-11-14 [christoph]  0.8.5claws151
5477
5478         * src/folder.c
5479                 fix wrong position of NULL pointer check found
5480                 by Sergey
5481
5482 2002-11-14 [christoph]  0.8.5claws150
5483
5484         * src/folder.c
5485                 fix segfault when deleting messages from IMAP folders
5486                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5487
5488 2002-11-14 [colin]      0.8.5claws149
5489
5490         * src/compose.c
5491                 Forwarding was also ignoring the folder's default account.
5492
5493 2002-11-14 [colin]      0.8.5claws148
5494
5495         * src/compose.c
5496                 Fix sent folder not set to folder properties when 
5497                 forwarding.
5498
5499 2002-11-14 [thorsten]   0.8.5claws147
5500
5501         * src/inc.c
5502                 inc_start(): Files were not moved from .processing to inbox,
5503                 if no global processing rule existed
5504
5505 2002-11-14 [colin]      0.8.5claws146
5506
5507         * src/ssl_certificate
5508                 Fix file operations
5509
5510 2002-11-14 [paul]       0.8.5claws145
5511
5512         * po/it.po
5513                 updated by Alessandro Maestri
5514
5515 2002-11-13 [alfons]     0.8.5claws144
5516
5517         * src/folder.c
5518                 folder_item_close(): only mark messages unread
5519                 when a folder has new messages 
5520
5521 2002-11-13 [keith]      0.8.5claws143
5522
5523         * src/imap.c
5524                 Fix problem moving or copying between
5525                 IMAP folders
5526
5527 2002-11-13 [colin]      0.8.5claws142
5528
5529         * src/matcher_parser_parse.y
5530                 Fix rule problem when " don't match
5531
5532 2002-11-13 [christoph]  0.8.5claws141
5533
5534         * src/folder.c
5535         * src/folderview.c
5536                 moved cache saving to folder_item_close
5537                 the folderview should not have to deal with
5538                 this things
5539
5540 2002-11-13 [christoph]  0.8.5claws140
5541
5542         * src/summaryview.c
5543                 moved setting of important score to
5544                 summary_set_prefs_from_folderitem
5545
5546 2002-11-13 [colin]      0.8.5claws139
5547
5548         * src/matcher_parser_parse.y
5549                 Fix a segfault in the parser (happening when
5550                 a good expression had been tested and a bad 
5551                 one arrives)
5552
5553 2002-11-13 [paul]       0.8.5claws138
5554
5555         * sync with 0.8.5cvs24
5556                 see ChangeLog 2002-11-13
5557                 
5558         * po/pt_BR.po
5559                 updated by Fabio Jr. Beneditto
5560
5561 2002-11-13 [colin]      0.8.5claws137
5562         
5563         * src/msgcache.c
5564           src/defs.h
5565           src/procmsg.[ch]
5566                 Revert last commit, problem
5567
5568 2002-11-13 [colin]      0.8.5claws136
5569
5570         * src/msgcache.c
5571                 Remove duplicated code
5572         * src/defs.h
5573                 Bumped CACHE_VERSION and MARK_VERSION
5574         * src/procmsg.[ch]
5575                 Network endian for cache and mark files
5576
5577 2002-11-12 [colin]      0.8.5claws135
5578
5579         * src/inc.c
5580                 Fix the "socket error" dialog which disappeared
5581
5582 2002-11-12 [colin]      0.8.5claws134
5583
5584         * src/msgcache.c
5585                 Reverse last commit which had performance 
5586                 problems, but still reverse the list
5587
5588 2002-11-12 [colin]      0.8.5claws133
5589
5590         * src/msgcache.c
5591                 Reverse list order
5592
5593 2002-11-12 [melvin]     0.8.5claws132
5594
5595         * src/compose.c
5596                 Added a check for a NULL prefs_common.dictionary
5597
5598 2002-11-12 [colin]      0.8.5claws131
5599
5600         * src/ssl_certificate.[ch]
5601                 Use FQDN hostname
5602
5603 2002-11-12 [colin]      0.8.5claws130
5604
5605         * src/ssl_certificate.[ch]
5606                 Take connection port into account for 
5607                 checking certificates (a single hostname
5608                 could have multiple servers with multiple
5609                 certificates)
5610         * src/ssl.c
5611                 Pass the port to ssl_certificate_check
5612
5613 2002-11-12 [paul]       0.8.5claws129
5614
5615         * src/folder.c
5616                 fix a typo in last commit
5617
5618 2002-11-12 [paul]       0.8.5claws128
5619
5620         * sync with 0.8.5cvs23
5621                 see ChangeLog entry 2002-11-12
5622
5623 2002-11-11 [colin]      0.8.5claws127
5624
5625         * src/ssl_certificate.c
5626                 Cleaner messages
5627                 Don't popup, instead log error, if the 
5628                 corresponding pref is checked
5629         * src/ssl_certificate.h
5630                 include <openssl/objects/h>
5631
5632 2002-11-11 [colin]      0.8.5claws126
5633
5634         * src/ssl_certificate.h
5635                 _Really_ clean it
5636
5637 2002-11-11 [colin]      0.8.5claws125
5638         
5639         * src/ssl_certificate.c
5640                 Fixed leak
5641
5642 2002-11-11 [colin]      0.8.5claws124
5643
5644         * src/ssl.c
5645                 Cleaned a bit
5646         * src/ssl_certificate.[ch]
5647                 Cleaned a bit (better use of SSL API)
5648                 (This will cause non-recognition of saved 
5649                  certificates of claws12[23]...)
5650
5651 2002-11-11 [paul]       0.8.5claws123
5652         
5653         * po/es.po
5654                 updated by Ricardo Mones Lastra
5655
5656 2002-11-11 [colin]      0.8.5claws122
5657
5658         * src/ssl.c
5659                 Fix a typo
5660
5661 2002-11-11 [colin]      0.8.5claws121
5662
5663         * src/ssl_certificate.[ch] ** NEW FILES **
5664         * src/ssl.[ch]
5665                 Check SSL certificates presented to us
5666         * src/Makefile.am
5667                 Add ssl_certificate.[ch]
5668         * po/POTFILES.in
5669                 Add ssl_certificate.c
5670
5671 2002-11-11 [paul]       0.8.5claws120
5672
5673         * sync with 0.8.5cvs22
5674                 see ChangeLog 2002-11-11
5675
5676 2002-11-11 [paul]       0.8.5claws119
5677
5678         * sync with 0.8.5cvs21
5679                 see ChangeLog 2002-11-11
5680
5681 2002-11-10 [jens]       0.8.5claws118
5682
5683         * src/folder.c
5684         * src/folderview.c
5685                 corrected some typing
5686         * po/de.po
5687                 updated german translation
5688         * sylpheed.spec.in
5689                 cleaned up specfile and adjusted it for claws
5690
5691 2002-11-10 [colin]      0.8.5claws117
5692
5693         * src/summaryview.c
5694                 a STATUSBAR_PUSH/POP fix
5695
5696 2002-11-10 [colin]      0.8.5claws116
5697
5698         * src/prefs_folder_item.c
5699                 Fix hanging after opening folder properties
5700
5701 2002-11-10 [hoa]        0.8.5claws115
5702
5703         * src/matcher_parser_lex.l
5704         * src/matcher_parser_parse.y
5705                 config file for scoring and filtering is no more trashed
5706                 when there is a syntax error in a filtering rule when
5707                 editing it in a dialog.
5708
5709 2002-11-09 [colin]      0.8.5claws114
5710
5711         * src/mbox_folder.c
5712                 Added missing initialisation of folder->destroy()
5713
5714 2002-11-09 [colin]      0.8.5claws113
5715
5716         * src/folder.c
5717           src/folderview.c
5718                 Fix the status bar messages
5719
5720 2002-11-09 [colin]      0.8.5claws112
5721
5722         * src/folderview.c
5723                 Fix hangs after folder dnd, happening after 
5724                 claws109.
5725
5726 2002-11-09 [christoph]  0.8.5claws111
5727
5728         * src/folderview.c
5729                 just changed order of calls (reverse order of
5730                 associated calls)
5731         * src/inc.c
5732                 lock inc when checking only one account, otherwise
5733                 inc all could be executed at the same time
5734
5735 2002-11-09 [christoph]  0.8.5claws110
5736
5737         * src/folderview.c
5738                 better unlock the mouse cursor before calling
5739                 summary_show because it changes the cursor too
5740
5741 2002-11-09 [christoph]  0.8.5claws109
5742
5743         * src/folder.[ch]
5744         * src/folderview.c
5745                 add functions to open and close a folder
5746                 o opending will execute scanning for remote folders
5747                   and processing
5748                 o closing will unset new flag for messages
5749
5750 2002-11-09 [colin]      0.8.5claws108
5751
5752         * src/folder.c
5753                 Add a call to prefs_matcher_write_config to 
5754                 avoid non-leaf folders filtering settings to be
5755                 lost
5756
5757 2002-11-09 [paul]       0.8.5claws107
5758
5759         * src/prefs_account.c
5760                 re-word a label
5761
5762 2002-11-09 [colin]      0.8.5claws106
5763
5764         * src/folderview.c
5765                 Minor esthetic fix
5766
5767 2002-11-09 [colin]      0.8.5claws105
5768
5769         * src/folderview.c
5770                 Fix prefs_filtering deletion for MH folders (same
5771                 reason as below)
5772         * src/prefs_filtering.c
5773                 Fix prefs_filtering renaming and deletion for 
5774                 folder-based processing rules.  
5775
5776 2002-11-09 [christoph]  0.8.5claws104
5777
5778         * src/compose.c
5779         * src/folder.[ch]
5780         * src/folderview.[ch]
5781         * src/import.c
5782         * src/inc.c
5783         * src/main.c
5784         * src/mainwindow.c
5785         * src/messageview.c
5786         * src/prefs_folder_item.c
5787         * src/procmsg.c
5788         * src/summaryview.c
5789                 implement a callback system for folder item updates
5790
5791 2002-11-09 [colin]      0.8.5claws103
5792
5793         * src/folderview.c
5794                 Fix prefs_filtering renaming for MH folders (we
5795                 shouldn't rename by path as another folder could
5796                 have the same hierarchy).
5797
5798 2002-11-09 [colin]      0.8.5claws102
5799
5800         * src/folder.c
5801                 Fix a leak found by Christoph, use better variable
5802                 names
5803
5804 2002-11-09 [colin]      0.8.5claws101
5805
5806         * src/folder.c
5807                 One more fix for processing rules
5808
5809 2002-11-08 [colin]      0.8.5claws100
5810         
5811         * src/matcher.c
5812                 Don't copy the compiled regexp (will be reevaluated)
5813         * src/folderview.c
5814                 Lock folderview while moving
5815         * src/folder.c
5816                 Provide info on what's happening to the user
5817
5818 2002-11-08 [colin]      0.8.5claws99
5819
5820         * src/folderview.c
5821                 Fix folder reordering after a move if parent is 
5822                 root
5823         * src/scoring.[ch]
5824                 Add function to copy a ScoringProp
5825         * src/prefs_folder_item.c
5826                 Copy scoring rules when copying a folder prefs
5827
5828 2002-11-08 [colin]      0.8.5claws98
5829
5830         * src/folderview.c
5831                 Fixes in case of failure
5832         * src/filtering.[ch]    
5833                 Add function to duplicate a FilteringProp
5834         * src/matcher.[ch]
5835                 Add function to duplicate a MatcherProp
5836         * src/prefs_folder_item.c
5837                 Save folder's processing rules when copying 
5838                 its prefs
5839
5840 2002-11-08 [colin]      0.8.5claws97
5841         
5842         * src/folderview.c
5843                 Sort after move
5844         * src/folder.c 
5845                 Change a printf to debug_print
5846
5847 2002-11-08 [colin]      0.8.5claws96
5848
5849         * src/folder.c
5850           src/folderview.c
5851                 Fix segfaults, call me stupido
5852         
5853
5854 2002-11-08 [colin]      0.8.5claws95
5855
5856         *src/folder.c
5857                 Added forgotten prefs to save when moving folders
5858
5859 2002-11-08 [colin]      0.8.5claws94
5860
5861         * src/folder.c
5862                 Fixes to folder DND (prefs copy)
5863         * src/folderview.c
5864                 Optimization for folder DND (don't rescan whole tree)
5865                 Added folderview_create_folder_node() for this 
5866                 optimization, so de-duped a bit the code
5867         * src/prefs_folder_item.[ch]
5868                 Added prefs_folder_item_copy_prefs()    
5869           
5870 2002-11-08 [paul]       0.8.5claws93
5871
5872         * src/prefs_account.c
5873           tools/README
5874           tools/kmail2sylpheed_v2.pl
5875                 correct some typos
5876
5877 2002-11-08 [paul]       0.8.5claws92
5878
5879         * src/compose.c
5880           src/prefs_account.[ch]
5881                 remove account options 'clearsign' and 'ascii_armored',
5882                 replace with 'default_gnupg_mode' to prevent mixed-mode
5883                 Privacy settings
5884
5885 2002-11-08 [paul]       0.8.5claws91
5886
5887         * src/compose.[ch]
5888                 re-implement GnuPG 'on-the-fly' mode selection,
5889                 disallow mixed-mode
5890
5891 2002-11-08 [colin]      0.8.5claws90
5892
5893         * src/folderview.c
5894           src/prefs_folder_item.c
5895                 Change "Property" to "Properties"
5896
5897 2002-11-07 [colin]      0.8.5claws89
5898
5899         * src/folderview.c
5900           src/folder.c
5901                 Allow folder dropping to a root folder
5902
5903 2002-11-07 [paul]       0.8.5claws88
5904
5905         * src/compose.c
5906                 revert last commit
5907
5908 2002-11-07 [paul]       0.8.5claws87
5909
5910         * src/compose.c
5911                 fix reply-to-list bug. closes bug report
5912                 "[633382] reply-to-list broken in recent cvs"
5913
5914 2002-11-07 [paul]       0.8.5claws86
5915
5916         * src/compose.c
5917                 add a forgotten '#if USE_GPGME ... #endif'
5918
5919 2002-11-07 [paul]       0.8.5claws85
5920
5921         * sync with 0.8.5cvs20
5922                 see ChangeLog 2002-11-07
5923
5924 2002-11-07 [colin]      0.8.5claws84
5925
5926         * src/folder.[ch]
5927                 Change folder_item_move_to to return the newly 
5928                 created folderitem.
5929         * src/folderview.c
5930                 Select the new folderitem after moving.
5931
5932 2002-11-07 [colin]      0.8.5claws83
5933
5934         * src/prefs_filtering.c
5935                 Fix rule rewriting when moving a leaf folder to a 
5936                 shorter path
5937
5938 2002-11-07 [colin]      0.8.5claws82
5939
5940         * src/prefs_filtering.c
5941                 fix a leak
5942
5943 2002-11-07 [colin]      0.8.5claws81
5944
5945         * src/folder.[ch]
5946                 Add folder_item_move_to() function to move a 
5947                 folderitem into another one (updates matcher etc)
5948         * src/folderview.c
5949                 Add folder drag'n drop (context menu to come)
5950                 [Should be dataloss free, but Please backup before 
5951                  trying !]
5952
5953 2002-11-06 [colin]      0.8.5claws80
5954
5955         * src/mh.c
5956                 mh_create_folder() returns NULL if can't create
5957                 directory hierarchy
5958
5959 2002-11-06 [paul]       0.8.5claws79
5960
5961         * src/compose.[ch]
5962                 allow 'on-the-fly' changing of the type of encryption 
5963                 and/or signing used (mime/ascii) via the compose window
5964
5965 2002-11-06 [paul]       0.8.5claws78
5966
5967         * sync with 0.8.5cvs19
5968                 see ChangeLog 2002-11-06 for src/account.c: 
5969                 account_get_special_folder()
5970                 
5971 2002-11-05 [alfons]     0.8.5claws77
5972
5973         * src/crash.c
5974                 very minor cleanups: nothing to see here, move on. :-)
5975
5976 2002-11-05 [colin]      0.8.5claws76
5977
5978         * src/main.c
5979                 Changes choices if compose windows are opened to
5980                 Discard, Draft, Don't quit
5981
5982 2002-11-05 [thorsten]   0.8.5claws75
5983
5984         * src/compose.c
5985                 reenabled default_reply_to folder option
5986
5987 2002-11-05 [colin]      0.8.5claws74
5988
5989         * src/compose.[ch] 
5990                 add compose_draft()
5991         * src/crash.c
5992                 add SIGTERM handler
5993         * src/main.[ch]
5994                 add clean_quit() for the SIGTERM handler
5995
5996 2002-11-05 [paul]       0.8.5claws73
5997         
5998         * po/es.po
5999                 updated by Ricardo Mones Lastra
6000
6001 2002-11-05 [melvin]     0.8.5claws72
6002
6003         * src/logwindow.c
6004                 Fixed log-clipping bug #616795.
6005                 To stop logging in the log window use 0 length.
6006         * src/prefs_common.c
6007                 Added a label to inform about the 0 log length behaviour.
6008
6009 2002-11-05 [paul]       0.8.5claws71
6010
6011         * sync with 0.8.5cvs17
6012                 see ChangeLog 2002-11-05
6013
6014 2002-11-04 [paul]       0.8.5claws70
6015
6016         * sylpheed-128x128.png
6017           sylpheed-64x64.png
6018           sylpheed.png
6019                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6020                 <nikai@users.sourceforge.net>
6021                 
6022         * po/bg.po
6023                 updated by George Danchev
6024
6025 2002-11-03 [thorsten]   0.8.5claws69
6026
6027         * src/main.c
6028           src/mimeview.c
6029           src/rfc2015.h
6030                 add check if gpg is active
6031
6032 2002-11-03 [thorsten]   0.8.5claws68
6033
6034         * src/toolbar.h
6035                 removed GSList declaration causing trouble on MacOS-X
6036                 (submitted by alfons, reported by xfesty)
6037
6038 2002-11-01 [paul]       0.8.5claws67
6039
6040         * src/mainwindow.c
6041                 remove last remnants of main's filter code
6042
6043 2002-11-01 [paul]       0.8.5claws66
6044
6045         * tools/filter_conv.pl
6046                 fix bug where user-defined headers were ignored
6047
6048 2002-11-01 [paul]       0.8.5claws65
6049
6050         * src/logwindow.c
6051                 make a debug_print() not translatable
6052
6053 2002-10-31 [melvin]     0.8.5claws64
6054
6055         * ac/aspell.m4
6056                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6057                 not run any GNU/aspell test.  The dictionary path will
6058                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6059                 was given, in which case, it will be $prefix/lib/aspell/
6060         * configure.in
6061                 Fixed typo in commentary (Aspell code).
6062
6063 2002-10-31 [paul]       0.8.5claws63
6064
6065         * po/POTFILES.in
6066                 remove src/filter.c and src/prefs_filter.c
6067                 thanks to Ricardo for reminding me
6068
6069 2002-10-31 [colin]      0.8.5claws62
6070
6071         * src/mbox_folder.c
6072                 Plug some leaks
6073
6074 2002-10-31 [paul]       0.8.5claws61
6075
6076         * src/prefs_filter.[ch] ** REMOVED **
6077           src/filter.[ch]       ** REMOVED **
6078           
6079         * src/Makefile.am
6080           src/folderview.c
6081           src/inc.c
6082           src/main.c
6083           src/mainwindow.c
6084           src/mbox.c
6085           src/prefs_common.c
6086           src/prefs_filtering.c
6087           src/summaryview.[ch]
6088                 remove main's 'filter' code
6089                 
6090         README.claws
6091                 update to reflect removal of main's filter
6092
6093 2002-10-31 [paul]       0.8.5claws60
6094
6095         * src/summaryview.c
6096                 remove check for global_processing in summary_filter_open(). 
6097                 This fixes the bug where if the user uses the right-click 
6098                 'Create filter rule...' and doesn't have any filter rules 
6099                 already defined in claws' advanced filtering, the newly 
6100                 created filter rule goes to main's filtering which is 
6101                 inaccessible through the gui. Now the filter rule gets added
6102                 to claws' filtering by default.
6103
6104 2002-10-28 [melvin]     0.8.5claws59
6105
6106         * src/prefs_actions.c
6107                 Fixed bug #627322 where MIME parts were not always
6108                 correctly passed to a %p action
6109                 Display an error dialog when message filename is not found.
6110
6111 2002-10-28 [melvin]     0.8.5claws58
6112
6113         * src/prefs_common.c
6114                 Readded a missing function declaration lost in 0.8.3claws34
6115
6116 2002-10-28 [paul]       0.8.5claws57
6117
6118         * sync with 0.8.5cvs15
6119                 see ChangeLog 2002-10-28 and 2002-10-25
6120                 
6121         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6122
6123 2002-10-27 [oliver]     0.8.5claws56
6124
6125         * src/pop.c
6126                 plug leak in pop3_top_recv
6127
6128 2002-10-26 [christoph]  0.8.5claws55
6129
6130         * src/folder.c
6131                 set need_update folder flag when messages are added
6132                 (closes bug [ 626922 ] folder not updated after receiving)
6133
6134 2002-10-25 [melvin]     0.8.5claws54
6135
6136         * src/imageview.c
6137                 Fixed a memleak introduced in the scaling code.
6138
6139 2002-10-24 [alfons]     0.8.5claws53
6140
6141         * src/filtering.c
6142                 make filtering's forward message action forward from the 
6143                 correct account
6144                 (closes bug [628089 ] Filter -> Forward from address problem
6145                 reported by Oktay)
6146
6147 2002-10-24 [christoph]  0.8.5claws52
6148
6149         * src/mainwindow.c
6150         * src/manual.[ch]
6151                 o use manual of current locale or english if current
6152                   locale is not available (and english is available)
6153                 o also link to sylpheed doc project manuals
6154
6155 2002-10-23 [paul]       0.8.5claws51
6156
6157         * tools/README
6158           tools/kmail2sylpheed_v2.pl
6159                 add new version of kmail addressbook importer script.
6160                 works with newer versions of Kmail/KAddressBook which
6161                 have new and rearranged data.
6162
6163 2002-10-23 [martin]     0.8.5claws50
6164
6165         * src/folderview.c
6166         * src/summaryview.c
6167         * src/utils.h
6168         * src/utils.c
6169                 added length parameter to get_abbrev_newsgroup_name()
6170                 changed this function so that it abbreviates the newsgroup
6171                 names only so long it is smaller than the length parameter
6172                 (for better reading of some newsgroup names and space efficiency)
6173
6174 2002-10-22 [colin]      0.8.5claws49
6175
6176         *src/foldersel.c
6177                 Revert Alfons' last modification (after voting ;-))
6178
6179 2002-10-21 [alfons]     0.8.5claws48
6180
6181         * src/foldersel.c
6182                 folder view in folder selection dialog reflects state of
6183                 folder view in main window
6184
6185 2002-10-18 [alfons]     0.8.5claws47
6186
6187         * src/mbox.c
6188                 drop imported messages in folder selected by user,
6189                 and not in the inbox
6190                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6191
6192 2002-10-18 [alfons]     0.8.5claws46
6193
6194         * src/compose.c
6195                 make automagic reply work correctly for email accounts 
6196                 (whether it's viable to do a full sync with Hiro's 
6197                 compose.c is still under discussion)
6198
6199 2002-10-18 [melvin]     0.8.5claws45
6200
6201         * src/prefs_actions.c
6202                 Fixed bug #622275 where asynchroneous actions left 
6203                 zombies processes
6204                 Made (synchroneous) actions' input be displayed live.
6205
6206 2002-10-18 [christoph]  0.8.5claws44
6207
6208         * src/textview.c
6209                 don't add a newline in the textview in front of the
6210                 first textpart if header display is disabled
6211                 (closes bug [ 603385 ] disabled header display leaves blank
6212                  lin)
6213
6214 2002-10-18 [christoph]  0.8.5claws43
6215
6216         * src/folder.[ch]
6217         * src/imap.c
6218         * src/mbox_folder.c
6219         * src/mh.c
6220         * src/news.c
6221                 folder->get_num_list now returns an error code
6222                 (closes bug [ 609424 ] News cache cleared on failure)
6223                 
6224 2002-10-17 [colin]      0.8.5claws42
6225         
6226         * src/news.c
6227                 Changed a printf by debug_print
6228
6229 2002-10-16 [paul]       
6230
6231         * tools/OOo2sylpheed.pl
6232                 allow for spaces in the name of the
6233                 file to be attached.
6234
6235 2002-10-16 [colin]      0.8.5claws41
6236
6237         * src/main.c
6238                 Use a tristate to change online mode
6239
6240 2002-10-16 [paul]       0.8.5claws40
6241
6242         * po/es.po
6243                 updated by Ricardo Mones Lastra
6244
6245 2002-10-16 [colin]      0.8.5claws39
6246
6247         * src/main.c
6248           src/mainwindow.[ch]
6249                 Added --online and --offline command-line
6250                 switches
6251
6252 2002-10-15 [christoph]  0.8.5claws38
6253
6254         * src/procmime.c
6255                 set mimeinfo->name to NULL after g_free to
6256                 avoid double freeing with g_free
6257
6258 2002-10-14 [christoph]  0.8.5claws37
6259
6260         * src/compose.c
6261         * src/filtering.c
6262         * src/summaryview.c
6263                 remove calls to folder->change_flags that are now
6264                 done by procmsg flag functions (seems it is not
6265                 used by any foldertype anyway)
6266         * src/folder.c
6267                 init folder->change_flags with NULL
6268
6269 2002-10-14 [christoph]  0.8.5claws36
6270
6271         * src/folder.[ch]
6272         * src/imap.[ch]
6273                 use virtual functions for folder item new and destroy
6274                 functions
6275
6276 2002-10-14 [melvin]     0.8.5claws35
6277
6278         * src/compose.c
6279                 Added a test to not run the spell checker if no default
6280                 dictionary is available. No dialog is displayed though.
6281
6282 2002-10-14 [melvin]     0.8.5claws34
6283
6284         * src/gtkaspell.c
6285                 Fixed bug in dictionary list context menu where
6286                 "More..." pointed to an emtpy submenu if the
6287                 number of dictionaries is a multiple of 15
6288                 Removed unneeded code in suggestions list creation
6289
6290 2002-10-14 [paul]       0.8.5claws33
6291
6292         * po/bg.po
6293                 updated by George Danchev
6294
6295 2002-10-13 [hoa]        0.8.5claws32
6296
6297         * src/matcher.[ch]
6298           src/matcher_parser_parser.y
6299                 removed the escaped string from internal structure
6300                 of matcher.
6301
6302 2002-10-12 [colin]      0.8.5claws31
6303
6304         * src/gtksctree.[ch]
6305           src/summaryview.c
6306                 Removed useless function gtksctree_reanchor
6307
6308 2002-10-12 [alfons]     0.8.5claws30
6309         
6310         * sync with remaining main changes 2002-10-09 - 2002-10-11
6311         - drop changes to src/compose.c (requires claws specific changes)
6312         
6313 2002-10-12 [alfons]     0.8.5claws29
6314         
6315         * sync with main changes of 2002-10-08
6316         - drop changes to src/compose.c (requires claws specific changes)
6317         - drop changes to src/summaryview.c (requires changes to compose.c)     
6318
6319 2002-10-12 [alfons]     0.8.5claws28
6320         
6321         * sync with main changes of 2002-10-07
6322
6323 2002-10-12 [alfons]     0.8.5claws27
6324
6325         * sync with main changes of 2002-10-04
6326         - drop changes to src/compose.c (requires claws specific changes)
6327         - drop changes to src/prefs_folder_item.c (claws implementation
6328           seems to be working)
6329
6330 2002-10-12 [colin]      0.8.5claws26
6331
6332         * src/mainwindow.c
6333                 Fix folder-flicker when space-reading, introduced 
6334                 in claws22.
6335
6336 2002-10-12 [colin]      0.8.5claws25
6337
6338         * src/compose.c
6339                 Save account address when saving as draft.
6340                 (closes bug 621838)
6341
6342 2002-10-12 [colin]      0.8.5claws24
6343
6344         * src/summaryview.c
6345                 Fix the problem consisting of no message selected
6346                 after the last message in a folder has been moved.
6347
6348 2002-10-12 [paul]       0.8.5claws23
6349
6350         * src/compose.c
6351           src/prefs_template.c
6352           src/template.[ch]
6353                 add Cc and Bcc to templates. Patch submitted by
6354                 John L. Males.
6355
6356 2002-10-12 [colin]      0.8.5claws22
6357
6358         * src/folderview.c
6359                 Fix a bug after "Check for new messages":
6360                 If a folder was opened, it was still selected at
6361                 the end of the check, but displayed empty.
6362         * src/mainwindow.c
6363                 Remove unnecessary check
6364
6365 2002-10-12 [paul]
6366
6367         * tools/README
6368                 be more verbose in the description of
6369                 OOo2sylpheed.pl
6370                 
6371
6372 2002-10-11 [colin]      0.8.5claws21
6373
6374         * src/mainwindow.c
6375                 Make space work (better) when no mail is selected
6376
6377 2002-10-11 [colin]      0.8.5claws20
6378
6379         * src/inc.c
6380           src/news.c
6381                 fix warnings
6382
6383 2002-10-11 [colin]      0.8.5claws19
6384
6385         * src/mainwindow.c
6386                 revert 0.8.5claws6 changes as i couldn't get to
6387                 anything satisfying
6388
6389 2002-10-11 [melvin]     0.8.5claws18
6390
6391         * src/compose.c
6392                 Removed buggy and unused macro (should have been committed in
6393                 0.8.5claws17)
6394
6395 2002-10-11 [melvin]     0.8.5claws17
6396
6397         * src/compose.c
6398                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6399
6400 2002-10-11 [thorsten]   0.8.5claws16 
6401
6402         * src/folderview.c
6403                 remove rescan warning
6404
6405 2002-10-11 [colin]      0.8.5claws15 
6406
6407         * src/procheader.c
6408                 fix a segfault that happens if conv_unmime_header
6409                 fails (should be better to find out why it fails)
6410
6411 2002-10-11 [christoph]  0.8.5claws14
6412
6413         * src/summaryview.c
6414                 update folderview stats after ignore/unignore thread
6415
6416 2002-10-11 [hoa]        0.8.5claws13
6417
6418         * src/quote_fmt_parse.y
6419                 Fixed a yacc/bison syntax error
6420         * src/matcher.c
6421                 Escaping of string is fixed.
6422
6423 2002-10-11 [colin]      0.8.5claws12
6424
6425         * src/imageview.c
6426                 Resize images to fit
6427
6428 2002-10-11 [paul]       0.8.5claws11
6429
6430         * po/es.po
6431                 updated by Ricardo Mones Lastra
6432
6433 2002-10-10 [alfons]     0.8.5claws10
6434
6435         * src/compose.c
6436                 allow dropping files by "moving" files from a file manager,
6437                 not only by the more cumbersome "copying". the latter 
6438                 mostly implies holding down the Control button
6439
6440 2002-10-10 [christoph]  0.8.5claws9
6441
6442         * src/summaryview.c
6443                 update folders after thread building for ignored threads
6444
6445 2002-10-10 [christoph]  0.8.5claws8
6446
6447         * config/.cvsignore
6448                 added Makefile
6449         * src/filtering.[ch]
6450         * src/folder.[ch]
6451         * src/folderview.[ch]
6452         * src/import.c
6453         * src/inc.[ch]
6454         * src/mbox.[ch]
6455         * src/procmsg.c
6456         * src/summaryview.[ch]
6457                 o added new flag need_update to FolderItem
6458                 o removed folder_table from various functions from tracking
6459                   folder updates
6460                 o set need_update flags in folder.c's move, copy and delete
6461                   functions and procmsg's flags functions
6462                 o added function folderview_update_items_when_required that
6463                   updates all folders with need_update set
6464                 o call folderview_update_items_when_required instead of
6465                   folderview_update_item_foreach
6466
6467 2002-10-09 [sergey]     0.8.5claws7
6468
6469         * src/compose.c
6470                 Strip CRs whel loading the text into editor in reedit mode.
6471
6472 2002-10-09 [colin]      0.8.5claws6
6473
6474         * src/mainwindow.c
6475                 Make Space work when no mail is selected
6476
6477 2002-10-09 [colin]      0.8.5claws5
6478
6479         * src/gtksctree.[ch]
6480                 Fix range_select
6481                 Add gtk_sctree_reanchor() 
6482         * src/summaryview.c
6483                 Use gtk_sctree_reanchor() - better fix for 
6484                 bug 60413
6485
6486 2002-10-09 [colin]      0.8.5claws4
6487
6488         * src/summaryview.c
6489                 Fix shift-click select after delete problem
6490                 (closes bug 60413)
6491
6492 2002-10-08 [thorsten]   0.8.5claws3
6493
6494         * src/summaryview.c
6495                 exclude current msg from -hide read messages-
6496
6497 2002-10-08 [colin]      0.8.5claws2
6498
6499         * src/inc.[ch]
6500           src/pop.c
6501           src/recv.c
6502                 Differentiate socket errors from disk full
6503                 errors
6504
6505 2002-10-08 [christoph]  0.8.5claws1
6506
6507         * Makefile.am
6508         * configure.in
6509                 modifications for new config directory
6510
6511         * config.guess  ** REMOVED **
6512         * config.sub    ** REMOVED **
6513         * install-sh    ** REMOVED **
6514         * ltmain.sh     ** REMOVED **
6515         * missing       ** REMOVED **
6516         * mkinstalldirs ** REMOVED **
6517                 these files are autogenerated by automake
6518                 when you run autogen.sh
6519
6520         * config/.cvsignore     ** NEW FILE **
6521         * config/Makefile.am    ** NEW FILE **
6522                 ignore autogenerated files
6523                 create a Makefile in this directory
6524
6525 2002-10-08 [paul]       0.8.5claws
6526
6527         * 0.8.5claws release
6528         
6529         * src/compose.c
6530           src/procheader.c
6531           src/procmsg.c
6532                 fix quote reply format for newsgroups reply bug
6533                 (thanks to Hoa)
6534                 
6535         * po/en_GB.po
6536           po/pl.po
6537                 updated by me and Witold Wladyslaw Wojciech Wilk
6538                 repectively
6539
6540 2002-10-07 [paul]       0.8.3claws53
6541
6542         * po/it.po
6543           po/pt_BR.po
6544           po/sr.po
6545                 updated messages catalogs, submitted by
6546                 Alessandro Maestri, Fabio Jr.Beneditto 
6547                 and Urke MMI, respectively.
6548
6549 2002-10-07 [christoph]  0.8.3claws52
6550
6551         * src/folder.[ch]
6552         * src/folderview.c
6553         * src/mainwindow.c
6554                 fix new folder ghost message bug
6555                 (closes bug [ 619722 ] wrong count for newly created folders)
6556
6557 2002-10-07 [christoph]  0.8.3claws51
6558
6559         * src/compose.c
6560                 fix news posting problem
6561
6562 2002-10-07 [melvin]     0.8.3claws50
6563
6564         * po/fr.po
6565                 Updated French translation
6566
6567 2002-10-05 [christoph]  0.8.3claws49
6568
6569         * src/gtkstext.c
6570                 check if line_start_cache is set in gtk_stext_update_text
6571                 (closes bug [ 618119 ] crash while doing search in folder)
6572
6573 2002-10-05 [christoph]  0.8.3claws48
6574
6575         * src/imap.c
6576         * src/news.c
6577         * src/utils.c
6578         * src/utils.h
6579                 implement cache cleanups for claws' folder system
6580                 (closes bug [ 595916 ] imapcache not cleaned up)
6581
6582 2002-10-05 [melvin]     0.8.3claws47
6583
6584         * src/prefs_actions.c
6585                 Made the help text more clear for the %p token
6586
6587 2002-10-04 [paul]       0.8.3claws46
6588
6589         * sync with 0.8.5
6590                 see ChangeLog 2002-10-02 and 2002-10-03
6591
6592 2002-10-04 [christoph]  0.8.3claws45
6593
6594         * src/inc.c
6595                 fix segfault caused by pop before smtp
6596                 call to inc_account_mail with NULL
6597                 pointer for mainwin
6598
6599 2002-10-04 [paul]       0.8.3claws44
6600
6601         * configure.in
6602                 sync the LDAP detection from 0.8.5cvs1
6603
6604 2002-10-02 [christoph]  0.8.3claws43
6605
6606         * po/de.po
6607                 fix small spelling error
6608
6609 2002-10-02 [melvin]     0.8.3claws42
6610
6611         * ac/aspell.m4
6612                 Behave better and say "no" when test program cannot be run.
6613
6614 2002-10-02 [paul]       0.8.3claws41
6615
6616         * sync with 0.8.4cvs1
6617                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6618                 
6619         * src/summaryview.c
6620                 toggle the behavior of Reply menuitem between
6621                 normal reply and reply-to-list
6622
6623 2002-10-01 [sergey]     0.8.3claws40
6624
6625         * src/compose.c
6626                 Convert newlines in the message text to the canonical form
6627                 before base64 encoding (RFC2045 compliance, fixes some
6628                 interoperability issues with Evolution 1.0.3)
6629
6630 2002-09-29 [colin]      0.8.3claws39
6631
6632         * src/summaryview.c
6633                 Fix an unwanted copy/paste
6634
6635 2002-09-29 [colin]      0.8.3claws38
6636
6637         * src/mainwindow.c
6638                 Renamed "Custom toolbar" to "Customize toolbar"
6639                 Renamed "Show all header" to "Show all headers"
6640                 Renamed "Set diplay item" to "Set displayed items"
6641         * src/prefs_common.c
6642                 Renamed "Show all header" to "Show all headers"
6643         * src/prefs_summary_column.c
6644                 Renamed "diplay item" to "displayed items"
6645
6646 2002-09-29 [colin]      0.8.3claws37
6647
6648         * src/mainwindow.[ch]
6649                 online/offline status pixmaps follow theme
6650                 changes
6651         * src/summaryview.[ch]
6652                 quicksearch pixmap follows theme changes
6653
6654 2002-09-29 [thorsten]   0.8.3claws36
6655
6656         * src/compose.c
6657           src/prefs_folder_item.[ch]
6658                 add default_reply_to folder option (closes patch 581044)
6659
6660 2002-09-29 [christoph]  0.8.3claws35
6661
6662         * acconfig.h    ** REMOVED **
6663         * configure.in
6664         * ac/aspell.m4
6665         * ac/check-type.m4
6666         * ac/gnupg-check-typedef.m4
6667                 fix autoheader 2.50 warning
6668
6669 2002-09-29 [christoph]  0.8.3claws34
6670
6671         * major code cleanup (part 2)
6672         
6673                 - unused variables removed
6674                 - unused functions removed
6675                 - uninitialized variables checked
6676                 - missing return statements added
6677                 - missing function return types added
6678                 - added parentheses around assignment
6679                   when suggested by gcc
6680
6681 2002-09-29 [alfons]     0.8.3claws33
6682
6683         * src/logwindow.c
6684                 log_window_clear(): only bracket gtk_text_forward_delete() 
6685                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6686                 works around GTK text bug)
6687
6688 2002-09-29 [paul]       0.8.3claws32
6689
6690         * po/bg.po
6691           po/sr.po
6692                 updated by George Danchev and Urke MMI
6693                 respectively
6694
6695 2002-09-27 [christoph]  0.8.3claws31
6696
6697         * doc-src/readme.txt
6698         * doc-src/rfc1806.txt   ** REMOVED **
6699         * doc-src/rfc2183.txt   ** NEW FILE **
6700         * doc-src/rfc2980.txt   ** NEW FILE **
6701                 update rfcs
6702
6703 2002-09-27 [melvin]     0.8.3claws30
6704
6705         * ac/aspell.m4
6706                 Fixed typo which could break linking
6707
6708 2002-09-27 [melvin]     0.8.3claws29
6709
6710         * ac/aspell.m4
6711                 Improved GNU/aspell checking. 
6712                 Fixed bug #614490
6713
6714 2002-09-27 [paul]       0.8.3claws28
6715
6716         * sync with 0.8.3cvs8
6717                 see ChangeLog 2002-09-27
6718
6719 2002-09-26 [colin]      0.8.3claws27
6720
6721         * src/toolbar.[ch]
6722           src/mainwindow.[ch]
6723                 Add "Reply to Mailing-list" to the toolbar
6724
6725 2002-09-26 [christoph]  0.8.3claws26
6726
6727         * src/summaryview.c
6728                 Fix wrong message counts in summaryview status
6729
6730 2002-09-26 [paul]       0.8.3claws25
6731
6732         * sync with 0.8.3cvs7
6733                 see ChangeLog 2002-09-26
6734
6735 2002-09-26 [paul]       0.8.3claws24
6736
6737         * sync with 0.8.3cvs6
6738                 see ChangeLog 2002-09-25
6739
6740 2002-09-25 [christoph]  0.8.3claws23
6741
6742         * src/prefs_common.c
6743         * src/prefs_folder_item.c
6744         * src/prefs_scoring.c
6745                 Renamed "kill score" to "hide score" in GUI
6746                 and prefs files
6747
6748 2002-09-25 [paul]       0.8.3claws22
6749
6750         * sync with 0.8.3cvs5
6751                 see ChangeLog 2002-09-24
6752
6753 2002-09-24 [alfons]     0.8.3claws21
6754
6755         patch by Satoshi Nagayasu: allows appending / saving multiple 
6756         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6757         'Save as ...'")
6758
6759         * AUTHORS
6760                 add Satoshi Nagayasu
6761         * src/summaryview.c
6762                 summary_save_as(): allow saving selected files to
6763                 one file
6764                 summary_set_menu_sensitive: enable "Save As..." when
6765                 multiple files are selected
6766         * src/utils.[ch]
6767                 append_file(): new function
6768
6769 2002-09-24 [colin]      0.8.3claws20
6770
6771         * src/procmime.c
6772                 Fix segfault when mimeinfo doesn't have a 
6773                 content_type. 
6774
6775 2002-09-24 [colin]      0.8.3claws19
6776
6777         * src/prefs_common.[ch]
6778                 Add a preference to display send dialog or not
6779         * src/send.c
6780                 Display send dialog according to preference
6781
6782 2002-09-24 [colin]      0.8.3claws18
6783
6784         * src/compose.[ch]
6785                 Disable user actions when sending
6786
6787 2002-09-24 [colin]      0.8.3claws17
6788
6789         * src/procmime.c
6790                 Do not display name or filename for attachments
6791                 with an application/pgp-signature type
6792                 (security flaw, see bug 537413)
6793
6794 2002-09-23 [colin]      0.8.3claws16
6795
6796         * src/editaddress.c
6797                 Initialize entry_email, entry_alias and 
6798                 entry_remarks to first email address of the list
6799
6800 2002-09-23 [colin]      0.83claws15
6801
6802         * src/compose.c
6803                 Drop pgp-signature when reediting a signed queued
6804                 message
6805
6806 2002-09-23 [melvin]     0.8.3claws14
6807
6808         * po/fr.po
6809                 Updated French translation
6810
6811 2002-09-23 [melvin]     0.8.3claws13
6812
6813         * src/mainwindow.c
6814                 Made custom toolbar menu labels more consistent
6815         * src/prefs_toolbar.c
6816                 Made custom toolbar window title more consistent
6817
6818 2002-09-22 [colin]      0.8.3claws12
6819
6820         * src/inc.c
6821                 Initialize session type to normal before getting 
6822                 mail (fixes strange Get behaviour)
6823         * src/prefs_account.h
6824                 Move STYPE_POP_BEFORE_SMTP to last position to 
6825                 avoid other side-effects
6826
6827 2002-09-22 [colin]      0.8.3claws11
6828
6829         * src/prefs_account.c
6830                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6831                 from pop3 to apop or vice-versa
6832
6833 2002-09-22 [colin]      0.8.3claws10
6834         
6835         * src/prefs_account.[ch]
6836                 Add an option for the POP before SMTP timeout
6837         * src/inc.c
6838                 Remember time of last POP connection
6839         * src/send.c
6840                 Do POP before SMTP only if timeout reached
6841
6842 2002-09-22 [oliver]     0.8.3claws9
6843         
6844         * README.claws
6845                 explain custom toolbar
6846
6847 2002-09-22 [oliver]     0.8.3claws8
6848
6849         * src/prefs_actions.[ch]
6850         custom toolbar for compose      
6851                 actions callback from compose toolbar
6852         * src/folderview.c
6853                 remove include toolbar.h
6854
6855 2002-09-22 [oliver]     0.8.3claws7
6856         
6857         * src/prefs_toolbar.[ch]
6858                 custom toolbar for compose
6859                 - generic prefs_toolbar handles both
6860                   Mainwin's toolbar as well as Compose toolbar          
6861
6862 2002-09-22 [oliver]     0.8.3claws6
6863         
6864         * src/toolbar.[ch]
6865                 custom toolbar for compose
6866                 restructure toolbar.[ch]
6867
6868 2002-09-22 [oliver]     0.8.3claws5
6869
6870         * src/compose.[ch]
6871                 custom toolbar for compose
6872
6873 2002-09-22 [oliver]     0.8.3claws4
6874         
6875         * src/mainwindow.[ch]
6876                 custom toolbar for compose 
6877                 move mainwin toolbar back to mainwindow
6878
6879 2002-09-22 [alfons]     0.8.3claws3
6880
6881         * src/procmsg.c
6882                 :%sno/if(/if (/gc
6883                 :%sno/for(/for (/gc
6884                 (beautify)
6885
6886 2002-09-22 [alfons]     0.8.3claws2
6887         
6888         * src/procmsg.c
6889                 procmsg_save_to_outbox(): don't unlink message file from queue;
6890                 callers should do it using folder_item_remove_msg()
6891
6892 2002-09-22 [colin]      0.8.3claws1
6893
6894         * src/mimeview.[ch]
6895                 Made mimeview_check_signature() public
6896         * src/textview.c
6897                 Made GPG signatures verifiable by clicking
6898                 the [application/pgp-signature] in the Text
6899                 view
6900
6901 2002-09-22 [paul]       0.8.3claws
6902
6903         * po/bg.po
6904           po/en_GB.po
6905           po/es.po
6906           po/it.po
6907           po/pl.po
6908           po/pt_BR.po
6909           po/sr.po
6910                 updated translations, submitted by George Danchev,
6911                 me, Ricardo Mones Lastra, Alessandro Maestri,
6912                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6913                 and Urke MMI, respectively.     
6914
6915 2002-09-22 [alfons]     0.8.2claws65
6916
6917         * src/procmsg.c
6918         * src/pgptext.c
6919                 no furry valgrinds have been used to plug these memleaks
6920
6921 2002-09-20 [paul]       0.8.2claws64
6922
6923         * sync with 0.8.3cvs4
6924                 'Select thread' re-implemented 
6925                 see ChangeLog 2002-09-20
6926
6927 2002-09-21 [alfons]     0.8.2claws63
6928
6929         * src/compose.c
6930                 compose_send(): plug unnoticed memleak
6931
6932 2002-09-20 [alfons]     0.8.2claws62
6933
6934         * src/addr_compl.c
6935                 replace_address_in_edit(): strict check for NULL address to
6936                 fix "[ 607348 ] Segfault in address completion". My guess is
6937                 that this happens with an empty address book, but it's good
6938                 to have this check here anyway
6939                 
6940                 completion_window_button_press(): free string returned 
6941                 from the internal cache
6942
6943 2002-09-20 [christoph]  0.8.2claws61
6944
6945         * src/procmime.h
6946                 added ENC_BINARY to EncodingType
6947         * src/procmime.c
6948                 the string returned by procmime_get_encoding_str
6949                 should not depend on the order of values in the
6950                 EncodingType definition
6951         * doc-src/rfc1806.txt   ** NEW FILE **
6952                 Added rfc1806 about MIME Content-Disposition
6953                 Extension
6954
6955 2002-09-19 [paul]       0.8.2claws60
6956
6957         * sync with 0.8.2cvs3
6958                 see ChangeLog 2002-09-19
6959
6960 2002-09-19 [paul]       0.8.2claws59
6961
6962         * src/prefs_folder_item.c
6963                 revert to Darko's original alignment of colour
6964                 selector button
6965                 add a colon to folder_color label
6966                 
6967         * src/compose.c
6968                 add Colin's patch (with Hiro's modifications) to 
6969                 force BASE64 encoding for 8-bit text when signing
6970                 (sync with 0.8.3cvs2)
6971
6972 2002-09-18 [alfons]     0.8.2claws58
6973
6974         * src/compose.c
6975                 :%sno/if(/if (/gc
6976                 :%sno/for(/for (/gc
6977                 (beautify a little bit)
6978
6979 2002-09-18 [christoph]  0.8.2claws57
6980
6981         * src/pine.c
6982                 fix handling of fgetc return value
6983
6984 2002-09-17 [alfons]     0.8.2claws56
6985         
6986         * src/summaryview.c
6987                 summary_sort(): check non-NULL summaryview->folder_item when no 
6988                 folder is selected at all
6989                 (closes "[ 610344 ] sort label make syl Crash")
6990
6991 2002-09-17 [alfons]     0.8.2claws55
6992         
6993         * src/compose.c
6994                 beautify a little bit
6995
6996 2002-09-17 [christoph]  0.8.2claws54
6997
6998         * src/folder.c
6999                 initialize max values for cache and folder
7000                 when cache or folder is empty
7001
7002 2002-09-15 [colin]      0.8.2claws53
7003
7004         * src/compose.c
7005                 Fix a leak (thanks Alfons!) and cleaned
7006                 variables names for custom headers
7007
7008 2002-09-15 [colin]      0.8.2claws52
7009
7010         * src/compose.c
7011                 Fix custom headers recognition when
7012                 prefs_common.trans_hdr is on
7013
7014 2002-09-15 [colin]      0.8.2claws51
7015
7016         * src/compose.c
7017                 Allow dynamically-added custom headers
7018                 Yet not reparsed if reedited
7019
7020 2002-09-15 [alfons]     0.8.2claws50
7021
7022         * src/prefs_account.c
7023                 fix warnings
7024
7025 2002-09-15 [colin]      0.8.2claws49
7026         
7027         * src/prefs_account.c
7028                 fix pop_before_smtp sensitivity
7029
7030 2002-09-15 [colin]      0.8.2claws48
7031
7032         * src/inc.[ch]
7033                 add inc_pop_before_smtp()
7034                 allow MainWindow to be undefined in 
7035                 inc_account_mail() and inc_start()
7036         * src/pop.c
7037           src/prefs_account.h
7038                 add STYPE_POP_BEFORE_SMTP session type
7039         * src/prefs_account.c
7040                 activated pop before smtp option
7041         * src/send.c
7042                 do pop before smtp if the relevant option 
7043                 is set
7044
7045 2002-09-15 [paul]       0.8.2claws47
7046
7047         * sync with 0.8.3
7048                 see ChangeLog 2002-09-15
7049
7050 2002-09-14 [paul]       0.8.2claws46
7051
7052         * po/bg.po
7053                 updated Bulgarian translation, submitted by
7054                 George Danchev
7055
7056 2002-09-13 [paul]       0.8.2claws45
7057
7058         * src/compose.c
7059                 merge claws' select_account() with main's
7060                 (new) compose_select_account(). [sync with
7061                 0.8.2cvs15, see ChangeLog 2002-09-11]
7062
7063 2002-09-12 [christoph]  0.8.2claws44
7064
7065         * src/filter.c
7066                 allocate 1 elements of FolderItem not 0
7067
7068 2002-09-12 [colin]      0.8.2claws43
7069
7070         * src/compose.c
7071                 Fix bug #590825 (obey Follow-up: poster)
7072
7073 2002-09-12 [colin]      0.8.2claws42
7074
7075         * src/procmime.c
7076                 Fix bug #557009 (wrong headers for messages 
7077                 forwarded as attachments)
7078
7079 2002-09-11 [colin]      0.8.2claws41
7080         
7081         * src/compose.c
7082                 Put SCF: pseudo-header on top of message
7083                 Set draft tmp_flag when saved as draft
7084
7085         * src/procmsg.c
7086           src/procheader.c
7087                 Skip after first \n\n for beginning of real message
7088                 for drafts too
7089
7090 2002-09-11 [christoph]  0.8.2claws40
7091
7092         * src/filtering.c
7093                 use procmsg flag functions in filtering or processing
7094                 will cause incorrect folder message counts
7095
7096 2002-09-11 [colin]      0.8.2claws39
7097
7098         * src/compose.c
7099                 Fix bug #550175 - wrong save folder when reediting
7100                 drafts
7101
7102 2002-09-11 [paul]       0.8.2claws38
7103
7104         * sync with 0.8.2cvs14
7105                 see ChangeLog 2002-09-11
7106
7107 2002-09-11 [colin]      0.8.2claws37
7108
7109         * src/folder.c
7110                 Fix a typo (seeming to cause new/unread status to
7111                 be lost)
7112
7113 2002-09-10 [christoph]  0.8.2claws36
7114
7115         * src/compose.c
7116                 compose_redirect should not use compose_generic_new
7117                 because that does more stuff than expected including
7118                 opening the external editor
7119                 (closes bug "[ 526608 ] bounced messages appear blank
7120                  in editor")
7121
7122 2002-09-10 [christoph]  0.8.2claws35
7123
7124         * src/folder.c
7125                 fix problem with too large message number range
7126                 causing a crash in folder_item_scan
7127
7128 2002-09-10 [paul]       0.8.2claws34
7129
7130         * sync with 0.8.2cvs13
7131                 see ChangeLog 2002-09-10
7132
7133 2002-09-10 [christoph]  0.8.2claws33
7134
7135         * src/msgcache.c
7136                 set MsgInfo TmpFlags for queue and draft folders
7137                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7138
7139 2002-09-10 [paul]       0.8.2claws32
7140
7141         * AUTHORS
7142           po/bg.po      ** NEW FILE **
7143                 new Bulgarian translation submitted by
7144                 George Danchev <danchev@spnet.net>
7145                 
7146         * tools/Makefile.am
7147           tools/README
7148           tools/tb2sylpheed     ** NEW FILE **
7149                 add script that converts an addressbook exported
7150                 from The Bat! into a Sylpheed addressbook. Submitted
7151                 by Urke MMI <urke-kg@eunet.yu>
7152
7153 2002-09-10 [paul]       0.8.2claws31
7154
7155         * sync with 0.8.2cvs12
7156                 see ChangeLog 2002-09-10
7157
7158 2002-09-06 [paul]       0.8.2claws30
7159
7160         * src/prefs_common.c
7161                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7162                 
7163         * tools/Makefile.am
7164           tools/README
7165           tools/ldif-to-xml.py  ** REMOVED **
7166                 remove obsolete python script
7167
7168 2002-09-06 [paul]       0.8.2claws29
7169
7170         * sync with 0.8.2cvs10
7171                 see ChangeLog 2002-09-06
7172
7173 2002-09-04 [paul]       0.8.2claws28
7174
7175         * sync with 0.8.2cvs9
7176                 see ChangeLog 2002-08-04
7177
7178 2002-09-04 [colin]      0.8.2claws27 
7179
7180         * src/prefs_common.[ch]
7181                 Added signature color configuration
7182         * src/textview.c
7183                 Use user-specified signature color
7184
7185 2002-09-03 [colin]      0.8.2claws26
7186
7187         * src/prefs_common.[ch]
7188                 Added autosave and autosave_length prefs
7189         * src/compose.c
7190                 Added compose_remove_draft()
7191                 Auto-save drafts according to the prefs
7192         * src/main.c
7193                 Added a crash-indicator file, allowing to check
7194                 for new messages on startup if Sylpheed crashed
7195                 (makes saved drafts "reappear")
7196
7197 2002-09-03 [colin]      0.8.2claws25
7198
7199         * src/textview.[ch]
7200                 Grey the signature
7201
7202 2002-09-03 [paul]       0.8.2claws24
7203
7204         * sync with 0.8.2cvs8
7205                 see ChangeLog 2002-09-02 and 2002-09-03
7206
7207 2002-09-03 [darko]      0.8.2claws23
7208
7209         * src/folderview.c
7210                 use normal style when creating new folder to pick
7211                 proper font size 
7212
7213 2002-09-02 [melvin]     0.8.2claws22
7214
7215         * src/gtkaspell.m4
7216                 removed some obsolete code
7217
7218 2002-09-02 [melvin]     0.8.2claws21
7219
7220         * ac/aspell.m4
7221                 fixed test's equality sign (== to =)
7222
7223 2002-09-02 [alfons]     0.8.2claws20
7224
7225         * src/folder.c
7226         * src/mh.c
7227                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7228                 as folder->destroy virtual as suggested by Hiro
7229                 (the mh.c code seems to have been lost around mh.c.1.21)
7230
7231 2002-09-02 [paul]       0.8.2claws19
7232
7233         * po/pt_BR.po
7234                 updated by Fabio Jr. Beneditto
7235                 
7236         * src/defs.h
7237                 use 'http://claws.sylpheed.org' for homepage link. 
7238                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7239
7240 2002-09-01 [alfons]     0.8.2claws18
7241
7242         * src/mh.c
7243                 plug memleak related to one Martin Kluge found
7244
7245 2002-08-31 [paul]       0.8.2claws17
7246
7247         * sync with 0.8.2cvs6
7248                 see ChangeLog 2002-08-30
7249
7250 2002-08-31 [alfons]     0.8.2claws16
7251
7252         * src/folder.c
7253                 folder_destroy(): remove mailbox from folderlist even if it has
7254                 no destroy virtual
7255
7256 2002-08-31 [alfons]     0.8.2claws15
7257
7258         * src/folder.c
7259                 :%sno/if(/if (/gc
7260                 :%sno/for(/for (/gc
7261                 (being pedantic I know)
7262
7263 2002-08-31 [alfons]     0.8.2claws14
7264
7265         * src/folder.c
7266                 check for NULL pointers returned from folder->fetch_msginfo virtual
7267                 (should solve some reported crashes)
7268
7269 2002-08-30 [alfons]     0.8.2claws13
7270
7271         * acconfig.h
7272         * configure.in
7273         * src/crash.c
7274                 enable crash dialog on compilation time
7275                 (--enable-crash-dialog configure option)
7276
7277 2002-08-30 [alfons]     0.8.2claws12
7278
7279         * AUTHORS
7280                 add Martin Kluge
7281         * src/mh.c
7282                 apply memory leak plug patch by Martin Kluge
7283                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7284                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7285                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7286
7287 2002-08-30 [darko]      0.8.2claws11
7288
7289         * src/folderview.c
7290                 copy Gtk style from normal style to match
7291                 font size for coloured folders
7292
7293 2002-08-29 [alfons]     0.8.2claws10
7294
7295         * sylpheed.desktop
7296                 Type=Internet <- Type=Application
7297                 (reported by Michael Schwendt, see:
7298                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7299                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7300
7301 2002-08-29 [paul]       0.8.2claws9
7302
7303         * sync with 0.8.2cvs5
7304                 see ChangeLog 2002-08-29
7305
7306 2002-08-29 [colin]      0.8.2claws8
7307
7308         * src/summaryview.c
7309                 Added a sanity check in summary_select_thread
7310                 Should fix bug 601605
7311
7312 2002-08-29 [colin]      0.8.2claws7
7313
7314         * src/main.c
7315                 Revert claws6 changes regarding bug #591676
7316
7317 2002-08-28 [colin]      0.8.2claws6
7318         
7319         * src/main.c
7320                 Ignore cache for queue folderitems
7321                 Fix bug #591676
7322
7323 2002-08-28 [melvin]     0.8.2claws5
7324
7325         * README.claws
7326                 Fixed typos.
7327
7328 2002-08-28 [melvin]     0.8.2claws4
7329
7330         * README.claws
7331                 Updated a bit the text concerning the spell checker
7332
7333 2002-08-28 [melvin]     0.8.2claws3
7334
7335         Merged the GNU_aspell_branch:
7336                 Support of new GNU/aspell is now included and the old pspell
7337                 is not supported anymore.
7338                 See README.claws
7339
7340         * README.claws
7341                 Updated spell checker text to reflect the switch to GNU/aspell
7342
7343         * ac/aspell.m4          *** NEW ***
7344         * src/gtkaspell.[ch]    *** NEW *** 
7345         * ac/pspell.m4          *** DELETED *** 
7346         * src/gtkspell.[ch]     *** DELETED ***
7347
7348         * ac/Makefile.am
7349                 Updated for GNU/aspell support
7350
7351         * po/POTFILES.in
7352                 Replaced gtkspell.c by gtkaspell.c
7353
7354         * acconfig.h
7355         * src/Makefile.am
7356         * src/about.c
7357         * src/compose.[ch]
7358         * src/crash.c
7359         * src/main.c
7360         * src/prefs_common.[ch]
7361                 Updated for GNU/aspell support
7362
7363 2002-08-28 [paul]       0.8.2claws2
7364
7365         * sync with 0.8.2cvs4
7366                 see ChangeLog 2002-08-27 and 2002-08-28
7367
7368 2002-08-28 [colin]      0.8.2claws1
7369
7370         * src/summary_search.c
7371                 Added "AND search"
7372
7373 2002-08-28 [jens]       0.8.2claws
7374
7375         *po/de.po
7376                 Updated German translations
7377
7378 2002-08-27 [melvin]     0.8.2claws
7379
7380         * po/fr.po
7381                 Updated French translations
7382
7383 2002-08-27 [paul]       0.8.2claws
7384
7385         * sync with 0.8.2 main release
7386
7387         * po/en_GB.po
7388           po/es.po
7389           po/it.po
7390           po/pl.po
7391           po/pt_BR.po
7392           po/sr.po
7393                 updated message catalogs submitted by
7394                 Ricardo Mones Lastra, Alessandro Maestri,
7395                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7396                 Beneditto and Urke MMI  
7397
7398 2002-08-27 [hoa]        0.8.1claws123
7399
7400         * src/mainwindow.[ch]
7401         * src/summaryview.[ch]
7402                 removed the "filter setting" menu option.
7403                 add a "cancel a news message" menu option.
7404
7405 2002-08-26 [martin]     0.8.1claws122
7406
7407         * ChangeLog.claws
7408                 changed string under 0.8.1claws79 changed by myself
7409                 i'm sorry alfons :(
7410
7411 2002-08-26 [martin]     0.8.1claws121
7412
7413         * src/crash.c
7414                 added kill command to debuggerrc to start crash dialog
7415
7416 2002-08-26 [paul]       0.8.1claws120
7417
7418         * sync with 0.8.1cvs31
7419                 see ChangeLog 2002-08-26
7420
7421 2002-08-25 [alfons]     0.8.1claws119
7422
7423         * src/procmsg.c
7424                 fix bug that didn't send out correct headers to news server
7425                 when sending news article and email from queue (bug reported
7426                 and patch provided by Tim Mann; closes bug 
7427                 "[ 583196 ] 0.7.8claws can't post news")
7428
7429 2002-08-25 [alfons]     0.8.1claws118
7430
7431         * src/selective_download.c
7432                 mark two strings as translatable
7433                 (thanks to Urke MMI for pointing this out)
7434
7435 2002-08-25 [alfons]     0.8.1claws117
7436
7437         * src/summaryview.c
7438                 treat sent boxes as special and allow sorting them by addressee
7439                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7440                 submitted by Steve Lamb)
7441
7442 2002-08-24 [alfons]     0.8.1claws116
7443
7444         * src/matcher.c
7445                 fix memleak reported by Martin Kluge
7446                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7447
7448 2002-08-24 [oliver]     0.8.1claws115
7449
7450         * src/prefs_toolbar.c
7451                 o code cleanup as suggested by Alfons
7452                 o memleak fix
7453
7454 2002-08-24 [alfons]     0.8.1claws114
7455
7456         * src/summaryview.c
7457                 o fix another memory leak reported by Martin Kluge
7458                   (see "[ 599568 ] Small Memory Leak")
7459                 o remove 'from' variable from 'summary_set_header()'; we can
7460                   do with just 'to' 
7461
7462 2002-08-24 [paul]       0.8.1claws113
7463
7464         * sync with 0.8.1cvs30
7465                 see ChangeLog 2002-08-23
7466
7467 2002-08-24 [alfons]     0.8.1claws112
7468
7469         * src/summaryview.c
7470                 remove unnecessary allocations for search bar fixing leaks
7471                 reported by Martin Kluge
7472                 (see "[ 599451 ] Further memory leaks?")
7473
7474 2002-08-24 [alfons]     0.8.1claws111
7475
7476         * src/main.c
7477                 make get_socket_name() public for crash.c
7478         * src/crash.c
7479                 o make report bug button work (goes to claws' 
7480                   bug tracker at sf.net)
7481                 o introduce function for doing important stuff just
7482                   before claws goes down
7483                 o clean up code 
7484
7485 2002-08-24 [alfons]     0.8.1claws110
7486
7487         * src/compose.c
7488                 move cursor to "To" entry when forwarding as attachment
7489                 (reported and solved by Steve Lamb, closes bug report
7490                 "[ 592880 ] Forward as attachment; cursor not in to")
7491
7492 2002-08-24 [colin]      0.8.1claws109
7493
7494         * src/mainwindow.c
7495                 fix quick search visibility after GUI (de)separations.
7496
7497 2002-08-23 [colin]      0.8.1claws108
7498
7499         * src/mainwindow.c
7500                 fix header pane visibility after folderview or
7501                 messageview (de)separation
7502
7503 2002-08-23 [paul]       0.8.1claws107
7504
7505         * src/mainwindow.[ch]
7506           src/toolbar.c
7507                 give full control of display or non-display 
7508                 of the Execute icon to Custom toolbar settings.
7509                 add new sensitivity condition to maninwindow.h: 
7510                 M_DELAY_EXEC
7511
7512         * ChangeLog
7513           ChangeLog.jp
7514           NEWS
7515                 more sync with 0.8.1cvs29
7516
7517 2002-08-23 [melvin]     0.8.1claws106
7518
7519         * src/alertpanel.c
7520                 Readded support for custom widget in alertpanel lost in last
7521                 sync.
7522
7523 2002-08-23 [paul]       0.8.1claws105
7524
7525         * sync with 0.8.1cvs29
7526                 see ChangeLog 2002-08-23
7527
7528 2002-08-23 [colin]      0.8.1claws104
7529
7530         * src/summaryview.c
7531                 Fix folder and search pixmaps exchanging positions
7532                 after theme or toolbar changes. Thank to Oliver for 
7533                 reporting this.
7534
7535 2002-08-23 [colin]      0.8.1claws103
7536
7537         * src/mainwindow.c
7538           src/messageview.[ch]
7539           src/noticeview.[ch]
7540           src/summaryview.c
7541                 Changed messageview_create() and noticeview_create()
7542                 to avoid the last gdk_warning
7543
7544 2002-08-22 [colin]      0.8.1claws102
7545
7546         * src/summaryview.c
7547                 Fix my new `Creating pixmap from xpm' warning
7548
7549 2002-08-22 [colin]      0.8.1claws101
7550
7551         * src/mainwindow.c
7552                 Fix some of the gdk warnings
7553
7554 2002-08-22 [colin]      0.8.1claws100
7555
7556         * src/Makefile.am
7557         * src/stock_pixmap.c
7558         * src/stock_pixmap.h
7559         * src/pixmaps/quicksearch.xpm *ADDED*
7560                 Add the quicksearch pixmap
7561         * src/mainwindow.c
7562         * src/summaryview.c
7563         * src/summaryview.h
7564                 Make quicksearch bar visible/hidden via a button
7565
7566 2002-08-22 [christoph]  0.8.1claws99
7567
7568         * src/folder.c
7569                 fix folder update for newsgroups with message
7570                 numbers below minimum number of articles to fetch
7571                 (closes bug #598445)
7572
7573 2002-08-22 [paul]       0.8.1claws98
7574
7575         * sync with 0.8.1cvs28
7576                 see ChangeLog 2002-08-22
7577
7578 2002-08-21 [alfons]     0.8.1claws97
7579
7580         * src/crash.c
7581                 use bt instead of bt full which seems to work 
7582                 better, and bt full doesn't give a great deal 
7583                 of information anyway
7584
7585 2002-08-21 [colin]      0.8.1claws96
7586
7587         * src/summaryview.c
7588                 fix summaryview_searchtype_changed prototype
7589
7590 2002-08-21 [christoph]  0.8.1claws95
7591
7592         * src/mainwindow.c
7593                 o fix broken menu update for sorting type, we have to
7594                   get this info from the summaryview now
7595                 o removed setting of threaded state in menu callback
7596         * src/summaryview.[ch]
7597                 more summaryview/folderitem seperation for
7598                 threading option
7599         * configure.in
7600                 removed not required --with-compiler-flags option
7601
7602 2002-08-21 [oliver]     0.8.1claws94
7603         
7604         * src/toolbar.h 
7605                 o rename toolbar.xml to toolbar_main.xml
7606                   since toolbar_compose.xml might come up 
7607                   any time soon
7608         * README.claws
7609                 add custom toolbar              
7610
7611 2002-08-21 [darko]      0.8.1claws93
7612
7613         * src/procmsg.c
7614                 don't reset tmp flags for messages copied
7615                 to sent folder
7616
7617 2002-08-21 [colin]      0.8.1claws92
7618         
7619         * src/prefs_filtering.c
7620                 fix renaming rules on folder rename 
7621                 when folder is not a leaf folder
7622
7623 2002-08-21 [paul]       0.8.1claws91
7624
7625         * src/prefs_folder_item.c
7626                 fix alignment of colour selector
7627
7628 2002-08-21 [paul]       0.8.1claws90
7629
7630         * sync with 0.8.1cvs27
7631                 see ChangeLog 2002-08-21
7632
7633 2002-08-21 [paul]       0.8.1claws89
7634
7635         * src/summaryview.c
7636                 fix crash when changing field type in
7637                 Quick search bar
7638
7639 2002-08-21 [colin]      0.8.1claws88
7640
7641         * src/summaryview.c
7642                 Made quick search case-insensitive
7643
7644 2002-08-21 [paul]       0.8.1claws87
7645
7646         * sync with 0.8.1cvs26
7647                 see ChangeLog 2002-08-21
7648
7649 2002-08-20 [christoph]  0.8.1claws86
7650
7651         * src/folderview.c
7652         * src/main.c
7653         * src/summaryview.[ch]
7654                 more summaryview/folderitem seperation for
7655                 sort_key and sort_type
7656         * src/procmsg.c
7657                 added missing return statement
7658
7659 2002-08-20 [colin]      0.8.1claws85
7660
7661         * src/summaryview.[ch]
7662                 Added a quick search box
7663         * src/mainwindow.c
7664         * src/prefs_common.[ch]
7665                 Added a show/hide option for the quick search
7666
7667 2002-08-20 [oliver]     0.8.1claws84
7668         
7669         * src/mainwindow.c
7670                 remove toolbar_create_popups
7671         * src/toolbar.[ch]
7672                 o remove toolbar_create_popups
7673                 o fix toolbar_set_sensitive 
7674                   (Bug reports #596834 and #596832)     
7675         * src/prefs_toolbar.c
7676                 o add "Set default" button
7677                 o align label and text + combo widgets
7678
7679 2002-08-20 [hoa]        0.8.1claws83bis
7680
7681         * src/imap.c
7682                 fixed a bug in imap_fetch_msginfo() in case there is no
7683                 current folder.
7684
7685 2002-08-20 [darko]      0.8.1claws83
7686
7687         * src/folderview.c
7688                 copy the color style of folder view so it
7689                 works with GTK themes
7690
7691 2002-08-20 [darko]      0.8.1claws82
7692
7693         * src/folder.h
7694         * src/folderview.c
7695         * src/prefs_folder_item.[hc]
7696                 don't use UI stuff in folder.h
7697
7698 2002-08-20 [darko]      0.8.1claws81
7699
7700         * src/folder.h
7701         * src/prefs_folder_item.h
7702         * src/folderview.c
7703         * src/prefs_folder_item.c
7704                 ability to set folder color in folderview
7705
7706 2002-08-19 [alfons]     0.8.1claws80
7707
7708         * src/summaryview.c
7709                 fix one of the earlier memleaks reported by Martin Kluge
7710
7711 2002-08-19 [alfons]     0.8.1claws79
7712
7713         * src/mainwindow.c
7714                 hide notice view when selecting seperate folder
7715                 view (reported by Urke MMI)
7716
7717 2002-08-19 [christoph]  0.8.1claws78
7718
7719         * src/folderview.c
7720         * src/prefs_folder_item.h
7721         * src/summaryview.[ch]
7722                 o add summary_set_prefs_from_folderitem to set
7723                   summaryview prefs (first step to remove all
7724                   references to the folderitem in summaryview)
7725                 o moved compiled regex stuff from folderitem prefs
7726                   to summaryview code
7727
7728 2002-08-19 [paul]       0.8.1claws77
7729
7730         * src/compose.c
7731                 add check for '.' to QUOTE_IF_REQUIRED
7732
7733 2002-08-19 [paul]       0.8.1claws76
7734
7735         * src/inc.c
7736                 sync with 0.8.1cvs25 (plug memory leak)
7737
7738         * src/prefs_toolbar.c
7739                 re-order prefs_toolbar_cancel()
7740
7741 2002-08-18 [alfons]     0.8.1claws75
7742
7743         * src/inc.c
7744         * src/matcher.c
7745                 plug other memleaks reported by Martin Kluge
7746
7747 2002-08-18 [paul]       0.8.1claws74
7748
7749         * po/pt_BR.po
7750                 updated by Fabio Jr. Beneditto
7751
7752 2002-08-18 [paul]       0.8.1claws73
7753
7754         * src/toolbar.[ch]
7755                 fix bug where tooltips were displayed untranslated              
7756
7757         * src/prefs_toolbar.c
7758                 fix bug where clicking 'Cancel' creates an icon & text
7759                 toolbar regardless of prefs
7760         
7761
7762 2002-08-17 [oliver]     0.8.1claws72
7763
7764         * src/prefs_toolbar.c
7765                 update toolbar on CANCEL
7766                 bug reported by Martin Kluge
7767         * src/toolbar.c
7768                 toolbar_destroy memleak fixed           
7769
7770 2002-08-17 [alfons]     0.8.1claws71
7771
7772         * src/toolbar.c
7773                 plug another memleak reported by Martin Kluge
7774
7775 2002-08-16 [alfons]     0.8.1claws70
7776
7777         * src/crash.c
7778                 use execvp() correctly (suggested by wwp; thanks!)
7779
7780 2002-08-16 [alfons]     0.8.1claws69
7781
7782         * src/gtksctree.c
7783                 plug memory leak reported by Kim Schultz & Martin Kluge
7784
7785 2002-08-16 [paul]       0.8.1claws68
7786
7787         * po/es.po
7788                 updated by Ricardo Mones Lastra
7789
7790 2002-08-16 [paul]       0.8.1claws67
7791
7792         * src/toolbar.h
7793                 fix bug where 'Compose News' icon showed wrong
7794                 tooltip
7795
7796 2002-08-16 [paul]       0.8.1claws66
7797
7798         * sync with 0.8.1cvs24
7799                 see ChangeLog 2002-08-16
7800
7801         * po/it.po
7802                 updated by Alessandro Maestri
7803
7804 2002-08-15 [paul]       0.8.1claws65
7805
7806         * po/sr.po
7807                 updated by Urke MMI
7808
7809 2002-08-15 [paul]       0.8.1claws64
7810
7811         * src/*.c
7812                 don't translate debug info
7813
7814         * src/matcher.[ch]
7815                 add copyright info
7816
7817 2002-08-15 [paul]       0.8.1claws63
7818
7819         * src/prefs_toolbar.c
7820                 fix bug where clicking 'OK' creates an icon & text
7821                 toolbar regardless of prefs
7822
7823 2002-08-14 [alfons]     0.8.1claws62
7824
7825         * src/main.c
7826                 add global var that has the full argv[0]
7827         * src/crash.c
7828                 o execvp the correct sylpheed by using argv0
7829                   and setting the correct work dir
7830                 o other tweaks  
7831
7832 2002-08-14 [oliver]     0.8.1claws61
7833         
7834         * enable/disable Toolbar Action Buttons 
7835         * code cleanups
7836         * src/mainwindow.c
7837         * src/toolbar.[ch]      
7838         * src/prefs_toolbar.c   
7839
7840 2002-08-14 [melvin]     0.8.1claws60
7841
7842         * po/fr.po
7843                 Updated French translations
7844
7845 2002-08-14 [melvin]     0.8.1claws59
7846
7847         * src/crash.c
7848                 Made bug report not translatable
7849         * src/exporthtml.c
7850                 Fixed exporthtml_build_filespec() return value
7851         * src/foldersel.c
7852                 Fixed incorrect include file
7853         * src/gtkspell.c
7854         * src/prefs_actions.c
7855         * src/prefs_toolbar.c
7856                 Made debug info not translatable
7857         * src/mutt.c
7858         * src/quote_fmt.c
7859                 Added missing includes
7860         * src/prefs_common.c
7861                 Fixed typo
7862
7863 2002-08-14 [paul]       0.8.1claws58
7864
7865         * faq/es/sylpheed-faq.html
7866           faq/es/sylpheed-faq-[1-3].html
7867           faq/es/sylpheed-faq-4.html     **NEW FILE **
7868                 update Spanish FAQ
7869
7870 2002-08-13 [christoph]  0.8.1claws57
7871
7872         * src/procmsg.c
7873                 ignore thread fix that did not mark all
7874                 child nodes of a ignored thread as
7875                 ignored. Does not work perfectly yet,
7876                 but it is better now
7877
7878 2002-08-13 [alfons]     0.8.1claws56
7879
7880         * src/crash.c
7881                 o implement 'save crash log'
7882                 o some tweaks
7883
7884 2002-08-13 [melvin]     0.8.1claws55
7885
7886         * src/main.c
7887                 removed unrequired "execinfo.h" header
7888
7889 2002-08-12 [paul]       0.8.1claws54
7890
7891         * faq/en/sylpheed-faq.html
7892           faq/en/sylpheed-faq-[1-3].html
7893           faq/en/sylpheed-faq-4.html     **NEW FILE **
7894                 update English FAQ
7895
7896 2002-08-12 [alfons]     0.8.1claws53
7897
7898         * po/POTFILES.in
7899                 add crash.c to translatables
7900         * src/crash.c
7901                 bring in Leandro's crash dialog
7902
7903 2002-08-11 [alfons]     0.8.1claws52
7904
7905         * src/crash.c
7906                 clean up some warnings
7907
7908 2002-08-11 [alfons]     0.8.1claws51
7909
7910         * acconfig.h
7911         * configure.in
7912         * src/crash.[ch]        ** NEW FILES **
7913         * src/main.c            
7914                 initial gdb crash handler
7915
7916 2002-08-11 [paul]       0.8.1claws50
7917
7918         * src/prefs_toolbar.c
7919                 replace Up/Down arrow pixmaps with text to be
7920                 consistent across icon themes
7921
7922 2002-08-11 [paul]       0.8.1claws49
7923
7924         * src/prefs_common.c
7925           src/prefs_toolbar.c
7926                 rename 'Pixmap' -> 'Icon'
7927
7928         * src/toolbar.[ch]
7929                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7930
7931 2002-08-10 [paul]       0.8.1claws48
7932
7933         * src/prefs_toolbar.c
7934                 re-work the UI
7935
7936 2002-08-10 [paul]       0.8.1claws47
7937
7938         * src/main.c
7939                 don't write Processing progress to status bar
7940                 patch submitted by Alexander Evseev
7941
7942         * src/prefs_toolbar.c
7943                 re-position and resize window
7944                 make window assume correct size on first call
7945
7946 2002-08-10 [paul]       0.8.1claws46
7947
7948         * src/mainwindow.c
7949           src/prefs_toolbar.c
7950           src/toolbar.c
7951           src/toolbar.h
7952                 obey coding style
7953                 follow UI text conventions
7954
7955 2002-08-10 [alfons]     0.8.1claws45
7956
7957         * src/toolbar.c
7958                 correct pixmap for delete action
7959
7960 2002-08-10 [paul]       0.8.1claws44
7961
7962         * po/pt_BR.po
7963                 updated by Fabio Jr. Beneditto
7964
7965 2002-08-10 [paul]       0.8.1claws43
7966
7967         * po/POTFILES.in
7968                 add custom toolbar files
7969
7970 2002-08-10 [paul]       0.8.1claws42
7971
7972         * sync with 0.8.1cvs22
7973                 see ChangeLog 2002-08-09
7974
7975 2002-08-09 [paul]       0.8.1claws41
7976
7977         * tools/Makefile.am
7978           tools/README
7979           tools/outlook2sylpheed.pl     ** NEW FILE **
7980                 add script to convert exported Outlook
7981                 contacts list to a Sylpheed addressbook.
7982                 Submitted by Ricardo Mones Lastra.
7983
7984 2002-08-09 [paul]       0.8.1claws40
7985
7986         * AUTHORS
7987           configure.in
7988           po/sr.po      ** NEW FILE **
7989                 add Serbian message catalog. Submitted by
7990                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7991
7992 2002-08-09 [paul]       0.8.1claws39
7993
7994         * sync with 0.8.1cvs21
7995                 see ChangeLog 2002-08-08
7996
7997 2002-08-08 [oliver]     0.8.1claws38
7998
7999         * src/mainwindow.c
8000                 move Custom Toolbar to Configuration menu
8001
8002 2002-08-08 [oliver]     0.8.1claws37
8003
8004         * src/prefs_toolbar.c
8005                 fix substitute pixmap bug
8006
8007 2002-08-08 [paul]       0.8.1claws36
8008
8009         * sync with 0.8.1cvs19
8010                 see ChangeLog 2002-08-08
8011
8012 2002-08-07 [christoph]  0.8.1claws35
8013
8014         * src/utils.c
8015                 fixed a memory leak in new canonicalize_file_replace
8016
8017 2002-08-07 [christoph]  0.8.1claws34
8018
8019         * src/utils.[ch]
8020                 o canonicalize_file_replace should create the temporary
8021                   file in the same directory as the original file.
8022                 o added get_tmpfile_in_dir that creates a temorary file
8023                   in a specified directory.
8024
8025 2002-08-07 [melvin]     0.8.1claws33
8026
8027         * src/toolbar.c
8028                 fixed bug where 'Article' button acted as 'Email' button.
8029
8030 2002-08-07 [paul]       0.8.1claws32
8031
8032         * sync with 0.8.1.cvs17
8033                 see ChangeLog 2002-08-07
8034
8035 2002-08-07 [colin]      0.8.1claws31
8036         
8037         * src/news.c
8038                 fix mass-cancel problem
8039
8040 2002-08-07 [thorsten]   0.8.1claws30
8041
8042         * src/prefs_toolbar.c
8043                 fix: crash on replace or add new button
8044         * src/toolbar.c
8045                 fix: close xmlfile after reading
8046         * src/utils.c
8047                 fix: unlink() file before rename()
8048
8049 2002-08-06 [paul]       0.8.1claws29
8050
8051         * sync with 0.8.cvs15
8052                 see ChangeLog 2002-08-06
8053
8054 2002-08-06 [oliver]     0.8.1claws28
8055
8056         * src/toolbar.c
8057         * src/prefs_toolbar.c
8058                 fixed empty toolbar issue
8059
8060 2002-08-06 [oliver]     0.8.1claws27
8061
8062         * Custom Toolbar Final 
8063         * src/folderview.c
8064         * src/inc.c
8065         * src/summaryview.c
8066                 o toolbar stuff now lives in src/toolbar.[ch]
8067                 o main_window_toolbar_* functions are renamed to
8068                   toolbar_* reflecting their new source file
8069         * src/mainwindow.[ch]
8070                 o remove toolbar stuff  
8071
8072 2002-08-06 [oliver]     0.8.1claws26
8073         
8074         * src/Makefile.am
8075         * src/prefs_toolbar.[ch]        **New File**
8076         * src/toolbar.[ch]              **New File**
8077                 o prefs_toolbar.[ch] custom toolbar frontend
8078                 o toolbar.[ch]       backend 
8079
8080 2002-08-06 [oliver]     0.8.1claws25
8081
8082         * src/prefs_actions.[ch]
8083                 o new exported function actions_execute
8084
8085 2002-08-06 [paul]       0.8.1claws24
8086
8087         * sync with 0.8.1cvs4
8088                 see ChangeLog 2002-08-06
8089
8090 2002-08-06 [paul]       0.8.1claws23
8091
8092         * sync with 0.8.1cvs13
8093                 see ChangeLog 2002-08-06
8094
8095 2002-08-06 [paul]       0.8.1claws22
8096
8097         * sync with 0.8.1cvs12
8098                 see ChangeLog 2002-08-05 and 2002-08-06
8099
8100 2002-08-06 [match]      0.8.1claws21
8101
8102         * src/addrclip.c
8103                 improvements to cut/copy/paste address
8104
8105 2002-08-05 [match]      0.8.1claws20
8106
8107         * src/addritem.[ch]
8108         * src/addrcache.c
8109         * src/addrbook.c
8110         * src/editaddress.c
8111         * src/addressbook.c
8112                 fixes to improve cut/copy/paste
8113
8114 2002-08-06 [melvin]     0.8.1claws19
8115
8116         * src/account.[ch]
8117                 account_find_all_from_address(): new function that returns the
8118                 list of all accounts that are matched in an address.
8119         * src/alertpanel.[ch]
8120                 alertpanel() now accepts a custom widget
8121                 alertpanel_with_widget(): new function that pops up a panel with
8122                 a custom widget in it 
8123         * src/gtkutils.[ch]
8124                 gtkut_account_menu_new(): new function that allows the selection
8125                 of an account from a list of accounts.
8126         * src/messageview.c
8127                 Extended Return Receipt notification to select the correct 
8128                 account and to make a security test on the Delivery-Notification
8129                 address which should be the same as the Return-Path.
8130
8131 2002-08-06 [thorsten]   0.8.1claws18
8132
8133         * src/mimeview.c
8134                 attach_all: save unnamed as "noname.%d",
8135                 dont free static dirname
8136
8137 2002-08-05 [alfons]     0.8.1claws17
8138
8139         * configure.in
8140                 detect XIM by trying to link rather than compile a XIM program
8141
8142 2002-08-05 [oliver]     0.8.1claws16
8143                 
8144         * src/stock_pixmap.[ch]
8145                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8146                 o new func to retrieve pixmaps
8147
8148 2002-08-05 [paul]       0.8.1claws15
8149
8150         * sync with 0.8.1cvs10
8151                 see ChangeLog 2002-08-05
8152
8153 2002-08-04 [alfons]     0.8.1claws14
8154
8155         * src/textview.c
8156                 see if this plugs memleak
8157
8158 2002-08-04 [melvin]     0.8.1claws13
8159
8160         * src/gtkspell.c
8161                 fixed bug that could crash Sylpheed when highlighting
8162                 all misspelled words.
8163
8164 2002-08-03 [melvin]     0.8.1claws12
8165
8166         * src/prefs_actions.c
8167                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8168         * src/messageview.c
8169                 fixed bug where the Return Receipt was sent to
8170                 Delivery-Notification-To address even if it was not present
8171
8172 2002-08-02 [alfons]     0.8.1claws11
8173
8174         * src/prefs_actions.c
8175                 o more check for NULLs
8176                 o put create_io_dialog() in right conditional block
8177
8178 2002-08-02 [paul]       0.8.1claws10
8179
8180         * po/es.po
8181                 updated by Ricardo Mones Lastra
8182
8183 2002-08-01 [christoph]  0.8.1claws9
8184
8185         * src/folder.c
8186                 don't free the cache of the opened
8187                 folder in the summaryview
8188         * src/summaryview.c
8189                 don't unset flags, if it is not required
8190
8191 2002-08-01 [paul]       0.8.1claws8
8192
8193         * sync with 0.8.1cvs8
8194                 see ChangeLog entry 2002-08-01
8195
8196 2002-08-01 [paul]       0.8.1claws7
8197
8198         * sync with 0.8.1cvs7
8199                 see ChangeLog 2002-07-31 and 2002-08-01
8200
8201 2002-07-31 [christoph]  0.8.1claws6
8202
8203         * src/mainwindow.c
8204                 forgot to update menu sensitivity
8205                 function for new menu entry
8206
8207 2002-07-31 [alfons]     0.8.1claws5
8208
8209         * src/main.c
8210                 check folder item and its path for NULL on
8211                 initial processing
8212
8213 2002-07-31 [christoph]  0.8.1claws4
8214
8215         * src/folder.c
8216                 check if folder_item_get_msginfo in
8217                 folder_item_remove_msg returned NULL
8218         * src/imap.c
8219                 better clear the uid cache in the
8220                 uid validity check function and delete
8221                 cached messages
8222
8223 2002-07-31 [paul]       0.8.1claws3
8224
8225         * man/sylpheed.1
8226                 add the '--attach' option and a few other
8227                 minor changes
8228
8229 2002-07-31 [paul]       0.8.1claws2
8230
8231         * sync with 0.8.1cvs5
8232                 see ChangeLog 2002-07-31
8233
8234 2002-07-31 [christoph]  0.8.1claws1
8235
8236         * src/folderview.[ch]
8237         * src/mainwindow.c
8238                 replace "Rescan all folders..." with
8239                 "Check all folders for new messages..."
8240
8241 2002-07-30 [paul]       0.8.1claws
8242
8243         * version 0.8.1claws released
8244
8245 2002-07-30 [paul]       0.8.0claws29
8246
8247         * tools/OOo2sylpheed.pl ** NEW FILE **
8248           tools/README
8249                 add script to enable sending documents as
8250                 attachments from OpenOffice.org
8251
8252 2002-07-30 [melvin]     0.8.0claws28
8253
8254         * src/prefs_actions.c
8255                 Made the actions' input/output dialog display
8256                 without delay.
8257
8258 2002-07-30 [christoph]  0.8.0claws27
8259
8260         * src/procmsg.c
8261                 check if folder_item_get_msginfo in
8262                 procmsg_save_to_outbox returned NULL
8263
8264 2002-07-30 [paul]       0.8.0claws26
8265
8266         * sync with 0.8.1cvs4
8267                 see ChangeLog 2002-07-29
8268
8269 2002-07-29 [thorsten]   0.8.0claws25
8270
8271         * README.claws
8272                 added selective download, delete on server
8273
8274 2002-07-29 [paul]       0.8.0claws24
8275
8276         * sync with 0.8.1cvs3
8277                 see ChangeLog 2002-07-29
8278
8279 2002-07-27 [christoph]  0.8.0claws23
8280
8281         * src/folder.c
8282                 add extra check if fetching the msginfo
8283                 returned NULL
8284
8285 2002-07-27 [paul]       0.8.0claws22
8286
8287         * sync with 0.8.1cvs2
8288                 see ChangeLog 2002-07-26
8289
8290 2002-07-27 [christoph]  0.8.0claws21
8291
8292         * src/imap.c
8293                 add another check if a valid msginfo
8294                 was returned
8295
8296 2002-07-26 [hoa]        0.8.0claws20
8297
8298         * src/folder.c
8299                 Fixed a condition in folder_item_destroy()
8300
8301         * src/imap.c
8302                 Fixed an error in IMAP protocol
8303
8304 2002-07-26 [alfons]     0.8.0claws19
8305
8306         * src/folder.c
8307                 ofcourse compare with identifier, not the path
8308
8309 2002-07-26 [alfons]     0.8.0claws18
8310
8311         * src/folder.c
8312                 use folder item identifier for saving / restoring
8313                 preferences because folder->path might not be unique
8314
8315 2002-07-26 [melvin]     0.8.0claws17
8316
8317         * src/logwindow.c
8318                 Fixed a crash introduced in 0.8.0claws5 when log is 
8319                 cut under 80 characters.
8320
8321 2002-07-26 [paul]       0.8.0claws16
8322
8323         * sync with 0.8.1cvs1
8324                 see ChangeLog 2002-07-26
8325
8326 2002-07-26 [christoph]  0.8.0claws15
8327
8328         * src/imap.[ch]
8329                 imap folder now remembers the last selected
8330                 folder and imap_fetch_msginfo skips selecting
8331                 the folder if it is already selected
8332
8333 2002-07-26 [christoph]  0.8.0claws14
8334
8335         * src/folder.c
8336         * src/folderview.c
8337         * src/imap.c
8338                 fix imap folder rescanning
8339
8340 2002-07-25 [christoph]  0.8.0claws13
8341
8342         * src/filter.c
8343         * src/folder.[ch]
8344         * src/folderview.c
8345         * src/imap.[ch]
8346         * src/mainwindow.c
8347         * src/mbox_folder.c
8348         * src/mh.c
8349         * src/news.c
8350                 implement imap uid cache and uid validity check
8351
8352 2002-07-25 [alfons]     0.8.0claws12
8353
8354         * src/summaryview.c
8355                 fix a brown paper bag bug, and also add some more
8356                 checks
8357
8358 2002-07-25 [christoph]  0.8.0claws11
8359
8360         * src/folder.c
8361                 don't mix copy, fetch_msginfo and remove
8362                 operations in folder item copy and move
8363                 operations
8364
8365 2002-07-25 [christoph]  0.8.0claws10
8366
8367         * src/folderview.c
8368         * src/mainwindow.c
8369         * src/prefs_folder_item.c
8370         * src/summaryview.[ch]
8371                 remove no longer required parameter update_cache from
8372                 summary_show
8373
8374 2002-07-25 [paul]       0.8.0claws9
8375
8376         * sync with 0.8.1
8377         
8378         * AUTHORS
8379                 a few corrections
8380
8381 2002-07-24 [alfons]     0.8.0claws8
8382
8383         * src/summaryview.c
8384                 sort correctly when using simplified subject line
8385                 (closes feature request "[ 585141 ] applying regexp to subject 
8386                 before sort" submitted by Alexandra Walford)
8387
8388 2002-07-24 [paul]       0.8.0claws7
8389
8390         * sync with 0.8.0cvs3
8391                 see ChangeLog 2002-07-24
8392
8393 2002-07-23 [christoph]  0.8.0claws6
8394
8395         * src/folder.c
8396         * src/folder.h
8397         * src/summaryview.c
8398         * src/summaryview.h
8399         * src/main.c
8400                 o separate processing and summaryview
8401                 o removed summary_write_cache from summaryview
8402                 o removed summaryview->killed_messages, because we don't have
8403                   to keep a list of killed messages anymore. New cache will
8404                   keep the hidden messages in cache anyway
8405         * src/folderview.c
8406         * src/inc.c
8407         * src/selective_download.c
8408                 o removed unnecessary summary_write_cache calls
8409         * src/procmsg.c
8410                 o don't set ignore thread flag in procmsg_get_thread_tree
8411                   if it is already set
8412         * src/mainwindow.c
8413         * src/statusbar.h
8414                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8415                   they are used in different files
8416
8417 2002-07-23 [melvin]     0.8.0claws5
8418
8419         * src/addressbook.c
8420         * src/addrgather.c
8421         * src/editaddress.c
8422         * src/editgroup.c
8423         * src/editldap_basedn.c
8424         * src/importldif.c
8425         * src/prefs_common.c
8426                 Fixed few memory leak (gtk_editable_get_chars returns
8427                 an allocated string)
8428         * src/logwindow.c
8429                 Fixed few memory leak (gtk_editable_get_chars returns
8430                 an allocated string) and modified a little the log cutting
8431                 loop.
8432         * src/compose.c
8433                 Replaced a call to an obsolete function gtk_entry_get_text()
8434                 by gtk_editable_get_chars()
8435         * src/send.c
8436                 Removed a debug printf
8437
8438 2002-07-23 [christoph]  0.8.0claws4
8439
8440         * src/filesel.c
8441                 fix another g_dirname memory leak
8442
8443 2002-07-23 [christoph]  0.8.0claws3
8444
8445         * src/mh.c
8446                 fixed a memory leak in mh_fetch_msginfo
8447                 fixed crash when message header could not be
8448                 parsed
8449
8450 2002-07-23 [paul]       0.8.0claws2
8451
8452         * sync with 0.8.0cvs2
8453                 see ChangeLog 2002-07-23
8454
8455 2002-07-23 [paul]       0.8.0claws1
8456
8457         * sync with 0.8.0cvs1
8458                 see ChangeLog 2002-07-23
8459
8460 2002-07-23 [paul]       0.8.0claws
8461
8462         * release of 0.8.0claws
8463
8464 2002-07-23 [paul]       0.7.8claws99
8465
8466         * po/ru.po
8467                 new Russian translation, submitted by
8468                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8469
8470 2002-07-22 [jens]       0.7.8claws98
8471
8472         * po/de.po
8473                 Updated German translations.
8474
8475 2002-07-22 [paul]       0.7.8claws97
8476
8477         * po/es.po
8478           po/it.po
8479           po/nl.po
8480           po/pt_BR.po
8481                 updated translations by Ricardo Mones Lastra,
8482                 Alessandro Maestri, Wilbert Berendsen and 
8483                 Fabio Jr. Beneditto respectively
8484
8485 2002-07-22 [christoph]  0.7.8claws96
8486
8487         * src/mimeview.c
8488                 fix memory leak caused by wrong g_dirname usage
8489
8490 2002-07-22 [christoph]  0.7.8claws95
8491
8492         * src/summaryview.c
8493                 update new and unread message counts for summaryview
8494                 summaryview does not get it from the folder anymore
8495                 and has to update the values itself
8496
8497 2002-07-22 [melvin]     0.7.8claws94
8498
8499         * po/fr.po
8500                 Updated French translations.
8501
8502 2002-07-22 [christoph]  0.7.8claws93
8503
8504         * src/matcher.c
8505                 set prop->preg pointer to NULL or following check
8506                 will not fail and regexec will be called with
8507                 invalid pointer
8508
8509 2002-07-21 [alfons]     0.7.8claws92
8510         
8511         * src/prefs_common.[ch]
8512                 remove option "Send return receipt on request"
8513
8514 2002-07-21 [thorsten]   0.7.8claws91
8515
8516         * src/mimeview.c
8517                 fixed memleaks, coding style as pointed out by alfons
8518
8519 2002-07-21 [alfons]     0.7.8claws90
8520
8521         * src/messageview.c
8522         * src/noticeview.[ch]
8523                 o fix bug notice view being displayed when going to empty folder 
8524                   (noticed by Christoph)
8525                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8526                   (noticed by Thorsten)
8527
8528 2002-07-21 [thorsten]   0.7.8claws89
8529
8530         * src/mimeview.c
8531                 Included save_all patch from Xaview FACQ
8532                 added support for pathnames
8533
8534 2002-07-21 [alfons]     0.7.8claws88
8535
8536         * po/POTFILES.in
8537         * src/Makefile.am
8538         * src/mainwindow.c
8539         * src/messageview.[ch]
8540         * src/noticeview.c      ** NEW FILE **
8541         * src/noticeview.h      ** NEW FILE **
8542                 make return receipts work again
8543                 (UI idea by Leandro Pereira)
8544
8545 2002-07-21 [paul]       0.7.8claws87
8546
8547         * src/summaryview.c
8548                 fix sensitivity of 'Select thread'
8549
8550 2002-07-21 [paul]       0.7.8claws86
8551
8552         * src/prefs_common.c
8553                 add browser command line for Galeon
8554
8555 2002-07-21 [paul]       0.7.8claws85
8556
8557         * Makefile.am
8558                 fix 'EXTRA_DIST': remove README.README, add TODO
8559                 and TODO.claws
8560
8561 2002-07-21 [alfons]     0.7.8claws84
8562
8563         * src/gtkstext.c
8564                 make enter clear selection
8565                 (closes "[ 579888 ] Editor selection/entry error"
8566                 reported by Steve Lamb)
8567
8568 2002-07-21 [alfons]     0.7.8claws83
8569         
8570         * src/summaryview.c
8571                 sort message list when selecting unthread messages
8572                 (closes "[ 501593 ] switching threaded view doesn't sort"
8573                 reported by Simon Schubert)
8574
8575 2002-07-20 [alfons]     0.7.8claws82
8576         
8577         * src/matcher.c
8578                 const-correctness
8579
8580 2002-07-20 [thorsten]   0.7.8claws81
8581
8582         * src/matcher.c
8583                 Fixed expansion of empty fields in matchactions
8584
8585 2002-07-19 [melvin]     0.7.8claws80
8586
8587         * src/gtkspell.c
8588                 Removed a duplicate menu entry (fast mode) introduced during
8589                 the new cache merge
8590                 Added a menu separator between 'Use alternate' and 'Fast mode'
8591
8592 2002-07-19 [paul]       0.7.8claws79
8593
8594         * tools/Makefile.am
8595           tools/README
8596                 correct typos
8597
8598 2002-07-19 [thorsten]   0.7.8claws78
8599
8600         * tools/calypso_convert.pl      ** NEW FILE **
8601           tools/README
8602           tools/Makefile.am
8603                 script to import mbox files exported
8604                 by calypso
8605                 o generates folder structure
8606                 o includes attachments
8607
8608 2002-07-19 [melvin]     0.7.8claws77
8609
8610         * src/selective_download.[ch]
8611                 Fixed bug where closing the dialog with the window manager's
8612                 close button will not unlock the summary
8613                 Corrected some function declarations that missed a return value
8614                 Made the source code comply better with coding style.
8615         * src/prefs_common.c
8616                 Added new browser command line for Mozilla.
8617
8618 2002-07-18 [paul]       0.7.8claws76
8619
8620         * src/mainwindow.c
8621           src/selective_download.[ch]
8622                 reflect theme changes, fix Gdk Warning when creating 
8623                 pixmap from NULL window, and minor clean up.
8624                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8625
8626         * po/en_GB.po
8627                 updated
8628
8629 2002-07-17 [paul]       0.7.8claws75
8630
8631         * INSTALL[.jp]
8632                 sync with 0.8.0
8633         
8634         * po/en_GB.po
8635                 updated
8636
8637 2002-07-16 [paul]       0.7.8claws74
8638
8639         * tools/filter_conv.pl
8640           tools/README
8641                 replace conversion script with reimplemented version, 
8642                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8643
8644 2002-07-16 [colin]      0.7.8claws73
8645
8646         * src/summaryview.c
8647                 remove forgotten debug messages - sorry ;-)
8648
8649 2002-07-16 [colin]      0.7.8claws72
8650
8651         * src/mimeview.c
8652           src/summaryview.c
8653           src/textview.c
8654           src/textview.h
8655                 add the ability to select part of a text mime-part 
8656                 to reply.
8657
8658 2002-07-15 [christoph]  0.7.8claws71
8659
8660         * src/folder.c
8661                 fix folder message count for folders without
8662                 msg_is_changed (includes news folders)
8663
8664 2002-07-15 [martin]     0.7.8claws70
8665
8666         * src/summaryview.c
8667                 option "display recipient on 'From'..." now works
8668                 without the need of enabling the option
8669                 "display  sender  using  address  book".
8670
8671 2002-07-15 [christoph]  0.7.8claws69
8672
8673         * src/summaryview.c
8674                 removed setting folder status from summaryview.
8675                 folder.c should update all message counts correctly.
8676
8677 2002-07-15 [paul]       0.7.8claws68
8678
8679         * po/pt_BR.po
8680                 updated by Fabio Junior Beneditto
8681
8682 2002-07-15 [darko]      0.7.8claws67
8683
8684         * src/mh.c
8685                 Fixed target folder colorization, don't decrease op
8686                 number twice
8687
8688 2002-07-14 [paul]       0.7.8claws66
8689
8690         * sync with main 0.8.0
8691                 see ChangeLog 2002-07-14
8692
8693 2002-07-13 [melvin]     0.7.8claws65
8694         
8695         * src/addrbook.c
8696         * src/addressbook.c
8697         * src/addrindex.c
8698                 Replaced sprintf by g_snprintf to prevent possible buffer
8699                 overflow.
8700         * src/news.c
8701                 Corrected a log message output format.
8702                 Added a missing "done" debug output.
8703         * src/compose.c
8704                 Added keyboard accelerator for Priority menu items
8705                 Added missing \n in debug output
8706         * src/logwindow.c
8707         * src/gtkspell.c
8708         * src/rfc2015.c
8709                 Added missing \n in debug output
8710
8711 2002-07-13 [paul]       0.7.8claws64
8712
8713         * man/sylpheed.1
8714                 change Sergey's email address to the sf address
8715
8716         * src/textview.c
8717                 increase show_url_timeout (more useful for long
8718                 urls)
8719
8720 2002-07-12 [sergey]     0.7.8claws63
8721
8722         * src/rfc2015.c
8723                 applied (with some modifications) patch to set the
8724                 micalg parameter for signatures
8725                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8726
8727 2002-07-12 [sergey]     0.7.8claws62
8728
8729         * man/Makefile.am
8730         * configure.in
8731                 fixed man page installation
8732
8733 2002-07-12 [paul]       0.7.8claws61
8734
8735         * sync with 0.7.8cvs26
8736                 see ChangeLog 2002-07-11 and 2002-07-12
8737
8738 2002-07-11 [christoph]  0.7.8claws60
8739
8740         * src/compose.c
8741         * src/procmsg.c
8742                 first use the message number to find the message
8743                 to mark with a reply flag but check the
8744                 message-id if we got the correct message, if not
8745                 try to find it by message-id.
8746                 use new string seperator that is not allowed
8747                 in message-ids.
8748
8749 2002-07-11 [paul]       0.7.8claws59
8750
8751         * sync with 0.7.8cvs23
8752                 see ChangeLog 2002-07-10
8753
8754 2002-07-10 [christoph]  0.7.8claws58
8755
8756         * src/folder.[ch]
8757         * src/msgcache.[ch]
8758                 Added message-id table to the cache in memory
8759                 and functions to msgcache.c and folder.c to
8760                 fetch MsgInfos by message id
8761         * src/compose.c
8762         * src/procmsg.c
8763                 store folder and message-id of message replying
8764                 to in queue header and set reply flag after sending
8765                 (Closes bug #469498)
8766
8767 2002-07-10 [paul]       0.7.8claws57
8768
8769         * AUTHORS
8770           man/sylpheed.1.gz
8771                 add Martin to the list of authors
8772
8773 2002-07-09 [martin]     0.7.8claws56
8774         * src/gtksctree.c
8775                 Added gtk_ctree_last_visible(), tree_update_level(),
8776                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8777                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8778                 from gtk+ to gtksctree.c for the new sorting code
8779                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8780                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8781         * src/gtksctree.h
8782                 Added declaration for gtk_sctree_sort_recursive() and
8783                 gtk_sctree_sort_node
8784         * src/addressbook.c
8785         * src/foldersel.c
8786         * src/folderview.c
8787         * src/summaryview.c
8788                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8789                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8790
8791 2002-07-08 [paul]       0.7.8claws55
8792
8793         * more sync with 0.7.8cvs21
8794                 see ChangeLog 2002-07-08
8795
8796 2002-07-08 [paul]       0.7.8claws54
8797
8798         * sync with 0.7.8cvs21
8799                 see ChangeLog 2002-07-08
8800
8801 2002-07-07 [alfons]     0.7.8claws53
8802
8803         * src/Makefile.am
8804         * src/stock_pixmap.[ch]
8805         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8806         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8807         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8808                 add new pixmaps for upcoming notice pane
8809
8810 2002-07-06 [melvin]     0.7.8claws52
8811
8812         * src/gtkspell.[ch]
8813                 Made them a bit closer to Sylpheed's coding style.
8814                 Removed old code.
8815                 Removed possible memory leaks when some errors occurs.
8816
8817 2002-07-06 [melvin]     0.7.8claws51
8818
8819         * po/Makefile.in.in
8820                 Removed --no-location in xgettext command line to help
8821                 translators that use Emacs' po-mode
8822         * src/quote_fmt.c
8823                 Removed unnecessary comments that messed up sylpheed.pot
8824
8825 2002-07-06 [paul]       0.7.8claws50
8826
8827         * sync with 0.7.8cvs19
8828                 see ChangeLog 2002-07-05
8829
8830 2002-07-06 [christoph]  0.7.8claws49
8831
8832         * src/folder.c
8833         * src/mainwindow.c
8834                 fix folder_item_remove_all_msg and folderview
8835                 status for trash folders after emptying trash
8836
8837 2002-07-05 [paul]       0.7.8claws48
8838
8839         * sync with 0.7.8cvs16
8840                 see ChangeLog 2002-07-04 and 2002-07-05
8841
8842 2002-07-04 [paul]       0.7.8claws47
8843
8844         * sync with 0.7.8cvs14
8845                 see  ChangeLog 2002-07-04
8846
8847 2002-07-03 [alfons]     0.7.8claws46
8848
8849         * src/folder.c
8850                 dupe folder item's path because it's being reallocated
8851                 by new folder scanning code
8852
8853 2002-07-03 [christoph]  0.7.8claws45
8854
8855         * src/imap.c
8856                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8857         * src/msgcache.c
8858                 add missing return in msgcache_write
8859
8860 2002-07-02 [thorsten]   0.7.8claws44
8861
8862         * src/jpilot.c
8863         * src/msgcache.c
8864         * src/rfc2015.c
8865                 use binary mode for file access
8866
8867 2002-07-02 [christoph]  0.7.8claws43
8868
8869         * major code cleanup (part 1)
8870         
8871                 - unused variables removed
8872                 - unused functions removed
8873                 - uninitialized variables checked
8874                 - missing return statements added
8875                 - missing function return types added
8876                 - added parentheses around assignment and
8877                   && in || when suggested by gcc
8878               
8879         * src/mh.c
8880         * src/folder.c
8881                 replaced direct calls to folder->scan_tree
8882                 with folder_scan_tree and restore folder
8883                 prefs in this function. The folder should
8884                 not have to deal with them.
8885                 ( Should now work for all folder types )
8886
8887 2002-07-02 [paul]       0.7.8claws42
8888
8889         * sync with 0.7.8cvs13
8890                 see ChangeLog 2002-07-01 and 2002-07-02
8891
8892 2002-07-01 [christoph]  0.7.8claws41
8893
8894         * src/summaryview.c
8895                 fix "goto next/prev unread message" with
8896                 ignored threads
8897
8898 2002-07-01 [paul]       0.7.8claws40
8899
8900         * po/es.po
8901                 updated by Ricardo Mones Lastra
8902
8903 2002-06-30 [match]      0.7.8claws39
8904
8905         * src/jpilot.c
8906                 applied variation of leonerd's patch (566661) to
8907                 allow multiple email addresses per JPilot entry.
8908                 addresses may be separated by space, comma, pipe,
8909                 semi-colon, new-line.
8910
8911 2002-06-30 [alfons]     0.7.8claws38
8912
8913         * src/procmsg.c
8914                 simple fix for putting older nodes before
8915                 newer nodes when threading by subject
8916
8917 2002-06-30 [christoph]  0.7.8claws37
8918
8919         * src/folder.c
8920         * src/folderview.c
8921         * src/mh.c
8922         * src/news.c
8923         * src/procmsg.c
8924                 fix broken folder tree rescaning
8925                 and don't use procmsg_get_mark_sum
8926                 anymore
8927
8928 2002-06-30 [christoph]  0.7.8claws36
8929
8930         * merge new cache branch
8931         * src/imap.c
8932                 fix new cache imap copy bug
8933         * src/folder.c
8934                 improved folder_item_scan
8935                 it should now always set the correct
8936                 new, unread and total message counts
8937
8938 2002-06-29 [paul]       0.7.8claws35
8939
8940         * configure.in
8941                 correct syntax error
8942
8943 2002-06-29 [paul]       0.7.8claws34
8944
8945         * configure.in
8946           Makefile.am
8947           man/Makefile.am       ** NEW FILE **
8948           man/sylpheed.1.gz     ** NEW FILE **
8949                 add Sylpheed man page
8950
8951 2002-06-29 [paul]       0.7.8claws33
8952
8953         * po/pt_BR.po
8954                 updated by Fabio Junior Beneditto
8955
8956 2002-06-28 [jens]       0.7.8claws32
8957
8958         * po/de.po
8959                 translation updated
8960
8961         * src/selective_download.c
8962                 removed gettext for space " "
8963
8964         * src/imap.c
8965                 removed wrong space
8966
8967 2002-06-28 [paul]       0.7.8claws31
8968
8969         * sync with 0.7.8cvs11
8970                 see ChangeLog 2002-06-28
8971
8972 2002-06-28 [paul]       0.7.8claws30
8973
8974         * sync with 0.7.8cvs10
8975                 see ChangeLog 2002-06-27 and 2002-06-28
8976
8977 2002-06-26 [paul]       0.7.8claws29
8978
8979         * src/addrgather.c
8980           src/selective_download.c
8981                 don't gettextise empty strings.
8982                 reserved by gettext. gettext("") returns 
8983                 the header entry with meta information, 
8984                 not the empty string
8985
8986         * po/en_GB.po
8987                 updated
8988
8989 2002-06-26 [paul]       0.7.8claws28
8990
8991         * sync with 0.7.8cvs7
8992                 see ChangeLog 2002-06-25
8993
8994         * src/prefs_common.c
8995                 ...and in the process, tweak the gui a little
8996
8997 2002-06-25 [alfons]     0.7.8claws27
8998         
8999         * configure.in
9000         * src/Makefile.am
9001                 fine tune ldap library detection
9002
9003 2002-06-25 [alfons]     0.7.8claws26
9004
9005         * src/compose.c
9006                 don't allow return receipts when composing a news article
9007
9008 2002-06-25 [paul]       0.7.8claws25
9009
9010         * Makefile.am
9011                 add '$(AMTAR)' to 'release' section to allow for
9012                 new and older autotools
9013
9014 2002-06-25 [paul]       0.7.8claws24
9015
9016         * src/summaryview.c
9017                 fix "No more unread messages" persistant pop-up
9018                 window bug
9019
9020 2002-06-25 [paul]       0.7.8claws23
9021
9022         * po/it.po
9023                 updated by Alessandro Maestri
9024
9025 2002-06-25 [paul]       0.7.8claws22
9026
9027         * sync with 0.7.8cvs6
9028                 see ChangeLog 2002-06-25
9029
9030 2002-06-24 [paul]       0.7.8claws21
9031
9032         * tools/update-po
9033                 add GPL copyright information
9034
9035 2002-06-24 [paul]       0.7.8claws20
9036
9037         * tools/Makefile.am
9038           tools/README
9039           tools/update-po       ** NEW FILE **
9040                 add script that eases the creation of *.po files
9041                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9042
9043 2002-06-23 [alfons]     0.7.8claws19
9044
9045         * src/messageview.c
9046                 make notification_convert_header obey const correctness
9047                 (next step will be fixing the broken return receipt)
9048
9049 2002-06-23 [paul]       0.7.8claws18
9050
9051         * src/messageview.c
9052                 fix bug introduced in last commit:
9053                 removed too much code in last commit - put back what's
9054                 needed
9055
9056 2002-06-23 [paul]       0.7.8claws17
9057
9058         * src/messageview.[ch]
9059                 remove code committed in error from locally patched
9060                 source
9061
9062 2002-06-23 [colin]      0.7.8claws16
9063
9064         * src/compose.[ch]
9065                 add compose_entry_select(), used to select the default_to
9066                 email address - hopefully avoiding people sending mails to
9067                 wrong recipients.
9068
9069 2002-06-22 [alfons]     0.7.8claws15
9070
9071         * AUTHORS
9072                 add Bram Metsch & Stanislav Karchebny
9073         * src/smtp.[ch]
9074         * src/prefs_account.[ch]
9075         * src/send.c
9076                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9077                   options.  (see <http://sourceforge.net/tracker/index.php
9078                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9079
9080                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9081                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9082
9083 2002-06-22 [paul]       0.7.8claws14
9084
9085         * sync with 0.7.8cvs5
9086                 see ChangeLog 2002-06-19 and 2002-06-20
9087
9088 2002-06-22 [alfons]     0.7.8claws13
9089
9090         * src/selective_download.c
9091                 fix a stupid mistake I made
9092
9093 2002-06-22 [alfons]     0.7.8claws12
9094
9095         * src/selective_download.[ch]
9096                 fix another unnoticed leak; cleanup code
9097
9098 2002-06-21 [alfons]
9099
9100         * tools/Makefile.am
9101                 gpg-sign <-- gpg-sign-syl
9102
9103 2002-06-21 [alfons]     0.7.8claws11
9104
9105         * src/selective_download.c
9106         * src/selective_download.h
9107                 fix assorted mix of allocation errors (should solve
9108                 problem reported by Philippe Gramoullé, see:
9109                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9110
9111 2002-06-20 [melvin]     0.7.8claws10
9112
9113         * tools/gpg-sign *REMOVED*
9114           tools/gpg-sign-syl *ADDED*
9115                 Replaced the gpg clearsigning script with the version using
9116                 xterm instead of ssh-askpass and changed its name.
9117
9118         * README.claws
9119                 Updated actions example to reflect the renaming of the
9120                 gpg clearsigning script.
9121
9122 2002-06-19 [paul]       0.7.8claws9
9123
9124         * sync with 0.7.8claws9
9125                 see ChangeLog 2002-06-18 and 2002-06-19
9126
9127 2002-06-19 [paul]       0.7.8claws8
9128
9129         * sync with 0.7.8cvs1
9130                 see ChangeLog 2002-06-18
9131
9132 2002-06-18 [alfons]     0.7.8claws7
9133
9134         * src/mainwindow.h
9135                 add omitted prototype
9136
9137 2002-06-17 [paul]       0.7.8claws6
9138
9139         * src/mainwindow.c
9140                 fix hiding of exec_btn
9141
9142 2002-06-17 [paul]       0.7.8claws5
9143
9144         * src/pop.c
9145                 remove unneeded code: should_delete() 
9146                 and Pop3State::uidl_todelete_list
9147
9148 2002-06-17 [paul]       0.7.8claws4
9149
9150         * sync with 0.7.8
9151                 see ChangeLog 2002-06-11 and 2002-06-13
9152
9153 2002-06-16 [alfons]     0.7.8claws3
9154         
9155         * src/folder.c
9156                 make sure lock sort mode (claws specific) is
9157                 also persists after a tree rescan
9158
9159 2002-06-16 [alfons]     0.7.8claws2
9160
9161         * src/prefs_folder_item.c
9162         * src/folder.[ch]
9163                 fix persistence of folder sort mode (broken
9164                 by adapting Hiro's new folder persistence code)
9165
9166 2002-06-16 [alfons]     0.7.8claws1
9167
9168         * AUTHORS
9169         * src/logwindow.c
9170         * src/prefscommon.[ch]
9171                 control size of log text in log window; 
9172                 closes patch #569155 submitted by Mitko Haralanov.
9173
9174 2002-06-15 [paul]       0.7.8claws
9175
9176         * release of 0.7.8claws
9177
9178 2002-06-15 [paul]       0.7.7claws
9179
9180         * po/pt_BR.po
9181                 updated by Fabio Junior Beneditto
9182
9183 2002-06-14 [paul]       0.7.6claws49
9184
9185         * po/es.po
9186                 updated by Ricardo Mones Lastra
9187
9188 2002-06-14 [paul]       0.7.6claws48
9189
9190         * po/nl.po
9191                 updated translation by Wilbert Berendsen
9192
9193 2002-06-14 [melvin]     0.7.6claws47
9194
9195         * po/fr.po
9196                 Updated French translation
9197
9198 2002-06-13 [paul]       0.7.6claws46
9199
9200         * src/filesel.c
9201                 allow filename to be typed in, rather than just
9202                 selected by the mouse. Patch by Gustavo Noronha Silva.
9203
9204 2002-06-13 [alfons]     0.7.6claws45
9205
9206         * src/mainwindow.[ch]
9207                 more cleanups (removing unnecessary menu items Expand 
9208                 summary / message view)
9209
9210 2002-06-13 [melvin]     0.7.6claws44
9211
9212         * po/POTFILES.in
9213                 Added src/string_match.c
9214         * src/string_match.c
9215                 Fixed possible buffer overflow.
9216                 Corrected typo.
9217                 Added missing config.h header.
9218         * src/prefs_common.c
9219           src/prefs_matcher.c
9220           src/prefs_scoring.c
9221                 Made some strings translatable (missing _(..)).
9222
9223 2002-06-13 [melvin]     0.7.6claws43
9224
9225         * README.claws
9226                 Corrected action example (verifying clearsigned mail).
9227         * src/prefs_account.c
9228                 Corrected typo.
9229         * src/prefs_common.c
9230                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9231
9232 2002-06-12 [alfons]     0.7.6claws42
9233
9234         * src/summaryview.c
9235                 add init of score column lost in 0.7.6claws42
9236
9237 2002-06-12 [paul]       0.7.6claws41
9238
9239         * src/prefs_account.c
9240                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9241                 behavior of the radio buttons, (from 0.7.7cvs2)
9242
9243 2002-06-11 [alfons]     0.7.6claws40
9244
9245         * src/messageview.[ch]
9246         * src/summaryview.[ch]
9247         * src/summary_search.c
9248         * src/mainwindow.c
9249                 perform a sync to bring in Hiro's separate view implementation 
9250
9251                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9252
9253 2002-06-11 [paul]       0.7.6claws39
9254         
9255         * src/prefs_account.c
9256                 correct a typo on the Receive tab
9257
9258 2002-06-10 [match]      0.7.6claws38
9259
9260         * src/addressbook.c
9261                 Included address completion patch from Gustavo Noronha.
9262
9263 2002-06-10 [paul]       0.7.6claws37
9264
9265         * src/inc.[ch]
9266           src/pop.c
9267           src/prefs_account.[ch]
9268           src/selective_download.[ch]
9269                 apply PATCH #561712
9270                  NEW:
9271                 - check if POP Account
9272                 - Receive Button renamed to Preview
9273                 - Preview Button Popup: preview new/all messages
9274                 - Download Button
9275                 - Account Preferences-->Receive tab checkbutton if you
9276                   want to remove Mail after Download
9277                 -: default YES
9278                 - Account Preferences-->Receive tab checkbutton use
9279                   filtering rules on preview
9280                   (think of delete_on_server)
9281                 -: default YES
9282                 - Account selectable from SD dialog
9283                 - checkbutton to show already downloaded messages if
9284                   all messages are previewed
9285                 - new clist column showing Date
9286                 - ESC KEY close
9287                 FIXES:
9288                 - play ball with UIDL
9289                 - fault tolerant (?) 
9290                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9291
9292 2002-06-10 [melvin]     0.7.6claws36
9293
9294         * README.claws
9295                 Added a hint to ac/README in cvs instructions.
9296
9297         * src/prefs_actions.c
9298                 Made it possible to use a more elaborate command line
9299                 for asynchronous actions, too.
9300
9301 2002-06-10 [melvin]     0.7.6claws35
9302         
9303         * src/prefs_actions.c
9304                 Make it possible to use a more elaborate command line
9305                 (e.g. |foo|bar|cat>there;echo Done|)
9306                 Corrected error message when calling %f, %F and %p commands
9307                 from the compose window.
9308
9309 2002-06-09 [colin]      0.7.6claws34
9310
9311         * src/summaryview.c
9312                 Automatically find unread messages in current folder
9313                 before annoying the user.
9314
9315 2002-06-08 [alfons]     0.7.6claws33
9316
9317         * po/it.po
9318                 remove bad formatting string in it.po translation
9319                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9320
9321 2002-06-08 [paul]       0.7.6claws32
9322
9323         * sync with 0.7.6cvs25
9324                 see ChangeLog 2002-06-07
9325
9326 2002-06-05 [paul]       0.7.6claws31
9327
9328         * src/mainwindow.c
9329                 add 'Sort by locked' and 'Sort by score'
9330
9331 2002-06-05 [paul]       0.7.6claws30
9332
9333         * sync with 0.7.6cvs24
9334                 see ChangeLog 2002-06-04
9335
9336 2002-06-04 [paul]       0.7.6claws29
9337
9338         * po/pt_BR.po
9339                 updated by Fabio Junior Beneditto
9340
9341 2002-06-03 [thorsten]   0.7.6claws28
9342
9343         * src/matcher.c
9344                 fclose() matcherrc after reading
9345
9346 2002-06-03 [paul]       0.7.6claws27
9347
9348         * sync with 0.7.6cvs21
9349                 see ChangeLog 2002-05-31
9350
9351 2002-05-31 [paul]       0.7.6claws26
9352
9353         * sync with 0.7.6cvs20
9354                 see ChangeLog 2002-05-29 and 2002-05-30
9355
9356 2002-05-31 [paul]       0.7.6claws25
9357
9358         * src/imap.c
9359                 hopefully fix last buggy sync
9360
9361         * README.claws
9362                 correct typo in 'Actions' examples
9363
9364 2002-05-29 [paul]       0.7.6claws24
9365
9366         * sync with 0.7.6cvs18
9367                 see ChangeLog 2002-05-28 and 2002-05-29
9368
9369         * src/news.c
9370           src/nntp.[ch]
9371                 sync with above 
9372
9373 2002-05-28 [paul]       0.7.6claws23
9374
9375         * sync with 0.7.6cvs16
9376                 see ChangeLog 2002-05-28
9377
9378 2002-05-27 [thorsten]   0.7.6claws22 
9379
9380         * faq/it/sylpheed-faq-1.html
9381           faq/it/sylpheed-faq-2.html
9382           faq/it/sylpheed-faq-3.html
9383           faq/it/sylpheed-faq.html
9384                 corrected DOS lineendings
9385         * faq/de/sylpheed-faq-1.html
9386           faq/de/sylpheed-faq-2.html
9387           faq/en/sylpheed-faq-1.html
9388           faq/en/sylpheed-faq-2.html
9389           faq/en/sylpheed-faq-3.html
9390           faq/es/sylpheed-faq-1.html
9391           faq/es/sylpheed-faq-2.html
9392           faq/es/sylpheed-faq-3.html
9393           faq/fr/sylpheed-faq-1.html
9394           faq/it/sylpheed-faq-1.html
9395           faq/it/sylpheed-faq-2.html
9396           faq/it/sylpheed-faq-3.html
9397           faq/it/sylpheed-faq.html
9398                 changed ">" to &quot;
9399
9400 2002-05-27 [paul]       0.7.6claws21
9401         
9402         * sync with 0.7.6cvs15
9403                 see ChangeLog 2002-05-27
9404
9405 2002-05-27 [paul]       0.7.6claws20
9406
9407         * src/prefs_account.c
9408                 correct a typo
9409
9410 2002-05-26 [paul]       0.7.6claws19
9411
9412         * tools/README
9413                 correct a typo
9414
9415 2002-05-25 [paul]       0.7.6claws18
9416
9417         * tools/README
9418                 add description of kmail2sylpheed.pl
9419
9420 2002-05-25 [paul]       0.7.6claws17
9421
9422         * tools/kmail2sylpheed.pl       ** NEW FILE **
9423                 perl script that converts an exported Kmail address
9424                 book, converts it to sylpheed addressbook file,
9425                 writes the file to .sylpheed, and updates
9426                 addrbook--index.xml 
9427
9428 2002-05-25 [paul]       0.7.6claws16
9429
9430         * sync with 0.7.6cvs14
9431                 see ChangeLog 2002-05-23
9432
9433 2002-05-24 [paul]       0.7.6claws15
9434
9435         * README.claws
9436                 make a correction and add some more info
9437
9438 2002-05-24 [paul]       0.7.6claws14
9439
9440         * src/compose.c
9441                 fix memory leak in 
9442                 compose_redirect_write_headers_from_headerlist()
9443                 add Subject and Resent-Message-ID to
9444                 compose_redirect_write_headers()
9445                 Received, Subject, and X-UIDL are filtered out in 
9446                 compose_redirect_write_to_file()
9447
9448 2002-05-23 [paul]       0.7.6claws13
9449
9450         * src/compose.[ch]
9451           src/filtering.c
9452           src/mainwindow.c
9453           src/matcher.[ch]
9454           src/matcher_parser_lex.l
9455           src/matcher_parser_parse.y
9456           src/prefs_common.[ch]
9457           src/prefs_filtering.c
9458           src/summaryview.c
9459                 rename 'Bounce' to 'Redirect'
9460
9461 2002-05-23 [paul]       0.7.6claws12
9462
9463         * more sync with 0.7.6cvs13
9464           src/compose.c
9465                 see ChangeLog 2002-05-22
9466
9467 2002-05-22 [paul]       0.7.6claws11
9468
9469         * sync with 0.7.6cvs13
9470           src/codeconv.c
9471                 see ChangeLog 2002-05-20
9472           src/prefs_common.c
9473                 see ChangeLog 2002-05-22
9474
9475 2002-05-21 [melvin]     0.7.6claws10
9476
9477         * src/folderview.c
9478                 Added missing filtering and scoring headers
9479                 Fixed bad function call that showed garbage 
9480                 in Folder->Processing
9481
9482 2002-05-21 [paul]       0.7.6claws9
9483
9484         * tools/Makefile.am
9485                 make all tools executable, (patch by Alfons).
9486
9487 2002-05-20 [alfons]     0.7.6claws8
9488
9489         * src/procheader.c
9490                 don't forget to call mktime() so we have a valid week 
9491                 and year day
9492                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9493
9494 2002-05-20 [paul]       0.7.6claws7
9495
9496         * src/html.c
9497                 fix broken parsing of urls
9498         * src/textview.c
9499                 fix displaying of urls
9500
9501                 both fixes from the patch [547855] by Eugene 
9502                 Brevdo (zonem)
9503
9504 2002-05-19 [alfons]     0.7.6claws6
9505
9506         * configure.in
9507                 make sylpheed configure correctly with the latest
9508                 and greatest of automake / autoconf / gettext
9509
9510 2002-05-19 [alfons]     0.7.6claws5
9511
9512         * src/procheader.c
9513         * src/procheader.h
9514                 add function for returning ime zone offset
9515         * src/quote_fmt.c
9516         * src/quote_fmt_parse.y
9517                 better quotation formatting - does not convert
9518                 to local time, but uses the original date string.
9519                 
9520                 Note: %z inserts the timezone offset (should 
9521                 work also on platforms where strftime does not
9522                 support %z).
9523
9524 2002-05-18 [christoph]  0.7.6claws4
9525
9526         * src/summaryview.c
9527                 fix indentation of some code
9528         * tools/Makefile.am
9529                 fix spaces after \
9530         * src/Makefile.am
9531                 add missing \
9532                 correct path for ignorethread.xpm
9533                 incorrect filename for sylpheed_logo.xpm
9534                 add missing include matcher_parser_parse.h
9535
9536 2002-05-18 [paul]       0.7.6claws3
9537
9538         * sync with 0.7.6cvs8
9539                 see ChangeLog 2002-05-16 and 2002-05-17
9540
9541 2002-05-18 [melvin]     0.7.6claws2
9542
9543         * README.claws
9544                 Corrected an action's definition and fixed some misspellings.
9545
9546 2002-05-18 [paul]       0.7.6claws1
9547
9548         * tools/Makefile.am
9549           tools/gpg-sign        ** new file **
9550           tools/uudec           ** new file **
9551                 add Melvin's Actions scripts
9552
9553         * README.claws
9554                 add Melvin's descriptions for Actions
9555
9556 2002-05-18 [paul]       0.7.6claws
9557
9558         * Version 0.7.6claws released
9559
9560 2002-05-17 [paul]       0.7.5claws32
9561
9562         * po/es.po
9563                 updated by Ricardo Mones Lastra
9564
9565 2002-05-17 [paul]       0.7.5claws31
9566
9567         * src/compose.c
9568                 fix Account prefs default folder for sent/draft/deleted
9569                 messages bug
9570
9571         * po/it.po
9572           po/nl.po
9573                 updated translation by Alessandro Maestri and
9574                 Wilbert Berendsen
9575
9576 2002-05-17 [melvin]     0.7.5claws30
9577
9578         * src/prefs_actions.c
9579                 Fixed bug where using %F not at the end of the command 
9580                 resulted in an additional empty argument being created.
9581                 Thanks to Darko Koruga for reporting the bug.
9582
9583 2002-05-17 [melvin]     0.7.5claws29
9584
9585         * po/fr.po
9586                 Updated French translations.
9587
9588 2002-05-15 [paul]       0.7.5claws28
9589         
9590         * po/es.po
9591                 updated by Ricardo Mones Lastra
9592
9593 2002-05-15 [paul]       0.7.5claws27
9594
9595         * sync with 0.7.6cvs4
9596                 see ChangeLog 2002-05-14 and 2002-05-15
9597
9598 2002-05-14 [paul]       0.7.5claws26
9599
9600         * sync with 0.7.6cvs1
9601                 see ChangeLog 2002-05-13
9602
9603 2002-05-13 [thorsten]   0.7.5claws25
9604
9605         * src/messageview.c
9606                 fix select_all and copy in multipart messages
9607         * src/mainwindow.c
9608                 fix select_all and copy in multipart messages
9609
9610 2002-05-12 [paul]       0.7.5claws24
9611
9612         * src/summaryview.c
9613                 reverse last commit, bug already fixed in 0.7.5claws3
9614
9615 2002-05-12 [netztorte]  0.7.5claws23
9616
9617         * src/summaryview.c
9618                 dont parse empty addressbook (checked in before claws20)
9619
9620 2002-05-12 [melvin]     0.7.5claws22
9621
9622         * src/procmsg.[ch]
9623                 Removed unneeded priority code introduced by the previous 
9624                 commit.
9625
9626 2002-05-12 [melvin]     0.7.5claws21
9627
9628         * src/compose.[ch]
9629                 Added possibility to set message's priority.
9630         * src/procmsg.[ch]
9631                 Added possibility to set message's priority.
9632                 Added missing headers
9633
9634 2002-05-12 [melvin]     0.7.5claws20
9635
9636         * src/prefs_actions.c
9637                 Removed implicitely added quotes around the name
9638                 of the temporary files of mime parts.
9639
9640 2002-05-12 [paul]       0.7.5claws19
9641
9642         * sync with 0.7.5cvs20
9643                 see ChangeLog 2002-05-11
9644
9645 2002-05-12 [alfons]     0.7.5claws18
9646
9647         * src/quote_fmt_lex.l
9648         * src/quote_fmt_parse.y
9649                 allow quote / reply date & time format to be set using
9650                 %D{format}. format is a format string you'd pass to
9651                 strftime() (see man strftime, or the Display tab |
9652                 Date format setting).
9653
9654                 Currently %D converts the date to local time. 
9655
9656 2002-05-11 [paul]       0.7.5claws17
9657
9658         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9659                 see ChangeLog 2002-05-10 and 2002-05-11
9660
9661 2002-05-10 [paul]       0.7.5claws16
9662
9663         * sync with 0.7.5cvs16
9664                 see ChangeLog entries 2002-05-09 and 
9665                 2002-05-10
9666
9667 2002-05-10 [colin]      0.7.5claws15
9668
9669         * src/textview.c
9670                 Corrected a bug that prevented sylpheed to open
9671                 double-clicked URIs.
9672
9673 2002-05-09 [paul]       0.7.5claws14
9674
9675         * sync with 0.7.5cvs14
9676                 see ChangeLog 2002-05-08 and 2002-05-09
9677
9678 2002-05-08 [paul]       0.7.5claws13
9679
9680         * sync with 0.7.5cvs11
9681                 see ChangeLog entry 2002-05-08
9682
9683 2002-05-08 [paul]       0.7.5claws12
9684
9685         * src/mainwindow.c
9686           src/textview.[ch]
9687                 fix segfault on View->Open in new window
9688                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9689
9690 2002-05-07 [paul]       0.7.5claws11
9691
9692         * sync with 0.7.5cvs9
9693                 see ChangeLog entry 2002-05-07
9694
9695 2002-05-06 [paul]       0.7.5claws10
9696
9697         * src/messageview.c
9698           src/textview.c
9699                 display url in statusbar on single-click
9700                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9701
9702 2002-05-06 [match]      0.7.5claws9
9703
9704         * src/addritem.[ch]
9705                 new functions.
9706         * src/addrcache.c
9707                 tidy up.
9708         * src/xmlprops.[ch]
9709                 XML implementation of properties file.
9710         * src/exporthtml.[ch]
9711         * src/expthtmldlg.[ch]
9712         * src/addressbook.c
9713                 export to HTML.
9714
9715 2002-05-02 [sergey]     0.7.5claws8
9716
9717         * src/mainwindow.c (mainwin_entries),
9718           src/prefs_common.c (prefs_send_create()),
9719           src/codeconv.c (locale_table):
9720                 use charset name "Windows-1251" instead of "CP1251".
9721
9722 2002-05-02 [colin]      0.7.5claws7
9723         
9724         * src/compose.c
9725           src/prefs_common.c
9726           src/prefs_folder_item.c
9727                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9728
9729 2002-05-02 [hiro]       0.7.5claws6
9730
9731         * src/imap.c
9732                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9733
9734 2002-05-02 [paul]       0.7.5claws5
9735
9736         * src/compose.c
9737                 more sync with 0.7.5cvs7, see ChangeLog entry
9738                 2002-05-02
9739
9740 2002-05-02 [hiro]       0.7.5claws4
9741
9742         * src/compose.c
9743                 compose_queue_sub():
9744                 check if queue folder exists (closes #550397).
9745                 removed directory creation since it should be handled
9746                 transparently.
9747         * src/imap.c
9748                 imap_add_msg(): return UID for appended message
9749                 (closes #548842).
9750
9751 2002-04-30 [paul]       0.7.5claws3
9752
9753         * src/summaryview.c
9754                 fix account_find_from_address() bug
9755
9756 2002-04-28 [colin]      0.7.5claws2
9757
9758         * src/compose.c
9759           src/textview.c
9760           src/prefs_common.[ch]
9761           src/utils.[ch]
9762                 Added user-definable quotation characters recognition.
9763
9764 2002-04-28 [paul]       0.7.5claws1
9765
9766         * sync with 0.7.5cvs4
9767                 see ChangeLog entry  2002-04-25
9768
9769 2002-04-28 [paul]       0.7.5claws
9770
9771         * po/es.po
9772           po/nl.po
9773           po/pt_BR.po
9774                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9775                 Fabio Junior Beneditto
9776
9777 2002-04-27 [jens]       0.7.4claws103
9778
9779         * po/de.po
9780                 updated German translation.
9781
9782 2002-04-27 [hiro]       0.7.4claws102
9783
9784         * src/summaryview.c
9785                 summary_write_cache(): fixed the mark loss of hidden messages.
9786
9787 2002-04-26 [melvin]     0.7.4claws101
9788
9789         * src/procmsg.c
9790                 fixed a second typo (same one)
9791         * po/fr.po
9792           po/it.po
9793           po/pt_BR.po
9794                 fixed the type again...
9795
9796 2002-04-26 [melvin]     0.7.4claws100
9797
9798         * src/procmsg.c
9799                 fixed a typo in an alert message ("temorary").
9800         * po/it.po
9801         * po/pt_BR.po
9802                 corrected the typo  described above.
9803         * po/fr.po
9804                 updated French translation.
9805
9806 2002-04-26 [darko]      0.7.4claws99
9807
9808         * src/summaryview.c
9809                 fix target folder colorization
9810
9811 2002-04-25 [paul]       0.7.4claws98
9812
9813         * po/it.po
9814                 updated by Alessandro Maestri
9815
9816 2002-04-24 [colin]      0.7.4claws97
9817         
9818         * src/compose.c
9819                 Fixed double "subject is empty" question.
9820
9821 2002-04-23 [colin]      0.7.4claws96
9822         
9823         * src/mimeview.c
9824                 Corrected issue when "automatically display images" was
9825                 not set : first image remained after selecting second.
9826
9827 2002-04-23 [melvin]     0.7.4claws95
9828
9829         * src/prefs_actions.c
9830                 Don't display in/out dialog if there is nothing to show.
9831
9832 2002-04-23 [paul]       0.7.4claws94
9833
9834         * sync with 0.7.5cvs3
9835                 bug fixes: see ChangeLog entry 2002-04-23
9836
9837 2002-04-22 [darko]      0.7.4claws93
9838
9839         * src/compose.c
9840                 fix previous check-in which changed code after
9841                 merge from main
9842
9843 2002-04-22 [paul]       0.7.4claws92
9844
9845         * faq/de/*
9846                 add German FAQ
9847         * faq/en/*
9848           faq/es/*
9849           faq/fr/*
9850                 update English, Spanish and French FAQs
9851         * manual/de/*
9852           manual/es/*
9853                 add German and Spanish manuals
9854         * manual/en/*
9855           manual/fr/*
9856                 update English and French manuals
9857
9858         * src/Makefile.am
9859                 add to and re-arrange the pixmap entries
9860
9861 2002-04-22 [darko]      0.7.4claws91
9862
9863         * src/compose.c
9864                 fix sender initials recognition to only allow
9865                 '>' after the initials
9866
9867 2002-04-21 [paul]       0.7.4claws90
9868
9869         * sync with 0.7.5 release
9870                 see ChangeLog entry 2002-04-21
9871
9872 2002-04-21 [alfons]
9873
9874         * src/Makefile.am
9875                 add colin's new pixmaps to EXTRA_DIST
9876
9877 2002-04-21 [colin]      0.7.4claws89
9878         * src/compose.c
9879         * src/inc.c
9880         * src/mainwindow.[ch]
9881         * src/prefs_common.[ch]
9882         * src/stock_pixmap.[ch]
9883                 Added "Work offline" ability.
9884
9885 2002-04-21 [colin]      0.7.4claws88
9886         
9887         * src/mimeview.c
9888         * src/prefs_common.c
9889         * src/prefs_common.h
9890         * src/textview.c : Added an option to common preferences -> display
9891           to allow user not to automatically display images.
9892
9893 2002-04-21 [paul]       0.7.4claws87
9894
9895         * sync with 0.7.4cvs52
9896                 see ChangeLog entry 2002-04-21 (src/imap.c)
9897
9898 2002-04-21 [paul]       0.7.4claws86
9899
9900         * sync with 0.7.4cvs51
9901                 see ChangeLog entry 2002-04-21
9902
9903 2002-04-21 [paul]       0.7.4claws85
9904
9905         * sync with 0.7.4cvs49
9906                 see ChangeLog entries 2002-04-20 and 2002-04-21
9907
9908         * src/Makefile.am
9909                 clean up: remove old 'stock_' element from xpm 
9910                 filenames.
9911
9912 2002-04-21 [alfons]     0.7.4claws84
9913
9914         apply sync patch from Paul
9915
9916         * src/folderview.c
9917                 use old claws prefs_folder_item_create() for now
9918
9919 2002-04-19 [match]      0.7.4claws83
9920
9921         * src/addressbook.[ch]
9922         * src/addrharvest.[ch]
9923         * src/addrgather.[ch]
9924                 recurse folders.
9925         * src/mainwindow.c
9926         * src/summaryview.[ch]
9927                 change menu option.
9928
9929 2002-04-19 [paul]       0.7.4claws82
9930
9931         * po/pt_BR.po
9932                 updated by Fabio Junior Beneditto
9933
9934 2002-04-14 [alfons]     0.7.4claws81
9935
9936         * src/passphrase.c
9937                 add #include <sys/types.h> for mode_t and off_t 
9938
9939 2002-04-13 [paul]       0.7.4claws80
9940         
9941         * src/main.c
9942           src/passphrase.[ch]
9943           src/pgptext.c
9944           src/prefs_common.[ch]
9945           src/rfc2015.c
9946                 enable storing of GnuPG passphrase for the whole 
9947                 session or a user-defined number of minutes. patch 
9948                 submitted by Ravemax <ravemax@dextrose.com>
9949
9950 2002-04-13 [alfons]     0.7.4claws79
9951
9952         * src/textview.c
9953                 make email parser also stop scanning when encountering separators
9954                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9955
9956 2002-04-13 [paul]       0.7.4claws78
9957
9958         * sync with 0.7.4cvs39
9959                 see ChangeLog entry 2002-04-12
9960
9961 2002-04-11 [paul]       0.7.4claws77
9962
9963         * sync with 0.7.4cvs37
9964                 see ChangeLog entry 2002-04-11
9965
9966 2002-04-11 [paul]       0.7.4claws76
9967
9968         * COPYING 
9969                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9970                 the clause for OpenSSL). sync with sylpheed main
9971
9972 2002-04-09 [melvin]     0.7.4claws75
9973
9974         * src/compose.c
9975                 Made 'Ctrl-Enter' on send ignore some modifiers 
9976                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9977                 to bind other *-Enter (but not Alt-Enter).
9978
9979 2002-04-09 [paul]       0.7.4claws74
9980
9981         * sync with 0.7.4cvs35
9982                 see ChangeLog entries 2002-04-09
9983
9984 2002-04-08 [paul]       0.7.4claws73
9985
9986         * sync with 0.7.4cvs33
9987                 see ChangeLog entry 200-04-08
9988
9989 2002-04-07 [match]      0.7.4claws72
9990
9991         * src/addrharvest.[ch]
9992                 fixed to read all addresses in header, regardless
9993                 of header size. improved name parsing. accommodate
9994                 harvest from folders and selected message.
9995         * src/addritem.[ch]
9996                 included new address parsing function.
9997         * src/addrgather.[ch]
9998         * src/addressbook.[ch]
9999         * src/summaryview.[ch]
10000         * src/mainwindow.c
10001                 allow address harvest of folder as well as selected
10002                 messages.
10003
10004 2002-04-07 [paul]       0.7.4claws71
10005
10006         * src/esmtp.[ch]
10007           src/smtp.c
10008                 don't try to authenticate with CRAM-MD5 in SMTP when 
10009                 SMTP-AUTH enabled if MTA doesn't issue this 
10010                 auth-method in it's ehlo-response. bug item #531364,
10011                 patch item #938910. patch submitted by Colin Leroy 
10012                 <colin@colino.net>
10013
10014 2002-04-07 [paul]       0.7.4claws70
10015
10016         * src/nntp.c
10017                 fix missing MODE_READER bug. patch submitted by
10018                 Colin Leroy <colin@colino.net>
10019
10020 2002-04-07 [alfons]     0.7.4claws69
10021
10022         * src/matcher.[ch]
10023         * src/prefs_filtering.c
10024         * src/summaryview.c
10025                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10026                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10027
10028 2002-04-07 [paul]       0.7.4claws68
10029
10030         * sync with 0.7.4cvs32
10031                 see ChangeLog entry 2002-04-06
10032
10033         * tools/filter_conv.pl
10034                 more bug fixes
10035
10036 2002-04-06 [paul]       0.7.4claws67
10037
10038         * tools/filter_conv.pl
10039                 modify to be able to find the name of the first
10040                 mailbox and use that. main's filter does not
10041                 record the full path to the mailbox and therefore
10042                 can only filter to the first mailbox.
10043
10044 2002-04-05 [paul]       0.7.4claws66
10045
10046         * tools/filter_conv.pl
10047                 attempt to make the script all-encompassing and
10048                 be able to convert any main 'filter' rule thrown
10049                 at it
10050
10051 2002-04-05 [paul]       0.7.4claws65
10052
10053         * tools/filter_conv.pl
10054                 allow for collapsed folder trees
10055
10056 2002-04-05 [paul]       0.7.4claws64
10057
10058         * sync with 0.7.4cvs31
10059                 see ChangeLog entries 2002-04-05
10060
10061 2002-04-03 [paul]       0.7.4claws63
10062
10063         * sync with 0.7.4cvs29
10064                 see ChangeLog entries 2002-04-02 and 2002-04-03
10065
10066 2002-04-02 [paul]       0.7.4claws62
10067
10068         * sync with 0.7.4cvs26
10069                 see ChangeLog entry 2002-04-01
10070
10071 2002-04-02 [match]      0.7.4claws61
10072
10073         * src/pine.[ch]
10074         * src/importpine.[ch]
10075         * src/addressbook.c
10076                 import Pine address book.
10077
10078 2002-04-02 [match]      0.7.4claws60
10079
10080         * src/addrharvest.[ch]
10081                 improve address parsing of funky addresses.
10082
10083 2002-04-02 [darko]      0.7.4claws59
10084
10085         * src/compose.c
10086                 wrap on send improvements, it now recognizes quoted
10087                 initials as part of the quotation string, and it
10088                 does not join lines separated by CR
10089
10090 2002-04-01 [match]      0.7.4claws58
10091
10092         * src/mgutils.[ch]
10093                 added new functions.
10094         * src/mutt.[ch]
10095                 remove excessive duplicate address generation
10096                 on import.
10097
10098 2002-04-01 [alfons]     0.7.4claws57
10099         
10100         * src/summaryview.c
10101                 put back g_free() 
10102
10103 2002-04-01 [paul]       0.7.4claws56
10104
10105         * sync with 0.7.4cvs25
10106                 see ChangeLog entry 2002-04-01
10107
10108 2002-04-01 [alfons]     0.7.4aprilfool55
10109
10110         * src/summaryview.c
10111                 honour feature request item #537427 to allow for
10112                 displaying names from address book for sent mail also
10113
10114 2002-03-29 [paul]       0.7.4claws54
10115
10116         * src/mainwindow.c
10117           src/prefs_filtering.[ch]
10118           src/prefs_matcher.c
10119           src/summaryview.c
10120                 add 'fast filter' for claws' filtering,
10121                 /Tools/Create filter rule/... patch submitted
10122                 by Neill Miller <neillm@thecodefactory.org>
10123
10124 2002-03-29 [paul]       0.7.4claws53
10125
10126         * sync with 0.7.4cvs24
10127                 see ChangeLog entry 2002-03-29
10128
10129 2002-03-28 [paul]       0.7.4claws52
10130
10131         * sync with 0.7.4cvs23
10132                 see ChangeLog entry 2002-03-28
10133
10134 2002-03-27 [melvin]     0.7.4claws51
10135
10136         * src/prefs_actions.c
10137                 Added support to pass only one message part (as a
10138                 file) to the command using '%p'. No quotes are needed
10139                 because doubles quotes are automatically added.
10140                 Fixed bug where Sylpheed could block when waiting for
10141                 a child process to finish.
10142                 Changed the help menu to remove quotes around symbols to 
10143                 avoid misinterpretation (they must not be used).
10144
10145 2002-03-27 [melvin]     0.7.4claws50
10146
10147         * src/inc.c
10148                 Made the new mail notification command always 
10149                 execute asynchronously.
10150
10151 2002-03-27 [paul]       0.7.4claws49
10152
10153         * src/compose.c
10154                 fix bug introduced in last commit
10155
10156 2002-03-27 [paul]       0.7.4claws48
10157
10158         * sync with 0.7.4cvs21
10159                 see ChangeLog 2002-03-26 and 2002-03-27
10160
10161 2002-03-26 [hoa]        0.7.4claws47
10162
10163         * src/prefs_folder_item.c
10164                 really fixed the bug #516442 with folder rescan.
10165
10166 2002-03-26 [paul]       0.7.4claws46
10167
10168         * sync with 0.7.4cvs19
10169                 see ChangeLog entries 2002-03-25 and 2002-03-26
10170
10171 2002-03-25 [hoa]        0.7.4claws45
10172
10173         * src/matcher.c
10174         * src/mh.c
10175                 fix the bug #516442 with folder rescan.
10176
10177         * src/prefs_common.[ch]
10178         * src/compose.c
10179                 added an option to enable two different behaviours
10180                 for bounce.
10181
10182
10183 2002-03-25 [paul]       0.7.4claws44
10184
10185         * src/mainwindow.c
10186           src/selective_download.c
10187                 correct a few menuitem labels
10188
10189 2002-03-25 [christoph]  0.7.4claws43
10190
10191         * src/procmsg.c
10192                 fix non deleted tmp message in
10193                 procmsg_save_to_outbox
10194                 fix problems caused by sync with
10195                 main branch's procmsg_send_queue
10196
10197 2002-03-25 [paul]       0.7.4claws42
10198
10199         * src/quote_fmt.c
10200           src/quote_fmt_lex.l
10201           src/quote_fmt_parse.y
10202                 add Last name (%L) placeholder for quoting. 
10203                 patch submitted by Thorsten Thielen 
10204                 <thth@users.sourceforge.net>
10205
10206 2002-03-25 [paul]       0.7.4claws41
10207
10208         * src/utils.c
10209                 get full hostname. patch submitted by
10210                 Bob Woodside <rwoodside1@comcast.net>
10211
10212 2002-03-25 [paul]       0.7.4claws40
10213
10214         * src/account.c
10215           src/news.c
10216           src/nntp.[ch]
10217           src/prefs_account.[ch]
10218                 enable NNTP over SSL. patch submitted by
10219                 Pascal Jermini <pascal@infinity.hn.org>
10220
10221 2002-03-24 [paul]       0.7.4claws39
10222
10223         * src/prefs_common.c
10224                 make the arrangement of the Compose tab more
10225                 coherent
10226
10227         * src/mainwindow.c
10228                 fix some irregularities of style
10229
10230         * po/de.po
10231                 updated by Kilian Krause
10232
10233 2002-03-23 [paul]       0.7.4claws38
10234
10235         * po/pt_BR.po
10236                 updated by Fabio Junior Beneditto
10237
10238 2002-03-23 [paul]       0.7.4claws37
10239
10240         * src/mainwindow.c
10241                 move 'Gather addresses' to 'Tools' menu
10242                 make 'Selective download' sensitive
10243
10244 2002-03-23 [paul]       0.7.4claws36
10245
10246         * sync with 0.7.4cvs16
10247                 see ChangeLog entries 2002-03-23
10248
10249 2002-03-22 [christoph]  0.7.4claws35
10250
10251         * src/quote_fmt_parse.y
10252                 fix include program output
10253
10254 2002-03-22 [alfons]     0.7.4claws34
10255
10256         * src/pop.c
10257                 initialize GDate stack variable correctly (sorry!)
10258
10259 2002-03-22 [paul]       0.7.4claws33
10260
10261         * src/compose.c
10262           src/mainwindow.c
10263           src/prefs_actions.c
10264           src/prefs_common.c
10265                 rename 'Tool' to 'Tools'
10266
10267         * src/mainwindow.c
10268                 move 'Delete duplicated messages' from
10269                 'Message/' to 'Tools/'
10270                 re-arrange the order of 'Tools/' items
10271
10272 2002-03-22 [paul]       0.7.4claws32
10273
10274         * src/addr_compl.c
10275           src/addressbook.[ch]
10276                 auto-address completion now also matches on
10277                 Nickname. patch submitted by Bob Forsman 
10278                 <hammor@users.sourceforge.net>
10279
10280         * src/editaddress.c
10281                 correct a spelling mistake
10282
10283 2002-03-22 [alfons]     0.7.4claws31
10284
10285         * src/pop.c
10286                 fix getting uidl from incorrect string 
10287                 (spotted by Colin)
10288
10289 2002-03-21 [alfons]     0.7.4claws30
10290
10291         * src/pop.c
10292                 more code refactoring
10293                 plug mem leak introduced by delete on server
10294
10295 2002-03-21 [paul]       0.7.4claws29
10296
10297         * sync with 0.7.4cvs11
10298                 see ChangeLog entries 2002-03-20
10299
10300 2002-03-20 [alfons]     0.7.4claws28
10301
10302         * src/inc.c
10303                 apply Colin's patch and refactor
10304
10305 2002-03-20 [paul]       0.7.4claws27
10306
10307         * sync with sylpheed 0.7.4cvs9
10308                 see ChangeLog entry 2002-03-20
10309
10310 2002-03-19 [christoph]  0.7.4claws26
10311
10312         * src/mh.c
10313         * src/procmsg.[ch]
10314         * src/summaryview.c
10315                 revert changes for flag updates
10316                 (does not work correctly and no time to debug)
10317
10318 2002-03-20 [alfons]     0.7.4claws25
10319
10320         * src/pop.c
10321                 refactor should_delete() a little bit 
10322
10323 2002-03-19 [paul]       0.7.4claws24
10324
10325         * src/inc.[ch]
10326           src/pop.c
10327           src/prefs_account.[ch]
10328                 allow the user to leave downloaded mail on the 
10329                 server for n days. Patch submitted by Colin Leroy 
10330                 <colin@colino.net>
10331
10332 2002-02-19 [paul]       0.7.4claws23
10333
10334         * sync with sylpheed 0.7.4cvs8
10335                 see ChangeLog entries 2002-03-19
10336
10337 2002-03-18 [paul]       0.7.4claws22
10338
10339         * sync with sylpheed 0.7.4cvs6
10340                 see ChangeLog entry 2002-03-18
10341
10342 2002-03-18 [paul]       0.7.4claws21
10343
10344         * po/en_GB.po
10345                 add en_GB message catalogue
10346
10347         * src/mbox_folder.c
10348           src/prefs_account.c
10349           src/prefs_actions.c
10350                 correct a few spelling mistakes
10351
10352 2002-03-17 [alfons]     0.7.4claws20
10353
10354         * src/matcher.c
10355                 more stringent checks for NULL params when writing
10356                 filtering actions to a file
10357                 
10358 2002-03-17 [hoa]        0.7.3claws20
10359
10360         * src/news.c
10361                 fixed the count of new messages
10362
10363         * src/compose.c
10364                 fixed the "attachment properties" window
10365
10366 2002-03-17 [paul]       0.7.4claws19
10367
10368         * src/defs.h
10369           src/folder.h
10370           src/news.c
10371           src/prefs_account.[ch]
10372           src/procmsg.[ch]
10373           src/summaryview.c
10374                 automatically mark cross-posted messages as read 
10375                 and (optionally) give them a colour label
10376                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10377                 
10378
10379 2002-03-17 [paul]       0.7.4claws18
10380
10381         * sync with sylpheed 0.7.4cvs5
10382                 see ChangeLog entry 2002-03-17
10383
10384 2002-03-17 [melvin]     0.7.4claws17
10385         
10386         * src/textview.c
10387                 Worked around a gtktext 'bug': when searching for 
10388                 a text in a long message it was scrolling slowly
10389                 line by line until it hit the searched text.
10390         * po/fr.po
10391                 Updated French translation
10392
10393 2002-03-17 [melvin]     0.7.4claws16
10394
10395         * src/mainwindow.c
10396         * src/compose.c
10397         * src/prefs_actions.c
10398                 Moved "Edit/Actions" to "Tool/Actions"
10399                 Made mainwindow/compose window sensitive as soon as
10400                 no child process is running anymore even if the io dialog
10401                 is open.
10402                 Fixed a struct being initialized with a non constant char*
10403
10404 2002-03-16 [christoph]  0.7.4claws15
10405
10406         * configure.in
10407                 add --with-compiler-flags option
10408                 (only for developer hacking)
10409         * src/mh.c
10410         * src/procmsg.[ch]
10411         * src/summaryview.c
10412                 try to make folder-stats and flag handling more
10413                 independent from the summaryview. msgcounts
10414                 are only set when the folder is opened and
10415                 procmsg_msginfo_(un)set_flags will handle it
10416                 later and summaryview will get the values
10417                 from the folder.
10418
10419 2002-03-16 [paul]       0.7.4claws14
10420
10421         * src/messageview.c
10422                 fix Return-receipt. Patch submitted by Bob
10423                 Woodside <rwoodside1@comcast.net>
10424
10425 2002-03-16 [paul]       0.7.4claws13
10426
10427         * src/compose.c
10428                 fix 'dynamic' signatures, make it work again
10429                 broken during sync on 2002-03-14 (0.7.4claws2)
10430
10431 2002-03-15 [match]      0.7.4claws12
10432
10433         * src/addrharvest.[ch]
10434         * src/addrgather.[ch]
10435         * src/addressbook.[ch]
10436         * src/mainwindow.c
10437                 included address harvester feature. still some
10438                 issues with address parsing that I will fix.
10439
10440 2002-03-15 [match]      0.7.4claws11
10441
10442         * src/addrbook.[ch]
10443         * src/addrcache.[ch]
10444         * src/addressbook.[ch]
10445         * src/addrindex.c
10446         * src/editbook.c
10447         * src/importldif.c
10448         * src/importmutt.c
10449         * src/jpilot.[ch]
10450         * src/main.c
10451         * src/syldap.[ch]
10452         * src/vcard.[ch]
10453                 tidy up. fix memory leaks. moved attribs and methods
10454                 from individual interfaces to addrcache object. prep
10455                 for new stuff to come in.
10456
10457 2002-03-15 [alfons]     0.7.4claws10
10458
10459         * src/matcher.[ch]
10460         * src/matcher_parser_parse.y
10461         * src/matcher_parser_lex.l
10462         * src/prefs_matcher.c
10463                 add filtering conditions message greater than, smaller 
10464                 than, and exactly matching a size in bytes
10465                 (does not work with delete from POP3 server yet)
10466
10467                 this should also give others an idea what you should
10468                 do to add new criterions to claws filtering system
10469                 
10470
10471 2002-03-15 [paul]       0.7.4claws9
10472
10473         * tools/filter_conv.pl
10474                 exit if there are no filter rules to convert
10475                 rename filterrc to filterrc.old after completion
10476
10477 2002-03-15 [paul]       0.7.4claws8
10478
10479         * sync with sylpheed 0.7.4cvs3
10480                 see ChangeLog entry 2002-03-14
10481
10482 2002-03-14 [paul]       0.7.4claws7
10483
10484         * src/compose.c
10485                 clean up the last commit (ahem)
10486
10487 2002-03-14 [paul]       0.7.4claws6
10488
10489         * src/compose.c
10490                 fix bug #515655. honour account preferences
10491                 regarding gpg default signing/encryption when 
10492                 changing account from the compose window.
10493
10494 2002-03-14 [paul]       0.7.4claws5
10495
10496         * src/folderview.c
10497                 remove unnecessary curly brackets
10498
10499 2002-03-14 [paul]       0.7.4claws4
10500
10501         * src/folderview.c
10502           src/prefs_filtering.[ch]
10503                 add filter rename on folder rename and filter
10504                 delete on folder delete. Patch submitted by
10505                 Neill Miller <neillm@thecodefactory.org> 
10506
10507 2002-03-14 [christoph]  0.7.4claws3
10508
10509         * src/procmsg.c
10510         * src/send.c
10511                 fix local delivery
10512                 (patch submitted by "Simon 'corecode' Schubert")
10513         * src/prefs_common.c
10514         * src/procmsg.c
10515                 fix gcc 3.0 warning
10516
10517 2002-03-14 [paul]       0.7.4claws2
10518
10519         * sync with sylpheed 0.7.4cvs2
10520                 see ChangeLog entry 2002-03-13
10521
10522 2002-03-12 [darko]      0.7.4claws1
10523
10524         * src/mainwindow.c
10525                 fix what seems to be a copy and paste error
10526                 when setting color for important messages
10527                 (reported by wwp)
10528
10529 2002-03-11 [paul]       version 0.7.4claws released
10530
10531 2002-03-11 [paul]       0.7.4claws
10532
10533         * po/es.po
10534           po/it.po
10535           po/nl.po
10536           po/pt_BR.po
10537                 update message catalogs. Submitted by Ricardo Mones 
10538                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10539                 Fabio Junior Beneditto
10540
10541         * configure.in
10542           faq/Makefile.am
10543           faq/it/Makefile
10544           faq/it/sylpheed-faq*
10545           src/mainwindow.c
10546           src/manual.[ch]
10547                 add FAQ in Italian
10548         
10549
10550 2002-03-11 [jens]       0.7.3claws7
10551
10552         * po/de.po
10553                 updated German translation
10554
10555 2002-03-11 [melvin]     0.7.3claws6
10556
10557         * po/fr.po
10558                 updated and corrected French translation
10559
10560 2002-03-10 [hoa]        0.7.3claws5
10561
10562         * src/account.c
10563         * src/inc.c
10564         * src/prefs_account.c
10565         * src/procmsg.c
10566         * src/send.[ch]
10567                 fixed the local account.
10568                 you have to change the default "/usr/sbin/sendmail"
10569                 to "/usr/sbin/sendmail -t" in the preferences of
10570                 the local account.
10571
10572         * src/procmime.c
10573                 removed some debug display for renderer
10574
10575 2002-03-10 [paul]       0.7.3claws4
10576
10577         * faq/en/sylpheed-faq-1.html
10578           faq/en/sylpheed-faq-2.html
10579                 update
10580
10581 2002-03-09 [paul]       0.7.3claws3
10582
10583         * sync with sylpheed 0.7.4
10584                 see ChangeLog entry 2002-03-09
10585
10586 2002-03-08 [paul]       0.7.3claws2
10587
10588         * faq/en/sylpheed-faq*
10589           faq/es/sylpheed-faq*
10590           faq/fr/sylpheed-faq*
10591                 update the FAQs
10592
10593         * manual/fr/.cvsignore
10594           manual/fr/Makefilea.am
10595           manual/fr/sylpheed*
10596           src/mainwindow.c
10597           src/manual.[ch]
10598                 add the French manual
10599
10600 2002-03-07 [paul]       0.7.3claws1
10601
10602         * sync with sylpheed 0.7.3cvs4
10603                 see ChangeLog entries  2002-03-06 and 2002-03-07
10604         
10605         * po/nl.po
10606                 updated by Wilbert Berendsen
10607
10608 2002-03-07 [melvin]     0.7.2claws34
10609
10610         * src/selective_download.c
10611                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10612
10613 2002-03-06 [paul]       0.7.2claws33
10614
10615         * sync with sylpheed 0.7.3cvs1
10616                 bug fix, see ChangeLog entry 2002-03-05
10617
10618 2002-03-05 [paul]       0.7.2claws32
10619
10620         * src/mimeview.c
10621           src/pgptext.[ch]
10622           src/procmsg.c
10623                 reverse the pgp ascii-armored code implemented in 
10624                 0.7.2claws16. removal of this code until it matures.
10625                 this means that verifying ascii-armored pgp sigs and
10626                 automatic decryption of ascii-armored encrypted
10627                 messages no longer works.
10628
10629 2002-03-05 [paul]       0.7.2claws31
10630
10631         * configure.in
10632           Makefile.am
10633         * faq/Makefile.am
10634         * faq/en/Makefile.am
10635           faq/en/sylpheed-faq.html
10636           faq/en/sylpheed-faq-1.html
10637           faq/en/sylpheed-faq-2.html
10638           faq/en/sylpheed-faq-3.html
10639         * faq/es/Makefile.am
10640           faq/es/sylpheed-faq.html
10641           faq/es/sylpheed-faq-1.html
10642           faq/es/sylpheed-faq-2.html
10643           faq/es/sylpheed-faq-3.html
10644           faq/es/sylpheed-faq-4.html
10645         * faq/fr/Makefile.am
10646           faq/fr/sylpheed-faq.html
10647           faq/fr/sylpheed-faq-1.html
10648           faq/fr/sylpheed-faq-2.html
10649           faq/fr/sylpheed-faq-3.html
10650         * src/Makefile.am
10651           src/defs.h
10652           src/mainwindow.c
10653           src/manual.[ch]
10654                 add FAQs in English, Spanish and French
10655
10656
10657 2002-03-05 [paul]       0.7.2claws30
10658
10659         * manual/en/sylpheed.html
10660           manual/en/sylpheed-XX.html
10661                 updated the English manual
10662
10663 2002-03-05 [hoa]        
10664
10665         * src/summaryview.c
10666                 dialog box pops up if the article can't be deleted.
10667
10668 2002-03-04 [paul]       
10669         
10670         * po/pt_BR.po
10671                 updated by Fabio Junior Benedito
10672
10673 2002-03-04 [hoa]
10674
10675         * removed ac/gpgme.m4
10676                 to avoid autogen common problem
10677                 developers have to install gpgme development package now
10678
10679         * src/compose.c
10680                 encoding to 7bit or 8bit is enabled.
10681
10682 2002-03-03 [alfons]     0.7.2claws29
10683
10684         * src/pop.c
10685                 merge fix by Oliver Haertel for selective
10686                 download buglet
10687
10688 2002-03-03 [paul]       0.7.2claws28
10689         
10690         * sync with sylpheed 0.7.3
10691
10692 2002-03-03 [paul]       0.7.2claws27
10693
10694         * sync with sylpheed 0.7.2cvs24
10695                 see ChangeLog entries 2002-03-02 and 2002-03-03
10696
10697 2002-03-02 [melvin]     0.7.2claws26
10698
10699         * src/inc.[ch]
10700         * src/main.c
10701         * src/mainwindow.c
10702         * src/prefs_common.[ch]
10703                 Added user definable notification on new mail arrival.
10704                 Removed unused variables in spell checker prefs code.
10705
10706 2002-03-02 [melvin]     0.7.2claws25
10707
10708         * src/quote_fmt.c
10709                 Removed unnecessary escape sequences.
10710                 Changed 'Initial...' to 'Initials of Sender'
10711
10712 2002-03-02 [paul]       0.7.2claws24
10713
10714         * sync with sylpheed 0.7.2cvs22
10715                 see ChangeLog entry 2002-03-01
10716
10717 2002-03-01 [hoa]        0.7.2claws23
10718
10719         * src/mainwindow.c
10720                 Set sensitivity of delete actions to active
10721                 even if the folder is a newsgroup.
10722
10723         * src/summaryview.c
10724                 - Set sensitivity of delete actions
10725                 - Added function check_permission() that will check if the
10726                   user is authorized to delete a message. For news, it
10727                   will check if the author is the same.
10728                 - Enabled deletion when there is no trash folder.
10729
10730         * src/news.[ch]
10731                 - Added news_cancel_article() to cancel articles
10732                 - Implemented news_remove_message() (public function)
10733
10734 2002-03-01 [paul]       0.7.2claws22
10735
10736         * src/gtkutils.c
10737           src/textview.c
10738                 recognise urls that that don't include 'http://' and
10739                 simply begin 'www.' 
10740
10741         * AUTHORS
10742                 remove duplicated name
10743
10744 2002-02-28 [paul]       0.7.2claws21
10745
10746         * src/mainwindow.c
10747           src/summaryview.[ch]
10748                 add ability to 'Select thread'
10749                 combines Melvin's "Select thread's head" patch (#510907)
10750                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10751                 patch (#518514) 
10752
10753 2002-02-28 [paul]       0.7.2claws20
10754
10755         * src/mimeview.c
10756                 hopefully fix segfault on right-clicking a mime part
10757                 that some people have experienced.      
10758                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10759
10760 2002-02-28 [paul]       0.7.2claws19
10761
10762         * sync with sylpheed 0.7.2cvs21
10763                 see ChangeLog entries 2002-02-27 and 2002-02-28
10764
10765 2002-02-27 [paul]       0.7.2claws18
10766
10767         * sync with sylpheed 0.7.2cvs18
10768                 see ChangeLog entries 2002-02-26 and 2002-02-27
10769
10770 2002-02-26 [alfons]     0.7.2claws17
10771
10772         * src/procheader.c
10773                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10774                 (spotted by Chris Hessman <idatech@gmx.net>)
10775
10776 2002-02-26 [paul]       0.7.2claws16
10777
10778         * src/mimeview.c
10779           src/pgptext.[ch]
10780           src/procmsg.c
10781                 make decryption of ascii-armored pgp encrypted messages
10782                 and verification of ascii-armored signatures work again.
10783                 slightly altered from the patch by Jens Jahnke 
10784                 <jan0sch@gmx.net>
10785
10786                 ##FIX ME##
10787                 * the checking of plaintext signatures always comes up in 
10788                   a popup box
10789                 * it doesn't work for multipart messages 
10790                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10791                   including the msg headers and these 2 line themselves, are 
10792                   not displayed
10793
10794         * src/mainwindow.c
10795                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10796                 "View/Message View" becomes "View/Separate Message View"
10797                 because its less ambiguous.
10798
10799         * po/es.po
10800                 updated by Ricardo Mones Lastra
10801
10802 2002-02-26 [paul]       0.7.2claws15
10803
10804         * sync with sylpheed 0.7.2cvs17
10805                 see ChangeLog entries 2002-02-25 and 2002-02-26
10806
10807 2002-02-25 [christoph]  0.7.2claws14
10808
10809         * src/filtering.[ch]
10810         * src/inc.c
10811                 do filtering stuff after all messages have been received
10812                   1. drop all messages to .processing
10813                   2. scan processing folder for messages
10814                   3. filter messages or move to inbox
10815                 this will also find old messages left in processing after
10816                 a crash or something like that and we get a real msginfo
10817                 from folder->get_msg_list and do not have to create our
10818                 own in filter_message
10819         * src/matcher_parser_parse.y
10820                 remove MIX/MAX warning (reordered includes)
10821
10822 2002-02-25 [paul]       0.7.2claws13
10823
10824         * sync with sylpheed 0.7.2cvs15
10825                 see ChangeLog entry 2002-02-24
10826
10827 2002-02-24 [alfons]     0.7.2claws12
10828
10829         * src/filtering.c
10830                 clear old color flags first when applying a new color to
10831                 a message info. 
10832                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10833
10834 2002-02-24 [alfons]     0.7.2.claws11
10835         
10836         * AUTHORS
10837         * src/prefs_common.c
10838                 add presets for Opera and Konqueror, closes patch #517261,
10839                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10840
10841 2002-02-24 [alfons]     0.7.2.claws10
10842
10843         * AUTHORS
10844         * src/summaryview.c
10845                 fix threading for null message ids, closes patch #521601,
10846                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10847
10848 2002-02-24 [alfons]     0.7.2claws9
10849
10850         * src/summaryview.c
10851         * src/filtering.c
10852                 make Tool | Filter Message work with filtering system so
10853                 setting flags also works
10854
10855                 TODO:
10856
10857                 - Processing uses the same function as Tool | Filter
10858                   Message, but doesn't use the same update proc yet
10859
10860 2002-02-23 [paul]       0.7.2claws8
10861
10862         * sync with sylpheed 0.7.2cvs14
10863                 see ChangeLog entries 2002-02-22 and 2002-02-23
10864
10865 2002-02-22 [christoph]  0.7.2claws7
10866
10867         * src/quote_fmt.c
10868                 Add column space to table
10869         * src/quote_fmt_parse.y
10870                 Close files
10871
10872 2002-02-22 [paul]       0.7.2claws6
10873
10874         * src/Makefile.am
10875           src/defs.h
10876           src/filtering.c
10877           src/inc.[ch]
10878           src/mainwindow.c
10879           src/matcher.[ch]
10880           src/matcher_parser_lex.l
10881           src/matcher_parser_parse.y
10882           src/pop.[ch]
10883           src/prefs_account.h
10884           src/prefs_filtering.c
10885           src/selective_download.[ch]   *** NEW FILES ***
10886           src/utils.[ch]
10887           po/POTFILES.in
10888                 Selective Download added to 'Tool' menu. 
10889                 Retrieves email headers of the currently selected pop3 
10890                 account and allows the user to mark emails for deletion 
10891                 right on the pop3 server. Patch submitted by Oliver Haertel 
10892                 <oha@users.sourceforge.net>.
10893         
10894         * po/POTFILES.in
10895                 add 'src/quote_fmt.c'           
10896
10897 2002-02-22 [christoph]  0.7.2claws5
10898
10899         * src/Makefile.am
10900                 added quote_fmt.c
10901         * src/prefs_common.[ch]
10902         * src/prefs_template.c
10903         * src/quote_fmt.c               *** NEW FILE ***
10904         * src/quote_fmt.h
10905                 move quote format symbol description code
10906                 to it's own file because it is used from
10907                 differnent code parts
10908                 Rewrote symbol description GUI
10909                   + use table
10910                   + add separators
10911                   + get data from array (no more long constant strings)
10912         * src/quote_fmt_lex.l
10913         * src/quote_fmt_parse.y
10914                 Symbol for Literal % changed to \% instead of %%
10915                 (More logical as \ is used for quoting for other symbols)
10916                 Add |f and |p to include files and program output
10917                 Examples:
10918                     |f{/home/.../.signature}
10919                     |p{date}
10920         * po/de.po
10921                 Correct wrong spelling for "Referenzen"
10922
10923 2002-02-21 [paul]       0.7.2claws4
10924
10925         * src/procmsg.c
10926                 forgotten during sync
10927
10928 2002-02-21 [paul]       0.7.2claws3
10929
10930         * sync with sylpheed 0.7.2cvs11
10931                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10932                 2002-02-20 and 2002-02-21
10933
10934 2002-02-20 [melvin]     0.7.2claws2
10935
10936         * src/prefs_actions.c
10937                 Added error report when child cannot fork or when execvp 
10938                 returns with an error.
10939
10940 2002-02-19 [christoph]  0.7.2claws1
10941
10942         * src/codeconv.c
10943                 return unconverted text if conde conversion is not possible
10944                 when libjconv is used.
10945                 (patch submitted by "Simon 'corecode' Schubert")
10946
10947 2002-02-19 [paul]       
10948
10949         * version 0.7.2claws release
10950
10951 2002-02-19 [paul]       0.7.2claws
10952
10953         * po/nl.po
10954                 updated by Wilbert Berendsen
10955
10956
10957 2002-02-18 [alfons]     0.7.1claws13
10958
10959         * src/syldap.c
10960         * src/jpilot.c
10961                 remove references to dlfcn and explicitly loading functions
10962                 from dynalink libs, because libs linked anyway, and functions
10963                 are loaded explicitly
10964
10965 2002-02-17 [melvin]     0.7.1claws12
10966
10967         * src/prefs_actions.c
10968                 Replaced children wait loop with double fork technique.
10969                 Now, input/output window updated at each new output.
10970                 free_children(): Fixed a memory leak.
10971                 Made input/output window non closable if running children
10972                 still exist.
10973                 Added missing <unistd.h> include.
10974                 Added some --debug outputs.
10975
10976 2002-02-17 [melvin]     0.7.1claws11
10977
10978         * src/summaryview.c
10979                 Fixed bug where descending sort order did not select top
10980                 message.
10981
10982 2002-02-17 [melvin]     0.7.1claws10
10983
10984         * acconfig.h
10985                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10986         * src/prefs_common.c
10987                 Pspell data package directory no more hard coded but
10988                 set during configuration (PSPELL_PATH). (Thanks to 
10989                                 Gustavo Noronha Silva.)
10990
10991 2002-02-17 [melvin]     0.7.1claws9
10992
10993         * configure.in
10994                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10995         * src/gtkspell.c
10996                 Fixed compile-time warnings.
10997
10998 2002-02-16 [alfons]     0.7.1claws8
10999
11000         * src/filesel.c
11001                 fix inadvertent free of NULL pointer which caused
11002                 sylpheed to crash when closing the save-as dialog
11003                 using the window close button
11004
11005 2002-02-16 [carsten]    0.7.1claws7
11006         * src/mainwindow.[ch]
11007           src/summaryview.c
11008           src/prefs_common.c
11009                 fixes for pixmap theming code:
11010                         - recently changed mail attributes shouldn't get
11011                           lost any longer
11012                         - theme is only reloaded iff another theme was
11013                           selected
11014
11015 2002-02-16 [paul]       0.7.1claws6
11016
11017         * sync with sylpheed 0.7.2 release
11018                 see ChangeLog entry 2002-02-15 and 2002-02-16
11019
11020 2002-02-15 [paul]       0.7.1claws5
11021
11022         * sync with sylpheed 0.7.1cvs9
11023                 see ChangeLog entry 2002-02-15
11024
11025         * po/POTFILES.in
11026                 remove unneeded headerwindow.c entry
11027
11028 2002-02-14 [carsten]    0.7.1claws4
11029         * src/summaryview.c
11030                 fixed a bug for "Go to next unread message": there was
11031                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11032                 in the prefs, because of doing "Search again" instead
11033                 "No"
11034
11035 2002-02-14 [carsten]    0.7.1claws3
11036         * src/stock_pixmap.c
11037                 removed 2 more mem leaks; following memprof,
11038                 this code is "leak free" now :)
11039
11040 2002-02-14 [carsten]    0.7.1claws2
11041         * src/stock_pixmap.c
11042                 used opendir/readdir/closedir instead of scandir
11043                 -> code should work now on Solaris
11044
11045 2002-02-14 [paul]       0.7.1claws1
11046
11047         * sync with sylpheed 0.7.1cvs8
11048                 see ChangeLog entries 2002-02-13 and 2002-02-14
11049
11050         * README.claws
11051                 add some description of Actions and Pixmap Themes
11052
11053 2002-02-13 [paul]       
11054
11055         * version 0.7.1claws release
11056
11057 2002-02-13 [paul]       0.7.1claws
11058
11059         * po/es.po
11060           po/it.po
11061           po/pt_BR.po
11062                 updated translations, submitted by Ricardo Mones Lastra,
11063                 Alessandro Maestri and Fabio Junior Beneditto
11064
11065 2002-02-13 [melvin]     0.7.0claws75
11066
11067         * src/prefs_actions.c
11068                 Added missing "signal.h" include
11069
11070 2002-02-13 [melvin]     0.7.0claws74
11071
11072         * src/prefs_folder_item.c
11073                 Added missing "config.h" include
11074         * po/fr.po
11075                 Updated French translation for folder propriety.
11076
11077 2002-02-13 [jens]       0.7.0claws73
11078
11079         * po/POTFILES.in
11080                 Added missing src/prefs_folder_item.c [log added by melvin]
11081         * po/de.po
11082                 Updated German translation.
11083
11084 2002-02-13 [melvin]     0.7.0claws72
11085
11086         * po/fr.po
11087                 Updated French translation.
11088
11089 2002-02-13 [melvin]     0.7.0claws71
11090
11091         * src/gtkutils.c
11092                 Made gtkut_editable_get_selection return NULL if selection
11093                 is of length zero.
11094                 This fixes a bug where selecting part of message A then
11095                 switching to message B and replying to it will not
11096                 quote the message's body.
11097
11098 2002-02-12 [paul]       0.7.0claws70
11099
11100         * src/mainwindow.c
11101                 cosmetic, relating to pixmap themes: on toolbar make 
11102                 updating of 'Exec' and 'Compose news/Compose email'
11103                 icons faster.
11104
11105 2002-02-12 [carsten]    0.7.0claws69
11106         * src/folderview.c
11107           src/mainwindow.[ch]
11108           src/stock_pixmap.c
11109           src/summaryview.c
11110           src/prefs_common.c
11111                 - refreshing after changing pixmap theme better
11112                   now (thanks Paul)
11113                 - wanted to remove some mem leaks, but alfons was
11114                   faster (and had the better solution ;)
11115
11116 2002-02-12 [alfons]     0.7.0claws68
11117
11118         * src/prefs_common.c
11119         * src/stock_pixmap.[ch]
11120                 plug mem leaks, refactor code a little bit
11121
11122
11123 2002-02-12 [sergey]     0.7.0claws67
11124
11125         * src/imap.c
11126                 Fixed problem with copying messages to IMAP folders when the
11127                 server uses something other than '/' as a namespace separator
11128                 (cyrus-imapd uses '.').
11129
11130 2002-02-12 [jens]       0.7.0claws66
11131
11132         * po/de.po
11133                 Updated German Translation
11134
11135 2002-02-12 [paul]       0.7.0claws65
11136
11137         * sync with sylpheed 0.7.1cvs1
11138                 see ChangeLog entry 2002-02-12
11139
11140 2002-02-12 [melvin]     0.7.0claws64
11141
11142         * src/prefs_actions.c
11143                 Fixed "feature" where children's output was duplicated 
11144                 instead of refreshed while monitoring.
11145                 Removed some debug code.
11146
11147 2002-02-12 [christoph]  0.7.0claws63
11148
11149         * src/compose.c
11150                 always delete message from queue after sending/send error
11151                 (closes bug #509601)
11152
11153 2002-02-12 [melvin]     0.7.0claws62
11154
11155         * src/prefs_actions.c
11156                 Children wait loop is now triggered with a timeout of 1s
11157                 Added %F which is replaced with the list of filenames 
11158                 of all selected messages (as suggested by Ricardo Mones Lestra)
11159                 Pipe syntax changed. Prefix with | to send selection, postfix
11160                 with | to retrieve output. Prefix with > or * to send
11161                 user definable input to the command (*: input is hidden)
11162                 Old pipe action should now be postfixed with |, too.
11163
11164 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11165         * src/stock_pixmap.c
11166                 fixed a bug: if there's no theme directory don't
11167                 throw an error, just do "nothing" (thanks Alfons)
11168
11169 2002-02-12 [carsten]    0.7.0claws60
11170         * src/folderview.c
11171           src/summaryview.c
11172                 had to write the cache twice (nasty!); some marks would 
11173                 get lost if not
11174
11175 2002-02-11 [carsten]    0.7.0claws59
11176         * acconfig.h
11177           configure.in
11178           doc-src/maintainer_guide.txt
11179           src/compose.[ch]
11180           src/defs.h
11181           src/folderview.[ch]
11182           src/gtkutils.[ch]
11183           src/mainwindow.[ch]
11184           src/prefs_common.[ch]
11185           src/stock_pixmap.[ch]
11186           src/summaryview.[ch]
11187                 pixmap theming and related work on pixmap
11188                 handling on some other places
11189                 (e.g. hrm features for all folder)
11190           src/pixmap/stock_*.xpm -> the stock_ was removed
11191         
11192 2002-02-11 [paul]       0.7.0claws58
11193
11194         * sync with sylpheed 0.7.1 release
11195                 see ChangeLog entries 2002-02-11
11196
11197 2002-02-08 [paul]       0.7.0claws57
11198
11199         * sync with sylpheed 0.7.0cvs39
11200                 see ChangeLog entry 2002-02-07 (last entry) 
11201
11202         * src/prefs_actions.c
11203           src/prefs_filtering.c
11204           src/prefs_matcher.c
11205           src/prefs_scoring.c
11206                 sync: made it compile with C compilers other than gcc
11207
11208 2002-02-07 [paul]       0.7.0claws56
11209
11210         * sync with sylpheed 0.7.0cvs38
11211                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11212                 2002-02-07
11213
11214 2002-02-07 [darko]      0.7.0claws55
11215
11216         * src/gtkutils.[ch]
11217         * src/summaryview.c
11218                 Fix const gchar */gchar * issue (thanks Hiro)
11219
11220 2002-02-07 [darko]      0.7.0claws54
11221
11222         * src/compose.[ch]
11223         * src/filtering.c
11224         * src/gtkutils.[ch]
11225         * src/prefs_template.c
11226         * src/quote_fmt.h
11227         * src/quote_fmt_parse.y
11228         * src/summaryview.c
11229         * src/utils.[ch]
11230                 When replying or forwarding an email don't quote the entire
11231                 mail body but use the part of the message text that is selected
11232
11233 2002-02-06 [melvin]     0.7.0claws53
11234
11235         * src/prefs_common.[ch]
11236         * src/gtkspell.[ch]
11237         * src/compose.c
11238                 Made possible to switch quickly to last used dictionary
11239                 which makes checking bilingual documents easier.
11240
11241 2002-02-06 [melvin]     0.7.0claws52
11242         
11243         * po/POTFILES.in
11244                 Added forgotten new file src/prefs_actions.c
11245
11246 2002-02-06 [melvin]     0.7.0claws51
11247
11248         * src/prefs_actions.c   ** NEW FILE **
11249         * src/prefs_actions.h   ** NEW FILE **
11250                 Added actions to execute on message text view, or on the
11251                         message's file.
11252         * src/Makefile.am
11253                 Added src/prefs_actions.[ch]
11254         * src/compose.c
11255                 Added new menu "Edit/Actions"
11256         * src/defs.h
11257                 Added new actionsrc file.
11258         * src/main.c
11259                 Added actionsrc reading.
11260         * src/mainwindow.c
11261                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11262         * src/prefs_common.h
11263                 Added new element actionslst element to prefs_common.
11264
11265 2002-02-06 [paul]       0.7.0claws50
11266
11267         * sync with sylpheed 0.7.0cvs36
11268                 see ChangeLog entry 2002-02-06
11269
11270 2002-02-05 [paul]
11271
11272         * po/es.po
11273                 updated by Ricardo Mones Lastra
11274
11275 2002-02-05 [paul]       0.7.0claws49
11276
11277         * sync with sylpheed 0.7.0cvs33
11278                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11279
11280 2002-02-05 [paul]       0.7.0claws48
11281
11282         * src/compose.c
11283                 re-add 'Edit/Advanced/Delete entire line', previously named
11284                 'Delete Line+'
11285
11286 2002-02-04 [paul]       0.7.0claws47
11287
11288         * src/compose.c
11289           src/summaryview.c
11290                 fix bug #494993 (Reply All not taking Reply-To into consi)
11291                 eliminate differences in behaviour of right-click 'Reply to all' 
11292                 in summary view and 'Reply to all' on the toolbar. 
11293                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11294                 view and From gets ignored by 'Reply to all' on toolbar.
11295                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11296                 From when no Reply-To header is present.
11297
11298 2002-02-04 [paul]       0.7.0claws46
11299
11300         * sync with sylpheed 0.7.0cvs30
11301                 see ChangeLog entries 2002-02-03 and 2002-02-04
11302
11303 2002-02-03 [melvin]     0.7.0claws45
11304
11305         * src/gtkspell.[ch]
11306                 Readded function to highlight all misspelled words.
11307                 Fixed bug where user-provided-words did not replace
11308                         correctly the misspelled word when using the mouse.
11309                 Fixed bug where checking a region selected from right to left did
11310                         not check the region at all.
11311                 Fixed bug where 'Check backwards' may not check at all. 
11312                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11313                 Fixed possible buffer overflow when checking for long strings (>1k).
11314                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11315                 Accelerators code uses now gtk_widget_add_accel.
11316                 Removed and disabled obsolete and unfinished code.
11317                 Cleaning up.
11318
11319         * src/compose.c
11320                 Added menu item to Highlight all misspelled words.
11321
11322 2002-02-01 [paul]       0.7.0claws44
11323
11324         * src/mainwindow.c
11325                 fix '/View/Hide read messages' sensitivity when all
11326                 messages in a folder are hidden
11327
11328 2002-02-01 [paul]       0.7.0claws43
11329
11330         * src/main.c
11331                 add --send option to command line interface, sends all
11332                 queued mail. Patch submitted by Ricardo Mones Lastra.
11333
11334 2002-01-31 [paul]       0.7.0claws42
11335
11336         * src/mainwindow.c
11337                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11338
11339 2002-01-31 [paul]       0.7.0claws41
11340
11341         * sync with sylpheed 0.7.0cvs27
11342                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11343                 and 2002-01-31
11344
11345         * src/textview.c
11346                 comment out elements of textview_show_part() as temporary
11347                 workaround for attachment 'Display as text' bug 
11348
11349         * po/pt_BR.po
11350                 updated by Fabio Junior Beneditto
11351
11352 2002-01-30 [paul]       0.7.0claws40
11353
11354         * sync with sylpheed 0.7.0cvs24
11355                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11356                 and 2002-01-30
11357
11358         * src/compose.c
11359                 add {N_("/_Spelling"), ... "<Branch>"} to 
11360                 GtkItemFactoryEntry compose_entries[]
11361
11362         * src/prefs_common.c
11363                 add claws menu items to prefs_keybind_apply_clicked()
11364                 and remove non-claws menu items
11365
11366 2002-01-29 [paul]       0.7.0claws39
11367
11368         * sync with sylpheed 0.7.0cvs22
11369                 see ChangeLog entries 2002-01-28 and 2002-01-29
11370
11371 2002-01-28 [melvin]     0.7.0claws38
11372
11373         * src/compose.c
11374                 Added the declartion of compose_send_control_enter.
11375
11376         * src/compose.c
11377         * src/gtkspell.[ch]
11378                 Added in a 'Spelling' menu which includes the configuration menu. 
11379                 Added a real 'Check all' and got rid from the old one which only
11380                 highlited misspelled word.
11381                 Made 'Check while typing' a disableable option.
11382                 Added a dialog when there are no more misspelled word.
11383                 Added a dialog if error occurs when switching to a dictionary.
11384         
11385         * src/prefs_common.[ch]
11386                 Added option for the default 'Check while typing' option.
11387
11388
11389 2002-01-28 [alfons]     0.7.0claws37
11390
11391         * src/compose.c
11392                 fix buglet and make code comply with sylpheed code style
11393
11394 2002-01-28 [paul]       0.7.0claws36
11395
11396         * sync with sylpheed 0.7.0cvs19
11397                 see ChangeLog entries for 2002-01-28
11398
11399 2002-01-28 [hoa]        0.7.0claws35
11400
11401         * src/defs.h
11402                 added rendererrc
11403
11404         * src/main.c
11405                 read the renderer config
11406
11407         * src/procmime.[ch]
11408                 use the renderer config to convert mime attachments
11409
11410         * src/textview.c
11411                 don't use textview_show_html/ertf,
11412                 use get_text_content instead
11413
11414 2002-01-27 [alfons]     0.7.0claws34
11415         
11416         * src/news.c
11417                 make sylpheed believe it can delete a news message...
11418                 (messages are NOT deleted, maybe we should remove
11419                 processing from the folder properties after all.)
11420
11421 2002-01-27 [alfons]     0.7.0claws33
11422
11423         * src/folder.c
11424                 add extra checks
11425         * src/news.c
11426                 implement remove_msg() 
11427
11428 2002-01-27 [alfons]     0.7.0claws32
11429
11430         * src/procmsg.h
11431         * src/procheader.c
11432         * src/messageview.c
11433                 fix return receipt / disposition notification again. this
11434                 stuff seems to break on _every_ major summary UI change, so
11435                 it's now implemented using a flag which is saved in the
11436                 marks cache
11437                 
11438 2002-01-26 [alfons]     0.7.0claws31
11439
11440         * src/import.c
11441                 let import dialog show the destination folder identifier
11442
11443 2002-01-26 [melvin]     0.7.0claws30
11444
11445         * src/folderview.c
11446         * src/summaryview.c
11447                 Readded 'Mark all read' into summary view popup menu
11448                 Added 'Mark all read' in folder view popup menu for IMAP
11449                 and NNTP.
11450                 Made it insensitive if the selected folder is not the shown
11451                 one to avoid 'Mark all read' on the wrong folder.
11452                 
11453 2002-01-26 [paul]       0.7.0claws29
11454
11455         * src/folderview.c
11456           src/summaryview.c
11457                 move 'Mark all read' from summary view to folder view
11458                 menu. (adapted from) patch submitted by Jeremy Andrews,
11459                 <lists@kerneltrap.com>
11460
11461 2002-01-25 [alfons]     0.7.0claws28
11462
11463         * src/gtkstext.c
11464                 put the gtk class name back so GtkSText adapts the 
11465                 settings of GtkText
11466
11467 2002-01-25 [alfons]     0.7.0claws27
11468
11469         * src/folderview.c 
11470                 assimilate Ricardo's patch that shows pixmaps instead of
11471                 plain "new" and "unread" texts in the folder view column
11472                 headers 
11473
11474 2002-01-25 [paul]       0.7.0claws26
11475
11476         * src/Makefile.am
11477                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11478                 be found in non-standard locations. 
11479                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11480
11481 2002-01-25 [paul]       0.7.0claws25
11482
11483         * sync with sylpheed 0.7.0cvs16
11484                 see ChangeLog entry 2002-01-25
11485
11486 2002-01-24 [paul]       0.7.0claws24
11487
11488         * more sync with sylpheed 0.7.0cvs15
11489                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11490
11491 2002-01-23 [sergey]     0.7.0claws23
11492
11493         * src/importldif.c
11494                 Fixed segfault when closing LDIF import wizard with
11495                 the window manager.
11496         * src/imageview.c
11497         * src/imageview.h
11498         * src/messageview.c
11499         * src/mimeview.c
11500                 Fixed wrong scrolling position after switching between
11501                 text and image parts.
11502
11503 2002-01-23 [paul]       0.7.0claws22
11504
11505         * sync with sylpheed 0.7.0cvs15
11506                 see ChangeLog entries 2002-01-22 and 2002-01-23
11507
11508 2002-01-21 [melvin]     0.7.0claws21
11509
11510         * src/prefs_scoring.c
11511         * src/prefs_filtering.c
11512                 Fixed bug where scoring and filtering windows stopped
11513                 autochecking.
11514
11515 2002-01-21 [paul]       0.7.0claws20
11516
11517         * sync with sylpheed 0.7.0cvs12
11518                 see ChangeLog entries 2002-01-20 and 2002-01-21
11519
11520 2002-01-21 [carsten]    0.7.0claws19
11521         * src/mainwindow.c
11522         * src/menu.[ch]
11523         * src/messageview.[ch]
11524         * src/summaryview.[ch]
11525                 changes to shortcuts handling again:
11526                         + "Q" now controled by mainwin
11527                         + v/V are now customizable and have slightly
11528                           different meanings
11529                 the "button" to minimize the messageview (and maximize
11530                 the summary view) is a real button now
11531         * src/compose.c
11532                 "Delete Line+" added to Edit/Advanced (this will also
11533                 delete the '\n')
11534
11535 2002-01-20 [melvin] 0.7.0claws18
11536
11537         * src/addressbook.c
11538                 Made "Bcc" sensitive when addressbook is called from
11539                 compose window (it was a Claws only bug).
11540
11541 2002-01-19 [alfons] 0.7.0claws17
11542
11543         * src/inc.c
11544                 prevent unnecessary updates when currently selected folder has
11545                 no new messages 
11546
11547 2002-01-19 [alfons] 0.7.0claws16
11548         
11549         * src/summaryview.c
11550                 prevent writing the cache based on current message list in summary 
11551                 view when filtering also put messages in currently selected folder
11552
11553 2002-01-19 [paul]
11554
11555         * po/it.po
11556                 Italian translation submitted by Alessandro Maestri
11557                 <a.maestri@cs.tin.it>
11558
11559 2002-01-18 [melvin]     0.7.0claws15
11560
11561         * src/prefs_filters.c
11562                 fixed bug where 'cancel' from 'filters' window stops autochecking
11563                 if the timer timed out  when the window was open.
11564
11565 2002-01-18 [match]      0.7.0claws14
11566
11567         * src/addrclip.[ch]     ** NEW FILE **
11568         * src/addrselect.[ch]   ** NEW FILE **
11569         * src/adbookbase.h      ** NEW FILE **
11570                 addressbook cut, copy and paste
11571         * src/addrbook.[ch]
11572         * src/addrcache.[ch]
11573         * src/addressitem.h
11574         * src/addrindex.[ch]
11575         * src/addritem.[ch]
11576         * src/importldif.c
11577         * src/importmutt.c
11578         * src/jpilot.[ch]
11579         * src/syldap.[ch]
11580         * src/vcard.[ch]
11581         * src/jpilot.[ch]
11582         * src/editbook.c
11583         * src/editjpilot.c
11584         * src/editldap.c
11585         * src/editvcard.c
11586                 support for copy/paste
11587         * src/addressbook.c
11588                 support for copy/paste
11589                 tidy up menu option processing
11590                 correct address list function arguments
11591         * src/editaddress.c
11592                 sort user attributes
11593         * src/ldif.h
11594         * src/mutt.h
11595                 tidy up
11596
11597         * src/addrbook.[ch]
11598         * src/addrbook.[ch]
11599         * src/addrbook.[ch]
11600                 
11601
11602 2002-01-18 [paul]       0.7.0claws13
11603
11604         * sync with sylpheed 0.7.0cvs8
11605                 configure.in: support Mac OS X (Darwin)
11606
11607 2002-01-18 [carsten]    0.7.0claws12
11608         * src/html.c
11609                 small hack to fix a segfault with an empty href
11610                 (reported by Alexandra Walford <deeni@altern.org>)
11611         * src/mainwindow.c
11612         * src/summaryview.c
11613                 the shortcuts for Mark und Mark as unread are hardcoded
11614                 again
11615         * src/compose.c
11616         * src/gtkstext.[ch]
11617                 readded the shortcuts in gtkstext but made them
11618                 customizeable (simply by adding a menu plus a wrapper
11619                 to compose.c)
11620
11621 2002-01-17 [melvin]     0.7.0claws11
11622
11623         * src/gtkspell.c
11624                 fix default dictionary not being saved.
11625
11626 2002-01-16 [darko]      0.7.0claws10
11627
11628         * src/compose.c
11629                 fix wrapping crash with URL longer than wrapping margin
11630
11631 2002-12-08 [hoa]        0.7.0claws10
11632
11633         * src/matcher_parser_parse.y
11634                 fixed some bugs
11635
11636         * src/prefs_filtering.c
11637                 now, we can use bounce action in the dialog box.
11638
11639 2002-01-16 [carsten]    0.7.0claws9
11640         * src/gtkstext.c
11641                 removed the <control> and <alt> shortcuts because they're
11642                 not needed and interefered with the "normal" shortcuts
11643         * src/mainwindow.c
11644         * src/summaryview.c
11645                 removed most of the hardcoded shortcuts and assigned
11646                 them to menu entries making them easy customizable by
11647                 that
11648
11649 2002-01-16 |melvin]     0.7.0claws8
11650
11651         * src/gtkspell.c
11652                 fixed bug where using the mouse and when the compose
11653                 window is not on top may result in a crash.
11654
11655 2002-01-16 [melvin]     0.7.0claws7
11656
11657         * src/compose.c
11658                 fixed a long standingspell checker bug which could 
11659                 cause a crash after sending a message.
11660
11661 2002-01-16 [paul]       0.7.0claws6
11662
11663         * sync with sylpheed 0.7.0cvs7
11664                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11665                 2002-01-15, and 2002-01-16
11666
11667 2002-01-16 [melvin]     0.7.0claws5
11668
11669         * README.claws
11670         * src/compose.c
11671         * src/gtkspell.[ch]
11672         * src/main.c
11673                 Heavily modified spell checker code to work around
11674                 ispell bug, to add keyboard shortcuts and for future
11675                 enhancements. See README.claws for usage information.
11676
11677 2002-01-15 [alfons]     0.7.0claws4
11678         
11679         * src/summaryview.c
11680                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11681                 so sorting within threads reflects sort mode
11682
11683 2002-01-15 [christoph]  0.7.0claws3
11684
11685         * src/procmsg.c
11686                 added alertpanel if mail sending failed
11687
11688 2002-01-15 [alfons]     0.7.0claws2
11689         
11690         * src/prefs_filtering.c
11691                 don't stop timer when prefs filtering dialog is opened
11692
11693 2002-01-14 [alfons]     0.7.0claws1
11694
11695         * src/addr_compl.c
11696         * src/prefs.c
11697                 remove debug_print()s for privacy reasons
11698
11699 2002-01-14 [darko]      0.7.0claws
11700
11701         * README.claws
11702                 quotation wrapping is now also in the main branch
11703
11704 2002-01-14 [paul]
11705
11706         * tools/filter_conv.pl
11707                 allow for Boolean Op and case-sensitivity
11708                 this file is included in the release and tagged
11709                 'rel_0_7_0'
11710
11711 2002-01-13 [paul]       0.7.0claws
11712
11713         * release 0.7.0, with cvs tag 'rel_0_7_0'
11714
11715 2002-01-13 [paul]
11716
11717         * tools/filter_conv.pl
11718         * tools/README
11719                 rewritten to output to matcherrc instead of filteringrc
11720
11721         * po/es.po
11722                 updated Spanish translation by Ricardo Mones Lastra
11723
11724 2002-01-13 [alfons]
11725
11726         * po/nl.po
11727                 update dutch translation
11728
11729 2002-01-13 [paul]
11730
11731         * po/pt_BR.po
11732                 Updated by Fabio Junior Beneditto 
11733
11734 2002-01-13 [melvin]     0.6.6claws53
11735
11736         * po/fr.po
11737                 Updated french translation
11738
11739 2002-01-12 [alfons]     0.6.6claws52
11740
11741         * src/filtering.c
11742                 plug mem leak that has been sitting there for ages              
11743
11744 2002-01-12 [alfons]     0.6.6claws51
11745
11746         * src/summaryview.c
11747                 undo melvin's changes from 0.6.6claws48 because summary
11748                 view now refuses to select first unread message when
11749                 selecting a folder 
11750
11751 2002-01-11 [alfons]     0.6.6claws50
11752
11753         * src/import.c
11754                 use claws' semantics for getting folder item when
11755                 importing an mbox file into a folder 
11756                 (submitted by Dale P. Smith)
11757
11758 2002-01-11 [christoph]  0.6.6claws49
11759
11760         * src/prefs.h
11761                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11762                 toggle widget, because non static prefs can not use
11763                 prefs_set_* functions
11764         * src/prefs_account.c
11765                 toggle smtp auth password field sensitivity if
11766                 user id is empty and add descrition of usage for
11767                 these fields
11768         * src/prefs_folder_item.c
11769                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11770                 callbacks
11771
11772 2002-01-11 [melvin]     0.6.6claws48
11773
11774         * src/compose.c
11775                 fix the 'Ctrl-Enter' feature for sending and test really
11776                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11777                 editables which was not documented in Gtk)
11778
11779         * src/summaryview.c
11780                 Made summaryview refresh after sorting and not before.
11781
11782 2002-01-11 [christoph]  0.6.6claws47
11783
11784         * src/compose.c
11785                 select account from account ids if possible and
11786                 correctly set save folder for copy in reedit
11787
11788 2002-01-10 [paul]       0.6.6claws46
11789
11790         * sync with sylpheed 0.7.0 release
11791                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11792                 2002-01-09
11793
11794 2002-01-09 [alfons]
11795
11796         * src/summaryview.c
11797                 remove more dirt traces...
11798
11799 2002-01-09 [alfons]
11800         
11801         * src/summaryview.c
11802                 clean up some traces of my debugging stuff
11803
11804 2002-01-09 [alfons]     0.6.6claws45
11805
11806         * src/filtering.c
11807                 break up filteringprop_apply() in three separate pieces
11808                 so we can drop messages that failed processing in the
11809                 inbox
11810
11811         * src/summaryview.c
11812                 fix bug #469598 "no refresh of inbox after filter" which 
11813                 was introduced by the new summary view locking, and which 
11814                 prevented the summary view to update after a manual filter 
11815                 message. claw's filter message requires a summary_show().
11816                 (aargh, summary_show() again! :-)
11817                 
11818 2002-01-07 [alfons]     0.6.6claws44
11819
11820         * src/headerwindow.c
11821         * src/logwindow.c
11822         * src/messageview.c
11823         * src/sourcewindow.c
11824                 bring in Hiro's last 0.7.0 wm class fixes
11825
11826         * tools/sylprint.pl
11827                 bring in Ricardo's fix for sylprint script
11828
11829         * AUTHORS       
11830         * src/rfc2015.[ch]
11831         * src/prefs_common.[ch]
11832         * src/prefs_account.[ch]
11833         * src/compose.c
11834                 clean up account preference poison in rfc2015,
11835                 and preparation to fix double sign bug 
11836                 (patch submitted by Simon 'corecode' Schubert)
11837
11838 2002-01-07 [christoph]  0.6.6claws43
11839
11840         * src/mh.c
11841                 search for free message number, do not only rely
11842                 on last_num
11843         * src/send.c
11844                 fix smtp auth and use extra account information
11845                 if available, if not use pop3 data instead
11846                 (closes bug #500341)            
11847         * src/ssl.[ch]
11848                 match coding style
11849
11850 2002-01-06 [alfons]     0.6.6claws42
11851
11852         * src/mainwindow.c
11853                 try making the separate windows work again...
11854
11855 2002-01-06 [alfons]     0.6.6claws41
11856
11857         * src/mainwindow.c
11858                 adapt Hiro's separate window menu (to get rid of the funny
11859                 duplicate menu items), and make it work again
11860
11861 2002-01-06 [alfons]     0.6.6claws40
11862
11863         * tools/Makefile.am
11864         * tools/sylprint.rc
11865         * tools/sylprint.pl
11866         * tools/README.sylprint
11867                 add sylprint script for printing mails from Sylpheed
11868                 (contributed by Ricardo Mones Lastra)
11869
11870         * src/acount.c
11871                 clean up
11872
11873 2002-01-06 [melvin]     0.6.6claws39
11874
11875         * src/mainwindow.c
11876         * src/summaryview.c
11877                 Fixed crash introduced in 0.6.6claws38 by the menu
11878                 reorganisation (Hide read messages)
11879         
11880         * ChangeLog.claws 
11881                 Fixed typo (we are now in 2002, alfons ;) )
11882
11883 2002-01-05 [alfons]     0.6.6claws38
11884
11885         * sync with sylpheed 0.6.6cvs10-17
11886                 (last stuff marked as LAST_STABLE)
11887
11888 2002-01-04 [melvin]     0.6.6claws37
11889
11890         * src/account.c
11891                 Made account selection code use strcasestr again instead of
11892                 g_strcasecmp (fixes bug where reediting queued messages
11893                 did not select proper account reported by T. Link).
11894         
11895         * src/folderview.c
11896                 Fix bug where folder icons are not shown when 'hide read messages'
11897                 is on.
11898         
11899         * src/stock_pixmaps.[ch]
11900                 Added folder icons for 'hide read messages'.
11901         
11902         * src/compose.c
11903                 Fixed bug where 'Enter' in a header entry will send the message 
11904                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11905
11906 2002-01-03 [melvin]     0.6.6claws36
11907         
11908         * src/prefs.[ch]
11909                 Added popup menu for common preferences and
11910                 account preferences (right click on tab displays
11911                                 a menu of all tabs.)
11912
11913 2002-01-02 [melvin]     0.6.6claws35
11914
11915         * src/gtkspell.[ch]
11916                 Made spelling code compatible with undo/redo feature.
11917                 Added creation of suggestion mode menu for the general
11918                         preferences.
11919         
11920         * src/prefs_common.[ch]
11921                 Added option menu for the speller's suggestion mode.
11922                 Added missing spaces in "..." buttons and made a "..."
11923                         button non translatable!
11924         
11925         * src/compose.c
11926                 Made speller use the default suggestion mode.
11927                 Hack to make it possible to choose 'CTRL-Enter' as a
11928                         shortcut for sending (and only for sending).
11929
11930         * src/prefs_folder_item.c
11931                 Changing subject simplification does not update cache 
11932                         anymore (because it is unnecessary).
11933                 Fixed bug where changing subject simplification updated the 
11934                         summaryview even when the viewed folder is not the
11935                         folder which properties are being changed. (E.g. 
11936                                         viewing folder A and changing
11937                                         the subject simplification of 
11938                                         folder B -not being viewed- updated the 
11939                                         summaryview of folder A with data of
11940                                         folder B). (Hope this is clear... )
11941
11942 2001-12-31 [alfons]     0.6.6claws34
11943         
11944         * src/ldif.c
11945         * src/mutt.c
11946                 fgetc() returns a signed integer which doesn't
11947                 fit in a char. so c truncates this to a char
11948                 but we may lose significant bits. i.e. we may
11949                 comparing 0xFF which may not be equal to -1
11950                 unless properly casted to signed char which
11951                 we won't do because fgetc() returns a signed
11952                 integer which doesn't fit in a char. so c 
11953                 truncates this to a char but we may lose 
11954                 significat bits. (you got the idea, thanks
11955                 to Gustavo Noronha Silva <kov@debian.org>
11956                 and the Debian folks!)
11957
11958 2001-12-30 [alfons]     0.6.6claws33
11959
11960         * src/prefs_common.c
11961                 add #ifdef USE_PSPELLs that Melvin forgot               
11962
11963 2001-12-30 [melvin]     0.6.6claws32
11964         
11965         * src/prefs_common.[ch]
11966                 Added configurable color for misspelled words.
11967
11968         * src/gtkspell.[ch]
11969                 Fixed bug of foreground text color (reported by David
11970                                 Mehrmann)
11971                 Added configurable color for misspelled words.
11972
11973 2001-12-30 [alfons]     0.6.6claws31
11974
11975         * src/folder.c
11976                 remove unnecessary things someone put there
11977
11978         * src/mh.c
11979         * src/folder.[ch]
11980                 make folder properties (like threading and sorting) persistent
11981                 (closes bug #497424 "rescan folder tree resets proprieties")
11982                 currently this is only for MH folders. 
11983
11984 2001-12-29 [melvin]     0.6.6claws30
11985
11986         * src/string_match.[ch]
11987                 Optimized a bit: regexp pattern buffer compiled only once, and
11988                   one subroutine call removed. Fixed ^ regexp search: Now, 
11989                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11990         
11991         * src/summaryview.c
11992                 Subject filtering changed to filter summary columns and
11993                   not directly the messages subject cache. The loss in 
11994                   performance is balanced by the improvement of string_match.
11995                 Added an alert panel if there is an error in the regexp.
11996
11997         * src/src/prefs_folder_item.h
11998                 Added a regexp pattern buffer.
11999
12000 2001-12-28 [alfons]     0.6.6claws29
12001
12002         * src/string_match.[ch]
12003                 clean up name space
12004                 allow compilation *BSD
12005
12006 2001-12-27 [alfons]     0.6.6claws28
12007
12008         * src/filter.c
12009                 sync the Hiro's bug fix for BSD
12010
12011 2001-12-27 [melvin]     0.6.6claws27
12012         
12013         * src/compose.c
12014                 Simplify focus to subject entry code.
12015
12016 2001-12-27 [darko]      0.6.6claws26
12017
12018         * src/filtering.c
12019         * src/mbox_folder.c
12020         * src/messageview.c
12021         * src/mh.c
12022         * src/procheader.[ch]
12023         * src/procmsg.h
12024         * src/stock_pixmap.[ch]
12025         * src/summaryview.c
12026                 Show key icon for encrypted mails in summary view
12027
12028         * src/pixmaps/clip.xpm
12029         * src/pixmaps/clipkey.xpm
12030         * src/pixmaps/key.xpm
12031                 New/modified icons for the above
12032
12033 2001-12-27 [melvin]     0.6.6claws25
12034
12035         * src/prefs_common.c
12036                 Put spell checker options in a separate tab to decrease
12037                 the Common Preferences window height.
12038
12039         * README.claws  
12040                 Update spell checker usage instruction about its options
12041                 location.
12042
12043 2001-12-27 [melvin]     0.6.6claws24
12044
12045         * src/compose.c
12046                 Changed subject entry widget position. Initial focus is
12047                 on the To header instead of the subject entry.
12048                 Creating a new header scrolls the header list to make the
12049                 created one visible. Nevertheless, when automatically filling
12050                 headers, the first one is shown.
12051                 A Tab key press in the last empty header entry zips the 
12052                 focus to the subject entry.
12053                 (I did not change the combo boxes, yet)
12054
12055 2001-12-26 [alfons]     0.6.6claws23
12056
12057         * src/prefs_account.c
12058         * src/inc.c
12059                 allow default inbox to reside in another mailbox (only
12060                 works for POP3 accounts)
12061
12062 2001-12-26 [alfons]     0.6.6claws22
12063         
12064         * src/textview.c
12065                 make reply-on-click work with the account of the selected folder
12066         * src/compose.c
12067                 put a fixme here to remind me to fix finding correct default
12068                 account for nested folders
12069
12070 2001-12-25 [alfons]     0.6.6claws21
12071
12072         * src/summaryview.c
12073                 make column headers display locked and mark pixmaps (idea by Melvin) 
12074                 fix bug by adding score and locked column type to sort array
12075
12076 2001-12-25 [alfons]     0.6.6claws20
12077         
12078         * src/summaryview.c
12079                 catch a *potentially* inadvertent write back of  
12080                 the message cache(s) introduced by 0.6.5claws37
12081
12082 2001-12-25 [christoph]  0.6.6claws19
12083
12084         * src/stock_pixmap.[ch]
12085         * src/summaryview.c
12086                 add ignore thread pixmap
12087                 (can someone draw a better icon for this?)
12088
12089 2001-12-24 [alfons]     0.6.6claws18
12090
12091         * src/prefs_folder_item.c
12092                 make address completion actually work for the
12093                 Default To address in the Folder Property dialog.
12094
12095 2001-12-24 [alfons]     0.6.6claws17
12096         
12097         * src/summaryview.c
12098                 use new style regexp for subject stripping 
12099                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12100
12101 2001-12-24 [darko]      0.6.6claws16
12102
12103         * src/pgptext.c
12104         * src/rfc2015.c
12105                 move GPG related informational messages to debug mode
12106
12107 2001-12-23 [alfons]     0.6.6claws15
12108
12109         * src/stock_pixmap.[ch]
12110         * src/summaryview.c
12111                 add the forgotten Claws' locked pixmap
12112
12113 2001-12-23 [alfons]     0.6.6claws14
12114
12115         * src/filesel.c
12116                 accept file name typed in entry in multi file
12117                 selector (patch submitted by Gustavo Noronha Silva 
12118                 <kov@debian.org>)
12119
12120 2001-12-23 [alfons]     0.6.6claws13
12121
12122         * src/prefs_filter.c
12123         * src/prefs_filtering.c
12124         * src/matcher.c
12125         * src/importmutt.c
12126                 clean up a little bit
12127         
12128         * src/string_match.c
12129                 validate input strings a little bit more
12130
12131 2001-12-23 [alfons]     0.6.6claws12
12132
12133         * src/Makefile.am
12134         * src/summaryview.c
12135         * src/string_match.[ch]         ** NEW **
12136         * src/folderview.[ch]
12137         * src/headerview.h
12138         * src/folder.[ch]
12139         * src/prefs_folder_item.[ch]
12140                 add subject simplification to strip out strings from
12141                 a subject line (esp. handy for mailing lists). 
12142                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12143                 but slightly changed things for better integration.)
12144
12145 2001-12-23 [alfons]     0.6.6claws11
12146
12147         * src/mainwindow.c
12148                 fix bug introduced by submission included in 0.6.5claws52.
12149                 ideally this submission should clean the trash if any trash
12150                 folder has a message. however, the hasTrash variable was
12151                 set to false whenever a trash folder was empty (discarding
12152                 a previously found *filled* trash folder.)
12153
12154                 also edited the code a little bit and made it more safe.
12155
12156 2001-12-22 [alfons]     0.6.6claws10
12157
12158         * src/imap.c
12159                 quick fix for Martin Pool's omission of an account
12160                 specific SSL setting
12161
12162 2001-12-22 [alfons]     0.6.6claws9
12163
12164         * src/compose.c
12165         * src/messageview.c
12166         * src/mimeview.c
12167         * src/pgptext.c
12168         * src/procmime.[ch]
12169                 better support for multipart/digest (submitted
12170                 by Fredrik <e98fo@efd.lth.se>)
12171
12172 2001-12-22 [alfons]     0.6.6claws8
12173
12174         * src/addressbook.c
12175                 correct function signature
12176         * src/socket.[ch]
12177         * src/imap.[ch]
12178         * src/prefs_account.[ch]
12179                 allow IMAP over SSH tunnel (patch submitted by 
12180                 Martin Pool <mbp@samba.org>)
12181
12182 2001-12-21 [alfons]     0.6.6claws7
12183
12184         * sync with sylpheed 0.6.6cvs4-9
12185                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12186
12187 2001-12-21 [christoph]  0.6.6claws6
12188
12189         * src/compose.c
12190         * src/prefs_folder_item.[ch]
12191                 implement saving of outgoing messages to current folder.
12192                 fix segfault when no default outbox is available
12193                 (closes bug #495683)
12194
12195 2001-12-21 [carsten]    0.6.6claws5
12196         * src/folderview.c
12197         * src/summaryview.c
12198                 pressing CTRL while DND does now the expected thing and
12199                 copies the mail (moving is still the default, as this
12200                 seam more appropriate for handling mails by DND)
12201
12202 2001-12-18 [paul]       0.6.6claws4
12203
12204         * sync with sylpheed 0.6.6cvs3
12205                 see ChangeLog entries 2001-12-18
12206
12207 2001-12-18 [hiro]       0.6.6claws3
12208
12209         * src/undo.c
12210                 fix for multibyte characters (obtain the number of letters
12211                 instead of bytes).
12212
12213 2001-12-17 [paul]       0.6.6claws2
12214
12215         * sync with sylpheed 0.6.6cvs1
12216                 see ChangeLog entry 2001-12-16
12217
12218 2000-12-17 [alfons]     0.6.6claws1
12219
12220         * src/filtering.c
12221                 clean up
12222
12223 2001-12-16 [paul]       0.6.6claws
12224 2001-12-15
12225
12226         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12227
12228         * src/mimeview.c
12229                 last minute sync with main 0.6.6
12230
12231         * po/es.po
12232                 updated by Ricardo Mones Lastra
12233                 update for last minute sync
12234         * po/fr.po
12235         * po/nl.po
12236                 update for last minute sync
12237         * po/de.po
12238                 updated by Jens Oberender
12239         * po/pt_BR.po
12240                 updated by Fabio Junior Beneditto
12241
12242         * src/prefs_common.[ch]
12243         * src/undo.c
12244                 number of undo levels is user configurable
12245                 (squeeze it into the release in the dying
12246                 moments) Submitted by Jens Oberender    
12247
12248 2001-12-15 [melvin]
12249
12250         * po/fr.po
12251                 updated french translation
12252
12253 2001-12-15 [paul]       0.6.5claws92
12254
12255         * sync with sylpheed 0.6.5cvs28
12256                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12257
12258         * po/nl.po
12259                 update to allow for sync
12260
12261 2001-12-15 [alfons]
12262         
12263         * po/nl.po
12264                 update dutch translation
12265
12266 2001-12-14 [carsten]    0.6.5claws91
12267         * src/summaryview.c
12268                 fixed bug #473785; also after changing the column order
12269                 the same message will be selected and displayed as before
12270                 the reordering
12271
12272 2001-12-14 [carsten]    0.6.5claws90
12273         * src/folderview.c
12274                 probably found the bug reported by wwb opening or closing
12275                 a folder tree just before dnd (found the solution in the
12276                 balsa source -- thanks to them)
12277
12278 2001-12-14 [carsten]    0.6.5claws89
12279         * src/gtkutils.c
12280         * src/account.c
12281                 moved gtk_clist_moveto to the right place, so that
12282                 only the accounts dialog is effected on opening
12283
12284 2001-12-14 [carsten]    0.6.5claws88
12285         * src/gtkutils.c
12286                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12287                 now, so that the focused row will be seen in any case
12288                 (reported by wwp on sf-claws-user)
12289
12290 2001-12-14 [darko]      0.6.5claws87
12291
12292         * src/compose.c
12293                 remove unnecessary line
12294
12295 2001-12-14 [paul]       0.6.5claws86
12296
12297         * sync with sylpheed 0.6.5cvs27
12298                 see ChangeLog entries 2001-12-14
12299
12300 2001-12-14 [carsten]    0.6.5claws85
12301         * src/mainwindow.c
12302                 following a suggestion of Melvin the rcoabm pops up
12303                 right under the button now and the button is reliefed
12304                 while the popup is open
12305
12306 2001-12-14 [darko]      0.6.5claws84
12307
12308         * src/compose.c
12309                 fix crash when wrapping long lines if linewrap quotation
12310                 is disabled and wrapper encounters a word spanning more
12311                 than one line
12312
12313 2001-12-13 [paul]       0.6.5claws83
12314
12315         * src/compose.c
12316                 prefer 'Reply-To' header over mailing list header when
12317                 replying to a message. Finally prevent all those confirmation 
12318                 messages being sent to the list itself.
12319
12320         * src/summaryview.c
12321                 remove unused summary_set_menu_sensitive() entry
12322
12323 2001-12-13 [paul]       0.6.5claws82
12324
12325         * src/folderview.c
12326         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12327         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12328         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12329                 improvements to 'Hide read messages': Inbox, Outbox,
12330                 Trash, Queue, and Draft icons now reveal presence of hidden 
12331                 messages
12332
12333 2001-12-12 [alfons]     0.6.5claws81
12334
12335         0.6.5claws80 was tagged as LAST_STABLE
12336
12337         * src/filtering.[ch]
12338         * src/matcher.[ch]
12339         * src/matcher_parser_lex.c
12340                 fix the filtering; my last attempt to get it right, 
12341                 if it does not work, it's Hoa's turn. ;-)
12342
12343                 for my honourable peers:
12344                 
12345                 the code now makes a clear distinction between
12346                 rules as they are displayed (probably escaped),
12347                 and as they are executed (probably unescaped). the
12348                 parser does *NOT* do any unescaping, this is
12349                 the task of the matcher.c (which breaks up a
12350                 rule into condition) and the filtering.c (which
12351                 breaks up the rule's action). to make this
12352                 run happily we provide an unescaped copy of
12353                 crucial strings to the MatcherProp and 
12354                 FilteringAction structures. note that the only
12355                 exception to this is any REGEXP string. those
12356                 are directly passed to regcomp() and regexp()
12357                 (who have much more powerful unescape functions).
12358                 
12359                 for everyone else:
12360         
12361                 you can escape tab (\t), carriage return (\r),
12362                 linefeed (\n), form feed (\f), quote (\"), 
12363                 single quote (\'), bell (\b) in all the entry
12364                 lines in the scoring & filtering dialogs.
12365                 as an added bonus this should not affect
12366                 existing filtering rules.
12367
12368 2001-12-12 [carsten]    0.6.5claws80
12369
12370         * src/summaryview.c
12371         * po/de.po
12372                 "item(s) selected" is now sensitive to 1 or more
12373                 than one selected (nice for language where simple
12374                 adding of a "s" is not possible as German (Eintrag
12375                 ->Eintr"age)
12376                 
12377                 the "forward as attachment" entry from the right
12378                 click menu removed, "forward" acts following the
12379                 prefs
12380         
12381         * src/textview.c
12382                 reverted my former changes; so compiler warning again
12383                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12384                 nevertheless
12385
12386         * src/messageview.c
12387                 "search in message" does now *not* only work in MVIEW_TEXT
12388                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12389                 message
12390
12391         * src/mainwindow.c
12392                 removed "/File/_Close" as it was the same as "/File/E_xit"
12393                 and we don't need it two times
12394
12395                 the separate folder view and message view now get a distinct
12396                 WMCLASS, just in case someone is using sawfish ;-)
12397
12398                 as the menu entries "/View/Message view" and "/View/Folder tree"
12399                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12400                 make them sensitive accordingly and as these two are "shown"
12401                 after startup anytime check this menuitem at startup
12402
12403 2001-12-12 [paul]       0.6.5claws79
12404
12405         * src/folderview.c
12406                 fix sensitivity of 'Search folder...', broken in
12407                 0.6.5claws75
12408
12409         * src/mainwindow.c
12410                 fix dodgy English
12411
12412 2001-12-11 [carsten]    0.6.5claws78
12413         * src/filtering.c
12414                 fixed two typos returning a wrong FALSE/TRUE
12415         * src/mainwindow.[ch]
12416                 extra menu for email/news button removed
12417
12418 2001-12-11 [alfons]     0.6.5claws77
12419         
12420         * src/matcher.c                 (1.3)
12421         * src/matcher_parser_lex.l      (1.28)
12422                 revert for another attempt
12423                 mark 0.6.5claws77 as LAST_STABLE
12424
12425 2001-12-11 [christoph]  0.6.5claws76
12426
12427         * po/de.po
12428                 fixed wrong translation for prev. unread msg
12429
12430 2001-12-11 [paul]       0.6.5claws75
12431
12432         * src/folder.[ch]
12433         * src/folderview.c
12434         * src/mainwindow.c
12435         * src/summaryview.[ch]
12436         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12437                 enable ability to hide read messages on per folder basis via 
12438                 '/Summary/Hide read messages'; when selected, a folder will 
12439                 have a red open folder icon, instead of a blue icon, if the 
12440                 folder contains hidden messges
12441                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12442
12443         * src/mainwindow.c
12444                 remove '/Message/Forward as attachment' from 
12445                 main_window_set_menu_sensitive() to prevent debug warning
12446
12447         * src/folderview.c
12448         * src/mainwindow.c
12449                 Clean up some of the English
12450
12451         * tools/newscache_clean.pl
12452                 allow for new 'hidereadmsgs' entry in folderlist.xml
12453
12454         * po/es.po
12455                 updated translation, submitted by Ricardo Mones Lastra
12456
12457 2001-12-11 [paul]       0.6.5claws74
12458
12459         * sync with sylpheed 0.6.5cvs25
12460                 see ChangeLog entry 2001-12-11
12461
12462 2001-12-10 [alfons]     0.6.5claws73
12463
12464         * src/matcher.c
12465                 add more control characters
12466         * src/matcher_parser_lex.l
12467                 make escaping / unescaping work again
12468
12469 2001-12-10 [alfons]     0.6.5claws72
12470
12471         * src/imap.c
12472                 clean up warnings "returning value for void function" 
12473         * src/prefs_filtering.c
12474                 make info button for execute action sensitive
12475
12476 2001-12-10 [paul]       0.6.5claws71
12477
12478         * src/compose.c
12479         * src/imap.[ch]
12480         * src/summaryview.c
12481                 fix: imap server now gets informed of MARKED, UNMARKED
12482                 and REPLY events. Now people can use different IMAP-Mail
12483                 clients and have the exact same information about MARKED,
12484                 UNMARKED and REPLY status with all of them. Especially
12485                 useful for imap servers with a web-frontend.
12486                 submitted by Tobias Sandhaas <medlor@web.de>
12487
12488 2001-12-09 [melvin]     0.6.5claws70
12489         
12490         * src/textview.[ch]
12491                 fixed bug #490076 (hunted down by Alfons who implemented
12492                 a workaround in 0.6.5claws65)
12493
12494 2001-12-09 [christoph]  0.6.5claws69
12495
12496         * src/summaryview.c
12497                 set pointer to string in LOCKED column to NULL
12498                 (might fix bug #490800)
12499
12500 2001-12-09 [carsten]    0.6.5claws68
12501
12502         * po/de.po
12503                 resolved some cluttered menu shortcuts 
12504                 ('creating new email' and 'creating news message'
12505                 hade the same)
12506         * src/compose.c
12507                 wmclass now distinc from main window
12508         * src/mainwindow.c
12509           src/mainwindow.h
12510                 email/news and forward button functionality similar
12511                 to the reply buttons; removed the ugly dropdown arrows
12512                 and use instead the right mouse button
12513
12514 2001-12-09 [paul]       0.6.5claws67
12515
12516         * src/imap.c
12517         * src/utils.h
12518                 allow spaces in imap folder names
12519                 submitted by Willem van Engen <wvengen@stack.nl>
12520
12521 2001-12-09 [paul]       0.6.5claws66
12522
12523         * sync with sylpheed 0.6.5cvs24
12524                 see ChangeLog entry 2001-12-09
12525
12526 2001-12-08 [alfons]     0.6.5claws65
12527
12528         * src/textview.c
12529                 prevent secondary selection claim after "add to sender" dialog
12530                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12531                 we trick GTK by simulating a click at (0, 0) in the textview.
12532
12533 2001-12-08 [hoa]        0.6.5claws64
12534
12535         * src/folder.c
12536                 fixed a bug about the .processing folder name while filtering
12537
12538 2001-12-08 [alfons]     0.6.5claws63
12539
12540         * src/folderview.c 
12541                 work around problem of not correctly updating folder stats
12542                 when deleting messages. there's some folder scanning evil
12543                 going so the folderview_update_msg_num() does not work
12544                 correctly. need to investigate this.
12545
12546 2001-12-08 [paul]       0.6.5claws62
12547
12548         * sync with sylpheed 0.6.5cvs23
12549                 see ChangeLog entry 2001-12-08
12550
12551 2001-12-07 [christoph]  0.6.5claws61
12552
12553         * src/compose.c
12554                 fix another header translation problem
12555
12556 2001-12-07 [alfons]     0.6.5claws60
12557
12558         * src/mbox.c
12559                 make filtering also work on local spool mbox
12560
12561 2001-12-07 [carsten]    0.6.5claws59
12562         * src/addressbook.c
12563                 addressbook window gets a wmclass distinct from the main
12564                 sylpheed window
12565         * src/compose.h
12566         * src/mainwindow.[ch]
12567                   forward menu item will use mode selected in prefs, forward 
12568                 as attatchment in menu removed (will be substituted in the
12569                 toolbar similar to reply buttons)
12570                   create news message menu entry and news button is now 
12571                 sensitive to the existance of a news account
12572         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12573         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12574         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12575                 these are removed because the toolbar buttons don't show
12576                 the quoting modus any longer
12577
12578 2001-12-07 [paul]
12579
12580         * tools/newscache_clean.pl      ** NEW FILE **
12581                 perl script to do some tidying up in the newscache directory 
12582                 
12583         * tools/sylpheed-switcher       ** NEW FILE **
12584                 perl script to enable easy switching between main and claws
12585                 
12586         * tools/README
12587                 added descriptions of the two new perl scripts          
12588
12589
12590 2001-12-07 [melvin]     0.6.5claws58
12591
12592         * src/messageview.c
12593                 fixed a warning during compilation introduced in 0.6.5claws56
12594
12595 2001-12-07 [paul]       0.6.5claws57
12596
12597         * src/mainwindow.[ch]
12598         * src/menu.[ch]
12599                 further usability enhancements to replying with or without 
12600                 quoting via the toolbar, use of Ctrl key is replaced by 
12601                 drop down menu 
12602                 Submitted by Carsten Schurig            
12603
12604 2001-12-07 [melvin]     0.6.5claws56
12605
12606         * src/messageview.c
12607                 hack to fix bug that prevented to make/paste selections
12608                 after switching between MVIEW_TEXT and MVIEW_MIME views
12609                 without deselecting the selection first.
12610
12611 2001-12-06 [alfons]     0.6.5claws55
12612
12613         * src/filtering.[ch]
12614         * src/inc.c
12615                 revise filtering a little bit more, and make sure
12616                 messages are delivered to the appropriate inbox
12617                 (perhaps set per account)
12618
12619 2001-12-06 [paul]       0.6.5claws54
12620
12621         * sync with sylpheed 0.6.5cvs22
12622                 see ChangeLog entry 2001-12-06
12623
12624 2001-12-05 [alfons]     0.6.5claws53
12625
12626         * src/inc.c
12627         * src/folder.[ch]
12628         * src/procmsg.c
12629         * src/filtering.c
12630                 more revisions of filtering system
12631                 (last stable version is marked as LAST_STABLE)
12632                 
12633                 | NOTE 1): the filtering system now uses a local folder called
12634                 | .processing. if filtering fails, check this directory
12635                 | for missing messages.
12636                 |
12637                 | NOTE 2): help us find the filtering actions still missing
12638
12639 2001-12-05 [paul]       0.6.5claws52
12640
12641         * src/mainwindow.c
12642                 fix bug where 'Empty Trash?' pop-up window appears even
12643                 when Trash is empty, submitted by Jesse Skinner         
12644
12645 2001-12-05 [melvin]     0.6.5claws51
12646
12647         * src/compose.c
12648                 fixed bug #486106 to select correct account when reediting 
12649                 a queued message
12650         
12651 2001-12-04 [alfons]     0.6.5claws50
12652
12653         * src/mh.c
12654                 declare markfile in appropriate functions when
12655                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12656                 for spotting this)
12657
12658 2001-12-04 [paul]       0.6.5claws49
12659
12660         * sync with sylpheed 0.6.5cvs21
12661                 see ChangeLog entry 2001-12-04
12662
12663 2001-12-03 [christoph]  0.6.5claws48
12664
12665         * po/de.po
12666                 changed translation of undo
12667         * src/account.c
12668         * src/folder.c
12669                 don't reinvent the wheel to traverse a GNode
12670         * src/compose.[ch]
12671                 seperate code to create the compose gui into functions
12672                 add "Others" page with folder selection for saving copy
12673                 of the message.
12674                 the folder identifier is saved to queue header
12675         * src/procmsg.c
12676                 save message to folder in queue header
12677
12678 2001-12-03 [paul]       0.6.5claws47
12679
12680         * sync with sylpheed 0.6.5cvs20
12681                 see ChangeLog entry 2001-12-03
12682
12683 2001-12-01 [paul]
12684
12685         * more sync with sylpheed 0.6.5cvs19
12686                 see ChangeLog entry 2001-11-29
12687
12688 2001-11-30 [paul]       0.6.5claws46
12689         
12690         * src/compose.c
12691                 remove conflicts introduced by Hoa's last commit
12692          
12693         * src/mainwindow.c
12694                 make 'Message/Bounce' sensitive
12695
12696 2001-11-30 [hoa]        0.6.5claws45
12697
12698         * src/compose.c
12699                 slightly change bounce function to add
12700                 information about the user that bounced the mail
12701                 in the From header line.
12702
12703         * src/folderview.c
12704                 permit the use of processing in outbox folder.
12705
12706 2001-11-29 [paul]       0.6.5claws44
12707
12708         * src/mainwindow.[ch]
12709         * src/prefs_common.c
12710         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12711         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12712         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12713                 usability enhancements to the quoting, implements
12714                 use of Ctrl key to toggle quoting settings
12715                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12716
12717 2001-11-29 [paul]       0.6.5claws43
12718         
12719         * sync with sylpheed 0.6.5cvs19
12720                 see ChangeLog entry 2001-11-28
12721
12722 2001-11-29 [melvin]     0.6.5claws42
12723         * src/Makefile.am
12724                 added enriched.[ch] to the list of files
12725
12726         * src/textview.c
12727         * src/mimeview.c
12728         * src/procmime.[ch]
12729         * src/enriched.[ch]
12730                 added support to view text/enriched
12731                 added support to show headers in message view for text/enriched and text/html
12732                         in non multipart messages
12733
12734 2001-11-28 [paul]       0.6.5claws41
12735
12736         * more sync with sylpheed 0.6.5cvs18
12737                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12738
12739 2001-11-27 [paul]       0.6.5claws40
12740         
12741         * po/pt_BR.po
12742                 updated translation, submitted by Fabio Junior Beneditto
12743                 
12744         * sync with sylpheed 0.6.5cvs18
12745                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12746                 2001-11-27
12747
12748
12749 2001-11-26 [paul]
12750
12751         * po/es.po
12752                 updated translation, submitted by Ricardo Mones Lastra
12753
12754 2001-11-26 [alfons]
12755
12756         * src/matcher.c
12757                 add more translatable strings
12758
12759 2001-11-26 [christoph]  0.6.5claws39
12760
12761         * po/de.po      
12762                 fixed one more umlaut
12763         * src/compose.c
12764                 fix translated header when it should not be translated
12765
12766 2001-11-26 [paul]       0.6.5claws38
12767
12768         * src/mainwindow.c
12769                 remove '/Message/Add Sender to address book' from 
12770                 main_window_set_menu_sensitive(), prevent debug warning
12771                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12772
12773 2001-11-26 [paul]       0.6.5claws37
12774
12775         * src/summaryview.c
12776                 fix 'recurring unread state' bug 
12777
12778         * tools/README 
12779         * tools/filter_conv.pl
12780                 read name of top level mailbox from folderlist.xml
12781                 and presume nothing about its name              
12782
12783 2001-11-26 [darko]      0.6.5claws36
12784
12785         * src/gtkstext.[ch]
12786                 removed functions that are now in gtkutils.c
12787                 use gtkut_text_is_uri_string() from gtkutils.c
12788         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12789
12790 2001-11-26 [paul]       0.6.5claws35
12791
12792         * sync with sylpheed 0.6.5cvs16
12793                 see ChangeLog entries 2001-11-25 and 2001-11-26
12794
12795 2001-11-25 [alfons]     0.6.5claws34
12796
12797         EXPERIMENTAL!!! Please checkout the last stable version using: 
12798           
12799         % cvs update -r LAST_STABLE -dRAP
12800
12801         (Or help us testing this stuff.)
12802
12803         * src/filtering.c               (1.14)
12804         * src/filtering.h               (1.6)
12805         * src/inc.c                     (1.28)
12806         * src/matcher.c                 (1.20)
12807         * src/mbox.c                    (1.9)
12808         * src/procmsg.h                 (1.14)
12809         * src/summaryview.c             (1.59)
12810         * src/summaryview.h             (dunno)
12811                 revert/merge/sync to as it was before commit 
12812                 on Thu, 19 Jul 2001 10:15:51 -0700.
12813
12814 2001-11-25 [hoa]        0.6.5claws33
12815
12816         * src/main.c
12817                 processing mails at startup
12818
12819         * src/folderview.c
12820         * src/summaryview.[ch]
12821                 processing mails when entering folder
12822
12823         * src/prefs_filtering.c
12824                 fixed some UI bugs
12825
12826 2001-11-24 [alfons]     0.6.5claws32
12827
12828         * src/summaryview.[ch]
12829                 make summary sort headers work, and also make
12830                 sure the sort type is stored
12831
12832 2001-11-23 [alfons]     0.6.5claws31
12833
12834         * src/summaryview.[ch]
12835                 make lock work like mark
12836                 disallow deleting messages marked as locked
12837
12838 2001-11-23 [alfons]     0.6.5claws30
12839
12840         * src/gtkstext.c
12841         * src/compose.[ch]
12842         * src/Makefile.am
12843         * src/undo.[ch]
12844                 merge undo patch submitted by Jens
12845
12846 2001-11-23 [christoph]  0.6.5claws29
12847
12848         * src/.cvsignore
12849                 added ylwrap
12850         * src/compose.c
12851                 fixed gpg signing and encoding
12852         * src/folder.[ch]
12853         * src/main.c
12854                 added --status option to get new, unread and total
12855                 message count from a running sylpheed
12856         * src/prefs_common.c
12857                 temporary fix for reply_with_quote problem
12858                 (don't call functions for non existing widget)
12859         * src/procmsg.c
12860                 one more check for ignored threads but still not
12861                 always working correctly. probably a recursive
12862                 check for all parents is needed
12863
12864 2001-11-23 [darko]      0.6.5claws28
12865
12866         * src/compose.c
12867                 wrapping on send improvements
12868         * src/gtkutils.[ch]
12869                 fix for GtkSText after last sync with main branch
12870                 GTK_TEXT -> GTK_STEXT
12871
12872 2001-11-23 [paul]       0.6.5claws27
12873
12874         * sync with sylpheed 0.6.5cvs14
12875                 see ChangeLog entries 2001-11-22 and 2001-11-23
12876                 
12877         * po/de.po
12878                 fixed the scrambled umlauts 
12879                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12880
12881 2001-11-21 [paul]       0.6.5claws26
12882
12883         * sync with sylpheed 0.6.5cvs12
12884                 see 2nd ChangeLog entry dated 2001-11-20
12885
12886 2001-11-20 [paul]       0.6.5claws25
12887
12888         * sync with sylpheed 0.6.5cvs11
12889                 see ChangeLog entry 2001-11-19 (src/utils.c)
12890
12891 2001-11-20 [hiro]
12892
12893         * src/compose.c
12894                 GTK_TEXT -> GTK_STEXT
12895                 fix for wrong comment
12896
12897 2001-11-20 [hiro]       0.6.5claws24
12898
12899         * src/compose.[ch]
12900                 more merges from main branch
12901                 removed fatal warnings (uninitialized variables etc.)
12902                 some coding style fix
12903         * src/gtkutils.h
12904                 fixed typo.
12905         * src/addressbook.c
12906           src/addrindex.c
12907                 V-Card -> vCard
12908
12909 2001-11-19 [hoa]        0.6.5claws23
12910
12911         * src/filtering.c
12912         * src/prefs_scoring.c
12913         * src/matcher.[ch]
12914         * src/scoring.c
12915                 cleaning code
12916
12917         * src/matcher_parser_parse.y
12918         * src/prefs_filtering.c
12919                 bouncing
12920
12921 2001-11-19 [alfons]     0.6.5claws22
12922
12923         more of my old things into claws
12924
12925         * src/Makefile.am
12926         * src/prefs_common.c
12927         * src/procmsg.h
12928         * src/summaryview.[ch]
12929         * src/prefs_summary_column.c
12930         * src/pixmaps/locked.xpm
12931                 add indicators for locking of message in summary view
12932                 (does not work yet, only visual indicator)
12933
12934 2001-11-19 [paul]       0.6.5claws21
12935
12936         * sync with sylpheed 0.6.5cvs10
12937                 see ChangeLog entry 2001-11-19
12938
12939 2001-11-18 [alfons]     0.6.5claws20
12940         
12941         * src/filtering.c
12942                 remove an inadvertent free I forgot in previous clean up 
12943
12944 2001-11-18 [alfons]     0.6.5claws19
12945
12946         * src/filtering.[ch]
12947                 clean up & plug leaks
12948
12949 2001-11-18 [paul]       0.6.5claws18
12950
12951         * sync with sylpheed 0.6.5cvs9
12952                 see ChangeLog entries 2001-11-17 and 2001-11-18
12953
12954 2001-11-16 [paul]       0.6.5claws17
12955
12956         * sync with sylpheed 0.6.5cvs8
12957                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12958
12959 2001-11-16 [paul]       0.6.5claws16
12960
12961         * sync with sylpheed 0.6.5cvs7
12962                 see ChangeLog entries 2001-11-15 and 2001-11-16
12963
12964 2001-11-15 [hoa]        0.6.5claws15
12965
12966         * src/compose.c
12967                 fix bounce, mails we received couln't be bounced to ourself.
12968
12969         * src/defs.h
12970         * src/filtering.[ch]
12971         * src/matcher.[ch]
12972         * src/matcher_parser.h
12973         * src/matcher_parser_lex.l
12974         * src/matcher_parser_parse.y
12975         * src/inc.c
12976         * src/main.c
12977         * src/mbox.c
12978         * src/prefs_filtering.[ch]
12979         * src/mainwindow.c
12980         * src/prefs_matcher.c
12981         * src/prefs_scoring.c
12982         * src/scoring.[ch]
12983         * src/summaryview.c
12984                 new matcher/filter/score configuration file parser
12985                 one unique configuration file => ~/.sylpheed/matcherrc
12986                 import in currently automatic, then save are made
12987                 in this new file.
12988                 one filter per folder and one global filter
12989                 (filter of a folder will be used as folder processing)
12990
12991         * src/folder.c
12992                 fix a bug in folder_item_get_identifier
12993                 
12994         * src/messageview.c
12995                 receive receipt return are fixed.
12996
12997 2001-11-14 [alfons]     0.6.5claws14
12998
12999         * src/session.h
13000                 add things from main branch to make claws compile
13001
13002 2001-11-14 [paul]       0.6.5claws13
13003
13004         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13005                 see ChangeLog entries 2001-11-08 to 2001-11-14
13006
13007 2001-11-14 [hoa] 0.6.5claws12
13008
13009         * src/compose.[ch]
13010         * src/mainwindow.c
13011         * src/summaryview.c
13012                 add "bounce mail" option
13013
13014 2001-11-13 [christoph]  0.6.5claws11
13015
13016         * src/compose.c
13017                 Cleanup a mess i add before commiting
13018
13019 2001-11-13 [hoa]        0.6.5claws10
13020
13021         * src/compose.c
13022                 some fixes when mail are sent or
13023                 for crossposts
13024
13025 2001-11-13 [christoph]  0.6.5claws9
13026
13027         * po/de.po
13028                 Changed two string with the same translation
13029         * src/compose.c
13030         * src/procmsg.[ch]
13031         * src/send.[ch]
13032                 New mailsending process:
13033                   - Always queue message before sending
13034                     (message will be saved if sylpheed crashed or
13035                      freezes while sending)
13036                   - Allow queuing of newspostings
13037                   - No copy in outbox before sending
13038                     (closes bug #469501)
13039                   - No more redundant code for send and send_later
13040         * src/summaryview.c
13041                 Applied wwp <subscript@free.fr>'s patch that fixes
13042                 marks for multiple forwarded messages (+compose.c)
13043
13044 2001-11-12 [alfons]
13045
13046         * README.claws
13047                 remove things that are now in main branch
13048         
13049         * po/nl.po
13050                 update Dutch translation
13051
13052 2001-11-12 [mhadasht]   0.6.5.claws8
13053
13054         * src/prefs_common.c
13055                 re-enabled account autoselection feature for forward
13056                 and reedit lost during the branch point for SYNC-B4-REL
13057         * src/gtkspell.c
13058                 gtkpspell_get_dict(): more readable code (even if function is
13059                 not used yet)
13060         * ChangeLog.claws
13061                 added version number info to 2001-11-12 [hiro] comment.
13062
13063 2001-11-12 [hiro]       0.6.5.claws7
13064
13065         * src/compose.c
13066                 compose_forward(): fixed a bug that forward quote mark
13067                 wasn't used.
13068                 removed unnecessary code.
13069         * src/template_select.[ch]: removed.
13070
13071 2001-11-11 [alfons]
13072
13073         * src/compose.c
13074                 :%s/GTK_TEXT/GTK_STEXT/g
13075         
13076         * src/compose.[ch]
13077         * src/undo.[ch]
13078         * src/Makefile.am
13079                 revert the undo stuff (this is 0.6.6claws stuff)
13080
13081 2001-11-11 [hoa]        0.6.5.claws6
13082
13083         * src/compose.[ch]
13084                 Insert signature at the end of the text.
13085                 Added undo patch but currently disabled
13086
13087         * src/procmsg.c
13088                 Threading by subject improved.
13089
13090         * added src/undo.[ch]
13091                 Undo module for compose dialog box.
13092
13093 2001-11-11 [alfons]     0.6.5.claws5
13094
13095         * src/procmsg.c
13096                 prevent threading by subject on nodes that have already been
13097                 threaded by in-reply-to (as in "circular references in a tree
13098                 result in a dead branch")
13099
13100 2001-11-09 [hoa]        0.6.5.claws4
13101         
13102         * src/folderview.c
13103                 allows creation of mbox folder item from any files.
13104
13105 2001-11-09 [alfons]     0.6.5.claws3
13106         
13107         * src/utils.c
13108         * src/procmsg.c
13109                 do what I mean and correct threading by subject so it really
13110                 ignores attracting lines without "Re: "
13111
13112 2001-11-07 [alfons]     0.6.5.claws2
13113
13114         * src/procmsg.c
13115         * src/utils.[ch]
13116                 only attract by subject if a subject line starts with a "Re: "
13117         * src/syldap.c
13118                 remove warning
13119
13120 2001-11-07 [paul]       0.6.5claws1
13121
13122         * sync with sylpheed 0.6.5. release
13123                 see ChangeLog entry 2001-11-07
13124
13125 2001-11-07 [paul]       0.6.4claws31
13126
13127         * sync with sylpheed 0.6.4cvs18
13128                 see ChangeLog entries 2001-10-30 to 2001-11-07
13129                 prefs_templates.[ch] renamed prefs_template.[ch]
13130
13131 2001-11-06 [alfons]
13132         
13133         * src/utils.h
13134                 add semicolon Hoa forgot ;-)
13135                 
13136
13137 2001-11-06 [hoa]        0.6.4claws30
13138         
13139         * src/procmsg.c
13140         * src/summaryview.c
13141         * src/utils.c
13142         * src/utils.h
13143                 threading by subject - empty subject are ignored
13144
13145 2001-11-06 [christoph]  0.6.4claws29
13146
13147         * src/socket.c
13148                 use SSL_peek for sock_gets
13149         * src/utils.c
13150                 removed unneeded pointer in extracting quoted
13151                 names implementation
13152
13153 2001-11-06 [melvin]     0.6.4claws28
13154
13155         * src/gtkspell.c
13156                 fixed bug #476792 Selection overtyping with spell checker
13157                 fixed bug which could cause a buffer overflow
13158                 fixed a memory leak
13159
13160 2001-11-06 [hoa]        0.6.4claws27
13161         
13162         * src/procmsg.c
13163         * src/summaryview.c
13164                 threading by subject
13165
13166 2001-11-05 [alfons]     0.6.4claws26
13167         
13168         * README.claws
13169                 Claws -> Sylpheed (vice versa)
13170
13171         * src/compose.c
13172                 :%s/gtk_text/gtk_stext/g
13173                 :%s/GTK_TEXT/GTK_STEXT/g
13174                 (thanks to Jonathan Ware for spotting this)
13175
13176 2001-11-04 [christoph]  0.6.4claws25
13177
13178         * src/summaryview.c
13179                 replace Xalloca + strdup with Xstrdup_a
13180         * src/utils.c
13181                 better implementation of extracting quoted names
13182                 from addresses (remove backlashes and ignore
13183                 quotes after them)
13184
13185 2001-11-04 [alfons]     0.6.4claws24
13186
13187         * src/utils.[ch]
13188                 edit to comply more with coding style
13189
13190         * src/textview.c
13191                 fix bug reported by Kim Schulz. introduced by the patch integrated
13192                 in 0.6.4claws15. the code did not check the return value of
13193                 the html parser.
13194
13195         * AUTHORS
13196                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13197
13198 2001-11-04 [christoph]  0.6.4claws23
13199
13200         * src/main.c
13201         * src/prefs_common.[ch]
13202                 init some pointers that possibly caused a segfault
13203                 reported in the claws-users ML
13204
13205 2001-11-04 [hoa]        0.6.4claws22
13206
13207         * src/grouplistdialog.c
13208                 change the names of the nodes in the tree
13209
13210         * src/compose.c
13211                 enhanced mailto syntax as described in
13212                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13213                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13214
13215         * src/utils.c
13216                 encode and decode URI (useful when opening URL into
13217                 netscape).
13218
13219 2001-11-03 [hoa]        0.6.4claws21
13220
13221         * src/grouplistdialog.c
13222                 a new newsgroups list selection dialog box
13223                 with a CTree instead of a CList
13224
13225 2001-11-03 [hoa]        0.6.4claws20
13226
13227         * src/folderview.c
13228                 enable property and scoring options when right
13229                 click on "inbox"
13230
13231         * src/summaryview.c
13232                 fixed bug when nickname were displayed using
13233                 the address book.
13234
13235 2001-11-02 [darko]      0.6.4claws19
13236
13237         * src/compose.c
13238                 new wrap quotation and URL/long words wrapping implementation
13239         * src/compose.c src/gtkstext.[ch]
13240                 move gtkstext_strncmp() to gtkstext.c
13241
13242 2001-11-01 [christoph]  0.6.4claws18
13243
13244         * src/prefs_account.c
13245                 fixed mess in account settings dialog
13246         * src/prefs_folder_item.c
13247                 added label with folder path to dialog
13248
13249 2001-10-31 [match]      0.6.4claws17
13250
13251         * src/vcard.c
13252                 fix memory leak.
13253         * src/addrbook.c
13254                 fix generation of spurious address book file names.
13255                 remove redundant functions.
13256         * po/POTFILES.in
13257                 added missing file names.
13258
13259 2001-10-30 [paul]       0.6.4claws16
13260
13261         * sync with sylpheed 0.6.4cvs6
13262                 see ChangeLog entries 2001-10-26 to 2001-10-30
13263
13264         * tools/filter_conv.pl
13265                 read folderlist.xml to discover whether the top-level
13266                 folder is called 'Mailbox' or 'Mail' 
13267
13268 2001-10-29 [paul]       0.6.4claws15
13269
13270         * src/html.c, src/textview.c
13271                 activate links in html mail and fix clickable parts
13272                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13273
13274 2001-10-29 [paul]
13275
13276         * po/de.po, po/es.po, po/pt_BR/po
13277                 updated translations, submitted by Jens Oberender,
13278                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13279
13280 2001-10-29 [darko]      0.6.4claws14
13281
13282         * src/compose.c
13283                 fix wrapping for good
13284
13285 2001-10-29 [darko]
13286
13287         * src/compose.c
13288                 undo previous change as it broke the smart wrapping
13289
13290 2001-10-29 [darko]      0.6.4claws13
13291
13292         * src/compose.c
13293                 fix infinite loop when long URL is quoted
13294                 (closes bug #475122.
13295
13296 2001-10-28 [match]
13297
13298         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13299                 import Mutt address book
13300         * src/ldif.[ch] src/importldif.h
13301                 modified import LDIF handle user attributes
13302
13303 2001-10-28 [christoph]  0.6.4claws12
13304
13305         * src/summaryview.c
13306                 fixed that filtering did not work if there
13307                 were no filter rules
13308                 (closes bug #472003 and better implementation
13309                  of patch #474644)
13310
13311 2001-10-27 [christoph]  0.6.4claws11
13312
13313         * src/compose.c
13314                 make the folder's default account to be used when
13315                 replying. (patch by wwp <subscript@free.fr>)
13316         * src/compose.c
13317                 code cleanup, nearly killed all of wwp's patch
13318                 for folder's default account in compose
13319         * src/folderview.c
13320                 error panel when a folder could not be created
13321                 (closes bug #471080 new folder name & already
13322                  existing file)
13323
13324 2001-10-26 [alfons]
13325
13326         * src/utils.h
13327                 change prototype of strstr2() that Christoph forgot about
13328
13329 2001-10-26 [christoph]  0.6.4claws10
13330
13331         * src/account.c
13332                 made search for accounts by email address not case
13333                 sensitive
13334         * src/folder.c
13335                 fixed memory leak in folder_item_get_identifier
13336         * src/gtkspell.c
13337         * src/utils.c
13338                 fixed wrong strstr2 (should work like strstr)
13339
13340 2001-10-26 [darko]      0.6.4claws9
13341
13342         * src/compose.c src/gtkstext.[ch]
13343         * src/gtkstext.c
13344                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13345
13346 2001-10-26 [paul]       0.6.4claws8
13347
13348         * src/html.c
13349                 ignore css and javascript tags in html mail
13350                 case-insensitive, with or without double-quoted
13351                 strings
13352
13353 2001-10-26 [paul]       0.6.4claws7
13354
13355         * sync with sylpheed 0.6.4cvs1
13356                 see ChangeLog entry 2001-10-26
13357
13358         * src/prefs_account.c, src/prefs_common.c,
13359           src/prefs_summary_column.c
13360                 minor improvements to the English
13361
13362 2001-10-25 [alfons]     0.6.4claws6
13363
13364         * src/gtkstext.c
13365         
13366                 make GtkSText follow style of GtkText (closes bug 
13367                 #469211 "text selection while writing message")
13368                 
13369                 do sync with GTK 1.2.10
13370
13371 2001-10-25 [paul]       0.6.4claws5
13372
13373         * src/html.c
13374                 ignore css tags in html mail
13375
13376 2001-10-25 [darko]      0.6.4claws4
13377
13378         * src/compose.c
13379                 don't declare is_url_string as static function since
13380                 we need it in gtkstext.c
13381         * src/gtkstext.c
13382                 remove unused variable
13383                 don't wrap long URLs while composing a message
13384
13385 2001-10-24 [christoph]  0.6.4claws3
13386
13387         * src/socket.c
13388                 fix ssl deadlock, when peer closes connection
13389
13390 2001-10-24 [paul]       0.6.4claws2
13391
13392         * src/prefs_common.c
13393                 gettextize the gpg ascii-armored warning message
13394
13395         * src/compose.c
13396                 insert a DOS/MAC file into the composed message
13397                 (improvements)
13398
13399         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13400
13401 2001-10-22 [paul]       0.6.4claws1
13402
13403         * sync with sylpheed 0.6.4 release
13404                 see ChangeLog entries 2001-10-21
13405
13406         * po/fr.po, po/pt_BR.po
13407                 updated by Melvin Hadasht and Fabio Junior Beneditto
13408
13409 2001-10-21 [paul]       0.6.3claws30
13410
13411         * src/compose.c
13412                 insert a DOS text file from the compose window
13413                 into the composed message text (removes CRs characters)
13414                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13415
13416         * tools/filter_conv.pl, tools/README
13417                 automatically use ~/.sylpheed as working directory
13418                 print out confirmation message on completion
13419
13420         * correct Hoa's last ChangeLog.claws entry
13421
13422 2001-10-20 [hoa]        0.6.3claws29
13423
13424         * src/grouplistdialog.c
13425                 bugfix (another ?) to give the right
13426                 newsgroups list for each news server.
13427
13428         * src/news.c
13429         * src/news.h
13430                 improve the newsgroups list cache
13431
13432 2001-10-20 [paul]       0.6.3claws28
13433
13434         * sync with sylpheed 0.6.3cvs9
13435                 see ChangeLog entry 2001-10-19
13436
13437         * correct Alfons' last ChangeLog.claws entry
13438
13439 2001-10-19 [alfons]
13440
13441         * src/pgptext.[ch]
13442                 fix compilation problems (part of bug #472895)
13443
13444 2001-10-18 [hoa]        0.6.3claws27
13445
13446         * src/grouplistdialog.c
13447                 bugfix when we refresh was clicked (bug 472701)
13448
13449 2001-10-19 [christoph]  0.6.3claws26
13450
13451         * src/compose.c
13452                 last header entry should default to "To:" or
13453                 "Newsgroups:" and not copy the last entry line
13454                 in a new compose window
13455                 (closes bug #472686, #470792)
13456
13457 2001-10-19 [paul]       0.6.3claws25
13458
13459         * sync with Sylpheed 0.6.3cvs8
13460                 see ChangeLog entries 2001-10-18 and 2001-10-19
13461
13462 2001-10-18 [christoph]  0.6.3claws24
13463
13464         * src/procmsg.c
13465                 reimplement ignore thread
13466         
13467 2001-10-18 [hoa]        0.6.3claws23
13468
13469         * src/folderview.c
13470         * src/grouplistdialog.[ch]
13471                 enhanced news subscription interface (feature 469113)
13472
13473         * src/news.c
13474         * src/news.h
13475                 enchanced newsgroup listing,
13476                 now, we can get groups informations
13477                 (NNTPGroupInfo)
13478
13479 2001-10-18 [paul]       0.6.3claws22
13480
13481         * src/summaryview.c
13482                 remove comment (sync with main branch)
13483         * src/mainwindow.c
13484                 fix 'Re-edit' bug in 'Message' menu
13485
13486 2001-10-17 [christoph]  0.6.3claws21
13487
13488         * src/compose.c
13489                 ignore empty or whitespace only header lines
13490
13491 2001-10-17 [paul]       0.6.3claws20
13492
13493         * sync with sylpheed 0.6.3cvs7
13494                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13495                 2001-10-17
13496
13497 2001-10-17 [darko]
13498
13499         * src/compose.c
13500                 wrap long lines without spaces
13501                 don't wrap URLs
13502
13503 2001-10-16 [paul]
13504
13505         * po/es.po, po/nl.po, po/pt_BR.po
13506                 updated by Ricardo Mones Lastra, Alfons,
13507                 and Fabio Junior Beneditto
13508
13509         * sylpheed-0.6.3claws released
13510
13511 2001-10-15 [melvin] 0.6.3claws18
13512
13513         * README.claws
13514                 added summary and detailed installation instructions
13515                 for spell checker
13516         * po/fr.po
13517                 Updated, corrected and completed french translation
13518
13519 2001-10-15 [hoa] 0.6.3claws17
13520         * src/grouplistdialog.c
13521                 we can choose the newsgroups to display with wildcards
13522
13523 2001-10-15 [christoph]  0.6.3claws16
13524
13525         * src/account.c
13526         * src/compose.c
13527         * src/prefs_folder_item.[ch]
13528                 applied wwp <subscript@free.fr>'s folder
13529                 default account patch
13530         * po/de.po
13531                 Fixed wrong translation
13532
13533 2001-10-13 [alfons, christoph, melvin]  
13534                         0.6.3claws15
13535
13536         solution #2 to solve MT-safety problems defers all GUI related calls
13537         to the main thread using a gtk_idle_add() callback. discussed on
13538         ircnet #sylpheed, with christoph spotting some issues with the
13539         original code, and melvin allowing us to lobotomize his sylpheed.
13540
13541         * src/syldap.[ch], src/main.c
13542                 fix race problem in ldap search thread by deferring GUI 
13543                 stuff to main thread using gtk_idle_add()
13544
13545 2001-10-13 [paul]       0.6.3claws14
13546
13547         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13548                 add Sergey's smtpcred.patch
13549                 adds separate username/password setting for SMTP Auth
13550                 needed by some servers
13551                 (closes feature request #471659)
13552
13553 2001-10-13 [paul]       0.6.3claws13
13554
13555         * src/pgptext.[ch] **NEW FILES**
13556         * src/Makefile.am, src/messageview.c, src/mimeview.c
13557                 decrypt ascii-armored gpg text embedded in
13558                 the message body.
13559                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13560
13561 2001-10-13 [christoph]  0.6.3claws12
13562
13563         * README.claws
13564                 some more details on default to and
13565                 feature requests
13566         * src/main.c
13567                 init glib threading when ldap is used
13568         * src/syldap.c
13569                 threading fixes
13570         * po/de.po
13571                 fixed a typo
13572
13573 2001-10-12 [paul]       0.6.3claws11
13574
13575         * src/prefs_common.[ch], src/rfc2015.c
13576                 enable ascii-armored gpg text to be embedded in the
13577                 message body, selectable through the 'Privacy'
13578                 preferences. Supports encrypting only.
13579                 Submitted by Ravemax <ravemax@dextrose.com>
13580
13581 2001-10-12 [paul]       0.6.3claws10
13582
13583         * sync with sylpheed 0.6.3cvs6
13584                 see ChangeLog entries 2001-10-11 and 2001-11-12
13585
13586         * src/folderview.c
13587                 incorporated mbox folders, scoring, and folder
13588                 properties into the sync
13589
13590 2001-10-12 [darko]      0.6.3claws9
13591
13592         * README.claws
13593                 describe quotation wrapping
13594         * src/compose.c
13595                 don't treat tab as space to calculate line length properly
13596
13597 2001-10-11 [alfons]
13598
13599         * README.claws
13600                 correct description of how to make new filtering system work,
13601                 add some other things
13602                 
13603         * src/syldap.c
13604                 remove sched_yield() (not necessary / unportable)
13605
13606 2001-10-11 [paul]       0.6.3claws8
13607
13608         * sync with sylpheed 0.6.3cvs3
13609                 see ChangeLog entry 2001-10-10
13610
13611 2001-10-10 [christoph]  0.6.3claws7
13612
13613         * .cvsignore
13614                 ignore 2 files created by newer autotools
13615         * src/prefs_folder_item.c
13616                 using table for widget alignment
13617                 fixed memory leak and broken octal display
13618         * src/filesel.c
13619                 fixed segfault caused by lost filename
13620                 workaround (closes bug #469551)
13621
13622 2001-10-10 [paul]       0.6.3claws6
13623
13624         * sync with sylpheed 0.6.3cvs2
13625                 see ChangeLog entries 2001-10-09 and 2001-10-10
13626
13627 2001-10-10 [darko]      0.6.3.claws5
13628
13629         * src/gtkstext.c
13630                 proper calculation of right margin if smart wrapping is enabled
13631         * src/compose.c
13632                 automatically wrap long lines if wrap quotation is enabled
13633
13634 2001-10-09 [alfons]     0.6.3.claws4
13635
13636         * src/summaryview.c
13637                 select correct row when deleting last row in the summary view (and
13638                 close bug "[ #469104 ] select second last in list when deleting")
13639
13640 2001-10-09 [paul]       0.6.3claws3
13641
13642         * sync with sylpheed 0.6.3cvs1
13643                 updated some autotool scripts
13644
13645 2001-10-09 [darko]      0.6.3claws2
13646
13647         * src/gtkstext.[ch]
13648                 new name and mark with Sylpheed comment
13649         * src/compose.c
13650                 smart quotation wrapping a-la VIM
13651
13652 2001-10-08 [paul]       0.6.3claws1
13653
13654         * sync with sylpheed 0.6.3 release
13655                 see ChangeLog entry 2001-10-08
13656
13657 2001-10-08 [paul]       0.6.2claws24
13658
13659         * src/summaryview.c
13660                 more sync with sylpheed 0.6.2cvs12
13661                 Fixed the bug that didn't select the last row correctly
13662
13663
13664 2001-10-07 [paul]       0.6.2claws23
13665
13666         * sync with sylpheed 0.6.2cvs12
13667                 see ChangeLog entry 2001-10-07
13668
13669 2001-10-06 [match]
13670         * src/jpilot.[ch]
13671                 enable jpilot to read unsynch'ed addresses.
13672
13673         * src/editldap_basedn.c
13674                 fix segfault when opening dialog.
13675
13676 2001-10-06 [alfons]     0.6.2.claws22
13677
13678         * src/summaryview.c
13679                 fix bug with summary view selecting last *inserted*
13680                 node instead of last *visible* node. remember we
13681                 work with a tree
13682
13683 2001-10-06 [paul]       0.6.2claws21
13684
13685         * po/pt_BR.po
13686                 updated translation, contains some fixes and new
13687                 translations, submitted by Gustavo Noronha Silva
13688                 <kov@debian.org>
13689
13690         * src/prefs_common.c
13691                 change 'each' to 'every' - fix dubious English
13692
13693         * sync with sylpheed 0.6.2cvs11
13694
13695 2001-10-05 [alfons]     0.6.2claws20
13696
13697         * src/mainwindow.[ch], src/folderview.c
13698                 make composite tool button switch between "Compose News"
13699                 and "Compose Mail" depending on selected folder
13700                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13701
13702 2001-10-05 [paul]       0.6.2claws19
13703
13704         * src/mainwindow.c, src/summaryview.c
13705                 fix 'Message/Reply to all', broken in last commit
13706
13707         * src/compose.c
13708                 fix X_BEENTHERE seg fault, thanks to Alfons
13709
13710 2001-10-04 [paul]       0.6.2claws18
13711
13712         * src/compose.[ch], src/mainwindow.c
13713                 make "Message/Reply" reply to mailing lists; matches
13714                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13715                 based on portions of the patch submitted by
13716                 Junichi Uekawa <dancer@netfort.gr.jp>
13717
13718 2001-10-04 [darko]      0.6.2claws17
13719
13720         * src/compose.c
13721                 better smart wrapping
13722         * src/gtkstext.[hc]
13723                 a function to make text buffer contiguous
13724
13725 2001-10-03 [paul]       0.6.2claws16
13726
13727         * sync with sylpheed 0.6.2cvs10
13728
13729 2001-10-02 [alfons]
13730
13731         * configure.in
13732         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13733                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13734                 references to chinese translations (hope someone picks up
13735                 this)
13736
13737 2001-10-02 [christoph]  0.6.2claws15
13738
13739         * src/compose.c
13740                 fixed non translated header bug
13741         * ChangeLog.claws
13742                 fixed wrong date in alfons last entry ;)
13743
13744 2001-10-02 [alfons]     0.6.2claws14
13745
13746         * src/compose.c, src/prefs_common.[ch]
13747                 add block cursor option
13748
13749 2001-10-02 [paul]       0.6.2claws13
13750
13751         * sync with sylpheed 0.6.2cvs9
13752
13753 2001-09-30 [paul]       0.6.2claws12
13754
13755         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13756                 updated translations
13757
13758         * po/POTFILES.in
13759                 add 'src/importldif.c'
13760
13761         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13762                 added eudora-to-vCard conversion tool
13763                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13764
13765         * sync with sylpheed 0.6.2cvs8
13766
13767 2001-09-30 [paul]
13768
13769         * sylpheed-0.6.2claws released
13770
13771 2001-09-27 [melvin]     0.6.2claws11
13772
13773         * src/gtkspell.c
13774                 fixed crash when using default path (introduced 
13775                 in 0.6.2claws10)
13776                 fixed tiny bug for initial suggestion mode
13777
13778 2001-09-27 [melvin]     0.6.2claws10
13779         
13780         * src/gtkspell.c
13781                 fixed bug where gtkpspell didn't set the path correctly
13782
13783         * README.claws
13784                 added a paragraph about spell checking
13785                 
13786
13787
13788 2001-09-27 [paul]       0.6.2claws9
13789
13790         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13791                 replace '// comments' with '/* comments */' to prevent
13792                 some compiler warnings 
13793
13794         * sync with sylpheed 0.6.2cvs6
13795
13796 2001-09-26 [alfons]     0.6.2claws8
13797
13798         * src/messageview.c
13799                 introduce return receipt request notification again,
13800                 which was lost because of other semantics in 
13801                 procheader_parse() (???)
13802
13803 2001-09-26 [christoph]  0.6.2claws7
13804
13805         * src/compose.c
13806                 replace comments for old code with #if 0
13807                 readded auto cc, bcc and reply-to
13808         * src/prefs_matcher.c
13809         * src/prefs_scoring.c
13810                 removed some definition (was moved to
13811                 prefs.h)
13812
13813 2001-09-26 [paul]       0.6.2claws6
13814
13815         * src/mainwindow.c
13816                 make 'Follow-up and reply to' sensitive
13817
13818         * more sync with sylpheed 0.6.2cvs5
13819
13820 2001-09-25 [melvin]
13821
13822         * 0.6.2claws5
13823
13824         * src/gtkspell.c
13825                 fixed bug for "US-ASCII" introduced by the encoding code
13826
13827 2001-09-25 [paul]
13828
13829         * 0.6.2claws4
13830
13831         * src/prefs_common.[ch], src/summaryview.c
13832                 'next unread msg' 'go to next folder?' dialog can be
13833                 given default behaviour, either always show dialog,
13834                 or assume 'yes', or assume 'no'
13835                 Submitted by wwp <subscript@free.fr>
13836
13837 2001-09-25 [melvin]
13838                 
13839         * src/compose.c src/gtkspell.[ch]
13840                 added support for different encodings
13841
13842 2001-09-25 [paul]
13843
13844         * more sync with sylpheed 0.6.2cvs5
13845
13846 2001-09-24 [alfons]
13847         
13848         * src/prefs_folder_item.c
13849                 add check for item->prefs->default_to string is NULL and
13850                 add another check when freeing this string
13851
13852 2001-09-24 [paul]
13853
13854         * configure.in
13855                 change to version 0.6.2claws3
13856
13857         * sync with sylpheed 0.6.2cvs5 
13858
13859 2001-09-24 [match]
13860         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13861                 import LDIF files.
13862         * src/addrcache.[ch], addrindex.[ch]
13863                 small update for future
13864         * src/addrbook.c
13865                 fix test XML file.
13866
13867 2001-09-24 [melvin]
13868         * src/gtkspell.[ch]
13869                 added 'Learn from mistakes' option
13870                 better handling of quotes in checked words
13871                 sorted dict list
13872         * po/fr.po
13873                 small update for spell checking stuff
13874
13875 2001-09-23 [alfons]
13876         
13877         * src/gtkspell.c
13878                 edit a little bit so it complies more with main coding style
13879
13880 2001-09-23 [alfons]
13881
13882         * src/folder.[ch], prefs_folder_item.c, compose.c
13883                 migrate "request return receipt" folder property
13884                 to folderlist.xml
13885
13886 2001-09-22 [alfons]
13887
13888         * README.claws **NEW**
13889                 (add things of interest for users of main branch 
13890                 and claws here)
13891
13892         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13893                 re-implement threading per folder option, but store 
13894                 the setting in folderlist.xml (where it belongs)
13895
13896 2001-09-21 [melvin]
13897
13898         * src/gtkspell.[ch]
13899                 fixed bug when compose window is under another window
13900         * src/prefs_common.[ch] src/compose.c
13901                 changed 'dictionary_path' to 'dictionary' to be consistent
13902                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13903         * ac/pspell.m4 src/Makefile.am 
13904                 dropped PSPELL_PATH macro
13905         * po/fr.po
13906                 updated translations
13907
13908 2001-09-21 [christoph]
13909
13910         * src/compose.c
13911                 added border around header fields
13912                 keep header type when new field is added
13913
13914 2001-09-20 [christoph]
13915
13916         * src/utils.[ch]
13917                 more portable debug_print with source filename
13918                 and linenumber
13919         * src/procmsg.c
13920                 more newlines after debug messages
13921
13922 2001-09-20 [paul]
13923
13924         * configure.in
13925                 change to version 0.6.2claws2
13926
13927         * sync with sylpheed 0.6.2cvs3
13928
13929 2001-09-19 [melvin]
13930
13931         * src/gtkspell.c
13932                 fixed the post-right-click focus pb
13933                 fixed crash when 'Spell check all' after dict change 
13934                         and when cursor is at the end of the text
13935                 shift-right-click pops up config menu even on misspelled words.
13936         * po/POTFILES.in
13937                 added gtkspell.c
13938
13939 2001-09-19 [melvin]
13940
13941         * src/about.c
13942                 added pspell to compiled-in features list
13943
13944 2001-09-18 [melvin]
13945
13946         * switched to pspell and dropped ispell
13947         * ac/pspell.m4
13948                 new file. autoconf macro for pspell
13949         * ac/Makefile.am 
13950         * configure.in acconfig.h
13951                 added pspell support
13952         * src/Makefile.am
13953         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13954         * src/prefs_common.[ch] 
13955                 added pspell support
13956
13957 2001-09-18 [christoph]
13958
13959         * src/addr_compl.c
13960         * src/template.[ch]
13961                 replace LOG_MESSAGE with debug_print
13962         * src/compose.[ch]
13963                 gui improvements
13964         * src/menu.c
13965                 added newline after debug message
13966         * src/utils.h
13967                 using __VA_ARGS__ for debug_print macro
13968         * tools/.cvsignore
13969                 ignore Makefile and Makefile.in
13970
13971 2001-09-18 [paul]
13972
13973         * configure.in
13974                 change to version 0.6.2claws1
13975         * sync with sylpheed 0.6.2cvs1
13976
13977         * src/matcher.c 
13978         * src/prefs_matcher.c
13979                 add 'score equal to' option, submitted by
13980                 Paul Evans <nerd@freeuk.com>
13981
13982 2001-09-15 [christoph]
13983
13984         * src/mainwindow.c
13985                 comment out menu entry not existing in claws
13986         * src/menu.c
13987                 add debug output for non existing menu entries
13988         * src/summaryview.c
13989                 fix next/prev unread message for ignored threads
13990         * src/utils.[ch]
13991                 add sourcefile and line number to debug output
13992                 otherwise it is sometimes hard to find the
13993                 source code part if debug messages are translated
13994
13995 2001-09-14 [darko]
13996         
13997         * src/folderview.c
13998                 refresh target folder style after colour is changed
13999
14000 2001-09-13 [paul]
14001
14002         * configure.in
14003                 change to version 0.6.1claws3
14004
14005         * sync with sylpheed 0.6.1cvs6
14006
14007 2001-09-13 [darko]
14008         
14009         * src/folderview.c
14010                 fix target folder colourization to use user selected colour
14011
14012 2001-09-12 [darko]
14013         
14014         * src/summaryview.c
14015                 fix crash when message that is marked for copy/move is unmarked
14016
14017 2001-09-09 [paul]
14018
14019         * configure.in
14020                 change to version 0.6.1claws2
14021
14022         * sync with sylpheed 0.6.1cvs3
14023
14024 2001-09-09 [alfons]
14025         
14026         * src/folderview.c
14027                 fix bug with default font used for trash folder text
14028
14029 2001-09-06 [paul]
14030
14031         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14032                 updated translations
14033
14034         * configure.in
14035                 change to version 0.6.1claws1
14036
14037         * sync with sylpheed 0.6.1cvs2
14038
14039 2001-09-03 [paul]
14040
14041         * po/POTFILES.in
14042                 add Match's new addressbook
14043
14044         * po/de.po
14045                 updated translation submitted by Jens Oberender
14046
14047 2001-09-02 [paul]
14048
14049         * configure.in
14050                 change to 0.6.1claws
14051         * sync with sylpheed 0.6.1 release
14052
14053 2001-09-02 [paul]
14054
14055         * configure.in
14056                 change to 0.6.0claws2
14057
14058         * sync with sylpheed 0.6.0cvs4
14059
14060         * po/pt_BR.po
14061                 updated translation submitted by Fabio Junior Beneditto
14062
14063 2001-09-01 [match]
14064         * pixmaps/
14065                 interface.xpm
14066                 book.xpm
14067                 address.xpm
14068         * src/
14069                 Makefile.am
14070                 a ton of new files
14071
14072 2001-08-31 [paul]
14073
14074         * configure.in
14075                 change to version 0.6.0claws1
14076
14077         * sync with sylpheed 0.6.0cvs1
14078
14079         * po/es.po
14080                 updated translation submitted by Ricardo Mones Lastra
14081
14082         * po/POTFILES.in
14083                 add 'src/prefs_templates.c'
14084
14085         * src/compose.c, src/summaryview.c
14086                 fix segfault on 'Re_edit'               
14087
14088 2001-08-30 [alfons]
14089
14090         * configure.in, Makefile.am
14091         * tools/Makefile.am
14092                 add tools directory to source distribution
14093
14094 2001-08-30 [paul]
14095
14096         * configure.in
14097                 change to version 0.6.0claws
14098
14099         * sync with sylpheed 0.6.0 release
14100
14101 2001-08-30 [christoph]
14102
14103         * configure.in
14104                 removed autoconf version check
14105
14106 2001-08-30 [paul]
14107
14108         * src/account.c, src/compose.c, src/prefs_common.[ch]
14109         * src/procheader.[ch] src/utils.[ch]
14110                 Enhanced automatic account selection on replies
14111                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14112
14113         * configure.in
14114                 add LDAP and JPilot to the configuration results output.
14115
14116 2001-08-29 [christoph]
14117
14118         * src/summeryview.c
14119                 no bold font for ignored threads
14120
14121 2001-08-29 [paul]
14122
14123         * configure.in
14124                 change to version 0.5.3claws6
14125
14126         * sync with sylpheed 0.5.3cvs10
14127                 src/stringtable.[ch]: New Files
14128
14129         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14130         * src/pixmaps/sylpheed.xpm
14131                 add mini-icons to windows (by Alfons)
14132
14133 2001-08-27 [paul]
14134
14135         * src/mainwindow.c
14136                 new functions: next_labeled_cb(), prev_labeled_cb()
14137
14138         * src/summaryview.c
14139                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14140                 summary_select_next_labeled(), summary_select_prev_labeled()
14141
14142         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14143                 give claws blue folders and a blue trash can
14144
14145 2001-08-27 [paul]
14146
14147         * configure.in
14148                 change to version 0.5.3claws5
14149
14150         * sync with sylpheed 0.5.3cvs9
14151                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14152
14153 2001-08-24 [christoph]
14154
14155         * src/filesel.c
14156                 keep filename when browsing directories
14157                 (not working for user entered filename, but
14158                  for default name and selected filename from
14159                  file list)
14160         * src/mainwindow.c
14161                 fixed wrong spelling "Folllow-up"
14162         * src/mbox_folder.c
14163         * src/procmsg.c
14164         * src/summaryview.c
14165                 fixed new/unread message count with ignored
14166                 threads (2 commits, first didn't notice no
14167                 longer needed decreasing)
14168         * src/inc.c
14169                 readded scrolling of progress dialog
14170                 (lost in sync)
14171
14172 2001-08-24 [paul]
14173
14174         * configure.in
14175                 change to 0.5.3claws4
14176
14177         * sync with sylpheed 0.5.3cvs7
14178
14179 2001-08-24 [christoph]
14180
14181         * src/compose.c
14182                 set request return receipt when replying
14183                 if it is set is the folder prefs of the
14184                 message
14185         * src/inc.c
14186                 disable final error popup if popups are
14187                 disabled in config (again)
14188
14189 2001-08-23 [paul]
14190
14191         * configure.in
14192                 Change version number to 0.5.3claws3
14193
14194         * sync with sylpheed 0.5.3cvs5
14195
14196         * src/mimeview.c
14197                 double quote '%s' in 'gedit %s' to fix bug when
14198                 opening attachment with spaces in the name
14199
14200 2001-08-22 [alte]
14201         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14202           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14203                 initial message templates support
14204
14205
14206 2001-08-22 [paul]
14207
14208         * configure.in
14209                 change version number to 0.5.3claws2
14210
14211         * sync with sylpheed 0.5.3cvs4
14212
14213         * src/procmsg.h src/summaryview.c
14214                 re-implement (un)ignore thread
14215
14216 2001-08-21 [paul]
14217
14218         * src/summaryview.c
14219                 remove unnecessary code
14220         * src/compose.c
14221                 enable 'dynamic' signatures (submitted by
14222                 Eric Limpens <eric@hscg-internet.nl>)
14223
14224 2001-08-21 [paul]
14225
14226         clean up after sync with sylpheed 0.5.3 release
14227
14228         * src/folderview.c
14229                 fix re-introduced font mess, see Christoph's
14230                 entry 2001-06-24
14231
14232         * src/summaryview.c
14233                 remove prev_msgnum
14234                 use sylpheed's small font instead of
14235                 gtk default font for summary view
14236
14237
14238 2001-08-17 [paul]
14239
14240         * configure.in
14241                 add pl to ALL_LINGUAS - sync with main branch
14242
14243         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14244                 Updated. Translations by Jens Oberender, Ricardo Mones
14245                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14246
14247         * po/pl.po  ** NEW FILE **
14248                 sync with the main branch
14249
14250         * src/folderview.c
14251                 fix target folder colorizing and refresh problem
14252
14253
14254 2001-08-17 [christoph]
14255
14256         * src/mainwindow.c
14257                 claws uses 4 colors for target folder coloring.
14258                 arrays were not long enough and destroyed the
14259                 stack causing a segfault.
14260                 target folder colorizing does not work anymore
14261                 for me
14262
14263 2001-08-16 [paul]
14264
14265         * configure.in
14266                 change to version 0.5.3claws1
14267
14268         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14269           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14270           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14271
14272                 sync with sylpheed 0.5.3 release, but keep claws method of
14273                 configuring/saving fonts
14274
14275         * src/addressbook.[ch]
14276                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14277                 in line with a similar change in Hiroyuki's branch
14278
14279         * src/mainwindow.[ch]
14280                 disable main_window_set_thread_option()
14281         * src/prefs_folder_item.c
14282                 comment out &tmps_prefs.enable_thread,
14283         * src/mbox_folder.c, src/procmsg.[ch]
14284                 comment out MSG_IS_IGNORE_THREAD
14285         * src/summaryview.c
14286                 comment out summary_ignore_thread() and summary_unignore_thread()
14287                 comment out MSG_IS_IGNORE_THREAD
14288
14289                 use Hiroyuki's threading instead.
14290
14291
14292
14293 2001-08-15 [paul]
14294
14295         * src/account.c
14296                 use Hiroyuki's 0.5.3 column scheme but also
14297                 include the enable/disable button.
14298         * src/pixmaps/mark.xpm
14299                 add Hiroyuki's amended pixmap
14300
14301 2001-08-13 [christoph]
14302
14303         * src/account.c
14304                 receive at get all column showed wrong state for APOP
14305                 button should only work for POP3 and APOP accounts
14306         * src/prefs_account.c
14307                 added missing preprocessor statement for SSL
14308
14309 2001-08-12 [paul]
14310
14311         * src/account.[ch]
14312                 add 'receive at get all' column and enable/disable
14313                 button.
14314
14315 2001-08-06 [christoph]
14316
14317         * src/account.c
14318                 show usage of SSL in protocol column
14319
14320         * src/imap.c
14321         * src/inc.c
14322                 renamed ssl options
14323
14324         * src/prefs_account.[ch]
14325                 moved ssl options to a new page
14326
14327         * src/send.c
14328         * src/smtp.c
14329         * src/ssl.[ch]
14330                 renamed ssl options
14331                 added support for SMTP STARTTLS command
14332
14333 2001-08-05 [christoph]
14334
14335         * configure.in
14336                 debian autoconf needs version check to find
14337                 correct autoconf version. if the file is
14338                 named configure.in 2.13 is used, which does
14339                 not work with this configure.in script.
14340                 other solution would be to rename the script
14341                 to configure.ac as suggested in the autoconf
14342                 manual.
14343
14344         * src/inc.c
14345                 disable final error popup if popups are
14346                 diabled in config
14347
14348         * src/socket.c
14349                 bugfix in ssl_gets
14350                 fixes IMAP over SSL problem
14351
14352 2001-08-03 [paul]
14353
14354         * configure.in
14355                 change to 0.5.2claws1
14356
14357         * sync with sylpheed 0.5.2cvs1
14358
14359 2001-08-02 [alfons]
14360
14361         * configure.in
14362                 quick fix for ispell detection...
14363
14364 2001-08-01 [paul]
14365
14366         * configure.in
14367                 change to 0.5.1claws4
14368
14369         * sync with sylpheed 0.5.1cvs7
14370
14371 2001-07-31 [alfons]
14372
14373         * src/prefs_common.c, src/prefs_common.h, 
14374           src/gtkspell.c, src/gtkspell.h
14375                 add global spelling checker settings (compose tab) +
14376                 selection of dictionary 
14377           
14378         * configure.in  
14379                 guess valid ispell location
14380
14381 2001-07-31 [paul]
14382
14383         * po/POTFILES.in
14384                 removal of 'src/quote_fmt_parse.c'
14385         * po/de.po
14386                 Updated de.po
14387                 (submitted by Jens Oberender <didge@suse.de>)
14388
14389 2001-07-31 [darko]
14390
14391         * src/folder.[ch]
14392         * src/folderview.[ch]
14393         * src/mainwindow.c
14394         * src/mh.c
14395         * src/prefs_common.[ch]
14396         * src/summaryview.c
14397                 target folder colourization
14398
14399 2001-07-30 [paul]
14400
14401         more sync with Sylpheed 0.5.1cvs6 
14402
14403 2001-07-30 [darko]
14404
14405         * src/mh.c
14406         * src/prefs_folder_item.[hc]
14407         * src/summaryview.c
14408                 shared folders support with a GUI
14409
14410 2001-07-29 [paul]
14411
14412         0.5.1claws3
14413
14414         * sync with Sylpheed 0.5.1cvs6
14415
14416 2001-07-29 [paul]
14417
14418         * po/pt_BR.po
14419                 updated
14420                 (submitted by Fabio Junior Beneditto)
14421
14422 2001-07-28 [paul]
14423
14424         * src/procmime.c
14425         * AUTHORS
14426                 patch to correct bad image mime headers
14427                 (submitted by Don Quijote <dq@searchlores.org>)
14428
14429 2001-07-28 [paul]
14430
14431         * tools/gif2xface.pl   **NEW FILE**
14432         * tools/README
14433                 script to convert file.gif to file.xface for
14434                 use in a custom header.
14435                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14436
14437 2001-07-27 [alfons]
14438         
14439         * configure.in
14440                 change macros for detecting JPilot and LDAP
14441
14442 2001-07-27 [christoph]
14443
14444         * src/filtering.c
14445                 code cleanup (MIN / MAX warning, needed casting)
14446
14447 2001-07-27 [alfons]
14448
14449         * procheader.c
14450                 disallow setting flags when detecting certain headers
14451                 (X-Status, Status, Seen, X-Seen). 
14452         
14453         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14454
14455 2001-07-27 [christoph]
14456
14457         * src/prefs_filter.c
14458         * src/prefs_filtering.c
14459         * src/prefs_matcher.c
14460         * src/prefs_scoring.c
14461                 scroll list when moving rows up or down
14462
14463         * src/imap.c
14464         * src/imap.h
14465         * src/prefs_account.c
14466         * src/prefs_account.h
14467         * src/send.c
14468                 SMTP over SSL (untested, feedback requested)
14469                 IMAP over SSL
14470
14471         * src/ssl.c
14472                 code cleanup
14473
14474 2001-07-26 [alfons]
14475         
14476         * configure.in, acconfig.h
14477                 define CLAWS (need this for main / claws detection)
14478
14479 2001-07-25 [alfons]
14480
14481         * configure.in
14482                 Sylpheed 0.5.1claws2
14483                 
14484         * sync with Sylpheed 0.5.1cvs4
14485
14486 2001-07-25 [christoph]
14487
14488         * src/scoring.c
14489                 fixed segfault
14490                 item->prefs == NULL (don't know why)
14491
14492 2001-07-25 [alfons]
14493
14494         * configure.in
14495                 Sylpheed 0.5.1claws1
14496
14497         * sync with Sylpheed 0.5.1cvs1-3
14498
14499 2001-07-24 [christoph]
14500
14501         * src/folderview.c
14502         * src/prefs_folder_item.[ch]
14503                 added folderitem preferences dialog with
14504                 default To: and auto request return receipt
14505
14506         * src/compose.[ch]
14507         * src/menu.[ch]
14508                 changes to handle new folderitem preferences
14509
14510         * src/mainwindow.c
14511         * src/summaryview.c
14512                 call compose new mail with current folderitem
14513
14514 2001-07-24 [alfons]
14515
14516         Release Sylpheed 0.5.1claws
14517
14518         * configure.in
14519                 change to release version 0.5.1claws
14520
14521 2001-07-24 [christoph]
14522
14523         * src/summaryview.c
14524                 fixed segfault that happend when the selected
14525                 message was removed while retrieving new messages.
14526
14527         * po/es.po
14528                 updated translation
14529                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14530
14531 2001-07-22 [alfons]
14532
14533         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14534         this is a work in progress, for more information: http://nlpagan.net/sylman 
14535         
14536         * configure.in, src/mainwindow.c, manual/Makefile.am
14537                 add support for English manual
14538
14539         * AUTHORS
14540                 add authors of user manuals
14541
14542         * manual/en/sylpheed*.html
14543                 add English documentation
14544
14545 2001-07-22 [christoph]
14546
14547         * po/POTFILES.in
14548                 added src/ssl.c
14549         * src/ssl.c
14550                 changed a wrong debug message
14551
14552 2001-07-22 [alfons]
14553
14554         * po/nl.po
14555                 update Dutch translation
14556
14557         * src/prefs_filtering.c, 
14558           src/prefs_matcher.c
14559                 add more translatable strings           
14560
14561 2001-07-21 [alfons]
14562
14563         0.5.0claws7
14564
14565         * configure.in
14566                 change version
14567
14568         * src/inc.c, src/summaryview.[ch]
14569                 prevent update of mark file when filtering has done, by
14570                 using a variable; this affects two functions:
14571                         inc.c::inc_finished()
14572                         summaryview.c::summary_show()
14573
14574 2001-07-20 [alfons]
14575
14576         * src/filtering.[ch], src/prefs_filtering.c, 
14577           src/matcher.[ch]
14578                 add filtering action for label coloring 
14579
14580         * po/POTFILES.in
14581                 add labelcolors.c
14582
14583         * added src/labelcolors.c
14584         * added src/labelcolors.h
14585         * src/Makefile.am, src/summaryview.c
14586                 rearrange label coloring code
14587
14588         * src/procmsg.h
14589                 add more parentheses so label colouring works correctly
14590
14591         * src/filtering.c
14592                 don't really delete message, but move it to Trash
14593
14594         * src/prefs_matcher.c
14595                 add quote options to info dialog
14596
14597 2001-07-20 [christoph]
14598
14599         * src/Makefile.am
14600         * src/inc.c
14601         * src/main.[ch]
14602         * src/socket.h
14603         * src/ssl.[ch] (new)
14604                 moved ssl stuff to a seperate file
14605
14606 2001-07-20 [darko]
14607
14608         * src/summaryview.c
14609                 fix show sender using address book with no e-mail
14610                 address in From: field
14611
14612 2001-07-19 [alfons]
14613
14614         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14615                 fix messy handling of escaping... now at least the
14616                 execute command is useful. escape char is '\', we
14617                 accept \n and \r too. 
14618
14619                 Real life example:
14620                 
14621                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14622                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14623
14624 2001-07-18 [alfons]
14625
14626         0.5.0claws6
14627
14628         * src/summaryview.c
14629                 clean up
14630
14631         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14632           src/procmsg.[ch]
14633                 revise filtering; currently move, copy, marking have
14634                 been tested. if you like bleeding edge stuff, you
14635                 should definitely go for this version :)
14636
14637         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14638
14639 2001-07-17 [christoph]
14640
14641         * src/utils.c
14642                 timestamp log
14643
14644 2001-07-17 [alfons]
14645
14646         0.5.0claws5
14647
14648         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14649           bits in the mark file, without affecting either branch. Lots of
14650           files changed, also in claws branch.
14651
14652           UNTESTED: use of mbox folders
14653
14654         * src/summaryview.c
14655                 added mark all read; however this was a quick hack used for
14656                 cleaning up mess after initial merge with Hiroyuki
14657
14658         * configure.in
14659                 change claws version number back to 0.5.0claws5 to clear up 
14660                 confusion & pretension (recent release was technically 
14661                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14662
14663 2001-07-16 [alfons]
14664
14665         sync with Hiroyuki's 0.5.0cvs4
14666
14667 2001-07-16 [alfons]
14668
14669         0.5.1claws3
14670
14671         * src/filtering.[ch]
14672                 remove invalid updating of mark files for 
14673                 filter actions MATCHING_ACTION_MOVE and 
14674                 MATCHING_ACTION_DELETE; this should fix the
14675                 folder update bug
14676                 
14677         * src/procmsg.c
14678                 revert Christoph's stab at fixing the folder 
14679                 update bug
14680
14681         * po/POTFILES.in
14682                 add missing files with translatable strings
14683
14684         * src/summaryview.c
14685                 remove debug print
14686
14687 2001-07-15 [alfons]
14688
14689         * src/addr_compl.[ch], src/prefs_filtering.c
14690                 make "filtering pref dialog's destination entry" an
14691                 "address completable entry", if filter destination is 
14692                 an email address
14693
14694         0.5.1claws2
14695         
14696         sync with Hiroyuki's 0.5.0cvs2-3
14697
14698 2001-07-15 [christoph]
14699
14700         * src/procmsg.c
14701                 fixed folder stats update after incorporation
14702
14703 2001-07-15 [alfons]
14704
14705         * src/summaryview.c
14706                 * finish label colouring stuff (for now)
14707                 * fix incorrect colour bug (off by one) 
14708
14709 2001-07-14 [alfons]
14710
14711         * src/mainwindow.c
14712                 change text labels for news and mail message so there's
14713                 plenty of toolbar estate left
14714
14715         * configure.in
14716                 0.5.1claws1
14717
14718         * src/folderview.c
14719           src/folder.[ch]
14720                 sync with Hiroyuki's 0.5.0cvs1
14721
14722         * src/summaryview.c
14723                 more rewrite label colouring
14724
14725 2001-07-14 [alfons]
14726
14727         * src/summaryview.[ch]
14728                 * start rewrite label colouring 
14729                 * fix proper location "Add Sender To Addressbook" menu item
14730
14731 2001-07-13
14732
14733         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14734         (actually this is 0.5.0claws4)
14735
14736 2001-07-13 [alfons]
14737
14738         * po/pt_BR.po
14739                 * fix duplicate message
14740                 * add updated Portugese / Brazilian translation
14741                   submitted by Fabio Junior Beneditto
14742
14743 2001-07-12 [alfons]
14744
14745         * AUTHORS
14746                 add Jens
14747
14748         * po/nl.po
14749                 add updated Dutch translation
14750
14751         * po/de.po
14752                 add updated German translation submitted by Jens
14753
14754 2001-07-11 [alfons]
14755
14756         Prerelease before 0.5.0claws. Please test.
14757         This version is temporarily tagged as VERSION_0_5_0_TEST
14758
14759         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14760           src/prefs_scoring.c, src/prefs_matcher.c, 
14761           src/prefs_filtering.c, src/mbox.c, 
14762           src/main.c, src/inc.c, src/filtering.[ch]
14763                 revert new Hoa's new matcher (does not work yet)
14764
14765         * src/Makefile.am
14766                 clean up
14767
14768 2001-07-10
14769
14770         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14771
14772
14773 2001-07-10 [alfons]
14774
14775         * Makefile.am
14776                 add ChangeLog.claws to EXTRA_DIST
14777         * src/Makefile.am
14778                 add matcher_parser_parse.h to EXTRA_DIST
14779
14780 2001-07-10 [christoph]
14781
14782         * src/inc.c
14783                 add destination folder to table of
14784                 folders that need to be updated after
14785                 incorporation
14786
14787 2001-07-10 [alfons]
14788
14789         * folder.[ch]
14790           folderview.c
14791                 make collapse state of folders and folder items persistent, i.e.
14792                 if you collapse a folder tree, the next time sylpheed-claws starts 
14793                 up the folder tree remains collapsed.  
14794                 
14795 2001-07-10 [christoph]
14796
14797         * acconfig.h
14798         * configure.in
14799                 added --enable-ssl
14800         * src/md5.[ch]
14801                 renamed MD5_CTX to MD5_CTX_syl
14802                 conflicts with a struct in openssl
14803         * src/inc.c
14804         * src/main.[ch]
14805         * src/prefs_account.[ch]
14806         * src/socket.[ch]
14807                 SSL support for POP
14808         * src/mainwindow.c
14809                 fixed compose with current account
14810                 broken by new compose button stuff
14811
14812 2001-07-09 [hoa]
14813
14814         * AUTHORS
14815                 changed my email address
14816
14817         * src/matcher_parser_parse.y
14818                 clean the parser to remove conflicts
14819
14820 2001-07-09 [alfons]
14821
14822         * AUTHORS
14823                 add Match Grun
14824
14825         * configure.in
14826                 fix incorrect description of --enable-ldap parameter
14827
14828         * src/prefs_common.[ch]
14829           src/compose.c
14830                 add experimental option "smart wrapping" which makes the
14831                 compose editor auto wrap.
14832                 
14833                 | TODO: the problem with the buggy cursor handling is caused |
14834                 | by the GtkText. when deleting / backspacing text its       |
14835                 | wrapping algorithm does not take in account the previous   |
14836                 | line. should find a way to hack this in.                   |
14837                 | or should perhaps combine this with the word wrapping      |
14838                 | patch i wrote in january.                                  |
14839
14840         * src/about.c
14841                 show build parameters for LDAP and JPilot
14842
14843         * src/summaryview.c
14844                 revert Christoph's bugfix for selecting next unread message, 
14845                 because folder stats aren't updated correctly
14846
14847 2001-07-08 [hoa]
14848
14849         * src/filtering.c
14850         * src/mainwindow.c
14851         * src/matcher.c
14852         * src/matcher_parser_lex.l
14853         * src/matcher_parser_parse.y
14854         * src/prefs_filtering.c
14855         * src/prefs_scoring.c
14856         * src/scoring.c
14857                 bugfix of the config file parser
14858
14859 2001-07-08 [alfons]
14860
14861         * src/Makefile.am
14862                 added generated matcher sources to BUILT_SOURCES
14863
14864 2001-07-08 [hoa]
14865
14866         * src/Makefile.am
14867         * src/.cvsignore
14868                 added new config file parser
14869
14870         * src/scoring.[ch]
14871         * src/filtering.[ch]
14872         * src/matcher.[ch]
14873         * src/prefs_filtering.c
14874         * src/prefs_matcher.c
14875         * src/prefs_scoring.c
14876         * added src/matcher_parser.h
14877         * added src/matcher_parser_lex.h
14878         * added src/matcher_parser_lex.l
14879         * added src/matcher_parser_parse.y
14880                 lex & yacc config file parser
14881
14882         * src/mbox.c
14883         * src/inc.c
14884         * src/main.c
14885                 changes prefs_filtering into global_filtering           
14886
14887         * src/summaryview.c
14888                 build threads with subjects only if "Re: " is at the
14889                 beginning of the subject
14890
14891 2001-07-07 [paul]
14892
14893         0.5.0claws
14894
14895         sync with sylpheed 0.5.0
14896                 change of version number only
14897
14898 2001-07-06 [paul]
14899
14900         0.5.0claws5
14901
14902         sync with sylpheed 0.5.0pre5
14903
14904 2001-07-05 [paul]
14905
14906         sync with sylpheed 0.5.0pre4 release
14907                 /po and /manual/ja not sync'ed
14908
14909 2001-07-04 [paul]
14910
14911         more sync with sylpheed 0.5.0pre4
14912
14913 2001-07-03 [christoph]
14914
14915         * src/addressbook.c
14916                 fixed address book broken by address book
14917                 for VCard, JPilot, LDAP
14918
14919 2001-07-03 [alfons]
14920
14921         * src/matcher.c
14922         * src/textview.c
14923                 stopped memory leaks
14924
14925 2001-07-03 [paul]
14926
14927         more sync with sylpheed 0.5.0pre4
14928
14929 2001-07-02 [match]
14930
14931         * included address book patch for VCard, JPilot, LDAP
14932         * pref_common.c - fixed Font options on Display tab (cosmetic)
14933         * alertpanel.c - fixed truncated message
14934
14935 2001-07-02 [christoph]
14936
14937         * src/mbox_folder.c
14938         * src/procmsg.[ch]
14939         * src/summaryview.c
14940                 mark threads for ignoring
14941
14942 2001-07-02 [paul]
14943
14944         0.5.0claws4
14945
14946         * sync with sylpheed 0.5.0pre4
14947                 updated gettext to 0.10.38.
14948
14949 2001-07-01 [paul]
14950
14951         * src/ mainwindow.c
14952         * src/procmsg.h
14953         * src/summaryview.[ch]
14954                 new right-click option: Label.
14955                 substitute for 'Mark-->Mark/Unmark', colours the line.
14956                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14957
14958 2001-07-01 [christoph]
14959
14960         * src/folderview.c
14961                 fixed font for trash
14962         * src/summaryview.c
14963                 move ctree to unread message
14964
14965 2001-07-01 [paul]
14966
14967         * sync with sylpheed 0.5.0pre3 release
14968
14969 2001-06-30 [alfons]
14970
14971         * src/filesel.[ch]
14972         * src/compose.c
14973                 allow inserting / attaching multiple files in
14974                 the composer window
14975
14976 2001-06-30 [paul]
14977
14978         * src/codeconv.c
14979                 small change to Alfons' previous stuff so that it
14980                 actually makes
14981
14982 2001-06-30 [alfons]
14983
14984         * lots of files changed; first attempt to merge the changes
14985           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14986
14987 2001-06-30 [paul]
14988
14989         * po/pt_BR.po
14990                 updated and completed, translations by Fabio
14991                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14992
14993 2001-06-29 [alfons]
14994
14995         * src/compose.c
14996         * src/mimeproc.[ch]
14997                 allow selecting an attached files' mime type from a 
14998                 list of types.
14999
15000 2001-06-29 [paul]
15001
15002         * more sync with sylpheed 0.5.0pre3
15003
15004 2001-06-29 [paul]
15005
15006         * po/pt_BR.po
15007                 merge with sylpheed.pot and pt_BR.po provided by
15008                 Fabio Junior Beneditto.
15009
15010 2001-06-29 [darko]
15011
15012         * src/procmime.c
15013                 make MIME types case insensitive
15014
15015 2001-06-28 [alfons]
15016
15017         * po/nl.po
15018                 merge with sylpheed.pot and old nl.po; translations added.
15019
15020 2001-06-28 [paul]
15021
15022         * more sync with sylpheed 0.5.0pre3
15023
15024 2001-06-27 [alfons]
15025
15026         * src/summaryview.c
15027                 don't crash when removing parent node of messages
15028                 attracted by subject. this was caused by not deleting
15029                 the parent node from the subject line hash table.
15030
15031 2001-06-27 [alfons]
15032
15033         * src/summaryview.c
15034         * src/compose.[ch]
15035         * src/mainwindow.c
15036                 if there are multiple messages selected, allow forwarding
15037                 them as attachments.
15038
15039 2001-06-27 [paul]
15040
15041         * more sync with sylpheed 0.5.0pre3
15042
15043 2001-06-26 [paul]
15044
15045         0.5.0claws3
15046
15047         * sync with sylpheed 0.5.0pre3
15048
15049 2001-06-25 [paul]
15050
15051         * src/mainwindow.c
15052                 fixed 'compose news article' bug
15053                 from icon-and-text toolbar
15054
15055 2001-06-25 [paul]
15056
15057         * sync with sylpheed 0.5.0pre2 release
15058
15059 2001-06-24 [christoph]
15060
15061         * src/prefs_common.c
15062                 bug fix in font selection
15063         * src/folderview.c
15064                 use sylpheed's normal font instead of
15065                 gtk default font for folders without
15066                 new messages
15067
15068 2001-06-24 [alfons]
15069
15070         * src/mainwindow.[ch]
15071                 added composite compose mail / news button (an idea by Leandro
15072                 Pereira <leandro@linuxmag.com.br>)
15073
15074 2001-06-24 [paul]
15075
15076         Added instructions for ldif-to-xml.py
15077
15078         * tools/README
15079
15080 2001-06-23 [alfons]
15081
15082         Some minor things.
15083
15084         * src/pixmaps/stock_news_compose.xpm
15085                 added pixmap by Leandro
15086         * src/prefs_common.c
15087                 tested built-in spelling checker of GCC 3.0 :)
15088         * po/nl.po
15089                 merged dutch translation of sylpheed-main with
15090                 sylpheed.pot
15091
15092 2001-06-23 [paul]
15093
15094         Added tools directory and files.
15095
15096         * tools/filter_conv.pl
15097                 converts old filter system to new filtering system
15098         * tools/ldif-to-xml.py
15099                 converts netscape addressbook to sylpheed addressbook
15100         * tools/README
15101                 descriptions/instructions for above two files
15102
15103 2001-06-23 [christoph]
15104
15105         * src/inc.c
15106         * src/manage_window.[ch]
15107         * src/prefs_common.[ch]
15108                 mail retrieval dialog can be enabled, disabled
15109                 or hidden if non of sylpheed's windows is active
15110
15111 2001-06-22 [paul]
15112
15113         0.5.0claws2
15114
15115         * sync with sylpheed 0.5.0pre2
15116
15117 2001-06-21 [christoph]
15118
15119         * src/summaryview.c
15120                 show recipient on 'from' for all accounts
15121                 
15122         * src/inc.c
15123         * src/prefs_common.[ch]
15124                 disable error popup on mail receive errors
15125
15126 2001-06-21 [alfons]
15127
15128         * src/compose.c
15129                 made the ruler correctly appear and disappear.
15130
15131         * src/Makefile.am
15132                 removed Hoa's work-in-progress-stuff (interesting!) so 
15133                 claws compiles ok.
15134
15135 2001-06-20 [christoph]
15136
15137         * src/inc.c
15138         * src/progressdialog.c
15139                 added scrolled window for list in progressdialog
15140
15141 2001-06-20 [paul]
15142
15143         sync with sylpheed 0.5.0pre1 release
15144
15145 2001-06-20 [christoph]
15146
15147         * src/summeryview.c
15148                 make building threads by subject work when
15149                 thread view is enabled
15150                 
15151         * src/compose.c
15152         * src/prefs_common.[ch]
15153                 automatically select account for mail replys
15154
15155 2001-06-19 [sergey]
15156
15157         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15158         they are filled in from the account settings.
15159
15160 2001-06-19 [paul]
15161
15162         * more sync with sylpheed 0.5.0pre1
15163
15164 2001-06-18 [alfons]
15165
15166         * src/Makefile.am,
15167           src/procmime.c
15168                 added --sysconfdir to CPPFLAGS for pointing to the correct
15169                 location of mime.types. 
15170
15171                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15172                 or ./configure!
15173
15174 2001-06-18 [hoa]
15175
15176         * src/summaryview.c
15177                 fixed some bug when building threads
15178
15179 2001-06-18 [pau]l
15180
15181         * src/prefs_account.c
15182                 UI stuff: More changes to the English
15183
15184 2001-06-18 [paul]
15185
15186         * src/pixmaps/stock_news_compose.xpm: new file
15187         * src/Makefile.am
15188         * src/mainwindow.c
15189         * src/summaryview.c
15190                 Added new icon for Hoa's 'compose a news
15191                 message', plus minor improvements to the
15192                 English
15193
15194         * po/ja.po
15195         * ChangeLog
15196         * ChangeLog.jp
15197                 more sync with sylpheed 0.5.0pre1
15198
15199 2001-06-18 [hoa]
15200
15201         * src/compose.[ch]
15202         * src/mainwindow.c
15203                 Follow-up and reply to
15204
15205         * src/summaryview.[ch]
15206                 Build threads also with subjects
15207
15208 2001-06-17 [hoa]
15209
15210         * src/compose.c
15211                 forwarding use the current account.
15212
15213         * src/mainwindow.c
15214                 the "compose message" button has been replaced with
15215                 "new mail" and "new news" buttons
15216
15217         * src/prefs_common.[ch]
15218                 added a configuration option to use the forward button
15219                 as "forward as attachment"
15220                 changed reply and forward format description
15221
15222         * src/quote_fmt_lex.l
15223         * src/quote_fmt_parse.y
15224                 added message with no signature in format for reply
15225                 and forward.
15226
15227 2001-06-17 [paul]
15228
15229         Minor UI stuff
15230
15231         * src/mainwindow.c
15232         * src/summaryview.c
15233                 Improvements to the English
15234
15235         * src/prefs_common.c
15236                 Improvements to the English and some
15237                 clarity/continuity improvements in the
15238                 description of Quote symbols.
15239
15240 2001-06-17 [paul]
15241
15242         0.5.0claws1
15243
15244         * sync with sylpheed 0.5.0pre1
15245
15246 2001-06-17 [hoa]
15247
15248         * src/compose.c
15249                 Better interface for compose, displayed fields
15250                 are updated whenever we change account.
15251                 Newsgroups field is automatically filled.
15252
15253         * src/mainwindow.c
15254                 Newsgroups field is automatically filled.
15255
15256         * src/prefs_account.c
15257                 Some interface stuff when fields appear and
15258                 disappear.
15259
15260 2001-06-16 [paul]
15261
15262         0.4.99claws
15263
15264         * sync with sylpheed 0.4.99
15265
15266 2001-06-16 [sergey]
15267
15268         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15269         base64_decoder_free, base64_decoder_decode): new object and
15270         functions for decoding base64 streams.
15271         * src/procmime.c (procmime_decode_content): modified to use the
15272         new base64 decoder.
15273
15274 2001-06-15 [paul]
15275
15276         0.4.99claws10
15277
15278         * sync with sylpheed 0.4.99cvs11
15279
15280 2001-06-13 [paul]
15281
15282         0.4.99claws9
15283
15284         * sync with sylpheed 0.4.99cvs9
15285
15286 2001-06-13 [hoa]
15287
15288         * src/compose.c
15289         * src/prefs_account.c
15290
15291                 SMTP server can be defined in the news account
15292                 mime type of attachment are kept.
15293
15294         * src/summaryview.c
15295
15296                 now choose the highest important score between default
15297                 and important score of folder.
15298
15299 2001-06-09 [alfons]
15300         
15301         * src/prefs_common.c: 
15302
15303                 (prefs_quote_description_create): corrected description of 
15304                 quote format characters
15305
15306 2001-06-09 [paul]
15307
15308         0.4.99claws8
15309
15310         * sync with sylpheed 0.4.99cvs8
15311
15312 2001-06-08 [sergey]
15313
15314         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15315         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15316
15317 2001-06-08 [paul]
15318
15319         0.4.99claws7
15320
15321         * sync with sylpheed 0.4.99cvs7
15322
15323 2001-06-06 [sergey]
15324
15325         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15326         clashes with autogenerated header).
15327         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15328         * src/Makefile.am: added quote_fmt.h.
15329         * src/.cvsignore: added lex/yacc autogenerated files
15330         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15331
15332 2001-06-06 [paul]
15333
15334         0.4.99claws6
15335
15336         * sync with sylpheed 0.4.99cvs6
15337
15338 2001-06-06 [hoa]
15339
15340         * added src/quote_fmt_parse.h
15341         * src/compose.c
15342                 removed warnings
15343
15344         * src/prefs.[ch]
15345                 don't modify readonly configuration files
15346
15347         * src/prefs_account.c
15348         * src/prefs_common.c
15349         * src/prefs_customheader.c
15350         * src/prefs_display_header.c
15351         * src/prefs_filter.c
15352         * src/prefs_filtering.c
15353         * src/prefs_scoring.c
15354                 don't open dialog box when configuration files
15355                 are readonly
15356
15357 2001-06-05 [sergey]
15358
15359         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15360
15361         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15362         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15363         BUILT_SOURCES to make all files rebuild properly.
15364
15365         * src/compose.c: removed #include "quote_fmt.tab.h".
15366
15367         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15368         CHARACTER value in yylval.
15369
15370         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15371         receive CHARACTER value by documented means (yylval).
15372
15373         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15374
15375 2001-06-05 [hoa]
15376
15377         * src/Makefile.am
15378                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15379
15380         * src/filtering.c
15381         * src/matcher.c
15382         * src/matcher.h
15383         * src/prefs_filtering.c
15384                 now keep the configuration for execute action
15385
15386         * src/mbox_folder.c
15387                 fixed a warning
15388
15389 2001-06-05 [paul]
15390
15391         * sync with sylpheed 0.4.99cvs5
15392
15393 2001-06-05 [hoa]
15394
15395         * src/Makefile.am
15396                 added quote_fmt.[ch]
15397
15398         * added src/quote_fmt.y
15399         * added src/quote_fmt.l
15400         * added src/quote_fmt.tab.h
15401         * added src/quote_fmt.tab.c
15402         * added src/lex.quote_fmt.c
15403                 parsing configuration for replying
15404                 and forwarding
15405
15406         * src/prefs_common.[ch]
15407                 added configuration UI for replying
15408                 and forwarding
15409
15410         * src/compose.c
15411                 using configuration for replying
15412                 and forwarding
15413
15414 2001-06-04 [hoa]
15415
15416         * src/filtering.c
15417         * src/matcher.c
15418         * src/matcher.h
15419         * src/prefs_filtering.c
15420         * src/prefs_matcher.c
15421         * src/prefs_matcher.h
15422                 action "run a command" for filtering
15423                 and matching with a command.
15424                 fixed the "whole message" matching
15425
15426         * src/mbox_folder.c
15427                 changed temporary filename for security
15428
15429         * src/messageview.c
15430                 queue the notification if it fails to send.
15431
15432         * src/prefs_common.c
15433         * src/prefs_folder_item.c
15434                 changed the default important score             
15435
15436         * src/prefs_scoring.c
15437         * src/scoring.c
15438                 hide kill score input when the folder is not
15439                 a newsgroup
15440
15441 2001-06-03 [alfons]
15442
15443         * src/prefs_common.c:
15444
15445                 (prefs_font_select): pass font name in font entry box to font
15446                 selection dialog.
15447
15448 2001-06-03 [sergey]
15449
15450         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15451
15452 2001-06-03 [paul]
15453
15454         * sync with sylpheed 0.4.99cvs4
15455
15456 2001-06-03 [alfons]
15457
15458         * src/headerwindow.c:
15459
15460                 (headerwindow_show_cb): use the selected summary view item, not
15461                 the displayed item.
15462
15463 2001-06-02 [alfons]
15464
15465         * src/headerwindow.c:
15466
15467                 (headerwindow_show_cb): always try to show msginfo
15468
15469 2001-06-02 [hoa]
15470
15471         * src/compose.c
15472                 keep attached parts when reediting or forwarding.
15473
15474 2001-06-01 [hoa]
15475
15476         * src/folderview.c
15477         * src/prefs_folder_item.[ch]
15478         * src/prefs_scoring.[ch]
15479         * src/scoring.[ch]
15480         * src/summaryview.[ch]
15481         * src/main.c
15482         * src/mainwindow.c
15483         * src/prefs_common.[ch]
15484                 support for folder scoring
15485                 kill score and important score for messages
15486         
15487         * src/prefs_account.c
15488                 some display bug fixed for local account
15489                 preferences
15490
15491 2001-05-31 [alfons]
15492
15493         * src/summaryview.c:
15494
15495                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15496                 sender to address book menu item is disabled.
15497
15498 2001-05-30 [hoa]
15499
15500         * src/filtering.[ch]
15501         * src/summaryview.c
15502                 handling summary menu / filter messages
15503
15504         * src/folder.[ch]
15505                 add some stuff
15506
15507         * src/foldersel.c
15508                 imap folders now appears in list
15509
15510         * src/mbox_folder.c
15511                 doesn't crash if destination mail is not writeable
15512
15513 2001-05-29 [hoa]
15514
15515         * src/compose.c
15516                 removed some warnings
15517
15518         * src/filtering.c
15519         * src/folder.[ch]
15520         * src/prefs_filtering.c
15521                 global string to identify any folders           
15522                 removed some debug info
15523                 filtering to mbox folders is now possible
15524
15525         * src/mainwindow.c
15526                 removed some warnings
15527
15528         * src/mbox_folder.c
15529                 permission on files are changed to read/write for user only,
15530                 nothing for other.
15531                 creation of subfolder is handled better.
15532
15533 2001-05-28 [alfons]
15534
15535         Verified the sync for src/prefs_common.[ch] and
15536         src/prefs_account.[ch]. I believe there were some
15537         minor indentation differences.
15538
15539 2001-05-28 [paul]
15540
15541         0.4.99claws3
15542
15543         * sync with 0.4.99cvs3
15544
15545 2001-05-28 [hoa]
15546
15547         * src/compose.c
15548                 handling flags for mbox format
15549
15550         * src/filtering.c
15551                 use of mark file only for MH format
15552                 handling flags for mbox format
15553                 filtering cannot yet move or copy mails to mbox folders.
15554
15555         * src/folder.[ch]
15556                 changed move_msg, copy_msg,
15557                 move_msgs_with_dest, copy_msgs_with_dest functions
15558                 uses only folder->copy_msg() function
15559                 uses folder->finished_copy() to handle the destination
15560                 folder at the end of the copy or move operation.
15561
15562         * src/foldersel.c
15563                 included mbox directories.
15564
15565         * src/folderview.[ch]
15566         * src/mainwindow.c
15567                 handle folders operation for mbox format
15568
15569         * src/mbox.c
15570                 disable conversion of "From " header
15571
15572         * src/mbox_folder.[ch]
15573                 completion of mbox format handling
15574
15575         * src/mh.c
15576                 changed mh_copy_msg() function and
15577                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15578                 mh_copy_msgs_with_dest()
15579
15580         * src/prefs_filtering.c
15581                 removed some warnings
15582
15583         * src/prefs_matcher.c
15584                 default boolean operation is AND
15585
15586         * src/procheader.c
15587                 handling flags for mbox format
15588                 handling of "From " header
15589
15590         * src/procmsg.[ch]
15591                 removed data field
15592                 added MSG_REALLY_DELETED flags to handle deletion of
15593                 messages in mbox format.
15594
15595         * src/summaryview.c
15596                 handling flags for mbox format
15597                 disable the MSG_DELETED flags when messages
15598                 are deleted in mbox format
15599
15600         * src/textview.c
15601                 "From " headers display fixed.
15602
15603 2001-05-27 [alfons]
15604
15605         * src/textview.c:
15606                 
15607                 (get_email_part): skip quoted email addresses, like in e.g.
15608                 "'alfons@proteus.demon.nl'".
15609
15610 2001-05-26 [alfons]
15611
15612         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15613         and fixing the persistence troubles when using separate windows.
15614
15615         * src/mainwindow.c:
15616         
15617             Added #define SEPARATE_ACTION used in the gtk item factory for 
15618             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15619                 use gtk_item_factory_get_widget_by_action() to get the items.
15620                 
15621             Removed separate_widget_cb from the gtk item factory data   
15622           
15623             (mainwindow_create): connect separate_widget_cb() to check
15624             menu item "toggled" signal. also passing a MainWindow pointer
15625                 as object data for both check menu items.
15626                 
15627             (separate_widget_cb): definition of separate_widget_cb() to match
15628             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15629                 window using gtk_object_get_data(). The type of window separation 
15630                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15631         
15632         * src/prefs_filtering.c,
15633           src/prefs_matcher.c: added horizontal scrollbars
15634
15635 2001-05-25 [darko]
15636
15637         * src/headerview.c
15638                 fix segfault with invalid bold font
15639         * src/summaryview.c
15640                 correctly display summary stats after row is marked
15641
15642 2001-05-23 [sergey]
15643
15644         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15645         encodings with libjconv.
15646
15647 2001-05-23 [hoa]
15648
15649         * src/Makefile.am
15650                 added mbox_folder.[ch]
15651         * src/defs.h
15652                 mbox temporary folder
15653         * src/folder.[ch]
15654         * added src/mbox_folder.[ch]
15655         * src/folderview.c
15656         * src/procheader.[ch]
15657                 added mbox support
15658         * src/mbox.c
15659                 bugfix for file incorporation filtering
15660         * src/imap.c
15661                 enable creation of MBOX
15662         * src/prefs_display_header.c
15663                 enable use of headers like "From "
15664                 something that should be fixed :
15665                         displaying of such headers add an extra space
15666         * src/prefs_folder_item.c
15667                 don't create folders because it is not necessary
15668         * src/procmsg.h
15669                 added data field to MsgInfo for mbox internal use
15670         * src/summaryview.c
15671                 added some support for mbox
15672         * src/utils.[ch]
15673                 added get_mbox_cache_dir() function
15674
15675 2001-05-23 [hiroyuki]
15676
15677         * src/headerwindow.c
15678           src/inc.c
15679           src/main.c
15680           src/mh.c
15681           src/nntp.c
15682           src/procmsg.h
15683           src/session.h
15684           src/socket.[ch]
15685           src/summaryview.c
15686           src/textview.c
15687           src/automaton.c
15688           src/folderview.c: more sync with 0.4.99cvs2.
15689
15690         * src/headerwindow.c: reverted.
15691
15692 2001-05-22 [paul]
15693
15694         0.4.99claws2
15695
15696         * sync with sylpheed 0.4.99cvs2
15697                 * src/news.[ch]
15698                 * src/nntp.[ch]
15699                 * INSTALL
15700                 * INSTALL.jp
15701
15702 2001-05-22 [alfons]
15703
15704         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15705
15706 2001-05-21 [alfons]
15707
15708         Minor things:
15709
15710         * configure.in: if gnome-config not found, "no" is displayed
15711         
15712         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15713
15714         * src/textview.c: now also possible to add mail addresses by right
15715           clicking in the text view
15716
15717         * src/codeconv.c: merged patch which fixes endless loop when encountering
15718           invalid wide characters; from Alte <010@imis.ru>  
15719
15720 2001-05-20 [alfons]
15721
15722         Added installation of gnome specific things:
15723
15724         * Makefile.am: gnome conditional
15725
15726         * configure.in: check for installed gnome
15727
15728         * added sylpheed.png, sylpheed.desktop
15729
15730 2001-05-20 [sergey]
15731
15732         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15733
15734         * src/mainwindow.h (main_window_toolbar_create): created a button
15735         for "Reply to all".
15736         (main_window_set_toolbar_sensitive): enable/disable the new button
15737         appropriately.
15738         (toolbar_reply_to_author_cb): handle the new button.
15739
15740         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15741         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15742         failure).
15743
15744 2001-05-19 [sergey]
15745
15746         * src/compose.h (ComposeReplyMode): new modes
15747         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15748         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15749
15750         * src/compose.c
15751         (compose_send): move some code into a new function:
15752         (compose_current_mail_account): new function.
15753         (compose_reply): new argument to_author, all callers changed; if
15754         to_author==TRUE and account->protocol==A_NNTP, find and use an
15755         appropriate mail account for replying.
15756         (compose_reply_set_entry): new argument to_author; ignore
15757         compose->replyto if to_author==TRUE.
15758
15759         * src/mainwindow.c: new command "Message/Reply to author".
15760         (main_window_set_menu_sensitive): enable/disable it.
15761         (reply_cb): handle it.
15762
15763         * src/summaryview.c: new command "Reply to author".
15764         (summary_set_menu_sensitive): enable/disable it.
15765         (summary_reply_cb): handle it.
15766
15767         * src/account.c (account_find_mail_from_address): new function.
15768
15769 2001-05-18 [paul]
15770
15771         0.4.99claws1
15772
15773         * sync with sylpheed 0.4.99cvs1
15774
15775 2001-05-18 [hoa]
15776
15777         * src/compose.[ch]
15778         * src/filtering.c
15779         * src/summaryview.c
15780                 new filtering action : forward and forward as attachment
15781
15782         * src/main.c
15783                 no need for $DISPLAY when we run sylpheed --help
15784                 call to parse_cmd_opt() is moved
15785
15786         * src/mainwindow.[ch]
15787                 execute button is hidden when immediate execute
15788                 is chosen
15789
15790         * src/mh.c
15791         * src/news.c
15792         * src/prefs_folder_item.c
15793         * src/procmsg.c
15794                 better handling of missing directories
15795
15796         * src/summaryview.c
15797                 reedit is enabled in outbox
15798                 reedit is enabled in queue
15799
15800 2001-05-17 [hoa]
15801
15802         * src/filtering.c
15803         * src/matcher.[ch]
15804         * src/prefs_filtering.c
15805                 changed attachement into attachment
15806
15807 2001-05-17 [alfons]
15808
15809         0.4.67claws4    
15810
15811         * sync with sylpheed 0.4.67cvs9
15812         * sync with sylpheed 0.4.67cvs7-8
15813
15814 2001-05-17 [hoa]
15815
15816         * src/Makefile.am
15817                 added prefs_filtering.c
15818
15819         * src/filtering.[ch]
15820         * src/matcher.[ch]
15821                 removed action : forward_news and forward_news_as_attachement
15822                 (forward and forward_as_attachement can be used instead)
15823
15824         * src/mainwindow.c
15825                 added menu option to access filtering configuration
15826
15827         * src/prefs_account.c
15828                 changed mail_command default to /usr/sbin/sendmail
15829
15830         * added src/prefs_filtering.[ch]
15831                 dialog box for filtering configuration
15832
15833         * src/prefs_matcher.c
15834                 added function prefs_matcher_get_criteria_from_matching()
15835
15836         * src/prefs_scoring.c
15837                 reset the dialog when register or substitute is clicked
15838
15839 2001-05-15 [hoa]
15840
15841         * src/Makefile.am
15842                 added filtering.[ch]
15843         * src/inc.c
15844                 using filering.[ch] instead of filter.[ch]
15845         * src/main.c
15846                 reading new filtering configuration
15847         * src/matcher.[ch]
15848                 added some filtering actions
15849                 and fixed a bug for headers and mail body matching
15850         * src/mbox.c
15851                 using filering.[ch] instead of filter.[ch]
15852         * src/mh.c
15853                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15854         * src/summaryview.c
15855                 some fixes for filtering
15856
15857 2001-05-14 [hiroyuki]
15858
15859         * src/send.c: fixed some weird indentations.
15860           send_message_with_command(): call pclose() only if p != NULL.
15861         * src/textview.c: get_email_part(): modified the code for readability.
15862
15863 2001-05-14 [hiroyuki]
15864
15865         * src/md5global.h
15866           src/md5ify.c
15867           src/md5ify.h: removed from the cvs.
15868
15869 2001-05-13 [sergey]
15870
15871         * src/main.c: include rfc2015.h to avoid compiler warnings.
15872         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15873         the panel is already on screen.
15874         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15875         closing the alert window by ESC as "No".
15876         * src/prefs_common.c (prefs_interface_create): moved return
15877         receipt check button to the correct place.
15878
15879 2001-03-13 [alfons]
15880
15881         * src/prefs_common.c: 
15882                 moved return receipt check button to the Send tab. (prefs_send_create)
15883                 removed the date format ui related globals. (prefs_display_create)
15884
15885         0.4.67claws3
15886         
15887         * sync with sylpheed 0.4.67cvs5-6
15888
15889 2001-05-13 [paul]
15890
15891         * added Alfons' font selection patch
15892
15893         * src/defs.h
15894         * src/headerwindow.c
15895         * src/prefs_common.c
15896         * src/prefs_common.h
15897
15898 2001-05-13 [hoa]
15899         * src/defs.h
15900                 changed version of cache
15901         * src/matcher.[ch]
15902         * src/prefs_matcher.c
15903                 added additionnal matching criteria
15904         * src/procheader.c
15905         * src/procmsg.[ch]
15906         * src/news.c
15907                 added references in MsgInfo
15908
15909 2001-05-12 [hoa]
15910
15911         * src/defs.h
15912                 prepared some things for new filtering
15913         * src/matcher.[ch]
15914                 added some matching properties
15915                 inreplyto need to be enhanced
15916                 prepared some things for new filtering
15917         * src/messageview.c
15918                 added Return-Receipt-To handling
15919         * src/prefs_folder_item.c
15920                 changed default value to TRUE
15921         * src/prefs_matcher.c
15922                 added some matching properties
15923         * src/prefs_scoring.[ch]
15924                 the scoring dialog is finished
15925         * src/procheader.c
15926                 added Return-Receipt-To handling
15927                 Reference need to be added
15928         * src/procmsg.[ch]
15929                 added Return-Receipt-To handling
15930                 added threadscore to get a better score sorting when
15931                 threads are enabled
15932         * src/summaryview.c
15933                 suppressed a bug when we sort the list
15934                 when no folder is opened.
15935                 better score sorting when threads are enabled
15936
15937 2001-05-12 [alfons]
15938
15939         * reverted previous patch because of potential errors 
15940
15941         0.4.67claws2
15942         
15943         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15944                 applied "toggle mail-retrieval dialog window" patch submitted 
15945                 by Eric Limpens <eric@qnt.net>
15946
15947         * sync with sylpheed 0.4.67cvs4
15948
15949 2001-05-12 [sergey]
15950
15951         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15952         some picky compilers.
15953         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15954         * src/grouplist_dialog.c: include alertpanel.h.
15955         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15956         fix compile warning.
15957         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15958         #include "defs.h" before others to prevent the warning of `MIN'
15959         and `MAX' redefinition.
15960
15961 2001-05-11 [hoa]
15962
15963         * src/main.c
15964         * src/messageview.c
15965         * src/prefs_account.c
15966         * src/prefs_display_header.c
15967                 removed warning
15968         * src/Makefile.am
15969                 added prefs_scoring.[ch]
15970         * src/grouplist_dialog.c
15971                 display an error dialog box if the group list
15972                 cannot be fetched.
15973         * src/mainwindow.[ch]
15974                 added main_window_set_thread_option() function
15975                 scoring dialog box enabled
15976         * src/matcher.[ch]
15977                 added flags matching unread /new / marked
15978                 / deleted / replied / forwarded
15979         * src/news.c
15980                 newsgroups are now finally in newscache
15981         * src/prefs_matcher.[ch]
15982                 finished preferences for matching dialog
15983         * added src/prefs_scoring.[ch]
15984                 scoring dialog box completed
15985         * src/scoring.[ch]
15986                 conversion to string : added scoringprop_to_string()
15987                 write config for preferences :
15988                 added prefs_scoring_write_config()
15989         * src/summaryview.c
15990                 threads can be enabled/disabled independently
15991                 for each folder
15992
15993 2001-05-10 [alfons]
15994
15995         0.4.67claws1
15996         
15997         * AUTHORS: 
15998                 thought it would be nice to have a list of all
15999                 contributors (used Changelog as a reference)
16000         
16001         * configure.in: 
16002                 messed up version numbering...
16003
16004         0.4.66claws1
16005
16006         * sync with sylpheed 0.4.67cvs1-3
16007
16008 2001-05-10 [darko]
16009
16010         * src/prefs_common.c:
16011                 better UI for strftime format, double clicking
16012                 on format now inserts the format in text entry
16013                 replaced close button with standard OK/Cancel
16014                 moved date format button to the right of the
16015                 text entry field
16016
16017 2001-05-09 [alfons]
16018
16019         * src/gtkstext.c:
16020                 Ctrl-Home / Ctrl-End have proper cursor navigation
16021
16022 2001-05-09 [hoa]
16023
16024         * src/prefs_matcher.c
16025                 finished UI to define matching properties
16026                 added ok and cancel button
16027         * src/prefs_filter.c
16028                 added ok and cancel button
16029         * src/news.c
16030                 fixed some bug in xhdr parsing
16031
16032 2001-05-08 [alfons]
16033
16034         * src/textview.c: 
16035                 fixed a bug in textview_show_header(), which displayed two colons (':');
16036                 cleaned up some warnings
16037
16038 2001-05-08 [hoa]
16039
16040         * src/Makefile.am
16041                 added prefs_matcher.[ch]
16042                 compilation with -W -Wall
16043         * src/alertpanel.c
16044                 ungrab the mouse events if grabbed - does it
16045                 fix the bug for disposition notification ?
16046         * src/mainwindow.c
16047                 added a menu option to open the matching dialog.
16048         * src/matcher.[ch]
16049                 added matcherprop_to_string() and matcherlist_to_string()
16050                 fixed some bugs, changed the name of some options
16051                 age_sup and age_inf becomes age_greater and age_lower,
16052                 body and messageheaders becomes body_part and headers_part,
16053                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16054         * src/prefs_display_header.c
16055         * src/prefs_headers.c
16056                 fixed a bug that accidentally destroyed dialogs
16057                 when closed them with delete_event
16058                 Added *_deleted() which handle delete_event signal correctly.
16059         * src/prefs_folder_item.[ch]
16060                 added "enable_thread" field for future customization
16061         * added src/prefs_matcher.[ch]
16062                 sample of the UI to define matching properties
16063         * src/procheader.c
16064                 using procheader_headername_equal instead of str*cmp functions
16065                 using procheader_parse_header() function
16066         * src/scoring.c
16067                 using MATCHING_XXX instead of SCORING_XXX
16068         * src/summaryview.c
16069                 display the sender of the news even if this is ourself
16070                 when this is a news message.
16071         * src/textview.c
16072                 using headername_equal() instead of str*cmp functions
16073
16074 2001-05-08 [alfons]
16075
16076         0.4.66claws
16077
16078         * sync with sylpheed 0.4.66
16079         * src/gtkstext.c: trace logs added 
16080
16081 2001-05-08 [sergey]
16082
16083         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16084         signature check popup.
16085         * src/rfc2015.c (check_signature): show signature check popup only
16086         if it is enabled in preferences.
16087
16088 2001-05-07 [alfons]
16089
16090         0.4.66claws4
16091         
16092         * sync with sylpheed 0.4.66cvs6
16093
16094 2001-05-07 [darko]
16095
16096         * src/prefs_common.[ch]: added option to enable/disable
16097           looking up sender name in address book for summary pane
16098         * src/summaryview.c: look up sender in the address book
16099           by using Alfons' address completion code
16100
16101 2001-05-07 [hiroyuki]
16102
16103         * src/inc.h
16104           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16105           member of Pop3State.
16106         * src/news.c: brought #include "defs.h" before #include <glib.h>
16107           to prevent the warning of `MIN' and `MAX' redefinition.
16108
16109 2001-05-06 [hoa]
16110
16111         * removed src/headers_display.[ch]
16112         * removed src/prefs_display_headers.[ch]
16113         * src/inc.c
16114                 use a temporary file in the user directory for mbox import
16115         * src/news.c
16116                 added XHDR support to get "To" and "Cc" headers
16117                 (in order to match news with to or cc field for
16118                 scoring)
16119                 added function news_parse_xhdr() to get XHDR response
16120         * src/nntp.[ch]
16121                 added function nntp_xhdr()
16122         * src/matcher.c
16123                 fetch the message if necessary
16124
16125 2001-05-06 [alfons]
16126
16127         0.4.66claws3
16128
16129         * sync with sylpheed 0.4.66cvs3-5
16130
16131 2001-05-06 [hoa]
16132
16133         * src/utils.[ch]
16134                 added function itos_buf() to enable use of several buffers
16135         * src/summaryview.c
16136                 use of itos_buf() instead of itos() in summary list
16137                 to fix the broken display of message number.
16138
16139 2001-05-06 [alfons]
16140
16141         * src/gtkstext.c: bug in cursor up navigation fixed,
16142                 fixed another unsigned / signed comparison (we're getting there :-)
16143
16144 2001-05-06 [hoa]
16145
16146         * src/Makefile.am
16147                 added scoring.c scoring.h
16148                 prefs_folder_item.c prefs_folder_item.h
16149                 matcher.c matcher.h
16150         * src/defs.h
16151                 added FOLDERITEM_RC SCORING_RC
16152         * src/folder.[ch]
16153                 added prefs field in FolderItem :
16154                 properties for each folder (PrefsFolderItem),
16155                 sorting type and mode were added as the first properties.
16156         * src/main.c
16157                 read config for scoring
16158         * added src/matcher.[ch]
16159                 gives functions to parse configuration file to do
16160                 matching on mails with a list of conditions.
16161         * src/mainwindow.c
16162                 add option to sort by score
16163         * src/prefs_common.[ch]
16164                 added preference option to show score and for
16165                 the score column size
16166         * added src/prefs_folder_item.[ch]
16167                 properties for each folder (PrefsFolderItem),
16168                 sorting type and mode were added as the first properties.
16169         * src/procheader.[ch]
16170                 added procheader_parse_header()
16171                 added procheader_header_free()
16172                 added procheader_headername_equal()
16173                 and made modification to use them.
16174         * src/procmsg.[ch]
16175                 added score field to MsgInfo structure
16176         * added src/scoring.[ch]
16177                 gives functions to parse configuration file to do
16178                 scoring on mails with a list of conditions.
16179         * src/summaryview.[ch]
16180                 save the sorting type and mode for the folder
16181                 added column to display the score of the mail
16182                 added function summary_score_clicked()
16183                 sorting type and mode are restored to the folder
16184                 when it is reopen
16185         * src/textview.c
16186                 use procheader_parse_header(), procheader_headername_equal()
16187                 removed memory leak in text_scan_header when freeing headers
16188         * src/filter.c
16189                 changed the function to match names of headers
16190                 using procheader_headername_equal()
16191
16192         Scoring functions are implemented, an interface is needed
16193         to configure that.
16194
16195 2001-05-04 [alfons]
16196
16197         * src/gtkstext.c: 
16198                 hopefully fixed the row up navigation bug,
16199                 removed adding back / forward lines to cache
16200
16201 2001-05-04 [sergey]
16202
16203         * src/prefs_display_headers.c: user interface changes:
16204         (prefs_display_headers_create): remove unused "Show" check button;
16205         allow reordering of headers by dragging.
16206         (prefs_display_headers_write_config): remove unused variables.
16207         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16208         of lists (not needed with the new UI).
16209         (prefs_display_headers_set_list): scan lists starting from row 0,
16210         not 1 (do not skip "(New)").
16211         (prefs_display_headers_find_header): new function.
16212         (prefs_display_headers_clist_set_row): do not allow duplicates.
16213         (prefs_display_headers_delete_cb): do not skip row 0; treat
16214         closing the alert window by ESC as "No".
16215         (prefs_display_headers_up): do not protect row 0.
16216         (prefs_display_headers_down): do not protect row 0.
16217
16218 2001-05-04 [sergey]
16219
16220         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16221         functions.
16222
16223         * src/summaryview.c
16224         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16225         summary_select_next_marked, summary_select_prev_marked): new
16226         functions.
16227
16228 2001-05-03 [sergey]
16229
16230         * src/news.c: fixed a bug when no article can be fetched after
16231         server timeout if the connection was restored by news_post():
16232         (news_select_group): new function.
16233         (news_fetch_msg): call news_select_group() before fetching
16234         article.
16235         (news_get_uncached_articles): set session->group after successful
16236         GROUP command.
16237
16238 2001-05-03 [hoa]
16239
16240         * src/defs.h
16241         * src/procmsg.[ch]
16242         * src/procheader.c
16243                  changed version of cache, added cc field
16244
16245         * src/prefs_display_headers.c
16246                 the interface was changed
16247
16248         * src/prefs_headers.c
16249                 added cancel button
16250
16251 2001-05-03 [alfons]
16252
16253         * completed sync of sylpheed cvs2
16254         * src/gtkstext.c: updated row up / down cursor navigation
16255         * src/textview.c: re-edited, prepared for fixing the email address
16256                 scanner.
16257
16258 2001-05-03 [darko]
16259
16260         * src/prefs_common.c: use alfons' strftime ui code
16261         entry_datefmt and datefmt_sample widgets have to be
16262         global in this module because of this change
16263
16264 2001-05-03 [hoa]
16265
16266         * src/messageview.c
16267         * src/prefs_common.[ch] added option to activate the return receipt
16268                 feature.
16269
16270 2001-05-02 [alfons]
16271
16272         * src/gtkstext.c: fix for row up/down cursor navigation. 
16273
16274         0.4.66claws2
16275         
16276         * sync with 0.4.66cvs2
16277
16278 2001-05-02 [paul]
16279
16280         added add-sender-to-addressbook patch
16281
16282         * src/addressbook.c
16283         * src/addressbook.h
16284         * src/summaryview.c
16285
16286 2001-05-02 [sergey]
16287
16288         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16289         G_ALERTDISABLE.
16290
16291         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16292         all existing callers changed to pass FALSE; create a check button
16293         to disable the message.
16294         (alertpanel_message_with_disable): new function.
16295         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16296         (alertpanel_button_toggled): new function.
16297         (alertpanel_button_clicked, alertpanel_close): set value using
16298         G_ALERT_VALUE_MASK.
16299
16300         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16301
16302         * src/prefs_common.c (prefs_privacy_create): new check button
16303         checkbtn_gpgme_warning.
16304
16305         * src/main.c (main): moved preferences reading before gpgme
16306         initialization; check prefs_common.gpgme_warning before giving the
16307         GnuPG warning and set it to FALSE if the user wants to disable the
16308         warning.
16309
16310 2001-05-02 [hiroyuki]
16311
16312         * src/prefs_display_headers.c: modified the layout and some labels.
16313
16314 2001-05-02 [sergey]
16315
16316         * src/prefs_account.c (prefs_account_fix_size): new function.
16317         (prefs_account_create): call prefs_account_fix_size(); use
16318         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16319         size when the window is shown for the first time).
16320         (prefs_account_basic_create): changed layout of serv_table; moved
16321         localmbox_entry above smtpserv_entry (logically it replaces
16322         POP3/IMAP server).
16323         (prefs_account_protocol_activated): set sensitivity of
16324         nntpauth_chkbtn according to the protocol (in addition to
16325         hide/show); commented out gtk_table_set_row_spacing() calls.
16326         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16327         not sensitive (fixes a bug with disabled username/password boxes
16328         when editing POP3 account after NNTP with authentication).
16329
16330 2001-05-02 [hoa]
16331
16332         * src/account.c
16333         * src/inc.c
16334         * src/prefs_account.[ch]
16335         * src/send.c
16336                 removed local account without SMTP server
16337                 added option to use mail command instead of a connexion
16338                 to SMTP server when a local account is used
16339         * src/prefs_headers.c
16340                 fixed a bug
16341         * src/news.c
16342                 fixed a bug when connexion immediately closed
16343
16344 2001-05-01 [alfons]
16345
16346         0.4.66claws1
16347         
16348         * sync with 0.4.65
16349
16350 2001-05-01 [sergey]
16351
16352         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16353         widget nntpauth_chkbtn.
16354         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16355         visibility.
16356         (prefs_account_nntpauth_toggled): new function.
16357
16358         * src/news.c (news_session_new_for_folder): use NNTP
16359         authentication only if ac->use_nntp_auth is set.
16360
16361 2001-05-01 [hoa]
16362
16363         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16364         * src/prefs_display_headers.c changed the UI
16365         * src/prefs_headers.c changed account_name to account_id
16366         * src/compose.c using customheader.h
16367
16368 2001-05-01 [hiroyuki]
16369
16370         * src/esmtp.c
16371           src/news.c
16372           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16373           unsynched.
16374
16375 2001-05-01 [hoa]
16376
16377         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16378         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16379                 for displaying of headers
16380         * src/grouplist_dialog.[ch] minor changes to remove warnings
16381         * src/prefs_display_headers.[ch] dialog to choose the
16382         headers to display in the mail viewer.
16383         * src/headers.h correction of #define
16384         * src/headers_display.[ch] configuration for displaying of headers.
16385         * src/main.c read config of displaying of headers
16386         * src/prefs_common.c add a button to access the config dialog
16387                 for displaying of headers
16388         * src/prefs_display_headers.[ch] dialog for configuration for
16389                 displaying of the headers.
16390         * src/prefs_headers.c cleaning of code
16391         * src/procheader.c comments added to code
16392         * src/textview.c changes to reorder the headers depending
16393                 on the config for displaying of headers
16394
16395 2001-04-30 [alfons]
16396
16397         0.4.65claws7
16398
16399         * sync with 0.4.65cvs12
16400
16401         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16402
16403 2001-04-30 [sergey]
16404
16405         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16406
16407         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16408         is set to force reconnection after authentication failure.
16409         (nntp_gen_command): set sock->auth_failed on authentication
16410         failure, or if sock->userid and sock->passwd are not set.
16411
16412         * src/news.c (news_session_new_for_folder): set userid=NULL if
16413         password dialog is cancelled.
16414
16415 2001-04-30 [sergey]
16416
16417         * src/nntp.h (NNTPSockInfo): new type.
16418
16419         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16420         SockInfo.
16421         (nntp_open_auth, nntp_close): new functions.
16422         (nntp_gen_command): new function to handle authentication; all
16423         NNTP command functions updated to use it.
16424         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16425         (nntp_list): removed old useless code.
16426
16427         * src/news.h (NNTPSession): new field nntp_sock.
16428
16429         * src/news.c: all functions updated to use NNTPSockInfo instead of
16430         SockInfo.
16431         (news_session_new): new arguments (userid, passwd); made static;
16432         use nntp_open_auth() if needed.
16433         (news_session_destroy): use nntp_close() instead of sock_close().
16434         (news_query_password): changed arguments.
16435         (news_session_new_for_folder): new function.
16436         (news_session_get): use news_session_new_for_folder().
16437         (news_authenticate): deleted.
16438         (news_get_uncached_articles): removed old authentication code.
16439
16440 2001-04-30 [sergey]
16441
16442         * src/news.c: reverted my previous changes (need to do NNTP
16443         authentication in a cleaner way).
16444         
16445 2001-04-29 [sergey]
16446
16447         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16448         news_nntp_post, news_nntp_mode): new functions (wrappers with
16449         authentication support).
16450         (news_get_article_cmd, news_get_article, news_get_header): new
16451         argument "folder"; all callers changed.
16452         (news_get_article_cmd): added authentication support.
16453         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16454         (news_post): use news_nntp_post() instead of nntp_post().
16455         (news_get_uncached_articles): use news_nntp_group() instead of
16456         nntp_group() and news_nntp_xover() instead of nntp_xover();
16457         removed old authentication code.
16458         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16459
16460         * src/nntp.c (nntp_list): return real error code instead of
16461         hardcoded NN_ERROR.
16462
16463 2001-04-29 [sergey]
16464
16465         * configure.in: fixed wint_t typedef detection again
16466
16467 2001-04-28 [hoa]
16468
16469         * src/prefs_account.[ch], added A_LOCAL_CMD
16470                 (send mail with mail command)
16471         * src/send.c added function send_message_with_command()
16472         * src/inc.c made a more secure get_spool() function with
16473                 mktemp() but maybe mkstemp() or something more
16474                 secure can be used.
16475
16476 2001-04-28 [alfons]
16477
16478         * src/textview.c, colorization of email addresses in headers
16479
16480         0.4.65claws6
16481
16482         * bug sync with sylpheed
16483         * prefs_common.c: created date format ui for darko
16484         * sync with 0.4.65cvs11
16485         * configure.in: corrected to have the new gpg checks
16486
16487 2001-04-27 [alfons]
16488
16489         * completed sync with 0.4.65cvs10
16490         * minor debug things added to gtkstext.c
16491
16492 2001-04-27 [darko]
16493
16494         * configure.in: remove check for availability of
16495           strftime() as advised by Hiroyuki
16496         * src/prefs_common.[ch], src/procheader.c:
16497           synch strftime() code with Hiroyki's main branch
16498
16499 2001-04-26 [sergey]
16500
16501         * src/news.c: news_query_password(), news_authenticate(): new
16502           functions.
16503           news_get_uncached_articles(): added NNTP authentication
16504           handling.
16505         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16506           new functions.
16507         * src/prefs_account.c: prefs_account_protocol_activated():
16508           enable userid and password fields for NNTP.
16509
16510 2001-04-26
16511
16512         * configure.in: check for availability of strftime()
16513           [darko]
16514         * src/prefs_common.[ch], src/procheader.c: use
16515           strftime() for displaying date in summary pane if it
16516           is available
16517
16518 2001-04-25
16519
16520         * more .cvsignore cleanups [alfons]
16521
16522 2001-04-25
16523
16524         * ac/sv-check-type.m4: new autoconf macro.
16525         * configure.in: fixed wint_t typedef detection (did not work
16526           with gcc-2.96).
16527
16528 2001-04-25
16529
16530         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16531           [hiroyuki]
16532
16533 2001-04-24
16534         * modified gtkstext.c : buggy cursor navigation fixed, 
16535           and font descent also taken in account when drawing
16536           cursor. [alfons]
16537
16538 2001-04-24 [hoa]
16539         * added comments in src/news.c src/nntp.c
16540         * added src/prefs_headers.[ch]
16541         * added src/headers.[ch]
16542         * modified compose.c to activate custom headers
16543                 added function is_in_custom_headers
16544         * modified prefs_account.[ch]
16545                 added function prefs_account_customhdr_edit
16546         * modified src/defs.h :
16547                 added HEADERS_RC : name of the config file
16548                 for the custom headers
16549
16550 2001-04-24
16551
16552     0.4.65claws5
16553
16554         * configure.in
16555           src/gtkstext.[ch]
16556           src/compose.c
16557           src/Makefile.am
16558           
16559           added gtkstext with configure.in patch by Hiroyuki which
16560           should fix the XIM detection [alfons]
16561
16562         * more clean up of cvs [alfons]
16563
16564                  * removed all Makefile.in files to attic.
16565
16566                  * updated all .cvsignores to really ignore things that could
16567                    be unintentionally committed by a recursive commit.
16568
16569 2001-04-23 [hoa]
16570         * added src/grouplist_dialog.[ch]
16571         * changed src/folderview.c to call grouplist_dialog instead
16572                 of inputdialog
16573         * src/news.c :
16574                 added functions news_reset_group_list
16575                 and news_get_group_list
16576         * src/nntp.c :
16577                 added function nntp_list
16578         * src/defs.h :
16579                 added GROUPLIST_FILE : name of the newsgroup list cache file
16580
16581 2001-04-21
16582
16583         * added option to warn about queued messages on exit [sergey]:
16584
16585           * src/compose.c: compose_queue(): call folder_item_scan()
16586             and folderview_update_item() after queueing.
16587           * src/folderview.c: folderview_update_node(): draw the queue
16588             folder in bold font if there are queued messages.
16589           * src/mainwindow.c: queued_messages(): new function.
16590             app_exit_cb(): display warning if there are queued messages
16591             if warn_queued_on_exit is set.
16592           * prefs_common.[ch]: add warn_queued_on_exit option.
16593
16594         * enhanced GnuPG key selection support [sergey]:
16595
16596           * src/select-keys.c: updated to newer version from Win32
16597             branch with support for selecting arbitrary keys.
16598           * src/prefs_account.c: added the Privacy tab to the account
16599             options window.
16600             prefs_account_privacy_create(),
16601             prefs_account_sign_key_set_data_from_radiobtn(),
16602             prefs_account_sign_key_set_radiobtn(): new functions.
16603           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16604           * src/rfc2015.c: set_signers(): new function.
16605             pgp_sign(): add the account parameter, call set_signers().
16606             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16607           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16608           * src/compose.c: pass the current account to rfc2015_sign().
16609
16610         * tag name claws added to prevent confusion with main branch [alfons]
16611
16612         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16613
16614         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16615
16616         * sync with recent sylpheed cvs. Untested though. [alfons]
16617