0.9.4claws13
[claws.git] / ChangeLog.claws
1 2003-08-09 [christoph]  0.9.4claws13
2
3         * src/prefs_spelling.c
4         * src/gtk/prefswindow.[ch]
5         * src/plugins/clamav/clamav_plugin_gtk.c
6         * src/plugins/spamassassin/spamassassin_gtk.c
7                 sort prefs pages by heighest weight in tree
8
9 2003-08-09 [paul]       0.9.4claws12
10
11         * sync with 0.9.4cvs6
12                 see ChangeLog 2003-08-07
13                 
14         * AUTHORS
15                 add Leandro and Luke to claws-branch section
16
17 2003-08-09 [christoph]  0.9.4claws11
18
19         * src/gtk/Makefile.am
20         * src/gtk/colorsel.[ch]                 ** NEW **
21                 create a color selection dialog that can be used as a simple
22                 function call with it's own gtk main loop like filesel.[ch]
23
24         * src/Makefile.am
25         * src/main.c
26         * src/prefs_common.c
27         * src/prefs_spelling.[ch]               ** NEW **
28         * src/prefs_spelling.glade              ** NEW **
29         * src/gtk/gtkutils.[ch]
30                 move "Spell Checker" prefs to new prefs dialog
31
32         * src/prefs_folder_item.c
33                 use new colorsel dialog
34
35 2003-08-08 [paul]       0.9.4claws10
36
37         * src/inc.c
38                 clear the progress bar unconditionally
39
40 2003-08-08 [paul]       0.9.4claws9
41
42         * sync with 0.9.4cvs4
43                 see ChangeLog 2003-07-31
44
45 2003-08-07 [christoph]  0.9.4claws8
46
47         * configure.ac
48                 fix bug in image viewer plugin part
49
50         * src/imap.c
51                 don't execute close command if the folder item is not selected
52
53 2003-08-07 [hoa]        0.9.4claws7
54
55         * src/filtering.[ch]
56         * src/matcher_parser.h
57         * src/matcher_parser_parse.y
58                 can define several actions for each filtering rule
59                 can import old versions of filtering rules
60
61         * src/prefs_filtering.c
62                 call to a new dialog box to define actions
63
64         * src/prefs_filtering_action.[ch]
65                 dialog box to define actions for filtering rules
66
67 2003-08-06 [christoph]  0.9.4claws6
68
69         * src/imap.c
70                 make sure source folder is selected when copying messages
71
72 2003-08-06 [christoph]  0.9.4claws5
73
74         * sync with 0.9.4cvs2
75                 see ChangeLog 2003-07-29                
76
77 2003-08-05 [paul]       0.9.4claws4
78
79         * sync with 0.9.4cvs3
80                 see ChangeLog 2003-07-30
81
82 2003-08-04 [match]      0.9.4claws3
83
84         * po/POTFILES.in
85                 export of LDIF files.
86
87 2003-08-04 [match]      0.9.4claws2
88
89         * src/ldif.[ch]
90                 support for export LDIF. documented.
91         * src/importldif.[ch]
92         * src/exportldif.[ch]
93                 add tooltips. documented.
94         * src/exphtmldlg.[ch]
95         * src/common/xmlprops.[ch]
96                 documented.
97         * src/exportldif.[ch]                   ** NEW **
98         * src/expldifdlg.[ch]                   ** NEW **
99         * src/addressbook.[ch]
100         * src/Makefile.am
101                 export of LDIF files.
102                 documented.
103
104 2003-08-04 [christoph]  0.9.4claws1
105
106         * .cvsignore
107         * Makefile.am
108         * configure.ac
109         * sylpheed-claws.pc.in                  ** NEW **
110         * src/Makefile.am
111         * src/common/Makefile.am
112         * src/gtk/Makefile.am
113                 install sylpheed header files in $(pkgincludedir) and create a
114                 pkg-config file to allow building a plugin without the source
115                 package
116
117 2003-08-04 [paul]       0.9.4claws
118
119         * version 0.9.4claws
120
121 2003-08-04 [paul]       0.9.3claws97
122
123         * po/es.po
124                 update Spanish translation. Submitted by Ricardo
125                 Mones Lastra.
126
127 2003-08-03 [paul]       0.9.3claws96
128
129         * po/hr.po
130           po/sr.po
131                 update Croatian and Serbian translations. Submitted by
132                 Dragan and Urke MMI respectively
133
134 2003-08-03 [alfons]     0.9.3claws95
135
136         * src/summaryview.c
137                 mark flag has precedence over important flag - seems
138                 to have been changed in sync of 0.9.3claws45. this fixes
139                 a regression where messages that were scored as important
140                 don't show their mark flags. (using the same column for
141                 both importance as mark flags is the real problem
142                 ofcourse)
143
144 2003-08-03 [melvin]     0.9.3claws94
145
146         * po/fr.po
147                 Updated French translations.
148
149 2003-08-03 [melvin]     0.9.3claws93
150
151         * src/Makefile.am
152                 Fixed typo introduced after 0.9.3claws92 
153                 that prevented compilation
154                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
155                 CPPFLAGS and YFLAGS to allow user setting these.
156         * src/common/Makefile.am
157         * src/gtk/Makefile.am
158         * src/plugins/clamav/Makefile.am
159         * src/plugins/demo/Makefile.am
160         * src/plugins/dillo_viewer/Makefile.am
161         * src/plugins/image_viewer/Makefile.am
162         * src/plugins/mathml_viewer/Makefile.am
163         * src/plugins/spamassassin/Makefile.am
164         * src/plugins/trayicon/Makefile.am
165         * src/plugins/trayicon/libeggtrayicon/Makefile.am
166                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
167                 CPPFLAGS and YFLAGS to allow user setting these.
168
169 2003-08-02 [christoph]  0.9.3claws92
170
171         * configure.ac
172                 o rearrange plugin tests
173                 o add test for clamav.h to ClamAV tests
174
175 2003-08-02 [luke]       0.9.3claws91
176
177         * src/mimeview.c
178                 o fixed appearance of icon list when toggling back from the 
179                   ctree
180                 o toggling of icons using the keyboard works correctly
181                 o fixed all other keyboard shortcuts to work when icons are
182                   active
183         
184         * src/messageview.c
185                 o fixed bug 4 - focus lost when changing messageview view type
186
187 2003-08-02 [christoph]  0.9.3claws90
188
189         * src/common/hooks.c
190                 fix crash when pointer stored in hash table could get invalid
191                 when a plugin is unloaded
192
193 2003-08-01 [christoph]  0.9.3claws89
194
195         * configure.ac
196                 o try to build all plugins (except spamassassin) by default
197                 o don't build a plugin if a dependency check fails
198
199         * src/common/hooks.c
200                 fix warning
201
202 2003-08-01 [match]      0.9.3claws88
203
204         * src/importldif.c
205                 allow single click field selection. document code.
206
207 2003-08-01 [christoph]  0.9.3claws87
208
209         * src/plugins/clamav/clamav_plugin.c
210         * src/plugins/clamav/clamav_plugin_gtk.c
211         * src/plugins/dillo_viewer/dillo_viewer.c
212         * src/plugins/image_viewer/plugin.c
213         * src/plugins/mathml_viewer/mathml_viewer.c
214         * src/plugins/spamassassin/spamassassin.c
215         * src/plugins/spamassassin/spamassassin_gtk.c
216         * src/plugins/trayicon/trayicon.c
217                 add version check to all plugins
218
219 2003-08-01 [hoa]        0.9.3claws86
220
221         * src/prefs_filtering.c
222                 fixed a cosmetic bug, during creation of dialog box,
223                 wrong widgets were shown after creation.
224
225 2003-08-01 [luke]       0.9.3claws85
226
227         * src/mainwindow.c
228                 o fixed visibility of icons/mimeview after toggling separate
229                   message/folder view (factored out some similar code too).
230
231
232 2003-07-31 [alfons]     0.9.3claws84
233
234         * src/mimeview.c
235                 tweak icon box UI a bit more, now allowing right-clicks actions
236                 getting the relevant mime data too; should fix #250, "Can't save 
237                 attachments sometimes".
238
239 2003-07-30 [alfons]     0.9.3claws83
240
241         * src/compose.c
242                 don't do auto-save-draft inside key press handler, but rather
243                 schedule it half of a second later; should fix #67, "autosave 
244                 make re-rediting message crazy"
245
246 2003-07-30 [christoph]  0.9.3claws82
247
248         * src/plugins/trayicon/trayicon.c
249                 process pending events before unloading the plugin
250
251         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
252
253 2003-07-30 [alfons]     0.9.3claws81
254
255         * src/common/hooks.c
256                 parameter 2 of g_hook_destroy() should really be a hook id
257
258 2003-07-30 [alfons]     0.9.3claws80
259
260         * src/common/plugin.c
261                 fix a possibly harmful function signature mismatch 
262                 for plugin_done
263
264 2003-07-30 [alfons]     0.9.3claws79
265
266         * src/common/hooks[.ch]
267                 const correctness
268
269 2003-07-30 [darko]      0.9.3claws78
270
271         * src/summaryview.c
272                 make it compile again
273
274 2003-07-30 [luke]       0.9.3claws77
275
276         * src/crash.c
277         * src/main.c
278                 o added/moved signal handlers for SIGTERM (normal kill command) 
279                   and SIGINT (ctl-c) to be used even without 
280                   --enable-crash-dialog, fixing bug 166
281
282         * src/summaryview.c
283                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
284                   bug 227
285
286         * src/mainwindow.c
287                 o changed sensitivity condition for 'Next new' and 'Next 
288                   unread', fixing bug 8
289
290 2003-07-29 [alfons]     0.9.3claws76
291
292         * src/common/utils.[ch]
293                 add generate_msgid()
294         * src/messageview.c
295                 save ack'ed RRR; fixes #205, "return receipt is not saved in
296                 sent folder".
297
298 2003-07-29 [alfons]     0.9.3claws75
299
300         * src/messageview.c
301                 fix a memleak (claws-only)
302
303 2003-07-29 [alfons]     0.9.3claws74
304
305         * src/mimeview.[ch]
306         * src/gtk/gtkvscrollbutton.[ch]
307                 fix UI glitch where mime icon toolbox' scroll position is not 
308                 reset after switching to another message
309                 
310
311 2003-07-29 [paul]       0.9.3claws73
312
313         * src/prefs_folder_item.c
314                 split the prefs into 2 separate pages
315
316 2003-07-29 [paul]       0.9.3claws72
317
318         * src/compose.c
319                 prepend "\n\n" to a signature without a separator too
320
321 2003-07-29 [paul]       0.9.3claws71
322
323         * src/compose.c
324                 fix bug where changing to an account without an auto-sig
325                 from an initial account without an auto-sig would insert 
326                 2 blank lines at the cursor point
327                 fix bug where changing to an account with an auto-sig
328                 from an initial account without an auto-sig would insert
329                 the sig at the cursor point
330
331 2003-07-29 [paul]       0.9.3claws70
332
333         * src/folderview.c
334                 use the colour from the folder pref unless the folder
335                 has new messages
336
337 2003-07-29 [alfons]     0.9.3claws69
338
339         * src/procmsg.[ch]
340         * src/messageview.c
341         * src/procheader.c
342                 rewrite return receipt request work a little bit (the former 
343                 implementation presumably depended too much on the UI setting
344                 flags). (we're losing the old pending flag.) 
345
346 2003-07-28 [christoph]  0.9.3claws68
347
348         * src/folder.c
349         * src/imap.c
350         * src/mh.c
351         * src/procmsg.[ch]
352                 fix copy to IMAP folder from other folder
353
354 2003-07-28 [christoph]  0.9.3claws67
355
356         * src/procmsg.c
357                 fix sync of procmsg_get_message_file_list
358
359 2003-07-28 [christoph]  0.9.3claws66
360
361         * sync with 0.9.3cvs14
362                 see ChangeLog 2003-07-18
363         * sync with 0.9.3cvs17
364                 see ChangeLog 2003-07-23
365
366         (closes Bug 234 segmentation fault after sending out mail via
367          smtp(auth))
368
369 2003-07-28 [paul]       0.9.3claws65
370
371         * po/es.po
372                 update Spanish translation, submitted by Ricardo Mones
373                 Lastra
374
375 2003-07-28 [christoph]  0.9.3claws64
376
377         * src/folder.[ch]
378         * src/imap.c
379         * src/mh.c
380                 return new message numbers as a GRelation instead of a GSList
381                 that has to be in the same order as the input list. A list
382                 would make it hard for IMAP to optimize oepration by sorting
383                 the input list. The returned list would have to be reordered
384                 to match the same order that input list has.
385
386         * src/gtk/gtkaspell.c
387                 fix missing return value, could cause a crash when garbage is
388                 on the stack that is used as the expected return value
389
390 2003-07-28 [paul]       0.9.3claws63
391
392         * sync with 0.9.4cvs1
393                 see ChangeLog 2003-07-28
394
395 2003-07-27 [alfons]     0.9.3claws62
396
397         * src/mimeview.c
398                 tweak it more to make icon list act like a check button group
399
400 2003-07-27 [christoph]  0.9.3claws61
401
402         * sync with 0.9.3cvs20
403                 see ChangeLog 2003-07-25
404
405 2003-07-27 [paul]       0.9.3claws60
406
407         * src/procmsg.c
408                 re-commit changes from 0.9.3claws58 -
409                 accidently removed in 0.9.3claws59
410
411 2003-07-27 [paul]       0.9.3claws59
412
413         * src/procmsg.[ch]
414                 a sync from 0.9.3cvs17
415                 see ChangeLog 2003-07-23
416
417 2003-07-27 [alfons]     0.9.3claws58
418
419         * src/procmsg.c
420                 add missing header members to MsgInfo; fixes the problem of 
421                 not displaying X-Faces, as noticed by Ricardo Mones
422
423 2003-07-26 [christoph]  0.9.3claws57
424
425         * sync with 0.9.3cvs18
426                 see ChangeLog 2003-07-24
427
428 2003-07-26 [christoph]  0.9.3claws56
429
430         * sync with 0.9.3cvs17
431                 see ChangeLog 2003-07-23
432
433 2003-07-26 [christoph]  0.9.3claws55
434
435         * src/folder.[ch]
436         * src/imap.c
437         * src/mbox_folder.c
438         * src/mh.c
439         * src/news.c
440                 add support for copy function that copy multiple messages
441                 (not implemented yet)
442
443         * src/summaryview.c
444                 add missing return value
445
446 2003-07-26 [paul]       0.9.3claws54
447
448         * tools/multiwebsearch.pl
449                 do whitespace substitution before passing the string
450                 to the browser. fixes bug with browsers that don't
451                 do whitespace conversion themselves.
452
453 2003-07-25 [christoph]  0.9.3claws53
454
455         * src/folder.[ch]
456         * src/imap.c
457         * src/mh.c
458                 rewrite adding of multiple messages to a folder for
459                 claws' folder system
460
461 2003-07-25 [luke]       0.9.3claws52
462
463         * src/mimeview.c
464                 o icon toggles set correctly on leaving ctree mimeview
465
466 2003-07-25 [paul]       0.9.3claws51
467
468         * partial sync with 0.9.3cvs21 [src/main.c]
469                 see ChangeLog 2003-07-25
470
471 2003-07-24 [paul]       0.9.3claws50
472
473         * tools/maildir2sylpheed.pl
474                 fix typo
475
476 2003-07-24 [paul]       0.9.3claws49
477
478         * src/mimeview.c
479                 increase the gutter size of paned so that the panes
480                 can be resized
481                 
482         * src/plugins/demo/demo.c
483                 squeeze in another typo fix
484
485 2003-07-24 [paul]       0.9.3claws48
486
487         * src/plugins/demo/demo.c
488           src/prefs_account.c
489                 small changes to the English
490                 
491         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
492           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
493           src/Makefile.am
494           src/stock_pixmap.c
495                 rename the misspelled icon
496
497 2003-07-23 [alfons]     0.9.3claws47
498
499         * src/mimeview.c
500                 make icon list look like a list of toggles
501
502 2003-07-23 [luke]       0.9.3claws46
503
504         * src/pixmaps/mimeview_gpg_expired.xpm
505         * src/pixmaps/mimeview_gpg_failed.xpm
506         * src/pixmaps/mimeview_gpg_passed.xpm
507         * src/pixmaps/mimeview_text_html.xpm
508         * src/pixmaps/mimeview_image.xpm
509                 o all icons the same size
510
511         * src/mimeview.[ch]
512                 o mimeview ctree arranged vertically above the viewer
513                 o icons changed to buttons
514                 o can use keyboard to select an icon (Enter)
515                 o resize icon list to width of icons
516
517         *  src/gtk/gtkvscrollbutton.c
518                 o sensitivity of buttons reacts to position
519
520 2003-07-23 [christoph]  0.9.3claws45
521
522         * sync with 0.9.3cvs14 (incomplete)
523                 see ChangeLog 2003-07-17
524
525 2003-07-23 [alfons]     0.9.3claws44
526
527         * src/folder.c
528         * src/procmsg.h
529                 sync with my local tree to restore some claws-only things
530
531 2003-07-23 [paul]       0.9.3claws43
532
533         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
534           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
535           src/Makefile.am
536           src/mimeview.c
537           src/procmime.h
538           src/rfc2015.c
539           src/stock_pixmap.[ch]
540                 indicate missing keys and expired sigs/keys
541                 in mime view column
542
543 2003-07-23 [paul]       0.9.3claws42
544
545         * src/compose.c
546                 Redirect fixes: enable automatic account selection and
547                 do not append signature to message on changing account
548                 fixes Bug[s] #248
549
550 2003-07-23 [paul]       0.9.3claws41
551
552         * sync with 0.9.3cvs16
553                 see ChangeLog 2003-07-23
554
555 2003-07-23 [alfons]     0.9.3claws40
556
557         * src/inc.c
558                 give progress dialog a main window, and give it the first 
559                 one (presumably the only one). fixes bug #247, "segfault on 
560                 pop-before-smtp" 
561
562 2003-07-22 [alfons]     0.9.3claws39
563
564         * src/summaryview.c
565                 shift-space scrolls up
566
567 2003-07-22 [paul]       0.9.3claws38
568
569         * sync with 0.9.3cvs15
570                 see ChangeLog 2003-07-22
571
572 2003-07-20 [alfons]     0.9.3claws37
573
574         * src/compose.c
575                 put menu inside #ifdef USE_ASPELL..#endif
576
577 2003-07-20 [christoph]  0.9.3claws36
578
579         * src/procmsg.c
580                 fix wrong flags in MsgInfo returned by
581                 procmsg_msginfo_get_full_info()
582
583         (closes Bug 221 Deleting messages from the Message View gives incorrect
584          new/unread message counts in the folder view)
585
586         * src/plugins/spamassassin/spamassassin_gtk.c
587                 add gettext macro for prefs page title
588
589 2003-07-20 [paul]       0.9.3claws35
590
591         * src/mimeview.c
592                 redraw icon list on signature check
593
594 2003-07-20 [christoph]  0.9.3claws34
595
596         * src/Makefile.am
597         * src/account.c
598         * src/folder.[ch]
599         * src/folder_item_prefs.[ch]            ** NEW **
600         * src/folderview.c
601         * src/mainwindow.c
602         * src/mh.c
603         * src/prefs_gtk.c
604         * src/prefs_scoring.c
605         * src/summaryview.c
606         * src/prefs_folder_item.[ch]
607                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
608                   Properties dialog
609                 o use prefswindow for folder properties
610
611         * src/gtk/prefswindow.[ch]
612                 change implementation to use an invisible notebook instead
613                 of unparenting widgets
614
615 2003-07-20 [christoph]  0.9.3claws33
616
617         * src/compose.h
618         * src/folder.c
619         * src/folderview.h
620         * src/headerview.h
621         * src/prefs_filtering.h
622         * src/prefs_folder_item.[ch]
623         * src/procmime.h
624         * src/procmsg.h
625         * src/summaryview.h
626                 clean up header mess
627                 (always use 1. typedefs, 2. #includes, 3. structures)
628
629         * src/common/version.h.in
630                 add casts for constants
631
632         * src/plugins/demo/demo.c
633                 fix typo
634
635         * src/plugins/spamassassin/spamassassin.c
636                 remove unused variable
637
638 2003-07-20 [alfons]     0.9.3claws32
639
640         * src/mimeview.c
641                 o make icon buttons respond on left click
642                 o minor cosmetic change
643
644 2003-07-19 [luke]       0.9.3claws31
645
646         * src/mimeview.[ch]
647         * src/gtk/gtkvscrollbutton.c
648         * src/messageview.c
649                 o improved mimeview behaviour when selecting a new message
650                 o plus code cleanups to remove compile warnings
651
652
653 2003-07-19 [alfons]     0.9.3claws30
654
655         * src/procmsg.c
656         * src/compose.c
657         * src/common/utils.[ch]
658                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
659
660 2003-07-19 [alfons]     0.9.3claws29
661
662         * src/prefs_folder_item.c
663                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
664                 string pointers
665
666 2003-07-19 [luke]       0.9.3claws28
667
668         * src/messageview.c
669         * src/mimeview.[ch]
670         * src/procmime.h
671         * src/rfc2015.c
672         * src/stock_pixmap.[ch]
673         * src/gtk/Makefile.am
674         * src/Makefile.am
675         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
676         * src/pixmaps/mime_*.xpm                ** NEW **
677                 o mimeview rearrangement with a new icon shortcut bar
678
679 2003-07-19 [alfons]     0.9.3claws27
680
681         * src/folderview.c
682                 o plug leaking nodes_to_recollapse
683                 o add folderview_recollapse_all_nodes() (not used yet)
684
685 2003-07-19 [alfons]     0.9.3claws26
686
687         * src/compose.c
688         * src/common/utils.c
689                 honour #240 "Better SUBJECT handling" by cleaning the prefix
690                 for both forwarding as replying
691
692 2003-07-18 [christoph]  0.9.3claws25
693
694         * configure.ac
695         * src/common/sylpheed.[ch]
696         * src/common/version.h.in
697                 add version in numeric form to allow easy comparison
698
699         * src/plugins/demo/demo.c
700                 add version check
701                 - sylpheed version > plugin version => never allowed, sylpheed
702                   could contain unknown API changes
703                 - sylpheed version < minimum version required => don't load,
704                   API required not available (if linking does not fail)
705
706 2003-07-18 [alfons]     0.9.3claws24
707         
708         * src/common/plugin.[ch]
709                 const correctness
710
711 2003-07-18 [christoph]  0.9.3claws23
712
713         * src/common/hooks.c
714                 fix crash when hooks where unregisted
715
716         * src/plugins/trayicon/trayicon.c
717                 unregister detroy signal before destroying the widget
718                 (still crashes when the plugin is unloaded)
719
720 2003-07-18 [alfons]     0.9.3claws22
721         
722         * src/folderview.c
723                 delay expanding folder tree during drags until timeout triggered
724                 (needs perhaps some tweaking, so testing is welcome)
725
726 2003-07-17 [alfons]     0.9.3claws21
727
728         * src/folderview.c
729                 clean up cruft
730
731 2003-07-17 [christoph]  0.9.3claws20
732
733         * src/common/session.c
734                 fix opening of SSL connections
735
736         * src/plugins/image_viewer/Makefile.am
737                 add OPENSSL_CFLAGS (we should find a better solution to remove
738                 this dependencies if they are not required)
739
740         * src/plugins/spamassassin/spamassassin.c
741                 remove setlocale workaround (fixed in libspamc)
742
743         (closes Bug Bug 184 Entering non-ascii character deletes previous char
744          if spell checking enabled)
745
746 2003-07-17 [alfons]     0.9.3claws19
747
748         * src/common/hooks.[ch]
749         * src/plugins/clamav/clamav_plugin.c
750         * src/plugins/spamassassin/spamassassin.c
751         * src/plugins/trayicon/trayicon.c
752                 fix signedness muck 
753
754 2003-07-17 [alfons]     0.9.3claws18
755
756         * src/procmime.c
757                 plug memleak
758
759 2003-07-17 [alfons]     0.9.3claws17
760
761         * src/inc.c
762                 plug memleak
763
764 2003-07-17 [paul]       0.9.3claws16
765
766         * src/common/defs.h
767           src/mainwindow.c
768           src/manual.[ch]
769                 add link to the Claws site's FAQ page, after the suggestion
770                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
771                 Move url strings to defs.h
772                 
773         * src/mainwindow.c
774                 fix typo to prevent "unknown menu entry" warnings
775
776 2003-07-17 [alfons]     0.9.3claws15
777
778         * src/folderview.[ch]
779         * src/summaryview.[ch]
780         * src/mimeview.[ch]
781                 plug DnD leaks 
782
783 2003-07-17 [paul]       0.9.3claws14
784
785         * src/inc.c
786                 remove two instances of 'GTK_EVENTS_FLUSH' because
787                 they are unnecessary and probably cause a stack overflow
788
789 2003-07-16 [christoph]  0.9.3claws13
790
791         * src/mimeview.[ch]
792                 use an invisible GTK notebook to switch between viewers
793                 instead of reparenting widgets
794
795 2003-07-16 [christoph]  0.9.3claws12
796
797         * src/folder.c
798                 move folder_item_update_freeze() to correct place in
799                 folder_item_scan_full()
800
801 2003-07-16 [paul]       0.9.3claws11
802
803         * sync with 0.9.3cvs12
804                 see ChangeLog 2003-07-14 and 2003-07-15
805
806 2003-07-16 [christoph]  0.9.3claws10
807
808         * src/imap.[ch]
809         * src/prefs_account.[ch]
810                 sync IMAP CRAM-MD5 authentication with sylpheed-main
811
812 2003-07-15 [alfons]     0.9.3claws9
813
814         * src/main.c
815                 make --config-dir do something useful
816
817 2003-07-15 [alfons]     0.9.3claws8
818
819         * src/procmsg.c
820                 o fix a bug where 'last' didn't really point to the last message
821                   in the top level list of children, but to the last threaded
822                   message. 
823                 
824                 o clean up and make it easier to sync
825
826 2003-07-15 [alfons]     0.9.3claws7
827
828         * src/mainwindow.c
829                 make correct menu items sensitive       
830
831 2003-07-14 [alfons]     0.9.3claws6
832
833         * src/procmsg.c
834                 tune the threader so it will not subject-thread any message
835                 without a subject prefix (this will not thread correctly if 
836                 a parent is delivered after their childs, but it looks 
837                 better right now)
838
839 2003-07-13 [christoph]  0.9.3claws5
840
841         * src/mainwindow.c
842                 group "Add mailbox *..." menu items in submenu
843
844 2003-07-13 [alfons]     0.9.3claws4
845
846         * src/summaryview.c
847                 correct summary_toggle_pressed() signature and make sure
848                 signal is not passed on
849
850 2003-07-13 [alfons]     0.9.3claws3
851
852         * src/summaryview.c
853                 o for now don't pass on keys when they we're handled by 
854                   ctree::key_press_event
855                 o clean up
856
857 2003-07-13 [alfons]     0.9.3claws2
858         
859         * src/main.c
860                 add command line option "--config-dir" to get the current 
861                 configuration dir
862
863 2003-07-12 [alfons]     0.9.3claws1
864
865         * src/matcher.[ch]
866         * src/matcher_parser_parse.y
867         * src/prefs_filtering.c
868         * src/filtering.c
869                 add "Lock" filter action to lock messages;
870
871         * src/filtering.c       
872                 remove debug_print()    
873         * src/prefs_filtering.c
874                 re-organize matcher part 9: 
875                 make action text entries easily extendible;
876                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
877                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
878
879 2003-07-12 [paul]
880
881         * tools/README
882                 update old information and add missing
883                 information
884
885 2003-07-12 [paul]       0.9.3claws
886
887         * 0.9.3claws released
888         
889 2003-07-12 [paul]       0.9.0claws103
890
891         * src/Makefile.am
892                 add addrquery.h
893
894 2003-07-12 [melvin]     0.9.0claws102
895
896         * src/messageview.c
897                 Fixed bug #215: Show MIME tab for single text/html messages. 
898                 
899 2003-07-12 [paul]       0.9.0claws101
900
901         * man/sylpheed.1
902                 updated
903
904 2003-07-12 [paul]       0.9.0claws100
905
906         * po/es.po
907           po/hr.po
908           po/pl.po
909           po/sr.po
910                 update Spanish, Croatian, Polish, Serbian translations.
911                 submitted by Ricardo Mones Lastra, Dragan, Witold
912                 Wladyslaw Wojciech Wilk, Urke MMI
913
914 2003-07-12 [melvin]     0.9.0claws99
915
916         * po/fr.po
917                 Updated French translations.
918
919 2003-07-12 [paul]       0.9.0claws98
920
921         * src/addressbook.c
922                 disable 'Lookup' button as it has no effect
923
924 2003-07-11 [alfons]     0.9.0claws97
925         
926         * src/summaryview.c
927                 summary_searchbar_pressed() should return TRUE to signal that
928                 event was handled. when returning void, the return value passed
929                 to GTK is actually random, but maybe FALSE, in which case the
930                 event is handled by parent
931                 
932 2003-07-10 [paul]       0.9.0claws96
933
934         * ac/missing/gettext.m4
935                 update to version 0.12
936
937 2003-07-10 [paul]       0.9.0claws95
938
939         * src/plugins/clamav/clamav_plugin.c
940                 fix bug where multipart/alternative messages
941                 would slip through without being scanned
942
943 2003-07-10 [christoph]  0.9.0claws94
944
945         * src/folder.c
946                 correct check if folder supports removing when a message is
947                 moved. if not the message is only copied.
948
949         (closes Bug 132 crash on startup in newsgroups folders)
950
951 2003-07-09 [alfons]     0.9.0claws93
952
953         * configure.ac
954         * src/common/defs.h
955                 --with-config-dir (default .sylpheed)
956
957 2003-07-09 [christoph]  0.9.0claws92
958
959         * configure.ac
960                 use PKG_CHECK_MODULES to check for gtkmathview
961                 (version 0.4.2 now required)
962
963 2003-07-08 [melvin]     0.9.0claws91
964
965         * src/action.c
966                 Implemented a progress bar that counts the number of completed
967                 tasks when the action runs more than one command.
968
969 2003-07-08 [alfons]     0.9.0claws90
970
971         * src/procmsg.c
972                 if queued message has an invalid Message-Id, don't try to
973                 find message it refers to (fixes #209 "crash when processing 
974                 in folder")
975
976 2003-07-08 [paul]       0.9.0claws89
977
978         * sync with 0.9.3cvs2
979                 see ChangeLog 2003-07-08
980
981 2003-07-08 [match]      0.9.0claws88
982
983         * src/ldapctrl.c
984                 extend LDAP search for first/last name by parsing search term.
985
986 2003-07-08 [alfons]     0.9.0claws87
987
988         * src/send_message.c
989                 fix bug #208 "Status message stuck when sending on POP3 account"
990
991 2003-07-07 [paul]       0.9.0claws86
992
993         * po/hr.po
994                 new Croatian translation, submitted by
995                 Dragan <drleskov@inet.hr>
996
997 2003-07-07 [paul]       0.9.0claws85
998
999         * sync with 0.9.3cvs1
1000                 see ChangeLog 2003-07-07
1001
1002 2003-07-05 [christoph]  0.9.0claws84
1003
1004         * src/Makefile.am
1005         * src/messageview.c
1006         * src/mimeview.[ch]
1007         * src/stock_pixmap.[ch]
1008         * src/pixmaps/messageview_text.xpm              ** NEW **
1009                 move mimeview tabs to the right side and use icons
1010                 instead of text to save some space
1011
1012         (patch by Luke Plant <lukeplant@softhome.net>)
1013
1014 2003-07-05 [christoph]  0.9.0claws83
1015
1016         * src/inc.c
1017                 add NULL pointer checks
1018
1019         (patch by Luke Plant <lukeplant@softhome.net>)
1020         (closes Bug 204 0.9.0 quits on authentication error?!)
1021
1022 2003-07-05 [alfons]     0.9.0claws82
1023
1024         * configure.ac
1025                 take the clue in bug #202 "./configure script - 
1026                 'if test' comparison failure" reported by John Kristoff. 
1027
1028 2003-07-04 [christoph]  0.9.0claws81
1029
1030         * src/plugins/spamassassin/spamassassin.c
1031                 set timeout for spam check
1032
1033 2003-07-04 [christoph]  0.9.0claws80
1034
1035         * src/main.c
1036                 destroy all FolderItems when shutting down to
1037                 allow folders to clean up
1038
1039 2003-07-04 [melvin]     0.9.0claws79
1040
1041         * src/gtk/gtkaspell.c
1042                 Fixed bug #184 "Entering non-ascii character deletes
1043                 previous char if spell checking enabled": this makes
1044                 the spell checking in multibytes (e.g. UTF-8)locales work.
1045                 (Patch by Luke Plant).
1046                 
1047 2003-07-04 [christoph]  0.9.0claws78
1048
1049         * sync with 0.9.2cvs1
1050                 see ChangeLog 2003-06-10
1051
1052 2003-07-04 [paul]       0.9.0claws77
1053
1054         * sync with 0.9.3 release
1055                 see ChangeLog 2003-07-04
1056
1057 2003-07-03 [christoph]  0.9.0claws76
1058
1059         * src/folder.[ch]
1060         * src/imap.c
1061         * src/mbox_folder.c
1062         * src/mh.c
1063         * src/news.c
1064                 move folder_item_get_path() stuff into a folder virtual function
1065
1066         * src/procmsg.c
1067                 use folder_item_fetch_msg() to get message and do not contruct
1068                 the filename from path and number
1069
1070 2003-07-03 [paul]       0.9.0claws75
1071
1072         * sync with 0.9.2cvs12
1073                 see ChangeLog 2003-07-03
1074
1075 2003-07-02 [paul]       0.9.0claws74
1076
1077         * src/messageview.c
1078                 fix text-selection for replying
1079
1080 2003-07-02 [paul]       0.9.0claws73
1081
1082         * sync with 0.9.2cvs11
1083                 see ChangeLog 2003-07-02
1084
1085 2003-07-02 [paul]       0.9.0claws72
1086
1087         * src/procmsg.c
1088                 revert last commit because it breaks more
1089                 than it fixes
1090
1091 2003-07-02 [paul]       0.9.0claws71
1092
1093         * src/procmsg.c
1094                 fix thread by subject/sort by date
1095
1096 2003-07-01 [paul]       0.9.0claws70
1097
1098         * sync with 0.9.2cvs10
1099                 see ChangeLog 2003-07-01
1100
1101 2003-06-30 [paul]       0.9.0claws69
1102
1103         * sync with 0.9.2cvs9
1104                 see ChangeLog 2003-06-30
1105
1106 2003-06-28 [match]      0.9.0claws68
1107
1108         * src/addressbook.c
1109                 fix null ptr.
1110
1111 2003-06-27 [paul]       0.9.0claws67
1112
1113         * sync with 0.9.2cvs7
1114                 see ChangeLog 2003-06-27
1115
1116 2003-06-26 [christoph]  0.9.0claws66
1117
1118         * src/folder.c
1119                 freeze folder updates while a folder is scanned
1120
1121         (closes Bug 185 New message counter)
1122
1123 2003-06-26 [darko]      0.9.0claws65
1124
1125         * src/ldapserver.c
1126                 fix infinite loop when adding a new LDAP server
1127
1128 2003-06-26 [paul]       0.9.0claws64
1129
1130         * sync with 0.9.2cvs6
1131                 see ChangeLog 2003-06-26
1132
1133 2003-06-26 [paul]       0.9.0claws63
1134
1135         * sync with 0.9.2cvs5
1136                 see ChangeLog 2003-06-25 and 2003-06-26
1137
1138 2003-06-25 [match]      0.9.0claws62
1139
1140         * src/addr_compl.c
1141                 Fixed tab/backtab for dropped-down completion list to
1142                 move next/previous field. (close bug 147)
1143
1144 2003-06-25 [christoph]  0.9.0claws61
1145
1146         * src/addr_compl.[ch]
1147         * src/addrindex.[ch]
1148         * src/folderview.c
1149         * src/inc.c
1150         * src/news.c
1151         * src/summaryview.c
1152         * src/toolbar.c
1153                 fix warnings
1154
1155 2003-06-25 [leandro]    0.9.0claws60
1156
1157         * src/compose.c
1158                 o cleanups
1159                 o gray out "Message/Remove references" menu item if not
1160                   replying to a message
1161
1162 2003-06-24 [leandro]    0.9.0claws59
1163
1164         * src/compose.[ch]
1165                 o removed "Message/Create new thread" menu item
1166                 o added "Message/Remove references" menu item
1167                   (it's off by default and will not check anymore
1168                    if the subject changed)
1169
1170 2003-06-23 [alfons]     0.9.0claws58
1171
1172         * src/procmsg.c
1173                 try better grouping messages threaded by subject based on their age.
1174                 still not perfect - because the message tree is not sorted by date.  
1175
1176 2003-06-23 [thorsten]   0.9.0claws57
1177
1178         * src/pop.[ch]
1179                 added mail_receive_hook to allow modifications
1180                 directly after retrieval (e.g. adding headers).
1181
1182 2003-06-23 [paul]       0.9.0claws56
1183
1184         * src/sourcewindow.c
1185                  enable the use of Ctrl+A to select all text in
1186                  the sourcewindow
1187                  Patch submitted by Ivan Francolin Martinez
1188                  <ivanfm@users.sourceforge.net>
1189
1190 2003-06-22 [christoph]  0.9.0claws55
1191
1192         * src/folder.[ch]
1193                 o add notification hook for folder tree changes
1194                 o invoke hooks after folder tree scanning
1195
1196         * src/folderview.[ch]
1197                 register hook for folder tree changes that
1198                 updates the ctree
1199
1200         (there are more places that should be updated, like add, remove 
1201          or move folder)
1202
1203         (closes Bug 164 Crash on rebuild folder tree)
1204         (closes Bug 190 Crash on 'rebuilding folder tree')
1205
1206 2003-06-21 [leandro]    0.9.0claws54
1207
1208         * src/compose.[ch]
1209                 create a new thread if subject changes
1210                 (it's on by default, can be disabled in Message menu)
1211
1212 2003-06-21 [alfons]     0.9.0claws53
1213
1214         * src/summaryview.c
1215                 quiet little compiler
1216
1217 2003-06-21 [christoph]  0.9.0claws52
1218
1219         update gettext stuff to version 0.12
1220
1221 2003-06-19 [alfons]     0.9.0claws51
1222
1223         * src/common/log.c
1224         * src/common/plugin.c
1225                 move defs.h before glib.h to prevent MIN/MAX redefs
1226
1227 2003-06-19 [alfons]
1228
1229         * src/addressbook.c
1230                 translatable
1231
1232 2003-06-19 [match]      0.9.0claws50
1233
1234         * src/addressbook.[ch]
1235         * src/addrindex.[ch]
1236         * src/addr_compl.[ch]
1237         * src/editldap.[ch]
1238         * src/editldap_basedn.[ch]
1239         * src/addritem.[ch]
1240         * src/ldapquery.h
1241                 re-implemented dynamic LDAP search. works without
1242                 slowdown on display sender with addressbook
1243                 option.
1244         * src/addrbook.c
1245                 documented code.
1246
1247 2003-06-19 [paul]       0.9.0claws49
1248
1249         * src/compose.c
1250                 fix Bug #136 'Nonprovided quotation marks crash claws'
1251                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1252
1253 2003-06-19 [alfons]     0.9.0claws48
1254
1255         * src/prefs_common.[ch]
1256         * src/procmsg.c
1257                 restrict threading by subject by checking thread for
1258                 age (prefs_common.thread_by_subject_max_age)
1259
1260 2003-06-18 [christoph]  0.9.0claws47
1261
1262         * src/imap.c
1263                 fix memory leak in imap_cmd_fetch()
1264
1265 2003-06-18 [christoph]  0.9.0claws46
1266
1267         * src/prefs_gtk.c
1268                 fix memory leak in prefs_set_default() when used multiple
1269                 times or after prefs have been read
1270
1271 2003-06-18 [christoph]  0.9.0claws45
1272
1273         * src/common/plugin.c
1274                 fix memory leak in plugin_unload()
1275
1276 2003-06-18 [christoph]  0.9.0claws44
1277
1278         * src/imap.c
1279                 fix memory leak in imap_cmd_ok()
1280
1281 2003-06-18 [christoph]  0.9.0claws43
1282
1283         * src/folder.c
1284                 stop messages that are downloaded from POP3 and added to
1285                 an IMAP inbox from being filtered twice (first by POP3
1286                 and again when IMAP folder is scaned to get the UID of
1287                 the APPEND operation when no UIDPLUS is available)
1288
1289 2003-06-18 [alfons]
1290
1291         * tools/Makefile.am
1292                 phoenix <- firebird     
1293
1294 2003-06-18 [paul]
1295
1296         * tools/launch_phoenix          ** REMOVED **
1297           tools/launch_firebird         ** NEW **
1298                 renamed and edited to reflect the browser's name change from
1299                 'phoenix' to 'firebird'
1300
1301 2003-06-18 [paul]       0.9.0claws42
1302
1303         * sync with 0.9.2cvs2
1304                 see ChangeLog 2003-06-16
1305
1306 2003-06-17 [alfons]     0.9.0claws41
1307
1308         * src/procmsg.c
1309                 prevent threading problems when a node is an ancestor (parent / great parent),
1310                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1311                 for finding an sample set of messages)
1312
1313 2003-06-16 [christoph]  0.9.0claws40
1314
1315         * src/main.c
1316                 don't popup main window on --receive or --receive-all
1317
1318         * src/mainwindow.[ch]
1319         * src/plugins/trayicon/trayicon.c
1320                 allow hiding of main window by clicking on the trayicon
1321                 (doesn't work correctly in seperate window mode and may
1322                  cause unexpected GTK problems I couldn't find yet)
1323
1324         * src/common/ssl.c
1325                 remove incorrect warning
1326
1327 2003-06-15 [alfons]     0.9.0claws39
1328
1329         * src/gtk/gtkstext.c
1330                 don't output debug text;
1331                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1332                 for pointing this out);
1333
1334 2003-06-14 [alfons]     0.9.0claws38
1335         
1336         * src/messageview.c
1337                 remove printf() and make one if..else comply with coding style
1338
1339 2003-06-14 [alfons]     0.9.0claws37
1340
1341         * AUTHORS
1342                 add Martin Wicke
1343         * src/action.c
1344         * src/messageview.[ch]
1345         * src/summaryview.c
1346                 apply patch #754162 "Quoting messages filtered by actions" submitted
1347                 by Martin Wicke, which allows quoting message body changed by an
1348                 action (Thanks!).
1349
1350 2003-06-13 [alfons]     0.9.0claws36
1351
1352         * src/utils.c
1353                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1354                 use case insensitive regexp (suggested by Ivan Martinez)
1355
1356 2003-06-13 [christoph]  0.9.0claws35
1357
1358         * configure.ac
1359         * src/plugins/trayicon/Makefile.am
1360         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1361         * src/plugins/trayicon/trayicon.c
1362         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1363         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1364         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1365         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1366         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1367         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1368                 replace my own EggTrayIcon backport with the backport
1369                 used by (l|x)mule and gabber.
1370
1371 2003-06-13 [alfons]     0.9.0claws34
1372
1373         * AUTHORS
1374         * src/common/utils.c
1375                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1376
1377 2003-06-13 [alfons]     0.9.0claws33
1378
1379         * src/compose.c
1380                 clean up a little bit
1381
1382 2003-06-12 [alfons]     0.9.0claws32
1383
1384         * src/compose.c
1385                 const correctness fix
1386
1387         * src/common/sylpheed.[ch]
1388                 () -> (void)
1389                 prevent redef MIN/MAX
1390                 
1391         * src/common/utils.[ch]
1392                 () -> (void)
1393
1394 2003-06-12 [melvin]     0.9.0claws31
1395
1396         * src/compose.c
1397                 Updated to take into accounts changes in GtkAspell.
1398
1399 2003-06-12 [alfons]     0.9.0claws30
1400
1401         * src/compose.c
1402         * src/procmsg.c
1403         * src/common/utils.[ch]
1404                 handle reply subject prefixes better (initial 
1405                 suggestion by Robert Story adapted and enhanced 
1406                 using regexps)
1407
1408 2003-06-12 [melvin]     0.9.0claws29
1409
1410         * src/compose.c
1411                 Use new gtkaspell_checkers_strerror() to get the speller's
1412                 error message instead of accessing the (now private)
1413                 checkers structure.
1414                 Minor code clean up
1415
1416         * src/main.c
1417                 Use #ifdef instead of #if for USE_ASPELL
1418                 Use the new spell checkers init/quit functions 
1419
1420         * src/gtk/gtkaspell.c
1421                 Use #ifdef instead of #if for USE_ASPELL
1422                 Moved in the majority of GtkAspell structures that were
1423                 exported before by gtkaspell.h
1424         
1425         * src/gtk/gktaspell.h
1426                 Made gtkaspell.h contain only the necessary data to be
1427                 publicized by moving many structures to gtkaspell.c.
1428                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1429                 gtkaspell_checkers_new(): replaced by...
1430                 gtkaspell_checkers_init(): new function for initialization
1431                 gtkaspell_checkers_delete(): replaced by...
1432                 gtkaspell_checkers_quit(): new function
1433                 gtkaspell_checkers_strerror(): new function that returns
1434                 the checker's last error message.
1435                 
1436 2003-06-11 [melvin]     0.9.0claws28
1437
1438         * po/POTFILES.in
1439                 Updated to take into account gtkaspell.c migration to
1440                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1441
1442 2003-06-10 [alfons]     0.9.0claws27
1443
1444         * src/filtering.[ch]
1445         * src/folder.c
1446         * src/matcher.c
1447         * src/scoring.[ch]
1448                 - try fixing bug #18 (any brave testers?)
1449                 - add more robustness by refusing previously 
1450                   unchecked NULL pointers 
1451
1452 2003-06-10 [alfons]     0.9.0claws26
1453
1454         * src/procmsg.c
1455                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1456
1457 2003-06-09 [alfons]     0.9.0claws25
1458
1459         * src/prefs_common.c
1460                 fix bug #163 "Icon switching doesnt work properly" by 
1461                 preventing early freeing of prefs_common.pixmap_theme_path.
1462
1463 2003-06-09 [christoph]  0.9.0claws24
1464
1465         * src/gtk/gtkaspell.c
1466                 revert Thorsten's fix and add forgotten g_strdup for
1467                 aspell path (it should not be possible to alter the path a
1468                 GtkASpell uses from outside)
1469
1470 2003-06-09 [thorsten]   0.9.0claws23
1471
1472         * src/gtk/gtkaspell.c
1473                 dont free prefs_common.aspell_path when closing compose
1474
1475 2003-06-08 [colin]      0.9.0claws22
1476
1477         * src/plugins/spamassassin/spamassassin.c
1478                 fix prefs types
1479
1480 2003-06-07 [christoph]  0.9.0claws21
1481
1482         * src/Makefile.am
1483         * src/compose.c
1484         * src/gtkaspell.[ch]            ** REMOVE **
1485         * src/gtk/Makefile.am
1486         * src/gtk/gtkaspell.[ch]        ** NEW **
1487                 o make gtkaspell independent from sylpheed's prefs
1488                 o move gtkaspell.[ch] to gtk directory
1489
1490 2003-06-07 [christoph]  0.9.0claws20
1491
1492         * src/Makefile.am
1493         * src/crash.c
1494         * src/export.c
1495         * src/filesel.[ch]              ** REMOVE **
1496         * src/folder.c
1497         * src/main.[ch]
1498         * src/common/sylpheed.[ch]
1499         * src/gtk/Makefile.am
1500         * src/gtk/filesel.[ch]          ** NEW **
1501         * src/gtk/pluginwindow.c
1502         * src/gtk/sslcertwindow.c
1503                 move filesel.[ch] to gtk directory
1504
1505 2003-06-07 [alfons]     0.9.0claws19
1506
1507         * src/filesel.c
1508                 make (multi) file selection dialog work again (Claws-only)
1509
1510 2003-06-07 [thorsten]   0.9.0claws18
1511
1512         * po/de.po
1513                 fix typos
1514
1515 2003-06-07 [alfons]     0.9.0claws17
1516
1517         * configure.ac
1518         * src/mimeview.c
1519                 detect apache mishap in which case don't include fnmatch.h
1520                 if regex.h is already included
1521
1522 2003-06-06 [christoph]  0.9.0claws16
1523
1524         * configure.ac
1525         * src/mimeview.h
1526                 add check for fnmatch.h and include it when available
1527
1528         * src/mimeview.[ch]
1529                 fix wrong case sensitivity of Content-Types
1530
1531         * src/gtk/Makefile.am
1532                 need the same include paths in gtk directory as in
1533                 common directory because .h files in common can
1534                 include files from these directories, when included
1535                 in gtk's .h or .c files
1536
1537 2003-06-06 [alfons]     0.9.0claws15
1538
1539         * src/mimeview.c
1540         * src/summaryview.c
1541                 make it compile again because of regex.h / fnmatch.h 
1542                 include problems (related to recent mime stuff, can
1543                 someone check this?)
1544
1545 2003-06-06 [thorsten]   0.9.0claws14
1546
1547         * src/folderview.c
1548                 possible use of uninitialized pointer while dragging
1549
1550 2003-06-06 [paul]       0.9.0claws13
1551
1552         * src/compose.c
1553                 fix bug where the insert sig button would be effective
1554                 only when auto_sig was set
1555
1556 2003-06-06 [paul]       0.9.0claws12
1557
1558         * sync with 0.9.2 release
1559
1560 2003-06-02 [paul]       0.9.0claws11
1561
1562         * sync with 0.9.1cvs1
1563                 see ChangeLog 2003-06-02
1564                 
1565         * po/de.po
1566                 update by Jens
1567
1568 2003-06-01 [christoph]  0.9.0claws10
1569
1570         * src/account.c
1571                 don't use substring search to find accounts by email address
1572
1573         (closes Bug 169 Overly loose matching of "From" address)
1574
1575 2003-05-31 [christoph]  0.9.0claws9
1576
1577         * doc-src/rfc2683.txt
1578         * src/imap.c
1579                 limit IMAP command length as recommended in RFC2683
1580                 (message number lists will be split into multiple imap
1581                 sets, the limit of 1000 octets is not a hard limit)
1582
1583         (closes Bug 161 sylpheed-claws exits with segfault when logging
1584          in to certain imap-servers)
1585
1586 2003-05-29 [alfons]     0.9.0claws8
1587
1588         * src/toolbar.[ch]
1589                 add print button (calling summary_print());
1590                 fine tune setting tooltip text;
1591                 (if someone needs other buttons, please take these 
1592                 commits as a guide, instead of bothering us - also
1593                 see 0.8.11claws150) 
1594
1595 2003-05-29 [darko]      0.9.0claws7
1596
1597         * src/compose.c
1598                 fix crash when word wrapping kicks in due to
1599                 changed text by spell checker
1600
1601 2003-05-29 [paul]       0.9.0claws6
1602
1603         * src/compose.c
1604                 fix bug where changing account would insert
1605                 sig even if auto_sig was FALSE
1606                 
1607         * ChangeLog
1608           ChangeLog.jp
1609           INSTALL
1610                 sync with 0.9.1 release
1611
1612 2003-05-28 [christoph]  0.9.0claws5
1613
1614         * src/imap.c
1615                 fix truncation of too long commands
1616
1617         (closes Bug 167 IMAP hangs trying to get envelope
1618          information in imap_get_uncached_messages)
1619
1620 2003-05-27 [paul]       0.9.0claws4
1621
1622         * tools/Makefile.am
1623           tools/maildir2sylpheed.pl     ** NEW FILE **
1624                 add kmail to sylpheed mailbox conversion script
1625
1626 2003-05-27 [paul]       0.9.0claws3
1627
1628         * sync with 0.9.0cvs10
1629                 see ChangeLog 2003-05-26
1630
1631 2003-05-26 [paul]       0.9.0claws2
1632
1633         * sync with 0.9.0cvs9
1634                 see ChangeLog 2003-05-26
1635
1636 2003-05-24 [paul]       0.9.0claws1
1637
1638         * sync with 0.9.0cvs8
1639                 see ChangeLog 2003-05-23
1640
1641 2003-05-24 [paul]       0.9.0claws
1642
1643         * version 0.9.0claws released
1644
1645 2003-05-24 [paul]       0.8.11claws177
1646
1647         * src/plugins/dillo-viewer/Makefile.am
1648           src/plugins/traycon/Makefile.am
1649                 add missing files
1650                 
1651         * po/bg.po
1652           po/en_GB.po
1653           po/es.po
1654           po/it.po
1655           po/pt_BR.po
1656           po/ru.po
1657           po/sr.po
1658                 update Bulgarian, British English, Spanish, Italian, 
1659                 Brazilian Portuguese, Russian, and Serbian translations, 
1660                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1661                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1662                 Ruslan N. Balkin, and Urke MMI
1663
1664 2003-05-23 [melvin]     0.8.11claws176
1665
1666         * po/fr.po
1667                 Updated French translations
1668
1669 2003-05-22 [paul]       0.8.11claws175
1670
1671         * src/Makefile.am
1672           src/addrbook.[ch]
1673           src/addrcache.[ch]
1674           src/addr_compl.[ch]
1675           src/adressbook.[ch]
1676           src/addrindex.[ch]
1677           src/addritem.[ch]
1678           src/editaddress.c
1679           src/editgroup.c
1680           src/editldap_basedn.c
1681           src/editldap.c
1682           src/jpilot.c
1683           src/vcard.c
1684                 revert to get ldap into it previous working state
1685                 
1686         * po/zh_TW.Big5.po
1687                 new Taiwanese translation,
1688                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1689
1690 2003-05-22 [christoph]  0.8.11claws174
1691
1692         * src/plugins/spamassassin/libspamc.[ch]
1693                 sync libspamc with SpamAssaain release 2.55
1694
1695 2003-05-22 [paul]       0.8.11claws173
1696
1697         * sync with 0.9.0cvs7
1698                 see ChangeLog 2003-05-22
1699                 
1700         * src/summaryview.c
1701                 revert change in 0.8.11claws172: follow
1702                 Hiroyuki's decision and that's the end of it.
1703
1704 2003-05-21 [paul]       0.8.11claws172
1705
1706         * src/summaryview.c
1707                 fix discrepency between open_unread_on_enter
1708                 and always_show_msg
1709
1710 2003-05-21 [paul]       0.8.11claws171
1711
1712         * sync with 0.9.0cvs6
1713                 see ChangeLog 2003-05-21
1714
1715 2003-05-21 [paul]       0.8.11claws170
1716
1717         * sync with 0.9.0cvs5
1718                 see ChangeLog 2003-05-21
1719
1720 2003-05-20 [paul]       0.8.11claws169
1721
1722         * sync with 0.9.0cvs4
1723                 see ChangeLog 2003-05-20
1724                 fixes bug #152, 'encoding of IMAP folders names'
1725
1726 2003-05-20 [paul]       0.8.11claws168
1727
1728         * sync with 0.9.0cvs3
1729                 see ChangeLog 2003-05-20
1730                 
1731         * src/tools/convert_mbox.pl
1732                 minor change in the comments, submitted by Fred Marton
1733
1734 2003-05-19 [paul]       0.8.11claws167
1735
1736         * src/plugins/clamav/Makefile.am
1737           configure.ac
1738                 link clamav_lib to the plugin and not to the main program
1739
1740 2003-05-19 [christoph]
1741
1742         * src/Makefile.am
1743                 add -export-dynamic for linking
1744
1745 2003-05-19 [paul]       0.8.11claws166
1746
1747         * sync with 0.9.0cvs1
1748                 see ChangeLog 2003-05-19
1749
1750 2003-05-19 [paul]       0.8.11claws165
1751
1752         * src/inc.c
1753                 fix 'pop before smtp' timeout
1754
1755 2003-05-18 [alfons]     0.8.11claws164
1756
1757         * src/prefs_matcher.c
1758                 put "execute" action command line ("expression") in edit box
1759
1760 2003-05-18 [christoph]  0.8.11claws163
1761
1762         * src/mimeview.[ch]
1763         * src/plugins/dillo_viewer/dillo_viewer.c
1764         * src/plugins/image_viewer/viewer.c
1765         * src/plugins/mathml_viewer/mathml_viewer.c
1766                 let a viewer have a list of Content-Types
1767
1768 2003-05-18 [paul]       0.8.11claws162
1769
1770         * src/prefs_filtering.c
1771                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1772                 and REDIRECT actions
1773
1774 2003-05-17 [christoph]
1775
1776         * README.claws
1777                 o remove dynamic signatures that was syned with main
1778                 o add infos about no longer "build in" image viewer
1779                 o update bugtracker URL
1780
1781 2003-05-17 [christoph]  0.8.11claws161
1782
1783         * src/folder.c
1784         * src/folderview.c
1785         * src/imap.c
1786                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1787                 for every folder after rebuilding the folder tree.
1788
1789         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1790          messages)
1791
1792 2003-05-17 [christoph]  0.8.11claws160
1793
1794         * src/imap.c
1795                 don't use STATUS command on current folder to check for
1796                 content changes. imap_cmd_ok() now tracks changes to
1797                 folder and number of existing messages.
1798
1799 2003-05-17 [paul]       0.8.11claws159
1800
1801         * src/plugins/clamav/clamav_plugin.c
1802                 remove unnecessary debug_print
1803
1804 2003-05-16 [thorsten]   0.8.11claws158
1805
1806         * src/plugins/demo.c
1807                 included missing intl.h
1808
1809 2003-05-16 [paul]       0.8.11claws157
1810
1811         * po/POTFILES.in
1812                 remove non-existant entries
1813         
1814         * src/plugins/clamav/clamav_plugin.c
1815           src/plugins/clamav/clamav_plugin_gtk.c
1816           src/plugins/dillo_viewer/dillo_prefs.c
1817           src/plugins/dillo_viewer/dillo_viewer.c
1818                 gettextise
1819
1820 2003-05-16 [christoph]  0.8.11claws156
1821
1822         * po/POTFILES.in
1823                 include plugin .c files for translation until I
1824                 find a better solution to have plugins have their
1825                 own textdomain
1826         * src/plugins/demo/demo.c
1827         * src/plugins/image_viewer/plugin.c
1828         * src/plugins/mathml_viewer/mathml_viewer.c
1829         * src/plugins/spamassassin/spamassassin.c
1830         * src/plugins/spamassassin/spamassassin_gtk.c
1831         * src/plugins/trayicon/trayicon.c
1832                 add gettext macros for plugin name and description
1833
1834 2003-05-16 [paul]
1835
1836         * sync with 0.9.0
1837
1838 2003-05-16 [paul]       0.8.11claws155
1839
1840         * sync with lastest 0.9.0pre1
1841                 see ChangeLog 2003-05-16
1842
1843 2003-05-15 [paul]       0.8.11claws154
1844
1845         * sync with latest 0.9.0pre1
1846                 see ChangeLog 2003-05-14 and 2003-05-15
1847
1848 2003-05-14 [christoph]  0.8.11claws153
1849
1850         * src/plugins/image_viewer/viewer.c
1851         * src/plugins/image_viewer/viewer.glade         ** NEW **
1852         * src/plugins/image_viewer/viewerprefs.c
1853                 make it possible to disable the autoload function in the
1854                 imageviewer again
1855
1856 2003-05-14 [christoph]  0.8.11claws152
1857
1858         * src/folder.c
1859                 fix folder update after adding a message
1860
1861 2003-05-13 [alfons]     0.8.11claws151
1862
1863         * src/common/session.c
1864                 remove debug traces
1865                 
1866         * src/addrcache.[ch]
1867         * src/filtering.[ch]
1868         * src/folder.[c]
1869         * src/gtkaspell.[ch]
1870         * src/imap.[ch]
1871         * src/mbox_folder.[ch]
1872         * src/mh.[ch]
1873         * src/mimeview.h
1874         * src/msgcache.[ch]
1875         * src/news.[ch]
1876         * src/passphrase.[ch]
1877         * src/prefs_common.[ch]
1878         * src/prefs_gtk.[ch]
1879         * src/procmsg.c
1880         * src/scoring.[ch]
1881                 be pedantic; (in prototypes () implies (int))
1882
1883 2003-05-13 [alfons]     0.8.11claws150
1884
1885         * src/prefs_toolbar.[ch]
1886         * src/summaryview.[ch]
1887         * src/toolbar.[ch]
1888                 change misleading text in toolbar prefs;
1889                 add toolbar action for ignore thread (toggles ignore thread flag);
1890                 clean up a little bit;
1891
1892 2003-05-12 [paul]
1893
1894         * tools/convert_mbox.pl
1895                 bug fixed by Fred Marton
1896
1897 2003-05-12 [paul]
1898
1899         * sync with 0.9.0pre1
1900
1901 2003-05-09 [paul]       0.8.11claws149
1902
1903         * sync with 0.8.11cvs43
1904                 see ChangeLog 2003-05-09
1905
1906 2003-05-08 [christoph]  0.8.11claws148
1907
1908         * src/imap.[ch]
1909                 o use CAPABILIY as first command and check for PREAUTH
1910                   information in the response to it
1911                 o rewrite all imap_cmd_* functions to use an IMAPSession
1912                   instead of a SockInfo as parameter
1913                 o do STARTTLS after fetching and checking the server
1914                   capabilities
1915
1916 2003-05-08 [paul]       0.8.11claws147
1917
1918         * tools/Makefile.am
1919           tools/README
1920           tools/convert_mbox.pl         ** NEW FILE **
1921                 add mbox conversion script. Submitted by 
1922                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1923
1924 2003-05-07 [christoph]
1925
1926         * doc-src/glade.txt
1927         * src/gtk/pluginwindow.glade
1928         * src/plugins/image_viewer/viewerprefs.glade
1929         * src/plugins/spamassassin/spamassassin_gtk.glade
1930                 add glade files for user interfaces and a description how
1931                 to use glade to create the sylpheed code
1932
1933 2003-05-07 [paul]       0.8.11claws146
1934
1935         * sync with 0.8.11cvs41
1936                 see ChangeLog 2003-05-07
1937
1938 2003-05-06 [christoph]  0.8.11claws145
1939
1940         * src/main.c
1941         * src/plugins/image_viewer/viewer.c
1942                 fix usage of imlib in imageviewer plugin
1943
1944         * src/gtk/prefswindow.c
1945                 handle window close event correctly
1946
1947 2003-05-06 [paul]       0.8.11claws144
1948
1949         * src/common/ssl.c
1950                 fix typo introduced in sync
1951
1952 2003-05-06 [paul]       0.8.11claws143
1953
1954         * sync with 0.8.11cvs39
1955                 see ChangeLog 2003-05-06
1956
1957 2003-05-06 [paul]       0.8.11claws142
1958
1959         * AUTHORS
1960           po/cs.po
1961                 updated Czech translation, submitted by 
1962                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1963                 
1964         * src/plugins/clamav/clamav_plugin_gtk.c
1965                 clean up
1966
1967 2003-05-03 [alfons]     0.8.11claws141
1968
1969         * src/compose.[ch]
1970                 make paste as quotation work even when the call to 
1971                 text_inserted() was deferred (fixes bug #140 "Paste 
1972                 as quotation does not work when using "external" 
1973                 clipboard")
1974
1975 2003-05-03 [thorsten]   0.8.11claws140
1976
1977         * src/addrquery.h
1978           src/ldapquery.h
1979           src/mainwindow.c
1980                 removed C++ comments
1981         * src/addr_compl.c
1982                 function with non-int retval/param used before
1983                 implementation/declaration
1984
1985 2003-05-02 [paul]       0.8.11claws139
1986
1987         * src/addr_compl.[ch]
1988           src/addressbook.[ch]
1989           src/addrindex.c
1990           src/summaryview.c
1991                 revert match's changes to (finally) remove the bug where
1992                 opening a folder causes massive slowdown when using the 
1993                 'Display sender using address book' option
1994
1995 2003-05-01 [melvin]     0.8.11claws138
1996
1997         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1998         * src/plugins/dillo_viewer/dillo_viewer.c
1999                 Fixed bug where "Cancel" button from prefs issued
2000                 warnings.
2001                 Comply a little more to coding style
2002
2003 2003-05-01 [paul]       0.8.11claws137
2004
2005         * sync with 0.8.11cvs38
2006                 see ChangeLog 2003-05-01
2007
2008 2003-05-01 [paul]       0.8.11claws136
2009
2010         * po/bg.po
2011                 updated by George Danchev
2012
2013 2003-04-30 [christoph]  0.8.11claws135
2014
2015         * src/plugins/dillo_viewer/dillo_prefs.c
2016         * src/plugins/image_viewer/viewerprefs.c
2017         * src/plugins/spamassassin/spamassassin_gtk.c
2018                 remove gtk_widget_ref() calls for widgets in
2019                 glade code
2020
2021 2003-04-30 [paul]       0.8.11claws134
2022
2023         * src/addrindex.c
2024                 ok, this time a better fix for the bug where opening folder
2025                 has massive slowdown when using the 'Display sender using 
2026                 address book' option
2027
2028 2003-04-30 [paul]       0.8.11claws133
2029
2030         * src/addrindex.c
2031                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2032         
2033 2003-04-30 [melvin]     0.8.11claws132
2034
2035         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2036
2037         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2038                 Preferences for the dillo plugin
2039         * src/plugins/dillo_viewer/dillo_viewer.c
2040                 Support for preferences
2041         * src/plugins/dillo_viewer/Makefile.am
2042                 Added dillo_prefs.[ch]
2043
2044 2003-04-30 [alfons]     0.8.11claws131
2045
2046         * src/common/plugin.[ch]
2047                 see? this ANSI C'fication immediately gives us type
2048                 checking for free.
2049
2050 2003-04-30 [alfons]     0.8.11claws130
2051
2052         * src/common/plugin.[ch]
2053         * src/plugins/clamav/clamav_plugin.[ch]
2054         * src/plugins/clamav/clamav_plugin_gtk.c
2055         * src/plugins/demo/demo.c
2056         * src/plugins/dillo_viewer/dillo_viewer.c
2057         * src/plugins/image_viewer/plugin.c
2058         * src/plugins/image_viewer/viewer.[ch]
2059         * src/plugins/image_viewer/viewerprefs.[ch]
2060         * src/plugins/mathml_viewer/mathml_viewer.c
2061         * src/plugins/spamassassin/spamassassin.[ch]
2062         * src/plugins/spamassassin/spamassassin_gtk.c
2063         * src/plugins/trayicon/trayicon.c
2064                 clean up
2065
2066 2003-04-30 [alfons]     0.8.11claws129
2067
2068         * src/common/utils.c
2069                 make is_ascii_str() fail gracefully when NULL pointer
2070                 is passed
2071
2072 2003-04-30 [paul]       0.8.11claws128
2073
2074         * src/addrindex.c
2075                 fix bug where opening folder has massive slowdown when
2076                 using the 'Display sender using address book' option
2077
2078 2003-04-30 [paul]       0.8.11claws127
2079
2080         * src/plugins/clamav/clamav_plugin.c
2081           src/plugins/clamav/clamav_plugin_gtk.c
2082           src/plugins/demo/demo.c
2083           src/plugins/dillo_viewer/dillo_viewer.c
2084           src/plugins/image_viewer/plugin.c
2085           src/plugins/mathml_viewer/mathml_viewer.c
2086           src/plugins/spamassassin/spamassassin.c
2087           src/plugins/spamassassin/spamassassin_gtk.c
2088           src/plugins/trayicon/trayicon.c
2089                 get rid of eye-hurting function signatures
2090
2091 2003-04-30 [paul]       0.8.11claws126
2092
2093         * src/plugins/trayicon/trayicon.c
2094                 add description
2095                 
2096         * src/mimeview.c
2097                 be more descriptive
2098
2099 2003-04-30 [paul]       0.8.11claws125
2100
2101         * configure.ac
2102                 arrange the plugins in reverse alphabetical order
2103                 
2104         * src/plugins/clamav/clamav_plugin.[ch]
2105           src/plugins/clamav/clamav_plugin_gtk.c
2106                 rename some params
2107                 resize max_size window
2108                 re-arrange the order of some gui elements
2109                 improve descriptions
2110         
2111         * src/plugins/image_viewer/plugin.c
2112           src/plugins/mathml_viewer/mathml_viewer.c
2113                 add descriptions
2114                 
2115         * src/plugins/spamassassin/spamassassin_gtk.c
2116                 resize max_size window
2117                 re-arrange the order of some gui elements
2118                 
2119         * src/messageview.c
2120           src/mimeview.c
2121                 correct typos
2122
2123 2003-04-30 [alfons]     0.8.11claws124
2124
2125         * src/imap.c
2126                 fix a leak found while browsing Martin Kluge's 
2127                 valgrind log (Claws only)
2128
2129 2003-04-29 [darko]      0.8.11claws123
2130
2131         * src/gtk/gtkstext.h
2132                 include wchar.h if it is available, fixes compilation
2133                 on HP-UX systems
2134
2135 2003-04-29 [melvin]     0.8.11claws122
2136
2137         * src/prefs_actions.c
2138                 Improved help text of Actions' syntax
2139
2140 2003-04-28 [paul]       0.8.11claws121
2141
2142         * src/action.c
2143                 a better fix for the crash when performing an action
2144                 on a mime part
2145
2146 2003-04-28 [paul]       0.8.11claws120
2147
2148         * src/action.c
2149                 fix crash when performing an action on a
2150                 mime part
2151
2152 2003-04-28 [paul]       0.8.11claws119
2153
2154         * sync with 0.8.11cvs36
2155                 see ChangeLog 2003-04-28
2156
2157 2003-04-27 [paul]       0.8.11claws118
2158
2159         * more sync with 0.8.11cvs35
2160                 see ChangeLog 2003-04-25
2161
2162 2003-04-26 [christoph]  0.8.11claws117
2163
2164         * src/folder.c
2165                 fix remove virtual check
2166
2167 2003-04-26 [paul]       0.8.11claws116
2168
2169         * src/messageview.c
2170                 fix return-receipt, make it work again
2171
2172 2003-04-26 [paul]       0.8.11claws115
2173
2174         * src/mimeview.c
2175                 restore double-clicking of the [application/pgp-signature 
2176                 (Select "Check signature" to check)] line in the message view,
2177                 broken in recent sync
2178
2179 2003-04-26 [christoph]  0.8.11claws114
2180
2181         * src/folder.c
2182                 check if remove virtual really exists before
2183                 calling the function
2184
2185 2003-04-25 [match]      0.8.11claws113
2186
2187         * src/addrindex.c
2188         * src/addrbook.c
2189         * src/ldapquery.[ch]
2190         * src/ldapctrl.[ch]
2191                 fix memleak.
2192         * src/ldapserver.[ch]
2193                 fix memleak. fix segfault.
2194                 plug a Claws memleak
2195
2196 2003-04-25 [alfons]     0.8.11claws112
2197
2198         * src/folder.c
2199                 plug a Claws memleak
2200
2201 2003-04-25 [alfons]     0.8.11claws111
2202
2203         * src/common/session.c
2204                 plug a memleak
2205
2206 2003-04-25 [paul]       0.8.11claws110
2207
2208         * sync with 0.8.11cvs35
2209                 see ChangeLog 2003-04-24 and 2003-04-25
2210                 
2211         * src/gtk/pluginwindow.c
2212                 correct another strange float value
2213
2214 2003-04-24 [christoph]  0.8.11claws109
2215
2216         * src/folder.c
2217                 freeze folder item updates when unsetting new flags
2218
2219         * src/gtk/pluginwindow.c
2220                 correct strange float value
2221
2222 2003-04-23 [paul]       0.8.11claws108
2223
2224         * sync with 0.8.11cvs33
2225                 see ChangeLog 2003-04-23
2226
2227 2003-04-22 [paul]       0.8.11claws107
2228
2229         * src/Makefile.am
2230           src/messageview.c
2231           src/mimeview.c
2232           src/pgptext.[ch]      ** REMOVED **
2233                 remove pgptext.[ch] as its not used any more
2234
2235 2003-04-22 [paul]       0.8.11claws106
2236
2237         * sync with 0.8.11cvs31
2238                 see ChangeLog 2003-04-21 and 2003-04-22
2239
2240 2003-04-21 [alfons]     0.8.11claws105
2241
2242         * src/main.c
2243                 No access to GTK structures if we're a spawned child
2244                 (and clean up code a little bit...) Should fix #126.
2245
2246 2003-04-21 [melvin]     0.8.11claws104
2247
2248         * src/plugins/dillo_viewer/README
2249                 Improved slightly the text.
2250
2251 2003-04-21 [melvin]     0.8.11claws103
2252
2253         * src/plugins/dillo_viewer/README *** NEW ***
2254                 Added a README file for the Dillo plugin
2255
2256 2003-04-20 [paul]
2257
2258         * tools/README
2259           tools/outlook2sylpheed.pl
2260                 updated and improved by Ricardo Mones Lastra
2261
2262 2003-04-18 [oliver]     0.8.11claws102
2263
2264         * src/inc.c 
2265         * src/prefs_account.h
2266                 remove Pop3SessionType (used by selective download)
2267         * src/prefs_toolbar.c
2268                 enable set Default Toolbar button
2269
2270 2003-04-18 [paul]       0.8.11claws101
2271
2272         * sync with 0.8.11cvs29
2273                 see ChangeLog 2003-04-18
2274
2275 2003-04-17 [paul]       0.8.11claws100
2276
2277         * src/prefs_common.[ch]
2278           src/summaryview.c
2279                 remove 'Open next message on deletion' option,
2280                 as the same effect can now be achieved via the
2281                 'Always open messages in summary when selected'
2282                 option.
2283
2284 2003-04-17 [paul]       0.8.11claws99
2285
2286         * sync with 0.8.11cvs28
2287                 see ChangeLog 2003-04-17
2288
2289 2003-04-17 [christoph]  0.8.11claws98
2290
2291         * ac/spamassassin.m4
2292         * src/plugins/spamassassin/libspamc.[ch]
2293         * src/plugins/spamassassin/utils.[ch]
2294                 sync libspamc with SpamAssassin project
2295
2296 2003-04-17 [christoph]  0.8.11claws97
2297
2298         * src/common/socket.h
2299         * src/gtk/sslcertwindow.h
2300                 rename old USE_SSL to USE_OPENSSL
2301
2302 2003-04-17 [paul]       0.8.11claws96
2303
2304         * src/prefs_common.h
2305                 use gulong for P_COLOR so that it compiles/runs on
2306                 64-bit systems. Patch submitted by James Noyes
2307                 <jnoyes-claws@retrogeeks.com>
2308                 
2309         * po/de.po
2310                 updated by Jens
2311
2312 2003-04-17 [paul]       0.8.11claws95
2313
2314         * sync with 0.8.11cvs27
2315                 see ChangeLog 2003-04-16
2316
2317 2003-04-15 [paul]       0.8.11claws94
2318
2319         * src/prefs_common.[ch]
2320                 rearrange to stop the window getting too long:
2321                         move Receive dialog stuff to Receive tab
2322                         move Send dialog to Send tab
2323                         remove Dialogs frame
2324                 rename 'Open messages in summary with cursor keys' to
2325                 'Always open messages in summary when selected', as its
2326                 more appropriate
2327
2328 2003-04-15 [paul]       0.8.11claws93
2329
2330         * src/prefs_common.[ch]
2331           src/summaryview.c
2332                 add new option '/Interface/Open next message on deletion'
2333
2334 2003-04-15 [paul]       0.8.11claws92
2335
2336         * src/summaryview.[ch]
2337                 add /Mark/Lock and /Mark/Unlock to the pop-up
2338                 menu. Patch submitted by Ivan Francolin Martinez
2339                 <ivanfm@users.sourceforge.net>
2340
2341 2003-04-15 [paul]       0.8.11claws91
2342
2343         * sync with 0.8.11cvs24
2344                 see ChangeLog 2003-04-15
2345
2346 2003-04-14 [jens]       0.8.11claws90
2347
2348         * updated German translation and some corrections from
2349                 Roland Bless <bless@tm.uka.de>
2350
2351 2003-04-14 [paul]       0.8.11claws89
2352
2353         * sync with 0.8.11cvs22
2354                 see ChangeLog 2003-04-14
2355
2356 2003-04-13 [paul]       0.8.11claws88
2357
2358         * src/plugins/clamav/clamav_plugin.c
2359                 fix memory leaks
2360                 clean up
2361
2362 2003-04-12 [paul]       0.8.11claws87
2363
2364         * src/plugins/clamav/clamav_plugin.c
2365                 activate enable/disable archive scanning option
2366                 
2367         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2368
2369 2003-04-12 [paul]       0.8.11claws86
2370
2371         * src/plugins/Makefile.am
2372           src/plugins/clamav/Makefile.am                ** NEW FILE **
2373           src/plugins/clamav/README                     ** NEW FILE ** 
2374           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2375           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2376                 add Clam AntiVirus plugin
2377
2378 2003-04-12 [paul]       0.8.11claws85
2379
2380         * sync with 0.8.11cvs21
2381                 see ChangeLog 2003-04-11
2382
2383 2003-04-11 [paul]       0.8.11claws84
2384
2385         * po/es.po
2386                 update Spanish translation. Submitted by Ricardo
2387                 Mones Lastra.
2388
2389 2003-04-10 [christoph]  0.8.11claws83
2390
2391         * src/mbox.c
2392                 fix typo that did not move unfiltered mails to destination
2393                 folder
2394
2395         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2396          when filtering from spool)
2397
2398 2003-04-10 [christoph]  0.8.11claws82
2399
2400         * src/imap.c
2401                 use BODY.PEEK instead of BODY in in message fetch operation
2402                 to make sure the IMAP server does not set the \Seen flag for
2403                 messages. Sylpheed does that later itself, when the message
2404                 is opened in sylpheed
2405
2406         (closes Bug 111 Claws destroys unread marks)
2407
2408 2003-04-09 [oliver]     0.8.11claws81
2409         
2410         * src/folder.c
2411                 fix crash in folder_destroy
2412         * README.claws
2413                 remove selective download
2414
2415 2003-04-09 [christoph]  0.8.11claws80
2416
2417         * src/imap.c
2418                 fix crash in imap_get_msginfo() when then fetched message
2419                 is not found
2420
2421         (closes Bug 110 Crash during mail composition)
2422
2423 2003-04-08 [christoph]  0.8.11claws79
2424
2425         * src/folder.c
2426         * src/prefs_account.c
2427                 Filter new messages that are found in an INBOX folder
2428                 when 'Filter messages on receiving' is enabled in the
2429                 Folder's AccountPrefs. This allows to use Sylpheed's
2430                 filtering engine for IMAP folders where messages are
2431                 added to the INBOX by a MTA
2432
2433 2003-04-08 [paul]       0.8.11claws78
2434
2435         * src/procmsg.h
2436                 clean up after last commit
2437
2438 2003-04-08 [paul]       0.8.11claws77
2439
2440         * sync with 0.8.11cvs20
2441                 see ChangeLog 2003-04-07 and 2003-04-08
2442
2443 2003-04-07 [christoph]  0.8.11claws76
2444
2445         * src/filtering.[ch]
2446         * src/inc.[ch]
2447         * src/mbox.c
2448         * src/procmsg.[ch]
2449                 add procmsg_msginfo_filter() to execute filtering actions
2450
2451 2003-04-06 [christoph]  0.8.11claws75
2452
2453         * src/imap.c
2454                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2455
2456 2003-04-06 [christoph]  0.8.11claws74
2457
2458         * src/common/utils.[ch]
2459                 add g_int_compare() function for slist sorting
2460
2461         * src/imap.c
2462                 fetch all MsgInfos with one command in imap_get_msginfos()
2463                 using an imap set with a list of ranges
2464
2465         * src/news.c
2466                 use new g_int_compare() function
2467
2468 2003-04-06 [thorsten]   0.8.11claws73
2469
2470         * src/mh.c
2471                 corrected implementation of mh_folder_destroy()
2472
2473 2003-04-05 [christoph]  0.8.11claws72
2474
2475         * src/account.c
2476         * src/folder.[ch]
2477         * src/folderview.c
2478         * src/imap.c
2479         * src/inc.c
2480         * src/main.c
2481         * src/mainwindow.c
2482         * src/mbox_folder.c
2483         * src/mh.c
2484         * src/mimeview.h
2485         * src/msgcache.[ch]
2486         * src/news.c
2487         * src/procmime.h
2488         * src/procmsg.[ch]
2489         * src/setup.c
2490         * src/gtk/gtkutils.c
2491                 o rename structure field names class and new to klass and
2492                   new_msgs, to allow including files in C++
2493                 o add 'extern "C"' block to some header files
2494                 o add MsgInfoList and MsgNumberList as alias for GSList for
2495                   developers to know what type of list is expected
2496
2497         * src/plugins/image_viewer/plugin.c
2498         * src/plugins/image_viewer/viewer.[ch]
2499         * src/plugins/image_viewer/viewerprefs.[ch]
2500                 rename function names to prevent conflicts
2501
2502 2003-04-05 [paul]       0.8.11claws71
2503
2504         * sync with 0.8.11cvs18
2505                 see ChangeLog 2003-04-03 and 2003-04-04
2506
2507 2003-04-02 [christoph]  0.8.11claws70
2508
2509         * src/folder.[ch]
2510         * src/imap.[ch]
2511         * src/mbox_folder.[ch]
2512         * src/mh.[ch]
2513         * src/news.[ch]
2514                 o Make all virtual folder functions private
2515                 o remove unused folder code
2516
2517         * src/common/socket.[ch]
2518         * src/summaryview.c
2519                 fix warnings
2520
2521 2003-03-30 [alfons]     0.8.11claws69
2522
2523         * src/send_message.c
2524                 remove two debug traces and see if people still report
2525                 errors
2526
2527 2003-03-30 [alfons]     0.8.11claws68
2528
2529         * src/send_message.c
2530         * src/commons/session.c
2531                 add more debug traces
2532
2533 2003-03-30 [christoph]  0.8.11claws67
2534
2535         * src/folder.c
2536                 change processing folder name from .processing to processing
2537
2538         * src/common/ssl.c
2539                 disable SSL certificate check because it causes Xlib error
2540                 when the child process want's to open an GTK window
2541
2542 2003-03-30 [christoph]  0.8.11claws66
2543
2544         * src/folder.c
2545                 don't use default folder for processing folder item because
2546                 it can be a non local folder
2547
2548         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2549
2550 2003-03-30 [alfons]     0.8.11claws65
2551
2552         * src/send_message.c
2553                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2554                 to generate bad code for 'send_send_data_progressive': When
2555                 called from 'send_send_data_finished', the 'data' pointer is
2556                 cleared just before the assignment to the dialog pointer
2557
2558 2003-03-29 [christoph]  0.8.11claws64
2559
2560         * src/common/prefs.h
2561         * src/plugins/image_viewer/Makefile.am
2562         * src/plugins/image_viewer/plugin.c
2563         * src/plugins/image_viewer/viewer.[ch]
2564         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2565                 add PrefsPage for ImageViewer
2566
2567 2003-03-28 [thorsten]   0.8.11claws63
2568
2569         * src/common/session.c
2570                 added some comments
2571
2572 2003-03-28 [paul]       0.8.11claws62
2573
2574         * sync with 0.8.11cvs16
2575                 see ChangeLog 2003-03-28
2576
2577 2003-03-28 [paul]       0.8.11claws61
2578
2579         * sync with 0.8.11cvs15
2580                 see ChangeLog 2003-03-28
2581
2582 2003-03-27 [christoph]  0.8.11claws60
2583
2584         * src/folder.c
2585         * src/imap.c
2586         * src/common/socket.[ch]
2587                 set socket state to DISCONNECTED when any operation
2588                 fails to allow reconnecting in IMAP code without
2589                 checking the return code of all calls to the command
2590                 functions
2591
2592         * src/folderview.c
2593         * src/summaryview.c
2594                 remove some more stuff that depends on specific
2595                 folder types
2596
2597 2003-03-27 [paul]       0.8.11claws59
2598
2599         * sync with 0.8.11cvs14
2600                 see ChangeLog 2003-03-27
2601                 
2602         * src/selective_download.[ch]   ** REMOVED **
2603                 really removed
2604
2605 2003-03-27 [christoph]  0.8.11claws58
2606
2607         * src/folder.c
2608                 fix handling of tmp_flags in flag copy function
2609
2610 2003-03-27 [paul]       0.8.11claws57
2611
2612         * sync with 0.8.11cvs13
2613                 see ChangeLog 2003-03-27
2614
2615 2003-03-27 [oliver]     0.8.11claws56
2616
2617         * src/maiwindow.c
2618                 remove sel_download_cb
2619
2620 2003-03-27 [oliver]     0.8.11claws55
2621         
2622         * src/inc.c
2623                 remove POP3_TOP
2624         
2625 2003-03-26 [oliver]     0.8.11claws54
2626
2627         *src/pop.h
2628                 remove POP3_TOP*
2629         * README.claws
2630                 remove selective donwload readme
2631
2632 2003-03-26 [oliver]     0.8.11claws53
2633         * src/matcher.[ch]
2634         * src/matcher_parser_parse.y 
2635         * src/pop.c 
2636         * src/prefs_account.[ch]
2637         * src/prefs_filtering.c
2638                 remove selective donwload
2639
2640 2003-03-26 [oliver]     0.8.11claws52
2641
2642         * src/inc.[ch] 
2643         * src/filtering.c 
2644         * src/mainwindow.c 
2645                 remove selective donwload
2646
2647 2003-03-26 [oliver]     0.8.11claws51
2648         
2649         * src/Makefile.am
2650         * src/selective_download.[ch]   ** REMOVE **    
2651
2652 2003-03-26 [christoph]  0.8.11claws50
2653
2654         * src/news.c
2655                 fix NEWS that got broken by a sync with sylpheed-main
2656
2657 2003-03-26 [christoph]  0.8.11claws49
2658
2659         * src/mimeview.c
2660                 fix mime type guessing when no mime type is found for a file
2661
2662 2003-03-25 [christoph]  0.8.11claws48
2663
2664         * src/mimeview.c
2665         * src/procmime.c
2666                 remove mime type guessing from mime parser and use
2667                 name based mime types in viewer lookup for mime type
2668                 application/octet-stream
2669
2670 2003-03-25 [christoph]  0.8.11claws47
2671
2672         * doc-src/readme.txt
2673         * doc-src/rfc2554.txt
2674                 add RFC about SMTP AUTH
2675
2676         * src/send_message.c
2677         * src/common/smtp.[ch]
2678                 add extra error code for authentication errors and
2679                 clear temporary password when this error occurs
2680
2681         (closes Bug 84 authentication failure while sending should
2682          prompt for password again)
2683
2684 2003-03-25 [christoph]  0.8.11claws46
2685
2686         * configure.ac
2687         * src/Makefile.am
2688         * src/imageview.[ch]                            ** REMOVE **
2689         * src/messageview.[ch]
2690         * src/mimeview.[ch]
2691         * src/prefs_common.[ch]
2692         * src/textview.c
2693         * src/plugins/Makefile.am
2694         * src/plugins/image_viewer/.cvsignore           ** NEW **
2695         * src/plugins/image_viewer/Makefile.am          ** NEW **
2696         * src/plugins/image_viewer/plugin.c             ** NEW **
2697         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2698                 move image viewer into a plugin (building is enabled by default)
2699                 [ToDo: Prefs for resize and autoview]
2700
2701 2003-03-25 [paul]       0.8.11claws45
2702
2703         * sync with 0.8.11cvs12
2704                 see ChangeLog 2003-03-26
2705
2706 2003-03-25 [paul]       0.8.11claws44
2707
2708         * sync with 0.8.11cvs11
2709                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2710                 
2711         Note: Selective Download is broken.
2712                 
2713 2003-03-22 [christoph]  0.8.11claws43
2714
2715         * src/folder.c
2716                 code cleanup for flags copying
2717
2718 2003-03-22 [christoph]  0.8.11claws42
2719
2720         * src/plugins/trayicon/trayicon.c
2721                 fix setting the transparent area when the window size
2722                 is forced by the system tray
2723
2724 2003-03-22 [christoph]  0.8.11claws41
2725
2726         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2727         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2728         * src/plugins/trayicon/newmail.xpm              ** NEW **
2729         * src/plugins/trayicon/nomail.xpm               ** NEW **
2730         * src/plugins/trayicon/trayicon.c
2731         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2732                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2733                 o add icon for unread mails
2734                 o set transparency for window
2735
2736 2003-03-22 [christoph]  0.8.11claws40
2737
2738         * src/news.c
2739                 init news session to prevent crash when session is closed
2740
2741 2003-03-22 [christoph]  0.8.11claws39
2742
2743         * src/imap.c
2744         * src/common/session.[ch]
2745                 Init session data to make sure we don't have invalid pointers
2746                 for read_ch and write_ch when new multi process sessions are
2747                 not used
2748
2749         * src/main.c
2750         * src/common/plugin.c
2751         * src/common/sylpheed.c
2752         * src/plugins/demo/demo.c
2753         * src/plugins/dillo_viewer/dillo_viewer.c
2754         * src/plugins/mathml_viewer/mathml_viewer.c
2755         * src/plugins/spamassassin/spamassassin.c
2756         * src/plugins/spamassassin/spamassassin_gtk.c
2757                 add plugin types to allow loading plugins at different times
2758                 (and maybe for different frontends), because it's not good to
2759                 load GTK-Plugins gefore gtk_init was called
2760
2761         * configure.ac
2762         * src/plugins/Makefile.am
2763         * src/plugins/trayicon/.cvsignore               ** NEW **
2764         * src/plugins/trayicon/Makefile.am              ** NEW **
2765         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2766         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2767         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2768         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2769         * src/plugins/trayicon/trayicon.c               ** NEW **
2770                 New Trayicon plugin that shows an icon in a systray that uses
2771                 XEMBED protocol like Gnome's systray. Icon shows if there
2772                 are new mails and a tooltip shows information about new,
2773                 unread and total messages.
2774
2775 2003-03-22 [paul]       0.8.11claws38
2776
2777         * src/common/smtp.c
2778                 fix ESMTP AUTH CRAM-MD5
2779                 [sync with main (still version 0.8.11cvs6), see
2780                  ChangeLog 2003-03-22]
2781
2782 2003-03-21 [colin]      0.8.11claws37
2783
2784         * src/send_message.c
2785                 Fix USE_SSL => USE_OPENSSL
2786
2787 2003-03-21 [colin]      0.8.11claws36
2788
2789         * src/folderview.c
2790                 Fix counts in drag and dropped subfolders
2791
2792 2003-03-21 [colin]      0.8.11claws35
2793
2794         * src/folder.c 
2795         * src/folderview.c
2796                 speed up a bit folder dnd
2797
2798 2003-03-20 [alfons]     0.8.11claws34
2799
2800         * src/main.c
2801         * src/toolbar.c
2802         * src/procmsg.c
2803                 don't send locked queue messages
2804                 (feature request "[ 705245 ] Locking message in outbox 
2805                  should prevent sending")
2806
2807 2003-03-20 [christoph]  0.8.11claws33
2808
2809         * src/folder.c
2810                 remove NEW and UNREAD flag in special folders when scanning
2811                 
2812         * src/common/smtp.c
2813                 fix ESMTP AUTH CRAM-MD5
2814
2815 2003-03-20 [paul]       0.8.11claws32
2816
2817         * src/prefs_account.c
2818                 Re-write 'Tunnel command to open connection' as
2819                 'Use command to communicate with server', and disable
2820                 it for all except IMAP accounts
2821
2822 2003-03-20 [paul]       0.8.11claws31
2823
2824         * sync with 0.8.11cvs6
2825                 see ChangeLog 2003-03-20
2826
2827 2003-03-19 [match]      0.8.11claws30
2828
2829         * src/addritem.[ch]
2830                 include documentation. minor refactoring.
2831         * src/addr_compl.[ch]
2832         * src/addrindex.[ch]
2833         * src/addresbook.[ch]
2834         * src/summaryview.c
2835                 re-enable address lookup (was disabled in
2836                 0.8.11claws20).
2837
2838 2003-03-19 [christoph]  0.8.11claws29
2839
2840         * src/procmsg.c
2841                 add temp flag handling, will make moving and copying
2842                 messages possible again
2843
2844         * src/folder.c
2845                 correct calulation of folder stats
2846
2847 2003-03-18 [match]      0.8.11claws28
2848
2849         * src/editgroup.h
2850                 remove case sensitive comparison (closes bug 80).
2851
2852 2003-03-18 [christoph]  0.8.11claws27
2853
2854         * src/imap.c
2855                 fix imap using a tunnel command
2856
2857         (closes bug 87)
2858
2859 2003-03-18 [christoph]  0.8.11claws26
2860
2861         * src/folder.[ch]
2862         * src/imap.c
2863         * src/procmsg.[ch]
2864                 rewrite flag handling for folders
2865
2866 2003-03-18 [christoph]  0.8.11claws25
2867
2868         * src/folder.c
2869         * src/procmsg.c
2870         * src/summaryview.c
2871                 unset NEW and UNREAD flags when message is ignored, to make
2872                 sure messages don't show up as unread on other IMAP clients,
2873                 because the IGNORE_THREAD flag can not be syncronized through
2874                 the IMAP folder
2875
2876 2003-03-17 [christoph]  0.8.11claws24
2877
2878         * src/imap.c
2879                 don't use recursion to fetch uids when the number of messages
2880                 does not match. Moved code into subfunction that is used
2881                 again when needed, to prevent an endless loop.
2882
2883 2003-03-17 [thorsten]   0.8.11claws23
2884
2885         * src/imageview.[ch]
2886                 export imageview_get_resized_size() (for plugins)
2887         * src/prefs_common.[ch]
2888                 added prefs_common_get() (for plugins)
2889
2890 2003-03-17 [christoph]  0.8.11claws22
2891
2892         * src/imap.c
2893                 o remove UID guessing from copy code
2894                 o support UIDPLUS extension for APPEND command
2895
2896 2003-03-17 [paul]       0.8.11claws21
2897
2898         * src/gtk/about.c
2899                 remove 'Compiled-plugins' section.
2900                 
2901         * src/plugins/dillo_viewer/dillo_viewer.c
2902                 slight change to description text
2903
2904 2003-03-16 [match]      0.8.11claws20
2905         * src/ldapserver.[ch]           ** NEW **
2906         * src/ldapctrl.[ch]             ** NEW **
2907         * src/ldapquery.[ch]            ** NEW **
2908         * src/ldaputil.[ch]             ** NEW **
2909         * src/addrcindex.[ch]           ** NEW **
2910         * src/addrquery.h               ** NEW **
2911         * src/addritem.[ch]
2912         * src/addrcache.[ch]
2913         * src/addrindex.[ch]
2914         * src/addr_compl.[ch]
2915         * src/addressbook.[ch]
2916         * src/addrbook.[ch]
2917         * src/editgroup.c
2918         * src/editaddress.c
2919         * src/editldap.c
2920         * src/editldap_basedn.c
2921         * src/vcard.c
2922         * src/jpilot.c
2923         * src/Makefile.am
2924                 included dynamic LDAP queries. improved address
2925                 completion.
2926
2927 2003-03-16 [paul]       0.8.11claws19
2928
2929         * tools/multiwebsearch.pl
2930                 fix a fatal typo
2931
2932 2003-03-16 [christoph]  0.8.11claws18
2933
2934         * src/mimeview.c
2935         * src/plugins/dillo_viewer/dillo_viewer.c
2936         * src/plugins/mathml_viewer/mathml_viewer.c
2937                 make unregistering of MimeViewerFactorys possible
2938
2939 2003-03-16 [alfons]     0.8.11claws17
2940
2941         * configure.ac
2942                 correct typo
2943
2944 2003-03-16 [melvin]     0.8.11claws16
2945
2946         * src/plugins/dillo_viewer.c
2947                 Fixed bug where it was not possible to view more than
2948                 one text/html attachment per message (bug discovered
2949                 by Christoph Hohmann).
2950
2951 2003-03-15 [melvin]     0.8.11claws15
2952
2953         * src/prefs_actions.c
2954                 Fixed compilation warnings.
2955
2956 2003-03-15 [melvin]     0.8.11claws14
2957
2958         * src/plugins/Makefile.am
2959         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2960         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2961         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2962                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2963                 newer (http://dillo.auriga.wearlab.de/).
2964
2965 2003-03-15 [christoph]  0.8.11claws13
2966
2967         * src/imap.c
2968                 don't query imap folder for attributes because we already
2969                 for them from imap_status
2970
2971         * src/mimeview.[ch]
2972                 add support for plugable MimeViewers (unloading Viewers
2973                 not yet complete)
2974
2975         * src/plugins/Makefile.am
2976         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2977         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2978         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2979                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2980                 widget from http://helm.cs.unibo.it/mml-widget/
2981
2982 2003-03-14 [christoph]  0.8.11claws12
2983
2984         * src/folder.[ch]
2985                 o error return code's should better be negative
2986                 o replace printf with debug_print
2987
2988         * src/imap.c
2989                 improve IMAP folder scan by checking UID-NEXT
2990
2991         * src/summaryview.c
2992                 remove check that are unnecessary in my opinion
2993
2994 2003-03-13 [christoph]  0.8.11claws11
2995
2996         * src/folder.[ch]
2997         * src/foldersel.c
2998         * src/folderview.c
2999         * src/imap.c
3000         * src/mbox_folder.c
3001         * src/mh.c
3002         * src/news.c
3003         * src/prefs_scoring.c
3004         * src/summaryview.c
3005                 use a common function to get a displayable name
3006                 for a FolderItem
3007
3008 2003-03-13 [paul]       0.8.11claws10
3009
3010         * tools/Makefile.am
3011           tools/README
3012           tools/multiwebsearch.conf     ** NEW FILE **
3013           tools/multiwebsearch.pl       ** NEW FILE **
3014                 add multiwebsearch Actions script
3015
3016 2003-03-13 [colin]      0.8.11claws9
3017
3018         * src/compose.c
3019                 Remove leading emtpy lines from quoted text
3020                 before quoting it
3021
3022 2003-03-13 [melvin]     0.8.11claws8
3023
3024         * src/prefs_actions.c
3025                 Fixed a memory leak
3026                 Code clean ups
3027                 Added Cancel and OK buttons
3028                 Corrected help text
3029
3030 2003-03-13 [christoph]  0.8.11claws7
3031
3032         * src/account.c
3033         * src/folder.[ch]
3034         * src/imap.c
3035         * src/mainwindow.c
3036         * src/mbox_folder.c
3037         * src/mh.c
3038         * src/news.c
3039         * src/setup.c
3040                 replace more folder type stuff with folder class stuff
3041
3042 2003-03-13 [melvin]     0.8.11claws6
3043
3044         * src/prefs_actions.c
3045                 Added new tokens:
3046                 %u: user provided argument
3047                 %h: user provided argument (hidden on input)
3048                 %s: current text selection in the message view 
3049
3050 2003-03-13 [paul]       0.8.11claws5
3051
3052         * sync with 0.8.11cvs5
3053                 see ChangeLog 2003-03-11, 2003-03-12
3054
3055 2003-03-12 [christoph]  0.8.11claws4
3056
3057         * src/folder.c
3058                 use folder class idstr when writing folderlist.xml
3059
3060         * src/folder.h
3061         * src/imap.c
3062         * src/news.c
3063                 replace folder type checks with folder class checks
3064
3065 2003-03-12 [christoph]  0.8.11claws3
3066
3067         * src/folder.[ch]
3068         * src/imap.[ch]
3069         * src/main.c
3070         * src/mbox_folder.[ch]
3071         * src/mh.[ch]
3072         * src/news.[ch]
3073                 o create a list of known folder classes in the folder system
3074                 o use folder class id strings for folder item identifiers
3075
3076 2003-03-12 [christoph]  0.8.11claws2
3077
3078         * src/imap.c
3079                 fix imap uid validity check
3080
3081 2003-03-12 [christoph]  0.8.11claws1
3082
3083         * src/account.c
3084         * src/folder.[ch]
3085         * src/foldersel.c
3086         * src/folderview.c
3087         * src/imap.c
3088         * src/mainwindow.c
3089         * src/mbox_folder.c
3090         * src/mh.c
3091         * src/news.c
3092         * src/prefs_scoring.c
3093         * src/procmsg.c
3094         * src/setup.c
3095         * src/summaryview.c
3096                 initial restructuring of folder system, seperating
3097                 folders and folder classes
3098
3099 2003-03-12 [paul]       0.8.11claws
3100
3101         0.8.11claws release
3102
3103 2003-03-12 [christoph]
3104
3105         * src/gtk/prefswindow.c
3106                 fix translation of "Page Index"
3107
3108 2003-03-12 [paul]       0.8.10claws110
3109
3110         a sync from 0.8.11cvs4 before the release
3111
3112         * src/common/utils.c
3113                 subject_compare_for_sort(): allow null strings (fixes
3114                 summary sorting).
3115
3116 2003-03-11 [paul]       0.8.10claws109
3117
3118         * po/es.po
3119                 update Spanish translation, submitted by
3120                 Ricardo Mones Lastra
3121
3122 2003-03-11 [melvin]     0.8.10claws108
3123
3124         * po/fr.po
3125                 Updated French translations
3126
3127 2003-03-11 [paul]       0.8.10claws107
3128
3129         * manual/en/Makefile.am
3130           manual/en/*.html
3131                 update English manual, add a new page
3132                 updated by Francois Barriere <fbarriere@atmel.fr>
3133                 
3134         * po/bg.po
3135           po/it.po
3136           po/sr.po
3137                 update Bulgarian, Italian, and Serbian translations
3138                 submitted by George Danchev, Alessandro Maestri, and
3139                 Urke MMI
3140
3141 2003-03-10 [paul]       0.8.10claws106
3142
3143         * src/gtk/about.c
3144           src/gtk/prefswindow.c
3145                 make some strings translatable
3146
3147 2003-03-10 [darko]      0.8.10claws105
3148
3149         * src/compose.c
3150                 code cleanup to make Hiro happy
3151
3152 2003-03-10 [paul]       0.8.10claws104
3153
3154         * sync with 0.8.11cvs2
3155                 see ChangeLog 2003-03-10
3156
3157 2003-03-09 [melvin]     0.8.10claws103
3158
3159         * src/textview.c
3160                 textview_set_font(): fix for message display in
3161                 UTF-8 locales (thanks to Sergey Vlasov).
3162                 (was unintentionnaly reverted in 0.8.6claws6)   
3163
3164 2003-03-08 [darko]      0.8.10claws102
3165
3166         * src/compose.c
3167                 fix infinite loop in wrapping as reported
3168                 by happycactus
3169                 obsoletes patch #696482
3170
3171 2003-03-08 [christoph]  0.8.10claws101
3172
3173         * src/imap.c
3174                 add workaround for IMAP servers that do not
3175                 support the "UID SEARCH UID" command
3176
3177 2003-03-07 [christoph]  0.8.10claws100
3178
3179         * src/plugins/spamassassin/spamassassin.[ch]
3180         * src/plugins/spamassassin/spamassassin_gtk.c
3181                 code cleanup
3182
3183 2003-03-07 [paul]       0.8.10claws99
3184
3185         * po/es.po
3186                 updated Spanish translation, submitted by
3187                 Ricardo Mones Lastra
3188
3189 2003-03-07 [christoph]  0.8.10claws98
3190
3191         * src/send.c
3192                 fix in 0.8.10claws94 was wrong
3193                 local delivery does not require escaping, remove escaping
3194                 code to make signatures of mails with "." lines valid
3195                 
3196                 NOTE: requires that sendmail is executed with "-i" option,
3197                       what is the default now, but has to be changed in all
3198                       exsiting accounts)
3199
3200 2003-03-07 [paul]       0.8.10claws97
3201
3202         * sync with 0.8.11 release
3203                 see ChangeLog 2003-03-07
3204
3205 2003-03-06 [paul]       0.8.10claws96
3206
3207         * src/compose.c
3208                 revert commit 0.8.10claws92
3209
3210 2003-03-06 [paul]       0.8.10claws95
3211
3212         * src/folderview.c
3213                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3214
3215         * src/gtkaspell.c
3216                 fix bug 74, 'Crash opening editor window with pseudo-color
3217                 display'
3218                 
3219         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3220
3221 2003-03-06 [christoph]  0.8.10claws94
3222
3223         * src/send.c
3224                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3225                 all lines starting with a period get an extra period
3226                 inserted
3227                 (found by Simon 'corecode' Schubert)
3228
3229 2003-03-06 [paul]       0.8.10claws93
3230
3231         * src/folderview.c
3232                 if configured font can't be loaded fall back to gtk
3233                 default. (with thanks to Christoph)
3234                 
3235                 closes long-standing bug 15 'Crashes on startup'
3236
3237 2003-03-06 [paul]       0.8.10claws92
3238
3239         * src/compose.c
3240                 freeze text before autosave and thaw afterwards
3241                 fixes bug 67 'autosave make re-rediting message crazy'
3242
3243 2003-03-06 [christoph]  0.8.10claws91
3244
3245         * src/compose.c
3246                 ignore address comment in dupe check for Cc-list
3247
3248         (closes reopened bug 47 Replying to message strips name part of
3249          e-mail addresses of Cc: lines)
3250
3251 2003-03-06 [paul]       0.8.10claws90
3252
3253         * src/Makefile.am
3254                 remove reference to gtkxtext.h as its no longer in
3255                 the repository
3256
3257 2003-03-06 [paul]       0.8.10claws89
3258
3259         * sync with 0.8.10cvs25
3260                 see ChangeLog 2003-03-06
3261
3262 2003-03-06 [oliver]     0.8.10claws88
3263         
3264         * src/messageview.c
3265                 remove include
3266
3267 2003-03-06 [oliver]     0.8.10claws87
3268         
3269         * src/folderview.c 
3270                 remove changes introduced inclaws74
3271         * src/messageview.c
3272                 another attempt to sanely delete and update
3273                 messages deleted in separate messageview
3274
3275 2003-03-05 [christoph]  0.8.10claws86
3276
3277         * src/summaryview.c
3278                 check if "From" matches any account's address if
3279                 addressbook completion of addresses is disabled too
3280
3281         (closes Bug 70 "Display recipient in from" doesn't check
3282          folder's default account)
3283
3284 2003-03-05 [christoph]  0.8.10claws85
3285
3286         * src/compose.c
3287         * src/common/utils.[ch]
3288                 don't strip address comments when building Cc lists
3289
3290         (closes Bug 47 Replying to message strips name part of e-mail addresses
3291          of Cc: lines)
3292
3293         * src/folder.c
3294                 fix return value of copy function
3295
3296 2003-03-05 [christoph]  0.8.10claws84
3297
3298         * src/imap.c
3299                 don't ask imap server for non rfc822 headers
3300
3301         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3302
3303         * src/imap.c
3304                 destroy session on socket error to allow reconnecting
3305
3306 2003-03-05 [christoph]  0.8.10claws83
3307
3308         * configure.ac
3309                 fix building with gnome when no prefix is set
3310
3311         (closes bug 66 Gnome directory is set to NONE)
3312
3313 2003-03-05 [paul]       0.8.10claws82
3314
3315         * sync with 0.8.10cvs23
3316                 see ChangeLog 2003-03-05
3317
3318 2003-03-04 [christoph]  0.8.10claws81
3319
3320         * src/folder.c
3321                 o fix moving and copying when folder returns 0 for new
3322                   message number
3323                 o remove some code for single message copy and move
3324                   operations and use functions for multiple messages
3325
3326         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3327
3328         * src/news.c
3329                 remove unused include
3330
3331 2003-03-04 [paul]       0.8.10claws80
3332
3333         * src/gtk/about.c
3334                 list 'Compiled plugins'
3335
3336 2003-03-03 [christoph]  0.8.10claws79
3337
3338         * src/news.[ch]
3339                 have to multiply the percentage of the current fetch with
3340                 the percentage that it has of the total fetch operation
3341                 for correct values
3342
3343 2003-03-03 [christoph]  0.8.10claws78
3344
3345         * src/news.c
3346                 fix calculation of expected lines for progress indicator
3347
3348 2003-03-03 [christoph]  0.8.10claws77
3349
3350         * src/summaryview.c
3351         * src/common/utils.c
3352                 fix segfault when opening the root news folder
3353
3354 2003-03-03 [christoph]  0.8.10claws76
3355
3356         * src/mainwindow.[ch]
3357         * src/common/Makefile.am
3358         * src/common/progressindicator.[ch]
3359                 add UI independent progress indicator handling
3360
3361         * src/news.[ch]
3362                 use new progress indicator for message info fetching
3363
3364         * src/common/hooks.h
3365                 code cleanup
3366
3367 2003-03-03 [oliver]     0.8.10claws75
3368
3369         * src/toolbar.c
3370         * src/compose.c
3371                 removed commented code
3372
3373 2003-03-03 [oliver]     0.8.10claws74
3374
3375         * src/toolbar.[ch]
3376                 cleanups and refactoring
3377         * src/compose.[ch]
3378                 compose_reply_mode reply & forwarding interface for
3379                 toolbar buttons
3380         * src/folderview.c
3381                 act on messages marked for deletion in folderview_selected
3382                 based on prefs_common.immediate_exec since a message might 
3383                 have been deleted by messageview in a folder we are changing 
3384                 to (does anybody understand what I'm on about ?)
3385
3386 2003-03-03 [oliver]     0.8.10claws73
3387         
3388         * src/messageview.[ch]
3389                 new functions
3390                 - messageview_delete: delete message shown in messagview
3391                 - messageview_update_view: update messageview to currently 
3392                   selected summaryview message
3393                 - add separate messageview to msgview_list in order to update 
3394                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3395         * src/summaryview.[ch]
3396                 summary_get_selection returns a list of selected msgs
3397                 in summaryview
3398         * src/mainwindow.c
3399                 toolbar reply refactoring
3400
3401 2003-03-03 [paul]       0.8.10claws72
3402
3403         * sync with 0.8.10cvs21
3404                 see ChangeLog 2003-03-03
3405
3406 2003-03-02 [christoph]  0.8.10claws71
3407
3408         * src/common/passcrypt.c
3409                 use POSIX includes
3410
3411 2003-03-02 [christoph]  0.8.10claws70
3412
3413         * configure.ac
3414         * src/prefs_account.c
3415         * src/prefs_gtk.[ch]
3416         * src/common/.cvsignore
3417         * src/common/Makefile.am
3418         * src/common/passcrypt.c                ** NEW **
3419         * src/common/passcrypt.h.in             ** NEW **
3420                 Implement password encryption in config files
3421                 using unix encrypt and setkey functions. The crypt
3422                 key can be set as a configure parameter. Old
3423                 passwords will be converted if they do not begin
3424                 with '!'
3425
3426 2003-03-02 [paul]       0.8.10claws69
3427
3428         * src/prefs_account.c
3429                 fix compile error
3430
3431 2003-03-01 [thorsten]   0.8.10claws68
3432
3433         * po/el.po
3434           po/hr.po
3435           po/it.po
3436           po/nl.po
3437           po/sr.po
3438           po/sv.po
3439                 corrected format strings
3440         * po/en_GB.po
3441                 corrected headers
3442                 (fix compile errors with GNU gettext-0.11.5)
3443
3444 2003-03-01 [oliver]     0.8.10claws67
3445
3446         * src/summaryview.c
3447                 menu callbacks call toolbar_menu_reply
3448
3449 2003-03-01 [oliver]     0.8.10claws66
3450
3451         * src/mainwindow.c
3452         * src/messageview.c
3453                 menu callbacks call toolbar_menu_reply
3454         * src/toolbar.[ch]
3455                 callbacks from menu handled by toolbar_menu_reply
3456
3457 2003-03-01 [paul]       0.8.10claws65
3458
3459         * src/addressbook.c
3460                 revert commit 0.8.10claws54 - breaks editing of
3461                 addressbook.
3462                 
3463         * po/bg.po
3464                 update Bulgarian translation, submitted by
3465                 George Danchev
3466
3467 2003-02-28 [christoph]  0.8.10claws64
3468
3469         * src/account.c
3470         * src/addressadd.c
3471         * src/compose.c
3472         * src/gtkaspell.c
3473         * src/gtkxtext.h                ** REMOVE **
3474         * src/imap.c
3475         * src/matcher.[ch]
3476         * src/mh.c
3477         * src/news.c
3478         * src/pine.c
3479         * src/prefs_common.c
3480         * src/prefs_matcher.c
3481         * src/procheader.[ch]
3482         * src/procmsg.[ch]
3483         * src/toolbar.c
3484         * src/common/ssl_certificate.c
3485         * src/gtk/colorlabel.c
3486         * src/gtk/menu.c
3487                 o fix warnings
3488                 o remove code obsoleted by new cache and folder system rework
3489
3490 2003-02-28 [oliver]     0.8.10claws63
3491         
3492         * src/toolbar.[ch]
3493                 * fix bug where reply in Messageview replied to 
3494                 Message displayed in summaryview
3495                 (reportedd via ML by chinatinte at gmx dot ch)
3496                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3497                 didn't work in separate MessageView Toolbar
3498                 (wondering if anybody uses this at all ?)
3499         * src/summaryview.[ch]
3500                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3501                 (generalize reply and forward code);
3502         * src/messageview.c 
3503                 remove focus_in event which updated summaryview to messageview
3504
3505 2003-02-28 [paul]       0.8.10claws62
3506
3507         * po/Makefile.in.in
3508                 add the --check option
3509                 Patch submitted by Ricardo Mones Lastra
3510
3511 2003-02-28 [paul]       0.8.10claws61
3512
3513         * src/prefs_account.c
3514                 re-order 'Signature' items
3515
3516 2003-02-28 [paul]       0.8.10claws60
3517
3518         * sync with 0.8.10cvs20
3519                 see ChangeLog 2003-02-28
3520
3521 2003-02-28 [paul]       0.8.10claws59
3522
3523         * po/POTFILES.in
3524                 update to reflect recent movement of files
3525
3526 2003-02-28 [paul]       0.8.10claws58
3527
3528         * sync with 0.8.10cvs19
3529                 see ChangeLog 2003-02-28
3530
3531 2003-02-27 [martin]     0.8.10claws57
3532
3533         * src/prefs_matcher.c 
3534                 fix segfault in prefs_matcher_ok() when the
3535                 last entry is deleted and prevents that the
3536                 message "entry not saved" comes up after deleting
3537                 an entry
3538
3539 2003-02-27 [martin]     0.8.10claws56
3540
3541         * src/prefs_filtering.c 
3542                 fix segfault in prefs_filtering_ok() when the
3543                 last entry is deleted and prevents that the
3544                 message "entry not saved" comes up after deleting
3545                 an entry
3546
3547 2003-02-27 [paul]       0.8.10claws55
3548
3549         * sync with 0.8.10cvs18
3550                 see ChangeLog 2003-02-27
3551
3552 2003-02-27 [paul]       0.8.10claws54
3553
3554         * src/addressbook.c
3555                 fix bug where the address book crashes with 
3556                 multiple lookups.
3557                 Patch [687729] submitted by David Frager 
3558                 <dbfrager@users.sourceforge.net>
3559
3560 2003-02-25 [christoph]  0.8.10claws53
3561
3562         * src/Makefile.am
3563         * src/colorlabel.[ch]           ** REMOVE **
3564         * src/gtk/Makefile.am
3565         * src/gtk/colorlabel.[ch]       ** NEW **
3566                 move colorlabel files to gtk directory
3567
3568         * src/esmtp.[ch]                ** REMOVE **
3569                 has been merged into smtp.[ch] in 0.7.5
3570
3571 2003-02-25 [christoph]  0.8.10claws52
3572
3573         * src/Makefile.am
3574         * src/about.[ch]                ** REMOVE **
3575         * src/gtk/Makefile.am
3576         * src/gtk/about.[ch]            ** NEW **
3577                 move about files to gtk directory
3578
3579 2003-02-25 [christoph]  0.8.10claws51
3580
3581         * src/folder.c
3582                 some code optimization of folder scanning code
3583
3584         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3585
3586 2003-02-25 [christoph]  0.8.10claws50
3587
3588         * src/main.c
3589         * src/common/sylpheed.c
3590                 add command line parameter parsing to common code
3591
3592 2003-02-24 [christoph]
3593
3594         * Makefile.am
3595         * configure.ac
3596                 fix gnome prefix problems, the configure script now removed
3597                 `gnome-config --prefix` from `gnome-config --datadir`
3598                 and adds $(prefix} instead
3599
3600         (closes Bug 24 Makefile does not respect prefix when installing
3601          GNOME data)
3602
3603 2003-02-24 [christoph]  0.8.10claws49
3604
3605         * src/news.c
3606                 check for valid session before trying to authenticate
3607
3608         (closes Bug 60 crash if "authenticate on logon" is activated
3609          and newsserver-hostname is not valid)
3610
3611 2003-02-24 [melvin]     0.8.10claws48
3612
3613         * src/prefs_actions.c
3614                 Make sure all user's input is sent to the action and then
3615                 close the socket..
3616
3617 2003-02-23 [alfons]     0.8.10claws46
3618
3619         * src/summaryview.c
3620                 also wait cursor when deleting files
3621
3622 2003-02-23 [paul]
3623
3624         * tools/freshmeat_search.pl
3625           tools/google_search.pl
3626                 scripts should now work for any browser/browser command line
3627
3628 2003-02-22 [christoph]  0.8.10claws45
3629
3630         * src/procmsg.c
3631                 fix IMAP flag setting, IMAP flag is not handled correctly
3632                 anymore by the folder system and information about the
3633                 folder should not be saved in the MsgInfo (in my opinion)
3634
3635         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3636
3637 2003-02-22 [christoph]  0.8.10claws44
3638
3639         * src/summaryview.c
3640                 fix spelling of "label" ;-)
3641
3642 2003-02-22 [thorsten]   0.8.10claws43
3643
3644         * src/mimeview.c
3645           src/prefs_common.[ch]
3646           src/procmime.[ch]
3647                 do not use description as attachment name
3648
3649 2003-02-22 [alfons]     0.8.10claws42
3650
3651         * src/summaryview.c
3652                 freeze/thaw folder item updates when changing color labels,
3653                 and put a wait cursors on
3654
3655 2003-02-22 [thorsten]   0.8.10claws41
3656
3657         * src/mimeview.c
3658                 save-all fixes: crash if invoked on multipart container,
3659                 mimeinfo access, pathseparators, error dialog
3660
3661 2003-02-21 [alfons]     0.8.10claws40
3662
3663         * src/prefs_gtk.c
3664                 remove unused var
3665
3666 2003-02-21 [colin]      0.8.10claws39
3667
3668         * src/send.c
3669                 Fix smtp logging
3670
3671 2003-02-21 [colin]      0.8.10claws38
3672
3673         * src/summaryview.c
3674                 Freeze/thaw folderItem updates when filtering messages 
3675                 via Tools/Filter messages
3676
3677 2003-02-21 [paul]       0.8.10claws37
3678
3679         * src/compose.c
3680                 revert commit 0.8.10claws26, there are ulterior motives
3681                 for users to set a Reply-To header when posting to
3682                 newsgroups
3683
3684 2003-02-21 [paul]       0.8.10claws36
3685
3686         * sync with 0.8.10cvs17
3687                 see ChangeLog 2003-02-21
3688
3689 2003-02-20 [christoph]  0.8.10claws35
3690
3691         * src/imap.c
3692                 IMAP UID fetch speedup using SEARCH
3693
3694         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3695
3696         * src/imap.c
3697                 fix problem with UIDs in IMAP UID cache that no longer existed
3698
3699 2003-02-20 [christoph]  0.8.10claws34
3700
3701         * src/imap.c
3702         * src/procheader.c
3703         * src/procheader.h
3704                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3705
3706         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3707
3708         * src/imap.c
3709                 Rewrite imap_cmd_gen_recv use sock_getline instead
3710                 of sock_gets to avoid problems with too long reply
3711                 lines
3712     
3713 2003-02-20 [colin]      0.8.10claws33
3714         
3715         * src/prefs_account.c
3716                 Better wording
3717
3718 2003-02-20 [colin]      0.8.10claws32
3719
3720         * src/compose.c
3721                 Remove useless '&& !to_sender' 
3722
3723 2003-02-20 [darko]
3724
3725         * AUTHORS
3726                 change my e-mail address
3727
3728 2003-02-19 [colin]      0.8.10claws31
3729
3730         * src/prefs_common.c
3731                 X11 style colors for every configurable color
3732
3733 2003-02-19 [alfons]     0.8.10claws30
3734
3735         * src/prefs_gtk.[ch]
3736         * src/prefs_common.c
3737                 for color_new accept both plain integers and X11 style color
3738                 names (as found in /usr/lib/X11/rgb.txt)
3739
3740 2003-02-19 [paul]       0.8.10claws29
3741
3742         * src/mainwindow.c
3743                 add tooltips to online/offline button and account selector
3744                 button
3745
3746 2003-02-19 [paul]       0.8.10claws28
3747
3748         * src/folder.c
3749           src/news.c
3750           src/prefs_account.[ch]
3751           src/prefs_common.[ch]
3752                 move 'Maximum number of articles to download' to
3753                 account prefs.
3754                 clean up account prefs gui a little by hiding entries
3755                 rather then greying out entries
3756
3757 2003-02-19 [hiro]       0.8.10claws27
3758
3759         * src/common/utils.c
3760                 fix bug #54 'yesterdays date is displayed in the message 
3761                 summary window'
3762
3763 2003-02-19 [paul]       0.8.10claws26
3764
3765         * src/compose.c
3766                 fix bug reported in Feature Request [688596] 
3767                 'Reply-to header in news'
3768
3769 2003-02-18 [paul]       0.8.10claws25
3770
3771         * src/select-keys.c
3772                 add a 'List all keys' button to key selection dialog
3773
3774 2003-02-18 [colin]      0.8.10claws24
3775         
3776         * src/stock_pixmap.c
3777                 fix compile error
3778
3779 2003-02-18 [colin]      0.8.10claws23
3780
3781         * src/common/smtp.[ch]
3782           src/prefs_account.c
3783                 Try to starttls if it seems to be the only
3784                 way to authenticate a user
3785
3786 2003-02-18 [paul]       0.8.10claws22
3787
3788         * src/Makefile.am
3789           src/folderview.c
3790           src/stock_pixmap.[ch]
3791           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3792           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3793                 as a Drafts folder is a special folder allow it to have
3794                 its own unique icons
3795
3796 2003-02-18 [colin]      0.8.10claws21
3797
3798         * src/imap.c
3799                 Fix port selection when using starttls
3800
3801 2003-02-18 [paul]       0.8.10claws20
3802
3803         * src/mainwindow.c
3804           src/prefs_common.[ch]
3805                 make blue the default new mail colour
3806
3807 2003-02-18 [paul]       0.8.10claws19
3808
3809         * sync with 0.8.10cvs14
3810                 see ChangeLog 2003-02-18
3811
3812 2003-02-17 [jens]       0.8.10claws18
3813
3814         * src/common/md5.c
3815                 fixed a compile problem with gcc 3.3
3816                 works on 2.95.3 too (testet on PPC as it is big endian)
3817
3818 2003-02-17 [paul]       0.8.10claws17
3819
3820         * sync with 0.8.10cvs13
3821                 see ChangeLog 2003-02-17
3822
3823 2003-02-17 [paul]       0.8.10claws16
3824
3825         * sync with 0.8.10cvs12
3826                 see ChangeLog 2003-02-17
3827
3828 2003-02-16 [match]      0.8.10claws15
3829
3830         * src/addressbook.c
3831                 Eliminates reloading of address data when items
3832                 deleted or added. Applied submitted by
3833                 Luke Plant <lukeplant@softhome.net>
3834
3835 2003-02-16 [paul]       0.8.10claws14
3836
3837         * src/news.c
3838                 when a 'protocol error' is encountered disconnect from
3839                 the server. This means that the user can carry on viewing
3840                 other articles and doesn't have to either wait until the
3841                 server timesout or quit sylpheed.
3842                 Fixes bug #53 'Unable to read messages in newsgroups, 
3843                 displayed message doesn't change'
3844
3845 2003-02-15 [christoph]  0.8.10claws13
3846
3847         * src/imap.c
3848                 fix bug that stopped scanning of folders when an
3849                 IMAP folder was empty
3850
3851         (closes bug 46 stop scan messages in folders after empty folder)
3852
3853 2003-02-15 [paul]
3854
3855         * tools/Makefile.am
3856           tools/README
3857           tools/freshmeat_search.pl     ** NEW FILE **
3858           tools/google_search.pl        ** NEW FILE **
3859                 Add 2 Actions scripts which search freshmeat/google
3860                 for the selected text using the browser configured
3861                 in sylpheedrc.
3862                 
3863         Note: These scripts are very dependent on the format of the
3864         browser command and may not work on every occasion. Testing
3865         is welcome. 
3866
3867 2003-02-14 [alfons]     0.8.10claws12
3868
3869         * src/compose.c
3870                 fix breakage because of uninitialized account pointer.
3871                 please verify.
3872
3873 2003-02-14 [paul]       0.8.10claws11
3874
3875         * src/compose.c
3876           src/prefs_account.[ch]
3877           src/prefs_common.[ch]
3878                 move signature settings to Account Prefs
3879
3880 2003-02-14 [paul]       0.8.10claws10
3881
3882         * sync with 0.8.10cvs11
3883                 see ChangeLog 2003-02-14
3884
3885 2003-02-13 [thorsten]   0.8.10claws9
3886
3887         * src/news.c
3888                 revert news progressbar (GUI separation)
3889
3890 2003-02-13 [paul]       0.8.10claws8
3891
3892         * src/compose.c
3893                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3894                 paragraph 1
3895
3896 2003-02-13 [paul]       0.8.10claws7
3897
3898         * src/compose.[ch]
3899           src/summaryview.c
3900                 fix 'Follow-up and Reply-to' so that it creates a reply to
3901                 the newsgroup and the sender. If the message has the keyword
3902                 'poster' in the Followup-To header, all replies go to the
3903                 sender, re: RFC 1036, Section 2.2.3
3904                 rename all instances of 'ignore_replyto' to 'to_sender', both
3905                 were previously used, now we use just one.
3906
3907 2003-02-13 [paul]       0.8.10claws6
3908
3909         * sync with 0.8.10cvs9
3910                 see ChangeLog 2003-02-13
3911
3912 2003-02-13 [paul]       0.8.10claws5
3913
3914         * configure.ac
3915                 show which plugins are configured in the configure
3916                 output.
3917
3918 2003-02-12 [thorsten]   0.8.10claws4
3919
3920         * src/news.c
3921                 show progress while fetching news headers
3922
3923 2003-02-12 [christoph]  0.8.10claws3
3924
3925         * configure.ac
3926         * src/plugins/Makefile.am
3927                 use AM_CONDITIONAL to enable plugins, automake correctly
3928                 manages this when creating distdir
3929
3930 2003-02-12 [christoph]  0.8.10claws2
3931
3932         * ac/spamassassin.m4
3933         * src/plugins/spamassassin/Makefile.am
3934                 fix building SpamAssassin plugin without OpenSSL
3935
3936 2003-02-12 [paul]       0.8.10claws1
3937
3938         * ac/Makefile.am
3939           src/Makefile.am
3940           src/plugins/Makefile.am
3941                 fix failure of 'make release'
3942
3943 2003-02-12 [paul]       0.8.10claws
3944
3945         * 0.8.10claws released
3946
3947 2003-02-12 [paul]       0.8.9claws56
3948
3949         * po/bg.po
3950           po/es.po
3951           po/it.po
3952           po/ru.po
3953           po/sr.po
3954                 updated translations by George Danchev, Ricardo Mones Lastra,
3955                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3956                 
3957         * sylpheed.spec.in
3958                 Allow the building of RPMs by a regular user. Submitted
3959                 by Sergei Astanin
3960
3961 2003-02-11 [alfons]     0.8.9claws55
3962
3963         * src/colorlabel.c
3964                 don't use pixmaps for label color rect but draw rectangles
3965                 so we can respect the color map of palette based visuals
3966                 (fixes the long time crashes on Suns - thanks to Andreas
3967                 Engel and Steve O'Hara-Smith for testing)
3968
3969 2003-02-11 [christoph]  0.8.9claws54
3970
3971         * src/matcher_parser_parse.y
3972                 correct bug where filering rules of not existing folders in
3973                 matcherrc were added to global filtering
3974                 
3975         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3976          main filter-rules after removing directory, http://bugs.debian.org/180253)
3977         
3978 2003-02-11 [paul]       0.8.9claws53
3979
3980         * sync with 0.8.10cvs7
3981                 see ChangeLog 2003-02-09
3982
3983 2003-02-11 [melvin]     0.8.9claws52
3984
3985         * po/fr.po
3986                 Updated French tranlsations
3987
3988 2003-02-10 [paul]       0.8.9claws51
3989
3990         * sylpheed.spec.in
3991                 correct --enable-openssl
3992                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3993
3994 2003-02-09 [martin]     0.8.9claws50
3995
3996         * src/prefs_matcher.c
3997                 fix segfault in prefs_matcher_substitute_cb() when
3998                 no row is selected
3999
4000 2003-02-09 [paul]       0.8.9claws49
4001
4002         * src/folderview.c
4003                 fix bug where a newsgroup folder's processing rules were
4004                 merged with the global filtering rules when the newsgroup
4005                 folder was deleted, causing some seriously bad results,
4006                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4007
4008 2003-02-08 [melvin]     0.8.9claws48
4009
4010         * src/compose.c
4011                 Corrected and modified an alert message.
4012
4013 2003-02-07 [paul]       0.8.9claws47
4014
4015         * src/folderview.c
4016                 fix bug where both an 'Account properties' window and a
4017                 'Folder properties' window were opened when clicking on
4018                 'Properties' in an NNTP or IMAP folder's popup menu.
4019
4020 2003-02-07 [paul]       0.8.9claws46
4021
4022         * sync with 0.8.10cvs6
4023                 see ChangeLog 2003-02-06
4024
4025 2003-02-06 [christoph]  0.8.9claws45
4026
4027         * src/mbox.c
4028                 freeze folder updates while importing mbox files
4029                 (closes bug 43 importing mbox took hours)
4030                 
4031         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4032
4033 2003-02-06 [thorsten]   0.8.9claws44
4034
4035         * po/de.po
4036                 Updated german translations
4037
4038 2003-02-06 [thorsten]   0.8.9claws43
4039
4040         * src/news.h
4041                 use guint for message numbers (fix count in grouplist dialog)
4042
4043 2003-02-05 [paul]       0.8.9claws42
4044
4045         * sync with 0.8.10cvs2
4046                 see ChangeLog 2003-02-05
4047
4048 2003-02-04 [colin]      0.8.9claws41
4049
4050         * src/prefs_common.[ch]
4051           src/procmsg.c
4052           src/summaryview.c
4053                 Add an option to disable threading by subject
4054
4055 2003-02-04 [christoph]  0.8.9claws40
4056
4057         * src/inc.c
4058                 only abort fetching mails from multiple accounts when the
4059                 error is fatal and does not allow to check any more accounts
4060                 (currently only disk full error)
4061
4062         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4063          receive mails for other accouts)
4064
4065 2003-02-04 [christoph]  0.8.9claws39
4066
4067         * src/folder.c
4068                 first add the new message to the cache, then
4069                 send the update notification
4070
4071         (closes bug 39 after sending message folderview doesnt get updated)
4072
4073 2003-02-04 [colin]      0.8.9claws38
4074
4075         * src/inc.c
4076                 _really_ fix this Connecting... status
4077
4078 2003-02-04 [paul]       0.8.9claws37
4079
4080         * sync with 0.8.10
4081                 see ChangeLog 2003-02-04
4082
4083 2003-02-04 [paul]       0.8.9claws36
4084
4085         * sync with 0.8.9cvs6
4086                 see ChangeLog 2003-02-03
4087
4088 2003-02-04 [paul]       0.8.9claws35
4089
4090         * po/pt_BR.po
4091                 updated by André Filipe de Assunção e Brito 
4092                 <bedecko@netsite.com.br>
4093
4094 2003-02-03 [thorsten]   0.8.9claws34
4095
4096         * po/de.po
4097                 Updated german translations
4098
4099 2003-02-02 [paul]       0.8.9claws33
4100
4101         * po/es.po
4102                 updated by Ricardo Mones Lastra
4103
4104 2003-02-02 [thorsten]   0.8.9claws32
4105
4106         * src/mh.c
4107                 Fix mh_get_msginfo() segfault if file is inaccessible
4108
4109 2003-01-31 [colin]      0.8.9claws31
4110
4111         * src/procheader.c
4112                 Fix last commit's bug
4113
4114 2003-01-31 [colin]      0.8.9claws30
4115
4116         * src/procheader.c
4117                 Missing a change for gpg-signed messages
4118
4119 2003-01-31 [paul]       0.8.9claws29
4120
4121         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4122           src/procheader.c
4123           src/stock_pixmap.[ch]
4124           src/summaryview.c
4125                 indicate GnuPG signed messages by displaying an icon
4126                 in the Attachment column.
4127
4128 2003-01-31 [paul]       0.8.9claws28
4129
4130         * sync with 0.8.9cvs4
4131                 see ChangeLog 2003-01-31
4132
4133 2003-01-31 [alfons]     0.8.9claws27
4134
4135         * src/textview.c
4136                 tune URI parser to accept mailto URLs with a '?'
4137                 (patch from Ruslan Balkin)
4138
4139 2003-01-31 [colin]      0.8.9claws26
4140
4141         * src/summaryview.c
4142                 Fix a leak introduced in claws24
4143
4144 2003-01-31 [colin]      0.8.9claws25
4145
4146         * src/summaryview.c
4147                 Freeze/Thaw folder updates when deleting dups
4148
4149 2003-01-31 [colin]      0.8.9claws24
4150         
4151         * src/addr_compl.c
4152           src/summaryview.c
4153           src/msgcache.c
4154                 little speed improvements
4155
4156 2003-01-31 [colin]      0.8.9claws23
4157
4158         * src/summaryview.c
4159                 Fix segfault when forwarding nothing
4160                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4161                 
4162 2003-01-30 [paul]       0.8.9claws22
4163
4164         * sync with 0.8.9cvs3
4165                 see ChangeLog 2003-01-30
4166
4167 2003-01-30 [paul]       0.8.9claws21
4168
4169         * sync with 0.8.9cvs2
4170                 see ChangeLog 2003-01-30
4171
4172 2003-01-29 [paul]       0.8.9claws20
4173
4174         * sync with 0.8.9cvs1
4175                 see ChangeLog 2003-01-29
4176
4177 2003-01-28 [paul]       0.8.9claws19
4178
4179         * po/POTFILES.in
4180                 update to reflect changes. 
4181                 thanks to Ricardo Mones Lastra
4182
4183 2003-01-27 [christoph]  0.8.9claws18
4184
4185         * ac/openssl.m4
4186         * ac/spamassassin.m4
4187         * src/plugins/spamassassin/README
4188         * src/plugins/spamassassin/libspamc.[ch]
4189         * src/plugins/spamassassin/utils.[ch]
4190                 updated to latest libspamc
4191
4192 2003-01-27 [christoph]  0.8.9claws17
4193
4194         * src/folder.c
4195                 fix wrong use of procheader_get_header_fields
4196
4197 2003-01-27 [christoph]  0.8.9claws16
4198
4199         * src/news.c
4200         * src/prefs_account.[ch]
4201         * src/common/nntp.[ch]
4202                 allow to force authentication for NNTP servers
4203
4204         Patch submitted by Florian Mickler <dmk@d-labs.de>
4205
4206 2003-01-26 [paul]       0.8.9claws15
4207
4208         * src/summaryview.c
4209                 speed up of marking messages as read
4210                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4211
4212 2003-01-26 [christoph]  0.8.9claws14
4213
4214         * src/Makefile.am
4215         * src/mgutils.[ch]              ** REMOVE **
4216         * src/xml.[ch]                  ** REMOVE **
4217         * src/xmlprops.[ch]             ** REMOVE **
4218         * src/common/Makefile.am
4219         * src/common/mgutils.[ch]       ** NEW **
4220         * src/common/xml.[ch]           ** NEW **
4221         * src/common/xmlprops.[ch]      ** NEW **
4222                 move xml files to common directory
4223
4224 2003-01-26 [christoph]  0.8.9claws13
4225
4226         * src/plugins/spamassassin/spamassassin_gtk.c
4227                 only set gtk entry text if string is available
4228
4229 2003-01-26 [melvin]     0.8.9claws12
4230
4231         * src/description_window.c
4232                 Allow resizing of the window
4233                 Allow automatic horizontal scroll bar
4234                 Do not vertically expand and fill
4235
4236 2003-01-26 [christoph]  0.8.9claws11
4237
4238         * src/Makefile.am
4239         * src/gtkutils.[ch]             ** REMOVE **
4240         * src/common/sylpheed.c
4241         * src/gtk/Makefile.am
4242         * src/gtk/description_window.c
4243         * src/gtk/gtkutils.[ch]         ** NEW **
4244         * src/gtk/prefswindow.c
4245                 move gtkutils to gtk directory
4246
4247 2003-01-26 [paul]       0.8.9claws10
4248
4249         * src/summaryview.c
4250                 rename summary_unread_clicked() to summary_status_clicked()
4251
4252 2003-01-26 [melvin]     0.8.9claws9
4253
4254         * src/prefs_actions.c
4255                 Cosmetical changes to the help text
4256
4257 2003-01-26 [paul]       0.8.9claws8
4258
4259         * src/folder.[ch]
4260           src/mainwindow.c
4261           src/prefs_common.c
4262           src/prefs_sumamry_column.c
4263           summaryview.[ch]
4264                 rename the 'Unread' column to 'Status'
4265
4266 2003-01-25 [match]      0.8.9claws7
4267
4268         * src/mgutils.[ch]
4269                 removed reference to LDAP constants. removed error2string.
4270                 included functions to support LDAP dynamic queries.
4271         * src/syldap.h
4272                 moved LDAP constants here.
4273         * src/addressbook.c
4274         * src/addrindex.c
4275         * src/importldif.c
4276                 removed references to LDAP constants and references to
4277                 error2string.
4278
4279 2003-01-25 [paul]       0.8.9claws6
4280
4281         * src/summaryview.c
4282                 summary_thread_build(), summary_thread_init(): remove 
4283                 unneeded reference to summaryview->folder_item
4284
4285 2003-01-25 [christoph]  0.8.9claws5
4286
4287         * src/gtk/description_window.c
4288                 o allow description texts to expand over multiple columns
4289                 o translate all columns
4290         * src/prefs_actions.c
4291                 change syntax description to use new multi column feature
4292
4293         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4294
4295 2003-01-25 [match]      0.8.9claws4
4296
4297         * src/vcard.c
4298                 fixed bug with Quoted-Printable
4299
4300 2003-01-25 [paul]       0.8.9claws3
4301
4302         * src/folder.[ch]
4303           src/summaryview.[ch]
4304                 implement per-folder collapsed/expanded threads setting
4305                 
4306         * src/prefs_common.c
4307                 remove global collapsed/expanded threads option
4308
4309 2003-01-25 [christoph]  0.8.9claws2
4310
4311         * po/POTFILES.in
4312                 add pluginwindow and prefswindow
4313         * src/compose.c
4314                 make send respond correctly to messages that could be added
4315                 to the queue folder, but the UID of the message is unknown
4316         * src/folder.c
4317         * src/imap.c
4318                 don't return guessed UIDs in imap_add_msg anymore. We return
4319                 0 to tell the folder system it was appened but the UID is
4320                 unknown. Folder system now get's the UID by scaning the folder
4321                 and searching the cache for the Message-ID
4322                 (closes bug #29 Messages queued, but not sent)
4323
4324 2003-01-25 [paul]       0.8.9claws1
4325
4326         * src/codeconv.c
4327                 conv_encode_header():  fix bug when long headers with 8-bit
4328                 characters are used, so that the encoded words are wrapped.
4329                 If the space in the original text falls on the wrap boundary,
4330                 it can be lost.
4331                 Patch by Sergey Vlasov.
4332                 
4333         * src/folderview.c
4334                  fix bug where a change to the sorting method or thread view
4335                  of a folder's messages is lost if simpify-subject is set and
4336                  toggled on or off.
4337                  Patch by Luke Plant.
4338
4339 2003-01-24 [paul]       0.8.9claws
4340
4341         * sylpheed-0.8.9claws released
4342         
4343         * Makefile.am
4344           sylpheed.spec.in
4345                 remove reference to 'INSTALL.jp'
4346
4347 2003-01-23 [paul]       0.8.8claws128
4348
4349         * po/es.po
4350           po/it.po
4351           po/ru.po
4352           po/sr.po
4353                 updated translations. submitted by Ricardo Mones Lastra,
4354                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4355
4356 2003-01-23 [colin]      0.8.8claws127
4357
4358         * src/compose.c
4359                 Fix drafted and queued news articles re-edition
4360
4361 2003-01-23 [melvin]     0.8.8claws126
4362
4363         * po/fr.po
4364                 Updated French translations
4365
4366 2003-01-23 [colin]      0.8.8claws125
4367
4368         * src/inc.c
4369                 Fix "Connecting to..." status message
4370
4371 2003-01-22 [paul]       0.8.8claws124
4372
4373         * po/bg.po
4374                 updated by George Danchev
4375                 
4376         * src/folder.c
4377                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4378                 and folder deletion
4379
4380 2003-01-21 [paul]       0.8.8claws123
4381
4382         * po/bg.po
4383                 updated by George Danchev
4384                 
4385         * src/about.c
4386                 its now 2003
4387                 
4388         * src/toolbar.c
4389                 don't translate 'Separator'
4390                 
4391         * src/plugins/spamassassin/Makefile.am
4392                 add aspell to CPPFLAGS
4393                 
4394         * src/plugins/spamassassin/spamassassin.c
4395           src/plugins/spamassassin/spamassassin_gtk.c
4396                 set correct default for spamassassin_receive_spam
4397                 slightly re-word descriptions and some
4398                 other minor changes
4399
4400 2003-01-19 [alfons]     0.8.8claws122
4401                 
4402         * src/mimeview.c
4403                 mimeview_save_as(): we might as well show the file name for
4404                 the single case "Save As" too
4405
4406 2003-01-19 [alfons]     0.8.8claws121
4407
4408         * src/crash.c
4409                 change bug tracker URL to bugzilla URL
4410
4411 2003-01-19 [alfons]     0.8.8claws120
4412
4413         * src/mimeview.c
4414                 mimeview_save_all(): display name of file before overwriting;
4415                 continue saving all, even when one overwrite was cancelled
4416
4417 2003-01-19 [christoph]  0.8.8claws119
4418
4419         * src/summaryview.c
4420         * src/procmsg.[ch]
4421                 fix wrong usage of procmsg_find_children in summaryview
4422                 by using procmsg_update_unread_children instead of
4423                 summaryview_update_unread_children
4424
4425 2003-01-19 [christoph]  0.8.8claws118
4426
4427         * src/procmsg.c
4428                 fix infinite loop in procmsg_find_children
4429                  (closes bug #25 sylpheed crashes on delete.)
4430
4431         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4432
4433 2003-01-19 [paul]       0.8.8claws117
4434
4435         * po/pt_BR.po
4436                 updated by Ivan Francolin Martinez
4437
4438 2003-01-18 [melvin]     0.8.8claws116
4439
4440         * src/prefs_actions.c
4441                 Removed syntax limitation of only one '&' at the end of command.
4442                         Now actions that contain '>/dev/null 2>&1' are possible.
4443
4444 2003-01-18 [melvin]     0.8.8claws115
4445
4446         * src/prefs_actions.c
4447                 Actions IO dialog: when the action ends
4448                 the "Close" button now has focus and [Escape] closes the
4449                 window.
4450
4451 2003-01-18 [christoph]  0.8.8claws114
4452
4453         * src/procmsg.c
4454                 o add debug output when MsgInfos are really freed
4455                 o free GSLists in procmsg_find_children and
4456                   procmsg_update_unread_children
4457
4458 2003-01-18 [christoph]  0.8.8claws113
4459
4460         * src/mainwindow.c
4461                 reorder Configuration menu
4462
4463 2003-01-18 [christoph]  0.8.8claws112
4464
4465         * src/compose.c
4466                 fix applying templates to forwarded messages
4467
4468         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4469
4470 2003-01-17 [christoph]  0.8.8claws111
4471
4472         * src/folder.c
4473                 destroy folder items, when a folder item is removed
4474
4475 2003-01-17 [christoph]  0.8.8claws110
4476
4477         * src/folder.c
4478                 fix wrong folder stats update when ignored message is
4479                 deleted
4480
4481 2003-01-17 [colin]      0.8.8claws109
4482         
4483         * src/mainwindow.c
4484         * src/summaryview.c
4485                 Quicksearch bugfixes: 
4486                 - hide help button at startup if not extended
4487                 - switch to extended when looking for replies
4488
4489 2003-01-17 [paul]
4490
4491         * sync with 0.8.9 release
4492
4493 2003-01-17 [paul]       0.8.8claws108
4494
4495         * sync with 0.8.8cvs11
4496                 see ChangeLog 2003-01-17
4497
4498 2003-01-16 [colin]      0.8.8claws107
4499
4500         * src/procmsg.c
4501                 Changed encryption test to re-ask passphrase
4502                 if an encrypted message hasn't been decrypted
4503                 Fixes bug #5
4504
4505 2003-01-16 [christoph]  0.8.8claws106
4506
4507         * src/prefs_gtk.c
4508         * src/prefs_toolbar.c
4509         * src/gtk/prefswindow.h
4510         * src/plugins/spamassassin/spamassassin_gtk.c
4511                 remove page destroy function that is not used anymore
4512
4513 2003-01-16 [paul]       0.8.8claws105
4514
4515         * sync with 0.8.8cvs9
4516                 see ChangeLog 2002-01-16
4517
4518 2003-01-16 [colin]      0.8.8claws104
4519
4520         * src/compose.[ch]
4521                 Fix bug with autosaved drafts for IMAP, when draft
4522                 folder is specified - fixes bugzilla bug #20
4523
4524 2003-01-15 [paul]       0.8.8claws103
4525
4526         * src/compose.[ch]
4527           src/procmsg.c
4528                 store folder and message-id of message forwarding
4529                 in queue header and set forward flag after sending
4530
4531 2003-01-15 [paul]       0.8.8claws102
4532
4533         * sync with 0.8.8cvs8
4534                 see ChangeLog 2002-01-15
4535
4536 2003-01-15 [colin]      0.8.8claws101
4537
4538         * src/Makefile.am
4539                 Fix linking with GNU libiconv
4540
4541 2003-01-15 [darko]      0.8.8claws100
4542
4543         * src/pine.c
4544                 fix crash when importing pine address book
4545                 entry with an empty name (reported by DY
4546                 <dybulk at tri8.net>)
4547
4548 2003-01-14 [paul]       0.8.8claws99
4549
4550         * configure.in  ** REMOVED **
4551           configure.ac  ** NEW FILE **
4552                 rename configure.in to configure.ac, as it is now
4553                 preferred
4554
4555 2003-01-14 [melvin]     0.8.8claws98
4556
4557         * src/folderview.c
4558                 folderview_check_new(): More precise function description
4559
4560 2003-01-14 [melvin]     0.8.8claws97
4561
4562         * src/folderview.c
4563                 folderview_check_new(): return the number of new messages 
4564                         since last check.
4565         * src/inc.c
4566                 inc_account_mail(): Disable counting of new messages for IMAP
4567                         and NNTP until bug [19] and [14] are fixed.
4568
4569 2003-01-14 [paul]       0.8.8claws96
4570
4571         * sync with 0.8.8cvs6
4572                 see ChangeLog 2003-01-14
4573
4574 2003-01-13 [alfons]     0.8.8claws95
4575
4576         * src/textview.c
4577                 tune email address validation (c. 0.8.8claws89): if . is 
4578                 just one char away from @, the address is invalid too 
4579                 (correctly rejects addresses like foo@.com)
4580
4581 2003-01-13 [paul]       0.8.8claws94
4582
4583         * src/messageview.c
4584           src/toolbar.c
4585                 fixes to the Message View toolbar and menu:
4586                 fix non-functioning Forward button
4587                 make Reply button consider default_reply_list
4588                 remove 'Follow-up...' menu entry
4589                 add 'Forward' and 'Redirect' menu entries
4590
4591 2003-01-13 [melvin]     0.8.8claws93
4592
4593         * src/inc.c
4594                 Fixed typo that could make new messages count incorrect.
4595
4596 2003-01-13 [melvin]     0.8.8claws92
4597
4598         * src/folderview.[ch]
4599                 folderview_check_new(): return the number of new messages.
4600         * src/inc.c
4601                 Should fix bug [14] where new mail notification worked 
4602                         incorrectly with IMAP accounts.
4603                 inc_spool_account(): return number of new msgs, or -1 on error
4604                 inc_all_spool(): return number of new msgs
4605                 
4606 2003-01-13 [melvin]     0.8.8claws91
4607
4608         * src/prefs_actions.c
4609                 Justify help text.
4610
4611 2003-01-12 [thorsten]   0.8.8claws90
4612
4613         * src/common/prefs.c
4614                 close file before rename
4615
4616 2003-01-12 [alfons]     0.8.8claws89
4617
4618         * AUTHORS
4619                 add Christian Mertes
4620         * src/common/utils.[ch]
4621                 g_stricase_hash(), g_stricase_equal(): functions for 
4622                 case insensitive hash tables
4623         * src/textview.c
4624                 use top level domain names to validate email address, based
4625                 on a patch by Christian Mertes (thanks!), but changed 
4626                 implementation to use a hash table 
4627
4628 2003-01-12 [paul]       0.8.8claws88
4629
4630         * po/bg.po
4631                 updated by George Danchev
4632
4633 2003-01-12 [alfons]     0.8.8claws87
4634
4635         * src/summaryview.c
4636                 delete / execute performance: use new style folder update
4637
4638 2003-01-12 [paul]       0.8.8claws86
4639
4640         * sync with 0.8.8cvs5
4641                 see ChangeLog 2003-01-13 (!)
4642
4643 2003-01-12 [alfons]     0.8.8claws85
4644
4645         * src/filtering.c
4646         * src/matcher_parser_parse.y
4647                 prepare change_score filtering action
4648         * src/matcher.[ch]
4649                 give up const-correctness on functions that call non-const-correct functions;
4650                 several casts to gpointer in g_free();
4651                 add change_score;
4652
4653 2003-01-12 [christoph]  0.8.8claws84
4654
4655         * src/compose.c
4656                 fix 2 warnings
4657
4658         * src/gtk/prefswindow.[ch]
4659         * src/plugins/spamassassin/spamassassin_gtk.c
4660                 changed the call of the widget create function
4661                 for PrefsPages, because sometimes the widget
4662                 create function needs a widget that already has
4663                 been attached to a window (to create GDK pixmaps
4664                 for exmaple). So we simply pass the GtkWindow as
4665                 the second parameter now.
4666
4667         * src/main.c
4668         * src/mainwindow.c
4669         * src/prefs_toolbar.[ch]
4670                 rewrite Toolbar Preferences using the new
4671                 prefs window
4672
4673 2003-01-11 [alfons]     0.8.8claws83
4674
4675         * src/addressadd.c
4676                 fix crash when adding sender to addressbook because status bar
4677                 isn't there (the status bar doesn't seem to be used though,
4678                 but I'll let Match decide what to do with it)
4679
4680 2003-01-11 [colin]      0.8.8claws82
4681
4682         * src/main.c
4683           src/toolbar.c
4684                 Two useless changes reversed
4685
4686 2003-01-11 [colin]      0.8.8claws81
4687
4688         * src/mainwindow.c
4689           src/mainwindow.h
4690                 Add mainwindow_get_mainwindow()
4691         * src/alertpanel.c
4692           src/alertpanel.h
4693                 Add alertpanel_error_log() 
4694         * src/compose.c
4695           src/inc.c
4696           src/messageview.c
4697           src/toolbar.c
4698           src/main.c
4699           src/procmsg.c
4700                 Network errors get a View Log button
4701
4702 2003-01-10 [alfons]     0.8.8claws80
4703
4704         * src/prefs_toolbar.c
4705         * src/toolbar.c
4706                 use the translatable string for "Separator" as file name for
4707                 separator toolbar items (probably make this uppercase?)
4708
4709 2003-01-10 [alfons]     0.8.8claws79
4710
4711         * src/prefs_toolbar.c
4712                 put right A_SEPARATOR description string in "displayed
4713                 toolbar items list" so manually added separators are
4714                 saved correctly (bug #10, "Adding a separator to the main 
4715                 toolbar fails, entry in xml file is wrong")
4716
4717 2003-01-10 [christoph]  0.8.8claws78
4718
4719         * src/imap.c
4720                 o fix warnings
4721                 o use CAPABILITY to check if NAMESPACE is available
4722
4723 2003-01-10 [christoph]  0.8.8claws77
4724
4725         * src/imap.[ch]
4726                 apply UIDPLUS IMAP extension support patch
4727
4728         Patch submitted by Simon 'corecode' Schubert
4729
4730 2003-01-10 [paul]       0.8.8claws76
4731
4732         * src/folderview.c
4733                 a sync from main which fixes the news account folders'
4734                 Properties bug
4735
4736 2003-01-10 [christoph]  0.8.8claws75
4737
4738         * src/folder.c
4739                 don't accept 0 as a valid uid returned by copy and move
4740                 functions. 0 means the message was copied or moved but the
4741                 new uid could not be fetched. It is not an error condition
4742                 for the copy or move operation.
4743
4744 2003-01-10 [paul]       0.8.8claws74
4745
4746         * src/prefs_filtering.c
4747                 change English used in Alert when entry is not
4748                 saved.
4749                 
4750         * sync with 0.8.8cvs4
4751                 see ChangeLog 2003-01-10
4752
4753 2003-01-10 [darko]      0.8.8claws73
4754
4755         * src/pine.c
4756                 fix crash when importing address book entry
4757                 without a valid address
4758
4759 2003-01-09 [alfons]     0.8.8claws72
4760
4761         * src/inc.c
4762                 filtering performance: use new style folder update
4763
4764 2003-01-09 [christoph]  0.8.8claws71
4765
4766         * src/compose.c
4767         * src/gtk/menu.[ch]
4768                 fix wrong selecting of mime encoding type, when
4769                 opening property dialog of attachments in the
4770                 compose window. 7bit was always selected and that
4771                 destoryed files with 8bit data.
4772                 (closes bug #9 Sylpheed-claws destroys attachments when
4773                  changing MIME-types)
4774
4775 2003-01-09 [paul]       0.8.8claws70
4776
4777         * sync with 0.8.8cvs3
4778                 see ChangeLog 2003-01-09
4779
4780 2003-01-08 [alfons]     0.8.8claws69
4781         
4782         * src/addressadd.c
4783                 apply patch by Kim Schulz to fix build breakage
4784                 because of missing variable
4785
4786 2003-01-08 [paul]       0.8.8claws68
4787
4788         * sync with 0.8.8cvs2
4789                 see ChangeLog 2002-01-08
4790
4791 2003-01-08 [paul]       0.8.8claws67
4792
4793         * po/it.po
4794                 updated by Alessandro Maestri
4795                 
4796         * src/addressadd.c
4797                 when using 'Add sender to addressbook' allow
4798                 name to be edited and remarks to be entered
4799                 Patch submitted by Luke Plant
4800
4801 2003-01-08 [darko]      0.8.8claws66
4802
4803         * README.claws, src/summaryview.c
4804                 fix description for marked messages
4805
4806 2003-01-08 [paul]
4807
4808         * tools/Makefile.am
4809           tools/launch_phoenix  ** NEW FILE **
4810                 add script that enables using Phoenix as the default
4811                 web browser. 
4812                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4813                 
4814         * tools/OOo2sylpheed.pl
4815                 remove full path to sylpheed executable, just 'sylpheed'
4816                 will do
4817                 
4818         * tools/README
4819                 add launch_phoenix informtion and re-arrange and compress
4820                 the data a little
4821
4822 2003-01-07 [christoph]  0.8.8claws65
4823
4824         * src/folder.c
4825                 fix update for source folder when moving messages
4826         * src/procmsg.[ch]
4827         * src/summaryview.c
4828                 use function to set to_folder for message infos and
4829                 automatically update the op_count for old and new
4830                 folder
4831
4832 2003-01-07 [melvin]     0.8.8claws64
4833
4834         * src/prefs_actions.c
4835                 Fixed bug where an '%p' Action on a displayed image crashed 
4836                         Sylpheed
4837                 Code clean up (get rid of duplicated code and removed unnecessary 
4838                                 structure member)
4839
4840 2003-01-07 [christoph]  0.8.8claws63
4841
4842         * src/compose.c
4843         * src/folder.[ch]
4844         * src/folderview.c
4845         * src/import.c
4846         * src/inc.c
4847         * src/main.c
4848         * src/mainwindow.c
4849         * src/messageview.c
4850         * src/prefs_folder_item.c
4851         * src/procmsg.c
4852         * src/summaryview.c
4853         * src/toolbar.c
4854                 o remove all folder update triggering from the UI code. The folder
4855                   system should know much better when a folder needs an update.
4856                 o to prevent multiple updates in a row the folder updates can be
4857                   frozen for some time.
4858
4859                 Note: - Please verify that no updates are missing
4860                       - Check where freeze/thaws should be added
4861
4862 2003-01-07 [christoph]  0.8.8claws62
4863
4864         * src/prefs_actions.c
4865                 don't translate empty strings
4866
4867         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4868
4869 2003-01-06 [christoph]  0.8.8claws61
4870
4871         * src/prefs_actions.c
4872                 mark strings for gettext
4873         * src/prefs_matcher.c
4874                 use new description window for Execute action and
4875                 match condition in Filtering
4876
4877         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4878
4879 2003-01-06 [alfons]     0.8.8claws60
4880
4881         keep myself inspired to re-organize matcher part 8; 
4882         yes, more to come (I need to move out the descriptive
4883         text for actions to matcher.c, or at least make it not
4884         depend on the wicked ordering)
4885
4886         * src/prefs_matcher.c
4887                 add documentation so others may comprehend the
4888                 UI part of the conditions
4889                 
4890 2003-01-06 [christoph]  0.8.8claws59
4891
4892         * src/prefs_actions.c
4893                 use new description window for syntax help
4894         * src/gtk/description_window.c
4895                 fix display of descriptions with column count != 2
4896
4897         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4898
4899 2003-01-06 [christoph]  0.8.8claws58
4900
4901         * src/quote_fmt.c
4902         * src/summaryview.[ch]
4903         * src/gtk/Makefile.am
4904         * src/gtk/description_window.[ch]       ** NEW **
4905                 use a generic window to display syntax descriptions
4906                 currently used in quote_fmt and summaryview (new description
4907                 for extended quick search)
4908
4909         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4910
4911 2003-01-06 [paul]       0.8.8claws57
4912
4913         * sync with 0.8.8cvs1
4914                 see ChangeLog 2003-01-06
4915
4916 2003-01-06 [christoph]  0.8.8claws56
4917
4918         * src/mainwindow.c
4919         * src/prefs_gtk.[ch]
4920         * src/gtk/prefswindow.[ch]
4921         * src/plugins/spamassassin/spamassassin_gtk.c
4922                 o remove page management from prefswindow, pages
4923                   will be an argument to prefswindow_open
4924                 o prefswindow_open gets a datapointer that is
4925                   passed to the widget_create function to allow
4926                   creation of prefswindow for specific items
4927
4928 2003-01-06 [colin]      0.8.8claws55
4929         
4930         * src/summaryview.c
4931                 We don't want regexp in the reply-finder, 
4932                 because MIDs can contain !,$,. and so on
4933
4934 2003-01-06 [jens]       0.8.8claws54
4935
4936         * src/jpilot.c
4937                 fixed a wrong free in jpilot_read_db_files
4938
4939 2003-01-06 [alfons]     0.8.8claws53
4940
4941         re-organize matcher part 8; more to come
4942        
4943         * src/matcher.c
4944                 matcherprop_to_string(): put g_free()s before the
4945                 switch-case break to fix memleaks                
4946
4947 2003-01-06 [colin]      0.8.8claws52
4948
4949         * src/summaryview.c
4950                 cleanup & reply-finder now displays the first 
4951                 matching message
4952
4953 2003-01-05 [alfons]     0.8.8claws51
4954
4955         re-organize matcher part 7; more to come
4956
4957         * src/matcher.[ch]
4958                 fixes for constant correctness;
4959                 more documentation;
4960
4961 2003-01-05 [alfons]     0.8.8claws50
4962
4963         re-organize matcher part 6; more to come
4964         
4965         * src/matcher.[ch]
4966                 fixes for constant correctness;
4967                 more documentation;
4968         * src/filtering.c
4969                 fix for constant correctness
4970
4971 2003-01-05 [colin]      0.8.8claws49
4972
4973         * src/account.[ch]
4974                 Add account_get_reply_account function
4975         * src/compose.c
4976                 Use account_get_reply_account function 
4977         * src/summaryview.c
4978                 Basic reply-finder - click on the replied
4979                 icon gets you to the outbox using quick-search
4980
4981 2003-01-05 [paul]       0.8.8claws48
4982
4983         * src/prefs_common.c
4984                 small change to English
4985                 
4986         * src/prefs_filtering.c
4987                 prefs_filtering_action_select(): improve logic and uniformity
4988                 of gui
4989
4990 2003-01-05 [alfons]     0.8.8claws47
4991
4992         fine tune solution to focus problems (bug #7)
4993
4994         * src/mainwindow.c
4995                 mainwindow_focus_in_event(): remove grab event check
4996         * src/summaryview.c
4997                 summary_button_pressed(): move selection on right-click
4998                 too. we can't possibly move the selection back after
4999                 canceling a dialog, because gtk's incomplete focus 
5000                 management. whether this is a good solution, only time
5001                 will tell.
5002
5003 2003-01-05 [christoph]  0.8.8claws46
5004
5005         * src/imap.c
5006                 fix crash when no imap connection could be established
5007
5008 2003-01-05 [paul]       0.8.8claws45
5009
5010         * src/mainwindow.c
5011           src/sumamryview.c
5012           src/gtk/menu.[ch]
5013                 fix bug 605957 'shortcuts in popup-menu'
5014                 make user-defined shortcuts work
5015                 show shortcuts that are already defined
5016                 in the main menu
5017                 Patch submitted by Luke Plant
5018
5019 2003-01-05 [alfons]     0.8.8claws44
5020
5021         * src/mainwindow.c
5022                 focus_in_event handler should not select summary view row 
5023                 when another window (menu, dialog) grabbed for events 
5024                 (bug #7, "[0.8.8claws42] Message summary focus") 
5025
5026 2003-01-04 [christoph]  0.8.8claws43
5027
5028         * src/procmsg.c
5029                 update save folder after adding the sent message
5030                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5031
5032 2003-01-02 [christoph]  0.8.8claws42
5033
5034         * src/common/plugin.c
5035                 fix unloading of all plugins and unload
5036                 plugins in reverse order
5037                 
5038         * src/gtk/pluginwindow.c
5039                 implement function of load and unload button
5040
5041         * src/gtk/prefswindow.c
5042         * src/gtk/prefswindow.h
5043                 rename register function and add new unregister
5044                 function
5045
5046         * src/plugins/spamassassin/spamassassin_gtk.c
5047                 unregister prefs page and update for changes in
5048                 src/gtk/prefswindow.c
5049
5050 2003-01-02 [paul]       0.8.8claws41
5051
5052         * po/es.po
5053                 updated by Ricardo Mones Lastra
5054
5055 2003-01-02 [paul]
5056
5057         * tools/tb2sylpheed
5058                 fixes and improvements by Urke MMI
5059
5060 2003-01-02 [thorsten]   0.8.8claws40
5061
5062         * src/procmsg.c
5063                 fixed wrong return value
5064
5065 2003-01-02 [thorsten]   0.8.8claws39
5066
5067         * src/prefs.c
5068                 fixed printing wrong variable
5069
5070 2003-01-02 [thorsten]   0.8.8claws38
5071
5072         * src/prefs.c
5073                 fixed acessing members of freed pfile struct
5074
5075 2003-01-02 [thorsten]   0.8.8claws37
5076
5077         * src/procmsg.c
5078                 detect loops across several messages
5079                 as suggested by Christoph Hohmann
5080
5081 2003-01-01 [match]      0.8.8claws36
5082
5083         * src/addrindex.c
5084                 fixed another memory leak.
5085
5086 2003-01-01 [match]      0.8.8claws35
5087
5088         * src/jpilot.[ch]
5089                 fixed memory leaks. applied Doxygen comments.
5090
5091 2003-01-01 [thorsten]   0.8.8claws34
5092
5093         * src/procmsg.c
5094                 inhibit endless loop if msg references itself
5095                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5096
5097 2003-01-01 [christoph]  0.8.8claws33
5098
5099         * src/mainwindow.c
5100         * src/gtk/Makefile.am
5101         * src/gtk/pluginwindow.c                ** NEW **
5102         * src/gtk/pluginwindow.h                ** NEW **
5103                 add plugin window
5104
5105         * src/plugins/demo/demo.c
5106         * src/plugins/spamassassin/spamassassin.c
5107         * src/plugins/spamassassin/spamassassin_gtk.c
5108                 write better plugin descriptions
5109
5110 2002-12-31 [christoph]  0.8.8claws32
5111
5112         * src/gtk/prefswindow.c
5113         * src/plugins/spamassassin/spamassassin_gtk.c
5114                 some small improvements to GTK code
5115
5116 2002-12-31 [christoph]  0.8.8claws31
5117
5118         * src/plugins/spamassassin/spamassassin_gtk.c
5119                 enable folder select button
5120
5121 2002-12-31 [christoph]  0.8.8claws30
5122
5123         * src/mainwindow.c
5124         * src/gtk/Makefile.am
5125         * src/gtk/prefswindow.c                         ** NEW **
5126         * src/gtk/prefswindow.h                         ** NEW **
5127                 add new prefs window
5128
5129         * src/common/plugin.c
5130                 don't try to load empty config lines
5131         
5132         * src/plugins/spamassassin/Makefile.am
5133         * src/plugins/spamassassin/spamassassin.c
5134         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5135         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5136                 GTK config for SpamAssassin Plugin using
5137                 the new prefs window
5138
5139 2002-12-31 [paul]       0.8.8claws29
5140
5141         * po/POTFILES.in
5142                 remove obsolete entry 'src/menu.c'
5143
5144 2002-12-31 [alfons]     0.8.8claws28
5145
5146         * src/matcher.[ch]
5147         * src/matcher_parser_parse.y
5148         * src/prefs_matcher.c
5149                 add "ignore_thread" and "~ignore_thread" condition so it's
5150                 possible to make the actions / scoring operate on the ignore
5151                 thread flag
5152
5153 2002-12-31 [christoph]  0.8.8claws27
5154
5155         * src/addrbook.c
5156         * src/addrindex.c
5157         * src/folder.c
5158         * src/matcher.c
5159         * src/prefs_account.c
5160         * src/prefs_actions.c
5161         * src/prefs_customheader.c
5162         * src/prefs_display_header.c
5163         * src/prefs_gtk.c
5164         * src/procmime.c
5165         * src/toolbar.c
5166         * src/xmlprops.c
5167         * src/common/prefs.[ch]
5168                 extend prefs file handling for reading and automatic handling
5169                 of blocks. When reading prefs_set_block_label will automatically
5170                 move on to the block. When writing it will copy all other blocks
5171                 automatically
5172
5173         * src/common/plugin.c
5174                 Now loading plugin filenames from [Plugins] block in
5175                 sylpheed rc file
5176
5177 2002-12-30 [christoph]  0.8.8claws26
5178
5179         * src/common/hooks.[ch]
5180                 return abort status to caller of hooks_invoke
5181                 
5182         * src/inc.[ch]
5183                 invoke message filtering hook and stop
5184                 default handling when filter returns abort
5185
5186         * src/common/plugin.[ch]
5187         * src/plugins/demo/demo.c
5188                 modify plugin loader, because resolving symbols for strings
5189                 does not work correctly
5190         
5191         * configure.in
5192         * ac/spamassassin.m4                            ** NEW **
5193         * src/plugins/spamassassin/.cvsignore           ** NEW **
5194         * src/plugins/spamassassin/Makefile.am          ** NEW **
5195         * src/plugins/spamassassin/README               ** NEW **
5196         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5197         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5198         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5199                 add spamassassin plugin, see src/plugins/spamassassin/README
5200                 for details
5201
5202 2002-12-29 [alfons]     0.8.8claws25
5203
5204         * src/mainwindow.c
5205                 when moving focus from a message view to the main 
5206                 window, don't forget to select the summary node
5207                 of the displayed message. should fix "[ 659103 ] 
5208                 focus-follows-mouse confuses sylpheed"
5209
5210 2002-12-29 [christoph]  0.8.8claws24
5211
5212         * src/Makefile.am
5213         * src/stringtable.[ch]          ** REMOVE **
5214         * src/common/Makefile.am
5215         * src/common/stringtable.[ch]   ** NEW **
5216                 move stringtable files to common directory
5217
5218 2002-12-29 [christoph]  0.8.8claws23
5219
5220         * src/Makefile.am
5221         * src/menu.[ch]                 ** REMOVE **
5222         * src/gtk/Makefile.am
5223         * src/gtk/menu.[ch]             ** NEW **
5224                 move menu files to gtk directory
5225
5226 2002-12-29 [match]      0.8.8claws22
5227
5228         * src/addressbook.c
5229         * src/syldap.c
5230                 moved UI specific code out of LDAP code into addressbook
5231                 UI code. fixed memory leak.
5232
5233 2002-12-29 [christoph]  0.8.8claws21
5234
5235         * src/folder.c
5236                 only check for IGNORED parent message when message is
5237                 not IGNORED itself
5238
5239 2002-12-29 [alfons]     0.8.8claws20
5240
5241         * src/summaryview.c
5242                 set gtksctree's anchor correct (immediate execute
5243                 changes the tree's layout, and anchor points at 
5244                 the incorrect row). fixes "[ 657233 ] multiple msg 
5245                 delete sometimes off by 1".
5246                 we probably have to look for more tree layout /
5247                 anchor glitches.
5248
5249 2002-12-29 [paul]       0.8.8claws19
5250
5251         * src/summaryview.c
5252                 fix bug [ 659054 ] incorrect sorting of 'From' column
5253                 when using 'display sender using address book'
5254                 thanks to Alfons and Luke Plant
5255
5256 2002-12-29 [christoph]  0.8.8claws18
5257
5258         * src/folder.c
5259         * src/procmsg.[ch]
5260                 check parent messages for IGNORE THREAD flag, when adding,
5261                 moving or copying messages to a folder
5262
5263 2002-12-27 [alfons]     0.8.8claws17
5264
5265         re-organize matcher part 5; more to come
5266
5267         * src/matcher.c
5268                 hash keywords in matchparser_tab 
5269
5270 2002-12-27 [alfons]     0.8.8claws16
5271
5272         re-organize matcher part 4; more to come
5273
5274         * src/matcher_parser.h
5275         * src/matcher_parser_lex.l
5276         * src/matcher_parser_parse.y
5277                 cleanup
5278
5279 2002-12-27 [alfons]     0.8.8claws15
5280
5281         re-organize matcher part 3; more to come
5282
5283         * src/matcher.[ch]
5284                 cleanup
5285
5286 2002-12-27 [alfons]     0.8.8claws14
5287
5288         re-organize matcher part 2; more to come but this should
5289         work. cc me if there are any regressions.
5290
5291         * src/matcher.h
5292                 add prototype for get_matchparser_tab_id()
5293         * src/matcher_parser_lex.l
5294                 look up keywords using matchparser_tab_id();
5295
5296 2002-12-27 [alfons]     0.8.8claws12
5297
5298         re-organize matcher part 1
5299
5300         * src/matcher.h
5301                 map yacc generated constants to sylpheed matcher constants
5302         * src/matcher.c
5303                 add function to find a matcher constant from a string
5304
5305 2002-12-27 [christoph]  0.8.8claws11
5306
5307         * src/compose.c
5308                 MENUITEM_ADD casts the 4th argument from integer to pointer
5309                 so it probably should not be a pointer, this means we
5310                 should use account id for it and not the account's pointer
5311
5312 2002-12-27 [paul]       0.8.8claws10
5313
5314         * src/mainwindow.c
5315                 remove unneeded 'GtkWidget *vbox'
5316                 
5317         * src/summaryview.c
5318                 further sync with 0.8.8 - make sort
5319                 by recipient work as expected
5320                 
5321         * NEWS
5322                 sync with 0.8.8
5323
5324 2002-12-27 [paul]       0.8.8claws9
5325
5326         * po/pt_BR.po
5327                 updated by Ivan F. Martinez
5328                 
5329 2002-12-27 [darko]      0.8.8claws8
5330
5331         * src/common/utils.c
5332                 added locked pattern to extended search
5333
5334 2002-12-27 [alfons]     0.8.8claws7
5335
5336         * src/prefs_matcher.[ch]
5337                 clean up
5338
5339 2002-12-26 [alfons]     0.8.8claws6
5340
5341         * src/matcher.[ch]
5342         * src/matcher_parser_lex.l
5343         * src/matcher_parser_parse.y
5344         * src/prefs_matcher.c
5345                 allow color label as a condition in the matcher
5346
5347 2002-12-26 [oliver]     0.8.8claws5
5348         
5349         * src/toolbar.c 
5350                 enable Addressbook for Main and Messageview
5351         * src/prefs_actions.c
5352                 enable actions in Messageview
5353
5354 2002-12-26 [christoph]  0.8.8claws4
5355
5356         * src/common/plugin.c
5357                 add a little debug output
5358         * configure.in
5359         * src/plugins/demo/Makefile.am
5360                 better use of automake
5361
5362 2002-12-26 [christoph]  0.8.8claws3
5363
5364         * src/Makefile.am
5365         * src/common/Makefile.am
5366                 fix "make distdir"
5367
5368 2002-12-26 [christoph]  0.8.8claws2
5369
5370         * configure.in
5371                 sort configure checks into common / gtk / plugins
5372         * po/POTFILES.in
5373                 add src/prefs_gtk.c
5374         * src/Makefile.am
5375                 add plugins SUBDIR
5376         * src/main.c
5377         * src/common/sylpheed.[ch]
5378                 added now sylpheed_done function for shutdown
5379         * src/common/Makefile.am
5380         * src/common/plugin.[ch]                ** NEW **
5381                 plugin loader and unloader
5382         * src/plugins/.cvsignore                ** NEW **
5383         * src/plugins/Makefile.am               ** NEW **
5384                 build plugins
5385         * src/plugins/demo/.cvsignore           ** NEW **
5386         * src/plugins/demo/Makefile.am          ** NEW **
5387         * src/plugins/demo/demo.c               ** NEW **
5388                 small demo plugin that installs a logtext hook and
5389                 outputs the log text to stdout
5390
5391 2002-12-26 [paul]       0.8.8claws1
5392
5393         * po/es.po
5394                 updated by Ricardo Mones Lastra
5395
5396 2002-12-26 [paul]       0.8.8claws
5397
5398         * 0.8.8claws released
5399
5400 2002-12-26 [paul]       0.8.7claws12
5401
5402         * po/bg.po
5403                 updated by George Danchev
5404
5405 2002-12-26 [paul]       0.8.7claws11
5406
5407         * po/POTFILES.in
5408                 remove unneeded 'src/prefs.c' entry 
5409
5410 2002-12-26 [paul]       0.8.7claws10
5411
5412         * src/codeconv.c
5413           src/mainwindow.c
5414                 sync with 0.8.8 release
5415         
5416         * src/folder.[ch]
5417           src/mh.c
5418           src/summaryview.c
5419                 partial sync with 0.8.8 release
5420         
5421
5422 2002-12-25 [alfons]     0.8.7claws9
5423
5424         * src/matcher.[ch]
5425         * src/matcher_parser_lex.l
5426         * src/matcher_parser_parse.y
5427         * src/prefs_matcher.c
5428                 add locked flag to possible filtering / matcher 
5429                 conditions (also a good example what should be
5430                 done to add a simple boolean condition)
5431
5432 2002-12-25 [christoph]  0.8.7claws8
5433
5434         * src/Makefile.am
5435         * src/account.[ch]
5436         * src/addrbook.c
5437         * src/addressbook.c
5438         * src/addrindex.c
5439         * src/filtering.c
5440         * src/folder.c
5441         * src/matcher.c
5442         * src/prefs.[ch]                ** REMOVE **
5443         * src/prefs_account.c
5444         * src/prefs_actions.c
5445         * src/prefs_common.c
5446         * src/prefs_customheader.c
5447         * src/prefs_display_header.c
5448         * src/prefs_filtering.c
5449         * src/prefs_folder_item.c
5450         * src/prefs_gtk.[ch]            ** NEW **
5451         * src/prefs_matcher.c
5452         * src/prefs_scoring.c
5453         * src/prefs_summary_column.c
5454         * src/procmime.c
5455         * src/selective_download.c
5456         * src/toolbar.c
5457         * src/common/Makefile.am
5458         * src/common/prefs.[ch]         ** NEW **
5459                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5460
5461 2002-12-24 [alfons]     0.8.7claws7
5462
5463         * src/summaryview.c
5464                 summary_thread_build(): fix real cause of the crash mentioned in
5465                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5466                 this way we get meaningful ctree nodes 
5467
5468 2002-12-24 [oliver]     0.8.7claws6
5469
5470         * src/mainwindow.[ch]
5471         * src/messageview.[ch]
5472         * src/compose.[ch]
5473         * src/inc.c
5474         * src/summaryview.c
5475                 changes to use updated toolbar handling
5476                 
5477 2002-12-24 [oliver]     0.8.7claws5
5478
5479         * src/toolbar.[ch]
5480                 generic toolbar handling
5481                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5482         * src/prefs_toolbar.[ch]
5483                 adjust to handling
5484         
5485 2002-12-24 [oliver]     0.8.7claws4
5486         
5487         * src/stock_pixmap.[ch]
5488                 move SYLPHEED_LOGO to end of list in order 
5489                 to remove it from Custom Toolbar`s Icon View
5490
5491 2002-12-24 [alfons]     0.8.7claws3
5492
5493         * src/summaryview.c
5494                 summary_thread_build(): fix crash because of focus != selection 
5495                 after threading. when deleting the selection, gtk tries but fails 
5496                 to find the correct focusable element. we now force the selection
5497                 to be focused. this should solve the infamous bug reported by 
5498                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5499                 a test case is available. 
5500
5501 2002-12-24 [darko]      0.8.7claws2
5502
5503         * src/summaryview.c
5504                 don't crash when unmarking message with unread children
5505
5506 2002-12-23 [christoph]  0.8.7claws1
5507
5508         * src/Makefile.am
5509         * src/common/Makefile.am
5510                 update Makefiles for moved intl.h, version.h and defs.h
5511         * src/imap.c
5512                 rewrite imap_session_get to avoid duplicate code
5513
5514 2002-12-23 [paul]       0.8.7claws
5515
5516         * Santa-Claws released
5517         
5518         * po/hu.po
5519           po/ru.po
5520                 squeeze in updated Hungarian and Russian translations.
5521                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5522
5523 2002-12-23 [paul]       0.8.6claws129
5524
5525         * po/pl.po
5526                 updated by Witold Wladyslaw Wojciech Wilk
5527
5528 2002-12-23 [paul]       0.8.6claws128
5529
5530         * src/quote_fmt_parse.y
5531                 fix typo and add licence header
5532
5533 2002-12-23 [paul]       0.8.6claws127
5534
5535         * po/en_GB.po
5536                 updated
5537
5538 2002-12-23 [paul]       0.8.6claws126
5539
5540         * po/it.po
5541                 updated translation, submitted by Alessandro Maestri
5542                 
5543 2002-12-23 [paul]       0.8.6claws125
5544
5545         * src/quote_fmt_parse.y
5546                 fix signature-stripping on replies bug. match
5547                 '-- \n' and not '-- '.
5548
5549 2002-12-22 [paul]       0.8.6claws124
5550
5551         * po/bg.po
5552           po/es.po
5553           po/sr.po
5554                 updated translations. submitted by George Danchev,
5555                 Ricardo Mones Lastra, and Urke MMI respectively
5556
5557 2002-12-21 [paul]       0.8.6claws123
5558
5559         * src/addrbook.c
5560                 fix coding style
5561
5562 2002-12-21 [paul]       0.8.6claws122
5563
5564         * src/addrbook.c
5565                 fix bug [643638] where if a person is in one or more
5566                 addressbook groups editing that person's email 
5567                 address results in removal from those groups.
5568                 Patch submitted by Luke Plant.
5569
5570 2002-12-20 [christoph]  0.8.6claws121
5571
5572         * src/common/utils.c
5573         * src/summaryview.c
5574                 reimplement expand_search_string using GString to
5575                 prevent crashs caused by miscalculated string
5576                 lengths reported by Paul
5577
5578 2002-12-20 [christoph]  0.8.6claws120
5579
5580         * src/summaryview.c
5581                 don't use "changed" to check if op_count has to be changed as it
5582                 is also set when the message has unread children
5583                 (closes bug [ 653221 ] crash while deleting duplicates)
5584
5585 2002-12-20 [paul]       0.8.6claws119
5586
5587         * sync with 0.8.6cvs27
5588                 see ChangeLog 2002-12-20
5589
5590 2002-12-20 [paul]       0.8.6claws118
5591
5592         * sync with 0.8.6cvs26
5593                 see ChangeLog 2002-12-19 and 2002-12-20
5594
5595 2002-12-19 [alfons]     0.8.6claws117
5596
5597         * src/textview.c
5598                 fix incorrect parsing of email addresses, submitted by 
5599                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5600                 name display if it contains @".
5601
5602 2002-12-18 [paul]       0.8.6claws116
5603
5604         * sync with 0.8.6cvs23
5605                 see ChangeLog 2002-12-18
5606
5607 2002-12-18 [paul]       0.8.6claws115
5608
5609         * src/Makefile.am
5610         * src/account.c
5611         * src/codeconv.c
5612         * src/gtkutils.[ch]
5613         * src/imap.c
5614                 sync with 0.8.6cvs22.
5615                 see ChangeLog 2002-12-17 and 2002-12-18
5616
5617 2002-12-17 [christoph]  0.8.6claws114
5618
5619         * src/imap.c
5620                 o don't create a session if imap greeting fails
5621                 o don't close socket when authentication fails
5622                   this is done by imap_session_destroy
5623
5624 2002-12-17 [thorsten]   0.8.6claws113
5625
5626         * tools/Makefile.am
5627           tools/README
5628           tools/google_msgid.pl ** NEW FILE **
5629                 Added "search for message-id" script and doc
5630
5631 2002-12-17 [thorsten]   0.8.6claws112
5632
5633         * po/hu.po
5634                 Updated hungarian translation
5635                 (updated by Gal Zoltan)
5636
5637 2002-12-16 [christoph]  0.8.6claws111
5638
5639         * src/addr_compl.c
5640                 remove stupid addressbook dump to debug output
5641         * src/mh.c
5642                 fix memory leak found by Hiro
5643
5644 2002-12-14 [paul]       0.8.6claws110
5645
5646         * src/compose.c
5647                 fix menubar sensitivity on send
5648                 
5649         * src/prefs_filtering.c
5650         * src/prefs_matcher.c
5651         * src/prefs_scoring.c
5652                 Fix english ;)
5653                 
5654         * src/common/quoted-printable.h
5655                 sync: fix typo
5656         
5657 2002-12-13 [christoph]  0.8.6claws109
5658
5659         * src/Makefile.am
5660         * src/manage_window.[ch]        ** REMOVE **
5661         * src/gtk/Makefile.am
5662         * src/gtk/manage_window.[ch]    ** NEW **
5663                 move manage_window files to gtk directory
5664
5665 2002-12-13 [christoph]  0.8.6claws108
5666
5667         * src/Makefile.am
5668         * src/gtkshruler.[ch]           ** REMOVE **
5669         * src/gtk/Makefile.am
5670         * src/gtk/gtkshruler.[ch]       ** NEW **
5671                 move gtkshruler files to gtk directory
5672
5673 2002-12-13 [christoph]  0.8.6claws107
5674
5675         * src/Makefile.am
5676         * src/compose.c
5677         * src/gtkstext.[ch]             ** REMOVE **
5678         * src/gtkutils.[ch]
5679         * src/textview.c
5680         * src/gtk/gtkstext.[ch]         ** NEW **
5681         * src/gtk/Makefile.am
5682                 o move stext functions to gtkstext.c to remove
5683                   dependency of gtkutils
5684                 o move gtkstext files to gtk directory
5685
5686         * src/gtk/Makefile.am
5687         * src/gtk/sslcertwindow.[ch]
5688                 UI stuff can always depend on common code so
5689                 it's ok to add ../common to include path
5690
5691 2002-12-13 [colin]      0.8.6claws106
5692
5693         * src/summaryview.c
5694                 Disconnect sighandlers for mainwindow when
5695                 quicksearch has the focus
5696                 Fix bug #653231
5697         * src/mainwindow.[ch]
5698                 Make key_pressed callback public, to be able
5699                 to disconnect it
5700
5701 2002-12-13 [christoph]  0.8.6claws105
5702
5703         * src/mh.c
5704                 create .mh_sequences file in new MH folders
5705                 (closes feature request [ 523162 ] MH folders should
5706                  get a .mh_sequences)
5707
5708 2002-12-13 [colin]      0.8.6claws104
5709
5710         * src/summaryview.c
5711                 Better handling of quicksearch show/hide
5712                 (basically the button stays under the mouse 
5713                  when toggled)
5714
5715 2002-12-13 [paul]       0.8.6claws103
5716
5717         * sync with 0.8.6cvs17
5718                 see ChangeLog 2002-12-13
5719
5720 2002-12-13 [paul]       0.8.6claws102
5721
5722         * po/es.po
5723                 updated by Ricardo Mones Lastra
5724
5725 2002-12-11 [colin]       0.8.6claws101
5726
5727         * src/folder.c
5728                 remove statusbar stuff
5729           src/folderview.c
5730                 set statusbar verbosity when moving folders
5731
5732 2002-12-11 [colin]       0.8.6claws100
5733         * src/prefs_filtering.c
5734         * src/prefs_matcher.c
5735         * src/prefs_scoring.c
5736                 Fix english ;)
5737
5738 2002-12-11 [colin]       0.8.6claws99
5739
5740         * src/prefs_common.[ch]
5741                 Add summary_quicksearch_type
5742         * src/summaryview.c
5743                 Save last used quicksearch type
5744
5745 2002-12-11 [jens]       0.8.6claws98
5746         * src/prefs_filtering.c
5747         * src/prefs_matcher.c
5748         * src/prefs_scoring.c
5749                 added dialog for incomplete rules in scoring, filtering and
5750                 matcher to ask wheather really close
5751
5752 2002-12-11 [colin]      0.8.6claws97
5753
5754         * src/folder.c
5755                 Fix folder dnd statusbar logging
5756
5757 2002-12-10 [christoph]  0.8.6claws96
5758
5759         * src/compose.c
5760         * src/folder.c
5761         * src/imap.c
5762         * src/inc.c
5763         * src/main.c
5764         * src/mainwindow.c
5765         * src/news.c
5766         * src/send.c
5767         * src/statusbar.[ch]
5768         * src/common/hooks.c
5769         * src/common/log.[ch]
5770                 o handle verbose logging in statusbar directly in statusbar code
5771                   and common code does not need any knowledge about a statusbar
5772                 o remove direct calls to statusbar_(puts|pop)_all functions
5773
5774 2002-12-10 [jens]       0.8.6claws95
5775
5776         * src/*.c
5777                 removed gettext from g_warnings
5778         * po/POTFILES.in
5779                 cleaned and updated
5780         * po/de.po
5781                 updated
5782
5783 2002-12-10 [colin]      0.8.6claws94
5784
5785         * src/main.c
5786                 finish crash dialog fix
5787
5788 2002-12-10 [colin]      0.8.6claws93
5789
5790         * src/main.c
5791                 "Fix" "sylpheed already running" instead of
5792                 crash dialog appearing after a crash
5793
5794 2002-12-10 [colin]      0.8.6claws92
5795
5796         * po/POTFILES.in
5797                 add src/gtk/sslcertwindow.c
5798
5799 2002-12-10 [paul]       0.8.6claws91
5800
5801         * po/POTFILES.in
5802                 updated to reflect recent changes
5803                 submitted by Alessandro Maestri
5804
5805 2002-12-09 [christoph]  0.8.6claws90
5806
5807         * src/Makefile.am
5808         * src/smtp.[ch]                 ** REMOVE **
5809         * src/common/Makefile.am
5810         * src/common/smtp.[ch]          ** NEW **
5811                 move smtp files to common directory
5812
5813 2002-12-09 [christoph]  0.8.6claws89
5814
5815         * src/Makefile.am
5816         * src/session.[ch]              ** REMOVE **
5817         * src/common/Makefile.am
5818         * src/common/session.[ch]       ** NEW **
5819                 move session files to common directory
5820
5821 2002-12-09 [paul]       0.8.6claws88
5822
5823         * src/account.c
5824                 fix bug [649746] edit accounts: move account reverted
5825                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5826
5827 2002-12-09 [colin]      0.8.6claws87
5828
5829         * src/ssl_certificate.c
5830                 cleanup
5831
5832 2002-12-09 [colin]      0.8.6claws86
5833
5834         * src/ssl.c
5835                 Try to open the cert.pem database and 
5836                 issue a warning if it isn't there
5837
5838 2002-12-09 [colin]      0.8.6claws85
5839
5840         * src/common/ssl_certificate.c
5841         * src/gtk/sslcertwindow.c
5842                 Warning fixes
5843
5844 2002-12-09 [colin]      0.8.6claws84
5845
5846         * src/ssl_certificate.[ch] ** REMOVED **
5847         * src/common/ssl_certificate.[ch] ** NEW **
5848         * src/Makefile.am
5849         * src/common/Makefile.am
5850                 Moved ssl_certificate.[ch] to common
5851         * src/common/ssl.c 
5852                 Put back needed include
5853         * src/gtk/sslcertwindow.[ch]
5854                 Changed ssl_certificate.h include
5855         
5856 2002-12-09 [colin]      0.8.6claws83
5857
5858         * src/gtk/sslcertwindow.[ch]
5859                 Implement hook for certificate acception
5860         * src/ssl_certificate.[ch]
5861                 Implement hook for certificate acception
5862         * src/common/ssl.c
5863                 Reenable certificate acception check
5864         * src/mainwindow.c
5865                 Register sslcertwindow's hook
5866         
5867 2002-12-08 [christoph]  0.8.6claws82
5868
5869         * src/about.c
5870         * src/addr_compl.c
5871         * src/codeconv.c
5872         * src/manual.c
5873         * src/undo.c
5874         * src/common/utils.c
5875                 o add missing includes
5876                 o fix warnings
5877         * src/.cvsignore
5878         * src/common/.cvsignore
5879         * src/common/version.h          ** REMOVE **
5880                 remove autogenerated file
5881
5882 2002-12-08 [paul]       0.8.6claws81
5883
5884         * src/stringtable.c
5885                 put back needed include
5886
5887 2002-12-08 [colin]      0.8.6claws80
5888         
5889         * src/gtk/sslcertwindow.c
5890                 Cleaner popups when asking
5891         * src/ssl_certificate.c
5892         * src/prefs_common.[ch]
5893                 remove ssl certificate pref
5894                 put back needed include
5895         * src/undo.c
5896                 put back needed include
5897
5898 2002-12-08 [christoph]  0.8.6claws79
5899
5900         * src/folderview.c
5901         * src/logwindow.c
5902         * src/statusbar.c
5903         * src/summaryview.c
5904                 only abort hook invokation if required data is missing not
5905                 if our own data pointer is NULL, update hookfunction for
5906                 log window
5907
5908 2002-12-08 [paul]       0.8.6claws78
5909
5910         * src/about.c
5911         * src/addrcache.c
5912         * src/addrclip.c
5913         * src/addr_compl.c
5914         * src/addrselect.c
5915         * src/codeconv.c
5916         * src/colorlabel.c
5917         * src/enriched.c
5918         * src/esmtp.c
5919         * src/exporthtml.c
5920         * src/headerview.c
5921         * src/imageview.c
5922         * src/manual.c
5923         * src/noticeview.c
5924         * src/pgptext.c
5925         * src/scoring.c
5926         * src/sourcewindow.c
5927         * src/stringtable.c
5928         * src/undo.c
5929                 clean up: remove unneccesary includes
5930
5931 2002-12-08 [christoph]  0.8.6claws77
5932
5933         * src/folderview.c
5934         * src/statusbar.c
5935         * src/summaryview.c
5936         * src/common/hooks.[ch]
5937                 hook functions now have a gboolean return value, if a hook
5938                 returns TRUE it will stop executing of any more hooks in
5939                 the same hooklist for this invokation
5940
5941 2002-12-08 [colin]      0.8.6claws76
5942         
5943         * src/main.c
5944                 put back argv0 for CRASH_DIALOG
5945
5946 2002-12-08 [christoph]  0.8.6claws75
5947
5948         * src/Makefile.am
5949         * src/about.c
5950         * src/account.c
5951         * src/crash.c
5952         * src/esmtp.h
5953         * src/imap.[ch]
5954         * src/inc.c
5955         * src/main.c
5956         * src/mainwindow.c
5957         * src/news.c
5958         * src/pop.[ch]
5959         * src/prefs_account.[ch]
5960         * src/prefs_common.[ch]
5961         * src/send.[ch]
5962         * src/smtp.[ch]
5963         * src/ssl_certificate.[ch]
5964         * src/ssl_manager.[ch]
5965         * src/common/Makefile.am
5966         * src/common/log.c
5967         * src/common/nntp.[ch]
5968         * src/common/socket.[ch]
5969         * src/common/ssl.[ch]
5970         * src/gtk/sslcertwindow.[ch]
5971         * ac/openssl.m4
5972                 use new autoconf script to detect OpenSSL with extra parameters
5973                 to specify the location of libs and includes, also remove USE_SSL
5974                 to USE_OPENSSL
5975
5976         * src/common/sylpheed.[ch]
5977         * src/common/version.h.in
5978                 start seperation of common code initialization seperated from gui
5979
5980         * src/summaryview.c
5981                 The function that is called when a color label changes
5982                 should not change the color lable again
5983
5984 2002-12-08 [colin]      0.8.6claws74
5985
5986         * src/gtk/sslcertwindow.c
5987                 warning fixes
5988
5989 2002-12-08 [colin]      0.8.6claws73
5990
5991         * src/statusbar.c
5992           src/common/log.h
5993                 Register a hook for statusbar_puts_all
5994         * src/common/log.c
5995                 invoke statusbar_puts_all's hook
5996         
5997 2002-12-08 [colin]      0.8.6claws72
5998
5999         * src/ssl_certificate.c
6000                 Put back a badly-removed include
6001
6002 2002-12-08 [colin]      0.8.6claws71
6003
6004         * src/gtk/sslcertwindow.[ch]    ** NEW **
6005                 new certificate presentation
6006         * src/gtk/Makefile.am
6007                 add new files
6008         * src/ssl_certificate.[ch]
6009                 gtk cleanup, made utility functions public
6010         * src/ssl_manager.c
6011                 use new cert presentation
6012
6013 2002-12-07 [christoph]  0.8.6claws70
6014
6015         * src/Makefile.am
6016         * src/nntp.[ch]                 ** REMOVE **
6017         * src/common/Makefile.am
6018         * src/common/nntp.[ch]          ** NEW **
6019                 move nntp files to common directory
6020
6021 2002-12-07 [christoph]  0.8.6claws69
6022
6023         * src/procmsg.[ch]
6024         * src/summaryview.c
6025                 implement msginfo update callback using sylpheed's new
6026                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6027
6028 2002-12-06 [christoph]  0.8.6claws68
6029
6030         * src/editgroup.c
6031                 This patch changes the 'Edit Group Details' dialog to
6032                 allow extended selections in either pane, so that
6033                 addresses can be added or removed from a group more
6034                 quickly and easily. (it actually is a net decrease in
6035                 file size, as some unnecessary functions have been
6036                 removed). 
6037                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6038
6039 2002-12-06 [christoph]  0.8.6claws67
6040
6041         * src/Makefile.am
6042         * src/template.[ch]             ** REMOVE **
6043         * src/common/Makefile.am
6044         * src/common/template.[ch]      ** NEW **
6045                 move template files to common directory
6046
6047         * src/nntp.c
6048                 add missing log.h include
6049
6050 2002-12-06 [melvin]     0.8.6claws66
6051
6052         * src/prefs_actions.c
6053                 Added the trailing ">" syntax to insert command's output
6054                 without replacing old text (in contrast to trailing "|").
6055
6056 2002-12-05 [colin]      0.8.6claws65
6057         
6058         * src/common/utils.c
6059                 Don't modify original search_string or it'll change
6060                 the next iterations in the for()
6061
6062 2002-12-05 [darko]      0.8.6claws64
6063
6064         * src/common/utils.c
6065                 proper check for filtering commands, found by Colin
6066
6067 2002-12-05 [darko]      0.8.6claws63
6068
6069         * src/common/utils.c
6070                 check proper string for NULL pointer, found by Colin
6071
6072 2002-12-05 [darko]      0.8.6claws62
6073
6074         * src/common/utils.[ch]
6075                 expand_search_string(): new function
6076                 converts Mutt-like patterns to Sylpheed's
6077                 filtering engine
6078         * src/summaryview.c
6079                 use expand_search_string() to allow Mutt-like
6080                 patterns in extended search
6081         * README.claws
6082                 document extended option in quick search
6083
6084 2002-12-05 [paul]       0.8.6claws61
6085
6086         * sync with 0.8.6cvs16
6087                 see ChangeLog 2002-12-05
6088                 
6089         * po/POTFILES.in
6090                 clean up
6091
6092 2002-12-04 [christoph]  0.8.6claws60
6093
6094         * src/imap.[ch]
6095                 put imap authentication code into a new function and
6096                 remove it from imap_session_new that will allow to
6097                 send other commands before authentication
6098
6099 2002-12-04 [christoph]  0.8.6claws59
6100
6101         * src/imap.[ch]
6102                 use already existing method to prevent unneeded IMAP
6103                 folder selects. Set imap_select parameters to NULL
6104                 in some functions if the values are not required.
6105
6106         * src/xml.h
6107                 remove no longer required include
6108
6109 2002-12-04 [paul]       0.8.6claws58
6110
6111         * po/es.po
6112                 updated by Ricardo Mones Lastra
6113                 
6114         * configure.in
6115           po/hu.po      ** NEW FILE **
6116                 initial Hungarian translation, submitted
6117                 by Gál Zoltán <galzoli@hu.inter.net>
6118
6119 2002-12-03 [christoph]  0.8.6claws57
6120
6121         * src/Makefile.am
6122         * src/gtksctree.[ch]            ** REMOVE **
6123         * src/gtk/Makefile.am
6124         * src/gtk/gtksctree.[ch]        ** NEW **
6125                 move gtksctree files to gtk directory
6126
6127 2002-12-03 [christoph]  0.8.6claws56
6128
6129         * src/Makefile.am
6130         * src/md5.[ch]                  ** REMOVE **
6131         * srm/common/Makefile.am
6132         * src/common/md5.[ch]           ** NEW **
6133                 move md5 files to common directory
6134
6135         * src/gtkstext.c
6136                 remove not required #include
6137
6138 2002-12-03 [sergey]     0.8.6claws55
6139
6140         * src/gtkutils.c
6141         * src/gtkutils.h
6142                 gtkut_window_popup(): new function.
6143         * src/mainwindow.c
6144                 main_window_popup(): use gtkut_window_popup() to raise
6145                 window without changing its position.
6146                 (see sylpheed-main ML message [sylpheed:17247])
6147
6148 2002-12-03 [sergey]     0.8.6claws54
6149
6150         * src/send.c
6151                 send_message_local(): removed first-dot escaping
6152                 (SMTP-only, not needed for sending through pipe)
6153
6154 2002-12-03 [paul]       0.8.6claws53
6155
6156         * po/POTFILES.in
6157                 update to reflect recent changes (thanks
6158                 to Ricardo Mones Lastra)
6159                 
6160         * tools/filter_conv.pl
6161                  fix problem with quoted strings. Patch submitted
6162                  by Luke Plant <lukeplant@softhome.net>
6163
6164 2002-12-03 [paul]       0.8.6claws52
6165
6166         * sync with 0.8.6cvs15
6167                 see ChangeLog 2002-12-03
6168
6169 2002-12-02 [christoph]  0.8.6claws51
6170
6171         * src/logwindow.[ch]
6172         * src/common/log.[ch]
6173                 implement logging using a hook function
6174
6175         * src/folderview.c
6176         * src/folder.[ch]
6177                 define hooklist name in header file to avoid
6178                 errors caused by wrong spelling of hooklist names
6179
6180         * src/toolbar.c
6181                 fix warnings
6182
6183 2002-12-02 [christoph]  0.8.6claws50
6184
6185         * src/common/Makefile.am
6186                 add src/common/hooks.[ch]
6187
6188         * src/common/hooks.[ch]
6189                 implement a simple hook system using glib's hook functions
6190
6191         * src/folder.[ch]
6192         * src/folderview.c
6193                 use new hook system for folder item updates
6194
6195 2002-12-02 [christoph]  0.8.6claws49
6196
6197         * doc-src/ui_seperation.txt     ** NEW **
6198                 information for ui seperation
6199
6200         * src/Makefile.am
6201                 remove files that were moved to common
6202                 include common directory by default for the header files
6203
6204         * src/inc.c
6205         * src/common/socket.c
6206         * src/automaton.[ch]
6207                 implement automaton using g_io_*-functions instead of
6208                 gdk_input_add to make it ui independent
6209
6210         * src/codeconv.c
6211         * src/compose.c
6212         * src/ldif.c
6213         * src/pgptext.c
6214         * src/procmime.c
6215         * src/rfc2015.c
6216         * src/smtp.c
6217         * src/unmime.c
6218                 remove common/ prefix because directory is now in
6219                 include path
6220
6221         * src/compose.c
6222         * src/folder.c
6223         * src/folderview.c
6224         * src/mainwindow.c
6225         * src/messageview.c
6226         * src/prefs_common.c
6227         * src/procmsg.c
6228         * src/rfc2015.c
6229                 fix warnings
6230
6231         * src/imap.c
6232         * src/inc.c
6233         * src/news.c
6234         * src/pop.c
6235         * src/send.c
6236         * src/smtp.c
6237         * src/ssl_certificate.c
6238                 add log.h header file for logging functions
6239
6240         * src/main.c
6241         * src/common/utils.c
6242         * src/summaryview.c
6243         * src/xml.c
6244                 o move debug_mode to common/utils.c
6245                 o add functions to set and get debug_mode
6246
6247         * src/defs.h                    ** REMOVE **
6248         * src/intl.h                    ** REMOVE **
6249         * src/socket.[ch]               ** REMOVE **
6250         * src/ssl.[ch]                  ** REMOVE **
6251         * src/utils.[ch]                ** REMOVE **
6252                 replaced by new files in src/common/
6253         
6254         * src/common/Makefile.am
6255                 add new files in src/common/
6256
6257         * src/common/defs.h             ** NEW **
6258         * src/common/intl.h             ** NEW **
6259         * src/common/log.[ch]           ** NEW **
6260         * src/common/socket.[ch]        ** NEW **
6261         * src/common/ssl.[ch]           ** NEW **
6262         * src/common/utils.[ch]         ** NEW **
6263                 replacement for files in src/
6264
6265 2002-12-02 [colin]      0.8.6claws48
6266
6267         * src/folderview.c
6268                 Scroll folderview if necessary during dnd
6269
6270 2002-12-02 [colin]      0.8.6claws47
6271
6272         * src/folder.[ch]
6273                 Add check to verify a move is within a single mailbox
6274         * src/folderview.c
6275                 Add specific error string for this check
6276
6277 2002-12-02 [colin]      0.8.6claws46
6278
6279         * src/folder.c
6280                 Add a test to folder moving, remove a statusbar_print
6281         * src/folderview.c
6282                 Add Move folder... context-menu item
6283                 Factorize folder moving code
6284                 Enable folder DND for mbox
6285
6286 2002-12-01 [christoph]  0.8.6claws45
6287
6288         * ac/aspell.m4
6289                 remove conf.aspelltest if the version check fails
6290
6291 2002-11-30 [christoph]  0.8.6claws44
6292
6293         * autogen.sh
6294                 run libtoolize --force in autogen to create missing
6295                 libtool scripts
6296
6297 2002-11-30 [christoph]  0.8.6claws43
6298
6299         * src/Makefile.am
6300         * src/pgptext.c
6301         * src/procmime.c
6302         * src/rfc2015.c
6303         * src/uuencode.[ch]             ** REMOVED **
6304         * src/common/Makefile.am
6305         * src/common/uuencode.[ch]      ** NEW **
6306                 move uuen/decoder to common directory
6307
6308 2002-11-30 [christoph]  0.8.6claws42
6309
6310         * src/Makefile.am
6311         * src/base64.[ch]               ** REMOVED **
6312         * src/codeconv.c
6313         * src/compose.c
6314         * src/ldif.c
6315         * src/pgptext.c
6316         * src/procmime.c
6317         * src/rfc2015.c
6318         * src/smtp.c
6319         * src/unmime.c
6320         * src/common/Makefile.am
6321         * src/common/base64.[ch]        ** NEW **
6322                 move base64 en/decoder to common directory
6323
6324 2002-11-30 [christoph]  0.8.6claws41
6325
6326         * src/common                    ** NEW **
6327                 new directory for UI independent code
6328         * src/gtk                       ** NEW **
6329                 new directory for GTK frontend
6330         * src/common/.cvsignore         ** NEW **
6331         * src/gtk/.cvsignore            ** NEW **
6332                 ignore build files
6333         * src/common/Makefile.am        ** NEW **
6334         * src/gtk/Makefile.am           ** NEW **
6335                 automake files to build new seperated stuff
6336         * src/Makefile.am
6337                 the binary will currently still be build with the
6338                 files in src, so we include the code from the
6339                 subdirs for now after building the libs there
6340
6341 2002-11-30 [paul]       0.8.6claws40
6342
6343         * src/compose.c
6344                 fix bug [642731] 'Wrong selected account with drafted mail'
6345
6346 2002-11-29 [oliver]     0.8.6claws39
6347         
6348         * src/messageview.c
6349                 o update summaryview when switching between different
6350                   messageviews          
6351         * src/toolbar.c  
6352                 o check if messageview holds already removed msg
6353                   from summaryview
6354                 
6355
6356 2002-11-29 [oliver]     0.8.6claws38
6357
6358         * src/toolbar.c 
6359                 remove not needed variables and includes
6360                 make messageview stay opened and move to next when msgs are deleted 
6361
6362 2002-11-29 [oliver]     0.8.6claws37
6363         
6364         * src/toolbar.c 
6365                 disable compose button (messageview toolbar) by default
6366                 deleted msgs are moved to trash
6367         
6368 2002-11-29 [melvin]     0.8.6claws36
6369
6370         * configure.in
6371                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6372                 and to detect signatures expirations (gpgme 0.3.6)
6373
6374         * src/main.c
6375                 Use non obsolescent function for Gpgme engine checking.
6376
6377         * src/rfc2015.c
6378                 Inform about expired signatures or signatures which key
6379                 has expired. Expiration date is displayed.
6380
6381         * src/sigstatus.c
6382                 Inform about expired signatures or signatures which key
6383                 has expired.
6384
6385 2002-11-28 [paul]       0.8.6claws35
6386
6387         * src/folderview.c
6388                 re-instate 'Check for new messages' in Newsgroup
6389                 folders right-click menu, after a suggestion from
6390                 Tim Mann <timmann@users.sourceforge.net>
6391
6392         * src/main.c
6393                 after a crash check only local folders for new
6394                 messages
6395
6396 2002-11-28 [paul]       0.8.6claws34
6397
6398         * configure.in
6399                 apply patch that fixes the checking of GTK with XIM 
6400                 support on different OSs, such as FreeBSD. Patch 
6401                 submitted by Topia <topia@users.sourceforge.net>
6402                 
6403 2002-11-28 [paul]       0.8.6claws33
6404
6405         * src/mainwindow.c
6406           src/prefs_common.c
6407           src/prefs_toolbar.c
6408                 more changes to the English
6409
6410 2002-11-28 [paul]       0.8.6claws32
6411
6412         * sync with 0.8.6cvs13
6413                 see ChangeLog 2002-11-28 (no sync needed
6414                 for src/compose.c)
6415
6416 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6417         
6418         * src/mainwindow.[ch]
6419                 add patch by Ivan F. Martinez introducing messageview Toolbar
6420                 some changes and committed by oliver    
6421
6422 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6423
6424         * src/messageview.[ch]
6425                 add patch by Ivan F. Martinez introducing messageview Toolbar
6426                 some changes and committed by oliver    
6427
6428 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6429
6430         * src/compose.[ch]
6431                 add patch by Ivan F. Martinez introducing messageview Toolbar
6432                 some changes and committed by oliver    
6433
6434 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6435         
6436         * src/toolbar.[ch]
6437                 add patch by Ivan F. Martinez introducing messageview Toolbar
6438                 some changes and committed by oliver
6439
6440 2002-11-28 [oliver]     0.8.6claws27
6441         
6442         * src/prefs_toolbar.[ch]
6443                 getting ready for messageview toolbar
6444                 free mem allocated by gettext
6445                 change prefs_toolbar to prefs_toolbar_open
6446  
6447 2002-11-28 [thorsten]   0.8.6claws26
6448
6449         * src/imageview.[ch]
6450                 cleaned up conflicting declarations of
6451                 imageview_show_image()
6452
6453 2002-11-28 [paul]       0.8.6claws25
6454
6455         * src/grouplistdialog.c
6456           src/prefs_common.c
6457           src/prefs_summary_column.c
6458                 a few more improvements to the English
6459
6460 2002-11-28 [colin]      0.8.6claws24
6461
6462         * man/sylpheed.1
6463                 A few updates to command-line parameters
6464
6465 2002-11-28 [colin]      0.8.6claws23
6466
6467         * src/prefs_filtering.c
6468                 Fix problems with prefs_filtering_delete_path:
6469                 a) if the first rule is removed, original pointers
6470                    weren't updated (leading to segfaults)
6471                 b) it was always global_processing updated in case
6472                    of removed path was parent of rule path
6473
6474 2002-11-27 [paul]       0.8.6claws22
6475
6476         * src/mainwindow.c
6477           src/prefs_account.c
6478           src/prefs_actions.c
6479           src/prefs_common.c
6480           src/prefs_customheader.c
6481           src/prefs_display_header.c
6482           src/prefs_filtering.c
6483           src/prefs_folder_item.c
6484           src/prefs_matcher.c
6485           src/prefs_scoring.c
6486           src/prefs_summary_column.c
6487           src/prefs_template.c
6488           src/prefs_toolbar.c
6489                  improve the English in the GUI
6490
6491 2002-11-27 [colin]      0.8.6claws21
6492
6493         * src/folder.c
6494                 Fix processing renaming problems happening after
6495                 last commit
6496
6497 2002-11-27 [colin]      0.8.6claws20
6498
6499         * src/folder.c
6500                 recursive move now deletes src each subfolder after 
6501                 having moved it
6502         * src/folderview.c
6503                 Use identifier instead of path during dnd (enables
6504                 IMAP folder dnd)
6505
6506 2002-11-27 [paul]       0.8.6claws19
6507
6508         * src/main.c
6509                 apply patch that does command-line processing 
6510                 BEFORE gtk_init, allowing claws to run from 
6511                 shell-scripts in non-X environment (e.g. crontab 
6512                 or ip-up, ip-down scripts). Patch submitted by
6513                 Ruslan N. Balkin <baron@dartel.ru>
6514                 
6515         * po/it.po
6516                 updated by Alessandro Maestri
6517
6518 2002-11-27 [paul]       0.8.6claws18
6519
6520         * sync with 0.8.6cvs12
6521           src/prefs_common.c
6522                 Differences are that main uses a 'Receive dialog'
6523                 frame on the Interface tab, whereas claws groups all 
6524                 the dialogs together in a 'Dialogs' frame.
6525
6526 2002-11-27 [colin]      0.8.6claws17
6527
6528         * src/prefs_matcher.c
6529                 Fix Execute criteria's NOT flag
6530
6531
6532 2002-11-26 [christoph]  0.8.6claws16
6533
6534         * src/ssl.c
6535                 rewrite the ssl code a little bit, only use one
6536                 SSL context, set default certificates' file/path
6537
6538 2002-11-26 [thorsten]   0.8.6claws15
6539
6540         * src/compose.c
6541                 default-reply-to didn't work for ml-reply
6542
6543 2002-11-26 [melvin]     0.8.6claws14
6544
6545         * src/prefs_actions.c
6546                 Made pipe-actions ignore short headers in message view
6547                 Made trailing-pipe-actions write in the message view with
6548                 the same font as the original message
6549
6550 2002-11-26 [paul]       0.8.6claws13
6551
6552         * src/compose.c
6553                 this time commit the correct file
6554
6555 2002-11-26 [paul]       0.8.6claws12
6556
6557         * sync with 0.8.6cvs11
6558           src/quote_fmt_parse.y  
6559                 no sync needed
6560           src/account.[ch]       
6561                 not sync'ed
6562           src/compose.c
6563                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6564                 on draft mode.
6565                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6566                 header
6567                 
6568         see ChangeLog 2002-11-25 and 2002-11-26
6569
6570 2002-11-26 [colin]      0.8.6claws11
6571
6572         * src/folderview.c
6573                 Fix collapsed folder not auto-expanding during
6574                 mail dnd, if it was the source folder.
6575
6576 2002-11-25 [colin]      0.8.6claws10
6577
6578         * src/folderview.[ch]
6579                 Variable renaming and cleaning (slist of nodes 
6580                 to be re-collapsed is stored in FolderView)
6581
6582 2002-11-25 [paul]       0.8.6claws9
6583
6584         * src/prefs_common.[ch]
6585                 fix breakage caused by last commit
6586
6587 2002-11-25 [paul]       0.8.6claws8
6588
6589         * sync with 0.8.6cvs4
6590                 see ChangeLog 2002-11-21
6591
6592 2002-11-25 [paul]       0.8.6claws7
6593
6594         * sync with 0.8.6cvs4
6595                 see ChangeLog 2002-11-20
6596
6597 2002-11-25 [paul]       0.8.6claws6
6598
6599         * sync with 0.8.6cvs3
6600                 see ChangeLog 2002-11-18
6601
6602 2002-11-25 [colin]      0.8.6claws5
6603
6604         * src/gtkutils.[ch]
6605                 Add gtkut_ctree_node_is_parent()
6606         * src/folderview.c
6607                 Spring-loaded folders
6608
6609 2002-11-25 [colin]      0.8.6claws4
6610
6611         * src/utils.[ch]
6612                 Add slist_concat_unique(), function to merge
6613                 two GSList filtering dups
6614         * src/folder.[ch]
6615         * src/summaryview.[ch]
6616         * src/folderview.c
6617         * src/main.c
6618                 Add detection/update/display of unread answers
6619                 to marked mails
6620         * src/procmsg.[ch]
6621                 Add procmsg_find_children()
6622                 Add procmsg_msg_has_marked_parent()
6623
6624 2002-11-25 [colin]      0.8.6claws3
6625
6626         * src/ssl_certificate.[ch]
6627                 Allow checking a certificate without a DNS
6628                 lookup
6629                 Allow to forget a cert (by deleting it)
6630                 Make ssl_certificate_destroy_public
6631         * src/ssl_manager.[ch] ** NEW FILES **
6632                 Gui to manage (display/remove) certificates
6633         * src/prefs_common.[ch]
6634                 Add a pref to allow silent acceptation of
6635                 trusted certificates or not (based on the
6636                 "I want to know what's going on" principle)
6637         * src/mainwindow.c
6638                 Add SSL manager in Tools menu
6639         * src/Makefile.am
6640                 Add the new files to the build
6641         * po/POTFILES.in
6642                 Add ssl_manager.c to translations
6643
6644 2002-11-25 [colin]      0.8.6claws2
6645
6646         * src/summaryview.[ch]
6647                 Add S_SEARCH_EXTENDED to the quick search, which 
6648                 allows to search using filtering syntax.
6649
6650 2002-11-25 [colin]      0.8.6claws1
6651
6652         * src/summaryview.c
6653                 Deletion of duplicates now prefer deleting
6654                 the unread dup (fixes feature-request 638989).
6655
6656 2002-11-24 [paul]       0.8.6claws
6657
6658         * po/es.po
6659           po/pl.po
6660           po/ru.po
6661           po/sr.po
6662                 updated by Ricardo Mones Lastra,
6663                 Witold Wladyslaw Wojciech Wilk,
6664                 Ruslan N. Balkin, and  Urke MMI 
6665                 respectively
6666
6667 2002-11-24 [paul]       0.8.5claws182
6668
6669         * po/bg.po
6670                 updated by George Danchev
6671
6672 2002-11-23 [alfons]     0.8.5claws181
6673
6674         * src/imap.c
6675                 tiny memory leak found by browsing Dimitar's 
6676                 valgrind report
6677
6678 2002-11-23 [paul]       0.8.5claws180
6679
6680         * po/it.po
6681                 updated by Alessandro Maestri
6682
6683 2002-11-22 [christoph]  0.8.5claws179
6684
6685         * src/compose.c
6686         * src/inc.c
6687         * src/prefs_filtering.c
6688         * src/summaryview.c
6689                 more warning fixes
6690
6691 2002-11-22 [alfons]     0.8.5claws178
6692
6693         * src/summaryview.c
6694                 summary_execute_delete_func(): if message is deleted, make 
6695                 sure to also remove its entry in the subject hash table. 
6696                 fixes a corner case bug.
6697
6698 2002-11-22 [paul]       0.8.5claws177
6699
6700         * .cvsignore
6701                 add 'autom4te.cache'
6702                 
6703         * ltconfig      ** REMOVED **
6704                 not needed
6705
6706 2002-11-22 [paul]       0.8.5claws176
6707
6708         * src/textview.c
6709                 textview_set_font(): fix for message display in
6710                 UTF-8 locales (thanks to Sergey Vlasov).
6711                 
6712         * AUTHORS
6713                 add new team members and contributors
6714
6715
6716 2002-11-21 [colin]      0.8.5claws175
6717
6718         * src/procmsg.[ch]
6719                 Add procmsg_remove_special_headers()
6720         * src/mh.c
6721                 Use procmsg_remove_special_headers() for 
6722                 previous fix
6723
6724 2002-11-21 [colin]      0.8.5claws174
6725
6726         * src/mh.c
6727                 Fix moving/copying from queue/draft folders
6728                 for MH folders
6729
6730 2002-11-21 [christoph]  0.8.5claws173
6731
6732         * src/crash.c
6733         * src/filtering.c
6734         * src/logwindow.c
6735         * src/main.c
6736         * src/matcher_parser_lex.[hl]
6737         * src/mbox.c
6738         * src/mbox_folder.[ch]
6739         * src/prefs_filtering.c
6740         * src/procheader.c
6741         * src/quote_fmt_lex.l
6742         * src/ssl.c
6743                 fix all warnings except the warnings in lex and yacc files
6744
6745 2002-11-20 [christoph]  0.8.5claws172
6746
6747         * src/imap.c
6748                 fix MsgInfo retrieval for IMAP draft and queue folders
6749                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6750
6751 2002-11-19 [christoph]  0.8.5claws171
6752
6753         * src/compose.c
6754                 fix segfault, when draft saving does not get
6755                 the MsgInfo of the new message
6756                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6757
6758 2002-11-19 [christoph]  0.8.5claws170
6759
6760         * src/procmsg.c
6761                 add parameter check for flag setting function
6762                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6763
6764 2002-11-18 [paul]       0.8.5claws169
6765
6766         * src/compose.c
6767                 more sensitivity fixes to redirect mode:
6768                 * disable toolbar draft button
6769                 * allow only Address book in the Tools menu
6770                 * disable editing of message by the spell
6771                   checker
6772
6773 2002-11-18 [paul]       0.8.5claws168
6774
6775         * src/compose.c
6776                 fix sensitivity of menu items in compose_redirect():
6777                 allow only the necessary items 
6778
6779 2002-11-18 [paul]       0.8.5claws167
6780
6781         * src/compose.c
6782                 fix bug [ 603259 ] 'attachment got lost on bounce'
6783
6784 2002-11-18 [paul]       0.8.5claws166
6785
6786         * po/ru.po
6787                 updated by Ruslan N. Balkin <baron@dartel.ru>
6788
6789 2002-11-18 [colin]      0.8.5claws165
6790
6791         * src/main.c
6792           src/defs.h
6793                 Remove old filtering stuff
6794
6795
6796 2002-11-17 [oliver]     0.8.5claws164
6797
6798         * src/toolbar.h
6799                 remove not needed typedef 
6800
6801 2002-11-17 [oliver]     0.8.5claws163
6802
6803         * src/toolbar.c
6804                 make toolbar's on click events translatable
6805
6806 2002-11-15 [colin]      0.8.5claws162
6807
6808         * src/summaryview.c
6809                 Revert too-soon integration of a feature
6810
6811 2002-11-15 [christoph]  0.8.5claws161
6812
6813         * src/imap.c
6814                 use main's implementation of imap_get_msginfo
6815
6816 2002-11-15 [christoph]  0.8.5claws160
6817
6818         * src/compose.c
6819         * src/folder.[ch]
6820         * src/imap.c
6821         * src/mbox_folder.c
6822         * src/mh.c
6823         * src/news.c
6824         * src/procmsg.c
6825         * src/summaryview.c
6826                 replace claws' fetch_msginfo with main's get_msginfo
6827                 (use main's implementation where possible)
6828
6829 2002-11-15 [colin]      0.8.5claws159
6830
6831         * src/ssl_certificate.c
6832                 Missed a check
6833
6834 2002-11-16 [melvin]     0.8.5claws158
6835
6836         * po/fr.po
6837                 Updated French translations.
6838
6839 2002-11-16 [colin]      0.8.5claws157
6840
6841         * src/ssl_certificate.c
6842                 Check for missing parts in the certificates
6843
6844 2002-11-15 [colin]      0.8.5claws156
6845
6846         * src/folderview.c
6847                 Preventive fix (missing check) found by
6848                 Alfons
6849
6850 2002-11-15 [paul]
6851
6852         * NEWS
6853                 sync with 0.8.6 release
6854
6855 2002-11-15 [colin]      0.8.5claws155
6856
6857         * src/folder.[ch]
6858           src/folderview.c
6859                 Fix error handling of folder_item_move_to()
6860                 (thanks to Alfons!)
6861
6862 2002-11-15 [colin]      0.8.5claws154
6863
6864         * src/folder.[ch]
6865           src/folderview.c
6866                 folder_item_move_to() sets an error message instead
6867                 of having GUI stuff in folder.c
6868
6869 2002-11-15 [colin]      0.8.5claws153
6870
6871         * src/procmsg.[ch]
6872                 Implemented a callback for MsgInfo updates, 
6873                 heavily copy/pasted from Christoph's folder 
6874                 callback system
6875         * src/summaryview.[ch]
6876                 Register summary_update_msg as callback
6877
6878 2002-11-14 [colin]      0.8.5claws152
6879         
6880         * src/procmsg.c
6881                 Update the FolderItem after sending (fixes 617593)
6882
6883 2002-11-14 [christoph]  0.8.5claws151
6884
6885         * src/folder.c
6886                 fix wrong position of NULL pointer check found
6887                 by Sergey
6888
6889 2002-11-14 [christoph]  0.8.5claws150
6890
6891         * src/folder.c
6892                 fix segfault when deleting messages from IMAP folders
6893                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6894
6895 2002-11-14 [colin]      0.8.5claws149
6896
6897         * src/compose.c
6898                 Forwarding was also ignoring the folder's default account.
6899
6900 2002-11-14 [colin]      0.8.5claws148
6901
6902         * src/compose.c
6903                 Fix sent folder not set to folder properties when 
6904                 forwarding.
6905
6906 2002-11-14 [thorsten]   0.8.5claws147
6907
6908         * src/inc.c
6909                 inc_start(): Files were not moved from .processing to inbox,
6910                 if no global processing rule existed
6911
6912 2002-11-14 [colin]      0.8.5claws146
6913
6914         * src/ssl_certificate
6915                 Fix file operations
6916
6917 2002-11-14 [paul]       0.8.5claws145
6918
6919         * po/it.po
6920                 updated by Alessandro Maestri
6921
6922 2002-11-13 [alfons]     0.8.5claws144
6923
6924         * src/folder.c
6925                 folder_item_close(): only mark messages unread
6926                 when a folder has new messages 
6927
6928 2002-11-13 [keith]      0.8.5claws143
6929
6930         * src/imap.c
6931                 Fix problem moving or copying between
6932                 IMAP folders
6933
6934 2002-11-13 [colin]      0.8.5claws142
6935
6936         * src/matcher_parser_parse.y
6937                 Fix rule problem when " don't match
6938
6939 2002-11-13 [christoph]  0.8.5claws141
6940
6941         * src/folder.c
6942         * src/folderview.c
6943                 moved cache saving to folder_item_close
6944                 the folderview should not have to deal with
6945                 this things
6946
6947 2002-11-13 [christoph]  0.8.5claws140
6948
6949         * src/summaryview.c
6950                 moved setting of important score to
6951                 summary_set_prefs_from_folderitem
6952
6953 2002-11-13 [colin]      0.8.5claws139
6954
6955         * src/matcher_parser_parse.y
6956                 Fix a segfault in the parser (happening when
6957                 a good expression had been tested and a bad 
6958                 one arrives)
6959
6960 2002-11-13 [paul]       0.8.5claws138
6961
6962         * sync with 0.8.5cvs24
6963                 see ChangeLog 2002-11-13
6964                 
6965         * po/pt_BR.po
6966                 updated by Fabio Jr. Beneditto
6967
6968 2002-11-13 [colin]      0.8.5claws137
6969         
6970         * src/msgcache.c
6971           src/defs.h
6972           src/procmsg.[ch]
6973                 Revert last commit, problem
6974
6975 2002-11-13 [colin]      0.8.5claws136
6976
6977         * src/msgcache.c
6978                 Remove duplicated code
6979         * src/defs.h
6980                 Bumped CACHE_VERSION and MARK_VERSION
6981         * src/procmsg.[ch]
6982                 Network endian for cache and mark files
6983
6984 2002-11-12 [colin]      0.8.5claws135
6985
6986         * src/inc.c
6987                 Fix the "socket error" dialog which disappeared
6988
6989 2002-11-12 [colin]      0.8.5claws134
6990
6991         * src/msgcache.c
6992                 Reverse last commit which had performance 
6993                 problems, but still reverse the list
6994
6995 2002-11-12 [colin]      0.8.5claws133
6996
6997         * src/msgcache.c
6998                 Reverse list order
6999
7000 2002-11-12 [melvin]     0.8.5claws132
7001
7002         * src/compose.c
7003                 Added a check for a NULL prefs_common.dictionary
7004
7005 2002-11-12 [colin]      0.8.5claws131
7006
7007         * src/ssl_certificate.[ch]
7008                 Use FQDN hostname
7009
7010 2002-11-12 [colin]      0.8.5claws130
7011
7012         * src/ssl_certificate.[ch]
7013                 Take connection port into account for 
7014                 checking certificates (a single hostname
7015                 could have multiple servers with multiple
7016                 certificates)
7017         * src/ssl.c
7018                 Pass the port to ssl_certificate_check
7019
7020 2002-11-12 [paul]       0.8.5claws129
7021
7022         * src/folder.c
7023                 fix a typo in last commit
7024
7025 2002-11-12 [paul]       0.8.5claws128
7026
7027         * sync with 0.8.5cvs23
7028                 see ChangeLog entry 2002-11-12
7029
7030 2002-11-11 [colin]      0.8.5claws127
7031
7032         * src/ssl_certificate.c
7033                 Cleaner messages
7034                 Don't popup, instead log error, if the 
7035                 corresponding pref is checked
7036         * src/ssl_certificate.h
7037                 include <openssl/objects/h>
7038
7039 2002-11-11 [colin]      0.8.5claws126
7040
7041         * src/ssl_certificate.h
7042                 _Really_ clean it
7043
7044 2002-11-11 [colin]      0.8.5claws125
7045         
7046         * src/ssl_certificate.c
7047                 Fixed leak
7048
7049 2002-11-11 [colin]      0.8.5claws124
7050
7051         * src/ssl.c
7052                 Cleaned a bit
7053         * src/ssl_certificate.[ch]
7054                 Cleaned a bit (better use of SSL API)
7055                 (This will cause non-recognition of saved 
7056                  certificates of claws12[23]...)
7057
7058 2002-11-11 [paul]       0.8.5claws123
7059         
7060         * po/es.po
7061                 updated by Ricardo Mones Lastra
7062
7063 2002-11-11 [colin]      0.8.5claws122
7064
7065         * src/ssl.c
7066                 Fix a typo
7067
7068 2002-11-11 [colin]      0.8.5claws121
7069
7070         * src/ssl_certificate.[ch] ** NEW FILES **
7071         * src/ssl.[ch]
7072                 Check SSL certificates presented to us
7073         * src/Makefile.am
7074                 Add ssl_certificate.[ch]
7075         * po/POTFILES.in
7076                 Add ssl_certificate.c
7077
7078 2002-11-11 [paul]       0.8.5claws120
7079
7080         * sync with 0.8.5cvs22
7081                 see ChangeLog 2002-11-11
7082
7083 2002-11-11 [paul]       0.8.5claws119
7084
7085         * sync with 0.8.5cvs21
7086                 see ChangeLog 2002-11-11
7087
7088 2002-11-10 [jens]       0.8.5claws118
7089
7090         * src/folder.c
7091         * src/folderview.c
7092                 corrected some typing
7093         * po/de.po
7094                 updated german translation
7095         * sylpheed.spec.in
7096                 cleaned up specfile and adjusted it for claws
7097
7098 2002-11-10 [colin]      0.8.5claws117
7099
7100         * src/summaryview.c
7101                 a STATUSBAR_PUSH/POP fix
7102
7103 2002-11-10 [colin]      0.8.5claws116
7104
7105         * src/prefs_folder_item.c
7106                 Fix hanging after opening folder properties
7107
7108 2002-11-10 [hoa]        0.8.5claws115
7109
7110         * src/matcher_parser_lex.l
7111         * src/matcher_parser_parse.y
7112                 config file for scoring and filtering is no more trashed
7113                 when there is a syntax error in a filtering rule when
7114                 editing it in a dialog.
7115
7116 2002-11-09 [colin]      0.8.5claws114
7117
7118         * src/mbox_folder.c
7119                 Added missing initialisation of folder->destroy()
7120
7121 2002-11-09 [colin]      0.8.5claws113
7122
7123         * src/folder.c
7124           src/folderview.c
7125                 Fix the status bar messages
7126
7127 2002-11-09 [colin]      0.8.5claws112
7128
7129         * src/folderview.c
7130                 Fix hangs after folder dnd, happening after 
7131                 claws109.
7132
7133 2002-11-09 [christoph]  0.8.5claws111
7134
7135         * src/folderview.c
7136                 just changed order of calls (reverse order of
7137                 associated calls)
7138         * src/inc.c
7139                 lock inc when checking only one account, otherwise
7140                 inc all could be executed at the same time
7141
7142 2002-11-09 [christoph]  0.8.5claws110
7143
7144         * src/folderview.c
7145                 better unlock the mouse cursor before calling
7146                 summary_show because it changes the cursor too
7147
7148 2002-11-09 [christoph]  0.8.5claws109
7149
7150         * src/folder.[ch]
7151         * src/folderview.c
7152                 add functions to open and close a folder
7153                 o opending will execute scanning for remote folders
7154                   and processing
7155                 o closing will unset new flag for messages
7156
7157 2002-11-09 [colin]      0.8.5claws108
7158
7159         * src/folder.c
7160                 Add a call to prefs_matcher_write_config to 
7161                 avoid non-leaf folders filtering settings to be
7162                 lost
7163
7164 2002-11-09 [paul]       0.8.5claws107
7165
7166         * src/prefs_account.c
7167                 re-word a label
7168
7169 2002-11-09 [colin]      0.8.5claws106
7170
7171         * src/folderview.c
7172                 Minor esthetic fix
7173
7174 2002-11-09 [colin]      0.8.5claws105
7175
7176         * src/folderview.c
7177                 Fix prefs_filtering deletion for MH folders (same
7178                 reason as below)
7179         * src/prefs_filtering.c
7180                 Fix prefs_filtering renaming and deletion for 
7181                 folder-based processing rules.  
7182
7183 2002-11-09 [christoph]  0.8.5claws104
7184
7185         * src/compose.c
7186         * src/folder.[ch]
7187         * src/folderview.[ch]
7188         * src/import.c
7189         * src/inc.c
7190         * src/main.c
7191         * src/mainwindow.c
7192         * src/messageview.c
7193         * src/prefs_folder_item.c
7194         * src/procmsg.c
7195         * src/summaryview.c
7196                 implement a callback system for folder item updates
7197
7198 2002-11-09 [colin]      0.8.5claws103
7199
7200         * src/folderview.c
7201                 Fix prefs_filtering renaming for MH folders (we
7202                 shouldn't rename by path as another folder could
7203                 have the same hierarchy).
7204
7205 2002-11-09 [colin]      0.8.5claws102
7206
7207         * src/folder.c
7208                 Fix a leak found by Christoph, use better variable
7209                 names
7210
7211 2002-11-09 [colin]      0.8.5claws101
7212
7213         * src/folder.c
7214                 One more fix for processing rules
7215
7216 2002-11-08 [colin]      0.8.5claws100
7217         
7218         * src/matcher.c
7219                 Don't copy the compiled regexp (will be reevaluated)
7220         * src/folderview.c
7221                 Lock folderview while moving
7222         * src/folder.c
7223                 Provide info on what's happening to the user
7224
7225 2002-11-08 [colin]      0.8.5claws99
7226
7227         * src/folderview.c
7228                 Fix folder reordering after a move if parent is 
7229                 root
7230         * src/scoring.[ch]
7231                 Add function to copy a ScoringProp
7232         * src/prefs_folder_item.c
7233                 Copy scoring rules when copying a folder prefs
7234
7235 2002-11-08 [colin]      0.8.5claws98
7236
7237         * src/folderview.c
7238                 Fixes in case of failure
7239         * src/filtering.[ch]    
7240                 Add function to duplicate a FilteringProp
7241         * src/matcher.[ch]
7242                 Add function to duplicate a MatcherProp
7243         * src/prefs_folder_item.c
7244                 Save folder's processing rules when copying 
7245                 its prefs
7246
7247 2002-11-08 [colin]      0.8.5claws97
7248         
7249         * src/folderview.c
7250                 Sort after move
7251         * src/folder.c 
7252                 Change a printf to debug_print
7253
7254 2002-11-08 [colin]      0.8.5claws96
7255
7256         * src/folder.c
7257           src/folderview.c
7258                 Fix segfaults, call me stupido
7259         
7260
7261 2002-11-08 [colin]      0.8.5claws95
7262
7263         *src/folder.c
7264                 Added forgotten prefs to save when moving folders
7265
7266 2002-11-08 [colin]      0.8.5claws94
7267
7268         * src/folder.c
7269                 Fixes to folder DND (prefs copy)
7270         * src/folderview.c
7271                 Optimization for folder DND (don't rescan whole tree)
7272                 Added folderview_create_folder_node() for this 
7273                 optimization, so de-duped a bit the code
7274         * src/prefs_folder_item.[ch]
7275                 Added prefs_folder_item_copy_prefs()    
7276           
7277 2002-11-08 [paul]       0.8.5claws93
7278
7279         * src/prefs_account.c
7280           tools/README
7281           tools/kmail2sylpheed_v2.pl
7282                 correct some typos
7283
7284 2002-11-08 [paul]       0.8.5claws92
7285
7286         * src/compose.c
7287           src/prefs_account.[ch]
7288                 remove account options 'clearsign' and 'ascii_armored',
7289                 replace with 'default_gnupg_mode' to prevent mixed-mode
7290                 Privacy settings
7291
7292 2002-11-08 [paul]       0.8.5claws91
7293
7294         * src/compose.[ch]
7295                 re-implement GnuPG 'on-the-fly' mode selection,
7296                 disallow mixed-mode
7297
7298 2002-11-08 [colin]      0.8.5claws90
7299
7300         * src/folderview.c
7301           src/prefs_folder_item.c
7302                 Change "Property" to "Properties"
7303
7304 2002-11-07 [colin]      0.8.5claws89
7305
7306         * src/folderview.c
7307           src/folder.c
7308                 Allow folder dropping to a root folder
7309
7310 2002-11-07 [paul]       0.8.5claws88
7311
7312         * src/compose.c
7313                 revert last commit
7314
7315 2002-11-07 [paul]       0.8.5claws87
7316
7317         * src/compose.c
7318                 fix reply-to-list bug. closes bug report
7319                 "[633382] reply-to-list broken in recent cvs"
7320
7321 2002-11-07 [paul]       0.8.5claws86
7322
7323         * src/compose.c
7324                 add a forgotten '#if USE_GPGME ... #endif'
7325
7326 2002-11-07 [paul]       0.8.5claws85
7327
7328         * sync with 0.8.5cvs20
7329                 see ChangeLog 2002-11-07
7330
7331 2002-11-07 [colin]      0.8.5claws84
7332
7333         * src/folder.[ch]
7334                 Change folder_item_move_to to return the newly 
7335                 created folderitem.
7336         * src/folderview.c
7337                 Select the new folderitem after moving.
7338
7339 2002-11-07 [colin]      0.8.5claws83
7340
7341         * src/prefs_filtering.c
7342                 Fix rule rewriting when moving a leaf folder to a 
7343                 shorter path
7344
7345 2002-11-07 [colin]      0.8.5claws82
7346
7347         * src/prefs_filtering.c
7348                 fix a leak
7349
7350 2002-11-07 [colin]      0.8.5claws81
7351
7352         * src/folder.[ch]
7353                 Add folder_item_move_to() function to move a 
7354                 folderitem into another one (updates matcher etc)
7355         * src/folderview.c
7356                 Add folder drag'n drop (context menu to come)
7357                 [Should be dataloss free, but Please backup before 
7358                  trying !]
7359
7360 2002-11-06 [colin]      0.8.5claws80
7361
7362         * src/mh.c
7363                 mh_create_folder() returns NULL if can't create
7364                 directory hierarchy
7365
7366 2002-11-06 [paul]       0.8.5claws79
7367
7368         * src/compose.[ch]
7369                 allow 'on-the-fly' changing of the type of encryption 
7370                 and/or signing used (mime/ascii) via the compose window
7371
7372 2002-11-06 [paul]       0.8.5claws78
7373
7374         * sync with 0.8.5cvs19
7375                 see ChangeLog 2002-11-06 for src/account.c: 
7376                 account_get_special_folder()
7377                 
7378 2002-11-05 [alfons]     0.8.5claws77
7379
7380         * src/crash.c
7381                 very minor cleanups: nothing to see here, move on. :-)
7382
7383 2002-11-05 [colin]      0.8.5claws76
7384
7385         * src/main.c
7386                 Changes choices if compose windows are opened to
7387                 Discard, Draft, Don't quit
7388
7389 2002-11-05 [thorsten]   0.8.5claws75
7390
7391         * src/compose.c
7392                 reenabled default_reply_to folder option
7393
7394 2002-11-05 [colin]      0.8.5claws74
7395
7396         * src/compose.[ch] 
7397                 add compose_draft()
7398         * src/crash.c
7399                 add SIGTERM handler
7400         * src/main.[ch]
7401                 add clean_quit() for the SIGTERM handler
7402
7403 2002-11-05 [paul]       0.8.5claws73
7404         
7405         * po/es.po
7406                 updated by Ricardo Mones Lastra
7407
7408 2002-11-05 [melvin]     0.8.5claws72
7409
7410         * src/logwindow.c
7411                 Fixed log-clipping bug #616795.
7412                 To stop logging in the log window use 0 length.
7413         * src/prefs_common.c
7414                 Added a label to inform about the 0 log length behaviour.
7415
7416 2002-11-05 [paul]       0.8.5claws71
7417
7418         * sync with 0.8.5cvs17
7419                 see ChangeLog 2002-11-05
7420
7421 2002-11-04 [paul]       0.8.5claws70
7422
7423         * sylpheed-128x128.png
7424           sylpheed-64x64.png
7425           sylpheed.png
7426                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7427                 <nikai@users.sourceforge.net>
7428                 
7429         * po/bg.po
7430                 updated by George Danchev
7431
7432 2002-11-03 [thorsten]   0.8.5claws69
7433
7434         * src/main.c
7435           src/mimeview.c
7436           src/rfc2015.h
7437                 add check if gpg is active
7438
7439 2002-11-03 [thorsten]   0.8.5claws68
7440
7441         * src/toolbar.h
7442                 removed GSList declaration causing trouble on MacOS-X
7443                 (submitted by alfons, reported by xfesty)
7444
7445 2002-11-01 [paul]       0.8.5claws67
7446
7447         * src/mainwindow.c
7448                 remove last remnants of main's filter code
7449
7450 2002-11-01 [paul]       0.8.5claws66
7451
7452         * tools/filter_conv.pl
7453                 fix bug where user-defined headers were ignored
7454
7455 2002-11-01 [paul]       0.8.5claws65
7456
7457         * src/logwindow.c
7458                 make a debug_print() not translatable
7459
7460 2002-10-31 [melvin]     0.8.5claws64
7461
7462         * ac/aspell.m4
7463                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7464                 not run any GNU/aspell test.  The dictionary path will
7465                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7466                 was given, in which case, it will be $prefix/lib/aspell/
7467         * configure.in
7468                 Fixed typo in commentary (Aspell code).
7469
7470 2002-10-31 [paul]       0.8.5claws63
7471
7472         * po/POTFILES.in
7473                 remove src/filter.c and src/prefs_filter.c
7474                 thanks to Ricardo for reminding me
7475
7476 2002-10-31 [colin]      0.8.5claws62
7477
7478         * src/mbox_folder.c
7479                 Plug some leaks
7480
7481 2002-10-31 [paul]       0.8.5claws61
7482
7483         * src/prefs_filter.[ch] ** REMOVED **
7484           src/filter.[ch]       ** REMOVED **
7485           
7486         * src/Makefile.am
7487           src/folderview.c
7488           src/inc.c
7489           src/main.c
7490           src/mainwindow.c
7491           src/mbox.c
7492           src/prefs_common.c
7493           src/prefs_filtering.c
7494           src/summaryview.[ch]
7495                 remove main's 'filter' code
7496                 
7497         README.claws
7498                 update to reflect removal of main's filter
7499
7500 2002-10-31 [paul]       0.8.5claws60
7501
7502         * src/summaryview.c
7503                 remove check for global_processing in summary_filter_open(). 
7504                 This fixes the bug where if the user uses the right-click 
7505                 'Create filter rule...' and doesn't have any filter rules 
7506                 already defined in claws' advanced filtering, the newly 
7507                 created filter rule goes to main's filtering which is 
7508                 inaccessible through the gui. Now the filter rule gets added
7509                 to claws' filtering by default.
7510
7511 2002-10-28 [melvin]     0.8.5claws59
7512
7513         * src/prefs_actions.c
7514                 Fixed bug #627322 where MIME parts were not always
7515                 correctly passed to a %p action
7516                 Display an error dialog when message filename is not found.
7517
7518 2002-10-28 [melvin]     0.8.5claws58
7519
7520         * src/prefs_common.c
7521                 Readded a missing function declaration lost in 0.8.3claws34
7522
7523 2002-10-28 [paul]       0.8.5claws57
7524
7525         * sync with 0.8.5cvs15
7526                 see ChangeLog 2002-10-28 and 2002-10-25
7527                 
7528         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7529
7530 2002-10-27 [oliver]     0.8.5claws56
7531
7532         * src/pop.c
7533                 plug leak in pop3_top_recv
7534
7535 2002-10-26 [christoph]  0.8.5claws55
7536
7537         * src/folder.c
7538                 set need_update folder flag when messages are added
7539                 (closes bug [ 626922 ] folder not updated after receiving)
7540
7541 2002-10-25 [melvin]     0.8.5claws54
7542
7543         * src/imageview.c
7544                 Fixed a memleak introduced in the scaling code.
7545
7546 2002-10-24 [alfons]     0.8.5claws53
7547
7548         * src/filtering.c
7549                 make filtering's forward message action forward from the 
7550                 correct account
7551                 (closes bug [628089 ] Filter -> Forward from address problem
7552                 reported by Oktay)
7553
7554 2002-10-24 [christoph]  0.8.5claws52
7555
7556         * src/mainwindow.c
7557         * src/manual.[ch]
7558                 o use manual of current locale or english if current
7559                   locale is not available (and english is available)
7560                 o also link to sylpheed doc project manuals
7561
7562 2002-10-23 [paul]       0.8.5claws51
7563
7564         * tools/README
7565           tools/kmail2sylpheed_v2.pl
7566                 add new version of kmail addressbook importer script.
7567                 works with newer versions of Kmail/KAddressBook which
7568                 have new and rearranged data.
7569
7570 2002-10-23 [martin]     0.8.5claws50
7571
7572         * src/folderview.c
7573         * src/summaryview.c
7574         * src/utils.h
7575         * src/utils.c
7576                 added length parameter to get_abbrev_newsgroup_name()
7577                 changed this function so that it abbreviates the newsgroup
7578                 names only so long it is smaller than the length parameter
7579                 (for better reading of some newsgroup names and space efficiency)
7580
7581 2002-10-22 [colin]      0.8.5claws49
7582
7583         *src/foldersel.c
7584                 Revert Alfons' last modification (after voting ;-))
7585
7586 2002-10-21 [alfons]     0.8.5claws48
7587
7588         * src/foldersel.c
7589                 folder view in folder selection dialog reflects state of
7590                 folder view in main window
7591
7592 2002-10-18 [alfons]     0.8.5claws47
7593
7594         * src/mbox.c
7595                 drop imported messages in folder selected by user,
7596                 and not in the inbox
7597                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7598
7599 2002-10-18 [alfons]     0.8.5claws46
7600
7601         * src/compose.c
7602                 make automagic reply work correctly for email accounts 
7603                 (whether it's viable to do a full sync with Hiro's 
7604                 compose.c is still under discussion)
7605
7606 2002-10-18 [melvin]     0.8.5claws45
7607
7608         * src/prefs_actions.c
7609                 Fixed bug #622275 where asynchroneous actions left 
7610                 zombies processes
7611                 Made (synchroneous) actions' input be displayed live.
7612
7613 2002-10-18 [christoph]  0.8.5claws44
7614
7615         * src/textview.c
7616                 don't add a newline in the textview in front of the
7617                 first textpart if header display is disabled
7618                 (closes bug [ 603385 ] disabled header display leaves blank
7619                  lin)
7620
7621 2002-10-18 [christoph]  0.8.5claws43
7622
7623         * src/folder.[ch]
7624         * src/imap.c
7625         * src/mbox_folder.c
7626         * src/mh.c
7627         * src/news.c
7628                 folder->get_num_list now returns an error code
7629                 (closes bug [ 609424 ] News cache cleared on failure)
7630                 
7631 2002-10-17 [colin]      0.8.5claws42
7632         
7633         * src/news.c
7634                 Changed a printf by debug_print
7635
7636 2002-10-16 [paul]       
7637
7638         * tools/OOo2sylpheed.pl
7639                 allow for spaces in the name of the
7640                 file to be attached.
7641
7642 2002-10-16 [colin]      0.8.5claws41
7643
7644         * src/main.c
7645                 Use a tristate to change online mode
7646
7647 2002-10-16 [paul]       0.8.5claws40
7648
7649         * po/es.po
7650                 updated by Ricardo Mones Lastra
7651
7652 2002-10-16 [colin]      0.8.5claws39
7653
7654         * src/main.c
7655           src/mainwindow.[ch]
7656                 Added --online and --offline command-line
7657                 switches
7658
7659 2002-10-15 [christoph]  0.8.5claws38
7660
7661         * src/procmime.c
7662                 set mimeinfo->name to NULL after g_free to
7663                 avoid double freeing with g_free
7664
7665 2002-10-14 [christoph]  0.8.5claws37
7666
7667         * src/compose.c
7668         * src/filtering.c
7669         * src/summaryview.c
7670                 remove calls to folder->change_flags that are now
7671                 done by procmsg flag functions (seems it is not
7672                 used by any foldertype anyway)
7673         * src/folder.c
7674                 init folder->change_flags with NULL
7675
7676 2002-10-14 [christoph]  0.8.5claws36
7677
7678         * src/folder.[ch]
7679         * src/imap.[ch]
7680                 use virtual functions for folder item new and destroy
7681                 functions
7682
7683 2002-10-14 [melvin]     0.8.5claws35
7684
7685         * src/compose.c
7686                 Added a test to not run the spell checker if no default
7687                 dictionary is available. No dialog is displayed though.
7688
7689 2002-10-14 [melvin]     0.8.5claws34
7690
7691         * src/gtkaspell.c
7692                 Fixed bug in dictionary list context menu where
7693                 "More..." pointed to an emtpy submenu if the
7694                 number of dictionaries is a multiple of 15
7695                 Removed unneeded code in suggestions list creation
7696
7697 2002-10-14 [paul]       0.8.5claws33
7698
7699         * po/bg.po
7700                 updated by George Danchev
7701
7702 2002-10-13 [hoa]        0.8.5claws32
7703
7704         * src/matcher.[ch]
7705           src/matcher_parser_parser.y
7706                 removed the escaped string from internal structure
7707                 of matcher.
7708
7709 2002-10-12 [colin]      0.8.5claws31
7710
7711         * src/gtksctree.[ch]
7712           src/summaryview.c
7713                 Removed useless function gtksctree_reanchor
7714
7715 2002-10-12 [alfons]     0.8.5claws30
7716         
7717         * sync with remaining main changes 2002-10-09 - 2002-10-11
7718         - drop changes to src/compose.c (requires claws specific changes)
7719         
7720 2002-10-12 [alfons]     0.8.5claws29
7721         
7722         * sync with main changes of 2002-10-08
7723         - drop changes to src/compose.c (requires claws specific changes)
7724         - drop changes to src/summaryview.c (requires changes to compose.c)     
7725
7726 2002-10-12 [alfons]     0.8.5claws28
7727         
7728         * sync with main changes of 2002-10-07
7729
7730 2002-10-12 [alfons]     0.8.5claws27
7731
7732         * sync with main changes of 2002-10-04
7733         - drop changes to src/compose.c (requires claws specific changes)
7734         - drop changes to src/prefs_folder_item.c (claws implementation
7735           seems to be working)
7736
7737 2002-10-12 [colin]      0.8.5claws26
7738
7739         * src/mainwindow.c
7740                 Fix folder-flicker when space-reading, introduced 
7741                 in claws22.
7742
7743 2002-10-12 [colin]      0.8.5claws25
7744
7745         * src/compose.c
7746                 Save account address when saving as draft.
7747                 (closes bug 621838)
7748
7749 2002-10-12 [colin]      0.8.5claws24
7750
7751         * src/summaryview.c
7752                 Fix the problem consisting of no message selected
7753                 after the last message in a folder has been moved.
7754
7755 2002-10-12 [paul]       0.8.5claws23
7756
7757         * src/compose.c
7758           src/prefs_template.c
7759           src/template.[ch]
7760                 add Cc and Bcc to templates. Patch submitted by
7761                 John L. Males.
7762
7763 2002-10-12 [colin]      0.8.5claws22
7764
7765         * src/folderview.c
7766                 Fix a bug after "Check for new messages":
7767                 If a folder was opened, it was still selected at
7768                 the end of the check, but displayed empty.
7769         * src/mainwindow.c
7770                 Remove unnecessary check
7771
7772 2002-10-12 [paul]
7773
7774         * tools/README
7775                 be more verbose in the description of
7776                 OOo2sylpheed.pl
7777                 
7778
7779 2002-10-11 [colin]      0.8.5claws21
7780
7781         * src/mainwindow.c
7782                 Make space work (better) when no mail is selected
7783
7784 2002-10-11 [colin]      0.8.5claws20
7785
7786         * src/inc.c
7787           src/news.c
7788                 fix warnings
7789
7790 2002-10-11 [colin]      0.8.5claws19
7791
7792         * src/mainwindow.c
7793                 revert 0.8.5claws6 changes as i couldn't get to
7794                 anything satisfying
7795
7796 2002-10-11 [melvin]     0.8.5claws18
7797
7798         * src/compose.c
7799                 Removed buggy and unused macro (should have been committed in
7800                 0.8.5claws17)
7801
7802 2002-10-11 [melvin]     0.8.5claws17
7803
7804         * src/compose.c
7805                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7806
7807 2002-10-11 [thorsten]   0.8.5claws16 
7808
7809         * src/folderview.c
7810                 remove rescan warning
7811
7812 2002-10-11 [colin]      0.8.5claws15 
7813
7814         * src/procheader.c
7815                 fix a segfault that happens if conv_unmime_header
7816                 fails (should be better to find out why it fails)
7817
7818 2002-10-11 [christoph]  0.8.5claws14
7819
7820         * src/summaryview.c
7821                 update folderview stats after ignore/unignore thread
7822
7823 2002-10-11 [hoa]        0.8.5claws13
7824
7825         * src/quote_fmt_parse.y
7826                 Fixed a yacc/bison syntax error
7827         * src/matcher.c
7828                 Escaping of string is fixed.
7829
7830 2002-10-11 [colin]      0.8.5claws12
7831
7832         * src/imageview.c
7833                 Resize images to fit
7834
7835 2002-10-11 [paul]       0.8.5claws11
7836
7837         * po/es.po
7838                 updated by Ricardo Mones Lastra
7839
7840 2002-10-10 [alfons]     0.8.5claws10
7841
7842         * src/compose.c
7843                 allow dropping files by "moving" files from a file manager,
7844                 not only by the more cumbersome "copying". the latter 
7845                 mostly implies holding down the Control button
7846
7847 2002-10-10 [christoph]  0.8.5claws9
7848
7849         * src/summaryview.c
7850                 update folders after thread building for ignored threads
7851
7852 2002-10-10 [christoph]  0.8.5claws8
7853
7854         * config/.cvsignore
7855                 added Makefile
7856         * src/filtering.[ch]
7857         * src/folder.[ch]
7858         * src/folderview.[ch]
7859         * src/import.c
7860         * src/inc.[ch]
7861         * src/mbox.[ch]
7862         * src/procmsg.c
7863         * src/summaryview.[ch]
7864                 o added new flag need_update to FolderItem
7865                 o removed folder_table from various functions from tracking
7866                   folder updates
7867                 o set need_update flags in folder.c's move, copy and delete
7868                   functions and procmsg's flags functions
7869                 o added function folderview_update_items_when_required that
7870                   updates all folders with need_update set
7871                 o call folderview_update_items_when_required instead of
7872                   folderview_update_item_foreach
7873
7874 2002-10-09 [sergey]     0.8.5claws7
7875
7876         * src/compose.c
7877                 Strip CRs whel loading the text into editor in reedit mode.
7878
7879 2002-10-09 [colin]      0.8.5claws6
7880
7881         * src/mainwindow.c
7882                 Make Space work when no mail is selected
7883
7884 2002-10-09 [colin]      0.8.5claws5
7885
7886         * src/gtksctree.[ch]
7887                 Fix range_select
7888                 Add gtk_sctree_reanchor() 
7889         * src/summaryview.c
7890                 Use gtk_sctree_reanchor() - better fix for 
7891                 bug 60413
7892
7893 2002-10-09 [colin]      0.8.5claws4
7894
7895         * src/summaryview.c
7896                 Fix shift-click select after delete problem
7897                 (closes bug 60413)
7898
7899 2002-10-08 [thorsten]   0.8.5claws3
7900
7901         * src/summaryview.c
7902                 exclude current msg from -hide read messages-
7903
7904 2002-10-08 [colin]      0.8.5claws2
7905
7906         * src/inc.[ch]
7907           src/pop.c
7908           src/recv.c
7909                 Differentiate socket errors from disk full
7910                 errors
7911
7912 2002-10-08 [christoph]  0.8.5claws1
7913
7914         * Makefile.am
7915         * configure.in
7916                 modifications for new config directory
7917
7918         * config.guess  ** REMOVED **
7919         * config.sub    ** REMOVED **
7920         * install-sh    ** REMOVED **
7921         * ltmain.sh     ** REMOVED **
7922         * missing       ** REMOVED **
7923         * mkinstalldirs ** REMOVED **
7924                 these files are autogenerated by automake
7925                 when you run autogen.sh
7926
7927         * config/.cvsignore     ** NEW FILE **
7928         * config/Makefile.am    ** NEW FILE **
7929                 ignore autogenerated files
7930                 create a Makefile in this directory
7931
7932 2002-10-08 [paul]       0.8.5claws
7933
7934         * 0.8.5claws release
7935         
7936         * src/compose.c
7937           src/procheader.c
7938           src/procmsg.c
7939                 fix quote reply format for newsgroups reply bug
7940                 (thanks to Hoa)
7941                 
7942         * po/en_GB.po
7943           po/pl.po
7944                 updated by me and Witold Wladyslaw Wojciech Wilk
7945                 repectively
7946
7947 2002-10-07 [paul]       0.8.3claws53
7948
7949         * po/it.po
7950           po/pt_BR.po
7951           po/sr.po
7952                 updated messages catalogs, submitted by
7953                 Alessandro Maestri, Fabio Jr.Beneditto 
7954                 and Urke MMI, respectively.
7955
7956 2002-10-07 [christoph]  0.8.3claws52
7957
7958         * src/folder.[ch]
7959         * src/folderview.c
7960         * src/mainwindow.c
7961                 fix new folder ghost message bug
7962                 (closes bug [ 619722 ] wrong count for newly created folders)
7963
7964 2002-10-07 [christoph]  0.8.3claws51
7965
7966         * src/compose.c
7967                 fix news posting problem
7968
7969 2002-10-07 [melvin]     0.8.3claws50
7970
7971         * po/fr.po
7972                 Updated French translation
7973
7974 2002-10-05 [christoph]  0.8.3claws49
7975
7976         * src/gtkstext.c
7977                 check if line_start_cache is set in gtk_stext_update_text
7978                 (closes bug [ 618119 ] crash while doing search in folder)
7979
7980 2002-10-05 [christoph]  0.8.3claws48
7981
7982         * src/imap.c
7983         * src/news.c
7984         * src/utils.c
7985         * src/utils.h
7986                 implement cache cleanups for claws' folder system
7987                 (closes bug [ 595916 ] imapcache not cleaned up)
7988
7989 2002-10-05 [melvin]     0.8.3claws47
7990
7991         * src/prefs_actions.c
7992                 Made the help text more clear for the %p token
7993
7994 2002-10-04 [paul]       0.8.3claws46
7995
7996         * sync with 0.8.5
7997                 see ChangeLog 2002-10-02 and 2002-10-03
7998
7999 2002-10-04 [christoph]  0.8.3claws45
8000
8001         * src/inc.c
8002                 fix segfault caused by pop before smtp
8003                 call to inc_account_mail with NULL
8004                 pointer for mainwin
8005
8006 2002-10-04 [paul]       0.8.3claws44
8007
8008         * configure.in
8009                 sync the LDAP detection from 0.8.5cvs1
8010
8011 2002-10-02 [christoph]  0.8.3claws43
8012
8013         * po/de.po
8014                 fix small spelling error
8015
8016 2002-10-02 [melvin]     0.8.3claws42
8017
8018         * ac/aspell.m4
8019                 Behave better and say "no" when test program cannot be run.
8020
8021 2002-10-02 [paul]       0.8.3claws41
8022
8023         * sync with 0.8.4cvs1
8024                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8025                 
8026         * src/summaryview.c
8027                 toggle the behavior of Reply menuitem between
8028                 normal reply and reply-to-list
8029
8030 2002-10-01 [sergey]     0.8.3claws40
8031
8032         * src/compose.c
8033                 Convert newlines in the message text to the canonical form
8034                 before base64 encoding (RFC2045 compliance, fixes some
8035                 interoperability issues with Evolution 1.0.3)
8036
8037 2002-09-29 [colin]      0.8.3claws39
8038
8039         * src/summaryview.c
8040                 Fix an unwanted copy/paste
8041
8042 2002-09-29 [colin]      0.8.3claws38
8043
8044         * src/mainwindow.c
8045                 Renamed "Custom toolbar" to "Customize toolbar"
8046                 Renamed "Show all header" to "Show all headers"
8047                 Renamed "Set diplay item" to "Set displayed items"
8048         * src/prefs_common.c
8049                 Renamed "Show all header" to "Show all headers"
8050         * src/prefs_summary_column.c
8051                 Renamed "diplay item" to "displayed items"
8052
8053 2002-09-29 [colin]      0.8.3claws37
8054
8055         * src/mainwindow.[ch]
8056                 online/offline status pixmaps follow theme
8057                 changes
8058         * src/summaryview.[ch]
8059                 quicksearch pixmap follows theme changes
8060
8061 2002-09-29 [thorsten]   0.8.3claws36
8062
8063         * src/compose.c
8064           src/prefs_folder_item.[ch]
8065                 add default_reply_to folder option (closes patch 581044)
8066
8067 2002-09-29 [christoph]  0.8.3claws35
8068
8069         * acconfig.h    ** REMOVED **
8070         * configure.in
8071         * ac/aspell.m4
8072         * ac/check-type.m4
8073         * ac/gnupg-check-typedef.m4
8074                 fix autoheader 2.50 warning
8075
8076 2002-09-29 [christoph]  0.8.3claws34
8077
8078         * major code cleanup (part 2)
8079         
8080                 - unused variables removed
8081                 - unused functions removed
8082                 - uninitialized variables checked
8083                 - missing return statements added
8084                 - missing function return types added
8085                 - added parentheses around assignment
8086                   when suggested by gcc
8087
8088 2002-09-29 [alfons]     0.8.3claws33
8089
8090         * src/logwindow.c
8091                 log_window_clear(): only bracket gtk_text_forward_delete() 
8092                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8093                 works around GTK text bug)
8094
8095 2002-09-29 [paul]       0.8.3claws32
8096
8097         * po/bg.po
8098           po/sr.po
8099                 updated by George Danchev and Urke MMI
8100                 respectively
8101
8102 2002-09-27 [christoph]  0.8.3claws31
8103
8104         * doc-src/readme.txt
8105         * doc-src/rfc1806.txt   ** REMOVED **
8106         * doc-src/rfc2183.txt   ** NEW FILE **
8107         * doc-src/rfc2980.txt   ** NEW FILE **
8108                 update rfcs
8109
8110 2002-09-27 [melvin]     0.8.3claws30
8111
8112         * ac/aspell.m4
8113                 Fixed typo which could break linking
8114
8115 2002-09-27 [melvin]     0.8.3claws29
8116
8117         * ac/aspell.m4
8118                 Improved GNU/aspell checking. 
8119                 Fixed bug #614490
8120
8121 2002-09-27 [paul]       0.8.3claws28
8122
8123         * sync with 0.8.3cvs8
8124                 see ChangeLog 2002-09-27
8125
8126 2002-09-26 [colin]      0.8.3claws27
8127
8128         * src/toolbar.[ch]
8129           src/mainwindow.[ch]
8130                 Add "Reply to Mailing-list" to the toolbar
8131
8132 2002-09-26 [christoph]  0.8.3claws26
8133
8134         * src/summaryview.c
8135                 Fix wrong message counts in summaryview status
8136
8137 2002-09-26 [paul]       0.8.3claws25
8138
8139         * sync with 0.8.3cvs7
8140                 see ChangeLog 2002-09-26
8141
8142 2002-09-26 [paul]       0.8.3claws24
8143
8144         * sync with 0.8.3cvs6
8145                 see ChangeLog 2002-09-25
8146
8147 2002-09-25 [christoph]  0.8.3claws23
8148
8149         * src/prefs_common.c
8150         * src/prefs_folder_item.c
8151         * src/prefs_scoring.c
8152                 Renamed "kill score" to "hide score" in GUI
8153                 and prefs files
8154
8155 2002-09-25 [paul]       0.8.3claws22
8156
8157         * sync with 0.8.3cvs5
8158                 see ChangeLog 2002-09-24
8159
8160 2002-09-24 [alfons]     0.8.3claws21
8161
8162         patch by Satoshi Nagayasu: allows appending / saving multiple 
8163         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8164         'Save as ...'")
8165
8166         * AUTHORS
8167                 add Satoshi Nagayasu
8168         * src/summaryview.c
8169                 summary_save_as(): allow saving selected files to
8170                 one file
8171                 summary_set_menu_sensitive: enable "Save As..." when
8172                 multiple files are selected
8173         * src/utils.[ch]
8174                 append_file(): new function
8175
8176 2002-09-24 [colin]      0.8.3claws20
8177
8178         * src/procmime.c
8179                 Fix segfault when mimeinfo doesn't have a 
8180                 content_type. 
8181
8182 2002-09-24 [colin]      0.8.3claws19
8183
8184         * src/prefs_common.[ch]
8185                 Add a preference to display send dialog or not
8186         * src/send.c
8187                 Display send dialog according to preference
8188
8189 2002-09-24 [colin]      0.8.3claws18
8190
8191         * src/compose.[ch]
8192                 Disable user actions when sending
8193
8194 2002-09-24 [colin]      0.8.3claws17
8195
8196         * src/procmime.c
8197                 Do not display name or filename for attachments
8198                 with an application/pgp-signature type
8199                 (security flaw, see bug 537413)
8200
8201 2002-09-23 [colin]      0.8.3claws16
8202
8203         * src/editaddress.c
8204                 Initialize entry_email, entry_alias and 
8205                 entry_remarks to first email address of the list
8206
8207 2002-09-23 [colin]      0.83claws15
8208
8209         * src/compose.c
8210                 Drop pgp-signature when reediting a signed queued
8211                 message
8212
8213 2002-09-23 [melvin]     0.8.3claws14
8214
8215         * po/fr.po
8216                 Updated French translation
8217
8218 2002-09-23 [melvin]     0.8.3claws13
8219
8220         * src/mainwindow.c
8221                 Made custom toolbar menu labels more consistent
8222         * src/prefs_toolbar.c
8223                 Made custom toolbar window title more consistent
8224
8225 2002-09-22 [colin]      0.8.3claws12
8226
8227         * src/inc.c
8228                 Initialize session type to normal before getting 
8229                 mail (fixes strange Get behaviour)
8230         * src/prefs_account.h
8231                 Move STYPE_POP_BEFORE_SMTP to last position to 
8232                 avoid other side-effects
8233
8234 2002-09-22 [colin]      0.8.3claws11
8235
8236         * src/prefs_account.c
8237                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8238                 from pop3 to apop or vice-versa
8239
8240 2002-09-22 [colin]      0.8.3claws10
8241         
8242         * src/prefs_account.[ch]
8243                 Add an option for the POP before SMTP timeout
8244         * src/inc.c
8245                 Remember time of last POP connection
8246         * src/send.c
8247                 Do POP before SMTP only if timeout reached
8248
8249 2002-09-22 [oliver]     0.8.3claws9
8250         
8251         * README.claws
8252                 explain custom toolbar
8253
8254 2002-09-22 [oliver]     0.8.3claws8
8255
8256         * src/prefs_actions.[ch]
8257         custom toolbar for compose      
8258                 actions callback from compose toolbar
8259         * src/folderview.c
8260                 remove include toolbar.h
8261
8262 2002-09-22 [oliver]     0.8.3claws7
8263         
8264         * src/prefs_toolbar.[ch]
8265                 custom toolbar for compose
8266                 - generic prefs_toolbar handles both
8267                   Mainwin's toolbar as well as Compose toolbar          
8268
8269 2002-09-22 [oliver]     0.8.3claws6
8270         
8271         * src/toolbar.[ch]
8272                 custom toolbar for compose
8273                 restructure toolbar.[ch]
8274
8275 2002-09-22 [oliver]     0.8.3claws5
8276
8277         * src/compose.[ch]
8278                 custom toolbar for compose
8279
8280 2002-09-22 [oliver]     0.8.3claws4
8281         
8282         * src/mainwindow.[ch]
8283                 custom toolbar for compose 
8284                 move mainwin toolbar back to mainwindow
8285
8286 2002-09-22 [alfons]     0.8.3claws3
8287
8288         * src/procmsg.c
8289                 :%sno/if(/if (/gc
8290                 :%sno/for(/for (/gc
8291                 (beautify)
8292
8293 2002-09-22 [alfons]     0.8.3claws2
8294         
8295         * src/procmsg.c
8296                 procmsg_save_to_outbox(): don't unlink message file from queue;
8297                 callers should do it using folder_item_remove_msg()
8298
8299 2002-09-22 [colin]      0.8.3claws1
8300
8301         * src/mimeview.[ch]
8302                 Made mimeview_check_signature() public
8303         * src/textview.c
8304                 Made GPG signatures verifiable by clicking
8305                 the [application/pgp-signature] in the Text
8306                 view
8307
8308 2002-09-22 [paul]       0.8.3claws
8309
8310         * po/bg.po
8311           po/en_GB.po
8312           po/es.po
8313           po/it.po
8314           po/pl.po
8315           po/pt_BR.po
8316           po/sr.po
8317                 updated translations, submitted by George Danchev,
8318                 me, Ricardo Mones Lastra, Alessandro Maestri,
8319                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8320                 and Urke MMI, respectively.     
8321
8322 2002-09-22 [alfons]     0.8.2claws65
8323
8324         * src/procmsg.c
8325         * src/pgptext.c
8326                 no furry valgrinds have been used to plug these memleaks
8327
8328 2002-09-20 [paul]       0.8.2claws64
8329
8330         * sync with 0.8.3cvs4
8331                 'Select thread' re-implemented 
8332                 see ChangeLog 2002-09-20
8333
8334 2002-09-21 [alfons]     0.8.2claws63
8335
8336         * src/compose.c
8337                 compose_send(): plug unnoticed memleak
8338
8339 2002-09-20 [alfons]     0.8.2claws62
8340
8341         * src/addr_compl.c
8342                 replace_address_in_edit(): strict check for NULL address to
8343                 fix "[ 607348 ] Segfault in address completion". My guess is
8344                 that this happens with an empty address book, but it's good
8345                 to have this check here anyway
8346                 
8347                 completion_window_button_press(): free string returned 
8348                 from the internal cache
8349
8350 2002-09-20 [christoph]  0.8.2claws61
8351
8352         * src/procmime.h
8353                 added ENC_BINARY to EncodingType
8354         * src/procmime.c
8355                 the string returned by procmime_get_encoding_str
8356                 should not depend on the order of values in the
8357                 EncodingType definition
8358         * doc-src/rfc1806.txt   ** NEW FILE **
8359                 Added rfc1806 about MIME Content-Disposition
8360                 Extension
8361
8362 2002-09-19 [paul]       0.8.2claws60
8363
8364         * sync with 0.8.2cvs3
8365                 see ChangeLog 2002-09-19
8366
8367 2002-09-19 [paul]       0.8.2claws59
8368
8369         * src/prefs_folder_item.c
8370                 revert to Darko's original alignment of colour
8371                 selector button
8372                 add a colon to folder_color label
8373                 
8374         * src/compose.c
8375                 add Colin's patch (with Hiro's modifications) to 
8376                 force BASE64 encoding for 8-bit text when signing
8377                 (sync with 0.8.3cvs2)
8378
8379 2002-09-18 [alfons]     0.8.2claws58
8380
8381         * src/compose.c
8382                 :%sno/if(/if (/gc
8383                 :%sno/for(/for (/gc
8384                 (beautify a little bit)
8385
8386 2002-09-18 [christoph]  0.8.2claws57
8387
8388         * src/pine.c
8389                 fix handling of fgetc return value
8390
8391 2002-09-17 [alfons]     0.8.2claws56
8392         
8393         * src/summaryview.c
8394                 summary_sort(): check non-NULL summaryview->folder_item when no 
8395                 folder is selected at all
8396                 (closes "[ 610344 ] sort label make syl Crash")
8397
8398 2002-09-17 [alfons]     0.8.2claws55
8399         
8400         * src/compose.c
8401                 beautify a little bit
8402
8403 2002-09-17 [christoph]  0.8.2claws54
8404
8405         * src/folder.c
8406                 initialize max values for cache and folder
8407                 when cache or folder is empty
8408
8409 2002-09-15 [colin]      0.8.2claws53
8410
8411         * src/compose.c
8412                 Fix a leak (thanks Alfons!) and cleaned
8413                 variables names for custom headers
8414
8415 2002-09-15 [colin]      0.8.2claws52
8416
8417         * src/compose.c
8418                 Fix custom headers recognition when
8419                 prefs_common.trans_hdr is on
8420
8421 2002-09-15 [colin]      0.8.2claws51
8422
8423         * src/compose.c
8424                 Allow dynamically-added custom headers
8425                 Yet not reparsed if reedited
8426
8427 2002-09-15 [alfons]     0.8.2claws50
8428
8429         * src/prefs_account.c
8430                 fix warnings
8431
8432 2002-09-15 [colin]      0.8.2claws49
8433         
8434         * src/prefs_account.c
8435                 fix pop_before_smtp sensitivity
8436
8437 2002-09-15 [colin]      0.8.2claws48
8438
8439         * src/inc.[ch]
8440                 add inc_pop_before_smtp()
8441                 allow MainWindow to be undefined in 
8442                 inc_account_mail() and inc_start()
8443         * src/pop.c
8444           src/prefs_account.h
8445                 add STYPE_POP_BEFORE_SMTP session type
8446         * src/prefs_account.c
8447                 activated pop before smtp option
8448         * src/send.c
8449                 do pop before smtp if the relevant option 
8450                 is set
8451
8452 2002-09-15 [paul]       0.8.2claws47
8453
8454         * sync with 0.8.3
8455                 see ChangeLog 2002-09-15
8456
8457 2002-09-14 [paul]       0.8.2claws46
8458
8459         * po/bg.po
8460                 updated Bulgarian translation, submitted by
8461                 George Danchev
8462
8463 2002-09-13 [paul]       0.8.2claws45
8464
8465         * src/compose.c
8466                 merge claws' select_account() with main's
8467                 (new) compose_select_account(). [sync with
8468                 0.8.2cvs15, see ChangeLog 2002-09-11]
8469
8470 2002-09-12 [christoph]  0.8.2claws44
8471
8472         * src/filter.c
8473                 allocate 1 elements of FolderItem not 0
8474
8475 2002-09-12 [colin]      0.8.2claws43
8476
8477         * src/compose.c
8478                 Fix bug #590825 (obey Follow-up: poster)
8479
8480 2002-09-12 [colin]      0.8.2claws42
8481
8482         * src/procmime.c
8483                 Fix bug #557009 (wrong headers for messages 
8484                 forwarded as attachments)
8485
8486 2002-09-11 [colin]      0.8.2claws41
8487         
8488         * src/compose.c
8489                 Put SCF: pseudo-header on top of message
8490                 Set draft tmp_flag when saved as draft
8491
8492         * src/procmsg.c
8493           src/procheader.c
8494                 Skip after first \n\n for beginning of real message
8495                 for drafts too
8496
8497 2002-09-11 [christoph]  0.8.2claws40
8498
8499         * src/filtering.c
8500                 use procmsg flag functions in filtering or processing
8501                 will cause incorrect folder message counts
8502
8503 2002-09-11 [colin]      0.8.2claws39
8504
8505         * src/compose.c
8506                 Fix bug #550175 - wrong save folder when reediting
8507                 drafts
8508
8509 2002-09-11 [paul]       0.8.2claws38
8510
8511         * sync with 0.8.2cvs14
8512                 see ChangeLog 2002-09-11
8513
8514 2002-09-11 [colin]      0.8.2claws37
8515
8516         * src/folder.c
8517                 Fix a typo (seeming to cause new/unread status to
8518                 be lost)
8519
8520 2002-09-10 [christoph]  0.8.2claws36
8521
8522         * src/compose.c
8523                 compose_redirect should not use compose_generic_new
8524                 because that does more stuff than expected including
8525                 opening the external editor
8526                 (closes bug "[ 526608 ] bounced messages appear blank
8527                  in editor")
8528
8529 2002-09-10 [christoph]  0.8.2claws35
8530
8531         * src/folder.c
8532                 fix problem with too large message number range
8533                 causing a crash in folder_item_scan
8534
8535 2002-09-10 [paul]       0.8.2claws34
8536
8537         * sync with 0.8.2cvs13
8538                 see ChangeLog 2002-09-10
8539
8540 2002-09-10 [christoph]  0.8.2claws33
8541
8542         * src/msgcache.c
8543                 set MsgInfo TmpFlags for queue and draft folders
8544                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8545
8546 2002-09-10 [paul]       0.8.2claws32
8547
8548         * AUTHORS
8549           po/bg.po      ** NEW FILE **
8550                 new Bulgarian translation submitted by
8551                 George Danchev <danchev@spnet.net>
8552                 
8553         * tools/Makefile.am
8554           tools/README
8555           tools/tb2sylpheed     ** NEW FILE **
8556                 add script that converts an addressbook exported
8557                 from The Bat! into a Sylpheed addressbook. Submitted
8558                 by Urke MMI <urke-kg@eunet.yu>
8559
8560 2002-09-10 [paul]       0.8.2claws31
8561
8562         * sync with 0.8.2cvs12
8563                 see ChangeLog 2002-09-10
8564
8565 2002-09-06 [paul]       0.8.2claws30
8566
8567         * src/prefs_common.c
8568                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8569                 
8570         * tools/Makefile.am
8571           tools/README
8572           tools/ldif-to-xml.py  ** REMOVED **
8573                 remove obsolete python script
8574
8575 2002-09-06 [paul]       0.8.2claws29
8576
8577         * sync with 0.8.2cvs10
8578                 see ChangeLog 2002-09-06
8579
8580 2002-09-04 [paul]       0.8.2claws28
8581
8582         * sync with 0.8.2cvs9
8583                 see ChangeLog 2002-08-04
8584
8585 2002-09-04 [colin]      0.8.2claws27 
8586
8587         * src/prefs_common.[ch]
8588                 Added signature color configuration
8589         * src/textview.c
8590                 Use user-specified signature color
8591
8592 2002-09-03 [colin]      0.8.2claws26
8593
8594         * src/prefs_common.[ch]
8595                 Added autosave and autosave_length prefs
8596         * src/compose.c
8597                 Added compose_remove_draft()
8598                 Auto-save drafts according to the prefs
8599         * src/main.c
8600                 Added a crash-indicator file, allowing to check
8601                 for new messages on startup if Sylpheed crashed
8602                 (makes saved drafts "reappear")
8603
8604 2002-09-03 [colin]      0.8.2claws25
8605
8606         * src/textview.[ch]
8607                 Grey the signature
8608
8609 2002-09-03 [paul]       0.8.2claws24
8610
8611         * sync with 0.8.2cvs8
8612                 see ChangeLog 2002-09-02 and 2002-09-03
8613
8614 2002-09-03 [darko]      0.8.2claws23
8615
8616         * src/folderview.c
8617                 use normal style when creating new folder to pick
8618                 proper font size 
8619
8620 2002-09-02 [melvin]     0.8.2claws22
8621
8622         * src/gtkaspell.m4
8623                 removed some obsolete code
8624
8625 2002-09-02 [melvin]     0.8.2claws21
8626
8627         * ac/aspell.m4
8628                 fixed test's equality sign (== to =)
8629
8630 2002-09-02 [alfons]     0.8.2claws20
8631
8632         * src/folder.c
8633         * src/mh.c
8634                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8635                 as folder->destroy virtual as suggested by Hiro
8636                 (the mh.c code seems to have been lost around mh.c.1.21)
8637
8638 2002-09-02 [paul]       0.8.2claws19
8639
8640         * po/pt_BR.po
8641                 updated by Fabio Jr. Beneditto
8642                 
8643         * src/defs.h
8644                 use 'http://claws.sylpheed.org' for homepage link. 
8645                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8646
8647 2002-09-01 [alfons]     0.8.2claws18
8648
8649         * src/mh.c
8650                 plug memleak related to one Martin Kluge found
8651
8652 2002-08-31 [paul]       0.8.2claws17
8653
8654         * sync with 0.8.2cvs6
8655                 see ChangeLog 2002-08-30
8656
8657 2002-08-31 [alfons]     0.8.2claws16
8658
8659         * src/folder.c
8660                 folder_destroy(): remove mailbox from folderlist even if it has
8661                 no destroy virtual
8662
8663 2002-08-31 [alfons]     0.8.2claws15
8664
8665         * src/folder.c
8666                 :%sno/if(/if (/gc
8667                 :%sno/for(/for (/gc
8668                 (being pedantic I know)
8669
8670 2002-08-31 [alfons]     0.8.2claws14
8671
8672         * src/folder.c
8673                 check for NULL pointers returned from folder->fetch_msginfo virtual
8674                 (should solve some reported crashes)
8675
8676 2002-08-30 [alfons]     0.8.2claws13
8677
8678         * acconfig.h
8679         * configure.in
8680         * src/crash.c
8681                 enable crash dialog on compilation time
8682                 (--enable-crash-dialog configure option)
8683
8684 2002-08-30 [alfons]     0.8.2claws12
8685
8686         * AUTHORS
8687                 add Martin Kluge
8688         * src/mh.c
8689                 apply memory leak plug patch by Martin Kluge
8690                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8691                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8692                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8693
8694 2002-08-30 [darko]      0.8.2claws11
8695
8696         * src/folderview.c
8697                 copy Gtk style from normal style to match
8698                 font size for coloured folders
8699
8700 2002-08-29 [alfons]     0.8.2claws10
8701
8702         * sylpheed.desktop
8703                 Type=Internet <- Type=Application
8704                 (reported by Michael Schwendt, see:
8705                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8706                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8707
8708 2002-08-29 [paul]       0.8.2claws9
8709
8710         * sync with 0.8.2cvs5
8711                 see ChangeLog 2002-08-29
8712
8713 2002-08-29 [colin]      0.8.2claws8
8714
8715         * src/summaryview.c
8716                 Added a sanity check in summary_select_thread
8717                 Should fix bug 601605
8718
8719 2002-08-29 [colin]      0.8.2claws7
8720
8721         * src/main.c
8722                 Revert claws6 changes regarding bug #591676
8723
8724 2002-08-28 [colin]      0.8.2claws6
8725         
8726         * src/main.c
8727                 Ignore cache for queue folderitems
8728                 Fix bug #591676
8729
8730 2002-08-28 [melvin]     0.8.2claws5
8731
8732         * README.claws
8733                 Fixed typos.
8734
8735 2002-08-28 [melvin]     0.8.2claws4
8736
8737         * README.claws
8738                 Updated a bit the text concerning the spell checker
8739
8740 2002-08-28 [melvin]     0.8.2claws3
8741
8742         Merged the GNU_aspell_branch:
8743                 Support of new GNU/aspell is now included and the old pspell
8744                 is not supported anymore.
8745                 See README.claws
8746
8747         * README.claws
8748                 Updated spell checker text to reflect the switch to GNU/aspell
8749
8750         * ac/aspell.m4          *** NEW ***
8751         * src/gtkaspell.[ch]    *** NEW *** 
8752         * ac/pspell.m4          *** DELETED *** 
8753         * src/gtkspell.[ch]     *** DELETED ***
8754
8755         * ac/Makefile.am
8756                 Updated for GNU/aspell support
8757
8758         * po/POTFILES.in
8759                 Replaced gtkspell.c by gtkaspell.c
8760
8761         * acconfig.h
8762         * src/Makefile.am
8763         * src/about.c
8764         * src/compose.[ch]
8765         * src/crash.c
8766         * src/main.c
8767         * src/prefs_common.[ch]
8768                 Updated for GNU/aspell support
8769
8770 2002-08-28 [paul]       0.8.2claws2
8771
8772         * sync with 0.8.2cvs4
8773                 see ChangeLog 2002-08-27 and 2002-08-28
8774
8775 2002-08-28 [colin]      0.8.2claws1
8776
8777         * src/summary_search.c
8778                 Added "AND search"
8779
8780 2002-08-28 [jens]       0.8.2claws
8781
8782         *po/de.po
8783                 Updated German translations
8784
8785 2002-08-27 [melvin]     0.8.2claws
8786
8787         * po/fr.po
8788                 Updated French translations
8789
8790 2002-08-27 [paul]       0.8.2claws
8791
8792         * sync with 0.8.2 main release
8793
8794         * po/en_GB.po
8795           po/es.po
8796           po/it.po
8797           po/pl.po
8798           po/pt_BR.po
8799           po/sr.po
8800                 updated message catalogs submitted by
8801                 Ricardo Mones Lastra, Alessandro Maestri,
8802                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8803                 Beneditto and Urke MMI  
8804
8805 2002-08-27 [hoa]        0.8.1claws123
8806
8807         * src/mainwindow.[ch]
8808         * src/summaryview.[ch]
8809                 removed the "filter setting" menu option.
8810                 add a "cancel a news message" menu option.
8811
8812 2002-08-26 [martin]     0.8.1claws122
8813
8814         * ChangeLog.claws
8815                 changed string under 0.8.1claws79 changed by myself
8816                 i'm sorry alfons :(
8817
8818 2002-08-26 [martin]     0.8.1claws121
8819
8820         * src/crash.c
8821                 added kill command to debuggerrc to start crash dialog
8822
8823 2002-08-26 [paul]       0.8.1claws120
8824
8825         * sync with 0.8.1cvs31
8826                 see ChangeLog 2002-08-26
8827
8828 2002-08-25 [alfons]     0.8.1claws119
8829
8830         * src/procmsg.c
8831                 fix bug that didn't send out correct headers to news server
8832                 when sending news article and email from queue (bug reported
8833                 and patch provided by Tim Mann; closes bug 
8834                 "[ 583196 ] 0.7.8claws can't post news")
8835
8836 2002-08-25 [alfons]     0.8.1claws118
8837
8838         * src/selective_download.c
8839                 mark two strings as translatable
8840                 (thanks to Urke MMI for pointing this out)
8841
8842 2002-08-25 [alfons]     0.8.1claws117
8843
8844         * src/summaryview.c
8845                 treat sent boxes as special and allow sorting them by addressee
8846                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8847                 submitted by Steve Lamb)
8848
8849 2002-08-24 [alfons]     0.8.1claws116
8850
8851         * src/matcher.c
8852                 fix memleak reported by Martin Kluge
8853                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8854
8855 2002-08-24 [oliver]     0.8.1claws115
8856
8857         * src/prefs_toolbar.c
8858                 o code cleanup as suggested by Alfons
8859                 o memleak fix
8860
8861 2002-08-24 [alfons]     0.8.1claws114
8862
8863         * src/summaryview.c
8864                 o fix another memory leak reported by Martin Kluge
8865                   (see "[ 599568 ] Small Memory Leak")
8866                 o remove 'from' variable from 'summary_set_header()'; we can
8867                   do with just 'to' 
8868
8869 2002-08-24 [paul]       0.8.1claws113
8870
8871         * sync with 0.8.1cvs30
8872                 see ChangeLog 2002-08-23
8873
8874 2002-08-24 [alfons]     0.8.1claws112
8875
8876         * src/summaryview.c
8877                 remove unnecessary allocations for search bar fixing leaks
8878                 reported by Martin Kluge
8879                 (see "[ 599451 ] Further memory leaks?")
8880
8881 2002-08-24 [alfons]     0.8.1claws111
8882
8883         * src/main.c
8884                 make get_socket_name() public for crash.c
8885         * src/crash.c
8886                 o make report bug button work (goes to claws' 
8887                   bug tracker at sf.net)
8888                 o introduce function for doing important stuff just
8889                   before claws goes down
8890                 o clean up code 
8891
8892 2002-08-24 [alfons]     0.8.1claws110
8893
8894         * src/compose.c
8895                 move cursor to "To" entry when forwarding as attachment
8896                 (reported and solved by Steve Lamb, closes bug report
8897                 "[ 592880 ] Forward as attachment; cursor not in to")
8898
8899 2002-08-24 [colin]      0.8.1claws109
8900
8901         * src/mainwindow.c
8902                 fix quick search visibility after GUI (de)separations.
8903
8904 2002-08-23 [colin]      0.8.1claws108
8905
8906         * src/mainwindow.c
8907                 fix header pane visibility after folderview or
8908                 messageview (de)separation
8909
8910 2002-08-23 [paul]       0.8.1claws107
8911
8912         * src/mainwindow.[ch]
8913           src/toolbar.c
8914                 give full control of display or non-display 
8915                 of the Execute icon to Custom toolbar settings.
8916                 add new sensitivity condition to maninwindow.h: 
8917                 M_DELAY_EXEC
8918
8919         * ChangeLog
8920           ChangeLog.jp
8921           NEWS
8922                 more sync with 0.8.1cvs29
8923
8924 2002-08-23 [melvin]     0.8.1claws106
8925
8926         * src/alertpanel.c
8927                 Readded support for custom widget in alertpanel lost in last
8928                 sync.
8929
8930 2002-08-23 [paul]       0.8.1claws105
8931
8932         * sync with 0.8.1cvs29
8933                 see ChangeLog 2002-08-23
8934
8935 2002-08-23 [colin]      0.8.1claws104
8936
8937         * src/summaryview.c
8938                 Fix folder and search pixmaps exchanging positions
8939                 after theme or toolbar changes. Thank to Oliver for 
8940                 reporting this.
8941
8942 2002-08-23 [colin]      0.8.1claws103
8943
8944         * src/mainwindow.c
8945           src/messageview.[ch]
8946           src/noticeview.[ch]
8947           src/summaryview.c
8948                 Changed messageview_create() and noticeview_create()
8949                 to avoid the last gdk_warning
8950
8951 2002-08-22 [colin]      0.8.1claws102
8952
8953         * src/summaryview.c
8954                 Fix my new `Creating pixmap from xpm' warning
8955
8956 2002-08-22 [colin]      0.8.1claws101
8957
8958         * src/mainwindow.c
8959                 Fix some of the gdk warnings
8960
8961 2002-08-22 [colin]      0.8.1claws100
8962
8963         * src/Makefile.am
8964         * src/stock_pixmap.c
8965         * src/stock_pixmap.h
8966         * src/pixmaps/quicksearch.xpm *ADDED*
8967                 Add the quicksearch pixmap
8968         * src/mainwindow.c
8969         * src/summaryview.c
8970         * src/summaryview.h
8971                 Make quicksearch bar visible/hidden via a button
8972
8973 2002-08-22 [christoph]  0.8.1claws99
8974
8975         * src/folder.c
8976                 fix folder update for newsgroups with message
8977                 numbers below minimum number of articles to fetch
8978                 (closes bug #598445)
8979
8980 2002-08-22 [paul]       0.8.1claws98
8981
8982         * sync with 0.8.1cvs28
8983                 see ChangeLog 2002-08-22
8984
8985 2002-08-21 [alfons]     0.8.1claws97
8986
8987         * src/crash.c
8988                 use bt instead of bt full which seems to work 
8989                 better, and bt full doesn't give a great deal 
8990                 of information anyway
8991
8992 2002-08-21 [colin]      0.8.1claws96
8993
8994         * src/summaryview.c
8995                 fix summaryview_searchtype_changed prototype
8996
8997 2002-08-21 [christoph]  0.8.1claws95
8998
8999         * src/mainwindow.c
9000                 o fix broken menu update for sorting type, we have to
9001                   get this info from the summaryview now
9002                 o removed setting of threaded state in menu callback
9003         * src/summaryview.[ch]
9004                 more summaryview/folderitem seperation for
9005                 threading option
9006         * configure.in
9007                 removed not required --with-compiler-flags option
9008
9009 2002-08-21 [oliver]     0.8.1claws94
9010         
9011         * src/toolbar.h 
9012                 o rename toolbar.xml to toolbar_main.xml
9013                   since toolbar_compose.xml might come up 
9014                   any time soon
9015         * README.claws
9016                 add custom toolbar              
9017
9018 2002-08-21 [darko]      0.8.1claws93
9019
9020         * src/procmsg.c
9021                 don't reset tmp flags for messages copied
9022                 to sent folder
9023
9024 2002-08-21 [colin]      0.8.1claws92
9025         
9026         * src/prefs_filtering.c
9027                 fix renaming rules on folder rename 
9028                 when folder is not a leaf folder
9029
9030 2002-08-21 [paul]       0.8.1claws91
9031
9032         * src/prefs_folder_item.c
9033                 fix alignment of colour selector
9034
9035 2002-08-21 [paul]       0.8.1claws90
9036
9037         * sync with 0.8.1cvs27
9038                 see ChangeLog 2002-08-21
9039
9040 2002-08-21 [paul]       0.8.1claws89
9041
9042         * src/summaryview.c
9043                 fix crash when changing field type in
9044                 Quick search bar
9045
9046 2002-08-21 [colin]      0.8.1claws88
9047
9048         * src/summaryview.c
9049                 Made quick search case-insensitive
9050
9051 2002-08-21 [paul]       0.8.1claws87
9052
9053         * sync with 0.8.1cvs26
9054                 see ChangeLog 2002-08-21
9055
9056 2002-08-20 [christoph]  0.8.1claws86
9057
9058         * src/folderview.c
9059         * src/main.c
9060         * src/summaryview.[ch]
9061                 more summaryview/folderitem seperation for
9062                 sort_key and sort_type
9063         * src/procmsg.c
9064                 added missing return statement
9065
9066 2002-08-20 [colin]      0.8.1claws85
9067
9068         * src/summaryview.[ch]
9069                 Added a quick search box
9070         * src/mainwindow.c
9071         * src/prefs_common.[ch]
9072                 Added a show/hide option for the quick search
9073
9074 2002-08-20 [oliver]     0.8.1claws84
9075         
9076         * src/mainwindow.c
9077                 remove toolbar_create_popups
9078         * src/toolbar.[ch]
9079                 o remove toolbar_create_popups
9080                 o fix toolbar_set_sensitive 
9081                   (Bug reports #596834 and #596832)     
9082         * src/prefs_toolbar.c
9083                 o add "Set default" button
9084                 o align label and text + combo widgets
9085
9086 2002-08-20 [hoa]        0.8.1claws83bis
9087
9088         * src/imap.c
9089                 fixed a bug in imap_fetch_msginfo() in case there is no
9090                 current folder.
9091
9092 2002-08-20 [darko]      0.8.1claws83
9093
9094         * src/folderview.c
9095                 copy the color style of folder view so it
9096                 works with GTK themes
9097
9098 2002-08-20 [darko]      0.8.1claws82
9099
9100         * src/folder.h
9101         * src/folderview.c
9102         * src/prefs_folder_item.[hc]
9103                 don't use UI stuff in folder.h
9104
9105 2002-08-20 [darko]      0.8.1claws81
9106
9107         * src/folder.h
9108         * src/prefs_folder_item.h
9109         * src/folderview.c
9110         * src/prefs_folder_item.c
9111                 ability to set folder color in folderview
9112
9113 2002-08-19 [alfons]     0.8.1claws80
9114
9115         * src/summaryview.c
9116                 fix one of the earlier memleaks reported by Martin Kluge
9117
9118 2002-08-19 [alfons]     0.8.1claws79
9119
9120         * src/mainwindow.c
9121                 hide notice view when selecting seperate folder
9122                 view (reported by Urke MMI)
9123
9124 2002-08-19 [christoph]  0.8.1claws78
9125
9126         * src/folderview.c
9127         * src/prefs_folder_item.h
9128         * src/summaryview.[ch]
9129                 o add summary_set_prefs_from_folderitem to set
9130                   summaryview prefs (first step to remove all
9131                   references to the folderitem in summaryview)
9132                 o moved compiled regex stuff from folderitem prefs
9133                   to summaryview code
9134
9135 2002-08-19 [paul]       0.8.1claws77
9136
9137         * src/compose.c
9138                 add check for '.' to QUOTE_IF_REQUIRED
9139
9140 2002-08-19 [paul]       0.8.1claws76
9141
9142         * src/inc.c
9143                 sync with 0.8.1cvs25 (plug memory leak)
9144
9145         * src/prefs_toolbar.c
9146                 re-order prefs_toolbar_cancel()
9147
9148 2002-08-18 [alfons]     0.8.1claws75
9149
9150         * src/inc.c
9151         * src/matcher.c
9152                 plug other memleaks reported by Martin Kluge
9153
9154 2002-08-18 [paul]       0.8.1claws74
9155
9156         * po/pt_BR.po
9157                 updated by Fabio Jr. Beneditto
9158
9159 2002-08-18 [paul]       0.8.1claws73
9160
9161         * src/toolbar.[ch]
9162                 fix bug where tooltips were displayed untranslated              
9163
9164         * src/prefs_toolbar.c
9165                 fix bug where clicking 'Cancel' creates an icon & text
9166                 toolbar regardless of prefs
9167         
9168
9169 2002-08-17 [oliver]     0.8.1claws72
9170
9171         * src/prefs_toolbar.c
9172                 update toolbar on CANCEL
9173                 bug reported by Martin Kluge
9174         * src/toolbar.c
9175                 toolbar_destroy memleak fixed           
9176
9177 2002-08-17 [alfons]     0.8.1claws71
9178
9179         * src/toolbar.c
9180                 plug another memleak reported by Martin Kluge
9181
9182 2002-08-16 [alfons]     0.8.1claws70
9183
9184         * src/crash.c
9185                 use execvp() correctly (suggested by wwp; thanks!)
9186
9187 2002-08-16 [alfons]     0.8.1claws69
9188
9189         * src/gtksctree.c
9190                 plug memory leak reported by Kim Schultz & Martin Kluge
9191
9192 2002-08-16 [paul]       0.8.1claws68
9193
9194         * po/es.po
9195                 updated by Ricardo Mones Lastra
9196
9197 2002-08-16 [paul]       0.8.1claws67
9198
9199         * src/toolbar.h
9200                 fix bug where 'Compose News' icon showed wrong
9201                 tooltip
9202
9203 2002-08-16 [paul]       0.8.1claws66
9204
9205         * sync with 0.8.1cvs24
9206                 see ChangeLog 2002-08-16
9207
9208         * po/it.po
9209                 updated by Alessandro Maestri
9210
9211 2002-08-15 [paul]       0.8.1claws65
9212
9213         * po/sr.po
9214                 updated by Urke MMI
9215
9216 2002-08-15 [paul]       0.8.1claws64
9217
9218         * src/*.c
9219                 don't translate debug info
9220
9221         * src/matcher.[ch]
9222                 add copyright info
9223
9224 2002-08-15 [paul]       0.8.1claws63
9225
9226         * src/prefs_toolbar.c
9227                 fix bug where clicking 'OK' creates an icon & text
9228                 toolbar regardless of prefs
9229
9230 2002-08-14 [alfons]     0.8.1claws62
9231
9232         * src/main.c
9233                 add global var that has the full argv[0]
9234         * src/crash.c
9235                 o execvp the correct sylpheed by using argv0
9236                   and setting the correct work dir
9237                 o other tweaks  
9238
9239 2002-08-14 [oliver]     0.8.1claws61
9240         
9241         * enable/disable Toolbar Action Buttons 
9242         * code cleanups
9243         * src/mainwindow.c
9244         * src/toolbar.[ch]      
9245         * src/prefs_toolbar.c   
9246
9247 2002-08-14 [melvin]     0.8.1claws60
9248
9249         * po/fr.po
9250                 Updated French translations
9251
9252 2002-08-14 [melvin]     0.8.1claws59
9253
9254         * src/crash.c
9255                 Made bug report not translatable
9256         * src/exporthtml.c
9257                 Fixed exporthtml_build_filespec() return value
9258         * src/foldersel.c
9259                 Fixed incorrect include file
9260         * src/gtkspell.c
9261         * src/prefs_actions.c
9262         * src/prefs_toolbar.c
9263                 Made debug info not translatable
9264         * src/mutt.c
9265         * src/quote_fmt.c
9266                 Added missing includes
9267         * src/prefs_common.c
9268                 Fixed typo
9269
9270 2002-08-14 [paul]       0.8.1claws58
9271
9272         * faq/es/sylpheed-faq.html
9273           faq/es/sylpheed-faq-[1-3].html
9274           faq/es/sylpheed-faq-4.html     **NEW FILE **
9275                 update Spanish FAQ
9276
9277 2002-08-13 [christoph]  0.8.1claws57
9278
9279         * src/procmsg.c
9280                 ignore thread fix that did not mark all
9281                 child nodes of a ignored thread as
9282                 ignored. Does not work perfectly yet,
9283                 but it is better now
9284
9285 2002-08-13 [alfons]     0.8.1claws56
9286
9287         * src/crash.c
9288                 o implement 'save crash log'
9289                 o some tweaks
9290
9291 2002-08-13 [melvin]     0.8.1claws55
9292
9293         * src/main.c
9294                 removed unrequired "execinfo.h" header
9295
9296 2002-08-12 [paul]       0.8.1claws54
9297
9298         * faq/en/sylpheed-faq.html
9299           faq/en/sylpheed-faq-[1-3].html
9300           faq/en/sylpheed-faq-4.html     **NEW FILE **
9301                 update English FAQ
9302
9303 2002-08-12 [alfons]     0.8.1claws53
9304
9305         * po/POTFILES.in
9306                 add crash.c to translatables
9307         * src/crash.c
9308                 bring in Leandro's crash dialog
9309
9310 2002-08-11 [alfons]     0.8.1claws52
9311
9312         * src/crash.c
9313                 clean up some warnings
9314
9315 2002-08-11 [alfons]     0.8.1claws51
9316
9317         * acconfig.h
9318         * configure.in
9319         * src/crash.[ch]        ** NEW FILES **
9320         * src/main.c            
9321                 initial gdb crash handler
9322
9323 2002-08-11 [paul]       0.8.1claws50
9324
9325         * src/prefs_toolbar.c
9326                 replace Up/Down arrow pixmaps with text to be
9327                 consistent across icon themes
9328
9329 2002-08-11 [paul]       0.8.1claws49
9330
9331         * src/prefs_common.c
9332           src/prefs_toolbar.c
9333                 rename 'Pixmap' -> 'Icon'
9334
9335         * src/toolbar.[ch]
9336                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9337
9338 2002-08-10 [paul]       0.8.1claws48
9339
9340         * src/prefs_toolbar.c
9341                 re-work the UI
9342
9343 2002-08-10 [paul]       0.8.1claws47
9344
9345         * src/main.c
9346                 don't write Processing progress to status bar
9347                 patch submitted by Alexander Evseev
9348
9349         * src/prefs_toolbar.c
9350                 re-position and resize window
9351                 make window assume correct size on first call
9352
9353 2002-08-10 [paul]       0.8.1claws46
9354
9355         * src/mainwindow.c
9356           src/prefs_toolbar.c
9357           src/toolbar.c
9358           src/toolbar.h
9359                 obey coding style
9360                 follow UI text conventions
9361
9362 2002-08-10 [alfons]     0.8.1claws45
9363
9364         * src/toolbar.c
9365                 correct pixmap for delete action
9366
9367 2002-08-10 [paul]       0.8.1claws44
9368
9369         * po/pt_BR.po
9370                 updated by Fabio Jr. Beneditto
9371
9372 2002-08-10 [paul]       0.8.1claws43
9373
9374         * po/POTFILES.in
9375                 add custom toolbar files
9376
9377 2002-08-10 [paul]       0.8.1claws42
9378
9379         * sync with 0.8.1cvs22
9380                 see ChangeLog 2002-08-09
9381
9382 2002-08-09 [paul]       0.8.1claws41
9383
9384         * tools/Makefile.am
9385           tools/README
9386           tools/outlook2sylpheed.pl     ** NEW FILE **
9387                 add script to convert exported Outlook
9388                 contacts list to a Sylpheed addressbook.
9389                 Submitted by Ricardo Mones Lastra.
9390
9391 2002-08-09 [paul]       0.8.1claws40
9392
9393         * AUTHORS
9394           configure.in
9395           po/sr.po      ** NEW FILE **
9396                 add Serbian message catalog. Submitted by
9397                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9398
9399 2002-08-09 [paul]       0.8.1claws39
9400
9401         * sync with 0.8.1cvs21
9402                 see ChangeLog 2002-08-08
9403
9404 2002-08-08 [oliver]     0.8.1claws38
9405
9406         * src/mainwindow.c
9407                 move Custom Toolbar to Configuration menu
9408
9409 2002-08-08 [oliver]     0.8.1claws37
9410
9411         * src/prefs_toolbar.c
9412                 fix substitute pixmap bug
9413
9414 2002-08-08 [paul]       0.8.1claws36
9415
9416         * sync with 0.8.1cvs19
9417                 see ChangeLog 2002-08-08
9418
9419 2002-08-07 [christoph]  0.8.1claws35
9420
9421         * src/utils.c
9422                 fixed a memory leak in new canonicalize_file_replace
9423
9424 2002-08-07 [christoph]  0.8.1claws34
9425
9426         * src/utils.[ch]
9427                 o canonicalize_file_replace should create the temporary
9428                   file in the same directory as the original file.
9429                 o added get_tmpfile_in_dir that creates a temorary file
9430                   in a specified directory.
9431
9432 2002-08-07 [melvin]     0.8.1claws33
9433
9434         * src/toolbar.c
9435                 fixed bug where 'Article' button acted as 'Email' button.
9436
9437 2002-08-07 [paul]       0.8.1claws32
9438
9439         * sync with 0.8.1.cvs17
9440                 see ChangeLog 2002-08-07
9441
9442 2002-08-07 [colin]      0.8.1claws31
9443         
9444         * src/news.c
9445                 fix mass-cancel problem
9446
9447 2002-08-07 [thorsten]   0.8.1claws30
9448
9449         * src/prefs_toolbar.c
9450                 fix: crash on replace or add new button
9451         * src/toolbar.c
9452                 fix: close xmlfile after reading
9453         * src/utils.c
9454                 fix: unlink() file before rename()
9455
9456 2002-08-06 [paul]       0.8.1claws29
9457
9458         * sync with 0.8.cvs15
9459                 see ChangeLog 2002-08-06
9460
9461 2002-08-06 [oliver]     0.8.1claws28
9462
9463         * src/toolbar.c
9464         * src/prefs_toolbar.c
9465                 fixed empty toolbar issue
9466
9467 2002-08-06 [oliver]     0.8.1claws27
9468
9469         * Custom Toolbar Final 
9470         * src/folderview.c
9471         * src/inc.c
9472         * src/summaryview.c
9473                 o toolbar stuff now lives in src/toolbar.[ch]
9474                 o main_window_toolbar_* functions are renamed to
9475                   toolbar_* reflecting their new source file
9476         * src/mainwindow.[ch]
9477                 o remove toolbar stuff  
9478
9479 2002-08-06 [oliver]     0.8.1claws26
9480         
9481         * src/Makefile.am
9482         * src/prefs_toolbar.[ch]        **New File**
9483         * src/toolbar.[ch]              **New File**
9484                 o prefs_toolbar.[ch] custom toolbar frontend
9485                 o toolbar.[ch]       backend 
9486
9487 2002-08-06 [oliver]     0.8.1claws25
9488
9489         * src/prefs_actions.[ch]
9490                 o new exported function actions_execute
9491
9492 2002-08-06 [paul]       0.8.1claws24
9493
9494         * sync with 0.8.1cvs4
9495                 see ChangeLog 2002-08-06
9496
9497 2002-08-06 [paul]       0.8.1claws23
9498
9499         * sync with 0.8.1cvs13
9500                 see ChangeLog 2002-08-06
9501
9502 2002-08-06 [paul]       0.8.1claws22
9503
9504         * sync with 0.8.1cvs12
9505                 see ChangeLog 2002-08-05 and 2002-08-06
9506
9507 2002-08-06 [match]      0.8.1claws21
9508
9509         * src/addrclip.c
9510                 improvements to cut/copy/paste address
9511
9512 2002-08-05 [match]      0.8.1claws20
9513
9514         * src/addritem.[ch]
9515         * src/addrcache.c
9516         * src/addrbook.c
9517         * src/editaddress.c
9518         * src/addressbook.c
9519                 fixes to improve cut/copy/paste
9520
9521 2002-08-06 [melvin]     0.8.1claws19
9522
9523         * src/account.[ch]
9524                 account_find_all_from_address(): new function that returns the
9525                 list of all accounts that are matched in an address.
9526         * src/alertpanel.[ch]
9527                 alertpanel() now accepts a custom widget
9528                 alertpanel_with_widget(): new function that pops up a panel with
9529                 a custom widget in it 
9530         * src/gtkutils.[ch]
9531                 gtkut_account_menu_new(): new function that allows the selection
9532                 of an account from a list of accounts.
9533         * src/messageview.c
9534                 Extended Return Receipt notification to select the correct 
9535                 account and to make a security test on the Delivery-Notification
9536                 address which should be the same as the Return-Path.
9537
9538 2002-08-06 [thorsten]   0.8.1claws18
9539
9540         * src/mimeview.c
9541                 attach_all: save unnamed as "noname.%d",
9542                 dont free static dirname
9543
9544 2002-08-05 [alfons]     0.8.1claws17
9545
9546         * configure.in
9547                 detect XIM by trying to link rather than compile a XIM program
9548
9549 2002-08-05 [oliver]     0.8.1claws16
9550                 
9551         * src/stock_pixmap.[ch]
9552                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9553                 o new func to retrieve pixmaps
9554
9555 2002-08-05 [paul]       0.8.1claws15
9556
9557         * sync with 0.8.1cvs10
9558                 see ChangeLog 2002-08-05
9559
9560 2002-08-04 [alfons]     0.8.1claws14
9561
9562         * src/textview.c
9563                 see if this plugs memleak
9564
9565 2002-08-04 [melvin]     0.8.1claws13
9566
9567         * src/gtkspell.c
9568                 fixed bug that could crash Sylpheed when highlighting
9569                 all misspelled words.
9570
9571 2002-08-03 [melvin]     0.8.1claws12
9572
9573         * src/prefs_actions.c
9574                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9575         * src/messageview.c
9576                 fixed bug where the Return Receipt was sent to
9577                 Delivery-Notification-To address even if it was not present
9578
9579 2002-08-02 [alfons]     0.8.1claws11
9580
9581         * src/prefs_actions.c
9582                 o more check for NULLs
9583                 o put create_io_dialog() in right conditional block
9584
9585 2002-08-02 [paul]       0.8.1claws10
9586
9587         * po/es.po
9588                 updated by Ricardo Mones Lastra
9589
9590 2002-08-01 [christoph]  0.8.1claws9
9591
9592         * src/folder.c
9593                 don't free the cache of the opened
9594                 folder in the summaryview
9595         * src/summaryview.c
9596                 don't unset flags, if it is not required
9597
9598 2002-08-01 [paul]       0.8.1claws8
9599
9600         * sync with 0.8.1cvs8
9601                 see ChangeLog entry 2002-08-01
9602
9603 2002-08-01 [paul]       0.8.1claws7
9604
9605         * sync with 0.8.1cvs7
9606                 see ChangeLog 2002-07-31 and 2002-08-01
9607
9608 2002-07-31 [christoph]  0.8.1claws6
9609
9610         * src/mainwindow.c
9611                 forgot to update menu sensitivity
9612                 function for new menu entry
9613
9614 2002-07-31 [alfons]     0.8.1claws5
9615
9616         * src/main.c
9617                 check folder item and its path for NULL on
9618                 initial processing
9619
9620 2002-07-31 [christoph]  0.8.1claws4
9621
9622         * src/folder.c
9623                 check if folder_item_get_msginfo in
9624                 folder_item_remove_msg returned NULL
9625         * src/imap.c
9626                 better clear the uid cache in the
9627                 uid validity check function and delete
9628                 cached messages
9629
9630 2002-07-31 [paul]       0.8.1claws3
9631
9632         * man/sylpheed.1
9633                 add the '--attach' option and a few other
9634                 minor changes
9635
9636 2002-07-31 [paul]       0.8.1claws2
9637
9638         * sync with 0.8.1cvs5
9639                 see ChangeLog 2002-07-31
9640
9641 2002-07-31 [christoph]  0.8.1claws1
9642
9643         * src/folderview.[ch]
9644         * src/mainwindow.c
9645                 replace "Rescan all folders..." with
9646                 "Check all folders for new messages..."
9647
9648 2002-07-30 [paul]       0.8.1claws
9649
9650         * version 0.8.1claws released
9651
9652 2002-07-30 [paul]       0.8.0claws29
9653
9654         * tools/OOo2sylpheed.pl ** NEW FILE **
9655           tools/README
9656                 add script to enable sending documents as
9657                 attachments from OpenOffice.org
9658
9659 2002-07-30 [melvin]     0.8.0claws28
9660
9661         * src/prefs_actions.c
9662                 Made the actions' input/output dialog display
9663                 without delay.
9664
9665 2002-07-30 [christoph]  0.8.0claws27
9666
9667         * src/procmsg.c
9668                 check if folder_item_get_msginfo in
9669                 procmsg_save_to_outbox returned NULL
9670
9671 2002-07-30 [paul]       0.8.0claws26
9672
9673         * sync with 0.8.1cvs4
9674                 see ChangeLog 2002-07-29
9675
9676 2002-07-29 [thorsten]   0.8.0claws25
9677
9678         * README.claws
9679                 added selective download, delete on server
9680
9681 2002-07-29 [paul]       0.8.0claws24
9682
9683         * sync with 0.8.1cvs3
9684                 see ChangeLog 2002-07-29
9685
9686 2002-07-27 [christoph]  0.8.0claws23
9687
9688         * src/folder.c
9689                 add extra check if fetching the msginfo
9690                 returned NULL
9691
9692 2002-07-27 [paul]       0.8.0claws22
9693
9694         * sync with 0.8.1cvs2
9695                 see ChangeLog 2002-07-26
9696
9697 2002-07-27 [christoph]  0.8.0claws21
9698
9699         * src/imap.c
9700                 add another check if a valid msginfo
9701                 was returned
9702
9703 2002-07-26 [hoa]        0.8.0claws20
9704
9705         * src/folder.c
9706                 Fixed a condition in folder_item_destroy()
9707
9708         * src/imap.c
9709                 Fixed an error in IMAP protocol
9710
9711 2002-07-26 [alfons]     0.8.0claws19
9712
9713         * src/folder.c
9714                 ofcourse compare with identifier, not the path
9715
9716 2002-07-26 [alfons]     0.8.0claws18
9717
9718         * src/folder.c
9719                 use folder item identifier for saving / restoring
9720                 preferences because folder->path might not be unique
9721
9722 2002-07-26 [melvin]     0.8.0claws17
9723
9724         * src/logwindow.c
9725                 Fixed a crash introduced in 0.8.0claws5 when log is 
9726                 cut under 80 characters.
9727
9728 2002-07-26 [paul]       0.8.0claws16
9729
9730         * sync with 0.8.1cvs1
9731                 see ChangeLog 2002-07-26
9732
9733 2002-07-26 [christoph]  0.8.0claws15
9734
9735         * src/imap.[ch]
9736                 imap folder now remembers the last selected
9737                 folder and imap_fetch_msginfo skips selecting
9738                 the folder if it is already selected
9739
9740 2002-07-26 [christoph]  0.8.0claws14
9741
9742         * src/folder.c
9743         * src/folderview.c
9744         * src/imap.c
9745                 fix imap folder rescanning
9746
9747 2002-07-25 [christoph]  0.8.0claws13
9748
9749         * src/filter.c
9750         * src/folder.[ch]
9751         * src/folderview.c
9752         * src/imap.[ch]
9753         * src/mainwindow.c
9754         * src/mbox_folder.c
9755         * src/mh.c
9756         * src/news.c
9757                 implement imap uid cache and uid validity check
9758
9759 2002-07-25 [alfons]     0.8.0claws12
9760
9761         * src/summaryview.c
9762                 fix a brown paper bag bug, and also add some more
9763                 checks
9764
9765 2002-07-25 [christoph]  0.8.0claws11
9766
9767         * src/folder.c
9768                 don't mix copy, fetch_msginfo and remove
9769                 operations in folder item copy and move
9770                 operations
9771
9772 2002-07-25 [christoph]  0.8.0claws10
9773
9774         * src/folderview.c
9775         * src/mainwindow.c
9776         * src/prefs_folder_item.c
9777         * src/summaryview.[ch]
9778                 remove no longer required parameter update_cache from
9779                 summary_show
9780
9781 2002-07-25 [paul]       0.8.0claws9
9782
9783         * sync with 0.8.1
9784         
9785         * AUTHORS
9786                 a few corrections
9787
9788 2002-07-24 [alfons]     0.8.0claws8
9789
9790         * src/summaryview.c
9791                 sort correctly when using simplified subject line
9792                 (closes feature request "[ 585141 ] applying regexp to subject 
9793                 before sort" submitted by Alexandra Walford)
9794
9795 2002-07-24 [paul]       0.8.0claws7
9796
9797         * sync with 0.8.0cvs3
9798                 see ChangeLog 2002-07-24
9799
9800 2002-07-23 [christoph]  0.8.0claws6
9801
9802         * src/folder.c
9803         * src/folder.h
9804         * src/summaryview.c
9805         * src/summaryview.h
9806         * src/main.c
9807                 o separate processing and summaryview
9808                 o removed summary_write_cache from summaryview
9809                 o removed summaryview->killed_messages, because we don't have
9810                   to keep a list of killed messages anymore. New cache will
9811                   keep the hidden messages in cache anyway
9812         * src/folderview.c
9813         * src/inc.c
9814         * src/selective_download.c
9815                 o removed unnecessary summary_write_cache calls
9816         * src/procmsg.c
9817                 o don't set ignore thread flag in procmsg_get_thread_tree
9818                   if it is already set
9819         * src/mainwindow.c
9820         * src/statusbar.h
9821                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9822                   they are used in different files
9823
9824 2002-07-23 [melvin]     0.8.0claws5
9825
9826         * src/addressbook.c
9827         * src/addrgather.c
9828         * src/editaddress.c
9829         * src/editgroup.c
9830         * src/editldap_basedn.c
9831         * src/importldif.c
9832         * src/prefs_common.c
9833                 Fixed few memory leak (gtk_editable_get_chars returns
9834                 an allocated string)
9835         * src/logwindow.c
9836                 Fixed few memory leak (gtk_editable_get_chars returns
9837                 an allocated string) and modified a little the log cutting
9838                 loop.
9839         * src/compose.c
9840                 Replaced a call to an obsolete function gtk_entry_get_text()
9841                 by gtk_editable_get_chars()
9842         * src/send.c
9843                 Removed a debug printf
9844
9845 2002-07-23 [christoph]  0.8.0claws4
9846
9847         * src/filesel.c
9848                 fix another g_dirname memory leak
9849
9850 2002-07-23 [christoph]  0.8.0claws3
9851
9852         * src/mh.c
9853                 fixed a memory leak in mh_fetch_msginfo
9854                 fixed crash when message header could not be
9855                 parsed
9856
9857 2002-07-23 [paul]       0.8.0claws2
9858
9859         * sync with 0.8.0cvs2
9860                 see ChangeLog 2002-07-23
9861
9862 2002-07-23 [paul]       0.8.0claws1
9863
9864         * sync with 0.8.0cvs1
9865                 see ChangeLog 2002-07-23
9866
9867 2002-07-23 [paul]       0.8.0claws
9868
9869         * release of 0.8.0claws
9870
9871 2002-07-23 [paul]       0.7.8claws99
9872
9873         * po/ru.po
9874                 new Russian translation, submitted by
9875                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9876
9877 2002-07-22 [jens]       0.7.8claws98
9878
9879         * po/de.po
9880                 Updated German translations.
9881
9882 2002-07-22 [paul]       0.7.8claws97
9883
9884         * po/es.po
9885           po/it.po
9886           po/nl.po
9887           po/pt_BR.po
9888                 updated translations by Ricardo Mones Lastra,
9889                 Alessandro Maestri, Wilbert Berendsen and 
9890                 Fabio Jr. Beneditto respectively
9891
9892 2002-07-22 [christoph]  0.7.8claws96
9893
9894         * src/mimeview.c
9895                 fix memory leak caused by wrong g_dirname usage
9896
9897 2002-07-22 [christoph]  0.7.8claws95
9898
9899         * src/summaryview.c
9900                 update new and unread message counts for summaryview
9901                 summaryview does not get it from the folder anymore
9902                 and has to update the values itself
9903
9904 2002-07-22 [melvin]     0.7.8claws94
9905
9906         * po/fr.po
9907                 Updated French translations.
9908
9909 2002-07-22 [christoph]  0.7.8claws93
9910
9911         * src/matcher.c
9912                 set prop->preg pointer to NULL or following check
9913                 will not fail and regexec will be called with
9914                 invalid pointer
9915
9916 2002-07-21 [alfons]     0.7.8claws92
9917         
9918         * src/prefs_common.[ch]
9919                 remove option "Send return receipt on request"
9920
9921 2002-07-21 [thorsten]   0.7.8claws91
9922
9923         * src/mimeview.c
9924                 fixed memleaks, coding style as pointed out by alfons
9925
9926 2002-07-21 [alfons]     0.7.8claws90
9927
9928         * src/messageview.c
9929         * src/noticeview.[ch]
9930                 o fix bug notice view being displayed when going to empty folder 
9931                   (noticed by Christoph)
9932                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9933                   (noticed by Thorsten)
9934
9935 2002-07-21 [thorsten]   0.7.8claws89
9936
9937         * src/mimeview.c
9938                 Included save_all patch from Xaview FACQ
9939                 added support for pathnames
9940
9941 2002-07-21 [alfons]     0.7.8claws88
9942
9943         * po/POTFILES.in
9944         * src/Makefile.am
9945         * src/mainwindow.c
9946         * src/messageview.[ch]
9947         * src/noticeview.c      ** NEW FILE **
9948         * src/noticeview.h      ** NEW FILE **
9949                 make return receipts work again
9950                 (UI idea by Leandro Pereira)
9951
9952 2002-07-21 [paul]       0.7.8claws87
9953
9954         * src/summaryview.c
9955                 fix sensitivity of 'Select thread'
9956
9957 2002-07-21 [paul]       0.7.8claws86
9958
9959         * src/prefs_common.c
9960                 add browser command line for Galeon
9961
9962 2002-07-21 [paul]       0.7.8claws85
9963
9964         * Makefile.am
9965                 fix 'EXTRA_DIST': remove README.README, add TODO
9966                 and TODO.claws
9967
9968 2002-07-21 [alfons]     0.7.8claws84
9969
9970         * src/gtkstext.c
9971                 make enter clear selection
9972                 (closes "[ 579888 ] Editor selection/entry error"
9973                 reported by Steve Lamb)
9974
9975 2002-07-21 [alfons]     0.7.8claws83
9976         
9977         * src/summaryview.c
9978                 sort message list when selecting unthread messages
9979                 (closes "[ 501593 ] switching threaded view doesn't sort"
9980                 reported by Simon Schubert)
9981
9982 2002-07-20 [alfons]     0.7.8claws82
9983         
9984         * src/matcher.c
9985                 const-correctness
9986
9987 2002-07-20 [thorsten]   0.7.8claws81
9988
9989         * src/matcher.c
9990                 Fixed expansion of empty fields in matchactions
9991
9992 2002-07-19 [melvin]     0.7.8claws80
9993
9994         * src/gtkspell.c
9995                 Removed a duplicate menu entry (fast mode) introduced during
9996                 the new cache merge
9997                 Added a menu separator between 'Use alternate' and 'Fast mode'
9998
9999 2002-07-19 [paul]       0.7.8claws79
10000
10001         * tools/Makefile.am
10002           tools/README
10003                 correct typos
10004
10005 2002-07-19 [thorsten]   0.7.8claws78
10006
10007         * tools/calypso_convert.pl      ** NEW FILE **
10008           tools/README
10009           tools/Makefile.am
10010                 script to import mbox files exported
10011                 by calypso
10012                 o generates folder structure
10013                 o includes attachments
10014
10015 2002-07-19 [melvin]     0.7.8claws77
10016
10017         * src/selective_download.[ch]
10018                 Fixed bug where closing the dialog with the window manager's
10019                 close button will not unlock the summary
10020                 Corrected some function declarations that missed a return value
10021                 Made the source code comply better with coding style.
10022         * src/prefs_common.c
10023                 Added new browser command line for Mozilla.
10024
10025 2002-07-18 [paul]       0.7.8claws76
10026
10027         * src/mainwindow.c
10028           src/selective_download.[ch]
10029                 reflect theme changes, fix Gdk Warning when creating 
10030                 pixmap from NULL window, and minor clean up.
10031                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10032
10033         * po/en_GB.po
10034                 updated
10035
10036 2002-07-17 [paul]       0.7.8claws75
10037
10038         * INSTALL[.jp]
10039                 sync with 0.8.0
10040         
10041         * po/en_GB.po
10042                 updated
10043
10044 2002-07-16 [paul]       0.7.8claws74
10045
10046         * tools/filter_conv.pl
10047           tools/README
10048                 replace conversion script with reimplemented version, 
10049                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10050
10051 2002-07-16 [colin]      0.7.8claws73
10052
10053         * src/summaryview.c
10054                 remove forgotten debug messages - sorry ;-)
10055
10056 2002-07-16 [colin]      0.7.8claws72
10057
10058         * src/mimeview.c
10059           src/summaryview.c
10060           src/textview.c
10061           src/textview.h
10062                 add the ability to select part of a text mime-part 
10063                 to reply.
10064
10065 2002-07-15 [christoph]  0.7.8claws71
10066
10067         * src/folder.c
10068                 fix folder message count for folders without
10069                 msg_is_changed (includes news folders)
10070
10071 2002-07-15 [martin]     0.7.8claws70
10072
10073         * src/summaryview.c
10074                 option "display recipient on 'From'..." now works
10075                 without the need of enabling the option
10076                 "display  sender  using  address  book".
10077
10078 2002-07-15 [christoph]  0.7.8claws69
10079
10080         * src/summaryview.c
10081                 removed setting folder status from summaryview.
10082                 folder.c should update all message counts correctly.
10083
10084 2002-07-15 [paul]       0.7.8claws68
10085
10086         * po/pt_BR.po
10087                 updated by Fabio Junior Beneditto
10088
10089 2002-07-15 [darko]      0.7.8claws67
10090
10091         * src/mh.c
10092                 Fixed target folder colorization, don't decrease op
10093                 number twice
10094
10095 2002-07-14 [paul]       0.7.8claws66
10096
10097         * sync with main 0.8.0
10098                 see ChangeLog 2002-07-14
10099
10100 2002-07-13 [melvin]     0.7.8claws65
10101         
10102         * src/addrbook.c
10103         * src/addressbook.c
10104         * src/addrindex.c
10105                 Replaced sprintf by g_snprintf to prevent possible buffer
10106                 overflow.
10107         * src/news.c
10108                 Corrected a log message output format.
10109                 Added a missing "done" debug output.
10110         * src/compose.c
10111                 Added keyboard accelerator for Priority menu items
10112                 Added missing \n in debug output
10113         * src/logwindow.c
10114         * src/gtkspell.c
10115         * src/rfc2015.c
10116                 Added missing \n in debug output
10117
10118 2002-07-13 [paul]       0.7.8claws64
10119
10120         * man/sylpheed.1
10121                 change Sergey's email address to the sf address
10122
10123         * src/textview.c
10124                 increase show_url_timeout (more useful for long
10125                 urls)
10126
10127 2002-07-12 [sergey]     0.7.8claws63
10128
10129         * src/rfc2015.c
10130                 applied (with some modifications) patch to set the
10131                 micalg parameter for signatures
10132                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10133
10134 2002-07-12 [sergey]     0.7.8claws62
10135
10136         * man/Makefile.am
10137         * configure.in
10138                 fixed man page installation
10139
10140 2002-07-12 [paul]       0.7.8claws61
10141
10142         * sync with 0.7.8cvs26
10143                 see ChangeLog 2002-07-11 and 2002-07-12
10144
10145 2002-07-11 [christoph]  0.7.8claws60
10146
10147         * src/compose.c
10148         * src/procmsg.c
10149                 first use the message number to find the message
10150                 to mark with a reply flag but check the
10151                 message-id if we got the correct message, if not
10152                 try to find it by message-id.
10153                 use new string seperator that is not allowed
10154                 in message-ids.
10155
10156 2002-07-11 [paul]       0.7.8claws59
10157
10158         * sync with 0.7.8cvs23
10159                 see ChangeLog 2002-07-10
10160
10161 2002-07-10 [christoph]  0.7.8claws58
10162
10163         * src/folder.[ch]
10164         * src/msgcache.[ch]
10165                 Added message-id table to the cache in memory
10166                 and functions to msgcache.c and folder.c to
10167                 fetch MsgInfos by message id
10168         * src/compose.c
10169         * src/procmsg.c
10170                 store folder and message-id of message replying
10171                 to in queue header and set reply flag after sending
10172                 (Closes bug #469498)
10173
10174 2002-07-10 [paul]       0.7.8claws57
10175
10176         * AUTHORS
10177           man/sylpheed.1.gz
10178                 add Martin to the list of authors
10179
10180 2002-07-09 [martin]     0.7.8claws56
10181         * src/gtksctree.c
10182                 Added gtk_ctree_last_visible(), tree_update_level(),
10183                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10184                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10185                 from gtk+ to gtksctree.c for the new sorting code
10186                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10187                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10188         * src/gtksctree.h
10189                 Added declaration for gtk_sctree_sort_recursive() and
10190                 gtk_sctree_sort_node
10191         * src/addressbook.c
10192         * src/foldersel.c
10193         * src/folderview.c
10194         * src/summaryview.c
10195                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10196                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10197
10198 2002-07-08 [paul]       0.7.8claws55
10199
10200         * more sync with 0.7.8cvs21
10201                 see ChangeLog 2002-07-08
10202
10203 2002-07-08 [paul]       0.7.8claws54
10204
10205         * sync with 0.7.8cvs21
10206                 see ChangeLog 2002-07-08
10207
10208 2002-07-07 [alfons]     0.7.8claws53
10209
10210         * src/Makefile.am
10211         * src/stock_pixmap.[ch]
10212         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10213         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10214         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10215                 add new pixmaps for upcoming notice pane
10216
10217 2002-07-06 [melvin]     0.7.8claws52
10218
10219         * src/gtkspell.[ch]
10220                 Made them a bit closer to Sylpheed's coding style.
10221                 Removed old code.
10222                 Removed possible memory leaks when some errors occurs.
10223
10224 2002-07-06 [melvin]     0.7.8claws51
10225
10226         * po/Makefile.in.in
10227                 Removed --no-location in xgettext command line to help
10228                 translators that use Emacs' po-mode
10229         * src/quote_fmt.c
10230                 Removed unnecessary comments that messed up sylpheed.pot
10231
10232 2002-07-06 [paul]       0.7.8claws50
10233
10234         * sync with 0.7.8cvs19
10235                 see ChangeLog 2002-07-05
10236
10237 2002-07-06 [christoph]  0.7.8claws49
10238
10239         * src/folder.c
10240         * src/mainwindow.c
10241                 fix folder_item_remove_all_msg and folderview
10242                 status for trash folders after emptying trash
10243
10244 2002-07-05 [paul]       0.7.8claws48
10245
10246         * sync with 0.7.8cvs16
10247                 see ChangeLog 2002-07-04 and 2002-07-05
10248
10249 2002-07-04 [paul]       0.7.8claws47
10250
10251         * sync with 0.7.8cvs14
10252                 see  ChangeLog 2002-07-04
10253
10254 2002-07-03 [alfons]     0.7.8claws46
10255
10256         * src/folder.c
10257                 dupe folder item's path because it's being reallocated
10258                 by new folder scanning code
10259
10260 2002-07-03 [christoph]  0.7.8claws45
10261
10262         * src/imap.c
10263                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10264         * src/msgcache.c
10265                 add missing return in msgcache_write
10266
10267 2002-07-02 [thorsten]   0.7.8claws44
10268
10269         * src/jpilot.c
10270         * src/msgcache.c
10271         * src/rfc2015.c
10272                 use binary mode for file access
10273
10274 2002-07-02 [christoph]  0.7.8claws43
10275
10276         * major code cleanup (part 1)
10277         
10278                 - unused variables removed
10279                 - unused functions removed
10280                 - uninitialized variables checked
10281                 - missing return statements added
10282                 - missing function return types added
10283                 - added parentheses around assignment and
10284                   && in || when suggested by gcc
10285               
10286         * src/mh.c
10287         * src/folder.c
10288                 replaced direct calls to folder->scan_tree
10289                 with folder_scan_tree and restore folder
10290                 prefs in this function. The folder should
10291                 not have to deal with them.
10292                 ( Should now work for all folder types )
10293
10294 2002-07-02 [paul]       0.7.8claws42
10295
10296         * sync with 0.7.8cvs13
10297                 see ChangeLog 2002-07-01 and 2002-07-02
10298
10299 2002-07-01 [christoph]  0.7.8claws41
10300
10301         * src/summaryview.c
10302                 fix "goto next/prev unread message" with
10303                 ignored threads
10304
10305 2002-07-01 [paul]       0.7.8claws40
10306
10307         * po/es.po
10308                 updated by Ricardo Mones Lastra
10309
10310 2002-06-30 [match]      0.7.8claws39
10311
10312         * src/jpilot.c
10313                 applied variation of leonerd's patch (566661) to
10314                 allow multiple email addresses per JPilot entry.
10315                 addresses may be separated by space, comma, pipe,
10316                 semi-colon, new-line.
10317
10318 2002-06-30 [alfons]     0.7.8claws38
10319
10320         * src/procmsg.c
10321                 simple fix for putting older nodes before
10322                 newer nodes when threading by subject
10323
10324 2002-06-30 [christoph]  0.7.8claws37
10325
10326         * src/folder.c
10327         * src/folderview.c
10328         * src/mh.c
10329         * src/news.c
10330         * src/procmsg.c
10331                 fix broken folder tree rescaning
10332                 and don't use procmsg_get_mark_sum
10333                 anymore
10334
10335 2002-06-30 [christoph]  0.7.8claws36
10336
10337         * merge new cache branch
10338         * src/imap.c
10339                 fix new cache imap copy bug
10340         * src/folder.c
10341                 improved folder_item_scan
10342                 it should now always set the correct
10343                 new, unread and total message counts
10344
10345 2002-06-29 [paul]       0.7.8claws35
10346
10347         * configure.in
10348                 correct syntax error
10349
10350 2002-06-29 [paul]       0.7.8claws34
10351
10352         * configure.in
10353           Makefile.am
10354           man/Makefile.am       ** NEW FILE **
10355           man/sylpheed.1.gz     ** NEW FILE **
10356                 add Sylpheed man page
10357
10358 2002-06-29 [paul]       0.7.8claws33
10359
10360         * po/pt_BR.po
10361                 updated by Fabio Junior Beneditto
10362
10363 2002-06-28 [jens]       0.7.8claws32
10364
10365         * po/de.po
10366                 translation updated
10367
10368         * src/selective_download.c
10369                 removed gettext for space " "
10370
10371         * src/imap.c
10372                 removed wrong space
10373
10374 2002-06-28 [paul]       0.7.8claws31
10375
10376         * sync with 0.7.8cvs11
10377                 see ChangeLog 2002-06-28
10378
10379 2002-06-28 [paul]       0.7.8claws30
10380
10381         * sync with 0.7.8cvs10
10382                 see ChangeLog 2002-06-27 and 2002-06-28
10383
10384 2002-06-26 [paul]       0.7.8claws29
10385
10386         * src/addrgather.c
10387           src/selective_download.c
10388                 don't gettextise empty strings.
10389                 reserved by gettext. gettext("") returns 
10390                 the header entry with meta information, 
10391                 not the empty string
10392
10393         * po/en_GB.po
10394                 updated
10395
10396 2002-06-26 [paul]       0.7.8claws28
10397
10398         * sync with 0.7.8cvs7
10399                 see ChangeLog 2002-06-25
10400
10401         * src/prefs_common.c
10402                 ...and in the process, tweak the gui a little
10403
10404 2002-06-25 [alfons]     0.7.8claws27
10405         
10406         * configure.in
10407         * src/Makefile.am
10408                 fine tune ldap library detection
10409
10410 2002-06-25 [alfons]     0.7.8claws26
10411
10412         * src/compose.c
10413                 don't allow return receipts when composing a news article
10414
10415 2002-06-25 [paul]       0.7.8claws25
10416
10417         * Makefile.am
10418                 add '$(AMTAR)' to 'release' section to allow for
10419                 new and older autotools
10420
10421 2002-06-25 [paul]       0.7.8claws24
10422
10423         * src/summaryview.c
10424                 fix "No more unread messages" persistant pop-up
10425                 window bug
10426
10427 2002-06-25 [paul]       0.7.8claws23
10428
10429         * po/it.po
10430                 updated by Alessandro Maestri
10431
10432 2002-06-25 [paul]       0.7.8claws22
10433
10434         * sync with 0.7.8cvs6
10435                 see ChangeLog 2002-06-25
10436
10437 2002-06-24 [paul]       0.7.8claws21
10438
10439         * tools/update-po
10440                 add GPL copyright information
10441
10442 2002-06-24 [paul]       0.7.8claws20
10443
10444         * tools/Makefile.am
10445           tools/README
10446           tools/update-po       ** NEW FILE **
10447                 add script that eases the creation of *.po files
10448                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10449
10450 2002-06-23 [alfons]     0.7.8claws19
10451
10452         * src/messageview.c
10453                 make notification_convert_header obey const correctness
10454                 (next step will be fixing the broken return receipt)
10455
10456 2002-06-23 [paul]       0.7.8claws18
10457
10458         * src/messageview.c
10459                 fix bug introduced in last commit:
10460                 removed too much code in last commit - put back what's
10461                 needed
10462
10463 2002-06-23 [paul]       0.7.8claws17
10464
10465         * src/messageview.[ch]
10466                 remove code committed in error from locally patched
10467                 source
10468
10469 2002-06-23 [colin]      0.7.8claws16
10470
10471         * src/compose.[ch]
10472                 add compose_entry_select(), used to select the default_to
10473                 email address - hopefully avoiding people sending mails to
10474                 wrong recipients.
10475
10476 2002-06-22 [alfons]     0.7.8claws15
10477
10478         * AUTHORS
10479                 add Bram Metsch & Stanislav Karchebny
10480         * src/smtp.[ch]
10481         * src/prefs_account.[ch]
10482         * src/send.c
10483                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10484                   options.  (see <http://sourceforge.net/tracker/index.php
10485                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10486
10487                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10488                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10489
10490 2002-06-22 [paul]       0.7.8claws14
10491
10492         * sync with 0.7.8cvs5
10493                 see ChangeLog 2002-06-19 and 2002-06-20
10494
10495 2002-06-22 [alfons]     0.7.8claws13
10496
10497         * src/selective_download.c
10498                 fix a stupid mistake I made
10499
10500 2002-06-22 [alfons]     0.7.8claws12
10501
10502         * src/selective_download.[ch]
10503                 fix another unnoticed leak; cleanup code
10504
10505 2002-06-21 [alfons]
10506
10507         * tools/Makefile.am
10508                 gpg-sign <-- gpg-sign-syl
10509
10510 2002-06-21 [alfons]     0.7.8claws11
10511
10512         * src/selective_download.c
10513         * src/selective_download.h
10514                 fix assorted mix of allocation errors (should solve
10515                 problem reported by Philippe Gramoullé, see:
10516                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10517
10518 2002-06-20 [melvin]     0.7.8claws10
10519
10520         * tools/gpg-sign *REMOVED*
10521           tools/gpg-sign-syl *ADDED*
10522                 Replaced the gpg clearsigning script with the version using
10523                 xterm instead of ssh-askpass and changed its name.
10524
10525         * README.claws
10526                 Updated actions example to reflect the renaming of the
10527                 gpg clearsigning script.
10528
10529 2002-06-19 [paul]       0.7.8claws9
10530
10531         * sync with 0.7.8claws9
10532                 see ChangeLog 2002-06-18 and 2002-06-19
10533
10534 2002-06-19 [paul]       0.7.8claws8
10535
10536         * sync with 0.7.8cvs1
10537                 see ChangeLog 2002-06-18
10538
10539 2002-06-18 [alfons]     0.7.8claws7
10540
10541         * src/mainwindow.h
10542                 add omitted prototype
10543
10544 2002-06-17 [paul]       0.7.8claws6
10545
10546         * src/mainwindow.c
10547                 fix hiding of exec_btn
10548
10549 2002-06-17 [paul]       0.7.8claws5
10550
10551         * src/pop.c
10552                 remove unneeded code: should_delete() 
10553                 and Pop3State::uidl_todelete_list
10554
10555 2002-06-17 [paul]       0.7.8claws4
10556
10557         * sync with 0.7.8
10558                 see ChangeLog 2002-06-11 and 2002-06-13
10559
10560 2002-06-16 [alfons]     0.7.8claws3
10561         
10562         * src/folder.c
10563                 make sure lock sort mode (claws specific) is
10564                 also persists after a tree rescan
10565
10566 2002-06-16 [alfons]     0.7.8claws2
10567
10568         * src/prefs_folder_item.c
10569         * src/folder.[ch]
10570                 fix persistence of folder sort mode (broken
10571                 by adapting Hiro's new folder persistence code)
10572
10573 2002-06-16 [alfons]     0.7.8claws1
10574
10575         * AUTHORS
10576         * src/logwindow.c
10577         * src/prefscommon.[ch]
10578                 control size of log text in log window; 
10579                 closes patch #569155 submitted by Mitko Haralanov.
10580
10581 2002-06-15 [paul]       0.7.8claws
10582
10583         * release of 0.7.8claws
10584
10585 2002-06-15 [paul]       0.7.7claws
10586
10587         * po/pt_BR.po
10588                 updated by Fabio Junior Beneditto
10589
10590 2002-06-14 [paul]       0.7.6claws49
10591
10592         * po/es.po
10593                 updated by Ricardo Mones Lastra
10594
10595 2002-06-14 [paul]       0.7.6claws48
10596
10597         * po/nl.po
10598                 updated translation by Wilbert Berendsen
10599
10600 2002-06-14 [melvin]     0.7.6claws47
10601
10602         * po/fr.po
10603                 Updated French translation
10604
10605 2002-06-13 [paul]       0.7.6claws46
10606
10607         * src/filesel.c
10608                 allow filename to be typed in, rather than just
10609                 selected by the mouse. Patch by Gustavo Noronha Silva.
10610
10611 2002-06-13 [alfons]     0.7.6claws45
10612
10613         * src/mainwindow.[ch]
10614                 more cleanups (removing unnecessary menu items Expand 
10615                 summary / message view)
10616
10617 2002-06-13 [melvin]     0.7.6claws44
10618
10619         * po/POTFILES.in
10620                 Added src/string_match.c
10621         * src/string_match.c
10622                 Fixed possible buffer overflow.
10623                 Corrected typo.
10624                 Added missing config.h header.
10625         * src/prefs_common.c
10626           src/prefs_matcher.c
10627           src/prefs_scoring.c
10628                 Made some strings translatable (missing _(..)).
10629
10630 2002-06-13 [melvin]     0.7.6claws43
10631
10632         * README.claws
10633                 Corrected action example (verifying clearsigned mail).
10634         * src/prefs_account.c
10635                 Corrected typo.
10636         * src/prefs_common.c
10637                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10638
10639 2002-06-12 [alfons]     0.7.6claws42
10640
10641         * src/summaryview.c
10642                 add init of score column lost in 0.7.6claws42
10643
10644 2002-06-12 [paul]       0.7.6claws41
10645
10646         * src/prefs_account.c
10647                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10648                 behavior of the radio buttons, (from 0.7.7cvs2)
10649
10650 2002-06-11 [alfons]     0.7.6claws40
10651
10652         * src/messageview.[ch]
10653         * src/summaryview.[ch]
10654         * src/summary_search.c
10655         * src/mainwindow.c
10656                 perform a sync to bring in Hiro's separate view implementation 
10657
10658                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10659
10660 2002-06-11 [paul]       0.7.6claws39
10661         
10662         * src/prefs_account.c
10663                 correct a typo on the Receive tab
10664
10665 2002-06-10 [match]      0.7.6claws38
10666
10667         * src/addressbook.c
10668                 Included address completion patch from Gustavo Noronha.
10669
10670 2002-06-10 [paul]       0.7.6claws37
10671
10672         * src/inc.[ch]
10673           src/pop.c
10674           src/prefs_account.[ch]
10675           src/selective_download.[ch]
10676                 apply PATCH #561712
10677                  NEW:
10678                 - check if POP Account
10679                 - Receive Button renamed to Preview
10680                 - Preview Button Popup: preview new/all messages
10681                 - Download Button
10682                 - Account Preferences-->Receive tab checkbutton if you
10683                   want to remove Mail after Download
10684                 -: default YES
10685                 - Account Preferences-->Receive tab checkbutton use
10686                   filtering rules on preview
10687                   (think of delete_on_server)
10688                 -: default YES
10689                 - Account selectable from SD dialog
10690                 - checkbutton to show already downloaded messages if
10691                   all messages are previewed
10692                 - new clist column showing Date
10693                 - ESC KEY close
10694                 FIXES:
10695                 - play ball with UIDL
10696                 - fault tolerant (?) 
10697                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10698
10699 2002-06-10 [melvin]     0.7.6claws36
10700
10701         * README.claws
10702                 Added a hint to ac/README in cvs instructions.
10703
10704         * src/prefs_actions.c
10705                 Made it possible to use a more elaborate command line
10706                 for asynchronous actions, too.
10707
10708 2002-06-10 [melvin]     0.7.6claws35
10709         
10710         * src/prefs_actions.c
10711                 Make it possible to use a more elaborate command line
10712                 (e.g. |foo|bar|cat>there;echo Done|)
10713                 Corrected error message when calling %f, %F and %p commands
10714                 from the compose window.
10715
10716 2002-06-09 [colin]      0.7.6claws34
10717
10718         * src/summaryview.c
10719                 Automatically find unread messages in current folder
10720                 before annoying the user.
10721
10722 2002-06-08 [alfons]     0.7.6claws33
10723
10724         * po/it.po
10725                 remove bad formatting string in it.po translation
10726                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10727
10728 2002-06-08 [paul]       0.7.6claws32
10729
10730         * sync with 0.7.6cvs25
10731                 see ChangeLog 2002-06-07
10732
10733 2002-06-05 [paul]       0.7.6claws31
10734
10735         * src/mainwindow.c
10736                 add 'Sort by locked' and 'Sort by score'
10737
10738 2002-06-05 [paul]       0.7.6claws30
10739
10740         * sync with 0.7.6cvs24
10741                 see ChangeLog 2002-06-04
10742
10743 2002-06-04 [paul]       0.7.6claws29
10744
10745         * po/pt_BR.po
10746                 updated by Fabio Junior Beneditto
10747
10748 2002-06-03 [thorsten]   0.7.6claws28
10749
10750         * src/matcher.c
10751                 fclose() matcherrc after reading
10752
10753 2002-06-03 [paul]       0.7.6claws27
10754
10755         * sync with 0.7.6cvs21
10756                 see ChangeLog 2002-05-31
10757
10758 2002-05-31 [paul]       0.7.6claws26
10759
10760         * sync with 0.7.6cvs20
10761                 see ChangeLog 2002-05-29 and 2002-05-30
10762
10763 2002-05-31 [paul]       0.7.6claws25
10764
10765         * src/imap.c
10766                 hopefully fix last buggy sync
10767
10768         * README.claws
10769                 correct typo in 'Actions' examples
10770
10771 2002-05-29 [paul]       0.7.6claws24
10772
10773         * sync with 0.7.6cvs18
10774                 see ChangeLog 2002-05-28 and 2002-05-29
10775
10776         * src/news.c
10777           src/nntp.[ch]
10778                 sync with above 
10779
10780 2002-05-28 [paul]       0.7.6claws23
10781
10782         * sync with 0.7.6cvs16
10783                 see ChangeLog 2002-05-28
10784
10785 2002-05-27 [thorsten]   0.7.6claws22 
10786
10787         * faq/it/sylpheed-faq-1.html
10788           faq/it/sylpheed-faq-2.html
10789           faq/it/sylpheed-faq-3.html
10790           faq/it/sylpheed-faq.html
10791                 corrected DOS lineendings
10792         * faq/de/sylpheed-faq-1.html
10793           faq/de/sylpheed-faq-2.html
10794           faq/en/sylpheed-faq-1.html
10795           faq/en/sylpheed-faq-2.html
10796           faq/en/sylpheed-faq-3.html
10797           faq/es/sylpheed-faq-1.html
10798           faq/es/sylpheed-faq-2.html
10799           faq/es/sylpheed-faq-3.html
10800           faq/fr/sylpheed-faq-1.html
10801           faq/it/sylpheed-faq-1.html
10802           faq/it/sylpheed-faq-2.html
10803           faq/it/sylpheed-faq-3.html
10804           faq/it/sylpheed-faq.html
10805                 changed ">" to &quot;
10806
10807 2002-05-27 [paul]       0.7.6claws21
10808         
10809         * sync with 0.7.6cvs15
10810                 see ChangeLog 2002-05-27
10811
10812 2002-05-27 [paul]       0.7.6claws20
10813
10814         * src/prefs_account.c
10815                 correct a typo
10816
10817 2002-05-26 [paul]       0.7.6claws19
10818
10819         * tools/README
10820                 correct a typo
10821
10822 2002-05-25 [paul]       0.7.6claws18
10823
10824         * tools/README
10825                 add description of kmail2sylpheed.pl
10826
10827 2002-05-25 [paul]       0.7.6claws17
10828
10829         * tools/kmail2sylpheed.pl       ** NEW FILE **
10830                 perl script that converts an exported Kmail address
10831                 book, converts it to sylpheed addressbook file,
10832                 writes the file to .sylpheed, and updates
10833                 addrbook--index.xml 
10834
10835 2002-05-25 [paul]       0.7.6claws16
10836
10837         * sync with 0.7.6cvs14
10838                 see ChangeLog 2002-05-23
10839
10840 2002-05-24 [paul]       0.7.6claws15
10841
10842         * README.claws
10843                 make a correction and add some more info
10844
10845 2002-05-24 [paul]       0.7.6claws14
10846
10847         * src/compose.c
10848                 fix memory leak in 
10849                 compose_redirect_write_headers_from_headerlist()
10850                 add Subject and Resent-Message-ID to
10851                 compose_redirect_write_headers()
10852                 Received, Subject, and X-UIDL are filtered out in 
10853                 compose_redirect_write_to_file()
10854
10855 2002-05-23 [paul]       0.7.6claws13
10856
10857         * src/compose.[ch]
10858           src/filtering.c
10859           src/mainwindow.c
10860           src/matcher.[ch]
10861           src/matcher_parser_lex.l
10862           src/matcher_parser_parse.y
10863           src/prefs_common.[ch]
10864           src/prefs_filtering.c
10865           src/summaryview.c
10866                 rename 'Bounce' to 'Redirect'
10867
10868 2002-05-23 [paul]       0.7.6claws12
10869
10870         * more sync with 0.7.6cvs13
10871           src/compose.c
10872                 see ChangeLog 2002-05-22
10873
10874 2002-05-22 [paul]       0.7.6claws11
10875
10876         * sync with 0.7.6cvs13
10877           src/codeconv.c
10878                 see ChangeLog 2002-05-20
10879           src/prefs_common.c
10880                 see ChangeLog 2002-05-22
10881
10882 2002-05-21 [melvin]     0.7.6claws10
10883
10884         * src/folderview.c
10885                 Added missing filtering and scoring headers
10886                 Fixed bad function call that showed garbage 
10887                 in Folder->Processing
10888
10889 2002-05-21 [paul]       0.7.6claws9
10890
10891         * tools/Makefile.am
10892                 make all tools executable, (patch by Alfons).
10893
10894 2002-05-20 [alfons]     0.7.6claws8
10895
10896         * src/procheader.c
10897                 don't forget to call mktime() so we have a valid week 
10898                 and year day
10899                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10900
10901 2002-05-20 [paul]       0.7.6claws7
10902
10903         * src/html.c
10904                 fix broken parsing of urls
10905         * src/textview.c
10906                 fix displaying of urls
10907
10908                 both fixes from the patch [547855] by Eugene 
10909                 Brevdo (zonem)
10910
10911 2002-05-19 [alfons]     0.7.6claws6
10912
10913         * configure.in
10914                 make sylpheed configure correctly with the latest
10915                 and greatest of automake / autoconf / gettext
10916
10917 2002-05-19 [alfons]     0.7.6claws5
10918
10919         * src/procheader.c
10920         * src/procheader.h
10921                 add function for returning ime zone offset
10922         * src/quote_fmt.c
10923         * src/quote_fmt_parse.y
10924                 better quotation formatting - does not convert
10925                 to local time, but uses the original date string.
10926                 
10927                 Note: %z inserts the timezone offset (should 
10928                 work also on platforms where strftime does not
10929                 support %z).
10930
10931 2002-05-18 [christoph]  0.7.6claws4
10932
10933         * src/summaryview.c
10934                 fix indentation of some code
10935         * tools/Makefile.am
10936                 fix spaces after \
10937         * src/Makefile.am
10938                 add missing \
10939                 correct path for ignorethread.xpm
10940                 incorrect filename for sylpheed_logo.xpm
10941                 add missing include matcher_parser_parse.h
10942
10943 2002-05-18 [paul]       0.7.6claws3
10944
10945         * sync with 0.7.6cvs8
10946                 see ChangeLog 2002-05-16 and 2002-05-17
10947
10948 2002-05-18 [melvin]     0.7.6claws2
10949
10950         * README.claws
10951                 Corrected an action's definition and fixed some misspellings.
10952
10953 2002-05-18 [paul]       0.7.6claws1
10954
10955         * tools/Makefile.am
10956           tools/gpg-sign        ** new file **
10957           tools/uudec           ** new file **
10958                 add Melvin's Actions scripts
10959
10960         * README.claws
10961                 add Melvin's descriptions for Actions
10962
10963 2002-05-18 [paul]       0.7.6claws
10964
10965         * Version 0.7.6claws released
10966
10967 2002-05-17 [paul]       0.7.5claws32
10968
10969         * po/es.po
10970                 updated by Ricardo Mones Lastra
10971
10972 2002-05-17 [paul]       0.7.5claws31
10973
10974         * src/compose.c
10975                 fix Account prefs default folder for sent/draft/deleted
10976                 messages bug
10977
10978         * po/it.po
10979           po/nl.po
10980                 updated translation by Alessandro Maestri and
10981                 Wilbert Berendsen
10982
10983 2002-05-17 [melvin]     0.7.5claws30
10984
10985         * src/prefs_actions.c
10986                 Fixed bug where using %F not at the end of the command 
10987                 resulted in an additional empty argument being created.
10988                 Thanks to Darko Koruga for reporting the bug.
10989
10990 2002-05-17 [melvin]     0.7.5claws29
10991
10992         * po/fr.po
10993                 Updated French translations.
10994
10995 2002-05-15 [paul]       0.7.5claws28
10996         
10997         * po/es.po
10998                 updated by Ricardo Mones Lastra
10999
11000 2002-05-15 [paul]       0.7.5claws27
11001
11002         * sync with 0.7.6cvs4
11003                 see ChangeLog 2002-05-14 and 2002-05-15
11004
11005 2002-05-14 [paul]       0.7.5claws26
11006
11007         * sync with 0.7.6cvs1
11008                 see ChangeLog 2002-05-13
11009
11010 2002-05-13 [thorsten]   0.7.5claws25
11011
11012         * src/messageview.c
11013                 fix select_all and copy in multipart messages
11014         * src/mainwindow.c
11015                 fix select_all and copy in multipart messages
11016
11017 2002-05-12 [paul]       0.7.5claws24
11018
11019         * src/summaryview.c
11020                 reverse last commit, bug already fixed in 0.7.5claws3
11021
11022 2002-05-12 [netztorte]  0.7.5claws23
11023
11024         * src/summaryview.c
11025                 dont parse empty addressbook (checked in before claws20)
11026
11027 2002-05-12 [melvin]     0.7.5claws22
11028
11029         * src/procmsg.[ch]
11030                 Removed unneeded priority code introduced by the previous 
11031                 commit.
11032
11033 2002-05-12 [melvin]     0.7.5claws21
11034
11035         * src/compose.[ch]
11036                 Added possibility to set message's priority.
11037         * src/procmsg.[ch]
11038                 Added possibility to set message's priority.
11039                 Added missing headers
11040
11041 2002-05-12 [melvin]     0.7.5claws20
11042
11043         * src/prefs_actions.c
11044                 Removed implicitely added quotes around the name
11045                 of the temporary files of mime parts.
11046
11047 2002-05-12 [paul]       0.7.5claws19
11048
11049         * sync with 0.7.5cvs20
11050                 see ChangeLog 2002-05-11
11051
11052 2002-05-12 [alfons]     0.7.5claws18
11053
11054         * src/quote_fmt_lex.l
11055         * src/quote_fmt_parse.y
11056                 allow quote / reply date & time format to be set using
11057                 %D{format}. format is a format string you'd pass to
11058                 strftime() (see man strftime, or the Display tab |
11059                 Date format setting).
11060
11061                 Currently %D converts the date to local time. 
11062
11063 2002-05-11 [paul]       0.7.5claws17
11064
11065         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11066                 see ChangeLog 2002-05-10 and 2002-05-11
11067
11068 2002-05-10 [paul]       0.7.5claws16
11069
11070         * sync with 0.7.5cvs16
11071                 see ChangeLog entries 2002-05-09 and 
11072                 2002-05-10
11073
11074 2002-05-10 [colin]      0.7.5claws15
11075
11076         * src/textview.c
11077                 Corrected a bug that prevented sylpheed to open
11078                 double-clicked URIs.
11079
11080 2002-05-09 [paul]       0.7.5claws14
11081
11082         * sync with 0.7.5cvs14
11083                 see ChangeLog 2002-05-08 and 2002-05-09
11084
11085 2002-05-08 [paul]       0.7.5claws13
11086
11087         * sync with 0.7.5cvs11
11088                 see ChangeLog entry 2002-05-08
11089
11090 2002-05-08 [paul]       0.7.5claws12
11091
11092         * src/mainwindow.c
11093           src/textview.[ch]
11094                 fix segfault on View->Open in new window
11095                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11096
11097 2002-05-07 [paul]       0.7.5claws11
11098
11099         * sync with 0.7.5cvs9
11100                 see ChangeLog entry 2002-05-07
11101
11102 2002-05-06 [paul]       0.7.5claws10
11103
11104         * src/messageview.c
11105           src/textview.c
11106                 display url in statusbar on single-click
11107                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11108
11109 2002-05-06 [match]      0.7.5claws9
11110
11111         * src/addritem.[ch]
11112                 new functions.
11113         * src/addrcache.c
11114                 tidy up.
11115         * src/xmlprops.[ch]
11116                 XML implementation of properties file.
11117         * src/exporthtml.[ch]
11118         * src/expthtmldlg.[ch]
11119         * src/addressbook.c
11120                 export to HTML.
11121
11122 2002-05-02 [sergey]     0.7.5claws8
11123
11124         * src/mainwindow.c (mainwin_entries),
11125           src/prefs_common.c (prefs_send_create()),
11126           src/codeconv.c (locale_table):
11127                 use charset name "Windows-1251" instead of "CP1251".
11128
11129 2002-05-02 [colin]      0.7.5claws7
11130         
11131         * src/compose.c
11132           src/prefs_common.c
11133           src/prefs_folder_item.c
11134                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11135
11136 2002-05-02 [hiro]       0.7.5claws6
11137
11138         * src/imap.c
11139                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11140
11141 2002-05-02 [paul]       0.7.5claws5
11142
11143         * src/compose.c
11144                 more sync with 0.7.5cvs7, see ChangeLog entry
11145                 2002-05-02
11146
11147 2002-05-02 [hiro]       0.7.5claws4
11148
11149         * src/compose.c
11150                 compose_queue_sub():
11151                 check if queue folder exists (closes #550397).
11152                 removed directory creation since it should be handled
11153                 transparently.
11154         * src/imap.c
11155                 imap_add_msg(): return UID for appended message
11156                 (closes #548842).
11157
11158 2002-04-30 [paul]       0.7.5claws3
11159
11160         * src/summaryview.c
11161                 fix account_find_from_address() bug
11162
11163 2002-04-28 [colin]      0.7.5claws2
11164
11165         * src/compose.c
11166           src/textview.c
11167           src/prefs_common.[ch]
11168           src/utils.[ch]
11169                 Added user-definable quotation characters recognition.
11170
11171 2002-04-28 [paul]       0.7.5claws1
11172
11173         * sync with 0.7.5cvs4
11174                 see ChangeLog entry  2002-04-25
11175
11176 2002-04-28 [paul]       0.7.5claws
11177
11178         * po/es.po
11179           po/nl.po
11180           po/pt_BR.po
11181                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11182                 Fabio Junior Beneditto
11183
11184 2002-04-27 [jens]       0.7.4claws103
11185
11186         * po/de.po
11187                 updated German translation.
11188
11189 2002-04-27 [hiro]       0.7.4claws102
11190
11191         * src/summaryview.c
11192                 summary_write_cache(): fixed the mark loss of hidden messages.
11193
11194 2002-04-26 [melvin]     0.7.4claws101
11195
11196         * src/procmsg.c
11197                 fixed a second typo (same one)
11198         * po/fr.po
11199           po/it.po
11200           po/pt_BR.po
11201                 fixed the type again...
11202
11203 2002-04-26 [melvin]     0.7.4claws100
11204
11205         * src/procmsg.c
11206                 fixed a typo in an alert message ("temorary").
11207         * po/it.po
11208         * po/pt_BR.po
11209                 corrected the typo  described above.
11210         * po/fr.po
11211                 updated French translation.
11212
11213 2002-04-26 [darko]      0.7.4claws99
11214
11215         * src/summaryview.c
11216                 fix target folder colorization
11217
11218 2002-04-25 [paul]       0.7.4claws98
11219
11220         * po/it.po
11221                 updated by Alessandro Maestri
11222
11223 2002-04-24 [colin]      0.7.4claws97
11224         
11225         * src/compose.c
11226                 Fixed double "subject is empty" question.
11227
11228 2002-04-23 [colin]      0.7.4claws96
11229         
11230         * src/mimeview.c
11231                 Corrected issue when "automatically display images" was
11232                 not set : first image remained after selecting second.
11233
11234 2002-04-23 [melvin]     0.7.4claws95
11235
11236         * src/prefs_actions.c
11237                 Don't display in/out dialog if there is nothing to show.
11238
11239 2002-04-23 [paul]       0.7.4claws94
11240
11241         * sync with 0.7.5cvs3
11242                 bug fixes: see ChangeLog entry 2002-04-23
11243
11244 2002-04-22 [darko]      0.7.4claws93
11245
11246         * src/compose.c
11247                 fix previous check-in which changed code after
11248                 merge from main
11249
11250 2002-04-22 [paul]       0.7.4claws92
11251
11252         * faq/de/*
11253                 add German FAQ
11254         * faq/en/*
11255           faq/es/*
11256           faq/fr/*
11257                 update English, Spanish and French FAQs
11258         * manual/de/*
11259           manual/es/*
11260                 add German and Spanish manuals
11261         * manual/en/*
11262           manual/fr/*
11263                 update English and French manuals
11264
11265         * src/Makefile.am
11266                 add to and re-arrange the pixmap entries
11267
11268 2002-04-22 [darko]      0.7.4claws91
11269
11270         * src/compose.c
11271                 fix sender initials recognition to only allow
11272                 '>' after the initials
11273
11274 2002-04-21 [paul]       0.7.4claws90
11275
11276         * sync with 0.7.5 release
11277                 see ChangeLog entry 2002-04-21
11278
11279 2002-04-21 [alfons]
11280
11281         * src/Makefile.am
11282                 add colin's new pixmaps to EXTRA_DIST
11283
11284 2002-04-21 [colin]      0.7.4claws89
11285         * src/compose.c
11286         * src/inc.c
11287         * src/mainwindow.[ch]
11288         * src/prefs_common.[ch]
11289         * src/stock_pixmap.[ch]
11290                 Added "Work offline" ability.
11291
11292 2002-04-21 [colin]      0.7.4claws88
11293         
11294         * src/mimeview.c
11295         * src/prefs_common.c
11296         * src/prefs_common.h
11297         * src/textview.c : Added an option to common preferences -> display
11298           to allow user not to automatically display images.
11299
11300 2002-04-21 [paul]       0.7.4claws87
11301
11302         * sync with 0.7.4cvs52
11303                 see ChangeLog entry 2002-04-21 (src/imap.c)
11304
11305 2002-04-21 [paul]       0.7.4claws86
11306
11307         * sync with 0.7.4cvs51
11308                 see ChangeLog entry 2002-04-21
11309
11310 2002-04-21 [paul]       0.7.4claws85
11311
11312         * sync with 0.7.4cvs49
11313                 see ChangeLog entries 2002-04-20 and 2002-04-21
11314
11315         * src/Makefile.am
11316                 clean up: remove old 'stock_' element from xpm 
11317                 filenames.
11318
11319 2002-04-21 [alfons]     0.7.4claws84
11320
11321         apply sync patch from Paul
11322
11323         * src/folderview.c
11324                 use old claws prefs_folder_item_create() for now
11325
11326 2002-04-19 [match]      0.7.4claws83
11327
11328         * src/addressbook.[ch]
11329         * src/addrharvest.[ch]
11330         * src/addrgather.[ch]
11331                 recurse folders.
11332         * src/mainwindow.c
11333         * src/summaryview.[ch]
11334                 change menu option.
11335
11336 2002-04-19 [paul]       0.7.4claws82
11337
11338         * po/pt_BR.po
11339                 updated by Fabio Junior Beneditto
11340
11341 2002-04-14 [alfons]     0.7.4claws81
11342
11343         * src/passphrase.c
11344                 add #include <sys/types.h> for mode_t and off_t 
11345
11346 2002-04-13 [paul]       0.7.4claws80
11347         
11348         * src/main.c
11349           src/passphrase.[ch]
11350           src/pgptext.c
11351           src/prefs_common.[ch]
11352           src/rfc2015.c
11353                 enable storing of GnuPG passphrase for the whole 
11354                 session or a user-defined number of minutes. patch 
11355                 submitted by Ravemax <ravemax@dextrose.com>
11356
11357 2002-04-13 [alfons]     0.7.4claws79
11358
11359         * src/textview.c
11360                 make email parser also stop scanning when encountering separators
11361                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11362
11363 2002-04-13 [paul]       0.7.4claws78
11364
11365         * sync with 0.7.4cvs39
11366                 see ChangeLog entry 2002-04-12
11367
11368 2002-04-11 [paul]       0.7.4claws77
11369
11370         * sync with 0.7.4cvs37
11371                 see ChangeLog entry 2002-04-11
11372
11373 2002-04-11 [paul]       0.7.4claws76
11374
11375         * COPYING 
11376                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11377                 the clause for OpenSSL). sync with sylpheed main
11378
11379 2002-04-09 [melvin]     0.7.4claws75
11380
11381         * src/compose.c
11382                 Made 'Ctrl-Enter' on send ignore some modifiers 
11383                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11384                 to bind other *-Enter (but not Alt-Enter).
11385
11386 2002-04-09 [paul]       0.7.4claws74
11387
11388         * sync with 0.7.4cvs35
11389                 see ChangeLog entries 2002-04-09
11390
11391 2002-04-08 [paul]       0.7.4claws73
11392
11393         * sync with 0.7.4cvs33
11394                 see ChangeLog entry 200-04-08
11395
11396 2002-04-07 [match]      0.7.4claws72
11397
11398         * src/addrharvest.[ch]
11399                 fixed to read all addresses in header, regardless
11400                 of header size. improved name parsing. accommodate
11401                 harvest from folders and selected message.
11402         * src/addritem.[ch]
11403                 included new address parsing function.
11404         * src/addrgather.[ch]
11405         * src/addressbook.[ch]
11406         * src/summaryview.[ch]
11407         * src/mainwindow.c
11408                 allow address harvest of folder as well as selected
11409                 messages.
11410
11411 2002-04-07 [paul]       0.7.4claws71
11412
11413         * src/esmtp.[ch]
11414           src/smtp.c
11415                 don't try to authenticate with CRAM-MD5 in SMTP when 
11416                 SMTP-AUTH enabled if MTA doesn't issue this 
11417                 auth-method in it's ehlo-response. bug item #531364,
11418                 patch item #938910. patch submitted by Colin Leroy 
11419                 <colin@colino.net>
11420
11421 2002-04-07 [paul]       0.7.4claws70
11422
11423         * src/nntp.c
11424                 fix missing MODE_READER bug. patch submitted by
11425                 Colin Leroy <colin@colino.net>
11426
11427 2002-04-07 [alfons]     0.7.4claws69
11428
11429         * src/matcher.[ch]
11430         * src/prefs_filtering.c
11431         * src/summaryview.c
11432                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11433                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11434
11435 2002-04-07 [paul]       0.7.4claws68
11436
11437         * sync with 0.7.4cvs32
11438                 see ChangeLog entry 2002-04-06
11439
11440         * tools/filter_conv.pl
11441                 more bug fixes
11442
11443 2002-04-06 [paul]       0.7.4claws67
11444
11445         * tools/filter_conv.pl
11446                 modify to be able to find the name of the first
11447                 mailbox and use that. main's filter does not
11448                 record the full path to the mailbox and therefore
11449                 can only filter to the first mailbox.
11450
11451 2002-04-05 [paul]       0.7.4claws66
11452
11453         * tools/filter_conv.pl
11454                 attempt to make the script all-encompassing and
11455                 be able to convert any main 'filter' rule thrown
11456                 at it
11457
11458 2002-04-05 [paul]       0.7.4claws65
11459
11460         * tools/filter_conv.pl
11461                 allow for collapsed folder trees
11462
11463 2002-04-05 [paul]       0.7.4claws64
11464
11465         * sync with 0.7.4cvs31
11466                 see ChangeLog entries 2002-04-05
11467
11468 2002-04-03 [paul]       0.7.4claws63
11469
11470         * sync with 0.7.4cvs29
11471                 see ChangeLog entries 2002-04-02 and 2002-04-03
11472
11473 2002-04-02 [paul]       0.7.4claws62
11474
11475         * sync with 0.7.4cvs26
11476                 see ChangeLog entry 2002-04-01
11477
11478 2002-04-02 [match]      0.7.4claws61
11479
11480         * src/pine.[ch]
11481         * src/importpine.[ch]
11482         * src/addressbook.c
11483                 import Pine address book.
11484
11485 2002-04-02 [match]      0.7.4claws60
11486
11487         * src/addrharvest.[ch]
11488                 improve address parsing of funky addresses.
11489
11490 2002-04-02 [darko]      0.7.4claws59
11491
11492         * src/compose.c
11493                 wrap on send improvements, it now recognizes quoted
11494                 initials as part of the quotation string, and it
11495                 does not join lines separated by CR
11496
11497 2002-04-01 [match]      0.7.4claws58
11498
11499         * src/mgutils.[ch]
11500                 added new functions.
11501         * src/mutt.[ch]
11502                 remove excessive duplicate address generation
11503                 on import.
11504
11505 2002-04-01 [alfons]     0.7.4claws57
11506         
11507         * src/summaryview.c
11508                 put back g_free() 
11509
11510 2002-04-01 [paul]       0.7.4claws56
11511
11512         * sync with 0.7.4cvs25
11513                 see ChangeLog entry 2002-04-01
11514
11515 2002-04-01 [alfons]     0.7.4aprilfool55
11516
11517         * src/summaryview.c
11518                 honour feature request item #537427 to allow for
11519                 displaying names from address book for sent mail also
11520
11521 2002-03-29 [paul]       0.7.4claws54
11522
11523         * src/mainwindow.c
11524           src/prefs_filtering.[ch]
11525           src/prefs_matcher.c
11526           src/summaryview.c
11527                 add 'fast filter' for claws' filtering,
11528                 /Tools/Create filter rule/... patch submitted
11529                 by Neill Miller <neillm@thecodefactory.org>
11530
11531 2002-03-29 [paul]       0.7.4claws53
11532
11533         * sync with 0.7.4cvs24
11534                 see ChangeLog entry 2002-03-29
11535
11536 2002-03-28 [paul]       0.7.4claws52
11537
11538         * sync with 0.7.4cvs23
11539                 see ChangeLog entry 2002-03-28
11540
11541 2002-03-27 [melvin]     0.7.4claws51
11542
11543         * src/prefs_actions.c
11544                 Added support to pass only one message part (as a
11545                 file) to the command using '%p'. No quotes are needed
11546                 because doubles quotes are automatically added.
11547                 Fixed bug where Sylpheed could block when waiting for
11548                 a child process to finish.
11549                 Changed the help menu to remove quotes around symbols to 
11550                 avoid misinterpretation (they must not be used).
11551
11552 2002-03-27 [melvin]     0.7.4claws50
11553
11554         * src/inc.c
11555                 Made the new mail notification command always 
11556                 execute asynchronously.
11557
11558 2002-03-27 [paul]       0.7.4claws49
11559
11560         * src/compose.c
11561                 fix bug introduced in last commit
11562
11563 2002-03-27 [paul]       0.7.4claws48
11564
11565         * sync with 0.7.4cvs21
11566                 see ChangeLog 2002-03-26 and 2002-03-27
11567
11568 2002-03-26 [hoa]        0.7.4claws47
11569
11570         * src/prefs_folder_item.c
11571                 really fixed the bug #516442 with folder rescan.
11572
11573 2002-03-26 [paul]       0.7.4claws46
11574
11575         * sync with 0.7.4cvs19
11576                 see ChangeLog entries 2002-03-25 and 2002-03-26
11577
11578 2002-03-25 [hoa]        0.7.4claws45
11579
11580         * src/matcher.c
11581         * src/mh.c
11582                 fix the bug #516442 with folder rescan.
11583
11584         * src/prefs_common.[ch]
11585         * src/compose.c
11586                 added an option to enable two different behaviours
11587                 for bounce.
11588
11589
11590 2002-03-25 [paul]       0.7.4claws44
11591
11592         * src/mainwindow.c
11593           src/selective_download.c
11594                 correct a few menuitem labels
11595
11596 2002-03-25 [christoph]  0.7.4claws43
11597
11598         * src/procmsg.c
11599                 fix non deleted tmp message in
11600                 procmsg_save_to_outbox
11601                 fix problems caused by sync with
11602                 main branch's procmsg_send_queue
11603
11604 2002-03-25 [paul]       0.7.4claws42
11605
11606         * src/quote_fmt.c
11607           src/quote_fmt_lex.l
11608           src/quote_fmt_parse.y
11609                 add Last name (%L) placeholder for quoting. 
11610                 patch submitted by Thorsten Thielen 
11611                 <thth@users.sourceforge.net>
11612
11613 2002-03-25 [paul]       0.7.4claws41
11614
11615         * src/utils.c
11616                 get full hostname. patch submitted by
11617                 Bob Woodside <rwoodside1@comcast.net>
11618
11619 2002-03-25 [paul]       0.7.4claws40
11620
11621         * src/account.c
11622           src/news.c
11623           src/nntp.[ch]
11624           src/prefs_account.[ch]
11625                 enable NNTP over SSL. patch submitted by
11626                 Pascal Jermini <pascal@infinity.hn.org>
11627
11628 2002-03-24 [paul]       0.7.4claws39
11629
11630         * src/prefs_common.c
11631                 make the arrangement of the Compose tab more
11632                 coherent
11633
11634         * src/mainwindow.c
11635                 fix some irregularities of style
11636
11637         * po/de.po
11638                 updated by Kilian Krause
11639
11640 2002-03-23 [paul]       0.7.4claws38
11641
11642         * po/pt_BR.po
11643                 updated by Fabio Junior Beneditto
11644
11645 2002-03-23 [paul]       0.7.4claws37
11646
11647         * src/mainwindow.c
11648                 move 'Gather addresses' to 'Tools' menu
11649                 make 'Selective download' sensitive
11650
11651 2002-03-23 [paul]       0.7.4claws36
11652
11653         * sync with 0.7.4cvs16
11654                 see ChangeLog entries 2002-03-23
11655
11656 2002-03-22 [christoph]  0.7.4claws35
11657
11658         * src/quote_fmt_parse.y
11659                 fix include program output
11660
11661 2002-03-22 [alfons]     0.7.4claws34
11662
11663         * src/pop.c
11664                 initialize GDate stack variable correctly (sorry!)
11665
11666 2002-03-22 [paul]       0.7.4claws33
11667
11668         * src/compose.c
11669           src/mainwindow.c
11670           src/prefs_actions.c
11671           src/prefs_common.c
11672                 rename 'Tool' to 'Tools'
11673
11674         * src/mainwindow.c
11675                 move 'Delete duplicated messages' from
11676                 'Message/' to 'Tools/'
11677                 re-arrange the order of 'Tools/' items
11678
11679 2002-03-22 [paul]       0.7.4claws32
11680
11681         * src/addr_compl.c
11682           src/addressbook.[ch]
11683                 auto-address completion now also matches on
11684                 Nickname. patch submitted by Bob Forsman 
11685                 <hammor@users.sourceforge.net>
11686
11687         * src/editaddress.c
11688                 correct a spelling mistake
11689
11690 2002-03-22 [alfons]     0.7.4claws31
11691
11692         * src/pop.c
11693                 fix getting uidl from incorrect string 
11694                 (spotted by Colin)
11695
11696 2002-03-21 [alfons]     0.7.4claws30
11697
11698         * src/pop.c
11699                 more code refactoring
11700                 plug mem leak introduced by delete on server
11701
11702 2002-03-21 [paul]       0.7.4claws29
11703
11704         * sync with 0.7.4cvs11
11705                 see ChangeLog entries 2002-03-20
11706
11707 2002-03-20 [alfons]     0.7.4claws28
11708
11709         * src/inc.c
11710                 apply Colin's patch and refactor
11711
11712 2002-03-20 [paul]       0.7.4claws27
11713
11714         * sync with sylpheed 0.7.4cvs9
11715                 see ChangeLog entry 2002-03-20
11716
11717 2002-03-19 [christoph]  0.7.4claws26
11718
11719         * src/mh.c
11720         * src/procmsg.[ch]
11721         * src/summaryview.c
11722                 revert changes for flag updates
11723                 (does not work correctly and no time to debug)
11724
11725 2002-03-20 [alfons]     0.7.4claws25
11726
11727         * src/pop.c
11728                 refactor should_delete() a little bit 
11729
11730 2002-03-19 [paul]       0.7.4claws24
11731
11732         * src/inc.[ch]
11733           src/pop.c
11734           src/prefs_account.[ch]
11735                 allow the user to leave downloaded mail on the 
11736                 server for n days. Patch submitted by Colin Leroy 
11737                 <colin@colino.net>
11738
11739 2002-02-19 [paul]       0.7.4claws23
11740
11741         * sync with sylpheed 0.7.4cvs8
11742                 see ChangeLog entries 2002-03-19
11743
11744 2002-03-18 [paul]       0.7.4claws22
11745
11746         * sync with sylpheed 0.7.4cvs6
11747                 see ChangeLog entry 2002-03-18
11748
11749 2002-03-18 [paul]       0.7.4claws21
11750
11751         * po/en_GB.po
11752                 add en_GB message catalogue
11753
11754         * src/mbox_folder.c
11755           src/prefs_account.c
11756           src/prefs_actions.c
11757                 correct a few spelling mistakes
11758
11759 2002-03-17 [alfons]     0.7.4claws20
11760
11761         * src/matcher.c
11762                 more stringent checks for NULL params when writing
11763                 filtering actions to a file
11764                 
11765 2002-03-17 [hoa]        0.7.3claws20
11766
11767         * src/news.c
11768                 fixed the count of new messages
11769
11770         * src/compose.c
11771                 fixed the "attachment properties" window
11772
11773 2002-03-17 [paul]       0.7.4claws19
11774
11775         * src/defs.h
11776           src/folder.h
11777           src/news.c
11778           src/prefs_account.[ch]
11779           src/procmsg.[ch]
11780           src/summaryview.c
11781                 automatically mark cross-posted messages as read 
11782                 and (optionally) give them a colour label
11783                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11784                 
11785
11786 2002-03-17 [paul]       0.7.4claws18
11787
11788         * sync with sylpheed 0.7.4cvs5
11789                 see ChangeLog entry 2002-03-17
11790
11791 2002-03-17 [melvin]     0.7.4claws17
11792         
11793         * src/textview.c
11794                 Worked around a gtktext 'bug': when searching for 
11795                 a text in a long message it was scrolling slowly
11796                 line by line until it hit the searched text.
11797         * po/fr.po
11798                 Updated French translation
11799
11800 2002-03-17 [melvin]     0.7.4claws16
11801
11802         * src/mainwindow.c
11803         * src/compose.c
11804         * src/prefs_actions.c
11805                 Moved "Edit/Actions" to "Tool/Actions"
11806                 Made mainwindow/compose window sensitive as soon as
11807                 no child process is running anymore even if the io dialog
11808                 is open.
11809                 Fixed a struct being initialized with a non constant char*
11810
11811 2002-03-16 [christoph]  0.7.4claws15
11812
11813         * configure.in
11814                 add --with-compiler-flags option
11815                 (only for developer hacking)
11816         * src/mh.c
11817         * src/procmsg.[ch]
11818         * src/summaryview.c
11819                 try to make folder-stats and flag handling more
11820                 independent from the summaryview. msgcounts
11821                 are only set when the folder is opened and
11822                 procmsg_msginfo_(un)set_flags will handle it
11823                 later and summaryview will get the values
11824                 from the folder.
11825
11826 2002-03-16 [paul]       0.7.4claws14
11827
11828         * src/messageview.c
11829                 fix Return-receipt. Patch submitted by Bob
11830                 Woodside <rwoodside1@comcast.net>
11831
11832 2002-03-16 [paul]       0.7.4claws13
11833
11834         * src/compose.c
11835                 fix 'dynamic' signatures, make it work again
11836                 broken during sync on 2002-03-14 (0.7.4claws2)
11837
11838 2002-03-15 [match]      0.7.4claws12
11839
11840         * src/addrharvest.[ch]
11841         * src/addrgather.[ch]
11842         * src/addressbook.[ch]
11843         * src/mainwindow.c
11844                 included address harvester feature. still some
11845                 issues with address parsing that I will fix.
11846
11847 2002-03-15 [match]      0.7.4claws11
11848
11849         * src/addrbook.[ch]
11850         * src/addrcache.[ch]
11851         * src/addressbook.[ch]
11852         * src/addrindex.c
11853         * src/editbook.c
11854         * src/importldif.c
11855         * src/importmutt.c
11856         * src/jpilot.[ch]
11857         * src/main.c
11858         * src/syldap.[ch]
11859         * src/vcard.[ch]
11860                 tidy up. fix memory leaks. moved attribs and methods
11861                 from individual interfaces to addrcache object. prep
11862                 for new stuff to come in.
11863
11864 2002-03-15 [alfons]     0.7.4claws10
11865
11866         * src/matcher.[ch]
11867         * src/matcher_parser_parse.y
11868         * src/matcher_parser_lex.l
11869         * src/prefs_matcher.c
11870                 add filtering conditions message greater than, smaller 
11871                 than, and exactly matching a size in bytes
11872                 (does not work with delete from POP3 server yet)
11873
11874                 this should also give others an idea what you should
11875                 do to add new criterions to claws filtering system
11876                 
11877
11878 2002-03-15 [paul]       0.7.4claws9
11879
11880         * tools/filter_conv.pl
11881                 exit if there are no filter rules to convert
11882                 rename filterrc to filterrc.old after completion
11883
11884 2002-03-15 [paul]       0.7.4claws8
11885
11886         * sync with sylpheed 0.7.4cvs3
11887                 see ChangeLog entry 2002-03-14
11888
11889 2002-03-14 [paul]       0.7.4claws7
11890
11891         * src/compose.c
11892                 clean up the last commit (ahem)
11893
11894 2002-03-14 [paul]       0.7.4claws6
11895
11896         * src/compose.c
11897                 fix bug #515655. honour account preferences
11898                 regarding gpg default signing/encryption when 
11899                 changing account from the compose window.
11900
11901 2002-03-14 [paul]       0.7.4claws5
11902
11903         * src/folderview.c
11904                 remove unnecessary curly brackets
11905
11906 2002-03-14 [paul]       0.7.4claws4
11907
11908         * src/folderview.c
11909           src/prefs_filtering.[ch]
11910                 add filter rename on folder rename and filter
11911                 delete on folder delete. Patch submitted by
11912                 Neill Miller <neillm@thecodefactory.org> 
11913
11914 2002-03-14 [christoph]  0.7.4claws3
11915
11916         * src/procmsg.c
11917         * src/send.c
11918                 fix local delivery
11919                 (patch submitted by "Simon 'corecode' Schubert")
11920         * src/prefs_common.c
11921         * src/procmsg.c
11922                 fix gcc 3.0 warning
11923
11924 2002-03-14 [paul]       0.7.4claws2
11925
11926         * sync with sylpheed 0.7.4cvs2
11927                 see ChangeLog entry 2002-03-13
11928
11929 2002-03-12 [darko]      0.7.4claws1
11930
11931         * src/mainwindow.c
11932                 fix what seems to be a copy and paste error
11933                 when setting color for important messages
11934                 (reported by wwp)
11935
11936 2002-03-11 [paul]       version 0.7.4claws released
11937
11938 2002-03-11 [paul]       0.7.4claws
11939
11940         * po/es.po
11941           po/it.po
11942           po/nl.po
11943           po/pt_BR.po
11944                 update message catalogs. Submitted by Ricardo Mones 
11945                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11946                 Fabio Junior Beneditto
11947
11948         * configure.in
11949           faq/Makefile.am
11950           faq/it/Makefile
11951           faq/it/sylpheed-faq*
11952           src/mainwindow.c
11953           src/manual.[ch]
11954                 add FAQ in Italian
11955         
11956
11957 2002-03-11 [jens]       0.7.3claws7
11958
11959         * po/de.po
11960                 updated German translation
11961
11962 2002-03-11 [melvin]     0.7.3claws6
11963
11964         * po/fr.po
11965                 updated and corrected French translation
11966
11967 2002-03-10 [hoa]        0.7.3claws5
11968
11969         * src/account.c
11970         * src/inc.c
11971         * src/prefs_account.c
11972         * src/procmsg.c
11973         * src/send.[ch]
11974                 fixed the local account.
11975                 you have to change the default "/usr/sbin/sendmail"
11976                 to "/usr/sbin/sendmail -t" in the preferences of
11977                 the local account.
11978
11979         * src/procmime.c
11980                 removed some debug display for renderer
11981
11982 2002-03-10 [paul]       0.7.3claws4
11983
11984         * faq/en/sylpheed-faq-1.html
11985           faq/en/sylpheed-faq-2.html
11986                 update
11987
11988 2002-03-09 [paul]       0.7.3claws3
11989
11990         * sync with sylpheed 0.7.4
11991                 see ChangeLog entry 2002-03-09
11992
11993 2002-03-08 [paul]       0.7.3claws2
11994
11995         * faq/en/sylpheed-faq*
11996           faq/es/sylpheed-faq*
11997           faq/fr/sylpheed-faq*
11998                 update the FAQs
11999
12000         * manual/fr/.cvsignore
12001           manual/fr/Makefilea.am
12002           manual/fr/sylpheed*
12003           src/mainwindow.c
12004           src/manual.[ch]
12005                 add the French manual
12006
12007 2002-03-07 [paul]       0.7.3claws1
12008
12009         * sync with sylpheed 0.7.3cvs4
12010                 see ChangeLog entries  2002-03-06 and 2002-03-07
12011         
12012         * po/nl.po
12013                 updated by Wilbert Berendsen
12014
12015 2002-03-07 [melvin]     0.7.2claws34
12016
12017         * src/selective_download.c
12018                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12019
12020 2002-03-06 [paul]       0.7.2claws33
12021
12022         * sync with sylpheed 0.7.3cvs1
12023                 bug fix, see ChangeLog entry 2002-03-05
12024
12025 2002-03-05 [paul]       0.7.2claws32
12026
12027         * src/mimeview.c
12028           src/pgptext.[ch]
12029           src/procmsg.c
12030                 reverse the pgp ascii-armored code implemented in 
12031                 0.7.2claws16. removal of this code until it matures.
12032                 this means that verifying ascii-armored pgp sigs and
12033                 automatic decryption of ascii-armored encrypted
12034                 messages no longer works.
12035
12036 2002-03-05 [paul]       0.7.2claws31
12037
12038         * configure.in
12039           Makefile.am
12040         * faq/Makefile.am
12041         * faq/en/Makefile.am
12042           faq/en/sylpheed-faq.html
12043           faq/en/sylpheed-faq-1.html
12044           faq/en/sylpheed-faq-2.html
12045           faq/en/sylpheed-faq-3.html
12046         * faq/es/Makefile.am
12047           faq/es/sylpheed-faq.html
12048           faq/es/sylpheed-faq-1.html
12049           faq/es/sylpheed-faq-2.html
12050           faq/es/sylpheed-faq-3.html
12051           faq/es/sylpheed-faq-4.html
12052         * faq/fr/Makefile.am
12053           faq/fr/sylpheed-faq.html
12054           faq/fr/sylpheed-faq-1.html
12055           faq/fr/sylpheed-faq-2.html
12056           faq/fr/sylpheed-faq-3.html
12057         * src/Makefile.am
12058           src/defs.h
12059           src/mainwindow.c
12060           src/manual.[ch]
12061                 add FAQs in English, Spanish and French
12062
12063
12064 2002-03-05 [paul]       0.7.2claws30
12065
12066         * manual/en/sylpheed.html
12067           manual/en/sylpheed-XX.html
12068                 updated the English manual
12069
12070 2002-03-05 [hoa]        
12071
12072         * src/summaryview.c
12073                 dialog box pops up if the article can't be deleted.
12074
12075 2002-03-04 [paul]       
12076         
12077         * po/pt_BR.po
12078                 updated by Fabio Junior Benedito
12079
12080 2002-03-04 [hoa]
12081
12082         * removed ac/gpgme.m4
12083                 to avoid autogen common problem
12084                 developers have to install gpgme development package now
12085
12086         * src/compose.c
12087                 encoding to 7bit or 8bit is enabled.
12088
12089 2002-03-03 [alfons]     0.7.2claws29
12090
12091         * src/pop.c
12092                 merge fix by Oliver Haertel for selective
12093                 download buglet
12094
12095 2002-03-03 [paul]       0.7.2claws28
12096         
12097         * sync with sylpheed 0.7.3
12098
12099 2002-03-03 [paul]       0.7.2claws27
12100
12101         * sync with sylpheed 0.7.2cvs24
12102                 see ChangeLog entries 2002-03-02 and 2002-03-03
12103
12104 2002-03-02 [melvin]     0.7.2claws26
12105
12106         * src/inc.[ch]
12107         * src/main.c
12108         * src/mainwindow.c
12109         * src/prefs_common.[ch]
12110                 Added user definable notification on new mail arrival.
12111                 Removed unused variables in spell checker prefs code.
12112
12113 2002-03-02 [melvin]     0.7.2claws25
12114
12115         * src/quote_fmt.c
12116                 Removed unnecessary escape sequences.
12117                 Changed 'Initial...' to 'Initials of Sender'
12118
12119 2002-03-02 [paul]       0.7.2claws24
12120
12121         * sync with sylpheed 0.7.2cvs22
12122                 see ChangeLog entry 2002-03-01
12123
12124 2002-03-01 [hoa]        0.7.2claws23
12125
12126         * src/mainwindow.c
12127                 Set sensitivity of delete actions to active
12128                 even if the folder is a newsgroup.
12129
12130         * src/summaryview.c
12131                 - Set sensitivity of delete actions
12132                 - Added function check_permission() that will check if the
12133                   user is authorized to delete a message. For news, it
12134                   will check if the author is the same.
12135                 - Enabled deletion when there is no trash folder.
12136
12137         * src/news.[ch]
12138                 - Added news_cancel_article() to cancel articles
12139                 - Implemented news_remove_message() (public function)
12140
12141 2002-03-01 [paul]       0.7.2claws22
12142
12143         * src/gtkutils.c
12144           src/textview.c
12145                 recognise urls that that don't include 'http://' and
12146                 simply begin 'www.' 
12147
12148         * AUTHORS
12149                 remove duplicated name
12150
12151 2002-02-28 [paul]       0.7.2claws21
12152
12153         * src/mainwindow.c
12154           src/summaryview.[ch]
12155                 add ability to 'Select thread'
12156                 combines Melvin's "Select thread's head" patch (#510907)
12157                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12158                 patch (#518514) 
12159
12160 2002-02-28 [paul]       0.7.2claws20
12161
12162         * src/mimeview.c
12163                 hopefully fix segfault on right-clicking a mime part
12164                 that some people have experienced.      
12165                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12166
12167 2002-02-28 [paul]       0.7.2claws19
12168
12169         * sync with sylpheed 0.7.2cvs21
12170                 see ChangeLog entries 2002-02-27 and 2002-02-28
12171
12172 2002-02-27 [paul]       0.7.2claws18
12173
12174         * sync with sylpheed 0.7.2cvs18
12175                 see ChangeLog entries 2002-02-26 and 2002-02-27
12176
12177 2002-02-26 [alfons]     0.7.2claws17
12178
12179         * src/procheader.c
12180                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12181                 (spotted by Chris Hessman <idatech@gmx.net>)
12182
12183 2002-02-26 [paul]       0.7.2claws16
12184
12185         * src/mimeview.c
12186           src/pgptext.[ch]
12187           src/procmsg.c
12188                 make decryption of ascii-armored pgp encrypted messages
12189                 and verification of ascii-armored signatures work again.
12190                 slightly altered from the patch by Jens Jahnke 
12191                 <jan0sch@gmx.net>
12192
12193                 ##FIX ME##
12194                 * the checking of plaintext signatures always comes up in 
12195                   a popup box
12196                 * it doesn't work for multipart messages 
12197                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12198                   including the msg headers and these 2 line themselves, are 
12199                   not displayed
12200
12201         * src/mainwindow.c
12202                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12203                 "View/Message View" becomes "View/Separate Message View"
12204                 because its less ambiguous.
12205
12206         * po/es.po
12207                 updated by Ricardo Mones Lastra
12208
12209 2002-02-26 [paul]       0.7.2claws15
12210
12211         * sync with sylpheed 0.7.2cvs17
12212                 see ChangeLog entries 2002-02-25 and 2002-02-26
12213
12214 2002-02-25 [christoph]  0.7.2claws14
12215
12216         * src/filtering.[ch]
12217         * src/inc.c
12218                 do filtering stuff after all messages have been received
12219                   1. drop all messages to .processing
12220                   2. scan processing folder for messages
12221                   3. filter messages or move to inbox
12222                 this will also find old messages left in processing after
12223                 a crash or something like that and we get a real msginfo
12224                 from folder->get_msg_list and do not have to create our
12225                 own in filter_message
12226         * src/matcher_parser_parse.y
12227                 remove MIX/MAX warning (reordered includes)
12228
12229 2002-02-25 [paul]       0.7.2claws13
12230
12231         * sync with sylpheed 0.7.2cvs15
12232                 see ChangeLog entry 2002-02-24
12233
12234 2002-02-24 [alfons]     0.7.2claws12
12235
12236         * src/filtering.c
12237                 clear old color flags first when applying a new color to
12238                 a message info. 
12239                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12240
12241 2002-02-24 [alfons]     0.7.2.claws11
12242         
12243         * AUTHORS
12244         * src/prefs_common.c
12245                 add presets for Opera and Konqueror, closes patch #517261,
12246                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12247
12248 2002-02-24 [alfons]     0.7.2.claws10
12249
12250         * AUTHORS
12251         * src/summaryview.c
12252                 fix threading for null message ids, closes patch #521601,
12253                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12254
12255 2002-02-24 [alfons]     0.7.2claws9
12256
12257         * src/summaryview.c
12258         * src/filtering.c
12259                 make Tool | Filter Message work with filtering system so
12260                 setting flags also works
12261
12262                 TODO:
12263
12264                 - Processing uses the same function as Tool | Filter
12265                   Message, but doesn't use the same update proc yet
12266
12267 2002-02-23 [paul]       0.7.2claws8
12268
12269         * sync with sylpheed 0.7.2cvs14
12270                 see ChangeLog entries 2002-02-22 and 2002-02-23
12271
12272 2002-02-22 [christoph]  0.7.2claws7
12273
12274         * src/quote_fmt.c
12275                 Add column space to table
12276         * src/quote_fmt_parse.y
12277                 Close files
12278
12279 2002-02-22 [paul]       0.7.2claws6
12280
12281         * src/Makefile.am
12282           src/defs.h
12283           src/filtering.c
12284           src/inc.[ch]
12285           src/mainwindow.c
12286           src/matcher.[ch]
12287           src/matcher_parser_lex.l
12288           src/matcher_parser_parse.y
12289           src/pop.[ch]
12290           src/prefs_account.h
12291           src/prefs_filtering.c
12292           src/selective_download.[ch]   *** NEW FILES ***
12293           src/utils.[ch]
12294           po/POTFILES.in
12295                 Selective Download added to 'Tool' menu. 
12296                 Retrieves email headers of the currently selected pop3 
12297                 account and allows the user to mark emails for deletion 
12298                 right on the pop3 server. Patch submitted by Oliver Haertel 
12299                 <oha@users.sourceforge.net>.
12300         
12301         * po/POTFILES.in
12302                 add 'src/quote_fmt.c'           
12303
12304 2002-02-22 [christoph]  0.7.2claws5
12305
12306         * src/Makefile.am
12307                 added quote_fmt.c
12308         * src/prefs_common.[ch]
12309         * src/prefs_template.c
12310         * src/quote_fmt.c               *** NEW FILE ***
12311         * src/quote_fmt.h
12312                 move quote format symbol description code
12313                 to it's own file because it is used from
12314                 differnent code parts
12315                 Rewrote symbol description GUI
12316                   + use table
12317                   + add separators
12318                   + get data from array (no more long constant strings)
12319         * src/quote_fmt_lex.l
12320         * src/quote_fmt_parse.y
12321                 Symbol for Literal % changed to \% instead of %%
12322                 (More logical as \ is used for quoting for other symbols)
12323                 Add |f and |p to include files and program output
12324                 Examples:
12325                     |f{/home/.../.signature}
12326                     |p{date}
12327         * po/de.po
12328                 Correct wrong spelling for "Referenzen"
12329
12330 2002-02-21 [paul]       0.7.2claws4
12331
12332         * src/procmsg.c
12333                 forgotten during sync
12334
12335 2002-02-21 [paul]       0.7.2claws3
12336
12337         * sync with sylpheed 0.7.2cvs11
12338                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12339                 2002-02-20 and 2002-02-21
12340
12341 2002-02-20 [melvin]     0.7.2claws2
12342
12343         * src/prefs_actions.c
12344                 Added error report when child cannot fork or when execvp 
12345                 returns with an error.
12346
12347 2002-02-19 [christoph]  0.7.2claws1
12348
12349         * src/codeconv.c
12350                 return unconverted text if conde conversion is not possible
12351                 when libjconv is used.
12352                 (patch submitted by "Simon 'corecode' Schubert")
12353
12354 2002-02-19 [paul]       
12355
12356         * version 0.7.2claws release
12357
12358 2002-02-19 [paul]       0.7.2claws
12359
12360         * po/nl.po
12361                 updated by Wilbert Berendsen
12362
12363
12364 2002-02-18 [alfons]     0.7.1claws13
12365
12366         * src/syldap.c
12367         * src/jpilot.c
12368                 remove references to dlfcn and explicitly loading functions
12369                 from dynalink libs, because libs linked anyway, and functions
12370                 are loaded explicitly
12371
12372 2002-02-17 [melvin]     0.7.1claws12
12373
12374         * src/prefs_actions.c
12375                 Replaced children wait loop with double fork technique.
12376                 Now, input/output window updated at each new output.
12377                 free_children(): Fixed a memory leak.
12378                 Made input/output window non closable if running children
12379                 still exist.
12380                 Added missing <unistd.h> include.
12381                 Added some --debug outputs.
12382
12383 2002-02-17 [melvin]     0.7.1claws11
12384
12385         * src/summaryview.c
12386                 Fixed bug where descending sort order did not select top
12387                 message.
12388
12389 2002-02-17 [melvin]     0.7.1claws10
12390
12391         * acconfig.h
12392                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12393         * src/prefs_common.c
12394                 Pspell data package directory no more hard coded but
12395                 set during configuration (PSPELL_PATH). (Thanks to 
12396                                 Gustavo Noronha Silva.)
12397
12398 2002-02-17 [melvin]     0.7.1claws9
12399
12400         * configure.in
12401                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12402         * src/gtkspell.c
12403                 Fixed compile-time warnings.
12404
12405 2002-02-16 [alfons]     0.7.1claws8
12406
12407         * src/filesel.c
12408                 fix inadvertent free of NULL pointer which caused
12409                 sylpheed to crash when closing the save-as dialog
12410                 using the window close button
12411
12412 2002-02-16 [carsten]    0.7.1claws7
12413         * src/mainwindow.[ch]
12414           src/summaryview.c
12415           src/prefs_common.c
12416                 fixes for pixmap theming code:
12417                         - recently changed mail attributes shouldn't get
12418                           lost any longer
12419                         - theme is only reloaded iff another theme was
12420                           selected
12421
12422 2002-02-16 [paul]       0.7.1claws6
12423
12424         * sync with sylpheed 0.7.2 release
12425                 see ChangeLog entry 2002-02-15 and 2002-02-16
12426
12427 2002-02-15 [paul]       0.7.1claws5
12428
12429         * sync with sylpheed 0.7.1cvs9
12430                 see ChangeLog entry 2002-02-15
12431
12432         * po/POTFILES.in
12433                 remove unneeded headerwindow.c entry
12434
12435 2002-02-14 [carsten]    0.7.1claws4
12436         * src/summaryview.c
12437                 fixed a bug for "Go to next unread message": there was
12438                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12439                 in the prefs, because of doing "Search again" instead
12440                 "No"
12441
12442 2002-02-14 [carsten]    0.7.1claws3
12443         * src/stock_pixmap.c
12444                 removed 2 more mem leaks; following memprof,
12445                 this code is "leak free" now :)
12446
12447 2002-02-14 [carsten]    0.7.1claws2
12448         * src/stock_pixmap.c
12449                 used opendir/readdir/closedir instead of scandir
12450                 -> code should work now on Solaris
12451
12452 2002-02-14 [paul]       0.7.1claws1
12453
12454         * sync with sylpheed 0.7.1cvs8
12455                 see ChangeLog entries 2002-02-13 and 2002-02-14
12456
12457         * README.claws
12458                 add some description of Actions and Pixmap Themes
12459
12460 2002-02-13 [paul]       
12461
12462         * version 0.7.1claws release
12463
12464 2002-02-13 [paul]       0.7.1claws
12465
12466         * po/es.po
12467           po/it.po
12468           po/pt_BR.po
12469                 updated translations, submitted by Ricardo Mones Lastra,
12470                 Alessandro Maestri and Fabio Junior Beneditto
12471
12472 2002-02-13 [melvin]     0.7.0claws75
12473
12474         * src/prefs_actions.c
12475                 Added missing "signal.h" include
12476
12477 2002-02-13 [melvin]     0.7.0claws74
12478
12479         * src/prefs_folder_item.c
12480                 Added missing "config.h" include
12481         * po/fr.po
12482                 Updated French translation for folder propriety.
12483
12484 2002-02-13 [jens]       0.7.0claws73
12485
12486         * po/POTFILES.in
12487                 Added missing src/prefs_folder_item.c [log added by melvin]
12488         * po/de.po
12489                 Updated German translation.
12490
12491 2002-02-13 [melvin]     0.7.0claws72
12492
12493         * po/fr.po
12494                 Updated French translation.
12495
12496 2002-02-13 [melvin]     0.7.0claws71
12497
12498         * src/gtkutils.c
12499                 Made gtkut_editable_get_selection return NULL if selection
12500                 is of length zero.
12501                 This fixes a bug where selecting part of message A then
12502                 switching to message B and replying to it will not
12503                 quote the message's body.
12504
12505 2002-02-12 [paul]       0.7.0claws70
12506
12507         * src/mainwindow.c
12508                 cosmetic, relating to pixmap themes: on toolbar make 
12509                 updating of 'Exec' and 'Compose news/Compose email'
12510                 icons faster.
12511
12512 2002-02-12 [carsten]    0.7.0claws69
12513         * src/folderview.c
12514           src/mainwindow.[ch]
12515           src/stock_pixmap.c
12516           src/summaryview.c
12517           src/prefs_common.c
12518                 - refreshing after changing pixmap theme better
12519                   now (thanks Paul)
12520                 - wanted to remove some mem leaks, but alfons was
12521                   faster (and had the better solution ;)
12522
12523 2002-02-12 [alfons]     0.7.0claws68
12524
12525         * src/prefs_common.c
12526         * src/stock_pixmap.[ch]
12527                 plug mem leaks, refactor code a little bit
12528
12529
12530 2002-02-12 [sergey]     0.7.0claws67
12531
12532         * src/imap.c
12533                 Fixed problem with copying messages to IMAP folders when the
12534                 server uses something other than '/' as a namespace separator
12535                 (cyrus-imapd uses '.').
12536
12537 2002-02-12 [jens]       0.7.0claws66
12538
12539         * po/de.po
12540                 Updated German Translation
12541
12542 2002-02-12 [paul]       0.7.0claws65
12543
12544         * sync with sylpheed 0.7.1cvs1
12545                 see ChangeLog entry 2002-02-12
12546
12547 2002-02-12 [melvin]     0.7.0claws64
12548
12549         * src/prefs_actions.c
12550                 Fixed "feature" where children's output was duplicated 
12551                 instead of refreshed while monitoring.
12552                 Removed some debug code.
12553
12554 2002-02-12 [christoph]  0.7.0claws63
12555
12556         * src/compose.c
12557                 always delete message from queue after sending/send error
12558                 (closes bug #509601)
12559
12560 2002-02-12 [melvin]     0.7.0claws62
12561
12562         * src/prefs_actions.c
12563                 Children wait loop is now triggered with a timeout of 1s
12564                 Added %F which is replaced with the list of filenames 
12565                 of all selected messages (as suggested by Ricardo Mones Lestra)
12566                 Pipe syntax changed. Prefix with | to send selection, postfix
12567                 with | to retrieve output. Prefix with > or * to send
12568                 user definable input to the command (*: input is hidden)
12569                 Old pipe action should now be postfixed with |, too.
12570
12571 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12572         * src/stock_pixmap.c
12573                 fixed a bug: if there's no theme directory don't
12574                 throw an error, just do "nothing" (thanks Alfons)
12575
12576 2002-02-12 [carsten]    0.7.0claws60
12577         * src/folderview.c
12578           src/summaryview.c
12579                 had to write the cache twice (nasty!); some marks would 
12580                 get lost if not
12581
12582 2002-02-11 [carsten]    0.7.0claws59
12583         * acconfig.h
12584           configure.in
12585           doc-src/maintainer_guide.txt
12586           src/compose.[ch]
12587           src/defs.h
12588           src/folderview.[ch]
12589           src/gtkutils.[ch]
12590           src/mainwindow.[ch]
12591           src/prefs_common.[ch]
12592           src/stock_pixmap.[ch]
12593           src/summaryview.[ch]
12594                 pixmap theming and related work on pixmap
12595                 handling on some other places
12596                 (e.g. hrm features for all folder)
12597           src/pixmap/stock_*.xpm -> the stock_ was removed
12598         
12599 2002-02-11 [paul]       0.7.0claws58
12600
12601         * sync with sylpheed 0.7.1 release
12602                 see ChangeLog entries 2002-02-11
12603
12604 2002-02-08 [paul]       0.7.0claws57
12605
12606         * sync with sylpheed 0.7.0cvs39
12607                 see ChangeLog entry 2002-02-07 (last entry) 
12608
12609         * src/prefs_actions.c
12610           src/prefs_filtering.c
12611           src/prefs_matcher.c
12612           src/prefs_scoring.c
12613                 sync: made it compile with C compilers other than gcc
12614
12615 2002-02-07 [paul]       0.7.0claws56
12616
12617         * sync with sylpheed 0.7.0cvs38
12618                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12619                 2002-02-07
12620
12621 2002-02-07 [darko]      0.7.0claws55
12622
12623         * src/gtkutils.[ch]
12624         * src/summaryview.c
12625                 Fix const gchar */gchar * issue (thanks Hiro)
12626
12627 2002-02-07 [darko]      0.7.0claws54
12628
12629         * src/compose.[ch]
12630         * src/filtering.c
12631         * src/gtkutils.[ch]
12632         * src/prefs_template.c
12633         * src/quote_fmt.h
12634         * src/quote_fmt_parse.y
12635         * src/summaryview.c
12636         * src/utils.[ch]
12637                 When replying or forwarding an email don't quote the entire
12638                 mail body but use the part of the message text that is selected
12639
12640 2002-02-06 [melvin]     0.7.0claws53
12641
12642         * src/prefs_common.[ch]
12643         * src/gtkspell.[ch]
12644         * src/compose.c
12645                 Made possible to switch quickly to last used dictionary
12646                 which makes checking bilingual documents easier.
12647
12648 2002-02-06 [melvin]     0.7.0claws52
12649         
12650         * po/POTFILES.in
12651                 Added forgotten new file src/prefs_actions.c
12652
12653 2002-02-06 [melvin]     0.7.0claws51
12654
12655         * src/prefs_actions.c   ** NEW FILE **
12656         * src/prefs_actions.h   ** NEW FILE **
12657                 Added actions to execute on message text view, or on the
12658                         message's file.
12659         * src/Makefile.am
12660                 Added src/prefs_actions.[ch]
12661         * src/compose.c
12662                 Added new menu "Edit/Actions"
12663         * src/defs.h
12664                 Added new actionsrc file.
12665         * src/main.c
12666                 Added actionsrc reading.
12667         * src/mainwindow.c
12668                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12669         * src/prefs_common.h
12670                 Added new element actionslst element to prefs_common.
12671
12672 2002-02-06 [paul]       0.7.0claws50
12673
12674         * sync with sylpheed 0.7.0cvs36
12675                 see ChangeLog entry 2002-02-06
12676
12677 2002-02-05 [paul]
12678
12679         * po/es.po
12680                 updated by Ricardo Mones Lastra
12681
12682 2002-02-05 [paul]       0.7.0claws49
12683
12684         * sync with sylpheed 0.7.0cvs33
12685                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12686
12687 2002-02-05 [paul]       0.7.0claws48
12688
12689         * src/compose.c
12690                 re-add 'Edit/Advanced/Delete entire line', previously named
12691                 'Delete Line+'
12692
12693 2002-02-04 [paul]       0.7.0claws47
12694
12695         * src/compose.c
12696           src/summaryview.c
12697                 fix bug #494993 (Reply All not taking Reply-To into consi)
12698                 eliminate differences in behaviour of right-click 'Reply to all' 
12699                 in summary view and 'Reply to all' on the toolbar. 
12700                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12701                 view and From gets ignored by 'Reply to all' on toolbar.
12702                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12703                 From when no Reply-To header is present.
12704
12705 2002-02-04 [paul]       0.7.0claws46
12706
12707         * sync with sylpheed 0.7.0cvs30
12708                 see ChangeLog entries 2002-02-03 and 2002-02-04
12709
12710 2002-02-03 [melvin]     0.7.0claws45
12711
12712         * src/gtkspell.[ch]
12713                 Readded function to highlight all misspelled words.
12714                 Fixed bug where user-provided-words did not replace
12715                         correctly the misspelled word when using the mouse.
12716                 Fixed bug where checking a region selected from right to left did
12717                         not check the region at all.
12718                 Fixed bug where 'Check backwards' may not check at all. 
12719                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12720                 Fixed possible buffer overflow when checking for long strings (>1k).
12721                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12722                 Accelerators code uses now gtk_widget_add_accel.
12723                 Removed and disabled obsolete and unfinished code.
12724                 Cleaning up.
12725
12726         * src/compose.c
12727                 Added menu item to Highlight all misspelled words.
12728
12729 2002-02-01 [paul]       0.7.0claws44
12730
12731         * src/mainwindow.c
12732                 fix '/View/Hide read messages' sensitivity when all
12733                 messages in a folder are hidden
12734
12735 2002-02-01 [paul]       0.7.0claws43
12736
12737         * src/main.c
12738                 add --send option to command line interface, sends all
12739                 queued mail. Patch submitted by Ricardo Mones Lastra.
12740
12741 2002-01-31 [paul]       0.7.0claws42
12742
12743         * src/mainwindow.c
12744                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12745
12746 2002-01-31 [paul]       0.7.0claws41
12747
12748         * sync with sylpheed 0.7.0cvs27
12749                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12750                 and 2002-01-31
12751
12752         * src/textview.c
12753                 comment out elements of textview_show_part() as temporary
12754                 workaround for attachment 'Display as text' bug 
12755
12756         * po/pt_BR.po
12757                 updated by Fabio Junior Beneditto
12758
12759 2002-01-30 [paul]       0.7.0claws40
12760
12761         * sync with sylpheed 0.7.0cvs24
12762                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12763                 and 2002-01-30
12764
12765         * src/compose.c
12766                 add {N_("/_Spelling"), ... "<Branch>"} to 
12767                 GtkItemFactoryEntry compose_entries[]
12768
12769         * src/prefs_common.c
12770                 add claws menu items to prefs_keybind_apply_clicked()
12771                 and remove non-claws menu items
12772
12773 2002-01-29 [paul]       0.7.0claws39
12774
12775         * sync with sylpheed 0.7.0cvs22
12776                 see ChangeLog entries 2002-01-28 and 2002-01-29
12777
12778 2002-01-28 [melvin]     0.7.0claws38
12779
12780         * src/compose.c
12781                 Added the declartion of compose_send_control_enter.
12782
12783         * src/compose.c
12784         * src/gtkspell.[ch]
12785                 Added in a 'Spelling' menu which includes the configuration menu. 
12786                 Added a real 'Check all' and got rid from the old one which only
12787                 highlited misspelled word.
12788                 Made 'Check while typing' a disableable option.
12789                 Added a dialog when there are no more misspelled word.
12790                 Added a dialog if error occurs when switching to a dictionary.
12791         
12792         * src/prefs_common.[ch]
12793                 Added option for the default 'Check while typing' option.
12794
12795
12796 2002-01-28 [alfons]     0.7.0claws37
12797
12798         * src/compose.c
12799                 fix buglet and make code comply with sylpheed code style
12800
12801 2002-01-28 [paul]       0.7.0claws36
12802
12803         * sync with sylpheed 0.7.0cvs19
12804                 see ChangeLog entries for 2002-01-28
12805
12806 2002-01-28 [hoa]        0.7.0claws35
12807
12808         * src/defs.h
12809                 added rendererrc
12810
12811         * src/main.c
12812                 read the renderer config
12813
12814         * src/procmime.[ch]
12815                 use the renderer config to convert mime attachments
12816
12817         * src/textview.c
12818                 don't use textview_show_html/ertf,
12819                 use get_text_content instead
12820
12821 2002-01-27 [alfons]     0.7.0claws34
12822         
12823         * src/news.c
12824                 make sylpheed believe it can delete a news message...
12825                 (messages are NOT deleted, maybe we should remove
12826                 processing from the folder properties after all.)
12827
12828 2002-01-27 [alfons]     0.7.0claws33
12829
12830         * src/folder.c
12831                 add extra checks
12832         * src/news.c
12833                 implement remove_msg() 
12834
12835 2002-01-27 [alfons]     0.7.0claws32
12836
12837         * src/procmsg.h
12838         * src/procheader.c
12839         * src/messageview.c
12840                 fix return receipt / disposition notification again. this
12841                 stuff seems to break on _every_ major summary UI change, so
12842                 it's now implemented using a flag which is saved in the
12843                 marks cache
12844                 
12845 2002-01-26 [alfons]     0.7.0claws31
12846
12847         * src/import.c
12848                 let import dialog show the destination folder identifier
12849
12850 2002-01-26 [melvin]     0.7.0claws30
12851
12852         * src/folderview.c
12853         * src/summaryview.c
12854                 Readded 'Mark all read' into summary view popup menu
12855                 Added 'Mark all read' in folder view popup menu for IMAP
12856                 and NNTP.
12857                 Made it insensitive if the selected folder is not the shown
12858                 one to avoid 'Mark all read' on the wrong folder.
12859                 
12860 2002-01-26 [paul]       0.7.0claws29
12861
12862         * src/folderview.c
12863           src/summaryview.c
12864                 move 'Mark all read' from summary view to folder view
12865                 menu. (adapted from) patch submitted by Jeremy Andrews,
12866                 <lists@kerneltrap.com>
12867
12868 2002-01-25 [alfons]     0.7.0claws28
12869
12870         * src/gtkstext.c
12871                 put the gtk class name back so GtkSText adapts the 
12872                 settings of GtkText
12873
12874 2002-01-25 [alfons]     0.7.0claws27
12875
12876         * src/folderview.c 
12877                 assimilate Ricardo's patch that shows pixmaps instead of
12878                 plain "new" and "unread" texts in the folder view column
12879                 headers 
12880
12881 2002-01-25 [paul]       0.7.0claws26
12882
12883         * src/Makefile.am
12884                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12885                 be found in non-standard locations. 
12886                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12887
12888 2002-01-25 [paul]       0.7.0claws25
12889
12890         * sync with sylpheed 0.7.0cvs16
12891                 see ChangeLog entry 2002-01-25
12892
12893 2002-01-24 [paul]       0.7.0claws24
12894
12895         * more sync with sylpheed 0.7.0cvs15
12896                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12897
12898 2002-01-23 [sergey]     0.7.0claws23
12899
12900         * src/importldif.c
12901                 Fixed segfault when closing LDIF import wizard with
12902                 the window manager.
12903         * src/imageview.c
12904         * src/imageview.h
12905         * src/messageview.c
12906         * src/mimeview.c
12907                 Fixed wrong scrolling position after switching between
12908                 text and image parts.
12909
12910 2002-01-23 [paul]       0.7.0claws22
12911
12912         * sync with sylpheed 0.7.0cvs15
12913                 see ChangeLog entries 2002-01-22 and 2002-01-23
12914
12915 2002-01-21 [melvin]     0.7.0claws21
12916
12917         * src/prefs_scoring.c
12918         * src/prefs_filtering.c
12919                 Fixed bug where scoring and filtering windows stopped
12920                 autochecking.
12921
12922 2002-01-21 [paul]       0.7.0claws20
12923
12924         * sync with sylpheed 0.7.0cvs12
12925                 see ChangeLog entries 2002-01-20 and 2002-01-21
12926
12927 2002-01-21 [carsten]    0.7.0claws19
12928         * src/mainwindow.c
12929         * src/menu.[ch]
12930         * src/messageview.[ch]
12931         * src/summaryview.[ch]
12932                 changes to shortcuts handling again:
12933                         + "Q" now controled by mainwin
12934                         + v/V are now customizable and have slightly
12935                           different meanings
12936                 the "button" to minimize the messageview (and maximize
12937                 the summary view) is a real button now
12938         * src/compose.c
12939                 "Delete Line+" added to Edit/Advanced (this will also
12940                 delete the '\n')
12941
12942 2002-01-20 [melvin] 0.7.0claws18
12943
12944         * src/addressbook.c
12945                 Made "Bcc" sensitive when addressbook is called from
12946                 compose window (it was a Claws only bug).
12947
12948 2002-01-19 [alfons] 0.7.0claws17
12949
12950         * src/inc.c
12951                 prevent unnecessary updates when currently selected folder has
12952                 no new messages 
12953
12954 2002-01-19 [alfons] 0.7.0claws16
12955         
12956         * src/summaryview.c
12957                 prevent writing the cache based on current message list in summary 
12958                 view when filtering also put messages in currently selected folder
12959
12960 2002-01-19 [paul]
12961
12962         * po/it.po
12963                 Italian translation submitted by Alessandro Maestri
12964                 <a.maestri@cs.tin.it>
12965
12966 2002-01-18 [melvin]     0.7.0claws15
12967
12968         * src/prefs_filters.c
12969                 fixed bug where 'cancel' from 'filters' window stops autochecking
12970                 if the timer timed out  when the window was open.
12971
12972 2002-01-18 [match]      0.7.0claws14
12973
12974         * src/addrclip.[ch]     ** NEW FILE **
12975         * src/addrselect.[ch]   ** NEW FILE **
12976         * src/adbookbase.h      ** NEW FILE **
12977                 addressbook cut, copy and paste
12978         * src/addrbook.[ch]
12979         * src/addrcache.[ch]
12980         * src/addressitem.h
12981         * src/addrindex.[ch]
12982         * src/addritem.[ch]
12983         * src/importldif.c
12984         * src/importmutt.c
12985         * src/jpilot.[ch]
12986         * src/syldap.[ch]
12987         * src/vcard.[ch]
12988         * src/jpilot.[ch]
12989         * src/editbook.c
12990         * src/editjpilot.c
12991         * src/editldap.c
12992         * src/editvcard.c
12993                 support for copy/paste
12994         * src/addressbook.c
12995                 support for copy/paste
12996                 tidy up menu option processing
12997                 correct address list function arguments
12998         * src/editaddress.c
12999                 sort user attributes
13000         * src/ldif.h
13001         * src/mutt.h
13002                 tidy up
13003
13004         * src/addrbook.[ch]
13005         * src/addrbook.[ch]
13006         * src/addrbook.[ch]
13007                 
13008
13009 2002-01-18 [paul]       0.7.0claws13
13010
13011         * sync with sylpheed 0.7.0cvs8
13012                 configure.in: support Mac OS X (Darwin)
13013
13014 2002-01-18 [carsten]    0.7.0claws12
13015         * src/html.c
13016                 small hack to fix a segfault with an empty href
13017                 (reported by Alexandra Walford <deeni@altern.org>)
13018         * src/mainwindow.c
13019         * src/summaryview.c
13020                 the shortcuts for Mark und Mark as unread are hardcoded
13021                 again
13022         * src/compose.c
13023         * src/gtkstext.[ch]
13024                 readded the shortcuts in gtkstext but made them
13025                 customizeable (simply by adding a menu plus a wrapper
13026                 to compose.c)
13027
13028 2002-01-17 [melvin]     0.7.0claws11
13029
13030         * src/gtkspell.c
13031                 fix default dictionary not being saved.
13032
13033 2002-01-16 [darko]      0.7.0claws10
13034
13035         * src/compose.c
13036                 fix wrapping crash with URL longer than wrapping margin
13037
13038 2002-12-08 [hoa]        0.7.0claws10
13039
13040         * src/matcher_parser_parse.y
13041                 fixed some bugs
13042
13043         * src/prefs_filtering.c
13044                 now, we can use bounce action in the dialog box.
13045
13046 2002-01-16 [carsten]    0.7.0claws9
13047         * src/gtkstext.c
13048                 removed the <control> and <alt> shortcuts because they're
13049                 not needed and interefered with the "normal" shortcuts
13050         * src/mainwindow.c
13051         * src/summaryview.c
13052                 removed most of the hardcoded shortcuts and assigned
13053                 them to menu entries making them easy customizable by
13054                 that
13055
13056 2002-01-16 |melvin]     0.7.0claws8
13057
13058         * src/gtkspell.c
13059                 fixed bug where using the mouse and when the compose
13060                 window is not on top may result in a crash.
13061
13062 2002-01-16 [melvin]     0.7.0claws7
13063
13064         * src/compose.c
13065                 fixed a long standingspell checker bug which could 
13066                 cause a crash after sending a message.
13067
13068 2002-01-16 [paul]       0.7.0claws6
13069
13070         * sync with sylpheed 0.7.0cvs7
13071                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13072                 2002-01-15, and 2002-01-16
13073
13074 2002-01-16 [melvin]     0.7.0claws5
13075
13076         * README.claws
13077         * src/compose.c
13078         * src/gtkspell.[ch]
13079         * src/main.c
13080                 Heavily modified spell checker code to work around
13081                 ispell bug, to add keyboard shortcuts and for future
13082                 enhancements. See README.claws for usage information.
13083
13084 2002-01-15 [alfons]     0.7.0claws4
13085         
13086         * src/summaryview.c
13087                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13088                 so sorting within threads reflects sort mode
13089
13090 2002-01-15 [christoph]  0.7.0claws3
13091
13092         * src/procmsg.c
13093                 added alertpanel if mail sending failed
13094
13095 2002-01-15 [alfons]     0.7.0claws2
13096         
13097         * src/prefs_filtering.c
13098                 don't stop timer when prefs filtering dialog is opened
13099
13100 2002-01-14 [alfons]     0.7.0claws1
13101
13102         * src/addr_compl.c
13103         * src/prefs.c
13104                 remove debug_print()s for privacy reasons
13105
13106 2002-01-14 [darko]      0.7.0claws
13107
13108         * README.claws
13109                 quotation wrapping is now also in the main branch
13110
13111 2002-01-14 [paul]
13112
13113         * tools/filter_conv.pl
13114                 allow for Boolean Op and case-sensitivity
13115                 this file is included in the release and tagged
13116                 'rel_0_7_0'
13117
13118 2002-01-13 [paul]       0.7.0claws
13119
13120         * release 0.7.0, with cvs tag 'rel_0_7_0'
13121
13122 2002-01-13 [paul]
13123
13124         * tools/filter_conv.pl
13125         * tools/README
13126                 rewritten to output to matcherrc instead of filteringrc
13127
13128         * po/es.po
13129                 updated Spanish translation by Ricardo Mones Lastra
13130
13131 2002-01-13 [alfons]
13132
13133         * po/nl.po
13134                 update dutch translation
13135
13136 2002-01-13 [paul]
13137
13138         * po/pt_BR.po
13139                 Updated by Fabio Junior Beneditto 
13140
13141 2002-01-13 [melvin]     0.6.6claws53
13142
13143         * po/fr.po
13144                 Updated french translation
13145
13146 2002-01-12 [alfons]     0.6.6claws52
13147
13148         * src/filtering.c
13149                 plug mem leak that has been sitting there for ages              
13150
13151 2002-01-12 [alfons]     0.6.6claws51
13152
13153         * src/summaryview.c
13154                 undo melvin's changes from 0.6.6claws48 because summary
13155                 view now refuses to select first unread message when
13156                 selecting a folder 
13157
13158 2002-01-11 [alfons]     0.6.6claws50
13159
13160         * src/import.c
13161                 use claws' semantics for getting folder item when
13162                 importing an mbox file into a folder 
13163                 (submitted by Dale P. Smith)
13164
13165 2002-01-11 [christoph]  0.6.6claws49
13166
13167         * src/prefs.h
13168                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13169                 toggle widget, because non static prefs can not use
13170                 prefs_set_* functions
13171         * src/prefs_account.c
13172                 toggle smtp auth password field sensitivity if
13173                 user id is empty and add descrition of usage for
13174                 these fields
13175         * src/prefs_folder_item.c
13176                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13177                 callbacks
13178
13179 2002-01-11 [melvin]     0.6.6claws48
13180
13181         * src/compose.c
13182                 fix the 'Ctrl-Enter' feature for sending and test really
13183                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13184                 editables which was not documented in Gtk)
13185
13186         * src/summaryview.c
13187                 Made summaryview refresh after sorting and not before.
13188
13189 2002-01-11 [christoph]  0.6.6claws47
13190
13191         * src/compose.c
13192                 select account from account ids if possible and
13193                 correctly set save folder for copy in reedit
13194
13195 2002-01-10 [paul]       0.6.6claws46
13196
13197         * sync with sylpheed 0.7.0 release
13198                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13199                 2002-01-09
13200
13201 2002-01-09 [alfons]
13202
13203         * src/summaryview.c
13204                 remove more dirt traces...
13205
13206 2002-01-09 [alfons]
13207         
13208         * src/summaryview.c
13209                 clean up some traces of my debugging stuff
13210
13211 2002-01-09 [alfons]     0.6.6claws45
13212
13213         * src/filtering.c
13214                 break up filteringprop_apply() in three separate pieces
13215                 so we can drop messages that failed processing in the
13216                 inbox
13217
13218         * src/summaryview.c
13219                 fix bug #469598 "no refresh of inbox after filter" which 
13220                 was introduced by the new summary view locking, and which 
13221                 prevented the summary view to update after a manual filter 
13222                 message. claw's filter message requires a summary_show().
13223                 (aargh, summary_show() again! :-)
13224                 
13225 2002-01-07 [alfons]     0.6.6claws44
13226
13227         * src/headerwindow.c
13228         * src/logwindow.c
13229         * src/messageview.c
13230         * src/sourcewindow.c
13231                 bring in Hiro's last 0.7.0 wm class fixes
13232
13233         * tools/sylprint.pl
13234                 bring in Ricardo's fix for sylprint script
13235
13236         * AUTHORS       
13237         * src/rfc2015.[ch]
13238         * src/prefs_common.[ch]
13239         * src/prefs_account.[ch]
13240         * src/compose.c
13241                 clean up account preference poison in rfc2015,
13242                 and preparation to fix double sign bug 
13243                 (patch submitted by Simon 'corecode' Schubert)
13244
13245 2002-01-07 [christoph]  0.6.6claws43
13246
13247         * src/mh.c
13248                 search for free message number, do not only rely
13249                 on last_num
13250         * src/send.c
13251                 fix smtp auth and use extra account information
13252                 if available, if not use pop3 data instead
13253                 (closes bug #500341)            
13254         * src/ssl.[ch]
13255                 match coding style
13256
13257 2002-01-06 [alfons]     0.6.6claws42
13258
13259         * src/mainwindow.c
13260                 try making the separate windows work again...
13261
13262 2002-01-06 [alfons]     0.6.6claws41
13263
13264         * src/mainwindow.c
13265                 adapt Hiro's separate window menu (to get rid of the funny
13266                 duplicate menu items), and make it work again
13267
13268 2002-01-06 [alfons]     0.6.6claws40
13269
13270         * tools/Makefile.am
13271         * tools/sylprint.rc
13272         * tools/sylprint.pl
13273         * tools/README.sylprint
13274                 add sylprint script for printing mails from Sylpheed
13275                 (contributed by Ricardo Mones Lastra)
13276
13277         * src/acount.c
13278                 clean up
13279
13280 2002-01-06 [melvin]     0.6.6claws39
13281
13282         * src/mainwindow.c
13283         * src/summaryview.c
13284                 Fixed crash introduced in 0.6.6claws38 by the menu
13285                 reorganisation (Hide read messages)
13286         
13287         * ChangeLog.claws 
13288                 Fixed typo (we are now in 2002, alfons ;) )
13289
13290 2002-01-05 [alfons]     0.6.6claws38
13291
13292         * sync with sylpheed 0.6.6cvs10-17
13293                 (last stuff marked as LAST_STABLE)
13294
13295 2002-01-04 [melvin]     0.6.6claws37
13296
13297         * src/account.c
13298                 Made account selection code use strcasestr again instead of
13299                 g_strcasecmp (fixes bug where reediting queued messages
13300                 did not select proper account reported by T. Link).
13301         
13302         * src/folderview.c
13303                 Fix bug where folder icons are not shown when 'hide read messages'
13304                 is on.
13305         
13306         * src/stock_pixmaps.[ch]
13307                 Added folder icons for 'hide read messages'.
13308         
13309         * src/compose.c
13310                 Fixed bug where 'Enter' in a header entry will send the message 
13311                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13312
13313 2002-01-03 [melvin]     0.6.6claws36
13314         
13315         * src/prefs.[ch]
13316                 Added popup menu for common preferences and
13317                 account preferences (right click on tab displays
13318                                 a menu of all tabs.)
13319
13320 2002-01-02 [melvin]     0.6.6claws35
13321
13322         * src/gtkspell.[ch]
13323                 Made spelling code compatible with undo/redo feature.
13324                 Added creation of suggestion mode menu for the general
13325                         preferences.
13326         
13327         * src/prefs_common.[ch]
13328                 Added option menu for the speller's suggestion mode.
13329                 Added missing spaces in "..." buttons and made a "..."
13330                         button non translatable!
13331         
13332         * src/compose.c
13333                 Made speller use the default suggestion mode.
13334                 Hack to make it possible to choose 'CTRL-Enter' as a
13335                         shortcut for sending (and only for sending).
13336
13337         * src/prefs_folder_item.c
13338                 Changing subject simplification does not update cache 
13339                         anymore (because it is unnecessary).
13340                 Fixed bug where changing subject simplification updated the 
13341                         summaryview even when the viewed folder is not the
13342                         folder which properties are being changed. (E.g. 
13343                                         viewing folder A and changing
13344                                         the subject simplification of 
13345                                         folder B -not being viewed- updated the 
13346                                         summaryview of folder A with data of
13347                                         folder B). (Hope this is clear... )
13348
13349 2001-12-31 [alfons]     0.6.6claws34
13350         
13351         * src/ldif.c
13352         * src/mutt.c
13353                 fgetc() returns a signed integer which doesn't
13354                 fit in a char. so c truncates this to a char
13355                 but we may lose significant bits. i.e. we may
13356                 comparing 0xFF which may not be equal to -1
13357                 unless properly casted to signed char which
13358                 we won't do because fgetc() returns a signed
13359                 integer which doesn't fit in a char. so c 
13360                 truncates this to a char but we may lose 
13361                 significat bits. (you got the idea, thanks
13362                 to Gustavo Noronha Silva <kov@debian.org>
13363                 and the Debian folks!)
13364
13365 2001-12-30 [alfons]     0.6.6claws33
13366
13367         * src/prefs_common.c
13368                 add #ifdef USE_PSPELLs that Melvin forgot               
13369
13370 2001-12-30 [melvin]     0.6.6claws32
13371         
13372         * src/prefs_common.[ch]
13373                 Added configurable color for misspelled words.
13374
13375         * src/gtkspell.[ch]
13376                 Fixed bug of foreground text color (reported by David
13377                                 Mehrmann)
13378                 Added configurable color for misspelled words.
13379
13380 2001-12-30 [alfons]     0.6.6claws31
13381
13382         * src/folder.c
13383                 remove unnecessary things someone put there
13384
13385         * src/mh.c
13386         * src/folder.[ch]
13387                 make folder properties (like threading and sorting) persistent
13388                 (closes bug #497424 "rescan folder tree resets proprieties")
13389                 currently this is only for MH folders. 
13390
13391 2001-12-29 [melvin]     0.6.6claws30
13392
13393         * src/string_match.[ch]
13394                 Optimized a bit: regexp pattern buffer compiled only once, and
13395                   one subroutine call removed. Fixed ^ regexp search: Now, 
13396                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13397         
13398         * src/summaryview.c
13399                 Subject filtering changed to filter summary columns and
13400                   not directly the messages subject cache. The loss in 
13401                   performance is balanced by the improvement of string_match.
13402                 Added an alert panel if there is an error in the regexp.
13403
13404         * src/src/prefs_folder_item.h
13405                 Added a regexp pattern buffer.
13406
13407 2001-12-28 [alfons]     0.6.6claws29
13408
13409         * src/string_match.[ch]
13410                 clean up name space
13411                 allow compilation *BSD
13412
13413 2001-12-27 [alfons]     0.6.6claws28
13414
13415         * src/filter.c
13416                 sync the Hiro's bug fix for BSD
13417
13418 2001-12-27 [melvin]     0.6.6claws27
13419         
13420         * src/compose.c
13421                 Simplify focus to subject entry code.
13422
13423 2001-12-27 [darko]      0.6.6claws26
13424
13425         * src/filtering.c
13426         * src/mbox_folder.c
13427         * src/messageview.c
13428         * src/mh.c
13429         * src/procheader.[ch]
13430         * src/procmsg.h
13431         * src/stock_pixmap.[ch]
13432         * src/summaryview.c
13433                 Show key icon for encrypted mails in summary view
13434
13435         * src/pixmaps/clip.xpm
13436         * src/pixmaps/clipkey.xpm
13437         * src/pixmaps/key.xpm
13438                 New/modified icons for the above
13439
13440 2001-12-27 [melvin]     0.6.6claws25
13441
13442         * src/prefs_common.c
13443                 Put spell checker options in a separate tab to decrease
13444                 the Common Preferences window height.
13445
13446         * README.claws  
13447                 Update spell checker usage instruction about its options
13448                 location.
13449
13450 2001-12-27 [melvin]     0.6.6claws24
13451
13452         * src/compose.c
13453                 Changed subject entry widget position. Initial focus is
13454                 on the To header instead of the subject entry.
13455                 Creating a new header scrolls the header list to make the
13456                 created one visible. Nevertheless, when automatically filling
13457                 headers, the first one is shown.
13458                 A Tab key press in the last empty header entry zips the 
13459                 focus to the subject entry.
13460                 (I did not change the combo boxes, yet)
13461
13462 2001-12-26 [alfons]     0.6.6claws23
13463
13464         * src/prefs_account.c
13465         * src/inc.c
13466                 allow default inbox to reside in another mailbox (only
13467                 works for POP3 accounts)
13468
13469 2001-12-26 [alfons]     0.6.6claws22
13470         
13471         * src/textview.c
13472                 make reply-on-click work with the account of the selected folder
13473         * src/compose.c
13474                 put a fixme here to remind me to fix finding correct default
13475                 account for nested folders
13476
13477 2001-12-25 [alfons]     0.6.6claws21
13478
13479         * src/summaryview.c
13480                 make column headers display locked and mark pixmaps (idea by Melvin) 
13481                 fix bug by adding score and locked column type to sort array
13482
13483 2001-12-25 [alfons]     0.6.6claws20
13484         
13485         * src/summaryview.c
13486                 catch a *potentially* inadvertent write back of  
13487                 the message cache(s) introduced by 0.6.5claws37
13488
13489 2001-12-25 [christoph]  0.6.6claws19
13490
13491         * src/stock_pixmap.[ch]
13492         * src/summaryview.c
13493                 add ignore thread pixmap
13494                 (can someone draw a better icon for this?)
13495
13496 2001-12-24 [alfons]     0.6.6claws18
13497
13498         * src/prefs_folder_item.c
13499                 make address completion actually work for the
13500                 Default To address in the Folder Property dialog.
13501
13502 2001-12-24 [alfons]     0.6.6claws17
13503         
13504         * src/summaryview.c
13505                 use new style regexp for subject stripping 
13506                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13507
13508 2001-12-24 [darko]      0.6.6claws16
13509
13510         * src/pgptext.c
13511         * src/rfc2015.c
13512                 move GPG related informational messages to debug mode
13513
13514 2001-12-23 [alfons]     0.6.6claws15
13515
13516         * src/stock_pixmap.[ch]
13517         * src/summaryview.c
13518                 add the forgotten Claws' locked pixmap
13519
13520 2001-12-23 [alfons]     0.6.6claws14
13521
13522         * src/filesel.c
13523                 accept file name typed in entry in multi file
13524                 selector (patch submitted by Gustavo Noronha Silva 
13525                 <kov@debian.org>)
13526
13527 2001-12-23 [alfons]     0.6.6claws13
13528
13529         * src/prefs_filter.c
13530         * src/prefs_filtering.c
13531         * src/matcher.c
13532         * src/importmutt.c
13533                 clean up a little bit
13534         
13535         * src/string_match.c
13536                 validate input strings a little bit more
13537
13538 2001-12-23 [alfons]     0.6.6claws12
13539
13540         * src/Makefile.am
13541         * src/summaryview.c
13542         * src/string_match.[ch]         ** NEW **
13543         * src/folderview.[ch]
13544         * src/headerview.h
13545         * src/folder.[ch]
13546         * src/prefs_folder_item.[ch]
13547                 add subject simplification to strip out strings from
13548                 a subject line (esp. handy for mailing lists). 
13549                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13550                 but slightly changed things for better integration.)
13551
13552 2001-12-23 [alfons]     0.6.6claws11
13553
13554         * src/mainwindow.c
13555                 fix bug introduced by submission included in 0.6.5claws52.
13556                 ideally this submission should clean the trash if any trash
13557                 folder has a message. however, the hasTrash variable was
13558                 set to false whenever a trash folder was empty (discarding
13559                 a previously found *filled* trash folder.)
13560
13561                 also edited the code a little bit and made it more safe.
13562
13563 2001-12-22 [alfons]     0.6.6claws10
13564
13565         * src/imap.c
13566                 quick fix for Martin Pool's omission of an account
13567                 specific SSL setting
13568
13569 2001-12-22 [alfons]     0.6.6claws9
13570
13571         * src/compose.c
13572         * src/messageview.c
13573         * src/mimeview.c
13574         * src/pgptext.c
13575         * src/procmime.[ch]
13576                 better support for multipart/digest (submitted
13577                 by Fredrik <e98fo@efd.lth.se>)
13578
13579 2001-12-22 [alfons]     0.6.6claws8
13580
13581         * src/addressbook.c
13582                 correct function signature
13583         * src/socket.[ch]
13584         * src/imap.[ch]
13585         * src/prefs_account.[ch]
13586                 allow IMAP over SSH tunnel (patch submitted by 
13587                 Martin Pool <mbp@samba.org>)
13588
13589 2001-12-21 [alfons]     0.6.6claws7
13590
13591         * sync with sylpheed 0.6.6cvs4-9
13592                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13593
13594 2001-12-21 [christoph]  0.6.6claws6
13595
13596         * src/compose.c
13597         * src/prefs_folder_item.[ch]
13598                 implement saving of outgoing messages to current folder.
13599                 fix segfault when no default outbox is available
13600                 (closes bug #495683)
13601
13602 2001-12-21 [carsten]    0.6.6claws5
13603         * src/folderview.c
13604         * src/summaryview.c
13605                 pressing CTRL while DND does now the expected thing and
13606                 copies the mail (moving is still the default, as this
13607                 seam more appropriate for handling mails by DND)
13608
13609 2001-12-18 [paul]       0.6.6claws4
13610
13611         * sync with sylpheed 0.6.6cvs3
13612                 see ChangeLog entries 2001-12-18
13613
13614 2001-12-18 [hiro]       0.6.6claws3
13615
13616         * src/undo.c
13617                 fix for multibyte characters (obtain the number of letters
13618                 instead of bytes).
13619
13620 2001-12-17 [paul]       0.6.6claws2
13621
13622         * sync with sylpheed 0.6.6cvs1
13623                 see ChangeLog entry 2001-12-16
13624
13625 2000-12-17 [alfons]     0.6.6claws1
13626
13627         * src/filtering.c
13628                 clean up
13629
13630 2001-12-16 [paul]       0.6.6claws
13631 2001-12-15
13632
13633         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13634
13635         * src/mimeview.c
13636                 last minute sync with main 0.6.6
13637
13638         * po/es.po
13639                 updated by Ricardo Mones Lastra
13640                 update for last minute sync
13641         * po/fr.po
13642         * po/nl.po
13643                 update for last minute sync
13644         * po/de.po
13645                 updated by Jens Oberender
13646         * po/pt_BR.po
13647                 updated by Fabio Junior Beneditto
13648
13649         * src/prefs_common.[ch]
13650         * src/undo.c
13651                 number of undo levels is user configurable
13652                 (squeeze it into the release in the dying
13653                 moments) Submitted by Jens Oberender    
13654
13655 2001-12-15 [melvin]
13656
13657         * po/fr.po
13658                 updated french translation
13659
13660 2001-12-15 [paul]       0.6.5claws92
13661
13662         * sync with sylpheed 0.6.5cvs28
13663                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13664
13665         * po/nl.po
13666                 update to allow for sync
13667
13668 2001-12-15 [alfons]
13669         
13670         * po/nl.po
13671                 update dutch translation
13672
13673 2001-12-14 [carsten]    0.6.5claws91
13674         * src/summaryview.c
13675                 fixed bug #473785; also after changing the column order
13676                 the same message will be selected and displayed as before
13677                 the reordering
13678
13679 2001-12-14 [carsten]    0.6.5claws90
13680         * src/folderview.c
13681                 probably found the bug reported by wwb opening or closing
13682                 a folder tree just before dnd (found the solution in the
13683                 balsa source -- thanks to them)
13684
13685 2001-12-14 [carsten]    0.6.5claws89
13686         * src/gtkutils.c
13687         * src/account.c
13688                 moved gtk_clist_moveto to the right place, so that
13689                 only the accounts dialog is effected on opening
13690
13691 2001-12-14 [carsten]    0.6.5claws88
13692         * src/gtkutils.c
13693                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13694                 now, so that the focused row will be seen in any case
13695                 (reported by wwp on sf-claws-user)
13696
13697 2001-12-14 [darko]      0.6.5claws87
13698
13699         * src/compose.c
13700                 remove unnecessary line
13701
13702 2001-12-14 [paul]       0.6.5claws86
13703
13704         * sync with sylpheed 0.6.5cvs27
13705                 see ChangeLog entries 2001-12-14
13706
13707 2001-12-14 [carsten]    0.6.5claws85
13708         * src/mainwindow.c
13709                 following a suggestion of Melvin the rcoabm pops up
13710                 right under the button now and the button is reliefed
13711                 while the popup is open
13712
13713 2001-12-14 [darko]      0.6.5claws84
13714
13715         * src/compose.c
13716                 fix crash when wrapping long lines if linewrap quotation
13717                 is disabled and wrapper encounters a word spanning more
13718                 than one line
13719
13720 2001-12-13 [paul]       0.6.5claws83
13721
13722         * src/compose.c
13723                 prefer 'Reply-To' header over mailing list header when
13724                 replying to a message. Finally prevent all those confirmation 
13725                 messages being sent to the list itself.
13726
13727         * src/summaryview.c
13728                 remove unused summary_set_menu_sensitive() entry
13729
13730 2001-12-13 [paul]       0.6.5claws82
13731
13732         * src/folderview.c
13733         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13734         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13735         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13736                 improvements to 'Hide read messages': Inbox, Outbox,
13737                 Trash, Queue, and Draft icons now reveal presence of hidden 
13738                 messages
13739
13740 2001-12-12 [alfons]     0.6.5claws81
13741
13742         0.6.5claws80 was tagged as LAST_STABLE
13743
13744         * src/filtering.[ch]
13745         * src/matcher.[ch]
13746         * src/matcher_parser_lex.c
13747                 fix the filtering; my last attempt to get it right, 
13748                 if it does not work, it's Hoa's turn. ;-)
13749
13750                 for my honourable peers:
13751                 
13752                 the code now makes a clear distinction between
13753                 rules as they are displayed (probably escaped),
13754                 and as they are executed (probably unescaped). the
13755                 parser does *NOT* do any unescaping, this is
13756                 the task of the matcher.c (which breaks up a
13757                 rule into condition) and the filtering.c (which
13758                 breaks up the rule's action). to make this
13759                 run happily we provide an unescaped copy of
13760                 crucial strings to the MatcherProp and 
13761                 FilteringAction structures. note that the only
13762                 exception to this is any REGEXP string. those
13763                 are directly passed to regcomp() and regexp()
13764                 (who have much more powerful unescape functions).
13765                 
13766                 for everyone else:
13767         
13768                 you can escape tab (\t), carriage return (\r),
13769                 linefeed (\n), form feed (\f), quote (\"), 
13770                 single quote (\'), bell (\b) in all the entry
13771                 lines in the scoring & filtering dialogs.
13772                 as an added bonus this should not affect
13773                 existing filtering rules.
13774
13775 2001-12-12 [carsten]    0.6.5claws80
13776
13777         * src/summaryview.c
13778         * po/de.po
13779                 "item(s) selected" is now sensitive to 1 or more
13780                 than one selected (nice for language where simple
13781                 adding of a "s" is not possible as German (Eintrag
13782                 ->Eintr"age)
13783                 
13784                 the "forward as attachment" entry from the right
13785                 click menu removed, "forward" acts following the
13786                 prefs
13787         
13788         * src/textview.c
13789                 reverted my former changes; so compiler warning again
13790                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13791                 nevertheless
13792
13793         * src/messageview.c
13794                 "search in message" does now *not* only work in MVIEW_TEXT
13795                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13796                 message
13797
13798         * src/mainwindow.c
13799                 removed "/File/_Close" as it was the same as "/File/E_xit"
13800                 and we don't need it two times
13801
13802                 the separate folder view and message view now get a distinct
13803                 WMCLASS, just in case someone is using sawfish ;-)
13804
13805                 as the menu entries "/View/Message view" and "/View/Folder tree"
13806                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13807                 make them sensitive accordingly and as these two are "shown"
13808                 after startup anytime check this menuitem at startup
13809
13810 2001-12-12 [paul]       0.6.5claws79
13811
13812         * src/folderview.c
13813                 fix sensitivity of 'Search folder...', broken in
13814                 0.6.5claws75
13815
13816         * src/mainwindow.c
13817                 fix dodgy English
13818
13819 2001-12-11 [carsten]    0.6.5claws78
13820         * src/filtering.c
13821                 fixed two typos returning a wrong FALSE/TRUE
13822         * src/mainwindow.[ch]
13823                 extra menu for email/news button removed
13824
13825 2001-12-11 [alfons]     0.6.5claws77
13826         
13827         * src/matcher.c                 (1.3)
13828         * src/matcher_parser_lex.l      (1.28)
13829                 revert for another attempt
13830                 mark 0.6.5claws77 as LAST_STABLE
13831
13832 2001-12-11 [christoph]  0.6.5claws76
13833
13834         * po/de.po
13835                 fixed wrong translation for prev. unread msg
13836
13837 2001-12-11 [paul]       0.6.5claws75
13838
13839         * src/folder.[ch]
13840         * src/folderview.c
13841         * src/mainwindow.c
13842         * src/summaryview.[ch]
13843         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13844                 enable ability to hide read messages on per folder basis via 
13845                 '/Summary/Hide read messages'; when selected, a folder will 
13846                 have a red open folder icon, instead of a blue icon, if the 
13847                 folder contains hidden messges
13848                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13849
13850         * src/mainwindow.c
13851                 remove '/Message/Forward as attachment' from 
13852                 main_window_set_menu_sensitive() to prevent debug warning
13853
13854         * src/folderview.c
13855         * src/mainwindow.c
13856                 Clean up some of the English
13857
13858         * tools/newscache_clean.pl
13859                 allow for new 'hidereadmsgs' entry in folderlist.xml
13860
13861         * po/es.po
13862                 updated translation, submitted by Ricardo Mones Lastra
13863
13864 2001-12-11 [paul]       0.6.5claws74
13865
13866         * sync with sylpheed 0.6.5cvs25
13867                 see ChangeLog entry 2001-12-11
13868
13869 2001-12-10 [alfons]     0.6.5claws73
13870
13871         * src/matcher.c
13872                 add more control characters
13873         * src/matcher_parser_lex.l
13874                 make escaping / unescaping work again
13875
13876 2001-12-10 [alfons]     0.6.5claws72
13877
13878         * src/imap.c
13879                 clean up warnings "returning value for void function" 
13880         * src/prefs_filtering.c
13881                 make info button for execute action sensitive
13882
13883 2001-12-10 [paul]       0.6.5claws71
13884
13885         * src/compose.c
13886         * src/imap.[ch]
13887         * src/summaryview.c
13888                 fix: imap server now gets informed of MARKED, UNMARKED
13889                 and REPLY events. Now people can use different IMAP-Mail
13890                 clients and have the exact same information about MARKED,
13891                 UNMARKED and REPLY status with all of them. Especially
13892                 useful for imap servers with a web-frontend.
13893                 submitted by Tobias Sandhaas <medlor@web.de>
13894
13895 2001-12-09 [melvin]     0.6.5claws70
13896         
13897         * src/textview.[ch]
13898                 fixed bug #490076 (hunted down by Alfons who implemented
13899                 a workaround in 0.6.5claws65)
13900
13901 2001-12-09 [christoph]  0.6.5claws69
13902
13903         * src/summaryview.c
13904                 set pointer to string in LOCKED column to NULL
13905                 (might fix bug #490800)
13906
13907 2001-12-09 [carsten]    0.6.5claws68
13908
13909         * po/de.po
13910                 resolved some cluttered menu shortcuts 
13911                 ('creating new email' and 'creating news message'
13912                 hade the same)
13913         * src/compose.c
13914                 wmclass now distinc from main window
13915         * src/mainwindow.c
13916           src/mainwindow.h
13917                 email/news and forward button functionality similar
13918                 to the reply buttons; removed the ugly dropdown arrows
13919                 and use instead the right mouse button
13920
13921 2001-12-09 [paul]       0.6.5claws67
13922
13923         * src/imap.c
13924         * src/utils.h
13925                 allow spaces in imap folder names
13926                 submitted by Willem van Engen <wvengen@stack.nl>
13927
13928 2001-12-09 [paul]       0.6.5claws66
13929
13930         * sync with sylpheed 0.6.5cvs24
13931                 see ChangeLog entry 2001-12-09
13932
13933 2001-12-08 [alfons]     0.6.5claws65
13934
13935         * src/textview.c
13936                 prevent secondary selection claim after "add to sender" dialog
13937                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13938                 we trick GTK by simulating a click at (0, 0) in the textview.
13939
13940 2001-12-08 [hoa]        0.6.5claws64
13941
13942         * src/folder.c
13943                 fixed a bug about the .processing folder name while filtering
13944
13945 2001-12-08 [alfons]     0.6.5claws63
13946
13947         * src/folderview.c 
13948                 work around problem of not correctly updating folder stats
13949                 when deleting messages. there's some folder scanning evil
13950                 going so the folderview_update_msg_num() does not work
13951                 correctly. need to investigate this.
13952
13953 2001-12-08 [paul]       0.6.5claws62
13954
13955         * sync with sylpheed 0.6.5cvs23
13956                 see ChangeLog entry 2001-12-08
13957
13958 2001-12-07 [christoph]  0.6.5claws61
13959
13960         * src/compose.c
13961                 fix another header translation problem
13962
13963 2001-12-07 [alfons]     0.6.5claws60
13964
13965         * src/mbox.c
13966                 make filtering also work on local spool mbox
13967
13968 2001-12-07 [carsten]    0.6.5claws59
13969         * src/addressbook.c
13970                 addressbook window gets a wmclass distinct from the main
13971                 sylpheed window
13972         * src/compose.h
13973         * src/mainwindow.[ch]
13974                   forward menu item will use mode selected in prefs, forward 
13975                 as attatchment in menu removed (will be substituted in the
13976                 toolbar similar to reply buttons)
13977                   create news message menu entry and news button is now 
13978                 sensitive to the existance of a news account
13979         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13980         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13981         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13982                 these are removed because the toolbar buttons don't show
13983                 the quoting modus any longer
13984
13985 2001-12-07 [paul]
13986
13987         * tools/newscache_clean.pl      ** NEW FILE **
13988                 perl script to do some tidying up in the newscache directory 
13989                 
13990         * tools/sylpheed-switcher       ** NEW FILE **
13991                 perl script to enable easy switching between main and claws
13992                 
13993         * tools/README
13994                 added descriptions of the two new perl scripts          
13995
13996
13997 2001-12-07 [melvin]     0.6.5claws58
13998
13999         * src/messageview.c
14000                 fixed a warning during compilation introduced in 0.6.5claws56
14001
14002 2001-12-07 [paul]       0.6.5claws57
14003
14004         * src/mainwindow.[ch]
14005         * src/menu.[ch]
14006                 further usability enhancements to replying with or without 
14007                 quoting via the toolbar, use of Ctrl key is replaced by 
14008                 drop down menu 
14009                 Submitted by Carsten Schurig            
14010
14011 2001-12-07 [melvin]     0.6.5claws56
14012
14013         * src/messageview.c
14014                 hack to fix bug that prevented to make/paste selections
14015                 after switching between MVIEW_TEXT and MVIEW_MIME views
14016                 without deselecting the selection first.
14017
14018 2001-12-06 [alfons]     0.6.5claws55
14019
14020         * src/filtering.[ch]
14021         * src/inc.c
14022                 revise filtering a little bit more, and make sure
14023                 messages are delivered to the appropriate inbox
14024                 (perhaps set per account)
14025
14026 2001-12-06 [paul]       0.6.5claws54
14027
14028         * sync with sylpheed 0.6.5cvs22
14029                 see ChangeLog entry 2001-12-06
14030
14031 2001-12-05 [alfons]     0.6.5claws53
14032
14033         * src/inc.c
14034         * src/folder.[ch]
14035         * src/procmsg.c
14036         * src/filtering.c
14037                 more revisions of filtering system
14038                 (last stable version is marked as LAST_STABLE)
14039                 
14040                 | NOTE 1): the filtering system now uses a local folder called
14041                 | .processing. if filtering fails, check this directory
14042                 | for missing messages.
14043                 |
14044                 | NOTE 2): help us find the filtering actions still missing
14045
14046 2001-12-05 [paul]       0.6.5claws52
14047
14048         * src/mainwindow.c
14049                 fix bug where 'Empty Trash?' pop-up window appears even
14050                 when Trash is empty, submitted by Jesse Skinner         
14051
14052 2001-12-05 [melvin]     0.6.5claws51
14053
14054         * src/compose.c
14055                 fixed bug #486106 to select correct account when reediting 
14056                 a queued message
14057         
14058 2001-12-04 [alfons]     0.6.5claws50
14059
14060         * src/mh.c
14061                 declare markfile in appropriate functions when
14062                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14063                 for spotting this)
14064
14065 2001-12-04 [paul]       0.6.5claws49
14066
14067         * sync with sylpheed 0.6.5cvs21
14068                 see ChangeLog entry 2001-12-04
14069
14070 2001-12-03 [christoph]  0.6.5claws48
14071
14072         * po/de.po
14073                 changed translation of undo
14074         * src/account.c
14075         * src/folder.c
14076                 don't reinvent the wheel to traverse a GNode
14077         * src/compose.[ch]
14078                 seperate code to create the compose gui into functions
14079                 add "Others" page with folder selection for saving copy
14080                 of the message.
14081                 the folder identifier is saved to queue header
14082         * src/procmsg.c
14083                 save message to folder in queue header
14084
14085 2001-12-03 [paul]       0.6.5claws47
14086
14087         * sync with sylpheed 0.6.5cvs20
14088                 see ChangeLog entry 2001-12-03
14089
14090 2001-12-01 [paul]
14091
14092         * more sync with sylpheed 0.6.5cvs19
14093                 see ChangeLog entry 2001-11-29
14094
14095 2001-11-30 [paul]       0.6.5claws46
14096         
14097         * src/compose.c
14098                 remove conflicts introduced by Hoa's last commit
14099          
14100         * src/mainwindow.c
14101                 make 'Message/Bounce' sensitive
14102
14103 2001-11-30 [hoa]        0.6.5claws45
14104
14105         * src/compose.c
14106                 slightly change bounce function to add
14107                 information about the user that bounced the mail
14108                 in the From header line.
14109
14110         * src/folderview.c
14111                 permit the use of processing in outbox folder.
14112
14113 2001-11-29 [paul]       0.6.5claws44
14114
14115         * src/mainwindow.[ch]
14116         * src/prefs_common.c
14117         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14118         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14119         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14120                 usability enhancements to the quoting, implements
14121                 use of Ctrl key to toggle quoting settings
14122                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14123
14124 2001-11-29 [paul]       0.6.5claws43
14125         
14126         * sync with sylpheed 0.6.5cvs19
14127                 see ChangeLog entry 2001-11-28
14128
14129 2001-11-29 [melvin]     0.6.5claws42
14130         * src/Makefile.am
14131                 added enriched.[ch] to the list of files
14132
14133         * src/textview.c
14134         * src/mimeview.c
14135         * src/procmime.[ch]
14136         * src/enriched.[ch]
14137                 added support to view text/enriched
14138                 added support to show headers in message view for text/enriched and text/html
14139                         in non multipart messages
14140
14141 2001-11-28 [paul]       0.6.5claws41
14142
14143         * more sync with sylpheed 0.6.5cvs18
14144                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14145
14146 2001-11-27 [paul]       0.6.5claws40
14147         
14148         * po/pt_BR.po
14149                 updated translation, submitted by Fabio Junior Beneditto
14150                 
14151         * sync with sylpheed 0.6.5cvs18
14152                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14153                 2001-11-27
14154
14155
14156 2001-11-26 [paul]
14157
14158         * po/es.po
14159                 updated translation, submitted by Ricardo Mones Lastra
14160
14161 2001-11-26 [alfons]
14162
14163         * src/matcher.c
14164                 add more translatable strings
14165
14166 2001-11-26 [christoph]  0.6.5claws39
14167
14168         * po/de.po      
14169                 fixed one more umlaut
14170         * src/compose.c
14171                 fix translated header when it should not be translated
14172
14173 2001-11-26 [paul]       0.6.5claws38
14174
14175         * src/mainwindow.c
14176                 remove '/Message/Add Sender to address book' from 
14177                 main_window_set_menu_sensitive(), prevent debug warning
14178                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14179
14180 2001-11-26 [paul]       0.6.5claws37
14181
14182         * src/summaryview.c
14183                 fix 'recurring unread state' bug 
14184
14185         * tools/README 
14186         * tools/filter_conv.pl
14187                 read name of top level mailbox from folderlist.xml
14188                 and presume nothing about its name              
14189
14190 2001-11-26 [darko]      0.6.5claws36
14191
14192         * src/gtkstext.[ch]
14193                 removed functions that are now in gtkutils.c
14194                 use gtkut_text_is_uri_string() from gtkutils.c
14195         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14196
14197 2001-11-26 [paul]       0.6.5claws35
14198
14199         * sync with sylpheed 0.6.5cvs16
14200                 see ChangeLog entries 2001-11-25 and 2001-11-26
14201
14202 2001-11-25 [alfons]     0.6.5claws34
14203
14204         EXPERIMENTAL!!! Please checkout the last stable version using: 
14205           
14206         % cvs update -r LAST_STABLE -dRAP
14207
14208         (Or help us testing this stuff.)
14209
14210         * src/filtering.c               (1.14)
14211         * src/filtering.h               (1.6)
14212         * src/inc.c                     (1.28)
14213         * src/matcher.c                 (1.20)
14214         * src/mbox.c                    (1.9)
14215         * src/procmsg.h                 (1.14)
14216         * src/summaryview.c             (1.59)
14217         * src/summaryview.h             (dunno)
14218                 revert/merge/sync to as it was before commit 
14219                 on Thu, 19 Jul 2001 10:15:51 -0700.
14220
14221 2001-11-25 [hoa]        0.6.5claws33
14222
14223         * src/main.c
14224                 processing mails at startup
14225
14226         * src/folderview.c
14227         * src/summaryview.[ch]
14228                 processing mails when entering folder
14229
14230         * src/prefs_filtering.c
14231                 fixed some UI bugs
14232
14233 2001-11-24 [alfons]     0.6.5claws32
14234
14235         * src/summaryview.[ch]
14236                 make summary sort headers work, and also make
14237                 sure the sort type is stored
14238
14239 2001-11-23 [alfons]     0.6.5claws31
14240
14241         * src/summaryview.[ch]
14242                 make lock work like mark
14243                 disallow deleting messages marked as locked
14244
14245 2001-11-23 [alfons]     0.6.5claws30
14246
14247         * src/gtkstext.c
14248         * src/compose.[ch]
14249         * src/Makefile.am
14250         * src/undo.[ch]
14251                 merge undo patch submitted by Jens
14252
14253 2001-11-23 [christoph]  0.6.5claws29
14254
14255         * src/.cvsignore
14256                 added ylwrap
14257         * src/compose.c
14258                 fixed gpg signing and encoding
14259         * src/folder.[ch]
14260         * src/main.c
14261                 added --status option to get new, unread and total
14262                 message count from a running sylpheed
14263         * src/prefs_common.c
14264                 temporary fix for reply_with_quote problem
14265                 (don't call functions for non existing widget)
14266         * src/procmsg.c
14267                 one more check for ignored threads but still not
14268                 always working correctly. probably a recursive
14269                 check for all parents is needed
14270
14271 2001-11-23 [darko]      0.6.5claws28
14272
14273         * src/compose.c
14274                 wrapping on send improvements
14275         * src/gtkutils.[ch]
14276                 fix for GtkSText after last sync with main branch
14277                 GTK_TEXT -> GTK_STEXT
14278
14279 2001-11-23 [paul]       0.6.5claws27
14280
14281         * sync with sylpheed 0.6.5cvs14
14282                 see ChangeLog entries 2001-11-22 and 2001-11-23
14283                 
14284         * po/de.po
14285                 fixed the scrambled umlauts 
14286                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14287
14288 2001-11-21 [paul]       0.6.5claws26
14289
14290         * sync with sylpheed 0.6.5cvs12
14291                 see 2nd ChangeLog entry dated 2001-11-20
14292
14293 2001-11-20 [paul]       0.6.5claws25
14294
14295         * sync with sylpheed 0.6.5cvs11
14296                 see ChangeLog entry 2001-11-19 (src/utils.c)
14297
14298 2001-11-20 [hiro]
14299
14300         * src/compose.c
14301                 GTK_TEXT -> GTK_STEXT
14302                 fix for wrong comment
14303
14304 2001-11-20 [hiro]       0.6.5claws24
14305
14306         * src/compose.[ch]
14307                 more merges from main branch
14308                 removed fatal warnings (uninitialized variables etc.)
14309                 some coding style fix
14310         * src/gtkutils.h
14311                 fixed typo.
14312         * src/addressbook.c
14313           src/addrindex.c
14314                 V-Card -> vCard
14315
14316 2001-11-19 [hoa]        0.6.5claws23
14317
14318         * src/filtering.c
14319         * src/prefs_scoring.c
14320         * src/matcher.[ch]
14321         * src/scoring.c
14322                 cleaning code
14323
14324         * src/matcher_parser_parse.y
14325         * src/prefs_filtering.c
14326                 bouncing
14327
14328 2001-11-19 [alfons]     0.6.5claws22
14329
14330         more of my old things into claws
14331
14332         * src/Makefile.am
14333         * src/prefs_common.c
14334         * src/procmsg.h
14335         * src/summaryview.[ch]
14336         * src/prefs_summary_column.c
14337         * src/pixmaps/locked.xpm
14338                 add indicators for locking of message in summary view
14339                 (does not work yet, only visual indicator)
14340
14341 2001-11-19 [paul]       0.6.5claws21
14342
14343         * sync with sylpheed 0.6.5cvs10
14344                 see ChangeLog entry 2001-11-19
14345
14346 2001-11-18 [alfons]     0.6.5claws20
14347         
14348         * src/filtering.c
14349                 remove an inadvertent free I forgot in previous clean up 
14350
14351 2001-11-18 [alfons]     0.6.5claws19
14352
14353         * src/filtering.[ch]
14354                 clean up & plug leaks
14355
14356 2001-11-18 [paul]       0.6.5claws18
14357
14358         * sync with sylpheed 0.6.5cvs9
14359                 see ChangeLog entries 2001-11-17 and 2001-11-18
14360
14361 2001-11-16 [paul]       0.6.5claws17
14362
14363         * sync with sylpheed 0.6.5cvs8
14364                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14365
14366 2001-11-16 [paul]       0.6.5claws16
14367
14368         * sync with sylpheed 0.6.5cvs7
14369                 see ChangeLog entries 2001-11-15 and 2001-11-16
14370
14371 2001-11-15 [hoa]        0.6.5claws15
14372
14373         * src/compose.c
14374                 fix bounce, mails we received couln't be bounced to ourself.
14375
14376         * src/defs.h
14377         * src/filtering.[ch]
14378         * src/matcher.[ch]
14379         * src/matcher_parser.h
14380         * src/matcher_parser_lex.l
14381         * src/matcher_parser_parse.y
14382         * src/inc.c
14383         * src/main.c
14384         * src/mbox.c
14385         * src/prefs_filtering.[ch]
14386         * src/mainwindow.c
14387         * src/prefs_matcher.c
14388         * src/prefs_scoring.c
14389         * src/scoring.[ch]
14390         * src/summaryview.c
14391                 new matcher/filter/score configuration file parser
14392                 one unique configuration file => ~/.sylpheed/matcherrc
14393                 import in currently automatic, then save are made
14394                 in this new file.
14395                 one filter per folder and one global filter
14396                 (filter of a folder will be used as folder processing)
14397
14398         * src/folder.c
14399                 fix a bug in folder_item_get_identifier
14400                 
14401         * src/messageview.c
14402                 receive receipt return are fixed.
14403
14404 2001-11-14 [alfons]     0.6.5claws14
14405
14406         * src/session.h
14407                 add things from main branch to make claws compile
14408
14409 2001-11-14 [paul]       0.6.5claws13
14410
14411         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14412                 see ChangeLog entries 2001-11-08 to 2001-11-14
14413
14414 2001-11-14 [hoa] 0.6.5claws12
14415
14416         * src/compose.[ch]
14417         * src/mainwindow.c
14418         * src/summaryview.c
14419                 add "bounce mail" option
14420
14421 2001-11-13 [christoph]  0.6.5claws11
14422
14423         * src/compose.c
14424                 Cleanup a mess i add before commiting
14425
14426 2001-11-13 [hoa]        0.6.5claws10
14427
14428         * src/compose.c
14429                 some fixes when mail are sent or
14430                 for crossposts
14431
14432 2001-11-13 [christoph]  0.6.5claws9
14433
14434         * po/de.po
14435                 Changed two string with the same translation
14436         * src/compose.c
14437         * src/procmsg.[ch]
14438         * src/send.[ch]
14439                 New mailsending process:
14440                   - Always queue message before sending
14441                     (message will be saved if sylpheed crashed or
14442                      freezes while sending)
14443                   - Allow queuing of newspostings
14444                   - No copy in outbox before sending
14445                     (closes bug #469501)
14446                   - No more redundant code for send and send_later
14447         * src/summaryview.c
14448                 Applied wwp <subscript@free.fr>'s patch that fixes
14449                 marks for multiple forwarded messages (+compose.c)
14450
14451 2001-11-12 [alfons]
14452
14453         * README.claws
14454                 remove things that are now in main branch
14455         
14456         * po/nl.po
14457                 update Dutch translation
14458
14459 2001-11-12 [mhadasht]   0.6.5.claws8
14460
14461         * src/prefs_common.c
14462                 re-enabled account autoselection feature for forward
14463                 and reedit lost during the branch point for SYNC-B4-REL
14464         * src/gtkspell.c
14465                 gtkpspell_get_dict(): more readable code (even if function is
14466                 not used yet)
14467         * ChangeLog.claws
14468                 added version number info to 2001-11-12 [hiro] comment.
14469
14470 2001-11-12 [hiro]       0.6.5.claws7
14471
14472         * src/compose.c
14473                 compose_forward(): fixed a bug that forward quote mark
14474                 wasn't used.
14475                 removed unnecessary code.
14476         * src/template_select.[ch]: removed.
14477
14478 2001-11-11 [alfons]
14479
14480         * src/compose.c
14481                 :%s/GTK_TEXT/GTK_STEXT/g
14482         
14483         * src/compose.[ch]
14484         * src/undo.[ch]
14485         * src/Makefile.am
14486                 revert the undo stuff (this is 0.6.6claws stuff)
14487
14488 2001-11-11 [hoa]        0.6.5.claws6
14489
14490         * src/compose.[ch]
14491                 Insert signature at the end of the text.
14492                 Added undo patch but currently disabled
14493
14494         * src/procmsg.c
14495                 Threading by subject improved.
14496
14497         * added src/undo.[ch]
14498                 Undo module for compose dialog box.
14499
14500 2001-11-11 [alfons]     0.6.5.claws5
14501
14502         * src/procmsg.c
14503                 prevent threading by subject on nodes that have already been
14504                 threaded by in-reply-to (as in "circular references in a tree
14505                 result in a dead branch")
14506
14507 2001-11-09 [hoa]        0.6.5.claws4
14508         
14509         * src/folderview.c
14510                 allows creation of mbox folder item from any files.
14511
14512 2001-11-09 [alfons]     0.6.5.claws3
14513         
14514         * src/utils.c
14515         * src/procmsg.c
14516                 do what I mean and correct threading by subject so it really
14517                 ignores attracting lines without "Re: "
14518
14519 2001-11-07 [alfons]     0.6.5.claws2
14520
14521         * src/procmsg.c
14522         * src/utils.[ch]
14523                 only attract by subject if a subject line starts with a "Re: "
14524         * src/syldap.c
14525                 remove warning
14526
14527 2001-11-07 [paul]       0.6.5claws1
14528
14529         * sync with sylpheed 0.6.5. release
14530                 see ChangeLog entry 2001-11-07
14531
14532 2001-11-07 [paul]       0.6.4claws31
14533
14534         * sync with sylpheed 0.6.4cvs18
14535                 see ChangeLog entries 2001-10-30 to 2001-11-07
14536                 prefs_templates.[ch] renamed prefs_template.[ch]
14537
14538 2001-11-06 [alfons]
14539         
14540         * src/utils.h
14541                 add semicolon Hoa forgot ;-)
14542                 
14543
14544 2001-11-06 [hoa]        0.6.4claws30
14545         
14546         * src/procmsg.c
14547         * src/summaryview.c
14548         * src/utils.c
14549         * src/utils.h
14550                 threading by subject - empty subject are ignored
14551
14552 2001-11-06 [christoph]  0.6.4claws29
14553
14554         * src/socket.c
14555                 use SSL_peek for sock_gets
14556         * src/utils.c
14557                 removed unneeded pointer in extracting quoted
14558                 names implementation
14559
14560 2001-11-06 [melvin]     0.6.4claws28
14561
14562         * src/gtkspell.c
14563                 fixed bug #476792 Selection overtyping with spell checker
14564                 fixed bug which could cause a buffer overflow
14565                 fixed a memory leak
14566
14567 2001-11-06 [hoa]        0.6.4claws27
14568         
14569         * src/procmsg.c
14570         * src/summaryview.c
14571                 threading by subject
14572
14573 2001-11-05 [alfons]     0.6.4claws26
14574         
14575         * README.claws
14576                 Claws -> Sylpheed (vice versa)
14577
14578         * src/compose.c
14579                 :%s/gtk_text/gtk_stext/g
14580                 :%s/GTK_TEXT/GTK_STEXT/g
14581                 (thanks to Jonathan Ware for spotting this)
14582
14583 2001-11-04 [christoph]  0.6.4claws25
14584
14585         * src/summaryview.c
14586                 replace Xalloca + strdup with Xstrdup_a
14587         * src/utils.c
14588                 better implementation of extracting quoted names
14589                 from addresses (remove backlashes and ignore
14590                 quotes after them)
14591
14592 2001-11-04 [alfons]     0.6.4claws24
14593
14594         * src/utils.[ch]
14595                 edit to comply more with coding style
14596
14597         * src/textview.c
14598                 fix bug reported by Kim Schulz. introduced by the patch integrated
14599                 in 0.6.4claws15. the code did not check the return value of
14600                 the html parser.
14601
14602         * AUTHORS
14603                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14604
14605 2001-11-04 [christoph]  0.6.4claws23
14606
14607         * src/main.c
14608         * src/prefs_common.[ch]
14609                 init some pointers that possibly caused a segfault
14610                 reported in the claws-users ML
14611
14612 2001-11-04 [hoa]        0.6.4claws22
14613
14614         * src/grouplistdialog.c
14615                 change the names of the nodes in the tree
14616
14617         * src/compose.c
14618                 enhanced mailto syntax as described in
14619                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14620                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14621
14622         * src/utils.c
14623                 encode and decode URI (useful when opening URL into
14624                 netscape).
14625
14626 2001-11-03 [hoa]        0.6.4claws21
14627
14628         * src/grouplistdialog.c
14629                 a new newsgroups list selection dialog box
14630                 with a CTree instead of a CList
14631
14632 2001-11-03 [hoa]        0.6.4claws20
14633
14634         * src/folderview.c
14635                 enable property and scoring options when right
14636                 click on "inbox"
14637
14638         * src/summaryview.c
14639                 fixed bug when nickname were displayed using
14640                 the address book.
14641
14642 2001-11-02 [darko]      0.6.4claws19
14643
14644         * src/compose.c
14645                 new wrap quotation and URL/long words wrapping implementation
14646         * src/compose.c src/gtkstext.[ch]
14647                 move gtkstext_strncmp() to gtkstext.c
14648
14649 2001-11-01 [christoph]  0.6.4claws18
14650
14651         * src/prefs_account.c
14652                 fixed mess in account settings dialog
14653         * src/prefs_folder_item.c
14654                 added label with folder path to dialog
14655
14656 2001-10-31 [match]      0.6.4claws17
14657
14658         * src/vcard.c
14659                 fix memory leak.
14660         * src/addrbook.c
14661                 fix generation of spurious address book file names.
14662                 remove redundant functions.
14663         * po/POTFILES.in
14664                 added missing file names.
14665
14666 2001-10-30 [paul]       0.6.4claws16
14667
14668         * sync with sylpheed 0.6.4cvs6
14669                 see ChangeLog entries 2001-10-26 to 2001-10-30
14670
14671         * tools/filter_conv.pl
14672                 read folderlist.xml to discover whether the top-level
14673                 folder is called 'Mailbox' or 'Mail' 
14674
14675 2001-10-29 [paul]       0.6.4claws15
14676
14677         * src/html.c, src/textview.c
14678                 activate links in html mail and fix clickable parts
14679                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14680
14681 2001-10-29 [paul]
14682
14683         * po/de.po, po/es.po, po/pt_BR/po
14684                 updated translations, submitted by Jens Oberender,
14685                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14686
14687 2001-10-29 [darko]      0.6.4claws14
14688
14689         * src/compose.c
14690                 fix wrapping for good
14691
14692 2001-10-29 [darko]
14693
14694         * src/compose.c
14695                 undo previous change as it broke the smart wrapping
14696
14697 2001-10-29 [darko]      0.6.4claws13
14698
14699         * src/compose.c
14700                 fix infinite loop when long URL is quoted
14701                 (closes bug #475122.
14702
14703 2001-10-28 [match]
14704
14705         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14706                 import Mutt address book
14707         * src/ldif.[ch] src/importldif.h
14708                 modified import LDIF handle user attributes
14709
14710 2001-10-28 [christoph]  0.6.4claws12
14711
14712         * src/summaryview.c
14713                 fixed that filtering did not work if there
14714                 were no filter rules
14715                 (closes bug #472003 and better implementation
14716                  of patch #474644)
14717
14718 2001-10-27 [christoph]  0.6.4claws11
14719
14720         * src/compose.c
14721                 make the folder's default account to be used when
14722                 replying. (patch by wwp <subscript@free.fr>)
14723         * src/compose.c
14724                 code cleanup, nearly killed all of wwp's patch
14725                 for folder's default account in compose
14726         * src/folderview.c
14727                 error panel when a folder could not be created
14728                 (closes bug #471080 new folder name & already
14729                  existing file)
14730
14731 2001-10-26 [alfons]
14732
14733         * src/utils.h
14734                 change prototype of strstr2() that Christoph forgot about
14735
14736 2001-10-26 [christoph]  0.6.4claws10
14737
14738         * src/account.c
14739                 made search for accounts by email address not case
14740                 sensitive
14741         * src/folder.c
14742                 fixed memory leak in folder_item_get_identifier
14743         * src/gtkspell.c
14744         * src/utils.c
14745                 fixed wrong strstr2 (should work like strstr)
14746
14747 2001-10-26 [darko]      0.6.4claws9
14748
14749         * src/compose.c src/gtkstext.[ch]
14750         * src/gtkstext.c
14751                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14752
14753 2001-10-26 [paul]       0.6.4claws8
14754
14755         * src/html.c
14756                 ignore css and javascript tags in html mail
14757                 case-insensitive, with or without double-quoted
14758                 strings
14759
14760 2001-10-26 [paul]       0.6.4claws7
14761
14762         * sync with sylpheed 0.6.4cvs1
14763                 see ChangeLog entry 2001-10-26
14764
14765         * src/prefs_account.c, src/prefs_common.c,
14766           src/prefs_summary_column.c
14767                 minor improvements to the English
14768
14769 2001-10-25 [alfons]     0.6.4claws6
14770
14771         * src/gtkstext.c
14772         
14773                 make GtkSText follow style of GtkText (closes bug 
14774                 #469211 "text selection while writing message")
14775                 
14776                 do sync with GTK 1.2.10
14777
14778 2001-10-25 [paul]       0.6.4claws5
14779
14780         * src/html.c
14781                 ignore css tags in html mail
14782
14783 2001-10-25 [darko]      0.6.4claws4
14784
14785         * src/compose.c
14786                 don't declare is_url_string as static function since
14787                 we need it in gtkstext.c
14788         * src/gtkstext.c
14789                 remove unused variable
14790                 don't wrap long URLs while composing a message
14791
14792 2001-10-24 [christoph]  0.6.4claws3
14793
14794         * src/socket.c
14795                 fix ssl deadlock, when peer closes connection
14796
14797 2001-10-24 [paul]       0.6.4claws2
14798
14799         * src/prefs_common.c
14800                 gettextize the gpg ascii-armored warning message
14801
14802         * src/compose.c
14803                 insert a DOS/MAC file into the composed message
14804                 (improvements)
14805
14806         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14807
14808 2001-10-22 [paul]       0.6.4claws1
14809
14810         * sync with sylpheed 0.6.4 release
14811                 see ChangeLog entries 2001-10-21
14812
14813         * po/fr.po, po/pt_BR.po
14814                 updated by Melvin Hadasht and Fabio Junior Beneditto
14815
14816 2001-10-21 [paul]       0.6.3claws30
14817
14818         * src/compose.c
14819                 insert a DOS text file from the compose window
14820                 into the composed message text (removes CRs characters)
14821                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14822
14823         * tools/filter_conv.pl, tools/README
14824                 automatically use ~/.sylpheed as working directory
14825                 print out confirmation message on completion
14826
14827         * correct Hoa's last ChangeLog.claws entry
14828
14829 2001-10-20 [hoa]        0.6.3claws29
14830
14831         * src/grouplistdialog.c
14832                 bugfix (another ?) to give the right
14833                 newsgroups list for each news server.
14834
14835         * src/news.c
14836         * src/news.h
14837                 improve the newsgroups list cache
14838
14839 2001-10-20 [paul]       0.6.3claws28
14840
14841         * sync with sylpheed 0.6.3cvs9
14842                 see ChangeLog entry 2001-10-19
14843
14844         * correct Alfons' last ChangeLog.claws entry
14845
14846 2001-10-19 [alfons]
14847
14848         * src/pgptext.[ch]
14849                 fix compilation problems (part of bug #472895)
14850
14851 2001-10-18 [hoa]        0.6.3claws27
14852
14853         * src/grouplistdialog.c
14854                 bugfix when we refresh was clicked (bug 472701)
14855
14856 2001-10-19 [christoph]  0.6.3claws26
14857
14858         * src/compose.c
14859                 last header entry should default to "To:" or
14860                 "Newsgroups:" and not copy the last entry line
14861                 in a new compose window
14862                 (closes bug #472686, #470792)
14863
14864 2001-10-19 [paul]       0.6.3claws25
14865
14866         * sync with Sylpheed 0.6.3cvs8
14867                 see ChangeLog entries 2001-10-18 and 2001-10-19
14868
14869 2001-10-18 [christoph]  0.6.3claws24
14870
14871         * src/procmsg.c
14872                 reimplement ignore thread
14873         
14874 2001-10-18 [hoa]        0.6.3claws23
14875
14876         * src/folderview.c
14877         * src/grouplistdialog.[ch]
14878                 enhanced news subscription interface (feature 469113)
14879
14880         * src/news.c
14881         * src/news.h
14882                 enchanced newsgroup listing,
14883                 now, we can get groups informations
14884                 (NNTPGroupInfo)
14885
14886 2001-10-18 [paul]       0.6.3claws22
14887
14888         * src/summaryview.c
14889                 remove comment (sync with main branch)
14890         * src/mainwindow.c
14891                 fix 'Re-edit' bug in 'Message' menu
14892
14893 2001-10-17 [christoph]  0.6.3claws21
14894
14895         * src/compose.c
14896                 ignore empty or whitespace only header lines
14897
14898 2001-10-17 [paul]       0.6.3claws20
14899
14900         * sync with sylpheed 0.6.3cvs7
14901                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14902                 2001-10-17
14903
14904 2001-10-17 [darko]
14905
14906         * src/compose.c
14907                 wrap long lines without spaces
14908                 don't wrap URLs
14909
14910 2001-10-16 [paul]
14911
14912         * po/es.po, po/nl.po, po/pt_BR.po
14913                 updated by Ricardo Mones Lastra, Alfons,
14914                 and Fabio Junior Beneditto
14915
14916         * sylpheed-0.6.3claws released
14917
14918 2001-10-15 [melvin] 0.6.3claws18
14919
14920         * README.claws
14921                 added summary and detailed installation instructions
14922                 for spell checker
14923         * po/fr.po
14924                 Updated, corrected and completed french translation
14925
14926 2001-10-15 [hoa] 0.6.3claws17
14927         * src/grouplistdialog.c
14928                 we can choose the newsgroups to display with wildcards
14929
14930 2001-10-15 [christoph]  0.6.3claws16
14931
14932         * src/account.c
14933         * src/compose.c
14934         * src/prefs_folder_item.[ch]
14935                 applied wwp <subscript@free.fr>'s folder
14936                 default account patch
14937         * po/de.po
14938                 Fixed wrong translation
14939
14940 2001-10-13 [alfons, christoph, melvin]  
14941                         0.6.3claws15
14942
14943         solution #2 to solve MT-safety problems defers all GUI related calls
14944         to the main thread using a gtk_idle_add() callback. discussed on
14945         ircnet #sylpheed, with christoph spotting some issues with the
14946         original code, and melvin allowing us to lobotomize his sylpheed.
14947
14948         * src/syldap.[ch], src/main.c
14949                 fix race problem in ldap search thread by deferring GUI 
14950                 stuff to main thread using gtk_idle_add()
14951
14952 2001-10-13 [paul]       0.6.3claws14
14953
14954         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14955                 add Sergey's smtpcred.patch
14956                 adds separate username/password setting for SMTP Auth
14957                 needed by some servers
14958                 (closes feature request #471659)
14959
14960 2001-10-13 [paul]       0.6.3claws13
14961
14962         * src/pgptext.[ch] **NEW FILES**
14963         * src/Makefile.am, src/messageview.c, src/mimeview.c
14964                 decrypt ascii-armored gpg text embedded in
14965                 the message body.
14966                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14967
14968 2001-10-13 [christoph]  0.6.3claws12
14969
14970         * README.claws
14971                 some more details on default to and
14972                 feature requests
14973         * src/main.c
14974                 init glib threading when ldap is used
14975         * src/syldap.c
14976                 threading fixes
14977         * po/de.po
14978                 fixed a typo
14979
14980 2001-10-12 [paul]       0.6.3claws11
14981
14982         * src/prefs_common.[ch], src/rfc2015.c
14983                 enable ascii-armored gpg text to be embedded in the
14984                 message body, selectable through the 'Privacy'
14985                 preferences. Supports encrypting only.
14986                 Submitted by Ravemax <ravemax@dextrose.com>
14987
14988 2001-10-12 [paul]       0.6.3claws10
14989
14990         * sync with sylpheed 0.6.3cvs6
14991                 see ChangeLog entries 2001-10-11 and 2001-11-12
14992
14993         * src/folderview.c
14994                 incorporated mbox folders, scoring, and folder
14995                 properties into the sync
14996
14997 2001-10-12 [darko]      0.6.3claws9
14998
14999         * README.claws
15000                 describe quotation wrapping
15001         * src/compose.c
15002                 don't treat tab as space to calculate line length properly
15003
15004 2001-10-11 [alfons]
15005
15006         * README.claws
15007                 correct description of how to make new filtering system work,
15008                 add some other things
15009                 
15010         * src/syldap.c
15011                 remove sched_yield() (not necessary / unportable)
15012
15013 2001-10-11 [paul]       0.6.3claws8
15014
15015         * sync with sylpheed 0.6.3cvs3
15016                 see ChangeLog entry 2001-10-10
15017
15018 2001-10-10 [christoph]  0.6.3claws7
15019
15020         * .cvsignore
15021                 ignore 2 files created by newer autotools
15022         * src/prefs_folder_item.c
15023                 using table for widget alignment
15024                 fixed memory leak and broken octal display
15025         * src/filesel.c
15026                 fixed segfault caused by lost filename
15027                 workaround (closes bug #469551)
15028
15029 2001-10-10 [paul]       0.6.3claws6
15030
15031         * sync with sylpheed 0.6.3cvs2
15032                 see ChangeLog entries 2001-10-09 and 2001-10-10
15033
15034 2001-10-10 [darko]      0.6.3.claws5
15035
15036         * src/gtkstext.c
15037                 proper calculation of right margin if smart wrapping is enabled
15038         * src/compose.c
15039                 automatically wrap long lines if wrap quotation is enabled
15040
15041 2001-10-09 [alfons]     0.6.3.claws4
15042
15043         * src/summaryview.c
15044                 select correct row when deleting last row in the summary view (and
15045                 close bug "[ #469104 ] select second last in list when deleting")
15046
15047 2001-10-09 [paul]       0.6.3claws3
15048
15049         * sync with sylpheed 0.6.3cvs1
15050                 updated some autotool scripts
15051
15052 2001-10-09 [darko]      0.6.3claws2
15053
15054         * src/gtkstext.[ch]
15055                 new name and mark with Sylpheed comment
15056         * src/compose.c
15057                 smart quotation wrapping a-la VIM
15058
15059 2001-10-08 [paul]       0.6.3claws1
15060
15061         * sync with sylpheed 0.6.3 release
15062                 see ChangeLog entry 2001-10-08
15063
15064 2001-10-08 [paul]       0.6.2claws24
15065
15066         * src/summaryview.c
15067                 more sync with sylpheed 0.6.2cvs12
15068                 Fixed the bug that didn't select the last row correctly
15069
15070
15071 2001-10-07 [paul]       0.6.2claws23
15072
15073         * sync with sylpheed 0.6.2cvs12
15074                 see ChangeLog entry 2001-10-07
15075
15076 2001-10-06 [match]
15077         * src/jpilot.[ch]
15078                 enable jpilot to read unsynch'ed addresses.
15079
15080         * src/editldap_basedn.c
15081                 fix segfault when opening dialog.
15082
15083 2001-10-06 [alfons]     0.6.2.claws22
15084
15085         * src/summaryview.c
15086                 fix bug with summary view selecting last *inserted*
15087                 node instead of last *visible* node. remember we
15088                 work with a tree
15089
15090 2001-10-06 [paul]       0.6.2claws21
15091
15092         * po/pt_BR.po
15093                 updated translation, contains some fixes and new
15094                 translations, submitted by Gustavo Noronha Silva
15095                 <kov@debian.org>
15096
15097         * src/prefs_common.c
15098                 change 'each' to 'every' - fix dubious English
15099
15100         * sync with sylpheed 0.6.2cvs11
15101
15102 2001-10-05 [alfons]     0.6.2claws20
15103
15104         * src/mainwindow.[ch], src/folderview.c
15105                 make composite tool button switch between "Compose News"
15106                 and "Compose Mail" depending on selected folder
15107                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15108
15109 2001-10-05 [paul]       0.6.2claws19
15110
15111         * src/mainwindow.c, src/summaryview.c
15112                 fix 'Message/Reply to all', broken in last commit
15113
15114         * src/compose.c
15115                 fix X_BEENTHERE seg fault, thanks to Alfons
15116
15117 2001-10-04 [paul]       0.6.2claws18
15118
15119         * src/compose.[ch], src/mainwindow.c
15120                 make "Message/Reply" reply to mailing lists; matches
15121                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15122                 based on portions of the patch submitted by
15123                 Junichi Uekawa <dancer@netfort.gr.jp>
15124
15125 2001-10-04 [darko]      0.6.2claws17
15126
15127         * src/compose.c
15128                 better smart wrapping
15129         * src/gtkstext.[hc]
15130                 a function to make text buffer contiguous
15131
15132 2001-10-03 [paul]       0.6.2claws16
15133
15134         * sync with sylpheed 0.6.2cvs10
15135
15136 2001-10-02 [alfons]
15137
15138         * configure.in
15139         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15140                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15141                 references to chinese translations (hope someone picks up
15142                 this)
15143
15144 2001-10-02 [christoph]  0.6.2claws15
15145
15146         * src/compose.c
15147                 fixed non translated header bug
15148         * ChangeLog.claws
15149                 fixed wrong date in alfons last entry ;)
15150
15151 2001-10-02 [alfons]     0.6.2claws14
15152
15153         * src/compose.c, src/prefs_common.[ch]
15154                 add block cursor option
15155
15156 2001-10-02 [paul]       0.6.2claws13
15157
15158         * sync with sylpheed 0.6.2cvs9
15159
15160 2001-09-30 [paul]       0.6.2claws12
15161
15162         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15163                 updated translations
15164
15165         * po/POTFILES.in
15166                 add 'src/importldif.c'
15167
15168         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15169                 added eudora-to-vCard conversion tool
15170                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15171
15172         * sync with sylpheed 0.6.2cvs8
15173
15174 2001-09-30 [paul]
15175
15176         * sylpheed-0.6.2claws released
15177
15178 2001-09-27 [melvin]     0.6.2claws11
15179
15180         * src/gtkspell.c
15181                 fixed crash when using default path (introduced 
15182                 in 0.6.2claws10)
15183                 fixed tiny bug for initial suggestion mode
15184
15185 2001-09-27 [melvin]     0.6.2claws10
15186         
15187         * src/gtkspell.c
15188                 fixed bug where gtkpspell didn't set the path correctly
15189
15190         * README.claws
15191                 added a paragraph about spell checking
15192                 
15193
15194
15195 2001-09-27 [paul]       0.6.2claws9
15196
15197         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15198                 replace '// comments' with '/* comments */' to prevent
15199                 some compiler warnings 
15200
15201         * sync with sylpheed 0.6.2cvs6
15202
15203 2001-09-26 [alfons]     0.6.2claws8
15204
15205         * src/messageview.c
15206                 introduce return receipt request notification again,
15207                 which was lost because of other semantics in 
15208                 procheader_parse() (???)
15209
15210 2001-09-26 [christoph]  0.6.2claws7
15211
15212         * src/compose.c
15213                 replace comments for old code with #if 0
15214                 readded auto cc, bcc and reply-to
15215         * src/prefs_matcher.c
15216         * src/prefs_scoring.c
15217                 removed some definition (was moved to
15218                 prefs.h)
15219
15220 2001-09-26 [paul]       0.6.2claws6
15221
15222         * src/mainwindow.c
15223                 make 'Follow-up and reply to' sensitive
15224
15225         * more sync with sylpheed 0.6.2cvs5
15226
15227 2001-09-25 [melvin]
15228
15229         * 0.6.2claws5
15230
15231         * src/gtkspell.c
15232                 fixed bug for "US-ASCII" introduced by the encoding code
15233
15234 2001-09-25 [paul]
15235
15236         * 0.6.2claws4
15237
15238         * src/prefs_common.[ch], src/summaryview.c
15239                 'next unread msg' 'go to next folder?' dialog can be
15240                 given default behaviour, either always show dialog,
15241                 or assume 'yes', or assume 'no'
15242                 Submitted by wwp <subscript@free.fr>
15243
15244 2001-09-25 [melvin]
15245                 
15246         * src/compose.c src/gtkspell.[ch]
15247                 added support for different encodings
15248
15249 2001-09-25 [paul]
15250
15251         * more sync with sylpheed 0.6.2cvs5
15252
15253 2001-09-24 [alfons]
15254         
15255         * src/prefs_folder_item.c
15256                 add check for item->prefs->default_to string is NULL and
15257                 add another check when freeing this string
15258
15259 2001-09-24 [paul]
15260
15261         * configure.in
15262                 change to version 0.6.2claws3
15263
15264         * sync with sylpheed 0.6.2cvs5 
15265
15266 2001-09-24 [match]
15267         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15268                 import LDIF files.
15269         * src/addrcache.[ch], addrindex.[ch]
15270                 small update for future
15271         * src/addrbook.c
15272                 fix test XML file.
15273
15274 2001-09-24 [melvin]
15275         * src/gtkspell.[ch]
15276                 added 'Learn from mistakes' option
15277                 better handling of quotes in checked words
15278                 sorted dict list
15279         * po/fr.po
15280                 small update for spell checking stuff
15281
15282 2001-09-23 [alfons]
15283         
15284         * src/gtkspell.c
15285                 edit a little bit so it complies more with main coding style
15286
15287 2001-09-23 [alfons]
15288
15289         * src/folder.[ch], prefs_folder_item.c, compose.c
15290                 migrate "request return receipt" folder property
15291                 to folderlist.xml
15292
15293 2001-09-22 [alfons]
15294
15295         * README.claws **NEW**
15296                 (add things of interest for users of main branch 
15297                 and claws here)
15298
15299         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15300                 re-implement threading per folder option, but store 
15301                 the setting in folderlist.xml (where it belongs)
15302
15303 2001-09-21 [melvin]
15304
15305         * src/gtkspell.[ch]
15306                 fixed bug when compose window is under another window
15307         * src/prefs_common.[ch] src/compose.c
15308                 changed 'dictionary_path' to 'dictionary' to be consistent
15309                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15310         * ac/pspell.m4 src/Makefile.am 
15311                 dropped PSPELL_PATH macro
15312         * po/fr.po
15313                 updated translations
15314
15315 2001-09-21 [christoph]
15316
15317         * src/compose.c
15318                 added border around header fields
15319                 keep header type when new field is added
15320
15321 2001-09-20 [christoph]
15322
15323         * src/utils.[ch]
15324                 more portable debug_print with source filename
15325                 and linenumber
15326         * src/procmsg.c
15327                 more newlines after debug messages
15328
15329 2001-09-20 [paul]
15330
15331         * configure.in
15332                 change to version 0.6.2claws2
15333
15334         * sync with sylpheed 0.6.2cvs3
15335
15336 2001-09-19 [melvin]
15337
15338         * src/gtkspell.c
15339                 fixed the post-right-click focus pb
15340                 fixed crash when 'Spell check all' after dict change 
15341                         and when cursor is at the end of the text
15342                 shift-right-click pops up config menu even on misspelled words.
15343         * po/POTFILES.in
15344                 added gtkspell.c
15345
15346 2001-09-19 [melvin]
15347
15348         * src/about.c
15349                 added pspell to compiled-in features list
15350
15351 2001-09-18 [melvin]
15352
15353         * switched to pspell and dropped ispell
15354         * ac/pspell.m4
15355                 new file. autoconf macro for pspell
15356         * ac/Makefile.am 
15357         * configure.in acconfig.h
15358                 added pspell support
15359         * src/Makefile.am
15360         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15361         * src/prefs_common.[ch] 
15362                 added pspell support
15363
15364 2001-09-18 [christoph]
15365
15366         * src/addr_compl.c
15367         * src/template.[ch]
15368                 replace LOG_MESSAGE with debug_print
15369         * src/compose.[ch]
15370                 gui improvements
15371         * src/menu.c
15372                 added newline after debug message
15373         * src/utils.h
15374                 using __VA_ARGS__ for debug_print macro
15375         * tools/.cvsignore
15376                 ignore Makefile and Makefile.in
15377
15378 2001-09-18 [paul]
15379
15380         * configure.in
15381                 change to version 0.6.2claws1
15382         * sync with sylpheed 0.6.2cvs1
15383
15384         * src/matcher.c 
15385         * src/prefs_matcher.c
15386                 add 'score equal to' option, submitted by
15387                 Paul Evans <nerd@freeuk.com>
15388
15389 2001-09-15 [christoph]
15390
15391         * src/mainwindow.c
15392                 comment out menu entry not existing in claws
15393         * src/menu.c
15394                 add debug output for non existing menu entries
15395         * src/summaryview.c
15396                 fix next/prev unread message for ignored threads
15397         * src/utils.[ch]
15398                 add sourcefile and line number to debug output
15399                 otherwise it is sometimes hard to find the
15400                 source code part if debug messages are translated
15401
15402 2001-09-14 [darko]
15403         
15404         * src/folderview.c
15405                 refresh target folder style after colour is changed
15406
15407 2001-09-13 [paul]
15408
15409         * configure.in
15410                 change to version 0.6.1claws3
15411
15412         * sync with sylpheed 0.6.1cvs6
15413
15414 2001-09-13 [darko]
15415         
15416         * src/folderview.c
15417                 fix target folder colourization to use user selected colour
15418
15419 2001-09-12 [darko]
15420         
15421         * src/summaryview.c
15422                 fix crash when message that is marked for copy/move is unmarked
15423
15424 2001-09-09 [paul]
15425
15426         * configure.in
15427                 change to version 0.6.1claws2
15428
15429         * sync with sylpheed 0.6.1cvs3
15430
15431 2001-09-09 [alfons]
15432         
15433         * src/folderview.c
15434                 fix bug with default font used for trash folder text
15435
15436 2001-09-06 [paul]
15437
15438         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15439                 updated translations
15440
15441         * configure.in
15442                 change to version 0.6.1claws1
15443
15444         * sync with sylpheed 0.6.1cvs2
15445
15446 2001-09-03 [paul]
15447
15448         * po/POTFILES.in
15449                 add Match's new addressbook
15450
15451         * po/de.po
15452                 updated translation submitted by Jens Oberender
15453
15454 2001-09-02 [paul]
15455
15456         * configure.in
15457                 change to 0.6.1claws
15458         * sync with sylpheed 0.6.1 release
15459
15460 2001-09-02 [paul]
15461
15462         * configure.in
15463                 change to 0.6.0claws2
15464
15465         * sync with sylpheed 0.6.0cvs4
15466
15467         * po/pt_BR.po
15468                 updated translation submitted by Fabio Junior Beneditto
15469
15470 2001-09-01 [match]
15471         * pixmaps/
15472                 interface.xpm
15473                 book.xpm
15474                 address.xpm
15475         * src/
15476                 Makefile.am
15477                 a ton of new files
15478
15479 2001-08-31 [paul]
15480
15481         * configure.in
15482                 change to version 0.6.0claws1
15483
15484         * sync with sylpheed 0.6.0cvs1
15485
15486         * po/es.po
15487                 updated translation submitted by Ricardo Mones Lastra
15488
15489         * po/POTFILES.in
15490                 add 'src/prefs_templates.c'
15491
15492         * src/compose.c, src/summaryview.c
15493                 fix segfault on 'Re_edit'               
15494
15495 2001-08-30 [alfons]
15496
15497         * configure.in, Makefile.am
15498         * tools/Makefile.am
15499                 add tools directory to source distribution
15500
15501 2001-08-30 [paul]
15502
15503         * configure.in
15504                 change to version 0.6.0claws
15505
15506         * sync with sylpheed 0.6.0 release
15507
15508 2001-08-30 [christoph]
15509
15510         * configure.in
15511                 removed autoconf version check
15512
15513 2001-08-30 [paul]
15514
15515         * src/account.c, src/compose.c, src/prefs_common.[ch]
15516         * src/procheader.[ch] src/utils.[ch]
15517                 Enhanced automatic account selection on replies
15518                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15519
15520         * configure.in
15521                 add LDAP and JPilot to the configuration results output.
15522
15523 2001-08-29 [christoph]
15524
15525         * src/summeryview.c
15526                 no bold font for ignored threads
15527
15528 2001-08-29 [paul]
15529
15530         * configure.in
15531                 change to version 0.5.3claws6
15532
15533         * sync with sylpheed 0.5.3cvs10
15534                 src/stringtable.[ch]: New Files
15535
15536         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15537         * src/pixmaps/sylpheed.xpm
15538                 add mini-icons to windows (by Alfons)
15539
15540 2001-08-27 [paul]
15541
15542         * src/mainwindow.c
15543                 new functions: next_labeled_cb(), prev_labeled_cb()
15544
15545         * src/summaryview.c
15546                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15547                 summary_select_next_labeled(), summary_select_prev_labeled()
15548
15549         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15550                 give claws blue folders and a blue trash can
15551
15552 2001-08-27 [paul]
15553
15554         * configure.in
15555                 change to version 0.5.3claws5
15556
15557         * sync with sylpheed 0.5.3cvs9
15558                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15559
15560 2001-08-24 [christoph]
15561
15562         * src/filesel.c
15563                 keep filename when browsing directories
15564                 (not working for user entered filename, but
15565                  for default name and selected filename from
15566                  file list)
15567         * src/mainwindow.c
15568                 fixed wrong spelling "Folllow-up"
15569         * src/mbox_folder.c
15570         * src/procmsg.c
15571         * src/summaryview.c
15572                 fixed new/unread message count with ignored
15573                 threads (2 commits, first didn't notice no
15574                 longer needed decreasing)
15575         * src/inc.c
15576                 readded scrolling of progress dialog
15577                 (lost in sync)
15578
15579 2001-08-24 [paul]
15580
15581         * configure.in
15582                 change to 0.5.3claws4
15583
15584         * sync with sylpheed 0.5.3cvs7
15585
15586 2001-08-24 [christoph]
15587
15588         * src/compose.c
15589                 set request return receipt when replying
15590                 if it is set is the folder prefs of the
15591                 message
15592         * src/inc.c
15593                 disable final error popup if popups are
15594                 disabled in config (again)
15595
15596 2001-08-23 [paul]
15597
15598         * configure.in
15599                 Change version number to 0.5.3claws3
15600
15601         * sync with sylpheed 0.5.3cvs5
15602
15603         * src/mimeview.c
15604                 double quote '%s' in 'gedit %s' to fix bug when
15605                 opening attachment with spaces in the name
15606
15607 2001-08-22 [alte]
15608         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15609           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15610                 initial message templates support
15611
15612
15613 2001-08-22 [paul]
15614
15615         * configure.in
15616                 change version number to 0.5.3claws2
15617
15618         * sync with sylpheed 0.5.3cvs4
15619
15620         * src/procmsg.h src/summaryview.c
15621                 re-implement (un)ignore thread
15622
15623 2001-08-21 [paul]
15624
15625         * src/summaryview.c
15626                 remove unnecessary code
15627         * src/compose.c
15628                 enable 'dynamic' signatures (submitted by
15629                 Eric Limpens <eric@hscg-internet.nl>)
15630
15631 2001-08-21 [paul]
15632
15633         clean up after sync with sylpheed 0.5.3 release
15634
15635         * src/folderview.c
15636                 fix re-introduced font mess, see Christoph's
15637                 entry 2001-06-24
15638
15639         * src/summaryview.c
15640                 remove prev_msgnum
15641                 use sylpheed's small font instead of
15642                 gtk default font for summary view
15643
15644
15645 2001-08-17 [paul]
15646
15647         * configure.in
15648                 add pl to ALL_LINGUAS - sync with main branch
15649
15650         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15651                 Updated. Translations by Jens Oberender, Ricardo Mones
15652                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15653
15654         * po/pl.po  ** NEW FILE **
15655                 sync with the main branch
15656
15657         * src/folderview.c
15658                 fix target folder colorizing and refresh problem
15659
15660
15661 2001-08-17 [christoph]
15662
15663         * src/mainwindow.c
15664                 claws uses 4 colors for target folder coloring.
15665                 arrays were not long enough and destroyed the
15666                 stack causing a segfault.
15667                 target folder colorizing does not work anymore
15668                 for me
15669
15670 2001-08-16 [paul]
15671
15672         * configure.in
15673                 change to version 0.5.3claws1
15674
15675         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15676           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15677           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15678
15679                 sync with sylpheed 0.5.3 release, but keep claws method of
15680                 configuring/saving fonts
15681
15682         * src/addressbook.[ch]
15683                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15684                 in line with a similar change in Hiroyuki's branch
15685
15686         * src/mainwindow.[ch]
15687                 disable main_window_set_thread_option()
15688         * src/prefs_folder_item.c
15689                 comment out &tmps_prefs.enable_thread,
15690         * src/mbox_folder.c, src/procmsg.[ch]
15691                 comment out MSG_IS_IGNORE_THREAD
15692         * src/summaryview.c
15693                 comment out summary_ignore_thread() and summary_unignore_thread()
15694                 comment out MSG_IS_IGNORE_THREAD
15695
15696                 use Hiroyuki's threading instead.
15697
15698
15699
15700 2001-08-15 [paul]
15701
15702         * src/account.c
15703                 use Hiroyuki's 0.5.3 column scheme but also
15704                 include the enable/disable button.
15705         * src/pixmaps/mark.xpm
15706                 add Hiroyuki's amended pixmap
15707
15708 2001-08-13 [christoph]
15709
15710         * src/account.c
15711                 receive at get all column showed wrong state for APOP
15712                 button should only work for POP3 and APOP accounts
15713         * src/prefs_account.c
15714                 added missing preprocessor statement for SSL
15715
15716 2001-08-12 [paul]
15717
15718         * src/account.[ch]
15719                 add 'receive at get all' column and enable/disable
15720                 button.
15721
15722 2001-08-06 [christoph]
15723
15724         * src/account.c
15725                 show usage of SSL in protocol column
15726
15727         * src/imap.c
15728         * src/inc.c
15729                 renamed ssl options
15730
15731         * src/prefs_account.[ch]
15732                 moved ssl options to a new page
15733
15734         * src/send.c
15735         * src/smtp.c
15736         * src/ssl.[ch]
15737                 renamed ssl options
15738                 added support for SMTP STARTTLS command
15739
15740 2001-08-05 [christoph]
15741
15742         * configure.in
15743                 debian autoconf needs version check to find
15744                 correct autoconf version. if the file is
15745                 named configure.in 2.13 is used, which does
15746                 not work with this configure.in script.
15747                 other solution would be to rename the script
15748                 to configure.ac as suggested in the autoconf
15749                 manual.
15750
15751         * src/inc.c
15752                 disable final error popup if popups are
15753                 diabled in config
15754
15755         * src/socket.c
15756                 bugfix in ssl_gets
15757                 fixes IMAP over SSL problem
15758
15759 2001-08-03 [paul]
15760
15761         * configure.in
15762                 change to 0.5.2claws1
15763
15764         * sync with sylpheed 0.5.2cvs1
15765
15766 2001-08-02 [alfons]
15767
15768         * configure.in
15769                 quick fix for ispell detection...
15770
15771 2001-08-01 [paul]
15772
15773         * configure.in
15774                 change to 0.5.1claws4
15775
15776         * sync with sylpheed 0.5.1cvs7
15777
15778 2001-07-31 [alfons]
15779
15780         * src/prefs_common.c, src/prefs_common.h, 
15781           src/gtkspell.c, src/gtkspell.h
15782                 add global spelling checker settings (compose tab) +
15783                 selection of dictionary 
15784           
15785         * configure.in  
15786                 guess valid ispell location
15787
15788 2001-07-31 [paul]
15789
15790         * po/POTFILES.in
15791                 removal of 'src/quote_fmt_parse.c'
15792         * po/de.po
15793                 Updated de.po
15794                 (submitted by Jens Oberender <didge@suse.de>)
15795
15796 2001-07-31 [darko]
15797
15798         * src/folder.[ch]
15799         * src/folderview.[ch]
15800         * src/mainwindow.c
15801         * src/mh.c
15802         * src/prefs_common.[ch]
15803         * src/summaryview.c
15804                 target folder colourization
15805
15806 2001-07-30 [paul]
15807
15808         more sync with Sylpheed 0.5.1cvs6 
15809
15810 2001-07-30 [darko]
15811
15812         * src/mh.c
15813         * src/prefs_folder_item.[hc]
15814         * src/summaryview.c
15815                 shared folders support with a GUI
15816
15817 2001-07-29 [paul]
15818
15819         0.5.1claws3
15820
15821         * sync with Sylpheed 0.5.1cvs6
15822
15823 2001-07-29 [paul]
15824
15825         * po/pt_BR.po
15826                 updated
15827                 (submitted by Fabio Junior Beneditto)
15828
15829 2001-07-28 [paul]
15830
15831         * src/procmime.c
15832         * AUTHORS
15833                 patch to correct bad image mime headers
15834                 (submitted by Don Quijote <dq@searchlores.org>)
15835
15836 2001-07-28 [paul]
15837
15838         * tools/gif2xface.pl   **NEW FILE**
15839         * tools/README
15840                 script to convert file.gif to file.xface for
15841                 use in a custom header.
15842                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15843
15844 2001-07-27 [alfons]
15845         
15846         * configure.in
15847                 change macros for detecting JPilot and LDAP
15848
15849 2001-07-27 [christoph]
15850
15851         * src/filtering.c
15852                 code cleanup (MIN / MAX warning, needed casting)
15853
15854 2001-07-27 [alfons]
15855
15856         * procheader.c
15857                 disallow setting flags when detecting certain headers
15858                 (X-Status, Status, Seen, X-Seen). 
15859         
15860         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15861
15862 2001-07-27 [christoph]
15863
15864         * src/prefs_filter.c
15865         * src/prefs_filtering.c
15866         * src/prefs_matcher.c
15867         * src/prefs_scoring.c
15868                 scroll list when moving rows up or down
15869
15870         * src/imap.c
15871         * src/imap.h
15872         * src/prefs_account.c
15873         * src/prefs_account.h
15874         * src/send.c
15875                 SMTP over SSL (untested, feedback requested)
15876                 IMAP over SSL
15877
15878         * src/ssl.c
15879                 code cleanup
15880
15881 2001-07-26 [alfons]
15882         
15883         * configure.in, acconfig.h
15884                 define CLAWS (need this for main / claws detection)
15885
15886 2001-07-25 [alfons]
15887
15888         * configure.in
15889                 Sylpheed 0.5.1claws2
15890                 
15891         * sync with Sylpheed 0.5.1cvs4
15892
15893 2001-07-25 [christoph]
15894
15895         * src/scoring.c
15896                 fixed segfault
15897                 item->prefs == NULL (don't know why)
15898
15899 2001-07-25 [alfons]
15900
15901         * configure.in
15902                 Sylpheed 0.5.1claws1
15903
15904         * sync with Sylpheed 0.5.1cvs1-3
15905
15906 2001-07-24 [christoph]
15907
15908         * src/folderview.c
15909         * src/prefs_folder_item.[ch]
15910                 added folderitem preferences dialog with
15911                 default To: and auto request return receipt
15912
15913         * src/compose.[ch]
15914         * src/menu.[ch]
15915                 changes to handle new folderitem preferences
15916
15917         * src/mainwindow.c
15918         * src/summaryview.c
15919                 call compose new mail with current folderitem
15920
15921 2001-07-24 [alfons]
15922
15923         Release Sylpheed 0.5.1claws
15924
15925         * configure.in
15926                 change to release version 0.5.1claws
15927
15928 2001-07-24 [christoph]
15929
15930         * src/summaryview.c
15931                 fixed segfault that happend when the selected
15932                 message was removed while retrieving new messages.
15933
15934         * po/es.po
15935                 updated translation
15936                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15937
15938 2001-07-22 [alfons]
15939
15940         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15941         this is a work in progress, for more information: http://nlpagan.net/sylman 
15942         
15943         * configure.in, src/mainwindow.c, manual/Makefile.am
15944                 add support for English manual
15945
15946         * AUTHORS
15947                 add authors of user manuals
15948
15949         * manual/en/sylpheed*.html
15950                 add English documentation
15951
15952 2001-07-22 [christoph]
15953
15954         * po/POTFILES.in
15955                 added src/ssl.c
15956         * src/ssl.c
15957                 changed a wrong debug message
15958
15959 2001-07-22 [alfons]
15960
15961         * po/nl.po
15962                 update Dutch translation
15963
15964         * src/prefs_filtering.c, 
15965           src/prefs_matcher.c
15966                 add more translatable strings           
15967
15968 2001-07-21 [alfons]
15969
15970         0.5.0claws7
15971
15972         * configure.in
15973                 change version
15974
15975         * src/inc.c, src/summaryview.[ch]
15976                 prevent update of mark file when filtering has done, by
15977                 using a variable; this affects two functions:
15978                         inc.c::inc_finished()
15979                         summaryview.c::summary_show()
15980
15981 2001-07-20 [alfons]
15982
15983         * src/filtering.[ch], src/prefs_filtering.c, 
15984           src/matcher.[ch]
15985                 add filtering action for label coloring 
15986
15987         * po/POTFILES.in
15988                 add labelcolors.c
15989
15990         * added src/labelcolors.c
15991         * added src/labelcolors.h
15992         * src/Makefile.am, src/summaryview.c
15993                 rearrange label coloring code
15994
15995         * src/procmsg.h
15996                 add more parentheses so label colouring works correctly
15997
15998         * src/filtering.c
15999                 don't really delete message, but move it to Trash
16000
16001         * src/prefs_matcher.c
16002                 add quote options to info dialog
16003
16004 2001-07-20 [christoph]
16005
16006         * src/Makefile.am
16007         * src/inc.c
16008         * src/main.[ch]
16009         * src/socket.h
16010         * src/ssl.[ch] (new)
16011                 moved ssl stuff to a seperate file
16012
16013 2001-07-20 [darko]
16014
16015         * src/summaryview.c
16016                 fix show sender using address book with no e-mail
16017                 address in From: field
16018
16019 2001-07-19 [alfons]
16020
16021         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16022                 fix messy handling of escaping... now at least the
16023                 execute command is useful. escape char is '\', we
16024                 accept \n and \r too. 
16025
16026                 Real life example:
16027                 
16028                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16029                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16030
16031 2001-07-18 [alfons]
16032
16033         0.5.0claws6
16034
16035         * src/summaryview.c
16036                 clean up
16037
16038         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16039           src/procmsg.[ch]
16040                 revise filtering; currently move, copy, marking have
16041                 been tested. if you like bleeding edge stuff, you
16042                 should definitely go for this version :)
16043
16044         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16045
16046 2001-07-17 [christoph]
16047
16048         * src/utils.c
16049                 timestamp log
16050
16051 2001-07-17 [alfons]
16052
16053         0.5.0claws5
16054
16055         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16056           bits in the mark file, without affecting either branch. Lots of
16057           files changed, also in claws branch.
16058
16059           UNTESTED: use of mbox folders
16060
16061         * src/summaryview.c
16062                 added mark all read; however this was a quick hack used for
16063                 cleaning up mess after initial merge with Hiroyuki
16064
16065         * configure.in
16066                 change claws version number back to 0.5.0claws5 to clear up 
16067                 confusion & pretension (recent release was technically 
16068                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16069
16070 2001-07-16 [alfons]
16071
16072         sync with Hiroyuki's 0.5.0cvs4
16073
16074 2001-07-16 [alfons]
16075
16076         0.5.1claws3
16077
16078         * src/filtering.[ch]
16079                 remove invalid updating of mark files for 
16080                 filter actions MATCHING_ACTION_MOVE and 
16081                 MATCHING_ACTION_DELETE; this should fix the
16082                 folder update bug
16083                 
16084         * src/procmsg.c
16085                 revert Christoph's stab at fixing the folder 
16086                 update bug
16087
16088         * po/POTFILES.in
16089                 add missing files with translatable strings
16090
16091         * src/summaryview.c
16092                 remove debug print
16093
16094 2001-07-15 [alfons]
16095
16096         * src/addr_compl.[ch], src/prefs_filtering.c
16097                 make "filtering pref dialog's destination entry" an
16098                 "address completable entry", if filter destination is 
16099                 an email address
16100
16101         0.5.1claws2
16102         
16103         sync with Hiroyuki's 0.5.0cvs2-3
16104
16105 2001-07-15 [christoph]
16106
16107         * src/procmsg.c
16108                 fixed folder stats update after incorporation
16109
16110 2001-07-15 [alfons]
16111
16112         * src/summaryview.c
16113                 * finish label colouring stuff (for now)
16114                 * fix incorrect colour bug (off by one) 
16115
16116 2001-07-14 [alfons]
16117
16118         * src/mainwindow.c
16119                 change text labels for news and mail message so there's
16120                 plenty of toolbar estate left
16121
16122         * configure.in
16123                 0.5.1claws1
16124
16125         * src/folderview.c
16126           src/folder.[ch]
16127                 sync with Hiroyuki's 0.5.0cvs1
16128
16129         * src/summaryview.c
16130                 more rewrite label colouring
16131
16132 2001-07-14 [alfons]
16133
16134         * src/summaryview.[ch]
16135                 * start rewrite label colouring 
16136                 * fix proper location "Add Sender To Addressbook" menu item
16137
16138 2001-07-13
16139
16140         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16141         (actually this is 0.5.0claws4)
16142
16143 2001-07-13 [alfons]
16144
16145         * po/pt_BR.po
16146                 * fix duplicate message
16147                 * add updated Portugese / Brazilian translation
16148                   submitted by Fabio Junior Beneditto
16149
16150 2001-07-12 [alfons]
16151
16152         * AUTHORS
16153                 add Jens
16154
16155         * po/nl.po
16156                 add updated Dutch translation
16157
16158         * po/de.po
16159                 add updated German translation submitted by Jens
16160
16161 2001-07-11 [alfons]
16162
16163         Prerelease before 0.5.0claws. Please test.
16164         This version is temporarily tagged as VERSION_0_5_0_TEST
16165
16166         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16167           src/prefs_scoring.c, src/prefs_matcher.c, 
16168           src/prefs_filtering.c, src/mbox.c, 
16169           src/main.c, src/inc.c, src/filtering.[ch]
16170                 revert new Hoa's new matcher (does not work yet)
16171
16172         * src/Makefile.am
16173                 clean up
16174
16175 2001-07-10
16176
16177         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16178
16179
16180 2001-07-10 [alfons]
16181
16182         * Makefile.am
16183                 add ChangeLog.claws to EXTRA_DIST
16184         * src/Makefile.am
16185                 add matcher_parser_parse.h to EXTRA_DIST
16186
16187 2001-07-10 [christoph]
16188
16189         * src/inc.c
16190                 add destination folder to table of
16191                 folders that need to be updated after
16192                 incorporation
16193
16194 2001-07-10 [alfons]
16195
16196         * folder.[ch]
16197           folderview.c
16198                 make collapse state of folders and folder items persistent, i.e.
16199                 if you collapse a folder tree, the next time sylpheed-claws starts 
16200                 up the folder tree remains collapsed.  
16201                 
16202 2001-07-10 [christoph]
16203
16204         * acconfig.h
16205         * configure.in
16206                 added --enable-ssl
16207         * src/md5.[ch]
16208                 renamed MD5_CTX to MD5_CTX_syl
16209                 conflicts with a struct in openssl
16210         * src/inc.c
16211         * src/main.[ch]
16212         * src/prefs_account.[ch]
16213         * src/socket.[ch]
16214                 SSL support for POP
16215         * src/mainwindow.c
16216                 fixed compose with current account
16217                 broken by new compose button stuff
16218
16219 2001-07-09 [hoa]
16220
16221         * AUTHORS
16222                 changed my email address
16223
16224         * src/matcher_parser_parse.y
16225                 clean the parser to remove conflicts
16226
16227 2001-07-09 [alfons]
16228
16229         * AUTHORS
16230                 add Match Grun
16231
16232         * configure.in
16233                 fix incorrect description of --enable-ldap parameter
16234
16235         * src/prefs_common.[ch]
16236           src/compose.c
16237                 add experimental option "smart wrapping" which makes the
16238                 compose editor auto wrap.
16239                 
16240                 | TODO: the problem with the buggy cursor handling is caused |
16241                 | by the GtkText. when deleting / backspacing text its       |
16242                 | wrapping algorithm does not take in account the previous   |
16243                 | line. should find a way to hack this in.                   |
16244                 | or should perhaps combine this with the word wrapping      |
16245                 | patch i wrote in january.                                  |
16246
16247         * src/about.c
16248                 show build parameters for LDAP and JPilot
16249
16250         * src/summaryview.c
16251                 revert Christoph's bugfix for selecting next unread message, 
16252                 because folder stats aren't updated correctly
16253
16254 2001-07-08 [hoa]
16255
16256         * src/filtering.c
16257         * src/mainwindow.c
16258         * src/matcher.c
16259         * src/matcher_parser_lex.l
16260         * src/matcher_parser_parse.y
16261         * src/prefs_filtering.c
16262         * src/prefs_scoring.c
16263         * src/scoring.c
16264                 bugfix of the config file parser
16265
16266 2001-07-08 [alfons]
16267
16268         * src/Makefile.am
16269                 added generated matcher sources to BUILT_SOURCES
16270
16271 2001-07-08 [hoa]
16272
16273         * src/Makefile.am
16274         * src/.cvsignore
16275                 added new config file parser
16276
16277         * src/scoring.[ch]
16278         * src/filtering.[ch]
16279         * src/matcher.[ch]
16280         * src/prefs_filtering.c
16281         * src/prefs_matcher.c
16282         * src/prefs_scoring.c
16283         * added src/matcher_parser.h
16284         * added src/matcher_parser_lex.h
16285         * added src/matcher_parser_lex.l
16286         * added src/matcher_parser_parse.y
16287                 lex & yacc config file parser
16288
16289         * src/mbox.c
16290         * src/inc.c
16291         * src/main.c
16292                 changes prefs_filtering into global_filtering           
16293
16294         * src/summaryview.c
16295                 build threads with subjects only if "Re: " is at the
16296                 beginning of the subject
16297
16298 2001-07-07 [paul]
16299
16300         0.5.0claws
16301
16302         sync with sylpheed 0.5.0
16303                 change of version number only
16304
16305 2001-07-06 [paul]
16306
16307         0.5.0claws5
16308
16309         sync with sylpheed 0.5.0pre5
16310
16311 2001-07-05 [paul]
16312
16313         sync with sylpheed 0.5.0pre4 release
16314                 /po and /manual/ja not sync'ed
16315
16316 2001-07-04 [paul]
16317
16318         more sync with sylpheed 0.5.0pre4
16319
16320 2001-07-03 [christoph]
16321
16322         * src/addressbook.c
16323                 fixed address book broken by address book
16324                 for VCard, JPilot, LDAP
16325
16326 2001-07-03 [alfons]
16327
16328         * src/matcher.c
16329         * src/textview.c
16330                 stopped memory leaks
16331
16332 2001-07-03 [paul]
16333
16334         more sync with sylpheed 0.5.0pre4
16335
16336 2001-07-02 [match]
16337
16338         * included address book patch for VCard, JPilot, LDAP
16339         * pref_common.c - fixed Font options on Display tab (cosmetic)
16340         * alertpanel.c - fixed truncated message
16341
16342 2001-07-02 [christoph]
16343
16344         * src/mbox_folder.c
16345         * src/procmsg.[ch]
16346         * src/summaryview.c
16347                 mark threads for ignoring
16348
16349 2001-07-02 [paul]
16350
16351         0.5.0claws4
16352
16353         * sync with sylpheed 0.5.0pre4
16354                 updated gettext to 0.10.38.
16355
16356 2001-07-01 [paul]
16357
16358         * src/ mainwindow.c
16359         * src/procmsg.h
16360         * src/summaryview.[ch]
16361                 new right-click option: Label.
16362                 substitute for 'Mark-->Mark/Unmark', colours the line.
16363                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16364
16365 2001-07-01 [christoph]
16366
16367         * src/folderview.c
16368                 fixed font for trash
16369         * src/summaryview.c
16370                 move ctree to unread message
16371
16372 2001-07-01 [paul]
16373
16374         * sync with sylpheed 0.5.0pre3 release
16375
16376 2001-06-30 [alfons]
16377
16378         * src/filesel.[ch]
16379         * src/compose.c
16380                 allow inserting / attaching multiple files in
16381                 the composer window
16382
16383 2001-06-30 [paul]
16384
16385         * src/codeconv.c
16386                 small change to Alfons' previous stuff so that it
16387                 actually makes
16388
16389 2001-06-30 [alfons]
16390
16391         * lots of files changed; first attempt to merge the changes
16392           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16393
16394 2001-06-30 [paul]
16395
16396         * po/pt_BR.po
16397                 updated and completed, translations by Fabio
16398                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16399
16400 2001-06-29 [alfons]
16401
16402         * src/compose.c
16403         * src/mimeproc.[ch]
16404                 allow selecting an attached files' mime type from a 
16405                 list of types.
16406
16407 2001-06-29 [paul]
16408
16409         * more sync with sylpheed 0.5.0pre3
16410
16411 2001-06-29 [paul]
16412
16413         * po/pt_BR.po
16414                 merge with sylpheed.pot and pt_BR.po provided by
16415                 Fabio Junior Beneditto.
16416
16417 2001-06-29 [darko]
16418
16419         * src/procmime.c
16420                 make MIME types case insensitive
16421
16422 2001-06-28 [alfons]
16423
16424         * po/nl.po
16425                 merge with sylpheed.pot and old nl.po; translations added.
16426
16427 2001-06-28 [paul]
16428
16429         * more sync with sylpheed 0.5.0pre3
16430
16431 2001-06-27 [alfons]
16432
16433         * src/summaryview.c
16434                 don't crash when removing parent node of messages
16435                 attracted by subject. this was caused by not deleting
16436                 the parent node from the subject line hash table.
16437
16438 2001-06-27 [alfons]
16439
16440         * src/summaryview.c
16441         * src/compose.[ch]
16442         * src/mainwindow.c
16443                 if there are multiple messages selected, allow forwarding
16444                 them as attachments.
16445
16446 2001-06-27 [paul]
16447
16448         * more sync with sylpheed 0.5.0pre3
16449
16450 2001-06-26 [paul]
16451
16452         0.5.0claws3
16453
16454         * sync with sylpheed 0.5.0pre3
16455
16456 2001-06-25 [paul]
16457
16458         * src/mainwindow.c
16459                 fixed 'compose news article' bug
16460                 from icon-and-text toolbar
16461
16462 2001-06-25 [paul]
16463
16464         * sync with sylpheed 0.5.0pre2 release
16465
16466 2001-06-24 [christoph]
16467
16468         * src/prefs_common.c
16469                 bug fix in font selection
16470         * src/folderview.c
16471                 use sylpheed's normal font instead of
16472                 gtk default font for folders without
16473                 new messages
16474
16475 2001-06-24 [alfons]
16476
16477         * src/mainwindow.[ch]
16478                 added composite compose mail / news button (an idea by Leandro
16479                 Pereira <leandro@linuxmag.com.br>)
16480
16481 2001-06-24 [paul]
16482
16483         Added instructions for ldif-to-xml.py
16484
16485         * tools/README
16486
16487 2001-06-23 [alfons]
16488
16489         Some minor things.
16490
16491         * src/pixmaps/stock_news_compose.xpm
16492                 added pixmap by Leandro
16493         * src/prefs_common.c
16494                 tested built-in spelling checker of GCC 3.0 :)
16495         * po/nl.po
16496                 merged dutch translation of sylpheed-main with
16497                 sylpheed.pot
16498
16499 2001-06-23 [paul]
16500
16501         Added tools directory and files.
16502
16503         * tools/filter_conv.pl
16504                 converts old filter system to new filtering system
16505         * tools/ldif-to-xml.py
16506                 converts netscape addressbook to sylpheed addressbook
16507         * tools/README
16508                 descriptions/instructions for above two files
16509
16510 2001-06-23 [christoph]
16511
16512         * src/inc.c
16513         * src/manage_window.[ch]
16514         * src/prefs_common.[ch]
16515                 mail retrieval dialog can be enabled, disabled
16516                 or hidden if non of sylpheed's windows is active
16517
16518 2001-06-22 [paul]
16519
16520         0.5.0claws2
16521
16522         * sync with sylpheed 0.5.0pre2
16523
16524 2001-06-21 [christoph]
16525
16526         * src/summaryview.c
16527                 show recipient on 'from' for all accounts
16528                 
16529         * src/inc.c
16530         * src/prefs_common.[ch]
16531                 disable error popup on mail receive errors
16532
16533 2001-06-21 [alfons]
16534
16535         * src/compose.c
16536                 made the ruler correctly appear and disappear.
16537
16538         * src/Makefile.am
16539                 removed Hoa's work-in-progress-stuff (interesting!) so 
16540                 claws compiles ok.
16541
16542 2001-06-20 [christoph]
16543
16544         * src/inc.c
16545         * src/progressdialog.c
16546                 added scrolled window for list in progressdialog
16547
16548 2001-06-20 [paul]
16549
16550         sync with sylpheed 0.5.0pre1 release
16551
16552 2001-06-20 [christoph]
16553
16554         * src/summeryview.c
16555                 make building threads by subject work when
16556                 thread view is enabled
16557                 
16558         * src/compose.c
16559         * src/prefs_common.[ch]
16560                 automatically select account for mail replys
16561
16562 2001-06-19 [sergey]
16563
16564         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16565         they are filled in from the account settings.
16566
16567 2001-06-19 [paul]
16568
16569         * more sync with sylpheed 0.5.0pre1
16570
16571 2001-06-18 [alfons]
16572
16573         * src/Makefile.am,
16574           src/procmime.c
16575                 added --sysconfdir to CPPFLAGS for pointing to the correct
16576                 location of mime.types. 
16577
16578                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16579                 or ./configure!
16580
16581 2001-06-18 [hoa]
16582
16583         * src/summaryview.c
16584                 fixed some bug when building threads
16585
16586 2001-06-18 [pau]l
16587
16588         * src/prefs_account.c
16589                 UI stuff: More changes to the English
16590
16591 2001-06-18 [paul]
16592
16593         * src/pixmaps/stock_news_compose.xpm: new file
16594         * src/Makefile.am
16595         * src/mainwindow.c
16596         * src/summaryview.c
16597                 Added new icon for Hoa's 'compose a news
16598                 message', plus minor improvements to the
16599                 English
16600
16601         * po/ja.po
16602         * ChangeLog
16603         * ChangeLog.jp
16604                 more sync with sylpheed 0.5.0pre1
16605
16606 2001-06-18 [hoa]
16607
16608         * src/compose.[ch]
16609         * src/mainwindow.c
16610                 Follow-up and reply to
16611
16612         * src/summaryview.[ch]
16613                 Build threads also with subjects
16614
16615 2001-06-17 [hoa]
16616
16617         * src/compose.c
16618                 forwarding use the current account.
16619
16620         * src/mainwindow.c
16621                 the "compose message" button has been replaced with
16622                 "new mail" and "new news" buttons
16623
16624         * src/prefs_common.[ch]
16625                 added a configuration option to use the forward button
16626                 as "forward as attachment"
16627                 changed reply and forward format description
16628
16629         * src/quote_fmt_lex.l
16630         * src/quote_fmt_parse.y
16631                 added message with no signature in format for reply
16632                 and forward.
16633
16634 2001-06-17 [paul]
16635
16636         Minor UI stuff
16637
16638         * src/mainwindow.c
16639         * src/summaryview.c
16640                 Improvements to the English
16641
16642         * src/prefs_common.c
16643                 Improvements to the English and some
16644                 clarity/continuity improvements in the
16645                 description of Quote symbols.
16646
16647 2001-06-17 [paul]
16648
16649         0.5.0claws1
16650
16651         * sync with sylpheed 0.5.0pre1
16652
16653 2001-06-17 [hoa]
16654
16655         * src/compose.c
16656                 Better interface for compose, displayed fields
16657                 are updated whenever we change account.
16658                 Newsgroups field is automatically filled.
16659
16660         * src/mainwindow.c
16661                 Newsgroups field is automatically filled.
16662
16663         * src/prefs_account.c
16664                 Some interface stuff when fields appear and
16665                 disappear.
16666
16667 2001-06-16 [paul]
16668
16669         0.4.99claws
16670
16671         * sync with sylpheed 0.4.99
16672
16673 2001-06-16 [sergey]
16674
16675         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16676         base64_decoder_free, base64_decoder_decode): new object and
16677         functions for decoding base64 streams.
16678         * src/procmime.c (procmime_decode_content): modified to use the
16679         new base64 decoder.
16680
16681 2001-06-15 [paul]
16682
16683         0.4.99claws10
16684
16685         * sync with sylpheed 0.4.99cvs11
16686
16687 2001-06-13 [paul]
16688
16689         0.4.99claws9
16690
16691         * sync with sylpheed 0.4.99cvs9
16692
16693 2001-06-13 [hoa]
16694
16695         * src/compose.c
16696         * src/prefs_account.c
16697
16698                 SMTP server can be defined in the news account
16699                 mime type of attachment are kept.
16700
16701         * src/summaryview.c
16702
16703                 now choose the highest important score between default
16704                 and important score of folder.
16705
16706 2001-06-09 [alfons]
16707         
16708         * src/prefs_common.c: 
16709
16710                 (prefs_quote_description_create): corrected description of 
16711                 quote format characters
16712
16713 2001-06-09 [paul]
16714
16715         0.4.99claws8
16716
16717         * sync with sylpheed 0.4.99cvs8
16718
16719 2001-06-08 [sergey]
16720
16721         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16722         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16723
16724 2001-06-08 [paul]
16725
16726         0.4.99claws7
16727
16728         * sync with sylpheed 0.4.99cvs7
16729
16730 2001-06-06 [sergey]
16731
16732         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16733         clashes with autogenerated header).
16734         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16735         * src/Makefile.am: added quote_fmt.h.
16736         * src/.cvsignore: added lex/yacc autogenerated files
16737         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16738
16739 2001-06-06 [paul]
16740
16741         0.4.99claws6
16742
16743         * sync with sylpheed 0.4.99cvs6
16744
16745 2001-06-06 [hoa]
16746
16747         * added src/quote_fmt_parse.h
16748         * src/compose.c
16749                 removed warnings
16750
16751         * src/prefs.[ch]
16752                 don't modify readonly configuration files
16753
16754         * src/prefs_account.c
16755         * src/prefs_common.c
16756         * src/prefs_customheader.c
16757         * src/prefs_display_header.c
16758         * src/prefs_filter.c
16759         * src/prefs_filtering.c
16760         * src/prefs_scoring.c
16761                 don't open dialog box when configuration files
16762                 are readonly
16763
16764 2001-06-05 [sergey]
16765
16766         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16767
16768         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16769         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16770         BUILT_SOURCES to make all files rebuild properly.
16771
16772         * src/compose.c: removed #include "quote_fmt.tab.h".
16773
16774         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16775         CHARACTER value in yylval.
16776
16777         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16778         receive CHARACTER value by documented means (yylval).
16779
16780         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16781
16782 2001-06-05 [hoa]
16783
16784         * src/Makefile.am
16785                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16786
16787         * src/filtering.c
16788         * src/matcher.c
16789         * src/matcher.h
16790         * src/prefs_filtering.c
16791                 now keep the configuration for execute action
16792
16793         * src/mbox_folder.c
16794                 fixed a warning
16795
16796 2001-06-05 [paul]
16797
16798         * sync with sylpheed 0.4.99cvs5
16799
16800 2001-06-05 [hoa]
16801
16802         * src/Makefile.am
16803                 added quote_fmt.[ch]
16804
16805         * added src/quote_fmt.y
16806         * added src/quote_fmt.l
16807         * added src/quote_fmt.tab.h
16808         * added src/quote_fmt.tab.c
16809         * added src/lex.quote_fmt.c
16810                 parsing configuration for replying
16811                 and forwarding
16812
16813         * src/prefs_common.[ch]
16814                 added configuration UI for replying
16815                 and forwarding
16816
16817         * src/compose.c
16818                 using configuration for replying
16819                 and forwarding
16820
16821 2001-06-04 [hoa]
16822
16823         * src/filtering.c
16824         * src/matcher.c
16825         * src/matcher.h
16826         * src/prefs_filtering.c
16827         * src/prefs_matcher.c
16828         * src/prefs_matcher.h
16829                 action "run a command" for filtering
16830                 and matching with a command.
16831                 fixed the "whole message" matching
16832
16833         * src/mbox_folder.c
16834                 changed temporary filename for security
16835
16836         * src/messageview.c
16837                 queue the notification if it fails to send.
16838
16839         * src/prefs_common.c
16840         * src/prefs_folder_item.c
16841                 changed the default important score             
16842
16843         * src/prefs_scoring.c
16844         * src/scoring.c
16845                 hide kill score input when the folder is not
16846                 a newsgroup
16847
16848 2001-06-03 [alfons]
16849
16850         * src/prefs_common.c:
16851
16852                 (prefs_font_select): pass font name in font entry box to font
16853                 selection dialog.
16854
16855 2001-06-03 [sergey]
16856
16857         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16858
16859 2001-06-03 [paul]
16860
16861         * sync with sylpheed 0.4.99cvs4
16862
16863 2001-06-03 [alfons]
16864
16865         * src/headerwindow.c:
16866
16867                 (headerwindow_show_cb): use the selected summary view item, not
16868                 the displayed item.
16869
16870 2001-06-02 [alfons]
16871
16872         * src/headerwindow.c:
16873
16874                 (headerwindow_show_cb): always try to show msginfo
16875
16876 2001-06-02 [hoa]
16877
16878         * src/compose.c
16879                 keep attached parts when reediting or forwarding.
16880
16881 2001-06-01 [hoa]
16882
16883         * src/folderview.c
16884         * src/prefs_folder_item.[ch]
16885         * src/prefs_scoring.[ch]
16886         * src/scoring.[ch]
16887         * src/summaryview.[ch]
16888         * src/main.c
16889         * src/mainwindow.c
16890         * src/prefs_common.[ch]
16891                 support for folder scoring
16892                 kill score and important score for messages
16893         
16894         * src/prefs_account.c
16895                 some display bug fixed for local account
16896                 preferences
16897
16898 2001-05-31 [alfons]
16899
16900         * src/summaryview.c:
16901
16902                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16903                 sender to address book menu item is disabled.
16904
16905 2001-05-30 [hoa]
16906
16907         * src/filtering.[ch]
16908         * src/summaryview.c
16909                 handling summary menu / filter messages
16910
16911         * src/folder.[ch]
16912                 add some stuff
16913
16914         * src/foldersel.c
16915                 imap folders now appears in list
16916
16917         * src/mbox_folder.c
16918                 doesn't crash if destination mail is not writeable
16919
16920 2001-05-29 [hoa]
16921
16922         * src/compose.c
16923                 removed some warnings
16924
16925         * src/filtering.c
16926         * src/folder.[ch]
16927         * src/prefs_filtering.c
16928                 global string to identify any folders           
16929                 removed some debug info
16930                 filtering to mbox folders is now possible
16931
16932         * src/mainwindow.c
16933                 removed some warnings
16934
16935         * src/mbox_folder.c
16936                 permission on files are changed to read/write for user only,
16937                 nothing for other.
16938                 creation of subfolder is handled better.
16939
16940 2001-05-28 [alfons]
16941
16942         Verified the sync for src/prefs_common.[ch] and
16943         src/prefs_account.[ch]. I believe there were some
16944         minor indentation differences.
16945
16946 2001-05-28 [paul]
16947
16948         0.4.99claws3
16949
16950         * sync with 0.4.99cvs3
16951
16952 2001-05-28 [hoa]
16953
16954         * src/compose.c
16955                 handling flags for mbox format
16956
16957         * src/filtering.c
16958                 use of mark file only for MH format
16959                 handling flags for mbox format
16960                 filtering cannot yet move or copy mails to mbox folders.
16961
16962         * src/folder.[ch]
16963                 changed move_msg, copy_msg,
16964                 move_msgs_with_dest, copy_msgs_with_dest functions
16965                 uses only folder->copy_msg() function
16966                 uses folder->finished_copy() to handle the destination
16967                 folder at the end of the copy or move operation.
16968
16969         * src/foldersel.c
16970                 included mbox directories.
16971
16972         * src/folderview.[ch]
16973         * src/mainwindow.c
16974                 handle folders operation for mbox format
16975
16976         * src/mbox.c
16977                 disable conversion of "From " header
16978
16979         * src/mbox_folder.[ch]
16980                 completion of mbox format handling
16981
16982         * src/mh.c
16983                 changed mh_copy_msg() function and
16984                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16985                 mh_copy_msgs_with_dest()
16986
16987         * src/prefs_filtering.c
16988                 removed some warnings
16989
16990         * src/prefs_matcher.c
16991                 default boolean operation is AND
16992
16993         * src/procheader.c
16994                 handling flags for mbox format
16995                 handling of "From " header
16996
16997         * src/procmsg.[ch]
16998                 removed data field
16999                 added MSG_REALLY_DELETED flags to handle deletion of
17000                 messages in mbox format.
17001
17002         * src/summaryview.c
17003                 handling flags for mbox format
17004                 disable the MSG_DELETED flags when messages
17005                 are deleted in mbox format
17006
17007         * src/textview.c
17008                 "From " headers display fixed.
17009
17010 2001-05-27 [alfons]
17011
17012         * src/textview.c:
17013                 
17014                 (get_email_part): skip quoted email addresses, like in e.g.
17015                 "'alfons@proteus.demon.nl'".
17016
17017 2001-05-26 [alfons]
17018
17019         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17020         and fixing the persistence troubles when using separate windows.
17021
17022         * src/mainwindow.c:
17023         
17024             Added #define SEPARATE_ACTION used in the gtk item factory for 
17025             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17026                 use gtk_item_factory_get_widget_by_action() to get the items.
17027                 
17028             Removed separate_widget_cb from the gtk item factory data   
17029           
17030             (mainwindow_create): connect separate_widget_cb() to check
17031             menu item "toggled" signal. also passing a MainWindow pointer
17032                 as object data for both check menu items.
17033                 
17034             (separate_widget_cb): definition of separate_widget_cb() to match
17035             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17036                 window using gtk_object_get_data(). The type of window separation 
17037                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17038         
17039         * src/prefs_filtering.c,
17040           src/prefs_matcher.c: added horizontal scrollbars
17041
17042 2001-05-25 [darko]
17043
17044         * src/headerview.c
17045                 fix segfault with invalid bold font
17046         * src/summaryview.c
17047                 correctly display summary stats after row is marked
17048
17049 2001-05-23 [sergey]
17050
17051         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17052         encodings with libjconv.
17053
17054 2001-05-23 [hoa]
17055
17056         * src/Makefile.am
17057                 added mbox_folder.[ch]
17058         * src/defs.h
17059                 mbox temporary folder
17060         * src/folder.[ch]
17061         * added src/mbox_folder.[ch]
17062         * src/folderview.c
17063         * src/procheader.[ch]
17064                 added mbox support
17065         * src/mbox.c
17066                 bugfix for file incorporation filtering
17067         * src/imap.c
17068                 enable creation of MBOX
17069         * src/prefs_display_header.c
17070                 enable use of headers like "From "
17071                 something that should be fixed :
17072                         displaying of such headers add an extra space
17073         * src/prefs_folder_item.c
17074                 don't create folders because it is not necessary
17075         * src/procmsg.h
17076                 added data field to MsgInfo for mbox internal use
17077         * src/summaryview.c
17078                 added some support for mbox
17079         * src/utils.[ch]
17080                 added get_mbox_cache_dir() function
17081
17082 2001-05-23 [hiroyuki]
17083
17084         * src/headerwindow.c
17085           src/inc.c
17086           src/main.c
17087           src/mh.c
17088           src/nntp.c
17089           src/procmsg.h
17090           src/session.h
17091           src/socket.[ch]
17092           src/summaryview.c
17093           src/textview.c
17094           src/automaton.c
17095           src/folderview.c: more sync with 0.4.99cvs2.
17096
17097         * src/headerwindow.c: reverted.
17098
17099 2001-05-22 [paul]
17100
17101         0.4.99claws2
17102
17103         * sync with sylpheed 0.4.99cvs2
17104                 * src/news.[ch]
17105                 * src/nntp.[ch]
17106                 * INSTALL
17107                 * INSTALL.jp
17108
17109 2001-05-22 [alfons]
17110
17111         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17112
17113 2001-05-21 [alfons]
17114
17115         Minor things:
17116
17117         * configure.in: if gnome-config not found, "no" is displayed
17118         
17119         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17120
17121         * src/textview.c: now also possible to add mail addresses by right
17122           clicking in the text view
17123
17124         * src/codeconv.c: merged patch which fixes endless loop when encountering
17125           invalid wide characters; from Alte <010@imis.ru>  
17126
17127 2001-05-20 [alfons]
17128
17129         Added installation of gnome specific things:
17130
17131         * Makefile.am: gnome conditional
17132
17133         * configure.in: check for installed gnome
17134
17135         * added sylpheed.png, sylpheed.desktop
17136
17137 2001-05-20 [sergey]
17138
17139         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17140
17141         * src/mainwindow.h (main_window_toolbar_create): created a button
17142         for "Reply to all".
17143         (main_window_set_toolbar_sensitive): enable/disable the new button
17144         appropriately.
17145         (toolbar_reply_to_author_cb): handle the new button.
17146
17147         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17148         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17149         failure).
17150
17151 2001-05-19 [sergey]
17152
17153         * src/compose.h (ComposeReplyMode): new modes
17154         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17155         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17156
17157         * src/compose.c
17158         (compose_send): move some code into a new function:
17159         (compose_current_mail_account): new function.
17160         (compose_reply): new argument to_author, all callers changed; if
17161         to_author==TRUE and account->protocol==A_NNTP, find and use an
17162         appropriate mail account for replying.
17163         (compose_reply_set_entry): new argument to_author; ignore
17164         compose->replyto if to_author==TRUE.
17165
17166         * src/mainwindow.c: new command "Message/Reply to author".
17167         (main_window_set_menu_sensitive): enable/disable it.
17168         (reply_cb): handle it.
17169
17170         * src/summaryview.c: new command "Reply to author".
17171         (summary_set_menu_sensitive): enable/disable it.
17172         (summary_reply_cb): handle it.
17173
17174         * src/account.c (account_find_mail_from_address): new function.
17175
17176 2001-05-18 [paul]
17177
17178         0.4.99claws1
17179
17180         * sync with sylpheed 0.4.99cvs1
17181
17182 2001-05-18 [hoa]
17183
17184         * src/compose.[ch]
17185         * src/filtering.c
17186         * src/summaryview.c
17187                 new filtering action : forward and forward as attachment
17188
17189         * src/main.c
17190                 no need for $DISPLAY when we run sylpheed --help
17191                 call to parse_cmd_opt() is moved
17192
17193         * src/mainwindow.[ch]
17194                 execute button is hidden when immediate execute
17195                 is chosen
17196
17197         * src/mh.c
17198         * src/news.c
17199         * src/prefs_folder_item.c
17200         * src/procmsg.c
17201                 better handling of missing directories
17202
17203         * src/summaryview.c
17204                 reedit is enabled in outbox
17205                 reedit is enabled in queue
17206
17207 2001-05-17 [hoa]
17208
17209         * src/filtering.c
17210         * src/matcher.[ch]
17211         * src/prefs_filtering.c
17212                 changed attachement into attachment
17213
17214 2001-05-17 [alfons]
17215
17216         0.4.67claws4    
17217
17218         * sync with sylpheed 0.4.67cvs9
17219         * sync with sylpheed 0.4.67cvs7-8
17220
17221 2001-05-17 [hoa]
17222
17223         * src/Makefile.am
17224                 added prefs_filtering.c
17225
17226         * src/filtering.[ch]
17227         * src/matcher.[ch]
17228                 removed action : forward_news and forward_news_as_attachement
17229                 (forward and forward_as_attachement can be used instead)
17230
17231         * src/mainwindow.c
17232                 added menu option to access filtering configuration
17233
17234         * src/prefs_account.c
17235                 changed mail_command default to /usr/sbin/sendmail
17236
17237         * added src/prefs_filtering.[ch]
17238                 dialog box for filtering configuration
17239
17240         * src/prefs_matcher.c
17241                 added function prefs_matcher_get_criteria_from_matching()
17242
17243         * src/prefs_scoring.c
17244                 reset the dialog when register or substitute is clicked
17245
17246 2001-05-15 [hoa]
17247
17248         * src/Makefile.am
17249                 added filtering.[ch]
17250         * src/inc.c
17251                 using filering.[ch] instead of filter.[ch]
17252         * src/main.c
17253                 reading new filtering configuration
17254         * src/matcher.[ch]
17255                 added some filtering actions
17256                 and fixed a bug for headers and mail body matching
17257         * src/mbox.c
17258                 using filering.[ch] instead of filter.[ch]
17259         * src/mh.c
17260                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17261         * src/summaryview.c
17262                 some fixes for filtering
17263
17264 2001-05-14 [hiroyuki]
17265
17266         * src/send.c: fixed some weird indentations.
17267           send_message_with_command(): call pclose() only if p != NULL.
17268         * src/textview.c: get_email_part(): modified the code for readability.
17269
17270 2001-05-14 [hiroyuki]
17271
17272         * src/md5global.h
17273           src/md5ify.c
17274           src/md5ify.h: removed from the cvs.
17275
17276 2001-05-13 [sergey]
17277
17278         * src/main.c: include rfc2015.h to avoid compiler warnings.
17279         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17280         the panel is already on screen.
17281         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17282         closing the alert window by ESC as "No".
17283         * src/prefs_common.c (prefs_interface_create): moved return
17284         receipt check button to the correct place.
17285
17286 2001-03-13 [alfons]
17287
17288         * src/prefs_common.c: 
17289                 moved return receipt check button to the Send tab. (prefs_send_create)
17290                 removed the date format ui related globals. (prefs_display_create)
17291
17292         0.4.67claws3
17293         
17294         * sync with sylpheed 0.4.67cvs5-6
17295
17296 2001-05-13 [paul]
17297
17298         * added Alfons' font selection patch
17299
17300         * src/defs.h
17301         * src/headerwindow.c
17302         * src/prefs_common.c
17303         * src/prefs_common.h
17304
17305 2001-05-13 [hoa]
17306         * src/defs.h
17307                 changed version of cache
17308         * src/matcher.[ch]
17309         * src/prefs_matcher.c
17310                 added additionnal matching criteria
17311         * src/procheader.c
17312         * src/procmsg.[ch]
17313         * src/news.c
17314                 added references in MsgInfo
17315
17316 2001-05-12 [hoa]
17317
17318         * src/defs.h
17319                 prepared some things for new filtering
17320         * src/matcher.[ch]
17321                 added some matching properties
17322                 inreplyto need to be enhanced
17323                 prepared some things for new filtering
17324         * src/messageview.c
17325                 added Return-Receipt-To handling
17326         * src/prefs_folder_item.c
17327                 changed default value to TRUE
17328         * src/prefs_matcher.c
17329                 added some matching properties
17330         * src/prefs_scoring.[ch]
17331                 the scoring dialog is finished
17332         * src/procheader.c
17333                 added Return-Receipt-To handling
17334                 Reference need to be added
17335         * src/procmsg.[ch]
17336                 added Return-Receipt-To handling
17337                 added threadscore to get a better score sorting when
17338                 threads are enabled
17339         * src/summaryview.c
17340                 suppressed a bug when we sort the list
17341                 when no folder is opened.
17342                 better score sorting when threads are enabled
17343
17344 2001-05-12 [alfons]
17345
17346         * reverted previous patch because of potential errors 
17347
17348         0.4.67claws2
17349         
17350         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17351                 applied "toggle mail-retrieval dialog window" patch submitted 
17352                 by Eric Limpens <eric@qnt.net>
17353
17354         * sync with sylpheed 0.4.67cvs4
17355
17356 2001-05-12 [sergey]
17357
17358         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17359         some picky compilers.
17360         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17361         * src/grouplist_dialog.c: include alertpanel.h.
17362         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17363         fix compile warning.
17364         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17365         #include "defs.h" before others to prevent the warning of `MIN'
17366         and `MAX' redefinition.
17367
17368 2001-05-11 [hoa]
17369
17370         * src/main.c
17371         * src/messageview.c
17372         * src/prefs_account.c
17373         * src/prefs_display_header.c
17374                 removed warning
17375         * src/Makefile.am
17376                 added prefs_scoring.[ch]
17377         * src/grouplist_dialog.c
17378                 display an error dialog box if the group list
17379                 cannot be fetched.
17380         * src/mainwindow.[ch]
17381                 added main_window_set_thread_option() function
17382                 scoring dialog box enabled
17383         * src/matcher.[ch]
17384                 added flags matching unread /new / marked
17385                 / deleted / replied / forwarded
17386         * src/news.c
17387                 newsgroups are now finally in newscache
17388         * src/prefs_matcher.[ch]
17389                 finished preferences for matching dialog
17390         * added src/prefs_scoring.[ch]
17391                 scoring dialog box completed
17392         * src/scoring.[ch]
17393                 conversion to string : added scoringprop_to_string()
17394                 write config for preferences :
17395                 added prefs_scoring_write_config()
17396         * src/summaryview.c
17397                 threads can be enabled/disabled independently
17398                 for each folder
17399
17400 2001-05-10 [alfons]
17401
17402         0.4.67claws1
17403         
17404         * AUTHORS: 
17405                 thought it would be nice to have a list of all
17406                 contributors (used Changelog as a reference)
17407         
17408         * configure.in: 
17409                 messed up version numbering...
17410
17411         0.4.66claws1
17412
17413         * sync with sylpheed 0.4.67cvs1-3
17414
17415 2001-05-10 [darko]
17416
17417         * src/prefs_common.c:
17418                 better UI for strftime format, double clicking
17419                 on format now inserts the format in text entry
17420                 replaced close button with standard OK/Cancel
17421                 moved date format button to the right of the
17422                 text entry field
17423
17424 2001-05-09 [alfons]
17425
17426         * src/gtkstext.c:
17427                 Ctrl-Home / Ctrl-End have proper cursor navigation
17428
17429 2001-05-09 [hoa]
17430
17431         * src/prefs_matcher.c
17432                 finished UI to define matching properties
17433                 added ok and cancel button
17434         * src/prefs_filter.c
17435                 added ok and cancel button
17436         * src/news.c
17437                 fixed some bug in xhdr parsing
17438
17439 2001-05-08 [alfons]
17440
17441         * src/textview.c: 
17442                 fixed a bug in textview_show_header(), which displayed two colons (':');
17443                 cleaned up some warnings
17444
17445 2001-05-08 [hoa]
17446
17447         * src/Makefile.am
17448                 added prefs_matcher.[ch]
17449                 compilation with -W -Wall
17450         * src/alertpanel.c
17451                 ungrab the mouse events if grabbed - does it
17452                 fix the bug for disposition notification ?
17453         * src/mainwindow.c
17454                 added a menu option to open the matching dialog.
17455         * src/matcher.[ch]
17456                 added matcherprop_to_string() and matcherlist_to_string()
17457                 fixed some bugs, changed the name of some options
17458                 age_sup and age_inf becomes age_greater and age_lower,
17459                 body and messageheaders becomes body_part and headers_part,
17460                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17461         * src/prefs_display_header.c
17462         * src/prefs_headers.c
17463                 fixed a bug that accidentally destroyed dialogs
17464                 when closed them with delete_event
17465                 Added *_deleted() which handle delete_event signal correctly.
17466         * src/prefs_folder_item.[ch]
17467                 added "enable_thread" field for future customization
17468         * added src/prefs_matcher.[ch]
17469                 sample of the UI to define matching properties
17470         * src/procheader.c
17471                 using procheader_headername_equal instead of str*cmp functions
17472                 using procheader_parse_header() function
17473         * src/scoring.c
17474                 using MATCHING_XXX instead of SCORING_XXX
17475         * src/summaryview.c
17476                 display the sender of the news even if this is ourself
17477                 when this is a news message.
17478         * src/textview.c
17479                 using headername_equal() instead of str*cmp functions
17480
17481 2001-05-08 [alfons]
17482
17483         0.4.66claws
17484
17485         * sync with sylpheed 0.4.66
17486         * src/gtkstext.c: trace logs added 
17487
17488 2001-05-08 [sergey]
17489
17490         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17491         signature check popup.
17492         * src/rfc2015.c (check_signature): show signature check popup only
17493         if it is enabled in preferences.
17494
17495 2001-05-07 [alfons]
17496
17497         0.4.66claws4
17498         
17499         * sync with sylpheed 0.4.66cvs6
17500
17501 2001-05-07 [darko]
17502
17503         * src/prefs_common.[ch]: added option to enable/disable
17504           looking up sender name in address book for summary pane
17505         * src/summaryview.c: look up sender in the address book
17506           by using Alfons' address completion code
17507
17508 2001-05-07 [hiroyuki]
17509
17510         * src/inc.h
17511           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17512           member of Pop3State.
17513         * src/news.c: brought #include "defs.h" before #include <glib.h>
17514           to prevent the warning of `MIN' and `MAX' redefinition.
17515
17516 2001-05-06 [hoa]
17517
17518         * removed src/headers_display.[ch]
17519         * removed src/prefs_display_headers.[ch]
17520         * src/inc.c
17521                 use a temporary file in the user directory for mbox import
17522         * src/news.c
17523                 added XHDR support to get "To" and "Cc" headers
17524                 (in order to match news with to or cc field for
17525                 scoring)
17526                 added function news_parse_xhdr() to get XHDR response
17527         * src/nntp.[ch]
17528                 added function nntp_xhdr()
17529         * src/matcher.c
17530                 fetch the message if necessary
17531
17532 2001-05-06 [alfons]
17533
17534         0.4.66claws3
17535
17536         * sync with sylpheed 0.4.66cvs3-5
17537
17538 2001-05-06 [hoa]
17539
17540         * src/utils.[ch]
17541                 added function itos_buf() to enable use of several buffers
17542         * src/summaryview.c
17543                 use of itos_buf() instead of itos() in summary list
17544                 to fix the broken display of message number.
17545
17546 2001-05-06 [alfons]
17547
17548         * src/gtkstext.c: bug in cursor up navigation fixed,
17549                 fixed another unsigned / signed comparison (we're getting there :-)
17550
17551 2001-05-06 [hoa]
17552
17553         * src/Makefile.am
17554                 added scoring.c scoring.h
17555                 prefs_folder_item.c prefs_folder_item.h
17556                 matcher.c matcher.h
17557         * src/defs.h
17558                 added FOLDERITEM_RC SCORING_RC
17559         * src/folder.[ch]
17560                 added prefs field in FolderItem :
17561                 properties for each folder (PrefsFolderItem),
17562                 sorting type and mode were added as the first properties.
17563         * src/main.c
17564                 read config for scoring
17565         * added src/matcher.[ch]
17566                 gives functions to parse configuration file to do
17567                 matching on mails with a list of conditions.
17568         * src/mainwindow.c
17569                 add option to sort by score
17570         * src/prefs_common.[ch]
17571                 added preference option to show score and for
17572                 the score column size
17573         * added src/prefs_folder_item.[ch]
17574                 properties for each folder (PrefsFolderItem),
17575                 sorting type and mode were added as the first properties.
17576         * src/procheader.[ch]
17577                 added procheader_parse_header()
17578                 added procheader_header_free()
17579                 added procheader_headername_equal()
17580                 and made modification to use them.
17581         * src/procmsg.[ch]
17582                 added score field to MsgInfo structure
17583         * added src/scoring.[ch]
17584                 gives functions to parse configuration file to do
17585                 scoring on mails with a list of conditions.
17586         * src/summaryview.[ch]
17587                 save the sorting type and mode for the folder
17588                 added column to display the score of the mail
17589                 added function summary_score_clicked()
17590                 sorting type and mode are restored to the folder
17591                 when it is reopen
17592         * src/textview.c
17593                 use procheader_parse_header(), procheader_headername_equal()
17594                 removed memory leak in text_scan_header when freeing headers
17595         * src/filter.c
17596                 changed the function to match names of headers
17597                 using procheader_headername_equal()
17598
17599         Scoring functions are implemented, an interface is needed
17600         to configure that.
17601
17602 2001-05-04 [alfons]
17603
17604         * src/gtkstext.c: 
17605                 hopefully fixed the row up navigation bug,
17606                 removed adding back / forward lines to cache
17607
17608 2001-05-04 [sergey]
17609
17610         * src/prefs_display_headers.c: user interface changes:
17611         (prefs_display_headers_create): remove unused "Show" check button;
17612         allow reordering of headers by dragging.
17613         (prefs_display_headers_write_config): remove unused variables.
17614         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17615         of lists (not needed with the new UI).
17616         (prefs_display_headers_set_list): scan lists starting from row 0,
17617         not 1 (do not skip "(New)").
17618         (prefs_display_headers_find_header): new function.
17619         (prefs_display_headers_clist_set_row): do not allow duplicates.
17620         (prefs_display_headers_delete_cb): do not skip row 0; treat
17621         closing the alert window by ESC as "No".
17622         (prefs_display_headers_up): do not protect row 0.
17623         (prefs_display_headers_down): do not protect row 0.
17624
17625 2001-05-04 [sergey]
17626
17627         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17628         functions.
17629
17630         * src/summaryview.c
17631         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17632         summary_select_next_marked, summary_select_prev_marked): new
17633         functions.
17634
17635 2001-05-03 [sergey]
17636
17637         * src/news.c: fixed a bug when no article can be fetched after
17638         server timeout if the connection was restored by news_post():
17639         (news_select_group): new function.
17640         (news_fetch_msg): call news_select_group() before fetching
17641         article.
17642         (news_get_uncached_articles): set session->group after successful
17643         GROUP command.
17644
17645 2001-05-03 [hoa]
17646
17647         * src/defs.h
17648         * src/procmsg.[ch]
17649         * src/procheader.c
17650                  changed version of cache, added cc field
17651
17652         * src/prefs_display_headers.c
17653                 the interface was changed
17654
17655         * src/prefs_headers.c
17656                 added cancel button
17657
17658 2001-05-03 [alfons]
17659
17660         * completed sync of sylpheed cvs2
17661         * src/gtkstext.c: updated row up / down cursor navigation
17662         * src/textview.c: re-edited, prepared for fixing the email address
17663                 scanner.
17664
17665 2001-05-03 [darko]
17666
17667         * src/prefs_common.c: use alfons' strftime ui code
17668         entry_datefmt and datefmt_sample widgets have to be
17669         global in this module because of this change
17670
17671 2001-05-03 [hoa]
17672
17673         * src/messageview.c
17674         * src/prefs_common.[ch] added option to activate the return receipt
17675                 feature.
17676
17677 2001-05-02 [alfons]
17678
17679         * src/gtkstext.c: fix for row up/down cursor navigation. 
17680
17681         0.4.66claws2
17682         
17683         * sync with 0.4.66cvs2
17684
17685 2001-05-02 [paul]
17686
17687         added add-sender-to-addressbook patch
17688
17689         * src/addressbook.c
17690         * src/addressbook.h
17691         * src/summaryview.c
17692
17693 2001-05-02 [sergey]
17694
17695         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17696         G_ALERTDISABLE.
17697
17698         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17699         all existing callers changed to pass FALSE; create a check button
17700         to disable the message.
17701         (alertpanel_message_with_disable): new function.
17702         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17703         (alertpanel_button_toggled): new function.
17704         (alertpanel_button_clicked, alertpanel_close): set value using
17705         G_ALERT_VALUE_MASK.
17706
17707         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17708
17709         * src/prefs_common.c (prefs_privacy_create): new check button
17710         checkbtn_gpgme_warning.
17711
17712         * src/main.c (main): moved preferences reading before gpgme
17713         initialization; check prefs_common.gpgme_warning before giving the
17714         GnuPG warning and set it to FALSE if the user wants to disable the
17715         warning.
17716
17717 2001-05-02 [hiroyuki]
17718
17719         * src/prefs_display_headers.c: modified the layout and some labels.
17720
17721 2001-05-02 [sergey]
17722
17723         * src/prefs_account.c (prefs_account_fix_size): new function.
17724         (prefs_account_create): call prefs_account_fix_size(); use
17725         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17726         size when the window is shown for the first time).
17727         (prefs_account_basic_create): changed layout of serv_table; moved
17728         localmbox_entry above smtpserv_entry (logically it replaces
17729         POP3/IMAP server).
17730         (prefs_account_protocol_activated): set sensitivity of
17731         nntpauth_chkbtn according to the protocol (in addition to
17732         hide/show); commented out gtk_table_set_row_spacing() calls.
17733         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17734         not sensitive (fixes a bug with disabled username/password boxes
17735         when editing POP3 account after NNTP with authentication).
17736
17737 2001-05-02 [hoa]
17738
17739         * src/account.c
17740         * src/inc.c
17741         * src/prefs_account.[ch]
17742         * src/send.c
17743                 removed local account without SMTP server
17744                 added option to use mail command instead of a connexion
17745                 to SMTP server when a local account is used
17746         * src/prefs_headers.c
17747                 fixed a bug
17748         * src/news.c
17749                 fixed a bug when connexion immediately closed
17750
17751 2001-05-01 [alfons]
17752
17753         0.4.66claws1
17754         
17755         * sync with 0.4.65
17756
17757 2001-05-01 [sergey]
17758
17759         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17760         widget nntpauth_chkbtn.
17761         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17762         visibility.
17763         (prefs_account_nntpauth_toggled): new function.
17764
17765         * src/news.c (news_session_new_for_folder): use NNTP
17766         authentication only if ac->use_nntp_auth is set.
17767
17768 2001-05-01 [hoa]
17769
17770         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17771         * src/prefs_display_headers.c changed the UI
17772         * src/prefs_headers.c changed account_name to account_id
17773         * src/compose.c using customheader.h
17774
17775 2001-05-01 [hiroyuki]
17776
17777         * src/esmtp.c
17778           src/news.c
17779           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17780           unsynched.
17781
17782 2001-05-01 [hoa]
17783
17784         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17785         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17786                 for displaying of headers
17787         * src/grouplist_dialog.[ch] minor changes to remove warnings
17788         * src/prefs_display_headers.[ch] dialog to choose the
17789         headers to display in the mail viewer.
17790         * src/headers.h correction of #define
17791         * src/headers_display.[ch] configuration for displaying of headers.
17792         * src/main.c read config of displaying of headers
17793         * src/prefs_common.c add a button to access the config dialog
17794                 for displaying of headers
17795         * src/prefs_display_headers.[ch] dialog for configuration for
17796                 displaying of the headers.
17797         * src/prefs_headers.c cleaning of code
17798         * src/procheader.c comments added to code
17799         * src/textview.c changes to reorder the headers depending
17800                 on the config for displaying of headers
17801
17802 2001-04-30 [alfons]
17803
17804         0.4.65claws7
17805
17806         * sync with 0.4.65cvs12
17807
17808         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17809
17810 2001-04-30 [sergey]
17811
17812         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17813
17814         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17815         is set to force reconnection after authentication failure.
17816         (nntp_gen_command): set sock->auth_failed on authentication
17817         failure, or if sock->userid and sock->passwd are not set.
17818
17819         * src/news.c (news_session_new_for_folder): set userid=NULL if
17820         password dialog is cancelled.
17821
17822 2001-04-30 [sergey]
17823
17824         * src/nntp.h (NNTPSockInfo): new type.
17825
17826         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17827         SockInfo.
17828         (nntp_open_auth, nntp_close): new functions.
17829         (nntp_gen_command): new function to handle authentication; all
17830         NNTP command functions updated to use it.
17831         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17832         (nntp_list): removed old useless code.
17833
17834         * src/news.h (NNTPSession): new field nntp_sock.
17835
17836         * src/news.c: all functions updated to use NNTPSockInfo instead of
17837         SockInfo.
17838         (news_session_new): new arguments (userid, passwd); made static;
17839         use nntp_open_auth() if needed.
17840         (news_session_destroy): use nntp_close() instead of sock_close().
17841         (news_query_password): changed arguments.
17842         (news_session_new_for_folder): new function.
17843         (news_session_get): use news_session_new_for_folder().
17844         (news_authenticate): deleted.
17845         (news_get_uncached_articles): removed old authentication code.
17846
17847 2001-04-30 [sergey]
17848
17849         * src/news.c: reverted my previous changes (need to do NNTP
17850         authentication in a cleaner way).
17851         
17852 2001-04-29 [sergey]
17853
17854         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17855         news_nntp_post, news_nntp_mode): new functions (wrappers with
17856         authentication support).
17857         (news_get_article_cmd, news_get_article, news_get_header): new
17858         argument "folder"; all callers changed.
17859         (news_get_article_cmd): added authentication support.
17860         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17861         (news_post): use news_nntp_post() instead of nntp_post().
17862         (news_get_uncached_articles): use news_nntp_group() instead of
17863         nntp_group() and news_nntp_xover() instead of nntp_xover();
17864         removed old authentication code.
17865         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17866
17867         * src/nntp.c (nntp_list): return real error code instead of
17868         hardcoded NN_ERROR.
17869
17870 2001-04-29 [sergey]
17871
17872         * configure.in: fixed wint_t typedef detection again
17873
17874 2001-04-28 [hoa]
17875
17876         * src/prefs_account.[ch], added A_LOCAL_CMD
17877                 (send mail with mail command)
17878         * src/send.c added function send_message_with_command()
17879         * src/inc.c made a more secure get_spool() function with
17880                 mktemp() but maybe mkstemp() or something more
17881                 secure can be used.
17882
17883 2001-04-28 [alfons]
17884
17885         * src/textview.c, colorization of email addresses in headers
17886
17887         0.4.65claws6
17888
17889         * bug sync with sylpheed
17890         * prefs_common.c: created date format ui for darko
17891         * sync with 0.4.65cvs11
17892         * configure.in: corrected to have the new gpg checks
17893
17894 2001-04-27 [alfons]
17895
17896         * completed sync with 0.4.65cvs10
17897         * minor debug things added to gtkstext.c
17898
17899 2001-04-27 [darko]
17900
17901         * configure.in: remove check for availability of
17902           strftime() as advised by Hiroyuki
17903         * src/prefs_common.[ch], src/procheader.c:
17904           synch strftime() code with Hiroyki's main branch
17905
17906 2001-04-26 [sergey]
17907
17908         * src/news.c: news_query_password(), news_authenticate(): new
17909           functions.
17910           news_get_uncached_articles(): added NNTP authentication
17911           handling.
17912         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17913           new functions.
17914         * src/prefs_account.c: prefs_account_protocol_activated():
17915           enable userid and password fields for NNTP.
17916
17917 2001-04-26
17918
17919         * configure.in: check for availability of strftime()
17920           [darko]
17921         * src/prefs_common.[ch], src/procheader.c: use
17922           strftime() for displaying date in summary pane if it
17923           is available
17924
17925 2001-04-25
17926
17927         * more .cvsignore cleanups [alfons]
17928
17929 2001-04-25
17930
17931         * ac/sv-check-type.m4: new autoconf macro.
17932         * configure.in: fixed wint_t typedef detection (did not work
17933           with gcc-2.96).
17934
17935 2001-04-25
17936
17937         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17938           [hiroyuki]
17939
17940 2001-04-24
17941         * modified gtkstext.c : buggy cursor navigation fixed, 
17942           and font descent also taken in account when drawing
17943           cursor. [alfons]
17944
17945 2001-04-24 [hoa]
17946         * added comments in src/news.c src/nntp.c
17947         * added src/prefs_headers.[ch]
17948         * added src/headers.[ch]
17949         * modified compose.c to activate custom headers
17950                 added function is_in_custom_headers
17951         * modified prefs_account.[ch]
17952                 added function prefs_account_customhdr_edit
17953         * modified src/defs.h :
17954                 added HEADERS_RC : name of the config file
17955                 for the custom headers
17956
17957 2001-04-24
17958
17959     0.4.65claws5
17960
17961         * configure.in
17962           src/gtkstext.[ch]
17963           src/compose.c
17964           src/Makefile.am
17965           
17966           added gtkstext with configure.in patch by Hiroyuki which
17967           should fix the XIM detection [alfons]
17968
17969         * more clean up of cvs [alfons]
17970
17971                  * removed all Makefile.in files to attic.
17972
17973                  * updated all .cvsignores to really ignore things that could
17974                    be unintentionally committed by a recursive commit.
17975
17976 2001-04-23 [hoa]
17977         * added src/grouplist_dialog.[ch]
17978         * changed src/folderview.c to call grouplist_dialog instead
17979                 of inputdialog
17980         * src/news.c :
17981                 added functions news_reset_group_list
17982                 and news_get_group_list
17983         * src/nntp.c :
17984                 added function nntp_list
17985         * src/defs.h :
17986                 added GROUPLIST_FILE : name of the newsgroup list cache file
17987
17988 2001-04-21
17989
17990         * added option to warn about queued messages on exit [sergey]:
17991
17992           * src/compose.c: compose_queue(): call folder_item_scan()
17993             and folderview_update_item() after queueing.
17994           * src/folderview.c: folderview_update_node(): draw the queue
17995             folder in bold font if there are queued messages.
17996           * src/mainwindow.c: queued_messages(): new function.
17997             app_exit_cb(): display warning if there are queued messages
17998             if warn_queued_on_exit is set.
17999           * prefs_common.[ch]: add warn_queued_on_exit option.
18000
18001         * enhanced GnuPG key selection support [sergey]:
18002
18003           * src/select-keys.c: updated to newer version from Win32
18004             branch with support for selecting arbitrary keys.
18005           * src/prefs_account.c: added the Privacy tab to the account
18006             options window.
18007             prefs_account_privacy_create(),
18008             prefs_account_sign_key_set_data_from_radiobtn(),
18009             prefs_account_sign_key_set_radiobtn(): new functions.
18010           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18011           * src/rfc2015.c: set_signers(): new function.
18012             pgp_sign(): add the account parameter, call set_signers().
18013             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18014           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18015           * src/compose.c: pass the current account to rfc2015_sign().
18016
18017         * tag name claws added to prevent confusion with main branch [alfons]
18018
18019         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18020
18021         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18022
18023         * sync with recent sylpheed cvs. Untested though. [alfons]
18024