clear the progressbar unconditionally
[claws.git] / ChangeLog.claws
1 2003-08-08 [paul]       0.9.4claws10
2
3         * src/inc.c
4                 clear the progress bar unconditionally
5
6 2003-08-08 [paul]       0.9.4claws9
7
8         * sync with 0.9.4cvs4
9                 see ChangeLog 2003-07-31
10
11 2003-08-07 [christoph]  0.9.4claws8
12
13         * configure.ac
14                 fix bug in image viewer plugin part
15
16         * src/imap.c
17                 don't execute close command if the folder item is not selected
18
19 2003-08-07 [hoa]        0.9.4claws7
20
21         * src/filtering.[ch]
22         * src/matcher_parser.h
23         * src/matcher_parser_parse.y
24                 can define several actions for each filtering rule
25                 can import old versions of filtering rules
26
27         * src/prefs_filtering.c
28                 call to a new dialog box to define actions
29
30         * src/prefs_filtering_action.[ch]
31                 dialog box to define actions for filtering rules
32
33 2003-08-06 [christoph]  0.9.4claws6
34
35         * src/imap.c
36                 make sure source folder is selected when copying messages
37
38 2003-08-06 [christoph]  0.9.4claws5
39
40         * sync with 0.9.4cvs2
41                 see ChangeLog 2003-07-29                
42
43 2003-08-05 [paul]       0.9.4claws4
44
45         * sync with 0.9.4cvs3
46                 see ChangeLog 2003-07-30
47
48 2003-08-04 [match]      0.9.4claws3
49
50         * po/POTFILES.in
51                 export of LDIF files.
52
53 2003-08-04 [match]      0.9.4claws2
54
55         * src/ldif.[ch]
56                 support for export LDIF. documented.
57         * src/importldif.[ch]
58         * src/exportldif.[ch]
59                 add tooltips. documented.
60         * src/exphtmldlg.[ch]
61         * src/common/xmlprops.[ch]
62                 documented.
63         * src/exportldif.[ch]                   ** NEW **
64         * src/expldifdlg.[ch]                   ** NEW **
65         * src/addressbook.[ch]
66         * src/Makefile.am
67                 export of LDIF files.
68                 documented.
69
70 2003-08-04 [christoph]  0.9.4claws1
71
72         * .cvsignore
73         * Makefile.am
74         * configure.ac
75         * sylpheed-claws.pc.in                  ** NEW **
76         * src/Makefile.am
77         * src/common/Makefile.am
78         * src/gtk/Makefile.am
79                 install sylpheed header files in $(pkgincludedir) and create a
80                 pkg-config file to allow building a plugin without the source
81                 package
82
83 2003-08-04 [paul]       0.9.4claws
84
85         * version 0.9.4claws
86
87 2003-08-04 [paul]       0.9.3claws97
88
89         * po/es.po
90                 update Spanish translation. Submitted by Ricardo
91                 Mones Lastra.
92
93 2003-08-03 [paul]       0.9.3claws96
94
95         * po/hr.po
96           po/sr.po
97                 update Croatian and Serbian translations. Submitted by
98                 Dragan and Urke MMI respectively
99
100 2003-08-03 [alfons]     0.9.3claws95
101
102         * src/summaryview.c
103                 mark flag has precedence over important flag - seems
104                 to have been changed in sync of 0.9.3claws45. this fixes
105                 a regression where messages that were scored as important
106                 don't show their mark flags. (using the same column for
107                 both importance as mark flags is the real problem
108                 ofcourse)
109
110 2003-08-03 [melvin]     0.9.3claws94
111
112         * po/fr.po
113                 Updated French translations.
114
115 2003-08-03 [melvin]     0.9.3claws93
116
117         * src/Makefile.am
118                 Fixed typo introduced after 0.9.3claws92 
119                 that prevented compilation
120                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
121                 CPPFLAGS and YFLAGS to allow user setting these.
122         * src/common/Makefile.am
123         * src/gtk/Makefile.am
124         * src/plugins/clamav/Makefile.am
125         * src/plugins/demo/Makefile.am
126         * src/plugins/dillo_viewer/Makefile.am
127         * src/plugins/image_viewer/Makefile.am
128         * src/plugins/mathml_viewer/Makefile.am
129         * src/plugins/spamassassin/Makefile.am
130         * src/plugins/trayicon/Makefile.am
131         * src/plugins/trayicon/libeggtrayicon/Makefile.am
132                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
133                 CPPFLAGS and YFLAGS to allow user setting these.
134
135 2003-08-02 [christoph]  0.9.3claws92
136
137         * configure.ac
138                 o rearrange plugin tests
139                 o add test for clamav.h to ClamAV tests
140
141 2003-08-02 [luke]       0.9.3claws91
142
143         * src/mimeview.c
144                 o fixed appearance of icon list when toggling back from the 
145                   ctree
146                 o toggling of icons using the keyboard works correctly
147                 o fixed all other keyboard shortcuts to work when icons are
148                   active
149         
150         * src/messageview.c
151                 o fixed bug 4 - focus lost when changing messageview view type
152
153 2003-08-02 [christoph]  0.9.3claws90
154
155         * src/common/hooks.c
156                 fix crash when pointer stored in hash table could get invalid
157                 when a plugin is unloaded
158
159 2003-08-01 [christoph]  0.9.3claws89
160
161         * configure.ac
162                 o try to build all plugins (except spamassassin) by default
163                 o don't build a plugin if a dependency check fails
164
165         * src/common/hooks.c
166                 fix warning
167
168 2003-08-01 [match]      0.9.3claws88
169
170         * src/importldif.c
171                 allow single click field selection. document code.
172
173 2003-08-01 [christoph]  0.9.3claws87
174
175         * src/plugins/clamav/clamav_plugin.c
176         * src/plugins/clamav/clamav_plugin_gtk.c
177         * src/plugins/dillo_viewer/dillo_viewer.c
178         * src/plugins/image_viewer/plugin.c
179         * src/plugins/mathml_viewer/mathml_viewer.c
180         * src/plugins/spamassassin/spamassassin.c
181         * src/plugins/spamassassin/spamassassin_gtk.c
182         * src/plugins/trayicon/trayicon.c
183                 add version check to all plugins
184
185 2003-08-01 [hoa]        0.9.3claws86
186
187         * src/prefs_filtering.c
188                 fixed a cosmetic bug, during creation of dialog box,
189                 wrong widgets were shown after creation.
190
191 2003-08-01 [luke]       0.9.3claws85
192
193         * src/mainwindow.c
194                 o fixed visibility of icons/mimeview after toggling separate
195                   message/folder view (factored out some similar code too).
196
197
198 2003-07-31 [alfons]     0.9.3claws84
199
200         * src/mimeview.c
201                 tweak icon box UI a bit more, now allowing right-clicks actions
202                 getting the relevant mime data too; should fix #250, "Can't save 
203                 attachments sometimes".
204
205 2003-07-30 [alfons]     0.9.3claws83
206
207         * src/compose.c
208                 don't do auto-save-draft inside key press handler, but rather
209                 schedule it half of a second later; should fix #67, "autosave 
210                 make re-rediting message crazy"
211
212 2003-07-30 [christoph]  0.9.3claws82
213
214         * src/plugins/trayicon/trayicon.c
215                 process pending events before unloading the plugin
216
217         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
218
219 2003-07-30 [alfons]     0.9.3claws81
220
221         * src/common/hooks.c
222                 parameter 2 of g_hook_destroy() should really be a hook id
223
224 2003-07-30 [alfons]     0.9.3claws80
225
226         * src/common/plugin.c
227                 fix a possibly harmful function signature mismatch 
228                 for plugin_done
229
230 2003-07-30 [alfons]     0.9.3claws79
231
232         * src/common/hooks[.ch]
233                 const correctness
234
235 2003-07-30 [darko]      0.9.3claws78
236
237         * src/summaryview.c
238                 make it compile again
239
240 2003-07-30 [luke]       0.9.3claws77
241
242         * src/crash.c
243         * src/main.c
244                 o added/moved signal handlers for SIGTERM (normal kill command) 
245                   and SIGINT (ctl-c) to be used even without 
246                   --enable-crash-dialog, fixing bug 166
247
248         * src/summaryview.c
249                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
250                   bug 227
251
252         * src/mainwindow.c
253                 o changed sensitivity condition for 'Next new' and 'Next 
254                   unread', fixing bug 8
255
256 2003-07-29 [alfons]     0.9.3claws76
257
258         * src/common/utils.[ch]
259                 add generate_msgid()
260         * src/messageview.c
261                 save ack'ed RRR; fixes #205, "return receipt is not saved in
262                 sent folder".
263
264 2003-07-29 [alfons]     0.9.3claws75
265
266         * src/messageview.c
267                 fix a memleak (claws-only)
268
269 2003-07-29 [alfons]     0.9.3claws74
270
271         * src/mimeview.[ch]
272         * src/gtk/gtkvscrollbutton.[ch]
273                 fix UI glitch where mime icon toolbox' scroll position is not 
274                 reset after switching to another message
275                 
276
277 2003-07-29 [paul]       0.9.3claws73
278
279         * src/prefs_folder_item.c
280                 split the prefs into 2 separate pages
281
282 2003-07-29 [paul]       0.9.3claws72
283
284         * src/compose.c
285                 prepend "\n\n" to a signature without a separator too
286
287 2003-07-29 [paul]       0.9.3claws71
288
289         * src/compose.c
290                 fix bug where changing to an account without an auto-sig
291                 from an initial account without an auto-sig would insert 
292                 2 blank lines at the cursor point
293                 fix bug where changing to an account with an auto-sig
294                 from an initial account without an auto-sig would insert
295                 the sig at the cursor point
296
297 2003-07-29 [paul]       0.9.3claws70
298
299         * src/folderview.c
300                 use the colour from the folder pref unless the folder
301                 has new messages
302
303 2003-07-29 [alfons]     0.9.3claws69
304
305         * src/procmsg.[ch]
306         * src/messageview.c
307         * src/procheader.c
308                 rewrite return receipt request work a little bit (the former 
309                 implementation presumably depended too much on the UI setting
310                 flags). (we're losing the old pending flag.) 
311
312 2003-07-28 [christoph]  0.9.3claws68
313
314         * src/folder.c
315         * src/imap.c
316         * src/mh.c
317         * src/procmsg.[ch]
318                 fix copy to IMAP folder from other folder
319
320 2003-07-28 [christoph]  0.9.3claws67
321
322         * src/procmsg.c
323                 fix sync of procmsg_get_message_file_list
324
325 2003-07-28 [christoph]  0.9.3claws66
326
327         * sync with 0.9.3cvs14
328                 see ChangeLog 2003-07-18
329         * sync with 0.9.3cvs17
330                 see ChangeLog 2003-07-23
331
332         (closes Bug 234 segmentation fault after sending out mail via
333          smtp(auth))
334
335 2003-07-28 [paul]       0.9.3claws65
336
337         * po/es.po
338                 update Spanish translation, submitted by Ricardo Mones
339                 Lastra
340
341 2003-07-28 [christoph]  0.9.3claws64
342
343         * src/folder.[ch]
344         * src/imap.c
345         * src/mh.c
346                 return new message numbers as a GRelation instead of a GSList
347                 that has to be in the same order as the input list. A list
348                 would make it hard for IMAP to optimize oepration by sorting
349                 the input list. The returned list would have to be reordered
350                 to match the same order that input list has.
351
352         * src/gtk/gtkaspell.c
353                 fix missing return value, could cause a crash when garbage is
354                 on the stack that is used as the expected return value
355
356 2003-07-28 [paul]       0.9.3claws63
357
358         * sync with 0.9.4cvs1
359                 see ChangeLog 2003-07-28
360
361 2003-07-27 [alfons]     0.9.3claws62
362
363         * src/mimeview.c
364                 tweak it more to make icon list act like a check button group
365
366 2003-07-27 [christoph]  0.9.3claws61
367
368         * sync with 0.9.3cvs20
369                 see ChangeLog 2003-07-25
370
371 2003-07-27 [paul]       0.9.3claws60
372
373         * src/procmsg.c
374                 re-commit changes from 0.9.3claws58 -
375                 accidently removed in 0.9.3claws59
376
377 2003-07-27 [paul]       0.9.3claws59
378
379         * src/procmsg.[ch]
380                 a sync from 0.9.3cvs17
381                 see ChangeLog 2003-07-23
382
383 2003-07-27 [alfons]     0.9.3claws58
384
385         * src/procmsg.c
386                 add missing header members to MsgInfo; fixes the problem of 
387                 not displaying X-Faces, as noticed by Ricardo Mones
388
389 2003-07-26 [christoph]  0.9.3claws57
390
391         * sync with 0.9.3cvs18
392                 see ChangeLog 2003-07-24
393
394 2003-07-26 [christoph]  0.9.3claws56
395
396         * sync with 0.9.3cvs17
397                 see ChangeLog 2003-07-23
398
399 2003-07-26 [christoph]  0.9.3claws55
400
401         * src/folder.[ch]
402         * src/imap.c
403         * src/mbox_folder.c
404         * src/mh.c
405         * src/news.c
406                 add support for copy function that copy multiple messages
407                 (not implemented yet)
408
409         * src/summaryview.c
410                 add missing return value
411
412 2003-07-26 [paul]       0.9.3claws54
413
414         * tools/multiwebsearch.pl
415                 do whitespace substitution before passing the string
416                 to the browser. fixes bug with browsers that don't
417                 do whitespace conversion themselves.
418
419 2003-07-25 [christoph]  0.9.3claws53
420
421         * src/folder.[ch]
422         * src/imap.c
423         * src/mh.c
424                 rewrite adding of multiple messages to a folder for
425                 claws' folder system
426
427 2003-07-25 [luke]       0.9.3claws52
428
429         * src/mimeview.c
430                 o icon toggles set correctly on leaving ctree mimeview
431
432 2003-07-25 [paul]       0.9.3claws51
433
434         * partial sync with 0.9.3cvs21 [src/main.c]
435                 see ChangeLog 2003-07-25
436
437 2003-07-24 [paul]       0.9.3claws50
438
439         * tools/maildir2sylpheed.pl
440                 fix typo
441
442 2003-07-24 [paul]       0.9.3claws49
443
444         * src/mimeview.c
445                 increase the gutter size of paned so that the panes
446                 can be resized
447                 
448         * src/plugins/demo/demo.c
449                 squeeze in another typo fix
450
451 2003-07-24 [paul]       0.9.3claws48
452
453         * src/plugins/demo/demo.c
454           src/prefs_account.c
455                 small changes to the English
456                 
457         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
458           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
459           src/Makefile.am
460           src/stock_pixmap.c
461                 rename the misspelled icon
462
463 2003-07-23 [alfons]     0.9.3claws47
464
465         * src/mimeview.c
466                 make icon list look like a list of toggles
467
468 2003-07-23 [luke]       0.9.3claws46
469
470         * src/pixmaps/mimeview_gpg_expired.xpm
471         * src/pixmaps/mimeview_gpg_failed.xpm
472         * src/pixmaps/mimeview_gpg_passed.xpm
473         * src/pixmaps/mimeview_text_html.xpm
474         * src/pixmaps/mimeview_image.xpm
475                 o all icons the same size
476
477         * src/mimeview.[ch]
478                 o mimeview ctree arranged vertically above the viewer
479                 o icons changed to buttons
480                 o can use keyboard to select an icon (Enter)
481                 o resize icon list to width of icons
482
483         *  src/gtk/gtkvscrollbutton.c
484                 o sensitivity of buttons reacts to position
485
486 2003-07-23 [christoph]  0.9.3claws45
487
488         * sync with 0.9.3cvs14 (incomplete)
489                 see ChangeLog 2003-07-17
490
491 2003-07-23 [alfons]     0.9.3claws44
492
493         * src/folder.c
494         * src/procmsg.h
495                 sync with my local tree to restore some claws-only things
496
497 2003-07-23 [paul]       0.9.3claws43
498
499         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
500           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
501           src/Makefile.am
502           src/mimeview.c
503           src/procmime.h
504           src/rfc2015.c
505           src/stock_pixmap.[ch]
506                 indicate missing keys and expired sigs/keys
507                 in mime view column
508
509 2003-07-23 [paul]       0.9.3claws42
510
511         * src/compose.c
512                 Redirect fixes: enable automatic account selection and
513                 do not append signature to message on changing account
514                 fixes Bug[s] #248
515
516 2003-07-23 [paul]       0.9.3claws41
517
518         * sync with 0.9.3cvs16
519                 see ChangeLog 2003-07-23
520
521 2003-07-23 [alfons]     0.9.3claws40
522
523         * src/inc.c
524                 give progress dialog a main window, and give it the first 
525                 one (presumably the only one). fixes bug #247, "segfault on 
526                 pop-before-smtp" 
527
528 2003-07-22 [alfons]     0.9.3claws39
529
530         * src/summaryview.c
531                 shift-space scrolls up
532
533 2003-07-22 [paul]       0.9.3claws38
534
535         * sync with 0.9.3cvs15
536                 see ChangeLog 2003-07-22
537
538 2003-07-20 [alfons]     0.9.3claws37
539
540         * src/compose.c
541                 put menu inside #ifdef USE_ASPELL..#endif
542
543 2003-07-20 [christoph]  0.9.3claws36
544
545         * src/procmsg.c
546                 fix wrong flags in MsgInfo returned by
547                 procmsg_msginfo_get_full_info()
548
549         (closes Bug 221 Deleting messages from the Message View gives incorrect
550          new/unread message counts in the folder view)
551
552         * src/plugins/spamassassin/spamassassin_gtk.c
553                 add gettext macro for prefs page title
554
555 2003-07-20 [paul]       0.9.3claws35
556
557         * src/mimeview.c
558                 redraw icon list on signature check
559
560 2003-07-20 [christoph]  0.9.3claws34
561
562         * src/Makefile.am
563         * src/account.c
564         * src/folder.[ch]
565         * src/folder_item_prefs.[ch]            ** NEW **
566         * src/folderview.c
567         * src/mainwindow.c
568         * src/mh.c
569         * src/prefs_gtk.c
570         * src/prefs_scoring.c
571         * src/summaryview.c
572         * src/prefs_folder_item.[ch]
573                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
574                   Properties dialog
575                 o use prefswindow for folder properties
576
577         * src/gtk/prefswindow.[ch]
578                 change implementation to use an invisible notebook instead
579                 of unparenting widgets
580
581 2003-07-20 [christoph]  0.9.3claws33
582
583         * src/compose.h
584         * src/folder.c
585         * src/folderview.h
586         * src/headerview.h
587         * src/prefs_filtering.h
588         * src/prefs_folder_item.[ch]
589         * src/procmime.h
590         * src/procmsg.h
591         * src/summaryview.h
592                 clean up header mess
593                 (always use 1. typedefs, 2. #includes, 3. structures)
594
595         * src/common/version.h.in
596                 add casts for constants
597
598         * src/plugins/demo/demo.c
599                 fix typo
600
601         * src/plugins/spamassassin/spamassassin.c
602                 remove unused variable
603
604 2003-07-20 [alfons]     0.9.3claws32
605
606         * src/mimeview.c
607                 o make icon buttons respond on left click
608                 o minor cosmetic change
609
610 2003-07-19 [luke]       0.9.3claws31
611
612         * src/mimeview.[ch]
613         * src/gtk/gtkvscrollbutton.c
614         * src/messageview.c
615                 o improved mimeview behaviour when selecting a new message
616                 o plus code cleanups to remove compile warnings
617
618
619 2003-07-19 [alfons]     0.9.3claws30
620
621         * src/procmsg.c
622         * src/compose.c
623         * src/common/utils.[ch]
624                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
625
626 2003-07-19 [alfons]     0.9.3claws29
627
628         * src/prefs_folder_item.c
629                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
630                 string pointers
631
632 2003-07-19 [luke]       0.9.3claws28
633
634         * src/messageview.c
635         * src/mimeview.[ch]
636         * src/procmime.h
637         * src/rfc2015.c
638         * src/stock_pixmap.[ch]
639         * src/gtk/Makefile.am
640         * src/Makefile.am
641         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
642         * src/pixmaps/mime_*.xpm                ** NEW **
643                 o mimeview rearrangement with a new icon shortcut bar
644
645 2003-07-19 [alfons]     0.9.3claws27
646
647         * src/folderview.c
648                 o plug leaking nodes_to_recollapse
649                 o add folderview_recollapse_all_nodes() (not used yet)
650
651 2003-07-19 [alfons]     0.9.3claws26
652
653         * src/compose.c
654         * src/common/utils.c
655                 honour #240 "Better SUBJECT handling" by cleaning the prefix
656                 for both forwarding as replying
657
658 2003-07-18 [christoph]  0.9.3claws25
659
660         * configure.ac
661         * src/common/sylpheed.[ch]
662         * src/common/version.h.in
663                 add version in numeric form to allow easy comparison
664
665         * src/plugins/demo/demo.c
666                 add version check
667                 - sylpheed version > plugin version => never allowed, sylpheed
668                   could contain unknown API changes
669                 - sylpheed version < minimum version required => don't load,
670                   API required not available (if linking does not fail)
671
672 2003-07-18 [alfons]     0.9.3claws24
673         
674         * src/common/plugin.[ch]
675                 const correctness
676
677 2003-07-18 [christoph]  0.9.3claws23
678
679         * src/common/hooks.c
680                 fix crash when hooks where unregisted
681
682         * src/plugins/trayicon/trayicon.c
683                 unregister detroy signal before destroying the widget
684                 (still crashes when the plugin is unloaded)
685
686 2003-07-18 [alfons]     0.9.3claws22
687         
688         * src/folderview.c
689                 delay expanding folder tree during drags until timeout triggered
690                 (needs perhaps some tweaking, so testing is welcome)
691
692 2003-07-17 [alfons]     0.9.3claws21
693
694         * src/folderview.c
695                 clean up cruft
696
697 2003-07-17 [christoph]  0.9.3claws20
698
699         * src/common/session.c
700                 fix opening of SSL connections
701
702         * src/plugins/image_viewer/Makefile.am
703                 add OPENSSL_CFLAGS (we should find a better solution to remove
704                 this dependencies if they are not required)
705
706         * src/plugins/spamassassin/spamassassin.c
707                 remove setlocale workaround (fixed in libspamc)
708
709         (closes Bug Bug 184 Entering non-ascii character deletes previous char
710          if spell checking enabled)
711
712 2003-07-17 [alfons]     0.9.3claws19
713
714         * src/common/hooks.[ch]
715         * src/plugins/clamav/clamav_plugin.c
716         * src/plugins/spamassassin/spamassassin.c
717         * src/plugins/trayicon/trayicon.c
718                 fix signedness muck 
719
720 2003-07-17 [alfons]     0.9.3claws18
721
722         * src/procmime.c
723                 plug memleak
724
725 2003-07-17 [alfons]     0.9.3claws17
726
727         * src/inc.c
728                 plug memleak
729
730 2003-07-17 [paul]       0.9.3claws16
731
732         * src/common/defs.h
733           src/mainwindow.c
734           src/manual.[ch]
735                 add link to the Claws site's FAQ page, after the suggestion
736                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
737                 Move url strings to defs.h
738                 
739         * src/mainwindow.c
740                 fix typo to prevent "unknown menu entry" warnings
741
742 2003-07-17 [alfons]     0.9.3claws15
743
744         * src/folderview.[ch]
745         * src/summaryview.[ch]
746         * src/mimeview.[ch]
747                 plug DnD leaks 
748
749 2003-07-17 [paul]       0.9.3claws14
750
751         * src/inc.c
752                 remove two instances of 'GTK_EVENTS_FLUSH' because
753                 they are unnecessary and probably cause a stack overflow
754
755 2003-07-16 [christoph]  0.9.3claws13
756
757         * src/mimeview.[ch]
758                 use an invisible GTK notebook to switch between viewers
759                 instead of reparenting widgets
760
761 2003-07-16 [christoph]  0.9.3claws12
762
763         * src/folder.c
764                 move folder_item_update_freeze() to correct place in
765                 folder_item_scan_full()
766
767 2003-07-16 [paul]       0.9.3claws11
768
769         * sync with 0.9.3cvs12
770                 see ChangeLog 2003-07-14 and 2003-07-15
771
772 2003-07-16 [christoph]  0.9.3claws10
773
774         * src/imap.[ch]
775         * src/prefs_account.[ch]
776                 sync IMAP CRAM-MD5 authentication with sylpheed-main
777
778 2003-07-15 [alfons]     0.9.3claws9
779
780         * src/main.c
781                 make --config-dir do something useful
782
783 2003-07-15 [alfons]     0.9.3claws8
784
785         * src/procmsg.c
786                 o fix a bug where 'last' didn't really point to the last message
787                   in the top level list of children, but to the last threaded
788                   message. 
789                 
790                 o clean up and make it easier to sync
791
792 2003-07-15 [alfons]     0.9.3claws7
793
794         * src/mainwindow.c
795                 make correct menu items sensitive       
796
797 2003-07-14 [alfons]     0.9.3claws6
798
799         * src/procmsg.c
800                 tune the threader so it will not subject-thread any message
801                 without a subject prefix (this will not thread correctly if 
802                 a parent is delivered after their childs, but it looks 
803                 better right now)
804
805 2003-07-13 [christoph]  0.9.3claws5
806
807         * src/mainwindow.c
808                 group "Add mailbox *..." menu items in submenu
809
810 2003-07-13 [alfons]     0.9.3claws4
811
812         * src/summaryview.c
813                 correct summary_toggle_pressed() signature and make sure
814                 signal is not passed on
815
816 2003-07-13 [alfons]     0.9.3claws3
817
818         * src/summaryview.c
819                 o for now don't pass on keys when they we're handled by 
820                   ctree::key_press_event
821                 o clean up
822
823 2003-07-13 [alfons]     0.9.3claws2
824         
825         * src/main.c
826                 add command line option "--config-dir" to get the current 
827                 configuration dir
828
829 2003-07-12 [alfons]     0.9.3claws1
830
831         * src/matcher.[ch]
832         * src/matcher_parser_parse.y
833         * src/prefs_filtering.c
834         * src/filtering.c
835                 add "Lock" filter action to lock messages;
836
837         * src/filtering.c       
838                 remove debug_print()    
839         * src/prefs_filtering.c
840                 re-organize matcher part 9: 
841                 make action text entries easily extendible;
842                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
843                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
844
845 2003-07-12 [paul]
846
847         * tools/README
848                 update old information and add missing
849                 information
850
851 2003-07-12 [paul]       0.9.3claws
852
853         * 0.9.3claws released
854         
855 2003-07-12 [paul]       0.9.0claws103
856
857         * src/Makefile.am
858                 add addrquery.h
859
860 2003-07-12 [melvin]     0.9.0claws102
861
862         * src/messageview.c
863                 Fixed bug #215: Show MIME tab for single text/html messages. 
864                 
865 2003-07-12 [paul]       0.9.0claws101
866
867         * man/sylpheed.1
868                 updated
869
870 2003-07-12 [paul]       0.9.0claws100
871
872         * po/es.po
873           po/hr.po
874           po/pl.po
875           po/sr.po
876                 update Spanish, Croatian, Polish, Serbian translations.
877                 submitted by Ricardo Mones Lastra, Dragan, Witold
878                 Wladyslaw Wojciech Wilk, Urke MMI
879
880 2003-07-12 [melvin]     0.9.0claws99
881
882         * po/fr.po
883                 Updated French translations.
884
885 2003-07-12 [paul]       0.9.0claws98
886
887         * src/addressbook.c
888                 disable 'Lookup' button as it has no effect
889
890 2003-07-11 [alfons]     0.9.0claws97
891         
892         * src/summaryview.c
893                 summary_searchbar_pressed() should return TRUE to signal that
894                 event was handled. when returning void, the return value passed
895                 to GTK is actually random, but maybe FALSE, in which case the
896                 event is handled by parent
897                 
898 2003-07-10 [paul]       0.9.0claws96
899
900         * ac/missing/gettext.m4
901                 update to version 0.12
902
903 2003-07-10 [paul]       0.9.0claws95
904
905         * src/plugins/clamav/clamav_plugin.c
906                 fix bug where multipart/alternative messages
907                 would slip through without being scanned
908
909 2003-07-10 [christoph]  0.9.0claws94
910
911         * src/folder.c
912                 correct check if folder supports removing when a message is
913                 moved. if not the message is only copied.
914
915         (closes Bug 132 crash on startup in newsgroups folders)
916
917 2003-07-09 [alfons]     0.9.0claws93
918
919         * configure.ac
920         * src/common/defs.h
921                 --with-config-dir (default .sylpheed)
922
923 2003-07-09 [christoph]  0.9.0claws92
924
925         * configure.ac
926                 use PKG_CHECK_MODULES to check for gtkmathview
927                 (version 0.4.2 now required)
928
929 2003-07-08 [melvin]     0.9.0claws91
930
931         * src/action.c
932                 Implemented a progress bar that counts the number of completed
933                 tasks when the action runs more than one command.
934
935 2003-07-08 [alfons]     0.9.0claws90
936
937         * src/procmsg.c
938                 if queued message has an invalid Message-Id, don't try to
939                 find message it refers to (fixes #209 "crash when processing 
940                 in folder")
941
942 2003-07-08 [paul]       0.9.0claws89
943
944         * sync with 0.9.3cvs2
945                 see ChangeLog 2003-07-08
946
947 2003-07-08 [match]      0.9.0claws88
948
949         * src/ldapctrl.c
950                 extend LDAP search for first/last name by parsing search term.
951
952 2003-07-08 [alfons]     0.9.0claws87
953
954         * src/send_message.c
955                 fix bug #208 "Status message stuck when sending on POP3 account"
956
957 2003-07-07 [paul]       0.9.0claws86
958
959         * po/hr.po
960                 new Croatian translation, submitted by
961                 Dragan <drleskov@inet.hr>
962
963 2003-07-07 [paul]       0.9.0claws85
964
965         * sync with 0.9.3cvs1
966                 see ChangeLog 2003-07-07
967
968 2003-07-05 [christoph]  0.9.0claws84
969
970         * src/Makefile.am
971         * src/messageview.c
972         * src/mimeview.[ch]
973         * src/stock_pixmap.[ch]
974         * src/pixmaps/messageview_text.xpm              ** NEW **
975                 move mimeview tabs to the right side and use icons
976                 instead of text to save some space
977
978         (patch by Luke Plant <lukeplant@softhome.net>)
979
980 2003-07-05 [christoph]  0.9.0claws83
981
982         * src/inc.c
983                 add NULL pointer checks
984
985         (patch by Luke Plant <lukeplant@softhome.net>)
986         (closes Bug 204 0.9.0 quits on authentication error?!)
987
988 2003-07-05 [alfons]     0.9.0claws82
989
990         * configure.ac
991                 take the clue in bug #202 "./configure script - 
992                 'if test' comparison failure" reported by John Kristoff. 
993
994 2003-07-04 [christoph]  0.9.0claws81
995
996         * src/plugins/spamassassin/spamassassin.c
997                 set timeout for spam check
998
999 2003-07-04 [christoph]  0.9.0claws80
1000
1001         * src/main.c
1002                 destroy all FolderItems when shutting down to
1003                 allow folders to clean up
1004
1005 2003-07-04 [melvin]     0.9.0claws79
1006
1007         * src/gtk/gtkaspell.c
1008                 Fixed bug #184 "Entering non-ascii character deletes
1009                 previous char if spell checking enabled": this makes
1010                 the spell checking in multibytes (e.g. UTF-8)locales work.
1011                 (Patch by Luke Plant).
1012                 
1013 2003-07-04 [christoph]  0.9.0claws78
1014
1015         * sync with 0.9.2cvs1
1016                 see ChangeLog 2003-06-10
1017
1018 2003-07-04 [paul]       0.9.0claws77
1019
1020         * sync with 0.9.3 release
1021                 see ChangeLog 2003-07-04
1022
1023 2003-07-03 [christoph]  0.9.0claws76
1024
1025         * src/folder.[ch]
1026         * src/imap.c
1027         * src/mbox_folder.c
1028         * src/mh.c
1029         * src/news.c
1030                 move folder_item_get_path() stuff into a folder virtual function
1031
1032         * src/procmsg.c
1033                 use folder_item_fetch_msg() to get message and do not contruct
1034                 the filename from path and number
1035
1036 2003-07-03 [paul]       0.9.0claws75
1037
1038         * sync with 0.9.2cvs12
1039                 see ChangeLog 2003-07-03
1040
1041 2003-07-02 [paul]       0.9.0claws74
1042
1043         * src/messageview.c
1044                 fix text-selection for replying
1045
1046 2003-07-02 [paul]       0.9.0claws73
1047
1048         * sync with 0.9.2cvs11
1049                 see ChangeLog 2003-07-02
1050
1051 2003-07-02 [paul]       0.9.0claws72
1052
1053         * src/procmsg.c
1054                 revert last commit because it breaks more
1055                 than it fixes
1056
1057 2003-07-02 [paul]       0.9.0claws71
1058
1059         * src/procmsg.c
1060                 fix thread by subject/sort by date
1061
1062 2003-07-01 [paul]       0.9.0claws70
1063
1064         * sync with 0.9.2cvs10
1065                 see ChangeLog 2003-07-01
1066
1067 2003-06-30 [paul]       0.9.0claws69
1068
1069         * sync with 0.9.2cvs9
1070                 see ChangeLog 2003-06-30
1071
1072 2003-06-28 [match]      0.9.0claws68
1073
1074         * src/addressbook.c
1075                 fix null ptr.
1076
1077 2003-06-27 [paul]       0.9.0claws67
1078
1079         * sync with 0.9.2cvs7
1080                 see ChangeLog 2003-06-27
1081
1082 2003-06-26 [christoph]  0.9.0claws66
1083
1084         * src/folder.c
1085                 freeze folder updates while a folder is scanned
1086
1087         (closes Bug 185 New message counter)
1088
1089 2003-06-26 [darko]      0.9.0claws65
1090
1091         * src/ldapserver.c
1092                 fix infinite loop when adding a new LDAP server
1093
1094 2003-06-26 [paul]       0.9.0claws64
1095
1096         * sync with 0.9.2cvs6
1097                 see ChangeLog 2003-06-26
1098
1099 2003-06-26 [paul]       0.9.0claws63
1100
1101         * sync with 0.9.2cvs5
1102                 see ChangeLog 2003-06-25 and 2003-06-26
1103
1104 2003-06-25 [match]      0.9.0claws62
1105
1106         * src/addr_compl.c
1107                 Fixed tab/backtab for dropped-down completion list to
1108                 move next/previous field. (close bug 147)
1109
1110 2003-06-25 [christoph]  0.9.0claws61
1111
1112         * src/addr_compl.[ch]
1113         * src/addrindex.[ch]
1114         * src/folderview.c
1115         * src/inc.c
1116         * src/news.c
1117         * src/summaryview.c
1118         * src/toolbar.c
1119                 fix warnings
1120
1121 2003-06-25 [leandro]    0.9.0claws60
1122
1123         * src/compose.c
1124                 o cleanups
1125                 o gray out "Message/Remove references" menu item if not
1126                   replying to a message
1127
1128 2003-06-24 [leandro]    0.9.0claws59
1129
1130         * src/compose.[ch]
1131                 o removed "Message/Create new thread" menu item
1132                 o added "Message/Remove references" menu item
1133                   (it's off by default and will not check anymore
1134                    if the subject changed)
1135
1136 2003-06-23 [alfons]     0.9.0claws58
1137
1138         * src/procmsg.c
1139                 try better grouping messages threaded by subject based on their age.
1140                 still not perfect - because the message tree is not sorted by date.  
1141
1142 2003-06-23 [thorsten]   0.9.0claws57
1143
1144         * src/pop.[ch]
1145                 added mail_receive_hook to allow modifications
1146                 directly after retrieval (e.g. adding headers).
1147
1148 2003-06-23 [paul]       0.9.0claws56
1149
1150         * src/sourcewindow.c
1151                  enable the use of Ctrl+A to select all text in
1152                  the sourcewindow
1153                  Patch submitted by Ivan Francolin Martinez
1154                  <ivanfm@users.sourceforge.net>
1155
1156 2003-06-22 [christoph]  0.9.0claws55
1157
1158         * src/folder.[ch]
1159                 o add notification hook for folder tree changes
1160                 o invoke hooks after folder tree scanning
1161
1162         * src/folderview.[ch]
1163                 register hook for folder tree changes that
1164                 updates the ctree
1165
1166         (there are more places that should be updated, like add, remove 
1167          or move folder)
1168
1169         (closes Bug 164 Crash on rebuild folder tree)
1170         (closes Bug 190 Crash on 'rebuilding folder tree')
1171
1172 2003-06-21 [leandro]    0.9.0claws54
1173
1174         * src/compose.[ch]
1175                 create a new thread if subject changes
1176                 (it's on by default, can be disabled in Message menu)
1177
1178 2003-06-21 [alfons]     0.9.0claws53
1179
1180         * src/summaryview.c
1181                 quiet little compiler
1182
1183 2003-06-21 [christoph]  0.9.0claws52
1184
1185         update gettext stuff to version 0.12
1186
1187 2003-06-19 [alfons]     0.9.0claws51
1188
1189         * src/common/log.c
1190         * src/common/plugin.c
1191                 move defs.h before glib.h to prevent MIN/MAX redefs
1192
1193 2003-06-19 [alfons]
1194
1195         * src/addressbook.c
1196                 translatable
1197
1198 2003-06-19 [match]      0.9.0claws50
1199
1200         * src/addressbook.[ch]
1201         * src/addrindex.[ch]
1202         * src/addr_compl.[ch]
1203         * src/editldap.[ch]
1204         * src/editldap_basedn.[ch]
1205         * src/addritem.[ch]
1206         * src/ldapquery.h
1207                 re-implemented dynamic LDAP search. works without
1208                 slowdown on display sender with addressbook
1209                 option.
1210         * src/addrbook.c
1211                 documented code.
1212
1213 2003-06-19 [paul]       0.9.0claws49
1214
1215         * src/compose.c
1216                 fix Bug #136 'Nonprovided quotation marks crash claws'
1217                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1218
1219 2003-06-19 [alfons]     0.9.0claws48
1220
1221         * src/prefs_common.[ch]
1222         * src/procmsg.c
1223                 restrict threading by subject by checking thread for
1224                 age (prefs_common.thread_by_subject_max_age)
1225
1226 2003-06-18 [christoph]  0.9.0claws47
1227
1228         * src/imap.c
1229                 fix memory leak in imap_cmd_fetch()
1230
1231 2003-06-18 [christoph]  0.9.0claws46
1232
1233         * src/prefs_gtk.c
1234                 fix memory leak in prefs_set_default() when used multiple
1235                 times or after prefs have been read
1236
1237 2003-06-18 [christoph]  0.9.0claws45
1238
1239         * src/common/plugin.c
1240                 fix memory leak in plugin_unload()
1241
1242 2003-06-18 [christoph]  0.9.0claws44
1243
1244         * src/imap.c
1245                 fix memory leak in imap_cmd_ok()
1246
1247 2003-06-18 [christoph]  0.9.0claws43
1248
1249         * src/folder.c
1250                 stop messages that are downloaded from POP3 and added to
1251                 an IMAP inbox from being filtered twice (first by POP3
1252                 and again when IMAP folder is scaned to get the UID of
1253                 the APPEND operation when no UIDPLUS is available)
1254
1255 2003-06-18 [alfons]
1256
1257         * tools/Makefile.am
1258                 phoenix <- firebird     
1259
1260 2003-06-18 [paul]
1261
1262         * tools/launch_phoenix          ** REMOVED **
1263           tools/launch_firebird         ** NEW **
1264                 renamed and edited to reflect the browser's name change from
1265                 'phoenix' to 'firebird'
1266
1267 2003-06-18 [paul]       0.9.0claws42
1268
1269         * sync with 0.9.2cvs2
1270                 see ChangeLog 2003-06-16
1271
1272 2003-06-17 [alfons]     0.9.0claws41
1273
1274         * src/procmsg.c
1275                 prevent threading problems when a node is an ancestor (parent / great parent),
1276                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1277                 for finding an sample set of messages)
1278
1279 2003-06-16 [christoph]  0.9.0claws40
1280
1281         * src/main.c
1282                 don't popup main window on --receive or --receive-all
1283
1284         * src/mainwindow.[ch]
1285         * src/plugins/trayicon/trayicon.c
1286                 allow hiding of main window by clicking on the trayicon
1287                 (doesn't work correctly in seperate window mode and may
1288                  cause unexpected GTK problems I couldn't find yet)
1289
1290         * src/common/ssl.c
1291                 remove incorrect warning
1292
1293 2003-06-15 [alfons]     0.9.0claws39
1294
1295         * src/gtk/gtkstext.c
1296                 don't output debug text;
1297                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1298                 for pointing this out);
1299
1300 2003-06-14 [alfons]     0.9.0claws38
1301         
1302         * src/messageview.c
1303                 remove printf() and make one if..else comply with coding style
1304
1305 2003-06-14 [alfons]     0.9.0claws37
1306
1307         * AUTHORS
1308                 add Martin Wicke
1309         * src/action.c
1310         * src/messageview.[ch]
1311         * src/summaryview.c
1312                 apply patch #754162 "Quoting messages filtered by actions" submitted
1313                 by Martin Wicke, which allows quoting message body changed by an
1314                 action (Thanks!).
1315
1316 2003-06-13 [alfons]     0.9.0claws36
1317
1318         * src/utils.c
1319                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1320                 use case insensitive regexp (suggested by Ivan Martinez)
1321
1322 2003-06-13 [christoph]  0.9.0claws35
1323
1324         * configure.ac
1325         * src/plugins/trayicon/Makefile.am
1326         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1327         * src/plugins/trayicon/trayicon.c
1328         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1329         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1330         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1331         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1332         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1333         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1334                 replace my own EggTrayIcon backport with the backport
1335                 used by (l|x)mule and gabber.
1336
1337 2003-06-13 [alfons]     0.9.0claws34
1338
1339         * AUTHORS
1340         * src/common/utils.c
1341                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1342
1343 2003-06-13 [alfons]     0.9.0claws33
1344
1345         * src/compose.c
1346                 clean up a little bit
1347
1348 2003-06-12 [alfons]     0.9.0claws32
1349
1350         * src/compose.c
1351                 const correctness fix
1352
1353         * src/common/sylpheed.[ch]
1354                 () -> (void)
1355                 prevent redef MIN/MAX
1356                 
1357         * src/common/utils.[ch]
1358                 () -> (void)
1359
1360 2003-06-12 [melvin]     0.9.0claws31
1361
1362         * src/compose.c
1363                 Updated to take into accounts changes in GtkAspell.
1364
1365 2003-06-12 [alfons]     0.9.0claws30
1366
1367         * src/compose.c
1368         * src/procmsg.c
1369         * src/common/utils.[ch]
1370                 handle reply subject prefixes better (initial 
1371                 suggestion by Robert Story adapted and enhanced 
1372                 using regexps)
1373
1374 2003-06-12 [melvin]     0.9.0claws29
1375
1376         * src/compose.c
1377                 Use new gtkaspell_checkers_strerror() to get the speller's
1378                 error message instead of accessing the (now private)
1379                 checkers structure.
1380                 Minor code clean up
1381
1382         * src/main.c
1383                 Use #ifdef instead of #if for USE_ASPELL
1384                 Use the new spell checkers init/quit functions 
1385
1386         * src/gtk/gtkaspell.c
1387                 Use #ifdef instead of #if for USE_ASPELL
1388                 Moved in the majority of GtkAspell structures that were
1389                 exported before by gtkaspell.h
1390         
1391         * src/gtk/gktaspell.h
1392                 Made gtkaspell.h contain only the necessary data to be
1393                 publicized by moving many structures to gtkaspell.c.
1394                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1395                 gtkaspell_checkers_new(): replaced by...
1396                 gtkaspell_checkers_init(): new function for initialization
1397                 gtkaspell_checkers_delete(): replaced by...
1398                 gtkaspell_checkers_quit(): new function
1399                 gtkaspell_checkers_strerror(): new function that returns
1400                 the checker's last error message.
1401                 
1402 2003-06-11 [melvin]     0.9.0claws28
1403
1404         * po/POTFILES.in
1405                 Updated to take into account gtkaspell.c migration to
1406                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1407
1408 2003-06-10 [alfons]     0.9.0claws27
1409
1410         * src/filtering.[ch]
1411         * src/folder.c
1412         * src/matcher.c
1413         * src/scoring.[ch]
1414                 - try fixing bug #18 (any brave testers?)
1415                 - add more robustness by refusing previously 
1416                   unchecked NULL pointers 
1417
1418 2003-06-10 [alfons]     0.9.0claws26
1419
1420         * src/procmsg.c
1421                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1422
1423 2003-06-09 [alfons]     0.9.0claws25
1424
1425         * src/prefs_common.c
1426                 fix bug #163 "Icon switching doesnt work properly" by 
1427                 preventing early freeing of prefs_common.pixmap_theme_path.
1428
1429 2003-06-09 [christoph]  0.9.0claws24
1430
1431         * src/gtk/gtkaspell.c
1432                 revert Thorsten's fix and add forgotten g_strdup for
1433                 aspell path (it should not be possible to alter the path a
1434                 GtkASpell uses from outside)
1435
1436 2003-06-09 [thorsten]   0.9.0claws23
1437
1438         * src/gtk/gtkaspell.c
1439                 dont free prefs_common.aspell_path when closing compose
1440
1441 2003-06-08 [colin]      0.9.0claws22
1442
1443         * src/plugins/spamassassin/spamassassin.c
1444                 fix prefs types
1445
1446 2003-06-07 [christoph]  0.9.0claws21
1447
1448         * src/Makefile.am
1449         * src/compose.c
1450         * src/gtkaspell.[ch]            ** REMOVE **
1451         * src/gtk/Makefile.am
1452         * src/gtk/gtkaspell.[ch]        ** NEW **
1453                 o make gtkaspell independent from sylpheed's prefs
1454                 o move gtkaspell.[ch] to gtk directory
1455
1456 2003-06-07 [christoph]  0.9.0claws20
1457
1458         * src/Makefile.am
1459         * src/crash.c
1460         * src/export.c
1461         * src/filesel.[ch]              ** REMOVE **
1462         * src/folder.c
1463         * src/main.[ch]
1464         * src/common/sylpheed.[ch]
1465         * src/gtk/Makefile.am
1466         * src/gtk/filesel.[ch]          ** NEW **
1467         * src/gtk/pluginwindow.c
1468         * src/gtk/sslcertwindow.c
1469                 move filesel.[ch] to gtk directory
1470
1471 2003-06-07 [alfons]     0.9.0claws19
1472
1473         * src/filesel.c
1474                 make (multi) file selection dialog work again (Claws-only)
1475
1476 2003-06-07 [thorsten]   0.9.0claws18
1477
1478         * po/de.po
1479                 fix typos
1480
1481 2003-06-07 [alfons]     0.9.0claws17
1482
1483         * configure.ac
1484         * src/mimeview.c
1485                 detect apache mishap in which case don't include fnmatch.h
1486                 if regex.h is already included
1487
1488 2003-06-06 [christoph]  0.9.0claws16
1489
1490         * configure.ac
1491         * src/mimeview.h
1492                 add check for fnmatch.h and include it when available
1493
1494         * src/mimeview.[ch]
1495                 fix wrong case sensitivity of Content-Types
1496
1497         * src/gtk/Makefile.am
1498                 need the same include paths in gtk directory as in
1499                 common directory because .h files in common can
1500                 include files from these directories, when included
1501                 in gtk's .h or .c files
1502
1503 2003-06-06 [alfons]     0.9.0claws15
1504
1505         * src/mimeview.c
1506         * src/summaryview.c
1507                 make it compile again because of regex.h / fnmatch.h 
1508                 include problems (related to recent mime stuff, can
1509                 someone check this?)
1510
1511 2003-06-06 [thorsten]   0.9.0claws14
1512
1513         * src/folderview.c
1514                 possible use of uninitialized pointer while dragging
1515
1516 2003-06-06 [paul]       0.9.0claws13
1517
1518         * src/compose.c
1519                 fix bug where the insert sig button would be effective
1520                 only when auto_sig was set
1521
1522 2003-06-06 [paul]       0.9.0claws12
1523
1524         * sync with 0.9.2 release
1525
1526 2003-06-02 [paul]       0.9.0claws11
1527
1528         * sync with 0.9.1cvs1
1529                 see ChangeLog 2003-06-02
1530                 
1531         * po/de.po
1532                 update by Jens
1533
1534 2003-06-01 [christoph]  0.9.0claws10
1535
1536         * src/account.c
1537                 don't use substring search to find accounts by email address
1538
1539         (closes Bug 169 Overly loose matching of "From" address)
1540
1541 2003-05-31 [christoph]  0.9.0claws9
1542
1543         * doc-src/rfc2683.txt
1544         * src/imap.c
1545                 limit IMAP command length as recommended in RFC2683
1546                 (message number lists will be split into multiple imap
1547                 sets, the limit of 1000 octets is not a hard limit)
1548
1549         (closes Bug 161 sylpheed-claws exits with segfault when logging
1550          in to certain imap-servers)
1551
1552 2003-05-29 [alfons]     0.9.0claws8
1553
1554         * src/toolbar.[ch]
1555                 add print button (calling summary_print());
1556                 fine tune setting tooltip text;
1557                 (if someone needs other buttons, please take these 
1558                 commits as a guide, instead of bothering us - also
1559                 see 0.8.11claws150) 
1560
1561 2003-05-29 [darko]      0.9.0claws7
1562
1563         * src/compose.c
1564                 fix crash when word wrapping kicks in due to
1565                 changed text by spell checker
1566
1567 2003-05-29 [paul]       0.9.0claws6
1568
1569         * src/compose.c
1570                 fix bug where changing account would insert
1571                 sig even if auto_sig was FALSE
1572                 
1573         * ChangeLog
1574           ChangeLog.jp
1575           INSTALL
1576                 sync with 0.9.1 release
1577
1578 2003-05-28 [christoph]  0.9.0claws5
1579
1580         * src/imap.c
1581                 fix truncation of too long commands
1582
1583         (closes Bug 167 IMAP hangs trying to get envelope
1584          information in imap_get_uncached_messages)
1585
1586 2003-05-27 [paul]       0.9.0claws4
1587
1588         * tools/Makefile.am
1589           tools/maildir2sylpheed.pl     ** NEW FILE **
1590                 add kmail to sylpheed mailbox conversion script
1591
1592 2003-05-27 [paul]       0.9.0claws3
1593
1594         * sync with 0.9.0cvs10
1595                 see ChangeLog 2003-05-26
1596
1597 2003-05-26 [paul]       0.9.0claws2
1598
1599         * sync with 0.9.0cvs9
1600                 see ChangeLog 2003-05-26
1601
1602 2003-05-24 [paul]       0.9.0claws1
1603
1604         * sync with 0.9.0cvs8
1605                 see ChangeLog 2003-05-23
1606
1607 2003-05-24 [paul]       0.9.0claws
1608
1609         * version 0.9.0claws released
1610
1611 2003-05-24 [paul]       0.8.11claws177
1612
1613         * src/plugins/dillo-viewer/Makefile.am
1614           src/plugins/traycon/Makefile.am
1615                 add missing files
1616                 
1617         * po/bg.po
1618           po/en_GB.po
1619           po/es.po
1620           po/it.po
1621           po/pt_BR.po
1622           po/ru.po
1623           po/sr.po
1624                 update Bulgarian, British English, Spanish, Italian, 
1625                 Brazilian Portuguese, Russian, and Serbian translations, 
1626                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1627                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1628                 Ruslan N. Balkin, and Urke MMI
1629
1630 2003-05-23 [melvin]     0.8.11claws176
1631
1632         * po/fr.po
1633                 Updated French translations
1634
1635 2003-05-22 [paul]       0.8.11claws175
1636
1637         * src/Makefile.am
1638           src/addrbook.[ch]
1639           src/addrcache.[ch]
1640           src/addr_compl.[ch]
1641           src/adressbook.[ch]
1642           src/addrindex.[ch]
1643           src/addritem.[ch]
1644           src/editaddress.c
1645           src/editgroup.c
1646           src/editldap_basedn.c
1647           src/editldap.c
1648           src/jpilot.c
1649           src/vcard.c
1650                 revert to get ldap into it previous working state
1651                 
1652         * po/zh_TW.Big5.po
1653                 new Taiwanese translation,
1654                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1655
1656 2003-05-22 [christoph]  0.8.11claws174
1657
1658         * src/plugins/spamassassin/libspamc.[ch]
1659                 sync libspamc with SpamAssaain release 2.55
1660
1661 2003-05-22 [paul]       0.8.11claws173
1662
1663         * sync with 0.9.0cvs7
1664                 see ChangeLog 2003-05-22
1665                 
1666         * src/summaryview.c
1667                 revert change in 0.8.11claws172: follow
1668                 Hiroyuki's decision and that's the end of it.
1669
1670 2003-05-21 [paul]       0.8.11claws172
1671
1672         * src/summaryview.c
1673                 fix discrepency between open_unread_on_enter
1674                 and always_show_msg
1675
1676 2003-05-21 [paul]       0.8.11claws171
1677
1678         * sync with 0.9.0cvs6
1679                 see ChangeLog 2003-05-21
1680
1681 2003-05-21 [paul]       0.8.11claws170
1682
1683         * sync with 0.9.0cvs5
1684                 see ChangeLog 2003-05-21
1685
1686 2003-05-20 [paul]       0.8.11claws169
1687
1688         * sync with 0.9.0cvs4
1689                 see ChangeLog 2003-05-20
1690                 fixes bug #152, 'encoding of IMAP folders names'
1691
1692 2003-05-20 [paul]       0.8.11claws168
1693
1694         * sync with 0.9.0cvs3
1695                 see ChangeLog 2003-05-20
1696                 
1697         * src/tools/convert_mbox.pl
1698                 minor change in the comments, submitted by Fred Marton
1699
1700 2003-05-19 [paul]       0.8.11claws167
1701
1702         * src/plugins/clamav/Makefile.am
1703           configure.ac
1704                 link clamav_lib to the plugin and not to the main program
1705
1706 2003-05-19 [christoph]
1707
1708         * src/Makefile.am
1709                 add -export-dynamic for linking
1710
1711 2003-05-19 [paul]       0.8.11claws166
1712
1713         * sync with 0.9.0cvs1
1714                 see ChangeLog 2003-05-19
1715
1716 2003-05-19 [paul]       0.8.11claws165
1717
1718         * src/inc.c
1719                 fix 'pop before smtp' timeout
1720
1721 2003-05-18 [alfons]     0.8.11claws164
1722
1723         * src/prefs_matcher.c
1724                 put "execute" action command line ("expression") in edit box
1725
1726 2003-05-18 [christoph]  0.8.11claws163
1727
1728         * src/mimeview.[ch]
1729         * src/plugins/dillo_viewer/dillo_viewer.c
1730         * src/plugins/image_viewer/viewer.c
1731         * src/plugins/mathml_viewer/mathml_viewer.c
1732                 let a viewer have a list of Content-Types
1733
1734 2003-05-18 [paul]       0.8.11claws162
1735
1736         * src/prefs_filtering.c
1737                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1738                 and REDIRECT actions
1739
1740 2003-05-17 [christoph]
1741
1742         * README.claws
1743                 o remove dynamic signatures that was syned with main
1744                 o add infos about no longer "build in" image viewer
1745                 o update bugtracker URL
1746
1747 2003-05-17 [christoph]  0.8.11claws161
1748
1749         * src/folder.c
1750         * src/folderview.c
1751         * src/imap.c
1752                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1753                 for every folder after rebuilding the folder tree.
1754
1755         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1756          messages)
1757
1758 2003-05-17 [christoph]  0.8.11claws160
1759
1760         * src/imap.c
1761                 don't use STATUS command on current folder to check for
1762                 content changes. imap_cmd_ok() now tracks changes to
1763                 folder and number of existing messages.
1764
1765 2003-05-17 [paul]       0.8.11claws159
1766
1767         * src/plugins/clamav/clamav_plugin.c
1768                 remove unnecessary debug_print
1769
1770 2003-05-16 [thorsten]   0.8.11claws158
1771
1772         * src/plugins/demo.c
1773                 included missing intl.h
1774
1775 2003-05-16 [paul]       0.8.11claws157
1776
1777         * po/POTFILES.in
1778                 remove non-existant entries
1779         
1780         * src/plugins/clamav/clamav_plugin.c
1781           src/plugins/clamav/clamav_plugin_gtk.c
1782           src/plugins/dillo_viewer/dillo_prefs.c
1783           src/plugins/dillo_viewer/dillo_viewer.c
1784                 gettextise
1785
1786 2003-05-16 [christoph]  0.8.11claws156
1787
1788         * po/POTFILES.in
1789                 include plugin .c files for translation until I
1790                 find a better solution to have plugins have their
1791                 own textdomain
1792         * src/plugins/demo/demo.c
1793         * src/plugins/image_viewer/plugin.c
1794         * src/plugins/mathml_viewer/mathml_viewer.c
1795         * src/plugins/spamassassin/spamassassin.c
1796         * src/plugins/spamassassin/spamassassin_gtk.c
1797         * src/plugins/trayicon/trayicon.c
1798                 add gettext macros for plugin name and description
1799
1800 2003-05-16 [paul]
1801
1802         * sync with 0.9.0
1803
1804 2003-05-16 [paul]       0.8.11claws155
1805
1806         * sync with lastest 0.9.0pre1
1807                 see ChangeLog 2003-05-16
1808
1809 2003-05-15 [paul]       0.8.11claws154
1810
1811         * sync with latest 0.9.0pre1
1812                 see ChangeLog 2003-05-14 and 2003-05-15
1813
1814 2003-05-14 [christoph]  0.8.11claws153
1815
1816         * src/plugins/image_viewer/viewer.c
1817         * src/plugins/image_viewer/viewer.glade         ** NEW **
1818         * src/plugins/image_viewer/viewerprefs.c
1819                 make it possible to disable the autoload function in the
1820                 imageviewer again
1821
1822 2003-05-14 [christoph]  0.8.11claws152
1823
1824         * src/folder.c
1825                 fix folder update after adding a message
1826
1827 2003-05-13 [alfons]     0.8.11claws151
1828
1829         * src/common/session.c
1830                 remove debug traces
1831                 
1832         * src/addrcache.[ch]
1833         * src/filtering.[ch]
1834         * src/folder.[c]
1835         * src/gtkaspell.[ch]
1836         * src/imap.[ch]
1837         * src/mbox_folder.[ch]
1838         * src/mh.[ch]
1839         * src/mimeview.h
1840         * src/msgcache.[ch]
1841         * src/news.[ch]
1842         * src/passphrase.[ch]
1843         * src/prefs_common.[ch]
1844         * src/prefs_gtk.[ch]
1845         * src/procmsg.c
1846         * src/scoring.[ch]
1847                 be pedantic; (in prototypes () implies (int))
1848
1849 2003-05-13 [alfons]     0.8.11claws150
1850
1851         * src/prefs_toolbar.[ch]
1852         * src/summaryview.[ch]
1853         * src/toolbar.[ch]
1854                 change misleading text in toolbar prefs;
1855                 add toolbar action for ignore thread (toggles ignore thread flag);
1856                 clean up a little bit;
1857
1858 2003-05-12 [paul]
1859
1860         * tools/convert_mbox.pl
1861                 bug fixed by Fred Marton
1862
1863 2003-05-12 [paul]
1864
1865         * sync with 0.9.0pre1
1866
1867 2003-05-09 [paul]       0.8.11claws149
1868
1869         * sync with 0.8.11cvs43
1870                 see ChangeLog 2003-05-09
1871
1872 2003-05-08 [christoph]  0.8.11claws148
1873
1874         * src/imap.[ch]
1875                 o use CAPABILIY as first command and check for PREAUTH
1876                   information in the response to it
1877                 o rewrite all imap_cmd_* functions to use an IMAPSession
1878                   instead of a SockInfo as parameter
1879                 o do STARTTLS after fetching and checking the server
1880                   capabilities
1881
1882 2003-05-08 [paul]       0.8.11claws147
1883
1884         * tools/Makefile.am
1885           tools/README
1886           tools/convert_mbox.pl         ** NEW FILE **
1887                 add mbox conversion script. Submitted by 
1888                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1889
1890 2003-05-07 [christoph]
1891
1892         * doc-src/glade.txt
1893         * src/gtk/pluginwindow.glade
1894         * src/plugins/image_viewer/viewerprefs.glade
1895         * src/plugins/spamassassin/spamassassin_gtk.glade
1896                 add glade files for user interfaces and a description how
1897                 to use glade to create the sylpheed code
1898
1899 2003-05-07 [paul]       0.8.11claws146
1900
1901         * sync with 0.8.11cvs41
1902                 see ChangeLog 2003-05-07
1903
1904 2003-05-06 [christoph]  0.8.11claws145
1905
1906         * src/main.c
1907         * src/plugins/image_viewer/viewer.c
1908                 fix usage of imlib in imageviewer plugin
1909
1910         * src/gtk/prefswindow.c
1911                 handle window close event correctly
1912
1913 2003-05-06 [paul]       0.8.11claws144
1914
1915         * src/common/ssl.c
1916                 fix typo introduced in sync
1917
1918 2003-05-06 [paul]       0.8.11claws143
1919
1920         * sync with 0.8.11cvs39
1921                 see ChangeLog 2003-05-06
1922
1923 2003-05-06 [paul]       0.8.11claws142
1924
1925         * AUTHORS
1926           po/cs.po
1927                 updated Czech translation, submitted by 
1928                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1929                 
1930         * src/plugins/clamav/clamav_plugin_gtk.c
1931                 clean up
1932
1933 2003-05-03 [alfons]     0.8.11claws141
1934
1935         * src/compose.[ch]
1936                 make paste as quotation work even when the call to 
1937                 text_inserted() was deferred (fixes bug #140 "Paste 
1938                 as quotation does not work when using "external" 
1939                 clipboard")
1940
1941 2003-05-03 [thorsten]   0.8.11claws140
1942
1943         * src/addrquery.h
1944           src/ldapquery.h
1945           src/mainwindow.c
1946                 removed C++ comments
1947         * src/addr_compl.c
1948                 function with non-int retval/param used before
1949                 implementation/declaration
1950
1951 2003-05-02 [paul]       0.8.11claws139
1952
1953         * src/addr_compl.[ch]
1954           src/addressbook.[ch]
1955           src/addrindex.c
1956           src/summaryview.c
1957                 revert match's changes to (finally) remove the bug where
1958                 opening a folder causes massive slowdown when using the 
1959                 'Display sender using address book' option
1960
1961 2003-05-01 [melvin]     0.8.11claws138
1962
1963         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1964         * src/plugins/dillo_viewer/dillo_viewer.c
1965                 Fixed bug where "Cancel" button from prefs issued
1966                 warnings.
1967                 Comply a little more to coding style
1968
1969 2003-05-01 [paul]       0.8.11claws137
1970
1971         * sync with 0.8.11cvs38
1972                 see ChangeLog 2003-05-01
1973
1974 2003-05-01 [paul]       0.8.11claws136
1975
1976         * po/bg.po
1977                 updated by George Danchev
1978
1979 2003-04-30 [christoph]  0.8.11claws135
1980
1981         * src/plugins/dillo_viewer/dillo_prefs.c
1982         * src/plugins/image_viewer/viewerprefs.c
1983         * src/plugins/spamassassin/spamassassin_gtk.c
1984                 remove gtk_widget_ref() calls for widgets in
1985                 glade code
1986
1987 2003-04-30 [paul]       0.8.11claws134
1988
1989         * src/addrindex.c
1990                 ok, this time a better fix for the bug where opening folder
1991                 has massive slowdown when using the 'Display sender using 
1992                 address book' option
1993
1994 2003-04-30 [paul]       0.8.11claws133
1995
1996         * src/addrindex.c
1997                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1998         
1999 2003-04-30 [melvin]     0.8.11claws132
2000
2001         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2002
2003         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2004                 Preferences for the dillo plugin
2005         * src/plugins/dillo_viewer/dillo_viewer.c
2006                 Support for preferences
2007         * src/plugins/dillo_viewer/Makefile.am
2008                 Added dillo_prefs.[ch]
2009
2010 2003-04-30 [alfons]     0.8.11claws131
2011
2012         * src/common/plugin.[ch]
2013                 see? this ANSI C'fication immediately gives us type
2014                 checking for free.
2015
2016 2003-04-30 [alfons]     0.8.11claws130
2017
2018         * src/common/plugin.[ch]
2019         * src/plugins/clamav/clamav_plugin.[ch]
2020         * src/plugins/clamav/clamav_plugin_gtk.c
2021         * src/plugins/demo/demo.c
2022         * src/plugins/dillo_viewer/dillo_viewer.c
2023         * src/plugins/image_viewer/plugin.c
2024         * src/plugins/image_viewer/viewer.[ch]
2025         * src/plugins/image_viewer/viewerprefs.[ch]
2026         * src/plugins/mathml_viewer/mathml_viewer.c
2027         * src/plugins/spamassassin/spamassassin.[ch]
2028         * src/plugins/spamassassin/spamassassin_gtk.c
2029         * src/plugins/trayicon/trayicon.c
2030                 clean up
2031
2032 2003-04-30 [alfons]     0.8.11claws129
2033
2034         * src/common/utils.c
2035                 make is_ascii_str() fail gracefully when NULL pointer
2036                 is passed
2037
2038 2003-04-30 [paul]       0.8.11claws128
2039
2040         * src/addrindex.c
2041                 fix bug where opening folder has massive slowdown when
2042                 using the 'Display sender using address book' option
2043
2044 2003-04-30 [paul]       0.8.11claws127
2045
2046         * src/plugins/clamav/clamav_plugin.c
2047           src/plugins/clamav/clamav_plugin_gtk.c
2048           src/plugins/demo/demo.c
2049           src/plugins/dillo_viewer/dillo_viewer.c
2050           src/plugins/image_viewer/plugin.c
2051           src/plugins/mathml_viewer/mathml_viewer.c
2052           src/plugins/spamassassin/spamassassin.c
2053           src/plugins/spamassassin/spamassassin_gtk.c
2054           src/plugins/trayicon/trayicon.c
2055                 get rid of eye-hurting function signatures
2056
2057 2003-04-30 [paul]       0.8.11claws126
2058
2059         * src/plugins/trayicon/trayicon.c
2060                 add description
2061                 
2062         * src/mimeview.c
2063                 be more descriptive
2064
2065 2003-04-30 [paul]       0.8.11claws125
2066
2067         * configure.ac
2068                 arrange the plugins in reverse alphabetical order
2069                 
2070         * src/plugins/clamav/clamav_plugin.[ch]
2071           src/plugins/clamav/clamav_plugin_gtk.c
2072                 rename some params
2073                 resize max_size window
2074                 re-arrange the order of some gui elements
2075                 improve descriptions
2076         
2077         * src/plugins/image_viewer/plugin.c
2078           src/plugins/mathml_viewer/mathml_viewer.c
2079                 add descriptions
2080                 
2081         * src/plugins/spamassassin/spamassassin_gtk.c
2082                 resize max_size window
2083                 re-arrange the order of some gui elements
2084                 
2085         * src/messageview.c
2086           src/mimeview.c
2087                 correct typos
2088
2089 2003-04-30 [alfons]     0.8.11claws124
2090
2091         * src/imap.c
2092                 fix a leak found while browsing Martin Kluge's 
2093                 valgrind log (Claws only)
2094
2095 2003-04-29 [darko]      0.8.11claws123
2096
2097         * src/gtk/gtkstext.h
2098                 include wchar.h if it is available, fixes compilation
2099                 on HP-UX systems
2100
2101 2003-04-29 [melvin]     0.8.11claws122
2102
2103         * src/prefs_actions.c
2104                 Improved help text of Actions' syntax
2105
2106 2003-04-28 [paul]       0.8.11claws121
2107
2108         * src/action.c
2109                 a better fix for the crash when performing an action
2110                 on a mime part
2111
2112 2003-04-28 [paul]       0.8.11claws120
2113
2114         * src/action.c
2115                 fix crash when performing an action on a
2116                 mime part
2117
2118 2003-04-28 [paul]       0.8.11claws119
2119
2120         * sync with 0.8.11cvs36
2121                 see ChangeLog 2003-04-28
2122
2123 2003-04-27 [paul]       0.8.11claws118
2124
2125         * more sync with 0.8.11cvs35
2126                 see ChangeLog 2003-04-25
2127
2128 2003-04-26 [christoph]  0.8.11claws117
2129
2130         * src/folder.c
2131                 fix remove virtual check
2132
2133 2003-04-26 [paul]       0.8.11claws116
2134
2135         * src/messageview.c
2136                 fix return-receipt, make it work again
2137
2138 2003-04-26 [paul]       0.8.11claws115
2139
2140         * src/mimeview.c
2141                 restore double-clicking of the [application/pgp-signature 
2142                 (Select "Check signature" to check)] line in the message view,
2143                 broken in recent sync
2144
2145 2003-04-26 [christoph]  0.8.11claws114
2146
2147         * src/folder.c
2148                 check if remove virtual really exists before
2149                 calling the function
2150
2151 2003-04-25 [match]      0.8.11claws113
2152
2153         * src/addrindex.c
2154         * src/addrbook.c
2155         * src/ldapquery.[ch]
2156         * src/ldapctrl.[ch]
2157                 fix memleak.
2158         * src/ldapserver.[ch]
2159                 fix memleak. fix segfault.
2160                 plug a Claws memleak
2161
2162 2003-04-25 [alfons]     0.8.11claws112
2163
2164         * src/folder.c
2165                 plug a Claws memleak
2166
2167 2003-04-25 [alfons]     0.8.11claws111
2168
2169         * src/common/session.c
2170                 plug a memleak
2171
2172 2003-04-25 [paul]       0.8.11claws110
2173
2174         * sync with 0.8.11cvs35
2175                 see ChangeLog 2003-04-24 and 2003-04-25
2176                 
2177         * src/gtk/pluginwindow.c
2178                 correct another strange float value
2179
2180 2003-04-24 [christoph]  0.8.11claws109
2181
2182         * src/folder.c
2183                 freeze folder item updates when unsetting new flags
2184
2185         * src/gtk/pluginwindow.c
2186                 correct strange float value
2187
2188 2003-04-23 [paul]       0.8.11claws108
2189
2190         * sync with 0.8.11cvs33
2191                 see ChangeLog 2003-04-23
2192
2193 2003-04-22 [paul]       0.8.11claws107
2194
2195         * src/Makefile.am
2196           src/messageview.c
2197           src/mimeview.c
2198           src/pgptext.[ch]      ** REMOVED **
2199                 remove pgptext.[ch] as its not used any more
2200
2201 2003-04-22 [paul]       0.8.11claws106
2202
2203         * sync with 0.8.11cvs31
2204                 see ChangeLog 2003-04-21 and 2003-04-22
2205
2206 2003-04-21 [alfons]     0.8.11claws105
2207
2208         * src/main.c
2209                 No access to GTK structures if we're a spawned child
2210                 (and clean up code a little bit...) Should fix #126.
2211
2212 2003-04-21 [melvin]     0.8.11claws104
2213
2214         * src/plugins/dillo_viewer/README
2215                 Improved slightly the text.
2216
2217 2003-04-21 [melvin]     0.8.11claws103
2218
2219         * src/plugins/dillo_viewer/README *** NEW ***
2220                 Added a README file for the Dillo plugin
2221
2222 2003-04-20 [paul]
2223
2224         * tools/README
2225           tools/outlook2sylpheed.pl
2226                 updated and improved by Ricardo Mones Lastra
2227
2228 2003-04-18 [oliver]     0.8.11claws102
2229
2230         * src/inc.c 
2231         * src/prefs_account.h
2232                 remove Pop3SessionType (used by selective download)
2233         * src/prefs_toolbar.c
2234                 enable set Default Toolbar button
2235
2236 2003-04-18 [paul]       0.8.11claws101
2237
2238         * sync with 0.8.11cvs29
2239                 see ChangeLog 2003-04-18
2240
2241 2003-04-17 [paul]       0.8.11claws100
2242
2243         * src/prefs_common.[ch]
2244           src/summaryview.c
2245                 remove 'Open next message on deletion' option,
2246                 as the same effect can now be achieved via the
2247                 'Always open messages in summary when selected'
2248                 option.
2249
2250 2003-04-17 [paul]       0.8.11claws99
2251
2252         * sync with 0.8.11cvs28
2253                 see ChangeLog 2003-04-17
2254
2255 2003-04-17 [christoph]  0.8.11claws98
2256
2257         * ac/spamassassin.m4
2258         * src/plugins/spamassassin/libspamc.[ch]
2259         * src/plugins/spamassassin/utils.[ch]
2260                 sync libspamc with SpamAssassin project
2261
2262 2003-04-17 [christoph]  0.8.11claws97
2263
2264         * src/common/socket.h
2265         * src/gtk/sslcertwindow.h
2266                 rename old USE_SSL to USE_OPENSSL
2267
2268 2003-04-17 [paul]       0.8.11claws96
2269
2270         * src/prefs_common.h
2271                 use gulong for P_COLOR so that it compiles/runs on
2272                 64-bit systems. Patch submitted by James Noyes
2273                 <jnoyes-claws@retrogeeks.com>
2274                 
2275         * po/de.po
2276                 updated by Jens
2277
2278 2003-04-17 [paul]       0.8.11claws95
2279
2280         * sync with 0.8.11cvs27
2281                 see ChangeLog 2003-04-16
2282
2283 2003-04-15 [paul]       0.8.11claws94
2284
2285         * src/prefs_common.[ch]
2286                 rearrange to stop the window getting too long:
2287                         move Receive dialog stuff to Receive tab
2288                         move Send dialog to Send tab
2289                         remove Dialogs frame
2290                 rename 'Open messages in summary with cursor keys' to
2291                 'Always open messages in summary when selected', as its
2292                 more appropriate
2293
2294 2003-04-15 [paul]       0.8.11claws93
2295
2296         * src/prefs_common.[ch]
2297           src/summaryview.c
2298                 add new option '/Interface/Open next message on deletion'
2299
2300 2003-04-15 [paul]       0.8.11claws92
2301
2302         * src/summaryview.[ch]
2303                 add /Mark/Lock and /Mark/Unlock to the pop-up
2304                 menu. Patch submitted by Ivan Francolin Martinez
2305                 <ivanfm@users.sourceforge.net>
2306
2307 2003-04-15 [paul]       0.8.11claws91
2308
2309         * sync with 0.8.11cvs24
2310                 see ChangeLog 2003-04-15
2311
2312 2003-04-14 [jens]       0.8.11claws90
2313
2314         * updated German translation and some corrections from
2315                 Roland Bless <bless@tm.uka.de>
2316
2317 2003-04-14 [paul]       0.8.11claws89
2318
2319         * sync with 0.8.11cvs22
2320                 see ChangeLog 2003-04-14
2321
2322 2003-04-13 [paul]       0.8.11claws88
2323
2324         * src/plugins/clamav/clamav_plugin.c
2325                 fix memory leaks
2326                 clean up
2327
2328 2003-04-12 [paul]       0.8.11claws87
2329
2330         * src/plugins/clamav/clamav_plugin.c
2331                 activate enable/disable archive scanning option
2332                 
2333         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2334
2335 2003-04-12 [paul]       0.8.11claws86
2336
2337         * src/plugins/Makefile.am
2338           src/plugins/clamav/Makefile.am                ** NEW FILE **
2339           src/plugins/clamav/README                     ** NEW FILE ** 
2340           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2341           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2342                 add Clam AntiVirus plugin
2343
2344 2003-04-12 [paul]       0.8.11claws85
2345
2346         * sync with 0.8.11cvs21
2347                 see ChangeLog 2003-04-11
2348
2349 2003-04-11 [paul]       0.8.11claws84
2350
2351         * po/es.po
2352                 update Spanish translation. Submitted by Ricardo
2353                 Mones Lastra.
2354
2355 2003-04-10 [christoph]  0.8.11claws83
2356
2357         * src/mbox.c
2358                 fix typo that did not move unfiltered mails to destination
2359                 folder
2360
2361         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2362          when filtering from spool)
2363
2364 2003-04-10 [christoph]  0.8.11claws82
2365
2366         * src/imap.c
2367                 use BODY.PEEK instead of BODY in in message fetch operation
2368                 to make sure the IMAP server does not set the \Seen flag for
2369                 messages. Sylpheed does that later itself, when the message
2370                 is opened in sylpheed
2371
2372         (closes Bug 111 Claws destroys unread marks)
2373
2374 2003-04-09 [oliver]     0.8.11claws81
2375         
2376         * src/folder.c
2377                 fix crash in folder_destroy
2378         * README.claws
2379                 remove selective download
2380
2381 2003-04-09 [christoph]  0.8.11claws80
2382
2383         * src/imap.c
2384                 fix crash in imap_get_msginfo() when then fetched message
2385                 is not found
2386
2387         (closes Bug 110 Crash during mail composition)
2388
2389 2003-04-08 [christoph]  0.8.11claws79
2390
2391         * src/folder.c
2392         * src/prefs_account.c
2393                 Filter new messages that are found in an INBOX folder
2394                 when 'Filter messages on receiving' is enabled in the
2395                 Folder's AccountPrefs. This allows to use Sylpheed's
2396                 filtering engine for IMAP folders where messages are
2397                 added to the INBOX by a MTA
2398
2399 2003-04-08 [paul]       0.8.11claws78
2400
2401         * src/procmsg.h
2402                 clean up after last commit
2403
2404 2003-04-08 [paul]       0.8.11claws77
2405
2406         * sync with 0.8.11cvs20
2407                 see ChangeLog 2003-04-07 and 2003-04-08
2408
2409 2003-04-07 [christoph]  0.8.11claws76
2410
2411         * src/filtering.[ch]
2412         * src/inc.[ch]
2413         * src/mbox.c
2414         * src/procmsg.[ch]
2415                 add procmsg_msginfo_filter() to execute filtering actions
2416
2417 2003-04-06 [christoph]  0.8.11claws75
2418
2419         * src/imap.c
2420                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2421
2422 2003-04-06 [christoph]  0.8.11claws74
2423
2424         * src/common/utils.[ch]
2425                 add g_int_compare() function for slist sorting
2426
2427         * src/imap.c
2428                 fetch all MsgInfos with one command in imap_get_msginfos()
2429                 using an imap set with a list of ranges
2430
2431         * src/news.c
2432                 use new g_int_compare() function
2433
2434 2003-04-06 [thorsten]   0.8.11claws73
2435
2436         * src/mh.c
2437                 corrected implementation of mh_folder_destroy()
2438
2439 2003-04-05 [christoph]  0.8.11claws72
2440
2441         * src/account.c
2442         * src/folder.[ch]
2443         * src/folderview.c
2444         * src/imap.c
2445         * src/inc.c
2446         * src/main.c
2447         * src/mainwindow.c
2448         * src/mbox_folder.c
2449         * src/mh.c
2450         * src/mimeview.h
2451         * src/msgcache.[ch]
2452         * src/news.c
2453         * src/procmime.h
2454         * src/procmsg.[ch]
2455         * src/setup.c
2456         * src/gtk/gtkutils.c
2457                 o rename structure field names class and new to klass and
2458                   new_msgs, to allow including files in C++
2459                 o add 'extern "C"' block to some header files
2460                 o add MsgInfoList and MsgNumberList as alias for GSList for
2461                   developers to know what type of list is expected
2462
2463         * src/plugins/image_viewer/plugin.c
2464         * src/plugins/image_viewer/viewer.[ch]
2465         * src/plugins/image_viewer/viewerprefs.[ch]
2466                 rename function names to prevent conflicts
2467
2468 2003-04-05 [paul]       0.8.11claws71
2469
2470         * sync with 0.8.11cvs18
2471                 see ChangeLog 2003-04-03 and 2003-04-04
2472
2473 2003-04-02 [christoph]  0.8.11claws70
2474
2475         * src/folder.[ch]
2476         * src/imap.[ch]
2477         * src/mbox_folder.[ch]
2478         * src/mh.[ch]
2479         * src/news.[ch]
2480                 o Make all virtual folder functions private
2481                 o remove unused folder code
2482
2483         * src/common/socket.[ch]
2484         * src/summaryview.c
2485                 fix warnings
2486
2487 2003-03-30 [alfons]     0.8.11claws69
2488
2489         * src/send_message.c
2490                 remove two debug traces and see if people still report
2491                 errors
2492
2493 2003-03-30 [alfons]     0.8.11claws68
2494
2495         * src/send_message.c
2496         * src/commons/session.c
2497                 add more debug traces
2498
2499 2003-03-30 [christoph]  0.8.11claws67
2500
2501         * src/folder.c
2502                 change processing folder name from .processing to processing
2503
2504         * src/common/ssl.c
2505                 disable SSL certificate check because it causes Xlib error
2506                 when the child process want's to open an GTK window
2507
2508 2003-03-30 [christoph]  0.8.11claws66
2509
2510         * src/folder.c
2511                 don't use default folder for processing folder item because
2512                 it can be a non local folder
2513
2514         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2515
2516 2003-03-30 [alfons]     0.8.11claws65
2517
2518         * src/send_message.c
2519                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2520                 to generate bad code for 'send_send_data_progressive': When
2521                 called from 'send_send_data_finished', the 'data' pointer is
2522                 cleared just before the assignment to the dialog pointer
2523
2524 2003-03-29 [christoph]  0.8.11claws64
2525
2526         * src/common/prefs.h
2527         * src/plugins/image_viewer/Makefile.am
2528         * src/plugins/image_viewer/plugin.c
2529         * src/plugins/image_viewer/viewer.[ch]
2530         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2531                 add PrefsPage for ImageViewer
2532
2533 2003-03-28 [thorsten]   0.8.11claws63
2534
2535         * src/common/session.c
2536                 added some comments
2537
2538 2003-03-28 [paul]       0.8.11claws62
2539
2540         * sync with 0.8.11cvs16
2541                 see ChangeLog 2003-03-28
2542
2543 2003-03-28 [paul]       0.8.11claws61
2544
2545         * sync with 0.8.11cvs15
2546                 see ChangeLog 2003-03-28
2547
2548 2003-03-27 [christoph]  0.8.11claws60
2549
2550         * src/folder.c
2551         * src/imap.c
2552         * src/common/socket.[ch]
2553                 set socket state to DISCONNECTED when any operation
2554                 fails to allow reconnecting in IMAP code without
2555                 checking the return code of all calls to the command
2556                 functions
2557
2558         * src/folderview.c
2559         * src/summaryview.c
2560                 remove some more stuff that depends on specific
2561                 folder types
2562
2563 2003-03-27 [paul]       0.8.11claws59
2564
2565         * sync with 0.8.11cvs14
2566                 see ChangeLog 2003-03-27
2567                 
2568         * src/selective_download.[ch]   ** REMOVED **
2569                 really removed
2570
2571 2003-03-27 [christoph]  0.8.11claws58
2572
2573         * src/folder.c
2574                 fix handling of tmp_flags in flag copy function
2575
2576 2003-03-27 [paul]       0.8.11claws57
2577
2578         * sync with 0.8.11cvs13
2579                 see ChangeLog 2003-03-27
2580
2581 2003-03-27 [oliver]     0.8.11claws56
2582
2583         * src/maiwindow.c
2584                 remove sel_download_cb
2585
2586 2003-03-27 [oliver]     0.8.11claws55
2587         
2588         * src/inc.c
2589                 remove POP3_TOP
2590         
2591 2003-03-26 [oliver]     0.8.11claws54
2592
2593         *src/pop.h
2594                 remove POP3_TOP*
2595         * README.claws
2596                 remove selective donwload readme
2597
2598 2003-03-26 [oliver]     0.8.11claws53
2599         * src/matcher.[ch]
2600         * src/matcher_parser_parse.y 
2601         * src/pop.c 
2602         * src/prefs_account.[ch]
2603         * src/prefs_filtering.c
2604                 remove selective donwload
2605
2606 2003-03-26 [oliver]     0.8.11claws52
2607
2608         * src/inc.[ch] 
2609         * src/filtering.c 
2610         * src/mainwindow.c 
2611                 remove selective donwload
2612
2613 2003-03-26 [oliver]     0.8.11claws51
2614         
2615         * src/Makefile.am
2616         * src/selective_download.[ch]   ** REMOVE **    
2617
2618 2003-03-26 [christoph]  0.8.11claws50
2619
2620         * src/news.c
2621                 fix NEWS that got broken by a sync with sylpheed-main
2622
2623 2003-03-26 [christoph]  0.8.11claws49
2624
2625         * src/mimeview.c
2626                 fix mime type guessing when no mime type is found for a file
2627
2628 2003-03-25 [christoph]  0.8.11claws48
2629
2630         * src/mimeview.c
2631         * src/procmime.c
2632                 remove mime type guessing from mime parser and use
2633                 name based mime types in viewer lookup for mime type
2634                 application/octet-stream
2635
2636 2003-03-25 [christoph]  0.8.11claws47
2637
2638         * doc-src/readme.txt
2639         * doc-src/rfc2554.txt
2640                 add RFC about SMTP AUTH
2641
2642         * src/send_message.c
2643         * src/common/smtp.[ch]
2644                 add extra error code for authentication errors and
2645                 clear temporary password when this error occurs
2646
2647         (closes Bug 84 authentication failure while sending should
2648          prompt for password again)
2649
2650 2003-03-25 [christoph]  0.8.11claws46
2651
2652         * configure.ac
2653         * src/Makefile.am
2654         * src/imageview.[ch]                            ** REMOVE **
2655         * src/messageview.[ch]
2656         * src/mimeview.[ch]
2657         * src/prefs_common.[ch]
2658         * src/textview.c
2659         * src/plugins/Makefile.am
2660         * src/plugins/image_viewer/.cvsignore           ** NEW **
2661         * src/plugins/image_viewer/Makefile.am          ** NEW **
2662         * src/plugins/image_viewer/plugin.c             ** NEW **
2663         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2664                 move image viewer into a plugin (building is enabled by default)
2665                 [ToDo: Prefs for resize and autoview]
2666
2667 2003-03-25 [paul]       0.8.11claws45
2668
2669         * sync with 0.8.11cvs12
2670                 see ChangeLog 2003-03-26
2671
2672 2003-03-25 [paul]       0.8.11claws44
2673
2674         * sync with 0.8.11cvs11
2675                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2676                 
2677         Note: Selective Download is broken.
2678                 
2679 2003-03-22 [christoph]  0.8.11claws43
2680
2681         * src/folder.c
2682                 code cleanup for flags copying
2683
2684 2003-03-22 [christoph]  0.8.11claws42
2685
2686         * src/plugins/trayicon/trayicon.c
2687                 fix setting the transparent area when the window size
2688                 is forced by the system tray
2689
2690 2003-03-22 [christoph]  0.8.11claws41
2691
2692         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2693         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2694         * src/plugins/trayicon/newmail.xpm              ** NEW **
2695         * src/plugins/trayicon/nomail.xpm               ** NEW **
2696         * src/plugins/trayicon/trayicon.c
2697         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2698                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2699                 o add icon for unread mails
2700                 o set transparency for window
2701
2702 2003-03-22 [christoph]  0.8.11claws40
2703
2704         * src/news.c
2705                 init news session to prevent crash when session is closed
2706
2707 2003-03-22 [christoph]  0.8.11claws39
2708
2709         * src/imap.c
2710         * src/common/session.[ch]
2711                 Init session data to make sure we don't have invalid pointers
2712                 for read_ch and write_ch when new multi process sessions are
2713                 not used
2714
2715         * src/main.c
2716         * src/common/plugin.c
2717         * src/common/sylpheed.c
2718         * src/plugins/demo/demo.c
2719         * src/plugins/dillo_viewer/dillo_viewer.c
2720         * src/plugins/mathml_viewer/mathml_viewer.c
2721         * src/plugins/spamassassin/spamassassin.c
2722         * src/plugins/spamassassin/spamassassin_gtk.c
2723                 add plugin types to allow loading plugins at different times
2724                 (and maybe for different frontends), because it's not good to
2725                 load GTK-Plugins gefore gtk_init was called
2726
2727         * configure.ac
2728         * src/plugins/Makefile.am
2729         * src/plugins/trayicon/.cvsignore               ** NEW **
2730         * src/plugins/trayicon/Makefile.am              ** NEW **
2731         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2732         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2733         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2734         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2735         * src/plugins/trayicon/trayicon.c               ** NEW **
2736                 New Trayicon plugin that shows an icon in a systray that uses
2737                 XEMBED protocol like Gnome's systray. Icon shows if there
2738                 are new mails and a tooltip shows information about new,
2739                 unread and total messages.
2740
2741 2003-03-22 [paul]       0.8.11claws38
2742
2743         * src/common/smtp.c
2744                 fix ESMTP AUTH CRAM-MD5
2745                 [sync with main (still version 0.8.11cvs6), see
2746                  ChangeLog 2003-03-22]
2747
2748 2003-03-21 [colin]      0.8.11claws37
2749
2750         * src/send_message.c
2751                 Fix USE_SSL => USE_OPENSSL
2752
2753 2003-03-21 [colin]      0.8.11claws36
2754
2755         * src/folderview.c
2756                 Fix counts in drag and dropped subfolders
2757
2758 2003-03-21 [colin]      0.8.11claws35
2759
2760         * src/folder.c 
2761         * src/folderview.c
2762                 speed up a bit folder dnd
2763
2764 2003-03-20 [alfons]     0.8.11claws34
2765
2766         * src/main.c
2767         * src/toolbar.c
2768         * src/procmsg.c
2769                 don't send locked queue messages
2770                 (feature request "[ 705245 ] Locking message in outbox 
2771                  should prevent sending")
2772
2773 2003-03-20 [christoph]  0.8.11claws33
2774
2775         * src/folder.c
2776                 remove NEW and UNREAD flag in special folders when scanning
2777                 
2778         * src/common/smtp.c
2779                 fix ESMTP AUTH CRAM-MD5
2780
2781 2003-03-20 [paul]       0.8.11claws32
2782
2783         * src/prefs_account.c
2784                 Re-write 'Tunnel command to open connection' as
2785                 'Use command to communicate with server', and disable
2786                 it for all except IMAP accounts
2787
2788 2003-03-20 [paul]       0.8.11claws31
2789
2790         * sync with 0.8.11cvs6
2791                 see ChangeLog 2003-03-20
2792
2793 2003-03-19 [match]      0.8.11claws30
2794
2795         * src/addritem.[ch]
2796                 include documentation. minor refactoring.
2797         * src/addr_compl.[ch]
2798         * src/addrindex.[ch]
2799         * src/addresbook.[ch]
2800         * src/summaryview.c
2801                 re-enable address lookup (was disabled in
2802                 0.8.11claws20).
2803
2804 2003-03-19 [christoph]  0.8.11claws29
2805
2806         * src/procmsg.c
2807                 add temp flag handling, will make moving and copying
2808                 messages possible again
2809
2810         * src/folder.c
2811                 correct calulation of folder stats
2812
2813 2003-03-18 [match]      0.8.11claws28
2814
2815         * src/editgroup.h
2816                 remove case sensitive comparison (closes bug 80).
2817
2818 2003-03-18 [christoph]  0.8.11claws27
2819
2820         * src/imap.c
2821                 fix imap using a tunnel command
2822
2823         (closes bug 87)
2824
2825 2003-03-18 [christoph]  0.8.11claws26
2826
2827         * src/folder.[ch]
2828         * src/imap.c
2829         * src/procmsg.[ch]
2830                 rewrite flag handling for folders
2831
2832 2003-03-18 [christoph]  0.8.11claws25
2833
2834         * src/folder.c
2835         * src/procmsg.c
2836         * src/summaryview.c
2837                 unset NEW and UNREAD flags when message is ignored, to make
2838                 sure messages don't show up as unread on other IMAP clients,
2839                 because the IGNORE_THREAD flag can not be syncronized through
2840                 the IMAP folder
2841
2842 2003-03-17 [christoph]  0.8.11claws24
2843
2844         * src/imap.c
2845                 don't use recursion to fetch uids when the number of messages
2846                 does not match. Moved code into subfunction that is used
2847                 again when needed, to prevent an endless loop.
2848
2849 2003-03-17 [thorsten]   0.8.11claws23
2850
2851         * src/imageview.[ch]
2852                 export imageview_get_resized_size() (for plugins)
2853         * src/prefs_common.[ch]
2854                 added prefs_common_get() (for plugins)
2855
2856 2003-03-17 [christoph]  0.8.11claws22
2857
2858         * src/imap.c
2859                 o remove UID guessing from copy code
2860                 o support UIDPLUS extension for APPEND command
2861
2862 2003-03-17 [paul]       0.8.11claws21
2863
2864         * src/gtk/about.c
2865                 remove 'Compiled-plugins' section.
2866                 
2867         * src/plugins/dillo_viewer/dillo_viewer.c
2868                 slight change to description text
2869
2870 2003-03-16 [match]      0.8.11claws20
2871         * src/ldapserver.[ch]           ** NEW **
2872         * src/ldapctrl.[ch]             ** NEW **
2873         * src/ldapquery.[ch]            ** NEW **
2874         * src/ldaputil.[ch]             ** NEW **
2875         * src/addrcindex.[ch]           ** NEW **
2876         * src/addrquery.h               ** NEW **
2877         * src/addritem.[ch]
2878         * src/addrcache.[ch]
2879         * src/addrindex.[ch]
2880         * src/addr_compl.[ch]
2881         * src/addressbook.[ch]
2882         * src/addrbook.[ch]
2883         * src/editgroup.c
2884         * src/editaddress.c
2885         * src/editldap.c
2886         * src/editldap_basedn.c
2887         * src/vcard.c
2888         * src/jpilot.c
2889         * src/Makefile.am
2890                 included dynamic LDAP queries. improved address
2891                 completion.
2892
2893 2003-03-16 [paul]       0.8.11claws19
2894
2895         * tools/multiwebsearch.pl
2896                 fix a fatal typo
2897
2898 2003-03-16 [christoph]  0.8.11claws18
2899
2900         * src/mimeview.c
2901         * src/plugins/dillo_viewer/dillo_viewer.c
2902         * src/plugins/mathml_viewer/mathml_viewer.c
2903                 make unregistering of MimeViewerFactorys possible
2904
2905 2003-03-16 [alfons]     0.8.11claws17
2906
2907         * configure.ac
2908                 correct typo
2909
2910 2003-03-16 [melvin]     0.8.11claws16
2911
2912         * src/plugins/dillo_viewer.c
2913                 Fixed bug where it was not possible to view more than
2914                 one text/html attachment per message (bug discovered
2915                 by Christoph Hohmann).
2916
2917 2003-03-15 [melvin]     0.8.11claws15
2918
2919         * src/prefs_actions.c
2920                 Fixed compilation warnings.
2921
2922 2003-03-15 [melvin]     0.8.11claws14
2923
2924         * src/plugins/Makefile.am
2925         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2926         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2927         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2928                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2929                 newer (http://dillo.auriga.wearlab.de/).
2930
2931 2003-03-15 [christoph]  0.8.11claws13
2932
2933         * src/imap.c
2934                 don't query imap folder for attributes because we already
2935                 for them from imap_status
2936
2937         * src/mimeview.[ch]
2938                 add support for plugable MimeViewers (unloading Viewers
2939                 not yet complete)
2940
2941         * src/plugins/Makefile.am
2942         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2943         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2944         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2945                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2946                 widget from http://helm.cs.unibo.it/mml-widget/
2947
2948 2003-03-14 [christoph]  0.8.11claws12
2949
2950         * src/folder.[ch]
2951                 o error return code's should better be negative
2952                 o replace printf with debug_print
2953
2954         * src/imap.c
2955                 improve IMAP folder scan by checking UID-NEXT
2956
2957         * src/summaryview.c
2958                 remove check that are unnecessary in my opinion
2959
2960 2003-03-13 [christoph]  0.8.11claws11
2961
2962         * src/folder.[ch]
2963         * src/foldersel.c
2964         * src/folderview.c
2965         * src/imap.c
2966         * src/mbox_folder.c
2967         * src/mh.c
2968         * src/news.c
2969         * src/prefs_scoring.c
2970         * src/summaryview.c
2971                 use a common function to get a displayable name
2972                 for a FolderItem
2973
2974 2003-03-13 [paul]       0.8.11claws10
2975
2976         * tools/Makefile.am
2977           tools/README
2978           tools/multiwebsearch.conf     ** NEW FILE **
2979           tools/multiwebsearch.pl       ** NEW FILE **
2980                 add multiwebsearch Actions script
2981
2982 2003-03-13 [colin]      0.8.11claws9
2983
2984         * src/compose.c
2985                 Remove leading emtpy lines from quoted text
2986                 before quoting it
2987
2988 2003-03-13 [melvin]     0.8.11claws8
2989
2990         * src/prefs_actions.c
2991                 Fixed a memory leak
2992                 Code clean ups
2993                 Added Cancel and OK buttons
2994                 Corrected help text
2995
2996 2003-03-13 [christoph]  0.8.11claws7
2997
2998         * src/account.c
2999         * src/folder.[ch]
3000         * src/imap.c
3001         * src/mainwindow.c
3002         * src/mbox_folder.c
3003         * src/mh.c
3004         * src/news.c
3005         * src/setup.c
3006                 replace more folder type stuff with folder class stuff
3007
3008 2003-03-13 [melvin]     0.8.11claws6
3009
3010         * src/prefs_actions.c
3011                 Added new tokens:
3012                 %u: user provided argument
3013                 %h: user provided argument (hidden on input)
3014                 %s: current text selection in the message view 
3015
3016 2003-03-13 [paul]       0.8.11claws5
3017
3018         * sync with 0.8.11cvs5
3019                 see ChangeLog 2003-03-11, 2003-03-12
3020
3021 2003-03-12 [christoph]  0.8.11claws4
3022
3023         * src/folder.c
3024                 use folder class idstr when writing folderlist.xml
3025
3026         * src/folder.h
3027         * src/imap.c
3028         * src/news.c
3029                 replace folder type checks with folder class checks
3030
3031 2003-03-12 [christoph]  0.8.11claws3
3032
3033         * src/folder.[ch]
3034         * src/imap.[ch]
3035         * src/main.c
3036         * src/mbox_folder.[ch]
3037         * src/mh.[ch]
3038         * src/news.[ch]
3039                 o create a list of known folder classes in the folder system
3040                 o use folder class id strings for folder item identifiers
3041
3042 2003-03-12 [christoph]  0.8.11claws2
3043
3044         * src/imap.c
3045                 fix imap uid validity check
3046
3047 2003-03-12 [christoph]  0.8.11claws1
3048
3049         * src/account.c
3050         * src/folder.[ch]
3051         * src/foldersel.c
3052         * src/folderview.c
3053         * src/imap.c
3054         * src/mainwindow.c
3055         * src/mbox_folder.c
3056         * src/mh.c
3057         * src/news.c
3058         * src/prefs_scoring.c
3059         * src/procmsg.c
3060         * src/setup.c
3061         * src/summaryview.c
3062                 initial restructuring of folder system, seperating
3063                 folders and folder classes
3064
3065 2003-03-12 [paul]       0.8.11claws
3066
3067         0.8.11claws release
3068
3069 2003-03-12 [christoph]
3070
3071         * src/gtk/prefswindow.c
3072                 fix translation of "Page Index"
3073
3074 2003-03-12 [paul]       0.8.10claws110
3075
3076         a sync from 0.8.11cvs4 before the release
3077
3078         * src/common/utils.c
3079                 subject_compare_for_sort(): allow null strings (fixes
3080                 summary sorting).
3081
3082 2003-03-11 [paul]       0.8.10claws109
3083
3084         * po/es.po
3085                 update Spanish translation, submitted by
3086                 Ricardo Mones Lastra
3087
3088 2003-03-11 [melvin]     0.8.10claws108
3089
3090         * po/fr.po
3091                 Updated French translations
3092
3093 2003-03-11 [paul]       0.8.10claws107
3094
3095         * manual/en/Makefile.am
3096           manual/en/*.html
3097                 update English manual, add a new page
3098                 updated by Francois Barriere <fbarriere@atmel.fr>
3099                 
3100         * po/bg.po
3101           po/it.po
3102           po/sr.po
3103                 update Bulgarian, Italian, and Serbian translations
3104                 submitted by George Danchev, Alessandro Maestri, and
3105                 Urke MMI
3106
3107 2003-03-10 [paul]       0.8.10claws106
3108
3109         * src/gtk/about.c
3110           src/gtk/prefswindow.c
3111                 make some strings translatable
3112
3113 2003-03-10 [darko]      0.8.10claws105
3114
3115         * src/compose.c
3116                 code cleanup to make Hiro happy
3117
3118 2003-03-10 [paul]       0.8.10claws104
3119
3120         * sync with 0.8.11cvs2
3121                 see ChangeLog 2003-03-10
3122
3123 2003-03-09 [melvin]     0.8.10claws103
3124
3125         * src/textview.c
3126                 textview_set_font(): fix for message display in
3127                 UTF-8 locales (thanks to Sergey Vlasov).
3128                 (was unintentionnaly reverted in 0.8.6claws6)   
3129
3130 2003-03-08 [darko]      0.8.10claws102
3131
3132         * src/compose.c
3133                 fix infinite loop in wrapping as reported
3134                 by happycactus
3135                 obsoletes patch #696482
3136
3137 2003-03-08 [christoph]  0.8.10claws101
3138
3139         * src/imap.c
3140                 add workaround for IMAP servers that do not
3141                 support the "UID SEARCH UID" command
3142
3143 2003-03-07 [christoph]  0.8.10claws100
3144
3145         * src/plugins/spamassassin/spamassassin.[ch]
3146         * src/plugins/spamassassin/spamassassin_gtk.c
3147                 code cleanup
3148
3149 2003-03-07 [paul]       0.8.10claws99
3150
3151         * po/es.po
3152                 updated Spanish translation, submitted by
3153                 Ricardo Mones Lastra
3154
3155 2003-03-07 [christoph]  0.8.10claws98
3156
3157         * src/send.c
3158                 fix in 0.8.10claws94 was wrong
3159                 local delivery does not require escaping, remove escaping
3160                 code to make signatures of mails with "." lines valid
3161                 
3162                 NOTE: requires that sendmail is executed with "-i" option,
3163                       what is the default now, but has to be changed in all
3164                       exsiting accounts)
3165
3166 2003-03-07 [paul]       0.8.10claws97
3167
3168         * sync with 0.8.11 release
3169                 see ChangeLog 2003-03-07
3170
3171 2003-03-06 [paul]       0.8.10claws96
3172
3173         * src/compose.c
3174                 revert commit 0.8.10claws92
3175
3176 2003-03-06 [paul]       0.8.10claws95
3177
3178         * src/folderview.c
3179                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3180
3181         * src/gtkaspell.c
3182                 fix bug 74, 'Crash opening editor window with pseudo-color
3183                 display'
3184                 
3185         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3186
3187 2003-03-06 [christoph]  0.8.10claws94
3188
3189         * src/send.c
3190                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3191                 all lines starting with a period get an extra period
3192                 inserted
3193                 (found by Simon 'corecode' Schubert)
3194
3195 2003-03-06 [paul]       0.8.10claws93
3196
3197         * src/folderview.c
3198                 if configured font can't be loaded fall back to gtk
3199                 default. (with thanks to Christoph)
3200                 
3201                 closes long-standing bug 15 'Crashes on startup'
3202
3203 2003-03-06 [paul]       0.8.10claws92
3204
3205         * src/compose.c
3206                 freeze text before autosave and thaw afterwards
3207                 fixes bug 67 'autosave make re-rediting message crazy'
3208
3209 2003-03-06 [christoph]  0.8.10claws91
3210
3211         * src/compose.c
3212                 ignore address comment in dupe check for Cc-list
3213
3214         (closes reopened bug 47 Replying to message strips name part of
3215          e-mail addresses of Cc: lines)
3216
3217 2003-03-06 [paul]       0.8.10claws90
3218
3219         * src/Makefile.am
3220                 remove reference to gtkxtext.h as its no longer in
3221                 the repository
3222
3223 2003-03-06 [paul]       0.8.10claws89
3224
3225         * sync with 0.8.10cvs25
3226                 see ChangeLog 2003-03-06
3227
3228 2003-03-06 [oliver]     0.8.10claws88
3229         
3230         * src/messageview.c
3231                 remove include
3232
3233 2003-03-06 [oliver]     0.8.10claws87
3234         
3235         * src/folderview.c 
3236                 remove changes introduced inclaws74
3237         * src/messageview.c
3238                 another attempt to sanely delete and update
3239                 messages deleted in separate messageview
3240
3241 2003-03-05 [christoph]  0.8.10claws86
3242
3243         * src/summaryview.c
3244                 check if "From" matches any account's address if
3245                 addressbook completion of addresses is disabled too
3246
3247         (closes Bug 70 "Display recipient in from" doesn't check
3248          folder's default account)
3249
3250 2003-03-05 [christoph]  0.8.10claws85
3251
3252         * src/compose.c
3253         * src/common/utils.[ch]
3254                 don't strip address comments when building Cc lists
3255
3256         (closes Bug 47 Replying to message strips name part of e-mail addresses
3257          of Cc: lines)
3258
3259         * src/folder.c
3260                 fix return value of copy function
3261
3262 2003-03-05 [christoph]  0.8.10claws84
3263
3264         * src/imap.c
3265                 don't ask imap server for non rfc822 headers
3266
3267         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3268
3269         * src/imap.c
3270                 destroy session on socket error to allow reconnecting
3271
3272 2003-03-05 [christoph]  0.8.10claws83
3273
3274         * configure.ac
3275                 fix building with gnome when no prefix is set
3276
3277         (closes bug 66 Gnome directory is set to NONE)
3278
3279 2003-03-05 [paul]       0.8.10claws82
3280
3281         * sync with 0.8.10cvs23
3282                 see ChangeLog 2003-03-05
3283
3284 2003-03-04 [christoph]  0.8.10claws81
3285
3286         * src/folder.c
3287                 o fix moving and copying when folder returns 0 for new
3288                   message number
3289                 o remove some code for single message copy and move
3290                   operations and use functions for multiple messages
3291
3292         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3293
3294         * src/news.c
3295                 remove unused include
3296
3297 2003-03-04 [paul]       0.8.10claws80
3298
3299         * src/gtk/about.c
3300                 list 'Compiled plugins'
3301
3302 2003-03-03 [christoph]  0.8.10claws79
3303
3304         * src/news.[ch]
3305                 have to multiply the percentage of the current fetch with
3306                 the percentage that it has of the total fetch operation
3307                 for correct values
3308
3309 2003-03-03 [christoph]  0.8.10claws78
3310
3311         * src/news.c
3312                 fix calculation of expected lines for progress indicator
3313
3314 2003-03-03 [christoph]  0.8.10claws77
3315
3316         * src/summaryview.c
3317         * src/common/utils.c
3318                 fix segfault when opening the root news folder
3319
3320 2003-03-03 [christoph]  0.8.10claws76
3321
3322         * src/mainwindow.[ch]
3323         * src/common/Makefile.am
3324         * src/common/progressindicator.[ch]
3325                 add UI independent progress indicator handling
3326
3327         * src/news.[ch]
3328                 use new progress indicator for message info fetching
3329
3330         * src/common/hooks.h
3331                 code cleanup
3332
3333 2003-03-03 [oliver]     0.8.10claws75
3334
3335         * src/toolbar.c
3336         * src/compose.c
3337                 removed commented code
3338
3339 2003-03-03 [oliver]     0.8.10claws74
3340
3341         * src/toolbar.[ch]
3342                 cleanups and refactoring
3343         * src/compose.[ch]
3344                 compose_reply_mode reply & forwarding interface for
3345                 toolbar buttons
3346         * src/folderview.c
3347                 act on messages marked for deletion in folderview_selected
3348                 based on prefs_common.immediate_exec since a message might 
3349                 have been deleted by messageview in a folder we are changing 
3350                 to (does anybody understand what I'm on about ?)
3351
3352 2003-03-03 [oliver]     0.8.10claws73
3353         
3354         * src/messageview.[ch]
3355                 new functions
3356                 - messageview_delete: delete message shown in messagview
3357                 - messageview_update_view: update messageview to currently 
3358                   selected summaryview message
3359                 - add separate messageview to msgview_list in order to update 
3360                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3361         * src/summaryview.[ch]
3362                 summary_get_selection returns a list of selected msgs
3363                 in summaryview
3364         * src/mainwindow.c
3365                 toolbar reply refactoring
3366
3367 2003-03-03 [paul]       0.8.10claws72
3368
3369         * sync with 0.8.10cvs21
3370                 see ChangeLog 2003-03-03
3371
3372 2003-03-02 [christoph]  0.8.10claws71
3373
3374         * src/common/passcrypt.c
3375                 use POSIX includes
3376
3377 2003-03-02 [christoph]  0.8.10claws70
3378
3379         * configure.ac
3380         * src/prefs_account.c
3381         * src/prefs_gtk.[ch]
3382         * src/common/.cvsignore
3383         * src/common/Makefile.am
3384         * src/common/passcrypt.c                ** NEW **
3385         * src/common/passcrypt.h.in             ** NEW **
3386                 Implement password encryption in config files
3387                 using unix encrypt and setkey functions. The crypt
3388                 key can be set as a configure parameter. Old
3389                 passwords will be converted if they do not begin
3390                 with '!'
3391
3392 2003-03-02 [paul]       0.8.10claws69
3393
3394         * src/prefs_account.c
3395                 fix compile error
3396
3397 2003-03-01 [thorsten]   0.8.10claws68
3398
3399         * po/el.po
3400           po/hr.po
3401           po/it.po
3402           po/nl.po
3403           po/sr.po
3404           po/sv.po
3405                 corrected format strings
3406         * po/en_GB.po
3407                 corrected headers
3408                 (fix compile errors with GNU gettext-0.11.5)
3409
3410 2003-03-01 [oliver]     0.8.10claws67
3411
3412         * src/summaryview.c
3413                 menu callbacks call toolbar_menu_reply
3414
3415 2003-03-01 [oliver]     0.8.10claws66
3416
3417         * src/mainwindow.c
3418         * src/messageview.c
3419                 menu callbacks call toolbar_menu_reply
3420         * src/toolbar.[ch]
3421                 callbacks from menu handled by toolbar_menu_reply
3422
3423 2003-03-01 [paul]       0.8.10claws65
3424
3425         * src/addressbook.c
3426                 revert commit 0.8.10claws54 - breaks editing of
3427                 addressbook.
3428                 
3429         * po/bg.po
3430                 update Bulgarian translation, submitted by
3431                 George Danchev
3432
3433 2003-02-28 [christoph]  0.8.10claws64
3434
3435         * src/account.c
3436         * src/addressadd.c
3437         * src/compose.c
3438         * src/gtkaspell.c
3439         * src/gtkxtext.h                ** REMOVE **
3440         * src/imap.c
3441         * src/matcher.[ch]
3442         * src/mh.c
3443         * src/news.c
3444         * src/pine.c
3445         * src/prefs_common.c
3446         * src/prefs_matcher.c
3447         * src/procheader.[ch]
3448         * src/procmsg.[ch]
3449         * src/toolbar.c
3450         * src/common/ssl_certificate.c
3451         * src/gtk/colorlabel.c
3452         * src/gtk/menu.c
3453                 o fix warnings
3454                 o remove code obsoleted by new cache and folder system rework
3455
3456 2003-02-28 [oliver]     0.8.10claws63
3457         
3458         * src/toolbar.[ch]
3459                 * fix bug where reply in Messageview replied to 
3460                 Message displayed in summaryview
3461                 (reportedd via ML by chinatinte at gmx dot ch)
3462                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3463                 didn't work in separate MessageView Toolbar
3464                 (wondering if anybody uses this at all ?)
3465         * src/summaryview.[ch]
3466                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3467                 (generalize reply and forward code);
3468         * src/messageview.c 
3469                 remove focus_in event which updated summaryview to messageview
3470
3471 2003-02-28 [paul]       0.8.10claws62
3472
3473         * po/Makefile.in.in
3474                 add the --check option
3475                 Patch submitted by Ricardo Mones Lastra
3476
3477 2003-02-28 [paul]       0.8.10claws61
3478
3479         * src/prefs_account.c
3480                 re-order 'Signature' items
3481
3482 2003-02-28 [paul]       0.8.10claws60
3483
3484         * sync with 0.8.10cvs20
3485                 see ChangeLog 2003-02-28
3486
3487 2003-02-28 [paul]       0.8.10claws59
3488
3489         * po/POTFILES.in
3490                 update to reflect recent movement of files
3491
3492 2003-02-28 [paul]       0.8.10claws58
3493
3494         * sync with 0.8.10cvs19
3495                 see ChangeLog 2003-02-28
3496
3497 2003-02-27 [martin]     0.8.10claws57
3498
3499         * src/prefs_matcher.c 
3500                 fix segfault in prefs_matcher_ok() when the
3501                 last entry is deleted and prevents that the
3502                 message "entry not saved" comes up after deleting
3503                 an entry
3504
3505 2003-02-27 [martin]     0.8.10claws56
3506
3507         * src/prefs_filtering.c 
3508                 fix segfault in prefs_filtering_ok() when the
3509                 last entry is deleted and prevents that the
3510                 message "entry not saved" comes up after deleting
3511                 an entry
3512
3513 2003-02-27 [paul]       0.8.10claws55
3514
3515         * sync with 0.8.10cvs18
3516                 see ChangeLog 2003-02-27
3517
3518 2003-02-27 [paul]       0.8.10claws54
3519
3520         * src/addressbook.c
3521                 fix bug where the address book crashes with 
3522                 multiple lookups.
3523                 Patch [687729] submitted by David Frager 
3524                 <dbfrager@users.sourceforge.net>
3525
3526 2003-02-25 [christoph]  0.8.10claws53
3527
3528         * src/Makefile.am
3529         * src/colorlabel.[ch]           ** REMOVE **
3530         * src/gtk/Makefile.am
3531         * src/gtk/colorlabel.[ch]       ** NEW **
3532                 move colorlabel files to gtk directory
3533
3534         * src/esmtp.[ch]                ** REMOVE **
3535                 has been merged into smtp.[ch] in 0.7.5
3536
3537 2003-02-25 [christoph]  0.8.10claws52
3538
3539         * src/Makefile.am
3540         * src/about.[ch]                ** REMOVE **
3541         * src/gtk/Makefile.am
3542         * src/gtk/about.[ch]            ** NEW **
3543                 move about files to gtk directory
3544
3545 2003-02-25 [christoph]  0.8.10claws51
3546
3547         * src/folder.c
3548                 some code optimization of folder scanning code
3549
3550         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3551
3552 2003-02-25 [christoph]  0.8.10claws50
3553
3554         * src/main.c
3555         * src/common/sylpheed.c
3556                 add command line parameter parsing to common code
3557
3558 2003-02-24 [christoph]
3559
3560         * Makefile.am
3561         * configure.ac
3562                 fix gnome prefix problems, the configure script now removed
3563                 `gnome-config --prefix` from `gnome-config --datadir`
3564                 and adds $(prefix} instead
3565
3566         (closes Bug 24 Makefile does not respect prefix when installing
3567          GNOME data)
3568
3569 2003-02-24 [christoph]  0.8.10claws49
3570
3571         * src/news.c
3572                 check for valid session before trying to authenticate
3573
3574         (closes Bug 60 crash if "authenticate on logon" is activated
3575          and newsserver-hostname is not valid)
3576
3577 2003-02-24 [melvin]     0.8.10claws48
3578
3579         * src/prefs_actions.c
3580                 Make sure all user's input is sent to the action and then
3581                 close the socket..
3582
3583 2003-02-23 [alfons]     0.8.10claws46
3584
3585         * src/summaryview.c
3586                 also wait cursor when deleting files
3587
3588 2003-02-23 [paul]
3589
3590         * tools/freshmeat_search.pl
3591           tools/google_search.pl
3592                 scripts should now work for any browser/browser command line
3593
3594 2003-02-22 [christoph]  0.8.10claws45
3595
3596         * src/procmsg.c
3597                 fix IMAP flag setting, IMAP flag is not handled correctly
3598                 anymore by the folder system and information about the
3599                 folder should not be saved in the MsgInfo (in my opinion)
3600
3601         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3602
3603 2003-02-22 [christoph]  0.8.10claws44
3604
3605         * src/summaryview.c
3606                 fix spelling of "label" ;-)
3607
3608 2003-02-22 [thorsten]   0.8.10claws43
3609
3610         * src/mimeview.c
3611           src/prefs_common.[ch]
3612           src/procmime.[ch]
3613                 do not use description as attachment name
3614
3615 2003-02-22 [alfons]     0.8.10claws42
3616
3617         * src/summaryview.c
3618                 freeze/thaw folder item updates when changing color labels,
3619                 and put a wait cursors on
3620
3621 2003-02-22 [thorsten]   0.8.10claws41
3622
3623         * src/mimeview.c
3624                 save-all fixes: crash if invoked on multipart container,
3625                 mimeinfo access, pathseparators, error dialog
3626
3627 2003-02-21 [alfons]     0.8.10claws40
3628
3629         * src/prefs_gtk.c
3630                 remove unused var
3631
3632 2003-02-21 [colin]      0.8.10claws39
3633
3634         * src/send.c
3635                 Fix smtp logging
3636
3637 2003-02-21 [colin]      0.8.10claws38
3638
3639         * src/summaryview.c
3640                 Freeze/thaw folderItem updates when filtering messages 
3641                 via Tools/Filter messages
3642
3643 2003-02-21 [paul]       0.8.10claws37
3644
3645         * src/compose.c
3646                 revert commit 0.8.10claws26, there are ulterior motives
3647                 for users to set a Reply-To header when posting to
3648                 newsgroups
3649
3650 2003-02-21 [paul]       0.8.10claws36
3651
3652         * sync with 0.8.10cvs17
3653                 see ChangeLog 2003-02-21
3654
3655 2003-02-20 [christoph]  0.8.10claws35
3656
3657         * src/imap.c
3658                 IMAP UID fetch speedup using SEARCH
3659
3660         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3661
3662         * src/imap.c
3663                 fix problem with UIDs in IMAP UID cache that no longer existed
3664
3665 2003-02-20 [christoph]  0.8.10claws34
3666
3667         * src/imap.c
3668         * src/procheader.c
3669         * src/procheader.h
3670                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3671
3672         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3673
3674         * src/imap.c
3675                 Rewrite imap_cmd_gen_recv use sock_getline instead
3676                 of sock_gets to avoid problems with too long reply
3677                 lines
3678     
3679 2003-02-20 [colin]      0.8.10claws33
3680         
3681         * src/prefs_account.c
3682                 Better wording
3683
3684 2003-02-20 [colin]      0.8.10claws32
3685
3686         * src/compose.c
3687                 Remove useless '&& !to_sender' 
3688
3689 2003-02-20 [darko]
3690
3691         * AUTHORS
3692                 change my e-mail address
3693
3694 2003-02-19 [colin]      0.8.10claws31
3695
3696         * src/prefs_common.c
3697                 X11 style colors for every configurable color
3698
3699 2003-02-19 [alfons]     0.8.10claws30
3700
3701         * src/prefs_gtk.[ch]
3702         * src/prefs_common.c
3703                 for color_new accept both plain integers and X11 style color
3704                 names (as found in /usr/lib/X11/rgb.txt)
3705
3706 2003-02-19 [paul]       0.8.10claws29
3707
3708         * src/mainwindow.c
3709                 add tooltips to online/offline button and account selector
3710                 button
3711
3712 2003-02-19 [paul]       0.8.10claws28
3713
3714         * src/folder.c
3715           src/news.c
3716           src/prefs_account.[ch]
3717           src/prefs_common.[ch]
3718                 move 'Maximum number of articles to download' to
3719                 account prefs.
3720                 clean up account prefs gui a little by hiding entries
3721                 rather then greying out entries
3722
3723 2003-02-19 [hiro]       0.8.10claws27
3724
3725         * src/common/utils.c
3726                 fix bug #54 'yesterdays date is displayed in the message 
3727                 summary window'
3728
3729 2003-02-19 [paul]       0.8.10claws26
3730
3731         * src/compose.c
3732                 fix bug reported in Feature Request [688596] 
3733                 'Reply-to header in news'
3734
3735 2003-02-18 [paul]       0.8.10claws25
3736
3737         * src/select-keys.c
3738                 add a 'List all keys' button to key selection dialog
3739
3740 2003-02-18 [colin]      0.8.10claws24
3741         
3742         * src/stock_pixmap.c
3743                 fix compile error
3744
3745 2003-02-18 [colin]      0.8.10claws23
3746
3747         * src/common/smtp.[ch]
3748           src/prefs_account.c
3749                 Try to starttls if it seems to be the only
3750                 way to authenticate a user
3751
3752 2003-02-18 [paul]       0.8.10claws22
3753
3754         * src/Makefile.am
3755           src/folderview.c
3756           src/stock_pixmap.[ch]
3757           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3758           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3759                 as a Drafts folder is a special folder allow it to have
3760                 its own unique icons
3761
3762 2003-02-18 [colin]      0.8.10claws21
3763
3764         * src/imap.c
3765                 Fix port selection when using starttls
3766
3767 2003-02-18 [paul]       0.8.10claws20
3768
3769         * src/mainwindow.c
3770           src/prefs_common.[ch]
3771                 make blue the default new mail colour
3772
3773 2003-02-18 [paul]       0.8.10claws19
3774
3775         * sync with 0.8.10cvs14
3776                 see ChangeLog 2003-02-18
3777
3778 2003-02-17 [jens]       0.8.10claws18
3779
3780         * src/common/md5.c
3781                 fixed a compile problem with gcc 3.3
3782                 works on 2.95.3 too (testet on PPC as it is big endian)
3783
3784 2003-02-17 [paul]       0.8.10claws17
3785
3786         * sync with 0.8.10cvs13
3787                 see ChangeLog 2003-02-17
3788
3789 2003-02-17 [paul]       0.8.10claws16
3790
3791         * sync with 0.8.10cvs12
3792                 see ChangeLog 2003-02-17
3793
3794 2003-02-16 [match]      0.8.10claws15
3795
3796         * src/addressbook.c
3797                 Eliminates reloading of address data when items
3798                 deleted or added. Applied submitted by
3799                 Luke Plant <lukeplant@softhome.net>
3800
3801 2003-02-16 [paul]       0.8.10claws14
3802
3803         * src/news.c
3804                 when a 'protocol error' is encountered disconnect from
3805                 the server. This means that the user can carry on viewing
3806                 other articles and doesn't have to either wait until the
3807                 server timesout or quit sylpheed.
3808                 Fixes bug #53 'Unable to read messages in newsgroups, 
3809                 displayed message doesn't change'
3810
3811 2003-02-15 [christoph]  0.8.10claws13
3812
3813         * src/imap.c
3814                 fix bug that stopped scanning of folders when an
3815                 IMAP folder was empty
3816
3817         (closes bug 46 stop scan messages in folders after empty folder)
3818
3819 2003-02-15 [paul]
3820
3821         * tools/Makefile.am
3822           tools/README
3823           tools/freshmeat_search.pl     ** NEW FILE **
3824           tools/google_search.pl        ** NEW FILE **
3825                 Add 2 Actions scripts which search freshmeat/google
3826                 for the selected text using the browser configured
3827                 in sylpheedrc.
3828                 
3829         Note: These scripts are very dependent on the format of the
3830         browser command and may not work on every occasion. Testing
3831         is welcome. 
3832
3833 2003-02-14 [alfons]     0.8.10claws12
3834
3835         * src/compose.c
3836                 fix breakage because of uninitialized account pointer.
3837                 please verify.
3838
3839 2003-02-14 [paul]       0.8.10claws11
3840
3841         * src/compose.c
3842           src/prefs_account.[ch]
3843           src/prefs_common.[ch]
3844                 move signature settings to Account Prefs
3845
3846 2003-02-14 [paul]       0.8.10claws10
3847
3848         * sync with 0.8.10cvs11
3849                 see ChangeLog 2003-02-14
3850
3851 2003-02-13 [thorsten]   0.8.10claws9
3852
3853         * src/news.c
3854                 revert news progressbar (GUI separation)
3855
3856 2003-02-13 [paul]       0.8.10claws8
3857
3858         * src/compose.c
3859                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3860                 paragraph 1
3861
3862 2003-02-13 [paul]       0.8.10claws7
3863
3864         * src/compose.[ch]
3865           src/summaryview.c
3866                 fix 'Follow-up and Reply-to' so that it creates a reply to
3867                 the newsgroup and the sender. If the message has the keyword
3868                 'poster' in the Followup-To header, all replies go to the
3869                 sender, re: RFC 1036, Section 2.2.3
3870                 rename all instances of 'ignore_replyto' to 'to_sender', both
3871                 were previously used, now we use just one.
3872
3873 2003-02-13 [paul]       0.8.10claws6
3874
3875         * sync with 0.8.10cvs9
3876                 see ChangeLog 2003-02-13
3877
3878 2003-02-13 [paul]       0.8.10claws5
3879
3880         * configure.ac
3881                 show which plugins are configured in the configure
3882                 output.
3883
3884 2003-02-12 [thorsten]   0.8.10claws4
3885
3886         * src/news.c
3887                 show progress while fetching news headers
3888
3889 2003-02-12 [christoph]  0.8.10claws3
3890
3891         * configure.ac
3892         * src/plugins/Makefile.am
3893                 use AM_CONDITIONAL to enable plugins, automake correctly
3894                 manages this when creating distdir
3895
3896 2003-02-12 [christoph]  0.8.10claws2
3897
3898         * ac/spamassassin.m4
3899         * src/plugins/spamassassin/Makefile.am
3900                 fix building SpamAssassin plugin without OpenSSL
3901
3902 2003-02-12 [paul]       0.8.10claws1
3903
3904         * ac/Makefile.am
3905           src/Makefile.am
3906           src/plugins/Makefile.am
3907                 fix failure of 'make release'
3908
3909 2003-02-12 [paul]       0.8.10claws
3910
3911         * 0.8.10claws released
3912
3913 2003-02-12 [paul]       0.8.9claws56
3914
3915         * po/bg.po
3916           po/es.po
3917           po/it.po
3918           po/ru.po
3919           po/sr.po
3920                 updated translations by George Danchev, Ricardo Mones Lastra,
3921                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3922                 
3923         * sylpheed.spec.in
3924                 Allow the building of RPMs by a regular user. Submitted
3925                 by Sergei Astanin
3926
3927 2003-02-11 [alfons]     0.8.9claws55
3928
3929         * src/colorlabel.c
3930                 don't use pixmaps for label color rect but draw rectangles
3931                 so we can respect the color map of palette based visuals
3932                 (fixes the long time crashes on Suns - thanks to Andreas
3933                 Engel and Steve O'Hara-Smith for testing)
3934
3935 2003-02-11 [christoph]  0.8.9claws54
3936
3937         * src/matcher_parser_parse.y
3938                 correct bug where filering rules of not existing folders in
3939                 matcherrc were added to global filtering
3940                 
3941         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3942          main filter-rules after removing directory, http://bugs.debian.org/180253)
3943         
3944 2003-02-11 [paul]       0.8.9claws53
3945
3946         * sync with 0.8.10cvs7
3947                 see ChangeLog 2003-02-09
3948
3949 2003-02-11 [melvin]     0.8.9claws52
3950
3951         * po/fr.po
3952                 Updated French tranlsations
3953
3954 2003-02-10 [paul]       0.8.9claws51
3955
3956         * sylpheed.spec.in
3957                 correct --enable-openssl
3958                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3959
3960 2003-02-09 [martin]     0.8.9claws50
3961
3962         * src/prefs_matcher.c
3963                 fix segfault in prefs_matcher_substitute_cb() when
3964                 no row is selected
3965
3966 2003-02-09 [paul]       0.8.9claws49
3967
3968         * src/folderview.c
3969                 fix bug where a newsgroup folder's processing rules were
3970                 merged with the global filtering rules when the newsgroup
3971                 folder was deleted, causing some seriously bad results,
3972                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3973
3974 2003-02-08 [melvin]     0.8.9claws48
3975
3976         * src/compose.c
3977                 Corrected and modified an alert message.
3978
3979 2003-02-07 [paul]       0.8.9claws47
3980
3981         * src/folderview.c
3982                 fix bug where both an 'Account properties' window and a
3983                 'Folder properties' window were opened when clicking on
3984                 'Properties' in an NNTP or IMAP folder's popup menu.
3985
3986 2003-02-07 [paul]       0.8.9claws46
3987
3988         * sync with 0.8.10cvs6
3989                 see ChangeLog 2003-02-06
3990
3991 2003-02-06 [christoph]  0.8.9claws45
3992
3993         * src/mbox.c
3994                 freeze folder updates while importing mbox files
3995                 (closes bug 43 importing mbox took hours)
3996                 
3997         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3998
3999 2003-02-06 [thorsten]   0.8.9claws44
4000
4001         * po/de.po
4002                 Updated german translations
4003
4004 2003-02-06 [thorsten]   0.8.9claws43
4005
4006         * src/news.h
4007                 use guint for message numbers (fix count in grouplist dialog)
4008
4009 2003-02-05 [paul]       0.8.9claws42
4010
4011         * sync with 0.8.10cvs2
4012                 see ChangeLog 2003-02-05
4013
4014 2003-02-04 [colin]      0.8.9claws41
4015
4016         * src/prefs_common.[ch]
4017           src/procmsg.c
4018           src/summaryview.c
4019                 Add an option to disable threading by subject
4020
4021 2003-02-04 [christoph]  0.8.9claws40
4022
4023         * src/inc.c
4024                 only abort fetching mails from multiple accounts when the
4025                 error is fatal and does not allow to check any more accounts
4026                 (currently only disk full error)
4027
4028         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4029          receive mails for other accouts)
4030
4031 2003-02-04 [christoph]  0.8.9claws39
4032
4033         * src/folder.c
4034                 first add the new message to the cache, then
4035                 send the update notification
4036
4037         (closes bug 39 after sending message folderview doesnt get updated)
4038
4039 2003-02-04 [colin]      0.8.9claws38
4040
4041         * src/inc.c
4042                 _really_ fix this Connecting... status
4043
4044 2003-02-04 [paul]       0.8.9claws37
4045
4046         * sync with 0.8.10
4047                 see ChangeLog 2003-02-04
4048
4049 2003-02-04 [paul]       0.8.9claws36
4050
4051         * sync with 0.8.9cvs6
4052                 see ChangeLog 2003-02-03
4053
4054 2003-02-04 [paul]       0.8.9claws35
4055
4056         * po/pt_BR.po
4057                 updated by André Filipe de Assunção e Brito 
4058                 <bedecko@netsite.com.br>
4059
4060 2003-02-03 [thorsten]   0.8.9claws34
4061
4062         * po/de.po
4063                 Updated german translations
4064
4065 2003-02-02 [paul]       0.8.9claws33
4066
4067         * po/es.po
4068                 updated by Ricardo Mones Lastra
4069
4070 2003-02-02 [thorsten]   0.8.9claws32
4071
4072         * src/mh.c
4073                 Fix mh_get_msginfo() segfault if file is inaccessible
4074
4075 2003-01-31 [colin]      0.8.9claws31
4076
4077         * src/procheader.c
4078                 Fix last commit's bug
4079
4080 2003-01-31 [colin]      0.8.9claws30
4081
4082         * src/procheader.c
4083                 Missing a change for gpg-signed messages
4084
4085 2003-01-31 [paul]       0.8.9claws29
4086
4087         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4088           src/procheader.c
4089           src/stock_pixmap.[ch]
4090           src/summaryview.c
4091                 indicate GnuPG signed messages by displaying an icon
4092                 in the Attachment column.
4093
4094 2003-01-31 [paul]       0.8.9claws28
4095
4096         * sync with 0.8.9cvs4
4097                 see ChangeLog 2003-01-31
4098
4099 2003-01-31 [alfons]     0.8.9claws27
4100
4101         * src/textview.c
4102                 tune URI parser to accept mailto URLs with a '?'
4103                 (patch from Ruslan Balkin)
4104
4105 2003-01-31 [colin]      0.8.9claws26
4106
4107         * src/summaryview.c
4108                 Fix a leak introduced in claws24
4109
4110 2003-01-31 [colin]      0.8.9claws25
4111
4112         * src/summaryview.c
4113                 Freeze/Thaw folder updates when deleting dups
4114
4115 2003-01-31 [colin]      0.8.9claws24
4116         
4117         * src/addr_compl.c
4118           src/summaryview.c
4119           src/msgcache.c
4120                 little speed improvements
4121
4122 2003-01-31 [colin]      0.8.9claws23
4123
4124         * src/summaryview.c
4125                 Fix segfault when forwarding nothing
4126                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4127                 
4128 2003-01-30 [paul]       0.8.9claws22
4129
4130         * sync with 0.8.9cvs3
4131                 see ChangeLog 2003-01-30
4132
4133 2003-01-30 [paul]       0.8.9claws21
4134
4135         * sync with 0.8.9cvs2
4136                 see ChangeLog 2003-01-30
4137
4138 2003-01-29 [paul]       0.8.9claws20
4139
4140         * sync with 0.8.9cvs1
4141                 see ChangeLog 2003-01-29
4142
4143 2003-01-28 [paul]       0.8.9claws19
4144
4145         * po/POTFILES.in
4146                 update to reflect changes. 
4147                 thanks to Ricardo Mones Lastra
4148
4149 2003-01-27 [christoph]  0.8.9claws18
4150
4151         * ac/openssl.m4
4152         * ac/spamassassin.m4
4153         * src/plugins/spamassassin/README
4154         * src/plugins/spamassassin/libspamc.[ch]
4155         * src/plugins/spamassassin/utils.[ch]
4156                 updated to latest libspamc
4157
4158 2003-01-27 [christoph]  0.8.9claws17
4159
4160         * src/folder.c
4161                 fix wrong use of procheader_get_header_fields
4162
4163 2003-01-27 [christoph]  0.8.9claws16
4164
4165         * src/news.c
4166         * src/prefs_account.[ch]
4167         * src/common/nntp.[ch]
4168                 allow to force authentication for NNTP servers
4169
4170         Patch submitted by Florian Mickler <dmk@d-labs.de>
4171
4172 2003-01-26 [paul]       0.8.9claws15
4173
4174         * src/summaryview.c
4175                 speed up of marking messages as read
4176                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4177
4178 2003-01-26 [christoph]  0.8.9claws14
4179
4180         * src/Makefile.am
4181         * src/mgutils.[ch]              ** REMOVE **
4182         * src/xml.[ch]                  ** REMOVE **
4183         * src/xmlprops.[ch]             ** REMOVE **
4184         * src/common/Makefile.am
4185         * src/common/mgutils.[ch]       ** NEW **
4186         * src/common/xml.[ch]           ** NEW **
4187         * src/common/xmlprops.[ch]      ** NEW **
4188                 move xml files to common directory
4189
4190 2003-01-26 [christoph]  0.8.9claws13
4191
4192         * src/plugins/spamassassin/spamassassin_gtk.c
4193                 only set gtk entry text if string is available
4194
4195 2003-01-26 [melvin]     0.8.9claws12
4196
4197         * src/description_window.c
4198                 Allow resizing of the window
4199                 Allow automatic horizontal scroll bar
4200                 Do not vertically expand and fill
4201
4202 2003-01-26 [christoph]  0.8.9claws11
4203
4204         * src/Makefile.am
4205         * src/gtkutils.[ch]             ** REMOVE **
4206         * src/common/sylpheed.c
4207         * src/gtk/Makefile.am
4208         * src/gtk/description_window.c
4209         * src/gtk/gtkutils.[ch]         ** NEW **
4210         * src/gtk/prefswindow.c
4211                 move gtkutils to gtk directory
4212
4213 2003-01-26 [paul]       0.8.9claws10
4214
4215         * src/summaryview.c
4216                 rename summary_unread_clicked() to summary_status_clicked()
4217
4218 2003-01-26 [melvin]     0.8.9claws9
4219
4220         * src/prefs_actions.c
4221                 Cosmetical changes to the help text
4222
4223 2003-01-26 [paul]       0.8.9claws8
4224
4225         * src/folder.[ch]
4226           src/mainwindow.c
4227           src/prefs_common.c
4228           src/prefs_sumamry_column.c
4229           summaryview.[ch]
4230                 rename the 'Unread' column to 'Status'
4231
4232 2003-01-25 [match]      0.8.9claws7
4233
4234         * src/mgutils.[ch]
4235                 removed reference to LDAP constants. removed error2string.
4236                 included functions to support LDAP dynamic queries.
4237         * src/syldap.h
4238                 moved LDAP constants here.
4239         * src/addressbook.c
4240         * src/addrindex.c
4241         * src/importldif.c
4242                 removed references to LDAP constants and references to
4243                 error2string.
4244
4245 2003-01-25 [paul]       0.8.9claws6
4246
4247         * src/summaryview.c
4248                 summary_thread_build(), summary_thread_init(): remove 
4249                 unneeded reference to summaryview->folder_item
4250
4251 2003-01-25 [christoph]  0.8.9claws5
4252
4253         * src/gtk/description_window.c
4254                 o allow description texts to expand over multiple columns
4255                 o translate all columns
4256         * src/prefs_actions.c
4257                 change syntax description to use new multi column feature
4258
4259         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4260
4261 2003-01-25 [match]      0.8.9claws4
4262
4263         * src/vcard.c
4264                 fixed bug with Quoted-Printable
4265
4266 2003-01-25 [paul]       0.8.9claws3
4267
4268         * src/folder.[ch]
4269           src/summaryview.[ch]
4270                 implement per-folder collapsed/expanded threads setting
4271                 
4272         * src/prefs_common.c
4273                 remove global collapsed/expanded threads option
4274
4275 2003-01-25 [christoph]  0.8.9claws2
4276
4277         * po/POTFILES.in
4278                 add pluginwindow and prefswindow
4279         * src/compose.c
4280                 make send respond correctly to messages that could be added
4281                 to the queue folder, but the UID of the message is unknown
4282         * src/folder.c
4283         * src/imap.c
4284                 don't return guessed UIDs in imap_add_msg anymore. We return
4285                 0 to tell the folder system it was appened but the UID is
4286                 unknown. Folder system now get's the UID by scaning the folder
4287                 and searching the cache for the Message-ID
4288                 (closes bug #29 Messages queued, but not sent)
4289
4290 2003-01-25 [paul]       0.8.9claws1
4291
4292         * src/codeconv.c
4293                 conv_encode_header():  fix bug when long headers with 8-bit
4294                 characters are used, so that the encoded words are wrapped.
4295                 If the space in the original text falls on the wrap boundary,
4296                 it can be lost.
4297                 Patch by Sergey Vlasov.
4298                 
4299         * src/folderview.c
4300                  fix bug where a change to the sorting method or thread view
4301                  of a folder's messages is lost if simpify-subject is set and
4302                  toggled on or off.
4303                  Patch by Luke Plant.
4304
4305 2003-01-24 [paul]       0.8.9claws
4306
4307         * sylpheed-0.8.9claws released
4308         
4309         * Makefile.am
4310           sylpheed.spec.in
4311                 remove reference to 'INSTALL.jp'
4312
4313 2003-01-23 [paul]       0.8.8claws128
4314
4315         * po/es.po
4316           po/it.po
4317           po/ru.po
4318           po/sr.po
4319                 updated translations. submitted by Ricardo Mones Lastra,
4320                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4321
4322 2003-01-23 [colin]      0.8.8claws127
4323
4324         * src/compose.c
4325                 Fix drafted and queued news articles re-edition
4326
4327 2003-01-23 [melvin]     0.8.8claws126
4328
4329         * po/fr.po
4330                 Updated French translations
4331
4332 2003-01-23 [colin]      0.8.8claws125
4333
4334         * src/inc.c
4335                 Fix "Connecting to..." status message
4336
4337 2003-01-22 [paul]       0.8.8claws124
4338
4339         * po/bg.po
4340                 updated by George Danchev
4341                 
4342         * src/folder.c
4343                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4344                 and folder deletion
4345
4346 2003-01-21 [paul]       0.8.8claws123
4347
4348         * po/bg.po
4349                 updated by George Danchev
4350                 
4351         * src/about.c
4352                 its now 2003
4353                 
4354         * src/toolbar.c
4355                 don't translate 'Separator'
4356                 
4357         * src/plugins/spamassassin/Makefile.am
4358                 add aspell to CPPFLAGS
4359                 
4360         * src/plugins/spamassassin/spamassassin.c
4361           src/plugins/spamassassin/spamassassin_gtk.c
4362                 set correct default for spamassassin_receive_spam
4363                 slightly re-word descriptions and some
4364                 other minor changes
4365
4366 2003-01-19 [alfons]     0.8.8claws122
4367                 
4368         * src/mimeview.c
4369                 mimeview_save_as(): we might as well show the file name for
4370                 the single case "Save As" too
4371
4372 2003-01-19 [alfons]     0.8.8claws121
4373
4374         * src/crash.c
4375                 change bug tracker URL to bugzilla URL
4376
4377 2003-01-19 [alfons]     0.8.8claws120
4378
4379         * src/mimeview.c
4380                 mimeview_save_all(): display name of file before overwriting;
4381                 continue saving all, even when one overwrite was cancelled
4382
4383 2003-01-19 [christoph]  0.8.8claws119
4384
4385         * src/summaryview.c
4386         * src/procmsg.[ch]
4387                 fix wrong usage of procmsg_find_children in summaryview
4388                 by using procmsg_update_unread_children instead of
4389                 summaryview_update_unread_children
4390
4391 2003-01-19 [christoph]  0.8.8claws118
4392
4393         * src/procmsg.c
4394                 fix infinite loop in procmsg_find_children
4395                  (closes bug #25 sylpheed crashes on delete.)
4396
4397         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4398
4399 2003-01-19 [paul]       0.8.8claws117
4400
4401         * po/pt_BR.po
4402                 updated by Ivan Francolin Martinez
4403
4404 2003-01-18 [melvin]     0.8.8claws116
4405
4406         * src/prefs_actions.c
4407                 Removed syntax limitation of only one '&' at the end of command.
4408                         Now actions that contain '>/dev/null 2>&1' are possible.
4409
4410 2003-01-18 [melvin]     0.8.8claws115
4411
4412         * src/prefs_actions.c
4413                 Actions IO dialog: when the action ends
4414                 the "Close" button now has focus and [Escape] closes the
4415                 window.
4416
4417 2003-01-18 [christoph]  0.8.8claws114
4418
4419         * src/procmsg.c
4420                 o add debug output when MsgInfos are really freed
4421                 o free GSLists in procmsg_find_children and
4422                   procmsg_update_unread_children
4423
4424 2003-01-18 [christoph]  0.8.8claws113
4425
4426         * src/mainwindow.c
4427                 reorder Configuration menu
4428
4429 2003-01-18 [christoph]  0.8.8claws112
4430
4431         * src/compose.c
4432                 fix applying templates to forwarded messages
4433
4434         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4435
4436 2003-01-17 [christoph]  0.8.8claws111
4437
4438         * src/folder.c
4439                 destroy folder items, when a folder item is removed
4440
4441 2003-01-17 [christoph]  0.8.8claws110
4442
4443         * src/folder.c
4444                 fix wrong folder stats update when ignored message is
4445                 deleted
4446
4447 2003-01-17 [colin]      0.8.8claws109
4448         
4449         * src/mainwindow.c
4450         * src/summaryview.c
4451                 Quicksearch bugfixes: 
4452                 - hide help button at startup if not extended
4453                 - switch to extended when looking for replies
4454
4455 2003-01-17 [paul]
4456
4457         * sync with 0.8.9 release
4458
4459 2003-01-17 [paul]       0.8.8claws108
4460
4461         * sync with 0.8.8cvs11
4462                 see ChangeLog 2003-01-17
4463
4464 2003-01-16 [colin]      0.8.8claws107
4465
4466         * src/procmsg.c
4467                 Changed encryption test to re-ask passphrase
4468                 if an encrypted message hasn't been decrypted
4469                 Fixes bug #5
4470
4471 2003-01-16 [christoph]  0.8.8claws106
4472
4473         * src/prefs_gtk.c
4474         * src/prefs_toolbar.c
4475         * src/gtk/prefswindow.h
4476         * src/plugins/spamassassin/spamassassin_gtk.c
4477                 remove page destroy function that is not used anymore
4478
4479 2003-01-16 [paul]       0.8.8claws105
4480
4481         * sync with 0.8.8cvs9
4482                 see ChangeLog 2002-01-16
4483
4484 2003-01-16 [colin]      0.8.8claws104
4485
4486         * src/compose.[ch]
4487                 Fix bug with autosaved drafts for IMAP, when draft
4488                 folder is specified - fixes bugzilla bug #20
4489
4490 2003-01-15 [paul]       0.8.8claws103
4491
4492         * src/compose.[ch]
4493           src/procmsg.c
4494                 store folder and message-id of message forwarding
4495                 in queue header and set forward flag after sending
4496
4497 2003-01-15 [paul]       0.8.8claws102
4498
4499         * sync with 0.8.8cvs8
4500                 see ChangeLog 2002-01-15
4501
4502 2003-01-15 [colin]      0.8.8claws101
4503
4504         * src/Makefile.am
4505                 Fix linking with GNU libiconv
4506
4507 2003-01-15 [darko]      0.8.8claws100
4508
4509         * src/pine.c
4510                 fix crash when importing pine address book
4511                 entry with an empty name (reported by DY
4512                 <dybulk at tri8.net>)
4513
4514 2003-01-14 [paul]       0.8.8claws99
4515
4516         * configure.in  ** REMOVED **
4517           configure.ac  ** NEW FILE **
4518                 rename configure.in to configure.ac, as it is now
4519                 preferred
4520
4521 2003-01-14 [melvin]     0.8.8claws98
4522
4523         * src/folderview.c
4524                 folderview_check_new(): More precise function description
4525
4526 2003-01-14 [melvin]     0.8.8claws97
4527
4528         * src/folderview.c
4529                 folderview_check_new(): return the number of new messages 
4530                         since last check.
4531         * src/inc.c
4532                 inc_account_mail(): Disable counting of new messages for IMAP
4533                         and NNTP until bug [19] and [14] are fixed.
4534
4535 2003-01-14 [paul]       0.8.8claws96
4536
4537         * sync with 0.8.8cvs6
4538                 see ChangeLog 2003-01-14
4539
4540 2003-01-13 [alfons]     0.8.8claws95
4541
4542         * src/textview.c
4543                 tune email address validation (c. 0.8.8claws89): if . is 
4544                 just one char away from @, the address is invalid too 
4545                 (correctly rejects addresses like foo@.com)
4546
4547 2003-01-13 [paul]       0.8.8claws94
4548
4549         * src/messageview.c
4550           src/toolbar.c
4551                 fixes to the Message View toolbar and menu:
4552                 fix non-functioning Forward button
4553                 make Reply button consider default_reply_list
4554                 remove 'Follow-up...' menu entry
4555                 add 'Forward' and 'Redirect' menu entries
4556
4557 2003-01-13 [melvin]     0.8.8claws93
4558
4559         * src/inc.c
4560                 Fixed typo that could make new messages count incorrect.
4561
4562 2003-01-13 [melvin]     0.8.8claws92
4563
4564         * src/folderview.[ch]
4565                 folderview_check_new(): return the number of new messages.
4566         * src/inc.c
4567                 Should fix bug [14] where new mail notification worked 
4568                         incorrectly with IMAP accounts.
4569                 inc_spool_account(): return number of new msgs, or -1 on error
4570                 inc_all_spool(): return number of new msgs
4571                 
4572 2003-01-13 [melvin]     0.8.8claws91
4573
4574         * src/prefs_actions.c
4575                 Justify help text.
4576
4577 2003-01-12 [thorsten]   0.8.8claws90
4578
4579         * src/common/prefs.c
4580                 close file before rename
4581
4582 2003-01-12 [alfons]     0.8.8claws89
4583
4584         * AUTHORS
4585                 add Christian Mertes
4586         * src/common/utils.[ch]
4587                 g_stricase_hash(), g_stricase_equal(): functions for 
4588                 case insensitive hash tables
4589         * src/textview.c
4590                 use top level domain names to validate email address, based
4591                 on a patch by Christian Mertes (thanks!), but changed 
4592                 implementation to use a hash table 
4593
4594 2003-01-12 [paul]       0.8.8claws88
4595
4596         * po/bg.po
4597                 updated by George Danchev
4598
4599 2003-01-12 [alfons]     0.8.8claws87
4600
4601         * src/summaryview.c
4602                 delete / execute performance: use new style folder update
4603
4604 2003-01-12 [paul]       0.8.8claws86
4605
4606         * sync with 0.8.8cvs5
4607                 see ChangeLog 2003-01-13 (!)
4608
4609 2003-01-12 [alfons]     0.8.8claws85
4610
4611         * src/filtering.c
4612         * src/matcher_parser_parse.y
4613                 prepare change_score filtering action
4614         * src/matcher.[ch]
4615                 give up const-correctness on functions that call non-const-correct functions;
4616                 several casts to gpointer in g_free();
4617                 add change_score;
4618
4619 2003-01-12 [christoph]  0.8.8claws84
4620
4621         * src/compose.c
4622                 fix 2 warnings
4623
4624         * src/gtk/prefswindow.[ch]
4625         * src/plugins/spamassassin/spamassassin_gtk.c
4626                 changed the call of the widget create function
4627                 for PrefsPages, because sometimes the widget
4628                 create function needs a widget that already has
4629                 been attached to a window (to create GDK pixmaps
4630                 for exmaple). So we simply pass the GtkWindow as
4631                 the second parameter now.
4632
4633         * src/main.c
4634         * src/mainwindow.c
4635         * src/prefs_toolbar.[ch]
4636                 rewrite Toolbar Preferences using the new
4637                 prefs window
4638
4639 2003-01-11 [alfons]     0.8.8claws83
4640
4641         * src/addressadd.c
4642                 fix crash when adding sender to addressbook because status bar
4643                 isn't there (the status bar doesn't seem to be used though,
4644                 but I'll let Match decide what to do with it)
4645
4646 2003-01-11 [colin]      0.8.8claws82
4647
4648         * src/main.c
4649           src/toolbar.c
4650                 Two useless changes reversed
4651
4652 2003-01-11 [colin]      0.8.8claws81
4653
4654         * src/mainwindow.c
4655           src/mainwindow.h
4656                 Add mainwindow_get_mainwindow()
4657         * src/alertpanel.c
4658           src/alertpanel.h
4659                 Add alertpanel_error_log() 
4660         * src/compose.c
4661           src/inc.c
4662           src/messageview.c
4663           src/toolbar.c
4664           src/main.c
4665           src/procmsg.c
4666                 Network errors get a View Log button
4667
4668 2003-01-10 [alfons]     0.8.8claws80
4669
4670         * src/prefs_toolbar.c
4671         * src/toolbar.c
4672                 use the translatable string for "Separator" as file name for
4673                 separator toolbar items (probably make this uppercase?)
4674
4675 2003-01-10 [alfons]     0.8.8claws79
4676
4677         * src/prefs_toolbar.c
4678                 put right A_SEPARATOR description string in "displayed
4679                 toolbar items list" so manually added separators are
4680                 saved correctly (bug #10, "Adding a separator to the main 
4681                 toolbar fails, entry in xml file is wrong")
4682
4683 2003-01-10 [christoph]  0.8.8claws78
4684
4685         * src/imap.c
4686                 o fix warnings
4687                 o use CAPABILITY to check if NAMESPACE is available
4688
4689 2003-01-10 [christoph]  0.8.8claws77
4690
4691         * src/imap.[ch]
4692                 apply UIDPLUS IMAP extension support patch
4693
4694         Patch submitted by Simon 'corecode' Schubert
4695
4696 2003-01-10 [paul]       0.8.8claws76
4697
4698         * src/folderview.c
4699                 a sync from main which fixes the news account folders'
4700                 Properties bug
4701
4702 2003-01-10 [christoph]  0.8.8claws75
4703
4704         * src/folder.c
4705                 don't accept 0 as a valid uid returned by copy and move
4706                 functions. 0 means the message was copied or moved but the
4707                 new uid could not be fetched. It is not an error condition
4708                 for the copy or move operation.
4709
4710 2003-01-10 [paul]       0.8.8claws74
4711
4712         * src/prefs_filtering.c
4713                 change English used in Alert when entry is not
4714                 saved.
4715                 
4716         * sync with 0.8.8cvs4
4717                 see ChangeLog 2003-01-10
4718
4719 2003-01-10 [darko]      0.8.8claws73
4720
4721         * src/pine.c
4722                 fix crash when importing address book entry
4723                 without a valid address
4724
4725 2003-01-09 [alfons]     0.8.8claws72
4726
4727         * src/inc.c
4728                 filtering performance: use new style folder update
4729
4730 2003-01-09 [christoph]  0.8.8claws71
4731
4732         * src/compose.c
4733         * src/gtk/menu.[ch]
4734                 fix wrong selecting of mime encoding type, when
4735                 opening property dialog of attachments in the
4736                 compose window. 7bit was always selected and that
4737                 destoryed files with 8bit data.
4738                 (closes bug #9 Sylpheed-claws destroys attachments when
4739                  changing MIME-types)
4740
4741 2003-01-09 [paul]       0.8.8claws70
4742
4743         * sync with 0.8.8cvs3
4744                 see ChangeLog 2003-01-09
4745
4746 2003-01-08 [alfons]     0.8.8claws69
4747         
4748         * src/addressadd.c
4749                 apply patch by Kim Schulz to fix build breakage
4750                 because of missing variable
4751
4752 2003-01-08 [paul]       0.8.8claws68
4753
4754         * sync with 0.8.8cvs2
4755                 see ChangeLog 2002-01-08
4756
4757 2003-01-08 [paul]       0.8.8claws67
4758
4759         * po/it.po
4760                 updated by Alessandro Maestri
4761                 
4762         * src/addressadd.c
4763                 when using 'Add sender to addressbook' allow
4764                 name to be edited and remarks to be entered
4765                 Patch submitted by Luke Plant
4766
4767 2003-01-08 [darko]      0.8.8claws66
4768
4769         * README.claws, src/summaryview.c
4770                 fix description for marked messages
4771
4772 2003-01-08 [paul]
4773
4774         * tools/Makefile.am
4775           tools/launch_phoenix  ** NEW FILE **
4776                 add script that enables using Phoenix as the default
4777                 web browser. 
4778                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4779                 
4780         * tools/OOo2sylpheed.pl
4781                 remove full path to sylpheed executable, just 'sylpheed'
4782                 will do
4783                 
4784         * tools/README
4785                 add launch_phoenix informtion and re-arrange and compress
4786                 the data a little
4787
4788 2003-01-07 [christoph]  0.8.8claws65
4789
4790         * src/folder.c
4791                 fix update for source folder when moving messages
4792         * src/procmsg.[ch]
4793         * src/summaryview.c
4794                 use function to set to_folder for message infos and
4795                 automatically update the op_count for old and new
4796                 folder
4797
4798 2003-01-07 [melvin]     0.8.8claws64
4799
4800         * src/prefs_actions.c
4801                 Fixed bug where an '%p' Action on a displayed image crashed 
4802                         Sylpheed
4803                 Code clean up (get rid of duplicated code and removed unnecessary 
4804                                 structure member)
4805
4806 2003-01-07 [christoph]  0.8.8claws63
4807
4808         * src/compose.c
4809         * src/folder.[ch]
4810         * src/folderview.c
4811         * src/import.c
4812         * src/inc.c
4813         * src/main.c
4814         * src/mainwindow.c
4815         * src/messageview.c
4816         * src/prefs_folder_item.c
4817         * src/procmsg.c
4818         * src/summaryview.c
4819         * src/toolbar.c
4820                 o remove all folder update triggering from the UI code. The folder
4821                   system should know much better when a folder needs an update.
4822                 o to prevent multiple updates in a row the folder updates can be
4823                   frozen for some time.
4824
4825                 Note: - Please verify that no updates are missing
4826                       - Check where freeze/thaws should be added
4827
4828 2003-01-07 [christoph]  0.8.8claws62
4829
4830         * src/prefs_actions.c
4831                 don't translate empty strings
4832
4833         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4834
4835 2003-01-06 [christoph]  0.8.8claws61
4836
4837         * src/prefs_actions.c
4838                 mark strings for gettext
4839         * src/prefs_matcher.c
4840                 use new description window for Execute action and
4841                 match condition in Filtering
4842
4843         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4844
4845 2003-01-06 [alfons]     0.8.8claws60
4846
4847         keep myself inspired to re-organize matcher part 8; 
4848         yes, more to come (I need to move out the descriptive
4849         text for actions to matcher.c, or at least make it not
4850         depend on the wicked ordering)
4851
4852         * src/prefs_matcher.c
4853                 add documentation so others may comprehend the
4854                 UI part of the conditions
4855                 
4856 2003-01-06 [christoph]  0.8.8claws59
4857
4858         * src/prefs_actions.c
4859                 use new description window for syntax help
4860         * src/gtk/description_window.c
4861                 fix display of descriptions with column count != 2
4862
4863         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4864
4865 2003-01-06 [christoph]  0.8.8claws58
4866
4867         * src/quote_fmt.c
4868         * src/summaryview.[ch]
4869         * src/gtk/Makefile.am
4870         * src/gtk/description_window.[ch]       ** NEW **
4871                 use a generic window to display syntax descriptions
4872                 currently used in quote_fmt and summaryview (new description
4873                 for extended quick search)
4874
4875         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4876
4877 2003-01-06 [paul]       0.8.8claws57
4878
4879         * sync with 0.8.8cvs1
4880                 see ChangeLog 2003-01-06
4881
4882 2003-01-06 [christoph]  0.8.8claws56
4883
4884         * src/mainwindow.c
4885         * src/prefs_gtk.[ch]
4886         * src/gtk/prefswindow.[ch]
4887         * src/plugins/spamassassin/spamassassin_gtk.c
4888                 o remove page management from prefswindow, pages
4889                   will be an argument to prefswindow_open
4890                 o prefswindow_open gets a datapointer that is
4891                   passed to the widget_create function to allow
4892                   creation of prefswindow for specific items
4893
4894 2003-01-06 [colin]      0.8.8claws55
4895         
4896         * src/summaryview.c
4897                 We don't want regexp in the reply-finder, 
4898                 because MIDs can contain !,$,. and so on
4899
4900 2003-01-06 [jens]       0.8.8claws54
4901
4902         * src/jpilot.c
4903                 fixed a wrong free in jpilot_read_db_files
4904
4905 2003-01-06 [alfons]     0.8.8claws53
4906
4907         re-organize matcher part 8; more to come
4908        
4909         * src/matcher.c
4910                 matcherprop_to_string(): put g_free()s before the
4911                 switch-case break to fix memleaks                
4912
4913 2003-01-06 [colin]      0.8.8claws52
4914
4915         * src/summaryview.c
4916                 cleanup & reply-finder now displays the first 
4917                 matching message
4918
4919 2003-01-05 [alfons]     0.8.8claws51
4920
4921         re-organize matcher part 7; more to come
4922
4923         * src/matcher.[ch]
4924                 fixes for constant correctness;
4925                 more documentation;
4926
4927 2003-01-05 [alfons]     0.8.8claws50
4928
4929         re-organize matcher part 6; more to come
4930         
4931         * src/matcher.[ch]
4932                 fixes for constant correctness;
4933                 more documentation;
4934         * src/filtering.c
4935                 fix for constant correctness
4936
4937 2003-01-05 [colin]      0.8.8claws49
4938
4939         * src/account.[ch]
4940                 Add account_get_reply_account function
4941         * src/compose.c
4942                 Use account_get_reply_account function 
4943         * src/summaryview.c
4944                 Basic reply-finder - click on the replied
4945                 icon gets you to the outbox using quick-search
4946
4947 2003-01-05 [paul]       0.8.8claws48
4948
4949         * src/prefs_common.c
4950                 small change to English
4951                 
4952         * src/prefs_filtering.c
4953                 prefs_filtering_action_select(): improve logic and uniformity
4954                 of gui
4955
4956 2003-01-05 [alfons]     0.8.8claws47
4957
4958         fine tune solution to focus problems (bug #7)
4959
4960         * src/mainwindow.c
4961                 mainwindow_focus_in_event(): remove grab event check
4962         * src/summaryview.c
4963                 summary_button_pressed(): move selection on right-click
4964                 too. we can't possibly move the selection back after
4965                 canceling a dialog, because gtk's incomplete focus 
4966                 management. whether this is a good solution, only time
4967                 will tell.
4968
4969 2003-01-05 [christoph]  0.8.8claws46
4970
4971         * src/imap.c
4972                 fix crash when no imap connection could be established
4973
4974 2003-01-05 [paul]       0.8.8claws45
4975
4976         * src/mainwindow.c
4977           src/sumamryview.c
4978           src/gtk/menu.[ch]
4979                 fix bug 605957 'shortcuts in popup-menu'
4980                 make user-defined shortcuts work
4981                 show shortcuts that are already defined
4982                 in the main menu
4983                 Patch submitted by Luke Plant
4984
4985 2003-01-05 [alfons]     0.8.8claws44
4986
4987         * src/mainwindow.c
4988                 focus_in_event handler should not select summary view row 
4989                 when another window (menu, dialog) grabbed for events 
4990                 (bug #7, "[0.8.8claws42] Message summary focus") 
4991
4992 2003-01-04 [christoph]  0.8.8claws43
4993
4994         * src/procmsg.c
4995                 update save folder after adding the sent message
4996                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4997
4998 2003-01-02 [christoph]  0.8.8claws42
4999
5000         * src/common/plugin.c
5001                 fix unloading of all plugins and unload
5002                 plugins in reverse order
5003                 
5004         * src/gtk/pluginwindow.c
5005                 implement function of load and unload button
5006
5007         * src/gtk/prefswindow.c
5008         * src/gtk/prefswindow.h
5009                 rename register function and add new unregister
5010                 function
5011
5012         * src/plugins/spamassassin/spamassassin_gtk.c
5013                 unregister prefs page and update for changes in
5014                 src/gtk/prefswindow.c
5015
5016 2003-01-02 [paul]       0.8.8claws41
5017
5018         * po/es.po
5019                 updated by Ricardo Mones Lastra
5020
5021 2003-01-02 [paul]
5022
5023         * tools/tb2sylpheed
5024                 fixes and improvements by Urke MMI
5025
5026 2003-01-02 [thorsten]   0.8.8claws40
5027
5028         * src/procmsg.c
5029                 fixed wrong return value
5030
5031 2003-01-02 [thorsten]   0.8.8claws39
5032
5033         * src/prefs.c
5034                 fixed printing wrong variable
5035
5036 2003-01-02 [thorsten]   0.8.8claws38
5037
5038         * src/prefs.c
5039                 fixed acessing members of freed pfile struct
5040
5041 2003-01-02 [thorsten]   0.8.8claws37
5042
5043         * src/procmsg.c
5044                 detect loops across several messages
5045                 as suggested by Christoph Hohmann
5046
5047 2003-01-01 [match]      0.8.8claws36
5048
5049         * src/addrindex.c
5050                 fixed another memory leak.
5051
5052 2003-01-01 [match]      0.8.8claws35
5053
5054         * src/jpilot.[ch]
5055                 fixed memory leaks. applied Doxygen comments.
5056
5057 2003-01-01 [thorsten]   0.8.8claws34
5058
5059         * src/procmsg.c
5060                 inhibit endless loop if msg references itself
5061                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5062
5063 2003-01-01 [christoph]  0.8.8claws33
5064
5065         * src/mainwindow.c
5066         * src/gtk/Makefile.am
5067         * src/gtk/pluginwindow.c                ** NEW **
5068         * src/gtk/pluginwindow.h                ** NEW **
5069                 add plugin window
5070
5071         * src/plugins/demo/demo.c
5072         * src/plugins/spamassassin/spamassassin.c
5073         * src/plugins/spamassassin/spamassassin_gtk.c
5074                 write better plugin descriptions
5075
5076 2002-12-31 [christoph]  0.8.8claws32
5077
5078         * src/gtk/prefswindow.c
5079         * src/plugins/spamassassin/spamassassin_gtk.c
5080                 some small improvements to GTK code
5081
5082 2002-12-31 [christoph]  0.8.8claws31
5083
5084         * src/plugins/spamassassin/spamassassin_gtk.c
5085                 enable folder select button
5086
5087 2002-12-31 [christoph]  0.8.8claws30
5088
5089         * src/mainwindow.c
5090         * src/gtk/Makefile.am
5091         * src/gtk/prefswindow.c                         ** NEW **
5092         * src/gtk/prefswindow.h                         ** NEW **
5093                 add new prefs window
5094
5095         * src/common/plugin.c
5096                 don't try to load empty config lines
5097         
5098         * src/plugins/spamassassin/Makefile.am
5099         * src/plugins/spamassassin/spamassassin.c
5100         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5101         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5102                 GTK config for SpamAssassin Plugin using
5103                 the new prefs window
5104
5105 2002-12-31 [paul]       0.8.8claws29
5106
5107         * po/POTFILES.in
5108                 remove obsolete entry 'src/menu.c'
5109
5110 2002-12-31 [alfons]     0.8.8claws28
5111
5112         * src/matcher.[ch]
5113         * src/matcher_parser_parse.y
5114         * src/prefs_matcher.c
5115                 add "ignore_thread" and "~ignore_thread" condition so it's
5116                 possible to make the actions / scoring operate on the ignore
5117                 thread flag
5118
5119 2002-12-31 [christoph]  0.8.8claws27
5120
5121         * src/addrbook.c
5122         * src/addrindex.c
5123         * src/folder.c
5124         * src/matcher.c
5125         * src/prefs_account.c
5126         * src/prefs_actions.c
5127         * src/prefs_customheader.c
5128         * src/prefs_display_header.c
5129         * src/prefs_gtk.c
5130         * src/procmime.c
5131         * src/toolbar.c
5132         * src/xmlprops.c
5133         * src/common/prefs.[ch]
5134                 extend prefs file handling for reading and automatic handling
5135                 of blocks. When reading prefs_set_block_label will automatically
5136                 move on to the block. When writing it will copy all other blocks
5137                 automatically
5138
5139         * src/common/plugin.c
5140                 Now loading plugin filenames from [Plugins] block in
5141                 sylpheed rc file
5142
5143 2002-12-30 [christoph]  0.8.8claws26
5144
5145         * src/common/hooks.[ch]
5146                 return abort status to caller of hooks_invoke
5147                 
5148         * src/inc.[ch]
5149                 invoke message filtering hook and stop
5150                 default handling when filter returns abort
5151
5152         * src/common/plugin.[ch]
5153         * src/plugins/demo/demo.c
5154                 modify plugin loader, because resolving symbols for strings
5155                 does not work correctly
5156         
5157         * configure.in
5158         * ac/spamassassin.m4                            ** NEW **
5159         * src/plugins/spamassassin/.cvsignore           ** NEW **
5160         * src/plugins/spamassassin/Makefile.am          ** NEW **
5161         * src/plugins/spamassassin/README               ** NEW **
5162         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5163         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5164         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5165                 add spamassassin plugin, see src/plugins/spamassassin/README
5166                 for details
5167
5168 2002-12-29 [alfons]     0.8.8claws25
5169
5170         * src/mainwindow.c
5171                 when moving focus from a message view to the main 
5172                 window, don't forget to select the summary node
5173                 of the displayed message. should fix "[ 659103 ] 
5174                 focus-follows-mouse confuses sylpheed"
5175
5176 2002-12-29 [christoph]  0.8.8claws24
5177
5178         * src/Makefile.am
5179         * src/stringtable.[ch]          ** REMOVE **
5180         * src/common/Makefile.am
5181         * src/common/stringtable.[ch]   ** NEW **
5182                 move stringtable files to common directory
5183
5184 2002-12-29 [christoph]  0.8.8claws23
5185
5186         * src/Makefile.am
5187         * src/menu.[ch]                 ** REMOVE **
5188         * src/gtk/Makefile.am
5189         * src/gtk/menu.[ch]             ** NEW **
5190                 move menu files to gtk directory
5191
5192 2002-12-29 [match]      0.8.8claws22
5193
5194         * src/addressbook.c
5195         * src/syldap.c
5196                 moved UI specific code out of LDAP code into addressbook
5197                 UI code. fixed memory leak.
5198
5199 2002-12-29 [christoph]  0.8.8claws21
5200
5201         * src/folder.c
5202                 only check for IGNORED parent message when message is
5203                 not IGNORED itself
5204
5205 2002-12-29 [alfons]     0.8.8claws20
5206
5207         * src/summaryview.c
5208                 set gtksctree's anchor correct (immediate execute
5209                 changes the tree's layout, and anchor points at 
5210                 the incorrect row). fixes "[ 657233 ] multiple msg 
5211                 delete sometimes off by 1".
5212                 we probably have to look for more tree layout /
5213                 anchor glitches.
5214
5215 2002-12-29 [paul]       0.8.8claws19
5216
5217         * src/summaryview.c
5218                 fix bug [ 659054 ] incorrect sorting of 'From' column
5219                 when using 'display sender using address book'
5220                 thanks to Alfons and Luke Plant
5221
5222 2002-12-29 [christoph]  0.8.8claws18
5223
5224         * src/folder.c
5225         * src/procmsg.[ch]
5226                 check parent messages for IGNORE THREAD flag, when adding,
5227                 moving or copying messages to a folder
5228
5229 2002-12-27 [alfons]     0.8.8claws17
5230
5231         re-organize matcher part 5; more to come
5232
5233         * src/matcher.c
5234                 hash keywords in matchparser_tab 
5235
5236 2002-12-27 [alfons]     0.8.8claws16
5237
5238         re-organize matcher part 4; more to come
5239
5240         * src/matcher_parser.h
5241         * src/matcher_parser_lex.l
5242         * src/matcher_parser_parse.y
5243                 cleanup
5244
5245 2002-12-27 [alfons]     0.8.8claws15
5246
5247         re-organize matcher part 3; more to come
5248
5249         * src/matcher.[ch]
5250                 cleanup
5251
5252 2002-12-27 [alfons]     0.8.8claws14
5253
5254         re-organize matcher part 2; more to come but this should
5255         work. cc me if there are any regressions.
5256
5257         * src/matcher.h
5258                 add prototype for get_matchparser_tab_id()
5259         * src/matcher_parser_lex.l
5260                 look up keywords using matchparser_tab_id();
5261
5262 2002-12-27 [alfons]     0.8.8claws12
5263
5264         re-organize matcher part 1
5265
5266         * src/matcher.h
5267                 map yacc generated constants to sylpheed matcher constants
5268         * src/matcher.c
5269                 add function to find a matcher constant from a string
5270
5271 2002-12-27 [christoph]  0.8.8claws11
5272
5273         * src/compose.c
5274                 MENUITEM_ADD casts the 4th argument from integer to pointer
5275                 so it probably should not be a pointer, this means we
5276                 should use account id for it and not the account's pointer
5277
5278 2002-12-27 [paul]       0.8.8claws10
5279
5280         * src/mainwindow.c
5281                 remove unneeded 'GtkWidget *vbox'
5282                 
5283         * src/summaryview.c
5284                 further sync with 0.8.8 - make sort
5285                 by recipient work as expected
5286                 
5287         * NEWS
5288                 sync with 0.8.8
5289
5290 2002-12-27 [paul]       0.8.8claws9
5291
5292         * po/pt_BR.po
5293                 updated by Ivan F. Martinez
5294                 
5295 2002-12-27 [darko]      0.8.8claws8
5296
5297         * src/common/utils.c
5298                 added locked pattern to extended search
5299
5300 2002-12-27 [alfons]     0.8.8claws7
5301
5302         * src/prefs_matcher.[ch]
5303                 clean up
5304
5305 2002-12-26 [alfons]     0.8.8claws6
5306
5307         * src/matcher.[ch]
5308         * src/matcher_parser_lex.l
5309         * src/matcher_parser_parse.y
5310         * src/prefs_matcher.c
5311                 allow color label as a condition in the matcher
5312
5313 2002-12-26 [oliver]     0.8.8claws5
5314         
5315         * src/toolbar.c 
5316                 enable Addressbook for Main and Messageview
5317         * src/prefs_actions.c
5318                 enable actions in Messageview
5319
5320 2002-12-26 [christoph]  0.8.8claws4
5321
5322         * src/common/plugin.c
5323                 add a little debug output
5324         * configure.in
5325         * src/plugins/demo/Makefile.am
5326                 better use of automake
5327
5328 2002-12-26 [christoph]  0.8.8claws3
5329
5330         * src/Makefile.am
5331         * src/common/Makefile.am
5332                 fix "make distdir"
5333
5334 2002-12-26 [christoph]  0.8.8claws2
5335
5336         * configure.in
5337                 sort configure checks into common / gtk / plugins
5338         * po/POTFILES.in
5339                 add src/prefs_gtk.c
5340         * src/Makefile.am
5341                 add plugins SUBDIR
5342         * src/main.c
5343         * src/common/sylpheed.[ch]
5344                 added now sylpheed_done function for shutdown
5345         * src/common/Makefile.am
5346         * src/common/plugin.[ch]                ** NEW **
5347                 plugin loader and unloader
5348         * src/plugins/.cvsignore                ** NEW **
5349         * src/plugins/Makefile.am               ** NEW **
5350                 build plugins
5351         * src/plugins/demo/.cvsignore           ** NEW **
5352         * src/plugins/demo/Makefile.am          ** NEW **
5353         * src/plugins/demo/demo.c               ** NEW **
5354                 small demo plugin that installs a logtext hook and
5355                 outputs the log text to stdout
5356
5357 2002-12-26 [paul]       0.8.8claws1
5358
5359         * po/es.po
5360                 updated by Ricardo Mones Lastra
5361
5362 2002-12-26 [paul]       0.8.8claws
5363
5364         * 0.8.8claws released
5365
5366 2002-12-26 [paul]       0.8.7claws12
5367
5368         * po/bg.po
5369                 updated by George Danchev
5370
5371 2002-12-26 [paul]       0.8.7claws11
5372
5373         * po/POTFILES.in
5374                 remove unneeded 'src/prefs.c' entry 
5375
5376 2002-12-26 [paul]       0.8.7claws10
5377
5378         * src/codeconv.c
5379           src/mainwindow.c
5380                 sync with 0.8.8 release
5381         
5382         * src/folder.[ch]
5383           src/mh.c
5384           src/summaryview.c
5385                 partial sync with 0.8.8 release
5386         
5387
5388 2002-12-25 [alfons]     0.8.7claws9
5389
5390         * src/matcher.[ch]
5391         * src/matcher_parser_lex.l
5392         * src/matcher_parser_parse.y
5393         * src/prefs_matcher.c
5394                 add locked flag to possible filtering / matcher 
5395                 conditions (also a good example what should be
5396                 done to add a simple boolean condition)
5397
5398 2002-12-25 [christoph]  0.8.7claws8
5399
5400         * src/Makefile.am
5401         * src/account.[ch]
5402         * src/addrbook.c
5403         * src/addressbook.c
5404         * src/addrindex.c
5405         * src/filtering.c
5406         * src/folder.c
5407         * src/matcher.c
5408         * src/prefs.[ch]                ** REMOVE **
5409         * src/prefs_account.c
5410         * src/prefs_actions.c
5411         * src/prefs_common.c
5412         * src/prefs_customheader.c
5413         * src/prefs_display_header.c
5414         * src/prefs_filtering.c
5415         * src/prefs_folder_item.c
5416         * src/prefs_gtk.[ch]            ** NEW **
5417         * src/prefs_matcher.c
5418         * src/prefs_scoring.c
5419         * src/prefs_summary_column.c
5420         * src/procmime.c
5421         * src/selective_download.c
5422         * src/toolbar.c
5423         * src/common/Makefile.am
5424         * src/common/prefs.[ch]         ** NEW **
5425                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5426
5427 2002-12-24 [alfons]     0.8.7claws7
5428
5429         * src/summaryview.c
5430                 summary_thread_build(): fix real cause of the crash mentioned in
5431                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5432                 this way we get meaningful ctree nodes 
5433
5434 2002-12-24 [oliver]     0.8.7claws6
5435
5436         * src/mainwindow.[ch]
5437         * src/messageview.[ch]
5438         * src/compose.[ch]
5439         * src/inc.c
5440         * src/summaryview.c
5441                 changes to use updated toolbar handling
5442                 
5443 2002-12-24 [oliver]     0.8.7claws5
5444
5445         * src/toolbar.[ch]
5446                 generic toolbar handling
5447                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5448         * src/prefs_toolbar.[ch]
5449                 adjust to handling
5450         
5451 2002-12-24 [oliver]     0.8.7claws4
5452         
5453         * src/stock_pixmap.[ch]
5454                 move SYLPHEED_LOGO to end of list in order 
5455                 to remove it from Custom Toolbar`s Icon View
5456
5457 2002-12-24 [alfons]     0.8.7claws3
5458
5459         * src/summaryview.c
5460                 summary_thread_build(): fix crash because of focus != selection 
5461                 after threading. when deleting the selection, gtk tries but fails 
5462                 to find the correct focusable element. we now force the selection
5463                 to be focused. this should solve the infamous bug reported by 
5464                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5465                 a test case is available. 
5466
5467 2002-12-24 [darko]      0.8.7claws2
5468
5469         * src/summaryview.c
5470                 don't crash when unmarking message with unread children
5471
5472 2002-12-23 [christoph]  0.8.7claws1
5473
5474         * src/Makefile.am
5475         * src/common/Makefile.am
5476                 update Makefiles for moved intl.h, version.h and defs.h
5477         * src/imap.c
5478                 rewrite imap_session_get to avoid duplicate code
5479
5480 2002-12-23 [paul]       0.8.7claws
5481
5482         * Santa-Claws released
5483         
5484         * po/hu.po
5485           po/ru.po
5486                 squeeze in updated Hungarian and Russian translations.
5487                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5488
5489 2002-12-23 [paul]       0.8.6claws129
5490
5491         * po/pl.po
5492                 updated by Witold Wladyslaw Wojciech Wilk
5493
5494 2002-12-23 [paul]       0.8.6claws128
5495
5496         * src/quote_fmt_parse.y
5497                 fix typo and add licence header
5498
5499 2002-12-23 [paul]       0.8.6claws127
5500
5501         * po/en_GB.po
5502                 updated
5503
5504 2002-12-23 [paul]       0.8.6claws126
5505
5506         * po/it.po
5507                 updated translation, submitted by Alessandro Maestri
5508                 
5509 2002-12-23 [paul]       0.8.6claws125
5510
5511         * src/quote_fmt_parse.y
5512                 fix signature-stripping on replies bug. match
5513                 '-- \n' and not '-- '.
5514
5515 2002-12-22 [paul]       0.8.6claws124
5516
5517         * po/bg.po
5518           po/es.po
5519           po/sr.po
5520                 updated translations. submitted by George Danchev,
5521                 Ricardo Mones Lastra, and Urke MMI respectively
5522
5523 2002-12-21 [paul]       0.8.6claws123
5524
5525         * src/addrbook.c
5526                 fix coding style
5527
5528 2002-12-21 [paul]       0.8.6claws122
5529
5530         * src/addrbook.c
5531                 fix bug [643638] where if a person is in one or more
5532                 addressbook groups editing that person's email 
5533                 address results in removal from those groups.
5534                 Patch submitted by Luke Plant.
5535
5536 2002-12-20 [christoph]  0.8.6claws121
5537
5538         * src/common/utils.c
5539         * src/summaryview.c
5540                 reimplement expand_search_string using GString to
5541                 prevent crashs caused by miscalculated string
5542                 lengths reported by Paul
5543
5544 2002-12-20 [christoph]  0.8.6claws120
5545
5546         * src/summaryview.c
5547                 don't use "changed" to check if op_count has to be changed as it
5548                 is also set when the message has unread children
5549                 (closes bug [ 653221 ] crash while deleting duplicates)
5550
5551 2002-12-20 [paul]       0.8.6claws119
5552
5553         * sync with 0.8.6cvs27
5554                 see ChangeLog 2002-12-20
5555
5556 2002-12-20 [paul]       0.8.6claws118
5557
5558         * sync with 0.8.6cvs26
5559                 see ChangeLog 2002-12-19 and 2002-12-20
5560
5561 2002-12-19 [alfons]     0.8.6claws117
5562
5563         * src/textview.c
5564                 fix incorrect parsing of email addresses, submitted by 
5565                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5566                 name display if it contains @".
5567
5568 2002-12-18 [paul]       0.8.6claws116
5569
5570         * sync with 0.8.6cvs23
5571                 see ChangeLog 2002-12-18
5572
5573 2002-12-18 [paul]       0.8.6claws115
5574
5575         * src/Makefile.am
5576         * src/account.c
5577         * src/codeconv.c
5578         * src/gtkutils.[ch]
5579         * src/imap.c
5580                 sync with 0.8.6cvs22.
5581                 see ChangeLog 2002-12-17 and 2002-12-18
5582
5583 2002-12-17 [christoph]  0.8.6claws114
5584
5585         * src/imap.c
5586                 o don't create a session if imap greeting fails
5587                 o don't close socket when authentication fails
5588                   this is done by imap_session_destroy
5589
5590 2002-12-17 [thorsten]   0.8.6claws113
5591
5592         * tools/Makefile.am
5593           tools/README
5594           tools/google_msgid.pl ** NEW FILE **
5595                 Added "search for message-id" script and doc
5596
5597 2002-12-17 [thorsten]   0.8.6claws112
5598
5599         * po/hu.po
5600                 Updated hungarian translation
5601                 (updated by Gal Zoltan)
5602
5603 2002-12-16 [christoph]  0.8.6claws111
5604
5605         * src/addr_compl.c
5606                 remove stupid addressbook dump to debug output
5607         * src/mh.c
5608                 fix memory leak found by Hiro
5609
5610 2002-12-14 [paul]       0.8.6claws110
5611
5612         * src/compose.c
5613                 fix menubar sensitivity on send
5614                 
5615         * src/prefs_filtering.c
5616         * src/prefs_matcher.c
5617         * src/prefs_scoring.c
5618                 Fix english ;)
5619                 
5620         * src/common/quoted-printable.h
5621                 sync: fix typo
5622         
5623 2002-12-13 [christoph]  0.8.6claws109
5624
5625         * src/Makefile.am
5626         * src/manage_window.[ch]        ** REMOVE **
5627         * src/gtk/Makefile.am
5628         * src/gtk/manage_window.[ch]    ** NEW **
5629                 move manage_window files to gtk directory
5630
5631 2002-12-13 [christoph]  0.8.6claws108
5632
5633         * src/Makefile.am
5634         * src/gtkshruler.[ch]           ** REMOVE **
5635         * src/gtk/Makefile.am
5636         * src/gtk/gtkshruler.[ch]       ** NEW **
5637                 move gtkshruler files to gtk directory
5638
5639 2002-12-13 [christoph]  0.8.6claws107
5640
5641         * src/Makefile.am
5642         * src/compose.c
5643         * src/gtkstext.[ch]             ** REMOVE **
5644         * src/gtkutils.[ch]
5645         * src/textview.c
5646         * src/gtk/gtkstext.[ch]         ** NEW **
5647         * src/gtk/Makefile.am
5648                 o move stext functions to gtkstext.c to remove
5649                   dependency of gtkutils
5650                 o move gtkstext files to gtk directory
5651
5652         * src/gtk/Makefile.am
5653         * src/gtk/sslcertwindow.[ch]
5654                 UI stuff can always depend on common code so
5655                 it's ok to add ../common to include path
5656
5657 2002-12-13 [colin]      0.8.6claws106
5658
5659         * src/summaryview.c
5660                 Disconnect sighandlers for mainwindow when
5661                 quicksearch has the focus
5662                 Fix bug #653231
5663         * src/mainwindow.[ch]
5664                 Make key_pressed callback public, to be able
5665                 to disconnect it
5666
5667 2002-12-13 [christoph]  0.8.6claws105
5668
5669         * src/mh.c
5670                 create .mh_sequences file in new MH folders
5671                 (closes feature request [ 523162 ] MH folders should
5672                  get a .mh_sequences)
5673
5674 2002-12-13 [colin]      0.8.6claws104
5675
5676         * src/summaryview.c
5677                 Better handling of quicksearch show/hide
5678                 (basically the button stays under the mouse 
5679                  when toggled)
5680
5681 2002-12-13 [paul]       0.8.6claws103
5682
5683         * sync with 0.8.6cvs17
5684                 see ChangeLog 2002-12-13
5685
5686 2002-12-13 [paul]       0.8.6claws102
5687
5688         * po/es.po
5689                 updated by Ricardo Mones Lastra
5690
5691 2002-12-11 [colin]       0.8.6claws101
5692
5693         * src/folder.c
5694                 remove statusbar stuff
5695           src/folderview.c
5696                 set statusbar verbosity when moving folders
5697
5698 2002-12-11 [colin]       0.8.6claws100
5699         * src/prefs_filtering.c
5700         * src/prefs_matcher.c
5701         * src/prefs_scoring.c
5702                 Fix english ;)
5703
5704 2002-12-11 [colin]       0.8.6claws99
5705
5706         * src/prefs_common.[ch]
5707                 Add summary_quicksearch_type
5708         * src/summaryview.c
5709                 Save last used quicksearch type
5710
5711 2002-12-11 [jens]       0.8.6claws98
5712         * src/prefs_filtering.c
5713         * src/prefs_matcher.c
5714         * src/prefs_scoring.c
5715                 added dialog for incomplete rules in scoring, filtering and
5716                 matcher to ask wheather really close
5717
5718 2002-12-11 [colin]      0.8.6claws97
5719
5720         * src/folder.c
5721                 Fix folder dnd statusbar logging
5722
5723 2002-12-10 [christoph]  0.8.6claws96
5724
5725         * src/compose.c
5726         * src/folder.c
5727         * src/imap.c
5728         * src/inc.c
5729         * src/main.c
5730         * src/mainwindow.c
5731         * src/news.c
5732         * src/send.c
5733         * src/statusbar.[ch]
5734         * src/common/hooks.c
5735         * src/common/log.[ch]
5736                 o handle verbose logging in statusbar directly in statusbar code
5737                   and common code does not need any knowledge about a statusbar
5738                 o remove direct calls to statusbar_(puts|pop)_all functions
5739
5740 2002-12-10 [jens]       0.8.6claws95
5741
5742         * src/*.c
5743                 removed gettext from g_warnings
5744         * po/POTFILES.in
5745                 cleaned and updated
5746         * po/de.po
5747                 updated
5748
5749 2002-12-10 [colin]      0.8.6claws94
5750
5751         * src/main.c
5752                 finish crash dialog fix
5753
5754 2002-12-10 [colin]      0.8.6claws93
5755
5756         * src/main.c
5757                 "Fix" "sylpheed already running" instead of
5758                 crash dialog appearing after a crash
5759
5760 2002-12-10 [colin]      0.8.6claws92
5761
5762         * po/POTFILES.in
5763                 add src/gtk/sslcertwindow.c
5764
5765 2002-12-10 [paul]       0.8.6claws91
5766
5767         * po/POTFILES.in
5768                 updated to reflect recent changes
5769                 submitted by Alessandro Maestri
5770
5771 2002-12-09 [christoph]  0.8.6claws90
5772
5773         * src/Makefile.am
5774         * src/smtp.[ch]                 ** REMOVE **
5775         * src/common/Makefile.am
5776         * src/common/smtp.[ch]          ** NEW **
5777                 move smtp files to common directory
5778
5779 2002-12-09 [christoph]  0.8.6claws89
5780
5781         * src/Makefile.am
5782         * src/session.[ch]              ** REMOVE **
5783         * src/common/Makefile.am
5784         * src/common/session.[ch]       ** NEW **
5785                 move session files to common directory
5786
5787 2002-12-09 [paul]       0.8.6claws88
5788
5789         * src/account.c
5790                 fix bug [649746] edit accounts: move account reverted
5791                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5792
5793 2002-12-09 [colin]      0.8.6claws87
5794
5795         * src/ssl_certificate.c
5796                 cleanup
5797
5798 2002-12-09 [colin]      0.8.6claws86
5799
5800         * src/ssl.c
5801                 Try to open the cert.pem database and 
5802                 issue a warning if it isn't there
5803
5804 2002-12-09 [colin]      0.8.6claws85
5805
5806         * src/common/ssl_certificate.c
5807         * src/gtk/sslcertwindow.c
5808                 Warning fixes
5809
5810 2002-12-09 [colin]      0.8.6claws84
5811
5812         * src/ssl_certificate.[ch] ** REMOVED **
5813         * src/common/ssl_certificate.[ch] ** NEW **
5814         * src/Makefile.am
5815         * src/common/Makefile.am
5816                 Moved ssl_certificate.[ch] to common
5817         * src/common/ssl.c 
5818                 Put back needed include
5819         * src/gtk/sslcertwindow.[ch]
5820                 Changed ssl_certificate.h include
5821         
5822 2002-12-09 [colin]      0.8.6claws83
5823
5824         * src/gtk/sslcertwindow.[ch]
5825                 Implement hook for certificate acception
5826         * src/ssl_certificate.[ch]
5827                 Implement hook for certificate acception
5828         * src/common/ssl.c
5829                 Reenable certificate acception check
5830         * src/mainwindow.c
5831                 Register sslcertwindow's hook
5832         
5833 2002-12-08 [christoph]  0.8.6claws82
5834
5835         * src/about.c
5836         * src/addr_compl.c
5837         * src/codeconv.c
5838         * src/manual.c
5839         * src/undo.c
5840         * src/common/utils.c
5841                 o add missing includes
5842                 o fix warnings
5843         * src/.cvsignore
5844         * src/common/.cvsignore
5845         * src/common/version.h          ** REMOVE **
5846                 remove autogenerated file
5847
5848 2002-12-08 [paul]       0.8.6claws81
5849
5850         * src/stringtable.c
5851                 put back needed include
5852
5853 2002-12-08 [colin]      0.8.6claws80
5854         
5855         * src/gtk/sslcertwindow.c
5856                 Cleaner popups when asking
5857         * src/ssl_certificate.c
5858         * src/prefs_common.[ch]
5859                 remove ssl certificate pref
5860                 put back needed include
5861         * src/undo.c
5862                 put back needed include
5863
5864 2002-12-08 [christoph]  0.8.6claws79
5865
5866         * src/folderview.c
5867         * src/logwindow.c
5868         * src/statusbar.c
5869         * src/summaryview.c
5870                 only abort hook invokation if required data is missing not
5871                 if our own data pointer is NULL, update hookfunction for
5872                 log window
5873
5874 2002-12-08 [paul]       0.8.6claws78
5875
5876         * src/about.c
5877         * src/addrcache.c
5878         * src/addrclip.c
5879         * src/addr_compl.c
5880         * src/addrselect.c
5881         * src/codeconv.c
5882         * src/colorlabel.c
5883         * src/enriched.c
5884         * src/esmtp.c
5885         * src/exporthtml.c
5886         * src/headerview.c
5887         * src/imageview.c
5888         * src/manual.c
5889         * src/noticeview.c
5890         * src/pgptext.c
5891         * src/scoring.c
5892         * src/sourcewindow.c
5893         * src/stringtable.c
5894         * src/undo.c
5895                 clean up: remove unneccesary includes
5896
5897 2002-12-08 [christoph]  0.8.6claws77
5898
5899         * src/folderview.c
5900         * src/statusbar.c
5901         * src/summaryview.c
5902         * src/common/hooks.[ch]
5903                 hook functions now have a gboolean return value, if a hook
5904                 returns TRUE it will stop executing of any more hooks in
5905                 the same hooklist for this invokation
5906
5907 2002-12-08 [colin]      0.8.6claws76
5908         
5909         * src/main.c
5910                 put back argv0 for CRASH_DIALOG
5911
5912 2002-12-08 [christoph]  0.8.6claws75
5913
5914         * src/Makefile.am
5915         * src/about.c
5916         * src/account.c
5917         * src/crash.c
5918         * src/esmtp.h
5919         * src/imap.[ch]
5920         * src/inc.c
5921         * src/main.c
5922         * src/mainwindow.c
5923         * src/news.c
5924         * src/pop.[ch]
5925         * src/prefs_account.[ch]
5926         * src/prefs_common.[ch]
5927         * src/send.[ch]
5928         * src/smtp.[ch]
5929         * src/ssl_certificate.[ch]
5930         * src/ssl_manager.[ch]
5931         * src/common/Makefile.am
5932         * src/common/log.c
5933         * src/common/nntp.[ch]
5934         * src/common/socket.[ch]
5935         * src/common/ssl.[ch]
5936         * src/gtk/sslcertwindow.[ch]
5937         * ac/openssl.m4
5938                 use new autoconf script to detect OpenSSL with extra parameters
5939                 to specify the location of libs and includes, also remove USE_SSL
5940                 to USE_OPENSSL
5941
5942         * src/common/sylpheed.[ch]
5943         * src/common/version.h.in
5944                 start seperation of common code initialization seperated from gui
5945
5946         * src/summaryview.c
5947                 The function that is called when a color label changes
5948                 should not change the color lable again
5949
5950 2002-12-08 [colin]      0.8.6claws74
5951
5952         * src/gtk/sslcertwindow.c
5953                 warning fixes
5954
5955 2002-12-08 [colin]      0.8.6claws73
5956
5957         * src/statusbar.c
5958           src/common/log.h
5959                 Register a hook for statusbar_puts_all
5960         * src/common/log.c
5961                 invoke statusbar_puts_all's hook
5962         
5963 2002-12-08 [colin]      0.8.6claws72
5964
5965         * src/ssl_certificate.c
5966                 Put back a badly-removed include
5967
5968 2002-12-08 [colin]      0.8.6claws71
5969
5970         * src/gtk/sslcertwindow.[ch]    ** NEW **
5971                 new certificate presentation
5972         * src/gtk/Makefile.am
5973                 add new files
5974         * src/ssl_certificate.[ch]
5975                 gtk cleanup, made utility functions public
5976         * src/ssl_manager.c
5977                 use new cert presentation
5978
5979 2002-12-07 [christoph]  0.8.6claws70
5980
5981         * src/Makefile.am
5982         * src/nntp.[ch]                 ** REMOVE **
5983         * src/common/Makefile.am
5984         * src/common/nntp.[ch]          ** NEW **
5985                 move nntp files to common directory
5986
5987 2002-12-07 [christoph]  0.8.6claws69
5988
5989         * src/procmsg.[ch]
5990         * src/summaryview.c
5991                 implement msginfo update callback using sylpheed's new
5992                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5993
5994 2002-12-06 [christoph]  0.8.6claws68
5995
5996         * src/editgroup.c
5997                 This patch changes the 'Edit Group Details' dialog to
5998                 allow extended selections in either pane, so that
5999                 addresses can be added or removed from a group more
6000                 quickly and easily. (it actually is a net decrease in
6001                 file size, as some unnecessary functions have been
6002                 removed). 
6003                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6004
6005 2002-12-06 [christoph]  0.8.6claws67
6006
6007         * src/Makefile.am
6008         * src/template.[ch]             ** REMOVE **
6009         * src/common/Makefile.am
6010         * src/common/template.[ch]      ** NEW **
6011                 move template files to common directory
6012
6013         * src/nntp.c
6014                 add missing log.h include
6015
6016 2002-12-06 [melvin]     0.8.6claws66
6017
6018         * src/prefs_actions.c
6019                 Added the trailing ">" syntax to insert command's output
6020                 without replacing old text (in contrast to trailing "|").
6021
6022 2002-12-05 [colin]      0.8.6claws65
6023         
6024         * src/common/utils.c
6025                 Don't modify original search_string or it'll change
6026                 the next iterations in the for()
6027
6028 2002-12-05 [darko]      0.8.6claws64
6029
6030         * src/common/utils.c
6031                 proper check for filtering commands, found by Colin
6032
6033 2002-12-05 [darko]      0.8.6claws63
6034
6035         * src/common/utils.c
6036                 check proper string for NULL pointer, found by Colin
6037
6038 2002-12-05 [darko]      0.8.6claws62
6039
6040         * src/common/utils.[ch]
6041                 expand_search_string(): new function
6042                 converts Mutt-like patterns to Sylpheed's
6043                 filtering engine
6044         * src/summaryview.c
6045                 use expand_search_string() to allow Mutt-like
6046                 patterns in extended search
6047         * README.claws
6048                 document extended option in quick search
6049
6050 2002-12-05 [paul]       0.8.6claws61
6051
6052         * sync with 0.8.6cvs16
6053                 see ChangeLog 2002-12-05
6054                 
6055         * po/POTFILES.in
6056                 clean up
6057
6058 2002-12-04 [christoph]  0.8.6claws60
6059
6060         * src/imap.[ch]
6061                 put imap authentication code into a new function and
6062                 remove it from imap_session_new that will allow to
6063                 send other commands before authentication
6064
6065 2002-12-04 [christoph]  0.8.6claws59
6066
6067         * src/imap.[ch]
6068                 use already existing method to prevent unneeded IMAP
6069                 folder selects. Set imap_select parameters to NULL
6070                 in some functions if the values are not required.
6071
6072         * src/xml.h
6073                 remove no longer required include
6074
6075 2002-12-04 [paul]       0.8.6claws58
6076
6077         * po/es.po
6078                 updated by Ricardo Mones Lastra
6079                 
6080         * configure.in
6081           po/hu.po      ** NEW FILE **
6082                 initial Hungarian translation, submitted
6083                 by Gál Zoltán <galzoli@hu.inter.net>
6084
6085 2002-12-03 [christoph]  0.8.6claws57
6086
6087         * src/Makefile.am
6088         * src/gtksctree.[ch]            ** REMOVE **
6089         * src/gtk/Makefile.am
6090         * src/gtk/gtksctree.[ch]        ** NEW **
6091                 move gtksctree files to gtk directory
6092
6093 2002-12-03 [christoph]  0.8.6claws56
6094
6095         * src/Makefile.am
6096         * src/md5.[ch]                  ** REMOVE **
6097         * srm/common/Makefile.am
6098         * src/common/md5.[ch]           ** NEW **
6099                 move md5 files to common directory
6100
6101         * src/gtkstext.c
6102                 remove not required #include
6103
6104 2002-12-03 [sergey]     0.8.6claws55
6105
6106         * src/gtkutils.c
6107         * src/gtkutils.h
6108                 gtkut_window_popup(): new function.
6109         * src/mainwindow.c
6110                 main_window_popup(): use gtkut_window_popup() to raise
6111                 window without changing its position.
6112                 (see sylpheed-main ML message [sylpheed:17247])
6113
6114 2002-12-03 [sergey]     0.8.6claws54
6115
6116         * src/send.c
6117                 send_message_local(): removed first-dot escaping
6118                 (SMTP-only, not needed for sending through pipe)
6119
6120 2002-12-03 [paul]       0.8.6claws53
6121
6122         * po/POTFILES.in
6123                 update to reflect recent changes (thanks
6124                 to Ricardo Mones Lastra)
6125                 
6126         * tools/filter_conv.pl
6127                  fix problem with quoted strings. Patch submitted
6128                  by Luke Plant <lukeplant@softhome.net>
6129
6130 2002-12-03 [paul]       0.8.6claws52
6131
6132         * sync with 0.8.6cvs15
6133                 see ChangeLog 2002-12-03
6134
6135 2002-12-02 [christoph]  0.8.6claws51
6136
6137         * src/logwindow.[ch]
6138         * src/common/log.[ch]
6139                 implement logging using a hook function
6140
6141         * src/folderview.c
6142         * src/folder.[ch]
6143                 define hooklist name in header file to avoid
6144                 errors caused by wrong spelling of hooklist names
6145
6146         * src/toolbar.c
6147                 fix warnings
6148
6149 2002-12-02 [christoph]  0.8.6claws50
6150
6151         * src/common/Makefile.am
6152                 add src/common/hooks.[ch]
6153
6154         * src/common/hooks.[ch]
6155                 implement a simple hook system using glib's hook functions
6156
6157         * src/folder.[ch]
6158         * src/folderview.c
6159                 use new hook system for folder item updates
6160
6161 2002-12-02 [christoph]  0.8.6claws49
6162
6163         * doc-src/ui_seperation.txt     ** NEW **
6164                 information for ui seperation
6165
6166         * src/Makefile.am
6167                 remove files that were moved to common
6168                 include common directory by default for the header files
6169
6170         * src/inc.c
6171         * src/common/socket.c
6172         * src/automaton.[ch]
6173                 implement automaton using g_io_*-functions instead of
6174                 gdk_input_add to make it ui independent
6175
6176         * src/codeconv.c
6177         * src/compose.c
6178         * src/ldif.c
6179         * src/pgptext.c
6180         * src/procmime.c
6181         * src/rfc2015.c
6182         * src/smtp.c
6183         * src/unmime.c
6184                 remove common/ prefix because directory is now in
6185                 include path
6186
6187         * src/compose.c
6188         * src/folder.c
6189         * src/folderview.c
6190         * src/mainwindow.c
6191         * src/messageview.c
6192         * src/prefs_common.c
6193         * src/procmsg.c
6194         * src/rfc2015.c
6195                 fix warnings
6196
6197         * src/imap.c
6198         * src/inc.c
6199         * src/news.c
6200         * src/pop.c
6201         * src/send.c
6202         * src/smtp.c
6203         * src/ssl_certificate.c
6204                 add log.h header file for logging functions
6205
6206         * src/main.c
6207         * src/common/utils.c
6208         * src/summaryview.c
6209         * src/xml.c
6210                 o move debug_mode to common/utils.c
6211                 o add functions to set and get debug_mode
6212
6213         * src/defs.h                    ** REMOVE **
6214         * src/intl.h                    ** REMOVE **
6215         * src/socket.[ch]               ** REMOVE **
6216         * src/ssl.[ch]                  ** REMOVE **
6217         * src/utils.[ch]                ** REMOVE **
6218                 replaced by new files in src/common/
6219         
6220         * src/common/Makefile.am
6221                 add new files in src/common/
6222
6223         * src/common/defs.h             ** NEW **
6224         * src/common/intl.h             ** NEW **
6225         * src/common/log.[ch]           ** NEW **
6226         * src/common/socket.[ch]        ** NEW **
6227         * src/common/ssl.[ch]           ** NEW **
6228         * src/common/utils.[ch]         ** NEW **
6229                 replacement for files in src/
6230
6231 2002-12-02 [colin]      0.8.6claws48
6232
6233         * src/folderview.c
6234                 Scroll folderview if necessary during dnd
6235
6236 2002-12-02 [colin]      0.8.6claws47
6237
6238         * src/folder.[ch]
6239                 Add check to verify a move is within a single mailbox
6240         * src/folderview.c
6241                 Add specific error string for this check
6242
6243 2002-12-02 [colin]      0.8.6claws46
6244
6245         * src/folder.c
6246                 Add a test to folder moving, remove a statusbar_print
6247         * src/folderview.c
6248                 Add Move folder... context-menu item
6249                 Factorize folder moving code
6250                 Enable folder DND for mbox
6251
6252 2002-12-01 [christoph]  0.8.6claws45
6253
6254         * ac/aspell.m4
6255                 remove conf.aspelltest if the version check fails
6256
6257 2002-11-30 [christoph]  0.8.6claws44
6258
6259         * autogen.sh
6260                 run libtoolize --force in autogen to create missing
6261                 libtool scripts
6262
6263 2002-11-30 [christoph]  0.8.6claws43
6264
6265         * src/Makefile.am
6266         * src/pgptext.c
6267         * src/procmime.c
6268         * src/rfc2015.c
6269         * src/uuencode.[ch]             ** REMOVED **
6270         * src/common/Makefile.am
6271         * src/common/uuencode.[ch]      ** NEW **
6272                 move uuen/decoder to common directory
6273
6274 2002-11-30 [christoph]  0.8.6claws42
6275
6276         * src/Makefile.am
6277         * src/base64.[ch]               ** REMOVED **
6278         * src/codeconv.c
6279         * src/compose.c
6280         * src/ldif.c
6281         * src/pgptext.c
6282         * src/procmime.c
6283         * src/rfc2015.c
6284         * src/smtp.c
6285         * src/unmime.c
6286         * src/common/Makefile.am
6287         * src/common/base64.[ch]        ** NEW **
6288                 move base64 en/decoder to common directory
6289
6290 2002-11-30 [christoph]  0.8.6claws41
6291
6292         * src/common                    ** NEW **
6293                 new directory for UI independent code
6294         * src/gtk                       ** NEW **
6295                 new directory for GTK frontend
6296         * src/common/.cvsignore         ** NEW **
6297         * src/gtk/.cvsignore            ** NEW **
6298                 ignore build files
6299         * src/common/Makefile.am        ** NEW **
6300         * src/gtk/Makefile.am           ** NEW **
6301                 automake files to build new seperated stuff
6302         * src/Makefile.am
6303                 the binary will currently still be build with the
6304                 files in src, so we include the code from the
6305                 subdirs for now after building the libs there
6306
6307 2002-11-30 [paul]       0.8.6claws40
6308
6309         * src/compose.c
6310                 fix bug [642731] 'Wrong selected account with drafted mail'
6311
6312 2002-11-29 [oliver]     0.8.6claws39
6313         
6314         * src/messageview.c
6315                 o update summaryview when switching between different
6316                   messageviews          
6317         * src/toolbar.c  
6318                 o check if messageview holds already removed msg
6319                   from summaryview
6320                 
6321
6322 2002-11-29 [oliver]     0.8.6claws38
6323
6324         * src/toolbar.c 
6325                 remove not needed variables and includes
6326                 make messageview stay opened and move to next when msgs are deleted 
6327
6328 2002-11-29 [oliver]     0.8.6claws37
6329         
6330         * src/toolbar.c 
6331                 disable compose button (messageview toolbar) by default
6332                 deleted msgs are moved to trash
6333         
6334 2002-11-29 [melvin]     0.8.6claws36
6335
6336         * configure.in
6337                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6338                 and to detect signatures expirations (gpgme 0.3.6)
6339
6340         * src/main.c
6341                 Use non obsolescent function for Gpgme engine checking.
6342
6343         * src/rfc2015.c
6344                 Inform about expired signatures or signatures which key
6345                 has expired. Expiration date is displayed.
6346
6347         * src/sigstatus.c
6348                 Inform about expired signatures or signatures which key
6349                 has expired.
6350
6351 2002-11-28 [paul]       0.8.6claws35
6352
6353         * src/folderview.c
6354                 re-instate 'Check for new messages' in Newsgroup
6355                 folders right-click menu, after a suggestion from
6356                 Tim Mann <timmann@users.sourceforge.net>
6357
6358         * src/main.c
6359                 after a crash check only local folders for new
6360                 messages
6361
6362 2002-11-28 [paul]       0.8.6claws34
6363
6364         * configure.in
6365                 apply patch that fixes the checking of GTK with XIM 
6366                 support on different OSs, such as FreeBSD. Patch 
6367                 submitted by Topia <topia@users.sourceforge.net>
6368                 
6369 2002-11-28 [paul]       0.8.6claws33
6370
6371         * src/mainwindow.c
6372           src/prefs_common.c
6373           src/prefs_toolbar.c
6374                 more changes to the English
6375
6376 2002-11-28 [paul]       0.8.6claws32
6377
6378         * sync with 0.8.6cvs13
6379                 see ChangeLog 2002-11-28 (no sync needed
6380                 for src/compose.c)
6381
6382 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6383         
6384         * src/mainwindow.[ch]
6385                 add patch by Ivan F. Martinez introducing messageview Toolbar
6386                 some changes and committed by oliver    
6387
6388 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6389
6390         * src/messageview.[ch]
6391                 add patch by Ivan F. Martinez introducing messageview Toolbar
6392                 some changes and committed by oliver    
6393
6394 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6395
6396         * src/compose.[ch]
6397                 add patch by Ivan F. Martinez introducing messageview Toolbar
6398                 some changes and committed by oliver    
6399
6400 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6401         
6402         * src/toolbar.[ch]
6403                 add patch by Ivan F. Martinez introducing messageview Toolbar
6404                 some changes and committed by oliver
6405
6406 2002-11-28 [oliver]     0.8.6claws27
6407         
6408         * src/prefs_toolbar.[ch]
6409                 getting ready for messageview toolbar
6410                 free mem allocated by gettext
6411                 change prefs_toolbar to prefs_toolbar_open
6412  
6413 2002-11-28 [thorsten]   0.8.6claws26
6414
6415         * src/imageview.[ch]
6416                 cleaned up conflicting declarations of
6417                 imageview_show_image()
6418
6419 2002-11-28 [paul]       0.8.6claws25
6420
6421         * src/grouplistdialog.c
6422           src/prefs_common.c
6423           src/prefs_summary_column.c
6424                 a few more improvements to the English
6425
6426 2002-11-28 [colin]      0.8.6claws24
6427
6428         * man/sylpheed.1
6429                 A few updates to command-line parameters
6430
6431 2002-11-28 [colin]      0.8.6claws23
6432
6433         * src/prefs_filtering.c
6434                 Fix problems with prefs_filtering_delete_path:
6435                 a) if the first rule is removed, original pointers
6436                    weren't updated (leading to segfaults)
6437                 b) it was always global_processing updated in case
6438                    of removed path was parent of rule path
6439
6440 2002-11-27 [paul]       0.8.6claws22
6441
6442         * src/mainwindow.c
6443           src/prefs_account.c
6444           src/prefs_actions.c
6445           src/prefs_common.c
6446           src/prefs_customheader.c
6447           src/prefs_display_header.c
6448           src/prefs_filtering.c
6449           src/prefs_folder_item.c
6450           src/prefs_matcher.c
6451           src/prefs_scoring.c
6452           src/prefs_summary_column.c
6453           src/prefs_template.c
6454           src/prefs_toolbar.c
6455                  improve the English in the GUI
6456
6457 2002-11-27 [colin]      0.8.6claws21
6458
6459         * src/folder.c
6460                 Fix processing renaming problems happening after
6461                 last commit
6462
6463 2002-11-27 [colin]      0.8.6claws20
6464
6465         * src/folder.c
6466                 recursive move now deletes src each subfolder after 
6467                 having moved it
6468         * src/folderview.c
6469                 Use identifier instead of path during dnd (enables
6470                 IMAP folder dnd)
6471
6472 2002-11-27 [paul]       0.8.6claws19
6473
6474         * src/main.c
6475                 apply patch that does command-line processing 
6476                 BEFORE gtk_init, allowing claws to run from 
6477                 shell-scripts in non-X environment (e.g. crontab 
6478                 or ip-up, ip-down scripts). Patch submitted by
6479                 Ruslan N. Balkin <baron@dartel.ru>
6480                 
6481         * po/it.po
6482                 updated by Alessandro Maestri
6483
6484 2002-11-27 [paul]       0.8.6claws18
6485
6486         * sync with 0.8.6cvs12
6487           src/prefs_common.c
6488                 Differences are that main uses a 'Receive dialog'
6489                 frame on the Interface tab, whereas claws groups all 
6490                 the dialogs together in a 'Dialogs' frame.
6491
6492 2002-11-27 [colin]      0.8.6claws17
6493
6494         * src/prefs_matcher.c
6495                 Fix Execute criteria's NOT flag
6496
6497
6498 2002-11-26 [christoph]  0.8.6claws16
6499
6500         * src/ssl.c
6501                 rewrite the ssl code a little bit, only use one
6502                 SSL context, set default certificates' file/path
6503
6504 2002-11-26 [thorsten]   0.8.6claws15
6505
6506         * src/compose.c
6507                 default-reply-to didn't work for ml-reply
6508
6509 2002-11-26 [melvin]     0.8.6claws14
6510
6511         * src/prefs_actions.c
6512                 Made pipe-actions ignore short headers in message view
6513                 Made trailing-pipe-actions write in the message view with
6514                 the same font as the original message
6515
6516 2002-11-26 [paul]       0.8.6claws13
6517
6518         * src/compose.c
6519                 this time commit the correct file
6520
6521 2002-11-26 [paul]       0.8.6claws12
6522
6523         * sync with 0.8.6cvs11
6524           src/quote_fmt_parse.y  
6525                 no sync needed
6526           src/account.[ch]       
6527                 not sync'ed
6528           src/compose.c
6529                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6530                 on draft mode.
6531                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6532                 header
6533                 
6534         see ChangeLog 2002-11-25 and 2002-11-26
6535
6536 2002-11-26 [colin]      0.8.6claws11
6537
6538         * src/folderview.c
6539                 Fix collapsed folder not auto-expanding during
6540                 mail dnd, if it was the source folder.
6541
6542 2002-11-25 [colin]      0.8.6claws10
6543
6544         * src/folderview.[ch]
6545                 Variable renaming and cleaning (slist of nodes 
6546                 to be re-collapsed is stored in FolderView)
6547
6548 2002-11-25 [paul]       0.8.6claws9
6549
6550         * src/prefs_common.[ch]
6551                 fix breakage caused by last commit
6552
6553 2002-11-25 [paul]       0.8.6claws8
6554
6555         * sync with 0.8.6cvs4
6556                 see ChangeLog 2002-11-21
6557
6558 2002-11-25 [paul]       0.8.6claws7
6559
6560         * sync with 0.8.6cvs4
6561                 see ChangeLog 2002-11-20
6562
6563 2002-11-25 [paul]       0.8.6claws6
6564
6565         * sync with 0.8.6cvs3
6566                 see ChangeLog 2002-11-18
6567
6568 2002-11-25 [colin]      0.8.6claws5
6569
6570         * src/gtkutils.[ch]
6571                 Add gtkut_ctree_node_is_parent()
6572         * src/folderview.c
6573                 Spring-loaded folders
6574
6575 2002-11-25 [colin]      0.8.6claws4
6576
6577         * src/utils.[ch]
6578                 Add slist_concat_unique(), function to merge
6579                 two GSList filtering dups
6580         * src/folder.[ch]
6581         * src/summaryview.[ch]
6582         * src/folderview.c
6583         * src/main.c
6584                 Add detection/update/display of unread answers
6585                 to marked mails
6586         * src/procmsg.[ch]
6587                 Add procmsg_find_children()
6588                 Add procmsg_msg_has_marked_parent()
6589
6590 2002-11-25 [colin]      0.8.6claws3
6591
6592         * src/ssl_certificate.[ch]
6593                 Allow checking a certificate without a DNS
6594                 lookup
6595                 Allow to forget a cert (by deleting it)
6596                 Make ssl_certificate_destroy_public
6597         * src/ssl_manager.[ch] ** NEW FILES **
6598                 Gui to manage (display/remove) certificates
6599         * src/prefs_common.[ch]
6600                 Add a pref to allow silent acceptation of
6601                 trusted certificates or not (based on the
6602                 "I want to know what's going on" principle)
6603         * src/mainwindow.c
6604                 Add SSL manager in Tools menu
6605         * src/Makefile.am
6606                 Add the new files to the build
6607         * po/POTFILES.in
6608                 Add ssl_manager.c to translations
6609
6610 2002-11-25 [colin]      0.8.6claws2
6611
6612         * src/summaryview.[ch]
6613                 Add S_SEARCH_EXTENDED to the quick search, which 
6614                 allows to search using filtering syntax.
6615
6616 2002-11-25 [colin]      0.8.6claws1
6617
6618         * src/summaryview.c
6619                 Deletion of duplicates now prefer deleting
6620                 the unread dup (fixes feature-request 638989).
6621
6622 2002-11-24 [paul]       0.8.6claws
6623
6624         * po/es.po
6625           po/pl.po
6626           po/ru.po
6627           po/sr.po
6628                 updated by Ricardo Mones Lastra,
6629                 Witold Wladyslaw Wojciech Wilk,
6630                 Ruslan N. Balkin, and  Urke MMI 
6631                 respectively
6632
6633 2002-11-24 [paul]       0.8.5claws182
6634
6635         * po/bg.po
6636                 updated by George Danchev
6637
6638 2002-11-23 [alfons]     0.8.5claws181
6639
6640         * src/imap.c
6641                 tiny memory leak found by browsing Dimitar's 
6642                 valgrind report
6643
6644 2002-11-23 [paul]       0.8.5claws180
6645
6646         * po/it.po
6647                 updated by Alessandro Maestri
6648
6649 2002-11-22 [christoph]  0.8.5claws179
6650
6651         * src/compose.c
6652         * src/inc.c
6653         * src/prefs_filtering.c
6654         * src/summaryview.c
6655                 more warning fixes
6656
6657 2002-11-22 [alfons]     0.8.5claws178
6658
6659         * src/summaryview.c
6660                 summary_execute_delete_func(): if message is deleted, make 
6661                 sure to also remove its entry in the subject hash table. 
6662                 fixes a corner case bug.
6663
6664 2002-11-22 [paul]       0.8.5claws177
6665
6666         * .cvsignore
6667                 add 'autom4te.cache'
6668                 
6669         * ltconfig      ** REMOVED **
6670                 not needed
6671
6672 2002-11-22 [paul]       0.8.5claws176
6673
6674         * src/textview.c
6675                 textview_set_font(): fix for message display in
6676                 UTF-8 locales (thanks to Sergey Vlasov).
6677                 
6678         * AUTHORS
6679                 add new team members and contributors
6680
6681
6682 2002-11-21 [colin]      0.8.5claws175
6683
6684         * src/procmsg.[ch]
6685                 Add procmsg_remove_special_headers()
6686         * src/mh.c
6687                 Use procmsg_remove_special_headers() for 
6688                 previous fix
6689
6690 2002-11-21 [colin]      0.8.5claws174
6691
6692         * src/mh.c
6693                 Fix moving/copying from queue/draft folders
6694                 for MH folders
6695
6696 2002-11-21 [christoph]  0.8.5claws173
6697
6698         * src/crash.c
6699         * src/filtering.c
6700         * src/logwindow.c
6701         * src/main.c
6702         * src/matcher_parser_lex.[hl]
6703         * src/mbox.c
6704         * src/mbox_folder.[ch]
6705         * src/prefs_filtering.c
6706         * src/procheader.c
6707         * src/quote_fmt_lex.l
6708         * src/ssl.c
6709                 fix all warnings except the warnings in lex and yacc files
6710
6711 2002-11-20 [christoph]  0.8.5claws172
6712
6713         * src/imap.c
6714                 fix MsgInfo retrieval for IMAP draft and queue folders
6715                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6716
6717 2002-11-19 [christoph]  0.8.5claws171
6718
6719         * src/compose.c
6720                 fix segfault, when draft saving does not get
6721                 the MsgInfo of the new message
6722                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6723
6724 2002-11-19 [christoph]  0.8.5claws170
6725
6726         * src/procmsg.c
6727                 add parameter check for flag setting function
6728                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6729
6730 2002-11-18 [paul]       0.8.5claws169
6731
6732         * src/compose.c
6733                 more sensitivity fixes to redirect mode:
6734                 * disable toolbar draft button
6735                 * allow only Address book in the Tools menu
6736                 * disable editing of message by the spell
6737                   checker
6738
6739 2002-11-18 [paul]       0.8.5claws168
6740
6741         * src/compose.c
6742                 fix sensitivity of menu items in compose_redirect():
6743                 allow only the necessary items 
6744
6745 2002-11-18 [paul]       0.8.5claws167
6746
6747         * src/compose.c
6748                 fix bug [ 603259 ] 'attachment got lost on bounce'
6749
6750 2002-11-18 [paul]       0.8.5claws166
6751
6752         * po/ru.po
6753                 updated by Ruslan N. Balkin <baron@dartel.ru>
6754
6755 2002-11-18 [colin]      0.8.5claws165
6756
6757         * src/main.c
6758           src/defs.h
6759                 Remove old filtering stuff
6760
6761
6762 2002-11-17 [oliver]     0.8.5claws164
6763
6764         * src/toolbar.h
6765                 remove not needed typedef 
6766
6767 2002-11-17 [oliver]     0.8.5claws163
6768
6769         * src/toolbar.c
6770                 make toolbar's on click events translatable
6771
6772 2002-11-15 [colin]      0.8.5claws162
6773
6774         * src/summaryview.c
6775                 Revert too-soon integration of a feature
6776
6777 2002-11-15 [christoph]  0.8.5claws161
6778
6779         * src/imap.c
6780                 use main's implementation of imap_get_msginfo
6781
6782 2002-11-15 [christoph]  0.8.5claws160
6783
6784         * src/compose.c
6785         * src/folder.[ch]
6786         * src/imap.c
6787         * src/mbox_folder.c
6788         * src/mh.c
6789         * src/news.c
6790         * src/procmsg.c
6791         * src/summaryview.c
6792                 replace claws' fetch_msginfo with main's get_msginfo
6793                 (use main's implementation where possible)
6794
6795 2002-11-15 [colin]      0.8.5claws159
6796
6797         * src/ssl_certificate.c
6798                 Missed a check
6799
6800 2002-11-16 [melvin]     0.8.5claws158
6801
6802         * po/fr.po
6803                 Updated French translations.
6804
6805 2002-11-16 [colin]      0.8.5claws157
6806
6807         * src/ssl_certificate.c
6808                 Check for missing parts in the certificates
6809
6810 2002-11-15 [colin]      0.8.5claws156
6811
6812         * src/folderview.c
6813                 Preventive fix (missing check) found by
6814                 Alfons
6815
6816 2002-11-15 [paul]
6817
6818         * NEWS
6819                 sync with 0.8.6 release
6820
6821 2002-11-15 [colin]      0.8.5claws155
6822
6823         * src/folder.[ch]
6824           src/folderview.c
6825                 Fix error handling of folder_item_move_to()
6826                 (thanks to Alfons!)
6827
6828 2002-11-15 [colin]      0.8.5claws154
6829
6830         * src/folder.[ch]
6831           src/folderview.c
6832                 folder_item_move_to() sets an error message instead
6833                 of having GUI stuff in folder.c
6834
6835 2002-11-15 [colin]      0.8.5claws153
6836
6837         * src/procmsg.[ch]
6838                 Implemented a callback for MsgInfo updates, 
6839                 heavily copy/pasted from Christoph's folder 
6840                 callback system
6841         * src/summaryview.[ch]
6842                 Register summary_update_msg as callback
6843
6844 2002-11-14 [colin]      0.8.5claws152
6845         
6846         * src/procmsg.c
6847                 Update the FolderItem after sending (fixes 617593)
6848
6849 2002-11-14 [christoph]  0.8.5claws151
6850
6851         * src/folder.c
6852                 fix wrong position of NULL pointer check found
6853                 by Sergey
6854
6855 2002-11-14 [christoph]  0.8.5claws150
6856
6857         * src/folder.c
6858                 fix segfault when deleting messages from IMAP folders
6859                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6860
6861 2002-11-14 [colin]      0.8.5claws149
6862
6863         * src/compose.c
6864                 Forwarding was also ignoring the folder's default account.
6865
6866 2002-11-14 [colin]      0.8.5claws148
6867
6868         * src/compose.c
6869                 Fix sent folder not set to folder properties when 
6870                 forwarding.
6871
6872 2002-11-14 [thorsten]   0.8.5claws147
6873
6874         * src/inc.c
6875                 inc_start(): Files were not moved from .processing to inbox,
6876                 if no global processing rule existed
6877
6878 2002-11-14 [colin]      0.8.5claws146
6879
6880         * src/ssl_certificate
6881                 Fix file operations
6882
6883 2002-11-14 [paul]       0.8.5claws145
6884
6885         * po/it.po
6886                 updated by Alessandro Maestri
6887
6888 2002-11-13 [alfons]     0.8.5claws144
6889
6890         * src/folder.c
6891                 folder_item_close(): only mark messages unread
6892                 when a folder has new messages 
6893
6894 2002-11-13 [keith]      0.8.5claws143
6895
6896         * src/imap.c
6897                 Fix problem moving or copying between
6898                 IMAP folders
6899
6900 2002-11-13 [colin]      0.8.5claws142
6901
6902         * src/matcher_parser_parse.y
6903                 Fix rule problem when " don't match
6904
6905 2002-11-13 [christoph]  0.8.5claws141
6906
6907         * src/folder.c
6908         * src/folderview.c
6909                 moved cache saving to folder_item_close
6910                 the folderview should not have to deal with
6911                 this things
6912
6913 2002-11-13 [christoph]  0.8.5claws140
6914
6915         * src/summaryview.c
6916                 moved setting of important score to
6917                 summary_set_prefs_from_folderitem
6918
6919 2002-11-13 [colin]      0.8.5claws139
6920
6921         * src/matcher_parser_parse.y
6922                 Fix a segfault in the parser (happening when
6923                 a good expression had been tested and a bad 
6924                 one arrives)
6925
6926 2002-11-13 [paul]       0.8.5claws138
6927
6928         * sync with 0.8.5cvs24
6929                 see ChangeLog 2002-11-13
6930                 
6931         * po/pt_BR.po
6932                 updated by Fabio Jr. Beneditto
6933
6934 2002-11-13 [colin]      0.8.5claws137
6935         
6936         * src/msgcache.c
6937           src/defs.h
6938           src/procmsg.[ch]
6939                 Revert last commit, problem
6940
6941 2002-11-13 [colin]      0.8.5claws136
6942
6943         * src/msgcache.c
6944                 Remove duplicated code
6945         * src/defs.h
6946                 Bumped CACHE_VERSION and MARK_VERSION
6947         * src/procmsg.[ch]
6948                 Network endian for cache and mark files
6949
6950 2002-11-12 [colin]      0.8.5claws135
6951
6952         * src/inc.c
6953                 Fix the "socket error" dialog which disappeared
6954
6955 2002-11-12 [colin]      0.8.5claws134
6956
6957         * src/msgcache.c
6958                 Reverse last commit which had performance 
6959                 problems, but still reverse the list
6960
6961 2002-11-12 [colin]      0.8.5claws133
6962
6963         * src/msgcache.c
6964                 Reverse list order
6965
6966 2002-11-12 [melvin]     0.8.5claws132
6967
6968         * src/compose.c
6969                 Added a check for a NULL prefs_common.dictionary
6970
6971 2002-11-12 [colin]      0.8.5claws131
6972
6973         * src/ssl_certificate.[ch]
6974                 Use FQDN hostname
6975
6976 2002-11-12 [colin]      0.8.5claws130
6977
6978         * src/ssl_certificate.[ch]
6979                 Take connection port into account for 
6980                 checking certificates (a single hostname
6981                 could have multiple servers with multiple
6982                 certificates)
6983         * src/ssl.c
6984                 Pass the port to ssl_certificate_check
6985
6986 2002-11-12 [paul]       0.8.5claws129
6987
6988         * src/folder.c
6989                 fix a typo in last commit
6990
6991 2002-11-12 [paul]       0.8.5claws128
6992
6993         * sync with 0.8.5cvs23
6994                 see ChangeLog entry 2002-11-12
6995
6996 2002-11-11 [colin]      0.8.5claws127
6997
6998         * src/ssl_certificate.c
6999                 Cleaner messages
7000                 Don't popup, instead log error, if the 
7001                 corresponding pref is checked
7002         * src/ssl_certificate.h
7003                 include <openssl/objects/h>
7004
7005 2002-11-11 [colin]      0.8.5claws126
7006
7007         * src/ssl_certificate.h
7008                 _Really_ clean it
7009
7010 2002-11-11 [colin]      0.8.5claws125
7011         
7012         * src/ssl_certificate.c
7013                 Fixed leak
7014
7015 2002-11-11 [colin]      0.8.5claws124
7016
7017         * src/ssl.c
7018                 Cleaned a bit
7019         * src/ssl_certificate.[ch]
7020                 Cleaned a bit (better use of SSL API)
7021                 (This will cause non-recognition of saved 
7022                  certificates of claws12[23]...)
7023
7024 2002-11-11 [paul]       0.8.5claws123
7025         
7026         * po/es.po
7027                 updated by Ricardo Mones Lastra
7028
7029 2002-11-11 [colin]      0.8.5claws122
7030
7031         * src/ssl.c
7032                 Fix a typo
7033
7034 2002-11-11 [colin]      0.8.5claws121
7035
7036         * src/ssl_certificate.[ch] ** NEW FILES **
7037         * src/ssl.[ch]
7038                 Check SSL certificates presented to us
7039         * src/Makefile.am
7040                 Add ssl_certificate.[ch]
7041         * po/POTFILES.in
7042                 Add ssl_certificate.c
7043
7044 2002-11-11 [paul]       0.8.5claws120
7045
7046         * sync with 0.8.5cvs22
7047                 see ChangeLog 2002-11-11
7048
7049 2002-11-11 [paul]       0.8.5claws119
7050
7051         * sync with 0.8.5cvs21
7052                 see ChangeLog 2002-11-11
7053
7054 2002-11-10 [jens]       0.8.5claws118
7055
7056         * src/folder.c
7057         * src/folderview.c
7058                 corrected some typing
7059         * po/de.po
7060                 updated german translation
7061         * sylpheed.spec.in
7062                 cleaned up specfile and adjusted it for claws
7063
7064 2002-11-10 [colin]      0.8.5claws117
7065
7066         * src/summaryview.c
7067                 a STATUSBAR_PUSH/POP fix
7068
7069 2002-11-10 [colin]      0.8.5claws116
7070
7071         * src/prefs_folder_item.c
7072                 Fix hanging after opening folder properties
7073
7074 2002-11-10 [hoa]        0.8.5claws115
7075
7076         * src/matcher_parser_lex.l
7077         * src/matcher_parser_parse.y
7078                 config file for scoring and filtering is no more trashed
7079                 when there is a syntax error in a filtering rule when
7080                 editing it in a dialog.
7081
7082 2002-11-09 [colin]      0.8.5claws114
7083
7084         * src/mbox_folder.c
7085                 Added missing initialisation of folder->destroy()
7086
7087 2002-11-09 [colin]      0.8.5claws113
7088
7089         * src/folder.c
7090           src/folderview.c
7091                 Fix the status bar messages
7092
7093 2002-11-09 [colin]      0.8.5claws112
7094
7095         * src/folderview.c
7096                 Fix hangs after folder dnd, happening after 
7097                 claws109.
7098
7099 2002-11-09 [christoph]  0.8.5claws111
7100
7101         * src/folderview.c
7102                 just changed order of calls (reverse order of
7103                 associated calls)
7104         * src/inc.c
7105                 lock inc when checking only one account, otherwise
7106                 inc all could be executed at the same time
7107
7108 2002-11-09 [christoph]  0.8.5claws110
7109
7110         * src/folderview.c
7111                 better unlock the mouse cursor before calling
7112                 summary_show because it changes the cursor too
7113
7114 2002-11-09 [christoph]  0.8.5claws109
7115
7116         * src/folder.[ch]
7117         * src/folderview.c
7118                 add functions to open and close a folder
7119                 o opending will execute scanning for remote folders
7120                   and processing
7121                 o closing will unset new flag for messages
7122
7123 2002-11-09 [colin]      0.8.5claws108
7124
7125         * src/folder.c
7126                 Add a call to prefs_matcher_write_config to 
7127                 avoid non-leaf folders filtering settings to be
7128                 lost
7129
7130 2002-11-09 [paul]       0.8.5claws107
7131
7132         * src/prefs_account.c
7133                 re-word a label
7134
7135 2002-11-09 [colin]      0.8.5claws106
7136
7137         * src/folderview.c
7138                 Minor esthetic fix
7139
7140 2002-11-09 [colin]      0.8.5claws105
7141
7142         * src/folderview.c
7143                 Fix prefs_filtering deletion for MH folders (same
7144                 reason as below)
7145         * src/prefs_filtering.c
7146                 Fix prefs_filtering renaming and deletion for 
7147                 folder-based processing rules.  
7148
7149 2002-11-09 [christoph]  0.8.5claws104
7150
7151         * src/compose.c
7152         * src/folder.[ch]
7153         * src/folderview.[ch]
7154         * src/import.c
7155         * src/inc.c
7156         * src/main.c
7157         * src/mainwindow.c
7158         * src/messageview.c
7159         * src/prefs_folder_item.c
7160         * src/procmsg.c
7161         * src/summaryview.c
7162                 implement a callback system for folder item updates
7163
7164 2002-11-09 [colin]      0.8.5claws103
7165
7166         * src/folderview.c
7167                 Fix prefs_filtering renaming for MH folders (we
7168                 shouldn't rename by path as another folder could
7169                 have the same hierarchy).
7170
7171 2002-11-09 [colin]      0.8.5claws102
7172
7173         * src/folder.c
7174                 Fix a leak found by Christoph, use better variable
7175                 names
7176
7177 2002-11-09 [colin]      0.8.5claws101
7178
7179         * src/folder.c
7180                 One more fix for processing rules
7181
7182 2002-11-08 [colin]      0.8.5claws100
7183         
7184         * src/matcher.c
7185                 Don't copy the compiled regexp (will be reevaluated)
7186         * src/folderview.c
7187                 Lock folderview while moving
7188         * src/folder.c
7189                 Provide info on what's happening to the user
7190
7191 2002-11-08 [colin]      0.8.5claws99
7192
7193         * src/folderview.c
7194                 Fix folder reordering after a move if parent is 
7195                 root
7196         * src/scoring.[ch]
7197                 Add function to copy a ScoringProp
7198         * src/prefs_folder_item.c
7199                 Copy scoring rules when copying a folder prefs
7200
7201 2002-11-08 [colin]      0.8.5claws98
7202
7203         * src/folderview.c
7204                 Fixes in case of failure
7205         * src/filtering.[ch]    
7206                 Add function to duplicate a FilteringProp
7207         * src/matcher.[ch]
7208                 Add function to duplicate a MatcherProp
7209         * src/prefs_folder_item.c
7210                 Save folder's processing rules when copying 
7211                 its prefs
7212
7213 2002-11-08 [colin]      0.8.5claws97
7214         
7215         * src/folderview.c
7216                 Sort after move
7217         * src/folder.c 
7218                 Change a printf to debug_print
7219
7220 2002-11-08 [colin]      0.8.5claws96
7221
7222         * src/folder.c
7223           src/folderview.c
7224                 Fix segfaults, call me stupido
7225         
7226
7227 2002-11-08 [colin]      0.8.5claws95
7228
7229         *src/folder.c
7230                 Added forgotten prefs to save when moving folders
7231
7232 2002-11-08 [colin]      0.8.5claws94
7233
7234         * src/folder.c
7235                 Fixes to folder DND (prefs copy)
7236         * src/folderview.c
7237                 Optimization for folder DND (don't rescan whole tree)
7238                 Added folderview_create_folder_node() for this 
7239                 optimization, so de-duped a bit the code
7240         * src/prefs_folder_item.[ch]
7241                 Added prefs_folder_item_copy_prefs()    
7242           
7243 2002-11-08 [paul]       0.8.5claws93
7244
7245         * src/prefs_account.c
7246           tools/README
7247           tools/kmail2sylpheed_v2.pl
7248                 correct some typos
7249
7250 2002-11-08 [paul]       0.8.5claws92
7251
7252         * src/compose.c
7253           src/prefs_account.[ch]
7254                 remove account options 'clearsign' and 'ascii_armored',
7255                 replace with 'default_gnupg_mode' to prevent mixed-mode
7256                 Privacy settings
7257
7258 2002-11-08 [paul]       0.8.5claws91
7259
7260         * src/compose.[ch]
7261                 re-implement GnuPG 'on-the-fly' mode selection,
7262                 disallow mixed-mode
7263
7264 2002-11-08 [colin]      0.8.5claws90
7265
7266         * src/folderview.c
7267           src/prefs_folder_item.c
7268                 Change "Property" to "Properties"
7269
7270 2002-11-07 [colin]      0.8.5claws89
7271
7272         * src/folderview.c
7273           src/folder.c
7274                 Allow folder dropping to a root folder
7275
7276 2002-11-07 [paul]       0.8.5claws88
7277
7278         * src/compose.c
7279                 revert last commit
7280
7281 2002-11-07 [paul]       0.8.5claws87
7282
7283         * src/compose.c
7284                 fix reply-to-list bug. closes bug report
7285                 "[633382] reply-to-list broken in recent cvs"
7286
7287 2002-11-07 [paul]       0.8.5claws86
7288
7289         * src/compose.c
7290                 add a forgotten '#if USE_GPGME ... #endif'
7291
7292 2002-11-07 [paul]       0.8.5claws85
7293
7294         * sync with 0.8.5cvs20
7295                 see ChangeLog 2002-11-07
7296
7297 2002-11-07 [colin]      0.8.5claws84
7298
7299         * src/folder.[ch]
7300                 Change folder_item_move_to to return the newly 
7301                 created folderitem.
7302         * src/folderview.c
7303                 Select the new folderitem after moving.
7304
7305 2002-11-07 [colin]      0.8.5claws83
7306
7307         * src/prefs_filtering.c
7308                 Fix rule rewriting when moving a leaf folder to a 
7309                 shorter path
7310
7311 2002-11-07 [colin]      0.8.5claws82
7312
7313         * src/prefs_filtering.c
7314                 fix a leak
7315
7316 2002-11-07 [colin]      0.8.5claws81
7317
7318         * src/folder.[ch]
7319                 Add folder_item_move_to() function to move a 
7320                 folderitem into another one (updates matcher etc)
7321         * src/folderview.c
7322                 Add folder drag'n drop (context menu to come)
7323                 [Should be dataloss free, but Please backup before 
7324                  trying !]
7325
7326 2002-11-06 [colin]      0.8.5claws80
7327
7328         * src/mh.c
7329                 mh_create_folder() returns NULL if can't create
7330                 directory hierarchy
7331
7332 2002-11-06 [paul]       0.8.5claws79
7333
7334         * src/compose.[ch]
7335                 allow 'on-the-fly' changing of the type of encryption 
7336                 and/or signing used (mime/ascii) via the compose window
7337
7338 2002-11-06 [paul]       0.8.5claws78
7339
7340         * sync with 0.8.5cvs19
7341                 see ChangeLog 2002-11-06 for src/account.c: 
7342                 account_get_special_folder()
7343                 
7344 2002-11-05 [alfons]     0.8.5claws77
7345
7346         * src/crash.c
7347                 very minor cleanups: nothing to see here, move on. :-)
7348
7349 2002-11-05 [colin]      0.8.5claws76
7350
7351         * src/main.c
7352                 Changes choices if compose windows are opened to
7353                 Discard, Draft, Don't quit
7354
7355 2002-11-05 [thorsten]   0.8.5claws75
7356
7357         * src/compose.c
7358                 reenabled default_reply_to folder option
7359
7360 2002-11-05 [colin]      0.8.5claws74
7361
7362         * src/compose.[ch] 
7363                 add compose_draft()
7364         * src/crash.c
7365                 add SIGTERM handler
7366         * src/main.[ch]
7367                 add clean_quit() for the SIGTERM handler
7368
7369 2002-11-05 [paul]       0.8.5claws73
7370         
7371         * po/es.po
7372                 updated by Ricardo Mones Lastra
7373
7374 2002-11-05 [melvin]     0.8.5claws72
7375
7376         * src/logwindow.c
7377                 Fixed log-clipping bug #616795.
7378                 To stop logging in the log window use 0 length.
7379         * src/prefs_common.c
7380                 Added a label to inform about the 0 log length behaviour.
7381
7382 2002-11-05 [paul]       0.8.5claws71
7383
7384         * sync with 0.8.5cvs17
7385                 see ChangeLog 2002-11-05
7386
7387 2002-11-04 [paul]       0.8.5claws70
7388
7389         * sylpheed-128x128.png
7390           sylpheed-64x64.png
7391           sylpheed.png
7392                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7393                 <nikai@users.sourceforge.net>
7394                 
7395         * po/bg.po
7396                 updated by George Danchev
7397
7398 2002-11-03 [thorsten]   0.8.5claws69
7399
7400         * src/main.c
7401           src/mimeview.c
7402           src/rfc2015.h
7403                 add check if gpg is active
7404
7405 2002-11-03 [thorsten]   0.8.5claws68
7406
7407         * src/toolbar.h
7408                 removed GSList declaration causing trouble on MacOS-X
7409                 (submitted by alfons, reported by xfesty)
7410
7411 2002-11-01 [paul]       0.8.5claws67
7412
7413         * src/mainwindow.c
7414                 remove last remnants of main's filter code
7415
7416 2002-11-01 [paul]       0.8.5claws66
7417
7418         * tools/filter_conv.pl
7419                 fix bug where user-defined headers were ignored
7420
7421 2002-11-01 [paul]       0.8.5claws65
7422
7423         * src/logwindow.c
7424                 make a debug_print() not translatable
7425
7426 2002-10-31 [melvin]     0.8.5claws64
7427
7428         * ac/aspell.m4
7429                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7430                 not run any GNU/aspell test.  The dictionary path will
7431                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7432                 was given, in which case, it will be $prefix/lib/aspell/
7433         * configure.in
7434                 Fixed typo in commentary (Aspell code).
7435
7436 2002-10-31 [paul]       0.8.5claws63
7437
7438         * po/POTFILES.in
7439                 remove src/filter.c and src/prefs_filter.c
7440                 thanks to Ricardo for reminding me
7441
7442 2002-10-31 [colin]      0.8.5claws62
7443
7444         * src/mbox_folder.c
7445                 Plug some leaks
7446
7447 2002-10-31 [paul]       0.8.5claws61
7448
7449         * src/prefs_filter.[ch] ** REMOVED **
7450           src/filter.[ch]       ** REMOVED **
7451           
7452         * src/Makefile.am
7453           src/folderview.c
7454           src/inc.c
7455           src/main.c
7456           src/mainwindow.c
7457           src/mbox.c
7458           src/prefs_common.c
7459           src/prefs_filtering.c
7460           src/summaryview.[ch]
7461                 remove main's 'filter' code
7462                 
7463         README.claws
7464                 update to reflect removal of main's filter
7465
7466 2002-10-31 [paul]       0.8.5claws60
7467
7468         * src/summaryview.c
7469                 remove check for global_processing in summary_filter_open(). 
7470                 This fixes the bug where if the user uses the right-click 
7471                 'Create filter rule...' and doesn't have any filter rules 
7472                 already defined in claws' advanced filtering, the newly 
7473                 created filter rule goes to main's filtering which is 
7474                 inaccessible through the gui. Now the filter rule gets added
7475                 to claws' filtering by default.
7476
7477 2002-10-28 [melvin]     0.8.5claws59
7478
7479         * src/prefs_actions.c
7480                 Fixed bug #627322 where MIME parts were not always
7481                 correctly passed to a %p action
7482                 Display an error dialog when message filename is not found.
7483
7484 2002-10-28 [melvin]     0.8.5claws58
7485
7486         * src/prefs_common.c
7487                 Readded a missing function declaration lost in 0.8.3claws34
7488
7489 2002-10-28 [paul]       0.8.5claws57
7490
7491         * sync with 0.8.5cvs15
7492                 see ChangeLog 2002-10-28 and 2002-10-25
7493                 
7494         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7495
7496 2002-10-27 [oliver]     0.8.5claws56
7497
7498         * src/pop.c
7499                 plug leak in pop3_top_recv
7500
7501 2002-10-26 [christoph]  0.8.5claws55
7502
7503         * src/folder.c
7504                 set need_update folder flag when messages are added
7505                 (closes bug [ 626922 ] folder not updated after receiving)
7506
7507 2002-10-25 [melvin]     0.8.5claws54
7508
7509         * src/imageview.c
7510                 Fixed a memleak introduced in the scaling code.
7511
7512 2002-10-24 [alfons]     0.8.5claws53
7513
7514         * src/filtering.c
7515                 make filtering's forward message action forward from the 
7516                 correct account
7517                 (closes bug [628089 ] Filter -> Forward from address problem
7518                 reported by Oktay)
7519
7520 2002-10-24 [christoph]  0.8.5claws52
7521
7522         * src/mainwindow.c
7523         * src/manual.[ch]
7524                 o use manual of current locale or english if current
7525                   locale is not available (and english is available)
7526                 o also link to sylpheed doc project manuals
7527
7528 2002-10-23 [paul]       0.8.5claws51
7529
7530         * tools/README
7531           tools/kmail2sylpheed_v2.pl
7532                 add new version of kmail addressbook importer script.
7533                 works with newer versions of Kmail/KAddressBook which
7534                 have new and rearranged data.
7535
7536 2002-10-23 [martin]     0.8.5claws50
7537
7538         * src/folderview.c
7539         * src/summaryview.c
7540         * src/utils.h
7541         * src/utils.c
7542                 added length parameter to get_abbrev_newsgroup_name()
7543                 changed this function so that it abbreviates the newsgroup
7544                 names only so long it is smaller than the length parameter
7545                 (for better reading of some newsgroup names and space efficiency)
7546
7547 2002-10-22 [colin]      0.8.5claws49
7548
7549         *src/foldersel.c
7550                 Revert Alfons' last modification (after voting ;-))
7551
7552 2002-10-21 [alfons]     0.8.5claws48
7553
7554         * src/foldersel.c
7555                 folder view in folder selection dialog reflects state of
7556                 folder view in main window
7557
7558 2002-10-18 [alfons]     0.8.5claws47
7559
7560         * src/mbox.c
7561                 drop imported messages in folder selected by user,
7562                 and not in the inbox
7563                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7564
7565 2002-10-18 [alfons]     0.8.5claws46
7566
7567         * src/compose.c
7568                 make automagic reply work correctly for email accounts 
7569                 (whether it's viable to do a full sync with Hiro's 
7570                 compose.c is still under discussion)
7571
7572 2002-10-18 [melvin]     0.8.5claws45
7573
7574         * src/prefs_actions.c
7575                 Fixed bug #622275 where asynchroneous actions left 
7576                 zombies processes
7577                 Made (synchroneous) actions' input be displayed live.
7578
7579 2002-10-18 [christoph]  0.8.5claws44
7580
7581         * src/textview.c
7582                 don't add a newline in the textview in front of the
7583                 first textpart if header display is disabled
7584                 (closes bug [ 603385 ] disabled header display leaves blank
7585                  lin)
7586
7587 2002-10-18 [christoph]  0.8.5claws43
7588
7589         * src/folder.[ch]
7590         * src/imap.c
7591         * src/mbox_folder.c
7592         * src/mh.c
7593         * src/news.c
7594                 folder->get_num_list now returns an error code
7595                 (closes bug [ 609424 ] News cache cleared on failure)
7596                 
7597 2002-10-17 [colin]      0.8.5claws42
7598         
7599         * src/news.c
7600                 Changed a printf by debug_print
7601
7602 2002-10-16 [paul]       
7603
7604         * tools/OOo2sylpheed.pl
7605                 allow for spaces in the name of the
7606                 file to be attached.
7607
7608 2002-10-16 [colin]      0.8.5claws41
7609
7610         * src/main.c
7611                 Use a tristate to change online mode
7612
7613 2002-10-16 [paul]       0.8.5claws40
7614
7615         * po/es.po
7616                 updated by Ricardo Mones Lastra
7617
7618 2002-10-16 [colin]      0.8.5claws39
7619
7620         * src/main.c
7621           src/mainwindow.[ch]
7622                 Added --online and --offline command-line
7623                 switches
7624
7625 2002-10-15 [christoph]  0.8.5claws38
7626
7627         * src/procmime.c
7628                 set mimeinfo->name to NULL after g_free to
7629                 avoid double freeing with g_free
7630
7631 2002-10-14 [christoph]  0.8.5claws37
7632
7633         * src/compose.c
7634         * src/filtering.c
7635         * src/summaryview.c
7636                 remove calls to folder->change_flags that are now
7637                 done by procmsg flag functions (seems it is not
7638                 used by any foldertype anyway)
7639         * src/folder.c
7640                 init folder->change_flags with NULL
7641
7642 2002-10-14 [christoph]  0.8.5claws36
7643
7644         * src/folder.[ch]
7645         * src/imap.[ch]
7646                 use virtual functions for folder item new and destroy
7647                 functions
7648
7649 2002-10-14 [melvin]     0.8.5claws35
7650
7651         * src/compose.c
7652                 Added a test to not run the spell checker if no default
7653                 dictionary is available. No dialog is displayed though.
7654
7655 2002-10-14 [melvin]     0.8.5claws34
7656
7657         * src/gtkaspell.c
7658                 Fixed bug in dictionary list context menu where
7659                 "More..." pointed to an emtpy submenu if the
7660                 number of dictionaries is a multiple of 15
7661                 Removed unneeded code in suggestions list creation
7662
7663 2002-10-14 [paul]       0.8.5claws33
7664
7665         * po/bg.po
7666                 updated by George Danchev
7667
7668 2002-10-13 [hoa]        0.8.5claws32
7669
7670         * src/matcher.[ch]
7671           src/matcher_parser_parser.y
7672                 removed the escaped string from internal structure
7673                 of matcher.
7674
7675 2002-10-12 [colin]      0.8.5claws31
7676
7677         * src/gtksctree.[ch]
7678           src/summaryview.c
7679                 Removed useless function gtksctree_reanchor
7680
7681 2002-10-12 [alfons]     0.8.5claws30
7682         
7683         * sync with remaining main changes 2002-10-09 - 2002-10-11
7684         - drop changes to src/compose.c (requires claws specific changes)
7685         
7686 2002-10-12 [alfons]     0.8.5claws29
7687         
7688         * sync with main changes of 2002-10-08
7689         - drop changes to src/compose.c (requires claws specific changes)
7690         - drop changes to src/summaryview.c (requires changes to compose.c)     
7691
7692 2002-10-12 [alfons]     0.8.5claws28
7693         
7694         * sync with main changes of 2002-10-07
7695
7696 2002-10-12 [alfons]     0.8.5claws27
7697
7698         * sync with main changes of 2002-10-04
7699         - drop changes to src/compose.c (requires claws specific changes)
7700         - drop changes to src/prefs_folder_item.c (claws implementation
7701           seems to be working)
7702
7703 2002-10-12 [colin]      0.8.5claws26
7704
7705         * src/mainwindow.c
7706                 Fix folder-flicker when space-reading, introduced 
7707                 in claws22.
7708
7709 2002-10-12 [colin]      0.8.5claws25
7710
7711         * src/compose.c
7712                 Save account address when saving as draft.
7713                 (closes bug 621838)
7714
7715 2002-10-12 [colin]      0.8.5claws24
7716
7717         * src/summaryview.c
7718                 Fix the problem consisting of no message selected
7719                 after the last message in a folder has been moved.
7720
7721 2002-10-12 [paul]       0.8.5claws23
7722
7723         * src/compose.c
7724           src/prefs_template.c
7725           src/template.[ch]
7726                 add Cc and Bcc to templates. Patch submitted by
7727                 John L. Males.
7728
7729 2002-10-12 [colin]      0.8.5claws22
7730
7731         * src/folderview.c
7732                 Fix a bug after "Check for new messages":
7733                 If a folder was opened, it was still selected at
7734                 the end of the check, but displayed empty.
7735         * src/mainwindow.c
7736                 Remove unnecessary check
7737
7738 2002-10-12 [paul]
7739
7740         * tools/README
7741                 be more verbose in the description of
7742                 OOo2sylpheed.pl
7743                 
7744
7745 2002-10-11 [colin]      0.8.5claws21
7746
7747         * src/mainwindow.c
7748                 Make space work (better) when no mail is selected
7749
7750 2002-10-11 [colin]      0.8.5claws20
7751
7752         * src/inc.c
7753           src/news.c
7754                 fix warnings
7755
7756 2002-10-11 [colin]      0.8.5claws19
7757
7758         * src/mainwindow.c
7759                 revert 0.8.5claws6 changes as i couldn't get to
7760                 anything satisfying
7761
7762 2002-10-11 [melvin]     0.8.5claws18
7763
7764         * src/compose.c
7765                 Removed buggy and unused macro (should have been committed in
7766                 0.8.5claws17)
7767
7768 2002-10-11 [melvin]     0.8.5claws17
7769
7770         * src/compose.c
7771                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7772
7773 2002-10-11 [thorsten]   0.8.5claws16 
7774
7775         * src/folderview.c
7776                 remove rescan warning
7777
7778 2002-10-11 [colin]      0.8.5claws15 
7779
7780         * src/procheader.c
7781                 fix a segfault that happens if conv_unmime_header
7782                 fails (should be better to find out why it fails)
7783
7784 2002-10-11 [christoph]  0.8.5claws14
7785
7786         * src/summaryview.c
7787                 update folderview stats after ignore/unignore thread
7788
7789 2002-10-11 [hoa]        0.8.5claws13
7790
7791         * src/quote_fmt_parse.y
7792                 Fixed a yacc/bison syntax error
7793         * src/matcher.c
7794                 Escaping of string is fixed.
7795
7796 2002-10-11 [colin]      0.8.5claws12
7797
7798         * src/imageview.c
7799                 Resize images to fit
7800
7801 2002-10-11 [paul]       0.8.5claws11
7802
7803         * po/es.po
7804                 updated by Ricardo Mones Lastra
7805
7806 2002-10-10 [alfons]     0.8.5claws10
7807
7808         * src/compose.c
7809                 allow dropping files by "moving" files from a file manager,
7810                 not only by the more cumbersome "copying". the latter 
7811                 mostly implies holding down the Control button
7812
7813 2002-10-10 [christoph]  0.8.5claws9
7814
7815         * src/summaryview.c
7816                 update folders after thread building for ignored threads
7817
7818 2002-10-10 [christoph]  0.8.5claws8
7819
7820         * config/.cvsignore
7821                 added Makefile
7822         * src/filtering.[ch]
7823         * src/folder.[ch]
7824         * src/folderview.[ch]
7825         * src/import.c
7826         * src/inc.[ch]
7827         * src/mbox.[ch]
7828         * src/procmsg.c
7829         * src/summaryview.[ch]
7830                 o added new flag need_update to FolderItem
7831                 o removed folder_table from various functions from tracking
7832                   folder updates
7833                 o set need_update flags in folder.c's move, copy and delete
7834                   functions and procmsg's flags functions
7835                 o added function folderview_update_items_when_required that
7836                   updates all folders with need_update set
7837                 o call folderview_update_items_when_required instead of
7838                   folderview_update_item_foreach
7839
7840 2002-10-09 [sergey]     0.8.5claws7
7841
7842         * src/compose.c
7843                 Strip CRs whel loading the text into editor in reedit mode.
7844
7845 2002-10-09 [colin]      0.8.5claws6
7846
7847         * src/mainwindow.c
7848                 Make Space work when no mail is selected
7849
7850 2002-10-09 [colin]      0.8.5claws5
7851
7852         * src/gtksctree.[ch]
7853                 Fix range_select
7854                 Add gtk_sctree_reanchor() 
7855         * src/summaryview.c
7856                 Use gtk_sctree_reanchor() - better fix for 
7857                 bug 60413
7858
7859 2002-10-09 [colin]      0.8.5claws4
7860
7861         * src/summaryview.c
7862                 Fix shift-click select after delete problem
7863                 (closes bug 60413)
7864
7865 2002-10-08 [thorsten]   0.8.5claws3
7866
7867         * src/summaryview.c
7868                 exclude current msg from -hide read messages-
7869
7870 2002-10-08 [colin]      0.8.5claws2
7871
7872         * src/inc.[ch]
7873           src/pop.c
7874           src/recv.c
7875                 Differentiate socket errors from disk full
7876                 errors
7877
7878 2002-10-08 [christoph]  0.8.5claws1
7879
7880         * Makefile.am
7881         * configure.in
7882                 modifications for new config directory
7883
7884         * config.guess  ** REMOVED **
7885         * config.sub    ** REMOVED **
7886         * install-sh    ** REMOVED **
7887         * ltmain.sh     ** REMOVED **
7888         * missing       ** REMOVED **
7889         * mkinstalldirs ** REMOVED **
7890                 these files are autogenerated by automake
7891                 when you run autogen.sh
7892
7893         * config/.cvsignore     ** NEW FILE **
7894         * config/Makefile.am    ** NEW FILE **
7895                 ignore autogenerated files
7896                 create a Makefile in this directory
7897
7898 2002-10-08 [paul]       0.8.5claws
7899
7900         * 0.8.5claws release
7901         
7902         * src/compose.c
7903           src/procheader.c
7904           src/procmsg.c
7905                 fix quote reply format for newsgroups reply bug
7906                 (thanks to Hoa)
7907                 
7908         * po/en_GB.po
7909           po/pl.po
7910                 updated by me and Witold Wladyslaw Wojciech Wilk
7911                 repectively
7912
7913 2002-10-07 [paul]       0.8.3claws53
7914
7915         * po/it.po
7916           po/pt_BR.po
7917           po/sr.po
7918                 updated messages catalogs, submitted by
7919                 Alessandro Maestri, Fabio Jr.Beneditto 
7920                 and Urke MMI, respectively.
7921
7922 2002-10-07 [christoph]  0.8.3claws52
7923
7924         * src/folder.[ch]
7925         * src/folderview.c
7926         * src/mainwindow.c
7927                 fix new folder ghost message bug
7928                 (closes bug [ 619722 ] wrong count for newly created folders)
7929
7930 2002-10-07 [christoph]  0.8.3claws51
7931
7932         * src/compose.c
7933                 fix news posting problem
7934
7935 2002-10-07 [melvin]     0.8.3claws50
7936
7937         * po/fr.po
7938                 Updated French translation
7939
7940 2002-10-05 [christoph]  0.8.3claws49
7941
7942         * src/gtkstext.c
7943                 check if line_start_cache is set in gtk_stext_update_text
7944                 (closes bug [ 618119 ] crash while doing search in folder)
7945
7946 2002-10-05 [christoph]  0.8.3claws48
7947
7948         * src/imap.c
7949         * src/news.c
7950         * src/utils.c
7951         * src/utils.h
7952                 implement cache cleanups for claws' folder system
7953                 (closes bug [ 595916 ] imapcache not cleaned up)
7954
7955 2002-10-05 [melvin]     0.8.3claws47
7956
7957         * src/prefs_actions.c
7958                 Made the help text more clear for the %p token
7959
7960 2002-10-04 [paul]       0.8.3claws46
7961
7962         * sync with 0.8.5
7963                 see ChangeLog 2002-10-02 and 2002-10-03
7964
7965 2002-10-04 [christoph]  0.8.3claws45
7966
7967         * src/inc.c
7968                 fix segfault caused by pop before smtp
7969                 call to inc_account_mail with NULL
7970                 pointer for mainwin
7971
7972 2002-10-04 [paul]       0.8.3claws44
7973
7974         * configure.in
7975                 sync the LDAP detection from 0.8.5cvs1
7976
7977 2002-10-02 [christoph]  0.8.3claws43
7978
7979         * po/de.po
7980                 fix small spelling error
7981
7982 2002-10-02 [melvin]     0.8.3claws42
7983
7984         * ac/aspell.m4
7985                 Behave better and say "no" when test program cannot be run.
7986
7987 2002-10-02 [paul]       0.8.3claws41
7988
7989         * sync with 0.8.4cvs1
7990                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7991                 
7992         * src/summaryview.c
7993                 toggle the behavior of Reply menuitem between
7994                 normal reply and reply-to-list
7995
7996 2002-10-01 [sergey]     0.8.3claws40
7997
7998         * src/compose.c
7999                 Convert newlines in the message text to the canonical form
8000                 before base64 encoding (RFC2045 compliance, fixes some
8001                 interoperability issues with Evolution 1.0.3)
8002
8003 2002-09-29 [colin]      0.8.3claws39
8004
8005         * src/summaryview.c
8006                 Fix an unwanted copy/paste
8007
8008 2002-09-29 [colin]      0.8.3claws38
8009
8010         * src/mainwindow.c
8011                 Renamed "Custom toolbar" to "Customize toolbar"
8012                 Renamed "Show all header" to "Show all headers"
8013                 Renamed "Set diplay item" to "Set displayed items"
8014         * src/prefs_common.c
8015                 Renamed "Show all header" to "Show all headers"
8016         * src/prefs_summary_column.c
8017                 Renamed "diplay item" to "displayed items"
8018
8019 2002-09-29 [colin]      0.8.3claws37
8020
8021         * src/mainwindow.[ch]
8022                 online/offline status pixmaps follow theme
8023                 changes
8024         * src/summaryview.[ch]
8025                 quicksearch pixmap follows theme changes
8026
8027 2002-09-29 [thorsten]   0.8.3claws36
8028
8029         * src/compose.c
8030           src/prefs_folder_item.[ch]
8031                 add default_reply_to folder option (closes patch 581044)
8032
8033 2002-09-29 [christoph]  0.8.3claws35
8034
8035         * acconfig.h    ** REMOVED **
8036         * configure.in
8037         * ac/aspell.m4
8038         * ac/check-type.m4
8039         * ac/gnupg-check-typedef.m4
8040                 fix autoheader 2.50 warning
8041
8042 2002-09-29 [christoph]  0.8.3claws34
8043
8044         * major code cleanup (part 2)
8045         
8046                 - unused variables removed
8047                 - unused functions removed
8048                 - uninitialized variables checked
8049                 - missing return statements added
8050                 - missing function return types added
8051                 - added parentheses around assignment
8052                   when suggested by gcc
8053
8054 2002-09-29 [alfons]     0.8.3claws33
8055
8056         * src/logwindow.c
8057                 log_window_clear(): only bracket gtk_text_forward_delete() 
8058                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8059                 works around GTK text bug)
8060
8061 2002-09-29 [paul]       0.8.3claws32
8062
8063         * po/bg.po
8064           po/sr.po
8065                 updated by George Danchev and Urke MMI
8066                 respectively
8067
8068 2002-09-27 [christoph]  0.8.3claws31
8069
8070         * doc-src/readme.txt
8071         * doc-src/rfc1806.txt   ** REMOVED **
8072         * doc-src/rfc2183.txt   ** NEW FILE **
8073         * doc-src/rfc2980.txt   ** NEW FILE **
8074                 update rfcs
8075
8076 2002-09-27 [melvin]     0.8.3claws30
8077
8078         * ac/aspell.m4
8079                 Fixed typo which could break linking
8080
8081 2002-09-27 [melvin]     0.8.3claws29
8082
8083         * ac/aspell.m4
8084                 Improved GNU/aspell checking. 
8085                 Fixed bug #614490
8086
8087 2002-09-27 [paul]       0.8.3claws28
8088
8089         * sync with 0.8.3cvs8
8090                 see ChangeLog 2002-09-27
8091
8092 2002-09-26 [colin]      0.8.3claws27
8093
8094         * src/toolbar.[ch]
8095           src/mainwindow.[ch]
8096                 Add "Reply to Mailing-list" to the toolbar
8097
8098 2002-09-26 [christoph]  0.8.3claws26
8099
8100         * src/summaryview.c
8101                 Fix wrong message counts in summaryview status
8102
8103 2002-09-26 [paul]       0.8.3claws25
8104
8105         * sync with 0.8.3cvs7
8106                 see ChangeLog 2002-09-26
8107
8108 2002-09-26 [paul]       0.8.3claws24
8109
8110         * sync with 0.8.3cvs6
8111                 see ChangeLog 2002-09-25
8112
8113 2002-09-25 [christoph]  0.8.3claws23
8114
8115         * src/prefs_common.c
8116         * src/prefs_folder_item.c
8117         * src/prefs_scoring.c
8118                 Renamed "kill score" to "hide score" in GUI
8119                 and prefs files
8120
8121 2002-09-25 [paul]       0.8.3claws22
8122
8123         * sync with 0.8.3cvs5
8124                 see ChangeLog 2002-09-24
8125
8126 2002-09-24 [alfons]     0.8.3claws21
8127
8128         patch by Satoshi Nagayasu: allows appending / saving multiple 
8129         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8130         'Save as ...'")
8131
8132         * AUTHORS
8133                 add Satoshi Nagayasu
8134         * src/summaryview.c
8135                 summary_save_as(): allow saving selected files to
8136                 one file
8137                 summary_set_menu_sensitive: enable "Save As..." when
8138                 multiple files are selected
8139         * src/utils.[ch]
8140                 append_file(): new function
8141
8142 2002-09-24 [colin]      0.8.3claws20
8143
8144         * src/procmime.c
8145                 Fix segfault when mimeinfo doesn't have a 
8146                 content_type. 
8147
8148 2002-09-24 [colin]      0.8.3claws19
8149
8150         * src/prefs_common.[ch]
8151                 Add a preference to display send dialog or not
8152         * src/send.c
8153                 Display send dialog according to preference
8154
8155 2002-09-24 [colin]      0.8.3claws18
8156
8157         * src/compose.[ch]
8158                 Disable user actions when sending
8159
8160 2002-09-24 [colin]      0.8.3claws17
8161
8162         * src/procmime.c
8163                 Do not display name or filename for attachments
8164                 with an application/pgp-signature type
8165                 (security flaw, see bug 537413)
8166
8167 2002-09-23 [colin]      0.8.3claws16
8168
8169         * src/editaddress.c
8170                 Initialize entry_email, entry_alias and 
8171                 entry_remarks to first email address of the list
8172
8173 2002-09-23 [colin]      0.83claws15
8174
8175         * src/compose.c
8176                 Drop pgp-signature when reediting a signed queued
8177                 message
8178
8179 2002-09-23 [melvin]     0.8.3claws14
8180
8181         * po/fr.po
8182                 Updated French translation
8183
8184 2002-09-23 [melvin]     0.8.3claws13
8185
8186         * src/mainwindow.c
8187                 Made custom toolbar menu labels more consistent
8188         * src/prefs_toolbar.c
8189                 Made custom toolbar window title more consistent
8190
8191 2002-09-22 [colin]      0.8.3claws12
8192
8193         * src/inc.c
8194                 Initialize session type to normal before getting 
8195                 mail (fixes strange Get behaviour)
8196         * src/prefs_account.h
8197                 Move STYPE_POP_BEFORE_SMTP to last position to 
8198                 avoid other side-effects
8199
8200 2002-09-22 [colin]      0.8.3claws11
8201
8202         * src/prefs_account.c
8203                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8204                 from pop3 to apop or vice-versa
8205
8206 2002-09-22 [colin]      0.8.3claws10
8207         
8208         * src/prefs_account.[ch]
8209                 Add an option for the POP before SMTP timeout
8210         * src/inc.c
8211                 Remember time of last POP connection
8212         * src/send.c
8213                 Do POP before SMTP only if timeout reached
8214
8215 2002-09-22 [oliver]     0.8.3claws9
8216         
8217         * README.claws
8218                 explain custom toolbar
8219
8220 2002-09-22 [oliver]     0.8.3claws8
8221
8222         * src/prefs_actions.[ch]
8223         custom toolbar for compose      
8224                 actions callback from compose toolbar
8225         * src/folderview.c
8226                 remove include toolbar.h
8227
8228 2002-09-22 [oliver]     0.8.3claws7
8229         
8230         * src/prefs_toolbar.[ch]
8231                 custom toolbar for compose
8232                 - generic prefs_toolbar handles both
8233                   Mainwin's toolbar as well as Compose toolbar          
8234
8235 2002-09-22 [oliver]     0.8.3claws6
8236         
8237         * src/toolbar.[ch]
8238                 custom toolbar for compose
8239                 restructure toolbar.[ch]
8240
8241 2002-09-22 [oliver]     0.8.3claws5
8242
8243         * src/compose.[ch]
8244                 custom toolbar for compose
8245
8246 2002-09-22 [oliver]     0.8.3claws4
8247         
8248         * src/mainwindow.[ch]
8249                 custom toolbar for compose 
8250                 move mainwin toolbar back to mainwindow
8251
8252 2002-09-22 [alfons]     0.8.3claws3
8253
8254         * src/procmsg.c
8255                 :%sno/if(/if (/gc
8256                 :%sno/for(/for (/gc
8257                 (beautify)
8258
8259 2002-09-22 [alfons]     0.8.3claws2
8260         
8261         * src/procmsg.c
8262                 procmsg_save_to_outbox(): don't unlink message file from queue;
8263                 callers should do it using folder_item_remove_msg()
8264
8265 2002-09-22 [colin]      0.8.3claws1
8266
8267         * src/mimeview.[ch]
8268                 Made mimeview_check_signature() public
8269         * src/textview.c
8270                 Made GPG signatures verifiable by clicking
8271                 the [application/pgp-signature] in the Text
8272                 view
8273
8274 2002-09-22 [paul]       0.8.3claws
8275
8276         * po/bg.po
8277           po/en_GB.po
8278           po/es.po
8279           po/it.po
8280           po/pl.po
8281           po/pt_BR.po
8282           po/sr.po
8283                 updated translations, submitted by George Danchev,
8284                 me, Ricardo Mones Lastra, Alessandro Maestri,
8285                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8286                 and Urke MMI, respectively.     
8287
8288 2002-09-22 [alfons]     0.8.2claws65
8289
8290         * src/procmsg.c
8291         * src/pgptext.c
8292                 no furry valgrinds have been used to plug these memleaks
8293
8294 2002-09-20 [paul]       0.8.2claws64
8295
8296         * sync with 0.8.3cvs4
8297                 'Select thread' re-implemented 
8298                 see ChangeLog 2002-09-20
8299
8300 2002-09-21 [alfons]     0.8.2claws63
8301
8302         * src/compose.c
8303                 compose_send(): plug unnoticed memleak
8304
8305 2002-09-20 [alfons]     0.8.2claws62
8306
8307         * src/addr_compl.c
8308                 replace_address_in_edit(): strict check for NULL address to
8309                 fix "[ 607348 ] Segfault in address completion". My guess is
8310                 that this happens with an empty address book, but it's good
8311                 to have this check here anyway
8312                 
8313                 completion_window_button_press(): free string returned 
8314                 from the internal cache
8315
8316 2002-09-20 [christoph]  0.8.2claws61
8317
8318         * src/procmime.h
8319                 added ENC_BINARY to EncodingType
8320         * src/procmime.c
8321                 the string returned by procmime_get_encoding_str
8322                 should not depend on the order of values in the
8323                 EncodingType definition
8324         * doc-src/rfc1806.txt   ** NEW FILE **
8325                 Added rfc1806 about MIME Content-Disposition
8326                 Extension
8327
8328 2002-09-19 [paul]       0.8.2claws60
8329
8330         * sync with 0.8.2cvs3
8331                 see ChangeLog 2002-09-19
8332
8333 2002-09-19 [paul]       0.8.2claws59
8334
8335         * src/prefs_folder_item.c
8336                 revert to Darko's original alignment of colour
8337                 selector button
8338                 add a colon to folder_color label
8339                 
8340         * src/compose.c
8341                 add Colin's patch (with Hiro's modifications) to 
8342                 force BASE64 encoding for 8-bit text when signing
8343                 (sync with 0.8.3cvs2)
8344
8345 2002-09-18 [alfons]     0.8.2claws58
8346
8347         * src/compose.c
8348                 :%sno/if(/if (/gc
8349                 :%sno/for(/for (/gc
8350                 (beautify a little bit)
8351
8352 2002-09-18 [christoph]  0.8.2claws57
8353
8354         * src/pine.c
8355                 fix handling of fgetc return value
8356
8357 2002-09-17 [alfons]     0.8.2claws56
8358         
8359         * src/summaryview.c
8360                 summary_sort(): check non-NULL summaryview->folder_item when no 
8361                 folder is selected at all
8362                 (closes "[ 610344 ] sort label make syl Crash")
8363
8364 2002-09-17 [alfons]     0.8.2claws55
8365         
8366         * src/compose.c
8367                 beautify a little bit
8368
8369 2002-09-17 [christoph]  0.8.2claws54
8370
8371         * src/folder.c
8372                 initialize max values for cache and folder
8373                 when cache or folder is empty
8374
8375 2002-09-15 [colin]      0.8.2claws53
8376
8377         * src/compose.c
8378                 Fix a leak (thanks Alfons!) and cleaned
8379                 variables names for custom headers
8380
8381 2002-09-15 [colin]      0.8.2claws52
8382
8383         * src/compose.c
8384                 Fix custom headers recognition when
8385                 prefs_common.trans_hdr is on
8386
8387 2002-09-15 [colin]      0.8.2claws51
8388
8389         * src/compose.c
8390                 Allow dynamically-added custom headers
8391                 Yet not reparsed if reedited
8392
8393 2002-09-15 [alfons]     0.8.2claws50
8394
8395         * src/prefs_account.c
8396                 fix warnings
8397
8398 2002-09-15 [colin]      0.8.2claws49
8399         
8400         * src/prefs_account.c
8401                 fix pop_before_smtp sensitivity
8402
8403 2002-09-15 [colin]      0.8.2claws48
8404
8405         * src/inc.[ch]
8406                 add inc_pop_before_smtp()
8407                 allow MainWindow to be undefined in 
8408                 inc_account_mail() and inc_start()
8409         * src/pop.c
8410           src/prefs_account.h
8411                 add STYPE_POP_BEFORE_SMTP session type
8412         * src/prefs_account.c
8413                 activated pop before smtp option
8414         * src/send.c
8415                 do pop before smtp if the relevant option 
8416                 is set
8417
8418 2002-09-15 [paul]       0.8.2claws47
8419
8420         * sync with 0.8.3
8421                 see ChangeLog 2002-09-15
8422
8423 2002-09-14 [paul]       0.8.2claws46
8424
8425         * po/bg.po
8426                 updated Bulgarian translation, submitted by
8427                 George Danchev
8428
8429 2002-09-13 [paul]       0.8.2claws45
8430
8431         * src/compose.c
8432                 merge claws' select_account() with main's
8433                 (new) compose_select_account(). [sync with
8434                 0.8.2cvs15, see ChangeLog 2002-09-11]
8435
8436 2002-09-12 [christoph]  0.8.2claws44
8437
8438         * src/filter.c
8439                 allocate 1 elements of FolderItem not 0
8440
8441 2002-09-12 [colin]      0.8.2claws43
8442
8443         * src/compose.c
8444                 Fix bug #590825 (obey Follow-up: poster)
8445
8446 2002-09-12 [colin]      0.8.2claws42
8447
8448         * src/procmime.c
8449                 Fix bug #557009 (wrong headers for messages 
8450                 forwarded as attachments)
8451
8452 2002-09-11 [colin]      0.8.2claws41
8453         
8454         * src/compose.c
8455                 Put SCF: pseudo-header on top of message
8456                 Set draft tmp_flag when saved as draft
8457
8458         * src/procmsg.c
8459           src/procheader.c
8460                 Skip after first \n\n for beginning of real message
8461                 for drafts too
8462
8463 2002-09-11 [christoph]  0.8.2claws40
8464
8465         * src/filtering.c
8466                 use procmsg flag functions in filtering or processing
8467                 will cause incorrect folder message counts
8468
8469 2002-09-11 [colin]      0.8.2claws39
8470
8471         * src/compose.c
8472                 Fix bug #550175 - wrong save folder when reediting
8473                 drafts
8474
8475 2002-09-11 [paul]       0.8.2claws38
8476
8477         * sync with 0.8.2cvs14
8478                 see ChangeLog 2002-09-11
8479
8480 2002-09-11 [colin]      0.8.2claws37
8481
8482         * src/folder.c
8483                 Fix a typo (seeming to cause new/unread status to
8484                 be lost)
8485
8486 2002-09-10 [christoph]  0.8.2claws36
8487
8488         * src/compose.c
8489                 compose_redirect should not use compose_generic_new
8490                 because that does more stuff than expected including
8491                 opening the external editor
8492                 (closes bug "[ 526608 ] bounced messages appear blank
8493                  in editor")
8494
8495 2002-09-10 [christoph]  0.8.2claws35
8496
8497         * src/folder.c
8498                 fix problem with too large message number range
8499                 causing a crash in folder_item_scan
8500
8501 2002-09-10 [paul]       0.8.2claws34
8502
8503         * sync with 0.8.2cvs13
8504                 see ChangeLog 2002-09-10
8505
8506 2002-09-10 [christoph]  0.8.2claws33
8507
8508         * src/msgcache.c
8509                 set MsgInfo TmpFlags for queue and draft folders
8510                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8511
8512 2002-09-10 [paul]       0.8.2claws32
8513
8514         * AUTHORS
8515           po/bg.po      ** NEW FILE **
8516                 new Bulgarian translation submitted by
8517                 George Danchev <danchev@spnet.net>
8518                 
8519         * tools/Makefile.am
8520           tools/README
8521           tools/tb2sylpheed     ** NEW FILE **
8522                 add script that converts an addressbook exported
8523                 from The Bat! into a Sylpheed addressbook. Submitted
8524                 by Urke MMI <urke-kg@eunet.yu>
8525
8526 2002-09-10 [paul]       0.8.2claws31
8527
8528         * sync with 0.8.2cvs12
8529                 see ChangeLog 2002-09-10
8530
8531 2002-09-06 [paul]       0.8.2claws30
8532
8533         * src/prefs_common.c
8534                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8535                 
8536         * tools/Makefile.am
8537           tools/README
8538           tools/ldif-to-xml.py  ** REMOVED **
8539                 remove obsolete python script
8540
8541 2002-09-06 [paul]       0.8.2claws29
8542
8543         * sync with 0.8.2cvs10
8544                 see ChangeLog 2002-09-06
8545
8546 2002-09-04 [paul]       0.8.2claws28
8547
8548         * sync with 0.8.2cvs9
8549                 see ChangeLog 2002-08-04
8550
8551 2002-09-04 [colin]      0.8.2claws27 
8552
8553         * src/prefs_common.[ch]
8554                 Added signature color configuration
8555         * src/textview.c
8556                 Use user-specified signature color
8557
8558 2002-09-03 [colin]      0.8.2claws26
8559
8560         * src/prefs_common.[ch]
8561                 Added autosave and autosave_length prefs
8562         * src/compose.c
8563                 Added compose_remove_draft()
8564                 Auto-save drafts according to the prefs
8565         * src/main.c
8566                 Added a crash-indicator file, allowing to check
8567                 for new messages on startup if Sylpheed crashed
8568                 (makes saved drafts "reappear")
8569
8570 2002-09-03 [colin]      0.8.2claws25
8571
8572         * src/textview.[ch]
8573                 Grey the signature
8574
8575 2002-09-03 [paul]       0.8.2claws24
8576
8577         * sync with 0.8.2cvs8
8578                 see ChangeLog 2002-09-02 and 2002-09-03
8579
8580 2002-09-03 [darko]      0.8.2claws23
8581
8582         * src/folderview.c
8583                 use normal style when creating new folder to pick
8584                 proper font size 
8585
8586 2002-09-02 [melvin]     0.8.2claws22
8587
8588         * src/gtkaspell.m4
8589                 removed some obsolete code
8590
8591 2002-09-02 [melvin]     0.8.2claws21
8592
8593         * ac/aspell.m4
8594                 fixed test's equality sign (== to =)
8595
8596 2002-09-02 [alfons]     0.8.2claws20
8597
8598         * src/folder.c
8599         * src/mh.c
8600                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8601                 as folder->destroy virtual as suggested by Hiro
8602                 (the mh.c code seems to have been lost around mh.c.1.21)
8603
8604 2002-09-02 [paul]       0.8.2claws19
8605
8606         * po/pt_BR.po
8607                 updated by Fabio Jr. Beneditto
8608                 
8609         * src/defs.h
8610                 use 'http://claws.sylpheed.org' for homepage link. 
8611                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8612
8613 2002-09-01 [alfons]     0.8.2claws18
8614
8615         * src/mh.c
8616                 plug memleak related to one Martin Kluge found
8617
8618 2002-08-31 [paul]       0.8.2claws17
8619
8620         * sync with 0.8.2cvs6
8621                 see ChangeLog 2002-08-30
8622
8623 2002-08-31 [alfons]     0.8.2claws16
8624
8625         * src/folder.c
8626                 folder_destroy(): remove mailbox from folderlist even if it has
8627                 no destroy virtual
8628
8629 2002-08-31 [alfons]     0.8.2claws15
8630
8631         * src/folder.c
8632                 :%sno/if(/if (/gc
8633                 :%sno/for(/for (/gc
8634                 (being pedantic I know)
8635
8636 2002-08-31 [alfons]     0.8.2claws14
8637
8638         * src/folder.c
8639                 check for NULL pointers returned from folder->fetch_msginfo virtual
8640                 (should solve some reported crashes)
8641
8642 2002-08-30 [alfons]     0.8.2claws13
8643
8644         * acconfig.h
8645         * configure.in
8646         * src/crash.c
8647                 enable crash dialog on compilation time
8648                 (--enable-crash-dialog configure option)
8649
8650 2002-08-30 [alfons]     0.8.2claws12
8651
8652         * AUTHORS
8653                 add Martin Kluge
8654         * src/mh.c
8655                 apply memory leak plug patch by Martin Kluge
8656                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8657                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8658                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8659
8660 2002-08-30 [darko]      0.8.2claws11
8661
8662         * src/folderview.c
8663                 copy Gtk style from normal style to match
8664                 font size for coloured folders
8665
8666 2002-08-29 [alfons]     0.8.2claws10
8667
8668         * sylpheed.desktop
8669                 Type=Internet <- Type=Application
8670                 (reported by Michael Schwendt, see:
8671                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8672                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8673
8674 2002-08-29 [paul]       0.8.2claws9
8675
8676         * sync with 0.8.2cvs5
8677                 see ChangeLog 2002-08-29
8678
8679 2002-08-29 [colin]      0.8.2claws8
8680
8681         * src/summaryview.c
8682                 Added a sanity check in summary_select_thread
8683                 Should fix bug 601605
8684
8685 2002-08-29 [colin]      0.8.2claws7
8686
8687         * src/main.c
8688                 Revert claws6 changes regarding bug #591676
8689
8690 2002-08-28 [colin]      0.8.2claws6
8691         
8692         * src/main.c
8693                 Ignore cache for queue folderitems
8694                 Fix bug #591676
8695
8696 2002-08-28 [melvin]     0.8.2claws5
8697
8698         * README.claws
8699                 Fixed typos.
8700
8701 2002-08-28 [melvin]     0.8.2claws4
8702
8703         * README.claws
8704                 Updated a bit the text concerning the spell checker
8705
8706 2002-08-28 [melvin]     0.8.2claws3
8707
8708         Merged the GNU_aspell_branch:
8709                 Support of new GNU/aspell is now included and the old pspell
8710                 is not supported anymore.
8711                 See README.claws
8712
8713         * README.claws
8714                 Updated spell checker text to reflect the switch to GNU/aspell
8715
8716         * ac/aspell.m4          *** NEW ***
8717         * src/gtkaspell.[ch]    *** NEW *** 
8718         * ac/pspell.m4          *** DELETED *** 
8719         * src/gtkspell.[ch]     *** DELETED ***
8720
8721         * ac/Makefile.am
8722                 Updated for GNU/aspell support
8723
8724         * po/POTFILES.in
8725                 Replaced gtkspell.c by gtkaspell.c
8726
8727         * acconfig.h
8728         * src/Makefile.am
8729         * src/about.c
8730         * src/compose.[ch]
8731         * src/crash.c
8732         * src/main.c
8733         * src/prefs_common.[ch]
8734                 Updated for GNU/aspell support
8735
8736 2002-08-28 [paul]       0.8.2claws2
8737
8738         * sync with 0.8.2cvs4
8739                 see ChangeLog 2002-08-27 and 2002-08-28
8740
8741 2002-08-28 [colin]      0.8.2claws1
8742
8743         * src/summary_search.c
8744                 Added "AND search"
8745
8746 2002-08-28 [jens]       0.8.2claws
8747
8748         *po/de.po
8749                 Updated German translations
8750
8751 2002-08-27 [melvin]     0.8.2claws
8752
8753         * po/fr.po
8754                 Updated French translations
8755
8756 2002-08-27 [paul]       0.8.2claws
8757
8758         * sync with 0.8.2 main release
8759
8760         * po/en_GB.po
8761           po/es.po
8762           po/it.po
8763           po/pl.po
8764           po/pt_BR.po
8765           po/sr.po
8766                 updated message catalogs submitted by
8767                 Ricardo Mones Lastra, Alessandro Maestri,
8768                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8769                 Beneditto and Urke MMI  
8770
8771 2002-08-27 [hoa]        0.8.1claws123
8772
8773         * src/mainwindow.[ch]
8774         * src/summaryview.[ch]
8775                 removed the "filter setting" menu option.
8776                 add a "cancel a news message" menu option.
8777
8778 2002-08-26 [martin]     0.8.1claws122
8779
8780         * ChangeLog.claws
8781                 changed string under 0.8.1claws79 changed by myself
8782                 i'm sorry alfons :(
8783
8784 2002-08-26 [martin]     0.8.1claws121
8785
8786         * src/crash.c
8787                 added kill command to debuggerrc to start crash dialog
8788
8789 2002-08-26 [paul]       0.8.1claws120
8790
8791         * sync with 0.8.1cvs31
8792                 see ChangeLog 2002-08-26
8793
8794 2002-08-25 [alfons]     0.8.1claws119
8795
8796         * src/procmsg.c
8797                 fix bug that didn't send out correct headers to news server
8798                 when sending news article and email from queue (bug reported
8799                 and patch provided by Tim Mann; closes bug 
8800                 "[ 583196 ] 0.7.8claws can't post news")
8801
8802 2002-08-25 [alfons]     0.8.1claws118
8803
8804         * src/selective_download.c
8805                 mark two strings as translatable
8806                 (thanks to Urke MMI for pointing this out)
8807
8808 2002-08-25 [alfons]     0.8.1claws117
8809
8810         * src/summaryview.c
8811                 treat sent boxes as special and allow sorting them by addressee
8812                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8813                 submitted by Steve Lamb)
8814
8815 2002-08-24 [alfons]     0.8.1claws116
8816
8817         * src/matcher.c
8818                 fix memleak reported by Martin Kluge
8819                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8820
8821 2002-08-24 [oliver]     0.8.1claws115
8822
8823         * src/prefs_toolbar.c
8824                 o code cleanup as suggested by Alfons
8825                 o memleak fix
8826
8827 2002-08-24 [alfons]     0.8.1claws114
8828
8829         * src/summaryview.c
8830                 o fix another memory leak reported by Martin Kluge
8831                   (see "[ 599568 ] Small Memory Leak")
8832                 o remove 'from' variable from 'summary_set_header()'; we can
8833                   do with just 'to' 
8834
8835 2002-08-24 [paul]       0.8.1claws113
8836
8837         * sync with 0.8.1cvs30
8838                 see ChangeLog 2002-08-23
8839
8840 2002-08-24 [alfons]     0.8.1claws112
8841
8842         * src/summaryview.c
8843                 remove unnecessary allocations for search bar fixing leaks
8844                 reported by Martin Kluge
8845                 (see "[ 599451 ] Further memory leaks?")
8846
8847 2002-08-24 [alfons]     0.8.1claws111
8848
8849         * src/main.c
8850                 make get_socket_name() public for crash.c
8851         * src/crash.c
8852                 o make report bug button work (goes to claws' 
8853                   bug tracker at sf.net)
8854                 o introduce function for doing important stuff just
8855                   before claws goes down
8856                 o clean up code 
8857
8858 2002-08-24 [alfons]     0.8.1claws110
8859
8860         * src/compose.c
8861                 move cursor to "To" entry when forwarding as attachment
8862                 (reported and solved by Steve Lamb, closes bug report
8863                 "[ 592880 ] Forward as attachment; cursor not in to")
8864
8865 2002-08-24 [colin]      0.8.1claws109
8866
8867         * src/mainwindow.c
8868                 fix quick search visibility after GUI (de)separations.
8869
8870 2002-08-23 [colin]      0.8.1claws108
8871
8872         * src/mainwindow.c
8873                 fix header pane visibility after folderview or
8874                 messageview (de)separation
8875
8876 2002-08-23 [paul]       0.8.1claws107
8877
8878         * src/mainwindow.[ch]
8879           src/toolbar.c
8880                 give full control of display or non-display 
8881                 of the Execute icon to Custom toolbar settings.
8882                 add new sensitivity condition to maninwindow.h: 
8883                 M_DELAY_EXEC
8884
8885         * ChangeLog
8886           ChangeLog.jp
8887           NEWS
8888                 more sync with 0.8.1cvs29
8889
8890 2002-08-23 [melvin]     0.8.1claws106
8891
8892         * src/alertpanel.c
8893                 Readded support for custom widget in alertpanel lost in last
8894                 sync.
8895
8896 2002-08-23 [paul]       0.8.1claws105
8897
8898         * sync with 0.8.1cvs29
8899                 see ChangeLog 2002-08-23
8900
8901 2002-08-23 [colin]      0.8.1claws104
8902
8903         * src/summaryview.c
8904                 Fix folder and search pixmaps exchanging positions
8905                 after theme or toolbar changes. Thank to Oliver for 
8906                 reporting this.
8907
8908 2002-08-23 [colin]      0.8.1claws103
8909
8910         * src/mainwindow.c
8911           src/messageview.[ch]
8912           src/noticeview.[ch]
8913           src/summaryview.c
8914                 Changed messageview_create() and noticeview_create()
8915                 to avoid the last gdk_warning
8916
8917 2002-08-22 [colin]      0.8.1claws102
8918
8919         * src/summaryview.c
8920                 Fix my new `Creating pixmap from xpm' warning
8921
8922 2002-08-22 [colin]      0.8.1claws101
8923
8924         * src/mainwindow.c
8925                 Fix some of the gdk warnings
8926
8927 2002-08-22 [colin]      0.8.1claws100
8928
8929         * src/Makefile.am
8930         * src/stock_pixmap.c
8931         * src/stock_pixmap.h
8932         * src/pixmaps/quicksearch.xpm *ADDED*
8933                 Add the quicksearch pixmap
8934         * src/mainwindow.c
8935         * src/summaryview.c
8936         * src/summaryview.h
8937                 Make quicksearch bar visible/hidden via a button
8938
8939 2002-08-22 [christoph]  0.8.1claws99
8940
8941         * src/folder.c
8942                 fix folder update for newsgroups with message
8943                 numbers below minimum number of articles to fetch
8944                 (closes bug #598445)
8945
8946 2002-08-22 [paul]       0.8.1claws98
8947
8948         * sync with 0.8.1cvs28
8949                 see ChangeLog 2002-08-22
8950
8951 2002-08-21 [alfons]     0.8.1claws97
8952
8953         * src/crash.c
8954                 use bt instead of bt full which seems to work 
8955                 better, and bt full doesn't give a great deal 
8956                 of information anyway
8957
8958 2002-08-21 [colin]      0.8.1claws96
8959
8960         * src/summaryview.c
8961                 fix summaryview_searchtype_changed prototype
8962
8963 2002-08-21 [christoph]  0.8.1claws95
8964
8965         * src/mainwindow.c
8966                 o fix broken menu update for sorting type, we have to
8967                   get this info from the summaryview now
8968                 o removed setting of threaded state in menu callback
8969         * src/summaryview.[ch]
8970                 more summaryview/folderitem seperation for
8971                 threading option
8972         * configure.in
8973                 removed not required --with-compiler-flags option
8974
8975 2002-08-21 [oliver]     0.8.1claws94
8976         
8977         * src/toolbar.h 
8978                 o rename toolbar.xml to toolbar_main.xml
8979                   since toolbar_compose.xml might come up 
8980                   any time soon
8981         * README.claws
8982                 add custom toolbar              
8983
8984 2002-08-21 [darko]      0.8.1claws93
8985
8986         * src/procmsg.c
8987                 don't reset tmp flags for messages copied
8988                 to sent folder
8989
8990 2002-08-21 [colin]      0.8.1claws92
8991         
8992         * src/prefs_filtering.c
8993                 fix renaming rules on folder rename 
8994                 when folder is not a leaf folder
8995
8996 2002-08-21 [paul]       0.8.1claws91
8997
8998         * src/prefs_folder_item.c
8999                 fix alignment of colour selector
9000
9001 2002-08-21 [paul]       0.8.1claws90
9002
9003         * sync with 0.8.1cvs27
9004                 see ChangeLog 2002-08-21
9005
9006 2002-08-21 [paul]       0.8.1claws89
9007
9008         * src/summaryview.c
9009                 fix crash when changing field type in
9010                 Quick search bar
9011
9012 2002-08-21 [colin]      0.8.1claws88
9013
9014         * src/summaryview.c
9015                 Made quick search case-insensitive
9016
9017 2002-08-21 [paul]       0.8.1claws87
9018
9019         * sync with 0.8.1cvs26
9020                 see ChangeLog 2002-08-21
9021
9022 2002-08-20 [christoph]  0.8.1claws86
9023
9024         * src/folderview.c
9025         * src/main.c
9026         * src/summaryview.[ch]
9027                 more summaryview/folderitem seperation for
9028                 sort_key and sort_type
9029         * src/procmsg.c
9030                 added missing return statement
9031
9032 2002-08-20 [colin]      0.8.1claws85
9033
9034         * src/summaryview.[ch]
9035                 Added a quick search box
9036         * src/mainwindow.c
9037         * src/prefs_common.[ch]
9038                 Added a show/hide option for the quick search
9039
9040 2002-08-20 [oliver]     0.8.1claws84
9041         
9042         * src/mainwindow.c
9043                 remove toolbar_create_popups
9044         * src/toolbar.[ch]
9045                 o remove toolbar_create_popups
9046                 o fix toolbar_set_sensitive 
9047                   (Bug reports #596834 and #596832)     
9048         * src/prefs_toolbar.c
9049                 o add "Set default" button
9050                 o align label and text + combo widgets
9051
9052 2002-08-20 [hoa]        0.8.1claws83bis
9053
9054         * src/imap.c
9055                 fixed a bug in imap_fetch_msginfo() in case there is no
9056                 current folder.
9057
9058 2002-08-20 [darko]      0.8.1claws83
9059
9060         * src/folderview.c
9061                 copy the color style of folder view so it
9062                 works with GTK themes
9063
9064 2002-08-20 [darko]      0.8.1claws82
9065
9066         * src/folder.h
9067         * src/folderview.c
9068         * src/prefs_folder_item.[hc]
9069                 don't use UI stuff in folder.h
9070
9071 2002-08-20 [darko]      0.8.1claws81
9072
9073         * src/folder.h
9074         * src/prefs_folder_item.h
9075         * src/folderview.c
9076         * src/prefs_folder_item.c
9077                 ability to set folder color in folderview
9078
9079 2002-08-19 [alfons]     0.8.1claws80
9080
9081         * src/summaryview.c
9082                 fix one of the earlier memleaks reported by Martin Kluge
9083
9084 2002-08-19 [alfons]     0.8.1claws79
9085
9086         * src/mainwindow.c
9087                 hide notice view when selecting seperate folder
9088                 view (reported by Urke MMI)
9089
9090 2002-08-19 [christoph]  0.8.1claws78
9091
9092         * src/folderview.c
9093         * src/prefs_folder_item.h
9094         * src/summaryview.[ch]
9095                 o add summary_set_prefs_from_folderitem to set
9096                   summaryview prefs (first step to remove all
9097                   references to the folderitem in summaryview)
9098                 o moved compiled regex stuff from folderitem prefs
9099                   to summaryview code
9100
9101 2002-08-19 [paul]       0.8.1claws77
9102
9103         * src/compose.c
9104                 add check for '.' to QUOTE_IF_REQUIRED
9105
9106 2002-08-19 [paul]       0.8.1claws76
9107
9108         * src/inc.c
9109                 sync with 0.8.1cvs25 (plug memory leak)
9110
9111         * src/prefs_toolbar.c
9112                 re-order prefs_toolbar_cancel()
9113
9114 2002-08-18 [alfons]     0.8.1claws75
9115
9116         * src/inc.c
9117         * src/matcher.c
9118                 plug other memleaks reported by Martin Kluge
9119
9120 2002-08-18 [paul]       0.8.1claws74
9121
9122         * po/pt_BR.po
9123                 updated by Fabio Jr. Beneditto
9124
9125 2002-08-18 [paul]       0.8.1claws73
9126
9127         * src/toolbar.[ch]
9128                 fix bug where tooltips were displayed untranslated              
9129
9130         * src/prefs_toolbar.c
9131                 fix bug where clicking 'Cancel' creates an icon & text
9132                 toolbar regardless of prefs
9133         
9134
9135 2002-08-17 [oliver]     0.8.1claws72
9136
9137         * src/prefs_toolbar.c
9138                 update toolbar on CANCEL
9139                 bug reported by Martin Kluge
9140         * src/toolbar.c
9141                 toolbar_destroy memleak fixed           
9142
9143 2002-08-17 [alfons]     0.8.1claws71
9144
9145         * src/toolbar.c
9146                 plug another memleak reported by Martin Kluge
9147
9148 2002-08-16 [alfons]     0.8.1claws70
9149
9150         * src/crash.c
9151                 use execvp() correctly (suggested by wwp; thanks!)
9152
9153 2002-08-16 [alfons]     0.8.1claws69
9154
9155         * src/gtksctree.c
9156                 plug memory leak reported by Kim Schultz & Martin Kluge
9157
9158 2002-08-16 [paul]       0.8.1claws68
9159
9160         * po/es.po
9161                 updated by Ricardo Mones Lastra
9162
9163 2002-08-16 [paul]       0.8.1claws67
9164
9165         * src/toolbar.h
9166                 fix bug where 'Compose News' icon showed wrong
9167                 tooltip
9168
9169 2002-08-16 [paul]       0.8.1claws66
9170
9171         * sync with 0.8.1cvs24
9172                 see ChangeLog 2002-08-16
9173
9174         * po/it.po
9175                 updated by Alessandro Maestri
9176
9177 2002-08-15 [paul]       0.8.1claws65
9178
9179         * po/sr.po
9180                 updated by Urke MMI
9181
9182 2002-08-15 [paul]       0.8.1claws64
9183
9184         * src/*.c
9185                 don't translate debug info
9186
9187         * src/matcher.[ch]
9188                 add copyright info
9189
9190 2002-08-15 [paul]       0.8.1claws63
9191
9192         * src/prefs_toolbar.c
9193                 fix bug where clicking 'OK' creates an icon & text
9194                 toolbar regardless of prefs
9195
9196 2002-08-14 [alfons]     0.8.1claws62
9197
9198         * src/main.c
9199                 add global var that has the full argv[0]
9200         * src/crash.c
9201                 o execvp the correct sylpheed by using argv0
9202                   and setting the correct work dir
9203                 o other tweaks  
9204
9205 2002-08-14 [oliver]     0.8.1claws61
9206         
9207         * enable/disable Toolbar Action Buttons 
9208         * code cleanups
9209         * src/mainwindow.c
9210         * src/toolbar.[ch]      
9211         * src/prefs_toolbar.c   
9212
9213 2002-08-14 [melvin]     0.8.1claws60
9214
9215         * po/fr.po
9216                 Updated French translations
9217
9218 2002-08-14 [melvin]     0.8.1claws59
9219
9220         * src/crash.c
9221                 Made bug report not translatable
9222         * src/exporthtml.c
9223                 Fixed exporthtml_build_filespec() return value
9224         * src/foldersel.c
9225                 Fixed incorrect include file
9226         * src/gtkspell.c
9227         * src/prefs_actions.c
9228         * src/prefs_toolbar.c
9229                 Made debug info not translatable
9230         * src/mutt.c
9231         * src/quote_fmt.c
9232                 Added missing includes
9233         * src/prefs_common.c
9234                 Fixed typo
9235
9236 2002-08-14 [paul]       0.8.1claws58
9237
9238         * faq/es/sylpheed-faq.html
9239           faq/es/sylpheed-faq-[1-3].html
9240           faq/es/sylpheed-faq-4.html     **NEW FILE **
9241                 update Spanish FAQ
9242
9243 2002-08-13 [christoph]  0.8.1claws57
9244
9245         * src/procmsg.c
9246                 ignore thread fix that did not mark all
9247                 child nodes of a ignored thread as
9248                 ignored. Does not work perfectly yet,
9249                 but it is better now
9250
9251 2002-08-13 [alfons]     0.8.1claws56
9252
9253         * src/crash.c
9254                 o implement 'save crash log'
9255                 o some tweaks
9256
9257 2002-08-13 [melvin]     0.8.1claws55
9258
9259         * src/main.c
9260                 removed unrequired "execinfo.h" header
9261
9262 2002-08-12 [paul]       0.8.1claws54
9263
9264         * faq/en/sylpheed-faq.html
9265           faq/en/sylpheed-faq-[1-3].html
9266           faq/en/sylpheed-faq-4.html     **NEW FILE **
9267                 update English FAQ
9268
9269 2002-08-12 [alfons]     0.8.1claws53
9270
9271         * po/POTFILES.in
9272                 add crash.c to translatables
9273         * src/crash.c
9274                 bring in Leandro's crash dialog
9275
9276 2002-08-11 [alfons]     0.8.1claws52
9277
9278         * src/crash.c
9279                 clean up some warnings
9280
9281 2002-08-11 [alfons]     0.8.1claws51
9282
9283         * acconfig.h
9284         * configure.in
9285         * src/crash.[ch]        ** NEW FILES **
9286         * src/main.c            
9287                 initial gdb crash handler
9288
9289 2002-08-11 [paul]       0.8.1claws50
9290
9291         * src/prefs_toolbar.c
9292                 replace Up/Down arrow pixmaps with text to be
9293                 consistent across icon themes
9294
9295 2002-08-11 [paul]       0.8.1claws49
9296
9297         * src/prefs_common.c
9298           src/prefs_toolbar.c
9299                 rename 'Pixmap' -> 'Icon'
9300
9301         * src/toolbar.[ch]
9302                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9303
9304 2002-08-10 [paul]       0.8.1claws48
9305
9306         * src/prefs_toolbar.c
9307                 re-work the UI
9308
9309 2002-08-10 [paul]       0.8.1claws47
9310
9311         * src/main.c
9312                 don't write Processing progress to status bar
9313                 patch submitted by Alexander Evseev
9314
9315         * src/prefs_toolbar.c
9316                 re-position and resize window
9317                 make window assume correct size on first call
9318
9319 2002-08-10 [paul]       0.8.1claws46
9320
9321         * src/mainwindow.c
9322           src/prefs_toolbar.c
9323           src/toolbar.c
9324           src/toolbar.h
9325                 obey coding style
9326                 follow UI text conventions
9327
9328 2002-08-10 [alfons]     0.8.1claws45
9329
9330         * src/toolbar.c
9331                 correct pixmap for delete action
9332
9333 2002-08-10 [paul]       0.8.1claws44
9334
9335         * po/pt_BR.po
9336                 updated by Fabio Jr. Beneditto
9337
9338 2002-08-10 [paul]       0.8.1claws43
9339
9340         * po/POTFILES.in
9341                 add custom toolbar files
9342
9343 2002-08-10 [paul]       0.8.1claws42
9344
9345         * sync with 0.8.1cvs22
9346                 see ChangeLog 2002-08-09
9347
9348 2002-08-09 [paul]       0.8.1claws41
9349
9350         * tools/Makefile.am
9351           tools/README
9352           tools/outlook2sylpheed.pl     ** NEW FILE **
9353                 add script to convert exported Outlook
9354                 contacts list to a Sylpheed addressbook.
9355                 Submitted by Ricardo Mones Lastra.
9356
9357 2002-08-09 [paul]       0.8.1claws40
9358
9359         * AUTHORS
9360           configure.in
9361           po/sr.po      ** NEW FILE **
9362                 add Serbian message catalog. Submitted by
9363                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9364
9365 2002-08-09 [paul]       0.8.1claws39
9366
9367         * sync with 0.8.1cvs21
9368                 see ChangeLog 2002-08-08
9369
9370 2002-08-08 [oliver]     0.8.1claws38
9371
9372         * src/mainwindow.c
9373                 move Custom Toolbar to Configuration menu
9374
9375 2002-08-08 [oliver]     0.8.1claws37
9376
9377         * src/prefs_toolbar.c
9378                 fix substitute pixmap bug
9379
9380 2002-08-08 [paul]       0.8.1claws36
9381
9382         * sync with 0.8.1cvs19
9383                 see ChangeLog 2002-08-08
9384
9385 2002-08-07 [christoph]  0.8.1claws35
9386
9387         * src/utils.c
9388                 fixed a memory leak in new canonicalize_file_replace
9389
9390 2002-08-07 [christoph]  0.8.1claws34
9391
9392         * src/utils.[ch]
9393                 o canonicalize_file_replace should create the temporary
9394                   file in the same directory as the original file.
9395                 o added get_tmpfile_in_dir that creates a temorary file
9396                   in a specified directory.
9397
9398 2002-08-07 [melvin]     0.8.1claws33
9399
9400         * src/toolbar.c
9401                 fixed bug where 'Article' button acted as 'Email' button.
9402
9403 2002-08-07 [paul]       0.8.1claws32
9404
9405         * sync with 0.8.1.cvs17
9406                 see ChangeLog 2002-08-07
9407
9408 2002-08-07 [colin]      0.8.1claws31
9409         
9410         * src/news.c
9411                 fix mass-cancel problem
9412
9413 2002-08-07 [thorsten]   0.8.1claws30
9414
9415         * src/prefs_toolbar.c
9416                 fix: crash on replace or add new button
9417         * src/toolbar.c
9418                 fix: close xmlfile after reading
9419         * src/utils.c
9420                 fix: unlink() file before rename()
9421
9422 2002-08-06 [paul]       0.8.1claws29
9423
9424         * sync with 0.8.cvs15
9425                 see ChangeLog 2002-08-06
9426
9427 2002-08-06 [oliver]     0.8.1claws28
9428
9429         * src/toolbar.c
9430         * src/prefs_toolbar.c
9431                 fixed empty toolbar issue
9432
9433 2002-08-06 [oliver]     0.8.1claws27
9434
9435         * Custom Toolbar Final 
9436         * src/folderview.c
9437         * src/inc.c
9438         * src/summaryview.c
9439                 o toolbar stuff now lives in src/toolbar.[ch]
9440                 o main_window_toolbar_* functions are renamed to
9441                   toolbar_* reflecting their new source file
9442         * src/mainwindow.[ch]
9443                 o remove toolbar stuff  
9444
9445 2002-08-06 [oliver]     0.8.1claws26
9446         
9447         * src/Makefile.am
9448         * src/prefs_toolbar.[ch]        **New File**
9449         * src/toolbar.[ch]              **New File**
9450                 o prefs_toolbar.[ch] custom toolbar frontend
9451                 o toolbar.[ch]       backend 
9452
9453 2002-08-06 [oliver]     0.8.1claws25
9454
9455         * src/prefs_actions.[ch]
9456                 o new exported function actions_execute
9457
9458 2002-08-06 [paul]       0.8.1claws24
9459
9460         * sync with 0.8.1cvs4
9461                 see ChangeLog 2002-08-06
9462
9463 2002-08-06 [paul]       0.8.1claws23
9464
9465         * sync with 0.8.1cvs13
9466                 see ChangeLog 2002-08-06
9467
9468 2002-08-06 [paul]       0.8.1claws22
9469
9470         * sync with 0.8.1cvs12
9471                 see ChangeLog 2002-08-05 and 2002-08-06
9472
9473 2002-08-06 [match]      0.8.1claws21
9474
9475         * src/addrclip.c
9476                 improvements to cut/copy/paste address
9477
9478 2002-08-05 [match]      0.8.1claws20
9479
9480         * src/addritem.[ch]
9481         * src/addrcache.c
9482         * src/addrbook.c
9483         * src/editaddress.c
9484         * src/addressbook.c
9485                 fixes to improve cut/copy/paste
9486
9487 2002-08-06 [melvin]     0.8.1claws19
9488
9489         * src/account.[ch]
9490                 account_find_all_from_address(): new function that returns the
9491                 list of all accounts that are matched in an address.
9492         * src/alertpanel.[ch]
9493                 alertpanel() now accepts a custom widget
9494                 alertpanel_with_widget(): new function that pops up a panel with
9495                 a custom widget in it 
9496         * src/gtkutils.[ch]
9497                 gtkut_account_menu_new(): new function that allows the selection
9498                 of an account from a list of accounts.
9499         * src/messageview.c
9500                 Extended Return Receipt notification to select the correct 
9501                 account and to make a security test on the Delivery-Notification
9502                 address which should be the same as the Return-Path.
9503
9504 2002-08-06 [thorsten]   0.8.1claws18
9505
9506         * src/mimeview.c
9507                 attach_all: save unnamed as "noname.%d",
9508                 dont free static dirname
9509
9510 2002-08-05 [alfons]     0.8.1claws17
9511
9512         * configure.in
9513                 detect XIM by trying to link rather than compile a XIM program
9514
9515 2002-08-05 [oliver]     0.8.1claws16
9516                 
9517         * src/stock_pixmap.[ch]
9518                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9519                 o new func to retrieve pixmaps
9520
9521 2002-08-05 [paul]       0.8.1claws15
9522
9523         * sync with 0.8.1cvs10
9524                 see ChangeLog 2002-08-05
9525
9526 2002-08-04 [alfons]     0.8.1claws14
9527
9528         * src/textview.c
9529                 see if this plugs memleak
9530
9531 2002-08-04 [melvin]     0.8.1claws13
9532
9533         * src/gtkspell.c
9534                 fixed bug that could crash Sylpheed when highlighting
9535                 all misspelled words.
9536
9537 2002-08-03 [melvin]     0.8.1claws12
9538
9539         * src/prefs_actions.c
9540                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9541         * src/messageview.c
9542                 fixed bug where the Return Receipt was sent to
9543                 Delivery-Notification-To address even if it was not present
9544
9545 2002-08-02 [alfons]     0.8.1claws11
9546
9547         * src/prefs_actions.c
9548                 o more check for NULLs
9549                 o put create_io_dialog() in right conditional block
9550
9551 2002-08-02 [paul]       0.8.1claws10
9552
9553         * po/es.po
9554                 updated by Ricardo Mones Lastra
9555
9556 2002-08-01 [christoph]  0.8.1claws9
9557
9558         * src/folder.c
9559                 don't free the cache of the opened
9560                 folder in the summaryview
9561         * src/summaryview.c
9562                 don't unset flags, if it is not required
9563
9564 2002-08-01 [paul]       0.8.1claws8
9565
9566         * sync with 0.8.1cvs8
9567                 see ChangeLog entry 2002-08-01
9568
9569 2002-08-01 [paul]       0.8.1claws7
9570
9571         * sync with 0.8.1cvs7
9572                 see ChangeLog 2002-07-31 and 2002-08-01
9573
9574 2002-07-31 [christoph]  0.8.1claws6
9575
9576         * src/mainwindow.c
9577                 forgot to update menu sensitivity
9578                 function for new menu entry
9579
9580 2002-07-31 [alfons]     0.8.1claws5
9581
9582         * src/main.c
9583                 check folder item and its path for NULL on
9584                 initial processing
9585
9586 2002-07-31 [christoph]  0.8.1claws4
9587
9588         * src/folder.c
9589                 check if folder_item_get_msginfo in
9590                 folder_item_remove_msg returned NULL
9591         * src/imap.c
9592                 better clear the uid cache in the
9593                 uid validity check function and delete
9594                 cached messages
9595
9596 2002-07-31 [paul]       0.8.1claws3
9597
9598         * man/sylpheed.1
9599                 add the '--attach' option and a few other
9600                 minor changes
9601
9602 2002-07-31 [paul]       0.8.1claws2
9603
9604         * sync with 0.8.1cvs5
9605                 see ChangeLog 2002-07-31
9606
9607 2002-07-31 [christoph]  0.8.1claws1
9608
9609         * src/folderview.[ch]
9610         * src/mainwindow.c
9611                 replace "Rescan all folders..." with
9612                 "Check all folders for new messages..."
9613
9614 2002-07-30 [paul]       0.8.1claws
9615
9616         * version 0.8.1claws released
9617
9618 2002-07-30 [paul]       0.8.0claws29
9619
9620         * tools/OOo2sylpheed.pl ** NEW FILE **
9621           tools/README
9622                 add script to enable sending documents as
9623                 attachments from OpenOffice.org
9624
9625 2002-07-30 [melvin]     0.8.0claws28
9626
9627         * src/prefs_actions.c
9628                 Made the actions' input/output dialog display
9629                 without delay.
9630
9631 2002-07-30 [christoph]  0.8.0claws27
9632
9633         * src/procmsg.c
9634                 check if folder_item_get_msginfo in
9635                 procmsg_save_to_outbox returned NULL
9636
9637 2002-07-30 [paul]       0.8.0claws26
9638
9639         * sync with 0.8.1cvs4
9640                 see ChangeLog 2002-07-29
9641
9642 2002-07-29 [thorsten]   0.8.0claws25
9643
9644         * README.claws
9645                 added selective download, delete on server
9646
9647 2002-07-29 [paul]       0.8.0claws24
9648
9649         * sync with 0.8.1cvs3
9650                 see ChangeLog 2002-07-29
9651
9652 2002-07-27 [christoph]  0.8.0claws23
9653
9654         * src/folder.c
9655                 add extra check if fetching the msginfo
9656                 returned NULL
9657
9658 2002-07-27 [paul]       0.8.0claws22
9659
9660         * sync with 0.8.1cvs2
9661                 see ChangeLog 2002-07-26
9662
9663 2002-07-27 [christoph]  0.8.0claws21
9664
9665         * src/imap.c
9666                 add another check if a valid msginfo
9667                 was returned
9668
9669 2002-07-26 [hoa]        0.8.0claws20
9670
9671         * src/folder.c
9672                 Fixed a condition in folder_item_destroy()
9673
9674         * src/imap.c
9675                 Fixed an error in IMAP protocol
9676
9677 2002-07-26 [alfons]     0.8.0claws19
9678
9679         * src/folder.c
9680                 ofcourse compare with identifier, not the path
9681
9682 2002-07-26 [alfons]     0.8.0claws18
9683
9684         * src/folder.c
9685                 use folder item identifier for saving / restoring
9686                 preferences because folder->path might not be unique
9687
9688 2002-07-26 [melvin]     0.8.0claws17
9689
9690         * src/logwindow.c
9691                 Fixed a crash introduced in 0.8.0claws5 when log is 
9692                 cut under 80 characters.
9693
9694 2002-07-26 [paul]       0.8.0claws16
9695
9696         * sync with 0.8.1cvs1
9697                 see ChangeLog 2002-07-26
9698
9699 2002-07-26 [christoph]  0.8.0claws15
9700
9701         * src/imap.[ch]
9702                 imap folder now remembers the last selected
9703                 folder and imap_fetch_msginfo skips selecting
9704                 the folder if it is already selected
9705
9706 2002-07-26 [christoph]  0.8.0claws14
9707
9708         * src/folder.c
9709         * src/folderview.c
9710         * src/imap.c
9711                 fix imap folder rescanning
9712
9713 2002-07-25 [christoph]  0.8.0claws13
9714
9715         * src/filter.c
9716         * src/folder.[ch]
9717         * src/folderview.c
9718         * src/imap.[ch]
9719         * src/mainwindow.c
9720         * src/mbox_folder.c
9721         * src/mh.c
9722         * src/news.c
9723                 implement imap uid cache and uid validity check
9724
9725 2002-07-25 [alfons]     0.8.0claws12
9726
9727         * src/summaryview.c
9728                 fix a brown paper bag bug, and also add some more
9729                 checks
9730
9731 2002-07-25 [christoph]  0.8.0claws11
9732
9733         * src/folder.c
9734                 don't mix copy, fetch_msginfo and remove
9735                 operations in folder item copy and move
9736                 operations
9737
9738 2002-07-25 [christoph]  0.8.0claws10
9739
9740         * src/folderview.c
9741         * src/mainwindow.c
9742         * src/prefs_folder_item.c
9743         * src/summaryview.[ch]
9744                 remove no longer required parameter update_cache from
9745                 summary_show
9746
9747 2002-07-25 [paul]       0.8.0claws9
9748
9749         * sync with 0.8.1
9750         
9751         * AUTHORS
9752                 a few corrections
9753
9754 2002-07-24 [alfons]     0.8.0claws8
9755
9756         * src/summaryview.c
9757                 sort correctly when using simplified subject line
9758                 (closes feature request "[ 585141 ] applying regexp to subject 
9759                 before sort" submitted by Alexandra Walford)
9760
9761 2002-07-24 [paul]       0.8.0claws7
9762
9763         * sync with 0.8.0cvs3
9764                 see ChangeLog 2002-07-24
9765
9766 2002-07-23 [christoph]  0.8.0claws6
9767
9768         * src/folder.c
9769         * src/folder.h
9770         * src/summaryview.c
9771         * src/summaryview.h
9772         * src/main.c
9773                 o separate processing and summaryview
9774                 o removed summary_write_cache from summaryview
9775                 o removed summaryview->killed_messages, because we don't have
9776                   to keep a list of killed messages anymore. New cache will
9777                   keep the hidden messages in cache anyway
9778         * src/folderview.c
9779         * src/inc.c
9780         * src/selective_download.c
9781                 o removed unnecessary summary_write_cache calls
9782         * src/procmsg.c
9783                 o don't set ignore thread flag in procmsg_get_thread_tree
9784                   if it is already set
9785         * src/mainwindow.c
9786         * src/statusbar.h
9787                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9788                   they are used in different files
9789
9790 2002-07-23 [melvin]     0.8.0claws5
9791
9792         * src/addressbook.c
9793         * src/addrgather.c
9794         * src/editaddress.c
9795         * src/editgroup.c
9796         * src/editldap_basedn.c
9797         * src/importldif.c
9798         * src/prefs_common.c
9799                 Fixed few memory leak (gtk_editable_get_chars returns
9800                 an allocated string)
9801         * src/logwindow.c
9802                 Fixed few memory leak (gtk_editable_get_chars returns
9803                 an allocated string) and modified a little the log cutting
9804                 loop.
9805         * src/compose.c
9806                 Replaced a call to an obsolete function gtk_entry_get_text()
9807                 by gtk_editable_get_chars()
9808         * src/send.c
9809                 Removed a debug printf
9810
9811 2002-07-23 [christoph]  0.8.0claws4
9812
9813         * src/filesel.c
9814                 fix another g_dirname memory leak
9815
9816 2002-07-23 [christoph]  0.8.0claws3
9817
9818         * src/mh.c
9819                 fixed a memory leak in mh_fetch_msginfo
9820                 fixed crash when message header could not be
9821                 parsed
9822
9823 2002-07-23 [paul]       0.8.0claws2
9824
9825         * sync with 0.8.0cvs2
9826                 see ChangeLog 2002-07-23
9827
9828 2002-07-23 [paul]       0.8.0claws1
9829
9830         * sync with 0.8.0cvs1
9831                 see ChangeLog 2002-07-23
9832
9833 2002-07-23 [paul]       0.8.0claws
9834
9835         * release of 0.8.0claws
9836
9837 2002-07-23 [paul]       0.7.8claws99
9838
9839         * po/ru.po
9840                 new Russian translation, submitted by
9841                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9842
9843 2002-07-22 [jens]       0.7.8claws98
9844
9845         * po/de.po
9846                 Updated German translations.
9847
9848 2002-07-22 [paul]       0.7.8claws97
9849
9850         * po/es.po
9851           po/it.po
9852           po/nl.po
9853           po/pt_BR.po
9854                 updated translations by Ricardo Mones Lastra,
9855                 Alessandro Maestri, Wilbert Berendsen and 
9856                 Fabio Jr. Beneditto respectively
9857
9858 2002-07-22 [christoph]  0.7.8claws96
9859
9860         * src/mimeview.c
9861                 fix memory leak caused by wrong g_dirname usage
9862
9863 2002-07-22 [christoph]  0.7.8claws95
9864
9865         * src/summaryview.c
9866                 update new and unread message counts for summaryview
9867                 summaryview does not get it from the folder anymore
9868                 and has to update the values itself
9869
9870 2002-07-22 [melvin]     0.7.8claws94
9871
9872         * po/fr.po
9873                 Updated French translations.
9874
9875 2002-07-22 [christoph]  0.7.8claws93
9876
9877         * src/matcher.c
9878                 set prop->preg pointer to NULL or following check
9879                 will not fail and regexec will be called with
9880                 invalid pointer
9881
9882 2002-07-21 [alfons]     0.7.8claws92
9883         
9884         * src/prefs_common.[ch]
9885                 remove option "Send return receipt on request"
9886
9887 2002-07-21 [thorsten]   0.7.8claws91
9888
9889         * src/mimeview.c
9890                 fixed memleaks, coding style as pointed out by alfons
9891
9892 2002-07-21 [alfons]     0.7.8claws90
9893
9894         * src/messageview.c
9895         * src/noticeview.[ch]
9896                 o fix bug notice view being displayed when going to empty folder 
9897                   (noticed by Christoph)
9898                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9899                   (noticed by Thorsten)
9900
9901 2002-07-21 [thorsten]   0.7.8claws89
9902
9903         * src/mimeview.c
9904                 Included save_all patch from Xaview FACQ
9905                 added support for pathnames
9906
9907 2002-07-21 [alfons]     0.7.8claws88
9908
9909         * po/POTFILES.in
9910         * src/Makefile.am
9911         * src/mainwindow.c
9912         * src/messageview.[ch]
9913         * src/noticeview.c      ** NEW FILE **
9914         * src/noticeview.h      ** NEW FILE **
9915                 make return receipts work again
9916                 (UI idea by Leandro Pereira)
9917
9918 2002-07-21 [paul]       0.7.8claws87
9919
9920         * src/summaryview.c
9921                 fix sensitivity of 'Select thread'
9922
9923 2002-07-21 [paul]       0.7.8claws86
9924
9925         * src/prefs_common.c
9926                 add browser command line for Galeon
9927
9928 2002-07-21 [paul]       0.7.8claws85
9929
9930         * Makefile.am
9931                 fix 'EXTRA_DIST': remove README.README, add TODO
9932                 and TODO.claws
9933
9934 2002-07-21 [alfons]     0.7.8claws84
9935
9936         * src/gtkstext.c
9937                 make enter clear selection
9938                 (closes "[ 579888 ] Editor selection/entry error"
9939                 reported by Steve Lamb)
9940
9941 2002-07-21 [alfons]     0.7.8claws83
9942         
9943         * src/summaryview.c
9944                 sort message list when selecting unthread messages
9945                 (closes "[ 501593 ] switching threaded view doesn't sort"
9946                 reported by Simon Schubert)
9947
9948 2002-07-20 [alfons]     0.7.8claws82
9949         
9950         * src/matcher.c
9951                 const-correctness
9952
9953 2002-07-20 [thorsten]   0.7.8claws81
9954
9955         * src/matcher.c
9956                 Fixed expansion of empty fields in matchactions
9957
9958 2002-07-19 [melvin]     0.7.8claws80
9959
9960         * src/gtkspell.c
9961                 Removed a duplicate menu entry (fast mode) introduced during
9962                 the new cache merge
9963                 Added a menu separator between 'Use alternate' and 'Fast mode'
9964
9965 2002-07-19 [paul]       0.7.8claws79
9966
9967         * tools/Makefile.am
9968           tools/README
9969                 correct typos
9970
9971 2002-07-19 [thorsten]   0.7.8claws78
9972
9973         * tools/calypso_convert.pl      ** NEW FILE **
9974           tools/README
9975           tools/Makefile.am
9976                 script to import mbox files exported
9977                 by calypso
9978                 o generates folder structure
9979                 o includes attachments
9980
9981 2002-07-19 [melvin]     0.7.8claws77
9982
9983         * src/selective_download.[ch]
9984                 Fixed bug where closing the dialog with the window manager's
9985                 close button will not unlock the summary
9986                 Corrected some function declarations that missed a return value
9987                 Made the source code comply better with coding style.
9988         * src/prefs_common.c
9989                 Added new browser command line for Mozilla.
9990
9991 2002-07-18 [paul]       0.7.8claws76
9992
9993         * src/mainwindow.c
9994           src/selective_download.[ch]
9995                 reflect theme changes, fix Gdk Warning when creating 
9996                 pixmap from NULL window, and minor clean up.
9997                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9998
9999         * po/en_GB.po
10000                 updated
10001
10002 2002-07-17 [paul]       0.7.8claws75
10003
10004         * INSTALL[.jp]
10005                 sync with 0.8.0
10006         
10007         * po/en_GB.po
10008                 updated
10009
10010 2002-07-16 [paul]       0.7.8claws74
10011
10012         * tools/filter_conv.pl
10013           tools/README
10014                 replace conversion script with reimplemented version, 
10015                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10016
10017 2002-07-16 [colin]      0.7.8claws73
10018
10019         * src/summaryview.c
10020                 remove forgotten debug messages - sorry ;-)
10021
10022 2002-07-16 [colin]      0.7.8claws72
10023
10024         * src/mimeview.c
10025           src/summaryview.c
10026           src/textview.c
10027           src/textview.h
10028                 add the ability to select part of a text mime-part 
10029                 to reply.
10030
10031 2002-07-15 [christoph]  0.7.8claws71
10032
10033         * src/folder.c
10034                 fix folder message count for folders without
10035                 msg_is_changed (includes news folders)
10036
10037 2002-07-15 [martin]     0.7.8claws70
10038
10039         * src/summaryview.c
10040                 option "display recipient on 'From'..." now works
10041                 without the need of enabling the option
10042                 "display  sender  using  address  book".
10043
10044 2002-07-15 [christoph]  0.7.8claws69
10045
10046         * src/summaryview.c
10047                 removed setting folder status from summaryview.
10048                 folder.c should update all message counts correctly.
10049
10050 2002-07-15 [paul]       0.7.8claws68
10051
10052         * po/pt_BR.po
10053                 updated by Fabio Junior Beneditto
10054
10055 2002-07-15 [darko]      0.7.8claws67
10056
10057         * src/mh.c
10058                 Fixed target folder colorization, don't decrease op
10059                 number twice
10060
10061 2002-07-14 [paul]       0.7.8claws66
10062
10063         * sync with main 0.8.0
10064                 see ChangeLog 2002-07-14
10065
10066 2002-07-13 [melvin]     0.7.8claws65
10067         
10068         * src/addrbook.c
10069         * src/addressbook.c
10070         * src/addrindex.c
10071                 Replaced sprintf by g_snprintf to prevent possible buffer
10072                 overflow.
10073         * src/news.c
10074                 Corrected a log message output format.
10075                 Added a missing "done" debug output.
10076         * src/compose.c
10077                 Added keyboard accelerator for Priority menu items
10078                 Added missing \n in debug output
10079         * src/logwindow.c
10080         * src/gtkspell.c
10081         * src/rfc2015.c
10082                 Added missing \n in debug output
10083
10084 2002-07-13 [paul]       0.7.8claws64
10085
10086         * man/sylpheed.1
10087                 change Sergey's email address to the sf address
10088
10089         * src/textview.c
10090                 increase show_url_timeout (more useful for long
10091                 urls)
10092
10093 2002-07-12 [sergey]     0.7.8claws63
10094
10095         * src/rfc2015.c
10096                 applied (with some modifications) patch to set the
10097                 micalg parameter for signatures
10098                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10099
10100 2002-07-12 [sergey]     0.7.8claws62
10101
10102         * man/Makefile.am
10103         * configure.in
10104                 fixed man page installation
10105
10106 2002-07-12 [paul]       0.7.8claws61
10107
10108         * sync with 0.7.8cvs26
10109                 see ChangeLog 2002-07-11 and 2002-07-12
10110
10111 2002-07-11 [christoph]  0.7.8claws60
10112
10113         * src/compose.c
10114         * src/procmsg.c
10115                 first use the message number to find the message
10116                 to mark with a reply flag but check the
10117                 message-id if we got the correct message, if not
10118                 try to find it by message-id.
10119                 use new string seperator that is not allowed
10120                 in message-ids.
10121
10122 2002-07-11 [paul]       0.7.8claws59
10123
10124         * sync with 0.7.8cvs23
10125                 see ChangeLog 2002-07-10
10126
10127 2002-07-10 [christoph]  0.7.8claws58
10128
10129         * src/folder.[ch]
10130         * src/msgcache.[ch]
10131                 Added message-id table to the cache in memory
10132                 and functions to msgcache.c and folder.c to
10133                 fetch MsgInfos by message id
10134         * src/compose.c
10135         * src/procmsg.c
10136                 store folder and message-id of message replying
10137                 to in queue header and set reply flag after sending
10138                 (Closes bug #469498)
10139
10140 2002-07-10 [paul]       0.7.8claws57
10141
10142         * AUTHORS
10143           man/sylpheed.1.gz
10144                 add Martin to the list of authors
10145
10146 2002-07-09 [martin]     0.7.8claws56
10147         * src/gtksctree.c
10148                 Added gtk_ctree_last_visible(), tree_update_level(),
10149                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10150                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10151                 from gtk+ to gtksctree.c for the new sorting code
10152                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10153                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10154         * src/gtksctree.h
10155                 Added declaration for gtk_sctree_sort_recursive() and
10156                 gtk_sctree_sort_node
10157         * src/addressbook.c
10158         * src/foldersel.c
10159         * src/folderview.c
10160         * src/summaryview.c
10161                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10162                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10163
10164 2002-07-08 [paul]       0.7.8claws55
10165
10166         * more sync with 0.7.8cvs21
10167                 see ChangeLog 2002-07-08
10168
10169 2002-07-08 [paul]       0.7.8claws54
10170
10171         * sync with 0.7.8cvs21
10172                 see ChangeLog 2002-07-08
10173
10174 2002-07-07 [alfons]     0.7.8claws53
10175
10176         * src/Makefile.am
10177         * src/stock_pixmap.[ch]
10178         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10179         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10180         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10181                 add new pixmaps for upcoming notice pane
10182
10183 2002-07-06 [melvin]     0.7.8claws52
10184
10185         * src/gtkspell.[ch]
10186                 Made them a bit closer to Sylpheed's coding style.
10187                 Removed old code.
10188                 Removed possible memory leaks when some errors occurs.
10189
10190 2002-07-06 [melvin]     0.7.8claws51
10191
10192         * po/Makefile.in.in
10193                 Removed --no-location in xgettext command line to help
10194                 translators that use Emacs' po-mode
10195         * src/quote_fmt.c
10196                 Removed unnecessary comments that messed up sylpheed.pot
10197
10198 2002-07-06 [paul]       0.7.8claws50
10199
10200         * sync with 0.7.8cvs19
10201                 see ChangeLog 2002-07-05
10202
10203 2002-07-06 [christoph]  0.7.8claws49
10204
10205         * src/folder.c
10206         * src/mainwindow.c
10207                 fix folder_item_remove_all_msg and folderview
10208                 status for trash folders after emptying trash
10209
10210 2002-07-05 [paul]       0.7.8claws48
10211
10212         * sync with 0.7.8cvs16
10213                 see ChangeLog 2002-07-04 and 2002-07-05
10214
10215 2002-07-04 [paul]       0.7.8claws47
10216
10217         * sync with 0.7.8cvs14
10218                 see  ChangeLog 2002-07-04
10219
10220 2002-07-03 [alfons]     0.7.8claws46
10221
10222         * src/folder.c
10223                 dupe folder item's path because it's being reallocated
10224                 by new folder scanning code
10225
10226 2002-07-03 [christoph]  0.7.8claws45
10227
10228         * src/imap.c
10229                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10230         * src/msgcache.c
10231                 add missing return in msgcache_write
10232
10233 2002-07-02 [thorsten]   0.7.8claws44
10234
10235         * src/jpilot.c
10236         * src/msgcache.c
10237         * src/rfc2015.c
10238                 use binary mode for file access
10239
10240 2002-07-02 [christoph]  0.7.8claws43
10241
10242         * major code cleanup (part 1)
10243         
10244                 - unused variables removed
10245                 - unused functions removed
10246                 - uninitialized variables checked
10247                 - missing return statements added
10248                 - missing function return types added
10249                 - added parentheses around assignment and
10250                   && in || when suggested by gcc
10251               
10252         * src/mh.c
10253         * src/folder.c
10254                 replaced direct calls to folder->scan_tree
10255                 with folder_scan_tree and restore folder
10256                 prefs in this function. The folder should
10257                 not have to deal with them.
10258                 ( Should now work for all folder types )
10259
10260 2002-07-02 [paul]       0.7.8claws42
10261
10262         * sync with 0.7.8cvs13
10263                 see ChangeLog 2002-07-01 and 2002-07-02
10264
10265 2002-07-01 [christoph]  0.7.8claws41
10266
10267         * src/summaryview.c
10268                 fix "goto next/prev unread message" with
10269                 ignored threads
10270
10271 2002-07-01 [paul]       0.7.8claws40
10272
10273         * po/es.po
10274                 updated by Ricardo Mones Lastra
10275
10276 2002-06-30 [match]      0.7.8claws39
10277
10278         * src/jpilot.c
10279                 applied variation of leonerd's patch (566661) to
10280                 allow multiple email addresses per JPilot entry.
10281                 addresses may be separated by space, comma, pipe,
10282                 semi-colon, new-line.
10283
10284 2002-06-30 [alfons]     0.7.8claws38
10285
10286         * src/procmsg.c
10287                 simple fix for putting older nodes before
10288                 newer nodes when threading by subject
10289
10290 2002-06-30 [christoph]  0.7.8claws37
10291
10292         * src/folder.c
10293         * src/folderview.c
10294         * src/mh.c
10295         * src/news.c
10296         * src/procmsg.c
10297                 fix broken folder tree rescaning
10298                 and don't use procmsg_get_mark_sum
10299                 anymore
10300
10301 2002-06-30 [christoph]  0.7.8claws36
10302
10303         * merge new cache branch
10304         * src/imap.c
10305                 fix new cache imap copy bug
10306         * src/folder.c
10307                 improved folder_item_scan
10308                 it should now always set the correct
10309                 new, unread and total message counts
10310
10311 2002-06-29 [paul]       0.7.8claws35
10312
10313         * configure.in
10314                 correct syntax error
10315
10316 2002-06-29 [paul]       0.7.8claws34
10317
10318         * configure.in
10319           Makefile.am
10320           man/Makefile.am       ** NEW FILE **
10321           man/sylpheed.1.gz     ** NEW FILE **
10322                 add Sylpheed man page
10323
10324 2002-06-29 [paul]       0.7.8claws33
10325
10326         * po/pt_BR.po
10327                 updated by Fabio Junior Beneditto
10328
10329 2002-06-28 [jens]       0.7.8claws32
10330
10331         * po/de.po
10332                 translation updated
10333
10334         * src/selective_download.c
10335                 removed gettext for space " "
10336
10337         * src/imap.c
10338                 removed wrong space
10339
10340 2002-06-28 [paul]       0.7.8claws31
10341
10342         * sync with 0.7.8cvs11
10343                 see ChangeLog 2002-06-28
10344
10345 2002-06-28 [paul]       0.7.8claws30
10346
10347         * sync with 0.7.8cvs10
10348                 see ChangeLog 2002-06-27 and 2002-06-28
10349
10350 2002-06-26 [paul]       0.7.8claws29
10351
10352         * src/addrgather.c
10353           src/selective_download.c
10354                 don't gettextise empty strings.
10355                 reserved by gettext. gettext("") returns 
10356                 the header entry with meta information, 
10357                 not the empty string
10358
10359         * po/en_GB.po
10360                 updated
10361
10362 2002-06-26 [paul]       0.7.8claws28
10363
10364         * sync with 0.7.8cvs7
10365                 see ChangeLog 2002-06-25
10366
10367         * src/prefs_common.c
10368                 ...and in the process, tweak the gui a little
10369
10370 2002-06-25 [alfons]     0.7.8claws27
10371         
10372         * configure.in
10373         * src/Makefile.am
10374                 fine tune ldap library detection
10375
10376 2002-06-25 [alfons]     0.7.8claws26
10377
10378         * src/compose.c
10379                 don't allow return receipts when composing a news article
10380
10381 2002-06-25 [paul]       0.7.8claws25
10382
10383         * Makefile.am
10384                 add '$(AMTAR)' to 'release' section to allow for
10385                 new and older autotools
10386
10387 2002-06-25 [paul]       0.7.8claws24
10388
10389         * src/summaryview.c
10390                 fix "No more unread messages" persistant pop-up
10391                 window bug
10392
10393 2002-06-25 [paul]       0.7.8claws23
10394
10395         * po/it.po
10396                 updated by Alessandro Maestri
10397
10398 2002-06-25 [paul]       0.7.8claws22
10399
10400         * sync with 0.7.8cvs6
10401                 see ChangeLog 2002-06-25
10402
10403 2002-06-24 [paul]       0.7.8claws21
10404
10405         * tools/update-po
10406                 add GPL copyright information
10407
10408 2002-06-24 [paul]       0.7.8claws20
10409
10410         * tools/Makefile.am
10411           tools/README
10412           tools/update-po       ** NEW FILE **
10413                 add script that eases the creation of *.po files
10414                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10415
10416 2002-06-23 [alfons]     0.7.8claws19
10417
10418         * src/messageview.c
10419                 make notification_convert_header obey const correctness
10420                 (next step will be fixing the broken return receipt)
10421
10422 2002-06-23 [paul]       0.7.8claws18
10423
10424         * src/messageview.c
10425                 fix bug introduced in last commit:
10426                 removed too much code in last commit - put back what's
10427                 needed
10428
10429 2002-06-23 [paul]       0.7.8claws17
10430
10431         * src/messageview.[ch]
10432                 remove code committed in error from locally patched
10433                 source
10434
10435 2002-06-23 [colin]      0.7.8claws16
10436
10437         * src/compose.[ch]
10438                 add compose_entry_select(), used to select the default_to
10439                 email address - hopefully avoiding people sending mails to
10440                 wrong recipients.
10441
10442 2002-06-22 [alfons]     0.7.8claws15
10443
10444         * AUTHORS
10445                 add Bram Metsch & Stanislav Karchebny
10446         * src/smtp.[ch]
10447         * src/prefs_account.[ch]
10448         * src/send.c
10449                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10450                   options.  (see <http://sourceforge.net/tracker/index.php
10451                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10452
10453                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10454                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10455
10456 2002-06-22 [paul]       0.7.8claws14
10457
10458         * sync with 0.7.8cvs5
10459                 see ChangeLog 2002-06-19 and 2002-06-20
10460
10461 2002-06-22 [alfons]     0.7.8claws13
10462
10463         * src/selective_download.c
10464                 fix a stupid mistake I made
10465
10466 2002-06-22 [alfons]     0.7.8claws12
10467
10468         * src/selective_download.[ch]
10469                 fix another unnoticed leak; cleanup code
10470
10471 2002-06-21 [alfons]
10472
10473         * tools/Makefile.am
10474                 gpg-sign <-- gpg-sign-syl
10475
10476 2002-06-21 [alfons]     0.7.8claws11
10477
10478         * src/selective_download.c
10479         * src/selective_download.h
10480                 fix assorted mix of allocation errors (should solve
10481                 problem reported by Philippe Gramoullé, see:
10482                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10483
10484 2002-06-20 [melvin]     0.7.8claws10
10485
10486         * tools/gpg-sign *REMOVED*
10487           tools/gpg-sign-syl *ADDED*
10488                 Replaced the gpg clearsigning script with the version using
10489                 xterm instead of ssh-askpass and changed its name.
10490
10491         * README.claws
10492                 Updated actions example to reflect the renaming of the
10493                 gpg clearsigning script.
10494
10495 2002-06-19 [paul]       0.7.8claws9
10496
10497         * sync with 0.7.8claws9
10498                 see ChangeLog 2002-06-18 and 2002-06-19
10499
10500 2002-06-19 [paul]       0.7.8claws8
10501
10502         * sync with 0.7.8cvs1
10503                 see ChangeLog 2002-06-18
10504
10505 2002-06-18 [alfons]     0.7.8claws7
10506
10507         * src/mainwindow.h
10508                 add omitted prototype
10509
10510 2002-06-17 [paul]       0.7.8claws6
10511
10512         * src/mainwindow.c
10513                 fix hiding of exec_btn
10514
10515 2002-06-17 [paul]       0.7.8claws5
10516
10517         * src/pop.c
10518                 remove unneeded code: should_delete() 
10519                 and Pop3State::uidl_todelete_list
10520
10521 2002-06-17 [paul]       0.7.8claws4
10522
10523         * sync with 0.7.8
10524                 see ChangeLog 2002-06-11 and 2002-06-13
10525
10526 2002-06-16 [alfons]     0.7.8claws3
10527         
10528         * src/folder.c
10529                 make sure lock sort mode (claws specific) is
10530                 also persists after a tree rescan
10531
10532 2002-06-16 [alfons]     0.7.8claws2
10533
10534         * src/prefs_folder_item.c
10535         * src/folder.[ch]
10536                 fix persistence of folder sort mode (broken
10537                 by adapting Hiro's new folder persistence code)
10538
10539 2002-06-16 [alfons]     0.7.8claws1
10540
10541         * AUTHORS
10542         * src/logwindow.c
10543         * src/prefscommon.[ch]
10544                 control size of log text in log window; 
10545                 closes patch #569155 submitted by Mitko Haralanov.
10546
10547 2002-06-15 [paul]       0.7.8claws
10548
10549         * release of 0.7.8claws
10550
10551 2002-06-15 [paul]       0.7.7claws
10552
10553         * po/pt_BR.po
10554                 updated by Fabio Junior Beneditto
10555
10556 2002-06-14 [paul]       0.7.6claws49
10557
10558         * po/es.po
10559                 updated by Ricardo Mones Lastra
10560
10561 2002-06-14 [paul]       0.7.6claws48
10562
10563         * po/nl.po
10564                 updated translation by Wilbert Berendsen
10565
10566 2002-06-14 [melvin]     0.7.6claws47
10567
10568         * po/fr.po
10569                 Updated French translation
10570
10571 2002-06-13 [paul]       0.7.6claws46
10572
10573         * src/filesel.c
10574                 allow filename to be typed in, rather than just
10575                 selected by the mouse. Patch by Gustavo Noronha Silva.
10576
10577 2002-06-13 [alfons]     0.7.6claws45
10578
10579         * src/mainwindow.[ch]
10580                 more cleanups (removing unnecessary menu items Expand 
10581                 summary / message view)
10582
10583 2002-06-13 [melvin]     0.7.6claws44
10584
10585         * po/POTFILES.in
10586                 Added src/string_match.c
10587         * src/string_match.c
10588                 Fixed possible buffer overflow.
10589                 Corrected typo.
10590                 Added missing config.h header.
10591         * src/prefs_common.c
10592           src/prefs_matcher.c
10593           src/prefs_scoring.c
10594                 Made some strings translatable (missing _(..)).
10595
10596 2002-06-13 [melvin]     0.7.6claws43
10597
10598         * README.claws
10599                 Corrected action example (verifying clearsigned mail).
10600         * src/prefs_account.c
10601                 Corrected typo.
10602         * src/prefs_common.c
10603                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10604
10605 2002-06-12 [alfons]     0.7.6claws42
10606
10607         * src/summaryview.c
10608                 add init of score column lost in 0.7.6claws42
10609
10610 2002-06-12 [paul]       0.7.6claws41
10611
10612         * src/prefs_account.c
10613                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10614                 behavior of the radio buttons, (from 0.7.7cvs2)
10615
10616 2002-06-11 [alfons]     0.7.6claws40
10617
10618         * src/messageview.[ch]
10619         * src/summaryview.[ch]
10620         * src/summary_search.c
10621         * src/mainwindow.c
10622                 perform a sync to bring in Hiro's separate view implementation 
10623
10624                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10625
10626 2002-06-11 [paul]       0.7.6claws39
10627         
10628         * src/prefs_account.c
10629                 correct a typo on the Receive tab
10630
10631 2002-06-10 [match]      0.7.6claws38
10632
10633         * src/addressbook.c
10634                 Included address completion patch from Gustavo Noronha.
10635
10636 2002-06-10 [paul]       0.7.6claws37
10637
10638         * src/inc.[ch]
10639           src/pop.c
10640           src/prefs_account.[ch]
10641           src/selective_download.[ch]
10642                 apply PATCH #561712
10643                  NEW:
10644                 - check if POP Account
10645                 - Receive Button renamed to Preview
10646                 - Preview Button Popup: preview new/all messages
10647                 - Download Button
10648                 - Account Preferences-->Receive tab checkbutton if you
10649                   want to remove Mail after Download
10650                 -: default YES
10651                 - Account Preferences-->Receive tab checkbutton use
10652                   filtering rules on preview
10653                   (think of delete_on_server)
10654                 -: default YES
10655                 - Account selectable from SD dialog
10656                 - checkbutton to show already downloaded messages if
10657                   all messages are previewed
10658                 - new clist column showing Date
10659                 - ESC KEY close
10660                 FIXES:
10661                 - play ball with UIDL
10662                 - fault tolerant (?) 
10663                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10664
10665 2002-06-10 [melvin]     0.7.6claws36
10666
10667         * README.claws
10668                 Added a hint to ac/README in cvs instructions.
10669
10670         * src/prefs_actions.c
10671                 Made it possible to use a more elaborate command line
10672                 for asynchronous actions, too.
10673
10674 2002-06-10 [melvin]     0.7.6claws35
10675         
10676         * src/prefs_actions.c
10677                 Make it possible to use a more elaborate command line
10678                 (e.g. |foo|bar|cat>there;echo Done|)
10679                 Corrected error message when calling %f, %F and %p commands
10680                 from the compose window.
10681
10682 2002-06-09 [colin]      0.7.6claws34
10683
10684         * src/summaryview.c
10685                 Automatically find unread messages in current folder
10686                 before annoying the user.
10687
10688 2002-06-08 [alfons]     0.7.6claws33
10689
10690         * po/it.po
10691                 remove bad formatting string in it.po translation
10692                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10693
10694 2002-06-08 [paul]       0.7.6claws32
10695
10696         * sync with 0.7.6cvs25
10697                 see ChangeLog 2002-06-07
10698
10699 2002-06-05 [paul]       0.7.6claws31
10700
10701         * src/mainwindow.c
10702                 add 'Sort by locked' and 'Sort by score'
10703
10704 2002-06-05 [paul]       0.7.6claws30
10705
10706         * sync with 0.7.6cvs24
10707                 see ChangeLog 2002-06-04
10708
10709 2002-06-04 [paul]       0.7.6claws29
10710
10711         * po/pt_BR.po
10712                 updated by Fabio Junior Beneditto
10713
10714 2002-06-03 [thorsten]   0.7.6claws28
10715
10716         * src/matcher.c
10717                 fclose() matcherrc after reading
10718
10719 2002-06-03 [paul]       0.7.6claws27
10720
10721         * sync with 0.7.6cvs21
10722                 see ChangeLog 2002-05-31
10723
10724 2002-05-31 [paul]       0.7.6claws26
10725
10726         * sync with 0.7.6cvs20
10727                 see ChangeLog 2002-05-29 and 2002-05-30
10728
10729 2002-05-31 [paul]       0.7.6claws25
10730
10731         * src/imap.c
10732                 hopefully fix last buggy sync
10733
10734         * README.claws
10735                 correct typo in 'Actions' examples
10736
10737 2002-05-29 [paul]       0.7.6claws24
10738
10739         * sync with 0.7.6cvs18
10740                 see ChangeLog 2002-05-28 and 2002-05-29
10741
10742         * src/news.c
10743           src/nntp.[ch]
10744                 sync with above 
10745
10746 2002-05-28 [paul]       0.7.6claws23
10747
10748         * sync with 0.7.6cvs16
10749                 see ChangeLog 2002-05-28
10750
10751 2002-05-27 [thorsten]   0.7.6claws22 
10752
10753         * faq/it/sylpheed-faq-1.html
10754           faq/it/sylpheed-faq-2.html
10755           faq/it/sylpheed-faq-3.html
10756           faq/it/sylpheed-faq.html
10757                 corrected DOS lineendings
10758         * faq/de/sylpheed-faq-1.html
10759           faq/de/sylpheed-faq-2.html
10760           faq/en/sylpheed-faq-1.html
10761           faq/en/sylpheed-faq-2.html
10762           faq/en/sylpheed-faq-3.html
10763           faq/es/sylpheed-faq-1.html
10764           faq/es/sylpheed-faq-2.html
10765           faq/es/sylpheed-faq-3.html
10766           faq/fr/sylpheed-faq-1.html
10767           faq/it/sylpheed-faq-1.html
10768           faq/it/sylpheed-faq-2.html
10769           faq/it/sylpheed-faq-3.html
10770           faq/it/sylpheed-faq.html
10771                 changed ">" to &quot;
10772
10773 2002-05-27 [paul]       0.7.6claws21
10774         
10775         * sync with 0.7.6cvs15
10776                 see ChangeLog 2002-05-27
10777
10778 2002-05-27 [paul]       0.7.6claws20
10779
10780         * src/prefs_account.c
10781                 correct a typo
10782
10783 2002-05-26 [paul]       0.7.6claws19
10784
10785         * tools/README
10786                 correct a typo
10787
10788 2002-05-25 [paul]       0.7.6claws18
10789
10790         * tools/README
10791                 add description of kmail2sylpheed.pl
10792
10793 2002-05-25 [paul]       0.7.6claws17
10794
10795         * tools/kmail2sylpheed.pl       ** NEW FILE **
10796                 perl script that converts an exported Kmail address
10797                 book, converts it to sylpheed addressbook file,
10798                 writes the file to .sylpheed, and updates
10799                 addrbook--index.xml 
10800
10801 2002-05-25 [paul]       0.7.6claws16
10802
10803         * sync with 0.7.6cvs14
10804                 see ChangeLog 2002-05-23
10805
10806 2002-05-24 [paul]       0.7.6claws15
10807
10808         * README.claws
10809                 make a correction and add some more info
10810
10811 2002-05-24 [paul]       0.7.6claws14
10812
10813         * src/compose.c
10814                 fix memory leak in 
10815                 compose_redirect_write_headers_from_headerlist()
10816                 add Subject and Resent-Message-ID to
10817                 compose_redirect_write_headers()
10818                 Received, Subject, and X-UIDL are filtered out in 
10819                 compose_redirect_write_to_file()
10820
10821 2002-05-23 [paul]       0.7.6claws13
10822
10823         * src/compose.[ch]
10824           src/filtering.c
10825           src/mainwindow.c
10826           src/matcher.[ch]
10827           src/matcher_parser_lex.l
10828           src/matcher_parser_parse.y
10829           src/prefs_common.[ch]
10830           src/prefs_filtering.c
10831           src/summaryview.c
10832                 rename 'Bounce' to 'Redirect'
10833
10834 2002-05-23 [paul]       0.7.6claws12
10835
10836         * more sync with 0.7.6cvs13
10837           src/compose.c
10838                 see ChangeLog 2002-05-22
10839
10840 2002-05-22 [paul]       0.7.6claws11
10841
10842         * sync with 0.7.6cvs13
10843           src/codeconv.c
10844                 see ChangeLog 2002-05-20
10845           src/prefs_common.c
10846                 see ChangeLog 2002-05-22
10847
10848 2002-05-21 [melvin]     0.7.6claws10
10849
10850         * src/folderview.c
10851                 Added missing filtering and scoring headers
10852                 Fixed bad function call that showed garbage 
10853                 in Folder->Processing
10854
10855 2002-05-21 [paul]       0.7.6claws9
10856
10857         * tools/Makefile.am
10858                 make all tools executable, (patch by Alfons).
10859
10860 2002-05-20 [alfons]     0.7.6claws8
10861
10862         * src/procheader.c
10863                 don't forget to call mktime() so we have a valid week 
10864                 and year day
10865                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10866
10867 2002-05-20 [paul]       0.7.6claws7
10868
10869         * src/html.c
10870                 fix broken parsing of urls
10871         * src/textview.c
10872                 fix displaying of urls
10873
10874                 both fixes from the patch [547855] by Eugene 
10875                 Brevdo (zonem)
10876
10877 2002-05-19 [alfons]     0.7.6claws6
10878
10879         * configure.in
10880                 make sylpheed configure correctly with the latest
10881                 and greatest of automake / autoconf / gettext
10882
10883 2002-05-19 [alfons]     0.7.6claws5
10884
10885         * src/procheader.c
10886         * src/procheader.h
10887                 add function for returning ime zone offset
10888         * src/quote_fmt.c
10889         * src/quote_fmt_parse.y
10890                 better quotation formatting - does not convert
10891                 to local time, but uses the original date string.
10892                 
10893                 Note: %z inserts the timezone offset (should 
10894                 work also on platforms where strftime does not
10895                 support %z).
10896
10897 2002-05-18 [christoph]  0.7.6claws4
10898
10899         * src/summaryview.c
10900                 fix indentation of some code
10901         * tools/Makefile.am
10902                 fix spaces after \
10903         * src/Makefile.am
10904                 add missing \
10905                 correct path for ignorethread.xpm
10906                 incorrect filename for sylpheed_logo.xpm
10907                 add missing include matcher_parser_parse.h
10908
10909 2002-05-18 [paul]       0.7.6claws3
10910
10911         * sync with 0.7.6cvs8
10912                 see ChangeLog 2002-05-16 and 2002-05-17
10913
10914 2002-05-18 [melvin]     0.7.6claws2
10915
10916         * README.claws
10917                 Corrected an action's definition and fixed some misspellings.
10918
10919 2002-05-18 [paul]       0.7.6claws1
10920
10921         * tools/Makefile.am
10922           tools/gpg-sign        ** new file **
10923           tools/uudec           ** new file **
10924                 add Melvin's Actions scripts
10925
10926         * README.claws
10927                 add Melvin's descriptions for Actions
10928
10929 2002-05-18 [paul]       0.7.6claws
10930
10931         * Version 0.7.6claws released
10932
10933 2002-05-17 [paul]       0.7.5claws32
10934
10935         * po/es.po
10936                 updated by Ricardo Mones Lastra
10937
10938 2002-05-17 [paul]       0.7.5claws31
10939
10940         * src/compose.c
10941                 fix Account prefs default folder for sent/draft/deleted
10942                 messages bug
10943
10944         * po/it.po
10945           po/nl.po
10946                 updated translation by Alessandro Maestri and
10947                 Wilbert Berendsen
10948
10949 2002-05-17 [melvin]     0.7.5claws30
10950
10951         * src/prefs_actions.c
10952                 Fixed bug where using %F not at the end of the command 
10953                 resulted in an additional empty argument being created.
10954                 Thanks to Darko Koruga for reporting the bug.
10955
10956 2002-05-17 [melvin]     0.7.5claws29
10957
10958         * po/fr.po
10959                 Updated French translations.
10960
10961 2002-05-15 [paul]       0.7.5claws28
10962         
10963         * po/es.po
10964                 updated by Ricardo Mones Lastra
10965
10966 2002-05-15 [paul]       0.7.5claws27
10967
10968         * sync with 0.7.6cvs4
10969                 see ChangeLog 2002-05-14 and 2002-05-15
10970
10971 2002-05-14 [paul]       0.7.5claws26
10972
10973         * sync with 0.7.6cvs1
10974                 see ChangeLog 2002-05-13
10975
10976 2002-05-13 [thorsten]   0.7.5claws25
10977
10978         * src/messageview.c
10979                 fix select_all and copy in multipart messages
10980         * src/mainwindow.c
10981                 fix select_all and copy in multipart messages
10982
10983 2002-05-12 [paul]       0.7.5claws24
10984
10985         * src/summaryview.c
10986                 reverse last commit, bug already fixed in 0.7.5claws3
10987
10988 2002-05-12 [netztorte]  0.7.5claws23
10989
10990         * src/summaryview.c
10991                 dont parse empty addressbook (checked in before claws20)
10992
10993 2002-05-12 [melvin]     0.7.5claws22
10994
10995         * src/procmsg.[ch]
10996                 Removed unneeded priority code introduced by the previous 
10997                 commit.
10998
10999 2002-05-12 [melvin]     0.7.5claws21
11000
11001         * src/compose.[ch]
11002                 Added possibility to set message's priority.
11003         * src/procmsg.[ch]
11004                 Added possibility to set message's priority.
11005                 Added missing headers
11006
11007 2002-05-12 [melvin]     0.7.5claws20
11008
11009         * src/prefs_actions.c
11010                 Removed implicitely added quotes around the name
11011                 of the temporary files of mime parts.
11012
11013 2002-05-12 [paul]       0.7.5claws19
11014
11015         * sync with 0.7.5cvs20
11016                 see ChangeLog 2002-05-11
11017
11018 2002-05-12 [alfons]     0.7.5claws18
11019
11020         * src/quote_fmt_lex.l
11021         * src/quote_fmt_parse.y
11022                 allow quote / reply date & time format to be set using
11023                 %D{format}. format is a format string you'd pass to
11024                 strftime() (see man strftime, or the Display tab |
11025                 Date format setting).
11026
11027                 Currently %D converts the date to local time. 
11028
11029 2002-05-11 [paul]       0.7.5claws17
11030
11031         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11032                 see ChangeLog 2002-05-10 and 2002-05-11
11033
11034 2002-05-10 [paul]       0.7.5claws16
11035
11036         * sync with 0.7.5cvs16
11037                 see ChangeLog entries 2002-05-09 and 
11038                 2002-05-10
11039
11040 2002-05-10 [colin]      0.7.5claws15
11041
11042         * src/textview.c
11043                 Corrected a bug that prevented sylpheed to open
11044                 double-clicked URIs.
11045
11046 2002-05-09 [paul]       0.7.5claws14
11047
11048         * sync with 0.7.5cvs14
11049                 see ChangeLog 2002-05-08 and 2002-05-09
11050
11051 2002-05-08 [paul]       0.7.5claws13
11052
11053         * sync with 0.7.5cvs11
11054                 see ChangeLog entry 2002-05-08
11055
11056 2002-05-08 [paul]       0.7.5claws12
11057
11058         * src/mainwindow.c
11059           src/textview.[ch]
11060                 fix segfault on View->Open in new window
11061                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11062
11063 2002-05-07 [paul]       0.7.5claws11
11064
11065         * sync with 0.7.5cvs9
11066                 see ChangeLog entry 2002-05-07
11067
11068 2002-05-06 [paul]       0.7.5claws10
11069
11070         * src/messageview.c
11071           src/textview.c
11072                 display url in statusbar on single-click
11073                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11074
11075 2002-05-06 [match]      0.7.5claws9
11076
11077         * src/addritem.[ch]
11078                 new functions.
11079         * src/addrcache.c
11080                 tidy up.
11081         * src/xmlprops.[ch]
11082                 XML implementation of properties file.
11083         * src/exporthtml.[ch]
11084         * src/expthtmldlg.[ch]
11085         * src/addressbook.c
11086                 export to HTML.
11087
11088 2002-05-02 [sergey]     0.7.5claws8
11089
11090         * src/mainwindow.c (mainwin_entries),
11091           src/prefs_common.c (prefs_send_create()),
11092           src/codeconv.c (locale_table):
11093                 use charset name "Windows-1251" instead of "CP1251".
11094
11095 2002-05-02 [colin]      0.7.5claws7
11096         
11097         * src/compose.c
11098           src/prefs_common.c
11099           src/prefs_folder_item.c
11100                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11101
11102 2002-05-02 [hiro]       0.7.5claws6
11103
11104         * src/imap.c
11105                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11106
11107 2002-05-02 [paul]       0.7.5claws5
11108
11109         * src/compose.c
11110                 more sync with 0.7.5cvs7, see ChangeLog entry
11111                 2002-05-02
11112
11113 2002-05-02 [hiro]       0.7.5claws4
11114
11115         * src/compose.c
11116                 compose_queue_sub():
11117                 check if queue folder exists (closes #550397).
11118                 removed directory creation since it should be handled
11119                 transparently.
11120         * src/imap.c
11121                 imap_add_msg(): return UID for appended message
11122                 (closes #548842).
11123
11124 2002-04-30 [paul]       0.7.5claws3
11125
11126         * src/summaryview.c
11127                 fix account_find_from_address() bug
11128
11129 2002-04-28 [colin]      0.7.5claws2
11130
11131         * src/compose.c
11132           src/textview.c
11133           src/prefs_common.[ch]
11134           src/utils.[ch]
11135                 Added user-definable quotation characters recognition.
11136
11137 2002-04-28 [paul]       0.7.5claws1
11138
11139         * sync with 0.7.5cvs4
11140                 see ChangeLog entry  2002-04-25
11141
11142 2002-04-28 [paul]       0.7.5claws
11143
11144         * po/es.po
11145           po/nl.po
11146           po/pt_BR.po
11147                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11148                 Fabio Junior Beneditto
11149
11150 2002-04-27 [jens]       0.7.4claws103
11151
11152         * po/de.po
11153                 updated German translation.
11154
11155 2002-04-27 [hiro]       0.7.4claws102
11156
11157         * src/summaryview.c
11158                 summary_write_cache(): fixed the mark loss of hidden messages.
11159
11160 2002-04-26 [melvin]     0.7.4claws101
11161
11162         * src/procmsg.c
11163                 fixed a second typo (same one)
11164         * po/fr.po
11165           po/it.po
11166           po/pt_BR.po
11167                 fixed the type again...
11168
11169 2002-04-26 [melvin]     0.7.4claws100
11170
11171         * src/procmsg.c
11172                 fixed a typo in an alert message ("temorary").
11173         * po/it.po
11174         * po/pt_BR.po
11175                 corrected the typo  described above.
11176         * po/fr.po
11177                 updated French translation.
11178
11179 2002-04-26 [darko]      0.7.4claws99
11180
11181         * src/summaryview.c
11182                 fix target folder colorization
11183
11184 2002-04-25 [paul]       0.7.4claws98
11185
11186         * po/it.po
11187                 updated by Alessandro Maestri
11188
11189 2002-04-24 [colin]      0.7.4claws97
11190         
11191         * src/compose.c
11192                 Fixed double "subject is empty" question.
11193
11194 2002-04-23 [colin]      0.7.4claws96
11195         
11196         * src/mimeview.c
11197                 Corrected issue when "automatically display images" was
11198                 not set : first image remained after selecting second.
11199
11200 2002-04-23 [melvin]     0.7.4claws95
11201
11202         * src/prefs_actions.c
11203                 Don't display in/out dialog if there is nothing to show.
11204
11205 2002-04-23 [paul]       0.7.4claws94
11206
11207         * sync with 0.7.5cvs3
11208                 bug fixes: see ChangeLog entry 2002-04-23
11209
11210 2002-04-22 [darko]      0.7.4claws93
11211
11212         * src/compose.c
11213                 fix previous check-in which changed code after
11214                 merge from main
11215
11216 2002-04-22 [paul]       0.7.4claws92
11217
11218         * faq/de/*
11219                 add German FAQ
11220         * faq/en/*
11221           faq/es/*
11222           faq/fr/*
11223                 update English, Spanish and French FAQs
11224         * manual/de/*
11225           manual/es/*
11226                 add German and Spanish manuals
11227         * manual/en/*
11228           manual/fr/*
11229                 update English and French manuals
11230
11231         * src/Makefile.am
11232                 add to and re-arrange the pixmap entries
11233
11234 2002-04-22 [darko]      0.7.4claws91
11235
11236         * src/compose.c
11237                 fix sender initials recognition to only allow
11238                 '>' after the initials
11239
11240 2002-04-21 [paul]       0.7.4claws90
11241
11242         * sync with 0.7.5 release
11243                 see ChangeLog entry 2002-04-21
11244
11245 2002-04-21 [alfons]
11246
11247         * src/Makefile.am
11248                 add colin's new pixmaps to EXTRA_DIST
11249
11250 2002-04-21 [colin]      0.7.4claws89
11251         * src/compose.c
11252         * src/inc.c
11253         * src/mainwindow.[ch]
11254         * src/prefs_common.[ch]
11255         * src/stock_pixmap.[ch]
11256                 Added "Work offline" ability.
11257
11258 2002-04-21 [colin]      0.7.4claws88
11259         
11260         * src/mimeview.c
11261         * src/prefs_common.c
11262         * src/prefs_common.h
11263         * src/textview.c : Added an option to common preferences -> display
11264           to allow user not to automatically display images.
11265
11266 2002-04-21 [paul]       0.7.4claws87
11267
11268         * sync with 0.7.4cvs52
11269                 see ChangeLog entry 2002-04-21 (src/imap.c)
11270
11271 2002-04-21 [paul]       0.7.4claws86
11272
11273         * sync with 0.7.4cvs51
11274                 see ChangeLog entry 2002-04-21
11275
11276 2002-04-21 [paul]       0.7.4claws85
11277
11278         * sync with 0.7.4cvs49
11279                 see ChangeLog entries 2002-04-20 and 2002-04-21
11280
11281         * src/Makefile.am
11282                 clean up: remove old 'stock_' element from xpm 
11283                 filenames.
11284
11285 2002-04-21 [alfons]     0.7.4claws84
11286
11287         apply sync patch from Paul
11288
11289         * src/folderview.c
11290                 use old claws prefs_folder_item_create() for now
11291
11292 2002-04-19 [match]      0.7.4claws83
11293
11294         * src/addressbook.[ch]
11295         * src/addrharvest.[ch]
11296         * src/addrgather.[ch]
11297                 recurse folders.
11298         * src/mainwindow.c
11299         * src/summaryview.[ch]
11300                 change menu option.
11301
11302 2002-04-19 [paul]       0.7.4claws82
11303
11304         * po/pt_BR.po
11305                 updated by Fabio Junior Beneditto
11306
11307 2002-04-14 [alfons]     0.7.4claws81
11308
11309         * src/passphrase.c
11310                 add #include <sys/types.h> for mode_t and off_t 
11311
11312 2002-04-13 [paul]       0.7.4claws80
11313         
11314         * src/main.c
11315           src/passphrase.[ch]
11316           src/pgptext.c
11317           src/prefs_common.[ch]
11318           src/rfc2015.c
11319                 enable storing of GnuPG passphrase for the whole 
11320                 session or a user-defined number of minutes. patch 
11321                 submitted by Ravemax <ravemax@dextrose.com>
11322
11323 2002-04-13 [alfons]     0.7.4claws79
11324
11325         * src/textview.c
11326                 make email parser also stop scanning when encountering separators
11327                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11328
11329 2002-04-13 [paul]       0.7.4claws78
11330
11331         * sync with 0.7.4cvs39
11332                 see ChangeLog entry 2002-04-12
11333
11334 2002-04-11 [paul]       0.7.4claws77
11335
11336         * sync with 0.7.4cvs37
11337                 see ChangeLog entry 2002-04-11
11338
11339 2002-04-11 [paul]       0.7.4claws76
11340
11341         * COPYING 
11342                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11343                 the clause for OpenSSL). sync with sylpheed main
11344
11345 2002-04-09 [melvin]     0.7.4claws75
11346
11347         * src/compose.c
11348                 Made 'Ctrl-Enter' on send ignore some modifiers 
11349                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11350                 to bind other *-Enter (but not Alt-Enter).
11351
11352 2002-04-09 [paul]       0.7.4claws74
11353
11354         * sync with 0.7.4cvs35
11355                 see ChangeLog entries 2002-04-09
11356
11357 2002-04-08 [paul]       0.7.4claws73
11358
11359         * sync with 0.7.4cvs33
11360                 see ChangeLog entry 200-04-08
11361
11362 2002-04-07 [match]      0.7.4claws72
11363
11364         * src/addrharvest.[ch]
11365                 fixed to read all addresses in header, regardless
11366                 of header size. improved name parsing. accommodate
11367                 harvest from folders and selected message.
11368         * src/addritem.[ch]
11369                 included new address parsing function.
11370         * src/addrgather.[ch]
11371         * src/addressbook.[ch]
11372         * src/summaryview.[ch]
11373         * src/mainwindow.c
11374                 allow address harvest of folder as well as selected
11375                 messages.
11376
11377 2002-04-07 [paul]       0.7.4claws71
11378
11379         * src/esmtp.[ch]
11380           src/smtp.c
11381                 don't try to authenticate with CRAM-MD5 in SMTP when 
11382                 SMTP-AUTH enabled if MTA doesn't issue this 
11383                 auth-method in it's ehlo-response. bug item #531364,
11384                 patch item #938910. patch submitted by Colin Leroy 
11385                 <colin@colino.net>
11386
11387 2002-04-07 [paul]       0.7.4claws70
11388
11389         * src/nntp.c
11390                 fix missing MODE_READER bug. patch submitted by
11391                 Colin Leroy <colin@colino.net>
11392
11393 2002-04-07 [alfons]     0.7.4claws69
11394
11395         * src/matcher.[ch]
11396         * src/prefs_filtering.c
11397         * src/summaryview.c
11398                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11399                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11400
11401 2002-04-07 [paul]       0.7.4claws68
11402
11403         * sync with 0.7.4cvs32
11404                 see ChangeLog entry 2002-04-06
11405
11406         * tools/filter_conv.pl
11407                 more bug fixes
11408
11409 2002-04-06 [paul]       0.7.4claws67
11410
11411         * tools/filter_conv.pl
11412                 modify to be able to find the name of the first
11413                 mailbox and use that. main's filter does not
11414                 record the full path to the mailbox and therefore
11415                 can only filter to the first mailbox.
11416
11417 2002-04-05 [paul]       0.7.4claws66
11418
11419         * tools/filter_conv.pl
11420                 attempt to make the script all-encompassing and
11421                 be able to convert any main 'filter' rule thrown
11422                 at it
11423
11424 2002-04-05 [paul]       0.7.4claws65
11425
11426         * tools/filter_conv.pl
11427                 allow for collapsed folder trees
11428
11429 2002-04-05 [paul]       0.7.4claws64
11430
11431         * sync with 0.7.4cvs31
11432                 see ChangeLog entries 2002-04-05
11433
11434 2002-04-03 [paul]       0.7.4claws63
11435
11436         * sync with 0.7.4cvs29
11437                 see ChangeLog entries 2002-04-02 and 2002-04-03
11438
11439 2002-04-02 [paul]       0.7.4claws62
11440
11441         * sync with 0.7.4cvs26
11442                 see ChangeLog entry 2002-04-01
11443
11444 2002-04-02 [match]      0.7.4claws61
11445
11446         * src/pine.[ch]
11447         * src/importpine.[ch]
11448         * src/addressbook.c
11449                 import Pine address book.
11450
11451 2002-04-02 [match]      0.7.4claws60
11452
11453         * src/addrharvest.[ch]
11454                 improve address parsing of funky addresses.
11455
11456 2002-04-02 [darko]      0.7.4claws59
11457
11458         * src/compose.c
11459                 wrap on send improvements, it now recognizes quoted
11460                 initials as part of the quotation string, and it
11461                 does not join lines separated by CR
11462
11463 2002-04-01 [match]      0.7.4claws58
11464
11465         * src/mgutils.[ch]
11466                 added new functions.
11467         * src/mutt.[ch]
11468                 remove excessive duplicate address generation
11469                 on import.
11470
11471 2002-04-01 [alfons]     0.7.4claws57
11472         
11473         * src/summaryview.c
11474                 put back g_free() 
11475
11476 2002-04-01 [paul]       0.7.4claws56
11477
11478         * sync with 0.7.4cvs25
11479                 see ChangeLog entry 2002-04-01
11480
11481 2002-04-01 [alfons]     0.7.4aprilfool55
11482
11483         * src/summaryview.c
11484                 honour feature request item #537427 to allow for
11485                 displaying names from address book for sent mail also
11486
11487 2002-03-29 [paul]       0.7.4claws54
11488
11489         * src/mainwindow.c
11490           src/prefs_filtering.[ch]
11491           src/prefs_matcher.c
11492           src/summaryview.c
11493                 add 'fast filter' for claws' filtering,
11494                 /Tools/Create filter rule/... patch submitted
11495                 by Neill Miller <neillm@thecodefactory.org>
11496
11497 2002-03-29 [paul]       0.7.4claws53
11498
11499         * sync with 0.7.4cvs24
11500                 see ChangeLog entry 2002-03-29
11501
11502 2002-03-28 [paul]       0.7.4claws52
11503
11504         * sync with 0.7.4cvs23
11505                 see ChangeLog entry 2002-03-28
11506
11507 2002-03-27 [melvin]     0.7.4claws51
11508
11509         * src/prefs_actions.c
11510                 Added support to pass only one message part (as a
11511                 file) to the command using '%p'. No quotes are needed
11512                 because doubles quotes are automatically added.
11513                 Fixed bug where Sylpheed could block when waiting for
11514                 a child process to finish.
11515                 Changed the help menu to remove quotes around symbols to 
11516                 avoid misinterpretation (they must not be used).
11517
11518 2002-03-27 [melvin]     0.7.4claws50
11519
11520         * src/inc.c
11521                 Made the new mail notification command always 
11522                 execute asynchronously.
11523
11524 2002-03-27 [paul]       0.7.4claws49
11525
11526         * src/compose.c
11527                 fix bug introduced in last commit
11528
11529 2002-03-27 [paul]       0.7.4claws48
11530
11531         * sync with 0.7.4cvs21
11532                 see ChangeLog 2002-03-26 and 2002-03-27
11533
11534 2002-03-26 [hoa]        0.7.4claws47
11535
11536         * src/prefs_folder_item.c
11537                 really fixed the bug #516442 with folder rescan.
11538
11539 2002-03-26 [paul]       0.7.4claws46
11540
11541         * sync with 0.7.4cvs19
11542                 see ChangeLog entries 2002-03-25 and 2002-03-26
11543
11544 2002-03-25 [hoa]        0.7.4claws45
11545
11546         * src/matcher.c
11547         * src/mh.c
11548                 fix the bug #516442 with folder rescan.
11549
11550         * src/prefs_common.[ch]
11551         * src/compose.c
11552                 added an option to enable two different behaviours
11553                 for bounce.
11554
11555
11556 2002-03-25 [paul]       0.7.4claws44
11557
11558         * src/mainwindow.c
11559           src/selective_download.c
11560                 correct a few menuitem labels
11561
11562 2002-03-25 [christoph]  0.7.4claws43
11563
11564         * src/procmsg.c
11565                 fix non deleted tmp message in
11566                 procmsg_save_to_outbox
11567                 fix problems caused by sync with
11568                 main branch's procmsg_send_queue
11569
11570 2002-03-25 [paul]       0.7.4claws42
11571
11572         * src/quote_fmt.c
11573           src/quote_fmt_lex.l
11574           src/quote_fmt_parse.y
11575                 add Last name (%L) placeholder for quoting. 
11576                 patch submitted by Thorsten Thielen 
11577                 <thth@users.sourceforge.net>
11578
11579 2002-03-25 [paul]       0.7.4claws41
11580
11581         * src/utils.c
11582                 get full hostname. patch submitted by
11583                 Bob Woodside <rwoodside1@comcast.net>
11584
11585 2002-03-25 [paul]       0.7.4claws40
11586
11587         * src/account.c
11588           src/news.c
11589           src/nntp.[ch]
11590           src/prefs_account.[ch]
11591                 enable NNTP over SSL. patch submitted by
11592                 Pascal Jermini <pascal@infinity.hn.org>
11593
11594 2002-03-24 [paul]       0.7.4claws39
11595
11596         * src/prefs_common.c
11597                 make the arrangement of the Compose tab more
11598                 coherent
11599
11600         * src/mainwindow.c
11601                 fix some irregularities of style
11602
11603         * po/de.po
11604                 updated by Kilian Krause
11605
11606 2002-03-23 [paul]       0.7.4claws38
11607
11608         * po/pt_BR.po
11609                 updated by Fabio Junior Beneditto
11610
11611 2002-03-23 [paul]       0.7.4claws37
11612
11613         * src/mainwindow.c
11614                 move 'Gather addresses' to 'Tools' menu
11615                 make 'Selective download' sensitive
11616
11617 2002-03-23 [paul]       0.7.4claws36
11618
11619         * sync with 0.7.4cvs16
11620                 see ChangeLog entries 2002-03-23
11621
11622 2002-03-22 [christoph]  0.7.4claws35
11623
11624         * src/quote_fmt_parse.y
11625                 fix include program output
11626
11627 2002-03-22 [alfons]     0.7.4claws34
11628
11629         * src/pop.c
11630                 initialize GDate stack variable correctly (sorry!)
11631
11632 2002-03-22 [paul]       0.7.4claws33
11633
11634         * src/compose.c
11635           src/mainwindow.c
11636           src/prefs_actions.c
11637           src/prefs_common.c
11638                 rename 'Tool' to 'Tools'
11639
11640         * src/mainwindow.c
11641                 move 'Delete duplicated messages' from
11642                 'Message/' to 'Tools/'
11643                 re-arrange the order of 'Tools/' items
11644
11645 2002-03-22 [paul]       0.7.4claws32
11646
11647         * src/addr_compl.c
11648           src/addressbook.[ch]
11649                 auto-address completion now also matches on
11650                 Nickname. patch submitted by Bob Forsman 
11651                 <hammor@users.sourceforge.net>
11652
11653         * src/editaddress.c
11654                 correct a spelling mistake
11655
11656 2002-03-22 [alfons]     0.7.4claws31
11657
11658         * src/pop.c
11659                 fix getting uidl from incorrect string 
11660                 (spotted by Colin)
11661
11662 2002-03-21 [alfons]     0.7.4claws30
11663
11664         * src/pop.c
11665                 more code refactoring
11666                 plug mem leak introduced by delete on server
11667
11668 2002-03-21 [paul]       0.7.4claws29
11669
11670         * sync with 0.7.4cvs11
11671                 see ChangeLog entries 2002-03-20
11672
11673 2002-03-20 [alfons]     0.7.4claws28
11674
11675         * src/inc.c
11676                 apply Colin's patch and refactor
11677
11678 2002-03-20 [paul]       0.7.4claws27
11679
11680         * sync with sylpheed 0.7.4cvs9
11681                 see ChangeLog entry 2002-03-20
11682
11683 2002-03-19 [christoph]  0.7.4claws26
11684
11685         * src/mh.c
11686         * src/procmsg.[ch]
11687         * src/summaryview.c
11688                 revert changes for flag updates
11689                 (does not work correctly and no time to debug)
11690
11691 2002-03-20 [alfons]     0.7.4claws25
11692
11693         * src/pop.c
11694                 refactor should_delete() a little bit 
11695
11696 2002-03-19 [paul]       0.7.4claws24
11697
11698         * src/inc.[ch]
11699           src/pop.c
11700           src/prefs_account.[ch]
11701                 allow the user to leave downloaded mail on the 
11702                 server for n days. Patch submitted by Colin Leroy 
11703                 <colin@colino.net>
11704
11705 2002-02-19 [paul]       0.7.4claws23
11706
11707         * sync with sylpheed 0.7.4cvs8
11708                 see ChangeLog entries 2002-03-19
11709
11710 2002-03-18 [paul]       0.7.4claws22
11711
11712         * sync with sylpheed 0.7.4cvs6
11713                 see ChangeLog entry 2002-03-18
11714
11715 2002-03-18 [paul]       0.7.4claws21
11716
11717         * po/en_GB.po
11718                 add en_GB message catalogue
11719
11720         * src/mbox_folder.c
11721           src/prefs_account.c
11722           src/prefs_actions.c
11723                 correct a few spelling mistakes
11724
11725 2002-03-17 [alfons]     0.7.4claws20
11726
11727         * src/matcher.c
11728                 more stringent checks for NULL params when writing
11729                 filtering actions to a file
11730                 
11731 2002-03-17 [hoa]        0.7.3claws20
11732
11733         * src/news.c
11734                 fixed the count of new messages
11735
11736         * src/compose.c
11737                 fixed the "attachment properties" window
11738
11739 2002-03-17 [paul]       0.7.4claws19
11740
11741         * src/defs.h
11742           src/folder.h
11743           src/news.c
11744           src/prefs_account.[ch]
11745           src/procmsg.[ch]
11746           src/summaryview.c
11747                 automatically mark cross-posted messages as read 
11748                 and (optionally) give them a colour label
11749                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11750                 
11751
11752 2002-03-17 [paul]       0.7.4claws18
11753
11754         * sync with sylpheed 0.7.4cvs5
11755                 see ChangeLog entry 2002-03-17
11756
11757 2002-03-17 [melvin]     0.7.4claws17
11758         
11759         * src/textview.c
11760                 Worked around a gtktext 'bug': when searching for 
11761                 a text in a long message it was scrolling slowly
11762                 line by line until it hit the searched text.
11763         * po/fr.po
11764                 Updated French translation
11765
11766 2002-03-17 [melvin]     0.7.4claws16
11767
11768         * src/mainwindow.c
11769         * src/compose.c
11770         * src/prefs_actions.c
11771                 Moved "Edit/Actions" to "Tool/Actions"
11772                 Made mainwindow/compose window sensitive as soon as
11773                 no child process is running anymore even if the io dialog
11774                 is open.
11775                 Fixed a struct being initialized with a non constant char*
11776
11777 2002-03-16 [christoph]  0.7.4claws15
11778
11779         * configure.in
11780                 add --with-compiler-flags option
11781                 (only for developer hacking)
11782         * src/mh.c
11783         * src/procmsg.[ch]
11784         * src/summaryview.c
11785                 try to make folder-stats and flag handling more
11786                 independent from the summaryview. msgcounts
11787                 are only set when the folder is opened and
11788                 procmsg_msginfo_(un)set_flags will handle it
11789                 later and summaryview will get the values
11790                 from the folder.
11791
11792 2002-03-16 [paul]       0.7.4claws14
11793
11794         * src/messageview.c
11795                 fix Return-receipt. Patch submitted by Bob
11796                 Woodside <rwoodside1@comcast.net>
11797
11798 2002-03-16 [paul]       0.7.4claws13
11799
11800         * src/compose.c
11801                 fix 'dynamic' signatures, make it work again
11802                 broken during sync on 2002-03-14 (0.7.4claws2)
11803
11804 2002-03-15 [match]      0.7.4claws12
11805
11806         * src/addrharvest.[ch]
11807         * src/addrgather.[ch]
11808         * src/addressbook.[ch]
11809         * src/mainwindow.c
11810                 included address harvester feature. still some
11811                 issues with address parsing that I will fix.
11812
11813 2002-03-15 [match]      0.7.4claws11
11814
11815         * src/addrbook.[ch]
11816         * src/addrcache.[ch]
11817         * src/addressbook.[ch]
11818         * src/addrindex.c
11819         * src/editbook.c
11820         * src/importldif.c
11821         * src/importmutt.c
11822         * src/jpilot.[ch]
11823         * src/main.c
11824         * src/syldap.[ch]
11825         * src/vcard.[ch]
11826                 tidy up. fix memory leaks. moved attribs and methods
11827                 from individual interfaces to addrcache object. prep
11828                 for new stuff to come in.
11829
11830 2002-03-15 [alfons]     0.7.4claws10
11831
11832         * src/matcher.[ch]
11833         * src/matcher_parser_parse.y
11834         * src/matcher_parser_lex.l
11835         * src/prefs_matcher.c
11836                 add filtering conditions message greater than, smaller 
11837                 than, and exactly matching a size in bytes
11838                 (does not work with delete from POP3 server yet)
11839
11840                 this should also give others an idea what you should
11841                 do to add new criterions to claws filtering system
11842                 
11843
11844 2002-03-15 [paul]       0.7.4claws9
11845
11846         * tools/filter_conv.pl
11847                 exit if there are no filter rules to convert
11848                 rename filterrc to filterrc.old after completion
11849
11850 2002-03-15 [paul]       0.7.4claws8
11851
11852         * sync with sylpheed 0.7.4cvs3
11853                 see ChangeLog entry 2002-03-14
11854
11855 2002-03-14 [paul]       0.7.4claws7
11856
11857         * src/compose.c
11858                 clean up the last commit (ahem)
11859
11860 2002-03-14 [paul]       0.7.4claws6
11861
11862         * src/compose.c
11863                 fix bug #515655. honour account preferences
11864                 regarding gpg default signing/encryption when 
11865                 changing account from the compose window.
11866
11867 2002-03-14 [paul]       0.7.4claws5
11868
11869         * src/folderview.c
11870                 remove unnecessary curly brackets
11871
11872 2002-03-14 [paul]       0.7.4claws4
11873
11874         * src/folderview.c
11875           src/prefs_filtering.[ch]
11876                 add filter rename on folder rename and filter
11877                 delete on folder delete. Patch submitted by
11878                 Neill Miller <neillm@thecodefactory.org> 
11879
11880 2002-03-14 [christoph]  0.7.4claws3
11881
11882         * src/procmsg.c
11883         * src/send.c
11884                 fix local delivery
11885                 (patch submitted by "Simon 'corecode' Schubert")
11886         * src/prefs_common.c
11887         * src/procmsg.c
11888                 fix gcc 3.0 warning
11889
11890 2002-03-14 [paul]       0.7.4claws2
11891
11892         * sync with sylpheed 0.7.4cvs2
11893                 see ChangeLog entry 2002-03-13
11894
11895 2002-03-12 [darko]      0.7.4claws1
11896
11897         * src/mainwindow.c
11898                 fix what seems to be a copy and paste error
11899                 when setting color for important messages
11900                 (reported by wwp)
11901
11902 2002-03-11 [paul]       version 0.7.4claws released
11903
11904 2002-03-11 [paul]       0.7.4claws
11905
11906         * po/es.po
11907           po/it.po
11908           po/nl.po
11909           po/pt_BR.po
11910                 update message catalogs. Submitted by Ricardo Mones 
11911                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11912                 Fabio Junior Beneditto
11913
11914         * configure.in
11915           faq/Makefile.am
11916           faq/it/Makefile
11917           faq/it/sylpheed-faq*
11918           src/mainwindow.c
11919           src/manual.[ch]
11920                 add FAQ in Italian
11921         
11922
11923 2002-03-11 [jens]       0.7.3claws7
11924
11925         * po/de.po
11926                 updated German translation
11927
11928 2002-03-11 [melvin]     0.7.3claws6
11929
11930         * po/fr.po
11931                 updated and corrected French translation
11932
11933 2002-03-10 [hoa]        0.7.3claws5
11934
11935         * src/account.c
11936         * src/inc.c
11937         * src/prefs_account.c
11938         * src/procmsg.c
11939         * src/send.[ch]
11940                 fixed the local account.
11941                 you have to change the default "/usr/sbin/sendmail"
11942                 to "/usr/sbin/sendmail -t" in the preferences of
11943                 the local account.
11944
11945         * src/procmime.c
11946                 removed some debug display for renderer
11947
11948 2002-03-10 [paul]       0.7.3claws4
11949
11950         * faq/en/sylpheed-faq-1.html
11951           faq/en/sylpheed-faq-2.html
11952                 update
11953
11954 2002-03-09 [paul]       0.7.3claws3
11955
11956         * sync with sylpheed 0.7.4
11957                 see ChangeLog entry 2002-03-09
11958
11959 2002-03-08 [paul]       0.7.3claws2
11960
11961         * faq/en/sylpheed-faq*
11962           faq/es/sylpheed-faq*
11963           faq/fr/sylpheed-faq*
11964                 update the FAQs
11965
11966         * manual/fr/.cvsignore
11967           manual/fr/Makefilea.am
11968           manual/fr/sylpheed*
11969           src/mainwindow.c
11970           src/manual.[ch]
11971                 add the French manual
11972
11973 2002-03-07 [paul]       0.7.3claws1
11974
11975         * sync with sylpheed 0.7.3cvs4
11976                 see ChangeLog entries  2002-03-06 and 2002-03-07
11977         
11978         * po/nl.po
11979                 updated by Wilbert Berendsen
11980
11981 2002-03-07 [melvin]     0.7.2claws34
11982
11983         * src/selective_download.c
11984                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11985
11986 2002-03-06 [paul]       0.7.2claws33
11987
11988         * sync with sylpheed 0.7.3cvs1
11989                 bug fix, see ChangeLog entry 2002-03-05
11990
11991 2002-03-05 [paul]       0.7.2claws32
11992
11993         * src/mimeview.c
11994           src/pgptext.[ch]
11995           src/procmsg.c
11996                 reverse the pgp ascii-armored code implemented in 
11997                 0.7.2claws16. removal of this code until it matures.
11998                 this means that verifying ascii-armored pgp sigs and
11999                 automatic decryption of ascii-armored encrypted
12000                 messages no longer works.
12001
12002 2002-03-05 [paul]       0.7.2claws31
12003
12004         * configure.in
12005           Makefile.am
12006         * faq/Makefile.am
12007         * faq/en/Makefile.am
12008           faq/en/sylpheed-faq.html
12009           faq/en/sylpheed-faq-1.html
12010           faq/en/sylpheed-faq-2.html
12011           faq/en/sylpheed-faq-3.html
12012         * faq/es/Makefile.am
12013           faq/es/sylpheed-faq.html
12014           faq/es/sylpheed-faq-1.html
12015           faq/es/sylpheed-faq-2.html
12016           faq/es/sylpheed-faq-3.html
12017           faq/es/sylpheed-faq-4.html
12018         * faq/fr/Makefile.am
12019           faq/fr/sylpheed-faq.html
12020           faq/fr/sylpheed-faq-1.html
12021           faq/fr/sylpheed-faq-2.html
12022           faq/fr/sylpheed-faq-3.html
12023         * src/Makefile.am
12024           src/defs.h
12025           src/mainwindow.c
12026           src/manual.[ch]
12027                 add FAQs in English, Spanish and French
12028
12029
12030 2002-03-05 [paul]       0.7.2claws30
12031
12032         * manual/en/sylpheed.html
12033           manual/en/sylpheed-XX.html
12034                 updated the English manual
12035
12036 2002-03-05 [hoa]        
12037
12038         * src/summaryview.c
12039                 dialog box pops up if the article can't be deleted.
12040
12041 2002-03-04 [paul]       
12042         
12043         * po/pt_BR.po
12044                 updated by Fabio Junior Benedito
12045
12046 2002-03-04 [hoa]
12047
12048         * removed ac/gpgme.m4
12049                 to avoid autogen common problem
12050                 developers have to install gpgme development package now
12051
12052         * src/compose.c
12053                 encoding to 7bit or 8bit is enabled.
12054
12055 2002-03-03 [alfons]     0.7.2claws29
12056
12057         * src/pop.c
12058                 merge fix by Oliver Haertel for selective
12059                 download buglet
12060
12061 2002-03-03 [paul]       0.7.2claws28
12062         
12063         * sync with sylpheed 0.7.3
12064
12065 2002-03-03 [paul]       0.7.2claws27
12066
12067         * sync with sylpheed 0.7.2cvs24
12068                 see ChangeLog entries 2002-03-02 and 2002-03-03
12069
12070 2002-03-02 [melvin]     0.7.2claws26
12071
12072         * src/inc.[ch]
12073         * src/main.c
12074         * src/mainwindow.c
12075         * src/prefs_common.[ch]
12076                 Added user definable notification on new mail arrival.
12077                 Removed unused variables in spell checker prefs code.
12078
12079 2002-03-02 [melvin]     0.7.2claws25
12080
12081         * src/quote_fmt.c
12082                 Removed unnecessary escape sequences.
12083                 Changed 'Initial...' to 'Initials of Sender'
12084
12085 2002-03-02 [paul]       0.7.2claws24
12086
12087         * sync with sylpheed 0.7.2cvs22
12088                 see ChangeLog entry 2002-03-01
12089
12090 2002-03-01 [hoa]        0.7.2claws23
12091
12092         * src/mainwindow.c
12093                 Set sensitivity of delete actions to active
12094                 even if the folder is a newsgroup.
12095
12096         * src/summaryview.c
12097                 - Set sensitivity of delete actions
12098                 - Added function check_permission() that will check if the
12099                   user is authorized to delete a message. For news, it
12100                   will check if the author is the same.
12101                 - Enabled deletion when there is no trash folder.
12102
12103         * src/news.[ch]
12104                 - Added news_cancel_article() to cancel articles
12105                 - Implemented news_remove_message() (public function)
12106
12107 2002-03-01 [paul]       0.7.2claws22
12108
12109         * src/gtkutils.c
12110           src/textview.c
12111                 recognise urls that that don't include 'http://' and
12112                 simply begin 'www.' 
12113
12114         * AUTHORS
12115                 remove duplicated name
12116
12117 2002-02-28 [paul]       0.7.2claws21
12118
12119         * src/mainwindow.c
12120           src/summaryview.[ch]
12121                 add ability to 'Select thread'
12122                 combines Melvin's "Select thread's head" patch (#510907)
12123                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12124                 patch (#518514) 
12125
12126 2002-02-28 [paul]       0.7.2claws20
12127
12128         * src/mimeview.c
12129                 hopefully fix segfault on right-clicking a mime part
12130                 that some people have experienced.      
12131                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12132
12133 2002-02-28 [paul]       0.7.2claws19
12134
12135         * sync with sylpheed 0.7.2cvs21
12136                 see ChangeLog entries 2002-02-27 and 2002-02-28
12137
12138 2002-02-27 [paul]       0.7.2claws18
12139
12140         * sync with sylpheed 0.7.2cvs18
12141                 see ChangeLog entries 2002-02-26 and 2002-02-27
12142
12143 2002-02-26 [alfons]     0.7.2claws17
12144
12145         * src/procheader.c
12146                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12147                 (spotted by Chris Hessman <idatech@gmx.net>)
12148
12149 2002-02-26 [paul]       0.7.2claws16
12150
12151         * src/mimeview.c
12152           src/pgptext.[ch]
12153           src/procmsg.c
12154                 make decryption of ascii-armored pgp encrypted messages
12155                 and verification of ascii-armored signatures work again.
12156                 slightly altered from the patch by Jens Jahnke 
12157                 <jan0sch@gmx.net>
12158
12159                 ##FIX ME##
12160                 * the checking of plaintext signatures always comes up in 
12161                   a popup box
12162                 * it doesn't work for multipart messages 
12163                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12164                   including the msg headers and these 2 line themselves, are 
12165                   not displayed
12166
12167         * src/mainwindow.c
12168                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12169                 "View/Message View" becomes "View/Separate Message View"
12170                 because its less ambiguous.
12171
12172         * po/es.po
12173                 updated by Ricardo Mones Lastra
12174
12175 2002-02-26 [paul]       0.7.2claws15
12176
12177         * sync with sylpheed 0.7.2cvs17
12178                 see ChangeLog entries 2002-02-25 and 2002-02-26
12179
12180 2002-02-25 [christoph]  0.7.2claws14
12181
12182         * src/filtering.[ch]
12183         * src/inc.c
12184                 do filtering stuff after all messages have been received
12185                   1. drop all messages to .processing
12186                   2. scan processing folder for messages
12187                   3. filter messages or move to inbox
12188                 this will also find old messages left in processing after
12189                 a crash or something like that and we get a real msginfo
12190                 from folder->get_msg_list and do not have to create our
12191                 own in filter_message
12192         * src/matcher_parser_parse.y
12193                 remove MIX/MAX warning (reordered includes)
12194
12195 2002-02-25 [paul]       0.7.2claws13
12196
12197         * sync with sylpheed 0.7.2cvs15
12198                 see ChangeLog entry 2002-02-24
12199
12200 2002-02-24 [alfons]     0.7.2claws12
12201
12202         * src/filtering.c
12203                 clear old color flags first when applying a new color to
12204                 a message info. 
12205                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12206
12207 2002-02-24 [alfons]     0.7.2.claws11
12208         
12209         * AUTHORS
12210         * src/prefs_common.c
12211                 add presets for Opera and Konqueror, closes patch #517261,
12212                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12213
12214 2002-02-24 [alfons]     0.7.2.claws10
12215
12216         * AUTHORS
12217         * src/summaryview.c
12218                 fix threading for null message ids, closes patch #521601,
12219                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12220
12221 2002-02-24 [alfons]     0.7.2claws9
12222
12223         * src/summaryview.c
12224         * src/filtering.c
12225                 make Tool | Filter Message work with filtering system so
12226                 setting flags also works
12227
12228                 TODO:
12229
12230                 - Processing uses the same function as Tool | Filter
12231                   Message, but doesn't use the same update proc yet
12232
12233 2002-02-23 [paul]       0.7.2claws8
12234
12235         * sync with sylpheed 0.7.2cvs14
12236                 see ChangeLog entries 2002-02-22 and 2002-02-23
12237
12238 2002-02-22 [christoph]  0.7.2claws7
12239
12240         * src/quote_fmt.c
12241                 Add column space to table
12242         * src/quote_fmt_parse.y
12243                 Close files
12244
12245 2002-02-22 [paul]       0.7.2claws6
12246
12247         * src/Makefile.am
12248           src/defs.h
12249           src/filtering.c
12250           src/inc.[ch]
12251           src/mainwindow.c
12252           src/matcher.[ch]
12253           src/matcher_parser_lex.l
12254           src/matcher_parser_parse.y
12255           src/pop.[ch]
12256           src/prefs_account.h
12257           src/prefs_filtering.c
12258           src/selective_download.[ch]   *** NEW FILES ***
12259           src/utils.[ch]
12260           po/POTFILES.in
12261                 Selective Download added to 'Tool' menu. 
12262                 Retrieves email headers of the currently selected pop3 
12263                 account and allows the user to mark emails for deletion 
12264                 right on the pop3 server. Patch submitted by Oliver Haertel 
12265                 <oha@users.sourceforge.net>.
12266         
12267         * po/POTFILES.in
12268                 add 'src/quote_fmt.c'           
12269
12270 2002-02-22 [christoph]  0.7.2claws5
12271
12272         * src/Makefile.am
12273                 added quote_fmt.c
12274         * src/prefs_common.[ch]
12275         * src/prefs_template.c
12276         * src/quote_fmt.c               *** NEW FILE ***
12277         * src/quote_fmt.h
12278                 move quote format symbol description code
12279                 to it's own file because it is used from
12280                 differnent code parts
12281                 Rewrote symbol description GUI
12282                   + use table
12283                   + add separators
12284                   + get data from array (no more long constant strings)
12285         * src/quote_fmt_lex.l
12286         * src/quote_fmt_parse.y
12287                 Symbol for Literal % changed to \% instead of %%
12288                 (More logical as \ is used for quoting for other symbols)
12289                 Add |f and |p to include files and program output
12290                 Examples:
12291                     |f{/home/.../.signature}
12292                     |p{date}
12293         * po/de.po
12294                 Correct wrong spelling for "Referenzen"
12295
12296 2002-02-21 [paul]       0.7.2claws4
12297
12298         * src/procmsg.c
12299                 forgotten during sync
12300
12301 2002-02-21 [paul]       0.7.2claws3
12302
12303         * sync with sylpheed 0.7.2cvs11
12304                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12305                 2002-02-20 and 2002-02-21
12306
12307 2002-02-20 [melvin]     0.7.2claws2
12308
12309         * src/prefs_actions.c
12310                 Added error report when child cannot fork or when execvp 
12311                 returns with an error.
12312
12313 2002-02-19 [christoph]  0.7.2claws1
12314
12315         * src/codeconv.c
12316                 return unconverted text if conde conversion is not possible
12317                 when libjconv is used.
12318                 (patch submitted by "Simon 'corecode' Schubert")
12319
12320 2002-02-19 [paul]       
12321
12322         * version 0.7.2claws release
12323
12324 2002-02-19 [paul]       0.7.2claws
12325
12326         * po/nl.po
12327                 updated by Wilbert Berendsen
12328
12329
12330 2002-02-18 [alfons]     0.7.1claws13
12331
12332         * src/syldap.c
12333         * src/jpilot.c
12334                 remove references to dlfcn and explicitly loading functions
12335                 from dynalink libs, because libs linked anyway, and functions
12336                 are loaded explicitly
12337
12338 2002-02-17 [melvin]     0.7.1claws12
12339
12340         * src/prefs_actions.c
12341                 Replaced children wait loop with double fork technique.
12342                 Now, input/output window updated at each new output.
12343                 free_children(): Fixed a memory leak.
12344                 Made input/output window non closable if running children
12345                 still exist.
12346                 Added missing <unistd.h> include.
12347                 Added some --debug outputs.
12348
12349 2002-02-17 [melvin]     0.7.1claws11
12350
12351         * src/summaryview.c
12352                 Fixed bug where descending sort order did not select top
12353                 message.
12354
12355 2002-02-17 [melvin]     0.7.1claws10
12356
12357         * acconfig.h
12358                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12359         * src/prefs_common.c
12360                 Pspell data package directory no more hard coded but
12361                 set during configuration (PSPELL_PATH). (Thanks to 
12362                                 Gustavo Noronha Silva.)
12363
12364 2002-02-17 [melvin]     0.7.1claws9
12365
12366         * configure.in
12367                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12368         * src/gtkspell.c
12369                 Fixed compile-time warnings.
12370
12371 2002-02-16 [alfons]     0.7.1claws8
12372
12373         * src/filesel.c
12374                 fix inadvertent free of NULL pointer which caused
12375                 sylpheed to crash when closing the save-as dialog
12376                 using the window close button
12377
12378 2002-02-16 [carsten]    0.7.1claws7
12379         * src/mainwindow.[ch]
12380           src/summaryview.c
12381           src/prefs_common.c
12382                 fixes for pixmap theming code:
12383                         - recently changed mail attributes shouldn't get
12384                           lost any longer
12385                         - theme is only reloaded iff another theme was
12386                           selected
12387
12388 2002-02-16 [paul]       0.7.1claws6
12389
12390         * sync with sylpheed 0.7.2 release
12391                 see ChangeLog entry 2002-02-15 and 2002-02-16
12392
12393 2002-02-15 [paul]       0.7.1claws5
12394
12395         * sync with sylpheed 0.7.1cvs9
12396                 see ChangeLog entry 2002-02-15
12397
12398         * po/POTFILES.in
12399                 remove unneeded headerwindow.c entry
12400
12401 2002-02-14 [carsten]    0.7.1claws4
12402         * src/summaryview.c
12403                 fixed a bug for "Go to next unread message": there was
12404                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12405                 in the prefs, because of doing "Search again" instead
12406                 "No"
12407
12408 2002-02-14 [carsten]    0.7.1claws3
12409         * src/stock_pixmap.c
12410                 removed 2 more mem leaks; following memprof,
12411                 this code is "leak free" now :)
12412
12413 2002-02-14 [carsten]    0.7.1claws2
12414         * src/stock_pixmap.c
12415                 used opendir/readdir/closedir instead of scandir
12416                 -> code should work now on Solaris
12417
12418 2002-02-14 [paul]       0.7.1claws1
12419
12420         * sync with sylpheed 0.7.1cvs8
12421                 see ChangeLog entries 2002-02-13 and 2002-02-14
12422
12423         * README.claws
12424                 add some description of Actions and Pixmap Themes
12425
12426 2002-02-13 [paul]       
12427
12428         * version 0.7.1claws release
12429
12430 2002-02-13 [paul]       0.7.1claws
12431
12432         * po/es.po
12433           po/it.po
12434           po/pt_BR.po
12435                 updated translations, submitted by Ricardo Mones Lastra,
12436                 Alessandro Maestri and Fabio Junior Beneditto
12437
12438 2002-02-13 [melvin]     0.7.0claws75
12439
12440         * src/prefs_actions.c
12441                 Added missing "signal.h" include
12442
12443 2002-02-13 [melvin]     0.7.0claws74
12444
12445         * src/prefs_folder_item.c
12446                 Added missing "config.h" include
12447         * po/fr.po
12448                 Updated French translation for folder propriety.
12449
12450 2002-02-13 [jens]       0.7.0claws73
12451
12452         * po/POTFILES.in
12453                 Added missing src/prefs_folder_item.c [log added by melvin]
12454         * po/de.po
12455                 Updated German translation.
12456
12457 2002-02-13 [melvin]     0.7.0claws72
12458
12459         * po/fr.po
12460                 Updated French translation.
12461
12462 2002-02-13 [melvin]     0.7.0claws71
12463
12464         * src/gtkutils.c
12465                 Made gtkut_editable_get_selection return NULL if selection
12466                 is of length zero.
12467                 This fixes a bug where selecting part of message A then
12468                 switching to message B and replying to it will not
12469                 quote the message's body.
12470
12471 2002-02-12 [paul]       0.7.0claws70
12472
12473         * src/mainwindow.c
12474                 cosmetic, relating to pixmap themes: on toolbar make 
12475                 updating of 'Exec' and 'Compose news/Compose email'
12476                 icons faster.
12477
12478 2002-02-12 [carsten]    0.7.0claws69
12479         * src/folderview.c
12480           src/mainwindow.[ch]
12481           src/stock_pixmap.c
12482           src/summaryview.c
12483           src/prefs_common.c
12484                 - refreshing after changing pixmap theme better
12485                   now (thanks Paul)
12486                 - wanted to remove some mem leaks, but alfons was
12487                   faster (and had the better solution ;)
12488
12489 2002-02-12 [alfons]     0.7.0claws68
12490
12491         * src/prefs_common.c
12492         * src/stock_pixmap.[ch]
12493                 plug mem leaks, refactor code a little bit
12494
12495
12496 2002-02-12 [sergey]     0.7.0claws67
12497
12498         * src/imap.c
12499                 Fixed problem with copying messages to IMAP folders when the
12500                 server uses something other than '/' as a namespace separator
12501                 (cyrus-imapd uses '.').
12502
12503 2002-02-12 [jens]       0.7.0claws66
12504
12505         * po/de.po
12506                 Updated German Translation
12507
12508 2002-02-12 [paul]       0.7.0claws65
12509
12510         * sync with sylpheed 0.7.1cvs1
12511                 see ChangeLog entry 2002-02-12
12512
12513 2002-02-12 [melvin]     0.7.0claws64
12514
12515         * src/prefs_actions.c
12516                 Fixed "feature" where children's output was duplicated 
12517                 instead of refreshed while monitoring.
12518                 Removed some debug code.
12519
12520 2002-02-12 [christoph]  0.7.0claws63
12521
12522         * src/compose.c
12523                 always delete message from queue after sending/send error
12524                 (closes bug #509601)
12525
12526 2002-02-12 [melvin]     0.7.0claws62
12527
12528         * src/prefs_actions.c
12529                 Children wait loop is now triggered with a timeout of 1s
12530                 Added %F which is replaced with the list of filenames 
12531                 of all selected messages (as suggested by Ricardo Mones Lestra)
12532                 Pipe syntax changed. Prefix with | to send selection, postfix
12533                 with | to retrieve output. Prefix with > or * to send
12534                 user definable input to the command (*: input is hidden)
12535                 Old pipe action should now be postfixed with |, too.
12536
12537 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12538         * src/stock_pixmap.c
12539                 fixed a bug: if there's no theme directory don't
12540                 throw an error, just do "nothing" (thanks Alfons)
12541
12542 2002-02-12 [carsten]    0.7.0claws60
12543         * src/folderview.c
12544           src/summaryview.c
12545                 had to write the cache twice (nasty!); some marks would 
12546                 get lost if not
12547
12548 2002-02-11 [carsten]    0.7.0claws59
12549         * acconfig.h
12550           configure.in
12551           doc-src/maintainer_guide.txt
12552           src/compose.[ch]
12553           src/defs.h
12554           src/folderview.[ch]
12555           src/gtkutils.[ch]
12556           src/mainwindow.[ch]
12557           src/prefs_common.[ch]
12558           src/stock_pixmap.[ch]
12559           src/summaryview.[ch]
12560                 pixmap theming and related work on pixmap
12561                 handling on some other places
12562                 (e.g. hrm features for all folder)
12563           src/pixmap/stock_*.xpm -> the stock_ was removed
12564         
12565 2002-02-11 [paul]       0.7.0claws58
12566
12567         * sync with sylpheed 0.7.1 release
12568                 see ChangeLog entries 2002-02-11
12569
12570 2002-02-08 [paul]       0.7.0claws57
12571
12572         * sync with sylpheed 0.7.0cvs39
12573                 see ChangeLog entry 2002-02-07 (last entry) 
12574
12575         * src/prefs_actions.c
12576           src/prefs_filtering.c
12577           src/prefs_matcher.c
12578           src/prefs_scoring.c
12579                 sync: made it compile with C compilers other than gcc
12580
12581 2002-02-07 [paul]       0.7.0claws56
12582
12583         * sync with sylpheed 0.7.0cvs38
12584                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12585                 2002-02-07
12586
12587 2002-02-07 [darko]      0.7.0claws55
12588
12589         * src/gtkutils.[ch]
12590         * src/summaryview.c
12591                 Fix const gchar */gchar * issue (thanks Hiro)
12592
12593 2002-02-07 [darko]      0.7.0claws54
12594
12595         * src/compose.[ch]
12596         * src/filtering.c
12597         * src/gtkutils.[ch]
12598         * src/prefs_template.c
12599         * src/quote_fmt.h
12600         * src/quote_fmt_parse.y
12601         * src/summaryview.c
12602         * src/utils.[ch]
12603                 When replying or forwarding an email don't quote the entire
12604                 mail body but use the part of the message text that is selected
12605
12606 2002-02-06 [melvin]     0.7.0claws53
12607
12608         * src/prefs_common.[ch]
12609         * src/gtkspell.[ch]
12610         * src/compose.c
12611                 Made possible to switch quickly to last used dictionary
12612                 which makes checking bilingual documents easier.
12613
12614 2002-02-06 [melvin]     0.7.0claws52
12615         
12616         * po/POTFILES.in
12617                 Added forgotten new file src/prefs_actions.c
12618
12619 2002-02-06 [melvin]     0.7.0claws51
12620
12621         * src/prefs_actions.c   ** NEW FILE **
12622         * src/prefs_actions.h   ** NEW FILE **
12623                 Added actions to execute on message text view, or on the
12624                         message's file.
12625         * src/Makefile.am
12626                 Added src/prefs_actions.[ch]
12627         * src/compose.c
12628                 Added new menu "Edit/Actions"
12629         * src/defs.h
12630                 Added new actionsrc file.
12631         * src/main.c
12632                 Added actionsrc reading.
12633         * src/mainwindow.c
12634                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12635         * src/prefs_common.h
12636                 Added new element actionslst element to prefs_common.
12637
12638 2002-02-06 [paul]       0.7.0claws50
12639
12640         * sync with sylpheed 0.7.0cvs36
12641                 see ChangeLog entry 2002-02-06
12642
12643 2002-02-05 [paul]
12644
12645         * po/es.po
12646                 updated by Ricardo Mones Lastra
12647
12648 2002-02-05 [paul]       0.7.0claws49
12649
12650         * sync with sylpheed 0.7.0cvs33
12651                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12652
12653 2002-02-05 [paul]       0.7.0claws48
12654
12655         * src/compose.c
12656                 re-add 'Edit/Advanced/Delete entire line', previously named
12657                 'Delete Line+'
12658
12659 2002-02-04 [paul]       0.7.0claws47
12660
12661         * src/compose.c
12662           src/summaryview.c
12663                 fix bug #494993 (Reply All not taking Reply-To into consi)
12664                 eliminate differences in behaviour of right-click 'Reply to all' 
12665                 in summary view and 'Reply to all' on the toolbar. 
12666                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12667                 view and From gets ignored by 'Reply to all' on toolbar.
12668                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12669                 From when no Reply-To header is present.
12670
12671 2002-02-04 [paul]       0.7.0claws46
12672
12673         * sync with sylpheed 0.7.0cvs30
12674                 see ChangeLog entries 2002-02-03 and 2002-02-04
12675
12676 2002-02-03 [melvin]     0.7.0claws45
12677
12678         * src/gtkspell.[ch]
12679                 Readded function to highlight all misspelled words.
12680                 Fixed bug where user-provided-words did not replace
12681                         correctly the misspelled word when using the mouse.
12682                 Fixed bug where checking a region selected from right to left did
12683                         not check the region at all.
12684                 Fixed bug where 'Check backwards' may not check at all. 
12685                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12686                 Fixed possible buffer overflow when checking for long strings (>1k).
12687                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12688                 Accelerators code uses now gtk_widget_add_accel.
12689                 Removed and disabled obsolete and unfinished code.
12690                 Cleaning up.
12691
12692         * src/compose.c
12693                 Added menu item to Highlight all misspelled words.
12694
12695 2002-02-01 [paul]       0.7.0claws44
12696
12697         * src/mainwindow.c
12698                 fix '/View/Hide read messages' sensitivity when all
12699                 messages in a folder are hidden
12700
12701 2002-02-01 [paul]       0.7.0claws43
12702
12703         * src/main.c
12704                 add --send option to command line interface, sends all
12705                 queued mail. Patch submitted by Ricardo Mones Lastra.
12706
12707 2002-01-31 [paul]       0.7.0claws42
12708
12709         * src/mainwindow.c
12710                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12711
12712 2002-01-31 [paul]       0.7.0claws41
12713
12714         * sync with sylpheed 0.7.0cvs27
12715                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12716                 and 2002-01-31
12717
12718         * src/textview.c
12719                 comment out elements of textview_show_part() as temporary
12720                 workaround for attachment 'Display as text' bug 
12721
12722         * po/pt_BR.po
12723                 updated by Fabio Junior Beneditto
12724
12725 2002-01-30 [paul]       0.7.0claws40
12726
12727         * sync with sylpheed 0.7.0cvs24
12728                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12729                 and 2002-01-30
12730
12731         * src/compose.c
12732                 add {N_("/_Spelling"), ... "<Branch>"} to 
12733                 GtkItemFactoryEntry compose_entries[]
12734
12735         * src/prefs_common.c
12736                 add claws menu items to prefs_keybind_apply_clicked()
12737                 and remove non-claws menu items
12738
12739 2002-01-29 [paul]       0.7.0claws39
12740
12741         * sync with sylpheed 0.7.0cvs22
12742                 see ChangeLog entries 2002-01-28 and 2002-01-29
12743
12744 2002-01-28 [melvin]     0.7.0claws38
12745
12746         * src/compose.c
12747                 Added the declartion of compose_send_control_enter.
12748
12749         * src/compose.c
12750         * src/gtkspell.[ch]
12751                 Added in a 'Spelling' menu which includes the configuration menu. 
12752                 Added a real 'Check all' and got rid from the old one which only
12753                 highlited misspelled word.
12754                 Made 'Check while typing' a disableable option.
12755                 Added a dialog when there are no more misspelled word.
12756                 Added a dialog if error occurs when switching to a dictionary.
12757         
12758         * src/prefs_common.[ch]
12759                 Added option for the default 'Check while typing' option.
12760
12761
12762 2002-01-28 [alfons]     0.7.0claws37
12763
12764         * src/compose.c
12765                 fix buglet and make code comply with sylpheed code style
12766
12767 2002-01-28 [paul]       0.7.0claws36
12768
12769         * sync with sylpheed 0.7.0cvs19
12770                 see ChangeLog entries for 2002-01-28
12771
12772 2002-01-28 [hoa]        0.7.0claws35
12773
12774         * src/defs.h
12775                 added rendererrc
12776
12777         * src/main.c
12778                 read the renderer config
12779
12780         * src/procmime.[ch]
12781                 use the renderer config to convert mime attachments
12782
12783         * src/textview.c
12784                 don't use textview_show_html/ertf,
12785                 use get_text_content instead
12786
12787 2002-01-27 [alfons]     0.7.0claws34
12788         
12789         * src/news.c
12790                 make sylpheed believe it can delete a news message...
12791                 (messages are NOT deleted, maybe we should remove
12792                 processing from the folder properties after all.)
12793
12794 2002-01-27 [alfons]     0.7.0claws33
12795
12796         * src/folder.c
12797                 add extra checks
12798         * src/news.c
12799                 implement remove_msg() 
12800
12801 2002-01-27 [alfons]     0.7.0claws32
12802
12803         * src/procmsg.h
12804         * src/procheader.c
12805         * src/messageview.c
12806                 fix return receipt / disposition notification again. this
12807                 stuff seems to break on _every_ major summary UI change, so
12808                 it's now implemented using a flag which is saved in the
12809                 marks cache
12810                 
12811 2002-01-26 [alfons]     0.7.0claws31
12812
12813         * src/import.c
12814                 let import dialog show the destination folder identifier
12815
12816 2002-01-26 [melvin]     0.7.0claws30
12817
12818         * src/folderview.c
12819         * src/summaryview.c
12820                 Readded 'Mark all read' into summary view popup menu
12821                 Added 'Mark all read' in folder view popup menu for IMAP
12822                 and NNTP.
12823                 Made it insensitive if the selected folder is not the shown
12824                 one to avoid 'Mark all read' on the wrong folder.
12825                 
12826 2002-01-26 [paul]       0.7.0claws29
12827
12828         * src/folderview.c
12829           src/summaryview.c
12830                 move 'Mark all read' from summary view to folder view
12831                 menu. (adapted from) patch submitted by Jeremy Andrews,
12832                 <lists@kerneltrap.com>
12833
12834 2002-01-25 [alfons]     0.7.0claws28
12835
12836         * src/gtkstext.c
12837                 put the gtk class name back so GtkSText adapts the 
12838                 settings of GtkText
12839
12840 2002-01-25 [alfons]     0.7.0claws27
12841
12842         * src/folderview.c 
12843                 assimilate Ricardo's patch that shows pixmaps instead of
12844                 plain "new" and "unread" texts in the folder view column
12845                 headers 
12846
12847 2002-01-25 [paul]       0.7.0claws26
12848
12849         * src/Makefile.am
12850                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12851                 be found in non-standard locations. 
12852                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12853
12854 2002-01-25 [paul]       0.7.0claws25
12855
12856         * sync with sylpheed 0.7.0cvs16
12857                 see ChangeLog entry 2002-01-25
12858
12859 2002-01-24 [paul]       0.7.0claws24
12860
12861         * more sync with sylpheed 0.7.0cvs15
12862                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12863
12864 2002-01-23 [sergey]     0.7.0claws23
12865
12866         * src/importldif.c
12867                 Fixed segfault when closing LDIF import wizard with
12868                 the window manager.
12869         * src/imageview.c
12870         * src/imageview.h
12871         * src/messageview.c
12872         * src/mimeview.c
12873                 Fixed wrong scrolling position after switching between
12874                 text and image parts.
12875
12876 2002-01-23 [paul]       0.7.0claws22
12877
12878         * sync with sylpheed 0.7.0cvs15
12879                 see ChangeLog entries 2002-01-22 and 2002-01-23
12880
12881 2002-01-21 [melvin]     0.7.0claws21
12882
12883         * src/prefs_scoring.c
12884         * src/prefs_filtering.c
12885                 Fixed bug where scoring and filtering windows stopped
12886                 autochecking.
12887
12888 2002-01-21 [paul]       0.7.0claws20
12889
12890         * sync with sylpheed 0.7.0cvs12
12891                 see ChangeLog entries 2002-01-20 and 2002-01-21
12892
12893 2002-01-21 [carsten]    0.7.0claws19
12894         * src/mainwindow.c
12895         * src/menu.[ch]
12896         * src/messageview.[ch]
12897         * src/summaryview.[ch]
12898                 changes to shortcuts handling again:
12899                         + "Q" now controled by mainwin
12900                         + v/V are now customizable and have slightly
12901                           different meanings
12902                 the "button" to minimize the messageview (and maximize
12903                 the summary view) is a real button now
12904         * src/compose.c
12905                 "Delete Line+" added to Edit/Advanced (this will also
12906                 delete the '\n')
12907
12908 2002-01-20 [melvin] 0.7.0claws18
12909
12910         * src/addressbook.c
12911                 Made "Bcc" sensitive when addressbook is called from
12912                 compose window (it was a Claws only bug).
12913
12914 2002-01-19 [alfons] 0.7.0claws17
12915
12916         * src/inc.c
12917                 prevent unnecessary updates when currently selected folder has
12918                 no new messages 
12919
12920 2002-01-19 [alfons] 0.7.0claws16
12921         
12922         * src/summaryview.c
12923                 prevent writing the cache based on current message list in summary 
12924                 view when filtering also put messages in currently selected folder
12925
12926 2002-01-19 [paul]
12927
12928         * po/it.po
12929                 Italian translation submitted by Alessandro Maestri
12930                 <a.maestri@cs.tin.it>
12931
12932 2002-01-18 [melvin]     0.7.0claws15
12933
12934         * src/prefs_filters.c
12935                 fixed bug where 'cancel' from 'filters' window stops autochecking
12936                 if the timer timed out  when the window was open.
12937
12938 2002-01-18 [match]      0.7.0claws14
12939
12940         * src/addrclip.[ch]     ** NEW FILE **
12941         * src/addrselect.[ch]   ** NEW FILE **
12942         * src/adbookbase.h      ** NEW FILE **
12943                 addressbook cut, copy and paste
12944         * src/addrbook.[ch]
12945         * src/addrcache.[ch]
12946         * src/addressitem.h
12947         * src/addrindex.[ch]
12948         * src/addritem.[ch]
12949         * src/importldif.c
12950         * src/importmutt.c
12951         * src/jpilot.[ch]
12952         * src/syldap.[ch]
12953         * src/vcard.[ch]
12954         * src/jpilot.[ch]
12955         * src/editbook.c
12956         * src/editjpilot.c
12957         * src/editldap.c
12958         * src/editvcard.c
12959                 support for copy/paste
12960         * src/addressbook.c
12961                 support for copy/paste
12962                 tidy up menu option processing
12963                 correct address list function arguments
12964         * src/editaddress.c
12965                 sort user attributes
12966         * src/ldif.h
12967         * src/mutt.h
12968                 tidy up
12969
12970         * src/addrbook.[ch]
12971         * src/addrbook.[ch]
12972         * src/addrbook.[ch]
12973                 
12974
12975 2002-01-18 [paul]       0.7.0claws13
12976
12977         * sync with sylpheed 0.7.0cvs8
12978                 configure.in: support Mac OS X (Darwin)
12979
12980 2002-01-18 [carsten]    0.7.0claws12
12981         * src/html.c
12982                 small hack to fix a segfault with an empty href
12983                 (reported by Alexandra Walford <deeni@altern.org>)
12984         * src/mainwindow.c
12985         * src/summaryview.c
12986                 the shortcuts for Mark und Mark as unread are hardcoded
12987                 again
12988         * src/compose.c
12989         * src/gtkstext.[ch]
12990                 readded the shortcuts in gtkstext but made them
12991                 customizeable (simply by adding a menu plus a wrapper
12992                 to compose.c)
12993
12994 2002-01-17 [melvin]     0.7.0claws11
12995
12996         * src/gtkspell.c
12997                 fix default dictionary not being saved.
12998
12999 2002-01-16 [darko]      0.7.0claws10
13000
13001         * src/compose.c
13002                 fix wrapping crash with URL longer than wrapping margin
13003
13004 2002-12-08 [hoa]        0.7.0claws10
13005
13006         * src/matcher_parser_parse.y
13007                 fixed some bugs
13008
13009         * src/prefs_filtering.c
13010                 now, we can use bounce action in the dialog box.
13011
13012 2002-01-16 [carsten]    0.7.0claws9
13013         * src/gtkstext.c
13014                 removed the <control> and <alt> shortcuts because they're
13015                 not needed and interefered with the "normal" shortcuts
13016         * src/mainwindow.c
13017         * src/summaryview.c
13018                 removed most of the hardcoded shortcuts and assigned
13019                 them to menu entries making them easy customizable by
13020                 that
13021
13022 2002-01-16 |melvin]     0.7.0claws8
13023
13024         * src/gtkspell.c
13025                 fixed bug where using the mouse and when the compose
13026                 window is not on top may result in a crash.
13027
13028 2002-01-16 [melvin]     0.7.0claws7
13029
13030         * src/compose.c
13031                 fixed a long standingspell checker bug which could 
13032                 cause a crash after sending a message.
13033
13034 2002-01-16 [paul]       0.7.0claws6
13035
13036         * sync with sylpheed 0.7.0cvs7
13037                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13038                 2002-01-15, and 2002-01-16
13039
13040 2002-01-16 [melvin]     0.7.0claws5
13041
13042         * README.claws
13043         * src/compose.c
13044         * src/gtkspell.[ch]
13045         * src/main.c
13046                 Heavily modified spell checker code to work around
13047                 ispell bug, to add keyboard shortcuts and for future
13048                 enhancements. See README.claws for usage information.
13049
13050 2002-01-15 [alfons]     0.7.0claws4
13051         
13052         * src/summaryview.c
13053                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13054                 so sorting within threads reflects sort mode
13055
13056 2002-01-15 [christoph]  0.7.0claws3
13057
13058         * src/procmsg.c
13059                 added alertpanel if mail sending failed
13060
13061 2002-01-15 [alfons]     0.7.0claws2
13062         
13063         * src/prefs_filtering.c
13064                 don't stop timer when prefs filtering dialog is opened
13065
13066 2002-01-14 [alfons]     0.7.0claws1
13067
13068         * src/addr_compl.c
13069         * src/prefs.c
13070                 remove debug_print()s for privacy reasons
13071
13072 2002-01-14 [darko]      0.7.0claws
13073
13074         * README.claws
13075                 quotation wrapping is now also in the main branch
13076
13077 2002-01-14 [paul]
13078
13079         * tools/filter_conv.pl
13080                 allow for Boolean Op and case-sensitivity
13081                 this file is included in the release and tagged
13082                 'rel_0_7_0'
13083
13084 2002-01-13 [paul]       0.7.0claws
13085
13086         * release 0.7.0, with cvs tag 'rel_0_7_0'
13087
13088 2002-01-13 [paul]
13089
13090         * tools/filter_conv.pl
13091         * tools/README
13092                 rewritten to output to matcherrc instead of filteringrc
13093
13094         * po/es.po
13095                 updated Spanish translation by Ricardo Mones Lastra
13096
13097 2002-01-13 [alfons]
13098
13099         * po/nl.po
13100                 update dutch translation
13101
13102 2002-01-13 [paul]
13103
13104         * po/pt_BR.po
13105                 Updated by Fabio Junior Beneditto 
13106
13107 2002-01-13 [melvin]     0.6.6claws53
13108
13109         * po/fr.po
13110                 Updated french translation
13111
13112 2002-01-12 [alfons]     0.6.6claws52
13113
13114         * src/filtering.c
13115                 plug mem leak that has been sitting there for ages              
13116
13117 2002-01-12 [alfons]     0.6.6claws51
13118
13119         * src/summaryview.c
13120                 undo melvin's changes from 0.6.6claws48 because summary
13121                 view now refuses to select first unread message when
13122                 selecting a folder 
13123
13124 2002-01-11 [alfons]     0.6.6claws50
13125
13126         * src/import.c
13127                 use claws' semantics for getting folder item when
13128                 importing an mbox file into a folder 
13129                 (submitted by Dale P. Smith)
13130
13131 2002-01-11 [christoph]  0.6.6claws49
13132
13133         * src/prefs.h
13134                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13135                 toggle widget, because non static prefs can not use
13136                 prefs_set_* functions
13137         * src/prefs_account.c
13138                 toggle smtp auth password field sensitivity if
13139                 user id is empty and add descrition of usage for
13140                 these fields
13141         * src/prefs_folder_item.c
13142                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13143                 callbacks
13144
13145 2002-01-11 [melvin]     0.6.6claws48
13146
13147         * src/compose.c
13148                 fix the 'Ctrl-Enter' feature for sending and test really
13149                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13150                 editables which was not documented in Gtk)
13151
13152         * src/summaryview.c
13153                 Made summaryview refresh after sorting and not before.
13154
13155 2002-01-11 [christoph]  0.6.6claws47
13156
13157         * src/compose.c
13158                 select account from account ids if possible and
13159                 correctly set save folder for copy in reedit
13160
13161 2002-01-10 [paul]       0.6.6claws46
13162
13163         * sync with sylpheed 0.7.0 release
13164                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13165                 2002-01-09
13166
13167 2002-01-09 [alfons]
13168
13169         * src/summaryview.c
13170                 remove more dirt traces...
13171
13172 2002-01-09 [alfons]
13173         
13174         * src/summaryview.c
13175                 clean up some traces of my debugging stuff
13176
13177 2002-01-09 [alfons]     0.6.6claws45
13178
13179         * src/filtering.c
13180                 break up filteringprop_apply() in three separate pieces
13181                 so we can drop messages that failed processing in the
13182                 inbox
13183
13184         * src/summaryview.c
13185                 fix bug #469598 "no refresh of inbox after filter" which 
13186                 was introduced by the new summary view locking, and which 
13187                 prevented the summary view to update after a manual filter 
13188                 message. claw's filter message requires a summary_show().
13189                 (aargh, summary_show() again! :-)
13190                 
13191 2002-01-07 [alfons]     0.6.6claws44
13192
13193         * src/headerwindow.c
13194         * src/logwindow.c
13195         * src/messageview.c
13196         * src/sourcewindow.c
13197                 bring in Hiro's last 0.7.0 wm class fixes
13198
13199         * tools/sylprint.pl
13200                 bring in Ricardo's fix for sylprint script
13201
13202         * AUTHORS       
13203         * src/rfc2015.[ch]
13204         * src/prefs_common.[ch]
13205         * src/prefs_account.[ch]
13206         * src/compose.c
13207                 clean up account preference poison in rfc2015,
13208                 and preparation to fix double sign bug 
13209                 (patch submitted by Simon 'corecode' Schubert)
13210
13211 2002-01-07 [christoph]  0.6.6claws43
13212
13213         * src/mh.c
13214                 search for free message number, do not only rely
13215                 on last_num
13216         * src/send.c
13217                 fix smtp auth and use extra account information
13218                 if available, if not use pop3 data instead
13219                 (closes bug #500341)            
13220         * src/ssl.[ch]
13221                 match coding style
13222
13223 2002-01-06 [alfons]     0.6.6claws42
13224
13225         * src/mainwindow.c
13226                 try making the separate windows work again...
13227
13228 2002-01-06 [alfons]     0.6.6claws41
13229
13230         * src/mainwindow.c
13231                 adapt Hiro's separate window menu (to get rid of the funny
13232                 duplicate menu items), and make it work again
13233
13234 2002-01-06 [alfons]     0.6.6claws40
13235
13236         * tools/Makefile.am
13237         * tools/sylprint.rc
13238         * tools/sylprint.pl
13239         * tools/README.sylprint
13240                 add sylprint script for printing mails from Sylpheed
13241                 (contributed by Ricardo Mones Lastra)
13242
13243         * src/acount.c
13244                 clean up
13245
13246 2002-01-06 [melvin]     0.6.6claws39
13247
13248         * src/mainwindow.c
13249         * src/summaryview.c
13250                 Fixed crash introduced in 0.6.6claws38 by the menu
13251                 reorganisation (Hide read messages)
13252         
13253         * ChangeLog.claws 
13254                 Fixed typo (we are now in 2002, alfons ;) )
13255
13256 2002-01-05 [alfons]     0.6.6claws38
13257
13258         * sync with sylpheed 0.6.6cvs10-17
13259                 (last stuff marked as LAST_STABLE)
13260
13261 2002-01-04 [melvin]     0.6.6claws37
13262
13263         * src/account.c
13264                 Made account selection code use strcasestr again instead of
13265                 g_strcasecmp (fixes bug where reediting queued messages
13266                 did not select proper account reported by T. Link).
13267         
13268         * src/folderview.c
13269                 Fix bug where folder icons are not shown when 'hide read messages'
13270                 is on.
13271         
13272         * src/stock_pixmaps.[ch]
13273                 Added folder icons for 'hide read messages'.
13274         
13275         * src/compose.c
13276                 Fixed bug where 'Enter' in a header entry will send the message 
13277                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13278
13279 2002-01-03 [melvin]     0.6.6claws36
13280         
13281         * src/prefs.[ch]
13282                 Added popup menu for common preferences and
13283                 account preferences (right click on tab displays
13284                                 a menu of all tabs.)
13285
13286 2002-01-02 [melvin]     0.6.6claws35
13287
13288         * src/gtkspell.[ch]
13289                 Made spelling code compatible with undo/redo feature.
13290                 Added creation of suggestion mode menu for the general
13291                         preferences.
13292         
13293         * src/prefs_common.[ch]
13294                 Added option menu for the speller's suggestion mode.
13295                 Added missing spaces in "..." buttons and made a "..."
13296                         button non translatable!
13297         
13298         * src/compose.c
13299                 Made speller use the default suggestion mode.
13300                 Hack to make it possible to choose 'CTRL-Enter' as a
13301                         shortcut for sending (and only for sending).
13302
13303         * src/prefs_folder_item.c
13304                 Changing subject simplification does not update cache 
13305                         anymore (because it is unnecessary).
13306                 Fixed bug where changing subject simplification updated the 
13307                         summaryview even when the viewed folder is not the
13308                         folder which properties are being changed. (E.g. 
13309                                         viewing folder A and changing
13310                                         the subject simplification of 
13311                                         folder B -not being viewed- updated the 
13312                                         summaryview of folder A with data of
13313                                         folder B). (Hope this is clear... )
13314
13315 2001-12-31 [alfons]     0.6.6claws34
13316         
13317         * src/ldif.c
13318         * src/mutt.c
13319                 fgetc() returns a signed integer which doesn't
13320                 fit in a char. so c truncates this to a char
13321                 but we may lose significant bits. i.e. we may
13322                 comparing 0xFF which may not be equal to -1
13323                 unless properly casted to signed char which
13324                 we won't do because fgetc() returns a signed
13325                 integer which doesn't fit in a char. so c 
13326                 truncates this to a char but we may lose 
13327                 significat bits. (you got the idea, thanks
13328                 to Gustavo Noronha Silva <kov@debian.org>
13329                 and the Debian folks!)
13330
13331 2001-12-30 [alfons]     0.6.6claws33
13332
13333         * src/prefs_common.c
13334                 add #ifdef USE_PSPELLs that Melvin forgot               
13335
13336 2001-12-30 [melvin]     0.6.6claws32
13337         
13338         * src/prefs_common.[ch]
13339                 Added configurable color for misspelled words.
13340
13341         * src/gtkspell.[ch]
13342                 Fixed bug of foreground text color (reported by David
13343                                 Mehrmann)
13344                 Added configurable color for misspelled words.
13345
13346 2001-12-30 [alfons]     0.6.6claws31
13347
13348         * src/folder.c
13349                 remove unnecessary things someone put there
13350
13351         * src/mh.c
13352         * src/folder.[ch]
13353                 make folder properties (like threading and sorting) persistent
13354                 (closes bug #497424 "rescan folder tree resets proprieties")
13355                 currently this is only for MH folders. 
13356
13357 2001-12-29 [melvin]     0.6.6claws30
13358
13359         * src/string_match.[ch]
13360                 Optimized a bit: regexp pattern buffer compiled only once, and
13361                   one subroutine call removed. Fixed ^ regexp search: Now, 
13362                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13363         
13364         * src/summaryview.c
13365                 Subject filtering changed to filter summary columns and
13366                   not directly the messages subject cache. The loss in 
13367                   performance is balanced by the improvement of string_match.
13368                 Added an alert panel if there is an error in the regexp.
13369
13370         * src/src/prefs_folder_item.h
13371                 Added a regexp pattern buffer.
13372
13373 2001-12-28 [alfons]     0.6.6claws29
13374
13375         * src/string_match.[ch]
13376                 clean up name space
13377                 allow compilation *BSD
13378
13379 2001-12-27 [alfons]     0.6.6claws28
13380
13381         * src/filter.c
13382                 sync the Hiro's bug fix for BSD
13383
13384 2001-12-27 [melvin]     0.6.6claws27
13385         
13386         * src/compose.c
13387                 Simplify focus to subject entry code.
13388
13389 2001-12-27 [darko]      0.6.6claws26
13390
13391         * src/filtering.c
13392         * src/mbox_folder.c
13393         * src/messageview.c
13394         * src/mh.c
13395         * src/procheader.[ch]
13396         * src/procmsg.h
13397         * src/stock_pixmap.[ch]
13398         * src/summaryview.c
13399                 Show key icon for encrypted mails in summary view
13400
13401         * src/pixmaps/clip.xpm
13402         * src/pixmaps/clipkey.xpm
13403         * src/pixmaps/key.xpm
13404                 New/modified icons for the above
13405
13406 2001-12-27 [melvin]     0.6.6claws25
13407
13408         * src/prefs_common.c
13409                 Put spell checker options in a separate tab to decrease
13410                 the Common Preferences window height.
13411
13412         * README.claws  
13413                 Update spell checker usage instruction about its options
13414                 location.
13415
13416 2001-12-27 [melvin]     0.6.6claws24
13417
13418         * src/compose.c
13419                 Changed subject entry widget position. Initial focus is
13420                 on the To header instead of the subject entry.
13421                 Creating a new header scrolls the header list to make the
13422                 created one visible. Nevertheless, when automatically filling
13423                 headers, the first one is shown.
13424                 A Tab key press in the last empty header entry zips the 
13425                 focus to the subject entry.
13426                 (I did not change the combo boxes, yet)
13427
13428 2001-12-26 [alfons]     0.6.6claws23
13429
13430         * src/prefs_account.c
13431         * src/inc.c
13432                 allow default inbox to reside in another mailbox (only
13433                 works for POP3 accounts)
13434
13435 2001-12-26 [alfons]     0.6.6claws22
13436         
13437         * src/textview.c
13438                 make reply-on-click work with the account of the selected folder
13439         * src/compose.c
13440                 put a fixme here to remind me to fix finding correct default
13441                 account for nested folders
13442
13443 2001-12-25 [alfons]     0.6.6claws21
13444
13445         * src/summaryview.c
13446                 make column headers display locked and mark pixmaps (idea by Melvin) 
13447                 fix bug by adding score and locked column type to sort array
13448
13449 2001-12-25 [alfons]     0.6.6claws20
13450         
13451         * src/summaryview.c
13452                 catch a *potentially* inadvertent write back of  
13453                 the message cache(s) introduced by 0.6.5claws37
13454
13455 2001-12-25 [christoph]  0.6.6claws19
13456
13457         * src/stock_pixmap.[ch]
13458         * src/summaryview.c
13459                 add ignore thread pixmap
13460                 (can someone draw a better icon for this?)
13461
13462 2001-12-24 [alfons]     0.6.6claws18
13463
13464         * src/prefs_folder_item.c
13465                 make address completion actually work for the
13466                 Default To address in the Folder Property dialog.
13467
13468 2001-12-24 [alfons]     0.6.6claws17
13469         
13470         * src/summaryview.c
13471                 use new style regexp for subject stripping 
13472                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13473
13474 2001-12-24 [darko]      0.6.6claws16
13475
13476         * src/pgptext.c
13477         * src/rfc2015.c
13478                 move GPG related informational messages to debug mode
13479
13480 2001-12-23 [alfons]     0.6.6claws15
13481
13482         * src/stock_pixmap.[ch]
13483         * src/summaryview.c
13484                 add the forgotten Claws' locked pixmap
13485
13486 2001-12-23 [alfons]     0.6.6claws14
13487
13488         * src/filesel.c
13489                 accept file name typed in entry in multi file
13490                 selector (patch submitted by Gustavo Noronha Silva 
13491                 <kov@debian.org>)
13492
13493 2001-12-23 [alfons]     0.6.6claws13
13494
13495         * src/prefs_filter.c
13496         * src/prefs_filtering.c
13497         * src/matcher.c
13498         * src/importmutt.c
13499                 clean up a little bit
13500         
13501         * src/string_match.c
13502                 validate input strings a little bit more
13503
13504 2001-12-23 [alfons]     0.6.6claws12
13505
13506         * src/Makefile.am
13507         * src/summaryview.c
13508         * src/string_match.[ch]         ** NEW **
13509         * src/folderview.[ch]
13510         * src/headerview.h
13511         * src/folder.[ch]
13512         * src/prefs_folder_item.[ch]
13513                 add subject simplification to strip out strings from
13514                 a subject line (esp. handy for mailing lists). 
13515                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13516                 but slightly changed things for better integration.)
13517
13518 2001-12-23 [alfons]     0.6.6claws11
13519
13520         * src/mainwindow.c
13521                 fix bug introduced by submission included in 0.6.5claws52.
13522                 ideally this submission should clean the trash if any trash
13523                 folder has a message. however, the hasTrash variable was
13524                 set to false whenever a trash folder was empty (discarding
13525                 a previously found *filled* trash folder.)
13526
13527                 also edited the code a little bit and made it more safe.
13528
13529 2001-12-22 [alfons]     0.6.6claws10
13530
13531         * src/imap.c
13532                 quick fix for Martin Pool's omission of an account
13533                 specific SSL setting
13534
13535 2001-12-22 [alfons]     0.6.6claws9
13536
13537         * src/compose.c
13538         * src/messageview.c
13539         * src/mimeview.c
13540         * src/pgptext.c
13541         * src/procmime.[ch]
13542                 better support for multipart/digest (submitted
13543                 by Fredrik <e98fo@efd.lth.se>)
13544
13545 2001-12-22 [alfons]     0.6.6claws8
13546
13547         * src/addressbook.c
13548                 correct function signature
13549         * src/socket.[ch]
13550         * src/imap.[ch]
13551         * src/prefs_account.[ch]
13552                 allow IMAP over SSH tunnel (patch submitted by 
13553                 Martin Pool <mbp@samba.org>)
13554
13555 2001-12-21 [alfons]     0.6.6claws7
13556
13557         * sync with sylpheed 0.6.6cvs4-9
13558                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13559
13560 2001-12-21 [christoph]  0.6.6claws6
13561
13562         * src/compose.c
13563         * src/prefs_folder_item.[ch]
13564                 implement saving of outgoing messages to current folder.
13565                 fix segfault when no default outbox is available
13566                 (closes bug #495683)
13567
13568 2001-12-21 [carsten]    0.6.6claws5
13569         * src/folderview.c
13570         * src/summaryview.c
13571                 pressing CTRL while DND does now the expected thing and
13572                 copies the mail (moving is still the default, as this
13573                 seam more appropriate for handling mails by DND)
13574
13575 2001-12-18 [paul]       0.6.6claws4
13576
13577         * sync with sylpheed 0.6.6cvs3
13578                 see ChangeLog entries 2001-12-18
13579
13580 2001-12-18 [hiro]       0.6.6claws3
13581
13582         * src/undo.c
13583                 fix for multibyte characters (obtain the number of letters
13584                 instead of bytes).
13585
13586 2001-12-17 [paul]       0.6.6claws2
13587
13588         * sync with sylpheed 0.6.6cvs1
13589                 see ChangeLog entry 2001-12-16
13590
13591 2000-12-17 [alfons]     0.6.6claws1
13592
13593         * src/filtering.c
13594                 clean up
13595
13596 2001-12-16 [paul]       0.6.6claws
13597 2001-12-15
13598
13599         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13600
13601         * src/mimeview.c
13602                 last minute sync with main 0.6.6
13603
13604         * po/es.po
13605                 updated by Ricardo Mones Lastra
13606                 update for last minute sync
13607         * po/fr.po
13608         * po/nl.po
13609                 update for last minute sync
13610         * po/de.po
13611                 updated by Jens Oberender
13612         * po/pt_BR.po
13613                 updated by Fabio Junior Beneditto
13614
13615         * src/prefs_common.[ch]
13616         * src/undo.c
13617                 number of undo levels is user configurable
13618                 (squeeze it into the release in the dying
13619                 moments) Submitted by Jens Oberender    
13620
13621 2001-12-15 [melvin]
13622
13623         * po/fr.po
13624                 updated french translation
13625
13626 2001-12-15 [paul]       0.6.5claws92
13627
13628         * sync with sylpheed 0.6.5cvs28
13629                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13630
13631         * po/nl.po
13632                 update to allow for sync
13633
13634 2001-12-15 [alfons]
13635         
13636         * po/nl.po
13637                 update dutch translation
13638
13639 2001-12-14 [carsten]    0.6.5claws91
13640         * src/summaryview.c
13641                 fixed bug #473785; also after changing the column order
13642                 the same message will be selected and displayed as before
13643                 the reordering
13644
13645 2001-12-14 [carsten]    0.6.5claws90
13646         * src/folderview.c
13647                 probably found the bug reported by wwb opening or closing
13648                 a folder tree just before dnd (found the solution in the
13649                 balsa source -- thanks to them)
13650
13651 2001-12-14 [carsten]    0.6.5claws89
13652         * src/gtkutils.c
13653         * src/account.c
13654                 moved gtk_clist_moveto to the right place, so that
13655                 only the accounts dialog is effected on opening
13656
13657 2001-12-14 [carsten]    0.6.5claws88
13658         * src/gtkutils.c
13659                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13660                 now, so that the focused row will be seen in any case
13661                 (reported by wwp on sf-claws-user)
13662
13663 2001-12-14 [darko]      0.6.5claws87
13664
13665         * src/compose.c
13666                 remove unnecessary line
13667
13668 2001-12-14 [paul]       0.6.5claws86
13669
13670         * sync with sylpheed 0.6.5cvs27
13671                 see ChangeLog entries 2001-12-14
13672
13673 2001-12-14 [carsten]    0.6.5claws85
13674         * src/mainwindow.c
13675                 following a suggestion of Melvin the rcoabm pops up
13676                 right under the button now and the button is reliefed
13677                 while the popup is open
13678
13679 2001-12-14 [darko]      0.6.5claws84
13680
13681         * src/compose.c
13682                 fix crash when wrapping long lines if linewrap quotation
13683                 is disabled and wrapper encounters a word spanning more
13684                 than one line
13685
13686 2001-12-13 [paul]       0.6.5claws83
13687
13688         * src/compose.c
13689                 prefer 'Reply-To' header over mailing list header when
13690                 replying to a message. Finally prevent all those confirmation 
13691                 messages being sent to the list itself.
13692
13693         * src/summaryview.c
13694                 remove unused summary_set_menu_sensitive() entry
13695
13696 2001-12-13 [paul]       0.6.5claws82
13697
13698         * src/folderview.c
13699         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13700         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13701         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13702                 improvements to 'Hide read messages': Inbox, Outbox,
13703                 Trash, Queue, and Draft icons now reveal presence of hidden 
13704                 messages
13705
13706 2001-12-12 [alfons]     0.6.5claws81
13707
13708         0.6.5claws80 was tagged as LAST_STABLE
13709
13710         * src/filtering.[ch]
13711         * src/matcher.[ch]
13712         * src/matcher_parser_lex.c
13713                 fix the filtering; my last attempt to get it right, 
13714                 if it does not work, it's Hoa's turn. ;-)
13715
13716                 for my honourable peers:
13717                 
13718                 the code now makes a clear distinction between
13719                 rules as they are displayed (probably escaped),
13720                 and as they are executed (probably unescaped). the
13721                 parser does *NOT* do any unescaping, this is
13722                 the task of the matcher.c (which breaks up a
13723                 rule into condition) and the filtering.c (which
13724                 breaks up the rule's action). to make this
13725                 run happily we provide an unescaped copy of
13726                 crucial strings to the MatcherProp and 
13727                 FilteringAction structures. note that the only
13728                 exception to this is any REGEXP string. those
13729                 are directly passed to regcomp() and regexp()
13730                 (who have much more powerful unescape functions).
13731                 
13732                 for everyone else:
13733         
13734                 you can escape tab (\t), carriage return (\r),
13735                 linefeed (\n), form feed (\f), quote (\"), 
13736                 single quote (\'), bell (\b) in all the entry
13737                 lines in the scoring & filtering dialogs.
13738                 as an added bonus this should not affect
13739                 existing filtering rules.
13740
13741 2001-12-12 [carsten]    0.6.5claws80
13742
13743         * src/summaryview.c
13744         * po/de.po
13745                 "item(s) selected" is now sensitive to 1 or more
13746                 than one selected (nice for language where simple
13747                 adding of a "s" is not possible as German (Eintrag
13748                 ->Eintr"age)
13749                 
13750                 the "forward as attachment" entry from the right
13751                 click menu removed, "forward" acts following the
13752                 prefs
13753         
13754         * src/textview.c
13755                 reverted my former changes; so compiler warning again
13756                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13757                 nevertheless
13758
13759         * src/messageview.c
13760                 "search in message" does now *not* only work in MVIEW_TEXT
13761                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13762                 message
13763
13764         * src/mainwindow.c
13765                 removed "/File/_Close" as it was the same as "/File/E_xit"
13766                 and we don't need it two times
13767
13768                 the separate folder view and message view now get a distinct
13769                 WMCLASS, just in case someone is using sawfish ;-)
13770
13771                 as the menu entries "/View/Message view" and "/View/Folder tree"
13772                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13773                 make them sensitive accordingly and as these two are "shown"
13774                 after startup anytime check this menuitem at startup
13775
13776 2001-12-12 [paul]       0.6.5claws79
13777
13778         * src/folderview.c
13779                 fix sensitivity of 'Search folder...', broken in
13780                 0.6.5claws75
13781
13782         * src/mainwindow.c
13783                 fix dodgy English
13784
13785 2001-12-11 [carsten]    0.6.5claws78
13786         * src/filtering.c
13787                 fixed two typos returning a wrong FALSE/TRUE
13788         * src/mainwindow.[ch]
13789                 extra menu for email/news button removed
13790
13791 2001-12-11 [alfons]     0.6.5claws77
13792         
13793         * src/matcher.c                 (1.3)
13794         * src/matcher_parser_lex.l      (1.28)
13795                 revert for another attempt
13796                 mark 0.6.5claws77 as LAST_STABLE
13797
13798 2001-12-11 [christoph]  0.6.5claws76
13799
13800         * po/de.po
13801                 fixed wrong translation for prev. unread msg
13802
13803 2001-12-11 [paul]       0.6.5claws75
13804
13805         * src/folder.[ch]
13806         * src/folderview.c
13807         * src/mainwindow.c
13808         * src/summaryview.[ch]
13809         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13810                 enable ability to hide read messages on per folder basis via 
13811                 '/Summary/Hide read messages'; when selected, a folder will 
13812                 have a red open folder icon, instead of a blue icon, if the 
13813                 folder contains hidden messges
13814                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13815
13816         * src/mainwindow.c
13817                 remove '/Message/Forward as attachment' from 
13818                 main_window_set_menu_sensitive() to prevent debug warning
13819
13820         * src/folderview.c
13821         * src/mainwindow.c
13822                 Clean up some of the English
13823
13824         * tools/newscache_clean.pl
13825                 allow for new 'hidereadmsgs' entry in folderlist.xml
13826
13827         * po/es.po
13828                 updated translation, submitted by Ricardo Mones Lastra
13829
13830 2001-12-11 [paul]       0.6.5claws74
13831
13832         * sync with sylpheed 0.6.5cvs25
13833                 see ChangeLog entry 2001-12-11
13834
13835 2001-12-10 [alfons]     0.6.5claws73
13836
13837         * src/matcher.c
13838                 add more control characters
13839         * src/matcher_parser_lex.l
13840                 make escaping / unescaping work again
13841
13842 2001-12-10 [alfons]     0.6.5claws72
13843
13844         * src/imap.c
13845                 clean up warnings "returning value for void function" 
13846         * src/prefs_filtering.c
13847                 make info button for execute action sensitive
13848
13849 2001-12-10 [paul]       0.6.5claws71
13850
13851         * src/compose.c
13852         * src/imap.[ch]
13853         * src/summaryview.c
13854                 fix: imap server now gets informed of MARKED, UNMARKED
13855                 and REPLY events. Now people can use different IMAP-Mail
13856                 clients and have the exact same information about MARKED,
13857                 UNMARKED and REPLY status with all of them. Especially
13858                 useful for imap servers with a web-frontend.
13859                 submitted by Tobias Sandhaas <medlor@web.de>
13860
13861 2001-12-09 [melvin]     0.6.5claws70
13862         
13863         * src/textview.[ch]
13864                 fixed bug #490076 (hunted down by Alfons who implemented
13865                 a workaround in 0.6.5claws65)
13866
13867 2001-12-09 [christoph]  0.6.5claws69
13868
13869         * src/summaryview.c
13870                 set pointer to string in LOCKED column to NULL
13871                 (might fix bug #490800)
13872
13873 2001-12-09 [carsten]    0.6.5claws68
13874
13875         * po/de.po
13876                 resolved some cluttered menu shortcuts 
13877                 ('creating new email' and 'creating news message'
13878                 hade the same)
13879         * src/compose.c
13880                 wmclass now distinc from main window
13881         * src/mainwindow.c
13882           src/mainwindow.h
13883                 email/news and forward button functionality similar
13884                 to the reply buttons; removed the ugly dropdown arrows
13885                 and use instead the right mouse button
13886
13887 2001-12-09 [paul]       0.6.5claws67
13888
13889         * src/imap.c
13890         * src/utils.h
13891                 allow spaces in imap folder names
13892                 submitted by Willem van Engen <wvengen@stack.nl>
13893
13894 2001-12-09 [paul]       0.6.5claws66
13895
13896         * sync with sylpheed 0.6.5cvs24
13897                 see ChangeLog entry 2001-12-09
13898
13899 2001-12-08 [alfons]     0.6.5claws65
13900
13901         * src/textview.c
13902                 prevent secondary selection claim after "add to sender" dialog
13903                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13904                 we trick GTK by simulating a click at (0, 0) in the textview.
13905
13906 2001-12-08 [hoa]        0.6.5claws64
13907
13908         * src/folder.c
13909                 fixed a bug about the .processing folder name while filtering
13910
13911 2001-12-08 [alfons]     0.6.5claws63
13912
13913         * src/folderview.c 
13914                 work around problem of not correctly updating folder stats
13915                 when deleting messages. there's some folder scanning evil
13916                 going so the folderview_update_msg_num() does not work
13917                 correctly. need to investigate this.
13918
13919 2001-12-08 [paul]       0.6.5claws62
13920
13921         * sync with sylpheed 0.6.5cvs23
13922                 see ChangeLog entry 2001-12-08
13923
13924 2001-12-07 [christoph]  0.6.5claws61
13925
13926         * src/compose.c
13927                 fix another header translation problem
13928
13929 2001-12-07 [alfons]     0.6.5claws60
13930
13931         * src/mbox.c
13932                 make filtering also work on local spool mbox
13933
13934 2001-12-07 [carsten]    0.6.5claws59
13935         * src/addressbook.c
13936                 addressbook window gets a wmclass distinct from the main
13937                 sylpheed window
13938         * src/compose.h
13939         * src/mainwindow.[ch]
13940                   forward menu item will use mode selected in prefs, forward 
13941                 as attatchment in menu removed (will be substituted in the
13942                 toolbar similar to reply buttons)
13943                   create news message menu entry and news button is now 
13944                 sensitive to the existance of a news account
13945         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13946         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13947         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13948                 these are removed because the toolbar buttons don't show
13949                 the quoting modus any longer
13950
13951 2001-12-07 [paul]
13952
13953         * tools/newscache_clean.pl      ** NEW FILE **
13954                 perl script to do some tidying up in the newscache directory 
13955                 
13956         * tools/sylpheed-switcher       ** NEW FILE **
13957                 perl script to enable easy switching between main and claws
13958                 
13959         * tools/README
13960                 added descriptions of the two new perl scripts          
13961
13962
13963 2001-12-07 [melvin]     0.6.5claws58
13964
13965         * src/messageview.c
13966                 fixed a warning during compilation introduced in 0.6.5claws56
13967
13968 2001-12-07 [paul]       0.6.5claws57
13969
13970         * src/mainwindow.[ch]
13971         * src/menu.[ch]
13972                 further usability enhancements to replying with or without 
13973                 quoting via the toolbar, use of Ctrl key is replaced by 
13974                 drop down menu 
13975                 Submitted by Carsten Schurig            
13976
13977 2001-12-07 [melvin]     0.6.5claws56
13978
13979         * src/messageview.c
13980                 hack to fix bug that prevented to make/paste selections
13981                 after switching between MVIEW_TEXT and MVIEW_MIME views
13982                 without deselecting the selection first.
13983
13984 2001-12-06 [alfons]     0.6.5claws55
13985
13986         * src/filtering.[ch]
13987         * src/inc.c
13988                 revise filtering a little bit more, and make sure
13989                 messages are delivered to the appropriate inbox
13990                 (perhaps set per account)
13991
13992 2001-12-06 [paul]       0.6.5claws54
13993
13994         * sync with sylpheed 0.6.5cvs22
13995                 see ChangeLog entry 2001-12-06
13996
13997 2001-12-05 [alfons]     0.6.5claws53
13998
13999         * src/inc.c
14000         * src/folder.[ch]
14001         * src/procmsg.c
14002         * src/filtering.c
14003                 more revisions of filtering system
14004                 (last stable version is marked as LAST_STABLE)
14005                 
14006                 | NOTE 1): the filtering system now uses a local folder called
14007                 | .processing. if filtering fails, check this directory
14008                 | for missing messages.
14009                 |
14010                 | NOTE 2): help us find the filtering actions still missing
14011
14012 2001-12-05 [paul]       0.6.5claws52
14013
14014         * src/mainwindow.c
14015                 fix bug where 'Empty Trash?' pop-up window appears even
14016                 when Trash is empty, submitted by Jesse Skinner         
14017
14018 2001-12-05 [melvin]     0.6.5claws51
14019
14020         * src/compose.c
14021                 fixed bug #486106 to select correct account when reediting 
14022                 a queued message
14023         
14024 2001-12-04 [alfons]     0.6.5claws50
14025
14026         * src/mh.c
14027                 declare markfile in appropriate functions when
14028                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14029                 for spotting this)
14030
14031 2001-12-04 [paul]       0.6.5claws49
14032
14033         * sync with sylpheed 0.6.5cvs21
14034                 see ChangeLog entry 2001-12-04
14035
14036 2001-12-03 [christoph]  0.6.5claws48
14037
14038         * po/de.po
14039                 changed translation of undo
14040         * src/account.c
14041         * src/folder.c
14042                 don't reinvent the wheel to traverse a GNode
14043         * src/compose.[ch]
14044                 seperate code to create the compose gui into functions
14045                 add "Others" page with folder selection for saving copy
14046                 of the message.
14047                 the folder identifier is saved to queue header
14048         * src/procmsg.c
14049                 save message to folder in queue header
14050
14051 2001-12-03 [paul]       0.6.5claws47
14052
14053         * sync with sylpheed 0.6.5cvs20
14054                 see ChangeLog entry 2001-12-03
14055
14056 2001-12-01 [paul]
14057
14058         * more sync with sylpheed 0.6.5cvs19
14059                 see ChangeLog entry 2001-11-29
14060
14061 2001-11-30 [paul]       0.6.5claws46
14062         
14063         * src/compose.c
14064                 remove conflicts introduced by Hoa's last commit
14065          
14066         * src/mainwindow.c
14067                 make 'Message/Bounce' sensitive
14068
14069 2001-11-30 [hoa]        0.6.5claws45
14070
14071         * src/compose.c
14072                 slightly change bounce function to add
14073                 information about the user that bounced the mail
14074                 in the From header line.
14075
14076         * src/folderview.c
14077                 permit the use of processing in outbox folder.
14078
14079 2001-11-29 [paul]       0.6.5claws44
14080
14081         * src/mainwindow.[ch]
14082         * src/prefs_common.c
14083         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14084         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14085         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14086                 usability enhancements to the quoting, implements
14087                 use of Ctrl key to toggle quoting settings
14088                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14089
14090 2001-11-29 [paul]       0.6.5claws43
14091         
14092         * sync with sylpheed 0.6.5cvs19
14093                 see ChangeLog entry 2001-11-28
14094
14095 2001-11-29 [melvin]     0.6.5claws42
14096         * src/Makefile.am
14097                 added enriched.[ch] to the list of files
14098
14099         * src/textview.c
14100         * src/mimeview.c
14101         * src/procmime.[ch]
14102         * src/enriched.[ch]
14103                 added support to view text/enriched
14104                 added support to show headers in message view for text/enriched and text/html
14105                         in non multipart messages
14106
14107 2001-11-28 [paul]       0.6.5claws41
14108
14109         * more sync with sylpheed 0.6.5cvs18
14110                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14111
14112 2001-11-27 [paul]       0.6.5claws40
14113         
14114         * po/pt_BR.po
14115                 updated translation, submitted by Fabio Junior Beneditto
14116                 
14117         * sync with sylpheed 0.6.5cvs18
14118                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14119                 2001-11-27
14120
14121
14122 2001-11-26 [paul]
14123
14124         * po/es.po
14125                 updated translation, submitted by Ricardo Mones Lastra
14126
14127 2001-11-26 [alfons]
14128
14129         * src/matcher.c
14130                 add more translatable strings
14131
14132 2001-11-26 [christoph]  0.6.5claws39
14133
14134         * po/de.po      
14135                 fixed one more umlaut
14136         * src/compose.c
14137                 fix translated header when it should not be translated
14138
14139 2001-11-26 [paul]       0.6.5claws38
14140
14141         * src/mainwindow.c
14142                 remove '/Message/Add Sender to address book' from 
14143                 main_window_set_menu_sensitive(), prevent debug warning
14144                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14145
14146 2001-11-26 [paul]       0.6.5claws37
14147
14148         * src/summaryview.c
14149                 fix 'recurring unread state' bug 
14150
14151         * tools/README 
14152         * tools/filter_conv.pl
14153                 read name of top level mailbox from folderlist.xml
14154                 and presume nothing about its name              
14155
14156 2001-11-26 [darko]      0.6.5claws36
14157
14158         * src/gtkstext.[ch]
14159                 removed functions that are now in gtkutils.c
14160                 use gtkut_text_is_uri_string() from gtkutils.c
14161         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14162
14163 2001-11-26 [paul]       0.6.5claws35
14164
14165         * sync with sylpheed 0.6.5cvs16
14166                 see ChangeLog entries 2001-11-25 and 2001-11-26
14167
14168 2001-11-25 [alfons]     0.6.5claws34
14169
14170         EXPERIMENTAL!!! Please checkout the last stable version using: 
14171           
14172         % cvs update -r LAST_STABLE -dRAP
14173
14174         (Or help us testing this stuff.)
14175
14176         * src/filtering.c               (1.14)
14177         * src/filtering.h               (1.6)
14178         * src/inc.c                     (1.28)
14179         * src/matcher.c                 (1.20)
14180         * src/mbox.c                    (1.9)
14181         * src/procmsg.h                 (1.14)
14182         * src/summaryview.c             (1.59)
14183         * src/summaryview.h             (dunno)
14184                 revert/merge/sync to as it was before commit 
14185                 on Thu, 19 Jul 2001 10:15:51 -0700.
14186
14187 2001-11-25 [hoa]        0.6.5claws33
14188
14189         * src/main.c
14190                 processing mails at startup
14191
14192         * src/folderview.c
14193         * src/summaryview.[ch]
14194                 processing mails when entering folder
14195
14196         * src/prefs_filtering.c
14197                 fixed some UI bugs
14198
14199 2001-11-24 [alfons]     0.6.5claws32
14200
14201         * src/summaryview.[ch]
14202                 make summary sort headers work, and also make
14203                 sure the sort type is stored
14204
14205 2001-11-23 [alfons]     0.6.5claws31
14206
14207         * src/summaryview.[ch]
14208                 make lock work like mark
14209                 disallow deleting messages marked as locked
14210
14211 2001-11-23 [alfons]     0.6.5claws30
14212
14213         * src/gtkstext.c
14214         * src/compose.[ch]
14215         * src/Makefile.am
14216         * src/undo.[ch]
14217                 merge undo patch submitted by Jens
14218
14219 2001-11-23 [christoph]  0.6.5claws29
14220
14221         * src/.cvsignore
14222                 added ylwrap
14223         * src/compose.c
14224                 fixed gpg signing and encoding
14225         * src/folder.[ch]
14226         * src/main.c
14227                 added --status option to get new, unread and total
14228                 message count from a running sylpheed
14229         * src/prefs_common.c
14230                 temporary fix for reply_with_quote problem
14231                 (don't call functions for non existing widget)
14232         * src/procmsg.c
14233                 one more check for ignored threads but still not
14234                 always working correctly. probably a recursive
14235                 check for all parents is needed
14236
14237 2001-11-23 [darko]      0.6.5claws28
14238
14239         * src/compose.c
14240                 wrapping on send improvements
14241         * src/gtkutils.[ch]
14242                 fix for GtkSText after last sync with main branch
14243                 GTK_TEXT -> GTK_STEXT
14244
14245 2001-11-23 [paul]       0.6.5claws27
14246
14247         * sync with sylpheed 0.6.5cvs14
14248                 see ChangeLog entries 2001-11-22 and 2001-11-23
14249                 
14250         * po/de.po
14251                 fixed the scrambled umlauts 
14252                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14253
14254 2001-11-21 [paul]       0.6.5claws26
14255
14256         * sync with sylpheed 0.6.5cvs12
14257                 see 2nd ChangeLog entry dated 2001-11-20
14258
14259 2001-11-20 [paul]       0.6.5claws25
14260
14261         * sync with sylpheed 0.6.5cvs11
14262                 see ChangeLog entry 2001-11-19 (src/utils.c)
14263
14264 2001-11-20 [hiro]
14265
14266         * src/compose.c
14267                 GTK_TEXT -> GTK_STEXT
14268                 fix for wrong comment
14269
14270 2001-11-20 [hiro]       0.6.5claws24
14271
14272         * src/compose.[ch]
14273                 more merges from main branch
14274                 removed fatal warnings (uninitialized variables etc.)
14275                 some coding style fix
14276         * src/gtkutils.h
14277                 fixed typo.
14278         * src/addressbook.c
14279           src/addrindex.c
14280                 V-Card -> vCard
14281
14282 2001-11-19 [hoa]        0.6.5claws23
14283
14284         * src/filtering.c
14285         * src/prefs_scoring.c
14286         * src/matcher.[ch]
14287         * src/scoring.c
14288                 cleaning code
14289
14290         * src/matcher_parser_parse.y
14291         * src/prefs_filtering.c
14292                 bouncing
14293
14294 2001-11-19 [alfons]     0.6.5claws22
14295
14296         more of my old things into claws
14297
14298         * src/Makefile.am
14299         * src/prefs_common.c
14300         * src/procmsg.h
14301         * src/summaryview.[ch]
14302         * src/prefs_summary_column.c
14303         * src/pixmaps/locked.xpm
14304                 add indicators for locking of message in summary view
14305                 (does not work yet, only visual indicator)
14306
14307 2001-11-19 [paul]       0.6.5claws21
14308
14309         * sync with sylpheed 0.6.5cvs10
14310                 see ChangeLog entry 2001-11-19
14311
14312 2001-11-18 [alfons]     0.6.5claws20
14313         
14314         * src/filtering.c
14315                 remove an inadvertent free I forgot in previous clean up 
14316
14317 2001-11-18 [alfons]     0.6.5claws19
14318
14319         * src/filtering.[ch]
14320                 clean up & plug leaks
14321
14322 2001-11-18 [paul]       0.6.5claws18
14323
14324         * sync with sylpheed 0.6.5cvs9
14325                 see ChangeLog entries 2001-11-17 and 2001-11-18
14326
14327 2001-11-16 [paul]       0.6.5claws17
14328
14329         * sync with sylpheed 0.6.5cvs8
14330                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14331
14332 2001-11-16 [paul]       0.6.5claws16
14333
14334         * sync with sylpheed 0.6.5cvs7
14335                 see ChangeLog entries 2001-11-15 and 2001-11-16
14336
14337 2001-11-15 [hoa]        0.6.5claws15
14338
14339         * src/compose.c
14340                 fix bounce, mails we received couln't be bounced to ourself.
14341
14342         * src/defs.h
14343         * src/filtering.[ch]
14344         * src/matcher.[ch]
14345         * src/matcher_parser.h
14346         * src/matcher_parser_lex.l
14347         * src/matcher_parser_parse.y
14348         * src/inc.c
14349         * src/main.c
14350         * src/mbox.c
14351         * src/prefs_filtering.[ch]
14352         * src/mainwindow.c
14353         * src/prefs_matcher.c
14354         * src/prefs_scoring.c
14355         * src/scoring.[ch]
14356         * src/summaryview.c
14357                 new matcher/filter/score configuration file parser
14358                 one unique configuration file => ~/.sylpheed/matcherrc
14359                 import in currently automatic, then save are made
14360                 in this new file.
14361                 one filter per folder and one global filter
14362                 (filter of a folder will be used as folder processing)
14363
14364         * src/folder.c
14365                 fix a bug in folder_item_get_identifier
14366                 
14367         * src/messageview.c
14368                 receive receipt return are fixed.
14369
14370 2001-11-14 [alfons]     0.6.5claws14
14371
14372         * src/session.h
14373                 add things from main branch to make claws compile
14374
14375 2001-11-14 [paul]       0.6.5claws13
14376
14377         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14378                 see ChangeLog entries 2001-11-08 to 2001-11-14
14379
14380 2001-11-14 [hoa] 0.6.5claws12
14381
14382         * src/compose.[ch]
14383         * src/mainwindow.c
14384         * src/summaryview.c
14385                 add "bounce mail" option
14386
14387 2001-11-13 [christoph]  0.6.5claws11
14388
14389         * src/compose.c
14390                 Cleanup a mess i add before commiting
14391
14392 2001-11-13 [hoa]        0.6.5claws10
14393
14394         * src/compose.c
14395                 some fixes when mail are sent or
14396                 for crossposts
14397
14398 2001-11-13 [christoph]  0.6.5claws9
14399
14400         * po/de.po
14401                 Changed two string with the same translation
14402         * src/compose.c
14403         * src/procmsg.[ch]
14404         * src/send.[ch]
14405                 New mailsending process:
14406                   - Always queue message before sending
14407                     (message will be saved if sylpheed crashed or
14408                      freezes while sending)
14409                   - Allow queuing of newspostings
14410                   - No copy in outbox before sending
14411                     (closes bug #469501)
14412                   - No more redundant code for send and send_later
14413         * src/summaryview.c
14414                 Applied wwp <subscript@free.fr>'s patch that fixes
14415                 marks for multiple forwarded messages (+compose.c)
14416
14417 2001-11-12 [alfons]
14418
14419         * README.claws
14420                 remove things that are now in main branch
14421         
14422         * po/nl.po
14423                 update Dutch translation
14424
14425 2001-11-12 [mhadasht]   0.6.5.claws8
14426
14427         * src/prefs_common.c
14428                 re-enabled account autoselection feature for forward
14429                 and reedit lost during the branch point for SYNC-B4-REL
14430         * src/gtkspell.c
14431                 gtkpspell_get_dict(): more readable code (even if function is
14432                 not used yet)
14433         * ChangeLog.claws
14434                 added version number info to 2001-11-12 [hiro] comment.
14435
14436 2001-11-12 [hiro]       0.6.5.claws7
14437
14438         * src/compose.c
14439                 compose_forward(): fixed a bug that forward quote mark
14440                 wasn't used.
14441                 removed unnecessary code.
14442         * src/template_select.[ch]: removed.
14443
14444 2001-11-11 [alfons]
14445
14446         * src/compose.c
14447                 :%s/GTK_TEXT/GTK_STEXT/g
14448         
14449         * src/compose.[ch]
14450         * src/undo.[ch]
14451         * src/Makefile.am
14452                 revert the undo stuff (this is 0.6.6claws stuff)
14453
14454 2001-11-11 [hoa]        0.6.5.claws6
14455
14456         * src/compose.[ch]
14457                 Insert signature at the end of the text.
14458                 Added undo patch but currently disabled
14459
14460         * src/procmsg.c
14461                 Threading by subject improved.
14462
14463         * added src/undo.[ch]
14464                 Undo module for compose dialog box.
14465
14466 2001-11-11 [alfons]     0.6.5.claws5
14467
14468         * src/procmsg.c
14469                 prevent threading by subject on nodes that have already been
14470                 threaded by in-reply-to (as in "circular references in a tree
14471                 result in a dead branch")
14472
14473 2001-11-09 [hoa]        0.6.5.claws4
14474         
14475         * src/folderview.c
14476                 allows creation of mbox folder item from any files.
14477
14478 2001-11-09 [alfons]     0.6.5.claws3
14479         
14480         * src/utils.c
14481         * src/procmsg.c
14482                 do what I mean and correct threading by subject so it really
14483                 ignores attracting lines without "Re: "
14484
14485 2001-11-07 [alfons]     0.6.5.claws2
14486
14487         * src/procmsg.c
14488         * src/utils.[ch]
14489                 only attract by subject if a subject line starts with a "Re: "
14490         * src/syldap.c
14491                 remove warning
14492
14493 2001-11-07 [paul]       0.6.5claws1
14494
14495         * sync with sylpheed 0.6.5. release
14496                 see ChangeLog entry 2001-11-07
14497
14498 2001-11-07 [paul]       0.6.4claws31
14499
14500         * sync with sylpheed 0.6.4cvs18
14501                 see ChangeLog entries 2001-10-30 to 2001-11-07
14502                 prefs_templates.[ch] renamed prefs_template.[ch]
14503
14504 2001-11-06 [alfons]
14505         
14506         * src/utils.h
14507                 add semicolon Hoa forgot ;-)
14508                 
14509
14510 2001-11-06 [hoa]        0.6.4claws30
14511         
14512         * src/procmsg.c
14513         * src/summaryview.c
14514         * src/utils.c
14515         * src/utils.h
14516                 threading by subject - empty subject are ignored
14517
14518 2001-11-06 [christoph]  0.6.4claws29
14519
14520         * src/socket.c
14521                 use SSL_peek for sock_gets
14522         * src/utils.c
14523                 removed unneeded pointer in extracting quoted
14524                 names implementation
14525
14526 2001-11-06 [melvin]     0.6.4claws28
14527
14528         * src/gtkspell.c
14529                 fixed bug #476792 Selection overtyping with spell checker
14530                 fixed bug which could cause a buffer overflow
14531                 fixed a memory leak
14532
14533 2001-11-06 [hoa]        0.6.4claws27
14534         
14535         * src/procmsg.c
14536         * src/summaryview.c
14537                 threading by subject
14538
14539 2001-11-05 [alfons]     0.6.4claws26
14540         
14541         * README.claws
14542                 Claws -> Sylpheed (vice versa)
14543
14544         * src/compose.c
14545                 :%s/gtk_text/gtk_stext/g
14546                 :%s/GTK_TEXT/GTK_STEXT/g
14547                 (thanks to Jonathan Ware for spotting this)
14548
14549 2001-11-04 [christoph]  0.6.4claws25
14550
14551         * src/summaryview.c
14552                 replace Xalloca + strdup with Xstrdup_a
14553         * src/utils.c
14554                 better implementation of extracting quoted names
14555                 from addresses (remove backlashes and ignore
14556                 quotes after them)
14557
14558 2001-11-04 [alfons]     0.6.4claws24
14559
14560         * src/utils.[ch]
14561                 edit to comply more with coding style
14562
14563         * src/textview.c
14564                 fix bug reported by Kim Schulz. introduced by the patch integrated
14565                 in 0.6.4claws15. the code did not check the return value of
14566                 the html parser.
14567
14568         * AUTHORS
14569                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14570
14571 2001-11-04 [christoph]  0.6.4claws23
14572
14573         * src/main.c
14574         * src/prefs_common.[ch]
14575                 init some pointers that possibly caused a segfault
14576                 reported in the claws-users ML
14577
14578 2001-11-04 [hoa]        0.6.4claws22
14579
14580         * src/grouplistdialog.c
14581                 change the names of the nodes in the tree
14582
14583         * src/compose.c
14584                 enhanced mailto syntax as described in
14585                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14586                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14587
14588         * src/utils.c
14589                 encode and decode URI (useful when opening URL into
14590                 netscape).
14591
14592 2001-11-03 [hoa]        0.6.4claws21
14593
14594         * src/grouplistdialog.c
14595                 a new newsgroups list selection dialog box
14596                 with a CTree instead of a CList
14597
14598 2001-11-03 [hoa]        0.6.4claws20
14599
14600         * src/folderview.c
14601                 enable property and scoring options when right
14602                 click on "inbox"
14603
14604         * src/summaryview.c
14605                 fixed bug when nickname were displayed using
14606                 the address book.
14607
14608 2001-11-02 [darko]      0.6.4claws19
14609
14610         * src/compose.c
14611                 new wrap quotation and URL/long words wrapping implementation
14612         * src/compose.c src/gtkstext.[ch]
14613                 move gtkstext_strncmp() to gtkstext.c
14614
14615 2001-11-01 [christoph]  0.6.4claws18
14616
14617         * src/prefs_account.c
14618                 fixed mess in account settings dialog
14619         * src/prefs_folder_item.c
14620                 added label with folder path to dialog
14621
14622 2001-10-31 [match]      0.6.4claws17
14623
14624         * src/vcard.c
14625                 fix memory leak.
14626         * src/addrbook.c
14627                 fix generation of spurious address book file names.
14628                 remove redundant functions.
14629         * po/POTFILES.in
14630                 added missing file names.
14631
14632 2001-10-30 [paul]       0.6.4claws16
14633
14634         * sync with sylpheed 0.6.4cvs6
14635                 see ChangeLog entries 2001-10-26 to 2001-10-30
14636
14637         * tools/filter_conv.pl
14638                 read folderlist.xml to discover whether the top-level
14639                 folder is called 'Mailbox' or 'Mail' 
14640
14641 2001-10-29 [paul]       0.6.4claws15
14642
14643         * src/html.c, src/textview.c
14644                 activate links in html mail and fix clickable parts
14645                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14646
14647 2001-10-29 [paul]
14648
14649         * po/de.po, po/es.po, po/pt_BR/po
14650                 updated translations, submitted by Jens Oberender,
14651                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14652
14653 2001-10-29 [darko]      0.6.4claws14
14654
14655         * src/compose.c
14656                 fix wrapping for good
14657
14658 2001-10-29 [darko]
14659
14660         * src/compose.c
14661                 undo previous change as it broke the smart wrapping
14662
14663 2001-10-29 [darko]      0.6.4claws13
14664
14665         * src/compose.c
14666                 fix infinite loop when long URL is quoted
14667                 (closes bug #475122.
14668
14669 2001-10-28 [match]
14670
14671         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14672                 import Mutt address book
14673         * src/ldif.[ch] src/importldif.h
14674                 modified import LDIF handle user attributes
14675
14676 2001-10-28 [christoph]  0.6.4claws12
14677
14678         * src/summaryview.c
14679                 fixed that filtering did not work if there
14680                 were no filter rules
14681                 (closes bug #472003 and better implementation
14682                  of patch #474644)
14683
14684 2001-10-27 [christoph]  0.6.4claws11
14685
14686         * src/compose.c
14687                 make the folder's default account to be used when
14688                 replying. (patch by wwp <subscript@free.fr>)
14689         * src/compose.c
14690                 code cleanup, nearly killed all of wwp's patch
14691                 for folder's default account in compose
14692         * src/folderview.c
14693                 error panel when a folder could not be created
14694                 (closes bug #471080 new folder name & already
14695                  existing file)
14696
14697 2001-10-26 [alfons]
14698
14699         * src/utils.h
14700                 change prototype of strstr2() that Christoph forgot about
14701
14702 2001-10-26 [christoph]  0.6.4claws10
14703
14704         * src/account.c
14705                 made search for accounts by email address not case
14706                 sensitive
14707         * src/folder.c
14708                 fixed memory leak in folder_item_get_identifier
14709         * src/gtkspell.c
14710         * src/utils.c
14711                 fixed wrong strstr2 (should work like strstr)
14712
14713 2001-10-26 [darko]      0.6.4claws9
14714
14715         * src/compose.c src/gtkstext.[ch]
14716         * src/gtkstext.c
14717                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14718
14719 2001-10-26 [paul]       0.6.4claws8
14720
14721         * src/html.c
14722                 ignore css and javascript tags in html mail
14723                 case-insensitive, with or without double-quoted
14724                 strings
14725
14726 2001-10-26 [paul]       0.6.4claws7
14727
14728         * sync with sylpheed 0.6.4cvs1
14729                 see ChangeLog entry 2001-10-26
14730
14731         * src/prefs_account.c, src/prefs_common.c,
14732           src/prefs_summary_column.c
14733                 minor improvements to the English
14734
14735 2001-10-25 [alfons]     0.6.4claws6
14736
14737         * src/gtkstext.c
14738         
14739                 make GtkSText follow style of GtkText (closes bug 
14740                 #469211 "text selection while writing message")
14741                 
14742                 do sync with GTK 1.2.10
14743
14744 2001-10-25 [paul]       0.6.4claws5
14745
14746         * src/html.c
14747                 ignore css tags in html mail
14748
14749 2001-10-25 [darko]      0.6.4claws4
14750
14751         * src/compose.c
14752                 don't declare is_url_string as static function since
14753                 we need it in gtkstext.c
14754         * src/gtkstext.c
14755                 remove unused variable
14756                 don't wrap long URLs while composing a message
14757
14758 2001-10-24 [christoph]  0.6.4claws3
14759
14760         * src/socket.c
14761                 fix ssl deadlock, when peer closes connection
14762
14763 2001-10-24 [paul]       0.6.4claws2
14764
14765         * src/prefs_common.c
14766                 gettextize the gpg ascii-armored warning message
14767
14768         * src/compose.c
14769                 insert a DOS/MAC file into the composed message
14770                 (improvements)
14771
14772         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14773
14774 2001-10-22 [paul]       0.6.4claws1
14775
14776         * sync with sylpheed 0.6.4 release
14777                 see ChangeLog entries 2001-10-21
14778
14779         * po/fr.po, po/pt_BR.po
14780                 updated by Melvin Hadasht and Fabio Junior Beneditto
14781
14782 2001-10-21 [paul]       0.6.3claws30
14783
14784         * src/compose.c
14785                 insert a DOS text file from the compose window
14786                 into the composed message text (removes CRs characters)
14787                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14788
14789         * tools/filter_conv.pl, tools/README
14790                 automatically use ~/.sylpheed as working directory
14791                 print out confirmation message on completion
14792
14793         * correct Hoa's last ChangeLog.claws entry
14794
14795 2001-10-20 [hoa]        0.6.3claws29
14796
14797         * src/grouplistdialog.c
14798                 bugfix (another ?) to give the right
14799                 newsgroups list for each news server.
14800
14801         * src/news.c
14802         * src/news.h
14803                 improve the newsgroups list cache
14804
14805 2001-10-20 [paul]       0.6.3claws28
14806
14807         * sync with sylpheed 0.6.3cvs9
14808                 see ChangeLog entry 2001-10-19
14809
14810         * correct Alfons' last ChangeLog.claws entry
14811
14812 2001-10-19 [alfons]
14813
14814         * src/pgptext.[ch]
14815                 fix compilation problems (part of bug #472895)
14816
14817 2001-10-18 [hoa]        0.6.3claws27
14818
14819         * src/grouplistdialog.c
14820                 bugfix when we refresh was clicked (bug 472701)
14821
14822 2001-10-19 [christoph]  0.6.3claws26
14823
14824         * src/compose.c
14825                 last header entry should default to "To:" or
14826                 "Newsgroups:" and not copy the last entry line
14827                 in a new compose window
14828                 (closes bug #472686, #470792)
14829
14830 2001-10-19 [paul]       0.6.3claws25
14831
14832         * sync with Sylpheed 0.6.3cvs8
14833                 see ChangeLog entries 2001-10-18 and 2001-10-19
14834
14835 2001-10-18 [christoph]  0.6.3claws24
14836
14837         * src/procmsg.c
14838                 reimplement ignore thread
14839         
14840 2001-10-18 [hoa]        0.6.3claws23
14841
14842         * src/folderview.c
14843         * src/grouplistdialog.[ch]
14844                 enhanced news subscription interface (feature 469113)
14845
14846         * src/news.c
14847         * src/news.h
14848                 enchanced newsgroup listing,
14849                 now, we can get groups informations
14850                 (NNTPGroupInfo)
14851
14852 2001-10-18 [paul]       0.6.3claws22
14853
14854         * src/summaryview.c
14855                 remove comment (sync with main branch)
14856         * src/mainwindow.c
14857                 fix 'Re-edit' bug in 'Message' menu
14858
14859 2001-10-17 [christoph]  0.6.3claws21
14860
14861         * src/compose.c
14862                 ignore empty or whitespace only header lines
14863
14864 2001-10-17 [paul]       0.6.3claws20
14865
14866         * sync with sylpheed 0.6.3cvs7
14867                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14868                 2001-10-17
14869
14870 2001-10-17 [darko]
14871
14872         * src/compose.c
14873                 wrap long lines without spaces
14874                 don't wrap URLs
14875
14876 2001-10-16 [paul]
14877
14878         * po/es.po, po/nl.po, po/pt_BR.po
14879                 updated by Ricardo Mones Lastra, Alfons,
14880                 and Fabio Junior Beneditto
14881
14882         * sylpheed-0.6.3claws released
14883
14884 2001-10-15 [melvin] 0.6.3claws18
14885
14886         * README.claws
14887                 added summary and detailed installation instructions
14888                 for spell checker
14889         * po/fr.po
14890                 Updated, corrected and completed french translation
14891
14892 2001-10-15 [hoa] 0.6.3claws17
14893         * src/grouplistdialog.c
14894                 we can choose the newsgroups to display with wildcards
14895
14896 2001-10-15 [christoph]  0.6.3claws16
14897
14898         * src/account.c
14899         * src/compose.c
14900         * src/prefs_folder_item.[ch]
14901                 applied wwp <subscript@free.fr>'s folder
14902                 default account patch
14903         * po/de.po
14904                 Fixed wrong translation
14905
14906 2001-10-13 [alfons, christoph, melvin]  
14907                         0.6.3claws15
14908
14909         solution #2 to solve MT-safety problems defers all GUI related calls
14910         to the main thread using a gtk_idle_add() callback. discussed on
14911         ircnet #sylpheed, with christoph spotting some issues with the
14912         original code, and melvin allowing us to lobotomize his sylpheed.
14913
14914         * src/syldap.[ch], src/main.c
14915                 fix race problem in ldap search thread by deferring GUI 
14916                 stuff to main thread using gtk_idle_add()
14917
14918 2001-10-13 [paul]       0.6.3claws14
14919
14920         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14921                 add Sergey's smtpcred.patch
14922                 adds separate username/password setting for SMTP Auth
14923                 needed by some servers
14924                 (closes feature request #471659)
14925
14926 2001-10-13 [paul]       0.6.3claws13
14927
14928         * src/pgptext.[ch] **NEW FILES**
14929         * src/Makefile.am, src/messageview.c, src/mimeview.c
14930                 decrypt ascii-armored gpg text embedded in
14931                 the message body.
14932                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14933
14934 2001-10-13 [christoph]  0.6.3claws12
14935
14936         * README.claws
14937                 some more details on default to and
14938                 feature requests
14939         * src/main.c
14940                 init glib threading when ldap is used
14941         * src/syldap.c
14942                 threading fixes
14943         * po/de.po
14944                 fixed a typo
14945
14946 2001-10-12 [paul]       0.6.3claws11
14947
14948         * src/prefs_common.[ch], src/rfc2015.c
14949                 enable ascii-armored gpg text to be embedded in the
14950                 message body, selectable through the 'Privacy'
14951                 preferences. Supports encrypting only.
14952                 Submitted by Ravemax <ravemax@dextrose.com>
14953
14954 2001-10-12 [paul]       0.6.3claws10
14955
14956         * sync with sylpheed 0.6.3cvs6
14957                 see ChangeLog entries 2001-10-11 and 2001-11-12
14958
14959         * src/folderview.c
14960                 incorporated mbox folders, scoring, and folder
14961                 properties into the sync
14962
14963 2001-10-12 [darko]      0.6.3claws9
14964
14965         * README.claws
14966                 describe quotation wrapping
14967         * src/compose.c
14968                 don't treat tab as space to calculate line length properly
14969
14970 2001-10-11 [alfons]
14971
14972         * README.claws
14973                 correct description of how to make new filtering system work,
14974                 add some other things
14975                 
14976         * src/syldap.c
14977                 remove sched_yield() (not necessary / unportable)
14978
14979 2001-10-11 [paul]       0.6.3claws8
14980
14981         * sync with sylpheed 0.6.3cvs3
14982                 see ChangeLog entry 2001-10-10
14983
14984 2001-10-10 [christoph]  0.6.3claws7
14985
14986         * .cvsignore
14987                 ignore 2 files created by newer autotools
14988         * src/prefs_folder_item.c
14989                 using table for widget alignment
14990                 fixed memory leak and broken octal display
14991         * src/filesel.c
14992                 fixed segfault caused by lost filename
14993                 workaround (closes bug #469551)
14994
14995 2001-10-10 [paul]       0.6.3claws6
14996
14997         * sync with sylpheed 0.6.3cvs2
14998                 see ChangeLog entries 2001-10-09 and 2001-10-10
14999
15000 2001-10-10 [darko]      0.6.3.claws5
15001
15002         * src/gtkstext.c
15003                 proper calculation of right margin if smart wrapping is enabled
15004         * src/compose.c
15005                 automatically wrap long lines if wrap quotation is enabled
15006
15007 2001-10-09 [alfons]     0.6.3.claws4
15008
15009         * src/summaryview.c
15010                 select correct row when deleting last row in the summary view (and
15011                 close bug "[ #469104 ] select second last in list when deleting")
15012
15013 2001-10-09 [paul]       0.6.3claws3
15014
15015         * sync with sylpheed 0.6.3cvs1
15016                 updated some autotool scripts
15017
15018 2001-10-09 [darko]      0.6.3claws2
15019
15020         * src/gtkstext.[ch]
15021                 new name and mark with Sylpheed comment
15022         * src/compose.c
15023                 smart quotation wrapping a-la VIM
15024
15025 2001-10-08 [paul]       0.6.3claws1
15026
15027         * sync with sylpheed 0.6.3 release
15028                 see ChangeLog entry 2001-10-08
15029
15030 2001-10-08 [paul]       0.6.2claws24
15031
15032         * src/summaryview.c
15033                 more sync with sylpheed 0.6.2cvs12
15034                 Fixed the bug that didn't select the last row correctly
15035
15036
15037 2001-10-07 [paul]       0.6.2claws23
15038
15039         * sync with sylpheed 0.6.2cvs12
15040                 see ChangeLog entry 2001-10-07
15041
15042 2001-10-06 [match]
15043         * src/jpilot.[ch]
15044                 enable jpilot to read unsynch'ed addresses.
15045
15046         * src/editldap_basedn.c
15047                 fix segfault when opening dialog.
15048
15049 2001-10-06 [alfons]     0.6.2.claws22
15050
15051         * src/summaryview.c
15052                 fix bug with summary view selecting last *inserted*
15053                 node instead of last *visible* node. remember we
15054                 work with a tree
15055
15056 2001-10-06 [paul]       0.6.2claws21
15057
15058         * po/pt_BR.po
15059                 updated translation, contains some fixes and new
15060                 translations, submitted by Gustavo Noronha Silva
15061                 <kov@debian.org>
15062
15063         * src/prefs_common.c
15064                 change 'each' to 'every' - fix dubious English
15065
15066         * sync with sylpheed 0.6.2cvs11
15067
15068 2001-10-05 [alfons]     0.6.2claws20
15069
15070         * src/mainwindow.[ch], src/folderview.c
15071                 make composite tool button switch between "Compose News"
15072                 and "Compose Mail" depending on selected folder
15073                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15074
15075 2001-10-05 [paul]       0.6.2claws19
15076
15077         * src/mainwindow.c, src/summaryview.c
15078                 fix 'Message/Reply to all', broken in last commit
15079
15080         * src/compose.c
15081                 fix X_BEENTHERE seg fault, thanks to Alfons
15082
15083 2001-10-04 [paul]       0.6.2claws18
15084
15085         * src/compose.[ch], src/mainwindow.c
15086                 make "Message/Reply" reply to mailing lists; matches
15087                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15088                 based on portions of the patch submitted by
15089                 Junichi Uekawa <dancer@netfort.gr.jp>
15090
15091 2001-10-04 [darko]      0.6.2claws17
15092
15093         * src/compose.c
15094                 better smart wrapping
15095         * src/gtkstext.[hc]
15096                 a function to make text buffer contiguous
15097
15098 2001-10-03 [paul]       0.6.2claws16
15099
15100         * sync with sylpheed 0.6.2cvs10
15101
15102 2001-10-02 [alfons]
15103
15104         * configure.in
15105         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15106                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15107                 references to chinese translations (hope someone picks up
15108                 this)
15109
15110 2001-10-02 [christoph]  0.6.2claws15
15111
15112         * src/compose.c
15113                 fixed non translated header bug
15114         * ChangeLog.claws
15115                 fixed wrong date in alfons last entry ;)
15116
15117 2001-10-02 [alfons]     0.6.2claws14
15118
15119         * src/compose.c, src/prefs_common.[ch]
15120                 add block cursor option
15121
15122 2001-10-02 [paul]       0.6.2claws13
15123
15124         * sync with sylpheed 0.6.2cvs9
15125
15126 2001-09-30 [paul]       0.6.2claws12
15127
15128         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15129                 updated translations
15130
15131         * po/POTFILES.in
15132                 add 'src/importldif.c'
15133
15134         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15135                 added eudora-to-vCard conversion tool
15136                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15137
15138         * sync with sylpheed 0.6.2cvs8
15139
15140 2001-09-30 [paul]
15141
15142         * sylpheed-0.6.2claws released
15143
15144 2001-09-27 [melvin]     0.6.2claws11
15145
15146         * src/gtkspell.c
15147                 fixed crash when using default path (introduced 
15148                 in 0.6.2claws10)
15149                 fixed tiny bug for initial suggestion mode
15150
15151 2001-09-27 [melvin]     0.6.2claws10
15152         
15153         * src/gtkspell.c
15154                 fixed bug where gtkpspell didn't set the path correctly
15155
15156         * README.claws
15157                 added a paragraph about spell checking
15158                 
15159
15160
15161 2001-09-27 [paul]       0.6.2claws9
15162
15163         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15164                 replace '// comments' with '/* comments */' to prevent
15165                 some compiler warnings 
15166
15167         * sync with sylpheed 0.6.2cvs6
15168
15169 2001-09-26 [alfons]     0.6.2claws8
15170
15171         * src/messageview.c
15172                 introduce return receipt request notification again,
15173                 which was lost because of other semantics in 
15174                 procheader_parse() (???)
15175
15176 2001-09-26 [christoph]  0.6.2claws7
15177
15178         * src/compose.c
15179                 replace comments for old code with #if 0
15180                 readded auto cc, bcc and reply-to
15181         * src/prefs_matcher.c
15182         * src/prefs_scoring.c
15183                 removed some definition (was moved to
15184                 prefs.h)
15185
15186 2001-09-26 [paul]       0.6.2claws6
15187
15188         * src/mainwindow.c
15189                 make 'Follow-up and reply to' sensitive
15190
15191         * more sync with sylpheed 0.6.2cvs5
15192
15193 2001-09-25 [melvin]
15194
15195         * 0.6.2claws5
15196
15197         * src/gtkspell.c
15198                 fixed bug for "US-ASCII" introduced by the encoding code
15199
15200 2001-09-25 [paul]
15201
15202         * 0.6.2claws4
15203
15204         * src/prefs_common.[ch], src/summaryview.c
15205                 'next unread msg' 'go to next folder?' dialog can be
15206                 given default behaviour, either always show dialog,
15207                 or assume 'yes', or assume 'no'
15208                 Submitted by wwp <subscript@free.fr>
15209
15210 2001-09-25 [melvin]
15211                 
15212         * src/compose.c src/gtkspell.[ch]
15213                 added support for different encodings
15214
15215 2001-09-25 [paul]
15216
15217         * more sync with sylpheed 0.6.2cvs5
15218
15219 2001-09-24 [alfons]
15220         
15221         * src/prefs_folder_item.c
15222                 add check for item->prefs->default_to string is NULL and
15223                 add another check when freeing this string
15224
15225 2001-09-24 [paul]
15226
15227         * configure.in
15228                 change to version 0.6.2claws3
15229
15230         * sync with sylpheed 0.6.2cvs5 
15231
15232 2001-09-24 [match]
15233         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15234                 import LDIF files.
15235         * src/addrcache.[ch], addrindex.[ch]
15236                 small update for future
15237         * src/addrbook.c
15238                 fix test XML file.
15239
15240 2001-09-24 [melvin]
15241         * src/gtkspell.[ch]
15242                 added 'Learn from mistakes' option
15243                 better handling of quotes in checked words
15244                 sorted dict list
15245         * po/fr.po
15246                 small update for spell checking stuff
15247
15248 2001-09-23 [alfons]
15249         
15250         * src/gtkspell.c
15251                 edit a little bit so it complies more with main coding style
15252
15253 2001-09-23 [alfons]
15254
15255         * src/folder.[ch], prefs_folder_item.c, compose.c
15256                 migrate "request return receipt" folder property
15257                 to folderlist.xml
15258
15259 2001-09-22 [alfons]
15260
15261         * README.claws **NEW**
15262                 (add things of interest for users of main branch 
15263                 and claws here)
15264
15265         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15266                 re-implement threading per folder option, but store 
15267                 the setting in folderlist.xml (where it belongs)
15268
15269 2001-09-21 [melvin]
15270
15271         * src/gtkspell.[ch]
15272                 fixed bug when compose window is under another window
15273         * src/prefs_common.[ch] src/compose.c
15274                 changed 'dictionary_path' to 'dictionary' to be consistent
15275                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15276         * ac/pspell.m4 src/Makefile.am 
15277                 dropped PSPELL_PATH macro
15278         * po/fr.po
15279                 updated translations
15280
15281 2001-09-21 [christoph]
15282
15283         * src/compose.c
15284                 added border around header fields
15285                 keep header type when new field is added
15286
15287 2001-09-20 [christoph]
15288
15289         * src/utils.[ch]
15290                 more portable debug_print with source filename
15291                 and linenumber
15292         * src/procmsg.c
15293                 more newlines after debug messages
15294
15295 2001-09-20 [paul]
15296
15297         * configure.in
15298                 change to version 0.6.2claws2
15299
15300         * sync with sylpheed 0.6.2cvs3
15301
15302 2001-09-19 [melvin]
15303
15304         * src/gtkspell.c
15305                 fixed the post-right-click focus pb
15306                 fixed crash when 'Spell check all' after dict change 
15307                         and when cursor is at the end of the text
15308                 shift-right-click pops up config menu even on misspelled words.
15309         * po/POTFILES.in
15310                 added gtkspell.c
15311
15312 2001-09-19 [melvin]
15313
15314         * src/about.c
15315                 added pspell to compiled-in features list
15316
15317 2001-09-18 [melvin]
15318
15319         * switched to pspell and dropped ispell
15320         * ac/pspell.m4
15321                 new file. autoconf macro for pspell
15322         * ac/Makefile.am 
15323         * configure.in acconfig.h
15324                 added pspell support
15325         * src/Makefile.am
15326         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15327         * src/prefs_common.[ch] 
15328                 added pspell support
15329
15330 2001-09-18 [christoph]
15331
15332         * src/addr_compl.c
15333         * src/template.[ch]
15334                 replace LOG_MESSAGE with debug_print
15335         * src/compose.[ch]
15336                 gui improvements
15337         * src/menu.c
15338                 added newline after debug message
15339         * src/utils.h
15340                 using __VA_ARGS__ for debug_print macro
15341         * tools/.cvsignore
15342                 ignore Makefile and Makefile.in
15343
15344 2001-09-18 [paul]
15345
15346         * configure.in
15347                 change to version 0.6.2claws1
15348         * sync with sylpheed 0.6.2cvs1
15349
15350         * src/matcher.c 
15351         * src/prefs_matcher.c
15352                 add 'score equal to' option, submitted by
15353                 Paul Evans <nerd@freeuk.com>
15354
15355 2001-09-15 [christoph]
15356
15357         * src/mainwindow.c
15358                 comment out menu entry not existing in claws
15359         * src/menu.c
15360                 add debug output for non existing menu entries
15361         * src/summaryview.c
15362                 fix next/prev unread message for ignored threads
15363         * src/utils.[ch]
15364                 add sourcefile and line number to debug output
15365                 otherwise it is sometimes hard to find the
15366                 source code part if debug messages are translated
15367
15368 2001-09-14 [darko]
15369         
15370         * src/folderview.c
15371                 refresh target folder style after colour is changed
15372
15373 2001-09-13 [paul]
15374
15375         * configure.in
15376                 change to version 0.6.1claws3
15377
15378         * sync with sylpheed 0.6.1cvs6
15379
15380 2001-09-13 [darko]
15381         
15382         * src/folderview.c
15383                 fix target folder colourization to use user selected colour
15384
15385 2001-09-12 [darko]
15386         
15387         * src/summaryview.c
15388                 fix crash when message that is marked for copy/move is unmarked
15389
15390 2001-09-09 [paul]
15391
15392         * configure.in
15393                 change to version 0.6.1claws2
15394
15395         * sync with sylpheed 0.6.1cvs3
15396
15397 2001-09-09 [alfons]
15398         
15399         * src/folderview.c
15400                 fix bug with default font used for trash folder text
15401
15402 2001-09-06 [paul]
15403
15404         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15405                 updated translations
15406
15407         * configure.in
15408                 change to version 0.6.1claws1
15409
15410         * sync with sylpheed 0.6.1cvs2
15411
15412 2001-09-03 [paul]
15413
15414         * po/POTFILES.in
15415                 add Match's new addressbook
15416
15417         * po/de.po
15418                 updated translation submitted by Jens Oberender
15419
15420 2001-09-02 [paul]
15421
15422         * configure.in
15423                 change to 0.6.1claws
15424         * sync with sylpheed 0.6.1 release
15425
15426 2001-09-02 [paul]
15427
15428         * configure.in
15429                 change to 0.6.0claws2
15430
15431         * sync with sylpheed 0.6.0cvs4
15432
15433         * po/pt_BR.po
15434                 updated translation submitted by Fabio Junior Beneditto
15435
15436 2001-09-01 [match]
15437         * pixmaps/
15438                 interface.xpm
15439                 book.xpm
15440                 address.xpm
15441         * src/
15442                 Makefile.am
15443                 a ton of new files
15444
15445 2001-08-31 [paul]
15446
15447         * configure.in
15448                 change to version 0.6.0claws1
15449
15450         * sync with sylpheed 0.6.0cvs1
15451
15452         * po/es.po
15453                 updated translation submitted by Ricardo Mones Lastra
15454
15455         * po/POTFILES.in
15456                 add 'src/prefs_templates.c'
15457
15458         * src/compose.c, src/summaryview.c
15459                 fix segfault on 'Re_edit'               
15460
15461 2001-08-30 [alfons]
15462
15463         * configure.in, Makefile.am
15464         * tools/Makefile.am
15465                 add tools directory to source distribution
15466
15467 2001-08-30 [paul]
15468
15469         * configure.in
15470                 change to version 0.6.0claws
15471
15472         * sync with sylpheed 0.6.0 release
15473
15474 2001-08-30 [christoph]
15475
15476         * configure.in
15477                 removed autoconf version check
15478
15479 2001-08-30 [paul]
15480
15481         * src/account.c, src/compose.c, src/prefs_common.[ch]
15482         * src/procheader.[ch] src/utils.[ch]
15483                 Enhanced automatic account selection on replies
15484                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15485
15486         * configure.in
15487                 add LDAP and JPilot to the configuration results output.
15488
15489 2001-08-29 [christoph]
15490
15491         * src/summeryview.c
15492                 no bold font for ignored threads
15493
15494 2001-08-29 [paul]
15495
15496         * configure.in
15497                 change to version 0.5.3claws6
15498
15499         * sync with sylpheed 0.5.3cvs10
15500                 src/stringtable.[ch]: New Files
15501
15502         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15503         * src/pixmaps/sylpheed.xpm
15504                 add mini-icons to windows (by Alfons)
15505
15506 2001-08-27 [paul]
15507
15508         * src/mainwindow.c
15509                 new functions: next_labeled_cb(), prev_labeled_cb()
15510
15511         * src/summaryview.c
15512                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15513                 summary_select_next_labeled(), summary_select_prev_labeled()
15514
15515         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15516                 give claws blue folders and a blue trash can
15517
15518 2001-08-27 [paul]
15519
15520         * configure.in
15521                 change to version 0.5.3claws5
15522
15523         * sync with sylpheed 0.5.3cvs9
15524                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15525
15526 2001-08-24 [christoph]
15527
15528         * src/filesel.c
15529                 keep filename when browsing directories
15530                 (not working for user entered filename, but
15531                  for default name and selected filename from
15532                  file list)
15533         * src/mainwindow.c
15534                 fixed wrong spelling "Folllow-up"
15535         * src/mbox_folder.c
15536         * src/procmsg.c
15537         * src/summaryview.c
15538                 fixed new/unread message count with ignored
15539                 threads (2 commits, first didn't notice no
15540                 longer needed decreasing)
15541         * src/inc.c
15542                 readded scrolling of progress dialog
15543                 (lost in sync)
15544
15545 2001-08-24 [paul]
15546
15547         * configure.in
15548                 change to 0.5.3claws4
15549
15550         * sync with sylpheed 0.5.3cvs7
15551
15552 2001-08-24 [christoph]
15553
15554         * src/compose.c
15555                 set request return receipt when replying
15556                 if it is set is the folder prefs of the
15557                 message
15558         * src/inc.c
15559                 disable final error popup if popups are
15560                 disabled in config (again)
15561
15562 2001-08-23 [paul]
15563
15564         * configure.in
15565                 Change version number to 0.5.3claws3
15566
15567         * sync with sylpheed 0.5.3cvs5
15568
15569         * src/mimeview.c
15570                 double quote '%s' in 'gedit %s' to fix bug when
15571                 opening attachment with spaces in the name
15572
15573 2001-08-22 [alte]
15574         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15575           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15576                 initial message templates support
15577
15578
15579 2001-08-22 [paul]
15580
15581         * configure.in
15582                 change version number to 0.5.3claws2
15583
15584         * sync with sylpheed 0.5.3cvs4
15585
15586         * src/procmsg.h src/summaryview.c
15587                 re-implement (un)ignore thread
15588
15589 2001-08-21 [paul]
15590
15591         * src/summaryview.c
15592                 remove unnecessary code
15593         * src/compose.c
15594                 enable 'dynamic' signatures (submitted by
15595                 Eric Limpens <eric@hscg-internet.nl>)
15596
15597 2001-08-21 [paul]
15598
15599         clean up after sync with sylpheed 0.5.3 release
15600
15601         * src/folderview.c
15602                 fix re-introduced font mess, see Christoph's
15603                 entry 2001-06-24
15604
15605         * src/summaryview.c
15606                 remove prev_msgnum
15607                 use sylpheed's small font instead of
15608                 gtk default font for summary view
15609
15610
15611 2001-08-17 [paul]
15612
15613         * configure.in
15614                 add pl to ALL_LINGUAS - sync with main branch
15615
15616         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15617                 Updated. Translations by Jens Oberender, Ricardo Mones
15618                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15619
15620         * po/pl.po  ** NEW FILE **
15621                 sync with the main branch
15622
15623         * src/folderview.c
15624                 fix target folder colorizing and refresh problem
15625
15626
15627 2001-08-17 [christoph]
15628
15629         * src/mainwindow.c
15630                 claws uses 4 colors for target folder coloring.
15631                 arrays were not long enough and destroyed the
15632                 stack causing a segfault.
15633                 target folder colorizing does not work anymore
15634                 for me
15635
15636 2001-08-16 [paul]
15637
15638         * configure.in
15639                 change to version 0.5.3claws1
15640
15641         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15642           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15643           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15644
15645                 sync with sylpheed 0.5.3 release, but keep claws method of
15646                 configuring/saving fonts
15647
15648         * src/addressbook.[ch]
15649                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15650                 in line with a similar change in Hiroyuki's branch
15651
15652         * src/mainwindow.[ch]
15653                 disable main_window_set_thread_option()
15654         * src/prefs_folder_item.c
15655                 comment out &tmps_prefs.enable_thread,
15656         * src/mbox_folder.c, src/procmsg.[ch]
15657                 comment out MSG_IS_IGNORE_THREAD
15658         * src/summaryview.c
15659                 comment out summary_ignore_thread() and summary_unignore_thread()
15660                 comment out MSG_IS_IGNORE_THREAD
15661
15662                 use Hiroyuki's threading instead.
15663
15664
15665
15666 2001-08-15 [paul]
15667
15668         * src/account.c
15669                 use Hiroyuki's 0.5.3 column scheme but also
15670                 include the enable/disable button.
15671         * src/pixmaps/mark.xpm
15672                 add Hiroyuki's amended pixmap
15673
15674 2001-08-13 [christoph]
15675
15676         * src/account.c
15677                 receive at get all column showed wrong state for APOP
15678                 button should only work for POP3 and APOP accounts
15679         * src/prefs_account.c
15680                 added missing preprocessor statement for SSL
15681
15682 2001-08-12 [paul]
15683
15684         * src/account.[ch]
15685                 add 'receive at get all' column and enable/disable
15686                 button.
15687
15688 2001-08-06 [christoph]
15689
15690         * src/account.c
15691                 show usage of SSL in protocol column
15692
15693         * src/imap.c
15694         * src/inc.c
15695                 renamed ssl options
15696
15697         * src/prefs_account.[ch]
15698                 moved ssl options to a new page
15699
15700         * src/send.c
15701         * src/smtp.c
15702         * src/ssl.[ch]
15703                 renamed ssl options
15704                 added support for SMTP STARTTLS command
15705
15706 2001-08-05 [christoph]
15707
15708         * configure.in
15709                 debian autoconf needs version check to find
15710                 correct autoconf version. if the file is
15711                 named configure.in 2.13 is used, which does
15712                 not work with this configure.in script.
15713                 other solution would be to rename the script
15714                 to configure.ac as suggested in the autoconf
15715                 manual.
15716
15717         * src/inc.c
15718                 disable final error popup if popups are
15719                 diabled in config
15720
15721         * src/socket.c
15722                 bugfix in ssl_gets
15723                 fixes IMAP over SSL problem
15724
15725 2001-08-03 [paul]
15726
15727         * configure.in
15728                 change to 0.5.2claws1
15729
15730         * sync with sylpheed 0.5.2cvs1
15731
15732 2001-08-02 [alfons]
15733
15734         * configure.in
15735                 quick fix for ispell detection...
15736
15737 2001-08-01 [paul]
15738
15739         * configure.in
15740                 change to 0.5.1claws4
15741
15742         * sync with sylpheed 0.5.1cvs7
15743
15744 2001-07-31 [alfons]
15745
15746         * src/prefs_common.c, src/prefs_common.h, 
15747           src/gtkspell.c, src/gtkspell.h
15748                 add global spelling checker settings (compose tab) +
15749                 selection of dictionary 
15750           
15751         * configure.in  
15752                 guess valid ispell location
15753
15754 2001-07-31 [paul]
15755
15756         * po/POTFILES.in
15757                 removal of 'src/quote_fmt_parse.c'
15758         * po/de.po
15759                 Updated de.po
15760                 (submitted by Jens Oberender <didge@suse.de>)
15761
15762 2001-07-31 [darko]
15763
15764         * src/folder.[ch]
15765         * src/folderview.[ch]
15766         * src/mainwindow.c
15767         * src/mh.c
15768         * src/prefs_common.[ch]
15769         * src/summaryview.c
15770                 target folder colourization
15771
15772 2001-07-30 [paul]
15773
15774         more sync with Sylpheed 0.5.1cvs6 
15775
15776 2001-07-30 [darko]
15777
15778         * src/mh.c
15779         * src/prefs_folder_item.[hc]
15780         * src/summaryview.c
15781                 shared folders support with a GUI
15782
15783 2001-07-29 [paul]
15784
15785         0.5.1claws3
15786
15787         * sync with Sylpheed 0.5.1cvs6
15788
15789 2001-07-29 [paul]
15790
15791         * po/pt_BR.po
15792                 updated
15793                 (submitted by Fabio Junior Beneditto)
15794
15795 2001-07-28 [paul]
15796
15797         * src/procmime.c
15798         * AUTHORS
15799                 patch to correct bad image mime headers
15800                 (submitted by Don Quijote <dq@searchlores.org>)
15801
15802 2001-07-28 [paul]
15803
15804         * tools/gif2xface.pl   **NEW FILE**
15805         * tools/README
15806                 script to convert file.gif to file.xface for
15807                 use in a custom header.
15808                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15809
15810 2001-07-27 [alfons]
15811         
15812         * configure.in
15813                 change macros for detecting JPilot and LDAP
15814
15815 2001-07-27 [christoph]
15816
15817         * src/filtering.c
15818                 code cleanup (MIN / MAX warning, needed casting)
15819
15820 2001-07-27 [alfons]
15821
15822         * procheader.c
15823                 disallow setting flags when detecting certain headers
15824                 (X-Status, Status, Seen, X-Seen). 
15825         
15826         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15827
15828 2001-07-27 [christoph]
15829
15830         * src/prefs_filter.c
15831         * src/prefs_filtering.c
15832         * src/prefs_matcher.c
15833         * src/prefs_scoring.c
15834                 scroll list when moving rows up or down
15835
15836         * src/imap.c
15837         * src/imap.h
15838         * src/prefs_account.c
15839         * src/prefs_account.h
15840         * src/send.c
15841                 SMTP over SSL (untested, feedback requested)
15842                 IMAP over SSL
15843
15844         * src/ssl.c
15845                 code cleanup
15846
15847 2001-07-26 [alfons]
15848         
15849         * configure.in, acconfig.h
15850                 define CLAWS (need this for main / claws detection)
15851
15852 2001-07-25 [alfons]
15853
15854         * configure.in
15855                 Sylpheed 0.5.1claws2
15856                 
15857         * sync with Sylpheed 0.5.1cvs4
15858
15859 2001-07-25 [christoph]
15860
15861         * src/scoring.c
15862                 fixed segfault
15863                 item->prefs == NULL (don't know why)
15864
15865 2001-07-25 [alfons]
15866
15867         * configure.in
15868                 Sylpheed 0.5.1claws1
15869
15870         * sync with Sylpheed 0.5.1cvs1-3
15871
15872 2001-07-24 [christoph]
15873
15874         * src/folderview.c
15875         * src/prefs_folder_item.[ch]
15876                 added folderitem preferences dialog with
15877                 default To: and auto request return receipt
15878
15879         * src/compose.[ch]
15880         * src/menu.[ch]
15881                 changes to handle new folderitem preferences
15882
15883         * src/mainwindow.c
15884         * src/summaryview.c
15885                 call compose new mail with current folderitem
15886
15887 2001-07-24 [alfons]
15888
15889         Release Sylpheed 0.5.1claws
15890
15891         * configure.in
15892                 change to release version 0.5.1claws
15893
15894 2001-07-24 [christoph]
15895
15896         * src/summaryview.c
15897                 fixed segfault that happend when the selected
15898                 message was removed while retrieving new messages.
15899
15900         * po/es.po
15901                 updated translation
15902                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15903
15904 2001-07-22 [alfons]
15905
15906         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15907         this is a work in progress, for more information: http://nlpagan.net/sylman 
15908         
15909         * configure.in, src/mainwindow.c, manual/Makefile.am
15910                 add support for English manual
15911
15912         * AUTHORS
15913                 add authors of user manuals
15914
15915         * manual/en/sylpheed*.html
15916                 add English documentation
15917
15918 2001-07-22 [christoph]
15919
15920         * po/POTFILES.in
15921                 added src/ssl.c
15922         * src/ssl.c
15923                 changed a wrong debug message
15924
15925 2001-07-22 [alfons]
15926
15927         * po/nl.po
15928                 update Dutch translation
15929
15930         * src/prefs_filtering.c, 
15931           src/prefs_matcher.c
15932                 add more translatable strings           
15933
15934 2001-07-21 [alfons]
15935
15936         0.5.0claws7
15937
15938         * configure.in
15939                 change version
15940
15941         * src/inc.c, src/summaryview.[ch]
15942                 prevent update of mark file when filtering has done, by
15943                 using a variable; this affects two functions:
15944                         inc.c::inc_finished()
15945                         summaryview.c::summary_show()
15946
15947 2001-07-20 [alfons]
15948
15949         * src/filtering.[ch], src/prefs_filtering.c, 
15950           src/matcher.[ch]
15951                 add filtering action for label coloring 
15952
15953         * po/POTFILES.in
15954                 add labelcolors.c
15955
15956         * added src/labelcolors.c
15957         * added src/labelcolors.h
15958         * src/Makefile.am, src/summaryview.c
15959                 rearrange label coloring code
15960
15961         * src/procmsg.h
15962                 add more parentheses so label colouring works correctly
15963
15964         * src/filtering.c
15965                 don't really delete message, but move it to Trash
15966
15967         * src/prefs_matcher.c
15968                 add quote options to info dialog
15969
15970 2001-07-20 [christoph]
15971
15972         * src/Makefile.am
15973         * src/inc.c
15974         * src/main.[ch]
15975         * src/socket.h
15976         * src/ssl.[ch] (new)
15977                 moved ssl stuff to a seperate file
15978
15979 2001-07-20 [darko]
15980
15981         * src/summaryview.c
15982                 fix show sender using address book with no e-mail
15983                 address in From: field
15984
15985 2001-07-19 [alfons]
15986
15987         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15988                 fix messy handling of escaping... now at least the
15989                 execute command is useful. escape char is '\', we
15990                 accept \n and \r too. 
15991
15992                 Real life example:
15993                 
15994                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15995                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15996
15997 2001-07-18 [alfons]
15998
15999         0.5.0claws6
16000
16001         * src/summaryview.c
16002                 clean up
16003
16004         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16005           src/procmsg.[ch]
16006                 revise filtering; currently move, copy, marking have
16007                 been tested. if you like bleeding edge stuff, you
16008                 should definitely go for this version :)
16009
16010         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16011
16012 2001-07-17 [christoph]
16013
16014         * src/utils.c
16015                 timestamp log
16016
16017 2001-07-17 [alfons]
16018
16019         0.5.0claws5
16020
16021         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16022           bits in the mark file, without affecting either branch. Lots of
16023           files changed, also in claws branch.
16024
16025           UNTESTED: use of mbox folders
16026
16027         * src/summaryview.c
16028                 added mark all read; however this was a quick hack used for
16029                 cleaning up mess after initial merge with Hiroyuki
16030
16031         * configure.in
16032                 change claws version number back to 0.5.0claws5 to clear up 
16033                 confusion & pretension (recent release was technically 
16034                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16035
16036 2001-07-16 [alfons]
16037
16038         sync with Hiroyuki's 0.5.0cvs4
16039
16040 2001-07-16 [alfons]
16041
16042         0.5.1claws3
16043
16044         * src/filtering.[ch]
16045                 remove invalid updating of mark files for 
16046                 filter actions MATCHING_ACTION_MOVE and 
16047                 MATCHING_ACTION_DELETE; this should fix the
16048                 folder update bug
16049                 
16050         * src/procmsg.c
16051                 revert Christoph's stab at fixing the folder 
16052                 update bug
16053
16054         * po/POTFILES.in
16055                 add missing files with translatable strings
16056
16057         * src/summaryview.c
16058                 remove debug print
16059
16060 2001-07-15 [alfons]
16061
16062         * src/addr_compl.[ch], src/prefs_filtering.c
16063                 make "filtering pref dialog's destination entry" an
16064                 "address completable entry", if filter destination is 
16065                 an email address
16066
16067         0.5.1claws2
16068         
16069         sync with Hiroyuki's 0.5.0cvs2-3
16070
16071 2001-07-15 [christoph]
16072
16073         * src/procmsg.c
16074                 fixed folder stats update after incorporation
16075
16076 2001-07-15 [alfons]
16077
16078         * src/summaryview.c
16079                 * finish label colouring stuff (for now)
16080                 * fix incorrect colour bug (off by one) 
16081
16082 2001-07-14 [alfons]
16083
16084         * src/mainwindow.c
16085                 change text labels for news and mail message so there's
16086                 plenty of toolbar estate left
16087
16088         * configure.in
16089                 0.5.1claws1
16090
16091         * src/folderview.c
16092           src/folder.[ch]
16093                 sync with Hiroyuki's 0.5.0cvs1
16094
16095         * src/summaryview.c
16096                 more rewrite label colouring
16097
16098 2001-07-14 [alfons]
16099
16100         * src/summaryview.[ch]
16101                 * start rewrite label colouring 
16102                 * fix proper location "Add Sender To Addressbook" menu item
16103
16104 2001-07-13
16105
16106         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16107         (actually this is 0.5.0claws4)
16108
16109 2001-07-13 [alfons]
16110
16111         * po/pt_BR.po
16112                 * fix duplicate message
16113                 * add updated Portugese / Brazilian translation
16114                   submitted by Fabio Junior Beneditto
16115
16116 2001-07-12 [alfons]
16117
16118         * AUTHORS
16119                 add Jens
16120
16121         * po/nl.po
16122                 add updated Dutch translation
16123
16124         * po/de.po
16125                 add updated German translation submitted by Jens
16126
16127 2001-07-11 [alfons]
16128
16129         Prerelease before 0.5.0claws. Please test.
16130         This version is temporarily tagged as VERSION_0_5_0_TEST
16131
16132         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16133           src/prefs_scoring.c, src/prefs_matcher.c, 
16134           src/prefs_filtering.c, src/mbox.c, 
16135           src/main.c, src/inc.c, src/filtering.[ch]
16136                 revert new Hoa's new matcher (does not work yet)
16137
16138         * src/Makefile.am
16139                 clean up
16140
16141 2001-07-10
16142
16143         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16144
16145
16146 2001-07-10 [alfons]
16147
16148         * Makefile.am
16149                 add ChangeLog.claws to EXTRA_DIST
16150         * src/Makefile.am
16151                 add matcher_parser_parse.h to EXTRA_DIST
16152
16153 2001-07-10 [christoph]
16154
16155         * src/inc.c
16156                 add destination folder to table of
16157                 folders that need to be updated after
16158                 incorporation
16159
16160 2001-07-10 [alfons]
16161
16162         * folder.[ch]
16163           folderview.c
16164                 make collapse state of folders and folder items persistent, i.e.
16165                 if you collapse a folder tree, the next time sylpheed-claws starts 
16166                 up the folder tree remains collapsed.  
16167                 
16168 2001-07-10 [christoph]
16169
16170         * acconfig.h
16171         * configure.in
16172                 added --enable-ssl
16173         * src/md5.[ch]
16174                 renamed MD5_CTX to MD5_CTX_syl
16175                 conflicts with a struct in openssl
16176         * src/inc.c
16177         * src/main.[ch]
16178         * src/prefs_account.[ch]
16179         * src/socket.[ch]
16180                 SSL support for POP
16181         * src/mainwindow.c
16182                 fixed compose with current account
16183                 broken by new compose button stuff
16184
16185 2001-07-09 [hoa]
16186
16187         * AUTHORS
16188                 changed my email address
16189
16190         * src/matcher_parser_parse.y
16191                 clean the parser to remove conflicts
16192
16193 2001-07-09 [alfons]
16194
16195         * AUTHORS
16196                 add Match Grun
16197
16198         * configure.in
16199                 fix incorrect description of --enable-ldap parameter
16200
16201         * src/prefs_common.[ch]
16202           src/compose.c
16203                 add experimental option "smart wrapping" which makes the
16204                 compose editor auto wrap.
16205                 
16206                 | TODO: the problem with the buggy cursor handling is caused |
16207                 | by the GtkText. when deleting / backspacing text its       |
16208                 | wrapping algorithm does not take in account the previous   |
16209                 | line. should find a way to hack this in.                   |
16210                 | or should perhaps combine this with the word wrapping      |
16211                 | patch i wrote in january.                                  |
16212
16213         * src/about.c
16214                 show build parameters for LDAP and JPilot
16215
16216         * src/summaryview.c
16217                 revert Christoph's bugfix for selecting next unread message, 
16218                 because folder stats aren't updated correctly
16219
16220 2001-07-08 [hoa]
16221
16222         * src/filtering.c
16223         * src/mainwindow.c
16224         * src/matcher.c
16225         * src/matcher_parser_lex.l
16226         * src/matcher_parser_parse.y
16227         * src/prefs_filtering.c
16228         * src/prefs_scoring.c
16229         * src/scoring.c
16230                 bugfix of the config file parser
16231
16232 2001-07-08 [alfons]
16233
16234         * src/Makefile.am
16235                 added generated matcher sources to BUILT_SOURCES
16236
16237 2001-07-08 [hoa]
16238
16239         * src/Makefile.am
16240         * src/.cvsignore
16241                 added new config file parser
16242
16243         * src/scoring.[ch]
16244         * src/filtering.[ch]
16245         * src/matcher.[ch]
16246         * src/prefs_filtering.c
16247         * src/prefs_matcher.c
16248         * src/prefs_scoring.c
16249         * added src/matcher_parser.h
16250         * added src/matcher_parser_lex.h
16251         * added src/matcher_parser_lex.l
16252         * added src/matcher_parser_parse.y
16253                 lex & yacc config file parser
16254
16255         * src/mbox.c
16256         * src/inc.c
16257         * src/main.c
16258                 changes prefs_filtering into global_filtering           
16259
16260         * src/summaryview.c
16261                 build threads with subjects only if "Re: " is at the
16262                 beginning of the subject
16263
16264 2001-07-07 [paul]
16265
16266         0.5.0claws
16267
16268         sync with sylpheed 0.5.0
16269                 change of version number only
16270
16271 2001-07-06 [paul]
16272
16273         0.5.0claws5
16274
16275         sync with sylpheed 0.5.0pre5
16276
16277 2001-07-05 [paul]
16278
16279         sync with sylpheed 0.5.0pre4 release
16280                 /po and /manual/ja not sync'ed
16281
16282 2001-07-04 [paul]
16283
16284         more sync with sylpheed 0.5.0pre4
16285
16286 2001-07-03 [christoph]
16287
16288         * src/addressbook.c
16289                 fixed address book broken by address book
16290                 for VCard, JPilot, LDAP
16291
16292 2001-07-03 [alfons]
16293
16294         * src/matcher.c
16295         * src/textview.c
16296                 stopped memory leaks
16297
16298 2001-07-03 [paul]
16299
16300         more sync with sylpheed 0.5.0pre4
16301
16302 2001-07-02 [match]
16303
16304         * included address book patch for VCard, JPilot, LDAP
16305         * pref_common.c - fixed Font options on Display tab (cosmetic)
16306         * alertpanel.c - fixed truncated message
16307
16308 2001-07-02 [christoph]
16309
16310         * src/mbox_folder.c
16311         * src/procmsg.[ch]
16312         * src/summaryview.c
16313                 mark threads for ignoring
16314
16315 2001-07-02 [paul]
16316
16317         0.5.0claws4
16318
16319         * sync with sylpheed 0.5.0pre4
16320                 updated gettext to 0.10.38.
16321
16322 2001-07-01 [paul]
16323
16324         * src/ mainwindow.c
16325         * src/procmsg.h
16326         * src/summaryview.[ch]
16327                 new right-click option: Label.
16328                 substitute for 'Mark-->Mark/Unmark', colours the line.
16329                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16330
16331 2001-07-01 [christoph]
16332
16333         * src/folderview.c
16334                 fixed font for trash
16335         * src/summaryview.c
16336                 move ctree to unread message
16337
16338 2001-07-01 [paul]
16339
16340         * sync with sylpheed 0.5.0pre3 release
16341
16342 2001-06-30 [alfons]
16343
16344         * src/filesel.[ch]
16345         * src/compose.c
16346                 allow inserting / attaching multiple files in
16347                 the composer window
16348
16349 2001-06-30 [paul]
16350
16351         * src/codeconv.c
16352                 small change to Alfons' previous stuff so that it
16353                 actually makes
16354
16355 2001-06-30 [alfons]
16356
16357         * lots of files changed; first attempt to merge the changes
16358           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16359
16360 2001-06-30 [paul]
16361
16362         * po/pt_BR.po
16363                 updated and completed, translations by Fabio
16364                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16365
16366 2001-06-29 [alfons]
16367
16368         * src/compose.c
16369         * src/mimeproc.[ch]
16370                 allow selecting an attached files' mime type from a 
16371                 list of types.
16372
16373 2001-06-29 [paul]
16374
16375         * more sync with sylpheed 0.5.0pre3
16376
16377 2001-06-29 [paul]
16378
16379         * po/pt_BR.po
16380                 merge with sylpheed.pot and pt_BR.po provided by
16381                 Fabio Junior Beneditto.
16382
16383 2001-06-29 [darko]
16384
16385         * src/procmime.c
16386                 make MIME types case insensitive
16387
16388 2001-06-28 [alfons]
16389
16390         * po/nl.po
16391                 merge with sylpheed.pot and old nl.po; translations added.
16392
16393 2001-06-28 [paul]
16394
16395         * more sync with sylpheed 0.5.0pre3
16396
16397 2001-06-27 [alfons]
16398
16399         * src/summaryview.c
16400                 don't crash when removing parent node of messages
16401                 attracted by subject. this was caused by not deleting
16402                 the parent node from the subject line hash table.
16403
16404 2001-06-27 [alfons]
16405
16406         * src/summaryview.c
16407         * src/compose.[ch]
16408         * src/mainwindow.c
16409                 if there are multiple messages selected, allow forwarding
16410                 them as attachments.
16411
16412 2001-06-27 [paul]
16413
16414         * more sync with sylpheed 0.5.0pre3
16415
16416 2001-06-26 [paul]
16417
16418         0.5.0claws3
16419
16420         * sync with sylpheed 0.5.0pre3
16421
16422 2001-06-25 [paul]
16423
16424         * src/mainwindow.c
16425                 fixed 'compose news article' bug
16426                 from icon-and-text toolbar
16427
16428 2001-06-25 [paul]
16429
16430         * sync with sylpheed 0.5.0pre2 release
16431
16432 2001-06-24 [christoph]
16433
16434         * src/prefs_common.c
16435                 bug fix in font selection
16436         * src/folderview.c
16437                 use sylpheed's normal font instead of
16438                 gtk default font for folders without
16439                 new messages
16440
16441 2001-06-24 [alfons]
16442
16443         * src/mainwindow.[ch]
16444                 added composite compose mail / news button (an idea by Leandro
16445                 Pereira <leandro@linuxmag.com.br>)
16446
16447 2001-06-24 [paul]
16448
16449         Added instructions for ldif-to-xml.py
16450
16451         * tools/README
16452
16453 2001-06-23 [alfons]
16454
16455         Some minor things.
16456
16457         * src/pixmaps/stock_news_compose.xpm
16458                 added pixmap by Leandro
16459         * src/prefs_common.c
16460                 tested built-in spelling checker of GCC 3.0 :)
16461         * po/nl.po
16462                 merged dutch translation of sylpheed-main with
16463                 sylpheed.pot
16464
16465 2001-06-23 [paul]
16466
16467         Added tools directory and files.
16468
16469         * tools/filter_conv.pl
16470                 converts old filter system to new filtering system
16471         * tools/ldif-to-xml.py
16472                 converts netscape addressbook to sylpheed addressbook
16473         * tools/README
16474                 descriptions/instructions for above two files
16475
16476 2001-06-23 [christoph]
16477
16478         * src/inc.c
16479         * src/manage_window.[ch]
16480         * src/prefs_common.[ch]
16481                 mail retrieval dialog can be enabled, disabled
16482                 or hidden if non of sylpheed's windows is active
16483
16484 2001-06-22 [paul]
16485
16486         0.5.0claws2
16487
16488         * sync with sylpheed 0.5.0pre2
16489
16490 2001-06-21 [christoph]
16491
16492         * src/summaryview.c
16493                 show recipient on 'from' for all accounts
16494                 
16495         * src/inc.c
16496         * src/prefs_common.[ch]
16497                 disable error popup on mail receive errors
16498
16499 2001-06-21 [alfons]
16500
16501         * src/compose.c
16502                 made the ruler correctly appear and disappear.
16503
16504         * src/Makefile.am
16505                 removed Hoa's work-in-progress-stuff (interesting!) so 
16506                 claws compiles ok.
16507
16508 2001-06-20 [christoph]
16509
16510         * src/inc.c
16511         * src/progressdialog.c
16512                 added scrolled window for list in progressdialog
16513
16514 2001-06-20 [paul]
16515
16516         sync with sylpheed 0.5.0pre1 release
16517
16518 2001-06-20 [christoph]
16519
16520         * src/summeryview.c
16521                 make building threads by subject work when
16522                 thread view is enabled
16523                 
16524         * src/compose.c
16525         * src/prefs_common.[ch]
16526                 automatically select account for mail replys
16527
16528 2001-06-19 [sergey]
16529
16530         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16531         they are filled in from the account settings.
16532
16533 2001-06-19 [paul]
16534
16535         * more sync with sylpheed 0.5.0pre1
16536
16537 2001-06-18 [alfons]
16538
16539         * src/Makefile.am,
16540           src/procmime.c
16541                 added --sysconfdir to CPPFLAGS for pointing to the correct
16542                 location of mime.types. 
16543
16544                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16545                 or ./configure!
16546
16547 2001-06-18 [hoa]
16548
16549         * src/summaryview.c
16550                 fixed some bug when building threads
16551
16552 2001-06-18 [pau]l
16553
16554         * src/prefs_account.c
16555                 UI stuff: More changes to the English
16556
16557 2001-06-18 [paul]
16558
16559         * src/pixmaps/stock_news_compose.xpm: new file
16560         * src/Makefile.am
16561         * src/mainwindow.c
16562         * src/summaryview.c
16563                 Added new icon for Hoa's 'compose a news
16564                 message', plus minor improvements to the
16565                 English
16566
16567         * po/ja.po
16568         * ChangeLog
16569         * ChangeLog.jp
16570                 more sync with sylpheed 0.5.0pre1
16571
16572 2001-06-18 [hoa]
16573
16574         * src/compose.[ch]
16575         * src/mainwindow.c
16576                 Follow-up and reply to
16577
16578         * src/summaryview.[ch]
16579                 Build threads also with subjects
16580
16581 2001-06-17 [hoa]
16582
16583         * src/compose.c
16584                 forwarding use the current account.
16585
16586         * src/mainwindow.c
16587                 the "compose message" button has been replaced with
16588                 "new mail" and "new news" buttons
16589
16590         * src/prefs_common.[ch]
16591                 added a configuration option to use the forward button
16592                 as "forward as attachment"
16593                 changed reply and forward format description
16594
16595         * src/quote_fmt_lex.l
16596         * src/quote_fmt_parse.y
16597                 added message with no signature in format for reply
16598                 and forward.
16599
16600 2001-06-17 [paul]
16601
16602         Minor UI stuff
16603
16604         * src/mainwindow.c
16605         * src/summaryview.c
16606                 Improvements to the English
16607
16608         * src/prefs_common.c
16609                 Improvements to the English and some
16610                 clarity/continuity improvements in the
16611                 description of Quote symbols.
16612
16613 2001-06-17 [paul]
16614
16615         0.5.0claws1
16616
16617         * sync with sylpheed 0.5.0pre1
16618
16619 2001-06-17 [hoa]
16620
16621         * src/compose.c
16622                 Better interface for compose, displayed fields
16623                 are updated whenever we change account.
16624                 Newsgroups field is automatically filled.
16625
16626         * src/mainwindow.c
16627                 Newsgroups field is automatically filled.
16628
16629         * src/prefs_account.c
16630                 Some interface stuff when fields appear and
16631                 disappear.
16632
16633 2001-06-16 [paul]
16634
16635         0.4.99claws
16636
16637         * sync with sylpheed 0.4.99
16638
16639 2001-06-16 [sergey]
16640
16641         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16642         base64_decoder_free, base64_decoder_decode): new object and
16643         functions for decoding base64 streams.
16644         * src/procmime.c (procmime_decode_content): modified to use the
16645         new base64 decoder.
16646
16647 2001-06-15 [paul]
16648
16649         0.4.99claws10
16650
16651         * sync with sylpheed 0.4.99cvs11
16652
16653 2001-06-13 [paul]
16654
16655         0.4.99claws9
16656
16657         * sync with sylpheed 0.4.99cvs9
16658
16659 2001-06-13 [hoa]
16660
16661         * src/compose.c
16662         * src/prefs_account.c
16663
16664                 SMTP server can be defined in the news account
16665                 mime type of attachment are kept.
16666
16667         * src/summaryview.c
16668
16669                 now choose the highest important score between default
16670                 and important score of folder.
16671
16672 2001-06-09 [alfons]
16673         
16674         * src/prefs_common.c: 
16675
16676                 (prefs_quote_description_create): corrected description of 
16677                 quote format characters
16678
16679 2001-06-09 [paul]
16680
16681         0.4.99claws8
16682
16683         * sync with sylpheed 0.4.99cvs8
16684
16685 2001-06-08 [sergey]
16686
16687         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16688         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16689
16690 2001-06-08 [paul]
16691
16692         0.4.99claws7
16693
16694         * sync with sylpheed 0.4.99cvs7
16695
16696 2001-06-06 [sergey]
16697
16698         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16699         clashes with autogenerated header).
16700         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16701         * src/Makefile.am: added quote_fmt.h.
16702         * src/.cvsignore: added lex/yacc autogenerated files
16703         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16704
16705 2001-06-06 [paul]
16706
16707         0.4.99claws6
16708
16709         * sync with sylpheed 0.4.99cvs6
16710
16711 2001-06-06 [hoa]
16712
16713         * added src/quote_fmt_parse.h
16714         * src/compose.c
16715                 removed warnings
16716
16717         * src/prefs.[ch]
16718                 don't modify readonly configuration files
16719
16720         * src/prefs_account.c
16721         * src/prefs_common.c
16722         * src/prefs_customheader.c
16723         * src/prefs_display_header.c
16724         * src/prefs_filter.c
16725         * src/prefs_filtering.c
16726         * src/prefs_scoring.c
16727                 don't open dialog box when configuration files
16728                 are readonly
16729
16730 2001-06-05 [sergey]
16731
16732         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16733
16734         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16735         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16736         BUILT_SOURCES to make all files rebuild properly.
16737
16738         * src/compose.c: removed #include "quote_fmt.tab.h".
16739
16740         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16741         CHARACTER value in yylval.
16742
16743         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16744         receive CHARACTER value by documented means (yylval).
16745
16746         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16747
16748 2001-06-05 [hoa]
16749
16750         * src/Makefile.am
16751                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16752
16753         * src/filtering.c
16754         * src/matcher.c
16755         * src/matcher.h
16756         * src/prefs_filtering.c
16757                 now keep the configuration for execute action
16758
16759         * src/mbox_folder.c
16760                 fixed a warning
16761
16762 2001-06-05 [paul]
16763
16764         * sync with sylpheed 0.4.99cvs5
16765
16766 2001-06-05 [hoa]
16767
16768         * src/Makefile.am
16769                 added quote_fmt.[ch]
16770
16771         * added src/quote_fmt.y
16772         * added src/quote_fmt.l
16773         * added src/quote_fmt.tab.h
16774         * added src/quote_fmt.tab.c
16775         * added src/lex.quote_fmt.c
16776                 parsing configuration for replying
16777                 and forwarding
16778
16779         * src/prefs_common.[ch]
16780                 added configuration UI for replying
16781                 and forwarding
16782
16783         * src/compose.c
16784                 using configuration for replying
16785                 and forwarding
16786
16787 2001-06-04 [hoa]
16788
16789         * src/filtering.c
16790         * src/matcher.c
16791         * src/matcher.h
16792         * src/prefs_filtering.c
16793         * src/prefs_matcher.c
16794         * src/prefs_matcher.h
16795                 action "run a command" for filtering
16796                 and matching with a command.
16797                 fixed the "whole message" matching
16798
16799         * src/mbox_folder.c
16800                 changed temporary filename for security
16801
16802         * src/messageview.c
16803                 queue the notification if it fails to send.
16804
16805         * src/prefs_common.c
16806         * src/prefs_folder_item.c
16807                 changed the default important score             
16808
16809         * src/prefs_scoring.c
16810         * src/scoring.c
16811                 hide kill score input when the folder is not
16812                 a newsgroup
16813
16814 2001-06-03 [alfons]
16815
16816         * src/prefs_common.c:
16817
16818                 (prefs_font_select): pass font name in font entry box to font
16819                 selection dialog.
16820
16821 2001-06-03 [sergey]
16822
16823         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16824
16825 2001-06-03 [paul]
16826
16827         * sync with sylpheed 0.4.99cvs4
16828
16829 2001-06-03 [alfons]
16830
16831         * src/headerwindow.c:
16832
16833                 (headerwindow_show_cb): use the selected summary view item, not
16834                 the displayed item.
16835
16836 2001-06-02 [alfons]
16837
16838         * src/headerwindow.c:
16839
16840                 (headerwindow_show_cb): always try to show msginfo
16841
16842 2001-06-02 [hoa]
16843
16844         * src/compose.c
16845                 keep attached parts when reediting or forwarding.
16846
16847 2001-06-01 [hoa]
16848
16849         * src/folderview.c
16850         * src/prefs_folder_item.[ch]
16851         * src/prefs_scoring.[ch]
16852         * src/scoring.[ch]
16853         * src/summaryview.[ch]
16854         * src/main.c
16855         * src/mainwindow.c
16856         * src/prefs_common.[ch]
16857                 support for folder scoring
16858                 kill score and important score for messages
16859         
16860         * src/prefs_account.c
16861                 some display bug fixed for local account
16862                 preferences
16863
16864 2001-05-31 [alfons]
16865
16866         * src/summaryview.c:
16867
16868                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16869                 sender to address book menu item is disabled.
16870
16871 2001-05-30 [hoa]
16872
16873         * src/filtering.[ch]
16874         * src/summaryview.c
16875                 handling summary menu / filter messages
16876
16877         * src/folder.[ch]
16878                 add some stuff
16879
16880         * src/foldersel.c
16881                 imap folders now appears in list
16882
16883         * src/mbox_folder.c
16884                 doesn't crash if destination mail is not writeable
16885
16886 2001-05-29 [hoa]
16887
16888         * src/compose.c
16889                 removed some warnings
16890
16891         * src/filtering.c
16892         * src/folder.[ch]
16893         * src/prefs_filtering.c
16894                 global string to identify any folders           
16895                 removed some debug info
16896                 filtering to mbox folders is now possible
16897
16898         * src/mainwindow.c
16899                 removed some warnings
16900
16901         * src/mbox_folder.c
16902                 permission on files are changed to read/write for user only,
16903                 nothing for other.
16904                 creation of subfolder is handled better.
16905
16906 2001-05-28 [alfons]
16907
16908         Verified the sync for src/prefs_common.[ch] and
16909         src/prefs_account.[ch]. I believe there were some
16910         minor indentation differences.
16911
16912 2001-05-28 [paul]
16913
16914         0.4.99claws3
16915
16916         * sync with 0.4.99cvs3
16917
16918 2001-05-28 [hoa]
16919
16920         * src/compose.c
16921                 handling flags for mbox format
16922
16923         * src/filtering.c
16924                 use of mark file only for MH format
16925                 handling flags for mbox format
16926                 filtering cannot yet move or copy mails to mbox folders.
16927
16928         * src/folder.[ch]
16929                 changed move_msg, copy_msg,
16930                 move_msgs_with_dest, copy_msgs_with_dest functions
16931                 uses only folder->copy_msg() function
16932                 uses folder->finished_copy() to handle the destination
16933                 folder at the end of the copy or move operation.
16934
16935         * src/foldersel.c
16936                 included mbox directories.
16937
16938         * src/folderview.[ch]
16939         * src/mainwindow.c
16940                 handle folders operation for mbox format
16941
16942         * src/mbox.c
16943                 disable conversion of "From " header
16944
16945         * src/mbox_folder.[ch]
16946                 completion of mbox format handling
16947
16948         * src/mh.c
16949                 changed mh_copy_msg() function and
16950                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16951                 mh_copy_msgs_with_dest()
16952
16953         * src/prefs_filtering.c
16954                 removed some warnings
16955
16956         * src/prefs_matcher.c
16957                 default boolean operation is AND
16958
16959         * src/procheader.c
16960                 handling flags for mbox format
16961                 handling of "From " header
16962
16963         * src/procmsg.[ch]
16964                 removed data field
16965                 added MSG_REALLY_DELETED flags to handle deletion of
16966                 messages in mbox format.
16967
16968         * src/summaryview.c
16969                 handling flags for mbox format
16970                 disable the MSG_DELETED flags when messages
16971                 are deleted in mbox format
16972
16973         * src/textview.c
16974                 "From " headers display fixed.
16975
16976 2001-05-27 [alfons]
16977
16978         * src/textview.c:
16979                 
16980                 (get_email_part): skip quoted email addresses, like in e.g.
16981                 "'alfons@proteus.demon.nl'".
16982
16983 2001-05-26 [alfons]
16984
16985         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16986         and fixing the persistence troubles when using separate windows.
16987
16988         * src/mainwindow.c:
16989         
16990             Added #define SEPARATE_ACTION used in the gtk item factory for 
16991             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16992                 use gtk_item_factory_get_widget_by_action() to get the items.
16993                 
16994             Removed separate_widget_cb from the gtk item factory data   
16995           
16996             (mainwindow_create): connect separate_widget_cb() to check
16997             menu item "toggled" signal. also passing a MainWindow pointer
16998                 as object data for both check menu items.
16999                 
17000             (separate_widget_cb): definition of separate_widget_cb() to match
17001             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17002                 window using gtk_object_get_data(). The type of window separation 
17003                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17004         
17005         * src/prefs_filtering.c,
17006           src/prefs_matcher.c: added horizontal scrollbars
17007
17008 2001-05-25 [darko]
17009
17010         * src/headerview.c
17011                 fix segfault with invalid bold font
17012         * src/summaryview.c
17013                 correctly display summary stats after row is marked
17014
17015 2001-05-23 [sergey]
17016
17017         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17018         encodings with libjconv.
17019
17020 2001-05-23 [hoa]
17021
17022         * src/Makefile.am
17023                 added mbox_folder.[ch]
17024         * src/defs.h
17025                 mbox temporary folder
17026         * src/folder.[ch]
17027         * added src/mbox_folder.[ch]
17028         * src/folderview.c
17029         * src/procheader.[ch]
17030                 added mbox support
17031         * src/mbox.c
17032                 bugfix for file incorporation filtering
17033         * src/imap.c
17034                 enable creation of MBOX
17035         * src/prefs_display_header.c
17036                 enable use of headers like "From "
17037                 something that should be fixed :
17038                         displaying of such headers add an extra space
17039         * src/prefs_folder_item.c
17040                 don't create folders because it is not necessary
17041         * src/procmsg.h
17042                 added data field to MsgInfo for mbox internal use
17043         * src/summaryview.c
17044                 added some support for mbox
17045         * src/utils.[ch]
17046                 added get_mbox_cache_dir() function
17047
17048 2001-05-23 [hiroyuki]
17049
17050         * src/headerwindow.c
17051           src/inc.c
17052           src/main.c
17053           src/mh.c
17054           src/nntp.c
17055           src/procmsg.h
17056           src/session.h
17057           src/socket.[ch]
17058           src/summaryview.c
17059           src/textview.c
17060           src/automaton.c
17061           src/folderview.c: more sync with 0.4.99cvs2.
17062
17063         * src/headerwindow.c: reverted.
17064
17065 2001-05-22 [paul]
17066
17067         0.4.99claws2
17068
17069         * sync with sylpheed 0.4.99cvs2
17070                 * src/news.[ch]
17071                 * src/nntp.[ch]
17072                 * INSTALL
17073                 * INSTALL.jp
17074
17075 2001-05-22 [alfons]
17076
17077         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17078
17079 2001-05-21 [alfons]
17080
17081         Minor things:
17082
17083         * configure.in: if gnome-config not found, "no" is displayed
17084         
17085         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17086
17087         * src/textview.c: now also possible to add mail addresses by right
17088           clicking in the text view
17089
17090         * src/codeconv.c: merged patch which fixes endless loop when encountering
17091           invalid wide characters; from Alte <010@imis.ru>  
17092
17093 2001-05-20 [alfons]
17094
17095         Added installation of gnome specific things:
17096
17097         * Makefile.am: gnome conditional
17098
17099         * configure.in: check for installed gnome
17100
17101         * added sylpheed.png, sylpheed.desktop
17102
17103 2001-05-20 [sergey]
17104
17105         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17106
17107         * src/mainwindow.h (main_window_toolbar_create): created a button
17108         for "Reply to all".
17109         (main_window_set_toolbar_sensitive): enable/disable the new button
17110         appropriately.
17111         (toolbar_reply_to_author_cb): handle the new button.
17112
17113         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17114         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17115         failure).
17116
17117 2001-05-19 [sergey]
17118
17119         * src/compose.h (ComposeReplyMode): new modes
17120         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17121         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17122
17123         * src/compose.c
17124         (compose_send): move some code into a new function:
17125         (compose_current_mail_account): new function.
17126         (compose_reply): new argument to_author, all callers changed; if
17127         to_author==TRUE and account->protocol==A_NNTP, find and use an
17128         appropriate mail account for replying.
17129         (compose_reply_set_entry): new argument to_author; ignore
17130         compose->replyto if to_author==TRUE.
17131
17132         * src/mainwindow.c: new command "Message/Reply to author".
17133         (main_window_set_menu_sensitive): enable/disable it.
17134         (reply_cb): handle it.
17135
17136         * src/summaryview.c: new command "Reply to author".
17137         (summary_set_menu_sensitive): enable/disable it.
17138         (summary_reply_cb): handle it.
17139
17140         * src/account.c (account_find_mail_from_address): new function.
17141
17142 2001-05-18 [paul]
17143
17144         0.4.99claws1
17145
17146         * sync with sylpheed 0.4.99cvs1
17147
17148 2001-05-18 [hoa]
17149
17150         * src/compose.[ch]
17151         * src/filtering.c
17152         * src/summaryview.c
17153                 new filtering action : forward and forward as attachment
17154
17155         * src/main.c
17156                 no need for $DISPLAY when we run sylpheed --help
17157                 call to parse_cmd_opt() is moved
17158
17159         * src/mainwindow.[ch]
17160                 execute button is hidden when immediate execute
17161                 is chosen
17162
17163         * src/mh.c
17164         * src/news.c
17165         * src/prefs_folder_item.c
17166         * src/procmsg.c
17167                 better handling of missing directories
17168
17169         * src/summaryview.c
17170                 reedit is enabled in outbox
17171                 reedit is enabled in queue
17172
17173 2001-05-17 [hoa]
17174
17175         * src/filtering.c
17176         * src/matcher.[ch]
17177         * src/prefs_filtering.c
17178                 changed attachement into attachment
17179
17180 2001-05-17 [alfons]
17181
17182         0.4.67claws4    
17183
17184         * sync with sylpheed 0.4.67cvs9
17185         * sync with sylpheed 0.4.67cvs7-8
17186
17187 2001-05-17 [hoa]
17188
17189         * src/Makefile.am
17190                 added prefs_filtering.c
17191
17192         * src/filtering.[ch]
17193         * src/matcher.[ch]
17194                 removed action : forward_news and forward_news_as_attachement
17195                 (forward and forward_as_attachement can be used instead)
17196
17197         * src/mainwindow.c
17198                 added menu option to access filtering configuration
17199
17200         * src/prefs_account.c
17201                 changed mail_command default to /usr/sbin/sendmail
17202
17203         * added src/prefs_filtering.[ch]
17204                 dialog box for filtering configuration
17205
17206         * src/prefs_matcher.c
17207                 added function prefs_matcher_get_criteria_from_matching()
17208
17209         * src/prefs_scoring.c
17210                 reset the dialog when register or substitute is clicked
17211
17212 2001-05-15 [hoa]
17213
17214         * src/Makefile.am
17215                 added filtering.[ch]
17216         * src/inc.c
17217                 using filering.[ch] instead of filter.[ch]
17218         * src/main.c
17219                 reading new filtering configuration
17220         * src/matcher.[ch]
17221                 added some filtering actions
17222                 and fixed a bug for headers and mail body matching
17223         * src/mbox.c
17224                 using filering.[ch] instead of filter.[ch]
17225         * src/mh.c
17226                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17227         * src/summaryview.c
17228                 some fixes for filtering
17229
17230 2001-05-14 [hiroyuki]
17231
17232         * src/send.c: fixed some weird indentations.
17233           send_message_with_command(): call pclose() only if p != NULL.
17234         * src/textview.c: get_email_part(): modified the code for readability.
17235
17236 2001-05-14 [hiroyuki]
17237
17238         * src/md5global.h
17239           src/md5ify.c
17240           src/md5ify.h: removed from the cvs.
17241
17242 2001-05-13 [sergey]
17243
17244         * src/main.c: include rfc2015.h to avoid compiler warnings.
17245         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17246         the panel is already on screen.
17247         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17248         closing the alert window by ESC as "No".
17249         * src/prefs_common.c (prefs_interface_create): moved return
17250         receipt check button to the correct place.
17251
17252 2001-03-13 [alfons]
17253
17254         * src/prefs_common.c: 
17255                 moved return receipt check button to the Send tab. (prefs_send_create)
17256                 removed the date format ui related globals. (prefs_display_create)
17257
17258         0.4.67claws3
17259         
17260         * sync with sylpheed 0.4.67cvs5-6
17261
17262 2001-05-13 [paul]
17263
17264         * added Alfons' font selection patch
17265
17266         * src/defs.h
17267         * src/headerwindow.c
17268         * src/prefs_common.c
17269         * src/prefs_common.h
17270
17271 2001-05-13 [hoa]
17272         * src/defs.h
17273                 changed version of cache
17274         * src/matcher.[ch]
17275         * src/prefs_matcher.c
17276                 added additionnal matching criteria
17277         * src/procheader.c
17278         * src/procmsg.[ch]
17279         * src/news.c
17280                 added references in MsgInfo
17281
17282 2001-05-12 [hoa]
17283
17284         * src/defs.h
17285                 prepared some things for new filtering
17286         * src/matcher.[ch]
17287                 added some matching properties
17288                 inreplyto need to be enhanced
17289                 prepared some things for new filtering
17290         * src/messageview.c
17291                 added Return-Receipt-To handling
17292         * src/prefs_folder_item.c
17293                 changed default value to TRUE
17294         * src/prefs_matcher.c
17295                 added some matching properties
17296         * src/prefs_scoring.[ch]
17297                 the scoring dialog is finished
17298         * src/procheader.c
17299                 added Return-Receipt-To handling
17300                 Reference need to be added
17301         * src/procmsg.[ch]
17302                 added Return-Receipt-To handling
17303                 added threadscore to get a better score sorting when
17304                 threads are enabled
17305         * src/summaryview.c
17306                 suppressed a bug when we sort the list
17307                 when no folder is opened.
17308                 better score sorting when threads are enabled
17309
17310 2001-05-12 [alfons]
17311
17312         * reverted previous patch because of potential errors 
17313
17314         0.4.67claws2
17315         
17316         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17317                 applied "toggle mail-retrieval dialog window" patch submitted 
17318                 by Eric Limpens <eric@qnt.net>
17319
17320         * sync with sylpheed 0.4.67cvs4
17321
17322 2001-05-12 [sergey]
17323
17324         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17325         some picky compilers.
17326         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17327         * src/grouplist_dialog.c: include alertpanel.h.
17328         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17329         fix compile warning.
17330         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17331         #include "defs.h" before others to prevent the warning of `MIN'
17332         and `MAX' redefinition.
17333
17334 2001-05-11 [hoa]
17335
17336         * src/main.c
17337         * src/messageview.c
17338         * src/prefs_account.c
17339         * src/prefs_display_header.c
17340                 removed warning
17341         * src/Makefile.am
17342                 added prefs_scoring.[ch]
17343         * src/grouplist_dialog.c
17344                 display an error dialog box if the group list
17345                 cannot be fetched.
17346         * src/mainwindow.[ch]
17347                 added main_window_set_thread_option() function
17348                 scoring dialog box enabled
17349         * src/matcher.[ch]
17350                 added flags matching unread /new / marked
17351                 / deleted / replied / forwarded
17352         * src/news.c
17353                 newsgroups are now finally in newscache
17354         * src/prefs_matcher.[ch]
17355                 finished preferences for matching dialog
17356         * added src/prefs_scoring.[ch]
17357                 scoring dialog box completed
17358         * src/scoring.[ch]
17359                 conversion to string : added scoringprop_to_string()
17360                 write config for preferences :
17361                 added prefs_scoring_write_config()
17362         * src/summaryview.c
17363                 threads can be enabled/disabled independently
17364                 for each folder
17365
17366 2001-05-10 [alfons]
17367
17368         0.4.67claws1
17369         
17370         * AUTHORS: 
17371                 thought it would be nice to have a list of all
17372                 contributors (used Changelog as a reference)
17373         
17374         * configure.in: 
17375                 messed up version numbering...
17376
17377         0.4.66claws1
17378
17379         * sync with sylpheed 0.4.67cvs1-3
17380
17381 2001-05-10 [darko]
17382
17383         * src/prefs_common.c:
17384                 better UI for strftime format, double clicking
17385                 on format now inserts the format in text entry
17386                 replaced close button with standard OK/Cancel
17387                 moved date format button to the right of the
17388                 text entry field
17389
17390 2001-05-09 [alfons]
17391
17392         * src/gtkstext.c:
17393                 Ctrl-Home / Ctrl-End have proper cursor navigation
17394
17395 2001-05-09 [hoa]
17396
17397         * src/prefs_matcher.c
17398                 finished UI to define matching properties
17399                 added ok and cancel button
17400         * src/prefs_filter.c
17401                 added ok and cancel button
17402         * src/news.c
17403                 fixed some bug in xhdr parsing
17404
17405 2001-05-08 [alfons]
17406
17407         * src/textview.c: 
17408                 fixed a bug in textview_show_header(), which displayed two colons (':');
17409                 cleaned up some warnings
17410
17411 2001-05-08 [hoa]
17412
17413         * src/Makefile.am
17414                 added prefs_matcher.[ch]
17415                 compilation with -W -Wall
17416         * src/alertpanel.c
17417                 ungrab the mouse events if grabbed - does it
17418                 fix the bug for disposition notification ?
17419         * src/mainwindow.c
17420                 added a menu option to open the matching dialog.
17421         * src/matcher.[ch]
17422                 added matcherprop_to_string() and matcherlist_to_string()
17423                 fixed some bugs, changed the name of some options
17424                 age_sup and age_inf becomes age_greater and age_lower,
17425                 body and messageheaders becomes body_part and headers_part,
17426                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17427         * src/prefs_display_header.c
17428         * src/prefs_headers.c
17429                 fixed a bug that accidentally destroyed dialogs
17430                 when closed them with delete_event
17431                 Added *_deleted() which handle delete_event signal correctly.
17432         * src/prefs_folder_item.[ch]
17433                 added "enable_thread" field for future customization
17434         * added src/prefs_matcher.[ch]
17435                 sample of the UI to define matching properties
17436         * src/procheader.c
17437                 using procheader_headername_equal instead of str*cmp functions
17438                 using procheader_parse_header() function
17439         * src/scoring.c
17440                 using MATCHING_XXX instead of SCORING_XXX
17441         * src/summaryview.c
17442                 display the sender of the news even if this is ourself
17443                 when this is a news message.
17444         * src/textview.c
17445                 using headername_equal() instead of str*cmp functions
17446
17447 2001-05-08 [alfons]
17448
17449         0.4.66claws
17450
17451         * sync with sylpheed 0.4.66
17452         * src/gtkstext.c: trace logs added 
17453
17454 2001-05-08 [sergey]
17455
17456         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17457         signature check popup.
17458         * src/rfc2015.c (check_signature): show signature check popup only
17459         if it is enabled in preferences.
17460
17461 2001-05-07 [alfons]
17462
17463         0.4.66claws4
17464         
17465         * sync with sylpheed 0.4.66cvs6
17466
17467 2001-05-07 [darko]
17468
17469         * src/prefs_common.[ch]: added option to enable/disable
17470           looking up sender name in address book for summary pane
17471         * src/summaryview.c: look up sender in the address book
17472           by using Alfons' address completion code
17473
17474 2001-05-07 [hiroyuki]
17475
17476         * src/inc.h
17477           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17478           member of Pop3State.
17479         * src/news.c: brought #include "defs.h" before #include <glib.h>
17480           to prevent the warning of `MIN' and `MAX' redefinition.
17481
17482 2001-05-06 [hoa]
17483
17484         * removed src/headers_display.[ch]
17485         * removed src/prefs_display_headers.[ch]
17486         * src/inc.c
17487                 use a temporary file in the user directory for mbox import
17488         * src/news.c
17489                 added XHDR support to get "To" and "Cc" headers
17490                 (in order to match news with to or cc field for
17491                 scoring)
17492                 added function news_parse_xhdr() to get XHDR response
17493         * src/nntp.[ch]
17494                 added function nntp_xhdr()
17495         * src/matcher.c
17496                 fetch the message if necessary
17497
17498 2001-05-06 [alfons]
17499
17500         0.4.66claws3
17501
17502         * sync with sylpheed 0.4.66cvs3-5
17503
17504 2001-05-06 [hoa]
17505
17506         * src/utils.[ch]
17507                 added function itos_buf() to enable use of several buffers
17508         * src/summaryview.c
17509                 use of itos_buf() instead of itos() in summary list
17510                 to fix the broken display of message number.
17511
17512 2001-05-06 [alfons]
17513
17514         * src/gtkstext.c: bug in cursor up navigation fixed,
17515                 fixed another unsigned / signed comparison (we're getting there :-)
17516
17517 2001-05-06 [hoa]
17518
17519         * src/Makefile.am
17520                 added scoring.c scoring.h
17521                 prefs_folder_item.c prefs_folder_item.h
17522                 matcher.c matcher.h
17523         * src/defs.h
17524                 added FOLDERITEM_RC SCORING_RC
17525         * src/folder.[ch]
17526                 added prefs field in FolderItem :
17527                 properties for each folder (PrefsFolderItem),
17528                 sorting type and mode were added as the first properties.
17529         * src/main.c
17530                 read config for scoring
17531         * added src/matcher.[ch]
17532                 gives functions to parse configuration file to do
17533                 matching on mails with a list of conditions.
17534         * src/mainwindow.c
17535                 add option to sort by score
17536         * src/prefs_common.[ch]
17537                 added preference option to show score and for
17538                 the score column size
17539         * added src/prefs_folder_item.[ch]
17540                 properties for each folder (PrefsFolderItem),
17541                 sorting type and mode were added as the first properties.
17542         * src/procheader.[ch]
17543                 added procheader_parse_header()
17544                 added procheader_header_free()
17545                 added procheader_headername_equal()
17546                 and made modification to use them.
17547         * src/procmsg.[ch]
17548                 added score field to MsgInfo structure
17549         * added src/scoring.[ch]
17550                 gives functions to parse configuration file to do
17551                 scoring on mails with a list of conditions.
17552         * src/summaryview.[ch]
17553                 save the sorting type and mode for the folder
17554                 added column to display the score of the mail
17555                 added function summary_score_clicked()
17556                 sorting type and mode are restored to the folder
17557                 when it is reopen
17558         * src/textview.c
17559                 use procheader_parse_header(), procheader_headername_equal()
17560                 removed memory leak in text_scan_header when freeing headers
17561         * src/filter.c
17562                 changed the function to match names of headers
17563                 using procheader_headername_equal()
17564
17565         Scoring functions are implemented, an interface is needed
17566         to configure that.
17567
17568 2001-05-04 [alfons]
17569
17570         * src/gtkstext.c: 
17571                 hopefully fixed the row up navigation bug,
17572                 removed adding back / forward lines to cache
17573
17574 2001-05-04 [sergey]
17575
17576         * src/prefs_display_headers.c: user interface changes:
17577         (prefs_display_headers_create): remove unused "Show" check button;
17578         allow reordering of headers by dragging.
17579         (prefs_display_headers_write_config): remove unused variables.
17580         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17581         of lists (not needed with the new UI).
17582         (prefs_display_headers_set_list): scan lists starting from row 0,
17583         not 1 (do not skip "(New)").
17584         (prefs_display_headers_find_header): new function.
17585         (prefs_display_headers_clist_set_row): do not allow duplicates.
17586         (prefs_display_headers_delete_cb): do not skip row 0; treat
17587         closing the alert window by ESC as "No".
17588         (prefs_display_headers_up): do not protect row 0.
17589         (prefs_display_headers_down): do not protect row 0.
17590
17591 2001-05-04 [sergey]
17592
17593         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17594         functions.
17595
17596         * src/summaryview.c
17597         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17598         summary_select_next_marked, summary_select_prev_marked): new
17599         functions.
17600
17601 2001-05-03 [sergey]
17602
17603         * src/news.c: fixed a bug when no article can be fetched after
17604         server timeout if the connection was restored by news_post():
17605         (news_select_group): new function.
17606         (news_fetch_msg): call news_select_group() before fetching
17607         article.
17608         (news_get_uncached_articles): set session->group after successful
17609         GROUP command.
17610
17611 2001-05-03 [hoa]
17612
17613         * src/defs.h
17614         * src/procmsg.[ch]
17615         * src/procheader.c
17616                  changed version of cache, added cc field
17617
17618         * src/prefs_display_headers.c
17619                 the interface was changed
17620
17621         * src/prefs_headers.c
17622                 added cancel button
17623
17624 2001-05-03 [alfons]
17625
17626         * completed sync of sylpheed cvs2
17627         * src/gtkstext.c: updated row up / down cursor navigation
17628         * src/textview.c: re-edited, prepared for fixing the email address
17629                 scanner.
17630
17631 2001-05-03 [darko]
17632
17633         * src/prefs_common.c: use alfons' strftime ui code
17634         entry_datefmt and datefmt_sample widgets have to be
17635         global in this module because of this change
17636
17637 2001-05-03 [hoa]
17638
17639         * src/messageview.c
17640         * src/prefs_common.[ch] added option to activate the return receipt
17641                 feature.
17642
17643 2001-05-02 [alfons]
17644
17645         * src/gtkstext.c: fix for row up/down cursor navigation. 
17646
17647         0.4.66claws2
17648         
17649         * sync with 0.4.66cvs2
17650
17651 2001-05-02 [paul]
17652
17653         added add-sender-to-addressbook patch
17654
17655         * src/addressbook.c
17656         * src/addressbook.h
17657         * src/summaryview.c
17658
17659 2001-05-02 [sergey]
17660
17661         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17662         G_ALERTDISABLE.
17663
17664         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17665         all existing callers changed to pass FALSE; create a check button
17666         to disable the message.
17667         (alertpanel_message_with_disable): new function.
17668         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17669         (alertpanel_button_toggled): new function.
17670         (alertpanel_button_clicked, alertpanel_close): set value using
17671         G_ALERT_VALUE_MASK.
17672
17673         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17674
17675         * src/prefs_common.c (prefs_privacy_create): new check button
17676         checkbtn_gpgme_warning.
17677
17678         * src/main.c (main): moved preferences reading before gpgme
17679         initialization; check prefs_common.gpgme_warning before giving the
17680         GnuPG warning and set it to FALSE if the user wants to disable the
17681         warning.
17682
17683 2001-05-02 [hiroyuki]
17684
17685         * src/prefs_display_headers.c: modified the layout and some labels.
17686
17687 2001-05-02 [sergey]
17688
17689         * src/prefs_account.c (prefs_account_fix_size): new function.
17690         (prefs_account_create): call prefs_account_fix_size(); use
17691         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17692         size when the window is shown for the first time).
17693         (prefs_account_basic_create): changed layout of serv_table; moved
17694         localmbox_entry above smtpserv_entry (logically it replaces
17695         POP3/IMAP server).
17696         (prefs_account_protocol_activated): set sensitivity of
17697         nntpauth_chkbtn according to the protocol (in addition to
17698         hide/show); commented out gtk_table_set_row_spacing() calls.
17699         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17700         not sensitive (fixes a bug with disabled username/password boxes
17701         when editing POP3 account after NNTP with authentication).
17702
17703 2001-05-02 [hoa]
17704
17705         * src/account.c
17706         * src/inc.c
17707         * src/prefs_account.[ch]
17708         * src/send.c
17709                 removed local account without SMTP server
17710                 added option to use mail command instead of a connexion
17711                 to SMTP server when a local account is used
17712         * src/prefs_headers.c
17713                 fixed a bug
17714         * src/news.c
17715                 fixed a bug when connexion immediately closed
17716
17717 2001-05-01 [alfons]
17718
17719         0.4.66claws1
17720         
17721         * sync with 0.4.65
17722
17723 2001-05-01 [sergey]
17724
17725         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17726         widget nntpauth_chkbtn.
17727         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17728         visibility.
17729         (prefs_account_nntpauth_toggled): new function.
17730
17731         * src/news.c (news_session_new_for_folder): use NNTP
17732         authentication only if ac->use_nntp_auth is set.
17733
17734 2001-05-01 [hoa]
17735
17736         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17737         * src/prefs_display_headers.c changed the UI
17738         * src/prefs_headers.c changed account_name to account_id
17739         * src/compose.c using customheader.h
17740
17741 2001-05-01 [hiroyuki]
17742
17743         * src/esmtp.c
17744           src/news.c
17745           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17746           unsynched.
17747
17748 2001-05-01 [hoa]
17749
17750         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17751         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17752                 for displaying of headers
17753         * src/grouplist_dialog.[ch] minor changes to remove warnings
17754         * src/prefs_display_headers.[ch] dialog to choose the
17755         headers to display in the mail viewer.
17756         * src/headers.h correction of #define
17757         * src/headers_display.[ch] configuration for displaying of headers.
17758         * src/main.c read config of displaying of headers
17759         * src/prefs_common.c add a button to access the config dialog
17760                 for displaying of headers
17761         * src/prefs_display_headers.[ch] dialog for configuration for
17762                 displaying of the headers.
17763         * src/prefs_headers.c cleaning of code
17764         * src/procheader.c comments added to code
17765         * src/textview.c changes to reorder the headers depending
17766                 on the config for displaying of headers
17767
17768 2001-04-30 [alfons]
17769
17770         0.4.65claws7
17771
17772         * sync with 0.4.65cvs12
17773
17774         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17775
17776 2001-04-30 [sergey]
17777
17778         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17779
17780         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17781         is set to force reconnection after authentication failure.
17782         (nntp_gen_command): set sock->auth_failed on authentication
17783         failure, or if sock->userid and sock->passwd are not set.
17784
17785         * src/news.c (news_session_new_for_folder): set userid=NULL if
17786         password dialog is cancelled.
17787
17788 2001-04-30 [sergey]
17789
17790         * src/nntp.h (NNTPSockInfo): new type.
17791
17792         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17793         SockInfo.
17794         (nntp_open_auth, nntp_close): new functions.
17795         (nntp_gen_command): new function to handle authentication; all
17796         NNTP command functions updated to use it.
17797         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17798         (nntp_list): removed old useless code.
17799
17800         * src/news.h (NNTPSession): new field nntp_sock.
17801
17802         * src/news.c: all functions updated to use NNTPSockInfo instead of
17803         SockInfo.
17804         (news_session_new): new arguments (userid, passwd); made static;
17805         use nntp_open_auth() if needed.
17806         (news_session_destroy): use nntp_close() instead of sock_close().
17807         (news_query_password): changed arguments.
17808         (news_session_new_for_folder): new function.
17809         (news_session_get): use news_session_new_for_folder().
17810         (news_authenticate): deleted.
17811         (news_get_uncached_articles): removed old authentication code.
17812
17813 2001-04-30 [sergey]
17814
17815         * src/news.c: reverted my previous changes (need to do NNTP
17816         authentication in a cleaner way).
17817         
17818 2001-04-29 [sergey]
17819
17820         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17821         news_nntp_post, news_nntp_mode): new functions (wrappers with
17822         authentication support).
17823         (news_get_article_cmd, news_get_article, news_get_header): new
17824         argument "folder"; all callers changed.
17825         (news_get_article_cmd): added authentication support.
17826         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17827         (news_post): use news_nntp_post() instead of nntp_post().
17828         (news_get_uncached_articles): use news_nntp_group() instead of
17829         nntp_group() and news_nntp_xover() instead of nntp_xover();
17830         removed old authentication code.
17831         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17832
17833         * src/nntp.c (nntp_list): return real error code instead of
17834         hardcoded NN_ERROR.
17835
17836 2001-04-29 [sergey]
17837
17838         * configure.in: fixed wint_t typedef detection again
17839
17840 2001-04-28 [hoa]
17841
17842         * src/prefs_account.[ch], added A_LOCAL_CMD
17843                 (send mail with mail command)
17844         * src/send.c added function send_message_with_command()
17845         * src/inc.c made a more secure get_spool() function with
17846                 mktemp() but maybe mkstemp() or something more
17847                 secure can be used.
17848
17849 2001-04-28 [alfons]
17850
17851         * src/textview.c, colorization of email addresses in headers
17852
17853         0.4.65claws6
17854
17855         * bug sync with sylpheed
17856         * prefs_common.c: created date format ui for darko
17857         * sync with 0.4.65cvs11
17858         * configure.in: corrected to have the new gpg checks
17859
17860 2001-04-27 [alfons]
17861
17862         * completed sync with 0.4.65cvs10
17863         * minor debug things added to gtkstext.c
17864
17865 2001-04-27 [darko]
17866
17867         * configure.in: remove check for availability of
17868           strftime() as advised by Hiroyuki
17869         * src/prefs_common.[ch], src/procheader.c:
17870           synch strftime() code with Hiroyki's main branch
17871
17872 2001-04-26 [sergey]
17873
17874         * src/news.c: news_query_password(), news_authenticate(): new
17875           functions.
17876           news_get_uncached_articles(): added NNTP authentication
17877           handling.
17878         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17879           new functions.
17880         * src/prefs_account.c: prefs_account_protocol_activated():
17881           enable userid and password fields for NNTP.
17882
17883 2001-04-26
17884
17885         * configure.in: check for availability of strftime()
17886           [darko]
17887         * src/prefs_common.[ch], src/procheader.c: use
17888           strftime() for displaying date in summary pane if it
17889           is available
17890
17891 2001-04-25
17892
17893         * more .cvsignore cleanups [alfons]
17894
17895 2001-04-25
17896
17897         * ac/sv-check-type.m4: new autoconf macro.
17898         * configure.in: fixed wint_t typedef detection (did not work
17899           with gcc-2.96).
17900
17901 2001-04-25
17902
17903         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17904           [hiroyuki]
17905
17906 2001-04-24
17907         * modified gtkstext.c : buggy cursor navigation fixed, 
17908           and font descent also taken in account when drawing
17909           cursor. [alfons]
17910
17911 2001-04-24 [hoa]
17912         * added comments in src/news.c src/nntp.c
17913         * added src/prefs_headers.[ch]
17914         * added src/headers.[ch]
17915         * modified compose.c to activate custom headers
17916                 added function is_in_custom_headers
17917         * modified prefs_account.[ch]
17918                 added function prefs_account_customhdr_edit
17919         * modified src/defs.h :
17920                 added HEADERS_RC : name of the config file
17921                 for the custom headers
17922
17923 2001-04-24
17924
17925     0.4.65claws5
17926
17927         * configure.in
17928           src/gtkstext.[ch]
17929           src/compose.c
17930           src/Makefile.am
17931           
17932           added gtkstext with configure.in patch by Hiroyuki which
17933           should fix the XIM detection [alfons]
17934
17935         * more clean up of cvs [alfons]
17936
17937                  * removed all Makefile.in files to attic.
17938
17939                  * updated all .cvsignores to really ignore things that could
17940                    be unintentionally committed by a recursive commit.
17941
17942 2001-04-23 [hoa]
17943         * added src/grouplist_dialog.[ch]
17944         * changed src/folderview.c to call grouplist_dialog instead
17945                 of inputdialog
17946         * src/news.c :
17947                 added functions news_reset_group_list
17948                 and news_get_group_list
17949         * src/nntp.c :
17950                 added function nntp_list
17951         * src/defs.h :
17952                 added GROUPLIST_FILE : name of the newsgroup list cache file
17953
17954 2001-04-21
17955
17956         * added option to warn about queued messages on exit [sergey]:
17957
17958           * src/compose.c: compose_queue(): call folder_item_scan()
17959             and folderview_update_item() after queueing.
17960           * src/folderview.c: folderview_update_node(): draw the queue
17961             folder in bold font if there are queued messages.
17962           * src/mainwindow.c: queued_messages(): new function.
17963             app_exit_cb(): display warning if there are queued messages
17964             if warn_queued_on_exit is set.
17965           * prefs_common.[ch]: add warn_queued_on_exit option.
17966
17967         * enhanced GnuPG key selection support [sergey]:
17968
17969           * src/select-keys.c: updated to newer version from Win32
17970             branch with support for selecting arbitrary keys.
17971           * src/prefs_account.c: added the Privacy tab to the account
17972             options window.
17973             prefs_account_privacy_create(),
17974             prefs_account_sign_key_set_data_from_radiobtn(),
17975             prefs_account_sign_key_set_radiobtn(): new functions.
17976           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17977           * src/rfc2015.c: set_signers(): new function.
17978             pgp_sign(): add the account parameter, call set_signers().
17979             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17980           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17981           * src/compose.c: pass the current account to rfc2015_sign().
17982
17983         * tag name claws added to prevent confusion with main branch [alfons]
17984
17985         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17986
17987         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17988
17989         * sync with recent sylpheed cvs. Untested though. [alfons]
17990