prepend '\n\n' to a siganture without a separator
[claws.git] / ChangeLog.claws
1 2003-07-29 [paul]       0.9.3claws72
2
3         * src/compose.c
4                 prepend "\n\n" to a signature without a separator too
5
6 2003-07-29 [paul]       0.9.3claws71
7
8         * src/compose.c
9                 fix bug where changing to an account without an auto-sig
10                 from an initial account without an auto-sig would insert 
11                 2 blank lines at the cursor point
12                 fix bug where changing to an account with an auto-sig
13                 from an initial account without an auto-sig would insert
14                 the sig at the cursor point
15
16 2003-07-29 [paul]       0.9.3claws70
17
18         * src/folderview.c
19                 use the colour from the folder pref unless the folder
20                 has new messages
21
22 2003-07-29 [alfons]     0.9.3claws69
23
24         * src/procmsg.[ch]
25         * src/messageview.c
26         * src/procheader.c
27                 rewrite return receipt request work a little bit (the former 
28                 implementation presumably depended too much on the UI setting
29                 flags). (we're losing the old pending flag.) 
30
31 2003-07-28 [christoph]  0.9.3claws68
32
33         * src/folder.c
34         * src/imap.c
35         * src/mh.c
36         * src/procmsg.[ch]
37                 fix copy to IMAP folder from other folder
38
39 2003-07-28 [christoph]  0.9.3claws67
40
41         * src/procmsg.c
42                 fix sync of procmsg_get_message_file_list
43
44 2003-07-28 [christoph]  0.9.3claws66
45
46         * sync with 0.9.3cvs14
47                 see ChangeLog 2003-07-18
48         * sync with 0.9.3cvs17
49                 see ChangeLog 2003-07-23
50
51 2003-07-28 [paul]       0.9.3claws65
52
53         * po/es.po
54                 update Spanish translation, submitted by Ricardo Mones
55                 Lastra
56
57 2003-07-28 [christoph]  0.9.3claws64
58
59         * src/folder.[ch]
60         * src/imap.c
61         * src/mh.c
62                 return new message numbers as a GRelation instead of a GSList
63                 that has to be in the same order as the input list. A list
64                 would make it hard for IMAP to optimize oepration by sorting
65                 the input list. The returned list would have to be reordered
66                 to match the same order that input list has.
67
68         * src/gtk/gtkaspell.c
69                 fix missing return value, could cause a crash when garbage is
70                 on the stack that is used as the expected return value
71
72 2003-07-28 [paul]       0.9.3claws63
73
74         * sync with 0.9.4cvs1
75                 see ChangeLog 2003-07-28
76
77 2003-07-27 [alfons]     0.9.3claws62
78
79         * src/mimeview.c
80                 tweak it more to make icon list act like a check button group
81
82 2003-07-27 [christoph]  0.9.3claws61
83
84         * sync with 0.9.3cvs20
85                 see ChangeLog 2003-07-25
86
87 2003-07-27 [paul]       0.9.3claws60
88
89         * src/procmsg.c
90                 re-commit changes from 0.9.3claws58 -
91                 accidently removed in 0.9.3claws59
92
93 2003-07-27 [paul]       0.9.3claws59
94
95         * src/procmsg.[ch]
96                 a sync from 0.9.3cvs17
97                 see ChangeLog 2003-07-23
98
99 2003-07-27 [alfons]     0.9.3claws58
100
101         * src/procmsg.c
102                 add missing header members to MsgInfo; fixes the problem of 
103                 not displaying X-Faces, as noticed by Ricardo Mones
104
105 2003-07-26 [christoph]  0.9.3claws57
106
107         * sync with 0.9.3cvs18
108                 see ChangeLog 2003-07-24
109
110 2003-07-26 [christoph]  0.9.3claws56
111
112         * sync with 0.9.3cvs17
113                 see ChangeLog 2003-07-23
114
115 2003-07-26 [christoph]  0.9.3claws55
116
117         * src/folder.[ch]
118         * src/imap.c
119         * src/mbox_folder.c
120         * src/mh.c
121         * src/news.c
122                 add support for copy function that copy multiple messages
123                 (not implemented yet)
124
125         * src/summaryview.c
126                 add missing return value
127
128 2003-07-26 [paul]       0.9.3claws54
129
130         * tools/multiwebsearch.pl
131                 do whitespace substitution before passing the string
132                 to the browser. fixes bug with browsers that don't
133                 do whitespace conversion themselves.
134
135 2003-07-25 [christoph]  0.9.3claws53
136
137         * src/folder.[ch]
138         * src/imap.c
139         * src/mh.c
140                 rewrite adding of multiple messages to a folder for
141                 claws' folder system
142
143 2003-07-25 [luke]       0.9.3claws52
144
145         * src/mimeview.c
146                 o icon toggles set correctly on leaving ctree mimeview
147
148 2003-07-25 [paul]       0.9.3claws51
149
150         * partial sync with 0.9.3cvs21 [src/main.c]
151                 see ChangeLog 2003-07-25
152
153 2003-07-24 [paul]       0.9.3claws50
154
155         * tools/maildir2sylpheed.pl
156                 fix typo
157
158 2003-07-24 [paul]       0.9.3claws49
159
160         * src/mimeview.c
161                 increase the gutter size of paned so that the panes
162                 can be resized
163                 
164         * src/plugins/demo/demo.c
165                 squeeze in another typo fix
166
167 2003-07-24 [paul]       0.9.3claws48
168
169         * src/plugins/demo/demo.c
170           src/prefs_account.c
171                 small changes to the English
172                 
173         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
174           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
175           src/Makefile.am
176           src/stock_pixmap.c
177                 rename the misspelled icon
178
179 2003-07-23 [alfons]     0.9.3claws47
180
181         * src/mimeview.c
182                 make icon list look like a list of toggles
183
184 2003-07-23 [luke]       0.9.3claws46
185
186         * src/pixmaps/mimeview_gpg_expired.xpm
187         * src/pixmaps/mimeview_gpg_failed.xpm
188         * src/pixmaps/mimeview_gpg_passed.xpm
189         * src/pixmaps/mimeview_text_html.xpm
190         * src/pixmaps/mimeview_image.xpm
191                 o all icons the same size
192
193         * src/mimeview.[ch]
194                 o mimeview ctree arranged vertically above the viewer
195                 o icons changed to buttons
196                 o can use keyboard to select an icon (Enter)
197                 o resize icon list to width of icons
198
199         *  src/gtk/gtkvscrollbutton.c
200                 o sensitivity of buttons reacts to position
201
202 2003-07-23 [christoph]  0.9.3claws45
203
204         * sync with 0.9.3cvs14 (incomplete)
205                 see ChangeLog 2003-07-17
206
207 2003-07-23 [alfons]     0.9.3claws44
208
209         * src/folder.c
210         * src/procmsg.h
211                 sync with my local tree to restore some claws-only things
212
213 2003-07-23 [paul]       0.9.3claws43
214
215         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
216           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
217           src/Makefile.am
218           src/mimeview.c
219           src/procmime.h
220           src/rfc2015.c
221           src/stock_pixmap.[ch]
222                 indicate missing keys and expired sigs/keys
223                 in mime view column
224
225 2003-07-23 [paul]       0.9.3claws42
226
227         * src/compose.c
228                 Redirect fixes: enable automatic account selection and
229                 do not append signature to message on changing account
230                 fixes Bug[s] #248
231
232 2003-07-23 [paul]       0.9.3claws41
233
234         * sync with 0.9.3cvs16
235                 see ChangeLog 2003-07-23
236
237 2003-07-23 [alfons]     0.9.3claws40
238
239         * src/inc.c
240                 give progress dialog a main window, and give it the first 
241                 one (presumably the only one). fixes bug #247, "segfault on 
242                 pop-before-smtp" 
243
244 2003-07-22 [alfons]     0.9.3claws39
245
246         * src/summaryview.c
247                 shift-space scrolls up
248
249 2003-07-22 [paul]       0.9.3claws38
250
251         * sync with 0.9.3cvs15
252                 see ChangeLog 2003-07-22
253
254 2003-07-20 [alfons]     0.9.3claws37
255
256         * src/compose.c
257                 put menu inside #ifdef USE_ASPELL..#endif
258
259 2003-07-20 [christoph]  0.9.3claws36
260
261         * src/procmsg.c
262                 fix wrong flags in MsgInfo returned by
263                 procmsg_msginfo_get_full_info()
264
265         (closes Bug 221 Deleting messages from the Message View gives incorrect
266          new/unread message counts in the folder view)
267
268         * src/plugins/spamassassin/spamassassin_gtk.c
269                 add gettext macro for prefs page title
270
271 2003-07-20 [paul]       0.9.3claws35
272
273         * src/mimeview.c
274                 redraw icon list on signature check
275
276 2003-07-20 [christoph]  0.9.3claws34
277
278         * src/Makefile.am
279         * src/account.c
280         * src/folder.[ch]
281         * src/folder_item_prefs.[ch]            ** NEW **
282         * src/folderview.c
283         * src/mainwindow.c
284         * src/mh.c
285         * src/prefs_gtk.c
286         * src/prefs_scoring.c
287         * src/summaryview.c
288         * src/prefs_folder_item.[ch]
289                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
290                   Properties dialog
291                 o use prefswindow for folder properties
292
293         * src/gtk/prefswindow.[ch]
294                 change implementation to use an invisible notebook instead
295                 of unparenting widgets
296
297 2003-07-20 [christoph]  0.9.3claws33
298
299         * src/compose.h
300         * src/folder.c
301         * src/folderview.h
302         * src/headerview.h
303         * src/prefs_filtering.h
304         * src/prefs_folder_item.[ch]
305         * src/procmime.h
306         * src/procmsg.h
307         * src/summaryview.h
308                 clean up header mess
309                 (always use 1. typedefs, 2. #includes, 3. structures)
310
311         * src/common/version.h.in
312                 add casts for constants
313
314         * src/plugins/demo/demo.c
315                 fix typo
316
317         * src/plugins/spamassassin/spamassassin.c
318                 remove unused variable
319
320 2003-07-20 [alfons]     0.9.3claws32
321
322         * src/mimeview.c
323                 o make icon buttons respond on left click
324                 o minor cosmetic change
325
326 2003-07-19 [luke]       0.9.3claws31
327
328         * src/mimeview.[ch]
329         * src/gtk/gtkvscrollbutton.c
330         * src/messageview.c
331                 o improved mimeview behaviour when selecting a new message
332                 o plus code cleanups to remove compile warnings
333
334
335 2003-07-19 [alfons]     0.9.3claws30
336
337         * src/procmsg.c
338         * src/compose.c
339         * src/common/utils.[ch]
340                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
341
342 2003-07-19 [alfons]     0.9.3claws29
343
344         * src/prefs_folder_item.c
345                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
346                 string pointers
347
348 2003-07-19 [luke]       0.9.3claws28
349
350         * src/messageview.c
351         * src/mimeview.[ch]
352         * src/procmime.h
353         * src/rfc2015.c
354         * src/stock_pixmap.[ch]
355         * src/gtk/Makefile.am
356         * src/Makefile.am
357         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
358         * src/pixmaps/mime_*.xpm                ** NEW **
359                 o mimeview rearrangement with a new icon shortcut bar
360         
361 2003-07-19 [alfons]     0.9.3claws27
362
363         * src/folderview.c
364                 o plug leaking nodes_to_recollapse
365                 o add folderview_recollapse_all_nodes() (not used yet)
366
367 2003-07-19 [alfons]     0.9.3claws26
368
369         * src/compose.c
370         * src/common/utils.c
371                 honour #240 "Better SUBJECT handling" by cleaning the prefix
372                 for both forwarding as replying
373
374 2003-07-18 [christoph]  0.9.3claws25
375
376         * configure.ac
377         * src/common/sylpheed.[ch]
378         * src/common/version.h.in
379                 add version in numeric form to allow easy comparison
380
381         * src/plugins/demo/demo.c
382                 add version check
383                 - sylpheed version > plugin version => never allowed, sylpheed
384                   could contain unknown API changes
385                 - sylpheed version < minimum version required => don't load,
386                   API required not available (if linking does not fail)
387
388 2003-07-18 [alfons]     0.9.3claws24
389         
390         * src/common/plugin.[ch]
391                 const correctness
392
393 2003-07-18 [christoph]  0.9.3claws23
394
395         * src/common/hooks.c
396                 fix crash when hooks where unregisted
397
398         * src/plugins/trayicon/trayicon.c
399                 unregister detroy signal before destroying the widget
400                 (still crashes when the plugin is unloaded)
401
402 2003-07-18 [alfons]     0.9.3claws22
403         
404         * src/folderview.c
405                 delay expanding folder tree during drags until timeout triggered
406                 (needs perhaps some tweaking, so testing is welcome)
407
408 2003-07-17 [alfons]     0.9.3claws21
409
410         * src/folderview.c
411                 clean up cruft
412
413 2003-07-17 [christoph]  0.9.3claws20
414
415         * src/common/session.c
416                 fix opening of SSL connections
417
418         * src/plugins/image_viewer/Makefile.am
419                 add OPENSSL_CFLAGS (we should find a better solution to remove
420                 this dependencies if they are not required)
421
422         * src/plugins/spamassassin/spamassassin.c
423                 remove setlocale workaround (fixed in libspamc)
424
425 2003-07-17 [alfons]     0.9.3claws19
426
427         * src/common/hooks.[ch]
428         * src/plugins/clamav/clamav_plugin.c
429         * src/plugins/spamassassin/spamassassin.c
430         * src/plugins/trayicon/trayicon.c
431                 fix signedness muck 
432
433 2003-07-17 [alfons]     0.9.3claws18
434
435         * src/procmime.c
436                 plug memleak
437
438 2003-07-17 [alfons]     0.9.3claws17
439
440         * src/inc.c
441                 plug memleak
442
443 2003-07-17 [paul]       0.9.3claws16
444
445         * src/common/defs.h
446           src/mainwindow.c
447           src/manual.[ch]
448                 add link to the Claws site's FAQ page, after the suggestion
449                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
450                 Move url strings to defs.h
451                 
452         * src/mainwindow.c
453                 fix typo to prevent "unknown menu entry" warnings
454
455 2003-07-17 [alfons]     0.9.3claws15
456
457         * src/folderview.[ch]
458         * src/summaryview.[ch]
459         * src/mimeview.[ch]
460                 plug DnD leaks 
461
462 2003-07-17 [paul]       0.9.3claws14
463
464         * src/inc.c
465                 remove two instances of 'GTK_EVENTS_FLUSH' because
466                 they are unnecessary and probably cause a stack overflow
467
468 2003-07-16 [christoph]  0.9.3claws13
469
470         * src/mimeview.[ch]
471                 use an invisible GTK notebook to switch between viewers
472                 instead of reparenting widgets
473
474 2003-07-16 [christoph]  0.9.3claws12
475
476         * src/folder.c
477                 move folder_item_update_freeze() to correct place in
478                 folder_item_scan_full()
479
480 2003-07-16 [paul]       0.9.3claws11
481
482         * sync with 0.9.3cvs12
483                 see ChangeLog 2003-07-14 and 2003-07-15
484
485 2003-07-16 [christoph]  0.9.3claws10
486
487         * src/imap.[ch]
488         * src/prefs_account.[ch]
489                 sync IMAP CRAM-MD5 authentication with sylpheed-main
490
491 2003-07-15 [alfons]     0.9.3claws9
492
493         * src/main.c
494                 make --config-dir do something useful
495
496 2003-07-15 [alfons]     0.9.3claws8
497
498         * src/procmsg.c
499                 o fix a bug where 'last' didn't really point to the last message
500                   in the top level list of children, but to the last threaded
501                   message. 
502                 
503                 o clean up and make it easier to sync
504
505 2003-07-15 [alfons]     0.9.3claws7
506
507         * src/mainwindow.c
508                 make correct menu items sensitive       
509
510 2003-07-14 [alfons]     0.9.3claws6
511
512         * src/procmsg.c
513                 tune the threader so it will not subject-thread any message
514                 without a subject prefix (this will not thread correctly if 
515                 a parent is delivered after their childs, but it looks 
516                 better right now)
517
518 2003-07-13 [christoph]  0.9.3claws5
519
520         * src/mainwindow.c
521                 group "Add mailbox *..." menu items in submenu
522
523 2003-07-13 [alfons]     0.9.3claws4
524
525         * src/summaryview.c
526                 correct summary_toggle_pressed() signature and make sure
527                 signal is not passed on
528
529 2003-07-13 [alfons]     0.9.3claws3
530
531         * src/summaryview.c
532                 o for now don't pass on keys when they we're handled by 
533                   ctree::key_press_event
534                 o clean up
535
536 2003-07-13 [alfons]     0.9.3claws2
537         
538         * src/main.c
539                 add command line option "--config-dir" to get the current 
540                 configuration dir
541
542 2003-07-12 [alfons]     0.9.3claws1
543
544         * src/matcher.[ch]
545         * src/matcher_parser_parse.y
546         * src/prefs_filtering.c
547         * src/filtering.c
548                 add "Lock" filter action to lock messages;
549
550         * src/filtering.c       
551                 remove debug_print()    
552         * src/prefs_filtering.c
553                 re-organize matcher part 9: 
554                 make action text entries easily extendible;
555                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
556                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
557
558 2003-07-12 [paul]
559
560         * tools/README
561                 update old information and add missing
562                 information
563
564 2003-07-12 [paul]       0.9.3claws
565
566         * 0.9.3claws released
567         
568 2003-07-12 [paul]       0.9.0claws103
569
570         * src/Makefile.am
571                 add addrquery.h
572
573 2003-07-12 [melvin]     0.9.0claws102
574
575         * src/messageview.c
576                 Fixed bug #215: Show MIME tab for single text/html messages. 
577                 
578 2003-07-12 [paul]       0.9.0claws101
579
580         * man/sylpheed.1
581                 updated
582
583 2003-07-12 [paul]       0.9.0claws100
584
585         * po/es.po
586           po/hr.po
587           po/pl.po
588           po/sr.po
589                 update Spanish, Croatian, Polish, Serbian translations.
590                 submitted by Ricardo Mones Lastra, Dragan, Witold
591                 Wladyslaw Wojciech Wilk, Urke MMI
592
593 2003-07-12 [melvin]     0.9.0claws99
594
595         * po/fr.po
596                 Updated French translations.
597
598 2003-07-12 [paul]       0.9.0claws98
599
600         * src/addressbook.c
601                 disable 'Lookup' button as it has no effect
602
603 2003-07-11 [alfons]     0.9.0claws97
604         
605         * src/summaryview.c
606                 summary_searchbar_pressed() should return TRUE to signal that
607                 event was handled. when returning void, the return value passed
608                 to GTK is actually random, but maybe FALSE, in which case the
609                 event is handled by parent
610                 
611 2003-07-10 [paul]       0.9.0claws96
612
613         * ac/missing/gettext.m4
614                 update to version 0.12
615
616 2003-07-10 [paul]       0.9.0claws95
617
618         * src/plugins/clamav/clamav_plugin.c
619                 fix bug where multipart/alternative messages
620                 would slip through without being scanned
621
622 2003-07-10 [christoph]  0.9.0claws94
623
624         * src/folder.c
625                 correct check if folder supports removing when a message is
626                 moved. if not the message is only copied.
627
628         (closes Bug 132 crash on startup in newsgroups folders)
629
630 2003-07-09 [alfons]     0.9.0claws93
631
632         * configure.ac
633         * src/common/defs.h
634                 --with-config-dir (default .sylpheed)
635
636 2003-07-09 [christoph]  0.9.0claws92
637
638         * configure.ac
639                 use PKG_CHECK_MODULES to check for gtkmathview
640                 (version 0.4.2 now required)
641
642 2003-07-08 [melvin]     0.9.0claws91
643
644         * src/action.c
645                 Implemented a progress bar that counts the number of completed
646                 tasks when the action runs more than one command.
647
648 2003-07-08 [alfons]     0.9.0claws90
649
650         * src/procmsg.c
651                 if queued message has an invalid Message-Id, don't try to
652                 find message it refers to (fixes #209 "crash when processing 
653                 in folder")
654
655 2003-07-08 [paul]       0.9.0claws89
656
657         * sync with 0.9.3cvs2
658                 see ChangeLog 2003-07-08
659
660 2003-07-08 [match]      0.9.0claws88
661
662         * src/ldapctrl.c
663                 extend LDAP search for first/last name by parsing search term.
664
665 2003-07-08 [alfons]     0.9.0claws87
666
667         * src/send_message.c
668                 fix bug #208 "Status message stuck when sending on POP3 account"
669
670 2003-07-07 [paul]       0.9.0claws86
671
672         * po/hr.po
673                 new Croatian translation, submitted by
674                 Dragan <drleskov@inet.hr>
675
676 2003-07-07 [paul]       0.9.0claws85
677
678         * sync with 0.9.3cvs1
679                 see ChangeLog 2003-07-07
680
681 2003-07-05 [christoph]  0.9.0claws84
682
683         * src/Makefile.am
684         * src/messageview.c
685         * src/mimeview.[ch]
686         * src/stock_pixmap.[ch]
687         * src/pixmaps/messageview_text.xpm              ** NEW **
688                 move mimeview tabs to the right side and use icons
689                 instead of text to save some space
690
691         (patch by Luke Plant <lukeplant@softhome.net>)
692
693 2003-07-05 [christoph]  0.9.0claws83
694
695         * src/inc.c
696                 add NULL pointer checks
697
698         (patch by Luke Plant <lukeplant@softhome.net>)
699         (closes Bug 204 0.9.0 quits on authentication error?!)
700
701 2003-07-05 [alfons]     0.9.0claws82
702
703         * configure.ac
704                 take the clue in bug #202 "./configure script - 
705                 'if test' comparison failure" reported by John Kristoff. 
706
707 2003-07-04 [christoph]  0.9.0claws81
708
709         * src/plugins/spamassassin/spamassassin.c
710                 set timeout for spam check
711
712 2003-07-04 [christoph]  0.9.0claws80
713
714         * src/main.c
715                 destroy all FolderItems when shutting down to
716                 allow folders to clean up
717
718 2003-07-04 [melvin]     0.9.0claws79
719
720         * src/gtk/gtkaspell.c
721                 Fixed bug #184 "Entering non-ascii character deletes
722                 previous char if spell checking enabled": this makes
723                 the spell checking in multibytes (e.g. UTF-8)locales work.
724                 (Patch by Luke Plant).
725                 
726 2003-07-04 [christoph]  0.9.0claws78
727
728         * sync with 0.9.2cvs1
729                 see ChangeLog 2003-06-10
730
731 2003-07-04 [paul]       0.9.0claws77
732
733         * sync with 0.9.3 release
734                 see ChangeLog 2003-07-04
735
736 2003-07-03 [christoph]  0.9.0claws76
737
738         * src/folder.[ch]
739         * src/imap.c
740         * src/mbox_folder.c
741         * src/mh.c
742         * src/news.c
743                 move folder_item_get_path() stuff into a folder virtual function
744
745         * src/procmsg.c
746                 use folder_item_fetch_msg() to get message and do not contruct
747                 the filename from path and number
748
749 2003-07-03 [paul]       0.9.0claws75
750
751         * sync with 0.9.2cvs12
752                 see ChangeLog 2003-07-03
753
754 2003-07-02 [paul]       0.9.0claws74
755
756         * src/messageview.c
757                 fix text-selection for replying
758
759 2003-07-02 [paul]       0.9.0claws73
760
761         * sync with 0.9.2cvs11
762                 see ChangeLog 2003-07-02
763
764 2003-07-02 [paul]       0.9.0claws72
765
766         * src/procmsg.c
767                 revert last commit because it breaks more
768                 than it fixes
769
770 2003-07-02 [paul]       0.9.0claws71
771
772         * src/procmsg.c
773                 fix thread by subject/sort by date
774
775 2003-07-01 [paul]       0.9.0claws70
776
777         * sync with 0.9.2cvs10
778                 see ChangeLog 2003-07-01
779
780 2003-06-30 [paul]       0.9.0claws69
781
782         * sync with 0.9.2cvs9
783                 see ChangeLog 2003-06-30
784
785 2003-06-28 [match]      0.9.0claws68
786
787         * src/addressbook.c
788                 fix null ptr.
789
790 2003-06-27 [paul]       0.9.0claws67
791
792         * sync with 0.9.2cvs7
793                 see ChangeLog 2003-06-27
794
795 2003-06-26 [christoph]  0.9.0claws66
796
797         * src/folder.c
798                 freeze folder updates while a folder is scanned
799
800         (closes Bug 185 New message counter)
801
802 2003-06-26 [darko]      0.9.0claws65
803
804         * src/ldapserver.c
805                 fix infinite loop when adding a new LDAP server
806
807 2003-06-26 [paul]       0.9.0claws64
808
809         * sync with 0.9.2cvs6
810                 see ChangeLog 2003-06-26
811
812 2003-06-26 [paul]       0.9.0claws63
813
814         * sync with 0.9.2cvs5
815                 see ChangeLog 2003-06-25 and 2003-06-26
816
817 2003-06-25 [match]      0.9.0claws62
818
819         * src/addr_compl.c
820                 Fixed tab/backtab for dropped-down completion list to
821                 move next/previous field. (close bug 147)
822
823 2003-06-25 [christoph]  0.9.0claws61
824
825         * src/addr_compl.[ch]
826         * src/addrindex.[ch]
827         * src/folderview.c
828         * src/inc.c
829         * src/news.c
830         * src/summaryview.c
831         * src/toolbar.c
832                 fix warnings
833
834 2003-06-25 [leandro]    0.9.0claws60
835
836         * src/compose.c
837                 o cleanups
838                 o gray out "Message/Remove references" menu item if not
839                   replying to a message
840
841 2003-06-24 [leandro]    0.9.0claws59
842
843         * src/compose.[ch]
844                 o removed "Message/Create new thread" menu item
845                 o added "Message/Remove references" menu item
846                   (it's off by default and will not check anymore
847                    if the subject changed)
848
849 2003-06-23 [alfons]     0.9.0claws58
850
851         * src/procmsg.c
852                 try better grouping messages threaded by subject based on their age.
853                 still not perfect - because the message tree is not sorted by date.  
854
855 2003-06-23 [thorsten]   0.9.0claws57
856
857         * src/pop.[ch]
858                 added mail_receive_hook to allow modifications
859                 directly after retrieval (e.g. adding headers).
860
861 2003-06-23 [paul]       0.9.0claws56
862
863         * src/sourcewindow.c
864                  enable the use of Ctrl+A to select all text in
865                  the sourcewindow
866                  Patch submitted by Ivan Francolin Martinez
867                  <ivanfm@users.sourceforge.net>
868
869 2003-06-22 [christoph]  0.9.0claws55
870
871         * src/folder.[ch]
872                 o add notification hook for folder tree changes
873                 o invoke hooks after folder tree scanning
874
875         * src/folderview.[ch]
876                 register hook for folder tree changes that
877                 updates the ctree
878
879         (there are more places that should be updated, like add, remove 
880          or move folder)
881
882         (closes Bug 164 Crash on rebuild folder tree)
883         (closes Bug 190 Crash on 'rebuilding folder tree')
884
885 2003-06-21 [leandro]    0.9.0claws54
886
887         * src/compose.[ch]
888                 create a new thread if subject changes
889                 (it's on by default, can be disabled in Message menu)
890
891 2003-06-21 [alfons]     0.9.0claws53
892
893         * src/summaryview.c
894                 quiet little compiler
895
896 2003-06-21 [christoph]  0.9.0claws52
897
898         update gettext stuff to version 0.12
899
900 2003-06-19 [alfons]     0.9.0claws51
901
902         * src/common/log.c
903         * src/common/plugin.c
904                 move defs.h before glib.h to prevent MIN/MAX redefs
905
906 2003-06-19 [alfons]
907
908         * src/addressbook.c
909                 translatable
910
911 2003-06-19 [match]      0.9.0claws50
912
913         * src/addressbook.[ch]
914         * src/addrindex.[ch]
915         * src/addr_compl.[ch]
916         * src/editldap.[ch]
917         * src/editldap_basedn.[ch]
918         * src/addritem.[ch]
919         * src/ldapquery.h
920                 re-implemented dynamic LDAP search. works without
921                 slowdown on display sender with addressbook
922                 option.
923         * src/addrbook.c
924                 documented code.
925
926 2003-06-19 [paul]       0.9.0claws49
927
928         * src/compose.c
929                 fix Bug #136 'Nonprovided quotation marks crash claws'
930                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
931
932 2003-06-19 [alfons]     0.9.0claws48
933
934         * src/prefs_common.[ch]
935         * src/procmsg.c
936                 restrict threading by subject by checking thread for
937                 age (prefs_common.thread_by_subject_max_age)
938
939 2003-06-18 [christoph]  0.9.0claws47
940
941         * src/imap.c
942                 fix memory leak in imap_cmd_fetch()
943
944 2003-06-18 [christoph]  0.9.0claws46
945
946         * src/prefs_gtk.c
947                 fix memory leak in prefs_set_default() when used multiple
948                 times or after prefs have been read
949
950 2003-06-18 [christoph]  0.9.0claws45
951
952         * src/common/plugin.c
953                 fix memory leak in plugin_unload()
954
955 2003-06-18 [christoph]  0.9.0claws44
956
957         * src/imap.c
958                 fix memory leak in imap_cmd_ok()
959
960 2003-06-18 [christoph]  0.9.0claws43
961
962         * src/folder.c
963                 stop messages that are downloaded from POP3 and added to
964                 an IMAP inbox from being filtered twice (first by POP3
965                 and again when IMAP folder is scaned to get the UID of
966                 the APPEND operation when no UIDPLUS is available)
967
968 2003-06-18 [alfons]
969
970         * tools/Makefile.am
971                 phoenix <- firebird     
972
973 2003-06-18 [paul]
974
975         * tools/launch_phoenix          ** REMOVED **
976           tools/launch_firebird         ** NEW **
977                 renamed and edited to reflect the browser's name change from
978                 'phoenix' to 'firebird'
979
980 2003-06-18 [paul]       0.9.0claws42
981
982         * sync with 0.9.2cvs2
983                 see ChangeLog 2003-06-16
984
985 2003-06-17 [alfons]     0.9.0claws41
986
987         * src/procmsg.c
988                 prevent threading problems when a node is an ancestor (parent / great parent),
989                 which mostly happens with circular references (thanks to Phillipe Gramoullé
990                 for finding an sample set of messages)
991
992 2003-06-16 [christoph]  0.9.0claws40
993
994         * src/main.c
995                 don't popup main window on --receive or --receive-all
996
997         * src/mainwindow.[ch]
998         * src/plugins/trayicon/trayicon.c
999                 allow hiding of main window by clicking on the trayicon
1000                 (doesn't work correctly in seperate window mode and may
1001                  cause unexpected GTK problems I couldn't find yet)
1002
1003         * src/common/ssl.c
1004                 remove incorrect warning
1005
1006 2003-06-15 [alfons]     0.9.0claws39
1007
1008         * src/gtk/gtkstext.c
1009                 don't output debug text;
1010                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1011                 for pointing this out);
1012
1013 2003-06-14 [alfons]     0.9.0claws38
1014         
1015         * src/messageview.c
1016                 remove printf() and make one if..else comply with coding style
1017
1018 2003-06-14 [alfons]     0.9.0claws37
1019
1020         * AUTHORS
1021                 add Martin Wicke
1022         * src/action.c
1023         * src/messageview.[ch]
1024         * src/summaryview.c
1025                 apply patch #754162 "Quoting messages filtered by actions" submitted
1026                 by Martin Wicke, which allows quoting message body changed by an
1027                 action (Thanks!).
1028
1029 2003-06-13 [alfons]     0.9.0claws36
1030
1031         * src/utils.c
1032                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1033                 use case insensitive regexp (suggested by Ivan Martinez)
1034
1035 2003-06-13 [christoph]  0.9.0claws35
1036
1037         * configure.ac
1038         * src/plugins/trayicon/Makefile.am
1039         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1040         * src/plugins/trayicon/trayicon.c
1041         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1042         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1043         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1044         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1045         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1046         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1047                 replace my own EggTrayIcon backport with the backport
1048                 used by (l|x)mule and gabber.
1049
1050 2003-06-13 [alfons]     0.9.0claws34
1051
1052         * AUTHORS
1053         * src/common/utils.c
1054                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1055
1056 2003-06-13 [alfons]     0.9.0claws33
1057
1058         * src/compose.c
1059                 clean up a little bit
1060
1061 2003-06-12 [alfons]     0.9.0claws32
1062
1063         * src/compose.c
1064                 const correctness fix
1065
1066         * src/common/sylpheed.[ch]
1067                 () -> (void)
1068                 prevent redef MIN/MAX
1069                 
1070         * src/common/utils.[ch]
1071                 () -> (void)
1072
1073 2003-06-12 [melvin]     0.9.0claws31
1074
1075         * src/compose.c
1076                 Updated to take into accounts changes in GtkAspell.
1077
1078 2003-06-12 [alfons]     0.9.0claws30
1079
1080         * src/compose.c
1081         * src/procmsg.c
1082         * src/common/utils.[ch]
1083                 handle reply subject prefixes better (initial 
1084                 suggestion by Robert Story adapted and enhanced 
1085                 using regexps)
1086
1087 2003-06-12 [melvin]     0.9.0claws29
1088
1089         * src/compose.c
1090                 Use new gtkaspell_checkers_strerror() to get the speller's
1091                 error message instead of accessing the (now private)
1092                 checkers structure.
1093                 Minor code clean up
1094
1095         * src/main.c
1096                 Use #ifdef instead of #if for USE_ASPELL
1097                 Use the new spell checkers init/quit functions 
1098
1099         * src/gtk/gtkaspell.c
1100                 Use #ifdef instead of #if for USE_ASPELL
1101                 Moved in the majority of GtkAspell structures that were
1102                 exported before by gtkaspell.h
1103         
1104         * src/gtk/gktaspell.h
1105                 Made gtkaspell.h contain only the necessary data to be
1106                 publicized by moving many structures to gtkaspell.c.
1107                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1108                 gtkaspell_checkers_new(): replaced by...
1109                 gtkaspell_checkers_init(): new function for initialization
1110                 gtkaspell_checkers_delete(): replaced by...
1111                 gtkaspell_checkers_quit(): new function
1112                 gtkaspell_checkers_strerror(): new function that returns
1113                 the checker's last error message.
1114                 
1115 2003-06-11 [melvin]     0.9.0claws28
1116
1117         * po/POTFILES.in
1118                 Updated to take into account gtkaspell.c migration to
1119                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1120
1121 2003-06-10 [alfons]     0.9.0claws27
1122
1123         * src/filtering.[ch]
1124         * src/folder.c
1125         * src/matcher.c
1126         * src/scoring.[ch]
1127                 - try fixing bug #18 (any brave testers?)
1128                 - add more robustness by refusing previously 
1129                   unchecked NULL pointers 
1130
1131 2003-06-10 [alfons]     0.9.0claws26
1132
1133         * src/procmsg.c
1134                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1135
1136 2003-06-09 [alfons]     0.9.0claws25
1137
1138         * src/prefs_common.c
1139                 fix bug #163 "Icon switching doesnt work properly" by 
1140                 preventing early freeing of prefs_common.pixmap_theme_path.
1141
1142 2003-06-09 [christoph]  0.9.0claws24
1143
1144         * src/gtk/gtkaspell.c
1145                 revert Thorsten's fix and add forgotten g_strdup for
1146                 aspell path (it should not be possible to alter the path a
1147                 GtkASpell uses from outside)
1148
1149 2003-06-09 [thorsten]   0.9.0claws23
1150
1151         * src/gtk/gtkaspell.c
1152                 dont free prefs_common.aspell_path when closing compose
1153
1154 2003-06-08 [colin]      0.9.0claws22
1155
1156         * src/plugins/spamassassin/spamassassin.c
1157                 fix prefs types
1158
1159 2003-06-07 [christoph]  0.9.0claws21
1160
1161         * src/Makefile.am
1162         * src/compose.c
1163         * src/gtkaspell.[ch]            ** REMOVE **
1164         * src/gtk/Makefile.am
1165         * src/gtk/gtkaspell.[ch]        ** NEW **
1166                 o make gtkaspell independent from sylpheed's prefs
1167                 o move gtkaspell.[ch] to gtk directory
1168
1169 2003-06-07 [christoph]  0.9.0claws20
1170
1171         * src/Makefile.am
1172         * src/crash.c
1173         * src/export.c
1174         * src/filesel.[ch]              ** REMOVE **
1175         * src/folder.c
1176         * src/main.[ch]
1177         * src/common/sylpheed.[ch]
1178         * src/gtk/Makefile.am
1179         * src/gtk/filesel.[ch]          ** NEW **
1180         * src/gtk/pluginwindow.c
1181         * src/gtk/sslcertwindow.c
1182                 move filesel.[ch] to gtk directory
1183
1184 2003-06-07 [alfons]     0.9.0claws19
1185
1186         * src/filesel.c
1187                 make (multi) file selection dialog work again (Claws-only)
1188
1189 2003-06-07 [thorsten]   0.9.0claws18
1190
1191         * po/de.po
1192                 fix typos
1193
1194 2003-06-07 [alfons]     0.9.0claws17
1195
1196         * configure.ac
1197         * src/mimeview.c
1198                 detect apache mishap in which case don't include fnmatch.h
1199                 if regex.h is already included
1200
1201 2003-06-06 [christoph]  0.9.0claws16
1202
1203         * configure.ac
1204         * src/mimeview.h
1205                 add check for fnmatch.h and include it when available
1206
1207         * src/mimeview.[ch]
1208                 fix wrong case sensitivity of Content-Types
1209
1210         * src/gtk/Makefile.am
1211                 need the same include paths in gtk directory as in
1212                 common directory because .h files in common can
1213                 include files from these directories, when included
1214                 in gtk's .h or .c files
1215
1216 2003-06-06 [alfons]     0.9.0claws15
1217
1218         * src/mimeview.c
1219         * src/summaryview.c
1220                 make it compile again because of regex.h / fnmatch.h 
1221                 include problems (related to recent mime stuff, can
1222                 someone check this?)
1223
1224 2003-06-06 [thorsten]   0.9.0claws14
1225
1226         * src/folderview.c
1227                 possible use of uninitialized pointer while dragging
1228
1229 2003-06-06 [paul]       0.9.0claws13
1230
1231         * src/compose.c
1232                 fix bug where the insert sig button would be effective
1233                 only when auto_sig was set
1234
1235 2003-06-06 [paul]       0.9.0claws12
1236
1237         * sync with 0.9.2 release
1238
1239 2003-06-02 [paul]       0.9.0claws11
1240
1241         * sync with 0.9.1cvs1
1242                 see ChangeLog 2003-06-02
1243                 
1244         * po/de.po
1245                 update by Jens
1246
1247 2003-06-01 [christoph]  0.9.0claws10
1248
1249         * src/account.c
1250                 don't use substring search to find accounts by email address
1251
1252         (closes Bug 169 Overly loose matching of "From" address)
1253
1254 2003-05-31 [christoph]  0.9.0claws9
1255
1256         * doc-src/rfc2683.txt
1257         * src/imap.c
1258                 limit IMAP command length as recommended in RFC2683
1259                 (message number lists will be split into multiple imap
1260                 sets, the limit of 1000 octets is not a hard limit)
1261
1262         (closes Bug 161 sylpheed-claws exits with segfault when logging
1263          in to certain imap-servers)
1264
1265 2003-05-29 [alfons]     0.9.0claws8
1266
1267         * src/toolbar.[ch]
1268                 add print button (calling summary_print());
1269                 fine tune setting tooltip text;
1270                 (if someone needs other buttons, please take these 
1271                 commits as a guide, instead of bothering us - also
1272                 see 0.8.11claws150) 
1273
1274 2003-05-29 [darko]      0.9.0claws7
1275
1276         * src/compose.c
1277                 fix crash when word wrapping kicks in due to
1278                 changed text by spell checker
1279
1280 2003-05-29 [paul]       0.9.0claws6
1281
1282         * src/compose.c
1283                 fix bug where changing account would insert
1284                 sig even if auto_sig was FALSE
1285                 
1286         * ChangeLog
1287           ChangeLog.jp
1288           INSTALL
1289                 sync with 0.9.1 release
1290
1291 2003-05-28 [christoph]  0.9.0claws5
1292
1293         * src/imap.c
1294                 fix truncation of too long commands
1295
1296         (closes Bug 167 IMAP hangs trying to get envelope
1297          information in imap_get_uncached_messages)
1298
1299 2003-05-27 [paul]       0.9.0claws4
1300
1301         * tools/Makefile.am
1302           tools/maildir2sylpheed.pl     ** NEW FILE **
1303                 add kmail to sylpheed mailbox conversion script
1304
1305 2003-05-27 [paul]       0.9.0claws3
1306
1307         * sync with 0.9.0cvs10
1308                 see ChangeLog 2003-05-26
1309
1310 2003-05-26 [paul]       0.9.0claws2
1311
1312         * sync with 0.9.0cvs9
1313                 see ChangeLog 2003-05-26
1314
1315 2003-05-24 [paul]       0.9.0claws1
1316
1317         * sync with 0.9.0cvs8
1318                 see ChangeLog 2003-05-23
1319
1320 2003-05-24 [paul]       0.9.0claws
1321
1322         * version 0.9.0claws released
1323
1324 2003-05-24 [paul]       0.8.11claws177
1325
1326         * src/plugins/dillo-viewer/Makefile.am
1327           src/plugins/traycon/Makefile.am
1328                 add missing files
1329                 
1330         * po/bg.po
1331           po/en_GB.po
1332           po/es.po
1333           po/it.po
1334           po/pt_BR.po
1335           po/ru.po
1336           po/sr.po
1337                 update Bulgarian, British English, Spanish, Italian, 
1338                 Brazilian Portuguese, Russian, and Serbian translations, 
1339                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1340                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1341                 Ruslan N. Balkin, and Urke MMI
1342
1343 2003-05-23 [melvin]     0.8.11claws176
1344
1345         * po/fr.po
1346                 Updated French translations
1347
1348 2003-05-22 [paul]       0.8.11claws175
1349
1350         * src/Makefile.am
1351           src/addrbook.[ch]
1352           src/addrcache.[ch]
1353           src/addr_compl.[ch]
1354           src/adressbook.[ch]
1355           src/addrindex.[ch]
1356           src/addritem.[ch]
1357           src/editaddress.c
1358           src/editgroup.c
1359           src/editldap_basedn.c
1360           src/editldap.c
1361           src/jpilot.c
1362           src/vcard.c
1363                 revert to get ldap into it previous working state
1364                 
1365         * po/zh_TW.Big5.po
1366                 new Taiwanese translation,
1367                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1368
1369 2003-05-22 [christoph]  0.8.11claws174
1370
1371         * src/plugins/spamassassin/libspamc.[ch]
1372                 sync libspamc with SpamAssaain release 2.55
1373
1374 2003-05-22 [paul]       0.8.11claws173
1375
1376         * sync with 0.9.0cvs7
1377                 see ChangeLog 2003-05-22
1378                 
1379         * src/summaryview.c
1380                 revert change in 0.8.11claws172: follow
1381                 Hiroyuki's decision and that's the end of it.
1382
1383 2003-05-21 [paul]       0.8.11claws172
1384
1385         * src/summaryview.c
1386                 fix discrepency between open_unread_on_enter
1387                 and always_show_msg
1388
1389 2003-05-21 [paul]       0.8.11claws171
1390
1391         * sync with 0.9.0cvs6
1392                 see ChangeLog 2003-05-21
1393
1394 2003-05-21 [paul]       0.8.11claws170
1395
1396         * sync with 0.9.0cvs5
1397                 see ChangeLog 2003-05-21
1398
1399 2003-05-20 [paul]       0.8.11claws169
1400
1401         * sync with 0.9.0cvs4
1402                 see ChangeLog 2003-05-20
1403                 fixes bug #152, 'encoding of IMAP folders names'
1404
1405 2003-05-20 [paul]       0.8.11claws168
1406
1407         * sync with 0.9.0cvs3
1408                 see ChangeLog 2003-05-20
1409                 
1410         * src/tools/convert_mbox.pl
1411                 minor change in the comments, submitted by Fred Marton
1412
1413 2003-05-19 [paul]       0.8.11claws167
1414
1415         * src/plugins/clamav/Makefile.am
1416           configure.ac
1417                 link clamav_lib to the plugin and not to the main program
1418
1419 2003-05-19 [christoph]
1420
1421         * src/Makefile.am
1422                 add -export-dynamic for linking
1423
1424 2003-05-19 [paul]       0.8.11claws166
1425
1426         * sync with 0.9.0cvs1
1427                 see ChangeLog 2003-05-19
1428
1429 2003-05-19 [paul]       0.8.11claws165
1430
1431         * src/inc.c
1432                 fix 'pop before smtp' timeout
1433
1434 2003-05-18 [alfons]     0.8.11claws164
1435
1436         * src/prefs_matcher.c
1437                 put "execute" action command line ("expression") in edit box
1438
1439 2003-05-18 [christoph]  0.8.11claws163
1440
1441         * src/mimeview.[ch]
1442         * src/plugins/dillo_viewer/dillo_viewer.c
1443         * src/plugins/image_viewer/viewer.c
1444         * src/plugins/mathml_viewer/mathml_viewer.c
1445                 let a viewer have a list of Content-Types
1446
1447 2003-05-18 [paul]       0.8.11claws162
1448
1449         * src/prefs_filtering.c
1450                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1451                 and REDIRECT actions
1452
1453 2003-05-17 [christoph]
1454
1455         * README.claws
1456                 o remove dynamic signatures that was syned with main
1457                 o add infos about no longer "build in" image viewer
1458                 o update bugtracker URL
1459
1460 2003-05-17 [christoph]  0.8.11claws161
1461
1462         * src/folder.c
1463         * src/folderview.c
1464         * src/imap.c
1465                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1466                 for every folder after rebuilding the folder tree.
1467
1468         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1469          messages)
1470
1471 2003-05-17 [christoph]  0.8.11claws160
1472
1473         * src/imap.c
1474                 don't use STATUS command on current folder to check for
1475                 content changes. imap_cmd_ok() now tracks changes to
1476                 folder and number of existing messages.
1477
1478 2003-05-17 [paul]       0.8.11claws159
1479
1480         * src/plugins/clamav/clamav_plugin.c
1481                 remove unnecessary debug_print
1482
1483 2003-05-16 [thorsten]   0.8.11claws158
1484
1485         * src/plugins/demo.c
1486                 included missing intl.h
1487
1488 2003-05-16 [paul]       0.8.11claws157
1489
1490         * po/POTFILES.in
1491                 remove non-existant entries
1492         
1493         * src/plugins/clamav/clamav_plugin.c
1494           src/plugins/clamav/clamav_plugin_gtk.c
1495           src/plugins/dillo_viewer/dillo_prefs.c
1496           src/plugins/dillo_viewer/dillo_viewer.c
1497                 gettextise
1498
1499 2003-05-16 [christoph]  0.8.11claws156
1500
1501         * po/POTFILES.in
1502                 include plugin .c files for translation until I
1503                 find a better solution to have plugins have their
1504                 own textdomain
1505         * src/plugins/demo/demo.c
1506         * src/plugins/image_viewer/plugin.c
1507         * src/plugins/mathml_viewer/mathml_viewer.c
1508         * src/plugins/spamassassin/spamassassin.c
1509         * src/plugins/spamassassin/spamassassin_gtk.c
1510         * src/plugins/trayicon/trayicon.c
1511                 add gettext macros for plugin name and description
1512
1513 2003-05-16 [paul]
1514
1515         * sync with 0.9.0
1516
1517 2003-05-16 [paul]       0.8.11claws155
1518
1519         * sync with lastest 0.9.0pre1
1520                 see ChangeLog 2003-05-16
1521
1522 2003-05-15 [paul]       0.8.11claws154
1523
1524         * sync with latest 0.9.0pre1
1525                 see ChangeLog 2003-05-14 and 2003-05-15
1526
1527 2003-05-14 [christoph]  0.8.11claws153
1528
1529         * src/plugins/image_viewer/viewer.c
1530         * src/plugins/image_viewer/viewer.glade         ** NEW **
1531         * src/plugins/image_viewer/viewerprefs.c
1532                 make it possible to disable the autoload function in the
1533                 imageviewer again
1534
1535 2003-05-14 [christoph]  0.8.11claws152
1536
1537         * src/folder.c
1538                 fix folder update after adding a message
1539
1540 2003-05-13 [alfons]     0.8.11claws151
1541
1542         * src/common/session.c
1543                 remove debug traces
1544                 
1545         * src/addrcache.[ch]
1546         * src/filtering.[ch]
1547         * src/folder.[c]
1548         * src/gtkaspell.[ch]
1549         * src/imap.[ch]
1550         * src/mbox_folder.[ch]
1551         * src/mh.[ch]
1552         * src/mimeview.h
1553         * src/msgcache.[ch]
1554         * src/news.[ch]
1555         * src/passphrase.[ch]
1556         * src/prefs_common.[ch]
1557         * src/prefs_gtk.[ch]
1558         * src/procmsg.c
1559         * src/scoring.[ch]
1560                 be pedantic; (in prototypes () implies (int))
1561
1562 2003-05-13 [alfons]     0.8.11claws150
1563
1564         * src/prefs_toolbar.[ch]
1565         * src/summaryview.[ch]
1566         * src/toolbar.[ch]
1567                 change misleading text in toolbar prefs;
1568                 add toolbar action for ignore thread (toggles ignore thread flag);
1569                 clean up a little bit;
1570
1571 2003-05-12 [paul]
1572
1573         * tools/convert_mbox.pl
1574                 bug fixed by Fred Marton
1575
1576 2003-05-12 [paul]
1577
1578         * sync with 0.9.0pre1
1579
1580 2003-05-09 [paul]       0.8.11claws149
1581
1582         * sync with 0.8.11cvs43
1583                 see ChangeLog 2003-05-09
1584
1585 2003-05-08 [christoph]  0.8.11claws148
1586
1587         * src/imap.[ch]
1588                 o use CAPABILIY as first command and check for PREAUTH
1589                   information in the response to it
1590                 o rewrite all imap_cmd_* functions to use an IMAPSession
1591                   instead of a SockInfo as parameter
1592                 o do STARTTLS after fetching and checking the server
1593                   capabilities
1594
1595 2003-05-08 [paul]       0.8.11claws147
1596
1597         * tools/Makefile.am
1598           tools/README
1599           tools/convert_mbox.pl         ** NEW FILE **
1600                 add mbox conversion script. Submitted by 
1601                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1602
1603 2003-05-07 [christoph]
1604
1605         * doc-src/glade.txt
1606         * src/gtk/pluginwindow.glade
1607         * src/plugins/image_viewer/viewerprefs.glade
1608         * src/plugins/spamassassin/spamassassin_gtk.glade
1609                 add glade files for user interfaces and a description how
1610                 to use glade to create the sylpheed code
1611
1612 2003-05-07 [paul]       0.8.11claws146
1613
1614         * sync with 0.8.11cvs41
1615                 see ChangeLog 2003-05-07
1616
1617 2003-05-06 [christoph]  0.8.11claws145
1618
1619         * src/main.c
1620         * src/plugins/image_viewer/viewer.c
1621                 fix usage of imlib in imageviewer plugin
1622
1623         * src/gtk/prefswindow.c
1624                 handle window close event correctly
1625
1626 2003-05-06 [paul]       0.8.11claws144
1627
1628         * src/common/ssl.c
1629                 fix typo introduced in sync
1630
1631 2003-05-06 [paul]       0.8.11claws143
1632
1633         * sync with 0.8.11cvs39
1634                 see ChangeLog 2003-05-06
1635
1636 2003-05-06 [paul]       0.8.11claws142
1637
1638         * AUTHORS
1639           po/cs.po
1640                 updated Czech translation, submitted by 
1641                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1642                 
1643         * src/plugins/clamav/clamav_plugin_gtk.c
1644                 clean up
1645
1646 2003-05-03 [alfons]     0.8.11claws141
1647
1648         * src/compose.[ch]
1649                 make paste as quotation work even when the call to 
1650                 text_inserted() was deferred (fixes bug #140 "Paste 
1651                 as quotation does not work when using "external" 
1652                 clipboard")
1653
1654 2003-05-03 [thorsten]   0.8.11claws140
1655
1656         * src/addrquery.h
1657           src/ldapquery.h
1658           src/mainwindow.c
1659                 removed C++ comments
1660         * src/addr_compl.c
1661                 function with non-int retval/param used before
1662                 implementation/declaration
1663
1664 2003-05-02 [paul]       0.8.11claws139
1665
1666         * src/addr_compl.[ch]
1667           src/addressbook.[ch]
1668           src/addrindex.c
1669           src/summaryview.c
1670                 revert match's changes to (finally) remove the bug where
1671                 opening a folder causes massive slowdown when using the 
1672                 'Display sender using address book' option
1673
1674 2003-05-01 [melvin]     0.8.11claws138
1675
1676         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1677         * src/plugins/dillo_viewer/dillo_viewer.c
1678                 Fixed bug where "Cancel" button from prefs issued
1679                 warnings.
1680                 Comply a little more to coding style
1681
1682 2003-05-01 [paul]       0.8.11claws137
1683
1684         * sync with 0.8.11cvs38
1685                 see ChangeLog 2003-05-01
1686
1687 2003-05-01 [paul]       0.8.11claws136
1688
1689         * po/bg.po
1690                 updated by George Danchev
1691
1692 2003-04-30 [christoph]  0.8.11claws135
1693
1694         * src/plugins/dillo_viewer/dillo_prefs.c
1695         * src/plugins/image_viewer/viewerprefs.c
1696         * src/plugins/spamassassin/spamassassin_gtk.c
1697                 remove gtk_widget_ref() calls for widgets in
1698                 glade code
1699
1700 2003-04-30 [paul]       0.8.11claws134
1701
1702         * src/addrindex.c
1703                 ok, this time a better fix for the bug where opening folder
1704                 has massive slowdown when using the 'Display sender using 
1705                 address book' option
1706
1707 2003-04-30 [paul]       0.8.11claws133
1708
1709         * src/addrindex.c
1710                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1711         
1712 2003-04-30 [melvin]     0.8.11claws132
1713
1714         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1715
1716         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1717                 Preferences for the dillo plugin
1718         * src/plugins/dillo_viewer/dillo_viewer.c
1719                 Support for preferences
1720         * src/plugins/dillo_viewer/Makefile.am
1721                 Added dillo_prefs.[ch]
1722
1723 2003-04-30 [alfons]     0.8.11claws131
1724
1725         * src/common/plugin.[ch]
1726                 see? this ANSI C'fication immediately gives us type
1727                 checking for free.
1728
1729 2003-04-30 [alfons]     0.8.11claws130
1730
1731         * src/common/plugin.[ch]
1732         * src/plugins/clamav/clamav_plugin.[ch]
1733         * src/plugins/clamav/clamav_plugin_gtk.c
1734         * src/plugins/demo/demo.c
1735         * src/plugins/dillo_viewer/dillo_viewer.c
1736         * src/plugins/image_viewer/plugin.c
1737         * src/plugins/image_viewer/viewer.[ch]
1738         * src/plugins/image_viewer/viewerprefs.[ch]
1739         * src/plugins/mathml_viewer/mathml_viewer.c
1740         * src/plugins/spamassassin/spamassassin.[ch]
1741         * src/plugins/spamassassin/spamassassin_gtk.c
1742         * src/plugins/trayicon/trayicon.c
1743                 clean up
1744
1745 2003-04-30 [alfons]     0.8.11claws129
1746
1747         * src/common/utils.c
1748                 make is_ascii_str() fail gracefully when NULL pointer
1749                 is passed
1750
1751 2003-04-30 [paul]       0.8.11claws128
1752
1753         * src/addrindex.c
1754                 fix bug where opening folder has massive slowdown when
1755                 using the 'Display sender using address book' option
1756
1757 2003-04-30 [paul]       0.8.11claws127
1758
1759         * src/plugins/clamav/clamav_plugin.c
1760           src/plugins/clamav/clamav_plugin_gtk.c
1761           src/plugins/demo/demo.c
1762           src/plugins/dillo_viewer/dillo_viewer.c
1763           src/plugins/image_viewer/plugin.c
1764           src/plugins/mathml_viewer/mathml_viewer.c
1765           src/plugins/spamassassin/spamassassin.c
1766           src/plugins/spamassassin/spamassassin_gtk.c
1767           src/plugins/trayicon/trayicon.c
1768                 get rid of eye-hurting function signatures
1769
1770 2003-04-30 [paul]       0.8.11claws126
1771
1772         * src/plugins/trayicon/trayicon.c
1773                 add description
1774                 
1775         * src/mimeview.c
1776                 be more descriptive
1777
1778 2003-04-30 [paul]       0.8.11claws125
1779
1780         * configure.ac
1781                 arrange the plugins in reverse alphabetical order
1782                 
1783         * src/plugins/clamav/clamav_plugin.[ch]
1784           src/plugins/clamav/clamav_plugin_gtk.c
1785                 rename some params
1786                 resize max_size window
1787                 re-arrange the order of some gui elements
1788                 improve descriptions
1789         
1790         * src/plugins/image_viewer/plugin.c
1791           src/plugins/mathml_viewer/mathml_viewer.c
1792                 add descriptions
1793                 
1794         * src/plugins/spamassassin/spamassassin_gtk.c
1795                 resize max_size window
1796                 re-arrange the order of some gui elements
1797                 
1798         * src/messageview.c
1799           src/mimeview.c
1800                 correct typos
1801
1802 2003-04-30 [alfons]     0.8.11claws124
1803
1804         * src/imap.c
1805                 fix a leak found while browsing Martin Kluge's 
1806                 valgrind log (Claws only)
1807
1808 2003-04-29 [darko]      0.8.11claws123
1809
1810         * src/gtk/gtkstext.h
1811                 include wchar.h if it is available, fixes compilation
1812                 on HP-UX systems
1813
1814 2003-04-29 [melvin]     0.8.11claws122
1815
1816         * src/prefs_actions.c
1817                 Improved help text of Actions' syntax
1818
1819 2003-04-28 [paul]       0.8.11claws121
1820
1821         * src/action.c
1822                 a better fix for the crash when performing an action
1823                 on a mime part
1824
1825 2003-04-28 [paul]       0.8.11claws120
1826
1827         * src/action.c
1828                 fix crash when performing an action on a
1829                 mime part
1830
1831 2003-04-28 [paul]       0.8.11claws119
1832
1833         * sync with 0.8.11cvs36
1834                 see ChangeLog 2003-04-28
1835
1836 2003-04-27 [paul]       0.8.11claws118
1837
1838         * more sync with 0.8.11cvs35
1839                 see ChangeLog 2003-04-25
1840
1841 2003-04-26 [christoph]  0.8.11claws117
1842
1843         * src/folder.c
1844                 fix remove virtual check
1845
1846 2003-04-26 [paul]       0.8.11claws116
1847
1848         * src/messageview.c
1849                 fix return-receipt, make it work again
1850
1851 2003-04-26 [paul]       0.8.11claws115
1852
1853         * src/mimeview.c
1854                 restore double-clicking of the [application/pgp-signature 
1855                 (Select "Check signature" to check)] line in the message view,
1856                 broken in recent sync
1857
1858 2003-04-26 [christoph]  0.8.11claws114
1859
1860         * src/folder.c
1861                 check if remove virtual really exists before
1862                 calling the function
1863
1864 2003-04-25 [match]      0.8.11claws113
1865
1866         * src/addrindex.c
1867         * src/addrbook.c
1868         * src/ldapquery.[ch]
1869         * src/ldapctrl.[ch]
1870                 fix memleak.
1871         * src/ldapserver.[ch]
1872                 fix memleak. fix segfault.
1873                 plug a Claws memleak
1874
1875 2003-04-25 [alfons]     0.8.11claws112
1876
1877         * src/folder.c
1878                 plug a Claws memleak
1879
1880 2003-04-25 [alfons]     0.8.11claws111
1881
1882         * src/common/session.c
1883                 plug a memleak
1884
1885 2003-04-25 [paul]       0.8.11claws110
1886
1887         * sync with 0.8.11cvs35
1888                 see ChangeLog 2003-04-24 and 2003-04-25
1889                 
1890         * src/gtk/pluginwindow.c
1891                 correct another strange float value
1892
1893 2003-04-24 [christoph]  0.8.11claws109
1894
1895         * src/folder.c
1896                 freeze folder item updates when unsetting new flags
1897
1898         * src/gtk/pluginwindow.c
1899                 correct strange float value
1900
1901 2003-04-23 [paul]       0.8.11claws108
1902
1903         * sync with 0.8.11cvs33
1904                 see ChangeLog 2003-04-23
1905
1906 2003-04-22 [paul]       0.8.11claws107
1907
1908         * src/Makefile.am
1909           src/messageview.c
1910           src/mimeview.c
1911           src/pgptext.[ch]      ** REMOVED **
1912                 remove pgptext.[ch] as its not used any more
1913
1914 2003-04-22 [paul]       0.8.11claws106
1915
1916         * sync with 0.8.11cvs31
1917                 see ChangeLog 2003-04-21 and 2003-04-22
1918
1919 2003-04-21 [alfons]     0.8.11claws105
1920
1921         * src/main.c
1922                 No access to GTK structures if we're a spawned child
1923                 (and clean up code a little bit...) Should fix #126.
1924
1925 2003-04-21 [melvin]     0.8.11claws104
1926
1927         * src/plugins/dillo_viewer/README
1928                 Improved slightly the text.
1929
1930 2003-04-21 [melvin]     0.8.11claws103
1931
1932         * src/plugins/dillo_viewer/README *** NEW ***
1933                 Added a README file for the Dillo plugin
1934
1935 2003-04-20 [paul]
1936
1937         * tools/README
1938           tools/outlook2sylpheed.pl
1939                 updated and improved by Ricardo Mones Lastra
1940
1941 2003-04-18 [oliver]     0.8.11claws102
1942
1943         * src/inc.c 
1944         * src/prefs_account.h
1945                 remove Pop3SessionType (used by selective download)
1946         * src/prefs_toolbar.c
1947                 enable set Default Toolbar button
1948
1949 2003-04-18 [paul]       0.8.11claws101
1950
1951         * sync with 0.8.11cvs29
1952                 see ChangeLog 2003-04-18
1953
1954 2003-04-17 [paul]       0.8.11claws100
1955
1956         * src/prefs_common.[ch]
1957           src/summaryview.c
1958                 remove 'Open next message on deletion' option,
1959                 as the same effect can now be achieved via the
1960                 'Always open messages in summary when selected'
1961                 option.
1962
1963 2003-04-17 [paul]       0.8.11claws99
1964
1965         * sync with 0.8.11cvs28
1966                 see ChangeLog 2003-04-17
1967
1968 2003-04-17 [christoph]  0.8.11claws98
1969
1970         * ac/spamassassin.m4
1971         * src/plugins/spamassassin/libspamc.[ch]
1972         * src/plugins/spamassassin/utils.[ch]
1973                 sync libspamc with SpamAssassin project
1974
1975 2003-04-17 [christoph]  0.8.11claws97
1976
1977         * src/common/socket.h
1978         * src/gtk/sslcertwindow.h
1979                 rename old USE_SSL to USE_OPENSSL
1980
1981 2003-04-17 [paul]       0.8.11claws96
1982
1983         * src/prefs_common.h
1984                 use gulong for P_COLOR so that it compiles/runs on
1985                 64-bit systems. Patch submitted by James Noyes
1986                 <jnoyes-claws@retrogeeks.com>
1987                 
1988         * po/de.po
1989                 updated by Jens
1990
1991 2003-04-17 [paul]       0.8.11claws95
1992
1993         * sync with 0.8.11cvs27
1994                 see ChangeLog 2003-04-16
1995
1996 2003-04-15 [paul]       0.8.11claws94
1997
1998         * src/prefs_common.[ch]
1999                 rearrange to stop the window getting too long:
2000                         move Receive dialog stuff to Receive tab
2001                         move Send dialog to Send tab
2002                         remove Dialogs frame
2003                 rename 'Open messages in summary with cursor keys' to
2004                 'Always open messages in summary when selected', as its
2005                 more appropriate
2006
2007 2003-04-15 [paul]       0.8.11claws93
2008
2009         * src/prefs_common.[ch]
2010           src/summaryview.c
2011                 add new option '/Interface/Open next message on deletion'
2012
2013 2003-04-15 [paul]       0.8.11claws92
2014
2015         * src/summaryview.[ch]
2016                 add /Mark/Lock and /Mark/Unlock to the pop-up
2017                 menu. Patch submitted by Ivan Francolin Martinez
2018                 <ivanfm@users.sourceforge.net>
2019
2020 2003-04-15 [paul]       0.8.11claws91
2021
2022         * sync with 0.8.11cvs24
2023                 see ChangeLog 2003-04-15
2024
2025 2003-04-14 [jens]       0.8.11claws90
2026
2027         * updated German translation and some corrections from
2028                 Roland Bless <bless@tm.uka.de>
2029
2030 2003-04-14 [paul]       0.8.11claws89
2031
2032         * sync with 0.8.11cvs22
2033                 see ChangeLog 2003-04-14
2034
2035 2003-04-13 [paul]       0.8.11claws88
2036
2037         * src/plugins/clamav/clamav_plugin.c
2038                 fix memory leaks
2039                 clean up
2040
2041 2003-04-12 [paul]       0.8.11claws87
2042
2043         * src/plugins/clamav/clamav_plugin.c
2044                 activate enable/disable archive scanning option
2045                 
2046         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2047
2048 2003-04-12 [paul]       0.8.11claws86
2049
2050         * src/plugins/Makefile.am
2051           src/plugins/clamav/Makefile.am                ** NEW FILE **
2052           src/plugins/clamav/README                     ** NEW FILE ** 
2053           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2054           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2055                 add Clam AntiVirus plugin
2056
2057 2003-04-12 [paul]       0.8.11claws85
2058
2059         * sync with 0.8.11cvs21
2060                 see ChangeLog 2003-04-11
2061
2062 2003-04-11 [paul]       0.8.11claws84
2063
2064         * po/es.po
2065                 update Spanish translation. Submitted by Ricardo
2066                 Mones Lastra.
2067
2068 2003-04-10 [christoph]  0.8.11claws83
2069
2070         * src/mbox.c
2071                 fix typo that did not move unfiltered mails to destination
2072                 folder
2073
2074         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2075          when filtering from spool)
2076
2077 2003-04-10 [christoph]  0.8.11claws82
2078
2079         * src/imap.c
2080                 use BODY.PEEK instead of BODY in in message fetch operation
2081                 to make sure the IMAP server does not set the \Seen flag for
2082                 messages. Sylpheed does that later itself, when the message
2083                 is opened in sylpheed
2084
2085         (closes Bug 111 Claws destroys unread marks)
2086
2087 2003-04-09 [oliver]     0.8.11claws81
2088         
2089         * src/folder.c
2090                 fix crash in folder_destroy
2091         * README.claws
2092                 remove selective download
2093
2094 2003-04-09 [christoph]  0.8.11claws80
2095
2096         * src/imap.c
2097                 fix crash in imap_get_msginfo() when then fetched message
2098                 is not found
2099
2100         (closes Bug 110 Crash during mail composition)
2101
2102 2003-04-08 [christoph]  0.8.11claws79
2103
2104         * src/folder.c
2105         * src/prefs_account.c
2106                 Filter new messages that are found in an INBOX folder
2107                 when 'Filter messages on receiving' is enabled in the
2108                 Folder's AccountPrefs. This allows to use Sylpheed's
2109                 filtering engine for IMAP folders where messages are
2110                 added to the INBOX by a MTA
2111
2112 2003-04-08 [paul]       0.8.11claws78
2113
2114         * src/procmsg.h
2115                 clean up after last commit
2116
2117 2003-04-08 [paul]       0.8.11claws77
2118
2119         * sync with 0.8.11cvs20
2120                 see ChangeLog 2003-04-07 and 2003-04-08
2121
2122 2003-04-07 [christoph]  0.8.11claws76
2123
2124         * src/filtering.[ch]
2125         * src/inc.[ch]
2126         * src/mbox.c
2127         * src/procmsg.[ch]
2128                 add procmsg_msginfo_filter() to execute filtering actions
2129
2130 2003-04-06 [christoph]  0.8.11claws75
2131
2132         * src/imap.c
2133                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2134
2135 2003-04-06 [christoph]  0.8.11claws74
2136
2137         * src/common/utils.[ch]
2138                 add g_int_compare() function for slist sorting
2139
2140         * src/imap.c
2141                 fetch all MsgInfos with one command in imap_get_msginfos()
2142                 using an imap set with a list of ranges
2143
2144         * src/news.c
2145                 use new g_int_compare() function
2146
2147 2003-04-06 [thorsten]   0.8.11claws73
2148
2149         * src/mh.c
2150                 corrected implementation of mh_folder_destroy()
2151
2152 2003-04-05 [christoph]  0.8.11claws72
2153
2154         * src/account.c
2155         * src/folder.[ch]
2156         * src/folderview.c
2157         * src/imap.c
2158         * src/inc.c
2159         * src/main.c
2160         * src/mainwindow.c
2161         * src/mbox_folder.c
2162         * src/mh.c
2163         * src/mimeview.h
2164         * src/msgcache.[ch]
2165         * src/news.c
2166         * src/procmime.h
2167         * src/procmsg.[ch]
2168         * src/setup.c
2169         * src/gtk/gtkutils.c
2170                 o rename structure field names class and new to klass and
2171                   new_msgs, to allow including files in C++
2172                 o add 'extern "C"' block to some header files
2173                 o add MsgInfoList and MsgNumberList as alias for GSList for
2174                   developers to know what type of list is expected
2175
2176         * src/plugins/image_viewer/plugin.c
2177         * src/plugins/image_viewer/viewer.[ch]
2178         * src/plugins/image_viewer/viewerprefs.[ch]
2179                 rename function names to prevent conflicts
2180
2181 2003-04-05 [paul]       0.8.11claws71
2182
2183         * sync with 0.8.11cvs18
2184                 see ChangeLog 2003-04-03 and 2003-04-04
2185
2186 2003-04-02 [christoph]  0.8.11claws70
2187
2188         * src/folder.[ch]
2189         * src/imap.[ch]
2190         * src/mbox_folder.[ch]
2191         * src/mh.[ch]
2192         * src/news.[ch]
2193                 o Make all virtual folder functions private
2194                 o remove unused folder code
2195
2196         * src/common/socket.[ch]
2197         * src/summaryview.c
2198                 fix warnings
2199
2200 2003-03-30 [alfons]     0.8.11claws69
2201
2202         * src/send_message.c
2203                 remove two debug traces and see if people still report
2204                 errors
2205
2206 2003-03-30 [alfons]     0.8.11claws68
2207
2208         * src/send_message.c
2209         * src/commons/session.c
2210                 add more debug traces
2211
2212 2003-03-30 [christoph]  0.8.11claws67
2213
2214         * src/folder.c
2215                 change processing folder name from .processing to processing
2216
2217         * src/common/ssl.c
2218                 disable SSL certificate check because it causes Xlib error
2219                 when the child process want's to open an GTK window
2220
2221 2003-03-30 [christoph]  0.8.11claws66
2222
2223         * src/folder.c
2224                 don't use default folder for processing folder item because
2225                 it can be a non local folder
2226
2227         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2228
2229 2003-03-30 [alfons]     0.8.11claws65
2230
2231         * src/send_message.c
2232                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2233                 to generate bad code for 'send_send_data_progressive': When
2234                 called from 'send_send_data_finished', the 'data' pointer is
2235                 cleared just before the assignment to the dialog pointer
2236
2237 2003-03-29 [christoph]  0.8.11claws64
2238
2239         * src/common/prefs.h
2240         * src/plugins/image_viewer/Makefile.am
2241         * src/plugins/image_viewer/plugin.c
2242         * src/plugins/image_viewer/viewer.[ch]
2243         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2244                 add PrefsPage for ImageViewer
2245
2246 2003-03-28 [thorsten]   0.8.11claws63
2247
2248         * src/common/session.c
2249                 added some comments
2250
2251 2003-03-28 [paul]       0.8.11claws62
2252
2253         * sync with 0.8.11cvs16
2254                 see ChangeLog 2003-03-28
2255
2256 2003-03-28 [paul]       0.8.11claws61
2257
2258         * sync with 0.8.11cvs15
2259                 see ChangeLog 2003-03-28
2260
2261 2003-03-27 [christoph]  0.8.11claws60
2262
2263         * src/folder.c
2264         * src/imap.c
2265         * src/common/socket.[ch]
2266                 set socket state to DISCONNECTED when any operation
2267                 fails to allow reconnecting in IMAP code without
2268                 checking the return code of all calls to the command
2269                 functions
2270
2271         * src/folderview.c
2272         * src/summaryview.c
2273                 remove some more stuff that depends on specific
2274                 folder types
2275
2276 2003-03-27 [paul]       0.8.11claws59
2277
2278         * sync with 0.8.11cvs14
2279                 see ChangeLog 2003-03-27
2280                 
2281         * src/selective_download.[ch]   ** REMOVED **
2282                 really removed
2283
2284 2003-03-27 [christoph]  0.8.11claws58
2285
2286         * src/folder.c
2287                 fix handling of tmp_flags in flag copy function
2288
2289 2003-03-27 [paul]       0.8.11claws57
2290
2291         * sync with 0.8.11cvs13
2292                 see ChangeLog 2003-03-27
2293
2294 2003-03-27 [oliver]     0.8.11claws56
2295
2296         * src/maiwindow.c
2297                 remove sel_download_cb
2298
2299 2003-03-27 [oliver]     0.8.11claws55
2300         
2301         * src/inc.c
2302                 remove POP3_TOP
2303         
2304 2003-03-26 [oliver]     0.8.11claws54
2305
2306         *src/pop.h
2307                 remove POP3_TOP*
2308         * README.claws
2309                 remove selective donwload readme
2310
2311 2003-03-26 [oliver]     0.8.11claws53
2312         * src/matcher.[ch]
2313         * src/matcher_parser_parse.y 
2314         * src/pop.c 
2315         * src/prefs_account.[ch]
2316         * src/prefs_filtering.c
2317                 remove selective donwload
2318
2319 2003-03-26 [oliver]     0.8.11claws52
2320
2321         * src/inc.[ch] 
2322         * src/filtering.c 
2323         * src/mainwindow.c 
2324                 remove selective donwload
2325
2326 2003-03-26 [oliver]     0.8.11claws51
2327         
2328         * src/Makefile.am
2329         * src/selective_download.[ch]   ** REMOVE **    
2330
2331 2003-03-26 [christoph]  0.8.11claws50
2332
2333         * src/news.c
2334                 fix NEWS that got broken by a sync with sylpheed-main
2335
2336 2003-03-26 [christoph]  0.8.11claws49
2337
2338         * src/mimeview.c
2339                 fix mime type guessing when no mime type is found for a file
2340
2341 2003-03-25 [christoph]  0.8.11claws48
2342
2343         * src/mimeview.c
2344         * src/procmime.c
2345                 remove mime type guessing from mime parser and use
2346                 name based mime types in viewer lookup for mime type
2347                 application/octet-stream
2348
2349 2003-03-25 [christoph]  0.8.11claws47
2350
2351         * doc-src/readme.txt
2352         * doc-src/rfc2554.txt
2353                 add RFC about SMTP AUTH
2354
2355         * src/send_message.c
2356         * src/common/smtp.[ch]
2357                 add extra error code for authentication errors and
2358                 clear temporary password when this error occurs
2359
2360         (closes Bug 84 authentication failure while sending should
2361          prompt for password again)
2362
2363 2003-03-25 [christoph]  0.8.11claws46
2364
2365         * configure.ac
2366         * src/Makefile.am
2367         * src/imageview.[ch]                            ** REMOVE **
2368         * src/messageview.[ch]
2369         * src/mimeview.[ch]
2370         * src/prefs_common.[ch]
2371         * src/textview.c
2372         * src/plugins/Makefile.am
2373         * src/plugins/image_viewer/.cvsignore           ** NEW **
2374         * src/plugins/image_viewer/Makefile.am          ** NEW **
2375         * src/plugins/image_viewer/plugin.c             ** NEW **
2376         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2377                 move image viewer into a plugin (building is enabled by default)
2378                 [ToDo: Prefs for resize and autoview]
2379
2380 2003-03-25 [paul]       0.8.11claws45
2381
2382         * sync with 0.8.11cvs12
2383                 see ChangeLog 2003-03-26
2384
2385 2003-03-25 [paul]       0.8.11claws44
2386
2387         * sync with 0.8.11cvs11
2388                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2389                 
2390         Note: Selective Download is broken.
2391                 
2392 2003-03-22 [christoph]  0.8.11claws43
2393
2394         * src/folder.c
2395                 code cleanup for flags copying
2396
2397 2003-03-22 [christoph]  0.8.11claws42
2398
2399         * src/plugins/trayicon/trayicon.c
2400                 fix setting the transparent area when the window size
2401                 is forced by the system tray
2402
2403 2003-03-22 [christoph]  0.8.11claws41
2404
2405         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2406         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2407         * src/plugins/trayicon/newmail.xpm              ** NEW **
2408         * src/plugins/trayicon/nomail.xpm               ** NEW **
2409         * src/plugins/trayicon/trayicon.c
2410         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2411                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2412                 o add icon for unread mails
2413                 o set transparency for window
2414
2415 2003-03-22 [christoph]  0.8.11claws40
2416
2417         * src/news.c
2418                 init news session to prevent crash when session is closed
2419
2420 2003-03-22 [christoph]  0.8.11claws39
2421
2422         * src/imap.c
2423         * src/common/session.[ch]
2424                 Init session data to make sure we don't have invalid pointers
2425                 for read_ch and write_ch when new multi process sessions are
2426                 not used
2427
2428         * src/main.c
2429         * src/common/plugin.c
2430         * src/common/sylpheed.c
2431         * src/plugins/demo/demo.c
2432         * src/plugins/dillo_viewer/dillo_viewer.c
2433         * src/plugins/mathml_viewer/mathml_viewer.c
2434         * src/plugins/spamassassin/spamassassin.c
2435         * src/plugins/spamassassin/spamassassin_gtk.c
2436                 add plugin types to allow loading plugins at different times
2437                 (and maybe for different frontends), because it's not good to
2438                 load GTK-Plugins gefore gtk_init was called
2439
2440         * configure.ac
2441         * src/plugins/Makefile.am
2442         * src/plugins/trayicon/.cvsignore               ** NEW **
2443         * src/plugins/trayicon/Makefile.am              ** NEW **
2444         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2445         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2446         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2447         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2448         * src/plugins/trayicon/trayicon.c               ** NEW **
2449                 New Trayicon plugin that shows an icon in a systray that uses
2450                 XEMBED protocol like Gnome's systray. Icon shows if there
2451                 are new mails and a tooltip shows information about new,
2452                 unread and total messages.
2453
2454 2003-03-22 [paul]       0.8.11claws38
2455
2456         * src/common/smtp.c
2457                 fix ESMTP AUTH CRAM-MD5
2458                 [sync with main (still version 0.8.11cvs6), see
2459                  ChangeLog 2003-03-22]
2460
2461 2003-03-21 [colin]      0.8.11claws37
2462
2463         * src/send_message.c
2464                 Fix USE_SSL => USE_OPENSSL
2465
2466 2003-03-21 [colin]      0.8.11claws36
2467
2468         * src/folderview.c
2469                 Fix counts in drag and dropped subfolders
2470
2471 2003-03-21 [colin]      0.8.11claws35
2472
2473         * src/folder.c 
2474         * src/folderview.c
2475                 speed up a bit folder dnd
2476
2477 2003-03-20 [alfons]     0.8.11claws34
2478
2479         * src/main.c
2480         * src/toolbar.c
2481         * src/procmsg.c
2482                 don't send locked queue messages
2483                 (feature request "[ 705245 ] Locking message in outbox 
2484                  should prevent sending")
2485
2486 2003-03-20 [christoph]  0.8.11claws33
2487
2488         * src/folder.c
2489                 remove NEW and UNREAD flag in special folders when scanning
2490                 
2491         * src/common/smtp.c
2492                 fix ESMTP AUTH CRAM-MD5
2493
2494 2003-03-20 [paul]       0.8.11claws32
2495
2496         * src/prefs_account.c
2497                 Re-write 'Tunnel command to open connection' as
2498                 'Use command to communicate with server', and disable
2499                 it for all except IMAP accounts
2500
2501 2003-03-20 [paul]       0.8.11claws31
2502
2503         * sync with 0.8.11cvs6
2504                 see ChangeLog 2003-03-20
2505
2506 2003-03-19 [match]      0.8.11claws30
2507
2508         * src/addritem.[ch]
2509                 include documentation. minor refactoring.
2510         * src/addr_compl.[ch]
2511         * src/addrindex.[ch]
2512         * src/addresbook.[ch]
2513         * src/summaryview.c
2514                 re-enable address lookup (was disabled in
2515                 0.8.11claws20).
2516
2517 2003-03-19 [christoph]  0.8.11claws29
2518
2519         * src/procmsg.c
2520                 add temp flag handling, will make moving and copying
2521                 messages possible again
2522
2523         * src/folder.c
2524                 correct calulation of folder stats
2525
2526 2003-03-18 [match]      0.8.11claws28
2527
2528         * src/editgroup.h
2529                 remove case sensitive comparison (closes bug 80).
2530
2531 2003-03-18 [christoph]  0.8.11claws27
2532
2533         * src/imap.c
2534                 fix imap using a tunnel command
2535
2536         (closes bug 87)
2537
2538 2003-03-18 [christoph]  0.8.11claws26
2539
2540         * src/folder.[ch]
2541         * src/imap.c
2542         * src/procmsg.[ch]
2543                 rewrite flag handling for folders
2544
2545 2003-03-18 [christoph]  0.8.11claws25
2546
2547         * src/folder.c
2548         * src/procmsg.c
2549         * src/summaryview.c
2550                 unset NEW and UNREAD flags when message is ignored, to make
2551                 sure messages don't show up as unread on other IMAP clients,
2552                 because the IGNORE_THREAD flag can not be syncronized through
2553                 the IMAP folder
2554
2555 2003-03-17 [christoph]  0.8.11claws24
2556
2557         * src/imap.c
2558                 don't use recursion to fetch uids when the number of messages
2559                 does not match. Moved code into subfunction that is used
2560                 again when needed, to prevent an endless loop.
2561
2562 2003-03-17 [thorsten]   0.8.11claws23
2563
2564         * src/imageview.[ch]
2565                 export imageview_get_resized_size() (for plugins)
2566         * src/prefs_common.[ch]
2567                 added prefs_common_get() (for plugins)
2568
2569 2003-03-17 [christoph]  0.8.11claws22
2570
2571         * src/imap.c
2572                 o remove UID guessing from copy code
2573                 o support UIDPLUS extension for APPEND command
2574
2575 2003-03-17 [paul]       0.8.11claws21
2576
2577         * src/gtk/about.c
2578                 remove 'Compiled-plugins' section.
2579                 
2580         * src/plugins/dillo_viewer/dillo_viewer.c
2581                 slight change to description text
2582
2583 2003-03-16 [match]      0.8.11claws20
2584         * src/ldapserver.[ch]           ** NEW **
2585         * src/ldapctrl.[ch]             ** NEW **
2586         * src/ldapquery.[ch]            ** NEW **
2587         * src/ldaputil.[ch]             ** NEW **
2588         * src/addrcindex.[ch]           ** NEW **
2589         * src/addrquery.h               ** NEW **
2590         * src/addritem.[ch]
2591         * src/addrcache.[ch]
2592         * src/addrindex.[ch]
2593         * src/addr_compl.[ch]
2594         * src/addressbook.[ch]
2595         * src/addrbook.[ch]
2596         * src/editgroup.c
2597         * src/editaddress.c
2598         * src/editldap.c
2599         * src/editldap_basedn.c
2600         * src/vcard.c
2601         * src/jpilot.c
2602         * src/Makefile.am
2603                 included dynamic LDAP queries. improved address
2604                 completion.
2605
2606 2003-03-16 [paul]       0.8.11claws19
2607
2608         * tools/multiwebsearch.pl
2609                 fix a fatal typo
2610
2611 2003-03-16 [christoph]  0.8.11claws18
2612
2613         * src/mimeview.c
2614         * src/plugins/dillo_viewer/dillo_viewer.c
2615         * src/plugins/mathml_viewer/mathml_viewer.c
2616                 make unregistering of MimeViewerFactorys possible
2617
2618 2003-03-16 [alfons]     0.8.11claws17
2619
2620         * configure.ac
2621                 correct typo
2622
2623 2003-03-16 [melvin]     0.8.11claws16
2624
2625         * src/plugins/dillo_viewer.c
2626                 Fixed bug where it was not possible to view more than
2627                 one text/html attachment per message (bug discovered
2628                 by Christoph Hohmann).
2629
2630 2003-03-15 [melvin]     0.8.11claws15
2631
2632         * src/prefs_actions.c
2633                 Fixed compilation warnings.
2634
2635 2003-03-15 [melvin]     0.8.11claws14
2636
2637         * src/plugins/Makefile.am
2638         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2639         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2640         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2641                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2642                 newer (http://dillo.auriga.wearlab.de/).
2643
2644 2003-03-15 [christoph]  0.8.11claws13
2645
2646         * src/imap.c
2647                 don't query imap folder for attributes because we already
2648                 for them from imap_status
2649
2650         * src/mimeview.[ch]
2651                 add support for plugable MimeViewers (unloading Viewers
2652                 not yet complete)
2653
2654         * src/plugins/Makefile.am
2655         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2656         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2657         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2658                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2659                 widget from http://helm.cs.unibo.it/mml-widget/
2660
2661 2003-03-14 [christoph]  0.8.11claws12
2662
2663         * src/folder.[ch]
2664                 o error return code's should better be negative
2665                 o replace printf with debug_print
2666
2667         * src/imap.c
2668                 improve IMAP folder scan by checking UID-NEXT
2669
2670         * src/summaryview.c
2671                 remove check that are unnecessary in my opinion
2672
2673 2003-03-13 [christoph]  0.8.11claws11
2674
2675         * src/folder.[ch]
2676         * src/foldersel.c
2677         * src/folderview.c
2678         * src/imap.c
2679         * src/mbox_folder.c
2680         * src/mh.c
2681         * src/news.c
2682         * src/prefs_scoring.c
2683         * src/summaryview.c
2684                 use a common function to get a displayable name
2685                 for a FolderItem
2686
2687 2003-03-13 [paul]       0.8.11claws10
2688
2689         * tools/Makefile.am
2690           tools/README
2691           tools/multiwebsearch.conf     ** NEW FILE **
2692           tools/multiwebsearch.pl       ** NEW FILE **
2693                 add multiwebsearch Actions script
2694
2695 2003-03-13 [colin]      0.8.11claws9
2696
2697         * src/compose.c
2698                 Remove leading emtpy lines from quoted text
2699                 before quoting it
2700
2701 2003-03-13 [melvin]     0.8.11claws8
2702
2703         * src/prefs_actions.c
2704                 Fixed a memory leak
2705                 Code clean ups
2706                 Added Cancel and OK buttons
2707                 Corrected help text
2708
2709 2003-03-13 [christoph]  0.8.11claws7
2710
2711         * src/account.c
2712         * src/folder.[ch]
2713         * src/imap.c
2714         * src/mainwindow.c
2715         * src/mbox_folder.c
2716         * src/mh.c
2717         * src/news.c
2718         * src/setup.c
2719                 replace more folder type stuff with folder class stuff
2720
2721 2003-03-13 [melvin]     0.8.11claws6
2722
2723         * src/prefs_actions.c
2724                 Added new tokens:
2725                 %u: user provided argument
2726                 %h: user provided argument (hidden on input)
2727                 %s: current text selection in the message view 
2728
2729 2003-03-13 [paul]       0.8.11claws5
2730
2731         * sync with 0.8.11cvs5
2732                 see ChangeLog 2003-03-11, 2003-03-12
2733
2734 2003-03-12 [christoph]  0.8.11claws4
2735
2736         * src/folder.c
2737                 use folder class idstr when writing folderlist.xml
2738
2739         * src/folder.h
2740         * src/imap.c
2741         * src/news.c
2742                 replace folder type checks with folder class checks
2743
2744 2003-03-12 [christoph]  0.8.11claws3
2745
2746         * src/folder.[ch]
2747         * src/imap.[ch]
2748         * src/main.c
2749         * src/mbox_folder.[ch]
2750         * src/mh.[ch]
2751         * src/news.[ch]
2752                 o create a list of known folder classes in the folder system
2753                 o use folder class id strings for folder item identifiers
2754
2755 2003-03-12 [christoph]  0.8.11claws2
2756
2757         * src/imap.c
2758                 fix imap uid validity check
2759
2760 2003-03-12 [christoph]  0.8.11claws1
2761
2762         * src/account.c
2763         * src/folder.[ch]
2764         * src/foldersel.c
2765         * src/folderview.c
2766         * src/imap.c
2767         * src/mainwindow.c
2768         * src/mbox_folder.c
2769         * src/mh.c
2770         * src/news.c
2771         * src/prefs_scoring.c
2772         * src/procmsg.c
2773         * src/setup.c
2774         * src/summaryview.c
2775                 initial restructuring of folder system, seperating
2776                 folders and folder classes
2777
2778 2003-03-12 [paul]       0.8.11claws
2779
2780         0.8.11claws release
2781
2782 2003-03-12 [christoph]
2783
2784         * src/gtk/prefswindow.c
2785                 fix translation of "Page Index"
2786
2787 2003-03-12 [paul]       0.8.10claws110
2788
2789         a sync from 0.8.11cvs4 before the release
2790
2791         * src/common/utils.c
2792                 subject_compare_for_sort(): allow null strings (fixes
2793                 summary sorting).
2794
2795 2003-03-11 [paul]       0.8.10claws109
2796
2797         * po/es.po
2798                 update Spanish translation, submitted by
2799                 Ricardo Mones Lastra
2800
2801 2003-03-11 [melvin]     0.8.10claws108
2802
2803         * po/fr.po
2804                 Updated French translations
2805
2806 2003-03-11 [paul]       0.8.10claws107
2807
2808         * manual/en/Makefile.am
2809           manual/en/*.html
2810                 update English manual, add a new page
2811                 updated by Francois Barriere <fbarriere@atmel.fr>
2812                 
2813         * po/bg.po
2814           po/it.po
2815           po/sr.po
2816                 update Bulgarian, Italian, and Serbian translations
2817                 submitted by George Danchev, Alessandro Maestri, and
2818                 Urke MMI
2819
2820 2003-03-10 [paul]       0.8.10claws106
2821
2822         * src/gtk/about.c
2823           src/gtk/prefswindow.c
2824                 make some strings translatable
2825
2826 2003-03-10 [darko]      0.8.10claws105
2827
2828         * src/compose.c
2829                 code cleanup to make Hiro happy
2830
2831 2003-03-10 [paul]       0.8.10claws104
2832
2833         * sync with 0.8.11cvs2
2834                 see ChangeLog 2003-03-10
2835
2836 2003-03-09 [melvin]     0.8.10claws103
2837
2838         * src/textview.c
2839                 textview_set_font(): fix for message display in
2840                 UTF-8 locales (thanks to Sergey Vlasov).
2841                 (was unintentionnaly reverted in 0.8.6claws6)   
2842
2843 2003-03-08 [darko]      0.8.10claws102
2844
2845         * src/compose.c
2846                 fix infinite loop in wrapping as reported
2847                 by happycactus
2848                 obsoletes patch #696482
2849
2850 2003-03-08 [christoph]  0.8.10claws101
2851
2852         * src/imap.c
2853                 add workaround for IMAP servers that do not
2854                 support the "UID SEARCH UID" command
2855
2856 2003-03-07 [christoph]  0.8.10claws100
2857
2858         * src/plugins/spamassassin/spamassassin.[ch]
2859         * src/plugins/spamassassin/spamassassin_gtk.c
2860                 code cleanup
2861
2862 2003-03-07 [paul]       0.8.10claws99
2863
2864         * po/es.po
2865                 updated Spanish translation, submitted by
2866                 Ricardo Mones Lastra
2867
2868 2003-03-07 [christoph]  0.8.10claws98
2869
2870         * src/send.c
2871                 fix in 0.8.10claws94 was wrong
2872                 local delivery does not require escaping, remove escaping
2873                 code to make signatures of mails with "." lines valid
2874                 
2875                 NOTE: requires that sendmail is executed with "-i" option,
2876                       what is the default now, but has to be changed in all
2877                       exsiting accounts)
2878
2879 2003-03-07 [paul]       0.8.10claws97
2880
2881         * sync with 0.8.11 release
2882                 see ChangeLog 2003-03-07
2883
2884 2003-03-06 [paul]       0.8.10claws96
2885
2886         * src/compose.c
2887                 revert commit 0.8.10claws92
2888
2889 2003-03-06 [paul]       0.8.10claws95
2890
2891         * src/folderview.c
2892                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2893
2894         * src/gtkaspell.c
2895                 fix bug 74, 'Crash opening editor window with pseudo-color
2896                 display'
2897                 
2898         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2899
2900 2003-03-06 [christoph]  0.8.10claws94
2901
2902         * src/send.c
2903                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2904                 all lines starting with a period get an extra period
2905                 inserted
2906                 (found by Simon 'corecode' Schubert)
2907
2908 2003-03-06 [paul]       0.8.10claws93
2909
2910         * src/folderview.c
2911                 if configured font can't be loaded fall back to gtk
2912                 default. (with thanks to Christoph)
2913                 
2914                 closes long-standing bug 15 'Crashes on startup'
2915
2916 2003-03-06 [paul]       0.8.10claws92
2917
2918         * src/compose.c
2919                 freeze text before autosave and thaw afterwards
2920                 fixes bug 67 'autosave make re-rediting message crazy'
2921
2922 2003-03-06 [christoph]  0.8.10claws91
2923
2924         * src/compose.c
2925                 ignore address comment in dupe check for Cc-list
2926
2927         (closes reopened bug 47 Replying to message strips name part of
2928          e-mail addresses of Cc: lines)
2929
2930 2003-03-06 [paul]       0.8.10claws90
2931
2932         * src/Makefile.am
2933                 remove reference to gtkxtext.h as its no longer in
2934                 the repository
2935
2936 2003-03-06 [paul]       0.8.10claws89
2937
2938         * sync with 0.8.10cvs25
2939                 see ChangeLog 2003-03-06
2940
2941 2003-03-06 [oliver]     0.8.10claws88
2942         
2943         * src/messageview.c
2944                 remove include
2945
2946 2003-03-06 [oliver]     0.8.10claws87
2947         
2948         * src/folderview.c 
2949                 remove changes introduced inclaws74
2950         * src/messageview.c
2951                 another attempt to sanely delete and update
2952                 messages deleted in separate messageview
2953
2954 2003-03-05 [christoph]  0.8.10claws86
2955
2956         * src/summaryview.c
2957                 check if "From" matches any account's address if
2958                 addressbook completion of addresses is disabled too
2959
2960         (closes Bug 70 "Display recipient in from" doesn't check
2961          folder's default account)
2962
2963 2003-03-05 [christoph]  0.8.10claws85
2964
2965         * src/compose.c
2966         * src/common/utils.[ch]
2967                 don't strip address comments when building Cc lists
2968
2969         (closes Bug 47 Replying to message strips name part of e-mail addresses
2970          of Cc: lines)
2971
2972         * src/folder.c
2973                 fix return value of copy function
2974
2975 2003-03-05 [christoph]  0.8.10claws84
2976
2977         * src/imap.c
2978                 don't ask imap server for non rfc822 headers
2979
2980         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2981
2982         * src/imap.c
2983                 destroy session on socket error to allow reconnecting
2984
2985 2003-03-05 [christoph]  0.8.10claws83
2986
2987         * configure.ac
2988                 fix building with gnome when no prefix is set
2989
2990         (closes bug 66 Gnome directory is set to NONE)
2991
2992 2003-03-05 [paul]       0.8.10claws82
2993
2994         * sync with 0.8.10cvs23
2995                 see ChangeLog 2003-03-05
2996
2997 2003-03-04 [christoph]  0.8.10claws81
2998
2999         * src/folder.c
3000                 o fix moving and copying when folder returns 0 for new
3001                   message number
3002                 o remove some code for single message copy and move
3003                   operations and use functions for multiple messages
3004
3005         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3006
3007         * src/news.c
3008                 remove unused include
3009
3010 2003-03-04 [paul]       0.8.10claws80
3011
3012         * src/gtk/about.c
3013                 list 'Compiled plugins'
3014
3015 2003-03-03 [christoph]  0.8.10claws79
3016
3017         * src/news.[ch]
3018                 have to multiply the percentage of the current fetch with
3019                 the percentage that it has of the total fetch operation
3020                 for correct values
3021
3022 2003-03-03 [christoph]  0.8.10claws78
3023
3024         * src/news.c
3025                 fix calculation of expected lines for progress indicator
3026
3027 2003-03-03 [christoph]  0.8.10claws77
3028
3029         * src/summaryview.c
3030         * src/common/utils.c
3031                 fix segfault when opening the root news folder
3032
3033 2003-03-03 [christoph]  0.8.10claws76
3034
3035         * src/mainwindow.[ch]
3036         * src/common/Makefile.am
3037         * src/common/progressindicator.[ch]
3038                 add UI independent progress indicator handling
3039
3040         * src/news.[ch]
3041                 use new progress indicator for message info fetching
3042
3043         * src/common/hooks.h
3044                 code cleanup
3045
3046 2003-03-03 [oliver]     0.8.10claws75
3047
3048         * src/toolbar.c
3049         * src/compose.c
3050                 removed commented code
3051
3052 2003-03-03 [oliver]     0.8.10claws74
3053
3054         * src/toolbar.[ch]
3055                 cleanups and refactoring
3056         * src/compose.[ch]
3057                 compose_reply_mode reply & forwarding interface for
3058                 toolbar buttons
3059         * src/folderview.c
3060                 act on messages marked for deletion in folderview_selected
3061                 based on prefs_common.immediate_exec since a message might 
3062                 have been deleted by messageview in a folder we are changing 
3063                 to (does anybody understand what I'm on about ?)
3064
3065 2003-03-03 [oliver]     0.8.10claws73
3066         
3067         * src/messageview.[ch]
3068                 new functions
3069                 - messageview_delete: delete message shown in messagview
3070                 - messageview_update_view: update messageview to currently 
3071                   selected summaryview message
3072                 - add separate messageview to msgview_list in order to update 
3073                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3074         * src/summaryview.[ch]
3075                 summary_get_selection returns a list of selected msgs
3076                 in summaryview
3077         * src/mainwindow.c
3078                 toolbar reply refactoring
3079
3080 2003-03-03 [paul]       0.8.10claws72
3081
3082         * sync with 0.8.10cvs21
3083                 see ChangeLog 2003-03-03
3084
3085 2003-03-02 [christoph]  0.8.10claws71
3086
3087         * src/common/passcrypt.c
3088                 use POSIX includes
3089
3090 2003-03-02 [christoph]  0.8.10claws70
3091
3092         * configure.ac
3093         * src/prefs_account.c
3094         * src/prefs_gtk.[ch]
3095         * src/common/.cvsignore
3096         * src/common/Makefile.am
3097         * src/common/passcrypt.c                ** NEW **
3098         * src/common/passcrypt.h.in             ** NEW **
3099                 Implement password encryption in config files
3100                 using unix encrypt and setkey functions. The crypt
3101                 key can be set as a configure parameter. Old
3102                 passwords will be converted if they do not begin
3103                 with '!'
3104
3105 2003-03-02 [paul]       0.8.10claws69
3106
3107         * src/prefs_account.c
3108                 fix compile error
3109
3110 2003-03-01 [thorsten]   0.8.10claws68
3111
3112         * po/el.po
3113           po/hr.po
3114           po/it.po
3115           po/nl.po
3116           po/sr.po
3117           po/sv.po
3118                 corrected format strings
3119         * po/en_GB.po
3120                 corrected headers
3121                 (fix compile errors with GNU gettext-0.11.5)
3122
3123 2003-03-01 [oliver]     0.8.10claws67
3124
3125         * src/summaryview.c
3126                 menu callbacks call toolbar_menu_reply
3127
3128 2003-03-01 [oliver]     0.8.10claws66
3129
3130         * src/mainwindow.c
3131         * src/messageview.c
3132                 menu callbacks call toolbar_menu_reply
3133         * src/toolbar.[ch]
3134                 callbacks from menu handled by toolbar_menu_reply
3135
3136 2003-03-01 [paul]       0.8.10claws65
3137
3138         * src/addressbook.c
3139                 revert commit 0.8.10claws54 - breaks editing of
3140                 addressbook.
3141                 
3142         * po/bg.po
3143                 update Bulgarian translation, submitted by
3144                 George Danchev
3145
3146 2003-02-28 [christoph]  0.8.10claws64
3147
3148         * src/account.c
3149         * src/addressadd.c
3150         * src/compose.c
3151         * src/gtkaspell.c
3152         * src/gtkxtext.h                ** REMOVE **
3153         * src/imap.c
3154         * src/matcher.[ch]
3155         * src/mh.c
3156         * src/news.c
3157         * src/pine.c
3158         * src/prefs_common.c
3159         * src/prefs_matcher.c
3160         * src/procheader.[ch]
3161         * src/procmsg.[ch]
3162         * src/toolbar.c
3163         * src/common/ssl_certificate.c
3164         * src/gtk/colorlabel.c
3165         * src/gtk/menu.c
3166                 o fix warnings
3167                 o remove code obsoleted by new cache and folder system rework
3168
3169 2003-02-28 [oliver]     0.8.10claws63
3170         
3171         * src/toolbar.[ch]
3172                 * fix bug where reply in Messageview replied to 
3173                 Message displayed in summaryview
3174                 (reportedd via ML by chinatinte at gmx dot ch)
3175                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3176                 didn't work in separate MessageView Toolbar
3177                 (wondering if anybody uses this at all ?)
3178         * src/summaryview.[ch]
3179                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3180                 (generalize reply and forward code);
3181         * src/messageview.c 
3182                 remove focus_in event which updated summaryview to messageview
3183
3184 2003-02-28 [paul]       0.8.10claws62
3185
3186         * po/Makefile.in.in
3187                 add the --check option
3188                 Patch submitted by Ricardo Mones Lastra
3189
3190 2003-02-28 [paul]       0.8.10claws61
3191
3192         * src/prefs_account.c
3193                 re-order 'Signature' items
3194
3195 2003-02-28 [paul]       0.8.10claws60
3196
3197         * sync with 0.8.10cvs20
3198                 see ChangeLog 2003-02-28
3199
3200 2003-02-28 [paul]       0.8.10claws59
3201
3202         * po/POTFILES.in
3203                 update to reflect recent movement of files
3204
3205 2003-02-28 [paul]       0.8.10claws58
3206
3207         * sync with 0.8.10cvs19
3208                 see ChangeLog 2003-02-28
3209
3210 2003-02-27 [martin]     0.8.10claws57
3211
3212         * src/prefs_matcher.c 
3213                 fix segfault in prefs_matcher_ok() when the
3214                 last entry is deleted and prevents that the
3215                 message "entry not saved" comes up after deleting
3216                 an entry
3217
3218 2003-02-27 [martin]     0.8.10claws56
3219
3220         * src/prefs_filtering.c 
3221                 fix segfault in prefs_filtering_ok() when the
3222                 last entry is deleted and prevents that the
3223                 message "entry not saved" comes up after deleting
3224                 an entry
3225
3226 2003-02-27 [paul]       0.8.10claws55
3227
3228         * sync with 0.8.10cvs18
3229                 see ChangeLog 2003-02-27
3230
3231 2003-02-27 [paul]       0.8.10claws54
3232
3233         * src/addressbook.c
3234                 fix bug where the address book crashes with 
3235                 multiple lookups.
3236                 Patch [687729] submitted by David Frager 
3237                 <dbfrager@users.sourceforge.net>
3238
3239 2003-02-25 [christoph]  0.8.10claws53
3240
3241         * src/Makefile.am
3242         * src/colorlabel.[ch]           ** REMOVE **
3243         * src/gtk/Makefile.am
3244         * src/gtk/colorlabel.[ch]       ** NEW **
3245                 move colorlabel files to gtk directory
3246
3247         * src/esmtp.[ch]                ** REMOVE **
3248                 has been merged into smtp.[ch] in 0.7.5
3249
3250 2003-02-25 [christoph]  0.8.10claws52
3251
3252         * src/Makefile.am
3253         * src/about.[ch]                ** REMOVE **
3254         * src/gtk/Makefile.am
3255         * src/gtk/about.[ch]            ** NEW **
3256                 move about files to gtk directory
3257
3258 2003-02-25 [christoph]  0.8.10claws51
3259
3260         * src/folder.c
3261                 some code optimization of folder scanning code
3262
3263         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3264
3265 2003-02-25 [christoph]  0.8.10claws50
3266
3267         * src/main.c
3268         * src/common/sylpheed.c
3269                 add command line parameter parsing to common code
3270
3271 2003-02-24 [christoph]
3272
3273         * Makefile.am
3274         * configure.ac
3275                 fix gnome prefix problems, the configure script now removed
3276                 `gnome-config --prefix` from `gnome-config --datadir`
3277                 and adds $(prefix} instead
3278
3279         (closes Bug 24 Makefile does not respect prefix when installing
3280          GNOME data)
3281
3282 2003-02-24 [christoph]  0.8.10claws49
3283
3284         * src/news.c
3285                 check for valid session before trying to authenticate
3286
3287         (closes Bug 60 crash if "authenticate on logon" is activated
3288          and newsserver-hostname is not valid)
3289
3290 2003-02-24 [melvin]     0.8.10claws48
3291
3292         * src/prefs_actions.c
3293                 Make sure all user's input is sent to the action and then
3294                 close the socket..
3295
3296 2003-02-23 [alfons]     0.8.10claws46
3297
3298         * src/summaryview.c
3299                 also wait cursor when deleting files
3300
3301 2003-02-23 [paul]
3302
3303         * tools/freshmeat_search.pl
3304           tools/google_search.pl
3305                 scripts should now work for any browser/browser command line
3306
3307 2003-02-22 [christoph]  0.8.10claws45
3308
3309         * src/procmsg.c
3310                 fix IMAP flag setting, IMAP flag is not handled correctly
3311                 anymore by the folder system and information about the
3312                 folder should not be saved in the MsgInfo (in my opinion)
3313
3314         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3315
3316 2003-02-22 [christoph]  0.8.10claws44
3317
3318         * src/summaryview.c
3319                 fix spelling of "label" ;-)
3320
3321 2003-02-22 [thorsten]   0.8.10claws43
3322
3323         * src/mimeview.c
3324           src/prefs_common.[ch]
3325           src/procmime.[ch]
3326                 do not use description as attachment name
3327
3328 2003-02-22 [alfons]     0.8.10claws42
3329
3330         * src/summaryview.c
3331                 freeze/thaw folder item updates when changing color labels,
3332                 and put a wait cursors on
3333
3334 2003-02-22 [thorsten]   0.8.10claws41
3335
3336         * src/mimeview.c
3337                 save-all fixes: crash if invoked on multipart container,
3338                 mimeinfo access, pathseparators, error dialog
3339
3340 2003-02-21 [alfons]     0.8.10claws40
3341
3342         * src/prefs_gtk.c
3343                 remove unused var
3344
3345 2003-02-21 [colin]      0.8.10claws39
3346
3347         * src/send.c
3348                 Fix smtp logging
3349
3350 2003-02-21 [colin]      0.8.10claws38
3351
3352         * src/summaryview.c
3353                 Freeze/thaw folderItem updates when filtering messages 
3354                 via Tools/Filter messages
3355
3356 2003-02-21 [paul]       0.8.10claws37
3357
3358         * src/compose.c
3359                 revert commit 0.8.10claws26, there are ulterior motives
3360                 for users to set a Reply-To header when posting to
3361                 newsgroups
3362
3363 2003-02-21 [paul]       0.8.10claws36
3364
3365         * sync with 0.8.10cvs17
3366                 see ChangeLog 2003-02-21
3367
3368 2003-02-20 [christoph]  0.8.10claws35
3369
3370         * src/imap.c
3371                 IMAP UID fetch speedup using SEARCH
3372
3373         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3374
3375         * src/imap.c
3376                 fix problem with UIDs in IMAP UID cache that no longer existed
3377
3378 2003-02-20 [christoph]  0.8.10claws34
3379
3380         * src/imap.c
3381         * src/procheader.c
3382         * src/procheader.h
3383                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3384
3385         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3386
3387         * src/imap.c
3388                 Rewrite imap_cmd_gen_recv use sock_getline instead
3389                 of sock_gets to avoid problems with too long reply
3390                 lines
3391     
3392 2003-02-20 [colin]      0.8.10claws33
3393         
3394         * src/prefs_account.c
3395                 Better wording
3396
3397 2003-02-20 [colin]      0.8.10claws32
3398
3399         * src/compose.c
3400                 Remove useless '&& !to_sender' 
3401
3402 2003-02-20 [darko]
3403
3404         * AUTHORS
3405                 change my e-mail address
3406
3407 2003-02-19 [colin]      0.8.10claws31
3408
3409         * src/prefs_common.c
3410                 X11 style colors for every configurable color
3411
3412 2003-02-19 [alfons]     0.8.10claws30
3413
3414         * src/prefs_gtk.[ch]
3415         * src/prefs_common.c
3416                 for color_new accept both plain integers and X11 style color
3417                 names (as found in /usr/lib/X11/rgb.txt)
3418
3419 2003-02-19 [paul]       0.8.10claws29
3420
3421         * src/mainwindow.c
3422                 add tooltips to online/offline button and account selector
3423                 button
3424
3425 2003-02-19 [paul]       0.8.10claws28
3426
3427         * src/folder.c
3428           src/news.c
3429           src/prefs_account.[ch]
3430           src/prefs_common.[ch]
3431                 move 'Maximum number of articles to download' to
3432                 account prefs.
3433                 clean up account prefs gui a little by hiding entries
3434                 rather then greying out entries
3435
3436 2003-02-19 [hiro]       0.8.10claws27
3437
3438         * src/common/utils.c
3439                 fix bug #54 'yesterdays date is displayed in the message 
3440                 summary window'
3441
3442 2003-02-19 [paul]       0.8.10claws26
3443
3444         * src/compose.c
3445                 fix bug reported in Feature Request [688596] 
3446                 'Reply-to header in news'
3447
3448 2003-02-18 [paul]       0.8.10claws25
3449
3450         * src/select-keys.c
3451                 add a 'List all keys' button to key selection dialog
3452
3453 2003-02-18 [colin]      0.8.10claws24
3454         
3455         * src/stock_pixmap.c
3456                 fix compile error
3457
3458 2003-02-18 [colin]      0.8.10claws23
3459
3460         * src/common/smtp.[ch]
3461           src/prefs_account.c
3462                 Try to starttls if it seems to be the only
3463                 way to authenticate a user
3464
3465 2003-02-18 [paul]       0.8.10claws22
3466
3467         * src/Makefile.am
3468           src/folderview.c
3469           src/stock_pixmap.[ch]
3470           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3471           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3472                 as a Drafts folder is a special folder allow it to have
3473                 its own unique icons
3474
3475 2003-02-18 [colin]      0.8.10claws21
3476
3477         * src/imap.c
3478                 Fix port selection when using starttls
3479
3480 2003-02-18 [paul]       0.8.10claws20
3481
3482         * src/mainwindow.c
3483           src/prefs_common.[ch]
3484                 make blue the default new mail colour
3485
3486 2003-02-18 [paul]       0.8.10claws19
3487
3488         * sync with 0.8.10cvs14
3489                 see ChangeLog 2003-02-18
3490
3491 2003-02-17 [jens]       0.8.10claws18
3492
3493         * src/common/md5.c
3494                 fixed a compile problem with gcc 3.3
3495                 works on 2.95.3 too (testet on PPC as it is big endian)
3496
3497 2003-02-17 [paul]       0.8.10claws17
3498
3499         * sync with 0.8.10cvs13
3500                 see ChangeLog 2003-02-17
3501
3502 2003-02-17 [paul]       0.8.10claws16
3503
3504         * sync with 0.8.10cvs12
3505                 see ChangeLog 2003-02-17
3506
3507 2003-02-16 [match]      0.8.10claws15
3508
3509         * src/addressbook.c
3510                 Eliminates reloading of address data when items
3511                 deleted or added. Applied submitted by
3512                 Luke Plant <lukeplant@softhome.net>
3513
3514 2003-02-16 [paul]       0.8.10claws14
3515
3516         * src/news.c
3517                 when a 'protocol error' is encountered disconnect from
3518                 the server. This means that the user can carry on viewing
3519                 other articles and doesn't have to either wait until the
3520                 server timesout or quit sylpheed.
3521                 Fixes bug #53 'Unable to read messages in newsgroups, 
3522                 displayed message doesn't change'
3523
3524 2003-02-15 [christoph]  0.8.10claws13
3525
3526         * src/imap.c
3527                 fix bug that stopped scanning of folders when an
3528                 IMAP folder was empty
3529
3530         (closes bug 46 stop scan messages in folders after empty folder)
3531
3532 2003-02-15 [paul]
3533
3534         * tools/Makefile.am
3535           tools/README
3536           tools/freshmeat_search.pl     ** NEW FILE **
3537           tools/google_search.pl        ** NEW FILE **
3538                 Add 2 Actions scripts which search freshmeat/google
3539                 for the selected text using the browser configured
3540                 in sylpheedrc.
3541                 
3542         Note: These scripts are very dependent on the format of the
3543         browser command and may not work on every occasion. Testing
3544         is welcome. 
3545
3546 2003-02-14 [alfons]     0.8.10claws12
3547
3548         * src/compose.c
3549                 fix breakage because of uninitialized account pointer.
3550                 please verify.
3551
3552 2003-02-14 [paul]       0.8.10claws11
3553
3554         * src/compose.c
3555           src/prefs_account.[ch]
3556           src/prefs_common.[ch]
3557                 move signature settings to Account Prefs
3558
3559 2003-02-14 [paul]       0.8.10claws10
3560
3561         * sync with 0.8.10cvs11
3562                 see ChangeLog 2003-02-14
3563
3564 2003-02-13 [thorsten]   0.8.10claws9
3565
3566         * src/news.c
3567                 revert news progressbar (GUI separation)
3568
3569 2003-02-13 [paul]       0.8.10claws8
3570
3571         * src/compose.c
3572                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3573                 paragraph 1
3574
3575 2003-02-13 [paul]       0.8.10claws7
3576
3577         * src/compose.[ch]
3578           src/summaryview.c
3579                 fix 'Follow-up and Reply-to' so that it creates a reply to
3580                 the newsgroup and the sender. If the message has the keyword
3581                 'poster' in the Followup-To header, all replies go to the
3582                 sender, re: RFC 1036, Section 2.2.3
3583                 rename all instances of 'ignore_replyto' to 'to_sender', both
3584                 were previously used, now we use just one.
3585
3586 2003-02-13 [paul]       0.8.10claws6
3587
3588         * sync with 0.8.10cvs9
3589                 see ChangeLog 2003-02-13
3590
3591 2003-02-13 [paul]       0.8.10claws5
3592
3593         * configure.ac
3594                 show which plugins are configured in the configure
3595                 output.
3596
3597 2003-02-12 [thorsten]   0.8.10claws4
3598
3599         * src/news.c
3600                 show progress while fetching news headers
3601
3602 2003-02-12 [christoph]  0.8.10claws3
3603
3604         * configure.ac
3605         * src/plugins/Makefile.am
3606                 use AM_CONDITIONAL to enable plugins, automake correctly
3607                 manages this when creating distdir
3608
3609 2003-02-12 [christoph]  0.8.10claws2
3610
3611         * ac/spamassassin.m4
3612         * src/plugins/spamassassin/Makefile.am
3613                 fix building SpamAssassin plugin without OpenSSL
3614
3615 2003-02-12 [paul]       0.8.10claws1
3616
3617         * ac/Makefile.am
3618           src/Makefile.am
3619           src/plugins/Makefile.am
3620                 fix failure of 'make release'
3621
3622 2003-02-12 [paul]       0.8.10claws
3623
3624         * 0.8.10claws released
3625
3626 2003-02-12 [paul]       0.8.9claws56
3627
3628         * po/bg.po
3629           po/es.po
3630           po/it.po
3631           po/ru.po
3632           po/sr.po
3633                 updated translations by George Danchev, Ricardo Mones Lastra,
3634                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3635                 
3636         * sylpheed.spec.in
3637                 Allow the building of RPMs by a regular user. Submitted
3638                 by Sergei Astanin
3639
3640 2003-02-11 [alfons]     0.8.9claws55
3641
3642         * src/colorlabel.c
3643                 don't use pixmaps for label color rect but draw rectangles
3644                 so we can respect the color map of palette based visuals
3645                 (fixes the long time crashes on Suns - thanks to Andreas
3646                 Engel and Steve O'Hara-Smith for testing)
3647
3648 2003-02-11 [christoph]  0.8.9claws54
3649
3650         * src/matcher_parser_parse.y
3651                 correct bug where filering rules of not existing folders in
3652                 matcherrc were added to global filtering
3653                 
3654         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3655          main filter-rules after removing directory, http://bugs.debian.org/180253)
3656         
3657 2003-02-11 [paul]       0.8.9claws53
3658
3659         * sync with 0.8.10cvs7
3660                 see ChangeLog 2003-02-09
3661
3662 2003-02-11 [melvin]     0.8.9claws52
3663
3664         * po/fr.po
3665                 Updated French tranlsations
3666
3667 2003-02-10 [paul]       0.8.9claws51
3668
3669         * sylpheed.spec.in
3670                 correct --enable-openssl
3671                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3672
3673 2003-02-09 [martin]     0.8.9claws50
3674
3675         * src/prefs_matcher.c
3676                 fix segfault in prefs_matcher_substitute_cb() when
3677                 no row is selected
3678
3679 2003-02-09 [paul]       0.8.9claws49
3680
3681         * src/folderview.c
3682                 fix bug where a newsgroup folder's processing rules were
3683                 merged with the global filtering rules when the newsgroup
3684                 folder was deleted, causing some seriously bad results,
3685                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3686
3687 2003-02-08 [melvin]     0.8.9claws48
3688
3689         * src/compose.c
3690                 Corrected and modified an alert message.
3691
3692 2003-02-07 [paul]       0.8.9claws47
3693
3694         * src/folderview.c
3695                 fix bug where both an 'Account properties' window and a
3696                 'Folder properties' window were opened when clicking on
3697                 'Properties' in an NNTP or IMAP folder's popup menu.
3698
3699 2003-02-07 [paul]       0.8.9claws46
3700
3701         * sync with 0.8.10cvs6
3702                 see ChangeLog 2003-02-06
3703
3704 2003-02-06 [christoph]  0.8.9claws45
3705
3706         * src/mbox.c
3707                 freeze folder updates while importing mbox files
3708                 (closes bug 43 importing mbox took hours)
3709                 
3710         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3711
3712 2003-02-06 [thorsten]   0.8.9claws44
3713
3714         * po/de.po
3715                 Updated german translations
3716
3717 2003-02-06 [thorsten]   0.8.9claws43
3718
3719         * src/news.h
3720                 use guint for message numbers (fix count in grouplist dialog)
3721
3722 2003-02-05 [paul]       0.8.9claws42
3723
3724         * sync with 0.8.10cvs2
3725                 see ChangeLog 2003-02-05
3726
3727 2003-02-04 [colin]      0.8.9claws41
3728
3729         * src/prefs_common.[ch]
3730           src/procmsg.c
3731           src/summaryview.c
3732                 Add an option to disable threading by subject
3733
3734 2003-02-04 [christoph]  0.8.9claws40
3735
3736         * src/inc.c
3737                 only abort fetching mails from multiple accounts when the
3738                 error is fatal and does not allow to check any more accounts
3739                 (currently only disk full error)
3740
3741         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3742          receive mails for other accouts)
3743
3744 2003-02-04 [christoph]  0.8.9claws39
3745
3746         * src/folder.c
3747                 first add the new message to the cache, then
3748                 send the update notification
3749
3750         (closes bug 39 after sending message folderview doesnt get updated)
3751
3752 2003-02-04 [colin]      0.8.9claws38
3753
3754         * src/inc.c
3755                 _really_ fix this Connecting... status
3756
3757 2003-02-04 [paul]       0.8.9claws37
3758
3759         * sync with 0.8.10
3760                 see ChangeLog 2003-02-04
3761
3762 2003-02-04 [paul]       0.8.9claws36
3763
3764         * sync with 0.8.9cvs6
3765                 see ChangeLog 2003-02-03
3766
3767 2003-02-04 [paul]       0.8.9claws35
3768
3769         * po/pt_BR.po
3770                 updated by André Filipe de Assunção e Brito 
3771                 <bedecko@netsite.com.br>
3772
3773 2003-02-03 [thorsten]   0.8.9claws34
3774
3775         * po/de.po
3776                 Updated german translations
3777
3778 2003-02-02 [paul]       0.8.9claws33
3779
3780         * po/es.po
3781                 updated by Ricardo Mones Lastra
3782
3783 2003-02-02 [thorsten]   0.8.9claws32
3784
3785         * src/mh.c
3786                 Fix mh_get_msginfo() segfault if file is inaccessible
3787
3788 2003-01-31 [colin]      0.8.9claws31
3789
3790         * src/procheader.c
3791                 Fix last commit's bug
3792
3793 2003-01-31 [colin]      0.8.9claws30
3794
3795         * src/procheader.c
3796                 Missing a change for gpg-signed messages
3797
3798 2003-01-31 [paul]       0.8.9claws29
3799
3800         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3801           src/procheader.c
3802           src/stock_pixmap.[ch]
3803           src/summaryview.c
3804                 indicate GnuPG signed messages by displaying an icon
3805                 in the Attachment column.
3806
3807 2003-01-31 [paul]       0.8.9claws28
3808
3809         * sync with 0.8.9cvs4
3810                 see ChangeLog 2003-01-31
3811
3812 2003-01-31 [alfons]     0.8.9claws27
3813
3814         * src/textview.c
3815                 tune URI parser to accept mailto URLs with a '?'
3816                 (patch from Ruslan Balkin)
3817
3818 2003-01-31 [colin]      0.8.9claws26
3819
3820         * src/summaryview.c
3821                 Fix a leak introduced in claws24
3822
3823 2003-01-31 [colin]      0.8.9claws25
3824
3825         * src/summaryview.c
3826                 Freeze/Thaw folder updates when deleting dups
3827
3828 2003-01-31 [colin]      0.8.9claws24
3829         
3830         * src/addr_compl.c
3831           src/summaryview.c
3832           src/msgcache.c
3833                 little speed improvements
3834
3835 2003-01-31 [colin]      0.8.9claws23
3836
3837         * src/summaryview.c
3838                 Fix segfault when forwarding nothing
3839                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3840                 
3841 2003-01-30 [paul]       0.8.9claws22
3842
3843         * sync with 0.8.9cvs3
3844                 see ChangeLog 2003-01-30
3845
3846 2003-01-30 [paul]       0.8.9claws21
3847
3848         * sync with 0.8.9cvs2
3849                 see ChangeLog 2003-01-30
3850
3851 2003-01-29 [paul]       0.8.9claws20
3852
3853         * sync with 0.8.9cvs1
3854                 see ChangeLog 2003-01-29
3855
3856 2003-01-28 [paul]       0.8.9claws19
3857
3858         * po/POTFILES.in
3859                 update to reflect changes. 
3860                 thanks to Ricardo Mones Lastra
3861
3862 2003-01-27 [christoph]  0.8.9claws18
3863
3864         * ac/openssl.m4
3865         * ac/spamassassin.m4
3866         * src/plugins/spamassassin/README
3867         * src/plugins/spamassassin/libspamc.[ch]
3868         * src/plugins/spamassassin/utils.[ch]
3869                 updated to latest libspamc
3870
3871 2003-01-27 [christoph]  0.8.9claws17
3872
3873         * src/folder.c
3874                 fix wrong use of procheader_get_header_fields
3875
3876 2003-01-27 [christoph]  0.8.9claws16
3877
3878         * src/news.c
3879         * src/prefs_account.[ch]
3880         * src/common/nntp.[ch]
3881                 allow to force authentication for NNTP servers
3882
3883         Patch submitted by Florian Mickler <dmk@d-labs.de>
3884
3885 2003-01-26 [paul]       0.8.9claws15
3886
3887         * src/summaryview.c
3888                 speed up of marking messages as read
3889                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3890
3891 2003-01-26 [christoph]  0.8.9claws14
3892
3893         * src/Makefile.am
3894         * src/mgutils.[ch]              ** REMOVE **
3895         * src/xml.[ch]                  ** REMOVE **
3896         * src/xmlprops.[ch]             ** REMOVE **
3897         * src/common/Makefile.am
3898         * src/common/mgutils.[ch]       ** NEW **
3899         * src/common/xml.[ch]           ** NEW **
3900         * src/common/xmlprops.[ch]      ** NEW **
3901                 move xml files to common directory
3902
3903 2003-01-26 [christoph]  0.8.9claws13
3904
3905         * src/plugins/spamassassin/spamassassin_gtk.c
3906                 only set gtk entry text if string is available
3907
3908 2003-01-26 [melvin]     0.8.9claws12
3909
3910         * src/description_window.c
3911                 Allow resizing of the window
3912                 Allow automatic horizontal scroll bar
3913                 Do not vertically expand and fill
3914
3915 2003-01-26 [christoph]  0.8.9claws11
3916
3917         * src/Makefile.am
3918         * src/gtkutils.[ch]             ** REMOVE **
3919         * src/common/sylpheed.c
3920         * src/gtk/Makefile.am
3921         * src/gtk/description_window.c
3922         * src/gtk/gtkutils.[ch]         ** NEW **
3923         * src/gtk/prefswindow.c
3924                 move gtkutils to gtk directory
3925
3926 2003-01-26 [paul]       0.8.9claws10
3927
3928         * src/summaryview.c
3929                 rename summary_unread_clicked() to summary_status_clicked()
3930
3931 2003-01-26 [melvin]     0.8.9claws9
3932
3933         * src/prefs_actions.c
3934                 Cosmetical changes to the help text
3935
3936 2003-01-26 [paul]       0.8.9claws8
3937
3938         * src/folder.[ch]
3939           src/mainwindow.c
3940           src/prefs_common.c
3941           src/prefs_sumamry_column.c
3942           summaryview.[ch]
3943                 rename the 'Unread' column to 'Status'
3944
3945 2003-01-25 [match]      0.8.9claws7
3946
3947         * src/mgutils.[ch]
3948                 removed reference to LDAP constants. removed error2string.
3949                 included functions to support LDAP dynamic queries.
3950         * src/syldap.h
3951                 moved LDAP constants here.
3952         * src/addressbook.c
3953         * src/addrindex.c
3954         * src/importldif.c
3955                 removed references to LDAP constants and references to
3956                 error2string.
3957
3958 2003-01-25 [paul]       0.8.9claws6
3959
3960         * src/summaryview.c
3961                 summary_thread_build(), summary_thread_init(): remove 
3962                 unneeded reference to summaryview->folder_item
3963
3964 2003-01-25 [christoph]  0.8.9claws5
3965
3966         * src/gtk/description_window.c
3967                 o allow description texts to expand over multiple columns
3968                 o translate all columns
3969         * src/prefs_actions.c
3970                 change syntax description to use new multi column feature
3971
3972         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3973
3974 2003-01-25 [match]      0.8.9claws4
3975
3976         * src/vcard.c
3977                 fixed bug with Quoted-Printable
3978
3979 2003-01-25 [paul]       0.8.9claws3
3980
3981         * src/folder.[ch]
3982           src/summaryview.[ch]
3983                 implement per-folder collapsed/expanded threads setting
3984                 
3985         * src/prefs_common.c
3986                 remove global collapsed/expanded threads option
3987
3988 2003-01-25 [christoph]  0.8.9claws2
3989
3990         * po/POTFILES.in
3991                 add pluginwindow and prefswindow
3992         * src/compose.c
3993                 make send respond correctly to messages that could be added
3994                 to the queue folder, but the UID of the message is unknown
3995         * src/folder.c
3996         * src/imap.c
3997                 don't return guessed UIDs in imap_add_msg anymore. We return
3998                 0 to tell the folder system it was appened but the UID is
3999                 unknown. Folder system now get's the UID by scaning the folder
4000                 and searching the cache for the Message-ID
4001                 (closes bug #29 Messages queued, but not sent)
4002
4003 2003-01-25 [paul]       0.8.9claws1
4004
4005         * src/codeconv.c
4006                 conv_encode_header():  fix bug when long headers with 8-bit
4007                 characters are used, so that the encoded words are wrapped.
4008                 If the space in the original text falls on the wrap boundary,
4009                 it can be lost.
4010                 Patch by Sergey Vlasov.
4011                 
4012         * src/folderview.c
4013                  fix bug where a change to the sorting method or thread view
4014                  of a folder's messages is lost if simpify-subject is set and
4015                  toggled on or off.
4016                  Patch by Luke Plant.
4017
4018 2003-01-24 [paul]       0.8.9claws
4019
4020         * sylpheed-0.8.9claws released
4021         
4022         * Makefile.am
4023           sylpheed.spec.in
4024                 remove reference to 'INSTALL.jp'
4025
4026 2003-01-23 [paul]       0.8.8claws128
4027
4028         * po/es.po
4029           po/it.po
4030           po/ru.po
4031           po/sr.po
4032                 updated translations. submitted by Ricardo Mones Lastra,
4033                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4034
4035 2003-01-23 [colin]      0.8.8claws127
4036
4037         * src/compose.c
4038                 Fix drafted and queued news articles re-edition
4039
4040 2003-01-23 [melvin]     0.8.8claws126
4041
4042         * po/fr.po
4043                 Updated French translations
4044
4045 2003-01-23 [colin]      0.8.8claws125
4046
4047         * src/inc.c
4048                 Fix "Connecting to..." status message
4049
4050 2003-01-22 [paul]       0.8.8claws124
4051
4052         * po/bg.po
4053                 updated by George Danchev
4054                 
4055         * src/folder.c
4056                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4057                 and folder deletion
4058
4059 2003-01-21 [paul]       0.8.8claws123
4060
4061         * po/bg.po
4062                 updated by George Danchev
4063                 
4064         * src/about.c
4065                 its now 2003
4066                 
4067         * src/toolbar.c
4068                 don't translate 'Separator'
4069                 
4070         * src/plugins/spamassassin/Makefile.am
4071                 add aspell to CPPFLAGS
4072                 
4073         * src/plugins/spamassassin/spamassassin.c
4074           src/plugins/spamassassin/spamassassin_gtk.c
4075                 set correct default for spamassassin_receive_spam
4076                 slightly re-word descriptions and some
4077                 other minor changes
4078
4079 2003-01-19 [alfons]     0.8.8claws122
4080                 
4081         * src/mimeview.c
4082                 mimeview_save_as(): we might as well show the file name for
4083                 the single case "Save As" too
4084
4085 2003-01-19 [alfons]     0.8.8claws121
4086
4087         * src/crash.c
4088                 change bug tracker URL to bugzilla URL
4089
4090 2003-01-19 [alfons]     0.8.8claws120
4091
4092         * src/mimeview.c
4093                 mimeview_save_all(): display name of file before overwriting;
4094                 continue saving all, even when one overwrite was cancelled
4095
4096 2003-01-19 [christoph]  0.8.8claws119
4097
4098         * src/summaryview.c
4099         * src/procmsg.[ch]
4100                 fix wrong usage of procmsg_find_children in summaryview
4101                 by using procmsg_update_unread_children instead of
4102                 summaryview_update_unread_children
4103
4104 2003-01-19 [christoph]  0.8.8claws118
4105
4106         * src/procmsg.c
4107                 fix infinite loop in procmsg_find_children
4108                  (closes bug #25 sylpheed crashes on delete.)
4109
4110         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4111
4112 2003-01-19 [paul]       0.8.8claws117
4113
4114         * po/pt_BR.po
4115                 updated by Ivan Francolin Martinez
4116
4117 2003-01-18 [melvin]     0.8.8claws116
4118
4119         * src/prefs_actions.c
4120                 Removed syntax limitation of only one '&' at the end of command.
4121                         Now actions that contain '>/dev/null 2>&1' are possible.
4122
4123 2003-01-18 [melvin]     0.8.8claws115
4124
4125         * src/prefs_actions.c
4126                 Actions IO dialog: when the action ends
4127                 the "Close" button now has focus and [Escape] closes the
4128                 window.
4129
4130 2003-01-18 [christoph]  0.8.8claws114
4131
4132         * src/procmsg.c
4133                 o add debug output when MsgInfos are really freed
4134                 o free GSLists in procmsg_find_children and
4135                   procmsg_update_unread_children
4136
4137 2003-01-18 [christoph]  0.8.8claws113
4138
4139         * src/mainwindow.c
4140                 reorder Configuration menu
4141
4142 2003-01-18 [christoph]  0.8.8claws112
4143
4144         * src/compose.c
4145                 fix applying templates to forwarded messages
4146
4147         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4148
4149 2003-01-17 [christoph]  0.8.8claws111
4150
4151         * src/folder.c
4152                 destroy folder items, when a folder item is removed
4153
4154 2003-01-17 [christoph]  0.8.8claws110
4155
4156         * src/folder.c
4157                 fix wrong folder stats update when ignored message is
4158                 deleted
4159
4160 2003-01-17 [colin]      0.8.8claws109
4161         
4162         * src/mainwindow.c
4163         * src/summaryview.c
4164                 Quicksearch bugfixes: 
4165                 - hide help button at startup if not extended
4166                 - switch to extended when looking for replies
4167
4168 2003-01-17 [paul]
4169
4170         * sync with 0.8.9 release
4171
4172 2003-01-17 [paul]       0.8.8claws108
4173
4174         * sync with 0.8.8cvs11
4175                 see ChangeLog 2003-01-17
4176
4177 2003-01-16 [colin]      0.8.8claws107
4178
4179         * src/procmsg.c
4180                 Changed encryption test to re-ask passphrase
4181                 if an encrypted message hasn't been decrypted
4182                 Fixes bug #5
4183
4184 2003-01-16 [christoph]  0.8.8claws106
4185
4186         * src/prefs_gtk.c
4187         * src/prefs_toolbar.c
4188         * src/gtk/prefswindow.h
4189         * src/plugins/spamassassin/spamassassin_gtk.c
4190                 remove page destroy function that is not used anymore
4191
4192 2003-01-16 [paul]       0.8.8claws105
4193
4194         * sync with 0.8.8cvs9
4195                 see ChangeLog 2002-01-16
4196
4197 2003-01-16 [colin]      0.8.8claws104
4198
4199         * src/compose.[ch]
4200                 Fix bug with autosaved drafts for IMAP, when draft
4201                 folder is specified - fixes bugzilla bug #20
4202
4203 2003-01-15 [paul]       0.8.8claws103
4204
4205         * src/compose.[ch]
4206           src/procmsg.c
4207                 store folder and message-id of message forwarding
4208                 in queue header and set forward flag after sending
4209
4210 2003-01-15 [paul]       0.8.8claws102
4211
4212         * sync with 0.8.8cvs8
4213                 see ChangeLog 2002-01-15
4214
4215 2003-01-15 [colin]      0.8.8claws101
4216
4217         * src/Makefile.am
4218                 Fix linking with GNU libiconv
4219
4220 2003-01-15 [darko]      0.8.8claws100
4221
4222         * src/pine.c
4223                 fix crash when importing pine address book
4224                 entry with an empty name (reported by DY
4225                 <dybulk at tri8.net>)
4226
4227 2003-01-14 [paul]       0.8.8claws99
4228
4229         * configure.in  ** REMOVED **
4230           configure.ac  ** NEW FILE **
4231                 rename configure.in to configure.ac, as it is now
4232                 preferred
4233
4234 2003-01-14 [melvin]     0.8.8claws98
4235
4236         * src/folderview.c
4237                 folderview_check_new(): More precise function description
4238
4239 2003-01-14 [melvin]     0.8.8claws97
4240
4241         * src/folderview.c
4242                 folderview_check_new(): return the number of new messages 
4243                         since last check.
4244         * src/inc.c
4245                 inc_account_mail(): Disable counting of new messages for IMAP
4246                         and NNTP until bug [19] and [14] are fixed.
4247
4248 2003-01-14 [paul]       0.8.8claws96
4249
4250         * sync with 0.8.8cvs6
4251                 see ChangeLog 2003-01-14
4252
4253 2003-01-13 [alfons]     0.8.8claws95
4254
4255         * src/textview.c
4256                 tune email address validation (c. 0.8.8claws89): if . is 
4257                 just one char away from @, the address is invalid too 
4258                 (correctly rejects addresses like foo@.com)
4259
4260 2003-01-13 [paul]       0.8.8claws94
4261
4262         * src/messageview.c
4263           src/toolbar.c
4264                 fixes to the Message View toolbar and menu:
4265                 fix non-functioning Forward button
4266                 make Reply button consider default_reply_list
4267                 remove 'Follow-up...' menu entry
4268                 add 'Forward' and 'Redirect' menu entries
4269
4270 2003-01-13 [melvin]     0.8.8claws93
4271
4272         * src/inc.c
4273                 Fixed typo that could make new messages count incorrect.
4274
4275 2003-01-13 [melvin]     0.8.8claws92
4276
4277         * src/folderview.[ch]
4278                 folderview_check_new(): return the number of new messages.
4279         * src/inc.c
4280                 Should fix bug [14] where new mail notification worked 
4281                         incorrectly with IMAP accounts.
4282                 inc_spool_account(): return number of new msgs, or -1 on error
4283                 inc_all_spool(): return number of new msgs
4284                 
4285 2003-01-13 [melvin]     0.8.8claws91
4286
4287         * src/prefs_actions.c
4288                 Justify help text.
4289
4290 2003-01-12 [thorsten]   0.8.8claws90
4291
4292         * src/common/prefs.c
4293                 close file before rename
4294
4295 2003-01-12 [alfons]     0.8.8claws89
4296
4297         * AUTHORS
4298                 add Christian Mertes
4299         * src/common/utils.[ch]
4300                 g_stricase_hash(), g_stricase_equal(): functions for 
4301                 case insensitive hash tables
4302         * src/textview.c
4303                 use top level domain names to validate email address, based
4304                 on a patch by Christian Mertes (thanks!), but changed 
4305                 implementation to use a hash table 
4306
4307 2003-01-12 [paul]       0.8.8claws88
4308
4309         * po/bg.po
4310                 updated by George Danchev
4311
4312 2003-01-12 [alfons]     0.8.8claws87
4313
4314         * src/summaryview.c
4315                 delete / execute performance: use new style folder update
4316
4317 2003-01-12 [paul]       0.8.8claws86
4318
4319         * sync with 0.8.8cvs5
4320                 see ChangeLog 2003-01-13 (!)
4321
4322 2003-01-12 [alfons]     0.8.8claws85
4323
4324         * src/filtering.c
4325         * src/matcher_parser_parse.y
4326                 prepare change_score filtering action
4327         * src/matcher.[ch]
4328                 give up const-correctness on functions that call non-const-correct functions;
4329                 several casts to gpointer in g_free();
4330                 add change_score;
4331
4332 2003-01-12 [christoph]  0.8.8claws84
4333
4334         * src/compose.c
4335                 fix 2 warnings
4336
4337         * src/gtk/prefswindow.[ch]
4338         * src/plugins/spamassassin/spamassassin_gtk.c
4339                 changed the call of the widget create function
4340                 for PrefsPages, because sometimes the widget
4341                 create function needs a widget that already has
4342                 been attached to a window (to create GDK pixmaps
4343                 for exmaple). So we simply pass the GtkWindow as
4344                 the second parameter now.
4345
4346         * src/main.c
4347         * src/mainwindow.c
4348         * src/prefs_toolbar.[ch]
4349                 rewrite Toolbar Preferences using the new
4350                 prefs window
4351
4352 2003-01-11 [alfons]     0.8.8claws83
4353
4354         * src/addressadd.c
4355                 fix crash when adding sender to addressbook because status bar
4356                 isn't there (the status bar doesn't seem to be used though,
4357                 but I'll let Match decide what to do with it)
4358
4359 2003-01-11 [colin]      0.8.8claws82
4360
4361         * src/main.c
4362           src/toolbar.c
4363                 Two useless changes reversed
4364
4365 2003-01-11 [colin]      0.8.8claws81
4366
4367         * src/mainwindow.c
4368           src/mainwindow.h
4369                 Add mainwindow_get_mainwindow()
4370         * src/alertpanel.c
4371           src/alertpanel.h
4372                 Add alertpanel_error_log() 
4373         * src/compose.c
4374           src/inc.c
4375           src/messageview.c
4376           src/toolbar.c
4377           src/main.c
4378           src/procmsg.c
4379                 Network errors get a View Log button
4380
4381 2003-01-10 [alfons]     0.8.8claws80
4382
4383         * src/prefs_toolbar.c
4384         * src/toolbar.c
4385                 use the translatable string for "Separator" as file name for
4386                 separator toolbar items (probably make this uppercase?)
4387
4388 2003-01-10 [alfons]     0.8.8claws79
4389
4390         * src/prefs_toolbar.c
4391                 put right A_SEPARATOR description string in "displayed
4392                 toolbar items list" so manually added separators are
4393                 saved correctly (bug #10, "Adding a separator to the main 
4394                 toolbar fails, entry in xml file is wrong")
4395
4396 2003-01-10 [christoph]  0.8.8claws78
4397
4398         * src/imap.c
4399                 o fix warnings
4400                 o use CAPABILITY to check if NAMESPACE is available
4401
4402 2003-01-10 [christoph]  0.8.8claws77
4403
4404         * src/imap.[ch]
4405                 apply UIDPLUS IMAP extension support patch
4406
4407         Patch submitted by Simon 'corecode' Schubert
4408
4409 2003-01-10 [paul]       0.8.8claws76
4410
4411         * src/folderview.c
4412                 a sync from main which fixes the news account folders'
4413                 Properties bug
4414
4415 2003-01-10 [christoph]  0.8.8claws75
4416
4417         * src/folder.c
4418                 don't accept 0 as a valid uid returned by copy and move
4419                 functions. 0 means the message was copied or moved but the
4420                 new uid could not be fetched. It is not an error condition
4421                 for the copy or move operation.
4422
4423 2003-01-10 [paul]       0.8.8claws74
4424
4425         * src/prefs_filtering.c
4426                 change English used in Alert when entry is not
4427                 saved.
4428                 
4429         * sync with 0.8.8cvs4
4430                 see ChangeLog 2003-01-10
4431
4432 2003-01-10 [darko]      0.8.8claws73
4433
4434         * src/pine.c
4435                 fix crash when importing address book entry
4436                 without a valid address
4437
4438 2003-01-09 [alfons]     0.8.8claws72
4439
4440         * src/inc.c
4441                 filtering performance: use new style folder update
4442
4443 2003-01-09 [christoph]  0.8.8claws71
4444
4445         * src/compose.c
4446         * src/gtk/menu.[ch]
4447                 fix wrong selecting of mime encoding type, when
4448                 opening property dialog of attachments in the
4449                 compose window. 7bit was always selected and that
4450                 destoryed files with 8bit data.
4451                 (closes bug #9 Sylpheed-claws destroys attachments when
4452                  changing MIME-types)
4453
4454 2003-01-09 [paul]       0.8.8claws70
4455
4456         * sync with 0.8.8cvs3
4457                 see ChangeLog 2003-01-09
4458
4459 2003-01-08 [alfons]     0.8.8claws69
4460         
4461         * src/addressadd.c
4462                 apply patch by Kim Schulz to fix build breakage
4463                 because of missing variable
4464
4465 2003-01-08 [paul]       0.8.8claws68
4466
4467         * sync with 0.8.8cvs2
4468                 see ChangeLog 2002-01-08
4469
4470 2003-01-08 [paul]       0.8.8claws67
4471
4472         * po/it.po
4473                 updated by Alessandro Maestri
4474                 
4475         * src/addressadd.c
4476                 when using 'Add sender to addressbook' allow
4477                 name to be edited and remarks to be entered
4478                 Patch submitted by Luke Plant
4479
4480 2003-01-08 [darko]      0.8.8claws66
4481
4482         * README.claws, src/summaryview.c
4483                 fix description for marked messages
4484
4485 2003-01-08 [paul]
4486
4487         * tools/Makefile.am
4488           tools/launch_phoenix  ** NEW FILE **
4489                 add script that enables using Phoenix as the default
4490                 web browser. 
4491                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4492                 
4493         * tools/OOo2sylpheed.pl
4494                 remove full path to sylpheed executable, just 'sylpheed'
4495                 will do
4496                 
4497         * tools/README
4498                 add launch_phoenix informtion and re-arrange and compress
4499                 the data a little
4500
4501 2003-01-07 [christoph]  0.8.8claws65
4502
4503         * src/folder.c
4504                 fix update for source folder when moving messages
4505         * src/procmsg.[ch]
4506         * src/summaryview.c
4507                 use function to set to_folder for message infos and
4508                 automatically update the op_count for old and new
4509                 folder
4510
4511 2003-01-07 [melvin]     0.8.8claws64
4512
4513         * src/prefs_actions.c
4514                 Fixed bug where an '%p' Action on a displayed image crashed 
4515                         Sylpheed
4516                 Code clean up (get rid of duplicated code and removed unnecessary 
4517                                 structure member)
4518
4519 2003-01-07 [christoph]  0.8.8claws63
4520
4521         * src/compose.c
4522         * src/folder.[ch]
4523         * src/folderview.c
4524         * src/import.c
4525         * src/inc.c
4526         * src/main.c
4527         * src/mainwindow.c
4528         * src/messageview.c
4529         * src/prefs_folder_item.c
4530         * src/procmsg.c
4531         * src/summaryview.c
4532         * src/toolbar.c
4533                 o remove all folder update triggering from the UI code. The folder
4534                   system should know much better when a folder needs an update.
4535                 o to prevent multiple updates in a row the folder updates can be
4536                   frozen for some time.
4537
4538                 Note: - Please verify that no updates are missing
4539                       - Check where freeze/thaws should be added
4540
4541 2003-01-07 [christoph]  0.8.8claws62
4542
4543         * src/prefs_actions.c
4544                 don't translate empty strings
4545
4546         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4547
4548 2003-01-06 [christoph]  0.8.8claws61
4549
4550         * src/prefs_actions.c
4551                 mark strings for gettext
4552         * src/prefs_matcher.c
4553                 use new description window for Execute action and
4554                 match condition in Filtering
4555
4556         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4557
4558 2003-01-06 [alfons]     0.8.8claws60
4559
4560         keep myself inspired to re-organize matcher part 8; 
4561         yes, more to come (I need to move out the descriptive
4562         text for actions to matcher.c, or at least make it not
4563         depend on the wicked ordering)
4564
4565         * src/prefs_matcher.c
4566                 add documentation so others may comprehend the
4567                 UI part of the conditions
4568                 
4569 2003-01-06 [christoph]  0.8.8claws59
4570
4571         * src/prefs_actions.c
4572                 use new description window for syntax help
4573         * src/gtk/description_window.c
4574                 fix display of descriptions with column count != 2
4575
4576         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4577
4578 2003-01-06 [christoph]  0.8.8claws58
4579
4580         * src/quote_fmt.c
4581         * src/summaryview.[ch]
4582         * src/gtk/Makefile.am
4583         * src/gtk/description_window.[ch]       ** NEW **
4584                 use a generic window to display syntax descriptions
4585                 currently used in quote_fmt and summaryview (new description
4586                 for extended quick search)
4587
4588         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4589
4590 2003-01-06 [paul]       0.8.8claws57
4591
4592         * sync with 0.8.8cvs1
4593                 see ChangeLog 2003-01-06
4594
4595 2003-01-06 [christoph]  0.8.8claws56
4596
4597         * src/mainwindow.c
4598         * src/prefs_gtk.[ch]
4599         * src/gtk/prefswindow.[ch]
4600         * src/plugins/spamassassin/spamassassin_gtk.c
4601                 o remove page management from prefswindow, pages
4602                   will be an argument to prefswindow_open
4603                 o prefswindow_open gets a datapointer that is
4604                   passed to the widget_create function to allow
4605                   creation of prefswindow for specific items
4606
4607 2003-01-06 [colin]      0.8.8claws55
4608         
4609         * src/summaryview.c
4610                 We don't want regexp in the reply-finder, 
4611                 because MIDs can contain !,$,. and so on
4612
4613 2003-01-06 [jens]       0.8.8claws54
4614
4615         * src/jpilot.c
4616                 fixed a wrong free in jpilot_read_db_files
4617
4618 2003-01-06 [alfons]     0.8.8claws53
4619
4620         re-organize matcher part 8; more to come
4621        
4622         * src/matcher.c
4623                 matcherprop_to_string(): put g_free()s before the
4624                 switch-case break to fix memleaks                
4625
4626 2003-01-06 [colin]      0.8.8claws52
4627
4628         * src/summaryview.c
4629                 cleanup & reply-finder now displays the first 
4630                 matching message
4631
4632 2003-01-05 [alfons]     0.8.8claws51
4633
4634         re-organize matcher part 7; more to come
4635
4636         * src/matcher.[ch]
4637                 fixes for constant correctness;
4638                 more documentation;
4639
4640 2003-01-05 [alfons]     0.8.8claws50
4641
4642         re-organize matcher part 6; more to come
4643         
4644         * src/matcher.[ch]
4645                 fixes for constant correctness;
4646                 more documentation;
4647         * src/filtering.c
4648                 fix for constant correctness
4649
4650 2003-01-05 [colin]      0.8.8claws49
4651
4652         * src/account.[ch]
4653                 Add account_get_reply_account function
4654         * src/compose.c
4655                 Use account_get_reply_account function 
4656         * src/summaryview.c
4657                 Basic reply-finder - click on the replied
4658                 icon gets you to the outbox using quick-search
4659
4660 2003-01-05 [paul]       0.8.8claws48
4661
4662         * src/prefs_common.c
4663                 small change to English
4664                 
4665         * src/prefs_filtering.c
4666                 prefs_filtering_action_select(): improve logic and uniformity
4667                 of gui
4668
4669 2003-01-05 [alfons]     0.8.8claws47
4670
4671         fine tune solution to focus problems (bug #7)
4672
4673         * src/mainwindow.c
4674                 mainwindow_focus_in_event(): remove grab event check
4675         * src/summaryview.c
4676                 summary_button_pressed(): move selection on right-click
4677                 too. we can't possibly move the selection back after
4678                 canceling a dialog, because gtk's incomplete focus 
4679                 management. whether this is a good solution, only time
4680                 will tell.
4681
4682 2003-01-05 [christoph]  0.8.8claws46
4683
4684         * src/imap.c
4685                 fix crash when no imap connection could be established
4686
4687 2003-01-05 [paul]       0.8.8claws45
4688
4689         * src/mainwindow.c
4690           src/sumamryview.c
4691           src/gtk/menu.[ch]
4692                 fix bug 605957 'shortcuts in popup-menu'
4693                 make user-defined shortcuts work
4694                 show shortcuts that are already defined
4695                 in the main menu
4696                 Patch submitted by Luke Plant
4697
4698 2003-01-05 [alfons]     0.8.8claws44
4699
4700         * src/mainwindow.c
4701                 focus_in_event handler should not select summary view row 
4702                 when another window (menu, dialog) grabbed for events 
4703                 (bug #7, "[0.8.8claws42] Message summary focus") 
4704
4705 2003-01-04 [christoph]  0.8.8claws43
4706
4707         * src/procmsg.c
4708                 update save folder after adding the sent message
4709                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4710
4711 2003-01-02 [christoph]  0.8.8claws42
4712
4713         * src/common/plugin.c
4714                 fix unloading of all plugins and unload
4715                 plugins in reverse order
4716                 
4717         * src/gtk/pluginwindow.c
4718                 implement function of load and unload button
4719
4720         * src/gtk/prefswindow.c
4721         * src/gtk/prefswindow.h
4722                 rename register function and add new unregister
4723                 function
4724
4725         * src/plugins/spamassassin/spamassassin_gtk.c
4726                 unregister prefs page and update for changes in
4727                 src/gtk/prefswindow.c
4728
4729 2003-01-02 [paul]       0.8.8claws41
4730
4731         * po/es.po
4732                 updated by Ricardo Mones Lastra
4733
4734 2003-01-02 [paul]
4735
4736         * tools/tb2sylpheed
4737                 fixes and improvements by Urke MMI
4738
4739 2003-01-02 [thorsten]   0.8.8claws40
4740
4741         * src/procmsg.c
4742                 fixed wrong return value
4743
4744 2003-01-02 [thorsten]   0.8.8claws39
4745
4746         * src/prefs.c
4747                 fixed printing wrong variable
4748
4749 2003-01-02 [thorsten]   0.8.8claws38
4750
4751         * src/prefs.c
4752                 fixed acessing members of freed pfile struct
4753
4754 2003-01-02 [thorsten]   0.8.8claws37
4755
4756         * src/procmsg.c
4757                 detect loops across several messages
4758                 as suggested by Christoph Hohmann
4759
4760 2003-01-01 [match]      0.8.8claws36
4761
4762         * src/addrindex.c
4763                 fixed another memory leak.
4764
4765 2003-01-01 [match]      0.8.8claws35
4766
4767         * src/jpilot.[ch]
4768                 fixed memory leaks. applied Doxygen comments.
4769
4770 2003-01-01 [thorsten]   0.8.8claws34
4771
4772         * src/procmsg.c
4773                 inhibit endless loop if msg references itself
4774                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4775
4776 2003-01-01 [christoph]  0.8.8claws33
4777
4778         * src/mainwindow.c
4779         * src/gtk/Makefile.am
4780         * src/gtk/pluginwindow.c                ** NEW **
4781         * src/gtk/pluginwindow.h                ** NEW **
4782                 add plugin window
4783
4784         * src/plugins/demo/demo.c
4785         * src/plugins/spamassassin/spamassassin.c
4786         * src/plugins/spamassassin/spamassassin_gtk.c
4787                 write better plugin descriptions
4788
4789 2002-12-31 [christoph]  0.8.8claws32
4790
4791         * src/gtk/prefswindow.c
4792         * src/plugins/spamassassin/spamassassin_gtk.c
4793                 some small improvements to GTK code
4794
4795 2002-12-31 [christoph]  0.8.8claws31
4796
4797         * src/plugins/spamassassin/spamassassin_gtk.c
4798                 enable folder select button
4799
4800 2002-12-31 [christoph]  0.8.8claws30
4801
4802         * src/mainwindow.c
4803         * src/gtk/Makefile.am
4804         * src/gtk/prefswindow.c                         ** NEW **
4805         * src/gtk/prefswindow.h                         ** NEW **
4806                 add new prefs window
4807
4808         * src/common/plugin.c
4809                 don't try to load empty config lines
4810         
4811         * src/plugins/spamassassin/Makefile.am
4812         * src/plugins/spamassassin/spamassassin.c
4813         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4814         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4815                 GTK config for SpamAssassin Plugin using
4816                 the new prefs window
4817
4818 2002-12-31 [paul]       0.8.8claws29
4819
4820         * po/POTFILES.in
4821                 remove obsolete entry 'src/menu.c'
4822
4823 2002-12-31 [alfons]     0.8.8claws28
4824
4825         * src/matcher.[ch]
4826         * src/matcher_parser_parse.y
4827         * src/prefs_matcher.c
4828                 add "ignore_thread" and "~ignore_thread" condition so it's
4829                 possible to make the actions / scoring operate on the ignore
4830                 thread flag
4831
4832 2002-12-31 [christoph]  0.8.8claws27
4833
4834         * src/addrbook.c
4835         * src/addrindex.c
4836         * src/folder.c
4837         * src/matcher.c
4838         * src/prefs_account.c
4839         * src/prefs_actions.c
4840         * src/prefs_customheader.c
4841         * src/prefs_display_header.c
4842         * src/prefs_gtk.c
4843         * src/procmime.c
4844         * src/toolbar.c
4845         * src/xmlprops.c
4846         * src/common/prefs.[ch]
4847                 extend prefs file handling for reading and automatic handling
4848                 of blocks. When reading prefs_set_block_label will automatically
4849                 move on to the block. When writing it will copy all other blocks
4850                 automatically
4851
4852         * src/common/plugin.c
4853                 Now loading plugin filenames from [Plugins] block in
4854                 sylpheed rc file
4855
4856 2002-12-30 [christoph]  0.8.8claws26
4857
4858         * src/common/hooks.[ch]
4859                 return abort status to caller of hooks_invoke
4860                 
4861         * src/inc.[ch]
4862                 invoke message filtering hook and stop
4863                 default handling when filter returns abort
4864
4865         * src/common/plugin.[ch]
4866         * src/plugins/demo/demo.c
4867                 modify plugin loader, because resolving symbols for strings
4868                 does not work correctly
4869         
4870         * configure.in
4871         * ac/spamassassin.m4                            ** NEW **
4872         * src/plugins/spamassassin/.cvsignore           ** NEW **
4873         * src/plugins/spamassassin/Makefile.am          ** NEW **
4874         * src/plugins/spamassassin/README               ** NEW **
4875         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4876         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4877         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4878                 add spamassassin plugin, see src/plugins/spamassassin/README
4879                 for details
4880
4881 2002-12-29 [alfons]     0.8.8claws25
4882
4883         * src/mainwindow.c
4884                 when moving focus from a message view to the main 
4885                 window, don't forget to select the summary node
4886                 of the displayed message. should fix "[ 659103 ] 
4887                 focus-follows-mouse confuses sylpheed"
4888
4889 2002-12-29 [christoph]  0.8.8claws24
4890
4891         * src/Makefile.am
4892         * src/stringtable.[ch]          ** REMOVE **
4893         * src/common/Makefile.am
4894         * src/common/stringtable.[ch]   ** NEW **
4895                 move stringtable files to common directory
4896
4897 2002-12-29 [christoph]  0.8.8claws23
4898
4899         * src/Makefile.am
4900         * src/menu.[ch]                 ** REMOVE **
4901         * src/gtk/Makefile.am
4902         * src/gtk/menu.[ch]             ** NEW **
4903                 move menu files to gtk directory
4904
4905 2002-12-29 [match]      0.8.8claws22
4906
4907         * src/addressbook.c
4908         * src/syldap.c
4909                 moved UI specific code out of LDAP code into addressbook
4910                 UI code. fixed memory leak.
4911
4912 2002-12-29 [christoph]  0.8.8claws21
4913
4914         * src/folder.c
4915                 only check for IGNORED parent message when message is
4916                 not IGNORED itself
4917
4918 2002-12-29 [alfons]     0.8.8claws20
4919
4920         * src/summaryview.c
4921                 set gtksctree's anchor correct (immediate execute
4922                 changes the tree's layout, and anchor points at 
4923                 the incorrect row). fixes "[ 657233 ] multiple msg 
4924                 delete sometimes off by 1".
4925                 we probably have to look for more tree layout /
4926                 anchor glitches.
4927
4928 2002-12-29 [paul]       0.8.8claws19
4929
4930         * src/summaryview.c
4931                 fix bug [ 659054 ] incorrect sorting of 'From' column
4932                 when using 'display sender using address book'
4933                 thanks to Alfons and Luke Plant
4934
4935 2002-12-29 [christoph]  0.8.8claws18
4936
4937         * src/folder.c
4938         * src/procmsg.[ch]
4939                 check parent messages for IGNORE THREAD flag, when adding,
4940                 moving or copying messages to a folder
4941
4942 2002-12-27 [alfons]     0.8.8claws17
4943
4944         re-organize matcher part 5; more to come
4945
4946         * src/matcher.c
4947                 hash keywords in matchparser_tab 
4948
4949 2002-12-27 [alfons]     0.8.8claws16
4950
4951         re-organize matcher part 4; more to come
4952
4953         * src/matcher_parser.h
4954         * src/matcher_parser_lex.l
4955         * src/matcher_parser_parse.y
4956                 cleanup
4957
4958 2002-12-27 [alfons]     0.8.8claws15
4959
4960         re-organize matcher part 3; more to come
4961
4962         * src/matcher.[ch]
4963                 cleanup
4964
4965 2002-12-27 [alfons]     0.8.8claws14
4966
4967         re-organize matcher part 2; more to come but this should
4968         work. cc me if there are any regressions.
4969
4970         * src/matcher.h
4971                 add prototype for get_matchparser_tab_id()
4972         * src/matcher_parser_lex.l
4973                 look up keywords using matchparser_tab_id();
4974
4975 2002-12-27 [alfons]     0.8.8claws12
4976
4977         re-organize matcher part 1
4978
4979         * src/matcher.h
4980                 map yacc generated constants to sylpheed matcher constants
4981         * src/matcher.c
4982                 add function to find a matcher constant from a string
4983
4984 2002-12-27 [christoph]  0.8.8claws11
4985
4986         * src/compose.c
4987                 MENUITEM_ADD casts the 4th argument from integer to pointer
4988                 so it probably should not be a pointer, this means we
4989                 should use account id for it and not the account's pointer
4990
4991 2002-12-27 [paul]       0.8.8claws10
4992
4993         * src/mainwindow.c
4994                 remove unneeded 'GtkWidget *vbox'
4995                 
4996         * src/summaryview.c
4997                 further sync with 0.8.8 - make sort
4998                 by recipient work as expected
4999                 
5000         * NEWS
5001                 sync with 0.8.8
5002
5003 2002-12-27 [paul]       0.8.8claws9
5004
5005         * po/pt_BR.po
5006                 updated by Ivan F. Martinez
5007                 
5008 2002-12-27 [darko]      0.8.8claws8
5009
5010         * src/common/utils.c
5011                 added locked pattern to extended search
5012
5013 2002-12-27 [alfons]     0.8.8claws7
5014
5015         * src/prefs_matcher.[ch]
5016                 clean up
5017
5018 2002-12-26 [alfons]     0.8.8claws6
5019
5020         * src/matcher.[ch]
5021         * src/matcher_parser_lex.l
5022         * src/matcher_parser_parse.y
5023         * src/prefs_matcher.c
5024                 allow color label as a condition in the matcher
5025
5026 2002-12-26 [oliver]     0.8.8claws5
5027         
5028         * src/toolbar.c 
5029                 enable Addressbook for Main and Messageview
5030         * src/prefs_actions.c
5031                 enable actions in Messageview
5032
5033 2002-12-26 [christoph]  0.8.8claws4
5034
5035         * src/common/plugin.c
5036                 add a little debug output
5037         * configure.in
5038         * src/plugins/demo/Makefile.am
5039                 better use of automake
5040
5041 2002-12-26 [christoph]  0.8.8claws3
5042
5043         * src/Makefile.am
5044         * src/common/Makefile.am
5045                 fix "make distdir"
5046
5047 2002-12-26 [christoph]  0.8.8claws2
5048
5049         * configure.in
5050                 sort configure checks into common / gtk / plugins
5051         * po/POTFILES.in
5052                 add src/prefs_gtk.c
5053         * src/Makefile.am
5054                 add plugins SUBDIR
5055         * src/main.c
5056         * src/common/sylpheed.[ch]
5057                 added now sylpheed_done function for shutdown
5058         * src/common/Makefile.am
5059         * src/common/plugin.[ch]                ** NEW **
5060                 plugin loader and unloader
5061         * src/plugins/.cvsignore                ** NEW **
5062         * src/plugins/Makefile.am               ** NEW **
5063                 build plugins
5064         * src/plugins/demo/.cvsignore           ** NEW **
5065         * src/plugins/demo/Makefile.am          ** NEW **
5066         * src/plugins/demo/demo.c               ** NEW **
5067                 small demo plugin that installs a logtext hook and
5068                 outputs the log text to stdout
5069
5070 2002-12-26 [paul]       0.8.8claws1
5071
5072         * po/es.po
5073                 updated by Ricardo Mones Lastra
5074
5075 2002-12-26 [paul]       0.8.8claws
5076
5077         * 0.8.8claws released
5078
5079 2002-12-26 [paul]       0.8.7claws12
5080
5081         * po/bg.po
5082                 updated by George Danchev
5083
5084 2002-12-26 [paul]       0.8.7claws11
5085
5086         * po/POTFILES.in
5087                 remove unneeded 'src/prefs.c' entry 
5088
5089 2002-12-26 [paul]       0.8.7claws10
5090
5091         * src/codeconv.c
5092           src/mainwindow.c
5093                 sync with 0.8.8 release
5094         
5095         * src/folder.[ch]
5096           src/mh.c
5097           src/summaryview.c
5098                 partial sync with 0.8.8 release
5099         
5100
5101 2002-12-25 [alfons]     0.8.7claws9
5102
5103         * src/matcher.[ch]
5104         * src/matcher_parser_lex.l
5105         * src/matcher_parser_parse.y
5106         * src/prefs_matcher.c
5107                 add locked flag to possible filtering / matcher 
5108                 conditions (also a good example what should be
5109                 done to add a simple boolean condition)
5110
5111 2002-12-25 [christoph]  0.8.7claws8
5112
5113         * src/Makefile.am
5114         * src/account.[ch]
5115         * src/addrbook.c
5116         * src/addressbook.c
5117         * src/addrindex.c
5118         * src/filtering.c
5119         * src/folder.c
5120         * src/matcher.c
5121         * src/prefs.[ch]                ** REMOVE **
5122         * src/prefs_account.c
5123         * src/prefs_actions.c
5124         * src/prefs_common.c
5125         * src/prefs_customheader.c
5126         * src/prefs_display_header.c
5127         * src/prefs_filtering.c
5128         * src/prefs_folder_item.c
5129         * src/prefs_gtk.[ch]            ** NEW **
5130         * src/prefs_matcher.c
5131         * src/prefs_scoring.c
5132         * src/prefs_summary_column.c
5133         * src/procmime.c
5134         * src/selective_download.c
5135         * src/toolbar.c
5136         * src/common/Makefile.am
5137         * src/common/prefs.[ch]         ** NEW **
5138                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5139
5140 2002-12-24 [alfons]     0.8.7claws7
5141
5142         * src/summaryview.c
5143                 summary_thread_build(): fix real cause of the crash mentioned in
5144                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5145                 this way we get meaningful ctree nodes 
5146
5147 2002-12-24 [oliver]     0.8.7claws6
5148
5149         * src/mainwindow.[ch]
5150         * src/messageview.[ch]
5151         * src/compose.[ch]
5152         * src/inc.c
5153         * src/summaryview.c
5154                 changes to use updated toolbar handling
5155                 
5156 2002-12-24 [oliver]     0.8.7claws5
5157
5158         * src/toolbar.[ch]
5159                 generic toolbar handling
5160                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5161         * src/prefs_toolbar.[ch]
5162                 adjust to handling
5163         
5164 2002-12-24 [oliver]     0.8.7claws4
5165         
5166         * src/stock_pixmap.[ch]
5167                 move SYLPHEED_LOGO to end of list in order 
5168                 to remove it from Custom Toolbar`s Icon View
5169
5170 2002-12-24 [alfons]     0.8.7claws3
5171
5172         * src/summaryview.c
5173                 summary_thread_build(): fix crash because of focus != selection 
5174                 after threading. when deleting the selection, gtk tries but fails 
5175                 to find the correct focusable element. we now force the selection
5176                 to be focused. this should solve the infamous bug reported by 
5177                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5178                 a test case is available. 
5179
5180 2002-12-24 [darko]      0.8.7claws2
5181
5182         * src/summaryview.c
5183                 don't crash when unmarking message with unread children
5184
5185 2002-12-23 [christoph]  0.8.7claws1
5186
5187         * src/Makefile.am
5188         * src/common/Makefile.am
5189                 update Makefiles for moved intl.h, version.h and defs.h
5190         * src/imap.c
5191                 rewrite imap_session_get to avoid duplicate code
5192
5193 2002-12-23 [paul]       0.8.7claws
5194
5195         * Santa-Claws released
5196         
5197         * po/hu.po
5198           po/ru.po
5199                 squeeze in updated Hungarian and Russian translations.
5200                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5201
5202 2002-12-23 [paul]       0.8.6claws129
5203
5204         * po/pl.po
5205                 updated by Witold Wladyslaw Wojciech Wilk
5206
5207 2002-12-23 [paul]       0.8.6claws128
5208
5209         * src/quote_fmt_parse.y
5210                 fix typo and add licence header
5211
5212 2002-12-23 [paul]       0.8.6claws127
5213
5214         * po/en_GB.po
5215                 updated
5216
5217 2002-12-23 [paul]       0.8.6claws126
5218
5219         * po/it.po
5220                 updated translation, submitted by Alessandro Maestri
5221                 
5222 2002-12-23 [paul]       0.8.6claws125
5223
5224         * src/quote_fmt_parse.y
5225                 fix signature-stripping on replies bug. match
5226                 '-- \n' and not '-- '.
5227
5228 2002-12-22 [paul]       0.8.6claws124
5229
5230         * po/bg.po
5231           po/es.po
5232           po/sr.po
5233                 updated translations. submitted by George Danchev,
5234                 Ricardo Mones Lastra, and Urke MMI respectively
5235
5236 2002-12-21 [paul]       0.8.6claws123
5237
5238         * src/addrbook.c
5239                 fix coding style
5240
5241 2002-12-21 [paul]       0.8.6claws122
5242
5243         * src/addrbook.c
5244                 fix bug [643638] where if a person is in one or more
5245                 addressbook groups editing that person's email 
5246                 address results in removal from those groups.
5247                 Patch submitted by Luke Plant.
5248
5249 2002-12-20 [christoph]  0.8.6claws121
5250
5251         * src/common/utils.c
5252         * src/summaryview.c
5253                 reimplement expand_search_string using GString to
5254                 prevent crashs caused by miscalculated string
5255                 lengths reported by Paul
5256
5257 2002-12-20 [christoph]  0.8.6claws120
5258
5259         * src/summaryview.c
5260                 don't use "changed" to check if op_count has to be changed as it
5261                 is also set when the message has unread children
5262                 (closes bug [ 653221 ] crash while deleting duplicates)
5263
5264 2002-12-20 [paul]       0.8.6claws119
5265
5266         * sync with 0.8.6cvs27
5267                 see ChangeLog 2002-12-20
5268
5269 2002-12-20 [paul]       0.8.6claws118
5270
5271         * sync with 0.8.6cvs26
5272                 see ChangeLog 2002-12-19 and 2002-12-20
5273
5274 2002-12-19 [alfons]     0.8.6claws117
5275
5276         * src/textview.c
5277                 fix incorrect parsing of email addresses, submitted by 
5278                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5279                 name display if it contains @".
5280
5281 2002-12-18 [paul]       0.8.6claws116
5282
5283         * sync with 0.8.6cvs23
5284                 see ChangeLog 2002-12-18
5285
5286 2002-12-18 [paul]       0.8.6claws115
5287
5288         * src/Makefile.am
5289         * src/account.c
5290         * src/codeconv.c
5291         * src/gtkutils.[ch]
5292         * src/imap.c
5293                 sync with 0.8.6cvs22.
5294                 see ChangeLog 2002-12-17 and 2002-12-18
5295
5296 2002-12-17 [christoph]  0.8.6claws114
5297
5298         * src/imap.c
5299                 o don't create a session if imap greeting fails
5300                 o don't close socket when authentication fails
5301                   this is done by imap_session_destroy
5302
5303 2002-12-17 [thorsten]   0.8.6claws113
5304
5305         * tools/Makefile.am
5306           tools/README
5307           tools/google_msgid.pl ** NEW FILE **
5308                 Added "search for message-id" script and doc
5309
5310 2002-12-17 [thorsten]   0.8.6claws112
5311
5312         * po/hu.po
5313                 Updated hungarian translation
5314                 (updated by Gal Zoltan)
5315
5316 2002-12-16 [christoph]  0.8.6claws111
5317
5318         * src/addr_compl.c
5319                 remove stupid addressbook dump to debug output
5320         * src/mh.c
5321                 fix memory leak found by Hiro
5322
5323 2002-12-14 [paul]       0.8.6claws110
5324
5325         * src/compose.c
5326                 fix menubar sensitivity on send
5327                 
5328         * src/prefs_filtering.c
5329         * src/prefs_matcher.c
5330         * src/prefs_scoring.c
5331                 Fix english ;)
5332                 
5333         * src/common/quoted-printable.h
5334                 sync: fix typo
5335         
5336 2002-12-13 [christoph]  0.8.6claws109
5337
5338         * src/Makefile.am
5339         * src/manage_window.[ch]        ** REMOVE **
5340         * src/gtk/Makefile.am
5341         * src/gtk/manage_window.[ch]    ** NEW **
5342                 move manage_window files to gtk directory
5343
5344 2002-12-13 [christoph]  0.8.6claws108
5345
5346         * src/Makefile.am
5347         * src/gtkshruler.[ch]           ** REMOVE **
5348         * src/gtk/Makefile.am
5349         * src/gtk/gtkshruler.[ch]       ** NEW **
5350                 move gtkshruler files to gtk directory
5351
5352 2002-12-13 [christoph]  0.8.6claws107
5353
5354         * src/Makefile.am
5355         * src/compose.c
5356         * src/gtkstext.[ch]             ** REMOVE **
5357         * src/gtkutils.[ch]
5358         * src/textview.c
5359         * src/gtk/gtkstext.[ch]         ** NEW **
5360         * src/gtk/Makefile.am
5361                 o move stext functions to gtkstext.c to remove
5362                   dependency of gtkutils
5363                 o move gtkstext files to gtk directory
5364
5365         * src/gtk/Makefile.am
5366         * src/gtk/sslcertwindow.[ch]
5367                 UI stuff can always depend on common code so
5368                 it's ok to add ../common to include path
5369
5370 2002-12-13 [colin]      0.8.6claws106
5371
5372         * src/summaryview.c
5373                 Disconnect sighandlers for mainwindow when
5374                 quicksearch has the focus
5375                 Fix bug #653231
5376         * src/mainwindow.[ch]
5377                 Make key_pressed callback public, to be able
5378                 to disconnect it
5379
5380 2002-12-13 [christoph]  0.8.6claws105
5381
5382         * src/mh.c
5383                 create .mh_sequences file in new MH folders
5384                 (closes feature request [ 523162 ] MH folders should
5385                  get a .mh_sequences)
5386
5387 2002-12-13 [colin]      0.8.6claws104
5388
5389         * src/summaryview.c
5390                 Better handling of quicksearch show/hide
5391                 (basically the button stays under the mouse 
5392                  when toggled)
5393
5394 2002-12-13 [paul]       0.8.6claws103
5395
5396         * sync with 0.8.6cvs17
5397                 see ChangeLog 2002-12-13
5398
5399 2002-12-13 [paul]       0.8.6claws102
5400
5401         * po/es.po
5402                 updated by Ricardo Mones Lastra
5403
5404 2002-12-11 [colin]       0.8.6claws101
5405
5406         * src/folder.c
5407                 remove statusbar stuff
5408           src/folderview.c
5409                 set statusbar verbosity when moving folders
5410
5411 2002-12-11 [colin]       0.8.6claws100
5412         * src/prefs_filtering.c
5413         * src/prefs_matcher.c
5414         * src/prefs_scoring.c
5415                 Fix english ;)
5416
5417 2002-12-11 [colin]       0.8.6claws99
5418
5419         * src/prefs_common.[ch]
5420                 Add summary_quicksearch_type
5421         * src/summaryview.c
5422                 Save last used quicksearch type
5423
5424 2002-12-11 [jens]       0.8.6claws98
5425         * src/prefs_filtering.c
5426         * src/prefs_matcher.c
5427         * src/prefs_scoring.c
5428                 added dialog for incomplete rules in scoring, filtering and
5429                 matcher to ask wheather really close
5430
5431 2002-12-11 [colin]      0.8.6claws97
5432
5433         * src/folder.c
5434                 Fix folder dnd statusbar logging
5435
5436 2002-12-10 [christoph]  0.8.6claws96
5437
5438         * src/compose.c
5439         * src/folder.c
5440         * src/imap.c
5441         * src/inc.c
5442         * src/main.c
5443         * src/mainwindow.c
5444         * src/news.c
5445         * src/send.c
5446         * src/statusbar.[ch]
5447         * src/common/hooks.c
5448         * src/common/log.[ch]
5449                 o handle verbose logging in statusbar directly in statusbar code
5450                   and common code does not need any knowledge about a statusbar
5451                 o remove direct calls to statusbar_(puts|pop)_all functions
5452
5453 2002-12-10 [jens]       0.8.6claws95
5454
5455         * src/*.c
5456                 removed gettext from g_warnings
5457         * po/POTFILES.in
5458                 cleaned and updated
5459         * po/de.po
5460                 updated
5461
5462 2002-12-10 [colin]      0.8.6claws94
5463
5464         * src/main.c
5465                 finish crash dialog fix
5466
5467 2002-12-10 [colin]      0.8.6claws93
5468
5469         * src/main.c
5470                 "Fix" "sylpheed already running" instead of
5471                 crash dialog appearing after a crash
5472
5473 2002-12-10 [colin]      0.8.6claws92
5474
5475         * po/POTFILES.in
5476                 add src/gtk/sslcertwindow.c
5477
5478 2002-12-10 [paul]       0.8.6claws91
5479
5480         * po/POTFILES.in
5481                 updated to reflect recent changes
5482                 submitted by Alessandro Maestri
5483
5484 2002-12-09 [christoph]  0.8.6claws90
5485
5486         * src/Makefile.am
5487         * src/smtp.[ch]                 ** REMOVE **
5488         * src/common/Makefile.am
5489         * src/common/smtp.[ch]          ** NEW **
5490                 move smtp files to common directory
5491
5492 2002-12-09 [christoph]  0.8.6claws89
5493
5494         * src/Makefile.am
5495         * src/session.[ch]              ** REMOVE **
5496         * src/common/Makefile.am
5497         * src/common/session.[ch]       ** NEW **
5498                 move session files to common directory
5499
5500 2002-12-09 [paul]       0.8.6claws88
5501
5502         * src/account.c
5503                 fix bug [649746] edit accounts: move account reverted
5504                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5505
5506 2002-12-09 [colin]      0.8.6claws87
5507
5508         * src/ssl_certificate.c
5509                 cleanup
5510
5511 2002-12-09 [colin]      0.8.6claws86
5512
5513         * src/ssl.c
5514                 Try to open the cert.pem database and 
5515                 issue a warning if it isn't there
5516
5517 2002-12-09 [colin]      0.8.6claws85
5518
5519         * src/common/ssl_certificate.c
5520         * src/gtk/sslcertwindow.c
5521                 Warning fixes
5522
5523 2002-12-09 [colin]      0.8.6claws84
5524
5525         * src/ssl_certificate.[ch] ** REMOVED **
5526         * src/common/ssl_certificate.[ch] ** NEW **
5527         * src/Makefile.am
5528         * src/common/Makefile.am
5529                 Moved ssl_certificate.[ch] to common
5530         * src/common/ssl.c 
5531                 Put back needed include
5532         * src/gtk/sslcertwindow.[ch]
5533                 Changed ssl_certificate.h include
5534         
5535 2002-12-09 [colin]      0.8.6claws83
5536
5537         * src/gtk/sslcertwindow.[ch]
5538                 Implement hook for certificate acception
5539         * src/ssl_certificate.[ch]
5540                 Implement hook for certificate acception
5541         * src/common/ssl.c
5542                 Reenable certificate acception check
5543         * src/mainwindow.c
5544                 Register sslcertwindow's hook
5545         
5546 2002-12-08 [christoph]  0.8.6claws82
5547
5548         * src/about.c
5549         * src/addr_compl.c
5550         * src/codeconv.c
5551         * src/manual.c
5552         * src/undo.c
5553         * src/common/utils.c
5554                 o add missing includes
5555                 o fix warnings
5556         * src/.cvsignore
5557         * src/common/.cvsignore
5558         * src/common/version.h          ** REMOVE **
5559                 remove autogenerated file
5560
5561 2002-12-08 [paul]       0.8.6claws81
5562
5563         * src/stringtable.c
5564                 put back needed include
5565
5566 2002-12-08 [colin]      0.8.6claws80
5567         
5568         * src/gtk/sslcertwindow.c
5569                 Cleaner popups when asking
5570         * src/ssl_certificate.c
5571         * src/prefs_common.[ch]
5572                 remove ssl certificate pref
5573                 put back needed include
5574         * src/undo.c
5575                 put back needed include
5576
5577 2002-12-08 [christoph]  0.8.6claws79
5578
5579         * src/folderview.c
5580         * src/logwindow.c
5581         * src/statusbar.c
5582         * src/summaryview.c
5583                 only abort hook invokation if required data is missing not
5584                 if our own data pointer is NULL, update hookfunction for
5585                 log window
5586
5587 2002-12-08 [paul]       0.8.6claws78
5588
5589         * src/about.c
5590         * src/addrcache.c
5591         * src/addrclip.c
5592         * src/addr_compl.c
5593         * src/addrselect.c
5594         * src/codeconv.c
5595         * src/colorlabel.c
5596         * src/enriched.c
5597         * src/esmtp.c
5598         * src/exporthtml.c
5599         * src/headerview.c
5600         * src/imageview.c
5601         * src/manual.c
5602         * src/noticeview.c
5603         * src/pgptext.c
5604         * src/scoring.c
5605         * src/sourcewindow.c
5606         * src/stringtable.c
5607         * src/undo.c
5608                 clean up: remove unneccesary includes
5609
5610 2002-12-08 [christoph]  0.8.6claws77
5611
5612         * src/folderview.c
5613         * src/statusbar.c
5614         * src/summaryview.c
5615         * src/common/hooks.[ch]
5616                 hook functions now have a gboolean return value, if a hook
5617                 returns TRUE it will stop executing of any more hooks in
5618                 the same hooklist for this invokation
5619
5620 2002-12-08 [colin]      0.8.6claws76
5621         
5622         * src/main.c
5623                 put back argv0 for CRASH_DIALOG
5624
5625 2002-12-08 [christoph]  0.8.6claws75
5626
5627         * src/Makefile.am
5628         * src/about.c
5629         * src/account.c
5630         * src/crash.c
5631         * src/esmtp.h
5632         * src/imap.[ch]
5633         * src/inc.c
5634         * src/main.c
5635         * src/mainwindow.c
5636         * src/news.c
5637         * src/pop.[ch]
5638         * src/prefs_account.[ch]
5639         * src/prefs_common.[ch]
5640         * src/send.[ch]
5641         * src/smtp.[ch]
5642         * src/ssl_certificate.[ch]
5643         * src/ssl_manager.[ch]
5644         * src/common/Makefile.am
5645         * src/common/log.c
5646         * src/common/nntp.[ch]
5647         * src/common/socket.[ch]
5648         * src/common/ssl.[ch]
5649         * src/gtk/sslcertwindow.[ch]
5650         * ac/openssl.m4
5651                 use new autoconf script to detect OpenSSL with extra parameters
5652                 to specify the location of libs and includes, also remove USE_SSL
5653                 to USE_OPENSSL
5654
5655         * src/common/sylpheed.[ch]
5656         * src/common/version.h.in
5657                 start seperation of common code initialization seperated from gui
5658
5659         * src/summaryview.c
5660                 The function that is called when a color label changes
5661                 should not change the color lable again
5662
5663 2002-12-08 [colin]      0.8.6claws74
5664
5665         * src/gtk/sslcertwindow.c
5666                 warning fixes
5667
5668 2002-12-08 [colin]      0.8.6claws73
5669
5670         * src/statusbar.c
5671           src/common/log.h
5672                 Register a hook for statusbar_puts_all
5673         * src/common/log.c
5674                 invoke statusbar_puts_all's hook
5675         
5676 2002-12-08 [colin]      0.8.6claws72
5677
5678         * src/ssl_certificate.c
5679                 Put back a badly-removed include
5680
5681 2002-12-08 [colin]      0.8.6claws71
5682
5683         * src/gtk/sslcertwindow.[ch]    ** NEW **
5684                 new certificate presentation
5685         * src/gtk/Makefile.am
5686                 add new files
5687         * src/ssl_certificate.[ch]
5688                 gtk cleanup, made utility functions public
5689         * src/ssl_manager.c
5690                 use new cert presentation
5691
5692 2002-12-07 [christoph]  0.8.6claws70
5693
5694         * src/Makefile.am
5695         * src/nntp.[ch]                 ** REMOVE **
5696         * src/common/Makefile.am
5697         * src/common/nntp.[ch]          ** NEW **
5698                 move nntp files to common directory
5699
5700 2002-12-07 [christoph]  0.8.6claws69
5701
5702         * src/procmsg.[ch]
5703         * src/summaryview.c
5704                 implement msginfo update callback using sylpheed's new
5705                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5706
5707 2002-12-06 [christoph]  0.8.6claws68
5708
5709         * src/editgroup.c
5710                 This patch changes the 'Edit Group Details' dialog to
5711                 allow extended selections in either pane, so that
5712                 addresses can be added or removed from a group more
5713                 quickly and easily. (it actually is a net decrease in
5714                 file size, as some unnecessary functions have been
5715                 removed). 
5716                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5717
5718 2002-12-06 [christoph]  0.8.6claws67
5719
5720         * src/Makefile.am
5721         * src/template.[ch]             ** REMOVE **
5722         * src/common/Makefile.am
5723         * src/common/template.[ch]      ** NEW **
5724                 move template files to common directory
5725
5726         * src/nntp.c
5727                 add missing log.h include
5728
5729 2002-12-06 [melvin]     0.8.6claws66
5730
5731         * src/prefs_actions.c
5732                 Added the trailing ">" syntax to insert command's output
5733                 without replacing old text (in contrast to trailing "|").
5734
5735 2002-12-05 [colin]      0.8.6claws65
5736         
5737         * src/common/utils.c
5738                 Don't modify original search_string or it'll change
5739                 the next iterations in the for()
5740
5741 2002-12-05 [darko]      0.8.6claws64
5742
5743         * src/common/utils.c
5744                 proper check for filtering commands, found by Colin
5745
5746 2002-12-05 [darko]      0.8.6claws63
5747
5748         * src/common/utils.c
5749                 check proper string for NULL pointer, found by Colin
5750
5751 2002-12-05 [darko]      0.8.6claws62
5752
5753         * src/common/utils.[ch]
5754                 expand_search_string(): new function
5755                 converts Mutt-like patterns to Sylpheed's
5756                 filtering engine
5757         * src/summaryview.c
5758                 use expand_search_string() to allow Mutt-like
5759                 patterns in extended search
5760         * README.claws
5761                 document extended option in quick search
5762
5763 2002-12-05 [paul]       0.8.6claws61
5764
5765         * sync with 0.8.6cvs16
5766                 see ChangeLog 2002-12-05
5767                 
5768         * po/POTFILES.in
5769                 clean up
5770
5771 2002-12-04 [christoph]  0.8.6claws60
5772
5773         * src/imap.[ch]
5774                 put imap authentication code into a new function and
5775                 remove it from imap_session_new that will allow to
5776                 send other commands before authentication
5777
5778 2002-12-04 [christoph]  0.8.6claws59
5779
5780         * src/imap.[ch]
5781                 use already existing method to prevent unneeded IMAP
5782                 folder selects. Set imap_select parameters to NULL
5783                 in some functions if the values are not required.
5784
5785         * src/xml.h
5786                 remove no longer required include
5787
5788 2002-12-04 [paul]       0.8.6claws58
5789
5790         * po/es.po
5791                 updated by Ricardo Mones Lastra
5792                 
5793         * configure.in
5794           po/hu.po      ** NEW FILE **
5795                 initial Hungarian translation, submitted
5796                 by Gál Zoltán <galzoli@hu.inter.net>
5797
5798 2002-12-03 [christoph]  0.8.6claws57
5799
5800         * src/Makefile.am
5801         * src/gtksctree.[ch]            ** REMOVE **
5802         * src/gtk/Makefile.am
5803         * src/gtk/gtksctree.[ch]        ** NEW **
5804                 move gtksctree files to gtk directory
5805
5806 2002-12-03 [christoph]  0.8.6claws56
5807
5808         * src/Makefile.am
5809         * src/md5.[ch]                  ** REMOVE **
5810         * srm/common/Makefile.am
5811         * src/common/md5.[ch]           ** NEW **
5812                 move md5 files to common directory
5813
5814         * src/gtkstext.c
5815                 remove not required #include
5816
5817 2002-12-03 [sergey]     0.8.6claws55
5818
5819         * src/gtkutils.c
5820         * src/gtkutils.h
5821                 gtkut_window_popup(): new function.
5822         * src/mainwindow.c
5823                 main_window_popup(): use gtkut_window_popup() to raise
5824                 window without changing its position.
5825                 (see sylpheed-main ML message [sylpheed:17247])
5826
5827 2002-12-03 [sergey]     0.8.6claws54
5828
5829         * src/send.c
5830                 send_message_local(): removed first-dot escaping
5831                 (SMTP-only, not needed for sending through pipe)
5832
5833 2002-12-03 [paul]       0.8.6claws53
5834
5835         * po/POTFILES.in
5836                 update to reflect recent changes (thanks
5837                 to Ricardo Mones Lastra)
5838                 
5839         * tools/filter_conv.pl
5840                  fix problem with quoted strings. Patch submitted
5841                  by Luke Plant <lukeplant@softhome.net>
5842
5843 2002-12-03 [paul]       0.8.6claws52
5844
5845         * sync with 0.8.6cvs15
5846                 see ChangeLog 2002-12-03
5847
5848 2002-12-02 [christoph]  0.8.6claws51
5849
5850         * src/logwindow.[ch]
5851         * src/common/log.[ch]
5852                 implement logging using a hook function
5853
5854         * src/folderview.c
5855         * src/folder.[ch]
5856                 define hooklist name in header file to avoid
5857                 errors caused by wrong spelling of hooklist names
5858
5859         * src/toolbar.c
5860                 fix warnings
5861
5862 2002-12-02 [christoph]  0.8.6claws50
5863
5864         * src/common/Makefile.am
5865                 add src/common/hooks.[ch]
5866
5867         * src/common/hooks.[ch]
5868                 implement a simple hook system using glib's hook functions
5869
5870         * src/folder.[ch]
5871         * src/folderview.c
5872                 use new hook system for folder item updates
5873
5874 2002-12-02 [christoph]  0.8.6claws49
5875
5876         * doc-src/ui_seperation.txt     ** NEW **
5877                 information for ui seperation
5878
5879         * src/Makefile.am
5880                 remove files that were moved to common
5881                 include common directory by default for the header files
5882
5883         * src/inc.c
5884         * src/common/socket.c
5885         * src/automaton.[ch]
5886                 implement automaton using g_io_*-functions instead of
5887                 gdk_input_add to make it ui independent
5888
5889         * src/codeconv.c
5890         * src/compose.c
5891         * src/ldif.c
5892         * src/pgptext.c
5893         * src/procmime.c
5894         * src/rfc2015.c
5895         * src/smtp.c
5896         * src/unmime.c
5897                 remove common/ prefix because directory is now in
5898                 include path
5899
5900         * src/compose.c
5901         * src/folder.c
5902         * src/folderview.c
5903         * src/mainwindow.c
5904         * src/messageview.c
5905         * src/prefs_common.c
5906         * src/procmsg.c
5907         * src/rfc2015.c
5908                 fix warnings
5909
5910         * src/imap.c
5911         * src/inc.c
5912         * src/news.c
5913         * src/pop.c
5914         * src/send.c
5915         * src/smtp.c
5916         * src/ssl_certificate.c
5917                 add log.h header file for logging functions
5918
5919         * src/main.c
5920         * src/common/utils.c
5921         * src/summaryview.c
5922         * src/xml.c
5923                 o move debug_mode to common/utils.c
5924                 o add functions to set and get debug_mode
5925
5926         * src/defs.h                    ** REMOVE **
5927         * src/intl.h                    ** REMOVE **
5928         * src/socket.[ch]               ** REMOVE **
5929         * src/ssl.[ch]                  ** REMOVE **
5930         * src/utils.[ch]                ** REMOVE **
5931                 replaced by new files in src/common/
5932         
5933         * src/common/Makefile.am
5934                 add new files in src/common/
5935
5936         * src/common/defs.h             ** NEW **
5937         * src/common/intl.h             ** NEW **
5938         * src/common/log.[ch]           ** NEW **
5939         * src/common/socket.[ch]        ** NEW **
5940         * src/common/ssl.[ch]           ** NEW **
5941         * src/common/utils.[ch]         ** NEW **
5942                 replacement for files in src/
5943
5944 2002-12-02 [colin]      0.8.6claws48
5945
5946         * src/folderview.c
5947                 Scroll folderview if necessary during dnd
5948
5949 2002-12-02 [colin]      0.8.6claws47
5950
5951         * src/folder.[ch]
5952                 Add check to verify a move is within a single mailbox
5953         * src/folderview.c
5954                 Add specific error string for this check
5955
5956 2002-12-02 [colin]      0.8.6claws46
5957
5958         * src/folder.c
5959                 Add a test to folder moving, remove a statusbar_print
5960         * src/folderview.c
5961                 Add Move folder... context-menu item
5962                 Factorize folder moving code
5963                 Enable folder DND for mbox
5964
5965 2002-12-01 [christoph]  0.8.6claws45
5966
5967         * ac/aspell.m4
5968                 remove conf.aspelltest if the version check fails
5969
5970 2002-11-30 [christoph]  0.8.6claws44
5971
5972         * autogen.sh
5973                 run libtoolize --force in autogen to create missing
5974                 libtool scripts
5975
5976 2002-11-30 [christoph]  0.8.6claws43
5977
5978         * src/Makefile.am
5979         * src/pgptext.c
5980         * src/procmime.c
5981         * src/rfc2015.c
5982         * src/uuencode.[ch]             ** REMOVED **
5983         * src/common/Makefile.am
5984         * src/common/uuencode.[ch]      ** NEW **
5985                 move uuen/decoder to common directory
5986
5987 2002-11-30 [christoph]  0.8.6claws42
5988
5989         * src/Makefile.am
5990         * src/base64.[ch]               ** REMOVED **
5991         * src/codeconv.c
5992         * src/compose.c
5993         * src/ldif.c
5994         * src/pgptext.c
5995         * src/procmime.c
5996         * src/rfc2015.c
5997         * src/smtp.c
5998         * src/unmime.c
5999         * src/common/Makefile.am
6000         * src/common/base64.[ch]        ** NEW **
6001                 move base64 en/decoder to common directory
6002
6003 2002-11-30 [christoph]  0.8.6claws41
6004
6005         * src/common                    ** NEW **
6006                 new directory for UI independent code
6007         * src/gtk                       ** NEW **
6008                 new directory for GTK frontend
6009         * src/common/.cvsignore         ** NEW **
6010         * src/gtk/.cvsignore            ** NEW **
6011                 ignore build files
6012         * src/common/Makefile.am        ** NEW **
6013         * src/gtk/Makefile.am           ** NEW **
6014                 automake files to build new seperated stuff
6015         * src/Makefile.am
6016                 the binary will currently still be build with the
6017                 files in src, so we include the code from the
6018                 subdirs for now after building the libs there
6019
6020 2002-11-30 [paul]       0.8.6claws40
6021
6022         * src/compose.c
6023                 fix bug [642731] 'Wrong selected account with drafted mail'
6024
6025 2002-11-29 [oliver]     0.8.6claws39
6026         
6027         * src/messageview.c
6028                 o update summaryview when switching between different
6029                   messageviews          
6030         * src/toolbar.c  
6031                 o check if messageview holds already removed msg
6032                   from summaryview
6033                 
6034
6035 2002-11-29 [oliver]     0.8.6claws38
6036
6037         * src/toolbar.c 
6038                 remove not needed variables and includes
6039                 make messageview stay opened and move to next when msgs are deleted 
6040
6041 2002-11-29 [oliver]     0.8.6claws37
6042         
6043         * src/toolbar.c 
6044                 disable compose button (messageview toolbar) by default
6045                 deleted msgs are moved to trash
6046         
6047 2002-11-29 [melvin]     0.8.6claws36
6048
6049         * configure.in
6050                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6051                 and to detect signatures expirations (gpgme 0.3.6)
6052
6053         * src/main.c
6054                 Use non obsolescent function for Gpgme engine checking.
6055
6056         * src/rfc2015.c
6057                 Inform about expired signatures or signatures which key
6058                 has expired. Expiration date is displayed.
6059
6060         * src/sigstatus.c
6061                 Inform about expired signatures or signatures which key
6062                 has expired.
6063
6064 2002-11-28 [paul]       0.8.6claws35
6065
6066         * src/folderview.c
6067                 re-instate 'Check for new messages' in Newsgroup
6068                 folders right-click menu, after a suggestion from
6069                 Tim Mann <timmann@users.sourceforge.net>
6070
6071         * src/main.c
6072                 after a crash check only local folders for new
6073                 messages
6074
6075 2002-11-28 [paul]       0.8.6claws34
6076
6077         * configure.in
6078                 apply patch that fixes the checking of GTK with XIM 
6079                 support on different OSs, such as FreeBSD. Patch 
6080                 submitted by Topia <topia@users.sourceforge.net>
6081                 
6082 2002-11-28 [paul]       0.8.6claws33
6083
6084         * src/mainwindow.c
6085           src/prefs_common.c
6086           src/prefs_toolbar.c
6087                 more changes to the English
6088
6089 2002-11-28 [paul]       0.8.6claws32
6090
6091         * sync with 0.8.6cvs13
6092                 see ChangeLog 2002-11-28 (no sync needed
6093                 for src/compose.c)
6094
6095 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6096         
6097         * src/mainwindow.[ch]
6098                 add patch by Ivan F. Martinez introducing messageview Toolbar
6099                 some changes and committed by oliver    
6100
6101 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6102
6103         * src/messageview.[ch]
6104                 add patch by Ivan F. Martinez introducing messageview Toolbar
6105                 some changes and committed by oliver    
6106
6107 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6108
6109         * src/compose.[ch]
6110                 add patch by Ivan F. Martinez introducing messageview Toolbar
6111                 some changes and committed by oliver    
6112
6113 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6114         
6115         * src/toolbar.[ch]
6116                 add patch by Ivan F. Martinez introducing messageview Toolbar
6117                 some changes and committed by oliver
6118
6119 2002-11-28 [oliver]     0.8.6claws27
6120         
6121         * src/prefs_toolbar.[ch]
6122                 getting ready for messageview toolbar
6123                 free mem allocated by gettext
6124                 change prefs_toolbar to prefs_toolbar_open
6125  
6126 2002-11-28 [thorsten]   0.8.6claws26
6127
6128         * src/imageview.[ch]
6129                 cleaned up conflicting declarations of
6130                 imageview_show_image()
6131
6132 2002-11-28 [paul]       0.8.6claws25
6133
6134         * src/grouplistdialog.c
6135           src/prefs_common.c
6136           src/prefs_summary_column.c
6137                 a few more improvements to the English
6138
6139 2002-11-28 [colin]      0.8.6claws24
6140
6141         * man/sylpheed.1
6142                 A few updates to command-line parameters
6143
6144 2002-11-28 [colin]      0.8.6claws23
6145
6146         * src/prefs_filtering.c
6147                 Fix problems with prefs_filtering_delete_path:
6148                 a) if the first rule is removed, original pointers
6149                    weren't updated (leading to segfaults)
6150                 b) it was always global_processing updated in case
6151                    of removed path was parent of rule path
6152
6153 2002-11-27 [paul]       0.8.6claws22
6154
6155         * src/mainwindow.c
6156           src/prefs_account.c
6157           src/prefs_actions.c
6158           src/prefs_common.c
6159           src/prefs_customheader.c
6160           src/prefs_display_header.c
6161           src/prefs_filtering.c
6162           src/prefs_folder_item.c
6163           src/prefs_matcher.c
6164           src/prefs_scoring.c
6165           src/prefs_summary_column.c
6166           src/prefs_template.c
6167           src/prefs_toolbar.c
6168                  improve the English in the GUI
6169
6170 2002-11-27 [colin]      0.8.6claws21
6171
6172         * src/folder.c
6173                 Fix processing renaming problems happening after
6174                 last commit
6175
6176 2002-11-27 [colin]      0.8.6claws20
6177
6178         * src/folder.c
6179                 recursive move now deletes src each subfolder after 
6180                 having moved it
6181         * src/folderview.c
6182                 Use identifier instead of path during dnd (enables
6183                 IMAP folder dnd)
6184
6185 2002-11-27 [paul]       0.8.6claws19
6186
6187         * src/main.c
6188                 apply patch that does command-line processing 
6189                 BEFORE gtk_init, allowing claws to run from 
6190                 shell-scripts in non-X environment (e.g. crontab 
6191                 or ip-up, ip-down scripts). Patch submitted by
6192                 Ruslan N. Balkin <baron@dartel.ru>
6193                 
6194         * po/it.po
6195                 updated by Alessandro Maestri
6196
6197 2002-11-27 [paul]       0.8.6claws18
6198
6199         * sync with 0.8.6cvs12
6200           src/prefs_common.c
6201                 Differences are that main uses a 'Receive dialog'
6202                 frame on the Interface tab, whereas claws groups all 
6203                 the dialogs together in a 'Dialogs' frame.
6204
6205 2002-11-27 [colin]      0.8.6claws17
6206
6207         * src/prefs_matcher.c
6208                 Fix Execute criteria's NOT flag
6209
6210
6211 2002-11-26 [christoph]  0.8.6claws16
6212
6213         * src/ssl.c
6214                 rewrite the ssl code a little bit, only use one
6215                 SSL context, set default certificates' file/path
6216
6217 2002-11-26 [thorsten]   0.8.6claws15
6218
6219         * src/compose.c
6220                 default-reply-to didn't work for ml-reply
6221
6222 2002-11-26 [melvin]     0.8.6claws14
6223
6224         * src/prefs_actions.c
6225                 Made pipe-actions ignore short headers in message view
6226                 Made trailing-pipe-actions write in the message view with
6227                 the same font as the original message
6228
6229 2002-11-26 [paul]       0.8.6claws13
6230
6231         * src/compose.c
6232                 this time commit the correct file
6233
6234 2002-11-26 [paul]       0.8.6claws12
6235
6236         * sync with 0.8.6cvs11
6237           src/quote_fmt_parse.y  
6238                 no sync needed
6239           src/account.[ch]       
6240                 not sync'ed
6241           src/compose.c
6242                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6243                 on draft mode.
6244                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6245                 header
6246                 
6247         see ChangeLog 2002-11-25 and 2002-11-26
6248
6249 2002-11-26 [colin]      0.8.6claws11
6250
6251         * src/folderview.c
6252                 Fix collapsed folder not auto-expanding during
6253                 mail dnd, if it was the source folder.
6254
6255 2002-11-25 [colin]      0.8.6claws10
6256
6257         * src/folderview.[ch]
6258                 Variable renaming and cleaning (slist of nodes 
6259                 to be re-collapsed is stored in FolderView)
6260
6261 2002-11-25 [paul]       0.8.6claws9
6262
6263         * src/prefs_common.[ch]
6264                 fix breakage caused by last commit
6265
6266 2002-11-25 [paul]       0.8.6claws8
6267
6268         * sync with 0.8.6cvs4
6269                 see ChangeLog 2002-11-21
6270
6271 2002-11-25 [paul]       0.8.6claws7
6272
6273         * sync with 0.8.6cvs4
6274                 see ChangeLog 2002-11-20
6275
6276 2002-11-25 [paul]       0.8.6claws6
6277
6278         * sync with 0.8.6cvs3
6279                 see ChangeLog 2002-11-18
6280
6281 2002-11-25 [colin]      0.8.6claws5
6282
6283         * src/gtkutils.[ch]
6284                 Add gtkut_ctree_node_is_parent()
6285         * src/folderview.c
6286                 Spring-loaded folders
6287
6288 2002-11-25 [colin]      0.8.6claws4
6289
6290         * src/utils.[ch]
6291                 Add slist_concat_unique(), function to merge
6292                 two GSList filtering dups
6293         * src/folder.[ch]
6294         * src/summaryview.[ch]
6295         * src/folderview.c
6296         * src/main.c
6297                 Add detection/update/display of unread answers
6298                 to marked mails
6299         * src/procmsg.[ch]
6300                 Add procmsg_find_children()
6301                 Add procmsg_msg_has_marked_parent()
6302
6303 2002-11-25 [colin]      0.8.6claws3
6304
6305         * src/ssl_certificate.[ch]
6306                 Allow checking a certificate without a DNS
6307                 lookup
6308                 Allow to forget a cert (by deleting it)
6309                 Make ssl_certificate_destroy_public
6310         * src/ssl_manager.[ch] ** NEW FILES **
6311                 Gui to manage (display/remove) certificates
6312         * src/prefs_common.[ch]
6313                 Add a pref to allow silent acceptation of
6314                 trusted certificates or not (based on the
6315                 "I want to know what's going on" principle)
6316         * src/mainwindow.c
6317                 Add SSL manager in Tools menu
6318         * src/Makefile.am
6319                 Add the new files to the build
6320         * po/POTFILES.in
6321                 Add ssl_manager.c to translations
6322
6323 2002-11-25 [colin]      0.8.6claws2
6324
6325         * src/summaryview.[ch]
6326                 Add S_SEARCH_EXTENDED to the quick search, which 
6327                 allows to search using filtering syntax.
6328
6329 2002-11-25 [colin]      0.8.6claws1
6330
6331         * src/summaryview.c
6332                 Deletion of duplicates now prefer deleting
6333                 the unread dup (fixes feature-request 638989).
6334
6335 2002-11-24 [paul]       0.8.6claws
6336
6337         * po/es.po
6338           po/pl.po
6339           po/ru.po
6340           po/sr.po
6341                 updated by Ricardo Mones Lastra,
6342                 Witold Wladyslaw Wojciech Wilk,
6343                 Ruslan N. Balkin, and  Urke MMI 
6344                 respectively
6345
6346 2002-11-24 [paul]       0.8.5claws182
6347
6348         * po/bg.po
6349                 updated by George Danchev
6350
6351 2002-11-23 [alfons]     0.8.5claws181
6352
6353         * src/imap.c
6354                 tiny memory leak found by browsing Dimitar's 
6355                 valgrind report
6356
6357 2002-11-23 [paul]       0.8.5claws180
6358
6359         * po/it.po
6360                 updated by Alessandro Maestri
6361
6362 2002-11-22 [christoph]  0.8.5claws179
6363
6364         * src/compose.c
6365         * src/inc.c
6366         * src/prefs_filtering.c
6367         * src/summaryview.c
6368                 more warning fixes
6369
6370 2002-11-22 [alfons]     0.8.5claws178
6371
6372         * src/summaryview.c
6373                 summary_execute_delete_func(): if message is deleted, make 
6374                 sure to also remove its entry in the subject hash table. 
6375                 fixes a corner case bug.
6376
6377 2002-11-22 [paul]       0.8.5claws177
6378
6379         * .cvsignore
6380                 add 'autom4te.cache'
6381                 
6382         * ltconfig      ** REMOVED **
6383                 not needed
6384
6385 2002-11-22 [paul]       0.8.5claws176
6386
6387         * src/textview.c
6388                 textview_set_font(): fix for message display in
6389                 UTF-8 locales (thanks to Sergey Vlasov).
6390                 
6391         * AUTHORS
6392                 add new team members and contributors
6393
6394
6395 2002-11-21 [colin]      0.8.5claws175
6396
6397         * src/procmsg.[ch]
6398                 Add procmsg_remove_special_headers()
6399         * src/mh.c
6400                 Use procmsg_remove_special_headers() for 
6401                 previous fix
6402
6403 2002-11-21 [colin]      0.8.5claws174
6404
6405         * src/mh.c
6406                 Fix moving/copying from queue/draft folders
6407                 for MH folders
6408
6409 2002-11-21 [christoph]  0.8.5claws173
6410
6411         * src/crash.c
6412         * src/filtering.c
6413         * src/logwindow.c
6414         * src/main.c
6415         * src/matcher_parser_lex.[hl]
6416         * src/mbox.c
6417         * src/mbox_folder.[ch]
6418         * src/prefs_filtering.c
6419         * src/procheader.c
6420         * src/quote_fmt_lex.l
6421         * src/ssl.c
6422                 fix all warnings except the warnings in lex and yacc files
6423
6424 2002-11-20 [christoph]  0.8.5claws172
6425
6426         * src/imap.c
6427                 fix MsgInfo retrieval for IMAP draft and queue folders
6428                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6429
6430 2002-11-19 [christoph]  0.8.5claws171
6431
6432         * src/compose.c
6433                 fix segfault, when draft saving does not get
6434                 the MsgInfo of the new message
6435                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6436
6437 2002-11-19 [christoph]  0.8.5claws170
6438
6439         * src/procmsg.c
6440                 add parameter check for flag setting function
6441                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6442
6443 2002-11-18 [paul]       0.8.5claws169
6444
6445         * src/compose.c
6446                 more sensitivity fixes to redirect mode:
6447                 * disable toolbar draft button
6448                 * allow only Address book in the Tools menu
6449                 * disable editing of message by the spell
6450                   checker
6451
6452 2002-11-18 [paul]       0.8.5claws168
6453
6454         * src/compose.c
6455                 fix sensitivity of menu items in compose_redirect():
6456                 allow only the necessary items 
6457
6458 2002-11-18 [paul]       0.8.5claws167
6459
6460         * src/compose.c
6461                 fix bug [ 603259 ] 'attachment got lost on bounce'
6462
6463 2002-11-18 [paul]       0.8.5claws166
6464
6465         * po/ru.po
6466                 updated by Ruslan N. Balkin <baron@dartel.ru>
6467
6468 2002-11-18 [colin]      0.8.5claws165
6469
6470         * src/main.c
6471           src/defs.h
6472                 Remove old filtering stuff
6473
6474
6475 2002-11-17 [oliver]     0.8.5claws164
6476
6477         * src/toolbar.h
6478                 remove not needed typedef 
6479
6480 2002-11-17 [oliver]     0.8.5claws163
6481
6482         * src/toolbar.c
6483                 make toolbar's on click events translatable
6484
6485 2002-11-15 [colin]      0.8.5claws162
6486
6487         * src/summaryview.c
6488                 Revert too-soon integration of a feature
6489
6490 2002-11-15 [christoph]  0.8.5claws161
6491
6492         * src/imap.c
6493                 use main's implementation of imap_get_msginfo
6494
6495 2002-11-15 [christoph]  0.8.5claws160
6496
6497         * src/compose.c
6498         * src/folder.[ch]
6499         * src/imap.c
6500         * src/mbox_folder.c
6501         * src/mh.c
6502         * src/news.c
6503         * src/procmsg.c
6504         * src/summaryview.c
6505                 replace claws' fetch_msginfo with main's get_msginfo
6506                 (use main's implementation where possible)
6507
6508 2002-11-15 [colin]      0.8.5claws159
6509
6510         * src/ssl_certificate.c
6511                 Missed a check
6512
6513 2002-11-16 [melvin]     0.8.5claws158
6514
6515         * po/fr.po
6516                 Updated French translations.
6517
6518 2002-11-16 [colin]      0.8.5claws157
6519
6520         * src/ssl_certificate.c
6521                 Check for missing parts in the certificates
6522
6523 2002-11-15 [colin]      0.8.5claws156
6524
6525         * src/folderview.c
6526                 Preventive fix (missing check) found by
6527                 Alfons
6528
6529 2002-11-15 [paul]
6530
6531         * NEWS
6532                 sync with 0.8.6 release
6533
6534 2002-11-15 [colin]      0.8.5claws155
6535
6536         * src/folder.[ch]
6537           src/folderview.c
6538                 Fix error handling of folder_item_move_to()
6539                 (thanks to Alfons!)
6540
6541 2002-11-15 [colin]      0.8.5claws154
6542
6543         * src/folder.[ch]
6544           src/folderview.c
6545                 folder_item_move_to() sets an error message instead
6546                 of having GUI stuff in folder.c
6547
6548 2002-11-15 [colin]      0.8.5claws153
6549
6550         * src/procmsg.[ch]
6551                 Implemented a callback for MsgInfo updates, 
6552                 heavily copy/pasted from Christoph's folder 
6553                 callback system
6554         * src/summaryview.[ch]
6555                 Register summary_update_msg as callback
6556
6557 2002-11-14 [colin]      0.8.5claws152
6558         
6559         * src/procmsg.c
6560                 Update the FolderItem after sending (fixes 617593)
6561
6562 2002-11-14 [christoph]  0.8.5claws151
6563
6564         * src/folder.c
6565                 fix wrong position of NULL pointer check found
6566                 by Sergey
6567
6568 2002-11-14 [christoph]  0.8.5claws150
6569
6570         * src/folder.c
6571                 fix segfault when deleting messages from IMAP folders
6572                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6573
6574 2002-11-14 [colin]      0.8.5claws149
6575
6576         * src/compose.c
6577                 Forwarding was also ignoring the folder's default account.
6578
6579 2002-11-14 [colin]      0.8.5claws148
6580
6581         * src/compose.c
6582                 Fix sent folder not set to folder properties when 
6583                 forwarding.
6584
6585 2002-11-14 [thorsten]   0.8.5claws147
6586
6587         * src/inc.c
6588                 inc_start(): Files were not moved from .processing to inbox,
6589                 if no global processing rule existed
6590
6591 2002-11-14 [colin]      0.8.5claws146
6592
6593         * src/ssl_certificate
6594                 Fix file operations
6595
6596 2002-11-14 [paul]       0.8.5claws145
6597
6598         * po/it.po
6599                 updated by Alessandro Maestri
6600
6601 2002-11-13 [alfons]     0.8.5claws144
6602
6603         * src/folder.c
6604                 folder_item_close(): only mark messages unread
6605                 when a folder has new messages 
6606
6607 2002-11-13 [keith]      0.8.5claws143
6608
6609         * src/imap.c
6610                 Fix problem moving or copying between
6611                 IMAP folders
6612
6613 2002-11-13 [colin]      0.8.5claws142
6614
6615         * src/matcher_parser_parse.y
6616                 Fix rule problem when " don't match
6617
6618 2002-11-13 [christoph]  0.8.5claws141
6619
6620         * src/folder.c
6621         * src/folderview.c
6622                 moved cache saving to folder_item_close
6623                 the folderview should not have to deal with
6624                 this things
6625
6626 2002-11-13 [christoph]  0.8.5claws140
6627
6628         * src/summaryview.c
6629                 moved setting of important score to
6630                 summary_set_prefs_from_folderitem
6631
6632 2002-11-13 [colin]      0.8.5claws139
6633
6634         * src/matcher_parser_parse.y
6635                 Fix a segfault in the parser (happening when
6636                 a good expression had been tested and a bad 
6637                 one arrives)
6638
6639 2002-11-13 [paul]       0.8.5claws138
6640
6641         * sync with 0.8.5cvs24
6642                 see ChangeLog 2002-11-13
6643                 
6644         * po/pt_BR.po
6645                 updated by Fabio Jr. Beneditto
6646
6647 2002-11-13 [colin]      0.8.5claws137
6648         
6649         * src/msgcache.c
6650           src/defs.h
6651           src/procmsg.[ch]
6652                 Revert last commit, problem
6653
6654 2002-11-13 [colin]      0.8.5claws136
6655
6656         * src/msgcache.c
6657                 Remove duplicated code
6658         * src/defs.h
6659                 Bumped CACHE_VERSION and MARK_VERSION
6660         * src/procmsg.[ch]
6661                 Network endian for cache and mark files
6662
6663 2002-11-12 [colin]      0.8.5claws135
6664
6665         * src/inc.c
6666                 Fix the "socket error" dialog which disappeared
6667
6668 2002-11-12 [colin]      0.8.5claws134
6669
6670         * src/msgcache.c
6671                 Reverse last commit which had performance 
6672                 problems, but still reverse the list
6673
6674 2002-11-12 [colin]      0.8.5claws133
6675
6676         * src/msgcache.c
6677                 Reverse list order
6678
6679 2002-11-12 [melvin]     0.8.5claws132
6680
6681         * src/compose.c
6682                 Added a check for a NULL prefs_common.dictionary
6683
6684 2002-11-12 [colin]      0.8.5claws131
6685
6686         * src/ssl_certificate.[ch]
6687                 Use FQDN hostname
6688
6689 2002-11-12 [colin]      0.8.5claws130
6690
6691         * src/ssl_certificate.[ch]
6692                 Take connection port into account for 
6693                 checking certificates (a single hostname
6694                 could have multiple servers with multiple
6695                 certificates)
6696         * src/ssl.c
6697                 Pass the port to ssl_certificate_check
6698
6699 2002-11-12 [paul]       0.8.5claws129
6700
6701         * src/folder.c
6702                 fix a typo in last commit
6703
6704 2002-11-12 [paul]       0.8.5claws128
6705
6706         * sync with 0.8.5cvs23
6707                 see ChangeLog entry 2002-11-12
6708
6709 2002-11-11 [colin]      0.8.5claws127
6710
6711         * src/ssl_certificate.c
6712                 Cleaner messages
6713                 Don't popup, instead log error, if the 
6714                 corresponding pref is checked
6715         * src/ssl_certificate.h
6716                 include <openssl/objects/h>
6717
6718 2002-11-11 [colin]      0.8.5claws126
6719
6720         * src/ssl_certificate.h
6721                 _Really_ clean it
6722
6723 2002-11-11 [colin]      0.8.5claws125
6724         
6725         * src/ssl_certificate.c
6726                 Fixed leak
6727
6728 2002-11-11 [colin]      0.8.5claws124
6729
6730         * src/ssl.c
6731                 Cleaned a bit
6732         * src/ssl_certificate.[ch]
6733                 Cleaned a bit (better use of SSL API)
6734                 (This will cause non-recognition of saved 
6735                  certificates of claws12[23]...)
6736
6737 2002-11-11 [paul]       0.8.5claws123
6738         
6739         * po/es.po
6740                 updated by Ricardo Mones Lastra
6741
6742 2002-11-11 [colin]      0.8.5claws122
6743
6744         * src/ssl.c
6745                 Fix a typo
6746
6747 2002-11-11 [colin]      0.8.5claws121
6748
6749         * src/ssl_certificate.[ch] ** NEW FILES **
6750         * src/ssl.[ch]
6751                 Check SSL certificates presented to us
6752         * src/Makefile.am
6753                 Add ssl_certificate.[ch]
6754         * po/POTFILES.in
6755                 Add ssl_certificate.c
6756
6757 2002-11-11 [paul]       0.8.5claws120
6758
6759         * sync with 0.8.5cvs22
6760                 see ChangeLog 2002-11-11
6761
6762 2002-11-11 [paul]       0.8.5claws119
6763
6764         * sync with 0.8.5cvs21
6765                 see ChangeLog 2002-11-11
6766
6767 2002-11-10 [jens]       0.8.5claws118
6768
6769         * src/folder.c
6770         * src/folderview.c
6771                 corrected some typing
6772         * po/de.po
6773                 updated german translation
6774         * sylpheed.spec.in
6775                 cleaned up specfile and adjusted it for claws
6776
6777 2002-11-10 [colin]      0.8.5claws117
6778
6779         * src/summaryview.c
6780                 a STATUSBAR_PUSH/POP fix
6781
6782 2002-11-10 [colin]      0.8.5claws116
6783
6784         * src/prefs_folder_item.c
6785                 Fix hanging after opening folder properties
6786
6787 2002-11-10 [hoa]        0.8.5claws115
6788
6789         * src/matcher_parser_lex.l
6790         * src/matcher_parser_parse.y
6791                 config file for scoring and filtering is no more trashed
6792                 when there is a syntax error in a filtering rule when
6793                 editing it in a dialog.
6794
6795 2002-11-09 [colin]      0.8.5claws114
6796
6797         * src/mbox_folder.c
6798                 Added missing initialisation of folder->destroy()
6799
6800 2002-11-09 [colin]      0.8.5claws113
6801
6802         * src/folder.c
6803           src/folderview.c
6804                 Fix the status bar messages
6805
6806 2002-11-09 [colin]      0.8.5claws112
6807
6808         * src/folderview.c
6809                 Fix hangs after folder dnd, happening after 
6810                 claws109.
6811
6812 2002-11-09 [christoph]  0.8.5claws111
6813
6814         * src/folderview.c
6815                 just changed order of calls (reverse order of
6816                 associated calls)
6817         * src/inc.c
6818                 lock inc when checking only one account, otherwise
6819                 inc all could be executed at the same time
6820
6821 2002-11-09 [christoph]  0.8.5claws110
6822
6823         * src/folderview.c
6824                 better unlock the mouse cursor before calling
6825                 summary_show because it changes the cursor too
6826
6827 2002-11-09 [christoph]  0.8.5claws109
6828
6829         * src/folder.[ch]
6830         * src/folderview.c
6831                 add functions to open and close a folder
6832                 o opending will execute scanning for remote folders
6833                   and processing
6834                 o closing will unset new flag for messages
6835
6836 2002-11-09 [colin]      0.8.5claws108
6837
6838         * src/folder.c
6839                 Add a call to prefs_matcher_write_config to 
6840                 avoid non-leaf folders filtering settings to be
6841                 lost
6842
6843 2002-11-09 [paul]       0.8.5claws107
6844
6845         * src/prefs_account.c
6846                 re-word a label
6847
6848 2002-11-09 [colin]      0.8.5claws106
6849
6850         * src/folderview.c
6851                 Minor esthetic fix
6852
6853 2002-11-09 [colin]      0.8.5claws105
6854
6855         * src/folderview.c
6856                 Fix prefs_filtering deletion for MH folders (same
6857                 reason as below)
6858         * src/prefs_filtering.c
6859                 Fix prefs_filtering renaming and deletion for 
6860                 folder-based processing rules.  
6861
6862 2002-11-09 [christoph]  0.8.5claws104
6863
6864         * src/compose.c
6865         * src/folder.[ch]
6866         * src/folderview.[ch]
6867         * src/import.c
6868         * src/inc.c
6869         * src/main.c
6870         * src/mainwindow.c
6871         * src/messageview.c
6872         * src/prefs_folder_item.c
6873         * src/procmsg.c
6874         * src/summaryview.c
6875                 implement a callback system for folder item updates
6876
6877 2002-11-09 [colin]      0.8.5claws103
6878
6879         * src/folderview.c
6880                 Fix prefs_filtering renaming for MH folders (we
6881                 shouldn't rename by path as another folder could
6882                 have the same hierarchy).
6883
6884 2002-11-09 [colin]      0.8.5claws102
6885
6886         * src/folder.c
6887                 Fix a leak found by Christoph, use better variable
6888                 names
6889
6890 2002-11-09 [colin]      0.8.5claws101
6891
6892         * src/folder.c
6893                 One more fix for processing rules
6894
6895 2002-11-08 [colin]      0.8.5claws100
6896         
6897         * src/matcher.c
6898                 Don't copy the compiled regexp (will be reevaluated)
6899         * src/folderview.c
6900                 Lock folderview while moving
6901         * src/folder.c
6902                 Provide info on what's happening to the user
6903
6904 2002-11-08 [colin]      0.8.5claws99
6905
6906         * src/folderview.c
6907                 Fix folder reordering after a move if parent is 
6908                 root
6909         * src/scoring.[ch]
6910                 Add function to copy a ScoringProp
6911         * src/prefs_folder_item.c
6912                 Copy scoring rules when copying a folder prefs
6913
6914 2002-11-08 [colin]      0.8.5claws98
6915
6916         * src/folderview.c
6917                 Fixes in case of failure
6918         * src/filtering.[ch]    
6919                 Add function to duplicate a FilteringProp
6920         * src/matcher.[ch]
6921                 Add function to duplicate a MatcherProp
6922         * src/prefs_folder_item.c
6923                 Save folder's processing rules when copying 
6924                 its prefs
6925
6926 2002-11-08 [colin]      0.8.5claws97
6927         
6928         * src/folderview.c
6929                 Sort after move
6930         * src/folder.c 
6931                 Change a printf to debug_print
6932
6933 2002-11-08 [colin]      0.8.5claws96
6934
6935         * src/folder.c
6936           src/folderview.c
6937                 Fix segfaults, call me stupido
6938         
6939
6940 2002-11-08 [colin]      0.8.5claws95
6941
6942         *src/folder.c
6943                 Added forgotten prefs to save when moving folders
6944
6945 2002-11-08 [colin]      0.8.5claws94
6946
6947         * src/folder.c
6948                 Fixes to folder DND (prefs copy)
6949         * src/folderview.c
6950                 Optimization for folder DND (don't rescan whole tree)
6951                 Added folderview_create_folder_node() for this 
6952                 optimization, so de-duped a bit the code
6953         * src/prefs_folder_item.[ch]
6954                 Added prefs_folder_item_copy_prefs()    
6955           
6956 2002-11-08 [paul]       0.8.5claws93
6957
6958         * src/prefs_account.c
6959           tools/README
6960           tools/kmail2sylpheed_v2.pl
6961                 correct some typos
6962
6963 2002-11-08 [paul]       0.8.5claws92
6964
6965         * src/compose.c
6966           src/prefs_account.[ch]
6967                 remove account options 'clearsign' and 'ascii_armored',
6968                 replace with 'default_gnupg_mode' to prevent mixed-mode
6969                 Privacy settings
6970
6971 2002-11-08 [paul]       0.8.5claws91
6972
6973         * src/compose.[ch]
6974                 re-implement GnuPG 'on-the-fly' mode selection,
6975                 disallow mixed-mode
6976
6977 2002-11-08 [colin]      0.8.5claws90
6978
6979         * src/folderview.c
6980           src/prefs_folder_item.c
6981                 Change "Property" to "Properties"
6982
6983 2002-11-07 [colin]      0.8.5claws89
6984
6985         * src/folderview.c
6986           src/folder.c
6987                 Allow folder dropping to a root folder
6988
6989 2002-11-07 [paul]       0.8.5claws88
6990
6991         * src/compose.c
6992                 revert last commit
6993
6994 2002-11-07 [paul]       0.8.5claws87
6995
6996         * src/compose.c
6997                 fix reply-to-list bug. closes bug report
6998                 "[633382] reply-to-list broken in recent cvs"
6999
7000 2002-11-07 [paul]       0.8.5claws86
7001
7002         * src/compose.c
7003                 add a forgotten '#if USE_GPGME ... #endif'
7004
7005 2002-11-07 [paul]       0.8.5claws85
7006
7007         * sync with 0.8.5cvs20
7008                 see ChangeLog 2002-11-07
7009
7010 2002-11-07 [colin]      0.8.5claws84
7011
7012         * src/folder.[ch]
7013                 Change folder_item_move_to to return the newly 
7014                 created folderitem.
7015         * src/folderview.c
7016                 Select the new folderitem after moving.
7017
7018 2002-11-07 [colin]      0.8.5claws83
7019
7020         * src/prefs_filtering.c
7021                 Fix rule rewriting when moving a leaf folder to a 
7022                 shorter path
7023
7024 2002-11-07 [colin]      0.8.5claws82
7025
7026         * src/prefs_filtering.c
7027                 fix a leak
7028
7029 2002-11-07 [colin]      0.8.5claws81
7030
7031         * src/folder.[ch]
7032                 Add folder_item_move_to() function to move a 
7033                 folderitem into another one (updates matcher etc)
7034         * src/folderview.c
7035                 Add folder drag'n drop (context menu to come)
7036                 [Should be dataloss free, but Please backup before 
7037                  trying !]
7038
7039 2002-11-06 [colin]      0.8.5claws80
7040
7041         * src/mh.c
7042                 mh_create_folder() returns NULL if can't create
7043                 directory hierarchy
7044
7045 2002-11-06 [paul]       0.8.5claws79
7046
7047         * src/compose.[ch]
7048                 allow 'on-the-fly' changing of the type of encryption 
7049                 and/or signing used (mime/ascii) via the compose window
7050
7051 2002-11-06 [paul]       0.8.5claws78
7052
7053         * sync with 0.8.5cvs19
7054                 see ChangeLog 2002-11-06 for src/account.c: 
7055                 account_get_special_folder()
7056                 
7057 2002-11-05 [alfons]     0.8.5claws77
7058
7059         * src/crash.c
7060                 very minor cleanups: nothing to see here, move on. :-)
7061
7062 2002-11-05 [colin]      0.8.5claws76
7063
7064         * src/main.c
7065                 Changes choices if compose windows are opened to
7066                 Discard, Draft, Don't quit
7067
7068 2002-11-05 [thorsten]   0.8.5claws75
7069
7070         * src/compose.c
7071                 reenabled default_reply_to folder option
7072
7073 2002-11-05 [colin]      0.8.5claws74
7074
7075         * src/compose.[ch] 
7076                 add compose_draft()
7077         * src/crash.c
7078                 add SIGTERM handler
7079         * src/main.[ch]
7080                 add clean_quit() for the SIGTERM handler
7081
7082 2002-11-05 [paul]       0.8.5claws73
7083         
7084         * po/es.po
7085                 updated by Ricardo Mones Lastra
7086
7087 2002-11-05 [melvin]     0.8.5claws72
7088
7089         * src/logwindow.c
7090                 Fixed log-clipping bug #616795.
7091                 To stop logging in the log window use 0 length.
7092         * src/prefs_common.c
7093                 Added a label to inform about the 0 log length behaviour.
7094
7095 2002-11-05 [paul]       0.8.5claws71
7096
7097         * sync with 0.8.5cvs17
7098                 see ChangeLog 2002-11-05
7099
7100 2002-11-04 [paul]       0.8.5claws70
7101
7102         * sylpheed-128x128.png
7103           sylpheed-64x64.png
7104           sylpheed.png
7105                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7106                 <nikai@users.sourceforge.net>
7107                 
7108         * po/bg.po
7109                 updated by George Danchev
7110
7111 2002-11-03 [thorsten]   0.8.5claws69
7112
7113         * src/main.c
7114           src/mimeview.c
7115           src/rfc2015.h
7116                 add check if gpg is active
7117
7118 2002-11-03 [thorsten]   0.8.5claws68
7119
7120         * src/toolbar.h
7121                 removed GSList declaration causing trouble on MacOS-X
7122                 (submitted by alfons, reported by xfesty)
7123
7124 2002-11-01 [paul]       0.8.5claws67
7125
7126         * src/mainwindow.c
7127                 remove last remnants of main's filter code
7128
7129 2002-11-01 [paul]       0.8.5claws66
7130
7131         * tools/filter_conv.pl
7132                 fix bug where user-defined headers were ignored
7133
7134 2002-11-01 [paul]       0.8.5claws65
7135
7136         * src/logwindow.c
7137                 make a debug_print() not translatable
7138
7139 2002-10-31 [melvin]     0.8.5claws64
7140
7141         * ac/aspell.m4
7142                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7143                 not run any GNU/aspell test.  The dictionary path will
7144                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7145                 was given, in which case, it will be $prefix/lib/aspell/
7146         * configure.in
7147                 Fixed typo in commentary (Aspell code).
7148
7149 2002-10-31 [paul]       0.8.5claws63
7150
7151         * po/POTFILES.in
7152                 remove src/filter.c and src/prefs_filter.c
7153                 thanks to Ricardo for reminding me
7154
7155 2002-10-31 [colin]      0.8.5claws62
7156
7157         * src/mbox_folder.c
7158                 Plug some leaks
7159
7160 2002-10-31 [paul]       0.8.5claws61
7161
7162         * src/prefs_filter.[ch] ** REMOVED **
7163           src/filter.[ch]       ** REMOVED **
7164           
7165         * src/Makefile.am
7166           src/folderview.c
7167           src/inc.c
7168           src/main.c
7169           src/mainwindow.c
7170           src/mbox.c
7171           src/prefs_common.c
7172           src/prefs_filtering.c
7173           src/summaryview.[ch]
7174                 remove main's 'filter' code
7175                 
7176         README.claws
7177                 update to reflect removal of main's filter
7178
7179 2002-10-31 [paul]       0.8.5claws60
7180
7181         * src/summaryview.c
7182                 remove check for global_processing in summary_filter_open(). 
7183                 This fixes the bug where if the user uses the right-click 
7184                 'Create filter rule...' and doesn't have any filter rules 
7185                 already defined in claws' advanced filtering, the newly 
7186                 created filter rule goes to main's filtering which is 
7187                 inaccessible through the gui. Now the filter rule gets added
7188                 to claws' filtering by default.
7189
7190 2002-10-28 [melvin]     0.8.5claws59
7191
7192         * src/prefs_actions.c
7193                 Fixed bug #627322 where MIME parts were not always
7194                 correctly passed to a %p action
7195                 Display an error dialog when message filename is not found.
7196
7197 2002-10-28 [melvin]     0.8.5claws58
7198
7199         * src/prefs_common.c
7200                 Readded a missing function declaration lost in 0.8.3claws34
7201
7202 2002-10-28 [paul]       0.8.5claws57
7203
7204         * sync with 0.8.5cvs15
7205                 see ChangeLog 2002-10-28 and 2002-10-25
7206                 
7207         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7208
7209 2002-10-27 [oliver]     0.8.5claws56
7210
7211         * src/pop.c
7212                 plug leak in pop3_top_recv
7213
7214 2002-10-26 [christoph]  0.8.5claws55
7215
7216         * src/folder.c
7217                 set need_update folder flag when messages are added
7218                 (closes bug [ 626922 ] folder not updated after receiving)
7219
7220 2002-10-25 [melvin]     0.8.5claws54
7221
7222         * src/imageview.c
7223                 Fixed a memleak introduced in the scaling code.
7224
7225 2002-10-24 [alfons]     0.8.5claws53
7226
7227         * src/filtering.c
7228                 make filtering's forward message action forward from the 
7229                 correct account
7230                 (closes bug [628089 ] Filter -> Forward from address problem
7231                 reported by Oktay)
7232
7233 2002-10-24 [christoph]  0.8.5claws52
7234
7235         * src/mainwindow.c
7236         * src/manual.[ch]
7237                 o use manual of current locale or english if current
7238                   locale is not available (and english is available)
7239                 o also link to sylpheed doc project manuals
7240
7241 2002-10-23 [paul]       0.8.5claws51
7242
7243         * tools/README
7244           tools/kmail2sylpheed_v2.pl
7245                 add new version of kmail addressbook importer script.
7246                 works with newer versions of Kmail/KAddressBook which
7247                 have new and rearranged data.
7248
7249 2002-10-23 [martin]     0.8.5claws50
7250
7251         * src/folderview.c
7252         * src/summaryview.c
7253         * src/utils.h
7254         * src/utils.c
7255                 added length parameter to get_abbrev_newsgroup_name()
7256                 changed this function so that it abbreviates the newsgroup
7257                 names only so long it is smaller than the length parameter
7258                 (for better reading of some newsgroup names and space efficiency)
7259
7260 2002-10-22 [colin]      0.8.5claws49
7261
7262         *src/foldersel.c
7263                 Revert Alfons' last modification (after voting ;-))
7264
7265 2002-10-21 [alfons]     0.8.5claws48
7266
7267         * src/foldersel.c
7268                 folder view in folder selection dialog reflects state of
7269                 folder view in main window
7270
7271 2002-10-18 [alfons]     0.8.5claws47
7272
7273         * src/mbox.c
7274                 drop imported messages in folder selected by user,
7275                 and not in the inbox
7276                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7277
7278 2002-10-18 [alfons]     0.8.5claws46
7279
7280         * src/compose.c
7281                 make automagic reply work correctly for email accounts 
7282                 (whether it's viable to do a full sync with Hiro's 
7283                 compose.c is still under discussion)
7284
7285 2002-10-18 [melvin]     0.8.5claws45
7286
7287         * src/prefs_actions.c
7288                 Fixed bug #622275 where asynchroneous actions left 
7289                 zombies processes
7290                 Made (synchroneous) actions' input be displayed live.
7291
7292 2002-10-18 [christoph]  0.8.5claws44
7293
7294         * src/textview.c
7295                 don't add a newline in the textview in front of the
7296                 first textpart if header display is disabled
7297                 (closes bug [ 603385 ] disabled header display leaves blank
7298                  lin)
7299
7300 2002-10-18 [christoph]  0.8.5claws43
7301
7302         * src/folder.[ch]
7303         * src/imap.c
7304         * src/mbox_folder.c
7305         * src/mh.c
7306         * src/news.c
7307                 folder->get_num_list now returns an error code
7308                 (closes bug [ 609424 ] News cache cleared on failure)
7309                 
7310 2002-10-17 [colin]      0.8.5claws42
7311         
7312         * src/news.c
7313                 Changed a printf by debug_print
7314
7315 2002-10-16 [paul]       
7316
7317         * tools/OOo2sylpheed.pl
7318                 allow for spaces in the name of the
7319                 file to be attached.
7320
7321 2002-10-16 [colin]      0.8.5claws41
7322
7323         * src/main.c
7324                 Use a tristate to change online mode
7325
7326 2002-10-16 [paul]       0.8.5claws40
7327
7328         * po/es.po
7329                 updated by Ricardo Mones Lastra
7330
7331 2002-10-16 [colin]      0.8.5claws39
7332
7333         * src/main.c
7334           src/mainwindow.[ch]
7335                 Added --online and --offline command-line
7336                 switches
7337
7338 2002-10-15 [christoph]  0.8.5claws38
7339
7340         * src/procmime.c
7341                 set mimeinfo->name to NULL after g_free to
7342                 avoid double freeing with g_free
7343
7344 2002-10-14 [christoph]  0.8.5claws37
7345
7346         * src/compose.c
7347         * src/filtering.c
7348         * src/summaryview.c
7349                 remove calls to folder->change_flags that are now
7350                 done by procmsg flag functions (seems it is not
7351                 used by any foldertype anyway)
7352         * src/folder.c
7353                 init folder->change_flags with NULL
7354
7355 2002-10-14 [christoph]  0.8.5claws36
7356
7357         * src/folder.[ch]
7358         * src/imap.[ch]
7359                 use virtual functions for folder item new and destroy
7360                 functions
7361
7362 2002-10-14 [melvin]     0.8.5claws35
7363
7364         * src/compose.c
7365                 Added a test to not run the spell checker if no default
7366                 dictionary is available. No dialog is displayed though.
7367
7368 2002-10-14 [melvin]     0.8.5claws34
7369
7370         * src/gtkaspell.c
7371                 Fixed bug in dictionary list context menu where
7372                 "More..." pointed to an emtpy submenu if the
7373                 number of dictionaries is a multiple of 15
7374                 Removed unneeded code in suggestions list creation
7375
7376 2002-10-14 [paul]       0.8.5claws33
7377
7378         * po/bg.po
7379                 updated by George Danchev
7380
7381 2002-10-13 [hoa]        0.8.5claws32
7382
7383         * src/matcher.[ch]
7384           src/matcher_parser_parser.y
7385                 removed the escaped string from internal structure
7386                 of matcher.
7387
7388 2002-10-12 [colin]      0.8.5claws31
7389
7390         * src/gtksctree.[ch]
7391           src/summaryview.c
7392                 Removed useless function gtksctree_reanchor
7393
7394 2002-10-12 [alfons]     0.8.5claws30
7395         
7396         * sync with remaining main changes 2002-10-09 - 2002-10-11
7397         - drop changes to src/compose.c (requires claws specific changes)
7398         
7399 2002-10-12 [alfons]     0.8.5claws29
7400         
7401         * sync with main changes of 2002-10-08
7402         - drop changes to src/compose.c (requires claws specific changes)
7403         - drop changes to src/summaryview.c (requires changes to compose.c)     
7404
7405 2002-10-12 [alfons]     0.8.5claws28
7406         
7407         * sync with main changes of 2002-10-07
7408
7409 2002-10-12 [alfons]     0.8.5claws27
7410
7411         * sync with main changes of 2002-10-04
7412         - drop changes to src/compose.c (requires claws specific changes)
7413         - drop changes to src/prefs_folder_item.c (claws implementation
7414           seems to be working)
7415
7416 2002-10-12 [colin]      0.8.5claws26
7417
7418         * src/mainwindow.c
7419                 Fix folder-flicker when space-reading, introduced 
7420                 in claws22.
7421
7422 2002-10-12 [colin]      0.8.5claws25
7423
7424         * src/compose.c
7425                 Save account address when saving as draft.
7426                 (closes bug 621838)
7427
7428 2002-10-12 [colin]      0.8.5claws24
7429
7430         * src/summaryview.c
7431                 Fix the problem consisting of no message selected
7432                 after the last message in a folder has been moved.
7433
7434 2002-10-12 [paul]       0.8.5claws23
7435
7436         * src/compose.c
7437           src/prefs_template.c
7438           src/template.[ch]
7439                 add Cc and Bcc to templates. Patch submitted by
7440                 John L. Males.
7441
7442 2002-10-12 [colin]      0.8.5claws22
7443
7444         * src/folderview.c
7445                 Fix a bug after "Check for new messages":
7446                 If a folder was opened, it was still selected at
7447                 the end of the check, but displayed empty.
7448         * src/mainwindow.c
7449                 Remove unnecessary check
7450
7451 2002-10-12 [paul]
7452
7453         * tools/README
7454                 be more verbose in the description of
7455                 OOo2sylpheed.pl
7456                 
7457
7458 2002-10-11 [colin]      0.8.5claws21
7459
7460         * src/mainwindow.c
7461                 Make space work (better) when no mail is selected
7462
7463 2002-10-11 [colin]      0.8.5claws20
7464
7465         * src/inc.c
7466           src/news.c
7467                 fix warnings
7468
7469 2002-10-11 [colin]      0.8.5claws19
7470
7471         * src/mainwindow.c
7472                 revert 0.8.5claws6 changes as i couldn't get to
7473                 anything satisfying
7474
7475 2002-10-11 [melvin]     0.8.5claws18
7476
7477         * src/compose.c
7478                 Removed buggy and unused macro (should have been committed in
7479                 0.8.5claws17)
7480
7481 2002-10-11 [melvin]     0.8.5claws17
7482
7483         * src/compose.c
7484                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7485
7486 2002-10-11 [thorsten]   0.8.5claws16 
7487
7488         * src/folderview.c
7489                 remove rescan warning
7490
7491 2002-10-11 [colin]      0.8.5claws15 
7492
7493         * src/procheader.c
7494                 fix a segfault that happens if conv_unmime_header
7495                 fails (should be better to find out why it fails)
7496
7497 2002-10-11 [christoph]  0.8.5claws14
7498
7499         * src/summaryview.c
7500                 update folderview stats after ignore/unignore thread
7501
7502 2002-10-11 [hoa]        0.8.5claws13
7503
7504         * src/quote_fmt_parse.y
7505                 Fixed a yacc/bison syntax error
7506         * src/matcher.c
7507                 Escaping of string is fixed.
7508
7509 2002-10-11 [colin]      0.8.5claws12
7510
7511         * src/imageview.c
7512                 Resize images to fit
7513
7514 2002-10-11 [paul]       0.8.5claws11
7515
7516         * po/es.po
7517                 updated by Ricardo Mones Lastra
7518
7519 2002-10-10 [alfons]     0.8.5claws10
7520
7521         * src/compose.c
7522                 allow dropping files by "moving" files from a file manager,
7523                 not only by the more cumbersome "copying". the latter 
7524                 mostly implies holding down the Control button
7525
7526 2002-10-10 [christoph]  0.8.5claws9
7527
7528         * src/summaryview.c
7529                 update folders after thread building for ignored threads
7530
7531 2002-10-10 [christoph]  0.8.5claws8
7532
7533         * config/.cvsignore
7534                 added Makefile
7535         * src/filtering.[ch]
7536         * src/folder.[ch]
7537         * src/folderview.[ch]
7538         * src/import.c
7539         * src/inc.[ch]
7540         * src/mbox.[ch]
7541         * src/procmsg.c
7542         * src/summaryview.[ch]
7543                 o added new flag need_update to FolderItem
7544                 o removed folder_table from various functions from tracking
7545                   folder updates
7546                 o set need_update flags in folder.c's move, copy and delete
7547                   functions and procmsg's flags functions
7548                 o added function folderview_update_items_when_required that
7549                   updates all folders with need_update set
7550                 o call folderview_update_items_when_required instead of
7551                   folderview_update_item_foreach
7552
7553 2002-10-09 [sergey]     0.8.5claws7
7554
7555         * src/compose.c
7556                 Strip CRs whel loading the text into editor in reedit mode.
7557
7558 2002-10-09 [colin]      0.8.5claws6
7559
7560         * src/mainwindow.c
7561                 Make Space work when no mail is selected
7562
7563 2002-10-09 [colin]      0.8.5claws5
7564
7565         * src/gtksctree.[ch]
7566                 Fix range_select
7567                 Add gtk_sctree_reanchor() 
7568         * src/summaryview.c
7569                 Use gtk_sctree_reanchor() - better fix for 
7570                 bug 60413
7571
7572 2002-10-09 [colin]      0.8.5claws4
7573
7574         * src/summaryview.c
7575                 Fix shift-click select after delete problem
7576                 (closes bug 60413)
7577
7578 2002-10-08 [thorsten]   0.8.5claws3
7579
7580         * src/summaryview.c
7581                 exclude current msg from -hide read messages-
7582
7583 2002-10-08 [colin]      0.8.5claws2
7584
7585         * src/inc.[ch]
7586           src/pop.c
7587           src/recv.c
7588                 Differentiate socket errors from disk full
7589                 errors
7590
7591 2002-10-08 [christoph]  0.8.5claws1
7592
7593         * Makefile.am
7594         * configure.in
7595                 modifications for new config directory
7596
7597         * config.guess  ** REMOVED **
7598         * config.sub    ** REMOVED **
7599         * install-sh    ** REMOVED **
7600         * ltmain.sh     ** REMOVED **
7601         * missing       ** REMOVED **
7602         * mkinstalldirs ** REMOVED **
7603                 these files are autogenerated by automake
7604                 when you run autogen.sh
7605
7606         * config/.cvsignore     ** NEW FILE **
7607         * config/Makefile.am    ** NEW FILE **
7608                 ignore autogenerated files
7609                 create a Makefile in this directory
7610
7611 2002-10-08 [paul]       0.8.5claws
7612
7613         * 0.8.5claws release
7614         
7615         * src/compose.c
7616           src/procheader.c
7617           src/procmsg.c
7618                 fix quote reply format for newsgroups reply bug
7619                 (thanks to Hoa)
7620                 
7621         * po/en_GB.po
7622           po/pl.po
7623                 updated by me and Witold Wladyslaw Wojciech Wilk
7624                 repectively
7625
7626 2002-10-07 [paul]       0.8.3claws53
7627
7628         * po/it.po
7629           po/pt_BR.po
7630           po/sr.po
7631                 updated messages catalogs, submitted by
7632                 Alessandro Maestri, Fabio Jr.Beneditto 
7633                 and Urke MMI, respectively.
7634
7635 2002-10-07 [christoph]  0.8.3claws52
7636
7637         * src/folder.[ch]
7638         * src/folderview.c
7639         * src/mainwindow.c
7640                 fix new folder ghost message bug
7641                 (closes bug [ 619722 ] wrong count for newly created folders)
7642
7643 2002-10-07 [christoph]  0.8.3claws51
7644
7645         * src/compose.c
7646                 fix news posting problem
7647
7648 2002-10-07 [melvin]     0.8.3claws50
7649
7650         * po/fr.po
7651                 Updated French translation
7652
7653 2002-10-05 [christoph]  0.8.3claws49
7654
7655         * src/gtkstext.c
7656                 check if line_start_cache is set in gtk_stext_update_text
7657                 (closes bug [ 618119 ] crash while doing search in folder)
7658
7659 2002-10-05 [christoph]  0.8.3claws48
7660
7661         * src/imap.c
7662         * src/news.c
7663         * src/utils.c
7664         * src/utils.h
7665                 implement cache cleanups for claws' folder system
7666                 (closes bug [ 595916 ] imapcache not cleaned up)
7667
7668 2002-10-05 [melvin]     0.8.3claws47
7669
7670         * src/prefs_actions.c
7671                 Made the help text more clear for the %p token
7672
7673 2002-10-04 [paul]       0.8.3claws46
7674
7675         * sync with 0.8.5
7676                 see ChangeLog 2002-10-02 and 2002-10-03
7677
7678 2002-10-04 [christoph]  0.8.3claws45
7679
7680         * src/inc.c
7681                 fix segfault caused by pop before smtp
7682                 call to inc_account_mail with NULL
7683                 pointer for mainwin
7684
7685 2002-10-04 [paul]       0.8.3claws44
7686
7687         * configure.in
7688                 sync the LDAP detection from 0.8.5cvs1
7689
7690 2002-10-02 [christoph]  0.8.3claws43
7691
7692         * po/de.po
7693                 fix small spelling error
7694
7695 2002-10-02 [melvin]     0.8.3claws42
7696
7697         * ac/aspell.m4
7698                 Behave better and say "no" when test program cannot be run.
7699
7700 2002-10-02 [paul]       0.8.3claws41
7701
7702         * sync with 0.8.4cvs1
7703                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7704                 
7705         * src/summaryview.c
7706                 toggle the behavior of Reply menuitem between
7707                 normal reply and reply-to-list
7708
7709 2002-10-01 [sergey]     0.8.3claws40
7710
7711         * src/compose.c
7712                 Convert newlines in the message text to the canonical form
7713                 before base64 encoding (RFC2045 compliance, fixes some
7714                 interoperability issues with Evolution 1.0.3)
7715
7716 2002-09-29 [colin]      0.8.3claws39
7717
7718         * src/summaryview.c
7719                 Fix an unwanted copy/paste
7720
7721 2002-09-29 [colin]      0.8.3claws38
7722
7723         * src/mainwindow.c
7724                 Renamed "Custom toolbar" to "Customize toolbar"
7725                 Renamed "Show all header" to "Show all headers"
7726                 Renamed "Set diplay item" to "Set displayed items"
7727         * src/prefs_common.c
7728                 Renamed "Show all header" to "Show all headers"
7729         * src/prefs_summary_column.c
7730                 Renamed "diplay item" to "displayed items"
7731
7732 2002-09-29 [colin]      0.8.3claws37
7733
7734         * src/mainwindow.[ch]
7735                 online/offline status pixmaps follow theme
7736                 changes
7737         * src/summaryview.[ch]
7738                 quicksearch pixmap follows theme changes
7739
7740 2002-09-29 [thorsten]   0.8.3claws36
7741
7742         * src/compose.c
7743           src/prefs_folder_item.[ch]
7744                 add default_reply_to folder option (closes patch 581044)
7745
7746 2002-09-29 [christoph]  0.8.3claws35
7747
7748         * acconfig.h    ** REMOVED **
7749         * configure.in
7750         * ac/aspell.m4
7751         * ac/check-type.m4
7752         * ac/gnupg-check-typedef.m4
7753                 fix autoheader 2.50 warning
7754
7755 2002-09-29 [christoph]  0.8.3claws34
7756
7757         * major code cleanup (part 2)
7758         
7759                 - unused variables removed
7760                 - unused functions removed
7761                 - uninitialized variables checked
7762                 - missing return statements added
7763                 - missing function return types added
7764                 - added parentheses around assignment
7765                   when suggested by gcc
7766
7767 2002-09-29 [alfons]     0.8.3claws33
7768
7769         * src/logwindow.c
7770                 log_window_clear(): only bracket gtk_text_forward_delete() 
7771                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7772                 works around GTK text bug)
7773
7774 2002-09-29 [paul]       0.8.3claws32
7775
7776         * po/bg.po
7777           po/sr.po
7778                 updated by George Danchev and Urke MMI
7779                 respectively
7780
7781 2002-09-27 [christoph]  0.8.3claws31
7782
7783         * doc-src/readme.txt
7784         * doc-src/rfc1806.txt   ** REMOVED **
7785         * doc-src/rfc2183.txt   ** NEW FILE **
7786         * doc-src/rfc2980.txt   ** NEW FILE **
7787                 update rfcs
7788
7789 2002-09-27 [melvin]     0.8.3claws30
7790
7791         * ac/aspell.m4
7792                 Fixed typo which could break linking
7793
7794 2002-09-27 [melvin]     0.8.3claws29
7795
7796         * ac/aspell.m4
7797                 Improved GNU/aspell checking. 
7798                 Fixed bug #614490
7799
7800 2002-09-27 [paul]       0.8.3claws28
7801
7802         * sync with 0.8.3cvs8
7803                 see ChangeLog 2002-09-27
7804
7805 2002-09-26 [colin]      0.8.3claws27
7806
7807         * src/toolbar.[ch]
7808           src/mainwindow.[ch]
7809                 Add "Reply to Mailing-list" to the toolbar
7810
7811 2002-09-26 [christoph]  0.8.3claws26
7812
7813         * src/summaryview.c
7814                 Fix wrong message counts in summaryview status
7815
7816 2002-09-26 [paul]       0.8.3claws25
7817
7818         * sync with 0.8.3cvs7
7819                 see ChangeLog 2002-09-26
7820
7821 2002-09-26 [paul]       0.8.3claws24
7822
7823         * sync with 0.8.3cvs6
7824                 see ChangeLog 2002-09-25
7825
7826 2002-09-25 [christoph]  0.8.3claws23
7827
7828         * src/prefs_common.c
7829         * src/prefs_folder_item.c
7830         * src/prefs_scoring.c
7831                 Renamed "kill score" to "hide score" in GUI
7832                 and prefs files
7833
7834 2002-09-25 [paul]       0.8.3claws22
7835
7836         * sync with 0.8.3cvs5
7837                 see ChangeLog 2002-09-24
7838
7839 2002-09-24 [alfons]     0.8.3claws21
7840
7841         patch by Satoshi Nagayasu: allows appending / saving multiple 
7842         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7843         'Save as ...'")
7844
7845         * AUTHORS
7846                 add Satoshi Nagayasu
7847         * src/summaryview.c
7848                 summary_save_as(): allow saving selected files to
7849                 one file
7850                 summary_set_menu_sensitive: enable "Save As..." when
7851                 multiple files are selected
7852         * src/utils.[ch]
7853                 append_file(): new function
7854
7855 2002-09-24 [colin]      0.8.3claws20
7856
7857         * src/procmime.c
7858                 Fix segfault when mimeinfo doesn't have a 
7859                 content_type. 
7860
7861 2002-09-24 [colin]      0.8.3claws19
7862
7863         * src/prefs_common.[ch]
7864                 Add a preference to display send dialog or not
7865         * src/send.c
7866                 Display send dialog according to preference
7867
7868 2002-09-24 [colin]      0.8.3claws18
7869
7870         * src/compose.[ch]
7871                 Disable user actions when sending
7872
7873 2002-09-24 [colin]      0.8.3claws17
7874
7875         * src/procmime.c
7876                 Do not display name or filename for attachments
7877                 with an application/pgp-signature type
7878                 (security flaw, see bug 537413)
7879
7880 2002-09-23 [colin]      0.8.3claws16
7881
7882         * src/editaddress.c
7883                 Initialize entry_email, entry_alias and 
7884                 entry_remarks to first email address of the list
7885
7886 2002-09-23 [colin]      0.83claws15
7887
7888         * src/compose.c
7889                 Drop pgp-signature when reediting a signed queued
7890                 message
7891
7892 2002-09-23 [melvin]     0.8.3claws14
7893
7894         * po/fr.po
7895                 Updated French translation
7896
7897 2002-09-23 [melvin]     0.8.3claws13
7898
7899         * src/mainwindow.c
7900                 Made custom toolbar menu labels more consistent
7901         * src/prefs_toolbar.c
7902                 Made custom toolbar window title more consistent
7903
7904 2002-09-22 [colin]      0.8.3claws12
7905
7906         * src/inc.c
7907                 Initialize session type to normal before getting 
7908                 mail (fixes strange Get behaviour)
7909         * src/prefs_account.h
7910                 Move STYPE_POP_BEFORE_SMTP to last position to 
7911                 avoid other side-effects
7912
7913 2002-09-22 [colin]      0.8.3claws11
7914
7915         * src/prefs_account.c
7916                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7917                 from pop3 to apop or vice-versa
7918
7919 2002-09-22 [colin]      0.8.3claws10
7920         
7921         * src/prefs_account.[ch]
7922                 Add an option for the POP before SMTP timeout
7923         * src/inc.c
7924                 Remember time of last POP connection
7925         * src/send.c
7926                 Do POP before SMTP only if timeout reached
7927
7928 2002-09-22 [oliver]     0.8.3claws9
7929         
7930         * README.claws
7931                 explain custom toolbar
7932
7933 2002-09-22 [oliver]     0.8.3claws8
7934
7935         * src/prefs_actions.[ch]
7936         custom toolbar for compose      
7937                 actions callback from compose toolbar
7938         * src/folderview.c
7939                 remove include toolbar.h
7940
7941 2002-09-22 [oliver]     0.8.3claws7
7942         
7943         * src/prefs_toolbar.[ch]
7944                 custom toolbar for compose
7945                 - generic prefs_toolbar handles both
7946                   Mainwin's toolbar as well as Compose toolbar          
7947
7948 2002-09-22 [oliver]     0.8.3claws6
7949         
7950         * src/toolbar.[ch]
7951                 custom toolbar for compose
7952                 restructure toolbar.[ch]
7953
7954 2002-09-22 [oliver]     0.8.3claws5
7955
7956         * src/compose.[ch]
7957                 custom toolbar for compose
7958
7959 2002-09-22 [oliver]     0.8.3claws4
7960         
7961         * src/mainwindow.[ch]
7962                 custom toolbar for compose 
7963                 move mainwin toolbar back to mainwindow
7964
7965 2002-09-22 [alfons]     0.8.3claws3
7966
7967         * src/procmsg.c
7968                 :%sno/if(/if (/gc
7969                 :%sno/for(/for (/gc
7970                 (beautify)
7971
7972 2002-09-22 [alfons]     0.8.3claws2
7973         
7974         * src/procmsg.c
7975                 procmsg_save_to_outbox(): don't unlink message file from queue;
7976                 callers should do it using folder_item_remove_msg()
7977
7978 2002-09-22 [colin]      0.8.3claws1
7979
7980         * src/mimeview.[ch]
7981                 Made mimeview_check_signature() public
7982         * src/textview.c
7983                 Made GPG signatures verifiable by clicking
7984                 the [application/pgp-signature] in the Text
7985                 view
7986
7987 2002-09-22 [paul]       0.8.3claws
7988
7989         * po/bg.po
7990           po/en_GB.po
7991           po/es.po
7992           po/it.po
7993           po/pl.po
7994           po/pt_BR.po
7995           po/sr.po
7996                 updated translations, submitted by George Danchev,
7997                 me, Ricardo Mones Lastra, Alessandro Maestri,
7998                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7999                 and Urke MMI, respectively.     
8000
8001 2002-09-22 [alfons]     0.8.2claws65
8002
8003         * src/procmsg.c
8004         * src/pgptext.c
8005                 no furry valgrinds have been used to plug these memleaks
8006
8007 2002-09-20 [paul]       0.8.2claws64
8008
8009         * sync with 0.8.3cvs4
8010                 'Select thread' re-implemented 
8011                 see ChangeLog 2002-09-20
8012
8013 2002-09-21 [alfons]     0.8.2claws63
8014
8015         * src/compose.c
8016                 compose_send(): plug unnoticed memleak
8017
8018 2002-09-20 [alfons]     0.8.2claws62
8019
8020         * src/addr_compl.c
8021                 replace_address_in_edit(): strict check for NULL address to
8022                 fix "[ 607348 ] Segfault in address completion". My guess is
8023                 that this happens with an empty address book, but it's good
8024                 to have this check here anyway
8025                 
8026                 completion_window_button_press(): free string returned 
8027                 from the internal cache
8028
8029 2002-09-20 [christoph]  0.8.2claws61
8030
8031         * src/procmime.h
8032                 added ENC_BINARY to EncodingType
8033         * src/procmime.c
8034                 the string returned by procmime_get_encoding_str
8035                 should not depend on the order of values in the
8036                 EncodingType definition
8037         * doc-src/rfc1806.txt   ** NEW FILE **
8038                 Added rfc1806 about MIME Content-Disposition
8039                 Extension
8040
8041 2002-09-19 [paul]       0.8.2claws60
8042
8043         * sync with 0.8.2cvs3
8044                 see ChangeLog 2002-09-19
8045
8046 2002-09-19 [paul]       0.8.2claws59
8047
8048         * src/prefs_folder_item.c
8049                 revert to Darko's original alignment of colour
8050                 selector button
8051                 add a colon to folder_color label
8052                 
8053         * src/compose.c
8054                 add Colin's patch (with Hiro's modifications) to 
8055                 force BASE64 encoding for 8-bit text when signing
8056                 (sync with 0.8.3cvs2)
8057
8058 2002-09-18 [alfons]     0.8.2claws58
8059
8060         * src/compose.c
8061                 :%sno/if(/if (/gc
8062                 :%sno/for(/for (/gc
8063                 (beautify a little bit)
8064
8065 2002-09-18 [christoph]  0.8.2claws57
8066
8067         * src/pine.c
8068                 fix handling of fgetc return value
8069
8070 2002-09-17 [alfons]     0.8.2claws56
8071         
8072         * src/summaryview.c
8073                 summary_sort(): check non-NULL summaryview->folder_item when no 
8074                 folder is selected at all
8075                 (closes "[ 610344 ] sort label make syl Crash")
8076
8077 2002-09-17 [alfons]     0.8.2claws55
8078         
8079         * src/compose.c
8080                 beautify a little bit
8081
8082 2002-09-17 [christoph]  0.8.2claws54
8083
8084         * src/folder.c
8085                 initialize max values for cache and folder
8086                 when cache or folder is empty
8087
8088 2002-09-15 [colin]      0.8.2claws53
8089
8090         * src/compose.c
8091                 Fix a leak (thanks Alfons!) and cleaned
8092                 variables names for custom headers
8093
8094 2002-09-15 [colin]      0.8.2claws52
8095
8096         * src/compose.c
8097                 Fix custom headers recognition when
8098                 prefs_common.trans_hdr is on
8099
8100 2002-09-15 [colin]      0.8.2claws51
8101
8102         * src/compose.c
8103                 Allow dynamically-added custom headers
8104                 Yet not reparsed if reedited
8105
8106 2002-09-15 [alfons]     0.8.2claws50
8107
8108         * src/prefs_account.c
8109                 fix warnings
8110
8111 2002-09-15 [colin]      0.8.2claws49
8112         
8113         * src/prefs_account.c
8114                 fix pop_before_smtp sensitivity
8115
8116 2002-09-15 [colin]      0.8.2claws48
8117
8118         * src/inc.[ch]
8119                 add inc_pop_before_smtp()
8120                 allow MainWindow to be undefined in 
8121                 inc_account_mail() and inc_start()
8122         * src/pop.c
8123           src/prefs_account.h
8124                 add STYPE_POP_BEFORE_SMTP session type
8125         * src/prefs_account.c
8126                 activated pop before smtp option
8127         * src/send.c
8128                 do pop before smtp if the relevant option 
8129                 is set
8130
8131 2002-09-15 [paul]       0.8.2claws47
8132
8133         * sync with 0.8.3
8134                 see ChangeLog 2002-09-15
8135
8136 2002-09-14 [paul]       0.8.2claws46
8137
8138         * po/bg.po
8139                 updated Bulgarian translation, submitted by
8140                 George Danchev
8141
8142 2002-09-13 [paul]       0.8.2claws45
8143
8144         * src/compose.c
8145                 merge claws' select_account() with main's
8146                 (new) compose_select_account(). [sync with
8147                 0.8.2cvs15, see ChangeLog 2002-09-11]
8148
8149 2002-09-12 [christoph]  0.8.2claws44
8150
8151         * src/filter.c
8152                 allocate 1 elements of FolderItem not 0
8153
8154 2002-09-12 [colin]      0.8.2claws43
8155
8156         * src/compose.c
8157                 Fix bug #590825 (obey Follow-up: poster)
8158
8159 2002-09-12 [colin]      0.8.2claws42
8160
8161         * src/procmime.c
8162                 Fix bug #557009 (wrong headers for messages 
8163                 forwarded as attachments)
8164
8165 2002-09-11 [colin]      0.8.2claws41
8166         
8167         * src/compose.c
8168                 Put SCF: pseudo-header on top of message
8169                 Set draft tmp_flag when saved as draft
8170
8171         * src/procmsg.c
8172           src/procheader.c
8173                 Skip after first \n\n for beginning of real message
8174                 for drafts too
8175
8176 2002-09-11 [christoph]  0.8.2claws40
8177
8178         * src/filtering.c
8179                 use procmsg flag functions in filtering or processing
8180                 will cause incorrect folder message counts
8181
8182 2002-09-11 [colin]      0.8.2claws39
8183
8184         * src/compose.c
8185                 Fix bug #550175 - wrong save folder when reediting
8186                 drafts
8187
8188 2002-09-11 [paul]       0.8.2claws38
8189
8190         * sync with 0.8.2cvs14
8191                 see ChangeLog 2002-09-11
8192
8193 2002-09-11 [colin]      0.8.2claws37
8194
8195         * src/folder.c
8196                 Fix a typo (seeming to cause new/unread status to
8197                 be lost)
8198
8199 2002-09-10 [christoph]  0.8.2claws36
8200
8201         * src/compose.c
8202                 compose_redirect should not use compose_generic_new
8203                 because that does more stuff than expected including
8204                 opening the external editor
8205                 (closes bug "[ 526608 ] bounced messages appear blank
8206                  in editor")
8207
8208 2002-09-10 [christoph]  0.8.2claws35
8209
8210         * src/folder.c
8211                 fix problem with too large message number range
8212                 causing a crash in folder_item_scan
8213
8214 2002-09-10 [paul]       0.8.2claws34
8215
8216         * sync with 0.8.2cvs13
8217                 see ChangeLog 2002-09-10
8218
8219 2002-09-10 [christoph]  0.8.2claws33
8220
8221         * src/msgcache.c
8222                 set MsgInfo TmpFlags for queue and draft folders
8223                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8224
8225 2002-09-10 [paul]       0.8.2claws32
8226
8227         * AUTHORS
8228           po/bg.po      ** NEW FILE **
8229                 new Bulgarian translation submitted by
8230                 George Danchev <danchev@spnet.net>
8231                 
8232         * tools/Makefile.am
8233           tools/README
8234           tools/tb2sylpheed     ** NEW FILE **
8235                 add script that converts an addressbook exported
8236                 from The Bat! into a Sylpheed addressbook. Submitted
8237                 by Urke MMI <urke-kg@eunet.yu>
8238
8239 2002-09-10 [paul]       0.8.2claws31
8240
8241         * sync with 0.8.2cvs12
8242                 see ChangeLog 2002-09-10
8243
8244 2002-09-06 [paul]       0.8.2claws30
8245
8246         * src/prefs_common.c
8247                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8248                 
8249         * tools/Makefile.am
8250           tools/README
8251           tools/ldif-to-xml.py  ** REMOVED **
8252                 remove obsolete python script
8253
8254 2002-09-06 [paul]       0.8.2claws29
8255
8256         * sync with 0.8.2cvs10
8257                 see ChangeLog 2002-09-06
8258
8259 2002-09-04 [paul]       0.8.2claws28
8260
8261         * sync with 0.8.2cvs9
8262                 see ChangeLog 2002-08-04
8263
8264 2002-09-04 [colin]      0.8.2claws27 
8265
8266         * src/prefs_common.[ch]
8267                 Added signature color configuration
8268         * src/textview.c
8269                 Use user-specified signature color
8270
8271 2002-09-03 [colin]      0.8.2claws26
8272
8273         * src/prefs_common.[ch]
8274                 Added autosave and autosave_length prefs
8275         * src/compose.c
8276                 Added compose_remove_draft()
8277                 Auto-save drafts according to the prefs
8278         * src/main.c
8279                 Added a crash-indicator file, allowing to check
8280                 for new messages on startup if Sylpheed crashed
8281                 (makes saved drafts "reappear")
8282
8283 2002-09-03 [colin]      0.8.2claws25
8284
8285         * src/textview.[ch]
8286                 Grey the signature
8287
8288 2002-09-03 [paul]       0.8.2claws24
8289
8290         * sync with 0.8.2cvs8
8291                 see ChangeLog 2002-09-02 and 2002-09-03
8292
8293 2002-09-03 [darko]      0.8.2claws23
8294
8295         * src/folderview.c
8296                 use normal style when creating new folder to pick
8297                 proper font size 
8298
8299 2002-09-02 [melvin]     0.8.2claws22
8300
8301         * src/gtkaspell.m4
8302                 removed some obsolete code
8303
8304 2002-09-02 [melvin]     0.8.2claws21
8305
8306         * ac/aspell.m4
8307                 fixed test's equality sign (== to =)
8308
8309 2002-09-02 [alfons]     0.8.2claws20
8310
8311         * src/folder.c
8312         * src/mh.c
8313                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8314                 as folder->destroy virtual as suggested by Hiro
8315                 (the mh.c code seems to have been lost around mh.c.1.21)
8316
8317 2002-09-02 [paul]       0.8.2claws19
8318
8319         * po/pt_BR.po
8320                 updated by Fabio Jr. Beneditto
8321                 
8322         * src/defs.h
8323                 use 'http://claws.sylpheed.org' for homepage link. 
8324                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8325
8326 2002-09-01 [alfons]     0.8.2claws18
8327
8328         * src/mh.c
8329                 plug memleak related to one Martin Kluge found
8330
8331 2002-08-31 [paul]       0.8.2claws17
8332
8333         * sync with 0.8.2cvs6
8334                 see ChangeLog 2002-08-30
8335
8336 2002-08-31 [alfons]     0.8.2claws16
8337
8338         * src/folder.c
8339                 folder_destroy(): remove mailbox from folderlist even if it has
8340                 no destroy virtual
8341
8342 2002-08-31 [alfons]     0.8.2claws15
8343
8344         * src/folder.c
8345                 :%sno/if(/if (/gc
8346                 :%sno/for(/for (/gc
8347                 (being pedantic I know)
8348
8349 2002-08-31 [alfons]     0.8.2claws14
8350
8351         * src/folder.c
8352                 check for NULL pointers returned from folder->fetch_msginfo virtual
8353                 (should solve some reported crashes)
8354
8355 2002-08-30 [alfons]     0.8.2claws13
8356
8357         * acconfig.h
8358         * configure.in
8359         * src/crash.c
8360                 enable crash dialog on compilation time
8361                 (--enable-crash-dialog configure option)
8362
8363 2002-08-30 [alfons]     0.8.2claws12
8364
8365         * AUTHORS
8366                 add Martin Kluge
8367         * src/mh.c
8368                 apply memory leak plug patch by Martin Kluge
8369                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8370                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8371                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8372
8373 2002-08-30 [darko]      0.8.2claws11
8374
8375         * src/folderview.c
8376                 copy Gtk style from normal style to match
8377                 font size for coloured folders
8378
8379 2002-08-29 [alfons]     0.8.2claws10
8380
8381         * sylpheed.desktop
8382                 Type=Internet <- Type=Application
8383                 (reported by Michael Schwendt, see:
8384                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8385                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8386
8387 2002-08-29 [paul]       0.8.2claws9
8388
8389         * sync with 0.8.2cvs5
8390                 see ChangeLog 2002-08-29
8391
8392 2002-08-29 [colin]      0.8.2claws8
8393
8394         * src/summaryview.c
8395                 Added a sanity check in summary_select_thread
8396                 Should fix bug 601605
8397
8398 2002-08-29 [colin]      0.8.2claws7
8399
8400         * src/main.c
8401                 Revert claws6 changes regarding bug #591676
8402
8403 2002-08-28 [colin]      0.8.2claws6
8404         
8405         * src/main.c
8406                 Ignore cache for queue folderitems
8407                 Fix bug #591676
8408
8409 2002-08-28 [melvin]     0.8.2claws5
8410
8411         * README.claws
8412                 Fixed typos.
8413
8414 2002-08-28 [melvin]     0.8.2claws4
8415
8416         * README.claws
8417                 Updated a bit the text concerning the spell checker
8418
8419 2002-08-28 [melvin]     0.8.2claws3
8420
8421         Merged the GNU_aspell_branch:
8422                 Support of new GNU/aspell is now included and the old pspell
8423                 is not supported anymore.
8424                 See README.claws
8425
8426         * README.claws
8427                 Updated spell checker text to reflect the switch to GNU/aspell
8428
8429         * ac/aspell.m4          *** NEW ***
8430         * src/gtkaspell.[ch]    *** NEW *** 
8431         * ac/pspell.m4          *** DELETED *** 
8432         * src/gtkspell.[ch]     *** DELETED ***
8433
8434         * ac/Makefile.am
8435                 Updated for GNU/aspell support
8436
8437         * po/POTFILES.in
8438                 Replaced gtkspell.c by gtkaspell.c
8439
8440         * acconfig.h
8441         * src/Makefile.am
8442         * src/about.c
8443         * src/compose.[ch]
8444         * src/crash.c
8445         * src/main.c
8446         * src/prefs_common.[ch]
8447                 Updated for GNU/aspell support
8448
8449 2002-08-28 [paul]       0.8.2claws2
8450
8451         * sync with 0.8.2cvs4
8452                 see ChangeLog 2002-08-27 and 2002-08-28
8453
8454 2002-08-28 [colin]      0.8.2claws1
8455
8456         * src/summary_search.c
8457                 Added "AND search"
8458
8459 2002-08-28 [jens]       0.8.2claws
8460
8461         *po/de.po
8462                 Updated German translations
8463
8464 2002-08-27 [melvin]     0.8.2claws
8465
8466         * po/fr.po
8467                 Updated French translations
8468
8469 2002-08-27 [paul]       0.8.2claws
8470
8471         * sync with 0.8.2 main release
8472
8473         * po/en_GB.po
8474           po/es.po
8475           po/it.po
8476           po/pl.po
8477           po/pt_BR.po
8478           po/sr.po
8479                 updated message catalogs submitted by
8480                 Ricardo Mones Lastra, Alessandro Maestri,
8481                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8482                 Beneditto and Urke MMI  
8483
8484 2002-08-27 [hoa]        0.8.1claws123
8485
8486         * src/mainwindow.[ch]
8487         * src/summaryview.[ch]
8488                 removed the "filter setting" menu option.
8489                 add a "cancel a news message" menu option.
8490
8491 2002-08-26 [martin]     0.8.1claws122
8492
8493         * ChangeLog.claws
8494                 changed string under 0.8.1claws79 changed by myself
8495                 i'm sorry alfons :(
8496
8497 2002-08-26 [martin]     0.8.1claws121
8498
8499         * src/crash.c
8500                 added kill command to debuggerrc to start crash dialog
8501
8502 2002-08-26 [paul]       0.8.1claws120
8503
8504         * sync with 0.8.1cvs31
8505                 see ChangeLog 2002-08-26
8506
8507 2002-08-25 [alfons]     0.8.1claws119
8508
8509         * src/procmsg.c
8510                 fix bug that didn't send out correct headers to news server
8511                 when sending news article and email from queue (bug reported
8512                 and patch provided by Tim Mann; closes bug 
8513                 "[ 583196 ] 0.7.8claws can't post news")
8514
8515 2002-08-25 [alfons]     0.8.1claws118
8516
8517         * src/selective_download.c
8518                 mark two strings as translatable
8519                 (thanks to Urke MMI for pointing this out)
8520
8521 2002-08-25 [alfons]     0.8.1claws117
8522
8523         * src/summaryview.c
8524                 treat sent boxes as special and allow sorting them by addressee
8525                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8526                 submitted by Steve Lamb)
8527
8528 2002-08-24 [alfons]     0.8.1claws116
8529
8530         * src/matcher.c
8531                 fix memleak reported by Martin Kluge
8532                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8533
8534 2002-08-24 [oliver]     0.8.1claws115
8535
8536         * src/prefs_toolbar.c
8537                 o code cleanup as suggested by Alfons
8538                 o memleak fix
8539
8540 2002-08-24 [alfons]     0.8.1claws114
8541
8542         * src/summaryview.c
8543                 o fix another memory leak reported by Martin Kluge
8544                   (see "[ 599568 ] Small Memory Leak")
8545                 o remove 'from' variable from 'summary_set_header()'; we can
8546                   do with just 'to' 
8547
8548 2002-08-24 [paul]       0.8.1claws113
8549
8550         * sync with 0.8.1cvs30
8551                 see ChangeLog 2002-08-23
8552
8553 2002-08-24 [alfons]     0.8.1claws112
8554
8555         * src/summaryview.c
8556                 remove unnecessary allocations for search bar fixing leaks
8557                 reported by Martin Kluge
8558                 (see "[ 599451 ] Further memory leaks?")
8559
8560 2002-08-24 [alfons]     0.8.1claws111
8561
8562         * src/main.c
8563                 make get_socket_name() public for crash.c
8564         * src/crash.c
8565                 o make report bug button work (goes to claws' 
8566                   bug tracker at sf.net)
8567                 o introduce function for doing important stuff just
8568                   before claws goes down
8569                 o clean up code 
8570
8571 2002-08-24 [alfons]     0.8.1claws110
8572
8573         * src/compose.c
8574                 move cursor to "To" entry when forwarding as attachment
8575                 (reported and solved by Steve Lamb, closes bug report
8576                 "[ 592880 ] Forward as attachment; cursor not in to")
8577
8578 2002-08-24 [colin]      0.8.1claws109
8579
8580         * src/mainwindow.c
8581                 fix quick search visibility after GUI (de)separations.
8582
8583 2002-08-23 [colin]      0.8.1claws108
8584
8585         * src/mainwindow.c
8586                 fix header pane visibility after folderview or
8587                 messageview (de)separation
8588
8589 2002-08-23 [paul]       0.8.1claws107
8590
8591         * src/mainwindow.[ch]
8592           src/toolbar.c
8593                 give full control of display or non-display 
8594                 of the Execute icon to Custom toolbar settings.
8595                 add new sensitivity condition to maninwindow.h: 
8596                 M_DELAY_EXEC
8597
8598         * ChangeLog
8599           ChangeLog.jp
8600           NEWS
8601                 more sync with 0.8.1cvs29
8602
8603 2002-08-23 [melvin]     0.8.1claws106
8604
8605         * src/alertpanel.c
8606                 Readded support for custom widget in alertpanel lost in last
8607                 sync.
8608
8609 2002-08-23 [paul]       0.8.1claws105
8610
8611         * sync with 0.8.1cvs29
8612                 see ChangeLog 2002-08-23
8613
8614 2002-08-23 [colin]      0.8.1claws104
8615
8616         * src/summaryview.c
8617                 Fix folder and search pixmaps exchanging positions
8618                 after theme or toolbar changes. Thank to Oliver for 
8619                 reporting this.
8620
8621 2002-08-23 [colin]      0.8.1claws103
8622
8623         * src/mainwindow.c
8624           src/messageview.[ch]
8625           src/noticeview.[ch]
8626           src/summaryview.c
8627                 Changed messageview_create() and noticeview_create()
8628                 to avoid the last gdk_warning
8629
8630 2002-08-22 [colin]      0.8.1claws102
8631
8632         * src/summaryview.c
8633                 Fix my new `Creating pixmap from xpm' warning
8634
8635 2002-08-22 [colin]      0.8.1claws101
8636
8637         * src/mainwindow.c
8638                 Fix some of the gdk warnings
8639
8640 2002-08-22 [colin]      0.8.1claws100
8641
8642         * src/Makefile.am
8643         * src/stock_pixmap.c
8644         * src/stock_pixmap.h
8645         * src/pixmaps/quicksearch.xpm *ADDED*
8646                 Add the quicksearch pixmap
8647         * src/mainwindow.c
8648         * src/summaryview.c
8649         * src/summaryview.h
8650                 Make quicksearch bar visible/hidden via a button
8651
8652 2002-08-22 [christoph]  0.8.1claws99
8653
8654         * src/folder.c
8655                 fix folder update for newsgroups with message
8656                 numbers below minimum number of articles to fetch
8657                 (closes bug #598445)
8658
8659 2002-08-22 [paul]       0.8.1claws98
8660
8661         * sync with 0.8.1cvs28
8662                 see ChangeLog 2002-08-22
8663
8664 2002-08-21 [alfons]     0.8.1claws97
8665
8666         * src/crash.c
8667                 use bt instead of bt full which seems to work 
8668                 better, and bt full doesn't give a great deal 
8669                 of information anyway
8670
8671 2002-08-21 [colin]      0.8.1claws96
8672
8673         * src/summaryview.c
8674                 fix summaryview_searchtype_changed prototype
8675
8676 2002-08-21 [christoph]  0.8.1claws95
8677
8678         * src/mainwindow.c
8679                 o fix broken menu update for sorting type, we have to
8680                   get this info from the summaryview now
8681                 o removed setting of threaded state in menu callback
8682         * src/summaryview.[ch]
8683                 more summaryview/folderitem seperation for
8684                 threading option
8685         * configure.in
8686                 removed not required --with-compiler-flags option
8687
8688 2002-08-21 [oliver]     0.8.1claws94
8689         
8690         * src/toolbar.h 
8691                 o rename toolbar.xml to toolbar_main.xml
8692                   since toolbar_compose.xml might come up 
8693                   any time soon
8694         * README.claws
8695                 add custom toolbar              
8696
8697 2002-08-21 [darko]      0.8.1claws93
8698
8699         * src/procmsg.c
8700                 don't reset tmp flags for messages copied
8701                 to sent folder
8702
8703 2002-08-21 [colin]      0.8.1claws92
8704         
8705         * src/prefs_filtering.c
8706                 fix renaming rules on folder rename 
8707                 when folder is not a leaf folder
8708
8709 2002-08-21 [paul]       0.8.1claws91
8710
8711         * src/prefs_folder_item.c
8712                 fix alignment of colour selector
8713
8714 2002-08-21 [paul]       0.8.1claws90
8715
8716         * sync with 0.8.1cvs27
8717                 see ChangeLog 2002-08-21
8718
8719 2002-08-21 [paul]       0.8.1claws89
8720
8721         * src/summaryview.c
8722                 fix crash when changing field type in
8723                 Quick search bar
8724
8725 2002-08-21 [colin]      0.8.1claws88
8726
8727         * src/summaryview.c
8728                 Made quick search case-insensitive
8729
8730 2002-08-21 [paul]       0.8.1claws87
8731
8732         * sync with 0.8.1cvs26
8733                 see ChangeLog 2002-08-21
8734
8735 2002-08-20 [christoph]  0.8.1claws86
8736
8737         * src/folderview.c
8738         * src/main.c
8739         * src/summaryview.[ch]
8740                 more summaryview/folderitem seperation for
8741                 sort_key and sort_type
8742         * src/procmsg.c
8743                 added missing return statement
8744
8745 2002-08-20 [colin]      0.8.1claws85
8746
8747         * src/summaryview.[ch]
8748                 Added a quick search box
8749         * src/mainwindow.c
8750         * src/prefs_common.[ch]
8751                 Added a show/hide option for the quick search
8752
8753 2002-08-20 [oliver]     0.8.1claws84
8754         
8755         * src/mainwindow.c
8756                 remove toolbar_create_popups
8757         * src/toolbar.[ch]
8758                 o remove toolbar_create_popups
8759                 o fix toolbar_set_sensitive 
8760                   (Bug reports #596834 and #596832)     
8761         * src/prefs_toolbar.c
8762                 o add "Set default" button
8763                 o align label and text + combo widgets
8764
8765 2002-08-20 [hoa]        0.8.1claws83bis
8766
8767         * src/imap.c
8768                 fixed a bug in imap_fetch_msginfo() in case there is no
8769                 current folder.
8770
8771 2002-08-20 [darko]      0.8.1claws83
8772
8773         * src/folderview.c
8774                 copy the color style of folder view so it
8775                 works with GTK themes
8776
8777 2002-08-20 [darko]      0.8.1claws82
8778
8779         * src/folder.h
8780         * src/folderview.c
8781         * src/prefs_folder_item.[hc]
8782                 don't use UI stuff in folder.h
8783
8784 2002-08-20 [darko]      0.8.1claws81
8785
8786         * src/folder.h
8787         * src/prefs_folder_item.h
8788         * src/folderview.c
8789         * src/prefs_folder_item.c
8790                 ability to set folder color in folderview
8791
8792 2002-08-19 [alfons]     0.8.1claws80
8793
8794         * src/summaryview.c
8795                 fix one of the earlier memleaks reported by Martin Kluge
8796
8797 2002-08-19 [alfons]     0.8.1claws79
8798
8799         * src/mainwindow.c
8800                 hide notice view when selecting seperate folder
8801                 view (reported by Urke MMI)
8802
8803 2002-08-19 [christoph]  0.8.1claws78
8804
8805         * src/folderview.c
8806         * src/prefs_folder_item.h
8807         * src/summaryview.[ch]
8808                 o add summary_set_prefs_from_folderitem to set
8809                   summaryview prefs (first step to remove all
8810                   references to the folderitem in summaryview)
8811                 o moved compiled regex stuff from folderitem prefs
8812                   to summaryview code
8813
8814 2002-08-19 [paul]       0.8.1claws77
8815
8816         * src/compose.c
8817                 add check for '.' to QUOTE_IF_REQUIRED
8818
8819 2002-08-19 [paul]       0.8.1claws76
8820
8821         * src/inc.c
8822                 sync with 0.8.1cvs25 (plug memory leak)
8823
8824         * src/prefs_toolbar.c
8825                 re-order prefs_toolbar_cancel()
8826
8827 2002-08-18 [alfons]     0.8.1claws75
8828
8829         * src/inc.c
8830         * src/matcher.c
8831                 plug other memleaks reported by Martin Kluge
8832
8833 2002-08-18 [paul]       0.8.1claws74
8834
8835         * po/pt_BR.po
8836                 updated by Fabio Jr. Beneditto
8837
8838 2002-08-18 [paul]       0.8.1claws73
8839
8840         * src/toolbar.[ch]
8841                 fix bug where tooltips were displayed untranslated              
8842
8843         * src/prefs_toolbar.c
8844                 fix bug where clicking 'Cancel' creates an icon & text
8845                 toolbar regardless of prefs
8846         
8847
8848 2002-08-17 [oliver]     0.8.1claws72
8849
8850         * src/prefs_toolbar.c
8851                 update toolbar on CANCEL
8852                 bug reported by Martin Kluge
8853         * src/toolbar.c
8854                 toolbar_destroy memleak fixed           
8855
8856 2002-08-17 [alfons]     0.8.1claws71
8857
8858         * src/toolbar.c
8859                 plug another memleak reported by Martin Kluge
8860
8861 2002-08-16 [alfons]     0.8.1claws70
8862
8863         * src/crash.c
8864                 use execvp() correctly (suggested by wwp; thanks!)
8865
8866 2002-08-16 [alfons]     0.8.1claws69
8867
8868         * src/gtksctree.c
8869                 plug memory leak reported by Kim Schultz & Martin Kluge
8870
8871 2002-08-16 [paul]       0.8.1claws68
8872
8873         * po/es.po
8874                 updated by Ricardo Mones Lastra
8875
8876 2002-08-16 [paul]       0.8.1claws67
8877
8878         * src/toolbar.h
8879                 fix bug where 'Compose News' icon showed wrong
8880                 tooltip
8881
8882 2002-08-16 [paul]       0.8.1claws66
8883
8884         * sync with 0.8.1cvs24
8885                 see ChangeLog 2002-08-16
8886
8887         * po/it.po
8888                 updated by Alessandro Maestri
8889
8890 2002-08-15 [paul]       0.8.1claws65
8891
8892         * po/sr.po
8893                 updated by Urke MMI
8894
8895 2002-08-15 [paul]       0.8.1claws64
8896
8897         * src/*.c
8898                 don't translate debug info
8899
8900         * src/matcher.[ch]
8901                 add copyright info
8902
8903 2002-08-15 [paul]       0.8.1claws63
8904
8905         * src/prefs_toolbar.c
8906                 fix bug where clicking 'OK' creates an icon & text
8907                 toolbar regardless of prefs
8908
8909 2002-08-14 [alfons]     0.8.1claws62
8910
8911         * src/main.c
8912                 add global var that has the full argv[0]
8913         * src/crash.c
8914                 o execvp the correct sylpheed by using argv0
8915                   and setting the correct work dir
8916                 o other tweaks  
8917
8918 2002-08-14 [oliver]     0.8.1claws61
8919         
8920         * enable/disable Toolbar Action Buttons 
8921         * code cleanups
8922         * src/mainwindow.c
8923         * src/toolbar.[ch]      
8924         * src/prefs_toolbar.c   
8925
8926 2002-08-14 [melvin]     0.8.1claws60
8927
8928         * po/fr.po
8929                 Updated French translations
8930
8931 2002-08-14 [melvin]     0.8.1claws59
8932
8933         * src/crash.c
8934                 Made bug report not translatable
8935         * src/exporthtml.c
8936                 Fixed exporthtml_build_filespec() return value
8937         * src/foldersel.c
8938                 Fixed incorrect include file
8939         * src/gtkspell.c
8940         * src/prefs_actions.c
8941         * src/prefs_toolbar.c
8942                 Made debug info not translatable
8943         * src/mutt.c
8944         * src/quote_fmt.c
8945                 Added missing includes
8946         * src/prefs_common.c
8947                 Fixed typo
8948
8949 2002-08-14 [paul]       0.8.1claws58
8950
8951         * faq/es/sylpheed-faq.html
8952           faq/es/sylpheed-faq-[1-3].html
8953           faq/es/sylpheed-faq-4.html     **NEW FILE **
8954                 update Spanish FAQ
8955
8956 2002-08-13 [christoph]  0.8.1claws57
8957
8958         * src/procmsg.c
8959                 ignore thread fix that did not mark all
8960                 child nodes of a ignored thread as
8961                 ignored. Does not work perfectly yet,
8962                 but it is better now
8963
8964 2002-08-13 [alfons]     0.8.1claws56
8965
8966         * src/crash.c
8967                 o implement 'save crash log'
8968                 o some tweaks
8969
8970 2002-08-13 [melvin]     0.8.1claws55
8971
8972         * src/main.c
8973                 removed unrequired "execinfo.h" header
8974
8975 2002-08-12 [paul]       0.8.1claws54
8976
8977         * faq/en/sylpheed-faq.html
8978           faq/en/sylpheed-faq-[1-3].html
8979           faq/en/sylpheed-faq-4.html     **NEW FILE **
8980                 update English FAQ
8981
8982 2002-08-12 [alfons]     0.8.1claws53
8983
8984         * po/POTFILES.in
8985                 add crash.c to translatables
8986         * src/crash.c
8987                 bring in Leandro's crash dialog
8988
8989 2002-08-11 [alfons]     0.8.1claws52
8990
8991         * src/crash.c
8992                 clean up some warnings
8993
8994 2002-08-11 [alfons]     0.8.1claws51
8995
8996         * acconfig.h
8997         * configure.in
8998         * src/crash.[ch]        ** NEW FILES **
8999         * src/main.c            
9000                 initial gdb crash handler
9001
9002 2002-08-11 [paul]       0.8.1claws50
9003
9004         * src/prefs_toolbar.c
9005                 replace Up/Down arrow pixmaps with text to be
9006                 consistent across icon themes
9007
9008 2002-08-11 [paul]       0.8.1claws49
9009
9010         * src/prefs_common.c
9011           src/prefs_toolbar.c
9012                 rename 'Pixmap' -> 'Icon'
9013
9014         * src/toolbar.[ch]
9015                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9016
9017 2002-08-10 [paul]       0.8.1claws48
9018
9019         * src/prefs_toolbar.c
9020                 re-work the UI
9021
9022 2002-08-10 [paul]       0.8.1claws47
9023
9024         * src/main.c
9025                 don't write Processing progress to status bar
9026                 patch submitted by Alexander Evseev
9027
9028         * src/prefs_toolbar.c
9029                 re-position and resize window
9030                 make window assume correct size on first call
9031
9032 2002-08-10 [paul]       0.8.1claws46
9033
9034         * src/mainwindow.c
9035           src/prefs_toolbar.c
9036           src/toolbar.c
9037           src/toolbar.h
9038                 obey coding style
9039                 follow UI text conventions
9040
9041 2002-08-10 [alfons]     0.8.1claws45
9042
9043         * src/toolbar.c
9044                 correct pixmap for delete action
9045
9046 2002-08-10 [paul]       0.8.1claws44
9047
9048         * po/pt_BR.po
9049                 updated by Fabio Jr. Beneditto
9050
9051 2002-08-10 [paul]       0.8.1claws43
9052
9053         * po/POTFILES.in
9054                 add custom toolbar files
9055
9056 2002-08-10 [paul]       0.8.1claws42
9057
9058         * sync with 0.8.1cvs22
9059                 see ChangeLog 2002-08-09
9060
9061 2002-08-09 [paul]       0.8.1claws41
9062
9063         * tools/Makefile.am
9064           tools/README
9065           tools/outlook2sylpheed.pl     ** NEW FILE **
9066                 add script to convert exported Outlook
9067                 contacts list to a Sylpheed addressbook.
9068                 Submitted by Ricardo Mones Lastra.
9069
9070 2002-08-09 [paul]       0.8.1claws40
9071
9072         * AUTHORS
9073           configure.in
9074           po/sr.po      ** NEW FILE **
9075                 add Serbian message catalog. Submitted by
9076                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9077
9078 2002-08-09 [paul]       0.8.1claws39
9079
9080         * sync with 0.8.1cvs21
9081                 see ChangeLog 2002-08-08
9082
9083 2002-08-08 [oliver]     0.8.1claws38
9084
9085         * src/mainwindow.c
9086                 move Custom Toolbar to Configuration menu
9087
9088 2002-08-08 [oliver]     0.8.1claws37
9089
9090         * src/prefs_toolbar.c
9091                 fix substitute pixmap bug
9092
9093 2002-08-08 [paul]       0.8.1claws36
9094
9095         * sync with 0.8.1cvs19
9096                 see ChangeLog 2002-08-08
9097
9098 2002-08-07 [christoph]  0.8.1claws35
9099
9100         * src/utils.c
9101                 fixed a memory leak in new canonicalize_file_replace
9102
9103 2002-08-07 [christoph]  0.8.1claws34
9104
9105         * src/utils.[ch]
9106                 o canonicalize_file_replace should create the temporary
9107                   file in the same directory as the original file.
9108                 o added get_tmpfile_in_dir that creates a temorary file
9109                   in a specified directory.
9110
9111 2002-08-07 [melvin]     0.8.1claws33
9112
9113         * src/toolbar.c
9114                 fixed bug where 'Article' button acted as 'Email' button.
9115
9116 2002-08-07 [paul]       0.8.1claws32
9117
9118         * sync with 0.8.1.cvs17
9119                 see ChangeLog 2002-08-07
9120
9121 2002-08-07 [colin]      0.8.1claws31
9122         
9123         * src/news.c
9124                 fix mass-cancel problem
9125
9126 2002-08-07 [thorsten]   0.8.1claws30
9127
9128         * src/prefs_toolbar.c
9129                 fix: crash on replace or add new button
9130         * src/toolbar.c
9131                 fix: close xmlfile after reading
9132         * src/utils.c
9133                 fix: unlink() file before rename()
9134
9135 2002-08-06 [paul]       0.8.1claws29
9136
9137         * sync with 0.8.cvs15
9138                 see ChangeLog 2002-08-06
9139
9140 2002-08-06 [oliver]     0.8.1claws28
9141
9142         * src/toolbar.c
9143         * src/prefs_toolbar.c
9144                 fixed empty toolbar issue
9145
9146 2002-08-06 [oliver]     0.8.1claws27
9147
9148         * Custom Toolbar Final 
9149         * src/folderview.c
9150         * src/inc.c
9151         * src/summaryview.c
9152                 o toolbar stuff now lives in src/toolbar.[ch]
9153                 o main_window_toolbar_* functions are renamed to
9154                   toolbar_* reflecting their new source file
9155         * src/mainwindow.[ch]
9156                 o remove toolbar stuff  
9157
9158 2002-08-06 [oliver]     0.8.1claws26
9159         
9160         * src/Makefile.am
9161         * src/prefs_toolbar.[ch]        **New File**
9162         * src/toolbar.[ch]              **New File**
9163                 o prefs_toolbar.[ch] custom toolbar frontend
9164                 o toolbar.[ch]       backend 
9165
9166 2002-08-06 [oliver]     0.8.1claws25
9167
9168         * src/prefs_actions.[ch]
9169                 o new exported function actions_execute
9170
9171 2002-08-06 [paul]       0.8.1claws24
9172
9173         * sync with 0.8.1cvs4
9174                 see ChangeLog 2002-08-06
9175
9176 2002-08-06 [paul]       0.8.1claws23
9177
9178         * sync with 0.8.1cvs13
9179                 see ChangeLog 2002-08-06
9180
9181 2002-08-06 [paul]       0.8.1claws22
9182
9183         * sync with 0.8.1cvs12
9184                 see ChangeLog 2002-08-05 and 2002-08-06
9185
9186 2002-08-06 [match]      0.8.1claws21
9187
9188         * src/addrclip.c
9189                 improvements to cut/copy/paste address
9190
9191 2002-08-05 [match]      0.8.1claws20
9192
9193         * src/addritem.[ch]
9194         * src/addrcache.c
9195         * src/addrbook.c
9196         * src/editaddress.c
9197         * src/addressbook.c
9198                 fixes to improve cut/copy/paste
9199
9200 2002-08-06 [melvin]     0.8.1claws19
9201
9202         * src/account.[ch]
9203                 account_find_all_from_address(): new function that returns the
9204                 list of all accounts that are matched in an address.
9205         * src/alertpanel.[ch]
9206                 alertpanel() now accepts a custom widget
9207                 alertpanel_with_widget(): new function that pops up a panel with
9208                 a custom widget in it 
9209         * src/gtkutils.[ch]
9210                 gtkut_account_menu_new(): new function that allows the selection
9211                 of an account from a list of accounts.
9212         * src/messageview.c
9213                 Extended Return Receipt notification to select the correct 
9214                 account and to make a security test on the Delivery-Notification
9215                 address which should be the same as the Return-Path.
9216
9217 2002-08-06 [thorsten]   0.8.1claws18
9218
9219         * src/mimeview.c
9220                 attach_all: save unnamed as "noname.%d",
9221                 dont free static dirname
9222
9223 2002-08-05 [alfons]     0.8.1claws17
9224
9225         * configure.in
9226                 detect XIM by trying to link rather than compile a XIM program
9227
9228 2002-08-05 [oliver]     0.8.1claws16
9229                 
9230         * src/stock_pixmap.[ch]
9231                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9232                 o new func to retrieve pixmaps
9233
9234 2002-08-05 [paul]       0.8.1claws15
9235
9236         * sync with 0.8.1cvs10
9237                 see ChangeLog 2002-08-05
9238
9239 2002-08-04 [alfons]     0.8.1claws14
9240
9241         * src/textview.c
9242                 see if this plugs memleak
9243
9244 2002-08-04 [melvin]     0.8.1claws13
9245
9246         * src/gtkspell.c
9247                 fixed bug that could crash Sylpheed when highlighting
9248                 all misspelled words.
9249
9250 2002-08-03 [melvin]     0.8.1claws12
9251
9252         * src/prefs_actions.c
9253                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9254         * src/messageview.c
9255                 fixed bug where the Return Receipt was sent to
9256                 Delivery-Notification-To address even if it was not present
9257
9258 2002-08-02 [alfons]     0.8.1claws11
9259
9260         * src/prefs_actions.c
9261                 o more check for NULLs
9262                 o put create_io_dialog() in right conditional block
9263
9264 2002-08-02 [paul]       0.8.1claws10
9265
9266         * po/es.po
9267                 updated by Ricardo Mones Lastra
9268
9269 2002-08-01 [christoph]  0.8.1claws9
9270
9271         * src/folder.c
9272                 don't free the cache of the opened
9273                 folder in the summaryview
9274         * src/summaryview.c
9275                 don't unset flags, if it is not required
9276
9277 2002-08-01 [paul]       0.8.1claws8
9278
9279         * sync with 0.8.1cvs8
9280                 see ChangeLog entry 2002-08-01
9281
9282 2002-08-01 [paul]       0.8.1claws7
9283
9284         * sync with 0.8.1cvs7
9285                 see ChangeLog 2002-07-31 and 2002-08-01
9286
9287 2002-07-31 [christoph]  0.8.1claws6
9288
9289         * src/mainwindow.c
9290                 forgot to update menu sensitivity
9291                 function for new menu entry
9292
9293 2002-07-31 [alfons]     0.8.1claws5
9294
9295         * src/main.c
9296                 check folder item and its path for NULL on
9297                 initial processing
9298
9299 2002-07-31 [christoph]  0.8.1claws4
9300
9301         * src/folder.c
9302                 check if folder_item_get_msginfo in
9303                 folder_item_remove_msg returned NULL
9304         * src/imap.c
9305                 better clear the uid cache in the
9306                 uid validity check function and delete
9307                 cached messages
9308
9309 2002-07-31 [paul]       0.8.1claws3
9310
9311         * man/sylpheed.1
9312                 add the '--attach' option and a few other
9313                 minor changes
9314
9315 2002-07-31 [paul]       0.8.1claws2
9316
9317         * sync with 0.8.1cvs5
9318                 see ChangeLog 2002-07-31
9319
9320 2002-07-31 [christoph]  0.8.1claws1
9321
9322         * src/folderview.[ch]
9323         * src/mainwindow.c
9324                 replace "Rescan all folders..." with
9325                 "Check all folders for new messages..."
9326
9327 2002-07-30 [paul]       0.8.1claws
9328
9329         * version 0.8.1claws released
9330
9331 2002-07-30 [paul]       0.8.0claws29
9332
9333         * tools/OOo2sylpheed.pl ** NEW FILE **
9334           tools/README
9335                 add script to enable sending documents as
9336                 attachments from OpenOffice.org
9337
9338 2002-07-30 [melvin]     0.8.0claws28
9339
9340         * src/prefs_actions.c
9341                 Made the actions' input/output dialog display
9342                 without delay.
9343
9344 2002-07-30 [christoph]  0.8.0claws27
9345
9346         * src/procmsg.c
9347                 check if folder_item_get_msginfo in
9348                 procmsg_save_to_outbox returned NULL
9349
9350 2002-07-30 [paul]       0.8.0claws26
9351
9352         * sync with 0.8.1cvs4
9353                 see ChangeLog 2002-07-29
9354
9355 2002-07-29 [thorsten]   0.8.0claws25
9356
9357         * README.claws
9358                 added selective download, delete on server
9359
9360 2002-07-29 [paul]       0.8.0claws24
9361
9362         * sync with 0.8.1cvs3
9363                 see ChangeLog 2002-07-29
9364
9365 2002-07-27 [christoph]  0.8.0claws23
9366
9367         * src/folder.c
9368                 add extra check if fetching the msginfo
9369                 returned NULL
9370
9371 2002-07-27 [paul]       0.8.0claws22
9372
9373         * sync with 0.8.1cvs2
9374                 see ChangeLog 2002-07-26
9375
9376 2002-07-27 [christoph]  0.8.0claws21
9377
9378         * src/imap.c
9379                 add another check if a valid msginfo
9380                 was returned
9381
9382 2002-07-26 [hoa]        0.8.0claws20
9383
9384         * src/folder.c
9385                 Fixed a condition in folder_item_destroy()
9386
9387         * src/imap.c
9388                 Fixed an error in IMAP protocol
9389
9390 2002-07-26 [alfons]     0.8.0claws19
9391
9392         * src/folder.c
9393                 ofcourse compare with identifier, not the path
9394
9395 2002-07-26 [alfons]     0.8.0claws18
9396
9397         * src/folder.c
9398                 use folder item identifier for saving / restoring
9399                 preferences because folder->path might not be unique
9400
9401 2002-07-26 [melvin]     0.8.0claws17
9402
9403         * src/logwindow.c
9404                 Fixed a crash introduced in 0.8.0claws5 when log is 
9405                 cut under 80 characters.
9406
9407 2002-07-26 [paul]       0.8.0claws16
9408
9409         * sync with 0.8.1cvs1
9410                 see ChangeLog 2002-07-26
9411
9412 2002-07-26 [christoph]  0.8.0claws15
9413
9414         * src/imap.[ch]
9415                 imap folder now remembers the last selected
9416                 folder and imap_fetch_msginfo skips selecting
9417                 the folder if it is already selected
9418
9419 2002-07-26 [christoph]  0.8.0claws14
9420
9421         * src/folder.c
9422         * src/folderview.c
9423         * src/imap.c
9424                 fix imap folder rescanning
9425
9426 2002-07-25 [christoph]  0.8.0claws13
9427
9428         * src/filter.c
9429         * src/folder.[ch]
9430         * src/folderview.c
9431         * src/imap.[ch]
9432         * src/mainwindow.c
9433         * src/mbox_folder.c
9434         * src/mh.c
9435         * src/news.c
9436                 implement imap uid cache and uid validity check
9437
9438 2002-07-25 [alfons]     0.8.0claws12
9439
9440         * src/summaryview.c
9441                 fix a brown paper bag bug, and also add some more
9442                 checks
9443
9444 2002-07-25 [christoph]  0.8.0claws11
9445
9446         * src/folder.c
9447                 don't mix copy, fetch_msginfo and remove
9448                 operations in folder item copy and move
9449                 operations
9450
9451 2002-07-25 [christoph]  0.8.0claws10
9452
9453         * src/folderview.c
9454         * src/mainwindow.c
9455         * src/prefs_folder_item.c
9456         * src/summaryview.[ch]
9457                 remove no longer required parameter update_cache from
9458                 summary_show
9459
9460 2002-07-25 [paul]       0.8.0claws9
9461
9462         * sync with 0.8.1
9463         
9464         * AUTHORS
9465                 a few corrections
9466
9467 2002-07-24 [alfons]     0.8.0claws8
9468
9469         * src/summaryview.c
9470                 sort correctly when using simplified subject line
9471                 (closes feature request "[ 585141 ] applying regexp to subject 
9472                 before sort" submitted by Alexandra Walford)
9473
9474 2002-07-24 [paul]       0.8.0claws7
9475
9476         * sync with 0.8.0cvs3
9477                 see ChangeLog 2002-07-24
9478
9479 2002-07-23 [christoph]  0.8.0claws6
9480
9481         * src/folder.c
9482         * src/folder.h
9483         * src/summaryview.c
9484         * src/summaryview.h
9485         * src/main.c
9486                 o separate processing and summaryview
9487                 o removed summary_write_cache from summaryview
9488                 o removed summaryview->killed_messages, because we don't have
9489                   to keep a list of killed messages anymore. New cache will
9490                   keep the hidden messages in cache anyway
9491         * src/folderview.c
9492         * src/inc.c
9493         * src/selective_download.c
9494                 o removed unnecessary summary_write_cache calls
9495         * src/procmsg.c
9496                 o don't set ignore thread flag in procmsg_get_thread_tree
9497                   if it is already set
9498         * src/mainwindow.c
9499         * src/statusbar.h
9500                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9501                   they are used in different files
9502
9503 2002-07-23 [melvin]     0.8.0claws5
9504
9505         * src/addressbook.c
9506         * src/addrgather.c
9507         * src/editaddress.c
9508         * src/editgroup.c
9509         * src/editldap_basedn.c
9510         * src/importldif.c
9511         * src/prefs_common.c
9512                 Fixed few memory leak (gtk_editable_get_chars returns
9513                 an allocated string)
9514         * src/logwindow.c
9515                 Fixed few memory leak (gtk_editable_get_chars returns
9516                 an allocated string) and modified a little the log cutting
9517                 loop.
9518         * src/compose.c
9519                 Replaced a call to an obsolete function gtk_entry_get_text()
9520                 by gtk_editable_get_chars()
9521         * src/send.c
9522                 Removed a debug printf
9523
9524 2002-07-23 [christoph]  0.8.0claws4
9525
9526         * src/filesel.c
9527                 fix another g_dirname memory leak
9528
9529 2002-07-23 [christoph]  0.8.0claws3
9530
9531         * src/mh.c
9532                 fixed a memory leak in mh_fetch_msginfo
9533                 fixed crash when message header could not be
9534                 parsed
9535
9536 2002-07-23 [paul]       0.8.0claws2
9537
9538         * sync with 0.8.0cvs2
9539                 see ChangeLog 2002-07-23
9540
9541 2002-07-23 [paul]       0.8.0claws1
9542
9543         * sync with 0.8.0cvs1
9544                 see ChangeLog 2002-07-23
9545
9546 2002-07-23 [paul]       0.8.0claws
9547
9548         * release of 0.8.0claws
9549
9550 2002-07-23 [paul]       0.7.8claws99
9551
9552         * po/ru.po
9553                 new Russian translation, submitted by
9554                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9555
9556 2002-07-22 [jens]       0.7.8claws98
9557
9558         * po/de.po
9559                 Updated German translations.
9560
9561 2002-07-22 [paul]       0.7.8claws97
9562
9563         * po/es.po
9564           po/it.po
9565           po/nl.po
9566           po/pt_BR.po
9567                 updated translations by Ricardo Mones Lastra,
9568                 Alessandro Maestri, Wilbert Berendsen and 
9569                 Fabio Jr. Beneditto respectively
9570
9571 2002-07-22 [christoph]  0.7.8claws96
9572
9573         * src/mimeview.c
9574                 fix memory leak caused by wrong g_dirname usage
9575
9576 2002-07-22 [christoph]  0.7.8claws95
9577
9578         * src/summaryview.c
9579                 update new and unread message counts for summaryview
9580                 summaryview does not get it from the folder anymore
9581                 and has to update the values itself
9582
9583 2002-07-22 [melvin]     0.7.8claws94
9584
9585         * po/fr.po
9586                 Updated French translations.
9587
9588 2002-07-22 [christoph]  0.7.8claws93
9589
9590         * src/matcher.c
9591                 set prop->preg pointer to NULL or following check
9592                 will not fail and regexec will be called with
9593                 invalid pointer
9594
9595 2002-07-21 [alfons]     0.7.8claws92
9596         
9597         * src/prefs_common.[ch]
9598                 remove option "Send return receipt on request"
9599
9600 2002-07-21 [thorsten]   0.7.8claws91
9601
9602         * src/mimeview.c
9603                 fixed memleaks, coding style as pointed out by alfons
9604
9605 2002-07-21 [alfons]     0.7.8claws90
9606
9607         * src/messageview.c
9608         * src/noticeview.[ch]
9609                 o fix bug notice view being displayed when going to empty folder 
9610                   (noticed by Christoph)
9611                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9612                   (noticed by Thorsten)
9613
9614 2002-07-21 [thorsten]   0.7.8claws89
9615
9616         * src/mimeview.c
9617                 Included save_all patch from Xaview FACQ
9618                 added support for pathnames
9619
9620 2002-07-21 [alfons]     0.7.8claws88
9621
9622         * po/POTFILES.in
9623         * src/Makefile.am
9624         * src/mainwindow.c
9625         * src/messageview.[ch]
9626         * src/noticeview.c      ** NEW FILE **
9627         * src/noticeview.h      ** NEW FILE **
9628                 make return receipts work again
9629                 (UI idea by Leandro Pereira)
9630
9631 2002-07-21 [paul]       0.7.8claws87
9632
9633         * src/summaryview.c
9634                 fix sensitivity of 'Select thread'
9635
9636 2002-07-21 [paul]       0.7.8claws86
9637
9638         * src/prefs_common.c
9639                 add browser command line for Galeon
9640
9641 2002-07-21 [paul]       0.7.8claws85
9642
9643         * Makefile.am
9644                 fix 'EXTRA_DIST': remove README.README, add TODO
9645                 and TODO.claws
9646
9647 2002-07-21 [alfons]     0.7.8claws84
9648
9649         * src/gtkstext.c
9650                 make enter clear selection
9651                 (closes "[ 579888 ] Editor selection/entry error"
9652                 reported by Steve Lamb)
9653
9654 2002-07-21 [alfons]     0.7.8claws83
9655         
9656         * src/summaryview.c
9657                 sort message list when selecting unthread messages
9658                 (closes "[ 501593 ] switching threaded view doesn't sort"
9659                 reported by Simon Schubert)
9660
9661 2002-07-20 [alfons]     0.7.8claws82
9662         
9663         * src/matcher.c
9664                 const-correctness
9665
9666 2002-07-20 [thorsten]   0.7.8claws81
9667
9668         * src/matcher.c
9669                 Fixed expansion of empty fields in matchactions
9670
9671 2002-07-19 [melvin]     0.7.8claws80
9672
9673         * src/gtkspell.c
9674                 Removed a duplicate menu entry (fast mode) introduced during
9675                 the new cache merge
9676                 Added a menu separator between 'Use alternate' and 'Fast mode'
9677
9678 2002-07-19 [paul]       0.7.8claws79
9679
9680         * tools/Makefile.am
9681           tools/README
9682                 correct typos
9683
9684 2002-07-19 [thorsten]   0.7.8claws78
9685
9686         * tools/calypso_convert.pl      ** NEW FILE **
9687           tools/README
9688           tools/Makefile.am
9689                 script to import mbox files exported
9690                 by calypso
9691                 o generates folder structure
9692                 o includes attachments
9693
9694 2002-07-19 [melvin]     0.7.8claws77
9695
9696         * src/selective_download.[ch]
9697                 Fixed bug where closing the dialog with the window manager's
9698                 close button will not unlock the summary
9699                 Corrected some function declarations that missed a return value
9700                 Made the source code comply better with coding style.
9701         * src/prefs_common.c
9702                 Added new browser command line for Mozilla.
9703
9704 2002-07-18 [paul]       0.7.8claws76
9705
9706         * src/mainwindow.c
9707           src/selective_download.[ch]
9708                 reflect theme changes, fix Gdk Warning when creating 
9709                 pixmap from NULL window, and minor clean up.
9710                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9711
9712         * po/en_GB.po
9713                 updated
9714
9715 2002-07-17 [paul]       0.7.8claws75
9716
9717         * INSTALL[.jp]
9718                 sync with 0.8.0
9719         
9720         * po/en_GB.po
9721                 updated
9722
9723 2002-07-16 [paul]       0.7.8claws74
9724
9725         * tools/filter_conv.pl
9726           tools/README
9727                 replace conversion script with reimplemented version, 
9728                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9729
9730 2002-07-16 [colin]      0.7.8claws73
9731
9732         * src/summaryview.c
9733                 remove forgotten debug messages - sorry ;-)
9734
9735 2002-07-16 [colin]      0.7.8claws72
9736
9737         * src/mimeview.c
9738           src/summaryview.c
9739           src/textview.c
9740           src/textview.h
9741                 add the ability to select part of a text mime-part 
9742                 to reply.
9743
9744 2002-07-15 [christoph]  0.7.8claws71
9745
9746         * src/folder.c
9747                 fix folder message count for folders without
9748                 msg_is_changed (includes news folders)
9749
9750 2002-07-15 [martin]     0.7.8claws70
9751
9752         * src/summaryview.c
9753                 option "display recipient on 'From'..." now works
9754                 without the need of enabling the option
9755                 "display  sender  using  address  book".
9756
9757 2002-07-15 [christoph]  0.7.8claws69
9758
9759         * src/summaryview.c
9760                 removed setting folder status from summaryview.
9761                 folder.c should update all message counts correctly.
9762
9763 2002-07-15 [paul]       0.7.8claws68
9764
9765         * po/pt_BR.po
9766                 updated by Fabio Junior Beneditto
9767
9768 2002-07-15 [darko]      0.7.8claws67
9769
9770         * src/mh.c
9771                 Fixed target folder colorization, don't decrease op
9772                 number twice
9773
9774 2002-07-14 [paul]       0.7.8claws66
9775
9776         * sync with main 0.8.0
9777                 see ChangeLog 2002-07-14
9778
9779 2002-07-13 [melvin]     0.7.8claws65
9780         
9781         * src/addrbook.c
9782         * src/addressbook.c
9783         * src/addrindex.c
9784                 Replaced sprintf by g_snprintf to prevent possible buffer
9785                 overflow.
9786         * src/news.c
9787                 Corrected a log message output format.
9788                 Added a missing "done" debug output.
9789         * src/compose.c
9790                 Added keyboard accelerator for Priority menu items
9791                 Added missing \n in debug output
9792         * src/logwindow.c
9793         * src/gtkspell.c
9794         * src/rfc2015.c
9795                 Added missing \n in debug output
9796
9797 2002-07-13 [paul]       0.7.8claws64
9798
9799         * man/sylpheed.1
9800                 change Sergey's email address to the sf address
9801
9802         * src/textview.c
9803                 increase show_url_timeout (more useful for long
9804                 urls)
9805
9806 2002-07-12 [sergey]     0.7.8claws63
9807
9808         * src/rfc2015.c
9809                 applied (with some modifications) patch to set the
9810                 micalg parameter for signatures
9811                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9812
9813 2002-07-12 [sergey]     0.7.8claws62
9814
9815         * man/Makefile.am
9816         * configure.in
9817                 fixed man page installation
9818
9819 2002-07-12 [paul]       0.7.8claws61
9820
9821         * sync with 0.7.8cvs26
9822                 see ChangeLog 2002-07-11 and 2002-07-12
9823
9824 2002-07-11 [christoph]  0.7.8claws60
9825
9826         * src/compose.c
9827         * src/procmsg.c
9828                 first use the message number to find the message
9829                 to mark with a reply flag but check the
9830                 message-id if we got the correct message, if not
9831                 try to find it by message-id.
9832                 use new string seperator that is not allowed
9833                 in message-ids.
9834
9835 2002-07-11 [paul]       0.7.8claws59
9836
9837         * sync with 0.7.8cvs23
9838                 see ChangeLog 2002-07-10
9839
9840 2002-07-10 [christoph]  0.7.8claws58
9841
9842         * src/folder.[ch]
9843         * src/msgcache.[ch]
9844                 Added message-id table to the cache in memory
9845                 and functions to msgcache.c and folder.c to
9846                 fetch MsgInfos by message id
9847         * src/compose.c
9848         * src/procmsg.c
9849                 store folder and message-id of message replying
9850                 to in queue header and set reply flag after sending
9851                 (Closes bug #469498)
9852
9853 2002-07-10 [paul]       0.7.8claws57
9854
9855         * AUTHORS
9856           man/sylpheed.1.gz
9857                 add Martin to the list of authors
9858
9859 2002-07-09 [martin]     0.7.8claws56
9860         * src/gtksctree.c
9861                 Added gtk_ctree_last_visible(), tree_update_level(),
9862                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9863                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9864                 from gtk+ to gtksctree.c for the new sorting code
9865                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9866                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9867         * src/gtksctree.h
9868                 Added declaration for gtk_sctree_sort_recursive() and
9869                 gtk_sctree_sort_node
9870         * src/addressbook.c
9871         * src/foldersel.c
9872         * src/folderview.c
9873         * src/summaryview.c
9874                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9875                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9876
9877 2002-07-08 [paul]       0.7.8claws55
9878
9879         * more sync with 0.7.8cvs21
9880                 see ChangeLog 2002-07-08
9881
9882 2002-07-08 [paul]       0.7.8claws54
9883
9884         * sync with 0.7.8cvs21
9885                 see ChangeLog 2002-07-08
9886
9887 2002-07-07 [alfons]     0.7.8claws53
9888
9889         * src/Makefile.am
9890         * src/stock_pixmap.[ch]
9891         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9892         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9893         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9894                 add new pixmaps for upcoming notice pane
9895
9896 2002-07-06 [melvin]     0.7.8claws52
9897
9898         * src/gtkspell.[ch]
9899                 Made them a bit closer to Sylpheed's coding style.
9900                 Removed old code.
9901                 Removed possible memory leaks when some errors occurs.
9902
9903 2002-07-06 [melvin]     0.7.8claws51
9904
9905         * po/Makefile.in.in
9906                 Removed --no-location in xgettext command line to help
9907                 translators that use Emacs' po-mode
9908         * src/quote_fmt.c
9909                 Removed unnecessary comments that messed up sylpheed.pot
9910
9911 2002-07-06 [paul]       0.7.8claws50
9912
9913         * sync with 0.7.8cvs19
9914                 see ChangeLog 2002-07-05
9915
9916 2002-07-06 [christoph]  0.7.8claws49
9917
9918         * src/folder.c
9919         * src/mainwindow.c
9920                 fix folder_item_remove_all_msg and folderview
9921                 status for trash folders after emptying trash
9922
9923 2002-07-05 [paul]       0.7.8claws48
9924
9925         * sync with 0.7.8cvs16
9926                 see ChangeLog 2002-07-04 and 2002-07-05
9927
9928 2002-07-04 [paul]       0.7.8claws47
9929
9930         * sync with 0.7.8cvs14
9931                 see  ChangeLog 2002-07-04
9932
9933 2002-07-03 [alfons]     0.7.8claws46
9934
9935         * src/folder.c
9936                 dupe folder item's path because it's being reallocated
9937                 by new folder scanning code
9938
9939 2002-07-03 [christoph]  0.7.8claws45
9940
9941         * src/imap.c
9942                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9943         * src/msgcache.c
9944                 add missing return in msgcache_write
9945
9946 2002-07-02 [thorsten]   0.7.8claws44
9947
9948         * src/jpilot.c
9949         * src/msgcache.c
9950         * src/rfc2015.c
9951                 use binary mode for file access
9952
9953 2002-07-02 [christoph]  0.7.8claws43
9954
9955         * major code cleanup (part 1)
9956         
9957                 - unused variables removed
9958                 - unused functions removed
9959                 - uninitialized variables checked
9960                 - missing return statements added
9961                 - missing function return types added
9962                 - added parentheses around assignment and
9963                   && in || when suggested by gcc
9964               
9965         * src/mh.c
9966         * src/folder.c
9967                 replaced direct calls to folder->scan_tree
9968                 with folder_scan_tree and restore folder
9969                 prefs in this function. The folder should
9970                 not have to deal with them.
9971                 ( Should now work for all folder types )
9972
9973 2002-07-02 [paul]       0.7.8claws42
9974
9975         * sync with 0.7.8cvs13
9976                 see ChangeLog 2002-07-01 and 2002-07-02
9977
9978 2002-07-01 [christoph]  0.7.8claws41
9979
9980         * src/summaryview.c
9981                 fix "goto next/prev unread message" with
9982                 ignored threads
9983
9984 2002-07-01 [paul]       0.7.8claws40
9985
9986         * po/es.po
9987                 updated by Ricardo Mones Lastra
9988
9989 2002-06-30 [match]      0.7.8claws39
9990
9991         * src/jpilot.c
9992                 applied variation of leonerd's patch (566661) to
9993                 allow multiple email addresses per JPilot entry.
9994                 addresses may be separated by space, comma, pipe,
9995                 semi-colon, new-line.
9996
9997 2002-06-30 [alfons]     0.7.8claws38
9998
9999         * src/procmsg.c
10000                 simple fix for putting older nodes before
10001                 newer nodes when threading by subject
10002
10003 2002-06-30 [christoph]  0.7.8claws37
10004
10005         * src/folder.c
10006         * src/folderview.c
10007         * src/mh.c
10008         * src/news.c
10009         * src/procmsg.c
10010                 fix broken folder tree rescaning
10011                 and don't use procmsg_get_mark_sum
10012                 anymore
10013
10014 2002-06-30 [christoph]  0.7.8claws36
10015
10016         * merge new cache branch
10017         * src/imap.c
10018                 fix new cache imap copy bug
10019         * src/folder.c
10020                 improved folder_item_scan
10021                 it should now always set the correct
10022                 new, unread and total message counts
10023
10024 2002-06-29 [paul]       0.7.8claws35
10025
10026         * configure.in
10027                 correct syntax error
10028
10029 2002-06-29 [paul]       0.7.8claws34
10030
10031         * configure.in
10032           Makefile.am
10033           man/Makefile.am       ** NEW FILE **
10034           man/sylpheed.1.gz     ** NEW FILE **
10035                 add Sylpheed man page
10036
10037 2002-06-29 [paul]       0.7.8claws33
10038
10039         * po/pt_BR.po
10040                 updated by Fabio Junior Beneditto
10041
10042 2002-06-28 [jens]       0.7.8claws32
10043
10044         * po/de.po
10045                 translation updated
10046
10047         * src/selective_download.c
10048                 removed gettext for space " "
10049
10050         * src/imap.c
10051                 removed wrong space
10052
10053 2002-06-28 [paul]       0.7.8claws31
10054
10055         * sync with 0.7.8cvs11
10056                 see ChangeLog 2002-06-28
10057
10058 2002-06-28 [paul]       0.7.8claws30
10059
10060         * sync with 0.7.8cvs10
10061                 see ChangeLog 2002-06-27 and 2002-06-28
10062
10063 2002-06-26 [paul]       0.7.8claws29
10064
10065         * src/addrgather.c
10066           src/selective_download.c
10067                 don't gettextise empty strings.
10068                 reserved by gettext. gettext("") returns 
10069                 the header entry with meta information, 
10070                 not the empty string
10071
10072         * po/en_GB.po
10073                 updated
10074
10075 2002-06-26 [paul]       0.7.8claws28
10076
10077         * sync with 0.7.8cvs7
10078                 see ChangeLog 2002-06-25
10079
10080         * src/prefs_common.c
10081                 ...and in the process, tweak the gui a little
10082
10083 2002-06-25 [alfons]     0.7.8claws27
10084         
10085         * configure.in
10086         * src/Makefile.am
10087                 fine tune ldap library detection
10088
10089 2002-06-25 [alfons]     0.7.8claws26
10090
10091         * src/compose.c
10092                 don't allow return receipts when composing a news article
10093
10094 2002-06-25 [paul]       0.7.8claws25
10095
10096         * Makefile.am
10097                 add '$(AMTAR)' to 'release' section to allow for
10098                 new and older autotools
10099
10100 2002-06-25 [paul]       0.7.8claws24
10101
10102         * src/summaryview.c
10103                 fix "No more unread messages" persistant pop-up
10104                 window bug
10105
10106 2002-06-25 [paul]       0.7.8claws23
10107
10108         * po/it.po
10109                 updated by Alessandro Maestri
10110
10111 2002-06-25 [paul]       0.7.8claws22
10112
10113         * sync with 0.7.8cvs6
10114                 see ChangeLog 2002-06-25
10115
10116 2002-06-24 [paul]       0.7.8claws21
10117
10118         * tools/update-po
10119                 add GPL copyright information
10120
10121 2002-06-24 [paul]       0.7.8claws20
10122
10123         * tools/Makefile.am
10124           tools/README
10125           tools/update-po       ** NEW FILE **
10126                 add script that eases the creation of *.po files
10127                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10128
10129 2002-06-23 [alfons]     0.7.8claws19
10130
10131         * src/messageview.c
10132                 make notification_convert_header obey const correctness
10133                 (next step will be fixing the broken return receipt)
10134
10135 2002-06-23 [paul]       0.7.8claws18
10136
10137         * src/messageview.c
10138                 fix bug introduced in last commit:
10139                 removed too much code in last commit - put back what's
10140                 needed
10141
10142 2002-06-23 [paul]       0.7.8claws17
10143
10144         * src/messageview.[ch]
10145                 remove code committed in error from locally patched
10146                 source
10147
10148 2002-06-23 [colin]      0.7.8claws16
10149
10150         * src/compose.[ch]
10151                 add compose_entry_select(), used to select the default_to
10152                 email address - hopefully avoiding people sending mails to
10153                 wrong recipients.
10154
10155 2002-06-22 [alfons]     0.7.8claws15
10156
10157         * AUTHORS
10158                 add Bram Metsch & Stanislav Karchebny
10159         * src/smtp.[ch]
10160         * src/prefs_account.[ch]
10161         * src/send.c
10162                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10163                   options.  (see <http://sourceforge.net/tracker/index.php
10164                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10165
10166                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10167                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10168
10169 2002-06-22 [paul]       0.7.8claws14
10170
10171         * sync with 0.7.8cvs5
10172                 see ChangeLog 2002-06-19 and 2002-06-20
10173
10174 2002-06-22 [alfons]     0.7.8claws13
10175
10176         * src/selective_download.c
10177                 fix a stupid mistake I made
10178
10179 2002-06-22 [alfons]     0.7.8claws12
10180
10181         * src/selective_download.[ch]
10182                 fix another unnoticed leak; cleanup code
10183
10184 2002-06-21 [alfons]
10185
10186         * tools/Makefile.am
10187                 gpg-sign <-- gpg-sign-syl
10188
10189 2002-06-21 [alfons]     0.7.8claws11
10190
10191         * src/selective_download.c
10192         * src/selective_download.h
10193                 fix assorted mix of allocation errors (should solve
10194                 problem reported by Philippe Gramoullé, see:
10195                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10196
10197 2002-06-20 [melvin]     0.7.8claws10
10198
10199         * tools/gpg-sign *REMOVED*
10200           tools/gpg-sign-syl *ADDED*
10201                 Replaced the gpg clearsigning script with the version using
10202                 xterm instead of ssh-askpass and changed its name.
10203
10204         * README.claws
10205                 Updated actions example to reflect the renaming of the
10206                 gpg clearsigning script.
10207
10208 2002-06-19 [paul]       0.7.8claws9
10209
10210         * sync with 0.7.8claws9
10211                 see ChangeLog 2002-06-18 and 2002-06-19
10212
10213 2002-06-19 [paul]       0.7.8claws8
10214
10215         * sync with 0.7.8cvs1
10216                 see ChangeLog 2002-06-18
10217
10218 2002-06-18 [alfons]     0.7.8claws7
10219
10220         * src/mainwindow.h
10221                 add omitted prototype
10222
10223 2002-06-17 [paul]       0.7.8claws6
10224
10225         * src/mainwindow.c
10226                 fix hiding of exec_btn
10227
10228 2002-06-17 [paul]       0.7.8claws5
10229
10230         * src/pop.c
10231                 remove unneeded code: should_delete() 
10232                 and Pop3State::uidl_todelete_list
10233
10234 2002-06-17 [paul]       0.7.8claws4
10235
10236         * sync with 0.7.8
10237                 see ChangeLog 2002-06-11 and 2002-06-13
10238
10239 2002-06-16 [alfons]     0.7.8claws3
10240         
10241         * src/folder.c
10242                 make sure lock sort mode (claws specific) is
10243                 also persists after a tree rescan
10244
10245 2002-06-16 [alfons]     0.7.8claws2
10246
10247         * src/prefs_folder_item.c
10248         * src/folder.[ch]
10249                 fix persistence of folder sort mode (broken
10250                 by adapting Hiro's new folder persistence code)
10251
10252 2002-06-16 [alfons]     0.7.8claws1
10253
10254         * AUTHORS
10255         * src/logwindow.c
10256         * src/prefscommon.[ch]
10257                 control size of log text in log window; 
10258                 closes patch #569155 submitted by Mitko Haralanov.
10259
10260 2002-06-15 [paul]       0.7.8claws
10261
10262         * release of 0.7.8claws
10263
10264 2002-06-15 [paul]       0.7.7claws
10265
10266         * po/pt_BR.po
10267                 updated by Fabio Junior Beneditto
10268
10269 2002-06-14 [paul]       0.7.6claws49
10270
10271         * po/es.po
10272                 updated by Ricardo Mones Lastra
10273
10274 2002-06-14 [paul]       0.7.6claws48
10275
10276         * po/nl.po
10277                 updated translation by Wilbert Berendsen
10278
10279 2002-06-14 [melvin]     0.7.6claws47
10280
10281         * po/fr.po
10282                 Updated French translation
10283
10284 2002-06-13 [paul]       0.7.6claws46
10285
10286         * src/filesel.c
10287                 allow filename to be typed in, rather than just
10288                 selected by the mouse. Patch by Gustavo Noronha Silva.
10289
10290 2002-06-13 [alfons]     0.7.6claws45
10291
10292         * src/mainwindow.[ch]
10293                 more cleanups (removing unnecessary menu items Expand 
10294                 summary / message view)
10295
10296 2002-06-13 [melvin]     0.7.6claws44
10297
10298         * po/POTFILES.in
10299                 Added src/string_match.c
10300         * src/string_match.c
10301                 Fixed possible buffer overflow.
10302                 Corrected typo.
10303                 Added missing config.h header.
10304         * src/prefs_common.c
10305           src/prefs_matcher.c
10306           src/prefs_scoring.c
10307                 Made some strings translatable (missing _(..)).
10308
10309 2002-06-13 [melvin]     0.7.6claws43
10310
10311         * README.claws
10312                 Corrected action example (verifying clearsigned mail).
10313         * src/prefs_account.c
10314                 Corrected typo.
10315         * src/prefs_common.c
10316                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10317
10318 2002-06-12 [alfons]     0.7.6claws42
10319
10320         * src/summaryview.c
10321                 add init of score column lost in 0.7.6claws42
10322
10323 2002-06-12 [paul]       0.7.6claws41
10324
10325         * src/prefs_account.c
10326                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10327                 behavior of the radio buttons, (from 0.7.7cvs2)
10328
10329 2002-06-11 [alfons]     0.7.6claws40
10330
10331         * src/messageview.[ch]
10332         * src/summaryview.[ch]
10333         * src/summary_search.c
10334         * src/mainwindow.c
10335                 perform a sync to bring in Hiro's separate view implementation 
10336
10337                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10338
10339 2002-06-11 [paul]       0.7.6claws39
10340         
10341         * src/prefs_account.c
10342                 correct a typo on the Receive tab
10343
10344 2002-06-10 [match]      0.7.6claws38
10345
10346         * src/addressbook.c
10347                 Included address completion patch from Gustavo Noronha.
10348
10349 2002-06-10 [paul]       0.7.6claws37
10350
10351         * src/inc.[ch]
10352           src/pop.c
10353           src/prefs_account.[ch]
10354           src/selective_download.[ch]
10355                 apply PATCH #561712
10356                  NEW:
10357                 - check if POP Account
10358                 - Receive Button renamed to Preview
10359                 - Preview Button Popup: preview new/all messages
10360                 - Download Button
10361                 - Account Preferences-->Receive tab checkbutton if you
10362                   want to remove Mail after Download
10363                 -: default YES
10364                 - Account Preferences-->Receive tab checkbutton use
10365                   filtering rules on preview
10366                   (think of delete_on_server)
10367                 -: default YES
10368                 - Account selectable from SD dialog
10369                 - checkbutton to show already downloaded messages if
10370                   all messages are previewed
10371                 - new clist column showing Date
10372                 - ESC KEY close
10373                 FIXES:
10374                 - play ball with UIDL
10375                 - fault tolerant (?) 
10376                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10377
10378 2002-06-10 [melvin]     0.7.6claws36
10379
10380         * README.claws
10381                 Added a hint to ac/README in cvs instructions.
10382
10383         * src/prefs_actions.c
10384                 Made it possible to use a more elaborate command line
10385                 for asynchronous actions, too.
10386
10387 2002-06-10 [melvin]     0.7.6claws35
10388         
10389         * src/prefs_actions.c
10390                 Make it possible to use a more elaborate command line
10391                 (e.g. |foo|bar|cat>there;echo Done|)
10392                 Corrected error message when calling %f, %F and %p commands
10393                 from the compose window.
10394
10395 2002-06-09 [colin]      0.7.6claws34
10396
10397         * src/summaryview.c
10398                 Automatically find unread messages in current folder
10399                 before annoying the user.
10400
10401 2002-06-08 [alfons]     0.7.6claws33
10402
10403         * po/it.po
10404                 remove bad formatting string in it.po translation
10405                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10406
10407 2002-06-08 [paul]       0.7.6claws32
10408
10409         * sync with 0.7.6cvs25
10410                 see ChangeLog 2002-06-07
10411
10412 2002-06-05 [paul]       0.7.6claws31
10413
10414         * src/mainwindow.c
10415                 add 'Sort by locked' and 'Sort by score'
10416
10417 2002-06-05 [paul]       0.7.6claws30
10418
10419         * sync with 0.7.6cvs24
10420                 see ChangeLog 2002-06-04
10421
10422 2002-06-04 [paul]       0.7.6claws29
10423
10424         * po/pt_BR.po
10425                 updated by Fabio Junior Beneditto
10426
10427 2002-06-03 [thorsten]   0.7.6claws28
10428
10429         * src/matcher.c
10430                 fclose() matcherrc after reading
10431
10432 2002-06-03 [paul]       0.7.6claws27
10433
10434         * sync with 0.7.6cvs21
10435                 see ChangeLog 2002-05-31
10436
10437 2002-05-31 [paul]       0.7.6claws26
10438
10439         * sync with 0.7.6cvs20
10440                 see ChangeLog 2002-05-29 and 2002-05-30
10441
10442 2002-05-31 [paul]       0.7.6claws25
10443
10444         * src/imap.c
10445                 hopefully fix last buggy sync
10446
10447         * README.claws
10448                 correct typo in 'Actions' examples
10449
10450 2002-05-29 [paul]       0.7.6claws24
10451
10452         * sync with 0.7.6cvs18
10453                 see ChangeLog 2002-05-28 and 2002-05-29
10454
10455         * src/news.c
10456           src/nntp.[ch]
10457                 sync with above 
10458
10459 2002-05-28 [paul]       0.7.6claws23
10460
10461         * sync with 0.7.6cvs16
10462                 see ChangeLog 2002-05-28
10463
10464 2002-05-27 [thorsten]   0.7.6claws22 
10465
10466         * faq/it/sylpheed-faq-1.html
10467           faq/it/sylpheed-faq-2.html
10468           faq/it/sylpheed-faq-3.html
10469           faq/it/sylpheed-faq.html
10470                 corrected DOS lineendings
10471         * faq/de/sylpheed-faq-1.html
10472           faq/de/sylpheed-faq-2.html
10473           faq/en/sylpheed-faq-1.html
10474           faq/en/sylpheed-faq-2.html
10475           faq/en/sylpheed-faq-3.html
10476           faq/es/sylpheed-faq-1.html
10477           faq/es/sylpheed-faq-2.html
10478           faq/es/sylpheed-faq-3.html
10479           faq/fr/sylpheed-faq-1.html
10480           faq/it/sylpheed-faq-1.html
10481           faq/it/sylpheed-faq-2.html
10482           faq/it/sylpheed-faq-3.html
10483           faq/it/sylpheed-faq.html
10484                 changed ">" to &quot;
10485
10486 2002-05-27 [paul]       0.7.6claws21
10487         
10488         * sync with 0.7.6cvs15
10489                 see ChangeLog 2002-05-27
10490
10491 2002-05-27 [paul]       0.7.6claws20
10492
10493         * src/prefs_account.c
10494                 correct a typo
10495
10496 2002-05-26 [paul]       0.7.6claws19
10497
10498         * tools/README
10499                 correct a typo
10500
10501 2002-05-25 [paul]       0.7.6claws18
10502
10503         * tools/README
10504                 add description of kmail2sylpheed.pl
10505
10506 2002-05-25 [paul]       0.7.6claws17
10507
10508         * tools/kmail2sylpheed.pl       ** NEW FILE **
10509                 perl script that converts an exported Kmail address
10510                 book, converts it to sylpheed addressbook file,
10511                 writes the file to .sylpheed, and updates
10512                 addrbook--index.xml 
10513
10514 2002-05-25 [paul]       0.7.6claws16
10515
10516         * sync with 0.7.6cvs14
10517                 see ChangeLog 2002-05-23
10518
10519 2002-05-24 [paul]       0.7.6claws15
10520
10521         * README.claws
10522                 make a correction and add some more info
10523
10524 2002-05-24 [paul]       0.7.6claws14
10525
10526         * src/compose.c
10527                 fix memory leak in 
10528                 compose_redirect_write_headers_from_headerlist()
10529                 add Subject and Resent-Message-ID to
10530                 compose_redirect_write_headers()
10531                 Received, Subject, and X-UIDL are filtered out in 
10532                 compose_redirect_write_to_file()
10533
10534 2002-05-23 [paul]       0.7.6claws13
10535
10536         * src/compose.[ch]
10537           src/filtering.c
10538           src/mainwindow.c
10539           src/matcher.[ch]
10540           src/matcher_parser_lex.l
10541           src/matcher_parser_parse.y
10542           src/prefs_common.[ch]
10543           src/prefs_filtering.c
10544           src/summaryview.c
10545                 rename 'Bounce' to 'Redirect'
10546
10547 2002-05-23 [paul]       0.7.6claws12
10548
10549         * more sync with 0.7.6cvs13
10550           src/compose.c
10551                 see ChangeLog 2002-05-22
10552
10553 2002-05-22 [paul]       0.7.6claws11
10554
10555         * sync with 0.7.6cvs13
10556           src/codeconv.c
10557                 see ChangeLog 2002-05-20
10558           src/prefs_common.c
10559                 see ChangeLog 2002-05-22
10560
10561 2002-05-21 [melvin]     0.7.6claws10
10562
10563         * src/folderview.c
10564                 Added missing filtering and scoring headers
10565                 Fixed bad function call that showed garbage 
10566                 in Folder->Processing
10567
10568 2002-05-21 [paul]       0.7.6claws9
10569
10570         * tools/Makefile.am
10571                 make all tools executable, (patch by Alfons).
10572
10573 2002-05-20 [alfons]     0.7.6claws8
10574
10575         * src/procheader.c
10576                 don't forget to call mktime() so we have a valid week 
10577                 and year day
10578                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10579
10580 2002-05-20 [paul]       0.7.6claws7
10581
10582         * src/html.c
10583                 fix broken parsing of urls
10584         * src/textview.c
10585                 fix displaying of urls
10586
10587                 both fixes from the patch [547855] by Eugene 
10588                 Brevdo (zonem)
10589
10590 2002-05-19 [alfons]     0.7.6claws6
10591
10592         * configure.in
10593                 make sylpheed configure correctly with the latest
10594                 and greatest of automake / autoconf / gettext
10595
10596 2002-05-19 [alfons]     0.7.6claws5
10597
10598         * src/procheader.c
10599         * src/procheader.h
10600                 add function for returning ime zone offset
10601         * src/quote_fmt.c
10602         * src/quote_fmt_parse.y
10603                 better quotation formatting - does not convert
10604                 to local time, but uses the original date string.
10605                 
10606                 Note: %z inserts the timezone offset (should 
10607                 work also on platforms where strftime does not
10608                 support %z).
10609
10610 2002-05-18 [christoph]  0.7.6claws4
10611
10612         * src/summaryview.c
10613                 fix indentation of some code
10614         * tools/Makefile.am
10615                 fix spaces after \
10616         * src/Makefile.am
10617                 add missing \
10618                 correct path for ignorethread.xpm
10619                 incorrect filename for sylpheed_logo.xpm
10620                 add missing include matcher_parser_parse.h
10621
10622 2002-05-18 [paul]       0.7.6claws3
10623
10624         * sync with 0.7.6cvs8
10625                 see ChangeLog 2002-05-16 and 2002-05-17
10626
10627 2002-05-18 [melvin]     0.7.6claws2
10628
10629         * README.claws
10630                 Corrected an action's definition and fixed some misspellings.
10631
10632 2002-05-18 [paul]       0.7.6claws1
10633
10634         * tools/Makefile.am
10635           tools/gpg-sign        ** new file **
10636           tools/uudec           ** new file **
10637                 add Melvin's Actions scripts
10638
10639         * README.claws
10640                 add Melvin's descriptions for Actions
10641
10642 2002-05-18 [paul]       0.7.6claws
10643
10644         * Version 0.7.6claws released
10645
10646 2002-05-17 [paul]       0.7.5claws32
10647
10648         * po/es.po
10649                 updated by Ricardo Mones Lastra
10650
10651 2002-05-17 [paul]       0.7.5claws31
10652
10653         * src/compose.c
10654                 fix Account prefs default folder for sent/draft/deleted
10655                 messages bug
10656
10657         * po/it.po
10658           po/nl.po
10659                 updated translation by Alessandro Maestri and
10660                 Wilbert Berendsen
10661
10662 2002-05-17 [melvin]     0.7.5claws30
10663
10664         * src/prefs_actions.c
10665                 Fixed bug where using %F not at the end of the command 
10666                 resulted in an additional empty argument being created.
10667                 Thanks to Darko Koruga for reporting the bug.
10668
10669 2002-05-17 [melvin]     0.7.5claws29
10670
10671         * po/fr.po
10672                 Updated French translations.
10673
10674 2002-05-15 [paul]       0.7.5claws28
10675         
10676         * po/es.po
10677                 updated by Ricardo Mones Lastra
10678
10679 2002-05-15 [paul]       0.7.5claws27
10680
10681         * sync with 0.7.6cvs4
10682                 see ChangeLog 2002-05-14 and 2002-05-15
10683
10684 2002-05-14 [paul]       0.7.5claws26
10685
10686         * sync with 0.7.6cvs1
10687                 see ChangeLog 2002-05-13
10688
10689 2002-05-13 [thorsten]   0.7.5claws25
10690
10691         * src/messageview.c
10692                 fix select_all and copy in multipart messages
10693         * src/mainwindow.c
10694                 fix select_all and copy in multipart messages
10695
10696 2002-05-12 [paul]       0.7.5claws24
10697
10698         * src/summaryview.c
10699                 reverse last commit, bug already fixed in 0.7.5claws3
10700
10701 2002-05-12 [netztorte]  0.7.5claws23
10702
10703         * src/summaryview.c
10704                 dont parse empty addressbook (checked in before claws20)
10705
10706 2002-05-12 [melvin]     0.7.5claws22
10707
10708         * src/procmsg.[ch]
10709                 Removed unneeded priority code introduced by the previous 
10710                 commit.
10711
10712 2002-05-12 [melvin]     0.7.5claws21
10713
10714         * src/compose.[ch]
10715                 Added possibility to set message's priority.
10716         * src/procmsg.[ch]
10717                 Added possibility to set message's priority.
10718                 Added missing headers
10719
10720 2002-05-12 [melvin]     0.7.5claws20
10721
10722         * src/prefs_actions.c
10723                 Removed implicitely added quotes around the name
10724                 of the temporary files of mime parts.
10725
10726 2002-05-12 [paul]       0.7.5claws19
10727
10728         * sync with 0.7.5cvs20
10729                 see ChangeLog 2002-05-11
10730
10731 2002-05-12 [alfons]     0.7.5claws18
10732
10733         * src/quote_fmt_lex.l
10734         * src/quote_fmt_parse.y
10735                 allow quote / reply date & time format to be set using
10736                 %D{format}. format is a format string you'd pass to
10737                 strftime() (see man strftime, or the Display tab |
10738                 Date format setting).
10739
10740                 Currently %D converts the date to local time. 
10741
10742 2002-05-11 [paul]       0.7.5claws17
10743
10744         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10745                 see ChangeLog 2002-05-10 and 2002-05-11
10746
10747 2002-05-10 [paul]       0.7.5claws16
10748
10749         * sync with 0.7.5cvs16
10750                 see ChangeLog entries 2002-05-09 and 
10751                 2002-05-10
10752
10753 2002-05-10 [colin]      0.7.5claws15
10754
10755         * src/textview.c
10756                 Corrected a bug that prevented sylpheed to open
10757                 double-clicked URIs.
10758
10759 2002-05-09 [paul]       0.7.5claws14
10760
10761         * sync with 0.7.5cvs14
10762                 see ChangeLog 2002-05-08 and 2002-05-09
10763
10764 2002-05-08 [paul]       0.7.5claws13
10765
10766         * sync with 0.7.5cvs11
10767                 see ChangeLog entry 2002-05-08
10768
10769 2002-05-08 [paul]       0.7.5claws12
10770
10771         * src/mainwindow.c
10772           src/textview.[ch]
10773                 fix segfault on View->Open in new window
10774                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10775
10776 2002-05-07 [paul]       0.7.5claws11
10777
10778         * sync with 0.7.5cvs9
10779                 see ChangeLog entry 2002-05-07
10780
10781 2002-05-06 [paul]       0.7.5claws10
10782
10783         * src/messageview.c
10784           src/textview.c
10785                 display url in statusbar on single-click
10786                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10787
10788 2002-05-06 [match]      0.7.5claws9
10789
10790         * src/addritem.[ch]
10791                 new functions.
10792         * src/addrcache.c
10793                 tidy up.
10794         * src/xmlprops.[ch]
10795                 XML implementation of properties file.
10796         * src/exporthtml.[ch]
10797         * src/expthtmldlg.[ch]
10798         * src/addressbook.c
10799                 export to HTML.
10800
10801 2002-05-02 [sergey]     0.7.5claws8
10802
10803         * src/mainwindow.c (mainwin_entries),
10804           src/prefs_common.c (prefs_send_create()),
10805           src/codeconv.c (locale_table):
10806                 use charset name "Windows-1251" instead of "CP1251".
10807
10808 2002-05-02 [colin]      0.7.5claws7
10809         
10810         * src/compose.c
10811           src/prefs_common.c
10812           src/prefs_folder_item.c
10813                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10814
10815 2002-05-02 [hiro]       0.7.5claws6
10816
10817         * src/imap.c
10818                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10819
10820 2002-05-02 [paul]       0.7.5claws5
10821
10822         * src/compose.c
10823                 more sync with 0.7.5cvs7, see ChangeLog entry
10824                 2002-05-02
10825
10826 2002-05-02 [hiro]       0.7.5claws4
10827
10828         * src/compose.c
10829                 compose_queue_sub():
10830                 check if queue folder exists (closes #550397).
10831                 removed directory creation since it should be handled
10832                 transparently.
10833         * src/imap.c
10834                 imap_add_msg(): return UID for appended message
10835                 (closes #548842).
10836
10837 2002-04-30 [paul]       0.7.5claws3
10838
10839         * src/summaryview.c
10840                 fix account_find_from_address() bug
10841
10842 2002-04-28 [colin]      0.7.5claws2
10843
10844         * src/compose.c
10845           src/textview.c
10846           src/prefs_common.[ch]
10847           src/utils.[ch]
10848                 Added user-definable quotation characters recognition.
10849
10850 2002-04-28 [paul]       0.7.5claws1
10851
10852         * sync with 0.7.5cvs4
10853                 see ChangeLog entry  2002-04-25
10854
10855 2002-04-28 [paul]       0.7.5claws
10856
10857         * po/es.po
10858           po/nl.po
10859           po/pt_BR.po
10860                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10861                 Fabio Junior Beneditto
10862
10863 2002-04-27 [jens]       0.7.4claws103
10864
10865         * po/de.po
10866                 updated German translation.
10867
10868 2002-04-27 [hiro]       0.7.4claws102
10869
10870         * src/summaryview.c
10871                 summary_write_cache(): fixed the mark loss of hidden messages.
10872
10873 2002-04-26 [melvin]     0.7.4claws101
10874
10875         * src/procmsg.c
10876                 fixed a second typo (same one)
10877         * po/fr.po
10878           po/it.po
10879           po/pt_BR.po
10880                 fixed the type again...
10881
10882 2002-04-26 [melvin]     0.7.4claws100
10883
10884         * src/procmsg.c
10885                 fixed a typo in an alert message ("temorary").
10886         * po/it.po
10887         * po/pt_BR.po
10888                 corrected the typo  described above.
10889         * po/fr.po
10890                 updated French translation.
10891
10892 2002-04-26 [darko]      0.7.4claws99
10893
10894         * src/summaryview.c
10895                 fix target folder colorization
10896
10897 2002-04-25 [paul]       0.7.4claws98
10898
10899         * po/it.po
10900                 updated by Alessandro Maestri
10901
10902 2002-04-24 [colin]      0.7.4claws97
10903         
10904         * src/compose.c
10905                 Fixed double "subject is empty" question.
10906
10907 2002-04-23 [colin]      0.7.4claws96
10908         
10909         * src/mimeview.c
10910                 Corrected issue when "automatically display images" was
10911                 not set : first image remained after selecting second.
10912
10913 2002-04-23 [melvin]     0.7.4claws95
10914
10915         * src/prefs_actions.c
10916                 Don't display in/out dialog if there is nothing to show.
10917
10918 2002-04-23 [paul]       0.7.4claws94
10919
10920         * sync with 0.7.5cvs3
10921                 bug fixes: see ChangeLog entry 2002-04-23
10922
10923 2002-04-22 [darko]      0.7.4claws93
10924
10925         * src/compose.c
10926                 fix previous check-in which changed code after
10927                 merge from main
10928
10929 2002-04-22 [paul]       0.7.4claws92
10930
10931         * faq/de/*
10932                 add German FAQ
10933         * faq/en/*
10934           faq/es/*
10935           faq/fr/*
10936                 update English, Spanish and French FAQs
10937         * manual/de/*
10938           manual/es/*
10939                 add German and Spanish manuals
10940         * manual/en/*
10941           manual/fr/*
10942                 update English and French manuals
10943
10944         * src/Makefile.am
10945                 add to and re-arrange the pixmap entries
10946
10947 2002-04-22 [darko]      0.7.4claws91
10948
10949         * src/compose.c
10950                 fix sender initials recognition to only allow
10951                 '>' after the initials
10952
10953 2002-04-21 [paul]       0.7.4claws90
10954
10955         * sync with 0.7.5 release
10956                 see ChangeLog entry 2002-04-21
10957
10958 2002-04-21 [alfons]
10959
10960         * src/Makefile.am
10961                 add colin's new pixmaps to EXTRA_DIST
10962
10963 2002-04-21 [colin]      0.7.4claws89
10964         * src/compose.c
10965         * src/inc.c
10966         * src/mainwindow.[ch]
10967         * src/prefs_common.[ch]
10968         * src/stock_pixmap.[ch]
10969                 Added "Work offline" ability.
10970
10971 2002-04-21 [colin]      0.7.4claws88
10972         
10973         * src/mimeview.c
10974         * src/prefs_common.c
10975         * src/prefs_common.h
10976         * src/textview.c : Added an option to common preferences -> display
10977           to allow user not to automatically display images.
10978
10979 2002-04-21 [paul]       0.7.4claws87
10980
10981         * sync with 0.7.4cvs52
10982                 see ChangeLog entry 2002-04-21 (src/imap.c)
10983
10984 2002-04-21 [paul]       0.7.4claws86
10985
10986         * sync with 0.7.4cvs51
10987                 see ChangeLog entry 2002-04-21
10988
10989 2002-04-21 [paul]       0.7.4claws85
10990
10991         * sync with 0.7.4cvs49
10992                 see ChangeLog entries 2002-04-20 and 2002-04-21
10993
10994         * src/Makefile.am
10995                 clean up: remove old 'stock_' element from xpm 
10996                 filenames.
10997
10998 2002-04-21 [alfons]     0.7.4claws84
10999
11000         apply sync patch from Paul
11001
11002         * src/folderview.c
11003                 use old claws prefs_folder_item_create() for now
11004
11005 2002-04-19 [match]      0.7.4claws83
11006
11007         * src/addressbook.[ch]
11008         * src/addrharvest.[ch]
11009         * src/addrgather.[ch]
11010                 recurse folders.
11011         * src/mainwindow.c
11012         * src/summaryview.[ch]
11013                 change menu option.
11014
11015 2002-04-19 [paul]       0.7.4claws82
11016
11017         * po/pt_BR.po
11018                 updated by Fabio Junior Beneditto
11019
11020 2002-04-14 [alfons]     0.7.4claws81
11021
11022         * src/passphrase.c
11023                 add #include <sys/types.h> for mode_t and off_t 
11024
11025 2002-04-13 [paul]       0.7.4claws80
11026         
11027         * src/main.c
11028           src/passphrase.[ch]
11029           src/pgptext.c
11030           src/prefs_common.[ch]
11031           src/rfc2015.c
11032                 enable storing of GnuPG passphrase for the whole 
11033                 session or a user-defined number of minutes. patch 
11034                 submitted by Ravemax <ravemax@dextrose.com>
11035
11036 2002-04-13 [alfons]     0.7.4claws79
11037
11038         * src/textview.c
11039                 make email parser also stop scanning when encountering separators
11040                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11041
11042 2002-04-13 [paul]       0.7.4claws78
11043
11044         * sync with 0.7.4cvs39
11045                 see ChangeLog entry 2002-04-12
11046
11047 2002-04-11 [paul]       0.7.4claws77
11048
11049         * sync with 0.7.4cvs37
11050                 see ChangeLog entry 2002-04-11
11051
11052 2002-04-11 [paul]       0.7.4claws76
11053
11054         * COPYING 
11055                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11056                 the clause for OpenSSL). sync with sylpheed main
11057
11058 2002-04-09 [melvin]     0.7.4claws75
11059
11060         * src/compose.c
11061                 Made 'Ctrl-Enter' on send ignore some modifiers 
11062                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11063                 to bind other *-Enter (but not Alt-Enter).
11064
11065 2002-04-09 [paul]       0.7.4claws74
11066
11067         * sync with 0.7.4cvs35
11068                 see ChangeLog entries 2002-04-09
11069
11070 2002-04-08 [paul]       0.7.4claws73
11071
11072         * sync with 0.7.4cvs33
11073                 see ChangeLog entry 200-04-08
11074
11075 2002-04-07 [match]      0.7.4claws72
11076
11077         * src/addrharvest.[ch]
11078                 fixed to read all addresses in header, regardless
11079                 of header size. improved name parsing. accommodate
11080                 harvest from folders and selected message.
11081         * src/addritem.[ch]
11082                 included new address parsing function.
11083         * src/addrgather.[ch]
11084         * src/addressbook.[ch]
11085         * src/summaryview.[ch]
11086         * src/mainwindow.c
11087                 allow address harvest of folder as well as selected
11088                 messages.
11089
11090 2002-04-07 [paul]       0.7.4claws71
11091
11092         * src/esmtp.[ch]
11093           src/smtp.c
11094                 don't try to authenticate with CRAM-MD5 in SMTP when 
11095                 SMTP-AUTH enabled if MTA doesn't issue this 
11096                 auth-method in it's ehlo-response. bug item #531364,
11097                 patch item #938910. patch submitted by Colin Leroy 
11098                 <colin@colino.net>
11099
11100 2002-04-07 [paul]       0.7.4claws70
11101
11102         * src/nntp.c
11103                 fix missing MODE_READER bug. patch submitted by
11104                 Colin Leroy <colin@colino.net>
11105
11106 2002-04-07 [alfons]     0.7.4claws69
11107
11108         * src/matcher.[ch]
11109         * src/prefs_filtering.c
11110         * src/summaryview.c
11111                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11112                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11113
11114 2002-04-07 [paul]       0.7.4claws68
11115
11116         * sync with 0.7.4cvs32
11117                 see ChangeLog entry 2002-04-06
11118
11119         * tools/filter_conv.pl
11120                 more bug fixes
11121
11122 2002-04-06 [paul]       0.7.4claws67
11123
11124         * tools/filter_conv.pl
11125                 modify to be able to find the name of the first
11126                 mailbox and use that. main's filter does not
11127                 record the full path to the mailbox and therefore
11128                 can only filter to the first mailbox.
11129
11130 2002-04-05 [paul]       0.7.4claws66
11131
11132         * tools/filter_conv.pl
11133                 attempt to make the script all-encompassing and
11134                 be able to convert any main 'filter' rule thrown
11135                 at it
11136
11137 2002-04-05 [paul]       0.7.4claws65
11138
11139         * tools/filter_conv.pl
11140                 allow for collapsed folder trees
11141
11142 2002-04-05 [paul]       0.7.4claws64
11143
11144         * sync with 0.7.4cvs31
11145                 see ChangeLog entries 2002-04-05
11146
11147 2002-04-03 [paul]       0.7.4claws63
11148
11149         * sync with 0.7.4cvs29
11150                 see ChangeLog entries 2002-04-02 and 2002-04-03
11151
11152 2002-04-02 [paul]       0.7.4claws62
11153
11154         * sync with 0.7.4cvs26
11155                 see ChangeLog entry 2002-04-01
11156
11157 2002-04-02 [match]      0.7.4claws61
11158
11159         * src/pine.[ch]
11160         * src/importpine.[ch]
11161         * src/addressbook.c
11162                 import Pine address book.
11163
11164 2002-04-02 [match]      0.7.4claws60
11165
11166         * src/addrharvest.[ch]
11167                 improve address parsing of funky addresses.
11168
11169 2002-04-02 [darko]      0.7.4claws59
11170
11171         * src/compose.c
11172                 wrap on send improvements, it now recognizes quoted
11173                 initials as part of the quotation string, and it
11174                 does not join lines separated by CR
11175
11176 2002-04-01 [match]      0.7.4claws58
11177
11178         * src/mgutils.[ch]
11179                 added new functions.
11180         * src/mutt.[ch]
11181                 remove excessive duplicate address generation
11182                 on import.
11183
11184 2002-04-01 [alfons]     0.7.4claws57
11185         
11186         * src/summaryview.c
11187                 put back g_free() 
11188
11189 2002-04-01 [paul]       0.7.4claws56
11190
11191         * sync with 0.7.4cvs25
11192                 see ChangeLog entry 2002-04-01
11193
11194 2002-04-01 [alfons]     0.7.4aprilfool55
11195
11196         * src/summaryview.c
11197                 honour feature request item #537427 to allow for
11198                 displaying names from address book for sent mail also
11199
11200 2002-03-29 [paul]       0.7.4claws54
11201
11202         * src/mainwindow.c
11203           src/prefs_filtering.[ch]
11204           src/prefs_matcher.c
11205           src/summaryview.c
11206                 add 'fast filter' for claws' filtering,
11207                 /Tools/Create filter rule/... patch submitted
11208                 by Neill Miller <neillm@thecodefactory.org>
11209
11210 2002-03-29 [paul]       0.7.4claws53
11211
11212         * sync with 0.7.4cvs24
11213                 see ChangeLog entry 2002-03-29
11214
11215 2002-03-28 [paul]       0.7.4claws52
11216
11217         * sync with 0.7.4cvs23
11218                 see ChangeLog entry 2002-03-28
11219
11220 2002-03-27 [melvin]     0.7.4claws51
11221
11222         * src/prefs_actions.c
11223                 Added support to pass only one message part (as a
11224                 file) to the command using '%p'. No quotes are needed
11225                 because doubles quotes are automatically added.
11226                 Fixed bug where Sylpheed could block when waiting for
11227                 a child process to finish.
11228                 Changed the help menu to remove quotes around symbols to 
11229                 avoid misinterpretation (they must not be used).
11230
11231 2002-03-27 [melvin]     0.7.4claws50
11232
11233         * src/inc.c
11234                 Made the new mail notification command always 
11235                 execute asynchronously.
11236
11237 2002-03-27 [paul]       0.7.4claws49
11238
11239         * src/compose.c
11240                 fix bug introduced in last commit
11241
11242 2002-03-27 [paul]       0.7.4claws48
11243
11244         * sync with 0.7.4cvs21
11245                 see ChangeLog 2002-03-26 and 2002-03-27
11246
11247 2002-03-26 [hoa]        0.7.4claws47
11248
11249         * src/prefs_folder_item.c
11250                 really fixed the bug #516442 with folder rescan.
11251
11252 2002-03-26 [paul]       0.7.4claws46
11253
11254         * sync with 0.7.4cvs19
11255                 see ChangeLog entries 2002-03-25 and 2002-03-26
11256
11257 2002-03-25 [hoa]        0.7.4claws45
11258
11259         * src/matcher.c
11260         * src/mh.c
11261                 fix the bug #516442 with folder rescan.
11262
11263         * src/prefs_common.[ch]
11264         * src/compose.c
11265                 added an option to enable two different behaviours
11266                 for bounce.
11267
11268
11269 2002-03-25 [paul]       0.7.4claws44
11270
11271         * src/mainwindow.c
11272           src/selective_download.c
11273                 correct a few menuitem labels
11274
11275 2002-03-25 [christoph]  0.7.4claws43
11276
11277         * src/procmsg.c
11278                 fix non deleted tmp message in
11279                 procmsg_save_to_outbox
11280                 fix problems caused by sync with
11281                 main branch's procmsg_send_queue
11282
11283 2002-03-25 [paul]       0.7.4claws42
11284
11285         * src/quote_fmt.c
11286           src/quote_fmt_lex.l
11287           src/quote_fmt_parse.y
11288                 add Last name (%L) placeholder for quoting. 
11289                 patch submitted by Thorsten Thielen 
11290                 <thth@users.sourceforge.net>
11291
11292 2002-03-25 [paul]       0.7.4claws41
11293
11294         * src/utils.c
11295                 get full hostname. patch submitted by
11296                 Bob Woodside <rwoodside1@comcast.net>
11297
11298 2002-03-25 [paul]       0.7.4claws40
11299
11300         * src/account.c
11301           src/news.c
11302           src/nntp.[ch]
11303           src/prefs_account.[ch]
11304                 enable NNTP over SSL. patch submitted by
11305                 Pascal Jermini <pascal@infinity.hn.org>
11306
11307 2002-03-24 [paul]       0.7.4claws39
11308
11309         * src/prefs_common.c
11310                 make the arrangement of the Compose tab more
11311                 coherent
11312
11313         * src/mainwindow.c
11314                 fix some irregularities of style
11315
11316         * po/de.po
11317                 updated by Kilian Krause
11318
11319 2002-03-23 [paul]       0.7.4claws38
11320
11321         * po/pt_BR.po
11322                 updated by Fabio Junior Beneditto
11323
11324 2002-03-23 [paul]       0.7.4claws37
11325
11326         * src/mainwindow.c
11327                 move 'Gather addresses' to 'Tools' menu
11328                 make 'Selective download' sensitive
11329
11330 2002-03-23 [paul]       0.7.4claws36
11331
11332         * sync with 0.7.4cvs16
11333                 see ChangeLog entries 2002-03-23
11334
11335 2002-03-22 [christoph]  0.7.4claws35
11336
11337         * src/quote_fmt_parse.y
11338                 fix include program output
11339
11340 2002-03-22 [alfons]     0.7.4claws34
11341
11342         * src/pop.c
11343                 initialize GDate stack variable correctly (sorry!)
11344
11345 2002-03-22 [paul]       0.7.4claws33
11346
11347         * src/compose.c
11348           src/mainwindow.c
11349           src/prefs_actions.c
11350           src/prefs_common.c
11351                 rename 'Tool' to 'Tools'
11352
11353         * src/mainwindow.c
11354                 move 'Delete duplicated messages' from
11355                 'Message/' to 'Tools/'
11356                 re-arrange the order of 'Tools/' items
11357
11358 2002-03-22 [paul]       0.7.4claws32
11359
11360         * src/addr_compl.c
11361           src/addressbook.[ch]
11362                 auto-address completion now also matches on
11363                 Nickname. patch submitted by Bob Forsman 
11364                 <hammor@users.sourceforge.net>
11365
11366         * src/editaddress.c
11367                 correct a spelling mistake
11368
11369 2002-03-22 [alfons]     0.7.4claws31
11370
11371         * src/pop.c
11372                 fix getting uidl from incorrect string 
11373                 (spotted by Colin)
11374
11375 2002-03-21 [alfons]     0.7.4claws30
11376
11377         * src/pop.c
11378                 more code refactoring
11379                 plug mem leak introduced by delete on server
11380
11381 2002-03-21 [paul]       0.7.4claws29
11382
11383         * sync with 0.7.4cvs11
11384                 see ChangeLog entries 2002-03-20
11385
11386 2002-03-20 [alfons]     0.7.4claws28
11387
11388         * src/inc.c
11389                 apply Colin's patch and refactor
11390
11391 2002-03-20 [paul]       0.7.4claws27
11392
11393         * sync with sylpheed 0.7.4cvs9
11394                 see ChangeLog entry 2002-03-20
11395
11396 2002-03-19 [christoph]  0.7.4claws26
11397
11398         * src/mh.c
11399         * src/procmsg.[ch]
11400         * src/summaryview.c
11401                 revert changes for flag updates
11402                 (does not work correctly and no time to debug)
11403
11404 2002-03-20 [alfons]     0.7.4claws25
11405
11406         * src/pop.c
11407                 refactor should_delete() a little bit 
11408
11409 2002-03-19 [paul]       0.7.4claws24
11410
11411         * src/inc.[ch]
11412           src/pop.c
11413           src/prefs_account.[ch]
11414                 allow the user to leave downloaded mail on the 
11415                 server for n days. Patch submitted by Colin Leroy 
11416                 <colin@colino.net>
11417
11418 2002-02-19 [paul]       0.7.4claws23
11419
11420         * sync with sylpheed 0.7.4cvs8
11421                 see ChangeLog entries 2002-03-19
11422
11423 2002-03-18 [paul]       0.7.4claws22
11424
11425         * sync with sylpheed 0.7.4cvs6
11426                 see ChangeLog entry 2002-03-18
11427
11428 2002-03-18 [paul]       0.7.4claws21
11429
11430         * po/en_GB.po
11431                 add en_GB message catalogue
11432
11433         * src/mbox_folder.c
11434           src/prefs_account.c
11435           src/prefs_actions.c
11436                 correct a few spelling mistakes
11437
11438 2002-03-17 [alfons]     0.7.4claws20
11439
11440         * src/matcher.c
11441                 more stringent checks for NULL params when writing
11442                 filtering actions to a file
11443                 
11444 2002-03-17 [hoa]        0.7.3claws20
11445
11446         * src/news.c
11447                 fixed the count of new messages
11448
11449         * src/compose.c
11450                 fixed the "attachment properties" window
11451
11452 2002-03-17 [paul]       0.7.4claws19
11453
11454         * src/defs.h
11455           src/folder.h
11456           src/news.c
11457           src/prefs_account.[ch]
11458           src/procmsg.[ch]
11459           src/summaryview.c
11460                 automatically mark cross-posted messages as read 
11461                 and (optionally) give them a colour label
11462                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11463                 
11464
11465 2002-03-17 [paul]       0.7.4claws18
11466
11467         * sync with sylpheed 0.7.4cvs5
11468                 see ChangeLog entry 2002-03-17
11469
11470 2002-03-17 [melvin]     0.7.4claws17
11471         
11472         * src/textview.c
11473                 Worked around a gtktext 'bug': when searching for 
11474                 a text in a long message it was scrolling slowly
11475                 line by line until it hit the searched text.
11476         * po/fr.po
11477                 Updated French translation
11478
11479 2002-03-17 [melvin]     0.7.4claws16
11480
11481         * src/mainwindow.c
11482         * src/compose.c
11483         * src/prefs_actions.c
11484                 Moved "Edit/Actions" to "Tool/Actions"
11485                 Made mainwindow/compose window sensitive as soon as
11486                 no child process is running anymore even if the io dialog
11487                 is open.
11488                 Fixed a struct being initialized with a non constant char*
11489
11490 2002-03-16 [christoph]  0.7.4claws15
11491
11492         * configure.in
11493                 add --with-compiler-flags option
11494                 (only for developer hacking)
11495         * src/mh.c
11496         * src/procmsg.[ch]
11497         * src/summaryview.c
11498                 try to make folder-stats and flag handling more
11499                 independent from the summaryview. msgcounts
11500                 are only set when the folder is opened and
11501                 procmsg_msginfo_(un)set_flags will handle it
11502                 later and summaryview will get the values
11503                 from the folder.
11504
11505 2002-03-16 [paul]       0.7.4claws14
11506
11507         * src/messageview.c
11508                 fix Return-receipt. Patch submitted by Bob
11509                 Woodside <rwoodside1@comcast.net>
11510
11511 2002-03-16 [paul]       0.7.4claws13
11512
11513         * src/compose.c
11514                 fix 'dynamic' signatures, make it work again
11515                 broken during sync on 2002-03-14 (0.7.4claws2)
11516
11517 2002-03-15 [match]      0.7.4claws12
11518
11519         * src/addrharvest.[ch]
11520         * src/addrgather.[ch]
11521         * src/addressbook.[ch]
11522         * src/mainwindow.c
11523                 included address harvester feature. still some
11524                 issues with address parsing that I will fix.
11525
11526 2002-03-15 [match]      0.7.4claws11
11527
11528         * src/addrbook.[ch]
11529         * src/addrcache.[ch]
11530         * src/addressbook.[ch]
11531         * src/addrindex.c
11532         * src/editbook.c
11533         * src/importldif.c
11534         * src/importmutt.c
11535         * src/jpilot.[ch]
11536         * src/main.c
11537         * src/syldap.[ch]
11538         * src/vcard.[ch]
11539                 tidy up. fix memory leaks. moved attribs and methods
11540                 from individual interfaces to addrcache object. prep
11541                 for new stuff to come in.
11542
11543 2002-03-15 [alfons]     0.7.4claws10
11544
11545         * src/matcher.[ch]
11546         * src/matcher_parser_parse.y
11547         * src/matcher_parser_lex.l
11548         * src/prefs_matcher.c
11549                 add filtering conditions message greater than, smaller 
11550                 than, and exactly matching a size in bytes
11551                 (does not work with delete from POP3 server yet)
11552
11553                 this should also give others an idea what you should
11554                 do to add new criterions to claws filtering system
11555                 
11556
11557 2002-03-15 [paul]       0.7.4claws9
11558
11559         * tools/filter_conv.pl
11560                 exit if there are no filter rules to convert
11561                 rename filterrc to filterrc.old after completion
11562
11563 2002-03-15 [paul]       0.7.4claws8
11564
11565         * sync with sylpheed 0.7.4cvs3
11566                 see ChangeLog entry 2002-03-14
11567
11568 2002-03-14 [paul]       0.7.4claws7
11569
11570         * src/compose.c
11571                 clean up the last commit (ahem)
11572
11573 2002-03-14 [paul]       0.7.4claws6
11574
11575         * src/compose.c
11576                 fix bug #515655. honour account preferences
11577                 regarding gpg default signing/encryption when 
11578                 changing account from the compose window.
11579
11580 2002-03-14 [paul]       0.7.4claws5
11581
11582         * src/folderview.c
11583                 remove unnecessary curly brackets
11584
11585 2002-03-14 [paul]       0.7.4claws4
11586
11587         * src/folderview.c
11588           src/prefs_filtering.[ch]
11589                 add filter rename on folder rename and filter
11590                 delete on folder delete. Patch submitted by
11591                 Neill Miller <neillm@thecodefactory.org> 
11592
11593 2002-03-14 [christoph]  0.7.4claws3
11594
11595         * src/procmsg.c
11596         * src/send.c
11597                 fix local delivery
11598                 (patch submitted by "Simon 'corecode' Schubert")
11599         * src/prefs_common.c
11600         * src/procmsg.c
11601                 fix gcc 3.0 warning
11602
11603 2002-03-14 [paul]       0.7.4claws2
11604
11605         * sync with sylpheed 0.7.4cvs2
11606                 see ChangeLog entry 2002-03-13
11607
11608 2002-03-12 [darko]      0.7.4claws1
11609
11610         * src/mainwindow.c
11611                 fix what seems to be a copy and paste error
11612                 when setting color for important messages
11613                 (reported by wwp)
11614
11615 2002-03-11 [paul]       version 0.7.4claws released
11616
11617 2002-03-11 [paul]       0.7.4claws
11618
11619         * po/es.po
11620           po/it.po
11621           po/nl.po
11622           po/pt_BR.po
11623                 update message catalogs. Submitted by Ricardo Mones 
11624                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11625                 Fabio Junior Beneditto
11626
11627         * configure.in
11628           faq/Makefile.am
11629           faq/it/Makefile
11630           faq/it/sylpheed-faq*
11631           src/mainwindow.c
11632           src/manual.[ch]
11633                 add FAQ in Italian
11634         
11635
11636 2002-03-11 [jens]       0.7.3claws7
11637
11638         * po/de.po
11639                 updated German translation
11640
11641 2002-03-11 [melvin]     0.7.3claws6
11642
11643         * po/fr.po
11644                 updated and corrected French translation
11645
11646 2002-03-10 [hoa]        0.7.3claws5
11647
11648         * src/account.c
11649         * src/inc.c
11650         * src/prefs_account.c
11651         * src/procmsg.c
11652         * src/send.[ch]
11653                 fixed the local account.
11654                 you have to change the default "/usr/sbin/sendmail"
11655                 to "/usr/sbin/sendmail -t" in the preferences of
11656                 the local account.
11657
11658         * src/procmime.c
11659                 removed some debug display for renderer
11660
11661 2002-03-10 [paul]       0.7.3claws4
11662
11663         * faq/en/sylpheed-faq-1.html
11664           faq/en/sylpheed-faq-2.html
11665                 update
11666
11667 2002-03-09 [paul]       0.7.3claws3
11668
11669         * sync with sylpheed 0.7.4
11670                 see ChangeLog entry 2002-03-09
11671
11672 2002-03-08 [paul]       0.7.3claws2
11673
11674         * faq/en/sylpheed-faq*
11675           faq/es/sylpheed-faq*
11676           faq/fr/sylpheed-faq*
11677                 update the FAQs
11678
11679         * manual/fr/.cvsignore
11680           manual/fr/Makefilea.am
11681           manual/fr/sylpheed*
11682           src/mainwindow.c
11683           src/manual.[ch]
11684                 add the French manual
11685
11686 2002-03-07 [paul]       0.7.3claws1
11687
11688         * sync with sylpheed 0.7.3cvs4
11689                 see ChangeLog entries  2002-03-06 and 2002-03-07
11690         
11691         * po/nl.po
11692                 updated by Wilbert Berendsen
11693
11694 2002-03-07 [melvin]     0.7.2claws34
11695
11696         * src/selective_download.c
11697                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11698
11699 2002-03-06 [paul]       0.7.2claws33
11700
11701         * sync with sylpheed 0.7.3cvs1
11702                 bug fix, see ChangeLog entry 2002-03-05
11703
11704 2002-03-05 [paul]       0.7.2claws32
11705
11706         * src/mimeview.c
11707           src/pgptext.[ch]
11708           src/procmsg.c
11709                 reverse the pgp ascii-armored code implemented in 
11710                 0.7.2claws16. removal of this code until it matures.
11711                 this means that verifying ascii-armored pgp sigs and
11712                 automatic decryption of ascii-armored encrypted
11713                 messages no longer works.
11714
11715 2002-03-05 [paul]       0.7.2claws31
11716
11717         * configure.in
11718           Makefile.am
11719         * faq/Makefile.am
11720         * faq/en/Makefile.am
11721           faq/en/sylpheed-faq.html
11722           faq/en/sylpheed-faq-1.html
11723           faq/en/sylpheed-faq-2.html
11724           faq/en/sylpheed-faq-3.html
11725         * faq/es/Makefile.am
11726           faq/es/sylpheed-faq.html
11727           faq/es/sylpheed-faq-1.html
11728           faq/es/sylpheed-faq-2.html
11729           faq/es/sylpheed-faq-3.html
11730           faq/es/sylpheed-faq-4.html
11731         * faq/fr/Makefile.am
11732           faq/fr/sylpheed-faq.html
11733           faq/fr/sylpheed-faq-1.html
11734           faq/fr/sylpheed-faq-2.html
11735           faq/fr/sylpheed-faq-3.html
11736         * src/Makefile.am
11737           src/defs.h
11738           src/mainwindow.c
11739           src/manual.[ch]
11740                 add FAQs in English, Spanish and French
11741
11742
11743 2002-03-05 [paul]       0.7.2claws30
11744
11745         * manual/en/sylpheed.html
11746           manual/en/sylpheed-XX.html
11747                 updated the English manual
11748
11749 2002-03-05 [hoa]        
11750
11751         * src/summaryview.c
11752                 dialog box pops up if the article can't be deleted.
11753
11754 2002-03-04 [paul]       
11755         
11756         * po/pt_BR.po
11757                 updated by Fabio Junior Benedito
11758
11759 2002-03-04 [hoa]
11760
11761         * removed ac/gpgme.m4
11762                 to avoid autogen common problem
11763                 developers have to install gpgme development package now
11764
11765         * src/compose.c
11766                 encoding to 7bit or 8bit is enabled.
11767
11768 2002-03-03 [alfons]     0.7.2claws29
11769
11770         * src/pop.c
11771                 merge fix by Oliver Haertel for selective
11772                 download buglet
11773
11774 2002-03-03 [paul]       0.7.2claws28
11775         
11776         * sync with sylpheed 0.7.3
11777
11778 2002-03-03 [paul]       0.7.2claws27
11779
11780         * sync with sylpheed 0.7.2cvs24
11781                 see ChangeLog entries 2002-03-02 and 2002-03-03
11782
11783 2002-03-02 [melvin]     0.7.2claws26
11784
11785         * src/inc.[ch]
11786         * src/main.c
11787         * src/mainwindow.c
11788         * src/prefs_common.[ch]
11789                 Added user definable notification on new mail arrival.
11790                 Removed unused variables in spell checker prefs code.
11791
11792 2002-03-02 [melvin]     0.7.2claws25
11793
11794         * src/quote_fmt.c
11795                 Removed unnecessary escape sequences.
11796                 Changed 'Initial...' to 'Initials of Sender'
11797
11798 2002-03-02 [paul]       0.7.2claws24
11799
11800         * sync with sylpheed 0.7.2cvs22
11801                 see ChangeLog entry 2002-03-01
11802
11803 2002-03-01 [hoa]        0.7.2claws23
11804
11805         * src/mainwindow.c
11806                 Set sensitivity of delete actions to active
11807                 even if the folder is a newsgroup.
11808
11809         * src/summaryview.c
11810                 - Set sensitivity of delete actions
11811                 - Added function check_permission() that will check if the
11812                   user is authorized to delete a message. For news, it
11813                   will check if the author is the same.
11814                 - Enabled deletion when there is no trash folder.
11815
11816         * src/news.[ch]
11817                 - Added news_cancel_article() to cancel articles
11818                 - Implemented news_remove_message() (public function)
11819
11820 2002-03-01 [paul]       0.7.2claws22
11821
11822         * src/gtkutils.c
11823           src/textview.c
11824                 recognise urls that that don't include 'http://' and
11825                 simply begin 'www.' 
11826
11827         * AUTHORS
11828                 remove duplicated name
11829
11830 2002-02-28 [paul]       0.7.2claws21
11831
11832         * src/mainwindow.c
11833           src/summaryview.[ch]
11834                 add ability to 'Select thread'
11835                 combines Melvin's "Select thread's head" patch (#510907)
11836                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11837                 patch (#518514) 
11838
11839 2002-02-28 [paul]       0.7.2claws20
11840
11841         * src/mimeview.c
11842                 hopefully fix segfault on right-clicking a mime part
11843                 that some people have experienced.      
11844                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11845
11846 2002-02-28 [paul]       0.7.2claws19
11847
11848         * sync with sylpheed 0.7.2cvs21
11849                 see ChangeLog entries 2002-02-27 and 2002-02-28
11850
11851 2002-02-27 [paul]       0.7.2claws18
11852
11853         * sync with sylpheed 0.7.2cvs18
11854                 see ChangeLog entries 2002-02-26 and 2002-02-27
11855
11856 2002-02-26 [alfons]     0.7.2claws17
11857
11858         * src/procheader.c
11859                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11860                 (spotted by Chris Hessman <idatech@gmx.net>)
11861
11862 2002-02-26 [paul]       0.7.2claws16
11863
11864         * src/mimeview.c
11865           src/pgptext.[ch]
11866           src/procmsg.c
11867                 make decryption of ascii-armored pgp encrypted messages
11868                 and verification of ascii-armored signatures work again.
11869                 slightly altered from the patch by Jens Jahnke 
11870                 <jan0sch@gmx.net>
11871
11872                 ##FIX ME##
11873                 * the checking of plaintext signatures always comes up in 
11874                   a popup box
11875                 * it doesn't work for multipart messages 
11876                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11877                   including the msg headers and these 2 line themselves, are 
11878                   not displayed
11879
11880         * src/mainwindow.c
11881                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11882                 "View/Message View" becomes "View/Separate Message View"
11883                 because its less ambiguous.
11884
11885         * po/es.po
11886                 updated by Ricardo Mones Lastra
11887
11888 2002-02-26 [paul]       0.7.2claws15
11889
11890         * sync with sylpheed 0.7.2cvs17
11891                 see ChangeLog entries 2002-02-25 and 2002-02-26
11892
11893 2002-02-25 [christoph]  0.7.2claws14
11894
11895         * src/filtering.[ch]
11896         * src/inc.c
11897                 do filtering stuff after all messages have been received
11898                   1. drop all messages to .processing
11899                   2. scan processing folder for messages
11900                   3. filter messages or move to inbox
11901                 this will also find old messages left in processing after
11902                 a crash or something like that and we get a real msginfo
11903                 from folder->get_msg_list and do not have to create our
11904                 own in filter_message
11905         * src/matcher_parser_parse.y
11906                 remove MIX/MAX warning (reordered includes)
11907
11908 2002-02-25 [paul]       0.7.2claws13
11909
11910         * sync with sylpheed 0.7.2cvs15
11911                 see ChangeLog entry 2002-02-24
11912
11913 2002-02-24 [alfons]     0.7.2claws12
11914
11915         * src/filtering.c
11916                 clear old color flags first when applying a new color to
11917                 a message info. 
11918                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11919
11920 2002-02-24 [alfons]     0.7.2.claws11
11921         
11922         * AUTHORS
11923         * src/prefs_common.c
11924                 add presets for Opera and Konqueror, closes patch #517261,
11925                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11926
11927 2002-02-24 [alfons]     0.7.2.claws10
11928
11929         * AUTHORS
11930         * src/summaryview.c
11931                 fix threading for null message ids, closes patch #521601,
11932                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11933
11934 2002-02-24 [alfons]     0.7.2claws9
11935
11936         * src/summaryview.c
11937         * src/filtering.c
11938                 make Tool | Filter Message work with filtering system so
11939                 setting flags also works
11940
11941                 TODO:
11942
11943                 - Processing uses the same function as Tool | Filter
11944                   Message, but doesn't use the same update proc yet
11945
11946 2002-02-23 [paul]       0.7.2claws8
11947
11948         * sync with sylpheed 0.7.2cvs14
11949                 see ChangeLog entries 2002-02-22 and 2002-02-23
11950
11951 2002-02-22 [christoph]  0.7.2claws7
11952
11953         * src/quote_fmt.c
11954                 Add column space to table
11955         * src/quote_fmt_parse.y
11956                 Close files
11957
11958 2002-02-22 [paul]       0.7.2claws6
11959
11960         * src/Makefile.am
11961           src/defs.h
11962           src/filtering.c
11963           src/inc.[ch]
11964           src/mainwindow.c
11965           src/matcher.[ch]
11966           src/matcher_parser_lex.l
11967           src/matcher_parser_parse.y
11968           src/pop.[ch]
11969           src/prefs_account.h
11970           src/prefs_filtering.c
11971           src/selective_download.[ch]   *** NEW FILES ***
11972           src/utils.[ch]
11973           po/POTFILES.in
11974                 Selective Download added to 'Tool' menu. 
11975                 Retrieves email headers of the currently selected pop3 
11976                 account and allows the user to mark emails for deletion 
11977                 right on the pop3 server. Patch submitted by Oliver Haertel 
11978                 <oha@users.sourceforge.net>.
11979         
11980         * po/POTFILES.in
11981                 add 'src/quote_fmt.c'           
11982
11983 2002-02-22 [christoph]  0.7.2claws5
11984
11985         * src/Makefile.am
11986                 added quote_fmt.c
11987         * src/prefs_common.[ch]
11988         * src/prefs_template.c
11989         * src/quote_fmt.c               *** NEW FILE ***
11990         * src/quote_fmt.h
11991                 move quote format symbol description code
11992                 to it's own file because it is used from
11993                 differnent code parts
11994                 Rewrote symbol description GUI
11995                   + use table
11996                   + add separators
11997                   + get data from array (no more long constant strings)
11998         * src/quote_fmt_lex.l
11999         * src/quote_fmt_parse.y
12000                 Symbol for Literal % changed to \% instead of %%
12001                 (More logical as \ is used for quoting for other symbols)
12002                 Add |f and |p to include files and program output
12003                 Examples:
12004                     |f{/home/.../.signature}
12005                     |p{date}
12006         * po/de.po
12007                 Correct wrong spelling for "Referenzen"
12008
12009 2002-02-21 [paul]       0.7.2claws4
12010
12011         * src/procmsg.c
12012                 forgotten during sync
12013
12014 2002-02-21 [paul]       0.7.2claws3
12015
12016         * sync with sylpheed 0.7.2cvs11
12017                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12018                 2002-02-20 and 2002-02-21
12019
12020 2002-02-20 [melvin]     0.7.2claws2
12021
12022         * src/prefs_actions.c
12023                 Added error report when child cannot fork or when execvp 
12024                 returns with an error.
12025
12026 2002-02-19 [christoph]  0.7.2claws1
12027
12028         * src/codeconv.c
12029                 return unconverted text if conde conversion is not possible
12030                 when libjconv is used.
12031                 (patch submitted by "Simon 'corecode' Schubert")
12032
12033 2002-02-19 [paul]       
12034
12035         * version 0.7.2claws release
12036
12037 2002-02-19 [paul]       0.7.2claws
12038
12039         * po/nl.po
12040                 updated by Wilbert Berendsen
12041
12042
12043 2002-02-18 [alfons]     0.7.1claws13
12044
12045         * src/syldap.c
12046         * src/jpilot.c
12047                 remove references to dlfcn and explicitly loading functions
12048                 from dynalink libs, because libs linked anyway, and functions
12049                 are loaded explicitly
12050
12051 2002-02-17 [melvin]     0.7.1claws12
12052
12053         * src/prefs_actions.c
12054                 Replaced children wait loop with double fork technique.
12055                 Now, input/output window updated at each new output.
12056                 free_children(): Fixed a memory leak.
12057                 Made input/output window non closable if running children
12058                 still exist.
12059                 Added missing <unistd.h> include.
12060                 Added some --debug outputs.
12061
12062 2002-02-17 [melvin]     0.7.1claws11
12063
12064         * src/summaryview.c
12065                 Fixed bug where descending sort order did not select top
12066                 message.
12067
12068 2002-02-17 [melvin]     0.7.1claws10
12069
12070         * acconfig.h
12071                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12072         * src/prefs_common.c
12073                 Pspell data package directory no more hard coded but
12074                 set during configuration (PSPELL_PATH). (Thanks to 
12075                                 Gustavo Noronha Silva.)
12076
12077 2002-02-17 [melvin]     0.7.1claws9
12078
12079         * configure.in
12080                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12081         * src/gtkspell.c
12082                 Fixed compile-time warnings.
12083
12084 2002-02-16 [alfons]     0.7.1claws8
12085
12086         * src/filesel.c
12087                 fix inadvertent free of NULL pointer which caused
12088                 sylpheed to crash when closing the save-as dialog
12089                 using the window close button
12090
12091 2002-02-16 [carsten]    0.7.1claws7
12092         * src/mainwindow.[ch]
12093           src/summaryview.c
12094           src/prefs_common.c
12095                 fixes for pixmap theming code:
12096                         - recently changed mail attributes shouldn't get
12097                           lost any longer
12098                         - theme is only reloaded iff another theme was
12099                           selected
12100
12101 2002-02-16 [paul]       0.7.1claws6
12102
12103         * sync with sylpheed 0.7.2 release
12104                 see ChangeLog entry 2002-02-15 and 2002-02-16
12105
12106 2002-02-15 [paul]       0.7.1claws5
12107
12108         * sync with sylpheed 0.7.1cvs9
12109                 see ChangeLog entry 2002-02-15
12110
12111         * po/POTFILES.in
12112                 remove unneeded headerwindow.c entry
12113
12114 2002-02-14 [carsten]    0.7.1claws4
12115         * src/summaryview.c
12116                 fixed a bug for "Go to next unread message": there was
12117                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12118                 in the prefs, because of doing "Search again" instead
12119                 "No"
12120
12121 2002-02-14 [carsten]    0.7.1claws3
12122         * src/stock_pixmap.c
12123                 removed 2 more mem leaks; following memprof,
12124                 this code is "leak free" now :)
12125
12126 2002-02-14 [carsten]    0.7.1claws2
12127         * src/stock_pixmap.c
12128                 used opendir/readdir/closedir instead of scandir
12129                 -> code should work now on Solaris
12130
12131 2002-02-14 [paul]       0.7.1claws1
12132
12133         * sync with sylpheed 0.7.1cvs8
12134                 see ChangeLog entries 2002-02-13 and 2002-02-14
12135
12136         * README.claws
12137                 add some description of Actions and Pixmap Themes
12138
12139 2002-02-13 [paul]       
12140
12141         * version 0.7.1claws release
12142
12143 2002-02-13 [paul]       0.7.1claws
12144
12145         * po/es.po
12146           po/it.po
12147           po/pt_BR.po
12148                 updated translations, submitted by Ricardo Mones Lastra,
12149                 Alessandro Maestri and Fabio Junior Beneditto
12150
12151 2002-02-13 [melvin]     0.7.0claws75
12152
12153         * src/prefs_actions.c
12154                 Added missing "signal.h" include
12155
12156 2002-02-13 [melvin]     0.7.0claws74
12157
12158         * src/prefs_folder_item.c
12159                 Added missing "config.h" include
12160         * po/fr.po
12161                 Updated French translation for folder propriety.
12162
12163 2002-02-13 [jens]       0.7.0claws73
12164
12165         * po/POTFILES.in
12166                 Added missing src/prefs_folder_item.c [log added by melvin]
12167         * po/de.po
12168                 Updated German translation.
12169
12170 2002-02-13 [melvin]     0.7.0claws72
12171
12172         * po/fr.po
12173                 Updated French translation.
12174
12175 2002-02-13 [melvin]     0.7.0claws71
12176
12177         * src/gtkutils.c
12178                 Made gtkut_editable_get_selection return NULL if selection
12179                 is of length zero.
12180                 This fixes a bug where selecting part of message A then
12181                 switching to message B and replying to it will not
12182                 quote the message's body.
12183
12184 2002-02-12 [paul]       0.7.0claws70
12185
12186         * src/mainwindow.c
12187                 cosmetic, relating to pixmap themes: on toolbar make 
12188                 updating of 'Exec' and 'Compose news/Compose email'
12189                 icons faster.
12190
12191 2002-02-12 [carsten]    0.7.0claws69
12192         * src/folderview.c
12193           src/mainwindow.[ch]
12194           src/stock_pixmap.c
12195           src/summaryview.c
12196           src/prefs_common.c
12197                 - refreshing after changing pixmap theme better
12198                   now (thanks Paul)
12199                 - wanted to remove some mem leaks, but alfons was
12200                   faster (and had the better solution ;)
12201
12202 2002-02-12 [alfons]     0.7.0claws68
12203
12204         * src/prefs_common.c
12205         * src/stock_pixmap.[ch]
12206                 plug mem leaks, refactor code a little bit
12207
12208
12209 2002-02-12 [sergey]     0.7.0claws67
12210
12211         * src/imap.c
12212                 Fixed problem with copying messages to IMAP folders when the
12213                 server uses something other than '/' as a namespace separator
12214                 (cyrus-imapd uses '.').
12215
12216 2002-02-12 [jens]       0.7.0claws66
12217
12218         * po/de.po
12219                 Updated German Translation
12220
12221 2002-02-12 [paul]       0.7.0claws65
12222
12223         * sync with sylpheed 0.7.1cvs1
12224                 see ChangeLog entry 2002-02-12
12225
12226 2002-02-12 [melvin]     0.7.0claws64
12227
12228         * src/prefs_actions.c
12229                 Fixed "feature" where children's output was duplicated 
12230                 instead of refreshed while monitoring.
12231                 Removed some debug code.
12232
12233 2002-02-12 [christoph]  0.7.0claws63
12234
12235         * src/compose.c
12236                 always delete message from queue after sending/send error
12237                 (closes bug #509601)
12238
12239 2002-02-12 [melvin]     0.7.0claws62
12240
12241         * src/prefs_actions.c
12242                 Children wait loop is now triggered with a timeout of 1s
12243                 Added %F which is replaced with the list of filenames 
12244                 of all selected messages (as suggested by Ricardo Mones Lestra)
12245                 Pipe syntax changed. Prefix with | to send selection, postfix
12246                 with | to retrieve output. Prefix with > or * to send
12247                 user definable input to the command (*: input is hidden)
12248                 Old pipe action should now be postfixed with |, too.
12249
12250 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12251         * src/stock_pixmap.c
12252                 fixed a bug: if there's no theme directory don't
12253                 throw an error, just do "nothing" (thanks Alfons)
12254
12255 2002-02-12 [carsten]    0.7.0claws60
12256         * src/folderview.c
12257           src/summaryview.c
12258                 had to write the cache twice (nasty!); some marks would 
12259                 get lost if not
12260
12261 2002-02-11 [carsten]    0.7.0claws59
12262         * acconfig.h
12263           configure.in
12264           doc-src/maintainer_guide.txt
12265           src/compose.[ch]
12266           src/defs.h
12267           src/folderview.[ch]
12268           src/gtkutils.[ch]
12269           src/mainwindow.[ch]
12270           src/prefs_common.[ch]
12271           src/stock_pixmap.[ch]
12272           src/summaryview.[ch]
12273                 pixmap theming and related work on pixmap
12274                 handling on some other places
12275                 (e.g. hrm features for all folder)
12276           src/pixmap/stock_*.xpm -> the stock_ was removed
12277         
12278 2002-02-11 [paul]       0.7.0claws58
12279
12280         * sync with sylpheed 0.7.1 release
12281                 see ChangeLog entries 2002-02-11
12282
12283 2002-02-08 [paul]       0.7.0claws57
12284
12285         * sync with sylpheed 0.7.0cvs39
12286                 see ChangeLog entry 2002-02-07 (last entry) 
12287
12288         * src/prefs_actions.c
12289           src/prefs_filtering.c
12290           src/prefs_matcher.c
12291           src/prefs_scoring.c
12292                 sync: made it compile with C compilers other than gcc
12293
12294 2002-02-07 [paul]       0.7.0claws56
12295
12296         * sync with sylpheed 0.7.0cvs38
12297                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12298                 2002-02-07
12299
12300 2002-02-07 [darko]      0.7.0claws55
12301
12302         * src/gtkutils.[ch]
12303         * src/summaryview.c
12304                 Fix const gchar */gchar * issue (thanks Hiro)
12305
12306 2002-02-07 [darko]      0.7.0claws54
12307
12308         * src/compose.[ch]
12309         * src/filtering.c
12310         * src/gtkutils.[ch]
12311         * src/prefs_template.c
12312         * src/quote_fmt.h
12313         * src/quote_fmt_parse.y
12314         * src/summaryview.c
12315         * src/utils.[ch]
12316                 When replying or forwarding an email don't quote the entire
12317                 mail body but use the part of the message text that is selected
12318
12319 2002-02-06 [melvin]     0.7.0claws53
12320
12321         * src/prefs_common.[ch]
12322         * src/gtkspell.[ch]
12323         * src/compose.c
12324                 Made possible to switch quickly to last used dictionary
12325                 which makes checking bilingual documents easier.
12326
12327 2002-02-06 [melvin]     0.7.0claws52
12328         
12329         * po/POTFILES.in
12330                 Added forgotten new file src/prefs_actions.c
12331
12332 2002-02-06 [melvin]     0.7.0claws51
12333
12334         * src/prefs_actions.c   ** NEW FILE **
12335         * src/prefs_actions.h   ** NEW FILE **
12336                 Added actions to execute on message text view, or on the
12337                         message's file.
12338         * src/Makefile.am
12339                 Added src/prefs_actions.[ch]
12340         * src/compose.c
12341                 Added new menu "Edit/Actions"
12342         * src/defs.h
12343                 Added new actionsrc file.
12344         * src/main.c
12345                 Added actionsrc reading.
12346         * src/mainwindow.c
12347                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12348         * src/prefs_common.h
12349                 Added new element actionslst element to prefs_common.
12350
12351 2002-02-06 [paul]       0.7.0claws50
12352
12353         * sync with sylpheed 0.7.0cvs36
12354                 see ChangeLog entry 2002-02-06
12355
12356 2002-02-05 [paul]
12357
12358         * po/es.po
12359                 updated by Ricardo Mones Lastra
12360
12361 2002-02-05 [paul]       0.7.0claws49
12362
12363         * sync with sylpheed 0.7.0cvs33
12364                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12365
12366 2002-02-05 [paul]       0.7.0claws48
12367
12368         * src/compose.c
12369                 re-add 'Edit/Advanced/Delete entire line', previously named
12370                 'Delete Line+'
12371
12372 2002-02-04 [paul]       0.7.0claws47
12373
12374         * src/compose.c
12375           src/summaryview.c
12376                 fix bug #494993 (Reply All not taking Reply-To into consi)
12377                 eliminate differences in behaviour of right-click 'Reply to all' 
12378                 in summary view and 'Reply to all' on the toolbar. 
12379                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12380                 view and From gets ignored by 'Reply to all' on toolbar.
12381                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12382                 From when no Reply-To header is present.
12383
12384 2002-02-04 [paul]       0.7.0claws46
12385
12386         * sync with sylpheed 0.7.0cvs30
12387                 see ChangeLog entries 2002-02-03 and 2002-02-04
12388
12389 2002-02-03 [melvin]     0.7.0claws45
12390
12391         * src/gtkspell.[ch]
12392                 Readded function to highlight all misspelled words.
12393                 Fixed bug where user-provided-words did not replace
12394                         correctly the misspelled word when using the mouse.
12395                 Fixed bug where checking a region selected from right to left did
12396                         not check the region at all.
12397                 Fixed bug where 'Check backwards' may not check at all. 
12398                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12399                 Fixed possible buffer overflow when checking for long strings (>1k).
12400                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12401                 Accelerators code uses now gtk_widget_add_accel.
12402                 Removed and disabled obsolete and unfinished code.
12403                 Cleaning up.
12404
12405         * src/compose.c
12406                 Added menu item to Highlight all misspelled words.
12407
12408 2002-02-01 [paul]       0.7.0claws44
12409
12410         * src/mainwindow.c
12411                 fix '/View/Hide read messages' sensitivity when all
12412                 messages in a folder are hidden
12413
12414 2002-02-01 [paul]       0.7.0claws43
12415
12416         * src/main.c
12417                 add --send option to command line interface, sends all
12418                 queued mail. Patch submitted by Ricardo Mones Lastra.
12419
12420 2002-01-31 [paul]       0.7.0claws42
12421
12422         * src/mainwindow.c
12423                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12424
12425 2002-01-31 [paul]       0.7.0claws41
12426
12427         * sync with sylpheed 0.7.0cvs27
12428                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12429                 and 2002-01-31
12430
12431         * src/textview.c
12432                 comment out elements of textview_show_part() as temporary
12433                 workaround for attachment 'Display as text' bug 
12434
12435         * po/pt_BR.po
12436                 updated by Fabio Junior Beneditto
12437
12438 2002-01-30 [paul]       0.7.0claws40
12439
12440         * sync with sylpheed 0.7.0cvs24
12441                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12442                 and 2002-01-30
12443
12444         * src/compose.c
12445                 add {N_("/_Spelling"), ... "<Branch>"} to 
12446                 GtkItemFactoryEntry compose_entries[]
12447
12448         * src/prefs_common.c
12449                 add claws menu items to prefs_keybind_apply_clicked()
12450                 and remove non-claws menu items
12451
12452 2002-01-29 [paul]       0.7.0claws39
12453
12454         * sync with sylpheed 0.7.0cvs22
12455                 see ChangeLog entries 2002-01-28 and 2002-01-29
12456
12457 2002-01-28 [melvin]     0.7.0claws38
12458
12459         * src/compose.c
12460                 Added the declartion of compose_send_control_enter.
12461
12462         * src/compose.c
12463         * src/gtkspell.[ch]
12464                 Added in a 'Spelling' menu which includes the configuration menu. 
12465                 Added a real 'Check all' and got rid from the old one which only
12466                 highlited misspelled word.
12467                 Made 'Check while typing' a disableable option.
12468                 Added a dialog when there are no more misspelled word.
12469                 Added a dialog if error occurs when switching to a dictionary.
12470         
12471         * src/prefs_common.[ch]
12472                 Added option for the default 'Check while typing' option.
12473
12474
12475 2002-01-28 [alfons]     0.7.0claws37
12476
12477         * src/compose.c
12478                 fix buglet and make code comply with sylpheed code style
12479
12480 2002-01-28 [paul]       0.7.0claws36
12481
12482         * sync with sylpheed 0.7.0cvs19
12483                 see ChangeLog entries for 2002-01-28
12484
12485 2002-01-28 [hoa]        0.7.0claws35
12486
12487         * src/defs.h
12488                 added rendererrc
12489
12490         * src/main.c
12491                 read the renderer config
12492
12493         * src/procmime.[ch]
12494                 use the renderer config to convert mime attachments
12495
12496         * src/textview.c
12497                 don't use textview_show_html/ertf,
12498                 use get_text_content instead
12499
12500 2002-01-27 [alfons]     0.7.0claws34
12501         
12502         * src/news.c
12503                 make sylpheed believe it can delete a news message...
12504                 (messages are NOT deleted, maybe we should remove
12505                 processing from the folder properties after all.)
12506
12507 2002-01-27 [alfons]     0.7.0claws33
12508
12509         * src/folder.c
12510                 add extra checks
12511         * src/news.c
12512                 implement remove_msg() 
12513
12514 2002-01-27 [alfons]     0.7.0claws32
12515
12516         * src/procmsg.h
12517         * src/procheader.c
12518         * src/messageview.c
12519                 fix return receipt / disposition notification again. this
12520                 stuff seems to break on _every_ major summary UI change, so
12521                 it's now implemented using a flag which is saved in the
12522                 marks cache
12523                 
12524 2002-01-26 [alfons]     0.7.0claws31
12525
12526         * src/import.c
12527                 let import dialog show the destination folder identifier
12528
12529 2002-01-26 [melvin]     0.7.0claws30
12530
12531         * src/folderview.c
12532         * src/summaryview.c
12533                 Readded 'Mark all read' into summary view popup menu
12534                 Added 'Mark all read' in folder view popup menu for IMAP
12535                 and NNTP.
12536                 Made it insensitive if the selected folder is not the shown
12537                 one to avoid 'Mark all read' on the wrong folder.
12538                 
12539 2002-01-26 [paul]       0.7.0claws29
12540
12541         * src/folderview.c
12542           src/summaryview.c
12543                 move 'Mark all read' from summary view to folder view
12544                 menu. (adapted from) patch submitted by Jeremy Andrews,
12545                 <lists@kerneltrap.com>
12546
12547 2002-01-25 [alfons]     0.7.0claws28
12548
12549         * src/gtkstext.c
12550                 put the gtk class name back so GtkSText adapts the 
12551                 settings of GtkText
12552
12553 2002-01-25 [alfons]     0.7.0claws27
12554
12555         * src/folderview.c 
12556                 assimilate Ricardo's patch that shows pixmaps instead of
12557                 plain "new" and "unread" texts in the folder view column
12558                 headers 
12559
12560 2002-01-25 [paul]       0.7.0claws26
12561
12562         * src/Makefile.am
12563                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12564                 be found in non-standard locations. 
12565                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12566
12567 2002-01-25 [paul]       0.7.0claws25
12568
12569         * sync with sylpheed 0.7.0cvs16
12570                 see ChangeLog entry 2002-01-25
12571
12572 2002-01-24 [paul]       0.7.0claws24
12573
12574         * more sync with sylpheed 0.7.0cvs15
12575                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12576
12577 2002-01-23 [sergey]     0.7.0claws23
12578
12579         * src/importldif.c
12580                 Fixed segfault when closing LDIF import wizard with
12581                 the window manager.
12582         * src/imageview.c
12583         * src/imageview.h
12584         * src/messageview.c
12585         * src/mimeview.c
12586                 Fixed wrong scrolling position after switching between
12587                 text and image parts.
12588
12589 2002-01-23 [paul]       0.7.0claws22
12590
12591         * sync with sylpheed 0.7.0cvs15
12592                 see ChangeLog entries 2002-01-22 and 2002-01-23
12593
12594 2002-01-21 [melvin]     0.7.0claws21
12595
12596         * src/prefs_scoring.c
12597         * src/prefs_filtering.c
12598                 Fixed bug where scoring and filtering windows stopped
12599                 autochecking.
12600
12601 2002-01-21 [paul]       0.7.0claws20
12602
12603         * sync with sylpheed 0.7.0cvs12
12604                 see ChangeLog entries 2002-01-20 and 2002-01-21
12605
12606 2002-01-21 [carsten]    0.7.0claws19
12607         * src/mainwindow.c
12608         * src/menu.[ch]
12609         * src/messageview.[ch]
12610         * src/summaryview.[ch]
12611                 changes to shortcuts handling again:
12612                         + "Q" now controled by mainwin
12613                         + v/V are now customizable and have slightly
12614                           different meanings
12615                 the "button" to minimize the messageview (and maximize
12616                 the summary view) is a real button now
12617         * src/compose.c
12618                 "Delete Line+" added to Edit/Advanced (this will also
12619                 delete the '\n')
12620
12621 2002-01-20 [melvin] 0.7.0claws18
12622
12623         * src/addressbook.c
12624                 Made "Bcc" sensitive when addressbook is called from
12625                 compose window (it was a Claws only bug).
12626
12627 2002-01-19 [alfons] 0.7.0claws17
12628
12629         * src/inc.c
12630                 prevent unnecessary updates when currently selected folder has
12631                 no new messages 
12632
12633 2002-01-19 [alfons] 0.7.0claws16
12634         
12635         * src/summaryview.c
12636                 prevent writing the cache based on current message list in summary 
12637                 view when filtering also put messages in currently selected folder
12638
12639 2002-01-19 [paul]
12640
12641         * po/it.po
12642                 Italian translation submitted by Alessandro Maestri
12643                 <a.maestri@cs.tin.it>
12644
12645 2002-01-18 [melvin]     0.7.0claws15
12646
12647         * src/prefs_filters.c
12648                 fixed bug where 'cancel' from 'filters' window stops autochecking
12649                 if the timer timed out  when the window was open.
12650
12651 2002-01-18 [match]      0.7.0claws14
12652
12653         * src/addrclip.[ch]     ** NEW FILE **
12654         * src/addrselect.[ch]   ** NEW FILE **
12655         * src/adbookbase.h      ** NEW FILE **
12656                 addressbook cut, copy and paste
12657         * src/addrbook.[ch]
12658         * src/addrcache.[ch]
12659         * src/addressitem.h
12660         * src/addrindex.[ch]
12661         * src/addritem.[ch]
12662         * src/importldif.c
12663         * src/importmutt.c
12664         * src/jpilot.[ch]
12665         * src/syldap.[ch]
12666         * src/vcard.[ch]
12667         * src/jpilot.[ch]
12668         * src/editbook.c
12669         * src/editjpilot.c
12670         * src/editldap.c
12671         * src/editvcard.c
12672                 support for copy/paste
12673         * src/addressbook.c
12674                 support for copy/paste
12675                 tidy up menu option processing
12676                 correct address list function arguments
12677         * src/editaddress.c
12678                 sort user attributes
12679         * src/ldif.h
12680         * src/mutt.h
12681                 tidy up
12682
12683         * src/addrbook.[ch]
12684         * src/addrbook.[ch]
12685         * src/addrbook.[ch]
12686                 
12687
12688 2002-01-18 [paul]       0.7.0claws13
12689
12690         * sync with sylpheed 0.7.0cvs8
12691                 configure.in: support Mac OS X (Darwin)
12692
12693 2002-01-18 [carsten]    0.7.0claws12
12694         * src/html.c
12695                 small hack to fix a segfault with an empty href
12696                 (reported by Alexandra Walford <deeni@altern.org>)
12697         * src/mainwindow.c
12698         * src/summaryview.c
12699                 the shortcuts for Mark und Mark as unread are hardcoded
12700                 again
12701         * src/compose.c
12702         * src/gtkstext.[ch]
12703                 readded the shortcuts in gtkstext but made them
12704                 customizeable (simply by adding a menu plus a wrapper
12705                 to compose.c)
12706
12707 2002-01-17 [melvin]     0.7.0claws11
12708
12709         * src/gtkspell.c
12710                 fix default dictionary not being saved.
12711
12712 2002-01-16 [darko]      0.7.0claws10
12713
12714         * src/compose.c
12715                 fix wrapping crash with URL longer than wrapping margin
12716
12717 2002-12-08 [hoa]        0.7.0claws10
12718
12719         * src/matcher_parser_parse.y
12720                 fixed some bugs
12721
12722         * src/prefs_filtering.c
12723                 now, we can use bounce action in the dialog box.
12724
12725 2002-01-16 [carsten]    0.7.0claws9
12726         * src/gtkstext.c
12727                 removed the <control> and <alt> shortcuts because they're
12728                 not needed and interefered with the "normal" shortcuts
12729         * src/mainwindow.c
12730         * src/summaryview.c
12731                 removed most of the hardcoded shortcuts and assigned
12732                 them to menu entries making them easy customizable by
12733                 that
12734
12735 2002-01-16 |melvin]     0.7.0claws8
12736
12737         * src/gtkspell.c
12738                 fixed bug where using the mouse and when the compose
12739                 window is not on top may result in a crash.
12740
12741 2002-01-16 [melvin]     0.7.0claws7
12742
12743         * src/compose.c
12744                 fixed a long standingspell checker bug which could 
12745                 cause a crash after sending a message.
12746
12747 2002-01-16 [paul]       0.7.0claws6
12748
12749         * sync with sylpheed 0.7.0cvs7
12750                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12751                 2002-01-15, and 2002-01-16
12752
12753 2002-01-16 [melvin]     0.7.0claws5
12754
12755         * README.claws
12756         * src/compose.c
12757         * src/gtkspell.[ch]
12758         * src/main.c
12759                 Heavily modified spell checker code to work around
12760                 ispell bug, to add keyboard shortcuts and for future
12761                 enhancements. See README.claws for usage information.
12762
12763 2002-01-15 [alfons]     0.7.0claws4
12764         
12765         * src/summaryview.c
12766                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12767                 so sorting within threads reflects sort mode
12768
12769 2002-01-15 [christoph]  0.7.0claws3
12770
12771         * src/procmsg.c
12772                 added alertpanel if mail sending failed
12773
12774 2002-01-15 [alfons]     0.7.0claws2
12775         
12776         * src/prefs_filtering.c
12777                 don't stop timer when prefs filtering dialog is opened
12778
12779 2002-01-14 [alfons]     0.7.0claws1
12780
12781         * src/addr_compl.c
12782         * src/prefs.c
12783                 remove debug_print()s for privacy reasons
12784
12785 2002-01-14 [darko]      0.7.0claws
12786
12787         * README.claws
12788                 quotation wrapping is now also in the main branch
12789
12790 2002-01-14 [paul]
12791
12792         * tools/filter_conv.pl
12793                 allow for Boolean Op and case-sensitivity
12794                 this file is included in the release and tagged
12795                 'rel_0_7_0'
12796
12797 2002-01-13 [paul]       0.7.0claws
12798
12799         * release 0.7.0, with cvs tag 'rel_0_7_0'
12800
12801 2002-01-13 [paul]
12802
12803         * tools/filter_conv.pl
12804         * tools/README
12805                 rewritten to output to matcherrc instead of filteringrc
12806
12807         * po/es.po
12808                 updated Spanish translation by Ricardo Mones Lastra
12809
12810 2002-01-13 [alfons]
12811
12812         * po/nl.po
12813                 update dutch translation
12814
12815 2002-01-13 [paul]
12816
12817         * po/pt_BR.po
12818                 Updated by Fabio Junior Beneditto 
12819
12820 2002-01-13 [melvin]     0.6.6claws53
12821
12822         * po/fr.po
12823                 Updated french translation
12824
12825 2002-01-12 [alfons]     0.6.6claws52
12826
12827         * src/filtering.c
12828                 plug mem leak that has been sitting there for ages              
12829
12830 2002-01-12 [alfons]     0.6.6claws51
12831
12832         * src/summaryview.c
12833                 undo melvin's changes from 0.6.6claws48 because summary
12834                 view now refuses to select first unread message when
12835                 selecting a folder 
12836
12837 2002-01-11 [alfons]     0.6.6claws50
12838
12839         * src/import.c
12840                 use claws' semantics for getting folder item when
12841                 importing an mbox file into a folder 
12842                 (submitted by Dale P. Smith)
12843
12844 2002-01-11 [christoph]  0.6.6claws49
12845
12846         * src/prefs.h
12847                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12848                 toggle widget, because non static prefs can not use
12849                 prefs_set_* functions
12850         * src/prefs_account.c
12851                 toggle smtp auth password field sensitivity if
12852                 user id is empty and add descrition of usage for
12853                 these fields
12854         * src/prefs_folder_item.c
12855                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12856                 callbacks
12857
12858 2002-01-11 [melvin]     0.6.6claws48
12859
12860         * src/compose.c
12861                 fix the 'Ctrl-Enter' feature for sending and test really
12862                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12863                 editables which was not documented in Gtk)
12864
12865         * src/summaryview.c
12866                 Made summaryview refresh after sorting and not before.
12867
12868 2002-01-11 [christoph]  0.6.6claws47
12869
12870         * src/compose.c
12871                 select account from account ids if possible and
12872                 correctly set save folder for copy in reedit
12873
12874 2002-01-10 [paul]       0.6.6claws46
12875
12876         * sync with sylpheed 0.7.0 release
12877                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12878                 2002-01-09
12879
12880 2002-01-09 [alfons]
12881
12882         * src/summaryview.c
12883                 remove more dirt traces...
12884
12885 2002-01-09 [alfons]
12886         
12887         * src/summaryview.c
12888                 clean up some traces of my debugging stuff
12889
12890 2002-01-09 [alfons]     0.6.6claws45
12891
12892         * src/filtering.c
12893                 break up filteringprop_apply() in three separate pieces
12894                 so we can drop messages that failed processing in the
12895                 inbox
12896
12897         * src/summaryview.c
12898                 fix bug #469598 "no refresh of inbox after filter" which 
12899                 was introduced by the new summary view locking, and which 
12900                 prevented the summary view to update after a manual filter 
12901                 message. claw's filter message requires a summary_show().
12902                 (aargh, summary_show() again! :-)
12903                 
12904 2002-01-07 [alfons]     0.6.6claws44
12905
12906         * src/headerwindow.c
12907         * src/logwindow.c
12908         * src/messageview.c
12909         * src/sourcewindow.c
12910                 bring in Hiro's last 0.7.0 wm class fixes
12911
12912         * tools/sylprint.pl
12913                 bring in Ricardo's fix for sylprint script
12914
12915         * AUTHORS       
12916         * src/rfc2015.[ch]
12917         * src/prefs_common.[ch]
12918         * src/prefs_account.[ch]
12919         * src/compose.c
12920                 clean up account preference poison in rfc2015,
12921                 and preparation to fix double sign bug 
12922                 (patch submitted by Simon 'corecode' Schubert)
12923
12924 2002-01-07 [christoph]  0.6.6claws43
12925
12926         * src/mh.c
12927                 search for free message number, do not only rely
12928                 on last_num
12929         * src/send.c
12930                 fix smtp auth and use extra account information
12931                 if available, if not use pop3 data instead
12932                 (closes bug #500341)            
12933         * src/ssl.[ch]
12934                 match coding style
12935
12936 2002-01-06 [alfons]     0.6.6claws42
12937
12938         * src/mainwindow.c
12939                 try making the separate windows work again...
12940
12941 2002-01-06 [alfons]     0.6.6claws41
12942
12943         * src/mainwindow.c
12944                 adapt Hiro's separate window menu (to get rid of the funny
12945                 duplicate menu items), and make it work again
12946
12947 2002-01-06 [alfons]     0.6.6claws40
12948
12949         * tools/Makefile.am
12950         * tools/sylprint.rc
12951         * tools/sylprint.pl
12952         * tools/README.sylprint
12953                 add sylprint script for printing mails from Sylpheed
12954                 (contributed by Ricardo Mones Lastra)
12955
12956         * src/acount.c
12957                 clean up
12958
12959 2002-01-06 [melvin]     0.6.6claws39
12960
12961         * src/mainwindow.c
12962         * src/summaryview.c
12963                 Fixed crash introduced in 0.6.6claws38 by the menu
12964                 reorganisation (Hide read messages)
12965         
12966         * ChangeLog.claws 
12967                 Fixed typo (we are now in 2002, alfons ;) )
12968
12969 2002-01-05 [alfons]     0.6.6claws38
12970
12971         * sync with sylpheed 0.6.6cvs10-17
12972                 (last stuff marked as LAST_STABLE)
12973
12974 2002-01-04 [melvin]     0.6.6claws37
12975
12976         * src/account.c
12977                 Made account selection code use strcasestr again instead of
12978                 g_strcasecmp (fixes bug where reediting queued messages
12979                 did not select proper account reported by T. Link).
12980         
12981         * src/folderview.c
12982                 Fix bug where folder icons are not shown when 'hide read messages'
12983                 is on.
12984         
12985         * src/stock_pixmaps.[ch]
12986                 Added folder icons for 'hide read messages'.
12987         
12988         * src/compose.c
12989                 Fixed bug where 'Enter' in a header entry will send the message 
12990                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12991
12992 2002-01-03 [melvin]     0.6.6claws36
12993         
12994         * src/prefs.[ch]
12995                 Added popup menu for common preferences and
12996                 account preferences (right click on tab displays
12997                                 a menu of all tabs.)
12998
12999 2002-01-02 [melvin]     0.6.6claws35
13000
13001         * src/gtkspell.[ch]
13002                 Made spelling code compatible with undo/redo feature.
13003                 Added creation of suggestion mode menu for the general
13004                         preferences.
13005         
13006         * src/prefs_common.[ch]
13007                 Added option menu for the speller's suggestion mode.
13008                 Added missing spaces in "..." buttons and made a "..."
13009                         button non translatable!
13010         
13011         * src/compose.c
13012                 Made speller use the default suggestion mode.
13013                 Hack to make it possible to choose 'CTRL-Enter' as a
13014                         shortcut for sending (and only for sending).
13015
13016         * src/prefs_folder_item.c
13017                 Changing subject simplification does not update cache 
13018                         anymore (because it is unnecessary).
13019                 Fixed bug where changing subject simplification updated the 
13020                         summaryview even when the viewed folder is not the
13021                         folder which properties are being changed. (E.g. 
13022                                         viewing folder A and changing
13023                                         the subject simplification of 
13024                                         folder B -not being viewed- updated the 
13025                                         summaryview of folder A with data of
13026                                         folder B). (Hope this is clear... )
13027
13028 2001-12-31 [alfons]     0.6.6claws34
13029         
13030         * src/ldif.c
13031         * src/mutt.c
13032                 fgetc() returns a signed integer which doesn't
13033                 fit in a char. so c truncates this to a char
13034                 but we may lose significant bits. i.e. we may
13035                 comparing 0xFF which may not be equal to -1
13036                 unless properly casted to signed char which
13037                 we won't do because fgetc() returns a signed
13038                 integer which doesn't fit in a char. so c 
13039                 truncates this to a char but we may lose 
13040                 significat bits. (you got the idea, thanks
13041                 to Gustavo Noronha Silva <kov@debian.org>
13042                 and the Debian folks!)
13043
13044 2001-12-30 [alfons]     0.6.6claws33
13045
13046         * src/prefs_common.c
13047                 add #ifdef USE_PSPELLs that Melvin forgot               
13048
13049 2001-12-30 [melvin]     0.6.6claws32
13050         
13051         * src/prefs_common.[ch]
13052                 Added configurable color for misspelled words.
13053
13054         * src/gtkspell.[ch]
13055                 Fixed bug of foreground text color (reported by David
13056                                 Mehrmann)
13057                 Added configurable color for misspelled words.
13058
13059 2001-12-30 [alfons]     0.6.6claws31
13060
13061         * src/folder.c
13062                 remove unnecessary things someone put there
13063
13064         * src/mh.c
13065         * src/folder.[ch]
13066                 make folder properties (like threading and sorting) persistent
13067                 (closes bug #497424 "rescan folder tree resets proprieties")
13068                 currently this is only for MH folders. 
13069
13070 2001-12-29 [melvin]     0.6.6claws30
13071
13072         * src/string_match.[ch]
13073                 Optimized a bit: regexp pattern buffer compiled only once, and
13074                   one subroutine call removed. Fixed ^ regexp search: Now, 
13075                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13076         
13077         * src/summaryview.c
13078                 Subject filtering changed to filter summary columns and
13079                   not directly the messages subject cache. The loss in 
13080                   performance is balanced by the improvement of string_match.
13081                 Added an alert panel if there is an error in the regexp.
13082
13083         * src/src/prefs_folder_item.h
13084                 Added a regexp pattern buffer.
13085
13086 2001-12-28 [alfons]     0.6.6claws29
13087
13088         * src/string_match.[ch]
13089                 clean up name space
13090                 allow compilation *BSD
13091
13092 2001-12-27 [alfons]     0.6.6claws28
13093
13094         * src/filter.c
13095                 sync the Hiro's bug fix for BSD
13096
13097 2001-12-27 [melvin]     0.6.6claws27
13098         
13099         * src/compose.c
13100                 Simplify focus to subject entry code.
13101
13102 2001-12-27 [darko]      0.6.6claws26
13103
13104         * src/filtering.c
13105         * src/mbox_folder.c
13106         * src/messageview.c
13107         * src/mh.c
13108         * src/procheader.[ch]
13109         * src/procmsg.h
13110         * src/stock_pixmap.[ch]
13111         * src/summaryview.c
13112                 Show key icon for encrypted mails in summary view
13113
13114         * src/pixmaps/clip.xpm
13115         * src/pixmaps/clipkey.xpm
13116         * src/pixmaps/key.xpm
13117                 New/modified icons for the above
13118
13119 2001-12-27 [melvin]     0.6.6claws25
13120
13121         * src/prefs_common.c
13122                 Put spell checker options in a separate tab to decrease
13123                 the Common Preferences window height.
13124
13125         * README.claws  
13126                 Update spell checker usage instruction about its options
13127                 location.
13128
13129 2001-12-27 [melvin]     0.6.6claws24
13130
13131         * src/compose.c
13132                 Changed subject entry widget position. Initial focus is
13133                 on the To header instead of the subject entry.
13134                 Creating a new header scrolls the header list to make the
13135                 created one visible. Nevertheless, when automatically filling
13136                 headers, the first one is shown.
13137                 A Tab key press in the last empty header entry zips the 
13138                 focus to the subject entry.
13139                 (I did not change the combo boxes, yet)
13140
13141 2001-12-26 [alfons]     0.6.6claws23
13142
13143         * src/prefs_account.c
13144         * src/inc.c
13145                 allow default inbox to reside in another mailbox (only
13146                 works for POP3 accounts)
13147
13148 2001-12-26 [alfons]     0.6.6claws22
13149         
13150         * src/textview.c
13151                 make reply-on-click work with the account of the selected folder
13152         * src/compose.c
13153                 put a fixme here to remind me to fix finding correct default
13154                 account for nested folders
13155
13156 2001-12-25 [alfons]     0.6.6claws21
13157
13158         * src/summaryview.c
13159                 make column headers display locked and mark pixmaps (idea by Melvin) 
13160                 fix bug by adding score and locked column type to sort array
13161
13162 2001-12-25 [alfons]     0.6.6claws20
13163         
13164         * src/summaryview.c
13165                 catch a *potentially* inadvertent write back of  
13166                 the message cache(s) introduced by 0.6.5claws37
13167
13168 2001-12-25 [christoph]  0.6.6claws19
13169
13170         * src/stock_pixmap.[ch]
13171         * src/summaryview.c
13172                 add ignore thread pixmap
13173                 (can someone draw a better icon for this?)
13174
13175 2001-12-24 [alfons]     0.6.6claws18
13176
13177         * src/prefs_folder_item.c
13178                 make address completion actually work for the
13179                 Default To address in the Folder Property dialog.
13180
13181 2001-12-24 [alfons]     0.6.6claws17
13182         
13183         * src/summaryview.c
13184                 use new style regexp for subject stripping 
13185                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13186
13187 2001-12-24 [darko]      0.6.6claws16
13188
13189         * src/pgptext.c
13190         * src/rfc2015.c
13191                 move GPG related informational messages to debug mode
13192
13193 2001-12-23 [alfons]     0.6.6claws15
13194
13195         * src/stock_pixmap.[ch]
13196         * src/summaryview.c
13197                 add the forgotten Claws' locked pixmap
13198
13199 2001-12-23 [alfons]     0.6.6claws14
13200
13201         * src/filesel.c
13202                 accept file name typed in entry in multi file
13203                 selector (patch submitted by Gustavo Noronha Silva 
13204                 <kov@debian.org>)
13205
13206 2001-12-23 [alfons]     0.6.6claws13
13207
13208         * src/prefs_filter.c
13209         * src/prefs_filtering.c
13210         * src/matcher.c
13211         * src/importmutt.c
13212                 clean up a little bit
13213         
13214         * src/string_match.c
13215                 validate input strings a little bit more
13216
13217 2001-12-23 [alfons]     0.6.6claws12
13218
13219         * src/Makefile.am
13220         * src/summaryview.c
13221         * src/string_match.[ch]         ** NEW **
13222         * src/folderview.[ch]
13223         * src/headerview.h
13224         * src/folder.[ch]
13225         * src/prefs_folder_item.[ch]
13226                 add subject simplification to strip out strings from
13227                 a subject line (esp. handy for mailing lists). 
13228                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13229                 but slightly changed things for better integration.)
13230
13231 2001-12-23 [alfons]     0.6.6claws11
13232
13233         * src/mainwindow.c
13234                 fix bug introduced by submission included in 0.6.5claws52.
13235                 ideally this submission should clean the trash if any trash
13236                 folder has a message. however, the hasTrash variable was
13237                 set to false whenever a trash folder was empty (discarding
13238                 a previously found *filled* trash folder.)
13239
13240                 also edited the code a little bit and made it more safe.
13241
13242 2001-12-22 [alfons]     0.6.6claws10
13243
13244         * src/imap.c
13245                 quick fix for Martin Pool's omission of an account
13246                 specific SSL setting
13247
13248 2001-12-22 [alfons]     0.6.6claws9
13249
13250         * src/compose.c
13251         * src/messageview.c
13252         * src/mimeview.c
13253         * src/pgptext.c
13254         * src/procmime.[ch]
13255                 better support for multipart/digest (submitted
13256                 by Fredrik <e98fo@efd.lth.se>)
13257
13258 2001-12-22 [alfons]     0.6.6claws8
13259
13260         * src/addressbook.c
13261                 correct function signature
13262         * src/socket.[ch]
13263         * src/imap.[ch]
13264         * src/prefs_account.[ch]
13265                 allow IMAP over SSH tunnel (patch submitted by 
13266                 Martin Pool <mbp@samba.org>)
13267
13268 2001-12-21 [alfons]     0.6.6claws7
13269
13270         * sync with sylpheed 0.6.6cvs4-9
13271                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13272
13273 2001-12-21 [christoph]  0.6.6claws6
13274
13275         * src/compose.c
13276         * src/prefs_folder_item.[ch]
13277                 implement saving of outgoing messages to current folder.
13278                 fix segfault when no default outbox is available
13279                 (closes bug #495683)
13280
13281 2001-12-21 [carsten]    0.6.6claws5
13282         * src/folderview.c
13283         * src/summaryview.c
13284                 pressing CTRL while DND does now the expected thing and
13285                 copies the mail (moving is still the default, as this
13286                 seam more appropriate for handling mails by DND)
13287
13288 2001-12-18 [paul]       0.6.6claws4
13289
13290         * sync with sylpheed 0.6.6cvs3
13291                 see ChangeLog entries 2001-12-18
13292
13293 2001-12-18 [hiro]       0.6.6claws3
13294
13295         * src/undo.c
13296                 fix for multibyte characters (obtain the number of letters
13297                 instead of bytes).
13298
13299 2001-12-17 [paul]       0.6.6claws2
13300
13301         * sync with sylpheed 0.6.6cvs1
13302                 see ChangeLog entry 2001-12-16
13303
13304 2000-12-17 [alfons]     0.6.6claws1
13305
13306         * src/filtering.c
13307                 clean up
13308
13309 2001-12-16 [paul]       0.6.6claws
13310 2001-12-15
13311
13312         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13313
13314         * src/mimeview.c
13315                 last minute sync with main 0.6.6
13316
13317         * po/es.po
13318                 updated by Ricardo Mones Lastra
13319                 update for last minute sync
13320         * po/fr.po
13321         * po/nl.po
13322                 update for last minute sync
13323         * po/de.po
13324                 updated by Jens Oberender
13325         * po/pt_BR.po
13326                 updated by Fabio Junior Beneditto
13327
13328         * src/prefs_common.[ch]
13329         * src/undo.c
13330                 number of undo levels is user configurable
13331                 (squeeze it into the release in the dying
13332                 moments) Submitted by Jens Oberender    
13333
13334 2001-12-15 [melvin]
13335
13336         * po/fr.po
13337                 updated french translation
13338
13339 2001-12-15 [paul]       0.6.5claws92
13340
13341         * sync with sylpheed 0.6.5cvs28
13342                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13343
13344         * po/nl.po
13345                 update to allow for sync
13346
13347 2001-12-15 [alfons]
13348         
13349         * po/nl.po
13350                 update dutch translation
13351
13352 2001-12-14 [carsten]    0.6.5claws91
13353         * src/summaryview.c
13354                 fixed bug #473785; also after changing the column order
13355                 the same message will be selected and displayed as before
13356                 the reordering
13357
13358 2001-12-14 [carsten]    0.6.5claws90
13359         * src/folderview.c
13360                 probably found the bug reported by wwb opening or closing
13361                 a folder tree just before dnd (found the solution in the
13362                 balsa source -- thanks to them)
13363
13364 2001-12-14 [carsten]    0.6.5claws89
13365         * src/gtkutils.c
13366         * src/account.c
13367                 moved gtk_clist_moveto to the right place, so that
13368                 only the accounts dialog is effected on opening
13369
13370 2001-12-14 [carsten]    0.6.5claws88
13371         * src/gtkutils.c
13372                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13373                 now, so that the focused row will be seen in any case
13374                 (reported by wwp on sf-claws-user)
13375
13376 2001-12-14 [darko]      0.6.5claws87
13377
13378         * src/compose.c
13379                 remove unnecessary line
13380
13381 2001-12-14 [paul]       0.6.5claws86
13382
13383         * sync with sylpheed 0.6.5cvs27
13384                 see ChangeLog entries 2001-12-14
13385
13386 2001-12-14 [carsten]    0.6.5claws85
13387         * src/mainwindow.c
13388                 following a suggestion of Melvin the rcoabm pops up
13389                 right under the button now and the button is reliefed
13390                 while the popup is open
13391
13392 2001-12-14 [darko]      0.6.5claws84
13393
13394         * src/compose.c
13395                 fix crash when wrapping long lines if linewrap quotation
13396                 is disabled and wrapper encounters a word spanning more
13397                 than one line
13398
13399 2001-12-13 [paul]       0.6.5claws83
13400
13401         * src/compose.c
13402                 prefer 'Reply-To' header over mailing list header when
13403                 replying to a message. Finally prevent all those confirmation 
13404                 messages being sent to the list itself.
13405
13406         * src/summaryview.c
13407                 remove unused summary_set_menu_sensitive() entry
13408
13409 2001-12-13 [paul]       0.6.5claws82
13410
13411         * src/folderview.c
13412         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13413         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13414         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13415                 improvements to 'Hide read messages': Inbox, Outbox,
13416                 Trash, Queue, and Draft icons now reveal presence of hidden 
13417                 messages
13418
13419 2001-12-12 [alfons]     0.6.5claws81
13420
13421         0.6.5claws80 was tagged as LAST_STABLE
13422
13423         * src/filtering.[ch]
13424         * src/matcher.[ch]
13425         * src/matcher_parser_lex.c
13426                 fix the filtering; my last attempt to get it right, 
13427                 if it does not work, it's Hoa's turn. ;-)
13428
13429                 for my honourable peers:
13430                 
13431                 the code now makes a clear distinction between
13432                 rules as they are displayed (probably escaped),
13433                 and as they are executed (probably unescaped). the
13434                 parser does *NOT* do any unescaping, this is
13435                 the task of the matcher.c (which breaks up a
13436                 rule into condition) and the filtering.c (which
13437                 breaks up the rule's action). to make this
13438                 run happily we provide an unescaped copy of
13439                 crucial strings to the MatcherProp and 
13440                 FilteringAction structures. note that the only
13441                 exception to this is any REGEXP string. those
13442                 are directly passed to regcomp() and regexp()
13443                 (who have much more powerful unescape functions).
13444                 
13445                 for everyone else:
13446         
13447                 you can escape tab (\t), carriage return (\r),
13448                 linefeed (\n), form feed (\f), quote (\"), 
13449                 single quote (\'), bell (\b) in all the entry
13450                 lines in the scoring & filtering dialogs.
13451                 as an added bonus this should not affect
13452                 existing filtering rules.
13453
13454 2001-12-12 [carsten]    0.6.5claws80
13455
13456         * src/summaryview.c
13457         * po/de.po
13458                 "item(s) selected" is now sensitive to 1 or more
13459                 than one selected (nice for language where simple
13460                 adding of a "s" is not possible as German (Eintrag
13461                 ->Eintr"age)
13462                 
13463                 the "forward as attachment" entry from the right
13464                 click menu removed, "forward" acts following the
13465                 prefs
13466         
13467         * src/textview.c
13468                 reverted my former changes; so compiler warning again
13469                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13470                 nevertheless
13471
13472         * src/messageview.c
13473                 "search in message" does now *not* only work in MVIEW_TEXT
13474                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13475                 message
13476
13477         * src/mainwindow.c
13478                 removed "/File/_Close" as it was the same as "/File/E_xit"
13479                 and we don't need it two times
13480
13481                 the separate folder view and message view now get a distinct
13482                 WMCLASS, just in case someone is using sawfish ;-)
13483
13484                 as the menu entries "/View/Message view" and "/View/Folder tree"
13485                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13486                 make them sensitive accordingly and as these two are "shown"
13487                 after startup anytime check this menuitem at startup
13488
13489 2001-12-12 [paul]       0.6.5claws79
13490
13491         * src/folderview.c
13492                 fix sensitivity of 'Search folder...', broken in
13493                 0.6.5claws75
13494
13495         * src/mainwindow.c
13496                 fix dodgy English
13497
13498 2001-12-11 [carsten]    0.6.5claws78
13499         * src/filtering.c
13500                 fixed two typos returning a wrong FALSE/TRUE
13501         * src/mainwindow.[ch]
13502                 extra menu for email/news button removed
13503
13504 2001-12-11 [alfons]     0.6.5claws77
13505         
13506         * src/matcher.c                 (1.3)
13507         * src/matcher_parser_lex.l      (1.28)
13508                 revert for another attempt
13509                 mark 0.6.5claws77 as LAST_STABLE
13510
13511 2001-12-11 [christoph]  0.6.5claws76
13512
13513         * po/de.po
13514                 fixed wrong translation for prev. unread msg
13515
13516 2001-12-11 [paul]       0.6.5claws75
13517
13518         * src/folder.[ch]
13519         * src/folderview.c
13520         * src/mainwindow.c
13521         * src/summaryview.[ch]
13522         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13523                 enable ability to hide read messages on per folder basis via 
13524                 '/Summary/Hide read messages'; when selected, a folder will 
13525                 have a red open folder icon, instead of a blue icon, if the 
13526                 folder contains hidden messges
13527                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13528
13529         * src/mainwindow.c
13530                 remove '/Message/Forward as attachment' from 
13531                 main_window_set_menu_sensitive() to prevent debug warning
13532
13533         * src/folderview.c
13534         * src/mainwindow.c
13535                 Clean up some of the English
13536
13537         * tools/newscache_clean.pl
13538                 allow for new 'hidereadmsgs' entry in folderlist.xml
13539
13540         * po/es.po
13541                 updated translation, submitted by Ricardo Mones Lastra
13542
13543 2001-12-11 [paul]       0.6.5claws74
13544
13545         * sync with sylpheed 0.6.5cvs25
13546                 see ChangeLog entry 2001-12-11
13547
13548 2001-12-10 [alfons]     0.6.5claws73
13549
13550         * src/matcher.c
13551                 add more control characters
13552         * src/matcher_parser_lex.l
13553                 make escaping / unescaping work again
13554
13555 2001-12-10 [alfons]     0.6.5claws72
13556
13557         * src/imap.c
13558                 clean up warnings "returning value for void function" 
13559         * src/prefs_filtering.c
13560                 make info button for execute action sensitive
13561
13562 2001-12-10 [paul]       0.6.5claws71
13563
13564         * src/compose.c
13565         * src/imap.[ch]
13566         * src/summaryview.c
13567                 fix: imap server now gets informed of MARKED, UNMARKED
13568                 and REPLY events. Now people can use different IMAP-Mail
13569                 clients and have the exact same information about MARKED,
13570                 UNMARKED and REPLY status with all of them. Especially
13571                 useful for imap servers with a web-frontend.
13572                 submitted by Tobias Sandhaas <medlor@web.de>
13573
13574 2001-12-09 [melvin]     0.6.5claws70
13575         
13576         * src/textview.[ch]
13577                 fixed bug #490076 (hunted down by Alfons who implemented
13578                 a workaround in 0.6.5claws65)
13579
13580 2001-12-09 [christoph]  0.6.5claws69
13581
13582         * src/summaryview.c
13583                 set pointer to string in LOCKED column to NULL
13584                 (might fix bug #490800)
13585
13586 2001-12-09 [carsten]    0.6.5claws68
13587
13588         * po/de.po
13589                 resolved some cluttered menu shortcuts 
13590                 ('creating new email' and 'creating news message'
13591                 hade the same)
13592         * src/compose.c
13593                 wmclass now distinc from main window
13594         * src/mainwindow.c
13595           src/mainwindow.h
13596                 email/news and forward button functionality similar
13597                 to the reply buttons; removed the ugly dropdown arrows
13598                 and use instead the right mouse button
13599
13600 2001-12-09 [paul]       0.6.5claws67
13601
13602         * src/imap.c
13603         * src/utils.h
13604                 allow spaces in imap folder names
13605                 submitted by Willem van Engen <wvengen@stack.nl>
13606
13607 2001-12-09 [paul]       0.6.5claws66
13608
13609         * sync with sylpheed 0.6.5cvs24
13610                 see ChangeLog entry 2001-12-09
13611
13612 2001-12-08 [alfons]     0.6.5claws65
13613
13614         * src/textview.c
13615                 prevent secondary selection claim after "add to sender" dialog
13616                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13617                 we trick GTK by simulating a click at (0, 0) in the textview.
13618
13619 2001-12-08 [hoa]        0.6.5claws64
13620
13621         * src/folder.c
13622                 fixed a bug about the .processing folder name while filtering
13623
13624 2001-12-08 [alfons]     0.6.5claws63
13625
13626         * src/folderview.c 
13627                 work around problem of not correctly updating folder stats
13628                 when deleting messages. there's some folder scanning evil
13629                 going so the folderview_update_msg_num() does not work
13630                 correctly. need to investigate this.
13631
13632 2001-12-08 [paul]       0.6.5claws62
13633
13634         * sync with sylpheed 0.6.5cvs23
13635                 see ChangeLog entry 2001-12-08
13636
13637 2001-12-07 [christoph]  0.6.5claws61
13638
13639         * src/compose.c
13640                 fix another header translation problem
13641
13642 2001-12-07 [alfons]     0.6.5claws60
13643
13644         * src/mbox.c
13645                 make filtering also work on local spool mbox
13646
13647 2001-12-07 [carsten]    0.6.5claws59
13648         * src/addressbook.c
13649                 addressbook window gets a wmclass distinct from the main
13650                 sylpheed window
13651         * src/compose.h
13652         * src/mainwindow.[ch]
13653                   forward menu item will use mode selected in prefs, forward 
13654                 as attatchment in menu removed (will be substituted in the
13655                 toolbar similar to reply buttons)
13656                   create news message menu entry and news button is now 
13657                 sensitive to the existance of a news account
13658         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13659         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13660         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13661                 these are removed because the toolbar buttons don't show
13662                 the quoting modus any longer
13663
13664 2001-12-07 [paul]
13665
13666         * tools/newscache_clean.pl      ** NEW FILE **
13667                 perl script to do some tidying up in the newscache directory 
13668                 
13669         * tools/sylpheed-switcher       ** NEW FILE **
13670                 perl script to enable easy switching between main and claws
13671                 
13672         * tools/README
13673                 added descriptions of the two new perl scripts          
13674
13675
13676 2001-12-07 [melvin]     0.6.5claws58
13677
13678         * src/messageview.c
13679                 fixed a warning during compilation introduced in 0.6.5claws56
13680
13681 2001-12-07 [paul]       0.6.5claws57
13682
13683         * src/mainwindow.[ch]
13684         * src/menu.[ch]
13685                 further usability enhancements to replying with or without 
13686                 quoting via the toolbar, use of Ctrl key is replaced by 
13687                 drop down menu 
13688                 Submitted by Carsten Schurig            
13689
13690 2001-12-07 [melvin]     0.6.5claws56
13691
13692         * src/messageview.c
13693                 hack to fix bug that prevented to make/paste selections
13694                 after switching between MVIEW_TEXT and MVIEW_MIME views
13695                 without deselecting the selection first.
13696
13697 2001-12-06 [alfons]     0.6.5claws55
13698
13699         * src/filtering.[ch]
13700         * src/inc.c
13701                 revise filtering a little bit more, and make sure
13702                 messages are delivered to the appropriate inbox
13703                 (perhaps set per account)
13704
13705 2001-12-06 [paul]       0.6.5claws54
13706
13707         * sync with sylpheed 0.6.5cvs22
13708                 see ChangeLog entry 2001-12-06
13709
13710 2001-12-05 [alfons]     0.6.5claws53
13711
13712         * src/inc.c
13713         * src/folder.[ch]
13714         * src/procmsg.c
13715         * src/filtering.c
13716                 more revisions of filtering system
13717                 (last stable version is marked as LAST_STABLE)
13718                 
13719                 | NOTE 1): the filtering system now uses a local folder called
13720                 | .processing. if filtering fails, check this directory
13721                 | for missing messages.
13722                 |
13723                 | NOTE 2): help us find the filtering actions still missing
13724
13725 2001-12-05 [paul]       0.6.5claws52
13726
13727         * src/mainwindow.c
13728                 fix bug where 'Empty Trash?' pop-up window appears even
13729                 when Trash is empty, submitted by Jesse Skinner         
13730
13731 2001-12-05 [melvin]     0.6.5claws51
13732
13733         * src/compose.c
13734                 fixed bug #486106 to select correct account when reediting 
13735                 a queued message
13736         
13737 2001-12-04 [alfons]     0.6.5claws50
13738
13739         * src/mh.c
13740                 declare markfile in appropriate functions when
13741                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13742                 for spotting this)
13743
13744 2001-12-04 [paul]       0.6.5claws49
13745
13746         * sync with sylpheed 0.6.5cvs21
13747                 see ChangeLog entry 2001-12-04
13748
13749 2001-12-03 [christoph]  0.6.5claws48
13750
13751         * po/de.po
13752                 changed translation of undo
13753         * src/account.c
13754         * src/folder.c
13755                 don't reinvent the wheel to traverse a GNode
13756         * src/compose.[ch]
13757                 seperate code to create the compose gui into functions
13758                 add "Others" page with folder selection for saving copy
13759                 of the message.
13760                 the folder identifier is saved to queue header
13761         * src/procmsg.c
13762                 save message to folder in queue header
13763
13764 2001-12-03 [paul]       0.6.5claws47
13765
13766         * sync with sylpheed 0.6.5cvs20
13767                 see ChangeLog entry 2001-12-03
13768
13769 2001-12-01 [paul]
13770
13771         * more sync with sylpheed 0.6.5cvs19
13772                 see ChangeLog entry 2001-11-29
13773
13774 2001-11-30 [paul]       0.6.5claws46
13775         
13776         * src/compose.c
13777                 remove conflicts introduced by Hoa's last commit
13778          
13779         * src/mainwindow.c
13780                 make 'Message/Bounce' sensitive
13781
13782 2001-11-30 [hoa]        0.6.5claws45
13783
13784         * src/compose.c
13785                 slightly change bounce function to add
13786                 information about the user that bounced the mail
13787                 in the From header line.
13788
13789         * src/folderview.c
13790                 permit the use of processing in outbox folder.
13791
13792 2001-11-29 [paul]       0.6.5claws44
13793
13794         * src/mainwindow.[ch]
13795         * src/prefs_common.c
13796         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13797         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13798         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13799                 usability enhancements to the quoting, implements
13800                 use of Ctrl key to toggle quoting settings
13801                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13802
13803 2001-11-29 [paul]       0.6.5claws43
13804         
13805         * sync with sylpheed 0.6.5cvs19
13806                 see ChangeLog entry 2001-11-28
13807
13808 2001-11-29 [melvin]     0.6.5claws42
13809         * src/Makefile.am
13810                 added enriched.[ch] to the list of files
13811
13812         * src/textview.c
13813         * src/mimeview.c
13814         * src/procmime.[ch]
13815         * src/enriched.[ch]
13816                 added support to view text/enriched
13817                 added support to show headers in message view for text/enriched and text/html
13818                         in non multipart messages
13819
13820 2001-11-28 [paul]       0.6.5claws41
13821
13822         * more sync with sylpheed 0.6.5cvs18
13823                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13824
13825 2001-11-27 [paul]       0.6.5claws40
13826         
13827         * po/pt_BR.po
13828                 updated translation, submitted by Fabio Junior Beneditto
13829                 
13830         * sync with sylpheed 0.6.5cvs18
13831                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13832                 2001-11-27
13833
13834
13835 2001-11-26 [paul]
13836
13837         * po/es.po
13838                 updated translation, submitted by Ricardo Mones Lastra
13839
13840 2001-11-26 [alfons]
13841
13842         * src/matcher.c
13843                 add more translatable strings
13844
13845 2001-11-26 [christoph]  0.6.5claws39
13846
13847         * po/de.po      
13848                 fixed one more umlaut
13849         * src/compose.c
13850                 fix translated header when it should not be translated
13851
13852 2001-11-26 [paul]       0.6.5claws38
13853
13854         * src/mainwindow.c
13855                 remove '/Message/Add Sender to address book' from 
13856                 main_window_set_menu_sensitive(), prevent debug warning
13857                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13858
13859 2001-11-26 [paul]       0.6.5claws37
13860
13861         * src/summaryview.c
13862                 fix 'recurring unread state' bug 
13863
13864         * tools/README 
13865         * tools/filter_conv.pl
13866                 read name of top level mailbox from folderlist.xml
13867                 and presume nothing about its name              
13868
13869 2001-11-26 [darko]      0.6.5claws36
13870
13871         * src/gtkstext.[ch]
13872                 removed functions that are now in gtkutils.c
13873                 use gtkut_text_is_uri_string() from gtkutils.c
13874         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13875
13876 2001-11-26 [paul]       0.6.5claws35
13877
13878         * sync with sylpheed 0.6.5cvs16
13879                 see ChangeLog entries 2001-11-25 and 2001-11-26
13880
13881 2001-11-25 [alfons]     0.6.5claws34
13882
13883         EXPERIMENTAL!!! Please checkout the last stable version using: 
13884           
13885         % cvs update -r LAST_STABLE -dRAP
13886
13887         (Or help us testing this stuff.)
13888
13889         * src/filtering.c               (1.14)
13890         * src/filtering.h               (1.6)
13891         * src/inc.c                     (1.28)
13892         * src/matcher.c                 (1.20)
13893         * src/mbox.c                    (1.9)
13894         * src/procmsg.h                 (1.14)
13895         * src/summaryview.c             (1.59)
13896         * src/summaryview.h             (dunno)
13897                 revert/merge/sync to as it was before commit 
13898                 on Thu, 19 Jul 2001 10:15:51 -0700.
13899
13900 2001-11-25 [hoa]        0.6.5claws33
13901
13902         * src/main.c
13903                 processing mails at startup
13904
13905         * src/folderview.c
13906         * src/summaryview.[ch]
13907                 processing mails when entering folder
13908
13909         * src/prefs_filtering.c
13910                 fixed some UI bugs
13911
13912 2001-11-24 [alfons]     0.6.5claws32
13913
13914         * src/summaryview.[ch]
13915                 make summary sort headers work, and also make
13916                 sure the sort type is stored
13917
13918 2001-11-23 [alfons]     0.6.5claws31
13919
13920         * src/summaryview.[ch]
13921                 make lock work like mark
13922                 disallow deleting messages marked as locked
13923
13924 2001-11-23 [alfons]     0.6.5claws30
13925
13926         * src/gtkstext.c
13927         * src/compose.[ch]
13928         * src/Makefile.am
13929         * src/undo.[ch]
13930                 merge undo patch submitted by Jens
13931
13932 2001-11-23 [christoph]  0.6.5claws29
13933
13934         * src/.cvsignore
13935                 added ylwrap
13936         * src/compose.c
13937                 fixed gpg signing and encoding
13938         * src/folder.[ch]
13939         * src/main.c
13940                 added --status option to get new, unread and total
13941                 message count from a running sylpheed
13942         * src/prefs_common.c
13943                 temporary fix for reply_with_quote problem
13944                 (don't call functions for non existing widget)
13945         * src/procmsg.c
13946                 one more check for ignored threads but still not
13947                 always working correctly. probably a recursive
13948                 check for all parents is needed
13949
13950 2001-11-23 [darko]      0.6.5claws28
13951
13952         * src/compose.c
13953                 wrapping on send improvements
13954         * src/gtkutils.[ch]
13955                 fix for GtkSText after last sync with main branch
13956                 GTK_TEXT -> GTK_STEXT
13957
13958 2001-11-23 [paul]       0.6.5claws27
13959
13960         * sync with sylpheed 0.6.5cvs14
13961                 see ChangeLog entries 2001-11-22 and 2001-11-23
13962                 
13963         * po/de.po
13964                 fixed the scrambled umlauts 
13965                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13966
13967 2001-11-21 [paul]       0.6.5claws26
13968
13969         * sync with sylpheed 0.6.5cvs12
13970                 see 2nd ChangeLog entry dated 2001-11-20
13971
13972 2001-11-20 [paul]       0.6.5claws25
13973
13974         * sync with sylpheed 0.6.5cvs11
13975                 see ChangeLog entry 2001-11-19 (src/utils.c)
13976
13977 2001-11-20 [hiro]
13978
13979         * src/compose.c
13980                 GTK_TEXT -> GTK_STEXT
13981                 fix for wrong comment
13982
13983 2001-11-20 [hiro]       0.6.5claws24
13984
13985         * src/compose.[ch]
13986                 more merges from main branch
13987                 removed fatal warnings (uninitialized variables etc.)
13988                 some coding style fix
13989         * src/gtkutils.h
13990                 fixed typo.
13991         * src/addressbook.c
13992           src/addrindex.c
13993                 V-Card -> vCard
13994
13995 2001-11-19 [hoa]        0.6.5claws23
13996
13997         * src/filtering.c
13998         * src/prefs_scoring.c
13999         * src/matcher.[ch]
14000         * src/scoring.c
14001                 cleaning code
14002
14003         * src/matcher_parser_parse.y
14004         * src/prefs_filtering.c
14005                 bouncing
14006
14007 2001-11-19 [alfons]     0.6.5claws22
14008
14009         more of my old things into claws
14010
14011         * src/Makefile.am
14012         * src/prefs_common.c
14013         * src/procmsg.h
14014         * src/summaryview.[ch]
14015         * src/prefs_summary_column.c
14016         * src/pixmaps/locked.xpm
14017                 add indicators for locking of message in summary view
14018                 (does not work yet, only visual indicator)
14019
14020 2001-11-19 [paul]       0.6.5claws21
14021
14022         * sync with sylpheed 0.6.5cvs10
14023                 see ChangeLog entry 2001-11-19
14024
14025 2001-11-18 [alfons]     0.6.5claws20
14026         
14027         * src/filtering.c
14028                 remove an inadvertent free I forgot in previous clean up 
14029
14030 2001-11-18 [alfons]     0.6.5claws19
14031
14032         * src/filtering.[ch]
14033                 clean up & plug leaks
14034
14035 2001-11-18 [paul]       0.6.5claws18
14036
14037         * sync with sylpheed 0.6.5cvs9
14038                 see ChangeLog entries 2001-11-17 and 2001-11-18
14039
14040 2001-11-16 [paul]       0.6.5claws17
14041
14042         * sync with sylpheed 0.6.5cvs8
14043                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14044
14045 2001-11-16 [paul]       0.6.5claws16
14046
14047         * sync with sylpheed 0.6.5cvs7
14048                 see ChangeLog entries 2001-11-15 and 2001-11-16
14049
14050 2001-11-15 [hoa]        0.6.5claws15
14051
14052         * src/compose.c
14053                 fix bounce, mails we received couln't be bounced to ourself.
14054
14055         * src/defs.h
14056         * src/filtering.[ch]
14057         * src/matcher.[ch]
14058         * src/matcher_parser.h
14059         * src/matcher_parser_lex.l
14060         * src/matcher_parser_parse.y
14061         * src/inc.c
14062         * src/main.c
14063         * src/mbox.c
14064         * src/prefs_filtering.[ch]
14065         * src/mainwindow.c
14066         * src/prefs_matcher.c
14067         * src/prefs_scoring.c
14068         * src/scoring.[ch]
14069         * src/summaryview.c
14070                 new matcher/filter/score configuration file parser
14071                 one unique configuration file => ~/.sylpheed/matcherrc
14072                 import in currently automatic, then save are made
14073                 in this new file.
14074                 one filter per folder and one global filter
14075                 (filter of a folder will be used as folder processing)
14076
14077         * src/folder.c
14078                 fix a bug in folder_item_get_identifier
14079                 
14080         * src/messageview.c
14081                 receive receipt return are fixed.
14082
14083 2001-11-14 [alfons]     0.6.5claws14
14084
14085         * src/session.h
14086                 add things from main branch to make claws compile
14087
14088 2001-11-14 [paul]       0.6.5claws13
14089
14090         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14091                 see ChangeLog entries 2001-11-08 to 2001-11-14
14092
14093 2001-11-14 [hoa] 0.6.5claws12
14094
14095         * src/compose.[ch]
14096         * src/mainwindow.c
14097         * src/summaryview.c
14098                 add "bounce mail" option
14099
14100 2001-11-13 [christoph]  0.6.5claws11
14101
14102         * src/compose.c
14103                 Cleanup a mess i add before commiting
14104
14105 2001-11-13 [hoa]        0.6.5claws10
14106
14107         * src/compose.c
14108                 some fixes when mail are sent or
14109                 for crossposts
14110
14111 2001-11-13 [christoph]  0.6.5claws9
14112
14113         * po/de.po
14114                 Changed two string with the same translation
14115         * src/compose.c
14116         * src/procmsg.[ch]
14117         * src/send.[ch]
14118                 New mailsending process:
14119                   - Always queue message before sending
14120                     (message will be saved if sylpheed crashed or
14121                      freezes while sending)
14122                   - Allow queuing of newspostings
14123                   - No copy in outbox before sending
14124                     (closes bug #469501)
14125                   - No more redundant code for send and send_later
14126         * src/summaryview.c
14127                 Applied wwp <subscript@free.fr>'s patch that fixes
14128                 marks for multiple forwarded messages (+compose.c)
14129
14130 2001-11-12 [alfons]
14131
14132         * README.claws
14133                 remove things that are now in main branch
14134         
14135         * po/nl.po
14136                 update Dutch translation
14137
14138 2001-11-12 [mhadasht]   0.6.5.claws8
14139
14140         * src/prefs_common.c
14141                 re-enabled account autoselection feature for forward
14142                 and reedit lost during the branch point for SYNC-B4-REL
14143         * src/gtkspell.c
14144                 gtkpspell_get_dict(): more readable code (even if function is
14145                 not used yet)
14146         * ChangeLog.claws
14147                 added version number info to 2001-11-12 [hiro] comment.
14148
14149 2001-11-12 [hiro]       0.6.5.claws7
14150
14151         * src/compose.c
14152                 compose_forward(): fixed a bug that forward quote mark
14153                 wasn't used.
14154                 removed unnecessary code.
14155         * src/template_select.[ch]: removed.
14156
14157 2001-11-11 [alfons]
14158
14159         * src/compose.c
14160                 :%s/GTK_TEXT/GTK_STEXT/g
14161         
14162         * src/compose.[ch]
14163         * src/undo.[ch]
14164         * src/Makefile.am
14165                 revert the undo stuff (this is 0.6.6claws stuff)
14166
14167 2001-11-11 [hoa]        0.6.5.claws6
14168
14169         * src/compose.[ch]
14170                 Insert signature at the end of the text.
14171                 Added undo patch but currently disabled
14172
14173         * src/procmsg.c
14174                 Threading by subject improved.
14175
14176         * added src/undo.[ch]
14177                 Undo module for compose dialog box.
14178
14179 2001-11-11 [alfons]     0.6.5.claws5
14180
14181         * src/procmsg.c
14182                 prevent threading by subject on nodes that have already been
14183                 threaded by in-reply-to (as in "circular references in a tree
14184                 result in a dead branch")
14185
14186 2001-11-09 [hoa]        0.6.5.claws4
14187         
14188         * src/folderview.c
14189                 allows creation of mbox folder item from any files.
14190
14191 2001-11-09 [alfons]     0.6.5.claws3
14192         
14193         * src/utils.c
14194         * src/procmsg.c
14195                 do what I mean and correct threading by subject so it really
14196                 ignores attracting lines without "Re: "
14197
14198 2001-11-07 [alfons]     0.6.5.claws2
14199
14200         * src/procmsg.c
14201         * src/utils.[ch]
14202                 only attract by subject if a subject line starts with a "Re: "
14203         * src/syldap.c
14204                 remove warning
14205
14206 2001-11-07 [paul]       0.6.5claws1
14207
14208         * sync with sylpheed 0.6.5. release
14209                 see ChangeLog entry 2001-11-07
14210
14211 2001-11-07 [paul]       0.6.4claws31
14212
14213         * sync with sylpheed 0.6.4cvs18
14214                 see ChangeLog entries 2001-10-30 to 2001-11-07
14215                 prefs_templates.[ch] renamed prefs_template.[ch]
14216
14217 2001-11-06 [alfons]
14218         
14219         * src/utils.h
14220                 add semicolon Hoa forgot ;-)
14221                 
14222
14223 2001-11-06 [hoa]        0.6.4claws30
14224         
14225         * src/procmsg.c
14226         * src/summaryview.c
14227         * src/utils.c
14228         * src/utils.h
14229                 threading by subject - empty subject are ignored
14230
14231 2001-11-06 [christoph]  0.6.4claws29
14232
14233         * src/socket.c
14234                 use SSL_peek for sock_gets
14235         * src/utils.c
14236                 removed unneeded pointer in extracting quoted
14237                 names implementation
14238
14239 2001-11-06 [melvin]     0.6.4claws28
14240
14241         * src/gtkspell.c
14242                 fixed bug #476792 Selection overtyping with spell checker
14243                 fixed bug which could cause a buffer overflow
14244                 fixed a memory leak
14245
14246 2001-11-06 [hoa]        0.6.4claws27
14247         
14248         * src/procmsg.c
14249         * src/summaryview.c
14250                 threading by subject
14251
14252 2001-11-05 [alfons]     0.6.4claws26
14253         
14254         * README.claws
14255                 Claws -> Sylpheed (vice versa)
14256
14257         * src/compose.c
14258                 :%s/gtk_text/gtk_stext/g
14259                 :%s/GTK_TEXT/GTK_STEXT/g
14260                 (thanks to Jonathan Ware for spotting this)
14261
14262 2001-11-04 [christoph]  0.6.4claws25
14263
14264         * src/summaryview.c
14265                 replace Xalloca + strdup with Xstrdup_a
14266         * src/utils.c
14267                 better implementation of extracting quoted names
14268                 from addresses (remove backlashes and ignore
14269                 quotes after them)
14270
14271 2001-11-04 [alfons]     0.6.4claws24
14272
14273         * src/utils.[ch]
14274                 edit to comply more with coding style
14275
14276         * src/textview.c
14277                 fix bug reported by Kim Schulz. introduced by the patch integrated
14278                 in 0.6.4claws15. the code did not check the return value of
14279                 the html parser.
14280
14281         * AUTHORS
14282                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14283
14284 2001-11-04 [christoph]  0.6.4claws23
14285
14286         * src/main.c
14287         * src/prefs_common.[ch]
14288                 init some pointers that possibly caused a segfault
14289                 reported in the claws-users ML
14290
14291 2001-11-04 [hoa]        0.6.4claws22
14292
14293         * src/grouplistdialog.c
14294                 change the names of the nodes in the tree
14295
14296         * src/compose.c
14297                 enhanced mailto syntax as described in
14298                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14299                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14300
14301         * src/utils.c
14302                 encode and decode URI (useful when opening URL into
14303                 netscape).
14304
14305 2001-11-03 [hoa]        0.6.4claws21
14306
14307         * src/grouplistdialog.c
14308                 a new newsgroups list selection dialog box
14309                 with a CTree instead of a CList
14310
14311 2001-11-03 [hoa]        0.6.4claws20
14312
14313         * src/folderview.c
14314                 enable property and scoring options when right
14315                 click on "inbox"
14316
14317         * src/summaryview.c
14318                 fixed bug when nickname were displayed using
14319                 the address book.
14320
14321 2001-11-02 [darko]      0.6.4claws19
14322
14323         * src/compose.c
14324                 new wrap quotation and URL/long words wrapping implementation
14325         * src/compose.c src/gtkstext.[ch]
14326                 move gtkstext_strncmp() to gtkstext.c
14327
14328 2001-11-01 [christoph]  0.6.4claws18
14329
14330         * src/prefs_account.c
14331                 fixed mess in account settings dialog
14332         * src/prefs_folder_item.c
14333                 added label with folder path to dialog
14334
14335 2001-10-31 [match]      0.6.4claws17
14336
14337         * src/vcard.c
14338                 fix memory leak.
14339         * src/addrbook.c
14340                 fix generation of spurious address book file names.
14341                 remove redundant functions.
14342         * po/POTFILES.in
14343                 added missing file names.
14344
14345 2001-10-30 [paul]       0.6.4claws16
14346
14347         * sync with sylpheed 0.6.4cvs6
14348                 see ChangeLog entries 2001-10-26 to 2001-10-30
14349
14350         * tools/filter_conv.pl
14351                 read folderlist.xml to discover whether the top-level
14352                 folder is called 'Mailbox' or 'Mail' 
14353
14354 2001-10-29 [paul]       0.6.4claws15
14355
14356         * src/html.c, src/textview.c
14357                 activate links in html mail and fix clickable parts
14358                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14359
14360 2001-10-29 [paul]
14361
14362         * po/de.po, po/es.po, po/pt_BR/po
14363                 updated translations, submitted by Jens Oberender,
14364                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14365
14366 2001-10-29 [darko]      0.6.4claws14
14367
14368         * src/compose.c
14369                 fix wrapping for good
14370
14371 2001-10-29 [darko]
14372
14373         * src/compose.c
14374                 undo previous change as it broke the smart wrapping
14375
14376 2001-10-29 [darko]      0.6.4claws13
14377
14378         * src/compose.c
14379                 fix infinite loop when long URL is quoted
14380                 (closes bug #475122.
14381
14382 2001-10-28 [match]
14383
14384         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14385                 import Mutt address book
14386         * src/ldif.[ch] src/importldif.h
14387                 modified import LDIF handle user attributes
14388
14389 2001-10-28 [christoph]  0.6.4claws12
14390
14391         * src/summaryview.c
14392                 fixed that filtering did not work if there
14393                 were no filter rules
14394                 (closes bug #472003 and better implementation
14395                  of patch #474644)
14396
14397 2001-10-27 [christoph]  0.6.4claws11
14398
14399         * src/compose.c
14400                 make the folder's default account to be used when
14401                 replying. (patch by wwp <subscript@free.fr>)
14402         * src/compose.c
14403                 code cleanup, nearly killed all of wwp's patch
14404                 for folder's default account in compose
14405         * src/folderview.c
14406                 error panel when a folder could not be created
14407                 (closes bug #471080 new folder name & already
14408                  existing file)
14409
14410 2001-10-26 [alfons]
14411
14412         * src/utils.h
14413                 change prototype of strstr2() that Christoph forgot about
14414
14415 2001-10-26 [christoph]  0.6.4claws10
14416
14417         * src/account.c
14418                 made search for accounts by email address not case
14419                 sensitive
14420         * src/folder.c
14421                 fixed memory leak in folder_item_get_identifier
14422         * src/gtkspell.c
14423         * src/utils.c
14424                 fixed wrong strstr2 (should work like strstr)
14425
14426 2001-10-26 [darko]      0.6.4claws9
14427
14428         * src/compose.c src/gtkstext.[ch]
14429         * src/gtkstext.c
14430                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14431
14432 2001-10-26 [paul]       0.6.4claws8
14433
14434         * src/html.c
14435                 ignore css and javascript tags in html mail
14436                 case-insensitive, with or without double-quoted
14437                 strings
14438
14439 2001-10-26 [paul]       0.6.4claws7
14440
14441         * sync with sylpheed 0.6.4cvs1
14442                 see ChangeLog entry 2001-10-26
14443
14444         * src/prefs_account.c, src/prefs_common.c,
14445           src/prefs_summary_column.c
14446                 minor improvements to the English
14447
14448 2001-10-25 [alfons]     0.6.4claws6
14449
14450         * src/gtkstext.c
14451         
14452                 make GtkSText follow style of GtkText (closes bug 
14453                 #469211 "text selection while writing message")
14454                 
14455                 do sync with GTK 1.2.10
14456
14457 2001-10-25 [paul]       0.6.4claws5
14458
14459         * src/html.c
14460                 ignore css tags in html mail
14461
14462 2001-10-25 [darko]      0.6.4claws4
14463
14464         * src/compose.c
14465                 don't declare is_url_string as static function since
14466                 we need it in gtkstext.c
14467         * src/gtkstext.c
14468                 remove unused variable
14469                 don't wrap long URLs while composing a message
14470
14471 2001-10-24 [christoph]  0.6.4claws3
14472
14473         * src/socket.c
14474                 fix ssl deadlock, when peer closes connection
14475
14476 2001-10-24 [paul]       0.6.4claws2
14477
14478         * src/prefs_common.c
14479                 gettextize the gpg ascii-armored warning message
14480
14481         * src/compose.c
14482                 insert a DOS/MAC file into the composed message
14483                 (improvements)
14484
14485         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14486
14487 2001-10-22 [paul]       0.6.4claws1
14488
14489         * sync with sylpheed 0.6.4 release
14490                 see ChangeLog entries 2001-10-21
14491
14492         * po/fr.po, po/pt_BR.po
14493                 updated by Melvin Hadasht and Fabio Junior Beneditto
14494
14495 2001-10-21 [paul]       0.6.3claws30
14496
14497         * src/compose.c
14498                 insert a DOS text file from the compose window
14499                 into the composed message text (removes CRs characters)
14500                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14501
14502         * tools/filter_conv.pl, tools/README
14503                 automatically use ~/.sylpheed as working directory
14504                 print out confirmation message on completion
14505
14506         * correct Hoa's last ChangeLog.claws entry
14507
14508 2001-10-20 [hoa]        0.6.3claws29
14509
14510         * src/grouplistdialog.c
14511                 bugfix (another ?) to give the right
14512                 newsgroups list for each news server.
14513
14514         * src/news.c
14515         * src/news.h
14516                 improve the newsgroups list cache
14517
14518 2001-10-20 [paul]       0.6.3claws28
14519
14520         * sync with sylpheed 0.6.3cvs9
14521                 see ChangeLog entry 2001-10-19
14522
14523         * correct Alfons' last ChangeLog.claws entry
14524
14525 2001-10-19 [alfons]
14526
14527         * src/pgptext.[ch]
14528                 fix compilation problems (part of bug #472895)
14529
14530 2001-10-18 [hoa]        0.6.3claws27
14531
14532         * src/grouplistdialog.c
14533                 bugfix when we refresh was clicked (bug 472701)
14534
14535 2001-10-19 [christoph]  0.6.3claws26
14536
14537         * src/compose.c
14538                 last header entry should default to "To:" or
14539                 "Newsgroups:" and not copy the last entry line
14540                 in a new compose window
14541                 (closes bug #472686, #470792)
14542
14543 2001-10-19 [paul]       0.6.3claws25
14544
14545         * sync with Sylpheed 0.6.3cvs8
14546                 see ChangeLog entries 2001-10-18 and 2001-10-19
14547
14548 2001-10-18 [christoph]  0.6.3claws24
14549
14550         * src/procmsg.c
14551                 reimplement ignore thread
14552         
14553 2001-10-18 [hoa]        0.6.3claws23
14554
14555         * src/folderview.c
14556         * src/grouplistdialog.[ch]
14557                 enhanced news subscription interface (feature 469113)
14558
14559         * src/news.c
14560         * src/news.h
14561                 enchanced newsgroup listing,
14562                 now, we can get groups informations
14563                 (NNTPGroupInfo)
14564
14565 2001-10-18 [paul]       0.6.3claws22
14566
14567         * src/summaryview.c
14568                 remove comment (sync with main branch)
14569         * src/mainwindow.c
14570                 fix 'Re-edit' bug in 'Message' menu
14571
14572 2001-10-17 [christoph]  0.6.3claws21
14573
14574         * src/compose.c
14575                 ignore empty or whitespace only header lines
14576
14577 2001-10-17 [paul]       0.6.3claws20
14578
14579         * sync with sylpheed 0.6.3cvs7
14580                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14581                 2001-10-17
14582
14583 2001-10-17 [darko]
14584
14585         * src/compose.c
14586                 wrap long lines without spaces
14587                 don't wrap URLs
14588
14589 2001-10-16 [paul]
14590
14591         * po/es.po, po/nl.po, po/pt_BR.po
14592                 updated by Ricardo Mones Lastra, Alfons,
14593                 and Fabio Junior Beneditto
14594
14595         * sylpheed-0.6.3claws released
14596
14597 2001-10-15 [melvin] 0.6.3claws18
14598
14599         * README.claws
14600                 added summary and detailed installation instructions
14601                 for spell checker
14602         * po/fr.po
14603                 Updated, corrected and completed french translation
14604
14605 2001-10-15 [hoa] 0.6.3claws17
14606         * src/grouplistdialog.c
14607                 we can choose the newsgroups to display with wildcards
14608
14609 2001-10-15 [christoph]  0.6.3claws16
14610
14611         * src/account.c
14612         * src/compose.c
14613         * src/prefs_folder_item.[ch]
14614                 applied wwp <subscript@free.fr>'s folder
14615                 default account patch
14616         * po/de.po
14617                 Fixed wrong translation
14618
14619 2001-10-13 [alfons, christoph, melvin]  
14620                         0.6.3claws15
14621
14622         solution #2 to solve MT-safety problems defers all GUI related calls
14623         to the main thread using a gtk_idle_add() callback. discussed on
14624         ircnet #sylpheed, with christoph spotting some issues with the
14625         original code, and melvin allowing us to lobotomize his sylpheed.
14626
14627         * src/syldap.[ch], src/main.c
14628                 fix race problem in ldap search thread by deferring GUI 
14629                 stuff to main thread using gtk_idle_add()
14630
14631 2001-10-13 [paul]       0.6.3claws14
14632
14633         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14634                 add Sergey's smtpcred.patch
14635                 adds separate username/password setting for SMTP Auth
14636                 needed by some servers
14637                 (closes feature request #471659)
14638
14639 2001-10-13 [paul]       0.6.3claws13
14640
14641         * src/pgptext.[ch] **NEW FILES**
14642         * src/Makefile.am, src/messageview.c, src/mimeview.c
14643                 decrypt ascii-armored gpg text embedded in
14644                 the message body.
14645                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14646
14647 2001-10-13 [christoph]  0.6.3claws12
14648
14649         * README.claws
14650                 some more details on default to and
14651                 feature requests
14652         * src/main.c
14653                 init glib threading when ldap is used
14654         * src/syldap.c
14655                 threading fixes
14656         * po/de.po
14657                 fixed a typo
14658
14659 2001-10-12 [paul]       0.6.3claws11
14660
14661         * src/prefs_common.[ch], src/rfc2015.c
14662                 enable ascii-armored gpg text to be embedded in the
14663                 message body, selectable through the 'Privacy'
14664                 preferences. Supports encrypting only.
14665                 Submitted by Ravemax <ravemax@dextrose.com>
14666
14667 2001-10-12 [paul]       0.6.3claws10
14668
14669         * sync with sylpheed 0.6.3cvs6
14670                 see ChangeLog entries 2001-10-11 and 2001-11-12
14671
14672         * src/folderview.c
14673                 incorporated mbox folders, scoring, and folder
14674                 properties into the sync
14675
14676 2001-10-12 [darko]      0.6.3claws9
14677
14678         * README.claws
14679                 describe quotation wrapping
14680         * src/compose.c
14681                 don't treat tab as space to calculate line length properly
14682
14683 2001-10-11 [alfons]
14684
14685         * README.claws
14686                 correct description of how to make new filtering system work,
14687                 add some other things
14688                 
14689         * src/syldap.c
14690                 remove sched_yield() (not necessary / unportable)
14691
14692 2001-10-11 [paul]       0.6.3claws8
14693
14694         * sync with sylpheed 0.6.3cvs3
14695                 see ChangeLog entry 2001-10-10
14696
14697 2001-10-10 [christoph]  0.6.3claws7
14698
14699         * .cvsignore
14700                 ignore 2 files created by newer autotools
14701         * src/prefs_folder_item.c
14702                 using table for widget alignment
14703                 fixed memory leak and broken octal display
14704         * src/filesel.c
14705                 fixed segfault caused by lost filename
14706                 workaround (closes bug #469551)
14707
14708 2001-10-10 [paul]       0.6.3claws6
14709
14710         * sync with sylpheed 0.6.3cvs2
14711                 see ChangeLog entries 2001-10-09 and 2001-10-10
14712
14713 2001-10-10 [darko]      0.6.3.claws5
14714
14715         * src/gtkstext.c
14716                 proper calculation of right margin if smart wrapping is enabled
14717         * src/compose.c
14718                 automatically wrap long lines if wrap quotation is enabled
14719
14720 2001-10-09 [alfons]     0.6.3.claws4
14721
14722         * src/summaryview.c
14723                 select correct row when deleting last row in the summary view (and
14724                 close bug "[ #469104 ] select second last in list when deleting")
14725
14726 2001-10-09 [paul]       0.6.3claws3
14727
14728         * sync with sylpheed 0.6.3cvs1
14729                 updated some autotool scripts
14730
14731 2001-10-09 [darko]      0.6.3claws2
14732
14733         * src/gtkstext.[ch]
14734                 new name and mark with Sylpheed comment
14735         * src/compose.c
14736                 smart quotation wrapping a-la VIM
14737
14738 2001-10-08 [paul]       0.6.3claws1
14739
14740         * sync with sylpheed 0.6.3 release
14741                 see ChangeLog entry 2001-10-08
14742
14743 2001-10-08 [paul]       0.6.2claws24
14744
14745         * src/summaryview.c
14746                 more sync with sylpheed 0.6.2cvs12
14747                 Fixed the bug that didn't select the last row correctly
14748
14749
14750 2001-10-07 [paul]       0.6.2claws23
14751
14752         * sync with sylpheed 0.6.2cvs12
14753                 see ChangeLog entry 2001-10-07
14754
14755 2001-10-06 [match]
14756         * src/jpilot.[ch]
14757                 enable jpilot to read unsynch'ed addresses.
14758
14759         * src/editldap_basedn.c
14760                 fix segfault when opening dialog.
14761
14762 2001-10-06 [alfons]     0.6.2.claws22
14763
14764         * src/summaryview.c
14765                 fix bug with summary view selecting last *inserted*
14766                 node instead of last *visible* node. remember we
14767                 work with a tree
14768
14769 2001-10-06 [paul]       0.6.2claws21
14770
14771         * po/pt_BR.po
14772                 updated translation, contains some fixes and new
14773                 translations, submitted by Gustavo Noronha Silva
14774                 <kov@debian.org>
14775
14776         * src/prefs_common.c
14777                 change 'each' to 'every' - fix dubious English
14778
14779         * sync with sylpheed 0.6.2cvs11
14780
14781 2001-10-05 [alfons]     0.6.2claws20
14782
14783         * src/mainwindow.[ch], src/folderview.c
14784                 make composite tool button switch between "Compose News"
14785                 and "Compose Mail" depending on selected folder
14786                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14787
14788 2001-10-05 [paul]       0.6.2claws19
14789
14790         * src/mainwindow.c, src/summaryview.c
14791                 fix 'Message/Reply to all', broken in last commit
14792
14793         * src/compose.c
14794                 fix X_BEENTHERE seg fault, thanks to Alfons
14795
14796 2001-10-04 [paul]       0.6.2claws18
14797
14798         * src/compose.[ch], src/mainwindow.c
14799                 make "Message/Reply" reply to mailing lists; matches
14800                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14801                 based on portions of the patch submitted by
14802                 Junichi Uekawa <dancer@netfort.gr.jp>
14803
14804 2001-10-04 [darko]      0.6.2claws17
14805
14806         * src/compose.c
14807                 better smart wrapping
14808         * src/gtkstext.[hc]
14809                 a function to make text buffer contiguous
14810
14811 2001-10-03 [paul]       0.6.2claws16
14812
14813         * sync with sylpheed 0.6.2cvs10
14814
14815 2001-10-02 [alfons]
14816
14817         * configure.in
14818         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14819                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14820                 references to chinese translations (hope someone picks up
14821                 this)
14822
14823 2001-10-02 [christoph]  0.6.2claws15
14824
14825         * src/compose.c
14826                 fixed non translated header bug
14827         * ChangeLog.claws
14828                 fixed wrong date in alfons last entry ;)
14829
14830 2001-10-02 [alfons]     0.6.2claws14
14831
14832         * src/compose.c, src/prefs_common.[ch]
14833                 add block cursor option
14834
14835 2001-10-02 [paul]       0.6.2claws13
14836
14837         * sync with sylpheed 0.6.2cvs9
14838
14839 2001-09-30 [paul]       0.6.2claws12
14840
14841         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14842                 updated translations
14843
14844         * po/POTFILES.in
14845                 add 'src/importldif.c'
14846
14847         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14848                 added eudora-to-vCard conversion tool
14849                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14850
14851         * sync with sylpheed 0.6.2cvs8
14852
14853 2001-09-30 [paul]
14854
14855         * sylpheed-0.6.2claws released
14856
14857 2001-09-27 [melvin]     0.6.2claws11
14858
14859         * src/gtkspell.c
14860                 fixed crash when using default path (introduced 
14861                 in 0.6.2claws10)
14862                 fixed tiny bug for initial suggestion mode
14863
14864 2001-09-27 [melvin]     0.6.2claws10
14865         
14866         * src/gtkspell.c
14867                 fixed bug where gtkpspell didn't set the path correctly
14868
14869         * README.claws
14870                 added a paragraph about spell checking
14871                 
14872
14873
14874 2001-09-27 [paul]       0.6.2claws9
14875
14876         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14877                 replace '// comments' with '/* comments */' to prevent
14878                 some compiler warnings 
14879
14880         * sync with sylpheed 0.6.2cvs6
14881
14882 2001-09-26 [alfons]     0.6.2claws8
14883
14884         * src/messageview.c
14885                 introduce return receipt request notification again,
14886                 which was lost because of other semantics in 
14887                 procheader_parse() (???)
14888
14889 2001-09-26 [christoph]  0.6.2claws7
14890
14891         * src/compose.c
14892                 replace comments for old code with #if 0
14893                 readded auto cc, bcc and reply-to
14894         * src/prefs_matcher.c
14895         * src/prefs_scoring.c
14896                 removed some definition (was moved to
14897                 prefs.h)
14898
14899 2001-09-26 [paul]       0.6.2claws6
14900
14901         * src/mainwindow.c
14902                 make 'Follow-up and reply to' sensitive
14903
14904         * more sync with sylpheed 0.6.2cvs5
14905
14906 2001-09-25 [melvin]
14907
14908         * 0.6.2claws5
14909
14910         * src/gtkspell.c
14911                 fixed bug for "US-ASCII" introduced by the encoding code
14912
14913 2001-09-25 [paul]
14914
14915         * 0.6.2claws4
14916
14917         * src/prefs_common.[ch], src/summaryview.c
14918                 'next unread msg' 'go to next folder?' dialog can be
14919                 given default behaviour, either always show dialog,
14920                 or assume 'yes', or assume 'no'
14921                 Submitted by wwp <subscript@free.fr>
14922
14923 2001-09-25 [melvin]
14924                 
14925         * src/compose.c src/gtkspell.[ch]
14926                 added support for different encodings
14927
14928 2001-09-25 [paul]
14929
14930         * more sync with sylpheed 0.6.2cvs5
14931
14932 2001-09-24 [alfons]
14933         
14934         * src/prefs_folder_item.c
14935                 add check for item->prefs->default_to string is NULL and
14936                 add another check when freeing this string
14937
14938 2001-09-24 [paul]
14939
14940         * configure.in
14941                 change to version 0.6.2claws3
14942
14943         * sync with sylpheed 0.6.2cvs5 
14944
14945 2001-09-24 [match]
14946         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14947                 import LDIF files.
14948         * src/addrcache.[ch], addrindex.[ch]
14949                 small update for future
14950         * src/addrbook.c
14951                 fix test XML file.
14952
14953 2001-09-24 [melvin]
14954         * src/gtkspell.[ch]
14955                 added 'Learn from mistakes' option
14956                 better handling of quotes in checked words
14957                 sorted dict list
14958         * po/fr.po
14959                 small update for spell checking stuff
14960
14961 2001-09-23 [alfons]
14962         
14963         * src/gtkspell.c
14964                 edit a little bit so it complies more with main coding style
14965
14966 2001-09-23 [alfons]
14967
14968         * src/folder.[ch], prefs_folder_item.c, compose.c
14969                 migrate "request return receipt" folder property
14970                 to folderlist.xml
14971
14972 2001-09-22 [alfons]
14973
14974         * README.claws **NEW**
14975                 (add things of interest for users of main branch 
14976                 and claws here)
14977
14978         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14979                 re-implement threading per folder option, but store 
14980                 the setting in folderlist.xml (where it belongs)
14981
14982 2001-09-21 [melvin]
14983
14984         * src/gtkspell.[ch]
14985                 fixed bug when compose window is under another window
14986         * src/prefs_common.[ch] src/compose.c
14987                 changed 'dictionary_path' to 'dictionary' to be consistent
14988                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14989         * ac/pspell.m4 src/Makefile.am 
14990                 dropped PSPELL_PATH macro
14991         * po/fr.po
14992                 updated translations
14993
14994 2001-09-21 [christoph]
14995
14996         * src/compose.c
14997                 added border around header fields
14998                 keep header type when new field is added
14999
15000 2001-09-20 [christoph]
15001
15002         * src/utils.[ch]
15003                 more portable debug_print with source filename
15004                 and linenumber
15005         * src/procmsg.c
15006                 more newlines after debug messages
15007
15008 2001-09-20 [paul]
15009
15010         * configure.in
15011                 change to version 0.6.2claws2
15012
15013         * sync with sylpheed 0.6.2cvs3
15014
15015 2001-09-19 [melvin]
15016
15017         * src/gtkspell.c
15018                 fixed the post-right-click focus pb
15019                 fixed crash when 'Spell check all' after dict change 
15020                         and when cursor is at the end of the text
15021                 shift-right-click pops up config menu even on misspelled words.
15022         * po/POTFILES.in
15023                 added gtkspell.c
15024
15025 2001-09-19 [melvin]
15026
15027         * src/about.c
15028                 added pspell to compiled-in features list
15029
15030 2001-09-18 [melvin]
15031
15032         * switched to pspell and dropped ispell
15033         * ac/pspell.m4
15034                 new file. autoconf macro for pspell
15035         * ac/Makefile.am 
15036         * configure.in acconfig.h
15037                 added pspell support
15038         * src/Makefile.am
15039         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15040         * src/prefs_common.[ch] 
15041                 added pspell support
15042
15043 2001-09-18 [christoph]
15044
15045         * src/addr_compl.c
15046         * src/template.[ch]
15047                 replace LOG_MESSAGE with debug_print
15048         * src/compose.[ch]
15049                 gui improvements
15050         * src/menu.c
15051                 added newline after debug message
15052         * src/utils.h
15053                 using __VA_ARGS__ for debug_print macro
15054         * tools/.cvsignore
15055                 ignore Makefile and Makefile.in
15056
15057 2001-09-18 [paul]
15058
15059         * configure.in
15060                 change to version 0.6.2claws1
15061         * sync with sylpheed 0.6.2cvs1
15062
15063         * src/matcher.c 
15064         * src/prefs_matcher.c
15065                 add 'score equal to' option, submitted by
15066                 Paul Evans <nerd@freeuk.com>
15067
15068 2001-09-15 [christoph]
15069
15070         * src/mainwindow.c
15071                 comment out menu entry not existing in claws
15072         * src/menu.c
15073                 add debug output for non existing menu entries
15074         * src/summaryview.c
15075                 fix next/prev unread message for ignored threads
15076         * src/utils.[ch]
15077                 add sourcefile and line number to debug output
15078                 otherwise it is sometimes hard to find the
15079                 source code part if debug messages are translated
15080
15081 2001-09-14 [darko]
15082         
15083         * src/folderview.c
15084                 refresh target folder style after colour is changed
15085
15086 2001-09-13 [paul]
15087
15088         * configure.in
15089                 change to version 0.6.1claws3
15090
15091         * sync with sylpheed 0.6.1cvs6
15092
15093 2001-09-13 [darko]
15094         
15095         * src/folderview.c
15096                 fix target folder colourization to use user selected colour
15097
15098 2001-09-12 [darko]
15099         
15100         * src/summaryview.c
15101                 fix crash when message that is marked for copy/move is unmarked
15102
15103 2001-09-09 [paul]
15104
15105         * configure.in
15106                 change to version 0.6.1claws2
15107
15108         * sync with sylpheed 0.6.1cvs3
15109
15110 2001-09-09 [alfons]
15111         
15112         * src/folderview.c
15113                 fix bug with default font used for trash folder text
15114
15115 2001-09-06 [paul]
15116
15117         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15118                 updated translations
15119
15120         * configure.in
15121                 change to version 0.6.1claws1
15122
15123         * sync with sylpheed 0.6.1cvs2
15124
15125 2001-09-03 [paul]
15126
15127         * po/POTFILES.in
15128                 add Match's new addressbook
15129
15130         * po/de.po
15131                 updated translation submitted by Jens Oberender
15132
15133 2001-09-02 [paul]
15134
15135         * configure.in
15136                 change to 0.6.1claws
15137         * sync with sylpheed 0.6.1 release
15138
15139 2001-09-02 [paul]
15140
15141         * configure.in
15142                 change to 0.6.0claws2
15143
15144         * sync with sylpheed 0.6.0cvs4
15145
15146         * po/pt_BR.po
15147                 updated translation submitted by Fabio Junior Beneditto
15148
15149 2001-09-01 [match]
15150         * pixmaps/
15151                 interface.xpm
15152                 book.xpm
15153                 address.xpm
15154         * src/
15155                 Makefile.am
15156                 a ton of new files
15157
15158 2001-08-31 [paul]
15159
15160         * configure.in
15161                 change to version 0.6.0claws1
15162
15163         * sync with sylpheed 0.6.0cvs1
15164
15165         * po/es.po
15166                 updated translation submitted by Ricardo Mones Lastra
15167
15168         * po/POTFILES.in
15169                 add 'src/prefs_templates.c'
15170
15171         * src/compose.c, src/summaryview.c
15172                 fix segfault on 'Re_edit'               
15173
15174 2001-08-30 [alfons]
15175
15176         * configure.in, Makefile.am
15177         * tools/Makefile.am
15178                 add tools directory to source distribution
15179
15180 2001-08-30 [paul]
15181
15182         * configure.in
15183                 change to version 0.6.0claws
15184
15185         * sync with sylpheed 0.6.0 release
15186
15187 2001-08-30 [christoph]
15188
15189         * configure.in
15190                 removed autoconf version check
15191
15192 2001-08-30 [paul]
15193
15194         * src/account.c, src/compose.c, src/prefs_common.[ch]
15195         * src/procheader.[ch] src/utils.[ch]
15196                 Enhanced automatic account selection on replies
15197                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15198
15199         * configure.in
15200                 add LDAP and JPilot to the configuration results output.
15201
15202 2001-08-29 [christoph]
15203
15204         * src/summeryview.c
15205                 no bold font for ignored threads
15206
15207 2001-08-29 [paul]
15208
15209         * configure.in
15210                 change to version 0.5.3claws6
15211
15212         * sync with sylpheed 0.5.3cvs10
15213                 src/stringtable.[ch]: New Files
15214
15215         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15216         * src/pixmaps/sylpheed.xpm
15217                 add mini-icons to windows (by Alfons)
15218
15219 2001-08-27 [paul]
15220
15221         * src/mainwindow.c
15222                 new functions: next_labeled_cb(), prev_labeled_cb()
15223
15224         * src/summaryview.c
15225                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15226                 summary_select_next_labeled(), summary_select_prev_labeled()
15227
15228         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15229                 give claws blue folders and a blue trash can
15230
15231 2001-08-27 [paul]
15232
15233         * configure.in
15234                 change to version 0.5.3claws5
15235
15236         * sync with sylpheed 0.5.3cvs9
15237                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15238
15239 2001-08-24 [christoph]
15240
15241         * src/filesel.c
15242                 keep filename when browsing directories
15243                 (not working for user entered filename, but
15244                  for default name and selected filename from
15245                  file list)
15246         * src/mainwindow.c
15247                 fixed wrong spelling "Folllow-up"
15248         * src/mbox_folder.c
15249         * src/procmsg.c
15250         * src/summaryview.c
15251                 fixed new/unread message count with ignored
15252                 threads (2 commits, first didn't notice no
15253                 longer needed decreasing)
15254         * src/inc.c
15255                 readded scrolling of progress dialog
15256                 (lost in sync)
15257
15258 2001-08-24 [paul]
15259
15260         * configure.in
15261                 change to 0.5.3claws4
15262
15263         * sync with sylpheed 0.5.3cvs7
15264
15265 2001-08-24 [christoph]
15266
15267         * src/compose.c
15268                 set request return receipt when replying
15269                 if it is set is the folder prefs of the
15270                 message
15271         * src/inc.c
15272                 disable final error popup if popups are
15273                 disabled in config (again)
15274
15275 2001-08-23 [paul]
15276
15277         * configure.in
15278                 Change version number to 0.5.3claws3
15279
15280         * sync with sylpheed 0.5.3cvs5
15281
15282         * src/mimeview.c
15283                 double quote '%s' in 'gedit %s' to fix bug when
15284                 opening attachment with spaces in the name
15285
15286 2001-08-22 [alte]
15287         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15288           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15289                 initial message templates support
15290
15291
15292 2001-08-22 [paul]
15293
15294         * configure.in
15295                 change version number to 0.5.3claws2
15296
15297         * sync with sylpheed 0.5.3cvs4
15298
15299         * src/procmsg.h src/summaryview.c
15300                 re-implement (un)ignore thread
15301
15302 2001-08-21 [paul]
15303
15304         * src/summaryview.c
15305                 remove unnecessary code
15306         * src/compose.c
15307                 enable 'dynamic' signatures (submitted by
15308                 Eric Limpens <eric@hscg-internet.nl>)
15309
15310 2001-08-21 [paul]
15311
15312         clean up after sync with sylpheed 0.5.3 release
15313
15314         * src/folderview.c
15315                 fix re-introduced font mess, see Christoph's
15316                 entry 2001-06-24
15317
15318         * src/summaryview.c
15319                 remove prev_msgnum
15320                 use sylpheed's small font instead of
15321                 gtk default font for summary view
15322
15323
15324 2001-08-17 [paul]
15325
15326         * configure.in
15327                 add pl to ALL_LINGUAS - sync with main branch
15328
15329         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15330                 Updated. Translations by Jens Oberender, Ricardo Mones
15331                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15332
15333         * po/pl.po  ** NEW FILE **
15334                 sync with the main branch
15335
15336         * src/folderview.c
15337                 fix target folder colorizing and refresh problem
15338
15339
15340 2001-08-17 [christoph]
15341
15342         * src/mainwindow.c
15343                 claws uses 4 colors for target folder coloring.
15344                 arrays were not long enough and destroyed the
15345                 stack causing a segfault.
15346                 target folder colorizing does not work anymore
15347                 for me
15348
15349 2001-08-16 [paul]
15350
15351         * configure.in
15352                 change to version 0.5.3claws1
15353
15354         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15355           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15356           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15357
15358                 sync with sylpheed 0.5.3 release, but keep claws method of
15359                 configuring/saving fonts
15360
15361         * src/addressbook.[ch]
15362                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15363                 in line with a similar change in Hiroyuki's branch
15364
15365         * src/mainwindow.[ch]
15366                 disable main_window_set_thread_option()
15367         * src/prefs_folder_item.c
15368                 comment out &tmps_prefs.enable_thread,
15369         * src/mbox_folder.c, src/procmsg.[ch]
15370                 comment out MSG_IS_IGNORE_THREAD
15371         * src/summaryview.c
15372                 comment out summary_ignore_thread() and summary_unignore_thread()
15373                 comment out MSG_IS_IGNORE_THREAD
15374
15375                 use Hiroyuki's threading instead.
15376
15377
15378
15379 2001-08-15 [paul]
15380
15381         * src/account.c
15382                 use Hiroyuki's 0.5.3 column scheme but also
15383                 include the enable/disable button.
15384         * src/pixmaps/mark.xpm
15385                 add Hiroyuki's amended pixmap
15386
15387 2001-08-13 [christoph]
15388
15389         * src/account.c
15390                 receive at get all column showed wrong state for APOP
15391                 button should only work for POP3 and APOP accounts
15392         * src/prefs_account.c
15393                 added missing preprocessor statement for SSL
15394
15395 2001-08-12 [paul]
15396
15397         * src/account.[ch]
15398                 add 'receive at get all' column and enable/disable
15399                 button.
15400
15401 2001-08-06 [christoph]
15402
15403         * src/account.c
15404                 show usage of SSL in protocol column
15405
15406         * src/imap.c
15407         * src/inc.c
15408                 renamed ssl options
15409
15410         * src/prefs_account.[ch]
15411                 moved ssl options to a new page
15412
15413         * src/send.c
15414         * src/smtp.c
15415         * src/ssl.[ch]
15416                 renamed ssl options
15417                 added support for SMTP STARTTLS command
15418
15419 2001-08-05 [christoph]
15420
15421         * configure.in
15422                 debian autoconf needs version check to find
15423                 correct autoconf version. if the file is
15424                 named configure.in 2.13 is used, which does
15425                 not work with this configure.in script.
15426                 other solution would be to rename the script
15427                 to configure.ac as suggested in the autoconf
15428                 manual.
15429
15430         * src/inc.c
15431                 disable final error popup if popups are
15432                 diabled in config
15433
15434         * src/socket.c
15435                 bugfix in ssl_gets
15436                 fixes IMAP over SSL problem
15437
15438 2001-08-03 [paul]
15439
15440         * configure.in
15441                 change to 0.5.2claws1
15442
15443         * sync with sylpheed 0.5.2cvs1
15444
15445 2001-08-02 [alfons]
15446
15447         * configure.in
15448                 quick fix for ispell detection...
15449
15450 2001-08-01 [paul]
15451
15452         * configure.in
15453                 change to 0.5.1claws4
15454
15455         * sync with sylpheed 0.5.1cvs7
15456
15457 2001-07-31 [alfons]
15458
15459         * src/prefs_common.c, src/prefs_common.h, 
15460           src/gtkspell.c, src/gtkspell.h
15461                 add global spelling checker settings (compose tab) +
15462                 selection of dictionary 
15463           
15464         * configure.in  
15465                 guess valid ispell location
15466
15467 2001-07-31 [paul]
15468
15469         * po/POTFILES.in
15470                 removal of 'src/quote_fmt_parse.c'
15471         * po/de.po
15472                 Updated de.po
15473                 (submitted by Jens Oberender <didge@suse.de>)
15474
15475 2001-07-31 [darko]
15476
15477         * src/folder.[ch]
15478         * src/folderview.[ch]
15479         * src/mainwindow.c
15480         * src/mh.c
15481         * src/prefs_common.[ch]
15482         * src/summaryview.c
15483                 target folder colourization
15484
15485 2001-07-30 [paul]
15486
15487         more sync with Sylpheed 0.5.1cvs6 
15488
15489 2001-07-30 [darko]
15490
15491         * src/mh.c
15492         * src/prefs_folder_item.[hc]
15493         * src/summaryview.c
15494                 shared folders support with a GUI
15495
15496 2001-07-29 [paul]
15497
15498         0.5.1claws3
15499
15500         * sync with Sylpheed 0.5.1cvs6
15501
15502 2001-07-29 [paul]
15503
15504         * po/pt_BR.po
15505                 updated
15506                 (submitted by Fabio Junior Beneditto)
15507
15508 2001-07-28 [paul]
15509
15510         * src/procmime.c
15511         * AUTHORS
15512                 patch to correct bad image mime headers
15513                 (submitted by Don Quijote <dq@searchlores.org>)
15514
15515 2001-07-28 [paul]
15516
15517         * tools/gif2xface.pl   **NEW FILE**
15518         * tools/README
15519                 script to convert file.gif to file.xface for
15520                 use in a custom header.
15521                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15522
15523 2001-07-27 [alfons]
15524         
15525         * configure.in
15526                 change macros for detecting JPilot and LDAP
15527
15528 2001-07-27 [christoph]
15529
15530         * src/filtering.c
15531                 code cleanup (MIN / MAX warning, needed casting)
15532
15533 2001-07-27 [alfons]
15534
15535         * procheader.c
15536                 disallow setting flags when detecting certain headers
15537                 (X-Status, Status, Seen, X-Seen). 
15538         
15539         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15540
15541 2001-07-27 [christoph]
15542
15543         * src/prefs_filter.c
15544         * src/prefs_filtering.c
15545         * src/prefs_matcher.c
15546         * src/prefs_scoring.c
15547                 scroll list when moving rows up or down
15548
15549         * src/imap.c
15550         * src/imap.h
15551         * src/prefs_account.c
15552         * src/prefs_account.h
15553         * src/send.c
15554                 SMTP over SSL (untested, feedback requested)
15555                 IMAP over SSL
15556
15557         * src/ssl.c
15558                 code cleanup
15559
15560 2001-07-26 [alfons]
15561         
15562         * configure.in, acconfig.h
15563                 define CLAWS (need this for main / claws detection)
15564
15565 2001-07-25 [alfons]
15566
15567         * configure.in
15568                 Sylpheed 0.5.1claws2
15569                 
15570         * sync with Sylpheed 0.5.1cvs4
15571
15572 2001-07-25 [christoph]
15573
15574         * src/scoring.c
15575                 fixed segfault
15576                 item->prefs == NULL (don't know why)
15577
15578 2001-07-25 [alfons]
15579
15580         * configure.in
15581                 Sylpheed 0.5.1claws1
15582
15583         * sync with Sylpheed 0.5.1cvs1-3
15584
15585 2001-07-24 [christoph]
15586
15587         * src/folderview.c
15588         * src/prefs_folder_item.[ch]
15589                 added folderitem preferences dialog with
15590                 default To: and auto request return receipt
15591
15592         * src/compose.[ch]
15593         * src/menu.[ch]
15594                 changes to handle new folderitem preferences
15595
15596         * src/mainwindow.c
15597         * src/summaryview.c
15598                 call compose new mail with current folderitem
15599
15600 2001-07-24 [alfons]
15601
15602         Release Sylpheed 0.5.1claws
15603
15604         * configure.in
15605                 change to release version 0.5.1claws
15606
15607 2001-07-24 [christoph]
15608
15609         * src/summaryview.c
15610                 fixed segfault that happend when the selected
15611                 message was removed while retrieving new messages.
15612
15613         * po/es.po
15614                 updated translation
15615                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15616
15617 2001-07-22 [alfons]
15618
15619         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15620         this is a work in progress, for more information: http://nlpagan.net/sylman 
15621         
15622         * configure.in, src/mainwindow.c, manual/Makefile.am
15623                 add support for English manual
15624
15625         * AUTHORS
15626                 add authors of user manuals
15627
15628         * manual/en/sylpheed*.html
15629                 add English documentation
15630
15631 2001-07-22 [christoph]
15632
15633         * po/POTFILES.in
15634                 added src/ssl.c
15635         * src/ssl.c
15636                 changed a wrong debug message
15637
15638 2001-07-22 [alfons]
15639
15640         * po/nl.po
15641                 update Dutch translation
15642
15643         * src/prefs_filtering.c, 
15644           src/prefs_matcher.c
15645                 add more translatable strings           
15646
15647 2001-07-21 [alfons]
15648
15649         0.5.0claws7
15650
15651         * configure.in
15652                 change version
15653
15654         * src/inc.c, src/summaryview.[ch]
15655                 prevent update of mark file when filtering has done, by
15656                 using a variable; this affects two functions:
15657                         inc.c::inc_finished()
15658                         summaryview.c::summary_show()
15659
15660 2001-07-20 [alfons]
15661
15662         * src/filtering.[ch], src/prefs_filtering.c, 
15663           src/matcher.[ch]
15664                 add filtering action for label coloring 
15665
15666         * po/POTFILES.in
15667                 add labelcolors.c
15668
15669         * added src/labelcolors.c
15670         * added src/labelcolors.h
15671         * src/Makefile.am, src/summaryview.c
15672                 rearrange label coloring code
15673
15674         * src/procmsg.h
15675                 add more parentheses so label colouring works correctly
15676
15677         * src/filtering.c
15678                 don't really delete message, but move it to Trash
15679
15680         * src/prefs_matcher.c
15681                 add quote options to info dialog
15682
15683 2001-07-20 [christoph]
15684
15685         * src/Makefile.am
15686         * src/inc.c
15687         * src/main.[ch]
15688         * src/socket.h
15689         * src/ssl.[ch] (new)
15690                 moved ssl stuff to a seperate file
15691
15692 2001-07-20 [darko]
15693
15694         * src/summaryview.c
15695                 fix show sender using address book with no e-mail
15696                 address in From: field
15697
15698 2001-07-19 [alfons]
15699
15700         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15701                 fix messy handling of escaping... now at least the
15702                 execute command is useful. escape char is '\', we
15703                 accept \n and \r too. 
15704
15705                 Real life example:
15706                 
15707                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15708                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15709
15710 2001-07-18 [alfons]
15711
15712         0.5.0claws6
15713
15714         * src/summaryview.c
15715                 clean up
15716
15717         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15718           src/procmsg.[ch]
15719                 revise filtering; currently move, copy, marking have
15720                 been tested. if you like bleeding edge stuff, you
15721                 should definitely go for this version :)
15722
15723         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15724
15725 2001-07-17 [christoph]
15726
15727         * src/utils.c
15728                 timestamp log
15729
15730 2001-07-17 [alfons]
15731
15732         0.5.0claws5
15733
15734         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15735           bits in the mark file, without affecting either branch. Lots of
15736           files changed, also in claws branch.
15737
15738           UNTESTED: use of mbox folders
15739
15740         * src/summaryview.c
15741                 added mark all read; however this was a quick hack used for
15742                 cleaning up mess after initial merge with Hiroyuki
15743
15744         * configure.in
15745                 change claws version number back to 0.5.0claws5 to clear up 
15746                 confusion & pretension (recent release was technically 
15747                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15748
15749 2001-07-16 [alfons]
15750
15751         sync with Hiroyuki's 0.5.0cvs4
15752
15753 2001-07-16 [alfons]
15754
15755         0.5.1claws3
15756
15757         * src/filtering.[ch]
15758                 remove invalid updating of mark files for 
15759                 filter actions MATCHING_ACTION_MOVE and 
15760                 MATCHING_ACTION_DELETE; this should fix the
15761                 folder update bug
15762                 
15763         * src/procmsg.c
15764                 revert Christoph's stab at fixing the folder 
15765                 update bug
15766
15767         * po/POTFILES.in
15768                 add missing files with translatable strings
15769
15770         * src/summaryview.c
15771                 remove debug print
15772
15773 2001-07-15 [alfons]
15774
15775         * src/addr_compl.[ch], src/prefs_filtering.c
15776                 make "filtering pref dialog's destination entry" an
15777                 "address completable entry", if filter destination is 
15778                 an email address
15779
15780         0.5.1claws2
15781         
15782         sync with Hiroyuki's 0.5.0cvs2-3
15783
15784 2001-07-15 [christoph]
15785
15786         * src/procmsg.c
15787                 fixed folder stats update after incorporation
15788
15789 2001-07-15 [alfons]
15790
15791         * src/summaryview.c
15792                 * finish label colouring stuff (for now)
15793                 * fix incorrect colour bug (off by one) 
15794
15795 2001-07-14 [alfons]
15796
15797         * src/mainwindow.c
15798                 change text labels for news and mail message so there's
15799                 plenty of toolbar estate left
15800
15801         * configure.in
15802                 0.5.1claws1
15803
15804         * src/folderview.c
15805           src/folder.[ch]
15806                 sync with Hiroyuki's 0.5.0cvs1
15807
15808         * src/summaryview.c
15809                 more rewrite label colouring
15810
15811 2001-07-14 [alfons]
15812
15813         * src/summaryview.[ch]
15814                 * start rewrite label colouring 
15815                 * fix proper location "Add Sender To Addressbook" menu item
15816
15817 2001-07-13
15818
15819         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15820         (actually this is 0.5.0claws4)
15821
15822 2001-07-13 [alfons]
15823
15824         * po/pt_BR.po
15825                 * fix duplicate message
15826                 * add updated Portugese / Brazilian translation
15827                   submitted by Fabio Junior Beneditto
15828
15829 2001-07-12 [alfons]
15830
15831         * AUTHORS
15832                 add Jens
15833
15834         * po/nl.po
15835                 add updated Dutch translation
15836
15837         * po/de.po
15838                 add updated German translation submitted by Jens
15839
15840 2001-07-11 [alfons]
15841
15842         Prerelease before 0.5.0claws. Please test.
15843         This version is temporarily tagged as VERSION_0_5_0_TEST
15844
15845         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15846           src/prefs_scoring.c, src/prefs_matcher.c, 
15847           src/prefs_filtering.c, src/mbox.c, 
15848           src/main.c, src/inc.c, src/filtering.[ch]
15849                 revert new Hoa's new matcher (does not work yet)
15850
15851         * src/Makefile.am
15852                 clean up
15853
15854 2001-07-10
15855
15856         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15857
15858
15859 2001-07-10 [alfons]
15860
15861         * Makefile.am
15862                 add ChangeLog.claws to EXTRA_DIST
15863         * src/Makefile.am
15864                 add matcher_parser_parse.h to EXTRA_DIST
15865
15866 2001-07-10 [christoph]
15867
15868         * src/inc.c
15869                 add destination folder to table of
15870                 folders that need to be updated after
15871                 incorporation
15872
15873 2001-07-10 [alfons]
15874
15875         * folder.[ch]
15876           folderview.c
15877                 make collapse state of folders and folder items persistent, i.e.
15878                 if you collapse a folder tree, the next time sylpheed-claws starts 
15879                 up the folder tree remains collapsed.  
15880                 
15881 2001-07-10 [christoph]
15882
15883         * acconfig.h
15884         * configure.in
15885                 added --enable-ssl
15886         * src/md5.[ch]
15887                 renamed MD5_CTX to MD5_CTX_syl
15888                 conflicts with a struct in openssl
15889         * src/inc.c
15890         * src/main.[ch]
15891         * src/prefs_account.[ch]
15892         * src/socket.[ch]
15893                 SSL support for POP
15894         * src/mainwindow.c
15895                 fixed compose with current account
15896                 broken by new compose button stuff
15897
15898 2001-07-09 [hoa]
15899
15900         * AUTHORS
15901                 changed my email address
15902
15903         * src/matcher_parser_parse.y
15904                 clean the parser to remove conflicts
15905
15906 2001-07-09 [alfons]
15907
15908         * AUTHORS
15909                 add Match Grun
15910
15911         * configure.in
15912                 fix incorrect description of --enable-ldap parameter
15913
15914         * src/prefs_common.[ch]
15915           src/compose.c
15916                 add experimental option "smart wrapping" which makes the
15917                 compose editor auto wrap.
15918                 
15919                 | TODO: the problem with the buggy cursor handling is caused |
15920                 | by the GtkText. when deleting / backspacing text its       |
15921                 | wrapping algorithm does not take in account the previous   |
15922                 | line. should find a way to hack this in.                   |
15923                 | or should perhaps combine this with the word wrapping      |
15924                 | patch i wrote in january.                                  |
15925
15926         * src/about.c
15927                 show build parameters for LDAP and JPilot
15928
15929         * src/summaryview.c
15930                 revert Christoph's bugfix for selecting next unread message, 
15931                 because folder stats aren't updated correctly
15932
15933 2001-07-08 [hoa]
15934
15935         * src/filtering.c
15936         * src/mainwindow.c
15937         * src/matcher.c
15938         * src/matcher_parser_lex.l
15939         * src/matcher_parser_parse.y
15940         * src/prefs_filtering.c
15941         * src/prefs_scoring.c
15942         * src/scoring.c
15943                 bugfix of the config file parser
15944
15945 2001-07-08 [alfons]
15946
15947         * src/Makefile.am
15948                 added generated matcher sources to BUILT_SOURCES
15949
15950 2001-07-08 [hoa]
15951
15952         * src/Makefile.am
15953         * src/.cvsignore
15954                 added new config file parser
15955
15956         * src/scoring.[ch]
15957         * src/filtering.[ch]
15958         * src/matcher.[ch]
15959         * src/prefs_filtering.c
15960         * src/prefs_matcher.c
15961         * src/prefs_scoring.c
15962         * added src/matcher_parser.h
15963         * added src/matcher_parser_lex.h
15964         * added src/matcher_parser_lex.l
15965         * added src/matcher_parser_parse.y
15966                 lex & yacc config file parser
15967
15968         * src/mbox.c
15969         * src/inc.c
15970         * src/main.c
15971                 changes prefs_filtering into global_filtering           
15972
15973         * src/summaryview.c
15974                 build threads with subjects only if "Re: " is at the
15975                 beginning of the subject
15976
15977 2001-07-07 [paul]
15978
15979         0.5.0claws
15980
15981         sync with sylpheed 0.5.0
15982                 change of version number only
15983
15984 2001-07-06 [paul]
15985
15986         0.5.0claws5
15987
15988         sync with sylpheed 0.5.0pre5
15989
15990 2001-07-05 [paul]
15991
15992         sync with sylpheed 0.5.0pre4 release
15993                 /po and /manual/ja not sync'ed
15994
15995 2001-07-04 [paul]
15996
15997         more sync with sylpheed 0.5.0pre4
15998
15999 2001-07-03 [christoph]
16000
16001         * src/addressbook.c
16002                 fixed address book broken by address book
16003                 for VCard, JPilot, LDAP
16004
16005 2001-07-03 [alfons]
16006
16007         * src/matcher.c
16008         * src/textview.c
16009                 stopped memory leaks
16010
16011 2001-07-03 [paul]
16012
16013         more sync with sylpheed 0.5.0pre4
16014
16015 2001-07-02 [match]
16016
16017         * included address book patch for VCard, JPilot, LDAP
16018         * pref_common.c - fixed Font options on Display tab (cosmetic)
16019         * alertpanel.c - fixed truncated message
16020
16021 2001-07-02 [christoph]
16022
16023         * src/mbox_folder.c
16024         * src/procmsg.[ch]
16025         * src/summaryview.c
16026                 mark threads for ignoring
16027
16028 2001-07-02 [paul]
16029
16030         0.5.0claws4
16031
16032         * sync with sylpheed 0.5.0pre4
16033                 updated gettext to 0.10.38.
16034
16035 2001-07-01 [paul]
16036
16037         * src/ mainwindow.c
16038         * src/procmsg.h
16039         * src/summaryview.[ch]
16040                 new right-click option: Label.
16041                 substitute for 'Mark-->Mark/Unmark', colours the line.
16042                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16043
16044 2001-07-01 [christoph]
16045
16046         * src/folderview.c
16047                 fixed font for trash
16048         * src/summaryview.c
16049                 move ctree to unread message
16050
16051 2001-07-01 [paul]
16052
16053         * sync with sylpheed 0.5.0pre3 release
16054
16055 2001-06-30 [alfons]
16056
16057         * src/filesel.[ch]
16058         * src/compose.c
16059                 allow inserting / attaching multiple files in
16060                 the composer window
16061
16062 2001-06-30 [paul]
16063
16064         * src/codeconv.c
16065                 small change to Alfons' previous stuff so that it
16066                 actually makes
16067
16068 2001-06-30 [alfons]
16069
16070         * lots of files changed; first attempt to merge the changes
16071           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16072
16073 2001-06-30 [paul]
16074
16075         * po/pt_BR.po
16076                 updated and completed, translations by Fabio
16077                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16078
16079 2001-06-29 [alfons]
16080
16081         * src/compose.c
16082         * src/mimeproc.[ch]
16083                 allow selecting an attached files' mime type from a 
16084                 list of types.
16085
16086 2001-06-29 [paul]
16087
16088         * more sync with sylpheed 0.5.0pre3
16089
16090 2001-06-29 [paul]
16091
16092         * po/pt_BR.po
16093                 merge with sylpheed.pot and pt_BR.po provided by
16094                 Fabio Junior Beneditto.
16095
16096 2001-06-29 [darko]
16097
16098         * src/procmime.c
16099                 make MIME types case insensitive
16100
16101 2001-06-28 [alfons]
16102
16103         * po/nl.po
16104                 merge with sylpheed.pot and old nl.po; translations added.
16105
16106 2001-06-28 [paul]
16107
16108         * more sync with sylpheed 0.5.0pre3
16109
16110 2001-06-27 [alfons]
16111
16112         * src/summaryview.c
16113                 don't crash when removing parent node of messages
16114                 attracted by subject. this was caused by not deleting
16115                 the parent node from the subject line hash table.
16116
16117 2001-06-27 [alfons]
16118
16119         * src/summaryview.c
16120         * src/compose.[ch]
16121         * src/mainwindow.c
16122                 if there are multiple messages selected, allow forwarding
16123                 them as attachments.
16124
16125 2001-06-27 [paul]
16126
16127         * more sync with sylpheed 0.5.0pre3
16128
16129 2001-06-26 [paul]
16130
16131         0.5.0claws3
16132
16133         * sync with sylpheed 0.5.0pre3
16134
16135 2001-06-25 [paul]
16136
16137         * src/mainwindow.c
16138                 fixed 'compose news article' bug
16139                 from icon-and-text toolbar
16140
16141 2001-06-25 [paul]
16142
16143         * sync with sylpheed 0.5.0pre2 release
16144
16145 2001-06-24 [christoph]
16146
16147         * src/prefs_common.c
16148                 bug fix in font selection
16149         * src/folderview.c
16150                 use sylpheed's normal font instead of
16151                 gtk default font for folders without
16152                 new messages
16153
16154 2001-06-24 [alfons]
16155
16156         * src/mainwindow.[ch]
16157                 added composite compose mail / news button (an idea by Leandro
16158                 Pereira <leandro@linuxmag.com.br>)
16159
16160 2001-06-24 [paul]
16161
16162         Added instructions for ldif-to-xml.py
16163
16164         * tools/README
16165
16166 2001-06-23 [alfons]
16167
16168         Some minor things.
16169
16170         * src/pixmaps/stock_news_compose.xpm
16171                 added pixmap by Leandro
16172         * src/prefs_common.c
16173                 tested built-in spelling checker of GCC 3.0 :)
16174         * po/nl.po
16175                 merged dutch translation of sylpheed-main with
16176                 sylpheed.pot
16177
16178 2001-06-23 [paul]
16179
16180         Added tools directory and files.
16181
16182         * tools/filter_conv.pl
16183                 converts old filter system to new filtering system
16184         * tools/ldif-to-xml.py
16185                 converts netscape addressbook to sylpheed addressbook
16186         * tools/README
16187                 descriptions/instructions for above two files
16188
16189 2001-06-23 [christoph]
16190
16191         * src/inc.c
16192         * src/manage_window.[ch]
16193         * src/prefs_common.[ch]
16194                 mail retrieval dialog can be enabled, disabled
16195                 or hidden if non of sylpheed's windows is active
16196
16197 2001-06-22 [paul]
16198
16199         0.5.0claws2
16200
16201         * sync with sylpheed 0.5.0pre2
16202
16203 2001-06-21 [christoph]
16204
16205         * src/summaryview.c
16206                 show recipient on 'from' for all accounts
16207                 
16208         * src/inc.c
16209         * src/prefs_common.[ch]
16210                 disable error popup on mail receive errors
16211
16212 2001-06-21 [alfons]
16213
16214         * src/compose.c
16215                 made the ruler correctly appear and disappear.
16216
16217         * src/Makefile.am
16218                 removed Hoa's work-in-progress-stuff (interesting!) so 
16219                 claws compiles ok.
16220
16221 2001-06-20 [christoph]
16222
16223         * src/inc.c
16224         * src/progressdialog.c
16225                 added scrolled window for list in progressdialog
16226
16227 2001-06-20 [paul]
16228
16229         sync with sylpheed 0.5.0pre1 release
16230
16231 2001-06-20 [christoph]
16232
16233         * src/summeryview.c
16234                 make building threads by subject work when
16235                 thread view is enabled
16236                 
16237         * src/compose.c
16238         * src/prefs_common.[ch]
16239                 automatically select account for mail replys
16240
16241 2001-06-19 [sergey]
16242
16243         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16244         they are filled in from the account settings.
16245
16246 2001-06-19 [paul]
16247
16248         * more sync with sylpheed 0.5.0pre1
16249
16250 2001-06-18 [alfons]
16251
16252         * src/Makefile.am,
16253           src/procmime.c
16254                 added --sysconfdir to CPPFLAGS for pointing to the correct
16255                 location of mime.types. 
16256
16257                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16258                 or ./configure!
16259
16260 2001-06-18 [hoa]
16261
16262         * src/summaryview.c
16263                 fixed some bug when building threads
16264
16265 2001-06-18 [pau]l
16266
16267         * src/prefs_account.c
16268                 UI stuff: More changes to the English
16269
16270 2001-06-18 [paul]
16271
16272         * src/pixmaps/stock_news_compose.xpm: new file
16273         * src/Makefile.am
16274         * src/mainwindow.c
16275         * src/summaryview.c
16276                 Added new icon for Hoa's 'compose a news
16277                 message', plus minor improvements to the
16278                 English
16279
16280         * po/ja.po
16281         * ChangeLog
16282         * ChangeLog.jp
16283                 more sync with sylpheed 0.5.0pre1
16284
16285 2001-06-18 [hoa]
16286
16287         * src/compose.[ch]
16288         * src/mainwindow.c
16289                 Follow-up and reply to
16290
16291         * src/summaryview.[ch]
16292                 Build threads also with subjects
16293
16294 2001-06-17 [hoa]
16295
16296         * src/compose.c
16297                 forwarding use the current account.
16298
16299         * src/mainwindow.c
16300                 the "compose message" button has been replaced with
16301                 "new mail" and "new news" buttons
16302
16303         * src/prefs_common.[ch]
16304                 added a configuration option to use the forward button
16305                 as "forward as attachment"
16306                 changed reply and forward format description
16307
16308         * src/quote_fmt_lex.l
16309         * src/quote_fmt_parse.y
16310                 added message with no signature in format for reply
16311                 and forward.
16312
16313 2001-06-17 [paul]
16314
16315         Minor UI stuff
16316
16317         * src/mainwindow.c
16318         * src/summaryview.c
16319                 Improvements to the English
16320
16321         * src/prefs_common.c
16322                 Improvements to the English and some
16323                 clarity/continuity improvements in the
16324                 description of Quote symbols.
16325
16326 2001-06-17 [paul]
16327
16328         0.5.0claws1
16329
16330         * sync with sylpheed 0.5.0pre1
16331
16332 2001-06-17 [hoa]
16333
16334         * src/compose.c
16335                 Better interface for compose, displayed fields
16336                 are updated whenever we change account.
16337                 Newsgroups field is automatically filled.
16338
16339         * src/mainwindow.c
16340                 Newsgroups field is automatically filled.
16341
16342         * src/prefs_account.c
16343                 Some interface stuff when fields appear and
16344                 disappear.
16345
16346 2001-06-16 [paul]
16347
16348         0.4.99claws
16349
16350         * sync with sylpheed 0.4.99
16351
16352 2001-06-16 [sergey]
16353
16354         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16355         base64_decoder_free, base64_decoder_decode): new object and
16356         functions for decoding base64 streams.
16357         * src/procmime.c (procmime_decode_content): modified to use the
16358         new base64 decoder.
16359
16360 2001-06-15 [paul]
16361
16362         0.4.99claws10
16363
16364         * sync with sylpheed 0.4.99cvs11
16365
16366 2001-06-13 [paul]
16367
16368         0.4.99claws9
16369
16370         * sync with sylpheed 0.4.99cvs9
16371
16372 2001-06-13 [hoa]
16373
16374         * src/compose.c
16375         * src/prefs_account.c
16376
16377                 SMTP server can be defined in the news account
16378                 mime type of attachment are kept.
16379
16380         * src/summaryview.c
16381
16382                 now choose the highest important score between default
16383                 and important score of folder.
16384
16385 2001-06-09 [alfons]
16386         
16387         * src/prefs_common.c: 
16388
16389                 (prefs_quote_description_create): corrected description of 
16390                 quote format characters
16391
16392 2001-06-09 [paul]
16393
16394         0.4.99claws8
16395
16396         * sync with sylpheed 0.4.99cvs8
16397
16398 2001-06-08 [sergey]
16399
16400         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16401         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16402
16403 2001-06-08 [paul]
16404
16405         0.4.99claws7
16406
16407         * sync with sylpheed 0.4.99cvs7
16408
16409 2001-06-06 [sergey]
16410
16411         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16412         clashes with autogenerated header).
16413         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16414         * src/Makefile.am: added quote_fmt.h.
16415         * src/.cvsignore: added lex/yacc autogenerated files
16416         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16417
16418 2001-06-06 [paul]
16419
16420         0.4.99claws6
16421
16422         * sync with sylpheed 0.4.99cvs6
16423
16424 2001-06-06 [hoa]
16425
16426         * added src/quote_fmt_parse.h
16427         * src/compose.c
16428                 removed warnings
16429
16430         * src/prefs.[ch]
16431                 don't modify readonly configuration files
16432
16433         * src/prefs_account.c
16434         * src/prefs_common.c
16435         * src/prefs_customheader.c
16436         * src/prefs_display_header.c
16437         * src/prefs_filter.c
16438         * src/prefs_filtering.c
16439         * src/prefs_scoring.c
16440                 don't open dialog box when configuration files
16441                 are readonly
16442
16443 2001-06-05 [sergey]
16444
16445         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16446
16447         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16448         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16449         BUILT_SOURCES to make all files rebuild properly.
16450
16451         * src/compose.c: removed #include "quote_fmt.tab.h".
16452
16453         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16454         CHARACTER value in yylval.
16455
16456         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16457         receive CHARACTER value by documented means (yylval).
16458
16459         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16460
16461 2001-06-05 [hoa]
16462
16463         * src/Makefile.am
16464                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16465
16466         * src/filtering.c
16467         * src/matcher.c
16468         * src/matcher.h
16469         * src/prefs_filtering.c
16470                 now keep the configuration for execute action
16471
16472         * src/mbox_folder.c
16473                 fixed a warning
16474
16475 2001-06-05 [paul]
16476
16477         * sync with sylpheed 0.4.99cvs5
16478
16479 2001-06-05 [hoa]
16480
16481         * src/Makefile.am
16482                 added quote_fmt.[ch]
16483
16484         * added src/quote_fmt.y
16485         * added src/quote_fmt.l
16486         * added src/quote_fmt.tab.h
16487         * added src/quote_fmt.tab.c
16488         * added src/lex.quote_fmt.c
16489                 parsing configuration for replying
16490                 and forwarding
16491
16492         * src/prefs_common.[ch]
16493                 added configuration UI for replying
16494                 and forwarding
16495
16496         * src/compose.c
16497                 using configuration for replying
16498                 and forwarding
16499
16500 2001-06-04 [hoa]
16501
16502         * src/filtering.c
16503         * src/matcher.c
16504         * src/matcher.h
16505         * src/prefs_filtering.c
16506         * src/prefs_matcher.c
16507         * src/prefs_matcher.h
16508                 action "run a command" for filtering
16509                 and matching with a command.
16510                 fixed the "whole message" matching
16511
16512         * src/mbox_folder.c
16513                 changed temporary filename for security
16514
16515         * src/messageview.c
16516                 queue the notification if it fails to send.
16517
16518         * src/prefs_common.c
16519         * src/prefs_folder_item.c
16520                 changed the default important score             
16521
16522         * src/prefs_scoring.c
16523         * src/scoring.c
16524                 hide kill score input when the folder is not
16525                 a newsgroup
16526
16527 2001-06-03 [alfons]
16528
16529         * src/prefs_common.c:
16530
16531                 (prefs_font_select): pass font name in font entry box to font
16532                 selection dialog.
16533
16534 2001-06-03 [sergey]
16535
16536         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16537
16538 2001-06-03 [paul]
16539
16540         * sync with sylpheed 0.4.99cvs4
16541
16542 2001-06-03 [alfons]
16543
16544         * src/headerwindow.c:
16545
16546                 (headerwindow_show_cb): use the selected summary view item, not
16547                 the displayed item.
16548
16549 2001-06-02 [alfons]
16550
16551         * src/headerwindow.c:
16552
16553                 (headerwindow_show_cb): always try to show msginfo
16554
16555 2001-06-02 [hoa]
16556
16557         * src/compose.c
16558                 keep attached parts when reediting or forwarding.
16559
16560 2001-06-01 [hoa]
16561
16562         * src/folderview.c
16563         * src/prefs_folder_item.[ch]
16564         * src/prefs_scoring.[ch]
16565         * src/scoring.[ch]
16566         * src/summaryview.[ch]
16567         * src/main.c
16568         * src/mainwindow.c
16569         * src/prefs_common.[ch]
16570                 support for folder scoring
16571                 kill score and important score for messages
16572         
16573         * src/prefs_account.c
16574                 some display bug fixed for local account
16575                 preferences
16576
16577 2001-05-31 [alfons]
16578
16579         * src/summaryview.c:
16580
16581                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16582                 sender to address book menu item is disabled.
16583
16584 2001-05-30 [hoa]
16585
16586         * src/filtering.[ch]
16587         * src/summaryview.c
16588                 handling summary menu / filter messages
16589
16590         * src/folder.[ch]
16591                 add some stuff
16592
16593         * src/foldersel.c
16594                 imap folders now appears in list
16595
16596         * src/mbox_folder.c
16597                 doesn't crash if destination mail is not writeable
16598
16599 2001-05-29 [hoa]
16600
16601         * src/compose.c
16602                 removed some warnings
16603
16604         * src/filtering.c
16605         * src/folder.[ch]
16606         * src/prefs_filtering.c
16607                 global string to identify any folders           
16608                 removed some debug info
16609                 filtering to mbox folders is now possible
16610
16611         * src/mainwindow.c
16612                 removed some warnings
16613
16614         * src/mbox_folder.c
16615                 permission on files are changed to read/write for user only,
16616                 nothing for other.
16617                 creation of subfolder is handled better.
16618
16619 2001-05-28 [alfons]
16620
16621         Verified the sync for src/prefs_common.[ch] and
16622         src/prefs_account.[ch]. I believe there were some
16623         minor indentation differences.
16624
16625 2001-05-28 [paul]
16626
16627         0.4.99claws3
16628
16629         * sync with 0.4.99cvs3
16630
16631 2001-05-28 [hoa]
16632
16633         * src/compose.c
16634                 handling flags for mbox format
16635
16636         * src/filtering.c
16637                 use of mark file only for MH format
16638                 handling flags for mbox format
16639                 filtering cannot yet move or copy mails to mbox folders.
16640
16641         * src/folder.[ch]
16642                 changed move_msg, copy_msg,
16643                 move_msgs_with_dest, copy_msgs_with_dest functions
16644                 uses only folder->copy_msg() function
16645                 uses folder->finished_copy() to handle the destination
16646                 folder at the end of the copy or move operation.
16647
16648         * src/foldersel.c
16649                 included mbox directories.
16650
16651         * src/folderview.[ch]
16652         * src/mainwindow.c
16653                 handle folders operation for mbox format
16654
16655         * src/mbox.c
16656                 disable conversion of "From " header
16657
16658         * src/mbox_folder.[ch]
16659                 completion of mbox format handling
16660
16661         * src/mh.c
16662                 changed mh_copy_msg() function and
16663                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16664                 mh_copy_msgs_with_dest()
16665
16666         * src/prefs_filtering.c
16667                 removed some warnings
16668
16669         * src/prefs_matcher.c
16670                 default boolean operation is AND
16671
16672         * src/procheader.c
16673                 handling flags for mbox format
16674                 handling of "From " header
16675
16676         * src/procmsg.[ch]
16677                 removed data field
16678                 added MSG_REALLY_DELETED flags to handle deletion of
16679                 messages in mbox format.
16680
16681         * src/summaryview.c
16682                 handling flags for mbox format
16683                 disable the MSG_DELETED flags when messages
16684                 are deleted in mbox format
16685
16686         * src/textview.c
16687                 "From " headers display fixed.
16688
16689 2001-05-27 [alfons]
16690
16691         * src/textview.c:
16692                 
16693                 (get_email_part): skip quoted email addresses, like in e.g.
16694                 "'alfons@proteus.demon.nl'".
16695
16696 2001-05-26 [alfons]
16697
16698         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16699         and fixing the persistence troubles when using separate windows.
16700
16701         * src/mainwindow.c:
16702         
16703             Added #define SEPARATE_ACTION used in the gtk item factory for 
16704             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16705                 use gtk_item_factory_get_widget_by_action() to get the items.
16706                 
16707             Removed separate_widget_cb from the gtk item factory data   
16708           
16709             (mainwindow_create): connect separate_widget_cb() to check
16710             menu item "toggled" signal. also passing a MainWindow pointer
16711                 as object data for both check menu items.
16712                 
16713             (separate_widget_cb): definition of separate_widget_cb() to match
16714             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16715                 window using gtk_object_get_data(). The type of window separation 
16716                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16717         
16718         * src/prefs_filtering.c,
16719           src/prefs_matcher.c: added horizontal scrollbars
16720
16721 2001-05-25 [darko]
16722
16723         * src/headerview.c
16724                 fix segfault with invalid bold font
16725         * src/summaryview.c
16726                 correctly display summary stats after row is marked
16727
16728 2001-05-23 [sergey]
16729
16730         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16731         encodings with libjconv.
16732
16733 2001-05-23 [hoa]
16734
16735         * src/Makefile.am
16736                 added mbox_folder.[ch]
16737         * src/defs.h
16738                 mbox temporary folder
16739         * src/folder.[ch]
16740         * added src/mbox_folder.[ch]
16741         * src/folderview.c
16742         * src/procheader.[ch]
16743                 added mbox support
16744         * src/mbox.c
16745                 bugfix for file incorporation filtering
16746         * src/imap.c
16747                 enable creation of MBOX
16748         * src/prefs_display_header.c
16749                 enable use of headers like "From "
16750                 something that should be fixed :
16751                         displaying of such headers add an extra space
16752         * src/prefs_folder_item.c
16753                 don't create folders because it is not necessary
16754         * src/procmsg.h
16755                 added data field to MsgInfo for mbox internal use
16756         * src/summaryview.c
16757                 added some support for mbox
16758         * src/utils.[ch]
16759                 added get_mbox_cache_dir() function
16760
16761 2001-05-23 [hiroyuki]
16762
16763         * src/headerwindow.c
16764           src/inc.c
16765           src/main.c
16766           src/mh.c
16767           src/nntp.c
16768           src/procmsg.h
16769           src/session.h
16770           src/socket.[ch]
16771           src/summaryview.c
16772           src/textview.c
16773           src/automaton.c
16774           src/folderview.c: more sync with 0.4.99cvs2.
16775
16776         * src/headerwindow.c: reverted.
16777
16778 2001-05-22 [paul]
16779
16780         0.4.99claws2
16781
16782         * sync with sylpheed 0.4.99cvs2
16783                 * src/news.[ch]
16784                 * src/nntp.[ch]
16785                 * INSTALL
16786                 * INSTALL.jp
16787
16788 2001-05-22 [alfons]
16789
16790         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16791
16792 2001-05-21 [alfons]
16793
16794         Minor things:
16795
16796         * configure.in: if gnome-config not found, "no" is displayed
16797         
16798         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16799
16800         * src/textview.c: now also possible to add mail addresses by right
16801           clicking in the text view
16802
16803         * src/codeconv.c: merged patch which fixes endless loop when encountering
16804           invalid wide characters; from Alte <010@imis.ru>  
16805
16806 2001-05-20 [alfons]
16807
16808         Added installation of gnome specific things:
16809
16810         * Makefile.am: gnome conditional
16811
16812         * configure.in: check for installed gnome
16813
16814         * added sylpheed.png, sylpheed.desktop
16815
16816 2001-05-20 [sergey]
16817
16818         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16819
16820         * src/mainwindow.h (main_window_toolbar_create): created a button
16821         for "Reply to all".
16822         (main_window_set_toolbar_sensitive): enable/disable the new button
16823         appropriately.
16824         (toolbar_reply_to_author_cb): handle the new button.
16825
16826         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16827         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16828         failure).
16829
16830 2001-05-19 [sergey]
16831
16832         * src/compose.h (ComposeReplyMode): new modes
16833         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16834         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16835
16836         * src/compose.c
16837         (compose_send): move some code into a new function:
16838         (compose_current_mail_account): new function.
16839         (compose_reply): new argument to_author, all callers changed; if
16840         to_author==TRUE and account->protocol==A_NNTP, find and use an
16841         appropriate mail account for replying.
16842         (compose_reply_set_entry): new argument to_author; ignore
16843         compose->replyto if to_author==TRUE.
16844
16845         * src/mainwindow.c: new command "Message/Reply to author".
16846         (main_window_set_menu_sensitive): enable/disable it.
16847         (reply_cb): handle it.
16848
16849         * src/summaryview.c: new command "Reply to author".
16850         (summary_set_menu_sensitive): enable/disable it.
16851         (summary_reply_cb): handle it.
16852
16853         * src/account.c (account_find_mail_from_address): new function.
16854
16855 2001-05-18 [paul]
16856
16857         0.4.99claws1
16858
16859         * sync with sylpheed 0.4.99cvs1
16860
16861 2001-05-18 [hoa]
16862
16863         * src/compose.[ch]
16864         * src/filtering.c
16865         * src/summaryview.c
16866                 new filtering action : forward and forward as attachment
16867
16868         * src/main.c
16869                 no need for $DISPLAY when we run sylpheed --help
16870                 call to parse_cmd_opt() is moved
16871
16872         * src/mainwindow.[ch]
16873                 execute button is hidden when immediate execute
16874                 is chosen
16875
16876         * src/mh.c
16877         * src/news.c
16878         * src/prefs_folder_item.c
16879         * src/procmsg.c
16880                 better handling of missing directories
16881
16882         * src/summaryview.c
16883                 reedit is enabled in outbox
16884                 reedit is enabled in queue
16885
16886 2001-05-17 [hoa]
16887
16888         * src/filtering.c
16889         * src/matcher.[ch]
16890         * src/prefs_filtering.c
16891                 changed attachement into attachment
16892
16893 2001-05-17 [alfons]
16894
16895         0.4.67claws4    
16896
16897         * sync with sylpheed 0.4.67cvs9
16898         * sync with sylpheed 0.4.67cvs7-8
16899
16900 2001-05-17 [hoa]
16901
16902         * src/Makefile.am
16903                 added prefs_filtering.c
16904
16905         * src/filtering.[ch]
16906         * src/matcher.[ch]
16907                 removed action : forward_news and forward_news_as_attachement
16908                 (forward and forward_as_attachement can be used instead)
16909
16910         * src/mainwindow.c
16911                 added menu option to access filtering configuration
16912
16913         * src/prefs_account.c
16914                 changed mail_command default to /usr/sbin/sendmail
16915
16916         * added src/prefs_filtering.[ch]
16917                 dialog box for filtering configuration
16918
16919         * src/prefs_matcher.c
16920                 added function prefs_matcher_get_criteria_from_matching()
16921
16922         * src/prefs_scoring.c
16923                 reset the dialog when register or substitute is clicked
16924
16925 2001-05-15 [hoa]
16926
16927         * src/Makefile.am
16928                 added filtering.[ch]
16929         * src/inc.c
16930                 using filering.[ch] instead of filter.[ch]
16931         * src/main.c
16932                 reading new filtering configuration
16933         * src/matcher.[ch]
16934                 added some filtering actions
16935                 and fixed a bug for headers and mail body matching
16936         * src/mbox.c
16937                 using filering.[ch] instead of filter.[ch]
16938         * src/mh.c
16939                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16940         * src/summaryview.c
16941                 some fixes for filtering
16942
16943 2001-05-14 [hiroyuki]
16944
16945         * src/send.c: fixed some weird indentations.
16946           send_message_with_command(): call pclose() only if p != NULL.
16947         * src/textview.c: get_email_part(): modified the code for readability.
16948
16949 2001-05-14 [hiroyuki]
16950
16951         * src/md5global.h
16952           src/md5ify.c
16953           src/md5ify.h: removed from the cvs.
16954
16955 2001-05-13 [sergey]
16956
16957         * src/main.c: include rfc2015.h to avoid compiler warnings.
16958         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16959         the panel is already on screen.
16960         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16961         closing the alert window by ESC as "No".
16962         * src/prefs_common.c (prefs_interface_create): moved return
16963         receipt check button to the correct place.
16964
16965 2001-03-13 [alfons]
16966
16967         * src/prefs_common.c: 
16968                 moved return receipt check button to the Send tab. (prefs_send_create)
16969                 removed the date format ui related globals. (prefs_display_create)
16970
16971         0.4.67claws3
16972         
16973         * sync with sylpheed 0.4.67cvs5-6
16974
16975 2001-05-13 [paul]
16976
16977         * added Alfons' font selection patch
16978
16979         * src/defs.h
16980         * src/headerwindow.c
16981         * src/prefs_common.c
16982         * src/prefs_common.h
16983
16984 2001-05-13 [hoa]
16985         * src/defs.h
16986                 changed version of cache
16987         * src/matcher.[ch]
16988         * src/prefs_matcher.c
16989                 added additionnal matching criteria
16990         * src/procheader.c
16991         * src/procmsg.[ch]
16992         * src/news.c
16993                 added references in MsgInfo
16994
16995 2001-05-12 [hoa]
16996
16997         * src/defs.h
16998                 prepared some things for new filtering
16999         * src/matcher.[ch]
17000                 added some matching properties
17001                 inreplyto need to be enhanced
17002                 prepared some things for new filtering
17003         * src/messageview.c
17004                 added Return-Receipt-To handling
17005         * src/prefs_folder_item.c
17006                 changed default value to TRUE
17007         * src/prefs_matcher.c
17008                 added some matching properties
17009         * src/prefs_scoring.[ch]
17010                 the scoring dialog is finished
17011         * src/procheader.c
17012                 added Return-Receipt-To handling
17013                 Reference need to be added
17014         * src/procmsg.[ch]
17015                 added Return-Receipt-To handling
17016                 added threadscore to get a better score sorting when
17017                 threads are enabled
17018         * src/summaryview.c
17019                 suppressed a bug when we sort the list
17020                 when no folder is opened.
17021                 better score sorting when threads are enabled
17022
17023 2001-05-12 [alfons]
17024
17025         * reverted previous patch because of potential errors 
17026
17027         0.4.67claws2
17028         
17029         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17030                 applied "toggle mail-retrieval dialog window" patch submitted 
17031                 by Eric Limpens <eric@qnt.net>
17032
17033         * sync with sylpheed 0.4.67cvs4
17034
17035 2001-05-12 [sergey]
17036
17037         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17038         some picky compilers.
17039         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17040         * src/grouplist_dialog.c: include alertpanel.h.
17041         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17042         fix compile warning.
17043         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17044         #include "defs.h" before others to prevent the warning of `MIN'
17045         and `MAX' redefinition.
17046
17047 2001-05-11 [hoa]
17048
17049         * src/main.c
17050         * src/messageview.c
17051         * src/prefs_account.c
17052         * src/prefs_display_header.c
17053                 removed warning
17054         * src/Makefile.am
17055                 added prefs_scoring.[ch]
17056         * src/grouplist_dialog.c
17057                 display an error dialog box if the group list
17058                 cannot be fetched.
17059         * src/mainwindow.[ch]
17060                 added main_window_set_thread_option() function
17061                 scoring dialog box enabled
17062         * src/matcher.[ch]
17063                 added flags matching unread /new / marked
17064                 / deleted / replied / forwarded
17065         * src/news.c
17066                 newsgroups are now finally in newscache
17067         * src/prefs_matcher.[ch]
17068                 finished preferences for matching dialog
17069         * added src/prefs_scoring.[ch]
17070                 scoring dialog box completed
17071         * src/scoring.[ch]
17072                 conversion to string : added scoringprop_to_string()
17073                 write config for preferences :
17074                 added prefs_scoring_write_config()
17075         * src/summaryview.c
17076                 threads can be enabled/disabled independently
17077                 for each folder
17078
17079 2001-05-10 [alfons]
17080
17081         0.4.67claws1
17082         
17083         * AUTHORS: 
17084                 thought it would be nice to have a list of all
17085                 contributors (used Changelog as a reference)
17086         
17087         * configure.in: 
17088                 messed up version numbering...
17089
17090         0.4.66claws1
17091
17092         * sync with sylpheed 0.4.67cvs1-3
17093
17094 2001-05-10 [darko]
17095
17096         * src/prefs_common.c:
17097                 better UI for strftime format, double clicking
17098                 on format now inserts the format in text entry
17099                 replaced close button with standard OK/Cancel
17100                 moved date format button to the right of the
17101                 text entry field
17102
17103 2001-05-09 [alfons]
17104
17105         * src/gtkstext.c:
17106                 Ctrl-Home / Ctrl-End have proper cursor navigation
17107
17108 2001-05-09 [hoa]
17109
17110         * src/prefs_matcher.c
17111                 finished UI to define matching properties
17112                 added ok and cancel button
17113         * src/prefs_filter.c
17114                 added ok and cancel button
17115         * src/news.c
17116                 fixed some bug in xhdr parsing
17117
17118 2001-05-08 [alfons]
17119
17120         * src/textview.c: 
17121                 fixed a bug in textview_show_header(), which displayed two colons (':');
17122                 cleaned up some warnings
17123
17124 2001-05-08 [hoa]
17125
17126         * src/Makefile.am
17127                 added prefs_matcher.[ch]
17128                 compilation with -W -Wall
17129         * src/alertpanel.c
17130                 ungrab the mouse events if grabbed - does it
17131                 fix the bug for disposition notification ?
17132         * src/mainwindow.c
17133                 added a menu option to open the matching dialog.
17134         * src/matcher.[ch]
17135                 added matcherprop_to_string() and matcherlist_to_string()
17136                 fixed some bugs, changed the name of some options
17137                 age_sup and age_inf becomes age_greater and age_lower,
17138                 body and messageheaders becomes body_part and headers_part,
17139                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17140         * src/prefs_display_header.c
17141         * src/prefs_headers.c
17142                 fixed a bug that accidentally destroyed dialogs
17143                 when closed them with delete_event
17144                 Added *_deleted() which handle delete_event signal correctly.
17145         * src/prefs_folder_item.[ch]
17146                 added "enable_thread" field for future customization
17147         * added src/prefs_matcher.[ch]
17148                 sample of the UI to define matching properties
17149         * src/procheader.c
17150                 using procheader_headername_equal instead of str*cmp functions
17151                 using procheader_parse_header() function
17152         * src/scoring.c
17153                 using MATCHING_XXX instead of SCORING_XXX
17154         * src/summaryview.c
17155                 display the sender of the news even if this is ourself
17156                 when this is a news message.
17157         * src/textview.c
17158                 using headername_equal() instead of str*cmp functions
17159
17160 2001-05-08 [alfons]
17161
17162         0.4.66claws
17163
17164         * sync with sylpheed 0.4.66
17165         * src/gtkstext.c: trace logs added 
17166
17167 2001-05-08 [sergey]
17168
17169         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17170         signature check popup.
17171         * src/rfc2015.c (check_signature): show signature check popup only
17172         if it is enabled in preferences.
17173
17174 2001-05-07 [alfons]
17175
17176         0.4.66claws4
17177         
17178         * sync with sylpheed 0.4.66cvs6
17179
17180 2001-05-07 [darko]
17181
17182         * src/prefs_common.[ch]: added option to enable/disable
17183           looking up sender name in address book for summary pane
17184         * src/summaryview.c: look up sender in the address book
17185           by using Alfons' address completion code
17186
17187 2001-05-07 [hiroyuki]
17188
17189         * src/inc.h
17190           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17191           member of Pop3State.
17192         * src/news.c: brought #include "defs.h" before #include <glib.h>
17193           to prevent the warning of `MIN' and `MAX' redefinition.
17194
17195 2001-05-06 [hoa]
17196
17197         * removed src/headers_display.[ch]
17198         * removed src/prefs_display_headers.[ch]
17199         * src/inc.c
17200                 use a temporary file in the user directory for mbox import
17201         * src/news.c
17202                 added XHDR support to get "To" and "Cc" headers
17203                 (in order to match news with to or cc field for
17204                 scoring)
17205                 added function news_parse_xhdr() to get XHDR response
17206         * src/nntp.[ch]
17207                 added function nntp_xhdr()
17208         * src/matcher.c
17209                 fetch the message if necessary
17210
17211 2001-05-06 [alfons]
17212
17213         0.4.66claws3
17214
17215         * sync with sylpheed 0.4.66cvs3-5
17216
17217 2001-05-06 [hoa]
17218
17219         * src/utils.[ch]
17220                 added function itos_buf() to enable use of several buffers
17221         * src/summaryview.c
17222                 use of itos_buf() instead of itos() in summary list
17223                 to fix the broken display of message number.
17224
17225 2001-05-06 [alfons]
17226
17227         * src/gtkstext.c: bug in cursor up navigation fixed,
17228                 fixed another unsigned / signed comparison (we're getting there :-)
17229
17230 2001-05-06 [hoa]
17231
17232         * src/Makefile.am
17233                 added scoring.c scoring.h
17234                 prefs_folder_item.c prefs_folder_item.h
17235                 matcher.c matcher.h
17236         * src/defs.h
17237                 added FOLDERITEM_RC SCORING_RC
17238         * src/folder.[ch]
17239                 added prefs field in FolderItem :
17240                 properties for each folder (PrefsFolderItem),
17241                 sorting type and mode were added as the first properties.
17242         * src/main.c
17243                 read config for scoring
17244         * added src/matcher.[ch]
17245                 gives functions to parse configuration file to do
17246                 matching on mails with a list of conditions.
17247         * src/mainwindow.c
17248                 add option to sort by score
17249         * src/prefs_common.[ch]
17250                 added preference option to show score and for
17251                 the score column size
17252         * added src/prefs_folder_item.[ch]
17253                 properties for each folder (PrefsFolderItem),
17254                 sorting type and mode were added as the first properties.
17255         * src/procheader.[ch]
17256                 added procheader_parse_header()
17257                 added procheader_header_free()
17258                 added procheader_headername_equal()
17259                 and made modification to use them.
17260         * src/procmsg.[ch]
17261                 added score field to MsgInfo structure
17262         * added src/scoring.[ch]
17263                 gives functions to parse configuration file to do
17264                 scoring on mails with a list of conditions.
17265         * src/summaryview.[ch]
17266                 save the sorting type and mode for the folder
17267                 added column to display the score of the mail
17268                 added function summary_score_clicked()
17269                 sorting type and mode are restored to the folder
17270                 when it is reopen
17271         * src/textview.c
17272                 use procheader_parse_header(), procheader_headername_equal()
17273                 removed memory leak in text_scan_header when freeing headers
17274         * src/filter.c
17275                 changed the function to match names of headers
17276                 using procheader_headername_equal()
17277
17278         Scoring functions are implemented, an interface is needed
17279         to configure that.
17280
17281 2001-05-04 [alfons]
17282
17283         * src/gtkstext.c: 
17284                 hopefully fixed the row up navigation bug,
17285                 removed adding back / forward lines to cache
17286
17287 2001-05-04 [sergey]
17288
17289         * src/prefs_display_headers.c: user interface changes:
17290         (prefs_display_headers_create): remove unused "Show" check button;
17291         allow reordering of headers by dragging.
17292         (prefs_display_headers_write_config): remove unused variables.
17293         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17294         of lists (not needed with the new UI).
17295         (prefs_display_headers_set_list): scan lists starting from row 0,
17296         not 1 (do not skip "(New)").
17297         (prefs_display_headers_find_header): new function.
17298         (prefs_display_headers_clist_set_row): do not allow duplicates.
17299         (prefs_display_headers_delete_cb): do not skip row 0; treat
17300         closing the alert window by ESC as "No".
17301         (prefs_display_headers_up): do not protect row 0.
17302         (prefs_display_headers_down): do not protect row 0.
17303
17304 2001-05-04 [sergey]
17305
17306         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17307         functions.
17308
17309         * src/summaryview.c
17310         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17311         summary_select_next_marked, summary_select_prev_marked): new
17312         functions.
17313
17314 2001-05-03 [sergey]
17315
17316         * src/news.c: fixed a bug when no article can be fetched after
17317         server timeout if the connection was restored by news_post():
17318         (news_select_group): new function.
17319         (news_fetch_msg): call news_select_group() before fetching
17320         article.
17321         (news_get_uncached_articles): set session->group after successful
17322         GROUP command.
17323
17324 2001-05-03 [hoa]
17325
17326         * src/defs.h
17327         * src/procmsg.[ch]
17328         * src/procheader.c
17329                  changed version of cache, added cc field
17330
17331         * src/prefs_display_headers.c
17332                 the interface was changed
17333
17334         * src/prefs_headers.c
17335                 added cancel button
17336
17337 2001-05-03 [alfons]
17338
17339         * completed sync of sylpheed cvs2
17340         * src/gtkstext.c: updated row up / down cursor navigation
17341         * src/textview.c: re-edited, prepared for fixing the email address
17342                 scanner.
17343
17344 2001-05-03 [darko]
17345
17346         * src/prefs_common.c: use alfons' strftime ui code
17347         entry_datefmt and datefmt_sample widgets have to be
17348         global in this module because of this change
17349
17350 2001-05-03 [hoa]
17351
17352         * src/messageview.c
17353         * src/prefs_common.[ch] added option to activate the return receipt
17354                 feature.
17355
17356 2001-05-02 [alfons]
17357
17358         * src/gtkstext.c: fix for row up/down cursor navigation. 
17359
17360         0.4.66claws2
17361         
17362         * sync with 0.4.66cvs2
17363
17364 2001-05-02 [paul]
17365
17366         added add-sender-to-addressbook patch
17367
17368         * src/addressbook.c
17369         * src/addressbook.h
17370         * src/summaryview.c
17371
17372 2001-05-02 [sergey]
17373
17374         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17375         G_ALERTDISABLE.
17376
17377         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17378         all existing callers changed to pass FALSE; create a check button
17379         to disable the message.
17380         (alertpanel_message_with_disable): new function.
17381         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17382         (alertpanel_button_toggled): new function.
17383         (alertpanel_button_clicked, alertpanel_close): set value using
17384         G_ALERT_VALUE_MASK.
17385
17386         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17387
17388         * src/prefs_common.c (prefs_privacy_create): new check button
17389         checkbtn_gpgme_warning.
17390
17391         * src/main.c (main): moved preferences reading before gpgme
17392         initialization; check prefs_common.gpgme_warning before giving the
17393         GnuPG warning and set it to FALSE if the user wants to disable the
17394         warning.
17395
17396 2001-05-02 [hiroyuki]
17397
17398         * src/prefs_display_headers.c: modified the layout and some labels.
17399
17400 2001-05-02 [sergey]
17401
17402         * src/prefs_account.c (prefs_account_fix_size): new function.
17403         (prefs_account_create): call prefs_account_fix_size(); use
17404         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17405         size when the window is shown for the first time).
17406         (prefs_account_basic_create): changed layout of serv_table; moved
17407         localmbox_entry above smtpserv_entry (logically it replaces
17408         POP3/IMAP server).
17409         (prefs_account_protocol_activated): set sensitivity of
17410         nntpauth_chkbtn according to the protocol (in addition to
17411         hide/show); commented out gtk_table_set_row_spacing() calls.
17412         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17413         not sensitive (fixes a bug with disabled username/password boxes
17414         when editing POP3 account after NNTP with authentication).
17415
17416 2001-05-02 [hoa]
17417
17418         * src/account.c
17419         * src/inc.c
17420         * src/prefs_account.[ch]
17421         * src/send.c
17422                 removed local account without SMTP server
17423                 added option to use mail command instead of a connexion
17424                 to SMTP server when a local account is used
17425         * src/prefs_headers.c
17426                 fixed a bug
17427         * src/news.c
17428                 fixed a bug when connexion immediately closed
17429
17430 2001-05-01 [alfons]
17431
17432         0.4.66claws1
17433         
17434         * sync with 0.4.65
17435
17436 2001-05-01 [sergey]
17437
17438         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17439         widget nntpauth_chkbtn.
17440         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17441         visibility.
17442         (prefs_account_nntpauth_toggled): new function.
17443
17444         * src/news.c (news_session_new_for_folder): use NNTP
17445         authentication only if ac->use_nntp_auth is set.
17446
17447 2001-05-01 [hoa]
17448
17449         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17450         * src/prefs_display_headers.c changed the UI
17451         * src/prefs_headers.c changed account_name to account_id
17452         * src/compose.c using customheader.h
17453
17454 2001-05-01 [hiroyuki]
17455
17456         * src/esmtp.c
17457           src/news.c
17458           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17459           unsynched.
17460
17461 2001-05-01 [hoa]
17462
17463         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17464         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17465                 for displaying of headers
17466         * src/grouplist_dialog.[ch] minor changes to remove warnings
17467         * src/prefs_display_headers.[ch] dialog to choose the
17468         headers to display in the mail viewer.
17469         * src/headers.h correction of #define
17470         * src/headers_display.[ch] configuration for displaying of headers.
17471         * src/main.c read config of displaying of headers
17472         * src/prefs_common.c add a button to access the config dialog
17473                 for displaying of headers
17474         * src/prefs_display_headers.[ch] dialog for configuration for
17475                 displaying of the headers.
17476         * src/prefs_headers.c cleaning of code
17477         * src/procheader.c comments added to code
17478         * src/textview.c changes to reorder the headers depending
17479                 on the config for displaying of headers
17480
17481 2001-04-30 [alfons]
17482
17483         0.4.65claws7
17484
17485         * sync with 0.4.65cvs12
17486
17487         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17488
17489 2001-04-30 [sergey]
17490
17491         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17492
17493         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17494         is set to force reconnection after authentication failure.
17495         (nntp_gen_command): set sock->auth_failed on authentication
17496         failure, or if sock->userid and sock->passwd are not set.
17497
17498         * src/news.c (news_session_new_for_folder): set userid=NULL if
17499         password dialog is cancelled.
17500
17501 2001-04-30 [sergey]
17502
17503         * src/nntp.h (NNTPSockInfo): new type.
17504
17505         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17506         SockInfo.
17507         (nntp_open_auth, nntp_close): new functions.
17508         (nntp_gen_command): new function to handle authentication; all
17509         NNTP command functions updated to use it.
17510         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17511         (nntp_list): removed old useless code.
17512
17513         * src/news.h (NNTPSession): new field nntp_sock.
17514
17515         * src/news.c: all functions updated to use NNTPSockInfo instead of
17516         SockInfo.
17517         (news_session_new): new arguments (userid, passwd); made static;
17518         use nntp_open_auth() if needed.
17519         (news_session_destroy): use nntp_close() instead of sock_close().
17520         (news_query_password): changed arguments.
17521         (news_session_new_for_folder): new function.
17522         (news_session_get): use news_session_new_for_folder().
17523         (news_authenticate): deleted.
17524         (news_get_uncached_articles): removed old authentication code.
17525
17526 2001-04-30 [sergey]
17527
17528         * src/news.c: reverted my previous changes (need to do NNTP
17529         authentication in a cleaner way).
17530         
17531 2001-04-29 [sergey]
17532
17533         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17534         news_nntp_post, news_nntp_mode): new functions (wrappers with
17535         authentication support).
17536         (news_get_article_cmd, news_get_article, news_get_header): new
17537         argument "folder"; all callers changed.
17538         (news_get_article_cmd): added authentication support.
17539         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17540         (news_post): use news_nntp_post() instead of nntp_post().
17541         (news_get_uncached_articles): use news_nntp_group() instead of
17542         nntp_group() and news_nntp_xover() instead of nntp_xover();
17543         removed old authentication code.
17544         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17545
17546         * src/nntp.c (nntp_list): return real error code instead of
17547         hardcoded NN_ERROR.
17548
17549 2001-04-29 [sergey]
17550
17551         * configure.in: fixed wint_t typedef detection again
17552
17553 2001-04-28 [hoa]
17554
17555         * src/prefs_account.[ch], added A_LOCAL_CMD
17556                 (send mail with mail command)
17557         * src/send.c added function send_message_with_command()
17558         * src/inc.c made a more secure get_spool() function with
17559                 mktemp() but maybe mkstemp() or something more
17560                 secure can be used.
17561
17562 2001-04-28 [alfons]
17563
17564         * src/textview.c, colorization of email addresses in headers
17565
17566         0.4.65claws6
17567
17568         * bug sync with sylpheed
17569         * prefs_common.c: created date format ui for darko
17570         * sync with 0.4.65cvs11
17571         * configure.in: corrected to have the new gpg checks
17572
17573 2001-04-27 [alfons]
17574
17575         * completed sync with 0.4.65cvs10
17576         * minor debug things added to gtkstext.c
17577
17578 2001-04-27 [darko]
17579
17580         * configure.in: remove check for availability of
17581           strftime() as advised by Hiroyuki
17582         * src/prefs_common.[ch], src/procheader.c:
17583           synch strftime() code with Hiroyki's main branch
17584
17585 2001-04-26 [sergey]
17586
17587         * src/news.c: news_query_password(), news_authenticate(): new
17588           functions.
17589           news_get_uncached_articles(): added NNTP authentication
17590           handling.
17591         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17592           new functions.
17593         * src/prefs_account.c: prefs_account_protocol_activated():
17594           enable userid and password fields for NNTP.
17595
17596 2001-04-26
17597
17598         * configure.in: check for availability of strftime()
17599           [darko]
17600         * src/prefs_common.[ch], src/procheader.c: use
17601           strftime() for displaying date in summary pane if it
17602           is available
17603
17604 2001-04-25
17605
17606         * more .cvsignore cleanups [alfons]
17607
17608 2001-04-25
17609
17610         * ac/sv-check-type.m4: new autoconf macro.
17611         * configure.in: fixed wint_t typedef detection (did not work
17612           with gcc-2.96).
17613
17614 2001-04-25
17615
17616         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17617           [hiroyuki]
17618
17619 2001-04-24
17620         * modified gtkstext.c : buggy cursor navigation fixed, 
17621           and font descent also taken in account when drawing
17622           cursor. [alfons]
17623
17624 2001-04-24 [hoa]
17625         * added comments in src/news.c src/nntp.c
17626         * added src/prefs_headers.[ch]
17627         * added src/headers.[ch]
17628         * modified compose.c to activate custom headers
17629                 added function is_in_custom_headers
17630         * modified prefs_account.[ch]
17631                 added function prefs_account_customhdr_edit
17632         * modified src/defs.h :
17633                 added HEADERS_RC : name of the config file
17634                 for the custom headers
17635
17636 2001-04-24
17637
17638     0.4.65claws5
17639
17640         * configure.in
17641           src/gtkstext.[ch]
17642           src/compose.c
17643           src/Makefile.am
17644           
17645           added gtkstext with configure.in patch by Hiroyuki which
17646           should fix the XIM detection [alfons]
17647
17648         * more clean up of cvs [alfons]
17649
17650                  * removed all Makefile.in files to attic.
17651
17652                  * updated all .cvsignores to really ignore things that could
17653                    be unintentionally committed by a recursive commit.
17654
17655 2001-04-23 [hoa]
17656         * added src/grouplist_dialog.[ch]
17657         * changed src/folderview.c to call grouplist_dialog instead
17658                 of inputdialog
17659         * src/news.c :
17660                 added functions news_reset_group_list
17661                 and news_get_group_list
17662         * src/nntp.c :
17663                 added function nntp_list
17664         * src/defs.h :
17665                 added GROUPLIST_FILE : name of the newsgroup list cache file
17666
17667 2001-04-21
17668
17669         * added option to warn about queued messages on exit [sergey]:
17670
17671           * src/compose.c: compose_queue(): call folder_item_scan()
17672             and folderview_update_item() after queueing.
17673           * src/folderview.c: folderview_update_node(): draw the queue
17674             folder in bold font if there are queued messages.
17675           * src/mainwindow.c: queued_messages(): new function.
17676             app_exit_cb(): display warning if there are queued messages
17677             if warn_queued_on_exit is set.
17678           * prefs_common.[ch]: add warn_queued_on_exit option.
17679
17680         * enhanced GnuPG key selection support [sergey]:
17681
17682           * src/select-keys.c: updated to newer version from Win32
17683             branch with support for selecting arbitrary keys.
17684           * src/prefs_account.c: added the Privacy tab to the account
17685             options window.
17686             prefs_account_privacy_create(),
17687             prefs_account_sign_key_set_data_from_radiobtn(),
17688             prefs_account_sign_key_set_radiobtn(): new functions.
17689           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17690           * src/rfc2015.c: set_signers(): new function.
17691             pgp_sign(): add the account parameter, call set_signers().
17692             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17693           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17694           * src/compose.c: pass the current account to rfc2015_sign().
17695
17696         * tag name claws added to prevent confusion with main branch [alfons]
17697
17698         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17699
17700         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17701
17702         * sync with recent sylpheed cvs. Untested though. [alfons]
17703