f2a62cfd67d4321a357bcb79fa0a47552539ad31
[claws.git] / ChangeLog.claws
1 2003-07-28 [christoph]  0.9.3claws64
2
3         * src/folder.[ch]
4         * src/imap.c
5         * src/mh.c
6                 return new message numbers as a GRelation instead of a GSList
7                 that has to be in the same order as the input list. A list
8                 would make it hard for IMAP to optimize oepration by sorting
9                 the input list. The returned list would have to be reordered
10                 to match the same order that input list has.
11
12         * src/gtk/gtkaspell.c
13                 fix missing return value, could cause a crash when garbage is
14                 on the stack that is used as the expected return value
15
16 2003-07-28 [paul]       0.9.3claws63
17
18         * sync with 0.9.4cvs1
19                 see ChangeLog 2003-07-28
20
21 2003-07-27 [alfons]     0.9.3claws62
22
23         * src/mimeview.c
24                 tweak it more to make icon list act like a check button group
25
26 2003-07-27 [christoph]  0.9.3claws61
27
28         * sync with 0.9.3cvs20
29                 see ChangeLog 2003-07-25
30
31 2003-07-27 [paul]       0.9.3claws60
32
33         * src/procmsg.c
34                 re-commit changes from 0.9.3claws58 -
35                 accidently removed in 0.9.3claws59
36
37 2003-07-27 [paul]       0.9.3claws59
38
39         * src/procmsg.[ch]
40                 a sync from 0.9.3cvs17
41                 see ChangeLog 2003-07-23
42
43 2003-07-27 [alfons]     0.9.3claws58
44
45         * src/procmsg.c
46                 add missing header members to MsgInfo; fixes the problem of 
47                 not displaying X-Faces, as noticed by Ricardo Mones
48
49 2003-07-26 [christoph]  0.9.3claws57
50
51         * sync with 0.9.3cvs18
52                 see ChangeLog 2003-07-24
53
54 2003-07-26 [christoph]  0.9.3claws56
55
56         * sync with 0.9.3cvs17
57                 see ChangeLog 2003-07-23
58
59 2003-07-26 [christoph]  0.9.3claws55
60
61         * src/folder.[ch]
62         * src/imap.c
63         * src/mbox_folder.c
64         * src/mh.c
65         * src/news.c
66                 add support for copy function that copy multiple messages
67                 (not implemented yet)
68
69         * src/summaryview.c
70                 add missing return value
71
72 2003-07-26 [paul]       0.9.3claws54
73
74         * tools/multiwebsearch.pl
75                 do whitespace substitution before passing the string
76                 to the browser. fixes bug with browsers that don't
77                 do whitespace conversion themselves.
78
79 2003-07-25 [christoph]  0.9.3claws53
80
81         * src/folder.[ch]
82         * src/imap.c
83         * src/mh.c
84                 rewrite adding of multiple messages to a folder for
85                 claws' folder system
86
87 2003-07-25 [luke]       0.9.3claws52
88
89         * src/mimeview.c
90                 o icon toggles set correctly on leaving ctree mimeview
91
92 2003-07-25 [paul]       0.9.3claws51
93
94         * partial sync with 0.9.3cvs21 [src/main.c]
95                 see ChangeLog 2003-07-25
96
97 2003-07-24 [paul]       0.9.3claws50
98
99         * tools/maildir2sylpheed.pl
100                 fix typo
101
102 2003-07-24 [paul]       0.9.3claws49
103
104         * src/mimeview.c
105                 increase the gutter size of paned so that the panes
106                 can be resized
107                 
108         * src/plugins/demo/demo.c
109                 squeeze in another typo fix
110
111 2003-07-24 [paul]       0.9.3claws48
112
113         * src/plugins/demo/demo.c
114           src/prefs_account.c
115                 small changes to the English
116                 
117         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
118           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
119           src/Makefile.am
120           src/stock_pixmap.c
121                 rename the misspelled icon
122
123 2003-07-23 [alfons]     0.9.3claws47
124
125         * src/mimeview.c
126                 make icon list look like a list of toggles
127
128 2003-07-23 [luke]       0.9.3claws46
129
130         * src/pixmaps/mimeview_gpg_expired.xpm
131         * src/pixmaps/mimeview_gpg_failed.xpm
132         * src/pixmaps/mimeview_gpg_passed.xpm
133         * src/pixmaps/mimeview_text_html.xpm
134         * src/pixmaps/mimeview_image.xpm
135                 o all icons the same size
136
137         * src/mimeview.[ch]
138                 o mimeview ctree arranged vertically above the viewer
139                 o icons changed to buttons
140                 o can use keyboard to select an icon (Enter)
141                 o resize icon list to width of icons
142
143         *  src/gtk/gtkvscrollbutton.c
144                 o sensitivity of buttons reacts to position
145
146 2003-07-23 [christoph]  0.9.3claws45
147
148         * sync with 0.9.3cvs14 (incomplete)
149                 see ChangeLog 2003-07-17
150
151 2003-07-23 [alfons]     0.9.3claws44
152
153         * src/folder.c
154         * src/procmsg.h
155                 sync with my local tree to restore some claws-only things
156
157 2003-07-23 [paul]       0.9.3claws43
158
159         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
160           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
161           src/Makefile.am
162           src/mimeview.c
163           src/procmime.h
164           src/rfc2015.c
165           src/stock_pixmap.[ch]
166                 indicate missing keys and expired sigs/keys
167                 in mime view column
168
169 2003-07-23 [paul]       0.9.3claws42
170
171         * src/compose.c
172                 Redirect fixes: enable automatic account selection and
173                 do not append signature to message on changing account
174                 fixes Bug[s] #248
175
176 2003-07-23 [paul]       0.9.3claws41
177
178         * sync with 0.9.3cvs16
179                 see ChangeLog 2003-07-23
180
181 2003-07-23 [alfons]     0.9.3claws40
182
183         * src/inc.c
184                 give progress dialog a main window, and give it the first 
185                 one (presumably the only one). fixes bug #247, "segfault on 
186                 pop-before-smtp" 
187
188 2003-07-22 [alfons]     0.9.3claws39
189
190         * src/summaryview.c
191                 shift-space scrolls up
192
193 2003-07-22 [paul]       0.9.3claws38
194
195         * sync with 0.9.3cvs15
196                 see ChangeLog 2003-07-22
197
198 2003-07-20 [alfons]     0.9.3claws37
199
200         * src/compose.c
201                 put menu inside #ifdef USE_ASPELL..#endif
202
203 2003-07-20 [christoph]  0.9.3claws36
204
205         * src/procmsg.c
206                 fix wrong flags in MsgInfo returned by
207                 procmsg_msginfo_get_full_info()
208
209         (closes Bug 221 Deleting messages from the Message View gives incorrect
210          new/unread message counts in the folder view)
211
212         * src/plugins/spamassassin/spamassassin_gtk.c
213                 add gettext macro for prefs page title
214
215 2003-07-20 [paul]       0.9.3claws35
216
217         * src/mimeview.c
218                 redraw icon list on signature check
219
220 2003-07-20 [christoph]  0.9.3claws34
221
222         * src/Makefile.am
223         * src/account.c
224         * src/folder.[ch]
225         * src/folder_item_prefs.[ch]            ** NEW **
226         * src/folderview.c
227         * src/mainwindow.c
228         * src/mh.c
229         * src/prefs_gtk.c
230         * src/prefs_scoring.c
231         * src/summaryview.c
232         * src/prefs_folder_item.[ch]
233                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
234                   Properties dialog
235                 o use prefswindow for folder properties
236
237         * src/gtk/prefswindow.[ch]
238                 change implementation to use an invisible notebook instead
239                 of unparenting widgets
240
241 2003-07-20 [christoph]  0.9.3claws33
242
243         * src/compose.h
244         * src/folder.c
245         * src/folderview.h
246         * src/headerview.h
247         * src/prefs_filtering.h
248         * src/prefs_folder_item.[ch]
249         * src/procmime.h
250         * src/procmsg.h
251         * src/summaryview.h
252                 clean up header mess
253                 (always use 1. typedefs, 2. #includes, 3. structures)
254
255         * src/common/version.h.in
256                 add casts for constants
257
258         * src/plugins/demo/demo.c
259                 fix typo
260
261         * src/plugins/spamassassin/spamassassin.c
262                 remove unused variable
263
264 2003-07-20 [alfons]     0.9.3claws32
265
266         * src/mimeview.c
267                 o make icon buttons respond on left click
268                 o minor cosmetic change
269
270 2003-07-19 [luke]       0.9.3claws31
271
272         * src/mimeview.[ch]
273         * src/gtk/gtkvscrollbutton.c
274         * src/messageview.c
275                 o improved mimeview behaviour when selecting a new message
276                 o plus code cleanups to remove compile warnings
277
278
279 2003-07-19 [alfons]     0.9.3claws30
280
281         * src/procmsg.c
282         * src/compose.c
283         * src/common/utils.[ch]
284                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
285
286 2003-07-19 [alfons]     0.9.3claws29
287
288         * src/prefs_folder_item.c
289                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
290                 string pointers
291
292 2003-07-19 [luke]       0.9.3claws28
293
294         * src/messageview.c
295         * src/mimeview.[ch]
296         * src/procmime.h
297         * src/rfc2015.c
298         * src/stock_pixmap.[ch]
299         * src/gtk/Makefile.am
300         * src/Makefile.am
301         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
302         * src/pixmaps/mime_*.xpm                ** NEW **
303                 o mimeview rearrangement with a new icon shortcut bar
304         
305 2003-07-19 [alfons]     0.9.3claws27
306
307         * src/folderview.c
308                 o plug leaking nodes_to_recollapse
309                 o add folderview_recollapse_all_nodes() (not used yet)
310
311 2003-07-19 [alfons]     0.9.3claws26
312
313         * src/compose.c
314         * src/common/utils.c
315                 honour #240 "Better SUBJECT handling" by cleaning the prefix
316                 for both forwarding as replying
317
318 2003-07-18 [christoph]  0.9.3claws25
319
320         * configure.ac
321         * src/common/sylpheed.[ch]
322         * src/common/version.h.in
323                 add version in numeric form to allow easy comparison
324
325         * src/plugins/demo/demo.c
326                 add version check
327                 - sylpheed version > plugin version => never allowed, sylpheed
328                   could contain unknown API changes
329                 - sylpheed version < minimum version required => don't load,
330                   API required not available (if linking does not fail)
331
332 2003-07-18 [alfons]     0.9.3claws24
333         
334         * src/common/plugin.[ch]
335                 const correctness
336
337 2003-07-18 [christoph]  0.9.3claws23
338
339         * src/common/hooks.c
340                 fix crash when hooks where unregisted
341
342         * src/plugins/trayicon/trayicon.c
343                 unregister detroy signal before destroying the widget
344                 (still crashes when the plugin is unloaded)
345
346 2003-07-18 [alfons]     0.9.3claws22
347         
348         * src/folderview.c
349                 delay expanding folder tree during drags until timeout triggered
350                 (needs perhaps some tweaking, so testing is welcome)
351
352 2003-07-17 [alfons]     0.9.3claws21
353
354         * src/folderview.c
355                 clean up cruft
356
357 2003-07-17 [christoph]  0.9.3claws20
358
359         * src/common/session.c
360                 fix opening of SSL connections
361
362         * src/plugins/image_viewer/Makefile.am
363                 add OPENSSL_CFLAGS (we should find a better solution to remove
364                 this dependencies if they are not required)
365
366         * src/plugins/spamassassin/spamassassin.c
367                 remove setlocale workaround (fixed in libspamc)
368
369 2003-07-17 [alfons]     0.9.3claws19
370
371         * src/common/hooks.[ch]
372         * src/plugins/clamav/clamav_plugin.c
373         * src/plugins/spamassassin/spamassassin.c
374         * src/plugins/trayicon/trayicon.c
375                 fix signedness muck 
376
377 2003-07-17 [alfons]     0.9.3claws18
378
379         * src/procmime.c
380                 plug memleak
381
382 2003-07-17 [alfons]     0.9.3claws17
383
384         * src/inc.c
385                 plug memleak
386
387 2003-07-17 [paul]       0.9.3claws16
388
389         * src/common/defs.h
390           src/mainwindow.c
391           src/manual.[ch]
392                 add link to the Claws site's FAQ page, after the suggestion
393                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
394                 Move url strings to defs.h
395                 
396         * src/mainwindow.c
397                 fix typo to prevent "unknown menu entry" warnings
398
399 2003-07-17 [alfons]     0.9.3claws15
400
401         * src/folderview.[ch]
402         * src/summaryview.[ch]
403         * src/mimeview.[ch]
404                 plug DnD leaks 
405
406 2003-07-17 [paul]       0.9.3claws14
407
408         * src/inc.c
409                 remove two instances of 'GTK_EVENTS_FLUSH' because
410                 they are unnecessary and probably cause a stack overflow
411
412 2003-07-16 [christoph]  0.9.3claws13
413
414         * src/mimeview.[ch]
415                 use an invisible GTK notebook to switch between viewers
416                 instead of reparenting widgets
417
418 2003-07-16 [christoph]  0.9.3claws12
419
420         * src/folder.c
421                 move folder_item_update_freeze() to correct place in
422                 folder_item_scan_full()
423
424 2003-07-16 [paul]       0.9.3claws11
425
426         * sync with 0.9.3cvs12
427                 see ChangeLog 2003-07-14 and 2003-07-15
428
429 2003-07-16 [christoph]  0.9.3claws10
430
431         * src/imap.[ch]
432         * src/prefs_account.[ch]
433                 sync IMAP CRAM-MD5 authentication with sylpheed-main
434
435 2003-07-15 [alfons]     0.9.3claws9
436
437         * src/main.c
438                 make --config-dir do something useful
439
440 2003-07-15 [alfons]     0.9.3claws8
441
442         * src/procmsg.c
443                 o fix a bug where 'last' didn't really point to the last message
444                   in the top level list of children, but to the last threaded
445                   message. 
446                 
447                 o clean up and make it easier to sync
448
449 2003-07-15 [alfons]     0.9.3claws7
450
451         * src/mainwindow.c
452                 make correct menu items sensitive       
453
454 2003-07-14 [alfons]     0.9.3claws6
455
456         * src/procmsg.c
457                 tune the threader so it will not subject-thread any message
458                 without a subject prefix (this will not thread correctly if 
459                 a parent is delivered after their childs, but it looks 
460                 better right now)
461
462 2003-07-13 [christoph]  0.9.3claws5
463
464         * src/mainwindow.c
465                 group "Add mailbox *..." menu items in submenu
466
467 2003-07-13 [alfons]     0.9.3claws4
468
469         * src/summaryview.c
470                 correct summary_toggle_pressed() signature and make sure
471                 signal is not passed on
472
473 2003-07-13 [alfons]     0.9.3claws3
474
475         * src/summaryview.c
476                 o for now don't pass on keys when they we're handled by 
477                   ctree::key_press_event
478                 o clean up
479
480 2003-07-13 [alfons]     0.9.3claws2
481         
482         * src/main.c
483                 add command line option "--config-dir" to get the current 
484                 configuration dir
485
486 2003-07-12 [alfons]     0.9.3claws1
487
488         * src/matcher.[ch]
489         * src/matcher_parser_parse.y
490         * src/prefs_filtering.c
491         * src/filtering.c
492                 add "Lock" filter action to lock messages;
493
494         * src/filtering.c       
495                 remove debug_print()    
496         * src/prefs_filtering.c
497                 re-organize matcher part 9: 
498                 make action text entries easily extendible;
499                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
500                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
501
502 2003-07-12 [paul]
503
504         * tools/README
505                 update old information and add missing
506                 information
507
508 2003-07-12 [paul]       0.9.3claws
509
510         * 0.9.3claws released
511         
512 2003-07-12 [paul]       0.9.0claws103
513
514         * src/Makefile.am
515                 add addrquery.h
516
517 2003-07-12 [melvin]     0.9.0claws102
518
519         * src/messageview.c
520                 Fixed bug #215: Show MIME tab for single text/html messages. 
521                 
522 2003-07-12 [paul]       0.9.0claws101
523
524         * man/sylpheed.1
525                 updated
526
527 2003-07-12 [paul]       0.9.0claws100
528
529         * po/es.po
530           po/hr.po
531           po/pl.po
532           po/sr.po
533                 update Spanish, Croatian, Polish, Serbian translations.
534                 submitted by Ricardo Mones Lastra, Dragan, Witold
535                 Wladyslaw Wojciech Wilk, Urke MMI
536
537 2003-07-12 [melvin]     0.9.0claws99
538
539         * po/fr.po
540                 Updated French translations.
541
542 2003-07-12 [paul]       0.9.0claws98
543
544         * src/addressbook.c
545                 disable 'Lookup' button as it has no effect
546
547 2003-07-11 [alfons]     0.9.0claws97
548         
549         * src/summaryview.c
550                 summary_searchbar_pressed() should return TRUE to signal that
551                 event was handled. when returning void, the return value passed
552                 to GTK is actually random, but maybe FALSE, in which case the
553                 event is handled by parent
554                 
555 2003-07-10 [paul]       0.9.0claws96
556
557         * ac/missing/gettext.m4
558                 update to version 0.12
559
560 2003-07-10 [paul]       0.9.0claws95
561
562         * src/plugins/clamav/clamav_plugin.c
563                 fix bug where multipart/alternative messages
564                 would slip through without being scanned
565
566 2003-07-10 [christoph]  0.9.0claws94
567
568         * src/folder.c
569                 correct check if folder supports removing when a message is
570                 moved. if not the message is only copied.
571
572         (closes Bug 132 crash on startup in newsgroups folders)
573
574 2003-07-09 [alfons]     0.9.0claws93
575
576         * configure.ac
577         * src/common/defs.h
578                 --with-config-dir (default .sylpheed)
579
580 2003-07-09 [christoph]  0.9.0claws92
581
582         * configure.ac
583                 use PKG_CHECK_MODULES to check for gtkmathview
584                 (version 0.4.2 now required)
585
586 2003-07-08 [melvin]     0.9.0claws91
587
588         * src/action.c
589                 Implemented a progress bar that counts the number of completed
590                 tasks when the action runs more than one command.
591
592 2003-07-08 [alfons]     0.9.0claws90
593
594         * src/procmsg.c
595                 if queued message has an invalid Message-Id, don't try to
596                 find message it refers to (fixes #209 "crash when processing 
597                 in folder")
598
599 2003-07-08 [paul]       0.9.0claws89
600
601         * sync with 0.9.3cvs2
602                 see ChangeLog 2003-07-08
603
604 2003-07-08 [match]      0.9.0claws88
605
606         * src/ldapctrl.c
607                 extend LDAP search for first/last name by parsing search term.
608
609 2003-07-08 [alfons]     0.9.0claws87
610
611         * src/send_message.c
612                 fix bug #208 "Status message stuck when sending on POP3 account"
613
614 2003-07-07 [paul]       0.9.0claws86
615
616         * po/hr.po
617                 new Croatian translation, submitted by
618                 Dragan <drleskov@inet.hr>
619
620 2003-07-07 [paul]       0.9.0claws85
621
622         * sync with 0.9.3cvs1
623                 see ChangeLog 2003-07-07
624
625 2003-07-05 [christoph]  0.9.0claws84
626
627         * src/Makefile.am
628         * src/messageview.c
629         * src/mimeview.[ch]
630         * src/stock_pixmap.[ch]
631         * src/pixmaps/messageview_text.xpm              ** NEW **
632                 move mimeview tabs to the right side and use icons
633                 instead of text to save some space
634
635         (patch by Luke Plant <lukeplant@softhome.net>)
636
637 2003-07-05 [christoph]  0.9.0claws83
638
639         * src/inc.c
640                 add NULL pointer checks
641
642         (patch by Luke Plant <lukeplant@softhome.net>)
643         (closes Bug 204 0.9.0 quits on authentication error?!)
644
645 2003-07-05 [alfons]     0.9.0claws82
646
647         * configure.ac
648                 take the clue in bug #202 "./configure script - 
649                 'if test' comparison failure" reported by John Kristoff. 
650
651 2003-07-04 [christoph]  0.9.0claws81
652
653         * src/plugins/spamassassin/spamassassin.c
654                 set timeout for spam check
655
656 2003-07-04 [christoph]  0.9.0claws80
657
658         * src/main.c
659                 destroy all FolderItems when shutting down to
660                 allow folders to clean up
661
662 2003-07-04 [melvin]     0.9.0claws79
663
664         * src/gtk/gtkaspell.c
665                 Fixed bug #184 "Entering non-ascii character deletes
666                 previous char if spell checking enabled": this makes
667                 the spell checking in multibytes (e.g. UTF-8)locales work.
668                 (Patch by Luke Plant).
669                 
670 2003-07-04 [christoph]  0.9.0claws78
671
672         * sync with 0.9.2cvs1
673                 see ChangeLog 2003-06-10
674
675 2003-07-04 [paul]       0.9.0claws77
676
677         * sync with 0.9.3 release
678                 see ChangeLog 2003-07-04
679
680 2003-07-03 [christoph]  0.9.0claws76
681
682         * src/folder.[ch]
683         * src/imap.c
684         * src/mbox_folder.c
685         * src/mh.c
686         * src/news.c
687                 move folder_item_get_path() stuff into a folder virtual function
688
689         * src/procmsg.c
690                 use folder_item_fetch_msg() to get message and do not contruct
691                 the filename from path and number
692
693 2003-07-03 [paul]       0.9.0claws75
694
695         * sync with 0.9.2cvs12
696                 see ChangeLog 2003-07-03
697
698 2003-07-02 [paul]       0.9.0claws74
699
700         * src/messageview.c
701                 fix text-selection for replying
702
703 2003-07-02 [paul]       0.9.0claws73
704
705         * sync with 0.9.2cvs11
706                 see ChangeLog 2003-07-02
707
708 2003-07-02 [paul]       0.9.0claws72
709
710         * src/procmsg.c
711                 revert last commit because it breaks more
712                 than it fixes
713
714 2003-07-02 [paul]       0.9.0claws71
715
716         * src/procmsg.c
717                 fix thread by subject/sort by date
718
719 2003-07-01 [paul]       0.9.0claws70
720
721         * sync with 0.9.2cvs10
722                 see ChangeLog 2003-07-01
723
724 2003-06-30 [paul]       0.9.0claws69
725
726         * sync with 0.9.2cvs9
727                 see ChangeLog 2003-06-30
728
729 2003-06-28 [match]      0.9.0claws68
730
731         * src/addressbook.c
732                 fix null ptr.
733
734 2003-06-27 [paul]       0.9.0claws67
735
736         * sync with 0.9.2cvs7
737                 see ChangeLog 2003-06-27
738
739 2003-06-26 [christoph]  0.9.0claws66
740
741         * src/folder.c
742                 freeze folder updates while a folder is scanned
743
744         (closes Bug 185 New message counter)
745
746 2003-06-26 [darko]      0.9.0claws65
747
748         * src/ldapserver.c
749                 fix infinite loop when adding a new LDAP server
750
751 2003-06-26 [paul]       0.9.0claws64
752
753         * sync with 0.9.2cvs6
754                 see ChangeLog 2003-06-26
755
756 2003-06-26 [paul]       0.9.0claws63
757
758         * sync with 0.9.2cvs5
759                 see ChangeLog 2003-06-25 and 2003-06-26
760
761 2003-06-25 [match]      0.9.0claws62
762
763         * src/addr_compl.c
764                 Fixed tab/backtab for dropped-down completion list to
765                 move next/previous field. (close bug 147)
766
767 2003-06-25 [christoph]  0.9.0claws61
768
769         * src/addr_compl.[ch]
770         * src/addrindex.[ch]
771         * src/folderview.c
772         * src/inc.c
773         * src/news.c
774         * src/summaryview.c
775         * src/toolbar.c
776                 fix warnings
777
778 2003-06-25 [leandro]    0.9.0claws60
779
780         * src/compose.c
781                 o cleanups
782                 o gray out "Message/Remove references" menu item if not
783                   replying to a message
784
785 2003-06-24 [leandro]    0.9.0claws59
786
787         * src/compose.[ch]
788                 o removed "Message/Create new thread" menu item
789                 o added "Message/Remove references" menu item
790                   (it's off by default and will not check anymore
791                    if the subject changed)
792
793 2003-06-23 [alfons]     0.9.0claws58
794
795         * src/procmsg.c
796                 try better grouping messages threaded by subject based on their age.
797                 still not perfect - because the message tree is not sorted by date.  
798
799 2003-06-23 [thorsten]   0.9.0claws57
800
801         * src/pop.[ch]
802                 added mail_receive_hook to allow modifications
803                 directly after retrieval (e.g. adding headers).
804
805 2003-06-23 [paul]       0.9.0claws56
806
807         * src/sourcewindow.c
808                  enable the use of Ctrl+A to select all text in
809                  the sourcewindow
810                  Patch submitted by Ivan Francolin Martinez
811                  <ivanfm@users.sourceforge.net>
812
813 2003-06-22 [christoph]  0.9.0claws55
814
815         * src/folder.[ch]
816                 o add notification hook for folder tree changes
817                 o invoke hooks after folder tree scanning
818
819         * src/folderview.[ch]
820                 register hook for folder tree changes that
821                 updates the ctree
822
823         (there are more places that should be updated, like add, remove 
824          or move folder)
825
826         (closes Bug 164 Crash on rebuild folder tree)
827         (closes Bug 190 Crash on 'rebuilding folder tree')
828
829 2003-06-21 [leandro]    0.9.0claws54
830
831         * src/compose.[ch]
832                 create a new thread if subject changes
833                 (it's on by default, can be disabled in Message menu)
834
835 2003-06-21 [alfons]     0.9.0claws53
836
837         * src/summaryview.c
838                 quiet little compiler
839
840 2003-06-21 [christoph]  0.9.0claws52
841
842         update gettext stuff to version 0.12
843
844 2003-06-19 [alfons]     0.9.0claws51
845
846         * src/common/log.c
847         * src/common/plugin.c
848                 move defs.h before glib.h to prevent MIN/MAX redefs
849
850 2003-06-19 [alfons]
851
852         * src/addressbook.c
853                 translatable
854
855 2003-06-19 [match]      0.9.0claws50
856
857         * src/addressbook.[ch]
858         * src/addrindex.[ch]
859         * src/addr_compl.[ch]
860         * src/editldap.[ch]
861         * src/editldap_basedn.[ch]
862         * src/addritem.[ch]
863         * src/ldapquery.h
864                 re-implemented dynamic LDAP search. works without
865                 slowdown on display sender with addressbook
866                 option.
867         * src/addrbook.c
868                 documented code.
869
870 2003-06-19 [paul]       0.9.0claws49
871
872         * src/compose.c
873                 fix Bug #136 'Nonprovided quotation marks crash claws'
874                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
875
876 2003-06-19 [alfons]     0.9.0claws48
877
878         * src/prefs_common.[ch]
879         * src/procmsg.c
880                 restrict threading by subject by checking thread for
881                 age (prefs_common.thread_by_subject_max_age)
882
883 2003-06-18 [christoph]  0.9.0claws47
884
885         * src/imap.c
886                 fix memory leak in imap_cmd_fetch()
887
888 2003-06-18 [christoph]  0.9.0claws46
889
890         * src/prefs_gtk.c
891                 fix memory leak in prefs_set_default() when used multiple
892                 times or after prefs have been read
893
894 2003-06-18 [christoph]  0.9.0claws45
895
896         * src/common/plugin.c
897                 fix memory leak in plugin_unload()
898
899 2003-06-18 [christoph]  0.9.0claws44
900
901         * src/imap.c
902                 fix memory leak in imap_cmd_ok()
903
904 2003-06-18 [christoph]  0.9.0claws43
905
906         * src/folder.c
907                 stop messages that are downloaded from POP3 and added to
908                 an IMAP inbox from being filtered twice (first by POP3
909                 and again when IMAP folder is scaned to get the UID of
910                 the APPEND operation when no UIDPLUS is available)
911
912 2003-06-18 [alfons]
913
914         * tools/Makefile.am
915                 phoenix <- firebird     
916
917 2003-06-18 [paul]
918
919         * tools/launch_phoenix          ** REMOVED **
920           tools/launch_firebird         ** NEW **
921                 renamed and edited to reflect the browser's name change from
922                 'phoenix' to 'firebird'
923
924 2003-06-18 [paul]       0.9.0claws42
925
926         * sync with 0.9.2cvs2
927                 see ChangeLog 2003-06-16
928
929 2003-06-17 [alfons]     0.9.0claws41
930
931         * src/procmsg.c
932                 prevent threading problems when a node is an ancestor (parent / great parent),
933                 which mostly happens with circular references (thanks to Phillipe Gramoullé
934                 for finding an sample set of messages)
935
936 2003-06-16 [christoph]  0.9.0claws40
937
938         * src/main.c
939                 don't popup main window on --receive or --receive-all
940
941         * src/mainwindow.[ch]
942         * src/plugins/trayicon/trayicon.c
943                 allow hiding of main window by clicking on the trayicon
944                 (doesn't work correctly in seperate window mode and may
945                  cause unexpected GTK problems I couldn't find yet)
946
947         * src/common/ssl.c
948                 remove incorrect warning
949
950 2003-06-15 [alfons]     0.9.0claws39
951
952         * src/gtk/gtkstext.c
953                 don't output debug text;
954                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
955                 for pointing this out);
956
957 2003-06-14 [alfons]     0.9.0claws38
958         
959         * src/messageview.c
960                 remove printf() and make one if..else comply with coding style
961
962 2003-06-14 [alfons]     0.9.0claws37
963
964         * AUTHORS
965                 add Martin Wicke
966         * src/action.c
967         * src/messageview.[ch]
968         * src/summaryview.c
969                 apply patch #754162 "Quoting messages filtered by actions" submitted
970                 by Martin Wicke, which allows quoting message body changed by an
971                 action (Thanks!).
972
973 2003-06-13 [alfons]     0.9.0claws36
974
975         * src/utils.c
976                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
977                 use case insensitive regexp (suggested by Ivan Martinez)
978
979 2003-06-13 [christoph]  0.9.0claws35
980
981         * configure.ac
982         * src/plugins/trayicon/Makefile.am
983         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
984         * src/plugins/trayicon/trayicon.c
985         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
986         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
987         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
988         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
989         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
990         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
991                 replace my own EggTrayIcon backport with the backport
992                 used by (l|x)mule and gabber.
993
994 2003-06-13 [alfons]     0.9.0claws34
995
996         * AUTHORS
997         * src/common/utils.c
998                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
999
1000 2003-06-13 [alfons]     0.9.0claws33
1001
1002         * src/compose.c
1003                 clean up a little bit
1004
1005 2003-06-12 [alfons]     0.9.0claws32
1006
1007         * src/compose.c
1008                 const correctness fix
1009
1010         * src/common/sylpheed.[ch]
1011                 () -> (void)
1012                 prevent redef MIN/MAX
1013                 
1014         * src/common/utils.[ch]
1015                 () -> (void)
1016
1017 2003-06-12 [melvin]     0.9.0claws31
1018
1019         * src/compose.c
1020                 Updated to take into accounts changes in GtkAspell.
1021
1022 2003-06-12 [alfons]     0.9.0claws30
1023
1024         * src/compose.c
1025         * src/procmsg.c
1026         * src/common/utils.[ch]
1027                 handle reply subject prefixes better (initial 
1028                 suggestion by Robert Story adapted and enhanced 
1029                 using regexps)
1030
1031 2003-06-12 [melvin]     0.9.0claws29
1032
1033         * src/compose.c
1034                 Use new gtkaspell_checkers_strerror() to get the speller's
1035                 error message instead of accessing the (now private)
1036                 checkers structure.
1037                 Minor code clean up
1038
1039         * src/main.c
1040                 Use #ifdef instead of #if for USE_ASPELL
1041                 Use the new spell checkers init/quit functions 
1042
1043         * src/gtk/gtkaspell.c
1044                 Use #ifdef instead of #if for USE_ASPELL
1045                 Moved in the majority of GtkAspell structures that were
1046                 exported before by gtkaspell.h
1047         
1048         * src/gtk/gktaspell.h
1049                 Made gtkaspell.h contain only the necessary data to be
1050                 publicized by moving many structures to gtkaspell.c.
1051                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1052                 gtkaspell_checkers_new(): replaced by...
1053                 gtkaspell_checkers_init(): new function for initialization
1054                 gtkaspell_checkers_delete(): replaced by...
1055                 gtkaspell_checkers_quit(): new function
1056                 gtkaspell_checkers_strerror(): new function that returns
1057                 the checker's last error message.
1058                 
1059 2003-06-11 [melvin]     0.9.0claws28
1060
1061         * po/POTFILES.in
1062                 Updated to take into account gtkaspell.c migration to
1063                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1064
1065 2003-06-10 [alfons]     0.9.0claws27
1066
1067         * src/filtering.[ch]
1068         * src/folder.c
1069         * src/matcher.c
1070         * src/scoring.[ch]
1071                 - try fixing bug #18 (any brave testers?)
1072                 - add more robustness by refusing previously 
1073                   unchecked NULL pointers 
1074
1075 2003-06-10 [alfons]     0.9.0claws26
1076
1077         * src/procmsg.c
1078                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1079
1080 2003-06-09 [alfons]     0.9.0claws25
1081
1082         * src/prefs_common.c
1083                 fix bug #163 "Icon switching doesnt work properly" by 
1084                 preventing early freeing of prefs_common.pixmap_theme_path.
1085
1086 2003-06-09 [christoph]  0.9.0claws24
1087
1088         * src/gtk/gtkaspell.c
1089                 revert Thorsten's fix and add forgotten g_strdup for
1090                 aspell path (it should not be possible to alter the path a
1091                 GtkASpell uses from outside)
1092
1093 2003-06-09 [thorsten]   0.9.0claws23
1094
1095         * src/gtk/gtkaspell.c
1096                 dont free prefs_common.aspell_path when closing compose
1097
1098 2003-06-08 [colin]      0.9.0claws22
1099
1100         * src/plugins/spamassassin/spamassassin.c
1101                 fix prefs types
1102
1103 2003-06-07 [christoph]  0.9.0claws21
1104
1105         * src/Makefile.am
1106         * src/compose.c
1107         * src/gtkaspell.[ch]            ** REMOVE **
1108         * src/gtk/Makefile.am
1109         * src/gtk/gtkaspell.[ch]        ** NEW **
1110                 o make gtkaspell independent from sylpheed's prefs
1111                 o move gtkaspell.[ch] to gtk directory
1112
1113 2003-06-07 [christoph]  0.9.0claws20
1114
1115         * src/Makefile.am
1116         * src/crash.c
1117         * src/export.c
1118         * src/filesel.[ch]              ** REMOVE **
1119         * src/folder.c
1120         * src/main.[ch]
1121         * src/common/sylpheed.[ch]
1122         * src/gtk/Makefile.am
1123         * src/gtk/filesel.[ch]          ** NEW **
1124         * src/gtk/pluginwindow.c
1125         * src/gtk/sslcertwindow.c
1126                 move filesel.[ch] to gtk directory
1127
1128 2003-06-07 [alfons]     0.9.0claws19
1129
1130         * src/filesel.c
1131                 make (multi) file selection dialog work again (Claws-only)
1132
1133 2003-06-07 [thorsten]   0.9.0claws18
1134
1135         * po/de.po
1136                 fix typos
1137
1138 2003-06-07 [alfons]     0.9.0claws17
1139
1140         * configure.ac
1141         * src/mimeview.c
1142                 detect apache mishap in which case don't include fnmatch.h
1143                 if regex.h is already included
1144
1145 2003-06-06 [christoph]  0.9.0claws16
1146
1147         * configure.ac
1148         * src/mimeview.h
1149                 add check for fnmatch.h and include it when available
1150
1151         * src/mimeview.[ch]
1152                 fix wrong case sensitivity of Content-Types
1153
1154         * src/gtk/Makefile.am
1155                 need the same include paths in gtk directory as in
1156                 common directory because .h files in common can
1157                 include files from these directories, when included
1158                 in gtk's .h or .c files
1159
1160 2003-06-06 [alfons]     0.9.0claws15
1161
1162         * src/mimeview.c
1163         * src/summaryview.c
1164                 make it compile again because of regex.h / fnmatch.h 
1165                 include problems (related to recent mime stuff, can
1166                 someone check this?)
1167
1168 2003-06-06 [thorsten]   0.9.0claws14
1169
1170         * src/folderview.c
1171                 possible use of uninitialized pointer while dragging
1172
1173 2003-06-06 [paul]       0.9.0claws13
1174
1175         * src/compose.c
1176                 fix bug where the insert sig button would be effective
1177                 only when auto_sig was set
1178
1179 2003-06-06 [paul]       0.9.0claws12
1180
1181         * sync with 0.9.2 release
1182
1183 2003-06-02 [paul]       0.9.0claws11
1184
1185         * sync with 0.9.1cvs1
1186                 see ChangeLog 2003-06-02
1187                 
1188         * po/de.po
1189                 update by Jens
1190
1191 2003-06-01 [christoph]  0.9.0claws10
1192
1193         * src/account.c
1194                 don't use substring search to find accounts by email address
1195
1196         (closes Bug 169 Overly loose matching of "From" address)
1197
1198 2003-05-31 [christoph]  0.9.0claws9
1199
1200         * doc-src/rfc2683.txt
1201         * src/imap.c
1202                 limit IMAP command length as recommended in RFC2683
1203                 (message number lists will be split into multiple imap
1204                 sets, the limit of 1000 octets is not a hard limit)
1205
1206         (closes Bug 161 sylpheed-claws exits with segfault when logging
1207          in to certain imap-servers)
1208
1209 2003-05-29 [alfons]     0.9.0claws8
1210
1211         * src/toolbar.[ch]
1212                 add print button (calling summary_print());
1213                 fine tune setting tooltip text;
1214                 (if someone needs other buttons, please take these 
1215                 commits as a guide, instead of bothering us - also
1216                 see 0.8.11claws150) 
1217
1218 2003-05-29 [darko]      0.9.0claws7
1219
1220         * src/compose.c
1221                 fix crash when word wrapping kicks in due to
1222                 changed text by spell checker
1223
1224 2003-05-29 [paul]       0.9.0claws6
1225
1226         * src/compose.c
1227                 fix bug where changing account would insert
1228                 sig even if auto_sig was FALSE
1229                 
1230         * ChangeLog
1231           ChangeLog.jp
1232           INSTALL
1233                 sync with 0.9.1 release
1234
1235 2003-05-28 [christoph]  0.9.0claws5
1236
1237         * src/imap.c
1238                 fix truncation of too long commands
1239
1240         (closes Bug 167 IMAP hangs trying to get envelope
1241          information in imap_get_uncached_messages)
1242
1243 2003-05-27 [paul]       0.9.0claws4
1244
1245         * tools/Makefile.am
1246           tools/maildir2sylpheed.pl     ** NEW FILE **
1247                 add kmail to sylpheed mailbox conversion script
1248
1249 2003-05-27 [paul]       0.9.0claws3
1250
1251         * sync with 0.9.0cvs10
1252                 see ChangeLog 2003-05-26
1253
1254 2003-05-26 [paul]       0.9.0claws2
1255
1256         * sync with 0.9.0cvs9
1257                 see ChangeLog 2003-05-26
1258
1259 2003-05-24 [paul]       0.9.0claws1
1260
1261         * sync with 0.9.0cvs8
1262                 see ChangeLog 2003-05-23
1263
1264 2003-05-24 [paul]       0.9.0claws
1265
1266         * version 0.9.0claws released
1267
1268 2003-05-24 [paul]       0.8.11claws177
1269
1270         * src/plugins/dillo-viewer/Makefile.am
1271           src/plugins/traycon/Makefile.am
1272                 add missing files
1273                 
1274         * po/bg.po
1275           po/en_GB.po
1276           po/es.po
1277           po/it.po
1278           po/pt_BR.po
1279           po/ru.po
1280           po/sr.po
1281                 update Bulgarian, British English, Spanish, Italian, 
1282                 Brazilian Portuguese, Russian, and Serbian translations, 
1283                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1284                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1285                 Ruslan N. Balkin, and Urke MMI
1286
1287 2003-05-23 [melvin]     0.8.11claws176
1288
1289         * po/fr.po
1290                 Updated French translations
1291
1292 2003-05-22 [paul]       0.8.11claws175
1293
1294         * src/Makefile.am
1295           src/addrbook.[ch]
1296           src/addrcache.[ch]
1297           src/addr_compl.[ch]
1298           src/adressbook.[ch]
1299           src/addrindex.[ch]
1300           src/addritem.[ch]
1301           src/editaddress.c
1302           src/editgroup.c
1303           src/editldap_basedn.c
1304           src/editldap.c
1305           src/jpilot.c
1306           src/vcard.c
1307                 revert to get ldap into it previous working state
1308                 
1309         * po/zh_TW.Big5.po
1310                 new Taiwanese translation,
1311                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1312
1313 2003-05-22 [christoph]  0.8.11claws174
1314
1315         * src/plugins/spamassassin/libspamc.[ch]
1316                 sync libspamc with SpamAssaain release 2.55
1317
1318 2003-05-22 [paul]       0.8.11claws173
1319
1320         * sync with 0.9.0cvs7
1321                 see ChangeLog 2003-05-22
1322                 
1323         * src/summaryview.c
1324                 revert change in 0.8.11claws172: follow
1325                 Hiroyuki's decision and that's the end of it.
1326
1327 2003-05-21 [paul]       0.8.11claws172
1328
1329         * src/summaryview.c
1330                 fix discrepency between open_unread_on_enter
1331                 and always_show_msg
1332
1333 2003-05-21 [paul]       0.8.11claws171
1334
1335         * sync with 0.9.0cvs6
1336                 see ChangeLog 2003-05-21
1337
1338 2003-05-21 [paul]       0.8.11claws170
1339
1340         * sync with 0.9.0cvs5
1341                 see ChangeLog 2003-05-21
1342
1343 2003-05-20 [paul]       0.8.11claws169
1344
1345         * sync with 0.9.0cvs4
1346                 see ChangeLog 2003-05-20
1347                 fixes bug #152, 'encoding of IMAP folders names'
1348
1349 2003-05-20 [paul]       0.8.11claws168
1350
1351         * sync with 0.9.0cvs3
1352                 see ChangeLog 2003-05-20
1353                 
1354         * src/tools/convert_mbox.pl
1355                 minor change in the comments, submitted by Fred Marton
1356
1357 2003-05-19 [paul]       0.8.11claws167
1358
1359         * src/plugins/clamav/Makefile.am
1360           configure.ac
1361                 link clamav_lib to the plugin and not to the main program
1362
1363 2003-05-19 [christoph]
1364
1365         * src/Makefile.am
1366                 add -export-dynamic for linking
1367
1368 2003-05-19 [paul]       0.8.11claws166
1369
1370         * sync with 0.9.0cvs1
1371                 see ChangeLog 2003-05-19
1372
1373 2003-05-19 [paul]       0.8.11claws165
1374
1375         * src/inc.c
1376                 fix 'pop before smtp' timeout
1377
1378 2003-05-18 [alfons]     0.8.11claws164
1379
1380         * src/prefs_matcher.c
1381                 put "execute" action command line ("expression") in edit box
1382
1383 2003-05-18 [christoph]  0.8.11claws163
1384
1385         * src/mimeview.[ch]
1386         * src/plugins/dillo_viewer/dillo_viewer.c
1387         * src/plugins/image_viewer/viewer.c
1388         * src/plugins/mathml_viewer/mathml_viewer.c
1389                 let a viewer have a list of Content-Types
1390
1391 2003-05-18 [paul]       0.8.11claws162
1392
1393         * src/prefs_filtering.c
1394                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1395                 and REDIRECT actions
1396
1397 2003-05-17 [christoph]
1398
1399         * README.claws
1400                 o remove dynamic signatures that was syned with main
1401                 o add infos about no longer "build in" image viewer
1402                 o update bugtracker URL
1403
1404 2003-05-17 [christoph]  0.8.11claws161
1405
1406         * src/folder.c
1407         * src/folderview.c
1408         * src/imap.c
1409                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1410                 for every folder after rebuilding the folder tree.
1411
1412         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1413          messages)
1414
1415 2003-05-17 [christoph]  0.8.11claws160
1416
1417         * src/imap.c
1418                 don't use STATUS command on current folder to check for
1419                 content changes. imap_cmd_ok() now tracks changes to
1420                 folder and number of existing messages.
1421
1422 2003-05-17 [paul]       0.8.11claws159
1423
1424         * src/plugins/clamav/clamav_plugin.c
1425                 remove unnecessary debug_print
1426
1427 2003-05-16 [thorsten]   0.8.11claws158
1428
1429         * src/plugins/demo.c
1430                 included missing intl.h
1431
1432 2003-05-16 [paul]       0.8.11claws157
1433
1434         * po/POTFILES.in
1435                 remove non-existant entries
1436         
1437         * src/plugins/clamav/clamav_plugin.c
1438           src/plugins/clamav/clamav_plugin_gtk.c
1439           src/plugins/dillo_viewer/dillo_prefs.c
1440           src/plugins/dillo_viewer/dillo_viewer.c
1441                 gettextise
1442
1443 2003-05-16 [christoph]  0.8.11claws156
1444
1445         * po/POTFILES.in
1446                 include plugin .c files for translation until I
1447                 find a better solution to have plugins have their
1448                 own textdomain
1449         * src/plugins/demo/demo.c
1450         * src/plugins/image_viewer/plugin.c
1451         * src/plugins/mathml_viewer/mathml_viewer.c
1452         * src/plugins/spamassassin/spamassassin.c
1453         * src/plugins/spamassassin/spamassassin_gtk.c
1454         * src/plugins/trayicon/trayicon.c
1455                 add gettext macros for plugin name and description
1456
1457 2003-05-16 [paul]
1458
1459         * sync with 0.9.0
1460
1461 2003-05-16 [paul]       0.8.11claws155
1462
1463         * sync with lastest 0.9.0pre1
1464                 see ChangeLog 2003-05-16
1465
1466 2003-05-15 [paul]       0.8.11claws154
1467
1468         * sync with latest 0.9.0pre1
1469                 see ChangeLog 2003-05-14 and 2003-05-15
1470
1471 2003-05-14 [christoph]  0.8.11claws153
1472
1473         * src/plugins/image_viewer/viewer.c
1474         * src/plugins/image_viewer/viewer.glade         ** NEW **
1475         * src/plugins/image_viewer/viewerprefs.c
1476                 make it possible to disable the autoload function in the
1477                 imageviewer again
1478
1479 2003-05-14 [christoph]  0.8.11claws152
1480
1481         * src/folder.c
1482                 fix folder update after adding a message
1483
1484 2003-05-13 [alfons]     0.8.11claws151
1485
1486         * src/common/session.c
1487                 remove debug traces
1488                 
1489         * src/addrcache.[ch]
1490         * src/filtering.[ch]
1491         * src/folder.[c]
1492         * src/gtkaspell.[ch]
1493         * src/imap.[ch]
1494         * src/mbox_folder.[ch]
1495         * src/mh.[ch]
1496         * src/mimeview.h
1497         * src/msgcache.[ch]
1498         * src/news.[ch]
1499         * src/passphrase.[ch]
1500         * src/prefs_common.[ch]
1501         * src/prefs_gtk.[ch]
1502         * src/procmsg.c
1503         * src/scoring.[ch]
1504                 be pedantic; (in prototypes () implies (int))
1505
1506 2003-05-13 [alfons]     0.8.11claws150
1507
1508         * src/prefs_toolbar.[ch]
1509         * src/summaryview.[ch]
1510         * src/toolbar.[ch]
1511                 change misleading text in toolbar prefs;
1512                 add toolbar action for ignore thread (toggles ignore thread flag);
1513                 clean up a little bit;
1514
1515 2003-05-12 [paul]
1516
1517         * tools/convert_mbox.pl
1518                 bug fixed by Fred Marton
1519
1520 2003-05-12 [paul]
1521
1522         * sync with 0.9.0pre1
1523
1524 2003-05-09 [paul]       0.8.11claws149
1525
1526         * sync with 0.8.11cvs43
1527                 see ChangeLog 2003-05-09
1528
1529 2003-05-08 [christoph]  0.8.11claws148
1530
1531         * src/imap.[ch]
1532                 o use CAPABILIY as first command and check for PREAUTH
1533                   information in the response to it
1534                 o rewrite all imap_cmd_* functions to use an IMAPSession
1535                   instead of a SockInfo as parameter
1536                 o do STARTTLS after fetching and checking the server
1537                   capabilities
1538
1539 2003-05-08 [paul]       0.8.11claws147
1540
1541         * tools/Makefile.am
1542           tools/README
1543           tools/convert_mbox.pl         ** NEW FILE **
1544                 add mbox conversion script. Submitted by 
1545                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1546
1547 2003-05-07 [christoph]
1548
1549         * doc-src/glade.txt
1550         * src/gtk/pluginwindow.glade
1551         * src/plugins/image_viewer/viewerprefs.glade
1552         * src/plugins/spamassassin/spamassassin_gtk.glade
1553                 add glade files for user interfaces and a description how
1554                 to use glade to create the sylpheed code
1555
1556 2003-05-07 [paul]       0.8.11claws146
1557
1558         * sync with 0.8.11cvs41
1559                 see ChangeLog 2003-05-07
1560
1561 2003-05-06 [christoph]  0.8.11claws145
1562
1563         * src/main.c
1564         * src/plugins/image_viewer/viewer.c
1565                 fix usage of imlib in imageviewer plugin
1566
1567         * src/gtk/prefswindow.c
1568                 handle window close event correctly
1569
1570 2003-05-06 [paul]       0.8.11claws144
1571
1572         * src/common/ssl.c
1573                 fix typo introduced in sync
1574
1575 2003-05-06 [paul]       0.8.11claws143
1576
1577         * sync with 0.8.11cvs39
1578                 see ChangeLog 2003-05-06
1579
1580 2003-05-06 [paul]       0.8.11claws142
1581
1582         * AUTHORS
1583           po/cs.po
1584                 updated Czech translation, submitted by 
1585                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1586                 
1587         * src/plugins/clamav/clamav_plugin_gtk.c
1588                 clean up
1589
1590 2003-05-03 [alfons]     0.8.11claws141
1591
1592         * src/compose.[ch]
1593                 make paste as quotation work even when the call to 
1594                 text_inserted() was deferred (fixes bug #140 "Paste 
1595                 as quotation does not work when using "external" 
1596                 clipboard")
1597
1598 2003-05-03 [thorsten]   0.8.11claws140
1599
1600         * src/addrquery.h
1601           src/ldapquery.h
1602           src/mainwindow.c
1603                 removed C++ comments
1604         * src/addr_compl.c
1605                 function with non-int retval/param used before
1606                 implementation/declaration
1607
1608 2003-05-02 [paul]       0.8.11claws139
1609
1610         * src/addr_compl.[ch]
1611           src/addressbook.[ch]
1612           src/addrindex.c
1613           src/summaryview.c
1614                 revert match's changes to (finally) remove the bug where
1615                 opening a folder causes massive slowdown when using the 
1616                 'Display sender using address book' option
1617
1618 2003-05-01 [melvin]     0.8.11claws138
1619
1620         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1621         * src/plugins/dillo_viewer/dillo_viewer.c
1622                 Fixed bug where "Cancel" button from prefs issued
1623                 warnings.
1624                 Comply a little more to coding style
1625
1626 2003-05-01 [paul]       0.8.11claws137
1627
1628         * sync with 0.8.11cvs38
1629                 see ChangeLog 2003-05-01
1630
1631 2003-05-01 [paul]       0.8.11claws136
1632
1633         * po/bg.po
1634                 updated by George Danchev
1635
1636 2003-04-30 [christoph]  0.8.11claws135
1637
1638         * src/plugins/dillo_viewer/dillo_prefs.c
1639         * src/plugins/image_viewer/viewerprefs.c
1640         * src/plugins/spamassassin/spamassassin_gtk.c
1641                 remove gtk_widget_ref() calls for widgets in
1642                 glade code
1643
1644 2003-04-30 [paul]       0.8.11claws134
1645
1646         * src/addrindex.c
1647                 ok, this time a better fix for the bug where opening folder
1648                 has massive slowdown when using the 'Display sender using 
1649                 address book' option
1650
1651 2003-04-30 [paul]       0.8.11claws133
1652
1653         * src/addrindex.c
1654                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1655         
1656 2003-04-30 [melvin]     0.8.11claws132
1657
1658         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1659
1660         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1661                 Preferences for the dillo plugin
1662         * src/plugins/dillo_viewer/dillo_viewer.c
1663                 Support for preferences
1664         * src/plugins/dillo_viewer/Makefile.am
1665                 Added dillo_prefs.[ch]
1666
1667 2003-04-30 [alfons]     0.8.11claws131
1668
1669         * src/common/plugin.[ch]
1670                 see? this ANSI C'fication immediately gives us type
1671                 checking for free.
1672
1673 2003-04-30 [alfons]     0.8.11claws130
1674
1675         * src/common/plugin.[ch]
1676         * src/plugins/clamav/clamav_plugin.[ch]
1677         * src/plugins/clamav/clamav_plugin_gtk.c
1678         * src/plugins/demo/demo.c
1679         * src/plugins/dillo_viewer/dillo_viewer.c
1680         * src/plugins/image_viewer/plugin.c
1681         * src/plugins/image_viewer/viewer.[ch]
1682         * src/plugins/image_viewer/viewerprefs.[ch]
1683         * src/plugins/mathml_viewer/mathml_viewer.c
1684         * src/plugins/spamassassin/spamassassin.[ch]
1685         * src/plugins/spamassassin/spamassassin_gtk.c
1686         * src/plugins/trayicon/trayicon.c
1687                 clean up
1688
1689 2003-04-30 [alfons]     0.8.11claws129
1690
1691         * src/common/utils.c
1692                 make is_ascii_str() fail gracefully when NULL pointer
1693                 is passed
1694
1695 2003-04-30 [paul]       0.8.11claws128
1696
1697         * src/addrindex.c
1698                 fix bug where opening folder has massive slowdown when
1699                 using the 'Display sender using address book' option
1700
1701 2003-04-30 [paul]       0.8.11claws127
1702
1703         * src/plugins/clamav/clamav_plugin.c
1704           src/plugins/clamav/clamav_plugin_gtk.c
1705           src/plugins/demo/demo.c
1706           src/plugins/dillo_viewer/dillo_viewer.c
1707           src/plugins/image_viewer/plugin.c
1708           src/plugins/mathml_viewer/mathml_viewer.c
1709           src/plugins/spamassassin/spamassassin.c
1710           src/plugins/spamassassin/spamassassin_gtk.c
1711           src/plugins/trayicon/trayicon.c
1712                 get rid of eye-hurting function signatures
1713
1714 2003-04-30 [paul]       0.8.11claws126
1715
1716         * src/plugins/trayicon/trayicon.c
1717                 add description
1718                 
1719         * src/mimeview.c
1720                 be more descriptive
1721
1722 2003-04-30 [paul]       0.8.11claws125
1723
1724         * configure.ac
1725                 arrange the plugins in reverse alphabetical order
1726                 
1727         * src/plugins/clamav/clamav_plugin.[ch]
1728           src/plugins/clamav/clamav_plugin_gtk.c
1729                 rename some params
1730                 resize max_size window
1731                 re-arrange the order of some gui elements
1732                 improve descriptions
1733         
1734         * src/plugins/image_viewer/plugin.c
1735           src/plugins/mathml_viewer/mathml_viewer.c
1736                 add descriptions
1737                 
1738         * src/plugins/spamassassin/spamassassin_gtk.c
1739                 resize max_size window
1740                 re-arrange the order of some gui elements
1741                 
1742         * src/messageview.c
1743           src/mimeview.c
1744                 correct typos
1745
1746 2003-04-30 [alfons]     0.8.11claws124
1747
1748         * src/imap.c
1749                 fix a leak found while browsing Martin Kluge's 
1750                 valgrind log (Claws only)
1751
1752 2003-04-29 [darko]      0.8.11claws123
1753
1754         * src/gtk/gtkstext.h
1755                 include wchar.h if it is available, fixes compilation
1756                 on HP-UX systems
1757
1758 2003-04-29 [melvin]     0.8.11claws122
1759
1760         * src/prefs_actions.c
1761                 Improved help text of Actions' syntax
1762
1763 2003-04-28 [paul]       0.8.11claws121
1764
1765         * src/action.c
1766                 a better fix for the crash when performing an action
1767                 on a mime part
1768
1769 2003-04-28 [paul]       0.8.11claws120
1770
1771         * src/action.c
1772                 fix crash when performing an action on a
1773                 mime part
1774
1775 2003-04-28 [paul]       0.8.11claws119
1776
1777         * sync with 0.8.11cvs36
1778                 see ChangeLog 2003-04-28
1779
1780 2003-04-27 [paul]       0.8.11claws118
1781
1782         * more sync with 0.8.11cvs35
1783                 see ChangeLog 2003-04-25
1784
1785 2003-04-26 [christoph]  0.8.11claws117
1786
1787         * src/folder.c
1788                 fix remove virtual check
1789
1790 2003-04-26 [paul]       0.8.11claws116
1791
1792         * src/messageview.c
1793                 fix return-receipt, make it work again
1794
1795 2003-04-26 [paul]       0.8.11claws115
1796
1797         * src/mimeview.c
1798                 restore double-clicking of the [application/pgp-signature 
1799                 (Select "Check signature" to check)] line in the message view,
1800                 broken in recent sync
1801
1802 2003-04-26 [christoph]  0.8.11claws114
1803
1804         * src/folder.c
1805                 check if remove virtual really exists before
1806                 calling the function
1807
1808 2003-04-25 [match]      0.8.11claws113
1809
1810         * src/addrindex.c
1811         * src/addrbook.c
1812         * src/ldapquery.[ch]
1813         * src/ldapctrl.[ch]
1814                 fix memleak.
1815         * src/ldapserver.[ch]
1816                 fix memleak. fix segfault.
1817                 plug a Claws memleak
1818
1819 2003-04-25 [alfons]     0.8.11claws112
1820
1821         * src/folder.c
1822                 plug a Claws memleak
1823
1824 2003-04-25 [alfons]     0.8.11claws111
1825
1826         * src/common/session.c
1827                 plug a memleak
1828
1829 2003-04-25 [paul]       0.8.11claws110
1830
1831         * sync with 0.8.11cvs35
1832                 see ChangeLog 2003-04-24 and 2003-04-25
1833                 
1834         * src/gtk/pluginwindow.c
1835                 correct another strange float value
1836
1837 2003-04-24 [christoph]  0.8.11claws109
1838
1839         * src/folder.c
1840                 freeze folder item updates when unsetting new flags
1841
1842         * src/gtk/pluginwindow.c
1843                 correct strange float value
1844
1845 2003-04-23 [paul]       0.8.11claws108
1846
1847         * sync with 0.8.11cvs33
1848                 see ChangeLog 2003-04-23
1849
1850 2003-04-22 [paul]       0.8.11claws107
1851
1852         * src/Makefile.am
1853           src/messageview.c
1854           src/mimeview.c
1855           src/pgptext.[ch]      ** REMOVED **
1856                 remove pgptext.[ch] as its not used any more
1857
1858 2003-04-22 [paul]       0.8.11claws106
1859
1860         * sync with 0.8.11cvs31
1861                 see ChangeLog 2003-04-21 and 2003-04-22
1862
1863 2003-04-21 [alfons]     0.8.11claws105
1864
1865         * src/main.c
1866                 No access to GTK structures if we're a spawned child
1867                 (and clean up code a little bit...) Should fix #126.
1868
1869 2003-04-21 [melvin]     0.8.11claws104
1870
1871         * src/plugins/dillo_viewer/README
1872                 Improved slightly the text.
1873
1874 2003-04-21 [melvin]     0.8.11claws103
1875
1876         * src/plugins/dillo_viewer/README *** NEW ***
1877                 Added a README file for the Dillo plugin
1878
1879 2003-04-20 [paul]
1880
1881         * tools/README
1882           tools/outlook2sylpheed.pl
1883                 updated and improved by Ricardo Mones Lastra
1884
1885 2003-04-18 [oliver]     0.8.11claws102
1886
1887         * src/inc.c 
1888         * src/prefs_account.h
1889                 remove Pop3SessionType (used by selective download)
1890         * src/prefs_toolbar.c
1891                 enable set Default Toolbar button
1892
1893 2003-04-18 [paul]       0.8.11claws101
1894
1895         * sync with 0.8.11cvs29
1896                 see ChangeLog 2003-04-18
1897
1898 2003-04-17 [paul]       0.8.11claws100
1899
1900         * src/prefs_common.[ch]
1901           src/summaryview.c
1902                 remove 'Open next message on deletion' option,
1903                 as the same effect can now be achieved via the
1904                 'Always open messages in summary when selected'
1905                 option.
1906
1907 2003-04-17 [paul]       0.8.11claws99
1908
1909         * sync with 0.8.11cvs28
1910                 see ChangeLog 2003-04-17
1911
1912 2003-04-17 [christoph]  0.8.11claws98
1913
1914         * ac/spamassassin.m4
1915         * src/plugins/spamassassin/libspamc.[ch]
1916         * src/plugins/spamassassin/utils.[ch]
1917                 sync libspamc with SpamAssassin project
1918
1919 2003-04-17 [christoph]  0.8.11claws97
1920
1921         * src/common/socket.h
1922         * src/gtk/sslcertwindow.h
1923                 rename old USE_SSL to USE_OPENSSL
1924
1925 2003-04-17 [paul]       0.8.11claws96
1926
1927         * src/prefs_common.h
1928                 use gulong for P_COLOR so that it compiles/runs on
1929                 64-bit systems. Patch submitted by James Noyes
1930                 <jnoyes-claws@retrogeeks.com>
1931                 
1932         * po/de.po
1933                 updated by Jens
1934
1935 2003-04-17 [paul]       0.8.11claws95
1936
1937         * sync with 0.8.11cvs27
1938                 see ChangeLog 2003-04-16
1939
1940 2003-04-15 [paul]       0.8.11claws94
1941
1942         * src/prefs_common.[ch]
1943                 rearrange to stop the window getting too long:
1944                         move Receive dialog stuff to Receive tab
1945                         move Send dialog to Send tab
1946                         remove Dialogs frame
1947                 rename 'Open messages in summary with cursor keys' to
1948                 'Always open messages in summary when selected', as its
1949                 more appropriate
1950
1951 2003-04-15 [paul]       0.8.11claws93
1952
1953         * src/prefs_common.[ch]
1954           src/summaryview.c
1955                 add new option '/Interface/Open next message on deletion'
1956
1957 2003-04-15 [paul]       0.8.11claws92
1958
1959         * src/summaryview.[ch]
1960                 add /Mark/Lock and /Mark/Unlock to the pop-up
1961                 menu. Patch submitted by Ivan Francolin Martinez
1962                 <ivanfm@users.sourceforge.net>
1963
1964 2003-04-15 [paul]       0.8.11claws91
1965
1966         * sync with 0.8.11cvs24
1967                 see ChangeLog 2003-04-15
1968
1969 2003-04-14 [jens]       0.8.11claws90
1970
1971         * updated German translation and some corrections from
1972                 Roland Bless <bless@tm.uka.de>
1973
1974 2003-04-14 [paul]       0.8.11claws89
1975
1976         * sync with 0.8.11cvs22
1977                 see ChangeLog 2003-04-14
1978
1979 2003-04-13 [paul]       0.8.11claws88
1980
1981         * src/plugins/clamav/clamav_plugin.c
1982                 fix memory leaks
1983                 clean up
1984
1985 2003-04-12 [paul]       0.8.11claws87
1986
1987         * src/plugins/clamav/clamav_plugin.c
1988                 activate enable/disable archive scanning option
1989                 
1990         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1991
1992 2003-04-12 [paul]       0.8.11claws86
1993
1994         * src/plugins/Makefile.am
1995           src/plugins/clamav/Makefile.am                ** NEW FILE **
1996           src/plugins/clamav/README                     ** NEW FILE ** 
1997           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1998           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1999                 add Clam AntiVirus plugin
2000
2001 2003-04-12 [paul]       0.8.11claws85
2002
2003         * sync with 0.8.11cvs21
2004                 see ChangeLog 2003-04-11
2005
2006 2003-04-11 [paul]       0.8.11claws84
2007
2008         * po/es.po
2009                 update Spanish translation. Submitted by Ricardo
2010                 Mones Lastra.
2011
2012 2003-04-10 [christoph]  0.8.11claws83
2013
2014         * src/mbox.c
2015                 fix typo that did not move unfiltered mails to destination
2016                 folder
2017
2018         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2019          when filtering from spool)
2020
2021 2003-04-10 [christoph]  0.8.11claws82
2022
2023         * src/imap.c
2024                 use BODY.PEEK instead of BODY in in message fetch operation
2025                 to make sure the IMAP server does not set the \Seen flag for
2026                 messages. Sylpheed does that later itself, when the message
2027                 is opened in sylpheed
2028
2029         (closes Bug 111 Claws destroys unread marks)
2030
2031 2003-04-09 [oliver]     0.8.11claws81
2032         
2033         * src/folder.c
2034                 fix crash in folder_destroy
2035         * README.claws
2036                 remove selective download
2037
2038 2003-04-09 [christoph]  0.8.11claws80
2039
2040         * src/imap.c
2041                 fix crash in imap_get_msginfo() when then fetched message
2042                 is not found
2043
2044         (closes Bug 110 Crash during mail composition)
2045
2046 2003-04-08 [christoph]  0.8.11claws79
2047
2048         * src/folder.c
2049         * src/prefs_account.c
2050                 Filter new messages that are found in an INBOX folder
2051                 when 'Filter messages on receiving' is enabled in the
2052                 Folder's AccountPrefs. This allows to use Sylpheed's
2053                 filtering engine for IMAP folders where messages are
2054                 added to the INBOX by a MTA
2055
2056 2003-04-08 [paul]       0.8.11claws78
2057
2058         * src/procmsg.h
2059                 clean up after last commit
2060
2061 2003-04-08 [paul]       0.8.11claws77
2062
2063         * sync with 0.8.11cvs20
2064                 see ChangeLog 2003-04-07 and 2003-04-08
2065
2066 2003-04-07 [christoph]  0.8.11claws76
2067
2068         * src/filtering.[ch]
2069         * src/inc.[ch]
2070         * src/mbox.c
2071         * src/procmsg.[ch]
2072                 add procmsg_msginfo_filter() to execute filtering actions
2073
2074 2003-04-06 [christoph]  0.8.11claws75
2075
2076         * src/imap.c
2077                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2078
2079 2003-04-06 [christoph]  0.8.11claws74
2080
2081         * src/common/utils.[ch]
2082                 add g_int_compare() function for slist sorting
2083
2084         * src/imap.c
2085                 fetch all MsgInfos with one command in imap_get_msginfos()
2086                 using an imap set with a list of ranges
2087
2088         * src/news.c
2089                 use new g_int_compare() function
2090
2091 2003-04-06 [thorsten]   0.8.11claws73
2092
2093         * src/mh.c
2094                 corrected implementation of mh_folder_destroy()
2095
2096 2003-04-05 [christoph]  0.8.11claws72
2097
2098         * src/account.c
2099         * src/folder.[ch]
2100         * src/folderview.c
2101         * src/imap.c
2102         * src/inc.c
2103         * src/main.c
2104         * src/mainwindow.c
2105         * src/mbox_folder.c
2106         * src/mh.c
2107         * src/mimeview.h
2108         * src/msgcache.[ch]
2109         * src/news.c
2110         * src/procmime.h
2111         * src/procmsg.[ch]
2112         * src/setup.c
2113         * src/gtk/gtkutils.c
2114                 o rename structure field names class and new to klass and
2115                   new_msgs, to allow including files in C++
2116                 o add 'extern "C"' block to some header files
2117                 o add MsgInfoList and MsgNumberList as alias for GSList for
2118                   developers to know what type of list is expected
2119
2120         * src/plugins/image_viewer/plugin.c
2121         * src/plugins/image_viewer/viewer.[ch]
2122         * src/plugins/image_viewer/viewerprefs.[ch]
2123                 rename function names to prevent conflicts
2124
2125 2003-04-05 [paul]       0.8.11claws71
2126
2127         * sync with 0.8.11cvs18
2128                 see ChangeLog 2003-04-03 and 2003-04-04
2129
2130 2003-04-02 [christoph]  0.8.11claws70
2131
2132         * src/folder.[ch]
2133         * src/imap.[ch]
2134         * src/mbox_folder.[ch]
2135         * src/mh.[ch]
2136         * src/news.[ch]
2137                 o Make all virtual folder functions private
2138                 o remove unused folder code
2139
2140         * src/common/socket.[ch]
2141         * src/summaryview.c
2142                 fix warnings
2143
2144 2003-03-30 [alfons]     0.8.11claws69
2145
2146         * src/send_message.c
2147                 remove two debug traces and see if people still report
2148                 errors
2149
2150 2003-03-30 [alfons]     0.8.11claws68
2151
2152         * src/send_message.c
2153         * src/commons/session.c
2154                 add more debug traces
2155
2156 2003-03-30 [christoph]  0.8.11claws67
2157
2158         * src/folder.c
2159                 change processing folder name from .processing to processing
2160
2161         * src/common/ssl.c
2162                 disable SSL certificate check because it causes Xlib error
2163                 when the child process want's to open an GTK window
2164
2165 2003-03-30 [christoph]  0.8.11claws66
2166
2167         * src/folder.c
2168                 don't use default folder for processing folder item because
2169                 it can be a non local folder
2170
2171         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2172
2173 2003-03-30 [alfons]     0.8.11claws65
2174
2175         * src/send_message.c
2176                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2177                 to generate bad code for 'send_send_data_progressive': When
2178                 called from 'send_send_data_finished', the 'data' pointer is
2179                 cleared just before the assignment to the dialog pointer
2180
2181 2003-03-29 [christoph]  0.8.11claws64
2182
2183         * src/common/prefs.h
2184         * src/plugins/image_viewer/Makefile.am
2185         * src/plugins/image_viewer/plugin.c
2186         * src/plugins/image_viewer/viewer.[ch]
2187         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2188                 add PrefsPage for ImageViewer
2189
2190 2003-03-28 [thorsten]   0.8.11claws63
2191
2192         * src/common/session.c
2193                 added some comments
2194
2195 2003-03-28 [paul]       0.8.11claws62
2196
2197         * sync with 0.8.11cvs16
2198                 see ChangeLog 2003-03-28
2199
2200 2003-03-28 [paul]       0.8.11claws61
2201
2202         * sync with 0.8.11cvs15
2203                 see ChangeLog 2003-03-28
2204
2205 2003-03-27 [christoph]  0.8.11claws60
2206
2207         * src/folder.c
2208         * src/imap.c
2209         * src/common/socket.[ch]
2210                 set socket state to DISCONNECTED when any operation
2211                 fails to allow reconnecting in IMAP code without
2212                 checking the return code of all calls to the command
2213                 functions
2214
2215         * src/folderview.c
2216         * src/summaryview.c
2217                 remove some more stuff that depends on specific
2218                 folder types
2219
2220 2003-03-27 [paul]       0.8.11claws59
2221
2222         * sync with 0.8.11cvs14
2223                 see ChangeLog 2003-03-27
2224                 
2225         * src/selective_download.[ch]   ** REMOVED **
2226                 really removed
2227
2228 2003-03-27 [christoph]  0.8.11claws58
2229
2230         * src/folder.c
2231                 fix handling of tmp_flags in flag copy function
2232
2233 2003-03-27 [paul]       0.8.11claws57
2234
2235         * sync with 0.8.11cvs13
2236                 see ChangeLog 2003-03-27
2237
2238 2003-03-27 [oliver]     0.8.11claws56
2239
2240         * src/maiwindow.c
2241                 remove sel_download_cb
2242
2243 2003-03-27 [oliver]     0.8.11claws55
2244         
2245         * src/inc.c
2246                 remove POP3_TOP
2247         
2248 2003-03-26 [oliver]     0.8.11claws54
2249
2250         *src/pop.h
2251                 remove POP3_TOP*
2252         * README.claws
2253                 remove selective donwload readme
2254
2255 2003-03-26 [oliver]     0.8.11claws53
2256         * src/matcher.[ch]
2257         * src/matcher_parser_parse.y 
2258         * src/pop.c 
2259         * src/prefs_account.[ch]
2260         * src/prefs_filtering.c
2261                 remove selective donwload
2262
2263 2003-03-26 [oliver]     0.8.11claws52
2264
2265         * src/inc.[ch] 
2266         * src/filtering.c 
2267         * src/mainwindow.c 
2268                 remove selective donwload
2269
2270 2003-03-26 [oliver]     0.8.11claws51
2271         
2272         * src/Makefile.am
2273         * src/selective_download.[ch]   ** REMOVE **    
2274
2275 2003-03-26 [christoph]  0.8.11claws50
2276
2277         * src/news.c
2278                 fix NEWS that got broken by a sync with sylpheed-main
2279
2280 2003-03-26 [christoph]  0.8.11claws49
2281
2282         * src/mimeview.c
2283                 fix mime type guessing when no mime type is found for a file
2284
2285 2003-03-25 [christoph]  0.8.11claws48
2286
2287         * src/mimeview.c
2288         * src/procmime.c
2289                 remove mime type guessing from mime parser and use
2290                 name based mime types in viewer lookup for mime type
2291                 application/octet-stream
2292
2293 2003-03-25 [christoph]  0.8.11claws47
2294
2295         * doc-src/readme.txt
2296         * doc-src/rfc2554.txt
2297                 add RFC about SMTP AUTH
2298
2299         * src/send_message.c
2300         * src/common/smtp.[ch]
2301                 add extra error code for authentication errors and
2302                 clear temporary password when this error occurs
2303
2304         (closes Bug 84 authentication failure while sending should
2305          prompt for password again)
2306
2307 2003-03-25 [christoph]  0.8.11claws46
2308
2309         * configure.ac
2310         * src/Makefile.am
2311         * src/imageview.[ch]                            ** REMOVE **
2312         * src/messageview.[ch]
2313         * src/mimeview.[ch]
2314         * src/prefs_common.[ch]
2315         * src/textview.c
2316         * src/plugins/Makefile.am
2317         * src/plugins/image_viewer/.cvsignore           ** NEW **
2318         * src/plugins/image_viewer/Makefile.am          ** NEW **
2319         * src/plugins/image_viewer/plugin.c             ** NEW **
2320         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2321                 move image viewer into a plugin (building is enabled by default)
2322                 [ToDo: Prefs for resize and autoview]
2323
2324 2003-03-25 [paul]       0.8.11claws45
2325
2326         * sync with 0.8.11cvs12
2327                 see ChangeLog 2003-03-26
2328
2329 2003-03-25 [paul]       0.8.11claws44
2330
2331         * sync with 0.8.11cvs11
2332                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2333                 
2334         Note: Selective Download is broken.
2335                 
2336 2003-03-22 [christoph]  0.8.11claws43
2337
2338         * src/folder.c
2339                 code cleanup for flags copying
2340
2341 2003-03-22 [christoph]  0.8.11claws42
2342
2343         * src/plugins/trayicon/trayicon.c
2344                 fix setting the transparent area when the window size
2345                 is forced by the system tray
2346
2347 2003-03-22 [christoph]  0.8.11claws41
2348
2349         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2350         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2351         * src/plugins/trayicon/newmail.xpm              ** NEW **
2352         * src/plugins/trayicon/nomail.xpm               ** NEW **
2353         * src/plugins/trayicon/trayicon.c
2354         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2355                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2356                 o add icon for unread mails
2357                 o set transparency for window
2358
2359 2003-03-22 [christoph]  0.8.11claws40
2360
2361         * src/news.c
2362                 init news session to prevent crash when session is closed
2363
2364 2003-03-22 [christoph]  0.8.11claws39
2365
2366         * src/imap.c
2367         * src/common/session.[ch]
2368                 Init session data to make sure we don't have invalid pointers
2369                 for read_ch and write_ch when new multi process sessions are
2370                 not used
2371
2372         * src/main.c
2373         * src/common/plugin.c
2374         * src/common/sylpheed.c
2375         * src/plugins/demo/demo.c
2376         * src/plugins/dillo_viewer/dillo_viewer.c
2377         * src/plugins/mathml_viewer/mathml_viewer.c
2378         * src/plugins/spamassassin/spamassassin.c
2379         * src/plugins/spamassassin/spamassassin_gtk.c
2380                 add plugin types to allow loading plugins at different times
2381                 (and maybe for different frontends), because it's not good to
2382                 load GTK-Plugins gefore gtk_init was called
2383
2384         * configure.ac
2385         * src/plugins/Makefile.am
2386         * src/plugins/trayicon/.cvsignore               ** NEW **
2387         * src/plugins/trayicon/Makefile.am              ** NEW **
2388         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2389         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2390         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2391         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2392         * src/plugins/trayicon/trayicon.c               ** NEW **
2393                 New Trayicon plugin that shows an icon in a systray that uses
2394                 XEMBED protocol like Gnome's systray. Icon shows if there
2395                 are new mails and a tooltip shows information about new,
2396                 unread and total messages.
2397
2398 2003-03-22 [paul]       0.8.11claws38
2399
2400         * src/common/smtp.c
2401                 fix ESMTP AUTH CRAM-MD5
2402                 [sync with main (still version 0.8.11cvs6), see
2403                  ChangeLog 2003-03-22]
2404
2405 2003-03-21 [colin]      0.8.11claws37
2406
2407         * src/send_message.c
2408                 Fix USE_SSL => USE_OPENSSL
2409
2410 2003-03-21 [colin]      0.8.11claws36
2411
2412         * src/folderview.c
2413                 Fix counts in drag and dropped subfolders
2414
2415 2003-03-21 [colin]      0.8.11claws35
2416
2417         * src/folder.c 
2418         * src/folderview.c
2419                 speed up a bit folder dnd
2420
2421 2003-03-20 [alfons]     0.8.11claws34
2422
2423         * src/main.c
2424         * src/toolbar.c
2425         * src/procmsg.c
2426                 don't send locked queue messages
2427                 (feature request "[ 705245 ] Locking message in outbox 
2428                  should prevent sending")
2429
2430 2003-03-20 [christoph]  0.8.11claws33
2431
2432         * src/folder.c
2433                 remove NEW and UNREAD flag in special folders when scanning
2434                 
2435         * src/common/smtp.c
2436                 fix ESMTP AUTH CRAM-MD5
2437
2438 2003-03-20 [paul]       0.8.11claws32
2439
2440         * src/prefs_account.c
2441                 Re-write 'Tunnel command to open connection' as
2442                 'Use command to communicate with server', and disable
2443                 it for all except IMAP accounts
2444
2445 2003-03-20 [paul]       0.8.11claws31
2446
2447         * sync with 0.8.11cvs6
2448                 see ChangeLog 2003-03-20
2449
2450 2003-03-19 [match]      0.8.11claws30
2451
2452         * src/addritem.[ch]
2453                 include documentation. minor refactoring.
2454         * src/addr_compl.[ch]
2455         * src/addrindex.[ch]
2456         * src/addresbook.[ch]
2457         * src/summaryview.c
2458                 re-enable address lookup (was disabled in
2459                 0.8.11claws20).
2460
2461 2003-03-19 [christoph]  0.8.11claws29
2462
2463         * src/procmsg.c
2464                 add temp flag handling, will make moving and copying
2465                 messages possible again
2466
2467         * src/folder.c
2468                 correct calulation of folder stats
2469
2470 2003-03-18 [match]      0.8.11claws28
2471
2472         * src/editgroup.h
2473                 remove case sensitive comparison (closes bug 80).
2474
2475 2003-03-18 [christoph]  0.8.11claws27
2476
2477         * src/imap.c
2478                 fix imap using a tunnel command
2479
2480         (closes bug 87)
2481
2482 2003-03-18 [christoph]  0.8.11claws26
2483
2484         * src/folder.[ch]
2485         * src/imap.c
2486         * src/procmsg.[ch]
2487                 rewrite flag handling for folders
2488
2489 2003-03-18 [christoph]  0.8.11claws25
2490
2491         * src/folder.c
2492         * src/procmsg.c
2493         * src/summaryview.c
2494                 unset NEW and UNREAD flags when message is ignored, to make
2495                 sure messages don't show up as unread on other IMAP clients,
2496                 because the IGNORE_THREAD flag can not be syncronized through
2497                 the IMAP folder
2498
2499 2003-03-17 [christoph]  0.8.11claws24
2500
2501         * src/imap.c
2502                 don't use recursion to fetch uids when the number of messages
2503                 does not match. Moved code into subfunction that is used
2504                 again when needed, to prevent an endless loop.
2505
2506 2003-03-17 [thorsten]   0.8.11claws23
2507
2508         * src/imageview.[ch]
2509                 export imageview_get_resized_size() (for plugins)
2510         * src/prefs_common.[ch]
2511                 added prefs_common_get() (for plugins)
2512
2513 2003-03-17 [christoph]  0.8.11claws22
2514
2515         * src/imap.c
2516                 o remove UID guessing from copy code
2517                 o support UIDPLUS extension for APPEND command
2518
2519 2003-03-17 [paul]       0.8.11claws21
2520
2521         * src/gtk/about.c
2522                 remove 'Compiled-plugins' section.
2523                 
2524         * src/plugins/dillo_viewer/dillo_viewer.c
2525                 slight change to description text
2526
2527 2003-03-16 [match]      0.8.11claws20
2528         * src/ldapserver.[ch]           ** NEW **
2529         * src/ldapctrl.[ch]             ** NEW **
2530         * src/ldapquery.[ch]            ** NEW **
2531         * src/ldaputil.[ch]             ** NEW **
2532         * src/addrcindex.[ch]           ** NEW **
2533         * src/addrquery.h               ** NEW **
2534         * src/addritem.[ch]
2535         * src/addrcache.[ch]
2536         * src/addrindex.[ch]
2537         * src/addr_compl.[ch]
2538         * src/addressbook.[ch]
2539         * src/addrbook.[ch]
2540         * src/editgroup.c
2541         * src/editaddress.c
2542         * src/editldap.c
2543         * src/editldap_basedn.c
2544         * src/vcard.c
2545         * src/jpilot.c
2546         * src/Makefile.am
2547                 included dynamic LDAP queries. improved address
2548                 completion.
2549
2550 2003-03-16 [paul]       0.8.11claws19
2551
2552         * tools/multiwebsearch.pl
2553                 fix a fatal typo
2554
2555 2003-03-16 [christoph]  0.8.11claws18
2556
2557         * src/mimeview.c
2558         * src/plugins/dillo_viewer/dillo_viewer.c
2559         * src/plugins/mathml_viewer/mathml_viewer.c
2560                 make unregistering of MimeViewerFactorys possible
2561
2562 2003-03-16 [alfons]     0.8.11claws17
2563
2564         * configure.ac
2565                 correct typo
2566
2567 2003-03-16 [melvin]     0.8.11claws16
2568
2569         * src/plugins/dillo_viewer.c
2570                 Fixed bug where it was not possible to view more than
2571                 one text/html attachment per message (bug discovered
2572                 by Christoph Hohmann).
2573
2574 2003-03-15 [melvin]     0.8.11claws15
2575
2576         * src/prefs_actions.c
2577                 Fixed compilation warnings.
2578
2579 2003-03-15 [melvin]     0.8.11claws14
2580
2581         * src/plugins/Makefile.am
2582         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2583         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2584         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2585                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2586                 newer (http://dillo.auriga.wearlab.de/).
2587
2588 2003-03-15 [christoph]  0.8.11claws13
2589
2590         * src/imap.c
2591                 don't query imap folder for attributes because we already
2592                 for them from imap_status
2593
2594         * src/mimeview.[ch]
2595                 add support for plugable MimeViewers (unloading Viewers
2596                 not yet complete)
2597
2598         * src/plugins/Makefile.am
2599         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2600         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2601         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2602                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2603                 widget from http://helm.cs.unibo.it/mml-widget/
2604
2605 2003-03-14 [christoph]  0.8.11claws12
2606
2607         * src/folder.[ch]
2608                 o error return code's should better be negative
2609                 o replace printf with debug_print
2610
2611         * src/imap.c
2612                 improve IMAP folder scan by checking UID-NEXT
2613
2614         * src/summaryview.c
2615                 remove check that are unnecessary in my opinion
2616
2617 2003-03-13 [christoph]  0.8.11claws11
2618
2619         * src/folder.[ch]
2620         * src/foldersel.c
2621         * src/folderview.c
2622         * src/imap.c
2623         * src/mbox_folder.c
2624         * src/mh.c
2625         * src/news.c
2626         * src/prefs_scoring.c
2627         * src/summaryview.c
2628                 use a common function to get a displayable name
2629                 for a FolderItem
2630
2631 2003-03-13 [paul]       0.8.11claws10
2632
2633         * tools/Makefile.am
2634           tools/README
2635           tools/multiwebsearch.conf     ** NEW FILE **
2636           tools/multiwebsearch.pl       ** NEW FILE **
2637                 add multiwebsearch Actions script
2638
2639 2003-03-13 [colin]      0.8.11claws9
2640
2641         * src/compose.c
2642                 Remove leading emtpy lines from quoted text
2643                 before quoting it
2644
2645 2003-03-13 [melvin]     0.8.11claws8
2646
2647         * src/prefs_actions.c
2648                 Fixed a memory leak
2649                 Code clean ups
2650                 Added Cancel and OK buttons
2651                 Corrected help text
2652
2653 2003-03-13 [christoph]  0.8.11claws7
2654
2655         * src/account.c
2656         * src/folder.[ch]
2657         * src/imap.c
2658         * src/mainwindow.c
2659         * src/mbox_folder.c
2660         * src/mh.c
2661         * src/news.c
2662         * src/setup.c
2663                 replace more folder type stuff with folder class stuff
2664
2665 2003-03-13 [melvin]     0.8.11claws6
2666
2667         * src/prefs_actions.c
2668                 Added new tokens:
2669                 %u: user provided argument
2670                 %h: user provided argument (hidden on input)
2671                 %s: current text selection in the message view 
2672
2673 2003-03-13 [paul]       0.8.11claws5
2674
2675         * sync with 0.8.11cvs5
2676                 see ChangeLog 2003-03-11, 2003-03-12
2677
2678 2003-03-12 [christoph]  0.8.11claws4
2679
2680         * src/folder.c
2681                 use folder class idstr when writing folderlist.xml
2682
2683         * src/folder.h
2684         * src/imap.c
2685         * src/news.c
2686                 replace folder type checks with folder class checks
2687
2688 2003-03-12 [christoph]  0.8.11claws3
2689
2690         * src/folder.[ch]
2691         * src/imap.[ch]
2692         * src/main.c
2693         * src/mbox_folder.[ch]
2694         * src/mh.[ch]
2695         * src/news.[ch]
2696                 o create a list of known folder classes in the folder system
2697                 o use folder class id strings for folder item identifiers
2698
2699 2003-03-12 [christoph]  0.8.11claws2
2700
2701         * src/imap.c
2702                 fix imap uid validity check
2703
2704 2003-03-12 [christoph]  0.8.11claws1
2705
2706         * src/account.c
2707         * src/folder.[ch]
2708         * src/foldersel.c
2709         * src/folderview.c
2710         * src/imap.c
2711         * src/mainwindow.c
2712         * src/mbox_folder.c
2713         * src/mh.c
2714         * src/news.c
2715         * src/prefs_scoring.c
2716         * src/procmsg.c
2717         * src/setup.c
2718         * src/summaryview.c
2719                 initial restructuring of folder system, seperating
2720                 folders and folder classes
2721
2722 2003-03-12 [paul]       0.8.11claws
2723
2724         0.8.11claws release
2725
2726 2003-03-12 [christoph]
2727
2728         * src/gtk/prefswindow.c
2729                 fix translation of "Page Index"
2730
2731 2003-03-12 [paul]       0.8.10claws110
2732
2733         a sync from 0.8.11cvs4 before the release
2734
2735         * src/common/utils.c
2736                 subject_compare_for_sort(): allow null strings (fixes
2737                 summary sorting).
2738
2739 2003-03-11 [paul]       0.8.10claws109
2740
2741         * po/es.po
2742                 update Spanish translation, submitted by
2743                 Ricardo Mones Lastra
2744
2745 2003-03-11 [melvin]     0.8.10claws108
2746
2747         * po/fr.po
2748                 Updated French translations
2749
2750 2003-03-11 [paul]       0.8.10claws107
2751
2752         * manual/en/Makefile.am
2753           manual/en/*.html
2754                 update English manual, add a new page
2755                 updated by Francois Barriere <fbarriere@atmel.fr>
2756                 
2757         * po/bg.po
2758           po/it.po
2759           po/sr.po
2760                 update Bulgarian, Italian, and Serbian translations
2761                 submitted by George Danchev, Alessandro Maestri, and
2762                 Urke MMI
2763
2764 2003-03-10 [paul]       0.8.10claws106
2765
2766         * src/gtk/about.c
2767           src/gtk/prefswindow.c
2768                 make some strings translatable
2769
2770 2003-03-10 [darko]      0.8.10claws105
2771
2772         * src/compose.c
2773                 code cleanup to make Hiro happy
2774
2775 2003-03-10 [paul]       0.8.10claws104
2776
2777         * sync with 0.8.11cvs2
2778                 see ChangeLog 2003-03-10
2779
2780 2003-03-09 [melvin]     0.8.10claws103
2781
2782         * src/textview.c
2783                 textview_set_font(): fix for message display in
2784                 UTF-8 locales (thanks to Sergey Vlasov).
2785                 (was unintentionnaly reverted in 0.8.6claws6)   
2786
2787 2003-03-08 [darko]      0.8.10claws102
2788
2789         * src/compose.c
2790                 fix infinite loop in wrapping as reported
2791                 by happycactus
2792                 obsoletes patch #696482
2793
2794 2003-03-08 [christoph]  0.8.10claws101
2795
2796         * src/imap.c
2797                 add workaround for IMAP servers that do not
2798                 support the "UID SEARCH UID" command
2799
2800 2003-03-07 [christoph]  0.8.10claws100
2801
2802         * src/plugins/spamassassin/spamassassin.[ch]
2803         * src/plugins/spamassassin/spamassassin_gtk.c
2804                 code cleanup
2805
2806 2003-03-07 [paul]       0.8.10claws99
2807
2808         * po/es.po
2809                 updated Spanish translation, submitted by
2810                 Ricardo Mones Lastra
2811
2812 2003-03-07 [christoph]  0.8.10claws98
2813
2814         * src/send.c
2815                 fix in 0.8.10claws94 was wrong
2816                 local delivery does not require escaping, remove escaping
2817                 code to make signatures of mails with "." lines valid
2818                 
2819                 NOTE: requires that sendmail is executed with "-i" option,
2820                       what is the default now, but has to be changed in all
2821                       exsiting accounts)
2822
2823 2003-03-07 [paul]       0.8.10claws97
2824
2825         * sync with 0.8.11 release
2826                 see ChangeLog 2003-03-07
2827
2828 2003-03-06 [paul]       0.8.10claws96
2829
2830         * src/compose.c
2831                 revert commit 0.8.10claws92
2832
2833 2003-03-06 [paul]       0.8.10claws95
2834
2835         * src/folderview.c
2836                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2837
2838         * src/gtkaspell.c
2839                 fix bug 74, 'Crash opening editor window with pseudo-color
2840                 display'
2841                 
2842         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2843
2844 2003-03-06 [christoph]  0.8.10claws94
2845
2846         * src/send.c
2847                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2848                 all lines starting with a period get an extra period
2849                 inserted
2850                 (found by Simon 'corecode' Schubert)
2851
2852 2003-03-06 [paul]       0.8.10claws93
2853
2854         * src/folderview.c
2855                 if configured font can't be loaded fall back to gtk
2856                 default. (with thanks to Christoph)
2857                 
2858                 closes long-standing bug 15 'Crashes on startup'
2859
2860 2003-03-06 [paul]       0.8.10claws92
2861
2862         * src/compose.c
2863                 freeze text before autosave and thaw afterwards
2864                 fixes bug 67 'autosave make re-rediting message crazy'
2865
2866 2003-03-06 [christoph]  0.8.10claws91
2867
2868         * src/compose.c
2869                 ignore address comment in dupe check for Cc-list
2870
2871         (closes reopened bug 47 Replying to message strips name part of
2872          e-mail addresses of Cc: lines)
2873
2874 2003-03-06 [paul]       0.8.10claws90
2875
2876         * src/Makefile.am
2877                 remove reference to gtkxtext.h as its no longer in
2878                 the repository
2879
2880 2003-03-06 [paul]       0.8.10claws89
2881
2882         * sync with 0.8.10cvs25
2883                 see ChangeLog 2003-03-06
2884
2885 2003-03-06 [oliver]     0.8.10claws88
2886         
2887         * src/messageview.c
2888                 remove include
2889
2890 2003-03-06 [oliver]     0.8.10claws87
2891         
2892         * src/folderview.c 
2893                 remove changes introduced inclaws74
2894         * src/messageview.c
2895                 another attempt to sanely delete and update
2896                 messages deleted in separate messageview
2897
2898 2003-03-05 [christoph]  0.8.10claws86
2899
2900         * src/summaryview.c
2901                 check if "From" matches any account's address if
2902                 addressbook completion of addresses is disabled too
2903
2904         (closes Bug 70 "Display recipient in from" doesn't check
2905          folder's default account)
2906
2907 2003-03-05 [christoph]  0.8.10claws85
2908
2909         * src/compose.c
2910         * src/common/utils.[ch]
2911                 don't strip address comments when building Cc lists
2912
2913         (closes Bug 47 Replying to message strips name part of e-mail addresses
2914          of Cc: lines)
2915
2916         * src/folder.c
2917                 fix return value of copy function
2918
2919 2003-03-05 [christoph]  0.8.10claws84
2920
2921         * src/imap.c
2922                 don't ask imap server for non rfc822 headers
2923
2924         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2925
2926         * src/imap.c
2927                 destroy session on socket error to allow reconnecting
2928
2929 2003-03-05 [christoph]  0.8.10claws83
2930
2931         * configure.ac
2932                 fix building with gnome when no prefix is set
2933
2934         (closes bug 66 Gnome directory is set to NONE)
2935
2936 2003-03-05 [paul]       0.8.10claws82
2937
2938         * sync with 0.8.10cvs23
2939                 see ChangeLog 2003-03-05
2940
2941 2003-03-04 [christoph]  0.8.10claws81
2942
2943         * src/folder.c
2944                 o fix moving and copying when folder returns 0 for new
2945                   message number
2946                 o remove some code for single message copy and move
2947                   operations and use functions for multiple messages
2948
2949         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2950
2951         * src/news.c
2952                 remove unused include
2953
2954 2003-03-04 [paul]       0.8.10claws80
2955
2956         * src/gtk/about.c
2957                 list 'Compiled plugins'
2958
2959 2003-03-03 [christoph]  0.8.10claws79
2960
2961         * src/news.[ch]
2962                 have to multiply the percentage of the current fetch with
2963                 the percentage that it has of the total fetch operation
2964                 for correct values
2965
2966 2003-03-03 [christoph]  0.8.10claws78
2967
2968         * src/news.c
2969                 fix calculation of expected lines for progress indicator
2970
2971 2003-03-03 [christoph]  0.8.10claws77
2972
2973         * src/summaryview.c
2974         * src/common/utils.c
2975                 fix segfault when opening the root news folder
2976
2977 2003-03-03 [christoph]  0.8.10claws76
2978
2979         * src/mainwindow.[ch]
2980         * src/common/Makefile.am
2981         * src/common/progressindicator.[ch]
2982                 add UI independent progress indicator handling
2983
2984         * src/news.[ch]
2985                 use new progress indicator for message info fetching
2986
2987         * src/common/hooks.h
2988                 code cleanup
2989
2990 2003-03-03 [oliver]     0.8.10claws75
2991
2992         * src/toolbar.c
2993         * src/compose.c
2994                 removed commented code
2995
2996 2003-03-03 [oliver]     0.8.10claws74
2997
2998         * src/toolbar.[ch]
2999                 cleanups and refactoring
3000         * src/compose.[ch]
3001                 compose_reply_mode reply & forwarding interface for
3002                 toolbar buttons
3003         * src/folderview.c
3004                 act on messages marked for deletion in folderview_selected
3005                 based on prefs_common.immediate_exec since a message might 
3006                 have been deleted by messageview in a folder we are changing 
3007                 to (does anybody understand what I'm on about ?)
3008
3009 2003-03-03 [oliver]     0.8.10claws73
3010         
3011         * src/messageview.[ch]
3012                 new functions
3013                 - messageview_delete: delete message shown in messagview
3014                 - messageview_update_view: update messageview to currently 
3015                   selected summaryview message
3016                 - add separate messageview to msgview_list in order to update 
3017                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3018         * src/summaryview.[ch]
3019                 summary_get_selection returns a list of selected msgs
3020                 in summaryview
3021         * src/mainwindow.c
3022                 toolbar reply refactoring
3023
3024 2003-03-03 [paul]       0.8.10claws72
3025
3026         * sync with 0.8.10cvs21
3027                 see ChangeLog 2003-03-03
3028
3029 2003-03-02 [christoph]  0.8.10claws71
3030
3031         * src/common/passcrypt.c
3032                 use POSIX includes
3033
3034 2003-03-02 [christoph]  0.8.10claws70
3035
3036         * configure.ac
3037         * src/prefs_account.c
3038         * src/prefs_gtk.[ch]
3039         * src/common/.cvsignore
3040         * src/common/Makefile.am
3041         * src/common/passcrypt.c                ** NEW **
3042         * src/common/passcrypt.h.in             ** NEW **
3043                 Implement password encryption in config files
3044                 using unix encrypt and setkey functions. The crypt
3045                 key can be set as a configure parameter. Old
3046                 passwords will be converted if they do not begin
3047                 with '!'
3048
3049 2003-03-02 [paul]       0.8.10claws69
3050
3051         * src/prefs_account.c
3052                 fix compile error
3053
3054 2003-03-01 [thorsten]   0.8.10claws68
3055
3056         * po/el.po
3057           po/hr.po
3058           po/it.po
3059           po/nl.po
3060           po/sr.po
3061           po/sv.po
3062                 corrected format strings
3063         * po/en_GB.po
3064                 corrected headers
3065                 (fix compile errors with GNU gettext-0.11.5)
3066
3067 2003-03-01 [oliver]     0.8.10claws67
3068
3069         * src/summaryview.c
3070                 menu callbacks call toolbar_menu_reply
3071
3072 2003-03-01 [oliver]     0.8.10claws66
3073
3074         * src/mainwindow.c
3075         * src/messageview.c
3076                 menu callbacks call toolbar_menu_reply
3077         * src/toolbar.[ch]
3078                 callbacks from menu handled by toolbar_menu_reply
3079
3080 2003-03-01 [paul]       0.8.10claws65
3081
3082         * src/addressbook.c
3083                 revert commit 0.8.10claws54 - breaks editing of
3084                 addressbook.
3085                 
3086         * po/bg.po
3087                 update Bulgarian translation, submitted by
3088                 George Danchev
3089
3090 2003-02-28 [christoph]  0.8.10claws64
3091
3092         * src/account.c
3093         * src/addressadd.c
3094         * src/compose.c
3095         * src/gtkaspell.c
3096         * src/gtkxtext.h                ** REMOVE **
3097         * src/imap.c
3098         * src/matcher.[ch]
3099         * src/mh.c
3100         * src/news.c
3101         * src/pine.c
3102         * src/prefs_common.c
3103         * src/prefs_matcher.c
3104         * src/procheader.[ch]
3105         * src/procmsg.[ch]
3106         * src/toolbar.c
3107         * src/common/ssl_certificate.c
3108         * src/gtk/colorlabel.c
3109         * src/gtk/menu.c
3110                 o fix warnings
3111                 o remove code obsoleted by new cache and folder system rework
3112
3113 2003-02-28 [oliver]     0.8.10claws63
3114         
3115         * src/toolbar.[ch]
3116                 * fix bug where reply in Messageview replied to 
3117                 Message displayed in summaryview
3118                 (reportedd via ML by chinatinte at gmx dot ch)
3119                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3120                 didn't work in separate MessageView Toolbar
3121                 (wondering if anybody uses this at all ?)
3122         * src/summaryview.[ch]
3123                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3124                 (generalize reply and forward code);
3125         * src/messageview.c 
3126                 remove focus_in event which updated summaryview to messageview
3127
3128 2003-02-28 [paul]       0.8.10claws62
3129
3130         * po/Makefile.in.in
3131                 add the --check option
3132                 Patch submitted by Ricardo Mones Lastra
3133
3134 2003-02-28 [paul]       0.8.10claws61
3135
3136         * src/prefs_account.c
3137                 re-order 'Signature' items
3138
3139 2003-02-28 [paul]       0.8.10claws60
3140
3141         * sync with 0.8.10cvs20
3142                 see ChangeLog 2003-02-28
3143
3144 2003-02-28 [paul]       0.8.10claws59
3145
3146         * po/POTFILES.in
3147                 update to reflect recent movement of files
3148
3149 2003-02-28 [paul]       0.8.10claws58
3150
3151         * sync with 0.8.10cvs19
3152                 see ChangeLog 2003-02-28
3153
3154 2003-02-27 [martin]     0.8.10claws57
3155
3156         * src/prefs_matcher.c 
3157                 fix segfault in prefs_matcher_ok() when the
3158                 last entry is deleted and prevents that the
3159                 message "entry not saved" comes up after deleting
3160                 an entry
3161
3162 2003-02-27 [martin]     0.8.10claws56
3163
3164         * src/prefs_filtering.c 
3165                 fix segfault in prefs_filtering_ok() when the
3166                 last entry is deleted and prevents that the
3167                 message "entry not saved" comes up after deleting
3168                 an entry
3169
3170 2003-02-27 [paul]       0.8.10claws55
3171
3172         * sync with 0.8.10cvs18
3173                 see ChangeLog 2003-02-27
3174
3175 2003-02-27 [paul]       0.8.10claws54
3176
3177         * src/addressbook.c
3178                 fix bug where the address book crashes with 
3179                 multiple lookups.
3180                 Patch [687729] submitted by David Frager 
3181                 <dbfrager@users.sourceforge.net>
3182
3183 2003-02-25 [christoph]  0.8.10claws53
3184
3185         * src/Makefile.am
3186         * src/colorlabel.[ch]           ** REMOVE **
3187         * src/gtk/Makefile.am
3188         * src/gtk/colorlabel.[ch]       ** NEW **
3189                 move colorlabel files to gtk directory
3190
3191         * src/esmtp.[ch]                ** REMOVE **
3192                 has been merged into smtp.[ch] in 0.7.5
3193
3194 2003-02-25 [christoph]  0.8.10claws52
3195
3196         * src/Makefile.am
3197         * src/about.[ch]                ** REMOVE **
3198         * src/gtk/Makefile.am
3199         * src/gtk/about.[ch]            ** NEW **
3200                 move about files to gtk directory
3201
3202 2003-02-25 [christoph]  0.8.10claws51
3203
3204         * src/folder.c
3205                 some code optimization of folder scanning code
3206
3207         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3208
3209 2003-02-25 [christoph]  0.8.10claws50
3210
3211         * src/main.c
3212         * src/common/sylpheed.c
3213                 add command line parameter parsing to common code
3214
3215 2003-02-24 [christoph]
3216
3217         * Makefile.am
3218         * configure.ac
3219                 fix gnome prefix problems, the configure script now removed
3220                 `gnome-config --prefix` from `gnome-config --datadir`
3221                 and adds $(prefix} instead
3222
3223         (closes Bug 24 Makefile does not respect prefix when installing
3224          GNOME data)
3225
3226 2003-02-24 [christoph]  0.8.10claws49
3227
3228         * src/news.c
3229                 check for valid session before trying to authenticate
3230
3231         (closes Bug 60 crash if "authenticate on logon" is activated
3232          and newsserver-hostname is not valid)
3233
3234 2003-02-24 [melvin]     0.8.10claws48
3235
3236         * src/prefs_actions.c
3237                 Make sure all user's input is sent to the action and then
3238                 close the socket..
3239
3240 2003-02-23 [alfons]     0.8.10claws46
3241
3242         * src/summaryview.c
3243                 also wait cursor when deleting files
3244
3245 2003-02-23 [paul]
3246
3247         * tools/freshmeat_search.pl
3248           tools/google_search.pl
3249                 scripts should now work for any browser/browser command line
3250
3251 2003-02-22 [christoph]  0.8.10claws45
3252
3253         * src/procmsg.c
3254                 fix IMAP flag setting, IMAP flag is not handled correctly
3255                 anymore by the folder system and information about the
3256                 folder should not be saved in the MsgInfo (in my opinion)
3257
3258         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3259
3260 2003-02-22 [christoph]  0.8.10claws44
3261
3262         * src/summaryview.c
3263                 fix spelling of "label" ;-)
3264
3265 2003-02-22 [thorsten]   0.8.10claws43
3266
3267         * src/mimeview.c
3268           src/prefs_common.[ch]
3269           src/procmime.[ch]
3270                 do not use description as attachment name
3271
3272 2003-02-22 [alfons]     0.8.10claws42
3273
3274         * src/summaryview.c
3275                 freeze/thaw folder item updates when changing color labels,
3276                 and put a wait cursors on
3277
3278 2003-02-22 [thorsten]   0.8.10claws41
3279
3280         * src/mimeview.c
3281                 save-all fixes: crash if invoked on multipart container,
3282                 mimeinfo access, pathseparators, error dialog
3283
3284 2003-02-21 [alfons]     0.8.10claws40
3285
3286         * src/prefs_gtk.c
3287                 remove unused var
3288
3289 2003-02-21 [colin]      0.8.10claws39
3290
3291         * src/send.c
3292                 Fix smtp logging
3293
3294 2003-02-21 [colin]      0.8.10claws38
3295
3296         * src/summaryview.c
3297                 Freeze/thaw folderItem updates when filtering messages 
3298                 via Tools/Filter messages
3299
3300 2003-02-21 [paul]       0.8.10claws37
3301
3302         * src/compose.c
3303                 revert commit 0.8.10claws26, there are ulterior motives
3304                 for users to set a Reply-To header when posting to
3305                 newsgroups
3306
3307 2003-02-21 [paul]       0.8.10claws36
3308
3309         * sync with 0.8.10cvs17
3310                 see ChangeLog 2003-02-21
3311
3312 2003-02-20 [christoph]  0.8.10claws35
3313
3314         * src/imap.c
3315                 IMAP UID fetch speedup using SEARCH
3316
3317         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3318
3319         * src/imap.c
3320                 fix problem with UIDs in IMAP UID cache that no longer existed
3321
3322 2003-02-20 [christoph]  0.8.10claws34
3323
3324         * src/imap.c
3325         * src/procheader.c
3326         * src/procheader.h
3327                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3328
3329         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3330
3331         * src/imap.c
3332                 Rewrite imap_cmd_gen_recv use sock_getline instead
3333                 of sock_gets to avoid problems with too long reply
3334                 lines
3335     
3336 2003-02-20 [colin]      0.8.10claws33
3337         
3338         * src/prefs_account.c
3339                 Better wording
3340
3341 2003-02-20 [colin]      0.8.10claws32
3342
3343         * src/compose.c
3344                 Remove useless '&& !to_sender' 
3345
3346 2003-02-20 [darko]
3347
3348         * AUTHORS
3349                 change my e-mail address
3350
3351 2003-02-19 [colin]      0.8.10claws31
3352
3353         * src/prefs_common.c
3354                 X11 style colors for every configurable color
3355
3356 2003-02-19 [alfons]     0.8.10claws30
3357
3358         * src/prefs_gtk.[ch]
3359         * src/prefs_common.c
3360                 for color_new accept both plain integers and X11 style color
3361                 names (as found in /usr/lib/X11/rgb.txt)
3362
3363 2003-02-19 [paul]       0.8.10claws29
3364
3365         * src/mainwindow.c
3366                 add tooltips to online/offline button and account selector
3367                 button
3368
3369 2003-02-19 [paul]       0.8.10claws28
3370
3371         * src/folder.c
3372           src/news.c
3373           src/prefs_account.[ch]
3374           src/prefs_common.[ch]
3375                 move 'Maximum number of articles to download' to
3376                 account prefs.
3377                 clean up account prefs gui a little by hiding entries
3378                 rather then greying out entries
3379
3380 2003-02-19 [hiro]       0.8.10claws27
3381
3382         * src/common/utils.c
3383                 fix bug #54 'yesterdays date is displayed in the message 
3384                 summary window'
3385
3386 2003-02-19 [paul]       0.8.10claws26
3387
3388         * src/compose.c
3389                 fix bug reported in Feature Request [688596] 
3390                 'Reply-to header in news'
3391
3392 2003-02-18 [paul]       0.8.10claws25
3393
3394         * src/select-keys.c
3395                 add a 'List all keys' button to key selection dialog
3396
3397 2003-02-18 [colin]      0.8.10claws24
3398         
3399         * src/stock_pixmap.c
3400                 fix compile error
3401
3402 2003-02-18 [colin]      0.8.10claws23
3403
3404         * src/common/smtp.[ch]
3405           src/prefs_account.c
3406                 Try to starttls if it seems to be the only
3407                 way to authenticate a user
3408
3409 2003-02-18 [paul]       0.8.10claws22
3410
3411         * src/Makefile.am
3412           src/folderview.c
3413           src/stock_pixmap.[ch]
3414           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3415           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3416                 as a Drafts folder is a special folder allow it to have
3417                 its own unique icons
3418
3419 2003-02-18 [colin]      0.8.10claws21
3420
3421         * src/imap.c
3422                 Fix port selection when using starttls
3423
3424 2003-02-18 [paul]       0.8.10claws20
3425
3426         * src/mainwindow.c
3427           src/prefs_common.[ch]
3428                 make blue the default new mail colour
3429
3430 2003-02-18 [paul]       0.8.10claws19
3431
3432         * sync with 0.8.10cvs14
3433                 see ChangeLog 2003-02-18
3434
3435 2003-02-17 [jens]       0.8.10claws18
3436
3437         * src/common/md5.c
3438                 fixed a compile problem with gcc 3.3
3439                 works on 2.95.3 too (testet on PPC as it is big endian)
3440
3441 2003-02-17 [paul]       0.8.10claws17
3442
3443         * sync with 0.8.10cvs13
3444                 see ChangeLog 2003-02-17
3445
3446 2003-02-17 [paul]       0.8.10claws16
3447
3448         * sync with 0.8.10cvs12
3449                 see ChangeLog 2003-02-17
3450
3451 2003-02-16 [match]      0.8.10claws15
3452
3453         * src/addressbook.c
3454                 Eliminates reloading of address data when items
3455                 deleted or added. Applied submitted by
3456                 Luke Plant <lukeplant@softhome.net>
3457
3458 2003-02-16 [paul]       0.8.10claws14
3459
3460         * src/news.c
3461                 when a 'protocol error' is encountered disconnect from
3462                 the server. This means that the user can carry on viewing
3463                 other articles and doesn't have to either wait until the
3464                 server timesout or quit sylpheed.
3465                 Fixes bug #53 'Unable to read messages in newsgroups, 
3466                 displayed message doesn't change'
3467
3468 2003-02-15 [christoph]  0.8.10claws13
3469
3470         * src/imap.c
3471                 fix bug that stopped scanning of folders when an
3472                 IMAP folder was empty
3473
3474         (closes bug 46 stop scan messages in folders after empty folder)
3475
3476 2003-02-15 [paul]
3477
3478         * tools/Makefile.am
3479           tools/README
3480           tools/freshmeat_search.pl     ** NEW FILE **
3481           tools/google_search.pl        ** NEW FILE **
3482                 Add 2 Actions scripts which search freshmeat/google
3483                 for the selected text using the browser configured
3484                 in sylpheedrc.
3485                 
3486         Note: These scripts are very dependent on the format of the
3487         browser command and may not work on every occasion. Testing
3488         is welcome. 
3489
3490 2003-02-14 [alfons]     0.8.10claws12
3491
3492         * src/compose.c
3493                 fix breakage because of uninitialized account pointer.
3494                 please verify.
3495
3496 2003-02-14 [paul]       0.8.10claws11
3497
3498         * src/compose.c
3499           src/prefs_account.[ch]
3500           src/prefs_common.[ch]
3501                 move signature settings to Account Prefs
3502
3503 2003-02-14 [paul]       0.8.10claws10
3504
3505         * sync with 0.8.10cvs11
3506                 see ChangeLog 2003-02-14
3507
3508 2003-02-13 [thorsten]   0.8.10claws9
3509
3510         * src/news.c
3511                 revert news progressbar (GUI separation)
3512
3513 2003-02-13 [paul]       0.8.10claws8
3514
3515         * src/compose.c
3516                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3517                 paragraph 1
3518
3519 2003-02-13 [paul]       0.8.10claws7
3520
3521         * src/compose.[ch]
3522           src/summaryview.c
3523                 fix 'Follow-up and Reply-to' so that it creates a reply to
3524                 the newsgroup and the sender. If the message has the keyword
3525                 'poster' in the Followup-To header, all replies go to the
3526                 sender, re: RFC 1036, Section 2.2.3
3527                 rename all instances of 'ignore_replyto' to 'to_sender', both
3528                 were previously used, now we use just one.
3529
3530 2003-02-13 [paul]       0.8.10claws6
3531
3532         * sync with 0.8.10cvs9
3533                 see ChangeLog 2003-02-13
3534
3535 2003-02-13 [paul]       0.8.10claws5
3536
3537         * configure.ac
3538                 show which plugins are configured in the configure
3539                 output.
3540
3541 2003-02-12 [thorsten]   0.8.10claws4
3542
3543         * src/news.c
3544                 show progress while fetching news headers
3545
3546 2003-02-12 [christoph]  0.8.10claws3
3547
3548         * configure.ac
3549         * src/plugins/Makefile.am
3550                 use AM_CONDITIONAL to enable plugins, automake correctly
3551                 manages this when creating distdir
3552
3553 2003-02-12 [christoph]  0.8.10claws2
3554
3555         * ac/spamassassin.m4
3556         * src/plugins/spamassassin/Makefile.am
3557                 fix building SpamAssassin plugin without OpenSSL
3558
3559 2003-02-12 [paul]       0.8.10claws1
3560
3561         * ac/Makefile.am
3562           src/Makefile.am
3563           src/plugins/Makefile.am
3564                 fix failure of 'make release'
3565
3566 2003-02-12 [paul]       0.8.10claws
3567
3568         * 0.8.10claws released
3569
3570 2003-02-12 [paul]       0.8.9claws56
3571
3572         * po/bg.po
3573           po/es.po
3574           po/it.po
3575           po/ru.po
3576           po/sr.po
3577                 updated translations by George Danchev, Ricardo Mones Lastra,
3578                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3579                 
3580         * sylpheed.spec.in
3581                 Allow the building of RPMs by a regular user. Submitted
3582                 by Sergei Astanin
3583
3584 2003-02-11 [alfons]     0.8.9claws55
3585
3586         * src/colorlabel.c
3587                 don't use pixmaps for label color rect but draw rectangles
3588                 so we can respect the color map of palette based visuals
3589                 (fixes the long time crashes on Suns - thanks to Andreas
3590                 Engel and Steve O'Hara-Smith for testing)
3591
3592 2003-02-11 [christoph]  0.8.9claws54
3593
3594         * src/matcher_parser_parse.y
3595                 correct bug where filering rules of not existing folders in
3596                 matcherrc were added to global filtering
3597                 
3598         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3599          main filter-rules after removing directory, http://bugs.debian.org/180253)
3600         
3601 2003-02-11 [paul]       0.8.9claws53
3602
3603         * sync with 0.8.10cvs7
3604                 see ChangeLog 2003-02-09
3605
3606 2003-02-11 [melvin]     0.8.9claws52
3607
3608         * po/fr.po
3609                 Updated French tranlsations
3610
3611 2003-02-10 [paul]       0.8.9claws51
3612
3613         * sylpheed.spec.in
3614                 correct --enable-openssl
3615                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3616
3617 2003-02-09 [martin]     0.8.9claws50
3618
3619         * src/prefs_matcher.c
3620                 fix segfault in prefs_matcher_substitute_cb() when
3621                 no row is selected
3622
3623 2003-02-09 [paul]       0.8.9claws49
3624
3625         * src/folderview.c
3626                 fix bug where a newsgroup folder's processing rules were
3627                 merged with the global filtering rules when the newsgroup
3628                 folder was deleted, causing some seriously bad results,
3629                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3630
3631 2003-02-08 [melvin]     0.8.9claws48
3632
3633         * src/compose.c
3634                 Corrected and modified an alert message.
3635
3636 2003-02-07 [paul]       0.8.9claws47
3637
3638         * src/folderview.c
3639                 fix bug where both an 'Account properties' window and a
3640                 'Folder properties' window were opened when clicking on
3641                 'Properties' in an NNTP or IMAP folder's popup menu.
3642
3643 2003-02-07 [paul]       0.8.9claws46
3644
3645         * sync with 0.8.10cvs6
3646                 see ChangeLog 2003-02-06
3647
3648 2003-02-06 [christoph]  0.8.9claws45
3649
3650         * src/mbox.c
3651                 freeze folder updates while importing mbox files
3652                 (closes bug 43 importing mbox took hours)
3653                 
3654         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3655
3656 2003-02-06 [thorsten]   0.8.9claws44
3657
3658         * po/de.po
3659                 Updated german translations
3660
3661 2003-02-06 [thorsten]   0.8.9claws43
3662
3663         * src/news.h
3664                 use guint for message numbers (fix count in grouplist dialog)
3665
3666 2003-02-05 [paul]       0.8.9claws42
3667
3668         * sync with 0.8.10cvs2
3669                 see ChangeLog 2003-02-05
3670
3671 2003-02-04 [colin]      0.8.9claws41
3672
3673         * src/prefs_common.[ch]
3674           src/procmsg.c
3675           src/summaryview.c
3676                 Add an option to disable threading by subject
3677
3678 2003-02-04 [christoph]  0.8.9claws40
3679
3680         * src/inc.c
3681                 only abort fetching mails from multiple accounts when the
3682                 error is fatal and does not allow to check any more accounts
3683                 (currently only disk full error)
3684
3685         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3686          receive mails for other accouts)
3687
3688 2003-02-04 [christoph]  0.8.9claws39
3689
3690         * src/folder.c
3691                 first add the new message to the cache, then
3692                 send the update notification
3693
3694         (closes bug 39 after sending message folderview doesnt get updated)
3695
3696 2003-02-04 [colin]      0.8.9claws38
3697
3698         * src/inc.c
3699                 _really_ fix this Connecting... status
3700
3701 2003-02-04 [paul]       0.8.9claws37
3702
3703         * sync with 0.8.10
3704                 see ChangeLog 2003-02-04
3705
3706 2003-02-04 [paul]       0.8.9claws36
3707
3708         * sync with 0.8.9cvs6
3709                 see ChangeLog 2003-02-03
3710
3711 2003-02-04 [paul]       0.8.9claws35
3712
3713         * po/pt_BR.po
3714                 updated by André Filipe de Assunção e Brito 
3715                 <bedecko@netsite.com.br>
3716
3717 2003-02-03 [thorsten]   0.8.9claws34
3718
3719         * po/de.po
3720                 Updated german translations
3721
3722 2003-02-02 [paul]       0.8.9claws33
3723
3724         * po/es.po
3725                 updated by Ricardo Mones Lastra
3726
3727 2003-02-02 [thorsten]   0.8.9claws32
3728
3729         * src/mh.c
3730                 Fix mh_get_msginfo() segfault if file is inaccessible
3731
3732 2003-01-31 [colin]      0.8.9claws31
3733
3734         * src/procheader.c
3735                 Fix last commit's bug
3736
3737 2003-01-31 [colin]      0.8.9claws30
3738
3739         * src/procheader.c
3740                 Missing a change for gpg-signed messages
3741
3742 2003-01-31 [paul]       0.8.9claws29
3743
3744         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3745           src/procheader.c
3746           src/stock_pixmap.[ch]
3747           src/summaryview.c
3748                 indicate GnuPG signed messages by displaying an icon
3749                 in the Attachment column.
3750
3751 2003-01-31 [paul]       0.8.9claws28
3752
3753         * sync with 0.8.9cvs4
3754                 see ChangeLog 2003-01-31
3755
3756 2003-01-31 [alfons]     0.8.9claws27
3757
3758         * src/textview.c
3759                 tune URI parser to accept mailto URLs with a '?'
3760                 (patch from Ruslan Balkin)
3761
3762 2003-01-31 [colin]      0.8.9claws26
3763
3764         * src/summaryview.c
3765                 Fix a leak introduced in claws24
3766
3767 2003-01-31 [colin]      0.8.9claws25
3768
3769         * src/summaryview.c
3770                 Freeze/Thaw folder updates when deleting dups
3771
3772 2003-01-31 [colin]      0.8.9claws24
3773         
3774         * src/addr_compl.c
3775           src/summaryview.c
3776           src/msgcache.c
3777                 little speed improvements
3778
3779 2003-01-31 [colin]      0.8.9claws23
3780
3781         * src/summaryview.c
3782                 Fix segfault when forwarding nothing
3783                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3784                 
3785 2003-01-30 [paul]       0.8.9claws22
3786
3787         * sync with 0.8.9cvs3
3788                 see ChangeLog 2003-01-30
3789
3790 2003-01-30 [paul]       0.8.9claws21
3791
3792         * sync with 0.8.9cvs2
3793                 see ChangeLog 2003-01-30
3794
3795 2003-01-29 [paul]       0.8.9claws20
3796
3797         * sync with 0.8.9cvs1
3798                 see ChangeLog 2003-01-29
3799
3800 2003-01-28 [paul]       0.8.9claws19
3801
3802         * po/POTFILES.in
3803                 update to reflect changes. 
3804                 thanks to Ricardo Mones Lastra
3805
3806 2003-01-27 [christoph]  0.8.9claws18
3807
3808         * ac/openssl.m4
3809         * ac/spamassassin.m4
3810         * src/plugins/spamassassin/README
3811         * src/plugins/spamassassin/libspamc.[ch]
3812         * src/plugins/spamassassin/utils.[ch]
3813                 updated to latest libspamc
3814
3815 2003-01-27 [christoph]  0.8.9claws17
3816
3817         * src/folder.c
3818                 fix wrong use of procheader_get_header_fields
3819
3820 2003-01-27 [christoph]  0.8.9claws16
3821
3822         * src/news.c
3823         * src/prefs_account.[ch]
3824         * src/common/nntp.[ch]
3825                 allow to force authentication for NNTP servers
3826
3827         Patch submitted by Florian Mickler <dmk@d-labs.de>
3828
3829 2003-01-26 [paul]       0.8.9claws15
3830
3831         * src/summaryview.c
3832                 speed up of marking messages as read
3833                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3834
3835 2003-01-26 [christoph]  0.8.9claws14
3836
3837         * src/Makefile.am
3838         * src/mgutils.[ch]              ** REMOVE **
3839         * src/xml.[ch]                  ** REMOVE **
3840         * src/xmlprops.[ch]             ** REMOVE **
3841         * src/common/Makefile.am
3842         * src/common/mgutils.[ch]       ** NEW **
3843         * src/common/xml.[ch]           ** NEW **
3844         * src/common/xmlprops.[ch]      ** NEW **
3845                 move xml files to common directory
3846
3847 2003-01-26 [christoph]  0.8.9claws13
3848
3849         * src/plugins/spamassassin/spamassassin_gtk.c
3850                 only set gtk entry text if string is available
3851
3852 2003-01-26 [melvin]     0.8.9claws12
3853
3854         * src/description_window.c
3855                 Allow resizing of the window
3856                 Allow automatic horizontal scroll bar
3857                 Do not vertically expand and fill
3858
3859 2003-01-26 [christoph]  0.8.9claws11
3860
3861         * src/Makefile.am
3862         * src/gtkutils.[ch]             ** REMOVE **
3863         * src/common/sylpheed.c
3864         * src/gtk/Makefile.am
3865         * src/gtk/description_window.c
3866         * src/gtk/gtkutils.[ch]         ** NEW **
3867         * src/gtk/prefswindow.c
3868                 move gtkutils to gtk directory
3869
3870 2003-01-26 [paul]       0.8.9claws10
3871
3872         * src/summaryview.c
3873                 rename summary_unread_clicked() to summary_status_clicked()
3874
3875 2003-01-26 [melvin]     0.8.9claws9
3876
3877         * src/prefs_actions.c
3878                 Cosmetical changes to the help text
3879
3880 2003-01-26 [paul]       0.8.9claws8
3881
3882         * src/folder.[ch]
3883           src/mainwindow.c
3884           src/prefs_common.c
3885           src/prefs_sumamry_column.c
3886           summaryview.[ch]
3887                 rename the 'Unread' column to 'Status'
3888
3889 2003-01-25 [match]      0.8.9claws7
3890
3891         * src/mgutils.[ch]
3892                 removed reference to LDAP constants. removed error2string.
3893                 included functions to support LDAP dynamic queries.
3894         * src/syldap.h
3895                 moved LDAP constants here.
3896         * src/addressbook.c
3897         * src/addrindex.c
3898         * src/importldif.c
3899                 removed references to LDAP constants and references to
3900                 error2string.
3901
3902 2003-01-25 [paul]       0.8.9claws6
3903
3904         * src/summaryview.c
3905                 summary_thread_build(), summary_thread_init(): remove 
3906                 unneeded reference to summaryview->folder_item
3907
3908 2003-01-25 [christoph]  0.8.9claws5
3909
3910         * src/gtk/description_window.c
3911                 o allow description texts to expand over multiple columns
3912                 o translate all columns
3913         * src/prefs_actions.c
3914                 change syntax description to use new multi column feature
3915
3916         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3917
3918 2003-01-25 [match]      0.8.9claws4
3919
3920         * src/vcard.c
3921                 fixed bug with Quoted-Printable
3922
3923 2003-01-25 [paul]       0.8.9claws3
3924
3925         * src/folder.[ch]
3926           src/summaryview.[ch]
3927                 implement per-folder collapsed/expanded threads setting
3928                 
3929         * src/prefs_common.c
3930                 remove global collapsed/expanded threads option
3931
3932 2003-01-25 [christoph]  0.8.9claws2
3933
3934         * po/POTFILES.in
3935                 add pluginwindow and prefswindow
3936         * src/compose.c
3937                 make send respond correctly to messages that could be added
3938                 to the queue folder, but the UID of the message is unknown
3939         * src/folder.c
3940         * src/imap.c
3941                 don't return guessed UIDs in imap_add_msg anymore. We return
3942                 0 to tell the folder system it was appened but the UID is
3943                 unknown. Folder system now get's the UID by scaning the folder
3944                 and searching the cache for the Message-ID
3945                 (closes bug #29 Messages queued, but not sent)
3946
3947 2003-01-25 [paul]       0.8.9claws1
3948
3949         * src/codeconv.c
3950                 conv_encode_header():  fix bug when long headers with 8-bit
3951                 characters are used, so that the encoded words are wrapped.
3952                 If the space in the original text falls on the wrap boundary,
3953                 it can be lost.
3954                 Patch by Sergey Vlasov.
3955                 
3956         * src/folderview.c
3957                  fix bug where a change to the sorting method or thread view
3958                  of a folder's messages is lost if simpify-subject is set and
3959                  toggled on or off.
3960                  Patch by Luke Plant.
3961
3962 2003-01-24 [paul]       0.8.9claws
3963
3964         * sylpheed-0.8.9claws released
3965         
3966         * Makefile.am
3967           sylpheed.spec.in
3968                 remove reference to 'INSTALL.jp'
3969
3970 2003-01-23 [paul]       0.8.8claws128
3971
3972         * po/es.po
3973           po/it.po
3974           po/ru.po
3975           po/sr.po
3976                 updated translations. submitted by Ricardo Mones Lastra,
3977                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3978
3979 2003-01-23 [colin]      0.8.8claws127
3980
3981         * src/compose.c
3982                 Fix drafted and queued news articles re-edition
3983
3984 2003-01-23 [melvin]     0.8.8claws126
3985
3986         * po/fr.po
3987                 Updated French translations
3988
3989 2003-01-23 [colin]      0.8.8claws125
3990
3991         * src/inc.c
3992                 Fix "Connecting to..." status message
3993
3994 2003-01-22 [paul]       0.8.8claws124
3995
3996         * po/bg.po
3997                 updated by George Danchev
3998                 
3999         * src/folder.c
4000                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4001                 and folder deletion
4002
4003 2003-01-21 [paul]       0.8.8claws123
4004
4005         * po/bg.po
4006                 updated by George Danchev
4007                 
4008         * src/about.c
4009                 its now 2003
4010                 
4011         * src/toolbar.c
4012                 don't translate 'Separator'
4013                 
4014         * src/plugins/spamassassin/Makefile.am
4015                 add aspell to CPPFLAGS
4016                 
4017         * src/plugins/spamassassin/spamassassin.c
4018           src/plugins/spamassassin/spamassassin_gtk.c
4019                 set correct default for spamassassin_receive_spam
4020                 slightly re-word descriptions and some
4021                 other minor changes
4022
4023 2003-01-19 [alfons]     0.8.8claws122
4024                 
4025         * src/mimeview.c
4026                 mimeview_save_as(): we might as well show the file name for
4027                 the single case "Save As" too
4028
4029 2003-01-19 [alfons]     0.8.8claws121
4030
4031         * src/crash.c
4032                 change bug tracker URL to bugzilla URL
4033
4034 2003-01-19 [alfons]     0.8.8claws120
4035
4036         * src/mimeview.c
4037                 mimeview_save_all(): display name of file before overwriting;
4038                 continue saving all, even when one overwrite was cancelled
4039
4040 2003-01-19 [christoph]  0.8.8claws119
4041
4042         * src/summaryview.c
4043         * src/procmsg.[ch]
4044                 fix wrong usage of procmsg_find_children in summaryview
4045                 by using procmsg_update_unread_children instead of
4046                 summaryview_update_unread_children
4047
4048 2003-01-19 [christoph]  0.8.8claws118
4049
4050         * src/procmsg.c
4051                 fix infinite loop in procmsg_find_children
4052                  (closes bug #25 sylpheed crashes on delete.)
4053
4054         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4055
4056 2003-01-19 [paul]       0.8.8claws117
4057
4058         * po/pt_BR.po
4059                 updated by Ivan Francolin Martinez
4060
4061 2003-01-18 [melvin]     0.8.8claws116
4062
4063         * src/prefs_actions.c
4064                 Removed syntax limitation of only one '&' at the end of command.
4065                         Now actions that contain '>/dev/null 2>&1' are possible.
4066
4067 2003-01-18 [melvin]     0.8.8claws115
4068
4069         * src/prefs_actions.c
4070                 Actions IO dialog: when the action ends
4071                 the "Close" button now has focus and [Escape] closes the
4072                 window.
4073
4074 2003-01-18 [christoph]  0.8.8claws114
4075
4076         * src/procmsg.c
4077                 o add debug output when MsgInfos are really freed
4078                 o free GSLists in procmsg_find_children and
4079                   procmsg_update_unread_children
4080
4081 2003-01-18 [christoph]  0.8.8claws113
4082
4083         * src/mainwindow.c
4084                 reorder Configuration menu
4085
4086 2003-01-18 [christoph]  0.8.8claws112
4087
4088         * src/compose.c
4089                 fix applying templates to forwarded messages
4090
4091         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4092
4093 2003-01-17 [christoph]  0.8.8claws111
4094
4095         * src/folder.c
4096                 destroy folder items, when a folder item is removed
4097
4098 2003-01-17 [christoph]  0.8.8claws110
4099
4100         * src/folder.c
4101                 fix wrong folder stats update when ignored message is
4102                 deleted
4103
4104 2003-01-17 [colin]      0.8.8claws109
4105         
4106         * src/mainwindow.c
4107         * src/summaryview.c
4108                 Quicksearch bugfixes: 
4109                 - hide help button at startup if not extended
4110                 - switch to extended when looking for replies
4111
4112 2003-01-17 [paul]
4113
4114         * sync with 0.8.9 release
4115
4116 2003-01-17 [paul]       0.8.8claws108
4117
4118         * sync with 0.8.8cvs11
4119                 see ChangeLog 2003-01-17
4120
4121 2003-01-16 [colin]      0.8.8claws107
4122
4123         * src/procmsg.c
4124                 Changed encryption test to re-ask passphrase
4125                 if an encrypted message hasn't been decrypted
4126                 Fixes bug #5
4127
4128 2003-01-16 [christoph]  0.8.8claws106
4129
4130         * src/prefs_gtk.c
4131         * src/prefs_toolbar.c
4132         * src/gtk/prefswindow.h
4133         * src/plugins/spamassassin/spamassassin_gtk.c
4134                 remove page destroy function that is not used anymore
4135
4136 2003-01-16 [paul]       0.8.8claws105
4137
4138         * sync with 0.8.8cvs9
4139                 see ChangeLog 2002-01-16
4140
4141 2003-01-16 [colin]      0.8.8claws104
4142
4143         * src/compose.[ch]
4144                 Fix bug with autosaved drafts for IMAP, when draft
4145                 folder is specified - fixes bugzilla bug #20
4146
4147 2003-01-15 [paul]       0.8.8claws103
4148
4149         * src/compose.[ch]
4150           src/procmsg.c
4151                 store folder and message-id of message forwarding
4152                 in queue header and set forward flag after sending
4153
4154 2003-01-15 [paul]       0.8.8claws102
4155
4156         * sync with 0.8.8cvs8
4157                 see ChangeLog 2002-01-15
4158
4159 2003-01-15 [colin]      0.8.8claws101
4160
4161         * src/Makefile.am
4162                 Fix linking with GNU libiconv
4163
4164 2003-01-15 [darko]      0.8.8claws100
4165
4166         * src/pine.c
4167                 fix crash when importing pine address book
4168                 entry with an empty name (reported by DY
4169                 <dybulk at tri8.net>)
4170
4171 2003-01-14 [paul]       0.8.8claws99
4172
4173         * configure.in  ** REMOVED **
4174           configure.ac  ** NEW FILE **
4175                 rename configure.in to configure.ac, as it is now
4176                 preferred
4177
4178 2003-01-14 [melvin]     0.8.8claws98
4179
4180         * src/folderview.c
4181                 folderview_check_new(): More precise function description
4182
4183 2003-01-14 [melvin]     0.8.8claws97
4184
4185         * src/folderview.c
4186                 folderview_check_new(): return the number of new messages 
4187                         since last check.
4188         * src/inc.c
4189                 inc_account_mail(): Disable counting of new messages for IMAP
4190                         and NNTP until bug [19] and [14] are fixed.
4191
4192 2003-01-14 [paul]       0.8.8claws96
4193
4194         * sync with 0.8.8cvs6
4195                 see ChangeLog 2003-01-14
4196
4197 2003-01-13 [alfons]     0.8.8claws95
4198
4199         * src/textview.c
4200                 tune email address validation (c. 0.8.8claws89): if . is 
4201                 just one char away from @, the address is invalid too 
4202                 (correctly rejects addresses like foo@.com)
4203
4204 2003-01-13 [paul]       0.8.8claws94
4205
4206         * src/messageview.c
4207           src/toolbar.c
4208                 fixes to the Message View toolbar and menu:
4209                 fix non-functioning Forward button
4210                 make Reply button consider default_reply_list
4211                 remove 'Follow-up...' menu entry
4212                 add 'Forward' and 'Redirect' menu entries
4213
4214 2003-01-13 [melvin]     0.8.8claws93
4215
4216         * src/inc.c
4217                 Fixed typo that could make new messages count incorrect.
4218
4219 2003-01-13 [melvin]     0.8.8claws92
4220
4221         * src/folderview.[ch]
4222                 folderview_check_new(): return the number of new messages.
4223         * src/inc.c
4224                 Should fix bug [14] where new mail notification worked 
4225                         incorrectly with IMAP accounts.
4226                 inc_spool_account(): return number of new msgs, or -1 on error
4227                 inc_all_spool(): return number of new msgs
4228                 
4229 2003-01-13 [melvin]     0.8.8claws91
4230
4231         * src/prefs_actions.c
4232                 Justify help text.
4233
4234 2003-01-12 [thorsten]   0.8.8claws90
4235
4236         * src/common/prefs.c
4237                 close file before rename
4238
4239 2003-01-12 [alfons]     0.8.8claws89
4240
4241         * AUTHORS
4242                 add Christian Mertes
4243         * src/common/utils.[ch]
4244                 g_stricase_hash(), g_stricase_equal(): functions for 
4245                 case insensitive hash tables
4246         * src/textview.c
4247                 use top level domain names to validate email address, based
4248                 on a patch by Christian Mertes (thanks!), but changed 
4249                 implementation to use a hash table 
4250
4251 2003-01-12 [paul]       0.8.8claws88
4252
4253         * po/bg.po
4254                 updated by George Danchev
4255
4256 2003-01-12 [alfons]     0.8.8claws87
4257
4258         * src/summaryview.c
4259                 delete / execute performance: use new style folder update
4260
4261 2003-01-12 [paul]       0.8.8claws86
4262
4263         * sync with 0.8.8cvs5
4264                 see ChangeLog 2003-01-13 (!)
4265
4266 2003-01-12 [alfons]     0.8.8claws85
4267
4268         * src/filtering.c
4269         * src/matcher_parser_parse.y
4270                 prepare change_score filtering action
4271         * src/matcher.[ch]
4272                 give up const-correctness on functions that call non-const-correct functions;
4273                 several casts to gpointer in g_free();
4274                 add change_score;
4275
4276 2003-01-12 [christoph]  0.8.8claws84
4277
4278         * src/compose.c
4279                 fix 2 warnings
4280
4281         * src/gtk/prefswindow.[ch]
4282         * src/plugins/spamassassin/spamassassin_gtk.c
4283                 changed the call of the widget create function
4284                 for PrefsPages, because sometimes the widget
4285                 create function needs a widget that already has
4286                 been attached to a window (to create GDK pixmaps
4287                 for exmaple). So we simply pass the GtkWindow as
4288                 the second parameter now.
4289
4290         * src/main.c
4291         * src/mainwindow.c
4292         * src/prefs_toolbar.[ch]
4293                 rewrite Toolbar Preferences using the new
4294                 prefs window
4295
4296 2003-01-11 [alfons]     0.8.8claws83
4297
4298         * src/addressadd.c
4299                 fix crash when adding sender to addressbook because status bar
4300                 isn't there (the status bar doesn't seem to be used though,
4301                 but I'll let Match decide what to do with it)
4302
4303 2003-01-11 [colin]      0.8.8claws82
4304
4305         * src/main.c
4306           src/toolbar.c
4307                 Two useless changes reversed
4308
4309 2003-01-11 [colin]      0.8.8claws81
4310
4311         * src/mainwindow.c
4312           src/mainwindow.h
4313                 Add mainwindow_get_mainwindow()
4314         * src/alertpanel.c
4315           src/alertpanel.h
4316                 Add alertpanel_error_log() 
4317         * src/compose.c
4318           src/inc.c
4319           src/messageview.c
4320           src/toolbar.c
4321           src/main.c
4322           src/procmsg.c
4323                 Network errors get a View Log button
4324
4325 2003-01-10 [alfons]     0.8.8claws80
4326
4327         * src/prefs_toolbar.c
4328         * src/toolbar.c
4329                 use the translatable string for "Separator" as file name for
4330                 separator toolbar items (probably make this uppercase?)
4331
4332 2003-01-10 [alfons]     0.8.8claws79
4333
4334         * src/prefs_toolbar.c
4335                 put right A_SEPARATOR description string in "displayed
4336                 toolbar items list" so manually added separators are
4337                 saved correctly (bug #10, "Adding a separator to the main 
4338                 toolbar fails, entry in xml file is wrong")
4339
4340 2003-01-10 [christoph]  0.8.8claws78
4341
4342         * src/imap.c
4343                 o fix warnings
4344                 o use CAPABILITY to check if NAMESPACE is available
4345
4346 2003-01-10 [christoph]  0.8.8claws77
4347
4348         * src/imap.[ch]
4349                 apply UIDPLUS IMAP extension support patch
4350
4351         Patch submitted by Simon 'corecode' Schubert
4352
4353 2003-01-10 [paul]       0.8.8claws76
4354
4355         * src/folderview.c
4356                 a sync from main which fixes the news account folders'
4357                 Properties bug
4358
4359 2003-01-10 [christoph]  0.8.8claws75
4360
4361         * src/folder.c
4362                 don't accept 0 as a valid uid returned by copy and move
4363                 functions. 0 means the message was copied or moved but the
4364                 new uid could not be fetched. It is not an error condition
4365                 for the copy or move operation.
4366
4367 2003-01-10 [paul]       0.8.8claws74
4368
4369         * src/prefs_filtering.c
4370                 change English used in Alert when entry is not
4371                 saved.
4372                 
4373         * sync with 0.8.8cvs4
4374                 see ChangeLog 2003-01-10
4375
4376 2003-01-10 [darko]      0.8.8claws73
4377
4378         * src/pine.c
4379                 fix crash when importing address book entry
4380                 without a valid address
4381
4382 2003-01-09 [alfons]     0.8.8claws72
4383
4384         * src/inc.c
4385                 filtering performance: use new style folder update
4386
4387 2003-01-09 [christoph]  0.8.8claws71
4388
4389         * src/compose.c
4390         * src/gtk/menu.[ch]
4391                 fix wrong selecting of mime encoding type, when
4392                 opening property dialog of attachments in the
4393                 compose window. 7bit was always selected and that
4394                 destoryed files with 8bit data.
4395                 (closes bug #9 Sylpheed-claws destroys attachments when
4396                  changing MIME-types)
4397
4398 2003-01-09 [paul]       0.8.8claws70
4399
4400         * sync with 0.8.8cvs3
4401                 see ChangeLog 2003-01-09
4402
4403 2003-01-08 [alfons]     0.8.8claws69
4404         
4405         * src/addressadd.c
4406                 apply patch by Kim Schulz to fix build breakage
4407                 because of missing variable
4408
4409 2003-01-08 [paul]       0.8.8claws68
4410
4411         * sync with 0.8.8cvs2
4412                 see ChangeLog 2002-01-08
4413
4414 2003-01-08 [paul]       0.8.8claws67
4415
4416         * po/it.po
4417                 updated by Alessandro Maestri
4418                 
4419         * src/addressadd.c
4420                 when using 'Add sender to addressbook' allow
4421                 name to be edited and remarks to be entered
4422                 Patch submitted by Luke Plant
4423
4424 2003-01-08 [darko]      0.8.8claws66
4425
4426         * README.claws, src/summaryview.c
4427                 fix description for marked messages
4428
4429 2003-01-08 [paul]
4430
4431         * tools/Makefile.am
4432           tools/launch_phoenix  ** NEW FILE **
4433                 add script that enables using Phoenix as the default
4434                 web browser. 
4435                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4436                 
4437         * tools/OOo2sylpheed.pl
4438                 remove full path to sylpheed executable, just 'sylpheed'
4439                 will do
4440                 
4441         * tools/README
4442                 add launch_phoenix informtion and re-arrange and compress
4443                 the data a little
4444
4445 2003-01-07 [christoph]  0.8.8claws65
4446
4447         * src/folder.c
4448                 fix update for source folder when moving messages
4449         * src/procmsg.[ch]
4450         * src/summaryview.c
4451                 use function to set to_folder for message infos and
4452                 automatically update the op_count for old and new
4453                 folder
4454
4455 2003-01-07 [melvin]     0.8.8claws64
4456
4457         * src/prefs_actions.c
4458                 Fixed bug where an '%p' Action on a displayed image crashed 
4459                         Sylpheed
4460                 Code clean up (get rid of duplicated code and removed unnecessary 
4461                                 structure member)
4462
4463 2003-01-07 [christoph]  0.8.8claws63
4464
4465         * src/compose.c
4466         * src/folder.[ch]
4467         * src/folderview.c
4468         * src/import.c
4469         * src/inc.c
4470         * src/main.c
4471         * src/mainwindow.c
4472         * src/messageview.c
4473         * src/prefs_folder_item.c
4474         * src/procmsg.c
4475         * src/summaryview.c
4476         * src/toolbar.c
4477                 o remove all folder update triggering from the UI code. The folder
4478                   system should know much better when a folder needs an update.
4479                 o to prevent multiple updates in a row the folder updates can be
4480                   frozen for some time.
4481
4482                 Note: - Please verify that no updates are missing
4483                       - Check where freeze/thaws should be added
4484
4485 2003-01-07 [christoph]  0.8.8claws62
4486
4487         * src/prefs_actions.c
4488                 don't translate empty strings
4489
4490         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4491
4492 2003-01-06 [christoph]  0.8.8claws61
4493
4494         * src/prefs_actions.c
4495                 mark strings for gettext
4496         * src/prefs_matcher.c
4497                 use new description window for Execute action and
4498                 match condition in Filtering
4499
4500         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4501
4502 2003-01-06 [alfons]     0.8.8claws60
4503
4504         keep myself inspired to re-organize matcher part 8; 
4505         yes, more to come (I need to move out the descriptive
4506         text for actions to matcher.c, or at least make it not
4507         depend on the wicked ordering)
4508
4509         * src/prefs_matcher.c
4510                 add documentation so others may comprehend the
4511                 UI part of the conditions
4512                 
4513 2003-01-06 [christoph]  0.8.8claws59
4514
4515         * src/prefs_actions.c
4516                 use new description window for syntax help
4517         * src/gtk/description_window.c
4518                 fix display of descriptions with column count != 2
4519
4520         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4521
4522 2003-01-06 [christoph]  0.8.8claws58
4523
4524         * src/quote_fmt.c
4525         * src/summaryview.[ch]
4526         * src/gtk/Makefile.am
4527         * src/gtk/description_window.[ch]       ** NEW **
4528                 use a generic window to display syntax descriptions
4529                 currently used in quote_fmt and summaryview (new description
4530                 for extended quick search)
4531
4532         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4533
4534 2003-01-06 [paul]       0.8.8claws57
4535
4536         * sync with 0.8.8cvs1
4537                 see ChangeLog 2003-01-06
4538
4539 2003-01-06 [christoph]  0.8.8claws56
4540
4541         * src/mainwindow.c
4542         * src/prefs_gtk.[ch]
4543         * src/gtk/prefswindow.[ch]
4544         * src/plugins/spamassassin/spamassassin_gtk.c
4545                 o remove page management from prefswindow, pages
4546                   will be an argument to prefswindow_open
4547                 o prefswindow_open gets a datapointer that is
4548                   passed to the widget_create function to allow
4549                   creation of prefswindow for specific items
4550
4551 2003-01-06 [colin]      0.8.8claws55
4552         
4553         * src/summaryview.c
4554                 We don't want regexp in the reply-finder, 
4555                 because MIDs can contain !,$,. and so on
4556
4557 2003-01-06 [jens]       0.8.8claws54
4558
4559         * src/jpilot.c
4560                 fixed a wrong free in jpilot_read_db_files
4561
4562 2003-01-06 [alfons]     0.8.8claws53
4563
4564         re-organize matcher part 8; more to come
4565        
4566         * src/matcher.c
4567                 matcherprop_to_string(): put g_free()s before the
4568                 switch-case break to fix memleaks                
4569
4570 2003-01-06 [colin]      0.8.8claws52
4571
4572         * src/summaryview.c
4573                 cleanup & reply-finder now displays the first 
4574                 matching message
4575
4576 2003-01-05 [alfons]     0.8.8claws51
4577
4578         re-organize matcher part 7; more to come
4579
4580         * src/matcher.[ch]
4581                 fixes for constant correctness;
4582                 more documentation;
4583
4584 2003-01-05 [alfons]     0.8.8claws50
4585
4586         re-organize matcher part 6; more to come
4587         
4588         * src/matcher.[ch]
4589                 fixes for constant correctness;
4590                 more documentation;
4591         * src/filtering.c
4592                 fix for constant correctness
4593
4594 2003-01-05 [colin]      0.8.8claws49
4595
4596         * src/account.[ch]
4597                 Add account_get_reply_account function
4598         * src/compose.c
4599                 Use account_get_reply_account function 
4600         * src/summaryview.c
4601                 Basic reply-finder - click on the replied
4602                 icon gets you to the outbox using quick-search
4603
4604 2003-01-05 [paul]       0.8.8claws48
4605
4606         * src/prefs_common.c
4607                 small change to English
4608                 
4609         * src/prefs_filtering.c
4610                 prefs_filtering_action_select(): improve logic and uniformity
4611                 of gui
4612
4613 2003-01-05 [alfons]     0.8.8claws47
4614
4615         fine tune solution to focus problems (bug #7)
4616
4617         * src/mainwindow.c
4618                 mainwindow_focus_in_event(): remove grab event check
4619         * src/summaryview.c
4620                 summary_button_pressed(): move selection on right-click
4621                 too. we can't possibly move the selection back after
4622                 canceling a dialog, because gtk's incomplete focus 
4623                 management. whether this is a good solution, only time
4624                 will tell.
4625
4626 2003-01-05 [christoph]  0.8.8claws46
4627
4628         * src/imap.c
4629                 fix crash when no imap connection could be established
4630
4631 2003-01-05 [paul]       0.8.8claws45
4632
4633         * src/mainwindow.c
4634           src/sumamryview.c
4635           src/gtk/menu.[ch]
4636                 fix bug 605957 'shortcuts in popup-menu'
4637                 make user-defined shortcuts work
4638                 show shortcuts that are already defined
4639                 in the main menu
4640                 Patch submitted by Luke Plant
4641
4642 2003-01-05 [alfons]     0.8.8claws44
4643
4644         * src/mainwindow.c
4645                 focus_in_event handler should not select summary view row 
4646                 when another window (menu, dialog) grabbed for events 
4647                 (bug #7, "[0.8.8claws42] Message summary focus") 
4648
4649 2003-01-04 [christoph]  0.8.8claws43
4650
4651         * src/procmsg.c
4652                 update save folder after adding the sent message
4653                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4654
4655 2003-01-02 [christoph]  0.8.8claws42
4656
4657         * src/common/plugin.c
4658                 fix unloading of all plugins and unload
4659                 plugins in reverse order
4660                 
4661         * src/gtk/pluginwindow.c
4662                 implement function of load and unload button
4663
4664         * src/gtk/prefswindow.c
4665         * src/gtk/prefswindow.h
4666                 rename register function and add new unregister
4667                 function
4668
4669         * src/plugins/spamassassin/spamassassin_gtk.c
4670                 unregister prefs page and update for changes in
4671                 src/gtk/prefswindow.c
4672
4673 2003-01-02 [paul]       0.8.8claws41
4674
4675         * po/es.po
4676                 updated by Ricardo Mones Lastra
4677
4678 2003-01-02 [paul]
4679
4680         * tools/tb2sylpheed
4681                 fixes and improvements by Urke MMI
4682
4683 2003-01-02 [thorsten]   0.8.8claws40
4684
4685         * src/procmsg.c
4686                 fixed wrong return value
4687
4688 2003-01-02 [thorsten]   0.8.8claws39
4689
4690         * src/prefs.c
4691                 fixed printing wrong variable
4692
4693 2003-01-02 [thorsten]   0.8.8claws38
4694
4695         * src/prefs.c
4696                 fixed acessing members of freed pfile struct
4697
4698 2003-01-02 [thorsten]   0.8.8claws37
4699
4700         * src/procmsg.c
4701                 detect loops across several messages
4702                 as suggested by Christoph Hohmann
4703
4704 2003-01-01 [match]      0.8.8claws36
4705
4706         * src/addrindex.c
4707                 fixed another memory leak.
4708
4709 2003-01-01 [match]      0.8.8claws35
4710
4711         * src/jpilot.[ch]
4712                 fixed memory leaks. applied Doxygen comments.
4713
4714 2003-01-01 [thorsten]   0.8.8claws34
4715
4716         * src/procmsg.c
4717                 inhibit endless loop if msg references itself
4718                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4719
4720 2003-01-01 [christoph]  0.8.8claws33
4721
4722         * src/mainwindow.c
4723         * src/gtk/Makefile.am
4724         * src/gtk/pluginwindow.c                ** NEW **
4725         * src/gtk/pluginwindow.h                ** NEW **
4726                 add plugin window
4727
4728         * src/plugins/demo/demo.c
4729         * src/plugins/spamassassin/spamassassin.c
4730         * src/plugins/spamassassin/spamassassin_gtk.c
4731                 write better plugin descriptions
4732
4733 2002-12-31 [christoph]  0.8.8claws32
4734
4735         * src/gtk/prefswindow.c
4736         * src/plugins/spamassassin/spamassassin_gtk.c
4737                 some small improvements to GTK code
4738
4739 2002-12-31 [christoph]  0.8.8claws31
4740
4741         * src/plugins/spamassassin/spamassassin_gtk.c
4742                 enable folder select button
4743
4744 2002-12-31 [christoph]  0.8.8claws30
4745
4746         * src/mainwindow.c
4747         * src/gtk/Makefile.am
4748         * src/gtk/prefswindow.c                         ** NEW **
4749         * src/gtk/prefswindow.h                         ** NEW **
4750                 add new prefs window
4751
4752         * src/common/plugin.c
4753                 don't try to load empty config lines
4754         
4755         * src/plugins/spamassassin/Makefile.am
4756         * src/plugins/spamassassin/spamassassin.c
4757         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4758         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4759                 GTK config for SpamAssassin Plugin using
4760                 the new prefs window
4761
4762 2002-12-31 [paul]       0.8.8claws29
4763
4764         * po/POTFILES.in
4765                 remove obsolete entry 'src/menu.c'
4766
4767 2002-12-31 [alfons]     0.8.8claws28
4768
4769         * src/matcher.[ch]
4770         * src/matcher_parser_parse.y
4771         * src/prefs_matcher.c
4772                 add "ignore_thread" and "~ignore_thread" condition so it's
4773                 possible to make the actions / scoring operate on the ignore
4774                 thread flag
4775
4776 2002-12-31 [christoph]  0.8.8claws27
4777
4778         * src/addrbook.c
4779         * src/addrindex.c
4780         * src/folder.c
4781         * src/matcher.c
4782         * src/prefs_account.c
4783         * src/prefs_actions.c
4784         * src/prefs_customheader.c
4785         * src/prefs_display_header.c
4786         * src/prefs_gtk.c
4787         * src/procmime.c
4788         * src/toolbar.c
4789         * src/xmlprops.c
4790         * src/common/prefs.[ch]
4791                 extend prefs file handling for reading and automatic handling
4792                 of blocks. When reading prefs_set_block_label will automatically
4793                 move on to the block. When writing it will copy all other blocks
4794                 automatically
4795
4796         * src/common/plugin.c
4797                 Now loading plugin filenames from [Plugins] block in
4798                 sylpheed rc file
4799
4800 2002-12-30 [christoph]  0.8.8claws26
4801
4802         * src/common/hooks.[ch]
4803                 return abort status to caller of hooks_invoke
4804                 
4805         * src/inc.[ch]
4806                 invoke message filtering hook and stop
4807                 default handling when filter returns abort
4808
4809         * src/common/plugin.[ch]
4810         * src/plugins/demo/demo.c
4811                 modify plugin loader, because resolving symbols for strings
4812                 does not work correctly
4813         
4814         * configure.in
4815         * ac/spamassassin.m4                            ** NEW **
4816         * src/plugins/spamassassin/.cvsignore           ** NEW **
4817         * src/plugins/spamassassin/Makefile.am          ** NEW **
4818         * src/plugins/spamassassin/README               ** NEW **
4819         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4820         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4821         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4822                 add spamassassin plugin, see src/plugins/spamassassin/README
4823                 for details
4824
4825 2002-12-29 [alfons]     0.8.8claws25
4826
4827         * src/mainwindow.c
4828                 when moving focus from a message view to the main 
4829                 window, don't forget to select the summary node
4830                 of the displayed message. should fix "[ 659103 ] 
4831                 focus-follows-mouse confuses sylpheed"
4832
4833 2002-12-29 [christoph]  0.8.8claws24
4834
4835         * src/Makefile.am
4836         * src/stringtable.[ch]          ** REMOVE **
4837         * src/common/Makefile.am
4838         * src/common/stringtable.[ch]   ** NEW **
4839                 move stringtable files to common directory
4840
4841 2002-12-29 [christoph]  0.8.8claws23
4842
4843         * src/Makefile.am
4844         * src/menu.[ch]                 ** REMOVE **
4845         * src/gtk/Makefile.am
4846         * src/gtk/menu.[ch]             ** NEW **
4847                 move menu files to gtk directory
4848
4849 2002-12-29 [match]      0.8.8claws22
4850
4851         * src/addressbook.c
4852         * src/syldap.c
4853                 moved UI specific code out of LDAP code into addressbook
4854                 UI code. fixed memory leak.
4855
4856 2002-12-29 [christoph]  0.8.8claws21
4857
4858         * src/folder.c
4859                 only check for IGNORED parent message when message is
4860                 not IGNORED itself
4861
4862 2002-12-29 [alfons]     0.8.8claws20
4863
4864         * src/summaryview.c
4865                 set gtksctree's anchor correct (immediate execute
4866                 changes the tree's layout, and anchor points at 
4867                 the incorrect row). fixes "[ 657233 ] multiple msg 
4868                 delete sometimes off by 1".
4869                 we probably have to look for more tree layout /
4870                 anchor glitches.
4871
4872 2002-12-29 [paul]       0.8.8claws19
4873
4874         * src/summaryview.c
4875                 fix bug [ 659054 ] incorrect sorting of 'From' column
4876                 when using 'display sender using address book'
4877                 thanks to Alfons and Luke Plant
4878
4879 2002-12-29 [christoph]  0.8.8claws18
4880
4881         * src/folder.c
4882         * src/procmsg.[ch]
4883                 check parent messages for IGNORE THREAD flag, when adding,
4884                 moving or copying messages to a folder
4885
4886 2002-12-27 [alfons]     0.8.8claws17
4887
4888         re-organize matcher part 5; more to come
4889
4890         * src/matcher.c
4891                 hash keywords in matchparser_tab 
4892
4893 2002-12-27 [alfons]     0.8.8claws16
4894
4895         re-organize matcher part 4; more to come
4896
4897         * src/matcher_parser.h
4898         * src/matcher_parser_lex.l
4899         * src/matcher_parser_parse.y
4900                 cleanup
4901
4902 2002-12-27 [alfons]     0.8.8claws15
4903
4904         re-organize matcher part 3; more to come
4905
4906         * src/matcher.[ch]
4907                 cleanup
4908
4909 2002-12-27 [alfons]     0.8.8claws14
4910
4911         re-organize matcher part 2; more to come but this should
4912         work. cc me if there are any regressions.
4913
4914         * src/matcher.h
4915                 add prototype for get_matchparser_tab_id()
4916         * src/matcher_parser_lex.l
4917                 look up keywords using matchparser_tab_id();
4918
4919 2002-12-27 [alfons]     0.8.8claws12
4920
4921         re-organize matcher part 1
4922
4923         * src/matcher.h
4924                 map yacc generated constants to sylpheed matcher constants
4925         * src/matcher.c
4926                 add function to find a matcher constant from a string
4927
4928 2002-12-27 [christoph]  0.8.8claws11
4929
4930         * src/compose.c
4931                 MENUITEM_ADD casts the 4th argument from integer to pointer
4932                 so it probably should not be a pointer, this means we
4933                 should use account id for it and not the account's pointer
4934
4935 2002-12-27 [paul]       0.8.8claws10
4936
4937         * src/mainwindow.c
4938                 remove unneeded 'GtkWidget *vbox'
4939                 
4940         * src/summaryview.c
4941                 further sync with 0.8.8 - make sort
4942                 by recipient work as expected
4943                 
4944         * NEWS
4945                 sync with 0.8.8
4946
4947 2002-12-27 [paul]       0.8.8claws9
4948
4949         * po/pt_BR.po
4950                 updated by Ivan F. Martinez
4951                 
4952 2002-12-27 [darko]      0.8.8claws8
4953
4954         * src/common/utils.c
4955                 added locked pattern to extended search
4956
4957 2002-12-27 [alfons]     0.8.8claws7
4958
4959         * src/prefs_matcher.[ch]
4960                 clean up
4961
4962 2002-12-26 [alfons]     0.8.8claws6
4963
4964         * src/matcher.[ch]
4965         * src/matcher_parser_lex.l
4966         * src/matcher_parser_parse.y
4967         * src/prefs_matcher.c
4968                 allow color label as a condition in the matcher
4969
4970 2002-12-26 [oliver]     0.8.8claws5
4971         
4972         * src/toolbar.c 
4973                 enable Addressbook for Main and Messageview
4974         * src/prefs_actions.c
4975                 enable actions in Messageview
4976
4977 2002-12-26 [christoph]  0.8.8claws4
4978
4979         * src/common/plugin.c
4980                 add a little debug output
4981         * configure.in
4982         * src/plugins/demo/Makefile.am
4983                 better use of automake
4984
4985 2002-12-26 [christoph]  0.8.8claws3
4986
4987         * src/Makefile.am
4988         * src/common/Makefile.am
4989                 fix "make distdir"
4990
4991 2002-12-26 [christoph]  0.8.8claws2
4992
4993         * configure.in
4994                 sort configure checks into common / gtk / plugins
4995         * po/POTFILES.in
4996                 add src/prefs_gtk.c
4997         * src/Makefile.am
4998                 add plugins SUBDIR
4999         * src/main.c
5000         * src/common/sylpheed.[ch]
5001                 added now sylpheed_done function for shutdown
5002         * src/common/Makefile.am
5003         * src/common/plugin.[ch]                ** NEW **
5004                 plugin loader and unloader
5005         * src/plugins/.cvsignore                ** NEW **
5006         * src/plugins/Makefile.am               ** NEW **
5007                 build plugins
5008         * src/plugins/demo/.cvsignore           ** NEW **
5009         * src/plugins/demo/Makefile.am          ** NEW **
5010         * src/plugins/demo/demo.c               ** NEW **
5011                 small demo plugin that installs a logtext hook and
5012                 outputs the log text to stdout
5013
5014 2002-12-26 [paul]       0.8.8claws1
5015
5016         * po/es.po
5017                 updated by Ricardo Mones Lastra
5018
5019 2002-12-26 [paul]       0.8.8claws
5020
5021         * 0.8.8claws released
5022
5023 2002-12-26 [paul]       0.8.7claws12
5024
5025         * po/bg.po
5026                 updated by George Danchev
5027
5028 2002-12-26 [paul]       0.8.7claws11
5029
5030         * po/POTFILES.in
5031                 remove unneeded 'src/prefs.c' entry 
5032
5033 2002-12-26 [paul]       0.8.7claws10
5034
5035         * src/codeconv.c
5036           src/mainwindow.c
5037                 sync with 0.8.8 release
5038         
5039         * src/folder.[ch]
5040           src/mh.c
5041           src/summaryview.c
5042                 partial sync with 0.8.8 release
5043         
5044
5045 2002-12-25 [alfons]     0.8.7claws9
5046
5047         * src/matcher.[ch]
5048         * src/matcher_parser_lex.l
5049         * src/matcher_parser_parse.y
5050         * src/prefs_matcher.c
5051                 add locked flag to possible filtering / matcher 
5052                 conditions (also a good example what should be
5053                 done to add a simple boolean condition)
5054
5055 2002-12-25 [christoph]  0.8.7claws8
5056
5057         * src/Makefile.am
5058         * src/account.[ch]
5059         * src/addrbook.c
5060         * src/addressbook.c
5061         * src/addrindex.c
5062         * src/filtering.c
5063         * src/folder.c
5064         * src/matcher.c
5065         * src/prefs.[ch]                ** REMOVE **
5066         * src/prefs_account.c
5067         * src/prefs_actions.c
5068         * src/prefs_common.c
5069         * src/prefs_customheader.c
5070         * src/prefs_display_header.c
5071         * src/prefs_filtering.c
5072         * src/prefs_folder_item.c
5073         * src/prefs_gtk.[ch]            ** NEW **
5074         * src/prefs_matcher.c
5075         * src/prefs_scoring.c
5076         * src/prefs_summary_column.c
5077         * src/procmime.c
5078         * src/selective_download.c
5079         * src/toolbar.c
5080         * src/common/Makefile.am
5081         * src/common/prefs.[ch]         ** NEW **
5082                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5083
5084 2002-12-24 [alfons]     0.8.7claws7
5085
5086         * src/summaryview.c
5087                 summary_thread_build(): fix real cause of the crash mentioned in
5088                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5089                 this way we get meaningful ctree nodes 
5090
5091 2002-12-24 [oliver]     0.8.7claws6
5092
5093         * src/mainwindow.[ch]
5094         * src/messageview.[ch]
5095         * src/compose.[ch]
5096         * src/inc.c
5097         * src/summaryview.c
5098                 changes to use updated toolbar handling
5099                 
5100 2002-12-24 [oliver]     0.8.7claws5
5101
5102         * src/toolbar.[ch]
5103                 generic toolbar handling
5104                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5105         * src/prefs_toolbar.[ch]
5106                 adjust to handling
5107         
5108 2002-12-24 [oliver]     0.8.7claws4
5109         
5110         * src/stock_pixmap.[ch]
5111                 move SYLPHEED_LOGO to end of list in order 
5112                 to remove it from Custom Toolbar`s Icon View
5113
5114 2002-12-24 [alfons]     0.8.7claws3
5115
5116         * src/summaryview.c
5117                 summary_thread_build(): fix crash because of focus != selection 
5118                 after threading. when deleting the selection, gtk tries but fails 
5119                 to find the correct focusable element. we now force the selection
5120                 to be focused. this should solve the infamous bug reported by 
5121                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5122                 a test case is available. 
5123
5124 2002-12-24 [darko]      0.8.7claws2
5125
5126         * src/summaryview.c
5127                 don't crash when unmarking message with unread children
5128
5129 2002-12-23 [christoph]  0.8.7claws1
5130
5131         * src/Makefile.am
5132         * src/common/Makefile.am
5133                 update Makefiles for moved intl.h, version.h and defs.h
5134         * src/imap.c
5135                 rewrite imap_session_get to avoid duplicate code
5136
5137 2002-12-23 [paul]       0.8.7claws
5138
5139         * Santa-Claws released
5140         
5141         * po/hu.po
5142           po/ru.po
5143                 squeeze in updated Hungarian and Russian translations.
5144                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5145
5146 2002-12-23 [paul]       0.8.6claws129
5147
5148         * po/pl.po
5149                 updated by Witold Wladyslaw Wojciech Wilk
5150
5151 2002-12-23 [paul]       0.8.6claws128
5152
5153         * src/quote_fmt_parse.y
5154                 fix typo and add licence header
5155
5156 2002-12-23 [paul]       0.8.6claws127
5157
5158         * po/en_GB.po
5159                 updated
5160
5161 2002-12-23 [paul]       0.8.6claws126
5162
5163         * po/it.po
5164                 updated translation, submitted by Alessandro Maestri
5165                 
5166 2002-12-23 [paul]       0.8.6claws125
5167
5168         * src/quote_fmt_parse.y
5169                 fix signature-stripping on replies bug. match
5170                 '-- \n' and not '-- '.
5171
5172 2002-12-22 [paul]       0.8.6claws124
5173
5174         * po/bg.po
5175           po/es.po
5176           po/sr.po
5177                 updated translations. submitted by George Danchev,
5178                 Ricardo Mones Lastra, and Urke MMI respectively
5179
5180 2002-12-21 [paul]       0.8.6claws123
5181
5182         * src/addrbook.c
5183                 fix coding style
5184
5185 2002-12-21 [paul]       0.8.6claws122
5186
5187         * src/addrbook.c
5188                 fix bug [643638] where if a person is in one or more
5189                 addressbook groups editing that person's email 
5190                 address results in removal from those groups.
5191                 Patch submitted by Luke Plant.
5192
5193 2002-12-20 [christoph]  0.8.6claws121
5194
5195         * src/common/utils.c
5196         * src/summaryview.c
5197                 reimplement expand_search_string using GString to
5198                 prevent crashs caused by miscalculated string
5199                 lengths reported by Paul
5200
5201 2002-12-20 [christoph]  0.8.6claws120
5202
5203         * src/summaryview.c
5204                 don't use "changed" to check if op_count has to be changed as it
5205                 is also set when the message has unread children
5206                 (closes bug [ 653221 ] crash while deleting duplicates)
5207
5208 2002-12-20 [paul]       0.8.6claws119
5209
5210         * sync with 0.8.6cvs27
5211                 see ChangeLog 2002-12-20
5212
5213 2002-12-20 [paul]       0.8.6claws118
5214
5215         * sync with 0.8.6cvs26
5216                 see ChangeLog 2002-12-19 and 2002-12-20
5217
5218 2002-12-19 [alfons]     0.8.6claws117
5219
5220         * src/textview.c
5221                 fix incorrect parsing of email addresses, submitted by 
5222                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5223                 name display if it contains @".
5224
5225 2002-12-18 [paul]       0.8.6claws116
5226
5227         * sync with 0.8.6cvs23
5228                 see ChangeLog 2002-12-18
5229
5230 2002-12-18 [paul]       0.8.6claws115
5231
5232         * src/Makefile.am
5233         * src/account.c
5234         * src/codeconv.c
5235         * src/gtkutils.[ch]
5236         * src/imap.c
5237                 sync with 0.8.6cvs22.
5238                 see ChangeLog 2002-12-17 and 2002-12-18
5239
5240 2002-12-17 [christoph]  0.8.6claws114
5241
5242         * src/imap.c
5243                 o don't create a session if imap greeting fails
5244                 o don't close socket when authentication fails
5245                   this is done by imap_session_destroy
5246
5247 2002-12-17 [thorsten]   0.8.6claws113
5248
5249         * tools/Makefile.am
5250           tools/README
5251           tools/google_msgid.pl ** NEW FILE **
5252                 Added "search for message-id" script and doc
5253
5254 2002-12-17 [thorsten]   0.8.6claws112
5255
5256         * po/hu.po
5257                 Updated hungarian translation
5258                 (updated by Gal Zoltan)
5259
5260 2002-12-16 [christoph]  0.8.6claws111
5261
5262         * src/addr_compl.c
5263                 remove stupid addressbook dump to debug output
5264         * src/mh.c
5265                 fix memory leak found by Hiro
5266
5267 2002-12-14 [paul]       0.8.6claws110
5268
5269         * src/compose.c
5270                 fix menubar sensitivity on send
5271                 
5272         * src/prefs_filtering.c
5273         * src/prefs_matcher.c
5274         * src/prefs_scoring.c
5275                 Fix english ;)
5276                 
5277         * src/common/quoted-printable.h
5278                 sync: fix typo
5279         
5280 2002-12-13 [christoph]  0.8.6claws109
5281
5282         * src/Makefile.am
5283         * src/manage_window.[ch]        ** REMOVE **
5284         * src/gtk/Makefile.am
5285         * src/gtk/manage_window.[ch]    ** NEW **
5286                 move manage_window files to gtk directory
5287
5288 2002-12-13 [christoph]  0.8.6claws108
5289
5290         * src/Makefile.am
5291         * src/gtkshruler.[ch]           ** REMOVE **
5292         * src/gtk/Makefile.am
5293         * src/gtk/gtkshruler.[ch]       ** NEW **
5294                 move gtkshruler files to gtk directory
5295
5296 2002-12-13 [christoph]  0.8.6claws107
5297
5298         * src/Makefile.am
5299         * src/compose.c
5300         * src/gtkstext.[ch]             ** REMOVE **
5301         * src/gtkutils.[ch]
5302         * src/textview.c
5303         * src/gtk/gtkstext.[ch]         ** NEW **
5304         * src/gtk/Makefile.am
5305                 o move stext functions to gtkstext.c to remove
5306                   dependency of gtkutils
5307                 o move gtkstext files to gtk directory
5308
5309         * src/gtk/Makefile.am
5310         * src/gtk/sslcertwindow.[ch]
5311                 UI stuff can always depend on common code so
5312                 it's ok to add ../common to include path
5313
5314 2002-12-13 [colin]      0.8.6claws106
5315
5316         * src/summaryview.c
5317                 Disconnect sighandlers for mainwindow when
5318                 quicksearch has the focus
5319                 Fix bug #653231
5320         * src/mainwindow.[ch]
5321                 Make key_pressed callback public, to be able
5322                 to disconnect it
5323
5324 2002-12-13 [christoph]  0.8.6claws105
5325
5326         * src/mh.c
5327                 create .mh_sequences file in new MH folders
5328                 (closes feature request [ 523162 ] MH folders should
5329                  get a .mh_sequences)
5330
5331 2002-12-13 [colin]      0.8.6claws104
5332
5333         * src/summaryview.c
5334                 Better handling of quicksearch show/hide
5335                 (basically the button stays under the mouse 
5336                  when toggled)
5337
5338 2002-12-13 [paul]       0.8.6claws103
5339
5340         * sync with 0.8.6cvs17
5341                 see ChangeLog 2002-12-13
5342
5343 2002-12-13 [paul]       0.8.6claws102
5344
5345         * po/es.po
5346                 updated by Ricardo Mones Lastra
5347
5348 2002-12-11 [colin]       0.8.6claws101
5349
5350         * src/folder.c
5351                 remove statusbar stuff
5352           src/folderview.c
5353                 set statusbar verbosity when moving folders
5354
5355 2002-12-11 [colin]       0.8.6claws100
5356         * src/prefs_filtering.c
5357         * src/prefs_matcher.c
5358         * src/prefs_scoring.c
5359                 Fix english ;)
5360
5361 2002-12-11 [colin]       0.8.6claws99
5362
5363         * src/prefs_common.[ch]
5364                 Add summary_quicksearch_type
5365         * src/summaryview.c
5366                 Save last used quicksearch type
5367
5368 2002-12-11 [jens]       0.8.6claws98
5369         * src/prefs_filtering.c
5370         * src/prefs_matcher.c
5371         * src/prefs_scoring.c
5372                 added dialog for incomplete rules in scoring, filtering and
5373                 matcher to ask wheather really close
5374
5375 2002-12-11 [colin]      0.8.6claws97
5376
5377         * src/folder.c
5378                 Fix folder dnd statusbar logging
5379
5380 2002-12-10 [christoph]  0.8.6claws96
5381
5382         * src/compose.c
5383         * src/folder.c
5384         * src/imap.c
5385         * src/inc.c
5386         * src/main.c
5387         * src/mainwindow.c
5388         * src/news.c
5389         * src/send.c
5390         * src/statusbar.[ch]
5391         * src/common/hooks.c
5392         * src/common/log.[ch]
5393                 o handle verbose logging in statusbar directly in statusbar code
5394                   and common code does not need any knowledge about a statusbar
5395                 o remove direct calls to statusbar_(puts|pop)_all functions
5396
5397 2002-12-10 [jens]       0.8.6claws95
5398
5399         * src/*.c
5400                 removed gettext from g_warnings
5401         * po/POTFILES.in
5402                 cleaned and updated
5403         * po/de.po
5404                 updated
5405
5406 2002-12-10 [colin]      0.8.6claws94
5407
5408         * src/main.c
5409                 finish crash dialog fix
5410
5411 2002-12-10 [colin]      0.8.6claws93
5412
5413         * src/main.c
5414                 "Fix" "sylpheed already running" instead of
5415                 crash dialog appearing after a crash
5416
5417 2002-12-10 [colin]      0.8.6claws92
5418
5419         * po/POTFILES.in
5420                 add src/gtk/sslcertwindow.c
5421
5422 2002-12-10 [paul]       0.8.6claws91
5423
5424         * po/POTFILES.in
5425                 updated to reflect recent changes
5426                 submitted by Alessandro Maestri
5427
5428 2002-12-09 [christoph]  0.8.6claws90
5429
5430         * src/Makefile.am
5431         * src/smtp.[ch]                 ** REMOVE **
5432         * src/common/Makefile.am
5433         * src/common/smtp.[ch]          ** NEW **
5434                 move smtp files to common directory
5435
5436 2002-12-09 [christoph]  0.8.6claws89
5437
5438         * src/Makefile.am
5439         * src/session.[ch]              ** REMOVE **
5440         * src/common/Makefile.am
5441         * src/common/session.[ch]       ** NEW **
5442                 move session files to common directory
5443
5444 2002-12-09 [paul]       0.8.6claws88
5445
5446         * src/account.c
5447                 fix bug [649746] edit accounts: move account reverted
5448                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5449
5450 2002-12-09 [colin]      0.8.6claws87
5451
5452         * src/ssl_certificate.c
5453                 cleanup
5454
5455 2002-12-09 [colin]      0.8.6claws86
5456
5457         * src/ssl.c
5458                 Try to open the cert.pem database and 
5459                 issue a warning if it isn't there
5460
5461 2002-12-09 [colin]      0.8.6claws85
5462
5463         * src/common/ssl_certificate.c
5464         * src/gtk/sslcertwindow.c
5465                 Warning fixes
5466
5467 2002-12-09 [colin]      0.8.6claws84
5468
5469         * src/ssl_certificate.[ch] ** REMOVED **
5470         * src/common/ssl_certificate.[ch] ** NEW **
5471         * src/Makefile.am
5472         * src/common/Makefile.am
5473                 Moved ssl_certificate.[ch] to common
5474         * src/common/ssl.c 
5475                 Put back needed include
5476         * src/gtk/sslcertwindow.[ch]
5477                 Changed ssl_certificate.h include
5478         
5479 2002-12-09 [colin]      0.8.6claws83
5480
5481         * src/gtk/sslcertwindow.[ch]
5482                 Implement hook for certificate acception
5483         * src/ssl_certificate.[ch]
5484                 Implement hook for certificate acception
5485         * src/common/ssl.c
5486                 Reenable certificate acception check
5487         * src/mainwindow.c
5488                 Register sslcertwindow's hook
5489         
5490 2002-12-08 [christoph]  0.8.6claws82
5491
5492         * src/about.c
5493         * src/addr_compl.c
5494         * src/codeconv.c
5495         * src/manual.c
5496         * src/undo.c
5497         * src/common/utils.c
5498                 o add missing includes
5499                 o fix warnings
5500         * src/.cvsignore
5501         * src/common/.cvsignore
5502         * src/common/version.h          ** REMOVE **
5503                 remove autogenerated file
5504
5505 2002-12-08 [paul]       0.8.6claws81
5506
5507         * src/stringtable.c
5508                 put back needed include
5509
5510 2002-12-08 [colin]      0.8.6claws80
5511         
5512         * src/gtk/sslcertwindow.c
5513                 Cleaner popups when asking
5514         * src/ssl_certificate.c
5515         * src/prefs_common.[ch]
5516                 remove ssl certificate pref
5517                 put back needed include
5518         * src/undo.c
5519                 put back needed include
5520
5521 2002-12-08 [christoph]  0.8.6claws79
5522
5523         * src/folderview.c
5524         * src/logwindow.c
5525         * src/statusbar.c
5526         * src/summaryview.c
5527                 only abort hook invokation if required data is missing not
5528                 if our own data pointer is NULL, update hookfunction for
5529                 log window
5530
5531 2002-12-08 [paul]       0.8.6claws78
5532
5533         * src/about.c
5534         * src/addrcache.c
5535         * src/addrclip.c
5536         * src/addr_compl.c
5537         * src/addrselect.c
5538         * src/codeconv.c
5539         * src/colorlabel.c
5540         * src/enriched.c
5541         * src/esmtp.c
5542         * src/exporthtml.c
5543         * src/headerview.c
5544         * src/imageview.c
5545         * src/manual.c
5546         * src/noticeview.c
5547         * src/pgptext.c
5548         * src/scoring.c
5549         * src/sourcewindow.c
5550         * src/stringtable.c
5551         * src/undo.c
5552                 clean up: remove unneccesary includes
5553
5554 2002-12-08 [christoph]  0.8.6claws77
5555
5556         * src/folderview.c
5557         * src/statusbar.c
5558         * src/summaryview.c
5559         * src/common/hooks.[ch]
5560                 hook functions now have a gboolean return value, if a hook
5561                 returns TRUE it will stop executing of any more hooks in
5562                 the same hooklist for this invokation
5563
5564 2002-12-08 [colin]      0.8.6claws76
5565         
5566         * src/main.c
5567                 put back argv0 for CRASH_DIALOG
5568
5569 2002-12-08 [christoph]  0.8.6claws75
5570
5571         * src/Makefile.am
5572         * src/about.c
5573         * src/account.c
5574         * src/crash.c
5575         * src/esmtp.h
5576         * src/imap.[ch]
5577         * src/inc.c
5578         * src/main.c
5579         * src/mainwindow.c
5580         * src/news.c
5581         * src/pop.[ch]
5582         * src/prefs_account.[ch]
5583         * src/prefs_common.[ch]
5584         * src/send.[ch]
5585         * src/smtp.[ch]
5586         * src/ssl_certificate.[ch]
5587         * src/ssl_manager.[ch]
5588         * src/common/Makefile.am
5589         * src/common/log.c
5590         * src/common/nntp.[ch]
5591         * src/common/socket.[ch]
5592         * src/common/ssl.[ch]
5593         * src/gtk/sslcertwindow.[ch]
5594         * ac/openssl.m4
5595                 use new autoconf script to detect OpenSSL with extra parameters
5596                 to specify the location of libs and includes, also remove USE_SSL
5597                 to USE_OPENSSL
5598
5599         * src/common/sylpheed.[ch]
5600         * src/common/version.h.in
5601                 start seperation of common code initialization seperated from gui
5602
5603         * src/summaryview.c
5604                 The function that is called when a color label changes
5605                 should not change the color lable again
5606
5607 2002-12-08 [colin]      0.8.6claws74
5608
5609         * src/gtk/sslcertwindow.c
5610                 warning fixes
5611
5612 2002-12-08 [colin]      0.8.6claws73
5613
5614         * src/statusbar.c
5615           src/common/log.h
5616                 Register a hook for statusbar_puts_all
5617         * src/common/log.c
5618                 invoke statusbar_puts_all's hook
5619         
5620 2002-12-08 [colin]      0.8.6claws72
5621
5622         * src/ssl_certificate.c
5623                 Put back a badly-removed include
5624
5625 2002-12-08 [colin]      0.8.6claws71
5626
5627         * src/gtk/sslcertwindow.[ch]    ** NEW **
5628                 new certificate presentation
5629         * src/gtk/Makefile.am
5630                 add new files
5631         * src/ssl_certificate.[ch]
5632                 gtk cleanup, made utility functions public
5633         * src/ssl_manager.c
5634                 use new cert presentation
5635
5636 2002-12-07 [christoph]  0.8.6claws70
5637
5638         * src/Makefile.am
5639         * src/nntp.[ch]                 ** REMOVE **
5640         * src/common/Makefile.am
5641         * src/common/nntp.[ch]          ** NEW **
5642                 move nntp files to common directory
5643
5644 2002-12-07 [christoph]  0.8.6claws69
5645
5646         * src/procmsg.[ch]
5647         * src/summaryview.c
5648                 implement msginfo update callback using sylpheed's new
5649                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5650
5651 2002-12-06 [christoph]  0.8.6claws68
5652
5653         * src/editgroup.c
5654                 This patch changes the 'Edit Group Details' dialog to
5655                 allow extended selections in either pane, so that
5656                 addresses can be added or removed from a group more
5657                 quickly and easily. (it actually is a net decrease in
5658                 file size, as some unnecessary functions have been
5659                 removed). 
5660                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5661
5662 2002-12-06 [christoph]  0.8.6claws67
5663
5664         * src/Makefile.am
5665         * src/template.[ch]             ** REMOVE **
5666         * src/common/Makefile.am
5667         * src/common/template.[ch]      ** NEW **
5668                 move template files to common directory
5669
5670         * src/nntp.c
5671                 add missing log.h include
5672
5673 2002-12-06 [melvin]     0.8.6claws66
5674
5675         * src/prefs_actions.c
5676                 Added the trailing ">" syntax to insert command's output
5677                 without replacing old text (in contrast to trailing "|").
5678
5679 2002-12-05 [colin]      0.8.6claws65
5680         
5681         * src/common/utils.c
5682                 Don't modify original search_string or it'll change
5683                 the next iterations in the for()
5684
5685 2002-12-05 [darko]      0.8.6claws64
5686
5687         * src/common/utils.c
5688                 proper check for filtering commands, found by Colin
5689
5690 2002-12-05 [darko]      0.8.6claws63
5691
5692         * src/common/utils.c
5693                 check proper string for NULL pointer, found by Colin
5694
5695 2002-12-05 [darko]      0.8.6claws62
5696
5697         * src/common/utils.[ch]
5698                 expand_search_string(): new function
5699                 converts Mutt-like patterns to Sylpheed's
5700                 filtering engine
5701         * src/summaryview.c
5702                 use expand_search_string() to allow Mutt-like
5703                 patterns in extended search
5704         * README.claws
5705                 document extended option in quick search
5706
5707 2002-12-05 [paul]       0.8.6claws61
5708
5709         * sync with 0.8.6cvs16
5710                 see ChangeLog 2002-12-05
5711                 
5712         * po/POTFILES.in
5713                 clean up
5714
5715 2002-12-04 [christoph]  0.8.6claws60
5716
5717         * src/imap.[ch]
5718                 put imap authentication code into a new function and
5719                 remove it from imap_session_new that will allow to
5720                 send other commands before authentication
5721
5722 2002-12-04 [christoph]  0.8.6claws59
5723
5724         * src/imap.[ch]
5725                 use already existing method to prevent unneeded IMAP
5726                 folder selects. Set imap_select parameters to NULL
5727                 in some functions if the values are not required.
5728
5729         * src/xml.h
5730                 remove no longer required include
5731
5732 2002-12-04 [paul]       0.8.6claws58
5733
5734         * po/es.po
5735                 updated by Ricardo Mones Lastra
5736                 
5737         * configure.in
5738           po/hu.po      ** NEW FILE **
5739                 initial Hungarian translation, submitted
5740                 by Gál Zoltán <galzoli@hu.inter.net>
5741
5742 2002-12-03 [christoph]  0.8.6claws57
5743
5744         * src/Makefile.am
5745         * src/gtksctree.[ch]            ** REMOVE **
5746         * src/gtk/Makefile.am
5747         * src/gtk/gtksctree.[ch]        ** NEW **
5748                 move gtksctree files to gtk directory
5749
5750 2002-12-03 [christoph]  0.8.6claws56
5751
5752         * src/Makefile.am
5753         * src/md5.[ch]                  ** REMOVE **
5754         * srm/common/Makefile.am
5755         * src/common/md5.[ch]           ** NEW **
5756                 move md5 files to common directory
5757
5758         * src/gtkstext.c
5759                 remove not required #include
5760
5761 2002-12-03 [sergey]     0.8.6claws55
5762
5763         * src/gtkutils.c
5764         * src/gtkutils.h
5765                 gtkut_window_popup(): new function.
5766         * src/mainwindow.c
5767                 main_window_popup(): use gtkut_window_popup() to raise
5768                 window without changing its position.
5769                 (see sylpheed-main ML message [sylpheed:17247])
5770
5771 2002-12-03 [sergey]     0.8.6claws54
5772
5773         * src/send.c
5774                 send_message_local(): removed first-dot escaping
5775                 (SMTP-only, not needed for sending through pipe)
5776
5777 2002-12-03 [paul]       0.8.6claws53
5778
5779         * po/POTFILES.in
5780                 update to reflect recent changes (thanks
5781                 to Ricardo Mones Lastra)
5782                 
5783         * tools/filter_conv.pl
5784                  fix problem with quoted strings. Patch submitted
5785                  by Luke Plant <lukeplant@softhome.net>
5786
5787 2002-12-03 [paul]       0.8.6claws52
5788
5789         * sync with 0.8.6cvs15
5790                 see ChangeLog 2002-12-03
5791
5792 2002-12-02 [christoph]  0.8.6claws51
5793
5794         * src/logwindow.[ch]
5795         * src/common/log.[ch]
5796                 implement logging using a hook function
5797
5798         * src/folderview.c
5799         * src/folder.[ch]
5800                 define hooklist name in header file to avoid
5801                 errors caused by wrong spelling of hooklist names
5802
5803         * src/toolbar.c
5804                 fix warnings
5805
5806 2002-12-02 [christoph]  0.8.6claws50
5807
5808         * src/common/Makefile.am
5809                 add src/common/hooks.[ch]
5810
5811         * src/common/hooks.[ch]
5812                 implement a simple hook system using glib's hook functions
5813
5814         * src/folder.[ch]
5815         * src/folderview.c
5816                 use new hook system for folder item updates
5817
5818 2002-12-02 [christoph]  0.8.6claws49
5819
5820         * doc-src/ui_seperation.txt     ** NEW **
5821                 information for ui seperation
5822
5823         * src/Makefile.am
5824                 remove files that were moved to common
5825                 include common directory by default for the header files
5826
5827         * src/inc.c
5828         * src/common/socket.c
5829         * src/automaton.[ch]
5830                 implement automaton using g_io_*-functions instead of
5831                 gdk_input_add to make it ui independent
5832
5833         * src/codeconv.c
5834         * src/compose.c
5835         * src/ldif.c
5836         * src/pgptext.c
5837         * src/procmime.c
5838         * src/rfc2015.c
5839         * src/smtp.c
5840         * src/unmime.c
5841                 remove common/ prefix because directory is now in
5842                 include path
5843
5844         * src/compose.c
5845         * src/folder.c
5846         * src/folderview.c
5847         * src/mainwindow.c
5848         * src/messageview.c
5849         * src/prefs_common.c
5850         * src/procmsg.c
5851         * src/rfc2015.c
5852                 fix warnings
5853
5854         * src/imap.c
5855         * src/inc.c
5856         * src/news.c
5857         * src/pop.c
5858         * src/send.c
5859         * src/smtp.c
5860         * src/ssl_certificate.c
5861                 add log.h header file for logging functions
5862
5863         * src/main.c
5864         * src/common/utils.c
5865         * src/summaryview.c
5866         * src/xml.c
5867                 o move debug_mode to common/utils.c
5868                 o add functions to set and get debug_mode
5869
5870         * src/defs.h                    ** REMOVE **
5871         * src/intl.h                    ** REMOVE **
5872         * src/socket.[ch]               ** REMOVE **
5873         * src/ssl.[ch]                  ** REMOVE **
5874         * src/utils.[ch]                ** REMOVE **
5875                 replaced by new files in src/common/
5876         
5877         * src/common/Makefile.am
5878                 add new files in src/common/
5879
5880         * src/common/defs.h             ** NEW **
5881         * src/common/intl.h             ** NEW **
5882         * src/common/log.[ch]           ** NEW **
5883         * src/common/socket.[ch]        ** NEW **
5884         * src/common/ssl.[ch]           ** NEW **
5885         * src/common/utils.[ch]         ** NEW **
5886                 replacement for files in src/
5887
5888 2002-12-02 [colin]      0.8.6claws48
5889
5890         * src/folderview.c
5891                 Scroll folderview if necessary during dnd
5892
5893 2002-12-02 [colin]      0.8.6claws47
5894
5895         * src/folder.[ch]
5896                 Add check to verify a move is within a single mailbox
5897         * src/folderview.c
5898                 Add specific error string for this check
5899
5900 2002-12-02 [colin]      0.8.6claws46
5901
5902         * src/folder.c
5903                 Add a test to folder moving, remove a statusbar_print
5904         * src/folderview.c
5905                 Add Move folder... context-menu item
5906                 Factorize folder moving code
5907                 Enable folder DND for mbox
5908
5909 2002-12-01 [christoph]  0.8.6claws45
5910
5911         * ac/aspell.m4
5912                 remove conf.aspelltest if the version check fails
5913
5914 2002-11-30 [christoph]  0.8.6claws44
5915
5916         * autogen.sh
5917                 run libtoolize --force in autogen to create missing
5918                 libtool scripts
5919
5920 2002-11-30 [christoph]  0.8.6claws43
5921
5922         * src/Makefile.am
5923         * src/pgptext.c
5924         * src/procmime.c
5925         * src/rfc2015.c
5926         * src/uuencode.[ch]             ** REMOVED **
5927         * src/common/Makefile.am
5928         * src/common/uuencode.[ch]      ** NEW **
5929                 move uuen/decoder to common directory
5930
5931 2002-11-30 [christoph]  0.8.6claws42
5932
5933         * src/Makefile.am
5934         * src/base64.[ch]               ** REMOVED **
5935         * src/codeconv.c
5936         * src/compose.c
5937         * src/ldif.c
5938         * src/pgptext.c
5939         * src/procmime.c
5940         * src/rfc2015.c
5941         * src/smtp.c
5942         * src/unmime.c
5943         * src/common/Makefile.am
5944         * src/common/base64.[ch]        ** NEW **
5945                 move base64 en/decoder to common directory
5946
5947 2002-11-30 [christoph]  0.8.6claws41
5948
5949         * src/common                    ** NEW **
5950                 new directory for UI independent code
5951         * src/gtk                       ** NEW **
5952                 new directory for GTK frontend
5953         * src/common/.cvsignore         ** NEW **
5954         * src/gtk/.cvsignore            ** NEW **
5955                 ignore build files
5956         * src/common/Makefile.am        ** NEW **
5957         * src/gtk/Makefile.am           ** NEW **
5958                 automake files to build new seperated stuff
5959         * src/Makefile.am
5960                 the binary will currently still be build with the
5961                 files in src, so we include the code from the
5962                 subdirs for now after building the libs there
5963
5964 2002-11-30 [paul]       0.8.6claws40
5965
5966         * src/compose.c
5967                 fix bug [642731] 'Wrong selected account with drafted mail'
5968
5969 2002-11-29 [oliver]     0.8.6claws39
5970         
5971         * src/messageview.c
5972                 o update summaryview when switching between different
5973                   messageviews          
5974         * src/toolbar.c  
5975                 o check if messageview holds already removed msg
5976                   from summaryview
5977                 
5978
5979 2002-11-29 [oliver]     0.8.6claws38
5980
5981         * src/toolbar.c 
5982                 remove not needed variables and includes
5983                 make messageview stay opened and move to next when msgs are deleted 
5984
5985 2002-11-29 [oliver]     0.8.6claws37
5986         
5987         * src/toolbar.c 
5988                 disable compose button (messageview toolbar) by default
5989                 deleted msgs are moved to trash
5990         
5991 2002-11-29 [melvin]     0.8.6claws36
5992
5993         * configure.in
5994                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5995                 and to detect signatures expirations (gpgme 0.3.6)
5996
5997         * src/main.c
5998                 Use non obsolescent function for Gpgme engine checking.
5999
6000         * src/rfc2015.c
6001                 Inform about expired signatures or signatures which key
6002                 has expired. Expiration date is displayed.
6003
6004         * src/sigstatus.c
6005                 Inform about expired signatures or signatures which key
6006                 has expired.
6007
6008 2002-11-28 [paul]       0.8.6claws35
6009
6010         * src/folderview.c
6011                 re-instate 'Check for new messages' in Newsgroup
6012                 folders right-click menu, after a suggestion from
6013                 Tim Mann <timmann@users.sourceforge.net>
6014
6015         * src/main.c
6016                 after a crash check only local folders for new
6017                 messages
6018
6019 2002-11-28 [paul]       0.8.6claws34
6020
6021         * configure.in
6022                 apply patch that fixes the checking of GTK with XIM 
6023                 support on different OSs, such as FreeBSD. Patch 
6024                 submitted by Topia <topia@users.sourceforge.net>
6025                 
6026 2002-11-28 [paul]       0.8.6claws33
6027
6028         * src/mainwindow.c
6029           src/prefs_common.c
6030           src/prefs_toolbar.c
6031                 more changes to the English
6032
6033 2002-11-28 [paul]       0.8.6claws32
6034
6035         * sync with 0.8.6cvs13
6036                 see ChangeLog 2002-11-28 (no sync needed
6037                 for src/compose.c)
6038
6039 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6040         
6041         * src/mainwindow.[ch]
6042                 add patch by Ivan F. Martinez introducing messageview Toolbar
6043                 some changes and committed by oliver    
6044
6045 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6046
6047         * src/messageview.[ch]
6048                 add patch by Ivan F. Martinez introducing messageview Toolbar
6049                 some changes and committed by oliver    
6050
6051 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6052
6053         * src/compose.[ch]
6054                 add patch by Ivan F. Martinez introducing messageview Toolbar
6055                 some changes and committed by oliver    
6056
6057 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6058         
6059         * src/toolbar.[ch]
6060                 add patch by Ivan F. Martinez introducing messageview Toolbar
6061                 some changes and committed by oliver
6062
6063 2002-11-28 [oliver]     0.8.6claws27
6064         
6065         * src/prefs_toolbar.[ch]
6066                 getting ready for messageview toolbar
6067                 free mem allocated by gettext
6068                 change prefs_toolbar to prefs_toolbar_open
6069  
6070 2002-11-28 [thorsten]   0.8.6claws26
6071
6072         * src/imageview.[ch]
6073                 cleaned up conflicting declarations of
6074                 imageview_show_image()
6075
6076 2002-11-28 [paul]       0.8.6claws25
6077
6078         * src/grouplistdialog.c
6079           src/prefs_common.c
6080           src/prefs_summary_column.c
6081                 a few more improvements to the English
6082
6083 2002-11-28 [colin]      0.8.6claws24
6084
6085         * man/sylpheed.1
6086                 A few updates to command-line parameters
6087
6088 2002-11-28 [colin]      0.8.6claws23
6089
6090         * src/prefs_filtering.c
6091                 Fix problems with prefs_filtering_delete_path:
6092                 a) if the first rule is removed, original pointers
6093                    weren't updated (leading to segfaults)
6094                 b) it was always global_processing updated in case
6095                    of removed path was parent of rule path
6096
6097 2002-11-27 [paul]       0.8.6claws22
6098
6099         * src/mainwindow.c
6100           src/prefs_account.c
6101           src/prefs_actions.c
6102           src/prefs_common.c
6103           src/prefs_customheader.c
6104           src/prefs_display_header.c
6105           src/prefs_filtering.c
6106           src/prefs_folder_item.c
6107           src/prefs_matcher.c
6108           src/prefs_scoring.c
6109           src/prefs_summary_column.c
6110           src/prefs_template.c
6111           src/prefs_toolbar.c
6112                  improve the English in the GUI
6113
6114 2002-11-27 [colin]      0.8.6claws21
6115
6116         * src/folder.c
6117                 Fix processing renaming problems happening after
6118                 last commit
6119
6120 2002-11-27 [colin]      0.8.6claws20
6121
6122         * src/folder.c
6123                 recursive move now deletes src each subfolder after 
6124                 having moved it
6125         * src/folderview.c
6126                 Use identifier instead of path during dnd (enables
6127                 IMAP folder dnd)
6128
6129 2002-11-27 [paul]       0.8.6claws19
6130
6131         * src/main.c
6132                 apply patch that does command-line processing 
6133                 BEFORE gtk_init, allowing claws to run from 
6134                 shell-scripts in non-X environment (e.g. crontab 
6135                 or ip-up, ip-down scripts). Patch submitted by
6136                 Ruslan N. Balkin <baron@dartel.ru>
6137                 
6138         * po/it.po
6139                 updated by Alessandro Maestri
6140
6141 2002-11-27 [paul]       0.8.6claws18
6142
6143         * sync with 0.8.6cvs12
6144           src/prefs_common.c
6145                 Differences are that main uses a 'Receive dialog'
6146                 frame on the Interface tab, whereas claws groups all 
6147                 the dialogs together in a 'Dialogs' frame.
6148
6149 2002-11-27 [colin]      0.8.6claws17
6150
6151         * src/prefs_matcher.c
6152                 Fix Execute criteria's NOT flag
6153
6154
6155 2002-11-26 [christoph]  0.8.6claws16
6156
6157         * src/ssl.c
6158                 rewrite the ssl code a little bit, only use one
6159                 SSL context, set default certificates' file/path
6160
6161 2002-11-26 [thorsten]   0.8.6claws15
6162
6163         * src/compose.c
6164                 default-reply-to didn't work for ml-reply
6165
6166 2002-11-26 [melvin]     0.8.6claws14
6167
6168         * src/prefs_actions.c
6169                 Made pipe-actions ignore short headers in message view
6170                 Made trailing-pipe-actions write in the message view with
6171                 the same font as the original message
6172
6173 2002-11-26 [paul]       0.8.6claws13
6174
6175         * src/compose.c
6176                 this time commit the correct file
6177
6178 2002-11-26 [paul]       0.8.6claws12
6179
6180         * sync with 0.8.6cvs11
6181           src/quote_fmt_parse.y  
6182                 no sync needed
6183           src/account.[ch]       
6184                 not sync'ed
6185           src/compose.c
6186                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6187                 on draft mode.
6188                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6189                 header
6190                 
6191         see ChangeLog 2002-11-25 and 2002-11-26
6192
6193 2002-11-26 [colin]      0.8.6claws11
6194
6195         * src/folderview.c
6196                 Fix collapsed folder not auto-expanding during
6197                 mail dnd, if it was the source folder.
6198
6199 2002-11-25 [colin]      0.8.6claws10
6200
6201         * src/folderview.[ch]
6202                 Variable renaming and cleaning (slist of nodes 
6203                 to be re-collapsed is stored in FolderView)
6204
6205 2002-11-25 [paul]       0.8.6claws9
6206
6207         * src/prefs_common.[ch]
6208                 fix breakage caused by last commit
6209
6210 2002-11-25 [paul]       0.8.6claws8
6211
6212         * sync with 0.8.6cvs4
6213                 see ChangeLog 2002-11-21
6214
6215 2002-11-25 [paul]       0.8.6claws7
6216
6217         * sync with 0.8.6cvs4
6218                 see ChangeLog 2002-11-20
6219
6220 2002-11-25 [paul]       0.8.6claws6
6221
6222         * sync with 0.8.6cvs3
6223                 see ChangeLog 2002-11-18
6224
6225 2002-11-25 [colin]      0.8.6claws5
6226
6227         * src/gtkutils.[ch]
6228                 Add gtkut_ctree_node_is_parent()
6229         * src/folderview.c
6230                 Spring-loaded folders
6231
6232 2002-11-25 [colin]      0.8.6claws4
6233
6234         * src/utils.[ch]
6235                 Add slist_concat_unique(), function to merge
6236                 two GSList filtering dups
6237         * src/folder.[ch]
6238         * src/summaryview.[ch]
6239         * src/folderview.c
6240         * src/main.c
6241                 Add detection/update/display of unread answers
6242                 to marked mails
6243         * src/procmsg.[ch]
6244                 Add procmsg_find_children()
6245                 Add procmsg_msg_has_marked_parent()
6246
6247 2002-11-25 [colin]      0.8.6claws3
6248
6249         * src/ssl_certificate.[ch]
6250                 Allow checking a certificate without a DNS
6251                 lookup
6252                 Allow to forget a cert (by deleting it)
6253                 Make ssl_certificate_destroy_public
6254         * src/ssl_manager.[ch] ** NEW FILES **
6255                 Gui to manage (display/remove) certificates
6256         * src/prefs_common.[ch]
6257                 Add a pref to allow silent acceptation of
6258                 trusted certificates or not (based on the
6259                 "I want to know what's going on" principle)
6260         * src/mainwindow.c
6261                 Add SSL manager in Tools menu
6262         * src/Makefile.am
6263                 Add the new files to the build
6264         * po/POTFILES.in
6265                 Add ssl_manager.c to translations
6266
6267 2002-11-25 [colin]      0.8.6claws2
6268
6269         * src/summaryview.[ch]
6270                 Add S_SEARCH_EXTENDED to the quick search, which 
6271                 allows to search using filtering syntax.
6272
6273 2002-11-25 [colin]      0.8.6claws1
6274
6275         * src/summaryview.c
6276                 Deletion of duplicates now prefer deleting
6277                 the unread dup (fixes feature-request 638989).
6278
6279 2002-11-24 [paul]       0.8.6claws
6280
6281         * po/es.po
6282           po/pl.po
6283           po/ru.po
6284           po/sr.po
6285                 updated by Ricardo Mones Lastra,
6286                 Witold Wladyslaw Wojciech Wilk,
6287                 Ruslan N. Balkin, and  Urke MMI 
6288                 respectively
6289
6290 2002-11-24 [paul]       0.8.5claws182
6291
6292         * po/bg.po
6293                 updated by George Danchev
6294
6295 2002-11-23 [alfons]     0.8.5claws181
6296
6297         * src/imap.c
6298                 tiny memory leak found by browsing Dimitar's 
6299                 valgrind report
6300
6301 2002-11-23 [paul]       0.8.5claws180
6302
6303         * po/it.po
6304                 updated by Alessandro Maestri
6305
6306 2002-11-22 [christoph]  0.8.5claws179
6307
6308         * src/compose.c
6309         * src/inc.c
6310         * src/prefs_filtering.c
6311         * src/summaryview.c
6312                 more warning fixes
6313
6314 2002-11-22 [alfons]     0.8.5claws178
6315
6316         * src/summaryview.c
6317                 summary_execute_delete_func(): if message is deleted, make 
6318                 sure to also remove its entry in the subject hash table. 
6319                 fixes a corner case bug.
6320
6321 2002-11-22 [paul]       0.8.5claws177
6322
6323         * .cvsignore
6324                 add 'autom4te.cache'
6325                 
6326         * ltconfig      ** REMOVED **
6327                 not needed
6328
6329 2002-11-22 [paul]       0.8.5claws176
6330
6331         * src/textview.c
6332                 textview_set_font(): fix for message display in
6333                 UTF-8 locales (thanks to Sergey Vlasov).
6334                 
6335         * AUTHORS
6336                 add new team members and contributors
6337
6338
6339 2002-11-21 [colin]      0.8.5claws175
6340
6341         * src/procmsg.[ch]
6342                 Add procmsg_remove_special_headers()
6343         * src/mh.c
6344                 Use procmsg_remove_special_headers() for 
6345                 previous fix
6346
6347 2002-11-21 [colin]      0.8.5claws174
6348
6349         * src/mh.c
6350                 Fix moving/copying from queue/draft folders
6351                 for MH folders
6352
6353 2002-11-21 [christoph]  0.8.5claws173
6354
6355         * src/crash.c
6356         * src/filtering.c
6357         * src/logwindow.c
6358         * src/main.c
6359         * src/matcher_parser_lex.[hl]
6360         * src/mbox.c
6361         * src/mbox_folder.[ch]
6362         * src/prefs_filtering.c
6363         * src/procheader.c
6364         * src/quote_fmt_lex.l
6365         * src/ssl.c
6366                 fix all warnings except the warnings in lex and yacc files
6367
6368 2002-11-20 [christoph]  0.8.5claws172
6369
6370         * src/imap.c
6371                 fix MsgInfo retrieval for IMAP draft and queue folders
6372                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6373
6374 2002-11-19 [christoph]  0.8.5claws171
6375
6376         * src/compose.c
6377                 fix segfault, when draft saving does not get
6378                 the MsgInfo of the new message
6379                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6380
6381 2002-11-19 [christoph]  0.8.5claws170
6382
6383         * src/procmsg.c
6384                 add parameter check for flag setting function
6385                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6386
6387 2002-11-18 [paul]       0.8.5claws169
6388
6389         * src/compose.c
6390                 more sensitivity fixes to redirect mode:
6391                 * disable toolbar draft button
6392                 * allow only Address book in the Tools menu
6393                 * disable editing of message by the spell
6394                   checker
6395
6396 2002-11-18 [paul]       0.8.5claws168
6397
6398         * src/compose.c
6399                 fix sensitivity of menu items in compose_redirect():
6400                 allow only the necessary items 
6401
6402 2002-11-18 [paul]       0.8.5claws167
6403
6404         * src/compose.c
6405                 fix bug [ 603259 ] 'attachment got lost on bounce'
6406
6407 2002-11-18 [paul]       0.8.5claws166
6408
6409         * po/ru.po
6410                 updated by Ruslan N. Balkin <baron@dartel.ru>
6411
6412 2002-11-18 [colin]      0.8.5claws165
6413
6414         * src/main.c
6415           src/defs.h
6416                 Remove old filtering stuff
6417
6418
6419 2002-11-17 [oliver]     0.8.5claws164
6420
6421         * src/toolbar.h
6422                 remove not needed typedef 
6423
6424 2002-11-17 [oliver]     0.8.5claws163
6425
6426         * src/toolbar.c
6427                 make toolbar's on click events translatable
6428
6429 2002-11-15 [colin]      0.8.5claws162
6430
6431         * src/summaryview.c
6432                 Revert too-soon integration of a feature
6433
6434 2002-11-15 [christoph]  0.8.5claws161
6435
6436         * src/imap.c
6437                 use main's implementation of imap_get_msginfo
6438
6439 2002-11-15 [christoph]  0.8.5claws160
6440
6441         * src/compose.c
6442         * src/folder.[ch]
6443         * src/imap.c
6444         * src/mbox_folder.c
6445         * src/mh.c
6446         * src/news.c
6447         * src/procmsg.c
6448         * src/summaryview.c
6449                 replace claws' fetch_msginfo with main's get_msginfo
6450                 (use main's implementation where possible)
6451
6452 2002-11-15 [colin]      0.8.5claws159
6453
6454         * src/ssl_certificate.c
6455                 Missed a check
6456
6457 2002-11-16 [melvin]     0.8.5claws158
6458
6459         * po/fr.po
6460                 Updated French translations.
6461
6462 2002-11-16 [colin]      0.8.5claws157
6463
6464         * src/ssl_certificate.c
6465                 Check for missing parts in the certificates
6466
6467 2002-11-15 [colin]      0.8.5claws156
6468
6469         * src/folderview.c
6470                 Preventive fix (missing check) found by
6471                 Alfons
6472
6473 2002-11-15 [paul]
6474
6475         * NEWS
6476                 sync with 0.8.6 release
6477
6478 2002-11-15 [colin]      0.8.5claws155
6479
6480         * src/folder.[ch]
6481           src/folderview.c
6482                 Fix error handling of folder_item_move_to()
6483                 (thanks to Alfons!)
6484
6485 2002-11-15 [colin]      0.8.5claws154
6486
6487         * src/folder.[ch]
6488           src/folderview.c
6489                 folder_item_move_to() sets an error message instead
6490                 of having GUI stuff in folder.c
6491
6492 2002-11-15 [colin]      0.8.5claws153
6493
6494         * src/procmsg.[ch]
6495                 Implemented a callback for MsgInfo updates, 
6496                 heavily copy/pasted from Christoph's folder 
6497                 callback system
6498         * src/summaryview.[ch]
6499                 Register summary_update_msg as callback
6500
6501 2002-11-14 [colin]      0.8.5claws152
6502         
6503         * src/procmsg.c
6504                 Update the FolderItem after sending (fixes 617593)
6505
6506 2002-11-14 [christoph]  0.8.5claws151
6507
6508         * src/folder.c
6509                 fix wrong position of NULL pointer check found
6510                 by Sergey
6511
6512 2002-11-14 [christoph]  0.8.5claws150
6513
6514         * src/folder.c
6515                 fix segfault when deleting messages from IMAP folders
6516                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6517
6518 2002-11-14 [colin]      0.8.5claws149
6519
6520         * src/compose.c
6521                 Forwarding was also ignoring the folder's default account.
6522
6523 2002-11-14 [colin]      0.8.5claws148
6524
6525         * src/compose.c
6526                 Fix sent folder not set to folder properties when 
6527                 forwarding.
6528
6529 2002-11-14 [thorsten]   0.8.5claws147
6530
6531         * src/inc.c
6532                 inc_start(): Files were not moved from .processing to inbox,
6533                 if no global processing rule existed
6534
6535 2002-11-14 [colin]      0.8.5claws146
6536
6537         * src/ssl_certificate
6538                 Fix file operations
6539
6540 2002-11-14 [paul]       0.8.5claws145
6541
6542         * po/it.po
6543                 updated by Alessandro Maestri
6544
6545 2002-11-13 [alfons]     0.8.5claws144
6546
6547         * src/folder.c
6548                 folder_item_close(): only mark messages unread
6549                 when a folder has new messages 
6550
6551 2002-11-13 [keith]      0.8.5claws143
6552
6553         * src/imap.c
6554                 Fix problem moving or copying between
6555                 IMAP folders
6556
6557 2002-11-13 [colin]      0.8.5claws142
6558
6559         * src/matcher_parser_parse.y
6560                 Fix rule problem when " don't match
6561
6562 2002-11-13 [christoph]  0.8.5claws141
6563
6564         * src/folder.c
6565         * src/folderview.c
6566                 moved cache saving to folder_item_close
6567                 the folderview should not have to deal with
6568                 this things
6569
6570 2002-11-13 [christoph]  0.8.5claws140
6571
6572         * src/summaryview.c
6573                 moved setting of important score to
6574                 summary_set_prefs_from_folderitem
6575
6576 2002-11-13 [colin]      0.8.5claws139
6577
6578         * src/matcher_parser_parse.y
6579                 Fix a segfault in the parser (happening when
6580                 a good expression had been tested and a bad 
6581                 one arrives)
6582
6583 2002-11-13 [paul]       0.8.5claws138
6584
6585         * sync with 0.8.5cvs24
6586                 see ChangeLog 2002-11-13
6587                 
6588         * po/pt_BR.po
6589                 updated by Fabio Jr. Beneditto
6590
6591 2002-11-13 [colin]      0.8.5claws137
6592         
6593         * src/msgcache.c
6594           src/defs.h
6595           src/procmsg.[ch]
6596                 Revert last commit, problem
6597
6598 2002-11-13 [colin]      0.8.5claws136
6599
6600         * src/msgcache.c
6601                 Remove duplicated code
6602         * src/defs.h
6603                 Bumped CACHE_VERSION and MARK_VERSION
6604         * src/procmsg.[ch]
6605                 Network endian for cache and mark files
6606
6607 2002-11-12 [colin]      0.8.5claws135
6608
6609         * src/inc.c
6610                 Fix the "socket error" dialog which disappeared
6611
6612 2002-11-12 [colin]      0.8.5claws134
6613
6614         * src/msgcache.c
6615                 Reverse last commit which had performance 
6616                 problems, but still reverse the list
6617
6618 2002-11-12 [colin]      0.8.5claws133
6619
6620         * src/msgcache.c
6621                 Reverse list order
6622
6623 2002-11-12 [melvin]     0.8.5claws132
6624
6625         * src/compose.c
6626                 Added a check for a NULL prefs_common.dictionary
6627
6628 2002-11-12 [colin]      0.8.5claws131
6629
6630         * src/ssl_certificate.[ch]
6631                 Use FQDN hostname
6632
6633 2002-11-12 [colin]      0.8.5claws130
6634
6635         * src/ssl_certificate.[ch]
6636                 Take connection port into account for 
6637                 checking certificates (a single hostname
6638                 could have multiple servers with multiple
6639                 certificates)
6640         * src/ssl.c
6641                 Pass the port to ssl_certificate_check
6642
6643 2002-11-12 [paul]       0.8.5claws129
6644
6645         * src/folder.c
6646                 fix a typo in last commit
6647
6648 2002-11-12 [paul]       0.8.5claws128
6649
6650         * sync with 0.8.5cvs23
6651                 see ChangeLog entry 2002-11-12
6652
6653 2002-11-11 [colin]      0.8.5claws127
6654
6655         * src/ssl_certificate.c
6656                 Cleaner messages
6657                 Don't popup, instead log error, if the 
6658                 corresponding pref is checked
6659         * src/ssl_certificate.h
6660                 include <openssl/objects/h>
6661
6662 2002-11-11 [colin]      0.8.5claws126
6663
6664         * src/ssl_certificate.h
6665                 _Really_ clean it
6666
6667 2002-11-11 [colin]      0.8.5claws125
6668         
6669         * src/ssl_certificate.c
6670                 Fixed leak
6671
6672 2002-11-11 [colin]      0.8.5claws124
6673
6674         * src/ssl.c
6675                 Cleaned a bit
6676         * src/ssl_certificate.[ch]
6677                 Cleaned a bit (better use of SSL API)
6678                 (This will cause non-recognition of saved 
6679                  certificates of claws12[23]...)
6680
6681 2002-11-11 [paul]       0.8.5claws123
6682         
6683         * po/es.po
6684                 updated by Ricardo Mones Lastra
6685
6686 2002-11-11 [colin]      0.8.5claws122
6687
6688         * src/ssl.c
6689                 Fix a typo
6690
6691 2002-11-11 [colin]      0.8.5claws121
6692
6693         * src/ssl_certificate.[ch] ** NEW FILES **
6694         * src/ssl.[ch]
6695                 Check SSL certificates presented to us
6696         * src/Makefile.am
6697                 Add ssl_certificate.[ch]
6698         * po/POTFILES.in
6699                 Add ssl_certificate.c
6700
6701 2002-11-11 [paul]       0.8.5claws120
6702
6703         * sync with 0.8.5cvs22
6704                 see ChangeLog 2002-11-11
6705
6706 2002-11-11 [paul]       0.8.5claws119
6707
6708         * sync with 0.8.5cvs21
6709                 see ChangeLog 2002-11-11
6710
6711 2002-11-10 [jens]       0.8.5claws118
6712
6713         * src/folder.c
6714         * src/folderview.c
6715                 corrected some typing
6716         * po/de.po
6717                 updated german translation
6718         * sylpheed.spec.in
6719                 cleaned up specfile and adjusted it for claws
6720
6721 2002-11-10 [colin]      0.8.5claws117
6722
6723         * src/summaryview.c
6724                 a STATUSBAR_PUSH/POP fix
6725
6726 2002-11-10 [colin]      0.8.5claws116
6727
6728         * src/prefs_folder_item.c
6729                 Fix hanging after opening folder properties
6730
6731 2002-11-10 [hoa]        0.8.5claws115
6732
6733         * src/matcher_parser_lex.l
6734         * src/matcher_parser_parse.y
6735                 config file for scoring and filtering is no more trashed
6736                 when there is a syntax error in a filtering rule when
6737                 editing it in a dialog.
6738
6739 2002-11-09 [colin]      0.8.5claws114
6740
6741         * src/mbox_folder.c
6742                 Added missing initialisation of folder->destroy()
6743
6744 2002-11-09 [colin]      0.8.5claws113
6745
6746         * src/folder.c
6747           src/folderview.c
6748                 Fix the status bar messages
6749
6750 2002-11-09 [colin]      0.8.5claws112
6751
6752         * src/folderview.c
6753                 Fix hangs after folder dnd, happening after 
6754                 claws109.
6755
6756 2002-11-09 [christoph]  0.8.5claws111
6757
6758         * src/folderview.c
6759                 just changed order of calls (reverse order of
6760                 associated calls)
6761         * src/inc.c
6762                 lock inc when checking only one account, otherwise
6763                 inc all could be executed at the same time
6764
6765 2002-11-09 [christoph]  0.8.5claws110
6766
6767         * src/folderview.c
6768                 better unlock the mouse cursor before calling
6769                 summary_show because it changes the cursor too
6770
6771 2002-11-09 [christoph]  0.8.5claws109
6772
6773         * src/folder.[ch]
6774         * src/folderview.c
6775                 add functions to open and close a folder
6776                 o opending will execute scanning for remote folders
6777                   and processing
6778                 o closing will unset new flag for messages
6779
6780 2002-11-09 [colin]      0.8.5claws108
6781
6782         * src/folder.c
6783                 Add a call to prefs_matcher_write_config to 
6784                 avoid non-leaf folders filtering settings to be
6785                 lost
6786
6787 2002-11-09 [paul]       0.8.5claws107
6788
6789         * src/prefs_account.c
6790                 re-word a label
6791
6792 2002-11-09 [colin]      0.8.5claws106
6793
6794         * src/folderview.c
6795                 Minor esthetic fix
6796
6797 2002-11-09 [colin]      0.8.5claws105
6798
6799         * src/folderview.c
6800                 Fix prefs_filtering deletion for MH folders (same
6801                 reason as below)
6802         * src/prefs_filtering.c
6803                 Fix prefs_filtering renaming and deletion for 
6804                 folder-based processing rules.  
6805
6806 2002-11-09 [christoph]  0.8.5claws104
6807
6808         * src/compose.c
6809         * src/folder.[ch]
6810         * src/folderview.[ch]
6811         * src/import.c
6812         * src/inc.c
6813         * src/main.c
6814         * src/mainwindow.c
6815         * src/messageview.c
6816         * src/prefs_folder_item.c
6817         * src/procmsg.c
6818         * src/summaryview.c
6819                 implement a callback system for folder item updates
6820
6821 2002-11-09 [colin]      0.8.5claws103
6822
6823         * src/folderview.c
6824                 Fix prefs_filtering renaming for MH folders (we
6825                 shouldn't rename by path as another folder could
6826                 have the same hierarchy).
6827
6828 2002-11-09 [colin]      0.8.5claws102
6829
6830         * src/folder.c
6831                 Fix a leak found by Christoph, use better variable
6832                 names
6833
6834 2002-11-09 [colin]      0.8.5claws101
6835
6836         * src/folder.c
6837                 One more fix for processing rules
6838
6839 2002-11-08 [colin]      0.8.5claws100
6840         
6841         * src/matcher.c
6842                 Don't copy the compiled regexp (will be reevaluated)
6843         * src/folderview.c
6844                 Lock folderview while moving
6845         * src/folder.c
6846                 Provide info on what's happening to the user
6847
6848 2002-11-08 [colin]      0.8.5claws99
6849
6850         * src/folderview.c
6851                 Fix folder reordering after a move if parent is 
6852                 root
6853         * src/scoring.[ch]
6854                 Add function to copy a ScoringProp
6855         * src/prefs_folder_item.c
6856                 Copy scoring rules when copying a folder prefs
6857
6858 2002-11-08 [colin]      0.8.5claws98
6859
6860         * src/folderview.c
6861                 Fixes in case of failure
6862         * src/filtering.[ch]    
6863                 Add function to duplicate a FilteringProp
6864         * src/matcher.[ch]
6865                 Add function to duplicate a MatcherProp
6866         * src/prefs_folder_item.c
6867                 Save folder's processing rules when copying 
6868                 its prefs
6869
6870 2002-11-08 [colin]      0.8.5claws97
6871         
6872         * src/folderview.c
6873                 Sort after move
6874         * src/folder.c 
6875                 Change a printf to debug_print
6876
6877 2002-11-08 [colin]      0.8.5claws96
6878
6879         * src/folder.c
6880           src/folderview.c
6881                 Fix segfaults, call me stupido
6882         
6883
6884 2002-11-08 [colin]      0.8.5claws95
6885
6886         *src/folder.c
6887                 Added forgotten prefs to save when moving folders
6888
6889 2002-11-08 [colin]      0.8.5claws94
6890
6891         * src/folder.c
6892                 Fixes to folder DND (prefs copy)
6893         * src/folderview.c
6894                 Optimization for folder DND (don't rescan whole tree)
6895                 Added folderview_create_folder_node() for this 
6896                 optimization, so de-duped a bit the code
6897         * src/prefs_folder_item.[ch]
6898                 Added prefs_folder_item_copy_prefs()    
6899           
6900 2002-11-08 [paul]       0.8.5claws93
6901
6902         * src/prefs_account.c
6903           tools/README
6904           tools/kmail2sylpheed_v2.pl
6905                 correct some typos
6906
6907 2002-11-08 [paul]       0.8.5claws92
6908
6909         * src/compose.c
6910           src/prefs_account.[ch]
6911                 remove account options 'clearsign' and 'ascii_armored',
6912                 replace with 'default_gnupg_mode' to prevent mixed-mode
6913                 Privacy settings
6914
6915 2002-11-08 [paul]       0.8.5claws91
6916
6917         * src/compose.[ch]
6918                 re-implement GnuPG 'on-the-fly' mode selection,
6919                 disallow mixed-mode
6920
6921 2002-11-08 [colin]      0.8.5claws90
6922
6923         * src/folderview.c
6924           src/prefs_folder_item.c
6925                 Change "Property" to "Properties"
6926
6927 2002-11-07 [colin]      0.8.5claws89
6928
6929         * src/folderview.c
6930           src/folder.c
6931                 Allow folder dropping to a root folder
6932
6933 2002-11-07 [paul]       0.8.5claws88
6934
6935         * src/compose.c
6936                 revert last commit
6937
6938 2002-11-07 [paul]       0.8.5claws87
6939
6940         * src/compose.c
6941                 fix reply-to-list bug. closes bug report
6942                 "[633382] reply-to-list broken in recent cvs"
6943
6944 2002-11-07 [paul]       0.8.5claws86
6945
6946         * src/compose.c
6947                 add a forgotten '#if USE_GPGME ... #endif'
6948
6949 2002-11-07 [paul]       0.8.5claws85
6950
6951         * sync with 0.8.5cvs20
6952                 see ChangeLog 2002-11-07
6953
6954 2002-11-07 [colin]      0.8.5claws84
6955
6956         * src/folder.[ch]
6957                 Change folder_item_move_to to return the newly 
6958                 created folderitem.
6959         * src/folderview.c
6960                 Select the new folderitem after moving.
6961
6962 2002-11-07 [colin]      0.8.5claws83
6963
6964         * src/prefs_filtering.c
6965                 Fix rule rewriting when moving a leaf folder to a 
6966                 shorter path
6967
6968 2002-11-07 [colin]      0.8.5claws82
6969
6970         * src/prefs_filtering.c
6971                 fix a leak
6972
6973 2002-11-07 [colin]      0.8.5claws81
6974
6975         * src/folder.[ch]
6976                 Add folder_item_move_to() function to move a 
6977                 folderitem into another one (updates matcher etc)
6978         * src/folderview.c
6979                 Add folder drag'n drop (context menu to come)
6980                 [Should be dataloss free, but Please backup before 
6981                  trying !]
6982
6983 2002-11-06 [colin]      0.8.5claws80
6984
6985         * src/mh.c
6986                 mh_create_folder() returns NULL if can't create
6987                 directory hierarchy
6988
6989 2002-11-06 [paul]       0.8.5claws79
6990
6991         * src/compose.[ch]
6992                 allow 'on-the-fly' changing of the type of encryption 
6993                 and/or signing used (mime/ascii) via the compose window
6994
6995 2002-11-06 [paul]       0.8.5claws78
6996
6997         * sync with 0.8.5cvs19
6998                 see ChangeLog 2002-11-06 for src/account.c: 
6999                 account_get_special_folder()
7000                 
7001 2002-11-05 [alfons]     0.8.5claws77
7002
7003         * src/crash.c
7004                 very minor cleanups: nothing to see here, move on. :-)
7005
7006 2002-11-05 [colin]      0.8.5claws76
7007
7008         * src/main.c
7009                 Changes choices if compose windows are opened to
7010                 Discard, Draft, Don't quit
7011
7012 2002-11-05 [thorsten]   0.8.5claws75
7013
7014         * src/compose.c
7015                 reenabled default_reply_to folder option
7016
7017 2002-11-05 [colin]      0.8.5claws74
7018
7019         * src/compose.[ch] 
7020                 add compose_draft()
7021         * src/crash.c
7022                 add SIGTERM handler
7023         * src/main.[ch]
7024                 add clean_quit() for the SIGTERM handler
7025
7026 2002-11-05 [paul]       0.8.5claws73
7027         
7028         * po/es.po
7029                 updated by Ricardo Mones Lastra
7030
7031 2002-11-05 [melvin]     0.8.5claws72
7032
7033         * src/logwindow.c
7034                 Fixed log-clipping bug #616795.
7035                 To stop logging in the log window use 0 length.
7036         * src/prefs_common.c
7037                 Added a label to inform about the 0 log length behaviour.
7038
7039 2002-11-05 [paul]       0.8.5claws71
7040
7041         * sync with 0.8.5cvs17
7042                 see ChangeLog 2002-11-05
7043
7044 2002-11-04 [paul]       0.8.5claws70
7045
7046         * sylpheed-128x128.png
7047           sylpheed-64x64.png
7048           sylpheed.png
7049                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7050                 <nikai@users.sourceforge.net>
7051                 
7052         * po/bg.po
7053                 updated by George Danchev
7054
7055 2002-11-03 [thorsten]   0.8.5claws69
7056
7057         * src/main.c
7058           src/mimeview.c
7059           src/rfc2015.h
7060                 add check if gpg is active
7061
7062 2002-11-03 [thorsten]   0.8.5claws68
7063
7064         * src/toolbar.h
7065                 removed GSList declaration causing trouble on MacOS-X
7066                 (submitted by alfons, reported by xfesty)
7067
7068 2002-11-01 [paul]       0.8.5claws67
7069
7070         * src/mainwindow.c
7071                 remove last remnants of main's filter code
7072
7073 2002-11-01 [paul]       0.8.5claws66
7074
7075         * tools/filter_conv.pl
7076                 fix bug where user-defined headers were ignored
7077
7078 2002-11-01 [paul]       0.8.5claws65
7079
7080         * src/logwindow.c
7081                 make a debug_print() not translatable
7082
7083 2002-10-31 [melvin]     0.8.5claws64
7084
7085         * ac/aspell.m4
7086                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7087                 not run any GNU/aspell test.  The dictionary path will
7088                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7089                 was given, in which case, it will be $prefix/lib/aspell/
7090         * configure.in
7091                 Fixed typo in commentary (Aspell code).
7092
7093 2002-10-31 [paul]       0.8.5claws63
7094
7095         * po/POTFILES.in
7096                 remove src/filter.c and src/prefs_filter.c
7097                 thanks to Ricardo for reminding me
7098
7099 2002-10-31 [colin]      0.8.5claws62
7100
7101         * src/mbox_folder.c
7102                 Plug some leaks
7103
7104 2002-10-31 [paul]       0.8.5claws61
7105
7106         * src/prefs_filter.[ch] ** REMOVED **
7107           src/filter.[ch]       ** REMOVED **
7108           
7109         * src/Makefile.am
7110           src/folderview.c
7111           src/inc.c
7112           src/main.c
7113           src/mainwindow.c
7114           src/mbox.c
7115           src/prefs_common.c
7116           src/prefs_filtering.c
7117           src/summaryview.[ch]
7118                 remove main's 'filter' code
7119                 
7120         README.claws
7121                 update to reflect removal of main's filter
7122
7123 2002-10-31 [paul]       0.8.5claws60
7124
7125         * src/summaryview.c
7126                 remove check for global_processing in summary_filter_open(). 
7127                 This fixes the bug where if the user uses the right-click 
7128                 'Create filter rule...' and doesn't have any filter rules 
7129                 already defined in claws' advanced filtering, the newly 
7130                 created filter rule goes to main's filtering which is 
7131                 inaccessible through the gui. Now the filter rule gets added
7132                 to claws' filtering by default.
7133
7134 2002-10-28 [melvin]     0.8.5claws59
7135
7136         * src/prefs_actions.c
7137                 Fixed bug #627322 where MIME parts were not always
7138                 correctly passed to a %p action
7139                 Display an error dialog when message filename is not found.
7140
7141 2002-10-28 [melvin]     0.8.5claws58
7142
7143         * src/prefs_common.c
7144                 Readded a missing function declaration lost in 0.8.3claws34
7145
7146 2002-10-28 [paul]       0.8.5claws57
7147
7148         * sync with 0.8.5cvs15
7149                 see ChangeLog 2002-10-28 and 2002-10-25
7150                 
7151         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7152
7153 2002-10-27 [oliver]     0.8.5claws56
7154
7155         * src/pop.c
7156                 plug leak in pop3_top_recv
7157
7158 2002-10-26 [christoph]  0.8.5claws55
7159
7160         * src/folder.c
7161                 set need_update folder flag when messages are added
7162                 (closes bug [ 626922 ] folder not updated after receiving)
7163
7164 2002-10-25 [melvin]     0.8.5claws54
7165
7166         * src/imageview.c
7167                 Fixed a memleak introduced in the scaling code.
7168
7169 2002-10-24 [alfons]     0.8.5claws53
7170
7171         * src/filtering.c
7172                 make filtering's forward message action forward from the 
7173                 correct account
7174                 (closes bug [628089 ] Filter -> Forward from address problem
7175                 reported by Oktay)
7176
7177 2002-10-24 [christoph]  0.8.5claws52
7178
7179         * src/mainwindow.c
7180         * src/manual.[ch]
7181                 o use manual of current locale or english if current
7182                   locale is not available (and english is available)
7183                 o also link to sylpheed doc project manuals
7184
7185 2002-10-23 [paul]       0.8.5claws51
7186
7187         * tools/README
7188           tools/kmail2sylpheed_v2.pl
7189                 add new version of kmail addressbook importer script.
7190                 works with newer versions of Kmail/KAddressBook which
7191                 have new and rearranged data.
7192
7193 2002-10-23 [martin]     0.8.5claws50
7194
7195         * src/folderview.c
7196         * src/summaryview.c
7197         * src/utils.h
7198         * src/utils.c
7199                 added length parameter to get_abbrev_newsgroup_name()
7200                 changed this function so that it abbreviates the newsgroup
7201                 names only so long it is smaller than the length parameter
7202                 (for better reading of some newsgroup names and space efficiency)
7203
7204 2002-10-22 [colin]      0.8.5claws49
7205
7206         *src/foldersel.c
7207                 Revert Alfons' last modification (after voting ;-))
7208
7209 2002-10-21 [alfons]     0.8.5claws48
7210
7211         * src/foldersel.c
7212                 folder view in folder selection dialog reflects state of
7213                 folder view in main window
7214
7215 2002-10-18 [alfons]     0.8.5claws47
7216
7217         * src/mbox.c
7218                 drop imported messages in folder selected by user,
7219                 and not in the inbox
7220                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7221
7222 2002-10-18 [alfons]     0.8.5claws46
7223
7224         * src/compose.c
7225                 make automagic reply work correctly for email accounts 
7226                 (whether it's viable to do a full sync with Hiro's 
7227                 compose.c is still under discussion)
7228
7229 2002-10-18 [melvin]     0.8.5claws45
7230
7231         * src/prefs_actions.c
7232                 Fixed bug #622275 where asynchroneous actions left 
7233                 zombies processes
7234                 Made (synchroneous) actions' input be displayed live.
7235
7236 2002-10-18 [christoph]  0.8.5claws44
7237
7238         * src/textview.c
7239                 don't add a newline in the textview in front of the
7240                 first textpart if header display is disabled
7241                 (closes bug [ 603385 ] disabled header display leaves blank
7242                  lin)
7243
7244 2002-10-18 [christoph]  0.8.5claws43
7245
7246         * src/folder.[ch]
7247         * src/imap.c
7248         * src/mbox_folder.c
7249         * src/mh.c
7250         * src/news.c
7251                 folder->get_num_list now returns an error code
7252                 (closes bug [ 609424 ] News cache cleared on failure)
7253                 
7254 2002-10-17 [colin]      0.8.5claws42
7255         
7256         * src/news.c
7257                 Changed a printf by debug_print
7258
7259 2002-10-16 [paul]       
7260
7261         * tools/OOo2sylpheed.pl
7262                 allow for spaces in the name of the
7263                 file to be attached.
7264
7265 2002-10-16 [colin]      0.8.5claws41
7266
7267         * src/main.c
7268                 Use a tristate to change online mode
7269
7270 2002-10-16 [paul]       0.8.5claws40
7271
7272         * po/es.po
7273                 updated by Ricardo Mones Lastra
7274
7275 2002-10-16 [colin]      0.8.5claws39
7276
7277         * src/main.c
7278           src/mainwindow.[ch]
7279                 Added --online and --offline command-line
7280                 switches
7281
7282 2002-10-15 [christoph]  0.8.5claws38
7283
7284         * src/procmime.c
7285                 set mimeinfo->name to NULL after g_free to
7286                 avoid double freeing with g_free
7287
7288 2002-10-14 [christoph]  0.8.5claws37
7289
7290         * src/compose.c
7291         * src/filtering.c
7292         * src/summaryview.c
7293                 remove calls to folder->change_flags that are now
7294                 done by procmsg flag functions (seems it is not
7295                 used by any foldertype anyway)
7296         * src/folder.c
7297                 init folder->change_flags with NULL
7298
7299 2002-10-14 [christoph]  0.8.5claws36
7300
7301         * src/folder.[ch]
7302         * src/imap.[ch]
7303                 use virtual functions for folder item new and destroy
7304                 functions
7305
7306 2002-10-14 [melvin]     0.8.5claws35
7307
7308         * src/compose.c
7309                 Added a test to not run the spell checker if no default
7310                 dictionary is available. No dialog is displayed though.
7311
7312 2002-10-14 [melvin]     0.8.5claws34
7313
7314         * src/gtkaspell.c
7315                 Fixed bug in dictionary list context menu where
7316                 "More..." pointed to an emtpy submenu if the
7317                 number of dictionaries is a multiple of 15
7318                 Removed unneeded code in suggestions list creation
7319
7320 2002-10-14 [paul]       0.8.5claws33
7321
7322         * po/bg.po
7323                 updated by George Danchev
7324
7325 2002-10-13 [hoa]        0.8.5claws32
7326
7327         * src/matcher.[ch]
7328           src/matcher_parser_parser.y
7329                 removed the escaped string from internal structure
7330                 of matcher.
7331
7332 2002-10-12 [colin]      0.8.5claws31
7333
7334         * src/gtksctree.[ch]
7335           src/summaryview.c
7336                 Removed useless function gtksctree_reanchor
7337
7338 2002-10-12 [alfons]     0.8.5claws30
7339         
7340         * sync with remaining main changes 2002-10-09 - 2002-10-11
7341         - drop changes to src/compose.c (requires claws specific changes)
7342         
7343 2002-10-12 [alfons]     0.8.5claws29
7344         
7345         * sync with main changes of 2002-10-08
7346         - drop changes to src/compose.c (requires claws specific changes)
7347         - drop changes to src/summaryview.c (requires changes to compose.c)     
7348
7349 2002-10-12 [alfons]     0.8.5claws28
7350         
7351         * sync with main changes of 2002-10-07
7352
7353 2002-10-12 [alfons]     0.8.5claws27
7354
7355         * sync with main changes of 2002-10-04
7356         - drop changes to src/compose.c (requires claws specific changes)
7357         - drop changes to src/prefs_folder_item.c (claws implementation
7358           seems to be working)
7359
7360 2002-10-12 [colin]      0.8.5claws26
7361
7362         * src/mainwindow.c
7363                 Fix folder-flicker when space-reading, introduced 
7364                 in claws22.
7365
7366 2002-10-12 [colin]      0.8.5claws25
7367
7368         * src/compose.c
7369                 Save account address when saving as draft.
7370                 (closes bug 621838)
7371
7372 2002-10-12 [colin]      0.8.5claws24
7373
7374         * src/summaryview.c
7375                 Fix the problem consisting of no message selected
7376                 after the last message in a folder has been moved.
7377
7378 2002-10-12 [paul]       0.8.5claws23
7379
7380         * src/compose.c
7381           src/prefs_template.c
7382           src/template.[ch]
7383                 add Cc and Bcc to templates. Patch submitted by
7384                 John L. Males.
7385
7386 2002-10-12 [colin]      0.8.5claws22
7387
7388         * src/folderview.c
7389                 Fix a bug after "Check for new messages":
7390                 If a folder was opened, it was still selected at
7391                 the end of the check, but displayed empty.
7392         * src/mainwindow.c
7393                 Remove unnecessary check
7394
7395 2002-10-12 [paul]
7396
7397         * tools/README
7398                 be more verbose in the description of
7399                 OOo2sylpheed.pl
7400                 
7401
7402 2002-10-11 [colin]      0.8.5claws21
7403
7404         * src/mainwindow.c
7405                 Make space work (better) when no mail is selected
7406
7407 2002-10-11 [colin]      0.8.5claws20
7408
7409         * src/inc.c
7410           src/news.c
7411                 fix warnings
7412
7413 2002-10-11 [colin]      0.8.5claws19
7414
7415         * src/mainwindow.c
7416                 revert 0.8.5claws6 changes as i couldn't get to
7417                 anything satisfying
7418
7419 2002-10-11 [melvin]     0.8.5claws18
7420
7421         * src/compose.c
7422                 Removed buggy and unused macro (should have been committed in
7423                 0.8.5claws17)
7424
7425 2002-10-11 [melvin]     0.8.5claws17
7426
7427         * src/compose.c
7428                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7429
7430 2002-10-11 [thorsten]   0.8.5claws16 
7431
7432         * src/folderview.c
7433                 remove rescan warning
7434
7435 2002-10-11 [colin]      0.8.5claws15 
7436
7437         * src/procheader.c
7438                 fix a segfault that happens if conv_unmime_header
7439                 fails (should be better to find out why it fails)
7440
7441 2002-10-11 [christoph]  0.8.5claws14
7442
7443         * src/summaryview.c
7444                 update folderview stats after ignore/unignore thread
7445
7446 2002-10-11 [hoa]        0.8.5claws13
7447
7448         * src/quote_fmt_parse.y
7449                 Fixed a yacc/bison syntax error
7450         * src/matcher.c
7451                 Escaping of string is fixed.
7452
7453 2002-10-11 [colin]      0.8.5claws12
7454
7455         * src/imageview.c
7456                 Resize images to fit
7457
7458 2002-10-11 [paul]       0.8.5claws11
7459
7460         * po/es.po
7461                 updated by Ricardo Mones Lastra
7462
7463 2002-10-10 [alfons]     0.8.5claws10
7464
7465         * src/compose.c
7466                 allow dropping files by "moving" files from a file manager,
7467                 not only by the more cumbersome "copying". the latter 
7468                 mostly implies holding down the Control button
7469
7470 2002-10-10 [christoph]  0.8.5claws9
7471
7472         * src/summaryview.c
7473                 update folders after thread building for ignored threads
7474
7475 2002-10-10 [christoph]  0.8.5claws8
7476
7477         * config/.cvsignore
7478                 added Makefile
7479         * src/filtering.[ch]
7480         * src/folder.[ch]
7481         * src/folderview.[ch]
7482         * src/import.c
7483         * src/inc.[ch]
7484         * src/mbox.[ch]
7485         * src/procmsg.c
7486         * src/summaryview.[ch]
7487                 o added new flag need_update to FolderItem
7488                 o removed folder_table from various functions from tracking
7489                   folder updates
7490                 o set need_update flags in folder.c's move, copy and delete
7491                   functions and procmsg's flags functions
7492                 o added function folderview_update_items_when_required that
7493                   updates all folders with need_update set
7494                 o call folderview_update_items_when_required instead of
7495                   folderview_update_item_foreach
7496
7497 2002-10-09 [sergey]     0.8.5claws7
7498
7499         * src/compose.c
7500                 Strip CRs whel loading the text into editor in reedit mode.
7501
7502 2002-10-09 [colin]      0.8.5claws6
7503
7504         * src/mainwindow.c
7505                 Make Space work when no mail is selected
7506
7507 2002-10-09 [colin]      0.8.5claws5
7508
7509         * src/gtksctree.[ch]
7510                 Fix range_select
7511                 Add gtk_sctree_reanchor() 
7512         * src/summaryview.c
7513                 Use gtk_sctree_reanchor() - better fix for 
7514                 bug 60413
7515
7516 2002-10-09 [colin]      0.8.5claws4
7517
7518         * src/summaryview.c
7519                 Fix shift-click select after delete problem
7520                 (closes bug 60413)
7521
7522 2002-10-08 [thorsten]   0.8.5claws3
7523
7524         * src/summaryview.c
7525                 exclude current msg from -hide read messages-
7526
7527 2002-10-08 [colin]      0.8.5claws2
7528
7529         * src/inc.[ch]
7530           src/pop.c
7531           src/recv.c
7532                 Differentiate socket errors from disk full
7533                 errors
7534
7535 2002-10-08 [christoph]  0.8.5claws1
7536
7537         * Makefile.am
7538         * configure.in
7539                 modifications for new config directory
7540
7541         * config.guess  ** REMOVED **
7542         * config.sub    ** REMOVED **
7543         * install-sh    ** REMOVED **
7544         * ltmain.sh     ** REMOVED **
7545         * missing       ** REMOVED **
7546         * mkinstalldirs ** REMOVED **
7547                 these files are autogenerated by automake
7548                 when you run autogen.sh
7549
7550         * config/.cvsignore     ** NEW FILE **
7551         * config/Makefile.am    ** NEW FILE **
7552                 ignore autogenerated files
7553                 create a Makefile in this directory
7554
7555 2002-10-08 [paul]       0.8.5claws
7556
7557         * 0.8.5claws release
7558         
7559         * src/compose.c
7560           src/procheader.c
7561           src/procmsg.c
7562                 fix quote reply format for newsgroups reply bug
7563                 (thanks to Hoa)
7564                 
7565         * po/en_GB.po
7566           po/pl.po
7567                 updated by me and Witold Wladyslaw Wojciech Wilk
7568                 repectively
7569
7570 2002-10-07 [paul]       0.8.3claws53
7571
7572         * po/it.po
7573           po/pt_BR.po
7574           po/sr.po
7575                 updated messages catalogs, submitted by
7576                 Alessandro Maestri, Fabio Jr.Beneditto 
7577                 and Urke MMI, respectively.
7578
7579 2002-10-07 [christoph]  0.8.3claws52
7580
7581         * src/folder.[ch]
7582         * src/folderview.c
7583         * src/mainwindow.c
7584                 fix new folder ghost message bug
7585                 (closes bug [ 619722 ] wrong count for newly created folders)
7586
7587 2002-10-07 [christoph]  0.8.3claws51
7588
7589         * src/compose.c
7590                 fix news posting problem
7591
7592 2002-10-07 [melvin]     0.8.3claws50
7593
7594         * po/fr.po
7595                 Updated French translation
7596
7597 2002-10-05 [christoph]  0.8.3claws49
7598
7599         * src/gtkstext.c
7600                 check if line_start_cache is set in gtk_stext_update_text
7601                 (closes bug [ 618119 ] crash while doing search in folder)
7602
7603 2002-10-05 [christoph]  0.8.3claws48
7604
7605         * src/imap.c
7606         * src/news.c
7607         * src/utils.c
7608         * src/utils.h
7609                 implement cache cleanups for claws' folder system
7610                 (closes bug [ 595916 ] imapcache not cleaned up)
7611
7612 2002-10-05 [melvin]     0.8.3claws47
7613
7614         * src/prefs_actions.c
7615                 Made the help text more clear for the %p token
7616
7617 2002-10-04 [paul]       0.8.3claws46
7618
7619         * sync with 0.8.5
7620                 see ChangeLog 2002-10-02 and 2002-10-03
7621
7622 2002-10-04 [christoph]  0.8.3claws45
7623
7624         * src/inc.c
7625                 fix segfault caused by pop before smtp
7626                 call to inc_account_mail with NULL
7627                 pointer for mainwin
7628
7629 2002-10-04 [paul]       0.8.3claws44
7630
7631         * configure.in
7632                 sync the LDAP detection from 0.8.5cvs1
7633
7634 2002-10-02 [christoph]  0.8.3claws43
7635
7636         * po/de.po
7637                 fix small spelling error
7638
7639 2002-10-02 [melvin]     0.8.3claws42
7640
7641         * ac/aspell.m4
7642                 Behave better and say "no" when test program cannot be run.
7643
7644 2002-10-02 [paul]       0.8.3claws41
7645
7646         * sync with 0.8.4cvs1
7647                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7648                 
7649         * src/summaryview.c
7650                 toggle the behavior of Reply menuitem between
7651                 normal reply and reply-to-list
7652
7653 2002-10-01 [sergey]     0.8.3claws40
7654
7655         * src/compose.c
7656                 Convert newlines in the message text to the canonical form
7657                 before base64 encoding (RFC2045 compliance, fixes some
7658                 interoperability issues with Evolution 1.0.3)
7659
7660 2002-09-29 [colin]      0.8.3claws39
7661
7662         * src/summaryview.c
7663                 Fix an unwanted copy/paste
7664
7665 2002-09-29 [colin]      0.8.3claws38
7666
7667         * src/mainwindow.c
7668                 Renamed "Custom toolbar" to "Customize toolbar"
7669                 Renamed "Show all header" to "Show all headers"
7670                 Renamed "Set diplay item" to "Set displayed items"
7671         * src/prefs_common.c
7672                 Renamed "Show all header" to "Show all headers"
7673         * src/prefs_summary_column.c
7674                 Renamed "diplay item" to "displayed items"
7675
7676 2002-09-29 [colin]      0.8.3claws37
7677
7678         * src/mainwindow.[ch]
7679                 online/offline status pixmaps follow theme
7680                 changes
7681         * src/summaryview.[ch]
7682                 quicksearch pixmap follows theme changes
7683
7684 2002-09-29 [thorsten]   0.8.3claws36
7685
7686         * src/compose.c
7687           src/prefs_folder_item.[ch]
7688                 add default_reply_to folder option (closes patch 581044)
7689
7690 2002-09-29 [christoph]  0.8.3claws35
7691
7692         * acconfig.h    ** REMOVED **
7693         * configure.in
7694         * ac/aspell.m4
7695         * ac/check-type.m4
7696         * ac/gnupg-check-typedef.m4
7697                 fix autoheader 2.50 warning
7698
7699 2002-09-29 [christoph]  0.8.3claws34
7700
7701         * major code cleanup (part 2)
7702         
7703                 - unused variables removed
7704                 - unused functions removed
7705                 - uninitialized variables checked
7706                 - missing return statements added
7707                 - missing function return types added
7708                 - added parentheses around assignment
7709                   when suggested by gcc
7710
7711 2002-09-29 [alfons]     0.8.3claws33
7712
7713         * src/logwindow.c
7714                 log_window_clear(): only bracket gtk_text_forward_delete() 
7715                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7716                 works around GTK text bug)
7717
7718 2002-09-29 [paul]       0.8.3claws32
7719
7720         * po/bg.po
7721           po/sr.po
7722                 updated by George Danchev and Urke MMI
7723                 respectively
7724
7725 2002-09-27 [christoph]  0.8.3claws31
7726
7727         * doc-src/readme.txt
7728         * doc-src/rfc1806.txt   ** REMOVED **
7729         * doc-src/rfc2183.txt   ** NEW FILE **
7730         * doc-src/rfc2980.txt   ** NEW FILE **
7731                 update rfcs
7732
7733 2002-09-27 [melvin]     0.8.3claws30
7734
7735         * ac/aspell.m4
7736                 Fixed typo which could break linking
7737
7738 2002-09-27 [melvin]     0.8.3claws29
7739
7740         * ac/aspell.m4
7741                 Improved GNU/aspell checking. 
7742                 Fixed bug #614490
7743
7744 2002-09-27 [paul]       0.8.3claws28
7745
7746         * sync with 0.8.3cvs8
7747                 see ChangeLog 2002-09-27
7748
7749 2002-09-26 [colin]      0.8.3claws27
7750
7751         * src/toolbar.[ch]
7752           src/mainwindow.[ch]
7753                 Add "Reply to Mailing-list" to the toolbar
7754
7755 2002-09-26 [christoph]  0.8.3claws26
7756
7757         * src/summaryview.c
7758                 Fix wrong message counts in summaryview status
7759
7760 2002-09-26 [paul]       0.8.3claws25
7761
7762         * sync with 0.8.3cvs7
7763                 see ChangeLog 2002-09-26
7764
7765 2002-09-26 [paul]       0.8.3claws24
7766
7767         * sync with 0.8.3cvs6
7768                 see ChangeLog 2002-09-25
7769
7770 2002-09-25 [christoph]  0.8.3claws23
7771
7772         * src/prefs_common.c
7773         * src/prefs_folder_item.c
7774         * src/prefs_scoring.c
7775                 Renamed "kill score" to "hide score" in GUI
7776                 and prefs files
7777
7778 2002-09-25 [paul]       0.8.3claws22
7779
7780         * sync with 0.8.3cvs5
7781                 see ChangeLog 2002-09-24
7782
7783 2002-09-24 [alfons]     0.8.3claws21
7784
7785         patch by Satoshi Nagayasu: allows appending / saving multiple 
7786         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7787         'Save as ...'")
7788
7789         * AUTHORS
7790                 add Satoshi Nagayasu
7791         * src/summaryview.c
7792                 summary_save_as(): allow saving selected files to
7793                 one file
7794                 summary_set_menu_sensitive: enable "Save As..." when
7795                 multiple files are selected
7796         * src/utils.[ch]
7797                 append_file(): new function
7798
7799 2002-09-24 [colin]      0.8.3claws20
7800
7801         * src/procmime.c
7802                 Fix segfault when mimeinfo doesn't have a 
7803                 content_type. 
7804
7805 2002-09-24 [colin]      0.8.3claws19
7806
7807         * src/prefs_common.[ch]
7808                 Add a preference to display send dialog or not
7809         * src/send.c
7810                 Display send dialog according to preference
7811
7812 2002-09-24 [colin]      0.8.3claws18
7813
7814         * src/compose.[ch]
7815                 Disable user actions when sending
7816
7817 2002-09-24 [colin]      0.8.3claws17
7818
7819         * src/procmime.c
7820                 Do not display name or filename for attachments
7821                 with an application/pgp-signature type
7822                 (security flaw, see bug 537413)
7823
7824 2002-09-23 [colin]      0.8.3claws16
7825
7826         * src/editaddress.c
7827                 Initialize entry_email, entry_alias and 
7828                 entry_remarks to first email address of the list
7829
7830 2002-09-23 [colin]      0.83claws15
7831
7832         * src/compose.c
7833                 Drop pgp-signature when reediting a signed queued
7834                 message
7835
7836 2002-09-23 [melvin]     0.8.3claws14
7837
7838         * po/fr.po
7839                 Updated French translation
7840
7841 2002-09-23 [melvin]     0.8.3claws13
7842
7843         * src/mainwindow.c
7844                 Made custom toolbar menu labels more consistent
7845         * src/prefs_toolbar.c
7846                 Made custom toolbar window title more consistent
7847
7848 2002-09-22 [colin]      0.8.3claws12
7849
7850         * src/inc.c
7851                 Initialize session type to normal before getting 
7852                 mail (fixes strange Get behaviour)
7853         * src/prefs_account.h
7854                 Move STYPE_POP_BEFORE_SMTP to last position to 
7855                 avoid other side-effects
7856
7857 2002-09-22 [colin]      0.8.3claws11
7858
7859         * src/prefs_account.c
7860                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7861                 from pop3 to apop or vice-versa
7862
7863 2002-09-22 [colin]      0.8.3claws10
7864         
7865         * src/prefs_account.[ch]
7866                 Add an option for the POP before SMTP timeout
7867         * src/inc.c
7868                 Remember time of last POP connection
7869         * src/send.c
7870                 Do POP before SMTP only if timeout reached
7871
7872 2002-09-22 [oliver]     0.8.3claws9
7873         
7874         * README.claws
7875                 explain custom toolbar
7876
7877 2002-09-22 [oliver]     0.8.3claws8
7878
7879         * src/prefs_actions.[ch]
7880         custom toolbar for compose      
7881                 actions callback from compose toolbar
7882         * src/folderview.c
7883                 remove include toolbar.h
7884
7885 2002-09-22 [oliver]     0.8.3claws7
7886         
7887         * src/prefs_toolbar.[ch]
7888                 custom toolbar for compose
7889                 - generic prefs_toolbar handles both
7890                   Mainwin's toolbar as well as Compose toolbar          
7891
7892 2002-09-22 [oliver]     0.8.3claws6
7893         
7894         * src/toolbar.[ch]
7895                 custom toolbar for compose
7896                 restructure toolbar.[ch]
7897
7898 2002-09-22 [oliver]     0.8.3claws5
7899
7900         * src/compose.[ch]
7901                 custom toolbar for compose
7902
7903 2002-09-22 [oliver]     0.8.3claws4
7904         
7905         * src/mainwindow.[ch]
7906                 custom toolbar for compose 
7907                 move mainwin toolbar back to mainwindow
7908
7909 2002-09-22 [alfons]     0.8.3claws3
7910
7911         * src/procmsg.c
7912                 :%sno/if(/if (/gc
7913                 :%sno/for(/for (/gc
7914                 (beautify)
7915
7916 2002-09-22 [alfons]     0.8.3claws2
7917         
7918         * src/procmsg.c
7919                 procmsg_save_to_outbox(): don't unlink message file from queue;
7920                 callers should do it using folder_item_remove_msg()
7921
7922 2002-09-22 [colin]      0.8.3claws1
7923
7924         * src/mimeview.[ch]
7925                 Made mimeview_check_signature() public
7926         * src/textview.c
7927                 Made GPG signatures verifiable by clicking
7928                 the [application/pgp-signature] in the Text
7929                 view
7930
7931 2002-09-22 [paul]       0.8.3claws
7932
7933         * po/bg.po
7934           po/en_GB.po
7935           po/es.po
7936           po/it.po
7937           po/pl.po
7938           po/pt_BR.po
7939           po/sr.po
7940                 updated translations, submitted by George Danchev,
7941                 me, Ricardo Mones Lastra, Alessandro Maestri,
7942                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7943                 and Urke MMI, respectively.     
7944
7945 2002-09-22 [alfons]     0.8.2claws65
7946
7947         * src/procmsg.c
7948         * src/pgptext.c
7949                 no furry valgrinds have been used to plug these memleaks
7950
7951 2002-09-20 [paul]       0.8.2claws64
7952
7953         * sync with 0.8.3cvs4
7954                 'Select thread' re-implemented 
7955                 see ChangeLog 2002-09-20
7956
7957 2002-09-21 [alfons]     0.8.2claws63
7958
7959         * src/compose.c
7960                 compose_send(): plug unnoticed memleak
7961
7962 2002-09-20 [alfons]     0.8.2claws62
7963
7964         * src/addr_compl.c
7965                 replace_address_in_edit(): strict check for NULL address to
7966                 fix "[ 607348 ] Segfault in address completion". My guess is
7967                 that this happens with an empty address book, but it's good
7968                 to have this check here anyway
7969                 
7970                 completion_window_button_press(): free string returned 
7971                 from the internal cache
7972
7973 2002-09-20 [christoph]  0.8.2claws61
7974
7975         * src/procmime.h
7976                 added ENC_BINARY to EncodingType
7977         * src/procmime.c
7978                 the string returned by procmime_get_encoding_str
7979                 should not depend on the order of values in the
7980                 EncodingType definition
7981         * doc-src/rfc1806.txt   ** NEW FILE **
7982                 Added rfc1806 about MIME Content-Disposition
7983                 Extension
7984
7985 2002-09-19 [paul]       0.8.2claws60
7986
7987         * sync with 0.8.2cvs3
7988                 see ChangeLog 2002-09-19
7989
7990 2002-09-19 [paul]       0.8.2claws59
7991
7992         * src/prefs_folder_item.c
7993                 revert to Darko's original alignment of colour
7994                 selector button
7995                 add a colon to folder_color label
7996                 
7997         * src/compose.c
7998                 add Colin's patch (with Hiro's modifications) to 
7999                 force BASE64 encoding for 8-bit text when signing
8000                 (sync with 0.8.3cvs2)
8001
8002 2002-09-18 [alfons]     0.8.2claws58
8003
8004         * src/compose.c
8005                 :%sno/if(/if (/gc
8006                 :%sno/for(/for (/gc
8007                 (beautify a little bit)
8008
8009 2002-09-18 [christoph]  0.8.2claws57
8010
8011         * src/pine.c
8012                 fix handling of fgetc return value
8013
8014 2002-09-17 [alfons]     0.8.2claws56
8015         
8016         * src/summaryview.c
8017                 summary_sort(): check non-NULL summaryview->folder_item when no 
8018                 folder is selected at all
8019                 (closes "[ 610344 ] sort label make syl Crash")
8020
8021 2002-09-17 [alfons]     0.8.2claws55
8022         
8023         * src/compose.c
8024                 beautify a little bit
8025
8026 2002-09-17 [christoph]  0.8.2claws54
8027
8028         * src/folder.c
8029                 initialize max values for cache and folder
8030                 when cache or folder is empty
8031
8032 2002-09-15 [colin]      0.8.2claws53
8033
8034         * src/compose.c
8035                 Fix a leak (thanks Alfons!) and cleaned
8036                 variables names for custom headers
8037
8038 2002-09-15 [colin]      0.8.2claws52
8039
8040         * src/compose.c
8041                 Fix custom headers recognition when
8042                 prefs_common.trans_hdr is on
8043
8044 2002-09-15 [colin]      0.8.2claws51
8045
8046         * src/compose.c
8047                 Allow dynamically-added custom headers
8048                 Yet not reparsed if reedited
8049
8050 2002-09-15 [alfons]     0.8.2claws50
8051
8052         * src/prefs_account.c
8053                 fix warnings
8054
8055 2002-09-15 [colin]      0.8.2claws49
8056         
8057         * src/prefs_account.c
8058                 fix pop_before_smtp sensitivity
8059
8060 2002-09-15 [colin]      0.8.2claws48
8061
8062         * src/inc.[ch]
8063                 add inc_pop_before_smtp()
8064                 allow MainWindow to be undefined in 
8065                 inc_account_mail() and inc_start()
8066         * src/pop.c
8067           src/prefs_account.h
8068                 add STYPE_POP_BEFORE_SMTP session type
8069         * src/prefs_account.c
8070                 activated pop before smtp option
8071         * src/send.c
8072                 do pop before smtp if the relevant option 
8073                 is set
8074
8075 2002-09-15 [paul]       0.8.2claws47
8076
8077         * sync with 0.8.3
8078                 see ChangeLog 2002-09-15
8079
8080 2002-09-14 [paul]       0.8.2claws46
8081
8082         * po/bg.po
8083                 updated Bulgarian translation, submitted by
8084                 George Danchev
8085
8086 2002-09-13 [paul]       0.8.2claws45
8087
8088         * src/compose.c
8089                 merge claws' select_account() with main's
8090                 (new) compose_select_account(). [sync with
8091                 0.8.2cvs15, see ChangeLog 2002-09-11]
8092
8093 2002-09-12 [christoph]  0.8.2claws44
8094
8095         * src/filter.c
8096                 allocate 1 elements of FolderItem not 0
8097
8098 2002-09-12 [colin]      0.8.2claws43
8099
8100         * src/compose.c
8101                 Fix bug #590825 (obey Follow-up: poster)
8102
8103 2002-09-12 [colin]      0.8.2claws42
8104
8105         * src/procmime.c
8106                 Fix bug #557009 (wrong headers for messages 
8107                 forwarded as attachments)
8108
8109 2002-09-11 [colin]      0.8.2claws41
8110         
8111         * src/compose.c
8112                 Put SCF: pseudo-header on top of message
8113                 Set draft tmp_flag when saved as draft
8114
8115         * src/procmsg.c
8116           src/procheader.c
8117                 Skip after first \n\n for beginning of real message
8118                 for drafts too
8119
8120 2002-09-11 [christoph]  0.8.2claws40
8121
8122         * src/filtering.c
8123                 use procmsg flag functions in filtering or processing
8124                 will cause incorrect folder message counts
8125
8126 2002-09-11 [colin]      0.8.2claws39
8127
8128         * src/compose.c
8129                 Fix bug #550175 - wrong save folder when reediting
8130                 drafts
8131
8132 2002-09-11 [paul]       0.8.2claws38
8133
8134         * sync with 0.8.2cvs14
8135                 see ChangeLog 2002-09-11
8136
8137 2002-09-11 [colin]      0.8.2claws37
8138
8139         * src/folder.c
8140                 Fix a typo (seeming to cause new/unread status to
8141                 be lost)
8142
8143 2002-09-10 [christoph]  0.8.2claws36
8144
8145         * src/compose.c
8146                 compose_redirect should not use compose_generic_new
8147                 because that does more stuff than expected including
8148                 opening the external editor
8149                 (closes bug "[ 526608 ] bounced messages appear blank
8150                  in editor")
8151
8152 2002-09-10 [christoph]  0.8.2claws35
8153
8154         * src/folder.c
8155                 fix problem with too large message number range
8156                 causing a crash in folder_item_scan
8157
8158 2002-09-10 [paul]       0.8.2claws34
8159
8160         * sync with 0.8.2cvs13
8161                 see ChangeLog 2002-09-10
8162
8163 2002-09-10 [christoph]  0.8.2claws33
8164
8165         * src/msgcache.c
8166                 set MsgInfo TmpFlags for queue and draft folders
8167                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8168
8169 2002-09-10 [paul]       0.8.2claws32
8170
8171         * AUTHORS
8172           po/bg.po      ** NEW FILE **
8173                 new Bulgarian translation submitted by
8174                 George Danchev <danchev@spnet.net>
8175                 
8176         * tools/Makefile.am
8177           tools/README
8178           tools/tb2sylpheed     ** NEW FILE **
8179                 add script that converts an addressbook exported
8180                 from The Bat! into a Sylpheed addressbook. Submitted
8181                 by Urke MMI <urke-kg@eunet.yu>
8182
8183 2002-09-10 [paul]       0.8.2claws31
8184
8185         * sync with 0.8.2cvs12
8186                 see ChangeLog 2002-09-10
8187
8188 2002-09-06 [paul]       0.8.2claws30
8189
8190         * src/prefs_common.c
8191                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8192                 
8193         * tools/Makefile.am
8194           tools/README
8195           tools/ldif-to-xml.py  ** REMOVED **
8196                 remove obsolete python script
8197
8198 2002-09-06 [paul]       0.8.2claws29
8199
8200         * sync with 0.8.2cvs10
8201                 see ChangeLog 2002-09-06
8202
8203 2002-09-04 [paul]       0.8.2claws28
8204
8205         * sync with 0.8.2cvs9
8206                 see ChangeLog 2002-08-04
8207
8208 2002-09-04 [colin]      0.8.2claws27 
8209
8210         * src/prefs_common.[ch]
8211                 Added signature color configuration
8212         * src/textview.c
8213                 Use user-specified signature color
8214
8215 2002-09-03 [colin]      0.8.2claws26
8216
8217         * src/prefs_common.[ch]
8218                 Added autosave and autosave_length prefs
8219         * src/compose.c
8220                 Added compose_remove_draft()
8221                 Auto-save drafts according to the prefs
8222         * src/main.c
8223                 Added a crash-indicator file, allowing to check
8224                 for new messages on startup if Sylpheed crashed
8225                 (makes saved drafts "reappear")
8226
8227 2002-09-03 [colin]      0.8.2claws25
8228
8229         * src/textview.[ch]
8230                 Grey the signature
8231
8232 2002-09-03 [paul]       0.8.2claws24
8233
8234         * sync with 0.8.2cvs8
8235                 see ChangeLog 2002-09-02 and 2002-09-03
8236
8237 2002-09-03 [darko]      0.8.2claws23
8238
8239         * src/folderview.c
8240                 use normal style when creating new folder to pick
8241                 proper font size 
8242
8243 2002-09-02 [melvin]     0.8.2claws22
8244
8245         * src/gtkaspell.m4
8246                 removed some obsolete code
8247
8248 2002-09-02 [melvin]     0.8.2claws21
8249
8250         * ac/aspell.m4
8251                 fixed test's equality sign (== to =)
8252
8253 2002-09-02 [alfons]     0.8.2claws20
8254
8255         * src/folder.c
8256         * src/mh.c
8257                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8258                 as folder->destroy virtual as suggested by Hiro
8259                 (the mh.c code seems to have been lost around mh.c.1.21)
8260
8261 2002-09-02 [paul]       0.8.2claws19
8262
8263         * po/pt_BR.po
8264                 updated by Fabio Jr. Beneditto
8265                 
8266         * src/defs.h
8267                 use 'http://claws.sylpheed.org' for homepage link. 
8268                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8269
8270 2002-09-01 [alfons]     0.8.2claws18
8271
8272         * src/mh.c
8273                 plug memleak related to one Martin Kluge found
8274
8275 2002-08-31 [paul]       0.8.2claws17
8276
8277         * sync with 0.8.2cvs6
8278                 see ChangeLog 2002-08-30
8279
8280 2002-08-31 [alfons]     0.8.2claws16
8281
8282         * src/folder.c
8283                 folder_destroy(): remove mailbox from folderlist even if it has
8284                 no destroy virtual
8285
8286 2002-08-31 [alfons]     0.8.2claws15
8287
8288         * src/folder.c
8289                 :%sno/if(/if (/gc
8290                 :%sno/for(/for (/gc
8291                 (being pedantic I know)
8292
8293 2002-08-31 [alfons]     0.8.2claws14
8294
8295         * src/folder.c
8296                 check for NULL pointers returned from folder->fetch_msginfo virtual
8297                 (should solve some reported crashes)
8298
8299 2002-08-30 [alfons]     0.8.2claws13
8300
8301         * acconfig.h
8302         * configure.in
8303         * src/crash.c
8304                 enable crash dialog on compilation time
8305                 (--enable-crash-dialog configure option)
8306
8307 2002-08-30 [alfons]     0.8.2claws12
8308
8309         * AUTHORS
8310                 add Martin Kluge
8311         * src/mh.c
8312                 apply memory leak plug patch by Martin Kluge
8313                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8314                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8315                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8316
8317 2002-08-30 [darko]      0.8.2claws11
8318
8319         * src/folderview.c
8320                 copy Gtk style from normal style to match
8321                 font size for coloured folders
8322
8323 2002-08-29 [alfons]     0.8.2claws10
8324
8325         * sylpheed.desktop
8326                 Type=Internet <- Type=Application
8327                 (reported by Michael Schwendt, see:
8328                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8329                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8330
8331 2002-08-29 [paul]       0.8.2claws9
8332
8333         * sync with 0.8.2cvs5
8334                 see ChangeLog 2002-08-29
8335
8336 2002-08-29 [colin]      0.8.2claws8
8337
8338         * src/summaryview.c
8339                 Added a sanity check in summary_select_thread
8340                 Should fix bug 601605
8341
8342 2002-08-29 [colin]      0.8.2claws7
8343
8344         * src/main.c
8345                 Revert claws6 changes regarding bug #591676
8346
8347 2002-08-28 [colin]      0.8.2claws6
8348         
8349         * src/main.c
8350                 Ignore cache for queue folderitems
8351                 Fix bug #591676
8352
8353 2002-08-28 [melvin]     0.8.2claws5
8354
8355         * README.claws
8356                 Fixed typos.
8357
8358 2002-08-28 [melvin]     0.8.2claws4
8359
8360         * README.claws
8361                 Updated a bit the text concerning the spell checker
8362
8363 2002-08-28 [melvin]     0.8.2claws3
8364
8365         Merged the GNU_aspell_branch:
8366                 Support of new GNU/aspell is now included and the old pspell
8367                 is not supported anymore.
8368                 See README.claws
8369
8370         * README.claws
8371                 Updated spell checker text to reflect the switch to GNU/aspell
8372
8373         * ac/aspell.m4          *** NEW ***
8374         * src/gtkaspell.[ch]    *** NEW *** 
8375         * ac/pspell.m4          *** DELETED *** 
8376         * src/gtkspell.[ch]     *** DELETED ***
8377
8378         * ac/Makefile.am
8379                 Updated for GNU/aspell support
8380
8381         * po/POTFILES.in
8382                 Replaced gtkspell.c by gtkaspell.c
8383
8384         * acconfig.h
8385         * src/Makefile.am
8386         * src/about.c
8387         * src/compose.[ch]
8388         * src/crash.c
8389         * src/main.c
8390         * src/prefs_common.[ch]
8391                 Updated for GNU/aspell support
8392
8393 2002-08-28 [paul]       0.8.2claws2
8394
8395         * sync with 0.8.2cvs4
8396                 see ChangeLog 2002-08-27 and 2002-08-28
8397
8398 2002-08-28 [colin]      0.8.2claws1
8399
8400         * src/summary_search.c
8401                 Added "AND search"
8402
8403 2002-08-28 [jens]       0.8.2claws
8404
8405         *po/de.po
8406                 Updated German translations
8407
8408 2002-08-27 [melvin]     0.8.2claws
8409
8410         * po/fr.po
8411                 Updated French translations
8412
8413 2002-08-27 [paul]       0.8.2claws
8414
8415         * sync with 0.8.2 main release
8416
8417         * po/en_GB.po
8418           po/es.po
8419           po/it.po
8420           po/pl.po
8421           po/pt_BR.po
8422           po/sr.po
8423                 updated message catalogs submitted by
8424                 Ricardo Mones Lastra, Alessandro Maestri,
8425                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8426                 Beneditto and Urke MMI  
8427
8428 2002-08-27 [hoa]        0.8.1claws123
8429
8430         * src/mainwindow.[ch]
8431         * src/summaryview.[ch]
8432                 removed the "filter setting" menu option.
8433                 add a "cancel a news message" menu option.
8434
8435 2002-08-26 [martin]     0.8.1claws122
8436
8437         * ChangeLog.claws
8438                 changed string under 0.8.1claws79 changed by myself
8439                 i'm sorry alfons :(
8440
8441 2002-08-26 [martin]     0.8.1claws121
8442
8443         * src/crash.c
8444                 added kill command to debuggerrc to start crash dialog
8445
8446 2002-08-26 [paul]       0.8.1claws120
8447
8448         * sync with 0.8.1cvs31
8449                 see ChangeLog 2002-08-26
8450
8451 2002-08-25 [alfons]     0.8.1claws119
8452
8453         * src/procmsg.c
8454                 fix bug that didn't send out correct headers to news server
8455                 when sending news article and email from queue (bug reported
8456                 and patch provided by Tim Mann; closes bug 
8457                 "[ 583196 ] 0.7.8claws can't post news")
8458
8459 2002-08-25 [alfons]     0.8.1claws118
8460
8461         * src/selective_download.c
8462                 mark two strings as translatable
8463                 (thanks to Urke MMI for pointing this out)
8464
8465 2002-08-25 [alfons]     0.8.1claws117
8466
8467         * src/summaryview.c
8468                 treat sent boxes as special and allow sorting them by addressee
8469                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8470                 submitted by Steve Lamb)
8471
8472 2002-08-24 [alfons]     0.8.1claws116
8473
8474         * src/matcher.c
8475                 fix memleak reported by Martin Kluge
8476                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8477
8478 2002-08-24 [oliver]     0.8.1claws115
8479
8480         * src/prefs_toolbar.c
8481                 o code cleanup as suggested by Alfons
8482                 o memleak fix
8483
8484 2002-08-24 [alfons]     0.8.1claws114
8485
8486         * src/summaryview.c
8487                 o fix another memory leak reported by Martin Kluge
8488                   (see "[ 599568 ] Small Memory Leak")
8489                 o remove 'from' variable from 'summary_set_header()'; we can
8490                   do with just 'to' 
8491
8492 2002-08-24 [paul]       0.8.1claws113
8493
8494         * sync with 0.8.1cvs30
8495                 see ChangeLog 2002-08-23
8496
8497 2002-08-24 [alfons]     0.8.1claws112
8498
8499         * src/summaryview.c
8500                 remove unnecessary allocations for search bar fixing leaks
8501                 reported by Martin Kluge
8502                 (see "[ 599451 ] Further memory leaks?")
8503
8504 2002-08-24 [alfons]     0.8.1claws111
8505
8506         * src/main.c
8507                 make get_socket_name() public for crash.c
8508         * src/crash.c
8509                 o make report bug button work (goes to claws' 
8510                   bug tracker at sf.net)
8511                 o introduce function for doing important stuff just
8512                   before claws goes down
8513                 o clean up code 
8514
8515 2002-08-24 [alfons]     0.8.1claws110
8516
8517         * src/compose.c
8518                 move cursor to "To" entry when forwarding as attachment
8519                 (reported and solved by Steve Lamb, closes bug report
8520                 "[ 592880 ] Forward as attachment; cursor not in to")
8521
8522 2002-08-24 [colin]      0.8.1claws109
8523
8524         * src/mainwindow.c
8525                 fix quick search visibility after GUI (de)separations.
8526
8527 2002-08-23 [colin]      0.8.1claws108
8528
8529         * src/mainwindow.c
8530                 fix header pane visibility after folderview or
8531                 messageview (de)separation
8532
8533 2002-08-23 [paul]       0.8.1claws107
8534
8535         * src/mainwindow.[ch]
8536           src/toolbar.c
8537                 give full control of display or non-display 
8538                 of the Execute icon to Custom toolbar settings.
8539                 add new sensitivity condition to maninwindow.h: 
8540                 M_DELAY_EXEC
8541
8542         * ChangeLog
8543           ChangeLog.jp
8544           NEWS
8545                 more sync with 0.8.1cvs29
8546
8547 2002-08-23 [melvin]     0.8.1claws106
8548
8549         * src/alertpanel.c
8550                 Readded support for custom widget in alertpanel lost in last
8551                 sync.
8552
8553 2002-08-23 [paul]       0.8.1claws105
8554
8555         * sync with 0.8.1cvs29
8556                 see ChangeLog 2002-08-23
8557
8558 2002-08-23 [colin]      0.8.1claws104
8559
8560         * src/summaryview.c
8561                 Fix folder and search pixmaps exchanging positions
8562                 after theme or toolbar changes. Thank to Oliver for 
8563                 reporting this.
8564
8565 2002-08-23 [colin]      0.8.1claws103
8566
8567         * src/mainwindow.c
8568           src/messageview.[ch]
8569           src/noticeview.[ch]
8570           src/summaryview.c
8571                 Changed messageview_create() and noticeview_create()
8572                 to avoid the last gdk_warning
8573
8574 2002-08-22 [colin]      0.8.1claws102
8575
8576         * src/summaryview.c
8577                 Fix my new `Creating pixmap from xpm' warning
8578
8579 2002-08-22 [colin]      0.8.1claws101
8580
8581         * src/mainwindow.c
8582                 Fix some of the gdk warnings
8583
8584 2002-08-22 [colin]      0.8.1claws100
8585
8586         * src/Makefile.am
8587         * src/stock_pixmap.c
8588         * src/stock_pixmap.h
8589         * src/pixmaps/quicksearch.xpm *ADDED*
8590                 Add the quicksearch pixmap
8591         * src/mainwindow.c
8592         * src/summaryview.c
8593         * src/summaryview.h
8594                 Make quicksearch bar visible/hidden via a button
8595
8596 2002-08-22 [christoph]  0.8.1claws99
8597
8598         * src/folder.c
8599                 fix folder update for newsgroups with message
8600                 numbers below minimum number of articles to fetch
8601                 (closes bug #598445)
8602
8603 2002-08-22 [paul]       0.8.1claws98
8604
8605         * sync with 0.8.1cvs28
8606                 see ChangeLog 2002-08-22
8607
8608 2002-08-21 [alfons]     0.8.1claws97
8609
8610         * src/crash.c
8611                 use bt instead of bt full which seems to work 
8612                 better, and bt full doesn't give a great deal 
8613                 of information anyway
8614
8615 2002-08-21 [colin]      0.8.1claws96
8616
8617         * src/summaryview.c
8618                 fix summaryview_searchtype_changed prototype
8619
8620 2002-08-21 [christoph]  0.8.1claws95
8621
8622         * src/mainwindow.c
8623                 o fix broken menu update for sorting type, we have to
8624                   get this info from the summaryview now
8625                 o removed setting of threaded state in menu callback
8626         * src/summaryview.[ch]
8627                 more summaryview/folderitem seperation for
8628                 threading option
8629         * configure.in
8630                 removed not required --with-compiler-flags option
8631
8632 2002-08-21 [oliver]     0.8.1claws94
8633         
8634         * src/toolbar.h 
8635                 o rename toolbar.xml to toolbar_main.xml
8636                   since toolbar_compose.xml might come up 
8637                   any time soon
8638         * README.claws
8639                 add custom toolbar              
8640
8641 2002-08-21 [darko]      0.8.1claws93
8642
8643         * src/procmsg.c
8644                 don't reset tmp flags for messages copied
8645                 to sent folder
8646
8647 2002-08-21 [colin]      0.8.1claws92
8648         
8649         * src/prefs_filtering.c
8650                 fix renaming rules on folder rename 
8651                 when folder is not a leaf folder
8652
8653 2002-08-21 [paul]       0.8.1claws91
8654
8655         * src/prefs_folder_item.c
8656                 fix alignment of colour selector
8657
8658 2002-08-21 [paul]       0.8.1claws90
8659
8660         * sync with 0.8.1cvs27
8661                 see ChangeLog 2002-08-21
8662
8663 2002-08-21 [paul]       0.8.1claws89
8664
8665         * src/summaryview.c
8666                 fix crash when changing field type in
8667                 Quick search bar
8668
8669 2002-08-21 [colin]      0.8.1claws88
8670
8671         * src/summaryview.c
8672                 Made quick search case-insensitive
8673
8674 2002-08-21 [paul]       0.8.1claws87
8675
8676         * sync with 0.8.1cvs26
8677                 see ChangeLog 2002-08-21
8678
8679 2002-08-20 [christoph]  0.8.1claws86
8680
8681         * src/folderview.c
8682         * src/main.c
8683         * src/summaryview.[ch]
8684                 more summaryview/folderitem seperation for
8685                 sort_key and sort_type
8686         * src/procmsg.c
8687                 added missing return statement
8688
8689 2002-08-20 [colin]      0.8.1claws85
8690
8691         * src/summaryview.[ch]
8692                 Added a quick search box
8693         * src/mainwindow.c
8694         * src/prefs_common.[ch]
8695                 Added a show/hide option for the quick search
8696
8697 2002-08-20 [oliver]     0.8.1claws84
8698         
8699         * src/mainwindow.c
8700                 remove toolbar_create_popups
8701         * src/toolbar.[ch]
8702                 o remove toolbar_create_popups
8703                 o fix toolbar_set_sensitive 
8704                   (Bug reports #596834 and #596832)     
8705         * src/prefs_toolbar.c
8706                 o add "Set default" button
8707                 o align label and text + combo widgets
8708
8709 2002-08-20 [hoa]        0.8.1claws83bis
8710
8711         * src/imap.c
8712                 fixed a bug in imap_fetch_msginfo() in case there is no
8713                 current folder.
8714
8715 2002-08-20 [darko]      0.8.1claws83
8716
8717         * src/folderview.c
8718                 copy the color style of folder view so it
8719                 works with GTK themes
8720
8721 2002-08-20 [darko]      0.8.1claws82
8722
8723         * src/folder.h
8724         * src/folderview.c
8725         * src/prefs_folder_item.[hc]
8726                 don't use UI stuff in folder.h
8727
8728 2002-08-20 [darko]      0.8.1claws81
8729
8730         * src/folder.h
8731         * src/prefs_folder_item.h
8732         * src/folderview.c
8733         * src/prefs_folder_item.c
8734                 ability to set folder color in folderview
8735
8736 2002-08-19 [alfons]     0.8.1claws80
8737
8738         * src/summaryview.c
8739                 fix one of the earlier memleaks reported by Martin Kluge
8740
8741 2002-08-19 [alfons]     0.8.1claws79
8742
8743         * src/mainwindow.c
8744                 hide notice view when selecting seperate folder
8745                 view (reported by Urke MMI)
8746
8747 2002-08-19 [christoph]  0.8.1claws78
8748
8749         * src/folderview.c
8750         * src/prefs_folder_item.h
8751         * src/summaryview.[ch]
8752                 o add summary_set_prefs_from_folderitem to set
8753                   summaryview prefs (first step to remove all
8754                   references to the folderitem in summaryview)
8755                 o moved compiled regex stuff from folderitem prefs
8756                   to summaryview code
8757
8758 2002-08-19 [paul]       0.8.1claws77
8759
8760         * src/compose.c
8761                 add check for '.' to QUOTE_IF_REQUIRED
8762
8763 2002-08-19 [paul]       0.8.1claws76
8764
8765         * src/inc.c
8766                 sync with 0.8.1cvs25 (plug memory leak)
8767
8768         * src/prefs_toolbar.c
8769                 re-order prefs_toolbar_cancel()
8770
8771 2002-08-18 [alfons]     0.8.1claws75
8772
8773         * src/inc.c
8774         * src/matcher.c
8775                 plug other memleaks reported by Martin Kluge
8776
8777 2002-08-18 [paul]       0.8.1claws74
8778
8779         * po/pt_BR.po
8780                 updated by Fabio Jr. Beneditto
8781
8782 2002-08-18 [paul]       0.8.1claws73
8783
8784         * src/toolbar.[ch]
8785                 fix bug where tooltips were displayed untranslated              
8786
8787         * src/prefs_toolbar.c
8788                 fix bug where clicking 'Cancel' creates an icon & text
8789                 toolbar regardless of prefs
8790         
8791
8792 2002-08-17 [oliver]     0.8.1claws72
8793
8794         * src/prefs_toolbar.c
8795                 update toolbar on CANCEL
8796                 bug reported by Martin Kluge
8797         * src/toolbar.c
8798                 toolbar_destroy memleak fixed           
8799
8800 2002-08-17 [alfons]     0.8.1claws71
8801
8802         * src/toolbar.c
8803                 plug another memleak reported by Martin Kluge
8804
8805 2002-08-16 [alfons]     0.8.1claws70
8806
8807         * src/crash.c
8808                 use execvp() correctly (suggested by wwp; thanks!)
8809
8810 2002-08-16 [alfons]     0.8.1claws69
8811
8812         * src/gtksctree.c
8813                 plug memory leak reported by Kim Schultz & Martin Kluge
8814
8815 2002-08-16 [paul]       0.8.1claws68
8816
8817         * po/es.po
8818                 updated by Ricardo Mones Lastra
8819
8820 2002-08-16 [paul]       0.8.1claws67
8821
8822         * src/toolbar.h
8823                 fix bug where 'Compose News' icon showed wrong
8824                 tooltip
8825
8826 2002-08-16 [paul]       0.8.1claws66
8827
8828         * sync with 0.8.1cvs24
8829                 see ChangeLog 2002-08-16
8830
8831         * po/it.po
8832                 updated by Alessandro Maestri
8833
8834 2002-08-15 [paul]       0.8.1claws65
8835
8836         * po/sr.po
8837                 updated by Urke MMI
8838
8839 2002-08-15 [paul]       0.8.1claws64
8840
8841         * src/*.c
8842                 don't translate debug info
8843
8844         * src/matcher.[ch]
8845                 add copyright info
8846
8847 2002-08-15 [paul]       0.8.1claws63
8848
8849         * src/prefs_toolbar.c
8850                 fix bug where clicking 'OK' creates an icon & text
8851                 toolbar regardless of prefs
8852
8853 2002-08-14 [alfons]     0.8.1claws62
8854
8855         * src/main.c
8856                 add global var that has the full argv[0]
8857         * src/crash.c
8858                 o execvp the correct sylpheed by using argv0
8859                   and setting the correct work dir
8860                 o other tweaks  
8861
8862 2002-08-14 [oliver]     0.8.1claws61
8863         
8864         * enable/disable Toolbar Action Buttons 
8865         * code cleanups
8866         * src/mainwindow.c
8867         * src/toolbar.[ch]      
8868         * src/prefs_toolbar.c   
8869
8870 2002-08-14 [melvin]     0.8.1claws60
8871
8872         * po/fr.po
8873                 Updated French translations
8874
8875 2002-08-14 [melvin]     0.8.1claws59
8876
8877         * src/crash.c
8878                 Made bug report not translatable
8879         * src/exporthtml.c
8880                 Fixed exporthtml_build_filespec() return value
8881         * src/foldersel.c
8882                 Fixed incorrect include file
8883         * src/gtkspell.c
8884         * src/prefs_actions.c
8885         * src/prefs_toolbar.c
8886                 Made debug info not translatable
8887         * src/mutt.c
8888         * src/quote_fmt.c
8889                 Added missing includes
8890         * src/prefs_common.c
8891                 Fixed typo
8892
8893 2002-08-14 [paul]       0.8.1claws58
8894
8895         * faq/es/sylpheed-faq.html
8896           faq/es/sylpheed-faq-[1-3].html
8897           faq/es/sylpheed-faq-4.html     **NEW FILE **
8898                 update Spanish FAQ
8899
8900 2002-08-13 [christoph]  0.8.1claws57
8901
8902         * src/procmsg.c
8903                 ignore thread fix that did not mark all
8904                 child nodes of a ignored thread as
8905                 ignored. Does not work perfectly yet,
8906                 but it is better now
8907
8908 2002-08-13 [alfons]     0.8.1claws56
8909
8910         * src/crash.c
8911                 o implement 'save crash log'
8912                 o some tweaks
8913
8914 2002-08-13 [melvin]     0.8.1claws55
8915
8916         * src/main.c
8917                 removed unrequired "execinfo.h" header
8918
8919 2002-08-12 [paul]       0.8.1claws54
8920
8921         * faq/en/sylpheed-faq.html
8922           faq/en/sylpheed-faq-[1-3].html
8923           faq/en/sylpheed-faq-4.html     **NEW FILE **
8924                 update English FAQ
8925
8926 2002-08-12 [alfons]     0.8.1claws53
8927
8928         * po/POTFILES.in
8929                 add crash.c to translatables
8930         * src/crash.c
8931                 bring in Leandro's crash dialog
8932
8933 2002-08-11 [alfons]     0.8.1claws52
8934
8935         * src/crash.c
8936                 clean up some warnings
8937
8938 2002-08-11 [alfons]     0.8.1claws51
8939
8940         * acconfig.h
8941         * configure.in
8942         * src/crash.[ch]        ** NEW FILES **
8943         * src/main.c            
8944                 initial gdb crash handler
8945
8946 2002-08-11 [paul]       0.8.1claws50
8947
8948         * src/prefs_toolbar.c
8949                 replace Up/Down arrow pixmaps with text to be
8950                 consistent across icon themes
8951
8952 2002-08-11 [paul]       0.8.1claws49
8953
8954         * src/prefs_common.c
8955           src/prefs_toolbar.c
8956                 rename 'Pixmap' -> 'Icon'
8957
8958         * src/toolbar.[ch]
8959                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8960
8961 2002-08-10 [paul]       0.8.1claws48
8962
8963         * src/prefs_toolbar.c
8964                 re-work the UI
8965
8966 2002-08-10 [paul]       0.8.1claws47
8967
8968         * src/main.c
8969                 don't write Processing progress to status bar
8970                 patch submitted by Alexander Evseev
8971
8972         * src/prefs_toolbar.c
8973                 re-position and resize window
8974                 make window assume correct size on first call
8975
8976 2002-08-10 [paul]       0.8.1claws46
8977
8978         * src/mainwindow.c
8979           src/prefs_toolbar.c
8980           src/toolbar.c
8981           src/toolbar.h
8982                 obey coding style
8983                 follow UI text conventions
8984
8985 2002-08-10 [alfons]     0.8.1claws45
8986
8987         * src/toolbar.c
8988                 correct pixmap for delete action
8989
8990 2002-08-10 [paul]       0.8.1claws44
8991
8992         * po/pt_BR.po
8993                 updated by Fabio Jr. Beneditto
8994
8995 2002-08-10 [paul]       0.8.1claws43
8996
8997         * po/POTFILES.in
8998                 add custom toolbar files
8999
9000 2002-08-10 [paul]       0.8.1claws42
9001
9002         * sync with 0.8.1cvs22
9003                 see ChangeLog 2002-08-09
9004
9005 2002-08-09 [paul]       0.8.1claws41
9006
9007         * tools/Makefile.am
9008           tools/README
9009           tools/outlook2sylpheed.pl     ** NEW FILE **
9010                 add script to convert exported Outlook
9011                 contacts list to a Sylpheed addressbook.
9012                 Submitted by Ricardo Mones Lastra.
9013
9014 2002-08-09 [paul]       0.8.1claws40
9015
9016         * AUTHORS
9017           configure.in
9018           po/sr.po      ** NEW FILE **
9019                 add Serbian message catalog. Submitted by
9020                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9021
9022 2002-08-09 [paul]       0.8.1claws39
9023
9024         * sync with 0.8.1cvs21
9025                 see ChangeLog 2002-08-08
9026
9027 2002-08-08 [oliver]     0.8.1claws38
9028
9029         * src/mainwindow.c
9030                 move Custom Toolbar to Configuration menu
9031
9032 2002-08-08 [oliver]     0.8.1claws37
9033
9034         * src/prefs_toolbar.c
9035                 fix substitute pixmap bug
9036
9037 2002-08-08 [paul]       0.8.1claws36
9038
9039         * sync with 0.8.1cvs19
9040                 see ChangeLog 2002-08-08
9041
9042 2002-08-07 [christoph]  0.8.1claws35
9043
9044         * src/utils.c
9045                 fixed a memory leak in new canonicalize_file_replace
9046
9047 2002-08-07 [christoph]  0.8.1claws34
9048
9049         * src/utils.[ch]
9050                 o canonicalize_file_replace should create the temporary
9051                   file in the same directory as the original file.
9052                 o added get_tmpfile_in_dir that creates a temorary file
9053                   in a specified directory.
9054
9055 2002-08-07 [melvin]     0.8.1claws33
9056
9057         * src/toolbar.c
9058                 fixed bug where 'Article' button acted as 'Email' button.
9059
9060 2002-08-07 [paul]       0.8.1claws32
9061
9062         * sync with 0.8.1.cvs17
9063                 see ChangeLog 2002-08-07
9064
9065 2002-08-07 [colin]      0.8.1claws31
9066         
9067         * src/news.c
9068                 fix mass-cancel problem
9069
9070 2002-08-07 [thorsten]   0.8.1claws30
9071
9072         * src/prefs_toolbar.c
9073                 fix: crash on replace or add new button
9074         * src/toolbar.c
9075                 fix: close xmlfile after reading
9076         * src/utils.c
9077                 fix: unlink() file before rename()
9078
9079 2002-08-06 [paul]       0.8.1claws29
9080
9081         * sync with 0.8.cvs15
9082                 see ChangeLog 2002-08-06
9083
9084 2002-08-06 [oliver]     0.8.1claws28
9085
9086         * src/toolbar.c
9087         * src/prefs_toolbar.c
9088                 fixed empty toolbar issue
9089
9090 2002-08-06 [oliver]     0.8.1claws27
9091
9092         * Custom Toolbar Final 
9093         * src/folderview.c
9094         * src/inc.c
9095         * src/summaryview.c
9096                 o toolbar stuff now lives in src/toolbar.[ch]
9097                 o main_window_toolbar_* functions are renamed to
9098                   toolbar_* reflecting their new source file
9099         * src/mainwindow.[ch]
9100                 o remove toolbar stuff  
9101
9102 2002-08-06 [oliver]     0.8.1claws26
9103         
9104         * src/Makefile.am
9105         * src/prefs_toolbar.[ch]        **New File**
9106         * src/toolbar.[ch]              **New File**
9107                 o prefs_toolbar.[ch] custom toolbar frontend
9108                 o toolbar.[ch]       backend 
9109
9110 2002-08-06 [oliver]     0.8.1claws25
9111
9112         * src/prefs_actions.[ch]
9113                 o new exported function actions_execute
9114
9115 2002-08-06 [paul]       0.8.1claws24
9116
9117         * sync with 0.8.1cvs4
9118                 see ChangeLog 2002-08-06
9119
9120 2002-08-06 [paul]       0.8.1claws23
9121
9122         * sync with 0.8.1cvs13
9123                 see ChangeLog 2002-08-06
9124
9125 2002-08-06 [paul]       0.8.1claws22
9126
9127         * sync with 0.8.1cvs12
9128                 see ChangeLog 2002-08-05 and 2002-08-06
9129
9130 2002-08-06 [match]      0.8.1claws21
9131
9132         * src/addrclip.c
9133                 improvements to cut/copy/paste address
9134
9135 2002-08-05 [match]      0.8.1claws20
9136
9137         * src/addritem.[ch]
9138         * src/addrcache.c
9139         * src/addrbook.c
9140         * src/editaddress.c
9141         * src/addressbook.c
9142                 fixes to improve cut/copy/paste
9143
9144 2002-08-06 [melvin]     0.8.1claws19
9145
9146         * src/account.[ch]
9147                 account_find_all_from_address(): new function that returns the
9148                 list of all accounts that are matched in an address.
9149         * src/alertpanel.[ch]
9150                 alertpanel() now accepts a custom widget
9151                 alertpanel_with_widget(): new function that pops up a panel with
9152                 a custom widget in it 
9153         * src/gtkutils.[ch]
9154                 gtkut_account_menu_new(): new function that allows the selection
9155                 of an account from a list of accounts.
9156         * src/messageview.c
9157                 Extended Return Receipt notification to select the correct 
9158                 account and to make a security test on the Delivery-Notification
9159                 address which should be the same as the Return-Path.
9160
9161 2002-08-06 [thorsten]   0.8.1claws18
9162
9163         * src/mimeview.c
9164                 attach_all: save unnamed as "noname.%d",
9165                 dont free static dirname
9166
9167 2002-08-05 [alfons]     0.8.1claws17
9168
9169         * configure.in
9170                 detect XIM by trying to link rather than compile a XIM program
9171
9172 2002-08-05 [oliver]     0.8.1claws16
9173                 
9174         * src/stock_pixmap.[ch]
9175                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9176                 o new func to retrieve pixmaps
9177
9178 2002-08-05 [paul]       0.8.1claws15
9179
9180         * sync with 0.8.1cvs10
9181                 see ChangeLog 2002-08-05
9182
9183 2002-08-04 [alfons]     0.8.1claws14
9184
9185         * src/textview.c
9186                 see if this plugs memleak
9187
9188 2002-08-04 [melvin]     0.8.1claws13
9189
9190         * src/gtkspell.c
9191                 fixed bug that could crash Sylpheed when highlighting
9192                 all misspelled words.
9193
9194 2002-08-03 [melvin]     0.8.1claws12
9195
9196         * src/prefs_actions.c
9197                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9198         * src/messageview.c
9199                 fixed bug where the Return Receipt was sent to
9200                 Delivery-Notification-To address even if it was not present
9201
9202 2002-08-02 [alfons]     0.8.1claws11
9203
9204         * src/prefs_actions.c
9205                 o more check for NULLs
9206                 o put create_io_dialog() in right conditional block
9207
9208 2002-08-02 [paul]       0.8.1claws10
9209
9210         * po/es.po
9211                 updated by Ricardo Mones Lastra
9212
9213 2002-08-01 [christoph]  0.8.1claws9
9214
9215         * src/folder.c
9216                 don't free the cache of the opened
9217                 folder in the summaryview
9218         * src/summaryview.c
9219                 don't unset flags, if it is not required
9220
9221 2002-08-01 [paul]       0.8.1claws8
9222
9223         * sync with 0.8.1cvs8
9224                 see ChangeLog entry 2002-08-01
9225
9226 2002-08-01 [paul]       0.8.1claws7
9227
9228         * sync with 0.8.1cvs7
9229                 see ChangeLog 2002-07-31 and 2002-08-01
9230
9231 2002-07-31 [christoph]  0.8.1claws6
9232
9233         * src/mainwindow.c
9234                 forgot to update menu sensitivity
9235                 function for new menu entry
9236
9237 2002-07-31 [alfons]     0.8.1claws5
9238
9239         * src/main.c
9240                 check folder item and its path for NULL on
9241                 initial processing
9242
9243 2002-07-31 [christoph]  0.8.1claws4
9244
9245         * src/folder.c
9246                 check if folder_item_get_msginfo in
9247                 folder_item_remove_msg returned NULL
9248         * src/imap.c
9249                 better clear the uid cache in the
9250                 uid validity check function and delete
9251                 cached messages
9252
9253 2002-07-31 [paul]       0.8.1claws3
9254
9255         * man/sylpheed.1
9256                 add the '--attach' option and a few other
9257                 minor changes
9258
9259 2002-07-31 [paul]       0.8.1claws2
9260
9261         * sync with 0.8.1cvs5
9262                 see ChangeLog 2002-07-31
9263
9264 2002-07-31 [christoph]  0.8.1claws1
9265
9266         * src/folderview.[ch]
9267         * src/mainwindow.c
9268                 replace "Rescan all folders..." with
9269                 "Check all folders for new messages..."
9270
9271 2002-07-30 [paul]       0.8.1claws
9272
9273         * version 0.8.1claws released
9274
9275 2002-07-30 [paul]       0.8.0claws29
9276
9277         * tools/OOo2sylpheed.pl ** NEW FILE **
9278           tools/README
9279                 add script to enable sending documents as
9280                 attachments from OpenOffice.org
9281
9282 2002-07-30 [melvin]     0.8.0claws28
9283
9284         * src/prefs_actions.c
9285                 Made the actions' input/output dialog display
9286                 without delay.
9287
9288 2002-07-30 [christoph]  0.8.0claws27
9289
9290         * src/procmsg.c
9291                 check if folder_item_get_msginfo in
9292                 procmsg_save_to_outbox returned NULL
9293
9294 2002-07-30 [paul]       0.8.0claws26
9295
9296         * sync with 0.8.1cvs4
9297                 see ChangeLog 2002-07-29
9298
9299 2002-07-29 [thorsten]   0.8.0claws25
9300
9301         * README.claws
9302                 added selective download, delete on server
9303
9304 2002-07-29 [paul]       0.8.0claws24
9305
9306         * sync with 0.8.1cvs3
9307                 see ChangeLog 2002-07-29
9308
9309 2002-07-27 [christoph]  0.8.0claws23
9310
9311         * src/folder.c
9312                 add extra check if fetching the msginfo
9313                 returned NULL
9314
9315 2002-07-27 [paul]       0.8.0claws22
9316
9317         * sync with 0.8.1cvs2
9318                 see ChangeLog 2002-07-26
9319
9320 2002-07-27 [christoph]  0.8.0claws21
9321
9322         * src/imap.c
9323                 add another check if a valid msginfo
9324                 was returned
9325
9326 2002-07-26 [hoa]        0.8.0claws20
9327
9328         * src/folder.c
9329                 Fixed a condition in folder_item_destroy()
9330
9331         * src/imap.c
9332                 Fixed an error in IMAP protocol
9333
9334 2002-07-26 [alfons]     0.8.0claws19
9335
9336         * src/folder.c
9337                 ofcourse compare with identifier, not the path
9338
9339 2002-07-26 [alfons]     0.8.0claws18
9340
9341         * src/folder.c
9342                 use folder item identifier for saving / restoring
9343                 preferences because folder->path might not be unique
9344
9345 2002-07-26 [melvin]     0.8.0claws17
9346
9347         * src/logwindow.c
9348                 Fixed a crash introduced in 0.8.0claws5 when log is 
9349                 cut under 80 characters.
9350
9351 2002-07-26 [paul]       0.8.0claws16
9352
9353         * sync with 0.8.1cvs1
9354                 see ChangeLog 2002-07-26
9355
9356 2002-07-26 [christoph]  0.8.0claws15
9357
9358         * src/imap.[ch]
9359                 imap folder now remembers the last selected
9360                 folder and imap_fetch_msginfo skips selecting
9361                 the folder if it is already selected
9362
9363 2002-07-26 [christoph]  0.8.0claws14
9364
9365         * src/folder.c
9366         * src/folderview.c
9367         * src/imap.c
9368                 fix imap folder rescanning
9369
9370 2002-07-25 [christoph]  0.8.0claws13
9371
9372         * src/filter.c
9373         * src/folder.[ch]
9374         * src/folderview.c
9375         * src/imap.[ch]
9376         * src/mainwindow.c
9377         * src/mbox_folder.c
9378         * src/mh.c
9379         * src/news.c
9380                 implement imap uid cache and uid validity check
9381
9382 2002-07-25 [alfons]     0.8.0claws12
9383
9384         * src/summaryview.c
9385                 fix a brown paper bag bug, and also add some more
9386                 checks
9387
9388 2002-07-25 [christoph]  0.8.0claws11
9389
9390         * src/folder.c
9391                 don't mix copy, fetch_msginfo and remove
9392                 operations in folder item copy and move
9393                 operations
9394
9395 2002-07-25 [christoph]  0.8.0claws10
9396
9397         * src/folderview.c
9398         * src/mainwindow.c
9399         * src/prefs_folder_item.c
9400         * src/summaryview.[ch]
9401                 remove no longer required parameter update_cache from
9402                 summary_show
9403
9404 2002-07-25 [paul]       0.8.0claws9
9405
9406         * sync with 0.8.1
9407         
9408         * AUTHORS
9409                 a few corrections
9410
9411 2002-07-24 [alfons]     0.8.0claws8
9412
9413         * src/summaryview.c
9414                 sort correctly when using simplified subject line
9415                 (closes feature request "[ 585141 ] applying regexp to subject 
9416                 before sort" submitted by Alexandra Walford)
9417
9418 2002-07-24 [paul]       0.8.0claws7
9419
9420         * sync with 0.8.0cvs3
9421                 see ChangeLog 2002-07-24
9422
9423 2002-07-23 [christoph]  0.8.0claws6
9424
9425         * src/folder.c
9426         * src/folder.h
9427         * src/summaryview.c
9428         * src/summaryview.h
9429         * src/main.c
9430                 o separate processing and summaryview
9431                 o removed summary_write_cache from summaryview
9432                 o removed summaryview->killed_messages, because we don't have
9433                   to keep a list of killed messages anymore. New cache will
9434                   keep the hidden messages in cache anyway
9435         * src/folderview.c
9436         * src/inc.c
9437         * src/selective_download.c
9438                 o removed unnecessary summary_write_cache calls
9439         * src/procmsg.c
9440                 o don't set ignore thread flag in procmsg_get_thread_tree
9441                   if it is already set
9442         * src/mainwindow.c
9443         * src/statusbar.h
9444                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9445                   they are used in different files
9446
9447 2002-07-23 [melvin]     0.8.0claws5
9448
9449         * src/addressbook.c
9450         * src/addrgather.c
9451         * src/editaddress.c
9452         * src/editgroup.c
9453         * src/editldap_basedn.c
9454         * src/importldif.c
9455         * src/prefs_common.c
9456                 Fixed few memory leak (gtk_editable_get_chars returns
9457                 an allocated string)
9458         * src/logwindow.c
9459                 Fixed few memory leak (gtk_editable_get_chars returns
9460                 an allocated string) and modified a little the log cutting
9461                 loop.
9462         * src/compose.c
9463                 Replaced a call to an obsolete function gtk_entry_get_text()
9464                 by gtk_editable_get_chars()
9465         * src/send.c
9466                 Removed a debug printf
9467
9468 2002-07-23 [christoph]  0.8.0claws4
9469
9470         * src/filesel.c
9471                 fix another g_dirname memory leak
9472
9473 2002-07-23 [christoph]  0.8.0claws3
9474
9475         * src/mh.c
9476                 fixed a memory leak in mh_fetch_msginfo
9477                 fixed crash when message header could not be
9478                 parsed
9479
9480 2002-07-23 [paul]       0.8.0claws2
9481
9482         * sync with 0.8.0cvs2
9483                 see ChangeLog 2002-07-23
9484
9485 2002-07-23 [paul]       0.8.0claws1
9486
9487         * sync with 0.8.0cvs1
9488                 see ChangeLog 2002-07-23
9489
9490 2002-07-23 [paul]       0.8.0claws
9491
9492         * release of 0.8.0claws
9493
9494 2002-07-23 [paul]       0.7.8claws99
9495
9496         * po/ru.po
9497                 new Russian translation, submitted by
9498                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9499
9500 2002-07-22 [jens]       0.7.8claws98
9501
9502         * po/de.po
9503                 Updated German translations.
9504
9505 2002-07-22 [paul]       0.7.8claws97
9506
9507         * po/es.po
9508           po/it.po
9509           po/nl.po
9510           po/pt_BR.po
9511                 updated translations by Ricardo Mones Lastra,
9512                 Alessandro Maestri, Wilbert Berendsen and 
9513                 Fabio Jr. Beneditto respectively
9514
9515 2002-07-22 [christoph]  0.7.8claws96
9516
9517         * src/mimeview.c
9518                 fix memory leak caused by wrong g_dirname usage
9519
9520 2002-07-22 [christoph]  0.7.8claws95
9521
9522         * src/summaryview.c
9523                 update new and unread message counts for summaryview
9524                 summaryview does not get it from the folder anymore
9525                 and has to update the values itself
9526
9527 2002-07-22 [melvin]     0.7.8claws94
9528
9529         * po/fr.po
9530                 Updated French translations.
9531
9532 2002-07-22 [christoph]  0.7.8claws93
9533
9534         * src/matcher.c
9535                 set prop->preg pointer to NULL or following check
9536                 will not fail and regexec will be called with
9537                 invalid pointer
9538
9539 2002-07-21 [alfons]     0.7.8claws92
9540         
9541         * src/prefs_common.[ch]
9542                 remove option "Send return receipt on request"
9543
9544 2002-07-21 [thorsten]   0.7.8claws91
9545
9546         * src/mimeview.c
9547                 fixed memleaks, coding style as pointed out by alfons
9548
9549 2002-07-21 [alfons]     0.7.8claws90
9550
9551         * src/messageview.c
9552         * src/noticeview.[ch]
9553                 o fix bug notice view being displayed when going to empty folder 
9554                   (noticed by Christoph)
9555                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9556                   (noticed by Thorsten)
9557
9558 2002-07-21 [thorsten]   0.7.8claws89
9559
9560         * src/mimeview.c
9561                 Included save_all patch from Xaview FACQ
9562                 added support for pathnames
9563
9564 2002-07-21 [alfons]     0.7.8claws88
9565
9566         * po/POTFILES.in
9567         * src/Makefile.am
9568         * src/mainwindow.c
9569         * src/messageview.[ch]
9570         * src/noticeview.c      ** NEW FILE **
9571         * src/noticeview.h      ** NEW FILE **
9572                 make return receipts work again
9573                 (UI idea by Leandro Pereira)
9574
9575 2002-07-21 [paul]       0.7.8claws87
9576
9577         * src/summaryview.c
9578                 fix sensitivity of 'Select thread'
9579
9580 2002-07-21 [paul]       0.7.8claws86
9581
9582         * src/prefs_common.c
9583                 add browser command line for Galeon
9584
9585 2002-07-21 [paul]       0.7.8claws85
9586
9587         * Makefile.am
9588                 fix 'EXTRA_DIST': remove README.README, add TODO
9589                 and TODO.claws
9590
9591 2002-07-21 [alfons]     0.7.8claws84
9592
9593         * src/gtkstext.c
9594                 make enter clear selection
9595                 (closes "[ 579888 ] Editor selection/entry error"
9596                 reported by Steve Lamb)
9597
9598 2002-07-21 [alfons]     0.7.8claws83
9599         
9600         * src/summaryview.c
9601                 sort message list when selecting unthread messages
9602                 (closes "[ 501593 ] switching threaded view doesn't sort"
9603                 reported by Simon Schubert)
9604
9605 2002-07-20 [alfons]     0.7.8claws82
9606         
9607         * src/matcher.c
9608                 const-correctness
9609
9610 2002-07-20 [thorsten]   0.7.8claws81
9611
9612         * src/matcher.c
9613                 Fixed expansion of empty fields in matchactions
9614
9615 2002-07-19 [melvin]     0.7.8claws80
9616
9617         * src/gtkspell.c
9618                 Removed a duplicate menu entry (fast mode) introduced during
9619                 the new cache merge
9620                 Added a menu separator between 'Use alternate' and 'Fast mode'
9621
9622 2002-07-19 [paul]       0.7.8claws79
9623
9624         * tools/Makefile.am
9625           tools/README
9626                 correct typos
9627
9628 2002-07-19 [thorsten]   0.7.8claws78
9629
9630         * tools/calypso_convert.pl      ** NEW FILE **
9631           tools/README
9632           tools/Makefile.am
9633                 script to import mbox files exported
9634                 by calypso
9635                 o generates folder structure
9636                 o includes attachments
9637
9638 2002-07-19 [melvin]     0.7.8claws77
9639
9640         * src/selective_download.[ch]
9641                 Fixed bug where closing the dialog with the window manager's
9642                 close button will not unlock the summary
9643                 Corrected some function declarations that missed a return value
9644                 Made the source code comply better with coding style.
9645         * src/prefs_common.c
9646                 Added new browser command line for Mozilla.
9647
9648 2002-07-18 [paul]       0.7.8claws76
9649
9650         * src/mainwindow.c
9651           src/selective_download.[ch]
9652                 reflect theme changes, fix Gdk Warning when creating 
9653                 pixmap from NULL window, and minor clean up.
9654                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9655
9656         * po/en_GB.po
9657                 updated
9658
9659 2002-07-17 [paul]       0.7.8claws75
9660
9661         * INSTALL[.jp]
9662                 sync with 0.8.0
9663         
9664         * po/en_GB.po
9665                 updated
9666
9667 2002-07-16 [paul]       0.7.8claws74
9668
9669         * tools/filter_conv.pl
9670           tools/README
9671                 replace conversion script with reimplemented version, 
9672                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9673
9674 2002-07-16 [colin]      0.7.8claws73
9675
9676         * src/summaryview.c
9677                 remove forgotten debug messages - sorry ;-)
9678
9679 2002-07-16 [colin]      0.7.8claws72
9680
9681         * src/mimeview.c
9682           src/summaryview.c
9683           src/textview.c
9684           src/textview.h
9685                 add the ability to select part of a text mime-part 
9686                 to reply.
9687
9688 2002-07-15 [christoph]  0.7.8claws71
9689
9690         * src/folder.c
9691                 fix folder message count for folders without
9692                 msg_is_changed (includes news folders)
9693
9694 2002-07-15 [martin]     0.7.8claws70
9695
9696         * src/summaryview.c
9697                 option "display recipient on 'From'..." now works
9698                 without the need of enabling the option
9699                 "display  sender  using  address  book".
9700
9701 2002-07-15 [christoph]  0.7.8claws69
9702
9703         * src/summaryview.c
9704                 removed setting folder status from summaryview.
9705                 folder.c should update all message counts correctly.
9706
9707 2002-07-15 [paul]       0.7.8claws68
9708
9709         * po/pt_BR.po
9710                 updated by Fabio Junior Beneditto
9711
9712 2002-07-15 [darko]      0.7.8claws67
9713
9714         * src/mh.c
9715                 Fixed target folder colorization, don't decrease op
9716                 number twice
9717
9718 2002-07-14 [paul]       0.7.8claws66
9719
9720         * sync with main 0.8.0
9721                 see ChangeLog 2002-07-14
9722
9723 2002-07-13 [melvin]     0.7.8claws65
9724         
9725         * src/addrbook.c
9726         * src/addressbook.c
9727         * src/addrindex.c
9728                 Replaced sprintf by g_snprintf to prevent possible buffer
9729                 overflow.
9730         * src/news.c
9731                 Corrected a log message output format.
9732                 Added a missing "done" debug output.
9733         * src/compose.c
9734                 Added keyboard accelerator for Priority menu items
9735                 Added missing \n in debug output
9736         * src/logwindow.c
9737         * src/gtkspell.c
9738         * src/rfc2015.c
9739                 Added missing \n in debug output
9740
9741 2002-07-13 [paul]       0.7.8claws64
9742
9743         * man/sylpheed.1
9744                 change Sergey's email address to the sf address
9745
9746         * src/textview.c
9747                 increase show_url_timeout (more useful for long
9748                 urls)
9749
9750 2002-07-12 [sergey]     0.7.8claws63
9751
9752         * src/rfc2015.c
9753                 applied (with some modifications) patch to set the
9754                 micalg parameter for signatures
9755                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9756
9757 2002-07-12 [sergey]     0.7.8claws62
9758
9759         * man/Makefile.am
9760         * configure.in
9761                 fixed man page installation
9762
9763 2002-07-12 [paul]       0.7.8claws61
9764
9765         * sync with 0.7.8cvs26
9766                 see ChangeLog 2002-07-11 and 2002-07-12
9767
9768 2002-07-11 [christoph]  0.7.8claws60
9769
9770         * src/compose.c
9771         * src/procmsg.c
9772                 first use the message number to find the message
9773                 to mark with a reply flag but check the
9774                 message-id if we got the correct message, if not
9775                 try to find it by message-id.
9776                 use new string seperator that is not allowed
9777                 in message-ids.
9778
9779 2002-07-11 [paul]       0.7.8claws59
9780
9781         * sync with 0.7.8cvs23
9782                 see ChangeLog 2002-07-10
9783
9784 2002-07-10 [christoph]  0.7.8claws58
9785
9786         * src/folder.[ch]
9787         * src/msgcache.[ch]
9788                 Added message-id table to the cache in memory
9789                 and functions to msgcache.c and folder.c to
9790                 fetch MsgInfos by message id
9791         * src/compose.c
9792         * src/procmsg.c
9793                 store folder and message-id of message replying
9794                 to in queue header and set reply flag after sending
9795                 (Closes bug #469498)
9796
9797 2002-07-10 [paul]       0.7.8claws57
9798
9799         * AUTHORS
9800           man/sylpheed.1.gz
9801                 add Martin to the list of authors
9802
9803 2002-07-09 [martin]     0.7.8claws56
9804         * src/gtksctree.c
9805                 Added gtk_ctree_last_visible(), tree_update_level(),
9806                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9807                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9808                 from gtk+ to gtksctree.c for the new sorting code
9809                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9810                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9811         * src/gtksctree.h
9812                 Added declaration for gtk_sctree_sort_recursive() and
9813                 gtk_sctree_sort_node
9814         * src/addressbook.c
9815         * src/foldersel.c
9816         * src/folderview.c
9817         * src/summaryview.c
9818                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9819                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9820
9821 2002-07-08 [paul]       0.7.8claws55
9822
9823         * more sync with 0.7.8cvs21
9824                 see ChangeLog 2002-07-08
9825
9826 2002-07-08 [paul]       0.7.8claws54
9827
9828         * sync with 0.7.8cvs21
9829                 see ChangeLog 2002-07-08
9830
9831 2002-07-07 [alfons]     0.7.8claws53
9832
9833         * src/Makefile.am
9834         * src/stock_pixmap.[ch]
9835         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9836         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9837         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9838                 add new pixmaps for upcoming notice pane
9839
9840 2002-07-06 [melvin]     0.7.8claws52
9841
9842         * src/gtkspell.[ch]
9843                 Made them a bit closer to Sylpheed's coding style.
9844                 Removed old code.
9845                 Removed possible memory leaks when some errors occurs.
9846
9847 2002-07-06 [melvin]     0.7.8claws51
9848
9849         * po/Makefile.in.in
9850                 Removed --no-location in xgettext command line to help
9851                 translators that use Emacs' po-mode
9852         * src/quote_fmt.c
9853                 Removed unnecessary comments that messed up sylpheed.pot
9854
9855 2002-07-06 [paul]       0.7.8claws50
9856
9857         * sync with 0.7.8cvs19
9858                 see ChangeLog 2002-07-05
9859
9860 2002-07-06 [christoph]  0.7.8claws49
9861
9862         * src/folder.c
9863         * src/mainwindow.c
9864                 fix folder_item_remove_all_msg and folderview
9865                 status for trash folders after emptying trash
9866
9867 2002-07-05 [paul]       0.7.8claws48
9868
9869         * sync with 0.7.8cvs16
9870                 see ChangeLog 2002-07-04 and 2002-07-05
9871
9872 2002-07-04 [paul]       0.7.8claws47
9873
9874         * sync with 0.7.8cvs14
9875                 see  ChangeLog 2002-07-04
9876
9877 2002-07-03 [alfons]     0.7.8claws46
9878
9879         * src/folder.c
9880                 dupe folder item's path because it's being reallocated
9881                 by new folder scanning code
9882
9883 2002-07-03 [christoph]  0.7.8claws45
9884
9885         * src/imap.c
9886                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9887         * src/msgcache.c
9888                 add missing return in msgcache_write
9889
9890 2002-07-02 [thorsten]   0.7.8claws44
9891
9892         * src/jpilot.c
9893         * src/msgcache.c
9894         * src/rfc2015.c
9895                 use binary mode for file access
9896
9897 2002-07-02 [christoph]  0.7.8claws43
9898
9899         * major code cleanup (part 1)
9900         
9901                 - unused variables removed
9902                 - unused functions removed
9903                 - uninitialized variables checked
9904                 - missing return statements added
9905                 - missing function return types added
9906                 - added parentheses around assignment and
9907                   && in || when suggested by gcc
9908               
9909         * src/mh.c
9910         * src/folder.c
9911                 replaced direct calls to folder->scan_tree
9912                 with folder_scan_tree and restore folder
9913                 prefs in this function. The folder should
9914                 not have to deal with them.
9915                 ( Should now work for all folder types )
9916
9917 2002-07-02 [paul]       0.7.8claws42
9918
9919         * sync with 0.7.8cvs13
9920                 see ChangeLog 2002-07-01 and 2002-07-02
9921
9922 2002-07-01 [christoph]  0.7.8claws41
9923
9924         * src/summaryview.c
9925                 fix "goto next/prev unread message" with
9926                 ignored threads
9927
9928 2002-07-01 [paul]       0.7.8claws40
9929
9930         * po/es.po
9931                 updated by Ricardo Mones Lastra
9932
9933 2002-06-30 [match]      0.7.8claws39
9934
9935         * src/jpilot.c
9936                 applied variation of leonerd's patch (566661) to
9937                 allow multiple email addresses per JPilot entry.
9938                 addresses may be separated by space, comma, pipe,
9939                 semi-colon, new-line.
9940
9941 2002-06-30 [alfons]     0.7.8claws38
9942
9943         * src/procmsg.c
9944                 simple fix for putting older nodes before
9945                 newer nodes when threading by subject
9946
9947 2002-06-30 [christoph]  0.7.8claws37
9948
9949         * src/folder.c
9950         * src/folderview.c
9951         * src/mh.c
9952         * src/news.c
9953         * src/procmsg.c
9954                 fix broken folder tree rescaning
9955                 and don't use procmsg_get_mark_sum
9956                 anymore
9957
9958 2002-06-30 [christoph]  0.7.8claws36
9959
9960         * merge new cache branch
9961         * src/imap.c
9962                 fix new cache imap copy bug
9963         * src/folder.c
9964                 improved folder_item_scan
9965                 it should now always set the correct
9966                 new, unread and total message counts
9967
9968 2002-06-29 [paul]       0.7.8claws35
9969
9970         * configure.in
9971                 correct syntax error
9972
9973 2002-06-29 [paul]       0.7.8claws34
9974
9975         * configure.in
9976           Makefile.am
9977           man/Makefile.am       ** NEW FILE **
9978           man/sylpheed.1.gz     ** NEW FILE **
9979                 add Sylpheed man page
9980
9981 2002-06-29 [paul]       0.7.8claws33
9982
9983         * po/pt_BR.po
9984                 updated by Fabio Junior Beneditto
9985
9986 2002-06-28 [jens]       0.7.8claws32
9987
9988         * po/de.po
9989                 translation updated
9990
9991         * src/selective_download.c
9992                 removed gettext for space " "
9993
9994         * src/imap.c
9995                 removed wrong space
9996
9997 2002-06-28 [paul]       0.7.8claws31
9998
9999         * sync with 0.7.8cvs11
10000                 see ChangeLog 2002-06-28
10001
10002 2002-06-28 [paul]       0.7.8claws30
10003
10004         * sync with 0.7.8cvs10
10005                 see ChangeLog 2002-06-27 and 2002-06-28
10006
10007 2002-06-26 [paul]       0.7.8claws29
10008
10009         * src/addrgather.c
10010           src/selective_download.c
10011                 don't gettextise empty strings.
10012                 reserved by gettext. gettext("") returns 
10013                 the header entry with meta information, 
10014                 not the empty string
10015
10016         * po/en_GB.po
10017                 updated
10018
10019 2002-06-26 [paul]       0.7.8claws28
10020
10021         * sync with 0.7.8cvs7
10022                 see ChangeLog 2002-06-25
10023
10024         * src/prefs_common.c
10025                 ...and in the process, tweak the gui a little
10026
10027 2002-06-25 [alfons]     0.7.8claws27
10028         
10029         * configure.in
10030         * src/Makefile.am
10031                 fine tune ldap library detection
10032
10033 2002-06-25 [alfons]     0.7.8claws26
10034
10035         * src/compose.c
10036                 don't allow return receipts when composing a news article
10037
10038 2002-06-25 [paul]       0.7.8claws25
10039
10040         * Makefile.am
10041                 add '$(AMTAR)' to 'release' section to allow for
10042                 new and older autotools
10043
10044 2002-06-25 [paul]       0.7.8claws24
10045
10046         * src/summaryview.c
10047                 fix "No more unread messages" persistant pop-up
10048                 window bug
10049
10050 2002-06-25 [paul]       0.7.8claws23
10051
10052         * po/it.po
10053                 updated by Alessandro Maestri
10054
10055 2002-06-25 [paul]       0.7.8claws22
10056
10057         * sync with 0.7.8cvs6
10058                 see ChangeLog 2002-06-25
10059
10060 2002-06-24 [paul]       0.7.8claws21
10061
10062         * tools/update-po
10063                 add GPL copyright information
10064
10065 2002-06-24 [paul]       0.7.8claws20
10066
10067         * tools/Makefile.am
10068           tools/README
10069           tools/update-po       ** NEW FILE **
10070                 add script that eases the creation of *.po files
10071                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10072
10073 2002-06-23 [alfons]     0.7.8claws19
10074
10075         * src/messageview.c
10076                 make notification_convert_header obey const correctness
10077                 (next step will be fixing the broken return receipt)
10078
10079 2002-06-23 [paul]       0.7.8claws18
10080
10081         * src/messageview.c
10082                 fix bug introduced in last commit:
10083                 removed too much code in last commit - put back what's
10084                 needed
10085
10086 2002-06-23 [paul]       0.7.8claws17
10087
10088         * src/messageview.[ch]
10089                 remove code committed in error from locally patched
10090                 source
10091
10092 2002-06-23 [colin]      0.7.8claws16
10093
10094         * src/compose.[ch]
10095                 add compose_entry_select(), used to select the default_to
10096                 email address - hopefully avoiding people sending mails to
10097                 wrong recipients.
10098
10099 2002-06-22 [alfons]     0.7.8claws15
10100
10101         * AUTHORS
10102                 add Bram Metsch & Stanislav Karchebny
10103         * src/smtp.[ch]
10104         * src/prefs_account.[ch]
10105         * src/send.c
10106                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10107                   options.  (see <http://sourceforge.net/tracker/index.php
10108                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10109
10110                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10111                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10112
10113 2002-06-22 [paul]       0.7.8claws14
10114
10115         * sync with 0.7.8cvs5
10116                 see ChangeLog 2002-06-19 and 2002-06-20
10117
10118 2002-06-22 [alfons]     0.7.8claws13
10119
10120         * src/selective_download.c
10121                 fix a stupid mistake I made
10122
10123 2002-06-22 [alfons]     0.7.8claws12
10124
10125         * src/selective_download.[ch]
10126                 fix another unnoticed leak; cleanup code
10127
10128 2002-06-21 [alfons]
10129
10130         * tools/Makefile.am
10131                 gpg-sign <-- gpg-sign-syl
10132
10133 2002-06-21 [alfons]     0.7.8claws11
10134
10135         * src/selective_download.c
10136         * src/selective_download.h
10137                 fix assorted mix of allocation errors (should solve
10138                 problem reported by Philippe Gramoullé, see:
10139                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10140
10141 2002-06-20 [melvin]     0.7.8claws10
10142
10143         * tools/gpg-sign *REMOVED*
10144           tools/gpg-sign-syl *ADDED*
10145                 Replaced the gpg clearsigning script with the version using
10146                 xterm instead of ssh-askpass and changed its name.
10147
10148         * README.claws
10149                 Updated actions example to reflect the renaming of the
10150                 gpg clearsigning script.
10151
10152 2002-06-19 [paul]       0.7.8claws9
10153
10154         * sync with 0.7.8claws9
10155                 see ChangeLog 2002-06-18 and 2002-06-19
10156
10157 2002-06-19 [paul]       0.7.8claws8
10158
10159         * sync with 0.7.8cvs1
10160                 see ChangeLog 2002-06-18
10161
10162 2002-06-18 [alfons]     0.7.8claws7
10163
10164         * src/mainwindow.h
10165                 add omitted prototype
10166
10167 2002-06-17 [paul]       0.7.8claws6
10168
10169         * src/mainwindow.c
10170                 fix hiding of exec_btn
10171
10172 2002-06-17 [paul]       0.7.8claws5
10173
10174         * src/pop.c
10175                 remove unneeded code: should_delete() 
10176                 and Pop3State::uidl_todelete_list
10177
10178 2002-06-17 [paul]       0.7.8claws4
10179
10180         * sync with 0.7.8
10181                 see ChangeLog 2002-06-11 and 2002-06-13
10182
10183 2002-06-16 [alfons]     0.7.8claws3
10184         
10185         * src/folder.c
10186                 make sure lock sort mode (claws specific) is
10187                 also persists after a tree rescan
10188
10189 2002-06-16 [alfons]     0.7.8claws2
10190
10191         * src/prefs_folder_item.c
10192         * src/folder.[ch]
10193                 fix persistence of folder sort mode (broken
10194                 by adapting Hiro's new folder persistence code)
10195
10196 2002-06-16 [alfons]     0.7.8claws1
10197
10198         * AUTHORS
10199         * src/logwindow.c
10200         * src/prefscommon.[ch]
10201                 control size of log text in log window; 
10202                 closes patch #569155 submitted by Mitko Haralanov.
10203
10204 2002-06-15 [paul]       0.7.8claws
10205
10206         * release of 0.7.8claws
10207
10208 2002-06-15 [paul]       0.7.7claws
10209
10210         * po/pt_BR.po
10211                 updated by Fabio Junior Beneditto
10212
10213 2002-06-14 [paul]       0.7.6claws49
10214
10215         * po/es.po
10216                 updated by Ricardo Mones Lastra
10217
10218 2002-06-14 [paul]       0.7.6claws48
10219
10220         * po/nl.po
10221                 updated translation by Wilbert Berendsen
10222
10223 2002-06-14 [melvin]     0.7.6claws47
10224
10225         * po/fr.po
10226                 Updated French translation
10227
10228 2002-06-13 [paul]       0.7.6claws46
10229
10230         * src/filesel.c
10231                 allow filename to be typed in, rather than just
10232                 selected by the mouse. Patch by Gustavo Noronha Silva.
10233
10234 2002-06-13 [alfons]     0.7.6claws45
10235
10236         * src/mainwindow.[ch]
10237                 more cleanups (removing unnecessary menu items Expand 
10238                 summary / message view)
10239
10240 2002-06-13 [melvin]     0.7.6claws44
10241
10242         * po/POTFILES.in
10243                 Added src/string_match.c
10244         * src/string_match.c
10245                 Fixed possible buffer overflow.
10246                 Corrected typo.
10247                 Added missing config.h header.
10248         * src/prefs_common.c
10249           src/prefs_matcher.c
10250           src/prefs_scoring.c
10251                 Made some strings translatable (missing _(..)).
10252
10253 2002-06-13 [melvin]     0.7.6claws43
10254
10255         * README.claws
10256                 Corrected action example (verifying clearsigned mail).
10257         * src/prefs_account.c
10258                 Corrected typo.
10259         * src/prefs_common.c
10260                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10261
10262 2002-06-12 [alfons]     0.7.6claws42
10263
10264         * src/summaryview.c
10265                 add init of score column lost in 0.7.6claws42
10266
10267 2002-06-12 [paul]       0.7.6claws41
10268
10269         * src/prefs_account.c
10270                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10271                 behavior of the radio buttons, (from 0.7.7cvs2)
10272
10273 2002-06-11 [alfons]     0.7.6claws40
10274
10275         * src/messageview.[ch]
10276         * src/summaryview.[ch]
10277         * src/summary_search.c
10278         * src/mainwindow.c
10279                 perform a sync to bring in Hiro's separate view implementation 
10280
10281                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10282
10283 2002-06-11 [paul]       0.7.6claws39
10284         
10285         * src/prefs_account.c
10286                 correct a typo on the Receive tab
10287
10288 2002-06-10 [match]      0.7.6claws38
10289
10290         * src/addressbook.c
10291                 Included address completion patch from Gustavo Noronha.
10292
10293 2002-06-10 [paul]       0.7.6claws37
10294
10295         * src/inc.[ch]
10296           src/pop.c
10297           src/prefs_account.[ch]
10298           src/selective_download.[ch]
10299                 apply PATCH #561712
10300                  NEW:
10301                 - check if POP Account
10302                 - Receive Button renamed to Preview
10303                 - Preview Button Popup: preview new/all messages
10304                 - Download Button
10305                 - Account Preferences-->Receive tab checkbutton if you
10306                   want to remove Mail after Download
10307                 -: default YES
10308                 - Account Preferences-->Receive tab checkbutton use
10309                   filtering rules on preview
10310                   (think of delete_on_server)
10311                 -: default YES
10312                 - Account selectable from SD dialog
10313                 - checkbutton to show already downloaded messages if
10314                   all messages are previewed
10315                 - new clist column showing Date
10316                 - ESC KEY close
10317                 FIXES:
10318                 - play ball with UIDL
10319                 - fault tolerant (?) 
10320                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10321
10322 2002-06-10 [melvin]     0.7.6claws36
10323
10324         * README.claws
10325                 Added a hint to ac/README in cvs instructions.
10326
10327         * src/prefs_actions.c
10328                 Made it possible to use a more elaborate command line
10329                 for asynchronous actions, too.
10330
10331 2002-06-10 [melvin]     0.7.6claws35
10332         
10333         * src/prefs_actions.c
10334                 Make it possible to use a more elaborate command line
10335                 (e.g. |foo|bar|cat>there;echo Done|)
10336                 Corrected error message when calling %f, %F and %p commands
10337                 from the compose window.
10338
10339 2002-06-09 [colin]      0.7.6claws34
10340
10341         * src/summaryview.c
10342                 Automatically find unread messages in current folder
10343                 before annoying the user.
10344
10345 2002-06-08 [alfons]     0.7.6claws33
10346
10347         * po/it.po
10348                 remove bad formatting string in it.po translation
10349                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10350
10351 2002-06-08 [paul]       0.7.6claws32
10352
10353         * sync with 0.7.6cvs25
10354                 see ChangeLog 2002-06-07
10355
10356 2002-06-05 [paul]       0.7.6claws31
10357
10358         * src/mainwindow.c
10359                 add 'Sort by locked' and 'Sort by score'
10360
10361 2002-06-05 [paul]       0.7.6claws30
10362
10363         * sync with 0.7.6cvs24
10364                 see ChangeLog 2002-06-04
10365
10366 2002-06-04 [paul]       0.7.6claws29
10367
10368         * po/pt_BR.po
10369                 updated by Fabio Junior Beneditto
10370
10371 2002-06-03 [thorsten]   0.7.6claws28
10372
10373         * src/matcher.c
10374                 fclose() matcherrc after reading
10375
10376 2002-06-03 [paul]       0.7.6claws27
10377
10378         * sync with 0.7.6cvs21
10379                 see ChangeLog 2002-05-31
10380
10381 2002-05-31 [paul]       0.7.6claws26
10382
10383         * sync with 0.7.6cvs20
10384                 see ChangeLog 2002-05-29 and 2002-05-30
10385
10386 2002-05-31 [paul]       0.7.6claws25
10387
10388         * src/imap.c
10389                 hopefully fix last buggy sync
10390
10391         * README.claws
10392                 correct typo in 'Actions' examples
10393
10394 2002-05-29 [paul]       0.7.6claws24
10395
10396         * sync with 0.7.6cvs18
10397                 see ChangeLog 2002-05-28 and 2002-05-29
10398
10399         * src/news.c
10400           src/nntp.[ch]
10401                 sync with above 
10402
10403 2002-05-28 [paul]       0.7.6claws23
10404
10405         * sync with 0.7.6cvs16
10406                 see ChangeLog 2002-05-28
10407
10408 2002-05-27 [thorsten]   0.7.6claws22 
10409
10410         * faq/it/sylpheed-faq-1.html
10411           faq/it/sylpheed-faq-2.html
10412           faq/it/sylpheed-faq-3.html
10413           faq/it/sylpheed-faq.html
10414                 corrected DOS lineendings
10415         * faq/de/sylpheed-faq-1.html
10416           faq/de/sylpheed-faq-2.html
10417           faq/en/sylpheed-faq-1.html
10418           faq/en/sylpheed-faq-2.html
10419           faq/en/sylpheed-faq-3.html
10420           faq/es/sylpheed-faq-1.html
10421           faq/es/sylpheed-faq-2.html
10422           faq/es/sylpheed-faq-3.html
10423           faq/fr/sylpheed-faq-1.html
10424           faq/it/sylpheed-faq-1.html
10425           faq/it/sylpheed-faq-2.html
10426           faq/it/sylpheed-faq-3.html
10427           faq/it/sylpheed-faq.html
10428                 changed ">" to &quot;
10429
10430 2002-05-27 [paul]       0.7.6claws21
10431         
10432         * sync with 0.7.6cvs15
10433                 see ChangeLog 2002-05-27
10434
10435 2002-05-27 [paul]       0.7.6claws20
10436
10437         * src/prefs_account.c
10438                 correct a typo
10439
10440 2002-05-26 [paul]       0.7.6claws19
10441
10442         * tools/README
10443                 correct a typo
10444
10445 2002-05-25 [paul]       0.7.6claws18
10446
10447         * tools/README
10448                 add description of kmail2sylpheed.pl
10449
10450 2002-05-25 [paul]       0.7.6claws17
10451
10452         * tools/kmail2sylpheed.pl       ** NEW FILE **
10453                 perl script that converts an exported Kmail address
10454                 book, converts it to sylpheed addressbook file,
10455                 writes the file to .sylpheed, and updates
10456                 addrbook--index.xml 
10457
10458 2002-05-25 [paul]       0.7.6claws16
10459
10460         * sync with 0.7.6cvs14
10461                 see ChangeLog 2002-05-23
10462
10463 2002-05-24 [paul]       0.7.6claws15
10464
10465         * README.claws
10466                 make a correction and add some more info
10467
10468 2002-05-24 [paul]       0.7.6claws14
10469
10470         * src/compose.c
10471                 fix memory leak in 
10472                 compose_redirect_write_headers_from_headerlist()
10473                 add Subject and Resent-Message-ID to
10474                 compose_redirect_write_headers()
10475                 Received, Subject, and X-UIDL are filtered out in 
10476                 compose_redirect_write_to_file()
10477
10478 2002-05-23 [paul]       0.7.6claws13
10479
10480         * src/compose.[ch]
10481           src/filtering.c
10482           src/mainwindow.c
10483           src/matcher.[ch]
10484           src/matcher_parser_lex.l
10485           src/matcher_parser_parse.y
10486           src/prefs_common.[ch]
10487           src/prefs_filtering.c
10488           src/summaryview.c
10489                 rename 'Bounce' to 'Redirect'
10490
10491 2002-05-23 [paul]       0.7.6claws12
10492
10493         * more sync with 0.7.6cvs13
10494           src/compose.c
10495                 see ChangeLog 2002-05-22
10496
10497 2002-05-22 [paul]       0.7.6claws11
10498
10499         * sync with 0.7.6cvs13
10500           src/codeconv.c
10501                 see ChangeLog 2002-05-20
10502           src/prefs_common.c
10503                 see ChangeLog 2002-05-22
10504
10505 2002-05-21 [melvin]     0.7.6claws10
10506
10507         * src/folderview.c
10508                 Added missing filtering and scoring headers
10509                 Fixed bad function call that showed garbage 
10510                 in Folder->Processing
10511
10512 2002-05-21 [paul]       0.7.6claws9
10513
10514         * tools/Makefile.am
10515                 make all tools executable, (patch by Alfons).
10516
10517 2002-05-20 [alfons]     0.7.6claws8
10518
10519         * src/procheader.c
10520                 don't forget to call mktime() so we have a valid week 
10521                 and year day
10522                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10523
10524 2002-05-20 [paul]       0.7.6claws7
10525
10526         * src/html.c
10527                 fix broken parsing of urls
10528         * src/textview.c
10529                 fix displaying of urls
10530
10531                 both fixes from the patch [547855] by Eugene 
10532                 Brevdo (zonem)
10533
10534 2002-05-19 [alfons]     0.7.6claws6
10535
10536         * configure.in
10537                 make sylpheed configure correctly with the latest
10538                 and greatest of automake / autoconf / gettext
10539
10540 2002-05-19 [alfons]     0.7.6claws5
10541
10542         * src/procheader.c
10543         * src/procheader.h
10544                 add function for returning ime zone offset
10545         * src/quote_fmt.c
10546         * src/quote_fmt_parse.y
10547                 better quotation formatting - does not convert
10548                 to local time, but uses the original date string.
10549                 
10550                 Note: %z inserts the timezone offset (should 
10551                 work also on platforms where strftime does not
10552                 support %z).
10553
10554 2002-05-18 [christoph]  0.7.6claws4
10555
10556         * src/summaryview.c
10557                 fix indentation of some code
10558         * tools/Makefile.am
10559                 fix spaces after \
10560         * src/Makefile.am
10561                 add missing \
10562                 correct path for ignorethread.xpm
10563                 incorrect filename for sylpheed_logo.xpm
10564                 add missing include matcher_parser_parse.h
10565
10566 2002-05-18 [paul]       0.7.6claws3
10567
10568         * sync with 0.7.6cvs8
10569                 see ChangeLog 2002-05-16 and 2002-05-17
10570
10571 2002-05-18 [melvin]     0.7.6claws2
10572
10573         * README.claws
10574                 Corrected an action's definition and fixed some misspellings.
10575
10576 2002-05-18 [paul]       0.7.6claws1
10577
10578         * tools/Makefile.am
10579           tools/gpg-sign        ** new file **
10580           tools/uudec           ** new file **
10581                 add Melvin's Actions scripts
10582
10583         * README.claws
10584                 add Melvin's descriptions for Actions
10585
10586 2002-05-18 [paul]       0.7.6claws
10587
10588         * Version 0.7.6claws released
10589
10590 2002-05-17 [paul]       0.7.5claws32
10591
10592         * po/es.po
10593                 updated by Ricardo Mones Lastra
10594
10595 2002-05-17 [paul]       0.7.5claws31
10596
10597         * src/compose.c
10598                 fix Account prefs default folder for sent/draft/deleted
10599                 messages bug
10600
10601         * po/it.po
10602           po/nl.po
10603                 updated translation by Alessandro Maestri and
10604                 Wilbert Berendsen
10605
10606 2002-05-17 [melvin]     0.7.5claws30
10607
10608         * src/prefs_actions.c
10609                 Fixed bug where using %F not at the end of the command 
10610                 resulted in an additional empty argument being created.
10611                 Thanks to Darko Koruga for reporting the bug.
10612
10613 2002-05-17 [melvin]     0.7.5claws29
10614
10615         * po/fr.po
10616                 Updated French translations.
10617
10618 2002-05-15 [paul]       0.7.5claws28
10619         
10620         * po/es.po
10621                 updated by Ricardo Mones Lastra
10622
10623 2002-05-15 [paul]       0.7.5claws27
10624
10625         * sync with 0.7.6cvs4
10626                 see ChangeLog 2002-05-14 and 2002-05-15
10627
10628 2002-05-14 [paul]       0.7.5claws26
10629
10630         * sync with 0.7.6cvs1
10631                 see ChangeLog 2002-05-13
10632
10633 2002-05-13 [thorsten]   0.7.5claws25
10634
10635         * src/messageview.c
10636                 fix select_all and copy in multipart messages
10637         * src/mainwindow.c
10638                 fix select_all and copy in multipart messages
10639
10640 2002-05-12 [paul]       0.7.5claws24
10641
10642         * src/summaryview.c
10643                 reverse last commit, bug already fixed in 0.7.5claws3
10644
10645 2002-05-12 [netztorte]  0.7.5claws23
10646
10647         * src/summaryview.c
10648                 dont parse empty addressbook (checked in before claws20)
10649
10650 2002-05-12 [melvin]     0.7.5claws22
10651
10652         * src/procmsg.[ch]
10653                 Removed unneeded priority code introduced by the previous 
10654                 commit.
10655
10656 2002-05-12 [melvin]     0.7.5claws21
10657
10658         * src/compose.[ch]
10659                 Added possibility to set message's priority.
10660         * src/procmsg.[ch]
10661                 Added possibility to set message's priority.
10662                 Added missing headers
10663
10664 2002-05-12 [melvin]     0.7.5claws20
10665
10666         * src/prefs_actions.c
10667                 Removed implicitely added quotes around the name
10668                 of the temporary files of mime parts.
10669
10670 2002-05-12 [paul]       0.7.5claws19
10671
10672         * sync with 0.7.5cvs20
10673                 see ChangeLog 2002-05-11
10674
10675 2002-05-12 [alfons]     0.7.5claws18
10676
10677         * src/quote_fmt_lex.l
10678         * src/quote_fmt_parse.y
10679                 allow quote / reply date & time format to be set using
10680                 %D{format}. format is a format string you'd pass to
10681                 strftime() (see man strftime, or the Display tab |
10682                 Date format setting).
10683
10684                 Currently %D converts the date to local time. 
10685
10686 2002-05-11 [paul]       0.7.5claws17
10687
10688         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10689                 see ChangeLog 2002-05-10 and 2002-05-11
10690
10691 2002-05-10 [paul]       0.7.5claws16
10692
10693         * sync with 0.7.5cvs16
10694                 see ChangeLog entries 2002-05-09 and 
10695                 2002-05-10
10696
10697 2002-05-10 [colin]      0.7.5claws15
10698
10699         * src/textview.c
10700                 Corrected a bug that prevented sylpheed to open
10701                 double-clicked URIs.
10702
10703 2002-05-09 [paul]       0.7.5claws14
10704
10705         * sync with 0.7.5cvs14
10706                 see ChangeLog 2002-05-08 and 2002-05-09
10707
10708 2002-05-08 [paul]       0.7.5claws13
10709
10710         * sync with 0.7.5cvs11
10711                 see ChangeLog entry 2002-05-08
10712
10713 2002-05-08 [paul]       0.7.5claws12
10714
10715         * src/mainwindow.c
10716           src/textview.[ch]
10717                 fix segfault on View->Open in new window
10718                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10719
10720 2002-05-07 [paul]       0.7.5claws11
10721
10722         * sync with 0.7.5cvs9
10723                 see ChangeLog entry 2002-05-07
10724
10725 2002-05-06 [paul]       0.7.5claws10
10726
10727         * src/messageview.c
10728           src/textview.c
10729                 display url in statusbar on single-click
10730                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10731
10732 2002-05-06 [match]      0.7.5claws9
10733
10734         * src/addritem.[ch]
10735                 new functions.
10736         * src/addrcache.c
10737                 tidy up.
10738         * src/xmlprops.[ch]
10739                 XML implementation of properties file.
10740         * src/exporthtml.[ch]
10741         * src/expthtmldlg.[ch]
10742         * src/addressbook.c
10743                 export to HTML.
10744
10745 2002-05-02 [sergey]     0.7.5claws8
10746
10747         * src/mainwindow.c (mainwin_entries),
10748           src/prefs_common.c (prefs_send_create()),
10749           src/codeconv.c (locale_table):
10750                 use charset name "Windows-1251" instead of "CP1251".
10751
10752 2002-05-02 [colin]      0.7.5claws7
10753         
10754         * src/compose.c
10755           src/prefs_common.c
10756           src/prefs_folder_item.c
10757                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10758
10759 2002-05-02 [hiro]       0.7.5claws6
10760
10761         * src/imap.c
10762                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10763
10764 2002-05-02 [paul]       0.7.5claws5
10765
10766         * src/compose.c
10767                 more sync with 0.7.5cvs7, see ChangeLog entry
10768                 2002-05-02
10769
10770 2002-05-02 [hiro]       0.7.5claws4
10771
10772         * src/compose.c
10773                 compose_queue_sub():
10774                 check if queue folder exists (closes #550397).
10775                 removed directory creation since it should be handled
10776                 transparently.
10777         * src/imap.c
10778                 imap_add_msg(): return UID for appended message
10779                 (closes #548842).
10780
10781 2002-04-30 [paul]       0.7.5claws3
10782
10783         * src/summaryview.c
10784                 fix account_find_from_address() bug
10785
10786 2002-04-28 [colin]      0.7.5claws2
10787
10788         * src/compose.c
10789           src/textview.c
10790           src/prefs_common.[ch]
10791           src/utils.[ch]
10792                 Added user-definable quotation characters recognition.
10793
10794 2002-04-28 [paul]       0.7.5claws1
10795
10796         * sync with 0.7.5cvs4
10797                 see ChangeLog entry  2002-04-25
10798
10799 2002-04-28 [paul]       0.7.5claws
10800
10801         * po/es.po
10802           po/nl.po
10803           po/pt_BR.po
10804                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10805                 Fabio Junior Beneditto
10806
10807 2002-04-27 [jens]       0.7.4claws103
10808
10809         * po/de.po
10810                 updated German translation.
10811
10812 2002-04-27 [hiro]       0.7.4claws102
10813
10814         * src/summaryview.c
10815                 summary_write_cache(): fixed the mark loss of hidden messages.
10816
10817 2002-04-26 [melvin]     0.7.4claws101
10818
10819         * src/procmsg.c
10820                 fixed a second typo (same one)
10821         * po/fr.po
10822           po/it.po
10823           po/pt_BR.po
10824                 fixed the type again...
10825
10826 2002-04-26 [melvin]     0.7.4claws100
10827
10828         * src/procmsg.c
10829                 fixed a typo in an alert message ("temorary").
10830         * po/it.po
10831         * po/pt_BR.po
10832                 corrected the typo  described above.
10833         * po/fr.po
10834                 updated French translation.
10835
10836 2002-04-26 [darko]      0.7.4claws99
10837
10838         * src/summaryview.c
10839                 fix target folder colorization
10840
10841 2002-04-25 [paul]       0.7.4claws98
10842
10843         * po/it.po
10844                 updated by Alessandro Maestri
10845
10846 2002-04-24 [colin]      0.7.4claws97
10847         
10848         * src/compose.c
10849                 Fixed double "subject is empty" question.
10850
10851 2002-04-23 [colin]      0.7.4claws96
10852         
10853         * src/mimeview.c
10854                 Corrected issue when "automatically display images" was
10855                 not set : first image remained after selecting second.
10856
10857 2002-04-23 [melvin]     0.7.4claws95
10858
10859         * src/prefs_actions.c
10860                 Don't display in/out dialog if there is nothing to show.
10861
10862 2002-04-23 [paul]       0.7.4claws94
10863
10864         * sync with 0.7.5cvs3
10865                 bug fixes: see ChangeLog entry 2002-04-23
10866
10867 2002-04-22 [darko]      0.7.4claws93
10868
10869         * src/compose.c
10870                 fix previous check-in which changed code after
10871                 merge from main
10872
10873 2002-04-22 [paul]       0.7.4claws92
10874
10875         * faq/de/*
10876                 add German FAQ
10877         * faq/en/*
10878           faq/es/*
10879           faq/fr/*
10880                 update English, Spanish and French FAQs
10881         * manual/de/*
10882           manual/es/*
10883                 add German and Spanish manuals
10884         * manual/en/*
10885           manual/fr/*
10886                 update English and French manuals
10887
10888         * src/Makefile.am
10889                 add to and re-arrange the pixmap entries
10890
10891 2002-04-22 [darko]      0.7.4claws91
10892
10893         * src/compose.c
10894                 fix sender initials recognition to only allow
10895                 '>' after the initials
10896
10897 2002-04-21 [paul]       0.7.4claws90
10898
10899         * sync with 0.7.5 release
10900                 see ChangeLog entry 2002-04-21
10901
10902 2002-04-21 [alfons]
10903
10904         * src/Makefile.am
10905                 add colin's new pixmaps to EXTRA_DIST
10906
10907 2002-04-21 [colin]      0.7.4claws89
10908         * src/compose.c
10909         * src/inc.c
10910         * src/mainwindow.[ch]
10911         * src/prefs_common.[ch]
10912         * src/stock_pixmap.[ch]
10913                 Added "Work offline" ability.
10914
10915 2002-04-21 [colin]      0.7.4claws88
10916         
10917         * src/mimeview.c
10918         * src/prefs_common.c
10919         * src/prefs_common.h
10920         * src/textview.c : Added an option to common preferences -> display
10921           to allow user not to automatically display images.
10922
10923 2002-04-21 [paul]       0.7.4claws87
10924
10925         * sync with 0.7.4cvs52
10926                 see ChangeLog entry 2002-04-21 (src/imap.c)
10927
10928 2002-04-21 [paul]       0.7.4claws86
10929
10930         * sync with 0.7.4cvs51
10931                 see ChangeLog entry 2002-04-21
10932
10933 2002-04-21 [paul]       0.7.4claws85
10934
10935         * sync with 0.7.4cvs49
10936                 see ChangeLog entries 2002-04-20 and 2002-04-21
10937
10938         * src/Makefile.am
10939                 clean up: remove old 'stock_' element from xpm 
10940                 filenames.
10941
10942 2002-04-21 [alfons]     0.7.4claws84
10943
10944         apply sync patch from Paul
10945
10946         * src/folderview.c
10947                 use old claws prefs_folder_item_create() for now
10948
10949 2002-04-19 [match]      0.7.4claws83
10950
10951         * src/addressbook.[ch]
10952         * src/addrharvest.[ch]
10953         * src/addrgather.[ch]
10954                 recurse folders.
10955         * src/mainwindow.c
10956         * src/summaryview.[ch]
10957                 change menu option.
10958
10959 2002-04-19 [paul]       0.7.4claws82
10960
10961         * po/pt_BR.po
10962                 updated by Fabio Junior Beneditto
10963
10964 2002-04-14 [alfons]     0.7.4claws81
10965
10966         * src/passphrase.c
10967                 add #include <sys/types.h> for mode_t and off_t 
10968
10969 2002-04-13 [paul]       0.7.4claws80
10970         
10971         * src/main.c
10972           src/passphrase.[ch]
10973           src/pgptext.c
10974           src/prefs_common.[ch]
10975           src/rfc2015.c
10976                 enable storing of GnuPG passphrase for the whole 
10977                 session or a user-defined number of minutes. patch 
10978                 submitted by Ravemax <ravemax@dextrose.com>
10979
10980 2002-04-13 [alfons]     0.7.4claws79
10981
10982         * src/textview.c
10983                 make email parser also stop scanning when encountering separators
10984                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10985
10986 2002-04-13 [paul]       0.7.4claws78
10987
10988         * sync with 0.7.4cvs39
10989                 see ChangeLog entry 2002-04-12
10990
10991 2002-04-11 [paul]       0.7.4claws77
10992
10993         * sync with 0.7.4cvs37
10994                 see ChangeLog entry 2002-04-11
10995
10996 2002-04-11 [paul]       0.7.4claws76
10997
10998         * COPYING 
10999                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11000                 the clause for OpenSSL). sync with sylpheed main
11001
11002 2002-04-09 [melvin]     0.7.4claws75
11003
11004         * src/compose.c
11005                 Made 'Ctrl-Enter' on send ignore some modifiers 
11006                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11007                 to bind other *-Enter (but not Alt-Enter).
11008
11009 2002-04-09 [paul]       0.7.4claws74
11010
11011         * sync with 0.7.4cvs35
11012                 see ChangeLog entries 2002-04-09
11013
11014 2002-04-08 [paul]       0.7.4claws73
11015
11016         * sync with 0.7.4cvs33
11017                 see ChangeLog entry 200-04-08
11018
11019 2002-04-07 [match]      0.7.4claws72
11020
11021         * src/addrharvest.[ch]
11022                 fixed to read all addresses in header, regardless
11023                 of header size. improved name parsing. accommodate
11024                 harvest from folders and selected message.
11025         * src/addritem.[ch]
11026                 included new address parsing function.
11027         * src/addrgather.[ch]
11028         * src/addressbook.[ch]
11029         * src/summaryview.[ch]
11030         * src/mainwindow.c
11031                 allow address harvest of folder as well as selected
11032                 messages.
11033
11034 2002-04-07 [paul]       0.7.4claws71
11035
11036         * src/esmtp.[ch]
11037           src/smtp.c
11038                 don't try to authenticate with CRAM-MD5 in SMTP when 
11039                 SMTP-AUTH enabled if MTA doesn't issue this 
11040                 auth-method in it's ehlo-response. bug item #531364,
11041                 patch item #938910. patch submitted by Colin Leroy 
11042                 <colin@colino.net>
11043
11044 2002-04-07 [paul]       0.7.4claws70
11045
11046         * src/nntp.c
11047                 fix missing MODE_READER bug. patch submitted by
11048                 Colin Leroy <colin@colino.net>
11049
11050 2002-04-07 [alfons]     0.7.4claws69
11051
11052         * src/matcher.[ch]
11053         * src/prefs_filtering.c
11054         * src/summaryview.c
11055                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11056                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11057
11058 2002-04-07 [paul]       0.7.4claws68
11059
11060         * sync with 0.7.4cvs32
11061                 see ChangeLog entry 2002-04-06
11062
11063         * tools/filter_conv.pl
11064                 more bug fixes
11065
11066 2002-04-06 [paul]       0.7.4claws67
11067
11068         * tools/filter_conv.pl
11069                 modify to be able to find the name of the first
11070                 mailbox and use that. main's filter does not
11071                 record the full path to the mailbox and therefore
11072                 can only filter to the first mailbox.
11073
11074 2002-04-05 [paul]       0.7.4claws66
11075
11076         * tools/filter_conv.pl
11077                 attempt to make the script all-encompassing and
11078                 be able to convert any main 'filter' rule thrown
11079                 at it
11080
11081 2002-04-05 [paul]       0.7.4claws65
11082
11083         * tools/filter_conv.pl
11084                 allow for collapsed folder trees
11085
11086 2002-04-05 [paul]       0.7.4claws64
11087
11088         * sync with 0.7.4cvs31
11089                 see ChangeLog entries 2002-04-05
11090
11091 2002-04-03 [paul]       0.7.4claws63
11092
11093         * sync with 0.7.4cvs29
11094                 see ChangeLog entries 2002-04-02 and 2002-04-03
11095
11096 2002-04-02 [paul]       0.7.4claws62
11097
11098         * sync with 0.7.4cvs26
11099                 see ChangeLog entry 2002-04-01
11100
11101 2002-04-02 [match]      0.7.4claws61
11102
11103         * src/pine.[ch]
11104         * src/importpine.[ch]
11105         * src/addressbook.c
11106                 import Pine address book.
11107
11108 2002-04-02 [match]      0.7.4claws60
11109
11110         * src/addrharvest.[ch]
11111                 improve address parsing of funky addresses.
11112
11113 2002-04-02 [darko]      0.7.4claws59
11114
11115         * src/compose.c
11116                 wrap on send improvements, it now recognizes quoted
11117                 initials as part of the quotation string, and it
11118                 does not join lines separated by CR
11119
11120 2002-04-01 [match]      0.7.4claws58
11121
11122         * src/mgutils.[ch]
11123                 added new functions.
11124         * src/mutt.[ch]
11125                 remove excessive duplicate address generation
11126                 on import.
11127
11128 2002-04-01 [alfons]     0.7.4claws57
11129         
11130         * src/summaryview.c
11131                 put back g_free() 
11132
11133 2002-04-01 [paul]       0.7.4claws56
11134
11135         * sync with 0.7.4cvs25
11136                 see ChangeLog entry 2002-04-01
11137
11138 2002-04-01 [alfons]     0.7.4aprilfool55
11139
11140         * src/summaryview.c
11141                 honour feature request item #537427 to allow for
11142                 displaying names from address book for sent mail also
11143
11144 2002-03-29 [paul]       0.7.4claws54
11145
11146         * src/mainwindow.c
11147           src/prefs_filtering.[ch]
11148           src/prefs_matcher.c
11149           src/summaryview.c
11150                 add 'fast filter' for claws' filtering,
11151                 /Tools/Create filter rule/... patch submitted
11152                 by Neill Miller <neillm@thecodefactory.org>
11153
11154 2002-03-29 [paul]       0.7.4claws53
11155
11156         * sync with 0.7.4cvs24
11157                 see ChangeLog entry 2002-03-29
11158
11159 2002-03-28 [paul]       0.7.4claws52
11160
11161         * sync with 0.7.4cvs23
11162                 see ChangeLog entry 2002-03-28
11163
11164 2002-03-27 [melvin]     0.7.4claws51
11165
11166         * src/prefs_actions.c
11167                 Added support to pass only one message part (as a
11168                 file) to the command using '%p'. No quotes are needed
11169                 because doubles quotes are automatically added.
11170                 Fixed bug where Sylpheed could block when waiting for
11171                 a child process to finish.
11172                 Changed the help menu to remove quotes around symbols to 
11173                 avoid misinterpretation (they must not be used).
11174
11175 2002-03-27 [melvin]     0.7.4claws50
11176
11177         * src/inc.c
11178                 Made the new mail notification command always 
11179                 execute asynchronously.
11180
11181 2002-03-27 [paul]       0.7.4claws49
11182
11183         * src/compose.c
11184                 fix bug introduced in last commit
11185
11186 2002-03-27 [paul]       0.7.4claws48
11187
11188         * sync with 0.7.4cvs21
11189                 see ChangeLog 2002-03-26 and 2002-03-27
11190
11191 2002-03-26 [hoa]        0.7.4claws47
11192
11193         * src/prefs_folder_item.c
11194                 really fixed the bug #516442 with folder rescan.
11195
11196 2002-03-26 [paul]       0.7.4claws46
11197
11198         * sync with 0.7.4cvs19
11199                 see ChangeLog entries 2002-03-25 and 2002-03-26
11200
11201 2002-03-25 [hoa]        0.7.4claws45
11202
11203         * src/matcher.c
11204         * src/mh.c
11205                 fix the bug #516442 with folder rescan.
11206
11207         * src/prefs_common.[ch]
11208         * src/compose.c
11209                 added an option to enable two different behaviours
11210                 for bounce.
11211
11212
11213 2002-03-25 [paul]       0.7.4claws44
11214
11215         * src/mainwindow.c
11216           src/selective_download.c
11217                 correct a few menuitem labels
11218
11219 2002-03-25 [christoph]  0.7.4claws43
11220
11221         * src/procmsg.c
11222                 fix non deleted tmp message in
11223                 procmsg_save_to_outbox
11224                 fix problems caused by sync with
11225                 main branch's procmsg_send_queue
11226
11227 2002-03-25 [paul]       0.7.4claws42
11228
11229         * src/quote_fmt.c
11230           src/quote_fmt_lex.l
11231           src/quote_fmt_parse.y
11232                 add Last name (%L) placeholder for quoting. 
11233                 patch submitted by Thorsten Thielen 
11234                 <thth@users.sourceforge.net>
11235
11236 2002-03-25 [paul]       0.7.4claws41
11237
11238         * src/utils.c
11239                 get full hostname. patch submitted by
11240                 Bob Woodside <rwoodside1@comcast.net>
11241
11242 2002-03-25 [paul]       0.7.4claws40
11243
11244         * src/account.c
11245           src/news.c
11246           src/nntp.[ch]
11247           src/prefs_account.[ch]
11248                 enable NNTP over SSL. patch submitted by
11249                 Pascal Jermini <pascal@infinity.hn.org>
11250
11251 2002-03-24 [paul]       0.7.4claws39
11252
11253         * src/prefs_common.c
11254                 make the arrangement of the Compose tab more
11255                 coherent
11256
11257         * src/mainwindow.c
11258                 fix some irregularities of style
11259
11260         * po/de.po
11261                 updated by Kilian Krause
11262
11263 2002-03-23 [paul]       0.7.4claws38
11264
11265         * po/pt_BR.po
11266                 updated by Fabio Junior Beneditto
11267
11268 2002-03-23 [paul]       0.7.4claws37
11269
11270         * src/mainwindow.c
11271                 move 'Gather addresses' to 'Tools' menu
11272                 make 'Selective download' sensitive
11273
11274 2002-03-23 [paul]       0.7.4claws36
11275
11276         * sync with 0.7.4cvs16
11277                 see ChangeLog entries 2002-03-23
11278
11279 2002-03-22 [christoph]  0.7.4claws35
11280
11281         * src/quote_fmt_parse.y
11282                 fix include program output
11283
11284 2002-03-22 [alfons]     0.7.4claws34
11285
11286         * src/pop.c
11287                 initialize GDate stack variable correctly (sorry!)
11288
11289 2002-03-22 [paul]       0.7.4claws33
11290
11291         * src/compose.c
11292           src/mainwindow.c
11293           src/prefs_actions.c
11294           src/prefs_common.c
11295                 rename 'Tool' to 'Tools'
11296
11297         * src/mainwindow.c
11298                 move 'Delete duplicated messages' from
11299                 'Message/' to 'Tools/'
11300                 re-arrange the order of 'Tools/' items
11301
11302 2002-03-22 [paul]       0.7.4claws32
11303
11304         * src/addr_compl.c
11305           src/addressbook.[ch]
11306                 auto-address completion now also matches on
11307                 Nickname. patch submitted by Bob Forsman 
11308                 <hammor@users.sourceforge.net>
11309
11310         * src/editaddress.c
11311                 correct a spelling mistake
11312
11313 2002-03-22 [alfons]     0.7.4claws31
11314
11315         * src/pop.c
11316                 fix getting uidl from incorrect string 
11317                 (spotted by Colin)
11318
11319 2002-03-21 [alfons]     0.7.4claws30
11320
11321         * src/pop.c
11322                 more code refactoring
11323                 plug mem leak introduced by delete on server
11324
11325 2002-03-21 [paul]       0.7.4claws29
11326
11327         * sync with 0.7.4cvs11
11328                 see ChangeLog entries 2002-03-20
11329
11330 2002-03-20 [alfons]     0.7.4claws28
11331
11332         * src/inc.c
11333                 apply Colin's patch and refactor
11334
11335 2002-03-20 [paul]       0.7.4claws27
11336
11337         * sync with sylpheed 0.7.4cvs9
11338                 see ChangeLog entry 2002-03-20
11339
11340 2002-03-19 [christoph]  0.7.4claws26
11341
11342         * src/mh.c
11343         * src/procmsg.[ch]
11344         * src/summaryview.c
11345                 revert changes for flag updates
11346                 (does not work correctly and no time to debug)
11347
11348 2002-03-20 [alfons]     0.7.4claws25
11349
11350         * src/pop.c
11351                 refactor should_delete() a little bit 
11352
11353 2002-03-19 [paul]       0.7.4claws24
11354
11355         * src/inc.[ch]
11356           src/pop.c
11357           src/prefs_account.[ch]
11358                 allow the user to leave downloaded mail on the 
11359                 server for n days. Patch submitted by Colin Leroy 
11360                 <colin@colino.net>
11361
11362 2002-02-19 [paul]       0.7.4claws23
11363
11364         * sync with sylpheed 0.7.4cvs8
11365                 see ChangeLog entries 2002-03-19
11366
11367 2002-03-18 [paul]       0.7.4claws22
11368
11369         * sync with sylpheed 0.7.4cvs6
11370                 see ChangeLog entry 2002-03-18
11371
11372 2002-03-18 [paul]       0.7.4claws21
11373
11374         * po/en_GB.po
11375                 add en_GB message catalogue
11376
11377         * src/mbox_folder.c
11378           src/prefs_account.c
11379           src/prefs_actions.c
11380                 correct a few spelling mistakes
11381
11382 2002-03-17 [alfons]     0.7.4claws20
11383
11384         * src/matcher.c
11385                 more stringent checks for NULL params when writing
11386                 filtering actions to a file
11387                 
11388 2002-03-17 [hoa]        0.7.3claws20
11389
11390         * src/news.c
11391                 fixed the count of new messages
11392
11393         * src/compose.c
11394                 fixed the "attachment properties" window
11395
11396 2002-03-17 [paul]       0.7.4claws19
11397
11398         * src/defs.h
11399           src/folder.h
11400           src/news.c
11401           src/prefs_account.[ch]
11402           src/procmsg.[ch]
11403           src/summaryview.c
11404                 automatically mark cross-posted messages as read 
11405                 and (optionally) give them a colour label
11406                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11407                 
11408
11409 2002-03-17 [paul]       0.7.4claws18
11410
11411         * sync with sylpheed 0.7.4cvs5
11412                 see ChangeLog entry 2002-03-17
11413
11414 2002-03-17 [melvin]     0.7.4claws17
11415         
11416         * src/textview.c
11417                 Worked around a gtktext 'bug': when searching for 
11418                 a text in a long message it was scrolling slowly
11419                 line by line until it hit the searched text.
11420         * po/fr.po
11421                 Updated French translation
11422
11423 2002-03-17 [melvin]     0.7.4claws16
11424
11425         * src/mainwindow.c
11426         * src/compose.c
11427         * src/prefs_actions.c
11428                 Moved "Edit/Actions" to "Tool/Actions"
11429                 Made mainwindow/compose window sensitive as soon as
11430                 no child process is running anymore even if the io dialog
11431                 is open.
11432                 Fixed a struct being initialized with a non constant char*
11433
11434 2002-03-16 [christoph]  0.7.4claws15
11435
11436         * configure.in
11437                 add --with-compiler-flags option
11438                 (only for developer hacking)
11439         * src/mh.c
11440         * src/procmsg.[ch]
11441         * src/summaryview.c
11442                 try to make folder-stats and flag handling more
11443                 independent from the summaryview. msgcounts
11444                 are only set when the folder is opened and
11445                 procmsg_msginfo_(un)set_flags will handle it
11446                 later and summaryview will get the values
11447                 from the folder.
11448
11449 2002-03-16 [paul]       0.7.4claws14
11450
11451         * src/messageview.c
11452                 fix Return-receipt. Patch submitted by Bob
11453                 Woodside <rwoodside1@comcast.net>
11454
11455 2002-03-16 [paul]       0.7.4claws13
11456
11457         * src/compose.c
11458                 fix 'dynamic' signatures, make it work again
11459                 broken during sync on 2002-03-14 (0.7.4claws2)
11460
11461 2002-03-15 [match]      0.7.4claws12
11462
11463         * src/addrharvest.[ch]
11464         * src/addrgather.[ch]
11465         * src/addressbook.[ch]
11466         * src/mainwindow.c
11467                 included address harvester feature. still some
11468                 issues with address parsing that I will fix.
11469
11470 2002-03-15 [match]      0.7.4claws11
11471
11472         * src/addrbook.[ch]
11473         * src/addrcache.[ch]
11474         * src/addressbook.[ch]
11475         * src/addrindex.c
11476         * src/editbook.c
11477         * src/importldif.c
11478         * src/importmutt.c
11479         * src/jpilot.[ch]
11480         * src/main.c
11481         * src/syldap.[ch]
11482         * src/vcard.[ch]
11483                 tidy up. fix memory leaks. moved attribs and methods
11484                 from individual interfaces to addrcache object. prep
11485                 for new stuff to come in.
11486
11487 2002-03-15 [alfons]     0.7.4claws10
11488
11489         * src/matcher.[ch]
11490         * src/matcher_parser_parse.y
11491         * src/matcher_parser_lex.l
11492         * src/prefs_matcher.c
11493                 add filtering conditions message greater than, smaller 
11494                 than, and exactly matching a size in bytes
11495                 (does not work with delete from POP3 server yet)
11496
11497                 this should also give others an idea what you should
11498                 do to add new criterions to claws filtering system
11499                 
11500
11501 2002-03-15 [paul]       0.7.4claws9
11502
11503         * tools/filter_conv.pl
11504                 exit if there are no filter rules to convert
11505                 rename filterrc to filterrc.old after completion
11506
11507 2002-03-15 [paul]       0.7.4claws8
11508
11509         * sync with sylpheed 0.7.4cvs3
11510                 see ChangeLog entry 2002-03-14
11511
11512 2002-03-14 [paul]       0.7.4claws7
11513
11514         * src/compose.c
11515                 clean up the last commit (ahem)
11516
11517 2002-03-14 [paul]       0.7.4claws6
11518
11519         * src/compose.c
11520                 fix bug #515655. honour account preferences
11521                 regarding gpg default signing/encryption when 
11522                 changing account from the compose window.
11523
11524 2002-03-14 [paul]       0.7.4claws5
11525
11526         * src/folderview.c
11527                 remove unnecessary curly brackets
11528
11529 2002-03-14 [paul]       0.7.4claws4
11530
11531         * src/folderview.c
11532           src/prefs_filtering.[ch]
11533                 add filter rename on folder rename and filter
11534                 delete on folder delete. Patch submitted by
11535                 Neill Miller <neillm@thecodefactory.org> 
11536
11537 2002-03-14 [christoph]  0.7.4claws3
11538
11539         * src/procmsg.c
11540         * src/send.c
11541                 fix local delivery
11542                 (patch submitted by "Simon 'corecode' Schubert")
11543         * src/prefs_common.c
11544         * src/procmsg.c
11545                 fix gcc 3.0 warning
11546
11547 2002-03-14 [paul]       0.7.4claws2
11548
11549         * sync with sylpheed 0.7.4cvs2
11550                 see ChangeLog entry 2002-03-13
11551
11552 2002-03-12 [darko]      0.7.4claws1
11553
11554         * src/mainwindow.c
11555                 fix what seems to be a copy and paste error
11556                 when setting color for important messages
11557                 (reported by wwp)
11558
11559 2002-03-11 [paul]       version 0.7.4claws released
11560
11561 2002-03-11 [paul]       0.7.4claws
11562
11563         * po/es.po
11564           po/it.po
11565           po/nl.po
11566           po/pt_BR.po
11567                 update message catalogs. Submitted by Ricardo Mones 
11568                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11569                 Fabio Junior Beneditto
11570
11571         * configure.in
11572           faq/Makefile.am
11573           faq/it/Makefile
11574           faq/it/sylpheed-faq*
11575           src/mainwindow.c
11576           src/manual.[ch]
11577                 add FAQ in Italian
11578         
11579
11580 2002-03-11 [jens]       0.7.3claws7
11581
11582         * po/de.po
11583                 updated German translation
11584
11585 2002-03-11 [melvin]     0.7.3claws6
11586
11587         * po/fr.po
11588                 updated and corrected French translation
11589
11590 2002-03-10 [hoa]        0.7.3claws5
11591
11592         * src/account.c
11593         * src/inc.c
11594         * src/prefs_account.c
11595         * src/procmsg.c
11596         * src/send.[ch]
11597                 fixed the local account.
11598                 you have to change the default "/usr/sbin/sendmail"
11599                 to "/usr/sbin/sendmail -t" in the preferences of
11600                 the local account.
11601
11602         * src/procmime.c
11603                 removed some debug display for renderer
11604
11605 2002-03-10 [paul]       0.7.3claws4
11606
11607         * faq/en/sylpheed-faq-1.html
11608           faq/en/sylpheed-faq-2.html
11609                 update
11610
11611 2002-03-09 [paul]       0.7.3claws3
11612
11613         * sync with sylpheed 0.7.4
11614                 see ChangeLog entry 2002-03-09
11615
11616 2002-03-08 [paul]       0.7.3claws2
11617
11618         * faq/en/sylpheed-faq*
11619           faq/es/sylpheed-faq*
11620           faq/fr/sylpheed-faq*
11621                 update the FAQs
11622
11623         * manual/fr/.cvsignore
11624           manual/fr/Makefilea.am
11625           manual/fr/sylpheed*
11626           src/mainwindow.c
11627           src/manual.[ch]
11628                 add the French manual
11629
11630 2002-03-07 [paul]       0.7.3claws1
11631
11632         * sync with sylpheed 0.7.3cvs4
11633                 see ChangeLog entries  2002-03-06 and 2002-03-07
11634         
11635         * po/nl.po
11636                 updated by Wilbert Berendsen
11637
11638 2002-03-07 [melvin]     0.7.2claws34
11639
11640         * src/selective_download.c
11641                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11642
11643 2002-03-06 [paul]       0.7.2claws33
11644
11645         * sync with sylpheed 0.7.3cvs1
11646                 bug fix, see ChangeLog entry 2002-03-05
11647
11648 2002-03-05 [paul]       0.7.2claws32
11649
11650         * src/mimeview.c
11651           src/pgptext.[ch]
11652           src/procmsg.c
11653                 reverse the pgp ascii-armored code implemented in 
11654                 0.7.2claws16. removal of this code until it matures.
11655                 this means that verifying ascii-armored pgp sigs and
11656                 automatic decryption of ascii-armored encrypted
11657                 messages no longer works.
11658
11659 2002-03-05 [paul]       0.7.2claws31
11660
11661         * configure.in
11662           Makefile.am
11663         * faq/Makefile.am
11664         * faq/en/Makefile.am
11665           faq/en/sylpheed-faq.html
11666           faq/en/sylpheed-faq-1.html
11667           faq/en/sylpheed-faq-2.html
11668           faq/en/sylpheed-faq-3.html
11669         * faq/es/Makefile.am
11670           faq/es/sylpheed-faq.html
11671           faq/es/sylpheed-faq-1.html
11672           faq/es/sylpheed-faq-2.html
11673           faq/es/sylpheed-faq-3.html
11674           faq/es/sylpheed-faq-4.html
11675         * faq/fr/Makefile.am
11676           faq/fr/sylpheed-faq.html
11677           faq/fr/sylpheed-faq-1.html
11678           faq/fr/sylpheed-faq-2.html
11679           faq/fr/sylpheed-faq-3.html
11680         * src/Makefile.am
11681           src/defs.h
11682           src/mainwindow.c
11683           src/manual.[ch]
11684                 add FAQs in English, Spanish and French
11685
11686
11687 2002-03-05 [paul]       0.7.2claws30
11688
11689         * manual/en/sylpheed.html
11690           manual/en/sylpheed-XX.html
11691                 updated the English manual
11692
11693 2002-03-05 [hoa]        
11694
11695         * src/summaryview.c
11696                 dialog box pops up if the article can't be deleted.
11697
11698 2002-03-04 [paul]       
11699         
11700         * po/pt_BR.po
11701                 updated by Fabio Junior Benedito
11702
11703 2002-03-04 [hoa]
11704
11705         * removed ac/gpgme.m4
11706                 to avoid autogen common problem
11707                 developers have to install gpgme development package now
11708
11709         * src/compose.c
11710                 encoding to 7bit or 8bit is enabled.
11711
11712 2002-03-03 [alfons]     0.7.2claws29
11713
11714         * src/pop.c
11715                 merge fix by Oliver Haertel for selective
11716                 download buglet
11717
11718 2002-03-03 [paul]       0.7.2claws28
11719         
11720         * sync with sylpheed 0.7.3
11721
11722 2002-03-03 [paul]       0.7.2claws27
11723
11724         * sync with sylpheed 0.7.2cvs24
11725                 see ChangeLog entries 2002-03-02 and 2002-03-03
11726
11727 2002-03-02 [melvin]     0.7.2claws26
11728
11729         * src/inc.[ch]
11730         * src/main.c
11731         * src/mainwindow.c
11732         * src/prefs_common.[ch]
11733                 Added user definable notification on new mail arrival.
11734                 Removed unused variables in spell checker prefs code.
11735
11736 2002-03-02 [melvin]     0.7.2claws25
11737
11738         * src/quote_fmt.c
11739                 Removed unnecessary escape sequences.
11740                 Changed 'Initial...' to 'Initials of Sender'
11741
11742 2002-03-02 [paul]       0.7.2claws24
11743
11744         * sync with sylpheed 0.7.2cvs22
11745                 see ChangeLog entry 2002-03-01
11746
11747 2002-03-01 [hoa]        0.7.2claws23
11748
11749         * src/mainwindow.c
11750                 Set sensitivity of delete actions to active
11751                 even if the folder is a newsgroup.
11752
11753         * src/summaryview.c
11754                 - Set sensitivity of delete actions
11755                 - Added function check_permission() that will check if the
11756                   user is authorized to delete a message. For news, it
11757                   will check if the author is the same.
11758                 - Enabled deletion when there is no trash folder.
11759
11760         * src/news.[ch]
11761                 - Added news_cancel_article() to cancel articles
11762                 - Implemented news_remove_message() (public function)
11763
11764 2002-03-01 [paul]       0.7.2claws22
11765
11766         * src/gtkutils.c
11767           src/textview.c
11768                 recognise urls that that don't include 'http://' and
11769                 simply begin 'www.' 
11770
11771         * AUTHORS
11772                 remove duplicated name
11773
11774 2002-02-28 [paul]       0.7.2claws21
11775
11776         * src/mainwindow.c
11777           src/summaryview.[ch]
11778                 add ability to 'Select thread'
11779                 combines Melvin's "Select thread's head" patch (#510907)
11780                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11781                 patch (#518514) 
11782
11783 2002-02-28 [paul]       0.7.2claws20
11784
11785         * src/mimeview.c
11786                 hopefully fix segfault on right-clicking a mime part
11787                 that some people have experienced.      
11788                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11789
11790 2002-02-28 [paul]       0.7.2claws19
11791
11792         * sync with sylpheed 0.7.2cvs21
11793                 see ChangeLog entries 2002-02-27 and 2002-02-28
11794
11795 2002-02-27 [paul]       0.7.2claws18
11796
11797         * sync with sylpheed 0.7.2cvs18
11798                 see ChangeLog entries 2002-02-26 and 2002-02-27
11799
11800 2002-02-26 [alfons]     0.7.2claws17
11801
11802         * src/procheader.c
11803                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11804                 (spotted by Chris Hessman <idatech@gmx.net>)
11805
11806 2002-02-26 [paul]       0.7.2claws16
11807
11808         * src/mimeview.c
11809           src/pgptext.[ch]
11810           src/procmsg.c
11811                 make decryption of ascii-armored pgp encrypted messages
11812                 and verification of ascii-armored signatures work again.
11813                 slightly altered from the patch by Jens Jahnke 
11814                 <jan0sch@gmx.net>
11815
11816                 ##FIX ME##
11817                 * the checking of plaintext signatures always comes up in 
11818                   a popup box
11819                 * it doesn't work for multipart messages 
11820                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11821                   including the msg headers and these 2 line themselves, are 
11822                   not displayed
11823
11824         * src/mainwindow.c
11825                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11826                 "View/Message View" becomes "View/Separate Message View"
11827                 because its less ambiguous.
11828
11829         * po/es.po
11830                 updated by Ricardo Mones Lastra
11831
11832 2002-02-26 [paul]       0.7.2claws15
11833
11834         * sync with sylpheed 0.7.2cvs17
11835                 see ChangeLog entries 2002-02-25 and 2002-02-26
11836
11837 2002-02-25 [christoph]  0.7.2claws14
11838
11839         * src/filtering.[ch]
11840         * src/inc.c
11841                 do filtering stuff after all messages have been received
11842                   1. drop all messages to .processing
11843                   2. scan processing folder for messages
11844                   3. filter messages or move to inbox
11845                 this will also find old messages left in processing after
11846                 a crash or something like that and we get a real msginfo
11847                 from folder->get_msg_list and do not have to create our
11848                 own in filter_message
11849         * src/matcher_parser_parse.y
11850                 remove MIX/MAX warning (reordered includes)
11851
11852 2002-02-25 [paul]       0.7.2claws13
11853
11854         * sync with sylpheed 0.7.2cvs15
11855                 see ChangeLog entry 2002-02-24
11856
11857 2002-02-24 [alfons]     0.7.2claws12
11858
11859         * src/filtering.c
11860                 clear old color flags first when applying a new color to
11861                 a message info. 
11862                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11863
11864 2002-02-24 [alfons]     0.7.2.claws11
11865         
11866         * AUTHORS
11867         * src/prefs_common.c
11868                 add presets for Opera and Konqueror, closes patch #517261,
11869                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11870
11871 2002-02-24 [alfons]     0.7.2.claws10
11872
11873         * AUTHORS
11874         * src/summaryview.c
11875                 fix threading for null message ids, closes patch #521601,
11876                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11877
11878 2002-02-24 [alfons]     0.7.2claws9
11879
11880         * src/summaryview.c
11881         * src/filtering.c
11882                 make Tool | Filter Message work with filtering system so
11883                 setting flags also works
11884
11885                 TODO:
11886
11887                 - Processing uses the same function as Tool | Filter
11888                   Message, but doesn't use the same update proc yet
11889
11890 2002-02-23 [paul]       0.7.2claws8
11891
11892         * sync with sylpheed 0.7.2cvs14
11893                 see ChangeLog entries 2002-02-22 and 2002-02-23
11894
11895 2002-02-22 [christoph]  0.7.2claws7
11896
11897         * src/quote_fmt.c
11898                 Add column space to table
11899         * src/quote_fmt_parse.y
11900                 Close files
11901
11902 2002-02-22 [paul]       0.7.2claws6
11903
11904         * src/Makefile.am
11905           src/defs.h
11906           src/filtering.c
11907           src/inc.[ch]
11908           src/mainwindow.c
11909           src/matcher.[ch]
11910           src/matcher_parser_lex.l
11911           src/matcher_parser_parse.y
11912           src/pop.[ch]
11913           src/prefs_account.h
11914           src/prefs_filtering.c
11915           src/selective_download.[ch]   *** NEW FILES ***
11916           src/utils.[ch]
11917           po/POTFILES.in
11918                 Selective Download added to 'Tool' menu. 
11919                 Retrieves email headers of the currently selected pop3 
11920                 account and allows the user to mark emails for deletion 
11921                 right on the pop3 server. Patch submitted by Oliver Haertel 
11922                 <oha@users.sourceforge.net>.
11923         
11924         * po/POTFILES.in
11925                 add 'src/quote_fmt.c'           
11926
11927 2002-02-22 [christoph]  0.7.2claws5
11928
11929         * src/Makefile.am
11930                 added quote_fmt.c
11931         * src/prefs_common.[ch]
11932         * src/prefs_template.c
11933         * src/quote_fmt.c               *** NEW FILE ***
11934         * src/quote_fmt.h
11935                 move quote format symbol description code
11936                 to it's own file because it is used from
11937                 differnent code parts
11938                 Rewrote symbol description GUI
11939                   + use table
11940                   + add separators
11941                   + get data from array (no more long constant strings)
11942         * src/quote_fmt_lex.l
11943         * src/quote_fmt_parse.y
11944                 Symbol for Literal % changed to \% instead of %%
11945                 (More logical as \ is used for quoting for other symbols)
11946                 Add |f and |p to include files and program output
11947                 Examples:
11948                     |f{/home/.../.signature}
11949                     |p{date}
11950         * po/de.po
11951                 Correct wrong spelling for "Referenzen"
11952
11953 2002-02-21 [paul]       0.7.2claws4
11954
11955         * src/procmsg.c
11956                 forgotten during sync
11957
11958 2002-02-21 [paul]       0.7.2claws3
11959
11960         * sync with sylpheed 0.7.2cvs11
11961                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11962                 2002-02-20 and 2002-02-21
11963
11964 2002-02-20 [melvin]     0.7.2claws2
11965
11966         * src/prefs_actions.c
11967                 Added error report when child cannot fork or when execvp 
11968                 returns with an error.
11969
11970 2002-02-19 [christoph]  0.7.2claws1
11971
11972         * src/codeconv.c
11973                 return unconverted text if conde conversion is not possible
11974                 when libjconv is used.
11975                 (patch submitted by "Simon 'corecode' Schubert")
11976
11977 2002-02-19 [paul]       
11978
11979         * version 0.7.2claws release
11980
11981 2002-02-19 [paul]       0.7.2claws
11982
11983         * po/nl.po
11984                 updated by Wilbert Berendsen
11985
11986
11987 2002-02-18 [alfons]     0.7.1claws13
11988
11989         * src/syldap.c
11990         * src/jpilot.c
11991                 remove references to dlfcn and explicitly loading functions
11992                 from dynalink libs, because libs linked anyway, and functions
11993                 are loaded explicitly
11994
11995 2002-02-17 [melvin]     0.7.1claws12
11996
11997         * src/prefs_actions.c
11998                 Replaced children wait loop with double fork technique.
11999                 Now, input/output window updated at each new output.
12000                 free_children(): Fixed a memory leak.
12001                 Made input/output window non closable if running children
12002                 still exist.
12003                 Added missing <unistd.h> include.
12004                 Added some --debug outputs.
12005
12006 2002-02-17 [melvin]     0.7.1claws11
12007
12008         * src/summaryview.c
12009                 Fixed bug where descending sort order did not select top
12010                 message.
12011
12012 2002-02-17 [melvin]     0.7.1claws10
12013
12014         * acconfig.h
12015                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12016         * src/prefs_common.c
12017                 Pspell data package directory no more hard coded but
12018                 set during configuration (PSPELL_PATH). (Thanks to 
12019                                 Gustavo Noronha Silva.)
12020
12021 2002-02-17 [melvin]     0.7.1claws9
12022
12023         * configure.in
12024                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12025         * src/gtkspell.c
12026                 Fixed compile-time warnings.
12027
12028 2002-02-16 [alfons]     0.7.1claws8
12029
12030         * src/filesel.c
12031                 fix inadvertent free of NULL pointer which caused
12032                 sylpheed to crash when closing the save-as dialog
12033                 using the window close button
12034
12035 2002-02-16 [carsten]    0.7.1claws7
12036         * src/mainwindow.[ch]
12037           src/summaryview.c
12038           src/prefs_common.c
12039                 fixes for pixmap theming code:
12040                         - recently changed mail attributes shouldn't get
12041                           lost any longer
12042                         - theme is only reloaded iff another theme was
12043                           selected
12044
12045 2002-02-16 [paul]       0.7.1claws6
12046
12047         * sync with sylpheed 0.7.2 release
12048                 see ChangeLog entry 2002-02-15 and 2002-02-16
12049
12050 2002-02-15 [paul]       0.7.1claws5
12051
12052         * sync with sylpheed 0.7.1cvs9
12053                 see ChangeLog entry 2002-02-15
12054
12055         * po/POTFILES.in
12056                 remove unneeded headerwindow.c entry
12057
12058 2002-02-14 [carsten]    0.7.1claws4
12059         * src/summaryview.c
12060                 fixed a bug for "Go to next unread message": there was
12061                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12062                 in the prefs, because of doing "Search again" instead
12063                 "No"
12064
12065 2002-02-14 [carsten]    0.7.1claws3
12066         * src/stock_pixmap.c
12067                 removed 2 more mem leaks; following memprof,
12068                 this code is "leak free" now :)
12069
12070 2002-02-14 [carsten]    0.7.1claws2
12071         * src/stock_pixmap.c
12072                 used opendir/readdir/closedir instead of scandir
12073                 -> code should work now on Solaris
12074
12075 2002-02-14 [paul]       0.7.1claws1
12076
12077         * sync with sylpheed 0.7.1cvs8
12078                 see ChangeLog entries 2002-02-13 and 2002-02-14
12079
12080         * README.claws
12081                 add some description of Actions and Pixmap Themes
12082
12083 2002-02-13 [paul]       
12084
12085         * version 0.7.1claws release
12086
12087 2002-02-13 [paul]       0.7.1claws
12088
12089         * po/es.po
12090           po/it.po
12091           po/pt_BR.po
12092                 updated translations, submitted by Ricardo Mones Lastra,
12093                 Alessandro Maestri and Fabio Junior Beneditto
12094
12095 2002-02-13 [melvin]     0.7.0claws75
12096
12097         * src/prefs_actions.c
12098                 Added missing "signal.h" include
12099
12100 2002-02-13 [melvin]     0.7.0claws74
12101
12102         * src/prefs_folder_item.c
12103                 Added missing "config.h" include
12104         * po/fr.po
12105                 Updated French translation for folder propriety.
12106
12107 2002-02-13 [jens]       0.7.0claws73
12108
12109         * po/POTFILES.in
12110                 Added missing src/prefs_folder_item.c [log added by melvin]
12111         * po/de.po
12112                 Updated German translation.
12113
12114 2002-02-13 [melvin]     0.7.0claws72
12115
12116         * po/fr.po
12117                 Updated French translation.
12118
12119 2002-02-13 [melvin]     0.7.0claws71
12120
12121         * src/gtkutils.c
12122                 Made gtkut_editable_get_selection return NULL if selection
12123                 is of length zero.
12124                 This fixes a bug where selecting part of message A then
12125                 switching to message B and replying to it will not
12126                 quote the message's body.
12127
12128 2002-02-12 [paul]       0.7.0claws70
12129
12130         * src/mainwindow.c
12131                 cosmetic, relating to pixmap themes: on toolbar make 
12132                 updating of 'Exec' and 'Compose news/Compose email'
12133                 icons faster.
12134
12135 2002-02-12 [carsten]    0.7.0claws69
12136         * src/folderview.c
12137           src/mainwindow.[ch]
12138           src/stock_pixmap.c
12139           src/summaryview.c
12140           src/prefs_common.c
12141                 - refreshing after changing pixmap theme better
12142                   now (thanks Paul)
12143                 - wanted to remove some mem leaks, but alfons was
12144                   faster (and had the better solution ;)
12145
12146 2002-02-12 [alfons]     0.7.0claws68
12147
12148         * src/prefs_common.c
12149         * src/stock_pixmap.[ch]
12150                 plug mem leaks, refactor code a little bit
12151
12152
12153 2002-02-12 [sergey]     0.7.0claws67
12154
12155         * src/imap.c
12156                 Fixed problem with copying messages to IMAP folders when the
12157                 server uses something other than '/' as a namespace separator
12158                 (cyrus-imapd uses '.').
12159
12160 2002-02-12 [jens]       0.7.0claws66
12161
12162         * po/de.po
12163                 Updated German Translation
12164
12165 2002-02-12 [paul]       0.7.0claws65
12166
12167         * sync with sylpheed 0.7.1cvs1
12168                 see ChangeLog entry 2002-02-12
12169
12170 2002-02-12 [melvin]     0.7.0claws64
12171
12172         * src/prefs_actions.c
12173                 Fixed "feature" where children's output was duplicated 
12174                 instead of refreshed while monitoring.
12175                 Removed some debug code.
12176
12177 2002-02-12 [christoph]  0.7.0claws63
12178
12179         * src/compose.c
12180                 always delete message from queue after sending/send error
12181                 (closes bug #509601)
12182
12183 2002-02-12 [melvin]     0.7.0claws62
12184
12185         * src/prefs_actions.c
12186                 Children wait loop is now triggered with a timeout of 1s
12187                 Added %F which is replaced with the list of filenames 
12188                 of all selected messages (as suggested by Ricardo Mones Lestra)
12189                 Pipe syntax changed. Prefix with | to send selection, postfix
12190                 with | to retrieve output. Prefix with > or * to send
12191                 user definable input to the command (*: input is hidden)
12192                 Old pipe action should now be postfixed with |, too.
12193
12194 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12195         * src/stock_pixmap.c
12196                 fixed a bug: if there's no theme directory don't
12197                 throw an error, just do "nothing" (thanks Alfons)
12198
12199 2002-02-12 [carsten]    0.7.0claws60
12200         * src/folderview.c
12201           src/summaryview.c
12202                 had to write the cache twice (nasty!); some marks would 
12203                 get lost if not
12204
12205 2002-02-11 [carsten]    0.7.0claws59
12206         * acconfig.h
12207           configure.in
12208           doc-src/maintainer_guide.txt
12209           src/compose.[ch]
12210           src/defs.h
12211           src/folderview.[ch]
12212           src/gtkutils.[ch]
12213           src/mainwindow.[ch]
12214           src/prefs_common.[ch]
12215           src/stock_pixmap.[ch]
12216           src/summaryview.[ch]
12217                 pixmap theming and related work on pixmap
12218                 handling on some other places
12219                 (e.g. hrm features for all folder)
12220           src/pixmap/stock_*.xpm -> the stock_ was removed
12221         
12222 2002-02-11 [paul]       0.7.0claws58
12223
12224         * sync with sylpheed 0.7.1 release
12225                 see ChangeLog entries 2002-02-11
12226
12227 2002-02-08 [paul]       0.7.0claws57
12228
12229         * sync with sylpheed 0.7.0cvs39
12230                 see ChangeLog entry 2002-02-07 (last entry) 
12231
12232         * src/prefs_actions.c
12233           src/prefs_filtering.c
12234           src/prefs_matcher.c
12235           src/prefs_scoring.c
12236                 sync: made it compile with C compilers other than gcc
12237
12238 2002-02-07 [paul]       0.7.0claws56
12239
12240         * sync with sylpheed 0.7.0cvs38
12241                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12242                 2002-02-07
12243
12244 2002-02-07 [darko]      0.7.0claws55
12245
12246         * src/gtkutils.[ch]
12247         * src/summaryview.c
12248                 Fix const gchar */gchar * issue (thanks Hiro)
12249
12250 2002-02-07 [darko]      0.7.0claws54
12251
12252         * src/compose.[ch]
12253         * src/filtering.c
12254         * src/gtkutils.[ch]
12255         * src/prefs_template.c
12256         * src/quote_fmt.h
12257         * src/quote_fmt_parse.y
12258         * src/summaryview.c
12259         * src/utils.[ch]
12260                 When replying or forwarding an email don't quote the entire
12261                 mail body but use the part of the message text that is selected
12262
12263 2002-02-06 [melvin]     0.7.0claws53
12264
12265         * src/prefs_common.[ch]
12266         * src/gtkspell.[ch]
12267         * src/compose.c
12268                 Made possible to switch quickly to last used dictionary
12269                 which makes checking bilingual documents easier.
12270
12271 2002-02-06 [melvin]     0.7.0claws52
12272         
12273         * po/POTFILES.in
12274                 Added forgotten new file src/prefs_actions.c
12275
12276 2002-02-06 [melvin]     0.7.0claws51
12277
12278         * src/prefs_actions.c   ** NEW FILE **
12279         * src/prefs_actions.h   ** NEW FILE **
12280                 Added actions to execute on message text view, or on the
12281                         message's file.
12282         * src/Makefile.am
12283                 Added src/prefs_actions.[ch]
12284         * src/compose.c
12285                 Added new menu "Edit/Actions"
12286         * src/defs.h
12287                 Added new actionsrc file.
12288         * src/main.c
12289                 Added actionsrc reading.
12290         * src/mainwindow.c
12291                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12292         * src/prefs_common.h
12293                 Added new element actionslst element to prefs_common.
12294
12295 2002-02-06 [paul]       0.7.0claws50
12296
12297         * sync with sylpheed 0.7.0cvs36
12298                 see ChangeLog entry 2002-02-06
12299
12300 2002-02-05 [paul]
12301
12302         * po/es.po
12303                 updated by Ricardo Mones Lastra
12304
12305 2002-02-05 [paul]       0.7.0claws49
12306
12307         * sync with sylpheed 0.7.0cvs33
12308                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12309
12310 2002-02-05 [paul]       0.7.0claws48
12311
12312         * src/compose.c
12313                 re-add 'Edit/Advanced/Delete entire line', previously named
12314                 'Delete Line+'
12315
12316 2002-02-04 [paul]       0.7.0claws47
12317
12318         * src/compose.c
12319           src/summaryview.c
12320                 fix bug #494993 (Reply All not taking Reply-To into consi)
12321                 eliminate differences in behaviour of right-click 'Reply to all' 
12322                 in summary view and 'Reply to all' on the toolbar. 
12323                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12324                 view and From gets ignored by 'Reply to all' on toolbar.
12325                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12326                 From when no Reply-To header is present.
12327
12328 2002-02-04 [paul]       0.7.0claws46
12329
12330         * sync with sylpheed 0.7.0cvs30
12331                 see ChangeLog entries 2002-02-03 and 2002-02-04
12332
12333 2002-02-03 [melvin]     0.7.0claws45
12334
12335         * src/gtkspell.[ch]
12336                 Readded function to highlight all misspelled words.
12337                 Fixed bug where user-provided-words did not replace
12338                         correctly the misspelled word when using the mouse.
12339                 Fixed bug where checking a region selected from right to left did
12340                         not check the region at all.
12341                 Fixed bug where 'Check backwards' may not check at all. 
12342                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12343                 Fixed possible buffer overflow when checking for long strings (>1k).
12344                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12345                 Accelerators code uses now gtk_widget_add_accel.
12346                 Removed and disabled obsolete and unfinished code.
12347                 Cleaning up.
12348
12349         * src/compose.c
12350                 Added menu item to Highlight all misspelled words.
12351
12352 2002-02-01 [paul]       0.7.0claws44
12353
12354         * src/mainwindow.c
12355                 fix '/View/Hide read messages' sensitivity when all
12356                 messages in a folder are hidden
12357
12358 2002-02-01 [paul]       0.7.0claws43
12359
12360         * src/main.c
12361                 add --send option to command line interface, sends all
12362                 queued mail. Patch submitted by Ricardo Mones Lastra.
12363
12364 2002-01-31 [paul]       0.7.0claws42
12365
12366         * src/mainwindow.c
12367                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12368
12369 2002-01-31 [paul]       0.7.0claws41
12370
12371         * sync with sylpheed 0.7.0cvs27
12372                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12373                 and 2002-01-31
12374
12375         * src/textview.c
12376                 comment out elements of textview_show_part() as temporary
12377                 workaround for attachment 'Display as text' bug 
12378
12379         * po/pt_BR.po
12380                 updated by Fabio Junior Beneditto
12381
12382 2002-01-30 [paul]       0.7.0claws40
12383
12384         * sync with sylpheed 0.7.0cvs24
12385                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12386                 and 2002-01-30
12387
12388         * src/compose.c
12389                 add {N_("/_Spelling"), ... "<Branch>"} to 
12390                 GtkItemFactoryEntry compose_entries[]
12391
12392         * src/prefs_common.c
12393                 add claws menu items to prefs_keybind_apply_clicked()
12394                 and remove non-claws menu items
12395
12396 2002-01-29 [paul]       0.7.0claws39
12397
12398         * sync with sylpheed 0.7.0cvs22
12399                 see ChangeLog entries 2002-01-28 and 2002-01-29
12400
12401 2002-01-28 [melvin]     0.7.0claws38
12402
12403         * src/compose.c
12404                 Added the declartion of compose_send_control_enter.
12405
12406         * src/compose.c
12407         * src/gtkspell.[ch]
12408                 Added in a 'Spelling' menu which includes the configuration menu. 
12409                 Added a real 'Check all' and got rid from the old one which only
12410                 highlited misspelled word.
12411                 Made 'Check while typing' a disableable option.
12412                 Added a dialog when there are no more misspelled word.
12413                 Added a dialog if error occurs when switching to a dictionary.
12414         
12415         * src/prefs_common.[ch]
12416                 Added option for the default 'Check while typing' option.
12417
12418
12419 2002-01-28 [alfons]     0.7.0claws37
12420
12421         * src/compose.c
12422                 fix buglet and make code comply with sylpheed code style
12423
12424 2002-01-28 [paul]       0.7.0claws36
12425
12426         * sync with sylpheed 0.7.0cvs19
12427                 see ChangeLog entries for 2002-01-28
12428
12429 2002-01-28 [hoa]        0.7.0claws35
12430
12431         * src/defs.h
12432                 added rendererrc
12433
12434         * src/main.c
12435                 read the renderer config
12436
12437         * src/procmime.[ch]
12438                 use the renderer config to convert mime attachments
12439
12440         * src/textview.c
12441                 don't use textview_show_html/ertf,
12442                 use get_text_content instead
12443
12444 2002-01-27 [alfons]     0.7.0claws34
12445         
12446         * src/news.c
12447                 make sylpheed believe it can delete a news message...
12448                 (messages are NOT deleted, maybe we should remove
12449                 processing from the folder properties after all.)
12450
12451 2002-01-27 [alfons]     0.7.0claws33
12452
12453         * src/folder.c
12454                 add extra checks
12455         * src/news.c
12456                 implement remove_msg() 
12457
12458 2002-01-27 [alfons]     0.7.0claws32
12459
12460         * src/procmsg.h
12461         * src/procheader.c
12462         * src/messageview.c
12463                 fix return receipt / disposition notification again. this
12464                 stuff seems to break on _every_ major summary UI change, so
12465                 it's now implemented using a flag which is saved in the
12466                 marks cache
12467                 
12468 2002-01-26 [alfons]     0.7.0claws31
12469
12470         * src/import.c
12471                 let import dialog show the destination folder identifier
12472
12473 2002-01-26 [melvin]     0.7.0claws30
12474
12475         * src/folderview.c
12476         * src/summaryview.c
12477                 Readded 'Mark all read' into summary view popup menu
12478                 Added 'Mark all read' in folder view popup menu for IMAP
12479                 and NNTP.
12480                 Made it insensitive if the selected folder is not the shown
12481                 one to avoid 'Mark all read' on the wrong folder.
12482                 
12483 2002-01-26 [paul]       0.7.0claws29
12484
12485         * src/folderview.c
12486           src/summaryview.c
12487                 move 'Mark all read' from summary view to folder view
12488                 menu. (adapted from) patch submitted by Jeremy Andrews,
12489                 <lists@kerneltrap.com>
12490
12491 2002-01-25 [alfons]     0.7.0claws28
12492
12493         * src/gtkstext.c
12494                 put the gtk class name back so GtkSText adapts the 
12495                 settings of GtkText
12496
12497 2002-01-25 [alfons]     0.7.0claws27
12498
12499         * src/folderview.c 
12500                 assimilate Ricardo's patch that shows pixmaps instead of
12501                 plain "new" and "unread" texts in the folder view column
12502                 headers 
12503
12504 2002-01-25 [paul]       0.7.0claws26
12505
12506         * src/Makefile.am
12507                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12508                 be found in non-standard locations. 
12509                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12510
12511 2002-01-25 [paul]       0.7.0claws25
12512
12513         * sync with sylpheed 0.7.0cvs16
12514                 see ChangeLog entry 2002-01-25
12515
12516 2002-01-24 [paul]       0.7.0claws24
12517
12518         * more sync with sylpheed 0.7.0cvs15
12519                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12520
12521 2002-01-23 [sergey]     0.7.0claws23
12522
12523         * src/importldif.c
12524                 Fixed segfault when closing LDIF import wizard with
12525                 the window manager.
12526         * src/imageview.c
12527         * src/imageview.h
12528         * src/messageview.c
12529         * src/mimeview.c
12530                 Fixed wrong scrolling position after switching between
12531                 text and image parts.
12532
12533 2002-01-23 [paul]       0.7.0claws22
12534
12535         * sync with sylpheed 0.7.0cvs15
12536                 see ChangeLog entries 2002-01-22 and 2002-01-23
12537
12538 2002-01-21 [melvin]     0.7.0claws21
12539
12540         * src/prefs_scoring.c
12541         * src/prefs_filtering.c
12542                 Fixed bug where scoring and filtering windows stopped
12543                 autochecking.
12544
12545 2002-01-21 [paul]       0.7.0claws20
12546
12547         * sync with sylpheed 0.7.0cvs12
12548                 see ChangeLog entries 2002-01-20 and 2002-01-21
12549
12550 2002-01-21 [carsten]    0.7.0claws19
12551         * src/mainwindow.c
12552         * src/menu.[ch]
12553         * src/messageview.[ch]
12554         * src/summaryview.[ch]
12555                 changes to shortcuts handling again:
12556                         + "Q" now controled by mainwin
12557                         + v/V are now customizable and have slightly
12558                           different meanings
12559                 the "button" to minimize the messageview (and maximize
12560                 the summary view) is a real button now
12561         * src/compose.c
12562                 "Delete Line+" added to Edit/Advanced (this will also
12563                 delete the '\n')
12564
12565 2002-01-20 [melvin] 0.7.0claws18
12566
12567         * src/addressbook.c
12568                 Made "Bcc" sensitive when addressbook is called from
12569                 compose window (it was a Claws only bug).
12570
12571 2002-01-19 [alfons] 0.7.0claws17
12572
12573         * src/inc.c
12574                 prevent unnecessary updates when currently selected folder has
12575                 no new messages 
12576
12577 2002-01-19 [alfons] 0.7.0claws16
12578         
12579         * src/summaryview.c
12580                 prevent writing the cache based on current message list in summary 
12581                 view when filtering also put messages in currently selected folder
12582
12583 2002-01-19 [paul]
12584
12585         * po/it.po
12586                 Italian translation submitted by Alessandro Maestri
12587                 <a.maestri@cs.tin.it>
12588
12589 2002-01-18 [melvin]     0.7.0claws15
12590
12591         * src/prefs_filters.c
12592                 fixed bug where 'cancel' from 'filters' window stops autochecking
12593                 if the timer timed out  when the window was open.
12594
12595 2002-01-18 [match]      0.7.0claws14
12596
12597         * src/addrclip.[ch]     ** NEW FILE **
12598         * src/addrselect.[ch]   ** NEW FILE **
12599         * src/adbookbase.h      ** NEW FILE **
12600                 addressbook cut, copy and paste
12601         * src/addrbook.[ch]
12602         * src/addrcache.[ch]
12603         * src/addressitem.h
12604         * src/addrindex.[ch]
12605         * src/addritem.[ch]
12606         * src/importldif.c
12607         * src/importmutt.c
12608         * src/jpilot.[ch]
12609         * src/syldap.[ch]
12610         * src/vcard.[ch]
12611         * src/jpilot.[ch]
12612         * src/editbook.c
12613         * src/editjpilot.c
12614         * src/editldap.c
12615         * src/editvcard.c
12616                 support for copy/paste
12617         * src/addressbook.c
12618                 support for copy/paste
12619                 tidy up menu option processing
12620                 correct address list function arguments
12621         * src/editaddress.c
12622                 sort user attributes
12623         * src/ldif.h
12624         * src/mutt.h
12625                 tidy up
12626
12627         * src/addrbook.[ch]
12628         * src/addrbook.[ch]
12629         * src/addrbook.[ch]
12630                 
12631
12632 2002-01-18 [paul]       0.7.0claws13
12633
12634         * sync with sylpheed 0.7.0cvs8
12635                 configure.in: support Mac OS X (Darwin)
12636
12637 2002-01-18 [carsten]    0.7.0claws12
12638         * src/html.c
12639                 small hack to fix a segfault with an empty href
12640                 (reported by Alexandra Walford <deeni@altern.org>)
12641         * src/mainwindow.c
12642         * src/summaryview.c
12643                 the shortcuts for Mark und Mark as unread are hardcoded
12644                 again
12645         * src/compose.c
12646         * src/gtkstext.[ch]
12647                 readded the shortcuts in gtkstext but made them
12648                 customizeable (simply by adding a menu plus a wrapper
12649                 to compose.c)
12650
12651 2002-01-17 [melvin]     0.7.0claws11
12652
12653         * src/gtkspell.c
12654                 fix default dictionary not being saved.
12655
12656 2002-01-16 [darko]      0.7.0claws10
12657
12658         * src/compose.c
12659                 fix wrapping crash with URL longer than wrapping margin
12660
12661 2002-12-08 [hoa]        0.7.0claws10
12662
12663         * src/matcher_parser_parse.y
12664                 fixed some bugs
12665
12666         * src/prefs_filtering.c
12667                 now, we can use bounce action in the dialog box.
12668
12669 2002-01-16 [carsten]    0.7.0claws9
12670         * src/gtkstext.c
12671                 removed the <control> and <alt> shortcuts because they're
12672                 not needed and interefered with the "normal" shortcuts
12673         * src/mainwindow.c
12674         * src/summaryview.c
12675                 removed most of the hardcoded shortcuts and assigned
12676                 them to menu entries making them easy customizable by
12677                 that
12678
12679 2002-01-16 |melvin]     0.7.0claws8
12680
12681         * src/gtkspell.c
12682                 fixed bug where using the mouse and when the compose
12683                 window is not on top may result in a crash.
12684
12685 2002-01-16 [melvin]     0.7.0claws7
12686
12687         * src/compose.c
12688                 fixed a long standingspell checker bug which could 
12689                 cause a crash after sending a message.
12690
12691 2002-01-16 [paul]       0.7.0claws6
12692
12693         * sync with sylpheed 0.7.0cvs7
12694                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12695                 2002-01-15, and 2002-01-16
12696
12697 2002-01-16 [melvin]     0.7.0claws5
12698
12699         * README.claws
12700         * src/compose.c
12701         * src/gtkspell.[ch]
12702         * src/main.c
12703                 Heavily modified spell checker code to work around
12704                 ispell bug, to add keyboard shortcuts and for future
12705                 enhancements. See README.claws for usage information.
12706
12707 2002-01-15 [alfons]     0.7.0claws4
12708         
12709         * src/summaryview.c
12710                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12711                 so sorting within threads reflects sort mode
12712
12713 2002-01-15 [christoph]  0.7.0claws3
12714
12715         * src/procmsg.c
12716                 added alertpanel if mail sending failed
12717
12718 2002-01-15 [alfons]     0.7.0claws2
12719         
12720         * src/prefs_filtering.c
12721                 don't stop timer when prefs filtering dialog is opened
12722
12723 2002-01-14 [alfons]     0.7.0claws1
12724
12725         * src/addr_compl.c
12726         * src/prefs.c
12727                 remove debug_print()s for privacy reasons
12728
12729 2002-01-14 [darko]      0.7.0claws
12730
12731         * README.claws
12732                 quotation wrapping is now also in the main branch
12733
12734 2002-01-14 [paul]
12735
12736         * tools/filter_conv.pl
12737                 allow for Boolean Op and case-sensitivity
12738                 this file is included in the release and tagged
12739                 'rel_0_7_0'
12740
12741 2002-01-13 [paul]       0.7.0claws
12742
12743         * release 0.7.0, with cvs tag 'rel_0_7_0'
12744
12745 2002-01-13 [paul]
12746
12747         * tools/filter_conv.pl
12748         * tools/README
12749                 rewritten to output to matcherrc instead of filteringrc
12750
12751         * po/es.po
12752                 updated Spanish translation by Ricardo Mones Lastra
12753
12754 2002-01-13 [alfons]
12755
12756         * po/nl.po
12757                 update dutch translation
12758
12759 2002-01-13 [paul]
12760
12761         * po/pt_BR.po
12762                 Updated by Fabio Junior Beneditto 
12763
12764 2002-01-13 [melvin]     0.6.6claws53
12765
12766         * po/fr.po
12767                 Updated french translation
12768
12769 2002-01-12 [alfons]     0.6.6claws52
12770
12771         * src/filtering.c
12772                 plug mem leak that has been sitting there for ages              
12773
12774 2002-01-12 [alfons]     0.6.6claws51
12775
12776         * src/summaryview.c
12777                 undo melvin's changes from 0.6.6claws48 because summary
12778                 view now refuses to select first unread message when
12779                 selecting a folder 
12780
12781 2002-01-11 [alfons]     0.6.6claws50
12782
12783         * src/import.c
12784                 use claws' semantics for getting folder item when
12785                 importing an mbox file into a folder 
12786                 (submitted by Dale P. Smith)
12787
12788 2002-01-11 [christoph]  0.6.6claws49
12789
12790         * src/prefs.h
12791                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12792                 toggle widget, because non static prefs can not use
12793                 prefs_set_* functions
12794         * src/prefs_account.c
12795                 toggle smtp auth password field sensitivity if
12796                 user id is empty and add descrition of usage for
12797                 these fields
12798         * src/prefs_folder_item.c
12799                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12800                 callbacks
12801
12802 2002-01-11 [melvin]     0.6.6claws48
12803
12804         * src/compose.c
12805                 fix the 'Ctrl-Enter' feature for sending and test really
12806                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12807                 editables which was not documented in Gtk)
12808
12809         * src/summaryview.c
12810                 Made summaryview refresh after sorting and not before.
12811
12812 2002-01-11 [christoph]  0.6.6claws47
12813
12814         * src/compose.c
12815                 select account from account ids if possible and
12816                 correctly set save folder for copy in reedit
12817
12818 2002-01-10 [paul]       0.6.6claws46
12819
12820         * sync with sylpheed 0.7.0 release
12821                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12822                 2002-01-09
12823
12824 2002-01-09 [alfons]
12825
12826         * src/summaryview.c
12827                 remove more dirt traces...
12828
12829 2002-01-09 [alfons]
12830         
12831         * src/summaryview.c
12832                 clean up some traces of my debugging stuff
12833
12834 2002-01-09 [alfons]     0.6.6claws45
12835
12836         * src/filtering.c
12837                 break up filteringprop_apply() in three separate pieces
12838                 so we can drop messages that failed processing in the
12839                 inbox
12840
12841         * src/summaryview.c
12842                 fix bug #469598 "no refresh of inbox after filter" which 
12843                 was introduced by the new summary view locking, and which 
12844                 prevented the summary view to update after a manual filter 
12845                 message. claw's filter message requires a summary_show().
12846                 (aargh, summary_show() again! :-)
12847                 
12848 2002-01-07 [alfons]     0.6.6claws44
12849
12850         * src/headerwindow.c
12851         * src/logwindow.c
12852         * src/messageview.c
12853         * src/sourcewindow.c
12854                 bring in Hiro's last 0.7.0 wm class fixes
12855
12856         * tools/sylprint.pl
12857                 bring in Ricardo's fix for sylprint script
12858
12859         * AUTHORS       
12860         * src/rfc2015.[ch]
12861         * src/prefs_common.[ch]
12862         * src/prefs_account.[ch]
12863         * src/compose.c
12864                 clean up account preference poison in rfc2015,
12865                 and preparation to fix double sign bug 
12866                 (patch submitted by Simon 'corecode' Schubert)
12867
12868 2002-01-07 [christoph]  0.6.6claws43
12869
12870         * src/mh.c
12871                 search for free message number, do not only rely
12872                 on last_num
12873         * src/send.c
12874                 fix smtp auth and use extra account information
12875                 if available, if not use pop3 data instead
12876                 (closes bug #500341)            
12877         * src/ssl.[ch]
12878                 match coding style
12879
12880 2002-01-06 [alfons]     0.6.6claws42
12881
12882         * src/mainwindow.c
12883                 try making the separate windows work again...
12884
12885 2002-01-06 [alfons]     0.6.6claws41
12886
12887         * src/mainwindow.c
12888                 adapt Hiro's separate window menu (to get rid of the funny
12889                 duplicate menu items), and make it work again
12890
12891 2002-01-06 [alfons]     0.6.6claws40
12892
12893         * tools/Makefile.am
12894         * tools/sylprint.rc
12895         * tools/sylprint.pl
12896         * tools/README.sylprint
12897                 add sylprint script for printing mails from Sylpheed
12898                 (contributed by Ricardo Mones Lastra)
12899
12900         * src/acount.c
12901                 clean up
12902
12903 2002-01-06 [melvin]     0.6.6claws39
12904
12905         * src/mainwindow.c
12906         * src/summaryview.c
12907                 Fixed crash introduced in 0.6.6claws38 by the menu
12908                 reorganisation (Hide read messages)
12909         
12910         * ChangeLog.claws 
12911                 Fixed typo (we are now in 2002, alfons ;) )
12912
12913 2002-01-05 [alfons]     0.6.6claws38
12914
12915         * sync with sylpheed 0.6.6cvs10-17
12916                 (last stuff marked as LAST_STABLE)
12917
12918 2002-01-04 [melvin]     0.6.6claws37
12919
12920         * src/account.c
12921                 Made account selection code use strcasestr again instead of
12922                 g_strcasecmp (fixes bug where reediting queued messages
12923                 did not select proper account reported by T. Link).
12924         
12925         * src/folderview.c
12926                 Fix bug where folder icons are not shown when 'hide read messages'
12927                 is on.
12928         
12929         * src/stock_pixmaps.[ch]
12930                 Added folder icons for 'hide read messages'.
12931         
12932         * src/compose.c
12933                 Fixed bug where 'Enter' in a header entry will send the message 
12934                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12935
12936 2002-01-03 [melvin]     0.6.6claws36
12937         
12938         * src/prefs.[ch]
12939                 Added popup menu for common preferences and
12940                 account preferences (right click on tab displays
12941                                 a menu of all tabs.)
12942
12943 2002-01-02 [melvin]     0.6.6claws35
12944
12945         * src/gtkspell.[ch]
12946                 Made spelling code compatible with undo/redo feature.
12947                 Added creation of suggestion mode menu for the general
12948                         preferences.
12949         
12950         * src/prefs_common.[ch]
12951                 Added option menu for the speller's suggestion mode.
12952                 Added missing spaces in "..." buttons and made a "..."
12953                         button non translatable!
12954         
12955         * src/compose.c
12956                 Made speller use the default suggestion mode.
12957                 Hack to make it possible to choose 'CTRL-Enter' as a
12958                         shortcut for sending (and only for sending).
12959
12960         * src/prefs_folder_item.c
12961                 Changing subject simplification does not update cache 
12962                         anymore (because it is unnecessary).
12963                 Fixed bug where changing subject simplification updated the 
12964                         summaryview even when the viewed folder is not the
12965                         folder which properties are being changed. (E.g. 
12966                                         viewing folder A and changing
12967                                         the subject simplification of 
12968                                         folder B -not being viewed- updated the 
12969                                         summaryview of folder A with data of
12970                                         folder B). (Hope this is clear... )
12971
12972 2001-12-31 [alfons]     0.6.6claws34
12973         
12974         * src/ldif.c
12975         * src/mutt.c
12976                 fgetc() returns a signed integer which doesn't
12977                 fit in a char. so c truncates this to a char
12978                 but we may lose significant bits. i.e. we may
12979                 comparing 0xFF which may not be equal to -1
12980                 unless properly casted to signed char which
12981                 we won't do because fgetc() returns a signed
12982                 integer which doesn't fit in a char. so c 
12983                 truncates this to a char but we may lose 
12984                 significat bits. (you got the idea, thanks
12985                 to Gustavo Noronha Silva <kov@debian.org>
12986                 and the Debian folks!)
12987
12988 2001-12-30 [alfons]     0.6.6claws33
12989
12990         * src/prefs_common.c
12991                 add #ifdef USE_PSPELLs that Melvin forgot               
12992
12993 2001-12-30 [melvin]     0.6.6claws32
12994         
12995         * src/prefs_common.[ch]
12996                 Added configurable color for misspelled words.
12997
12998         * src/gtkspell.[ch]
12999                 Fixed bug of foreground text color (reported by David
13000                                 Mehrmann)
13001                 Added configurable color for misspelled words.
13002
13003 2001-12-30 [alfons]     0.6.6claws31
13004
13005         * src/folder.c
13006                 remove unnecessary things someone put there
13007
13008         * src/mh.c
13009         * src/folder.[ch]
13010                 make folder properties (like threading and sorting) persistent
13011                 (closes bug #497424 "rescan folder tree resets proprieties")
13012                 currently this is only for MH folders. 
13013
13014 2001-12-29 [melvin]     0.6.6claws30
13015
13016         * src/string_match.[ch]
13017                 Optimized a bit: regexp pattern buffer compiled only once, and
13018                   one subroutine call removed. Fixed ^ regexp search: Now, 
13019                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13020         
13021         * src/summaryview.c
13022                 Subject filtering changed to filter summary columns and
13023                   not directly the messages subject cache. The loss in 
13024                   performance is balanced by the improvement of string_match.
13025                 Added an alert panel if there is an error in the regexp.
13026
13027         * src/src/prefs_folder_item.h
13028                 Added a regexp pattern buffer.
13029
13030 2001-12-28 [alfons]     0.6.6claws29
13031
13032         * src/string_match.[ch]
13033                 clean up name space
13034                 allow compilation *BSD
13035
13036 2001-12-27 [alfons]     0.6.6claws28
13037
13038         * src/filter.c
13039                 sync the Hiro's bug fix for BSD
13040
13041 2001-12-27 [melvin]     0.6.6claws27
13042         
13043         * src/compose.c
13044                 Simplify focus to subject entry code.
13045
13046 2001-12-27 [darko]      0.6.6claws26
13047
13048         * src/filtering.c
13049         * src/mbox_folder.c
13050         * src/messageview.c
13051         * src/mh.c
13052         * src/procheader.[ch]
13053         * src/procmsg.h
13054         * src/stock_pixmap.[ch]
13055         * src/summaryview.c
13056                 Show key icon for encrypted mails in summary view
13057
13058         * src/pixmaps/clip.xpm
13059         * src/pixmaps/clipkey.xpm
13060         * src/pixmaps/key.xpm
13061                 New/modified icons for the above
13062
13063 2001-12-27 [melvin]     0.6.6claws25
13064
13065         * src/prefs_common.c
13066                 Put spell checker options in a separate tab to decrease
13067                 the Common Preferences window height.
13068
13069         * README.claws  
13070                 Update spell checker usage instruction about its options
13071                 location.
13072
13073 2001-12-27 [melvin]     0.6.6claws24
13074
13075         * src/compose.c
13076                 Changed subject entry widget position. Initial focus is
13077                 on the To header instead of the subject entry.
13078                 Creating a new header scrolls the header list to make the
13079                 created one visible. Nevertheless, when automatically filling
13080                 headers, the first one is shown.
13081                 A Tab key press in the last empty header entry zips the 
13082                 focus to the subject entry.
13083                 (I did not change the combo boxes, yet)
13084
13085 2001-12-26 [alfons]     0.6.6claws23
13086
13087         * src/prefs_account.c
13088         * src/inc.c
13089                 allow default inbox to reside in another mailbox (only
13090                 works for POP3 accounts)
13091
13092 2001-12-26 [alfons]     0.6.6claws22
13093         
13094         * src/textview.c
13095                 make reply-on-click work with the account of the selected folder
13096         * src/compose.c
13097                 put a fixme here to remind me to fix finding correct default
13098                 account for nested folders
13099
13100 2001-12-25 [alfons]     0.6.6claws21
13101
13102         * src/summaryview.c
13103                 make column headers display locked and mark pixmaps (idea by Melvin) 
13104                 fix bug by adding score and locked column type to sort array
13105
13106 2001-12-25 [alfons]     0.6.6claws20
13107         
13108         * src/summaryview.c
13109                 catch a *potentially* inadvertent write back of  
13110                 the message cache(s) introduced by 0.6.5claws37
13111
13112 2001-12-25 [christoph]  0.6.6claws19
13113
13114         * src/stock_pixmap.[ch]
13115         * src/summaryview.c
13116                 add ignore thread pixmap
13117                 (can someone draw a better icon for this?)
13118
13119 2001-12-24 [alfons]     0.6.6claws18
13120
13121         * src/prefs_folder_item.c
13122                 make address completion actually work for the
13123                 Default To address in the Folder Property dialog.
13124
13125 2001-12-24 [alfons]     0.6.6claws17
13126         
13127         * src/summaryview.c
13128                 use new style regexp for subject stripping 
13129                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13130
13131 2001-12-24 [darko]      0.6.6claws16
13132
13133         * src/pgptext.c
13134         * src/rfc2015.c
13135                 move GPG related informational messages to debug mode
13136
13137 2001-12-23 [alfons]     0.6.6claws15
13138
13139         * src/stock_pixmap.[ch]
13140         * src/summaryview.c
13141                 add the forgotten Claws' locked pixmap
13142
13143 2001-12-23 [alfons]     0.6.6claws14
13144
13145         * src/filesel.c
13146                 accept file name typed in entry in multi file
13147                 selector (patch submitted by Gustavo Noronha Silva 
13148                 <kov@debian.org>)
13149
13150 2001-12-23 [alfons]     0.6.6claws13
13151
13152         * src/prefs_filter.c
13153         * src/prefs_filtering.c
13154         * src/matcher.c
13155         * src/importmutt.c
13156                 clean up a little bit
13157         
13158         * src/string_match.c
13159                 validate input strings a little bit more
13160
13161 2001-12-23 [alfons]     0.6.6claws12
13162
13163         * src/Makefile.am
13164         * src/summaryview.c
13165         * src/string_match.[ch]         ** NEW **
13166         * src/folderview.[ch]
13167         * src/headerview.h
13168         * src/folder.[ch]
13169         * src/prefs_folder_item.[ch]
13170                 add subject simplification to strip out strings from
13171                 a subject line (esp. handy for mailing lists). 
13172                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13173                 but slightly changed things for better integration.)
13174
13175 2001-12-23 [alfons]     0.6.6claws11
13176
13177         * src/mainwindow.c
13178                 fix bug introduced by submission included in 0.6.5claws52.
13179                 ideally this submission should clean the trash if any trash
13180                 folder has a message. however, the hasTrash variable was
13181                 set to false whenever a trash folder was empty (discarding
13182                 a previously found *filled* trash folder.)
13183
13184                 also edited the code a little bit and made it more safe.
13185
13186 2001-12-22 [alfons]     0.6.6claws10
13187
13188         * src/imap.c
13189                 quick fix for Martin Pool's omission of an account
13190                 specific SSL setting
13191
13192 2001-12-22 [alfons]     0.6.6claws9
13193
13194         * src/compose.c
13195         * src/messageview.c
13196         * src/mimeview.c
13197         * src/pgptext.c
13198         * src/procmime.[ch]
13199                 better support for multipart/digest (submitted
13200                 by Fredrik <e98fo@efd.lth.se>)
13201
13202 2001-12-22 [alfons]     0.6.6claws8
13203
13204         * src/addressbook.c
13205                 correct function signature
13206         * src/socket.[ch]
13207         * src/imap.[ch]
13208         * src/prefs_account.[ch]
13209                 allow IMAP over SSH tunnel (patch submitted by 
13210                 Martin Pool <mbp@samba.org>)
13211
13212 2001-12-21 [alfons]     0.6.6claws7
13213
13214         * sync with sylpheed 0.6.6cvs4-9
13215                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13216
13217 2001-12-21 [christoph]  0.6.6claws6
13218
13219         * src/compose.c
13220         * src/prefs_folder_item.[ch]
13221                 implement saving of outgoing messages to current folder.
13222                 fix segfault when no default outbox is available
13223                 (closes bug #495683)
13224
13225 2001-12-21 [carsten]    0.6.6claws5
13226         * src/folderview.c
13227         * src/summaryview.c
13228                 pressing CTRL while DND does now the expected thing and
13229                 copies the mail (moving is still the default, as this
13230                 seam more appropriate for handling mails by DND)
13231
13232 2001-12-18 [paul]       0.6.6claws4
13233
13234         * sync with sylpheed 0.6.6cvs3
13235                 see ChangeLog entries 2001-12-18
13236
13237 2001-12-18 [hiro]       0.6.6claws3
13238
13239         * src/undo.c
13240                 fix for multibyte characters (obtain the number of letters
13241                 instead of bytes).
13242
13243 2001-12-17 [paul]       0.6.6claws2
13244
13245         * sync with sylpheed 0.6.6cvs1
13246                 see ChangeLog entry 2001-12-16
13247
13248 2000-12-17 [alfons]     0.6.6claws1
13249
13250         * src/filtering.c
13251                 clean up
13252
13253 2001-12-16 [paul]       0.6.6claws
13254 2001-12-15
13255
13256         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13257
13258         * src/mimeview.c
13259                 last minute sync with main 0.6.6
13260
13261         * po/es.po
13262                 updated by Ricardo Mones Lastra
13263                 update for last minute sync
13264         * po/fr.po
13265         * po/nl.po
13266                 update for last minute sync
13267         * po/de.po
13268                 updated by Jens Oberender
13269         * po/pt_BR.po
13270                 updated by Fabio Junior Beneditto
13271
13272         * src/prefs_common.[ch]
13273         * src/undo.c
13274                 number of undo levels is user configurable
13275                 (squeeze it into the release in the dying
13276                 moments) Submitted by Jens Oberender    
13277
13278 2001-12-15 [melvin]
13279
13280         * po/fr.po
13281                 updated french translation
13282
13283 2001-12-15 [paul]       0.6.5claws92
13284
13285         * sync with sylpheed 0.6.5cvs28
13286                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13287
13288         * po/nl.po
13289                 update to allow for sync
13290
13291 2001-12-15 [alfons]
13292         
13293         * po/nl.po
13294                 update dutch translation
13295
13296 2001-12-14 [carsten]    0.6.5claws91
13297         * src/summaryview.c
13298                 fixed bug #473785; also after changing the column order
13299                 the same message will be selected and displayed as before
13300                 the reordering
13301
13302 2001-12-14 [carsten]    0.6.5claws90
13303         * src/folderview.c
13304                 probably found the bug reported by wwb opening or closing
13305                 a folder tree just before dnd (found the solution in the
13306                 balsa source -- thanks to them)
13307
13308 2001-12-14 [carsten]    0.6.5claws89
13309         * src/gtkutils.c
13310         * src/account.c
13311                 moved gtk_clist_moveto to the right place, so that
13312                 only the accounts dialog is effected on opening
13313
13314 2001-12-14 [carsten]    0.6.5claws88
13315         * src/gtkutils.c
13316                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13317                 now, so that the focused row will be seen in any case
13318                 (reported by wwp on sf-claws-user)
13319
13320 2001-12-14 [darko]      0.6.5claws87
13321
13322         * src/compose.c
13323                 remove unnecessary line
13324
13325 2001-12-14 [paul]       0.6.5claws86
13326
13327         * sync with sylpheed 0.6.5cvs27
13328                 see ChangeLog entries 2001-12-14
13329
13330 2001-12-14 [carsten]    0.6.5claws85
13331         * src/mainwindow.c
13332                 following a suggestion of Melvin the rcoabm pops up
13333                 right under the button now and the button is reliefed
13334                 while the popup is open
13335
13336 2001-12-14 [darko]      0.6.5claws84
13337
13338         * src/compose.c
13339                 fix crash when wrapping long lines if linewrap quotation
13340                 is disabled and wrapper encounters a word spanning more
13341                 than one line
13342
13343 2001-12-13 [paul]       0.6.5claws83
13344
13345         * src/compose.c
13346                 prefer 'Reply-To' header over mailing list header when
13347                 replying to a message. Finally prevent all those confirmation 
13348                 messages being sent to the list itself.
13349
13350         * src/summaryview.c
13351                 remove unused summary_set_menu_sensitive() entry
13352
13353 2001-12-13 [paul]       0.6.5claws82
13354
13355         * src/folderview.c
13356         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13357         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13358         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13359                 improvements to 'Hide read messages': Inbox, Outbox,
13360                 Trash, Queue, and Draft icons now reveal presence of hidden 
13361                 messages
13362
13363 2001-12-12 [alfons]     0.6.5claws81
13364
13365         0.6.5claws80 was tagged as LAST_STABLE
13366
13367         * src/filtering.[ch]
13368         * src/matcher.[ch]
13369         * src/matcher_parser_lex.c
13370                 fix the filtering; my last attempt to get it right, 
13371                 if it does not work, it's Hoa's turn. ;-)
13372
13373                 for my honourable peers:
13374                 
13375                 the code now makes a clear distinction between
13376                 rules as they are displayed (probably escaped),
13377                 and as they are executed (probably unescaped). the
13378                 parser does *NOT* do any unescaping, this is
13379                 the task of the matcher.c (which breaks up a
13380                 rule into condition) and the filtering.c (which
13381                 breaks up the rule's action). to make this
13382                 run happily we provide an unescaped copy of
13383                 crucial strings to the MatcherProp and 
13384                 FilteringAction structures. note that the only
13385                 exception to this is any REGEXP string. those
13386                 are directly passed to regcomp() and regexp()
13387                 (who have much more powerful unescape functions).
13388                 
13389                 for everyone else:
13390         
13391                 you can escape tab (\t), carriage return (\r),
13392                 linefeed (\n), form feed (\f), quote (\"), 
13393                 single quote (\'), bell (\b) in all the entry
13394                 lines in the scoring & filtering dialogs.
13395                 as an added bonus this should not affect
13396                 existing filtering rules.
13397
13398 2001-12-12 [carsten]    0.6.5claws80
13399
13400         * src/summaryview.c
13401         * po/de.po
13402                 "item(s) selected" is now sensitive to 1 or more
13403                 than one selected (nice for language where simple
13404                 adding of a "s" is not possible as German (Eintrag
13405                 ->Eintr"age)
13406                 
13407                 the "forward as attachment" entry from the right
13408                 click menu removed, "forward" acts following the
13409                 prefs
13410         
13411         * src/textview.c
13412                 reverted my former changes; so compiler warning again
13413                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13414                 nevertheless
13415
13416         * src/messageview.c
13417                 "search in message" does now *not* only work in MVIEW_TEXT
13418                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13419                 message
13420
13421         * src/mainwindow.c
13422                 removed "/File/_Close" as it was the same as "/File/E_xit"
13423                 and we don't need it two times
13424
13425                 the separate folder view and message view now get a distinct
13426                 WMCLASS, just in case someone is using sawfish ;-)
13427
13428                 as the menu entries "/View/Message view" and "/View/Folder tree"
13429                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13430                 make them sensitive accordingly and as these two are "shown"
13431                 after startup anytime check this menuitem at startup
13432
13433 2001-12-12 [paul]       0.6.5claws79
13434
13435         * src/folderview.c
13436                 fix sensitivity of 'Search folder...', broken in
13437                 0.6.5claws75
13438
13439         * src/mainwindow.c
13440                 fix dodgy English
13441
13442 2001-12-11 [carsten]    0.6.5claws78
13443         * src/filtering.c
13444                 fixed two typos returning a wrong FALSE/TRUE
13445         * src/mainwindow.[ch]
13446                 extra menu for email/news button removed
13447
13448 2001-12-11 [alfons]     0.6.5claws77
13449         
13450         * src/matcher.c                 (1.3)
13451         * src/matcher_parser_lex.l      (1.28)
13452                 revert for another attempt
13453                 mark 0.6.5claws77 as LAST_STABLE
13454
13455 2001-12-11 [christoph]  0.6.5claws76
13456
13457         * po/de.po
13458                 fixed wrong translation for prev. unread msg
13459
13460 2001-12-11 [paul]       0.6.5claws75
13461
13462         * src/folder.[ch]
13463         * src/folderview.c
13464         * src/mainwindow.c
13465         * src/summaryview.[ch]
13466         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13467                 enable ability to hide read messages on per folder basis via 
13468                 '/Summary/Hide read messages'; when selected, a folder will 
13469                 have a red open folder icon, instead of a blue icon, if the 
13470                 folder contains hidden messges
13471                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13472
13473         * src/mainwindow.c
13474                 remove '/Message/Forward as attachment' from 
13475                 main_window_set_menu_sensitive() to prevent debug warning
13476
13477         * src/folderview.c
13478         * src/mainwindow.c
13479                 Clean up some of the English
13480
13481         * tools/newscache_clean.pl
13482                 allow for new 'hidereadmsgs' entry in folderlist.xml
13483
13484         * po/es.po
13485                 updated translation, submitted by Ricardo Mones Lastra
13486
13487 2001-12-11 [paul]       0.6.5claws74
13488
13489         * sync with sylpheed 0.6.5cvs25
13490                 see ChangeLog entry 2001-12-11
13491
13492 2001-12-10 [alfons]     0.6.5claws73
13493
13494         * src/matcher.c
13495                 add more control characters
13496         * src/matcher_parser_lex.l
13497                 make escaping / unescaping work again
13498
13499 2001-12-10 [alfons]     0.6.5claws72
13500
13501         * src/imap.c
13502                 clean up warnings "returning value for void function" 
13503         * src/prefs_filtering.c
13504                 make info button for execute action sensitive
13505
13506 2001-12-10 [paul]       0.6.5claws71
13507
13508         * src/compose.c
13509         * src/imap.[ch]
13510         * src/summaryview.c
13511                 fix: imap server now gets informed of MARKED, UNMARKED
13512                 and REPLY events. Now people can use different IMAP-Mail
13513                 clients and have the exact same information about MARKED,
13514                 UNMARKED and REPLY status with all of them. Especially
13515                 useful for imap servers with a web-frontend.
13516                 submitted by Tobias Sandhaas <medlor@web.de>
13517
13518 2001-12-09 [melvin]     0.6.5claws70
13519         
13520         * src/textview.[ch]
13521                 fixed bug #490076 (hunted down by Alfons who implemented
13522                 a workaround in 0.6.5claws65)
13523
13524 2001-12-09 [christoph]  0.6.5claws69
13525
13526         * src/summaryview.c
13527                 set pointer to string in LOCKED column to NULL
13528                 (might fix bug #490800)
13529
13530 2001-12-09 [carsten]    0.6.5claws68
13531
13532         * po/de.po
13533                 resolved some cluttered menu shortcuts 
13534                 ('creating new email' and 'creating news message'
13535                 hade the same)
13536         * src/compose.c
13537                 wmclass now distinc from main window
13538         * src/mainwindow.c
13539           src/mainwindow.h
13540                 email/news and forward button functionality similar
13541                 to the reply buttons; removed the ugly dropdown arrows
13542                 and use instead the right mouse button
13543
13544 2001-12-09 [paul]       0.6.5claws67
13545
13546         * src/imap.c
13547         * src/utils.h
13548                 allow spaces in imap folder names
13549                 submitted by Willem van Engen <wvengen@stack.nl>
13550
13551 2001-12-09 [paul]       0.6.5claws66
13552
13553         * sync with sylpheed 0.6.5cvs24
13554                 see ChangeLog entry 2001-12-09
13555
13556 2001-12-08 [alfons]     0.6.5claws65
13557
13558         * src/textview.c
13559                 prevent secondary selection claim after "add to sender" dialog
13560                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13561                 we trick GTK by simulating a click at (0, 0) in the textview.
13562
13563 2001-12-08 [hoa]        0.6.5claws64
13564
13565         * src/folder.c
13566                 fixed a bug about the .processing folder name while filtering
13567
13568 2001-12-08 [alfons]     0.6.5claws63
13569
13570         * src/folderview.c 
13571                 work around problem of not correctly updating folder stats
13572                 when deleting messages. there's some folder scanning evil
13573                 going so the folderview_update_msg_num() does not work
13574                 correctly. need to investigate this.
13575
13576 2001-12-08 [paul]       0.6.5claws62
13577
13578         * sync with sylpheed 0.6.5cvs23
13579                 see ChangeLog entry 2001-12-08
13580
13581 2001-12-07 [christoph]  0.6.5claws61
13582
13583         * src/compose.c
13584                 fix another header translation problem
13585
13586 2001-12-07 [alfons]     0.6.5claws60
13587
13588         * src/mbox.c
13589                 make filtering also work on local spool mbox
13590
13591 2001-12-07 [carsten]    0.6.5claws59
13592         * src/addressbook.c
13593                 addressbook window gets a wmclass distinct from the main
13594                 sylpheed window
13595         * src/compose.h
13596         * src/mainwindow.[ch]
13597                   forward menu item will use mode selected in prefs, forward 
13598                 as attatchment in menu removed (will be substituted in the
13599                 toolbar similar to reply buttons)
13600                   create news message menu entry and news button is now 
13601                 sensitive to the existance of a news account
13602         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13603         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13604         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13605                 these are removed because the toolbar buttons don't show
13606                 the quoting modus any longer
13607
13608 2001-12-07 [paul]
13609
13610         * tools/newscache_clean.pl      ** NEW FILE **
13611                 perl script to do some tidying up in the newscache directory 
13612                 
13613         * tools/sylpheed-switcher       ** NEW FILE **
13614                 perl script to enable easy switching between main and claws
13615                 
13616         * tools/README
13617                 added descriptions of the two new perl scripts          
13618
13619
13620 2001-12-07 [melvin]     0.6.5claws58
13621
13622         * src/messageview.c
13623                 fixed a warning during compilation introduced in 0.6.5claws56
13624
13625 2001-12-07 [paul]       0.6.5claws57
13626
13627         * src/mainwindow.[ch]
13628         * src/menu.[ch]
13629                 further usability enhancements to replying with or without 
13630                 quoting via the toolbar, use of Ctrl key is replaced by 
13631                 drop down menu 
13632                 Submitted by Carsten Schurig            
13633
13634 2001-12-07 [melvin]     0.6.5claws56
13635
13636         * src/messageview.c
13637                 hack to fix bug that prevented to make/paste selections
13638                 after switching between MVIEW_TEXT and MVIEW_MIME views
13639                 without deselecting the selection first.
13640
13641 2001-12-06 [alfons]     0.6.5claws55
13642
13643         * src/filtering.[ch]
13644         * src/inc.c
13645                 revise filtering a little bit more, and make sure
13646                 messages are delivered to the appropriate inbox
13647                 (perhaps set per account)
13648
13649 2001-12-06 [paul]       0.6.5claws54
13650
13651         * sync with sylpheed 0.6.5cvs22
13652                 see ChangeLog entry 2001-12-06
13653
13654 2001-12-05 [alfons]     0.6.5claws53
13655
13656         * src/inc.c
13657         * src/folder.[ch]
13658         * src/procmsg.c
13659         * src/filtering.c
13660                 more revisions of filtering system
13661                 (last stable version is marked as LAST_STABLE)
13662                 
13663                 | NOTE 1): the filtering system now uses a local folder called
13664                 | .processing. if filtering fails, check this directory
13665                 | for missing messages.
13666                 |
13667                 | NOTE 2): help us find the filtering actions still missing
13668
13669 2001-12-05 [paul]       0.6.5claws52
13670
13671         * src/mainwindow.c
13672                 fix bug where 'Empty Trash?' pop-up window appears even
13673                 when Trash is empty, submitted by Jesse Skinner         
13674
13675 2001-12-05 [melvin]     0.6.5claws51
13676
13677         * src/compose.c
13678                 fixed bug #486106 to select correct account when reediting 
13679                 a queued message
13680         
13681 2001-12-04 [alfons]     0.6.5claws50
13682
13683         * src/mh.c
13684                 declare markfile in appropriate functions when
13685                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13686                 for spotting this)
13687
13688 2001-12-04 [paul]       0.6.5claws49
13689
13690         * sync with sylpheed 0.6.5cvs21
13691                 see ChangeLog entry 2001-12-04
13692
13693 2001-12-03 [christoph]  0.6.5claws48
13694
13695         * po/de.po
13696                 changed translation of undo
13697         * src/account.c
13698         * src/folder.c
13699                 don't reinvent the wheel to traverse a GNode
13700         * src/compose.[ch]
13701                 seperate code to create the compose gui into functions
13702                 add "Others" page with folder selection for saving copy
13703                 of the message.
13704                 the folder identifier is saved to queue header
13705         * src/procmsg.c
13706                 save message to folder in queue header
13707
13708 2001-12-03 [paul]       0.6.5claws47
13709
13710         * sync with sylpheed 0.6.5cvs20
13711                 see ChangeLog entry 2001-12-03
13712
13713 2001-12-01 [paul]
13714
13715         * more sync with sylpheed 0.6.5cvs19
13716                 see ChangeLog entry 2001-11-29
13717
13718 2001-11-30 [paul]       0.6.5claws46
13719         
13720         * src/compose.c
13721                 remove conflicts introduced by Hoa's last commit
13722          
13723         * src/mainwindow.c
13724                 make 'Message/Bounce' sensitive
13725
13726 2001-11-30 [hoa]        0.6.5claws45
13727
13728         * src/compose.c
13729                 slightly change bounce function to add
13730                 information about the user that bounced the mail
13731                 in the From header line.
13732
13733         * src/folderview.c
13734                 permit the use of processing in outbox folder.
13735
13736 2001-11-29 [paul]       0.6.5claws44
13737
13738         * src/mainwindow.[ch]
13739         * src/prefs_common.c
13740         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13741         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13742         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13743                 usability enhancements to the quoting, implements
13744                 use of Ctrl key to toggle quoting settings
13745                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13746
13747 2001-11-29 [paul]       0.6.5claws43
13748         
13749         * sync with sylpheed 0.6.5cvs19
13750                 see ChangeLog entry 2001-11-28
13751
13752 2001-11-29 [melvin]     0.6.5claws42
13753         * src/Makefile.am
13754                 added enriched.[ch] to the list of files
13755
13756         * src/textview.c
13757         * src/mimeview.c
13758         * src/procmime.[ch]
13759         * src/enriched.[ch]
13760                 added support to view text/enriched
13761                 added support to show headers in message view for text/enriched and text/html
13762                         in non multipart messages
13763
13764 2001-11-28 [paul]       0.6.5claws41
13765
13766         * more sync with sylpheed 0.6.5cvs18
13767                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13768
13769 2001-11-27 [paul]       0.6.5claws40
13770         
13771         * po/pt_BR.po
13772                 updated translation, submitted by Fabio Junior Beneditto
13773                 
13774         * sync with sylpheed 0.6.5cvs18
13775                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13776                 2001-11-27
13777
13778
13779 2001-11-26 [paul]
13780
13781         * po/es.po
13782                 updated translation, submitted by Ricardo Mones Lastra
13783
13784 2001-11-26 [alfons]
13785
13786         * src/matcher.c
13787                 add more translatable strings
13788
13789 2001-11-26 [christoph]  0.6.5claws39
13790
13791         * po/de.po      
13792                 fixed one more umlaut
13793         * src/compose.c
13794                 fix translated header when it should not be translated
13795
13796 2001-11-26 [paul]       0.6.5claws38
13797
13798         * src/mainwindow.c
13799                 remove '/Message/Add Sender to address book' from 
13800                 main_window_set_menu_sensitive(), prevent debug warning
13801                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13802
13803 2001-11-26 [paul]       0.6.5claws37
13804
13805         * src/summaryview.c
13806                 fix 'recurring unread state' bug 
13807
13808         * tools/README 
13809         * tools/filter_conv.pl
13810                 read name of top level mailbox from folderlist.xml
13811                 and presume nothing about its name              
13812
13813 2001-11-26 [darko]      0.6.5claws36
13814
13815         * src/gtkstext.[ch]
13816                 removed functions that are now in gtkutils.c
13817                 use gtkut_text_is_uri_string() from gtkutils.c
13818         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13819
13820 2001-11-26 [paul]       0.6.5claws35
13821
13822         * sync with sylpheed 0.6.5cvs16
13823                 see ChangeLog entries 2001-11-25 and 2001-11-26
13824
13825 2001-11-25 [alfons]     0.6.5claws34
13826
13827         EXPERIMENTAL!!! Please checkout the last stable version using: 
13828           
13829         % cvs update -r LAST_STABLE -dRAP
13830
13831         (Or help us testing this stuff.)
13832
13833         * src/filtering.c               (1.14)
13834         * src/filtering.h               (1.6)
13835         * src/inc.c                     (1.28)
13836         * src/matcher.c                 (1.20)
13837         * src/mbox.c                    (1.9)
13838         * src/procmsg.h                 (1.14)
13839         * src/summaryview.c             (1.59)
13840         * src/summaryview.h             (dunno)
13841                 revert/merge/sync to as it was before commit 
13842                 on Thu, 19 Jul 2001 10:15:51 -0700.
13843
13844 2001-11-25 [hoa]        0.6.5claws33
13845
13846         * src/main.c
13847                 processing mails at startup
13848
13849         * src/folderview.c
13850         * src/summaryview.[ch]
13851                 processing mails when entering folder
13852
13853         * src/prefs_filtering.c
13854                 fixed some UI bugs
13855
13856 2001-11-24 [alfons]     0.6.5claws32
13857
13858         * src/summaryview.[ch]
13859                 make summary sort headers work, and also make
13860                 sure the sort type is stored
13861
13862 2001-11-23 [alfons]     0.6.5claws31
13863
13864         * src/summaryview.[ch]
13865                 make lock work like mark
13866                 disallow deleting messages marked as locked
13867
13868 2001-11-23 [alfons]     0.6.5claws30
13869
13870         * src/gtkstext.c
13871         * src/compose.[ch]
13872         * src/Makefile.am
13873         * src/undo.[ch]
13874                 merge undo patch submitted by Jens
13875
13876 2001-11-23 [christoph]  0.6.5claws29
13877
13878         * src/.cvsignore
13879                 added ylwrap
13880         * src/compose.c
13881                 fixed gpg signing and encoding
13882         * src/folder.[ch]
13883         * src/main.c
13884                 added --status option to get new, unread and total
13885                 message count from a running sylpheed
13886         * src/prefs_common.c
13887                 temporary fix for reply_with_quote problem
13888                 (don't call functions for non existing widget)
13889         * src/procmsg.c
13890                 one more check for ignored threads but still not
13891                 always working correctly. probably a recursive
13892                 check for all parents is needed
13893
13894 2001-11-23 [darko]      0.6.5claws28
13895
13896         * src/compose.c
13897                 wrapping on send improvements
13898         * src/gtkutils.[ch]
13899                 fix for GtkSText after last sync with main branch
13900                 GTK_TEXT -> GTK_STEXT
13901
13902 2001-11-23 [paul]       0.6.5claws27
13903
13904         * sync with sylpheed 0.6.5cvs14
13905                 see ChangeLog entries 2001-11-22 and 2001-11-23
13906                 
13907         * po/de.po
13908                 fixed the scrambled umlauts 
13909                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13910
13911 2001-11-21 [paul]       0.6.5claws26
13912
13913         * sync with sylpheed 0.6.5cvs12
13914                 see 2nd ChangeLog entry dated 2001-11-20
13915
13916 2001-11-20 [paul]       0.6.5claws25
13917
13918         * sync with sylpheed 0.6.5cvs11
13919                 see ChangeLog entry 2001-11-19 (src/utils.c)
13920
13921 2001-11-20 [hiro]
13922
13923         * src/compose.c
13924                 GTK_TEXT -> GTK_STEXT
13925                 fix for wrong comment
13926
13927 2001-11-20 [hiro]       0.6.5claws24
13928
13929         * src/compose.[ch]
13930                 more merges from main branch
13931                 removed fatal warnings (uninitialized variables etc.)
13932                 some coding style fix
13933         * src/gtkutils.h
13934                 fixed typo.
13935         * src/addressbook.c
13936           src/addrindex.c
13937                 V-Card -> vCard
13938
13939 2001-11-19 [hoa]        0.6.5claws23
13940
13941         * src/filtering.c
13942         * src/prefs_scoring.c
13943         * src/matcher.[ch]
13944         * src/scoring.c
13945                 cleaning code
13946
13947         * src/matcher_parser_parse.y
13948         * src/prefs_filtering.c
13949                 bouncing
13950
13951 2001-11-19 [alfons]     0.6.5claws22
13952
13953         more of my old things into claws
13954
13955         * src/Makefile.am
13956         * src/prefs_common.c
13957         * src/procmsg.h
13958         * src/summaryview.[ch]
13959         * src/prefs_summary_column.c
13960         * src/pixmaps/locked.xpm
13961                 add indicators for locking of message in summary view
13962                 (does not work yet, only visual indicator)
13963
13964 2001-11-19 [paul]       0.6.5claws21
13965
13966         * sync with sylpheed 0.6.5cvs10
13967                 see ChangeLog entry 2001-11-19
13968
13969 2001-11-18 [alfons]     0.6.5claws20
13970         
13971         * src/filtering.c
13972                 remove an inadvertent free I forgot in previous clean up 
13973
13974 2001-11-18 [alfons]     0.6.5claws19
13975
13976         * src/filtering.[ch]
13977                 clean up & plug leaks
13978
13979 2001-11-18 [paul]       0.6.5claws18
13980
13981         * sync with sylpheed 0.6.5cvs9
13982                 see ChangeLog entries 2001-11-17 and 2001-11-18
13983
13984 2001-11-16 [paul]       0.6.5claws17
13985
13986         * sync with sylpheed 0.6.5cvs8
13987                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13988
13989 2001-11-16 [paul]       0.6.5claws16
13990
13991         * sync with sylpheed 0.6.5cvs7
13992                 see ChangeLog entries 2001-11-15 and 2001-11-16
13993
13994 2001-11-15 [hoa]        0.6.5claws15
13995
13996         * src/compose.c
13997                 fix bounce, mails we received couln't be bounced to ourself.
13998
13999         * src/defs.h
14000         * src/filtering.[ch]
14001         * src/matcher.[ch]
14002         * src/matcher_parser.h
14003         * src/matcher_parser_lex.l
14004         * src/matcher_parser_parse.y
14005         * src/inc.c
14006         * src/main.c
14007         * src/mbox.c
14008         * src/prefs_filtering.[ch]
14009         * src/mainwindow.c
14010         * src/prefs_matcher.c
14011         * src/prefs_scoring.c
14012         * src/scoring.[ch]
14013         * src/summaryview.c
14014                 new matcher/filter/score configuration file parser
14015                 one unique configuration file => ~/.sylpheed/matcherrc
14016                 import in currently automatic, then save are made
14017                 in this new file.
14018                 one filter per folder and one global filter
14019                 (filter of a folder will be used as folder processing)
14020
14021         * src/folder.c
14022                 fix a bug in folder_item_get_identifier
14023                 
14024         * src/messageview.c
14025                 receive receipt return are fixed.
14026
14027 2001-11-14 [alfons]     0.6.5claws14
14028
14029         * src/session.h
14030                 add things from main branch to make claws compile
14031
14032 2001-11-14 [paul]       0.6.5claws13
14033
14034         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14035                 see ChangeLog entries 2001-11-08 to 2001-11-14
14036
14037 2001-11-14 [hoa] 0.6.5claws12
14038
14039         * src/compose.[ch]
14040         * src/mainwindow.c
14041         * src/summaryview.c
14042                 add "bounce mail" option
14043
14044 2001-11-13 [christoph]  0.6.5claws11
14045
14046         * src/compose.c
14047                 Cleanup a mess i add before commiting
14048
14049 2001-11-13 [hoa]        0.6.5claws10
14050
14051         * src/compose.c
14052                 some fixes when mail are sent or
14053                 for crossposts
14054
14055 2001-11-13 [christoph]  0.6.5claws9
14056
14057         * po/de.po
14058                 Changed two string with the same translation
14059         * src/compose.c
14060         * src/procmsg.[ch]
14061         * src/send.[ch]
14062                 New mailsending process:
14063                   - Always queue message before sending
14064                     (message will be saved if sylpheed crashed or
14065                      freezes while sending)
14066                   - Allow queuing of newspostings
14067                   - No copy in outbox before sending
14068                     (closes bug #469501)
14069                   - No more redundant code for send and send_later
14070         * src/summaryview.c
14071                 Applied wwp <subscript@free.fr>'s patch that fixes
14072                 marks for multiple forwarded messages (+compose.c)
14073
14074 2001-11-12 [alfons]
14075
14076         * README.claws
14077                 remove things that are now in main branch
14078         
14079         * po/nl.po
14080                 update Dutch translation
14081
14082 2001-11-12 [mhadasht]   0.6.5.claws8
14083
14084         * src/prefs_common.c
14085                 re-enabled account autoselection feature for forward
14086                 and reedit lost during the branch point for SYNC-B4-REL
14087         * src/gtkspell.c
14088                 gtkpspell_get_dict(): more readable code (even if function is
14089                 not used yet)
14090         * ChangeLog.claws
14091                 added version number info to 2001-11-12 [hiro] comment.
14092
14093 2001-11-12 [hiro]       0.6.5.claws7
14094
14095         * src/compose.c
14096                 compose_forward(): fixed a bug that forward quote mark
14097                 wasn't used.
14098                 removed unnecessary code.
14099         * src/template_select.[ch]: removed.
14100
14101 2001-11-11 [alfons]
14102
14103         * src/compose.c
14104                 :%s/GTK_TEXT/GTK_STEXT/g
14105         
14106         * src/compose.[ch]
14107         * src/undo.[ch]
14108         * src/Makefile.am
14109                 revert the undo stuff (this is 0.6.6claws stuff)
14110
14111 2001-11-11 [hoa]        0.6.5.claws6
14112
14113         * src/compose.[ch]
14114                 Insert signature at the end of the text.
14115                 Added undo patch but currently disabled
14116
14117         * src/procmsg.c
14118                 Threading by subject improved.
14119
14120         * added src/undo.[ch]
14121                 Undo module for compose dialog box.
14122
14123 2001-11-11 [alfons]     0.6.5.claws5
14124
14125         * src/procmsg.c
14126                 prevent threading by subject on nodes that have already been
14127                 threaded by in-reply-to (as in "circular references in a tree
14128                 result in a dead branch")
14129
14130 2001-11-09 [hoa]        0.6.5.claws4
14131         
14132         * src/folderview.c
14133                 allows creation of mbox folder item from any files.
14134
14135 2001-11-09 [alfons]     0.6.5.claws3
14136         
14137         * src/utils.c
14138         * src/procmsg.c
14139                 do what I mean and correct threading by subject so it really
14140                 ignores attracting lines without "Re: "
14141
14142 2001-11-07 [alfons]     0.6.5.claws2
14143
14144         * src/procmsg.c
14145         * src/utils.[ch]
14146                 only attract by subject if a subject line starts with a "Re: "
14147         * src/syldap.c
14148                 remove warning
14149
14150 2001-11-07 [paul]       0.6.5claws1
14151
14152         * sync with sylpheed 0.6.5. release
14153                 see ChangeLog entry 2001-11-07
14154
14155 2001-11-07 [paul]       0.6.4claws31
14156
14157         * sync with sylpheed 0.6.4cvs18
14158                 see ChangeLog entries 2001-10-30 to 2001-11-07
14159                 prefs_templates.[ch] renamed prefs_template.[ch]
14160
14161 2001-11-06 [alfons]
14162         
14163         * src/utils.h
14164                 add semicolon Hoa forgot ;-)
14165                 
14166
14167 2001-11-06 [hoa]        0.6.4claws30
14168         
14169         * src/procmsg.c
14170         * src/summaryview.c
14171         * src/utils.c
14172         * src/utils.h
14173                 threading by subject - empty subject are ignored
14174
14175 2001-11-06 [christoph]  0.6.4claws29
14176
14177         * src/socket.c
14178                 use SSL_peek for sock_gets
14179         * src/utils.c
14180                 removed unneeded pointer in extracting quoted
14181                 names implementation
14182
14183 2001-11-06 [melvin]     0.6.4claws28
14184
14185         * src/gtkspell.c
14186                 fixed bug #476792 Selection overtyping with spell checker
14187                 fixed bug which could cause a buffer overflow
14188                 fixed a memory leak
14189
14190 2001-11-06 [hoa]        0.6.4claws27
14191         
14192         * src/procmsg.c
14193         * src/summaryview.c
14194                 threading by subject
14195
14196 2001-11-05 [alfons]     0.6.4claws26
14197         
14198         * README.claws
14199                 Claws -> Sylpheed (vice versa)
14200
14201         * src/compose.c
14202                 :%s/gtk_text/gtk_stext/g
14203                 :%s/GTK_TEXT/GTK_STEXT/g
14204                 (thanks to Jonathan Ware for spotting this)
14205
14206 2001-11-04 [christoph]  0.6.4claws25
14207
14208         * src/summaryview.c
14209                 replace Xalloca + strdup with Xstrdup_a
14210         * src/utils.c
14211                 better implementation of extracting quoted names
14212                 from addresses (remove backlashes and ignore
14213                 quotes after them)
14214
14215 2001-11-04 [alfons]     0.6.4claws24
14216
14217         * src/utils.[ch]
14218                 edit to comply more with coding style
14219
14220         * src/textview.c
14221                 fix bug reported by Kim Schulz. introduced by the patch integrated
14222                 in 0.6.4claws15. the code did not check the return value of
14223                 the html parser.
14224
14225         * AUTHORS
14226                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14227
14228 2001-11-04 [christoph]  0.6.4claws23
14229
14230         * src/main.c
14231         * src/prefs_common.[ch]
14232                 init some pointers that possibly caused a segfault
14233                 reported in the claws-users ML
14234
14235 2001-11-04 [hoa]        0.6.4claws22
14236
14237         * src/grouplistdialog.c
14238                 change the names of the nodes in the tree
14239
14240         * src/compose.c
14241                 enhanced mailto syntax as described in
14242                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14243                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14244
14245         * src/utils.c
14246                 encode and decode URI (useful when opening URL into
14247                 netscape).
14248
14249 2001-11-03 [hoa]        0.6.4claws21
14250
14251         * src/grouplistdialog.c
14252                 a new newsgroups list selection dialog box
14253                 with a CTree instead of a CList
14254
14255 2001-11-03 [hoa]        0.6.4claws20
14256
14257         * src/folderview.c
14258                 enable property and scoring options when right
14259                 click on "inbox"
14260
14261         * src/summaryview.c
14262                 fixed bug when nickname were displayed using
14263                 the address book.
14264
14265 2001-11-02 [darko]      0.6.4claws19
14266
14267         * src/compose.c
14268                 new wrap quotation and URL/long words wrapping implementation
14269         * src/compose.c src/gtkstext.[ch]
14270                 move gtkstext_strncmp() to gtkstext.c
14271
14272 2001-11-01 [christoph]  0.6.4claws18
14273
14274         * src/prefs_account.c
14275                 fixed mess in account settings dialog
14276         * src/prefs_folder_item.c
14277                 added label with folder path to dialog
14278
14279 2001-10-31 [match]      0.6.4claws17
14280
14281         * src/vcard.c
14282                 fix memory leak.
14283         * src/addrbook.c
14284                 fix generation of spurious address book file names.
14285                 remove redundant functions.
14286         * po/POTFILES.in
14287                 added missing file names.
14288
14289 2001-10-30 [paul]       0.6.4claws16
14290
14291         * sync with sylpheed 0.6.4cvs6
14292                 see ChangeLog entries 2001-10-26 to 2001-10-30
14293
14294         * tools/filter_conv.pl
14295                 read folderlist.xml to discover whether the top-level
14296                 folder is called 'Mailbox' or 'Mail' 
14297
14298 2001-10-29 [paul]       0.6.4claws15
14299
14300         * src/html.c, src/textview.c
14301                 activate links in html mail and fix clickable parts
14302                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14303
14304 2001-10-29 [paul]
14305
14306         * po/de.po, po/es.po, po/pt_BR/po
14307                 updated translations, submitted by Jens Oberender,
14308                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14309
14310 2001-10-29 [darko]      0.6.4claws14
14311
14312         * src/compose.c
14313                 fix wrapping for good
14314
14315 2001-10-29 [darko]
14316
14317         * src/compose.c
14318                 undo previous change as it broke the smart wrapping
14319
14320 2001-10-29 [darko]      0.6.4claws13
14321
14322         * src/compose.c
14323                 fix infinite loop when long URL is quoted
14324                 (closes bug #475122.
14325
14326 2001-10-28 [match]
14327
14328         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14329                 import Mutt address book
14330         * src/ldif.[ch] src/importldif.h
14331                 modified import LDIF handle user attributes
14332
14333 2001-10-28 [christoph]  0.6.4claws12
14334
14335         * src/summaryview.c
14336                 fixed that filtering did not work if there
14337                 were no filter rules
14338                 (closes bug #472003 and better implementation
14339                  of patch #474644)
14340
14341 2001-10-27 [christoph]  0.6.4claws11
14342
14343         * src/compose.c
14344                 make the folder's default account to be used when
14345                 replying. (patch by wwp <subscript@free.fr>)
14346         * src/compose.c
14347                 code cleanup, nearly killed all of wwp's patch
14348                 for folder's default account in compose
14349         * src/folderview.c
14350                 error panel when a folder could not be created
14351                 (closes bug #471080 new folder name & already
14352                  existing file)
14353
14354 2001-10-26 [alfons]
14355
14356         * src/utils.h
14357                 change prototype of strstr2() that Christoph forgot about
14358
14359 2001-10-26 [christoph]  0.6.4claws10
14360
14361         * src/account.c
14362                 made search for accounts by email address not case
14363                 sensitive
14364         * src/folder.c
14365                 fixed memory leak in folder_item_get_identifier
14366         * src/gtkspell.c
14367         * src/utils.c
14368                 fixed wrong strstr2 (should work like strstr)
14369
14370 2001-10-26 [darko]      0.6.4claws9
14371
14372         * src/compose.c src/gtkstext.[ch]
14373         * src/gtkstext.c
14374                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14375
14376 2001-10-26 [paul]       0.6.4claws8
14377
14378         * src/html.c
14379                 ignore css and javascript tags in html mail
14380                 case-insensitive, with or without double-quoted
14381                 strings
14382
14383 2001-10-26 [paul]       0.6.4claws7
14384
14385         * sync with sylpheed 0.6.4cvs1
14386                 see ChangeLog entry 2001-10-26
14387
14388         * src/prefs_account.c, src/prefs_common.c,
14389           src/prefs_summary_column.c
14390                 minor improvements to the English
14391
14392 2001-10-25 [alfons]     0.6.4claws6
14393
14394         * src/gtkstext.c
14395         
14396                 make GtkSText follow style of GtkText (closes bug 
14397                 #469211 "text selection while writing message")
14398                 
14399                 do sync with GTK 1.2.10
14400
14401 2001-10-25 [paul]       0.6.4claws5
14402
14403         * src/html.c
14404                 ignore css tags in html mail
14405
14406 2001-10-25 [darko]      0.6.4claws4
14407
14408         * src/compose.c
14409                 don't declare is_url_string as static function since
14410                 we need it in gtkstext.c
14411         * src/gtkstext.c
14412                 remove unused variable
14413                 don't wrap long URLs while composing a message
14414
14415 2001-10-24 [christoph]  0.6.4claws3
14416
14417         * src/socket.c
14418                 fix ssl deadlock, when peer closes connection
14419
14420 2001-10-24 [paul]       0.6.4claws2
14421
14422         * src/prefs_common.c
14423                 gettextize the gpg ascii-armored warning message
14424
14425         * src/compose.c
14426                 insert a DOS/MAC file into the composed message
14427                 (improvements)
14428
14429         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14430
14431 2001-10-22 [paul]       0.6.4claws1
14432
14433         * sync with sylpheed 0.6.4 release
14434                 see ChangeLog entries 2001-10-21
14435
14436         * po/fr.po, po/pt_BR.po
14437                 updated by Melvin Hadasht and Fabio Junior Beneditto
14438
14439 2001-10-21 [paul]       0.6.3claws30
14440
14441         * src/compose.c
14442                 insert a DOS text file from the compose window
14443                 into the composed message text (removes CRs characters)
14444                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14445
14446         * tools/filter_conv.pl, tools/README
14447                 automatically use ~/.sylpheed as working directory
14448                 print out confirmation message on completion
14449
14450         * correct Hoa's last ChangeLog.claws entry
14451
14452 2001-10-20 [hoa]        0.6.3claws29
14453
14454         * src/grouplistdialog.c
14455                 bugfix (another ?) to give the right
14456                 newsgroups list for each news server.
14457
14458         * src/news.c
14459         * src/news.h
14460                 improve the newsgroups list cache
14461
14462 2001-10-20 [paul]       0.6.3claws28
14463
14464         * sync with sylpheed 0.6.3cvs9
14465                 see ChangeLog entry 2001-10-19
14466
14467         * correct Alfons' last ChangeLog.claws entry
14468
14469 2001-10-19 [alfons]
14470
14471         * src/pgptext.[ch]
14472                 fix compilation problems (part of bug #472895)
14473
14474 2001-10-18 [hoa]        0.6.3claws27
14475
14476         * src/grouplistdialog.c
14477                 bugfix when we refresh was clicked (bug 472701)
14478
14479 2001-10-19 [christoph]  0.6.3claws26
14480
14481         * src/compose.c
14482                 last header entry should default to "To:" or
14483                 "Newsgroups:" and not copy the last entry line
14484                 in a new compose window
14485                 (closes bug #472686, #470792)
14486
14487 2001-10-19 [paul]       0.6.3claws25
14488
14489         * sync with Sylpheed 0.6.3cvs8
14490                 see ChangeLog entries 2001-10-18 and 2001-10-19
14491
14492 2001-10-18 [christoph]  0.6.3claws24
14493
14494         * src/procmsg.c
14495                 reimplement ignore thread
14496         
14497 2001-10-18 [hoa]        0.6.3claws23
14498
14499         * src/folderview.c
14500         * src/grouplistdialog.[ch]
14501                 enhanced news subscription interface (feature 469113)
14502
14503         * src/news.c
14504         * src/news.h
14505                 enchanced newsgroup listing,
14506                 now, we can get groups informations
14507                 (NNTPGroupInfo)
14508
14509 2001-10-18 [paul]       0.6.3claws22
14510
14511         * src/summaryview.c
14512                 remove comment (sync with main branch)
14513         * src/mainwindow.c
14514                 fix 'Re-edit' bug in 'Message' menu
14515
14516 2001-10-17 [christoph]  0.6.3claws21
14517
14518         * src/compose.c
14519                 ignore empty or whitespace only header lines
14520
14521 2001-10-17 [paul]       0.6.3claws20
14522
14523         * sync with sylpheed 0.6.3cvs7
14524                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14525                 2001-10-17
14526
14527 2001-10-17 [darko]
14528
14529         * src/compose.c
14530                 wrap long lines without spaces
14531                 don't wrap URLs
14532
14533 2001-10-16 [paul]
14534
14535         * po/es.po, po/nl.po, po/pt_BR.po
14536                 updated by Ricardo Mones Lastra, Alfons,
14537                 and Fabio Junior Beneditto
14538
14539         * sylpheed-0.6.3claws released
14540
14541 2001-10-15 [melvin] 0.6.3claws18
14542
14543         * README.claws
14544                 added summary and detailed installation instructions
14545                 for spell checker
14546         * po/fr.po
14547                 Updated, corrected and completed french translation
14548
14549 2001-10-15 [hoa] 0.6.3claws17
14550         * src/grouplistdialog.c
14551                 we can choose the newsgroups to display with wildcards
14552
14553 2001-10-15 [christoph]  0.6.3claws16
14554
14555         * src/account.c
14556         * src/compose.c
14557         * src/prefs_folder_item.[ch]
14558                 applied wwp <subscript@free.fr>'s folder
14559                 default account patch
14560         * po/de.po
14561                 Fixed wrong translation
14562
14563 2001-10-13 [alfons, christoph, melvin]  
14564                         0.6.3claws15
14565
14566         solution #2 to solve MT-safety problems defers all GUI related calls
14567         to the main thread using a gtk_idle_add() callback. discussed on
14568         ircnet #sylpheed, with christoph spotting some issues with the
14569         original code, and melvin allowing us to lobotomize his sylpheed.
14570
14571         * src/syldap.[ch], src/main.c
14572                 fix race problem in ldap search thread by deferring GUI 
14573                 stuff to main thread using gtk_idle_add()
14574
14575 2001-10-13 [paul]       0.6.3claws14
14576
14577         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14578                 add Sergey's smtpcred.patch
14579                 adds separate username/password setting for SMTP Auth
14580                 needed by some servers
14581                 (closes feature request #471659)
14582
14583 2001-10-13 [paul]       0.6.3claws13
14584
14585         * src/pgptext.[ch] **NEW FILES**
14586         * src/Makefile.am, src/messageview.c, src/mimeview.c
14587                 decrypt ascii-armored gpg text embedded in
14588                 the message body.
14589                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14590
14591 2001-10-13 [christoph]  0.6.3claws12
14592
14593         * README.claws
14594                 some more details on default to and
14595                 feature requests
14596         * src/main.c
14597                 init glib threading when ldap is used
14598         * src/syldap.c
14599                 threading fixes
14600         * po/de.po
14601                 fixed a typo
14602
14603 2001-10-12 [paul]       0.6.3claws11
14604
14605         * src/prefs_common.[ch], src/rfc2015.c
14606                 enable ascii-armored gpg text to be embedded in the
14607                 message body, selectable through the 'Privacy'
14608                 preferences. Supports encrypting only.
14609                 Submitted by Ravemax <ravemax@dextrose.com>
14610
14611 2001-10-12 [paul]       0.6.3claws10
14612
14613         * sync with sylpheed 0.6.3cvs6
14614                 see ChangeLog entries 2001-10-11 and 2001-11-12
14615
14616         * src/folderview.c
14617                 incorporated mbox folders, scoring, and folder
14618                 properties into the sync
14619
14620 2001-10-12 [darko]      0.6.3claws9
14621
14622         * README.claws
14623                 describe quotation wrapping
14624         * src/compose.c
14625                 don't treat tab as space to calculate line length properly
14626
14627 2001-10-11 [alfons]
14628
14629         * README.claws
14630                 correct description of how to make new filtering system work,
14631                 add some other things
14632                 
14633         * src/syldap.c
14634                 remove sched_yield() (not necessary / unportable)
14635
14636 2001-10-11 [paul]       0.6.3claws8
14637
14638         * sync with sylpheed 0.6.3cvs3
14639                 see ChangeLog entry 2001-10-10
14640
14641 2001-10-10 [christoph]  0.6.3claws7
14642
14643         * .cvsignore
14644                 ignore 2 files created by newer autotools
14645         * src/prefs_folder_item.c
14646                 using table for widget alignment
14647                 fixed memory leak and broken octal display
14648         * src/filesel.c
14649                 fixed segfault caused by lost filename
14650                 workaround (closes bug #469551)
14651
14652 2001-10-10 [paul]       0.6.3claws6
14653
14654         * sync with sylpheed 0.6.3cvs2
14655                 see ChangeLog entries 2001-10-09 and 2001-10-10
14656
14657 2001-10-10 [darko]      0.6.3.claws5
14658
14659         * src/gtkstext.c
14660                 proper calculation of right margin if smart wrapping is enabled
14661         * src/compose.c
14662                 automatically wrap long lines if wrap quotation is enabled
14663
14664 2001-10-09 [alfons]     0.6.3.claws4
14665
14666         * src/summaryview.c
14667                 select correct row when deleting last row in the summary view (and
14668                 close bug "[ #469104 ] select second last in list when deleting")
14669
14670 2001-10-09 [paul]       0.6.3claws3
14671
14672         * sync with sylpheed 0.6.3cvs1
14673                 updated some autotool scripts
14674
14675 2001-10-09 [darko]      0.6.3claws2
14676
14677         * src/gtkstext.[ch]
14678                 new name and mark with Sylpheed comment
14679         * src/compose.c
14680                 smart quotation wrapping a-la VIM
14681
14682 2001-10-08 [paul]       0.6.3claws1
14683
14684         * sync with sylpheed 0.6.3 release
14685                 see ChangeLog entry 2001-10-08
14686
14687 2001-10-08 [paul]       0.6.2claws24
14688
14689         * src/summaryview.c
14690                 more sync with sylpheed 0.6.2cvs12
14691                 Fixed the bug that didn't select the last row correctly
14692
14693
14694 2001-10-07 [paul]       0.6.2claws23
14695
14696         * sync with sylpheed 0.6.2cvs12
14697                 see ChangeLog entry 2001-10-07
14698
14699 2001-10-06 [match]
14700         * src/jpilot.[ch]
14701                 enable jpilot to read unsynch'ed addresses.
14702
14703         * src/editldap_basedn.c
14704                 fix segfault when opening dialog.
14705
14706 2001-10-06 [alfons]     0.6.2.claws22
14707
14708         * src/summaryview.c
14709                 fix bug with summary view selecting last *inserted*
14710                 node instead of last *visible* node. remember we
14711                 work with a tree
14712
14713 2001-10-06 [paul]       0.6.2claws21
14714
14715         * po/pt_BR.po
14716                 updated translation, contains some fixes and new
14717                 translations, submitted by Gustavo Noronha Silva
14718                 <kov@debian.org>
14719
14720         * src/prefs_common.c
14721                 change 'each' to 'every' - fix dubious English
14722
14723         * sync with sylpheed 0.6.2cvs11
14724
14725 2001-10-05 [alfons]     0.6.2claws20
14726
14727         * src/mainwindow.[ch], src/folderview.c
14728                 make composite tool button switch between "Compose News"
14729                 and "Compose Mail" depending on selected folder
14730                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14731
14732 2001-10-05 [paul]       0.6.2claws19
14733
14734         * src/mainwindow.c, src/summaryview.c
14735                 fix 'Message/Reply to all', broken in last commit
14736
14737         * src/compose.c
14738                 fix X_BEENTHERE seg fault, thanks to Alfons
14739
14740 2001-10-04 [paul]       0.6.2claws18
14741
14742         * src/compose.[ch], src/mainwindow.c
14743                 make "Message/Reply" reply to mailing lists; matches
14744                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14745                 based on portions of the patch submitted by
14746                 Junichi Uekawa <dancer@netfort.gr.jp>
14747
14748 2001-10-04 [darko]      0.6.2claws17
14749
14750         * src/compose.c
14751                 better smart wrapping
14752         * src/gtkstext.[hc]
14753                 a function to make text buffer contiguous
14754
14755 2001-10-03 [paul]       0.6.2claws16
14756
14757         * sync with sylpheed 0.6.2cvs10
14758
14759 2001-10-02 [alfons]
14760
14761         * configure.in
14762         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14763                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14764                 references to chinese translations (hope someone picks up
14765                 this)
14766
14767 2001-10-02 [christoph]  0.6.2claws15
14768
14769         * src/compose.c
14770                 fixed non translated header bug
14771         * ChangeLog.claws
14772                 fixed wrong date in alfons last entry ;)
14773
14774 2001-10-02 [alfons]     0.6.2claws14
14775
14776         * src/compose.c, src/prefs_common.[ch]
14777                 add block cursor option
14778
14779 2001-10-02 [paul]       0.6.2claws13
14780
14781         * sync with sylpheed 0.6.2cvs9
14782
14783 2001-09-30 [paul]       0.6.2claws12
14784
14785         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14786                 updated translations
14787
14788         * po/POTFILES.in
14789                 add 'src/importldif.c'
14790
14791         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14792                 added eudora-to-vCard conversion tool
14793                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14794
14795         * sync with sylpheed 0.6.2cvs8
14796
14797 2001-09-30 [paul]
14798
14799         * sylpheed-0.6.2claws released
14800
14801 2001-09-27 [melvin]     0.6.2claws11
14802
14803         * src/gtkspell.c
14804                 fixed crash when using default path (introduced 
14805                 in 0.6.2claws10)
14806                 fixed tiny bug for initial suggestion mode
14807
14808 2001-09-27 [melvin]     0.6.2claws10
14809         
14810         * src/gtkspell.c
14811                 fixed bug where gtkpspell didn't set the path correctly
14812
14813         * README.claws
14814                 added a paragraph about spell checking
14815                 
14816
14817
14818 2001-09-27 [paul]       0.6.2claws9
14819
14820         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14821                 replace '// comments' with '/* comments */' to prevent
14822                 some compiler warnings 
14823
14824         * sync with sylpheed 0.6.2cvs6
14825
14826 2001-09-26 [alfons]     0.6.2claws8
14827
14828         * src/messageview.c
14829                 introduce return receipt request notification again,
14830                 which was lost because of other semantics in 
14831                 procheader_parse() (???)
14832
14833 2001-09-26 [christoph]  0.6.2claws7
14834
14835         * src/compose.c
14836                 replace comments for old code with #if 0
14837                 readded auto cc, bcc and reply-to
14838         * src/prefs_matcher.c
14839         * src/prefs_scoring.c
14840                 removed some definition (was moved to
14841                 prefs.h)
14842
14843 2001-09-26 [paul]       0.6.2claws6
14844
14845         * src/mainwindow.c
14846                 make 'Follow-up and reply to' sensitive
14847
14848         * more sync with sylpheed 0.6.2cvs5
14849
14850 2001-09-25 [melvin]
14851
14852         * 0.6.2claws5
14853
14854         * src/gtkspell.c
14855                 fixed bug for "US-ASCII" introduced by the encoding code
14856
14857 2001-09-25 [paul]
14858
14859         * 0.6.2claws4
14860
14861         * src/prefs_common.[ch], src/summaryview.c
14862                 'next unread msg' 'go to next folder?' dialog can be
14863                 given default behaviour, either always show dialog,
14864                 or assume 'yes', or assume 'no'
14865                 Submitted by wwp <subscript@free.fr>
14866
14867 2001-09-25 [melvin]
14868                 
14869         * src/compose.c src/gtkspell.[ch]
14870                 added support for different encodings
14871
14872 2001-09-25 [paul]
14873
14874         * more sync with sylpheed 0.6.2cvs5
14875
14876 2001-09-24 [alfons]
14877         
14878         * src/prefs_folder_item.c
14879                 add check for item->prefs->default_to string is NULL and
14880                 add another check when freeing this string
14881
14882 2001-09-24 [paul]
14883
14884         * configure.in
14885                 change to version 0.6.2claws3
14886
14887         * sync with sylpheed 0.6.2cvs5 
14888
14889 2001-09-24 [match]
14890         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14891                 import LDIF files.
14892         * src/addrcache.[ch], addrindex.[ch]
14893                 small update for future
14894         * src/addrbook.c
14895                 fix test XML file.
14896
14897 2001-09-24 [melvin]
14898         * src/gtkspell.[ch]
14899                 added 'Learn from mistakes' option
14900                 better handling of quotes in checked words
14901                 sorted dict list
14902         * po/fr.po
14903                 small update for spell checking stuff
14904
14905 2001-09-23 [alfons]
14906         
14907         * src/gtkspell.c
14908                 edit a little bit so it complies more with main coding style
14909
14910 2001-09-23 [alfons]
14911
14912         * src/folder.[ch], prefs_folder_item.c, compose.c
14913                 migrate "request return receipt" folder property
14914                 to folderlist.xml
14915
14916 2001-09-22 [alfons]
14917
14918         * README.claws **NEW**
14919                 (add things of interest for users of main branch 
14920                 and claws here)
14921
14922         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14923                 re-implement threading per folder option, but store 
14924                 the setting in folderlist.xml (where it belongs)
14925
14926 2001-09-21 [melvin]
14927
14928         * src/gtkspell.[ch]
14929                 fixed bug when compose window is under another window
14930         * src/prefs_common.[ch] src/compose.c
14931                 changed 'dictionary_path' to 'dictionary' to be consistent
14932                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14933         * ac/pspell.m4 src/Makefile.am 
14934                 dropped PSPELL_PATH macro
14935         * po/fr.po
14936                 updated translations
14937
14938 2001-09-21 [christoph]
14939
14940         * src/compose.c
14941                 added border around header fields
14942                 keep header type when new field is added
14943
14944 2001-09-20 [christoph]
14945
14946         * src/utils.[ch]
14947                 more portable debug_print with source filename
14948                 and linenumber
14949         * src/procmsg.c
14950                 more newlines after debug messages
14951
14952 2001-09-20 [paul]
14953
14954         * configure.in
14955                 change to version 0.6.2claws2
14956
14957         * sync with sylpheed 0.6.2cvs3
14958
14959 2001-09-19 [melvin]
14960
14961         * src/gtkspell.c
14962                 fixed the post-right-click focus pb
14963                 fixed crash when 'Spell check all' after dict change 
14964                         and when cursor is at the end of the text
14965                 shift-right-click pops up config menu even on misspelled words.
14966         * po/POTFILES.in
14967                 added gtkspell.c
14968
14969 2001-09-19 [melvin]
14970
14971         * src/about.c
14972                 added pspell to compiled-in features list
14973
14974 2001-09-18 [melvin]
14975
14976         * switched to pspell and dropped ispell
14977         * ac/pspell.m4
14978                 new file. autoconf macro for pspell
14979         * ac/Makefile.am 
14980         * configure.in acconfig.h
14981                 added pspell support
14982         * src/Makefile.am
14983         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14984         * src/prefs_common.[ch] 
14985                 added pspell support
14986
14987 2001-09-18 [christoph]
14988
14989         * src/addr_compl.c
14990         * src/template.[ch]
14991                 replace LOG_MESSAGE with debug_print
14992         * src/compose.[ch]
14993                 gui improvements
14994         * src/menu.c
14995                 added newline after debug message
14996         * src/utils.h
14997                 using __VA_ARGS__ for debug_print macro
14998         * tools/.cvsignore
14999                 ignore Makefile and Makefile.in
15000
15001 2001-09-18 [paul]
15002
15003         * configure.in
15004                 change to version 0.6.2claws1
15005         * sync with sylpheed 0.6.2cvs1
15006
15007         * src/matcher.c 
15008         * src/prefs_matcher.c
15009                 add 'score equal to' option, submitted by
15010                 Paul Evans <nerd@freeuk.com>
15011
15012 2001-09-15 [christoph]
15013
15014         * src/mainwindow.c
15015                 comment out menu entry not existing in claws
15016         * src/menu.c
15017                 add debug output for non existing menu entries
15018         * src/summaryview.c
15019                 fix next/prev unread message for ignored threads
15020         * src/utils.[ch]
15021                 add sourcefile and line number to debug output
15022                 otherwise it is sometimes hard to find the
15023                 source code part if debug messages are translated
15024
15025 2001-09-14 [darko]
15026         
15027         * src/folderview.c
15028                 refresh target folder style after colour is changed
15029
15030 2001-09-13 [paul]
15031
15032         * configure.in
15033                 change to version 0.6.1claws3
15034
15035         * sync with sylpheed 0.6.1cvs6
15036
15037 2001-09-13 [darko]
15038         
15039         * src/folderview.c
15040                 fix target folder colourization to use user selected colour
15041
15042 2001-09-12 [darko]
15043         
15044         * src/summaryview.c
15045                 fix crash when message that is marked for copy/move is unmarked
15046
15047 2001-09-09 [paul]
15048
15049         * configure.in
15050                 change to version 0.6.1claws2
15051
15052         * sync with sylpheed 0.6.1cvs3
15053
15054 2001-09-09 [alfons]
15055         
15056         * src/folderview.c
15057                 fix bug with default font used for trash folder text
15058
15059 2001-09-06 [paul]
15060
15061         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15062                 updated translations
15063
15064         * configure.in
15065                 change to version 0.6.1claws1
15066
15067         * sync with sylpheed 0.6.1cvs2
15068
15069 2001-09-03 [paul]
15070
15071         * po/POTFILES.in
15072                 add Match's new addressbook
15073
15074         * po/de.po
15075                 updated translation submitted by Jens Oberender
15076
15077 2001-09-02 [paul]
15078
15079         * configure.in
15080                 change to 0.6.1claws
15081         * sync with sylpheed 0.6.1 release
15082
15083 2001-09-02 [paul]
15084
15085         * configure.in
15086                 change to 0.6.0claws2
15087
15088         * sync with sylpheed 0.6.0cvs4
15089
15090         * po/pt_BR.po
15091                 updated translation submitted by Fabio Junior Beneditto
15092
15093 2001-09-01 [match]
15094         * pixmaps/
15095                 interface.xpm
15096                 book.xpm
15097                 address.xpm
15098         * src/
15099                 Makefile.am
15100                 a ton of new files
15101
15102 2001-08-31 [paul]
15103
15104         * configure.in
15105                 change to version 0.6.0claws1
15106
15107         * sync with sylpheed 0.6.0cvs1
15108
15109         * po/es.po
15110                 updated translation submitted by Ricardo Mones Lastra
15111
15112         * po/POTFILES.in
15113                 add 'src/prefs_templates.c'
15114
15115         * src/compose.c, src/summaryview.c
15116                 fix segfault on 'Re_edit'               
15117
15118 2001-08-30 [alfons]
15119
15120         * configure.in, Makefile.am
15121         * tools/Makefile.am
15122                 add tools directory to source distribution
15123
15124 2001-08-30 [paul]
15125
15126         * configure.in
15127                 change to version 0.6.0claws
15128
15129         * sync with sylpheed 0.6.0 release
15130
15131 2001-08-30 [christoph]
15132
15133         * configure.in
15134                 removed autoconf version check
15135
15136 2001-08-30 [paul]
15137
15138         * src/account.c, src/compose.c, src/prefs_common.[ch]
15139         * src/procheader.[ch] src/utils.[ch]
15140                 Enhanced automatic account selection on replies
15141                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15142
15143         * configure.in
15144                 add LDAP and JPilot to the configuration results output.
15145
15146 2001-08-29 [christoph]
15147
15148         * src/summeryview.c
15149                 no bold font for ignored threads
15150
15151 2001-08-29 [paul]
15152
15153         * configure.in
15154                 change to version 0.5.3claws6
15155
15156         * sync with sylpheed 0.5.3cvs10
15157                 src/stringtable.[ch]: New Files
15158
15159         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15160         * src/pixmaps/sylpheed.xpm
15161                 add mini-icons to windows (by Alfons)
15162
15163 2001-08-27 [paul]
15164
15165         * src/mainwindow.c
15166                 new functions: next_labeled_cb(), prev_labeled_cb()
15167
15168         * src/summaryview.c
15169                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15170                 summary_select_next_labeled(), summary_select_prev_labeled()
15171
15172         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15173                 give claws blue folders and a blue trash can
15174
15175 2001-08-27 [paul]
15176
15177         * configure.in
15178                 change to version 0.5.3claws5
15179
15180         * sync with sylpheed 0.5.3cvs9
15181                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15182
15183 2001-08-24 [christoph]
15184
15185         * src/filesel.c
15186                 keep filename when browsing directories
15187                 (not working for user entered filename, but
15188                  for default name and selected filename from
15189                  file list)
15190         * src/mainwindow.c
15191                 fixed wrong spelling "Folllow-up"
15192         * src/mbox_folder.c
15193         * src/procmsg.c
15194         * src/summaryview.c
15195                 fixed new/unread message count with ignored
15196                 threads (2 commits, first didn't notice no
15197                 longer needed decreasing)
15198         * src/inc.c
15199                 readded scrolling of progress dialog
15200                 (lost in sync)
15201
15202 2001-08-24 [paul]
15203
15204         * configure.in
15205                 change to 0.5.3claws4
15206
15207         * sync with sylpheed 0.5.3cvs7
15208
15209 2001-08-24 [christoph]
15210
15211         * src/compose.c
15212                 set request return receipt when replying
15213                 if it is set is the folder prefs of the
15214                 message
15215         * src/inc.c
15216                 disable final error popup if popups are
15217                 disabled in config (again)
15218
15219 2001-08-23 [paul]
15220
15221         * configure.in
15222                 Change version number to 0.5.3claws3
15223
15224         * sync with sylpheed 0.5.3cvs5
15225
15226         * src/mimeview.c
15227                 double quote '%s' in 'gedit %s' to fix bug when
15228                 opening attachment with spaces in the name
15229
15230 2001-08-22 [alte]
15231         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15232           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15233                 initial message templates support
15234
15235
15236 2001-08-22 [paul]
15237
15238         * configure.in
15239                 change version number to 0.5.3claws2
15240
15241         * sync with sylpheed 0.5.3cvs4
15242
15243         * src/procmsg.h src/summaryview.c
15244                 re-implement (un)ignore thread
15245
15246 2001-08-21 [paul]
15247
15248         * src/summaryview.c
15249                 remove unnecessary code
15250         * src/compose.c
15251                 enable 'dynamic' signatures (submitted by
15252                 Eric Limpens <eric@hscg-internet.nl>)
15253
15254 2001-08-21 [paul]
15255
15256         clean up after sync with sylpheed 0.5.3 release
15257
15258         * src/folderview.c
15259                 fix re-introduced font mess, see Christoph's
15260                 entry 2001-06-24
15261
15262         * src/summaryview.c
15263                 remove prev_msgnum
15264                 use sylpheed's small font instead of
15265                 gtk default font for summary view
15266
15267
15268 2001-08-17 [paul]
15269
15270         * configure.in
15271                 add pl to ALL_LINGUAS - sync with main branch
15272
15273         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15274                 Updated. Translations by Jens Oberender, Ricardo Mones
15275                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15276
15277         * po/pl.po  ** NEW FILE **
15278                 sync with the main branch
15279
15280         * src/folderview.c
15281                 fix target folder colorizing and refresh problem
15282
15283
15284 2001-08-17 [christoph]
15285
15286         * src/mainwindow.c
15287                 claws uses 4 colors for target folder coloring.
15288                 arrays were not long enough and destroyed the
15289                 stack causing a segfault.
15290                 target folder colorizing does not work anymore
15291                 for me
15292
15293 2001-08-16 [paul]
15294
15295         * configure.in
15296                 change to version 0.5.3claws1
15297
15298         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15299           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15300           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15301
15302                 sync with sylpheed 0.5.3 release, but keep claws method of
15303                 configuring/saving fonts
15304
15305         * src/addressbook.[ch]
15306                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15307                 in line with a similar change in Hiroyuki's branch
15308
15309         * src/mainwindow.[ch]
15310                 disable main_window_set_thread_option()
15311         * src/prefs_folder_item.c
15312                 comment out &tmps_prefs.enable_thread,
15313         * src/mbox_folder.c, src/procmsg.[ch]
15314                 comment out MSG_IS_IGNORE_THREAD
15315         * src/summaryview.c
15316                 comment out summary_ignore_thread() and summary_unignore_thread()
15317                 comment out MSG_IS_IGNORE_THREAD
15318
15319                 use Hiroyuki's threading instead.
15320
15321
15322
15323 2001-08-15 [paul]
15324
15325         * src/account.c
15326                 use Hiroyuki's 0.5.3 column scheme but also
15327                 include the enable/disable button.
15328         * src/pixmaps/mark.xpm
15329                 add Hiroyuki's amended pixmap
15330
15331 2001-08-13 [christoph]
15332
15333         * src/account.c
15334                 receive at get all column showed wrong state for APOP
15335                 button should only work for POP3 and APOP accounts
15336         * src/prefs_account.c
15337                 added missing preprocessor statement for SSL
15338
15339 2001-08-12 [paul]
15340
15341         * src/account.[ch]
15342                 add 'receive at get all' column and enable/disable
15343                 button.
15344
15345 2001-08-06 [christoph]
15346
15347         * src/account.c
15348                 show usage of SSL in protocol column
15349
15350         * src/imap.c
15351         * src/inc.c
15352                 renamed ssl options
15353
15354         * src/prefs_account.[ch]
15355                 moved ssl options to a new page
15356
15357         * src/send.c
15358         * src/smtp.c
15359         * src/ssl.[ch]
15360                 renamed ssl options
15361                 added support for SMTP STARTTLS command
15362
15363 2001-08-05 [christoph]
15364
15365         * configure.in
15366                 debian autoconf needs version check to find
15367                 correct autoconf version. if the file is
15368                 named configure.in 2.13 is used, which does
15369                 not work with this configure.in script.
15370                 other solution would be to rename the script
15371                 to configure.ac as suggested in the autoconf
15372                 manual.
15373
15374         * src/inc.c
15375                 disable final error popup if popups are
15376                 diabled in config
15377
15378         * src/socket.c
15379                 bugfix in ssl_gets
15380                 fixes IMAP over SSL problem
15381
15382 2001-08-03 [paul]
15383
15384         * configure.in
15385                 change to 0.5.2claws1
15386
15387         * sync with sylpheed 0.5.2cvs1
15388
15389 2001-08-02 [alfons]
15390
15391         * configure.in
15392                 quick fix for ispell detection...
15393
15394 2001-08-01 [paul]
15395
15396         * configure.in
15397                 change to 0.5.1claws4
15398
15399         * sync with sylpheed 0.5.1cvs7
15400
15401 2001-07-31 [alfons]
15402
15403         * src/prefs_common.c, src/prefs_common.h, 
15404           src/gtkspell.c, src/gtkspell.h
15405                 add global spelling checker settings (compose tab) +
15406                 selection of dictionary 
15407           
15408         * configure.in  
15409                 guess valid ispell location
15410
15411 2001-07-31 [paul]
15412
15413         * po/POTFILES.in
15414                 removal of 'src/quote_fmt_parse.c'
15415         * po/de.po
15416                 Updated de.po
15417                 (submitted by Jens Oberender <didge@suse.de>)
15418
15419 2001-07-31 [darko]
15420
15421         * src/folder.[ch]
15422         * src/folderview.[ch]
15423         * src/mainwindow.c
15424         * src/mh.c
15425         * src/prefs_common.[ch]
15426         * src/summaryview.c
15427                 target folder colourization
15428
15429 2001-07-30 [paul]
15430
15431         more sync with Sylpheed 0.5.1cvs6 
15432
15433 2001-07-30 [darko]
15434
15435         * src/mh.c
15436         * src/prefs_folder_item.[hc]
15437         * src/summaryview.c
15438                 shared folders support with a GUI
15439
15440 2001-07-29 [paul]
15441
15442         0.5.1claws3
15443
15444         * sync with Sylpheed 0.5.1cvs6
15445
15446 2001-07-29 [paul]
15447
15448         * po/pt_BR.po
15449                 updated
15450                 (submitted by Fabio Junior Beneditto)
15451
15452 2001-07-28 [paul]
15453
15454         * src/procmime.c
15455         * AUTHORS
15456                 patch to correct bad image mime headers
15457                 (submitted by Don Quijote <dq@searchlores.org>)
15458
15459 2001-07-28 [paul]
15460
15461         * tools/gif2xface.pl   **NEW FILE**
15462         * tools/README
15463                 script to convert file.gif to file.xface for
15464                 use in a custom header.
15465                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15466
15467 2001-07-27 [alfons]
15468         
15469         * configure.in
15470                 change macros for detecting JPilot and LDAP
15471
15472 2001-07-27 [christoph]
15473
15474         * src/filtering.c
15475                 code cleanup (MIN / MAX warning, needed casting)
15476
15477 2001-07-27 [alfons]
15478
15479         * procheader.c
15480                 disallow setting flags when detecting certain headers
15481                 (X-Status, Status, Seen, X-Seen). 
15482         
15483         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15484
15485 2001-07-27 [christoph]
15486
15487         * src/prefs_filter.c
15488         * src/prefs_filtering.c
15489         * src/prefs_matcher.c
15490         * src/prefs_scoring.c
15491                 scroll list when moving rows up or down
15492
15493         * src/imap.c
15494         * src/imap.h
15495         * src/prefs_account.c
15496         * src/prefs_account.h
15497         * src/send.c
15498                 SMTP over SSL (untested, feedback requested)
15499                 IMAP over SSL
15500
15501         * src/ssl.c
15502                 code cleanup
15503
15504 2001-07-26 [alfons]
15505         
15506         * configure.in, acconfig.h
15507                 define CLAWS (need this for main / claws detection)
15508
15509 2001-07-25 [alfons]
15510
15511         * configure.in
15512                 Sylpheed 0.5.1claws2
15513                 
15514         * sync with Sylpheed 0.5.1cvs4
15515
15516 2001-07-25 [christoph]
15517
15518         * src/scoring.c
15519                 fixed segfault
15520                 item->prefs == NULL (don't know why)
15521
15522 2001-07-25 [alfons]
15523
15524         * configure.in
15525                 Sylpheed 0.5.1claws1
15526
15527         * sync with Sylpheed 0.5.1cvs1-3
15528
15529 2001-07-24 [christoph]
15530
15531         * src/folderview.c
15532         * src/prefs_folder_item.[ch]
15533                 added folderitem preferences dialog with
15534                 default To: and auto request return receipt
15535
15536         * src/compose.[ch]
15537         * src/menu.[ch]
15538                 changes to handle new folderitem preferences
15539
15540         * src/mainwindow.c
15541         * src/summaryview.c
15542                 call compose new mail with current folderitem
15543
15544 2001-07-24 [alfons]
15545
15546         Release Sylpheed 0.5.1claws
15547
15548         * configure.in
15549                 change to release version 0.5.1claws
15550
15551 2001-07-24 [christoph]
15552
15553         * src/summaryview.c
15554                 fixed segfault that happend when the selected
15555                 message was removed while retrieving new messages.
15556
15557         * po/es.po
15558                 updated translation
15559                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15560
15561 2001-07-22 [alfons]
15562
15563         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15564         this is a work in progress, for more information: http://nlpagan.net/sylman 
15565         
15566         * configure.in, src/mainwindow.c, manual/Makefile.am
15567                 add support for English manual
15568
15569         * AUTHORS
15570                 add authors of user manuals
15571
15572         * manual/en/sylpheed*.html
15573                 add English documentation
15574
15575 2001-07-22 [christoph]
15576
15577         * po/POTFILES.in
15578                 added src/ssl.c
15579         * src/ssl.c
15580                 changed a wrong debug message
15581
15582 2001-07-22 [alfons]
15583
15584         * po/nl.po
15585                 update Dutch translation
15586
15587         * src/prefs_filtering.c, 
15588           src/prefs_matcher.c
15589                 add more translatable strings           
15590
15591 2001-07-21 [alfons]
15592
15593         0.5.0claws7
15594
15595         * configure.in
15596                 change version
15597
15598         * src/inc.c, src/summaryview.[ch]
15599                 prevent update of mark file when filtering has done, by
15600                 using a variable; this affects two functions:
15601                         inc.c::inc_finished()
15602                         summaryview.c::summary_show()
15603
15604 2001-07-20 [alfons]
15605
15606         * src/filtering.[ch], src/prefs_filtering.c, 
15607           src/matcher.[ch]
15608                 add filtering action for label coloring 
15609
15610         * po/POTFILES.in
15611                 add labelcolors.c
15612
15613         * added src/labelcolors.c
15614         * added src/labelcolors.h
15615         * src/Makefile.am, src/summaryview.c
15616                 rearrange label coloring code
15617
15618         * src/procmsg.h
15619                 add more parentheses so label colouring works correctly
15620
15621         * src/filtering.c
15622                 don't really delete message, but move it to Trash
15623
15624         * src/prefs_matcher.c
15625                 add quote options to info dialog
15626
15627 2001-07-20 [christoph]
15628
15629         * src/Makefile.am
15630         * src/inc.c
15631         * src/main.[ch]
15632         * src/socket.h
15633         * src/ssl.[ch] (new)
15634                 moved ssl stuff to a seperate file
15635
15636 2001-07-20 [darko]
15637
15638         * src/summaryview.c
15639                 fix show sender using address book with no e-mail
15640                 address in From: field
15641
15642 2001-07-19 [alfons]
15643
15644         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15645                 fix messy handling of escaping... now at least the
15646                 execute command is useful. escape char is '\', we
15647                 accept \n and \r too. 
15648
15649                 Real life example:
15650                 
15651                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15652                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15653
15654 2001-07-18 [alfons]
15655
15656         0.5.0claws6
15657
15658         * src/summaryview.c
15659                 clean up
15660
15661         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15662           src/procmsg.[ch]
15663                 revise filtering; currently move, copy, marking have
15664                 been tested. if you like bleeding edge stuff, you
15665                 should definitely go for this version :)
15666
15667         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15668
15669 2001-07-17 [christoph]
15670
15671         * src/utils.c
15672                 timestamp log
15673
15674 2001-07-17 [alfons]
15675
15676         0.5.0claws5
15677
15678         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15679           bits in the mark file, without affecting either branch. Lots of
15680           files changed, also in claws branch.
15681
15682           UNTESTED: use of mbox folders
15683
15684         * src/summaryview.c
15685                 added mark all read; however this was a quick hack used for
15686                 cleaning up mess after initial merge with Hiroyuki
15687
15688         * configure.in
15689                 change claws version number back to 0.5.0claws5 to clear up 
15690                 confusion & pretension (recent release was technically 
15691                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15692
15693 2001-07-16 [alfons]
15694
15695         sync with Hiroyuki's 0.5.0cvs4
15696
15697 2001-07-16 [alfons]
15698
15699         0.5.1claws3
15700
15701         * src/filtering.[ch]
15702                 remove invalid updating of mark files for 
15703                 filter actions MATCHING_ACTION_MOVE and 
15704                 MATCHING_ACTION_DELETE; this should fix the
15705                 folder update bug
15706                 
15707         * src/procmsg.c
15708                 revert Christoph's stab at fixing the folder 
15709                 update bug
15710
15711         * po/POTFILES.in
15712                 add missing files with translatable strings
15713
15714         * src/summaryview.c
15715                 remove debug print
15716
15717 2001-07-15 [alfons]
15718
15719         * src/addr_compl.[ch], src/prefs_filtering.c
15720                 make "filtering pref dialog's destination entry" an
15721                 "address completable entry", if filter destination is 
15722                 an email address
15723
15724         0.5.1claws2
15725         
15726         sync with Hiroyuki's 0.5.0cvs2-3
15727
15728 2001-07-15 [christoph]
15729
15730         * src/procmsg.c
15731                 fixed folder stats update after incorporation
15732
15733 2001-07-15 [alfons]
15734
15735         * src/summaryview.c
15736                 * finish label colouring stuff (for now)
15737                 * fix incorrect colour bug (off by one) 
15738
15739 2001-07-14 [alfons]
15740
15741         * src/mainwindow.c
15742                 change text labels for news and mail message so there's
15743                 plenty of toolbar estate left
15744
15745         * configure.in
15746                 0.5.1claws1
15747
15748         * src/folderview.c
15749           src/folder.[ch]
15750                 sync with Hiroyuki's 0.5.0cvs1
15751
15752         * src/summaryview.c
15753                 more rewrite label colouring
15754
15755 2001-07-14 [alfons]
15756
15757         * src/summaryview.[ch]
15758                 * start rewrite label colouring 
15759                 * fix proper location "Add Sender To Addressbook" menu item
15760
15761 2001-07-13
15762
15763         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15764         (actually this is 0.5.0claws4)
15765
15766 2001-07-13 [alfons]
15767
15768         * po/pt_BR.po
15769                 * fix duplicate message
15770                 * add updated Portugese / Brazilian translation
15771                   submitted by Fabio Junior Beneditto
15772
15773 2001-07-12 [alfons]
15774
15775         * AUTHORS
15776                 add Jens
15777
15778         * po/nl.po
15779                 add updated Dutch translation
15780
15781         * po/de.po
15782                 add updated German translation submitted by Jens
15783
15784 2001-07-11 [alfons]
15785
15786         Prerelease before 0.5.0claws. Please test.
15787         This version is temporarily tagged as VERSION_0_5_0_TEST
15788
15789         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15790           src/prefs_scoring.c, src/prefs_matcher.c, 
15791           src/prefs_filtering.c, src/mbox.c, 
15792           src/main.c, src/inc.c, src/filtering.[ch]
15793                 revert new Hoa's new matcher (does not work yet)
15794
15795         * src/Makefile.am
15796                 clean up
15797
15798 2001-07-10
15799
15800         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15801
15802
15803 2001-07-10 [alfons]
15804
15805         * Makefile.am
15806                 add ChangeLog.claws to EXTRA_DIST
15807         * src/Makefile.am
15808                 add matcher_parser_parse.h to EXTRA_DIST
15809
15810 2001-07-10 [christoph]
15811
15812         * src/inc.c
15813                 add destination folder to table of
15814                 folders that need to be updated after
15815                 incorporation
15816
15817 2001-07-10 [alfons]
15818
15819         * folder.[ch]
15820           folderview.c
15821                 make collapse state of folders and folder items persistent, i.e.
15822                 if you collapse a folder tree, the next time sylpheed-claws starts 
15823                 up the folder tree remains collapsed.  
15824                 
15825 2001-07-10 [christoph]
15826
15827         * acconfig.h
15828         * configure.in
15829                 added --enable-ssl
15830         * src/md5.[ch]
15831                 renamed MD5_CTX to MD5_CTX_syl
15832                 conflicts with a struct in openssl
15833         * src/inc.c
15834         * src/main.[ch]
15835         * src/prefs_account.[ch]
15836         * src/socket.[ch]
15837                 SSL support for POP
15838         * src/mainwindow.c
15839                 fixed compose with current account
15840                 broken by new compose button stuff
15841
15842 2001-07-09 [hoa]
15843
15844         * AUTHORS
15845                 changed my email address
15846
15847         * src/matcher_parser_parse.y
15848                 clean the parser to remove conflicts
15849
15850 2001-07-09 [alfons]
15851
15852         * AUTHORS
15853                 add Match Grun
15854
15855         * configure.in
15856                 fix incorrect description of --enable-ldap parameter
15857
15858         * src/prefs_common.[ch]
15859           src/compose.c
15860                 add experimental option "smart wrapping" which makes the
15861                 compose editor auto wrap.
15862                 
15863                 | TODO: the problem with the buggy cursor handling is caused |
15864                 | by the GtkText. when deleting / backspacing text its       |
15865                 | wrapping algorithm does not take in account the previous   |
15866                 | line. should find a way to hack this in.                   |
15867                 | or should perhaps combine this with the word wrapping      |
15868                 | patch i wrote in january.                                  |
15869
15870         * src/about.c
15871                 show build parameters for LDAP and JPilot
15872
15873         * src/summaryview.c
15874                 revert Christoph's bugfix for selecting next unread message, 
15875                 because folder stats aren't updated correctly
15876
15877 2001-07-08 [hoa]
15878
15879         * src/filtering.c
15880         * src/mainwindow.c
15881         * src/matcher.c
15882         * src/matcher_parser_lex.l
15883         * src/matcher_parser_parse.y
15884         * src/prefs_filtering.c
15885         * src/prefs_scoring.c
15886         * src/scoring.c
15887                 bugfix of the config file parser
15888
15889 2001-07-08 [alfons]
15890
15891         * src/Makefile.am
15892                 added generated matcher sources to BUILT_SOURCES
15893
15894 2001-07-08 [hoa]
15895
15896         * src/Makefile.am
15897         * src/.cvsignore
15898                 added new config file parser
15899
15900         * src/scoring.[ch]
15901         * src/filtering.[ch]
15902         * src/matcher.[ch]
15903         * src/prefs_filtering.c
15904         * src/prefs_matcher.c
15905         * src/prefs_scoring.c
15906         * added src/matcher_parser.h
15907         * added src/matcher_parser_lex.h
15908         * added src/matcher_parser_lex.l
15909         * added src/matcher_parser_parse.y
15910                 lex & yacc config file parser
15911
15912         * src/mbox.c
15913         * src/inc.c
15914         * src/main.c
15915                 changes prefs_filtering into global_filtering           
15916
15917         * src/summaryview.c
15918                 build threads with subjects only if "Re: " is at the
15919                 beginning of the subject
15920
15921 2001-07-07 [paul]
15922
15923         0.5.0claws
15924
15925         sync with sylpheed 0.5.0
15926                 change of version number only
15927
15928 2001-07-06 [paul]
15929
15930         0.5.0claws5
15931
15932         sync with sylpheed 0.5.0pre5
15933
15934 2001-07-05 [paul]
15935
15936         sync with sylpheed 0.5.0pre4 release
15937                 /po and /manual/ja not sync'ed
15938
15939 2001-07-04 [paul]
15940
15941         more sync with sylpheed 0.5.0pre4
15942
15943 2001-07-03 [christoph]
15944
15945         * src/addressbook.c
15946                 fixed address book broken by address book
15947                 for VCard, JPilot, LDAP
15948
15949 2001-07-03 [alfons]
15950
15951         * src/matcher.c
15952         * src/textview.c
15953                 stopped memory leaks
15954
15955 2001-07-03 [paul]
15956
15957         more sync with sylpheed 0.5.0pre4
15958
15959 2001-07-02 [match]
15960
15961         * included address book patch for VCard, JPilot, LDAP
15962         * pref_common.c - fixed Font options on Display tab (cosmetic)
15963         * alertpanel.c - fixed truncated message
15964
15965 2001-07-02 [christoph]
15966
15967         * src/mbox_folder.c
15968         * src/procmsg.[ch]
15969         * src/summaryview.c
15970                 mark threads for ignoring
15971
15972 2001-07-02 [paul]
15973
15974         0.5.0claws4
15975
15976         * sync with sylpheed 0.5.0pre4
15977                 updated gettext to 0.10.38.
15978
15979 2001-07-01 [paul]
15980
15981         * src/ mainwindow.c
15982         * src/procmsg.h
15983         * src/summaryview.[ch]
15984                 new right-click option: Label.
15985                 substitute for 'Mark-->Mark/Unmark', colours the line.
15986                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15987
15988 2001-07-01 [christoph]
15989
15990         * src/folderview.c
15991                 fixed font for trash
15992         * src/summaryview.c
15993                 move ctree to unread message
15994
15995 2001-07-01 [paul]
15996
15997         * sync with sylpheed 0.5.0pre3 release
15998
15999 2001-06-30 [alfons]
16000
16001         * src/filesel.[ch]
16002         * src/compose.c
16003                 allow inserting / attaching multiple files in
16004                 the composer window
16005
16006 2001-06-30 [paul]
16007
16008         * src/codeconv.c
16009                 small change to Alfons' previous stuff so that it
16010                 actually makes
16011
16012 2001-06-30 [alfons]
16013
16014         * lots of files changed; first attempt to merge the changes
16015           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16016
16017 2001-06-30 [paul]
16018
16019         * po/pt_BR.po
16020                 updated and completed, translations by Fabio
16021                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16022
16023 2001-06-29 [alfons]
16024
16025         * src/compose.c
16026         * src/mimeproc.[ch]
16027                 allow selecting an attached files' mime type from a 
16028                 list of types.
16029
16030 2001-06-29 [paul]
16031
16032         * more sync with sylpheed 0.5.0pre3
16033
16034 2001-06-29 [paul]
16035
16036         * po/pt_BR.po
16037                 merge with sylpheed.pot and pt_BR.po provided by
16038                 Fabio Junior Beneditto.
16039
16040 2001-06-29 [darko]
16041
16042         * src/procmime.c
16043                 make MIME types case insensitive
16044
16045 2001-06-28 [alfons]
16046
16047         * po/nl.po
16048                 merge with sylpheed.pot and old nl.po; translations added.
16049
16050 2001-06-28 [paul]
16051
16052         * more sync with sylpheed 0.5.0pre3
16053
16054 2001-06-27 [alfons]
16055
16056         * src/summaryview.c
16057                 don't crash when removing parent node of messages
16058                 attracted by subject. this was caused by not deleting
16059                 the parent node from the subject line hash table.
16060
16061 2001-06-27 [alfons]
16062
16063         * src/summaryview.c
16064         * src/compose.[ch]
16065         * src/mainwindow.c
16066                 if there are multiple messages selected, allow forwarding
16067                 them as attachments.
16068
16069 2001-06-27 [paul]
16070
16071         * more sync with sylpheed 0.5.0pre3
16072
16073 2001-06-26 [paul]
16074
16075         0.5.0claws3
16076
16077         * sync with sylpheed 0.5.0pre3
16078
16079 2001-06-25 [paul]
16080
16081         * src/mainwindow.c
16082                 fixed 'compose news article' bug
16083                 from icon-and-text toolbar
16084
16085 2001-06-25 [paul]
16086
16087         * sync with sylpheed 0.5.0pre2 release
16088
16089 2001-06-24 [christoph]
16090
16091         * src/prefs_common.c
16092                 bug fix in font selection
16093         * src/folderview.c
16094                 use sylpheed's normal font instead of
16095                 gtk default font for folders without
16096                 new messages
16097
16098 2001-06-24 [alfons]
16099
16100         * src/mainwindow.[ch]
16101                 added composite compose mail / news button (an idea by Leandro
16102                 Pereira <leandro@linuxmag.com.br>)
16103
16104 2001-06-24 [paul]
16105
16106         Added instructions for ldif-to-xml.py
16107
16108         * tools/README
16109
16110 2001-06-23 [alfons]
16111
16112         Some minor things.
16113
16114         * src/pixmaps/stock_news_compose.xpm
16115                 added pixmap by Leandro
16116         * src/prefs_common.c
16117                 tested built-in spelling checker of GCC 3.0 :)
16118         * po/nl.po
16119                 merged dutch translation of sylpheed-main with
16120                 sylpheed.pot
16121
16122 2001-06-23 [paul]
16123
16124         Added tools directory and files.
16125
16126         * tools/filter_conv.pl
16127                 converts old filter system to new filtering system
16128         * tools/ldif-to-xml.py
16129                 converts netscape addressbook to sylpheed addressbook
16130         * tools/README
16131                 descriptions/instructions for above two files
16132
16133 2001-06-23 [christoph]
16134
16135         * src/inc.c
16136         * src/manage_window.[ch]
16137         * src/prefs_common.[ch]
16138                 mail retrieval dialog can be enabled, disabled
16139                 or hidden if non of sylpheed's windows is active
16140
16141 2001-06-22 [paul]
16142
16143         0.5.0claws2
16144
16145         * sync with sylpheed 0.5.0pre2
16146
16147 2001-06-21 [christoph]
16148
16149         * src/summaryview.c
16150                 show recipient on 'from' for all accounts
16151                 
16152         * src/inc.c
16153         * src/prefs_common.[ch]
16154                 disable error popup on mail receive errors
16155
16156 2001-06-21 [alfons]
16157
16158         * src/compose.c
16159                 made the ruler correctly appear and disappear.
16160
16161         * src/Makefile.am
16162                 removed Hoa's work-in-progress-stuff (interesting!) so 
16163                 claws compiles ok.
16164
16165 2001-06-20 [christoph]
16166
16167         * src/inc.c
16168         * src/progressdialog.c
16169                 added scrolled window for list in progressdialog
16170
16171 2001-06-20 [paul]
16172
16173         sync with sylpheed 0.5.0pre1 release
16174
16175 2001-06-20 [christoph]
16176
16177         * src/summeryview.c
16178                 make building threads by subject work when
16179                 thread view is enabled
16180                 
16181         * src/compose.c
16182         * src/prefs_common.[ch]
16183                 automatically select account for mail replys
16184
16185 2001-06-19 [sergey]
16186
16187         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16188         they are filled in from the account settings.
16189
16190 2001-06-19 [paul]
16191
16192         * more sync with sylpheed 0.5.0pre1
16193
16194 2001-06-18 [alfons]
16195
16196         * src/Makefile.am,
16197           src/procmime.c
16198                 added --sysconfdir to CPPFLAGS for pointing to the correct
16199                 location of mime.types. 
16200
16201                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16202                 or ./configure!
16203
16204 2001-06-18 [hoa]
16205
16206         * src/summaryview.c
16207                 fixed some bug when building threads
16208
16209 2001-06-18 [pau]l
16210
16211         * src/prefs_account.c
16212                 UI stuff: More changes to the English
16213
16214 2001-06-18 [paul]
16215
16216         * src/pixmaps/stock_news_compose.xpm: new file
16217         * src/Makefile.am
16218         * src/mainwindow.c
16219         * src/summaryview.c
16220                 Added new icon for Hoa's 'compose a news
16221                 message', plus minor improvements to the
16222                 English
16223
16224         * po/ja.po
16225         * ChangeLog
16226         * ChangeLog.jp
16227                 more sync with sylpheed 0.5.0pre1
16228
16229 2001-06-18 [hoa]
16230
16231         * src/compose.[ch]
16232         * src/mainwindow.c
16233                 Follow-up and reply to
16234
16235         * src/summaryview.[ch]
16236                 Build threads also with subjects
16237
16238 2001-06-17 [hoa]
16239
16240         * src/compose.c
16241                 forwarding use the current account.
16242
16243         * src/mainwindow.c
16244                 the "compose message" button has been replaced with
16245                 "new mail" and "new news" buttons
16246
16247         * src/prefs_common.[ch]
16248                 added a configuration option to use the forward button
16249                 as "forward as attachment"
16250                 changed reply and forward format description
16251
16252         * src/quote_fmt_lex.l
16253         * src/quote_fmt_parse.y
16254                 added message with no signature in format for reply
16255                 and forward.
16256
16257 2001-06-17 [paul]
16258
16259         Minor UI stuff
16260
16261         * src/mainwindow.c
16262         * src/summaryview.c
16263                 Improvements to the English
16264
16265         * src/prefs_common.c
16266                 Improvements to the English and some
16267                 clarity/continuity improvements in the
16268                 description of Quote symbols.
16269
16270 2001-06-17 [paul]
16271
16272         0.5.0claws1
16273
16274         * sync with sylpheed 0.5.0pre1
16275
16276 2001-06-17 [hoa]
16277
16278         * src/compose.c
16279                 Better interface for compose, displayed fields
16280                 are updated whenever we change account.
16281                 Newsgroups field is automatically filled.
16282
16283         * src/mainwindow.c
16284                 Newsgroups field is automatically filled.
16285
16286         * src/prefs_account.c
16287                 Some interface stuff when fields appear and
16288                 disappear.
16289
16290 2001-06-16 [paul]
16291
16292         0.4.99claws
16293
16294         * sync with sylpheed 0.4.99
16295
16296 2001-06-16 [sergey]
16297
16298         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16299         base64_decoder_free, base64_decoder_decode): new object and
16300         functions for decoding base64 streams.
16301         * src/procmime.c (procmime_decode_content): modified to use the
16302         new base64 decoder.
16303
16304 2001-06-15 [paul]
16305
16306         0.4.99claws10
16307
16308         * sync with sylpheed 0.4.99cvs11
16309
16310 2001-06-13 [paul]
16311
16312         0.4.99claws9
16313
16314         * sync with sylpheed 0.4.99cvs9
16315
16316 2001-06-13 [hoa]
16317
16318         * src/compose.c
16319         * src/prefs_account.c
16320
16321                 SMTP server can be defined in the news account
16322                 mime type of attachment are kept.
16323
16324         * src/summaryview.c
16325
16326                 now choose the highest important score between default
16327                 and important score of folder.
16328
16329 2001-06-09 [alfons]
16330         
16331         * src/prefs_common.c: 
16332
16333                 (prefs_quote_description_create): corrected description of 
16334                 quote format characters
16335
16336 2001-06-09 [paul]
16337
16338         0.4.99claws8
16339
16340         * sync with sylpheed 0.4.99cvs8
16341
16342 2001-06-08 [sergey]
16343
16344         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16345         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16346
16347 2001-06-08 [paul]
16348
16349         0.4.99claws7
16350
16351         * sync with sylpheed 0.4.99cvs7
16352
16353 2001-06-06 [sergey]
16354
16355         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16356         clashes with autogenerated header).
16357         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16358         * src/Makefile.am: added quote_fmt.h.
16359         * src/.cvsignore: added lex/yacc autogenerated files
16360         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16361
16362 2001-06-06 [paul]
16363
16364         0.4.99claws6
16365
16366         * sync with sylpheed 0.4.99cvs6
16367
16368 2001-06-06 [hoa]
16369
16370         * added src/quote_fmt_parse.h
16371         * src/compose.c
16372                 removed warnings
16373
16374         * src/prefs.[ch]
16375                 don't modify readonly configuration files
16376
16377         * src/prefs_account.c
16378         * src/prefs_common.c
16379         * src/prefs_customheader.c
16380         * src/prefs_display_header.c
16381         * src/prefs_filter.c
16382         * src/prefs_filtering.c
16383         * src/prefs_scoring.c
16384                 don't open dialog box when configuration files
16385                 are readonly
16386
16387 2001-06-05 [sergey]
16388
16389         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16390
16391         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16392         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16393         BUILT_SOURCES to make all files rebuild properly.
16394
16395         * src/compose.c: removed #include "quote_fmt.tab.h".
16396
16397         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16398         CHARACTER value in yylval.
16399
16400         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16401         receive CHARACTER value by documented means (yylval).
16402
16403         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16404
16405 2001-06-05 [hoa]
16406
16407         * src/Makefile.am
16408                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16409
16410         * src/filtering.c
16411         * src/matcher.c
16412         * src/matcher.h
16413         * src/prefs_filtering.c
16414                 now keep the configuration for execute action
16415
16416         * src/mbox_folder.c
16417                 fixed a warning
16418
16419 2001-06-05 [paul]
16420
16421         * sync with sylpheed 0.4.99cvs5
16422
16423 2001-06-05 [hoa]
16424
16425         * src/Makefile.am
16426                 added quote_fmt.[ch]
16427
16428         * added src/quote_fmt.y
16429         * added src/quote_fmt.l
16430         * added src/quote_fmt.tab.h
16431         * added src/quote_fmt.tab.c
16432         * added src/lex.quote_fmt.c
16433                 parsing configuration for replying
16434                 and forwarding
16435
16436         * src/prefs_common.[ch]
16437                 added configuration UI for replying
16438                 and forwarding
16439
16440         * src/compose.c
16441                 using configuration for replying
16442                 and forwarding
16443
16444 2001-06-04 [hoa]
16445
16446         * src/filtering.c
16447         * src/matcher.c
16448         * src/matcher.h
16449         * src/prefs_filtering.c
16450         * src/prefs_matcher.c
16451         * src/prefs_matcher.h
16452                 action "run a command" for filtering
16453                 and matching with a command.
16454                 fixed the "whole message" matching
16455
16456         * src/mbox_folder.c
16457                 changed temporary filename for security
16458
16459         * src/messageview.c
16460                 queue the notification if it fails to send.
16461
16462         * src/prefs_common.c
16463         * src/prefs_folder_item.c
16464                 changed the default important score             
16465
16466         * src/prefs_scoring.c
16467         * src/scoring.c
16468                 hide kill score input when the folder is not
16469                 a newsgroup
16470
16471 2001-06-03 [alfons]
16472
16473         * src/prefs_common.c:
16474
16475                 (prefs_font_select): pass font name in font entry box to font
16476                 selection dialog.
16477
16478 2001-06-03 [sergey]
16479
16480         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16481
16482 2001-06-03 [paul]
16483
16484         * sync with sylpheed 0.4.99cvs4
16485
16486 2001-06-03 [alfons]
16487
16488         * src/headerwindow.c:
16489
16490                 (headerwindow_show_cb): use the selected summary view item, not
16491                 the displayed item.
16492
16493 2001-06-02 [alfons]
16494
16495         * src/headerwindow.c:
16496
16497                 (headerwindow_show_cb): always try to show msginfo
16498
16499 2001-06-02 [hoa]
16500
16501         * src/compose.c
16502                 keep attached parts when reediting or forwarding.
16503
16504 2001-06-01 [hoa]
16505
16506         * src/folderview.c
16507         * src/prefs_folder_item.[ch]
16508         * src/prefs_scoring.[ch]
16509         * src/scoring.[ch]
16510         * src/summaryview.[ch]
16511         * src/main.c
16512         * src/mainwindow.c
16513         * src/prefs_common.[ch]
16514                 support for folder scoring
16515                 kill score and important score for messages
16516         
16517         * src/prefs_account.c
16518                 some display bug fixed for local account
16519                 preferences
16520
16521 2001-05-31 [alfons]
16522
16523         * src/summaryview.c:
16524
16525                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16526                 sender to address book menu item is disabled.
16527
16528 2001-05-30 [hoa]
16529
16530         * src/filtering.[ch]
16531         * src/summaryview.c
16532                 handling summary menu / filter messages
16533
16534         * src/folder.[ch]
16535                 add some stuff
16536
16537         * src/foldersel.c
16538                 imap folders now appears in list
16539
16540         * src/mbox_folder.c
16541                 doesn't crash if destination mail is not writeable
16542
16543 2001-05-29 [hoa]
16544
16545         * src/compose.c
16546                 removed some warnings
16547
16548         * src/filtering.c
16549         * src/folder.[ch]
16550         * src/prefs_filtering.c
16551                 global string to identify any folders           
16552                 removed some debug info
16553                 filtering to mbox folders is now possible
16554
16555         * src/mainwindow.c
16556                 removed some warnings
16557
16558         * src/mbox_folder.c
16559                 permission on files are changed to read/write for user only,
16560                 nothing for other.
16561                 creation of subfolder is handled better.
16562
16563 2001-05-28 [alfons]
16564
16565         Verified the sync for src/prefs_common.[ch] and
16566         src/prefs_account.[ch]. I believe there were some
16567         minor indentation differences.
16568
16569 2001-05-28 [paul]
16570
16571         0.4.99claws3
16572
16573         * sync with 0.4.99cvs3
16574
16575 2001-05-28 [hoa]
16576
16577         * src/compose.c
16578                 handling flags for mbox format
16579
16580         * src/filtering.c
16581                 use of mark file only for MH format
16582                 handling flags for mbox format
16583                 filtering cannot yet move or copy mails to mbox folders.
16584
16585         * src/folder.[ch]
16586                 changed move_msg, copy_msg,
16587                 move_msgs_with_dest, copy_msgs_with_dest functions
16588                 uses only folder->copy_msg() function
16589                 uses folder->finished_copy() to handle the destination
16590                 folder at the end of the copy or move operation.
16591
16592         * src/foldersel.c
16593                 included mbox directories.
16594
16595         * src/folderview.[ch]
16596         * src/mainwindow.c
16597                 handle folders operation for mbox format
16598
16599         * src/mbox.c
16600                 disable conversion of "From " header
16601
16602         * src/mbox_folder.[ch]
16603                 completion of mbox format handling
16604
16605         * src/mh.c
16606                 changed mh_copy_msg() function and
16607                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16608                 mh_copy_msgs_with_dest()
16609
16610         * src/prefs_filtering.c
16611                 removed some warnings
16612
16613         * src/prefs_matcher.c
16614                 default boolean operation is AND
16615
16616         * src/procheader.c
16617                 handling flags for mbox format
16618                 handling of "From " header
16619
16620         * src/procmsg.[ch]
16621                 removed data field
16622                 added MSG_REALLY_DELETED flags to handle deletion of
16623                 messages in mbox format.
16624
16625         * src/summaryview.c
16626                 handling flags for mbox format
16627                 disable the MSG_DELETED flags when messages
16628                 are deleted in mbox format
16629
16630         * src/textview.c
16631                 "From " headers display fixed.
16632
16633 2001-05-27 [alfons]
16634
16635         * src/textview.c:
16636                 
16637                 (get_email_part): skip quoted email addresses, like in e.g.
16638                 "'alfons@proteus.demon.nl'".
16639
16640 2001-05-26 [alfons]
16641
16642         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16643         and fixing the persistence troubles when using separate windows.
16644
16645         * src/mainwindow.c:
16646         
16647             Added #define SEPARATE_ACTION used in the gtk item factory for 
16648             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16649                 use gtk_item_factory_get_widget_by_action() to get the items.
16650                 
16651             Removed separate_widget_cb from the gtk item factory data   
16652           
16653             (mainwindow_create): connect separate_widget_cb() to check
16654             menu item "toggled" signal. also passing a MainWindow pointer
16655                 as object data for both check menu items.
16656                 
16657             (separate_widget_cb): definition of separate_widget_cb() to match
16658             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16659                 window using gtk_object_get_data(). The type of window separation 
16660                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16661         
16662         * src/prefs_filtering.c,
16663           src/prefs_matcher.c: added horizontal scrollbars
16664
16665 2001-05-25 [darko]
16666
16667         * src/headerview.c
16668                 fix segfault with invalid bold font
16669         * src/summaryview.c
16670                 correctly display summary stats after row is marked
16671
16672 2001-05-23 [sergey]
16673
16674         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16675         encodings with libjconv.
16676
16677 2001-05-23 [hoa]
16678
16679         * src/Makefile.am
16680                 added mbox_folder.[ch]
16681         * src/defs.h
16682                 mbox temporary folder
16683         * src/folder.[ch]
16684         * added src/mbox_folder.[ch]
16685         * src/folderview.c
16686         * src/procheader.[ch]
16687                 added mbox support
16688         * src/mbox.c
16689                 bugfix for file incorporation filtering
16690         * src/imap.c
16691                 enable creation of MBOX
16692         * src/prefs_display_header.c
16693                 enable use of headers like "From "
16694                 something that should be fixed :
16695                         displaying of such headers add an extra space
16696         * src/prefs_folder_item.c
16697                 don't create folders because it is not necessary
16698         * src/procmsg.h
16699                 added data field to MsgInfo for mbox internal use
16700         * src/summaryview.c
16701                 added some support for mbox
16702         * src/utils.[ch]
16703                 added get_mbox_cache_dir() function
16704
16705 2001-05-23 [hiroyuki]
16706
16707         * src/headerwindow.c
16708           src/inc.c
16709           src/main.c
16710           src/mh.c
16711           src/nntp.c
16712           src/procmsg.h
16713           src/session.h
16714           src/socket.[ch]
16715           src/summaryview.c
16716           src/textview.c
16717           src/automaton.c
16718           src/folderview.c: more sync with 0.4.99cvs2.
16719
16720         * src/headerwindow.c: reverted.
16721
16722 2001-05-22 [paul]
16723
16724         0.4.99claws2
16725
16726         * sync with sylpheed 0.4.99cvs2
16727                 * src/news.[ch]
16728                 * src/nntp.[ch]
16729                 * INSTALL
16730                 * INSTALL.jp
16731
16732 2001-05-22 [alfons]
16733
16734         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16735
16736 2001-05-21 [alfons]
16737
16738         Minor things:
16739
16740         * configure.in: if gnome-config not found, "no" is displayed
16741         
16742         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16743
16744         * src/textview.c: now also possible to add mail addresses by right
16745           clicking in the text view
16746
16747         * src/codeconv.c: merged patch which fixes endless loop when encountering
16748           invalid wide characters; from Alte <010@imis.ru>  
16749
16750 2001-05-20 [alfons]
16751
16752         Added installation of gnome specific things:
16753
16754         * Makefile.am: gnome conditional
16755
16756         * configure.in: check for installed gnome
16757
16758         * added sylpheed.png, sylpheed.desktop
16759
16760 2001-05-20 [sergey]
16761
16762         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16763
16764         * src/mainwindow.h (main_window_toolbar_create): created a button
16765         for "Reply to all".
16766         (main_window_set_toolbar_sensitive): enable/disable the new button
16767         appropriately.
16768         (toolbar_reply_to_author_cb): handle the new button.
16769
16770         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16771         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16772         failure).
16773
16774 2001-05-19 [sergey]
16775
16776         * src/compose.h (ComposeReplyMode): new modes
16777         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16778         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16779
16780         * src/compose.c
16781         (compose_send): move some code into a new function:
16782         (compose_current_mail_account): new function.
16783         (compose_reply): new argument to_author, all callers changed; if
16784         to_author==TRUE and account->protocol==A_NNTP, find and use an
16785         appropriate mail account for replying.
16786         (compose_reply_set_entry): new argument to_author; ignore
16787         compose->replyto if to_author==TRUE.
16788
16789         * src/mainwindow.c: new command "Message/Reply to author".
16790         (main_window_set_menu_sensitive): enable/disable it.
16791         (reply_cb): handle it.
16792
16793         * src/summaryview.c: new command "Reply to author".
16794         (summary_set_menu_sensitive): enable/disable it.
16795         (summary_reply_cb): handle it.
16796
16797         * src/account.c (account_find_mail_from_address): new function.
16798
16799 2001-05-18 [paul]
16800
16801         0.4.99claws1
16802
16803         * sync with sylpheed 0.4.99cvs1
16804
16805 2001-05-18 [hoa]
16806
16807         * src/compose.[ch]
16808         * src/filtering.c
16809         * src/summaryview.c
16810                 new filtering action : forward and forward as attachment
16811
16812         * src/main.c
16813                 no need for $DISPLAY when we run sylpheed --help
16814                 call to parse_cmd_opt() is moved
16815
16816         * src/mainwindow.[ch]
16817                 execute button is hidden when immediate execute
16818                 is chosen
16819
16820         * src/mh.c
16821         * src/news.c
16822         * src/prefs_folder_item.c
16823         * src/procmsg.c
16824                 better handling of missing directories
16825
16826         * src/summaryview.c
16827                 reedit is enabled in outbox
16828                 reedit is enabled in queue
16829
16830 2001-05-17 [hoa]
16831
16832         * src/filtering.c
16833         * src/matcher.[ch]
16834         * src/prefs_filtering.c
16835                 changed attachement into attachment
16836
16837 2001-05-17 [alfons]
16838
16839         0.4.67claws4    
16840
16841         * sync with sylpheed 0.4.67cvs9
16842         * sync with sylpheed 0.4.67cvs7-8
16843
16844 2001-05-17 [hoa]
16845
16846         * src/Makefile.am
16847                 added prefs_filtering.c
16848
16849         * src/filtering.[ch]
16850         * src/matcher.[ch]
16851                 removed action : forward_news and forward_news_as_attachement
16852                 (forward and forward_as_attachement can be used instead)
16853
16854         * src/mainwindow.c
16855                 added menu option to access filtering configuration
16856
16857         * src/prefs_account.c
16858                 changed mail_command default to /usr/sbin/sendmail
16859
16860         * added src/prefs_filtering.[ch]
16861                 dialog box for filtering configuration
16862
16863         * src/prefs_matcher.c
16864                 added function prefs_matcher_get_criteria_from_matching()
16865
16866         * src/prefs_scoring.c
16867                 reset the dialog when register or substitute is clicked
16868
16869 2001-05-15 [hoa]
16870
16871         * src/Makefile.am
16872                 added filtering.[ch]
16873         * src/inc.c
16874                 using filering.[ch] instead of filter.[ch]
16875         * src/main.c
16876                 reading new filtering configuration
16877         * src/matcher.[ch]
16878                 added some filtering actions
16879                 and fixed a bug for headers and mail body matching
16880         * src/mbox.c
16881                 using filering.[ch] instead of filter.[ch]
16882         * src/mh.c
16883                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16884         * src/summaryview.c
16885                 some fixes for filtering
16886
16887 2001-05-14 [hiroyuki]
16888
16889         * src/send.c: fixed some weird indentations.
16890           send_message_with_command(): call pclose() only if p != NULL.
16891         * src/textview.c: get_email_part(): modified the code for readability.
16892
16893 2001-05-14 [hiroyuki]
16894
16895         * src/md5global.h
16896           src/md5ify.c
16897           src/md5ify.h: removed from the cvs.
16898
16899 2001-05-13 [sergey]
16900
16901         * src/main.c: include rfc2015.h to avoid compiler warnings.
16902         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16903         the panel is already on screen.
16904         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16905         closing the alert window by ESC as "No".
16906         * src/prefs_common.c (prefs_interface_create): moved return
16907         receipt check button to the correct place.
16908
16909 2001-03-13 [alfons]
16910
16911         * src/prefs_common.c: 
16912                 moved return receipt check button to the Send tab. (prefs_send_create)
16913                 removed the date format ui related globals. (prefs_display_create)
16914
16915         0.4.67claws3
16916         
16917         * sync with sylpheed 0.4.67cvs5-6
16918
16919 2001-05-13 [paul]
16920
16921         * added Alfons' font selection patch
16922
16923         * src/defs.h
16924         * src/headerwindow.c
16925         * src/prefs_common.c
16926         * src/prefs_common.h
16927
16928 2001-05-13 [hoa]
16929         * src/defs.h
16930                 changed version of cache
16931         * src/matcher.[ch]
16932         * src/prefs_matcher.c
16933                 added additionnal matching criteria
16934         * src/procheader.c
16935         * src/procmsg.[ch]
16936         * src/news.c
16937                 added references in MsgInfo
16938
16939 2001-05-12 [hoa]
16940
16941         * src/defs.h
16942                 prepared some things for new filtering
16943         * src/matcher.[ch]
16944                 added some matching properties
16945                 inreplyto need to be enhanced
16946                 prepared some things for new filtering
16947         * src/messageview.c
16948                 added Return-Receipt-To handling
16949         * src/prefs_folder_item.c
16950                 changed default value to TRUE
16951         * src/prefs_matcher.c
16952                 added some matching properties
16953         * src/prefs_scoring.[ch]
16954                 the scoring dialog is finished
16955         * src/procheader.c
16956                 added Return-Receipt-To handling
16957                 Reference need to be added
16958         * src/procmsg.[ch]
16959                 added Return-Receipt-To handling
16960                 added threadscore to get a better score sorting when
16961                 threads are enabled
16962         * src/summaryview.c
16963                 suppressed a bug when we sort the list
16964                 when no folder is opened.
16965                 better score sorting when threads are enabled
16966
16967 2001-05-12 [alfons]
16968
16969         * reverted previous patch because of potential errors 
16970
16971         0.4.67claws2
16972         
16973         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16974                 applied "toggle mail-retrieval dialog window" patch submitted 
16975                 by Eric Limpens <eric@qnt.net>
16976
16977         * sync with sylpheed 0.4.67cvs4
16978
16979 2001-05-12 [sergey]
16980
16981         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16982         some picky compilers.
16983         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16984         * src/grouplist_dialog.c: include alertpanel.h.
16985         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16986         fix compile warning.
16987         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16988         #include "defs.h" before others to prevent the warning of `MIN'
16989         and `MAX' redefinition.
16990
16991 2001-05-11 [hoa]
16992
16993         * src/main.c
16994         * src/messageview.c
16995         * src/prefs_account.c
16996         * src/prefs_display_header.c
16997                 removed warning
16998         * src/Makefile.am
16999                 added prefs_scoring.[ch]
17000         * src/grouplist_dialog.c
17001                 display an error dialog box if the group list
17002                 cannot be fetched.
17003         * src/mainwindow.[ch]
17004                 added main_window_set_thread_option() function
17005                 scoring dialog box enabled
17006         * src/matcher.[ch]
17007                 added flags matching unread /new / marked
17008                 / deleted / replied / forwarded
17009         * src/news.c
17010                 newsgroups are now finally in newscache
17011         * src/prefs_matcher.[ch]
17012                 finished preferences for matching dialog
17013         * added src/prefs_scoring.[ch]
17014                 scoring dialog box completed
17015         * src/scoring.[ch]
17016                 conversion to string : added scoringprop_to_string()
17017                 write config for preferences :
17018                 added prefs_scoring_write_config()
17019         * src/summaryview.c
17020                 threads can be enabled/disabled independently
17021                 for each folder
17022
17023 2001-05-10 [alfons]
17024
17025         0.4.67claws1
17026         
17027         * AUTHORS: 
17028                 thought it would be nice to have a list of all
17029                 contributors (used Changelog as a reference)
17030         
17031         * configure.in: 
17032                 messed up version numbering...
17033
17034         0.4.66claws1
17035
17036         * sync with sylpheed 0.4.67cvs1-3
17037
17038 2001-05-10 [darko]
17039
17040         * src/prefs_common.c:
17041                 better UI for strftime format, double clicking
17042                 on format now inserts the format in text entry
17043                 replaced close button with standard OK/Cancel
17044                 moved date format button to the right of the
17045                 text entry field
17046
17047 2001-05-09 [alfons]
17048
17049         * src/gtkstext.c:
17050                 Ctrl-Home / Ctrl-End have proper cursor navigation
17051
17052 2001-05-09 [hoa]
17053
17054         * src/prefs_matcher.c
17055                 finished UI to define matching properties
17056                 added ok and cancel button
17057         * src/prefs_filter.c
17058                 added ok and cancel button
17059         * src/news.c
17060                 fixed some bug in xhdr parsing
17061
17062 2001-05-08 [alfons]
17063
17064         * src/textview.c: 
17065                 fixed a bug in textview_show_header(), which displayed two colons (':');
17066                 cleaned up some warnings
17067
17068 2001-05-08 [hoa]
17069
17070         * src/Makefile.am
17071                 added prefs_matcher.[ch]
17072                 compilation with -W -Wall
17073         * src/alertpanel.c
17074                 ungrab the mouse events if grabbed - does it
17075                 fix the bug for disposition notification ?
17076         * src/mainwindow.c
17077                 added a menu option to open the matching dialog.
17078         * src/matcher.[ch]
17079                 added matcherprop_to_string() and matcherlist_to_string()
17080                 fixed some bugs, changed the name of some options
17081                 age_sup and age_inf becomes age_greater and age_lower,
17082                 body and messageheaders becomes body_part and headers_part,
17083                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17084         * src/prefs_display_header.c
17085         * src/prefs_headers.c
17086                 fixed a bug that accidentally destroyed dialogs
17087                 when closed them with delete_event
17088                 Added *_deleted() which handle delete_event signal correctly.
17089         * src/prefs_folder_item.[ch]
17090                 added "enable_thread" field for future customization
17091         * added src/prefs_matcher.[ch]
17092                 sample of the UI to define matching properties
17093         * src/procheader.c
17094                 using procheader_headername_equal instead of str*cmp functions
17095                 using procheader_parse_header() function
17096         * src/scoring.c
17097                 using MATCHING_XXX instead of SCORING_XXX
17098         * src/summaryview.c
17099                 display the sender of the news even if this is ourself
17100                 when this is a news message.
17101         * src/textview.c
17102                 using headername_equal() instead of str*cmp functions
17103
17104 2001-05-08 [alfons]
17105
17106         0.4.66claws
17107
17108         * sync with sylpheed 0.4.66
17109         * src/gtkstext.c: trace logs added 
17110
17111 2001-05-08 [sergey]
17112
17113         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17114         signature check popup.
17115         * src/rfc2015.c (check_signature): show signature check popup only
17116         if it is enabled in preferences.
17117
17118 2001-05-07 [alfons]
17119
17120         0.4.66claws4
17121         
17122         * sync with sylpheed 0.4.66cvs6
17123
17124 2001-05-07 [darko]
17125
17126         * src/prefs_common.[ch]: added option to enable/disable
17127           looking up sender name in address book for summary pane
17128         * src/summaryview.c: look up sender in the address book
17129           by using Alfons' address completion code
17130
17131 2001-05-07 [hiroyuki]
17132
17133         * src/inc.h
17134           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17135           member of Pop3State.
17136         * src/news.c: brought #include "defs.h" before #include <glib.h>
17137           to prevent the warning of `MIN' and `MAX' redefinition.
17138
17139 2001-05-06 [hoa]
17140
17141         * removed src/headers_display.[ch]
17142         * removed src/prefs_display_headers.[ch]
17143         * src/inc.c
17144                 use a temporary file in the user directory for mbox import
17145         * src/news.c
17146                 added XHDR support to get "To" and "Cc" headers
17147                 (in order to match news with to or cc field for
17148                 scoring)
17149                 added function news_parse_xhdr() to get XHDR response
17150         * src/nntp.[ch]
17151                 added function nntp_xhdr()
17152         * src/matcher.c
17153                 fetch the message if necessary
17154
17155 2001-05-06 [alfons]
17156
17157         0.4.66claws3
17158
17159         * sync with sylpheed 0.4.66cvs3-5
17160
17161 2001-05-06 [hoa]
17162
17163         * src/utils.[ch]
17164                 added function itos_buf() to enable use of several buffers
17165         * src/summaryview.c
17166                 use of itos_buf() instead of itos() in summary list
17167                 to fix the broken display of message number.
17168
17169 2001-05-06 [alfons]
17170
17171         * src/gtkstext.c: bug in cursor up navigation fixed,
17172                 fixed another unsigned / signed comparison (we're getting there :-)
17173
17174 2001-05-06 [hoa]
17175
17176         * src/Makefile.am
17177                 added scoring.c scoring.h
17178                 prefs_folder_item.c prefs_folder_item.h
17179                 matcher.c matcher.h
17180         * src/defs.h
17181                 added FOLDERITEM_RC SCORING_RC
17182         * src/folder.[ch]
17183                 added prefs field in FolderItem :
17184                 properties for each folder (PrefsFolderItem),
17185                 sorting type and mode were added as the first properties.
17186         * src/main.c
17187                 read config for scoring
17188         * added src/matcher.[ch]
17189                 gives functions to parse configuration file to do
17190                 matching on mails with a list of conditions.
17191         * src/mainwindow.c
17192                 add option to sort by score
17193         * src/prefs_common.[ch]
17194                 added preference option to show score and for
17195                 the score column size
17196         * added src/prefs_folder_item.[ch]
17197                 properties for each folder (PrefsFolderItem),
17198                 sorting type and mode were added as the first properties.
17199         * src/procheader.[ch]
17200                 added procheader_parse_header()
17201                 added procheader_header_free()
17202                 added procheader_headername_equal()
17203                 and made modification to use them.
17204         * src/procmsg.[ch]
17205                 added score field to MsgInfo structure
17206         * added src/scoring.[ch]
17207                 gives functions to parse configuration file to do
17208                 scoring on mails with a list of conditions.
17209         * src/summaryview.[ch]
17210                 save the sorting type and mode for the folder
17211                 added column to display the score of the mail
17212                 added function summary_score_clicked()
17213                 sorting type and mode are restored to the folder
17214                 when it is reopen
17215         * src/textview.c
17216                 use procheader_parse_header(), procheader_headername_equal()
17217                 removed memory leak in text_scan_header when freeing headers
17218         * src/filter.c
17219                 changed the function to match names of headers
17220                 using procheader_headername_equal()
17221
17222         Scoring functions are implemented, an interface is needed
17223         to configure that.
17224
17225 2001-05-04 [alfons]
17226
17227         * src/gtkstext.c: 
17228                 hopefully fixed the row up navigation bug,
17229                 removed adding back / forward lines to cache
17230
17231 2001-05-04 [sergey]
17232
17233         * src/prefs_display_headers.c: user interface changes:
17234         (prefs_display_headers_create): remove unused "Show" check button;
17235         allow reordering of headers by dragging.
17236         (prefs_display_headers_write_config): remove unused variables.
17237         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17238         of lists (not needed with the new UI).
17239         (prefs_display_headers_set_list): scan lists starting from row 0,
17240         not 1 (do not skip "(New)").
17241         (prefs_display_headers_find_header): new function.
17242         (prefs_display_headers_clist_set_row): do not allow duplicates.
17243         (prefs_display_headers_delete_cb): do not skip row 0; treat
17244         closing the alert window by ESC as "No".
17245         (prefs_display_headers_up): do not protect row 0.
17246         (prefs_display_headers_down): do not protect row 0.
17247
17248 2001-05-04 [sergey]
17249
17250         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17251         functions.
17252
17253         * src/summaryview.c
17254         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17255         summary_select_next_marked, summary_select_prev_marked): new
17256         functions.
17257
17258 2001-05-03 [sergey]
17259
17260         * src/news.c: fixed a bug when no article can be fetched after
17261         server timeout if the connection was restored by news_post():
17262         (news_select_group): new function.
17263         (news_fetch_msg): call news_select_group() before fetching
17264         article.
17265         (news_get_uncached_articles): set session->group after successful
17266         GROUP command.
17267
17268 2001-05-03 [hoa]
17269
17270         * src/defs.h
17271         * src/procmsg.[ch]
17272         * src/procheader.c
17273                  changed version of cache, added cc field
17274
17275         * src/prefs_display_headers.c
17276                 the interface was changed
17277
17278         * src/prefs_headers.c
17279                 added cancel button
17280
17281 2001-05-03 [alfons]
17282
17283         * completed sync of sylpheed cvs2
17284         * src/gtkstext.c: updated row up / down cursor navigation
17285         * src/textview.c: re-edited, prepared for fixing the email address
17286                 scanner.
17287
17288 2001-05-03 [darko]
17289
17290         * src/prefs_common.c: use alfons' strftime ui code
17291         entry_datefmt and datefmt_sample widgets have to be
17292         global in this module because of this change
17293
17294 2001-05-03 [hoa]
17295
17296         * src/messageview.c
17297         * src/prefs_common.[ch] added option to activate the return receipt
17298                 feature.
17299
17300 2001-05-02 [alfons]
17301
17302         * src/gtkstext.c: fix for row up/down cursor navigation. 
17303
17304         0.4.66claws2
17305         
17306         * sync with 0.4.66cvs2
17307
17308 2001-05-02 [paul]
17309
17310         added add-sender-to-addressbook patch
17311
17312         * src/addressbook.c
17313         * src/addressbook.h
17314         * src/summaryview.c
17315
17316 2001-05-02 [sergey]
17317
17318         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17319         G_ALERTDISABLE.
17320
17321         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17322         all existing callers changed to pass FALSE; create a check button
17323         to disable the message.
17324         (alertpanel_message_with_disable): new function.
17325         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17326         (alertpanel_button_toggled): new function.
17327         (alertpanel_button_clicked, alertpanel_close): set value using
17328         G_ALERT_VALUE_MASK.
17329
17330         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17331
17332         * src/prefs_common.c (prefs_privacy_create): new check button
17333         checkbtn_gpgme_warning.
17334
17335         * src/main.c (main): moved preferences reading before gpgme
17336         initialization; check prefs_common.gpgme_warning before giving the
17337         GnuPG warning and set it to FALSE if the user wants to disable the
17338         warning.
17339
17340 2001-05-02 [hiroyuki]
17341
17342         * src/prefs_display_headers.c: modified the layout and some labels.
17343
17344 2001-05-02 [sergey]
17345
17346         * src/prefs_account.c (prefs_account_fix_size): new function.
17347         (prefs_account_create): call prefs_account_fix_size(); use
17348         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17349         size when the window is shown for the first time).
17350         (prefs_account_basic_create): changed layout of serv_table; moved
17351         localmbox_entry above smtpserv_entry (logically it replaces
17352         POP3/IMAP server).
17353         (prefs_account_protocol_activated): set sensitivity of
17354         nntpauth_chkbtn according to the protocol (in addition to
17355         hide/show); commented out gtk_table_set_row_spacing() calls.
17356         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17357         not sensitive (fixes a bug with disabled username/password boxes
17358         when editing POP3 account after NNTP with authentication).
17359
17360 2001-05-02 [hoa]
17361
17362         * src/account.c
17363         * src/inc.c
17364         * src/prefs_account.[ch]
17365         * src/send.c
17366                 removed local account without SMTP server
17367                 added option to use mail command instead of a connexion
17368                 to SMTP server when a local account is used
17369         * src/prefs_headers.c
17370                 fixed a bug
17371         * src/news.c
17372                 fixed a bug when connexion immediately closed
17373
17374 2001-05-01 [alfons]
17375
17376         0.4.66claws1
17377         
17378         * sync with 0.4.65
17379
17380 2001-05-01 [sergey]
17381
17382         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17383         widget nntpauth_chkbtn.
17384         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17385         visibility.
17386         (prefs_account_nntpauth_toggled): new function.
17387
17388         * src/news.c (news_session_new_for_folder): use NNTP
17389         authentication only if ac->use_nntp_auth is set.
17390
17391 2001-05-01 [hoa]
17392
17393         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17394         * src/prefs_display_headers.c changed the UI
17395         * src/prefs_headers.c changed account_name to account_id
17396         * src/compose.c using customheader.h
17397
17398 2001-05-01 [hiroyuki]
17399
17400         * src/esmtp.c
17401           src/news.c
17402           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17403           unsynched.
17404
17405 2001-05-01 [hoa]
17406
17407         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17408         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17409                 for displaying of headers
17410         * src/grouplist_dialog.[ch] minor changes to remove warnings
17411         * src/prefs_display_headers.[ch] dialog to choose the
17412         headers to display in the mail viewer.
17413         * src/headers.h correction of #define
17414         * src/headers_display.[ch] configuration for displaying of headers.
17415         * src/main.c read config of displaying of headers
17416         * src/prefs_common.c add a button to access the config dialog
17417                 for displaying of headers
17418         * src/prefs_display_headers.[ch] dialog for configuration for
17419                 displaying of the headers.
17420         * src/prefs_headers.c cleaning of code
17421         * src/procheader.c comments added to code
17422         * src/textview.c changes to reorder the headers depending
17423                 on the config for displaying of headers
17424
17425 2001-04-30 [alfons]
17426
17427         0.4.65claws7
17428
17429         * sync with 0.4.65cvs12
17430
17431         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17432
17433 2001-04-30 [sergey]
17434
17435         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17436
17437         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17438         is set to force reconnection after authentication failure.
17439         (nntp_gen_command): set sock->auth_failed on authentication
17440         failure, or if sock->userid and sock->passwd are not set.
17441
17442         * src/news.c (news_session_new_for_folder): set userid=NULL if
17443         password dialog is cancelled.
17444
17445 2001-04-30 [sergey]
17446
17447         * src/nntp.h (NNTPSockInfo): new type.
17448
17449         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17450         SockInfo.
17451         (nntp_open_auth, nntp_close): new functions.
17452         (nntp_gen_command): new function to handle authentication; all
17453         NNTP command functions updated to use it.
17454         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17455         (nntp_list): removed old useless code.
17456
17457         * src/news.h (NNTPSession): new field nntp_sock.
17458
17459         * src/news.c: all functions updated to use NNTPSockInfo instead of
17460         SockInfo.
17461         (news_session_new): new arguments (userid, passwd); made static;
17462         use nntp_open_auth() if needed.
17463         (news_session_destroy): use nntp_close() instead of sock_close().
17464         (news_query_password): changed arguments.
17465         (news_session_new_for_folder): new function.
17466         (news_session_get): use news_session_new_for_folder().
17467         (news_authenticate): deleted.
17468         (news_get_uncached_articles): removed old authentication code.
17469
17470 2001-04-30 [sergey]
17471
17472         * src/news.c: reverted my previous changes (need to do NNTP
17473         authentication in a cleaner way).
17474         
17475 2001-04-29 [sergey]
17476
17477         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17478         news_nntp_post, news_nntp_mode): new functions (wrappers with
17479         authentication support).
17480         (news_get_article_cmd, news_get_article, news_get_header): new
17481         argument "folder"; all callers changed.
17482         (news_get_article_cmd): added authentication support.
17483         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17484         (news_post): use news_nntp_post() instead of nntp_post().
17485         (news_get_uncached_articles): use news_nntp_group() instead of
17486         nntp_group() and news_nntp_xover() instead of nntp_xover();
17487         removed old authentication code.
17488         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17489
17490         * src/nntp.c (nntp_list): return real error code instead of
17491         hardcoded NN_ERROR.
17492
17493 2001-04-29 [sergey]
17494
17495         * configure.in: fixed wint_t typedef detection again
17496
17497 2001-04-28 [hoa]
17498
17499         * src/prefs_account.[ch], added A_LOCAL_CMD
17500                 (send mail with mail command)
17501         * src/send.c added function send_message_with_command()
17502         * src/inc.c made a more secure get_spool() function with
17503                 mktemp() but maybe mkstemp() or something more
17504                 secure can be used.
17505
17506 2001-04-28 [alfons]
17507
17508         * src/textview.c, colorization of email addresses in headers
17509
17510         0.4.65claws6
17511
17512         * bug sync with sylpheed
17513         * prefs_common.c: created date format ui for darko
17514         * sync with 0.4.65cvs11
17515         * configure.in: corrected to have the new gpg checks
17516
17517 2001-04-27 [alfons]
17518
17519         * completed sync with 0.4.65cvs10
17520         * minor debug things added to gtkstext.c
17521
17522 2001-04-27 [darko]
17523
17524         * configure.in: remove check for availability of
17525           strftime() as advised by Hiroyuki
17526         * src/prefs_common.[ch], src/procheader.c:
17527           synch strftime() code with Hiroyki's main branch
17528
17529 2001-04-26 [sergey]
17530
17531         * src/news.c: news_query_password(), news_authenticate(): new
17532           functions.
17533           news_get_uncached_articles(): added NNTP authentication
17534           handling.
17535         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17536           new functions.
17537         * src/prefs_account.c: prefs_account_protocol_activated():
17538           enable userid and password fields for NNTP.
17539
17540 2001-04-26
17541
17542         * configure.in: check for availability of strftime()
17543           [darko]
17544         * src/prefs_common.[ch], src/procheader.c: use
17545           strftime() for displaying date in summary pane if it
17546           is available
17547
17548 2001-04-25
17549
17550         * more .cvsignore cleanups [alfons]
17551
17552 2001-04-25
17553
17554         * ac/sv-check-type.m4: new autoconf macro.
17555         * configure.in: fixed wint_t typedef detection (did not work
17556           with gcc-2.96).
17557
17558 2001-04-25
17559
17560         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17561           [hiroyuki]
17562
17563 2001-04-24
17564         * modified gtkstext.c : buggy cursor navigation fixed, 
17565           and font descent also taken in account when drawing
17566           cursor. [alfons]
17567
17568 2001-04-24 [hoa]
17569         * added comments in src/news.c src/nntp.c
17570         * added src/prefs_headers.[ch]
17571         * added src/headers.[ch]
17572         * modified compose.c to activate custom headers
17573                 added function is_in_custom_headers
17574         * modified prefs_account.[ch]
17575                 added function prefs_account_customhdr_edit
17576         * modified src/defs.h :
17577                 added HEADERS_RC : name of the config file
17578                 for the custom headers
17579
17580 2001-04-24
17581
17582     0.4.65claws5
17583
17584         * configure.in
17585           src/gtkstext.[ch]
17586           src/compose.c
17587           src/Makefile.am
17588           
17589           added gtkstext with configure.in patch by Hiroyuki which
17590           should fix the XIM detection [alfons]
17591
17592         * more clean up of cvs [alfons]
17593
17594                  * removed all Makefile.in files to attic.
17595
17596                  * updated all .cvsignores to really ignore things that could
17597                    be unintentionally committed by a recursive commit.
17598
17599 2001-04-23 [hoa]
17600         * added src/grouplist_dialog.[ch]
17601         * changed src/folderview.c to call grouplist_dialog instead
17602                 of inputdialog
17603         * src/news.c :
17604                 added functions news_reset_group_list
17605                 and news_get_group_list
17606         * src/nntp.c :
17607                 added function nntp_list
17608         * src/defs.h :
17609                 added GROUPLIST_FILE : name of the newsgroup list cache file
17610
17611 2001-04-21
17612
17613         * added option to warn about queued messages on exit [sergey]:
17614
17615           * src/compose.c: compose_queue(): call folder_item_scan()
17616             and folderview_update_item() after queueing.
17617           * src/folderview.c: folderview_update_node(): draw the queue
17618             folder in bold font if there are queued messages.
17619           * src/mainwindow.c: queued_messages(): new function.
17620             app_exit_cb(): display warning if there are queued messages
17621             if warn_queued_on_exit is set.
17622           * prefs_common.[ch]: add warn_queued_on_exit option.
17623
17624         * enhanced GnuPG key selection support [sergey]:
17625
17626           * src/select-keys.c: updated to newer version from Win32
17627             branch with support for selecting arbitrary keys.
17628           * src/prefs_account.c: added the Privacy tab to the account
17629             options window.
17630             prefs_account_privacy_create(),
17631             prefs_account_sign_key_set_data_from_radiobtn(),
17632             prefs_account_sign_key_set_radiobtn(): new functions.
17633           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17634           * src/rfc2015.c: set_signers(): new function.
17635             pgp_sign(): add the account parameter, call set_signers().
17636             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17637           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17638           * src/compose.c: pass the current account to rfc2015_sign().
17639
17640         * tag name claws added to prevent confusion with main branch [alfons]
17641
17642         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17643
17644         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17645
17646         * sync with recent sylpheed cvs. Untested though. [alfons]
17647